comparison software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/lt/analyzer/lang/MpdlNormalizerLexFR.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 03.08.11 18:24 */ 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 French text 4 * Normalization rules for French text
5 * [this is a JFlex specification] 5 * [this is a JFlex specification]
6 * 6 *
7 * Wolfgang Schmidle 7 * Wolfgang Schmidle
8 * version 2011-07-12 8 * version 2011-08-10
9 * 9 *
10 */ 10 */
11 11
12 package de.mpg.mpiwg.berlin.mpdl.lt.analyzer.lang; 12 package de.mpg.mpiwg.berlin.mpdl.lt.analyzer.lang;
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 03.08.11 18:24 from the specification file 18 * on 05.09.11 10:35 from the specification file
19 * <tt>MpdlNormalizerLexFR.lex</tt> 19 * <tt>MpdlNormalizerLexFR.lex</tt>
20 */ 20 */
21 public class MpdlNormalizerLexFR { 21 public class MpdlNormalizerLexFR {
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 DICT_ASCII = 8;
30 public static final int SEARCH = 6; 31 public static final int SEARCH = 6;
31 public static final int DICT = 4; 32 public static final int DICT = 4;
32 public static final int YYINITIAL = 0; 33 public static final int YYINITIAL = 0;
33 public static final int CELEX = 8;
34 public static final int DISP = 2; 34 public static final int DISP = 2;
35 35
36 /** 36 /**
37 * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l 37 * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l
38 * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l 38 * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l