Class

com.johnsnowlabs.nlp.annotators.btm

TMVocabReader

Related Doc: package btm

Permalink

class TMVocabReader extends StorageReader[Int]

Linear Supertypes
StorageReader[Int], HasConnection, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TMVocabReader
  2. StorageReader
  3. HasConnection
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TMVocabReader(connection: RocksDBConnection, caseSensitiveIndex: Boolean)

    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. def _lookup(index: String): Option[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    StorageReader
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val caseSensitiveIndex: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TMVocabReaderStorageReader
  7. def clear(): Unit

    Permalink
    Definition Classes
    StorageReader
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    HasConnection → AutoCloseable
  10. val connection: RocksDBConnection

    Permalink
    Attributes
    protected
    Definition Classes
    TMVocabReaderHasConnection
  11. def containsIndex(index: String): Boolean

    Permalink
    Definition Classes
    StorageReader
  12. def emptyValue: Int

    Permalink
    Definition Classes
    TMVocabReaderStorageReader
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromBytes(source: Array[Byte]): Int

    Permalink
    Definition Classes
    TMVocabReaderStorageReader
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getConnection: RocksDBConnection

    Permalink
    Definition Classes
    HasConnection
  19. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  21. def lookup(index: String): Option[Int]

    Permalink
    Definition Classes
    StorageReader
  22. def lookupDisk(index: String): Option[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    StorageReader
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def readCacheSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    TMVocabReaderStorageReader
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StorageReader[Int]

Inherited from HasConnection

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped