mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-27 02:16:32 +03:00
* Relabel docs sections
This commit is contained in:
parent
38f6e92ffb
commit
ec398ef1d0
|
@ -56,7 +56,9 @@ and a small usage snippet.
|
||||||
|
|
||||||
loading.rst
|
loading.rst
|
||||||
processing.rst
|
processing.rst
|
||||||
using/index.rst
|
using/document.rst
|
||||||
|
using/span.rst
|
||||||
|
using/token.rst
|
||||||
|
|
||||||
|
|
||||||
.. _English: processing.html
|
.. _English: processing.html
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
========
|
===============
|
||||||
Document
|
Doc Annotations
|
||||||
========
|
===============
|
||||||
|
|
||||||
.. autoclass:: spacy.tokens.Tokens
|
.. autoclass:: spacy.tokens.Tokens
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
====
|
================
|
||||||
Span
|
Span Annotations
|
||||||
====
|
================
|
||||||
|
|
||||||
.. autoclass:: spacy.spans.Span
|
.. autoclass:: spacy.spans.Span
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
====================
|
=================
|
||||||
spacy.tokens.Tokens
|
Token Annotations
|
||||||
====================
|
=================
|
||||||
|
|
||||||
A Token represents a single word, punctuation or significant whitespace symbol.
|
A Token represents a single word, punctuation or significant whitespace symbol.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user