我能够使用以下文档https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+4.0+-+Fast+Dictionary+Lookup安装cTAKES 4
在我的Windows 10计算机上,我通过以下命令运行CAS Visual Debugger (CVD)应用程序:
bin\runctakesCVD.bat desc\ctakes-clinical-pipeline\desc\analysis_engine\AggregatePlaintextFastUMLSProcessor.xml基于下面的示例https://www.youtube.com/watch?v=4aOnafv-NQs,我创建了定制的ICD10字典,并将其添加到我的cTAKES 4实例中(使用字典创建器GUI)。
现在,我不明白如何在这个新字典中运行CAS Visual Debugger (CVD),以便能够检测文本中的ICD10代码。
你能告诉我怎么做吗?
发布于 2018-01-27 03:25:18
查看以下github link中的piper文件
piper - add DefaultJCasTermAnnotator LookupXml=org/apache/ctakes/dictionary/lookup/fast/customDictionary.xml中的最后一行,它具有帮助我们定义自定义字典的LookupXml属性。
https://stackoverflow.com/questions/47820490
复制相似问题