Class SimpleFragmenter
IFragmenter implementation which breaks text up into same-size fragments with no concerns over spotting sentence boundaries.
Inheritance
System.Object
SimpleFragmenter
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class SimpleFragmenter : object, IFragmenter
Constructors
Name | Description |
---|---|
SimpleFragmenter() | |
SimpleFragmenter(Int32) |
Properties
Name | Description |
---|---|
FragmentSize | Gets or Sets size in number of characters of each fragment |
Methods
Name | Description |
---|---|
IsNewFragment() | IsNewFragment() |
Start(String, TokenStream) | Start(String, TokenStream) |