NoelNLP is a Python package for stemming swahili words, removing swahili stop-words and contains Swahili stop-words 
to enhance Natural Language Processing In Swahili language. 






Modules contained
- stopList
- stopRemover
- moseStemmer




How to use the modules

1. Getting Swahili stop-words
from NoelNLP import stopList
stop_words = stopList()
print(stop_words)



2. Removing stop-words
Development of module in process




3. Stemming Swahili words
Development of module in progress




For whom it was developed ?



NoelNLP's module was created to enhance Natural Language Processing, since it has been lagging behind.








It works for Linux operating system and Windows.