mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
27 lines
572 B
ReStructuredText
27 lines
572 B
ReStructuredText
.. spacy documentation master file, created by
|
|
sphinx-quickstart on Thu Jul 3 21:54:08 2014.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to spacy's documentation!
|
|
=================================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
.. py:function:: enumerate(sequence[, start=0])
|
|
|
|
Return an iterator that yields tuples of an index and an item of the
|
|
*sequence*. (And so on.)
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|