Class

com.johnsnowlabs.ml.tensorflow

TensorflowSpell

Related Doc: package tensorflow

Permalink

class TensorflowSpell extends Logging with Serializable

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

Instance Constructors

  1. new TensorflowSpell(tensorflow: TensorflowWrapper, verboseLevel: nlp.annotators.ner.Verbose.Value)

    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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val contextIds: String

    Permalink
  7. val contextWordIds: String

    Permalink
  8. val dropoutRate: String

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getLogName: String

    Permalink
    Definition Classes
    Logging
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. def log(value: ⇒ String, minLevel: Level): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  18. val lossKey: String

    Permalink
  19. val losses: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def outputLog(value: ⇒ String, uuid: String, shouldLog: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  24. def predict(dataset: Array[Array[Int]], cids: Array[Array[Int]], cwids: Array[Array[Int]], configProtoBytes: Option[Array[Byte]] = None): Iterator[Float]

    Permalink
  25. def predict_(dataset: Array[Array[Int]], cids: Array[Array[Int]], cwids: Array[Array[Int]], candCids: Array[Int], candWids: Array[Int], configProtoBytes: Option[Array[Byte]] = None): List[Float]

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

    Permalink
    Definition Classes
    AnyRef
  27. val tensorflow: TensorflowWrapper

    Permalink
  28. val testCids: String

    Permalink
  29. val testInitOp: String

    Permalink
  30. val testWids: String

    Permalink
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. val validWords: String

    Permalink
  33. val verboseLevel: nlp.annotators.ner.Verbose.Value

    Permalink
    Definition Classes
    TensorflowSpellLogging
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. val wordIds: String

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped