Skip to content

Normalizr v0.1.8

Compare
Choose a tag to compare
@davidmogar davidmogar released this 15 May 10:32
· 149 commits to master since this release

The new release brings the next changes:

  • Fix for remove_accent_marks function that normalize the text back to NFKC after strip accents. Also, NFKD format is forced now and format attribute has gone away.
  • Stop words file lazy loading option. By default the stop word file is loaded on instance creation but this behavior can now be changed using lazy_load option.