DictionaryEntryWriter

abstract class DictionaryEntryWriter(size: Int)

Abstract writer class to write dictionary entries.

Constructors

Link copied to clipboard
constructor(size: Int)

Functions

Link copied to clipboard

Returns current word id.

Link copied to clipboard
abstract fun putEntry(entry: Array<String>): Int

Writes an entry.

Link copied to clipboard
fun writeDictionary(path: Path, dictCodecHeader: String, dictCodecVersion: Int)
Link copied to clipboard
fun writePosDict(path: Path, posDictCodecHeader: String, dictCodecVersion: Int)