Go to the documentation of this file.00001 #ifndef StdMorph_h
00002 #define StdMorph_h
00003
00004 #include <stdio.h>
00005 #include "../common/util_classes.h"
00006
00007
00008 #include "../GraphanLib/GraphmatFile.h"
00009 #include "../AgramtabLib/RusGramTab.h"
00010 #include "../AgramtabLib/EngGramTab.h"
00011 #include "../AgramtabLib/GerGramTab.h"
00012 #include "../MorphWizardLib/wizard.h"
00013
00014
00015
00016 #define HOMOWEIGHT_BIN_PATH "homoweight.bin"
00017 #define WORDWEIGHT_BIN_PATH "wordweight.bin"
00018 #define PREDICT_BIN_PATH "npredict.bin"
00019 #define MORPH_MAIN_FILES "morph.bin"
00020 #define OPTIONS_FILE "morph.options"
00021
00022 const DWORD ErrorParadigmId = 0xffffffff;
00023
00024
00025 #endif