Uses of Class
org.languagetool.rules.ScoredConfusionSet
Packages that use ScoredConfusionSet
-
Uses of ScoredConfusionSet in org.languagetool.rules
Methods in org.languagetool.rules that return ScoredConfusionSetModifier and TypeMethodDescriptionprivate static @NotNull ScoredConfusionSetScoredConfusionSetLoader.toScoredConfusionSet(String[] parts, List<ConfusionString> confusionStrings) Methods in org.languagetool.rules that return types with arguments of type ScoredConfusionSetModifier and TypeMethodDescriptionstatic List<ScoredConfusionSet> ScoredConfusionSetLoader.loadConfusionSet(InputStream stream) -
Uses of ScoredConfusionSet in org.languagetool.rules.neuralnetwork
Constructors in org.languagetool.rules.neuralnetwork with parameters of type ScoredConfusionSetModifierConstructorDescriptionNeuralNetworkRule(ResourceBundle messages, Language language, ScoredConfusionSet confusionSet, Classifier classifier) NeuralNetworkRule(ResourceBundle messages, Language language, ScoredConfusionSet confusionSet, Word2VecModel word2VecModel)