spaCy/spacy
Matthew Honnibal fe28602f2e Merge branch 'develop' of https://github.com/explosion/spaCy into develop 2017-05-31 11:43:56 +02:00
..
cli Write binary file during training 2017-05-31 02:59:18 +02:00
data
displacy Tidy up displaCy and add "manual" option 2017-05-22 18:48:20 +02:00
lang Fixed emoji handling for Hungarian 2017-05-30 21:34:46 +02:00
syntax Fix mistake in ner feature 2017-05-31 03:01:02 +02:00
tests Merge pull request #1093 from oroszgy/hu_emoji_fix 2017-05-31 11:33:24 +02:00
tokens Try using tensor for vector/similarity methdos 2017-05-30 23:35:17 +02:00
__init__.pxd
__init__.py Fix formatting 2017-05-29 22:10:50 +02:00
__main__.py Reduce complexity in CLI 2017-05-22 12:28:58 +02:00
_ml.py Make it easier to reference embedding tables 2017-05-29 17:53:29 -05:00
about.py Use new model templates 2017-05-29 15:27:24 +02:00
attrs.pxd Add SENT_START attribute, for custom sentence boundary detection 2017-05-23 18:37:58 +02:00
attrs.pyx Finish stringstore change. Also xfail vectors tests 2017-05-28 15:10:22 +02:00
cfile.pxd Get spaCy train command working with neural network 2017-05-17 12:04:50 +02:00
cfile.pyx Get spaCy train command working with neural network 2017-05-17 12:04:50 +02:00
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
gold.pxd Fix arc eager label costs for uint64 2017-05-30 20:37:58 +02:00
gold.pyx Fix arc eager label costs for uint64 2017-05-30 20:37:58 +02:00
language.py Merge branch 'develop' of https://github.com/explosion/spaCy into develop 2017-05-29 14:30:12 -05:00
lemmatizer.py
lemmatizerlookup.py
lexeme.pxd WIP on stringstore change. 27 failures 2017-05-28 14:06:40 +02:00
lexeme.pyx Fix lex struct setters for strings 2017-05-29 01:05:09 +02:00
matcher.pyx Finish stringstore change. Also xfail vectors tests 2017-05-28 15:10:22 +02:00
morphology.pxd
morphology.pyx Store tag map before normalizing props 2017-05-29 17:53:48 -05:00
parts_of_speech.pxd
parts_of_speech.pyx
pipeline.pxd
pipeline.pyx Serialize in consistent order 2017-05-29 17:53:06 -05:00
scorer.py
strings.pxd Work on changing StringStore to return hashes. 2017-05-28 12:36:27 +02:00
strings.pyx Update docs to reflect StringStore changes 2017-05-28 18:19:11 +02:00
structs.pxd WIP on stringstore change. 27 failures 2017-05-28 14:06:40 +02:00
symbols.pxd Add SENT_START attribute, for custom sentence boundary detection 2017-05-23 18:37:58 +02:00
symbols.pyx Add SENT_START attribute, for custom sentence boundary detection 2017-05-23 18:37:58 +02:00
tagger.pxd
tagger.pyx Update docstrings and remove deprecated load classmethod 2017-05-21 13:27:52 +02:00
tokenizer.pxd
tokenizer.pyx Fix serialization of tokenizer 2017-05-31 11:43:40 +02:00
typedefs.pxd Work on changing StringStore to return hashes. 2017-05-28 12:36:27 +02:00
typedefs.pyx
util.py Fix serialisation, for reals this time 2017-05-29 17:52:08 -05:00
vocab.pxd Work on vectors 2017-05-30 23:34:50 +02:00
vocab.pyx Work on vectors 2017-05-30 23:34:50 +02:00