해당 프로젝트는 딥러닝을 통한 비속어 필터링 서비스를 제공합니다.
웹에서 구동되며 비속어로 판단된 어절을 같은 글자 수의 순화된 단어로 치환합니다.
웹 기반 동작이므로 별도의 설치 방법이 없습니다.
fasttext==0.9.2
gensim==4.2.0
hgtk==0.1.3
joblib==1.2.0
keras==2.10.0
Keras-Preprocessing==1.1.2
numpy==1.23.4
pandas==1.5.1
flask==2.2.2
MIT License
Copyright (c) 2022 kickWorks
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.