Class SmartChineseSentenceTokenizerFactory
Factory for the SmartChineseAnalyzer SentenceTokenizer
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
SmartChineseSentenceTokenizerFactory
Inherited Members
Namespace: Lucene.Net.Analysis.Cn.Smart
Assembly: Lucene.Net.Analysis.SmartCn.dll
Syntax
public class SmartChineseSentenceTokenizerFactory : TokenizerFactory
Constructors
| Improve this Doc View SourceSmartChineseSentenceTokenizerFactory(IDictionary<String, String>)
Creates a new SmartChineseSentenceTokenizerFactory
Declaration
public SmartChineseSentenceTokenizerFactory(IDictionary<string, string> args)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<System.String, System.String> | args |
Methods
| Improve this Doc View SourceCreate(AttributeSource.AttributeFactory, TextReader)
Declaration
public override Tokenizer Create(AttributeSource.AttributeFactory factory, TextReader input)
Parameters
| Type | Name | Description |
|---|---|---|
| AttributeSource.AttributeFactory | factory | |
| TextReader | input |
Returns
| Type | Description |
|---|---|
| Tokenizer |