r0ller / alice

A Language Interpreter as semantiC Experiment in natural language processing
8 stars 0 forks source link

picking next rule/depolex entry in case of failed optional entry #6

Closed r0ller closed 9 years ago

r0ller commented 9 years ago

It seems that in case of failed optional rule/depolex entry, the failover/successor of the failed entry is picked. Review!

r0ller commented 9 years ago

Checking is now only relevant for depolex as rule_to_rule_map has got rid of optional entries since failover takes care of that now.

r0ller commented 9 years ago

Related issue: due to the failover field, optional manner for depolex entries should vanish to let failover control optionality.

r0ller commented 9 years ago

Corrected both.