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 开源文本挖掘框架
基础教程推荐
- 将 Windows 证书导入 Java 2022-01-01
- Maven:无效的目标版本:10 2022-01-01
- 在springboot中如何给mybatis加拦截器 2023-04-29
- Java ECDSAwithSHA256 签名长度不一致 2022-01-01
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
- 在java中使用xpath和selenium解析HTML表格数据 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
- JPA惰性列表上的流 2022-01-01
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
