Skip to content

Commit 5c8c970

Browse files
committed
fix random highlights in pprint_coreference_document
1 parent 6b14e04 commit 5c8c970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tibert/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def split_coreference_document(
110110
def pprint_coreference_document(doc: CoreferenceDocument):
111111
"""Pretty-print a coreference document on the terminal."""
112112

113-
console = Console(force_terminal=True, color_system="standard")
113+
console = Console(force_terminal=True, color_system="standard", highlight=False)
114114

115115
mentions = []
116116
for chain_i, chain in enumerate(doc.coref_chains):

0 commit comments

Comments
 (0)