Re: Java Data Mapper



Ah! I'm aware of soundex, metaphone, starts with, ends with, contains,
proximity and all the other ways in which you may wish to perform
string comparisons. What I'm looking for is a full on, configurable
engine or framework that I can paramaterize to allow me to perform
fast, scalable mappings against a variety of potentially dirty
datasources.

.



Relevant Pages

  • Re: Counting elements in a list wildcard
    ... Susy, Susi, Susie all work.) ... Apparently a soundex module used to be built into Python but was ... MetaPhone is generally considered better than SoundEx for "sounds-like" ... A Python MetaPhone implementations (there must be more than ...
    (comp.lang.python)
  • Re: SoundEx and FullText
    ... I quickly found - "Double Metaphone Sounds Great" at ... In regards to NYSIIS, SQL Server does not directly support this method as it ... only supports SOUNDEX and the soundex related DIFFERENCE function. ...
    (microsoft.public.sqlserver.fulltext)
  • Re: soundex and difference
    ... Soundex is bad for any language except English. ... "Hanging on the Metaphone", Lawrence Philips, COMPUTER LANGUAGE, 1990 ... "Approximate String Matching", John Rex, THE C GAZETTE, Autumn 1988, p. ...
    (microsoft.public.sqlserver.programming)
  • Re: Using Soundex (OT?)
    ... > I hate to comment on my own postings, but I need to add that php.net ... > manual page for Soundex is quite good to read. ... some reading about soundex, metaphone, and levenshtein, which IMHO are ...
    (comp.lang.php)