Diff of /resources/ctakes.conf [000000] .. [ca4dac]

Switch to unified view

a b/resources/ctakes.conf
1
## ctakes.conf - configuration for the easy to use cTAKES Python bridge
2
3
[ctakes_parser_stash]
4
class_name = zensols.mednlp.ctakes.CTakesParserStash
5
home = path: ${ctakes:home}
6
entry_point_bin = path: ${ctakes:home}/bin/runClinicalPipeline.sh
7
entry_point_cmd = {entry_point_bin} -i {source_dir} --xmiOut {output_dir} --key ${uts:api_key}
8
source_dir = path: ${ctakes:source_dir}