Uses of Class
net.sf.okapi.steps.languagetool.Parameters
-
Packages that use Parameters Package Description net.sf.okapi.steps.languagetool -
-
Uses of Parameters in net.sf.okapi.steps.languagetool
Constructors in net.sf.okapi.steps.languagetool with parameters of type Parameters Constructor Description LanguageTool(Parameters params, net.sf.okapi.common.LocaleId sourceLocale, net.sf.okapi.common.LocaleId targetLocale)Creates a LanguageTool object with a given set of options.LanguageTool(Parameters params, net.sf.okapi.common.LocaleId sourceLocale, net.sf.okapi.common.LocaleId targetLocale, List<net.sf.okapi.lib.terminology.ConceptEntry> terms, List<net.sf.okapi.lib.verification.BlackTerm> blackTerms)Load term and blackterm rules from in-memory lists rather than files
-