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

Add candidate ranking as a problem #11

Open johann-petrak opened 8 years ago

johann-petrak commented 8 years ago

This would use the annotation graph convention to represent the ranking problem and support full ranking or just picking the best (by placing the rank into a feature or by placing a boolean "isBest" into a feature).