Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@tindzk tindzk released this 26 Sep 11:23
· 1 commit to master since this release
8f470c4

This release features major improvements to the transliteration rules. Whereas previously only Latin-to-Cyrillic conversions were supported, transliterations are now invertible. On 1M+ words the transliteration accuracy is 99.99%. To prevent regressions, the accuracy is evaluated as part of the test suite.

Detailed changes:

  • Improve transliteration rules
    • Make replacement rules more consistent across languages (#8)
    • Ukrainian: Fix case of soft signs (#9)
  • Remove need for right lookahead (#10)
  • Implement Cyrillic to Latin conversion (#12)
  • Evaluate performance on 1M+ Wikipedia word corpora (#13)
  • Provide build configurations for Scala 2.13 and Scala Native (#14)
  • Update dependencies (#11, #15, #17)