..
__init__.py
…
test_issue54.py
…
test_issue118.py
…
test_issue242.py
…
test_issue309.py
…
test_issue351.py
…
test_issue360.py
…
test_issue361.py
…
test_issue401.py
…
test_issue429.py
…
test_issue514.py
…
test_issue587.py
…
test_issue588.py
…
test_issue589.py
…
test_issue590.py
…
test_issue595.py
…
test_issue599.py
…
test_issue600.py
…
test_issue615.py
…
test_issue686.py
…
test_issue693.py
…
test_issue704.py
…
test_issue717.py
…
test_issue719.py
…
test_issue736.py
…
test_issue740.py
…
test_issue743.py
…
test_issue744.py
…
test_issue758.py
…
test_issue759.py
…
test_issue768.py
…
test_issue775.py
…
test_issue781.py
Make test less flakey
2017-11-06 17:34:50 +01:00
test_issue792.py
…
test_issue801.py
…
test_issue805.py
…
test_issue834.py
…
test_issue850.py
…
test_issue852.py
…
test_issue859.py
…
test_issue886.py
…
test_issue891.py
…
test_issue903.py
…
test_issue910.py
Fix syntax error and formatting in test (see #1617 )
2017-11-20 14:01:25 +01:00
test_issue912.py
…
test_issue957.py
…
test_issue995.py
…
test_issue999.py
…
test_issue1207.py
Added failing test for Issue #1207 .
2017-11-17 17:04:27 -08:00
test_issue1242.py
Check that empty strings are handled. Closes #1242
2017-10-21 00:52:14 +02:00
test_issue1250.py
Add test for #1250 : Tokenizer cache clobbered special-case attrs
2017-10-24 16:07:18 +02:00
test_issue1253.py
Fix re-parsing of previously parsed text
2017-10-20 16:27:36 +02:00
test_issue1257.py
…
test_issue1305.py
Fix model-mark on regression test.
2017-10-25 14:44:00 +02:00
test_issue1375.py
Fix #1375 -- out-of-bounds on token.nbor()
2017-10-24 12:10:39 +02:00
test_issue1380.py
…
test_issue1387.py
…
test_issue1434.py
Normalize imports in regression test
2017-10-24 14:25:49 +02:00
test_issue1450.py
Revert matcher fixes from GregDubbin
2018-02-18 10:59:28 +01:00
test_issue1488.py
Assert instead of print
2017-11-03 18:50:57 +01:00
test_issue1494.py
Fixed issue of infix capturing prefixes
2017-11-28 17:17:12 +01:00
test_issue1506.py
Completely cleanup tokenizer cache
2017-11-15 17:55:48 +03:00
test_issue1518.py
Add unicode declaration
2017-11-11 00:13:56 +01:00
test_issue1537.py
Fix unicode error in new test
2018-01-15 15:39:00 +01:00
test_issue1539.py
Fix vectors.resize() on Py3. Closes #1539
2018-01-14 14:48:51 +01:00
test_issue1547.py
Add regression test for #1547
2017-11-11 00:14:03 +01:00
test_issue1612.py
Simplify test
2017-11-28 20:27:27 +01:00
test_issue1622.py
Remove unsused dummy variable
2018-01-05 09:57:24 +01:00
test_issue1654.py
Fix off-by-one error in nlp.add_pipe(after=name) ( fixes #1654 )
2017-11-28 20:37:55 +01:00
test_issue1660.py
Add test for #1660
2018-03-28 18:22:51 +02:00
test_issue1698.py
Add regression test for #1698
2017-12-12 10:36:11 +01:00
test_issue1727.py
Add comment to new test
2018-01-23 19:11:53 +01:00
test_issue1757.py
Fix test
2018-01-15 15:55:15 +01:00
test_issue1758.py
add test
2018-01-03 13:00:05 -08:00
test_issue1769.py
Mark like_num tests as slow
2018-01-13 00:44:15 +01:00
test_issue1799.py
Fix unicode import in test
2018-01-22 23:55:44 +01:00
test_issue1807.py
Make set_vector add word to vocab. Fixes #1807
2018-01-14 13:57:57 +01:00
test_issue1834.py
add test for the issue
2018-01-28 19:49:56 +01:00
test_issue1868.py
Add test for #1868 : Vocab.__contains__ with ints
2018-01-23 23:27:05 +01:00
test_issue1883.py
Add test for #1883 : Unpickling Matcher
2018-01-24 15:42:33 +01:00
test_issue1915.py
added tests for issue #1915
2018-01-30 18:30:19 -08:00
test_issue1919.py
Test and fix #1919 : Error resuming training
2018-02-02 02:32:40 +01:00
test_issue1945.py
Make test for #1945 more precise
2018-02-07 02:06:11 +01:00
test_issue1959.py
Changed loading EN model
2018-02-15 14:28:38 -08:00
test_issue1967.py
Allow entity types with dashes ( resolves #1967 )
2018-03-28 20:51:26 +02:00
test_issue2219.py
Test and fix for Issue #2219 ( #2272 )
2018-05-03 18:40:46 +02:00
test_issue2361.py
escape html in displacy.render ( #2378 ) ( closes #2361 )
2018-05-28 18:36:41 +02:00
test_issue2385.py
Fix bug in CLI iob and ner converter ( #2392 ) ( fixes #2385 )
2018-05-30 12:28:44 +02:00