fuzzy-search
stable
Contents:
fuzzy_search package
fuzzy-search
»
Index
Edit on GitHub
Index
A
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
O
|
P
|
R
|
S
|
T
|
V
|
W
A
add_custom() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
add_distractor() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
add_distractors() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
add_exact_match_score() (in module fuzzy_search.fuzzy_phrase_searcher)
add_labels() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
add_match_context() (fuzzy_search.fuzzy_context_searcher.FuzzyContextSearcher method)
add_max_offset() (fuzzy_search.fuzzy_phrase.Phrase method)
add_metadata() (fuzzy_search.fuzzy_phrase.Phrase method)
add_model() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
add_phrase() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
add_phrases() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
add_scores() (fuzzy_search.fuzzy_match.PhraseMatch method)
add_skip_match() (fuzzy_search.fuzzy_match.Candidate method)
(fuzzy_search.fuzzy_phrase_searcher.SkipMatches method)
add_variant() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
add_variants() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
adjust_match_end_offset() (in module fuzzy_search.fuzzy_match)
adjust_match_offsets() (in module fuzzy_search.fuzzy_match)
adjust_match_start_offset() (in module fuzzy_search.fuzzy_match)
as_phrase_object() (in module fuzzy_search.fuzzy_phrase_model)
as_web_anno() (fuzzy_search.fuzzy_match.PhraseMatch method)
(fuzzy_search.fuzzy_match.PhraseMatchInContext method)
C
calculate_end_shift() (in module fuzzy_search.fuzzy_match)
Candidate (class in fuzzy_search.fuzzy_match)
candidates_to_matches() (in module fuzzy_search.fuzzy_phrase_searcher)
configure() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
configure_context() (fuzzy_search.fuzzy_context_searcher.FuzzyContextSearcher method)
context_before_pattern() (in module fuzzy_search.fuzzy_patterns)
context_then_pattern() (in module fuzzy_search.fuzzy_patterns)
create_term_match() (in module fuzzy_search.fuzzy_searcher)
D
disable_strip_suffix() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
E
enable_strip_suffix() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
escape_string() (in module fuzzy_search.fuzzy_patterns)
F
filter_candidates() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
filter_char_match_candidates() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
filter_levenshtein_candidates() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
filter_matches_by_distractors() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
filter_matches_by_overlap() (in module fuzzy_search.fuzzy_phrase_searcher)
filter_matches_by_threshold() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
filter_ngram_candidates() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
filter_overlapping_phrase_candidates() (in module fuzzy_search.fuzzy_phrase_searcher)
filter_phrase_matches() (fuzzy_search.fuzzy_template_searcher.FuzzyTemplateSearcher method)
filter_skipgram_threshold() (in module fuzzy_search.fuzzy_phrase_searcher)
find_candidates() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
(fuzzy_search.fuzzy_searcher.FuzzySearcher method)
find_exact_matches() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
find_matches() (fuzzy_search.fuzzy_context_searcher.FuzzyContextSearcher method)
(fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
find_matches_in_context() (fuzzy_search.fuzzy_context_searcher.FuzzyContextSearcher method)
find_next_element_end_index() (in module fuzzy_search.fuzzy_template_searcher)
find_next_element_start_index() (in module fuzzy_search.fuzzy_template_searcher)
find_next_group_match_sequence() (in module fuzzy_search.fuzzy_template_searcher)
find_next_ordered_group_match_sequence() (in module fuzzy_search.fuzzy_template_searcher)
find_next_unordered_group_match_sequence() (in module fuzzy_search.fuzzy_template_searcher)
find_skipgram_matches() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
find_start_candidates() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
find_template_matches() (fuzzy_search.fuzzy_template_searcher.FuzzyTemplateSearcher method)
find_term_matches() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
fuzzy_search
module
fuzzy_search.fuzzy_config
module
fuzzy_search.fuzzy_context_searcher
module
fuzzy_search.fuzzy_match
module
fuzzy_search.fuzzy_patterns
module
fuzzy_search.fuzzy_phrase
module
fuzzy_search.fuzzy_phrase_model
module
fuzzy_search.fuzzy_phrase_searcher
module
fuzzy_search.fuzzy_searcher
module
fuzzy_search.fuzzy_string
module
fuzzy_search.fuzzy_template
module
fuzzy_search.fuzzy_template_searcher
module
FuzzyContextSearcher (class in fuzzy_search.fuzzy_context_searcher)
FuzzyPhraseSearcher (class in fuzzy_search.fuzzy_phrase_searcher)
FuzzySearcher (class in fuzzy_search.fuzzy_searcher)
FuzzyTemplate (class in fuzzy_search.fuzzy_template)
FuzzyTemplateElement (class in fuzzy_search.fuzzy_template)
FuzzyTemplateGroupElement (class in fuzzy_search.fuzzy_template)
FuzzyTemplateLabelElement (class in fuzzy_search.fuzzy_template)
FuzzyTemplateSearcher (class in fuzzy_search.fuzzy_template_searcher)
G
generate_group_from_json() (in module fuzzy_search.fuzzy_template)
generate_label_from_json() (in module fuzzy_search.fuzzy_template)
get() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
get_context_patterns() (in module fuzzy_search.fuzzy_patterns)
get_element() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
get_elements_by_cardinality() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
get_exact_match_ranges() (in module fuzzy_search.fuzzy_phrase_searcher)
get_known_word_offsets() (in module fuzzy_search.fuzzy_phrase_searcher)
get_label_phrases() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
get_labels() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
get_labels_by_cardinality() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
get_match_start_offset() (fuzzy_search.fuzzy_match.Candidate method)
get_match_string() (fuzzy_search.fuzzy_match.Candidate method)
get_non_word_prefix() (in module fuzzy_search.fuzzy_string)
get_non_word_suffix() (in module fuzzy_search.fuzzy_string)
get_phrase_match_list_labels() (in module fuzzy_search.fuzzy_template_searcher)
get_phrases() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
get_phrases_by_max_length() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
get_required_elements() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
get_required_labels() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
get_search_patterns() (in module fuzzy_search.fuzzy_patterns)
get_sequence_label_element_matches() (in module fuzzy_search.fuzzy_template_searcher)
get_skip_count_overlap() (fuzzy_search.fuzzy_match.Candidate method)
get_skip_set_overlap() (fuzzy_search.fuzzy_match.Candidate method)
get_skipmatch_candidates() (in module fuzzy_search.fuzzy_phrase_searcher)
get_skipmatch_phrase_candidates() (in module fuzzy_search.fuzzy_phrase_searcher)
get_skipset_overlap() (in module fuzzy_search.fuzzy_phrase_searcher)
get_text_dict() (in module fuzzy_search.fuzzy_phrase_searcher)
get_variants() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
H
has_custom() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
has_group() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
has_label() (fuzzy_search.fuzzy_match.PhraseMatch method)
(fuzzy_search.fuzzy_phrase.Phrase method)
(fuzzy_search.fuzzy_phrase_model.PhraseModel method)
(fuzzy_search.fuzzy_template.FuzzyTemplate method)
has_phrase() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
has_required_matches() (in module fuzzy_search.fuzzy_template_searcher)
has_skipgram() (fuzzy_search.fuzzy_phrase.Phrase method)
I
index_distractors() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
index_known_word_offsets() (in module fuzzy_search.fuzzy_phrase_searcher)
index_phrase_model() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
index_phrase_words() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
index_phrases() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
index_variants() (fuzzy_search.fuzzy_phrase_searcher.FuzzyPhraseSearcher method)
initialize_sequence() (in module fuzzy_search.fuzzy_template_searcher)
insert_skips() (in module fuzzy_search.fuzzy_string)
is_early_skipgram() (fuzzy_search.fuzzy_phrase.Phrase method)
is_label() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
is_match() (fuzzy_search.fuzzy_match.Candidate method)
is_phrase_dict() (in module fuzzy_search.fuzzy_phrase_model)
is_valid_label() (in module fuzzy_search.fuzzy_phrase)
J
json (fuzzy_search.fuzzy_phrase_model.PhraseModel property)
json() (fuzzy_search.fuzzy_match.PhraseMatch method)
(fuzzy_search.fuzzy_match.PhraseMatchInContext method)
L
label_list (fuzzy_search.fuzzy_match.PhraseMatch property)
list_context_pattern_types() (in module fuzzy_search.fuzzy_patterns)
list_pattern_definitions() (in module fuzzy_search.fuzzy_patterns)
list_pattern_names() (in module fuzzy_search.fuzzy_patterns)
M
make_ngrams() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
(in module fuzzy_search.fuzzy_string)
make_search_context_patterns() (in module fuzzy_search.fuzzy_patterns)
map_string() (in module fuzzy_search.fuzzy_match)
module
fuzzy_search
fuzzy_search.fuzzy_config
fuzzy_search.fuzzy_context_searcher
fuzzy_search.fuzzy_match
fuzzy_search.fuzzy_patterns
fuzzy_search.fuzzy_phrase
fuzzy_search.fuzzy_phrase_model
fuzzy_search.fuzzy_phrase_searcher
fuzzy_search.fuzzy_searcher
fuzzy_search.fuzzy_string
fuzzy_search.fuzzy_template
fuzzy_search.fuzzy_template_searcher
test
test.test_fuzzy_context_searcher
test.test_fuzzy_match
test.test_fuzzy_phrase
test.test_fuzzy_phrase_model
test.test_fuzzy_phrase_searcher
test.test_fuzzy_string
test.test_fuzzy_template
test.test_fuzzy_template_searcher
O
overlaps() (fuzzy_search.fuzzy_match.PhraseMatch method)
P
parse_group_element() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
parse_label_element() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
pattern_before_context() (in module fuzzy_search.fuzzy_patterns)
pattern_comma_then_context() (in module fuzzy_search.fuzzy_patterns)
Phrase (class in fuzzy_search.fuzzy_phrase)
phrase_match_from_json() (in module fuzzy_search.fuzzy_match)
PhraseMatch (class in fuzzy_search.fuzzy_match)
PhraseMatchInContext (class in fuzzy_search.fuzzy_match)
PhraseModel (class in fuzzy_search.fuzzy_phrase_model)
prep_test() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcherWithRealData method)
R
rank_candidates() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
register_template() (fuzzy_search.fuzzy_template.FuzzyTemplate method)
remove_custom() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
remove_distractor() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
remove_distractors() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
remove_first_skip() (fuzzy_search.fuzzy_match.Candidate method)
remove_labels() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
remove_phrase() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
remove_phrase_words() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
remove_phrases() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
remove_variant() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
remove_variants() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
S
same_candidate() (fuzzy_search.fuzzy_match.Candidate method)
score_char_overlap() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
(in module fuzzy_search.fuzzy_string)
score_char_overlap_ratio() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
(in module fuzzy_search.fuzzy_string)
score_character_overlap() (fuzzy_search.fuzzy_match.PhraseMatch method)
score_levenshtein_distance() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
(in module fuzzy_search.fuzzy_string)
score_levenshtein_distance_ratio() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
score_levenshtein_similarity() (fuzzy_search.fuzzy_match.PhraseMatch method)
score_levenshtein_similarity_ratio() (in module fuzzy_search.fuzzy_string)
score_ngram_overlap() (fuzzy_search.fuzzy_match.PhraseMatch method)
(fuzzy_search.fuzzy_searcher.FuzzySearcher method)
(in module fuzzy_search.fuzzy_string)
score_ngram_overlap_ratio() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
(in module fuzzy_search.fuzzy_string)
search_exact() (in module fuzzy_search.fuzzy_phrase_searcher)
search_exact_phrases() (in module fuzzy_search.fuzzy_phrase_searcher)
search_exact_phrases_with_word_boundaries() (in module fuzzy_search.fuzzy_phrase_searcher)
search_exact_phrases_without_word_boundaries() (in module fuzzy_search.fuzzy_phrase_searcher)
search_text() (fuzzy_search.fuzzy_template_searcher.FuzzyTemplateSearcher method)
set_label() (fuzzy_search.fuzzy_phrase.Phrase method)
set_template() (fuzzy_search.fuzzy_template_searcher.FuzzyTemplateSearcher method)
setUp() (test.test_fuzzy_context_searcher.TestFuzzyContextSearcher method)
(test.test_fuzzy_match.TestMatchAnnotation method)
(test.test_fuzzy_match.TestMatchInContext method)
(test.test_fuzzy_phrase_searcher.TestFuzzySearchExactMatch method)
(test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
(test.test_fuzzy_phrase_searcher.TestSearcherRealData2 method)
(test.test_fuzzy_template.TestFuzzyTemplate method)
(test.test_fuzzy_template.TestFuzzyTemplateGroup method)
(test.test_fuzzy_template.TestFuzzyTemplateWithRealData method)
(test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
(test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcherWithRealData method)
share_label() (in module fuzzy_search.fuzzy_template_searcher)
shift_start_skip() (fuzzy_search.fuzzy_match.Candidate method)
skip_match_length() (fuzzy_search.fuzzy_match.Candidate method)
SkipGram (class in fuzzy_search.fuzzy_string)
skipgram_offsets() (fuzzy_search.fuzzy_phrase.Phrase method)
SkipMatches (class in fuzzy_search.fuzzy_phrase_searcher)
strip_prefix() (in module fuzzy_search.fuzzy_string)
strip_suffix() (fuzzy_search.fuzzy_searcher.FuzzySearcher method)
(in module fuzzy_search.fuzzy_string)
T
TemplateMatch (class in fuzzy_search.fuzzy_template_searcher)
test
module
Test (class in test.test_fuzzy_phrase)
(class in test.test_fuzzy_phrase_model)
(class in test.test_fuzzy_string)
test.test_fuzzy_context_searcher
module
test.test_fuzzy_match
module
test.test_fuzzy_phrase
module
test.test_fuzzy_phrase_model
module
test.test_fuzzy_phrase_searcher
module
test.test_fuzzy_string
module
test.test_fuzzy_template
module
test.test_fuzzy_template_searcher
module
test_add_template_sets_phrase_model() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
test_adjust_boundaries_finds_word_boundary() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_boundaries_removes_surrounding_whitespace() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_end() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_end_does_not_shift_when_end_middle_of_next_word() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_end_shifts_back_one_when_ending_with_whitespace() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_end_shifts_back_one_when_phrase_ends_with_whitespace() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_end_shifts_back_two_when_ending_with_whitespace_and_char() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_end_shifts_to_end_of_next_word() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_start() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_start_does_not_shift_to_third_previous_character() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_start_returns_when_in_middle_of_word() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_start_shifts_to_next_character() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_start_shifts_to_previous_character() (test.test_fuzzy_match.TestFuzzyMatch method)
test_adjust_start_shifts_to_second_previous_characters() (test.test_fuzzy_match.TestFuzzyMatch method)
test_can_add_custom_key_value_pairs_to_phrase() (test.test_fuzzy_phrase_model.Test method)
test_can_add_distractors() (test.test_fuzzy_phrase_model.Test method)
test_can_add_label_as_list_to_phrase() (test.test_fuzzy_phrase_model.Test method)
test_can_add_label_to_phrase() (test.test_fuzzy_phrase_model.Test method)
test_can_add_phrases_as_phrase_objects() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_can_add_phrases_as_strings() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_can_add_template_at_init() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
test_can_add_template_later() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
test_can_add_variant_phrase() (test.test_fuzzy_phrase_model.Test method)
test_can_configure_ngram_size() (test.test_fuzzy_phrase_model.Test method)
test_can_filter_skipgram_threshold() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_can_generate_skip_matches() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_can_get_candidates() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_can_get_json_representation() (test.test_fuzzy_phrase_model.Test method)
test_can_make_default_phrase_searcher() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_can_make_searcher() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
test_can_search_text() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
test_candidate_detects_no_match() (test.test_fuzzy_phrase_searcher.TestCandidate method)
test_candidate_detects_no_match_with_no_skip_match() (test.test_fuzzy_phrase_searcher.TestCandidate method)
test_candidate_has_skipgram_overlap() (test.test_fuzzy_phrase_searcher.TestCandidate method)
test_configure_ngram_size() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
test_context_contains_text_from_doc() (test.test_fuzzy_match.TestMatchInContext method)
test_context_is_adjustable() (test.test_fuzzy_match.TestMatchInContext method)
test_finds_multiple_candidates() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_fuzzy_context_searcher() (test.test_fuzzy_context_searcher.TestFuzzyContextSearcher method)
test_fuzzy_context_searcher_can_add_context() (test.test_fuzzy_context_searcher.TestFuzzyContextSearcher method)
test_fuzzy_context_searcher_can_search_context() (test.test_fuzzy_context_searcher.TestFuzzyContextSearcher method)
test_fuzzy_context_searcher_can_set_context_size() (test.test_fuzzy_context_searcher.TestFuzzyContextSearcher method)
test_fuzzy_context_searcher_finds_match_with_context() (test.test_fuzzy_context_searcher.TestFuzzyContextSearcher method)
test_fuzzy_phrase_accepts_phrase_as_dict() (test.test_fuzzy_phrase.TestFuzzyPhrase method)
test_fuzzy_phrase_accepts_phrase_as_string() (test.test_fuzzy_phrase.TestFuzzyPhrase method)
test_fuzzy_phrase_accepts_phrase_with_valid_list_of_strings_label() (test.test_fuzzy_phrase.TestFuzzyPhrase method)
test_fuzzy_phrase_accepts_phrase_with_valid_string_label() (test.test_fuzzy_phrase.TestFuzzyPhrase method)
test_fuzzy_phrase_can_set_max_end() (test.test_fuzzy_phrase.TestFuzzyPhrase method)
test_fuzzy_phrase_can_set_max_offset() (test.test_fuzzy_phrase.TestFuzzyPhrase method)
test_fuzzy_phrase_cannot_set_negative_max_offset() (test.test_fuzzy_phrase.TestFuzzyPhrase method)
test_fuzzy_phrase_rejects_phrase_with_invalid_label() (test.test_fuzzy_phrase.TestFuzzyPhrase method)
test_fuzzy_search_can_search_exact_match() (test.test_fuzzy_phrase_searcher.TestFuzzySearchExactMatch method)
test_fuzzy_search_can_search_exact_match_with_special_characters() (test.test_fuzzy_phrase_searcher.TestFuzzySearchExactMatch method)
test_fuzzy_search_can_search_exact_match_with_word_boundaries() (test.test_fuzzy_phrase_searcher.TestFuzzySearchExactMatch method)
test_fuzzy_search_can_search_exact_match_without_word_boundaries() (test.test_fuzzy_phrase_searcher.TestFuzzySearchExactMatch method)
test_fuzzy_search_text1_finds_attendants() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text1_finds_date() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text1_finds_four_matches() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text1_finds_friday() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text1_finds_president() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text2_finds_attendants() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text2_finds_date() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text2_finds_four_matches() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text2_finds_friday() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_fuzzy_search_text2_finds_president() (test.test_fuzzy_phrase_searcher.TestSearcherRealData method)
test_make_match_in_context() (test.test_fuzzy_match.TestMatchInContext method)
test_make_ngrams_accepts_positive_integer() (test.test_fuzzy_string.Test method)
test_make_ngrams_handles_size_one_correctly() (test.test_fuzzy_string.Test method)
test_make_ngrams_handles_size_two_correctly() (test.test_fuzzy_string.Test method)
test_make_ngrams_rejects_integer_larger_than_text_length() (test.test_fuzzy_string.Test method)
test_make_ngrams_rejects_negative_size() (test.test_fuzzy_string.Test method)
test_make_ngrams_rejects_non_integer_size() (test.test_fuzzy_string.Test method)
test_make_ngrams_rejects_non_string_text() (test.test_fuzzy_string.Test method)
test_making_empty_phrase_model() (test.test_fuzzy_phrase_model.Test method)
test_making_phrase_model_with_list_of_keyword_strings() (test.test_fuzzy_phrase_model.Test method)
test_making_phrase_model_with_list_of_phrase_dictionaries() (test.test_fuzzy_phrase_model.Test method)
test_map_string_maps_mixed_string() (test.test_fuzzy_match.TestFuzzyMatch method)
test_map_string_maps_space_string() (test.test_fuzzy_match.TestFuzzyMatch method)
test_map_string_maps_word_string() (test.test_fuzzy_match.TestFuzzyMatch method)
test_match_as_web_anno_has_label() (test.test_fuzzy_match.TestMatchAnnotation method)
test_match_as_web_anno_has_multiple_bodies() (test.test_fuzzy_match.TestMatchAnnotation method)
test_match_as_web_anno_skips_correction_with_exact_match() (test.test_fuzzy_match.TestMatchAnnotation method)
test_match_in_context_as_web_anno_has_multiple_selectors() (test.test_fuzzy_match.TestMatchAnnotation method)
test_match_in_context_as_web_anno_has_text_quote_selector() (test.test_fuzzy_match.TestMatchAnnotation method)
test_phrase_model_can_add_phrase() (test.test_fuzzy_phrase_model.Test method)
test_phrase_model_can_remove_phrase() (test.test_fuzzy_phrase_model.Test method)
test_phrase_model_indexes_phrase_words() (test.test_fuzzy_phrase_model.Test method)
test_score_char_overlap_with_self_is_len_of_self() (test.test_fuzzy_string.Test method)
test_score_char_overlap_with_smaller_word_is_smaller_than_len_of_self() (test.test_fuzzy_string.Test method)
test_score_levenshtein_similarity_with_self_is_len_of_self() (test.test_fuzzy_string.Test method)
test_score_ngram_overlap_is_num_ngrams_for_self_comparison() (test.test_fuzzy_string.Test method)
test_score_ngram_overlap_is_zero_for_comparison_with_empty() (test.test_fuzzy_string.Test method)
test_search_text_finds_template_with_auction_test_1() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcherWithRealData method)
test_search_text_finds_template_with_auction_test_2() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcherWithRealData method)
test_search_text_finds_template_with_auction_test_3() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcherWithRealData method)
test_search_text_finds_template_with_auction_test_4() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcherWithRealData method)
test_search_text_returns_template_matches() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
test_searcher_allows_length_variance() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_allows_length_variance_2() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
(test.test_fuzzy_phrase_searcher.TestSearcherRealData2 method)
test_searcher_allows_length_variance_3() (test.test_fuzzy_phrase_searcher.TestSearcherRealData2 method)
test_searcher_can_match_distractors() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_can_match_variants() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_can_register_distractors() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_can_register_variants() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_can_toggle_distractors() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_can_toggle_variants() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_find_no_overlapping_variants() (test.test_fuzzy_phrase_searcher.TestSearcherRealData2 method)
test_searcher_finds_correct_start() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_finds_DONtfangen() (test.test_fuzzy_phrase_searcher.TestSearcherRealData2 method)
test_searcher_finds_long_opening() (test.test_fuzzy_phrase_searcher.TestSearcherRealData2 method)
test_searcher_finds_near_match() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_finds_repeat_phrases_as_multiple_matches() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_handles_ignorecase() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_is_case_sensitive() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_searcher_uses_word_boundaries() (test.test_fuzzy_phrase_searcher.TestFuzzyPhraseSearcher method)
test_skip_matches_registers_match() (test.test_fuzzy_phrase_searcher.TestSkipMatches method)
test_skipgrams_have_correct_length() (test.test_fuzzy_phrase.Test method)
test_template_accepts_label_and_cardinality() (test.test_fuzzy_template.TestFuzzyTemplateElement method)
test_template_accepts_label_only() (test.test_fuzzy_template.TestFuzzyTemplateElement method)
test_template_can_get_phrase_by_label() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_can_ignore_element_with_unknown_label() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_can_read_real_data() (test.test_fuzzy_template.TestFuzzyTemplateWithRealData method)
test_template_can_register_group_elements() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_can_return_required_elements() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_cannot_register_element_with_unknown_label() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_generation() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_get_phrase_by_label_returns_correct_phrase() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_get_phrase_by_label_returns_phrase_object() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_group_accepts_label_and_order() (test.test_fuzzy_template.TestFuzzyTemplateGroup method)
test_template_group_accepts_label_only() (test.test_fuzzy_template.TestFuzzyTemplateGroup method)
test_template_register_simple_element() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_register_simple_element_as_multi_if_no_cardinality() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_register_simple_element_with_list_labels() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_rejects_invalid_cardinality_value() (test.test_fuzzy_template.TestFuzzyTemplateElement method)
test_template_returns_all_required_element_labels() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_template_returns_all_required_elements() (test.test_fuzzy_template.TestFuzzyTemplate method)
test_text2skipgrams_accepts_positive_ngram_size() (test.test_fuzzy_phrase.Test method)
test_text2skipgrams_rejects_negative_ngram_size() (test.test_fuzzy_phrase.Test method)
test_text2skipgrams_rejects_negative_skip_size() (test.test_fuzzy_phrase.Test method)
test_text_split() (test.test_fuzzy_phrase_searcher.TestFuzzySearchExactMatch method)
test_throws_error_for_mismatch_ngram_size() (test.test_fuzzy_template_searcher.TestFuzzyTemplateSearcher method)
TestCandidate (class in test.test_fuzzy_phrase_searcher)
TestFuzzyContextSearcher (class in test.test_fuzzy_context_searcher)
TestFuzzyMatch (class in test.test_fuzzy_match)
TestFuzzyPhrase (class in test.test_fuzzy_phrase)
TestFuzzyPhraseSearcher (class in test.test_fuzzy_phrase_searcher)
TestFuzzySearchExactMatch (class in test.test_fuzzy_phrase_searcher)
TestFuzzyTemplate (class in test.test_fuzzy_template)
TestFuzzyTemplateElement (class in test.test_fuzzy_template)
TestFuzzyTemplateGroup (class in test.test_fuzzy_template)
TestFuzzyTemplateSearcher (class in test.test_fuzzy_template_searcher)
TestFuzzyTemplateSearcherWithRealData (class in test.test_fuzzy_template_searcher)
TestFuzzyTemplateWithRealData (class in test.test_fuzzy_template)
TestMatchAnnotation (class in test.test_fuzzy_match)
TestMatchInContext (class in test.test_fuzzy_match)
TestSearcherRealData (class in test.test_fuzzy_phrase_searcher)
TestSearcherRealData2 (class in test.test_fuzzy_phrase_searcher)
TestSkipMatches (class in test.test_fuzzy_phrase_searcher)
text2skipgrams() (in module fuzzy_search.fuzzy_string)
V
validate_element_properties() (in module fuzzy_search.fuzzy_template)
validate_entry_phrase() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
validate_match_props() (in module fuzzy_search.fuzzy_match)
variant_of() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
variants() (fuzzy_search.fuzzy_phrase_model.PhraseModel method)
W
within_range() (fuzzy_search.fuzzy_phrase.Phrase method)