This commit is contained in:
Ines Montani 2017-07-22 15:00:58 +02:00 committed by GitHub
parent c86445bdfd
commit 1ddbeddca2

View File

@ -40,7 +40,7 @@ p
+h(2, "pos-tagging") Part-of-speech Tagging
+aside("Tip: Understanding tags")
| You can also use #[code spacy.explain()] to get the escription for the
| You can also use #[code spacy.explain()] to get the description for the
| string representation of a tag. For example,
| #[code spacy.explain("RB")] will return "adverb".