使用 NLTK 对德语文本进行 POS 标记

发布于 2024-12-19 04:39:39 字数 279 浏览 2 评论 0原文

我想使用 NLTK 来标记德语文本。我发现这个问题这个项目。两者看起来都很复杂,我找不到一些关于如何训练词性标注器的 NLTK 文档。有什么提示吗?我正在寻找最简单的方法来放入一些德语文本并取回标记的单词。有什么提示吗?

I would like to use NLTK for pos tagging german texts. I found this question and this project. Both look quite complicated and I cannot find some NLTK documentation about how to train pos taggers. Any hint? I'm looking for the most simple way to put in some german text and to get back tagged words. Any hint?

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

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

发布评论

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

评论(2

何处潇湘 2024-12-26 04:39:44

斯坦福大学标注者接受过德语训练。
http://nlp.stanford.edu/software/tagger.shtml

The Stanford tagger is trained on German.
http://nlp.stanford.edu/software/tagger.shtml

凉墨 2024-12-26 04:39:44

TreeTagger 可用于多种语言,包括德语。但是,它不能用于商业目的。

TreeTagger can be used for a bunch of languages, including German. However, it cannot be used for commercial purposes.

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