mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Fix bug in POS tagger feature
This commit is contained in:
parent
dd56e298e2
commit
4e857ab7a6
|
@ -328,5 +328,5 @@ cdef inline void _fill_from_token(atom_t* context, const TokenC* t) nogil:
|
|||
context[2] = t.lex.shape
|
||||
context[3] = t.lex.prefix
|
||||
context[4] = t.lex.suffix
|
||||
context[5] = t.pos
|
||||
context[5] = t.tag
|
||||
context[6] = t.lemma
|
||||
|
|
Loading…
Reference in New Issue
Block a user