irc.style
Interface WordCatcher

All Known Implementing Classes:
MultipleWordCatcher

public interface WordCatcher

A word catcher.


Method Summary
 java.lang.String getType(java.lang.String word)
          Get the type of this word, or null if not found.
 

Method Detail

getType

public java.lang.String getType(java.lang.String word)
Get the type of this word, or null if not found.

Parameters:
word - word to analyse.
Returns:
word type, or null if not found.