KaniyamFoundation / ProjectIdeas

A Place to write down the project ideas and to plan them
40 stars 3 forks source link

Port Tamiliniya-Spellchecker to Python #120

Open tshrinivasan opened 4 years ago

tshrinivasan commented 4 years ago

https://github.com/Tamil-Virtual-Academy/Tamilinaiya-Spellchecker

Here is a C# version of a tamil spellchecker.

Port this to Python.

https://github.com/Tamil-Virtual-Academy/Tamilinaiya-Spellchecker/blob/master/SpellCheckerSource/Vaani/VaaniEditor.cs

This is the core file.

tshrinivasan commented 4 years ago

https://github.com/Tamil-Virtual-Academy/Tamilinaiya-Spellchecker/blob/master/SpellCheckerExe/koppu/DB.json

This is the core DB file for the rules.

Fixed some validation issues. db.lint.valid.json.txt

Exploring the code for VaaniEditor.cs