porter-stemmer
Porters Stemming Algorithm Javascript, How to
Below is Porters Stemming Algorithm for JavaScript which I have taken from here:http://tartarus.org/~martin/PorterStemmer/js.txt[详细]
2023-03-29 18:21 分类:问答In Solr, why is 'built' not being stemmed to 'build' but 'building' is?
I\'m trying to figure out two things in this posting: Why is \'built\' NOT being stemmed to \'build\' even though the[详细]
2023-03-29 09:45 分类:问答I want a Java Arabic stemmer
I\'m looking for a Java stemmer for Arabic. I found 开发者_开发知识库a lib called \"AraMorph\" , but its output is uncontrollable and it makes formation to words which is unwanted.[详细]
2023-03-19 06:12 分类:问答Stop words and stemmer in java
I\'m thinking of putting a stop words in my similarity program and then a stemmer (going for porters 1 or 2 depends on what easiest to implement)[详细]
2023-03-08 01:47 分类:问答Is there a tool to obtain all get all derivatives of a word in PHP?
I need to input \"face\" and get \"facial, faces, faced, facing, facer, faceable\" etc. I\'ve come across some ineffective programs which do the opposite, such as SNOWBALL开发者_如何转开发 and a cou[详细]
2023-03-04 14:39 分类:问答Stemming English words with Lucene
I\'m processing some English texts in a Java application, and I need to stem them. For example, from the text \"amenities/amenity\" I need to get \"amenit\".[详细]
2023-02-18 04:46 分类:问答A confusion about the porter stemming algorithm
I am trying to implement porter stemming algorithm, but I stumbled at this point where the square brackets denote[详细]
2023-02-01 12:39 分类:问答why the results of the porter stemmer algorithm that I have not in accordance with the root word that should be?
i need to use porter stemmer algorithm to get stem word in my application,but when i test the algorithm which i get from http://www.tartaru开发者_StackOverflows.org/~martin/PorterStemmer, the result o[详细]
2023-02-01 02:40 分类:问答Is there a java implementation of Porter2 stemmer
Do you know any java implementation of the Porter2 stemmer(or any better stemmer written in java)? I know that there is a java version of Porter(not Porter2) here :[详细]
2023-01-29 10:03 分类:问答Why does `intval(19.9 * 100)` equal `1989`?
Boy, this one is really weird. I expect the following code to print 1990, but it prints 1989!开发者_StackOverflow中文版[详细]
2022-12-24 20:20 分类:问答