💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2014-10-09 19:53:30 +11:00
data * Add prefix and suffix data files 2014-09-25 18:24:52 +02:00
docs * Upd docs 2014-09-26 18:40:18 +02:00
spacy * Revising data model of lexeme. Compiles. 2014-10-09 19:53:30 +11:00
tests * Add extra tests 2014-09-25 18:29:42 +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 * Rename external hashing lib, from trustyc to preshed 2014-09-26 18:40:03 +02:00
setup.py * Remove ptb3 file from setup 2014-09-25 18:41:25 +02:00

spaCy

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