Add subtok label to parser

This commit is contained in:
Matthew Honnibal 2018-02-26 12:26:35 +01:00
parent 7137ad8b0b
commit 14f729c72a
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ cdef class ArcEager(TransitionSystem):
(SHIFT, ['']),
(REDUCE, ['']),
(RIGHT, []),
(LEFT, []),
(LEFT, ['subtok']),
(BREAK, ['ROOT']))
))
seen_actions = set()