cc.factorie.app.nlp.coref.WithinDocCoref

WithinDocEntity1

class WithinDocEntity1 extends WithinDocEntity

Concrete implementation of WithinDocEntity that automatically stores itself in WithinDocCoref.entities.

Attributes
protected
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WithinDocEntity1
  2. WithinDocEntity
  3. AbstractEntity
  4. Node
  5. Attr
  6. UniqueId
  7. TypedUniqueId
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WithinDocEntity1()

  2. new WithinDocEntity1(uniqueId: String)

Type Members

  1. type ParentType = WithinDocEntity

    Definition Classes
    WithinDocEntityNode

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +=(mention: Mention): Unit

    Definition Classes
    WithinDocEntity
  4. def -=(mention: Mention): Unit

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

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. object attr

    A collection of attributes, keyed by the attribute class.

    A collection of attributes, keyed by the attribute class.

    Definition Classes
    Attr
  8. var canonicalMention: Mention

    Definition Classes
    WithinDocEntity
  9. var canonicalName: String

    Definition Classes
    WithinDocEntity
  10. def childIds: Iterable[String]

    Definition Classes
    AbstractEntity
  11. def children: Iterable[Mention]

    Definition Classes
    WithinDocEntityAbstractEntity
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def coref: WithinDocCoref

  14. val document: Document

    Definition Classes
    WithinDocEntity
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getCanonicalMention: Mention

    Return the canonical mention for the entity cluster.

    Return the canonical mention for the entity cluster. If the canonical mention is not already set it computes, sets, and returns the canonical mention

    Definition Classes
    WithinDocEntity
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getFirstMention: Mention

    Definition Classes
    WithinDocEntity
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def isEmpty: Boolean

    Definition Classes
    WithinDocEntity
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isSingleton: Boolean

    Definition Classes
    WithinDocEntity
  25. def mentions: Set[Mention]

    Definition Classes
    WithinDocEntityAbstractEntity
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. def parent: WithinDocEntity

    A pointer to the Node immediate above this Node in the tree.

    A pointer to the Node immediate above this Node in the tree.

    Definition Classes
    WithinDocEntityNode
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. val uniqueId: String

    Definition Classes
    WithinDocEntity1TypedUniqueId
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WithinDocEntity

Inherited from AbstractEntity

Inherited from Node

Inherited from Attr

Inherited from UniqueId

Inherited from TypedUniqueId[String]

Inherited from AnyRef

Inherited from Any

Ungrouped