Searched refs:kPushRemoveCommonAffix (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/bin/
H A Dfstpush.cc64 flags |= fst::kPushRemoveCommonAffix;
/external/openfst/src/include/fst/
H A Dpush.h116 const uint32 kPushRemoveCommonAffix = 0x0008; member in namespace:fst
150 if (ptype & (kPushRemoveTotalWeight | kPushRemoveCommonAffix)) {
154 ptype & kPushRemoveCommonAffix ? total_weight.Value1()
160 if (ptype & (kPushRemoveTotalWeight | kPushRemoveCommonAffix))

Completed in 92 milliseconds