Added RLCSA index option
[SXSI/TextCollection.git] / TextCollectionBuilder.h
index 43d4204..422bd22 100644 (file)
@@ -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,