Skip to content

Drug information extraction from online malayalam newspaper and developed NER using Spacy

Notifications You must be signed in to change notification settings

jude98/Information-extraction-and-inferencings-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information-extraction-and-inferencings-system

Drug information extraction from online malayalam newspaper and developed NER using Spcay

Prerequisites

  1. python3

    sudo apt install python3
    
  2. pip3

    sudo apt install python3-pip
    

Setting Up Your Environment

Install the following python packages spacy, scrapy

sudo pip3 install spacy
sudo pip3 install scrapy

Running

Scrapy

cd ./News_Crawl/newscrawl/newscrawl/spider/
scrapy crawl asianet -o news.csv

Training Model

cd ./Information-extraction-and-inferencings-system
python3 train_ner.py

Testing Model

cd ./Information-extraction-and-inferencings-system
python3 test_ner.py >> out.txt

About

Drug information extraction from online malayalam newspaper and developed NER using Spacy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages