Chinese Classifier Usage Checker

Check whether the correct measure word is used with common Chinese nouns

Scans Chinese text for numeral-classifier-noun patterns (三本书, 一只狗) and flags likely measure-word (量词) mismatches against a lookup of the conventional classifier for common nouns.

What is a Chinese classifier?

A classifier or measure word (量词) is a word placed between a number and a noun, like the 本 in 三本书 (three books). Mandarin requires one whenever you count or point to a noun, and the conventional choice depends on the noun's shape or category.

Mandarin Chinese requires a measure word (量词) between a number and a noun, and the conventional choice depends on the noun. This checker scans your text for counted phrases and flags pairs where the measure word does not match the conventional classifier.

How it works

The checker walks the text looking for the pattern:

NUMERAL/DEMONSTRATIVE + CLASSIFIER + NOUN
   三 / 这 …            本 / 只 …      书 / 狗 …

When it finds a measure word that directly follows a numeral (一二三…, 0-9, 几, 两) or a demonstrative (这, 那, 哪, 每), it reads the next one or two characters as a candidate noun. If that noun is in its lookup table, it compares the measure word you used against the conventional one. A difference is flagged unless you used the generic 个, which is always accepted.

Tips and examples

三本书 (three books) is correct because 书 conventionally takes 本. 五匹书 would be flagged, because 匹 is the classifier for horses and bolts of cloth, not books. Common pairings worth memorising include 一只狗 (animals), 两条鱼 (long thin things), 一辆车 (vehicles), 一杯水 (cupfuls), and 一位老师 (polite, for people). The tool only knows common nouns, so unusual vocabulary is skipped rather than guessed.