├── HateSpeechDetection_Multichannel_CNN_LSTM ├── Hatespeech_detection.ipynb ├── Hatespeech_detection_MConv_LSTM.ipynb └── temp │ └── Bengali_ Hate_Speech_Dataset_Revised.csv ├── LICENSE ├── MakeWordVectors ├── LICENSE ├── README.md ├── build_corpus.py ├── evaluate.py ├── fasttext.sh ├── lcodes.txt ├── make_wordvectors.py └── make_wordvectors.sh ├── Movie_storyline_with_LSTM.ipynb ├── Multichannel_CNN_LSTM.png ├── README.md ├── SentimentAnalysis_Multichannel_CNN_LSTM ├── Multichannel_CNN_Bengali_Sentiment..py ├── Multichannel_CNN_Bengali_Sentiment.ipynb ├── stopwords_bn.txt └── tmp │ ├── test │ ├── bangla.neg │ └── bangla.pos │ └── train │ ├── bangla.neg │ └── bangla.pos ├── bengali_slung_abusive.txt └── stopwords-bn.txt /HateSpeechDetection_Multichannel_CNN_LSTM/Hatespeech_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/HateSpeechDetection_Multichannel_CNN_LSTM/Hatespeech_detection.ipynb -------------------------------------------------------------------------------- /HateSpeechDetection_Multichannel_CNN_LSTM/Hatespeech_detection_MConv_LSTM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/HateSpeechDetection_Multichannel_CNN_LSTM/Hatespeech_detection_MConv_LSTM.ipynb -------------------------------------------------------------------------------- /HateSpeechDetection_Multichannel_CNN_LSTM/temp/Bengali_ Hate_Speech_Dataset_Revised.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/HateSpeechDetection_Multichannel_CNN_LSTM/temp/Bengali_ Hate_Speech_Dataset_Revised.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/LICENSE -------------------------------------------------------------------------------- /MakeWordVectors/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/MakeWordVectors/LICENSE -------------------------------------------------------------------------------- /MakeWordVectors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/MakeWordVectors/README.md -------------------------------------------------------------------------------- /MakeWordVectors/build_corpus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/MakeWordVectors/build_corpus.py -------------------------------------------------------------------------------- /MakeWordVectors/evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/MakeWordVectors/evaluate.py -------------------------------------------------------------------------------- /MakeWordVectors/fasttext.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/MakeWordVectors/fasttext.sh -------------------------------------------------------------------------------- /MakeWordVectors/lcodes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/MakeWordVectors/lcodes.txt -------------------------------------------------------------------------------- /MakeWordVectors/make_wordvectors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/MakeWordVectors/make_wordvectors.py -------------------------------------------------------------------------------- /MakeWordVectors/make_wordvectors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/MakeWordVectors/make_wordvectors.sh -------------------------------------------------------------------------------- /Movie_storyline_with_LSTM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/Movie_storyline_with_LSTM.ipynb -------------------------------------------------------------------------------- /Multichannel_CNN_LSTM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/Multichannel_CNN_LSTM.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/README.md -------------------------------------------------------------------------------- /SentimentAnalysis_Multichannel_CNN_LSTM/Multichannel_CNN_Bengali_Sentiment..py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/SentimentAnalysis_Multichannel_CNN_LSTM/Multichannel_CNN_Bengali_Sentiment..py -------------------------------------------------------------------------------- /SentimentAnalysis_Multichannel_CNN_LSTM/Multichannel_CNN_Bengali_Sentiment.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/SentimentAnalysis_Multichannel_CNN_LSTM/Multichannel_CNN_Bengali_Sentiment.ipynb -------------------------------------------------------------------------------- /SentimentAnalysis_Multichannel_CNN_LSTM/stopwords_bn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/SentimentAnalysis_Multichannel_CNN_LSTM/stopwords_bn.txt -------------------------------------------------------------------------------- /SentimentAnalysis_Multichannel_CNN_LSTM/tmp/test/bangla.neg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/SentimentAnalysis_Multichannel_CNN_LSTM/tmp/test/bangla.neg -------------------------------------------------------------------------------- /SentimentAnalysis_Multichannel_CNN_LSTM/tmp/test/bangla.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/SentimentAnalysis_Multichannel_CNN_LSTM/tmp/test/bangla.pos -------------------------------------------------------------------------------- /SentimentAnalysis_Multichannel_CNN_LSTM/tmp/train/bangla.neg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/SentimentAnalysis_Multichannel_CNN_LSTM/tmp/train/bangla.neg -------------------------------------------------------------------------------- /SentimentAnalysis_Multichannel_CNN_LSTM/tmp/train/bangla.pos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/SentimentAnalysis_Multichannel_CNN_LSTM/tmp/train/bangla.pos -------------------------------------------------------------------------------- /bengali_slung_abusive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/bengali_slung_abusive.txt -------------------------------------------------------------------------------- /stopwords-bn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezacsedu/Classification_Benchmarks_Benglai_NLP/HEAD/stopwords-bn.txt --------------------------------------------------------------------------------