Hi
I have 2 questions, and would appreciate the help.
The first question
==================
I have been trying to get how cTAKES work and not so much luck
I know that we build .piper file through "cTAKES Simple Pipeline Fabricator"
we get a .piper file
Then the process is not clear
my understanding and I am not sure if I am right here
is that we create a .xml file from the .piper file through 
I tried using "cTAKES Pipe File Submitter"
I loaded HelloWorld.piper but I got this error
org.apache.uima.resource.ResourceInitializationException: MESSAGE LOCALIZATION 
FAILED: Can't find resource for bundle java.util.PropertyResourceBundle, key No 
Analysis Component found for ContextDependentTokenizerAnnotator
I read Sean's email in the mail archive
and Replaced 
add ContextDependentTokenizerAnnotator
with
add org.apache.ctakes.contexttokenizer.ae.ContextDependentTokenizerAnnotator
but still getting the same error

The 2nd question
===============
After creating the .xml the next step will be 
Loading the result file in the "CAS Visual Debugger (CVD)"
and build .xmi file
but what is next?
How can I view the the NER values? and where is the coloured screen that 
highlight each token in a colour and each NER in a different colour?
and where I train cTAKES to take ICD10 or SNOMED or any other dataset?

Reply via email to