Class SuggestionStage
java.lang.Object
org.languagetool.rules.spelling.symspell.implementation.SuggestionStage
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears all the data from the SuggestionStaging. intGets the count of unique delete words. intGets the total count of all suggestions for all deletes.
-
Field Details
-
deletes
-
nodes
-
-
Constructor Details
-
SuggestionStage
public SuggestionStage(int initialCapacity)
-
-
Method Details
-
deleteCount
public int deleteCount()Gets the count of unique delete words. -
nodeCount
public int nodeCount()Gets the total count of all suggestions for all deletes. -
clear
public void clear()Clears all the data from the SuggestionStaging.
-