mirror of https://github.com/explosion/spaCy.git
Fix typo
This commit is contained in:
parent
987ee27af7
commit
0e847d7fe5
|
@ -29,7 +29,7 @@ p
|
||||||
+ud-row("NUM", "numeral", "1, 2017, one, seventy-seven, IV, MMXIV")
|
+ud-row("NUM", "numeral", "1, 2017, one, seventy-seven, IV, MMXIV")
|
||||||
+ud-row("PART", "particle", "'s, not, ")
|
+ud-row("PART", "particle", "'s, not, ")
|
||||||
+ud-row("PRON", "pronoun", "I, you, he, she, myself, themselves, somebody")
|
+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("PUNCT", "punctuation", "., (, ), ?")
|
||||||
+ud-row("SCONJ", "subordinating conjunction", "if, while, that")
|
+ud-row("SCONJ", "subordinating conjunction", "if, while, that")
|
||||||
+ud-row("SYM", "symbol", "$, %, §, ©, +, −, ×, ÷, =, :), 😝")
|
+ud-row("SYM", "symbol", "$, %, §, ©, +, −, ×, ÷, =, :), 😝")
|
||||||
|
|
Loading…
Reference in New Issue