Class ResultCache.MatchesWeigher

  • All Implemented Interfaces:
    com.google.common.cache.Weigher<InputSentence,​java.util.List<RuleMatch>>
    Enclosing class:
    ResultCache

    class ResultCache.MatchesWeigher
    extends java.lang.Object
    implements com.google.common.cache.Weigher<InputSentence,​java.util.List<RuleMatch>>
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchesWeigher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int weigh​(InputSentence sentence, java.util.List<RuleMatch> matches)  
      • Methods inherited from class java.lang.Object

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

      • MatchesWeigher

        MatchesWeigher()