[go: up one dir, main page]

Menu

Commit [r142]  Maximize  Restore  History

v2.0.20-pre4 Tue, 18 Mar 2014 12:32:54 +0100 moocow

+ added *.opt options LemmaQueryUsesMorphPattern, DefaultQueryIndex
+ added parsing of boolean values for *.opt options to CConcIndexator::LoadOptionsFromString()
- this means we can finally override pre-specified boolean flags
+ added CConcIndexator::m_OpDefaultIndexNames : operator-specific default index names
- potentially useful to discriminate between _ (bareword TokInfl queries) vs. @_ (literal match) and /_/ (regex, globs)
- idea: map _ to Lemma, set default expander Lemma to some (CAB-based) external best-lemmatizer,
and avoid the traffic, computational load, and loss of both precision and recall associated with
the current all-inflected-forms strategy of CQTokInfl
+ cleaned up some lingering bigrams-index crud

mukau 2014-03-18

changed /ddc/trunk/Changes
changed /ddc/trunk/configure.ac
changed /ddc/trunk/doc/ddc_opt.5
changed /ddc/trunk/doc/ddc_opt.html
changed /ddc/trunk/doc/ddc_opt.pod
changed /ddc/trunk/scripts/json2kwic.perl
changed /ddc/trunk/src/ConcordLib/ConcIndexator.h
changed /ddc/trunk/src/ConcordLib/ConcordOptions.cpp
changed /ddc/trunk/src/ConcordLib/Query.cpp
changed /ddc/trunk/src/ConcordLib/Query.h
changed /ddc/trunk/src/ConcordLib/StringIndexator.cpp
changed /ddc/trunk/src/ConcordLib/StringIndexator.h
changed /ddc/trunk/src/common/utilit.cpp