java.lang.Object
org.languagetool.rules.spelling.symspell.implementation.SuggestionStage

public class SuggestionStage extends Object
  • Field Details

  • Constructor Details

    • SuggestionStage

      public SuggestionStage(int initialCapacity)
  • Method Details

    • deleteCount

      public int deleteCount()
    • nodeCount

      public int nodeCount()
    • clear

      public void clear()
    • add

      void add(int deleteHash, String suggestion)
    • commitTo

      void commitTo(Map<Integer,String[]> permanentDeletes)