Normalizr v0.1.8
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.