Søren Lind Kristiansen
|
a9ff6eadc9
|
Prefix dummy argument names with underscore
|
2018-01-03 20:48:12 +01:00 |
|
Søren Lind Kristiansen
|
d6327e8495
|
Fix handling case when vectors not specified
|
2018-01-03 12:20:49 +01:00 |
|
Søren Lind Kristiansen
|
bcc51d7d8b
|
Fix shifted positional arguments
|
2018-01-03 12:19:47 +01:00 |
|
Søren Lind Kristiansen
|
5a9d377580
|
Remove abbreviation for positional plac argument
|
2017-12-11 11:08:29 +01:00 |
|
Isaac Sijaranamual
|
20ae0c459a
|
Fixes "Error saving model" #1622
|
2017-12-10 23:07:13 +01:00 |
|
Isaac Sijaranamual
|
e188b61960
|
Make cli/train.py not eat exception
|
2017-12-10 22:53:08 +01:00 |
|
ines
|
5eaa61c2b8
|
Fix formatting
|
2017-12-07 10:23:09 +01:00 |
|
ines
|
24e80c51b8
|
Document init-model command
|
2017-12-07 10:14:37 +01:00 |
|
Matthew Honnibal
|
c91f451b0f
|
Fix imports and CLI in init-model
|
2017-12-07 10:03:07 +01:00 |
|
ines
|
82e80ff928
|
Rename model command to init_model and fix formatting
|
2017-12-07 09:59:23 +01:00 |
|
Ines Montani
|
2feeb428d6
|
Merge pull request #1646 from GreenRiverRUS/master
Added model command to create models from raw data
|
2017-12-07 08:54:26 +00:00 |
|
Thomas Werkmeister
|
94eac75b7c
|
fix setup.py spacy req string for packaging
Requirement should be `spacy>=2.0.2` instead of `spacy2.0.2`
|
2017-12-03 04:16:28 -06:00 |
|
Vadim Mazaev
|
495eacf470
|
Merge branch 'model_command'
|
2017-11-30 12:30:26 +03:00 |
|
Vadim Mazaev
|
c332ffdde1
|
Added model command to create model from raw data:
words counts, brown clusters and vectors
|
2017-11-27 01:21:47 +03:00 |
|
Matthew Honnibal
|
2acc907d55
|
Improve profiling
|
2017-11-23 12:33:03 +00:00 |
|
Matthew Honnibal
|
8d692771f6
|
Improve profiling
|
2017-11-15 13:51:25 +01:00 |
|
ines
|
4c5d2c80d5
|
Re-add python -m to commands, too brittle :( (see #1536)
|
2017-11-10 02:30:55 +01:00 |
|
Matthew Honnibal
|
de45702bbe
|
Strip dev suffixes from version for compatibility check
|
2017-11-08 18:40:21 +01:00 |
|
Matthew Honnibal
|
a2f980de4e
|
Exclude .devN versioning from compatibility check
|
2017-11-08 18:03:52 +01:00 |
|
ines
|
a4662a31a9
|
Move model package templates to cli.package and update docs
|
2017-11-07 12:15:35 +01:00 |
|
Matthew Honnibal
|
c2bbf076a4
|
Add document length cap for training
|
2017-11-03 01:54:54 +01:00 |
|
Matthew Honnibal
|
eca41f0cf6
|
Fix filename conversion for conllu
|
2017-11-01 21:26:49 +01:00 |
|
Matthew Honnibal
|
e237472cdc
|
Fix tag and filename conversion for conllu
|
2017-11-01 21:25:33 +01:00 |
|
ines
|
affd3404ab
|
Remove old model command (now "vocab")
|
2017-11-01 13:14:03 +01:00 |
|
ines
|
37e62ab0e2
|
Update vector meta in meta.json
|
2017-11-01 01:25:09 +01:00 |
|
Matthew Honnibal
|
c390f2d745
|
Make it easier to pass explicit no-pruning to vocab
|
2017-10-31 20:14:47 +01:00 |
|
Matthew Honnibal
|
3659a807b0
|
Remove vector pruning arg from train CLI
|
2017-10-31 19:21:05 +01:00 |
|
Matthew Honnibal
|
59203a2e8a
|
Move vector pruning command into spacy vocab cli tool
|
2017-10-31 19:10:01 +01:00 |
|
ines
|
803e41bc66
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-10-30 18:39:51 +01:00 |
|
ines
|
abf8aa05d3
|
Populate --create-meta defaults from file if available
If meta.json is found in directory and user chooses to overwrite it, show existing data as defaults.
|
2017-10-30 18:39:38 +01:00 |
|
ines
|
ce98fa7934
|
Fix formatting
|
2017-10-30 18:38:55 +01:00 |
|
ines
|
98c35d2585
|
Fix spacy vocab command
|
2017-10-30 18:38:41 +01:00 |
|
Matthew Honnibal
|
e98451b5f7
|
Add -prune-vectors argument to spacy.cly.train
|
2017-10-30 18:00:10 +01:00 |
|
Explosion Bot
|
05a1dd570e
|
Fix vocab script
|
2017-10-30 16:19:22 +01:00 |
|
Explosion Bot
|
b46bdce8d2
|
Add missing import
|
2017-10-30 16:18:10 +01:00 |
|
Explosion Bot
|
0fc1209421
|
Wire up new vocab command
|
2017-10-30 16:14:50 +01:00 |
|
Matthew Honnibal
|
64e4ff7c4b
|
Merge 'tidy-up' changes into branch. Resolve conflicts
|
2017-10-28 13:16:06 +02:00 |
|
ines
|
d941fc3667
|
Tidy up CLI
|
2017-10-27 14:38:39 +02:00 |
|
Matthew Honnibal
|
531142a933
|
Merge remote-tracking branch 'origin/develop' into feature/better-parser
|
2017-10-27 12:34:48 +00:00 |
|
Matthew Honnibal
|
b9616419e1
|
Add try/except around bz2 import
|
2017-10-27 01:18:05 +00:00 |
|
ines
|
11e3f19764
|
Fix vectors data added after training (see #1457)
|
2017-10-25 16:08:26 +02:00 |
|
ines
|
057954695b
|
Read pipeline and vector data off model in --generate-meta
|
2017-10-25 16:03:26 +02:00 |
|
ines
|
273e638183
|
Add vector data to model meta after training (see #1457)
|
2017-10-25 16:03:05 +02:00 |
|
ines
|
95f6174516
|
Remove tensorizer from model pipeline example in spacy package
|
2017-10-24 16:00:56 +02:00 |
|
ines
|
24512420b1
|
Show error if data_path does not exist or is None (see #1102)
|
2017-10-19 00:53:49 +02:00 |
|
Matthew Honnibal
|
dc01acd821
|
Escape encoding in validate function
|
2017-10-12 22:23:21 +02:00 |
|
ines
|
fff1028391
|
Add validate CLI command
|
2017-10-12 20:05:06 +02:00 |
|
Matthew Honnibal
|
a955843684
|
Increase default number of epochs
|
2017-10-12 13:13:01 +02:00 |
|
Matthew Honnibal
|
acba2e1051
|
Fix metadata in training
|
2017-10-11 08:55:52 +02:00 |
|
Matthew Honnibal
|
74c2c6a58c
|
Add default name and lang to meta
|
2017-10-11 08:49:12 +02:00 |
|