cc.factorie.app.nlp.parse

WSJProjectiveGraphBasedParser

object WSJProjectiveGraphBasedParser extends ProjectiveGraphBasedParser

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

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. object DependencyModel extends model.Parameters

    Definition Classes
    ProjectiveGraphBasedParser
  7. object MyFeaturesDomain extends variable.DiscreteDomain

    Definition Classes
    ProjectiveGraphBasedParser
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Definition Classes
    ProjectiveGraphBasedParser
  11. def deserialize(file: String): Unit

    Definition Classes
    ProjectiveGraphBasedParser
  12. 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
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getPairwiseFeatureVector(t: Token, p: Token): TensorVar

    Definition Classes
    ProjectiveGraphBasedParser
  18. def getParentFeatureVector(p: Token): TensorVar

    Definition Classes
    ProjectiveGraphBasedParser
  19. def getTokenFeatureVector(t: Token): TensorVar

    Definition Classes
    ProjectiveGraphBasedParser
  20. def groundTruthEdges(s: Sentence): Seq[TensorVar]

    Definition Classes
    ProjectiveGraphBasedParser
  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. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def parse(sent: Sentence): Unit

    Definition Classes
    ProjectiveGraphBasedParser
  28. def phraseAnnotationString(phrase: Phrase): String

    Definition Classes
    DocumentAnnotator
  29. def postAttrs: Iterable[Class[_]]

  30. def prereqAttrs: Iterable[Class[_]]

  31. def process(document: Document): Document

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

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

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

    Definition Classes
    ProjectiveGraphBasedParser
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def test(testSentences: Iterable[Sentence]): (Double, Double, Double, Double)

    Definition Classes
    ProjectiveGraphBasedParser
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. 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
    ProjectiveGraphBasedParserDocumentAnnotator
  39. def train(trainSentences: Seq[Sentence], testSentences: Seq[Sentence], file: String, nThreads: Int, nIters: Int = 10): Unit

    Definition Classes
    ProjectiveGraphBasedParser
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DocumentAnnotator

Inherited from AnyRef

Inherited from Any

Ungrouped