Jacson

de.spieleck.app.ngramj.lm
Class LMWriter

java.lang.Object
  extended by de.spieleck.app.ngramj.lm.LMWriter
All Implemented Interfaces:
LMConstants

public class LMWriter
extends java.lang.Object
implements LMConstants

Create a text_cat compatible LM file resource.


Field Summary
 
Fields inherited from interface de.spieleck.app.ngramj.lm.LMConstants
SKIPABLE, USEDNGRAMS
 
Constructor Summary
LMWriter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LMWriter

public LMWriter()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

spieleck.de