Drug information extraction from online malayalam newspaper and developed NER using Spcay
-
python3
sudo apt install python3
-
pip3
sudo apt install python3-pip
Install the following python packages spacy
, scrapy
sudo pip3 install spacy
sudo pip3 install scrapy
cd ./News_Crawl/newscrawl/newscrawl/spider/
scrapy crawl asianet -o news.csv
cd ./Information-extraction-and-inferencings-system
python3 train_ner.py
cd ./Information-extraction-and-inferencings-system
python3 test_ner.py >> out.txt