ufal / treex

Treex NLP framework
33 stars 6 forks source link

SetDocOrds with multiple selectors #2

Closed ptakopysk closed 9 years ago

ptakopysk commented 9 years ago

treex/lib/Treex/Block/A2T/SetDocOrds.pm does not support multiple selectors, neither specified as selector=all nor as selector='src,ref'

martinpopel commented 9 years ago

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