Morphology for Linguistics Olympiad Preparation
(How words encode grammar — and how to reason it out)
構詞學研究的是:
一個「詞」裡面,哪些部分在表達語法或意義?
在語言學奧賽中,構詞學不是背名詞,而是回答這個問題:
哪些形式反覆出現?它們在什麼條件下出現?
💡 提示: 在解題時,注意觀察 重複出現的形式 和它們對應的 語法功能。
Morphology studies how words are internally structured and how grammatical meaning is encoded inside words. In Olympiad problems, morphology is about one core task:
Identifying which parts of a word do grammatical work, and under what conditions. Key idea:
A word is often not atomic
It is a structured object composed of:
You only need four concepts to solve most Olympiad morphology problems.
| Type | What it contributes | Function | Example |
|---|---|---|---|
| Lexical | “what kind of thing/action” | what it is | dog, run |
| Grammatical | number, tense, role, size | how it behaves | plural, past, diminutive |
Olympiad rule of thumb: If a piece only appears when the meaning changes in a systematic way, it is grammatical.
In many languages:
This allows reasoning even when you do not know the language.
同一語法意義(如複數)可能用:
💡 No affix ≠ no morphology.
A single grammatical meaning (e.g. plural) may be expressed by:
an affix
a sound change
reduplication
stem alternation
Do not assume morphology must “look clean”.
You do not need full typology. But knowing what kinds of systems exist prevents false assumptions.
| 類型 | 特徵 | Olympiad Implication |
|---|---|---|
| 孤立語 Isolating | 幾乎沒詞形變化 | 不要亂找 affix |
| 黏著語 Agglutinative | 一個語素一個功能 | 最好拆 |
| 屈折語 Fusional | 一個形式多功能 | 不要一對一假設 |
| 非串接 Non-concatenative | 音變/內部改變 | 看「變了什麼」 |
💡 Olympiad implication:
- Do not look for affixes everywhere — sometimes there are none.
Example pattern:
stem + plural + case
💡 Olympiad implication:
- Excellent for segmentation-based reasoning.
Example:
one ending = tense + person + number
💡 Olympiad implication:
- Do not expect one-to-one form–meaning mapping.
Grammar expressed by:
💡 Olympiad implication:
- If “nothing seems added”, check what changed.
Task: Identify recurring pieces and their meanings.
Key strategy:
Task: Generate a word you have never seen.
Key strategy:
Task: Explain why forms do not look uniform.
Key strategy:
Beginners often segment too much.
Minimal principle:
Example:
A “plural” marker that only appears with humans → plausible
A plural marker that randomly disappears → suspicious
Advanced Olympiad problems include controlled exceptions.
Correct reaction:
When facing a morphology problem, always ask:
If you can answer these five, you can solve the problem.
###(課堂實作區)
Seeing Morphology: “Words Are Not Atomic”
| Word | Meaning |
|---|---|
bata |
child |
bata-ko |
children |
luma |
house |
luma-ko |
houses |
-ko recurs only with plural meaningKey takeaway: Morphology starts with repetition + consistency, not terminology. Stop try to invent extra rules; Reinforce minimum necessary segmentation
Target level
Learning objective
| Word | Meaning |
|---|---|
| tap | stone |
| tap-im | stones |
| sun | tree |
| sun-um | trees |
| lak | road |
| lak-im | roads |
-im and -um are both plural markersNo semantic distinction
Distribution is predictable
| Word | Meaning |
|---|---|
| moro | dog |
| moro-ka | dogs |
| moro-ti | small dog |
| moro-ti-ka | small dogs |
| sena | cat |
| sena-ti | small cat |
-ka = plural-ti = diminutive (size/derivation)| Word | Meaning |
|---|---|
| kel | goat |
| kal | goats |
| pem | bird |
| pam | birds |
| tir | fish |
No added segment
Vowel alternation signals plural
Pattern: e → a
Prediction: tir → tar
Key takeaway: Absence of an affix is itself evidence.
Constraints, Zero Marking, Semantics
| Word | Meaning |
|---|---|
anu |
man |
anu-ka |
men |
isi |
woman |
isi-ka |
women |
poko |
stone |
poko |
stones |
luma |
house |
luma |
houses |
-ka marks plural only for humansanu-ti-ka (still human → plural applies)| Lab | Focus | Cognitive Skill |
|---|---|---|
| 1 | Segmentation | Pattern detection |
| 2 | Allomorphy | Conditioned variation |
| 3 | Function separation | Hypothesis discipline |
| 4 | Non-concatenative | Rule abstraction |
| 5 | Constraints & exceptions | System-level reasoning |
-ko = plural-im / -um-ka = plural-ti = diminutive (size)e → a-ka marks plural only for human nouns在 Markdown 文件中,你可以使用 HTML <span> 標籤配合 CSS 類來切換字體:
<span class="字體類名">要改變字體的內容</span>
| 類名 | 字體類型 | 用途 | 範例 |
|---|---|---|---|
.ming |
明体(衬线) | 正文、標題(預設) | <span class="ming">這是明體</span> |
.hei |
黑体(无衬线) | 強調、標題 | <span class="hei">這是黑體</span> |
.kai |
楷体 | 手寫風格、特殊說明 | <span class="kai">這是楷體</span> |
.fangsong |
仿宋 | 優雅風格 | <span class="fangsong">這是仿宋</span> |
.mono |
等寬字體 | 代碼、對齊 | <span class="mono">這是等寬</span> |
.english |
英文專用(Lato) | 英文內容(已全局設置,無需使用) | English Text |
.highlight |
淺灰高亮(行內) | 標記重點文字 | <span class="highlight">重要內容</span> |
.highlight-gray |
淺灰高亮(行內) | 標記重點文字 | <span class="highlight-gray">重要內容</span> |
.highlight-yellow |
黃色高亮(行內) | 標記重點文字 | <span class="highlight-yellow">重要內容</span> |
.highlight-blue |
藍色高亮(行內) | 標記重點文字 | <span class="highlight-blue">重要內容</span> |
.highlight-green |
綠色高亮(行內) | 標記重點文字 | <span class="highlight-green">重要內容</span> |
.highlight-block |
淺灰高亮(塊級) | 標記整段內容 | <div class="highlight-block">整段內容</div> |
.highlight-block-yellow |
黃色高亮(塊級) | 標記整段內容 | <div class="highlight-block-yellow">整段內容</div> |
.highlight-block-blue |
藍色高亮(塊級) | 標記整段內容 | <div class="highlight-block-blue">整段內容</div> |
可以同時使用多個類:
<span class="hei large">這是大號黑體</span>
<span class="kai italic">這是斜體楷體</span>
<span class="ming bold">這是粗體明體</span>
範例 1:強調重點
構詞學的核心概念是:<span class="hei">語素(morpheme)</span>。
範例 2:特殊說明
<span class="kai">注意:</span>這個規則僅適用於人類名詞。
範例 3:英文內容(使用 Lato 字體)
The term morphology comes from Greek.
範例 4:代碼或對齊
複數標記:<span class="mono">-ko</span>
範例 5:高亮背景(標記重點)
構詞學的核心是:<span class="highlight">語素(morpheme)</span>。
重點提示:<span class="highlight-yellow">這個規則很重要</span>。
注意事項:<span class="highlight-blue">請仔細閱讀</span>。
可用高亮顏色:
<span class="highlight"> 或 <span class="highlight-gray"> - 淺灰色(默認)<span class="highlight-yellow"> - 黃色<span class="highlight-blue"> - 藍色<span class="highlight-green"> - 綠色<span class="highlight-pink"> - 粉色<span class="highlight-orange"> - 橙色範例 6:塊級高亮(整段高亮)
<div class="highlight-block">
這是一整段需要高亮的內容。
可以包含多行文字。
適合用於重要說明、提示、注意事項等。
</div>
<div class="highlight-block-yellow">
⚠️ 重要提示:這是黃色塊級高亮
適合用於警告或重要提醒
</div>
<div class="highlight-block-blue">
💡 提示:這是藍色塊級高亮
適合用於一般提示或說明
</div>
可用塊級高亮顏色:
<div class="highlight-block"> 或 <div class="highlight-block-gray"> - 淺灰色(默認)<div class="highlight-block-yellow"> - 黃色<div class="highlight-block-blue"> - 藍色<div class="highlight-block-green"> - 綠色<div class="highlight-block-pink"> - 粉色<div class="highlight-block-orange"> - 橙色塊級高亮 vs 行內高亮:
<span class="highlight">):用於標記單詞或短句<div class="highlight-block">):用於標記整段內容,有更大的內邊距和左側邊框| 類別 | 說明 |
|------|------|
| 語素 | <span class="hei">最小的意義單位</span> |
| 詞根 | <span class="kai">詞彙核心</span> |
快速參考卡片
<span class="ming">文字</span> 或不標註<span class="hei">文字</span><span class="kai">文字</span><span class="mono">文字</span><span class="highlight">文字</span> 或 <span class="highlight-gray">文字</span><div class="highlight-block">整段內容</div> 或 <div class="highlight-block-yellow">整段內容</div>Markdown 預覽器(如 Typora、VS Code、GitHub 等)在渲染表格時,可能因為以下原因導致對齊問題:
字符寬度差異:
字體渲染差異:
表格解析差異:
確保表格格式正確:
每列之間必須有空格:
✅ 正確:| 列1 | 列2 | 列3 |
❌ 錯誤:| 列1|列2|列3 |
分隔線長度要一致:
✅ 正確:
| 類型 | 特徵 | 說明 |
| ---- | ---- | ---- |
❌ 錯誤:
| 類型 | 特徵 | 說明 |
| -- | ---- | - |
確保表格行開頭和結尾都有 |:
✅ 正確:| 內容 | 內容 |
❌ 錯誤:內容 | 內容
如果 Markdown 表格仍然無法對齊,直接使用 HTML 表格:
<table>
<thead>
<tr>
<th style="width: 30%;">類型</th>
<th style="width: 30%;">特徵</th>
<th style="width: 40%;">說明</th>
</tr>
</thead>
<tbody>
<tr>
<td>孤立語</td>
<td>幾乎沒詞形變化</td>
<td>不要亂找 affix</td>
</tr>
</tbody>
</table>
Typora:
VS Code:
Ctrl+Shift+V 預覽(比內建預覽器對齊更好)其他編輯器:
如果需要完全控制對齊,可以使用 HTML 表格:
<table>
<thead>
<tr>
<th style="width: 30%;">類型</th>
<th style="width: 30%;">特徵</th>
<th style="width: 40%;">Olympiad Implication</th>
</tr>
</thead>
<tbody>
<tr>
<td>孤立語 Isolating</td>
<td>幾乎沒詞形變化</td>
<td>不要亂找 affix</td>
</tr>
</tbody>
</table>
Typora:
VS Code:
Ctrl+Shift+V 預覽,對齊會更好GitHub:
檢查清單:
✅ 表格格式是否正確?
| 列1 | 列2 || ---- | ---- ||✅ 使用的編輯器/預覽器是什麼?
✅ CSS 樣式是否生效?
<style> 標籤中的 CSS 是否被應用✅ 表格內容是否過長?
已添加以下 CSS 優化:
table-layout: auto 自動調整列寬!important 確保樣式優先級display: table 確保正確渲染如果對齊問題持續存在,建議: