# coding: utf8 from __future__ import unicode_literals TPL_DEP_SVG = """ {content} """ TPL_DEP_WORDS = """ {text} {tag} """ TPL_DEP_ARCS = """ {label} """ TPL_FIGURE = """
{content}
""" TPL_TITLE = """

{title}

""" TPL_ENTS = """
{content}
""" TPL_ENT = """ {text} {label} """ TPL_PAGE = """ displaCy {content} """