Matthew Honnibal
|
2c9c8b8d72
|
Try comming out emoji test in matcher
|
2018-02-23 23:34:35 +01:00 |
|
Matthew Honnibal
|
980ad68cbe
|
Try to find test that fails on appveyor
|
2018-02-23 21:27:53 +01:00 |
|
Matthew Honnibal
|
39de8cd4d3
|
Try to find test failing on appveyor
|
2018-02-23 20:59:21 +01:00 |
|
Matthew Honnibal
|
7b575a119e
|
Try to reduce memory usage of test_matcher
|
2018-02-23 15:34:37 +01:00 |
|
Matthew Honnibal
|
875411b875
|
Set unicode types in _align.pyx and test
|
2018-02-23 14:35:38 +01:00 |
|
Matthew Honnibal
|
51d9679aa3
|
Fix broken span.as_doc test
|
2018-02-23 14:22:24 +01:00 |
|
Matthew Honnibal
|
3e6c1111b7
|
Remove obsolete test
|
2018-02-23 03:22:07 +01:00 |
|
Matthew Honnibal
|
c0734ba526
|
Make alignment work with strings
|
2018-02-20 17:51:49 +01:00 |
|
Matthew Honnibal
|
8180c84a98
|
Add tests for new Levenshtein alignment
|
2018-02-20 17:32:25 +01:00 |
|
Matthew Honnibal
|
2bccad8815
|
Fix incorrect matcher test
|
2018-02-18 14:56:12 +01:00 |
|
Matthew Honnibal
|
530172d57a
|
Merge branch 'master' of https://github.com/explosion/spaCy into feature/better-faster-matcher
|
2018-02-18 14:40:42 +01:00 |
|
Matthew Honnibal
|
1e5aeb4eec
|
Merge pull request #1987 from thomasopsomer/span-sent
Make span.sent work when only manual / custom sbd
|
2018-02-18 14:05:37 +01:00 |
|
Matthew Honnibal
|
eb3040ce46
|
Merge pull request #1891 from fucking-signup/master
Fix issue #1889
|
2018-02-18 13:47:47 +01:00 |
|
Matthew Honnibal
|
3d7285870b
|
Update matcher branch with v2.0.8 master
|
2018-02-18 13:42:58 +01:00 |
|
ines
|
6bba1db4cc
|
Drop six and related hacks as a dependency
|
2018-02-18 13:29:56 +01:00 |
|
Matthew Honnibal
|
f9f46e5a07
|
Revert matcher fixes from GregDubbin
|
2018-02-18 10:59:28 +01:00 |
|
Matthew Honnibal
|
f7dc64d2a3
|
Merge branch 'master' of https://github.com/explosion/spaCy into feature/better-faster-matcher
|
2018-02-17 16:47:35 +01:00 |
|
Aaron Marquez
|
f0d3672e17
|
Changed loading EN model
|
2018-02-15 14:28:38 -08:00 |
|
Aaron Marquez
|
7ba4111554
|
Add test for issue-1959
|
2018-02-15 12:46:22 -08:00 |
|
Thomas Opsomer
|
5d24a81c0b
|
add test for span.sent when doc not parsed
|
2018-02-15 16:59:16 +01:00 |
|
Matthew Honnibal
|
4533c7408d
|
Update matcher tests
|
2018-02-15 15:39:47 +01:00 |
|
Matthew Honnibal
|
4cb861e080
|
Merge pull request #1968 from DuyguA/is_currency
New lexical feature is_currency
|
2018-02-15 12:13:36 +01:00 |
|
Matthew Honnibal
|
00261eea27
|
Make tests refer to matcher2
|
2018-02-14 12:10:51 +01:00 |
|
Claudiu-Vlad Ursache
|
e28de12cbd
|
Ensure files opened in from_disk are closed
Fixes [issue 1706](https://github.com/explosion/spaCy/issues/1706).
|
2018-02-13 20:49:43 +01:00 |
|
Matthew Honnibal
|
dcd8d89aef
|
Update test for 850, making it work with matcher2
|
2018-02-13 16:35:20 +01:00 |
|
Matthew Honnibal
|
9bdfa5cd4f
|
Remove re comparisons tests, as matcher behaves differently
|
2018-02-13 16:28:52 +01:00 |
|
Matthew Honnibal
|
6d7986b0f1
|
Fix matcher test
|
2018-02-13 16:28:06 +01:00 |
|
4altinok
|
471d3c9e23
|
added lex test for is_currency
|
2018-02-11 18:50:50 +01:00 |
|
Matthew Honnibal
|
fd9fd275c5
|
Make test for #1945 more precise
|
2018-02-07 02:06:11 +01:00 |
|
Matthew Honnibal
|
c087a14380
|
Merge branch 'master' of https://github.com/explosion/spaCy
|
2018-02-07 01:29:39 +01:00 |
|
Matthew Honnibal
|
76d89b2180
|
Add test for #1945: PhraseMatcher regression
|
2018-02-07 01:29:23 +01:00 |
|
Matthew Honnibal
|
2e7391e627
|
Merge pull request #1916 from tokestermw/bug/fix-not-passing-in-model-cfg-in-nlp
Bug/fix not passing in model cfg in nlp
|
2018-02-05 01:19:40 +01:00 |
|
Matthew Honnibal
|
f74a802d09
|
Test and fix #1919: Error resuming training
|
2018-02-02 02:32:40 +01:00 |
|
Motoki Wu
|
54062b7326
|
added tests for issue #1915
|
2018-01-30 18:30:19 -08:00 |
|
ines
|
8901814248
|
Improve error handling if pipeline component is not callable (resolves #1911)
Also add help message if user accidentally calls nlp.add_pipe() with a string of a built-in component name.
|
2018-01-30 15:43:03 +01:00 |
|
Matthew Honnibal
|
512e6adb08
|
Merge pull request #1896 from thomasopsomer/fix-sent
Fix sentence boundaries serialization (issue #1834)
|
2018-01-28 21:18:51 +01:00 |
|
Matthew Honnibal
|
f5b1ad4100
|
Limit parser model size, to hopefully reduce memory during CI tests
|
2018-01-28 21:00:32 +01:00 |
|
Thomas Opsomer
|
45d62561f7
|
add test for the issue
|
2018-01-28 19:49:56 +01:00 |
|
Kit
|
52ef51f36e
|
Add test for issue #1889
|
2018-01-25 22:56:48 +01:00 |
|
Matthew Honnibal
|
6a8cb905aa
|
Merge pull request #1876 from GregDubbin/master
Pattern matcher fixes
|
2018-01-24 16:38:11 +01:00 |
|
Matthew Honnibal
|
edb71a280e
|
Add test for #1883: Unpickling Matcher
|
2018-01-24 15:42:33 +01:00 |
|
Matthew Honnibal
|
42a18ef903
|
Add test for #1868: Vocab.__contains__ with ints
|
2018-01-23 23:27:05 +01:00 |
|
greg
|
85ab99e692
|
Correct test examples
|
2018-01-23 15:00:14 -05:00 |
|
Matthew Honnibal
|
91e916cb67
|
Add comment to new test
|
2018-01-23 19:11:53 +01:00 |
|
Matthew Honnibal
|
fd187d71ad
|
Add test for #1727
|
2018-01-23 19:11:01 +01:00 |
|
Matthew Honnibal
|
7e6dc283db
|
Fix unicode import in test
|
2018-01-22 23:55:44 +01:00 |
|
greg
|
686735b94e
|
Fix matcher import
|
2018-01-22 16:53:05 -05:00 |
|
Matthew Honnibal
|
4ce7d24fd5
|
Add test for #1799: Set left and right edges (and thus sentences) in non-projective parses.
|
2018-01-22 20:18:38 +01:00 |
|
greg
|
7072b395c9
|
Add greedy matcher tests
|
2018-01-16 15:46:13 -05:00 |
|
Matthew Honnibal
|
ccb51a9f36
|
Make .similarity() return 1.0 if all orth attrs match
|
2018-01-15 16:29:48 +01:00 |
|