# shield_words **Repository Path**: tercero/shield_words ## Basic Information - **Project Name**: shield_words - **Description**: erlang 实现的屏蔽字 - **Primary Language**: Erlang - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-04 - **Last Updated**: 2022-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shield_words #### 介绍 erlang 实现的屏蔽字,输入 utf8 或者 utf8 binary 字符串,输出 utf8 binary 字符串。 #### 软件架构 DFA 算法实现屏蔽字匹配。 #### 使用说明 1. 通过 shield_config.json 生成 shield_words_config.erl ,工具未完成。 2. 若屏蔽字过多,shield_words_config.erl 文件过于庞大,改用 ets 实现。