Releases: apertium/lttoolbox
Releases · apertium/lttoolbox
Release 3.8.2
v3.8.2 treat weighted epsilons as non-epsilons
Release 3.8.0
Fallback to analysing lower-cased version on state explosion both in analysis (lt-proc -a, with or without compounding -e) and in "bilingual generation" (lt-proc -g -b). fixes #194
Release 3.7.6
v3.7.6 fmemopen is optional
Release 3.7.1
v3.7.1 Release 3.7.1
Release 3.7.0
hardcoded sanity-max state size for case-insensitive matching currently 65536, quite high but at least within what most modern machines can deal with Also, delete FSTProcessor.current_state since confusingly all the processors (except transliteration) make a local State called current_state Should help a bit against #167
Release 3.6.6
v3.6.6 Make sure to put the right things in the alphabet of the binary FST. …
Release 3.6.4
v3.6.4 liblttoolbox3 must be linked with libicu
Release 3.6.1
v3.6.1 Release 3.6.1
Release 3.6.0
v3.6.0 Fix #129 – don't drop 32-bit chars down to 16-bit in postgen
Release 3.5.4
Patch release at a point prior to ICU merge.
- Fix typos in installation instructions by @AmbientLighter in #117
- Fix #107 – postgenerator fails when ~ in middle of wblanked word by @unhammer in #118