Metadata-Version: 2.4
Name: twi_nlp
Version: 1.0.0
Summary: A Twi NLP package for translation, POS tagging, tokenization, stemming, and lemmatization.
Home-page: https://github.com/birdcoreone/TNLP-python
Author: Teddy Boamah (Birdcore)
Author-email: saintt442@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: nltk
Requires-Dist: regex
Requires-Dist: chardet
Requires-Dist: urllib3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Twi NLP Package

TwiNLP is a Python package for analyzing Twi text.

## Installation
```sh
pip install twi_nlp

## Features
-Twi to English translation
-POS tagging
-Tokenization
-Stemmatization
-Lemmatization 
-and many more


## Usage

To use `twi_nlp`, import it and initialize:

```python
from twi_nlp import TwiNLP

twi_nlp = TwiNLP("data/twi_words.csv")
print(twi_nlp.translate("akokɔ"))  # Example translation



