o
com.johnsnowlabs.finance.chunk_classification.resolution
ChunkMapperModel
Companion class ChunkMapperModel
object ChunkMapperModel extends ReadablePretrainedChunkMapperModel with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChunkMapperModel
- Serializable
- Serializable
- ReadablePretrainedChunkMapperModel
- HasPretrained
- ParamsAndFeaturesReadable
- DefaultParamsReadable
- MLReadable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
addReader(reader: (nlp.annotators.chunker.ChunkMapperModel, String, SparkSession) ⇒ Unit): Unit
- Definition Classes
- ParamsAndFeaturesReadable
-
val
defaultLang: String
- Definition Classes
- HasPretrained
-
lazy val
defaultLoc: String
Java compliant-overrides
Java compliant-overrides
- Definition Classes
- ChunkMapperModel → ReadablePretrainedChunkMapperModel → HasPretrained
-
val
defaultModelName: Some[String]
- Definition Classes
- ChunkMapperModel → ReadablePretrainedChunkMapperModel → HasPretrained
-
def
load(path: String): nlp.annotators.chunker.ChunkMapperModel
- Definition Classes
- MLReadable
- Annotations
- @Since( "1.6.0" )
-
def
pretrained(name: String, lang: String): nlp.annotators.chunker.ChunkMapperModel
- Definition Classes
- ReadablePretrainedChunkMapperModel → HasPretrained
-
def
pretrained(name: String): nlp.annotators.chunker.ChunkMapperModel
- Definition Classes
- ReadablePretrainedChunkMapperModel → HasPretrained
-
def
pretrained(): nlp.annotators.chunker.ChunkMapperModel
- Definition Classes
- ReadablePretrainedChunkMapperModel → HasPretrained
-
def
pretrained(name: String, lang: String, remoteLoc: String): nlp.annotators.chunker.ChunkMapperModel
Java compliant-overrides
Java compliant-overrides
- Definition Classes
- ReadablePretrainedChunkMapperModel → HasPretrained
-
def
read: MLReader[nlp.annotators.chunker.ChunkMapperModel]
- Definition Classes
- ParamsAndFeaturesReadable → DefaultParamsReadable → MLReadable