spaCy/spacy/tests/tokens
2016-10-26 17:22:03 +02:00
..
__init__.py add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
test_add_entities.py Test Issue #461: ent_iob tag incorrect after setting entities. 2016-10-23 15:50:04 +02:00
test_array.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_noun_chunks.py * 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
test_token_api.py Fix vector_norm test. 2016-10-23 19:56:16 +02:00
test_token.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00
test_tokens_api.py Fix test, after IOB tweak. 2016-10-26 17:22:03 +02:00
test_vec.py * Move tests underneath spacy/ 2015-10-26 00:07:31 +11:00