Applies any required processing to a chunk of text that typically forms either a word or whitespace block.

C# | Visual Basic | Visual C++ |
protected virtual string PreprocessBreakChunk( string chunk )
Protected Overridable Function PreprocessBreakChunk ( _ chunk As String _ ) As String
protected: virtual String^ PreprocessBreakChunk( String^ chunk )

- chunk (String)
- The chunk

The chunk after processing