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

Add resource helper like way to call the most important functions on the PRs. #5

Open johann-petrak opened 8 years ago

johann-petrak commented 8 years ago

Think of a way of how to provide most of the functionality to a script that does not import the API. For example, given an initialized training PR, allow to perform the step of accumulating the corpus representation, then allow to perform a number of evaluation steps for different algorithms and parameter settings on that corpus representation.