Skip to content

Commit 2aeaac4

Browse files
committed
Giving an example of file path using comment
1 parent 670102d commit 2aeaac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ import edu.illinois.cs.cogcomp.annotation.AnnotatorService;
225225
import edu.illinois.cs.cogcomp.core.utilities.configuration.ResourceManager;
226226
import edu.illinois.cs.cogcomp.pipeline.main.PipelineFactory;
227227

228+
// An example of "[PATH_TO_YOUR_CONFIG_FILE]" is "config/pipeline-config.properties"
228229
ResourceManager userConfig = new ResourceManager("[PATH_TO_YOUR_CONFIG_FILE]");
229230
AnnotatorService pipeline = PipelineFactory.buildPipeline(userConfig);
230231
```

0 commit comments

Comments
 (0)