Metadata-Version: 2.1
Name: zemberek-python
Version: 0.1.0
Summary: Python port of open source text processing library for Turkish, zemberek-nlp
Home-page: https://www.loodos.com.tr/
Author: Loodos
License: Apache License 2.0
Description: # ZEMBEREK-PYTHON
        
        Python implementation of Natural Language Processing library 
        for Turkish, [zemberek-nlp](https://github.com/ahmetaa/zemberek-nlp). It is based on
        zemberek 0.17.1 and is completely written in Python meaning there is no need to setup
        a Java development environment to run it.
        
        *Source Code*
        
        https://github.com/Loodos/zemberek-python
        
        **Dependencies**
        * antlr4-python3-runtime==4.8
        * numpy==1.18.2
        
        ## Supported Modules
        Currently, following modules are supported.
        
        * Core (Partially)
            
        * TurkishMorphology (Partially)
            * Single Word Analysis
            * Diacritics Ignored Analysis
            * Word Generation
        * Tokenization
            * Sentence Boundary Detection
            * Tokenization
        * Normalization (Partially)
            * Spelling Suggestion
            * Noisy Text Normalization
        
        ## Installation
        You can install the package with pip
        
            pip install zemberek-python
        
        ## Examples
        Example usages can be found in [examples.py](zemberek/examples.py)
        
        ## Notes
        There are some minor changes in codes where original contains some Java specific
        functionality and data structures. We used Python 
        equivalents as much as we could but sometimes we needed to change them. And it
        affects the performance and accuracy a bit.
        
        
        ## Credits
        This project is Python port of [zemberek-nlp](https://github.com/ahmetaa/zemberek-nlp). 
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
