@Deprecated
public class ModelMap
extends java.lang.Object
| Constructor and Description |
|---|
ModelMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Model |
getModel(GrobidModel grobidModel)
Deprecated.
|
protected static Model |
getModel(java.lang.String modelPath)
Deprecated.
|
protected static void |
getNewModel(java.lang.String modelPath)
Deprecated.
|
static Tagger |
getTagger(GrobidModel grobidModel)
Deprecated.
|
static void |
initModels()
Deprecated.
|
@Deprecated public static Tagger getTagger(GrobidModel grobidModel)
grobidModel - the model to use for the creation of the tagger.@Deprecated public static void initModels()
public static Model getModel(GrobidModel grobidModel)
@Deprecated protected static Model getModel(java.lang.String modelPath)
modelPath - the path to the model@Deprecated protected static void getNewModel(java.lang.String modelPath)
modelPath - The path of the model to use.