[Zope-dev] Stop words/vocabulary

Christopher Petrilli petrilli@amber.org
Fri, 9 Feb 2001 08:19:39 -0500


Arno Gross [arno.gross@consotec.de] wrote:
> Hello Dieter,
> I have now a german stop word list and would like to
> apply it for my current ZCatalog 'NewsCatalog'. But how? 
> Or should I copy my list to the source (no good idea)?

Currently, if you use a <<class>>GlobbingLexicon, then you don't get
stop words.  If you use a regular <<class>>Lexicon you do.  These are
stored in the file---yes, a very bad idea.  Ideally they should be
managed through the web.  The easy opion is to change the code a
little to make it read them from disk.

Chris
-- 
| Christopher Petrilli
| petrilli@amber.org