Added stop word support for CCL parser. These are configured with
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 Apr 2007 19:55:39 +0000 (19:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 30 Apr 2007 19:55:39 +0000 (19:55 +0000)
commitfdb80724c17104b31f80527cca19b433f6c2fc33
treeacea4a77e8e43e4cf833d7da6fa31376710bf171
parentf6ae71f4b4a45b3989700f5e1a73c40ccd53040a
Added stop word support for CCL parser. These are configured with
@stop.field t1 t2 t3   .. All terms matching list of t1, t2, ..
in field are removed from resulting RPN.
client/default.bib
include/yaz/ccl.h
src/cclfind.c
src/cclp.h
src/cclqfile.c
src/cclqual.c
src/ccltoken.c