public class Decoder extends Object
Constructor and Description |
---|
Decoder() |
Modifier and Type | Method and Description |
---|---|
protected static void |
annotateBIO_AllLevelsWithTaggers(Data data,
NETaggerLevel1 taggerLevel1,
NETaggerLevel2 taggerLevel2)
use taggerLevel2=null if you want to use only one level of inference
|
static void |
annotateDataBIO(Data data,
NETaggerLevel1 taggerLevel1,
NETaggerLevel2 taggerLevel2)
If you don't wanna use some of the classifiers - pass null parameters.
|
static void |
clearPredictions(Data data) |
static void |
nullifyTaggerCachedFields(edu.illinois.cs.cogcomp.lbjava.learn.SparseNetworkLearner tagger) |
public static void annotateDataBIO(Data data, NETaggerLevel1 taggerLevel1, NETaggerLevel2 taggerLevel2) throws Exception
Exception
protected static void annotateBIO_AllLevelsWithTaggers(Data data, NETaggerLevel1 taggerLevel1, NETaggerLevel2 taggerLevel2) throws Exception
Exception
public static void nullifyTaggerCachedFields(edu.illinois.cs.cogcomp.lbjava.learn.SparseNetworkLearner tagger)
public static void clearPredictions(Data data)
Copyright © 2017. All rights reserved.