Skip to content

detsutut/concept-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Concept Extractor

Extract SNOMED concepts from any language with a NMT + dictionary based approach.

Status Version

Explore the docs »

Report Bug· Request Feature

Usage

Command line usage

python3 extract_cli.py --text="il mio paziente ha l'artrite reumatoide"

{'id': {0: '116154003', 1: '69896004'}, 'name': {0: 'patient', 1: 'rheumatoid arthritis'}, 'match_score': {0: 1.0, 1: 1.0}, 'semantic_tags': {0: ['person'], 1: ['diagnosis', 'disorder']}}

Interactive app usage

python3 app.py

Contacts and Useful Links

License

Distributed under GPL 3.0 License

↰ Back To Top

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published