Uses of Class
net.chayden.eliza.WordList

Packages that use WordList
net.chayden.eliza   
 

Uses of WordList in net.chayden.eliza
 

Methods in net.chayden.eliza that return WordList
 WordList SynList.find(java.lang.String s)
          Find a synonym word list given the any word in it.
 

Methods in net.chayden.eliza with parameters of type WordList
 void SynList.add(WordList words)
          Add another word list the the synonym list.