Metadata-Version: 1.1
Name: rnnlm-python
Version: 0.1.3
Summary: python wrapper for RNNLM Toolkit (http://rnnlm.org/)
Home-page: https://github.com/chantera/rnnlm-python
Author: Hiroki Teranishi
Author-email: teranishihiroki@gmail.com
License: MIT
Description: RNNLM Toolkit wrapper for python
        ==========================
        
        
        rnnlm-python is a python wrapper module for RNNLM Toolkit.
        RNNLM Toolkit is developed by Tomas Mikolov
        
        Detailed information of RNNLM Toolkit can be found at
        http://rnnlm.org/
        
        Install Dependencies
        --------------------
        
        You need to install KyTea before build.
        
        Install rnnlm-python
        --------------------
        
            % pip install rnnlm-python
        
        Install rnnlm-python (without pip)
        --------------------
        
            % make
        
        If you want to install, run
        
            % sudo make install
        
        How to use
        --------------------
        
          See 'scripts/main.py' as a sample program.
        
        License
        --------------------
        
        MIT License
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Text Processing :: Linguistic
