PolishStemmer

A dictionary-based stemmer for the Polish language.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun iterator(): Iterator<WordData>
Link copied to clipboard
open override fun lookup(word: CharSequence): List<WordData>

Returns a list of WordData entries for a given word. The returned list is never null. The returned list and any object it contains are not usable after a subsequent call to this method.