Re: best method to perform operations on word lists
- From: "Bart Van der Donck" <bart@xxxxxxxxxx>
- Date: 10 Jun 2006 01:35:31 -0700
Francois Massion wrote:
That was a quick reply! Stemming and lemmatization are a known concept,
but I want to make this exercise language independant (the project I am
working on involves French, German and Polish as a matter of fact).
Therefore I cannot start to cut known characters from the end of a
word, it would be too time-consuming and unsafe.
I'll proceed first with the method described above which is probably
slow and not the most elegant but with some luck it'll work. I'll
report on the result...
I'm afraid there is no definable algorithm that you can use. What about
the following sample entries (Dutch words):
bi<->bis
de<->den
re<->ree
do<->doen
keer<->keren
etc...
I think you would need access to some dictionary files anyhow.
--
Bart
.
- Follow-Ups:
- Re: best method to perform operations on word lists
- From: Francois Massion
- Re: best method to perform operations on word lists
- References:
- best method to perform operations on word lists
- From: Francois Massion
- Re: best method to perform operations on word lists
- From: Dr.Ruud
- Re: best method to perform operations on word lists
- From: Francois Massion
- best method to perform operations on word lists
- Prev by Date: Re: best method to perform operations on word lists
- Next by Date: Re: best method to perform operations on word lists
- Previous by thread: Re: best method to perform operations on word lists
- Next by thread: Re: best method to perform operations on word lists
- Index(es):
Relevant Pages
|