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 configuring EngineMalletSeq more flexible. #3

Closed johann-petrak closed 6 years ago

johann-petrak commented 8 years ago

We should make it easier to configure the CRF and the way how it gets trained. Either by adding more parameters or by implementing more pre-configured variations or a combination of both.

johann-petrak commented 6 years ago

There are now a bunch of parameters to do this, see the documentation. Should open a new issue for specific additional things that should be made possible.