Matthew Honnibal
|
18c3c2d05c
|
Add tests for token comparison, re Issue #631
|
2017-01-09 19:09:59 +01:00 |
|
Matthew Honnibal
|
f38eb25fe1
|
Fix test for word vector
|
2016-12-18 23:31:55 +01:00 |
|
Matthew Honnibal
|
6c47048912
|
Fix test, after IOB tweak.
|
2016-10-26 17:22:03 +02:00 |
|
Matthew Honnibal
|
e120561294
|
Fix vector_norm test.
|
2016-10-23 19:56:16 +02:00 |
|
Matthew Honnibal
|
f97548c6f1
|
Fix broken test, re Issue #461
|
2016-10-23 17:02:23 +02:00 |
|
Matthew Honnibal
|
e5627134d9
|
Test Issue #461: ent_iob tag incorrect after setting entities.
|
2016-10-23 15:50:04 +02:00 |
|
Matthew Honnibal
|
a42fbcf946
|
Require model for test_is_properties
|
2016-10-12 19:35:18 +02:00 |
|
Matthew Honnibal
|
bd7fe6420c
|
Revert "Changes to test for new string-store"
This reverts commit 21e90d7d0b .
|
2016-09-30 20:11:01 +02:00 |
|
Matthew Honnibal
|
21e90d7d0b
|
Changes to test for new string-store
|
2016-09-30 20:00:58 +02:00 |
|
Matthew Honnibal
|
81a47c01d8
|
Fix test for empty sentence string.
|
2016-09-27 19:21:22 +02:00 |
|
Matthew Honnibal
|
fc4a7ad794
|
Test and fix Issue #411: IndexError when .sents property is used on empty string.
|
2016-09-27 18:49:14 +02:00 |
|
Matthew Honnibal
|
5d86c30f0b
|
* Fix Issue #367: Missing has_vector property on Doc and Span objects
|
2016-05-09 12:36:14 +02:00 |
|
Matthew Honnibal
|
508fd1f6dc
|
* Refactor noun chunk iterators, so that they're simple functions. Install the iterator when the Doc is created, but allow users to write to the noun_chunk_iterator attribute. The iterator functions accept an object and yield (int start, int end, int label) triples.
|
2016-05-02 14:25:10 +02:00 |
|
Wolfgang Seeker
|
12024b0b0a
|
bugfix: introducing multiple roots now updates original head's properties
adjust tests to rely less on statistical model
|
2016-04-20 16:42:41 +02:00 |
|
Matthew Honnibal
|
6df3858dbc
|
* Fix Issue #323: Incorrect semantics of Token.__str__ built-in. Add flag to allow users to switch the old semantics back on, to ease transition.
|
2016-04-12 13:17:59 +10:00 |
|
Wolfgang Seeker
|
80bea62842
|
bugfix in unit test
|
2016-04-08 16:46:44 +02:00 |
|
Matthew Honnibal
|
4a37fdcee1
|
Merge pull request #287 from wbwseeker/deproj_sentbnd_bug
add function to Token for setting head and dep (and dep_)
|
2016-03-25 09:47:45 +11:00 |
|
Henning Peters
|
c12d3dd200
|
add __init__.py to empty package dirs
|
2016-03-14 11:28:03 +01:00 |
|
Wolfgang Seeker
|
46e3f979f1
|
add function for setting head and label to token
change PseudoProjectivity.deprojectivize to use these functions
|
2016-03-11 17:31:06 +01:00 |
|
Matthew Honnibal
|
c6623889c1
|
* Add test for Issue #251: Incorrect right edges, caused by bad update to r_edge in del_arc, triggered from non-monotonic left-arc
|
2016-02-06 23:47:51 +01:00 |
|
Matthew Honnibal
|
87172a15c6
|
* Fix runtime error bug that arose from updated Span.root function.
|
2016-01-25 15:22:42 +01:00 |
|
Matthew Honnibal
|
bed36ab0ff
|
* Fix import of HEAD attribute
|
2016-01-18 17:34:43 +01:00 |
|
Matthew Honnibal
|
28c659c1fe
|
* Fix import for numpy
|
2016-01-18 17:25:04 +01:00 |
|
Matthew Honnibal
|
fc36bcf458
|
* Fix import for English
|
2016-01-18 17:14:40 +01:00 |
|
Matthew Honnibal
|
714cbc03d5
|
* Add test for Issue #203: nested noun chunks.
|
2016-01-16 18:02:30 +01:00 |
|
Matthew Honnibal
|
4e2253170c
|
* Move test for doc.merge to tokens_api file, to avoid name conflicts which upset pytest
|
2016-01-16 18:01:36 +01:00 |
|
Matthew Honnibal
|
34a157511f
|
* Move test_merge_hang to test_tokens_api
|
2016-01-16 18:00:26 +01:00 |
|
Matthew Honnibal
|
4a16dbfeca
|
* Add test for Issue #203: noun chunks should be flat, but sometimes are nested
|
2016-01-16 17:41:25 +01:00 |
|
Matthew Honnibal
|
aa0dd79f52
|
* Delete test_token_references, which checked a flakey strategy for preventing orphan tokens from a while ago. Now orphan tokens simply hold a reference to Pool, preventing the memory from being freed underneath them. This means that we don't need to run this slow test.
|
2016-01-16 16:03:35 +01:00 |
|
Matthew Honnibal
|
c1039fa4b4
|
* Add test for Issue #214. Resolved in change to Span.root
|
2016-01-16 15:37:47 +01:00 |
|
Henning Peters
|
9027cef3bc
|
access model via sputnik
|
2015-12-07 06:01:28 +01:00 |
|
Matthew Honnibal
|
4e16f9e435
|
* Move tests underneath spacy/
|
2015-10-26 00:07:31 +11:00 |
|