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.
我有一个 C++ 编写的代码,可以在大型文档库(使用 CLucene)之间进行搜索。我想让它在搜索过程中与单数和复数无关,所以我需要改变单词。在使用 python 时,我使用了很多次。是否有任何 C++ 库可以做同样的事情?
我认为您正在寻找的搜索关键字是“ stemming ”。还有一个从 Wikipedia 页面链接的C++ 库(BSD 许可)(虽然我无法评论该库,因为我没有使用它)。