Class SingleVarCandidateList
java.lang.Object
edu.tufts.hrilab.slug.refResolution.SingleVarCandidateList
- Record Components:
variable- The name of the variable in questiontiers- The list of mnemonic actions to take in searching for the referent of that variablecandidates- The current list of candidates under consideration to be bound to that variable, paired with their associated probability values
A list of candidates to associate with a given variable
-
Constructor Summary
ConstructorsConstructorDescriptionSingleVarCandidateList(Variable variable, LinkedList<String> tiers, List<RelevanceTheoreticCandidateWithProabability> candidates) -
Method Summary
-
Constructor Details
-
SingleVarCandidateList
public SingleVarCandidateList(Variable variable, LinkedList<String> tiers, List<RelevanceTheoreticCandidateWithProabability> candidates)
-
-
Method Details