GateNLP / gateplugin-LearningFramework

A plugin for the GATE language technology framework for training and using machine learning models. Currently supports Mallet (MaxEnt, NaiveBayes, CRF and others), LibSVM, Scikit-Learn, Weka, and DNNs through Pytorch and Keras.
https://gatenlp.github.io/gateplugin-LearningFramework/
GNU Lesser General Public License v2.1
26 stars 6 forks source link

Implement exporting for Mallet #21

Closed johann-petrak closed 8 years ago

johann-petrak commented 8 years ago

The simple way to do this is to just use Java serialization to save the InstanceList to a file which is supported by methods on the InstanceList. However I think there are not many command line tools which can actually make use of such a file already. The other issue is that exporting is especially important for situations where the whole InstanceList does not fit into memory any more, so incremental export would be even better.

johann-petrak commented 8 years ago

Fixed by dfa43dbca8f5c4bd6e1d053dd61ef81a6de6d2de