Metadata-Version: 2.1
Name: mukairnlpv1
Version: 1.0.0
Summary: For natural language processing
Home-page: https://github.com/pypa/sampleproject
Author: Bateesa
Author-email: tobiusaolo21@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## Project Description
#### mukairnlp is a library for advanced Natural Language Processing in Python. It's built on the very latest research, and was designed from day one to be used in real products  of low resource langauges.
## Features
  + Luganda stopwords
  + exical Attributes
#### Install mukairnlp
###### PIP
###### Using pip, mukairnlp releases are available as source packages and binary wheels. Before you install spaCy and its dependencies, make sure that your pip, setuptools and wheel are up to date

```console
  pip install makairnlp
```
#### Loading and using the package
```python 
  #import package
  from makairnlp import stop_words
  #getting a list of stopwords
  print(list(stop_words.STOP_WORDS))
  ```


