hello all,
Is it possible to do a wild card search in Jess. If so how..
Appreciate if someone can this example and reply me back..
(defquery q_wn_hyp
(declare (variables ?word))
(wn_sense (syn_id ?hypid) (word ?o&: (= (str-compare ?o ?word) 0)))
(wn_hyp (hypo_id ?hypid) (hyper_id ?hyperid))
)
(declare (variables ?word))
(wn_sense (syn_id ?hypid) (word ?o&: (= (str-compare ?o ?word) 0)))
(wn_hyp (hypo_id ?hypid) (hyper_id ?hyperid))
)
Thanks,
Prasath
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!