/Basic-text-classification-with-SpaCy

Simple text classification on a research paper and conference dataset

Primary LanguageJupyter Notebook

Basic text classification with SpaCy

This is a project where I've implemented a simple text classifier using spacy.

To get more info on the project, you can access the Google colab notebook here

The data

The dataset consists of 2507 short research paper titles, which have been classified into 5 categories (by conferences)

research_paper.csv is the dataset, and is included in this repo

Technology stack

  • SpaCy
  • sklearn
  • nltk
  • pandas

License

MIT