避免字典查找的高效词形还原器

发布于 2024-12-20 12:14:12 字数 127 浏览 2 评论 0原文

我想将“吃”之类的字符串转换为“吃”,“吃”。我搜索并找到了词形还原作为解决方案,但我遇到的所有词形还原工具都使用单词列表或字典查找。是否有任何避免字典查找并提供高效率的词形还原器,可能是基于规则的词形还原器。是的,我不是在寻找“词干器”。

I want to convert string like 'eat' to 'eating', 'eats'. I searched and found the lemmatization as the solution, but all the lemmatizer tools that I have come across uses wordlist or dictionary-lookup. Is there any lemmatizer which avoids dictionary lookup and gives high efficiency, may be a lemmatizer that is based on rules. Yes and I am not looking for "stemmer".

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

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

发布评论

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

评论(1

如梦亦如幻 2024-12-27 12:14:12

您可以尝试LRBL:基于规则的词形还原器

它使用递归首字母缩略词的概念。

You can try LRBL: a rule-based lemmatizer

It uses the concept of recursive acronyms.

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