我想用 AggregatePlaintextProcessor 或不需要连接 UMLS 的东西运行 ctakes。帮助!
问问题
125 次
1 回答
0
我刚刚开始使用 cTAKES,当我第一次安装它时遇到了类似的问题。
从你的 cTAKES 主目录运行这个:
bin\runctakesCVD.bat desc\ctakes-clinical-pipeline\desc\analysis_engine\AggregatePlaintextProcessor.xml
而不是这个:
bin\runctakesCVD.bat desc\ctakes-clinical-pipeline\desc\analysis_engine\AggregatePlaintextFastUMLSProcessor.xml
基本上,您只是从命令中删除“FastUMLS”。
更多信息可以在用户安装指南中找到: https ://cwiki.apache.org/confluence/display/CTAKES/cTAKES+4.0+User+Install+Guide
于 2018-06-27T18:25:09.687 回答