Questions tagged [inference-engine]
65 questions
0
votes
1 answer
Taking all values of multislot slot using the fact-address in CLIPS
Is it possible somehow in clips to pick up all values in multislot slot using the factaddress of a fact? For instance:
(deftemplate MAIN::simplecause
(multislot coraxinfo (type INTEGER) (default 0))
(multislot changeinfo (type SYMBOL) (default…

Maksim Khaitovich
- 4,742
- 7
- 39
- 70
0
votes
2 answers
CLIPS - looking for match between random slots in multislot fields
Consider such situation. I have such templates:
(deftemplate MAIN::simplecause
(multislot coraxinfo (type INTEGER) (default undefined))
(multislot changeinfo (type SYMBOL) (default undefined)))
(deftemplate MAIN::finalcause
(multislot…

Maksim Khaitovich
- 4,742
- 7
- 39
- 70
0
votes
1 answer
Basic RDFS inferencing with the Jena API
I'm currently following the Jena API inferencing tutorial:
https://jena.apache.org/documentation/inference/
and as an exercise to test my understanding, I'd like to rewrite the first example, which demonstrates a trivial RDFS reasoning from a…

cjauvin
- 3,433
- 4
- 29
- 38
-1
votes
1 answer
Defining grammar based rules and inferences in android
I have to collect information from a source and classify the information based on certain rules. The input would be a text file.
Eg:
"Raj loves eating chocolates. Rohan likes flowers. Ravi is very popular."
From what I have learnt till date, we can…

Rohit Minni
- 250
- 1
- 3
- 8