Re: [rules-users] wordnet in drools

2008-07-09 Thread Mark Proctor
I would imagine that the performance issues are due to emulating backward chaining/query like behaviour in a forward chaining engine. I imagine this is also true with regards to the email one question about Transitive Closures. We need to build in support for proper backward chaining querries

Re: [rules-users] wordnet in drools

2008-07-08 Thread Paul Fodor
I am new to Drools and I wonder if anyone used WordNet from Drools. Basically, I want to make some simple joins, such as, find words that are in the same synset, all hypernyms of a word, hyponyms, meronyms of verbs, adjectives, etc. I haven't heard of it being applied with Drools. Do let me

Re: [rules-users] wordnet in drools

2008-07-08 Thread Mark Proctor
When I get the chance I'll look over it and see how we can improve performance. Would you like to write a blog for this work and we'll put it up at http://blog.athico.com Mark Paul Fodor wrote: I am new to Drools and I wonder if anyone used WordNet from Drools. Basically, I want to make

[rules-users] wordnet in drools

2008-07-02 Thread Paul Fodor
Dear Sir, I am new to Drools and I wonder if anyone used WordNet from Drools. Basically, I want to make some simple joins, such as, find words that are in the same synset, all hypernyms of a word, hyponyms, meronyms of verbs, adjectives, etc. Regards, Paul Fodor

Re: [rules-users] wordnet in drools

2008-07-02 Thread Mark Proctor
Paul Fodor wrote: Dear Sir, I am new to Drools and I wonder if anyone used WordNet from Drools. Basically, I want to make some simple joins, such as, find words that are in the same synset, all hypernyms of a word, hyponyms, meronyms of verbs, adjectives, etc. I haven't heard of it being