Class SpellCheckResponse.Suggestion

    • Method Detail

      • getToken

        public String getToken()
      • getNumFound

        public int getNumFound()
      • getStartOffset

        public int getStartOffset()
      • getEndOffset

        public int getEndOffset()
      • getOriginalFrequency

        public int getOriginalFrequency()
      • getAlternatives

        public List<String> getAlternatives()
        The list of alternatives
      • getAlternativeFrequencies

        public List<Integer> getAlternativeFrequencies()
        The frequencies of the alternatives in the corpus, or null if this information was not returned