com.knowledgebooks.nlp_utils
Interface IReadInputFiles


public interface IReadInputFiles

Classes using an instance of ReadInputFiles to read current input files need to implement this interface and instances must pass a reference to themselves to the ReadInputFiles constructor.

Copyright 2002-2008 by Mark Watson. All rights reserved.

This software is not public domain. It can be legally used under either of the following licenses:

1. KnowledgeBooks.com Non Commercial Royality Free License
2. KnowledgeBooks.com Commercial Use License

see www.knowledgebooks.com for details


Method Summary
 void processFile(java.lang.String file_path)
           
 

Method Detail

processFile

void processFile(java.lang.String file_path)
                 throws java.io.IOException
Throws:
java.io.IOException