Metadata-Version: 2.1
Name: pythainlp
Version: 2.2.4
Summary: Thai Natural Language Processing library
Home-page: https://github.com/PyThaiNLP/pythainlp
Author: PyThaiNLP
Author-email: wannaphong@kkumail.com
License: Apache Software License 2.0
Project-URL: Documentation, https://www.thainlp.org/pythainlp/docs/2.2/
Project-URL: Tutorials, https://www.thainlp.org/pythainlp/tutorials/
Project-URL: Source Code, https://github.com/PyThaiNLP/pythainlp
Project-URL: Bug Tracker, https://github.com/PyThaiNLP/pythainlp/issues
Description: 
        ![PyThaiNLP Logo](https://avatars0.githubusercontent.com/u/32934255?s=200&v=4)
        
        PyThaiNLP is a Python library for Thai natural language processing.
        The library provides functions like word tokenization, part-of-speech tagging,
        transliteration, soundex generation, and spell checking.
        
        # Install
        
        For stable version:
        
        ```sh
        pip install pythainlp
        ```
        
        For development version:
        
        ```sh
        pip install --upgrade --pre pythainlp
        ```
        
        Some functionalities, like named-entity recognition, required extra packages.
        See https://github.com/PyThaiNLP/pythainlp for installation options.
        
        
        Made with ❤️
        
        PyThaiNLP Team
        
        "We build Thai NLP"
        
Keywords: pythainlp,NLP,natural language processing,text analytics,text processing,localization,computational linguistics,ThaiNLP,Thai NLP,Thai language
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: Thai
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: attacut
Provides-Extra: benchmarks
Provides-Extra: icu
Provides-Extra: ipa
Provides-Extra: ml
Provides-Extra: ssg
Provides-Extra: thai2fit
Provides-Extra: thai2rom
Provides-Extra: wordnet
Provides-Extra: full
