[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

VMs: Re: list of words from candidate languages...



Guy Thibault gthibaul@xxxxxxxxxxxxxxxxxx wrote
Subject: VMs: list of words from candidate languages...


> Hello
>
> For some time I have been playing with the file Intrln17.txt...
> I loaded it into a Sql database and I do queries on the occurence of words
> (like so for instance:
> select mot, count(*) from voynich
> where codlangage = 'F' and charindex('%',mot) = 0 and charindex('*',mot) =
0
> and charindex('!',mot) = 0 and charindex('[',mot) = 0 and
charindex(']',mot)
> = 0
> and charindex('|',mot) = 0 and patindex('%AM%', mot) <> 0
> group by mot
> having count(*) > 10
> order by len(mot), mot desc, produce this list:

You are on my wavelength guy. I personally think that is a great idea.  I
would personally translate the vb to delphi but that is just my preference.
That way there would be two versions that different people could use so feel
free to email the code. I could email you back the delphi translation to
pass on too if you wanted.

Jeff


______________________________________________________________________
To unsubscribe, send mail to majordomo@xxxxxxxxxxx with a body saying:
unsubscribe vms-list