davidmogar / cucco

Text normalization library for Python
MIT License
203 stars 27 forks source link

Prepare library to be used by an API #39

Closed davidmogar closed 7 years ago

davidmogar commented 7 years ago

Right now, stop words are removed only for the language specified when instantiating the cucco. For the library to be used in an API, it is needed to be able to specify the language when calling stop words function. It is also needed to have all stop words file in memory.