edu.stanford.nlp.trees
Interface WordNetConnection


public interface WordNetConnection

Allows us to verify that a wordnet connection is available without compile time errors if the package is not found.

Author:
Chris Cox

Method Summary
 boolean wordNetContains(StringBuffer s)
           
 

Method Detail

wordNetContains

boolean wordNetContains(StringBuffer s)


Stanford NLP Group