使用 .Net 进行文本挖掘、事实提取、语义分析
我正在寻找任何免费的工具/组件/库,让我能够在 .NET 应用程序中利用文本挖掘、事实提取和语义分析。
GATE 项目是我所需要的,但它是用 Java 编写的。 .NET 世界里有类似 GATE 的东西吗?
我的挑战是从网站文本内容中提取某些事实。我计划使用一些 NLP 算法来实现此类功能,但我不确定如何实现它们,因此我将使用任何可用的现有解决方案。
如果您能给我一些提示,我将不胜感激。我是这个领域的新手,所以任何相关信息对我来说都非常有用。
I'm looking for any free tools/components/libraries that allow me to take anvantage of text mining, fact extraction and semantic analysis in my .NET application.
The GATE project is what I need but it is written in Java. Is there something like GATE in the .NET world?
My challange is to extract certain facts out of website text content. I plan to use some NLP algorithms to achieve such functionality, but I'm not sure how do I implement them, so I'm gonna use any existing solutions if they were available.
I'll appreciate if you could give me some tips. I'm new in this area, so any related info would be very usefull for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 IKVM 将 Java jar 移植到 .NET 程序集取得了很多成功,您可以尝试一下出门在门上。
I've had a lot of success using IKVM to port Java jars to .NET assemblies, you might try that out on GATE.