Paths to rule blocked

From Apertium
Revision as of 15:11, 13 December 2016 by Unhammer (talk | contribs) (Created page with "If you get <pre>Warning (753): Paths to rule 5 blocked by rule 3.</pre> from apertium-preprocess-transfer (or make), then you can check out the relevant rules by doing e.g. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you get

Warning (753): Paths to rule 5 blocked by rule 3.

from apertium-preprocess-transfer (or make), then you can check out the relevant rules by doing e.g.

$ xmllint --xpath '//rule[3]' apertium-dan-nor.nor-dan.t1x
$ xmllint --xpath '//rule[5]' apertium-dan-nor.nor-dan.t1x

(exchanging apertium-dan-nor.nor-dan.t1x for your transfer file)