Type Alias EntityMatchingFeatureType

EntityMatchingFeatureType:
    | "simple"
    | "bigram"
    | "frequencyweightedbigram"
    | "bigramextratokenizers"
    | "bigramcombo"