0

I have downloaded the dmg file for CLIPS, the rule based language system due to NASA. But I am not able to find any executable that lets me run the command prompt version of CLIPS on mac. I have thoroughly checked all the folders and have googled to no end.

Also, is there any other more modern rule engine out there that is worth looking at? We are trying to write language rules for phrase chunking and entity relation extraction in incomplete phrase like sentences.

Raju Hawildar
  • 73
  • 2
  • 7

1 Answers1

0

I've uploaded a zip file, clips_mac_osx_executables_630.zip, to https://sourceforge.net/projects/clipsrules/files/CLIPS/6.30/ that includes both the IDE and the Console applications. Alternately you can download Xcode from the Mac App Store and the Mac CLIPS projects from SourceForge and build the console application.

There are a number of open source expert system tools: Are there open source expert systems with reasoning capabilities?. Questions asking for recommendations are likely to be marked as a duplicate or off-topic and closed: https://stackoverflow.com/help/on-topic.

Community
  • 1
  • 1
Gary Riley
  • 10,130
  • 2
  • 19
  • 34
  • Thanks a lot for the revert. I am able to use the console now. I will keep the caveat about recommendation questions in mind for next time. – Raju Hawildar Aug 10 '15 at 06:08