Class/Object

org.clulab.discourse.rstparser

StructureClassifier

Related Docs: object StructureClassifier | package rstparser

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructureClassifier()

    Permalink

Value Members

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

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

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

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

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

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
  8. var classifier: Classifier[String, String]

    Permalink
  9. def clone(): AnyRef

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

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

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

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

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

    Permalink
  15. val featureExtractor: RelationFeatureExtractor

    Permalink
  16. def finalize(): Unit

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

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

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

    Permalink
  20. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def parseTreeSeq(treeSeq: Array[DiscourseTree], edus: Array[Array[(Int, Int)]], doc: Document, relationModel: RelationClassifier, verbose: Boolean = false): DiscourseTree

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

    Permalink
  32. var scaleRanges: ScaleRange[String]

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

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

    Permalink

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

  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped