Uses of Class
org.languagetool.rules.ScoredConfusionSet
-
Packages that use ScoredConfusionSet Package Description org.languagetool.rules org.languagetool.rules.neuralnetwork -
-
Uses of ScoredConfusionSet in org.languagetool.rules
Methods in org.languagetool.rules that return ScoredConfusionSet Modifier and Type Method Description private static @NotNull ScoredConfusionSetScoredConfusionSetLoader. toScoredConfusionSet(java.lang.String[] parts, java.util.List<ConfusionString> confusionStrings)Methods in org.languagetool.rules that return types with arguments of type ScoredConfusionSet Modifier and Type Method Description static java.util.List<ScoredConfusionSet>ScoredConfusionSetLoader. loadConfusionSet(java.io.InputStream stream) -
Uses of ScoredConfusionSet in org.languagetool.rules.neuralnetwork
Constructors in org.languagetool.rules.neuralnetwork with parameters of type ScoredConfusionSet Constructor Description NeuralNetworkRule(java.util.ResourceBundle messages, Language language, ScoredConfusionSet confusionSet, Classifier classifier)NeuralNetworkRule(java.util.ResourceBundle messages, Language language, ScoredConfusionSet confusionSet, Word2VecModel word2VecModel)
-