apertium / apertium-lex-tools

Module for compiling lexical selection rules and processing them in the pipeline.
https://wiki.apertium.org/wiki/Constraint-based_lexical_selection_module
GNU General Public License v3.0
5 stars 12 forks source link

lrx-proc treats "*" differently from transfer (requires a star per tag) #9

Closed unhammer closed 5 years ago

unhammer commented 6 years ago

In the lrx format, I have to specify exact amount of tags, whereas in transfer, "*" can skip many tags. E.g.

I need this in lrx:

<match tags="n.*.*.*.cmp"/>

while in transfer I can just do:

<match tags="n.*.cmp"/>

previously misreported at https://github.com/apertium/apertium/issues/27