Skip to content

Releases: ulir/FSDict

Computes custom Levenshtein automata. A lot of cleanup.

04 Jun 21:21
Compare
Choose a tag to compare

Since v0.1.1, a lot of work has gone into a script for building our own Levenshtein automata. Now we can support transpositions as edit operations, and make use of a nice speed-up that is coded into the Levenshtein automata.

Also, there's a lot of cleanup, renaming and re-factoring. Not as much as I'd wish, though. It's a long way to go before we can call this a clean and tidy project.

Another pre-release with mostly cosmetic code changes.

10 Feb 19:14
Compare
Choose a tag to compare
v0.1.1

Add warnings at build time. Fix a lot of warnings.

Very first release, just to get started.

10 Feb 19:35
Compare
Choose a tag to compare
v0.01

Catch exceptions by reference! Changed that at least in all command l…