Fix formatting for consistency

This commit is contained in:
Ines Montani 2016-11-25 15:53:40 +01:00
parent 19f27cc6ef
commit ada007cb73
2 changed files with 27 additions and 27 deletions

View File

@ -74,11 +74,11 @@ p
+table([ "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 FACILITY] +cell #[code FACILITY]
@ -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 Objects, vehicles, foods, etc. (not services) +cell Objects, vehicles, foods, etc. (Not services.)
+row +row
+cell #[code EVENT] +cell #[code EVENT]
@ -110,30 +110,30 @@ p
+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([ "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.
+row +row
+cell #[code TIME] +cell #[code TIME]
+cell Times smaller than a day +cell Times smaller than a day.
+row +row
+cell #[code PERCENT] +cell #[code PERCENT]
+cell Percentage, including "%" +cell Percentage, including "%".
+row +row
+cell #[code MONEY] +cell #[code MONEY]
+cell Monetary values, including unit +cell Monetary values, including unit.
+row +row
+cell #[code QUANTITY] +cell #[code QUANTITY]
+cell Measurements, as of weight or distance +cell Measurements, as of weight or distance.
+row +row
+cell #[code ORDINAL] +cell #[code ORDINAL]
@ -141,4 +141,4 @@ p The following values are also annotated in a style similar to names:
+row +row
+cell #[code CARDINAL] +cell #[code CARDINAL]
+cell Numerals that do not fall under another type +cell Numerals that do not fall under another type.

View File

@ -124,11 +124,11 @@ p
+table([ "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 FACILITY] +cell #[code FACILITY]
@ -140,15 +140,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 Objects, vehicles, foods, etc. (not services) +cell Objects, vehicles, foods, etc. (Not services.)
+row +row
+cell #[code EVENT] +cell #[code EVENT]
@ -167,23 +167,23 @@ p
+table([ "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.
+row +row
+cell #[code TIME] +cell #[code TIME]
+cell Times smaller than a day +cell Times smaller than a day.
+row +row
+cell #[code PERCENT] +cell #[code PERCENT]
+cell Percentage, including "%" +cell Percentage, including "%".
+row +row
+cell #[code MONEY] +cell #[code MONEY]
+cell Monetary values, including unit +cell Monetary values, including unit.
+row +row
+cell #[code QUANTITY] +cell #[code QUANTITY]
+cell Measurements, as of weight or distance +cell Measurements, as of weight or distance.
+row +row
+cell #[code ORDINAL] +cell #[code ORDINAL]
@ -191,7 +191,7 @@ p
+row +row
+cell #[code CARDINAL] +cell #[code CARDINAL]
+cell Numerals that do not fall under another type +cell Numerals that do not fall under another type.
+aside("Install") +aside("Install")
| The #[+api("load") spacy.load()] function configures a pipeline that | The #[+api("load") spacy.load()] function configures a pipeline that
@ -250,19 +250,19 @@ p
+table([ "Tag", "Description" ]) +table([ "Tag", "Description" ])
+row +row
+cell #[code #[span.u-color-theme B] EGIN] +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 +row
+cell #[code #[span.u-color-theme I] N] +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 +row
+cell #[code #[span.u-color-theme L] AST] +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 +row
+cell #[code #[span.u-color-theme U] NIT] +cell #[code #[span.u-color-theme U] NIT]
+cell A single-token entity +cell A single-token entity.
+row +row
+cell #[code #[span.u-color-theme O] UT] +cell #[code #[span.u-color-theme O] UT]