Uses of Class
org.languagetool.rules.spelling.symspell.implementation.SymSpell.SegmentedSuggestion
-
Packages that use SymSpell.SegmentedSuggestion Package Description org.languagetool.rules.spelling.symspell.implementation -
-
Uses of SymSpell.SegmentedSuggestion in org.languagetool.rules.spelling.symspell.implementation
Methods in org.languagetool.rules.spelling.symspell.implementation that return SymSpell.SegmentedSuggestion Modifier and Type Method Description SymSpell.SegmentedSuggestion
SymSpell. wordSegmentation(java.lang.String input)
SymSpell.SegmentedSuggestion
SymSpell. wordSegmentation(java.lang.String input, int maxEditDistance)
SymSpell.SegmentedSuggestion
SymSpell. wordSegmentation(java.lang.String input, int maxEditDistance, int maxSegmentationWordLength)
-