Skip to content

Releases: MetadataConsulting/letter-annotator

0.2.0

28 Oct 08:42
Compare
Choose a tag to compare

Reworked the Highlighter API which was responsible for too many tasks:

Now there are three interfaces handling the highlighting and terms' scoring. TermMatcher matches the terms in the text and calls Scorer to score the term occurrence and Highlighter to replace the term occurrence with decorated text.

0.1.3

27 Oct 13:46
Compare
Choose a tag to compare
  • fixed bug with highlighting when there are no candidate terms

0.1.2

27 Oct 13:04
Compare
Choose a tag to compare
  • fixed bug with not all terms have been shown in terms occurrences

0.1.1

27 Oct 06:40
Compare
Choose a tag to compare
  • highlighting whole words
  • ability to add synonyms
  • returning terms occurences

0.1.0 (initial release)

27 Oct 05:19
Compare
Choose a tag to compare
v0.1.0

initial commit