Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobvanluijt/radlex-machine-translations
Machine translations of RadLex codes
https://github.com/bobvanluijt/radlex-machine-translations
radiology radlex
Last synced: 6 days ago
JSON representation
Machine translations of RadLex codes
- Host: GitHub
- URL: https://github.com/bobvanluijt/radlex-machine-translations
- Owner: bobvanluijt
- License: mit
- Created: 2021-12-02T20:57:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T08:35:41.000Z (about 3 years ago)
- Last Synced: 2024-12-15T11:57:12.383Z (8 days ago)
- Topics: radiology, radlex
- Language: Python
- Homepage:
- Size: 9.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RadLex machine translations
Machine translations for [RadLex radiology lexicon](http://radlex.org/) using the Google Translation API.
## Available languages
| Language | Filename | Native description |
| --- | --- | --- |
| Dutch / Nederlands | `RadLex.NL.owl` | Nederlandse machinevertalingen van RadLex-codes. Het OWM-XML bestand bevat Nederlandse machine vertalingen van de Radlex ``, `` en `` nodes.|## Custom language translation
0. Download the latest [RadLex OWL](http://radlex.org/download/RadLex_OWL4.1.zip) (v4.1)
0. Follow [these](https://codelabs.developers.google.com/codelabs/cloud-translation-python3#0) API setup steps
0. `$ pip3 install -r requirements.txt`
0. `$ python3 translate.py`The output file will look like: `RadLex.{LANG}.owl` and is in XML format.
## Example node
```xml
Recently, authors have subclassified comet-tail artifacts into small and large types and found a prevalence of malignancy of 15% in nodules that had echogenic foci with small comet-tail artifacts [12]. Conversely, when considering large comet-tail artifacts in cystic or partially cystic nodules, multiple studies have shown a strong association with benignity
2015-11-18T00:00:00
comet-tail artifact (large)
Kometenschweifartefakt (groß)
3.14
TI-RADS
Kometenschweifartefakt (ausgeprägt)
RID49888
komeetstaartartefact (groot)
Onlangs hebben auteurs komeetstaartartefacten onderverdeeld in kleine en grote typen en een prevalentie van maligniteit van 15% gevonden in knobbeltjes met echogene foci met kleine komeetstaartartefacten [12]. Omgekeerd, bij het overwegen van grote komeetstaartartefacten in cystische of gedeeltelijk cystische knobbeltjes, hebben meerdere onderzoeken een sterke associatie aangetoond met goedaardigheid
```## Note
Note that the translations are done purely based on machine translations. You are responsible to determine if your use case (e.g., machine learning training) is sufficient to rely on them.