Metadata-Version: 2.1
Name: nostop
Version: 0.0.2
Summary: this python library will remove stop words from text
Author-email: Ethan <ethanreesewagner@gmail.com>
License: UNKNOWN
Project-URL: Github, https://github.com/ethanreesewagner/nostop
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

To use this libary just put a string into the nostop.nostop() function.
To change the list of stopwords that the library removes, just change 
the variable named stopwords to an array of words of your liking.

