Blame view

morfeusz/const.hpp 407 Bytes
Michał Lenart authored
1
2
3
4
5
6
7
8
9
10
/* 
 * File:   const.hpp
 * Author: lennyn
 *
 * Created on December 3, 2013, 9:04 PM
 */

#ifndef CONST1_HPP
#define	CONST1_HPP
Michał Lenart authored
11
#include "morfeusz2.h"
Michał Lenart authored
12
Michał Lenart authored
13
namespace morfeusz {
Michał Lenart authored
14
Michał Lenart authored
15
enum MorfeuszProcessorType {
Michał Lenart authored
16
17
    GENERATOR = 101,
    ANALYZER = 102
Michał Lenart authored
18
19
};
Michał Lenart authored
20
extern const Charset DEFAULT_MORFEUSZ_CHARSET;
Michał Lenart authored
21
Michał Lenart authored
22
23
extern const unsigned char SHIFT_ORTH_NODE;
Michał Lenart authored
24
25
extern const char HOMONYM_SEPARATOR;
Michał Lenart authored
26
27
}
Michał Lenart authored
28
29
#endif	/* CONST_HPP */