semantique.processor.core.QueryProcessor.add_custom_verb

semantique.processor.core.QueryProcessor.add_custom_verb#

QueryProcessor.add_custom_verb(name, function)[source]#

Add a new verb to the set of user-defined verbs.

Parameters:
  • name (str) – Name of the verb to be added.

  • function (callable) – Operator function to be added.