11# ChatScript Wiki (user guides, tutorials, papers)
2- ChatScript Guide To Documentation
2+ ** ChatScript Guide To Documentation**
33<br >© Bruce Wilcox, gowilcox@gmail.com
4-
5- > Revision 3/4/2017 cs7.3
4+ <br >Revision 3/4/2017 cs7.3
65
76ChatScript has a lot of documentation in various manuals, so knowing what to read may seem daunting.
87Here is an overview.
@@ -46,7 +45,6 @@ NLTK means nothing to you.
4645<br >An illustration of hooking in an external pos-tagger for foreign language support.
4746
4847
49-
5048## Advanced ChatScript
5149
5250* [ ChatScript Advanced User Manual] ( ChatScript-Advanced-User-Manual.md )
@@ -61,16 +59,6 @@ NLTK means nothing to you.
6159* [ ChatScript Json] ( ChatScript-Json.md )
6260<br >ChatScript support for Json
6361
64- * [ ChatScript Debugging Manual] ( ChatScript-Debugging-Manual.md )
65- <br >The features of CS that support debugging, including tracing. See next manual below for Debugger.
66-
67- * [ ChatScript Debugger] ( ChatScript-Debugger.md )
68- <br >Built-in text oriented debugger.
69-
70- * [ ChatScript Finalizing a Bot] ( ChatScript-Finalizing-A-Bot.md )
71- <br >Once you have built a bot, how to polish it and make sure it is “ready”. A bot will likely
72- never be complete because you will want to keep improving it.
73-
7462* [ ChatScript Overview Input to Output] ( ChatScript-Overview-of-Input-to-Output.md )
7563<br >An overview of the process of converting input to output. Not necessary except for
7664really advanced users wanting the appropriate mental model.
@@ -91,6 +79,19 @@ really advanced users wanting the appropriate mental model.
9179<br >Installing on Windows, Mac, Linux. Updating ChatScript (advanced).
9280
9381
82+ ## Test and Debug
83+
84+ * [ ChatScript Finalizing a Bot] ( ChatScript-Finalizing-A-Bot.md )
85+ <br >Once you have built a bot, how to polish it and make sure it is “ready”. A bot will likely
86+ never be complete because you will want to keep improving it.
87+
88+ * [ ChatScript Testing Manual] ( ChatScript-Debugging-Manual.md )
89+ <br >The features of CS that support debugging, including tracing.
90+
91+ * [ ChatScript Debugger] ( ChatScript-Debugger.md )
92+ <br >Built-in text oriented step debugger.
93+
94+
9495## Specialized ChatScript
9596
9697* ### Servers and Clients
@@ -158,7 +159,7 @@ really advanced users wanting the appropriate mental model.
158159* [ Paper - Google Talk] ( PAPERS/Paper-Google-Talk.md )
159160<br >A talk I gave at Google about my history, CS, and writing code to act out stories
160161
161- * [ Paper - Writing a Chatbot] ( ../ PAPERS/Paper-%20Writing%20a%20Chatbot.pdf )
162+ * [ Paper - Writing a Chatbot] ( PAPERS/Writing-a-Chatbot.md )
162163<br >Useful discussion on how to think about writing a chatbot
163164
164165* [ Paper - ARBOR_ MakingItReal] ( PAPERS/Paper-ARBOR-MakingItReal.md )
0 commit comments