List of usage examples for edu.stanford.nlp.sequences FeatureFactory subclass-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>