Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A216AC140 for ; Mon, 2 Jul 2012 22:08:14 +0000 (UTC) Received: (qmail 55898 invoked by uid 500); 2 Jul 2012 22:08:14 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 55889 invoked by uid 99); 2 Jul 2012 22:08:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 22:08:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 22:08:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 11EC42388C65 for ; Mon, 2 Jul 2012 22:07:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824143 [10/22] - in /websites/staging/lucene/trunk/content: ./ core/4_0_0-ALPHA/analyzers-icu/ core/4_0_0-ALPHA/analyzers-icu/org/ core/4_0_0-ALPHA/analyzers-icu/org/apache/ core/4_0_0-ALPHA/analyzers-icu/org/apache/lucene/ core/4_0_0-ALPH... Date: Mon, 02 Jul 2012 22:07:08 -0000 To: commits@lucene.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120702220726.11EC42388C65@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapanesePartOfSpeechStopFilter.html ============================================================================== --- websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapanesePartOfSpeechStopFilter.html (added) +++ websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapanesePartOfSpeechStopFilter.html Mon Jul 2 22:06:51 2012 @@ -0,0 +1,358 @@ + + + + + + +JapanesePartOfSpeechStopFilter (Lucene 4.0.0-ALPHA API) + + + + + + + + + + + +
+
org.apache.lucene.analysis.ja
+

Class JapanesePartOfSpeechStopFilter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable
    +
    +
    +
    +
    public final class JapanesePartOfSpeechStopFilter
    +extends FilteringTokenFilter
    +
    Removes tokens that match a set of part-of-speech tags.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

+

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.
+ + +

+ + Added: websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseReadingFormFilter.html ============================================================================== --- websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseReadingFormFilter.html (added) +++ websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseReadingFormFilter.html Mon Jul 2 22:06:51 2012 @@ -0,0 +1,358 @@ + + + + + + +JapaneseReadingFormFilter (Lucene 4.0.0-ALPHA API) + + + + + + + + + + + +
+
org.apache.lucene.analysis.ja
+

Class JapaneseReadingFormFilter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Closeable
    +
    +
    +
    +
    public final class JapaneseReadingFormFilter
    +extends TokenFilter
    +
    A TokenFilter that replaces the term + attribute with the reading of a token in either katakana or romaji form. + The default reading form is katakana.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JapaneseReadingFormFilter

        +
        public JapaneseReadingFormFilter(TokenStream input,
        +                         boolean useRomaji)
        +
      • +
      + + + +
        +
      • +

        JapaneseReadingFormFilter

        +
        public JapaneseReadingFormFilter(TokenStream input)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

+

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.
+ + +

+ + Added: websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseTokenizer.Mode.html ============================================================================== --- websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseTokenizer.Mode.html (added) +++ websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseTokenizer.Mode.html Mon Jul 2 22:06:51 2012 @@ -0,0 +1,370 @@ + + + + + + +JapaneseTokenizer.Mode (Lucene 4.0.0-ALPHA API) + + + + + + + + + + + +
+
org.apache.lucene.analysis.ja
+

Enum JapaneseTokenizer.Mode

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        NORMAL

        +
        public static final JapaneseTokenizer.Mode NORMAL
        +
        Ordinary segmentation: no decomposition for compounds,
        +
      • +
      + + + +
        +
      • +

        SEARCH

        +
        public static final JapaneseTokenizer.Mode SEARCH
        +
        Segmentation geared towards search: this includes a + decompounding process for long nouns, also including + the full compound token as a synonym.
        +
      • +
      + + + +
        +
      • +

        EXTENDED

        +
        public static final JapaneseTokenizer.Mode EXTENDED
        +
        Extended mode outputs unigrams for unknown words.
        +
        WARNING: This API is experimental and might change in incompatible ways in the next release.
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static JapaneseTokenizer.Mode[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (JapaneseTokenizer.Mode c : JapaneseTokenizer.Mode.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in +the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static JapaneseTokenizer.Mode valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant +with the specified name
        +
        NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

+

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.
+ + +

+ + Added: websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseTokenizer.Type.html ============================================================================== --- websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseTokenizer.Type.html (added) +++ websites/staging/lucene/trunk/content/core/4_0_0-ALPHA/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseTokenizer.Type.html Mon Jul 2 22:06:51 2012 @@ -0,0 +1,363 @@ + + + + + + +JapaneseTokenizer.Type (Lucene 4.0.0-ALPHA API) + + + + + + + + + + + +
+
org.apache.lucene.analysis.ja
+

Enum JapaneseTokenizer.Type

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static JapaneseTokenizer.Type[] values()
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (JapaneseTokenizer.Type c : JapaneseTokenizer.Type.values())
        +    System.out.println(c);
        +
        +
        Returns:
        an array containing the constants of this enum type, in +the order they are declared
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static JapaneseTokenizer.Type valueOf(String name)
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        Parameters:
        name - the name of the enum constant to be returned.
        +
        Returns:
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant +with the specified name
        +
        NullPointerException - if the argument is null
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

+

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.
+ + +

+ +