object SentenceDetectorDLEncoder extends SentenceDetectorDLEncoder

Linear Supertypes
SentenceDetectorDLEncoder, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SentenceDetectorDLEncoder
  2. SentenceDetectorDLEncoder
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildVocabulary(trainingTextData: String): Unit
    Definition Classes
    SentenceDetectorDLEncoder
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def encodeChar(char: Char): Float
    Attributes
    protected
    Definition Classes
    SentenceDetectorDLEncoder
  8. val eosCandidatesPattern: Regex
    Attributes
    protected
    Definition Classes
    SentenceDetectorDLEncoder
  9. val eosChars: Array[Char]
    Attributes
    protected
    Definition Classes
    SentenceDetectorDLEncoder
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getEOSPositions(text: String, impossiblePenultimates: Array[String] = Array()): Iterator[(Int, Array[Float])]
    Definition Classes
    SentenceDetectorDLEncoder
  15. def getLeftContext(text: String, pos: Int): String
    Definition Classes
    SentenceDetectorDLEncoder
  16. def getRightContext(text: String, pos: Int): String
    Definition Classes
    SentenceDetectorDLEncoder
  17. def getSkipChars: Array[Char]
    Definition Classes
    SentenceDetectorDLEncoder
  18. def getTrainingData(text: String): (Array[Float], Array[Array[Float]])
    Definition Classes
    SentenceDetectorDLEncoder
  19. def getVocabularyJSON(): String
    Definition Classes
    SentenceDetectorDLEncoder
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def loadMultiLangVocabulary(filenames: Array[String]): Unit
    Definition Classes
    SentenceDetectorDLEncoder
  23. def loadVocabulary(filename: String): Unit
    Definition Classes
    SentenceDetectorDLEncoder
  24. val minFreq: Int
    Attributes
    protected
    Definition Classes
    SentenceDetectorDLEncoder
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def saveVocabulary(filename: String): PrintWriter
    Definition Classes
    SentenceDetectorDLEncoder
  29. def setVocabulary(vocabularyJSON: String): Unit
    Definition Classes
    SentenceDetectorDLEncoder
  30. val skipChars: Array[Char]
    Attributes
    protected
    Definition Classes
    SentenceDetectorDLEncoder
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. val windowSize: Int
    Attributes
    protected
    Definition Classes
    SentenceDetectorDLEncoder

Inherited from SentenceDetectorDLEncoder

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped