-
Notifications
You must be signed in to change notification settings - Fork 11
relation extractor desc
Sean Finan edited this page Sep 19, 2024
·
1 revision
The relation extraction module is capable of detecting two types of UMLS relations between identified annotation (entities and modifiers): LocationOf and DegreeOf. The relation module operates by pairing identified annotations and assigning a relation label to the pairs. To perform this task, the module uses three UIMA-compliant analysis engines (AEs):
- AE for detecting instances of the LocationOf relation which may exist between entity mentions. E.g. LocationOf("joint", "joint pain").
- AE for detecting instances of the DegreeOf relation which may exist between entity mentions and modifiers. E.g. DegreeOf("chronic", "headache").
- AE for detecting modifiers (e.g. "severe", "chronic")
The module provides the descriptor files for detecting modifiers and extracting the relations. The module also provides an aggreagate AE descriptor which defines the full pipeline that is necessary for extracting relations. The latter includes the preprocessing that is required for relation extraction and the AEs that discover relations.
- Piper File Submitter
- UMLS Package Fetcher
- Dictionary Creator
- Simple Pipeline Fabricator
- Pipeline Installation Facility
- ctakes-pbj module
- Getting started with PBJ
- Python pbj-component
- Python pbj-pipeline
- Python pbj-scripts
- Python pbj-tools
- pbj-user-pipeline
- examples
- ctakes-assertion
- ctakes-assertion-zoner
- ctakes-chunker
- ctakes-clinical-pipeline
- ctakes-constituency-parser
- ctakes-context-tokenizer
- ctakes-core
- ctakes-coreference
- ctakes-dependency-parser
- ctakes-dictionary-lookup
- ctakes-dictionary-lookup-fast
- ctakes-distribution
- ctakes-dockhand
- ctakes-drug-ner
- ctakes-examples
- ctakes-fhir
- ctakes-gui
- ctakes-lvg
- ctakes-mastif-zoner
- ctakes-ne-contexts
- ctakes-pbj
- ctakes-pos-tagger
- ctakes-preprocessor
- ctakes-regression-test
- ctakes-relation-extractor
- ctakes-side-effect
- ctakes-smoking-status
- ctakes-template-filler
- ctakes-temporal
- ctakes-tiny-rest
- ctakes-type-system
- ctakes-utils
- ctakes-web-rest
- ctakes-ytex
- ctakes-ytex-uima
- ctakes-ytex-web