spaCy/website/api
Matthew Honnibal ebecaddb76 Make 'data_or_width' two keyword args in Vectors.__init__
Previously the data and width options were one argument in Vectors,
which meant you couldn't say vectors = Vectors(strings, width=300).
It's better to have two keywords.
2017-10-20 14:17:15 +02:00
..
_annotation Update API documentation 2017-10-03 14:27:22 +02:00
_architecture Update API documentation 2017-10-03 14:27:22 +02:00
_top-level Comment out currently hard-coded hyper-params 2017-10-19 00:47:24 +02:00
_data.json Remove Binder from docs (now covered by Doc API) 2017-10-17 16:27:19 +02:00
annotation.jade Update API documentation 2017-10-03 14:27:22 +02:00
dependencyparser.jade Update API documentation 2017-10-03 14:27:22 +02:00
doc.jade Fix consistency of imports from spacy.tokens in examples 2017-10-11 02:30:40 +02:00
entityrecognizer.jade Update API documentation 2017-10-03 14:27:22 +02:00
goldcorpus.jade Update API documentation 2017-10-03 14:27:22 +02:00
goldparse.jade Update API documentation 2017-10-03 14:27:22 +02:00
index.jade Update API documentation 2017-10-03 14:27:22 +02:00
language.jade Add Language.has_pipe method 2017-10-17 11:20:07 +02:00
lemmatizer.jade Update API documentation 2017-10-03 14:27:22 +02:00
lexeme.jade Update API documentation 2017-10-03 14:27:22 +02:00
matcher.jade Update API documentation 2017-10-03 14:27:22 +02:00
phrasematcher.jade Fix PhraseMatcher example 2017-10-06 18:22:10 +02:00
pipe.jade Update API documentation 2017-10-03 14:27:22 +02:00
span.jade Fix consistency of imports from spacy.tokens in examples 2017-10-11 02:30:40 +02:00
stringstore.jade Update API documentation 2017-10-03 14:27:22 +02:00
tagger.jade Update API documentation 2017-10-03 14:27:22 +02:00
tensorizer.jade Update API documentation 2017-10-03 14:27:22 +02:00
textcategorizer.jade Update API documentation 2017-10-03 14:27:22 +02:00
token.jade Fix consistency of imports from spacy.tokens in examples 2017-10-11 02:30:40 +02:00
tokenizer.jade Update API documentation 2017-10-03 14:27:22 +02:00
top-level.jade Update API documentation 2017-10-03 14:27:22 +02:00
vectors.jade Make 'data_or_width' two keyword args in Vectors.__init__ 2017-10-20 14:17:15 +02:00
vocab.jade Update API documentation 2017-10-03 14:27:22 +02:00