Lemmatizer typedef

Lemmatizer = String Function(Term term)

A language-specific function that returns the lemma of term.

Implementation

typedef Lemmatizer = String Function(Term term);