edu.arizona.sista.discourse.rstparser

StructureClassifier

Related Docs: object StructureClassifier | package rstparser

class StructureClassifier extends AnyRef

User: mihais Date: 5/21/14

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

Instance Constructors

  1. new StructureClassifier()

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addPositiveAndNegativeExamples1(structDataset: Dataset[String, String], tree: DiscourseTree, doc: Document, edus: Array[Array[(Int, Int)]]): Unit

  5. def addPositiveAndNegativeExamples2(dataset: Dataset[String, String], tree: DiscourseTree, doc: Document, edus: Array[Array[(Int, Int)]]): Unit

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def baselineScore(left: DiscourseTree, right: DiscourseTree, doc: Document, edus: Array[Array[(Int, Int)]]): Double

  8. var classifier: Classifier[String, String]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. var corpusStats: CorpusStats

  11. def edusToTerminalTrees(doc: Document, edus: Array[Array[(Int, Int)]], startSen: Int, endSen: Int): Array[DiscourseTree]

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

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

    Definition Classes
    AnyRef → Any
  14. def extractDiscourseDependencies(tree: DiscourseTree, deps: HashSet[(Int, Int, Int, Int)]): Unit

  15. val featureExtractor: RelationFeatureExtractor

  16. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  19. def isDep(trees: Array[DiscourseTree], pos: Int, discourseDeps: HashSet[(Int, Int, Int, Int)]): Boolean

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def mkDataset(trees: List[(DiscourseTree, Document)]): Dataset[String, String]

  22. def mkDatum(left: DiscourseTree, right: DiscourseTree, doc: Document, edus: Array[Array[(Int, Int)]], label: String): Datum[String, String]

  23. def mkTree(edus: Array[Array[(Int, Int)]], doc: Document, relationModel: RelationClassifier, startSentence: Int, endSentence: Int, verbose: Boolean): DiscourseTree

  24. def mkTree(edus: Array[Array[(Int, Int)]], doc: Document, relationModel: RelationClassifier, verbose: Boolean = false): DiscourseTree

  25. def mkTreeBaseline(edus: Array[Array[(Int, Int)]], doc: Document, verbose: Boolean = false): DiscourseTree

  26. def mkTreeIntraFirst(edus: Array[Array[(Int, Int)]], doc: Document, relationModel: RelationClassifier, verbose: Boolean = false): DiscourseTree

  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. def parseTreeSeq(treeSeq: Array[DiscourseTree], edus: Array[Array[(Int, Int)]], doc: Document, relationModel: RelationClassifier, verbose: Boolean = false): DiscourseTree

  31. def saveTo(w: Writer, saveCorpusStats: Boolean = false): Unit

  32. var scaleRanges: ScaleRange[String]

  33. def summarizeTrees(trees: Iterable[DiscourseTree], iteration: Int): Unit

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def train(trees: List[(DiscourseTree, Document)], cs: CorpusStats): Unit

    Trains using all .dis in the given directory, assuming gold segmentation and gold labels

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped