Skip to content

v1.0.0

Compare
Choose a tag to compare
@StellarisW StellarisW released this 26 Jan 14:31
· 3 commits to master since this release
78ca876

🌟 Feature

  • support multiple functions
    • Filter() return filtered text
    • Replace() return text which sensitive words that is been replaced
    • IsSensitive() Check whether the text has sensitive word
    • FindOne() return first sensitive word that has been found in the text
    • FindAll() return all sensitive word that has been found in the text
    • FindAllCount() 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