Switch to unified view

a/src/rcldb/synfamily.h b/src/rcldb/synfamily.h
...
...
208
//
208
//
209
209
210
// Lowercase accented stem to expansion. Family member name: language
210
// Lowercase accented stem to expansion. Family member name: language
211
static const std::string synFamStem("Stm");
211
static const std::string synFamStem("Stm");
212
212
213
#ifndef RCL_INDEX_STRIPCHARS
213
// Lowercase unaccented stem to expansion. Family member name: language
214
// Lowercase unaccented stem to expansion. Family member name: language
214
static const std::string synFamStemUnac("StU");
215
static const std::string synFamStemUnac("StU");
215
216
216
// Lowercase unaccented term to case and accent variations. Only one
217
// Lowercase unaccented term to case and accent variations. Only one
217
// member, named "all". This set is used for separate case/diac
218
// member, named "all". This set is used for separate case/diac
218
// expansion by post-filtering the results of dual expansion.
219
// expansion by post-filtering the results of dual expansion.
219
static const std::string synFamDiCa("DCa");
220
static const std::string synFamDiCa("DCa");
221
#endif // !RCL_INDEX_STRIPCHARS
220
222
221
} // end namespace Rcl
223
} // end namespace Rcl
222
224
223
#endif /* _SYNFAMILY_H_INCLUDED_ */
225
#endif /* _SYNFAMILY_H_INCLUDED_ */