Metadata-Version: 1.0
Name: simplenlp
Version: 1.1.1
Summary: Simple, multilingual natural language tools.
Home-page: http://github.com/commonsense/simplenlp/
Author: MIT Media Lab, Software Agents group
Author-email: conceptnet@media.mit.edu
License: http://www.gnu.org/copyleft/gpl.html
Description: This package accomplishes many basic NLP tasks without dependencies on NLTK or parsers, for use in projects such as ConceptNet.
        
        Japanese support requires MeCab, a third-party library. More complete analysis is possible if you also install Cabocha and use the language 'ja_cabocha', though many applications will not need it. For installation instructions, see https://github.com/commonsense/simplenlp/raw/master/simplenlp/ja_cabocha/README.txt. If you don't need Cabocha, you only need to install the first two (MeCab and IpaDic).
        
        See http://csc.media.mit.edu/docs for more information.
        
        Authors: Rob Speer, Kenneth Arnold, and Tyson Roberts
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing :: Linguistic
