Skip to content

archanasri/Information-Extraction-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information Extraction System

This system process the texts in alltexts.txt which contains articles describing violent articles. It identifies the article id, type of incident (kidnapping, arson, robbery, bomb, attack), weapon used, perpetrator organization, perpetrator individual, target and victim. The allanswers.txt file contains all the answers for each of these identifications.

The python script infoextract.py has certain dependencies. So after cloning, run the following commands in order:

  1. sh run.sh
  2. python infoextract.py

About

Extracted information about victims, perpetrator, targets and weapons used from news articles using Python, NLTK and SpaCy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published