jcolibri.method.retrieve.NNretrieval.similarity.local.textual.compressionbased
Interface ICompressor

All Known Implementing Classes:
GZipCompressor

public interface ICompressor

Interface that defines a function for returning the size of a string after compression.

Author:
Derek Bridge 18/05/07

Method Summary
 int getCompressedSize(java.lang.String s)
          Returns the size of a string after compression.
 

Method Detail

getCompressedSize

int getCompressedSize(java.lang.String s)
Returns the size of a string after compression.

Parameters:
s - the string to be compressed
Returns:
the size of the string after compression

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es