Releases: unfoldingWord/wordMAP
Releases · unfoldingWord/wordMAP
v0.8
The primary features in this release are:
- HUGE performance improvements.
- Strict word order of occurrence usage (enabled by default)
v0.7.2
- Added ngram relative distance algorithm #51
- Reorganized project structure to give a cleaner module interface.
- Configured auto-updating documentation site. https://wordmap.netlify.com
- Fixed bugs in the scoring algorithm.
- Fixed bugs in the suggestion algorithm.
v0.6
- Adds support for calculating relative occurrence on n-grams larger than uni-grams.
v0.5
- Added
AlignmentRelativeOccurrence
algorithm #49
- Improved algorithm execution performance. (reduced redundant loops!)
- Fixed some n-gram parsing that was not correctly using the user-provided maximum n-gram length.
v0.4.2
Adds lemma fallback support.
v0.4.1
- Added error checking to corpus
- Added tests for profiling performance
- Optimized looping performance
v0.4
Breaking changes
Renamed all instances of SavedAlignments
to AlignmentMemory
v0.3.1
Exported additional classes from the package index.
Breaking changes
Renamed package from word-map
to wordmap
. The old package on npm has been labeled as deprecated and will no longer be maintained.
v0.2.2
Exported important classes directly from the package index so you don't have to dig for them in the file hierarchy.