PHP中有没有一个工具可以获取一个单词的所有派生词?

发布于 2024-11-05 09:20:05 字数 193 浏览 4 评论 0原文

我需要输入“face”并得到“facial,faces,faced,faceing,facer,faceable”等。

我遇到过一些效果相反的无效程序,例如SNOWBALL和一些Porter Stemming PHP脚本,它们不似乎不起作用。

我开始认为我可能必须编写这个脚本 - 但是,我想我应该检查一下是否有人已经在那里/完成了该操作。

I need to input "face" and get "facial, faces, faced, facing, facer, faceable" etc.

I've come across some ineffective programs which do the opposite, such as SNOWBALL and a couple of Porter Stemming PHP scripts which don't seem to work.

I'm beginning to think I may have to write this script - But, I thought I'd check to see if somebody has already been there/done that.

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

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

发布评论

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

评论(1

树深时见影 2024-11-12 09:20:05

简单地找到一种算法来找到单词的不同书写方式是非常困难的。

您可以使用 字典网络服务 代替,它已经拥有所有可用的单词

It will be very hard to simply find an algorithm to find the different way a word can be written like that.

You can use a dictionary webservice instead that have all the words available already

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