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

Make sure the growthStopped flag in the feature info instance is set correctly #103

Closed johann-petrak closed 5 years ago

johann-petrak commented 5 years ago

Also check which implications this has, if at all, at the moment. Feature growth is handled by the alphabets for MB representations, need to re-check for the DVJson representation.

johann-petrak commented 5 years ago

This is done correctly for the Mallet CR, and not necessary for the dense JSON CR.