mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-25 00:34:20 +03:00
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
Block a user