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

LF_ClassificationApplication outputAS parameter does not cause new annotations to be created #13

Closed johann-petrak closed 8 years ago

johann-petrak commented 8 years ago

The optional outputAS parameter in the application PRs is meant to allow new (copies) of the original instance annotations be created with the target feature set on them, instead of the default behaviour of updating or adding the target feature on the original instance annotation. This does not seem to work prooperly.

johann-petrak commented 8 years ago

Fixed by 8b127e3bbbe54e6425b549b10b10db49a0e4ea15