Oracle

interface Oracle

Natural language question answering interface. An Oracle answers questions using available knowledge sources.

Inheritors

Functions

Link copied to clipboard
abstract fun ask(question: Question): Answer

Answer a natural language question.

open fun ask(questionText: String): Answer

Answer a question given as a string.