Commit Graph

406 Commits

Author SHA1 Message Date
ines 929a01139a Order issue templates 2018-05-04 03:04:41 +02:00
Ines Montani 7f39c8896b
Update issue templates (#2295)
* Update issue templates

* Update templates
2018-05-04 03:02:26 +02:00
Douglas Knox 9b49a40f4e Test and fix for Issue #2219 (#2272)
Test and fix for Issue #2219: Token.similarity() failed if single letter
2018-05-03 18:40:46 +02:00
G.Pruvost cc8e804648 #2211 - Support for ssl certs config on download command (#2212)
* Add support for SSL/Certs customization on download CLI

* Add a note on SSL options for the 'download' CLI in the README

* Add contributor agreement
2018-05-03 18:37:02 +02:00
Alex Villarreal 13d562e1a4 Fix code sample for Doc.set_extension (#2282)
* Fix code sample for `set_extension`

The previous sample code for `set_extension` fails the assertion at the end, because `city_getter` it checked if the whole document text matches any of the city names. Now it checks if any of the city names is contained in the document text.

* Contributor agreement
2018-05-02 10:16:05 +02:00
Mr Roboto 6f5ccda19c Addresses Issue #2228 - Deserialization fails when using tensor=False or sentiment=False (#2230)
* Fixes issue #2228

* Adds a new contributor
2018-05-01 13:40:22 +02:00
Shirish Kadam d98a90440f Added Adam project to spaCy Universe (#2275)
* Added 5hirish to contributors

* Added Adam Qas Project to spaCy Universe

* Remove $ from code example
2018-04-30 22:25:01 +02:00
Matt Upson 87cc6b3599 Add missing comma to NN example in docs (#2255)
Also add a completed contributor agreement.
2018-04-28 14:56:00 +02:00
Robin Linderborg d01f503b54 Remove incorrect lemma lookup gäng->gänga (#2252)
* Remove incorrect lemma lookup gäng->gänga
In modern Swedish, "gäng" is mostly associated with "gang" or "group of people". The removed lemma lookup lemmatized it to the verb "thread".

* Add contrib agreement to correct directory

* Revert change to CONTRIBUTOR_AGREEMENT
2018-04-28 14:54:41 +02:00
Jens Dahl Møllerhøj e5055e3cf6 Add Danish lemmatizer (#2184)
* add danish lemmatizer

* fill contributor agreement
2018-04-07 19:07:28 +02:00
ines 638068ec6c Restore contributor agreement 2018-03-31 14:06:37 +02:00
Suraj Rajan 1cdbb7c97c [2032] - Changed python set to cpp stl set (#2170)
Changed python set to cpp stl set #2032 

## Description

Changed python set to cpp stl set. CPP stl set works better due to the logarithmic run time of its methods. Finding minimum in the cpp set is done in constant time as opposed to the worst case linear runtime of python set. Operations such as find,count,insert,delete are also done in either constant and logarithmic time thus making cpp set a better option to manage vectors.
Reference : http://www.cplusplus.com/reference/set/set/

### Types of change
Enhancement for `Vectors` for faster initialising of word vectors(fasttext)
2018-03-31 13:28:25 +02:00
Katrin Leinweber 6f84e32253 Formalise citation info (#2167)
* Create CITATION file

* Add Katrinleinweber contributor agreement
2018-03-30 10:34:14 +02:00
Viet Trung Tran ea2af94cd9 Add support for Vietnamese in spaCy by leveraging Pyvi, an external Vietnamese tokenizer (#2155)
* support for Vietnamese

* Contributor Agreement for adding Vietnamese support on spaCy
2018-03-29 12:19:51 +02:00
ines 6173c4aaa6 Port over contributor agreements 2018-03-24 17:17:37 +01:00
Aaron Marquez c7926f72eb add contributor agreement for @enerrio 2018-02-15 12:43:04 -08:00
Claudiu-Vlad Ursache cdd4b3d05c
Add contributor agreement for @ursachec 2018-02-13 20:49:42 +01:00
Johannes Dollinger 012e874d09 Add contributor agreement for emulbreh 2018-02-13 13:40:33 +01:00
Lyndon White 94ce43adf0
squashme 2018-02-09 23:19:11 +08:00
Lyndon White 5b1bc8d101
Sign contributors agreement 2018-02-09 23:14:29 +08:00
Pradeep Kumar Tippa f1911ef73a
Added pktippa contributor agreement 2018-02-07 15:37:28 +05:30
sayf eddine hammemi 35272eade8 Accept contributer agreement. 2018-02-04 20:48:45 +01:00
Adam Binford 1a2c2f7d7f Fixed auto linking after download and added simple test to check 2018-01-29 14:25:21 -05:00
Matthew Honnibal cb7110c22e
Merge pull request #1882 from ohenrik/nb_lemma_and_tag_map
Add norwegian bokmål ('nb') lemmatizer and tag_map
2018-01-29 18:18:50 +01:00
Thomas Opsomer f35895d81b add contributor agreement 2018-01-28 20:12:05 +01:00
Ole Henrik Skogstrøm bbc758526c Added contributors agreement 2018-01-25 11:05:29 +01:00
Ali Zarezade c27c7bf0e0
add contributors.md 2018-01-23 13:47:30 +03:30
Avadh Patel 5029d65738 Signed contributor agreement
Signed-off-by: Avadh Patel <avadh4all@gmail.com>
2018-01-17 06:33:37 -06:00
Ines Montani 36f426fe0a
Merge pull request #1808 from fucking-signup/master
Fix issue #1769
2018-01-12 21:12:02 +00: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 a1d2d1f263
Signed the contributor agreement
Looking forward to contributing some code :)
2018-01-11 17:46:31 +00:00
pbnsilva 78383f38a6 Adds contributor agreement 2018-01-11 17:40:12 +01:00
Kit dba6adea65
Add contributor agreement 2018-01-08 03:08:57 +01:00
Kevin Humphreys 6173b697a7 add agreement 2018-01-03 13:00:14 -08:00
zqhZY 29898946cd add contributors.md 2017-12-28 18:04:52 +08: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
Kim FalkJørgensen fc7cf85af5 agreeing to the contributor agreement. 2017-12-19 15:31:52 +01:00
Martin Andrews 67de1ad11e
Create mdda.md 2017-12-18 18:09:27 +08: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
Bri-Will afd9fc9d36
Adds contributor agreement for Bri-Will 2017-12-11 14:38:37 -08:00
Isaac Sijaranamual f32c6630cb Adds contributor agreement IsaacHaze 2017-12-10 23:15:06 +01:00
Ines Montani 51d3ab2137
Revert contributor agreement to empty form 2017-12-07 16:22:30 +01:00
Canbey Bilgili 86ac8ea5ba Adds Canbey Bilgili's Contributor Agreement 2017-12-01 17:27:41 +03:00
Matthew Honnibal 6bc0f4d29f
Merge pull request #1611 from fsonntag/master
Solving #1494
2017-11-29 23:11:23 +01:00
Matthew Honnibal f9ed9ea529
Merge pull request #1624 from GreenRiverRUS/russian
Add support for Russian
2017-11-29 23:10:01 +01:00
Hugo 88d829f60c CLA 2017-11-29 10:25:20 +02:00
Vadim Mazaev 49b4e2c158 Added contributor agreement 2017-11-26 22:14:08 +03:00
Søren Lind Kristiansen b91986b726 Add contributor agreement. 2017-11-24 15:29:54 +01:00
markulrich c9b63c0dfc Use correct local parameter in example MyComponent (and added markulrich.md contributor file) 2017-11-22 15:59:08 -08:00
Burton DeWilde 833c66c9b2 Add contributor agreement 2017-11-20 11:28:31 -06:00
cclauss 31085dcbb6
Create cclauss.md 2017-11-20 14:57:30 +01:00
Felix Sonntag ada4712250 Add contributer aggreement 2017-11-19 16:30:35 +01:00
Motoki Wu 7b5b49eef0 added contributor agreement 2017-11-17 17:27:20 -08:00
Martino Mensio 239a0f391d added contributor agreement 2017-11-17 16:30:09 +01:00
Ines Montani 339675c9fb
Merge pull request #1565 from DuyguA/patch-2
added contributor agreement for DuyguA
2017-11-13 16:21:50 +01:00
Duygu Altinok c263c3acce
added contributor agreement for DuyguA 2017-11-13 15:45:13 +01:00
Abhinav Sharma 4dd34058a2
Create abhi18av.md 2017-11-13 17:23:05 +05:30
Roman Domrachev 378280039b Fill contributer agreement 2017-11-11 11:39:31 +03:00
Mathias Deschamps b639b4c6b4 Add spaCy Contributor Agreement 2017-11-09 11:56:47 +01:00
Daniel Hershcovich 6eb4a41316
Signed contributor agreement 2017-11-08 16:28:56 +02:00
Abhinav Sharma d097b34059
Update CONTRIBUTOR_AGREEMENT.md 2017-11-08 14:16:04 +05:30
Abhinav Sharma c9c4aaec44
corrected a typo 2017-11-08 13:33:15 +05:30
uwol 9c9ed7890a added contributor agreement 2017-11-05 12:33:43 +01:00
Abhinav Sharma 2aaf5315f3
Filled the details of the contribution license 2017-11-03 16:56:58 +05:30
Jim O'Regan 41dd29e48e merge 2017-10-31 14:07:45 +00:00
ines 1730648e19 Update pull request template 2017-10-24 21:49:11 +02:00
ines 7459ecfa87 Port over contributor agreements 2017-10-24 20:13:34 +02:00
Ramanan Balakrishnan 7b9b1be44c
Support single value for attribute list in doc.to_array 2017-10-19 17:00:41 +05:30
Jim O'Regan 3c4d83aa6e CLA 2017-06-26 21:32:48 +01:00
Ines Montani bc88f9865e Remove file (already covered in PR) 2017-04-27 11:17:30 +02:00
Leif Uwe Vogelsang 13ce4c96b1 Update luvogels.md 2017-04-27 10:42:07 +02:00
Leif Uwe Vogelsang e136c51393 Update Alpha_support_Norwegian bokmål.md 2017-04-26 23:24:11 +02:00
luvogels cbfe4920bb Added contributor agreement and pull request doc 2017-04-26 18:02:34 +02:00
oeg b10bc1a177 Adds contributor agreement dvsrepo 2017-04-07 11:58:28 +02:00
Ines Montani 041f402352 Update ISSUE_TEMPLATE.md 2017-03-18 22:01:54 +01:00
shuvanon 8a2d22222d filled up CONTRIBUTOR_AGREEMENT.md 2017-03-12 17:07:55 +06:00
Michael Wallin 55b1e5e682 [finnish] Add contributor file 2017-02-04 13:54:10 +02:00
Ines Montani b50c499c04 Fix consistency 2017-01-16 20:44:31 +01:00
Ines Montani 8a615e8961 Simplify and update pull request template 2017-01-16 20:43:52 +01:00
Ines Montani 05b3668916 Remove bold formatting as it occasionally causes markup errors 2017-01-09 20:26:09 +01:00
Ines Montani aa876884f0 Revert "Revert "Merge remote-tracking branch 'origin/master'""
This reverts commit fb9d3bb022.
2017-01-09 13:28:13 +01:00
Gyorgy Orosz ade7487ff8 Accepted contributor agreement. 2016-12-26 22:37:02 +01:00
Magnus Burton db5a077d2b Initial commit for Swedish 2016-12-20 11:05:06 +01:00
dafnevk af761fd664 Signed Contributer Agreement by Rob van Nieuwpoort 2016-12-15 10:34:19 +01:00
Ines Montani 1515434eaa Fix wording 2016-11-09 17:29:20 +01:00
Ines Montani 8cd361e319 Fix paths 2016-11-09 17:20:35 +01:00
Ines Montani 592d244484 Re-add existing contributor agreements 2016-11-09 16:42:02 +01:00
Ines Montani 8239878dce Update CONTRIBUTOR_AGREEMENT.md 2016-11-09 16:30:32 +01:00
Ines Montani 3005f76652 Create CONTRIBUTOR_AGREEMENT.md 2016-11-09 16:23:55 +01:00
Ines Montani cd89f6b602 Add line break 2016-11-03 00:03:37 +01:00
Ines Montani eea9f1aab4 Make small changes and update StackOverflow text 2016-11-03 00:02:49 +01:00
Sam Bozek 3bc4c6bbab Minor grammar tweak to environment section 2016-10-28 23:32:11 -07:00
Sam Bozek 39a2e993f1 Add link to spaCy stackoverflow tag 2016-10-28 23:27:36 -07:00
Sam Bozek f0eba7f568 Tightening up ISSUE_Template 2016-10-28 23:21:50 -07:00
Sam Bozek c2d2b12ef7 Tightening up ISSUE_Template 2016-10-28 23:21:32 -07:00
Sam Bozek 1f8826e906 Tracking proper file: ISSUE_TEMPLATE.md 2016-10-27 23:19:18 -07:00
Sam Bozek 071989fd15 Renamed ISSUES.md to proper template convention of ISSUE_TEMPLATE.md 2016-10-27 23:18:38 -07:00
Sam Bozek b66c4c3788 Formatted the steps to be in neat ordered list. Minor grammar adjustments. 2016-10-27 23:09:28 -07:00
Sam Bozek 932f4c8469 Finished ISSUES.md
* Added section for reproducing bug
	* Promote step by step reproduction of code, see if anything has been incorrectly done.
* Context section for extra details that might be helpful for issue tracking
* Final Checklist. Verify bug can be reproduced and details are present.
2016-10-27 23:03:33 -07:00
Sam Bozek bd48d44fa7 Started work on ISSUES template.
Want to have small section to address each issue area:
* What happened/what did you expect?
* Fix suggestions/reason bug happened.
* How to reproduce for other contributors to replicate.
* Look at how workflow was affected by issue.
* As much detail as they can provide about their setup.
2016-10-27 13:46:35 -07:00
Sam Bozek 3e1dbbd52a Clarified a few statements on the pull request template.
* Added spaCy to several areas to avoid confusion
* Simplified a few statements and checkboxes.
2016-10-26 18:27:56 -07:00
Sam Bozek 63b7c2ef61 Added pull request template.
Making following assumptions:
* Pull requests do not need to originate from Issues discussion.
	* But encouraged
* No current CONTRIBUTING.md file
	* honor code that people follow current coding conventions
* Tests run and passed
	* New features require additonal tests for confirmation
2016-10-26 18:20:08 -07:00