Object/Class

epic.preprocess

MLSentenceSegmenter

Related Docs: class MLSentenceSegmenter | package preprocess

Permalink

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

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

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

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

    Permalink
  5. case class ContextWord(w: String, offset: Int = 0) extends Feature with Product with Serializable

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

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

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

    Permalink
  9. case class NextRealLetterFeature(ct: Int) extends Feature with Product with Serializable

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

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

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

    Permalink
  13. implicit final class addIndicesWhere extends AnyVal

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

    Permalink
  5. object BiasFeature extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. object EOFFeature extends Feature with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. object LineIsShortFeature extends Feature with Product with Serializable

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

    Permalink
  9. def adjustGoldSentenceBoundaries(text: String, _endPoints: Iterator[Span], newlineIsBoundary: Boolean): Set[Int]

    Permalink
  10. final def asInstanceOf[T0]: T0

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

    Permalink
  12. def clone(): AnyRef

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

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

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

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

    Permalink
  17. val extraExamples: IndexedSeq[(String, IndexedSeq[Int])]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def instancesAtPeriods(str: String): (String, IndexedSeq[Int])

    Permalink
  22. def isControl(codepoint: Int): Boolean

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  26. def isQuote(ch: Char): Boolean

    Permalink
  27. def loadModel(file: File): MLSentenceSegmenter

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

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

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

    Permalink
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped