Re: logic programming - find synonyms of a given word

2021-04-10 Thread Blake Watson
a synonym for big. >>> >>> The program has to answer whether given two words are synonyms or not. >>> >>> This seems to me as a good candidate for logic programming, e.g. with >>> clojure.core.logic. >>> >>> a. How to state the input p

Re: logic programming - find synonyms of a given word

2021-04-10 Thread SideStep
.core.logic. >> >> a. How to state the input pairs of synonyms as logical >> statements/constraints? >> b. How to perform a query to find all synonyms of a given word? >> >> Or perhaps I am yack shaving? What would be a simpler way to solve this? >> >> This

Re: logic programming - find synonyms of a given word

2021-04-09 Thread Nesvarbu Nereikia
he input pairs of synonyms as logical >> statements/constraints? >> b. How to perform a query to find all synonyms of a given word? >> >> Or perhaps I am yack shaving? What would be a simpler way to solve this? >> >> This question is also on stackowerflow, if you

Re: logic programming - find synonyms of a given word

2021-04-09 Thread Blake Watson
> b. How to perform a query to find all synonyms of a given word? > > Or perhaps I am yack shaving? What would be a simpler way to solve this? > > This question is also on stackowerflow, if you want to get some points: > > > https://stackoverflow.com/questions/67002758/l

logic programming - find synonyms of a given word

2021-04-09 Thread SideStep
://stackoverflow.com/questions/67002758/logic-programming-find-synonyms-of-a-given-word -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderate