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 Hashmap 中的值求和 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
