diff 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
line wrap: on
line diff
--- a/software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/lt/analyzer/lang/MpdlNormalizerLexLA.java	Mon Aug 29 17:40:19 2011 +0200
+++ b/software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/lt/analyzer/lang/MpdlNormalizerLexLA.java	Tue Sep 27 16:40:57 2011 +0200
@@ -1,4 +1,4 @@
-/* The following code was generated by JFlex 1.4.3 on 21.07.11 11:22 */
+/* The following code was generated by JFlex 1.4.3 on 05.09.11 10:35 */
 
 /*
  * Normalization rules for Latin text
@@ -15,7 +15,7 @@
 /**
  * This class is a scanner generated by 
  * <a href="http://www.jflex.de/">JFlex</a> 1.4.3
- * on 21.07.11 11:22 from the specification file
+ * on 05.09.11 10:35 from the specification file
  * <tt>MpdlNormalizerLexLA.lex</tt>
  */
 public class MpdlNormalizerLexLA {
@@ -27,10 +27,10 @@
   private static final int ZZ_BUFFERSIZE = 16384;
 
   /** lexical states */
-  public static final int RENAISSANCE_DICT = 10;
-  public static final int RENAISSANCE_DISP = 8;
-  public static final int SEARCH = 6;
-  public static final int DICT = 4;
+  public static final int RENAISSANCE_DICT = 8;
+  public static final int SEARCH = 10;
+  public static final int RENAISSANCE_DISP = 4;
+  public static final int DICT = 6;
   public static final int YYINITIAL = 0;
   public static final int RENAISSANCE_SEARCH = 12;
   public static final int DISP = 2;
@@ -42,7 +42,7 @@
    * l is of the form l = 2*k, k a non negative integer
    */
   private static final int ZZ_LEXSTATE[] = { 
-     0,  0,  1,  2,  3,  4,  5,  6,  1,  2,  3,  4,  5, 6
+     0,  0,  1,  2,  1,  2,  3,  4,  3,  4,  5,  6,  5, 6
   };
 
   /**