在 java 程序中使用 Apache UIMA 的示例
我一直在寻找在 java 程序中使用 Apache UIMA 的示例。是否有关于如何在 Java 程序中使用示例注释器的示例?
I have been searching for examples of using Apache UIMA in a java program. Are there examples on how to use the example Annotators in a Java program ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想直接在 Java 代码中使用 UIMA,您可能需要查看 uimafit ,因为它简化了 Java 中 UIMA 的使用。这是使用示例注释器的快速示例(源)
If you want to use UIMA directly into Java code, you might want to have a look at uimafit, because it eases the use of UIMA from within Java. Here is a quick example to use the example Annotator (source)
是的,UIMA SDK 中提供了示例。您需要阅读此处的开发人员指南,了解如何在 Eclipse 中查看源代码。UIMA 教程和开发指南。请参阅第 1.1.3 节和第 3 章。
Yes there are examples provided in UIMA SDK. You need to read developers guide here how to view the source in Eclipse.UIMA Tutorial and Dev Guide. Look at section 1.1.3 and Chapter 3.