💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2014-10-24 02:23:42 +11:00
data * Add file for infix patterns 2014-10-14 20:26:43 +11:00
docs * Update docs 2014-10-15 21:50:34 +11:00
spacy * Seems to be working after refactor. Need to wire up more POS tag features, and wire up save/load of POS tags. 2014-10-24 02:23:42 +11:00
tests * Large refactor, particularly to Python API 2014-10-24 00:59:17 +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 * Add greedy pos tagger 2014-10-22 10:17:26 +11:00

spaCy

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