Open GoogleCodeExporter opened 8 years ago
I forgot this line at the end of the FST code:
read regex FORM;
Original comment by andreschandiaf
on 7 Apr 2015 at 4:55
Sorry another mistake, for this example this line:
define FORM REDONR|REDVBR SFRVRB;
should be:
define FORM REDONR SFRVRB;
Original comment by andreschandiaf
on 8 Apr 2015 at 11:40
I'm thinking that it is maybe something in the notation, I mean the symbols
that remain, I don't know if that is correct, but there is something that
prevents me from applying the rule, maybe my idea is wrong, but this is what I
see that should happen:
1. I take off the "@ON" tag, this is because the rules for an element with this
tag are different from the ones for elements with the "@ONRR" tag.
2. I add the new tag "@ONRR" and the operators to reduplicate de root
3. I run the operation _eq(.... and clean out the result
4. I apply the rule to the element that has the the new tag "@ONRR"
Original comment by andreschandiaf
on 8 Apr 2015 at 9:07
Original issue reported on code.google.com by
andreschandiaf
on 7 Apr 2015 at 4:03