Skip to content

Releases: unfoldingWord/wordMAP

v0.8

21 Jan 15:05
Compare
Choose a tag to compare

The primary features in this release are:

  • HUGE performance improvements.
  • Strict word order of occurrence usage (enabled by default)

v0.7.2

29 Oct 08:05
2670b8d
Compare
Choose a tag to compare
  • 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

21 Oct 11:24
Compare
Choose a tag to compare
  • Adds support for calculating relative occurrence on n-grams larger than uni-grams.

v0.5

21 Oct 09:20
c9ba591
Compare
Choose a tag to compare
  • 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.3

10 May 23:43
Compare
Choose a tag to compare

Improved some I/O

v0.4.2

10 May 23:44
Compare
Choose a tag to compare

Adds lemma fallback support.

v0.4.1

15 Nov 20:16
Compare
Choose a tag to compare
  • Added error checking to corpus
  • Added tests for profiling performance
  • Optimized looping performance

v0.4

17 Sep 17:59
Compare
Choose a tag to compare

Breaking changes

Renamed all instances of SavedAlignments to AlignmentMemory

v0.3.1

17 Sep 18:01
Compare
Choose a tag to compare

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

17 Sep 18:03
Compare
Choose a tag to compare

Exported important classes directly from the package index so you don't have to dig for them in the file hierarchy.