a simple parts of speech tagger to outputa string with every word tagged with its respective parts of speech.
Explore the docs »
·
a simple parts of speech tagger to outputa string with every word tagged with its respective parts of speech.
- [Python 3.x (built on 3.8)]
- NLTK for easy_mode
- nltk.corpus.brown() you can download with nltk.download('brown')
To get a local copy up and running follow these simple steps.
- NLTK
pip install ntlk
- Clone the repo
git clone https://github.com/sirreajohn/Parts_of_speech_tagger_
- Install NLTK packages
pip install nltk
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/sirreajohn/Parts_of_speech_tagger_