Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
4.0.0
-
None
-
Ubuntu 19.04
Description
I am trying to run DrugMentionAnnotator.xml for a sample clinical text document. I ran ./runctakesCPE.sh and I added engines in the order as follows.
1.TokenizerAnnotator
2.ContentDependentTokenizer
3.POSTagger
4.Chunker
5.DictionaryLookupAnnotator
6.Assertion(GenericAttributeAnalysisEngine)
7.DrugMentionAnnotator
Yet I unable to get the required results. Is there any specified flow to run engines and get the output from the DrugMentionAnnotator