8000 Minor README update · apercis/stanford-corenlp-python@65bbde6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65bbde6

Browse files
committed
Minor README update
1 parent 298a1ee commit 65bbde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ The server, `StanfordCoreNLP()`, takes an optional argument `corenlp_path` which
114114

115115
## Coreference Resolution
116116

117-
The library supports [coreference resolution](http://en.wikipedia.org/wiki/Coreference), meaning pronouns can be "dereferenced." If an entry in the `coref` list is, `[u'Hello world', 0, 1, 0, 2]`, the numbers mean:
117+
The library supports [coreference resolution](http://en.wikipedia.org/wiki/Coreference), which means pronouns can be "dereferenced." If an entry in the `coref` list is, `[u'Hello world', 0, 1, 0, 2]`, the numbers mean:
118118

119-
* 0 = The reference appears in the 0th sentence (e.g. "Hello World")
119+
* 0 = The reference appears in the 0th sentence (e.g. "Hello world")
120120
* 1 = The 2nd token, "world", is the [headword](http://en.wikipedia.org/wiki/Head_%28linguistics%29) of that sentence
121121
* 0 = 'Hello world' begins at the 0th token in the sentence
122122
* 2 = 'Hello world' ends before the 2nd token in the sentence.

0 commit comments

Comments
 (0)
0