Doc - Basic layout - WIP

This commit is contained in:
Anthony MOI
2020-10-06 11:43:06 -04:00
committed by Anthony MOI
parent 51cd5166d9
commit 7eb0a9255e
4 changed files with 23 additions and 0 deletions

View File

@ -27,7 +27,11 @@ Components:
.. toctree::
:maxdepth: 2
:caption: Getting Started
quicktour
installation
pipeline
components
Load an existing tokenizer:

View File

@ -0,0 +1,5 @@
Installation
====================================================================================================
- How to install using pip
- How to build from source

10
docs/source/pipeline.rst Normal file
View File

@ -0,0 +1,10 @@
The tokenization pipeline
====================================================================================================
TODO: Describe the tokenization pipeline:
- Normalization
- Pre-tokenization
- Tokenization
- Post-processing
- Decoding

View File

@ -0,0 +1,4 @@
Quicktour
====================================================================================================
- How to use a tokenizer: encode, encode_batch, ``Encoding``, offsets, mappings, ...