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

Adapt script calling parameters for training and application for the dense json engine #74

Open johann-petrak opened 6 years ago

johann-petrak commented 6 years ago

The parameters for train.py have been changed to make use from the command line easier, need to adapt the engine code to do this right. May need to adapt the keras backend to use same conventions.