💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2014-09-12 05:10:59 +02:00
data * Tests passing for new Word object version 2014-08-24 18:13:53 +02:00
docs * Tweak overview docs 2014-09-07 21:29:41 +02:00
spacy * Update the split_one method, so that it doesn't need to cast back to a Python object 2014-09-12 05:10:59 +02:00
tests * Avoid testing for object identity 2014-09-10 20:58:30 +02:00
.gitignore * Upd gitignore 2014-08-20 17:04:33 +02:00
fabfile.py * Only store LexemeC structs in the vocabulary, transforming them to Lexeme objects for output. Moving away from Lexeme objects for Tokens soon. 2014-09-11 12:28:38 +02:00
README.md Initial commit 2014-07-04 01:15:40 +10:00
requirements.txt * Temporarily remove sparsehash requirement 2014-08-20 17:12:19 +02:00
setup.py * Restoring Lexeme-as-struct 2014-09-10 20:41:37 +02:00

spaCy

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