You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get suggestions for
"Disco Dance Party"
I have added Disco Dance and Dance Party to my bigram dictionary.
The suggester still suggests:
suggestions = sym_spell.lookup_compound("disco danc party",max_edit_distance=3)
for suggestion in suggestions:
print(suggestion)
Does symspell have support for trigram or n-gram dictionaries?
I see only 2 methods:
load_dictionary
load_bigram_dictionary
The text was updated successfully, but these errors were encountered: