A C D E F G H L M N P R S T W

W

WordEvent class com.phrasys.events.WordEvent.
This class is used as a carrier of word information.
WordEvent(Object, Properties). Constructor for class com.phrasys.events.WordEvent
Constructor.
WordListener interface com.phrasys.events.WordListener.

All components in the processing chain which operate on single tokens need to implement this interface and register with one of the previous components (in the processing pipeline).

The method wordReceived() will be called each time a new token arrives.

wordReceived(WordEvent). Method in class com.phrasys.FilePhraser
Receive a WordEvent.
wordReceived(WordEvent). Method in class com.phrasys.FileTagger
Receive a WordEvent.
wordReceived(WordEvent). Method in class com.phrasys.FileTokeniser
Receive a WordEvent.
wordReceived(WordEvent). Method in interface com.phrasys.events.WordListener
A new element has arrived.
wordReceived(WordEvent). Method in class com.phrasys.tagger.Tagger
Receive a word event.
wordReceived(WordEvent). Method in class com.phrasys.phraser.Phraser
receive a WordEvent.

A C D E F G H L M N P R S T W