: I was wondering if it is possible to access and modify the charTypeTable : of the WordDelimeterFilter.
FWIW: WordDelimeterFilter has a static package protected defaultWordDelimTable but there is no need to modify it -- you can pass your own charTypeTable directly to the WordDelimeterFilter constructor ... this might mean writing your own Factory, but you don't need to muck with the guts of WDF itself. -Hoss