-
Notifications
You must be signed in to change notification settings - Fork 6
Home
The Learning Framework is GATE's most recent machine learning plugin. It offers a wider variety of more up to date ML algorithms than earlier machine learning plugins, currently supporting several Weka classification algorithms, various Mallet classification algorithms, Mallet's CRF implementation and LibSVM. It offers broadly the same functionality as the Batch Learning PR, with some differences--in addition to providing a broader range of algorithms, it is likely to be faster to train and apply under most circumstances, export to sparse ARFF format is included, and the interface design is a little different, offering more settings in the form of runtime parameters, and supporting multiple trained models in a more user-friendly way.
As in the Batch Learning PR, the Learning Framework PR implements different task modes:
- Classification, which simply assigns a class to each instance annotation. For example, each sentence might be classified as positive or negative;
- Sequence tagging, which finds mentions, such as locations or persons, within the text.
Brought to you by the GATE team