diff --git a/website/docs/api/annotation.jade b/website/docs/api/annotation.jade index 2aea222ca..1875c3882 100644 --- a/website/docs/api/annotation.jade +++ b/website/docs/api/annotation.jade @@ -74,11 +74,11 @@ p +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 FACILITY] @@ -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 Objects, vehicles, foods, etc. (not services) + +cell Objects, vehicles, foods, etc. (Not services.) +row +cell #[code EVENT] @@ -110,30 +110,30 @@ p +row +cell #[code LANGUAGE] - +cell Any named language + +cell Any named language. p The following values are also annotated in a style similar to names: +table([ "Type", "Description" ]) +row +cell #[code DATE] - +cell Absolute or relative dates or periods + +cell Absolute or relative dates or periods. +row +cell #[code TIME] - +cell Times smaller than a day + +cell Times smaller than a day. +row +cell #[code PERCENT] - +cell Percentage, including "%" + +cell Percentage, including "%". +row +cell #[code MONEY] - +cell Monetary values, including unit + +cell Monetary values, including unit. +row +cell #[code QUANTITY] - +cell Measurements, as of weight or distance + +cell Measurements, as of weight or distance. +row +cell #[code ORDINAL] @@ -141,4 +141,4 @@ p The following values are also annotated in a style similar to names: +row +cell #[code CARDINAL] - +cell Numerals that do not fall under another type + +cell Numerals that do not fall under another type. diff --git a/website/docs/usage/entity-recognition.jade b/website/docs/usage/entity-recognition.jade index f8045778e..d0e642759 100644 --- a/website/docs/usage/entity-recognition.jade +++ b/website/docs/usage/entity-recognition.jade @@ -124,11 +124,11 @@ p +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 FACILITY] @@ -140,15 +140,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 Objects, vehicles, foods, etc. (not services) + +cell Objects, vehicles, foods, etc. (Not services.) +row +cell #[code EVENT] @@ -167,23 +167,23 @@ p +table([ "Type", "Description" ]) +row +cell #[code DATE] - +cell Absolute or relative dates or periods + +cell Absolute or relative dates or periods. +row +cell #[code TIME] - +cell Times smaller than a day + +cell Times smaller than a day. +row +cell #[code PERCENT] - +cell Percentage, including "%" + +cell Percentage, including "%". +row +cell #[code MONEY] - +cell Monetary values, including unit + +cell Monetary values, including unit. +row +cell #[code QUANTITY] - +cell Measurements, as of weight or distance + +cell Measurements, as of weight or distance. +row +cell #[code ORDINAL] @@ -191,7 +191,7 @@ p +row +cell #[code CARDINAL] - +cell Numerals that do not fall under another type + +cell Numerals that do not fall under another type. +aside("Install") | The #[+api("load") spacy.load()] function configures a pipeline that @@ -250,19 +250,19 @@ p +table([ "Tag", "Description" ]) +row +cell #[code #[span.u-color-theme B] EGIN] - +cell The first token of a multi-token entity + +cell The first token of a multi-token entity. +row +cell #[code #[span.u-color-theme I] N] - +cell An inner token of a multi-token entity + +cell An inner token of a multi-token entity. +row +cell #[code #[span.u-color-theme L] AST] - +cell The final token of a multi-token entity + +cell The final token of a multi-token entity. +row +cell #[code #[span.u-color-theme U] NIT] - +cell A single-token entity + +cell A single-token entity. +row +cell #[code #[span.u-color-theme O] UT]