truffle-ts API reference - v0.4.2
    Preparing search index...

    Interface Token

    A single classified word from a query.

    interface Token {
        raw: string;
        type: TokenType;
        value: string;
    }
    Index
    raw: string

    Original input text before normalization.

    type: TokenType
    value: string

    Normalized canonical value, e.g. "nvidia", "128gb".