Talk:Stemming

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Matching algorithms[edit]

The section on matching algorithms is unreadable.. —Preceding unsigned comment added by 129.170.66.210 (talk) 20:24, 7 September 2007 (UTC)[reply]

Agree, the section on matching algorithms is unreadable... I'd edit it, but it isn't clear what the point of the section is.
I've cleaned it up. However, I'm not an expert in that field. I did my best to figure out what was really meant in that paragraph and rewrite it using good English, style, explanations and examples, but it would be nice if someone who really knows something about matching algorithms reviewed this section. 89.138.151.18 (talk) 10:34, 27 May 2008 (UTC)[reply]
Not very happy with whoever wrote this section, it is redundant with a large amount of the text already written, and it is written poorly. (original author Josh Froelich)

Other points[edit]

A few other points, if someone has the time to edit:

1) There appears to be no mention of 'suffix substitution', this is common in most stemmers that also do suffix stripping, for example in English substitute -ies for -y (as in lady and ladies); the method can be extended to substitute irregular verbs such as ran for run etc.

I added this today if you want to review (Josh Froelich)

2) The list of languages is a bit pointless, many commercial products have stemming for dozens of languages e.g. Verity, dtSearch.

Agree but it was there in the 1 paragraph article that used to exist so I left it in there

3) Google as a commercial example is rather poor I think, many other commercial companies have been using stemming techniques for decades. Ray3055 20:27, 27 September 2007 (UTC)[reply]

Agree but it was there in the original article so I left it in there. There is a bit of a Google fanaticism unfortunately and there is some truth to the fact that many normal non-technical people approach this concept via this Google vehicle of understanding.

"On the other hand, stemmers for true isolating languages such as Vietnamese can be even simpler than those for English." Removed this, Vietnamese has no verb inflection, and no noun declension - hence stemming does not apply. The link to the Vietnamese wikipedia article is confusing it uses the term "..is an analytic (or isolating) language" implying the terms mean the same - but see the two separate articles.Ray3055 12:03, 14 November 2007 (UTC)[reply]

4) I'm pretty sure "Chances are that the brute force approach would be slower" should be "Chances are that the brute force approach would be faster" ... a well-designed look-up table should find the solution in time proportional to the length of the word.

Hybrid Approaches[edit]

I changed the number "one" to "two" under "Hybrid approaches". This is my first edit in Wikipedia ever. I welcome any comments that may help me be a better editor. Lon of Oakdale (talk) 18:05, 14 April 2008 (UTC)[reply]

Quality[edit]

This article as it stands is absolute crap. Large parts are waffling opinion and each section could be summarised in one or two sentences without losing any content, if indeed the content is any use (see the lack of citations, personal opinions, etc.) Judgements about algorithm efficiency are a bit arbitrary (e.g. algorithmic approach faster than lookup?!?) The assertion that using stochastic algorithms makes it harder to distribute software is just arrant nonsense.

Please can someone with a linguistics and computer science background clean this up? —Preceding unsigned comment added by 88.109.5.58 (talk) 23:56, 21 June 2010 (UTC)[reply]

need more information

"immense amounts of storage" is vague and it really depends on when the statement was made. 64kb was an immense amount of storage at one point. — Preceding unsigned comment added by Zachary Whitley (talkcontribs) 00:56, 2 October 2011 (UTC)[reply]

Redirect[edit]

This should not redirect. This should be the article. User:Jfroelich

Agree, this is not the same process. Lemmatization produces grammatically correct word forms, but stemming just removes a series of suffixes/prefixes and/or endings. The result is not necessarily a word at all. Stemming is done through a grammar-unaware algorithm. As a result, totally different words can have the same stemmed version. It would be totally insane to merge two articles.User:Itman —Preceding undated comment added 17:35, 21 October 2010 (UTC).[reply]