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
3d178c03ae
spaCy
/
data
/
en
History
Matthew Honnibal
b962fe73d7
* Make suffixes file use full-power regex, so that we can handle periods properly
2014-12-09 19:04:27 +11:00
..
case
* Reorganized, moving language-independent stuff to spacy. The functions in spacy ask for the dictionaries and split function on input, but the language-specific modules are curried versions that use the globals
2014-07-07 04:21:06 +02:00
clusters
* Reorganized, moving language-independent stuff to spacy. The functions in spacy ask for the dictionaries and split function on input, but the language-specific modules are curried versions that use the globals
2014-07-07 04:21:06 +02:00
infix
* Update tokenization rules
2014-11-04 01:06:00 +11:00
prefix
* Revise tokenization rules to match PTB. Rules are pretty messy around periods, need better support for these.
2014-12-07 22:04:47 +11:00
suffix
* Make suffixes file use full-power regex, so that we can handle periods properly
2014-12-09 19:04:27 +11:00
tokenization
* Work on lemmatization
2014-12-09 16:06:18 +11:00