Named Entity Recognition research project, the main idea is classify entities in classes like: Person (PER) Location (LOC) Organization (ORG) Miscellaneous (MISC) Other (O)
Python 2.7 or above
Pip for dependencies python get-pip.py
-
install numpy using
easy install, usingsudo apt-get install python-setuptools python-dev build-essentialin linux. -
Install dependencies using the following command:
sudo pip install -r dependencies
In this lab we will use the CONLL 2002 corpus,
Execute the file CorpusDownloader.py using python CorpusDownloader.py, this will launch a GUI to download the Corpus, select Corpus tab then download the CONLL 2002, then press Download button.
corpus_downloader
python ner.py
