Package | Description |
---|---|
edu.illinois.cs.cogcomp.ner.ExpressiveFeatures |
Modifier and Type | Method and Description |
---|---|
static WordEmbeddings.NormalizationMethod |
WordEmbeddings.NormalizationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WordEmbeddings.NormalizationMethod[] |
WordEmbeddings.NormalizationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
WordEmbeddings.init(Vector<String> filenames,
Vector<Integer> embeddingDimensionality,
Vector<Integer> minWordAppearanceThres,
Vector<Boolean> isLowecasedEmbedding,
Vector<Double> normalizationConstant,
Vector<WordEmbeddings.NormalizationMethod> methods) |
Copyright © 2017. All rights reserved.