Package | Description |
---|---|
it.cnr.isti.hpc.dexter.entity | |
it.cnr.isti.hpc.dexter.spot |
Modifier and Type | Method and Description |
---|---|
Entity |
Entity.clone() |
Entity |
EntityMatch.getEntity() |
Modifier and Type | Method and Description |
---|---|
int |
Entity.compareTo(Entity o) |
void |
EntityMatch.setEntity(Entity entity) |
Constructor and Description |
---|
EntityMatch(Entity e,
double score,
SpotMatch spot) |
Modifier and Type | Field and Description |
---|---|
protected List<Entity> |
Spot.entities |
Modifier and Type | Method and Description |
---|---|
List<Entity> |
Spot.getEntities()
Return the list of entities with the current mention
|
Modifier and Type | Method and Description |
---|---|
double |
SpotMatch.getEntityCommonness(Entity entity) |
double |
Spot.getEntityCommonness(Entity e)
Computes the entity commonness for a given entity and this spot, i.e.,
P(e|s) , the probability for an entity to be associated with
this spot. |
Modifier and Type | Method and Description |
---|---|
void |
Spot.setEntities(List<Entity> entities)
Set the list of entities with the current mention
|
Constructor and Description |
---|
Spot(String spot,
List<Entity> entities,
int link,
int freq)
Creates the spot, and associates the entities that can be referred by the
mention, how many times the mention occurs as an anchor-text in Wikipedia
and how many articles that contain the mention as anchor or simple text
(i.e.
|
SpotMatch(Spot spot,
List<Entity> entities) |
Copyright © 2013. All rights reserved.