v1.2.2: Word Segmenter Cascades, Unigram word segmenter
Features:
- Introduces word segmenter cascades that allow us to chain rerankers ( ad infinitum ).
- Replaces ekphrasis by an unigram segmenter based on
wordfreq
. It can run on all languages supported by the wordfreq library.
Breaking changes:
WordSegmenter
has been renamed toTransformerWordSegmenter
.