如何在 C# 代码中使用 python NLP POS 标记器?

发布于 2024-12-22 03:42:15 字数 338 浏览 1 评论 0原文

我遇到并成功使用了 python NLP POS 标记器。问题是我的代码是用 c# 编写的,我使用了 python pos 标记器,因为我找不到好的 c# pos 标记器。现在,我不知道如何使用它我的 C# 代码中的 python NLP POS 标记器。有人可以指导我吗?还请建议任何 C# POS 标记器。谢谢

编辑:
我想过使用 IronPython 来使用 python NLP POS 标记器。但是当我使用 import nltk 时,我得到一个 ImportError:No module named nltk
在 python2.6 中使用相同的命令时效果非常好。

I came across and successfully used a python NLP POS tagger.The problem is that my code was in c# and I used a python pos tagger because I could not find a good c# pos tagger.Now,I don't know how to use this python NLP POS tagger in my c# code.Could anyone guide me?Also please do suggest any C# POS tagger.Thankx

EDIT:
I thought of using IronPython for using the python NLP POS tagger.But when I use import nltk,I get an ImportError:No module named nltk
The same command when used in python2.6 had worked perfectly fine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

弱骨蛰伏 2024-12-29 03:42:15

您可以使用 SharpNLP 项目。

You can use the SharpNLP project.

千仐 2024-12-29 03:42:15

如果您确实想继续使用 Python 的 NLP 标记器,您可以随时尝试使用 DLR 托管它:http://blogs.msdn.com/b/srivatsn/archive/2008/09/16/hosting-ironpython-made-easier.aspx

If you really want to keep using the NLP tagger for python, you can always try and host it with the DLR: http://blogs.msdn.com/b/srivatsn/archive/2008/09/16/hosting-ironpython-made-easier.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文