Yeah, I just noticed the commit diffs myself before reading your message. Oops.... I'll fix it tonight.

Erik

On Mar 29, 2004, at 1:46 PM, Otis Gospodnetic wrote:

Erik, check the changes below.  The 'sharp s' and the umlauts seem to
have changed.  Maybe something related to your recent IDEA file
encoding changes.

Otis

--- [EMAIL PROTECTED] wrote:
ehatcher 2004/03/29 08:53:35

  Modified:    src/java/org/apache/lucene/analysis/de
GermanAnalyzer.java
                        WordlistLoader.java
  Log:
  #27987 - add exceptions to WordlistLoader to missing file causes
error instead of silently failing

  Revision  Changes    Path
  1.10      +6 -5

jakarta-lucene/src/java/org/apache/lucene/analysis/de/ GermanAnalyzer.java

Index: GermanAnalyzer.java =================================================================== RCS file:

/home/cvs/jakarta-lucene/src/java/org/apache/lucene/analysis/de/ GermanAnalyzer.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- GermanAnalyzer.java       12 Mar 2004 09:45:17 -0000      1.9
  +++ GermanAnalyzer.java       29 Mar 2004 16:53:35 -0000      1.10
  @@ -62,6 +62,7 @@

   import java.io.File;
   import java.io.Reader;
  +import java.io.IOException;
   import java.util.HashSet;
   import java.util.Hashtable;
   import java.util.Set;
  @@ -82,14 +83,14 @@
      */
     private String[] GERMAN_STOP_WORDS = {
       "einer", "eine", "eines", "einem", "einen",
  -    "der", "die", "das", "dass", "daß",
  +    "der", "die", "das", "dass", "da�",
       "du", "er", "sie", "es",
       "was", "wer", "wie", "wir",
       "und", "oder", "ohne", "mit",
       "am", "im", "in", "aus", "auf",
       "ist", "sein", "war", "wird",
       "ihr", "ihre", "ihres",
  -    "als", "für", "von", "mit",
  +    "als", "f�r", "von", "mit",
       "dich", "dir", "mich", "mir",
       "mein", "sein", "kein",
       "durch", "wegen", "wird"
  @@ -129,7 +130,7 @@


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to