Differences between revisions 3 and 4
Revision 3 as of 2004-04-08 15:39:11
Size: 368
Editor: yakko
Comment:
Revision 4 as of 2004-04-08 15:40:27
Size: 369
Editor: yakko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
One of the most efficient ways to implement StopLists is to incorporate them into a lexical analyzer. One of the most efficient ways to implement a StopList is to incorporate them into a lexical analyzer.

Back to ComputerTerms, InformationRetrieval

A list of words that for reasons of volume or ["Precision"] and ["Recall"] will not be included in the index and hence are not searchable. E.g. "and", "or", "not" etc.

One of the most efficient ways to implement a StopList is to incorporate them into a lexical analyzer.

Back to ComputerTerms, InformationRetrieval

StopWords (last edited 2004-04-08 16:24:35 by yakko)