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

Armenian support #60

Open
brockfanning opened this issue Feb 12, 2020 · 2 comments
Open

Armenian support #60

brockfanning opened this issue Feb 12, 2020 · 2 comments

Comments

@brockfanning
Copy link

I would like to implement Armenian support, and I see that there is a Java stemmer in the jssnowball project: https://github.com/mazko/jssnowball/blob/master/snowball_cache/snowball_all/algorithms/armenian/stemmer.java

I'm new to this whole thing, so if anyone has already done this, I would greatly appreciate any tips. Otherwise, I'll get hacking.

@v4nn4
Copy link
Contributor

v4nn4 commented Apr 23, 2023

See #96 for basic Armenian support, without stemmer. This library uses snowball-js rather than jssnowball, which directly transpiles from java. Both do not seem to be actively maintained, but in theory one could add the stemmer found in jssnowball in snowball-js. The integration here is straightforward once the stemmer is published in snowball-js.

@MihaiValentin
Copy link
Owner

PR is now merged, thanks!

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

3 participants