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

标签 python nlp nltk part-of-speech

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

最佳答案

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

关于python - 使用 NLTK 对德语文本进行 POS 标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8318307/

相关文章:

python - "Third order"Kneser-Key 平滑的正确实现(对于 Trigram 模型)

java - 交互式 NLP 词性 (POS) 标记 - 强制某些术语成为特定标记

python - 有没有办法在 python nltk 中反转词干?

python - 单个单词的翻译,考虑上下文,使用计算机语言处理工具

python - 使用 python-docx 插入图像后,Word 文档的表格单元格中出现空行

python - 使用正则表达式删除树中的叶子(Python)

python - 在jinja获得更深入的评估

python - 图形连接句子

python - Mechanize Python 和 addheader 方法——我如何知道最新的 header ?

python - 可以 xs :anyURI contain square brackets in XSD?