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
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 ContextWord (w: String, offset: Int = 0) extends Feature with Product with Serializable
  6. case class JavaDistFeature (x: Int) 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 NextRealLetterFeature (ct: Int) extends Feature with Product with Serializable
  10. case class SentenceDecisionInstance (label: Boolean, features: Array[Feature], id: String, context: String) extends Example[Boolean, Array[Feature]] with Product with Serializable
  11. case class SurroundingCharFeature (prev: String, next: String) extends Feature with Product with Serializable
  12. case class SurroundingCharTypeFeature (prev: Int, next: Int) extends Feature with Product with Serializable
  13. implicit final class addIndicesWhere extends AnyVal

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. def addCharFeatures(text: String, base: Int, rel: Int): IndexedSeq[Feature]
  5. def adjustGoldSentenceBoundaries(text: String, _endPoints: Iterator[Span], newlineIsBoundary: Boolean): Set[Int]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bundled(language: String = "en"): Option[MLSentenceSegmenter]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def codepointToString(cp: Int): String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def evalDev(inf: ClassificationInference, dev: IndexedSeq[SentenceDecisionInstance], decoded: Counter[Feature, Double]): Unit
  13. val extraExamples: IndexedSeq[(String, IndexedSeq[Int])]
  14. def featuresForEndPointDetection(text: String, offset: Int): Array[Feature]
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. def instancesAtPeriods(str: String): (String, IndexedSeq[Int])
  19. def isControl(codepoint: Int): Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPotentialSentenceBoundary(text: String, offset: Int, codepoint: Int): Boolean
  22. def isProbablyNotContraction(text: String, offset: Int, codepoint: Int, quote: Char): Boolean
  23. def isQuote(ch: Char): Boolean
  24. def loadModel(file: File): MLSentenceSegmenter
  25. def main(args: Array[String]): Unit
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def nextPotentialSentenceBoundary(text: String, offset: Int): Int
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. def potentialSentenceBoundariesIterator(text: String): Iterator[Int]
  31. def previousLineIsShort(s: String, pos: Int): Boolean
  32. def printOutSentenceBoundaries(text: String, guessPoints: Set[Int], goldPoints: Set[Int]): Unit
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. object BOFFeature extends Feature with Product with Serializable
  39. object BiasFeature extends Feature with Product with Serializable
    Annotations
    @SerialVersionUID()
  40. object EOFFeature extends Feature with Product with Serializable
    Annotations
    @SerialVersionUID()
  41. object LineIsShortFeature extends Feature with Product with Serializable
    Annotations
    @SerialVersionUID()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped