You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Coptic Scriptorium, we have attributes that can apply to different XML elements. For example, we have xml:lang on either <norm.. or <morph like this: (made up example)
The desired EtherCalc behavior with this NLP output is to collapse both xml:lang annotations into one 'lang' column, but this behavior is hard wired in ether.py. Conceivably, another project would want the normal output columns: morph_xml_id and norm_xml_id to be distinguished.
The names of annotations being collapsed this way should be configurable.
The text was updated successfully, but these errors were encountered:
In Coptic Scriptorium, we have attributes that can apply to different XML elements. For example, we have xml:lang on either <norm.. or <morph like this: (made up example)
The desired EtherCalc behavior with this NLP output is to collapse both xml:lang annotations into one 'lang' column, but this behavior is hard wired in ether.py. Conceivably, another project would want the normal output columns: morph_xml_id and norm_xml_id to be distinguished.
The names of annotations being collapsed this way should be configurable.
The text was updated successfully, but these errors were encountered: