Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个简单的英文 POS 标记程序,仅在 c# 中实现。
您的问题涉及自然语言处理领域。看看这个库:SharpNLP,你可以在这里处理很多英语。
这是一个关于如何在 NLP 中做事的教程,它的 python 示例,但确保你可以将它转换为 C #
还要检查这个.net,基本上你需要一个特定语言的字典,然后调用 NLP 类来匹配它。