mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 11:20:19 +03:00
Display "i" rather than "index"
This commit is contained in:
parent
5bfe15f094
commit
c89ef32ea5
|
@ -436,7 +436,7 @@ def render_document(
|
||||||
AttributeFormat("tree_left", name="tree", aligns="r", fg_color=4),
|
AttributeFormat("tree_left", name="tree", aligns="r", fg_color=4),
|
||||||
AttributeFormat("dep_", name="dep_"),
|
AttributeFormat("dep_", name="dep_"),
|
||||||
AttributeFormat("ent_type_", name="ent_type_"),
|
AttributeFormat("ent_type_", name="ent_type_"),
|
||||||
AttributeFormat("i", name="index", aligns="r"),
|
AttributeFormat("i", name="i"),
|
||||||
AttributeFormat("text", name="text", max_width=30),
|
AttributeFormat("text", name="text", max_width=30),
|
||||||
AttributeFormat("lemma_", name="lemma_", max_width=30),
|
AttributeFormat("lemma_", name="lemma_", max_width=30),
|
||||||
AttributeFormat("pos_", name="pos_"),
|
AttributeFormat("pos_", name="pos_"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user