Class/Object

org.clulab.discourse.rstparser

RelationClassifier

Related Docs: object RelationClassifier | package rstparser

Permalink

class RelationClassifier extends AnyRef

User: mihais Date: 6/12/14

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelationClassifier
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RelationClassifier(prefixes: String, withNuclearity: Boolean = true)

    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 acc(output: Iterable[(String, String)]): Double

    Permalink
  5. def addExamples(labelDataset: 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 classOf(datum: Datum[String, String]): String

    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. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. val featureExtractor: RelationFeatureExtractor

    Permalink
  14. def featureSelectionIncremental(trees: List[(DiscourseTree, Document)], cs: CorpusStats): Unit

    Permalink
  15. def finalize(): Unit

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

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

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

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

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

    Permalink
  21. def mkLabel(relLabel: String, relDir: RelationDirection.Value): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def parseLabel(label: String): (String, RelationDirection.Value)

    Permalink
  26. val prefixes: String

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

    Permalink
  28. var scaleRanges: ScaleRange[String]

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

    Permalink
    Definition Classes
    AnyRef
  30. def test(tree: DiscourseTree, doc: Document, edus: Array[Array[(Int, Int)]], scorer: DiscourseScorer, score: DiscourseScore): Unit

    Permalink

    Tests the relation classifier, assuming gold segmentation and structure

  31. def test(trees: List[(DiscourseTree, Document)]): Unit

    Permalink

    Tests the relation classifier, assuming gold segmentation and structure

  32. def toString(): String

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

    Permalink

    Trains the relation classifier, assuming gold segmentation and structure

  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. var withNuclearity: Boolean

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped