edu.stanford.nlp.util
Interface FileProcessor

All Known Implementing Classes:
MemorySentencebank, MemoryTreebank

public interface FileProcessor


Method Summary
 void processFile(File file)
          Apply this predicate to a File.
 

Method Detail

processFile

public void processFile(File file)
Apply this predicate to a File. This method can assume the file is a file and not a directory.

See Also:
for traversing directories


Stanford NLP Group