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
0d7e57fc3e
spaCy
/
spacy
/
pipeline
/
_parser_internals
/
ner.pxd
6 lines
104 B
Cython
Raw
Normal View
History
Unescape
Escape
* Tmp
2015-03-09 05:46:22 +00:00
from
.transition_system
cimport
TransitionSystem
* Add NER transition system
2015-02-02 05:38:52 +00:00
* Tmp
2015-03-09 05:46:22 +00:00
cdef
class
BiluoPushDown
(
TransitionSystem
)
:
pass