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
ines
21482b391b
Fix head
2017-12-16 13:48:19 +01:00
mpuels
b3df2a2ffd
doc: Fix minor mistakes
2017-12-14 20:55:59 +01:00
Ines Montani
7a6f24a194
Merge pull request #1720 from mpuels/patch-6
...
doc: Fix minor mistakes
2017-12-13 11:11:59 +00:00
Ines Montani
aad26965bd
Merge pull request #1719 from mpuels/patch-5
...
fix: Add missing period in train data
2017-12-13 11:10:57 +00:00
mpuels
3f7bedadee
doc: Fix minor mistakes
2017-12-13 11:37:24 +01:00
mpuels
1e8147aec7
fix: Add missing period in train data
2017-12-13 10:51:05 +01:00
Ines Montani
1e61fffd0a
Merge pull request #1715 from Bri-Will/master ( resolves #1698 )
...
Update lex_attrs.py. Fix like_url from matching on e-mail
2017-12-12 10:50:10 +00:00
Ines Montani
9c1ee65268
Add regression test for #1698
2017-12-12 10:36:11 +01:00
Ines Montani
6455b574fc
Check for email address first
2017-12-12 10:25:13 +01:00
Bri-Will
afd9fc9d36
Adds contributor agreement for Bri-Will
2017-12-11 14:38:37 -08:00
Bri-Will
d77361d76c
Update lex_attrs.py. Fix like_url from matching on e-mail
2017-12-11 14:13:28 -08:00
Ines Montani
08e2c77368
Merge pull request #1710 from sorenlind/init_model_plac
...
Remove abbreviation for positional plac argument
2017-12-11 15:15:11 +00:00
Søren Lind Kristiansen
5a9d377580
Remove abbreviation for positional plac argument
2017-12-11 11:08:29 +01:00
Ines Montani
9b25605c3b
Merge pull request #1708 from IsaacHaze/issue_1622 ( fixes #1622 )
...
Fix Issue 1622
2017-12-11 01:23:59 +00:00
Isaac Sijaranamual
38021fbb00
Switch from python 3 only TemporaryDirectory to pytest's tmpdir
2017-12-11 00:16:04 +01:00
Isaac Sijaranamual
f32c6630cb
Adds contributor agreement IsaacHaze
2017-12-10 23:15:06 +01:00
Isaac Sijaranamual
20ae0c459a
Fixes "Error saving model" #1622
2017-12-10 23:07:13 +01:00
Isaac Sijaranamual
568130ce7c
Adds regression test_issue1622
2017-12-10 23:00:48 +01:00
Isaac Sijaranamual
e188b61960
Make cli/train.py not eat exception
2017-12-10 22:53:08 +01:00
ines
020a7e5d52
Allow 'fine_grained' option in displaCy (see #1703 )
...
Shows token.tag_ instead of token.pos_. Disabled by default, to not cause rendering issues for models with long fine-grained tags (e.g. merged morphological features).
2017-12-09 15:11:12 +01:00