cc.factorie.app.nlp.hcoref

Entity

trait Entity extends Attr

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.

Linear Supertypes
Attr, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Entity
  2. Attr
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def string: String

    Annotations
    @deprecated
    Deprecated

    Will be removed. Entities are not guaranteed to have string names.

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _addChildEntity(e: Entity)(implicit d: variable.DiffList): Unit

  7. def _removeChildEntity(e: Entity)(implicit d: variable.DiffList): Unit

  8. def addedChildHook(entity: Entity)(implicit d: variable.DiffList): Unit

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. object attr

    A collection of attributes, keyed by the attribute class.

  11. def changedParentEntityHook(oldEntity: Entity, newEntity: Entity)(implicit d: variable.DiffList): Unit

  12. def childEntities: ChildEntities

  13. def childEntitiesIterator: Iterator[Entity]

  14. def childEntitiesSize: Int

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def depth: Int

  17. def descendantsOfClass[A <: Entity](implicit m: ClassTag[A]): Seq[A]

  18. def descendantsOfClass[A <: Entity](cls: Class[A]): Seq[A]

  19. def entityRoot: Entity

  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def filterDescendants(test: (Entity) ⇒ Boolean): Seq[Entity]

    Recursively descend sub-entities and return only those matching criterion

  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def getAncestor(numGenerationsBack: Int): Entity

  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def id: Any

  28. def initializeAttributesOfStructure(): Unit

  29. def isConnected: Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isLeaf: Boolean

  32. var isObserved: Boolean

  33. def isRoot: Boolean

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def numLeaves: Int

  38. def parentEntity: Entity

  39. def parentEntityOption: Option[Entity]

  40. def parentEntityRef: EntityRef

  41. def removedChildHook(entity: Entity)(implicit d: variable.DiffList): Unit

  42. def safeChildEntitiesSeq: Seq[Entity]

  43. final def setParentEntity(e: Entity)(implicit d: variable.DiffList): Unit

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Attr

Inherited from AnyRef

Inherited from Any

Ungrouped