From 3e90333d48f6930b9429f4f79da28d1909fce429 Mon Sep 17 00:00:00 2001 From: mart-r Date: Wed, 20 Aug 2025 15:23:39 +0100 Subject: [PATCH 1/2] CU-869a6v8qd: Fix tutorial links --- medcat-v2-tutorials/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/medcat-v2-tutorials/README.md b/medcat-v2-tutorials/README.md index 0c734ccde..56c191089 100644 --- a/medcat-v2-tutorials/README.md +++ b/medcat-v2-tutorials/README.md @@ -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](https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2-tutorials/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](https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2-tutorials/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/medcat-v2-tutorials/notebooks/introductory/basic/2._Unsupervised_training_on_model.ipynb) | +| 3. | [Supervised training on model](https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2-tutorials/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](https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2-tutorials/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](https://github.com/CogStack/cogstack-nlp/blob/medcat-v2-tutorials/main/notebooks/advanced/1._Creating_and_using_a_custom_tokenizer.ipynb) | +| 2. | [Create and use component](https://github.com/CogStack/cogstack-nlp/blob/medcat-v2-tutorials/main/notebooks/advanced/2._Create_and_use_component.ipynb) | From 6b23ab00f26cb9c69f8986b835de874802210d9f Mon Sep 17 00:00:00 2001 From: mart-r Date: Wed, 20 Aug 2025 15:36:52 +0100 Subject: [PATCH 2/2] CU-869a6v8qd: Move to relative tutorial links --- medcat-v2-tutorials/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/medcat-v2-tutorials/README.md b/medcat-v2-tutorials/README.md index 56c191089..77aaa0bb7 100644 --- a/medcat-v2-tutorials/README.md +++ b/medcat-v2-tutorials/README.md @@ -6,25 +6,25 @@ | Part | Title | | ---- |-----------------------------------------------------------------------------| -| 1. | [Migrate a v1 model to v2](https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2-tutorials/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/medcat-v2-tutorials/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/medcat-v2-tutorials/notebooks/introductory/basic/2._Unsupervised_training_on_model.ipynb) | -| 3. | [Supervised training on model](https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2-tutorials/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/medcat-v2-tutorials/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/medcat-v2-tutorials/main/notebooks/advanced/1._Creating_and_using_a_custom_tokenizer.ipynb) | -| 2. | [Create and use component](https://github.com/CogStack/cogstack-nlp/blob/medcat-v2-tutorials/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) |