ines
7f8c2ef3c1
Remove buildbot.json for now
2017-03-17 14:35:10 +01:00
Matthew Honnibal
1cc841e600
Merge branch 'master' of https://github.com/explosion/spaCy
2017-03-17 08:18:11 -05:00
Matthew Honnibal
4bfc55b532
Auto-add words to vocab when loading vectors
...
When calling vocab.load_vectors_from_bin_loc, ensure that missing
entries are added to the vocab. Otherwise, loading vectors into an
empty vocab object resulted in no vectors being added.
2017-03-17 08:15:59 -05:00
ines
0e533ad0cc
Mark compatibility table test as slow (temporary)
...
Prevent Travis from running test test until models repo is published
2017-03-17 13:11:36 +01:00
ines
7f25f64acc
Update lightning tour
2017-03-17 13:11:00 +01:00
ines
881db170f7
Update latest news
2017-03-17 13:10:47 +01:00
ines
441383d380
Bump version
2017-03-17 12:52:55 +01:00
ines
279b1d1965
Update version
2017-03-17 12:43:08 +01:00
ines
8af4b9e4df
Fix compatibility.json link
2017-03-17 12:43:03 +01:00
Matthew Honnibal
a630726b13
Fix typo in tests
2017-03-16 20:50:36 -05:00
Matthew Honnibal
f98b30583f
Fix tests
2017-03-16 19:48:00 -05:00
Matthew Honnibal
db51abf685
Fix tests
2017-03-16 18:53:47 -05:00
Matthew Honnibal
adb0b7e43b
Fix loading when no package found
2017-03-16 18:30:23 -05:00
Matthew Honnibal
5c66cffafd
Add tag map for Spanish
2017-03-16 18:05:15 -05:00
Matthew Honnibal
c4351e1165
Update base-form check in lemmatizer, for UD 2.0 morphology
2017-03-16 17:59:31 -05:00
Matthew Honnibal
1e10383e1b
Merge branch 'master' of https://github.com/explosion/spaCy
2017-03-16 17:41:13 -05:00
Matthew Honnibal
859315863a
Merge branch 'master' of https://github.com/explosion/spaCy
2017-03-16 17:40:07 -05:00
Matthew Honnibal
fea9fe08af
Merge pull request #866 from juanmirocks/master
...
Fix lemmatization of OOV words
2017-03-16 23:37:36 +01:00
Matthew Honnibal
ffd4a19383
Increment version
2017-03-16 17:35:57 -05:00
Matthew Honnibal
28bb546939
Merge pull request #883 from ericzhao28/master
...
Add `lower_` and `upper_` properties to `Span` class
2017-03-16 23:35:47 +01:00
ines
e461fafd14
Update example
2017-03-16 23:23:35 +01:00
ines
fd60961825
Fix spacing
2017-03-16 23:23:26 +01:00
Matthew Honnibal
ef6bd08e6c
Update train_ud for Universal Dependencies 2
2017-03-16 17:08:15 -05:00
Matthew Honnibal
890747d8ff
Fix trailing whitespace on morphology features
2017-03-16 17:07:37 -05:00
ines
f4df9463f2
Fix wording
2017-03-16 22:21:46 +01:00
ines
08b0fb62cc
Update models docs
2017-03-16 22:09:43 +01:00
ines
4d9161476a
Remove redundant MODELS_URL
2017-03-16 22:09:36 +01:00
ines
0b5c664b04
Update resources
2017-03-16 21:59:26 +01:00
ines
01288807ba
Update spaCy version
2017-03-16 21:53:59 +01:00
ines
0f4a876a83
Add MODELS_URL variable
2017-03-16 21:53:54 +01:00
ines
807139ae61
Update installation docs and add models quickstart aside
2017-03-16 21:53:44 +01:00
ines
ec75c781b9
Add docs page for models
2017-03-16 21:53:31 +01:00
ines
3e3f20e68b
Add infobox mixin
2017-03-16 21:53:15 +01:00
ines
3ad2179360
Add lighter version of theme colour
2017-03-16 21:53:00 +01:00
ines
b7722b1bff
Add box component
2017-03-16 21:52:52 +01:00
ines
d406f1e9e6
Fix formatting and add link styling to all asides
2017-03-16 21:52:45 +01:00
ines
dd302e0faa
Add bottom margin hack to prevent overlaps
2017-03-16 21:52:19 +01:00
Matthew Honnibal
6f11f22204
Merge branch 'master' of https://github.com/explosion/spaCy
2017-03-16 20:41:58 +01:00
Matthew Honnibal
af41a9790c
Merge remote-tracking branch 'origin/develop-downloads'
2017-03-16 20:41:37 +01:00
Matthew Honnibal
303a56f173
Get absolute path for linking
2017-03-16 20:41:23 +01:00
ines
3d484c3faf
Don't print in parse_package_meta and accept on_erro callback instead
...
TODO: log warning for missing meta data in spacy.link, as this affects
the Language class returned by spacy.load()
2017-03-16 20:34:50 +01:00
ines
d8c984b65e
Don't exit if no model meta data is present
2017-03-16 20:33:33 +01:00
Matthew Honnibal
2524efc0ac
Merge remote-tracking branch 'origin/develop-downloads'
2017-03-16 20:20:41 +01:00
ines
8253581057
Link model automatically if not direct download
2017-03-16 19:54:51 +01:00
Matthew Honnibal
be6510c6eb
Fiddle with travis
2017-03-16 13:40:59 -05:00
Matthew Honnibal
e4c88e0767
Use py.test instead of pytest in travis tests.
2017-03-16 13:24:27 -05:00
Matthew Honnibal
8843b84bd1
Merge remote-tracking branch 'origin/develop-downloads'
2017-03-16 12:00:42 -05:00
Matthew Honnibal
55f813bfbb
Don't reapply the model during training
2017-03-16 11:59:43 -05:00
Matthew Honnibal
c90dc7ac29
Clean up state initiatisation in transition system
2017-03-16 11:59:11 -05:00
Matthew Honnibal
a46933a8fe
Clean up FTRL parsing stuff.
2017-03-16 11:58:20 -05:00