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()
  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: 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. object BOFFeature extends Feature with Product with Serializable

  5. object BiasFeature extends Feature with Product with Serializable

  6. object EOFFeature extends Feature with Product with Serializable

  7. object LineIsShortFeature extends Feature with Product with Serializable

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

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

  10. final def asInstanceOf[T0]: T0

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

  12. def clone(): AnyRef

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

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

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

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

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

  18. def finalize(): Unit

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

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

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

  22. final def isInstanceOf[T0]: Boolean

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

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

  25. def loadModel(file: File): MLSentenceSegmenter

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

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

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

  29. final def notify(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  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 Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped