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
Name | Value | Description |
---|---|---|
Exact | NA | Try to exactly match the string of elements in the dictionary. |
LevenshteinDistance | NA | Try matching elements using a Levenshtein Distance method. |
HammingDistance | NA | Try matching elements using a Hamming Distance method. |
RegEx | NA | Try matching elements using a Regular Expression match method. |
None | NA | Do not try to match with elements in the dictionary. |