Packages

c

com.johnsnowlabs.nlp.annotators.btm

TMVocabReadWriter

class TMVocabReadWriter extends TMVocabReader with StorageReadWriter[Int]

Linear Supertypes
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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _lookup(index: String): Option[Int]
    Attributes
    protected
    Definition Classes
    StorageReader
  5. def add(word: String, content: Int): Unit
    Definition Classes
    StorageReadWriterStorageWriter
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val caseSensitiveIndex: Boolean
    Attributes
    protected
    Definition Classes
    TMVocabReadWriterTMVocabReaderStorageReader
  8. def clear(): Unit
    Definition Classes
    StorageReader
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def close(): Unit
    Definition Classes
    StorageReadWriterStorageWriterHasConnection → AutoCloseable
  11. val connection: RocksDBConnection
    Attributes
    protected
    Definition Classes
    TMVocabReadWriterTMVocabReaderHasConnection
  12. def containsIndex(index: String): Boolean
    Definition Classes
    StorageReader
  13. def emptyValue: Int
    Definition Classes
    TMVocabReaderStorageReader
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def exportStorageToMap(): Map[BytesKey, Array[Byte]]
    Definition Classes
    StorageReader
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def flush(batch: WriteBatch): Unit
    Definition Classes
    StorageReadWriterStorageWriter
  19. def fromBytes(source: Array[Byte]): Int
    Definition Classes
    TMVocabReaderStorageReader
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getConnection: RocksDBConnection
    Definition Classes
    HasConnection
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lookup(index: String): Option[Int]
    Definition Classes
    StorageReadWriter
  25. def lookupDisk(index: String): Option[Int]
    Attributes
    protected
    Definition Classes
    StorageReader
  26. def merge(batch: WriteBatch, word: String, content: Int): Unit
    Attributes
    protected
    Definition Classes
    StorageWriter
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def put(batch: WriteBatch, word: String, content: Int): Unit
    Attributes
    protected
    Definition Classes
    StorageWriter
  31. def readCacheSize: Int
    Attributes
    protected
    Definition Classes
    TMVocabReaderStorageReader
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toBytes(content: Int): Array[Byte]
    Definition Classes
    TMVocabReadWriterStorageWriter
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def writeBufferSize: Int
    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