Matthew Honnibal
|
00a0dfcb59
|
* Avoid shipping the spacy.munge package
|
2015-06-08 00:54:13 +02:00 |
|
Matthew Honnibal
|
7d265a9c62
|
* Revert to wget in spacy.en.download
|
2015-06-08 00:48:56 +02:00 |
|
Matthew Honnibal
|
a8fc5f1285
|
* Fix munge/read_ner
|
2015-06-08 00:35:04 +02:00 |
|
Matthew Honnibal
|
1515862861
|
* Fix download.py
|
2015-06-08 00:08:05 +02:00 |
|
Matthew Honnibal
|
7e9e8f654a
|
* Use urllib in spacy.en.download
|
2015-06-07 23:51:38 +02:00 |
|
Matthew Honnibal
|
514d6b8e22
|
* Upd travis.yml
|
2015-06-07 23:26:41 +02:00 |
|
Matthew Honnibal
|
1d26f77412
|
* Upd travis.yml
|
2015-06-07 23:19:42 +02:00 |
|
Matthew Honnibal
|
dcdf566ce3
|
* Fix fab test
|
2015-06-07 22:59:05 +02:00 |
|
Matthew Honnibal
|
68be03d66b
|
* Fiddle with travis.yml
|
2015-06-07 22:57:48 +02:00 |
|
Matthew Honnibal
|
22f1ad012e
|
* Add spacy.munge to list of packages
|
2015-06-07 22:28:13 +02:00 |
|
Matthew Honnibal
|
ce8e524825
|
* Fix requirements in setup.py
|
2015-06-07 22:24:21 +02:00 |
|
Matthew Honnibal
|
7195c07897
|
* Add explicit tokenizer test
|
2015-06-07 21:29:17 +02:00 |
|
Matthew Honnibal
|
957e6eaa8a
|
* Fixes to prag_sbd tests
|
2015-06-07 21:19:17 +02:00 |
|
Matthew Honnibal
|
7a9e9ab9b2
|
* Update prag_sbd challenge set
|
2015-06-07 21:13:55 +02:00 |
|
Matthew Honnibal
|
993128032f
|
* Fiddle with travis.yml
|
2015-06-07 20:57:18 +02:00 |
|
Matthew Honnibal
|
ddb11f5585
|
* Fiddle with travis.yml
|
2015-06-07 20:47:45 +02:00 |
|
Matthew Honnibal
|
e85d1a3808
|
* Fix test_conjuncts
|
2015-06-07 19:31:16 +02:00 |
|
Matthew Honnibal
|
80cff41a9c
|
* Upd download.py
|
2015-06-07 19:13:28 +02:00 |
|
Matthew Honnibal
|
6e2564239d
|
* Bug fixes to beam parser. Search still broken on non-gold sentences
|
2015-06-07 19:12:59 +02:00 |
|
Matthew Honnibal
|
1ec4e6fc95
|
* Don't score whitespace tokens
|
2015-06-07 19:10:32 +02:00 |
|
Matthew Honnibal
|
de8f32ba4d
|
* Upd version in docs
|
2015-06-07 19:09:39 +02:00 |
|
Matthew Honnibal
|
731e5f1e46
|
* Add get() function in spacy/syntax/Config
|
2015-06-07 19:09:15 +02:00 |
|
Matthew Honnibal
|
ac422492cf
|
* Fix write_parses mode of bin/parser/train.py
|
2015-06-07 19:08:48 +02:00 |
|
Matthew Honnibal
|
1cfa326f6e
|
* Comment out test_conjuncts
|
2015-06-07 19:08:04 +02:00 |
|
Matthew Honnibal
|
48bc4122d8
|
* Upd version in setup.py
|
2015-06-07 19:05:28 +02:00 |
|
Matthew Honnibal
|
638e07939d
|
* Avoid laoding vectors in test_token_references
|
2015-06-07 19:03:16 +02:00 |
|
Matthew Honnibal
|
50768241b3
|
* Fix test_docs.py
|
2015-06-07 19:02:43 +02:00 |
|
Matthew Honnibal
|
d83255db17
|
* Fix ner test
|
2015-06-07 18:57:42 +02:00 |
|
Matthew Honnibal
|
c6dc151fc3
|
* Fix spans/test_merge.py
|
2015-06-07 18:46:16 +02:00 |
|
Matthew Honnibal
|
2676240cbb
|
* Fix spans/test_merge.py
|
2015-06-07 18:45:19 +02:00 |
|
Matthew Honnibal
|
9abb0dd4fd
|
* Fix spans/test_merge.py
|
2015-06-07 18:44:18 +02:00 |
|
Matthew Honnibal
|
8a4c9c33f1
|
* Fix test_token_references test
|
2015-06-07 18:33:04 +02:00 |
|
Matthew Honnibal
|
15123329b1
|
* Have travis test the pip version of the code
|
2015-06-07 18:17:19 +02:00 |
|
Matthew Honnibal
|
5f44adc659
|
* Add tests/spans/conftest.py
|
2015-06-07 18:07:59 +02:00 |
|
Matthew Honnibal
|
dd587b7477
|
* Fix tests
|
2015-06-07 18:07:32 +02:00 |
|
Matthew Honnibal
|
e3af6af83c
|
* Add tests/vocab/conftest.py
|
2015-06-07 18:02:47 +02:00 |
|
Matthew Honnibal
|
88041f69d1
|
* More work on reorganising tests, using conftest.py
|
2015-06-07 18:02:24 +02:00 |
|
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
|
2ef3555d88
|
* Add ujson to requirements.txt
|
2015-06-07 03:22:17 +02:00 |
|
Matthew Honnibal
|
8f142c1838
|
* Refactor transition system oracles, to split out move and label cost. Preparing to add Unshift move. Will exclude non-monotonic.
|
2015-06-07 03:21:29 +02:00 |
|
Matthew Honnibal
|
e2578fbb90
|
* Avoid parsing and tagging in test_emoticons
|
2015-06-06 05:59:20 +02:00 |
|
Matthew Honnibal
|
89b8775887
|
* Fix output from _min_edit_path when inputs match.
|
2015-06-06 05:58:53 +02:00 |
|
Matthew Honnibal
|
27c8dc3db2
|
* Run tests one file at a time, as the teardown isn't cleaning up objects in global namespace properly
|
2015-06-06 05:58:16 +02:00 |
|
Matthew Honnibal
|
4126ef3b8c
|
* Restore hyphenation test to test_infix
|
2015-06-06 05:57:36 +02:00 |
|
Matthew Honnibal
|
98cfd84123
|
* Remove hyphenation from main tokenizer loop: do it in infix.txt instead. This lets emoticons work
|
2015-06-06 05:57:03 +02:00 |
|
Matthew Honnibal
|
45ec92243a
|
* Add hyphenation rule to infix.txt for tokenizer
|
2015-06-06 05:56:00 +02:00 |
|
Matthew Honnibal
|
4073533e28
|
* Upd munge_ewtb for the new json format
|
2015-06-06 02:10:33 +02:00 |
|