-
Notifications
You must be signed in to change notification settings - Fork 13
ctakes ytex web
ctakes-ytex-web is a web application that provides the following:
- searching the annotated corpus by concepts (implemented by queries to ytex tables)
- computing the semantic similarity of concept pairs
- provides Web & Restful services for computing semantic similarity
ctakes-ytex-web just relies on ctakes-ytex and is independent of the rest of ctakes. Although this produces a war file (as it should), we don't actually deliver a WAR file with the ctakes distro. We package and install a ctakes-ytex-web.jar (notice the extension) file with the classes from this project. We deliver the exploded web-app in the ctakes distro under desc/ctakes-ytex-web. All non-web app specific resources (properties files, spring config files) are in ctakes-ytex project/resources directory of ctakes.
To build and run the web app run the following (command line/eclipse):
mvn clean install jetty:run
This relies on you having correctly built and configured the ctakes-ytex.
- 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