Metadata-Version: 1.1
Name: xmnlp
Version: 0.2.3
Summary: A Lightweight Chinese Natural Language Processing Toolkit
Home-page: https://github.com/SeanLee97/xmnlp
Author: sean lee
Author-email: xmlee97@gmail.com
License: MIT License
Description: 
        ============
        xmnlp
        ============
        小明NLP — 轻量级中文自然语言处理工具
        
        A Lightweight Chinese Natural Language Processing Toolkit
        
        详细使用文档见： https://github.com/SeanLee97/xmnlp
        
        功能概述
        ===============
        - 中文分词 & 词性标注
            - 支持简体
            - 支持繁體
            - 支持自定义词典
        - 中文拼写检查
        - 文本摘要 & 关键词提取
        - 情感分析
        - 文本转拼音
        - 获取偏旁部首
        
        环境说明
        ===============
        
        支持的操作系统:
        
        - linux
        - mac
        - windows
        
        支持的python版本：
        
        - python2.7
        - python3.5+
        
        安装说明
        ===============
        
        -  pip安装： ``pip install xmnlp`` / ``pip3 install xmnlp``
        -  手动安装： 下载 https://pypi.python.org/pypi/xmnlp/ ，解压运行
           python setup.py install
        
Keywords: chinese segmentation,chinese postager,chinese spell check,pinyin,chinese radical
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Text Processing :: Linguistic
