Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
3.1.0
-
None
Description
This issue will be moot if CTAKES-72 is implemented
Reported by Samir in http://markmail.org/message/d4nzq7crfcq4zytx:
the UIMA_CVD--relation-extractor.launch under project ctakes-relation-extractor rise errors:
A) the error is: Launching UIMA_CVD--relation-extractor has encountered a problem
<<Launch configuration UIMA_CVD--relation-extractor references
non-existing project relation-extractor.>>
B) to correct this :
1) I edited UIMA_CVD--relation-extractor.launch
2) I changed the value attribute in <stringAttribute
key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="relation-extractor"/>
from value="relation-extractor" to value="ctakes-relation-extractor"
Thanks Samir.