cc.mallet.types
Class AlphabetFactory

java.lang.Object
  extended by cc.mallet.types.AlphabetFactory

public class AlphabetFactory
extends java.lang.Object


Constructor Summary
AlphabetFactory()
           
 
Method Summary
static Alphabet alphabetOfSize(int n)
          Create a dummy alphabet with n dimensions
static LabelAlphabet labelAlphabetOfSize(int n)
          Create a dummy label alphabet with n dimensions
static Alphabet loadFromFile(java.io.File alphabetFile)
          Load an alphabet from a file, one item per line
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphabetFactory

public AlphabetFactory()
Method Detail

alphabetOfSize

public static Alphabet alphabetOfSize(int n)
Create a dummy alphabet with n dimensions


labelAlphabetOfSize

public static LabelAlphabet labelAlphabetOfSize(int n)
Create a dummy label alphabet with n dimensions


loadFromFile

public static Alphabet loadFromFile(java.io.File alphabetFile)
                             throws java.io.IOException
Load an alphabet from a file, one item per line

Throws:
java.io.IOException