CMiniLexicon::FindMajorSignatures(): use log file routines
[linguistica.git] / MiniLexicon_Allomorphy.cpp
blob98a558febe513c780d0583c10899e60fb5361b70
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";
24 // }
25 // -------------------------------------------------------------------------------- //
30 m_pSignatures->FindAllomorphy();
32 // RelateStems();