Hello Paul,
I have a similar conundrum. I'm writing a suite of preprocessors for
> Rozenshtein delta functions (aka Encoded Characteristic functions). > The basic idea is really simple […] > > Right now, I'm considering the Text::Rewrite::DeltaExpression::(.*) > namespace where $1 is the target language. Any suggestions from y'all > about better places to put it? Does > Text::Filter::DeltaExpression::(.*) more closely fit what the > community would be expecting?
As Brian pointed out in a reply to my question, there's a "Text::Filter" module, which is meant for subclassing. Text::Filter::DeltaExpression:: would sound like a subclass of this to me. Have you had a look at Text::Filter? If your filters work primarily line-based, it's probably a good fit.
Regards, Ben Deutsch