Uses of Class
org.languagetool.rules.neuralnetwork.Suggestion
-
Packages that use Suggestion Package Description org.languagetool.rules.neuralnetwork -
-
Uses of Suggestion in org.languagetool.rules.neuralnetwork
Methods in org.languagetool.rules.neuralnetwork that return Suggestion Modifier and Type Method Description private SuggestionNeuralNetworkRule. getSuggestion(float[] y)Methods in org.languagetool.rules.neuralnetwork with parameters of type Suggestion Modifier and Type Method Description private @NotNull RuleMatchNeuralNetworkRule. createRuleMatch(AnalyzedTokenReadings token, Suggestion suggestion, float[] y, AnalyzedSentence sentence)private @NotNull java.lang.StringNeuralNetworkRule. getMessage(Suggestion suggestion, float[] y)
-