Releases: sgoware/go-sensitive
Releases · sgoware/go-sensitive
v1.0.4
v1.0.3
fix: repo transfer
v1.0.1
- add mysql storage support
- add mongodb storage support
v1.0.0
🌟 Feature
- support multiple functions
Filter()
return filtered textReplace()
return text which sensitive words that is been replacedIsSensitive()
Check whether the text has sensitive wordFindOne()
return first sensitive word that has been found in the textFindAll()
return all sensitive word that has been found in the textFindAllCount()
return all sensitive word with its count that has been found in the text
- support multiple data sources with dynamic modification
- support memory storage
- support multiple ways of add dict
- support dynamic add/del sensitive word while running
- support multiple filter algorithms
- DFA use
trie tree
to filter sensitive words
- DFA use