💫 Industrial-strength Natural Language Processing (NLP) in Python
Go to file
2014-08-20 17:02:32 +02:00
data * Add 's suffix to tokenization table 2014-08-18 23:21:37 +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 * Broken version being refactored for docs 2014-08-20 13:39:39 +02:00
tests * Refactor spacy so that chunks return arrays of lexemes, so that there is properly one lexeme per word. 2014-08-18 19:14:00 +02:00
.gitignore * Update gitignore 2014-08-02 22:06:30 +01:00
fabfile.py * Add documentation building to fabfile 2014-08-20 17:02:32 +02:00
README.md Initial commit 2014-07-04 01:15:40 +10:00
requirements.txt * Remove murmurhash from requirements 2014-08-18 23:26:20 +02:00
setup.py * Refactor spacy so that chunks return arrays of lexemes, so that there is properly one lexeme per word. 2014-08-18 19:14:00 +02:00

spaCy

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