Stypox / dicio-sentences-compiler

Sentences-compiler for Dicio assistant
GNU General Public License v3.0
11 stars 4 forks source link

Unable to mark word as optional without parenthesis #1

Closed Stypox closed 5 years ago

Stypox commented 5 years ago

e.g. a| b is not interpreted as "a optional, b" but as "a or b". There is no way to mark a as optional without putting parenthesis around a| (or around b).