Commit Graph

8231 Commits

Author SHA1 Message Date
Matthew Honnibal
5081f8a2b4 Merge branch 'master' of https://github.com/explosion/spaCy 2018-01-14 14:49:12 +01:00
Matthew Honnibal
1a1cca6052 Fix vectors.resize() on Py3. Closes #1539 2018-01-14 14:48:51 +01:00
ines
8610252e5d Merge branch 'master' of https://github.com/explosion/spaCy 2018-01-14 14:37:21 +01:00
ines
0536e91564 Add note on Tagger.tag_names vs. Tagger.labels (see #1666) [ci skip] 2018-01-14 14:37:19 +01:00
Matthew Honnibal
438050643c Merge branch 'master' of https://github.com/explosion/spaCy 2018-01-14 14:34:55 +01:00
Matthew Honnibal
2e449c1fbf Fix compiler flags, addressing #1591 2018-01-14 14:34:36 +01:00
ines
bbee48080d Clarify hyperparameters and alias usage in spacy train (resolves #1838) [ci skip] 2018-01-14 14:32:50 +01:00
ines
4daba3abda Add regex section to rule-based matching docs (see #1567, #1833) [ci skip] 2018-01-14 14:22:13 +01:00
Matthew Honnibal
0153220304 Make set_vector add word to vocab. Fixes #1807 2018-01-14 13:57:57 +01:00
Ines Montani
55754f0cee
Merge pull request #1836 from fucking-signup/master
Add tests for issue #1769
2018-01-13 00:23:35 +00:00
Kit
4ee97f20a0
Mark like_num tests as slow 2018-01-13 00:44:15 +01:00
Kit
855531537e
Rewrite tests for issue #1769 2018-01-12 23:49:51 +01:00
Kit
5b541cb5ec
Simplify tests for issue #1769 2018-01-12 23:34:27 +01:00
Kit
7a2adc4633
Remove some tests to see build status changes 2018-01-12 22:49:16 +01:00
Kit
0e62809a43
Rewrite tests for issue #1769 2018-01-12 22:26:06 +01:00
Ines Montani
36f426fe0a
Merge pull request #1808 from fucking-signup/master
Fix issue #1769
2018-01-12 21:12:02 +00:00
ines
cfac5b955f Fix aligment issues with newsletter signup form 2018-01-12 22:06:44 +01:00
ines
65babd9e2e Fix typo, formatting and operator descriptions (resolves #1820) 2018-01-12 22:06:27 +01:00
Kit
76f4eeca44
Remove tests to see build changes on Windows (Python 2.7) 2018-01-12 20:30:51 +01:00
Matthew Honnibal
a2a06dce24
Merge pull request #1792 from explosion/feature-improve-model-download
💫 Improve model downloading and linking
2018-01-11 20:02:08 +01:00
Ines Montani
b52f5fb05d
Merge pull request #1830 from Babylonpartners/external-release
Signed the contributor agreement
2018-01-11 19:00:30 +00:00
Sasho Savkov
84d65873d2
Renamed the file 2018-01-11 17:49:29 +00:00
Sasho Savkov
769ee8e26b
Merge pull request #2 from Babylonpartners/savkov-agreement
Signed the contributor agreement
2018-01-11 17:47:04 +00:00
Sasho Savkov
a1d2d1f263
Signed the contributor agreement
Looking forward to contributing some code :)
2018-01-11 17:46:31 +00:00
Ines Montani
11676b47f2
Merge pull request #1828 from wrathagom/patch-1
Small Grammar Fix to _basics.jade
2018-01-11 17:27:23 +00:00
Ines Montani
0d4bb2161f
Merge pull request #1829 from pbnsilva/website-api-typo-fix
Fix to typo in PhraseMatcher API docs
2018-01-11 17:26:36 +00:00
pbnsilva
78383f38a6 Adds contributor agreement 2018-01-11 17:40:12 +01:00
pbnsilva
4cfd848bc3 Fixes typo in PhraseMatcher API docs 2018-01-11 17:35:59 +01:00
Caleb M. Keller
e68f6bf890
Small Grammar Fix to _basics.jade
Fixed an incorrect word order.
2018-01-11 09:26:47 -05:00
Matthew Honnibal
7ca49c2061
Merge branch 'master' into feature-improve-model-download 2018-01-10 18:21:55 +01:00
Matthew Honnibal
f246fab0c1
Merge pull request #1801 from sorenlind/avoid_dummy_args
Don't pass CLI command name as dummy argument
2018-01-10 18:19:42 +01:00
Kit
db6e4ba72e
Update code example according to new changes 2018-01-08 03:45:56 +01:00
Kit
7ec0956e8d
Add regression test (issue #1769) 2018-01-08 03:42:04 +01:00
Kit
701e7cc6aa
Rename variable to keep code consistent 2018-01-08 03:38:44 +01:00
Kit
ed0db95183
Find lowercased forms of ordinal words, where possible 2018-01-08 03:28:50 +01:00
Kit
9bc524982e
Find lowercased forms of numeric words 2018-01-08 03:25:08 +01:00
Kit
dba6adea65
Add contributor agreement 2018-01-08 03:08:57 +01:00
Søren Lind Kristiansen
62de5da1ff Remove unsused dummy variable 2018-01-05 09:57:24 +01:00
Søren Lind Kristiansen
10dab8eef8 Remove dummy variable from function calls 2018-01-05 09:37:05 +01:00
Søren Lind Kristiansen
7f0ab145e9 Don't pass CLI command name as dummy argument 2018-01-04 21:33:47 +01:00
Ines Montani
6a008233b5
Merge pull request #1795 from textioHQ/issue1758 (resolves #1758)
english tokenizer: handle "would've"
2018-01-04 02:43:39 +00:00
Kevin Humphreys
b236e5db97 add fork to instructions 2018-01-03 13:00:36 -08:00
Ines Montani
cb2ea7980c
Update CONTRIBUTORS.md 2018-01-03 22:00:25 +01:00
Kevin Humphreys
6173b697a7 add agreement 2018-01-03 13:00:14 -08:00
Kevin Humphreys
597df5bf83 add test 2018-01-03 13:00:05 -08:00
ines
ef210c73dd Update cli.download and cli.validate docs 2018-01-03 21:34:03 +01:00
Ines Montani
fc13c2b6d9
Merge pull request #1793 from sorenlind/cli_dummy_args
Prefix dummy argument names with underscore
2018-01-03 20:26:46 +00:00
Kevin Humphreys
7918fa4ef9 handle would've 2018-01-03 12:25:48 -08:00
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