Skip to content

v3.16.1

Latest
Compare
Choose a tag to compare
@flammie flammie released this 20 Nov 01:06
· 1 commit to master since this release
34ad416

Noteworthy changes in 3.16.1

  • Bug fixes:

    • hfst-tokenize escapes both \r and \n now

    • regexp parsing more robust with comments and linebreaks

  • Removal of some bundled libraries including foma and openfst, install
    suitable versions to compile support for them

  • ICU stabilised as unicode handler over all

  • experimental C API for rust bindings (unstable)

  • new tools (testing):

    • hfst-check-alpha for checking and comparing alphabets in automata and
      their metadata

    • hfst-dump-alphabets for reviewing alphabets easier than hfst-summarize
      grepping

    • hfst-kill-paths for efficient path removal

  • introduced clang-format to work towards standard code formatting