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

    Permalink
  7. object LineIsShortFeature extends Feature with Product with Serializable

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

    Permalink
  9. def adjustGoldSentenceBoundaries(text: String, _endPoints: Iterator[Span]): 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
    @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. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def instancesAtPeriods(str: String): (String, IndexedSeq[Int])

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

    Permalink
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped