This file is indexed.

/etc/transcriber/default.txt is in transcriber 1.5.1.1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
# Default configuration for Transcriber - read with encoding iso8859-1
#  -*-tcl-*-

# Personal external speakers database
list,ext .speaker
				     
# Path to default browser
browser ""

# Personal configuration will be saved upon request in the following file:
options,unix  ".transcriber"
options,windows  "transcriber.pref"
options,macintosh  "Transcriber Configuration"

# defaults scribe's name will be used for initialisation of episode attributes
scribe,name   "(unknown)"

# Version of the user preference file
pref,ver	""

# does user want shape calculation for rapid display of signal ?
shape,wanted  -1
# shall we try to compute shape in background as a subprocess ?
shape,bg      1
# minimal duration (in sec.) for needing a shape
shape,min     30
# directory where to store signal shapes
path,shape    ""

# flag to request for automatic plaback after signal selection
play,auto     0
# mode: continuous/pause/beep/stop/loop
playbackMode  "continuous"
# start back playback from duration
playbackBefore 0.0
# pause between two segments
playbackPause    0.3
#filename of beep sound file to be played between segments
playbackBeep	""
# multiplying factor for frequency during playback - not yet supported
playbackSpeed 1.0

# remote playback settings
playbackRemote	0
playbackServer	""
playbackPort	""

# interval (in min) between automatic save
autosave,time 5
# backup extension for automatically saved files
backup,ext    ~
# file name for work monitoring
trace,name    ""
# interval (in min.) after which a pause is detected
trace,time    10
# save configuration before leaving
keepconfig 0
# ask for debug options
debug    0
# automatic space insertion
space,auto 0
# check spelling of capitalized names
spell,names 0
# Prefered cursor position when entering another segment (begin/end)
preferedPos "end"
# Automatic import speakers or topics from last importation file when
# opening a new one
importSpeakers 0
speakerFile {}
importTopics 0
topicFile {}
# default format for new topic or speakers
newSpeakerFmt "speaker\#%s"
newTopicFmt "topic\#%s"

# default encoding used for transcriptions (IANA rather than tcl name)
encoding    ISO-8859-1
# for MacOSX, choose rather:
#encoding    Macintosh
# List of encoding: IANA name/usual name
encodingList {
      {UTF-8       "Unicode (UTF-8)"}
      {}
      {ISO-8859-1  "Western (Latin1)"}
      {Macintosh   "Western (MacRoman)"}
      {ISO-8859-2  "Central european (Latin2)"}
      {CP1250      "Czech for Windows (CP1250)"}
      {ISO-8859-3  "Latin3"}
      {ISO-8859-4  "Latin4"}
      {ISO-8859-5  "Cyrillic (ISO-8859-5)"}
      {KOI8-R      "Cyrillic (KOI8-R)"}
      {ISO-8859-6  "Arabic (ISO-8859-6)"}
      {ISO-8859-7  "Greek (ISO-8859-7)"}
      {ISO-8859-8  "Hebrew (ISO-8859-8)"}
      {ISO-8859-9  "Turkish (Latin5)"}
      {}
      {EUC-JP      "Japanese (EUC-JP)"}
      {ISO-2022-JP "Japanese (ISO-2022-JP)"}
      {Shift_JIS   "Japanese (Shift_JIS)"}
      {}
      {EUC-KR      "Korean (EUC-KR)"}
      {ISO-2022-KR "Korean (ISO-2022-KR)"}
      {}
      {Big5        "Traditional Chinese (Big5)"}
      {GB2312      "Simplified Chinese (GB)"}
}

# default language for interface (in iso639 code)
lang	"en"
# file for localization (default file if empty)
file,local ""

# some of iso639 language codes
language	{
	{ar	Arabic}
	{bg	Bulgarian}
	{cs	Czech}
	{da	Danish}
	{de	German}
	{el	Greek}
	{en	English}
	{es	Spanish}
	{fa	Persian}
	{fi	Finnish}
	{fr	French}
	{he	Hebrew}
	{hi	Hindi}
	{hu	Hungarian}
	{it	Italian}
	{ja	Japanese}
	{ko	Korean}
	{la	Latin}
	{nl	Dutch}
	{no	Norwegian}
	{pl	Polish}
	{pt	Portuguese}
	{ro	Romanian}
	{ru	Russian}
	{sl	Slavonic}
	{sv	Swedish}
	{tr	Turkish}
	{zh	Chinese}
}

# list of noise events with descriptions
noise	{
	{"r"	"[r] respiration"}
	{"i"	"[i] inspiration"}
	{"e"	"[e] expiration"}
	{"n"	"[n] reniflement"}
	{"pf"	"[pf] soufle"}
	{""	""}
	{"bb"	"[bb] bruit de bouche"}
	{"bg"	"[bg] bruit de gorge"}
	{"tx"	"[tx] toux, râclement,éternuement"}
	{"rire"	"[rire] rires du locuteur"}
	{"sif"	"[sif] sifflement du locuteur"}
	{""	""}
	{"b"	"[b] bruit indéterminé"}
	{"conv"	"[conv] conversations de fond"}
	{"pap"	"[pap] froissement de papiers"}
	{"shh"	"[shh] souffle électrique"}
	{"mic"	"[mic] bruits micro"}
	{"rire en fond" ""}
	{"toux en fond" ""}
	{"indicatif" ""}
	{"jingle" ""}
	{"top"    ""}
 	{"musique" ""}
 	{"applaude" "applaudissements"}
 	{"nontrans" "[nontrans] segment"}
}

# list of pronounciation events with descriptions
pronounce {
	{"*"	"mal prononcé"}
	{"lapsus"	""}
	{"pi"	"[pi] inintelligible"}
	{"pif"	"[pif] inintelligible/faible"}
	{"ch"	"[ch] voix chuchotée"}
	{""	""}
	{"lu"		"sigle lu"}
	{"épelé"	"sigle épelé"}
	{"19 cent..." ""}
}

# list of lexical events with descriptions
lexical {
	{"?"	"orthographe incertaine"}
	{"^^"	"mot inconnu"}
	{"néologisme" ""}
	{"()"	"rupture de syntaxe"}
}

# list of Named Entities (NE) events with descriptions
entities {
	{"pers" "Person"}
	{"pers.hum" ""}		
        {"pers.anim" ""}
	{"pers.imag" ""}             
	{"org" "Organization"}
	{"org.pol" ""}
	{"org.edu" ""}
	{"org.non-profit" ""}
	{"org.com" ""}
	{"gsp" "Geo-Soc-Pol"}
	{"gsp.pers" ""}
	{"gsp.org" ""}
	{"gsp.loc" ""}
        {"loc" "Location"}
	{"loc.geo" ""}
	{"loc.geo.line" ""}
	{"loc.addr" ""}
	{"loc.addr.post" ""}
	{"loc.addr.tel" ""}
	{"loc.addr.elec" ""}
	{"fac" "Facilities"}
        {"prod" "Product"}
        {"prod.vehicule" ""}
        {"prod.award" ""}
        {"prod.art" ""}
        {"prod.printing" ""}
        {"time" "Time"}
	{"time.date" ""}
	{"time.date.abs" ""}
	{"time.date.rel" ""}
	{"time.hour" ""}
        {"amount" "Amount"}
	{"amount.phy" ""}
	{"amount.phy.age" ""}
	{"amount.phy.dur" ""}
	{"amount.phy.temp" ""}
	{"amount.phy.len" ""}
	{"amount.phy.wei" ""}
	{"amount.phy.spd" ""}
	{"amount.cur" ""}
	{"unk" "Unknown"}
	{"prod.award/pers.hum" ""}
	{"org.edu/gsp.pers" ""}
}

# format strings for event extent (%s is replaced with event description)
event,instantaneous	"\[%s]"
event,begin	"\[%s-]"
event,end	"\[-%s]"
event,previous	"+\[%s]"
event,next	"\[%s]+"

# format string for event type
event,comment	"{%s}"
event,language	"lang=%s"
event,scope "%s"
event,dependent "%s"
event,header "%s"
event,pronounce	"pron=%s"
event,lexical	"lex=%s"
event,noise	"%s"
event,entities "ent=%s"

# bindings for insertion of events or special chars in text editor
# with a list of pairs sequence-string/replacement-char (e.g. ' e => e acute)
bindings     {
   {<Alt-r> {<Event desc="r" type="noise" extent="instantaneous"/>}}
   {<Alt-i> {<Event desc="i" type="noise" extent="instantaneous"/>}}
   {<Alt-b> {<Event desc="b" type="noise" extent="instantaneous"/>}}
   {<Alt-plus> {<Event desc="b" type="noise" extent="previous"/>}}
}

# example of bindings for French
#bindings     {{`a à} {^a â} {'e é} {`e è} {^e ê} {\"e ë} {^i î} {\"i ï} {^o ô} {^u û} {`u ù} {\"u ü} {ae æ} {,c ç}}

# alternate bindings for Italian etc.
#bindings     {{u\" ü} {U\" Ü} {o\" ö} {O\" Ö} {a\" ä} {A\" Ä} {,c  ç} {n~  ñ} {a~  ã} {o/  ø} {O/  Ø} {a/  å} {A/  Å} {a`  à} {A`  À} {a^  â} {A^ Â} {e`  è} {E`  È} {e'  é} {E'  É} {i`  ì} {I`  Ì} {i^  î} {I^  Î} {o`  ò} {O`  Ò} {o'  ò} {O'  Ó} {'o  o'} {u`  ù} {U`  Ù}}

# list of words + comments at user convenience
glossary {}

# conversion of olds [...] events to XML tags for early .xml format
convert_events 0

# Signal and transcription format
sig,name      ""
sig,remote    0
sig,server    ""
sig,port      ""
sig,rate      16000
sig,channels  mono
sig,header	0
sig,map	      {1 0 0 1}

curs,pos	0
sig,gain	0

path,sounds   ""
trans,name    ""

videoFile ""

multiwav,path {}
# list of label files
labelNames      {}

# standard extensions for sounds, transcriptions, labels.
ext,snd       {".au" ".wav" ".snd" ".sph" ".sig" ".sd" ".smp" ".aif" ".aiff" ".mp3" ".ogg"}
ext,trs       {".xml" ".trs" ".typ"}
ext,lbl       {".lab" ".lola" ".lbl" ".phn" ".wrd" ".txt"}

# Colors
color,bg      "#f2e6c8"
color,bg-sel  "#d0b098"
color,fg-sync "black"
color,bg-sync "#96c3b6"
color,hi-sync "#a8d8c8"
color,fg-turn "black"
color,bg-turn "#96bacc"
color,fg-sect "black"
color,bg-sect "#e28c86"
color,fg-back "black"
color,bg-back "#929496"
color,fg-text "black"
color,bg-text "#d9d9d9"
color,hi-text "#f0f0f0"
color,fg-evnt "grey50"
color,bg-evnt "#d9d9d9"
colorizeSpk   0
color,netag-pers blue
color,netag-org red
color,netag-gsp orange
color,netag-loc "#0007ff3ff"
color,netag-fac brown
color,netag-prod salmon
color,netag-time "#000f0ffff" 
color,netag-amount purple
color,netag-meto grey
color,netag-unk grey
color,netag-user grey
checkNEcolor,tag  1
checkNEcolor,text 1
checkNEcolor,buton 1

# Fonts
font,text    {courier 12}
font,event   {times 14 italic}
font,axis    {courier 10}
font,list    {courier 12 bold}
font,info    {helvetica 10 bold}
font,mesg    {helvetica 10}
font,trans   {helvetica 10}
font,NEbutton		{arial 10}

# Some geometry to be saved
geom,.		""
geom,.sect	""
geom,.turn	""
geom,.evt	""
geom,.gain	""

# Display
view,.edit          1
view,.edit.ne	    0
view,.cmd           1
view,.inf           0
view,.snd	    1
view,.snd2          0
view,.msg	    1
hideLevels	    0

# Principal signal configuration
.snd.w,height       100
.snd.w,resolution   30
view,.snd.scr.reso  1
view,.snd.seg0      1
view,.snd.seg1      1
view,.snd.seg2      1
view,.snd.bg        1

# Second signal configuration
.snd2.w,height      50
.snd2.w,resolution  300
view,.snd2.scr.reso 1
view,.snd2.seg0     1
view,.snd2.seg1     1
view,.snd2.seg2     1
view,.snd2.bg       1

# header for childes

chatMode	    0

header {
{@Begin @Begin}
{@End @End}
{@Activities @Activities}
{@Bg @Bg}
{@Eg @Eg}
{@Bck @Bck}
{@Comment @Comment}
{@g @g}
{@Location @Location}
{@NewEpisode @NewEpisode}
{@RoomLayout @RoomLayout}
{@Situation @situation}
{@TapeLocation @TapeLocation}
{@TimeDuration @TimeDuration}
{@TimeStart @TimeStart}

}

# scope for childes
scope {
{=! =!}
{! !}
{!! !!}
{'' ''}
{= =}
{: :}
{0 0}
{:= :=}
{=? =?}
{%: %:}
{% %}
{> >}
{< <}
{<> <>}
{/ /}
{// //}
{/// ///}
{/- /-}
{/? /?}
{* *}
{+ +}
{+bck +bck}
{+trn +trn}
}

# dependent for childes
dependent {
{%act: %act:} 
{%add: %add:}
{%alt: %alt:}
{%cod: %cod:}
{%coh: %coh:}
{%com: %com:}
{%def: %def:}
{%eng: %eng:}
{%err: %err:}
{%exp: %exp:}
{%fac: %fac:}
{%flo: %flo:}
{%gls: %gls:}
{%gpx: %gpx:}
{%int: %int:}
{%lan: %lan:}
{%mod: %mod:}
{%mor: %mor:}
{%mov: %mov:}
{%par: %par:}
{%pho: %pho:}
{%sit: %sit:}
{%snd: %snd:}
{%spa: %spa:}
{%syn: %syn:}
{%tim: %tim:}
}

# terminator
terminator,.	1
terminator,?	1
terminator,!	1
terminator,-?	1
terminator,-!	1
terminator,-.	1
terminator,-'.	1
terminator,-,.	1
terminator,-,	1
terminator,-_	1
terminator,-	1
terminator,-'	1
terminator,,	1
terminator,;	1
terminator,#	1
terminator,-:	1
terminator,/	1
terminator,//	1
terminator,///	1
terminator,+...	1
terminator,+..?	1
terminator,+!?	1
terminator,+/.	1
terminator,+/?	1
terminator,+//.	1
terminator,+//?	1
terminator,+"/.	1
terminator,+",	1
terminator,+"	1
terminator,+^	1
terminator,+<	1
terminator,+,	1
terminator,++	1
terminator,[c]	1