Questions tagged [ctakes]

Apache cTAKES is a natural language processing system for extraction of information from electronic medical record clinical free-text.

cTAKES is a natural language processing system for extraction of information from electronic medical record clinical free-text. Originally developed at the Mayo Clinic, it has expanded to being used by various institutions internationally.

The best way to get started with using cTAKES is to check out the Apache cTAKES confluence

Useful links:

Demos

Examples

Issue tracker

Mailing lists

46 questions
8
votes
2 answers

using cTAKES to parse clinical documents

I am trying to figure out how to run the Clinical Document Pipeline from Java. I have a set of clinical documents as plain texts. I want to parse these documents and extract a list of that is in document doc_ID, there is CUI with frequency of…
user2600417
  • 81
  • 1
  • 4
6
votes
0 answers

How do I add a new dictionary database to cTAKES

How do I add a new database to the cTAKES pipeline to perform lookup from? How do I specify what columns to look up and how to annotate the text with the returned hits? I have gone through the DictionaryLookupAnnotatorDB.xml and LookupDesc_Db.xml…
supriyo_basak
  • 505
  • 1
  • 7
  • 24
5
votes
2 answers

How to use cTAKES from the command line?

I wonder how to use Apache cTAKES from the command line. E.g. : I have a file note.txt that contains some text like "Patient had elevated blood sugar but tests confirm no diabetes. Patient's father had adult onset diabetes." I want to use the…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
4
votes
1 answer

Apache cTAKES logic from Java application

I'm trying to embed Apache cTAKES NLP logic into my application. First of all, I'm unable to find any good documentation in order to be educated how it can be done. From the different pieces of code that I found on the internet I have created the…
alexanoid
  • 24,051
  • 54
  • 210
  • 410
3
votes
1 answer

tool to convert pre-cordinated SNOMED to post-coordinated

I have typed into the international Snomed browser tool `Superficial injury of head" to which I get the following…
brucezepplin
  • 9,202
  • 26
  • 76
  • 129
3
votes
1 answer

Sample code to use cTakes AggregatePlaintextUMLSProcessor

I'm new to Java and UIMA, and I can't find a comprehensive sample to use the AggregatePlaintextUMLSProcessor from code and print results in a proper format. I managed to run cTakes from command line and I see it's using FileWriterCasConsumer.xml to…
Mokhtar Ashour
  • 600
  • 2
  • 9
  • 21
3
votes
0 answers

integrating independent ontology into UIMA based cTAKES

Okay, so basically, I have a cTAKES pipeline that makes use of the UMLSlookupannotator to perform NER (named entity recognition). Additionally I have a .owl ontology that I have made using protege. Essentially, what I am trying to do is to extend…
jdv12
  • 171
  • 4
  • 17
2
votes
1 answer

Servlet.init() for servlet ctakes-rest-service threw exception

I am a beginner to programming. I am trying to run ctakes API in windows version but getting the following errors when I am trying to get response through Postman. Could anyone please guide me towards correct steps? Thanks in…
2
votes
1 answer

java.sql.SQLSyntaxErrorException: user lacks privilege or object not found in ubuntu

I have found many similar questions on internet and tried many solutions but still can't get around this error even after 10 hours. So please give ANY suggestion before marking it as a duplicate. I am also not familiar with hsqldb so please let me…
whoosis
  • 454
  • 7
  • 25
2
votes
1 answer

cTAKES 4, custom dictionary, CAS Visual Debugger (CVD) and AggregatePlaintextFastUMLSProcessor.xml

I was able to install cTAKES 4 with the following documentation https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+4.0+-+Fast+Dictionary+Lookup On my Windows 10 machine I run the CAS Visual Debugger (CVD) application via the following…
alexanoid
  • 24,051
  • 54
  • 210
  • 410
2
votes
2 answers

Can't retrieve data back from UMLS

I have been trying to run the ctakes-temporal-demo on github. Currently I have configured everything in eclipse correctly. I have set the correct password and id for UMLS account. When I try to run it I get the following error: Exception in thread…
daredevil11
  • 107
  • 14
2
votes
1 answer

Getting output in JSON format in UIMA

I'm using Apache cTAKES where the output is required in JSON. I'm trying google's gson here, public static void main(final String... args) throws IOException, UIMAException, SAXException { final String note = "Serum Cholesterol 154 150 250…
moinsy
  • 83
  • 7
1
vote
0 answers

cTAKES parser output

I am trying to understand the result generated via cTAKES parser. I am unable to understand certain points- cTAKES parser is invoked via TIKa-app we get following result- ctakes:AnatomicalSiteMention:…
blueiris
  • 11
  • 3
1
vote
0 answers

Adding custom writer in apache ctakes

I have checked-out ctakes-4.0.0 (https://codeload.github.com/apache/ctakes/zip/ctakes-4.0.0) and setup in my local machine. I have setup the pipeline for a particular requirement as below load DefaultTokenizerPipeline.piper add…
User_1940878
  • 321
  • 1
  • 6
  • 25
1
vote
0 answers

how to get ctakes gui running while the ctakes-gui does not have any jsp file?

I Have been following this instructions of ctakes GUI link here https://community.i2b2.org/wiki/display/NLPCTAKES/NLP+cTakes+Home I could not find any website that has ctakesgui.war I thought it must be the same project in ctakes open source which…
asmgx
  • 7,328
  • 15
  • 82
  • 143
1
2 3 4