1. webnet
Hey all, can i get a show of hands, privately if you wish, of those using
wordnet 1.7 in Eu apps?
Thanks,
Kat
2. Re: webnet
I'm using WordNet with Euphoria, but because I still haven't succeeded
building a WordNet DLL, I access Wordnet via the command line and write the
output to a file (stdout), then I read this file in Eu, remove all the
formatting etc, of this is very cumbersome. I wish there was a DLL
utility...
>
> Hey all, can i get a show of hands, privately if you wish, of those using
> wordnet 1.7 in Eu apps?
>
> Thanks,
> Kat
>
>
>
>
3. Re: webnet
On 12 Feb 2002, at 10:06, void wrote:
>
> I'm using WordNet with Euphoria, but because I still haven't succeeded
> building a WordNet DLL, I access Wordnet via the command line and write the
> output to a file (stdout), then I read this file in Eu, remove all the
> formatting etc, of this is very cumbersome. I wish there was a DLL utility...
Oh. I am writing the whole thing in Eu. Looks like i'll need a rebuild utility
too,
for changing all the indexes if the data is altered. At the moment, i am
wondering why this fails:
junk_s = getindex("bang's disease","noun","","")
but this doesn't:
junk_s = getindex("dog","noun","","")
Yes, i replaced the " " with a "_" before searching. This:
if equal(readline[1..match(" ",readline)-1],theword) then
fails on "bang's_disease" but works on "dog". <shrug>
You know there is a chatbot contest in April with a first prize of $1000?
Kat
4. Re: webnet
- Posted by rforno at tutopia.com
Feb 13, 2002
Not me.
----- Original Message -----
From: "Kat" <gertie at PELL.NET>
To: "EUforum" <EUforum at topica.com>
Subject: webnet
>
> Hey all, can i get a show of hands, privately if you wish, of those using
> wordnet 1.7 in Eu apps?
>
> Thanks,
> Kat
>
>
>
>