We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670102d commit 2aeaac4Copy full SHA for 2aeaac4
pipeline/README.md
@@ -225,6 +225,7 @@ import edu.illinois.cs.cogcomp.annotation.AnnotatorService;
225
import edu.illinois.cs.cogcomp.core.utilities.configuration.ResourceManager;
226
import edu.illinois.cs.cogcomp.pipeline.main.PipelineFactory;
227
228
+// An example of "[PATH_TO_YOUR_CONFIG_FILE]" is "config/pipeline-config.properties"
229
ResourceManager userConfig = new ResourceManager("[PATH_TO_YOUR_CONFIG_FILE]");
230
AnnotatorService pipeline = PipelineFactory.buildPipeline(userConfig);
231
```
0 commit comments