Update README.md
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ To load the alias resolution data:
|
|
| 72 |
{'form': 'À la belle vue', 'type': 'LOC', 'mentions': 1, 'entity': '?', 'novel': 'BelAmi'}
|
| 73 |
```
|
| 74 |
|
| 75 |
-
Only the PER
|
| 76 |
|
| 77 |
|
| 78 |
The novel texts themselves are in a separate configuration:
|
|
|
|
| 72 |
{'form': 'À la belle vue', 'type': 'LOC', 'mentions': 1, 'entity': '?', 'novel': 'BelAmi'}
|
| 73 |
```
|
| 74 |
|
| 75 |
+
Only the PER entities are annotated: other types only have a "?" in their entity field.
|
| 76 |
|
| 77 |
|
| 78 |
The novel texts themselves are in a separate configuration:
|