Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 381 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 381 Bytes

filter-words

a little library for sensitive-filter(use double-array trie)

how to use :

  1. get in the 'Tool' folder.
  2. run create.php {your file name} {delimiter} ( '\n' by default ) and you will get *.trie file.
  3. use Trie class to load *.trie file and you can start to detect sevsitive words.

the more sensitive-words you want to find , the faster it detect!