Understanding the match of template and instruction - iks-gmbh-tools/SysNat GitHub Wiki

Back


  • SysNat parses both all natural language instructions and all language templates in a similar way.
  • Each instruction and each template is cut into one or more parts.
  • All characters before, after or between placeholders are regarded as default parts.
  • For a match between an instruction and a template all default parts must match both order- and case-sensitive.
  • All non-default parts represent placeholders or respectively data.
  • Non-default parts match if they represent the same placeholder type (^^ matches "value", <> matches < order > and '' matches 'order').

Back

⚠️ **GitHub.com Fallback** ⚠️