|
1 | | -# Medical <img src="https://github.com/CogStack/MedCAT/blob/master/media/cat-logo.png?raw=true" width=45>oncept Annotation Tool |
| 1 | +# Medical <img src="https://github.com/CogStack/MedCAT/blob/main/media/cat-logo.png?raw=true" width=45>oncept Annotation Tool |
2 | 2 |
|
3 | | -[](https://github.com/CogStack/MedCAT/actions/workflows/main.yml?query=branch%3Amaster) |
| 3 | +[](https://github.com/CogStack/MedCAT/actions/workflows/main.yml?query=branch%3Amain) |
4 | 4 | [](https://medcat.readthedocs.io/en/latest/?badge=latest) |
5 | 5 | [](https://github.com/CogStack/MedCAT/releases/latest) |
6 | 6 | [](https://pypi.org/project/medcat/) |
@@ -108,10 +108,10 @@ python medcat/utils/model_creator.py tests/model_creator/config_example.yml |
108 | 108 |
|
109 | 109 | | Model creator parameter | Description | |
110 | 110 | | -------- | ----------- | |
111 | | -| concept_csv_file | Path to file containing UMLS concepts, including primary names, synonyms, types and source ontology. See [examples](https://github.com/CogStack/MedCAT/tree/master/examples) and [tests/model_creator/umls_sample.csv](https://github.com/CogStack/MedCAT/tree/master/tests/model_creator/umls_sample.csv) for format description and examples. | |
| 111 | +| concept_csv_file | Path to file containing UMLS concepts, including primary names, synonyms, types and source ontology. See [examples](https://github.com/CogStack/MedCAT/tree/main/examples) and [tests/model_creator/umls_sample.csv](https://github.com/CogStack/MedCAT/tree/main/tests/model_creator/umls_sample.csv) for format description and examples. | |
112 | 112 | | unsupervised_training_data_file | Path to file containing text dataset used for spell checking and unsupervised training.| |
113 | 113 | | output_dir | Path to output directory for writing the CDB and vocab models. | |
114 | | -| medcat_config_file | Path to optional config file for adjusting MedCAT properties, see [configs](https://github.com/CogStack/MedCAT/tree/master/configs), [medcat/config.py](https://github.com/CogStack/MedCAT/tree/master/medcat/config.py) and [tests/model_creator/medcat.txt](https://github.com/CogStack/MedCAT/tree/master/tests/model_creator/medcat.txt)| |
| 114 | +| medcat_config_file | Path to optional config file for adjusting MedCAT properties, see [configs](https://github.com/CogStack/MedCAT/tree/main/configs), [medcat/config.py](https://github.com/CogStack/MedCAT/tree/main/medcat/config.py) and [tests/model_creator/medcat.txt](https://github.com/CogStack/MedCAT/tree/main/tests/model_creator/medcat.txt)| |
115 | 115 | | unigram_table_size | Optional parameter for setting the initialization size of the unigram table in the vocab model. Default is 100000000, while for testing with a small unsupervised training data file a much smaller size could work. | |
116 | 116 |
|
117 | 117 | ## Models |
|
0 commit comments