Matthew Honnibal
|
92f9e5cc9a
|
Silence env_opt, and fix serialization for GPU
|
2017-05-31 07:14:11 -05:00 |
|
Matthew Honnibal
|
0561df2a9d
|
Fix tokenizer serialization
|
2017-05-31 14:12:38 +02:00 |
|
Matthew Honnibal
|
4a398c15b7
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-31 13:44:16 +02:00 |
|
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
|
5c30466c95
|
Update NER training example
|
2017-05-31 13:42:12 +02:00 |
|
ines
|
22b1f72870
|
Add spaCy 101 intro
|
2017-05-31 12:44:09 +02:00 |
|
ines
|
a18b95ca12
|
Update docs on testing
|
2017-05-31 12:43:40 +02:00 |
|
ines
|
baa6070548
|
Fix ID of quickstart group to avoid conflicts
|
2017-05-31 12:43:30 +02:00 |
|
ines
|
5e1c361270
|
Update tests README with info on model tests
|
2017-05-31 12:22:58 +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
|
981196c181
|
Fix typo
|
2017-05-31 11:34:31 +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
|
57efafceb1
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-05-30 22:12:35 +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 |
|
ines
|
f86289566a
|
Update new in v2 section and add note on Matcher acceptors
|
2017-05-30 13:53:06 +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
|
ce4e45d0bb
|
Update 101 intro
|
2017-05-29 22:15:06 +02: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 |
|