From 0e847d7fe5c1e55172a550108876887d525e6360 Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 9 Apr 2018 14:51:14 +0200 Subject: [PATCH] Fix typo --- website/api/_annotation/_pos-tags.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/api/_annotation/_pos-tags.jade b/website/api/_annotation/_pos-tags.jade index 580720b41..6aa8b4466 100644 --- a/website/api/_annotation/_pos-tags.jade +++ b/website/api/_annotation/_pos-tags.jade @@ -29,7 +29,7 @@ p +ud-row("NUM", "numeral", "1, 2017, one, seventy-seven, IV, MMXIV") +ud-row("PART", "particle", "'s, not, ") +ud-row("PRON", "pronoun", "I, you, he, she, myself, themselves, somebody") - +ud-row("PROPN", "proper noun", "Mary, John, Londin, NATO, HBO") + +ud-row("PROPN", "proper noun", "Mary, John, London, NATO, HBO") +ud-row("PUNCT", "punctuation", "., (, ), ?") +ud-row("SCONJ", "subordinating conjunction", "if, while, that") +ud-row("SYM", "symbol", "$, %, §, ©, +, −, ×, ÷, =, :), 😝")