Skip to content

Syntactic Information Extraction (SIE): A Python information extraction library that uses a rule based approach to identifying syntactic parse tree patterns that indicate relations and events of interest.

License

Notifications You must be signed in to change notification settings

ecnumjc/python-sie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Syntactic Information Extraction

A Python information extraction library that uses a rule based approach to identifying syntactic parse tree patterns that indicate relations and events of interest.

Installation

To install this library, first clone this repository. Then navigate to the python-ashlib directory from the terminal and run the setup.py script with the argument "install" (i.e. "python setup.py install"). You may have to run that command with root permissions (i.e. "sudo python setup.py install"). Lastly, ensure that you have installed all dependencies listed below.

Dependencies:

About

Syntactic Information Extraction (SIE): A Python information extraction library that uses a rule based approach to identifying syntactic parse tree patterns that indicate relations and events of interest.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages