Tagalog Stemmer

A Python library for Tagalog word stemming.

Python NLP

tglstemmer is a Python library for Tagalog 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 the TagLID project. The main purpose of the library is to determine the base or root word of a Tagalog word. It was specifically developed to improve the dictionary-base Language Identification tool since inflected words is often not included in the word list. It is now a reusable tool for stemming any Tagalog-inflected words.

from tglstemmer import stemmer

stem = stemmer.get_stem("nagsulat")

print(stem)
# Output: 'sulat'