Annotate mode

EBA provides developers with a few unique system directives for processing NL input. One input directive is ||debug which allows developers to run EBA strictly in reasoning mode in order to produce all variants of understanding as an output. While debug mode does well at considering all possible outcome paths, it is often a case that a developer would like to verify the annotation tree without the additional overhead of running full reasoning. Recall that debug mode also clutters the information space, as possible variants are displayed in this case. To this end, we have provide the ||annotate directive to developers. This directive will run the annotation step of our execution pipeline in order to verify that the concepts which the developer intend are found within the annotation tree of a given quesiton.