Matthew Honnibal
|
80a5146ec2
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-08-20 11:07:08 -05:00 |
|
Matthew Honnibal
|
84bb543e4d
|
Add gold_preproc flag to cli/train
|
2017-08-20 11:07:00 -05:00 |
|
Matthew Honnibal
|
3fe0d76e6d
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-08-20 14:50:01 +02:00 |
|
Matthew Honnibal
|
c1d3ff517a
|
Track loss in tagger
|
2017-08-20 14:42:23 +02:00 |
|
Matthew Honnibal
|
8875590081
|
Add optimizer in Language.update if sgd=None
|
2017-08-20 14:42:07 +02:00 |
|
Matthew Honnibal
|
84b7ed49e4
|
Ensure updates aren't made if no gold available
|
2017-08-20 14:41:38 +02:00 |
|
ines
|
3c33003078
|
Port over typo corrections from #1245
|
2017-08-20 12:00:17 +02:00 |
|
Ines Montani
|
c2bbd393af
|
Merge pull request #1276 from oroszgy/model_cli_v2
Ported model cli from v1
|
2017-08-20 11:52:59 +02:00 |
|
Jim Geovedi
|
f77443ab68
|
reworked
|
2017-08-20 13:43:21 +07:00 |
|
Jim Geovedi
|
fbc62a09c7
|
added {pre,suf,in}fix tests
|
2017-08-20 13:43:00 +07:00 |
|
Jim Geovedi
|
713d7c0aa0
|
added indonesian lang test
|
2017-08-20 12:17:14 +07:00 |
|
Jim Geovedi
|
b7d83f37c8
|
indonesian abbr.
|
2017-08-20 12:16:50 +07:00 |
|
Jim Geovedi
|
7193c47f0b
|
direct lookup
|
2017-08-20 11:57:52 +07:00 |
|
Jim Geovedi
|
fdf802d505
|
added examples
|
2017-08-20 11:57:10 +07:00 |
|
Jim Geovedi
|
fa544e6c9a
|
Merge remote-tracking branch 'upstream/develop' into indonesian
|
2017-08-20 11:49:40 +07:00 |
|
Matthew Honnibal
|
42fa84075f
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-08-19 22:42:50 +02:00 |
|
Matthew Honnibal
|
aefef6fd28
|
Prevent strings from being lost during from_disk and from_bytes
|
2017-08-19 22:42:17 +02:00 |
|
ines
|
281e7e58b3
|
Don't escape forward slashes on ujson.dumps
|
2017-08-19 22:32:16 +02:00 |
|
ines
|
2d126a00ae
|
Fix typo
|
2017-08-19 22:32:07 +02:00 |
|
Matthew Honnibal
|
41c2218c53
|
Fix test for vectors
|
2017-08-19 22:09:12 +02:00 |
|
Matthew Honnibal
|
b8e1603cc4
|
Fix load fail for missing vectors
|
2017-08-19 22:07:00 +02:00 |
|
Matthew Honnibal
|
a3c51a0355
|
Fix creation of pipeline
|
2017-08-19 21:58:57 +02:00 |
|
Gyorgy Orosz
|
e5344b83a3
|
Ported model cli from v1
|
2017-08-19 21:45:23 +02:00 |
|
Matthew Honnibal
|
6a94648373
|
Fix serialization
|
2017-08-19 21:27:35 +02:00 |
|
Matthew Honnibal
|
1157294434
|
Improve vector handling
|
2017-08-19 20:35:33 +02:00 |
|
Matthew Honnibal
|
ef87562741
|
Restore vectors test utils
|
2017-08-19 20:35:16 +02:00 |
|
Matthew Honnibal
|
1391f9da37
|
Restore vectors tests
|
2017-08-19 20:34:58 +02:00 |
|
Matthew Honnibal
|
8cfeeb4884
|
Increment version
|
2017-08-19 19:52:58 +02:00 |
|
Matthew Honnibal
|
93fb8b64e9
|
Fix vector loading
|
2017-08-19 19:52:25 +02:00 |
|
Matthew Honnibal
|
49a615e7d9
|
Create Vectors object in Vocab
|
2017-08-19 18:50:16 +02:00 |
|
Matthew Honnibal
|
3d049af563
|
Improve vectors to/from disk
|
2017-08-19 18:42:11 +02:00 |
|
Matthew Honnibal
|
3a3ed43e0c
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-08-19 16:39:43 +02:00 |
|
Matthew Honnibal
|
d55d6e1cfa
|
Fix comparison of Token from different docs. Closes #1257
|
2017-08-19 16:39:32 +02:00 |
|
ines
|
1261b01e46
|
Update Doc.char_span docs
|
2017-08-19 16:34:32 +02:00 |
|
Matthew Honnibal
|
9b6a5df15e
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-08-19 16:24:57 +02:00 |
|
Matthew Honnibal
|
4fda02c7e6
|
Add test for new Span.to_array method
|
2017-08-19 16:24:38 +02:00 |
|
Matthew Honnibal
|
dea229c634
|
Fix Span.to_array method
|
2017-08-19 16:24:28 +02:00 |
|
Matthew Honnibal
|
c606b4a42c
|
Add test for Doc.char_span
|
2017-08-19 16:18:23 +02:00 |
|
Matthew Honnibal
|
8b7ac77c23
|
Allow span label to be string in Doc.char_span
|
2017-08-19 16:18:09 +02:00 |
|
Matthew Honnibal
|
7c47e38c12
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-08-19 09:03:15 -05:00 |
|
Matthew Honnibal
|
ab28f911b4
|
Fix parser learning rates
|
2017-08-19 09:02:57 -05:00 |
|
ines
|
5cb0200e63
|
Document new Span.to_array() method
|
2017-08-19 12:45:28 +02:00 |
|
ines
|
471eed4126
|
Add example to Span.merge()
|
2017-08-19 12:45:16 +02:00 |
|
ines
|
404d3067b8
|
Document new Doc.char_span() method
|
2017-08-19 12:45:00 +02:00 |
|
ines
|
d53cbf369f
|
Document as_tuples kwarg on Language.pipe()
|
2017-08-19 12:44:50 +02:00 |
|
ines
|
6a37c93311
|
Update argument type
|
2017-08-19 12:44:33 +02:00 |
|
ines
|
4731d50220
|
Add break utility for long nowrap items (e.g. code)
|
2017-08-19 12:44:23 +02:00 |
|
ines
|
1fe5e1a4d1
|
Add language example sentences (see #1107)
da, de, en, es, fr, he, it, nb, pl, pt, sv
|
2017-08-19 12:22:29 +02:00 |
|
Matthew Honnibal
|
97aabafb5f
|
Document as_tuples keyword arg of Language.pipe
|
2017-08-19 12:21:33 +02:00 |
|
Matthew Honnibal
|
80236116a6
|
Add Doc.char_span method, to get a span by character offset
|
2017-08-19 12:21:09 +02:00 |
|