Commit Graph

187 Commits

Author SHA1 Message Date
himkt
1a568f2e08 fix wrong documentations (#2423) 2018-06-11 00:21:06 +02:00
Bohdan Moskalevskyi
d66292f767 fix UD data file extensions (#2425)
* fix UD data files extension

* add contributor agreement for msklvsk
2018-06-08 14:26:11 +02:00
Nour Shalabi
a169b79092 Additions to Arabic stop words. (#2422)
* Additions to Arabic stop words.

* Create nourshalabi.md
2018-06-08 02:33:23 +02:00
Maciej
c7d53348d7 Fix bug in CLI iob and ner converter (#2392) (fixes #2385)
* issue_2385 add tests for iob_to_biluo converter function

* issue_2385 fix and modify iob_to_biluo function to accept either iob or biluo tags in cli.converter

* issue_2385 add test to fix b char bug

* add contributor agreement

* fill contributor agreement
2018-05-30 12:28:44 +02:00
ansgar-t
9732988951 escape html in displacy.render (#2378) (closes #2361)
## Description
Fix for issue #2361 :
replace &, <, >, " with &amp;amp; , &amp;lt; , &amp;gt; , &amp;quot; in before rendering svg

## Checklist
<!--- Before you submit the PR, go over this checklist and make sure you can
tick off all the boxes. [] -> [x] -->
- [x] I have submitted the spaCy Contributor Agreement.
- [ ] I ran the tests, and all new and existing tests passed.
(As discussed in the comments to #2361)
- [x] My changes don't require a change to the documentation, or if they do, I've added all required information.
2018-05-28 18:36:41 +02:00
Samuel Pouyt
d85494bfae Added agrement (#2374) 2018-05-26 18:19:08 +02:00
James Messinger
4515e96e90 Better formatting for spacy train CLI (#2357)
* Better formatting for `spacy train` CLI

Changed to use fixed-spaces rather than tabs to align table headers and data.

### Before:
```
Itn.    P.Loss  N.Loss  UAS     NER P.  NER R.  NER F.  Tag %   Token %
0       4618.857        2910.004        76.172  79.645  67.987  88.732  88.261  100.000 4436.9  6376.4
1       4671.972        3764.812        74.481  78.046  62.374  82.680  88.377  100.000 4672.2  6227.1
2       4742.756        3673.473        71.994  77.380  63.966  84.494  90.620  100.000 4298.0  5983.9
```

### After:
```
Itn.  Dep Loss  NER Loss  UAS     NER P.  NER R.  NER F.  Tag %   Token %  CPU WPS  GPU WPS
0     4618.857  2910.004  76.172  79.645  67.987  88.732  88.261  100.000  4436.9   6376.4
1     4671.972  3764.812  74.481  78.046  62.374  82.680  88.377  100.000  4672.2   6227.1
2     4742.756  3673.473  71.994  77.380  63.966  84.494  90.620  100.000  4298.0   5983.9
```

* Added contributor file
2018-05-25 13:08:45 +02:00
Aristo Rinjuang
432ede04af adding more words and rephrasing (#2351)
* adding more words and rephrasing

* adding a contributor

* tokenizer bugs solved
2018-05-24 11:40:57 +02:00
Shantam Raj
1a4682dd0b Update _training.jade (#2340)
* Update _training.jade

Correcting grammar. Replacing "The" with "To".

* Create armsp.md

* Update armsp.md
2018-05-21 11:09:33 +02:00
Tahar Zanouda
00417794d3 Add Arabic language (#2314)
* added support for Arabic lang

* added Arabic language support

* updated conftest
2018-05-15 00:27:19 +02:00
vishnumenon
ae3719ece5 Fix the code for FACILITIY entities (#2324)
* Fix the code for FACILITIY entities

As far as I can tell, the default models all use "FAC" rather than "FACILITY"

* Added my Contributor Agreement

* Rename vishnumenon to vishnumenon.md
2018-05-12 15:19:17 +02:00
Jani Monoses
42b34832e4 Update Romanian stopword list (#2316)
* Contributor agreement for janimo

* Update Romanian stopword list

Include the correct spellings of all the words already in the repo
that are using cedillas (ş and ţ) instead of commas (ș and ț).

Add another unrelated spelling fix.

See https://github.com/stopwords-iso/stopwords-ro/pull/1 and
https://github.com/stopwords-iso/stopwords-ro/pull/2
2018-05-10 12:16:56 +02:00
Lucas Abbade
18af53014f Adding my contributor agreement (#2315)
* Create LRAbbade.md

* Update LRAbbade.md
2018-05-09 21:25:05 +02:00
mauryaland
5368ba028a Update stop_words.py for French language (#2310)
* Add contraction forms of some common stopwords

All the stopwords added contain the apostrophe" ' "or " ’ ".

* Adds contributor agreement mauryaland

* Update mauryaland.md
2018-05-09 12:04:38 +02:00
B!
414f5270b3 B Cavello's signed Contributor Agreement v2 (#2302)
This time hopefully created in the right spot. (Sorry about that!)
2018-05-07 17:48:54 +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
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
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
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
uwol
9c9ed7890a added contributor agreement 2017-11-05 12:33:43 +01:00
Jim O'Regan
41dd29e48e merge 2017-10-31 14:07:45 +00: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
Leif Uwe Vogelsang
13ce4c96b1 Update luvogels.md 2017-04-27 10:42:07 +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
Michael Wallin
55b1e5e682 [finnish] Add contributor file 2017-02-04 13:54:10 +02: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
592d244484 Re-add existing contributor agreements 2016-11-09 16:42:02 +01:00