fuzzywrapper.h File Reference
Go to the source code of this file.
Enumeration Type Documentation
ngram quality
- Enumerator:
-
nq_high |
tries to find the n-gram suggestions matching all words in user input |
nq_normal |
tries to find the partial (subset of matched words) match |
nq_low |
tries to find any the partial (subset of matched words) match |
Definition at line 33 of file fuzzywrapper.h.
phonetic quality
- Enumerator:
-
pq_high |
only EXACT phonetic match AND SMALL DISTANCE between the user input and the suggestions |
pq_normal |
PARTIAL phonetic match AND SMALL DISTANCE between the user input and the suggestions. |
pq_low |
PARTIAL phonetic match AND BIGGER DISTANCE between the user input and the suggestions. |
Definition at line 42 of file fuzzywrapper.h.