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 开源文本挖掘框架


基础教程推荐
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01