Shuwei Hou commited on
Commit
5806e12
·
0 Parent(s):

initial_for_hf

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +36 -0
  2. .gitignore +61 -0
  3. Dockerfile +17 -0
  4. README.md +11 -0
  5. annotation/__init__.py +1 -0
  6. annotation/annotation_for_mazewhisper.py +366 -0
  7. benchmark_result/segmentation/SaT_cunit_12l_results.csv +0 -0
  8. benchmark_result/segmentation/SaT_cunit_3l_no_shuffle_results.csv +0 -0
  9. benchmark_result/segmentation/SaT_cunit_3l_r32a64_results.csv +0 -0
  10. benchmark_result/segmentation/SaT_cunit_3l_r64a128_results.csv +0 -0
  11. benchmark_result/segmentation/SaT_cunit_3l_results.csv +0 -0
  12. benchmark_result/segmentation/SaT_results.csv +0 -0
  13. benchmark_result/segmentation/batchalign_results.csv +0 -0
  14. compare_cunit.py +74 -0
  15. data/ENNI_SALT/test/405.slt +134 -0
  16. data/ENNI_SALT/test/410.slt +92 -0
  17. data/ENNI_SALT/test/413.slt +96 -0
  18. data/ENNI_SALT/test/416.slt +103 -0
  19. data/ENNI_SALT/test/425.slt +123 -0
  20. data/ENNI_SALT/test/441.slt +82 -0
  21. data/ENNI_SALT/test/444.slt +116 -0
  22. data/ENNI_SALT/test/447.slt +84 -0
  23. data/ENNI_SALT/test/448.slt +102 -0
  24. data/ENNI_SALT/test/451.slt +109 -0
  25. data/ENNI_SALT/test/458.slt +96 -0
  26. data/ENNI_SALT/test/469.slt +83 -0
  27. data/ENNI_SALT/test/477.slt +91 -0
  28. data/ENNI_SALT/test/504.slt +140 -0
  29. data/ENNI_SALT/test/505.slt +90 -0
  30. data/ENNI_SALT/test/524.slt +79 -0
  31. data/ENNI_SALT/test/530.slt +97 -0
  32. data/ENNI_SALT/test/536.slt +162 -0
  33. data/ENNI_SALT/test/549.slt +112 -0
  34. data/ENNI_SALT/test/550.slt +118 -0
  35. data/ENNI_SALT/test/554.slt +111 -0
  36. data/ENNI_SALT/test/555.slt +78 -0
  37. data/ENNI_SALT/test/562.slt +128 -0
  38. data/ENNI_SALT/test/565.slt +85 -0
  39. data/ENNI_SALT/test/569.slt +101 -0
  40. data/ENNI_SALT/test/572.slt +176 -0
  41. data/ENNI_SALT/test/602.slt +86 -0
  42. data/ENNI_SALT/test/603.slt +135 -0
  43. data/ENNI_SALT/test/604.slt +89 -0
  44. data/ENNI_SALT/test/607.slt +104 -0
  45. data/ENNI_SALT/test/611.slt +91 -0
  46. data/ENNI_SALT/test/613.slt +85 -0
  47. data/ENNI_SALT/test/614.slt +85 -0
  48. data/ENNI_SALT/test/624.slt +91 -0
  49. data/ENNI_SALT/test/626.slt +99 -0
  50. data/ENNI_SALT/test/645.slt +151 -0
.gitattributes ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ transcription/whisperx/assets/pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *.pyo
5
+ *.pyd
6
+ *.egg
7
+ *.egg-info/
8
+ dist/
9
+ build/
10
+ .env
11
+ .venv/
12
+ *.sqlite3
13
+
14
+ # Jupyter Notebook Checkpoints
15
+ .ipynb_checkpoints/
16
+
17
+ # VSCode / IDEs
18
+ .vscode/
19
+ .idea/
20
+
21
+ # OS Files
22
+ .DS_Store
23
+ Thumbs.db
24
+
25
+ # Log and Cache
26
+ *.log
27
+ *.tmp
28
+ *.bak
29
+ .cache/
30
+ *.swp
31
+
32
+ # Node.js
33
+ node_modules/
34
+ npm-debug.log*
35
+
36
+ # Compiled files
37
+ *.o
38
+ *.so
39
+ *.exe
40
+ *.dll
41
+ *.class
42
+
43
+ # Docker
44
+ .dockerignore
45
+ docker-compose.override.yml
46
+ .docker/
47
+
48
+ data/*.py
49
+ session_data
50
+
51
+ # Model files
52
+ segmentation/models/SaT_cunit_with_maze/model_finetuned
53
+
54
+ # Ignore all large binary/log/model files
55
+ *.pth
56
+ *.bin
57
+ *.wandb
58
+ wandb/
59
+ segmentation/models/SaT_cunit_with_maze/wandb/
60
+ segmentation/models/SaT_cunit_with_maze/model_finetuned/
61
+ segmentation/models/SaT_cunit_with_maze/wandb
Dockerfile ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM continuumio/miniconda3:24.11.1-0
2
+
3
+ RUN useradd -m -u 1000 user
4
+ WORKDIR /app
5
+
6
+ COPY . .
7
+
8
+ # This is only for building docker in huggingface spaces
9
+ ENV HF_HOME=/data/.huggingface
10
+
11
+ RUN conda env create -f environment_sate_1.5.yml
12
+
13
+ RUN mkdir -p /app/session_data && chown -R user:user /app/session_data
14
+
15
+ EXPOSE 7860
16
+
17
+ CMD ["conda", "run", "--no-capture-output", "-n", "SATE", "python", "main_socket.py", "--port", "7860", "--host", "0.0.0.0"]
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: SATEv1.5
3
+ emoji: 👀
4
+ colorFrom: pink
5
+ colorTo: green
6
+ sdk: docker
7
+ pinned: false
8
+ license: apache-2.0
9
+ ---
10
+
11
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
annotation/__init__.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from .annotation_for_mazewhisper import annotate_maze_for_mazewhisper
annotation/annotation_for_mazewhisper.py ADDED
@@ -0,0 +1,366 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import json
2
+ import os
3
+ import re
4
+
5
+ # read transcription_cuint.json from session_data/session_id
6
+ # read text_token item, repetition is start from <REPSTART> and end at <REPEND>, the
7
+ # extract repetition information and add them to current json file, information include
8
+ # content: the content between <REPSTART> and <REPEND>
9
+ # words: words index of each word in content, the index of first word in the segment is 0, index calculation ignore special token
10
+ # mark_location: the index of last words of content
11
+ # format example:
12
+ """
13
+ "repetitions": [
14
+ {
15
+ "content": "now the now the",
16
+ "words": [
17
+ 1,
18
+ 2,
19
+ 3,
20
+ 4
21
+ ],
22
+ "mark_location": 4
23
+ }
24
+ ],
25
+ """
26
+ def annotate_repetition_for_mazewhisper(session_id):
27
+ file_path = f"session_data/{session_id}/transcription_cunit.json"
28
+ if not os.path.exists(file_path):
29
+ print(f"File not found: {file_path}")
30
+ return
31
+
32
+ with open(file_path, "r", encoding="utf-8") as f:
33
+ data = json.load(f)
34
+
35
+ for segment in data["segments"]:
36
+ text_token = segment.get("text_token", "")
37
+ tokens = text_token.split()
38
+
39
+ repetitions_list = []
40
+ inside = False
41
+ rep_words = []
42
+ rep_word_indices = []
43
+ word_count = 0 # segment-level word counter
44
+
45
+ for tok in tokens:
46
+ if tok == "<REPSTART>":
47
+ inside = True
48
+ rep_words, rep_word_indices = [], []
49
+ continue
50
+ elif tok == "<REPEND>":
51
+ inside = False
52
+ if rep_words:
53
+ clean_rep_words = [w for w in rep_words
54
+ if not (w.startswith("<") and w.endswith(">"))]
55
+ repetitions_list.append(
56
+ {
57
+ "content": " ".join(clean_rep_words),
58
+ "words": rep_word_indices.copy(),
59
+ "mark_location": rep_word_indices[-1],
60
+ }
61
+ )
62
+ continue
63
+
64
+ if tok.startswith("<") and tok.endswith(">"):
65
+
66
+ if inside:
67
+ pass
68
+ else:
69
+ if inside:
70
+ rep_words.append(tok)
71
+ rep_word_indices.append(word_count)
72
+ word_count += 1
73
+
74
+ if repetitions_list:
75
+ segment["repetitions"] = repetitions_list
76
+
77
+ with open(file_path, "w", encoding="utf-8") as f:
78
+ json.dump(data, f, indent=2, ensure_ascii=False)
79
+
80
+ # read transcription_cuint.json from session_data/session_id
81
+ # read text_token item, revision is start from <REVSTART> and end at <REVEND>, the
82
+ # extract revision information and add them to current json file, information include
83
+ # content: the content between <REVSTART> and <REVEND>
84
+ # words: words index of each word in content, the index of first word in the segment is 0, index calculation ignore special token
85
+ # mark_location: the index of last words of content
86
+ # format example:
87
+ """
88
+ "repetitions": [
89
+ {
90
+ "content": "now the now the",
91
+ "words": [
92
+ 1,
93
+ 2,
94
+ 3,
95
+ 4
96
+ ],
97
+ "mark_location": 4
98
+ }
99
+ ],
100
+ """
101
+ def annotate_revision_for_mazewhisper(session_id):
102
+ file_path = f"session_data/{session_id}/transcription_cunit.json"
103
+ if not os.path.exists(file_path):
104
+ print(f"File not found: {file_path}")
105
+ return
106
+
107
+ with open(file_path, "r", encoding="utf-8") as f:
108
+ data = json.load(f)
109
+
110
+ for segment in data["segments"]:
111
+ text_token = segment.get("text_token", "")
112
+ tokens = text_token.split()
113
+
114
+ revisions_list = []
115
+ inside = False
116
+ rev_words = []
117
+ rev_word_indices = []
118
+ word_count = 0
119
+
120
+ for tok in tokens:
121
+ if tok == "<REVSTART>":
122
+ inside = True
123
+ rev_words, rev_word_indices = [], []
124
+ continue
125
+ elif tok == "<REVEND>":
126
+ inside = False
127
+ if rev_words:
128
+ clean_rev_words = [w for w in rev_words
129
+ if not (w.startswith("<") and w.endswith(">"))]
130
+ revisions_list.append(
131
+ {
132
+ "content": " ".join(clean_rev_words),
133
+ "words": rev_word_indices.copy(),
134
+ "mark_location": rev_word_indices[-1],
135
+ }
136
+ )
137
+ continue
138
+
139
+ if tok.startswith("<") and tok.endswith(">"):
140
+ continue
141
+ else:
142
+ if inside:
143
+ rev_words.append(tok)
144
+ rev_word_indices.append(word_count)
145
+ word_count += 1
146
+
147
+ if revisions_list:
148
+ segment["revisions"] = revisions_list
149
+
150
+ with open(file_path, "w", encoding="utf-8") as f:
151
+ json.dump(data, f, indent=2, ensure_ascii=False)
152
+
153
+
154
+
155
+ # read transcription_cuint.json from session_data/session_id
156
+ # read text_token item, pause is represent as <PAUSE>
157
+ # extract pause information and add them to current json file, information include
158
+ # start: the start of pause is the end timestamp of previous non-special token.
159
+ # if no previous non-special token, start time is the end time of previous segment, then set the start time of current segment as the the end time of previous segment.
160
+ # end: the end of pause is the start timestamp of next non-special token.
161
+ # if no next non-special token, then move the <PAUSE> and all possible special token after <PAUSE> to the start of next segment.
162
+ # duration: the pause duration calculated by start and end.
163
+ # format example:
164
+ """
165
+ "pauses": [
166
+ {
167
+ "start": 364.08,
168
+ "end": 369.1,
169
+ "duration": 5.02
170
+ },
171
+ {
172
+ "start": 369.18,
173
+ "end": 369.56,
174
+ "duration": 0.38
175
+ }
176
+ ],
177
+
178
+ """
179
+ def annotate_pause_for_mazewhisper(session_id):
180
+
181
+ file_path = f"session_data/{session_id}/transcription_cunit.json"
182
+
183
+ if not os.path.exists(file_path):
184
+ print(f"File not found: {file_path}")
185
+ return
186
+
187
+ with open(file_path, 'r', encoding='utf-8') as f:
188
+ data = json.load(f)
189
+
190
+ for i, segment in enumerate(data['segments']):
191
+ text_token = segment.get('text_token', '')
192
+ words = segment.get('words', [])
193
+ pauses_list = []
194
+
195
+ if '<PAUSE>' in text_token:
196
+ tokens = text_token.split()
197
+
198
+ for j, token in enumerate(tokens):
199
+ if token == '<PAUSE>':
200
+ # Find start time: end timestamp of previous non-special token
201
+ start_time = None
202
+
203
+ # Look backwards in current segment for previous word
204
+ word_idx = 0
205
+ for k in range(j):
206
+ if not (tokens[k].startswith('<') and tokens[k].endswith('>')):
207
+ word_idx += 1
208
+
209
+ if word_idx > 0 and word_idx <= len(words):
210
+ start_time = words[word_idx - 1].get('end')
211
+ elif i > 0: # Use end time of previous segment
212
+ start_time = data['segments'][i - 1].get('end')
213
+ # Update current segment start time
214
+ segment['start'] = start_time
215
+
216
+ # Find end time: start timestamp of next non-special token
217
+ end_time = None
218
+
219
+ # Look forwards in current segment for next word
220
+ next_word_idx = 0
221
+ for k in range(j + 1, len(tokens)):
222
+ if not (tokens[k].startswith('<') and tokens[k].endswith('>')):
223
+ next_word_idx = word_idx + 1
224
+ break
225
+ if tokens[k].startswith('<') and tokens[k].endswith('>'):
226
+ continue
227
+
228
+ if next_word_idx > 0 and next_word_idx <= len(words):
229
+ end_time = words[next_word_idx - 1].get('start')
230
+ elif i < len(data['segments']) - 1: # Move pause to next segment
231
+ # This is complex - for now, use next segment start
232
+ end_time = data['segments'][i + 1].get('start') if i + 1 < len(data['segments']) else segment.get('end')
233
+
234
+ # If we have both start and end times, calculate duration
235
+ if start_time is not None and end_time is not None:
236
+ duration = round(end_time - start_time, 2)
237
+
238
+ pause_info = {
239
+ "start": start_time,
240
+ "end": end_time,
241
+ "duration": duration
242
+ }
243
+
244
+ pauses_list.append(pause_info)
245
+
246
+ # Add pauses to this segment if any found
247
+ if pauses_list:
248
+ segment['pauses'] = pauses_list
249
+
250
+ # Save the updated data back to file
251
+ with open(file_path, 'w', encoding='utf-8') as f:
252
+ json.dump(data, f, indent=2, ensure_ascii=False)
253
+
254
+ return
255
+
256
+
257
+
258
+ # read transcription_cuint.json from session_data/session_id
259
+ # read text_token item, filler words is represent as <FILLER>
260
+ # extract filler word information and add them to current json file, information include
261
+ # start: set to empty for now
262
+ # end: set to empty for now
263
+ # duration: set to empty for now
264
+ # format example:
265
+ """
266
+ "fillerwords": [
267
+ {
268
+ "start": ,
269
+ "end": ,
270
+ "content": "",
271
+ "duration":
272
+ }
273
+ ],
274
+ """
275
+ # then, insert "um" as the previous token of <FILLER> in text_token item.
276
+ # then, insert "um" to text item and word list (timestamp set to empty for now), the location is corresponding to the <FILLER> location in text_token
277
+ # (this is a prelimary implementation, next steps should use maze whisper that transcript filler words content and align them directly)
278
+ def annotate_fillerword_for_mazewhisper(session_id):
279
+
280
+ file_path = f"session_data/{session_id}/transcription_cunit.json"
281
+
282
+ if not os.path.exists(file_path):
283
+ print(f"File not found: {file_path}")
284
+ return
285
+
286
+ with open(file_path, 'r', encoding='utf-8') as f:
287
+ data = json.load(f)
288
+
289
+ for segment in data['segments']:
290
+ text_token = segment.get('text_token', '')
291
+ words = segment.get('words', [])
292
+ text = segment.get('text', '')
293
+ fillerwords_list = []
294
+
295
+ if '<FILLER>' in text_token:
296
+ # Create filler word entries (preliminary implementation)
297
+ filler_count = text_token.count('<FILLER>')
298
+
299
+ for _ in range(filler_count):
300
+ filler_info = {
301
+ "start": None,
302
+ "end": None,
303
+ "content": "",
304
+ "duration": None
305
+ }
306
+ fillerwords_list.append(filler_info)
307
+
308
+ # Insert "um" before each <FILLER> in text_token
309
+ updated_text_token = text_token.replace('<FILLER>', 'um <FILLER>')
310
+ segment['text_token'] = updated_text_token
311
+
312
+ # Insert "um" in text and words list at corresponding locations
313
+ tokens = text_token.split()
314
+ text_words = text.split()
315
+
316
+ # Find positions of <FILLER> and insert "um"
317
+ filler_positions = []
318
+ word_count = 0
319
+
320
+ for i, token in enumerate(tokens):
321
+ if token == '<FILLER>':
322
+ filler_positions.append(word_count)
323
+ elif not (token.startswith('<') and token.endswith('>')):
324
+ word_count += 1
325
+
326
+ # Insert "um" in reverse order to maintain indices
327
+ for pos in reversed(filler_positions):
328
+ text_words.insert(pos, 'um')
329
+
330
+ # Insert in words list with empty timestamps
331
+ um_word = {
332
+ "word": "um",
333
+ "start": None,
334
+ "end": None
335
+ }
336
+
337
+ if pos <= len(words):
338
+ words.insert(pos, um_word)
339
+
340
+ # Update text and words in segment
341
+ segment['text'] = ' '.join(text_words)
342
+ segment['words'] = words
343
+
344
+ # Add fillerwords to this segment
345
+ segment['fillerwords'] = fillerwords_list
346
+
347
+ # Save the updated data back to file
348
+ with open(file_path, 'w', encoding='utf-8') as f:
349
+ json.dump(data, f, indent=2, ensure_ascii=False)
350
+
351
+ return
352
+
353
+
354
+
355
+
356
+
357
+ def annotate_maze_for_mazewhisper(session_id):
358
+ annotate_fillerword_for_mazewhisper(session_id)
359
+ annotate_repetition_for_mazewhisper(session_id)
360
+ annotate_revision_for_mazewhisper(session_id)
361
+ annotate_pause_for_mazewhisper(session_id)
362
+
363
+ print("Maze annotation completed!")
364
+
365
+
366
+
benchmark_result/segmentation/SaT_cunit_12l_results.csv ADDED
The diff for this file is too large to render. See raw diff
 
benchmark_result/segmentation/SaT_cunit_3l_no_shuffle_results.csv ADDED
The diff for this file is too large to render. See raw diff
 
benchmark_result/segmentation/SaT_cunit_3l_r32a64_results.csv ADDED
The diff for this file is too large to render. See raw diff
 
benchmark_result/segmentation/SaT_cunit_3l_r64a128_results.csv ADDED
The diff for this file is too large to render. See raw diff
 
benchmark_result/segmentation/SaT_cunit_3l_results.csv ADDED
The diff for this file is too large to render. See raw diff
 
benchmark_result/segmentation/SaT_results.csv ADDED
The diff for this file is too large to render. See raw diff
 
benchmark_result/segmentation/batchalign_results.csv ADDED
The diff for this file is too large to render. See raw diff
 
compare_cunit.py ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """
3
+ Script to compare original transcription with c-unit segmented transcription
4
+ """
5
+ import json
6
+ import os
7
+
8
+
9
+ def compare_transcriptions(session_id):
10
+ """Compare original and c-unit transcriptions"""
11
+
12
+ session_dir = f"session_data/{session_id}"
13
+ original_file = os.path.join(session_dir, "transcription.json")
14
+ cunit_file = os.path.join(session_dir, "transcription_cunit.json")
15
+
16
+ # Check if files exist
17
+ if not os.path.exists(original_file):
18
+ print(f"Original transcription file not found: {original_file}")
19
+ return
20
+
21
+ if not os.path.exists(cunit_file):
22
+ print(f"C-unit transcription file not found: {cunit_file}")
23
+ return
24
+
25
+ # Load original transcription
26
+ with open(original_file, 'r', encoding='utf-8') as f:
27
+ data = json.load(f)
28
+ # Handle both old and new format
29
+ if "segments" in data:
30
+ original_data = data["segments"]
31
+ else:
32
+ original_data = data
33
+
34
+ # Load c-unit transcription
35
+ with open(cunit_file, 'r', encoding='utf-8') as f:
36
+ data = json.load(f)
37
+ # Handle both old and new format
38
+ if "segments" in data:
39
+ cunit_data = data["segments"]
40
+ else:
41
+ cunit_data = data
42
+
43
+ print(f"Session ID: {session_id}")
44
+ print("=" * 80)
45
+ print(f"Original utterances: {len(original_data)}")
46
+ print(f"C-unit segments: {len(cunit_data)}")
47
+ print("=" * 80)
48
+
49
+ print("\nORIGINAL TRANSCRIPTION:")
50
+ print("-" * 40)
51
+ for i, utterance in enumerate(original_data):
52
+ print(f"Utterance {i+1}: {utterance['text']}")
53
+
54
+ print("\nC-UNIT SEGMENTED TRANSCRIPTION:")
55
+ print("-" * 40)
56
+ for i, cunit in enumerate(cunit_data):
57
+ print(f"C-unit {i+1}: {cunit['text']}")
58
+
59
+ print("\nSIDE-BY-SIDE COMPARISON:")
60
+ print("-" * 40)
61
+
62
+ # Reconstruct original text for comparison
63
+ original_full_text = " ".join([utterance['text'] for utterance in original_data])
64
+ cunit_full_text = " ".join([cunit['text'] for cunit in cunit_data])
65
+
66
+ print(f"Original: {original_full_text}")
67
+ print(f"C-units: {cunit_full_text}")
68
+
69
+ print(f"\nSegmentation ratio: {len(cunit_data) / len(original_data):.2f} c-units per utterance")
70
+
71
+
72
+ if __name__ == "__main__":
73
+ session_id = "000020"
74
+ compare_transcriptions(session_id)
data/ENNI_SALT/test/405.slt ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 5/19/1995
4
+ +CA: 4;8;15
5
+ +Gender: M
6
+ +Context: Nar
7
+ +Group of CHI: TD
8
+ +ID: 405=CHI
9
+ +Tape Location: Disk L1 track 7
10
+ = [Bg:A1]
11
+ C Once a horse met *an elephant [EU].
12
+ C And then they saw a ball in a pool.
13
+ C And then the horse try/ed to swim and get the ball.
14
+ C And (the) then the elephant gave him the ball.
15
+ C And then the horse was wet.
16
+ C And the elephant was hold/ing the ball.
17
+ =C The end [+_bch].
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ =C They might be the same [+_bch].
21
+ E Oh well you start it off any way you want.
22
+ =C Okay [+_bch].
23
+ C Once (a horse : and) (this) this was a horse (and saw) (saw that) that I just talk/ed about.
24
+ C but the ball was not in[!] there.
25
+ E Okay.
26
+ C And then the elephant want/ed to go in.
27
+ C (I mean not) : and then (he :) his feet went like this [~__points_to_legs_lifting_up].
28
+ C Then he hurt : his knee cap.
29
+ C and then the horse help/ed him.
30
+ C Then there was another : elephant.
31
+ C And he was a lifeguard.
32
+ C And then I do not know what they did.
33
+ C But they are do/ing something :.
34
+ E What do you think they are do/ing?
35
+ =C Well how you look at the picture cause I do not know [+_bch].
36
+ E oh it does not matter.
37
+ E What do you think is happen/ing ?
38
+ C I : think they are battle/ing [~_?].
39
+ E okay.
40
+ C And then they sat on the bench.
41
+ C And then : the lifeguard was mad.
42
+ E Okay.
43
+ C And : [+/]^
44
+ E Are you point/ing at something ?
45
+ =C I am I am just I am just xxx [+_bch].
46
+ E Okay, are you all done ?
47
+ =C Yes [+_bch].
48
+ E Okay.
49
+ =C The end [+_bch].
50
+ = [Eg:A2]
51
+ = [Bg:A3]
52
+ C Once : that horse : and elephant was[EW:were] happy near the swimming pool.
53
+ C (Oh) and then the horse had an airplane to play with : (a) which : had (ss : ah) something come/ing down : the bottom.
54
+ E Okay.
55
+ C And the elephant went like this [~_gestures_with_arm].
56
+ C Then he[!] try/ed it.
57
+ C And the horse went like this [~_gestures_with_arm_again].
58
+ C Then they put it : in the water.
59
+ C And then the elephant went like this [~_gestures_with_arm_again].
60
+ C And then the horse was mad.
61
+ C And then the lifeguard went like this [~_pointing_angry_finger].
62
+ C Then the elephant talk/ed to him a little bit.
63
+ C And then : the lifeguard try/ed to : get it.
64
+ C But he could not.
65
+ C And the horse cry/ed.
66
+ C (an :) and then a[EW:an] elephant with a net came.
67
+ C And she caught[!] it.
68
+ C And then she gave it back to the horse.
69
+ C And : then the horse went like this [~_displays_action_with_arms_and__shoulders].
70
+ E What do/3s that mean?
71
+ =C They love it [+_bch].
72
+ E oh, good.
73
+ =C and the end [+_bch].
74
+ = [Eg:A3]
75
+ = [Bg:B1]
76
+ C Once : two rabbit/s : made a sandcastle.
77
+ C And it was a great one.
78
+ C And then : one : did this with a xx .
79
+ C (and one took some s) and the other one took some sand from : (a) a : pail : because they were down at the beach.
80
+ C and then : he dump/ed it on the castle.
81
+ C and then : (it tur) part of it : stay/ed the way it was.
82
+ C but the rest turn/ed : into : just a lump.
83
+ C and then they try/ed to do it.
84
+ C but it was not very good that : time.
85
+ =C The end [+_bch].
86
+ = [Eg:B1]
87
+ = [Bg:B2]
88
+ C We saw two : rabbit/s had basket/s and were in : part of the forest.
89
+ C Or we can call it the wood/s.
90
+ E Yeah we can.
91
+ C Then they had a picnic.
92
+ C then one of them belly got this big [~_pantomimes_his_stomach__sticking_out] [EU].
93
+ E How big?
94
+ =C About this big [~_repeats_gesture] [+_bch].
95
+ E Wow.
96
+ C And then in the picture there is a twirl around on his head.
97
+ C and then : a bigger : bunny came up.
98
+ C and they run to that bunny.
99
+ C and then he falled|fall[EW:fell] asleep [~_laughs].
100
+ C And then : he did this [~_gestures_with_arms].
101
+ E What/'does that mean?
102
+ E Why did he do that?
103
+ =C I do not know [+_bch].
104
+ E Okay.
105
+ C And then : he was happy.
106
+ E He was happy?
107
+ =C Yes [+_bch].
108
+ E Okay.
109
+ =C The end [+_bch].
110
+ = [Eg:B2]
111
+ = [Bg:B3]
112
+ C Once : that little bunny was pull/ing a wagon.
113
+ C and that other : fat bunny came up.
114
+ C and then he : like/ed the balloon [EU].
115
+ C and then he try/ed to get off.
116
+ C and then : he got it off.
117
+ C but they lost the grip.
118
+ C And it was helium.
119
+ C And then another man came with : a bunch of balloon/s.
120
+ C (but x) But then[!] : (they) he went : to them.
121
+ C and : he : said that (it) the balloon/s were five : cent/s.
122
+ C and he could not find[!] five cent/s.
123
+ C and then they were sad[!].
124
+ C then they : went back to (that) out by (the) we found that other story [EU].
125
+ C and he said : I want one of those balloon/s.
126
+ C he gave him five : cent/s.
127
+ C And then they gave : him a balloon.
128
+ C And they gave : him to them [EU].
129
+ E To who?
130
+ =C To them [+_bch].
131
+ E Oh.
132
+ C And then : they both[!] have one[!].
133
+ =C The end [+_bch].
134
+ = [Eg:B3]
data/ENNI_SALT/test/410.slt ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 1/5/1996
4
+ +DOE: 3/3/2000
5
+ +CA: 4;1;27
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 410=CHI
10
+ +Tape Location: Disk M1 Track 55
11
+ = [Bg:A1]
12
+ C the elephant and the cow : [EU].
13
+ E umhm [~_long_pause] so you have told me what is in the picture can you tell me a story about it ?
14
+ C (cow) : (elephant) cow and a[EW:an] elephant [EU].
15
+ E umhm [~_long_pause] what is happen/ing ?
16
+ C they are try/ing to find each other.
17
+ C the elephant and the cow had a[EW:an] accident with the ball[-:] .
18
+ C and (the eleph) the cow got in there.
19
+ E the cow got what ?
20
+ =C (he got in there) he got in[!] there [+_bch].
21
+ C and the elephant got it.
22
+ C and the cow is still in there.
23
+ C (and : the cow) and (the) the cow is drip/ing.
24
+ C and she : has the ball.
25
+ = [Eg:A1]
26
+ = [Bg:A2]
27
+ C there is (a slide cow and a[EW:an] elephant) : a cow and a[EW:an] elephant and a slide and a pool.
28
+ C and the elephant is run/ing and slip/ing.
29
+ C and the sand and the cow [EU].
30
+ C and she got hurt.
31
+ C : she got hurt on her knee.
32
+ C : and it hurted|hurt[EW:hurt].
33
+ C : and she can not go in the pool[-:] .
34
+ C and she hurt herself.
35
+ = [Eg:A2]
36
+ = [Bg:A3]
37
+ C (uh the bo) the cow and the elephant [EU].
38
+ C (the cow) the elephant has a ribbon and a dress.
39
+ C and[-:] the cow gots[EW:has] a[EW:an] airplane.
40
+ C (and) : and (uh) she got it.
41
+ C and it got[EW:went] in the water.
42
+ C and the cow was mad[-:] .
43
+ C and she is mad too.
44
+ C both of them are all mad.
45
+ C and the elephant is get/ing it.
46
+ C : he try/ed and try/ed to get it.
47
+ C : she gots[EW:has] a net to catch it.
48
+ C and she is go/ing to get it with the net.
49
+ C and they got it back.
50
+ C and they are happy.
51
+ = [Eg:A3]
52
+ = [Bg:B1]
53
+ C the rabbit (and the d) (the d) (he) she made (a) a sandcastle.
54
+ C and the rabbit gots[EW:has] a shovel.
55
+ C and the rabbit want/3s to play[-:] .
56
+ C (and the s) (and he s g) something is go/ing to happen to the sandcastle.
57
+ C and : it brokeded|broke[EW:broke].
58
+ C and then (the) she is cry/ing.
59
+ = [Eg:B1]
60
+ = [Bg:B2]
61
+ C they got[EW:have] picnic basket/s [~_pronounced_/baeksIts/].
62
+ C and they are have/ing lunch.
63
+ C (and they are havi) and the rabbit is full.
64
+ E and the rabbit is what?
65
+ =C full[-:] [+_bch].
66
+ C (and they are) (and) and (the) : she is hungry.
67
+ C (and the[-:]) (de[-:] ) and she go/3s to another lady.
68
+ C : and : (sh) (she) she is go/ing to say hi.
69
+ C and[-:] there is the rabbit/z mom.
70
+ = [Eg:B2]
71
+ = [Bg:B3]
72
+ C (the[-:]) there is a balloon and a wagon.
73
+ C and she is carry/ing [EU].
74
+ C and the rabbit is not.
75
+ E the rabbit is what?
76
+ =C he is not carry/ing and the girl is just carry/ing it [+_bch].
77
+ E what did you say the rabbit was carrying?
78
+ =C nothing [+_bch].
79
+ C and (there) the balloon is go/ing to[:_gon(na)] be poppeded|pop[EW:popped].
80
+ C : and the (rab) the rabbit is go/ing to take it off.
81
+ C : and it is go/ing away.
82
+ C : and it got away.
83
+ C : and they were go and get another one from the man [EU].
84
+ E can you take your fingers out of your mouth then I can hear your words better?
85
+ C they are pick/ing one.
86
+ C : and they are go/ing to[:_gonna] give one.
87
+ C (and : they are gon to go) the man said no.
88
+ C : (and) and (there is) there is the bunny/z mom.
89
+ C and : (he is) (the b) the rabbit said [~_high_pitched__voice] he will not give me a balloon.
90
+ C and : now (it xx) he is get/ing one.
91
+ C : and he got both : balloon/s.
92
+ = [Eg:B3]
data/ENNI_SALT/test/413.slt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 5/31/1995
4
+ +DOE: 4/26/2000
5
+ +CA: 4;10;26
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: SLI
9
+ +ID: 413=CHI
10
+ +Tape Location: Disk L11 Track 30
11
+ = [Bg:A1]
12
+ C Play ball [~_sentence_stress_on_"ball"].
13
+ C and : he take/ing swimming pool [EU].
14
+ C and he get[EW:got] it.
15
+ C and thank you[-:].
16
+ C and welcome[?] (uh)[?] [EU].
17
+ =C and over [+_bch].
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C Play swim/ing [EU].
21
+ C and go[EW:goes] in it [EU].
22
+ C (and) and run [EU].
23
+ C and walk on knee [EU].
24
+ C and her[EW:she] cry[EW:cried] : and cry[EW:cried] lot/s.
25
+ C and sit on bench [EU].
26
+ C and stay here [EU].
27
+ E the what?
28
+ C and stay on *the bench [EU].
29
+ =C over [+_bch].
30
+ = [Eg:A2]
31
+ = [Bg:A3]
32
+ C Play!
33
+ E play?
34
+ C play a[!] play [EU].
35
+ C and play a play again [EU].
36
+ C and play it (in) in water [EU].
37
+ C and : it *is angry [EU].
38
+ C and : say : bad [EU].
39
+ C and : dad [EU].
40
+ E what is that?
41
+ =C daddy [+_bch].
42
+ C I play[EW:played] in *the pool [EU].
43
+ C and (they are get it) (get[!] it) : I am get[EW:getting][!] it.
44
+ C look/ing [EU].
45
+ C and get[EW:got] it [EU].
46
+ C and : it in there [EU].
47
+ C I get[EW:got][!] it.
48
+ C you get[!] it.
49
+ C and : (loff/ed it) [~_EXA:_and_what] love/ed it [EU].
50
+ E lov/ed it [EU].
51
+ = [Eg:A3]
52
+ = [Bg:B1]
53
+ C He play[EW:played] (on s) in *the sand [EU].
54
+ C and play make castle [EU].
55
+ C and dump[EW:dumped] it [EU].
56
+ E and what?
57
+ =C dump it [+_bch].
58
+ C oh no.
59
+ C oops sorry.
60
+ C and cry[EW:cried] [EU].
61
+ C uhoh.
62
+ = [Eg:B1]
63
+ = [Bg:B2]
64
+ C They go picnic [EU].
65
+ C and eat [EU].
66
+ C and they drinks[EW:drink] juice.
67
+ C and hungry [EU].
68
+ C and : (that girl : her tummy) that man *is sick [EU].
69
+ E she what?
70
+ =C sick [+_bch].
71
+ C and : a bunny : his[?] : tummy hurt/3s.
72
+ =C and turn that [+_bch].
73
+ C and : go *to doctor/z house [EU].
74
+ E he what?
75
+ =C doctor [+_bch].
76
+ =C all done [+_bch].
77
+ = [Eg:B2]
78
+ = [Bg:B3]
79
+ C her[EW:she] play[EW:played].
80
+ C and : hold that up higher [EU].
81
+ C tie it up [EU].
82
+ C and up higher [EU].
83
+ C and up clouds [EU].
84
+ C angry [EU].
85
+ C and : man[!] [EU].
86
+ E : what?
87
+ C man balloon/s on it [EU].
88
+ C (him) : him[EW:he] take[EW:took] one.
89
+ C (and) and xxx.
90
+ C and bring[?] doctor here and check [EU].
91
+ C and talk [EU].
92
+ C and money [EU].
93
+ C and balloon [EU].
94
+ C and two balloon/s [EU].
95
+ =C and over [+_bch].
96
+ = [Eg:B3]
data/ENNI_SALT/test/416.slt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOE: 11/29/2000
4
+ +CA: 4;9;27
5
+ +Gender: F
6
+ +Context: Nar
7
+ +Group of CHI: TD
8
+ +Tape Location: Disk M6 Track 47
9
+ +ID: 416=CHI
10
+ = [Bg:A1]
11
+ C the zebra was go/ing to the zoo.
12
+ C and the elephant : want/ed to come and show : them : his practice at the circus.
13
+ C and then they saw something inside a[EW:the] water.
14
+ C but : the giraffe want/ed to get that ball : because : the elephant drop/ed it.
15
+ C and the elephant said thank you for get/ing it.
16
+ = [Eg:A1]
17
+ = [Bg:A2]
18
+ C the elephant want/ed to go swim/ing.
19
+ C but it : ran : jump/ed into the pool [EU].
20
+ C and it hurt itself.
21
+ E is that what is on this page ?
22
+ C the elephant ran.
23
+ C then when it ran it : just ran fast.
24
+ C and then : (it um) it fell down.
25
+ C and it hurt it/z knee.
26
+ C and then another elephant came : what[EW:that] was the lifeguard.
27
+ C (he) and the lifeguard saw : the elephant hurt itself.
28
+ C then the lifeguard : said you can not swim without a lifeguard if it tell/3s you.
29
+ C and it said [~_EXA:_can_you_take_your_finger_out_of_your_mouth] go on the bench.
30
+ C [~_stern_voice] and no more go/ing swim/ing : until you calm down and I say so.
31
+ = [Eg:A2]
32
+ = [Bg:A3]
33
+ C (the zebra w) [~_I_mean] the giraffe want/ed to put his airplane in to see it swim.
34
+ C (and it) and it did.
35
+ C and then it : went in the water.
36
+ C and the : giraffe did not know how to get it out.
37
+ C but then : the elephant took it from it[EW:him].
38
+ C and then : it[EW:he] : drop/ed it in the water.
39
+ C and then the lifeguard : did not know how that (it) airplane got in.
40
+ C said : (um) : that is the giraffe/z airplane [EU].
41
+ C and the lifeguard try/ed to get it.
42
+ C but he could not reach it.
43
+ C and the giraffe was sad because nobody could get it.
44
+ C then another elephant [EU].
45
+ C and it[EW:she] got (um) a thing what[EW:that] you catch fish with.
46
+ C and it try/ed out to do it [EU].
47
+ C but : it got (it :) the airplane.
48
+ C the elephant who caught fish gave it to the : giraffe.
49
+ C and giraffe said thank you.
50
+ C giraffe was happy.
51
+ = [Eg:A3]
52
+ = [Bg:B1]
53
+ C he was make/ing a castle (in :) in the beach.
54
+ C what[?] he got the sandbox he won[?] [EU].
55
+ C and he made a castle there.
56
+ C then when : he was done make/ing the castle he want/ed to make another one.
57
+ C and then he tip/ed sand on it.
58
+ C but : he was afraid if it was going to crash.
59
+ C and it did crash.
60
+ C but he had to make another one.
61
+ C but it was hard to make.
62
+ = [Eg:B1]
63
+ = [Bg:B2]
64
+ C they were go/ing to[:_gonna] go and have a picnic.
65
+ C and the bunny want/ed to come.
66
+ C and he said yes.
67
+ C they eated|eat[EW:ate] carrot/s.
68
+ C and they listen/ed to some music.
69
+ C and the : bunny rabbit was full.
70
+ C and the puppy dog was not.
71
+ C and then the bunny rabbit got sick.
72
+ C and the puppy dog was : not very happy.
73
+ C and then : (um) the bunny rabbit/z grandma came.
74
+ C and the puppy said : the bunny rabbit is sick.
75
+ C and they said come here come here.
76
+ C and she came.
77
+ C and she look/ed at the bunny rabbit and said : you are sick!
78
+ C then they went back home.
79
+ C the puppy dog was all alone have/ing a picnic.
80
+ = [Eg:B2]
81
+ = [Bg:B3]
82
+ C they were go/ing to a circus.
83
+ C and they brought a wagon with a balloon on it.
84
+ C then bunny want/ed to grab the balloon.
85
+ C but the puppy dog would not let it.
86
+ C (so it said :) it is putt/ing it in a knot he said.
87
+ C then it flied|fly[EW:flew] away.
88
+ C and he was mad at the bunny rabbit.
89
+ C and then : there is a man with a whole bunch of balloon/s.
90
+ C and puppy dog was mad.
91
+ C but then : the bunny rabbit : was not.
92
+ C he want/ed some balloon/s.
93
+ C and he said please can I have a balloon?
94
+ C but : the man would not let him.
95
+ C he had no money.
96
+ C but the puppy dog did.
97
+ C (so the pup) but then : the bunny rabbit saw another bunny rabbit : ask/ed can I come to wherever you go [EU]?
98
+ C can I have a balloon if you have some?
99
+ C (and he said) but then he realiz/ed that is not : a man.
100
+ C that is a girl.
101
+ C said (y) yes [EU].
102
+ C then : he gave her a balloon.
103
+ = [Eg:B3]
data/ENNI_SALT/test/425.slt ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 6/8/1995
4
+ +DOE: 4/11/2000
5
+ +CA: 4;10;3
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 425=CHI
10
+ +Tape Location: Disk L5 Track 10
11
+ = [Bg:A1]
12
+ C A[EW:an] elephant is go/ing to his friend.
13
+ C he is say/ing (what is there) what is in there ?
14
+ C orange.
15
+ C : he said (the) the orange fall[EW:fell] down in the water.
16
+ C and then (the) his friend, (he) he falled|fell[EW:fell] in the water.
17
+ C he was try/ing to get the orange.
18
+ C (and then) (and then the elephant got the thing out) : and then : the elephant got the orange out.
19
+ C (and then he walk/ed) (and then he walk/ed his) and then he walk/ed to his home.
20
+ =C The end[!] [+_bch].
21
+ = [Eg:A1]
22
+ = [Bg:A2]
23
+ C (Um the) the elephant and the friend he was go/ing to the pool [EU].
24
+ C they were go/ing to jump into the pool really fast.
25
+ C and they are go/ing to jump into where the side/s are.
26
+ C (and they) and (the) his friend hurt his leg.
27
+ C he hurt his leg.
28
+ C and that hurt/3s really bad.
29
+ C (um his f) his (um) his brother came.
30
+ C (and he) (and so he) and he seed|see[EW:saw] what happen/ed.
31
+ C and he gave him a bandaid.
32
+ C (and then it hur) and then he went home.
33
+ = [Eg:A2]
34
+ = [Bg:A3]
35
+ C They were go/ing to play pool again.
36
+ C (and then there) and then he was drive/ing *an airplane [EU].
37
+ C and then (the) his friend was (drive/ing a) (drive/ing) drive/ing a[EW:an] airplane.
38
+ C (and play/ing again) they are play/ing again.
39
+ C (they were going to jump i) and the airplane got in the water.
40
+ E okay.
41
+ C (and then he was try/ing to) and then he was very mad.
42
+ C (and then his friend) and then (his sister went over to that girl t : um) the sister went over to the brother.
43
+ C (and then he) and then the brother came over her [EU].
44
+ C (and then) and then he sawed|see[EW:saw] what happened.
45
+ C and then he is try/ing to get it.
46
+ C and then (he) he did not know how to get it.
47
+ C he try/ed.
48
+ C he pick/ed that.
49
+ C and then he try/ed to get it.
50
+ =C hey (look) look behind here [+_bch]!
51
+ C (um) the boy has girl hair.
52
+ C (the) the girl : was pretty.
53
+ C then he try/ed to get it.
54
+ C and she *was try/ing to get that (um) airplane [EU].
55
+ C (and then he tr) and then he got it.
56
+ C and he was very happy.
57
+ C (and then : h) and then the elephant was very happy too.
58
+ =C The end [+_bch].
59
+ = [Eg:A3]
60
+ = [Bg:B1]
61
+ C (I see a bunny that is in the s um) I see a dog that is in the sandbox and help/ing the bunny.
62
+ C (and the bunny) and the bunny is make/ing a sandcastle.
63
+ C they are try/ing to make a sandcastle.
64
+ C (and he is help/ing) and he is help/ing the dog.
65
+ C and (uh um) the rabbit broke the doggy/z castle.
66
+ C and then he was make/ing it all over again.
67
+ =C The end[!] [+_bch].
68
+ = [Eg:B1]
69
+ = [Bg:B2]
70
+ C (Um) the bunny was go/ing for a picnic.
71
+ C he was follow/ing the dog.
72
+ C and : then they were there already.
73
+ C they were play/ing in the sandbox with a picnic.
74
+ C (and then he burped) and then he burp/ed.
75
+ C (and then he was eating all th) and then the dog was eat/ing all the other thing[EW:things].
76
+ C he was eat/ing one at a time.
77
+ C (and then : he was) and (then he sawed|see[EW:saw]) then the dog : he was lay/ing down.
78
+ C and then he was sleep/ing.
79
+ C he was kind of asleep.
80
+ C but he did not.
81
+ C (and then :) and (then he was turn/ed into a doctor) then he was turn/ed into a doctor.
82
+ C (and he had) and he had doctor thing/s.
83
+ C (and :) and a doctor came.
84
+ C and then : he went with the doctor.
85
+ C and then he tooked|take[EW:took] him to the doctor : where the doctor thing is [~__laughs].
86
+ C and then : he laid down with a blankie.
87
+ C went to sleep [EU].
88
+ C (and then) : and then the doctor came (to a different) to a different man.
89
+ C but it was not that man.
90
+ C (he was so) he was so tall.
91
+ C and he was try/ing to help the man.
92
+ C (and then he w) and then the doctor came (with this) with : the bunny.
93
+ C he was go/ing to the doctor.
94
+ =C the end[!] [+_bch].
95
+ = [Eg:B2]
96
+ = [Bg:B3]
97
+ C they are go/ing to the (um) : circus.
98
+ C and then (the bunny was c) the bunny came with him.
99
+ C (and he had) and he had a balloon.
100
+ C (and then he w) and then he was try/ing to get the balloon.
101
+ C and he was follow/ing him.
102
+ C and then he took it off.
103
+ C (and then it po) and then it was gone.
104
+ C and they were try/ing to (get it) : (get) (get) get it back.
105
+ C and then he was very mad.
106
+ C and then he said I am sorry.
107
+ C and then he had a whole bunch : of balloon/s.
108
+ C (and then he want/ed) (and then he want/ed m) and then he was go/ing to get one.
109
+ C and then he want/ed one.
110
+ C and then he had some dollars[EW:money].
111
+ C (and he was) then he was go/ing to[:_gonna] buy one.
112
+ C : and then : he gots[EW:has] no money.
113
+ C and then he could not buy one.
114
+ C (and then he was) and then the doctor (help him) help|help[EW:helps] him.
115
+ C and then he gave him some money.
116
+ C (and then) and then he want/ed the balloon.
117
+ C and then (um) : he got a balloon for him.
118
+ C he gave him some money.
119
+ C and then : he got a balloon.
120
+ C (and they wan) (and they like/ed) and they like/ed it.
121
+ C (and then they said) and then they said : thank you.
122
+ =C The end [+_bch].
123
+ = [Eg:B3]
data/ENNI_SALT/test/441.slt ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 7/21/1995
4
+ +DOE: 6/27/2000
5
+ +CA: 4;11;6
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 441=CHI
10
+ +Tape Location: Disk L19 Track 52
11
+ = [Bg:A1]
12
+ C the elephant is (talk/ing to the) : talk/ing to a horse.
13
+ C the elephant is push/ing the horse.
14
+ C the elephant push/ed : the horse in the water.
15
+ C the elephant is help/ing him out.
16
+ C : the elephant *is (ah) : be/ing nice [EU].
17
+ =C and that is the end [+_bch].
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C the elephant is be/ing nice.
21
+ C (elephant) the elephant is go/ing to[:_gonna] jump in the water.
22
+ C (th) the elephant is run/ing.
23
+ C the elephant (got a) got an owie.
24
+ C the elephant is cry/ing.
25
+ C : (uh) the daddy is put/ing a bandaid on it.
26
+ C and she is sit/ing on a bench.
27
+ C (uh and she was) (and she is be) and she was just tease/ing.
28
+ C she was just tease/ing that she had a owie.
29
+ = [Eg:A2]
30
+ = [Bg:A3]
31
+ C the elephant is make/ing funny faces.
32
+ C : the elephant is : (uh) : look/ing at the airplane.
33
+ C the elephant (s) want/3s to fly it.
34
+ C (the elephant is) the elephant is : sink/ing it.
35
+ C (the elephant is) and : the elephant is look/ing at : the airplane sink/ing.
36
+ C : and (hm) the elephant is : mad.
37
+ C : and (she s) she said to her dad (that) (that) that I sinked|sink[EW:sunk] : his airplane.
38
+ C and the dad is try/ing to get it.
39
+ C : and the dad is : put/ing his hands out like this.
40
+ C (and) (and the ga) (and) (and the fly) : (fly : swatter) [~_child_whispers_swatter] (uh) and she is try/ing to get it with the fly (shw) (ss) swatter : (s) .
41
+ C (and) and she got it out for him.
42
+ C now the elephant is happy.
43
+ =C and that is the end [+_bch].
44
+ = [Eg:A3]
45
+ = [Bg:B1]
46
+ C (um) they are play/ing in sand.
47
+ C the rabbit is dig/ing in sand.
48
+ C the rabbit is : put/ing sand on the sandcastle.
49
+ C the rabbit wreck/ed the sandcastle.
50
+ C : (and) and the : piggy is sad.
51
+ C and he is build/ing it back up.
52
+ =C and that the end [+_bch].
53
+ = [Eg:B1]
54
+ = [Bg:B2]
55
+ C the rabbit is walk/ing down the : path.
56
+ C (the ra) (they are have/ing a) the pig and the rabbit are have/ing a picnic.
57
+ C the rabbit is eat/ing candy.
58
+ C : (the rabbit is) : the rabbit is feel/ing sick.
59
+ C (and they are gi) (and the) : and the pig has a flower in his hand.
60
+ C and the pig is pull/ing (the) the girl bunny/z : hand.
61
+ C and the girl bunny hit him on the head.
62
+ C and the girl bunny is take/ing him.
63
+ =C and that is the end [+_bch].
64
+ = [Eg:B2]
65
+ = [Bg:B3]
66
+ C the rabbit (wr) walk/ing down the path again.
67
+ C the rabbit is look/ing at the balloon.
68
+ C (the pig has a f um) the rabbit is untie/ing the balloon.
69
+ C and the balloon is go/ing up.
70
+ C and the pig is get/ing mad at the rabbit.
71
+ C (and) : and there is another rabbit.
72
+ C and they are go/ing to[:_gonna] go buy another one.
73
+ C and they are go/ing to [:_gonna] get one.
74
+ C : and (then they are go/ing to [:_gonna] ge) (go get another one from someone else) then they are go/ing to [:_gonna] go get another one from someone else.
75
+ C and then they got one.
76
+ C (and then the) (and then the) (then the gi) (then the girl um) (and) and the rabbit is run/ing to (the girl : bunny) : the girl rabbit.
77
+ C (n and) (and then) (and) and he is point/ing to the balloon/s.
78
+ C (and) and they want another balloon.
79
+ C so they are get/ing : their mom to buy another one.
80
+ C (and this t) and they got their own this time.
81
+ =C and that is the end [+_bch].
82
+ = [Eg:B3]
data/ENNI_SALT/test/444.slt ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 3/30/1997
4
+ +DOE: 6/03/2001
5
+ +CA: 4;2;4
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: SLI
9
+ +ID: 444=CHI
10
+ +Tape Location: Disk L29 Track 2
11
+ = [Bg:A1]
12
+ C elephant [EU].
13
+ C zebra [EU].
14
+ E what happen/3s in the story?
15
+ C (ze) zebra [EU].
16
+ C ball [EU].
17
+ C zebra and elephant [EU].
18
+ C (ze : um) elephant and zebra and ball [EU].
19
+ C zebra and the[?] ball (an) : and the[?] elephant [EU].
20
+ C zebra and the elephant and the ball [EU].
21
+ =C the end [+_bch].
22
+ = [Eg:A1]
23
+ = [Bg:A2]
24
+ C [~_um_why_I_need_this] (um) elephant and zebra [EU].
25
+ C elephant and zebra [EU].
26
+ C elephant and zebra [EU].
27
+ C (owie and uh) (owie) elephant has a[EW:an] owie.
28
+ C and the zebra do|do[EW:does] not has|have[EW:have] a[EW:an] owie.
29
+ C there is[EW:are] two elephant/s.
30
+ C zebra [EU].
31
+ C two elephant[EW:elephants] [EU].
32
+ C two elephant/s and zebra [EU].
33
+ C two elephant/s and zebra [EU].
34
+ C two (ele) elephant/s (st) [EU].
35
+ C no zebra [EU].
36
+ =C the end [+_bch].
37
+ = [Eg:A2]
38
+ = [Bg:A3]
39
+ C elephant and zebra [EU].
40
+ C (uh) : elephant and zebra [EU].
41
+ C airplane [EU].
42
+ C (uh) elephant and zebra : airplane [EU].
43
+ C elephant and zebra airplane [EU].
44
+ =C (uh) it is on [+_bch].
45
+ =C what is that sound [+_bch]?
46
+ =C what is that sound in there [+_bch]?
47
+ C (um) elephant and zebra and : airplane [EU].
48
+ C elephant and zebra [EU].
49
+ C elephant and zebra [EU].
50
+ C two : elephant/s and zebra [EU].
51
+ C elephant and zebra and airplane [EU].
52
+ C elephant and zebra [EU].
53
+ C elephant and zebra [EU].
54
+ C elephant and zebra [EU].
55
+ C elephant and zebra [EU].
56
+ C elephant and zebra [EU].
57
+ C elephant and zebra [EU].
58
+ =C the end [+_bch].
59
+ = [Eg:A3]
60
+ = [Bg:B1]
61
+ C bunny [EU].
62
+ E what happen/3s in the story?
63
+ C (um) sandcastle [EU].
64
+ C sandcastle [EU].
65
+ C sandcastle and puppy and bunny [EU].
66
+ C (sandcastle and bun) (uh : san) sandcastle and : (dog) doggy and rabbit [EU].
67
+ C bunny [EU].
68
+ C *the sandcastle breaked|break[EW:broke] [EU].
69
+ C a sandcastle breaked|break[EW:broke].
70
+ C they are make/ing it again.
71
+ =C the end [+_bch].
72
+ = [Eg:B1]
73
+ = [Bg:B2]
74
+ C (um) basket [EU].
75
+ C puppy and : rabbit [EU].
76
+ C carrot [EU].
77
+ =C I said a carrot that is it [+_bch].
78
+ C drink [EU].
79
+ C (pa) basket [EU].
80
+ C sandwich [EU].
81
+ C juice [EU].
82
+ =C I said juice [+_bch].
83
+ E : what happen/3s in the story?
84
+ C (um) tree [EU].
85
+ C tree [EU].
86
+ C (tr) : tree [EU].
87
+ C tree [EU].
88
+ C tree [EU].
89
+ =C the end [+_bch].
90
+ = [Eg:B2]
91
+ = [Bg:B3]
92
+ C (uh) balloon [EU].
93
+ C balloon [EU].
94
+ C balloon [EU].
95
+ E what happen/3s in the story?
96
+ C balloon [EU].
97
+ C balloon [EU].
98
+ C fly away balloon.
99
+ C (t) pop/ed the balloon [EU].
100
+ C lot/s of balloon/s [EU].
101
+ C lot/s of balloon/s [EU].
102
+ C lot/s of balloon/s [EU].
103
+ C five balloon[EW:balloons] [EU].
104
+ C lot/s of balloon/s [EU].
105
+ =C I said lot/s of balloon/s [+_bch].
106
+ C lot/s of balloon/s [EU].
107
+ C yeah (uh) : lot/s of balloon/s [EU].
108
+ C let us count the balloon/s (in here) in this picture.
109
+ C [~_counts_balloons:_1_2_3_4_6_7_8_9].
110
+ C there is[EW:are] nine.
111
+ C two : balloon/s [EU].
112
+ C there is[EW:are] two balloon/s.
113
+ C none[EW:no] balloon[EW:balloons] [EU].
114
+ C one balloon [EU].
115
+ =C (two ba) the end [+_bch].
116
+ = [Eg:B3]
data/ENNI_SALT/test/447.slt ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 11/12/1996
4
+ +DOE: 1/17/2001
5
+ +CA: 4;2;5
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 447=CHI
10
+ +Tape Location: Disk L23 Track 80
11
+ = [Bg:A1]
12
+ C (uh) he walk/3s to a horsey.
13
+ C and then the horsey (fell) fall/3s down.
14
+ C then the horsey fell in the water.
15
+ C and then he : give/3s the ball back to him.
16
+ C and then : they play with it.
17
+ =C and that is the end so [+_bch].
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C (um) he go/3s in the sandbox with the elephant.
21
+ C and then they walk (in the) into the sandbox.
22
+ C and then they walk into the hill.
23
+ C and then they laugh.
24
+ C (and then they got a scr) and then elephant got a scrape.
25
+ C and (then he) then he start/ed to cry.
26
+ C and then (he) he sat up and got a (bandage) bandage.
27
+ C and he said are you okay?
28
+ =C the end [+_bch].
29
+ = [Eg:A2]
30
+ = [Bg:A3]
31
+ C (um) he found an airplane in the sandbox.
32
+ C (and then he) (and then the) and then he fly/3s it up in the sky.
33
+ C (and then he stands up) [~_other_child_talking] and then he stand/3s up in the sandbox.
34
+ C and then they (br) broke the airplane in the sandbox.
35
+ C and they drop/ed it.
36
+ C and then (he) (he) it was stuck in the sandbox forever.
37
+ C and then it was more stucker[EW:stuck].
38
+ C and then : a lifeguard came and get|get[EW:got] it.
39
+ C (and then he got it with his) and he reach/ed it with his arm.
40
+ C and then : they were sad.
41
+ C the lifeguard got it for him.
42
+ C and then the lifeguard pour/ed on : the net.
43
+ C and he got it.
44
+ C and then : he said here[!] you go.
45
+ C and then he keeped|keep[EW:kept] it forever.
46
+ =C the end [+_bch].
47
+ = [Eg:A3]
48
+ = [Bg:B1]
49
+ C (he) the dog go/3s in the sandbox.
50
+ C and then he start/3s make/ing the sandcastle.
51
+ C and then the rabbit spill/3s on it.
52
+ C (and then he) and then it is all gone.
53
+ C it xxx up.
54
+ C then it was all cover/ed up.
55
+ =C the end [+_bch].
56
+ = [Eg:B1]
57
+ = [Bg:B2]
58
+ C he go/3s look/ing at his favourite friend.
59
+ C then he go/3s and : stick/3s out his tongue.
60
+ C then he had a drink.
61
+ C and then he lie/3s down in the sun.
62
+ C and then he walk/3s away.
63
+ C then he pull/3s on his shirt.
64
+ C (and then he) and then he : talk/3s to him.
65
+ C and then they walk away.
66
+ = [Eg:B2]
67
+ = [Bg:B3]
68
+ C he come/3s along with a balloon (with) with his wagon.
69
+ C then he come/3s.
70
+ C and then he walk/3s with him.
71
+ C then : they stop/ed : and walk/ed in the snow.
72
+ C then they lose the balloon.
73
+ C and then they : stop and : get angry.
74
+ C then they walk away and saw a man with balloon/s [EU].
75
+ C then : they said to him balloon [EU].
76
+ C and then he give/3s him one.
77
+ C and then : they walk away.
78
+ C and then : they[!] : think : (the rabbit) the big rabbit [EU].
79
+ C (and then they walk to his mom) [~_another_child__says:_that_(i)s_Nolan's_mom] then they walk to their mom.
80
+ C and then he come/3s and walk to the lady [EU].
81
+ C and then he : come/3s.
82
+ C and then he get/3s (a ba) (another balloons[EW:balloon]) : balloons.
83
+ =C the end [+_bch].
84
+ = [Eg:B3]
data/ENNI_SALT/test/448.slt ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 7/19/1996
4
+ +DOE: 2/21/2001
5
+ +CA: 4;7;2
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 448=CHI
10
+ +Tape Location: Disk L25, Track 52
11
+ = [Bg:A1]
12
+ C once upon a time they were play/ing basketball.
13
+ C (then) : then the boy came named giraffe.
14
+ C the ball got stuck in the pond.
15
+ C then he went back home.
16
+ C then it fell back in the water.
17
+ C and he gave the cow a : (nnn) new[?] [EU].
18
+ C then he went : out of the water.
19
+ =C the end [+_bch].
20
+ = [Eg:A1]
21
+ = [Bg:A2]
22
+ C there was a : girl name/ed : elephant.
23
+ C and the giraffe went swim[EW:swimming] again[?] xx the lake.
24
+ C and then they just ran ahead.
25
+ C then they jump/ed into the water.
26
+ C and then they[EW:she] hurt her knee[-:].
27
+ C then they could not : give a bandage [EU].
28
+ C and he just put on a bandage for her.
29
+ C (then it feel) then they went swim/ing for a[?] next time [EU].
30
+ C then he got mad.
31
+ =C the end [+_bch].
32
+ = [Eg:A2]
33
+ = [Bg:A3]
34
+ C once upon a time (a) : a boy (me) met a girl.
35
+ C and he was go/ing to [~_gonna] fly his airplane.
36
+ C then he flew it.
37
+ C and (then) then he let go of it.
38
+ C and then she grab/ed it from him.
39
+ C and it was her/z.
40
+ C and he throwed|throw[EW:threw] it in the water[-:] .
41
+ C and then he got mad at her.
42
+ C then he got mad.
43
+ C and he need|need[EW:needed] to do something.
44
+ C and they could not reach it.
45
+ C so (they) they got a net.
46
+ C and it was there for a long time.
47
+ C and he got a net.
48
+ C then he got it.
49
+ C then he just : try/ed to get it.
50
+ C then he just got it.
51
+ C then he just : give|give[EW:gave] it to the boy who had it.
52
+ C and xxx.
53
+ =C the end [+_bch].
54
+ = [Eg:A3]
55
+ = [Bg:B1]
56
+ C he went.
57
+ C and : he met a girl : go/ing to (the) : the playground.
58
+ C and she made a (ca) sandcastle.
59
+ C try/ing make/ing one like hers [EU].
60
+ C [<~?_where]then[>~?_where] it broke.
61
+ C then they : got very angry.
62
+ C but they need/ed to make it all over again.
63
+ =C the end [+_bch].
64
+ = [Eg:B1]
65
+ = [Bg:B2]
66
+ C there was a boy name/ed : bunnyhead.
67
+ C then he went (to) to have a picnic and met another guy with a picnic basket.
68
+ C and they had a picnic before (it) (it) it got night time [EU].
69
+ C then they had two box/s of sandwich/s.
70
+ C and then they got full.
71
+ C (then they went) (then they) : then they went full [EU].
72
+ C and : they get|got[EW:got] more and more.
73
+ C then came the mommmy.
74
+ C (then the) : then : the doctor.
75
+ C then they ran up to her.
76
+ C then they bump/ed[!] into her.
77
+ C and she took a temperature.
78
+ C and she was sick.
79
+ C and she need/ed to take her to a hospital.
80
+ =C the end [+_bch].
81
+ = [Eg:B2]
82
+ = [Bg:B3]
83
+ C once : upon a time there was a boy (and went) (um uh what um) give/ing him[EW:his] wagon a walk.
84
+ C (then they) then they (got) put it on a balloon.
85
+ C and that was good.
86
+ C then he tighten|tighten[EW:tightened] it on[-:] very good.
87
+ C and he gave it to the girl.
88
+ C (then) then it flew away.
89
+ C then there was no way [EU].
90
+ C then he was (ba) angry.
91
+ C then he met a : balloon guy.
92
+ C and he bought her one : and buyed|buy[EW:bought] a new balloon (so) (so they c) so there could be one on the wagon.
93
+ C then he gave us one before he flew away.
94
+ C and thank you!
95
+ C and (then it went) she sawed|see[EW:saw] the : doctor again.
96
+ C and (a little girl) can you buy us a balloon?
97
+ C and they gave him money.
98
+ C (then) then he gave them balloon/s.
99
+ C (then they) then they both had one.
100
+ C good.
101
+ =C the end [+_bch].
102
+ = [Eg:B3]
data/ENNI_SALT/test/451.slt ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 6/28/1996
4
+ +DOE: 1/18/2001
5
+ +CA: 4;6;21
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 451=CHI
10
+ +Tape Location: Disk L23 Track 101
11
+ = [Bg:A1]
12
+ C once : a[EW:an] elephant was walk/ing over to a giraffe : with a backpack full of three ball/s.
13
+ C then : the ball/s sank into the water and float/ed away.
14
+ C they try/ed to catch it.
15
+ C but they nearly fell into the water.
16
+ C they fell into the water.
17
+ C (and try/ed to float) he try/ed to float to (the balloon) the ball.
18
+ C (but it wa) : (but it) but the ball was too[!] fast.
19
+ C then the elephant caught the ball and pull/ed giraffe out of the water.
20
+ C then[!] he was soak/ing wet.
21
+ C then they walk/ed home.
22
+ = [Eg:A1]
23
+ = [Bg:A2]
24
+ C once : (gira) giraffe and elephant were so excited.
25
+ C they want/ed to go into the pool.
26
+ C they walk/ed over to the stair/s.
27
+ C and then : they walk/ed over to the board.
28
+ C and then : they jump/ed in.
29
+ C then elephant jump/ed in.
30
+ C and then elephant slip/ed and slide|slide[EW:slid].
31
+ C and : then he fell into the water head first.
32
+ C he did not realize (that) that : he had no bandaid on his owie.
33
+ C and it hurted|hurt[EW:hurt] and hurted|hurt[EW:hurt] and hurted|hurt[EW:hurt] and hurted|hurt[EW:hurt].
34
+ C (uh : momma bear) poppa bear walk/ed over to him.
35
+ C are you okay?
36
+ C no reply/ed sister bear.
37
+ C (then : they were so excited : they are) : (they v) (poppa bear gave him) poppa elephant gave : sister elephant : a bandaid.
38
+ C then it felt much better.
39
+ C now they were ready to play in the water.
40
+ C but then : suddenly : the poppa bear said you stay there.
41
+ C do not go with the giraffe.
42
+ = [Eg:A2]
43
+ = [Bg:A3]
44
+ C once : Elephant and Giraffe : were walk/ing to the pool again[!].
45
+ C : Giraffe brought an airplane.
46
+ C and then (he) elephant flied|fly[EW:flew] it.
47
+ C but then it sank into the water.
48
+ C you said [~_deep_voice] elephant : you get that airplane out of the water.
49
+ C but I can not cry/ed elephant.
50
+ C now (it sank into the pool) it sank into the pool nearly all the way.
51
+ C poppa bear said get that airplane.
52
+ C [~_deep_voice] I[!] can not (said) poppa bear : said to the giraffe.
53
+ C poppa bear try/ed to reach it.
54
+ C but it was too far.
55
+ C oh now we will never get it : cry/ed poppa bear and sister bear.
56
+ C (hold it said) hold it said giraffe.
57
+ C I[!] got something.
58
+ C I[!] have an idea.
59
+ C (he) (he got his) momma bear got the net.
60
+ C and then (he try/ed) he got it.
61
+ C then he try/ed to get it.
62
+ C and at last : he got it.
63
+ C and then it was soak/ing wet : that he had to waited|wait[EW:wait] till it was dry.
64
+ C now it was dry.
65
+ C and he could fly it but not into the water any more.
66
+ = [Eg:A3]
67
+ = [Bg:B1]
68
+ C once : two bunny/s were play/ing in the sandbox.
69
+ C one bunny build|build[EW:built] a sandcastle.
70
+ C and one digged|dig[EW:dug] sand to put in his bucket.
71
+ C he pour/ed it onto the castle.
72
+ C and then it all broke.
73
+ C and then it all fell.
74
+ C and then : (the uh) the bunny had to build it again.
75
+ = [Eg:B1]
76
+ = [Bg:B2]
77
+ C once : two bunny/s were go/ing out for a picnic.
78
+ C (ss) one : ate : a carrot and some hot dog/s.
79
+ C then he was all full.
80
+ C and then the second bunny drank : juice : and ate his sandwich.
81
+ C and then : the sandwich : taste|taste[EW:tasted] yucky.
82
+ C and then : they went home to their mom.
83
+ C (the mom said) the mom said : please take care of your little brother.
84
+ C and they took care of each other.
85
+ C then : (the) the sister bunny and the momma baby (all) they walk/ed home together.
86
+ = [Eg:B2]
87
+ = [Bg:B3]
88
+ C once (a ba) a bunny was bring/ing (uh) : a wagon with a balloon : attached to a wheel.
89
+ C and then : (the) the bunny was so excit/ed that he look/ed at the balloon.
90
+ C and then : he try/ed to put the balloon off the wheel [EU].
91
+ C but it was stuck.
92
+ C and then it flew up.
93
+ C they try/ed to catch it.
94
+ C but it was float/ing away up into the air.
95
+ C and then : it nearly disappear/ed.
96
+ C and then they got so mad (they had to get a different one) they had to get a new one.
97
+ C so they walk/ed over to mister balloon.
98
+ C (and said) can I have (one) a new balloon the bunny ask/ed?
99
+ C and then he gave him the nice five : balloon.
100
+ C and then : he did not (gi) give (him) them one.
101
+ C and then : all of sudden (brother bear) brother bunny and sister bunny saw their mom.
102
+ C and (they w) then they (walk/ed over the river) skate/ed over to the river.
103
+ C and out at the river she saw their mom.
104
+ C and then [~_change_in_voice_quality] mommy : mister balloon will not (give us) give us a balloon.
105
+ C and (then : then h) then momma bunny walk/ed over to mister balloon.
106
+ C (and said) can you please give them a balloon she ask/ed.
107
+ C certainly reply/ed mister balloon.
108
+ C and then they had two balloon/s : for themselves.
109
+ = [Eg:B3]
data/ENNI_SALT/test/458.slt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 11/01/1996
4
+ +DOE: 2/21/2001
5
+ +CA: 4;3;20
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 458PA1=CHI
10
+ +Tape Location: Disk L25, Track 90
11
+ = [Bg:A1]
12
+ C (um) : let us play boy/s!
13
+ C the ball went in the water!
14
+ C I got[EW:have] to swim[!] and get it.
15
+ C [~_high_pitched_voice] I got another ball to swim with it!
16
+ C and I am play/ing with it.
17
+ C aaah[~!_sighing] I am all wet.
18
+ =C the end[~!_laughing] [+_bch].
19
+ = [Eg:A1]
20
+ = [Bg:A2]
21
+ C let us swim.
22
+ C I am jump/ing in the water!
23
+ C let us run.
24
+ C ow[-:].
25
+ C : are you okay!
26
+ C and it hurt/3s.
27
+ C I[!] need a bandaid.
28
+ C it is : still hurt/ing.
29
+ C I got[EW:have] to go to the doctor.
30
+ =C the end [+_bch]!
31
+ = [Eg:A2]
32
+ = [Bg:A3]
33
+ =C pig/s do like this [~_makes_snorting_sound] [~_laughs] [+_bch].
34
+ C let us swim!
35
+ C I am cry/ing[!].
36
+ C I found a[EW:an] airplane.
37
+ C [~_makes_creaky_voice_sound] : give me that airplane!
38
+ C [~_hhh] my airplane[-:]!
39
+ C oh do not be angry at me!
40
+ C let us get it!
41
+ C oh we got it!
42
+ C I got it in right.
43
+ C he *is get/ing out of the water [EU].
44
+ C no[-:] !
45
+ C okay let us catch it!
46
+ C I got it!
47
+ C : thank you.
48
+ C my favourite airplane.
49
+ =C the end [+_bch].
50
+ = [Eg:A3]
51
+ = [Bg:B1]
52
+ C (um) you play in the sandpack.
53
+ C (you dig a) : you put the sand in the : bucket.
54
+ C and you dump it on the castle[-:] .
55
+ C and (then) : (then um) : (then) then the castle broke.
56
+ C and then the xx cried[~!_laughing].
57
+ =C the[!] end [+_bch].
58
+ = [Eg:B1]
59
+ = [Bg:B2]
60
+ C he is walk/ing.
61
+ C and then : he say/3s hi.
62
+ C he[-:] : eat/3s his sandwich with a carrot.
63
+ C and he : drink/3s his juice.
64
+ C and he cry/3s[-:].
65
+ C (um) : I am : thirsty.
66
+ C you stole it.
67
+ C I said it!
68
+ C you stole it[~!_laughing].
69
+ =C I do not know that page [+_bch].
70
+ E should we try the next page?
71
+ C he cry/3s[-:].
72
+ C goodbye.
73
+ =C the end [+_bch].
74
+ = [Eg:B2]
75
+ = [Bg:B3]
76
+ C (um) : here is a balloon.
77
+ C (um) I am run/ing around!
78
+ C my balloon/s [EU].
79
+ C do not take it off!
80
+ C ah[-:] the balloon : it is fly/ing!
81
+ C aw the balloon is broken!
82
+ C there is[EW:are] (a lots balloons) lots of balloon/s.
83
+ C I[!] want a balloon.
84
+ C I only have one.
85
+ C oh there is[EW:are] a lot of balloon/s.
86
+ C ah[~!_whispering].
87
+ = %com: CHI makes comment about her barrette.
88
+ C I[!] want some balloon/s.
89
+ C where can we put the balloon?
90
+ C but our balloon is broken.
91
+ C let us have another balloon.
92
+ C and : we got[EW:have] two.
93
+ C let us have it!
94
+ C we got[EW:have][!] : two.
95
+ C that kind [EU].
96
+ = [Eg:B3]
data/ENNI_SALT/test/469.slt ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 10/10/1996
4
+ +DOE: 5/25/2001
5
+ +CA: 4;7;15
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 469=CHI
10
+ +Tape Location: Disk L28 Track 47
11
+ = [Bg:A1]
12
+ C [~_I_like_looking] she is play/ing with a ball.
13
+ C then it drop/3s in the water.
14
+ C the cow (s) want/3s to get it.
15
+ C and then : the : cow : give/3s it back to the elephant.
16
+ C and she like/3s it.
17
+ =C and the end [+_bch].
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C (um : something is sink/ing) something is sink/ing.
21
+ C and : the elephant is go/ing to[:_gonna] get it.
22
+ C and she trip/3s.
23
+ C and she fall/3s and hurt/3s her knee[-:].
24
+ C and the lifeguard come/3s.
25
+ C and she get/3s a bandaid on it.
26
+ C [~!_laughs] and (she) she sit/3s on a bench.
27
+ C the lifeguard tell/3s her not : to do it again.
28
+ = [Eg:A2]
29
+ = [Bg:A3]
30
+ C Elephant is excited to see what the giraffe has.
31
+ C and then : he[-:] try/3s to throw it up into the air.
32
+ C and then : the elephant grab/3s it away.
33
+ C and then it sink/3s into the water.
34
+ C then the giraffe get/3s mad at her.
35
+ C and the lifeguard get/3s mad (at the gir) at the elephant.
36
+ C and (he explai) he try/3s to explain : what happen/ed.
37
+ C and the lifeguard : (um) try/3s to get it.
38
+ C then : they can not get it.
39
+ C and : then : a woman come/3s up with a net.
40
+ C and she get/3s it out.
41
+ C and she give/3s it back to the giraffe.
42
+ C and then he hug/3s it.
43
+ =C the end [+_bch].
44
+ = [Eg:A3]
45
+ = [Bg:B1]
46
+ C (um) : the bunny and : the baby elephant are : build/ing a sandcastle.
47
+ C and then : the bunny is fill/ing up a pail with sand.
48
+ C (um) then : he is stuff/ing it on the : sandcastle.
49
+ C and then : it is ruin/ed.
50
+ C then : one of them is sad.
51
+ =C that is it [+_bch].
52
+ = [Eg:B1]
53
+ = [Bg:B2]
54
+ C they are go/ing on a picnic.
55
+ C (they are) the bunny is eat/ing lots of stuff.
56
+ C he is get/ing full.
57
+ C and : he has a stomachache.
58
+ C and then : one of them see/3s (his mom) rabbit/z mom.
59
+ C and : he try/3s to get her (to get) (to get) to get rabbit.
60
+ C and : she wake/3s him up.
61
+ C and they go home.
62
+ C ah that was a good one.
63
+ = [Eg:B2]
64
+ = [Bg:B3]
65
+ C he is take/ing a balloon somewhere.
66
+ C his friend is come/ing up to him.
67
+ C (and : he) and his friend like/3s the balloon.
68
+ C and then his friend try/3s to untwist it.
69
+ C then it go/3s away.
70
+ C and he is sad.
71
+ C and then : she is angry with rabbit.
72
+ C and then there is a new (ba) balloon sale.
73
+ C and : he want/3s one.
74
+ C and : he give/3s it to him.
75
+ C and then : he want/3s another one [~_laughs].
76
+ C and then : mother is here.
77
+ C he come/3s up to her.
78
+ C and : he tell/3s her that there is[EW:are] balloon/s.
79
+ C (and : she will) and she is give/ing him money.
80
+ C and then : they both have (one) a balloon.
81
+ =C that is it [+_bch].
82
+ =C the end [+_bch].
83
+ = [Eg:B3]
data/ENNI_SALT/test/477.slt ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI target_child, EXA examiner
3
+ +DOB: 6/11/1998
4
+ +DOE: 2/03/2003
5
+ +CA: 4;8;3
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: SLI
9
+ +ID: 477=CHI
10
+ +Tape Location: tape is property of Capital Health (S Bond-Moore)
11
+ = [Bg:A1]
12
+ C once upon a time.
13
+ C and he is look/ing : apple/s [EU].
14
+ C and the apple/s fall into a pool.
15
+ C and (uh a buddy) (a) a guy (f) is catch/ing it.
16
+ C and he get|get[EW:got] it.
17
+ C and he put it back.
18
+ C and he be happy [EU].
19
+ =C the end [+_bch].
20
+ = [Eg:A1]
21
+ = [Bg:A2]
22
+ C once upon a time : are walk/ing in a pool [EU].
23
+ C and he is look/ing backwards.
24
+ C and a girl *is walk/ing [EU].
25
+ C (and a) and he stopp/ed.
26
+ C and he be worry/ed [EU].
27
+ C and he be scared [EU].
28
+ C and he sit|sit[EW:sat] on a bench.
29
+ C and he sit|sit[EW:sat] on a bench [~_new_page].
30
+ =C the end [+_bch].
31
+ = [Eg:A2]
32
+ = [Bg:A3]
33
+ C once upon a time : out walk/ing [EU].
34
+ C and he is fly/ing a plane.
35
+ C (and he) and he[!] is play/ing a plane.
36
+ C then he drop/ed it.
37
+ C gone is sink/ing [EU].
38
+ C and sink/ing [EU].
39
+ C and sink/ing [EU].
40
+ C and sink/ing [EU].
41
+ C and sink/ing [EU].
42
+ C and sink/ing [EU].
43
+ C and sink/ing [EU].
44
+ C and he catch|catch[EW:caught] it.
45
+ C and he put it right back on his hand/s.
46
+ C and he be happy [EU].
47
+ =C the end [+_bch].
48
+ = [Eg:A3]
49
+ = [Bg:B1]
50
+ E : you can start once upon a time.
51
+ =C once upon a time [+_bch].
52
+ E : what do you see?
53
+ E use words so I can hear you so my tape recorder can hear you.
54
+ C (hm) .
55
+ E what has happen/ed?
56
+ C them[EW:they] *are build/ing [EU].
57
+ C and he *is throw/ing sand [EU].
58
+ C and : mess/ed all (d) up [EU].
59
+ C and he be sad [EU].
60
+ = C the end [+_bch].
61
+ = [Eg:B1]
62
+ = [Bg:B2]
63
+ E : how do/3s it start?
64
+ = C (hm) .
65
+ E : once upon a time.
66
+ = C once upon a time : [~_hm_easy_point] [~_sounds_like_comment_to_self].
67
+ E try again.
68
+ C (hm) : and he is eat/ing.
69
+ C and he is tired.
70
+ C and he is go/ing *to sleep [EU].
71
+ C and he is run/ing.
72
+ C and he is hold/ing : his dress.
73
+ C and he : fall|fall[EW:fell] down.
74
+ C and he walk/3s.
75
+ =C the end [+_bch].
76
+ = [Eg:B2]
77
+ = [Bg:B3]
78
+ C once upon a time : [~_tells_EXA_to_turn_page].
79
+ C [~_easy_xx_hm_##_hm_##_hm] : a tree.
80
+ C and he *is catch/ing a balloon [EU].
81
+ C and it pop/3s.
82
+ C and xx want/3s the balloon/s.
83
+ C and she want/3s the balloon/s again.
84
+ C and they pop/ed.
85
+ C and they pop/ed : again.
86
+ C and he is look/ing.
87
+ C and he get xx.
88
+ C and he be happy [EU].
89
+ C and he be happy again [EU].
90
+ =C the end [+_bch].
91
+ = [Eg:B3]
data/ENNI_SALT/test/504.slt ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 5/14/1994
4
+ +DOE: 2/17/2000
5
+ +CA: 5;9;3
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 504=CHI
10
+ +Tape Location: Disk M1 Track 27
11
+ = [Bg:A1]
12
+ C once upon a time the elephant had a ball.
13
+ C and the giraffe like/ed it.
14
+ C and he decide/ed to play with it by the pool.
15
+ C and then : he made a mistake.
16
+ C and it falled|fall[EW:fell] in the water.
17
+ C (and) (and) and the elephant thought that he could not get it.
18
+ C but (he) he just try/ed and try/ed.
19
+ C and he got it.
20
+ C and he gave it back to the elephant.
21
+ C so the elephant was very happy.
22
+ =C the end [+_bch].
23
+ = [Eg:A1]
24
+ = [Bg:A2]
25
+ C once upon a time there is[EW:was] a[EW:an] elephant and a giraffe by the diving pool.
26
+ C and the elephant ran[-:] and slip/ed.
27
+ =C I think I think that is next page [+_bch].
28
+ C and he slip/ed[!] and got hurt.
29
+ C so the giraffe came run/ing.
30
+ C and then one of the elephant/s came to help with a bandage.
31
+ C (and the band) and he put the bandage on.
32
+ C and he hurt and hurt.
33
+ C and she had to keep her leg out like straight in front (so) so it would not hurt when she walk/3s.
34
+ C but she had to sit there xxx.
35
+ E what was that last bit?
36
+ C she has|have[EW:had] to sit there at the diving pool all day until it feeled|feel[EW:felt] better.
37
+ C : (so) : and then the big elephant said no run/ing.
38
+ C and she went [~_humming_sound].
39
+ C that is why he got hurt.
40
+ C (and he said) : so she had to sit there for time out.
41
+ C that is why.
42
+ = [Eg:A2]
43
+ = [Bg:A3]
44
+ C once upon a time there is[EW:was] a[EW:an] elephant and a giraffe.
45
+ C the giraffe had a[EW:an] airplane.
46
+ C and they were at the diving pool.
47
+ C the elephant play/ed with the airplane and watch/ed it zoom around.
48
+ C and he did like [~_motor_sounds,_laughing].
49
+ C and the elephant took it away and start/ed play/ing with it.
50
+ C and then it fell in the water.
51
+ C and the giraffe stare/ed at it.
52
+ E what ?
53
+ =C and the giraffe stare/ed at it [+_BCH].
54
+ C and then the giraffe was very mad at the elephant that the elephant was so scare/ed [EU].
55
+ C so (the beach) (the suh) (the) (the) [~_what__do_you_call_it_the_yeah] the lifeguard (he) he decide/ed to take it out.
56
+ C and he try/ed to get it because the elephant said[!] so.
57
+ C small elephant xx as tall as me[!] [EU].
58
+ =C and then he try/ed[-:] and try/ed[-:] [+_bch].
59
+ =C and then I should not [~_?] [+_bch].
60
+ E what is that last part ?
61
+ C then he try/ed and try/ed.
62
+ C but he could not get it.
63
+ C so he just try/ed still.
64
+ C so he could not get it.
65
+ C and the zebra was sad[-:] so sad.
66
+ C and then there is somebody that (ha) was even a bigger elephant and try/ed to get it with her net.
67
+ C (and she got it) : and she got it out for : their giraffe.
68
+ C and the giraffe was happy, very very happy.
69
+ C so the elephant and the giraffe became[-:] friend/s again.
70
+ =C there is so much one/s about them at the diving pool [~_laughs] [+_bch].
71
+ =C the end [+_bch].
72
+ = [Eg:A3]
73
+ = [Bg:B1]
74
+ C once upon a time there was a little dog : and a little rabbit.
75
+ C they were play/ing in the sandbox.
76
+ C and they builded|build[EW:built] a castle.
77
+ C and : the bunny took some : sand and put it in the bucket.
78
+ C and he start/ed shovel/ing it.
79
+ C and then the bunny pour/ed all the sand over the sandcastle : that the dog made.
80
+ C and then : the bunny said oh I am sorry.
81
+ C I will not do that again.
82
+ C oh : the dog was very sad.
83
+ C he cry/ed (h) because the bunny was not very smart.
84
+ C (and then : f) and then the bunny just : would not play with him.
85
+ C and he standed|stand[EW:stood] still with his ear/s down like this.
86
+ =C the end [+_bch].
87
+ = [Eg:B1]
88
+ = [Bg:B2]
89
+ C once upon a time there was a bunny and a dog.
90
+ C they were : go/ing to have a picnic with each other.
91
+ C and they met each other in the wood/s.
92
+ E they met a what?
93
+ =C they met a each other in the wood/s [+_bch].
94
+ C the bunny brought lot/s and lot/s of junk [~_!_laughing].
95
+ C that is like all food that is bad for you : junk.
96
+ E like what?
97
+ =C like junk I call it when it is food that is bad for you I call it junk [+_bch].
98
+ C and the bunny ate so much of his junk he got sick.
99
+ C and he falled|fall[EW:fell] down.
100
+ C and he got dizzy.
101
+ C and then the doggy ran to the doctor bunny : to help.
102
+ C and : the doggy pull/ed him over.
103
+ C and then : he start/ed work/ing on fix/ing him in case he was okay.
104
+ C well : then : he threw a thing at his head : and try/ed to (s) make him look over there.
105
+ C and he fix/ed him up.
106
+ C he had to go home.
107
+ C so (he) the doctor brought him to his home.
108
+ C and the doggy was very happy.
109
+ =C the end [+_bch].
110
+ = [Eg:B2]
111
+ = [Bg:B3]
112
+ C once upon a time : there were[EW:was] : a dog and a bunny.
113
+ C and they met each other in the wood/s.
114
+ C and the dog (had) : had a balloon.
115
+ C and the bunny came run/ing.
116
+ C and a bunny (ca) took the balloon : out : of the : [~__what_do_you_call_it] the wagon [~_yeah_that_(i)s_it].
117
+ C and : try/ed to untie it.
118
+ C but the dog said no.
119
+ C and he would not listen.
120
+ C and then the dog try/ed to catch it.
121
+ C and the bunny try/ed to catch it too.
122
+ C but : they just could not catch it.
123
+ C oh and then the bunny/z dog friend got mad and made his teeth like this [~_aargh_sound].
124
+ E and made what?
125
+ =C and made (ade) him mad [+_bch].
126
+ C so he would be so mad : that he would just be like this stand/ing there [~_makes_angry_sound].
127
+ C then he went off to get a balloon from a balloon seller that sell/3s balloon/s.
128
+ C he decide/ed (to) to get one.
129
+ E [~_what]?
130
+ =C (he decide/ed to get one) the bunny decide/ed to get : a balloon [+__bch].
131
+ C but he did not have any money for five cent/s.
132
+ C well they were sad.
133
+ C and he did not have any balloon/s for each other because (they want/ed) then the bunny want/ed one too.
134
+ C so they went off to someone that had money.
135
+ C (and then the) (and then he) and then he bought some for them.
136
+ C and they got (two) the two last one/s left.
137
+ C and they were so happy.
138
+ C and (they) they have been friend/s with each other all[!] day.
139
+ =C the end [+_bch].
140
+ = [Eg:B3]
data/ENNI_SALT/test/505.slt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 11/29/1994
4
+ +CA: 5;2;5
5
+ +Gender: M
6
+ +Context: Nar
7
+ +Group of CHI: TD
8
+ +ID: 505=CHI
9
+ +Tape Location: Disk L1 Track 19
10
+ = [Bg:A1]
11
+ C a[EW:an] elephant met (a) a giraffe.
12
+ C (and the) and the elephant/z ball went into the water.
13
+ C then the giraffe would get it.
14
+ C and (then she w) then she was happy.
15
+ C and then : (hmmm) she like/ed her.
16
+ C and then [+..].
17
+ E Okay.
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C (um) the elephant (and) and (the) the giraffe was[EW:were] go/ing to run.
21
+ C and he was go/ing.
22
+ C and the elephant was go/ing to run over to the jump/ing thing.
23
+ C and then she slip/ed.
24
+ C and then she fell.
25
+ C and then the lifeguard came.
26
+ C and then he putted|put[EW:put] a bandaid on.
27
+ C and (then) then she knowed|know[EW:knew] that there was no run/ing.
28
+ C and then she look/ed at the sign.
29
+ C and it said no run/ing.
30
+ C and then the end.
31
+ = [Eg:A2]
32
+ = [Bg:A3]
33
+ C the giraffe (had) had a[EW:an] airplane.
34
+ C and he was go/ing to throw it.
35
+ C (and) (and the) and the : elephant want/ed to try too.
36
+ C and then (he s) (he was tr) he want/ed to throw it.
37
+ C : and then the elephant was go/ing to throw it.
38
+ C and then it sank.
39
+ C and (then) then the giraffe was mad.
40
+ C : (and :) and then the lifeguard came.
41
+ C (and then) and then the lifeguard was go/ing to get it.
42
+ C : (and then he) and then he was almost about to get it.
43
+ C : (and then) and then the giraffe was sad.
44
+ E [~_long_pause] what happened next ?
45
+ C and (then) then the girl lifeguard came : to get the airplane with (a th) a net.
46
+ C and then : she got it.
47
+ C : (and then) and then she got it.
48
+ C and then he was happy.
49
+ = [Eg:A3]
50
+ = [Bg:B1]
51
+ C a bunny and a bunny : were play/ing in a sandbox.
52
+ C and then they builded|build[EW:built] a snowcastle.
53
+ C and then (the) the other rabbit pour/ed some sand in it.
54
+ C (and) and one part was still fix/ed.
55
+ E : then what happen/ed?
56
+ C and then : the other one was sad.
57
+ =C The end [+_bch].
58
+ = [Eg:B1]
59
+ = [Bg:B2]
60
+ C (um : um) two rabbit/s had basket/s.
61
+ C and it[EW:they] had a picnic.
62
+ C (and then) and then the other rabbit was full.
63
+ C : then he was hurt.
64
+ E : what happen/ed?
65
+ C he found a doctor.
66
+ C (and) and he thoughted|thought[EW:thought] that guy was hurt.
67
+ C : and then the doctor came.
68
+ C and (then) then the boy was better.
69
+ =C the end [+_bch].
70
+ = [Eg:B2]
71
+ = [Bg:B3]
72
+ C (um) the girl had a wagon with a balloon on it.
73
+ C (and the) and the other rabbit : was run/ing.
74
+ C and then the boy rabbit was go/ing to[:_gonna] take the balloon.
75
+ C (and then he) and then he was try/ing to take it off.
76
+ E : then what happen/ed?
77
+ C then it flew up in the air.
78
+ C and (then) then it pop/ed.
79
+ C : and then he was go/ing to the balloon man.
80
+ C and (then) : then the girl was sad.
81
+ E : what happen/ed then?
82
+ C and (then) then he was mad.
83
+ C : (um) then the girl came.
84
+ C (then sh) : (then she) (then) then she want/ed a balloon.
85
+ C and then he ask/ed : the doctor (that could) could he have some of your money?
86
+ E : what happen/ed then?
87
+ C (then) then the boy and the girl : was[EW:were] go/ing to[:_gonna] have a balloon.
88
+ C : and then they both had a balloon.
89
+ =C the end [+_bch].
90
+ = [Eg:B3]
data/ENNI_SALT/test/524.slt ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 8/14/1994
4
+ +DOE: 4/28/2000
5
+ +CA: 5;8;14
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 524=CHI
10
+ +Tape Location: Disk M5 Track 33
11
+ = [Bg:A1]
12
+ C once upon a time : they had three (ba) ball/s.
13
+ C and one went in the river.
14
+ C : (and him immediately went to get it :) [~_no] (he falled|fall[EW:fell] in : and then) (and he got) [~_no_actually] (um) he went in *to swim to give it to (the : pi um) the elephant again [EU].
15
+ C (uh : an then) (an then um) and then (hir) it look/3s like they are in love.
16
+ = [Eg:A1]
17
+ = [Bg:A2]
18
+ C once upon a time : the elephant went to run.
19
+ C : (an then) and then they start run/ing.
20
+ C : (an her) (her) and her[EW:she] got a booboo.
21
+ C : and then his mom comed|come[EW:came] : put a bandaid on her.
22
+ C : and then her[EW:she] went back to her friend/s.
23
+ C : and then he got mad at her.
24
+ = [Eg:A2]
25
+ = [Bg:A3]
26
+ C once upon a time : (he s) he show/ed the elephant his airplane.
27
+ C and then her[EW:she] grab/ed it (out of the) : out of his hand/s.
28
+ C and then her[EW:she] drop/ed it into the water by mistake [~_pronounced__astake].
29
+ C and then he got very [~_pronounced_wery] angry at her.
30
+ C and then : the elephant comed|come[EW:came] and got wery angry (at the pi) (the um) at the elephant too [EU].
31
+ C (uh) then he had (a) a talk.
32
+ C : and then he try and reach it [EU].
33
+ C (an) and then : he start try/ing [EU].
34
+ C (an then) and then the girl come with the net : (got it for) *and got it for him [EU].
35
+ C : (an then he) (and then he was happy) and he was happy.
36
+ C and he hug/ed his airplane.
37
+ = [Eg:A3]
38
+ = [Bg:B1]
39
+ C once upon a time : a dog was play/ing a castle.
40
+ C and a bunny comed|come[EW:came] over to play with him.
41
+ C (and th) (and when he) and he was hold/ing the castle.
42
+ C and he was (um) have/ing a shovel to (um) pick up the sand.
43
+ C and he was dump/ing on the castle.
44
+ C and then he broke the castle.
45
+ C (and then) and then he start cry/ing.
46
+ = [Eg:B1]
47
+ = [Bg:B2]
48
+ C once upon a time they went on a picnic.
49
+ C (and) (and he) (and) (and som) [~_I_do_n(o)t__know_how_to_do_that_one] his tongue is out like this [~_CHI_sticks__tongue_out].
50
+ E okay you are stick/ing your tongue out that is what it look/3s like.
51
+ =C and I do not know how to do that part [+_bch].
52
+ E can you tell me in word/s?
53
+ C (uh) : it look/3s like he is do/ing [~_child_sticking_tongue_out].
54
+ E oh tongue out okay.
55
+ C and once upon a time when they was[EW:were] eat/ing : something (um) (it wa um) (it wa um) : he start to have a headache.
56
+ C : and then the dog went to his mother : and try/ed : pull her (to the) to her kid bunny [EU].
57
+ C (and) and it start give/ing him medicine [EU].
58
+ C (and then he) and then they went on.
59
+ = [Eg:B2]
60
+ = [Bg:B3]
61
+ C when he was go/ing to play at the park : the bunny went and touch/ed the balloon.
62
+ E he did what with the balloon?
63
+ =C touch/ed it [+_bch].
64
+ C and he try/ed to pull it off.
65
+ C : and then it got go [EU].
66
+ C (an they was) (an) and the dog was angry.
67
+ =C no maybe the angry was not at that part the angry was this one [~__+_bch].
68
+ C and he was angry.
69
+ C and then he went on with balloon/s.
70
+ C and he gave the kid another balloon.
71
+ C and he said he want another balloon.
72
+ C and he said no (cause he got) because he need/ed to get five balloon/s because he want/3s five balloon/s.
73
+ C xxx.
74
+ C (an he ask/ed) (an the dog said can I have another) [~_no] the bunny said can I have another bunny for the dog?
75
+ C : and then the bunny went back to his mom.
76
+ C and he said : (he wo) (he will not give me another ba) he will not give me another balloon.
77
+ C : (so he did ge) so he give the kid/s two balloon/s [~_child__holds_up_two_fingers] [EU].
78
+ C : (and) (an they) and then they went off home.
79
+ = [Eg:B3]
data/ENNI_SALT/test/530.slt ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOE: 11/14/2000
4
+ +CA: 5;9;13
5
+ +Gender: F
6
+ +Context: Nar
7
+ +Group of CHI: TD
8
+ +ID: 530=CHI
9
+ +Tape Location: Disk M5, Track 16
10
+ = [Bg:A1]
11
+ C they were play/ing[-:].
12
+ C they smile/ed.
13
+ C and : a ball was (in the) : in the pool.
14
+ C the boy he want/ed to catch : the ball.
15
+ C so he went in.
16
+ C and the elephant : girl : put her hand/s in front of her nose.
17
+ C and then he caught the ball for her.
18
+ C and she was smile/ing.
19
+ C and he was all wet.
20
+ E and he was what?
21
+ =C he was all wet [+_bch].
22
+ E is that the end ?
23
+ =C yeah [+_bch].
24
+ = [Eg:A1]
25
+ = [Bg:A2]
26
+ C they found a pool[-:].
27
+ C and then she was talk/ing to him.
28
+ C and they runned|run[EW:ran] [-:].
29
+ C and she got hurt.
30
+ C and somebody came and ran to her.
31
+ C she was cry/ing.
32
+ C she was cry/ing so[-:][!] much : (that) : that the boy that ran to her gave her a bandaid.
33
+ C she was sit/ing on a bench.
34
+ C and : he got very greedy.
35
+ = [Eg:A2]
36
+ = [Bg:A3]
37
+ C he found (a airplane) : a toy airplane.
38
+ C then he was play/ing with it.
39
+ C she grab/ed it away from him.
40
+ C then it fell in the water[-:].
41
+ C and then he was mad at her.
42
+ C then a boy came walk/ing by[-:].
43
+ C then she told him something.
44
+ C then he was try/ing to catch it.
45
+ C and then (they) he could not.
46
+ C so he cry/ed[-:].
47
+ C and then a girl[!] came down : with a fetcher.
48
+ E with a what?
49
+ =C with a fetcher to [+_bch].
50
+ E oh a fetcher okay.
51
+ C and then she[!] try/ed and grab/ed it.
52
+ C and she got it for him.
53
+ C and he was so[!] happy.
54
+ =C the end [+_bch].
55
+ = [Eg:A3]
56
+ = [Bg:B1]
57
+ C they : made a sandcastle.
58
+ C (they sc) : they scoop/ed (some) some : sand.
59
+ C and (she dump/ed) the rabbit dump/ed : it (on) right on the sandcastle.
60
+ C and it broke.
61
+ C then he was cry/ing (when i) when he was fix/ing it.
62
+ =C and it is the end of the story [+_bch].
63
+ = [Eg:B1]
64
+ = [Bg:B2]
65
+ C they went for a picnic.
66
+ C they ate[-:].
67
+ C and the rabbit got a tummyache.
68
+ C she was so[-:] full : that she : was growl/ing.
69
+ C then the boy call/ed[!] someone.
70
+ C then he grab/ed her to : the bunny.
71
+ C she check/ed her if she was well [EU].
72
+ E if she was what?
73
+ =C if she was well[!] [+_bch].
74
+ C then she was good.
75
+ C and she did not have a tummyache any more.
76
+ C and (sh) they had a walk.
77
+ = [Eg:B2]
78
+ = [Bg:B3]
79
+ C they had a stroller with a balloon in the front.
80
+ C they watch/ed the balloon if it was come/ing off.
81
+ C and (he tie/ed it right on s) : (ti) she tie/ed it on so tight as she can.
82
+ C then after it came up in the air.
83
+ C and after : the dog was so[!] greedy at her.
84
+ C and then a balloon : man came.
85
+ C (and h) and the rabbit said can we borrow a balloon?
86
+ C and he said would you like this one?
87
+ C and he said yes[-:].
88
+ C it is five[-:] dollar/s.
89
+ C (and he) and he check/ed if he had : much [EU].
90
+ C and then they did not get a balloon.
91
+ C and then : they ran[-:] to someone.
92
+ C they ask/ed her : (th) we want a balloon.
93
+ C and she did not know why.
94
+ C so she paid five dollar/s : to him.
95
+ C and they gave : both of them a balloon.
96
+ C and they like/ed to play with it.
97
+ = [Eg:B3]
data/ENNI_SALT/test/536.slt ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 3/28/1995
4
+ +DOE: 11/29/2000
5
+ +CA: 5;8;1
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 536=CHI
10
+ +Tape Location: Disk M6 Track 40
11
+ = [Bg:A1]
12
+ C (one :) one day (um) : a little : giraffe and (um) : elephant they were play/ing with three ball/s.
13
+ C and (they were g) they were go/ing to go in the swimming pool.
14
+ C so they got to the swimming pool : with ticket/s.
15
+ C and (then they sawl a ba) they saw their ball in the swimming pool.
16
+ = %COM: above not coded as IE because it does not relate to the ATT/CON below
17
+ C so they got it.
18
+ C and then : (the gira) the giraffe try/ed to : come and get the (balloon um) balloon that they had.
19
+ C so (they) he got it.
20
+ C and (then they) then they got their ball and their balloon.
21
+ C and then they went and play/ed with them.
22
+ C and so the : elephant said thank you.
23
+ C and then the giraffe said you are welcome.
24
+ C and they play/ed together (with their um) with their balloon.
25
+ = [Eg:A1]
26
+ = [Bg:A2]
27
+ C one day (um they :) the giraffe and elephant want/ed to go swim/ing.
28
+ C and then : the giraffe ran.
29
+ C (and he) and he[EW:she] ran in the swimming pool with her bathing suit on.
30
+ C and (then she) then she hurt herself on the knee.
31
+ E is that on this picture?
32
+ =C (um) (uh) yeah [+_bch].
33
+ E can you just tell me the story that is on the picture?
34
+ E and you tell me to turn if I am not turn/ing it fast enough.
35
+ C and then she slip/ed because there was water when she was run/ing.
36
+ C (and then) : and then she hurt herself.
37
+ C so the lifeguard came and got her a bandage for her knee.
38
+ C (and then they) so then they (um) went to swim again.
39
+ C and she was all better.
40
+ C (so) but first she had to sit on the bench a little bit.
41
+ C and then she was okay.
42
+ C and the lifeguard said (no run) can not you see the sign.
43
+ C there is no run/ing here.
44
+ =C the end [+_bch].
45
+ = [Eg:A2]
46
+ = [Bg:A3]
47
+ C (one day there is a) one day there was : a giraffe and a[EW:an] (um) elephant.
48
+ C the giraffe had a[EW:an] : airplane.
49
+ C and he was play/ing with it.
50
+ C (and then he : al) and then the elephant want/ed to play with it.
51
+ C (so he na) so (um) he did.
52
+ C but then she took it away from the giraffe.
53
+ C and then she drop/ed it in the water.
54
+ E is that on this page?
55
+ E or was that on the next page?
56
+ E it was on that page, oh okay.
57
+ C so then it sank in.
58
+ C and (then the life) then the lifeguard got mad.
59
+ C so then : the giraffe [+/]^
60
+ E tell me : should I be turn/ing yet?
61
+ C [~_yeah] then the giraffe got mad at the elephant.
62
+ C and she said she was sorry.
63
+ C so she got her mom to catch the lifeguard.
64
+ E is that what is on this page?
65
+ C so the lifeguard could not reach it.
66
+ C so she got her mom to reach it : with a net.
67
+ C and then the lifeguard (she) he came back to say sorry to the elephant because (he) he got mad at the elephant.
68
+ C and then : her mom : catched|catch[EW:caught] it with (um) the thing.
69
+ C and then the lifeguard he try/ed to get it again.
70
+ C but her mom could not.
71
+ C and the lifeguard could not.
72
+ C so she got a big big net.
73
+ C and she catched|catch[EW:caught] it.
74
+ E is that on this page?
75
+ =C yeah.
76
+ E remember I can not see so I just want you to tell the story that is on the page.
77
+ C (and then all the lifeguard/s) and then : the mom had a real long net.
78
+ C so she grab/ed it.
79
+ C and she catched|catch[EW:caught] it.
80
+ C and the giraffe said thank you.
81
+ C and then she said you are welcome.
82
+ C and then (the) they were both happy again.
83
+ C and they play/ed with it.
84
+ =C the end [+_bch].
85
+ = [Eg:A3]
86
+ = [Bg:B1]
87
+ C one day (a lit) a bunny rabbit went to the beach.
88
+ C (and she saw a p) and he saw a puppy.
89
+ C and she was make/ing a sandcastle.
90
+ C and then the bunny said can I help?
91
+ C and the puppy said okay.
92
+ C then they build|build[EW:built] a sandcastle.
93
+ C and the bunny got a bucket.
94
+ C (and she) and then he got a shovel.
95
+ C (and he put it) and he put sand in the bucket to make a sandcastle.
96
+ C (and the) and the puppy was make/ing (the sss um) a water hole.
97
+ C (and then the) and then the rabbit wreck/ed it because he put (all of :) all of sand on it.
98
+ C and it push/ed it down.
99
+ C and the (w) puppy was very sad.
100
+ C (and then the) and the puppy try/ed to build it again.
101
+ C but it did not work.
102
+ C and the rabbit (was just) he did not say sorry or anything.
103
+ = [Eg:B1]
104
+ = [Bg:B2]
105
+ C one day : the puppy and the rabbit came for a picnic in a forest.
106
+ C and then (uh) the rabbit ate too much.
107
+ C and he got sick and was too full.
108
+ C (so the) so the : puppy dog went to get some help.
109
+ C (and then she) but she did not find anyone yet (until he s) until she saw that the rabbit was sick.
110
+ C (and) (and then she got a nur) she got a doctor that was walk/ing by.
111
+ C and then she took the rabbit : (and) and took the stomach away : ache.
112
+ C and then (: the bunny and the r um) bunny was still sick.
113
+ C so : the puppy (he um) she pull/ed on the doctor.
114
+ C and then the doctor went on the picnic thing.
115
+ C (and the s) and he was really sick.
116
+ C so the puppy went away : because the doctor said : he need/3s to be alone for a while.
117
+ =C and the end [+_bch].
118
+ E oh just a second I miss/ed one, did not I?
119
+ C yeah and the [+/]^
120
+ E it was after he need/3s to be alone for a while and then [+..].
121
+ C and then (um) : the puppy came back.
122
+ C and he was all better.
123
+ C but he had to go lie in bed.
124
+ = [Eg:B2]
125
+ = [Bg:B3]
126
+ C (one day the bunny went) (he) (he) one day the bunny went to the forest.
127
+ C (and he) and on the way there he saw a puppy.
128
+ C (and then they) and then they saw a clown with balloon/s.
129
+ C and so they : ask/ed bunny/z mom if they could have some money for a balloon.
130
+ C and she said yes.
131
+ C so then they got a : balloon.
132
+ C (and then they) (then their balloon uh) there was a balloon tie/ed onto puppy/z wagon.
133
+ C and (it fell away) it flew away.
134
+ C so then (um) [+..].
135
+ E tell me when to turn.
136
+ C (and then it [~_please_turn_now_(whispered)] and then it went) and it disappear/ed up in the air.
137
+ C and puppy was mad (at) at bunny.
138
+ C (and then) and then they saw (a clown) (a bunny with balloon/s) a clown bunny with balloon/s.
139
+ C (so they ask/ed bunny) so they ask/ed bunny/z mom if they could have some money.
140
+ C and then they bought a balloon with their money.
141
+ C and puppy was very happy.
142
+ C and they both got two balloon/s.
143
+ C and then puppy ran over there to get a balloon.
144
+ C but bunny had no money.
145
+ C so : she had to go to : (um) the mom to get his money.
146
+ C and then after that : they got some money.
147
+ C and they gave it to the clown bunny.
148
+ C and then they got two balloon/s : one yellow and one red.
149
+ C (and then) but first they had to get the money from the doctor (that fix/ed) that help/ed bunny.
150
+ C and then so they got two balloon/s (ye) yellow and blue.
151
+ C and then they got one for the doctor, red.
152
+ =C and then : [~_whispers] I do not know [+_bch].
153
+ E you are not sure on this one?
154
+ E nothing to say on this one?
155
+ E okay, we will just turn then.
156
+ C and then they bought the balloon/s.
157
+ C (and then they) and then they got two balloon/s.
158
+ C and then they were happy.
159
+ C and they play/ed with them.
160
+ C and then they play/ed with them and play/ed.
161
+ =C the end [+_bch].
162
+ = [Eg:B3]
data/ENNI_SALT/test/549.slt ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 10/17/1994
4
+ +DOE: 6/27/2000
5
+ +CA: 5;8;10
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 549=CHI
10
+ +Tape Location: Disk L19 Track 38
11
+ = [Bg:A1]
12
+ C (um) once upon a time there was a[EW:an] elephant.
13
+ C and she was bounce/ing three ball/s.
14
+ C and giraffe came.
15
+ C (and she try) and he want/ed to try.
16
+ C and the elephant said okay.
17
+ C and then : the giraffe said I can not do it.
18
+ C and (then one ball wen) then all three ball/s went into the : water.
19
+ C and then the elephant and the giraffe said oh no.
20
+ C and then the giraffe went : splash/ing in the water to get all three ball/s.
21
+ C and then : the elephant got one ball.
22
+ C (and then he wa happ) and then she was happy.
23
+ =C the end [+_bch].
24
+ = [Eg:A1]
25
+ = [Bg:A2]
26
+ C (um) once upon a time there was a little : giraffe.
27
+ C and he want/ed to go swim/ing.
28
+ C [~_well] he was try/ing to go in the diving board [EU].
29
+ C and he was scare/ed.
30
+ C and then the elephant said I will try it out.
31
+ C and then : she was run/ing.
32
+ C and then the giraffe was slow/ing down.
33
+ C and then (n the) the elephant (stub/ed her) hurt her knee.
34
+ C then : the lifeguard came.
35
+ C and then : the lifeguard put a bandaid on her knee.
36
+ C and then : she was on a bench.
37
+ C and then : [~_stern_voice] he put her on a timeout.
38
+ =C that is it [+_bch].
39
+ = [Eg:A2]
40
+ = [Bg:A3]
41
+ C (um) once upon a time there was a little giraffe : and a little elephant.
42
+ C (and) and the little giraffe was go/ing to throw his plane.
43
+ C [~_well] he thought it was go/ing to go in the water.
44
+ C then he try/ed.
45
+ C and then he try/ed.
46
+ C [~_well] he did not let go.
47
+ C and then the elephant took it away.
48
+ C and then she threw it in the water.
49
+ C then the giraffe was mad.
50
+ C then the lifeguard came.
51
+ C and then he said you were on another timeout : for the elephant.
52
+ C and then the lifeguard said : I do not know if you should have a timeout.
53
+ C and then the lifeguard was go/ing to : try to reach it.
54
+ C [~_well] he did not reach it.
55
+ C : then he did not know.
56
+ C and then the giraffe was start/ing to cry.
57
+ C then this lady : elephant : came.
58
+ C and she got a net.
59
+ C and she was go/ing : to get it with the net.
60
+ C and then the lady : almost got it.
61
+ C and then she got[!] it.
62
+ C and then : the giraffe was happy.
63
+ = [Eg:A3]
64
+ = [Bg:B1]
65
+ C once upon a (tame) time there was a little rabbit and a little dog.
66
+ C and the little dog (that was mak) it was make/ing : a sandcastle.
67
+ C and the rabbit join/ed in.
68
+ C and then (h) the rabbit try/ed to do it.
69
+ C well he did not get it right.
70
+ C and then he dump/ed it on top.
71
+ C (and then it did not) and the dog/z eye/s went crazy.
72
+ C and then the dog : his mouth (was) (he was kind of) it was kind of : crazy.
73
+ C and then it was try/ing to make it back.
74
+ C well it did not.
75
+ =C the end [+_bch].
76
+ = [Eg:B1]
77
+ = [Bg:B2]
78
+ C once upon a (tame) time there was a little rabbit and a little : (um) dog.
79
+ C and then (they wer) they were go/ing for a picnic.
80
+ C and the rabbit said hello.
81
+ C would you like to : join my picnic?
82
+ C well the dog said no thank you.
83
+ C I will enjoy my picnic.
84
+ C and then the rabbit was eat/ing all it/z stuff that it brought.
85
+ C and then he was get/ing so hot (that he) (that it : was get) that it was burn/ing.
86
+ C and then he was very fat.
87
+ C and then he was go/ing crazy.
88
+ C (and then he saw) and (then she[!] saw) then the puppy saw a doctor.
89
+ C (and then) and then she was bring/ing the : doctor to the rabbit.
90
+ C and then (sh) that rabbit saw the other rabbit.
91
+ C and then : it took (it) that little rabbit to the doctor/z.
92
+ =C that is the end [+_bch].
93
+ = [Eg:B2]
94
+ = [Bg:B3]
95
+ C once upon a time there was a little rabbit and a little dog.
96
+ C and then the little : rabbit want/ed to have the balloon.
97
+ C and then : it almost took it.
98
+ C and then he did not notice.
99
+ C and then he untie/ed it.
100
+ C and then he did not know : what was there.
101
+ C (and then it) and then the balloon went up up up.
102
+ C and then that : dog was mad at that rabbit.
103
+ C and then another rabbit came by with some more[!] balloon/s.
104
+ C and then that (d um) rabbit want/ed a balloon.
105
+ C and then : he : saw he did not have any money.
106
+ C and then he did not get any balloon/s.
107
+ C and (then : one : rabbit) then that rabbit saw a nurse doctor.
108
+ C and (then that doctor) then that little : rabbit said can I have some money for one of those balloon/s?
109
+ C and then he got one.
110
+ C : (and then he had) and then they had two for each.
111
+ =C the end [+_bch].
112
+ = [Eg:B3]
data/ENNI_SALT/test/550.slt ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 6/29/1995
4
+ +DOE: 1/11/2001
5
+ +CA: 5;6;13
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 550=CHI
10
+ +Tape Location: Disk L23 Track 40
11
+ = [Bg:A1]
12
+ C (um) : the donkey want/ed to play (uh with) with another animal with his ball/s.
13
+ C (um : they) they went to the swim[EW:swimming] pool.
14
+ C and (they) they found a friend.
15
+ C and he jump/ed in the : water and splash/ed the elephant by accident.
16
+ C and the elephant pick/ed the ball up.
17
+ C and the giraffe ask/ed if he could have it.
18
+ C and he came out with his : cloth/s on.
19
+ = [Eg:A1]
20
+ = [Bg:A2]
21
+ C (um) they went back to the swimming : pool and did not want to go into the water.
22
+ C the elephant want/ed to go in the water.
23
+ C but the giraffe did not.
24
+ C (um) the elephant : ask/ed if he could race the : giraffe to the diving board.
25
+ C but : the elephant trip/ed (and) and fell and hurt her knee.
26
+ C and : the swimming : person check/ed if he was okay : and put the bandaid on her.
27
+ C and she feeled|feel[EW:felt] all better.
28
+ C and she stay/ed there so she could get better.
29
+ = [Eg:A2]
30
+ = [Bg:A3]
31
+ C (um) the : giraffe throwed|throw[EW:threw] his airplane.
32
+ C and it flew.
33
+ C (but) but by accident he (th) threw it too soft.
34
+ C and it fell in the water.
35
+ C and : he try/ed to get it out.
36
+ C (but he) and he did.
37
+ C and without ask/ing : the elephant grab/ed the airplane away from him because she want/ed to play with it.
38
+ C (and because they was grab/ing) they grab/ed.
39
+ C and it fell in the water.
40
+ C and the giraffe was angry at the elephant because she : throwed|throw[EW:threw] it in by accident.
41
+ C the lifeguard was mad because : they throwed|throw[EW:threw] it in.
42
+ C and toy/s was[EW:were] not suppose/ed to be in the water.
43
+ C and the elephant : said look what I did.
44
+ C it was by accident.
45
+ C and the lifeguard try/ed to pick it up.
46
+ C but he could not.
47
+ C the lifeguard could not.
48
+ C so he just got up.
49
+ C and he had an (ide) a plan.
50
+ C (he) : but : he did not.
51
+ C his wife took : (um) : a stick with a rope (on the ss) on the front.
52
+ C and he catched|catch[EW:caught] it out.
53
+ C (he try/ed to) she try/ed to catch it out.
54
+ C (an) but she could not.
55
+ C and she did.
56
+ C and she gave it back to the (el) giraffe.
57
+ C and now he was proud : of : the girl because : she got his plane back.
58
+ = [Eg:A3]
59
+ = [Bg:B1]
60
+ C the bunny said hi to : the dog.
61
+ C and the dog was make/ing a sandcastle.
62
+ C and the bunny want/ed to help.
63
+ C but the dog said yes.
64
+ C and they start/ed build/ing a sandcastle.
65
+ C and then : the bunny dump/ed a bucket.
66
+ C (and it) (and it) and the : castle fell down.
67
+ C and the dog was : mad at the bunny.
68
+ C and the bunny was : sorry because he knock/ed the sandcastle down.
69
+ C (and then they builded|build[EW:built] it all) : and then the dog builded|build[EW:built] it all up and *was cry/ing [EU].
70
+ = [Eg:B1]
71
+ = [Bg:B2]
72
+ C the dog said hi again to the : bunny.
73
+ C the bunny was race/ing down with a basket of food.
74
+ C so was the dog.
75
+ C and when they got : there they : unpack/ed the food.
76
+ C and they start/ed eat/ing.
77
+ C and the bunny[EW:bunny/z]: tummy hurted|hurt[EW:hurt].
78
+ C and he was sick of the food.
79
+ C and the dog race/ed to the doctor and said doctor doctor can you help?
80
+ C (my bun) my friend bunny is sick.
81
+ C Doctor doctor come on [~_announcement_interruption_from_the_school].
82
+ C come on doctor.
83
+ C come on.
84
+ C my friend bunny is really sick because he eat|eat[EW:ate] so much food.
85
+ C okay okay.
86
+ C he took his temperature.
87
+ C and he was (sick) sick.
88
+ C (and) and then he check/ed the bunny again.
89
+ C and he was all better.
90
+ = [Eg:B2]
91
+ = [Bg:B3]
92
+ C the dog said hi again.
93
+ C and the bunny want/ed the balloon and said where did you get that from?
94
+ C I want that balloon right now.
95
+ C and he untie/ed it from : the wagon.
96
+ C and it start/ed (float) float/ing off the wagon.
97
+ C and the dog was mad at the bunny because he untie/ed it.
98
+ C and he want/ed it.
99
+ C and then the bunny had a great idea.
100
+ C he can go over to the balloon man to buy another balloon.
101
+ C and they ask/ed : could we have two balloon/s please?
102
+ C (and uh) and (it cost/ed) it costed|cost[EW:cost] five dollar/s.
103
+ C (and he had) he did not have any money in his pocket.
104
+ C so he could not get a balloon.
105
+ C and they said please.
106
+ C but no only for five dollar/s.
107
+ C doctor can you help us?
108
+ C (can we have five) could we have : five dollar/s for both of us so we can have a balloon?
109
+ C he said : okay you can have balloon.
110
+ C (I) (I do not) we do not have any money in : our pocket/s.
111
+ C so please can you give us five dollar/s?
112
+ C so they gived|give[EW:gave] him five dollar/s for both of : us[EW:them].
113
+ C and then they got the two leftover balloon/s.
114
+ C and then they was[EW:were] proud of the doctor because : they got a balloon.
115
+ C and the bunny said sorry to : the dog because : (he uh) he want/ed the balloon.
116
+ C and he untie/ed it.
117
+ C so he said sorry.
118
+ = [Eg:B3]
data/ENNI_SALT/test/554.slt ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 8/10/1995
4
+ +DOE: 1/11/2001
5
+ +CA: 5;5;1
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 554=CHI
10
+ +Tape Location: Disk L23 Track 54
11
+ = [Bg:A1]
12
+ C (um) : a giraffe and a[EW:an] elephant were friend/s.
13
+ C and they were play/ing (ta) with each other.
14
+ C and then : their ball : went in the water.
15
+ C and the giraffe went to try and[EW:to] swim for the ball.
16
+ C and the giraffe got it and gave it : to the elephant.
17
+ C and the giraffe was soak/ing wet.
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C (um) : once there was a[EW:an] elephant and giraffe.
21
+ C and they (wen) were friend/s.
22
+ C and they went to a swimming pool together.
23
+ C and the elephant was go/ing to jump in.
24
+ C (and she) and before she jump/ed in : (um) : for some reason she must have forgot something.
25
+ C (she went) she ran very fast.
26
+ C with no run/ing allow/ed the elephant fell down and hurt her knee.
27
+ C she was cry/ing and look/ing at the pain.
28
+ C she is : cry/ing even more[!] and not[!] look/ing at the pain.
29
+ C then she sat down on the bench.
30
+ C and the lifeguard gave her a bandaid.
31
+ C and the lifeguard said no run/ing allow/ed.
32
+ = [Eg:A2]
33
+ = [Bg:A3]
34
+ C the elephant and the giraffe went to the swimming pool.
35
+ C (and they) and the giraffe brought a swimming toy with him.
36
+ C (and) and he was play/ing it.
37
+ C and the elephant was just like stare[EW:stare/ing] (on it) : (on) at it like crazy.
38
+ C (the) the elephant grab/ed it from the giraffe.
39
+ C it look/ed so neat.
40
+ C and then she drop/ed it in the water.
41
+ C the : giraffe got very mad at the elephant.
42
+ C the lifeguard came and : look/ed at it : (and) and came closer to the elephant.
43
+ C and the elephant was (ex) try/ing to explain : how it happen/ed.
44
+ C and the lifeguard was listen/ing very carefully.
45
+ C the lifeguard try/ed to get it.
46
+ C but he could not.
47
+ C the giraffe was cry/ing.
48
+ C (the both) the lifeguard and the elephant (were) was[EW:were] just kind of stare/ing at it.
49
+ C then a girl with a net came.
50
+ C (and the) [~_actually_go_back] and (they was sup) they were like [~_points_to_the_picture].
51
+ C and the girl with the net : was : (pull) : (get) try/ing to get the airplane with her net.
52
+ C and she got it for the : giraffe.
53
+ C the giraffe was hug/ing it.
54
+ = [Eg:A3]
55
+ = [Bg:B1]
56
+ C once there was a bunny and : dog.
57
+ C (and and) and they were friend/s.
58
+ C the dog was make/ing a sandcastle.
59
+ C then the bunny was about to come in with a shovel.
60
+ C and he came in and throwed|throw[EW:threw] a : bucket of sand.
61
+ C the bunny dump/ed it onto the (ca) : sandcastle.
62
+ C dog was kind of sad.
63
+ C (it bro) I think it broke her castle.
64
+ C she was cry/ing.
65
+ = [Eg:B1]
66
+ = [Bg:B2]
67
+ C there was a dog and a bunny.
68
+ C they were friend/s.
69
+ C and they were go/ing to [~_gonna] go to a picnic with each other.
70
+ C (um : the) the dog : was take/ing everything out of her picnic basket.
71
+ C but the bunny was just eat/ing everything she took out.
72
+ C (the) the bunny was : very full.
73
+ C and the dog was hardly even (eat) ate everything [EU].
74
+ C the bunny was : fat.
75
+ C and then the : dog was about to drink a little bit of her juice.
76
+ C and the : bunny had a tummyache.
77
+ C then a grownup bunny came along.
78
+ C (and the) and the dog was race/ing to her.
79
+ C and it was like please(*3).
80
+ C and the lady was like you eat too : to eat : you bunny.
81
+ C and the bunny and the : grownup bunny (just) : just went along with each other.
82
+ = [Eg:B2]
83
+ = [Bg:B3]
84
+ C (the bunny and the dog were) (the) the bunny was run/ing to the dog.
85
+ C and the dog was just : go/ing her wagon in front of her : with her balloon.
86
+ C and the bunny like/ed the balloon.
87
+ C he was about to pull it off.
88
+ C and the bunny was untie/ing it.
89
+ C and (the bunny was like) [~_I_mean] (the) the dog was like [~_makes_gasping_sound].
90
+ C and then the bunny : untie/ed it.
91
+ C and (the) : the balloon float/ed away.
92
+ C they were try/ing to reach to get it.
93
+ C the dog got mad at the bunny (un) (until) when the string was just left.
94
+ C and then a bunny with (balloon) (lot/s of) lot/s[!] of balloon/s came.
95
+ C and he said [~_change_in_voice] come here come here the bunny.
96
+ C and (the) the man with the balloon/s came.
97
+ C and the bunny was like [~_forlorn_look_on_face].
98
+ C and the big bunny with the balloon/s was like which one do you want?
99
+ C that one that one the little bunny was like [~_facial_expression].
100
+ C (this) : this one?
101
+ C [~_CHI_asks_EXA:_actually_go_back] you can not have this one [~__harsh_voice].
102
+ C and then the bunny and[!] the dog was[EW:were] sad.
103
+ C and then (the) the same lady with the other book came.
104
+ C (and the) and the bunny was run/ing to her.
105
+ C and the dog was just stay/ing with the : bunny with the balloon/s.
106
+ C (and) : and the dog still had her wagon.
107
+ C (and the) and (the grown up b) (girl bunny was) the kid bunny was say/ing to the grown up girl bunny : can we get one of those balloon/s?
108
+ C can we get one of those balloon/s : for the dog?
109
+ C (and the) : (and the) and she paid for it.
110
+ C and they each got a balloon.
111
+ = [Eg:B3]
data/ENNI_SALT/test/555.slt ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 8/22/1995
4
+ +DOE: 11/15/2000
5
+ +CA: 5;2;24
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 555=CHI
10
+ +Tape Location: Disk L20 Track 1
11
+ = [Bg:A1]
12
+ C once[-:] an elephant and a giraffe were play/ing ball : when suddenly the ball drop/ed into[-:] the sand that[-:] was water.
13
+ C out they sunk [EU].
14
+ C the ball pick/ed them out [EU].
15
+ C but it was just the elephant.
16
+ C and they play/ed ball again.
17
+ = [Eg:A1]
18
+ = [Bg:A2]
19
+ C Once (an) an elephant and a : horse [~_I_keep_getting__mixed_up] : [~_EXA:_once_an_elephant_and_a_horse] [~_Well_this__one_(i)s_a_horse_and_this_one_(i)s_a_elephant] : were play/ing in the sand.
20
+ C Suddenly it was not sand they realize/ed.
21
+ C They fell : and sunk.
22
+ C They came out again.
23
+ C : They got hurt : because that is how it look/3s.
24
+ C they had to put a bandaid (on a different[!] eleph) on that elephant, a doctor elephant.
25
+ C and : they sat down.
26
+ C : the doctor elephant got angry!
27
+ = [Eg:A2]
28
+ = [Bg:A3]
29
+ C once an elephant and a : giraffe : (w) were shoot/ing airplane/s : (when it look/ed) : when suddenly the airplane got broken.
30
+ C and it shooted|shoot[EW:shot] (into that water :) into the water.
31
+ C oh no said the little giraffe.
32
+ C like : he yell/ed.
33
+ C Mister FixIt came and said what is all this yell/ing : about?
34
+ C (a) (a) a plane got stuck in the water.
35
+ C can you take it out?
36
+ C of course I will.
37
+ C and (he s) he got angry too.
38
+ C did not know how [EU].
39
+ C so he took his net out of his : truck and scoop/ed it up.
40
+ C and that did the job [~_laughs].
41
+ C and they play/ed airplane[!] again.
42
+ C and they were happy.
43
+ C they like/ed (the) the airplane.
44
+ C it was all fix/ed up.
45
+ = [Eg:A3]
46
+ = [Bg:B1]
47
+ C Once a dog and a rabbit : [~_I_have_a_dog] were play/ing in the sand.
48
+ C They made a sandcastle.
49
+ C (And when) by the time it was finish/ed they pour/ed some more sand.
50
+ C And it fell down : and did [~_makes_sound_effect_'glop'][!].
51
+ C They built the sandcastle again.
52
+ C It was up.
53
+ = [Eg:B1]
54
+ = [Bg:B2]
55
+ C Once a dog and a rabbit : were walk/ing down.
56
+ C They had a picnic[!].
57
+ C Soon the rabbit was so tire/ed and full : that he had to go to sleep.
58
+ C Out they pack/ed [EU].
59
+ C His leg/s got tired.
60
+ C Dog had to pull him.
61
+ C Doctor came along and fix/ed up the rabbit : and took them home.
62
+ = [Eg:B2]
63
+ = [Bg:B3]
64
+ C once (a) : a dog and a rabbit : were wait/ing down with a balloon : when the balloon pop/ed.
65
+ C on that hot day they all sat.
66
+ C up went the balloon.
67
+ C it pop/ed.
68
+ C out came : the balloon man with lot/s of balloon/s.
69
+ C and they gave one to each.
70
+ C and they had lot/s of balloon/s.
71
+ C only one pop/ed.
72
+ C and they like/ed their balloon/s.
73
+ C off they went.
74
+ C out came Doctor Rabbit.
75
+ C he said what (are) these balloon/s[!] are for [EU]?
76
+ C the balloon man gave it to us because we love balloon/s.
77
+ C and ours pop/ed away.
78
+ = [Eg:B3]
data/ENNI_SALT/test/562.slt ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 1/23/1996
4
+ +DOE: 1/24/2001
5
+ +CA: 5;0;1
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 562=CHI
10
+ +Tape Location: Disk L24, Track 2
11
+ = [Bg:A1]
12
+ C (uh : hm :) once upon a time : then there was a[EW:an] elephant go/ing [EU].
13
+ C (then[-:] the ra) then (the) : he came.
14
+ C (and was) and a ball[-:] was in[!] the pool[-:].
15
+ C then he try/ed[-:] to swim in there.
16
+ C but he could not : [~_right]?
17
+ C then[-:] : she pick|pick[EW:picked] the ball up.
18
+ C then[-:] he was all wet.
19
+ =C then that is the end of the story [+_bch].
20
+ = [Eg:A1]
21
+ = [Bg:A2]
22
+ C once upon a time : a[EW:an] elephant came along[-:].
23
+ C and (that) (then) (then[-:] ) then [~_turn_the_story] : (then) (then : she want/ed to) then[-:] she want/ed to go.
24
+ C but[!] : she falled|fall[EW:fell] on herself.
25
+ C and the more she was run/ing she falled|fall[EW:fell][-:].
26
+ C and[!] someone is go/ing to[:_gonna] help her.
27
+ C and she got a (br um) a[EW:an] owie [~_okay].
28
+ C (then[-:] come along) (elephant came) then the elephant came.
29
+ C (and he) and that was a coast.
30
+ C then there was a[EW:an] owie go/ing.
31
+ C (and there was) but then[-:] : there was nothing to do[-:].
32
+ C then the animal was all[-:] better.
33
+ C and[-:] he said no run/ing : because if you run you fall on yourself.
34
+ =C I never do that I but I run on a sidewalk and I like like while I was two [+_bch].
35
+ = [Eg:A2]
36
+ = [Bg:A3]
37
+ C like once upon a time : she did not : allow/ed in[-:] [EU].
38
+ C something came.
39
+ C (and[-:]) and then there was an airplane go/ing in the water[-:].
40
+ C and she[-:] : play/ed it and[-:] something.
41
+ C and she taked|take[EW:took] it away and : throwed|throw[EW:threw] it in there.
42
+ C : (um then[-:]) : then he was angry.
43
+ C (and she) and the boy told her : you did it on a purpose.
44
+ C then a lifeguard came[-:].
45
+ C (then[-:]) : then the airplane was still in there.
46
+ C he want/ed it out.
47
+ C he try/ed to reach it.
48
+ C but he could not!
49
+ C and[-:] someone got it.
50
+ C but she was very trifle[?].
51
+ C (um) then[-:] someone is go/ing to pick in[EW:up] a net.
52
+ C (um) : then someone is go/ing to pick it xx.
53
+ C then he was happy.
54
+ C then[-:] he was glad.
55
+ C then she[!] was glad.
56
+ C they were : make/ing new friend/s again.
57
+ =C then the end of the story [+_bch].
58
+ = [Eg:A3]
59
+ = [Bg:B1]
60
+ C once upon a time[-:] (he) she built a nice sandcastle.
61
+ C but (then that rabbit) : then the rabbit was surprise/ed.
62
+ C and he wan/ted to do it too.
63
+ C (then c) then[-:] they were make/ing a other[EW:another] castle.
64
+ C then[-:] someone push/ed it down.
65
+ C and that was (her[-:] like) like a rabbit or maybe : someone else.
66
+ C and it was[!] rabbit.
67
+ C and[-:] she did not do it.
68
+ C so she try/ed to fix it.
69
+ C and he[-:] was not (uh) please/ed.
70
+ =C then that is the end of the story [+_bch].
71
+ = [Eg:B1]
72
+ = [Bg:B2]
73
+ C (he) she was walk/ing by.
74
+ C and[-:] (then[-:]) then[-:] a rabbit was go/ing[!] by.
75
+ C and a puppy saw her.
76
+ C and a puppy said[-:] I am go/ing to picnic like you.
77
+ C so they had a nice picnic.
78
+ C and[-:] he was get/ing : goofy.
79
+ C and[-:] suddenly he was tire/ed.
80
+ C and he was full of candy.
81
+ C and[-:] he is get/ing sicker : sicker and sicker.
82
+ C then he knowed|know[EW:knew]: he[-:] was get/ing sicker and sicker.
83
+ C and (he) she need/ed : him to help her.
84
+ C he was so full he could not even walk.
85
+ C and[-:] the rabbit said : get up!
86
+ C and[-:] then[-:] he was : fine at all.
87
+ = [Eg:B2]
88
+ = [Bg:B3]
89
+ C then[-:] she was try/ing to pull it.
90
+ C but he was so[-:] happy.
91
+ C (a ra) and a other[EW:another] rabbit came along.
92
+ C and she said what are you do/ing[!]?
93
+ C I am just pull/ing some stuff.
94
+ C and[-:] a balloon was not go/ing up.
95
+ C and she[-:] was happy.
96
+ C suddenly it was go/ing up : and up : and up : and up and up : and up.
97
+ C then suddenly he : want/ed a other[EW:another] one.
98
+ C and[-:] : she was angry.
99
+ C there she came.
100
+ E just a sec [~_interruption_as_someone_came_into_the_office].
101
+ C then he was go/ing to [~_gonna] get a other[EW:another] balloon.
102
+ C she was angry.
103
+ C and he[!] want/ed a balloon.
104
+ C and he said yup I want a balloon.
105
+ C and he did not know.
106
+ C : and[-:] the xx [~_sounds_like_'mendasee'] said no[-:].
107
+ C can you see?
108
+ C (and[-:]) and he said : you do not have any money?
109
+ C (that is) : that is not do/ing.
110
+ C : (then[-:]) then suddenly : he had idea.
111
+ C and[-:] a rabbit had money somewhere : to find[-:].
112
+ C and that was someone else look/ing : in a far away.
113
+ C and she said what is it you are do/ing?
114
+ C I need some money!
115
+ C (but) and she said : she did not know what she need[EW:needed] the money for.
116
+ C : (then[-:]) then she give|give[EW:gave] him some (won) money.
117
+ C and they want/ed two[-:] balloon/s.
118
+ C that was all.
119
+ C and he[-:] want/ed them two.
120
+ C but other/s hear/ed[?] it.
121
+ C but there was[EW:were] two left.
122
+ C then they got both the balloon.
123
+ C and they love/ed it.
124
+ C then they : hug/ed it.
125
+ C (and then something went[-:] ) (then[-:]) [~_coughs] (then[-:]) then she was surprise/ed[-:].
126
+ C and that was true.
127
+ =C that is the end [+_bch].
128
+ = [Eg:B3]
data/ENNI_SALT/test/565.slt ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 7/10/1995
4
+ +DOE: 11/20/2000
5
+ +CA: 5;4;10
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 565=CHI
10
+ +Tape Location: Disk L20 Track 105
11
+ = [Bg:A1]
12
+ C play/ing baseball [EU].
13
+ C bounce/ing the three ball/s in the : fall[-:] [EU].
14
+ C look/ing at a : ball in the fall[-:] [EU].
15
+ C lay/ing down in the fall try/ing to get the ball [EU].
16
+ C try :*to give someone the ball in the water : in the spring [EU].
17
+ C play/ing : run/ing around in the spring[-:] [EU].
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C look/ing in the water in the (f) : summer [EU].
21
+ C (lookin) run/ing through the water in the summer [EU].
22
+ C run/ing (in the) in the summer : on the sidewalk [EU].
23
+ C get/ing hurt on the sidewalk in the : summer [EU].
24
+ C get hurt in the summer cry/ing [EU].
25
+ C play/ing in the summer [EU].
26
+ C sit/ing down on the bench in the summer [EU].
27
+ C sit/ing down on the bench in the : summer [EU].
28
+ C (get) someone *is get/ing mad [EU].
29
+ = [Eg:A2]
30
+ = [Bg:A3]
31
+ C be/ing happy : in the fall[-:] [EU].
32
+ C play/ing in the fall with a little toy : airplane [EU].
33
+ C play/ing with a little toy in the : fall[-:] [EU].
34
+ C put his airplane in the water in the fall[-:] [EU].
35
+ C put the water (in the) in the water in fall [EU].
36
+ C put the water in *the fall [EU].
37
+ C put the water in *the fall [EU].
38
+ C and they *are happy [EU].
39
+ C try and get it in the water in the fall [EU].
40
+ C sad it *is in the water in the fall [EU].
41
+ C get/ing : a net to try to get [EW:it] in the water in the fall [EU].
42
+ C try to get it in the fall[-:] [EU].
43
+ C then kind of got it [EU].
44
+ C give/ing the airplane to somebody in the (f) fall [EU].
45
+ C (givin) hold/ing the airplane in the fall [EU].
46
+ =C the end [+_bch].
47
+ = [Eg:A3]
48
+ = [Bg:B1]
49
+ C play/ing [EU].
50
+ C play/ing in the sand [EU].
51
+ C make/ing a sandcastle : with sand [EU].
52
+ C play/ing with sand : with sand [EU].
53
+ C play/ing with sand with sand [EU].
54
+ C [~_sighs] play/ing with sand with sand [EU].
55
+ = [Eg:B1]
56
+ = [Bg:B2]
57
+ C (uh) bring/ing food : somewhere [EU].
58
+ C have/ing a picnic somewhere [EU].
59
+ C lay/ing down and eat/ing somewhere [EU].
60
+ C (la) lay/ing down and eat/ing somewhere [EU].
61
+ C play/ing somewhere [EU].
62
+ C pull/ing somewhere [EU].
63
+ C play/ing somewhere [EU].
64
+ C play/ing somewhere [EU].
65
+ = [Eg:B2]
66
+ = [Bg:B3]
67
+ C bring/ing a cart : on the sidewalk in the spring [EU].
68
+ C take/ing a cart : somewhere in the spring [EU].
69
+ C take/ing a cart somewhere in the spring [EU].
70
+ C try/ing to get the balloon[-:] [EU].
71
+ C no handle/ing [EU].
72
+ C and they would all go somewhere in the spring.
73
+ C look/ing up (s) in the sidewalk in the spring [EU].
74
+ C saying could I have a : balloon in the spring [EU].
75
+ E see/ing what?
76
+ C (ss) get/ing a balloon in the spring [EU].
77
+ C look/ing at a : balloon [EU].
78
+ C (ss) look/ing they were (at a tr) at a balloon in the spring [EU].
79
+ C but they were all gone.
80
+ C walk/ing in the spring [EU].
81
+ C (um) : look/ing at the balloon/s [EU].
82
+ C pull/ing someone to that[EW:those] balloon/s in the spring [EU].
83
+ C (uh) : get/ing a balloon in the spring [EU].
84
+ C walk/ing [EU].
85
+ = [Eg:B3]
data/ENNI_SALT/test/569.slt ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 8/25/1995
4
+ +DOE: 4/19/2001
5
+ +CA: 5;7;25
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: SLI
9
+ +ID: 569=CHI
10
+ +Tape Location: Disk M10, Track 33
11
+ = [Bg:A1]
12
+ C he said hi.
13
+ C : I love those rock/s!
14
+ C then : that rock is fall/ing!
15
+ C and (he) : that one is swim/ing!
16
+ C and he gave that rock[!] [EU].
17
+ C (and he play) : and he can play with it now.
18
+ =C the end [+_bch].
19
+ = [Eg:A1]
20
+ = [Bg:A2]
21
+ C and : (uh b xx) there (was) is *an elephant and this one [EU].
22
+ C he was jump/ing[!] over.
23
+ C (an) and they can run faster[!].
24
+ E hm were you go/ing to help turn?
25
+ =C yep [+_bch].
26
+ E okay.
27
+ C he said I want to go run[!] faster and jump[!] over it.
28
+ C and he said you are not big[!] enough.
29
+ C and he said oh yes I will[EW:am] [-:].
30
+ C she ran[!] (and) : and then slip/ed.
31
+ C (uh) and he will say : (y) ouch!
32
+ C and that hurt/3s!
33
+ C he has a booboo.
34
+ C and he tell|tell[EW:tell/3S] his mom[-:].
35
+ C and then : he *is still cry[EW:cying] [-:] [EU].
36
+ C then he sit|sit[EW:sits] on it.
37
+ C and he could help.
38
+ C and : do not : play : (on : the rule/s) on (the) the pool/s [EU].
39
+ = [Eg:A2]
40
+ = [Bg:A3]
41
+ C once upon a time (there was the) (this one is re) (really sheal) (he) he said I like your airplane.
42
+ C he said thank you!
43
+ C and then it fly/3s[-:]!
44
+ C and he will catch[!] it.
45
+ C and he catch|catch[EW:caught] an airplane.
46
+ C it do/3s not fly[-:].
47
+ C but : suddenly (he) the airplane did not fly[!] up.
48
+ C he look/3s so angry [~_makes_sound_'grrr']!
49
+ C (and then) : and he said : what is the matter?
50
+ C he said I was : drop/ing it.
51
+ C (and) and he take|take[EW:takes] it.
52
+ C and it fall/3s down.
53
+ C then : why did you did that!
54
+ C I did not do anything he said!
55
+ C maybe I can get[!] it.
56
+ C [~_grunting] and it is too hard.
57
+ C (maybe) : maybe I could try again.
58
+ C I will catch it in that net[!].
59
+ C he scoop|scoop[EW:scoops] it up.
60
+ C and that airplane : work/3s!
61
+ C and he is so[!] happy.
62
+ =C the end [+_bch].
63
+ = [Eg:A3]
64
+ = [Bg:B1]
65
+ C a bunny (l) love/3s the dog.
66
+ C (and : they shovel the) (and they) and that dog build|build[EW:builds] a castle.
67
+ C (and : the castle[-:]) and (that bunny : just : well) : it will fall down the castle.
68
+ C and : that : bunny : (he) : he melt|melt[EW:melts][!] them.
69
+ C he did not do it.
70
+ C they fix|fix[EW:fixed] it up.
71
+ = [Eg:B1]
72
+ = [Bg:B2]
73
+ C he wave/ed : at bunny.
74
+ C and they eat some snack/s.
75
+ C and the rabbit[EW:rabbit/z] (is) tummy is full.
76
+ C and they got a tummyache [EU].
77
+ C he tell|tell[EW:tells] him.
78
+ C he just : look|look[EW:looks] at it.
79
+ C he just got a : tummyache.
80
+ C she *is really : not feel/ing all better [EU].
81
+ C then she feel/3s all better.
82
+ = [Eg:B2]
83
+ = [Bg:B3]
84
+ C he wave/ed at the dog.
85
+ C and he get/3s the balloon.
86
+ C then : he show at the balloon [EU].
87
+ C then : she[-:] pull|pull[EW:pulls] it up.
88
+ C (he did not) she did.
89
+ C and it : go|go[EW:goes] up!
90
+ C and he was mad[!].
91
+ C (it) : she tell|tell[EW:tells] them.
92
+ C and he look|look[EW:looks] at the balloon/s.
93
+ C and he said : would you : please get that balloon?
94
+ C and[-:] this present number five.
95
+ C and they : love[-:] them.
96
+ C and they tell him again[!].
97
+ C and he said the balloon (will not get) (it wo) he will not get it back!
98
+ C and : they all had two balloon/s.
99
+ C and last year they have|have[EW:had] a balloon.
100
+ =C the end [+_bch].
101
+ = [Eg:B3]
data/ENNI_SALT/test/572.slt ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI Target_Child, EXA examiner
3
+ +DOB: 12/10/1995
4
+ +DOE: 5/10/2001
5
+ +CA: 5;5;0
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: SLI
9
+ +ID: 572=CHI
10
+ +Tape Location: Disk M11, Track 46
11
+ = [Bg:A1]
12
+ C (the elephant start) : (the elephant[-:] start/s scream/ing[-:][!] with) [~_what_(i)s_this_thing_#_on_#_oh_a_trunk_trunk] : the elephant start/s do/ing with his trunk [EU]!
13
+ C he (s) make/3s lot/s of noise.
14
+ =C do you know about the elephant/s [+_bch]?
15
+ E oh (it do/3s not) it is your story.
16
+ E you make it up : whatever you think.
17
+ C and then they saw a[EW:an] egg in the water swim/ing.
18
+ C they want to pick it up.
19
+ C the elephant said (uh) :[~!_screaming_'aah'] why there is a[EW:an] egg!
20
+ C I want to jump in the water and get it!
21
+ C ah[!] the guy swim|swim[EW:swam] in the water to catch it!
22
+ C and the elephant is do/ing this [~_makes_unknown_gesture]!
23
+ C and then the guy[-:] : (um) swim|swim[EW:swam].
24
+ C and he give|give[EW:gave] the thing : for[EW:to] the elephant.
25
+ C the elephant said wow!
26
+ C : and then the elephant went away.
27
+ =C the end [+_bch].
28
+ = [Eg:A1]
29
+ = [Bg:A2]
30
+ C they saw a water [EU]!
31
+ C they want to swim in there.
32
+ C it is like the two guy/s the elephant and that guy.
33
+ C : same.
34
+ =C and that is it [+_bch].
35
+ C and[-:] then the elephant said look!
36
+ C I want to swim in the water!
37
+ C and then they start.
38
+ C the elephant was first.
39
+ C the guy was behind him.
40
+ C and he start/s run/ing.
41
+ C I do not know what is he run/ing for.
42
+ C and they still[!] run again.
43
+ C know what is he run/ing for too.
44
+ C and then they stop/ed.
45
+ C and the elephant fell.
46
+ C and it hurt his leg.
47
+ C [~_laughs] that is *a funny part [EU].
48
+ C and then a[EW:an] elephant came (and squeeze/ed[-:] his).
49
+ C and then he put a bandaid [EU].
50
+ =C and that is it [+_bch].
51
+ = [Eg:A2]
52
+ = [Bg:A3]
53
+ C elephant came[-:].
54
+ =C (and that) what is what is this guy/z long neck [+_bch]?
55
+ =C what is what is this guy/z long neck [+_bch]?
56
+ =C what is his long [+_bch] [+/]^
57
+ E I can not see it.
58
+ E it is your story, you make it up.
59
+ C and[-:] : he got a helicopter.
60
+ C he flied|fly[EW:flew] it in the air[-:].
61
+ C (it fell in the water) [~_no] it keeped|keep[EW:kept] flying in the : sky.
62
+ C it could not get down.
63
+ C he was go/ing to[:_gonna] catch it.
64
+ C he could not.
65
+ E okay shall I turn now?
66
+ C oh[-:] (he) he want/3s to fly it right now!
67
+ C the elephant is like this [~_makes_unknown_facial_expression]!
68
+ E oh, you show/ed me again with your face.
69
+ C (and then) and then he want/3s to fly it!
70
+ C the elephant catched|catch[EW:caught] it.
71
+ C he must have[?] want/ed to fly it.
72
+ C and then it fell in the water!
73
+ C uhoh and then that guy get/3s mad on the elephant : (cause it is) : because (it got s : um) it is got snuck[?] down [EU].
74
+ C and it got stuck now!
75
+ C and then the other guy said : here is the bigger dad.
76
+ C and (the eleph) (the other guy) the other one said[-:] : look.
77
+ C the helicopter sneaked|sneak[EW:snuck] down!
78
+ C oh[-:][!] : (the guy) : the guy is try/ing to catch it!
79
+ C it gots[EW:got] all[-:] the way there!
80
+ C and then they could not catch it.
81
+ C that is a long one.
82
+ C and then the guy got a[-:] like : net[!]!
83
+ C oh[-:] the net catch everything.
84
+ C he catch|catch[EW:caught] fish.
85
+ C but it is hard to catch fish.
86
+ C they are fast!
87
+ C and[-:] (helicopter is) it is just a toy down there.
88
+ C you can catch it fast.
89
+ E okay, should I turn?
90
+ C and then the guy catched|catch[EW:caught] it.
91
+ C and he give it back to the : other guy.
92
+ C and then the elephant is really[?] happy.
93
+ C and he went [~_makes_unknown_facial_expression].
94
+ E and he what?
95
+ C the (ele) elephant is happy.
96
+ C and he went [~_makes_unknown_facial_expression] : because he got that thing.
97
+ =C the end [+_bch].
98
+ = [Eg:A3]
99
+ = [Bg:B1]
100
+ C the other guy was[-:] build/ing his sandcastle.
101
+ C and the other guy with glass/s[?] [EU].
102
+ C they was[EW:were] happy.
103
+ =C and then turn the page now [+_bch].
104
+ C and then the guy (w) want/3s to mix it : because he can not see or[?] watch.
105
+ C [~_see] the guy put the pail.
106
+ C it is go/ing to wreck it now!
107
+ C it is lot/s of sand!
108
+ C and then he wreck/ed it!
109
+ C that guy that is his sandcastle!
110
+ C he wreck/ed it!
111
+ C and then the other guy build|build[EW:built] another[!] sandcastle.
112
+ C but it is not nice.
113
+ =C the end [+_bch].
114
+ = [Eg:B1]
115
+ = [Bg:B2]
116
+ C the guy said bye to (the guy) : the guy with the glass/s.
117
+ C and then he went.
118
+ C and he sit[?].
119
+ C and he was play/ing with the sand.
120
+ C they was[EW:were] eat/ing.
121
+ C (and snow : uh) and snow came down.
122
+ C (um[-:]) : and then[-:] they was[EW:were] cold.
123
+ C and they went in the house.
124
+ C and then they came back out[-:].
125
+ C and it was so[!] windy!
126
+ C and then they came back out.
127
+ C it was rain/ing[?]!
128
+ C and when they came back out it was sunny[!].
129
+ C and when they came back out it was windy again.
130
+ C and when they came back out it was sunny.
131
+ =C the end [+_bch].
132
+ = [Eg:B2]
133
+ = [Bg:B3]
134
+ C (um) : the guy went with the pail : with a balloon on.
135
+ C and then they see|see[EW:saw] [?] it.
136
+ C they want to get it to the sand.
137
+ C they could not find the sandpile.
138
+ C (and then[-:]) : and then the other[-:] balloon fell in the sky.
139
+ C balloon/s can fly in the sky when it is windy because it is not heavy.
140
+ C and then the guy want/3s to take it off.
141
+ C whoa[-:]!
142
+ C it forgot[?] to[?] go[?]!
143
+ C it is not hang/ing in : tight like that.
144
+ C it is like this.
145
+ C flied|fly[EW:flew] off [EU].
146
+ C it is gone.
147
+ C he can not catch it in the air.
148
+ C oh yeah if that guy was with it then it is windy so hard [EU]!
149
+ C it can fly with it : if it is hang/ing on.
150
+ C oh[-:] it is fly/ed!
151
+ C he took it out and it flied|fly[EW:flew] up.
152
+ C (and then[-:] : th) and then the balloon pop[EW:popped].
153
+ C and the guy was mad.
154
+ C and the other guy was sad.
155
+ C and the other guy bought lot/s[!] of balloon/s.
156
+ C and he gived|give[EW:gave] them to the kid.
157
+ C and the other balloon pop/ed [~_laughs] : the last one.
158
+ C and then the other[!] one pop/ed.
159
+ C that is it.
160
+ C and then another[!] one.
161
+ C and then it is not go/ing to pop!
162
+ C and then[-:] [+/]^
163
+ E okay anything to say about this page here?
164
+ C (um) [+/]^
165
+ E page eleven?
166
+ C and then the guy (look) : look how many balloon/s he say [EU].
167
+ C and then he give|give[EW:gave] him some money.
168
+ C (and he) and then they *are jump/ing to get the balloon [EU].
169
+ C the guy can not see.
170
+ C they just gather[?] by his hand.
171
+ C and he went.
172
+ C (and then they hang/ed on their arm) [~_EXA:_can_n(o)t_hear_you] and then they hanged|hang[EW:hung] on on the balloon [EU].
173
+ C they hanged|hang[EW:hung] on on a balloon [EU].
174
+ C and then they *are smile/ing [EU].
175
+ =C the end [+_bch].
176
+ = [Eg:B3]
data/ENNI_SALT/test/602.slt ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 1/18/1994
4
+ +DOE: 3/9/2000
5
+ +CA: 6;1;20
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 602=CHI
10
+ +Tape Location: Disk M3 Track 45
11
+ = [Bg:A1]
12
+ C (the) that is a giraffe who is laugh/ing with the elephant.
13
+ C : and then he saw the ball[-:].
14
+ C and then the elephant was scared.
15
+ C : and then : the giraffe gave (him) the : elephant the ball.
16
+ C (and then the giraffe came up the sidewalk) and then the giraffe came up the sidewalk.
17
+ = [Eg:A1]
18
+ = [Bg:A2]
19
+ C (the) the giraffe and the elephant were too scared to jump in the water.
20
+ C and then the elephant was laugh/ing.
21
+ C but the giraffe was (like ssss) scared.
22
+ C and then the elephant (s) was like trip/ing.
23
+ C and then the elephant (was) hurt his knee/s.
24
+ C and then the elephant cry/ed.
25
+ C : then the elephant : camed|come[EW:came] home.
26
+ C : and then the elephant was laugh/ing.
27
+ C : and then the : swim/ing man (said) : he was point/ing a hand [EU].
28
+ E the swim/ing man was what?
29
+ =C point/ing his hand [+_bch].
30
+ = [Eg:A2]
31
+ = [Bg:A3]
32
+ C the elephant was laugh/ing.
33
+ C and the giraffe was laugh/ing.
34
+ C : and then they were play/ing with[-:] the : airplane.
35
+ C and then : the elephant/z turn to : play the airplane [EU].
36
+ C : but they drop/ed it in the water.
37
+ C and then (they) the elephant was scared.
38
+ C but the giraffe was angry.
39
+ C and then the : swim/ing man : was all mad at them.
40
+ C but he said what happen/ed ?
41
+ C and then he was like : (wo) say/ing uhoh.
42
+ C and then he was try/ing to get it.
43
+ C but he could not.
44
+ C and then : the giraffe was cry/ing.
45
+ C and then the[-:] girl was try/ing to get a fish tank and then : get it [EU].
46
+ C and then she got the airplane.
47
+ C and then (sh) she gave it back to the giraffe.
48
+ = [Eg:A3]
49
+ = [Bg:B1]
50
+ C this one the bunny was dig/ing.
51
+ C but this : girl came and then dig|dig[EW:dug].
52
+ C and then (they) they both share/ed.
53
+ C : then they put it on together.
54
+ C but that girl was scared.
55
+ C and then they were (like) all sad.
56
+ C and they made it back again.
57
+ = [Eg:B1]
58
+ = [Bg:B2]
59
+ C the bunny said hi.
60
+ C : and then they went : to[EW:on] : a field : (tr) trip.
61
+ C and then they ate carrot/s.
62
+ C but they[EW:the] guy did not got[EW:get] nothing[EW:anything].
63
+ C and then (they) they both (um) share/ed food.
64
+ C and then (the f) the bunny (um) dranked|drink[EW:drank].
65
+ C and the bunny was fatter and fatter and fatter.
66
+ C (and) but he flew it off to this doctor bunny [EU].
67
+ C and then he (s) told the doctor that (he is fff) he need/3s help.
68
+ C and then he said go to the doctor.
69
+ C and then : the doctor (ss) went (to the dd) to his : workshop.
70
+ = [Eg:B2]
71
+ = [Bg:B3]
72
+ C this guy was hold/ing a balloon with a : little car.
73
+ C : and then he was say/ing look my balloon!
74
+ C and then he pull/ed it off and give|give[EW:gave] it to (the) the other guy.
75
+ C but it flewed|fly[EW:flew] up *in the sky [EU].
76
+ C and then the dog was all angry.
77
+ C (and then they ss) and then they sawed|see[EW:saw] the balloon man.
78
+ C and then he said can I have that?
79
+ C (and) but it was five dollar[EW:dollars].
80
+ C and then they were all sad.
81
+ C but they saw the doctor.
82
+ C and doctor can we buy this?
83
+ C can we buy the balloon doctor?
84
+ C and then the doctor (s) gave him the money.
85
+ C (th) then they (b) got another balloon.
86
+ = [Eg:B3]
data/ENNI_SALT/test/603.slt ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 9/09/1993
4
+ +DOE: 4/19/2000
5
+ +CA: 6;7;10
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 603=CHI
10
+ +Tape Location: Disk L7 Track 12
11
+ = [Bg:A1]
12
+ C There is an elephant and a giraffe (that).
13
+ C but the elephant is bounce/ing a ball so fast that the giraffe want/3s to try.
14
+ C (and the elephant um) (and well the elephant and the giraffe) but the giraffe is try/ing to get the ball in the water.
15
+ C so he swam.
16
+ C (and) (and the elephant was cover/ing eyes) (his eyes) and (um) the elephant was cover/ing his eyes.
17
+ C and his trunk was full of stuff.
18
+ C and then (h) he was happy.
19
+ C and then the giraffe was happy.
20
+ C then the : elephant start/ed to grab it from (the) the : giraffe/z hand/s.
21
+ C and he said thank you.
22
+ C and the (: um) elephant had the ball.
23
+ C and the : giraffe was soak/ed.
24
+ C so the giraffe ask/ed him if he could bounce it.
25
+ C (but he said) but the elephant laugh/ed.
26
+ C and he said no.
27
+ = [Eg:A1]
28
+ = [Bg:A2]
29
+ C There is the giraffe and the elephant.
30
+ C and the giraffe has a kleenex.
31
+ C and they were go/ing to go in the water.
32
+ C and : (um) the elephant was go/ing to go in the water.
33
+ C but the giraffe push/ed the elephant.
34
+ C and : so the elephant fell in the water.
35
+ C and the elephant slip/ed (when) when the giraffe was : run/ing after him so he would not slip.
36
+ C but then the elephant : he got hurt [~_?].
37
+ C and (the giraffe) [~_well] the elephant got hurt because (um) he slip/ed.
38
+ C and the giraffe was run/ing : to see (what was ran) what was wrong.
39
+ C and the elephant was cry/ing.
40
+ C and the coach came to see.
41
+ C and the giraffe was just look/ing at the elephant.
42
+ C and (then the) : then the coach start/ed to put a bandaid [EU].
43
+ C and the : elephant was cover/ing (ey) his eyes and (um) : do/ing kind of a mad [~_laughs] face.
44
+ C and the : giraffe was just look/ing.
45
+ C but : then the coach sat : the elephant down on a bench.
46
+ C and the (uh : um) giraffe was just : (um) hold/ing his hands like this [~_gestures].
47
+ C and the coach was point/ing his finger.
48
+ C (and he is) and the elephant : was hold/ing : his hands right between his legs.
49
+ C (and then : he) and then the elephant (: um) had a kind of a mad face again.
50
+ = [Eg:A2]
51
+ = [Bg:A3]
52
+ C The giraffe and the elephant [EU].
53
+ C and (the elephant was) [~_well] the giraffe was hold/ing the (airplane) toy airplane.
54
+ C (and then the) and the : elephant want/ed to play with him.
55
+ C (but the) (but : he was still play/ing with it : but) [~_I__mean] the giraffe was still play/ing with it.
56
+ C and he : was : make/ing the elephant not catch it.
57
+ C but the : elephant finally caught it.
58
+ C and then he start/ed play/ing with it.
59
+ C and the giraffe was start/ing to get mad.
60
+ C (but the : po) but the toy plane went in the water.
61
+ C (so the two guy) but the : giraffe and the elephant : (um) put their mouth like this [~_makes_facial_gesture].
62
+ C but then the : giraffe was really mad.
63
+ C and the : elephant was ( still ga) still look/ing at the airplane.
64
+ C and the coach came.
65
+ C (and the) and (he) he was look/ing at the giraffe.
66
+ C so : (um) the elephant was tell/ing him what happen/ed.
67
+ C and then (the um) the : plane start/ed to sink even more.
68
+ C (and the : the elephant) but (the elep) [~_I_mean] the coach went over to the : elephant.
69
+ C and the giraffe was (um) look/ing at (the) the two : elephant/s.
70
+ C and the elephant was : scream/ing his head off.
71
+ C and he was tell/ing the coach what happen/ed.
72
+ C but the coach had to grab it before it sank all to the bottom.
73
+ C but he could not reach it.
74
+ C and the : giraffe was start/ing to cry.
75
+ C but this other elephant : came with a net and try/ed to get it.
76
+ C and the (um) plane was started[EW:starting] to sinking[EW:sink] more.
77
+ C but he still could not reach it.
78
+ C but he finally got it.
79
+ C and he gave it back to the giraffe.
80
+ C (now : the) now the giraffe and the elephant (were happily) were happy.
81
+ = [Eg:A3]
82
+ = [Bg:B1]
83
+ C There is a bunny rabbit and a dog : make/ing a sandcastle.
84
+ C (there is the bunny and the dog that : um : are :) (um : well) the bunny rabbit is dig/ing the sand up.
85
+ C and the : dog is : (um) make/ing the sandcastle smoother.
86
+ C and the bunny rabbit was pour/ing sand all over the sandcastle.
87
+ C so the dog was : (um) : start/ing to (s um) (uh) get sad.
88
+ C (but the) but half of the : sandcastle was left.
89
+ C then the : dog (is) was start/ing to cry.
90
+ C and he was start/ing to make it all over again.
91
+ = [Eg:B1]
92
+ = [Bg:B2]
93
+ C There is a : bunny rabbit and a dog that : are go/ing to[:_gonna] have lunch together.
94
+ C there is a bunny and a dog that are : have/ing[!] lunch.
95
+ C there is the bunny and the dog.
96
+ C (but the bunny) (but) but the (bu) dog is eat/ing.
97
+ C (and the bunny is) (and the bunny is chew) and the bunny is sick.
98
+ C the bunny : (um is) : does not feel good.
99
+ C and the : dog does feel good.
100
+ C there is a : bunny and a dog.
101
+ C but the (bu) bunny is a mess.
102
+ C (and the bunny is go/ing to : well) the dog is go/ing to tell the other bunny that : (um) he has to : fix him.
103
+ C but he pull/ed him because he will not [EU].
104
+ C and he made him worse.
105
+ C and then the bunny felt good.
106
+ C and the : dog was just : by the sandbox.
107
+ = [Eg:B2]
108
+ = [Bg:B3]
109
+ C There is a bunny and a dog.
110
+ C (and) but the dog (s) has a balloon on his wagon.
111
+ C and he is pull/ing the wagon.
112
+ C and the bunny : rabbit : seen|see[EW:saw] the balloon.
113
+ C and (he) he was go/ing to[:_gonna] not : try to take the balloon off [EU].
114
+ C but the dog did not want him to.
115
+ C and the balloon (fl) flew away.
116
+ C and both of them were try/ing to catch it.
117
+ C (the bunny rabbit : the dog) but the dog was (rea) really mad at him.
118
+ C (the : rabbit was) [~_well] there is a big rabbit that : had a lot of balloon/s.
119
+ C (and the bunny rabbit) (but) (and the dog) but the dog was still mad.
120
+ C and the (w) bunny rabbit went to get another one.
121
+ C and he asked the man that has all the balloon/s : could I have one?
122
+ C but they were only five cent/s.
123
+ C and he did not have five cent/s.
124
+ C and then he said : if you do not have five cent/s, you can not (um) take a balloon.
125
+ C then the : dog and the bunny (ra) rabbit seen|see[EW:saw] the doctor.
126
+ C and the bunny rabbit ran.
127
+ C but the : dog stay/ed.
128
+ C and the : bunny rabbit said I want one of those balloon/s.
129
+ C and he will not give me it.
130
+ C (then he : um) and the doctor had a lot of money.
131
+ C so he gave him most of his money.
132
+ C and : there is[Ew:are] only two left because (the bunny rab) the dog took most of them.
133
+ C and (the bunny and the wa) (the bunny and the wa) [~_I__mean] the bunny and the dog had (the two balloo) the balloon/s.
134
+ C (and the) (then they went) and both of them were really happy.
135
+ = [Eg:B3]
data/ENNI_SALT/test/604.slt ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 10/25/1993
4
+ +DOE: 3/9/2000
5
+ +CA: 6;4;13
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 604=CHI
10
+ +Tape Location: Disk M3 Track 69
11
+ = [Bg:A1]
12
+ C first they have (balling) bowling balls.
13
+ C : (secon) second they drop|drop[EW:dropped] one.
14
+ C third : he try/ed to swim and got|get[EW:get] it.
15
+ C after : she got the ball.
16
+ C : after he try/ed to jump with the bowling ball.
17
+ C that is a silly idea.
18
+ C you will fall down and hurt yourself.
19
+ = [Eg:A1]
20
+ = [Bg:A2]
21
+ C first : they saw the thing.
22
+ C and they want/ed to jump.
23
+ C and then they ran.
24
+ C : (and) and then she ran too fast.
25
+ C then she fell down and hurt shes[EW:her] knee.
26
+ C : and she cried.
27
+ C and the coach help/ed her up : and put a bandage and put her on the bench.
28
+ C : after (she) the coach said do not run because it is wet and slippery.
29
+ C should not run like that.
30
+ = [Eg:A2]
31
+ = [Bg:A3]
32
+ C (first they) first the elephant saw the giraffe/z airplane.
33
+ C : and then he flied|fly[EW:flew] it.
34
+ C and (the) the elephant want|want[EW:wanted] to tried[EW:try] it.
35
+ C then she try/ed it.
36
+ C and then it accidentally drop/ed on the water.
37
+ C and (the) the giraffe was angry.
38
+ C and then (the coach) (the um) the coach said what is happen/ing?
39
+ C and she said I accidentally flied|fly[EW:flew] it.
40
+ C it *is gone on the river [EU].
41
+ C (the coa) the coach (trie um) (s s) try/ed to help.
42
+ C the coach could not help.
43
+ C (this) after the giraffe has tear/s because he want/3s his airplane.
44
+ C after (the) the woman (in the net i got : um : um) had a net (and tried) and (um want) help/ed him to get it out.
45
+ C and then the woman try/ed.
46
+ C and she got it.
47
+ C : and then : the giraffe was happy.
48
+ C after he hug/ed his airplane.
49
+ = [Eg:A3]
50
+ = [Bg:B1]
51
+ C they was[EW:were] make/ing a (ss) sandcastle, (the um) (the um) the dog.
52
+ C and then the rabbit came and help/ed it.
53
+ C : and then : he got some sand, the rabbit.
54
+ C he pour/ed it : on the sandcastle.
55
+ C he felled it down [EU].
56
+ C : and then the dog try/ed to make another one.
57
+ C but he could not.
58
+ = [Eg:B1]
59
+ = [Bg:B2]
60
+ C they went for a picnic.
61
+ C they ate their food.
62
+ C they were full.
63
+ C : and then the rabbit had a stomachache.
64
+ C and then he went to a doctor.
65
+ C and then he ask/ed the doctor to help his friend.
66
+ C and then the doctor help/ed.
67
+ C : (and then the doc) and then he was back to normal.
68
+ = [Eg:B2]
69
+ = [Bg:B3]
70
+ C first they were (um) pull/ing (the) the balloon on a wagon.
71
+ C and then he show/ed it to his [~_pronounced_'hes'] friend.
72
+ C and then the rabbit untie/ed it.
73
+ C and then it flew away.
74
+ C and then the dog is angry.
75
+ C and then : (they) they saw : a man (buy/ing) (havin) have some balloon/s [EU].
76
+ C and they want to[:_wanna] get one.
77
+ C and then he ask/ed for one.
78
+ C and then (h) he show/ed how much it was for.
79
+ C and then (she) she said (not) not to take it.
80
+ C and then he ask/ed the doctor to pay.
81
+ C and then (he) he ask/ed (like) (like) doctor (um) I tooked|take[EW:took] a balloon off my friend/z wagon [EU].
82
+ C and it flew away.
83
+ C and then he paid.
84
+ C after they both have balloon/s.
85
+ C (the f) (the) only the : dog has a balloon.
86
+ C both of them have a balloon.
87
+ E oh, now at the end they do.
88
+ =C yeah [+_bch].
89
+ = [Eg:B3]
data/ENNI_SALT/test/607.slt ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 3/10/1994
4
+ +DOE: 4/25/2000
5
+ +CA: 6;1;15
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: SLI
9
+ +ID: 607=CHI
10
+ +Tape Location: Disk L9 Track 16
11
+ = [Bg:A1]
12
+ C The : elephant : (and the : ah) [EU].
13
+ C the giraffe : (was : uh) saw the elephant was bounce/ing the ball.
14
+ C and (the :) the ball was on the water.
15
+ C and giraffe : *was try/ing to get the ball on the water [EU].
16
+ C and : the giraffe : got it.
17
+ C and : the elephant get|got[EW:got] it.
18
+ C and the giraffe was wet.
19
+ =C the end [+_bch].
20
+ = [Eg:A1]
21
+ = [Bg:A2]
22
+ C Once upon a time (a) the elephant and the giraffe was saw the water [EU].
23
+ C (and) and : (ahh : um) the elephant want|want[EW:wanted] to go on the water.
24
+ C and the elephant go|go[EW:goes] right away to go on the water.
25
+ C and the elephant slip/ed over (the) the ground [EU].
26
+ C and the elephant got hurt on the knee/s.
27
+ C and the elephant was cry/ing.
28
+ C (and the) and the elephant was put/ing a bandaid on.
29
+ C and (the : elephant was) the elephant was (ahh ahh) mad because it hurt/3s on the knee/s with the bandaid.
30
+ C and they feel better.
31
+ C and they sit down.
32
+ C but the elephant (ahh) : look/ed so mad because (they're) the giraffe and the elephant want to go to the water.
33
+ =C the end [+_bch].
34
+ = [Eg:A2]
35
+ = [Bg:A3]
36
+ C the giraffe and the elephant [EU].
37
+ C the elephant saw the airplane on the giraffe[EW:giraffe/z] hand.
38
+ C and the : elephant : (was) saw the airplane was fly/ing.
39
+ C and the giraffe was : stand/ing (uh) with the airplane.
40
+ C and the elephant take|take[EW:took] away from the giraffe[EW:giraffe/z] airplane [EU].
41
+ C and the elephant want|want[EW:wanted] to see it.
42
+ C and the elephant drop|drop[EW:dropped] it in the water.
43
+ C and the giraffe was very angry.
44
+ C and (the elephant and the giraffe was saw the) the other elephant was saw the airplane in the water [EU].
45
+ C and : (the) the elephant was (uh) say[EW:saying] (the) she was dropped[EW:dropping] the airplane in the water.
46
+ C and (the : uh) the elephant *was try/ing to go get (the) the airplane [EU].
47
+ C and he can not get it.
48
+ C : but (: uh) the giraffe was cry/ing with the airplane.
49
+ C and : (the) then the other (uh) elephant will get the airplane with : that thing (to) for the fish.
50
+ C and (she) the elephant *was try/ing to get it [EU].
51
+ C but : it is too hard to get it.
52
+ C but : she get|get[EW:got] it.
53
+ C the elephant got it now.
54
+ C and the (uh) giraffe was happy.
55
+ C and : the elephant and the giraffe was[EW:were] happy too.
56
+ =C the end [+_bch].
57
+ = [Eg:A3]
58
+ = [Bg:B1]
59
+ C the bunny and (the) : the dog [EU].
60
+ C the dog was make/ing a sandcastle.
61
+ C and the rabbit want|want[EW:wanted] to help the dog.
62
+ C and the rabbit : was make/ing a sandcastle.
63
+ C and the dog *was all finish[EW:finished] [EU].
64
+ C and the rabbit : was try/ing to put the sand on the castle.
65
+ C and the dog : was so scare/ed.
66
+ C (the) the rabbit *was try/ing to put : the sand on the castle [EU].
67
+ C and there is breaked|break[EW:broke] (the) the sandcastle [EU].
68
+ C and the dog was cry/ing.
69
+ C and the rabbit was so sorry : breaked|break[EW:broke] the sandcastle [EU].
70
+ =C the end [+_bch].
71
+ = [Eg:B1]
72
+ = [Bg:B2]
73
+ C The dog and the rabbit was[EW:were] go/ing to the picnic.
74
+ C and : the rabbit was have[EW:having] the carrot and some hot_dog/s and some cake : and some sandwich/s.
75
+ C and the rabbit got[EW:had] too much to eat.
76
+ C and the rabbit got a (st) stomachache.
77
+ C and he is get/ing so fat.
78
+ C and : the doctor was came[EW:coming] and saw the rabbit.
79
+ C (the) and the dog try/ed to get the doctor.
80
+ C and the doctor was : come/ing : and saw the rabbit there.
81
+ C and the rabbit was so : have a stomachache [EU].
82
+ C and he *was feel/ing right sick [EU].
83
+ C and the rabbit go|go[EW:went] home.
84
+ C and he felt better.
85
+ =C the end [+_bch].
86
+ = [Eg:B2]
87
+ = [Bg:B3]
88
+ C (The dog and the bal) the dog and the bunny was[EW:were] saw (the balloon) the color pink balloon [EU].
89
+ C (and) : and the rabbit went to see the balloon.
90
+ C and he *was try/ing to take it off for the dog [EU].
91
+ C and (is) is float/ing away : from the dog [EU].
92
+ C and the dog was right angry because : the bunny was : let go of the balloon [EU].
93
+ C and : the dog : and the rabbit saw lot/s of balloon/s there.
94
+ C pink, green and orange and blue and purple, white and : gold.
95
+ C and : the rabbit choosed|choose[EW:chose] the : blue one.
96
+ C (and that) and : (the) (the nother) : the another[EW:other] (uh) rabbit was right angry because that is number five.
97
+ C so the rabbit and the dog want to pick the balloon.
98
+ C but : the doctor *was there because : the dog was sick [EU].
99
+ C and (the) the doctor saw the dog was sick.
100
+ C and (he has got some) the doctor got[EW:has] some monies[EW:money] for the dog and the rabbit for the balloon/s.
101
+ C and the dog got the color the gold balloon [EU].
102
+ C and the rabbit got the color the blue balloon [EU].
103
+ =C the end [+_bch].
104
+ = [Eg:B3]
data/ENNI_SALT/test/611.slt ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 6/18/1993
4
+ +DOE: 4/27/2000
5
+ +CA: 6;10;9
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: SLI
9
+ +ID: 611=CHI
10
+ +Tape Location: Disk L11 Track 54
11
+ = [Bg:A1]
12
+ C there is a guy (gi uh) have candy [EU].
13
+ C and he is sell/ing it.
14
+ C (and he give|give[EW:gave]) and (it) one drop/ed into the water.
15
+ C and he swim/3s for it.
16
+ C and (he pull/3s um um) (he gots|get[EW:got] it) the other guy gots|get[EW:got] it.
17
+ C (and he get um) and (he get) (and do/3s not) he do/3s not give it to him.
18
+ =C the end [+_bch].
19
+ = [Eg:A1]
20
+ = [Bg:A2]
21
+ C The guy is go/ing to jump into the water.
22
+ C the guy (um) run/3s and run/3s.
23
+ C and (the guy) the other guy he slip/3s.
24
+ C and he fall/3s down.
25
+ C and he cry/3s.
26
+ C (and he) and he has a booboo.
27
+ C and he put/3s a bandaid on it.
28
+ C and he carry/3s him.
29
+ C puts him on the bench [EU].
30
+ =C the end [+_bch].
31
+ = [Eg:A2]
32
+ = [Bg:A3]
33
+ C The guy is look/ing at him.
34
+ C and he has a[EW:an] airplane.
35
+ C and then the other guy take/3s the airplane and play/3s with it.
36
+ C and then (it fall/3s o) it fall/3s into the water.
37
+ C and then the other guy get/3s mad at him.
38
+ C and (the other guy get/3s m) (um the other guy) there is[EW:are] two guy/s stand/ing : get/ing mad.
39
+ C and the other guy (ge um um) get/3s scare/ed.
40
+ C and the other guy chase/3s it : into the water.
41
+ C (an) and the other guy cry/3s.
42
+ C and the other guy has a net.
43
+ C and the other guy : take/3s it out of the pool.
44
+ C and then he give/3s it back.
45
+ C and then (he) he like/3s him.
46
+ =C the end [+_bch].
47
+ = [Eg:A3]
48
+ = [Bg:B1]
49
+ C (There is a) (there is a bunny rabbit um um gonna make a) there is a bunny rabbit who made a sandcastle.
50
+ C and (they are) both of them are make/ing a sandcastle.
51
+ C and (they are) (they are pour) (they are pour/ing it on) (on) (the guy) somebody is pour/ing it on.
52
+ C and he is break/ing it.
53
+ C and the other one get/3s : mad.
54
+ =C no not mad I forgot [+_bch].
55
+ C it break/3s.
56
+ C and they make another one.
57
+ =C the end [+_bch].
58
+ = [Eg:B1]
59
+ = [Bg:B2]
60
+ C they have both basket/s.
61
+ C the bunny rabbits has|have[EW:have] basket/s.
62
+ C and (they gr) they are have/ing a picnic.
63
+ C and then the other one eat/3s all of his.
64
+ C and then the other one (du um) has (uh) juice.
65
+ C and then (the other one is wa um) somebody is walk/ing.
66
+ C and somebody is pull/ing somebody/z shirt.
67
+ C and somebody gets mad.
68
+ C somebody bring/3s somebody home.
69
+ =C the end [+_bch].
70
+ = [Eg:B2]
71
+ = [Bg:B3]
72
+ C there is a guy have/ing a balloon in his : wagon [EU].
73
+ C and the other one is walk/ing.
74
+ C (and he w) and he is try/ing to take it off.
75
+ C and then he (en) unwrap/3s it a little bit off.
76
+ C and then it fly/3s away.
77
+ C and then (it float|float[EW:floats]) (he wrap um) (the um) the string fall/3s down.
78
+ =C (why does your boss) do/3s your boss let you look at these page/s [+_bch]?
79
+ E she says while your do/ing them I am not suppose/ed to so I am not so you can see them, go ahead.
80
+ C the guy has balloon/s in his hand.
81
+ C (and the) and the other one buy/3s one.
82
+ C (and then he) and (then he sh) then he : check/3s in his pocket for money.
83
+ C and he does not have money.
84
+ C he check/3s it for money.
85
+ C and he can not get one.
86
+ C (and) and (he was allow/ed to ah) (the other one : is) (the uh) there was a man : (heh uh) sell/ing balloon/s.
87
+ C and then he give/3s one to him.
88
+ C and the other one has a balloon.
89
+ C and the other[!] one has a balloon.
90
+ =C the end [+_bch].
91
+ = [Eg:B3]
data/ENNI_SALT/test/613.slt ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 7/16/1993
4
+ +DOE: 4/27/2000
5
+ +CA: 6;9;11
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: SLI
9
+ +ID: 613=CHI
10
+ +Tape Location: Disk L12 Track 9
11
+ = [Bg:A1]
12
+ C They *are go/ing at the swimming pool [EU].
13
+ C they *are put/ing (it) the ball in the swimming pool [EU].
14
+ C and he is try/ing to get it.
15
+ C he got it.
16
+ C she is happy.
17
+ =C the end [+_bch].
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C (They were dr) they (dry themselves) dry themselves.
21
+ C and the girl is go/ing into the swimming pool.
22
+ C she is dance/ing.
23
+ C she is : cry/ing.
24
+ C : she gots|get[EW:got] a help from her friend [EU].
25
+ C put a bandage on it [EU].
26
+ C now (sh) : she can go on the[-:] swimming pool [EU].
27
+ C she is sit/ing.
28
+ =C the end [+_bch].
29
+ = [Eg:A2]
30
+ = [Bg:A3]
31
+ C She is talk/ing.
32
+ C the boy is play/ing with his airplane.
33
+ C she xx grab|grab[EW:grabs] it away from him.
34
+ C the : airplane is in the[-:] swimming pool.
35
+ C and the boy got angry.
36
+ C and (the k) the man come/3s by them.
37
+ E what did you say ?
38
+ =C the man come/3s side them [+_bch].
39
+ C and the girl is talk/ing.
40
+ C the man was try/ing to : get it.
41
+ C the man can not get it.
42
+ C *the woman : try/ed to get it [EU].
43
+ C she gots|get[EW:got] it.
44
+ C the boy is happy now.
45
+ C the boy and the girl is[EW:are] happy now.
46
+ =C the end [+_bch].
47
+ = [Eg:A3]
48
+ = [Bg:B1]
49
+ C The boy is talk/ing to the[-:] : dog.
50
+ C and they are make/ing a castle.
51
+ C and the boy *is put/ing the sandcastle [EU].
52
+ C and the girl is so happy[~!_laughs].
53
+ C not the boy.
54
+ C he is sorry for it.
55
+ E he is what?
56
+ =C sorry [+_bch].
57
+ =C and the end [+_bch].
58
+ = [Eg:B1]
59
+ = [Bg:B2]
60
+ C They are look/ing for easter egg/s.
61
+ C and they are eat/ing.
62
+ C he eat|eat[EW:ate] the whole thing.
63
+ C he got hiccup/s.
64
+ C there is his father.
65
+ C and[-:] he have|have[Ew:has] to help him.
66
+ C and he gots|get[EW:got] a headache.
67
+ C he is go/ing.
68
+ =C and the end [+_bch].
69
+ = [Eg:B2]
70
+ = [Bg:B3]
71
+ C The boy is run/ing.
72
+ C and the boy is talk/ing.
73
+ C and the boy is take/ing off the balloon.
74
+ C the balloon is float/ing away.
75
+ C and the girl went angry [EU].
76
+ C and there is lot/s of[:_lotsa] ball [EU].
77
+ C (sh) the girl is push/ing.
78
+ C the boy gots[EW:has] no money.
79
+ C the man is happy.
80
+ C the dad is here again.
81
+ C and : the man is not give/ing (thm) them balloon[EW:balloons].
82
+ C the man give[EW:gave][-:] the[-:] : (rat : balloon) rabbit a (ba) balloon.
83
+ C and they can have one.
84
+ =C and the end [+_bch].
85
+ = [Eg:B3]
data/ENNI_SALT/test/614.slt ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 6/19/1993
4
+ +DOE: 4/18/2000
5
+ +CA: 6;9;30
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 614=CHI
10
+ +Tape Location: Disk M4 Track 31
11
+ = [Bg:A1]
12
+ C one day there was a[EW:an] elephant bounce/ing : a ball.
13
+ C : it went into the water.
14
+ C : the zebra jump/ed in and (ge) get/3s the ball [EU].
15
+ C : and zebra give/3s it back to elephant.
16
+ C : the lady smile/3s.
17
+ C and the giraffe smile/3s.
18
+ = [Eg:A1]
19
+ = [Bg:A2]
20
+ C one day : they are both laugh/ing.
21
+ C and they want/ed to go on the board.
22
+ C : (the) : the elephant : said to the giraffe let us go on the board.
23
+ C : and : the elephant slip/3s.
24
+ C : and he get/3s a booboo.
25
+ C : then another (el) elephant come/3s run/ing and look|look[EW:looks] at the booboo.
26
+ C : and he put/3s a bandage on.
27
+ C : and now (she go) she is : surprise/ed.
28
+ C : no run/ing allow/ed (the :) the other elephant say/3s.
29
+ = [Eg:A2]
30
+ = [Bg:A3]
31
+ C one day : the giraffe had : a[EW:an] : airplane in his hand.
32
+ C : he was fly/ing it.
33
+ C elephant took it away from him.
34
+ C and she drop/ed it into the pool.
35
+ C : the giraffe got angry at the elephant.
36
+ C but the guy came : run/ing.
37
+ C and : he : see/3s the plane in the water.
38
+ C the elephant said it was not : me that brought it.
39
+ C the other elephant try/ed to reach it.
40
+ C : (then the l) then the giraffe was cry/ing.
41
+ C I know a way to get the plane out.
42
+ C she put in her thing and : got the airplane.
43
+ C (she is) she hand/ed : (the) : the airplane to the giraffe.
44
+ C : and the giraffe hug/ed it.
45
+ = [Eg:A3]
46
+ = [Bg:B1]
47
+ C one day : rabbit want/ed to play in the sand.
48
+ C and so did the dog.
49
+ C the dog : was go/ing to touch it.
50
+ C and the rabbit was fill/ing up his bucket.
51
+ C rabbit dump/3s sand on it.
52
+ C the dog saw.
53
+ C (and) : and the rabbit was horrified.
54
+ C the dog try/ed to fix it.
55
+ = [Eg:B1]
56
+ = [Bg:B2]
57
+ C one day dog met rabbit.
58
+ C and they both want/ed to have a picnic.
59
+ C rabbit ate and ate.
60
+ C : rabbit got a stomachache.
61
+ C and the dog was eat/ing.
62
+ C : he got : sick.
63
+ C the dog came run/ing to a doctor.
64
+ C he said wait a minute.
65
+ C what is this problem about?
66
+ C it is about him.
67
+ C and he is sick.
68
+ C the doctor take/3s him : for a walk.
69
+ = [Eg:B2]
70
+ = [Bg:B3]
71
+ C one day a dog (was take/ing a b) wrap/ed a balloon : on her[-:] : wagon.
72
+ C the bunny see/3s the balloon.
73
+ C he tie/3s it off.
74
+ C he let go.
75
+ C and it was float/ing away.
76
+ C and the dog was mad at the rabbit.
77
+ C and the rabbit see/3s balloon/s.
78
+ C : a[EW:the] balloon/s : were holded|hold[EW:held] by an old rabbit.
79
+ C it is worth five : cent/s.
80
+ C you cannot have a balloon if you do not have any money.
81
+ C rabbit go/3s : to the doctor.
82
+ C we want a balloon.
83
+ C she paid : (two[-:] ) two (ff) : nickele/s.
84
+ C and now they both got[EW:have] balloon/s.
85
+ = [Eg:B3]
data/ENNI_SALT/test/624.slt ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 10/16/1994
4
+ +DOE: 11/14/2000
5
+ +CA: 6;0;29
6
+ +Gender: F
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 624=CHI
10
+ +Tape Location: Disk M5(2), Track 46
11
+ = [Bg:A1]
12
+ C [~_okay] : so (a guy) : there was a giraffe.
13
+ C he was at the pool.
14
+ C then he met a girl : bounce/ing a ball.
15
+ C but the ball fell in the water.
16
+ C and (the man) [~_like] the boy try/ed to go get it.
17
+ C and then he got the ball.
18
+ C and then[-:] : he was still all wet because he was in his clothes.
19
+ =C there [+_bch].
20
+ = [Eg:A1]
21
+ = [Bg:A2]
22
+ C [~_okay] they saw a diving board.
23
+ C (and it) and it said no run/ing : (and) the sign said (but).
24
+ C and then she start/ed to run[-:].
25
+ C and then she slip/ed.
26
+ C she fell on the ground.
27
+ C and she hurt her knee.
28
+ C and then the lifeguard came : and put a bandage on it.
29
+ C sat on a bench [EU].
30
+ C and then the[-:] lifeguard said you are kick/ed out.
31
+ = [Eg:A2]
32
+ = [Bg:A3]
33
+ C [~_okay] a boy was there.
34
+ C and the girl was there.
35
+ C and then the boy had an airplane in his hand.
36
+ C he flew it around like this [~_gestures].
37
+ C and then the girl grab/ed it out of his hand.
38
+ C and then[-:] it slip/ed out of her hand.
39
+ C and it went into the water.
40
+ C it was a pool.
41
+ C and then the boy got so angry.
42
+ C and the lifeguard came[-:].
43
+ C and the girl said it was an accident.
44
+ C I accidentally : got the (w) : plane in the water.
45
+ C so the lifeguard try/ed to reach it.
46
+ C then he could not.
47
+ C the lifeguard girl[!] came : and pick/ed it up with a scooper : and gave it back to the boy.
48
+ C and then (he hug/ed it) : he hug/ed the plane[!].
49
+ = [Eg:A3]
50
+ = [Bg:B1]
51
+ C well he[-:] were[EW:was] in the sandbox.
52
+ C and he meant[?] [EU].
53
+ C (and he) somebody had a sandcastle built up.
54
+ C and they play/ed together.
55
+ C and he put some sand in a bucket.
56
+ C and the other guy touch/ed the castle[-:].
57
+ C and then the rabbit : put the sand on[!] the castle.
58
+ C and then : he got so mad.
59
+ C so then they try/ed to fix it.
60
+ =C there [+_bch].
61
+ = [Eg:B1]
62
+ = [Bg:B2]
63
+ C so[-:] : he was on the road somewhere.
64
+ C and he : put his hand out like[~!_laughing] this.
65
+ C and he saw somebody run : down[?] the street.
66
+ C and then[-:] : they decide/ed to have a picnic together.
67
+ C one is eat/ing a carrot.
68
+ C and then he got so[!] full because he ate all the food.
69
+ C and he got so[!] full that : the basket fell over.
70
+ C and then his dad came.
71
+ C and he is still lay/ing on the carpet.
72
+ C and then (he) the : child[!] pull|pull[EW:pulled] : the dad/z shirt.
73
+ C and then he said go[~!_laughing] to your room now.
74
+ C (and then) (he) : (he sna) and then the other guy went home because : the other guy was not really his child.
75
+ E the other guy was?
76
+ =C (re) really not his child [+_bch].
77
+ = [Eg:B2]
78
+ = [Bg:B3]
79
+ C so (the) this boy met a girl[-:] : push/ing a wagon with a balloon attach/ed to it.
80
+ C and then[-:] they want/ed to play together.
81
+ C (so[-:]) : and then : the boy took the balloon off[!].
82
+ C and it float/ed up into the air.
83
+ C and then the girl got angry.
84
+ C so then another man came by sell/ing balloon/s.
85
+ C so the girl want/ed one.
86
+ C so then (he uh) the guy look/ed in his pockets to see if he had any : money.
87
+ C but he did not.
88
+ C so he had to walk back : and ask somebody else : (to) for some more money.
89
+ C then he got more money.
90
+ C and then[-:] (they got another balloon) they each got a balloon.
91
+ = [Eg:B3]
data/ENNI_SALT/test/626.slt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 8/19/1993
4
+ +DOE: 5/03/2000
5
+ +CA: 6;8;15
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 626=CHI
10
+ +Tape Location: Disk M6 Track 2
11
+ = [Bg:A1]
12
+ C first there is a lady who is bounce[EW:bouncing] a ball under the giraffe.
13
+ C (it went right beside) they are work/ing at a centre[?].
14
+ C she bounce/ed it into the wall.
15
+ C the giraffe and the : elephant are look/ing at it.
16
+ C the giraffe go/3s and swim/3s (and get the) and get/3s the ball.
17
+ C then the elephant take/3s it.
18
+ C (he :) then the giraffe get/3s out of : the water.
19
+ = [Eg:A1]
20
+ = [Bg:A2]
21
+ C [~_okay] first the elephant and the giraffe : see the diving board.
22
+ C then the elephant see/3s it.
23
+ C then she : go/3s to go on it.
24
+ C she went : run/ing too fast.
25
+ C and she fell.
26
+ C and she bruise/ed her knee.
27
+ C the giraffe went down and comed|come[EW:came] to see her.
28
+ C (then) and then the elephant that was a lifeguard comed|come[EW:came] to see it too.
29
+ C (the eleph) (the) the lifeguard : put a bandaid on the bruise.
30
+ C they had to sit on the bench for awhile.
31
+ C (and they talk/ed not allow/ed to) they talk/ed about they are not allow/ed to run [EU].
32
+ E okay.
33
+ C now she know/3s it [+/]^
34
+ E is that it?
35
+ C [+,] (because he saw the sign) (because he show/ed him the sign) because he show/ed her the sign now.
36
+ C no run/ing.
37
+ = [Eg:A2]
38
+ = [Bg:A3]
39
+ C the giraffe and the elephant got together[?].
40
+ C and the giraffe got a[EW:an] airplane.
41
+ C the giraffe : is put/ing it up high and pretend/ing it is go/ing.
42
+ C then the elephant take/3s it.
43
+ C and she try/3s to do it too.
44
+ C but the elephant throwed|throw[EW:threw] it in the water.
45
+ C the giraffe get/3s angry.
46
+ C then there is a lifeguard come/ing along.
47
+ C the elephant is explain/ing what happen/ed.
48
+ C the lifeguard try/3s to get it.
49
+ C but she can not get it.
50
+ C (so :) so the giraffe start/3s cry/ing.
51
+ C (then comes) and then come/3s a lady with a net.
52
+ C then she get/3s it out of the water.
53
+ C then she give/3s it to the giraffe.
54
+ C now : the giraffe is hug/ing : the airplane.
55
+ = [Eg:A3]
56
+ = [Bg:B1]
57
+ C (first the rabbit see/3s the puppy play/ing in the sand he want/3s) [~_I_mean] the rabbit see/3s the puppy play/ing in the sand.
58
+ C and he want/3s to play.
59
+ C they builded|build[EW:built] a sandcastle.
60
+ C the rabbit fill/ed up a bucket of sand.
61
+ C the rabbit dump/ed it on the castle.
62
+ C then the rabbit said oh no.
63
+ C then the puppy was try/ing to get it off.
64
+ = [Eg:B1]
65
+ = [Bg:B2]
66
+ C one time : the puppy saw the rabbit come/ing with a basket.
67
+ C and : the girl had a basket.
68
+ C the rabbit : had pile/s of food.
69
+ C the lady did not.
70
+ C she saw the rabbit eat/ing so much.
71
+ C the rabbit : got really fat.
72
+ C (she was) he was start/ing to feel dizzy.
73
+ C he call/ed the doctor.
74
+ C (and he got the lady ) [~_I_mean,_turn_it_back] the lady told the doctor to : help him.
75
+ C the doctor said you are eat/ing too much food : too fast.
76
+ C so : he take/3s the bunny.
77
+ = [Eg:B2]
78
+ = [Bg:B3]
79
+ C (the :) the dog see/3s the bunny come/ing along.
80
+ C and the girl : has a wagon with the balloon hook/ed on it.
81
+ C (the bunny) the bunny look/3s at it.
82
+ C then the bunny take/3s it off.
83
+ C then : the bunny accidentally let it go.
84
+ C and it *is go/ing too high [EU].
85
+ C and they can not reach it.
86
+ C (the) the dog is get/ing mad at the bunny.
87
+ C they see another balloon holder.
88
+ C so the bunny say/3s can we have one of those balloon/s?
89
+ C but none[EW:no] cash [EU].
90
+ C and it cost/3s five dollar/s.
91
+ C (uh :) they explain/ed what happen/ed to the balloon.
92
+ C then they go run/ing to go : get somebody.
93
+ E can you say that louder?
94
+ =C they went to go get somebody [+_bch].
95
+ C he is explain/ing[?] about the balloon man.
96
+ C (and) and we do not have enough money.
97
+ C so she buyed|buy[EW:bought] : two balloon/s.
98
+ C and now they both got[EW:have] a balloon.
99
+ = [Eg:B3]
data/ENNI_SALT/test/645.slt ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $ CHI, EXA
2
+ +PARTICIPANTS: CHI child, EXA examiner
3
+ +DOB: 11/9/1993
4
+ +DOE: 6/5/2000
5
+ +CA: 6;6;27
6
+ +Gender: M
7
+ +Context: Nar
8
+ +Group of CHI: TD
9
+ +ID: 645=CHI
10
+ +Tape Location: Disk L16 Track 2
11
+ = [Bg:A1]
12
+ C (A horse) a giraffe : and an elephant were bounce/ing a ball.
13
+ C the ball *is in the pool [EU].
14
+ C and the giraffe was scare/ed.
15
+ C then the giraffe (um) : went in and swam and got the ball out.
16
+ C then the elephant was happy.
17
+ C and the giraffe was all wet.
18
+ C and they were both happy.
19
+ = [Eg:A1]
20
+ = [Bg:A2]
21
+ C The giraffe (wa) was scare/ed to go in the water again.
22
+ C so the elephant went in.
23
+ C and she saw a diving board.
24
+ C and she decide/ed to go on the diving board and jump.
25
+ C and then the giraffe said maybe that is a good idea.
26
+ C the elephant went slip/ed and fell [EU].
27
+ C and the giraffe was run/ing to the diving board.
28
+ C the elephant hurt (her) her knee.
29
+ C and the giraffe was scare/ed.
30
+ C so the giraffe help/ed the elephant.
31
+ C the lifeguard came and saw the giraffe (um) was take/ing care of the elephant.
32
+ C the lifeguard put on a bandaid.
33
+ C it did not hurt any more.
34
+ C so the giraffe did not look scare/ed any more.
35
+ C and the lifeguard was happy.
36
+ C and then the other elephant the lifeguard look/ed at a sign.
37
+ C and it said no run/ing.
38
+ = [Eg:A2]
39
+ = [Bg:A3]
40
+ C The giraffe : and the elephant : were happy.
41
+ C so (they decide/ed maybe we could fly a) the giraffe decide/ed maybe he could fly the airplane : in the water.
42
+ C (and then got) and then the elephant could dive down and get it.
43
+ C and then : the giraffe would : throw it again into the water.
44
+ C and the elephant would keep on get/ing it.
45
+ C : (then it) (then it was) then it (was) want/ed real : crazy [EU].
46
+ C so the elephant let xx him.
47
+ C the giraffe (would : make) made a tongue [EU].
48
+ C the elephant grab/ed it from the giraffe.
49
+ C (and the elephant look/ed) and the giraffe look/ed scare/ed.
50
+ C and the elephant look/ed happy.
51
+ C the elephant threw it.
52
+ C and it went in the water.
53
+ C and the elephant looked scare/ed.
54
+ C and the giraffe did not know what to do.
55
+ C the giraffe got mad at the elephant.
56
+ C and : the elephant got[EW:was] sad.
57
+ C the lifeguard got mad again.
58
+ C (and they both : got) : and they both did not know that again [EU].
59
+ C : so the lifeguard : look/ed nervous because the elephant look/ed scare/ed.
60
+ C and the : giraffe was sad.
61
+ C *the lifeguard was go/ing to get it [EU].
62
+ C so the lifeguard : was try/ing to get it.
63
+ C (and the : giraffe) and the elephant look/ed nervous.
64
+ C the : giraffe start/ed cry/ing.
65
+ C and the elephant was sad.
66
+ C and the lifeguard was nervous.
67
+ C (oh) then another : elephant came with a net to get it out of the water so (the) they could have it back again.
68
+ C and he try/ed to get it out.
69
+ C but : (it : mm) (it) she (tried) try/ed a lot [EU].
70
+ C but it would not come out.
71
+ C (and then all of) and then xx loo/ked : scare/ed again.
72
+ C then he got it out.
73
+ C and they : were happy.
74
+ C then the giraffe was happy.
75
+ C and the elephant was too.
76
+ = [Eg:A3]
77
+ = [Bg:B1]
78
+ C a bunny and a dog : were : build/ing a sandcastle.
79
+ C the bunny got scare/ed.
80
+ C and the dog : was nervous.
81
+ C they made a sandcastle.
82
+ C then they both were happy.
83
+ C (they poured : and) : the rabbit pour/ed sand over the dog/z sandcastle.
84
+ C : the sandcastle broke down.
85
+ C and (the : rabbit was :) the sandcastle did not break down.
86
+ C (and the rabbit was : nervo) and the dog was nervous.
87
+ C and then the dog : (um) try/ed to build it up.
88
+ C but : he was cry/ing.
89
+ C and the : bunny was : nervous.
90
+ = [Eg:B1]
91
+ = [Bg:B2]
92
+ C the dog (and the) and the bunny : were collect/ing coconut/s and berry/s.
93
+ C and they : saw each other.
94
+ C and then they said hi to each other.
95
+ C and then they were happy.
96
+ C (and) (and they) and they had a picnic.
97
+ C they went home first.
98
+ C and then they went back to the spot they were go/ing to have a picnic at.
99
+ C and then : the bunny : ate a lot.
100
+ C and the dog was nervous.
101
+ C and then : the : bunny ate too much.
102
+ C he got so fat.
103
+ C and the dog (um) ate the rest.
104
+ C the : rabbit did not feel well.
105
+ C and the dog was nervous.
106
+ C : so the dog call/ed the doctor.
107
+ C and the doctor came.
108
+ C and then the dog : told him that : the rabbit ate too much.
109
+ C so he did not feel well.
110
+ C (so the doc) so the dog drag/ed : the doctor there : because the rabbit was not feel/ing well.
111
+ C the doctor saw (that the dog) that the rabbit was not (fee) feel/ing very well.
112
+ C so (um the) (hh he) he was scare/ed.
113
+ C and (then : he felt) then the doctor made the rabbit : feel better.
114
+ C and : the dog was happy.
115
+ = [Eg:B2]
116
+ = [Bg:B3]
117
+ C the : dog : (mm) pull/ed the wagon with a balloon tie/ed onto it.
118
+ C and the rabbit saw that : the dog was pull/ing a wagon with a balloon on it.
119
+ C the rabbit want/ed the balloon.
120
+ C and the dog look/ed nervous.
121
+ C the rabbit try/ed take/ing off the balloon.
122
+ C the dog look/ed scare/ed.
123
+ C : the rabbit was sad because : (it) when he got off the balloon it start/ed float/ing away.
124
+ C (so they were both) : (and then one : um wen) and the rabbit was sad.
125
+ C and the dog was scare/ed.
126
+ C : the rabbit was : (nervous) : nervous.
127
+ C and the dog was mad.
128
+ C there is a balloon man over : there.
129
+ C (uh it) it was go/ing to another bunny (hu) him too [EU].
130
+ C (can I have a) (and the) and he said (um) can I have a balloon?
131
+ C and the dog was way back : there.
132
+ C (so the) and the rabbit was up : to get a balloon.
133
+ C and then : (the guy) the balloon : man said balloon/s five cent/s.
134
+ C so the rabbit check/ed in his pocket for any money.
135
+ C but he did not have any.
136
+ C : the rabbit look/ed shy.
137
+ C and the dog : did not look shy.
138
+ C and then the (um) man look/ed nervous.
139
+ C the doctor was come/ing.
140
+ C and : the rabbit was run/ing to the doctor.
141
+ C and the : balloon man was : sell/ing xx.
142
+ C and the dog was nervous.
143
+ C and then (um he show/ed) (the doc) the rabbit show/ed the doctor : (um) that he want/ed (a balloon to buy to) five cent/s to buy a balloon so he could : have a balloon and : the dog could have a balloon.
144
+ C then : he gave him five : cent/s for each balloon.
145
+ C and then : the balloon man gave him : two balloon[EW:balloons].
146
+ C and then : they : (were) were happy.
147
+ C and the : balloon man was happy.
148
+ C (and : the rabb) the doctor was kind of nervous.
149
+ C the doctor was real nervous.
150
+ C and they : were both real happy.
151
+ = [Eg:B3]