Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 972 Bytes

index.rst

File metadata and controls

33 lines (25 loc) · 972 Bytes

pyconll

.. toctree::
   :maxdepth: 2
   :caption: Contents
   :titlesonly:

   README <readme>
   changelog
   Getting Started <starting>

   pyconll/load
   pyconll/unit/token
   pyconll/unit/sentence
   pyconll/unit/conll
   pyconll/tree/tree
   pyconll/util
   pyconll/conllable
   pyconll/exception


Welcome to the pyconll documentation homepage. Module documentation, changelogs, and guidance pages are listed above in the table of contents. Those unsure where to start can see the load, conll, sentence, and token pages which contain documentation for the base CoNLL-U data types. There is also the Getting Started page which goes through an end-to-end example of using pyconll.

The github homepage has a limited set of examples, tests, and the source.