Skip to content

Beta 1.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 15:43
· 86 commits to master since this release

Installation instructions updated. You need to install these together:
1: GoVarnam (this)
2: Language Support: https://github.com/varnamproject/schemes/releases/tag/v1.5.0
3: IBus Engine: https://github.com/varnamproject/govarnam-ibus/releases/tag/v1.5.0

If GoVarnam is updated, YOU WILL have to update IBus engine. By default, GoVarnam has no language support. You will have to install it separate from here: https://github.com/varnamproject/schemes

Changes

  • Export file format changed: Importing older exports won't work (for making it work there's a way though)
  • Export now exports as multiple files. Default: 30,000 words per file
  • Import now support multiple file import using wildcards :
varnamcli -s ml -import "*.vlf"

The quotes " are important ^

  • Use environment variables VARNAM_VST_DIR and VARNAM_LEARNINGS_DIR to override path
  • Many bugfixes
  • API changes :
    • transliterate() output is now an array (varray)
    • New method transliterateAdvanced (output struct TransliterationResul)
    • Get recently learnt words
    • Result now obtained via pointer like libvarnam