[
https://issues.apache.org/jira/browse/CTAKES-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180341#comment-14180341
]
Tim Miller commented on CTAKES-314:
-----------------------------------
There is something funky going on in the getDefaultPipeline() method -- I
stepped through in debug mode and it re-calls the AggregateBuilder constructor
after making all the add() calls, then returning an empty aggregate pipeline.
Thus no actual cTAKES annotators get run.
If I make the following change in main() (swapping out ae for a list of AEDs):
SimplePipeline.runPipeline(jcas,
SimpleSegmentAnnotator.createAnnotatorDescription());
I do get a segment annotation in the output.
> BigTop/Hadoop cTAKES integration
> --------------------------------
>
> Key: CTAKES-314
> URL: https://issues.apache.org/jira/browse/CTAKES-314
> Project: cTAKES
> Issue Type: New Feature
> Affects Versions: 3.2.0
> Reporter: Pei Chen
> Fix For: 3.2.3
>
> Attachments: Napkin_cTAKES_Hadoop.JPG
>
>
> Placeholder to-
> Create a simple application that can take in different datasources (public
> forums, twitter, etc.), scale up cTAKES using BigTop/Hadoop ecosystem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)