Package banner.types
Class EntityIdentification
- java.lang.Object
-
- banner.types.EntityIdentification
-
public class EntityIdentification extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityIdentification(Mention mention)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityIdentificationcopy(Mention mention2)Set<Entity>getBestEntities()DoublegetBestValue()MentiongetMention()Set<EntityName>getNames()DoublegetValue(EntityName name)Doubleset(EntityName name, double value)
-
-
-
Constructor Detail
-
EntityIdentification
public EntityIdentification(Mention mention)
-
-
Method Detail
-
set
public Double set(EntityName name, double value)
-
getMention
public Mention getMention()
-
getNames
public Set<EntityName> getNames()
-
getValue
public Double getValue(EntityName name)
-
getBestValue
public Double getBestValue()
-
copy
public EntityIdentification copy(Mention mention2)
-
-