⇤ ← Revision 1 as of 2004-04-08 01:43:52
Size: 308
Comment:
|
Size: 490
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
Stemming is automated conflation (fusing or combining) usually by reducing words to a common root. Needed-->need, engineering-->engineer, but also disoriented-->oriented which would be an example of overstemming. | Stemming is automated conflation (fusing or combining) usually by reducing words to a common root. Needed-->need, engineering-->engineer, but also disoriented-->oriented which might be an example of overstemming. Stemming provides a simple method to compress the index by including only the stems of words. Methods of Conflation: https://www.scotnpatti.com/images/conflationmethods.jpg |
Back to ComputerTerms, InformationRetrieval
Stemming is automated conflation (fusing or combining) usually by reducing words to a common root. Needed-->need, engineering-->engineer, but also disoriented-->oriented which might be an example of overstemming.
Stemming provides a simple method to compress the index by including only the stems of words.
Methods of Conflation:
https://www.scotnpatti.com/images/conflationmethods.jpg
Back to ComputerTerms, InformationRetrieval