You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notes/courses/LING-UA-1/04-05-phonology.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Word pair where everything is identical except for a sound is called a minimal p
26
26
There is a minimal pair, that two phones can occur in the same phonological context.
27
27
28
28
##### Complementary distribution
29
-
If there are no minimal pairs, it is *not* contrastive. That they are is a complementary distribution, meaning these to are used in different phonological contexts.
29
+
If there are no minimal pairs, it is *not* contrastive. That is a complementary distribution, meaning these two are used in different phonological contexts.
30
30
31
31
##### Free Variation
32
32
Can occur in the same context, but do *not* result in a contrast in meaning.
@@ -90,7 +90,7 @@ Sounds are ranked based on how 'loud' phones are.
90
90
`/p/`, `/t/`, `/d/` follows this pattern with aspiration in English.
91
91
92
92
### Natural classes
93
-
Groupd of phones that can be defined by some phonetic similarity.
93
+
Groups of phones that can be defined by some phonetic similarity.
Copy file name to clipboardExpand all lines: notes/courses/LING-UA-1/11-12-semantics.md
+70-3Lines changed: 70 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@ date: 2025-06-10/11
5
5
6
6
# Semantics
7
7
8
-
## Semantics vs. Pragmatics
9
-
10
8
## Defining semantics
11
9
Hypothesis 1: meanings are paraphrases (circular)
12
10
Hypothesis 2: Meanings are concepts and ideas (Different ideas in different people's mind, hard to represent some words.)
@@ -63,4 +61,73 @@ To relate predicates to other predicates, examples:
63
61
- When sentences are contradictory.
64
62
- a formal definition of being **contradictions**
65
63
66
-
Relation of entailment is given just by the meaning of a sentence, independent of context. However, in actual conversation speakers often rely on context when communicating. More related to pragmatics.
64
+
Relation of entailment is given just by the meaning of a sentence, independent of context. However, in actual conversation speakers often rely on context when communicating. More related to pragmatics.
65
+
66
+
## Presuppositions
67
+
Logically, presupposing some information.
68
+
69
+
### Triggers
70
+
1. Factive verbs
71
+
2. Definite determiners
72
+
3. Possessive case 's and possessive pronouns
73
+
4. Cleft sentences
74
+
5. Iterative (additive particles) such as *again* and *too*
75
+
6. Contrasts
76
+
7. Comparatives
77
+
8. Temporal (time word) classes
78
+
9. Change of state words
79
+
10. Counterfactual conditionals introduces by *if*
80
+
81
+
## Implicatures
82
+
What the listener can infer by reason based on what the speaker says in a given context.
83
+
84
+
Language as a **cooperative endeavor**.
85
+
86
+
### Grice's Maxims
87
+
What does the hearer assume the speaker is doing:
88
+
1. Maxim of Quality
89
+
-**True**
90
+
- Do not say what you believe is false. (lying)
91
+
- Do not say that for which you lack adequate evidence.
92
+
2. Maxim of Quantity
93
+
-**Informative**
94
+
- Informative as is required (for the current purpose of exchange).
95
+
- Do not make it more informative than is required.
96
+
3. Maxim of Relevance
97
+
-**Relevance**
98
+
4. Maxim of Manner
99
+
-**Perspicuous/ Specific**
100
+
- Avoid ambiguity
101
+
- Avoid obscurity
102
+
- Be brief
103
+
- Be orderly
104
+
105
+
### Chatacteristic of implicatures
106
+
1. Implicatures are implied, not said.
107
+
2. Meaning is the result of the context.
108
+
3. Implicatures are **cancellable** or defeasible.
109
+
110
+
### Implicature vs. Entailment vs. Presupposition
111
+
- Implicature is possible to cancel, not the other two.
112
+
113
+
```java
114
+
DoesB have to be true regardless of the condition of A?
115
+
True:Presupposition
116
+
DoesB have to be trueifA is true?
117
+
True:Entailment
118
+
False:Implicature.
119
+
```
120
+
121
+
Entailment: B necessarily follows from A
122
+
Presupposition: Assumed background information
123
+
Implicature: Information you infer that is not necessarily explicit
0 commit comments