You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: