epic.preprocess

MLSentenceSegmenter

object MLSentenceSegmenter extends Serializable

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

Type Members

  1. case class CharTypeFeature(ct: Int, offset: Int = 0) extends Feature with Product with Serializable

  2. case class ClassificationInference(featureIndex: Index[Feature], weights: DenseVector[Double]) extends Inference[SentenceDecisionInstance] with Product with Serializable

    Annotations
    @SerialVersionUID( 1L )
  3. class ClassificationModel extends Model[SentenceDecisionInstance]

  4. case class CodePointFeature(cp: String, offset: Int = 0) extends Feature with Product with Serializable

  5. case class JavaDistFeature(x: Int) extends Feature with Product with Serializable

  6. case class LastWord(w: String, offset: Int = 0) extends Feature with Product with Serializable

  7. case class LastWordLength(len: Int, offset: Int = 0) extends Feature with Product with Serializable

  8. case class Marginal(prob: Double, logPartition: Double) extends framework.Marginal with Product with Serializable

  9. case class SentenceDecisionInstance(label: Boolean, features: Array[Feature], id: String) extends Example[Boolean, Array[Feature]] with Product with Serializable

  10. case class SurroundingCharFeature(prev: String, next: String) extends Feature with Product with Serializable

  11. case class SurroundingCharTypeFeature(prev: Int, next: Int) extends Feature with Product with Serializable

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 BOFFeature extends Feature with Product with Serializable

  7. object BiasFeature extends Feature with Product with Serializable

  8. object EOFFeature extends Feature with Product with Serializable

  9. object LineIsShortFeature extends Feature with Product with Serializable

  10. def addCharFeatures(text: String, base: Int, rel: Int): IndexedSeq[Feature]

  11. def adjustGoldSentenceBoundaries(text: String, endPoints: Iterator[Int]): Set[Int]

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def bundled(language: String = "en"): Option[MLSentenceSegmenter]

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def codepointToString(cp: Int): String

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

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

    Definition Classes
    AnyRef → Any
  18. def evalDev(inf: ClassificationInference, dev: Array[SentenceDecisionInstance], decoded: Counter[Feature, Double]): Unit

  19. def featuresForEndPointDetection(text: String, offset: Int): Array[Feature]

  20. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  23. def isControl(codepoint: Int): Boolean

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isPotentialSentenceBoundary(text: String, offset: Int, codepoint: Int): Boolean

  26. def isProbablyNotContraction(text: String, offset: Int, codepoint: Int, quote: Char): Boolean

  27. def loadModel(file: File): MLSentenceSegmenter

  28. def main(args: Array[String]): Unit

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def nextPotentialSentenceBoundary(text: String, offset: Int): Int

  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. def potentialSentenceBoundariesIterator(text: String): Iterator[Int]

  34. def previousLineIsShort(s: String, pos: Int): Boolean

  35. def printOutSentenceBoundaries(text: String, guessPoints: Set[Int], goldPoints: Set[Int]): Unit

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

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped