Java Open Source Text Mining Frameworks(Java 开源文本挖掘框架)
问题描述
我想知道最好的基于 Java 的开源文本挖掘框架,以使用 botg 机器学习和字典方法.
I want to know what is the best open source Java based framework for Text Mining, to use botg Machine Learning and dictionary Methods.
我正在使用 Mallet,但没有那么多文档,我不知道它是否符合我的所有要求.
I'm using Mallet but there are not that much documentation and I do not know if it will fit all my requirements.
推荐答案
老实说,我认为这里提供的几个答案非常好.但是,为了满足我的要求,我选择使用 Apache UIMA 和 ClearTK.它支持多种 ML 方法,我没有任何许可证问题.另外,我可以对其他 ML 方法进行封装,并且我可以利用 UIMA 框架,该框架组织良好且速度快.
I honestly think that the several answers presented here are very good. However, to fulfill my requirements I have chosen to use Apache UIMA with ClearTK. It supports several ML Methods and I do not have any licences problem. Plus, I can make wrappers to other ML methodologies, and I take the advantage of the UIMA framework, which is very well organized and fast.
感谢大家的有趣回答.
最好的问候,乌克兰
这篇关于Java 开源文本挖掘框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Java 开源文本挖掘框架
基础教程推荐
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01