public class TranslationAppConfig extends Object
Translation probability application configuration
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
TranslationAppConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
translate(ConfigureNode transNode) |
void |
translate(IntSparseMatrix cooccurMatrix,
String srcIndexFolder,
boolean relation,
int minFrequency,
String destIndexFolder,
String matrixKey,
boolean useEM,
boolean useDocFreq,
boolean useMeanTrim,
double probThreshold,
double emBkgCoefficient) |
public static void main(String[] args)
public void translate(ConfigureNode transNode)
public void translate(IntSparseMatrix cooccurMatrix, String srcIndexFolder, boolean relation, int minFrequency, String destIndexFolder, String matrixKey, boolean useEM, boolean useDocFreq, boolean useMeanTrim, double probThreshold, double emBkgCoefficient)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.