Release v3.11.4
Document the NLPPlus Interface analyzer template on the "Calling Analyzers from Python & Node.js" help page.
When creating a new analyzer, choosing the NLPPlus Interface template gives an analyzer already pre-wired for the two-way NLPPlus package exchange:
- the
json2kbbpass is already in the sequence before the tokenizer (imports JSON handed in viaput_json_*), and - an
outputpass already writesoutput.jsonfor the package to read back viaresults.output.
Users can start from this template instead of adding the json2kbb pass and JSON export by hand.