Matthew Honnibal
|
dbf2a4cf57
|
Update all models on each epoch
|
2017-05-25 19:46:56 -05:00 |
|
Matthew Honnibal
|
faff1c23fb
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-25 17:16:10 -05:00 |
|
Matthew Honnibal
|
82b11b0320
|
Remove print statement
|
2017-05-25 17:15:59 -05:00 |
|
Matthew Honnibal
|
80cf42e33b
|
Fix compounding and decaying utils
|
2017-05-25 17:15:39 -05:00 |
|
Matthew Honnibal
|
df8015f05d
|
Tweaks to train script
|
2017-05-25 17:15:24 -05:00 |
|
Matthew Honnibal
|
3a6e59cc53
|
Add minibatch function in spacy.gold
|
2017-05-25 17:15:09 -05:00 |
|
Matthew Honnibal
|
702fe74a4d
|
Clean up spacy.cli.train
|
2017-05-25 16:16:30 -05:00 |
|
Matthew Honnibal
|
b9cea9cd93
|
Add compounding and decaying functions
|
2017-05-25 16:16:10 -05:00 |
|
Matthew Honnibal
|
2cb7cc2db7
|
Remove commented code from parser
|
2017-05-25 14:55:09 -05:00 |
|
Matthew Honnibal
|
f403c2cd5f
|
Add env opts for optimizer
|
2017-05-25 11:19:26 -05:00 |
|
Matthew Honnibal
|
c245ff6b27
|
Rebatch parser inputs, with mid-sentence states
|
2017-05-25 11:18:59 -05:00 |
|
Matthew Honnibal
|
679efe79c8
|
Make parser update less hacky
|
2017-05-25 06:49:00 -05:00 |
|
Matthew Honnibal
|
8500d9b1da
|
Only train one task per iter, holding grads
|
2017-05-25 06:47:42 -05:00 |
|
Matthew Honnibal
|
b27c587800
|
Fix pieces argument to PrecomputedMaxout
|
2017-05-25 06:46:59 -05:00 |
|
ines
|
9063654a1a
|
Add Training 101 stub
|
2017-05-25 11:18:02 +02:00 |
|
ines
|
b2324be3e9
|
Fix typos, text, examples and formatting
|
2017-05-25 11:17:21 +02:00 |
|
ines
|
dcb10da615
|
Update and fix lightning tour examples
|
2017-05-25 11:15:56 +02:00 |
|
Matthew Honnibal
|
e1cb5be0c7
|
Adjust dropout, depth and multi-task in parser
|
2017-05-24 20:11:41 -05:00 |
|
Matthew Honnibal
|
e6cc927ab1
|
Rearrange multi-task learning
|
2017-05-24 20:10:54 -05:00 |
|
Matthew Honnibal
|
135a13790c
|
Disable gold preprocessing
|
2017-05-24 20:10:20 -05:00 |
|
Matthew Honnibal
|
467bbeadb8
|
Add hidden layers for tagger
|
2017-05-24 20:09:51 -05:00 |
|
ines
|
4b5540cc63
|
Rewrite examples in lightning tour
|
2017-05-25 01:58:33 +02:00 |
|
ines
|
87c976e04c
|
Update model tag
|
2017-05-25 01:58:22 +02:00 |
|
ines
|
fe2b0b8b8d
|
Update migrating docs
|
2017-05-25 00:56:35 +02:00 |
|
ines
|
709ea58990
|
Tidy up workflows
|
2017-05-25 00:56:16 +02:00 |
|
ines
|
d122bbc908
|
Rewrite custom tokenizer docs
|
2017-05-25 00:30:21 +02:00 |
|
ines
|
0f48fb1f97
|
Rename processing text to production use and remove linear feature scheme
|
2017-05-25 00:10:33 +02:00 |
|
ines
|
419d265ff0
|
Add section on disabling pipeline components
|
2017-05-25 00:10:06 +02:00 |
|
ines
|
9efa662345
|
Update dependency parse docs and add note on disabling parser
|
2017-05-25 00:09:51 +02:00 |
|
ines
|
9337866dae
|
Add aside to pipeline 101 table
|
2017-05-24 22:46:18 +02:00 |
|
ines
|
c25f3133ca
|
Update section on new v2.0 features
|
2017-05-24 20:54:37 +02:00 |
|
ines
|
f4658ff053
|
Rewrite usage workflow on saving and loading
|
2017-05-24 20:54:02 +02:00 |
|
ines
|
764bfa3239
|
Add section on using displaCy in a web app
|
2017-05-24 20:53:43 +02:00 |
|
ines
|
4f396236f6
|
Update saving and loading docs
|
2017-05-24 19:25:49 +02:00 |
|
ines
|
8aaed8bea7
|
Add pipelines 101 and rewrite pipelines workflow
|
2017-05-24 19:25:13 +02:00 |
|
ines
|
54885b5e88
|
Add serialization 101
|
2017-05-24 19:24:40 +02:00 |
|
ines
|
b546bcb05f
|
Add pipeline illustration
|
2017-05-24 19:21:18 +02:00 |
|
ines
|
823d22100b
|
Tidy up architecture.svg
|
2017-05-24 19:21:12 +02:00 |
|
ines
|
8b86b08bed
|
Update usage workflows
|
2017-05-24 11:59:08 +02:00 |
|
ines
|
66088851dc
|
Add Doc.to_disk() and Doc.from_disk() methods
|
2017-05-24 11:58:17 +02:00 |
|
ines
|
10afb3c796
|
Tidy up and merge usage pages
|
2017-05-24 00:37:47 +02:00 |
|
ines
|
990a70732a
|
Move installation troubleshooting to installation docs
|
2017-05-24 00:37:21 +02:00 |
|
ines
|
697d3d7cb3
|
Fix links to CLI docs
|
2017-05-24 00:36:38 +02:00 |
|
ines
|
4fb5fb7218
|
Update v2 docs
|
2017-05-23 23:40:04 +02:00 |
|
ines
|
e6d88dfe08
|
Add features table to 101
|
2017-05-23 23:38:33 +02:00 |
|
ines
|
7ef7f0b42c
|
Add linguistic annotations 101 content
|
2017-05-23 23:37:51 +02:00 |
|
ines
|
9ed6b48a49
|
Update dependency parse workflow
|
2017-05-23 23:34:39 +02:00 |
|
ines
|
fe24267948
|
Update usage docs meta and navigation
|
2017-05-23 23:19:20 +02:00 |
|
ines
|
af348025ec
|
Update word vectors & similarity workflow
|
2017-05-23 23:19:09 +02:00 |
|
ines
|
b6c62baab3
|
Update What's new in v2 docs
|
2017-05-23 23:18:53 +02:00 |
|