ling exam 2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/53

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

54 Terms

1
New cards

symbol

a form that represents something other than itself (ex words and phonemes)

2
New cards

segment

a unit of sound that is the manifestation of a phoneme with acoustics as its form

3
New cards

pure tone

sinusoidal function (ex tuning fork regular waves)

4
New cards

wave details

1Hz = 1 cycle per sec, higher freq = high tone/pitch,

5
New cards

speech sounds

not pure tones, complex waveforms

6
New cards

resonants (e.g. vowels)

sounds produced by vocal tract that differ between different vowels

7
New cards

ideograms

images without symbolism, represents an idea not a word/sound

8
New cards

pictograms

visual/iconic, non lexical symbols

9
New cards

logograms

written character/symbol representing semantic component of lg, ex hieroglyphics or chinese letters (not iconic)

10
New cards

phonographic system

glyphs represent vocal sound

11
New cards

polyphonia

different sound, similar semantics (kǒu ‘mouth’ ; míng ‘speak)

12
New cards

rebus

similar sound, different semantics (ex: wáng ‘king’, wǎng ‘to go toward)

13
New cards

determinatives

glyphs combines with unit characters to resolve ambiguity

14
New cards

code examples

human lg, mathematical expressions, programming codes

15
New cards

statements

expressions that can be true or false

16
New cards

binary numeric systems

on = 1 off = 0

each spot or column is a bit

a chunk of bits is a byte

8 digit system = 8 bits per byte

256 possible values in an 8 bit space

17
New cards

high level code

characters, human-readable commands

18
New cards

low level code

bits, bytes, cryptic commands

19
New cards

code function

to get a computer to do something that a human wants it to do (commands)

20
New cards

function

a code command that performs some operation

21
New cards

modeling language

an artificial construction which performs some of what the real thing does (speech synthesis, voice recognition, search, error detection, pedicitive text)

22
New cards

problems with whole-word text to speech

need multiple versions of each word, intense storage and search, can’t handle novel words

23
New cards

advantages of phonemic text to speech

smaller number of recordings, use program to generate waveform, manipulate turbulence, resonance, loudness, less storage space

24
New cards

disadvantages to phonemic text to speech

imperfect mapping, physical segments differ by context (sounds different depending on vowels/consonants)

25
New cards

concatenate

string objects tg and play them back

26
New cards

parser

some program/device that detects symbolic categories (phonemes or words) from audio input

27
New cards

speech recognition hurdles

variation, ambiguity, noisy signals, search time

28
New cards

variation

people produce different signals, frequencies are relative not absolute, accents (speech recog hurdle, e.g. formants or fricatives)

29
New cards

phonological ambiguity

interpretation of segment depends on context, handled by tracking transitions rather than simple segments

30
New cards

word ambiguity

parser needs more info to choose among options (ex: where wear ware)

31
New cards

noisy signals

mumbled/fast speech, noisy background, parser needs more info to choose

32
New cards

top down

reconstructing message phrase —> word —> phoneme strong —> audio signal

33
New cards

bottom up

reconstructing message acoustic signal —> phoneme strong —> word —> phrase

34
New cards

predictive recognition

every word has a probability of occurrence

35
New cards

conditional probability

each subsequent word has a p based on the previous word (the probability of an event a occurring, given that another event b has already occurred)

36
New cards

corpus

large collection of texts and/or speech

37
New cards

written corpora

amalgamation of texts, books, articles, websites

38
New cards

spoken corpora

amalgamation of recorded conversations eg phone calls (esp useful if transcribed/annotated)

39
New cards

bigram frequency

given x what are the chances of y (the occurrence of pairs of letters)

40
New cards

trigram frequency

given xy what are the chances of z (a sequence of three letters representing one phoneme)

41
New cards

large language models

AI programs

next word predictive model

built with enormous corpora

many predictive dimensions

require trillions of words for training data

42
New cards

whole-word approach to text to speech

database has recording of each word, string them tg and play them back, more natural

43
New cards

phonemic approach to text to speech

database has recordings of phonemes, convert text to string of phonemes

44
New cards

acoustic analysis

physical properties of phonemes differ by context

45
New cards

intonation

the rise and fall of the voice in speaking (a problem w text to speech)

46
New cards

spoken lg

immediate, under expressive

47
New cards

written lg

not bound by immediacy, even more under expressive, editable, zombie rules

48
New cards

immediacy

the length of your turn in an exchange is proportional to the time and effort to transmit it (time-bound and impermanent)

49
New cards

resonants

What type of segment is characterized by regular periodic sound waves that are observable as formants? includes vowels

50
New cards

fricatives

What type of segment is characterized by random and turbulent sound waves?

51
New cards

formant

What term refers to an amplified overtone of a sound wave? (resonating frequencies are harmonics)

52
New cards

abstraction

it reduces an image down to lines, it represents a complicated idea with simple form, little detail even in logograms

53
New cards

discreteness

language can be broken down into smaller, identifiable segments, easily distinguished from one another and can be combined to create new meanings

54
New cards