Update README.md
Browse files
README.md
CHANGED
@@ -37,13 +37,13 @@ Dataset: [https://huggingface.co/datasets/GEODE/GeoEDdA](https://huggingface.co/
|
|
37 |
<!-- Provide a list of tag detected by the model. -->
|
38 |
|
39 |
The tagset is as follows:
|
40 |
-
- **
|
41 |
-
- **
|
42 |
- **Relation**: spatial relation, e.g. `dans`, `sur`, `à 10 lieues de`.
|
43 |
- **Latlong**: geographic coordinates, e.g. Long. 19. 49. lat. 43. 55. 44.
|
44 |
-
- **
|
45 |
-
- **
|
46 |
-
- **
|
47 |
- **Head**: entry name
|
48 |
- **Domain-Mark**: words indicating the knowledge domain (usually after the head and between parenthesis), e.g. `Géographie`, `Geog.`, `en Anatomie`.
|
49 |
|
|
|
37 |
<!-- Provide a list of tag detected by the model. -->
|
38 |
|
39 |
The tagset is as follows:
|
40 |
+
- **NC_Spatial**: a common noun that identifies a spatial entity (nominal spatial entity) including natural features, e.g. `ville`, `la rivière`, `royaume`.
|
41 |
+
- **NP_Spatial**: a proper noun identifying the name of a place (spatial named entities), e.g. `France`, `Paris`, `la Chine`.
|
42 |
- **Relation**: spatial relation, e.g. `dans`, `sur`, `à 10 lieues de`.
|
43 |
- **Latlong**: geographic coordinates, e.g. Long. 19. 49. lat. 43. 55. 44.
|
44 |
+
- **NC_Person**: a common noun that identifies a person (nominal spatial entity), e.g. `roi`, `l'empereur`, `les auteurs`.
|
45 |
+
- **NP_Person**: a proper noun identifying the name of a person (person named entities), e.g. `Louis XIV`, `Pline`, `les Romains`.
|
46 |
+
- **NP_Misc**: a proper noun identifying entities not classified as spatial or person, e.g. `l'Eglise`, `1702`, `Pélasgique`.
|
47 |
- **Head**: entry name
|
48 |
- **Domain-Mark**: words indicating the knowledge domain (usually after the head and between parenthesis), e.g. `Géographie`, `Geog.`, `en Anatomie`.
|
49 |
|