💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2014-10-14 20:26:43 +11:00
data * Add file for infix patterns 2014-10-14 20:26:43 +11:00
docs * Upd docs 2014-09-26 18:40:18 +02:00
spacy * Have tokenizer emit tokens for whitespace other than single spaces 2014-10-14 20:25:57 +11:00
tests * Test hyphenation etc 2014-10-14 20:26:16 +11: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.