cc.factorie.app.nlp.coref.mention

CorefMention

class CorefMention extends Attr

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

Instance Constructors

  1. new CorefMention(mention: Mention, tokenNum: Int, sentenceNum: Int)

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. val _head: Token

  7. def acronym: Set[String]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. object attr

    A collection of attributes, keyed by the attribute class.

  10. var cache: MentionCache

  11. def capitalization: Char

  12. def clearCache(): Unit

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def demonym: String

  15. def document: Document

  16. def entityType: String

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def gender: String

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

    Definition Classes
    AnyRef → Any
  22. def hasSpeakWord: Boolean

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def headPhraseTrim: String

  25. def headToken: Token

  26. def initials: String

  27. def isAppositionOf(m: CorefMention): Boolean

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. val isNoun: Boolean

  30. val isPRO: Boolean

  31. val isPossessive: Boolean

  32. val isProper: Boolean

  33. def lowerCaseHead: String

  34. def mType: String

  35. val mention: Mention

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

    Definition Classes
    AnyRef
  37. def nonDeterminerWords: Seq[String]

  38. final def notify(): Unit

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

    Definition Classes
    AnyRef
  40. def nounWords: Set[String]

  41. def number: String

  42. def parentEntity: Entity

  43. def predictEntityType: String

  44. def printInfo: String

  45. val sentenceNum: Int

  46. def span: Mention

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

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. val tokenNum: Int

  50. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def wnAntonyms: Set[Synset]

  54. def wnHypernyms: Set[Synset]

  55. def wnLemma: String

  56. def wnSynsets: Set[Synset]

Inherited from Attr

Inherited from AnyRef

Inherited from Any

Ungrouped