0

I need to build and use knowledge base in Java application. Are there any frameworks for Java that allow to do this?

Vsevolod
  • 512
  • 1
  • 5
  • 16
  • yes, http://stackoverflow.com/questions/1727852/is-there-any-open-source-java-based-knowledge-base-system – AurA Jan 29 '13 at 09:51
  • I don't mean any collaboration systems. I mean a framework that allows to build machine-readable knowledge bases and generate new knowledge based on predefined rules like described here: http://en.wikipedia.org/wiki/Deductive_reasoning – Vsevolod Jan 29 '13 at 10:15

1 Answers1

2

Jess (http://www.jessrules.com) is what I was searching for.

Vsevolod
  • 512
  • 1
  • 5
  • 16