Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

fuzzywrapper.h File Reference

Go to the source code of this file.

Classes

class  linked_result
 class supports NON Terimber allocation not so efficient, but does not require the base library source code More...
class  fuzzy_wrapper
 fuzzy wrapper library interface it's safe to call methods in multithreaded program add/remove methods will be executed one by one; "write" blocking mode match method can be executed in multiple threads at the same time; "read" non-blocking mode More...
class  fuzzy_wrapper_factory
 class factory for fuzzy wrapper More...

Enumerations

enum  ngram_quality { nq_high = 0, nq_normal, nq_low }
 ngram quality More...
enum  phonetic_quality { pq_high = 0, pq_normal, pq_low }
 phonetic quality More...


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.



© Copyright Terimber 2003-.