Metadata-Version: 2.1
Name: hanlp-demo
Version: 0.0.1
Summary: HanLP: Han Language Processing
Home-page: https://github.com/hankcs/HanLP
Author: hankcs
Author-email: hankcshe@gmail.com
License: Apache License 2.0
Description: # Demos and examples for HanLP
        
        This package is intended for demonstration purpose and won't be released to pypi. **Training requires a fair understanding of Linux and Python which might not be the case for everybody.**
        
        You need a Linux/macOS system with Internet on because some corpora and bash scripts will be downloaded during training. Training on Windows might work if you are an expert but we believe it's very rare.
        
        Your `python` command needs to be Python2 while `python3` needs to be Python3.
        
        You need to install this package and run it from the **root** folder of HanLP.
        
        ```bash
        pip install -e plugins/hanlp_demo
        python3 plugins/hanlp_demo/hanlp_demo/zh/train/open_small.py
        ```
        
        
Keywords: corpus,machine-learning,NLU,NLP
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.6
Description-Content-Type: text/markdown
