Class

com.johnsnowlabs.nlp.annotators.btm

TMVocabReadWriter

Related Doc: package btm

Permalink

class TMVocabReadWriter extends TMVocabReader with StorageReadWriter[Int]

Linear Supertypes
StorageReadWriter[Int], StorageWriter[Int], TMVocabReader, StorageReader[Int], HasConnection, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TMVocabReadWriter
  2. StorageReadWriter
  3. StorageWriter
  4. TMVocabReader
  5. StorageReader
  6. HasConnection
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TMVocabReadWriter(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. def add(word: String, content: Int): Unit

    Permalink
    Definition Classes
    StorageReadWriterStorageWriter
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val caseSensitiveIndex: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TMVocabReadWriterTMVocabReaderStorageReader
  8. def clear(): Unit

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

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

    Permalink
    Definition Classes
    StorageReadWriterStorageWriterHasConnection → AutoCloseable
  11. val connection: RocksDBConnection

    Permalink
    Attributes
    protected
    Definition Classes
    TMVocabReadWriterTMVocabReaderHasConnection
  12. def containsIndex(index: String): Boolean

    Permalink
    Definition Classes
    StorageReader
  13. def emptyValue: Int

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def flush(batch: WriteBatch): Unit

    Permalink
    Definition Classes
    StorageReadWriterStorageWriter
  18. def fromBytes(source: Array[Byte]): Int

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

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

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

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

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

    Permalink
    Definition Classes
    StorageReadWriter
  24. def lookupDisk(index: String): Option[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    StorageReader
  25. def merge(batch: WriteBatch, word: String, content: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    StorageWriter
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def put(batch: WriteBatch, word: String, content: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    StorageWriter
  30. def readCacheSize: Int

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

    Permalink
    Definition Classes
    AnyRef
  32. def toBytes(content: Int): Array[Byte]

    Permalink
    Definition Classes
    TMVocabReadWriterStorageWriter
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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. def writeBufferSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    TMVocabReadWriterStorageWriter

Inherited from StorageReadWriter[Int]

Inherited from StorageWriter[Int]

Inherited from TMVocabReader

Inherited from StorageReader[Int]

Inherited from HasConnection

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped