💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2014-07-07 08:15:54 +02:00
data * Fix error in tokenization rules 2014-07-07 05:09:34 +02:00
docs * Add initial docs stuff 2014-07-05 20:49:46 +02:00
ext * Fixed major efficiency problem, from not quite grokking pass by reference in cython c++ 2014-07-07 07:36:43 +02:00
include * Add ext stuff, while I figure out how to get it working as a different project 2014-07-05 20:51:04 +02:00
spacy * Whitespace 2014-07-07 08:15:44 +02:00
tests * Add test to check how well we match ptb tokenizer. Needs more text. 2014-07-07 05:11:31 +02:00
.gitignore * Upd gitignore 2014-07-07 05:10:19 +02:00
fabfile.py * Add build/setup stuff 2014-07-05 20:49:34 +02:00
README.md Initial commit 2014-07-04 01:15:40 +10:00
requirements.txt * Upd requirements 2014-07-07 07:37:29 +02:00
setup.py * Compile en_ptb 2014-07-07 05:10:28 +02:00

spaCy

Lightning fast, full-cream NL tokenization. Tokens are pointers to rich Lexeme structs.