comparison software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/lt/analyzer/lang/MpdlNormalizerLexLA.java @ 16:257f67be5c00

diverse Fehlerbehebungen
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 27 Sep 2011 16:40:57 +0200
parents 5df60f24e997
children
comparison
equal deleted inserted replaced
15:e99964f390e4 16:257f67be5c00
1 /* The following code was generated by JFlex 1.4.3 on 21.07.11 11:22 */ 1 /* The following code was generated by JFlex 1.4.3 on 05.09.11 10:35 */
2 2
3 /* 3 /*
4 * Normalization rules for Latin text 4 * Normalization rules for Latin text
5 * [this is a JFlex specification] 5 * [this is a JFlex specification]
6 * 6 *
13 13
14 14
15 /** 15 /**
16 * This class is a scanner generated by 16 * This class is a scanner generated by
17 * <a href="http://www.jflex.de/">JFlex</a> 1.4.3 17 * <a href="http://www.jflex.de/">JFlex</a> 1.4.3
18 * on 21.07.11 11:22 from the specification file 18 * on 05.09.11 10:35 from the specification file
19 * <tt>MpdlNormalizerLexLA.lex</tt> 19 * <tt>MpdlNormalizerLexLA.lex</tt>
20 */ 20 */
21 public class MpdlNormalizerLexLA { 21 public class MpdlNormalizerLexLA {
22 22
23 /** This character denotes the end of file */ 23 /** This character denotes the end of file */
25 25
26 /** initial size of the lookahead buffer */ 26 /** initial size of the lookahead buffer */
27 private static final int ZZ_BUFFERSIZE = 16384; 27 private static final int ZZ_BUFFERSIZE = 16384;
28 28
29 /** lexical states */ 29 /** lexical states */
30 public static final int RENAISSANCE_DICT = 10; 30 public static final int RENAISSANCE_DICT = 8;
31 public static final int RENAISSANCE_DISP = 8; 31 public static final int SEARCH = 10;
32 public static final int SEARCH = 6; 32 public static final int RENAISSANCE_DISP = 4;
33 public static final int DICT = 4; 33 public static final int DICT = 6;
34 public static final int YYINITIAL = 0; 34 public static final int YYINITIAL = 0;
35 public static final int RENAISSANCE_SEARCH = 12; 35 public static final int RENAISSANCE_SEARCH = 12;
36 public static final int DISP = 2; 36 public static final int DISP = 2;
37 37
38 /** 38 /**
40 * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l 40 * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l
41 * at the beginning of a line 41 * at the beginning of a line
42 * l is of the form l = 2*k, k a non negative integer 42 * l is of the form l = 2*k, k a non negative integer
43 */ 43 */
44 private static final int ZZ_LEXSTATE[] = { 44 private static final int ZZ_LEXSTATE[] = {
45 0, 0, 1, 2, 3, 4, 5, 6, 1, 2, 3, 4, 5, 6 45 0, 0, 1, 2, 1, 2, 3, 4, 3, 4, 5, 6, 5, 6
46 }; 46 };
47 47
48 /** 48 /**
49 * Translates characters to character classes 49 * Translates characters to character classes
50 */ 50 */