public interface InferenceProcedure
| Modifier and Type | Method and Description |
|---|---|
InferenceResult |
ask(FOLKnowledgeBase kb,
Sentence query) |
InferenceResult ask(FOLKnowledgeBase kb, Sentence query)
kb - the knowledge base against which the query is to be made.query - the query to be answered.