We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a tool to find the root words of any given tamil word.
for example - > கம்பரிடம் -> கம்பர், சென்னையில் > சென்னை, மரத்தின் -> மரம்
For that, we need the tamil rules for சேர்த்து எழுதுக, பிரித்து எழுதுக.
@rdamodharan has written a algorithm for tamil for snowball stemmer. Open-Tamil python library has a python implementation.
But, it is not a perfect one. check a online demo here. https://mazko.github.io/jssnowball/
Check the algorithm for tamil in c here. https://github.com/snowballstem/snowball/blob/master/algorithms/tamil.sbl
https://github.com/rdamodharan/tamil-stemmer/blob/master/docs/stemmer.png
https://github.com/rdamodharan/tamil-stemmer/
https://mazko.github.io/jssnowball/
What we have to do?
The text was updated successfully, but these errors were encountered:
The current tamil stemmer online demo is here- https://tamilpesu.us/en/stemmer/
it is based on https://github.com/rdamodharan/tamil-stemmer/
Sorry, something went wrong.
No branches or pull requests
We need a tool to find the root words of any given tamil word.
for example - > கம்பரிடம் -> கம்பர், சென்னையில் > சென்னை, மரத்தின் -> மரம்
For that, we need the tamil rules for சேர்த்து எழுதுக, பிரித்து எழுதுக.
@rdamodharan has written a algorithm for tamil for snowball stemmer.
Open-Tamil python library has a python implementation.
But, it is not a perfect one.
check a online demo here.
https://mazko.github.io/jssnowball/
Check the algorithm for tamil in c here.
https://github.com/snowballstem/snowball/blob/master/algorithms/tamil.sbl
https://github.com/rdamodharan/tamil-stemmer/blob/master/docs/stemmer.png
https://github.com/rdamodharan/tamil-stemmer/
https://mazko.github.io/jssnowball/
What we have to do?
The text was updated successfully, but these errors were encountered: