Skip to content

Release 3.7.0

Compare
Choose a tag to compare
@TinoDidriksen TinoDidriksen released this 26 Oct 12:48
· 41 commits to main since this release
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