Class SuggestionSorter


  • public class SuggestionSorter
    extends java.lang.Object
    Deprecated.
    still work in progress
    Sort spell checking suggestions by their probability.
    Since:
    3.9
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private LanguageModel lm
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> sortSuggestions​(java.util.List<java.lang.String> suggestions)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SuggestionSorter

        public SuggestionSorter​(LanguageModel lm)
        Deprecated.
    • Method Detail

      • sortSuggestions

        public java.util.List<java.lang.String> sortSuggestions​(java.util.List<java.lang.String> suggestions)
        Deprecated.