|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.chayden.eliza.ElizaProc
This class provides a simplified interface for using the Eliza library as a line processor.
Constructor Summary | |
ElizaProc(java.lang.String scriptPath)
Builds an ElizaProc object. |
Method Summary | |
java.lang.String |
mutate(java.lang.String input)
Mutates one line of text using the Eliza algorithm. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ElizaProc(java.lang.String scriptPath)
scriptPath
- path of the script file to load.Method Detail |
public java.lang.String mutate(java.lang.String input)
input
- The string to mutate.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |