mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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
|
||||
processing.rst
|
||||
using/index.rst
|
||||
using/document.rst
|
||||
using/span.rst
|
||||
using/token.rst
|
||||
|
||||
|
||||
.. _English: processing.html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
========
|
||||
Document
|
||||
========
|
||||
===============
|
||||
Doc Annotations
|
||||
===============
|
||||
|
||||
.. autoclass:: spacy.tokens.Tokens
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
====
|
||||
Span
|
||||
====
|
||||
================
|
||||
Span Annotations
|
||||
================
|
||||
|
||||
.. autoclass:: spacy.spans.Span
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
====================
|
||||
spacy.tokens.Tokens
|
||||
====================
|
||||
=================
|
||||
Token Annotations
|
||||
=================
|
||||
|
||||
A Token represents a single word, punctuation or significant whitespace symbol.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user