lmoncla commited on
Commit
3d16638
1 Parent(s): 9dfcff2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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
- - **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
 
 
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