Update example

This commit is contained in:
ines 2017-05-20 13:00:07 +02:00
parent fea4925f41
commit 6557ff9e85
1 changed files with 2 additions and 3 deletions

View File

@ -63,9 +63,8 @@ p
| is preserved.
+aside-code("Example").
tokens = nlp('An example sentence. Another example sentence.')
tokens[0].text, tokens[0].head.tag_
# ('An', 'NN')
doc = nlp(u'An example sentence. Another sentence.')
assert (doc[0].text, doc[0].head.tag_) == ('An', 'NN')
+table(["Name", "Type", "Description"])
+row