This project attempts to find the best performing text classification method by comparing three approaches:
It finds that classification based on feature embedding performs the best for the given dataset.
For Experiments 2 and 3, the pre-trained glove embedding would be required which can be found at:http://nlp.stanford.edu/data/glove.840B.300d.zip. Dataset: HASOC 2019 (English).
Python, Keras, GloVe, NLTK, regex, Spacy, scikit-learn