Skip to content

Commit edd8c91

Browse files
Merge pull request #55 from solyaris/master
docs: minor corrections
2 parents 622bfc6 + 4812c49 commit edd8c91

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

RAWDATA/MONGO/simplecontrol.top

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11

22

33

4-
outputmacro: postgres() # you get harry by default
4+
outputmacro: mongo() # you get harry by default
55
$cs_token = #DO_INTERJECTION_SPLITTING | #DO_SUBSTITUTE_SYSTEM | #DO_NUMBER_MERGE | #DO_DATE_MERGE | #DO_PROPERNAME_MERGE | #DO_SPELLCHECK | #DO_PARSE
66
^addtopic(~introductions)
77
$cs_control_main = ~control
88
$userprompt = ^"%user: >"
9-
$botprompt = ^"POSTGRES: "
9+
$botprompt = ^"MONGODB: "
1010

1111

1212
table: defaultbot (^name)
1313
^createfact(^name defaultbot defaultbot)
1414
DATA:
15-
postgres
15+
mongo
1616

1717
topic: ~control system ()
1818

@@ -88,4 +88,4 @@ u: () # main per-sentence processing
8888
{
8989
^repeat()
9090
I don't know what to say.
91-
}
91+
}

WIKI/ChatScript-Multiple-Bots.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ topic: ~topic1 ()
113113
bot: Ben
114114
topic: ~topic2 () This topic is restricted to Ben
115115
...
116+
```
116117

117118
Furthermore, you don't have to do it per file. You can do it in the filesxxx.txt build file. But you need to
118119
compile any bot definitions without a bot restriction in effect. E.g.
@@ -144,7 +145,7 @@ topic: ~mytopic SHARE REPEAT ()
144145
```
145146

146147
All facts created will be visible to all bots. And if you create a permanent user variable with
147-
the starting name $share_, then all bots can see and modify it. So $share_name becomes a
148+
the starting name `$share_`, then all bots can see and modify it. So `$share_name` becomes a
148149
common variable. When sharing is in effect, the state with the user (what he said, what
149150
bot said, what turn of the volley this is, where the rejoinder mark is) is all common
150151
among the bots- they are advancing a joint conversation.
@@ -182,5 +183,3 @@ You disable ownership rules with
182183
```
183184
bot: 0
184185
```
185-
186-

WIKI/ESOTERIC-CHATSCRIPT/ChatScript-Engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ finds them in the dictionary, they too are marked.
340340

341341
This ontology marking merges ontology, pos-tagging, parsing, and lemmas (canonical forms) into a single representation suitable for pattern matching. Below is an example.
342342

343-
![](../ontology.png)
343+
![](../ontolog.png)
344344

345345
## Script Compiler
346346

WIKI/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ really advanced users wanting the appropriate mental model.
9494
* [Installing and Updating ChatScript](Installing-and-Updating-ChatScript.md)
9595
<br>Installing on Windows, Mac, Linux. Updating ChatScript (advanced).
9696

97-
* [ChatScript Engine and Private Code Manual](CS-Engine.md)
98-
<br>How the internals of the engine work and how to extend it with private code.
9997

10098
## Specialized ChatScript
10199

@@ -140,9 +138,12 @@ really advanced users wanting the appropriate mental model.
140138
* [ChatScript Exotica](ESOTERIC-CHATSCRIPT/ChatScript-Exotica-Examples.md)
141139
<br>Brief old interesting scripting tips
142140

143-
* [ChatScript Exotica](ESOTERIC-CHATSCRIPT/ChatScript-Foreign-Languages.md)
141+
* [ChatScript Foreign Languages](ESOTERIC-CHATSCRIPT/ChatScript-Foreign-Languages.md)
144142
<br>Running CS in a language other than English.
145143

144+
* [ChatScript Engine](ESOTERIC-CHATSCRIPT/ChatScript-Engine.md)
145+
<br>How the internals of the engine work and how to extend it with private code.
146+
146147

147148
## Papers in order
148149

0 commit comments

Comments
 (0)