Package-level declarations

Types

Link copied to clipboard
abstract class BaseCharFilter(input: Reader) : CharFilter

Base utility class for implementing a CharFilter. Subclasses record mappings via addOffCorrectMap, then correct applies offsets.

Link copied to clipboard
Link copied to clipboard

Simplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the character stream, correcting resulting changes to the offsets.

Link copied to clipboard

Holds a map of String input to String output, to be used with MappingCharFilter. Use Builder to create this.