Releases: varnamproject/govarnam
v1.9.1
v1.9.0
IMPORTANT: Existing users of Varnam should run this command in a terminal :
varnamcli -s ml -reindex
- Fixes a serious bug in user dictionary database (database disk image getting corrupt after unlearning a word #24)
- User dictionary database upgrades will now be automatically done on init
- Added
-reindex
option to varnamcli
v1.8.1
Fix #24, update, delete triggers not being created
v1.8.0
What's Changed
- New exact words result by @subins2000 in #22
This version improves suggestion output
Full Changelog: v1.7.2...v1.8.0
v1.7.2
- Minor bug fixes
v1.7.1
- Ported Scheme -> VST maker to GoVarnam from libvarnam #17
- New VSTs are made with GoVarnam: https://github.com/varnamproject/schemes/releases/tag/v1.6.0
- Greedy suggestions will be always shown at 2nd position
There might be some issues not seen in previous VST files made by libvarnam. Please notify if there are any errors.
v1.7.0
- Reduced filesize (over
50%
) - Improved performance, speed (over 500%)
- Get version with
varnamcli -version
- Suggestions will always show greedy tokenized result as the 2nd result after which all will be dictionary results. The first result would be from dictionary.
varnam-ibus-engine
v1.6.1 release (no significant changes except for filesize reduction): https://github.com/varnamproject/govarnam-ibus/releases/tag/v1.6.1
v1.6.0
- #9 New option
varnam_set_pattern_dictionary_suggestions_limit
for result limit from patterns dictionary - #10 GetRecentlyLearnedWords now has pagination
- #11 Improved Inscript support. Added
varnam_get_suggestions()
andvarnam_transliterate_greedy_tokenized()
- ZWNJ will not be added after explicit virama with key
~
. Use_
for explicit insert of ZWNJ
To install or upgrade, use the same installer:
bash <(curl -s https://raw.githubusercontent.com/varnamproject/govarnam/master/quick-installer.sh)
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_DIR
andVARNAM_LEARNINGS_DIR
to 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
Beta 1.4.0
GoVarnam is now stable for production use. It is being used live in https://varnam.subinsb.com
This version includes these schemes :
- Assamese
- Bengali
- Gujarati
- Hindi
- Kannada
- Malayalam
- Malayalam Enhanced Inscript
- Marathi
- Nepali
- Odia
- Punjabi
- Sanskrit
- Tamil
- Telugu
The download zip has GoVarnam with all the above language support, Varnam IBus Engine for all GNU/Linux systems and a ready-to-import Learnings file for Malayalam.