Interface IKuromojiAnalyzer
An analyzer tailored for japanese that is bootstrapped with defaults.
Part of the analysis-kuromoji
plugin:
Assembly: OpenSearch.Client.dll
Syntax
public interface IKuromojiAnalyzer : IAnalyzer
Properties
|
Edit this page
View Source
Mode
Declaration
[DataMember(Name = "mode")]
KuromojiTokenizationMode? Mode { get; set; }
Property Value
|
Edit this page
View Source
UserDictionary
Declaration
[DataMember(Name = "user_dictionary")]
string UserDictionary { get; set; }
Property Value
Extension Methods