Re: Inverse Regex Library?
Re: Inverse Regex Library?
- Subject: Re: Inverse Regex Library?
- From: "Hamish Allan" <email@hidden>
- Date: Thu, 17 Jul 2008 21:33:46 +0100
On Thu, Jul 17, 2008 at 8:49 PM, Philip Mötteli
<email@hidden> wrote:
> I try to analyze objects, that have been serialized using keyed encoding.
> As long as there are only simple values, I have no problem. But the members
> of too-many IVars are usually keyed by using something like
> "IVarName[0-9]+". I have to filter those out and classify as too-many.
> But I can't count on it. Not on the name nor where the number is. Or if
> there's a number. It could also be a letter.
Have you considered clustering the strings based on their Levenshtein distances?
Hamish
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden