cc.factorie.app.nlp.coref

ForwardCorefBase

abstract class ForwardCorefBase extends DocumentAnnotator

User: apassos Date: 6/27/13 Time: 12:25 PM

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

Instance Constructors

  1. new ForwardCorefBase()

Type Members

  1. case class CoarseMentionType(gender: String, number: String) extends Product with Serializable

  2. trait CorefParallelHelper[T] extends AnyRef

  3. abstract class CorefTester extends CorefParallelHelper[Null]

  4. class LeftRightParallelTrainer extends CorefParallelHelper[Seq[optimize.Example]]

  5. trait LeftRightTester extends AnyRef

  6. trait LeftRightTesterFromEntities extends AnyRef

Abstract Value Members

  1. abstract val model: PairwiseCorefModel

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def assertSorted(ments: Seq[Mention]): Unit

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def deserialize(filename: String): Unit

  10. def deserialize(stream: DataInputStream): Unit

  11. def doCorefOnPronounsUsingRules(predMap: GenericEntityMap[CorefMention], allMentions: Seq[CorefMention]): Unit

  12. def doTest(testDocs: Seq[Document], wn: WordNet, testTrueMaps: Map[String, GenericEntityMap[Mention]], name: String): Double

  13. def documentAnnotationString(document: Document): String

    How the annotation of this DocumentAnnotator should be printed as extra information after a one-word-per-line (OWPL) format.

    How the annotation of this DocumentAnnotator should be printed as extra information after a one-word-per-line (OWPL) format. If there is no document annotation, return the empty string. Used in Document.owplString.

    Definition Classes
    DocumentAnnotator
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def generateMentionPairLabels(mentions: Seq[CorefMention], map: GenericEntityMap[Mention] = null): Seq[MentionPairLabel]

    Attributes
    protected
  18. def generateMentionPairLabelsForOneAnaphor(orderedMentions: Seq[CorefMention], anaphorIndex: Int, map: GenericEntityMap[Mention] = null): Seq[MentionPairLabel]

    Attributes
    protected
  19. def generateTrainingInstances(d: Document, map: GenericEntityMap[Mention]): Seq[MentionPairLabel]

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

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

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def mentionAnnotationString(mention: Mention): String

    Definition Classes
    DocumentAnnotator
  24. def mergeFeatures(l: MentionPairFeatures, mergeables: Seq[MentionPairFeatures]): Unit

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

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

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

    Definition Classes
    AnyRef
  28. val options: Coref1Options

  29. def phraseAnnotationString(phrase: Phrase): String

    Definition Classes
    DocumentAnnotator
  30. def postAttrs: Seq[Class[GenericEntityMap[Mention]]]

    Definition Classes
    ForwardCorefBaseDocumentAnnotator
  31. def prereqAttrs: Seq[Class[_]]

    Definition Classes
    ForwardCorefBaseDocumentAnnotator
  32. def process(document: Document): Document

    Definition Classes
    ForwardCorefBaseDocumentAnnotator
  33. def processDocumentOneModel(doc: Document): GenericEntityMap[Mention]

  34. def processDocumentOneModelFromEntities(doc: Document): GenericEntityMap[Mention]

  35. def processDocumentOneModelFromEntitiesFromMentions(inputMentions: Seq[Mention]): GenericEntityMap[Mention]

  36. def processDocumentOneModelFromMentions(ments: Seq[CorefMention]): GenericEntityMap[Mention]

  37. def processOneMention(orderedMentions: Seq[CorefMention], mentionIndex: Int, predMap: GenericEntityMap[Mention]): CorefMention

  38. def processOneMentionByEntities(orderedMentions: Seq[CorefMention], mentionIndex: Int, candidateMentionsToTheLeft: ArrayBuffer[CorefMention], predMap: GenericEntityMap[CorefMention]): CorefMention

  39. def processParallel(documents: Iterable[Document], nThreads: Int = ...): Iterable[Document]

    Definition Classes
    DocumentAnnotator
  40. def processSequential(documents: Iterable[Document]): Iterable[Document]

    Definition Classes
    DocumentAnnotator
  41. def serialize(filename: String): Unit

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

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def tokenAnnotationString(token: Token): String

    How the annotation of this DocumentAnnotator should be printed in one-word-per-line (OWPL) format.

    How the annotation of this DocumentAnnotator should be printed in one-word-per-line (OWPL) format. If there is no per-token annotation, return null. Used in Document.owplString.

    Definition Classes
    ForwardCorefBaseDocumentAnnotator
  45. def train(trainDocs: Seq[Document], testDocs: Seq[Document], wn: WordNet, rng: Random, trainTrueMaps: Map[String, GenericEntityMap[Mention]], testTrueMaps: Map[String, GenericEntityMap[Mention]], saveModelBetweenEpochs: Boolean, saveFrequency: Int, filename: String, learningRate: Double = 1.0): Double

  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 DocumentAnnotator

Inherited from AnyRef

Inherited from Any

Ungrouped