parse-and-produce

Method summary
create-initial-structure meaning mode
de-render utterance mode
parse utterance construction-inventory &optional silent
parse-all utterance construction-inventory &key silent n
produce meaning construction-inventory &optional silent
produce-all meaning construction-inventory &key silent n
render object mode
create-initial-structure   meaning mode  [Generic function]

Makes a new coupled feature structure that contains the meaning

render   object mode  [Generic function]

Renders a structure into an utterance

de-render   utterance mode  [Generic function]

De-renders an utterance into a coupled feature structure.

produce   meaning construction-inventory &optional silent  [Generic function]

produces an utterance for meaning

produce-all   meaning construction-inventory &key silent n  [Generic function]

produces all or max n utterances meaning

parse   utterance construction-inventory &optional silent  [Generic function]

parses an utterance

parse-all   utterance construction-inventory &key silent n  [Generic function]

parses an utterance until n or all solutions/meanings are found