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, ['']),
|
(SHIFT, ['']),
|
||||||
(REDUCE, ['']),
|
(REDUCE, ['']),
|
||||||
(RIGHT, []),
|
(RIGHT, []),
|
||||||
(LEFT, []),
|
(LEFT, ['subtok']),
|
||||||
(BREAK, ['ROOT']))
|
(BREAK, ['ROOT']))
|
||||||
))
|
))
|
||||||
seen_actions = set()
|
seen_actions = set()
|
||||||
|
|
Loading…
Reference in New Issue