EdgeNGramTokenFilterSide Enum

Definition

Specifies which side of the input an n-gram should be generated from.

public enum EdgeNGramTokenFilterSide
type EdgeNGramTokenFilterSide = 
Public Enum EdgeNGramTokenFilterSide
Inheritance
EdgeNGramTokenFilterSide

Fields

Back 1

Specifies that the n-gram should be generated from the back of the input.

Front 0

Specifies that the n-gram should be generated from the front of the input.

Applies to