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

Suppress the Mallet warning about a missing logging config file #113

Open johann-petrak opened 5 years ago

johann-petrak commented 5 years ago

Mallet library emits:

Couldn't open cc.mallet.util.MalletLogger resources/logging.properties file.
 Perhaps the 'resources' directories weren't copied into the 'class' directory.
 Continuing.

we should make this go away (maybe we can add a default logging properties file to the generated jar that will be used by mallet or have some other way to not make it look for this by setting up mallet logging in the wrapper?)