This website requires JavaScript.
Explore
Help
Register
Sign In
explosion
/
spaCy
Watch
1
Star
1
Fork
0
You've already forked spaCy
mirror of
https://github.com/explosion/spaCy.git
synced
2024-11-13 13:17:06 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5dd76be446
spaCy
/
spacy
/
en
/
pos.pxd
6 lines
72 B
Cython
Raw
Normal View
History
Unescape
Escape
* Split EnPosTagger up into base class and subclass
2015-08-24 06:25:55 +03:00
from
..tagger
cimport
Tagger
* All tests now passing for reorg
2014-12-23 05:18:59 +03:00
* Add English-subclass POS tagger
2014-12-21 12:59:07 +03:00
* Split EnPosTagger up into base class and subclass
2015-08-24 06:25:55 +03:00
cdef
class
EnPosTagger
(
Tagger
)
:
pass
Reference in New Issue
Copy Permalink