├── 1DCNN.ipynb ├── BadWordDetectionByRegularExpression.ipynb ├── BadWordDetectionByRegularExpression.py ├── EDA.ipynb ├── FastTextVocab.ipynb ├── JamoSplit.py ├── README.md ├── RandomForest.ipynb ├── Test.ipynb ├── TrigramVectorize.ipynb ├── cnn_model ├── rf_model └── screenshot ├── 1DCNN reuslt.png ├── 1DCNN_model_summay.png ├── randomforest_result.png ├── word_embedding_2dim.png └── word_embedding_most_simmilar.png /1DCNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/1DCNN.ipynb -------------------------------------------------------------------------------- /BadWordDetectionByRegularExpression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/BadWordDetectionByRegularExpression.ipynb -------------------------------------------------------------------------------- /BadWordDetectionByRegularExpression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/BadWordDetectionByRegularExpression.py -------------------------------------------------------------------------------- /EDA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/EDA.ipynb -------------------------------------------------------------------------------- /FastTextVocab.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/FastTextVocab.ipynb -------------------------------------------------------------------------------- /JamoSplit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/JamoSplit.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/README.md -------------------------------------------------------------------------------- /RandomForest.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/RandomForest.ipynb -------------------------------------------------------------------------------- /Test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/Test.ipynb -------------------------------------------------------------------------------- /TrigramVectorize.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/TrigramVectorize.ipynb -------------------------------------------------------------------------------- /cnn_model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/cnn_model -------------------------------------------------------------------------------- /rf_model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/rf_model -------------------------------------------------------------------------------- /screenshot/1DCNN reuslt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/screenshot/1DCNN reuslt.png -------------------------------------------------------------------------------- /screenshot/1DCNN_model_summay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/screenshot/1DCNN_model_summay.png -------------------------------------------------------------------------------- /screenshot/randomforest_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/screenshot/randomforest_result.png -------------------------------------------------------------------------------- /screenshot/word_embedding_2dim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/screenshot/word_embedding_2dim.png -------------------------------------------------------------------------------- /screenshot/word_embedding_most_simmilar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smothly/bad-word-detection/HEAD/screenshot/word_embedding_most_simmilar.png --------------------------------------------------------------------------------