Metadata-Version: 1.1
Name: NoelNLP
Version: 0.0.2
Summary: Swahili Stop-words and Stemmer
Home-page: UNKNOWN
Author: Noel Moses Mwadende
Author-email: mosesnoel02@gmail.com
License: MIT
Description: 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.
Keywords: Swahili Stop-words,NLTK,NLP
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
