You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,18 @@ Input format:
53
53
6 2013 _ NUM CD _ 4 nmod:tmod _ _
54
54
55
55
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
+
56
68
Installation:
57
69
-------------
58
70
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:
69
81
70
82
Note that by default, the English model is invoked (-m eng), and this model expects input in Universal Dependencies.
71
83
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)
0 commit comments