Use consistent entity tables across docs

This commit is contained in:
Ines Montani 2016-11-25 15:48:48 +01:00
parent 6652f2a135
commit 19f27cc6ef

View File

@ -71,18 +71,18 @@ p
+h(2, "named-entities") Named Entity Recognition +h(2, "named-entities") Named Entity Recognition
+table(["Entity Type", "Description"]) +table([ "Type", "Description" ])
+row +row
+cell #[code PERSON] +cell #[code PERSON]
+cell People, including fictional. +cell People, including fictional
+row +row
+cell #[code NORP] +cell #[code NORP]
+cell Nationalities or religious or political groups. +cell Nationalities or religious or political groups
+row +row
+cell #[code FAC] +cell #[code FACILITY]
+cell Facilities, such as buildings, airports, highways, bridges, etc. +cell Buildings, airports, highways, bridges, etc.
+row +row
+cell #[code ORG] +cell #[code ORG]
@ -90,15 +90,15 @@ p
+row +row
+cell #[code GPE] +cell #[code GPE]
+cell Countries, cities, states. +cell Countries, cities, states
+row +row
+cell #[code LOC] +cell #[code LOC]
+cell Non-GPE locations, mountain ranges, bodies of water. +cell Non-GPE locations, mountain ranges, bodies of water
+row +row
+cell #[code PRODUCT] +cell #[code PRODUCT]
+cell Vehicles, weapons, foods, etc. (Not services) +cell Objects, vehicles, foods, etc. (not services)
+row +row
+cell #[code EVENT] +cell #[code EVENT]
@ -108,17 +108,13 @@ p
+cell #[code WORK_OF_ART] +cell #[code WORK_OF_ART]
+cell Titles of books, songs, etc. +cell Titles of books, songs, etc.
+row
+cell #[code LAW]
+cell Named documents made into laws
+row +row
+cell #[code LANGUAGE] +cell #[code LANGUAGE]
+cell Any named language +cell Any named language
p The following values are also annotated in a style similar to names: p The following values are also annotated in a style similar to names:
+table(["Entity Type", "Description"]) +table([ "Type", "Description" ])
+row +row
+cell #[code DATE] +cell #[code DATE]
+cell Absolute or relative dates or periods +cell Absolute or relative dates or periods
@ -129,7 +125,7 @@ p The following values are also annotated in a style similar to names:
+row +row
+cell #[code PERCENT] +cell #[code PERCENT]
+cell Percentage (including “%”) +cell Percentage, including "%"
+row +row
+cell #[code MONEY] +cell #[code MONEY]
@ -141,7 +137,7 @@ p The following values are also annotated in a style similar to names:
+row +row
+cell #[code ORDINAL] +cell #[code ORDINAL]
+cell "first", "second" +cell "first", "second", etc.
+row +row
+cell #[code CARDINAL] +cell #[code CARDINAL]