Re: Your dictionaries online!
From: | taliesin the storyteller <taliesin-conlang@...> |
Date: | Wednesday, January 7, 2009, 10:49 |
* Henrik Theiling said on 2009-01-07 01:58:59 +0100
> Sounds great! When you presented this the last time, I wondered how
> strongly inflecting languages (like Þrjótrunn) would be handled. Are
> there only base form look-ups? (I admit I haven't fully read the
> RFC).
What is served is a file of entries and an index is used to look up the
position in the file of entries. If you have an entry for every
inflected form, you'll be able to search for every inflected form.
There's no magic on the back end!
As for the actual lookup, there are so called lookup "strategies":
exact, prefix, substring, regular expression, soundex, levenshtein etc.
How easy it easy to use a specific strategy to search varies with
clients.
t.
Reply