All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gate.plugin.learningframework.pipelines.LF_TrainTopicModel_Mallet_EN Maven / Gradle / Ivy

Go to download

A GATE plugin that provides many different machine learning algorithms for a wide range of NLP-related machine learning tasks like text classification, tagging, or chunking.

There is a newer version: 4.2
Show newest version

package gate.plugin.learningframework.pipelines;

import gate.creole.PackagedController;
import gate.creole.metadata.AutoInstance;
import gate.creole.metadata.AutoInstanceParam;
import gate.creole.metadata.CreoleResource;

/**
 * Class for providing the ready made application.
 * @author Johann Petrak, [email protected]
 */
@CreoleResource(
        name = "LF_TrainTopicModel_Mallet_EN", 
        comment = "Example steps to prepare and train a topic model using Mallet LDA",
        icon = "LF_TrainTopicModel_Mallet_EN", 
        autoinstances = @AutoInstance(parameters = {
          @AutoInstanceParam(name="pipelineURL", value="resources/pipelines/LF_TrainTopicModel_Mallet_EN.xgapp"), 
          @AutoInstanceParam(name="menu", value="LearningFramework")})) 
public class LF_TrainTopicModel_Mallet_EN extends PackagedController {
  
  private static final long serialVersionUID = -1892123999534954276L;
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy