stemming
Ruby: is there a stemmer that "knows" English irregular verbs?
开发者_开发知识库There is a ruby stemmer https://github.com/aurelian/ruby-stemmer, but it 1) does not stem English irregular verbs 2) fails to build native extensions on Windows. Is there an alternati[详细]
2023-01-31 20:53 分类:问答Index Stemming to process text in C# or ruby
Given this text: \"Friends are friendlier friendlies that are friendly and classify the friendly classification class. Flowery flowers flow through following the flower flows\"[详细]
2023-01-22 22:21 分类:问答Word Base/Stem Dictionary
It seems my Google-fu is failing me. Does anyone know of a freely available word base dictionary that just contains bases of words? So, for something like strawberries, it would have strawberry. But[详细]
2023-01-21 06:29 分类:问答Schinke Latin stemming algorithm in PHP
This website offers the \"Schinke Latin stemming algorithm\" for download to use it in the Snowball stemming system.[详细]
2023-01-20 02:01 分类:问答Can Solr return the actual final query that was used when synonyms and stemming are used?
I would like to be able to show in my UI what the query terms were that solr used to run the final query. For example, I might type the query \"run\" but behind the scenes solr will use stemming to al[详细]
2023-01-12 12:12 分类:问答Extract key sentences from a text
do you know about an effective method for extracting key sentences from a text with their frequency parameters, etc 开发者_如何学编程and that can also do \"stemming\" (search also for similar sentence[详细]
2022-12-14 16:55 分类:问答Tokenizer, Stop Word Removal, Stemming in Java
I am looking for a class or method that takes a long string of many 100s of words and tokenizes, removes the stop words and stems for use in an IR system.[详细]
2022-12-10 21:29 分类:问答