cc.factorie.app.nlp.coref

ParseStructuredCoref

class ParseStructuredCoref extends StructuredCoref

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ParseStructuredCoref
  2. StructuredCoref
  3. CorefSystem
  4. Trackable
  5. DocumentAnnotator
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParseStructuredCoref()

Type Members

  1. class CorefTester extends AnyRef

    Definition Classes
    CorefSystem
  2. abstract class ParallelTrainer extends AnyRef

    Definition Classes
    CorefSystem
  3. class SoftMaxParallelTrainer extends ParallelTrainer

    Definition Classes
    StructuredCoref

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def **|(): Unit

    Definition Classes
    Trackable
  4. def **|(text: String): Unit

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

    Definition Classes
    AnyRef → Any
  6. def annotateMentions(doc: Document): Unit

    Definition Classes
    ParseStructuredCorefCorefSystem
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def assertSorted(mentions: Seq[Mention]): Unit

    Definition Classes
    CorefSystem
  9. def clone(): AnyRef

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

    Definition Classes
    CorefSystem
  11. def deserialize(stream: DataInputStream): Unit

    Definition Classes
    CorefSystem
  12. def doTest(testDocs: Seq[Document], wn: WordNet, name: String): Double

    Definition Classes
    CorefSystem
  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 getBestCandidate(mentionGraph: MentionGraph, scores: Array[Double], currMentionIdx: Int): (Int, Double)

    Definition Classes
    StructuredCoref
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getCorefStructure(coref: WithinDocCoref): MentionGraph

    Returns training labels for data in the format that should be used for training

    Returns training labels for data in the format that should be used for training

    coref

    Gold Coref to be used for training

    Definition Classes
    StructuredCorefCorefSystem
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def infer(coref: WithinDocCoref): WithinDocCoref

    Definition Classes
    StructuredCorefCorefSystem
  22. def instantiateModel(optimizer: GradientOptimizer, pool: ExecutorService): SoftMaxParallelTrainer

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

    Definition Classes
    Any
  24. def mark(text: String, start: Boolean): Unit

    Definition Classes
    Trackable
  25. def mentionAnnotationString(mention: Mention): String

    Definition Classes
    DocumentAnnotator
  26. val model: StructuredCorefModel

    Definition Classes
    StructuredCorefCorefSystem
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. val options: CorefOptions

    Definition Classes
    StructuredCorefCorefSystem
  31. def phraseAnnotationString(phrase: Phrase): String

    Definition Classes
    DocumentAnnotator
  32. def postAttrs: Seq[Class[WithinDocCoref]]

    Definition Classes
    CorefSystemDocumentAnnotator
  33. def preprocessCorpus(trainDocs: Seq[Document]): Unit

    Perform any preprocessing such as getting top used words

    Perform any preprocessing such as getting top used words

    trainDocs

    Documents to generate counts from

    Definition Classes
    StructuredCorefCorefSystem
  34. def prereqAttrs: Seq[Class[_]]

  35. def process(document: Document): Document

    Definition Classes
    CorefSystemDocumentAnnotator
  36. def processParallel(documents: Iterable[Document], nThreads: Int = ...): Iterable[Document]

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

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

    Definition Classes
    CorefSystem
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. 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
    CorefSystemDocumentAnnotator
  42. def train(trainDocs: Seq[Document], testDocs: Seq[Document], wn: WordNet, rng: Random, saveModelBetweenEpochs: Boolean, saveFrequency: Int, filename: String, learningRate: Double = 1.0): Double

    Definition Classes
    CorefSystem
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def |**(text: String): Unit

    Definition Classes
    Trackable

Inherited from StructuredCoref

Inherited from CorefSystem[MentionGraph]

Inherited from Trackable

Inherited from DocumentAnnotator

Inherited from AnyRef

Inherited from Any

Ungrouped