Blog

How to Track Chinese Measure Words (量词) in Notion

Measure words are where Chinese learners freeze mid-sentence. Here's a focused Notion setup to track 量词, link them to the nouns they pair with, and drill the ones you forget.

June 4, 20266 min read

Every intermediate Chinese learner has the same tell: when a measure word is needed, they pause, then say 个 and hope. 量词 (liàngcí) are deceptively hard because they're not optional and there's no shortcut — each noun has the classifier it wants, and you have to know which. The good news is this is a finite, very trackable problem, which makes it perfect for Notion. Here's a focused system to actually master measure words instead of defaulting to 个 forever.

Why measure words trip everyone up

In Chinese you can't just say "two books" — you need 两书, where 本 is the classifier for bound volumes. The pairing is often logical (本 for things you flip through, 张 for flat sheets, 条 for long thin things) but frequently just has to be memorized. Because the rules are fuzzy and the items are many, learners offload the whole problem onto 个 and quietly sound off. A small, structured tracker fixes this faster than anything else.

The Measure Words database

Create a database called 量词 / Measure Words. Each row is one classifier.

Properties:

  • Measure Word (title) — the 量词 itself, e.g. 张
  • Pinyin (text)
  • Category (text) — the rough rule, e.g. "flat objects"
  • Common Nouns (relation to your Vocabulary database — more on this below)
  • Example (text) — one full phrase, e.g. 一张桌子
  • Confidence (select: New / Learning / Solid)
  • Last Reviewed (date)

The Category field is doing quiet heavy lifting. Writing the rule in your own words — "long, thin, flexible things" for 条 — is what lets you generalize to nouns you haven't explicitly studied.

Linking measure words to nouns

This is the part that makes Notion better than a flashcard deck. Add a relation between your Measure Words database and your main Vocabulary database. For each classifier, link the nouns it pairs with.

Now it works in both directions:

  • Open 条 and you see every noun you know that uses it — 鱼, 路, 裤子, 河 — clustered together. Seeing them as a group teaches the underlying logic far better than memorizing pairs in isolation.
  • Open a noun like 桌子 in your vocabulary and a rollup can surface its correct measure word right there, so it travels with the word.

Surfacing the classifier on the noun side

On your Vocabulary database, add a rollup that pulls the Measure Word from the related classifier. Then every noun carries its 量词 with it — no more separate lookup, and no more reflexive 个.

A drill view for the ones you forget

The whole point is to attack the classifiers you don't reach for automatically. Add a date formula to flag review:

if(prop("Confidence") == "New", dateAdd(prop("Last Reviewed"), 1, "days"),
 if(prop("Confidence") == "Learning", dateAdd(prop("Last Reviewed"), 4, "days"),
 dateAdd(prop("Last Reviewed"), 21, "days")))

Compare to now() for a Due flag and build a Drill Today filtered view. The drill itself: cover the Common Nouns, look at the classifier, and try to recall three nouns it pairs with. Or go the other way — pick a noun and produce the right measure word out loud. Stamp Last Reviewed when done.

The fifteen that matter most

Don't try to catalog every classifier in existence — many are rare or formal. Front-load the high-frequency ones and you'll cover the vast majority of real speech:

  • 个 (general, the default)
  • 位 (people, polite)
  • 本 (bound volumes — books)
  • 张 (flat sheets — paper, tables, tickets)
  • 条 (long thin flexible things — fish, roads, pants)
  • 只 (animals, one of a pair)
  • 件 (clothing, matters, items)
  • 把 (things with handles)
  • 杯 / 瓶 / 碗 (containers — cups, bottles, bowls)
  • 辆 (vehicles)
  • 双 (pairs)
  • 块 (chunks, also money colloquially)
  • 种 (kinds, types)

Seed these first, link the nouns you already know, and let the database grow as you meet new ones in the wild.

The habit that fixes it

The reason this works where flashcards fail is the clustering. By forcing every noun to live next to its classifier and grouping nouns under each 量词, you stop memorizing isolated pairs and start internalizing the categories. After a few weeks of short drills, the right measure word starts arriving before you've consciously chosen it — which is the only real measure of success here. And the next time someone asks how many books you've read, you'll say 几 without the pause.

// Related Templates

Pair this article with

Chinese Grammar Notion Template
Master Mandarin Chinese grammar with a structured Notion system. This template organizes grammar points, patterns, and tricky cases into a clear, trackable framework. Key Features • Grammar Points Database: Every rule with examples and your own notes. • Pattern & Conjugation Tracker: Sentence patterns, measure words (量词), and tone-pair confidence. • Filtered Study Views: Surface what's due, weak, or mastered. • Progress Rollups: Watch your % learned grow as you go. 5 Primary Use Cases 1. Self-study Mandarin Chinese grammar systematically. 2. Prepare for exams with organized rules. 3. Track weak spots and review them on schedule. 4. Build a personal patterns library. 5. Keep grammar in one place instead of scattered apps. For learners who want Mandarin Chinese grammar organized, not chaotic.

$9.00

Learning
Track Chinese Measure Words (量词) in Notion