mirror of https://github.com/explosion/spaCy.git
Add subtok label to parser
This commit is contained in:
parent
7137ad8b0b
commit
14f729c72a
|
@ -319,7 +319,7 @@ cdef class ArcEager(TransitionSystem):
|
|||
(SHIFT, ['']),
|
||||
(REDUCE, ['']),
|
||||
(RIGHT, []),
|
||||
(LEFT, []),
|
||||
(LEFT, ['subtok']),
|
||||
(BREAK, ['ROOT']))
|
||||
))
|
||||
seen_actions = set()
|
||||
|
|
Loading…
Reference in New Issue