tp.store
Interface StoreInterface

All Known Implementing Classes:
StoreCSV

public interface StoreInterface

Interface for saving pre-processed documents into files (in various formats).


Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void writeDocRepresentation(java.io.File file, java.util.ArrayList<DocsRepresentDB.FeatureDF> features_array, DocsRepresentDB representation_database, boolean write_topic)
           
 

Method Detail

writeDocRepresentation

void writeDocRepresentation(java.io.File file,
                            java.util.ArrayList<DocsRepresentDB.FeatureDF> features_array,
                            DocsRepresentDB representation_database,
                            boolean write_topic)

addPropertyChangeListener

void addPropertyChangeListener(java.beans.PropertyChangeListener listener)