Class JapaneseAnalyzer
Analyzer for Japanese that uses morphological analysis.
Inheritance
System.Object
JapaneseAnalyzer
Inherited Members
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)
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
|
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
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
|
Improve this Doc
View Source
GetDefaultStopSet()
Declaration
public static CharArraySet GetDefaultStopSet()
Returns
|
Improve this Doc
View Source
Declaration
public static ISet<string> GetDefaultStopTags()
Returns
Type |
Description |
ISet<System.String> |
|
See Also