Class WeightedSuggestion

java.lang.Object
org.languagetool.rules.spelling.morfologik.WeightedSuggestion
All Implemented Interfaces:
Comparable<WeightedSuggestion>

public class WeightedSuggestion extends Object implements Comparable<WeightedSuggestion>
  • Field Details

    • word

      private final String word
    • weight

      private final int weight
  • Constructor Details

    • WeightedSuggestion

      public WeightedSuggestion(String word, int weight)
  • Method Details