cc.factorie.app.nlp.hcoref
A trait for entities (and mentions, sub-entities and parent-entities) in a coreference problem. Abstract classes here are string, parentEntityRef, childEntities, _addChildEntity and _removeChildEntity.
Will be removed. Entities are not guaranteed to have string names.
A collection of attributes, keyed by the attribute class.
Recursively descend sub-entities and return only those matching criterion
A trait for entities (and mentions, sub-entities and parent-entities) in a coreference problem. Abstract classes here are string, parentEntityRef, childEntities, _addChildEntity and _removeChildEntity.