Skip to content

Commit 58d9512

Browse files
committed
Add 06-morphology.md
1 parent 695b123 commit 58d9512

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: 06 - Morphology
3+
date: 2025-05-28
4+
---
5+
6+
# Morphology
7+
8+
## What is morphology?
9+
Study of morphemes, smallest meaningful units in language.
10+
11+
### Morpheme vs. Phoneme
12+
Phonemes are contrastive units of sounds, do not carry any meaning on their own.
13+
14+
### Morpheme vs. Syllable
15+
A syllable is a prosodic unit based on sounds, not meaning.
16+
17+
### Morpheme vs. Word
18+
Both have meanings.
19+
- A word is a freestanding unit of meaning
20+
- can be simple, made up of a single morpheme
21+
- can be complex, made up of more than one morpheme.
22+
- Morphemes are meaningful units that can, but don't have to, stand on their own.
23+
24+
### Meaning of morphemes
25+
- Meaning of morpheme must be constant.
26+
- Some morphemes sharing the same form may have multiple meanings.
27+
28+
### Form of morphemes
29+
Sometimes, morphemes come in different forms, which is referred to as **allomorphs**.
30+
- Form of a morpheme may change based on phonotactic rules.
31+
- Other times, the different forms are remnants of older varieties of the language.
32+
- Despite the different realization, they are considered the same morpheme because the meaning is constant.
33+
34+
## Type of morphemes
35+
Not all morphemes are created equal.
36+
37+
### Language specific
38+
What's bound in one language can be free in another.
39+
40+
In English, most bound morphemes are affixes. Affixes are classified by where they attached to a word
41+
- **Prefixes** attach to the beginning of a word
42+
- **Suffixes** attach to the end of a word
43+
- **Infixes** go in the middle of a word
44+
- **Circumfixes** go around the word (on both sides)
45+
46+
### Roots vs. Stems
47+
- Morphologically complex words consist of a **root** and one or more affixes.
48+
- Some roots can stand along as a word.
49+
- Other roots cannot stand alone as a word (so-called bound roots)
50+
- When a root morpheme is combined with an affixm it forms a **stem**. Other affixes can be added to a stem to form a more complex stem.
51+
52+
## Morphological Analysis
53+
Perform morphological analysis to identify morphemes.
54+
Identify **recurring forms** with **recurring meanings**.
55+
56+
## Different types of words
57+
Content words (open class words):
58+
- Nouns
59+
- Verbs
60+
- Adjectives
61+
- Adverbs
62+
63+
Function words (close class words):
64+
- Conjunctions
65+
- Prepositions
66+
- Articles
67+
- Pronoun

notes/courses/LING-UA-1/index.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
"slug": "05-phonology",
2424
"title": "05 - Phonology",
2525
"date": "2025-05-27"
26+
},
27+
{
28+
"slug": "06-morphology",
29+
"title": "06 - Morphology",
30+
"date": "2025-05-28"
2631
}
2732
]

0 commit comments

Comments
 (0)