Example usage for opennlp.tools.util.model BaseModel subclass-usage

List of usage examples for opennlp.tools.util.model BaseModel subclass-usage

Introduction

In this page you can find the example usage for opennlp.tools.util.model BaseModel subclass-usage.

Usage

From source file opennlp.tools.disambiguator.WSDModel.java

public class WSDModel extends BaseModel {

    private static final String COMPONENT_NAME = "WSD";
    private static final String WSD_MODEL_ENTRY_NAME = "WSD.model";

    private static final String WORDTAG = "wordtag";