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

Algorithm parameters for python backend: problem with additional spaces #111

Closed johann-petrak closed 5 years ago

johann-petrak commented 5 years ago

When trailing or additional spaces are entered in the algorithm parameters field for passing on to the pytorch backend, the backend complains about an unknown parameter which seems to be just a space. Looks as if the splitting and passing would be based on single spaces and a space is getting passed as a separate parameter.