Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 388 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 388 Bytes

Named Entity Identification (NEI) using SVM

Named Entity Identification (NEI) is performed on the CoNLL-2003 dataset using a Support Vector Machine (SVM).

Usage:

See code/main.ipynb and run it cell by cell

(This was done as a course assignment for CS626: Speech and Natural Language Processing and the Web, Autumn 2021, IIT Bombay)