// A manual tagger is used for closed words. Closed words are the small
// limited set of words in Esperanto which have no standard ending, as
// opposed to open words which are unlimited in numbers and which follow
// strict rules for their suffixes.
manualTagger = new ManualTagger(JLanguageTool.getDataBroker().getFromResourceDirAsStream("/eo/manual-tagger.txt"));
// Load set of transitive and intransitive verbs. Files don't contain
// verbs with suffix -iĝ or -ig since transitivity is obvious for those verbs.
// They also don't contain verbs with prefixes mal-, ek-, re-, mis- fi- and
// suffixes -ad, -aĉ, -et, -eg since these affixes never alter transitivity.