Commit Graph

7976 Commits

Author SHA1 Message Date
ines
2c656f90fb Exit with 1 if incompatible models found (see #1714) 2018-01-03 21:20:35 +01:00
ines
dacfaa2ca4 Ensure that download command exits properly (resolves #1714) 2018-01-03 21:03:36 +01:00
ines
1081e08efb Fix formatting 2018-01-03 20:14:50 +01:00
ines
d8109964d6 Use --no-deps on model install
In general, it's nice for models to specify spaCy as a dependency. However, this tends to cause problems in conda environments, as pip will re-install spaCy and its dependencies (especially Thinc)
2018-01-03 17:40:37 +01:00
ines
319d754309 Fix overwriting of existing symlinks
Check for is_symlink() to also overwrite invalid and outdated symlinks. Also show better error message if link path exists but is not symlink (i.e. file or directory).
2018-01-03 17:39:36 +01:00
ines
8ba0dfd017 Make message on failed linking more clear 2018-01-03 17:38:09 +01:00
ines
1fa6ba8130 Fix Doc.from_array example to make it work (see #1527) 2018-01-03 16:59:38 +01:00
ines
49635350f0 Add .from_disk() to pipeline component init example (resolves #1728) 2018-01-03 16:50:24 +01:00
ines
1380bce9a2 Merge branch 'master' of https://github.com/explosion/spaCy 2018-01-03 16:42:28 +01:00
ines
95063ba26b Update tests documentation (resolves #1781) 2018-01-03 16:42:26 +01:00
Ines Montani
03a2f540ca
Merge pull request #1789 from sorenlind/init_model_args
Fix CLI arguments for init-model
2018-01-03 12:08:07 +00:00
Ines Montani
141b4d3b3f
Merge pull request #1788 from AvinashGupta/master
typos corrected
2018-01-03 12:06:53 +00:00
avinash
b379c9d7d3 typos corrected 2018-01-03 16:54:22 +05:30
Søren Lind Kristiansen
d6327e8495 Fix handling case when vectors not specified 2018-01-03 12:20:49 +01:00
Søren Lind Kristiansen
bcc51d7d8b Fix shifted positional arguments 2018-01-03 12:19:47 +01:00
Ines Montani
a980a7aa68
Merge pull request #1775 from zqhZY/master (fixes #1774)
fix issue #1774
2017-12-28 15:05:30 +00:00
zqhZY
29898946cd add contributors.md 2017-12-28 18:04:52 +08:00
zqhZY
f27859fa99 add ChineseDefaults class for pickling 2017-12-28 17:13:58 +08:00
Ines Montani
ff9fc945ab
Merge pull request #1749 from sorenlind/da_ud_tokenization
Tune Danish tokenizer to more closely match Universal Dependencies
2017-12-22 16:00:49 +00:00
ines
26f313dabc Fix missing import 2017-12-22 16:21:44 +01:00
ines
8dc1c27841 Merge branch 'master' of https://github.com/explosion/spaCy 2017-12-22 16:01:00 +01:00
ines
b10ba848b8 xfail test that causes MemoryError on Python 2 on Windows
Need to investigate this further!
2017-12-22 16:00:58 +01:00
Søren Lind Kristiansen
bef735aef7 Fix Danish abbreviation 'm.h.t.' 2017-12-21 09:24:31 +01:00
Ines Montani
b916637b17
Merge branch 'master' into da_ud_tokenization 2017-12-20 21:06:45 +00:00
Ines Montani
a3dd167d7f
Merge branch 'master' into da_ud_tokenization 2017-12-20 21:05:34 +00:00
Ines Montani
97f100f69f
Merge pull request #1742 from kimfalk/master
Two corrections in the da lan.
2017-12-20 21:02:00 +00:00
Ines Montani
d682a8803e
Merge pull request #1672 from cbilgili/master
Adds Turkish Lemmatization
2017-12-20 21:01:00 +00:00
ines
5e5d47fe50 Add contributor agreement (see #1672) 2017-12-20 22:00:12 +01:00
Ines Montani
00f835c62c
Merge pull request #1751 from benjaminp/no-breaking (fixes #1750)
remove no-break spaces from Hindi example (fixes #1750)
2017-12-20 20:57:33 +00:00
Benjamin Peterson
9452134cd1 remove no-break spaces from Hindi example (fixes #1750) 2017-12-20 11:35:30 -08:00
Søren Lind Kristiansen
7a2f2f6f94 Fix formatting. 2017-12-20 18:37:37 +01:00
Søren Lind Kristiansen
97ff496bad Merge branch 'master' into da_ud_tokenization 2017-12-20 18:22:39 +01:00
Ines Montani
8afe767465
Merge pull request #1747 from mpuels/patch-8
doc: Fix typo
2017-12-20 17:04:40 +00:00
Søren Lind Kristiansen
15d13efafd Tune Danish tokenizer to more closely match tokenization in Universal Dependencies. 2017-12-20 17:36:52 +01:00
mpuels
5dcf0c1811
doc: Fix typo 2017-12-20 17:21:29 +01:00
Kim FalkJørgensen
648dc60755 Remove the incorrect exception 'm.h.t' 2017-12-20 10:02:39 +01:00
Ines Montani
f920574f39
Merge pull request #1735 from mdda/patch-2
Documentation example fix : token.head needs '==' rather than 'is'
2017-12-19 14:59:19 +00:00
Kim FalkJørgensen
fc7cf85af5 agreeing to the contributor agreement. 2017-12-19 15:31:52 +01:00
Kim FalkJørgensen
9c9f4ef84a Fixing a translation error in examples.py
Adding an exception in the tokenizer_exceptions.py
2017-12-19 15:26:50 +01:00
Martin Andrews
200c4c6685
Merge pull request #1 from mdda/master
Create mdda.md
2017-12-18 18:26:49 +08:00
Martin Andrews
e4355dade2
Documentation example fix : token.head needs '==' rather than 'is'
(similar change to #1689, it seems).
2017-12-18 18:12:10 +08:00
Martin Andrews
67de1ad11e
Create mdda.md 2017-12-18 18:09:27 +08:00
Ines Montani
c2159c77c5
Update CONTRIBUTING.md 2017-12-17 15:27:04 +01:00
Ines Montani
004bd24896
Merge pull request #1731 from d99kris/patch-1
Fix typo Span -> Token on Token API page
2017-12-17 12:45:34 +00:00
Ines Montani
a6dd746454
Merge pull request #1732 from d99kris/patch-2
Add d99kris to contributors
2017-12-17 12:45:11 +00:00
Ines Montani
1a400ac874
Rename d99kris to d99kris.md 2017-12-17 13:44:55 +01:00
Kristofer Berggren
cacdf4ad19
Add d99kris to contributors
Add myself (d99kris) to spaCy Contributor Agreement, for PR https://github.com/explosion/spaCy/pull/1731
2017-12-17 20:43:23 +08:00
Kristofer Berggren
1cb8c997fb
Fix typo Span -> Token on Token API page
Change Span.vector_norm to Token.vector_norm.
2017-12-17 20:32:19 +08:00
Ines Montani
4befd8bd44
Merge pull request #1724 from mpuels/patch-7
doc: Fix minor mistakes
2017-12-17 12:09:17 +00:00
ines
22dc744b48 Fix check for '@' in like_url (see #1715) 2017-12-16 13:48:43 +01:00