Skip to content

Releases: sparsetech/translit-scala

v0.1.2

26 Sep 11:23
8f470c4
Compare
Choose a tag to compare

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)

v0.1.1

30 Dec 23:56
Compare
Choose a tag to compare

Improvements