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
951 stars 290 forks source link

Tidy up project #34

Open skjolber opened 4 years ago

skjolber commented 4 years ago

This is a very good utility project, however it could need some polish / tidying up:

Euraxluo commented 4 years ago

you can build a maven project.that is clean code

skjolber commented 4 years ago

you can build a maven project.that is clean code

Your statement does not make much sense, can you explain in more detail?