【发布时间】:2013-02-11 18:49:32
【问题描述】:
我是 UIMA 架构的新手。我下载了 UIMA SDK (http://uima.apache.org/downloads.cgi#Latest Official Releases) 以及相应的 Eclipse 插件。我能够成功运行教程示例。
我从 apache SVN (http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/RegularExpressionAnnotator/?pathrev=627314) 获取 RegEx Annotator 代码并尝试运行 RegEx Annotator,但我总是得到 org.apache.uima.resource.ResourceInitializationException: Annotator class "org.apache.uima.annotator.regex .impl.RegExAnnotator" 未找到。
所有文件都已就位,我已将 UIMA_HOME 设置为所需目录,我的构建路径中有 uima-core.jar 和 xbean-1.03.jar。
当我检查 bin 目录并反编译这些类时,我也能看到 RegExAnnotator.class。
有人能弄清楚我遗漏了什么以及如何重新解决这个问题吗?我做了很多谷歌,我在另一个网站上看到了类似的帖子,但没有解决方案。我有点卡在这里。任何指针将不胜感激。谢谢!
【问题讨论】:
-
或者,您可以使用 UIMA Ruta 工作台。
标签: uima