Skip to content

Commit 6007819

Browse files
Update README.md
1 parent 1ec18fa commit 6007819

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
@@ -151,12 +151,12 @@ A `factId` will be automatically generated from these attributes.
151151
Two facts are considered the same when they have the same property, and there is a match between the values for subject and object.
152152

153153
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)
155155
* **Span Exact** (`span_exact`): the character offsets are exactly the same
156156
* **URI** (`uri`): Wikidata URIs are the same (only applies to facts that have URIs for both the subject and the object)
157157

158158
#### 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>`.
160160

161161
## Adding a system to the leaderboard
162162

0 commit comments

Comments
 (0)