Matthew Honnibal
|
db05d4d582
|
Add test for #1380. Passes without fix?
|
2017-10-04 14:56:31 +02:00 |
|
Matthew Honnibal
|
79a94bc166
|
Update textcat exampe
|
2017-10-04 14:55:30 +02:00 |
|
Matthew Honnibal
|
774f5732bd
|
Fix dimensionality of textcat when no vectors available
|
2017-10-04 14:55:15 +02:00 |
|
Matthew Honnibal
|
af75b74208
|
Unset LayerNorm backwards compat hack
|
2017-10-03 20:47:10 -05:00 |
|
ines
|
73ac0aa0b5
|
Update spacy evaluate and add displaCy option
|
2017-10-04 00:03:15 +02:00 |
|
Matthew Honnibal
|
f24c2e3a8a
|
Fix evaluate for non-GPU
|
2017-10-03 22:47:31 +02:00 |
|
Matthew Honnibal
|
32b9f3d1a6
|
Require new thinc
|
2017-10-03 22:17:31 +02:00 |
|
Matthew Honnibal
|
2eb0fe4957
|
Fix setup.py
|
2017-10-03 21:40:04 +02:00 |
|
Matthew Honnibal
|
c69b0836a0
|
Fix fabfile
|
2017-10-03 21:31:41 +02:00 |
|
Matthew Honnibal
|
252299ca2a
|
Add sdist command
|
2017-10-03 21:29:43 +02:00 |
|
Matthew Honnibal
|
5cbefcba17
|
Set backwards compatibility flag
|
2017-10-03 20:29:58 +02:00 |
|
Matthew Honnibal
|
5454b20cd7
|
Update thinc imports for 6.9
|
2017-10-03 20:07:17 +02:00 |
|
Matthew Honnibal
|
4a59f6358c
|
Fix thinc imports
|
2017-10-03 19:21:26 +02:00 |
|
Matthew Honnibal
|
cbb1fbef80
|
Update train_ner_standalone example
|
2017-10-03 18:49:38 +02:00 |
|
Matthew Honnibal
|
e514d6aa0a
|
Import thinc modules more explicitly, to avoid cycles
|
2017-10-03 18:49:25 +02:00 |
|
Matthew Honnibal
|
338e1fda0e
|
Unbreak merge artefact
|
2017-10-03 09:41:05 -05:00 |
|
Matthew Honnibal
|
1289187279
|
Fix circular import
|
2017-10-03 09:33:21 -05:00 |
|
Matthew Honnibal
|
a44c4c3a5b
|
Add timer to evaluate
|
2017-10-03 09:15:35 -05:00 |
|
Matthew Honnibal
|
96da86b3e5
|
Add support for verbose flag to Language
|
2017-10-03 09:14:57 -05:00 |
|
Matthew Honnibal
|
02586a5243
|
Add timing to spacy evaluate command
|
2017-10-03 09:14:34 -05:00 |
|
ines
|
e49cd7aeaf
|
Move import into load to avoid circular imports
|
2017-10-03 15:22:19 +02:00 |
|
Matthew Honnibal
|
8902df44de
|
Fix component disabling during training
|
2017-10-02 21:07:23 +02:00 |
|
Matthew Honnibal
|
c617d288d8
|
Update pipeline component names in spaCy train
|
2017-10-02 17:20:19 +02:00 |
|
Matthew Honnibal
|
f942903429
|
Improve sentence merging in iob2json
|
2017-10-02 17:02:10 +02:00 |
|
Matthew Honnibal
|
31681d20e0
|
Fix concatenation in iob2json converter
|
2017-10-02 16:50:26 +02:00 |
|
Matthew Honnibal
|
4896ce3320
|
Remove misleading comment
|
2017-10-02 00:09:14 +02:00 |
|
Matthew Honnibal
|
d90cc917fa
|
Merge vectors.pyx doc strings
|
2017-10-01 17:05:54 -05:00 |
|
Matthew Honnibal
|
b2a8b9be77
|
Fix inconsistency of Vectors class API
|
2017-10-01 17:00:34 -05:00 |
|
Matthew Honnibal
|
38286b6f07
|
Add example loadig Fast Text vectors
|
2017-10-01 23:40:02 +02:00 |
|
Matthew Honnibal
|
e38089d598
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-10-01 22:10:54 +02:00 |
|
Matthew Honnibal
|
97c409b602
|
Add docstrings for spacy.vectors
|
2017-10-01 22:10:33 +02:00 |
|
ines
|
b776f48e58
|
Fix typo
|
2017-10-01 21:58:45 +02:00 |
|
Matthew Honnibal
|
94df115a81
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-10-01 14:06:23 -05:00 |
|
Matthew Honnibal
|
2cf0f4622f
|
Fix loading of models with pre-trained vectors
|
2017-10-01 14:05:32 -05:00 |
|
Matthew Honnibal
|
69c7c642c2
|
Add spacy evaluate
|
2017-10-01 14:05:04 -05:00 |
|
ines
|
8dbe49ecb8
|
Always compare lowercase package names
Otherwise, is_package will return False if model name contains
uppercase characters. See this issue:
https://support.prodi.gy/t/saving-a-trained-ner-model-as-a-loadable-modu
le/46/6
|
2017-09-29 20:55:17 +02:00 |
|
ines
|
153c2589d4
|
Revert "Always compare lowercase package names"
This reverts commit 7d77dc490f .
|
2017-09-29 20:53:36 +02:00 |
|
ines
|
fd1a9225d8
|
Handle conversion of pipeline components correctly
Allow both comma and comma + whitespace as separators
|
2017-09-29 20:52:56 +02:00 |
|
ines
|
7d77dc490f
|
Always compare lowercase package names
Otherwise, is_package will return False if model name contains
uppercase characters. See this issue:
https://support.prodi.gy/t/saving-a-trained-ner-model-as-a-loadable-modu
le/46/6
|
2017-09-29 20:52:28 +02:00 |
|
Matthew Honnibal
|
cdb2d83e16
|
Pass dropout in parser
|
2017-09-28 18:47:13 -05:00 |
|
Matthew Honnibal
|
158e177cae
|
Fix default embed size
|
2017-09-28 08:25:23 -05:00 |
|
Matthew Honnibal
|
f6330d69e6
|
Default embed size to 7000
|
2017-09-28 08:07:41 -05:00 |
|
Matthew Honnibal
|
ac8481a7b0
|
Print NER loss
|
2017-09-28 08:05:31 -05:00 |
|
Matthew Honnibal
|
542ebfa498
|
Improve defaults
|
2017-09-27 18:54:37 -05:00 |
|
Matthew Honnibal
|
dcb86bdc43
|
Default batch size to 32
|
2017-09-27 11:48:19 -05:00 |
|
Matthew Honnibal
|
1a37a2c0a0
|
Update training defaults
|
2017-09-27 11:48:07 -05:00 |
|
Matthew Honnibal
|
13d7a97f3a
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-09-27 11:44:37 -05:00 |
|
Matthew Honnibal
|
66c388ee01
|
Remove unhelpful multitask objectives
|
2017-09-27 11:44:16 -05:00 |
|
Matthew Honnibal
|
983201a83a
|
Fix hard-coded vector width
|
2017-09-27 11:43:58 -05:00 |
|
Ines Montani
|
55b758154d
|
Merge pull request #1367 from h4iku/fix-spacy101-typo
Fix small typos in spaCy 101 usage document
|
2017-09-27 10:00:11 +02:00 |
|