我能够使用以下文档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实例(使用Dictionary Creator GUI)。
目前我不明白如何使用这个新字典运行CAS Visual Debugger(CVD),以便能够在文本中检测ICD10代码。
你能告诉我怎么做吗?
答案 0 :(得分:1)
查看以下github link
中的piper文件吹笛者的最后一行 - add DefaultJCasTermAnnotator LookupXml=org/apache/ctakes/dictionary/lookup/fast/customDictionary.xml
,其LookupXml
属性可帮助我们定义自定义词典。