public abstract class TTable extends Object implements Cloneable
| Constructor and Description |
|---|
TTable() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(int e,
int f,
float delta) |
abstract void |
clear() |
abstract Object |
clone() |
abstract float |
get(int e,
int f) |
abstract void |
normalize() |
void |
prepare(PhrasePair pp,
boolean nullWord) |
abstract void |
set(int e,
IndexedFloatArray fs) |
abstract void |
set(int e,
int f,
float value) |
abstract void |
write() |
public abstract void add(int e,
int f,
float delta)
public abstract void set(int e,
int f,
float value)
public abstract void set(int e,
IndexedFloatArray fs)
public abstract float get(int e,
int f)
public abstract void clear()
public abstract void normalize()
public abstract void write()
throws IOException
IOExceptionpublic void prepare(PhrasePair pp, boolean nullWord)
Copyright © 2015. All rights reserved.