Switch to unified view

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