Skip to content
New issue

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

lemmatizer or/and stemmer #30

Open
cherepanovic opened this issue Feb 27, 2024 · 1 comment
Open

lemmatizer or/and stemmer #30

cherepanovic opened this issue Feb 27, 2024 · 1 comment

Comments

@cherepanovic
Copy link

cherepanovic commented Feb 27, 2024

can I user your program as a stemmer or/and lemmatizer for Kazakh language?

@cherepanovic
Copy link
Author

according to the main page

stemming/lemmatization works

$ echo "Сәлем!" | apertium -d . kaz-morph
^Сәлем/сәлем<ij>/сәлем<n><nom>/сәлем<n><attr>/
сәлем<n><nom>+е<cop><aor><p3><pl>/сәлем<n><nom>+е<cop><aor><p3><sg>$
^!/!<sent>$^./.<sent>$

$ echo "Оқу инемен құдық қазғандай." | apertium -d . kaz-tagger
^Оқу/оқу<adj>$ ^инемен/ине<n><ins>$ ^құдық/құдық<n><nom>$
^қазғандай/қаз<v><tv><ger_past><sim>$^./.<sent>$^./.<sent>$ 

what is the accuracy of it?

@cherepanovic cherepanovic changed the title lemmer or/and stemmer lemmatizer or/and stemmer Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant