spaCy/website/docs/api
Sofie Van Landeghem c0f4a1e43b
train is from-config by default (#5575)
* verbose and tag_map options

* adding init_tok2vec option and only changing the tok2vec that is specified

* adding omit_extra_lookups and verifying textcat config

* wip

* pretrain bugfix

* add replace and resume options

* train_textcat fix

* raw text functionality

* improve UX when KeyError or when input data can't be parsed

* avoid unnecessary access to goldparse in TextCat pipe

* save performance information in nlp.meta

* add noise_level to config

* move nn_parser's defaults to config file

* multitask in config - doesn't work yet

* scorer offering both F and AUC options, need to be specified in config

* add textcat verification code from old train script

* small fixes to config files

* clean up

* set default config for ner/parser to allow create_pipe to work as before

* two more test fixes

* small fixes

* cleanup

* fix NER pickling + additional unit test

* create_pipe as before
2020-06-12 02:02:07 +02:00
..
annotation.md Update tag maps and docs for English and German (#4501) 2019-10-24 12:56:05 +02:00
cli.md Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
cython-classes.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
cython-structs.md Remove u-strings and fix formatting [ci skip] 2019-09-12 16:11:15 +02:00
cython.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
dependencyparser.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
doc.md Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
docbin.md Generalize handling of tokenizer special cases (#4259) 2019-11-13 21:24:35 +01:00
entitylinker.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
entityrecognizer.md Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
entityruler.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
goldcorpus.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
goldparse.md Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
index.md 💫 Update website (#3285) 2019-02-17 19:31:19 +01:00
kb.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
language.md Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
lemmatizer.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
lexeme.md unicode -> str consistency 2020-05-24 17:20:58 +02:00
lookups.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
matcher.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
phrasematcher.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
pipeline-functions.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
scorer.md train is from-config by default (#5575) 2020-06-12 02:02:07 +02:00
sentencizer.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
span.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
stringstore.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
tagger.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
textcategorizer.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
token.md Clarify Token.pos as UPOS (#5419) 2020-05-08 10:36:25 +02:00
tokenizer.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
top-level.md unicode -> str consistency 2020-05-24 17:23:00 +02:00
vectors.md Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
vocab.md unicode -> str consistency 2020-05-24 17:20:58 +02:00