How to utilize dictionary data set for text classification?
I have a dataset similar to newsgroup20 for classification. With the training dataset, I have a dictionary data set that explains some jargons in the training dataset. These both are different data set, So how will i utilize the dictionary dataset for improving my model accuracy?
Topic text word2vec word-embeddings classification nlp
Category Data Science