Crate tokengrams

source ·

Modules§

Structs§

  • An in-memory index exposes suffix table functionality over text corpora small enough to fit in memory.
  • A memmap index exposes suffix table functionality over text corpora too large to fit in memory.
  • A suffix table is a sequence of lexicographically sorted suffixes. The table supports n-gram statistics computation and language modeling over text corpora.