Package | Description |
---|---|
edu.illinois.cs.cogcomp.edison.features.helpers |
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(List<String> filenames,
List<Integer> embeddingDimensionality,
List<Integer> minWordAppearanceThres,
List<Boolean> isLowecasedEmbedding,
List<Double> normalizationConstant,
List<WordEmbeddings.NormalizationMethod> methods) |
Copyright © 2017. All rights reserved.