edu.berkeley.nlp.lm.io
Class MakeLmBinaryFromArpa

java.lang.Object
  extended by edu.berkeley.nlp.lm.io.MakeLmBinaryFromArpa

public class MakeLmBinaryFromArpa
extends Object

Given a language model in ARPA format, builds a binary representation of the language model and writes it to disk. Language model binaries are significantly smaller and faster to load than ARPA files.

Note that if the input/output files have a .gz suffix, they will be unzipped/zipped as necessary.

Author:
adampauls

Constructor Summary
MakeLmBinaryFromArpa()
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeLmBinaryFromArpa

public MakeLmBinaryFromArpa()
Method Detail

main

public static void main(String[] argv)