CMiniLexicon::FindMajorSignatures(): use log file routines
[linguistica.git] / ScrubRules.h
blob44c23104760aa66b0f98a19f4c9e85a7267adc26
1 // Identifiers for scrubbing rules
2 // Copyright © 2009 The University of Chicago
3 #ifndef SCRUBRULES_H
4 #define SCRUBRULES_H
6 // See CLexicon::ReadCorpus().
8 #include <QString>
10 // Scrubbing: simple list item names
11 const QString SCR_MAKE_LOWER_CASE = "Make lower case";
12 const QString SCR_REMOVE_NUMBERS = "Remove numbers";
13 const QString SCR_REMOVE_PRECEDING_PUNCT = "Remove preceding punctuation";
14 const QString SCR_REMOVE_INTERNAL_PUNCT = "Remove internal punctuation";
15 const QString SCR_REMOVE_FOLLOWING_PUNCT = "Remove following punctuation";
17 #endif // SCRUBRULES_H