-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I'm not sure this makes sense, but afaict the tree from -T/-tree
shows the matched input in a tree structure, but not the result of applying any tag changes and such. Would it be possible to show these in the parse tree? E.g. instead of just
^armé<N><ut><sg><def>{
^armé<n><m><sg><def>/armé<n><ut><sg><def>$
}$
one could have
^armé<N><ut><sg><def>{
^armé<n><m><sg><def>/armé<n><ut><sg><def>$ → ^armé<n><ut><sg><ind>$
}$
(This idea brought to you by half an hour of debugging why %2[defnes=ind]
did not seem to apply because I thought parse trees showed the output values.)
Metadata
Metadata
Assignees
Labels
No labels