如何在sphinx中获取词形?

问题描述 投票:0回答:1

我如何获得单词的所有形态?

例如搜索关键字为:

runner

结果应该是:

run,running ... etc

nlp sphinx morphological-analysis
1个回答
0
投票

您通常不需要一个。使用词干分析器,它可以起到相反的作用。即它删除了“结局”,以便匹配有效,而不是试图找出所有可能的结局。

https://en.wikipedia.org/wiki/Stemming

即使用形态学,而不是形态学。 http://sphinxsearch.com/docs/current.html#conf-morphology

© www.soinside.com 2019 - 2024. All rights reserved.