Matthew Honnibal
|
097ab9c6e4
|
Fix transition system to/from disk
|
2017-05-31 13:44:00 +02:00 |
|
Matthew Honnibal
|
b1469d3360
|
Fix string serialisation
|
2017-05-31 13:43:44 +02:00 |
|
Matthew Honnibal
|
e9419072e7
|
Fix tokenizer serialisation
|
2017-05-31 13:43:31 +02:00 |
|
Matthew Honnibal
|
33e5ec737f
|
Fix to/from disk methods
|
2017-05-31 13:43:10 +02:00 |
|
Matthew Honnibal
|
fe28602f2e
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-31 11:43:56 +02:00 |
|
Matthew Honnibal
|
66af019d5d
|
Fix serialization of tokenizer
|
2017-05-31 11:43:40 +02:00 |
|
Ines Montani
|
e6cf3c7e1c
|
Merge pull request #1093 from oroszgy/hu_emoji_fix
Fixed emoji handling for Hungarian
|
2017-05-31 11:33:24 +02:00 |
|
Matthew Honnibal
|
e98eff275d
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-31 10:29:15 +02:00 |
|
Matthew Honnibal
|
53a3824334
|
Fix mistake in ner feature
|
2017-05-31 03:01:02 +02:00 |
|
Matthew Honnibal
|
8a693c2605
|
Write binary file during training
|
2017-05-31 02:59:18 +02:00 |
|
Matthew Honnibal
|
498ad85309
|
Try using tensor for vector/similarity methdos
|
2017-05-30 23:35:17 +02:00 |
|
Matthew Honnibal
|
a131981f3b
|
Work on vectors
|
2017-05-30 23:34:50 +02:00 |
|
Matthew Honnibal
|
6937e311a4
|
Update doc tests
|
2017-05-30 23:34:23 +02:00 |
|
Matthew Honnibal
|
cc911feab2
|
Fix bug in NER state
|
2017-05-30 22:12:19 +02:00 |
|
Gyorgy Orosz
|
8c0b4b850e
|
Fixed emoji handling for Hungarian
|
2017-05-30 21:34:46 +02:00 |
|
Matthew Honnibal
|
be4a640f0c
|
Fix arc eager label costs for uint64
|
2017-05-30 20:37:58 +02:00 |
|
Matthew Honnibal
|
b127645afc
|
Fix test_misc merge conflict
|
2017-05-29 18:31:44 -05:00 |
|
Matthew Honnibal
|
e0e8eae7c7
|
Tweak package test
|
2017-05-29 18:30:42 -05:00 |
|
Matthew Honnibal
|
11840ff5dd
|
Store tag map before normalizing props
|
2017-05-29 17:53:48 -05:00 |
|
Matthew Honnibal
|
b92a89f87b
|
Make it easier to reference embedding tables
|
2017-05-29 17:53:29 -05:00 |
|
Matthew Honnibal
|
293d1b425b
|
Serialize in consistent order
|
2017-05-29 17:53:06 -05:00 |
|
Matthew Honnibal
|
9bf22a94aa
|
Fix tag set serialisation
|
2017-05-29 17:52:36 -05:00 |
|
Matthew Honnibal
|
2a061e2777
|
Fix serialisation, for reals this time
|
2017-05-29 17:52:08 -05:00 |
|
ines
|
20a7003c0d
|
Update model fixtures and reorganise tests
|
2017-05-29 22:14:31 +02:00 |
|
ines
|
795fe43a4d
|
Add load_test_model function with importorskip()
Loads model only if it can be imported, i.e. if it's installed as a
package.
|
2017-05-29 22:11:31 +02:00 |
|
ines
|
ad3c8b3ad9
|
Fix formatting
|
2017-05-29 22:10:50 +02:00 |
|
ines
|
6e3937efc5
|
Check for arguments of model markers to specify models to test
Lets user set --models --en for only English models
|
2017-05-29 22:10:16 +02:00 |
|
Matthew Honnibal
|
35d981241f
|
Fix model deserialization
|
2017-05-29 14:46:31 -05:00 |
|
Matthew Honnibal
|
5b29f227ae
|
Fix serialization
|
2017-05-29 14:35:53 -05:00 |
|
Matthew Honnibal
|
1e6df0a2a1
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-29 14:30:12 -05:00 |
|
ines
|
08382f21e3
|
Pass model meta to nlp object in load_model
|
2017-05-29 20:44:11 +02:00 |
|
ines
|
6145fe6a93
|
Catch all kwargs on Language
|
2017-05-29 20:43:48 +02:00 |
|
ines
|
0d7d50fe22
|
Add __version__ to __init__.py
|
2017-05-29 20:43:24 +02:00 |
|
Matthew Honnibal
|
6522ea6c8b
|
More serialization fixes. Still broken
|
2017-05-29 13:23:47 -05:00 |
|
Matthew Honnibal
|
9c9ee24411
|
Fix broken lambda scoping in Python 2
|
2017-05-29 13:23:28 -05:00 |
|
Matthew Honnibal
|
f1acdaab55
|
Fix serialization of weight offsets
|
2017-05-29 13:23:11 -05:00 |
|
Matthew Honnibal
|
c044e9c21c
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-29 08:41:02 -05:00 |
|
Matthew Honnibal
|
aa4c33914b
|
Work on serialization
|
2017-05-29 08:40:45 -05:00 |
|
ines
|
9e83a17e95
|
Use new model templates
|
2017-05-29 15:27:24 +02:00 |
|
ines
|
567485a818
|
Fix and document model loading with pipeline and overrides
|
2017-05-29 14:10:10 +02:00 |
|
Matthew Honnibal
|
deac7eb01c
|
Fix for serialization
|
2017-05-29 13:54:18 +02:00 |
|
Matthew Honnibal
|
04c32aa091
|
Fix for serialization
|
2017-05-29 13:53:32 +02:00 |
|
Matthew Honnibal
|
a1960c2d09
|
Fix for serialization
|
2017-05-29 13:47:42 +02:00 |
|
Matthew Honnibal
|
7b06bb896e
|
Fix for serialization
|
2017-05-29 13:42:55 +02:00 |
|
Matthew Honnibal
|
74235587ef
|
Fix to serialization
|
2017-05-29 13:40:31 +02:00 |
|
Matthew Honnibal
|
59f355d525
|
Fixes for serialization
|
2017-05-29 13:38:20 +02:00 |
|
Matthew Honnibal
|
920887f4e4
|
Specify order of vocab deserialization
|
2017-05-29 13:04:40 +02:00 |
|
Matthew Honnibal
|
f4aafca222
|
Merge changes to test_misc
|
2017-05-29 12:26:02 +02:00 |
|
Matthew Honnibal
|
a318f0cae1
|
Add to/from disk/bytes methods for tokenizer
|
2017-05-29 12:24:41 +02:00 |
|
Matthew Honnibal
|
ff26aa6c37
|
Work on to/from bytes/disk serialization methods
|
2017-05-29 11:45:45 +02:00 |
|