edu.berkeley.nlp.lm
Class ConfigOptions

java.lang.Object
  extended by edu.berkeley.nlp.lm.ConfigOptions
All Implemented Interfaces:
Serializable

public class ConfigOptions
extends Object
implements Serializable

Stores some configuration options, with useful defaults.

Author:
adampauls
See Also:
Serialized Form

Field Summary
 int compressedBlockSize
           
 double hashTableLoadFactor
           
 double[] kneserNeyDiscounts
           
 double[] kneserNeyMinCounts
           
 boolean lockIndexer
           
 int numWordBits
           
 int offsetDeltaRadix
           
static int roundBits
           
 boolean storeRankedProbBackoffs
           
 double stupidBackoffAlpha
           
 double unknownWordLogProb
           
 int valueRadix
           
 
Constructor Summary
ConfigOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compressedBlockSize

public int compressedBlockSize

offsetDeltaRadix

public int offsetDeltaRadix

valueRadix

public int valueRadix

hashTableLoadFactor

public double hashTableLoadFactor

unknownWordLogProb

public double unknownWordLogProb

stupidBackoffAlpha

public double stupidBackoffAlpha

kneserNeyDiscounts

public double[] kneserNeyDiscounts

kneserNeyMinCounts

public double[] kneserNeyMinCounts

numWordBits

public int numWordBits

lockIndexer

public boolean lockIndexer

roundBits

public static int roundBits

storeRankedProbBackoffs

public boolean storeRankedProbBackoffs
Constructor Detail

ConfigOptions

public ConfigOptions()