saulalbert / unixclan

Utility scripts for TalkBank's CLAN
0 stars 0 forks source link

CHAT2CAlite should convert mi➶d -----> mi:̲d #13

Closed saulalbert closed 6 years ago

saulalbert commented 6 years ago

CHAT doesn't have a way to show mid-utterance intonation shifts, CA uses a colon followed by a U+0332 (combining low line) character:

We'll use a new a unicode character (U+27B6 : BLACK-FEATHERED NORTH EAST ARROW) which CHECK doesn't seem to complain about, so:

mi➶d ------> mi:̲d

mumair01 commented 6 years ago

The two unicode values are for different kinds of arrows. Which one have we decided to use for CHAT?

saulalbert commented 6 years ago

Right - CHAT has different arrows for the ends of turns. For mid-turn intonation shifts we want to use (U+27B6 : BLACK-FEATHERED NORTH EAST ARROW) - for upward shifts and (U+27B4 BLACK-FEATHERED SOUTH EAST ARROW) - for downward shifts. This is because CHECK complains if we use end-of-turn arrows in mid-turn or mid-word, but not with the feathered variety.

mumair01 commented 6 years ago

Oh that part I understand. My question is that you gave the unicode (U+2197), which represents the rising arrow, and the unicode (U+27B6), which represents the feathered arrow. For this issue, mid utterance intonation shift, which of those arrows are we using?

saulalbert commented 6 years ago

Whoops - sorry. We want to use U+27B6 - feathered arrows. I should have deleted the rising arrow comment when I edited the main task! I'll delete it now.