Skip to content

"session" tool

Skolin requested to merge develop into master

The develop branch contains the addition of a graphical environment for developing and checking rule sets.
Some documentation of the usage of that tool is written on nats.gitlab.io.

Most of the changes are only additions of the graphical interface, not changing the functionality of the software. Notable changes are:

  • support for serious groovy code (code blocks with curly braces where not being parsed in original version)
  • The Transducer can now remember used rules for each sentence (to debug rules)
  • persistent lists are now accessible in groovy code

Right now, we also develop our rules in this repository. Better would be to leave the sample_rules_hdt.tud be and develop the new rules in their own repo.

Merge request reports