SetDocOrds with multiple selectors
Closed this issue · 1 comments
ptakopysk commented
treex/lib/Treex/Block/A2T/SetDocOrds.pm does not support multiple selectors, neither specified as selector=all nor as selector='src,ref'
martinpopel commented
What is the expected output?
Both zones having independent doc_ord
numbers starting from 1 (as is the result of calling the block twice in the scenario: once with selector=src
, once with selector=ref
)? Or each node in the document having a unique doc_ord
?
CC: @michnov