Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/medcat-v1-tutorials_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches: [ main ]
pull_request:
paths:
- 'medcat-v1/**'
- 'medcat-v1-tutorials/**'
- 'v1/medcat/**'
- 'v1/medcat-tutorials/**'
- '.github/workflows/medcat-v1**'
- '.github/workflows/medcat-v1-tutorials**'
defaults:
run:
working-directory: ./medcat-v1-tutorials
working-directory: ./v1/medcat-tutorials

jobs:
main:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-v1_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches: [ main ]
pull_request:
paths:
- 'medcat-v1/**'
- 'v1/medcat/**'
- '.github/workflows/medcat-v1**'
defaults:
run:
working-directory: ./medcat-v1
working-directory: ./v1/medcat
jobs:
build:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/medcat-v1_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

defaults:
run:
working-directory: ./medcat-v1
working-directory: ./v1/medcat
jobs:
build-n-publish-to-pypi:

Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
with:
# TODO CU-869a25n7e Use Trusted Platform Publisher based PyPI release
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: medcat-v1/dist
packages_dir: v1/medcat/dist
4 changes: 2 additions & 2 deletions anoncat-demo-app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deidentify app

Demo for AnonCAT. It uses [MedCAT](https://github.com/CogStack/cogstack-nlp/tree/main/medcat-v1), an advanced natural language processing tool, to identify and classify sensitive information, such as names, addresses, and medical terms.
Demo for AnonCAT. It uses [MedCAT](https://github.com/CogStack/cogstack-nlp/tree/main/v1/medcat), an advanced natural language processing tool, to identify and classify sensitive information, such as names, addresses, and medical terms.

## Example

Expand All @@ -22,7 +22,7 @@ MODEL_NAME = '<NAME OF MODEL HERE.zip>'

### Build your own model

To build your own models please follow the tutorials outlined in [MedCATtutorials](https://github.com/CogStack/cogstack-nlp/tree/main/medcat-v1-tutorials)
To build your own models please follow the tutorials outlined in [MedCATtutorials](https://github.com/CogStack/cogstack-nlp/tree/main/v1/medcat-tutorials)

*__Note:__ This is currently under development*

Expand Down
2 changes: 1 addition & 1 deletion medcat-service/models/examples/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [example-medcat-v1-model-pack][(models/examples/example-medcat-v1-model-pack.zip)
- This model pack is built by running the MedCAT V1 Tutorial Part 3.1.
- https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v1-tutorials/notebooks/introductory/Part_3_1_Building_a_Concept_Database_and_Vocabulary.ipynb
- https://github.com/CogStack/cogstack-nlp/blob/main/v1/medcat-tutorials/notebooks/introductory/Part_3_1_Building_a_Concept_Database_and_Vocabulary.ipynb

It isn't a trained model, but has the concepts "Kidney Failure" and "Failure of Kidneys" built in

2 changes: 1 addition & 1 deletion medcat-trainer/notebook_docs/API_Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"### Create CDBs and Vocabularies\n",
"The MedCAT models used by MedCATTrainer are output by MedCAT instances of classesmedcat.cdb.CDB, medcat.utils.vocab.Vocabulary. Calling save_dict('\\<file location\\>') will write a file that can be loaded in another instance of MedCAT (via load_dict()), or within MedCATTrainer.\n",
"\n",
"Examples models are provided on the MedCAT Repository: https://github.com/CogStack/cogstack-nlp/tree/main/medcat-v1"
"Examples models are provided on the MedCAT Repository: https://github.com/CogStack/cogstack-nlp/tree/main/v1/medcat"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion medcat-trainer/notebook_docs/Generate_CUI_Filters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Relation file from SNOMED-CT Preprocessing tutorial: https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v1-tutorials/notebooks/specialised/Preprocessing_SNOMED_CT.ipynb, \n",
"Relation file from SNOMED-CT Preprocessing tutorial: https://github.com/CogStack/cogstack-nlp/blob/main/v1/medcat-tutorials/notebooks/specialised/Preprocessing_SNOMED_CT.ipynb, \n",
"\n",
"In section \"SNOMED Relationships\"\n"
]
Expand Down
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion medcat-v1/.gitignore → v1/medcat/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ tests/model_creator/output/*
docs/auto/
docs/_build

models/

models/*
!models/README.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading