|
1 |
| -# medkit - documentation |
| 1 | +# medkit |
2 | 2 |
|
3 |
| -***medkit*** is a Python library for facilitating the **extraction of features** from various modalities of patient data: text, audio for now - relational, image, genetic, and others soon. To this end, medkit offers to compose pipelines with modules, developed by us, yourself or others. |
| 3 | +`medkit` is a Python library which facilitates **extraction of features** |
| 4 | +from various modalities of patient data, including text and audio for now |
| 5 | +-- relational, image, genetic, and others will follow soon. |
4 | 6 |
|
5 |
| -We pay particular attention to enable the implementation of **non-destructive pipelines** (no loss of information when passing from a module to another) and a flexible tracing of **data provenance**. |
| 7 | +To this end, medkit enables composition of pipelines with multiple modules, |
| 8 | +developed by us, yourself or others. |
6 | 9 |
|
7 |
| -***medkit*** aims at accelerating the development of a learning health system, with a strong open-source and community orientation. |
| 10 | +`medkit` places a strong emphasis on **non-destructive operations**, |
| 11 | +i.e. no loss of information when passing data from a module to another, |
| 12 | +and a flexible tracing of **data provenance**. |
| 13 | + |
| 14 | +`medkit` aims at accelerating the development of a learning health system, |
| 15 | +with a strong dedication to open-source and community development. |
8 | 16 |
|
9 | 17 | :::{warning}
|
10 |
| -*medkit* core library is still under development and testing. |
11 |
| -Some interfaces may change in the future. |
| 18 | +The `medkit` core library is still under heavy development and testing. |
| 19 | +Some public interfaces may change in the future. |
| 20 | +Please check the **BREAKING CHANGES** section of the project's changelog for details. |
| 21 | +::: |
| 22 | + |
| 23 | +:::{toctree} |
| 24 | +--- |
| 25 | +caption: User Guide |
| 26 | +hidden: |
| 27 | +titlesonly: |
| 28 | +--- |
| 29 | +user_guide/install |
| 30 | +user_guide/first_steps |
| 31 | +user_guide/pipeline |
| 32 | +user_guide/provenance |
| 33 | +user_guide/module |
| 34 | +::: |
12 | 35 |
|
13 |
| -This library with its documentation is shared for following reasons: |
14 |
| -* helping people with some guidelines for using first medkit versions, |
15 |
| -* helping core development team to get user feedback for improving the *medkit* library. |
| 36 | +:::{toctree} |
| 37 | +--- |
| 38 | +caption: Examples |
| 39 | +hidden: |
| 40 | +titlesonly: |
| 41 | +--- |
| 42 | +examples/spans |
| 43 | +examples/cleaning_text |
| 44 | +examples/text_segmentation/index |
| 45 | +examples/text_segmentation/section |
| 46 | +examples/text_segmentation/syntagma |
| 47 | +examples/text_segmentation/document |
| 48 | +examples/brat_io |
| 49 | +examples/spacy/index |
| 50 | +examples/spacy/spacy_io |
| 51 | +examples/spacy/spacy_pipeline |
| 52 | +examples/custom_text_operation |
| 53 | +examples/edsnlp |
| 54 | +examples/iamsystem |
| 55 | +examples/finetuning_hf_model |
| 56 | +examples/detecting_text_duplicates |
| 57 | +examples/audio_transcription |
| 58 | +examples/audio_dataset_metrics |
| 59 | +examples/ontotox |
16 | 60 | :::
|
17 | 61 |
|
| 62 | +:::{toctree} |
| 63 | +--- |
| 64 | +caption: Tutorial |
| 65 | +hidden: |
| 66 | +titlesonly: |
| 67 | +--- |
| 68 | +tutorial/context_detection |
| 69 | +tutorial/entity_matching |
| 70 | +::: |
18 | 71 |
|
19 |
| -```{tableofcontents} |
20 |
| -``` |
| 72 | +:::{toctree} |
| 73 | +--- |
| 74 | +caption: Reference |
| 75 | +hidden: |
| 76 | +titlesonly: |
| 77 | +--- |
| 78 | +api/_generated/index |
| 79 | +api/audio |
| 80 | +api/core |
| 81 | +api/core_audio |
| 82 | +api/core_text |
| 83 | +api/io |
| 84 | +api/text |
| 85 | +api/training |
| 86 | +api/tools |
| 87 | +changelog |
| 88 | +::: |
0 commit comments