NLP框架.NET框架、NLP、NET

2023-09-03 11:10:06 作者:淡淡的优雅

我发现引用SharpNLP(基于Java的OpenNLP的一个端口),和羚羊通过Proxem。我希望创建一个句子(词类标注的)进行全面解析树,连同姓名调查的日期/时间和地点。

I have found references to SharpNLP (a port of the Java-based OpenNLP), and Antelope by Proxem. I'm looking to create a full parse tree of a sentence (part-of-speech tagging), along with name-finding for dates/times and locations.

在SharpNLP库出现自2007年以来处于非活动状态,并且看起来羚羊库于2009年,前者是LGPL最后更新,后者似乎需要一个商业许可证,但安装程序自描述的牌照为得以确认。

The SharpNLP library appears to be inactive since 2007, and it appears that the Antelope library was last updated in 2009. The former is LGPL, the latter appears to require a commercial license but the installer self-describes the license as "underspecified".

有一个现代化的NLP库.NET?有没有更好的平台选择NLP? (它更重要的是我有一个伟大的NLP执行,而不是坚持一个平台的选择)。

Is there a modern NLP library for .NET? Is there a better platform choice for NLP? (it's more important to me to have a great NLP implementation than to stick with a platform choice).

推荐答案

下面是一个关于在C#中嵌入NLTK博客:http://blog.samibadawi.com/2010/03/open-source-nlp-in-c-35-using-nltk.html

Here is a blog about embedding NLTK in C#: http://blog.samibadawi.com/2010/03/open-source-nlp-in-c-35-using-nltk.html .

不过,我会搬到了Python。

But I would move to Python.

转到 NLTK 。