This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
spaCy
mirror of
https://github.com/explosion/spaCy.git
Watch
1
Star
1
Fork
You've already forked spaCy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ec89788ca
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 03:25:55 +00:00
from
..tagger
cimport
Tagger
* All tests now passing for reorg
2014-12-23 02:18:59 +00:00
* Add English-subclass POS tagger
2014-12-21 09:59:07 +00:00
* Split EnPosTagger up into base class and subclass
2015-08-24 03:25:55 +00:00
cdef
class
EnPosTagger
(
Tagger
)
:
pass