Skip to content

Commit 0c6f946

Browse files
committed
corefud.PrintMentions should show Entity annotations in MISC by default
1 parent 3abb76d commit 0c6f946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

udapi/block/corefud/printmentions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self, continuous='include', almost_continuous='include', treelet='i
1212
empty='include', max_trees=0, html=False, shuffle=True, print_other_forms=5,
1313
print_total=True, print_should=True,
1414
print_sent_id=True, print_text=True, add_empty_line=True, indent=1,
15-
minimize_cross=True, color=True, attributes='form,upos,deprel',
15+
minimize_cross=True, color=True, attributes='ord,form,upos,deprel,misc',
1616
print_undef_as='_', print_doc_meta=True, print_comments=False,
1717
mark='(Mark)', hints=True, layout='classic',
1818
**kwargs):

0 commit comments

Comments
 (0)