edu.stanford.nlp.classify
Interface TokenReader

All Known Implementing Classes:
POSTokenReader

public interface TokenReader

Title: Naive Bayes Classifier Description: An interface for converting something into a continuous string Copyright: Copyright (c) 2001 Company:


Method Summary
 String makeString()
           
 

Method Detail

makeString

public String makeString()
                  throws FileNotFoundException,
                         IOException
FileNotFoundException
IOException


Stanford NLP Group