Skip to content
Snippets Groups Projects
Commit 1a530f5a authored by Love Arreborn's avatar Love Arreborn
Browse files

added pretty print

parent 988268ec
Branches
Tags
No related merge requests found
Pipeline #131666 skipped
......@@ -16,6 +16,7 @@ Aaron Smith <aaron.smith@lingfil.uu.se>
"""
# added comment
import pprint
import time
import stanza
......@@ -156,7 +157,7 @@ def run_pipeline(options: AttrOptions, args: list) -> list:
# print(d['coh-metrix'])
# print(l[-2])
print(result)
pprint.pp(result)
return result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment