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
1
vote
1 answer

How to fix this error Cannot run program "svn" Error in Java

I have problem loading open source application I have followed these steps Perform a fresh checkout from SVN 1. Start IntelliJ IDEa. 2.In the "Quick Start" menu, select "Check out from Version Control". This will display a drop-down box. 3.In the…
asmgx
  • 7,328
  • 15
  • 82
  • 143
1
vote
1 answer

Running Java based open source

This is my first time to use Java, and I have no experience in Java, but good experience in .Net I have downloaded an open source code called ctakes and downloaded IntelliJ IDE community version i pointed to the main folder of the project to be…
asmgx
  • 7,328
  • 15
  • 82
  • 143
1
vote
0 answers

Why isn't Ctakes able to identify : 'colorectal cancer' medical text in spite of using 'ContextDependentTokenizerAnnotator'?

Ctakes is able to identify 'lung cancer' , 'basal cell cancer' and such - that is it gives a proper SNOMED UMLS identifier. But if the sentence contains colorectal cancer, it just return 'malignant neeplasm' I have tried playing around with…
Yash
  • 307
  • 3
  • 10
1
vote
1 answer

What exactly are the UMLS and SNOMED-CT vocabularies used by cTAKES?

Very new to cTAKES and looking through the docs, curious about what exactly the UMLS and SNOMEDCT "vocabularies" are. The user installation docs don't really seem to tell and simply applying for the UMLS license and the language around the UMLS…
lampShadesDrifter
  • 3,925
  • 8
  • 40
  • 102
1
vote
0 answers

How to revise CVD and CPE of Ctakes to access UMLS?

I am a new user for cTakes. When installation, I met with difficulties in adding UMLS username and password to Ctakes. The CPU field showed that C:\Users\Administrator>cd \apache-ctakes-4.0.0 C:\apache-ctakes-4.0.0>bin\runctakesCVD.bat …
yuan
  • 11
  • 1
1
vote
0 answers

Using cTakes with UIMA in Java code eclipse

I am trying to do NLP using cTAKES in Eclipse. I have followed the official developers guide for installing cTAKES in Eclipse but I couldnt find any documentation of what to do next i.e how would I import cTAKES pipelines or analysisengine etc. in…
whoosis
  • 454
  • 7
  • 25
1
vote
0 answers

CTakes with Tika

Has anyone integrated ctakes parser with Tika , I would like to use Tika to extract text from documents and use ctakes to get annotations . I’m able to extract using Tika the text and some metadata but would like some advise / help on how to…
RData
  • 959
  • 1
  • 13
  • 33
1
vote
0 answers

cTakes taking an extremely long time on 'MaxentParserWrapper - Starting Processing: .DS_Strore'

I am trying to run cTakes and use the CPE implementation. I've followed the User Guide exactly, but when I run it (press the 'go' arrow) the process seems to get stuck on 'MaxentParserWrapper - Starting Processing: .DS_Strore' for a very long time.…
Biscuit
  • 53
  • 12
1
vote
3 answers

Does anyone know whether Apache Ctakes can run UMLS without internet connection?

Does anyone know whether Apache Ctakes can run UMLS without internet connection and whether there is a good Python wrapper around Ctakes ?
1
vote
1 answer

cTAKES UMLS ICD10 codes lookup

I created a cTAKES custom dictionary from UMLS database with ICD10 codes. Right now I able to analyze the text by for example disease name, like Asthma and annotation index will contain the ICD10 code for this matching code = "J45.90". Is it…
alexanoid
  • 24,051
  • 54
  • 210
  • 410
1
vote
1 answer

Check validity of UMLS licence in UmlsDictionaryLookupAnnotator

In UmlsDictionaryLookupAnnotator there is a function isValidUMLSUser having four parameters. In which two of them are username and pass which i have entered correctly but other two are license code and url. Can anyone help me out to find the correct…
ritwik
  • 101
  • 1
  • 11
1
vote
2 answers

Spark Throwing a "NoClassDefFoundError" Despite jar Indicating Class is Present

I am receiving a NoClassDefFoundError despite 7Zip indicating the jar containing the class is present in the uberjar being submitted to run the program. I am submitting with the below line: spark-submit --class…
mongolol
  • 941
  • 1
  • 13
  • 31
1
vote
0 answers

executing CTAKES NLP through eclipse

I had tried to execute Ctakes NLP class CTAKESClinicalPipelineFactory class but got following error: java.lang.ClassCastException: class org.cleartk.classifier.liblinear.LIBLINEARStringOutcomeClassifierBuilder
Anu
  • 21
  • 1
  • 10
1
vote
1 answer

cTAKES and Thread Safety

I am facing issues on cTAKES (An apache project) with respect to thread safety while using the AnalysisEngine and JCAS. I tried getting resolution regarding the same on the Question/Answer on Apache project but not getting sufficient info. If anyone…
1
vote
0 answers

How do I install the cTAKES in eclipse IDE?

I want to install the cTAKES in eclipse but did not find any proper documentation. I am following the documentation of Apache software foundation but I am not able to install cTAKES. Please suggest any proper method to install.