Matthew Honnibal
|
674ee5dde7
|
* Add conftest.py to tests/, to allow session-global pipeline. This allows much faster tests.
|
2015-06-07 17:53:14 +02:00 |
|
Matthew Honnibal
|
877abb0e5b
|
* Set up tokenizer/ tests properly, using a session-scoped fixture to avoid long load/unload times. Tokenizer tests now complete in 20 seconds.
|
2015-06-07 17:24:49 +02:00 |
|
Matthew Honnibal
|
1d5f20fdda
|
* Move nlp variable from global scope
|
2015-06-07 16:55:11 +02:00 |
|
Matthew Honnibal
|
d37dca72dd
|
* Reorganize tests
|
2015-06-07 16:49:46 +02:00 |
|
Matthew Honnibal
|
e2578fbb90
|
* Avoid parsing and tagging in test_emoticons
|
2015-06-06 05:59:20 +02:00 |
|
Matthew Honnibal
|
4126ef3b8c
|
* Restore hyphenation test to test_infix
|
2015-06-06 05:57:36 +02:00 |
|
Matthew Honnibal
|
b7fd77779a
|
* Add some tests for reading NER data
|
2015-05-27 17:37:03 +02:00 |
|
Matthew Honnibal
|
89c3364041
|
* Update tests, preventing the parser from being loaded if possible
|
2015-05-25 01:02:03 +02:00 |
|
Matthew Honnibal
|
a9c70c9447
|
* Add tests for ontonotes sgml extraction
|
2015-05-24 21:52:12 +02:00 |
|
Matthew Honnibal
|
f460a8d2b6
|
* Comment out failing test in test_conjuncts
|
2015-05-24 21:51:41 +02:00 |
|
Matthew Honnibal
|
13a8595a4b
|
* Add tests for Levenshtein alignment of training data
|
2015-05-24 21:46:11 +02:00 |
|
Matthew Honnibal
|
bdaddc4103
|
* Add PTB file read tests
|
2015-05-20 17:29:27 +02:00 |
|
Matthew Honnibal
|
bdb56497b5
|
* Add test for right_edge and left_edge
|
2015-05-12 20:27:55 +02:00 |
|
Matthew Honnibal
|
fb8d50b3d5
|
Merge branch 'master' of ssh://github.com/honnibal/spaCy
|
2015-04-30 12:45:15 +02:00 |
|
Matthew Honnibal
|
918b820472
|
* Add testing file for issues such as raised in #57
|
2015-04-28 20:46:29 +02:00 |
|
Jordan Suchow
|
38ed265b7d
|
Tweak line spacing
|
2015-04-19 13:01:38 -07:00 |
|
Jordan Suchow
|
3a8d9b37a6
|
Remove trailing whitespace
|
2015-04-19 13:01:38 -07:00 |
|
Jordan Suchow
|
5f0f940a1f
|
Remove unused imports
|
2015-04-19 01:05:22 -07:00 |
|
Matthew Honnibal
|
f7ffd94e6a
|
* Add Token.conjuncts property
|
2015-04-17 01:40:53 +02:00 |
|
Matthew Honnibal
|
4757899370
|
* Fix times test
|
2015-04-16 04:50:40 +02:00 |
|
Matthew Honnibal
|
2ef170a991
|
* Fix Issue #54: Error merging multi-word token when there's a mid-token match.
|
2015-04-16 04:28:06 +02:00 |
|
Matthew Honnibal
|
0a62c32c14
|
* Add test for simple NER case
|
2015-04-13 21:33:54 +02:00 |
|
Matthew Honnibal
|
3faaad0271
|
* Remove bad import from test_span
|
2015-04-12 22:42:14 +02:00 |
|
Matthew Honnibal
|
ed1907b4df
|
* Add pragmatic sentence boundary detection tests, from that Ruby gem. Not automatically run, as they can arbitrarily fail based on model changes. Currently 8/15 fail.
|
2015-04-12 04:46:40 +02:00 |
|
Matthew Honnibal
|
085574ccc1
|
* Add test for Issue #44
|
2015-04-07 06:05:18 +02:00 |
|
Matthew Honnibal
|
6640386b25
|
* Fix Issue #43: TAG attr not supported. Also add DEP attr, while I'm at it. Need better way of ensuring future changes don't break in similar way.
|
2015-04-07 06:00:57 +02:00 |
|
Matthew Honnibal
|
6674d719a5
|
* Test for Issue #43: TAG attribute not working in array export
|
2015-04-07 05:53:50 +02:00 |
|
Matthew Honnibal
|
3b5ea3731a
|
* Add tests for Span stuff
|
2015-04-07 04:52:25 +02:00 |
|
Matthew Honnibal
|
c2b9a61ee2
|
* Upd merge test
|
2015-04-07 04:51:31 +02:00 |
|
Matthew Honnibal
|
3f1e17bd3c
|
* Add tests for new merge() method
|
2015-03-30 01:37:57 +02:00 |
|
Matthew Honnibal
|
ee927fbbb4
|
* Fix test_morph_exceptions
|
2015-03-26 16:44:46 +01:00 |
|
Matthew Honnibal
|
27d9df49e7
|
* Upd sbd tests
|
2015-03-26 16:44:45 +01:00 |
|
Matthew Honnibal
|
d81b7be6a2
|
* Merge train.py
|
2015-03-26 16:44:41 +01:00 |
|
Matthew Honnibal
|
0962ffc095
|
* Fix issue #37: missing check_flag attribute from Token class
|
2015-03-26 15:06:26 +01:00 |
|
Matthew Honnibal
|
a61dacb4e5
|
* Add tests for new subtree method
|
2015-03-03 05:41:00 -05:00 |
|
Matthew Honnibal
|
47a4371fea
|
* Upd tokenizer with i.e. tests
|
2015-02-18 06:37:04 -05:00 |
|
Matthew Honnibal
|
9dbc31d72c
|
* Add test from NSchrading
|
2015-02-16 11:49:31 -05:00 |
|
Matthew Honnibal
|
7572e31f5e
|
* Pass ownership of C data to Token instances if Tokens object is being garbage-collected, but Token instances are staying alive.
|
2015-02-11 18:05:06 -05:00 |
|
leofidus
|
363473aeed
|
Add rokenizer test for zero length string
|
2015-02-10 08:20:32 -05:00 |
|
Matthew Honnibal
|
99f0a315f9
|
* Add test for Issue 24
|
2015-02-08 18:30:46 -05:00 |
|
Matthew Honnibal
|
3e8c87af1a
|
* Extend parse tree navigation tests
|
2015-02-07 18:28:45 -05:00 |
|
Matthew Honnibal
|
aadc57ab00
|
* Add tests for tokens api
|
2015-02-07 13:14:07 -05:00 |
|
Matthew Honnibal
|
6b68607b1f
|
* Add some tests for the code in the index.html docstrings
|
2015-02-07 08:52:13 -05:00 |
|
Matthew Honnibal
|
7d9d8c1489
|
* Fix test_tag_names again
|
2015-02-01 16:25:03 +11:00 |
|
Matthew Honnibal
|
d1c9e7ff70
|
* Make test_tag_names version-portable
|
2015-02-01 15:40:20 +11:00 |
|
Matthew Honnibal
|
1f31774078
|
* Python3 fix for test_tag_names
|
2015-02-01 13:14:20 +11:00 |
|
Matthew Honnibal
|
0fd4a71bed
|
* Add provisional tests for sentence boundary detection
|
2015-01-31 13:46:11 +11:00 |
|
Matthew Honnibal
|
2da694f65e
|
* Don't load parser in test_pre_punct
|
2015-01-30 20:11:47 +11:00 |
|
Matthew Honnibal
|
0b53fd7daa
|
* Add test for parse tree navigation
|
2015-01-30 18:02:58 +11:00 |
|
Matthew Honnibal
|
7d432b7e39
|
* Add tests for vector-space model
|
2015-01-30 16:45:45 +11:00 |
|