Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 916 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 916 Bytes

stanford_pipeline

This is a fork of the OEDA stanford_pipeline. Its altered to work with phox_compose.

Program to run scraped news stories through Stanford's CoreNLP program.

The program pulls stories added to the database within the past day and that aren't currently parsed using CoreNLP. Once parsed, the parsetrees are placed back into the database. The program is currently set to proccess the first six sentences of a story.

This program makes extensive use of Brendan O'Connor's wrapper for CoreNLP. The current install comes from my (John Beieler) fork. The config file for CoreNLP makes use of the shift-reduce parser introduced in CoreNLP 3.4.

Usage

python process.py