Matthew Honnibal
|
719221a215
|
* Fix StringIO for Python 3
|
2015-10-13 20:20:25 +11:00 |
Matthew Honnibal
|
f6d74b14de
|
* Merge
|
2015-10-13 05:25:49 +02:00 |
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
|
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
|
20e909d2bb
|
* Fix empty values in attributes and parts of speech, so symbols align correctly with the StringStore
|
2015-10-10 18:27:03 +11:00 |
Matthew Honnibal
|
88041f69d1
|
* More work on reorganising tests, using conftest.py
|
2015-06-07 18:02:24 +02:00 |
Matthew Honnibal
|
d37dca72dd
|
* Reorganize tests
|
2015-06-07 16:49:46 +02:00 |