davidmogar / cucco

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

Allow to specify language when calling stop words function #40

Closed davidmogar closed 7 years ago

davidmogar commented 7 years ago

This is a required step to prepare the library to be used by the API. The behaviour of lazy_load is different now. If True, only the language defined in the configuration will be loaded. Otherwise, all languages will be loaded into memory. Closes #39

codecov[bot] commented 7 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines         233    250   +17     
=====================================
+ Hits          233    250   +17
Impacted Files Coverage Δ
cucco/cucco.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 57c9d13...0674fd7. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #40 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines         233    250   +17     
=====================================
+ Hits          233    250   +17
Impacted Files Coverage Δ
cucco/cucco.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 57c9d13...0674fd7. Read the comment docs.