ARB
|
Public Member Functions | |
DupNameCriterion (DupNameCriterionType exact, GB_CASE sens_) | |
DupNameCriterion (DupNameCriterionType wordwise, GB_CASE sens_, int min_words_, const WordSet &ignored_words_, const char *wordSeparators_) | |
DupNameCriterionType | get_name_type () const |
bool | wordwise_name_matching () const |
GB_CASE | get_sensitivity () const |
const char * | get_word_separators () const |
const WordSet & | get_ignored_words () const |
int | get_min_wanted_words () const |
void | set_min_wanted_words (int words) |
int | name_matches_wordwise (const GroupInfo &gi1, const GroupInfo &gi2) const |
int | name_matches (const GroupInfo &gi1, const GroupInfo &gi2) const |
Definition at line 971 of file group_search.cxx.
|
inlineexplicit |
Definition at line 981 of file group_search.cxx.
References DNC_WHOLENAME, and gs_assert.
|
inline |
Definition at line 989 of file group_search.cxx.
References DNC_WORDWISE, GB_IGNORE_CASE, gs_assert, and string_to_lower().
|
inline |
Definition at line 1005 of file group_search.cxx.
Referenced by wordwise_name_matching().
|
inline |
Definition at line 1006 of file group_search.cxx.
References DNC_WORDWISE, and get_name_type().
Referenced by Clusterer::calc_max_used_words(), and DupCriteria::is_inferable().
|
inline |
Definition at line 1008 of file group_search.cxx.
|
inline |
Definition at line 1009 of file group_search.cxx.
|
inline |
Definition at line 1011 of file group_search.cxx.
|
inline |
Definition at line 1013 of file group_search.cxx.
Referenced by Clusterer::find_and_deliverTo(), and Clusterer::findBestClusterBasedOnWords().
|
inline |
Definition at line 1014 of file group_search.cxx.
Referenced by Clusterer::findBestClusterBasedOnWords().
|
inline |
Definition at line 1016 of file group_search.cxx.
References contains(), GroupInfo::get_word_count(), gs_assert, SmartPtr< T, C >::isNull(), min, GroupInfo::name, and GroupInfo::words.
Referenced by name_matches().
Definition at line 1044 of file group_search.cxx.
References DNC_WHOLENAME, GroupInfo::name, and name_matches_wordwise().