- Fix installing ntlk in 2.7 without `languages` extra. - Optimize regexes and avoid usage by default.
Deprecation warning
- 0.5.8 will be the last release to support Python 2.7.
0.5.7
- Prevent installing an unsupported version of NLTK in Python 2.7.
0.5.6
- Support for Python 3.8 - Compatibility with Lunr.js 2.3.8: - Fix bug where leading white space would cause token position metadata to be reported incorrectly.
0.5.5
- Compatibility with Lunr.js 2.3.6: - Fix bug with fuzzy matching that meant deletions at the end of a word would not match.
0.5.4
- Compatibility with Lunr.js 2.3.5: - Fix bug on fuzzy matching ignoring matches on insertions at the end of the word.
0.5.3
- Performance improvements on indexing - Compatibility with Lunr.js 2.3.3: - Fixes catastrophic backtracking on leading wildcards