edu.arizona.sista.discourse.rstparser

EDUClassifier

Related Docs: object EDUClassifier | package rstparser

class EDUClassifier extends AnyRef

Detects EDU boundaries User: mihais Date: 4/12/14

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

Instance Constructors

  1. new EDUClassifier()

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def boundarySort(e1: EDUToken, e2: EDUToken): Boolean

  6. def classOf(datum: Datum[String, String]): String

  7. var classifier: Classifier[String, String]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def constructDataset(trees: List[(DiscourseTree, Document)]): Dataset[String, String]

  10. def eduBoundaryStats(tokens: Iterable[EDUToken]): Unit

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

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

    Definition Classes
    AnyRef → Any
  13. def f1(output: Iterable[(String, String)]): (Double, Double, Double, Int, Int, Int)

  14. def featureSelectionByFrequency(trees: List[(DiscourseTree, Document)], corpusStats: CorpusStats): Unit

  15. def featureSelectionByInformativeness(trees: List[(DiscourseTree, Document)], corpusStats: CorpusStats): Unit

  16. def featureSelectionIncremental(trees: List[(DiscourseTree, Document)], corpusStats: CorpusStats): Unit

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findEDUStarts(tree: DiscourseTree, starts: HashSet[TokenOffset]): Unit

  19. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  22. def isTrained: Boolean

  23. def mkDatum(token: EDUToken): Datum[String, String]

  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 printEDUBoundaries(tokens: Iterable[EDUToken]): Unit

  28. def report(token: EDUToken, errType: String): Unit

  29. def saveTo(w: Writer): Unit

  30. var scaleRanges: ScaleRange[String]

  31. def simpleF1(output: Iterable[(String, String)]): Double

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

    Definition Classes
    AnyRef
  33. def test(trees: List[(DiscourseTree, Document)]): Unit

    Tests the standalone segmenter for intra-sentence classification

  34. def toString(): String

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

    Trains using all .dis in the given directory

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped