Class RelevanceTheoreticCandidate

java.lang.Object
edu.tufts.hrilab.slug.refResolution.RelevanceTheoreticCandidate
Record Components:
ref - a reference
relevance - the relevance of that candidate

public class RelevanceTheoreticCandidate extends Object
A resolution candidate
  • Constructor Details

    • RelevanceTheoreticCandidate

      public RelevanceTheoreticCandidate(Symbol ref, double relevance)
  • Method Details

    • ref

      public Symbol ref()
    • relevance

      public double relevance()
    • toString

      public String toString()
      Overrides:
      toString in class Object