Package cc.mallet.util
Class StateToInstances
- java.lang.Object
-
- cc.mallet.util.StateToInstances
-
public class StateToInstances extends java.lang.Object
Sometimes you have a topic sampling state, but not the original instance list file. This class is a command line tool that reads a state.gz file and creates an instance list file that is compatible with that state.
-
-
Constructor Summary
Constructors Constructor Description StateToInstances()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-