Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
146 views

I have written codes to create an expert system in risk analyses and create GUI. I use clipspy library in python. at the beginning, in a page I get my answers and then assert facts. in each page I ...
3 votes
1 answer
173 views

I am using clipspy v1.0.0 and Python 3.10 on Ubuntu 22.0.4 LTS. I am trying to get commands from CLIPS rules (e.g. print t 'WARN: Listen up, maggots...') to print to the console by calling my ...
1 vote
1 answer
260 views

I want to create an expert system program to do risk analysis in occupational safety. I code this program in CLIPS. To create GUI and to add new attribute it, I want to recode in Python with clipspy ...
-1 votes
1 answer
154 views

I have tried to vary the facts using lists and a cycle for but I have not succeeded, The way I tried it is to create a list for each variable in the template and then apply an cycle for but it didn't ...
0 votes
1 answer
96 views

I don't see the bug in the syntax of the program, the error I get is this: Reglas.CLP, Line 6: Syntax Error: Check appropriate syntax for defrule. ERROR: (defrule MAIN::...
FernandoRT's user avatar
0 votes
2 answers
145 views

When I run the code I get this error: clips.common.CLIPSError: [CSTRNCHK1] test.CLP, Line 7: A literal restriction value found in CE #1 does not match the allowed types for slot 'Presencia'. ERROR: (...
FernandoRT's user avatar
0 votes
1 answer
144 views

I am creating an expert system using clipspy, when I run the code in Python it throws nothing in the output and I have not been able to find the reason. Python code: import clips DEFTEMPLATE_STRING = ...
FernandoRT's user avatar
2 votes
1 answer
68 views

I'm using clipspy. I want to define some module-rules to assert module-facts. The rule is based on facts from multiple modules. I get a CLIPS Error: Illegal use of the module specifier import clips ...
dokgom's user avatar
  • 35
0 votes
2 answers
138 views

I have gone through github extensively. Last time I checked the CLIPS tag was removed btw. I am looking for CLIPS code repositories that contain AI Planners. Since the word CLIPS confuses many search ...
Voicegap's user avatar
0 votes
1 answer
127 views

I need to know which rules and facts were fired in which inference step. I used watch rules to print out which rules have fired. But I cannot figure out how to output at which steps the rules have ...
0 votes
1 answer
238 views

I have a clips rule that matches the path given in the fact of a template and if path matches it assert the id and the text associated with that path into another template. The path is just a text ...
ANA's user avatar
  • 83
0 votes
1 answer
657 views

So I have been working on an expert system using clipspy recently. I have already came out with the rule file and load it back in using the clipspy. Some my question is, how do I extract the printout ...
Yew's user avatar
  • 87
0 votes
1 answer
185 views

I want to add an automatic counter as an attribute in fact using clipspy it means The first fact, that you assert counts as number 1, the second as number 2 and so on. As I am beginner to Clips rules ...
ANA's user avatar
  • 83
0 votes
1 answer
409 views

I want to add facts using clipspy from dictionary in python (Dict to fact). But so far I am unable to do so. I am getting syntax errors as I am beginner to Clips rules and facts coding. Thank you in ...
ANA's user avatar
  • 83
0 votes
1 answer
296 views

So I'm trying to self-learn CLIPS and clipspy for a class assignment and I'm a bit stuck. The code below compiles and runs just fine but the output is a bit strange. I am trying to expand on examples ...
Pnick's user avatar
  • 1

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /