Metadata-Version: 2.1
Name: pythainlp
Version: 2.3.1
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://pythainlp.github.io/docs/2.3/
Project-URL: Tutorials, https://pythainlp.github.io/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, spell checking, and
        date and time parsing/formatting.
        
        Website: [pythainlp.github.io](https://pythainlp.github.io/)
        
        # 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.
        
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: translate
Provides-Extra: wangchanberta
Provides-Extra: mt5
Provides-Extra: wordnet
Provides-Extra: full
