Matthew Honnibal
|
20fd36a0f7
|
* Very scrappy, likely buggy first-cut pickle implementation, to work on Issue #125: allow pickle for Apache Spark. The current implementation sends stuff to temp files, and does almost nothing to ensure all modifiable state is actually preserved. The Language() instance is a deep tree of extension objects, and if pickling during training, some of the C-data state is hard to preserve.
|
2015-10-13 13:44:41 +11:00 |
|
Matthew Honnibal
|
f8de403483
|
* Work on pickling Vocab instances. The current implementation is not correct, but it may serve to see whether this approach is workable. Pickling is necessary to address Issue #125
|
2015-10-13 13:44:41 +11:00 |
|
Matthew Honnibal
|
5ca57bd859
|
* Ensure Morphology can be pickled, to address Issue #125.
|
2015-10-13 13:44:41 +11:00 |
|
Matthew Honnibal
|
dfe0ad51ff
|
* Add pickle test for lemmatizer
|
2015-10-13 13:44:41 +11:00 |
|
Matthew Honnibal
|
0cee928467
|
* Allow StringStore to be pickled, to start addressing Issue #125
|
2015-10-13 13:44:41 +11:00 |
|
Matthew Honnibal
|
d70e8cac2c
|
* Fix empty values in attributes and parts of speech, so symbols align correctly with the StringStore
|
2015-10-13 13:44:40 +11:00 |
|
Matthew Honnibal
|
ce3e306376
|
* Allow SPACY_DATA environment variable in website tests
|
2015-10-13 13:44:40 +11:00 |
|
Matthew Honnibal
|
3b79d67462
|
* Fix assertion in test_basic_create
|
2015-10-12 00:48:18 +11:00 |
|
Matthew Honnibal
|
afec8cac20
|
* Add more tests to probe mingw32 failure
|
2015-10-11 22:40:04 +11:00 |
|
Matthew Honnibal
|
dba1daf597
|
* Add script to test loading different components
|
2015-10-11 19:46:53 +11:00 |
|
Matthew Honnibal
|
cc92f3f0ed
|
* Fix Matcher test
|
2015-10-11 14:59:12 +11:00 |
|
Matthew Honnibal
|
1f8f81f0c8
|
* Fix missing import
|
2015-10-11 14:38:21 +11:00 |
|
Matthew Honnibal
|
693dd06547
|
* Add basic, non-data dependent class creation tests, without depending on pytest. For use in debugging MS build issues, for Issue #132
|
2015-10-11 14:29:12 +11:00 |
|
Matthew Honnibal
|
08e29519a6
|
* Add test for how spaces are attached by the parser.
|
2015-10-10 16:03:13 +11:00 |
|
Matthew Honnibal
|
1521cf25c9
|
* Fix merge problem in test_parse_navigate
|
2015-10-10 15:04:01 +11:00 |
|
Matthew Honnibal
|
dc393a5f1d
|
Merge pull request #126 from tomtung/master
Improve slicing support for both Doc and Span
|
2015-10-10 14:14:57 +11:00 |
|
Matthew Honnibal
|
83dccf0fd7
|
* Use io module insteads of deprecated codecs module
|
2015-10-10 14:13:01 +11:00 |
|
Matthew Honnibal
|
599f739ddb
|
* Fix smart quote lemma test
|
2015-10-09 20:51:28 +11:00 |
|
Matthew Honnibal
|
5682439d1e
|
* Remove em dash test from test_lemmatizer, as em dashes are now handled in specials.json
|
2015-10-09 20:24:21 +11:00 |
|
Matthew Honnibal
|
1f90502ce8
|
* Fix website/test_home for Python 3
|
2015-10-09 11:08:31 +02:00 |
|
Matthew Honnibal
|
caff4638c9
|
* Fix website/test_api.py for Python 3
|
2015-10-09 11:08:12 +02:00 |
|
Matthew Honnibal
|
b71ba2eed5
|
* Add tests for unicode puncuation character lemmatization
|
2015-10-09 18:43:14 +11:00 |
|
Yubing (Tom) Dong
|
9a6811acc4
|
Merge remote-tracking branch 'upstream/master'
|
2015-10-08 22:53:02 -07:00 |
|
Matthew Honnibal
|
00c1992503
|
* Mark tests that require models
|
2015-10-09 14:48:14 +11:00 |
|
Matthew Honnibal
|
dea40cfec3
|
* Mark tests that require models
|
2015-10-09 14:37:48 +11:00 |
|
Matthew Honnibal
|
5031440c35
|
* Mark tests that require models
|
2015-10-09 14:29:28 +11:00 |
|
Matthew Honnibal
|
76936a3456
|
* Mark tests that require models
|
2015-10-09 14:19:07 +11:00 |
|
Matthew Honnibal
|
7b340912d4
|
* Mark tests that require models
|
2015-10-09 14:09:26 +11:00 |
|
Matthew Honnibal
|
20b8c3e281
|
* Mark tests that require models
|
2015-10-09 13:58:01 +11:00 |
|
Matthew Honnibal
|
9ff288c7bb
|
* Update tests, after removal of spacy.en.attrs
|
2015-10-09 13:37:25 +11:00 |
|
Yubing (Tom) Dong
|
97685aecb7
|
Add slicing support to Span
|
2015-10-06 02:45:49 -07:00 |
|
Yubing (Tom) Dong
|
5cc2f2b01a
|
Test simple indexing for Span
|
2015-10-06 02:41:46 -07:00 |
|
Yubing (Tom) Dong
|
ef2af20cd3
|
Make Doc's slicing behavior conform to Python conventions
|
2015-10-06 02:41:28 -07:00 |
|
Yubing (Tom) Dong
|
2fc33e8024
|
Allow step=1 when slicing a Doc
|
2015-10-06 00:57:05 -07:00 |
|
Yubing (Tom) Dong
|
73566899bf
|
Add Doc slicing tests
|
2015-10-06 00:57:01 -07:00 |
|
Matthew Honnibal
|
fd72b8b282
|
* Add a test for Issue #118: Matcher behaves unpredictably with overlapping entities
|
2015-10-01 16:21:00 +10:00 |
|
alvations
|
8caedba42a
|
caught more codecs.open -> io.open
|
2015-09-30 20:20:09 +02:00 |
|
Matthew Honnibal
|
bf4d30c5b6
|
* Fix test failures in test_api
|
2015-09-29 23:04:20 +10:00 |
|
Henning Peters
|
5dfd2df686
|
add doctests for website 'api'-section (merge)
|
2015-09-28 14:35:11 +02:00 |
|
Matthew Honnibal
|
d8276b3792
|
* Move test_home to within tests/
|
2015-09-28 19:34:34 +10:00 |
|
Matthew Honnibal
|
5fa18e4f9d
|
* Update mark on test_vec
|
2015-09-22 02:23:11 +02:00 |
|
Matthew Honnibal
|
d9c29de3af
|
* Add vectors tests for token API
|
2015-09-22 02:11:31 +02:00 |
|
Matthew Honnibal
|
c0a63ac157
|
* Mark SBD tests as requiring models
|
2015-09-21 19:23:38 +10:00 |
|
Matthew Honnibal
|
22a1ad8a55
|
* Upd test_merge
|
2015-09-15 14:55:23 +10:00 |
|
Matthew Honnibal
|
4ec89788ca
|
* Add tests for new vectors functionality
|
2015-09-14 17:48:13 +10:00 |
|
Matthew Honnibal
|
c26b4b4650
|
* Fix test_base_nps
|
2015-09-14 09:01:19 +10:00 |
|
Matthew Honnibal
|
2ef449f9d7
|
* Comment out german test
|
2015-09-13 10:57:47 +10:00 |
|
Matthew Honnibal
|
73d7ece34d
|
* Add tests for german
|
2015-09-13 10:32:20 +10:00 |
|
Matthew Honnibal
|
a1292adb82
|
* Test new text and text_with_ws attributes in Token
|
2015-09-13 10:30:37 +10:00 |
|
Matthew Honnibal
|
c25790ebb1
|
* Upd tests
|
2015-09-12 04:23:50 +02:00 |
|