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 Suggestion
NeuralNetworkRule. getSuggestion(float[] y)
Methods in org.languagetool.rules.neuralnetwork with parameters of type Suggestion Modifier and Type Method Description private @NotNull RuleMatch
NeuralNetworkRule. createRuleMatch(AnalyzedTokenReadings token, Suggestion suggestion, float[] y, AnalyzedSentence sentence)
private @NotNull java.lang.String
NeuralNetworkRule. getMessage(Suggestion suggestion, float[] y)
-