gpt4 book ai didi

ruby-on-rails - 如何在 sqlite where 子句中使用 Levenshtein 距离函数?

转载 作者:IT王子 更新时间:2023-10-29 06:26:16 28 4
gpt4 key购买 nike

我正在尝试实现“您的意思是?”某种搜索功能。

我正在尝试执行一个使用 levenshtein 函数的查询,该函数是用 ruby​​ 编写的。我想知道如何在 sqlite3 查询中使用此函数。我在想它可能是这样的:

@results = the_db.where('levenshtein(name, ?) <= 3', searchphrase)

但我不确定如何让它工作。有人可以帮帮我吗?

最佳答案

试试 editdist3 函数:

The editdist3 algorithm is a function that computes the minimum edit distance (a.k.a. the Levenshtein distance) between two input strings.

关于ruby-on-rails - 如何在 sqlite where 子句中使用 Levenshtein 距离函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13928320/

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