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


- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01