Skip to content

Releases: apertium/lttoolbox

Release 3.8.2

14 Aug 19:59

Choose a tag to compare

v3.8.2

treat weighted epsilons as non-epsilons

Release 3.8.0

10 Apr 09:11

Choose a tag to compare

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

28 Dec 00:56

Choose a tag to compare

v3.7.6

fmemopen is optional

Release 3.7.1

01 Nov 08:54

Choose a tag to compare

v3.7.1

Release 3.7.1

Release 3.7.0

26 Oct 12:48

Choose a tag to compare

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

06 Jun 10:46

Choose a tag to compare

v3.6.6

Make sure to put the right things in the alphabet of the binary FST. …

Release 3.6.4

26 Apr 14:26

Choose a tag to compare

v3.6.4

liblttoolbox3 must be linked with libicu

Release 3.6.1

21 Mar 08:44

Choose a tag to compare

v3.6.1

Release 3.6.1

Release 3.6.0

13 Mar 11:12

Choose a tag to compare

v3.6.0

Fix #129 – don't drop 32-bit chars down to 16-bit in postgen

Release 3.5.4

28 Oct 08:34

Choose a tag to compare

Patch release at a point prior to ICU merge.