gpt4 book ai didi

php - 拼写检查并在 PHP 中建议正确的单词

转载 作者:搜寻专家 更新时间:2023-10-31 20:43:27 27 4
gpt4 key购买 nike

我想知道是否有人知道任何库、脚本或服务可以对字符串进行拼写检查并返回正确拼写单词的建议,或者返回可以用 PHP 编写的多个正确拼写单词的建议。

如果我可以执行的查询数量没有限制,我会更喜欢,所以不喜欢 Google 的 API。

要是能这样就好了:

// string to be spell checked stored in variable
$misspelledString = "The quick brown lama jumped over the lazy dog.";

//pass that variable to function

//function returns suggestion or suggestions as an array of string or strings

$suggestion = spellCheck($misspelledString);

echo "Did you mean ".$suggestion[0];

最佳答案

您可以尝试包含的 Pspell 函数:

http://php.net/manual/en/ref.pspell.php

或者像这样的外部插件:

http://www.phpspellcheck.com/

检查 this SO question举个例子。

关于php - 拼写检查并在 PHP 中建议正确的单词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16825286/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com