hankcs / AhoCorasickDoubleArrayTrie

An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
http://www.hankcs.com/program/algorithm/aho-corasick-double-array-trie.html
950 stars 290 forks source link

如何实现模糊匹配呢? #17

Open fukai2952 opened 6 years ago

fukai2952 commented 6 years ago

结合您的算法库,我想实现一个敏感词过滤功能,需要实现这样的需求: 例如:敏感词Wolrd 能命中 Word。

可否指点一下方向?

hzgoin commented 6 years ago

悬,我只是实现了wwooord这种重复词