spaCy/spacy
Matthew Honnibal 4803b3b69e Add GoldCorpus class, to manage data streaming 2017-05-21 09:06:17 -05:00
..
cli
data Make spacy/data a package 2017-03-18 20:04:22 +01:00
displacy Merge branch 'develop' of https://github.com/explosion/spaCy into develop 2017-05-18 08:32:22 -05:00
lang
syntax
tests
tokens Merge branch 'v2' into develop 2017-05-14 01:10:23 +02:00
__init__.pxd * 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
__init__.py
__main__.py
_ml.py
about.py
attrs.pxd
attrs.pyx Clean up imports, unused code, whitespace, docstrings 2017-04-15 12:05:47 +02:00
cfile.pxd
cfile.pyx
compat.py Move cupy and CudaStream to compat 2017-05-18 14:12:45 +02:00
deprecated.py Update docstrings 2017-05-14 01:30:29 +02:00
glossary.py Fix formatting 2017-05-03 20:11:02 +02:00
gold.pxd
gold.pyx
language.py Pass tokvecs through as a list, instead of concatenated. Also fix padding 2017-05-20 13:23:32 -05:00
lemmatizer.py
lemmatizerlookup.py Adding unitest for tokenization in french (with title) 2017-04-27 11:53:44 +02:00
lexeme.pxd
lexeme.pyx
matcher.pyx Fix json imports and use ujson 2017-04-15 12:13:34 +02:00
morphology.pxd
morphology.pyx
parts_of_speech.pxd
parts_of_speech.pyx Clean up imports, unused code, whitespace, docstrings 2017-04-15 12:05:47 +02:00
pipeline.pxd
pipeline.pyx
scorer.py
strings.pxd
strings.pyx
structs.pxd Get spaCy train command working with neural network 2017-05-17 12:04:50 +02:00
symbols.pxd
symbols.pyx Clean up imports, unused code, whitespace, docstrings 2017-04-15 12:05:47 +02:00
tagger.pxd Add cfg field to Tagger 2016-10-17 01:03:41 +02:00
tagger.pyx
tokenizer.pxd
tokenizer.pyx
train.py
typedefs.pxd
typedefs.pyx * Move POS tag definitions to parts_of_speech.pxd 2015-01-25 16:31:07 +11:00
util.py
vocab.pxd
vocab.pyx