spaCy/spacy
ines 7a2380f617 Rename "nn_tagger" to "tagger" 2017-06-01 17:37:53 +02:00
..
cli Fix typo 2017-06-01 16:46:15 +02:00
data Make spacy/data a package 2017-03-18 20:04:22 +01:00
displacy Tidy up displaCy and add "manual" option 2017-05-22 18:48:20 +02:00
lang
syntax Fixes for thinc 6.7 2017-06-01 04:22:16 -05:00
tests Fixes for thinc 6.7 2017-06-01 04:22:16 -05:00
tokens Try using tensor for vector/similarity methdos 2017-05-30 23:35:17 +02:00
__init__.pxd
__init__.py
__main__.py
_ml.py Make it easier to reference embedding tables 2017-05-29 17:53:29 -05:00
about.py
attrs.pxd
attrs.pyx
cfile.pxd
cfile.pyx Get spaCy train command working with neural network 2017-05-17 12:04:50 +02:00
compat.py
deprecated.py
glossary.py Fix formatting 2017-05-03 20:11:02 +02:00
gold.pxd
gold.pyx
language.py Only load vocab if it exists 2017-06-01 14:38:35 +02:00
lemmatizer.py Clean up imports, unused code, whitespace, docstrings 2017-04-15 12:05:47 +02:00
lemmatizerlookup.py
lexeme.pxd
lexeme.pyx
matcher.pyx
morphology.pxd
morphology.pyx Store tag map before normalizing props 2017-05-29 17:53:48 -05:00
parts_of_speech.pxd Add support for Universal Dependencies v2.0 2017-03-03 13:17:34 +01:00
parts_of_speech.pyx
pipeline.pxd
pipeline.pyx Rename "nn_tagger" to "tagger" 2017-06-01 17:37:53 +02:00
scorer.py
strings.pxd
strings.pyx Fix string serialisation 2017-05-31 13:43:44 +02:00
structs.pxd
symbols.pxd
symbols.pyx Add SENT_START attribute, for custom sentence boundary detection 2017-05-23 18:37:58 +02:00
tagger.pxd Add cfg field to Tagger 2016-10-17 01:03:41 +02:00
tagger.pyx
tokenizer.pxd
tokenizer.pyx
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