Skip to content

A simple hack to extract the Subject-Verb-Object from the phrase structure parse tree generated by stanford parser

pradeep-gnr/SVO_Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

A Jython interface for simple Subject-Verb-Object Extraction from Stanford Phrase Structure tree

Running Instructions
1) install jython - Eg: sudo apt-get install jython
2) Install stanford Parser :(http://nlp.stanford.edu/software/stanford-parser-2012-07-09.tgz)
      Extract and unzip to a location -- tar -xzf stanford-parser-2012-07-09.tgz
      
3) Add Stanford Parser to Environment Variable
     echo "export STANFORD_PARSER_HOME=./stanford-parser-2012-07-09" >> ~/.bashrc

4) Run jython parse.py
      

About

A simple hack to extract the Subject-Verb-Object from the phrase structure parse tree generated by stanford parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages