* Relabel docs sections

This commit is contained in:
Matthew Honnibal 2015-07-08 18:23:49 +02:00
parent ec398ef1d0
commit d0fc7f5ba9
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
=============== ==============
Doc Annotations The Doc Object
=============== ==============
.. autoclass:: spacy.tokens.Tokens .. autoclass:: spacy.tokens.Tokens

View File

@ -1,6 +1,6 @@
================ ===============
Span Annotations The Span Object
================ ===============
.. autoclass:: spacy.spans.Span .. autoclass:: spacy.spans.Span

View File

@ -1,6 +1,6 @@
================= ================
Token Annotations The Token Object
================= ================
A Token represents a single word, punctuation or significant whitespace symbol. A Token represents a single word, punctuation or significant whitespace symbol.