Skip to content

Commit c639201

Browse files
Merge branch 'master' of github.com:gabrielStanovsky/props
2 parents 5812581 + 3e4e6e0 commit c639201

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

PIPELINE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Running PropS as part of a pipeline
1313

1414
PropS now supports pipelining from a dependency parser which produces output
15-
conforming with [Stanford's CORENLP json output format](https://stanfordnlp.github.io/CoreNLP/cmdline.html).
15+
conforming with [Stanford's CORENLP json output format](https://stanfordnlp.github.io/CoreNLP/cmdline.html)<sup>1</sup>.
1616
This allows for an independent, light-weight, and hopefully easier to install version of PropS.
1717

1818
## Installation
@@ -50,3 +50,7 @@ To use it on a sample raw input file, try:
5050
**NOTE**:
5151
* We use the Stanford dependency format (not Universal Dependencies)
5252
* We use the makeCopulaHead flag
53+
54+
<sup>1</sup>Specifically, we read the following keys from the json:
55+
* tokens
56+
* basicDependencies

0 commit comments

Comments
 (0)