Skip to content

Releases: ratreya/lipika-engine

Major Redesign

23 Sep 00:07
Compare
Choose a tag to compare

Two-stroke Engine

19 Jun 01:21
Compare
Choose a tag to compare

Engine based on walking the Mapping Trie and Rules Trie separately but in tandem to greatly reduce memory usage as opposed to the 1.x engine which combined the Mapping Trie and Rules Trie, resulting in a combinatorially larger memory footprint. Other noteworthy changes,

  • Anteliteration now works correctly with respect to the Stop-Character
  • Intermediate MappedNoOutput is also outputted to create a seamless typing experience
  • Ability to comment in the Rules and Mapping files
  • Fixed Kannada mapping to correctly order ZWNJ to produce correct RA-Vattu conjuncts
  • Predictable Stop-Character behavior - one Stop-Character will stop Engine processing, two consecutive Stop-Characters will actually output the Stop-Character.