Re: Improving partial lookup results
Peter Bowyer <[email protected]>
| Newsgroups | gmane.comp.search.xapian.general |
|---|---|
| Message-ID | <CAJvSBVP1M_2s0EB0chp4EMjLk=4xUbTYOcqAFcpcEHaRyqXn5Q@mail.gmail.com> |
On Thu, 19 Sep 2019 at 21:45, Olly Betts <[email protected]> wrote: > Incidentally, if you're actually aiming to match different forms of a > name (Peter vs Pete, Ann vs Anne vs Annette) then you might find the > synonym feature a better option than wildcarding. > > You'd need to give it a list of names to treat as synonyms, but it > should have many fewer false positives, and can also handle cases > which aren't just a substring - e.g. Robert vs Rob vs Bob vs Bobby, or > look entirely different: e.g. Terence vs Terrence vs Spike or > Margaret vs Peggy vs Daisy. > This is exactly what I want to do - pending finding a suitable dataset that's free to use. Peter