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