NEST by Elastic and contributors

<PackageReference Include="NEST" Version="6.8.10" />

.NET API 5,345,792 bytes

 INoriTokenizer

public interface INoriTokenizer : ITokenizer
Tokenizer that ships with the analysis-nori plugin

The regular expression pattern, defaults to \W+.

string UserDictionary { get; set; }

The Nori tokenizer uses the mecab-ko-dic dictionary by default. A user_dictionary with custom nouns (NNG) may be appended to the default dictionary. This property allows you to specify a path to this file on disk

IEnumerable<string> UserDictionaryRules { get; set; }

The Nori tokenizer uses the mecab-ko-dic dictionary by default. A user_dictionary with custom nouns (NNG) can be specified inline with this property