Package-level declarations

Types

Link copied to clipboard
open class MorfologikAnalyzer(dictionary: Dictionary = PolishStemmer().getDictionary()) : Analyzer

Analyzer using Morfologik library.

Link copied to clipboard
class MorfologikFilter(inStream: TokenStream, dict: Dictionary? = null) : TokenFilter

TokenFilter using Morfologik library to transform input tokens into lemma and morphosyntactic (POS) tokens.

Link copied to clipboard

Morfologik provides morphosyntactic annotations for surface forms.

Link copied to clipboard

Morphosyntactic annotations for surface forms.