blob: 5d11772147553d28dc788a69c04bf0a5165d97b3 [file] [log] [blame]
// This file contains commands and parameters to run the ctakes-examples "Hello World" pipeline
// Load a simple token processing pipeline from another pipeline file
load DefaultTokenizerPipeline.piper
// Add non-core annotators
add ContextDependentTokenizerAnnotator
// The POSTagger has a -complex- startup, but it can create its own description to handle it
addDescription POSTagger
// add the simple Hello World Annotator
add org.apache.ctakes.examples.ae.ExampleHelloWorldAnnotator