ines
|
f830213c4c
|
Remove compatibility check test
Will only cause problems when incrementing version and not updating
table. Also depends on external URL, which is bad.
|
2017-03-20 13:20:26 +01:00 |
|
Ines Montani
|
b6ee241e26
|
Fix print statements
|
2017-03-20 11:46:37 +01:00 |
|
ines
|
fe0ff00fe1
|
Fix spacing
|
2017-03-19 11:55:37 +01:00 |
|
ines
|
5712da6095
|
Add regression test for #891
|
2017-03-19 11:48:01 +01:00 |
|
ines
|
aefb898e37
|
Add title-case version of morph rules (resolves #686)
|
2017-03-18 17:27:11 +01:00 |
|
ines
|
64ec17abc1
|
Pass xpassing tests and add xfails for failures
|
2017-03-18 17:20:46 +01:00 |
|
ines
|
d0b85faf69
|
Pass regression test for #401 (resolves #401)
Fixed in new English models.
|
2017-03-18 17:06:49 +01:00 |
|
ines
|
be9daefbdd
|
Remove actual model downloading from tests
|
2017-03-18 17:01:10 +01:00 |
|
Matthew Honnibal
|
de0e6385b4
|
Merge branch 'master' of https://github.com/explosion/spaCy
|
2017-03-18 16:17:28 +01:00 |
|
Matthew Honnibal
|
fe442cac53
|
Fix #717: Set correct lemma for contracted verbs
|
2017-03-18 16:16:10 +01:00 |
|
ines
|
ad934a9abd
|
Add regression test for #693
|
2017-03-18 16:12:30 +01:00 |
|
ines
|
f57c616830
|
Add regression test for #704 and test new model (resolves #704)
(using new English model)
|
2017-03-18 16:04:14 +01:00 |
|
Matthew Honnibal
|
413138de79
|
Fix #719: Lemmatizer can no longer output empty string
|
2017-03-18 16:02:06 +01:00 |
|
ines
|
ab1451f997
|
Don't mark compatibility test as slow
|
2017-03-18 15:17:39 +01:00 |
|
ines
|
ec3e810662
|
Add directory cli and set up command line interface
|
2017-03-18 15:14:48 +01:00 |
|
Matthew Honnibal
|
6420f86f02
|
Merge changes to __init__.py
|
2017-03-17 19:51:45 +01:00 |
|
ines
|
0e533ad0cc
|
Mark compatibility table test as slow (temporary)
Prevent Travis from running test test until models repo is published
|
2017-03-17 13:11:36 +01:00 |
|
Matthew Honnibal
|
a630726b13
|
Fix typo in tests
|
2017-03-16 20:50:36 -05:00 |
|
Matthew Honnibal
|
f98b30583f
|
Fix tests
|
2017-03-16 19:48:00 -05:00 |
|
Matthew Honnibal
|
db51abf685
|
Fix tests
|
2017-03-16 18:53:47 -05:00 |
|
Matthew Honnibal
|
fea9fe08af
|
Merge pull request #866 from juanmirocks/master
Fix lemmatization of OOV words
|
2017-03-16 23:37:36 +01:00 |
|
Matthew Honnibal
|
28bb546939
|
Merge pull request #883 from ericzhao28/master
Add `lower_` and `upper_` properties to `Span` class
|
2017-03-16 23:35:47 +01:00 |
|
Matthew Honnibal
|
8843b84bd1
|
Merge remote-tracking branch 'origin/develop-downloads'
|
2017-03-16 12:00:42 -05:00 |
|
ines
|
4cfc8ffbd2
|
Reformat pickle tests
|
2017-03-15 17:39:54 +01:00 |
|
ines
|
2a0fcf1354
|
Add tests for new download module
|
2017-03-15 17:39:43 +01:00 |
|
Matthew Honnibal
|
4cab8ac136
|
Update morph exceptions test
|
2017-03-15 09:31:34 -05:00 |
|
ines
|
42ba740dde
|
Revert "Merge branch 'debug'"
This reverts commit 89b79d1178 , reversing
changes made to 02bdf490a1 .
|
2017-03-13 20:11:52 +01:00 |
|
ines
|
4c5f51e49e
|
Update regression test
|
2017-03-13 15:16:11 +01:00 |
|
ines
|
02bdf490a1
|
Remove regression test to see if it caused pytest Travis error
|
2017-03-13 13:00:22 +01:00 |
|
ines
|
17018750ac
|
Add regression test for #717
|
2017-03-13 12:58:22 +01:00 |
|
ines
|
2883ebfca2
|
Remove print statement
|
2017-03-13 12:30:42 +01:00 |
|
ines
|
98c13d8aa9
|
Add regression test for #401
|
2017-03-13 12:28:41 +01:00 |
|
ines
|
444d665f9d
|
Add regression test for #686
|
2017-03-13 12:23:35 +01:00 |
|
ines
|
46b17e5b51
|
Add regression test for #719
|
2017-03-13 12:17:35 +01:00 |
|
ines
|
c8ae682ff9
|
Add regression test for #636
|
2017-03-13 12:08:31 +01:00 |
|
ines
|
337f9601f2
|
Add missing unicode declaration
|
2017-03-13 12:08:19 +01:00 |
|
ines
|
d70386ec6e
|
Update docstring in #886 regression test
|
2017-03-13 12:00:38 +01:00 |
|
ines
|
51ba3ef0a8
|
Add regression test for #886
|
2017-03-13 11:44:58 +01:00 |
|
ines
|
1da29a7146
|
Use new Lemmatizer data and remove file import
Since there's currently only an English lemmatizer, the global
Lemmatizer imports from spacy.en. This is unideal and still needs to be
fixed.
|
2017-03-12 13:58:22 +01:00 |
|
ines
|
c89e30d1a3
|
Add test for English time exceptions ("1a.m." etc.)
|
2017-03-12 13:58:22 +01:00 |
|
ines
|
66c1f194f9
|
Use consistent unicode declarations
|
2017-03-12 13:07:28 +01:00 |
|
Em
|
9c809efc25
|
Removed mapStr
|
2017-03-11 16:23:26 -08:00 |
|
Matthew Honnibal
|
ea2592879f
|
Merge branch 'master' of https://github.com/explosion/spaCy
|
2017-03-11 11:13:37 -06:00 |
|
Em
|
426d17167f
|
Added string manipulation for spans
|
2017-03-10 16:50:02 -08:00 |
|
ines
|
10e29189ac
|
Adjust URL testcases and xfail problems (instead of comment)
|
2017-03-10 14:22:50 +01:00 |
|
Matthew Honnibal
|
ea53647362
|
Merge branch 'develop'
|
2017-03-10 02:49:39 -06:00 |
|
Dan Rapp
|
123d3f2d38
|
Fix error in test case parameterization
|
2017-03-09 12:18:21 -07:00 |
|
Dan Rapp
|
b9307dfcd7
|
Merge branch 'master' into rappdw/tokenizer_exceptions_url_fix
|
2017-03-09 11:42:14 -07:00 |
|
Dan Rapp
|
3b1df3808d
|
Issue #840 - URL pattenr too broad
|
2017-03-09 11:39:39 -07:00 |
|
Matthew Honnibal
|
5b0b968d13
|
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
|
2017-03-08 15:03:10 +01:00 |
|