| proto/Source/buffer.cpp | Definition of words buffer interface |
| proto/Source/buffer.h | Declaration of words buffer interface |
| proto/Source/config.cpp | File contains definitions of constants and static struct members declared within config.h file |
| proto/Source/config.h | Header file with declarations and definitions of program configuration constants, basic defines and typedefs used throughout the program |
| proto/Source/context.cpp | Definition (implementation) of module designed to ease storage of N-grams context |
| proto/Source/context.h | Declaration of module designed to ease storage of N-grams context |
| proto/Source/dependencies.cpp | Definition of dependency to string (and vice versa) convertion module |
| proto/Source/dependencies.h | Declaration of dependency to string (and vice versa) convertion module |
| proto/Source/evaluation.cpp | Definition (implementation) of evaluation module interface |
| proto/Source/evaluation.h | Declaration of evaluation module interface |
| proto/Source/exceptions.h | Declarations and definitions of some program exceptions |
| proto/Source/extractor.cpp | Definition (implementation) of N-grams extraction module interface |
| proto/Source/extractor.h | Declaration of N-grams extraction module interface |
| proto/Source/filter.cpp | Interface declaration of module performing some filtration tasks |
| proto/Source/filter.h | Interface declaration of module performing some filtration tasks |
| proto/Source/hash_vector.h | Declaration and definition of very simple hashing container |
| proto/Source/init.cpp | Definition (implementation) of initialization module interface |
| proto/Source/init.h | Declaration of initialization module interface |
| proto/Source/main.cpp | The PACE main file |
| proto/Source/ngram.cpp | Definition (implementation) of N-gram interface |
| proto/Source/ngram.h | Interface declaration of structure for N-gram representation |
| proto/Source/ngrams.cpp | Definition (implementation) of NGrams hashing store interface |
| proto/Source/ngrams.h | Interface declaration of structure designed to keep all instances of NGram(s) |
| proto/Source/notifier.cpp | Definition (implementation) of notification module interface |
| proto/Source/notifier.h | Declaration of notification module interface |
| proto/Source/ntree.cpp | Definition (implementation) of indexed-trees processing module interface |
| proto/Source/ntree.h | Declaration of indexed-trees processing module interface |
| proto/Source/overflow.h | Interface of simple overflowen statistics tracker |
| proto/Source/params.cpp | Definition of program parameters parsing function |
| proto/Source/params.h | Declaration of program parameters parsing function |
| proto/Source/parser.cpp | Definition (implementation) of parsing module interface |
| proto/Source/parser.h | Declaration of parsing module interface |
| proto/Source/persistent.cpp | Definition of program "persistent" objects |
| proto/Source/persistent.h | Declaration of program "persistent" objects |
| proto/Source/pool.h | Declaration of memory pool classes interface |
| proto/Source/processor.cpp | Definition (implementation) of processing module interface |
| proto/Source/processor.h | Declaration of processing module interface |
| proto/Source/stats.h | Declaration and definitions of simple classes designed to hold some statistics data |
| proto/Source/strings.h | Declaration of string store interface |
| proto/Source/utils.cpp | |
| proto/Source/utils.h | Declaration of useful functions and classes widely used through the program |
| proto/Source/word.h | Declaration and definition of structure designed to represent parsed words within the program |
| proto/Source/writer.cpp | Definition (implementation) of (output) writing module interface |
| proto/Source/writer.h | Declaration of (output) writing module interface |