[][src]Module finalfusion::subword

Utilities for subword units.

Structs

HashIndexer

Indexer using a hash function.

StrWithCharLen

A string reference with its length in characters.

Traits

BucketIndexer

N-Gram indexer with bucketing.

Indexer

N-Gram indexer

NGramsIndices

A trait for getting ngrams and their indices of a string.

SubwordIndices

Extension trait for computing subword indices.

Type Definitions

FinalfusionHashIndexer

Standard hash-based indexer in finalfusion.