Class YaspWordProcessor

java.lang.Object
  extended byYaspWordProcessor

public class YaspWordProcessor
extends java.lang.Object

Processes the words of its word source.


Constructor Summary
YaspWordProcessor()
          Create an instance of YaspWordProcessor.
 
Method Summary
 YaspWord setYaspWord(java.lang.String word)
          Checks the lexicon for a given word.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YaspWordProcessor

public YaspWordProcessor()
Create an instance of YaspWordProcessor.

Method Detail

setYaspWord

public YaspWord setYaspWord(java.lang.String word)
Checks the lexicon for a given word. if nothing is found, it calls Hyphenator, Phonemator and Accentuator to process the string, making it a YaspWord.