Skip to content

Commit 290de10

Browse files
authored
Merge pull request #97 from amir-zeldes/develop
README
2 parents 1bbfc2d + c9ab83a commit 290de10

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ Input format:
5353
6 2013 _ NUM CD _ 4 nmod:tmod _ _
5454

5555

56+
Format for external NER predictions when using --oracle option:
57+
58+
.. code-block:: html
59+
60+
Soaking the Bowl in Boiling Water
61+
2,4 object|5,7 substance
62+
2,4 object|5,7 substance
63+
64+
Choose artwork with cool colors .
65+
2,6 object|4,6 abstract
66+
2,3 object|4,6 abstract
67+
5668
Installation:
5769
-------------
5870
Download the repo and use the main xrenner.py script on an input file, or install from PyPI and import as a module::
@@ -69,7 +81,7 @@ Examples:
6981
7082
Note that by default, the English model is invoked (-m eng), and this model expects input in Universal Dependencies.
7183

72-
To use neural entity classification and machine learning coreference prediction, flair and xgboost must be installed (see requirements.txt)
84+
To use neural entity classification and machine learning coreference prediction with the English model, flair and xgboost must be installed (see requirements.txt)
7385

7486
Module usage:
7587
-------------

0 commit comments

Comments
 (0)