X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=TextCollectionBuilder.h;fp=TextCollectionBuilder.h;h=422bd224a5b7d4922f7c619918864a5a484143fb;hb=13e254b7c0ee22dffbc7c3125cee0408f9b375da;hp=43d420459e61ec7b0f67b50b70bab3e851faaac3;hpb=e4b6bdc7cc2a1372e4d4dae50acac55cebcc7e9b;p=SXSI%2FTextCollection.git diff --git a/TextCollectionBuilder.h b/TextCollectionBuilder.h index 43d4204..422bd22 100644 --- a/TextCollectionBuilder.h +++ b/TextCollectionBuilder.h @@ -43,7 +43,7 @@ namespace SXSI // Index type defaults to FM-index. // SWCSA can be used for natural language inputs. // NB: Current SWCSA uses a lot of memory during construction! - enum index_type_t { index_type_default, index_type_swcsa }; + enum index_type_t { index_type_default, index_type_swcsa, index_type_rlcsa }; static TextCollectionBuilder* create(unsigned samplerate = TEXTCOLLECTION_DEFAULT_SAMPLERATE, index_type_t type = index_type_default,