Class NearString.Scores

  • Enclosing class:
    NearString

    public static class NearString.Scores
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int adjustedScore
      adjusted similarity score for match including all tokens
      int score  
      int scoreNoStem
      similarity score for match without non-word tokens
    • Constructor Summary

      Constructors 
      Constructor Description
      Scores​(int score, int scoreNoStem, int adjustedScore)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • score

        public final int score
      • scoreNoStem

        public final int scoreNoStem
        similarity score for match without non-word tokens
      • adjustedScore

        public final int adjustedScore
        adjusted similarity score for match including all tokens
    • Constructor Detail

      • Scores

        public Scores​(int score,
                      int scoreNoStem,
                      int adjustedScore)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object