| ExtractedFragmentsProcessorBase | Represents a base class for extracted fragments processors. |
| IgnoreSpacesFragmentsProcessor | Represents a class to process text fragments with ignoring spaces mode. This class ignores all whitespace, highlighting individual words as fragments. |
| NormalFragmentProcessor | Represents a class to process text fragments with normal mode. This class only considers whitespace within fragments. |
| ParseSpacesFragmentsProcessor | Represents a class to process text fragments with parse spaces mode. This class recognizes spaces between text fragments based on the distance between them. |