Beta 1.5.0
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_DIRandVARNAM_LEARNINGS_DIRto override path - Many bugfixes
- API changes :
transliterate()output is now an array (varray)- New method
transliterateAdvanced(outputstruct TransliterationResul) - Get recently learnt words
- Result now obtained via pointer like libvarnam