1 // Small wrapper method
2 #include "MiniLexicon.h"
3 #include "SignatureCollection.h"
5 // XXX. move to Lexicon_Allomorphy.cpp
7 void CMiniLexicon::FindAllomorphy()
9 m_pSignatures
->CompareSignaturePairsForTotalOverlap(); //added July 16, 2010
10 // -------------------------------------------------------------------------------- //
11 // if (analyzingSuffixes) {
12 QString
Remark("When one signature is a complete suffix of the other");
13 CStringSurrogate
ssRemark(Remark
);
15 RebuildAffixesStemsAndSignaturesFromWordSplits(ssRemark
);
17 // status.major_operation = "Mini-Lexicon " + QString("%1").arg( m_Index+1 ) + ": End -- from stems, find suffixes";
18 // } else { // Prefixes!
20 // QString Remark("When one signature is a complete suffix of the other");
21 // CStringSurrogate ssRemark(Remark);
22 // RebuildAffixesStemsAndSignaturesFromWordSplits(ssRemark);
23 // status.major_operation = "Mini-Lexicon " + QString("%1").arg( m_Index+1 ) + ": End -- from stems, find prefixes";
25 // -------------------------------------------------------------------------------- //
30 m_pSignatures
->FindAllomorphy();