DSpellCheck icon indicating copy to clipboard operation
DSpellCheck copied to clipboard

Get word roots (?)

Open azjio opened this issue 1 year ago • 2 comments

Можно ли добавить получение корня слова? Есть документ, там много слов, нужно получить список всех слов в одном экземпляре без окончания. Я нашёл решение - онлайн Стемминг .

Is it possible to add getting the root of a word? There is a document, there are a lot of words, you need to get a list of all the words in one copy without ending. I found a solution - online Stemming.

azjio avatar Feb 07 '24 04:02 azjio

Hunspell can do that, not sure if it's needed frequently, can just add it to additional actions I guess.

Predelnik avatar Mar 15 '24 19:03 Predelnik

cpp This thing depends on the language, so it is not relevant to do this, since it will not be universal. I made it here for myself

azjio avatar Mar 17 '24 19:03 azjio