o
com.johnsnowlabs.nlp.annotators.classifier.dl
CamemBertForTokenClassification
Companion class CamemBertForTokenClassification
object CamemBertForTokenClassification extends ReadablePretrainedCamemBertForTokenModel with ReadCamemBertForTokenDLModel with Serializable
This is the companion object of CamemBertForTokenClassification. Please refer to that class for the documentation.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CamemBertForTokenClassification
- Serializable
- ReadCamemBertForTokenDLModel
- ReadOpenvinoModel
- ReadSentencePieceModel
- ReadOnnxModel
- ReadTensorflowModel
- ReadablePretrainedCamemBertForTokenModel
- HasPretrained
- ParamsAndFeaturesReadable
- DefaultParamsReadable
- MLReadable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addReader(reader: (CamemBertForTokenClassification, String, SparkSession) => Unit): Unit
- Definition Classes
- ParamsAndFeaturesReadable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val defaultLang: String
- Definition Classes
- HasPretrained
- lazy val defaultLoc: String
- Definition Classes
- HasPretrained
- val defaultModelName: Some[String]
- Definition Classes
- ReadablePretrainedCamemBertForTokenModel → HasPretrained
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(path: String): CamemBertForTokenClassification
- Definition Classes
- MLReadable
- Annotations
- @Since("1.6.0")
- def loadSavedModel(modelPath: String, spark: SparkSession): CamemBertForTokenClassification
- Definition Classes
- ReadCamemBertForTokenDLModel
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def onRead(instance: CamemBertForTokenClassification, path: String, session: SparkSession): Unit
- Attributes
- protected
- Definition Classes
- ParamsAndFeaturesReadable
- val onnxFile: String
- Definition Classes
- ReadCamemBertForTokenDLModel → ReadOnnxModel
- val openvinoFile: String
- Definition Classes
- ReadCamemBertForTokenDLModel → ReadOpenvinoModel
- def pretrained(name: String, lang: String, remoteLoc: String): CamemBertForTokenClassification
Java default argument interoperability
Java default argument interoperability
- Definition Classes
- ReadablePretrainedCamemBertForTokenModel → HasPretrained
- def pretrained(name: String, lang: String): CamemBertForTokenClassification
- Definition Classes
- ReadablePretrainedCamemBertForTokenModel → HasPretrained
- def pretrained(name: String): CamemBertForTokenClassification
- Definition Classes
- ReadablePretrainedCamemBertForTokenModel → HasPretrained
- def pretrained(): CamemBertForTokenClassification
Java compliant-overrides
Java compliant-overrides
- Definition Classes
- ReadablePretrainedCamemBertForTokenModel → HasPretrained
- def read: MLReader[CamemBertForTokenClassification]
- Definition Classes
- ParamsAndFeaturesReadable → DefaultParamsReadable → MLReadable
- def readModel(instance: CamemBertForTokenClassification, path: String, spark: SparkSession): Unit
- Definition Classes
- ReadCamemBertForTokenDLModel
- def readOnnxModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true, useBundle: Boolean = false, modelName: Option[String] = None, tmpFolder: Option[String] = None, dataFilePostfix: Option[String] = None): OnnxWrapper
- Definition Classes
- ReadOnnxModel
- def readOnnxModels(path: String, spark: SparkSession, modelNames: Seq[String], suffix: String, zipped: Boolean = true, useBundle: Boolean = false, dataFilePostfix: String = "_data"): Map[String, OnnxWrapper]
- Definition Classes
- ReadOnnxModel
- def readOpenvinoModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true): OpenvinoWrapper
- Definition Classes
- ReadOpenvinoModel
- def readOpenvinoModels(path: String, spark: SparkSession, modelNames: Seq[String], suffix: String, zipped: Boolean = true): Map[String, OpenvinoWrapper]
- Definition Classes
- ReadOpenvinoModel
- def readSentencePieceModel(path: String, spark: SparkSession, suffix: String, filename: String): SentencePieceWrapper
- Definition Classes
- ReadSentencePieceModel
- def readTensorflowChkPoints(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true, tags: Array[String] = Array.empty, initAllTables: Boolean = false): TensorflowWrapper
- Definition Classes
- ReadTensorflowModel
- def readTensorflowHub(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true, useBundle: Boolean = false, tags: Array[String] = Array.empty): TensorflowWrapper
- Definition Classes
- ReadTensorflowModel
- def readTensorflowModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true, useBundle: Boolean = false, tags: Array[String] = Array.empty, initAllTables: Boolean = false, savedSignatures: Option[Map[String, String]] = None): TensorflowWrapper
- Definition Classes
- ReadTensorflowModel
- def readTensorflowWithSPModel(path: String, spark: SparkSession, suffix: String, zipped: Boolean = true, useBundle: Boolean = false, tags: Array[String] = Array.empty, initAllTables: Boolean = false, loadSP: Boolean = false): TensorflowWrapper
- Definition Classes
- ReadTensorflowModel
- val readers: ArrayBuffer[(CamemBertForTokenClassification, String, SparkSession) => Unit]
- Attributes
- protected
- Definition Classes
- ParamsAndFeaturesReadable
- val sppFile: String
- Definition Classes
- ReadCamemBertForTokenDLModel → ReadSentencePieceModel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tfFile: String
- Definition Classes
- ReadCamemBertForTokenDLModel → ReadTensorflowModel
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)