# filter_word **Repository Path**: wpzhen/filter_word ## Basic Information - **Project Name**: filter_word - **Description**: Erlang word filter - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-25 - **Last Updated**: 2021-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # filter_word # ># idea > the application is used for filter word ># Using ```erlang filter_word:start(word_filter, 8, "./word.txt"); filter_word:filter(word_filter, <<"fuck"/utf8>>), %% result <<"****">> filter_word:test(word_filter, <<"fuck"/utf8>>), %% boolean() ```