Welcome to the Arabic Light Stemming Algorithm made for Snowball, it's fast and can be generated in many programming languages (through Snowball).
Type some Arabic text and press "Stem!" button or "File" to read from a local ".txt" file
Programming language | Author/Affiliation | How to use | Links | Notes |
---|---|---|---|---|
Snowball | Assem Chelli | / | github | main |
Python | Generated by Snowball | from snowballstemmer import stemmer ar_stemmer = stemmer("arabic") ar_stemmer.stemWord(u"فسميتموها") |
download | |
JavaScript | Generated by snowball | download | ||
Generated by jssnowball | stemmer = snowballFactory.newStemmer("arabic"); stemmer.stem(word); |
download | ||
Java | Generated by Snowball | / | download | |
C | Generated by Snowball | / | download | |
JSX | Generated by Snowball |
import "arabic-stemmer.jsx"; var stemmer = new ArabicStemmer(); stemmer.stemWord("فسميتموها"); |
download | |
C++ | Generated by Snowball | / | download |
If you have a bug or suggestion, please consider to submit a report here. Open issues are listed here.