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.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -151,12 +151,12 @@ A `factId` will be automatically generated from these attributes.
151
151
Two facts are considered the same when they have the same property, and there is a match between the values for subject and object.
152
152
153
153
We consider three different methods to establish if there is a match:
154
-
***Span Overlap** (`span_overlap`): there is an overlap between the character offsets (set as default in the evaluation script)
154
+
***Span Overlap** (`span_overlap`): there is an overlap between the character offsets (default in the evaluation script)
155
155
***Span Exact** (`span_exact`): the character offsets are exactly the same
156
156
***URI** (`uri`): Wikidata URIs are the same (only applies to facts that have URIs for both the subject and the object)
157
157
158
158
#### Error Analysis
159
-
In order to facilitate error analysis the script creates a simple html file for browser visualization. It can be enabled using the option `-a`.
159
+
In order to facilitate error analysis the script creates a simple html file for browser visualization. It can be enabled using the option `-a <path to the analysis folder>`.
0 commit comments