Skip to content

Show the output values in parse --tree #85

@unhammer

Description

@unhammer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions