Method Start
Start(String, TokenStream)
Initializes the Fragmenter. You can grab references to the Attributes you are
interested in from tokenStream
and then access the values in IsNewFragment().
Declaration
void Start(string originalText, TokenStream tokenStream)
Parameters
Type | Name | Description |
---|---|---|
System.String | originalText | the original source text |
TokenStream | tokenStream | tokenStream the |