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.
我正在开发一个聚类搜索引擎,是时候开发一个类似谷歌的关键字突出显示了。我用很少的 Jquery 代码实现了它,但它是正确的方法吗?而且谷歌也不区分字符“o - ö”和“g - ğ”。我怎样才能以有效的方式做到这一点?
而且谷歌也不区分字符“o - ö”和“g - ğ”。我怎样才能以有效的方式做到这一点?
音译字符并以这种方式找到偏移量。我希望 Ruby 有一些内置的音译支持,否则你将很难找到一个好的映射。