Show / Hide Table of Contents

    Class JapaneseAnalyzer

    Analyzer for Japanese that uses morphological analysis.

    Inheritance
    System.Object
    Analyzer
    StopwordAnalyzerBase
    JapaneseAnalyzer
    Inherited Members
    StopwordAnalyzerBase.m_stopwords
    StopwordAnalyzerBase.m_matchVersion
    StopwordAnalyzerBase.StopwordSet
    StopwordAnalyzerBase.LoadStopwordSet(Boolean, Type, String, String)
    StopwordAnalyzerBase.LoadStopwordSet(FileInfo, LuceneVersion)
    StopwordAnalyzerBase.LoadStopwordSet(TextReader, LuceneVersion)
    Lucene.Net.Analysis.Analyzer.NewAnonymous(Func<, , >)
    Lucene.Net.Analysis.Analyzer.NewAnonymous(Func<, , >, Lucene.Net.Analysis.ReuseStrategy)
    Lucene.Net.Analysis.Analyzer.NewAnonymous(Func<, , >, Func<, , >)
    Lucene.Net.Analysis.Analyzer.NewAnonymous(Func<, , >, Func<, , >, Lucene.Net.Analysis.ReuseStrategy)
    Analyzer.GetTokenStream(String, TextReader)
    Analyzer.GetTokenStream(String, String)
    Analyzer.InitReader(String, TextReader)
    Analyzer.GetPositionIncrementGap(String)
    Analyzer.GetOffsetGap(String)
    Analyzer.Strategy
    Analyzer.Dispose()
    Analyzer.Dispose(Boolean)
    Analyzer.GLOBAL_REUSE_STRATEGY
    Analyzer.PER_FIELD_REUSE_STRATEGY
    Namespace: Lucene.Net.Analysis.Ja
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public class JapaneseAnalyzer : StopwordAnalyzerBase

    Constructors

    | Improve this Doc View Source

    JapaneseAnalyzer(LuceneVersion)

    Declaration
    public JapaneseAnalyzer(LuceneVersion matchVersion)
    Parameters
    Type Name Description
    LuceneVersion matchVersion
    | Improve this Doc View Source

    JapaneseAnalyzer(LuceneVersion, UserDictionary, JapaneseTokenizerMode, CharArraySet, ISet<String>)

    Declaration
    public JapaneseAnalyzer(LuceneVersion matchVersion, UserDictionary userDict, JapaneseTokenizerMode mode, CharArraySet stopwords, ISet<string> stoptags)
    Parameters
    Type Name Description
    LuceneVersion matchVersion
    UserDictionary userDict
    JapaneseTokenizerMode mode
    CharArraySet stopwords
    ISet<System.String> stoptags

    Methods

    | Improve this Doc View Source

    CreateComponents(String, TextReader)

    Declaration
    protected override TokenStreamComponents CreateComponents(string fieldName, TextReader reader)
    Parameters
    Type Name Description
    System.String fieldName
    TextReader reader
    Returns
    Type Description
    TokenStreamComponents
    | Improve this Doc View Source

    GetDefaultStopSet()

    Declaration
    public static CharArraySet GetDefaultStopSet()
    Returns
    Type Description
    CharArraySet
    | Improve this Doc View Source

    GetDefaultStopTags()

    Declaration
    public static ISet<string> GetDefaultStopTags()
    Returns
    Type Description
    ISet<System.String>

    See Also

    JapaneseTokenizer
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)