Switch to unified view

a b/guide/walkthrough/README.md
1
# A Walkthrough Guide to Using MedaCy
2
The below walkthrough provides a concise excursion through the features
3
medaCy has to offer.
4
5
## Walkthrough
6
1. [Managing Data](data_management.md)
7
2. [Training a Model](model_training.md)
8
  + [Building a custom tokenizer](building_a_custom_tokenizer.md)
9
  + [Building a pipeline component]('building_a_custom_pipeline_component.md')
10
  + [Sharing your medaCy models](packaging_a_medacy_model.md)
11
3. [Application of Models](model_utilization.md)
12
13