Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions medcat-v2-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@

| Part | Title |
| ---- |-----------------------------------------------------------------------------|
| 1. | [Migrate a v1 model to v2](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/introductory/migration/1._Migrate_v1_model_to_v2.ipynb) |
| 1. | [Migrate a v1 model to v2](notebooks/introductory/migration/1._Migrate_v1_model_to_v2.ipynb) |

### Basic (regex-tokenizer) tutorials

| Part | Title |
| ---- |-----------------------------------------------------------------------------|
| 1. | [Building a Concept Database and a Vocab](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/introductory/basic/1._Build_a_Concept_Database_and_a_Vocabulary.ipynb) |
| 2. | [Unsupervised training on model](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/introductory/basic/2._Unsupervised_training_on_model.ipynb) |
| 3. | [Supervised training on model](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/introductory/basic/3._Supervised_training_on_model.ipynb) |
| 1. | [Building a Concept Database and a Vocab](notebooks/introductory/basic/1._Build_a_Concept_Database_and_a_Vocabulary.ipynb) |
| 2. | [Unsupervised training on model](notebooks/introductory/basic/2._Unsupervised_training_on_model.ipynb) |
| 3. | [Supervised training on model](notebooks/introductory/basic/3._Supervised_training_on_model.ipynb) |

### MetaCAT (meta-annotation) tutorials

| Part | Title |
| ---- |-----------------------------------------------------------------------------|
| 1. | [Add a MetaCAT to a Model](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/introductory/meta/1._Add_a_MetaCat_to_a_Model.ipynb) |
| 1. | [Add a MetaCAT to a Model](notebooks/introductory/meta/1._Add_a_MetaCat_to_a_Model.ipynb) |

## Advanced tutorials

| Part | Title |
| ---- |-----------------------------------------------------------------------------|
| 1. | [Creating and using a custom tokenizer](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/advanced/1._Creating_and_using_a_custom_tokenizer.ipynb) |
| 2. | [Create and use component](https://github.com/CogStack/cogstack-nlp/blob/main/notebooks/advanced/2._Create_and_use_component.ipynb) |
| 1. | [Creating and using a custom tokenizer](notebooks/advanced/1._Creating_and_using_a_custom_tokenizer.ipynb) |
| 2. | [Create and use component](notebooks/advanced/2._Create_and_use_component.ipynb) |