在 WIndows 上使用 Lucene 进行集群 Mahout
我是 Mahout 和 Lucene 的新手。我查看了每个论坛和提出的问题,但我还无法理解一些事情。我已经用 TermVectors 完成了 Lucene 索引。但是我需要使用 Mahout 对这些信息进行聚类。
我看到每个人都使用命令。问题是我的项目是在 Windows 环境下使用 NetBeans 制作的。因此,当我看到所有这些命令行表达式时,我不可能在 Windows 终端上使用它们。此外,我看到有些人使用 Hadoop,但我不知道它是否对我的应用程序有用。
有人可以帮助我如何使用 Mahout 吗?是否可以将 jar 库导入到我的项目中并直接从我的项目中使用它?
I'm new using Mahout and Lucene. I looked at every forum and question asked but I cannot understand some things yet. I have my Lucene index done with TermVectors done. However I need to cluster that information using Mahout.
I have seen that everybody uses commands. The thing is that my project is being made with NetBeans on Windows enviroment. So when I see all that command-line expresiones, it's impossible to use them on the Windows terminal. Besides, I have seen that some people uses Hadoop but I don't get if will be useful for my app or not.
Can anybody help me how to use Mahout? Is it possible to import a jar library to my project and work with it directly from my project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要下载并安装Cygwin。然后您将拥有运行给定命令所需的命令行。
You need to download and install Cygwin. Then you will have the command-line you need to run the commands as given.