CHILDES !!!CLAN !!インストール *http://dali.talkbank.org/clan/ からダウンロード *インストールされるのは **Windowsは C:\TalkBank\CLAN\ !!コーディング !サンプルコード */lib/coder のフォルダーに入っている (マニュアルと違うので注意) **codes-basic.cut ファイル {{pre # coder mode commands: # ESC-e = toggle between coders and text editing modes # ESC-c = move to top codes level, if already there, then move to tier code level # CTRL-T = finish coding current speaker and move to code the next speaker # # coder mode options: # +bN: set number of commands and words before auto-save # +d : do NOT create backup file # +fS: specify fixed-width font S (example: +fCAfont) # +lN: re-order (0 -leave as is, 1 -move to top, 2 -move one step up) # +s1: program will make identical copies of codes across branches # +tS: set CTRL-T command's next speaker to S (+t*FAT) (default: any speaker) # \ +b50 +d +l1 +s1 +fCAfont %spa: " $MOT :POS :Que :Res :NEG " $CHI }} このようにしておくと、以下のコードが入力できるようになる。(三つのレベル) {{pre $MOT:POS:Que $MOT:POS:Res $MOT:NEG:Que $MOT:NEG:Res $CHI:POS:Que $CHI:POS:Res $CHI:NEG:Que $CHI:NEG:Res }} !独自のコーディングファイルの作成 {{pre メニューの「Mode」から、「CHAT mode」のチェックを外す (これは「Text Mode」と呼ばれる)  エディターの画面の左下、黒い帯、日付の右が[E|TEXT] となっていることを確認 }} *commnand-Nで新規ファイルを作成