Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 5d2f1c7

Browse files
committed
edits to the readme
1 parent 7bf0659 commit 5d2f1c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Eliza is a port as a Processing library of the Java implementation of the Eliza program by Charles Hayden.
1+
This is a Processing library based on the Java implementation of the Eliza program by Charles Hayden.
22
Hayden's code is a complete and faithful implementation of the original program described by by Joseph Weizenbaum in Communications of the ACM in January 1966.
33

44
ACKNOWLEDGMENTS
@@ -32,6 +32,7 @@ eliza.readScript(“http://chayden.net/eliza/script");
3232

3333
To go back to the default script that is loaded when Eliza is initialized, call the readDefaultScript() function.
3434

35+
For detailed instructions on how to modify the script file that determines how Eliza constructs the answers, check the following notes by Charles Hayden:
3536
http://chayden.net/eliza/instructions.txt
3637

3738
FURTHER REFERENCES

0 commit comments

Comments
 (0)