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

Consider interfacing with Stanford classification and CRF #19

Closed johann-petrak closed 8 years ago

johann-petrak commented 8 years ago

See http://nlp.stanford.edu/software/classifier.html and http://nlp.stanford.edu/software/CRF-NER.html

johann-petrak commented 8 years ago

WONTFIX: not possible because of Stanford CoreNLP having an incompatible license.