vection

Results 1 comments of vection

Anyone managed to solve it? I also get StopIteration error for loading french dictionary and using word_segmentation. I used this one. [link](https://github.com/wolfgarbe/SymSpell/blob/master/SymSpell.FrequencyDictionary) `sym_spell = SymSpell(max_dictionary_edit_distance=2, count_threshold=10, prefix_length=7) dictionary_path = pkg_resources.resource_filename(...