Example usage for edu.stanford.nlp.sequences FeatureFactory subclass-usage

List of usage examples for edu.stanford.nlp.sequences FeatureFactory subclass-usage

Introduction

In this page you can find the example usage for edu.stanford.nlp.sequences FeatureFactory subclass-usage.

Usage

From source file de.iisys.ocr.pos.CustomNERFeatureFactory.java

/**
 * Features for Named Entity Recognition.  The code here creates the features
 * by processing Lists of CoreLabels.
 * Look at {@link SeqClassifierFlags} to see where the flags are set for
 * what options to use for what flags.
 * <p>