Matthew Honnibal
|
ca72608059
|
Fix language
|
2020-09-29 16:48:33 +02:00 |
|
Matthew Honnibal
|
10847c7f4e
|
Fix arg
|
2020-09-29 16:48:07 +02:00 |
|
Ines Montani
|
fd594cfb9b
|
Tighten up format
|
2020-09-29 16:47:55 +02:00 |
|
Matthew Honnibal
|
e70a00fa76
|
Remove unnecessary warning from train
|
2020-09-29 16:47:54 +02:00 |
|
Matthew Honnibal
|
3f0d61232d
|
Remove outdated arg from train
|
2020-09-29 16:47:44 +02:00 |
|
Matthew Honnibal
|
e957d66b92
|
Merge branch 'feature/prepare' of https://github.com/explosion/spaCy into feature/prepare
|
2020-09-29 16:22:53 +02:00 |
|
Ines Montani
|
978ab54a84
|
Fix logging
|
2020-09-29 16:22:41 +02:00 |
|
Matthew Honnibal
|
45daf5c9fe
|
Add init labels command
|
2020-09-29 16:22:37 +02:00 |
|
Matthew Honnibal
|
58c8d4b414
|
Add label_data property to pipeline
|
2020-09-29 16:22:13 +02:00 |
|
Ines Montani
|
aa2a6882d0
|
Fix logging
|
2020-09-29 16:08:39 +02:00 |
|
Ines Montani
|
63d1598137
|
Simplify config use in Language.initialize
|
2020-09-29 16:05:48 +02:00 |
|
Ines Montani
|
56f8bc73ef
|
Add more tests
|
2020-09-29 15:23:34 +02:00 |
|
Sofie Van Landeghem
|
6a04e5adea
|
encoding UTF8 (#6161)
|
2020-09-29 14:49:55 +02:00 |
|
Ines Montani
|
591038b1a4
|
Add test
|
2020-09-29 12:54:52 +02:00 |
|
walterhenry
|
1d80b3dc1b
|
Proofreading
Finished with the API docs and started on the Usage, but Embedding & Transformers
|
2020-09-29 12:39:10 +02:00 |
|
Ines Montani
|
adca08a12f
|
Pass nlp forward
|
2020-09-29 12:21:52 +02:00 |
|
Ines Montani
|
f171903139
|
Clean up sgd and pipeline -> nlp
|
2020-09-29 12:20:26 +02:00 |
|
Ines Montani
|
612bbf85ab
|
Update initialize.py
|
2020-09-29 12:14:47 +02:00 |
|
Ines Montani
|
42f0e4c946
|
Clean up
|
2020-09-29 12:14:08 +02:00 |
|
Matthew Honnibal
|
9c8b2524fe
|
Upd initialize args
|
2020-09-29 12:08:37 +02:00 |
|
Matthew Honnibal
|
e1fdf2b7c5
|
Upd tests
|
2020-09-29 12:05:38 +02:00 |
|
Ines Montani
|
50410c17ac
|
Update schemas.py
|
2020-09-29 12:05:38 +02:00 |
|
Matthew Honnibal
|
f2d1b7feb5
|
Clean up sgd
|
2020-09-29 12:00:08 +02:00 |
|
Ines Montani
|
78396d137f
|
Integrate initialize settings
|
2020-09-29 11:57:08 +02:00 |
|
Ines Montani
|
dec984a9c1
|
Update Language.initialize and support components/tokenizer settings
|
2020-09-29 11:52:45 +02:00 |
|
walterhenry
|
c1c841940c
|
Merge branch 'develop-proof' of https://github.com/walterhenry/spaCy into develop-proof
|
2020-09-29 11:47:43 +02:00 |
|
Matthew Honnibal
|
b3b6868639
|
Remove 'sgd' arg from component initialize
|
2020-09-29 11:42:35 +02:00 |
|
Matthew Honnibal
|
5276db6f3f
|
Remove 'device' argument from Language, clean up 'sgd' arg
|
2020-09-29 11:42:19 +02:00 |
|
Ines Montani
|
4925ad760a
|
Add init vectors
|
2020-09-29 10:58:50 +02:00 |
|
svlandeg
|
64d90039a1
|
encoding UTF8
|
2020-09-29 10:54:42 +02:00 |
|
Ines Montani
|
ff9a63bfbd
|
begin_training -> initialize
|
2020-09-28 21:35:09 +02:00 |
|
Ines Montani
|
046f655d86
|
Fix error
|
2020-09-28 21:17:45 +02:00 |
|
Ines Montani
|
a139fe672b
|
Fix typos and refactor CLI logging
|
2020-09-28 21:17:10 +02:00 |
|
Ines Montani
|
3fa30a7f2d
|
Merge pull request #6159 from svlandeg/fix/pydantic-pin
upgrade pydantic pin
|
2020-09-28 18:18:02 +02:00 |
|
walterhenry
|
3360825e00
|
Proofreading
Another round of proofreading. All the API docs have been read through and I've grazed the Usage docs.
|
2020-09-28 16:50:15 +02:00 |
|
svlandeg
|
cd21eb2485
|
upgrade pydantic pin for thinc's field.default_factory
|
2020-09-28 16:45:48 +02:00 |
|
Ines Montani
|
2e9c9e74af
|
Fix config resolution and interpolation
TODO: auto-interpolate in Thinc if config is dict (i.e. likely subsection)
|
2020-09-28 15:34:00 +02:00 |
|
Ines Montani
|
02838a1d47
|
Fix resolve_dot_names
|
2020-09-28 15:27:10 +02:00 |
|
Ines Montani
|
822ea4ef61
|
Refactor CLI
|
2020-09-28 15:09:59 +02:00 |
|
Ines Montani
|
a89e0ff7cb
|
Fix typo
|
2020-09-28 12:55:21 +02:00 |
|
Ines Montani
|
a62337b3f3
|
Tidy up vocab init
|
2020-09-28 12:53:06 +02:00 |
|
Ines Montani
|
c22ecc66bb
|
Don't support init path for now
|
2020-09-28 12:46:28 +02:00 |
|
Ines Montani
|
f49288ab81
|
Update default_config_pretraining.cfg
|
2020-09-28 12:31:54 +02:00 |
|
Ines Montani
|
a5f2cc0509
|
Tidy up and remove raw text (rehearsal) for now
|
2020-09-28 12:30:13 +02:00 |
|
Ines Montani
|
1590de11b1
|
Update config
|
2020-09-28 12:05:23 +02:00 |
|
Matthew Honnibal
|
9f6ad06452
|
Upd default config
|
2020-09-28 12:00:23 +02:00 |
|
Ines Montani
|
e44a7519cd
|
Update CLI and add [initialize] block
|
2020-09-28 11:56:14 +02:00 |
|
Ines Montani
|
d5155376fd
|
Update vocab init
|
2020-09-28 11:30:18 +02:00 |
|
Ines Montani
|
8b74fd19df
|
init pipeline -> init nlp
|
2020-09-28 11:13:38 +02:00 |
|
Ines Montani
|
2fdb7285a0
|
Update CLI
|
2020-09-28 11:06:07 +02:00 |
|