DictionaryLookupMethod

Description

The DictionaryLookupMethod enum specifies the method to be used to perform dictionary lookups for Parameter Definitions using Dictionary Lookups in AIForged. Dictionary Lookups are used to replace extracted text with a match in the elements in a Dictionary.

Members

NameValueDescription
ExactNATry to exactly match the string of elements in the dictionary.
LevenshteinDistanceNATry matching elements using a Levenshtein Distance method.
HammingDistanceNATry matching elements using a Hamming Distance method.
RegExNATry matching elements using a Regular Expression match method.
NoneNADo not try to match with elements in the dictionary.