infomat.vectorspace
Class CorpusIO

java.lang.Object
  extended by infomat.vectorspace.CorpusIO

public class CorpusIO
extends java.lang.Object

For loading and saving a Corpus. This class is for my personal use. It does not correspond to anything in this Infomat-package. Not the same as in the clustering package!

Version:
061215
Author:
Magnus Rosell

Constructor Summary
CorpusIO()
           
 
Method Summary
 IMatrix load(java.io.File file)
          Loads a corpus from file in XML format
 IMatrix loadCompressed(java.io.File file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorpusIO

public CorpusIO()
Method Detail

load

public IMatrix load(java.io.File file)
Loads a corpus from file in XML format


loadCompressed

public IMatrix loadCompressed(java.io.File file)