Questions


This is now obsolete. These docs have been moved to http://npl.readthedocs.org


sentence : question

question : fact QMARK
         | definition QMARK

You query npl with sentences and definitions ended with a question mark. You can use variables in questions.

In npl‘s tests, you must follow every question with a (python) regular expression that matches the expected answer.

Previous topic

Negation and counting sentences

Next topic

Installation

This Page