# filter-sensitive-words **Repository Path**: rehen2000/filter-sensitive-words ## Basic Information - **Project Name**: filter-sensitive-words - **Description**: DFA algorithm Trie tree to achieve filter sensitive word - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-01 - **Last Updated**: 2022-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # filter-sensitive-words DFA algorithm Trie tree to achieve filter sensitive word #describe this is a filter dirty words demo, you can add your project to use this way. #build dev env: support linux and windows, encoding = utf8,g++ -ver 7.3.1 (support c++11,ver is higher than 4.4.7 is ok) first: cd build second: cmake .. last: make -j5 #sensitive-words.txt recorde some sensitive words, you can add your dirty words to sensitive words.