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