Aklanon Stemmer

A Python library for Aklanon word stemming.

Python NLP

aklstemmer is a Python library for Aklanon word stemming. It is an open source project and is available as a Python library. aklstemmer was first developed as a supplementary tool for the spellchecker used in the Aklish project. The main purpose of the library is to determine the base or root word of an Aklanon word. It was specifically developed to improve the dictionary-base spellchecker since inflected words is often not included in the word list. It is now a reusable tool for stemming any Aklanon-inflected words.

from aklstemmer import stemmer

stem = stemmer.get_stem("nagsueat")

print(stem)
# Output: 'sueat'