Class/Object

com.johnsnowlabs.nlp.annotators.sentence_detector_dl

SentenceDetectorDLEncoder

Related Docs: object SentenceDetectorDLEncoder | package sentence_detector_dl

Permalink

class SentenceDetectorDLEncoder extends Serializable

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

Instance Constructors

  1. new SentenceDetectorDLEncoder()

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildVocabulary(trainingTextData: String): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def encodeChar(char: Char): Float

    Permalink
    Attributes
    protected
  8. val eosCandidatesPattern: Regex

    Permalink
    Attributes
    protected
  9. val eosChars: Array[Char]

    Permalink
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getEOSPositions(text: String, impossiblePenultimates: Array[String] = Array()): Iterator[(Int, Array[Float])]

    Permalink
  15. def getLeftContext(text: String, pos: Int): String

    Permalink
  16. def getRightContext(text: String, pos: Int): String

    Permalink
  17. def getSkipChars: Array[Char]

    Permalink
  18. def getTrainingData(text: String): (Array[Float], Array[Array[Float]])

    Permalink
  19. def getVocabularyJSON(): String

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def loadMultiLangVocabulary(filenames: Array[String]): Unit

    Permalink
  23. def loadVocabulary(filename: String): Unit

    Permalink
  24. val minFreq: Int

    Permalink
    Attributes
    protected
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def saveVocabulary(filename: String): PrintWriter

    Permalink
  29. def setVocabulary(vocabularyJSON: String): Unit

    Permalink
  30. val skipChars: Array[Char]

    Permalink
    Attributes
    protected
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val windowSize: Int

    Permalink
    Attributes
    protected

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped