From 33377009d052dc55d006c78418a26630d2b130ee Mon Sep 17 00:00:00 2001 From: Stefan Hardegger Date: Fri, 21 Nov 2025 13:27:37 +0100 Subject: [PATCH] intialization --- CLAUDE.md | 11 +- HANZI-LEARNING-APP-SPECIFICATION.md | 146 +- README.md | 151 +- data/initialization/complete.json | 176885 +++++++++++++++++++ src/actions/admin.ts | 252 + src/app/(admin)/admin/import/page.tsx | 14 +- src/app/(admin)/admin/initialize/page.tsx | 305 + src/app/(app)/dashboard/page.tsx | 20 +- src/app/api/admin/initialize/route.ts | 330 + 9 files changed, 178062 insertions(+), 52 deletions(-) create mode 100644 data/initialization/complete.json create mode 100644 src/app/(admin)/admin/initialize/page.tsx create mode 100644 src/app/api/admin/initialize/route.ts diff --git a/CLAUDE.md b/CLAUDE.md index 470548b..fdf61dc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -48,7 +48,16 @@ The specification defines 12 milestones (weeks). You MUST: - Ask for approval before starting each new milestone - Report completion status for each milestone -**Current Milestone:** 1 +**Current Milestone:** 7 (Learning Interface) + +**Completed Milestones:** +- ✅ Milestone 1: Foundation (Next.js, Prisma, Docker, NextAuth) +- ✅ Milestone 2: Authentication (Register, login, preferences) +- ✅ Milestones 3-4: Data Import (JSON/CSV parsers, admin UI, 14 tests) + - **Enhancement**: Database initialization system with auto-collection creation +- ✅ Milestone 5: Collections (CRUD, add/remove hanzi, 21 tests) +- ✅ Milestone 5: Hanzi Search (Search page, detail view, 16 tests) +- ✅ Milestone 6: SM-2 Algorithm (Core algorithm, 38 tests, 100% coverage) ### Rule 2: Database Schema is Fixed diff --git a/HANZI-LEARNING-APP-SPECIFICATION.md b/HANZI-LEARNING-APP-SPECIFICATION.md index 24ca8f5..cd44ca2 100644 --- a/HANZI-LEARNING-APP-SPECIFICATION.md +++ b/HANZI-LEARNING-APP-SPECIFICATION.md @@ -335,42 +335,126 @@ simplified,traditional,pinyin,meaning,hsk_level,radical,frequency,pos,classifier ## 9. Development Milestones -### Week 1: Foundation -- Setup Next.js 16 project -- Configure Prisma + PostgreSQL -- Setup Docker Compose -- Create all data models -- Configure NextAuth.js +### Week 1: Foundation ✅ COMPLETE +- ✅ Setup Next.js 16 project +- ✅ Configure Prisma + PostgreSQL +- ✅ Setup Docker Compose +- ✅ Create all data models (18 models, 3 enums) +- ✅ Configure NextAuth.js +- ✅ Middleware for route protection +- ✅ All Prisma relations implemented +- ✅ Database migrations created +- ✅ Docker containers: nginx, app, postgres +- ✅ Build successful -### Week 2: Authentication -- Registration/login pages -- Middleware protection -- User preferences -- Integration tests +### Week 2: Authentication ✅ COMPLETE +- ✅ Registration/login pages +- ✅ Middleware protection +- ✅ User preferences (cardsPerSession, characterDisplay, hideEnglish) +- ✅ Integration tests (10 tests for auth, 8 tests for preferences) +- ✅ Server Actions: register, login, updatePreferences, getPreferences +- ✅ Zod validation for all inputs +- ✅ Password hashing with bcrypt +- ✅ Session management with NextAuth.js v5 +- ✅ Settings page with preferences form -### Week 3-4: Data Import -- Admin role middleware -- HSK JSON parser -- CSV parser -- Import UI and actions -- Test with real HSK data +### Week 3-4: Data Import ✅ COMPLETE +- ✅ Admin role middleware +- ✅ HSK JSON parser (`src/lib/import/json-parser.ts`) + - ✅ Support for complete-hsk-vocabulary format + - ✅ All transcription types (pinyin, numeric, wade-giles, zhuyin, ipa) + - ✅ Multi-character hanzi support + - ✅ HSK level mapping (new-1 through old-6) +- ✅ CSV parser (`src/lib/import/csv-parser.ts`) + - ✅ Flexible column mapping + - ✅ Comma-separated multi-values + - ✅ Complete field validation +- ✅ Import UI and actions + - ✅ File upload and paste textarea + - ✅ Update existing or skip duplicates + - ✅ Detailed results with line-level errors +- ✅ Test with real HSK data +- ✅ 14 passing integration tests +- ✅ Admin import page at /admin/import +- ✅ **Enhancement**: Database initialization system + - ✅ `getInitializationFiles()` Server Action to list available files + - ✅ Multi-file selection for batch initialization + - ✅ SSE API endpoint (`/api/admin/initialize`) for long-running operations + - ✅ Real-time progress updates via Server-Sent Events + - ✅ Progress bar showing percent, current/total, and operation message + - ✅ Auto-create HSK level collections from hanzi level attributes + - ✅ Auto-populate collections with corresponding hanzi + - ✅ Optional clean data mode (delete all existing data) + - ✅ Admin initialization page at /admin/initialize with SSE integration + - ✅ No timeouts: processes complete.json (11K+ hanzi) smoothly -### Week 5: Collections -- Collections CRUD -- Add/remove hanzi -- Global HSK collections +### Week 5: Collections ✅ COMPLETE +- ✅ Collections CRUD (Server Actions in `src/actions/collections.ts`) + - ✅ createCollection() + - ✅ getUserCollections() + - ✅ getCollectionById() + - ✅ updateCollection() + - ✅ deleteCollection() +- ✅ Add/remove hanzi + - ✅ addHanziToCollection() with multi-select + - ✅ removeHanziFromCollection() with bulk support + - ✅ Search & select interface + - ✅ Paste list interface (comma, space, newline separated) +- ✅ Global HSK collections + - ✅ isPublic flag for admin-created collections + - ✅ Read-only for regular users + - ✅ Full control for admins +- ✅ 21 passing integration tests +- ✅ Pages: /collections, /collections/[id], /collections/new +- ✅ Order preservation with orderIndex -### Week 5: Hanzi Search -- Search page -- Filters (HSK level) -- Hanzi detail view -- Pagination +### Week 5: Hanzi Search ✅ COMPLETE +- ✅ Search page (`/hanzi`) + - ✅ Query input for simplified, traditional, pinyin, meaning + - ✅ Case-insensitive search + - ✅ Multi-character support +- ✅ Filters (HSK level) + - ✅ 12 HSK levels (new-1 through new-6, old-1 through old-6) + - ✅ Dynamic filtering on hskLevels relation +- ✅ Hanzi detail view (`/hanzi/[id]`) + - ✅ Large character display + - ✅ All forms with isDefault indicator + - ✅ All transcriptions grouped by type + - ✅ All meanings with language codes + - ✅ HSK level badges, parts of speech + - ✅ Classifiers, radical, frequency + - ✅ Add to collection button with modal +- ✅ Pagination + - ✅ 20 results per page + - ✅ hasMore indicator (limit+1 pattern) + - ✅ Previous/Next controls +- ✅ 16 passing integration tests +- ✅ Public access (no authentication required) +- ✅ Server Actions: searchHanzi(), getHanzi(), getHanziBySimplified() -### Week 6: SM-2 Algorithm -- Implement algorithm -- Card selection logic -- Progress tracking -- Unit tests (90%+ coverage) +### Week 6: SM-2 Algorithm ✅ COMPLETE +- ✅ Implement algorithm (`src/lib/learning/sm2.ts`) + - ✅ calculateCorrectAnswer() with exact formulas + - ✅ calculateIncorrectAnswer() with exact formulas + - ✅ Initial values: easeFactor=2.5, interval=1, consecutiveCorrect=0 + - ✅ Correct answer intervals: 1, 6, then interval × easeFactor + - ✅ Incorrect answer: reset to 1 day, decrease easeFactor +- ✅ Card selection logic + - ✅ selectCardsForSession() with priority sorting + - ✅ Filter SUSPENDED cards + - ✅ Priority: HARD > NORMAL > EASY + - ✅ Sort: nextReviewDate ASC, incorrectCount DESC, consecutiveCorrect ASC +- ✅ Wrong answer generation + - ✅ generateWrongAnswers() selects 3 from same HSK level + - ✅ Fisher-Yates shuffle for randomization + - ✅ shuffleOptions() for answer position randomization +- ✅ Unit tests (38 tests, 100% coverage) + - ✅ Test all calculation formulas + - ✅ Test edge cases (minimum easeFactor, large intervals, etc.) + - ✅ Test card selection with all sorting criteria + - ✅ Test wrong answer generation + - ✅ 100% statement and line coverage + - ✅ 94.11% branch coverage (exceeds 90% requirement) ### Week 7-8: Learning Interface - Learning session pages diff --git a/README.md b/README.md index 84c2d27..be6798f 100644 --- a/README.md +++ b/README.md @@ -112,19 +112,144 @@ Implement ALL models exactly as specified in the Prisma schema. ## 📊 Development Milestones -| Week | Milestone | Focus | -|------|-----------|-------| -| 1 | Foundation | Setup project, Docker, Prisma schema | -| 2 | Authentication | User registration, login, preferences | -| 3-4 | Data Import | Admin imports HSK data (JSON/CSV) | -| 5 | Collections | User collections + global HSK collections | -| 5 | Hanzi Search | Search interface and detail views | -| 6 | SM-2 Algorithm | Core learning algorithm + tests | -| 7-8 | Learning UI | Learning session interface | -| 9 | Dashboard | Progress tracking and visualizations | -| 10 | UI Polish | Responsive design, dark mode | -| 11 | Testing & Docs | Complete test coverage | -| 12 | Deployment | Production deployment + data import | +| Week | Milestone | Focus | Status | +|------|-----------|-------|--------| +| 1 | Foundation | Setup project, Docker, Prisma schema | ✅ Complete | +| 2 | Authentication | User registration, login, preferences | ✅ Complete | +| 3-4 | Data Import | Admin imports HSK data (JSON/CSV) | ✅ Complete | +| 5 | Collections | User collections + global HSK collections | ✅ Complete | +| 5 | Hanzi Search | Search interface and detail views | ✅ Complete | +| 6 | SM-2 Algorithm | Core learning algorithm + tests | ✅ Complete | +| 7-8 | Learning UI | Learning session interface | 🔄 Next | +| 9 | Dashboard | Progress tracking and visualizations | | +| 10 | UI Polish | Responsive design, dark mode | | +| 11 | Testing & Docs | Complete test coverage | | +| 12 | Deployment | Production deployment + data import | | + +### ✅ Milestone 3 Completed Features + +**Data Import System:** +- ✅ HSK JSON parser supporting complete-hsk-vocabulary format +- ✅ CSV parser with flexible column mapping +- ✅ Admin import page with file upload and paste functionality +- ✅ Update existing entries or skip duplicates option +- ✅ Detailed import results with success/failure counts and line-level errors +- ✅ Format validation and error reporting +- ✅ Support for multi-character hanzi (words like 中国) +- ✅ All transcription types (pinyin, numeric, wade-giles, zhuyin, ipa) +- ✅ 14 passing integration tests for both JSON and CSV parsers + +**Database Initialization System:** +- ✅ Multi-file selection for batch initialization +- ✅ Real-time progress updates via Server-Sent Events (SSE) +- ✅ Progress bar showing current operation and percentage +- ✅ Automatic HSK level collection creation +- ✅ Auto-populate collections with hanzi based on level attribute +- ✅ Optional clean data mode (delete all existing data before import) +- ✅ Comprehensive statistics: hanzi imported, collections created, items added +- ✅ Admin initialization page at /admin/initialize +- ✅ SSE API route at /api/admin/initialize for long-running operations + +**Files Created:** +- `src/lib/import/json-parser.ts` - HSK JSON format parser +- `src/lib/import/csv-parser.ts` - CSV format parser +- `src/lib/import/json-parser.test.ts` - JSON parser tests +- `src/lib/import/csv-parser.test.ts` - CSV parser tests +- `src/actions/admin.ts` - Admin-only import and initialization actions +- `src/actions/admin.integration.test.ts` - Admin action tests +- `src/app/(admin)/admin/import/page.tsx` - Import UI +- `src/app/(admin)/admin/initialize/page.tsx` - Initialization UI with SSE progress +- `src/app/api/admin/initialize/route.ts` - SSE API endpoint for real-time progress + +### ✅ Milestone 4 Completed Features + +**Collections Management:** +- ✅ Complete CRUD operations for collections (create, read, update, delete) +- ✅ Global HSK collections (admin-created, read-only for users) +- ✅ User personal collections (full control) +- ✅ Add hanzi to collections via: + - Search & multi-select with checkboxes + - Paste list (comma, space, or newline separated) + - Create collection with hanzi list +- ✅ Remove hanzi (individual and bulk selection) +- ✅ Collection detail view with hanzi list +- ✅ Order preservation for added hanzi +- ✅ Duplicate detection and validation +- ✅ 21 passing integration tests + +**Files Created:** +- `src/actions/collections.ts` - Collection Server Actions +- `src/actions/collections.integration.test.ts` - Complete test suite +- `src/app/(app)/collections/page.tsx` - Collections list page +- `src/app/(app)/collections/[id]/page.tsx` - Collection detail page +- `src/app/(app)/collections/new/page.tsx` - Create collection page + +### ✅ Milestone 5 Completed Features + +**Hanzi Search & Detail Views:** +- ✅ Public hanzi search (no authentication required) +- ✅ Search by simplified, traditional, pinyin, or meaning +- ✅ HSK level filtering (12 levels: new-1 through new-6, old-1 through old-6) +- ✅ Pagination with hasMore indicator (20 results per page) +- ✅ Comprehensive detail view showing: + - All forms (simplified, traditional with isDefault indicator) + - All transcriptions (pinyin, numeric, wade-giles, etc.) + - All meanings with language codes + - HSK level badges + - Parts of speech + - Classifiers, radical, frequency +- ✅ Add to collection from detail page +- ✅ 16 passing integration tests + +**Files Created:** +- `src/actions/hanzi.ts` - Public hanzi search actions +- `src/app/(app)/hanzi/page.tsx` - Search page with filters +- `src/app/(app)/hanzi/[id]/page.tsx` - Detail page with all data +- `src/actions/hanzi.integration.test.ts` - Complete test suite + +**Key Features:** +- searchHanzi(): Fuzzy search across simplified, traditional, pinyin, and meanings +- HSK level filtering for targeted vocabulary +- Pagination with hasMore indicator for infinite scroll support +- Complete hanzi data display including rare transcription types +- Direct integration with collections (add from detail page) + +### ✅ Milestone 6 Completed Features + +**SM-2 Algorithm Implementation:** +- ✅ Core SM-2 spaced repetition algorithm following SuperMemo specification +- ✅ Exact formulas for correct and incorrect answer calculations +- ✅ Initial values: easeFactor=2.5, interval=1, consecutiveCorrect=0 +- ✅ Correct answer logic: + - First correct: interval = 1 day + - Second correct: interval = 6 days + - Third+ correct: interval = Math.round(interval × easeFactor) + - Increase easeFactor by 0.1 with each correct answer +- ✅ Incorrect answer logic: + - Reset interval to 1 day + - Reset consecutiveCorrect to 0 + - Decrease easeFactor by 0.2 (minimum 1.3) + - Increment incorrectCount +- ✅ Card selection algorithm: + - Filter out SUSPENDED cards + - Select due cards (nextReviewDate ≤ now) + - Priority: HARD > NORMAL > EASY + - Sort by: nextReviewDate ASC, incorrectCount DESC, consecutiveCorrect ASC + - Limit to cardsPerSession +- ✅ Wrong answer generation with Fisher-Yates shuffle +- ✅ 38 passing unit tests with 100% statement and line coverage +- ✅ 94.11% branch coverage (exceeds 90% requirement) + +**Files Created:** +- `src/lib/learning/sm2.ts` - Core algorithm implementation +- `src/lib/learning/sm2.test.ts` - Comprehensive unit tests + +**Functions Implemented:** +- `calculateCorrectAnswer()` - Update progress for correct answers +- `calculateIncorrectAnswer()` - Update progress for incorrect answers +- `selectCardsForSession()` - Select due cards with priority sorting +- `generateWrongAnswers()` - Generate 3 incorrect options from same HSK level +- `shuffleOptions()` - Fisher-Yates shuffle for randomizing answer positions ## 🎨 Naming Conventions diff --git a/data/initialization/complete.json b/data/initialization/complete.json new file mode 100644 index 0000000..d17daeb --- /dev/null +++ b/data/initialization/complete.json @@ -0,0 +1,176885 @@ +[ { "simplified" : "阿拉伯语", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 27202, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "阿拉伯語", + "transcriptions" : { "pinyin" : "Ā lā bó yǔ", + "numeric" : "A1 la1 bo2 yu3", + "wadegiles" : "a¹ la¹ po² yü³", + "bopomofo" : "ㄚ ㄌㄚ ㄅㄛˊ ㄩˇ", + "romatzyh" : "a lha bor yeu" }, + "meanings" : [ "Arabic (language)" ], + "classifiers" : [] } ] }, + { "simplified" : "阿姨", + "radical" : "阝", + "level" : [ "new-4", "old-3" ], + "frequency" : 4355, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "阿姨", + "transcriptions" : { "pinyin" : "ā yí", + "numeric" : "a1 yi2", + "wadegiles" : "a¹ i²", + "bopomofo" : "ㄚ ㄧˊ", + "romatzyh" : "a yi" }, + "meanings" : [ "maternal aunt", + "step-mother", + "childcare worker", + "nursemaid", + "woman of similar age to one's parents (term of address used by child)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "呵", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 5230, + "pos" : [ "y", "e", "v" ], + "forms" : [ { "traditional" : "呵", + "transcriptions" : { "pinyin" : "ā", + "numeric" : "a1", + "wadegiles" : "a¹", + "bopomofo" : "ㄚ", + "romatzyh" : "a" }, + "meanings" : [ "variant of 啊" ], + "classifiers" : [] }, + { "traditional" : "呵", + "transcriptions" : { "pinyin" : "hē", + "numeric" : "he1", + "wadegiles" : "ho¹", + "bopomofo" : "ㄏㄜ", + "romatzyh" : "he" }, + "meanings" : [ "expel breath", "my goodness" ], + "classifiers" : [] } ] }, + { "simplified" : "呵护", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 13381, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "呵護", + "transcriptions" : { "pinyin" : "hē hù", + "numeric" : "he1 hu4", + "wadegiles" : "ho¹ hu⁴", + "bopomofo" : "ㄏㄜ ㄏㄨˋ", + "romatzyh" : "he huh" }, + "meanings" : [ "to bless", + "to cherish", + "to take good care of", + "to conserve" ], + "classifiers" : [] } ] }, + { "simplified" : "啊", + "radical" : "口", + "level" : [ "new-2", "old-3" ], + "frequency" : 47, + "pos" : [ "y", "e" ], + "forms" : [ { "traditional" : "啊", + "transcriptions" : { "pinyin" : "ā", + "numeric" : "a1", + "wadegiles" : "a¹", + "bopomofo" : "ㄚ", + "romatzyh" : "a" }, + "meanings" : [ "interjection of surprise", + "Ah!", + "Oh!" ], + "classifiers" : [] }, + { "traditional" : "啊", + "transcriptions" : { "pinyin" : "á", + "numeric" : "a2", + "wadegiles" : "a²", + "bopomofo" : "ㄚˊ", + "romatzyh" : "ar" }, + "meanings" : [ "interjection expressing doubt or requiring answer", + "Eh?", + "what?" ], + "classifiers" : [] }, + { "traditional" : "啊", + "transcriptions" : { "pinyin" : "ǎ", + "numeric" : "a3", + "wadegiles" : "a³", + "bopomofo" : "ㄚˇ", + "romatzyh" : "aa" }, + "meanings" : [ "interjection of surprise or doubt", + "Eh?", + "My!", + "what's up?" ], + "classifiers" : [] }, + { "traditional" : "啊", + "transcriptions" : { "pinyin" : "à", + "numeric" : "a4", + "wadegiles" : "a⁴", + "bopomofo" : "ㄚˋ", + "romatzyh" : "ah" }, + "meanings" : [ "interjection or grunt of agreement", + "uhm", + "Ah, OK", + "expression of recognition", + "Oh, it's you!" ], + "classifiers" : [] }, + { "traditional" : "啊", + "transcriptions" : { "pinyin" : "a", + "numeric" : "a5", + "wadegiles" : "a", + "bopomofo" : "a", + "romatzyh" : "a" }, + "meanings" : [ "modal particle ending sentence, showing affirmation, approval, or consent" ], + "classifiers" : [] } ] }, + { "simplified" : "哎", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 2092, + "pos" : [ "e" ], + "forms" : [ { "traditional" : "哎", + "transcriptions" : { "pinyin" : "āi", + "numeric" : "ai1", + "wadegiles" : "ai¹", + "bopomofo" : "ㄞ", + "romatzyh" : "ai" }, + "meanings" : [ "hey!", + "(interjection used to attract attention or to express surprise or disapprobation)" ], + "classifiers" : [] } ] }, + { "simplified" : "哎呀", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 4772, + "pos" : [ "e" ], + "forms" : [ { "traditional" : "哎呀", + "transcriptions" : { "pinyin" : "āi yā", + "numeric" : "ai1 ya1", + "wadegiles" : "ai¹ ya¹", + "bopomofo" : "ㄞ ㄧㄚ", + "romatzyh" : "ai ia" }, + "meanings" : [ "interjection of wonder, shock or admiration" ], + "classifiers" : [] } ] }, + { "simplified" : "哎哟", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 7054, + "pos" : [ "e" ], + "forms" : [ { "traditional" : "哎喲", + "transcriptions" : { "pinyin" : "āi yō", + "numeric" : "ai1 yo1", + "wadegiles" : "ai¹ yo¹", + "bopomofo" : "ㄞ ㄧㄛ", + "romatzyh" : "ai io" }, + "meanings" : [ "hey", + "ow", + "ouch", + "interjection of pain or surprise" ], + "classifiers" : [] } ] }, + { "simplified" : "哀求", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 19304, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "哀求", + "transcriptions" : { "pinyin" : "āi qiú", + "numeric" : "ai1 qiu2", + "wadegiles" : "ai¹ ch'iu²", + "bopomofo" : "ㄞ ㄑㄧㄡˊ", + "romatzyh" : "ai chyou" }, + "meanings" : [ "to entreat", + "to implore", + "to plead" ], + "classifiers" : [] } ] }, + { "simplified" : "唉", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2512, + "pos" : [ "e" ], + "forms" : [ { "traditional" : "唉", + "transcriptions" : { "pinyin" : "āi", + "numeric" : "ai1", + "wadegiles" : "ai¹", + "bopomofo" : "ㄞ", + "romatzyh" : "ai" }, + "meanings" : [ "interjection or grunt of agreement or recognition (e.g. yes, it's me!)", + "to sigh" ], + "classifiers" : [] }, + { "traditional" : "唉", + "transcriptions" : { "pinyin" : "ài", + "numeric" : "ai4", + "wadegiles" : "ai⁴", + "bopomofo" : "ㄞˋ", + "romatzyh" : "ay" }, + "meanings" : [ "alas", "oh dear" ], + "classifiers" : [] } ] }, + { "simplified" : "挨", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 5720, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挨", + "transcriptions" : { "pinyin" : "āi", + "numeric" : "ai1", + "wadegiles" : "ai¹", + "bopomofo" : "ㄞ", + "romatzyh" : "ai" }, + "meanings" : [ "in order; in sequence", + "close to; adjacent to" ], + "classifiers" : [] }, + { "traditional" : "挨", + "transcriptions" : { "pinyin" : "ái", + "numeric" : "ai2", + "wadegiles" : "ai²", + "bopomofo" : "ㄞˊ", + "romatzyh" : "air" }, + "meanings" : [ "to suffer; to endure", + "to pull through (hard times)", + "to delay; to stall; to play for time; to dawdle" ], + "classifiers" : [] } ] }, + { "simplified" : "挨打", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 15204, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挨打", + "transcriptions" : { "pinyin" : "ái dǎ", + "numeric" : "ai2 da3", + "wadegiles" : "ai² ta³", + "bopomofo" : "ㄞˊ ㄉㄚˇ", + "romatzyh" : "air daa" }, + "meanings" : [ "to take a beating", + "to get thrashed", + "to come under attack" ], + "classifiers" : [] } ] }, + { "simplified" : "挨家挨户", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 26236, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "挨家挨戶", + "transcriptions" : { "pinyin" : "āi jiā āi hù", + "numeric" : "ai1 jia1 ai1 hu4", + "wadegiles" : "ai¹ chia¹ ai¹ hu⁴", + "bopomofo" : "ㄞ ㄐㄧㄚ ㄞ ㄏㄨˋ", + "romatzyh" : "ai jia ai huh" }, + "meanings" : [ "to go from house to house" ], + "classifiers" : [] } ] }, + { "simplified" : "挨着", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 11185, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挨著", + "transcriptions" : { "pinyin" : "āi zhe", + "numeric" : "ai1 zhe5", + "wadegiles" : "ai¹ zhe", + "bopomofo" : "ㄞ zhe", + "romatzyh" : "ai zhe" }, + "meanings" : [ "near" ], + "classifiers" : [] } ] }, + { "simplified" : "癌", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 6175, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "癌", + "transcriptions" : { "pinyin" : "ái", + "numeric" : "ai2", + "wadegiles" : "ai²", + "bopomofo" : "ㄞˊ", + "romatzyh" : "air" }, + "meanings" : [ "cancer", + "carcinoma", + "also pr. [yán]" ], + "classifiers" : [] } ] }, + { "simplified" : "癌症", + "radical" : "疒", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4759, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "癌症", + "transcriptions" : { "pinyin" : "ái zhèng", + "numeric" : "ai2 zheng4", + "wadegiles" : "ai² cheng⁴", + "bopomofo" : "ㄞˊ ㄓㄥˋ", + "romatzyh" : "air jenq" }, + "meanings" : [ "cancer" ], + "classifiers" : [] } ] }, + { "simplified" : "矮", + "radical" : "矢", + "level" : [ "new-4", "old-3" ], + "frequency" : 3952, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "矮", + "transcriptions" : { "pinyin" : "ǎi", + "numeric" : "ai3", + "wadegiles" : "ai³", + "bopomofo" : "ㄞˇ", + "romatzyh" : "ae" }, + "meanings" : [ "low", "short (in length)" ], + "classifiers" : [] } ] }, + { "simplified" : "矮小", + "radical" : "矢", + "level" : [ "new-4" ], + "frequency" : 21508, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "矮小", + "transcriptions" : { "pinyin" : "ǎi xiǎo", + "numeric" : "ai3 xiao3", + "wadegiles" : "ai³ hsiao³", + "bopomofo" : "ㄞˇ ㄒㄧㄠˇ", + "romatzyh" : "ae sheau" }, + "meanings" : [ "short and small", + "low and small", + "undersized" ], + "classifiers" : [] } ] }, + { "simplified" : "艾滋病", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 6270, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "艾滋病", + "transcriptions" : { "pinyin" : "ài zī bìng", + "numeric" : "ai4 zi1 bing4", + "wadegiles" : "ai⁴ tzu¹ ping⁴", + "bopomofo" : "ㄞˋ ㄗ ㄅㄧㄥˋ", + "romatzyh" : "ay tzy binq" }, + "meanings" : [ "AIDS (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "爱", + "radical" : "爫", + "level" : [ "new-1", "old-1" ], + "frequency" : 130, + "pos" : [ "v", "vn", "b" ], + "forms" : [ { "traditional" : "愛", + "transcriptions" : { "pinyin" : "ài", + "numeric" : "ai4", + "wadegiles" : "ai⁴", + "bopomofo" : "ㄞˋ", + "romatzyh" : "ay" }, + "meanings" : [ "to love; to be fond of; to like", + "affection", + "to be inclined (to do sth); to tend to (happen)" ], + "classifiers" : [] } ] }, + { "simplified" : "爱不释手", + "radical" : "爫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26355, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "愛不釋手", + "transcriptions" : { "pinyin" : "ài bù shì shǒu", + "numeric" : "ai4 bu4 shi4 shou3", + "wadegiles" : "ai⁴ pu⁴ shih⁴ shou³", + "bopomofo" : "ㄞˋ ㄅㄨˋ ㄕˋ ㄕㄡˇ", + "romatzyh" : "ay buh shyh shoou" }, + "meanings" : [ "(idiom) to like sth so much that one is reluctant to put it down; to find sth utterly irresistible" ], + "classifiers" : [] } ] }, + { "simplified" : "爱戴", + "radical" : "爫", + "level" : [ "old-6" ], + "frequency" : 15369, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "愛戴", + "transcriptions" : { "pinyin" : "ài dài", + "numeric" : "ai4 dai4", + "wadegiles" : "ai⁴ tai⁴", + "bopomofo" : "ㄞˋ ㄉㄞˋ", + "romatzyh" : "ay day" }, + "meanings" : [ "to love and respect", + "love and respect" ], + "classifiers" : [] } ] }, + { "simplified" : "爱国", + "radical" : "爫", + "level" : [ "new-4" ], + "frequency" : 7528, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "愛國", + "transcriptions" : { "pinyin" : "ài guó", + "numeric" : "ai4 guo2", + "wadegiles" : "ai⁴ kuo²", + "bopomofo" : "ㄞˋ ㄍㄨㄛˊ", + "romatzyh" : "ay gwo" }, + "meanings" : [ "to love one's country", + "patriotic" ], + "classifiers" : [] } ] }, + { "simplified" : "爱好", + "radical" : "爫", + "level" : [ "new-1", "old-3" ], + "frequency" : 4902, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "愛好", + "transcriptions" : { "pinyin" : "ài hào", + "numeric" : "ai4 hao4", + "wadegiles" : "ai⁴ hao⁴", + "bopomofo" : "ㄞˋ ㄏㄠˋ", + "romatzyh" : "ay haw" }, + "meanings" : [ "to like; to be fond of; to take pleasure in; to be keen on", + "interest; hobby" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "爱护", + "radical" : "爫", + "level" : [ "new-4", "old-5" ], + "frequency" : 10522, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "愛護", + "transcriptions" : { "pinyin" : "ài hù", + "numeric" : "ai4 hu4", + "wadegiles" : "ai⁴ hu⁴", + "bopomofo" : "ㄞˋ ㄏㄨˋ", + "romatzyh" : "ay huh" }, + "meanings" : [ "to cherish", + "to treasure", + "to take care of", + "to love and protect" ], + "classifiers" : [] } ] }, + { "simplified" : "爱理不理", + "radical" : "爫", + "level" : [ "new-7+" ], + "frequency" : 69479, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "愛理不理", + "transcriptions" : { "pinyin" : "ài lǐ bù lǐ", + "numeric" : "ai4 li3 bu4 li3", + "wadegiles" : "ai⁴ li³ pu⁴ li³", + "bopomofo" : "ㄞˋ ㄌㄧˇ ㄅㄨˋ ㄌㄧˇ", + "romatzyh" : "ay lii buh lii" }, + "meanings" : [ "(idiom) standoffish; indifferent" ], + "classifiers" : [] } ] }, + { "simplified" : "爱面子", + "radical" : "爫", + "level" : [ "new-7+" ], + "frequency" : 44438, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "愛面子", + "transcriptions" : { "pinyin" : "ài miàn zi", + "numeric" : "ai4 mian4 zi5", + "wadegiles" : "ai⁴ mien⁴ zi", + "bopomofo" : "ㄞˋ ㄇㄧㄢˋ zi", + "romatzyh" : "ay miann zi" }, + "meanings" : [ "to like to look good in the eyes of others; sensitive about how one is regarded by others; proud" ], + "classifiers" : [] } ] }, + { "simplified" : "爱情", + "radical" : "爫", + "level" : [ "new-2", "old-4" ], + "frequency" : 1164, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "愛情", + "transcriptions" : { "pinyin" : "ài qíng", + "numeric" : "ai4 qing2", + "wadegiles" : "ai⁴ ch'ing²", + "bopomofo" : "ㄞˋ ㄑㄧㄥˊ", + "romatzyh" : "ay chyng" }, + "meanings" : [ "romance; love (romantic)" ], + "classifiers" : [ "份" ] } ] }, + { "simplified" : "爱人", + "radical" : "爫", + "level" : [ "new-2" ], + "frequency" : 4365, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "愛人", + "transcriptions" : { "pinyin" : "ài ren", + "numeric" : "ai4 ren5", + "wadegiles" : "ai⁴ ren", + "bopomofo" : "ㄞˋ ren", + "romatzyh" : "ay ren" }, + "meanings" : [ "spouse (PRC)", "lover (non-PRC)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "爱惜", + "radical" : "爫", + "level" : [ "new-7+", "old-5" ], + "frequency" : 20535, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "愛惜", + "transcriptions" : { "pinyin" : "ài xī", + "numeric" : "ai4 xi1", + "wadegiles" : "ai⁴ hsi¹", + "bopomofo" : "ㄞˋ ㄒㄧ", + "romatzyh" : "ay shi" }, + "meanings" : [ "to cherish", + "to treasure", + "to use sparingly" ], + "classifiers" : [] } ] }, + { "simplified" : "爱心", + "radical" : "爫", + "level" : [ "new-3", "old-5" ], + "frequency" : 5809, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "愛心", + "transcriptions" : { "pinyin" : "ài xīn", + "numeric" : "ai4 xin1", + "wadegiles" : "ai⁴ hsin¹", + "bopomofo" : "ㄞˋ ㄒㄧㄣ", + "romatzyh" : "ay shin" }, + "meanings" : [ "compassion", + "kindness", + "care for others", + "love", + "charity (bazaar, golf day etc)", + "heart (the symbol ♥)" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "碍事", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 34045, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "礙事", + "transcriptions" : { "pinyin" : "ài shì", + "numeric" : "ai4 shi4", + "wadegiles" : "ai⁴ shih⁴", + "bopomofo" : "ㄞˋ ㄕˋ", + "romatzyh" : "ay shyh" }, + "meanings" : [ "to be in the way; to be a hindrance", + "(usu. in the negative) to be of consequence; to matter" ], + "classifiers" : [] } ] }, + { "simplified" : "暧昧", + "radical" : "日", + "level" : [ "old-6" ], + "frequency" : 11523, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "曖昧", + "transcriptions" : { "pinyin" : "ài mèi", + "numeric" : "ai4 mei4", + "wadegiles" : "ai⁴ mei⁴", + "bopomofo" : "ㄞˋ ㄇㄟˋ", + "romatzyh" : "ay mey" }, + "meanings" : [ "vague", + "ambiguous", + "equivocal", + "dubious" ], + "classifiers" : [] } ] }, + { "simplified" : "安", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 1506, + "pos" : [ "v", "g", "nr", "b", "r" ], + "forms" : [ { "traditional" : "安", + "transcriptions" : { "pinyin" : "Ān", + "numeric" : "An1", + "wadegiles" : "an¹", + "bopomofo" : "ㄢ", + "romatzyh" : "an" }, + "meanings" : [ "surname An" ], + "classifiers" : [] }, + { "traditional" : "安", + "transcriptions" : { "pinyin" : "ān", + "numeric" : "an1", + "wadegiles" : "an¹", + "bopomofo" : "ㄢ", + "romatzyh" : "an" }, + "meanings" : [ "(bound form) calm; peaceful", + "to calm; to set at ease", + "safe; secure; in good health", + "content; satisfied (as in 安于)", + "to place (sb) in a suitable position (job)", + "to install; to fix; to fit", + "to bring (a charge against sb)", + "to harbor (certain intentions)", + "ampere (abbr. for 培)" ], + "classifiers" : [] } ] }, + { "simplified" : "安定", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 7377, + "pos" : [ "a", "an", "v" ], + "forms" : [ { "traditional" : "安定", + "transcriptions" : { "pinyin" : "Ān dìng", + "numeric" : "An1 ding4", + "wadegiles" : "an¹ ting⁴", + "bopomofo" : "ㄢ ㄉㄧㄥˋ", + "romatzyh" : "an dinq" }, + "meanings" : [ "Anting township in Tainan county 台南县, Taiwan" ], + "classifiers" : [] }, + { "traditional" : "安定", + "transcriptions" : { "pinyin" : "ān dìng", + "numeric" : "an1 ding4", + "wadegiles" : "an¹ ting⁴", + "bopomofo" : "ㄢ ㄉㄧㄥˋ", + "romatzyh" : "an dinq" }, + "meanings" : [ "stable; calm; settled", + "to stabilize", + "Valium; diazepam" ], + "classifiers" : [] } ] }, + { "simplified" : "安抚", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 12099, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "安撫", + "transcriptions" : { "pinyin" : "ān fǔ", + "numeric" : "an1 fu3", + "wadegiles" : "an¹ fu³", + "bopomofo" : "ㄢ ㄈㄨˇ", + "romatzyh" : "an fuu" }, + "meanings" : [ "to placate", + "to pacify", + "to appease" ], + "classifiers" : [] } ] }, + { "simplified" : "安检", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 13665, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "安檢", + "transcriptions" : { "pinyin" : "ān jiǎn", + "numeric" : "an1 jian3", + "wadegiles" : "an¹ chien³", + "bopomofo" : "ㄢ ㄐㄧㄢˇ", + "romatzyh" : "an jean" }, + "meanings" : [ "security check (abbr. for 安全检查)", + "to do a security check" ], + "classifiers" : [] } ] }, + { "simplified" : "安静", + "radical" : "宀", + "level" : [ "new-2", "old-3" ], + "frequency" : 2501, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "安靜", + "transcriptions" : { "pinyin" : "ān jìng", + "numeric" : "an1 jing4", + "wadegiles" : "an¹ ching⁴", + "bopomofo" : "ㄢ ㄐㄧㄥˋ", + "romatzyh" : "an jinq" }, + "meanings" : [ "quiet", "peaceful", "calm" ], + "classifiers" : [] } ] }, + { "simplified" : "安居乐业", + "radical" : "宀", + "level" : [ "old-6" ], + "frequency" : 29270, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "安居樂業", + "transcriptions" : { "pinyin" : "ān jū lè yè", + "numeric" : "an1 ju1 le4 ye4", + "wadegiles" : "an¹ chü¹ le⁴ yeh⁴", + "bopomofo" : "ㄢ ㄐㄩ ㄌㄜˋ ㄧㄝˋ", + "romatzyh" : "an jiu leh yeh" }, + "meanings" : [ "to live in peace and work happily (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "安眠药", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 16000, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "安眠藥", + "transcriptions" : { "pinyin" : "ān mián yào", + "numeric" : "an1 mian2 yao4", + "wadegiles" : "an¹ mien² yao⁴", + "bopomofo" : "ㄢ ㄇㄧㄢˊ ㄧㄠˋ", + "romatzyh" : "an mian yaw" }, + "meanings" : [ "sleeping pill" ], + "classifiers" : [ "粒" ] } ] }, + { "simplified" : "安宁", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9417, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "安寧", + "transcriptions" : { "pinyin" : "Ān níng", + "numeric" : "An1 ning2", + "wadegiles" : "an¹ ning²", + "bopomofo" : "ㄢ ㄋㄧㄥˊ", + "romatzyh" : "an ning" }, + "meanings" : [ "Anning District of Lanzhou City 兰州市, Gansu", + "Anning City, to the west of Kunming 明, Yunnan" ], + "classifiers" : [] }, + { "traditional" : "安寧", + "transcriptions" : { "pinyin" : "ān níng", + "numeric" : "an1 ning2", + "wadegiles" : "an¹ ning²", + "bopomofo" : "ㄢ ㄋㄧㄥˊ", + "romatzyh" : "an ning" }, + "meanings" : [ "peaceful", + "tranquil", + "calm", + "composed", + "free from worry" ], + "classifiers" : [] } ] }, + { "simplified" : "安排", + "radical" : "宀", + "level" : [ "new-3", "old-4" ], + "frequency" : 900, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "安排", + "transcriptions" : { "pinyin" : "ān pái", + "numeric" : "an1 pai2", + "wadegiles" : "an¹ p'ai²", + "bopomofo" : "ㄢ ㄆㄞˊ", + "romatzyh" : "an pair" }, + "meanings" : [ "to arrange", + "to plan", + "to set up", + "arrangements", + "plans" ], + "classifiers" : [] } ] }, + { "simplified" : "安全", + "radical" : "宀", + "level" : [ "new-2", "old-4" ], + "frequency" : 364, + "pos" : [ "an", "a", "ad", "n" ], + "forms" : [ { "traditional" : "安全", + "transcriptions" : { "pinyin" : "ān quán", + "numeric" : "an1 quan2", + "wadegiles" : "an¹ ch'üan²", + "bopomofo" : "ㄢ ㄑㄩㄢˊ", + "romatzyh" : "an chyuan" }, + "meanings" : [ "safe; secure", "safety; security" ], + "classifiers" : [] } ] }, + { "simplified" : "安慰", + "radical" : "宀", + "level" : [ "new-5", "old-5" ], + "frequency" : 3563, + "pos" : [ "v", "vn", "an", "a" ], + "forms" : [ { "traditional" : "安慰", + "transcriptions" : { "pinyin" : "ān wèi", + "numeric" : "an1 wei4", + "wadegiles" : "an¹ wei⁴", + "bopomofo" : "ㄢ ㄨㄟˋ", + "romatzyh" : "an wey" }, + "meanings" : [ "to comfort", "to console" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "安稳", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 12368, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "安穩", + "transcriptions" : { "pinyin" : "ān wěn", + "numeric" : "an1 wen3", + "wadegiles" : "an¹ wen³", + "bopomofo" : "ㄢ ㄨㄣˇ", + "romatzyh" : "an woen" }, + "meanings" : [ "steady; stable; sedate; calm; (of sleep) sound; (of a transition) smooth" ], + "classifiers" : [] } ] }, + { "simplified" : "安详", + "radical" : "宀", + "level" : [ "old-6" ], + "frequency" : 16971, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "安詳", + "transcriptions" : { "pinyin" : "ān xiáng", + "numeric" : "an1 xiang2", + "wadegiles" : "an¹ hsiang²", + "bopomofo" : "ㄢ ㄒㄧㄤˊ", + "romatzyh" : "an shyang" }, + "meanings" : [ "serene" ], + "classifiers" : [] } ] }, + { "simplified" : "安心", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 5992, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "安心", + "transcriptions" : { "pinyin" : "ān xīn", + "numeric" : "an1 xin1", + "wadegiles" : "an¹ hsin¹", + "bopomofo" : "ㄢ ㄒㄧㄣ", + "romatzyh" : "an shin" }, + "meanings" : [ "at ease", + "to feel relieved", + "to set one's mind at rest", + "to keep one's mind on sth" ], + "classifiers" : [] } ] }, + { "simplified" : "安逸", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14622, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "安逸", + "transcriptions" : { "pinyin" : "ān yì", + "numeric" : "an1 yi4", + "wadegiles" : "an¹ i⁴", + "bopomofo" : "ㄢ ㄧˋ", + "romatzyh" : "an yih" }, + "meanings" : [ "easy and comfortable", "easy" ], + "classifiers" : [] } ] }, + { "simplified" : "安置", + "radical" : "宀", + "level" : [ "new-4", "old-6" ], + "frequency" : 5845, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "安置", + "transcriptions" : { "pinyin" : "ān zhì", + "numeric" : "an1 zhi4", + "wadegiles" : "an¹ chih⁴", + "bopomofo" : "ㄢ ㄓˋ", + "romatzyh" : "an jyh" }, + "meanings" : [ "to find a place for", + "to help settle down", + "to arrange for", + "to get into bed", + "placement" ], + "classifiers" : [] } ] }, + { "simplified" : "安装", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 3653, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "安裝", + "transcriptions" : { "pinyin" : "ān zhuāng", + "numeric" : "an1 zhuang1", + "wadegiles" : "an¹ chuang¹", + "bopomofo" : "ㄢ ㄓㄨㄤ", + "romatzyh" : "an juang" }, + "meanings" : [ "to install", + "to erect", + "to fix", + "to mount", + "installation" ], + "classifiers" : [] } ] }, + { "simplified" : "岸", + "radical" : "山", + "level" : [ "new-5", "old-5" ], + "frequency" : 6867, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "㟁", + "transcriptions" : { "pinyin" : "àn", + "numeric" : "an4", + "wadegiles" : "an⁴", + "bopomofo" : "ㄢˋ", + "romatzyh" : "ann" }, + "meanings" : [ "variant of 岸" ], + "classifiers" : [] }, + { "traditional" : "岸", + "transcriptions" : { "pinyin" : "àn", + "numeric" : "an4", + "wadegiles" : "an⁴", + "bopomofo" : "ㄢˋ", + "romatzyh" : "ann" }, + "meanings" : [ "bank; shore; beach; coast" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "岸上", + "radical" : "山", + "level" : [ "new-5" ], + "frequency" : 18516, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "岸上", + "transcriptions" : { "pinyin" : "àn shàng", + "numeric" : "an4 shang4", + "wadegiles" : "an⁴ shang⁴", + "bopomofo" : "ㄢˋ ㄕㄤˋ", + "romatzyh" : "ann shanq" }, + "meanings" : [ "ashore", "on the riverbank" ], + "classifiers" : [] } ] }, + { "simplified" : "按", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 678, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "按", + "transcriptions" : { "pinyin" : "àn", + "numeric" : "an4", + "wadegiles" : "an⁴", + "bopomofo" : "ㄢˋ", + "romatzyh" : "ann" }, + "meanings" : [ "to press", + "to push", + "to leave aside or shelve", + "to control", + "to restrain", + "to keep one's hand on", + "to check or refer to", + "according to", + "in the light of", + "(of an editor or author) to make a comment" ], + "classifiers" : [] } ] }, + { "simplified" : "按键", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13672, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "按鍵", + "transcriptions" : { "pinyin" : "àn jiàn", + "numeric" : "an4 jian4", + "wadegiles" : "an⁴ chien⁴", + "bopomofo" : "ㄢˋ ㄐㄧㄢˋ", + "romatzyh" : "ann jiann" }, + "meanings" : [ "button or key (on a device)", + "keystroke", + "to press a button" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "按理说", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 25769, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "按理說", + "transcriptions" : { "pinyin" : "àn lǐ shuō", + "numeric" : "an4 li3 shuo1", + "wadegiles" : "an⁴ li³ shuo¹", + "bopomofo" : "ㄢˋ ㄌㄧˇ ㄕㄨㄛ", + "romatzyh" : "ann lii shuo" }, + "meanings" : [ "it is reasonable to say that..." ], + "classifiers" : [] } ] }, + { "simplified" : "按摩", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 3990, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "按摩", + "transcriptions" : { "pinyin" : "àn mó", + "numeric" : "an4 mo2", + "wadegiles" : "an⁴ mo²", + "bopomofo" : "ㄢˋ ㄇㄛˊ", + "romatzyh" : "ann mo" }, + "meanings" : [ "massage", "to massage" ], + "classifiers" : [] } ] }, + { "simplified" : "按时", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 7233, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "按時", + "transcriptions" : { "pinyin" : "àn shí", + "numeric" : "an4 shi2", + "wadegiles" : "an⁴ shih²", + "bopomofo" : "ㄢˋ ㄕˊ", + "romatzyh" : "ann shyr" }, + "meanings" : [ "on time", + "before deadline", + "on schedule" ], + "classifiers" : [] } ] }, + { "simplified" : "按说", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 32917, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "按說", + "transcriptions" : { "pinyin" : "àn shuō", + "numeric" : "an4 shuo1", + "wadegiles" : "an⁴ shuo¹", + "bopomofo" : "ㄢˋ ㄕㄨㄛ", + "romatzyh" : "ann shuo" }, + "meanings" : [ "in the ordinary course of events; ordinarily; normally" ], + "classifiers" : [] } ] }, + { "simplified" : "按照", + "radical" : "扌", + "level" : [ "new-3", "old-4" ], + "frequency" : 1378, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "按照", + "transcriptions" : { "pinyin" : "àn zhào", + "numeric" : "an4 zhao4", + "wadegiles" : "an⁴ chao⁴", + "bopomofo" : "ㄢˋ ㄓㄠˋ", + "romatzyh" : "ann jaw" }, + "meanings" : [ "according to", + "in accordance with", + "in the light of", + "on the basis of" ], + "classifiers" : [] } ] }, + { "simplified" : "案件", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 1617, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "案件", + "transcriptions" : { "pinyin" : "àn jiàn", + "numeric" : "an4 jian4", + "wadegiles" : "an⁴ chien⁴", + "bopomofo" : "ㄢˋ ㄐㄧㄢˋ", + "romatzyh" : "ann jiann" }, + "meanings" : [ "case", "instance" ], + "classifiers" : [ "宗", "桩", "起" ] } ] }, + { "simplified" : "案例", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 6195, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "案例", + "transcriptions" : { "pinyin" : "àn lì", + "numeric" : "an4 li4", + "wadegiles" : "an⁴ li⁴", + "bopomofo" : "ㄢˋ ㄌㄧˋ", + "romatzyh" : "ann lih" }, + "meanings" : [ "case (of fraud, hepatitis, international cooperation etc); instance; example" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "暗", + "radical" : "日", + "level" : [ "new-4", "old-4" ], + "frequency" : 2594, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "晻", + "transcriptions" : { "pinyin" : "àn", + "numeric" : "an4", + "wadegiles" : "an⁴", + "bopomofo" : "ㄢˋ", + "romatzyh" : "ann" }, + "meanings" : [ "variant of 暗" ], + "classifiers" : [] }, + { "traditional" : "暗", + "transcriptions" : { "pinyin" : "àn", + "numeric" : "an4", + "wadegiles" : "an⁴", + "bopomofo" : "ㄢˋ", + "romatzyh" : "ann" }, + "meanings" : [ "dark", + "to turn dark", + "secret; hidden", + "(literary) confused; ignorant" ], + "classifiers" : [] }, + { "traditional" : "闇", + "transcriptions" : { "pinyin" : "àn", + "numeric" : "an4", + "wadegiles" : "an⁴", + "bopomofo" : "ㄢˋ", + "romatzyh" : "ann" }, + "meanings" : [ "(literary) to close (a door)", + "to eclipse", + "confused; ignorant (variant of 暗)", + "dark (variant of 暗)" ], + "classifiers" : [] } ] }, + { "simplified" : "暗地里", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 20436, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "暗地裡", + "transcriptions" : { "pinyin" : "àn dì li", + "numeric" : "an4 di4 li5", + "wadegiles" : "an⁴ ti⁴ li", + "bopomofo" : "ㄢˋ ㄉㄧˋ li", + "romatzyh" : "ann dih li" }, + "meanings" : [ "secretly; inwardly; on the sly" ], + "classifiers" : [] } ] }, + { "simplified" : "暗杀", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 9964, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "暗殺", + "transcriptions" : { "pinyin" : "àn shā", + "numeric" : "an4 sha1", + "wadegiles" : "an⁴ sha¹", + "bopomofo" : "ㄢˋ ㄕㄚ", + "romatzyh" : "ann sha" }, + "meanings" : [ "to assassinate" ], + "classifiers" : [] } ] }, + { "simplified" : "暗示", + "radical" : "日", + "level" : [ "new-4", "old-6" ], + "frequency" : 4917, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "暗示", + "transcriptions" : { "pinyin" : "àn shì", + "numeric" : "an4 shi4", + "wadegiles" : "an⁴ shih⁴", + "bopomofo" : "ㄢˋ ㄕˋ", + "romatzyh" : "ann shyh" }, + "meanings" : [ "to hint; to suggest", + "hint; suggestion" ], + "classifiers" : [] } ] }, + { "simplified" : "暗中", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 9222, + "pos" : [ "d", "s" ], + "forms" : [ { "traditional" : "暗中", + "transcriptions" : { "pinyin" : "àn zhōng", + "numeric" : "an4 zhong1", + "wadegiles" : "an⁴ chung¹", + "bopomofo" : "ㄢˋ ㄓㄨㄥ", + "romatzyh" : "ann jong" }, + "meanings" : [ "in the dark", + "in secret", + "on the sly", + "surreptitiously" ], + "classifiers" : [] } ] }, + { "simplified" : "昂贵", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7743, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "昂貴", + "transcriptions" : { "pinyin" : "áng guì", + "numeric" : "ang2 gui4", + "wadegiles" : "ang² kuei⁴", + "bopomofo" : "ㄤˊ ㄍㄨㄟˋ", + "romatzyh" : "arng guey" }, + "meanings" : [ "expensive", "costly" ], + "classifiers" : [] } ] }, + { "simplified" : "凹", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 10239, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "凹", + "transcriptions" : { "pinyin" : "āo", + "numeric" : "ao1", + "wadegiles" : "ao¹", + "bopomofo" : "ㄠ", + "romatzyh" : "au" }, + "meanings" : [ "depressed", + "sunken", + "indented", + "concave", + "female (connector etc)" ], + "classifiers" : [] }, + { "traditional" : "凹", + "transcriptions" : { "pinyin" : "wā", + "numeric" : "wa1", + "wadegiles" : "wa¹", + "bopomofo" : "ㄨㄚ", + "romatzyh" : "ua" }, + "meanings" : [ "variant of 洼", "(used in names)" ], + "classifiers" : [] } ] }, + { "simplified" : "凹凸", + "radical" : "凵", + "level" : [ "old-6" ], + "frequency" : 38312, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "凹凸", + "transcriptions" : { "pinyin" : "āo tū", + "numeric" : "ao1 tu1", + "wadegiles" : "ao¹ t'u¹", + "bopomofo" : "ㄠ ㄊㄨ", + "romatzyh" : "au tu" }, + "meanings" : [ "concave or convex", + "bumps and holes", + "uneven (surface)", + "rugged" ], + "classifiers" : [] } ] }, + { "simplified" : "熬", + "radical" : "灬", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4418, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "熬", + "transcriptions" : { "pinyin" : "āo", + "numeric" : "ao1", + "wadegiles" : "ao¹", + "bopomofo" : "ㄠ", + "romatzyh" : "au" }, + "meanings" : [ "to boil", "to simmer" ], + "classifiers" : [] }, + { "traditional" : "熬", + "transcriptions" : { "pinyin" : "áo", + "numeric" : "ao2", + "wadegiles" : "ao²", + "bopomofo" : "ㄠˊ", + "romatzyh" : "aur" }, + "meanings" : [ "to cook on a slow fire", + "to extract by heating", + "to decoct", + "to endure" ], + "classifiers" : [] } ] }, + { "simplified" : "熬夜", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 9364, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "熬夜", + "transcriptions" : { "pinyin" : "áo yè", + "numeric" : "ao2 ye4", + "wadegiles" : "ao² yeh⁴", + "bopomofo" : "ㄠˊ ㄧㄝˋ", + "romatzyh" : "aur yeh" }, + "meanings" : [ "to stay up late or all night" ], + "classifiers" : [] } ] }, + { "simplified" : "傲", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7205, + "pos" : [ "g", "a", "ad" ], + "forms" : [ { "traditional" : "傲", + "transcriptions" : { "pinyin" : "ào", + "numeric" : "ao4", + "wadegiles" : "ao⁴", + "bopomofo" : "ㄠˋ", + "romatzyh" : "aw" }, + "meanings" : [ "proud", + "arrogant", + "to despise", + "unyielding", + "to defy" ], + "classifiers" : [] } ] }, + { "simplified" : "傲慢", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11766, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "傲慢", + "transcriptions" : { "pinyin" : "ào màn", + "numeric" : "ao4 man4", + "wadegiles" : "ao⁴ man⁴", + "bopomofo" : "ㄠˋ ㄇㄢˋ", + "romatzyh" : "aw mann" }, + "meanings" : [ "arrogant", "haughty" ], + "classifiers" : [] } ] }, + { "simplified" : "奥秘", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18113, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "奧祕", + "transcriptions" : { "pinyin" : "ào mì", + "numeric" : "ao4 mi4", + "wadegiles" : "ao⁴ mi⁴", + "bopomofo" : "ㄠˋ ㄇㄧˋ", + "romatzyh" : "aw mih" }, + "meanings" : [ "secret", "mystery" ], + "classifiers" : [] } ] }, + { "simplified" : "奥运会", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 5746, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "奧運會", + "transcriptions" : { "pinyin" : "Aò yùn huì", + "numeric" : "Ao4 yun4 hui4", + "wadegiles" : "Aò yün⁴ hui⁴", + "bopomofo" : "Aò ㄩㄣˋ ㄏㄨㄟˋ", + "romatzyh" : "Aò yunn huey" }, + "meanings" : [ "abbr. for 奥林匹克运动会", + "Olympic Games", + "the Olympics" ], + "classifiers" : [] } ] }, + { "simplified" : "八", + "radical" : "八", + "level" : [ "new-1", "old-1" ], + "frequency" : 1362, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "八", + "transcriptions" : { "pinyin" : "bā", + "numeric" : "ba1", + "wadegiles" : "pa¹", + "bopomofo" : "ㄅㄚ", + "romatzyh" : "ba" }, + "meanings" : [ "eight; 8" ], + "classifiers" : [] } ] }, + { "simplified" : "八卦", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 6491, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "八卦", + "transcriptions" : { "pinyin" : "bā guà", + "numeric" : "ba1 gua4", + "wadegiles" : "pa¹ kua⁴", + "bopomofo" : "ㄅㄚ ㄍㄨㄚˋ", + "romatzyh" : "ba guah" }, + "meanings" : [ "the eight divinatory trigrams of the Book of Changes 易经", + "gossip", + "gossipy" ], + "classifiers" : [] } ] }, + { "simplified" : "扒", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8554, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扒", + "transcriptions" : { "pinyin" : "bā", + "numeric" : "ba1", + "wadegiles" : "pa¹", + "bopomofo" : "ㄅㄚ", + "romatzyh" : "ba" }, + "meanings" : [ "to peel", + "to skin", + "to tear", + "to pull down", + "to cling to (sth on which one is climbing)", + "to dig" ], + "classifiers" : [] }, + { "traditional" : "扒", + "transcriptions" : { "pinyin" : "pá", + "numeric" : "pa2", + "wadegiles" : "p'a²", + "bopomofo" : "ㄆㄚˊ", + "romatzyh" : "par" }, + "meanings" : [ "to rake up", + "to steal", + "to braise", + "to crawl" ], + "classifiers" : [] } ] }, + { "simplified" : "芭蕾", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 12522, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "芭蕾", + "transcriptions" : { "pinyin" : "bā lěi", + "numeric" : "ba1 lei3", + "wadegiles" : "pa¹ lei³", + "bopomofo" : "ㄅㄚ ㄌㄟˇ", + "romatzyh" : "ba leei" }, + "meanings" : [ "ballet (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "疤", + "radical" : "疒", + "level" : [ "old-6" ], + "frequency" : 9775, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "疤", + "transcriptions" : { "pinyin" : "bā", + "numeric" : "ba1", + "wadegiles" : "pa¹", + "bopomofo" : "ㄅㄚ", + "romatzyh" : "ba" }, + "meanings" : [ "scar", "scab" ], + "classifiers" : [] } ] }, + { "simplified" : "拔", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 3803, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拔", + "transcriptions" : { "pinyin" : "bá", + "numeric" : "ba2", + "wadegiles" : "pa²", + "bopomofo" : "ㄅㄚˊ", + "romatzyh" : "bar" }, + "meanings" : [ "to pull up", + "to pull out", + "to draw out by suction", + "to select", + "to pick", + "to stand out (above level)", + "to surpass", + "to seize" ], + "classifiers" : [] } ] }, + { "simplified" : "拔苗助长", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 59082, + "pos" : [], + "forms" : [ { "traditional" : "拔苗助長", + "transcriptions" : { "pinyin" : "bá miáo zhù zhǎng", + "numeric" : "ba2 miao2 zhu4 zhang3", + "wadegiles" : "pa² miao² chu⁴ chang³", + "bopomofo" : "ㄅㄚˊ ㄇㄧㄠˊ ㄓㄨˋ ㄓㄤˇ", + "romatzyh" : "bar miau juh jaang" }, + "meanings" : [ "to spoil things through excessive enthusiasm (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "把", + "radical" : "扌", + "level" : [ "new-3", "old-3" ], + "frequency" : 50, + "pos" : [ "p", "qv", "v", "m" ], + "forms" : [ { "traditional" : "把", + "transcriptions" : { "pinyin" : "bǎ", + "numeric" : "ba3", + "wadegiles" : "pa³", + "bopomofo" : "ㄅㄚˇ", + "romatzyh" : "baa" }, + "meanings" : [ "to hold; to grasp", + "to hold a baby in position to help it urinate or defecate", + "handlebar", + "classifier: handful, bundle, bunch", + "classifier for things with handles", + "(used to put the object before the verb: 把 + {noun} + {verb})" ], + "classifiers" : [] }, + { "traditional" : "把", + "transcriptions" : { "pinyin" : "bà", + "numeric" : "ba4", + "wadegiles" : "pa⁴", + "bopomofo" : "ㄅㄚˋ", + "romatzyh" : "bah" }, + "meanings" : [ "handle" ], + "classifiers" : [] } ] }, + { "simplified" : "把柄", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 20374, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "把柄", + "transcriptions" : { "pinyin" : "bǎ bǐng", + "numeric" : "ba3 bing3", + "wadegiles" : "pa³ ping³", + "bopomofo" : "ㄅㄚˇ ㄅㄧㄥˇ", + "romatzyh" : "baa biing" }, + "meanings" : [ "handle", + "(fig.) information that can be used against sb" ], + "classifiers" : [] } ] }, + { "simplified" : "把关", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 24750, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "把關", + "transcriptions" : { "pinyin" : "bǎ guān", + "numeric" : "ba3 guan1", + "wadegiles" : "pa³ kuan¹", + "bopomofo" : "ㄅㄚˇ ㄍㄨㄢ", + "romatzyh" : "baa guan" }, + "meanings" : [ "to guard a pass", + "to check on sth" ], + "classifiers" : [] } ] }, + { "simplified" : "把手", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8291, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "把手", + "transcriptions" : { "pinyin" : "bǎ shǒu", + "numeric" : "ba3 shou3", + "wadegiles" : "pa³ shou³", + "bopomofo" : "ㄅㄚˇ ㄕㄡˇ", + "romatzyh" : "baa shoou" }, + "meanings" : [ "to shake hands" ], + "classifiers" : [] }, + { "traditional" : "把手", + "transcriptions" : { "pinyin" : "bǎ shou", + "numeric" : "ba3 shou5", + "wadegiles" : "pa³ shou", + "bopomofo" : "ㄅㄚˇ shou", + "romatzyh" : "baa shou" }, + "meanings" : [ "handle", "grip", "knob" ], + "classifiers" : [] } ] }, + { "simplified" : "把握", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 3068, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "把握", + "transcriptions" : { "pinyin" : "bǎ wò", + "numeric" : "ba3 wo4", + "wadegiles" : "pa³ wo⁴", + "bopomofo" : "ㄅㄚˇ ㄨㄛˋ", + "romatzyh" : "baa woh" }, + "meanings" : [ "to grasp (also fig.)", + "to seize", + "to hold", + "assurance", + "certainty", + "sure (of the outcome)" ], + "classifiers" : [] } ] }, + { "simplified" : "把戏", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 15086, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "把戲", + "transcriptions" : { "pinyin" : "bǎ xì", + "numeric" : "ba3 xi4", + "wadegiles" : "pa³ hsi⁴", + "bopomofo" : "ㄅㄚˇ ㄒㄧˋ", + "romatzyh" : "baa shih" }, + "meanings" : [ "acrobatics; jugglery", + "trick; ploy" ], + "classifiers" : [] } ] }, + { "simplified" : "靶子", + "radical" : "革", + "level" : [ "new-7+" ], + "frequency" : 21978, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "靶子", + "transcriptions" : { "pinyin" : "bǎ zi", + "numeric" : "ba3 zi5", + "wadegiles" : "pa³ zi", + "bopomofo" : "ㄅㄚˇ zi", + "romatzyh" : "baa zi" }, + "meanings" : [ "target" ], + "classifiers" : [] } ] }, + { "simplified" : "坝", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 18700, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "壩", + "transcriptions" : { "pinyin" : "bà", + "numeric" : "ba4", + "wadegiles" : "pa⁴", + "bopomofo" : "ㄅㄚˋ", + "romatzyh" : "bah" }, + "meanings" : [ "dam", "dike; embankment" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "爸", + "radical" : "父", + "level" : [ "new-1" ], + "frequency" : 1142, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爸", + "transcriptions" : { "pinyin" : "bà", + "numeric" : "ba4", + "wadegiles" : "pa⁴", + "bopomofo" : "ㄅㄚˋ", + "romatzyh" : "bah" }, + "meanings" : [ "father", "dad", "pa", "papa" ], + "classifiers" : [] } ] }, + { "simplified" : "爸爸", + "radical" : "父", + "level" : [ "new-1", "old-1" ], + "frequency" : 908, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爸爸", + "transcriptions" : { "pinyin" : "bà ba", + "numeric" : "ba4 ba5", + "wadegiles" : "pa⁴ ba", + "bopomofo" : "ㄅㄚˋ ba", + "romatzyh" : "bah ba" }, + "meanings" : [ "(coll.) father; dad" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "霸道", + "radical" : "雨", + "level" : [ "old-6" ], + "frequency" : 15377, + "pos" : [ "a", "an", "v" ], + "forms" : [ { "traditional" : "霸道", + "transcriptions" : { "pinyin" : "bà dào", + "numeric" : "ba4 dao4", + "wadegiles" : "pa⁴ tao⁴", + "bopomofo" : "ㄅㄚˋ ㄉㄠˋ", + "romatzyh" : "bah daw" }, + "meanings" : [ "the Way of the Hegemon", + "abbr. for 霸王之道", + "despotic rule", + "rule by might", + "evil as opposed to the Way of the King 王道", + "overbearing", + "tyranny", + "(of liquor, medicine etc) strong", + "potent" ], + "classifiers" : [] } ] }, + { "simplified" : "霸占", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 17196, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "霸佔", + "transcriptions" : { "pinyin" : "bà zhàn", + "numeric" : "ba4 zhan4", + "wadegiles" : "pa⁴ chan⁴", + "bopomofo" : "ㄅㄚˋ ㄓㄢˋ", + "romatzyh" : "bah jann" }, + "meanings" : [ "to occupy by force", + "to seize", + "to dominate" ], + "classifiers" : [] } ] }, + { "simplified" : "巴不得", + "radical" : "巳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22440, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "巴不得", + "transcriptions" : { "pinyin" : "bā bu de", + "numeric" : "ba1 bu5 de5", + "wadegiles" : "pa¹ bu de", + "bopomofo" : "ㄅㄚ bu de", + "romatzyh" : "ba bu de" }, + "meanings" : [ "(coll.) to be eager for", + "to long for", + "to look forward to" ], + "classifiers" : [] } ] }, + { "simplified" : "巴结", + "radical" : "巳", + "level" : [ "old-6" ], + "frequency" : 27264, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "巴結", + "transcriptions" : { "pinyin" : "bā jie", + "numeric" : "ba1 jie5", + "wadegiles" : "pa¹ jie", + "bopomofo" : "ㄅㄚ jie", + "romatzyh" : "ba jie" }, + "meanings" : [ "to fawn on", + "to curry favor with", + "to make up to" ], + "classifiers" : [] } ] }, + { "simplified" : "巴士", + "radical" : "巳", + "level" : [ "new-4" ], + "frequency" : 8312, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "巴士", + "transcriptions" : { "pinyin" : "bā shì", + "numeric" : "ba1 shi4", + "wadegiles" : "pa¹ shih⁴", + "bopomofo" : "ㄅㄚ ㄕˋ", + "romatzyh" : "ba shyh" }, + "meanings" : [ "bus (loanword)", "motor coach" ], + "classifiers" : [] } ] }, + { "simplified" : "吧", + "radical" : "口", + "level" : [ "new-1", "old-2" ], + "frequency" : 58, + "pos" : [ "y" ], + "forms" : [ { "traditional" : "吧", + "transcriptions" : { "pinyin" : "bā", + "numeric" : "ba1", + "wadegiles" : "pa¹", + "bopomofo" : "ㄅㄚ", + "romatzyh" : "ba" }, + "meanings" : [ "bar (loanword) (serving drinks, or providing Internet access etc)", + "to puff (on a pipe etc)", + "(onom.) bang", + "abbr. for 贴吧" ], + "classifiers" : [] }, + { "traditional" : "吧", + "transcriptions" : { "pinyin" : "ba", + "numeric" : "ba5", + "wadegiles" : "ba", + "bopomofo" : "ba", + "romatzyh" : "ba" }, + "meanings" : [ "(modal particle indicating suggestion or surmise)", + "...right?", + "...OK?", + "...I presume." ], + "classifiers" : [] }, + { "traditional" : "吧", + "transcriptions" : { "pinyin" : "biā", + "numeric" : "bia1", + "wadegiles" : "biā", + "bopomofo" : "biā", + "romatzyh" : "biā" }, + "meanings" : [ "(onom.) smack!" ], + "classifiers" : [] } ] }, + { "simplified" : "罢工", + "radical" : "罒", + "level" : [ "new-6", "old-6" ], + "frequency" : 8001, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "罷工", + "transcriptions" : { "pinyin" : "bà gōng", + "numeric" : "ba4 gong1", + "wadegiles" : "pa⁴ kung¹", + "bopomofo" : "ㄅㄚˋ ㄍㄨㄥ", + "romatzyh" : "bah gong" }, + "meanings" : [ "a strike", "to go on strike" ], + "classifiers" : [] } ] }, + { "simplified" : "罢了", + "radical" : "罒", + "level" : [ "new-6" ], + "frequency" : 3807, + "pos" : [ "y" ], + "forms" : [ { "traditional" : "罷了", + "transcriptions" : { "pinyin" : "bà le", + "numeric" : "ba4 le5", + "wadegiles" : "pa⁴ le", + "bopomofo" : "ㄅㄚˋ le", + "romatzyh" : "bah le" }, + "meanings" : [ "a modal particle indicating (that's all, only, nothing much)" ], + "classifiers" : [] }, + { "traditional" : "罷了", + "transcriptions" : { "pinyin" : "bà liǎo", + "numeric" : "ba4 liao3", + "wadegiles" : "pa⁴ liao³", + "bopomofo" : "ㄅㄚˋ ㄌㄧㄠˇ", + "romatzyh" : "bah leau" }, + "meanings" : [ "a modal particle indicating (don't mind it, ok)" ], + "classifiers" : [] } ] }, + { "simplified" : "罢免", + "radical" : "罒", + "level" : [ "new-7+" ], + "frequency" : 28683, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "罷免", + "transcriptions" : { "pinyin" : "bà miǎn", + "numeric" : "ba4 mian3", + "wadegiles" : "pa⁴ mien³", + "bopomofo" : "ㄅㄚˋ ㄇㄧㄢˇ", + "romatzyh" : "bah mean" }, + "meanings" : [ "to remove sb from their post", + "to dismiss" ], + "classifiers" : [] } ] }, + { "simplified" : "罢休", + "radical" : "罒", + "level" : [ "new-7+" ], + "frequency" : 17351, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "罷休", + "transcriptions" : { "pinyin" : "bà xiū", + "numeric" : "ba4 xiu1", + "wadegiles" : "pa⁴ hsiu¹", + "bopomofo" : "ㄅㄚˋ ㄒㄧㄡ", + "romatzyh" : "bah shiou" }, + "meanings" : [ "to give up", + "to abandon (a goal etc)", + "to let sth go", + "forget it", + "let the matter drop" ], + "classifiers" : [] } ] }, + { "simplified" : "掰", + "radical" : "手", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11771, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掰", + "transcriptions" : { "pinyin" : "bāi", + "numeric" : "bai1", + "wadegiles" : "pai¹", + "bopomofo" : "ㄅㄞ", + "romatzyh" : "bai" }, + "meanings" : [ "to break off or break open sth with one's hands", + "(fig.) to break off (a relationship)" ], + "classifiers" : [] } ] }, + { "simplified" : "白", + "radical" : "白", + "level" : [ "new-1", "old-2" ], + "frequency" : 930, + "pos" : [ "a", "nr", "d", "b", "v", "g" ], + "forms" : [ { "traditional" : "白", + "transcriptions" : { "pinyin" : "Bái", + "numeric" : "Bai2", + "wadegiles" : "pai²", + "bopomofo" : "ㄅㄞˊ", + "romatzyh" : "bair" }, + "meanings" : [ "surname Bai" ], + "classifiers" : [] }, + { "traditional" : "白", + "transcriptions" : { "pinyin" : "bái", + "numeric" : "bai2", + "wadegiles" : "pai²", + "bopomofo" : "ㄅㄞˊ", + "romatzyh" : "bair" }, + "meanings" : [ "white", + "snowy", + "pure", + "bright", + "empty", + "blank", + "plain", + "clear", + "to make clear", + "in vain", + "gratuitous", + "free of charge", + "reactionary", + "anti-communist", + "funeral", + "to stare coldly", + "to write wrong character", + "to state", + "to explain", + "vernacular", + "spoken lines in opera" ], + "classifiers" : [] } ] }, + { "simplified" : "白白", + "radical" : "白", + "level" : [ "new-7+" ], + "frequency" : 10131, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "白白", + "transcriptions" : { "pinyin" : "bái bái", + "numeric" : "bai2 bai2", + "wadegiles" : "pai² pai²", + "bopomofo" : "ㄅㄞˊ ㄅㄞˊ", + "romatzyh" : "bair bair" }, + "meanings" : [ "in vain", + "to no purpose", + "for nothing", + "white" ], + "classifiers" : [] } ] }, + { "simplified" : "白菜", + "radical" : "白", + "level" : [ "new-3" ], + "frequency" : 16930, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "白菜", + "transcriptions" : { "pinyin" : "bái cài", + "numeric" : "bai2 cai4", + "wadegiles" : "pai² ts'ai⁴", + "bopomofo" : "ㄅㄞˊ ㄘㄞˋ", + "romatzyh" : "bair tsay" }, + "meanings" : [ "Chinese cabbage", "pak choi" ], + "classifiers" : [ "棵", "个" ] } ] }, + { "simplified" : "白酒", + "radical" : "白", + "level" : [ "new-5" ], + "frequency" : 13749, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "白酒", + "transcriptions" : { "pinyin" : "bái jiǔ", + "numeric" : "bai2 jiu3", + "wadegiles" : "pai² chiu³", + "bopomofo" : "ㄅㄞˊ ㄐㄧㄡˇ", + "romatzyh" : "bair jeou" }, + "meanings" : [ "baijiu, a spirit usually distilled from sorghum", + "(Tw) white wine (abbr. for 酒)" ], + "classifiers" : [] } ] }, + { "simplified" : "白领", + "radical" : "白", + "level" : [ "new-6" ], + "frequency" : 11481, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "白領", + "transcriptions" : { "pinyin" : "bái lǐng", + "numeric" : "bai2 ling3", + "wadegiles" : "pai² ling³", + "bopomofo" : "ㄅㄞˊ ㄌㄧㄥˇ", + "romatzyh" : "bair liing" }, + "meanings" : [ "white-collar", + "white-collar worker" ], + "classifiers" : [] } ] }, + { "simplified" : "白色", + "radical" : "白", + "level" : [ "new-2" ], + "frequency" : 2643, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "白色", + "transcriptions" : { "pinyin" : "bái sè", + "numeric" : "bai2 se4", + "wadegiles" : "pai² se⁴", + "bopomofo" : "ㄅㄞˊ ㄙㄜˋ", + "romatzyh" : "bair seh" }, + "meanings" : [ "white", + "fig. reactionary", + "anti-communist" ], + "classifiers" : [] } ] }, + { "simplified" : "白天", + "radical" : "白", + "level" : [ "new-1" ], + "frequency" : 3645, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "白天", + "transcriptions" : { "pinyin" : "bái tiān", + "numeric" : "bai2 tian1", + "wadegiles" : "pai² t'ien¹", + "bopomofo" : "ㄅㄞˊ ㄊㄧㄢ", + "romatzyh" : "bair tian" }, + "meanings" : [ "daytime", "during the day", "day" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "百", + "radical" : "白", + "level" : [ "new-1", "old-2" ], + "frequency" : 2455, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "百", + "transcriptions" : { "pinyin" : "Bǎi", + "numeric" : "Bai3", + "wadegiles" : "pai³", + "bopomofo" : "ㄅㄞˇ", + "romatzyh" : "bae" }, + "meanings" : [ "surname Bai" ], + "classifiers" : [] }, + { "traditional" : "百", + "transcriptions" : { "pinyin" : "bǎi", + "numeric" : "bai3", + "wadegiles" : "pai³", + "bopomofo" : "ㄅㄞˇ", + "romatzyh" : "bae" }, + "meanings" : [ "hundred", + "numerous", + "all kinds of" ], + "classifiers" : [] } ] }, + { "simplified" : "百分比", + "radical" : "白", + "level" : [ "new-7+" ], + "frequency" : 21781, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "百分比", + "transcriptions" : { "pinyin" : "bǎi fēn bǐ", + "numeric" : "bai3 fen1 bi3", + "wadegiles" : "pai³ fen¹ pi³", + "bopomofo" : "ㄅㄞˇ ㄈㄣ ㄅㄧˇ", + "romatzyh" : "bae fen bii" }, + "meanings" : [ "percentage" ], + "classifiers" : [] } ] }, + { "simplified" : "百分点", + "radical" : "白", + "level" : [ "new-6", "old-6" ], + "frequency" : 10677, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "百分點", + "transcriptions" : { "pinyin" : "bǎi fēn diǎn", + "numeric" : "bai3 fen1 dian3", + "wadegiles" : "pai³ fen¹ tien³", + "bopomofo" : "ㄅㄞˇ ㄈㄣ ㄉㄧㄢˇ", + "romatzyh" : "bae fen dean" }, + "meanings" : [ "percentage point" ], + "classifiers" : [] } ] }, + { "simplified" : "百合", + "radical" : "白", + "level" : [ "new-7+" ], + "frequency" : 10056, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "百合", + "transcriptions" : { "pinyin" : "bǎi hé", + "numeric" : "bai3 he2", + "wadegiles" : "pai³ ho²", + "bopomofo" : "ㄅㄞˇ ㄏㄜˊ", + "romatzyh" : "bae her" }, + "meanings" : [ "lily" ], + "classifiers" : [] } ] }, + { "simplified" : "百货", + "radical" : "白", + "level" : [ "new-4" ], + "frequency" : 11134, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "百貨", + "transcriptions" : { "pinyin" : "bǎi huò", + "numeric" : "bai3 huo4", + "wadegiles" : "pai³ huo⁴", + "bopomofo" : "ㄅㄞˇ ㄏㄨㄛˋ", + "romatzyh" : "bae huoh" }, + "meanings" : [ "general merchandise" ], + "classifiers" : [] } ] }, + { "simplified" : "百科全书", + "radical" : "白", + "level" : [ "new-7+" ], + "frequency" : 22806, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "百科全書", + "transcriptions" : { "pinyin" : "bǎi kē quán shū", + "numeric" : "bai3 ke1 quan2 shu1", + "wadegiles" : "pai³ k'o¹ ch'üan² shu¹", + "bopomofo" : "ㄅㄞˇ ㄎㄜ ㄑㄩㄢˊ ㄕㄨ", + "romatzyh" : "bae ke chyuan shu" }, + "meanings" : [ "encyclopedia" ], + "classifiers" : [ "本", "集" ] } ] }, + { "simplified" : "柏树", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 38128, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "柏樹", + "transcriptions" : { "pinyin" : "bǎi shù", + "numeric" : "bai3 shu4", + "wadegiles" : "pai³ shu⁴", + "bopomofo" : "ㄅㄞˇ ㄕㄨˋ", + "romatzyh" : "bae shuh" }, + "meanings" : [ "cypress tree", + "Taiwan pr. [bó shù]" ], + "classifiers" : [] } ] }, + { "simplified" : "摆", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 1854, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擺", + "transcriptions" : { "pinyin" : "bǎi", + "numeric" : "bai3", + "wadegiles" : "pai³", + "bopomofo" : "ㄅㄞˇ", + "romatzyh" : "bae" }, + "meanings" : [ "to arrange", + "to exhibit", + "to move to and fro", + "a pendulum" ], + "classifiers" : [] } ] }, + { "simplified" : "摆动", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 16046, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擺動", + "transcriptions" : { "pinyin" : "bǎi dòng", + "numeric" : "bai3 dong4", + "wadegiles" : "pai³ tung⁴", + "bopomofo" : "ㄅㄞˇ ㄉㄨㄥˋ", + "romatzyh" : "bae donq" }, + "meanings" : [ "to sway", + "to swing", + "to move back and forth", + "to oscillate" ], + "classifiers" : [] } ] }, + { "simplified" : "摆放", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10963, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擺放", + "transcriptions" : { "pinyin" : "bǎi fàng", + "numeric" : "bai3 fang4", + "wadegiles" : "pai³ fang⁴", + "bopomofo" : "ㄅㄞˇ ㄈㄤˋ", + "romatzyh" : "bae fanq" }, + "meanings" : [ "to set up; to arrange; to lay out" ], + "classifiers" : [] } ] }, + { "simplified" : "摆平", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16373, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擺平", + "transcriptions" : { "pinyin" : "bǎi píng", + "numeric" : "bai3 ping2", + "wadegiles" : "pai³ p'ing²", + "bopomofo" : "ㄅㄞˇ ㄆㄧㄥˊ", + "romatzyh" : "bae pyng" }, + "meanings" : [ "to be fair", + "to be impartial", + "to settle (a matter etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "摆设", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14321, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "擺設", + "transcriptions" : { "pinyin" : "bǎi shè", + "numeric" : "bai3 she4", + "wadegiles" : "pai³ she⁴", + "bopomofo" : "ㄅㄞˇ ㄕㄜˋ", + "romatzyh" : "bae sheh" }, + "meanings" : [ "to set out", + "to display", + "to furnish (a room or house)" ], + "classifiers" : [] }, + { "traditional" : "擺設", + "transcriptions" : { "pinyin" : "bǎi she", + "numeric" : "bai3 she5", + "wadegiles" : "pai³ she", + "bopomofo" : "ㄅㄞˇ she", + "romatzyh" : "bae she" }, + "meanings" : [ "ornament", + "decorative item", + "(fig.) sth that is merely for show" ], + "classifiers" : [] } ] }, + { "simplified" : "摆脱", + "radical" : "扌", + "level" : [ "new-4", "old-6" ], + "frequency" : 3424, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擺脫", + "transcriptions" : { "pinyin" : "bǎi tuō", + "numeric" : "bai3 tuo1", + "wadegiles" : "pai³ t'o¹", + "bopomofo" : "ㄅㄞˇ ㄊㄨㄛ", + "romatzyh" : "bae tuo" }, + "meanings" : [ "to break away from", + "to cast off (old ideas etc)", + "to get rid of", + "to break away (from)", + "to break out (of)", + "to free oneself from", + "to extricate oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "败", + "radical" : "贝", + "level" : [ "new-4" ], + "frequency" : 4262, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敗", + "transcriptions" : { "pinyin" : "bài", + "numeric" : "bai4", + "wadegiles" : "pai⁴", + "bopomofo" : "ㄅㄞˋ", + "romatzyh" : "bay" }, + "meanings" : [ "to defeat", + "to damage", + "to lose (to an opponent)", + "to fail", + "to wither" ], + "classifiers" : [] } ] }, + { "simplified" : "败坏", + "radical" : "贝", + "level" : [ "old-6" ], + "frequency" : 19110, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敗壞", + "transcriptions" : { "pinyin" : "bài huài", + "numeric" : "bai4 huai4", + "wadegiles" : "pai⁴ huai⁴", + "bopomofo" : "ㄅㄞˋ ㄏㄨㄞˋ", + "romatzyh" : "bay huay" }, + "meanings" : [ "to ruin", + "to corrupt", + "to undermine" ], + "classifiers" : [] } ] }, + { "simplified" : "拜访", + "radical" : "手", + "level" : [ "new-5", "old-6" ], + "frequency" : 6619, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拜訪", + "transcriptions" : { "pinyin" : "bài fǎng", + "numeric" : "bai4 fang3", + "wadegiles" : "pai⁴ fang³", + "bopomofo" : "ㄅㄞˋ ㄈㄤˇ", + "romatzyh" : "bay faang" }, + "meanings" : [ "to pay a visit; to call on" ], + "classifiers" : [] } ] }, + { "simplified" : "拜会", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 30764, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拜會", + "transcriptions" : { "pinyin" : "bài huì", + "numeric" : "bai4 hui4", + "wadegiles" : "pai⁴ hui⁴", + "bopomofo" : "ㄅㄞˋ ㄏㄨㄟˋ", + "romatzyh" : "bay huey" }, + "meanings" : [ "(often used in the context of diplomacy) to meet with; to pay a visit to; to call on" ], + "classifiers" : [] } ] }, + { "simplified" : "拜见", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 24574, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拜見", + "transcriptions" : { "pinyin" : "bài jiàn", + "numeric" : "bai4 jian4", + "wadegiles" : "pai⁴ chien⁴", + "bopomofo" : "ㄅㄞˋ ㄐㄧㄢˋ", + "romatzyh" : "bay jiann" }, + "meanings" : [ "to pay a formal visit", + "to call to pay respects", + "to meet one's senior or superior" ], + "classifiers" : [] } ] }, + { "simplified" : "拜年", + "radical" : "手", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28932, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拜年", + "transcriptions" : { "pinyin" : "bài nián", + "numeric" : "bai4 nian2", + "wadegiles" : "pai⁴ nien²", + "bopomofo" : "ㄅㄞˋ ㄋㄧㄢˊ", + "romatzyh" : "bay nian" }, + "meanings" : [ "to pay a New Year call", + "to wish sb a Happy New Year" ], + "classifiers" : [] } ] }, + { "simplified" : "拜托", + "radical" : "手", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5463, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拜託", + "transcriptions" : { "pinyin" : "bài tuō", + "numeric" : "bai4 tuo1", + "wadegiles" : "pai⁴ t'o¹", + "bopomofo" : "ㄅㄞˋ ㄊㄨㄛ", + "romatzyh" : "bay tuo" }, + "meanings" : [ "to request sb to do sth", + "please!" ], + "classifiers" : [] } ] }, + { "simplified" : "扳", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11169, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扳", + "transcriptions" : { "pinyin" : "bān", + "numeric" : "ban1", + "wadegiles" : "pan¹", + "bopomofo" : "ㄅㄢ", + "romatzyh" : "ban" }, + "meanings" : [ "to pull", + "to turn (sth) around", + "to turn around (a situation)", + "to recoup" ], + "classifiers" : [] }, + { "traditional" : "扳", + "transcriptions" : { "pinyin" : "pān", + "numeric" : "pan1", + "wadegiles" : "p'an¹", + "bopomofo" : "ㄆㄢ", + "romatzyh" : "pan" }, + "meanings" : [ "variant of 攀" ], + "classifiers" : [] } ] }, + { "simplified" : "班", + "radical" : "王", + "level" : [ "new-1", "old-3" ], + "frequency" : 1238, + "pos" : [ "n", "q", "nr" ], + "forms" : [ { "traditional" : "班", + "transcriptions" : { "pinyin" : "Bān", + "numeric" : "Ban1", + "wadegiles" : "pan¹", + "bopomofo" : "ㄅㄢ", + "romatzyh" : "ban" }, + "meanings" : [ "surname Ban" ], + "classifiers" : [] }, + { "traditional" : "班", + "transcriptions" : { "pinyin" : "bān", + "numeric" : "ban1", + "wadegiles" : "pan¹", + "bopomofo" : "ㄅㄢ", + "romatzyh" : "ban" }, + "meanings" : [ "team; class; grade", + "(military) squad", + "work shift", + "classifier for groups of people and scheduled transport vehicles" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "班级", + "radical" : "王", + "level" : [ "new-3" ], + "frequency" : 10486, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "班級", + "transcriptions" : { "pinyin" : "bān jí", + "numeric" : "ban1 ji2", + "wadegiles" : "pan¹ chi²", + "bopomofo" : "ㄅㄢ ㄐㄧˊ", + "romatzyh" : "ban jyi" }, + "meanings" : [ "class (group of students)", + "grade (in school)" ], + "classifiers" : [] } ] }, + { "simplified" : "班长", + "radical" : "王", + "level" : [ "new-2" ], + "frequency" : 9622, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "班長", + "transcriptions" : { "pinyin" : "bān zhǎng", + "numeric" : "ban1 zhang3", + "wadegiles" : "pan¹ chang³", + "bopomofo" : "ㄅㄢ ㄓㄤˇ", + "romatzyh" : "ban jaang" }, + "meanings" : [ "class monitor", + "squad leader", + "team leader" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "班主任", + "radical" : "王", + "level" : [ "old-5" ], + "frequency" : 15965, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "班主任", + "transcriptions" : { "pinyin" : "bān zhǔ rèn", + "numeric" : "ban1 zhu3 ren4", + "wadegiles" : "pan¹ chu³ jen⁴", + "bopomofo" : "ㄅㄢ ㄓㄨˇ ㄖㄣˋ", + "romatzyh" : "ban juu renn" }, + "meanings" : [ "teacher in charge of a class" ], + "classifiers" : [] } ] }, + { "simplified" : "颁布", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12004, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "頒布", + "transcriptions" : { "pinyin" : "bān bù", + "numeric" : "ban1 bu4", + "wadegiles" : "pan¹ pu⁴", + "bopomofo" : "ㄅㄢ ㄅㄨˋ", + "romatzyh" : "ban buh" }, + "meanings" : [ "to issue", + "to proclaim", + "to enact (laws, decrees etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "颁发", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8003, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "頒發", + "transcriptions" : { "pinyin" : "bān fā", + "numeric" : "ban1 fa1", + "wadegiles" : "pan¹ fa¹", + "bopomofo" : "ㄅㄢ ㄈㄚ", + "romatzyh" : "ban fa" }, + "meanings" : [ "to issue", + "to promulgate", + "to award" ], + "classifiers" : [] } ] }, + { "simplified" : "颁奖", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 5383, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "頒獎", + "transcriptions" : { "pinyin" : "bān jiǎng", + "numeric" : "ban1 jiang3", + "wadegiles" : "pan¹ chiang³", + "bopomofo" : "ㄅㄢ ㄐㄧㄤˇ", + "romatzyh" : "ban jeang" }, + "meanings" : [ "to confer an award" ], + "classifiers" : [] } ] }, + { "simplified" : "斑点", + "radical" : "文", + "level" : [ "new-7+" ], + "frequency" : 13316, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "斑點", + "transcriptions" : { "pinyin" : "bān diǎn", + "numeric" : "ban1 dian3", + "wadegiles" : "pan¹ tien³", + "bopomofo" : "ㄅㄢ ㄉㄧㄢˇ", + "romatzyh" : "ban dean" }, + "meanings" : [ "spot", "stain", "speckle" ], + "classifiers" : [] } ] }, + { "simplified" : "斑纹", + "radical" : "文", + "level" : [ "old-6" ], + "frequency" : 45968, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "斑紋", + "transcriptions" : { "pinyin" : "bān wén", + "numeric" : "ban1 wen2", + "wadegiles" : "pan¹ wen²", + "bopomofo" : "ㄅㄢ ㄨㄣˊ", + "romatzyh" : "ban wen" }, + "meanings" : [ "stripe", "streak" ], + "classifiers" : [] } ] }, + { "simplified" : "搬", + "radical" : "扌", + "level" : [ "new-3", "old-3" ], + "frequency" : 2254, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搬", + "transcriptions" : { "pinyin" : "bān", + "numeric" : "ban1", + "wadegiles" : "pan¹", + "bopomofo" : "ㄅㄢ", + "romatzyh" : "ban" }, + "meanings" : [ "to move (i.e. relocate oneself)", + "to move (sth relatively heavy or bulky)", + "to shift", + "to copy indiscriminately" ], + "classifiers" : [] } ] }, + { "simplified" : "搬家", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 7790, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搬家", + "transcriptions" : { "pinyin" : "bān jiā", + "numeric" : "ban1 jia1", + "wadegiles" : "pan¹ chia¹", + "bopomofo" : "ㄅㄢ ㄐㄧㄚ", + "romatzyh" : "ban jia" }, + "meanings" : [ "to move house; to relocate", + "to remove (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "搬迁", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14777, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搬遷", + "transcriptions" : { "pinyin" : "bān qiān", + "numeric" : "ban1 qian1", + "wadegiles" : "pan¹ ch'ien¹", + "bopomofo" : "ㄅㄢ ㄑㄧㄢ", + "romatzyh" : "ban chian" }, + "meanings" : [ "to move", + "to relocate", + "removal" ], + "classifiers" : [] } ] }, + { "simplified" : "板", + "radical" : "木", + "level" : [ "new-3" ], + "frequency" : 1759, + "pos" : [ "g", "n", "v", "q", "a" ], + "forms" : [ { "traditional" : "板", + "transcriptions" : { "pinyin" : "bǎn", + "numeric" : "ban3", + "wadegiles" : "pan³", + "bopomofo" : "ㄅㄢˇ", + "romatzyh" : "baan" }, + "meanings" : [ "board", + "plank", + "plate", + "shutter", + "table tennis bat", + "clappers (music)", + "accented beat in Chinese music", + "hard", + "stiff", + "to stop smiling or look serious" ], + "classifiers" : [ "块" ] }, + { "traditional" : "闆", + "transcriptions" : { "pinyin" : "bǎn", + "numeric" : "ban3", + "wadegiles" : "pan³", + "bopomofo" : "ㄅㄢˇ", + "romatzyh" : "baan" }, + "meanings" : [ "see 老板, boss" ], + "classifiers" : [] }, + { "traditional" : "闆", + "transcriptions" : { "pinyin" : "pàn", + "numeric" : "pan4", + "wadegiles" : "p'an⁴", + "bopomofo" : "ㄆㄢˋ", + "romatzyh" : "pann" }, + "meanings" : [ "to catch sight of in a doorway (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "板块", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 11235, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "板塊", + "transcriptions" : { "pinyin" : "bǎn kuài", + "numeric" : "ban3 kuai4", + "wadegiles" : "pan³ k'uai⁴", + "bopomofo" : "ㄅㄢˇ ㄎㄨㄞˋ", + "romatzyh" : "baan kuay" }, + "meanings" : [ "slab", + "(geology) tectonic plate", + "(fig.) sector (of the stock market or of industry)", + "(economic) bloc" ], + "classifiers" : [] } ] }, + { "simplified" : "版", + "radical" : "片", + "level" : [ "new-5" ], + "frequency" : 1545, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "版", + "transcriptions" : { "pinyin" : "bǎn", + "numeric" : "ban3", + "wadegiles" : "pan³", + "bopomofo" : "ㄅㄢˇ", + "romatzyh" : "baan" }, + "meanings" : [ "a register", + "block of printing", + "edition", + "version", + "page" ], + "classifiers" : [] } ] }, + { "simplified" : "版本", + "radical" : "片", + "level" : [ "old-6" ], + "frequency" : 4464, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "版本", + "transcriptions" : { "pinyin" : "bǎn běn", + "numeric" : "ban3 ben3", + "wadegiles" : "pan³ pen³", + "bopomofo" : "ㄅㄢˇ ㄅㄣˇ", + "romatzyh" : "baan been" }, + "meanings" : [ "version", "edition", "release" ], + "classifiers" : [] } ] }, + { "simplified" : "办", + "radical" : "力", + "level" : [ "new-2" ], + "frequency" : 691, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "辦", + "transcriptions" : { "pinyin" : "bàn", + "numeric" : "ban4", + "wadegiles" : "pan⁴", + "bopomofo" : "ㄅㄢˋ", + "romatzyh" : "bann" }, + "meanings" : [ "to do", + "to manage", + "to handle", + "to go about", + "to run", + "to set up", + "to deal with" ], + "classifiers" : [] } ] }, + { "simplified" : "办不到", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "辦不到", + "transcriptions" : { "pinyin" : "bàn bu dào", + "numeric" : "ban4 bu5 dao4", + "wadegiles" : "pan⁴ bu tao⁴", + "bopomofo" : "ㄅㄢˋ bu ㄉㄠˋ", + "romatzyh" : "bann bu daw" }, + "meanings" : [ "impossible", + "can't be done", + "no can do", + "unable to accomplish" ], + "classifiers" : [] } ] }, + { "simplified" : "办法", + "radical" : "力", + "level" : [ "new-2", "old-3" ], + "frequency" : 538, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "辦法", + "transcriptions" : { "pinyin" : "bàn fǎ", + "numeric" : "ban4 fa3", + "wadegiles" : "pan⁴ fa³", + "bopomofo" : "ㄅㄢˋ ㄈㄚˇ", + "romatzyh" : "bann faa" }, + "meanings" : [ "means", + "method", + "way (of doing sth)" ], + "classifiers" : [ "条", "个" ] } ] }, + { "simplified" : "办公", + "radical" : "力", + "level" : [ "new-6" ], + "frequency" : 5310, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "辦公", + "transcriptions" : { "pinyin" : "bàn gōng", + "numeric" : "ban4 gong1", + "wadegiles" : "pan⁴ kung¹", + "bopomofo" : "ㄅㄢˋ ㄍㄨㄥ", + "romatzyh" : "bann gong" }, + "meanings" : [ "to handle official business", + "to work (esp. in an office)" ], + "classifiers" : [] } ] }, + { "simplified" : "办公室", + "radical" : "力", + "level" : [ "new-2", "old-3" ], + "frequency" : 1162, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "辦公室", + "transcriptions" : { "pinyin" : "bàn gōng shì", + "numeric" : "ban4 gong1 shi4", + "wadegiles" : "pan⁴ kung¹ shih⁴", + "bopomofo" : "ㄅㄢˋ ㄍㄨㄥ ㄕˋ", + "romatzyh" : "bann gong shyh" }, + "meanings" : [ "office", + "business premises", + "bureau" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "办理", + "radical" : "力", + "level" : [ "new-3", "old-5" ], + "frequency" : 6575, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "辦理", + "transcriptions" : { "pinyin" : "bàn lǐ", + "numeric" : "ban4 li3", + "wadegiles" : "pan⁴ li³", + "bopomofo" : "ㄅㄢˋ ㄌㄧˇ", + "romatzyh" : "bann lii" }, + "meanings" : [ "to handle; to transact; to conduct" ], + "classifiers" : [] } ] }, + { "simplified" : "办事", + "radical" : "力", + "level" : [ "new-4" ], + "frequency" : 4819, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "辦事", + "transcriptions" : { "pinyin" : "bàn shì", + "numeric" : "ban4 shi4", + "wadegiles" : "pan⁴ shih⁴", + "bopomofo" : "ㄅㄢˋ ㄕˋ", + "romatzyh" : "bann shyh" }, + "meanings" : [ "to handle (affairs)", "to work" ], + "classifiers" : [] } ] }, + { "simplified" : "办事处", + "radical" : "力", + "level" : [ "new-6" ], + "frequency" : 11821, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "辦事處", + "transcriptions" : { "pinyin" : "bàn shì chù", + "numeric" : "ban4 shi4 chu4", + "wadegiles" : "pan⁴ shih⁴ ch'u⁴", + "bopomofo" : "ㄅㄢˋ ㄕˋ ㄔㄨˋ", + "romatzyh" : "bann shyh chuh" }, + "meanings" : [ "office", "agency" ], + "classifiers" : [] } ] }, + { "simplified" : "办学", + "radical" : "力", + "level" : [ "new-6" ], + "frequency" : 39436, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "辦學", + "transcriptions" : { "pinyin" : "bàn xué", + "numeric" : "ban4 xue2", + "wadegiles" : "pan⁴ hsüeh²", + "bopomofo" : "ㄅㄢˋ ㄒㄩㄝˊ", + "romatzyh" : "bann shyue" }, + "meanings" : [ "to run a school" ], + "classifiers" : [] } ] }, + { "simplified" : "半", + "radical" : "十", + "level" : [ "new-1", "old-3" ], + "frequency" : 727, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "半", + "transcriptions" : { "pinyin" : "bàn", + "numeric" : "ban4", + "wadegiles" : "pan⁴", + "bopomofo" : "ㄅㄢˋ", + "romatzyh" : "bann" }, + "meanings" : [ "half", + "semi-", + "incomplete", + "(after a number) and a half" ], + "classifiers" : [] } ] }, + { "simplified" : "半边天", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 37858, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "半邊天", + "transcriptions" : { "pinyin" : "bàn biān tiān", + "numeric" : "ban4 bian1 tian1", + "wadegiles" : "pan⁴ pien¹ t'ien¹", + "bopomofo" : "ㄅㄢˋ ㄅㄧㄢ ㄊㄧㄢ", + "romatzyh" : "bann bian tian" }, + "meanings" : [ "half the sky", + "women of the new society", + "womenfolk" ], + "classifiers" : [] } ] }, + { "simplified" : "半场", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 2794, + "pos" : [], + "forms" : [ { "traditional" : "半場", + "transcriptions" : { "pinyin" : "bàn chǎng", + "numeric" : "ban4 chang3", + "wadegiles" : "pan⁴ ch'ang³", + "bopomofo" : "ㄅㄢˋ ㄔㄤˇ", + "romatzyh" : "bann chaang" }, + "meanings" : [ "half of a game or contest", + "half-court" ], + "classifiers" : [] } ] }, + { "simplified" : "半岛", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 12843, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "半島", + "transcriptions" : { "pinyin" : "bàn dǎo", + "numeric" : "ban4 dao3", + "wadegiles" : "pan⁴ tao³", + "bopomofo" : "ㄅㄢˋ ㄉㄠˇ", + "romatzyh" : "bann dao" }, + "meanings" : [ "peninsula" ], + "classifiers" : [] } ] }, + { "simplified" : "半决赛", + "radical" : "十", + "level" : [ "new-6" ], + "frequency" : 10520, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "半決賽", + "transcriptions" : { "pinyin" : "bàn jué sài", + "numeric" : "ban4 jue2 sai4", + "wadegiles" : "pan⁴ chüeh² sai⁴", + "bopomofo" : "ㄅㄢˋ ㄐㄩㄝˊ ㄙㄞˋ", + "romatzyh" : "bann jyue say" }, + "meanings" : [ "semifinals" ], + "classifiers" : [] } ] }, + { "simplified" : "半路", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 15433, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "半路", + "transcriptions" : { "pinyin" : "bàn lù", + "numeric" : "ban4 lu4", + "wadegiles" : "pan⁴ lu⁴", + "bopomofo" : "ㄅㄢˋ ㄌㄨˋ", + "romatzyh" : "bann luh" }, + "meanings" : [ "halfway", "midway", "on the way" ], + "classifiers" : [] } ] }, + { "simplified" : "半年", + "radical" : "十", + "level" : [ "new-1" ], + "frequency" : 37795, + "pos" : [ "nr" ], + "forms" : [ { "traditional" : "半年", + "transcriptions" : { "pinyin" : "bàn nián", + "numeric" : "ban4 nian2", + "wadegiles" : "pan⁴ nien²", + "bopomofo" : "ㄅㄢˋ ㄋㄧㄢˊ", + "romatzyh" : "bann nian" }, + "meanings" : [ "half a year" ], + "classifiers" : [] } ] }, + { "simplified" : "半数", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 11646, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "半數", + "transcriptions" : { "pinyin" : "bàn shù", + "numeric" : "ban4 shu4", + "wadegiles" : "pan⁴ shu⁴", + "bopomofo" : "ㄅㄢˋ ㄕㄨˋ", + "romatzyh" : "bann shuh" }, + "meanings" : [ "half the number; half" ], + "classifiers" : [] } ] }, + { "simplified" : "半天", + "radical" : "十", + "level" : [ "new-1" ], + "frequency" : 7467, + "pos" : [ "mq", "t" ], + "forms" : [ { "traditional" : "半天", + "transcriptions" : { "pinyin" : "bàn tiān", + "numeric" : "ban4 tian1", + "wadegiles" : "pan⁴ t'ien¹", + "bopomofo" : "ㄅㄢˋ ㄊㄧㄢ", + "romatzyh" : "bann tian" }, + "meanings" : [ "half of the day", + "a long time", + "quite a while", + "midair" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "半途而废", + "radical" : "十", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25389, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "半途而廢", + "transcriptions" : { "pinyin" : "bàn tú ér fèi", + "numeric" : "ban4 tu2 er2 fei4", + "wadegiles" : "pan⁴ t'u² erh² fei⁴", + "bopomofo" : "ㄅㄢˋ ㄊㄨˊ ㄦˊ ㄈㄟˋ", + "romatzyh" : "bann twu erl fey" }, + "meanings" : [ "to give up halfway (idiom); leave sth unfinished" ], + "classifiers" : [] } ] }, + { "simplified" : "半信半疑", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 40048, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "半信半疑", + "transcriptions" : { "pinyin" : "bàn xìn bàn yí", + "numeric" : "ban4 xin4 ban4 yi2", + "wadegiles" : "pan⁴ hsin⁴ pan⁴ i²", + "bopomofo" : "ㄅㄢˋ ㄒㄧㄣˋ ㄅㄢˋ ㄧˊ", + "romatzyh" : "bann shinn bann yi" }, + "meanings" : [ "half doubting", + "dubious", + "skeptical" ], + "classifiers" : [] } ] }, + { "simplified" : "半夜", + "radical" : "十", + "level" : [ "new-2" ], + "frequency" : 4212, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "半夜", + "transcriptions" : { "pinyin" : "bàn yè", + "numeric" : "ban4 ye4", + "wadegiles" : "pan⁴ yeh⁴", + "bopomofo" : "ㄅㄢˋ ㄧㄝˋ", + "romatzyh" : "bann yeh" }, + "meanings" : [ "midnight", + "in the middle of the night" ], + "classifiers" : [] } ] }, + { "simplified" : "半真半假", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 70634, + "pos" : [], + "forms" : [ { "traditional" : "半真半假", + "transcriptions" : { "pinyin" : "bàn zhēn bàn jiǎ", + "numeric" : "ban4 zhen1 ban4 jia3", + "wadegiles" : "pan⁴ chen¹ pan⁴ chia³", + "bopomofo" : "ㄅㄢˋ ㄓㄣ ㄅㄢˋ ㄐㄧㄚˇ", + "romatzyh" : "bann jen bann jea" }, + "meanings" : [ "(idiom) half true and half false" ], + "classifiers" : [] } ] }, + { "simplified" : "伴", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 3537, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "伴", + "transcriptions" : { "pinyin" : "bàn", + "numeric" : "ban4", + "wadegiles" : "pan⁴", + "bopomofo" : "ㄅㄢˋ", + "romatzyh" : "bann" }, + "meanings" : [ "partner; companion; comrade; associate", + "to accompany" ], + "classifiers" : [] } ] }, + { "simplified" : "伴侣", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6851, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "伴侶", + "transcriptions" : { "pinyin" : "bàn lu:3", + "numeric" : "ban4 lü3", + "wadegiles" : "pan⁴ lu:3", + "bopomofo" : "ㄅㄢˋ lu:3", + "romatzyh" : "bann lu:3" }, + "meanings" : [ "companion", "mate", "partner" ], + "classifiers" : [] } ] }, + { "simplified" : "伴随", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6047, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "伴隨", + "transcriptions" : { "pinyin" : "bàn suí", + "numeric" : "ban4 sui2", + "wadegiles" : "pan⁴ sui²", + "bopomofo" : "ㄅㄢˋ ㄙㄨㄟˊ", + "romatzyh" : "bann swei" }, + "meanings" : [ "to accompany", + "to follow", + "to occur together with", + "concomitant" ], + "classifiers" : [] } ] }, + { "simplified" : "伴奏", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 13684, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "伴奏", + "transcriptions" : { "pinyin" : "bàn zòu", + "numeric" : "ban4 zou4", + "wadegiles" : "pan⁴ tsou⁴", + "bopomofo" : "ㄅㄢˋ ㄗㄡˋ", + "romatzyh" : "bann tzow" }, + "meanings" : [ "to accompany (musically)" ], + "classifiers" : [] } ] }, + { "simplified" : "拌", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9875, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拌", + "transcriptions" : { "pinyin" : "bàn", + "numeric" : "ban4", + "wadegiles" : "pan⁴", + "bopomofo" : "ㄅㄢˋ", + "romatzyh" : "bann" }, + "meanings" : [ "to mix", + "to mix in", + "to toss (a salad)" ], + "classifiers" : [] } ] }, + { "simplified" : "扮", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6738, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扮", + "transcriptions" : { "pinyin" : "bàn", + "numeric" : "ban4", + "wadegiles" : "pan⁴", + "bopomofo" : "ㄅㄢˋ", + "romatzyh" : "bann" }, + "meanings" : [ "to disguise oneself as", + "to dress up", + "to play (a role)", + "to put on (an expression)" ], + "classifiers" : [] } ] }, + { "simplified" : "扮演", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 3471, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扮演", + "transcriptions" : { "pinyin" : "bàn yǎn", + "numeric" : "ban4 yan3", + "wadegiles" : "pan⁴ yan³", + "bopomofo" : "ㄅㄢˋ ㄧㄢˇ", + "romatzyh" : "bann yean" }, + "meanings" : [ "to play the role of", "to act" ], + "classifiers" : [] } ] }, + { "simplified" : "帮", + "radical" : "巾", + "level" : [ "new-1" ], + "frequency" : 395, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "幇", + "transcriptions" : { "pinyin" : "bāng", + "numeric" : "bang1", + "wadegiles" : "pang¹", + "bopomofo" : "ㄅㄤ", + "romatzyh" : "bang" }, + "meanings" : [ "old variant of 帮" ], + "classifiers" : [] }, + { "traditional" : "幚", + "transcriptions" : { "pinyin" : "bāng", + "numeric" : "bang1", + "wadegiles" : "pang¹", + "bopomofo" : "ㄅㄤ", + "romatzyh" : "bang" }, + "meanings" : [ "old variant of 帮" ], + "classifiers" : [] }, + { "traditional" : "幫", + "transcriptions" : { "pinyin" : "bāng", + "numeric" : "bang1", + "wadegiles" : "pang¹", + "bopomofo" : "ㄅㄤ", + "romatzyh" : "bang" }, + "meanings" : [ "to help", + "to assist", + "to support", + "for sb (i.e. as a help)", + "hired (as worker)", + "side (of pail, boat etc)", + "outer layer", + "upper (of a shoe)", + "group", + "gang", + "clique", + "party", + "secret society" ], + "classifiers" : [] } ] }, + { "simplified" : "帮忙", + "radical" : "巾", + "level" : [ "new-1", "old-3" ], + "frequency" : 1860, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "幫忙", + "transcriptions" : { "pinyin" : "bāng máng", + "numeric" : "bang1 mang2", + "wadegiles" : "pang¹ mang²", + "bopomofo" : "ㄅㄤ ㄇㄤˊ", + "romatzyh" : "bang mang" }, + "meanings" : [ "to help", + "to lend a hand", + "to do a favor", + "to do a good turn" ], + "classifiers" : [] } ] }, + { "simplified" : "帮手", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 10534, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "幫手", + "transcriptions" : { "pinyin" : "bāng shǒu", + "numeric" : "bang1 shou3", + "wadegiles" : "pang¹ shou³", + "bopomofo" : "ㄅㄤ ㄕㄡˇ", + "romatzyh" : "bang shoou" }, + "meanings" : [ "helper; assistant" ], + "classifiers" : [] } ] }, + { "simplified" : "帮助", + "radical" : "巾", + "level" : [ "new-2", "old-2" ], + "frequency" : 499, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "幫助", + "transcriptions" : { "pinyin" : "bāng zhù", + "numeric" : "bang1 zhu4", + "wadegiles" : "pang¹ chu⁴", + "bopomofo" : "ㄅㄤ ㄓㄨˋ", + "romatzyh" : "bang juh" }, + "meanings" : [ "assistance; aid", + "to help; to assist" ], + "classifiers" : [] } ] }, + { "simplified" : "绑", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 5003, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "綁", + "transcriptions" : { "pinyin" : "bǎng", + "numeric" : "bang3", + "wadegiles" : "pang³", + "bopomofo" : "ㄅㄤˇ", + "romatzyh" : "baang" }, + "meanings" : [ "to tie", + "bind or fasten together", + "to kidnap" ], + "classifiers" : [] } ] }, + { "simplified" : "绑架", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3992, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "綁架", + "transcriptions" : { "pinyin" : "bǎng jià", + "numeric" : "bang3 jia4", + "wadegiles" : "pang³ chia⁴", + "bopomofo" : "ㄅㄤˇ ㄐㄧㄚˋ", + "romatzyh" : "baang jiah" }, + "meanings" : [ "to kidnap", + "to abduct", + "to hijack", + "a kidnapping", + "abduction", + "staking" ], + "classifiers" : [] } ] }, + { "simplified" : "榜样", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6902, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "榜樣", + "transcriptions" : { "pinyin" : "bǎng yàng", + "numeric" : "bang3 yang4", + "wadegiles" : "pang³ yang⁴", + "bopomofo" : "ㄅㄤˇ ㄧㄤˋ", + "romatzyh" : "baang yanq" }, + "meanings" : [ "example", "model" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "傍晚", + "radical" : "亻", + "level" : [ "new-6", "old-5" ], + "frequency" : 9979, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "傍晚", + "transcriptions" : { "pinyin" : "bàng wǎn", + "numeric" : "bang4 wan3", + "wadegiles" : "pang⁴ wan³", + "bopomofo" : "ㄅㄤˋ ㄨㄢˇ", + "romatzyh" : "banq woan" }, + "meanings" : [ "in the evening", + "when night falls", + "towards evening", + "at night fall", + "at dusk" ], + "classifiers" : [] } ] }, + { "simplified" : "棒", + "radical" : "木", + "level" : [ "new-5", "old-5" ], + "frequency" : 1228, + "pos" : [ "a", "g", "q" ], + "forms" : [ { "traditional" : "棒", + "transcriptions" : { "pinyin" : "bàng", + "numeric" : "bang4", + "wadegiles" : "pang⁴", + "bopomofo" : "ㄅㄤˋ", + "romatzyh" : "banq" }, + "meanings" : [ "stick", + "club", + "cudgel", + "smart", + "capable", + "strong", + "wonderful", + "classifier for legs of a relay race" ], + "classifiers" : [] } ] }, + { "simplified" : "棒球", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 9599, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棒球", + "transcriptions" : { "pinyin" : "bàng qiú", + "numeric" : "bang4 qiu2", + "wadegiles" : "pang⁴ ch'iu²", + "bopomofo" : "ㄅㄤˋ ㄑㄧㄡˊ", + "romatzyh" : "banq chyou" }, + "meanings" : [ "baseball" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "磅", + "radical" : "石", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5014, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "磅", + "transcriptions" : { "pinyin" : "bàng", + "numeric" : "bang4", + "wadegiles" : "pang⁴", + "bopomofo" : "ㄅㄤˋ", + "romatzyh" : "banq" }, + "meanings" : [ "scale (instrument for weighing)", + "to weigh", + "(loanword) pound (unit of weight, about 454 grams)", + "(printing) point (unit used to measure the size of type)" ], + "classifiers" : [] } ] }, + { "simplified" : "包", + "radical" : "勹", + "level" : [ "new-1", "old-3" ], + "frequency" : 755, + "pos" : [ "v", "n", "q" ], + "forms" : [ { "traditional" : "包", + "transcriptions" : { "pinyin" : "Bāo", + "numeric" : "Bao1", + "wadegiles" : "pao¹", + "bopomofo" : "ㄅㄠ", + "romatzyh" : "bau" }, + "meanings" : [ "surname Bao" ], + "classifiers" : [] }, + { "traditional" : "包", + "transcriptions" : { "pinyin" : "bāo", + "numeric" : "bao1", + "wadegiles" : "pao¹", + "bopomofo" : "ㄅㄠ", + "romatzyh" : "bau" }, + "meanings" : [ "to cover", + "to wrap", + "to hold", + "to include", + "to take charge of", + "to contract (to or for)", + "package", + "wrapper", + "container", + "bag", + "to hold or embrace", + "bundle", + "packet" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "包庇", + "radical" : "勹", + "level" : [ "old-6" ], + "frequency" : 20727, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "包庇", + "transcriptions" : { "pinyin" : "bāo bì", + "numeric" : "bao1 bi4", + "wadegiles" : "pao¹ pi⁴", + "bopomofo" : "ㄅㄠ ㄅㄧˋ", + "romatzyh" : "bau bih" }, + "meanings" : [ "to shield", + "to harbor", + "to cover up" ], + "classifiers" : [] } ] }, + { "simplified" : "包袱", + "radical" : "勹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9285, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "包袱", + "transcriptions" : { "pinyin" : "bāo fu", + "numeric" : "bao1 fu5", + "wadegiles" : "pao¹ fu", + "bopomofo" : "ㄅㄠ fu", + "romatzyh" : "bau fu" }, + "meanings" : [ "wrapping cloth", + "a bundle wrapped in cloth", + "load", + "weight", + "burden", + "funny part", + "punchline" ], + "classifiers" : [] } ] }, + { "simplified" : "包裹", + "radical" : "勹", + "level" : [ "new-4", "old-5" ], + "frequency" : 5432, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "包裹", + "transcriptions" : { "pinyin" : "bāo guǒ", + "numeric" : "bao1 guo3", + "wadegiles" : "pao¹ kuo³", + "bopomofo" : "ㄅㄠ ㄍㄨㄛˇ", + "romatzyh" : "bau guoo" }, + "meanings" : [ "to wrap up", + "to bind up", + "bundle", + "parcel", + "package" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "包含", + "radical" : "勹", + "level" : [ "new-4", "old-5" ], + "frequency" : 5524, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "包含", + "transcriptions" : { "pinyin" : "bāo hán", + "numeric" : "bao1 han2", + "wadegiles" : "pao¹ han²", + "bopomofo" : "ㄅㄠ ㄏㄢˊ", + "romatzyh" : "bau harn" }, + "meanings" : [ "to contain", + "to embody", + "to include" ], + "classifiers" : [] } ] }, + { "simplified" : "包括", + "radical" : "勹", + "level" : [ "new-4", "old-4" ], + "frequency" : 788, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "包括", + "transcriptions" : { "pinyin" : "bāo kuò", + "numeric" : "bao1 kuo4", + "wadegiles" : "pao¹ k'uo⁴", + "bopomofo" : "ㄅㄠ ㄎㄨㄛˋ", + "romatzyh" : "bau kuoh" }, + "meanings" : [ "to comprise", + "to include", + "to involve", + "to incorporate", + "to consist of" ], + "classifiers" : [] } ] }, + { "simplified" : "包容", + "radical" : "勹", + "level" : [ "new-7+" ], + "frequency" : 10708, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "包容", + "transcriptions" : { "pinyin" : "bāo róng", + "numeric" : "bao1 rong2", + "wadegiles" : "pao¹ jung²", + "bopomofo" : "ㄅㄠ ㄖㄨㄥˊ", + "romatzyh" : "bau rong" }, + "meanings" : [ "to pardon", + "to forgive", + "to show tolerance", + "to contain", + "to hold", + "inclusive" ], + "classifiers" : [] } ] }, + { "simplified" : "包围", + "radical" : "勹", + "level" : [ "new-5", "old-6" ], + "frequency" : 5295, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "包圍", + "transcriptions" : { "pinyin" : "bāo wéi", + "numeric" : "bao1 wei2", + "wadegiles" : "pao¹ wei²", + "bopomofo" : "ㄅㄠ ㄨㄟˊ", + "romatzyh" : "bau wei" }, + "meanings" : [ "to surround", + "to encircle", + "to hem in" ], + "classifiers" : [] } ] }, + { "simplified" : "包扎", + "radical" : "勹", + "level" : [ "new-7+" ], + "frequency" : 14432, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "包扎", + "transcriptions" : { "pinyin" : "bāo zā", + "numeric" : "bao1 za1", + "wadegiles" : "pao¹ tsa¹", + "bopomofo" : "ㄅㄠ ㄗㄚ", + "romatzyh" : "bau tza" }, + "meanings" : [ "variant of 包扎" ], + "classifiers" : [] }, + { "traditional" : "包紮", + "transcriptions" : { "pinyin" : "bāo zā", + "numeric" : "bao1 za1", + "wadegiles" : "pao¹ tsa¹", + "bopomofo" : "ㄅㄠ ㄗㄚ", + "romatzyh" : "bau tza" }, + "meanings" : [ "to wrap up", + "to pack", + "to bind up (a wound)" ], + "classifiers" : [] } ] }, + { "simplified" : "包装", + "radical" : "勹", + "level" : [ "new-5", "old-6" ], + "frequency" : 4634, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "包裝", + "transcriptions" : { "pinyin" : "bāo zhuāng", + "numeric" : "bao1 zhuang1", + "wadegiles" : "pao¹ chuang¹", + "bopomofo" : "ㄅㄠ ㄓㄨㄤ", + "romatzyh" : "bau juang" }, + "meanings" : [ "to pack", + "to package", + "to wrap", + "packaging" ], + "classifiers" : [] } ] }, + { "simplified" : "包子", + "radical" : "勹", + "level" : [ "new-1", "old-5" ], + "frequency" : 16315, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "包子", + "transcriptions" : { "pinyin" : "bāo zi", + "numeric" : "bao1 zi5", + "wadegiles" : "pao¹ zi", + "bopomofo" : "ㄅㄠ zi", + "romatzyh" : "bau zi" }, + "meanings" : [ "bao (steamed stuffed bun)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "煲", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 14364, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "煲", + "transcriptions" : { "pinyin" : "bāo", + "numeric" : "bao1", + "wadegiles" : "pao¹", + "bopomofo" : "ㄅㄠ", + "romatzyh" : "bau" }, + "meanings" : [ "to cook slowly over a low flame", + "pot", + "saucepan" ], + "classifiers" : [] } ] }, + { "simplified" : "薄", + "radical" : "艹", + "level" : [ "new-4", "old-5" ], + "frequency" : 4129, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "薄", + "transcriptions" : { "pinyin" : "Bó", + "numeric" : "Bo2", + "wadegiles" : "po²", + "bopomofo" : "ㄅㄛˊ", + "romatzyh" : "bor" }, + "meanings" : [ "surname Bo" ], + "classifiers" : [] }, + { "traditional" : "薄", + "transcriptions" : { "pinyin" : "báo", + "numeric" : "bao2", + "wadegiles" : "pao²", + "bopomofo" : "ㄅㄠˊ", + "romatzyh" : "baur" }, + "meanings" : [ "thin", + "cold in manner", + "indifferent", + "weak", + "light", + "infertile" ], + "classifiers" : [] }, + { "traditional" : "薄", + "transcriptions" : { "pinyin" : "bó", + "numeric" : "bo2", + "wadegiles" : "po²", + "bopomofo" : "ㄅㄛˊ", + "romatzyh" : "bor" }, + "meanings" : [ "meager", + "slight", + "weak", + "ungenerous or unkind", + "frivolous", + "to despise", + "to belittle", + "to look down on", + "to approach or near" ], + "classifiers" : [] }, + { "traditional" : "薄", + "transcriptions" : { "pinyin" : "bò", + "numeric" : "bo4", + "wadegiles" : "po⁴", + "bopomofo" : "ㄅㄛˋ", + "romatzyh" : "boh" }, + "meanings" : [ "see 荷" ], + "classifiers" : [] } ] }, + { "simplified" : "薄弱", + "radical" : "艹", + "level" : [ "new-5", "old-6" ], + "frequency" : 10648, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "薄弱", + "transcriptions" : { "pinyin" : "bó ruò", + "numeric" : "bo2 ruo4", + "wadegiles" : "po² jo⁴", + "bopomofo" : "ㄅㄛˊ ㄖㄨㄛˋ", + "romatzyh" : "bor ruoh" }, + "meanings" : [ "weak; frail" ], + "classifiers" : [] } ] }, + { "simplified" : "宝", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 1908, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "寳", + "transcriptions" : { "pinyin" : "bǎo", + "numeric" : "bao3", + "wadegiles" : "pao³", + "bopomofo" : "ㄅㄠˇ", + "romatzyh" : "bao" }, + "meanings" : [ "variant of 宝" ], + "classifiers" : [] }, + { "traditional" : "寶", + "transcriptions" : { "pinyin" : "bǎo", + "numeric" : "bao3", + "wadegiles" : "pao³", + "bopomofo" : "ㄅㄠˇ", + "romatzyh" : "bao" }, + "meanings" : [ "jewel", + "gem", + "treasure", + "precious" ], + "classifiers" : [] } ] }, + { "simplified" : "宝宝", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 1968, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寶寶", + "transcriptions" : { "pinyin" : "bǎo bao", + "numeric" : "bao3 bao5", + "wadegiles" : "pao³ bao", + "bopomofo" : "ㄅㄠˇ bao", + "romatzyh" : "bao bao" }, + "meanings" : [ "darling; baby" ], + "classifiers" : [] } ] }, + { "simplified" : "宝贝", + "radical" : "宀", + "level" : [ "new-4", "old-5" ], + "frequency" : 1003, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寶貝", + "transcriptions" : { "pinyin" : "bǎo bèi", + "numeric" : "bao3 bei4", + "wadegiles" : "pao³ pei⁴", + "bopomofo" : "ㄅㄠˇ ㄅㄟˋ", + "romatzyh" : "bao bey" }, + "meanings" : [ "treasured object", + "treasure", + "darling", + "baby", + "cowry", + "good-for-nothing or queer character" ], + "classifiers" : [] } ] }, + { "simplified" : "宝藏", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 11504, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寶藏", + "transcriptions" : { "pinyin" : "bǎo zàng", + "numeric" : "bao3 zang4", + "wadegiles" : "pao³ tsang⁴", + "bopomofo" : "ㄅㄠˇ ㄗㄤˋ", + "romatzyh" : "bao tzanq" }, + "meanings" : [ "precious mineral deposits", + "hidden treasure", + "(fig.) treasure", + "(Buddhism) the treasure of Buddha's law" ], + "classifiers" : [] } ] }, + { "simplified" : "宝贵", + "radical" : "宀", + "level" : [ "new-4", "old-5" ], + "frequency" : 5572, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "寶貴", + "transcriptions" : { "pinyin" : "bǎo guì", + "numeric" : "bao3 gui4", + "wadegiles" : "pao³ kuei⁴", + "bopomofo" : "ㄅㄠˇ ㄍㄨㄟˋ", + "romatzyh" : "bao guey" }, + "meanings" : [ "valuable", + "precious", + "to value", + "to treasure", + "to set store by" ], + "classifiers" : [] } ] }, + { "simplified" : "宝库", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 22455, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寶庫", + "transcriptions" : { "pinyin" : "bǎo kù", + "numeric" : "bao3 ku4", + "wadegiles" : "pao³ k'u⁴", + "bopomofo" : "ㄅㄠˇ ㄎㄨˋ", + "romatzyh" : "bao kuh" }, + "meanings" : [ "treasure-house", + "treasury", + "treasure-trove (often fig., book of treasured wisdom)" ], + "classifiers" : [] } ] }, + { "simplified" : "宝石", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 8615, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "寶石", + "transcriptions" : { "pinyin" : "bǎo shí", + "numeric" : "bao3 shi2", + "wadegiles" : "pao³ shih²", + "bopomofo" : "ㄅㄠˇ ㄕˊ", + "romatzyh" : "bao shyr" }, + "meanings" : [ "precious stone; gem" ], + "classifiers" : [ "枚", "颗" ] } ] }, + { "simplified" : "饱", + "radical" : "饣", + "level" : [ "new-2", "old-3" ], + "frequency" : 4742, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "飽", + "transcriptions" : { "pinyin" : "bǎo", + "numeric" : "bao3", + "wadegiles" : "pao³", + "bopomofo" : "ㄅㄠˇ", + "romatzyh" : "bao" }, + "meanings" : [ "to eat till full", "satisfied" ], + "classifiers" : [] } ] }, + { "simplified" : "饱和", + "radical" : "饣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19403, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "飽和", + "transcriptions" : { "pinyin" : "bǎo hé", + "numeric" : "bao3 he2", + "wadegiles" : "pao³ ho²", + "bopomofo" : "ㄅㄠˇ ㄏㄜˊ", + "romatzyh" : "bao her" }, + "meanings" : [ "saturated; filled to capacity" ], + "classifiers" : [] } ] }, + { "simplified" : "饱经沧桑", + "radical" : "饣", + "level" : [ "old-6" ], + "frequency" : 86660, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "飽經滄桑", + "transcriptions" : { "pinyin" : "bǎo jīng cāng sāng", + "numeric" : "bao3 jing1 cang1 sang1", + "wadegiles" : "pao³ ching¹ ts'ang¹ sang¹", + "bopomofo" : "ㄅㄠˇ ㄐㄧㄥ ㄘㄤ ㄙㄤ", + "romatzyh" : "bao jing tsang sang" }, + "meanings" : [ "having lived through many changes" ], + "classifiers" : [] } ] }, + { "simplified" : "饱满", + "radical" : "饣", + "level" : [ "new-7+" ], + "frequency" : 16473, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "飽滿", + "transcriptions" : { "pinyin" : "bǎo mǎn", + "numeric" : "bao3 man3", + "wadegiles" : "pao³ man³", + "bopomofo" : "ㄅㄠˇ ㄇㄢˇ", + "romatzyh" : "bao maan" }, + "meanings" : [ "full", "plump" ], + "classifiers" : [] } ] }, + { "simplified" : "保", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 1597, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "保", + "transcriptions" : { "pinyin" : "Bǎo", + "numeric" : "Bao3", + "wadegiles" : "pao³", + "bopomofo" : "ㄅㄠˇ", + "romatzyh" : "bao" }, + "meanings" : [ "Bulgaria", + "Bulgarian", + "abbr. for 保加利亚" ], + "classifiers" : [] }, + { "traditional" : "保", + "transcriptions" : { "pinyin" : "bǎo", + "numeric" : "bao3", + "wadegiles" : "pao³", + "bopomofo" : "ㄅㄠˇ", + "romatzyh" : "bao" }, + "meanings" : [ "to defend; to protect; to keep", + "to guarantee; to ensure", + "civil administration unit in the baojia 甲 system (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "保安", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 3028, + "pos" : [ "b", "n", "v" ], + "forms" : [ { "traditional" : "保安", + "transcriptions" : { "pinyin" : "bǎo ān", + "numeric" : "bao3 an1", + "wadegiles" : "pao³ an¹", + "bopomofo" : "ㄅㄠˇ ㄢ", + "romatzyh" : "bao an" }, + "meanings" : [ "to ensure public security", + "to ensure safety (for workers engaged in production)", + "public security", + "security guard" ], + "classifiers" : [] } ] }, + { "simplified" : "保持", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 644, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保持", + "transcriptions" : { "pinyin" : "bǎo chí", + "numeric" : "bao3 chi2", + "wadegiles" : "pao³ ch'ih²", + "bopomofo" : "ㄅㄠˇ ㄔˊ", + "romatzyh" : "bao chyr" }, + "meanings" : [ "to keep", + "to maintain", + "to hold", + "to preserve" ], + "classifiers" : [] } ] }, + { "simplified" : "保存", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 3916, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保存", + "transcriptions" : { "pinyin" : "bǎo cún", + "numeric" : "bao3 cun2", + "wadegiles" : "pao³ ts'un²", + "bopomofo" : "ㄅㄠˇ ㄘㄨㄣˊ", + "romatzyh" : "bao tswen" }, + "meanings" : [ "to conserve", + "to preserve", + "to keep", + "to save (a file etc) (computing)" ], + "classifiers" : [] } ] }, + { "simplified" : "保管", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7305, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保管", + "transcriptions" : { "pinyin" : "bǎo guǎn", + "numeric" : "bao3 guan3", + "wadegiles" : "pao³ kuan³", + "bopomofo" : "ㄅㄠˇ ㄍㄨㄢˇ", + "romatzyh" : "bao goan" }, + "meanings" : [ "to hold in safekeeping", + "to have in one's care", + "to guarantee", + "certainly", + "surely", + "custodian", + "curator" ], + "classifiers" : [] } ] }, + { "simplified" : "保护", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 536, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保護", + "transcriptions" : { "pinyin" : "bǎo hù", + "numeric" : "bao3 hu4", + "wadegiles" : "pao³ hu⁴", + "bopomofo" : "ㄅㄠˇ ㄏㄨˋ", + "romatzyh" : "bao huh" }, + "meanings" : [ "to protect", + "to defend", + "to safeguard", + "protection" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "保健", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 8782, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "保健", + "transcriptions" : { "pinyin" : "bǎo jiàn", + "numeric" : "bao3 jian4", + "wadegiles" : "pao³ chien⁴", + "bopomofo" : "ㄅㄠˇ ㄐㄧㄢˋ", + "romatzyh" : "bao jiann" }, + "meanings" : [ "health protection", + "health care", + "to maintain in good health" ], + "classifiers" : [] } ] }, + { "simplified" : "保留", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 2921, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保留", + "transcriptions" : { "pinyin" : "bǎo liú", + "numeric" : "bao3 liu2", + "wadegiles" : "pao³ liu²", + "bopomofo" : "ㄅㄠˇ ㄌㄧㄡˊ", + "romatzyh" : "bao liou" }, + "meanings" : [ "to keep", + "to retain", + "to have reservations (about sth)", + "to hold back (from saying sth)", + "to put aside for later" ], + "classifiers" : [] } ] }, + { "simplified" : "保密", + "radical" : "亻", + "level" : [ "new-4", "old-6" ], + "frequency" : 5279, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保密", + "transcriptions" : { "pinyin" : "bǎo mì", + "numeric" : "bao3 mi4", + "wadegiles" : "pao³ mi⁴", + "bopomofo" : "ㄅㄠˇ ㄇㄧˋ", + "romatzyh" : "bao mih" }, + "meanings" : [ "to keep sth confidential", + "to maintain secrecy" ], + "classifiers" : [] } ] }, + { "simplified" : "保姆", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5382, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "保姆", + "transcriptions" : { "pinyin" : "bǎo mǔ", + "numeric" : "bao3 mu3", + "wadegiles" : "pao³ mu³", + "bopomofo" : "ㄅㄠˇ ㄇㄨˇ", + "romatzyh" : "bao muu" }, + "meanings" : [ "nanny", "housekeeper" ], + "classifiers" : [] } ] }, + { "simplified" : "保暖", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9897, + "pos" : [ "a", "an", "v" ], + "forms" : [ { "traditional" : "保暖", + "transcriptions" : { "pinyin" : "bǎo nuǎn", + "numeric" : "bao3 nuan3", + "wadegiles" : "pao³ nuan³", + "bopomofo" : "ㄅㄠˇ ㄋㄨㄢˇ", + "romatzyh" : "bao noan" }, + "meanings" : [ "to keep warm" ], + "classifiers" : [] } ] }, + { "simplified" : "保守", + "radical" : "亻", + "level" : [ "new-4", "old-6" ], + "frequency" : 4898, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "保守", + "transcriptions" : { "pinyin" : "bǎo shǒu", + "numeric" : "bao3 shou3", + "wadegiles" : "pao³ shou³", + "bopomofo" : "ㄅㄠˇ ㄕㄡˇ", + "romatzyh" : "bao shoou" }, + "meanings" : [ "conservative", + "to guard", + "to keep" ], + "classifiers" : [] } ] }, + { "simplified" : "保卫", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 5011, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保衛", + "transcriptions" : { "pinyin" : "bǎo wèi", + "numeric" : "bao3 wei4", + "wadegiles" : "pao³ wei⁴", + "bopomofo" : "ㄅㄠˇ ㄨㄟˋ", + "romatzyh" : "bao wey" }, + "meanings" : [ "to defend", "to safeguard" ], + "classifiers" : [] } ] }, + { "simplified" : "保鲜", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 16569, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "保鮮", + "transcriptions" : { "pinyin" : "bǎo xiān", + "numeric" : "bao3 xian1", + "wadegiles" : "pao³ hsien¹", + "bopomofo" : "ㄅㄠˇ ㄒㄧㄢ", + "romatzyh" : "bao shian" }, + "meanings" : [ "to keep fresh" ], + "classifiers" : [] } ] }, + { "simplified" : "保险", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 1430, + "pos" : [ "n", "a", "v" ], + "forms" : [ { "traditional" : "保險", + "transcriptions" : { "pinyin" : "bǎo xiǎn", + "numeric" : "bao3 xian3", + "wadegiles" : "pao³ hsien³", + "bopomofo" : "ㄅㄠˇ ㄒㄧㄢˇ", + "romatzyh" : "bao shean" }, + "meanings" : [ "insurance", + "to insure", + "safe", + "secure", + "be sure", + "be bound to" ], + "classifiers" : [ "份" ] } ] }, + { "simplified" : "保修", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 22465, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保修", + "transcriptions" : { "pinyin" : "bǎo xiū", + "numeric" : "bao3 xiu1", + "wadegiles" : "pao³ hsiu¹", + "bopomofo" : "ㄅㄠˇ ㄒㄧㄡ", + "romatzyh" : "bao shiou" }, + "meanings" : [ "to promise to keep sth in good repair", + "guarantee; warranty" ], + "classifiers" : [] } ] }, + { "simplified" : "保养", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 10030, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保養", + "transcriptions" : { "pinyin" : "bǎo yǎng", + "numeric" : "bao3 yang3", + "wadegiles" : "pao³ yang³", + "bopomofo" : "ㄅㄠˇ ㄧㄤˇ", + "romatzyh" : "bao yeang" }, + "meanings" : [ "to take good care of (or conserve) one's health", + "to keep in good repair", + "to maintain", + "maintenance" ], + "classifiers" : [] } ] }, + { "simplified" : "保佑", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 4727, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保佑", + "transcriptions" : { "pinyin" : "bǎo yòu", + "numeric" : "bao3 you4", + "wadegiles" : "pao³ yu⁴", + "bopomofo" : "ㄅㄠˇ ㄧㄡˋ", + "romatzyh" : "bao yow" }, + "meanings" : [ "to bless and protect", "blessing" ], + "classifiers" : [] } ] }, + { "simplified" : "保障", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3491, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "保障", + "transcriptions" : { "pinyin" : "bǎo zhàng", + "numeric" : "bao3 zhang4", + "wadegiles" : "pao³ chang⁴", + "bopomofo" : "ㄅㄠˇ ㄓㄤˋ", + "romatzyh" : "bao janq" }, + "meanings" : [ "to ensure", + "to guarantee", + "to safeguard" ], + "classifiers" : [] } ] }, + { "simplified" : "保证", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 586, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "保證", + "transcriptions" : { "pinyin" : "bǎo zhèng", + "numeric" : "bao3 zheng4", + "wadegiles" : "pao³ cheng⁴", + "bopomofo" : "ㄅㄠˇ ㄓㄥˋ", + "romatzyh" : "bao jenq" }, + "meanings" : [ "guarantee", + "to guarantee", + "to ensure", + "to safeguard", + "to pledge" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "保质期", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 23667, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "保質期", + "transcriptions" : { "pinyin" : "bǎo zhì qī", + "numeric" : "bao3 zhi4 qi1", + "wadegiles" : "pao³ chih⁴ ch'i¹", + "bopomofo" : "ㄅㄠˇ ㄓˋ ㄑㄧ", + "romatzyh" : "bao jyh chi" }, + "meanings" : [ "shelf life", "expiration date" ], + "classifiers" : [] } ] }, + { "simplified" : "保重", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9105, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "保重", + "transcriptions" : { "pinyin" : "bǎo zhòng", + "numeric" : "bao3 zhong4", + "wadegiles" : "pao³ chung⁴", + "bopomofo" : "ㄅㄠˇ ㄓㄨㄥˋ", + "romatzyh" : "bao jonq" }, + "meanings" : [ "to take care of oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "堡垒", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 12525, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "堡壘", + "transcriptions" : { "pinyin" : "bǎo lěi", + "numeric" : "bao3 lei3", + "wadegiles" : "pao³ lei³", + "bopomofo" : "ㄅㄠˇ ㄌㄟˇ", + "romatzyh" : "bao leei" }, + "meanings" : [ "fort" ], + "classifiers" : [] } ] }, + { "simplified" : "报", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 967, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "報", + "transcriptions" : { "pinyin" : "bào", + "numeric" : "bao4", + "wadegiles" : "pao⁴", + "bopomofo" : "ㄅㄠˋ", + "romatzyh" : "baw" }, + "meanings" : [ "to announce", + "to inform", + "report", + "newspaper", + "recompense", + "revenge" ], + "classifiers" : [ "份", "张" ] } ] }, + { "simplified" : "报仇", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8334, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報仇", + "transcriptions" : { "pinyin" : "bào chóu", + "numeric" : "bao4 chou2", + "wadegiles" : "pao⁴ ch'ou²", + "bopomofo" : "ㄅㄠˋ ㄔㄡˊ", + "romatzyh" : "baw chour" }, + "meanings" : [ "to take revenge", "to avenge" ], + "classifiers" : [] } ] }, + { "simplified" : "报酬", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6322, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "報酬", + "transcriptions" : { "pinyin" : "bào chou", + "numeric" : "bao4 chou5", + "wadegiles" : "pao⁴ chou", + "bopomofo" : "ㄅㄠˋ chou", + "romatzyh" : "baw chou" }, + "meanings" : [ "reward", "remuneration" ], + "classifiers" : [] } ] }, + { "simplified" : "报答", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 11736, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報答", + "transcriptions" : { "pinyin" : "bào dá", + "numeric" : "bao4 da2", + "wadegiles" : "pao⁴ ta²", + "bopomofo" : "ㄅㄠˋ ㄉㄚˊ", + "romatzyh" : "baw dar" }, + "meanings" : [ "to repay", "to requite" ], + "classifiers" : [] } ] }, + { "simplified" : "报到", + "radical" : "扌", + "level" : [ "new-3", "old-6" ], + "frequency" : 8953, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報到", + "transcriptions" : { "pinyin" : "bào dào", + "numeric" : "bao4 dao4", + "wadegiles" : "pao⁴ tao⁴", + "bopomofo" : "ㄅㄠˋ ㄉㄠˋ", + "romatzyh" : "baw daw" }, + "meanings" : [ "to report for duty", + "to check in", + "to register" ], + "classifiers" : [] } ] }, + { "simplified" : "报道", + "radical" : "扌", + "level" : [ "new-3", "old-4" ], + "frequency" : 886, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "報道", + "transcriptions" : { "pinyin" : "bào dào", + "numeric" : "bao4 dao4", + "wadegiles" : "pao⁴ tao⁴", + "bopomofo" : "ㄅㄠˋ ㄉㄠˋ", + "romatzyh" : "baw daw" }, + "meanings" : [ "to report (news)", "report" ], + "classifiers" : [ "篇", "份" ] } ] }, + { "simplified" : "报废", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 15621, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報廢", + "transcriptions" : { "pinyin" : "bào fèi", + "numeric" : "bao4 fei4", + "wadegiles" : "pao⁴ fei⁴", + "bopomofo" : "ㄅㄠˋ ㄈㄟˋ", + "romatzyh" : "baw fey" }, + "meanings" : [ "to scrap; to dispose of (sth worn-out or damaged)" ], + "classifiers" : [] } ] }, + { "simplified" : "报复", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4880, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報復", + "transcriptions" : { "pinyin" : "bào fù", + "numeric" : "bao4 fu4", + "wadegiles" : "pao⁴ fu⁴", + "bopomofo" : "ㄅㄠˋ ㄈㄨˋ", + "romatzyh" : "baw fuh" }, + "meanings" : [ "to make reprisals; to retaliate", + "revenge; retaliation" ], + "classifiers" : [] } ] }, + { "simplified" : "报告", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 681, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "報告", + "transcriptions" : { "pinyin" : "bào gào", + "numeric" : "bao4 gao4", + "wadegiles" : "pao⁴ kao⁴", + "bopomofo" : "ㄅㄠˋ ㄍㄠˋ", + "romatzyh" : "baw gaw" }, + "meanings" : [ "to inform", + "to report", + "to make known", + "report", + "speech", + "talk", + "lecture" ], + "classifiers" : [ "篇", "份", "个", "通" ] } ] }, + { "simplified" : "报警", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 2972, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報警", + "transcriptions" : { "pinyin" : "bào jǐng", + "numeric" : "bao4 jing3", + "wadegiles" : "pao⁴ ching³", + "bopomofo" : "ㄅㄠˋ ㄐㄧㄥˇ", + "romatzyh" : "baw jiing" }, + "meanings" : [ "to sound an alarm", + "to report sth to the police" ], + "classifiers" : [] } ] }, + { "simplified" : "报刊", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 15103, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "報刊", + "transcriptions" : { "pinyin" : "bào kān", + "numeric" : "bao4 kan1", + "wadegiles" : "pao⁴ k'an¹", + "bopomofo" : "ㄅㄠˋ ㄎㄢ", + "romatzyh" : "baw kan" }, + "meanings" : [ "newspapers and periodicals", + "the press" ], + "classifiers" : [] } ] }, + { "simplified" : "报考", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 23743, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報考", + "transcriptions" : { "pinyin" : "bào kǎo", + "numeric" : "bao4 kao3", + "wadegiles" : "pao⁴ k'ao³", + "bopomofo" : "ㄅㄠˋ ㄎㄠˇ", + "romatzyh" : "baw kao" }, + "meanings" : [ "to enter oneself for an examination" ], + "classifiers" : [] } ] }, + { "simplified" : "报名", + "radical" : "扌", + "level" : [ "new-2", "old-4" ], + "frequency" : 4602, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報名", + "transcriptions" : { "pinyin" : "bào míng", + "numeric" : "bao4 ming2", + "wadegiles" : "pao⁴ ming²", + "bopomofo" : "ㄅㄠˋ ㄇㄧㄥˊ", + "romatzyh" : "baw ming" }, + "meanings" : [ "to sign up", + "to enter one's name", + "to apply", + "to register", + "to enroll", + "to enlist" ], + "classifiers" : [] } ] }, + { "simplified" : "报社", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8300, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "報社", + "transcriptions" : { "pinyin" : "bào shè", + "numeric" : "bao4 she4", + "wadegiles" : "pao⁴ she⁴", + "bopomofo" : "ㄅㄠˋ ㄕㄜˋ", + "romatzyh" : "baw sheh" }, + "meanings" : [ "newspaper (i.e. a company)" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "报亭", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "報亭", + "transcriptions" : { "pinyin" : "bào tíng", + "numeric" : "bao4 ting2", + "wadegiles" : "pao⁴ t'ing²", + "bopomofo" : "ㄅㄠˋ ㄊㄧㄥˊ", + "romatzyh" : "baw tyng" }, + "meanings" : [ "kiosk", "newsstand" ], + "classifiers" : [] } ] }, + { "simplified" : "报销", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12447, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "報銷", + "transcriptions" : { "pinyin" : "bào xiāo", + "numeric" : "bao4 xiao1", + "wadegiles" : "pao⁴ hsiao¹", + "bopomofo" : "ㄅㄠˋ ㄒㄧㄠ", + "romatzyh" : "baw shiau" }, + "meanings" : [ "to submit an expense account", + "to apply for reimbursement", + "to write off", + "to wipe out" ], + "classifiers" : [] } ] }, + { "simplified" : "报纸", + "radical" : "扌", + "level" : [ "new-2", "old-2" ], + "frequency" : 2232, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "報紙", + "transcriptions" : { "pinyin" : "bào zhǐ", + "numeric" : "bao4 zhi3", + "wadegiles" : "pao⁴ chih³", + "bopomofo" : "ㄅㄠˋ ㄓˇ", + "romatzyh" : "baw jyy" }, + "meanings" : [ "newspaper", "newsprint" ], + "classifiers" : [ "份", "期", "张" ] } ] }, + { "simplified" : "抱", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 1238, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抱", + "transcriptions" : { "pinyin" : "bào", + "numeric" : "bao4", + "wadegiles" : "pao⁴", + "bopomofo" : "ㄅㄠˋ", + "romatzyh" : "baw" }, + "meanings" : [ "to hold", + "to carry (in one's arms)", + "to hug", + "to embrace", + "to surround", + "to cherish", + "(coll.) (of clothes) to fit nicely" ], + "classifiers" : [] } ] }, + { "simplified" : "抱负", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20578, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "抱負", + "transcriptions" : { "pinyin" : "bào fù", + "numeric" : "bao4 fu4", + "wadegiles" : "pao⁴ fu⁴", + "bopomofo" : "ㄅㄠˋ ㄈㄨˋ", + "romatzyh" : "baw fuh" }, + "meanings" : [ "aspiration", "ambition" ], + "classifiers" : [] } ] }, + { "simplified" : "抱歉", + "radical" : "扌", + "level" : [ "new-6", "old-4" ], + "frequency" : 4909, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "抱歉", + "transcriptions" : { "pinyin" : "bào qiàn", + "numeric" : "bao4 qian4", + "wadegiles" : "pao⁴ ch'ien⁴", + "bopomofo" : "ㄅㄠˋ ㄑㄧㄢˋ", + "romatzyh" : "baw chiann" }, + "meanings" : [ "to be sorry", + "to feel apologetic", + "sorry!" ], + "classifiers" : [] } ] }, + { "simplified" : "抱怨", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 3331, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抱怨", + "transcriptions" : { "pinyin" : "bào yuàn", + "numeric" : "bao4 yuan4", + "wadegiles" : "pao⁴ yüan⁴", + "bopomofo" : "ㄅㄠˋ ㄩㄢˋ", + "romatzyh" : "baw yuann" }, + "meanings" : [ "to complain", + "to grumble", + "to harbor a complaint", + "to feel dissatisfied" ], + "classifiers" : [] } ] }, + { "simplified" : "豹", + "radical" : "豸", + "level" : [ "new-7+" ], + "frequency" : 7248, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "豹", + "transcriptions" : { "pinyin" : "bào", + "numeric" : "bao4", + "wadegiles" : "pao⁴", + "bopomofo" : "ㄅㄠˋ", + "romatzyh" : "baw" }, + "meanings" : [ "leopard", "panther" ], + "classifiers" : [] } ] }, + { "simplified" : "暴风雨", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 13978, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "暴風雨", + "transcriptions" : { "pinyin" : "bào fēng yǔ", + "numeric" : "bao4 feng1 yu3", + "wadegiles" : "pao⁴ feng¹ yü³", + "bopomofo" : "ㄅㄠˋ ㄈㄥ ㄩˇ", + "romatzyh" : "baw feng yeu" }, + "meanings" : [ "rainstorm", "storm", "tempest" ], + "classifiers" : [] } ] }, + { "simplified" : "暴风骤雨", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 47595, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "暴風驟雨", + "transcriptions" : { "pinyin" : "bào fēng zhòu yǔ", + "numeric" : "bao4 feng1 zhou4 yu3", + "wadegiles" : "pao⁴ feng¹ chou⁴ yü³", + "bopomofo" : "ㄅㄠˋ ㄈㄥ ㄓㄡˋ ㄩˇ", + "romatzyh" : "baw feng jow yeu" }, + "meanings" : [ "violent wind and rainstorm", + "hurricane", + "tempest" ], + "classifiers" : [] } ] }, + { "simplified" : "暴力", + "radical" : "日", + "level" : [ "new-6", "old-6" ], + "frequency" : 2995, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "暴力", + "transcriptions" : { "pinyin" : "bào lì", + "numeric" : "bao4 li4", + "wadegiles" : "pao⁴ li⁴", + "bopomofo" : "ㄅㄠˋ ㄌㄧˋ", + "romatzyh" : "baw lih" }, + "meanings" : [ "violence", "force", "violent" ], + "classifiers" : [] } ] }, + { "simplified" : "暴利", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 27880, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "暴利", + "transcriptions" : { "pinyin" : "bào lì", + "numeric" : "bao4 li4", + "wadegiles" : "pao⁴ li⁴", + "bopomofo" : "ㄅㄠˋ ㄌㄧˋ", + "romatzyh" : "baw lih" }, + "meanings" : [ "sudden huge profits" ], + "classifiers" : [] } ] }, + { "simplified" : "暴露", + "radical" : "日", + "level" : [ "new-6", "old-6" ], + "frequency" : 3702, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "暴露", + "transcriptions" : { "pinyin" : "bào lù", + "numeric" : "bao4 lu4", + "wadegiles" : "pao⁴ lu⁴", + "bopomofo" : "ㄅㄠˋ ㄌㄨˋ", + "romatzyh" : "baw luh" }, + "meanings" : [ "to expose", + "to reveal", + "to lay bare", + "also pr. [pù lù]" ], + "classifiers" : [] } ] }, + { "simplified" : "暴雨", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 10782, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "暴雨", + "transcriptions" : { "pinyin" : "bào yǔ", + "numeric" : "bao4 yu3", + "wadegiles" : "pao⁴ yü³", + "bopomofo" : "ㄅㄠˋ ㄩˇ", + "romatzyh" : "baw yeu" }, + "meanings" : [ "torrential rain", "rainstorm" ], + "classifiers" : [ "场", "阵" ] } ] }, + { "simplified" : "暴躁", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 12213, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "暴躁", + "transcriptions" : { "pinyin" : "bào zào", + "numeric" : "bao4 zao4", + "wadegiles" : "pao⁴ tsao⁴", + "bopomofo" : "ㄅㄠˋ ㄗㄠˋ", + "romatzyh" : "baw tzaw" }, + "meanings" : [ "irascible", + "irritable", + "violent" ], + "classifiers" : [] } ] }, + { "simplified" : "爆", + "radical" : "火", + "level" : [ "new-6" ], + "frequency" : 1953, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "爆", + "transcriptions" : { "pinyin" : "bào", + "numeric" : "bao4", + "wadegiles" : "pao⁴", + "bopomofo" : "ㄅㄠˋ", + "romatzyh" : "baw" }, + "meanings" : [ "to explode or burst", + "to quick fry or quick boil" ], + "classifiers" : [] } ] }, + { "simplified" : "爆发", + "radical" : "火", + "level" : [ "new-6", "old-6" ], + "frequency" : 3458, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "爆發", + "transcriptions" : { "pinyin" : "bào fā", + "numeric" : "bao4 fa1", + "wadegiles" : "pao⁴ fa¹", + "bopomofo" : "ㄅㄠˋ ㄈㄚ", + "romatzyh" : "baw fa" }, + "meanings" : [ "to break out", + "to erupt", + "to explode", + "to burst out" ], + "classifiers" : [] } ] }, + { "simplified" : "爆冷门", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 84475, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "爆冷門", + "transcriptions" : { "pinyin" : "bào lěng mén", + "numeric" : "bao4 leng3 men2", + "wadegiles" : "pao⁴ leng³ men²", + "bopomofo" : "ㄅㄠˋ ㄌㄥˇ ㄇㄣˊ", + "romatzyh" : "baw leeng men" }, + "meanings" : [ "an upset (esp. in sports)", + "unexpected turn of events", + "to pull off a coup", + "a breakthrough" ], + "classifiers" : [] } ] }, + { "simplified" : "爆满", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 24881, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "爆滿", + "transcriptions" : { "pinyin" : "bào mǎn", + "numeric" : "bao4 man3", + "wadegiles" : "pao⁴ man³", + "bopomofo" : "ㄅㄠˋ ㄇㄢˇ", + "romatzyh" : "baw maan" }, + "meanings" : [ "filled to capacity (of theater, stadium, gymnasium etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "爆炸", + "radical" : "火", + "level" : [ "new-6", "old-6" ], + "frequency" : 1772, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "爆炸", + "transcriptions" : { "pinyin" : "bào zhà", + "numeric" : "bao4 zha4", + "wadegiles" : "pao⁴ cha⁴", + "bopomofo" : "ㄅㄠˋ ㄓㄚˋ", + "romatzyh" : "baw jah" }, + "meanings" : [ "explosion", + "to explode", + "to blow up", + "to detonate" ], + "classifiers" : [] } ] }, + { "simplified" : "爆竹", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 16172, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爆竹", + "transcriptions" : { "pinyin" : "bào zhú", + "numeric" : "bao4 zhu2", + "wadegiles" : "pao⁴ chu²", + "bopomofo" : "ㄅㄠˋ ㄓㄨˊ", + "romatzyh" : "baw jwu" }, + "meanings" : [ "firecracker" ], + "classifiers" : [] } ] }, + { "simplified" : "卑鄙", + "radical" : "十", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10658, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "卑鄙", + "transcriptions" : { "pinyin" : "bēi bǐ", + "numeric" : "bei1 bi3", + "wadegiles" : "pei¹ pi³", + "bopomofo" : "ㄅㄟ ㄅㄧˇ", + "romatzyh" : "bei bii" }, + "meanings" : [ "base", + "mean", + "contemptible", + "despicable" ], + "classifiers" : [] } ] }, + { "simplified" : "杯", + "radical" : "木", + "level" : [ "new-1" ], + "frequency" : 684, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "杯", + "transcriptions" : { "pinyin" : "bēi", + "numeric" : "bei1", + "wadegiles" : "pei¹", + "bopomofo" : "ㄅㄟ", + "romatzyh" : "bei" }, + "meanings" : [ "cup", + "trophy cup", + "classifier for certain containers of liquids: glass, cup" ], + "classifiers" : [] }, + { "traditional" : "桮", + "transcriptions" : { "pinyin" : "bēi", + "numeric" : "bei1", + "wadegiles" : "pei¹", + "bopomofo" : "ㄅㄟ", + "romatzyh" : "bei" }, + "meanings" : [ "variant of 杯" ], + "classifiers" : [] }, + { "traditional" : "盃", + "transcriptions" : { "pinyin" : "bēi", + "numeric" : "bei1", + "wadegiles" : "pei¹", + "bopomofo" : "ㄅㄟ", + "romatzyh" : "bei" }, + "meanings" : [ "variant of 杯", + "trophy cup", + "classifier for certain containers of liquids: glass, cup" ], + "classifiers" : [] } ] }, + { "simplified" : "杯子", + "radical" : "木", + "level" : [ "new-1", "old-1" ], + "frequency" : 6162, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "杯子", + "transcriptions" : { "pinyin" : "bēi zi", + "numeric" : "bei1 zi5", + "wadegiles" : "pei¹ zi", + "bopomofo" : "ㄅㄟ zi", + "romatzyh" : "bei zi" }, + "meanings" : [ "cup", "glass" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "悲哀", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6059, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "悲哀", + "transcriptions" : { "pinyin" : "bēi āi", + "numeric" : "bei1 ai1", + "wadegiles" : "pei¹ ai¹", + "bopomofo" : "ㄅㄟ ㄞ", + "romatzyh" : "bei ai" }, + "meanings" : [ "grieved", "sorrowful" ], + "classifiers" : [] } ] }, + { "simplified" : "悲惨", + "radical" : "心", + "level" : [ "new-6", "old-6" ], + "frequency" : 8154, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "悲慘", + "transcriptions" : { "pinyin" : "bēi cǎn", + "numeric" : "bei1 can3", + "wadegiles" : "pei¹ ts'an³", + "bopomofo" : "ㄅㄟ ㄘㄢˇ", + "romatzyh" : "bei tsaan" }, + "meanings" : [ "miserable", "tragic" ], + "classifiers" : [] } ] }, + { "simplified" : "悲观", + "radical" : "心", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10593, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "悲觀", + "transcriptions" : { "pinyin" : "bēi guān", + "numeric" : "bei1 guan1", + "wadegiles" : "pei¹ kuan¹", + "bopomofo" : "ㄅㄟ ㄍㄨㄢ", + "romatzyh" : "bei guan" }, + "meanings" : [ "pessimistic" ], + "classifiers" : [] } ] }, + { "simplified" : "悲欢离合", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 57812, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "悲歡離合", + "transcriptions" : { "pinyin" : "bēi huān lí hé", + "numeric" : "bei1 huan1 li2 he2", + "wadegiles" : "pei¹ huan¹ li² ho²", + "bopomofo" : "ㄅㄟ ㄏㄨㄢ ㄌㄧˊ ㄏㄜˊ", + "romatzyh" : "bei huan li her" }, + "meanings" : [ "joys and sorrows", + "partings and reunions", + "the vicissitudes of life" ], + "classifiers" : [] } ] }, + { "simplified" : "悲剧", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 3680, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "悲劇", + "transcriptions" : { "pinyin" : "bēi jù", + "numeric" : "bei1 ju4", + "wadegiles" : "pei¹ chü⁴", + "bopomofo" : "ㄅㄟ ㄐㄩˋ", + "romatzyh" : "bei jiuh" }, + "meanings" : [ "tragedy" ], + "classifiers" : [ "出" ] } ] }, + { "simplified" : "悲伤", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 3739, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "悲傷", + "transcriptions" : { "pinyin" : "bēi shāng", + "numeric" : "bei1 shang1", + "wadegiles" : "pei¹ shang¹", + "bopomofo" : "ㄅㄟ ㄕㄤ", + "romatzyh" : "bei shang" }, + "meanings" : [ "sad; sorrowful" ], + "classifiers" : [] } ] }, + { "simplified" : "悲痛", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 10078, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "悲痛", + "transcriptions" : { "pinyin" : "bēi tòng", + "numeric" : "bei1 tong4", + "wadegiles" : "pei¹ t'ung⁴", + "bopomofo" : "ㄅㄟ ㄊㄨㄥˋ", + "romatzyh" : "bei tonq" }, + "meanings" : [ "grieved", "sorrowful" ], + "classifiers" : [] } ] }, + { "simplified" : "碑", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 16576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "碑", + "transcriptions" : { "pinyin" : "bēi", + "numeric" : "bei1", + "wadegiles" : "pei¹", + "bopomofo" : "ㄅㄟ", + "romatzyh" : "bei" }, + "meanings" : [ "a monument", + "an upright stone tablet", + "stele" ], + "classifiers" : [ "块", "面" ] } ] }, + { "simplified" : "北", + "radical" : "匕", + "level" : [ "new-1" ], + "frequency" : 1835, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "北", + "transcriptions" : { "pinyin" : "běi", + "numeric" : "bei3", + "wadegiles" : "pei³", + "bopomofo" : "ㄅㄟˇ", + "romatzyh" : "beei" }, + "meanings" : [ "north", + "(classical) to be defeated" ], + "classifiers" : [] } ] }, + { "simplified" : "北边", + "radical" : "匕", + "level" : [ "new-1" ], + "frequency" : 17637, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "北邊", + "transcriptions" : { "pinyin" : "běi biān", + "numeric" : "bei3 bian1", + "wadegiles" : "pei³ pien¹", + "bopomofo" : "ㄅㄟˇ ㄅㄧㄢ", + "romatzyh" : "beei bian" }, + "meanings" : [ "north", + "north side", + "northern part", + "to the north of" ], + "classifiers" : [] } ] }, + { "simplified" : "北部", + "radical" : "匕", + "level" : [ "new-3" ], + "frequency" : 5420, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "北部", + "transcriptions" : { "pinyin" : "běi bù", + "numeric" : "bei3 bu4", + "wadegiles" : "pei³ pu⁴", + "bopomofo" : "ㄅㄟˇ ㄅㄨˋ", + "romatzyh" : "beei buh" }, + "meanings" : [ "northern part" ], + "classifiers" : [] } ] }, + { "simplified" : "北方", + "radical" : "匕", + "level" : [ "new-2", "old-3" ], + "frequency" : 4879, + "pos" : [ "s", "f" ], + "forms" : [ { "traditional" : "北方", + "transcriptions" : { "pinyin" : "běi fāng", + "numeric" : "bei3 fang1", + "wadegiles" : "pei³ fang¹", + "bopomofo" : "ㄅㄟˇ ㄈㄤ", + "romatzyh" : "beei fang" }, + "meanings" : [ "north", + "the northern part a country", + "China north of the Yellow River" ], + "classifiers" : [] } ] }, + { "simplified" : "北极", + "radical" : "匕", + "level" : [ "new-5", "old-6" ], + "frequency" : 13047, + "pos" : [ "n", "ns" ], + "forms" : [ { "traditional" : "北極", + "transcriptions" : { "pinyin" : "běi jí", + "numeric" : "bei3 ji2", + "wadegiles" : "pei³ chi²", + "bopomofo" : "ㄅㄟˇ ㄐㄧˊ", + "romatzyh" : "beei jyi" }, + "meanings" : [ "the North Pole; the Arctic Pole", + "the north magnetic pole" ], + "classifiers" : [] } ] }, + { "simplified" : "北京", + "radical" : "匕", + "level" : [ "new-1", "old-1" ], + "frequency" : 4799, + "pos" : [ "ns" ], + "forms" : [ { "traditional" : "北京", + "transcriptions" : { "pinyin" : "Běi jīng", + "numeric" : "Bei3 jing1", + "wadegiles" : "pei³ ching¹", + "bopomofo" : "ㄅㄟˇ ㄐㄧㄥ", + "romatzyh" : "beei jing" }, + "meanings" : [ "Beijing, capital of the People's Republic of China" ], + "classifiers" : [] } ] }, + { "simplified" : "贝壳", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16537, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貝殼", + "transcriptions" : { "pinyin" : "bèi ké", + "numeric" : "bei4 ke2", + "wadegiles" : "pei⁴ k'o²", + "bopomofo" : "ㄅㄟˋ ㄎㄜˊ", + "romatzyh" : "bey ker" }, + "meanings" : [ "shell", + "conch", + "cowry", + "mother of pearl", + "hard outer skin", + "also pr. [bèi qiào]" ], + "classifiers" : [] } ] }, + { "simplified" : "备份", + "radical" : "夂", + "level" : [ "old-6" ], + "frequency" : 12070, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "備份", + "transcriptions" : { "pinyin" : "bèi fèn", + "numeric" : "bei4 fen4", + "wadegiles" : "pei⁴ fen⁴", + "bopomofo" : "ㄅㄟˋ ㄈㄣˋ", + "romatzyh" : "bey fenn" }, + "meanings" : [ "backup" ], + "classifiers" : [] } ] }, + { "simplified" : "备课", + "radical" : "夂", + "level" : [ "new-7+" ], + "frequency" : 33147, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "備課", + "transcriptions" : { "pinyin" : "bèi kè", + "numeric" : "bei4 ke4", + "wadegiles" : "pei⁴ k'o⁴", + "bopomofo" : "ㄅㄟˋ ㄎㄜˋ", + "romatzyh" : "bey keh" }, + "meanings" : [ "(of a teacher) to prepare lessons" ], + "classifiers" : [] } ] }, + { "simplified" : "备受", + "radical" : "夂", + "level" : [ "new-7+" ], + "frequency" : 8775, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "備受", + "transcriptions" : { "pinyin" : "bèi shòu", + "numeric" : "bei4 shou4", + "wadegiles" : "pei⁴ shou⁴", + "bopomofo" : "ㄅㄟˋ ㄕㄡˋ", + "romatzyh" : "bey show" }, + "meanings" : [ "to fully experience (good or bad)" ], + "classifiers" : [] } ] }, + { "simplified" : "备忘录", + "radical" : "夂", + "level" : [ "old-6" ], + "frequency" : 10931, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "備忘錄", + "transcriptions" : { "pinyin" : "bèi wàng lù", + "numeric" : "bei4 wang4 lu4", + "wadegiles" : "pei⁴ wang⁴ lu⁴", + "bopomofo" : "ㄅㄟˋ ㄨㄤˋ ㄌㄨˋ", + "romatzyh" : "bey wanq luh" }, + "meanings" : [ "memorandum", + "aide-memoire", + "memorandum book" ], + "classifiers" : [] } ] }, + { "simplified" : "备用", + "radical" : "夂", + "level" : [ "new-7+" ], + "frequency" : 7153, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "備用", + "transcriptions" : { "pinyin" : "bèi yòng", + "numeric" : "bei4 yong4", + "wadegiles" : "pei⁴ yung⁴", + "bopomofo" : "ㄅㄟˋ ㄩㄥˋ", + "romatzyh" : "bey yonq" }, + "meanings" : [ "reserve", + "spare", + "alternate", + "backup" ], + "classifiers" : [] } ] }, + { "simplified" : "背", + "radical" : "⺼", + "level" : [ "new-2", "old-5" ], + "frequency" : 1623, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "揹", + "transcriptions" : { "pinyin" : "bēi", + "numeric" : "bei1", + "wadegiles" : "pei¹", + "bopomofo" : "ㄅㄟ", + "romatzyh" : "bei" }, + "meanings" : [ "variant of 背" ], + "classifiers" : [] }, + { "traditional" : "背", + "transcriptions" : { "pinyin" : "bēi", + "numeric" : "bei1", + "wadegiles" : "pei¹", + "bopomofo" : "ㄅㄟ", + "romatzyh" : "bei" }, + "meanings" : [ "to be burdened", + "to carry on the back or shoulder" ], + "classifiers" : [] }, + { "traditional" : "背", + "transcriptions" : { "pinyin" : "bèi", + "numeric" : "bei4", + "wadegiles" : "pei⁴", + "bopomofo" : "ㄅㄟˋ", + "romatzyh" : "bey" }, + "meanings" : [ "the back of a body or object", + "to turn one's back", + "to hide something from", + "to learn by heart", + "to recite from memory", + "unlucky (slang)", + "hard of hearing" ], + "classifiers" : [] } ] }, + { "simplified" : "背包", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 8274, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "背包", + "transcriptions" : { "pinyin" : "bēi bāo", + "numeric" : "bei1 bao1", + "wadegiles" : "pei¹ pao¹", + "bopomofo" : "ㄅㄟ ㄅㄠ", + "romatzyh" : "bei bau" }, + "meanings" : [ "knapsack", + "rucksack", + "infantry pack", + "field pack", + "blanket roll" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "背后", + "radical" : "⺼", + "level" : [ "new-3" ], + "frequency" : 2349, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "背後", + "transcriptions" : { "pinyin" : "bèi hòu", + "numeric" : "bei4 hou4", + "wadegiles" : "pei⁴ hou⁴", + "bopomofo" : "ㄅㄟˋ ㄏㄡˋ", + "romatzyh" : "bey how" }, + "meanings" : [ "behind", + "at the back", + "in the rear", + "behind sb's back" ], + "classifiers" : [] } ] }, + { "simplified" : "背景", + "radical" : "⺼", + "level" : [ "new-4", "old-5" ], + "frequency" : 2420, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "背景", + "transcriptions" : { "pinyin" : "bèi jǐng", + "numeric" : "bei4 jing3", + "wadegiles" : "pei⁴ ching³", + "bopomofo" : "ㄅㄟˋ ㄐㄧㄥˇ", + "romatzyh" : "bey jiing" }, + "meanings" : [ "background; backdrop; context", + "(fig.) powerful backer" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "背面", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 10439, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "背面", + "transcriptions" : { "pinyin" : "bèi miàn", + "numeric" : "bei4 mian4", + "wadegiles" : "pei⁴ mien⁴", + "bopomofo" : "ㄅㄟˋ ㄇㄧㄢˋ", + "romatzyh" : "bey miann" }, + "meanings" : [ "the back", + "the reverse side", + "the wrong side" ], + "classifiers" : [] } ] }, + { "simplified" : "背叛", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5017, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "背叛", + "transcriptions" : { "pinyin" : "bèi pàn", + "numeric" : "bei4 pan4", + "wadegiles" : "pei⁴ p'an⁴", + "bopomofo" : "ㄅㄟˋ ㄆㄢˋ", + "romatzyh" : "bey pann" }, + "meanings" : [ "to betray" ], + "classifiers" : [] } ] }, + { "simplified" : "背诵", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19524, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "背誦", + "transcriptions" : { "pinyin" : "bèi sòng", + "numeric" : "bei4 song4", + "wadegiles" : "pei⁴ sung⁴", + "bopomofo" : "ㄅㄟˋ ㄙㄨㄥˋ", + "romatzyh" : "bey sonq" }, + "meanings" : [ "to recite", + "to repeat from memory" ], + "classifiers" : [] } ] }, + { "simplified" : "背心", + "radical" : "⺼", + "level" : [ "new-6" ], + "frequency" : 10100, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "背心", + "transcriptions" : { "pinyin" : "bèi xīn", + "numeric" : "bei4 xin1", + "wadegiles" : "pei⁴ hsin¹", + "bopomofo" : "ㄅㄟˋ ㄒㄧㄣ", + "romatzyh" : "bey shin" }, + "meanings" : [ "sleeveless garment (vest, waistcoat, singlet, tank top etc)" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "背着", + "radical" : "⺼", + "level" : [ "new-6" ], + "frequency" : 9984, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "背著", + "transcriptions" : { "pinyin" : "bēi zhe", + "numeric" : "bei1 zhe5", + "wadegiles" : "pei¹ zhe", + "bopomofo" : "ㄅㄟ zhe", + "romatzyh" : "bei zhe" }, + "meanings" : [ "carrying on one's back" ], + "classifiers" : [] }, + { "traditional" : "背著", + "transcriptions" : { "pinyin" : "bèi zhe", + "numeric" : "bei4 zhe5", + "wadegiles" : "pei⁴ zhe", + "bopomofo" : "ㄅㄟˋ zhe", + "romatzyh" : "bey zhe" }, + "meanings" : [ "turning one's back to (sth or sb)", + "keeping sth secret from (sb)", + "keeping (one's hands) behind one's back" ], + "classifiers" : [] } ] }, + { "simplified" : "倍", + "radical" : "亻", + "level" : [ "new-4", "old-4" ], + "frequency" : 1396, + "pos" : [ "q", "d" ], + "forms" : [ { "traditional" : "倍", + "transcriptions" : { "pinyin" : "bèi", + "numeric" : "bei4", + "wadegiles" : "pei⁴", + "bopomofo" : "ㄅㄟˋ", + "romatzyh" : "bey" }, + "meanings" : [ "(two, three etc) -fold", + "times (multiplier)", + "double", + "to increase or multiply" ], + "classifiers" : [] } ] }, + { "simplified" : "被", + "radical" : "衤", + "level" : [ "new-3", "old-3" ], + "frequency" : 54, + "pos" : [ "p", "g", "d" ], + "forms" : [ { "traditional" : "被", + "transcriptions" : { "pinyin" : "bèi", + "numeric" : "bei4", + "wadegiles" : "pei⁴", + "bopomofo" : "ㄅㄟˋ", + "romatzyh" : "bey" }, + "meanings" : [ "quilt", + "to cover (with)", + "(literary) to suffer (a misfortune)", + "used to indicate passive voice (placed before the doer of the action like \"by\" in English passive-voice sentences, or, if the doer is not mentioned, before the verb)", + "(since c. 2009) (sarcastic or jocular) used to indicate that the following word should be regarded as being in air quotes (as in 被旅游 to \"go on a trip\", for example)" ], + "classifiers" : [] } ] }, + { "simplified" : "被捕", + "radical" : "衤", + "level" : [ "new-7+" ], + "frequency" : 6219, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "被捕", + "transcriptions" : { "pinyin" : "bèi bǔ", + "numeric" : "bei4 bu3", + "wadegiles" : "pei⁴ pu³", + "bopomofo" : "ㄅㄟˋ ㄅㄨˇ", + "romatzyh" : "bey buu" }, + "meanings" : [ "to be arrested", "under arrest" ], + "classifiers" : [] } ] }, + { "simplified" : "被动", + "radical" : "衤", + "level" : [ "new-5", "old-6" ], + "frequency" : 9120, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "被動", + "transcriptions" : { "pinyin" : "bèi dòng", + "numeric" : "bei4 dong4", + "wadegiles" : "pei⁴ tung⁴", + "bopomofo" : "ㄅㄟˋ ㄉㄨㄥˋ", + "romatzyh" : "bey donq" }, + "meanings" : [ "passive" ], + "classifiers" : [] } ] }, + { "simplified" : "被告", + "radical" : "衤", + "level" : [ "new-6", "old-6" ], + "frequency" : 3643, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "被告", + "transcriptions" : { "pinyin" : "bèi gào", + "numeric" : "bei4 gao4", + "wadegiles" : "pei⁴ kao⁴", + "bopomofo" : "ㄅㄟˋ ㄍㄠˋ", + "romatzyh" : "bey gaw" }, + "meanings" : [ "defendant" ], + "classifiers" : [] } ] }, + { "simplified" : "被迫", + "radical" : "衤", + "level" : [ "new-4" ], + "frequency" : 4859, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "被迫", + "transcriptions" : { "pinyin" : "bèi pò", + "numeric" : "bei4 po4", + "wadegiles" : "pei⁴ p'o⁴", + "bopomofo" : "ㄅㄟˋ ㄆㄛˋ", + "romatzyh" : "bey poh" }, + "meanings" : [ "to be compelled", "to be forced" ], + "classifiers" : [] } ] }, + { "simplified" : "被子", + "radical" : "衤", + "level" : [ "new-3", "old-5" ], + "frequency" : 8179, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "被子", + "transcriptions" : { "pinyin" : "bèi zi", + "numeric" : "bei4 zi5", + "wadegiles" : "pei⁴ zi", + "bopomofo" : "ㄅㄟˋ zi", + "romatzyh" : "bey zi" }, + "meanings" : [ "quilt" ], + "classifiers" : [ "床" ] } ] }, + { "simplified" : "辈", + "radical" : "非", + "level" : [ "new-5" ], + "frequency" : 10523, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "輩", + "transcriptions" : { "pinyin" : "bèi", + "numeric" : "bei4", + "wadegiles" : "pei⁴", + "bopomofo" : "ㄅㄟˋ", + "romatzyh" : "bey" }, + "meanings" : [ "lifetime", + "generation", + "group of people", + "class", + "classifier for generations", + "(literary) classifier for people" ], + "classifiers" : [] } ] }, + { "simplified" : "奔", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 5778, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "奔", + "transcriptions" : { "pinyin" : "bēn", + "numeric" : "ben1", + "wadegiles" : "pen¹", + "bopomofo" : "ㄅㄣ", + "romatzyh" : "ben" }, + "meanings" : [ "to hurry", + "to rush", + "to run quickly", + "to elope" ], + "classifiers" : [] }, + { "traditional" : "奔", + "transcriptions" : { "pinyin" : "bèn", + "numeric" : "ben4", + "wadegiles" : "pen⁴", + "bopomofo" : "ㄅㄣˋ", + "romatzyh" : "benn" }, + "meanings" : [ "to go to", + "to head for", + "towards", + "Taiwan pr. [bēn]" ], + "classifiers" : [] }, + { "traditional" : "犇", + "transcriptions" : { "pinyin" : "bēn", + "numeric" : "ben1", + "wadegiles" : "pen¹", + "bopomofo" : "ㄅㄣ", + "romatzyh" : "ben" }, + "meanings" : [ "variant of 奔" ], + "classifiers" : [] }, + { "traditional" : "犇", + "transcriptions" : { "pinyin" : "bèn", + "numeric" : "ben4", + "wadegiles" : "pen⁴", + "bopomofo" : "ㄅㄣˋ", + "romatzyh" : "benn" }, + "meanings" : [ "variant of 奔" ], + "classifiers" : [] }, + { "traditional" : "逩", + "transcriptions" : { "pinyin" : "bēn", + "numeric" : "ben1", + "wadegiles" : "pen¹", + "bopomofo" : "ㄅㄣ", + "romatzyh" : "ben" }, + "meanings" : [ "variant of 奔", "variant of 奔" ], + "classifiers" : [] } ] }, + { "simplified" : "奔波", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12069, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "奔波", + "transcriptions" : { "pinyin" : "bēn bō", + "numeric" : "ben1 bo1", + "wadegiles" : "pen¹ po¹", + "bopomofo" : "ㄅㄣ ㄅㄛ", + "romatzyh" : "ben bo" }, + "meanings" : [ "to rush about", + "to be constantly on the move" ], + "classifiers" : [] } ] }, + { "simplified" : "奔驰", + "radical" : "大", + "level" : [ "old-6" ], + "frequency" : 7787, + "pos" : [ "nz", "v", "vn" ], + "forms" : [ { "traditional" : "奔馳", + "transcriptions" : { "pinyin" : "Bēn chí", + "numeric" : "Ben1 chi2", + "wadegiles" : "pen¹ ch'ih²", + "bopomofo" : "ㄅㄣ ㄔˊ", + "romatzyh" : "ben chyr" }, + "meanings" : [ "Benz (name)", + "Mercedes-Benz, German car maker" ], + "classifiers" : [] }, + { "traditional" : "奔馳", + "transcriptions" : { "pinyin" : "bēn chí", + "numeric" : "ben1 chi2", + "wadegiles" : "pen¹ ch'ih²", + "bopomofo" : "ㄅㄣ ㄔˊ", + "romatzyh" : "ben chyr" }, + "meanings" : [ "to run quickly", + "to speed", + "to gallop" ], + "classifiers" : [] } ] }, + { "simplified" : "奔赴", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 21998, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "奔赴", + "transcriptions" : { "pinyin" : "bēn fù", + "numeric" : "ben1 fu4", + "wadegiles" : "pen¹ fu⁴", + "bopomofo" : "ㄅㄣ ㄈㄨˋ", + "romatzyh" : "ben fuh" }, + "meanings" : [ "to rush to", "to hurry to" ], + "classifiers" : [] } ] }, + { "simplified" : "奔跑", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 9573, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "奔跑", + "transcriptions" : { "pinyin" : "bēn pǎo", + "numeric" : "ben1 pao3", + "wadegiles" : "pen¹ p'ao³", + "bopomofo" : "ㄅㄣ ㄆㄠˇ", + "romatzyh" : "ben pao" }, + "meanings" : [ "to run" ], + "classifiers" : [] } ] }, + { "simplified" : "本", + "radical" : "木", + "level" : [ "new-1", "old-1" ], + "frequency" : 222, + "pos" : [ "r", "q", "d", "n" ], + "forms" : [ { "traditional" : "本", + "transcriptions" : { "pinyin" : "běn", + "numeric" : "ben3", + "wadegiles" : "pen³", + "bopomofo" : "ㄅㄣˇ", + "romatzyh" : "been" }, + "meanings" : [ "root", + "stem", + "origin", + "source", + "this", + "the current", + "original", + "inherent", + "originally", + "classifier for books, periodicals, files etc" ], + "classifiers" : [] } ] }, + { "simplified" : "本地", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 3477, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "本地", + "transcriptions" : { "pinyin" : "běn dì", + "numeric" : "ben3 di4", + "wadegiles" : "pen³ ti⁴", + "bopomofo" : "ㄅㄣˇ ㄉㄧˋ", + "romatzyh" : "been dih" }, + "meanings" : [ "local", "this locality" ], + "classifiers" : [] } ] }, + { "simplified" : "本分", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 23007, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "本分", + "transcriptions" : { "pinyin" : "běn fèn", + "numeric" : "ben3 fen4", + "wadegiles" : "pen³ fen⁴", + "bopomofo" : "ㄅㄣˇ ㄈㄣˋ", + "romatzyh" : "been fenn" }, + "meanings" : [ "(to play) one's part", + "one's role", + "one's duty", + "(to stay within) one's bounds", + "dutiful", + "keeping to one's role" ], + "classifiers" : [] } ] }, + { "simplified" : "本科", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 16998, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本科", + "transcriptions" : { "pinyin" : "běn kē", + "numeric" : "ben3 ke1", + "wadegiles" : "pen³ k'o¹", + "bopomofo" : "ㄅㄣˇ ㄎㄜ", + "romatzyh" : "been ke" }, + "meanings" : [ "undergraduate course", + "undergraduate (attributive)" ], + "classifiers" : [] } ] }, + { "simplified" : "本来", + "radical" : "木", + "level" : [ "new-3", "old-4" ], + "frequency" : 1093, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "本來", + "transcriptions" : { "pinyin" : "běn lái", + "numeric" : "ben3 lai2", + "wadegiles" : "pen³ lai²", + "bopomofo" : "ㄅㄣˇ ㄌㄞˊ", + "romatzyh" : "been lai" }, + "meanings" : [ "original", + "originally", + "at first", + "it goes without saying", + "of course" ], + "classifiers" : [] } ] }, + { "simplified" : "本领", + "radical" : "木", + "level" : [ "new-3", "old-5" ], + "frequency" : 10811, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本領", + "transcriptions" : { "pinyin" : "běn lǐng", + "numeric" : "ben3 ling3", + "wadegiles" : "pen³ ling³", + "bopomofo" : "ㄅㄣˇ ㄌㄧㄥˇ", + "romatzyh" : "been liing" }, + "meanings" : [ "skill", "ability", "capability" ], + "classifiers" : [ "项", "个" ] } ] }, + { "simplified" : "本能", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7537, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "本能", + "transcriptions" : { "pinyin" : "běn néng", + "numeric" : "ben3 neng2", + "wadegiles" : "pen³ neng²", + "bopomofo" : "ㄅㄣˇ ㄋㄥˊ", + "romatzyh" : "been neng" }, + "meanings" : [ "instinct" ], + "classifiers" : [] } ] }, + { "simplified" : "本期", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 20997, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "本期", + "transcriptions" : { "pinyin" : "běn qī", + "numeric" : "ben3 qi1", + "wadegiles" : "pen³ ch'i¹", + "bopomofo" : "ㄅㄣˇ ㄑㄧ", + "romatzyh" : "been chi" }, + "meanings" : [ "the current period", + "this term (usually in finance)" ], + "classifiers" : [] } ] }, + { "simplified" : "本钱", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18266, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本錢", + "transcriptions" : { "pinyin" : "běn qián", + "numeric" : "ben3 qian2", + "wadegiles" : "pen³ ch'ien²", + "bopomofo" : "ㄅㄣˇ ㄑㄧㄢˊ", + "romatzyh" : "been chyan" }, + "meanings" : [ "capital", + "(fig.) asset; advantage; the means (to do sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "本人", + "radical" : "木", + "level" : [ "new-5", "old-6" ], + "frequency" : 2656, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "本人", + "transcriptions" : { "pinyin" : "běn rén", + "numeric" : "ben3 ren2", + "wadegiles" : "pen³ jen²", + "bopomofo" : "ㄅㄣˇ ㄖㄣˊ", + "romatzyh" : "been ren" }, + "meanings" : [ "I; me; myself", + "oneself; yourself; himself; herself; the person concerned" ], + "classifiers" : [] } ] }, + { "simplified" : "本色", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 10431, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本色", + "transcriptions" : { "pinyin" : "běn sè", + "numeric" : "ben3 se4", + "wadegiles" : "pen³ se⁴", + "bopomofo" : "ㄅㄣˇ ㄙㄜˋ", + "romatzyh" : "been seh" }, + "meanings" : [ "inherent qualities", + "natural qualities", + "distinctive character", + "true qualities" ], + "classifiers" : [] }, + { "traditional" : "本色", + "transcriptions" : { "pinyin" : "běn shǎi", + "numeric" : "ben3 shai3", + "wadegiles" : "pen³ shai³", + "bopomofo" : "ㄅㄣˇ ㄕㄞˇ", + "romatzyh" : "been shae" }, + "meanings" : [ "natural color" ], + "classifiers" : [] } ] }, + { "simplified" : "本身", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 2405, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "本身", + "transcriptions" : { "pinyin" : "běn shēn", + "numeric" : "ben3 shen1", + "wadegiles" : "pen³ shen¹", + "bopomofo" : "ㄅㄣˇ ㄕㄣ", + "romatzyh" : "been shen" }, + "meanings" : [ "itself", "in itself", "per se" ], + "classifiers" : [] } ] }, + { "simplified" : "本事", + "radical" : "木", + "level" : [ "new-3", "old-6" ], + "frequency" : 5333, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本事", + "transcriptions" : { "pinyin" : "běn shì", + "numeric" : "ben3 shi4", + "wadegiles" : "pen³ shih⁴", + "bopomofo" : "ㄅㄣˇ ㄕˋ", + "romatzyh" : "been shyh" }, + "meanings" : [ "source material", + "original story" ], + "classifiers" : [] }, + { "traditional" : "本事", + "transcriptions" : { "pinyin" : "běn shi", + "numeric" : "ben3 shi5", + "wadegiles" : "pen³ shi", + "bopomofo" : "ㄅㄣˇ shi", + "romatzyh" : "been shi" }, + "meanings" : [ "ability", "skill" ], + "classifiers" : [] } ] }, + { "simplified" : "本土", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 7660, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本土", + "transcriptions" : { "pinyin" : "běn tǔ", + "numeric" : "ben3 tu3", + "wadegiles" : "pen³ t'u³", + "bopomofo" : "ㄅㄣˇ ㄊㄨˇ", + "romatzyh" : "been tuu" }, + "meanings" : [ "one's native country", + "native", + "local", + "metropolitan territory" ], + "classifiers" : [] } ] }, + { "simplified" : "本性", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 8657, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本性", + "transcriptions" : { "pinyin" : "běn xìng", + "numeric" : "ben3 xing4", + "wadegiles" : "pen³ hsing⁴", + "bopomofo" : "ㄅㄣˇ ㄒㄧㄥˋ", + "romatzyh" : "been shinq" }, + "meanings" : [ "natural instincts", + "nature", + "inherent quality" ], + "classifiers" : [] } ] }, + { "simplified" : "本意", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 13124, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本意", + "transcriptions" : { "pinyin" : "běn yì", + "numeric" : "ben3 yi4", + "wadegiles" : "pen³ i⁴", + "bopomofo" : "ㄅㄣˇ ㄧˋ", + "romatzyh" : "been yih" }, + "meanings" : [ "original idea", + "real intention", + "etymon" ], + "classifiers" : [] } ] }, + { "simplified" : "本着", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19101, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "本著", + "transcriptions" : { "pinyin" : "běn zhe", + "numeric" : "ben3 zhe5", + "wadegiles" : "pen³ zhe", + "bopomofo" : "ㄅㄣˇ zhe", + "romatzyh" : "been zhe" }, + "meanings" : [ "based on...", + "in conformance with..", + "taking as one's main principle" ], + "classifiers" : [] } ] }, + { "simplified" : "本质", + "radical" : "木", + "level" : [ "new-6", "old-5" ], + "frequency" : 5084, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本質", + "transcriptions" : { "pinyin" : "běn zhì", + "numeric" : "ben3 zhi4", + "wadegiles" : "pen³ chih⁴", + "bopomofo" : "ㄅㄣˇ ㄓˋ", + "romatzyh" : "been jyh" }, + "meanings" : [ "essence", + "nature", + "innate character", + "intrinsic quality" ], + "classifiers" : [] } ] }, + { "simplified" : "本子", + "radical" : "木", + "level" : [ "new-1" ], + "frequency" : 12849, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "本子", + "transcriptions" : { "pinyin" : "běn zi", + "numeric" : "ben3 zi5", + "wadegiles" : "pen³ zi", + "bopomofo" : "ㄅㄣˇ zi", + "romatzyh" : "been zi" }, + "meanings" : [ "book", + "notebook", + "Japanese-style self-published comic (esp. an erotic one), aka \"dōjinshi\"", + "edition" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "笨", + "radical" : "⺮", + "level" : [ "new-4", "old-4" ], + "frequency" : 3806, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "笨", + "transcriptions" : { "pinyin" : "bèn", + "numeric" : "ben4", + "wadegiles" : "pen⁴", + "bopomofo" : "ㄅㄣˋ", + "romatzyh" : "benn" }, + "meanings" : [ "stupid", + "foolish", + "silly", + "slow-witted", + "clumsy" ], + "classifiers" : [] } ] }, + { "simplified" : "笨蛋", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 5816, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "笨蛋", + "transcriptions" : { "pinyin" : "bèn dàn", + "numeric" : "ben4 dan4", + "wadegiles" : "pen⁴ tan⁴", + "bopomofo" : "ㄅㄣˋ ㄉㄢˋ", + "romatzyh" : "benn dann" }, + "meanings" : [ "fool", "idiot" ], + "classifiers" : [] } ] }, + { "simplified" : "笨重", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 25279, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "笨重", + "transcriptions" : { "pinyin" : "bèn zhòng", + "numeric" : "ben4 zhong4", + "wadegiles" : "pen⁴ chung⁴", + "bopomofo" : "ㄅㄣˋ ㄓㄨㄥˋ", + "romatzyh" : "benn jonq" }, + "meanings" : [ "heavy", "cumbersome", "unwieldy" ], + "classifiers" : [] } ] }, + { "simplified" : "笨拙", + "radical" : "⺮", + "level" : [ "old-6" ], + "frequency" : 17203, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "笨拙", + "transcriptions" : { "pinyin" : "bèn zhuō", + "numeric" : "ben4 zhuo1", + "wadegiles" : "pen⁴ cho¹", + "bopomofo" : "ㄅㄣˋ ㄓㄨㄛ", + "romatzyh" : "benn juo" }, + "meanings" : [ "clumsy", "awkward", "stupid" ], + "classifiers" : [] } ] }, + { "simplified" : "崩溃", + "radical" : "山", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4192, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "崩潰", + "transcriptions" : { "pinyin" : "bēng kuì", + "numeric" : "beng1 kui4", + "wadegiles" : "peng¹ k'uei⁴", + "bopomofo" : "ㄅㄥ ㄎㄨㄟˋ", + "romatzyh" : "beng kuey" }, + "meanings" : [ "to collapse; to crumble; to fall apart" ], + "classifiers" : [] } ] }, + { "simplified" : "甭", + "radical" : "用", + "level" : [ "old-6" ], + "frequency" : 15279, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "甭", + "transcriptions" : { "pinyin" : "béng", + "numeric" : "beng2", + "wadegiles" : "peng²", + "bopomofo" : "ㄅㄥˊ", + "romatzyh" : "berng" }, + "meanings" : [ "(contraction of 用) need not; please don't" ], + "classifiers" : [] }, + { "traditional" : "甭", + "transcriptions" : { "pinyin" : "bèng", + "numeric" : "beng4", + "wadegiles" : "peng⁴", + "bopomofo" : "ㄅㄥˋ", + "romatzyh" : "benq" }, + "meanings" : [ "(dialect) very" ], + "classifiers" : [] } ] }, + { "simplified" : "绷", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 11156, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "綳", + "transcriptions" : { "pinyin" : "bēng", + "numeric" : "beng1", + "wadegiles" : "peng¹", + "bopomofo" : "ㄅㄥ", + "romatzyh" : "beng" }, + "meanings" : [ "variant of 绷", "variant of 绷" ], + "classifiers" : [] }, + { "traditional" : "繃", + "transcriptions" : { "pinyin" : "bēng", + "numeric" : "beng1", + "wadegiles" : "peng¹", + "bopomofo" : "ㄅㄥ", + "romatzyh" : "beng" }, + "meanings" : [ "to draw tight", + "to stretch taut", + "to tack (with thread or pin)", + "embroidery hoop", + "woven bed mat" ], + "classifiers" : [] }, + { "traditional" : "繃", + "transcriptions" : { "pinyin" : "běng", + "numeric" : "beng3", + "wadegiles" : "peng³", + "bopomofo" : "ㄅㄥˇ", + "romatzyh" : "beeng" }, + "meanings" : [ "to have a taut face" ], + "classifiers" : [] } ] }, + { "simplified" : "绷带", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 16542, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "繃帶", + "transcriptions" : { "pinyin" : "bēng dài", + "numeric" : "beng1 dai4", + "wadegiles" : "peng¹ tai⁴", + "bopomofo" : "ㄅㄥ ㄉㄞˋ", + "romatzyh" : "beng day" }, + "meanings" : [ "bandage (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "迸发", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 23536, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "迸發", + "transcriptions" : { "pinyin" : "bèng fā", + "numeric" : "beng4 fa1", + "wadegiles" : "peng⁴ fa¹", + "bopomofo" : "ㄅㄥˋ ㄈㄚ", + "romatzyh" : "benq fa" }, + "meanings" : [ "to burst forth" ], + "classifiers" : [] } ] }, + { "simplified" : "蹦", + "radical" : "足", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7023, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "蹦", + "transcriptions" : { "pinyin" : "bèng", + "numeric" : "beng4", + "wadegiles" : "peng⁴", + "bopomofo" : "ㄅㄥˋ", + "romatzyh" : "benq" }, + "meanings" : [ "to jump", "to bounce", "to hop" ], + "classifiers" : [] } ] }, + { "simplified" : "逼", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 1122, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "偪", + "transcriptions" : { "pinyin" : "bī", + "numeric" : "bi1", + "wadegiles" : "pi¹", + "bopomofo" : "ㄅㄧ", + "romatzyh" : "bi" }, + "meanings" : [ "variant of 逼", + "to compel", + "to pressure" ], + "classifiers" : [] }, + { "traditional" : "逼", + "transcriptions" : { "pinyin" : "bī", + "numeric" : "bi1", + "wadegiles" : "pi¹", + "bopomofo" : "ㄅㄧ", + "romatzyh" : "bi" }, + "meanings" : [ "to force (sb to do sth)", + "to compel", + "to press for", + "to extort", + "to press on towards", + "to press up to", + "to close in on", + "euphemistic variant of 屄" ], + "classifiers" : [] } ] }, + { "simplified" : "逼近", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 12487, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逼近", + "transcriptions" : { "pinyin" : "bī jìn", + "numeric" : "bi1 jin4", + "wadegiles" : "pi¹ chin⁴", + "bopomofo" : "ㄅㄧ ㄐㄧㄣˋ", + "romatzyh" : "bi jinn" }, + "meanings" : [ "to press on towards", + "to close in on", + "to approach", + "to draw near" ], + "classifiers" : [] } ] }, + { "simplified" : "逼迫", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13026, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "逼迫", + "transcriptions" : { "pinyin" : "bī pò", + "numeric" : "bi1 po4", + "wadegiles" : "pi¹ p'o⁴", + "bopomofo" : "ㄅㄧ ㄆㄛˋ", + "romatzyh" : "bi poh" }, + "meanings" : [ "to force", + "to compel", + "to coerce" ], + "classifiers" : [] } ] }, + { "simplified" : "逼真", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13735, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "逼真", + "transcriptions" : { "pinyin" : "bī zhēn", + "numeric" : "bi1 zhen1", + "wadegiles" : "pi¹ chen¹", + "bopomofo" : "ㄅㄧ ㄓㄣ", + "romatzyh" : "bi jen" }, + "meanings" : [ "lifelike", + "true to life", + "distinctly", + "clearly" ], + "classifiers" : [] } ] }, + { "simplified" : "鼻涕", + "radical" : "鼻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12144, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鼻涕", + "transcriptions" : { "pinyin" : "bí tì", + "numeric" : "bi2 ti4", + "wadegiles" : "pi² t'i⁴", + "bopomofo" : "ㄅㄧˊ ㄊㄧˋ", + "romatzyh" : "byi tih" }, + "meanings" : [ "nasal mucus; snivel; snot" ], + "classifiers" : [] } ] }, + { "simplified" : "鼻子", + "radical" : "鼻", + "level" : [ "new-5", "old-3" ], + "frequency" : 3484, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鼻子", + "transcriptions" : { "pinyin" : "bí zi", + "numeric" : "bi2 zi5", + "wadegiles" : "pi² zi", + "bopomofo" : "ㄅㄧˊ zi", + "romatzyh" : "byi zi" }, + "meanings" : [ "nose" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "比", + "radical" : "比", + "level" : [ "new-1", "old-2" ], + "frequency" : 155, + "pos" : [ "p", "v", "n", "b" ], + "forms" : [ { "traditional" : "比", + "transcriptions" : { "pinyin" : "Bǐ", + "numeric" : "Bi3", + "wadegiles" : "pi³", + "bopomofo" : "ㄅㄧˇ", + "romatzyh" : "bii" }, + "meanings" : [ "Belgium", + "Belgian", + "abbr. for 比利时" ], + "classifiers" : [] }, + { "traditional" : "比", + "transcriptions" : { "pinyin" : "bī", + "numeric" : "bi1", + "wadegiles" : "pi¹", + "bopomofo" : "ㄅㄧ", + "romatzyh" : "bi" }, + "meanings" : [ "euphemistic variant of 屄" ], + "classifiers" : [] }, + { "traditional" : "比", + "transcriptions" : { "pinyin" : "bǐ", + "numeric" : "bi3", + "wadegiles" : "pi³", + "bopomofo" : "ㄅㄧˇ", + "romatzyh" : "bii" }, + "meanings" : [ "to compare", + "(followed by a noun and adjective) more {adj.} than {noun}", + "ratio", + "to gesture", + "(Taiwan pr. [bì] in some compounds derived from Classical Chinese)" ], + "classifiers" : [] } ] }, + { "simplified" : "比比皆是", + "radical" : "比", + "level" : [ "new-7+" ], + "frequency" : 29754, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "比比皆是", + "transcriptions" : { "pinyin" : "bǐ bǐ jiē shì", + "numeric" : "bi3 bi3 jie1 shi4", + "wadegiles" : "pi³ pi³ chieh¹ shih⁴", + "bopomofo" : "ㄅㄧˇ ㄅㄧˇ ㄐㄧㄝ ㄕˋ", + "romatzyh" : "bii bii jie shyh" }, + "meanings" : [ "can be found everywhere" ], + "classifiers" : [] } ] }, + { "simplified" : "比不上", + "radical" : "比", + "level" : [ "new-7+" ], + "frequency" : 11223, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "比不上", + "transcriptions" : { "pinyin" : "bǐ bù shàng", + "numeric" : "bi3 bu4 shang4", + "wadegiles" : "pi³ pu⁴ shang⁴", + "bopomofo" : "ㄅㄧˇ ㄅㄨˋ ㄕㄤˋ", + "romatzyh" : "bii buh shanq" }, + "meanings" : [ "can't compare with" ], + "classifiers" : [] } ] }, + { "simplified" : "比方", + "radical" : "比", + "level" : [ "new-5", "old-6" ], + "frequency" : 11193, + "pos" : [ "v", "n", "c" ], + "forms" : [ { "traditional" : "比方", + "transcriptions" : { "pinyin" : "bǐ fang", + "numeric" : "bi3 fang5", + "wadegiles" : "pi³ fang", + "bopomofo" : "ㄅㄧˇ fang", + "romatzyh" : "bii fang" }, + "meanings" : [ "analogy", + "instance", + "for instance" ], + "classifiers" : [] } ] }, + { "simplified" : "比分", + "radical" : "比", + "level" : [ "new-4" ], + "frequency" : 4795, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "比分", + "transcriptions" : { "pinyin" : "bǐ fēn", + "numeric" : "bi3 fen1", + "wadegiles" : "pi³ fen¹", + "bopomofo" : "ㄅㄧˇ ㄈㄣ", + "romatzyh" : "bii fen" }, + "meanings" : [ "score" ], + "classifiers" : [] } ] }, + { "simplified" : "比较", + "radical" : "比", + "level" : [ "new-3", "old-3" ], + "frequency" : 607, + "pos" : [ "d", "vn", "v" ], + "forms" : [ { "traditional" : "比較", + "transcriptions" : { "pinyin" : "bǐ jiào", + "numeric" : "bi3 jiao4", + "wadegiles" : "pi³ chiao⁴", + "bopomofo" : "ㄅㄧˇ ㄐㄧㄠˋ", + "romatzyh" : "bii jiaw" }, + "meanings" : [ "to compare", + "to contrast", + "comparatively", + "relatively", + "quite", + "comparison" ], + "classifiers" : [] } ] }, + { "simplified" : "比例", + "radical" : "比", + "level" : [ "new-3", "old-5" ], + "frequency" : 4723, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "比例", + "transcriptions" : { "pinyin" : "bǐ lì", + "numeric" : "bi3 li4", + "wadegiles" : "pi³ li⁴", + "bopomofo" : "ㄅㄧˇ ㄌㄧˋ", + "romatzyh" : "bii lih" }, + "meanings" : [ "proportion", "scale" ], + "classifiers" : [] } ] }, + { "simplified" : "比起", + "radical" : "比", + "level" : [ "new-7+" ], + "frequency" : 13998, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "比起", + "transcriptions" : { "pinyin" : "bǐ qǐ", + "numeric" : "bi3 qi3", + "wadegiles" : "pi³ ch'i³", + "bopomofo" : "ㄅㄧˇ ㄑㄧˇ", + "romatzyh" : "bii chii" }, + "meanings" : [ "compared with" ], + "classifiers" : [] } ] }, + { "simplified" : "比如", + "radical" : "比", + "level" : [ "new-2", "old-5" ], + "frequency" : 1051, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "比如", + "transcriptions" : { "pinyin" : "bǐ rú", + "numeric" : "bi3 ru2", + "wadegiles" : "pi³ ju²", + "bopomofo" : "ㄅㄧˇ ㄖㄨˊ", + "romatzyh" : "bii ru" }, + "meanings" : [ "for example", + "for instance", + "such as" ], + "classifiers" : [] } ] }, + { "simplified" : "比如说", + "radical" : "比", + "level" : [ "new-2" ], + "frequency" : 2785, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "比如說", + "transcriptions" : { "pinyin" : "bǐ rú shuō", + "numeric" : "bi3 ru2 shuo1", + "wadegiles" : "pi³ ju² shuo¹", + "bopomofo" : "ㄅㄧˇ ㄖㄨˊ ㄕㄨㄛ", + "romatzyh" : "bii ru shuo" }, + "meanings" : [ "for example" ], + "classifiers" : [] } ] }, + { "simplified" : "比赛", + "radical" : "比", + "level" : [ "new-3", "old-3" ], + "frequency" : 275, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "比賽", + "transcriptions" : { "pinyin" : "bǐ sài", + "numeric" : "bi3 sai4", + "wadegiles" : "pi³ sai⁴", + "bopomofo" : "ㄅㄧˇ ㄙㄞˋ", + "romatzyh" : "bii say" }, + "meanings" : [ "competition (sports etc)", + "match", + "to compete" ], + "classifiers" : [ "场", "次" ] } ] }, + { "simplified" : "比试", + "radical" : "比", + "level" : [ "new-7+" ], + "frequency" : 22158, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "比試", + "transcriptions" : { "pinyin" : "bǐ shì", + "numeric" : "bi3 shi4", + "wadegiles" : "pi³ shih⁴", + "bopomofo" : "ㄅㄧˇ ㄕˋ", + "romatzyh" : "bii shyh" }, + "meanings" : [ "to have a competition", + "to measure with one's hand or arm", + "to make a gesture of measuring" ], + "classifiers" : [] } ] }, + { "simplified" : "比喻", + "radical" : "比", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8644, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "比喻", + "transcriptions" : { "pinyin" : "bǐ yù", + "numeric" : "bi3 yu4", + "wadegiles" : "pi³ yü⁴", + "bopomofo" : "ㄅㄧˇ ㄩˋ", + "romatzyh" : "bii yuh" }, + "meanings" : [ "to compare", + "to liken to", + "metaphor", + "analogy", + "figure of speech", + "figuratively" ], + "classifiers" : [] } ] }, + { "simplified" : "比重", + "radical" : "比", + "level" : [ "new-5", "old-6" ], + "frequency" : 20691, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "比重", + "transcriptions" : { "pinyin" : "bǐ zhòng", + "numeric" : "bi3 zhong4", + "wadegiles" : "pi³ chung⁴", + "bopomofo" : "ㄅㄧˇ ㄓㄨㄥˋ", + "romatzyh" : "bii jonq" }, + "meanings" : [ "proportion", "specific gravity" ], + "classifiers" : [] } ] }, + { "simplified" : "彼此", + "radical" : "彳", + "level" : [ "new-5", "old-5" ], + "frequency" : 2165, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "彼此", + "transcriptions" : { "pinyin" : "bǐ cǐ", + "numeric" : "bi3 ci3", + "wadegiles" : "pi³ tz'u³", + "bopomofo" : "ㄅㄧˇ ㄘˇ", + "romatzyh" : "bii tsyy" }, + "meanings" : [ "each other; one another" ], + "classifiers" : [] } ] }, + { "simplified" : "笔", + "radical" : "⺮", + "level" : [ "new-2" ], + "frequency" : 1245, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "筆", + "transcriptions" : { "pinyin" : "bǐ", + "numeric" : "bi3", + "wadegiles" : "pi³", + "bopomofo" : "ㄅㄧˇ", + "romatzyh" : "bii" }, + "meanings" : [ "pen", + "pencil", + "writing brush", + "to write or compose", + "the strokes of Chinese characters", + "classifier for sums of money, deals" ], + "classifiers" : [ "支", "枝" ] } ] }, + { "simplified" : "笔记", + "radical" : "⺮", + "level" : [ "new-2" ], + "frequency" : 7920, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "筆記", + "transcriptions" : { "pinyin" : "bǐ jì", + "numeric" : "bi3 ji4", + "wadegiles" : "pi³ chi⁴", + "bopomofo" : "ㄅㄧˇ ㄐㄧˋ", + "romatzyh" : "bii jih" }, + "meanings" : [ "to take down (in writing)", + "notes", + "a type of literature consisting mainly of short sketches" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "笔记本", + "radical" : "⺮", + "level" : [ "new-2", "old-4" ], + "frequency" : 3935, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "筆記本", + "transcriptions" : { "pinyin" : "bǐ jì běn", + "numeric" : "bi3 ji4 ben3", + "wadegiles" : "pi³ chi⁴ pen³", + "bopomofo" : "ㄅㄧˇ ㄐㄧˋ ㄅㄣˇ", + "romatzyh" : "bii jih been" }, + "meanings" : [ "notebook (stationery)", + "notebook (computing)" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "笔试", + "radical" : "⺮", + "level" : [ "new-6" ], + "frequency" : 25608, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "筆試", + "transcriptions" : { "pinyin" : "bǐ shì", + "numeric" : "bi3 shi4", + "wadegiles" : "pi³ shih⁴", + "bopomofo" : "ㄅㄧˇ ㄕˋ", + "romatzyh" : "bii shyh" }, + "meanings" : [ "written examination", + "paper test (for an applicant)" ], + "classifiers" : [] } ] }, + { "simplified" : "鄙视", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 8470, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鄙視", + "transcriptions" : { "pinyin" : "bǐ shì", + "numeric" : "bi3 shi4", + "wadegiles" : "pi³ shih⁴", + "bopomofo" : "ㄅㄧˇ ㄕˋ", + "romatzyh" : "bii shyh" }, + "meanings" : [ "to despise", + "to disdain", + "to look down upon" ], + "classifiers" : [] } ] }, + { "simplified" : "必", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 2532, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "必", + "transcriptions" : { "pinyin" : "bì", + "numeric" : "bi4", + "wadegiles" : "pi⁴", + "bopomofo" : "ㄅㄧˋ", + "romatzyh" : "bih" }, + "meanings" : [ "certainly", + "must", + "will", + "necessarily" ], + "classifiers" : [] } ] }, + { "simplified" : "必不可少", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 15604, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "必不可少", + "transcriptions" : { "pinyin" : "bì bù kě shǎo", + "numeric" : "bi4 bu4 ke3 shao3", + "wadegiles" : "pi⁴ pu⁴ k'o³ shao³", + "bopomofo" : "ㄅㄧˋ ㄅㄨˋ ㄎㄜˇ ㄕㄠˇ", + "romatzyh" : "bih buh kee shao" }, + "meanings" : [ "absolutely necessary", + "indispensable", + "essential" ], + "classifiers" : [] } ] }, + { "simplified" : "必定", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8680, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "必定", + "transcriptions" : { "pinyin" : "bì dìng", + "numeric" : "bi4 ding4", + "wadegiles" : "pi⁴ ting⁴", + "bopomofo" : "ㄅㄧˋ ㄉㄧㄥˋ", + "romatzyh" : "bih dinq" }, + "meanings" : [ "to be bound to", "to be sure to" ], + "classifiers" : [] } ] }, + { "simplified" : "必将", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 10072, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "必將", + "transcriptions" : { "pinyin" : "bì jiāng", + "numeric" : "bi4 jiang1", + "wadegiles" : "pi⁴ chiang¹", + "bopomofo" : "ㄅㄧˋ ㄐㄧㄤ", + "romatzyh" : "bih jiang" }, + "meanings" : [ "inevitably" ], + "classifiers" : [] } ] }, + { "simplified" : "必然", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 5199, + "pos" : [ "d", "b", "n" ], + "forms" : [ { "traditional" : "必然", + "transcriptions" : { "pinyin" : "bì rán", + "numeric" : "bi4 ran2", + "wadegiles" : "pi⁴ jan²", + "bopomofo" : "ㄅㄧˋ ㄖㄢˊ", + "romatzyh" : "bih ran" }, + "meanings" : [ "inevitable", + "certain", + "necessity" ], + "classifiers" : [] } ] }, + { "simplified" : "必修", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 39363, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "必修", + "transcriptions" : { "pinyin" : "bì xiū", + "numeric" : "bi4 xiu1", + "wadegiles" : "pi⁴ hsiu¹", + "bopomofo" : "ㄅㄧˋ ㄒㄧㄡ", + "romatzyh" : "bih shiou" }, + "meanings" : [ "(of an academic course) required", + "compulsory" ], + "classifiers" : [] } ] }, + { "simplified" : "必须", + "radical" : "心", + "level" : [ "new-2", "old-3" ], + "frequency" : 241, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "必須", + "transcriptions" : { "pinyin" : "bì xū", + "numeric" : "bi4 xu1", + "wadegiles" : "pi⁴ hsü¹", + "bopomofo" : "ㄅㄧˋ ㄒㄩ", + "romatzyh" : "bih shiu" }, + "meanings" : [ "to have to", + "must", + "compulsory", + "necessarily" ], + "classifiers" : [] } ] }, + { "simplified" : "必需", + "radical" : "心", + "level" : [ "new-5", "old-5" ], + "frequency" : 7251, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "必需", + "transcriptions" : { "pinyin" : "bì xū", + "numeric" : "bi4 xu1", + "wadegiles" : "pi⁴ hsü¹", + "bopomofo" : "ㄅㄧˋ ㄒㄩ", + "romatzyh" : "bih shiu" }, + "meanings" : [ "to need", + "to require", + "essential", + "indispensable" ], + "classifiers" : [] } ] }, + { "simplified" : "必要", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 1191, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "必要", + "transcriptions" : { "pinyin" : "bì yào", + "numeric" : "bi4 yao4", + "wadegiles" : "pi⁴ yao⁴", + "bopomofo" : "ㄅㄧˋ ㄧㄠˋ", + "romatzyh" : "bih yaw" }, + "meanings" : [ "necessary", + "essential", + "indispensable", + "required" ], + "classifiers" : [] } ] }, + { "simplified" : "毕竟", + "radical" : "比", + "level" : [ "new-5", "old-5" ], + "frequency" : 2477, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "畢竟", + "transcriptions" : { "pinyin" : "bì jìng", + "numeric" : "bi4 jing4", + "wadegiles" : "pi⁴ ching⁴", + "bopomofo" : "ㄅㄧˋ ㄐㄧㄥˋ", + "romatzyh" : "bih jinq" }, + "meanings" : [ "after all", + "all in all", + "when all is said and done", + "in the final analysis" ], + "classifiers" : [] } ] }, + { "simplified" : "毕业", + "radical" : "比", + "level" : [ "new-4", "old-4" ], + "frequency" : 1755, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "畢業", + "transcriptions" : { "pinyin" : "bì yè", + "numeric" : "bi4 ye4", + "wadegiles" : "pi⁴ yeh⁴", + "bopomofo" : "ㄅㄧˋ ㄧㄝˋ", + "romatzyh" : "bih yeh" }, + "meanings" : [ "graduation", + "to graduate", + "to finish school" ], + "classifiers" : [] } ] }, + { "simplified" : "毕业生", + "radical" : "比", + "level" : [ "new-4" ], + "frequency" : 6344, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "畢業生", + "transcriptions" : { "pinyin" : "bì yè shēng", + "numeric" : "bi4 ye4 sheng1", + "wadegiles" : "pi⁴ yeh⁴ sheng¹", + "bopomofo" : "ㄅㄧˋ ㄧㄝˋ ㄕㄥ", + "romatzyh" : "bih yeh sheng" }, + "meanings" : [ "graduate" ], + "classifiers" : [] } ] }, + { "simplified" : "闭", + "radical" : "门", + "level" : [ "new-6" ], + "frequency" : 2503, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "閉", + "transcriptions" : { "pinyin" : "bì", + "numeric" : "bi4", + "wadegiles" : "pi⁴", + "bopomofo" : "ㄅㄧˋ", + "romatzyh" : "bih" }, + "meanings" : [ "to close", + "to stop up", + "to shut", + "to obstruct" ], + "classifiers" : [] } ] }, + { "simplified" : "闭幕", + "radical" : "门", + "level" : [ "new-5" ], + "frequency" : 26178, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "閉幕", + "transcriptions" : { "pinyin" : "bì mù", + "numeric" : "bi4 mu4", + "wadegiles" : "pi⁴ mu⁴", + "bopomofo" : "ㄅㄧˋ ㄇㄨˋ", + "romatzyh" : "bih muh" }, + "meanings" : [ "the curtain falls", + "lower the curtain", + "to come to an end (of a meeting)" ], + "classifiers" : [] } ] }, + { "simplified" : "闭幕式", + "radical" : "门", + "level" : [ "new-5" ], + "frequency" : 34114, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "閉幕式", + "transcriptions" : { "pinyin" : "bì mù shì", + "numeric" : "bi4 mu4 shi4", + "wadegiles" : "pi⁴ mu⁴ shih⁴", + "bopomofo" : "ㄅㄧˋ ㄇㄨˋ ㄕˋ", + "romatzyh" : "bih muh shyh" }, + "meanings" : [ "closing ceremony" ], + "classifiers" : [] } ] }, + { "simplified" : "闭塞", + "radical" : "门", + "level" : [ "old-6" ], + "frequency" : 25567, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "閉塞", + "transcriptions" : { "pinyin" : "bì sè", + "numeric" : "bi4 se4", + "wadegiles" : "pi⁴ se⁴", + "bopomofo" : "ㄅㄧˋ ㄙㄜˋ", + "romatzyh" : "bih seh" }, + "meanings" : [ "to stop up", + "to close up", + "hard to get to", + "out of the way", + "inaccessible", + "unenlightened", + "blocking" ], + "classifiers" : [] } ] }, + { "simplified" : "弊病", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 34995, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "弊病", + "transcriptions" : { "pinyin" : "bì bìng", + "numeric" : "bi4 bing4", + "wadegiles" : "pi⁴ ping⁴", + "bopomofo" : "ㄅㄧˋ ㄅㄧㄥˋ", + "romatzyh" : "bih binq" }, + "meanings" : [ "malady", + "evil", + "malpractice", + "drawback", + "disadvantage" ], + "classifiers" : [] } ] }, + { "simplified" : "弊端", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19905, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "弊端", + "transcriptions" : { "pinyin" : "bì duān", + "numeric" : "bi4 duan1", + "wadegiles" : "pi⁴ tuan¹", + "bopomofo" : "ㄅㄧˋ ㄉㄨㄢ", + "romatzyh" : "bih duan" }, + "meanings" : [ "systemic problem (sometimes refers specifically to corrupt practices)" ], + "classifiers" : [] } ] }, + { "simplified" : "碧绿", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 33401, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "碧綠", + "transcriptions" : { "pinyin" : "bì lu:4", + "numeric" : "bi4 lü4", + "wadegiles" : "pi⁴ lu:4", + "bopomofo" : "ㄅㄧˋ lu:4", + "romatzyh" : "bih lu:4" }, + "meanings" : [ "dark green" ], + "classifiers" : [] } ] }, + { "simplified" : "碧玉", + "radical" : "石", + "level" : [ "old-6" ], + "frequency" : 64483, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "碧玉", + "transcriptions" : { "pinyin" : "bì yù", + "numeric" : "bi4 yu4", + "wadegiles" : "pi⁴ yü⁴", + "bopomofo" : "ㄅㄧˋ ㄩˋ", + "romatzyh" : "bih yuh" }, + "meanings" : [ "jasper" ], + "classifiers" : [] } ] }, + { "simplified" : "壁画", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 16718, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "壁畫", + "transcriptions" : { "pinyin" : "bì huà", + "numeric" : "bi4 hua4", + "wadegiles" : "pi⁴ hua⁴", + "bopomofo" : "ㄅㄧˋ ㄏㄨㄚˋ", + "romatzyh" : "bih huah" }, + "meanings" : [ "mural (painting)", "fresco" ], + "classifiers" : [] } ] }, + { "simplified" : "避", + "radical" : "辶", + "level" : [ "new-4" ], + "frequency" : 6063, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "避", + "transcriptions" : { "pinyin" : "bì", + "numeric" : "bi4", + "wadegiles" : "pi⁴", + "bopomofo" : "ㄅㄧˋ", + "romatzyh" : "bih" }, + "meanings" : [ "to avoid", + "to shun", + "to flee", + "to escape", + "to keep away from", + "to leave", + "to hide from" ], + "classifiers" : [] } ] }, + { "simplified" : "避免", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 2140, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "避免", + "transcriptions" : { "pinyin" : "bì miǎn", + "numeric" : "bi4 mian3", + "wadegiles" : "pi⁴ mien³", + "bopomofo" : "ㄅㄧˋ ㄇㄧㄢˇ", + "romatzyh" : "bih mean" }, + "meanings" : [ "to avert", + "to prevent", + "to avoid", + "to refrain from" ], + "classifiers" : [] } ] }, + { "simplified" : "避难", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 17616, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "避難", + "transcriptions" : { "pinyin" : "bì nàn", + "numeric" : "bi4 nan4", + "wadegiles" : "pi⁴ nan⁴", + "bopomofo" : "ㄅㄧˋ ㄋㄢˋ", + "romatzyh" : "bih nann" }, + "meanings" : [ "refuge", + "to take refuge", + "to seek asylum (political etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "避暑", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 23952, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "避暑", + "transcriptions" : { "pinyin" : "bì shǔ", + "numeric" : "bi4 shu3", + "wadegiles" : "pi⁴ shu³", + "bopomofo" : "ㄅㄧˋ ㄕㄨˇ", + "romatzyh" : "bih shuu" }, + "meanings" : [ "to be away for the summer holidays", + "to spend a holiday at a summer resort", + "to prevent sunstroke" ], + "classifiers" : [] } ] }, + { "simplified" : "臂", + "radical" : "⺼", + "level" : [ "old-6" ], + "frequency" : 7284, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "臂", + "transcriptions" : { "pinyin" : "bì", + "numeric" : "bi4", + "wadegiles" : "pi⁴", + "bopomofo" : "ㄅㄧˋ", + "romatzyh" : "bih" }, + "meanings" : [ "arm" ], + "classifiers" : [] } ] }, + { "simplified" : "边", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 803, + "pos" : [ "k", "d", "n" ], + "forms" : [ { "traditional" : "邊", + "transcriptions" : { "pinyin" : "biān", + "numeric" : "bian1", + "wadegiles" : "pien¹", + "bopomofo" : "ㄅㄧㄢ", + "romatzyh" : "bian" }, + "meanings" : [ "side", + "edge", + "margin", + "border", + "boundary", + "simultaneously" ], + "classifiers" : [ "个" ] }, + { "traditional" : "邊", + "transcriptions" : { "pinyin" : "bian", + "numeric" : "bian5", + "wadegiles" : "bian", + "bopomofo" : "bian", + "romatzyh" : "bian" }, + "meanings" : [ "suffix of a noun of locality" ], + "classifiers" : [] } ] }, + { "simplified" : "边疆", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28113, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "邊疆", + "transcriptions" : { "pinyin" : "biān jiāng", + "numeric" : "bian1 jiang1", + "wadegiles" : "pien¹ chiang¹", + "bopomofo" : "ㄅㄧㄢ ㄐㄧㄤ", + "romatzyh" : "bian jiang" }, + "meanings" : [ "border area", + "borderland", + "frontier", + "frontier region" ], + "classifiers" : [] } ] }, + { "simplified" : "边界", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7042, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "邊界", + "transcriptions" : { "pinyin" : "biān jiè", + "numeric" : "bian1 jie4", + "wadegiles" : "pien¹ chieh⁴", + "bopomofo" : "ㄅㄧㄢ ㄐㄧㄝˋ", + "romatzyh" : "bian jieh" }, + "meanings" : [ "boundary", "border" ], + "classifiers" : [] } ] }, + { "simplified" : "边境", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 5914, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "邊境", + "transcriptions" : { "pinyin" : "biān jìng", + "numeric" : "bian1 jing4", + "wadegiles" : "pien¹ ching⁴", + "bopomofo" : "ㄅㄧㄢ ㄐㄧㄥˋ", + "romatzyh" : "bian jinq" }, + "meanings" : [ "frontier; border" ], + "classifiers" : [] } ] }, + { "simplified" : "边缘", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 4635, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "邊緣", + "transcriptions" : { "pinyin" : "biān yuán", + "numeric" : "bian1 yuan2", + "wadegiles" : "pien¹ yüan²", + "bopomofo" : "ㄅㄧㄢ ㄩㄢˊ", + "romatzyh" : "bian yuan" }, + "meanings" : [ "edge; fringe; verge; brink; periphery", + "marginal; borderline" ], + "classifiers" : [] } ] }, + { "simplified" : "边远", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 26329, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "邊遠", + "transcriptions" : { "pinyin" : "biān yuǎn", + "numeric" : "bian1 yuan3", + "wadegiles" : "pien¹ yüan³", + "bopomofo" : "ㄅㄧㄢ ㄩㄢˇ", + "romatzyh" : "bian yeuan" }, + "meanings" : [ "far from the center", + "remote", + "outlying" ], + "classifiers" : [] } ] }, + { "simplified" : "编", + "radical" : "纟", + "level" : [ "new-4" ], + "frequency" : 1875, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "編", + "transcriptions" : { "pinyin" : "biān", + "numeric" : "bian1", + "wadegiles" : "pien¹", + "bopomofo" : "ㄅㄧㄢ", + "romatzyh" : "bian" }, + "meanings" : [ "to weave", + "to plait", + "to organize", + "to group", + "to arrange", + "to edit", + "to compile", + "to write", + "to compose", + "to fabricate", + "to make up" ], + "classifiers" : [] } ] }, + { "simplified" : "编号", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 7219, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "編號", + "transcriptions" : { "pinyin" : "biān hào", + "numeric" : "bian1 hao4", + "wadegiles" : "pien¹ hao⁴", + "bopomofo" : "ㄅㄧㄢ ㄏㄠˋ", + "romatzyh" : "bian haw" }, + "meanings" : [ "to number", + "numbering", + "serial number" ], + "classifiers" : [] } ] }, + { "simplified" : "编辑", + "radical" : "纟", + "level" : [ "new-5", "old-5" ], + "frequency" : 2447, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "編輯", + "transcriptions" : { "pinyin" : "biān jí", + "numeric" : "bian1 ji2", + "wadegiles" : "pien¹ chi²", + "bopomofo" : "ㄅㄧㄢ ㄐㄧˊ", + "romatzyh" : "bian jyi" }, + "meanings" : [ "to edit", + "to compile", + "editor", + "compiler" ], + "classifiers" : [] } ] }, + { "simplified" : "编剧", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 7362, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "編劇", + "transcriptions" : { "pinyin" : "biān jù", + "numeric" : "bian1 ju4", + "wadegiles" : "pien¹ chü⁴", + "bopomofo" : "ㄅㄧㄢ ㄐㄩˋ", + "romatzyh" : "bian jiuh" }, + "meanings" : [ "to write a play", + "scenario", + "dramatist", + "screenwriter" ], + "classifiers" : [] } ] }, + { "simplified" : "编排", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 10560, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "編排", + "transcriptions" : { "pinyin" : "biān pái", + "numeric" : "bian1 pai2", + "wadegiles" : "pien¹ p'ai²", + "bopomofo" : "ㄅㄧㄢ ㄆㄞˊ", + "romatzyh" : "bian pair" }, + "meanings" : [ "to arrange", "to lay out" ], + "classifiers" : [] } ] }, + { "simplified" : "编写", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 11845, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "編寫", + "transcriptions" : { "pinyin" : "biān xiě", + "numeric" : "bian1 xie3", + "wadegiles" : "pien¹ hsieh³", + "bopomofo" : "ㄅㄧㄢ ㄒㄧㄝˇ", + "romatzyh" : "bian shiee" }, + "meanings" : [ "to compile" ], + "classifiers" : [] } ] }, + { "simplified" : "编造", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 12743, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "編造", + "transcriptions" : { "pinyin" : "biān zào", + "numeric" : "bian1 zao4", + "wadegiles" : "pien¹ tsao⁴", + "bopomofo" : "ㄅㄧㄢ ㄗㄠˋ", + "romatzyh" : "bian tzaw" }, + "meanings" : [ "to compile", + "to draw up", + "to fabricate", + "to invent", + "to concoct", + "to make up", + "to cook up" ], + "classifiers" : [] } ] }, + { "simplified" : "编织", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 13145, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "編織", + "transcriptions" : { "pinyin" : "biān zhī", + "numeric" : "bian1 zhi1", + "wadegiles" : "pien¹ chih¹", + "bopomofo" : "ㄅㄧㄢ ㄓ", + "romatzyh" : "bian jy" }, + "meanings" : [ "to weave; to knit; to plait; to braid", + "(fig.) to create (sth abstract, e.g. a dream, a lie etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "编制", + "radical" : "纟", + "level" : [ "new-6" ], + "frequency" : 12038, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "編制", + "transcriptions" : { "pinyin" : "biān zhì", + "numeric" : "bian1 zhi4", + "wadegiles" : "pien¹ chih⁴", + "bopomofo" : "ㄅㄧㄢ ㄓˋ", + "romatzyh" : "bian jyh" }, + "meanings" : [ "to establish (a unit or department)", + "staffing structure (excluding temporary and casual staff)" ], + "classifiers" : [] }, + { "traditional" : "編製", + "transcriptions" : { "pinyin" : "biān zhì", + "numeric" : "bian1 zhi4", + "wadegiles" : "pien¹ chih⁴", + "bopomofo" : "ㄅㄧㄢ ㄓˋ", + "romatzyh" : "bian jyh" }, + "meanings" : [ "to weave", + "to plait", + "to compile", + "to put together (a lesson plan, budget etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "鞭策", + "radical" : "革", + "level" : [ "new-7+", "old-6" ], + "frequency" : 24553, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鞭策", + "transcriptions" : { "pinyin" : "biān cè", + "numeric" : "bian1 ce4", + "wadegiles" : "pien¹ ts'e⁴", + "bopomofo" : "ㄅㄧㄢ ㄘㄜˋ", + "romatzyh" : "bian tseh" }, + "meanings" : [ "to spur on", + "to urge on", + "to encourage sb (e.g. to make progress)" ], + "classifiers" : [] } ] }, + { "simplified" : "鞭炮", + "radical" : "革", + "level" : [ "new-7+", "old-5" ], + "frequency" : 17033, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鞭炮", + "transcriptions" : { "pinyin" : "biān pào", + "numeric" : "bian1 pao4", + "wadegiles" : "pien¹ p'ao⁴", + "bopomofo" : "ㄅㄧㄢ ㄆㄠˋ", + "romatzyh" : "bian paw" }, + "meanings" : [ "firecrackers", + "string of small firecrackers" ], + "classifiers" : [ "枚" ] } ] }, + { "simplified" : "贬低", + "radical" : "贝", + "level" : [ "old-6" ], + "frequency" : 17829, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "貶低", + "transcriptions" : { "pinyin" : "biǎn dī", + "numeric" : "bian3 di1", + "wadegiles" : "pien³ ti¹", + "bopomofo" : "ㄅㄧㄢˇ ㄉㄧ", + "romatzyh" : "bean di" }, + "meanings" : [ "to belittle", + "to disparage", + "to play down", + "to demean", + "to degrade", + "to devalue" ], + "classifiers" : [] } ] }, + { "simplified" : "贬义", + "radical" : "贝", + "level" : [ "old-6" ], + "frequency" : 38391, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貶義", + "transcriptions" : { "pinyin" : "biǎn yì", + "numeric" : "bian3 yi4", + "wadegiles" : "pien³ i⁴", + "bopomofo" : "ㄅㄧㄢˇ ㄧˋ", + "romatzyh" : "bean yih" }, + "meanings" : [ "derogatory sense", + "negative connotation" ], + "classifiers" : [] } ] }, + { "simplified" : "贬值", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 19175, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "貶值", + "transcriptions" : { "pinyin" : "biǎn zhí", + "numeric" : "bian3 zhi2", + "wadegiles" : "pien³ chih²", + "bopomofo" : "ㄅㄧㄢˇ ㄓˊ", + "romatzyh" : "bean jyr" }, + "meanings" : [ "to become devaluated", + "to devaluate", + "to depreciate" ], + "classifiers" : [] } ] }, + { "simplified" : "扁", + "radical" : "户", + "level" : [ "new-6", "old-6" ], + "frequency" : 5218, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "扁", + "transcriptions" : { "pinyin" : "Piān", + "numeric" : "Pian1", + "wadegiles" : "p'ien¹", + "bopomofo" : "ㄆㄧㄢ", + "romatzyh" : "pian" }, + "meanings" : [ "surname Pian" ], + "classifiers" : [] }, + { "traditional" : "扁", + "transcriptions" : { "pinyin" : "biǎn", + "numeric" : "bian3", + "wadegiles" : "pien³", + "bopomofo" : "ㄅㄧㄢˇ", + "romatzyh" : "bean" }, + "meanings" : [ "flat", + "(coll.) to beat (sb) up", + "old variant of 匾" ], + "classifiers" : [] }, + { "traditional" : "扁", + "transcriptions" : { "pinyin" : "piān", + "numeric" : "pian1", + "wadegiles" : "p'ien¹", + "bopomofo" : "ㄆㄧㄢ", + "romatzyh" : "pian" }, + "meanings" : [ "small boat" ], + "classifiers" : [] } ] }, + { "simplified" : "变", + "radical" : "又", + "level" : [ "new-2" ], + "frequency" : 501, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "變", + "transcriptions" : { "pinyin" : "biàn", + "numeric" : "bian4", + "wadegiles" : "pien⁴", + "bopomofo" : "ㄅㄧㄢˋ", + "romatzyh" : "biann" }, + "meanings" : [ "to change", + "to become different", + "to transform", + "to vary", + "rebellion" ], + "classifiers" : [] } ] }, + { "simplified" : "变成", + "radical" : "又", + "level" : [ "new-2" ], + "frequency" : 853, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "變成", + "transcriptions" : { "pinyin" : "biàn chéng", + "numeric" : "bian4 cheng2", + "wadegiles" : "pien⁴ ch'eng²", + "bopomofo" : "ㄅㄧㄢˋ ㄔㄥˊ", + "romatzyh" : "biann cherng" }, + "meanings" : [ "to change into", + "to turn into", + "to become" ], + "classifiers" : [] } ] }, + { "simplified" : "变动", + "radical" : "又", + "level" : [ "new-5" ], + "frequency" : 7124, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "變動", + "transcriptions" : { "pinyin" : "biàn dòng", + "numeric" : "bian4 dong4", + "wadegiles" : "pien⁴ tung⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄉㄨㄥˋ", + "romatzyh" : "biann donq" }, + "meanings" : [ "to change", + "to fluctuate", + "change", + "fluctuation" ], + "classifiers" : [] } ] }, + { "simplified" : "变革", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 9189, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "變革", + "transcriptions" : { "pinyin" : "biàn gé", + "numeric" : "bian4 ge2", + "wadegiles" : "pien⁴ ko²", + "bopomofo" : "ㄅㄧㄢˋ ㄍㄜˊ", + "romatzyh" : "biann ger" }, + "meanings" : [ "to transform", "to change" ], + "classifiers" : [] } ] }, + { "simplified" : "变更", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 10372, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "變更", + "transcriptions" : { "pinyin" : "biàn gēng", + "numeric" : "bian4 geng1", + "wadegiles" : "pien⁴ keng¹", + "bopomofo" : "ㄅㄧㄢˋ ㄍㄥ", + "romatzyh" : "biann geng" }, + "meanings" : [ "to change", + "to alter", + "to modify" ], + "classifiers" : [] } ] }, + { "simplified" : "变故", + "radical" : "又", + "level" : [ "old-6" ], + "frequency" : 20768, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "變故", + "transcriptions" : { "pinyin" : "biàn gù", + "numeric" : "bian4 gu4", + "wadegiles" : "pien⁴ ku⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄍㄨˋ", + "romatzyh" : "biann guh" }, + "meanings" : [ "an unforeseen event", + "accident", + "misfortune" ], + "classifiers" : [] } ] }, + { "simplified" : "变化", + "radical" : "又", + "level" : [ "new-3", "old-3" ], + "frequency" : 1262, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "變化", + "transcriptions" : { "pinyin" : "biàn huà", + "numeric" : "bian4 hua4", + "wadegiles" : "pien⁴ hua⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄏㄨㄚˋ", + "romatzyh" : "biann huah" }, + "meanings" : [ "(intransitive) to change; to vary", + "change; variation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "变幻莫测", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 37275, + "pos" : [ "l", "v" ], + "forms" : [ { "traditional" : "變幻莫測", + "transcriptions" : { "pinyin" : "biàn huàn mò cè", + "numeric" : "bian4 huan4 mo4 ce4", + "wadegiles" : "pien⁴ huan⁴ mo⁴ ts'e⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄏㄨㄢˋ ㄇㄛˋ ㄘㄜˋ", + "romatzyh" : "biann huann moh tseh" }, + "meanings" : [ "to change unpredictably", + "unpredictable", + "erratic", + "treacherous" ], + "classifiers" : [] } ] }, + { "simplified" : "变换", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 10769, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "變換", + "transcriptions" : { "pinyin" : "biàn huàn", + "numeric" : "bian4 huan4", + "wadegiles" : "pien⁴ huan⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄏㄨㄢˋ", + "romatzyh" : "biann huann" }, + "meanings" : [ "to transform", + "to convert", + "to vary", + "to alternate", + "a transformation" ], + "classifiers" : [] } ] }, + { "simplified" : "变迁", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17425, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "變遷", + "transcriptions" : { "pinyin" : "biàn qiān", + "numeric" : "bian4 qian1", + "wadegiles" : "pien⁴ ch'ien¹", + "bopomofo" : "ㄅㄧㄢˋ ㄑㄧㄢ", + "romatzyh" : "biann chian" }, + "meanings" : [ "changes", "vicissitudes" ], + "classifiers" : [] } ] }, + { "simplified" : "变为", + "radical" : "又", + "level" : [ "new-3" ], + "frequency" : 8495, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "變為", + "transcriptions" : { "pinyin" : "biàn wéi", + "numeric" : "bian4 wei2", + "wadegiles" : "pien⁴ wei²", + "bopomofo" : "ㄅㄧㄢˋ ㄨㄟˊ", + "romatzyh" : "biann wei" }, + "meanings" : [ "to change into" ], + "classifiers" : [] } ] }, + { "simplified" : "变形", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 6036, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "變形", + "transcriptions" : { "pinyin" : "biàn xíng", + "numeric" : "bian4 xing2", + "wadegiles" : "pien⁴ hsing²", + "bopomofo" : "ㄅㄧㄢˋ ㄒㄧㄥˊ", + "romatzyh" : "biann shyng" }, + "meanings" : [ "to become deformed; to change shape; to morph" ], + "classifiers" : [] } ] }, + { "simplified" : "变异", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 8927, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "變異", + "transcriptions" : { "pinyin" : "biàn yì", + "numeric" : "bian4 yi4", + "wadegiles" : "pien⁴ i⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄧˋ", + "romatzyh" : "biann yih" }, + "meanings" : [ "variation" ], + "classifiers" : [] } ] }, + { "simplified" : "变质", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13083, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "變質", + "transcriptions" : { "pinyin" : "biàn zhì", + "numeric" : "bian4 zhi4", + "wadegiles" : "pien⁴ chih⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄓˋ", + "romatzyh" : "biann jyh" }, + "meanings" : [ "to degenerate; to deteriorate", + "(of food) to go bad; to go off", + "(geology) metamorphism" ], + "classifiers" : [] } ] }, + { "simplified" : "便", + "radical" : "亻", + "level" : [ "new-6", "old-5" ], + "frequency" : 811, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "便", + "transcriptions" : { "pinyin" : "biàn", + "numeric" : "bian4", + "wadegiles" : "pien⁴", + "bopomofo" : "ㄅㄧㄢˋ", + "romatzyh" : "biann" }, + "meanings" : [ "plain", + "informal", + "suitable", + "convenient", + "opportune", + "to urinate or defecate", + "equivalent to 就: then", + "in that case", + "even if", + "soon afterwards" ], + "classifiers" : [] }, + { "traditional" : "便", + "transcriptions" : { "pinyin" : "pián", + "numeric" : "pian2", + "wadegiles" : "p'ien²", + "bopomofo" : "ㄆㄧㄢˊ", + "romatzyh" : "pyan" }, + "meanings" : [ "used in 便宜", + "used in 便", + "used in 嬛" ], + "classifiers" : [] } ] }, + { "simplified" : "便道", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 28502, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "便道", + "transcriptions" : { "pinyin" : "biàn dào", + "numeric" : "bian4 dao4", + "wadegiles" : "pien⁴ tao⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄉㄠˋ", + "romatzyh" : "biann daw" }, + "meanings" : [ "pavement", + "sidewalk", + "shortcut", + "makeshift road" ], + "classifiers" : [] } ] }, + { "simplified" : "便饭", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 51135, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "便飯", + "transcriptions" : { "pinyin" : "biàn fàn", + "numeric" : "bian4 fan4", + "wadegiles" : "pien⁴ fan⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄈㄢˋ", + "romatzyh" : "biann fann" }, + "meanings" : [ "an ordinary meal", + "simple home cooking" ], + "classifiers" : [] } ] }, + { "simplified" : "便捷", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15719, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "便捷", + "transcriptions" : { "pinyin" : "biàn jié", + "numeric" : "bian4 jie2", + "wadegiles" : "pien⁴ chieh²", + "bopomofo" : "ㄅㄧㄢˋ ㄐㄧㄝˊ", + "romatzyh" : "biann jye" }, + "meanings" : [ "convenient and fast" ], + "classifiers" : [] } ] }, + { "simplified" : "便利", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 5991, + "pos" : [ "a", "an", "v", "vn" ], + "forms" : [ { "traditional" : "便利", + "transcriptions" : { "pinyin" : "biàn lì", + "numeric" : "bian4 li4", + "wadegiles" : "pien⁴ li⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄌㄧˋ", + "romatzyh" : "biann lih" }, + "meanings" : [ "convenient", + "easy", + "to facilitate" ], + "classifiers" : [] } ] }, + { "simplified" : "便利店", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "便利店", + "transcriptions" : { "pinyin" : "biàn lì diàn", + "numeric" : "bian4 li4 dian4", + "wadegiles" : "pien⁴ li⁴ tien⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄌㄧˋ ㄉㄧㄢˋ", + "romatzyh" : "biann lih diann" }, + "meanings" : [ "convenience store" ], + "classifiers" : [] } ] }, + { "simplified" : "便是", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 7899, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "便是", + "transcriptions" : { "pinyin" : "biàn shì", + "numeric" : "bian4 shi4", + "wadegiles" : "pien⁴ shih⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄕˋ", + "romatzyh" : "biann shyh" }, + "meanings" : [ "(emphasizes that sth is precisely or exactly as stated)", + "precisely", + "exactly", + "even", + "if", + "just like", + "in the same way as" ], + "classifiers" : [] } ] }, + { "simplified" : "便条", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 33655, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "便條", + "transcriptions" : { "pinyin" : "biàn tiáo", + "numeric" : "bian4 tiao2", + "wadegiles" : "pien⁴ t'iao²", + "bopomofo" : "ㄅㄧㄢˋ ㄊㄧㄠˊ", + "romatzyh" : "biann tyau" }, + "meanings" : [ "(informal) note" ], + "classifiers" : [ "张", "个" ] } ] }, + { "simplified" : "便宜", + "radical" : "亻", + "level" : [ "new-2", "old-2" ], + "frequency" : 2814, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "便宜", + "transcriptions" : { "pinyin" : "biàn yí", + "numeric" : "bian4 yi2", + "wadegiles" : "pien⁴ i²", + "bopomofo" : "ㄅㄧㄢˋ ㄧˊ", + "romatzyh" : "biann yi" }, + "meanings" : [ "convenient" ], + "classifiers" : [] }, + { "traditional" : "便宜", + "transcriptions" : { "pinyin" : "pián yi", + "numeric" : "pian2 yi5", + "wadegiles" : "p'ien² yi", + "bopomofo" : "ㄆㄧㄢˊ yi", + "romatzyh" : "pyan yi" }, + "meanings" : [ "cheap", + "inexpensive", + "small advantages", + "to let sb off lightly" ], + "classifiers" : [] } ] }, + { "simplified" : "便于", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 13646, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "便於", + "transcriptions" : { "pinyin" : "biàn yú", + "numeric" : "bian4 yu2", + "wadegiles" : "pien⁴ yü²", + "bopomofo" : "ㄅㄧㄢˋ ㄩˊ", + "romatzyh" : "biann yu" }, + "meanings" : [ "easy to; convenient for" ], + "classifiers" : [] } ] }, + { "simplified" : "遍", + "radical" : "辶", + "level" : [ "new-2", "old-4" ], + "frequency" : 1358, + "pos" : [ "qv", "v", "d", "a" ], + "forms" : [ { "traditional" : "徧", + "transcriptions" : { "pinyin" : "biàn", + "numeric" : "bian4", + "wadegiles" : "pien⁴", + "bopomofo" : "ㄅㄧㄢˋ", + "romatzyh" : "biann" }, + "meanings" : [ "variant of 遍" ], + "classifiers" : [] }, + { "traditional" : "遍", + "transcriptions" : { "pinyin" : "biàn", + "numeric" : "bian4", + "wadegiles" : "pien⁴", + "bopomofo" : "ㄅㄧㄢˋ", + "romatzyh" : "biann" }, + "meanings" : [ "everywhere", + "all over", + "classifier for actions: one time" ], + "classifiers" : [] } ] }, + { "simplified" : "遍布", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10269, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遍布", + "transcriptions" : { "pinyin" : "biàn bù", + "numeric" : "bian4 bu4", + "wadegiles" : "pien⁴ pu⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄅㄨˋ", + "romatzyh" : "biann buh" }, + "meanings" : [ "to cover the whole (area)", + "to be found throughout" ], + "classifiers" : [] } ] }, + { "simplified" : "遍地", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 18679, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遍地", + "transcriptions" : { "pinyin" : "biàn dì", + "numeric" : "bian4 di4", + "wadegiles" : "pien⁴ ti⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄉㄧˋ", + "romatzyh" : "biann dih" }, + "meanings" : [ "everywhere", "all over" ], + "classifiers" : [] } ] }, + { "simplified" : "辨别", + "radical" : "辛", + "level" : [ "new-7+" ], + "frequency" : 12941, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "辨別", + "transcriptions" : { "pinyin" : "biàn bié", + "numeric" : "bian4 bie2", + "wadegiles" : "pien⁴ pieh²", + "bopomofo" : "ㄅㄧㄢˋ ㄅㄧㄝˊ", + "romatzyh" : "biann bye" }, + "meanings" : [ "to distinguish; to differentiate; to discern; to recognize; to tell" ], + "classifiers" : [] } ] }, + { "simplified" : "辨认", + "radical" : "辛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10922, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "辨認", + "transcriptions" : { "pinyin" : "biàn rèn", + "numeric" : "bian4 ren4", + "wadegiles" : "pien⁴ jen⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄖㄣˋ", + "romatzyh" : "biann renn" }, + "meanings" : [ "to recognize", "to identify" ], + "classifiers" : [] } ] }, + { "simplified" : "辩", + "radical" : "辛", + "level" : [ "new-7+" ], + "frequency" : 7226, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "辯", + "transcriptions" : { "pinyin" : "biàn", + "numeric" : "bian4", + "wadegiles" : "pien⁴", + "bopomofo" : "ㄅㄧㄢˋ", + "romatzyh" : "biann" }, + "meanings" : [ "to dispute", + "to debate", + "to argue", + "to discuss" ], + "classifiers" : [] } ] }, + { "simplified" : "辩护", + "radical" : "辛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5728, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "辯護", + "transcriptions" : { "pinyin" : "biàn hù", + "numeric" : "bian4 hu4", + "wadegiles" : "pien⁴ hu⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄏㄨˋ", + "romatzyh" : "biann huh" }, + "meanings" : [ "to speak in defense of", + "to argue in favor of", + "to defend", + "to plead" ], + "classifiers" : [] } ] }, + { "simplified" : "辩解", + "radical" : "辛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11543, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "辯解", + "transcriptions" : { "pinyin" : "biàn jiě", + "numeric" : "bian4 jie3", + "wadegiles" : "pien⁴ chieh³", + "bopomofo" : "ㄅㄧㄢˋ ㄐㄧㄝˇ", + "romatzyh" : "biann jiee" }, + "meanings" : [ "to explain", + "to justify", + "to defend (a point of view etc)", + "to provide an explanation", + "to try to defend oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "辩论", + "radical" : "辛", + "level" : [ "new-4", "old-5" ], + "frequency" : 7547, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "辯論", + "transcriptions" : { "pinyin" : "biàn lùn", + "numeric" : "bian4 lun4", + "wadegiles" : "pien⁴ lun⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄌㄨㄣˋ", + "romatzyh" : "biann luenn" }, + "meanings" : [ "debate", + "argument", + "to argue over" ], + "classifiers" : [ "场", "次" ] } ] }, + { "simplified" : "辩证", + "radical" : "辛", + "level" : [ "old-6" ], + "frequency" : 28181, + "pos" : [ "b", "d", "v" ], + "forms" : [ { "traditional" : "辯證", + "transcriptions" : { "pinyin" : "biàn zhèng", + "numeric" : "bian4 zheng4", + "wadegiles" : "pien⁴ cheng⁴", + "bopomofo" : "ㄅㄧㄢˋ ㄓㄥˋ", + "romatzyh" : "biann jenq" }, + "meanings" : [ "to investigate", "dialectical" ], + "classifiers" : [] } ] }, + { "simplified" : "辫子", + "radical" : "辛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16801, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "辮子", + "transcriptions" : { "pinyin" : "biàn zi", + "numeric" : "bian4 zi5", + "wadegiles" : "pien⁴ zi", + "bopomofo" : "ㄅㄧㄢˋ zi", + "romatzyh" : "biann zi" }, + "meanings" : [ "plait", + "braid", + "pigtail", + "a mistake or shortcoming that may be exploited by an opponent", + "handle" ], + "classifiers" : [ "根", "条" ] } ] }, + { "simplified" : "标", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 3748, + "pos" : [ "v", "g", "n", "q" ], + "forms" : [ { "traditional" : "標", + "transcriptions" : { "pinyin" : "biāo", + "numeric" : "biao1", + "wadegiles" : "piao¹", + "bopomofo" : "ㄅㄧㄠ", + "romatzyh" : "biau" }, + "meanings" : [ "mark", + "sign", + "label", + "to mark with a symbol, label, lettering etc", + "to bear (a brand name, registration number etc)", + "prize", + "award", + "bid", + "target", + "quota", + "(old) the topmost branches of a tree", + "visible symptom", + "classifier for military units" ], + "classifiers" : [] } ] }, + { "simplified" : "标榜", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 24532, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "標榜", + "transcriptions" : { "pinyin" : "biāo bǎng", + "numeric" : "biao1 bang3", + "wadegiles" : "piao¹ pang³", + "bopomofo" : "ㄅㄧㄠ ㄅㄤˇ", + "romatzyh" : "biau baang" }, + "meanings" : [ "to flaunt", + "to advertise", + "to parade", + "boost", + "excessive praise" ], + "classifiers" : [] } ] }, + { "simplified" : "标本", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9844, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "標本", + "transcriptions" : { "pinyin" : "biāo běn", + "numeric" : "biao1 ben3", + "wadegiles" : "piao¹ pen³", + "bopomofo" : "ㄅㄧㄠ ㄅㄣˇ", + "romatzyh" : "biau been" }, + "meanings" : [ "specimen; sample", + "the root cause and symptoms of a disease" ], + "classifiers" : [] } ] }, + { "simplified" : "标点", + "radical" : "木", + "level" : [ "old-5" ], + "frequency" : 36947, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "標點", + "transcriptions" : { "pinyin" : "biāo diǎn", + "numeric" : "biao1 dian3", + "wadegiles" : "piao¹ tien³", + "bopomofo" : "ㄅㄧㄠ ㄉㄧㄢˇ", + "romatzyh" : "biau dean" }, + "meanings" : [ "punctuation", + "a punctuation mark", + "to punctuate" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "标记", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 5706, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "標記", + "transcriptions" : { "pinyin" : "biāo jì", + "numeric" : "biao1 ji4", + "wadegiles" : "piao¹ chi⁴", + "bopomofo" : "ㄅㄧㄠ ㄐㄧˋ", + "romatzyh" : "biau jih" }, + "meanings" : [ "sign", + "mark", + "symbol", + "to mark up", + "(computing) token" ], + "classifiers" : [] } ] }, + { "simplified" : "标签", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 6258, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "標籤", + "transcriptions" : { "pinyin" : "biāo qiān", + "numeric" : "biao1 qian1", + "wadegiles" : "piao¹ ch'ien¹", + "bopomofo" : "ㄅㄧㄠ ㄑㄧㄢ", + "romatzyh" : "biau chian" }, + "meanings" : [ "label", + "tag", + "(computing) tab (GUI element)" ], + "classifiers" : [] } ] }, + { "simplified" : "标示", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 18067, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "標示", + "transcriptions" : { "pinyin" : "biāo shì", + "numeric" : "biao1 shi4", + "wadegiles" : "piao¹ shih⁴", + "bopomofo" : "ㄅㄧㄠ ㄕˋ", + "romatzyh" : "biau shyh" }, + "meanings" : [ "to indicate" ], + "classifiers" : [] } ] }, + { "simplified" : "标题", + "radical" : "木", + "level" : [ "new-3", "old-6" ], + "frequency" : 8578, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "標題", + "transcriptions" : { "pinyin" : "biāo tí", + "numeric" : "biao1 ti2", + "wadegiles" : "piao¹ t'i²", + "bopomofo" : "ㄅㄧㄠ ㄊㄧˊ", + "romatzyh" : "biau tyi" }, + "meanings" : [ "title", + "heading", + "headline", + "caption", + "subject" ], + "classifiers" : [] } ] }, + { "simplified" : "标语", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 10321, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "標語", + "transcriptions" : { "pinyin" : "biāo yǔ", + "numeric" : "biao1 yu3", + "wadegiles" : "piao¹ yü³", + "bopomofo" : "ㄅㄧㄠ ㄩˇ", + "romatzyh" : "biau yeu" }, + "meanings" : [ "written slogan", "placard" ], + "classifiers" : [ "幅", "张", "条" ] } ] }, + { "simplified" : "标志", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 2653, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "標誌", + "transcriptions" : { "pinyin" : "biāo zhì", + "numeric" : "biao1 zhi4", + "wadegiles" : "piao¹ chih⁴", + "bopomofo" : "ㄅㄧㄠ ㄓˋ", + "romatzyh" : "biau jyh" }, + "meanings" : [ "sign", + "mark", + "symbol", + "logo", + "to symbolize", + "to indicate", + "to mark" ], + "classifiers" : [] } ] }, + { "simplified" : "标致", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 19135, + "pos" : [ "a", "nz" ], + "forms" : [ { "traditional" : "標致", + "transcriptions" : { "pinyin" : "Biāo zhì", + "numeric" : "Biao1 zhi4", + "wadegiles" : "piao¹ chih⁴", + "bopomofo" : "ㄅㄧㄠ ㄓˋ", + "romatzyh" : "biau jyh" }, + "meanings" : [ "Peugeot" ], + "classifiers" : [] }, + { "traditional" : "標致", + "transcriptions" : { "pinyin" : "biāo zhi", + "numeric" : "biao1 zhi5", + "wadegiles" : "piao¹ zhi", + "bopomofo" : "ㄅㄧㄠ zhi", + "romatzyh" : "biau zhi" }, + "meanings" : [ "beautiful (of woman)", "pretty" ], + "classifiers" : [] } ] }, + { "simplified" : "标准", + "radical" : "木", + "level" : [ "new-3", "old-4" ], + "frequency" : 1317, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "標準", + "transcriptions" : { "pinyin" : "biāo zhǔn", + "numeric" : "biao1 zhun3", + "wadegiles" : "piao¹ chun³", + "bopomofo" : "ㄅㄧㄠ ㄓㄨㄣˇ", + "romatzyh" : "biau joen" }, + "meanings" : [ "standard; norm; criterion", + "(adjective) standard", + "good; correct; conforming to a standard" ], + "classifiers" : [] } ] }, + { "simplified" : "飙升", + "radical" : "风", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21633, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "飆升", + "transcriptions" : { "pinyin" : "biāo shēng", + "numeric" : "biao1 sheng1", + "wadegiles" : "piao¹ sheng¹", + "bopomofo" : "ㄅㄧㄠ ㄕㄥ", + "romatzyh" : "biau sheng" }, + "meanings" : [ "to rise rapidly", "to soar" ], + "classifiers" : [] } ] }, + { "simplified" : "表", + "radical" : "衣", + "level" : [ "new-2" ], + "frequency" : 1344, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "表", + "transcriptions" : { "pinyin" : "biǎo", + "numeric" : "biao3", + "wadegiles" : "piao³", + "bopomofo" : "ㄅㄧㄠˇ", + "romatzyh" : "beau" }, + "meanings" : [ "exterior surface", + "family relationship via females", + "to show (one's opinion)", + "a model", + "a table (listing information)", + "a form", + "a meter (measuring sth)" ], + "classifiers" : [] }, + { "traditional" : "錶", + "transcriptions" : { "pinyin" : "biǎo", + "numeric" : "biao3", + "wadegiles" : "piao³", + "bopomofo" : "ㄅㄧㄠˇ", + "romatzyh" : "beau" }, + "meanings" : [ "watch (timepiece)", + "meter; gauge" ], + "classifiers" : [] } ] }, + { "simplified" : "表白", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 10481, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "表白", + "transcriptions" : { "pinyin" : "biǎo bái", + "numeric" : "biao3 bai2", + "wadegiles" : "piao³ pai²", + "bopomofo" : "ㄅㄧㄠˇ ㄅㄞˊ", + "romatzyh" : "beau bair" }, + "meanings" : [ "to explain oneself", + "to express", + "to reveal one's thoughts or feelings", + "declaration", + "confession" ], + "classifiers" : [] } ] }, + { "simplified" : "表达", + "radical" : "衣", + "level" : [ "new-3", "old-4" ], + "frequency" : 1660, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "表達", + "transcriptions" : { "pinyin" : "biǎo dá", + "numeric" : "biao3 da2", + "wadegiles" : "piao³ ta²", + "bopomofo" : "ㄅㄧㄠˇ ㄉㄚˊ", + "romatzyh" : "beau dar" }, + "meanings" : [ "to express; to convey" ], + "classifiers" : [] } ] }, + { "simplified" : "表格", + "radical" : "衣", + "level" : [ "new-3", "old-4" ], + "frequency" : 8961, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "表格", + "transcriptions" : { "pinyin" : "biǎo gé", + "numeric" : "biao3 ge2", + "wadegiles" : "piao³ ko²", + "bopomofo" : "ㄅㄧㄠˇ ㄍㄜˊ", + "romatzyh" : "beau ger" }, + "meanings" : [ "form", "table" ], + "classifiers" : [ "张", "份" ] } ] }, + { "simplified" : "表决", + "radical" : "衣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7667, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "表決", + "transcriptions" : { "pinyin" : "biǎo jué", + "numeric" : "biao3 jue2", + "wadegiles" : "piao³ chüeh²", + "bopomofo" : "ㄅㄧㄠˇ ㄐㄩㄝˊ", + "romatzyh" : "beau jyue" }, + "meanings" : [ "to decide by vote", "to vote" ], + "classifiers" : [] } ] }, + { "simplified" : "表率", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 25988, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "表率", + "transcriptions" : { "pinyin" : "biǎo shuài", + "numeric" : "biao3 shuai4", + "wadegiles" : "piao³ shuai⁴", + "bopomofo" : "ㄅㄧㄠˇ ㄕㄨㄞˋ", + "romatzyh" : "beau shuay" }, + "meanings" : [ "example", "model" ], + "classifiers" : [] } ] }, + { "simplified" : "表面", + "radical" : "衣", + "level" : [ "new-3", "old-5" ], + "frequency" : 2771, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "表面", + "transcriptions" : { "pinyin" : "biǎo miàn", + "numeric" : "biao3 mian4", + "wadegiles" : "piao³ mien⁴", + "bopomofo" : "ㄅㄧㄠˇ ㄇㄧㄢˋ", + "romatzyh" : "beau miann" }, + "meanings" : [ "surface", + "face", + "outside", + "appearance" ], + "classifiers" : [] } ] }, + { "simplified" : "表面上", + "radical" : "衣", + "level" : [ "new-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "表面上", + "transcriptions" : { "pinyin" : "biǎo miàn shang", + "numeric" : "biao3 mian4 shang5", + "wadegiles" : "piao³ mien⁴ shang", + "bopomofo" : "ㄅㄧㄠˇ ㄇㄧㄢˋ shang", + "romatzyh" : "beau miann shang" }, + "meanings" : [ "outwardly; superficially; on the face of it" ], + "classifiers" : [] } ] }, + { "simplified" : "表明", + "radical" : "衣", + "level" : [ "new-3", "old-5" ], + "frequency" : 1735, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "表明", + "transcriptions" : { "pinyin" : "biǎo míng", + "numeric" : "biao3 ming2", + "wadegiles" : "piao³ ming²", + "bopomofo" : "ㄅㄧㄠˇ ㄇㄧㄥˊ", + "romatzyh" : "beau ming" }, + "meanings" : [ "to make clear", + "to make known", + "to state clearly", + "to indicate", + "known" ], + "classifiers" : [] } ] }, + { "simplified" : "表情", + "radical" : "衣", + "level" : [ "new-4", "old-5" ], + "frequency" : 1882, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "表情", + "transcriptions" : { "pinyin" : "biǎo qíng", + "numeric" : "biao3 qing2", + "wadegiles" : "piao³ ch'ing²", + "bopomofo" : "ㄅㄧㄠˇ ㄑㄧㄥˊ", + "romatzyh" : "beau chyng" }, + "meanings" : [ "(facial) expression", + "to express one's feelings" ], + "classifiers" : [] } ] }, + { "simplified" : "表示", + "radical" : "衣", + "level" : [ "old-3" ], + "frequency" : 854, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "表示", + "transcriptions" : { "pinyin" : "biǎo shì", + "numeric" : "biao3 shi4", + "wadegiles" : "piao³ shih⁴", + "bopomofo" : "ㄅㄧㄠˇ ㄕˋ", + "romatzyh" : "beau shyh" }, + "meanings" : [ "to express", + "to show", + "to say", + "to state", + "to indicate", + "to mean" ], + "classifiers" : [] } ] }, + { "simplified" : "表述", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 14483, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "表述", + "transcriptions" : { "pinyin" : "biǎo shù", + "numeric" : "biao3 shu4", + "wadegiles" : "piao³ shu⁴", + "bopomofo" : "ㄅㄧㄠˇ ㄕㄨˋ", + "romatzyh" : "beau shuh" }, + "meanings" : [ "to formulate", + "enunciation", + "to explain sth precisely" ], + "classifiers" : [] } ] }, + { "simplified" : "表态", + "radical" : "衣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8599, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "表態", + "transcriptions" : { "pinyin" : "biǎo tài", + "numeric" : "biao3 tai4", + "wadegiles" : "piao³ t'ai⁴", + "bopomofo" : "ㄅㄧㄠˇ ㄊㄞˋ", + "romatzyh" : "beau tay" }, + "meanings" : [ "to declare one's position", + "to say where one stands" ], + "classifiers" : [] } ] }, + { "simplified" : "表现", + "radical" : "衣", + "level" : [ "new-3", "old-5" ], + "frequency" : 452, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "表現", + "transcriptions" : { "pinyin" : "biǎo xiàn", + "numeric" : "biao3 xian4", + "wadegiles" : "piao³ hsien⁴", + "bopomofo" : "ㄅㄧㄠˇ ㄒㄧㄢˋ", + "romatzyh" : "beau shiann" }, + "meanings" : [ "to show", + "to show off", + "to display", + "to manifest", + "expression", + "manifestation", + "show", + "display", + "performance (at work etc)", + "behavior" ], + "classifiers" : [] } ] }, + { "simplified" : "表演", + "radical" : "衣", + "level" : [ "new-3", "old-3" ], + "frequency" : 1127, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "表演", + "transcriptions" : { "pinyin" : "biǎo yǎn", + "numeric" : "biao3 yan3", + "wadegiles" : "piao³ yan³", + "bopomofo" : "ㄅㄧㄠˇ ㄧㄢˇ", + "romatzyh" : "beau yean" }, + "meanings" : [ "play", + "show", + "performance", + "exhibition", + "to perform", + "to act", + "to demonstrate" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "表扬", + "radical" : "衣", + "level" : [ "new-4", "old-4" ], + "frequency" : 9042, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "表揚", + "transcriptions" : { "pinyin" : "biǎo yáng", + "numeric" : "biao3 yang2", + "wadegiles" : "piao³ yang²", + "bopomofo" : "ㄅㄧㄠˇ ㄧㄤˊ", + "romatzyh" : "beau yang" }, + "meanings" : [ "to praise", "to commend" ], + "classifiers" : [] } ] }, + { "simplified" : "表彰", + "radical" : "衣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11646, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "表彰", + "transcriptions" : { "pinyin" : "biǎo zhāng", + "numeric" : "biao3 zhang1", + "wadegiles" : "piao³ chang¹", + "bopomofo" : "ㄅㄧㄠˇ ㄓㄤ", + "romatzyh" : "beau jang" }, + "meanings" : [ "to honor", + "to commend", + "to cite (in dispatches)" ], + "classifiers" : [] } ] }, + { "simplified" : "憋", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6662, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "憋", + "transcriptions" : { "pinyin" : "biē", + "numeric" : "bie1", + "wadegiles" : "pieh¹", + "bopomofo" : "ㄅㄧㄝ", + "romatzyh" : "bie" }, + "meanings" : [ "to choke", + "to stifle", + "to restrain", + "to hold back", + "to hold in (urine)", + "to hold (one's breath)" ], + "classifiers" : [] } ] }, + { "simplified" : "别", + "radical" : "刂", + "level" : [ "new-1", "old-2" ], + "frequency" : 214, + "pos" : [ "d", "v", "r", "vn" ], + "forms" : [ { "traditional" : "別", + "transcriptions" : { "pinyin" : "Bié", + "numeric" : "Bie2", + "wadegiles" : "pieh²", + "bopomofo" : "ㄅㄧㄝˊ", + "romatzyh" : "bye" }, + "meanings" : [ "surname Bie" ], + "classifiers" : [] }, + { "traditional" : "別", + "transcriptions" : { "pinyin" : "bié", + "numeric" : "bie2", + "wadegiles" : "pieh²", + "bopomofo" : "ㄅㄧㄝˊ", + "romatzyh" : "bye" }, + "meanings" : [ "to leave; to part (from)", + "(literary) to differentiate; to distinguish", + "(bound form) other; another; different", + "don't ...!", + "to fasten with a pin or clip", + "to stick in; to insert (in order to hinder movement)", + "(noun suffix) category (e.g. 性别, 派别)" ], + "classifiers" : [] }, + { "traditional" : "彆", + "transcriptions" : { "pinyin" : "biè", + "numeric" : "bie4", + "wadegiles" : "pieh⁴", + "bopomofo" : "ㄅㄧㄝˋ", + "romatzyh" : "bieh" }, + "meanings" : [ "to make sb change their ways, opinions etc" ], + "classifiers" : [] } ] }, + { "simplified" : "别的", + "radical" : "刂", + "level" : [ "new-1" ], + "frequency" : 543, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "別的", + "transcriptions" : { "pinyin" : "bié de", + "numeric" : "bie2 de5", + "wadegiles" : "pieh² de", + "bopomofo" : "ㄅㄧㄝˊ de", + "romatzyh" : "bye de" }, + "meanings" : [ "else", "other" ], + "classifiers" : [] } ] }, + { "simplified" : "别具匠心", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 67237, + "pos" : [], + "forms" : [ { "traditional" : "別具匠心", + "transcriptions" : { "pinyin" : "bié jù jiàng xīn", + "numeric" : "bie2 ju4 jiang4 xin1", + "wadegiles" : "pieh² chü⁴ chiang⁴ hsin¹", + "bopomofo" : "ㄅㄧㄝˊ ㄐㄩˋ ㄐㄧㄤˋ ㄒㄧㄣ", + "romatzyh" : "bye jiuh jianq shin" }, + "meanings" : [ "to show ingenuity", + "(of a design) clever", + "brilliantly conceived" ], + "classifiers" : [] } ] }, + { "simplified" : "别看", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 12369, + "pos" : [], + "forms" : [ { "traditional" : "別看", + "transcriptions" : { "pinyin" : "bié kàn", + "numeric" : "bie2 kan4", + "wadegiles" : "pieh² k'an⁴", + "bopomofo" : "ㄅㄧㄝˊ ㄎㄢˋ", + "romatzyh" : "bye kann" }, + "meanings" : [ "don't be fooled by the fact that" ], + "classifiers" : [] } ] }, + { "simplified" : "别扭", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8970, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "彆扭", + "transcriptions" : { "pinyin" : "biè niu", + "numeric" : "bie4 niu5", + "wadegiles" : "pieh⁴ niu", + "bopomofo" : "ㄅㄧㄝˋ niu", + "romatzyh" : "bieh niu" }, + "meanings" : [ "awkward", + "difficult", + "uncomfortable", + "not agreeing", + "at loggerheads", + "gauche" ], + "classifiers" : [] } ] }, + { "simplified" : "别人", + "radical" : "刂", + "level" : [ "new-1", "old-3" ], + "frequency" : 397, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "別人", + "transcriptions" : { "pinyin" : "bié ren", + "numeric" : "bie2 ren5", + "wadegiles" : "pieh² ren", + "bopomofo" : "ㄅㄧㄝˊ ren", + "romatzyh" : "bye ren" }, + "meanings" : [ "other people; others; other person" ], + "classifiers" : [] } ] }, + { "simplified" : "别墅", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4646, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "別墅", + "transcriptions" : { "pinyin" : "bié shù", + "numeric" : "bie2 shu4", + "wadegiles" : "pieh² shu⁴", + "bopomofo" : "ㄅㄧㄝˊ ㄕㄨˋ", + "romatzyh" : "bye shuh" }, + "meanings" : [ "villa" ], + "classifiers" : [ "幢", "座" ] } ] }, + { "simplified" : "别说", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 6983, + "pos" : [], + "forms" : [ { "traditional" : "別說", + "transcriptions" : { "pinyin" : "bié shuō", + "numeric" : "bie2 shuo1", + "wadegiles" : "pieh² shuo¹", + "bopomofo" : "ㄅㄧㄝˊ ㄕㄨㄛ", + "romatzyh" : "bye shuo" }, + "meanings" : [ "to say nothing of; not to mention; let alone" ], + "classifiers" : [] } ] }, + { "simplified" : "别提了", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "別提了", + "transcriptions" : { "pinyin" : "bié tí le", + "numeric" : "bie2 ti2 le5", + "wadegiles" : "pieh² t'i² le", + "bopomofo" : "ㄅㄧㄝˊ ㄊㄧˊ le", + "romatzyh" : "bye tyi le" }, + "meanings" : [ "say no more", + "don't bring it up", + "drop the subject" ], + "classifiers" : [] } ] }, + { "simplified" : "别致", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16822, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "別緻", + "transcriptions" : { "pinyin" : "bié zhì", + "numeric" : "bie2 zhi4", + "wadegiles" : "pieh² chih⁴", + "bopomofo" : "ㄅㄧㄝˊ ㄓˋ", + "romatzyh" : "bye jyh" }, + "meanings" : [ "unusual; unique" ], + "classifiers" : [] }, + { "traditional" : "別致", + "transcriptions" : { "pinyin" : "bié zhì", + "numeric" : "bie2 zhi4", + "wadegiles" : "pieh² chih⁴", + "bopomofo" : "ㄅㄧㄝˊ ㄓˋ", + "romatzyh" : "bye jyh" }, + "meanings" : [ "variant of 别致" ], + "classifiers" : [] } ] }, + { "simplified" : "宾馆", + "radical" : "宀", + "level" : [ "new-5", "old-3" ], + "frequency" : 4994, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賓館", + "transcriptions" : { "pinyin" : "bīn guǎn", + "numeric" : "bin1 guan3", + "wadegiles" : "pin¹ kuan³", + "bopomofo" : "ㄅㄧㄣ ㄍㄨㄢˇ", + "romatzyh" : "bin goan" }, + "meanings" : [ "guesthouse", "lodge", "hotel" ], + "classifiers" : [ "个", "家" ] } ] }, + { "simplified" : "彬彬有礼", + "radical" : "彡", + "level" : [ "new-7+" ], + "frequency" : 29487, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "彬彬有禮", + "transcriptions" : { "pinyin" : "bīn bīn yǒu lǐ", + "numeric" : "bin1 bin1 you3 li3", + "wadegiles" : "pin¹ pin¹ yu³ li³", + "bopomofo" : "ㄅㄧㄣ ㄅㄧㄣ ㄧㄡˇ ㄌㄧˇ", + "romatzyh" : "bin bin yeou lii" }, + "meanings" : [ "refined and courteous", "urbane" ], + "classifiers" : [] } ] }, + { "simplified" : "滨海", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 22018, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "濱海", + "transcriptions" : { "pinyin" : "Bīn hǎi", + "numeric" : "Bin1 hai3", + "wadegiles" : "pin¹ hai³", + "bopomofo" : "ㄅㄧㄣ ㄏㄞˇ", + "romatzyh" : "bin hae" }, + "meanings" : [ "Binhai (place name)", + "Binhai New District, subprovincial district of Tianjin", + "Binhai county in Yancheng 盐城, Jiangsu", + "fictitious city Binhai in political satire", + "Primorsky, a territory in the far east of Russia" ], + "classifiers" : [] }, + { "traditional" : "濱海", + "transcriptions" : { "pinyin" : "bīn hǎi", + "numeric" : "bin1 hai3", + "wadegiles" : "pin¹ hai³", + "bopomofo" : "ㄅㄧㄣ ㄏㄞˇ", + "romatzyh" : "bin hae" }, + "meanings" : [ "coastal", "bordering the sea" ], + "classifiers" : [] } ] }, + { "simplified" : "缤纷", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 24038, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "繽紛", + "transcriptions" : { "pinyin" : "bīn fēn", + "numeric" : "bin1 fen1", + "wadegiles" : "pin¹ fen¹", + "bopomofo" : "ㄅㄧㄣ ㄈㄣ", + "romatzyh" : "bin fen" }, + "meanings" : [ "vast and various", + "rich and diverse" ], + "classifiers" : [] } ] }, + { "simplified" : "濒临", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 14334, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瀕臨", + "transcriptions" : { "pinyin" : "bīn lín", + "numeric" : "bin1 lin2", + "wadegiles" : "pin¹ lin²", + "bopomofo" : "ㄅㄧㄣ ㄌㄧㄣˊ", + "romatzyh" : "bin lin" }, + "meanings" : [ "on the edge of", + "(fig.) on the verge of", + "close to" ], + "classifiers" : [] } ] }, + { "simplified" : "冰", + "radical" : "冫", + "level" : [ "new-4" ], + "frequency" : 2036, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冰", + "transcriptions" : { "pinyin" : "bīng", + "numeric" : "bing1", + "wadegiles" : "ping¹", + "bopomofo" : "ㄅㄧㄥ", + "romatzyh" : "bing" }, + "meanings" : [ "ice", + "to chill sth", + "(of an object or substance) to feel cold", + "(of a person) cold", + "unfriendly", + "(slang) methamphetamine" ], + "classifiers" : [ "块" ] }, + { "traditional" : "氷", + "transcriptions" : { "pinyin" : "bīng", + "numeric" : "bing1", + "wadegiles" : "ping¹", + "bopomofo" : "ㄅㄧㄥ", + "romatzyh" : "bing" }, + "meanings" : [ "variant of 冰" ], + "classifiers" : [] } ] }, + { "simplified" : "冰雹", + "radical" : "冫", + "level" : [ "old-6" ], + "frequency" : 20357, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冰雹", + "transcriptions" : { "pinyin" : "bīng báo", + "numeric" : "bing1 bao2", + "wadegiles" : "ping¹ pao²", + "bopomofo" : "ㄅㄧㄥ ㄅㄠˊ", + "romatzyh" : "bing baur" }, + "meanings" : [ "hail", "hailstone" ], + "classifiers" : [ "场", "粒" ] } ] }, + { "simplified" : "冰棍儿", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 62971, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冰棍兒", + "transcriptions" : { "pinyin" : "bīng gùn r", + "numeric" : "bing1 gun4 r5", + "wadegiles" : "ping¹ kun⁴ r", + "bopomofo" : "ㄅㄧㄥ ㄍㄨㄣˋ r", + "romatzyh" : "bing guenn r" }, + "meanings" : [ "ice lolly", "popsicle" ], + "classifiers" : [] } ] }, + { "simplified" : "冰山", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 14459, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冰山", + "transcriptions" : { "pinyin" : "bīng shān", + "numeric" : "bing1 shan1", + "wadegiles" : "ping¹ shan¹", + "bopomofo" : "ㄅㄧㄥ ㄕㄢ", + "romatzyh" : "bing shan" }, + "meanings" : [ "iceberg" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "冰箱", + "radical" : "冫", + "level" : [ "new-4", "old-3" ], + "frequency" : 4168, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冰箱", + "transcriptions" : { "pinyin" : "bīng xiāng", + "numeric" : "bing1 xiang1", + "wadegiles" : "ping¹ hsiang¹", + "bopomofo" : "ㄅㄧㄥ ㄒㄧㄤ", + "romatzyh" : "bing shiang" }, + "meanings" : [ "icebox", + "freezer cabinet", + "refrigerator" ], + "classifiers" : [ "台", "个" ] } ] }, + { "simplified" : "冰雪", + "radical" : "冫", + "level" : [ "new-4" ], + "frequency" : 12795, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冰雪", + "transcriptions" : { "pinyin" : "bīng xuě", + "numeric" : "bing1 xue3", + "wadegiles" : "ping¹ hsüeh³", + "bopomofo" : "ㄅㄧㄥ ㄒㄩㄝˇ", + "romatzyh" : "bing sheue" }, + "meanings" : [ "ice and snow" ], + "classifiers" : [] } ] }, + { "simplified" : "兵", + "radical" : "八", + "level" : [ "new-4" ], + "frequency" : 2469, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兵", + "transcriptions" : { "pinyin" : "bīng", + "numeric" : "bing1", + "wadegiles" : "ping¹", + "bopomofo" : "ㄅㄧㄥ", + "romatzyh" : "bing" }, + "meanings" : [ "soldiers", + "a force", + "an army", + "weapons", + "arms", + "military", + "warlike" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "丙", + "radical" : "一", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9842, + "pos" : [ "Mg" ], + "forms" : [ { "traditional" : "丙", + "transcriptions" : { "pinyin" : "bǐng", + "numeric" : "bing3", + "wadegiles" : "ping³", + "bopomofo" : "ㄅㄧㄥˇ", + "romatzyh" : "biing" }, + "meanings" : [ "third of the ten Heavenly Stems 干", + "third in order", + "letter \"C\" or Roman \"III\" in list \"A, B, C\", or \"I, II, III\" etc", + "ancient Chinese compass point: 165°", + "propyl" ], + "classifiers" : [] } ] }, + { "simplified" : "秉承", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 40658, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "秉承", + "transcriptions" : { "pinyin" : "bǐng chéng", + "numeric" : "bing3 cheng2", + "wadegiles" : "ping³ ch'eng²", + "bopomofo" : "ㄅㄧㄥˇ ㄔㄥˊ", + "romatzyh" : "biing cherng" }, + "meanings" : [ "to take orders", + "to receive commands", + "to carry on (a tradition)" ], + "classifiers" : [] } ] }, + { "simplified" : "饼", + "radical" : "饣", + "level" : [ "new-5" ], + "frequency" : 3918, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餅", + "transcriptions" : { "pinyin" : "bǐng", + "numeric" : "bing3", + "wadegiles" : "ping³", + "bopomofo" : "ㄅㄧㄥˇ", + "romatzyh" : "biing" }, + "meanings" : [ "round flat cake", + "cookie", + "cake", + "pastry" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "饼干", + "radical" : "饣", + "level" : [ "new-5", "old-4" ], + "frequency" : 6412, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餅乾", + "transcriptions" : { "pinyin" : "bǐng gān", + "numeric" : "bing3 gan1", + "wadegiles" : "ping³ kan¹", + "bopomofo" : "ㄅㄧㄥˇ ㄍㄢ", + "romatzyh" : "biing gan" }, + "meanings" : [ "biscuit; cracker; cookie" ], + "classifiers" : [ "片", "块" ] } ] }, + { "simplified" : "并", + "radical" : "干", + "level" : [ "new-3" ], + "frequency" : 148, + "pos" : [ "d", "cc" ], + "forms" : [ { "traditional" : "並", + "transcriptions" : { "pinyin" : "bìng", + "numeric" : "bing4", + "wadegiles" : "ping⁴", + "bopomofo" : "ㄅㄧㄥˋ", + "romatzyh" : "binq" }, + "meanings" : [ "and", + "furthermore", + "also", + "together with", + "(not) at all", + "simultaneously", + "to combine", + "to join", + "to merge" ], + "classifiers" : [] }, + { "traditional" : "併", + "transcriptions" : { "pinyin" : "bìng", + "numeric" : "bing4", + "wadegiles" : "ping⁴", + "bopomofo" : "ㄅㄧㄥˋ", + "romatzyh" : "binq" }, + "meanings" : [ "to combine", "to amalgamate" ], + "classifiers" : [] }, + { "traditional" : "并", + "transcriptions" : { "pinyin" : "Bīng", + "numeric" : "Bing1", + "wadegiles" : "ping¹", + "bopomofo" : "ㄅㄧㄥ", + "romatzyh" : "bing" }, + "meanings" : [ "short name for Taiyuan 原" ], + "classifiers" : [] }, + { "traditional" : "竝", + "transcriptions" : { "pinyin" : "bìng", + "numeric" : "bing4", + "wadegiles" : "ping⁴", + "bopomofo" : "ㄅㄧㄥˋ", + "romatzyh" : "binq" }, + "meanings" : [ "variant of 并" ], + "classifiers" : [] } ] }, + { "simplified" : "并存", + "radical" : "干", + "level" : [ "old-6" ], + "frequency" : 19101, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "並存", + "transcriptions" : { "pinyin" : "bìng cún", + "numeric" : "bing4 cun2", + "wadegiles" : "ping⁴ ts'un²", + "bopomofo" : "ㄅㄧㄥˋ ㄘㄨㄣˊ", + "romatzyh" : "binq tswen" }, + "meanings" : [ "to exist at the same time", + "to coexist" ], + "classifiers" : [] } ] }, + { "simplified" : "并非", + "radical" : "干", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2403, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "並非", + "transcriptions" : { "pinyin" : "bìng fēi", + "numeric" : "bing4 fei1", + "wadegiles" : "ping⁴ fei¹", + "bopomofo" : "ㄅㄧㄥˋ ㄈㄟ", + "romatzyh" : "binq fei" }, + "meanings" : [ "really isn't" ], + "classifiers" : [] } ] }, + { "simplified" : "并购", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 17583, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "併購", + "transcriptions" : { "pinyin" : "bìng gòu", + "numeric" : "bing4 gou4", + "wadegiles" : "ping⁴ kou⁴", + "bopomofo" : "ㄅㄧㄥˋ ㄍㄡˋ", + "romatzyh" : "binq gow" }, + "meanings" : [ "merger and acquisition (M and A)", + "acquisition", + "to take over" ], + "classifiers" : [] } ] }, + { "simplified" : "并列", + "radical" : "干", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18468, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "並列", + "transcriptions" : { "pinyin" : "bìng liè", + "numeric" : "bing4 lie4", + "wadegiles" : "ping⁴ lieh⁴", + "bopomofo" : "ㄅㄧㄥˋ ㄌㄧㄝˋ", + "romatzyh" : "binq lieh" }, + "meanings" : [ "to stand side by side", + "to be juxtaposed" ], + "classifiers" : [] } ] }, + { "simplified" : "并且", + "radical" : "干", + "level" : [ "new-3", "old-4" ], + "frequency" : 827, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "並且", + "transcriptions" : { "pinyin" : "bìng qiě", + "numeric" : "bing4 qie3", + "wadegiles" : "ping⁴ ch'ieh³", + "bopomofo" : "ㄅㄧㄥˋ ㄑㄧㄝˇ", + "romatzyh" : "binq chiee" }, + "meanings" : [ "and", + "besides", + "moreover", + "furthermore", + "in addition" ], + "classifiers" : [] } ] }, + { "simplified" : "并行", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 26109, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "並行", + "transcriptions" : { "pinyin" : "bìng xíng", + "numeric" : "bing4 xing2", + "wadegiles" : "ping⁴ hsing²", + "bopomofo" : "ㄅㄧㄥˋ ㄒㄧㄥˊ", + "romatzyh" : "binq shyng" }, + "meanings" : [ "to proceed in parallel", + "side by side (of two processes, developments, thoughts etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "病", + "radical" : "疒", + "level" : [ "new-1" ], + "frequency" : 827, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "病", + "transcriptions" : { "pinyin" : "bìng", + "numeric" : "bing4", + "wadegiles" : "ping⁴", + "bopomofo" : "ㄅㄧㄥˋ", + "romatzyh" : "binq" }, + "meanings" : [ "illness", + "disease", + "to fall ill", + "defect" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "病床", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 12666, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "病床", + "transcriptions" : { "pinyin" : "bìng chuáng", + "numeric" : "bing4 chuang2", + "wadegiles" : "ping⁴ ch'uang²", + "bopomofo" : "ㄅㄧㄥˋ ㄔㄨㄤˊ", + "romatzyh" : "binq chwang" }, + "meanings" : [ "hospital bed", "sickbed" ], + "classifiers" : [] } ] }, + { "simplified" : "病毒", + "radical" : "疒", + "level" : [ "new-5", "old-5" ], + "frequency" : 2227, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "病毒", + "transcriptions" : { "pinyin" : "bìng dú", + "numeric" : "bing4 du2", + "wadegiles" : "ping⁴ tu²", + "bopomofo" : "ㄅㄧㄥˋ ㄉㄨˊ", + "romatzyh" : "binq dwu" }, + "meanings" : [ "virus" ], + "classifiers" : [] } ] }, + { "simplified" : "病房", + "radical" : "疒", + "level" : [ "new-6" ], + "frequency" : 6422, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "病房", + "transcriptions" : { "pinyin" : "bìng fáng", + "numeric" : "bing4 fang2", + "wadegiles" : "ping⁴ fang²", + "bopomofo" : "ㄅㄧㄥˋ ㄈㄤˊ", + "romatzyh" : "binq farng" }, + "meanings" : [ "ward (of a hospital)", "sickroom" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "病情", + "radical" : "疒", + "level" : [ "new-6" ], + "frequency" : 4668, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "病情", + "transcriptions" : { "pinyin" : "bìng qíng", + "numeric" : "bing4 qing2", + "wadegiles" : "ping⁴ ch'ing²", + "bopomofo" : "ㄅㄧㄥˋ ㄑㄧㄥˊ", + "romatzyh" : "binq chyng" }, + "meanings" : [ "state of an illness", + "patient's condition" ], + "classifiers" : [] } ] }, + { "simplified" : "病人", + "radical" : "疒", + "level" : [ "new-1" ], + "frequency" : 1209, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "病人", + "transcriptions" : { "pinyin" : "bìng rén", + "numeric" : "bing4 ren2", + "wadegiles" : "ping⁴ jen²", + "bopomofo" : "ㄅㄧㄥˋ ㄖㄣˊ", + "romatzyh" : "binq ren" }, + "meanings" : [ "sick person", + "patient", + "invalid" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "病症", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 13328, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "病症", + "transcriptions" : { "pinyin" : "bìng zhèng", + "numeric" : "bing4 zheng4", + "wadegiles" : "ping⁴ cheng⁴", + "bopomofo" : "ㄅㄧㄥˋ ㄓㄥˋ", + "romatzyh" : "binq jenq" }, + "meanings" : [ "disease", "illness" ], + "classifiers" : [] } ] }, + { "simplified" : "拨", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 2539, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "撥", + "transcriptions" : { "pinyin" : "bō", + "numeric" : "bo1", + "wadegiles" : "po¹", + "bopomofo" : "ㄅㄛ", + "romatzyh" : "bo" }, + "meanings" : [ "to push aside with the hand, foot, a stick etc", + "to dial", + "to allocate", + "to set aside (money)", + "to poke (the fire)", + "to pluck (a string instrument)", + "to turn round", + "classifier: group, batch" ], + "classifiers" : [] } ] }, + { "simplified" : "拨打", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 6281, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撥打", + "transcriptions" : { "pinyin" : "bō dǎ", + "numeric" : "bo1 da3", + "wadegiles" : "po¹ ta³", + "bopomofo" : "ㄅㄛ ㄉㄚˇ", + "romatzyh" : "bo daa" }, + "meanings" : [ "to call", "to dial" ], + "classifiers" : [] } ] }, + { "simplified" : "拨款", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14195, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "撥款", + "transcriptions" : { "pinyin" : "bō kuǎn", + "numeric" : "bo1 kuan3", + "wadegiles" : "po¹ k'uan³", + "bopomofo" : "ㄅㄛ ㄎㄨㄢˇ", + "romatzyh" : "bo koan" }, + "meanings" : [ "to allocate funds", + "appropriation" ], + "classifiers" : [] } ] }, + { "simplified" : "拨通", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 18642, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撥通", + "transcriptions" : { "pinyin" : "bō tōng", + "numeric" : "bo1 tong1", + "wadegiles" : "po¹ t'ung¹", + "bopomofo" : "ㄅㄛ ㄊㄨㄥ", + "romatzyh" : "bo tong" }, + "meanings" : [ "to get through to sb on the phone" ], + "classifiers" : [] } ] }, + { "simplified" : "波动", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 7054, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "波動", + "transcriptions" : { "pinyin" : "bō dòng", + "numeric" : "bo1 dong4", + "wadegiles" : "po¹ tung⁴", + "bopomofo" : "ㄅㄛ ㄉㄨㄥˋ", + "romatzyh" : "bo donq" }, + "meanings" : [ "to undulate", + "to fluctuate", + "wave motion", + "rise and fall" ], + "classifiers" : [] } ] }, + { "simplified" : "波及", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 18382, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "波及", + "transcriptions" : { "pinyin" : "bō jí", + "numeric" : "bo1 ji2", + "wadegiles" : "po¹ chi²", + "bopomofo" : "ㄅㄛ ㄐㄧˊ", + "romatzyh" : "bo jyi" }, + "meanings" : [ "to spread to", + "to involve", + "to affect" ], + "classifiers" : [] } ] }, + { "simplified" : "波澜", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 19825, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "波瀾", + "transcriptions" : { "pinyin" : "bō lán", + "numeric" : "bo1 lan2", + "wadegiles" : "po¹ lan²", + "bopomofo" : "ㄅㄛ ㄌㄢˊ", + "romatzyh" : "bo lan" }, + "meanings" : [ "billows", + "great waves (fig. of a story with great momentum)" ], + "classifiers" : [] } ] }, + { "simplified" : "波浪", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 15431, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "波浪", + "transcriptions" : { "pinyin" : "bō làng", + "numeric" : "bo1 lang4", + "wadegiles" : "po¹ lang⁴", + "bopomofo" : "ㄅㄛ ㄌㄤˋ", + "romatzyh" : "bo lanq" }, + "meanings" : [ "wave" ], + "classifiers" : [] } ] }, + { "simplified" : "波涛", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 27414, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "波濤", + "transcriptions" : { "pinyin" : "bō tāo", + "numeric" : "bo1 tao1", + "wadegiles" : "po¹ t'ao¹", + "bopomofo" : "ㄅㄛ ㄊㄠ", + "romatzyh" : "bo tau" }, + "meanings" : [ "great waves", "billows" ], + "classifiers" : [] } ] }, + { "simplified" : "波涛汹涌", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 43247, + "pos" : [], + "forms" : [ { "traditional" : "波濤洶湧", + "transcriptions" : { "pinyin" : "bō tāo xiōng yǒng", + "numeric" : "bo1 tao1 xiong1 yong3", + "wadegiles" : "po¹ t'ao¹ hsiung¹ yung³", + "bopomofo" : "ㄅㄛ ㄊㄠ ㄒㄩㄥ ㄩㄥˇ", + "romatzyh" : "bo tau shiong yeong" }, + "meanings" : [ "waves surging forth", + "roaring sea" ], + "classifiers" : [] } ] }, + { "simplified" : "波折", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 22248, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "波折", + "transcriptions" : { "pinyin" : "bō zhé", + "numeric" : "bo1 zhe2", + "wadegiles" : "po¹ che²", + "bopomofo" : "ㄅㄛ ㄓㄜˊ", + "romatzyh" : "bo jer" }, + "meanings" : [ "twists and turns" ], + "classifiers" : [] } ] }, + { "simplified" : "玻璃", + "radical" : "王", + "level" : [ "new-5", "old-5" ], + "frequency" : 2557, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "玻璃", + "transcriptions" : { "pinyin" : "bō li", + "numeric" : "bo1 li5", + "wadegiles" : "po¹ li", + "bopomofo" : "ㄅㄛ li", + "romatzyh" : "bo li" }, + "meanings" : [ "glass", "(slang) male homosexual" ], + "classifiers" : [ "张", "块" ] } ] }, + { "simplified" : "剥", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 7525, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "剝", + "transcriptions" : { "pinyin" : "bāo", + "numeric" : "bao1", + "wadegiles" : "pao¹", + "bopomofo" : "ㄅㄠ", + "romatzyh" : "bau" }, + "meanings" : [ "to peel", + "to skin", + "to shell", + "to shuck" ], + "classifiers" : [] }, + { "traditional" : "剝", + "transcriptions" : { "pinyin" : "bō", + "numeric" : "bo1", + "wadegiles" : "po¹", + "bopomofo" : "ㄅㄛ", + "romatzyh" : "bo" }, + "meanings" : [ "to peel", + "to skin", + "to flay", + "to shuck" ], + "classifiers" : [] } ] }, + { "simplified" : "剥夺", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 7485, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "剝奪", + "transcriptions" : { "pinyin" : "bō duó", + "numeric" : "bo1 duo2", + "wadegiles" : "po¹ to²", + "bopomofo" : "ㄅㄛ ㄉㄨㄛˊ", + "romatzyh" : "bo dwo" }, + "meanings" : [ "to deprive", + "to expropriate", + "to strip (sb of his property)" ], + "classifiers" : [] } ] }, + { "simplified" : "剥削", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12734, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "剝削", + "transcriptions" : { "pinyin" : "bō xuē", + "numeric" : "bo1 xue1", + "wadegiles" : "po¹ hsüeh¹", + "bopomofo" : "ㄅㄛ ㄒㄩㄝ", + "romatzyh" : "bo shiue" }, + "meanings" : [ "to exploit", "exploitation" ], + "classifiers" : [] } ] }, + { "simplified" : "播", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 3610, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "播", + "transcriptions" : { "pinyin" : "bō", + "numeric" : "bo1", + "wadegiles" : "po¹", + "bopomofo" : "ㄅㄛ", + "romatzyh" : "bo" }, + "meanings" : [ "to sow", + "to scatter", + "to spread", + "to broadcast", + "Taiwan pr. [bò]" ], + "classifiers" : [] } ] }, + { "simplified" : "播出", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 4365, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "播出", + "transcriptions" : { "pinyin" : "bō chū", + "numeric" : "bo1 chu1", + "wadegiles" : "po¹ ch'u¹", + "bopomofo" : "ㄅㄛ ㄔㄨ", + "romatzyh" : "bo chu" }, + "meanings" : [ "to broadcast", + "to air (a TV program etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "播放", + "radical" : "扌", + "level" : [ "new-3", "old-6" ], + "frequency" : 3952, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "播放", + "transcriptions" : { "pinyin" : "bō fàng", + "numeric" : "bo1 fang4", + "wadegiles" : "po¹ fang⁴", + "bopomofo" : "ㄅㄛ ㄈㄤˋ", + "romatzyh" : "bo fanq" }, + "meanings" : [ "to broadcast; to transmit (by radio or TV)" ], + "classifiers" : [] } ] }, + { "simplified" : "播种", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 15096, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "播種", + "transcriptions" : { "pinyin" : "bō zhǒng", + "numeric" : "bo1 zhong3", + "wadegiles" : "po¹ chung³", + "bopomofo" : "ㄅㄛ ㄓㄨㄥˇ", + "romatzyh" : "bo joong" }, + "meanings" : [ "to sow seeds" ], + "classifiers" : [] }, + { "traditional" : "播種", + "transcriptions" : { "pinyin" : "bō zhòng", + "numeric" : "bo1 zhong4", + "wadegiles" : "po¹ chung⁴", + "bopomofo" : "ㄅㄛ ㄓㄨㄥˋ", + "romatzyh" : "bo jonq" }, + "meanings" : [ "to grow (maize etc) from seed", + "to plant (maize etc) by sowing seed" ], + "classifiers" : [] } ] }, + { "simplified" : "伯伯", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 24986, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "伯伯", + "transcriptions" : { "pinyin" : "bó bo", + "numeric" : "bo2 bo5", + "wadegiles" : "po² bo", + "bopomofo" : "ㄅㄛˊ bo", + "romatzyh" : "bor bo" }, + "meanings" : [ "father's elder brother", "uncle" ], + "classifiers" : [] } ] }, + { "simplified" : "伯父", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 23161, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "伯父", + "transcriptions" : { "pinyin" : "bó fù", + "numeric" : "bo2 fu4", + "wadegiles" : "po² fu⁴", + "bopomofo" : "ㄅㄛˊ ㄈㄨˋ", + "romatzyh" : "bor fuh" }, + "meanings" : [ "father's elder brother", + "term of respect for older man" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "伯母", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 27007, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "伯母", + "transcriptions" : { "pinyin" : "bó mǔ", + "numeric" : "bo2 mu3", + "wadegiles" : "po² mu³", + "bopomofo" : "ㄅㄛˊ ㄇㄨˇ", + "romatzyh" : "bor muu" }, + "meanings" : [ "wife of father's elder brother", + "aunt", + "(polite form of address for a woman who is about the age of one's mother)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "驳回", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 10710, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "駁回", + "transcriptions" : { "pinyin" : "bó huí", + "numeric" : "bo2 hui2", + "wadegiles" : "po² hui²", + "bopomofo" : "ㄅㄛˊ ㄏㄨㄟˊ", + "romatzyh" : "bor hwei" }, + "meanings" : [ "to reject", + "to turn down", + "to overrule" ], + "classifiers" : [] } ] }, + { "simplified" : "脖子", + "radical" : "⺼", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3554, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "脖子", + "transcriptions" : { "pinyin" : "bó zi", + "numeric" : "bo2 zi5", + "wadegiles" : "po² zi", + "bopomofo" : "ㄅㄛˊ zi", + "romatzyh" : "bor zi" }, + "meanings" : [ "neck" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "博大精深", + "radical" : "十", + "level" : [ "old-6" ], + "frequency" : 41630, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "博大精深", + "transcriptions" : { "pinyin" : "bó dà jīng shēn", + "numeric" : "bo2 da4 jing1 shen1", + "wadegiles" : "po² ta⁴ ching¹ shen¹", + "bopomofo" : "ㄅㄛˊ ㄉㄚˋ ㄐㄧㄥ ㄕㄣ", + "romatzyh" : "bor dah jing shen" }, + "meanings" : [ "wide-ranging and profound", + "broad and deep" ], + "classifiers" : [] } ] }, + { "simplified" : "博客", + "radical" : "十", + "level" : [ "new-5" ], + "frequency" : 5862, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "博客", + "transcriptions" : { "pinyin" : "bó kè", + "numeric" : "bo2 ke4", + "wadegiles" : "po² k'o⁴", + "bopomofo" : "ㄅㄛˊ ㄎㄜˋ", + "romatzyh" : "bor keh" }, + "meanings" : [ "blog (loanword)", + "weblog", + "blogger" ], + "classifiers" : [] } ] }, + { "simplified" : "博览会", + "radical" : "十", + "level" : [ "new-5", "old-6" ], + "frequency" : 13075, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "博覽會", + "transcriptions" : { "pinyin" : "bó lǎn huì", + "numeric" : "bo2 lan3 hui4", + "wadegiles" : "po² lan³ hui⁴", + "bopomofo" : "ㄅㄛˊ ㄌㄢˇ ㄏㄨㄟˋ", + "romatzyh" : "bor laan huey" }, + "meanings" : [ "exposition", "international fair" ], + "classifiers" : [] } ] }, + { "simplified" : "博士", + "radical" : "十", + "level" : [ "new-5", "old-4" ], + "frequency" : 2425, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "博士", + "transcriptions" : { "pinyin" : "bó shì", + "numeric" : "bo2 shi4", + "wadegiles" : "po² shih⁴", + "bopomofo" : "ㄅㄛˊ ㄕˋ", + "romatzyh" : "bor shyh" }, + "meanings" : [ "doctor", + "court academician (in feudal China)", + "Ph.D." ], + "classifiers" : [] } ] }, + { "simplified" : "博物馆", + "radical" : "十", + "level" : [ "new-5", "old-5" ], + "frequency" : 4179, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "博物館", + "transcriptions" : { "pinyin" : "bó wù guǎn", + "numeric" : "bo2 wu4 guan3", + "wadegiles" : "po² wu⁴ kuan³", + "bopomofo" : "ㄅㄛˊ ㄨˋ ㄍㄨㄢˇ", + "romatzyh" : "bor wuh goan" }, + "meanings" : [ "museum" ], + "classifiers" : [] } ] }, + { "simplified" : "搏斗", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11802, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搏鬥", + "transcriptions" : { "pinyin" : "bó dòu", + "numeric" : "bo2 dou4", + "wadegiles" : "po² tou⁴", + "bopomofo" : "ㄅㄛˊ ㄉㄡˋ", + "romatzyh" : "bor dow" }, + "meanings" : [ "to wrestle; to fight; to struggle" ], + "classifiers" : [] } ] }, + { "simplified" : "补", + "radical" : "衤", + "level" : [ "new-3" ], + "frequency" : 2850, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "補", + "transcriptions" : { "pinyin" : "bǔ", + "numeric" : "bu3", + "wadegiles" : "pu³", + "bopomofo" : "ㄅㄨˇ", + "romatzyh" : "buu" }, + "meanings" : [ "to repair", + "to patch", + "to mend", + "to make up for", + "to fill (a vacancy)", + "to supplement" ], + "classifiers" : [] } ] }, + { "simplified" : "补偿", + "radical" : "衤", + "level" : [ "new-5", "old-6" ], + "frequency" : 3538, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "補償", + "transcriptions" : { "pinyin" : "bǔ cháng", + "numeric" : "bu3 chang2", + "wadegiles" : "pu³ ch'ang²", + "bopomofo" : "ㄅㄨˇ ㄔㄤˊ", + "romatzyh" : "buu charng" }, + "meanings" : [ "to compensate", "to make up" ], + "classifiers" : [] } ] }, + { "simplified" : "补充", + "radical" : "衤", + "level" : [ "new-3", "old-5" ], + "frequency" : 4107, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "補充", + "transcriptions" : { "pinyin" : "bǔ chōng", + "numeric" : "bu3 chong1", + "wadegiles" : "pu³ ch'ung¹", + "bopomofo" : "ㄅㄨˇ ㄔㄨㄥ", + "romatzyh" : "buu chong" }, + "meanings" : [ "to replenish", + "to supplement", + "to complement", + "additional", + "supplementary" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "补给", + "radical" : "衤", + "level" : [ "new-7+" ], + "frequency" : 11865, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "補給", + "transcriptions" : { "pinyin" : "bǔ jǐ", + "numeric" : "bu3 ji3", + "wadegiles" : "pu³ chi³", + "bopomofo" : "ㄅㄨˇ ㄐㄧˇ", + "romatzyh" : "buu jii" }, + "meanings" : [ "supply", + "replenishment", + "to replenish" ], + "classifiers" : [] } ] }, + { "simplified" : "补救", + "radical" : "衤", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13343, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "補救", + "transcriptions" : { "pinyin" : "bǔ jiù", + "numeric" : "bu3 jiu4", + "wadegiles" : "pu³ chiu⁴", + "bopomofo" : "ㄅㄨˇ ㄐㄧㄡˋ", + "romatzyh" : "buu jiow" }, + "meanings" : [ "to remedy" ], + "classifiers" : [] } ] }, + { "simplified" : "补考", + "radical" : "衤", + "level" : [ "new-6" ], + "frequency" : 26371, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "補考", + "transcriptions" : { "pinyin" : "bǔ kǎo", + "numeric" : "bu3 kao3", + "wadegiles" : "pu³ k'ao³", + "bopomofo" : "ㄅㄨˇ ㄎㄠˇ", + "romatzyh" : "buu kao" }, + "meanings" : [ "to sit for a makeup exam", + "to resit an exam", + "makeup exam", + "resit" ], + "classifiers" : [] } ] }, + { "simplified" : "补课", + "radical" : "衤", + "level" : [ "new-6" ], + "frequency" : 22453, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "補課", + "transcriptions" : { "pinyin" : "bǔ kè", + "numeric" : "bu3 ke4", + "wadegiles" : "pu³ k'o⁴", + "bopomofo" : "ㄅㄨˇ ㄎㄜˋ", + "romatzyh" : "buu keh" }, + "meanings" : [ "to make up missed lesson", + "to reschedule a class" ], + "classifiers" : [] } ] }, + { "simplified" : "补贴", + "radical" : "衤", + "level" : [ "new-5", "old-6" ], + "frequency" : 8863, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "補貼", + "transcriptions" : { "pinyin" : "bǔ tiē", + "numeric" : "bu3 tie1", + "wadegiles" : "pu³ t'ieh¹", + "bopomofo" : "ㄅㄨˇ ㄊㄧㄝ", + "romatzyh" : "buu tie" }, + "meanings" : [ "to subsidize", + "subsidy", + "allowance", + "to supplement (one's salary etc)", + "benefit" ], + "classifiers" : [] } ] }, + { "simplified" : "补习", + "radical" : "衤", + "level" : [ "new-6" ], + "frequency" : 22013, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "補習", + "transcriptions" : { "pinyin" : "bǔ xí", + "numeric" : "bu3 xi2", + "wadegiles" : "pu³ hsi²", + "bopomofo" : "ㄅㄨˇ ㄒㄧˊ", + "romatzyh" : "buu shyi" }, + "meanings" : [ "to take extra lessons in a cram school or with a private tutor" ], + "classifiers" : [] } ] }, + { "simplified" : "补助", + "radical" : "衤", + "level" : [ "new-6" ], + "frequency" : 10885, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "補助", + "transcriptions" : { "pinyin" : "bǔ zhù", + "numeric" : "bu3 zhu4", + "wadegiles" : "pu³ chu⁴", + "bopomofo" : "ㄅㄨˇ ㄓㄨˋ", + "romatzyh" : "buu juh" }, + "meanings" : [ "to subsidize", + "subsidy", + "allowance" ], + "classifiers" : [] } ] }, + { "simplified" : "哺乳", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 24766, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "哺乳", + "transcriptions" : { "pinyin" : "bǔ rǔ", + "numeric" : "bu3 ru3", + "wadegiles" : "pu³ ju³", + "bopomofo" : "ㄅㄨˇ ㄖㄨˇ", + "romatzyh" : "buu ruu" }, + "meanings" : [ "breastfeeding", + "to suckle", + "to nurse" ], + "classifiers" : [] } ] }, + { "simplified" : "哺育", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 32916, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "哺育", + "transcriptions" : { "pinyin" : "bǔ yù", + "numeric" : "bu3 yu4", + "wadegiles" : "pu³ yü⁴", + "bopomofo" : "ㄅㄨˇ ㄩˋ", + "romatzyh" : "buu yuh" }, + "meanings" : [ "to feed", + "(fig.) to nurture; to foster" ], + "classifiers" : [] } ] }, + { "simplified" : "捕", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 8390, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捕", + "transcriptions" : { "pinyin" : "bǔ", + "numeric" : "bu3", + "wadegiles" : "pu³", + "bopomofo" : "ㄅㄨˇ", + "romatzyh" : "buu" }, + "meanings" : [ "to catch", + "to seize", + "to capture" ], + "classifiers" : [] } ] }, + { "simplified" : "捕捉", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9452, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捕捉", + "transcriptions" : { "pinyin" : "bǔ zhuō", + "numeric" : "bu3 zhuo1", + "wadegiles" : "pu³ cho¹", + "bopomofo" : "ㄅㄨˇ ㄓㄨㄛ", + "romatzyh" : "buu juo" }, + "meanings" : [ "to catch", + "to seize", + "to capture" ], + "classifiers" : [] } ] }, + { "simplified" : "不", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 9, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不", + "transcriptions" : { "pinyin" : "bù", + "numeric" : "bu4", + "wadegiles" : "pu⁴", + "bopomofo" : "ㄅㄨˋ", + "romatzyh" : "buh" }, + "meanings" : [ "no; not so", + "(bound form) not; un-" ], + "classifiers" : [] } ] }, + { "simplified" : "不安", + "radical" : "一", + "level" : [ "new-3", "old-5" ], + "frequency" : 4472, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "不安", + "transcriptions" : { "pinyin" : "bù ān", + "numeric" : "bu4 an1", + "wadegiles" : "pu⁴ an¹", + "bopomofo" : "ㄅㄨˋ ㄢ", + "romatzyh" : "buh an" }, + "meanings" : [ "unpeaceful", + "unstable", + "uneasy", + "disturbed", + "restless", + "worried" ], + "classifiers" : [] } ] }, + { "simplified" : "不必", + "radical" : "一", + "level" : [ "new-3", "old-5" ], + "frequency" : 2029, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不必", + "transcriptions" : { "pinyin" : "bù bì", + "numeric" : "bu4 bi4", + "wadegiles" : "pu⁴ pi⁴", + "bopomofo" : "ㄅㄨˋ ㄅㄧˋ", + "romatzyh" : "buh bih" }, + "meanings" : [ "need not", + "does not have to", + "not necessarily" ], + "classifiers" : [] } ] }, + { "simplified" : "不便", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 8003, + "pos" : [ "an", "a", "ad", "v" ], + "forms" : [ { "traditional" : "不便", + "transcriptions" : { "pinyin" : "bù biàn", + "numeric" : "bu4 bian4", + "wadegiles" : "pu⁴ pien⁴", + "bopomofo" : "ㄅㄨˋ ㄅㄧㄢˋ", + "romatzyh" : "buh biann" }, + "meanings" : [ "inconvenient", + "inappropriate", + "unsuitable", + "short of cash" ], + "classifiers" : [] } ] }, + { "simplified" : "不曾", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 8242, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不曾", + "transcriptions" : { "pinyin" : "bù céng", + "numeric" : "bu4 ceng2", + "wadegiles" : "pu⁴ ts'eng²", + "bopomofo" : "ㄅㄨˋ ㄘㄥˊ", + "romatzyh" : "buh tserng" }, + "meanings" : [ "hasn't yet", "hasn't ever" ], + "classifiers" : [] } ] }, + { "simplified" : "不成", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 10054, + "pos" : [ "v", "y" ], + "forms" : [ { "traditional" : "不成", + "transcriptions" : { "pinyin" : "bù chéng", + "numeric" : "bu4 cheng2", + "wadegiles" : "pu⁴ ch'eng²", + "bopomofo" : "ㄅㄨˋ ㄔㄥˊ", + "romatzyh" : "buh cherng" }, + "meanings" : [ "won't do", + "unable to", + "(at the end of a rhetorical question) can that be?" ], + "classifiers" : [] } ] }, + { "simplified" : "不耻下问", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 83856, + "pos" : [], + "forms" : [ { "traditional" : "不恥下問", + "transcriptions" : { "pinyin" : "bù chǐ xià wèn", + "numeric" : "bu4 chi3 xia4 wen4", + "wadegiles" : "pu⁴ ch'ih³ hsia⁴ wen⁴", + "bopomofo" : "ㄅㄨˋ ㄔˇ ㄒㄧㄚˋ ㄨㄣˋ", + "romatzyh" : "buh chyy shiah wenn" }, + "meanings" : [ "not feel ashamed to ask and learn from one's subordinates" ], + "classifiers" : [] } ] }, + { "simplified" : "不辞而别", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 33466, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不辭而別", + "transcriptions" : { "pinyin" : "bù cí ér bié", + "numeric" : "bu4 ci2 er2 bie2", + "wadegiles" : "pu⁴ tz'u² erh² pieh²", + "bopomofo" : "ㄅㄨˋ ㄘˊ ㄦˊ ㄅㄧㄝˊ", + "romatzyh" : "buh tsyr erl bye" }, + "meanings" : [ "to leave without saying good-bye" ], + "classifiers" : [] } ] }, + { "simplified" : "不错", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 384, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不錯", + "transcriptions" : { "pinyin" : "bù cuò", + "numeric" : "bu4 cuo4", + "wadegiles" : "pu⁴ ts'o⁴", + "bopomofo" : "ㄅㄨˋ ㄘㄨㄛˋ", + "romatzyh" : "buh tsuoh" }, + "meanings" : [ "correct", + "right", + "not bad", + "pretty good" ], + "classifiers" : [] } ] }, + { "simplified" : "不大", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 4915, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不大", + "transcriptions" : { "pinyin" : "bù dà", + "numeric" : "bu4 da4", + "wadegiles" : "pu⁴ ta⁴", + "bopomofo" : "ㄅㄨˋ ㄉㄚˋ", + "romatzyh" : "buh dah" }, + "meanings" : [ "not very", "not too", "not often" ], + "classifiers" : [] } ] }, + { "simplified" : "不但", + "radical" : "一", + "level" : [ "new-2", "old-4" ], + "frequency" : 4161, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "不但", + "transcriptions" : { "pinyin" : "bù dàn", + "numeric" : "bu4 dan4", + "wadegiles" : "pu⁴ tan⁴", + "bopomofo" : "ㄅㄨˋ ㄉㄢˋ", + "romatzyh" : "buh dann" }, + "meanings" : [ "not only (... but also ...)" ], + "classifiers" : [] } ] }, + { "simplified" : "不得不", + "radical" : "一", + "level" : [ "new-3", "old-4" ], + "frequency" : 1606, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不得不", + "transcriptions" : { "pinyin" : "bù dé bù", + "numeric" : "bu4 de2 bu4", + "wadegiles" : "pu⁴ te² pu⁴", + "bopomofo" : "ㄅㄨˋ ㄉㄜˊ ㄅㄨˋ", + "romatzyh" : "buh der buh" }, + "meanings" : [ "have no choice or option but to", + "cannot but", + "have to", + "can't help it", + "can't avoid" ], + "classifiers" : [] } ] }, + { "simplified" : "不得而知", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 20317, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不得而知", + "transcriptions" : { "pinyin" : "bù dé ér zhī", + "numeric" : "bu4 de2 er2 zhi1", + "wadegiles" : "pu⁴ te² erh² chih¹", + "bopomofo" : "ㄅㄨˋ ㄉㄜˊ ㄦˊ ㄓ", + "romatzyh" : "buh der erl jy" }, + "meanings" : [ "unknown", "unable to find out" ], + "classifiers" : [] } ] }, + { "simplified" : "不得了", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 8549, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "不得了", + "transcriptions" : { "pinyin" : "bù dé liǎo", + "numeric" : "bu4 de2 liao3", + "wadegiles" : "pu⁴ te² liao³", + "bopomofo" : "ㄅㄨˋ ㄉㄜˊ ㄌㄧㄠˇ", + "romatzyh" : "buh der leau" }, + "meanings" : [ "desperately serious", + "disastrous", + "extremely", + "exceedingly" ], + "classifiers" : [] } ] }, + { "simplified" : "不得已", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13044, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "不得已", + "transcriptions" : { "pinyin" : "bù dé yǐ", + "numeric" : "bu4 de2 yi3", + "wadegiles" : "pu⁴ te² i³", + "bopomofo" : "ㄅㄨˋ ㄉㄜˊ ㄧˇ", + "romatzyh" : "buh der yii" }, + "meanings" : [ "to act against one's will", + "to have no alternative but to", + "to have to", + "to have no choice", + "must" ], + "classifiers" : [] } ] }, + { "simplified" : "不定", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 17123, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不定", + "transcriptions" : { "pinyin" : "bù dìng", + "numeric" : "bu4 ding4", + "wadegiles" : "pu⁴ ting⁴", + "bopomofo" : "ㄅㄨˋ ㄉㄧㄥˋ", + "romatzyh" : "buh dinq" }, + "meanings" : [ "indefinite", + "indeterminate", + "(botany) adventitious" ], + "classifiers" : [] } ] }, + { "simplified" : "不断", + "radical" : "一", + "level" : [ "new-3", "old-5" ], + "frequency" : 1245, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不斷", + "transcriptions" : { "pinyin" : "bù duàn", + "numeric" : "bu4 duan4", + "wadegiles" : "pu⁴ tuan⁴", + "bopomofo" : "ㄅㄨˋ ㄉㄨㄢˋ", + "romatzyh" : "buh duann" }, + "meanings" : [ "unceasing", + "uninterrupted", + "continuous", + "constant" ], + "classifiers" : [] } ] }, + { "simplified" : "不对", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 2598, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不對", + "transcriptions" : { "pinyin" : "bù duì", + "numeric" : "bu4 dui4", + "wadegiles" : "pu⁴ tui⁴", + "bopomofo" : "ㄅㄨˋ ㄉㄨㄟˋ", + "romatzyh" : "buh duey" }, + "meanings" : [ "incorrect", + "wrong", + "amiss", + "abnormal", + "queer" ], + "classifiers" : [] } ] }, + { "simplified" : "不妨", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7625, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "不妨", + "transcriptions" : { "pinyin" : "bù fáng", + "numeric" : "bu4 fang2", + "wadegiles" : "pu⁴ fang²", + "bopomofo" : "ㄅㄨˋ ㄈㄤˊ", + "romatzyh" : "buh farng" }, + "meanings" : [ "there is no harm in", + "might as well" ], + "classifiers" : [] } ] }, + { "simplified" : "不服", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 28565, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不服", + "transcriptions" : { "pinyin" : "bù fú", + "numeric" : "bu4 fu2", + "wadegiles" : "pu⁴ fu²", + "bopomofo" : "ㄅㄨˋ ㄈㄨˊ", + "romatzyh" : "buh fwu" }, + "meanings" : [ "not to accept sth", + "to want to have sth overruled or changed", + "to refuse to obey or comply", + "to refuse to accept as final", + "to remain unconvinced by", + "not to give in to" ], + "classifiers" : [] } ] }, + { "simplified" : "不服气", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "不服氣", + "transcriptions" : { "pinyin" : "bù fú qì", + "numeric" : "bu4 fu2 qi4", + "wadegiles" : "pu⁴ fu² ch'i⁴", + "bopomofo" : "ㄅㄨˋ ㄈㄨˊ ㄑㄧˋ", + "romatzyh" : "buh fwu chih" }, + "meanings" : [ "unwilling to concede", + "defiant", + "indignant", + "to find it galling" ], + "classifiers" : [] } ] }, + { "simplified" : "不敢当", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 35004, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不敢當", + "transcriptions" : { "pinyin" : "bù gǎn dāng", + "numeric" : "bu4 gan3 dang1", + "wadegiles" : "pu⁴ kan³ tang¹", + "bopomofo" : "ㄅㄨˋ ㄍㄢˇ ㄉㄤ", + "romatzyh" : "buh gaan dang" }, + "meanings" : [ "lit. I dare not (accept the honor); fig. I don't deserve your praise", + "you flatter me" ], + "classifiers" : [] } ] }, + { "simplified" : "不够", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 1419, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不夠", + "transcriptions" : { "pinyin" : "bù gòu", + "numeric" : "bu4 gou4", + "wadegiles" : "pu⁴ kou⁴", + "bopomofo" : "ㄅㄨˋ ㄍㄡˋ", + "romatzyh" : "buh gow" }, + "meanings" : [ "not enough", + "insufficient", + "inadequate" ], + "classifiers" : [] } ] }, + { "simplified" : "不顾", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 6927, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不顧", + "transcriptions" : { "pinyin" : "bù gù", + "numeric" : "bu4 gu4", + "wadegiles" : "pu⁴ ku⁴", + "bopomofo" : "ㄅㄨˋ ㄍㄨˋ", + "romatzyh" : "buh guh" }, + "meanings" : [ "in spite of; regardless of" ], + "classifiers" : [] } ] }, + { "simplified" : "不管", + "radical" : "一", + "level" : [ "new-4", "old-4" ], + "frequency" : 854, + "pos" : [ "c", "v" ], + "forms" : [ { "traditional" : "不管", + "transcriptions" : { "pinyin" : "bù guǎn", + "numeric" : "bu4 guan3", + "wadegiles" : "pu⁴ kuan³", + "bopomofo" : "ㄅㄨˋ ㄍㄨㄢˇ", + "romatzyh" : "buh goan" }, + "meanings" : [ "not to be concerned", + "regardless of", + "no matter" ], + "classifiers" : [] } ] }, + { "simplified" : "不光", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 7316, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "不光", + "transcriptions" : { "pinyin" : "bù guāng", + "numeric" : "bu4 guang1", + "wadegiles" : "pu⁴ kuang¹", + "bopomofo" : "ㄅㄨˋ ㄍㄨㄤ", + "romatzyh" : "buh guang" }, + "meanings" : [ "not the only one", "not only" ], + "classifiers" : [] } ] }, + { "simplified" : "不过", + "radical" : "一", + "level" : [ "new-2", "old-4" ], + "frequency" : 216, + "pos" : [ "c", "d", "u" ], + "forms" : [ { "traditional" : "不過", + "transcriptions" : { "pinyin" : "bù guò", + "numeric" : "bu4 guo4", + "wadegiles" : "pu⁴ kuo⁴", + "bopomofo" : "ㄅㄨˋ ㄍㄨㄛˋ", + "romatzyh" : "buh guoh" }, + "meanings" : [ "only", + "merely", + "no more than", + "but", + "however", + "anyway (to get back to a previous topic)", + "cannot be more (after adjectival)" ], + "classifiers" : [] } ] }, + { "simplified" : "不好意思", + "radical" : "一", + "level" : [ "new-2", "old-5" ], + "frequency" : 2805, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "不好意思", + "transcriptions" : { "pinyin" : "bù hǎo yì si", + "numeric" : "bu4 hao3 yi4 si5", + "wadegiles" : "pu⁴ hao³ i⁴ si", + "bopomofo" : "ㄅㄨˋ ㄏㄠˇ ㄧˋ si", + "romatzyh" : "buh hao yih si" }, + "meanings" : [ "to feel embarrassed", + "to find it embarrassing", + "to be sorry (for inconveniencing sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "不假思索", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 33772, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "不假思索", + "transcriptions" : { "pinyin" : "bù jiǎ sī suǒ", + "numeric" : "bu4 jia3 si1 suo3", + "wadegiles" : "pu⁴ chia³ ssu¹ so³", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄚˇ ㄙ ㄙㄨㄛˇ", + "romatzyh" : "buh jea sy suoo" }, + "meanings" : [ "(idiom) to act without taking time to think; to react instantly; to fire from the hip" ], + "classifiers" : [] } ] }, + { "simplified" : "不见", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 2421, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不見", + "transcriptions" : { "pinyin" : "bù jiàn", + "numeric" : "bu4 jian4", + "wadegiles" : "pu⁴ chien⁴", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄢˋ", + "romatzyh" : "buh jiann" }, + "meanings" : [ "not to see", + "not to meet", + "to have disappeared", + "to be missing" ], + "classifiers" : [] } ] }, + { "simplified" : "不见得", + "radical" : "一", + "level" : [ "new-7+", "old-5" ], + "frequency" : 17256, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不見得", + "transcriptions" : { "pinyin" : "bù jiàn de", + "numeric" : "bu4 jian4 de5", + "wadegiles" : "pu⁴ chien⁴ de", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄢˋ de", + "romatzyh" : "buh jiann de" }, + "meanings" : [ "not necessarily", "not likely" ], + "classifiers" : [] } ] }, + { "simplified" : "不解", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 17259, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不解", + "transcriptions" : { "pinyin" : "bù jiě", + "numeric" : "bu4 jie3", + "wadegiles" : "pu⁴ chieh³", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄝˇ", + "romatzyh" : "buh jiee" }, + "meanings" : [ "to not understand", + "to be puzzled by", + "indissoluble" ], + "classifiers" : [] } ] }, + { "simplified" : "不仅", + "radical" : "一", + "level" : [ "new-3", "old-4" ], + "frequency" : 1467, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "不僅", + "transcriptions" : { "pinyin" : "bù jǐn", + "numeric" : "bu4 jin3", + "wadegiles" : "pu⁴ chin³", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄣˇ", + "romatzyh" : "buh jiin" }, + "meanings" : [ "not just; not limited to", + "(as a correlative conjunction) not only (..., but also ...)" ], + "classifiers" : [] } ] }, + { "simplified" : "不仅仅", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 6163, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不僅僅", + "transcriptions" : { "pinyin" : "bù jǐn jǐn", + "numeric" : "bu4 jin3 jin3", + "wadegiles" : "pu⁴ chin³ chin³", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄣˇ ㄐㄧㄣˇ", + "romatzyh" : "buh jiin jiin" }, + "meanings" : [ "not only; not just" ], + "classifiers" : [] } ] }, + { "simplified" : "不禁", + "radical" : "一", + "level" : [ "new-6", "old-6" ], + "frequency" : 8021, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不禁", + "transcriptions" : { "pinyin" : "bù jīn", + "numeric" : "bu4 jin1", + "wadegiles" : "pu⁴ chin¹", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄣ", + "romatzyh" : "buh jin" }, + "meanings" : [ "can't help (doing sth)", + "can't refrain from" ], + "classifiers" : [] } ] }, + { "simplified" : "不经意", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11628, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "不經意", + "transcriptions" : { "pinyin" : "bù jīng yì", + "numeric" : "bu4 jing1 yi4", + "wadegiles" : "pu⁴ ching¹ i⁴", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄥ ㄧˋ", + "romatzyh" : "buh jing yih" }, + "meanings" : [ "not paying attention", + "carelessly", + "by accident" ], + "classifiers" : [] } ] }, + { "simplified" : "不景气", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 16728, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不景氣", + "transcriptions" : { "pinyin" : "bù jǐng qì", + "numeric" : "bu4 jing3 qi4", + "wadegiles" : "pu⁴ ching³ ch'i⁴", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄥˇ ㄑㄧˋ", + "romatzyh" : "buh jiing chih" }, + "meanings" : [ "slack", "in a slump" ], + "classifiers" : [] } ] }, + { "simplified" : "不久", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 2739, + "pos" : [ "m", "d", "t" ], + "forms" : [ { "traditional" : "不久", + "transcriptions" : { "pinyin" : "bù jiǔ", + "numeric" : "bu4 jiu3", + "wadegiles" : "pu⁴ chiu³", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄡˇ", + "romatzyh" : "buh jeou" }, + "meanings" : [ "not long (after)", + "before too long", + "soon", + "soon after" ], + "classifiers" : [] } ] }, + { "simplified" : "不堪", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8963, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不堪", + "transcriptions" : { "pinyin" : "bù kān", + "numeric" : "bu4 kan1", + "wadegiles" : "pu⁴ k'an¹", + "bopomofo" : "ㄅㄨˋ ㄎㄢ", + "romatzyh" : "buh kan" }, + "meanings" : [ "cannot bear", + "cannot stand", + "utterly", + "extremely" ], + "classifiers" : [] } ] }, + { "simplified" : "不可避免", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 8664, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不可避免", + "transcriptions" : { "pinyin" : "bù kě bì miǎn", + "numeric" : "bu4 ke3 bi4 mian3", + "wadegiles" : "pu⁴ k'o³ pi⁴ mien³", + "bopomofo" : "ㄅㄨˋ ㄎㄜˇ ㄅㄧˋ ㄇㄧㄢˇ", + "romatzyh" : "buh kee bih mean" }, + "meanings" : [ "unavoidably" ], + "classifiers" : [] } ] }, + { "simplified" : "不可思议", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4689, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "不可思議", + "transcriptions" : { "pinyin" : "bù kě sī yì", + "numeric" : "bu4 ke3 si1 yi4", + "wadegiles" : "pu⁴ k'o³ ssu¹ i⁴", + "bopomofo" : "ㄅㄨˋ ㄎㄜˇ ㄙ ㄧˋ", + "romatzyh" : "buh kee sy yih" }, + "meanings" : [ "inconceivable (idiom); unimaginable", + "unfathomable" ], + "classifiers" : [] } ] }, + { "simplified" : "不客气", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 16723, + "pos" : [], + "forms" : [ { "traditional" : "不客氣", + "transcriptions" : { "pinyin" : "bù kè qi", + "numeric" : "bu4 ke4 qi5", + "wadegiles" : "pu⁴ k'o⁴ qi", + "bopomofo" : "ㄅㄨˋ ㄎㄜˋ qi", + "romatzyh" : "buh keh qi" }, + "meanings" : [ "you're welcome", + "don't mention it", + "impolite", + "rude", + "blunt" ], + "classifiers" : [] } ] }, + { "simplified" : "不肯", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 10726, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不肯", + "transcriptions" : { "pinyin" : "bù kěn", + "numeric" : "bu4 ken3", + "wadegiles" : "pu⁴ k'en³", + "bopomofo" : "ㄅㄨˋ ㄎㄣˇ", + "romatzyh" : "buh keen" }, + "meanings" : [ "Refuse" ], + "classifiers" : [] } ] }, + { "simplified" : "不愧", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 11038, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不愧", + "transcriptions" : { "pinyin" : "bù kuì", + "numeric" : "bu4 kui4", + "wadegiles" : "pu⁴ k'uei⁴", + "bopomofo" : "ㄅㄨˋ ㄎㄨㄟˋ", + "romatzyh" : "buh kuey" }, + "meanings" : [ "to be worthy of", + "to deserve to be called", + "to prove oneself to be" ], + "classifiers" : [] } ] }, + { "simplified" : "不了了之", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 24145, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不了了之", + "transcriptions" : { "pinyin" : "bù liǎo liǎo zhī", + "numeric" : "bu4 liao3 liao3 zhi1", + "wadegiles" : "pu⁴ liao³ liao³ chih¹", + "bopomofo" : "ㄅㄨˋ ㄌㄧㄠˇ ㄌㄧㄠˇ ㄓ", + "romatzyh" : "buh leau leau jy" }, + "meanings" : [ "to settle a matter by leaving it unsettled", + "to end up with nothing definite" ], + "classifiers" : [] } ] }, + { "simplified" : "不理", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 10871, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不理", + "transcriptions" : { "pinyin" : "bù lǐ", + "numeric" : "bu4 li3", + "wadegiles" : "pu⁴ li³", + "bopomofo" : "ㄅㄨˋ ㄌㄧˇ", + "romatzyh" : "buh lii" }, + "meanings" : [ "to refuse to acknowledge", + "to pay no attention to", + "to take no notice of", + "to ignore" ], + "classifiers" : [] } ] }, + { "simplified" : "不利", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 4288, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不利", + "transcriptions" : { "pinyin" : "bù lì", + "numeric" : "bu4 li4", + "wadegiles" : "pu⁴ li⁴", + "bopomofo" : "ㄅㄨˋ ㄌㄧˋ", + "romatzyh" : "buh lih" }, + "meanings" : [ "unfavorable", + "disadvantageous", + "harmful", + "detrimental" ], + "classifiers" : [] } ] }, + { "simplified" : "不利于", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 32766, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不利於", + "transcriptions" : { "pinyin" : "bù lìyú", + "numeric" : "bu4 lìyú", + "wadegiles" : "pu⁴ lìyú", + "bopomofo" : "ㄅㄨˋ lìyú", + "romatzyh" : "buh lìyú" }, + "meanings" : [ "is harmful to" ], + "classifiers" : [] } ] }, + { "simplified" : "不良", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 4514, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不良", + "transcriptions" : { "pinyin" : "bù liáng", + "numeric" : "bu4 liang2", + "wadegiles" : "pu⁴ liang²", + "bopomofo" : "ㄅㄨˋ ㄌㄧㄤˊ", + "romatzyh" : "buh liang" }, + "meanings" : [ "bad", "harmful", "unhealthy" ], + "classifiers" : [] } ] }, + { "simplified" : "不料", + "radical" : "一", + "level" : [ "new-6", "old-6" ], + "frequency" : 25376, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不料", + "transcriptions" : { "pinyin" : "bù liào", + "numeric" : "bu4 liao4", + "wadegiles" : "pu⁴ liao⁴", + "bopomofo" : "ㄅㄨˋ ㄌㄧㄠˋ", + "romatzyh" : "buh liaw" }, + "meanings" : [ "unexpectedly", + "to one's surprise" ], + "classifiers" : [] } ] }, + { "simplified" : "不论", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 3411, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "不論", + "transcriptions" : { "pinyin" : "bù lùn", + "numeric" : "bu4 lun4", + "wadegiles" : "pu⁴ lun⁴", + "bopomofo" : "ㄅㄨˋ ㄌㄨㄣˋ", + "romatzyh" : "buh luenn" }, + "meanings" : [ "whatever", + "no matter what (who, how etc)", + "regardless of", + "not to discuss" ], + "classifiers" : [] } ] }, + { "simplified" : "不满", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 5004, + "pos" : [ "an", "a", "v" ], + "forms" : [ { "traditional" : "不滿", + "transcriptions" : { "pinyin" : "bù mǎn", + "numeric" : "bu4 man3", + "wadegiles" : "pu⁴ man³", + "bopomofo" : "ㄅㄨˋ ㄇㄢˇ", + "romatzyh" : "buh maan" }, + "meanings" : [ "resentful", + "discontented", + "dissatisfied" ], + "classifiers" : [] } ] }, + { "simplified" : "不免", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 24642, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不免", + "transcriptions" : { "pinyin" : "bù miǎn", + "numeric" : "bu4 mian3", + "wadegiles" : "pu⁴ mien³", + "bopomofo" : "ㄅㄨˋ ㄇㄧㄢˇ", + "romatzyh" : "buh mean" }, + "meanings" : [ "inevitably" ], + "classifiers" : [] } ] }, + { "simplified" : "不耐烦", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 13336, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不耐煩", + "transcriptions" : { "pinyin" : "bù nài fán", + "numeric" : "bu4 nai4 fan2", + "wadegiles" : "pu⁴ nai⁴ fan²", + "bopomofo" : "ㄅㄨˋ ㄋㄞˋ ㄈㄢˊ", + "romatzyh" : "buh nay farn" }, + "meanings" : [ "impatient", "to lose patience" ], + "classifiers" : [] } ] }, + { "simplified" : "不难", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 22888, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不難", + "transcriptions" : { "pinyin" : "bù nán", + "numeric" : "bu4 nan2", + "wadegiles" : "pu⁴ nan²", + "bopomofo" : "ㄅㄨˋ ㄋㄢˊ", + "romatzyh" : "buh nan" }, + "meanings" : [ "Not difficult" ], + "classifiers" : [] } ] }, + { "simplified" : "不能不", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 10279, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不能不", + "transcriptions" : { "pinyin" : "bù néng bù", + "numeric" : "bu4 neng2 bu4", + "wadegiles" : "pu⁴ neng² pu⁴", + "bopomofo" : "ㄅㄨˋ ㄋㄥˊ ㄅㄨˋ", + "romatzyh" : "buh neng buh" }, + "meanings" : [ "have to", "cannot but" ], + "classifiers" : [] } ] }, + { "simplified" : "不平", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 22650, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "不平", + "transcriptions" : { "pinyin" : "bù píng", + "numeric" : "bu4 ping2", + "wadegiles" : "pu⁴ p'ing²", + "bopomofo" : "ㄅㄨˋ ㄆㄧㄥˊ", + "romatzyh" : "buh pyng" }, + "meanings" : [ "uneven", + "injustice", + "unfairness", + "wrong", + "grievance", + "indignant", + "dissatisfied" ], + "classifiers" : [] } ] }, + { "simplified" : "不起眼", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 15413, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不起眼", + "transcriptions" : { "pinyin" : "bù qǐ yǎn", + "numeric" : "bu4 qi3 yan3", + "wadegiles" : "pu⁴ ch'i³ yan³", + "bopomofo" : "ㄅㄨˋ ㄑㄧˇ ㄧㄢˇ", + "romatzyh" : "buh chii yean" }, + "meanings" : [ "unremarkable", + "nothing out of the ordinary" ], + "classifiers" : [] } ] }, + { "simplified" : "不然", + "radical" : "一", + "level" : [ "new-4", "old-5" ], + "frequency" : 2285, + "pos" : [ "c", "v", "a" ], + "forms" : [ { "traditional" : "不然", + "transcriptions" : { "pinyin" : "bù rán", + "numeric" : "bu4 ran2", + "wadegiles" : "pu⁴ jan²", + "bopomofo" : "ㄅㄨˋ ㄖㄢˊ", + "romatzyh" : "buh ran" }, + "meanings" : [ "not so", + "no", + "or else", + "otherwise", + "if not", + "How about ...?" ], + "classifiers" : [] } ] }, + { "simplified" : "不容", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 9409, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不容", + "transcriptions" : { "pinyin" : "bù róng", + "numeric" : "bu4 rong2", + "wadegiles" : "pu⁴ jung²", + "bopomofo" : "ㄅㄨˋ ㄖㄨㄥˊ", + "romatzyh" : "buh rong" }, + "meanings" : [ "must not", + "cannot", + "to not allow", + "cannot tolerate" ], + "classifiers" : [] } ] }, + { "simplified" : "不如", + "radical" : "一", + "level" : [ "new-2", "old-5" ], + "frequency" : 2684, + "pos" : [ "v", "c" ], + "forms" : [ { "traditional" : "不如", + "transcriptions" : { "pinyin" : "bù rú", + "numeric" : "bu4 ru2", + "wadegiles" : "pu⁴ ju²", + "bopomofo" : "ㄅㄨˋ ㄖㄨˊ", + "romatzyh" : "buh ru" }, + "meanings" : [ "not equal to", + "not as good as", + "inferior to", + "it would be better to" ], + "classifiers" : [] } ] }, + { "simplified" : "不如说", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11028, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "不如說", + "transcriptions" : { "pinyin" : "bùrú shuō", + "numeric" : "bùrú shuo1", + "wadegiles" : "bùrú shuo¹", + "bopomofo" : "bùrú ㄕㄨㄛ", + "romatzyh" : "bùrú shuo" }, + "meanings" : [ "rather say" ], + "classifiers" : [] } ] }, + { "simplified" : "不少", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 1045, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "不少", + "transcriptions" : { "pinyin" : "bù shǎo", + "numeric" : "bu4 shao3", + "wadegiles" : "pu⁴ shao³", + "bopomofo" : "ㄅㄨˋ ㄕㄠˇ", + "romatzyh" : "buh shao" }, + "meanings" : [ "many", "a lot", "not few" ], + "classifiers" : [] } ] }, + { "simplified" : "不慎", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 20102, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不慎", + "transcriptions" : { "pinyin" : "bù shèn", + "numeric" : "bu4 shen4", + "wadegiles" : "pu⁴ shen⁴", + "bopomofo" : "ㄅㄨˋ ㄕㄣˋ", + "romatzyh" : "buh shenn" }, + "meanings" : [ "incautious", "inattentive" ], + "classifiers" : [] } ] }, + { "simplified" : "不时", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 8547, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不時", + "transcriptions" : { "pinyin" : "bù shí", + "numeric" : "bu4 shi2", + "wadegiles" : "pu⁴ shih²", + "bopomofo" : "ㄅㄨˋ ㄕˊ", + "romatzyh" : "buh shyr" }, + "meanings" : [ "from time to time", + "now and then", + "occasionally", + "frequently" ], + "classifiers" : [] } ] }, + { "simplified" : "不适", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 8841, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不適", + "transcriptions" : { "pinyin" : "bù shì", + "numeric" : "bu4 shi4", + "wadegiles" : "pu⁴ shih⁴", + "bopomofo" : "ㄅㄨˋ ㄕˋ", + "romatzyh" : "buh shyh" }, + "meanings" : [ "unwell", + "indisposed", + "out of sorts" ], + "classifiers" : [] } ] }, + { "simplified" : "不算", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11114, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不算", + "transcriptions" : { "pinyin" : "bù suàn", + "numeric" : "bu4 suan4", + "wadegiles" : "pu⁴ suan⁴", + "bopomofo" : "ㄅㄨˋ ㄙㄨㄢˋ", + "romatzyh" : "buh suann" }, + "meanings" : [ "to not calculate", + "to not count", + "to not be considered (as)", + "to have no weight" ], + "classifiers" : [] } ] }, + { "simplified" : "不太", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 58429, + "pos" : [ "nr" ], + "forms" : [ { "traditional" : "不太", + "transcriptions" : { "pinyin" : "bù tài", + "numeric" : "bu4 tai4", + "wadegiles" : "pu⁴ t'ai⁴", + "bopomofo" : "ㄅㄨˋ ㄊㄞˋ", + "romatzyh" : "buh tay" }, + "meanings" : [ "Not too" ], + "classifiers" : [] } ] }, + { "simplified" : "不停", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 7370, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "不停", + "transcriptions" : { "pinyin" : "bù tíng", + "numeric" : "bu4 ting2", + "wadegiles" : "pu⁴ t'ing²", + "bopomofo" : "ㄅㄨˋ ㄊㄧㄥˊ", + "romatzyh" : "buh tyng" }, + "meanings" : [ "incessant" ], + "classifiers" : [] } ] }, + { "simplified" : "不通", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 7794, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不通", + "transcriptions" : { "pinyin" : "bù tōng", + "numeric" : "bu4 tong1", + "wadegiles" : "pu⁴ t'ung¹", + "bopomofo" : "ㄅㄨˋ ㄊㄨㄥ", + "romatzyh" : "buh tong" }, + "meanings" : [ "to be obstructed", + "to be blocked up", + "to be impassable", + "to make no sense", + "to be illogical" ], + "classifiers" : [] } ] }, + { "simplified" : "不同", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 458, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "不同", + "transcriptions" : { "pinyin" : "bù tóng", + "numeric" : "bu4 tong2", + "wadegiles" : "pu⁴ t'ung²", + "bopomofo" : "ㄅㄨˋ ㄊㄨㄥˊ", + "romatzyh" : "buh torng" }, + "meanings" : [ "different", + "distinct", + "not the same", + "not alike" ], + "classifiers" : [] } ] }, + { "simplified" : "不同寻常", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 10746, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不同尋常", + "transcriptions" : { "pinyin" : "bù tóng xún cháng", + "numeric" : "bu4 tong2 xun2 chang2", + "wadegiles" : "pu⁴ t'ung² hsün² ch'ang²", + "bopomofo" : "ㄅㄨˋ ㄊㄨㄥˊ ㄒㄩㄣˊ ㄔㄤˊ", + "romatzyh" : "buh torng shyun charng" }, + "meanings" : [ "out of the ordinary", "unusual" ], + "classifiers" : [] } ] }, + { "simplified" : "不为人知", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11433, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不為人知", + "transcriptions" : { "pinyin" : "bù wéi rén zhī", + "numeric" : "bu4 wei2 ren2 zhi1", + "wadegiles" : "pu⁴ wei² jen² chih¹", + "bopomofo" : "ㄅㄨˋ ㄨㄟˊ ㄖㄣˊ ㄓ", + "romatzyh" : "buh wei ren jy" }, + "meanings" : [ "not known to anyone", + "secret", + "unknown" ], + "classifiers" : [] } ] }, + { "simplified" : "不惜", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5983, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不惜", + "transcriptions" : { "pinyin" : "bù xī", + "numeric" : "bu4 xi1", + "wadegiles" : "pu⁴ hsi¹", + "bopomofo" : "ㄅㄨˋ ㄒㄧ", + "romatzyh" : "buh shi" }, + "meanings" : [ "not stint", + "not spare", + "not hesitate (to do sth)", + "not scruple (to do sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "不相上下", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 24846, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不相上下", + "transcriptions" : { "pinyin" : "bù xiāng shàng xià", + "numeric" : "bu4 xiang1 shang4 xia4", + "wadegiles" : "pu⁴ hsiang¹ shang⁴ hsia⁴", + "bopomofo" : "ㄅㄨˋ ㄒㄧㄤ ㄕㄤˋ ㄒㄧㄚˋ", + "romatzyh" : "buh shiang shanq shiah" }, + "meanings" : [ "equally matched", + "about the same" ], + "classifiers" : [] } ] }, + { "simplified" : "不像话", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25125, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不像話", + "transcriptions" : { "pinyin" : "bù xiàng huà", + "numeric" : "bu4 xiang4 hua4", + "wadegiles" : "pu⁴ hsiang⁴ hua⁴", + "bopomofo" : "ㄅㄨˋ ㄒㄧㄤˋ ㄏㄨㄚˋ", + "romatzyh" : "buh shianq huah" }, + "meanings" : [ "unreasonable", + "shocking", + "outrageous" ], + "classifiers" : [] } ] }, + { "simplified" : "不屑", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 12937, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不屑", + "transcriptions" : { "pinyin" : "bù xiè", + "numeric" : "bu4 xie4", + "wadegiles" : "pu⁴ hsieh⁴", + "bopomofo" : "ㄅㄨˋ ㄒㄧㄝˋ", + "romatzyh" : "buh shieh" }, + "meanings" : [ "to disdain to do sth", + "to think sth not worth doing", + "to feel it beneath one's dignity" ], + "classifiers" : [] } ] }, + { "simplified" : "不屑一顾", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 23826, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不屑一顧", + "transcriptions" : { "pinyin" : "bù xiè yī gù", + "numeric" : "bu4 xie4 yi1 gu4", + "wadegiles" : "pu⁴ hsieh⁴ i¹ ku⁴", + "bopomofo" : "ㄅㄨˋ ㄒㄧㄝˋ ㄧ ㄍㄨˋ", + "romatzyh" : "buh shieh i guh" }, + "meanings" : [ "to disdain as beneath contempt (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "不懈", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 18634, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "不懈", + "transcriptions" : { "pinyin" : "bù xiè", + "numeric" : "bu4 xie4", + "wadegiles" : "pu⁴ hsieh⁴", + "bopomofo" : "ㄅㄨˋ ㄒㄧㄝˋ", + "romatzyh" : "buh shieh" }, + "meanings" : [ "untiring", + "unremitting", + "indefatigable" ], + "classifiers" : [] } ] }, + { "simplified" : "不行", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 1439, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "不行", + "transcriptions" : { "pinyin" : "bù xíng", + "numeric" : "bu4 xing2", + "wadegiles" : "pu⁴ hsing²", + "bopomofo" : "ㄅㄨˋ ㄒㄧㄥˊ", + "romatzyh" : "buh shyng" }, + "meanings" : [ "won't do", + "be out of the question", + "be no good", + "not work", + "not be capable" ], + "classifiers" : [] } ] }, + { "simplified" : "不幸", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 2784, + "pos" : [ "a", "n", "ad" ], + "forms" : [ { "traditional" : "不幸", + "transcriptions" : { "pinyin" : "bù xìng", + "numeric" : "bu4 xing4", + "wadegiles" : "pu⁴ hsing⁴", + "bopomofo" : "ㄅㄨˋ ㄒㄧㄥˋ", + "romatzyh" : "buh shinq" }, + "meanings" : [ "misfortune", + "adversity", + "unfortunate", + "sad", + "unfortunately" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "不许", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 3916, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不許", + "transcriptions" : { "pinyin" : "bù xǔ", + "numeric" : "bu4 xu3", + "wadegiles" : "pu⁴ hsü³", + "bopomofo" : "ㄅㄨˋ ㄒㄩˇ", + "romatzyh" : "buh sheu" }, + "meanings" : [ "not to allow", + "must not", + "can't" ], + "classifiers" : [] } ] }, + { "simplified" : "不亚于", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 38742, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不亞於", + "transcriptions" : { "pinyin" : "bù yà yú", + "numeric" : "bu4 ya4 yu2", + "wadegiles" : "pu⁴ ya⁴ yü²", + "bopomofo" : "ㄅㄨˋ ㄧㄚˋ ㄩˊ", + "romatzyh" : "buh yah yu" }, + "meanings" : [ "no less than", "not inferior to" ], + "classifiers" : [] } ] }, + { "simplified" : "不言而喻", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 20519, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不言而喻", + "transcriptions" : { "pinyin" : "bù yán ér yù", + "numeric" : "bu4 yan2 er2 yu4", + "wadegiles" : "pu⁴ yan² erh² yü⁴", + "bopomofo" : "ㄅㄨˋ ㄧㄢˊ ㄦˊ ㄩˋ", + "romatzyh" : "buh yan erl yuh" }, + "meanings" : [ "it goes without saying; it is self-evident" ], + "classifiers" : [] } ] }, + { "simplified" : "不要", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 221, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不要", + "transcriptions" : { "pinyin" : "bù yào", + "numeric" : "bu4 yao4", + "wadegiles" : "pu⁴ yao⁴", + "bopomofo" : "ㄅㄨˋ ㄧㄠˋ", + "romatzyh" : "buh yaw" }, + "meanings" : [ "don't!", "must not" ], + "classifiers" : [] } ] }, + { "simplified" : "不要紧", + "radical" : "一", + "level" : [ "new-4", "old-5" ], + "frequency" : 10100, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不要緊", + "transcriptions" : { "pinyin" : "bù yào jǐn", + "numeric" : "bu4 yao4 jin3", + "wadegiles" : "pu⁴ yao⁴ chin³", + "bopomofo" : "ㄅㄨˋ ㄧㄠˋ ㄐㄧㄣˇ", + "romatzyh" : "buh yaw jiin" }, + "meanings" : [ "unimportant", + "not serious", + "it doesn't matter", + "never mind", + "it looks all right, but" ], + "classifiers" : [] } ] }, + { "simplified" : "不一定", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 3647, + "pos" : [], + "forms" : [ { "traditional" : "不一定", + "transcriptions" : { "pinyin" : "bù yī dìng", + "numeric" : "bu4 yi1 ding4", + "wadegiles" : "pu⁴ i¹ ting⁴", + "bopomofo" : "ㄅㄨˋ ㄧ ㄉㄧㄥˋ", + "romatzyh" : "buh i dinq" }, + "meanings" : [ "not necessarily", "maybe" ], + "classifiers" : [] } ] }, + { "simplified" : "不一会儿", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 35153, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "不一會兒", + "transcriptions" : { "pinyin" : "bù yīhuǐr5", + "numeric" : "bu4 yīhuǐr5", + "wadegiles" : "pu⁴ yīhuǐr5", + "bopomofo" : "ㄅㄨˋ yīhuǐr5", + "romatzyh" : "buh yīhuǐr5" }, + "meanings" : [ "Take a short while" ], + "classifiers" : [] } ] }, + { "simplified" : "不已", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 6315, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不已", + "transcriptions" : { "pinyin" : "bù yǐ", + "numeric" : "bu4 yi3", + "wadegiles" : "pu⁴ i³", + "bopomofo" : "ㄅㄨˋ ㄧˇ", + "romatzyh" : "buh yii" }, + "meanings" : [ "endlessly", "incessantly" ], + "classifiers" : [] } ] }, + { "simplified" : "不以为然", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 23388, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不以為然", + "transcriptions" : { "pinyin" : "bù yǐ wéi rán", + "numeric" : "bu4 yi3 wei2 ran2", + "wadegiles" : "pu⁴ i³ wei² jan²", + "bopomofo" : "ㄅㄨˋ ㄧˇ ㄨㄟˊ ㄖㄢˊ", + "romatzyh" : "buh yii wei ran" }, + "meanings" : [ "not to accept as correct (idiom); to object", + "to disapprove", + "to take exception to" ], + "classifiers" : [] } ] }, + { "simplified" : "不亦乐乎", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 26229, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不亦樂乎", + "transcriptions" : { "pinyin" : "bù yì lè hū", + "numeric" : "bu4 yi4 le4 hu1", + "wadegiles" : "pu⁴ i⁴ le⁴ hu¹", + "bopomofo" : "ㄅㄨˋ ㄧˋ ㄌㄜˋ ㄏㄨ", + "romatzyh" : "buh yih leh hu" }, + "meanings" : [ "lit. isn't that a joy? (quote from Confucius)", + "fig. (jocular) extremely; awfully" ], + "classifiers" : [] } ] }, + { "simplified" : "不易", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 17513, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "不易", + "transcriptions" : { "pinyin" : "bù yì", + "numeric" : "bu4 yi4", + "wadegiles" : "pu⁴ i⁴", + "bopomofo" : "ㄅㄨˋ ㄧˋ", + "romatzyh" : "buh yih" }, + "meanings" : [ "not easy to do sth", + "difficult", + "unchanging" ], + "classifiers" : [] } ] }, + { "simplified" : "不翼而飞", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 25860, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不翼而飛", + "transcriptions" : { "pinyin" : "bù yì ér fēi", + "numeric" : "bu4 yi4 er2 fei1", + "wadegiles" : "pu⁴ i⁴ erh² fei¹", + "bopomofo" : "ㄅㄨˋ ㄧˋ ㄦˊ ㄈㄟ", + "romatzyh" : "buh yih erl fei" }, + "meanings" : [ "to disappear without trace", + "to vanish all of a sudden", + "to spread fast", + "to spread like wildfire" ], + "classifiers" : [] } ] }, + { "simplified" : "不宜", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 10511, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不宜", + "transcriptions" : { "pinyin" : "bù yí", + "numeric" : "bu4 yi2", + "wadegiles" : "pu⁴ i²", + "bopomofo" : "ㄅㄨˋ ㄧˊ", + "romatzyh" : "buh yi" }, + "meanings" : [ "not suitable", + "inadvisable", + "inappropriate" ], + "classifiers" : [] } ] }, + { "simplified" : "不用", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 1013, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不用", + "transcriptions" : { "pinyin" : "bù yòng", + "numeric" : "bu4 yong4", + "wadegiles" : "pu⁴ yung⁴", + "bopomofo" : "ㄅㄨˋ ㄩㄥˋ", + "romatzyh" : "buh yonq" }, + "meanings" : [ "need not" ], + "classifiers" : [] } ] }, + { "simplified" : "不用说", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 10490, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不用說", + "transcriptions" : { "pinyin" : "bù yòng shuō", + "numeric" : "bu4 yong4 shuo1", + "wadegiles" : "pu⁴ yung⁴ shuo¹", + "bopomofo" : "ㄅㄨˋ ㄩㄥˋ ㄕㄨㄛ", + "romatzyh" : "buh yonq shuo" }, + "meanings" : [ "needless to say; it goes without saying" ], + "classifiers" : [] } ] }, + { "simplified" : "不由得", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20909, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不由得", + "transcriptions" : { "pinyin" : "bù yóu de", + "numeric" : "bu4 you2 de5", + "wadegiles" : "pu⁴ yu² de", + "bopomofo" : "ㄅㄨˋ ㄧㄡˊ de", + "romatzyh" : "buh you de" }, + "meanings" : [ "can't help", "cannot but" ], + "classifiers" : [] } ] }, + { "simplified" : "不由自主", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 14247, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "不由自主", + "transcriptions" : { "pinyin" : "bù yóu zì zhǔ", + "numeric" : "bu4 you2 zi4 zhu3", + "wadegiles" : "pu⁴ yu² tzu⁴ chu³", + "bopomofo" : "ㄅㄨˋ ㄧㄡˊ ㄗˋ ㄓㄨˇ", + "romatzyh" : "buh you tzyh juu" }, + "meanings" : [ "can't help; involuntarily (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "不予", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 12523, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不予", + "transcriptions" : { "pinyin" : "bùyǔ", + "numeric" : "bùyǔ", + "wadegiles" : "bùyǔ", + "bopomofo" : "bùyǔ", + "romatzyh" : "bùyǔ" }, + "meanings" : [ "to withhold, to refuse" ], + "classifiers" : [] } ] }, + { "simplified" : "不约而同", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 32822, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "不約而同", + "transcriptions" : { "pinyin" : "bù yuē ér tóng", + "numeric" : "bu4 yue1 er2 tong2", + "wadegiles" : "pu⁴ yüeh¹ erh² t'ung²", + "bopomofo" : "ㄅㄨˋ ㄩㄝ ㄦˊ ㄊㄨㄥˊ", + "romatzyh" : "buh iue erl torng" }, + "meanings" : [ "to agree by chance (idiom); taking the same action without prior consultation" ], + "classifiers" : [] } ] }, + { "simplified" : "不再", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 952, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不再", + "transcriptions" : { "pinyin" : "bù zài", + "numeric" : "bu4 zai4", + "wadegiles" : "pu⁴ tsai⁴", + "bopomofo" : "ㄅㄨˋ ㄗㄞˋ", + "romatzyh" : "buh tzay" }, + "meanings" : [ "no more", "no longer" ], + "classifiers" : [] } ] }, + { "simplified" : "不在乎", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 4222, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不在乎", + "transcriptions" : { "pinyin" : "bù zài hu", + "numeric" : "bu4 zai4 hu5", + "wadegiles" : "pu⁴ tsai⁴ hu", + "bopomofo" : "ㄅㄨˋ ㄗㄞˋ hu", + "romatzyh" : "buh tzay hu" }, + "meanings" : [ "not to care" ], + "classifiers" : [] } ] }, + { "simplified" : "不择手段", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 16590, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "不擇手段", + "transcriptions" : { "pinyin" : "bù zé shǒu duàn", + "numeric" : "bu4 ze2 shou3 duan4", + "wadegiles" : "pu⁴ tse² shou³ tuan⁴", + "bopomofo" : "ㄅㄨˋ ㄗㄜˊ ㄕㄡˇ ㄉㄨㄢˋ", + "romatzyh" : "buh tzer shoou duann" }, + "meanings" : [ "by fair means or foul", + "by hook or by crook", + "unscrupulously" ], + "classifiers" : [] } ] }, + { "simplified" : "不怎么", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 8686, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不怎麼", + "transcriptions" : { "pinyin" : "bù zěn me", + "numeric" : "bu4 zen3 me5", + "wadegiles" : "pu⁴ tsen³ me", + "bopomofo" : "ㄅㄨˋ ㄗㄣˇ me", + "romatzyh" : "buh tzeen me" }, + "meanings" : [ "not very", "not particularly" ], + "classifiers" : [] } ] }, + { "simplified" : "不怎么样", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 22737, + "pos" : [], + "forms" : [ { "traditional" : "不怎麼樣", + "transcriptions" : { "pinyin" : "bù zěn me yàng", + "numeric" : "bu4 zen3 me5 yang4", + "wadegiles" : "pu⁴ tsen³ me yang⁴", + "bopomofo" : "ㄅㄨˋ ㄗㄣˇ me ㄧㄤˋ", + "romatzyh" : "buh tzeen me yanq" }, + "meanings" : [ "not up to much", + "very indifferent", + "nothing great about it", + "nothing good to be said about it" ], + "classifiers" : [] } ] }, + { "simplified" : "不正之风", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 16308, + "pos" : [], + "forms" : [ { "traditional" : "不正之風", + "transcriptions" : { "pinyin" : "bù zhèng zhī fēng", + "numeric" : "bu4 zheng4 zhi1 feng1", + "wadegiles" : "pu⁴ cheng⁴ chih¹ feng¹", + "bopomofo" : "ㄅㄨˋ ㄓㄥˋ ㄓ ㄈㄥ", + "romatzyh" : "buh jenq jy feng" }, + "meanings" : [ "unhealthy tendency" ], + "classifiers" : [] } ] }, + { "simplified" : "不知", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 1487, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不知", + "transcriptions" : { "pinyin" : "bù zhī", + "numeric" : "bu4 zhi1", + "wadegiles" : "pu⁴ chih¹", + "bopomofo" : "ㄅㄨˋ ㄓ", + "romatzyh" : "buh jy" }, + "meanings" : [ "not to know", + "unaware", + "unknowingly", + "fig. not to admit (defeat, hardships, tiredness etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "不知不觉", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 10896, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "不知不覺", + "transcriptions" : { "pinyin" : "bù zhī bù jué", + "numeric" : "bu4 zhi1 bu4 jue2", + "wadegiles" : "pu⁴ chih¹ pu⁴ chüeh²", + "bopomofo" : "ㄅㄨˋ ㄓ ㄅㄨˋ ㄐㄩㄝˊ", + "romatzyh" : "buh jy buh jyue" }, + "meanings" : [ "unconsciously", "unwittingly" ], + "classifiers" : [] } ] }, + { "simplified" : "不值", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 16754, + "pos" : [], + "forms" : [ { "traditional" : "不值", + "transcriptions" : { "pinyin" : "bù zhí", + "numeric" : "bu4 zhi2", + "wadegiles" : "pu⁴ chih²", + "bopomofo" : "ㄅㄨˋ ㄓˊ", + "romatzyh" : "buh jyr" }, + "meanings" : [ "not worth" ], + "classifiers" : [] } ] }, + { "simplified" : "不止", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 3921, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不止", + "transcriptions" : { "pinyin" : "bù zhǐ", + "numeric" : "bu4 zhi3", + "wadegiles" : "pu⁴ chih³", + "bopomofo" : "ㄅㄨˋ ㄓˇ", + "romatzyh" : "buh jyy" }, + "meanings" : [ "incessantly", + "without end", + "more than", + "not limited to" ], + "classifiers" : [] } ] }, + { "simplified" : "不至于", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 7982, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "不至於", + "transcriptions" : { "pinyin" : "bù zhì yú", + "numeric" : "bu4 zhi4 yu2", + "wadegiles" : "pu⁴ chih⁴ yü²", + "bopomofo" : "ㄅㄨˋ ㄓˋ ㄩˊ", + "romatzyh" : "buh jyh yu" }, + "meanings" : [ "unlikely to go so far as to; not as bad as" ], + "classifiers" : [] } ] }, + { "simplified" : "不准", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 3924, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "不准", + "transcriptions" : { "pinyin" : "bù zhǔn", + "numeric" : "bu4 zhun3", + "wadegiles" : "pu⁴ chun³", + "bopomofo" : "ㄅㄨˋ ㄓㄨㄣˇ", + "romatzyh" : "buh joen" }, + "meanings" : [ "not to allow", + "to forbid", + "to prohibit" ], + "classifiers" : [] } ] }, + { "simplified" : "不足", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 2971, + "pos" : [ "v", "an", "a" ], + "forms" : [ { "traditional" : "不足", + "transcriptions" : { "pinyin" : "bù zú", + "numeric" : "bu4 zu2", + "wadegiles" : "pu⁴ tsu²", + "bopomofo" : "ㄅㄨˋ ㄗㄨˊ", + "romatzyh" : "buh tzwu" }, + "meanings" : [ "insufficient", + "lacking", + "deficiency", + "not enough", + "inadequate", + "not worth", + "cannot", + "should not" ], + "classifiers" : [] } ] }, + { "simplified" : "布", + "radical" : "巾", + "level" : [ "new-3", "old-5" ], + "frequency" : 1694, + "pos" : [ "n", "g", "b", "nr" ], + "forms" : [ { "traditional" : "佈", + "transcriptions" : { "pinyin" : "bù", + "numeric" : "bu4", + "wadegiles" : "pu⁴", + "bopomofo" : "ㄅㄨˋ", + "romatzyh" : "buh" }, + "meanings" : [ "variant of 布", + "to announce", + "to spread" ], + "classifiers" : [] }, + { "traditional" : "布", + "transcriptions" : { "pinyin" : "bù", + "numeric" : "bu4", + "wadegiles" : "pu⁴", + "bopomofo" : "ㄅㄨˋ", + "romatzyh" : "buh" }, + "meanings" : [ "cloth", + "to declare", + "to announce", + "to spread", + "to make known" ], + "classifiers" : [] } ] }, + { "simplified" : "布告", + "radical" : "巾", + "level" : [ "old-6" ], + "frequency" : 40775, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "佈告", + "transcriptions" : { "pinyin" : "bù gào", + "numeric" : "bu4 gao4", + "wadegiles" : "pu⁴ kao⁴", + "bopomofo" : "ㄅㄨˋ ㄍㄠˋ", + "romatzyh" : "buh gaw" }, + "meanings" : [ "posting on a bulletin board", + "notice", + "bulletin", + "to announce" ], + "classifiers" : [] } ] }, + { "simplified" : "布局", + "radical" : "巾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10770, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "佈局", + "transcriptions" : { "pinyin" : "bù jú", + "numeric" : "bu4 ju2", + "wadegiles" : "pu⁴ chü²", + "bopomofo" : "ㄅㄨˋ ㄐㄩˊ", + "romatzyh" : "buh jyu" }, + "meanings" : [ "arrangement", + "composition", + "layout", + "opening (chess jargon)" ], + "classifiers" : [] } ] }, + { "simplified" : "布满", + "radical" : "巾", + "level" : [ "new-6" ], + "frequency" : 12437, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "布滿", + "transcriptions" : { "pinyin" : "bù mǎn", + "numeric" : "bu4 man3", + "wadegiles" : "pu⁴ man³", + "bopomofo" : "ㄅㄨˋ ㄇㄢˇ", + "romatzyh" : "buh maan" }, + "meanings" : [ "to be covered with", + "to be filled with" ], + "classifiers" : [] } ] }, + { "simplified" : "布置", + "radical" : "巾", + "level" : [ "new-4", "old-6" ], + "frequency" : 4729, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "佈置", + "transcriptions" : { "pinyin" : "bù zhì", + "numeric" : "bu4 zhi4", + "wadegiles" : "pu⁴ chih⁴", + "bopomofo" : "ㄅㄨˋ ㄓˋ", + "romatzyh" : "buh jyh" }, + "meanings" : [ "to put in order", + "to arrange", + "to decorate", + "to fix up", + "to deploy" ], + "classifiers" : [] } ] }, + { "simplified" : "步", + "radical" : "止", + "level" : [ "new-3" ], + "frequency" : 972, + "pos" : [ "qv", "n", "v" ], + "forms" : [ { "traditional" : "步", + "transcriptions" : { "pinyin" : "Bù", + "numeric" : "Bu4", + "wadegiles" : "pu⁴", + "bopomofo" : "ㄅㄨˋ", + "romatzyh" : "buh" }, + "meanings" : [ "surname Bu" ], + "classifiers" : [] }, + { "traditional" : "步", + "transcriptions" : { "pinyin" : "bù", + "numeric" : "bu4", + "wadegiles" : "pu⁴", + "bopomofo" : "ㄅㄨˋ", + "romatzyh" : "buh" }, + "meanings" : [ "a step", + "a pace", + "walk", + "march", + "stages in a process", + "situation" ], + "classifiers" : [] } ] }, + { "simplified" : "步伐", + "radical" : "止", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6867, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "步伐", + "transcriptions" : { "pinyin" : "bù fá", + "numeric" : "bu4 fa2", + "wadegiles" : "pu⁴ fa²", + "bopomofo" : "ㄅㄨˋ ㄈㄚˊ", + "romatzyh" : "buh far" }, + "meanings" : [ "pace", "(measured) step", "march" ], + "classifiers" : [] } ] }, + { "simplified" : "步入", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 8588, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "步入", + "transcriptions" : { "pinyin" : "bù rù", + "numeric" : "bu4 ru4", + "wadegiles" : "pu⁴ ju⁴", + "bopomofo" : "ㄅㄨˋ ㄖㄨˋ", + "romatzyh" : "buh ruh" }, + "meanings" : [ "to step into", "to enter" ], + "classifiers" : [] } ] }, + { "simplified" : "步行", + "radical" : "止", + "level" : [ "new-4" ], + "frequency" : 7842, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "步行", + "transcriptions" : { "pinyin" : "bù xíng", + "numeric" : "bu4 xing2", + "wadegiles" : "pu⁴ hsing²", + "bopomofo" : "ㄅㄨˋ ㄒㄧㄥˊ", + "romatzyh" : "buh shyng" }, + "meanings" : [ "to go on foot", "to walk" ], + "classifiers" : [] } ] }, + { "simplified" : "步骤", + "radical" : "止", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7820, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "步驟", + "transcriptions" : { "pinyin" : "bù zhòu", + "numeric" : "bu4 zhou4", + "wadegiles" : "pu⁴ chou⁴", + "bopomofo" : "ㄅㄨˋ ㄓㄡˋ", + "romatzyh" : "buh jow" }, + "meanings" : [ "procedure", "step" ], + "classifiers" : [] } ] }, + { "simplified" : "部", + "radical" : "阝", + "level" : [ "new-3" ], + "frequency" : 426, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "部", + "transcriptions" : { "pinyin" : "bù", + "numeric" : "bu4", + "wadegiles" : "pu⁴", + "bopomofo" : "ㄅㄨˋ", + "romatzyh" : "buh" }, + "meanings" : [ "ministry", + "department", + "section", + "part", + "division", + "troops", + "board", + "classifier for works of literature, films, machines etc" ], + "classifiers" : [] } ] }, + { "simplified" : "部队", + "radical" : "阝", + "level" : [ "new-6" ], + "frequency" : 1909, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "部隊", + "transcriptions" : { "pinyin" : "bù duì", + "numeric" : "bu4 dui4", + "wadegiles" : "pu⁴ tui⁴", + "bopomofo" : "ㄅㄨˋ ㄉㄨㄟˋ", + "romatzyh" : "buh duey" }, + "meanings" : [ "army", + "armed forces", + "troops", + "force", + "unit" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "部分", + "radical" : "阝", + "level" : [ "new-2", "old-4" ], + "frequency" : 513, + "pos" : [ "n", "m" ], + "forms" : [ { "traditional" : "部分", + "transcriptions" : { "pinyin" : "bù fen", + "numeric" : "bu4 fen5", + "wadegiles" : "pu⁴ fen", + "bopomofo" : "ㄅㄨˋ fen", + "romatzyh" : "buh fen" }, + "meanings" : [ "part", + "share", + "section", + "piece" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "部件", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 10075, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "部件", + "transcriptions" : { "pinyin" : "bù jiàn", + "numeric" : "bu4 jian4", + "wadegiles" : "pu⁴ chien⁴", + "bopomofo" : "ㄅㄨˋ ㄐㄧㄢˋ", + "romatzyh" : "buh jiann" }, + "meanings" : [ "part", "component" ], + "classifiers" : [] } ] }, + { "simplified" : "部门", + "radical" : "阝", + "level" : [ "new-3", "old-5" ], + "frequency" : 992, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "部門", + "transcriptions" : { "pinyin" : "bù mén", + "numeric" : "bu4 men2", + "wadegiles" : "pu⁴ men²", + "bopomofo" : "ㄅㄨˋ ㄇㄣˊ", + "romatzyh" : "buh men" }, + "meanings" : [ "department", + "branch", + "section", + "division" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "部署", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5610, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "部署", + "transcriptions" : { "pinyin" : "bù shǔ", + "numeric" : "bu4 shu3", + "wadegiles" : "pu⁴ shu³", + "bopomofo" : "ㄅㄨˋ ㄕㄨˇ", + "romatzyh" : "buh shuu" }, + "meanings" : [ "to dispose", + "to deploy", + "deployment" ], + "classifiers" : [] } ] }, + { "simplified" : "部位", + "radical" : "阝", + "level" : [ "new-5", "old-6" ], + "frequency" : 4761, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "部位", + "transcriptions" : { "pinyin" : "bù wèi", + "numeric" : "bu4 wei4", + "wadegiles" : "pu⁴ wei⁴", + "bopomofo" : "ㄅㄨˋ ㄨㄟˋ", + "romatzyh" : "buh wey" }, + "meanings" : [ "part (esp. of the body, but also of a vegetable (e.g. the root), or a garment (e.g. the sleeve) etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "部长", + "radical" : "阝", + "level" : [ "new-3" ], + "frequency" : 3538, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "部長", + "transcriptions" : { "pinyin" : "bù zhǎng", + "numeric" : "bu4 zhang3", + "wadegiles" : "pu⁴ chang³", + "bopomofo" : "ㄅㄨˋ ㄓㄤˇ", + "romatzyh" : "buh jaang" }, + "meanings" : [ "head of a (government etc) department", + "section chief", + "section head", + "secretary", + "minister" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "擦", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 1952, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擦", + "transcriptions" : { "pinyin" : "cā", + "numeric" : "ca1", + "wadegiles" : "ts'a¹", + "bopomofo" : "ㄘㄚ", + "romatzyh" : "tsa" }, + "meanings" : [ "to rub; to scratch", + "to towel; to wipe with a towel", + "to apply (lipstick, lotion etc)", + "to touch; to brush (past)", + "to shred (vegetables etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "猜", + "radical" : "犭", + "level" : [ "new-5", "old-4" ], + "frequency" : 2168, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "猜", + "transcriptions" : { "pinyin" : "cāi", + "numeric" : "cai1", + "wadegiles" : "ts'ai¹", + "bopomofo" : "ㄘㄞ", + "romatzyh" : "tsai" }, + "meanings" : [ "to guess" ], + "classifiers" : [] } ] }, + { "simplified" : "猜测", + "radical" : "犭", + "level" : [ "new-5" ], + "frequency" : 5450, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "猜測", + "transcriptions" : { "pinyin" : "cāi cè", + "numeric" : "cai1 ce4", + "wadegiles" : "ts'ai¹ ts'e⁴", + "bopomofo" : "ㄘㄞ ㄘㄜˋ", + "romatzyh" : "tsai tseh" }, + "meanings" : [ "to guess", + "to conjecture", + "to surmise" ], + "classifiers" : [] } ] }, + { "simplified" : "猜谜", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 30752, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "猜謎", + "transcriptions" : { "pinyin" : "cāi mí", + "numeric" : "cai1 mi2", + "wadegiles" : "ts'ai¹ mi²", + "bopomofo" : "ㄘㄞ ㄇㄧˊ", + "romatzyh" : "tsai mi" }, + "meanings" : [ "to answer a riddle", + "to guess (i.e. form an opinion without much evidence)" ], + "classifiers" : [] } ] }, + { "simplified" : "猜想", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 9517, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "猜想", + "transcriptions" : { "pinyin" : "cāi xiǎng", + "numeric" : "cai1 xiang3", + "wadegiles" : "ts'ai¹ hsiang³", + "bopomofo" : "ㄘㄞ ㄒㄧㄤˇ", + "romatzyh" : "tsai sheang" }, + "meanings" : [ "to guess; to conjecture; to suppose", + "(math.) hypothesis" ], + "classifiers" : [] } ] }, + { "simplified" : "才", + "radical" : "扌", + "level" : [ "new-2", "old-3" ], + "frequency" : 133, + "pos" : [ "d", "c", "n" ], + "forms" : [ { "traditional" : "才", + "transcriptions" : { "pinyin" : "cái", + "numeric" : "cai2", + "wadegiles" : "ts'ai²", + "bopomofo" : "ㄘㄞˊ", + "romatzyh" : "tsair" }, + "meanings" : [ "ability; talent", + "sb of a certain type", + "a capable individual", + "then and only then", + "just now", + "(before an expression of quantity) only" ], + "classifiers" : [] }, + { "traditional" : "纔", + "transcriptions" : { "pinyin" : "cái", + "numeric" : "cai2", + "wadegiles" : "ts'ai²", + "bopomofo" : "ㄘㄞˊ", + "romatzyh" : "tsair" }, + "meanings" : [ "(variant of 才) just now", + "(variant of 才) (before an expression of quantity) only" ], + "classifiers" : [] } ] }, + { "simplified" : "才干", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 19342, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "才幹", + "transcriptions" : { "pinyin" : "cái gàn", + "numeric" : "cai2 gan4", + "wadegiles" : "ts'ai² kan⁴", + "bopomofo" : "ㄘㄞˊ ㄍㄢˋ", + "romatzyh" : "tsair gann" }, + "meanings" : [ "ability", "competence" ], + "classifiers" : [] } ] }, + { "simplified" : "才华", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 7172, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "才華", + "transcriptions" : { "pinyin" : "cái huá", + "numeric" : "cai2 hua2", + "wadegiles" : "ts'ai² hua²", + "bopomofo" : "ㄘㄞˊ ㄏㄨㄚˊ", + "romatzyh" : "tsair hwa" }, + "meanings" : [ "talent" ], + "classifiers" : [ "份" ] } ] }, + { "simplified" : "才能", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 3200, + "pos" : [ "n", "v", "nr" ], + "forms" : [ { "traditional" : "才能", + "transcriptions" : { "pinyin" : "cái néng", + "numeric" : "cai2 neng2", + "wadegiles" : "ts'ai² neng²", + "bopomofo" : "ㄘㄞˊ ㄋㄥˊ", + "romatzyh" : "tsair neng" }, + "meanings" : [ "talent", "ability", "capacity" ], + "classifiers" : [] } ] }, + { "simplified" : "材料", + "radical" : "木", + "level" : [ "new-4", "old-4" ], + "frequency" : 2069, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "材料", + "transcriptions" : { "pinyin" : "cái liào", + "numeric" : "cai2 liao4", + "wadegiles" : "ts'ai² liao⁴", + "bopomofo" : "ㄘㄞˊ ㄌㄧㄠˋ", + "romatzyh" : "tsair liaw" }, + "meanings" : [ "(raw) material", + "data", + "(fig.) person who has the potential to do the job" ], + "classifiers" : [] } ] }, + { "simplified" : "财产", + "radical" : "贝", + "level" : [ "new-4", "old-5" ], + "frequency" : 2556, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "財產", + "transcriptions" : { "pinyin" : "cái chǎn", + "numeric" : "cai2 chan3", + "wadegiles" : "ts'ai² ch'an³", + "bopomofo" : "ㄘㄞˊ ㄔㄢˇ", + "romatzyh" : "tsair chaan" }, + "meanings" : [ "property", "assets", "estate" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "财富", + "radical" : "贝", + "level" : [ "new-4", "old-6" ], + "frequency" : 3442, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "財富", + "transcriptions" : { "pinyin" : "cái fù", + "numeric" : "cai2 fu4", + "wadegiles" : "ts'ai² fu⁴", + "bopomofo" : "ㄘㄞˊ ㄈㄨˋ", + "romatzyh" : "tsair fuh" }, + "meanings" : [ "wealth", "riches" ], + "classifiers" : [] } ] }, + { "simplified" : "财经", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 14956, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "財經", + "transcriptions" : { "pinyin" : "cái jīng", + "numeric" : "cai2 jing1", + "wadegiles" : "ts'ai² ching¹", + "bopomofo" : "ㄘㄞˊ ㄐㄧㄥ", + "romatzyh" : "tsair jing" }, + "meanings" : [ "finance and economics" ], + "classifiers" : [] } ] }, + { "simplified" : "财力", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 16674, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "財力", + "transcriptions" : { "pinyin" : "cái lì", + "numeric" : "cai2 li4", + "wadegiles" : "ts'ai² li⁴", + "bopomofo" : "ㄘㄞˊ ㄌㄧˋ", + "romatzyh" : "tsair lih" }, + "meanings" : [ "financial resources" ], + "classifiers" : [] } ] }, + { "simplified" : "财物", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 11436, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "財物", + "transcriptions" : { "pinyin" : "cái wù", + "numeric" : "cai2 wu4", + "wadegiles" : "ts'ai² wu⁴", + "bopomofo" : "ㄘㄞˊ ㄨˋ", + "romatzyh" : "tsair wuh" }, + "meanings" : [ "property", "belongings" ], + "classifiers" : [] } ] }, + { "simplified" : "财务", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3745, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "財務", + "transcriptions" : { "pinyin" : "cái wù", + "numeric" : "cai2 wu4", + "wadegiles" : "ts'ai² wu⁴", + "bopomofo" : "ㄘㄞˊ ㄨˋ", + "romatzyh" : "tsair wuh" }, + "meanings" : [ "financial affairs" ], + "classifiers" : [] } ] }, + { "simplified" : "财政", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4062, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "財政", + "transcriptions" : { "pinyin" : "cái zhèng", + "numeric" : "cai2 zheng4", + "wadegiles" : "ts'ai² cheng⁴", + "bopomofo" : "ㄘㄞˊ ㄓㄥˋ", + "romatzyh" : "tsair jenq" }, + "meanings" : [ "finances (public)", "financial" ], + "classifiers" : [] } ] }, + { "simplified" : "裁", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 9643, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "裁", + "transcriptions" : { "pinyin" : "cái", + "numeric" : "cai2", + "wadegiles" : "ts'ai²", + "bopomofo" : "ㄘㄞˊ", + "romatzyh" : "tsair" }, + "meanings" : [ "to cut out (as a dress)", + "to cut", + "to trim", + "to reduce", + "to diminish", + "to cut back (e.g. on staff)", + "decision", + "judgment" ], + "classifiers" : [] } ] }, + { "simplified" : "裁定", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 10904, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "裁定", + "transcriptions" : { "pinyin" : "cái dìng", + "numeric" : "cai2 ding4", + "wadegiles" : "ts'ai² ting⁴", + "bopomofo" : "ㄘㄞˊ ㄉㄧㄥˋ", + "romatzyh" : "tsair dinq" }, + "meanings" : [ "ruling" ], + "classifiers" : [] } ] }, + { "simplified" : "裁缝", + "radical" : "衣", + "level" : [ "old-6" ], + "frequency" : 19354, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "裁縫", + "transcriptions" : { "pinyin" : "cái féng", + "numeric" : "cai2 feng2", + "wadegiles" : "ts'ai² feng²", + "bopomofo" : "ㄘㄞˊ ㄈㄥˊ", + "romatzyh" : "tsair ferng" }, + "meanings" : [ "to make an item of clothing", + "to tailor" ], + "classifiers" : [] }, + { "traditional" : "裁縫", + "transcriptions" : { "pinyin" : "cái feng", + "numeric" : "cai2 feng5", + "wadegiles" : "ts'ai² feng", + "bopomofo" : "ㄘㄞˊ feng", + "romatzyh" : "tsair feng" }, + "meanings" : [ "tailor", "dressmaker" ], + "classifiers" : [] } ] }, + { "simplified" : "裁决", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 8282, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "裁決", + "transcriptions" : { "pinyin" : "cái jué", + "numeric" : "cai2 jue2", + "wadegiles" : "ts'ai² chüeh²", + "bopomofo" : "ㄘㄞˊ ㄐㄩㄝˊ", + "romatzyh" : "tsair jyue" }, + "meanings" : [ "ruling", "adjudication" ], + "classifiers" : [] } ] }, + { "simplified" : "裁判", + "radical" : "衣", + "level" : [ "new-5", "old-6" ], + "frequency" : 4450, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "裁判", + "transcriptions" : { "pinyin" : "cái pàn", + "numeric" : "cai2 pan4", + "wadegiles" : "ts'ai² p'an⁴", + "bopomofo" : "ㄘㄞˊ ㄆㄢˋ", + "romatzyh" : "tsair pann" }, + "meanings" : [ "judgment", + "to referee", + "umpire", + "judge", + "referee" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "裁员", + "radical" : "衣", + "level" : [ "old-6" ], + "frequency" : 13947, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "裁員", + "transcriptions" : { "pinyin" : "cái yuán", + "numeric" : "cai2 yuan2", + "wadegiles" : "ts'ai² yüan²", + "bopomofo" : "ㄘㄞˊ ㄩㄢˊ", + "romatzyh" : "tsair yuan" }, + "meanings" : [ "to cut staff", + "to lay off employees" ], + "classifiers" : [] } ] }, + { "simplified" : "采", + "radical" : "釆", + "level" : [ "new-7+" ], + "frequency" : 4885, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "採", + "transcriptions" : { "pinyin" : "cǎi", + "numeric" : "cai3", + "wadegiles" : "ts'ai³", + "bopomofo" : "ㄘㄞˇ", + "romatzyh" : "tsae" }, + "meanings" : [ "to pick", + "to pluck", + "to collect", + "to select", + "to choose", + "to gather" ], + "classifiers" : [] }, + { "traditional" : "采", + "transcriptions" : { "pinyin" : "cǎi", + "numeric" : "cai3", + "wadegiles" : "ts'ai³", + "bopomofo" : "ㄘㄞˇ", + "romatzyh" : "tsae" }, + "meanings" : [ "color", + "complexion", + "looks", + "variant of 彩", + "variant of 采" ], + "classifiers" : [] }, + { "traditional" : "采", + "transcriptions" : { "pinyin" : "cài", + "numeric" : "cai4", + "wadegiles" : "ts'ai⁴", + "bopomofo" : "ㄘㄞˋ", + "romatzyh" : "tsay" }, + "meanings" : [ "allotment to a feudal noble" ], + "classifiers" : [] } ] }, + { "simplified" : "采访", + "radical" : "釆", + "level" : [ "new-4", "old-5" ], + "frequency" : 1893, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "採訪", + "transcriptions" : { "pinyin" : "cǎi fǎng", + "numeric" : "cai3 fang3", + "wadegiles" : "ts'ai³ fang³", + "bopomofo" : "ㄘㄞˇ ㄈㄤˇ", + "romatzyh" : "tsae faang" }, + "meanings" : [ "to interview", + "to gather news", + "to hunt for and collect", + "to cover" ], + "classifiers" : [] } ] }, + { "simplified" : "采购", + "radical" : "釆", + "level" : [ "new-5", "old-6" ], + "frequency" : 7654, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "採購", + "transcriptions" : { "pinyin" : "cǎi gòu", + "numeric" : "cai3 gou4", + "wadegiles" : "ts'ai³ kou⁴", + "bopomofo" : "ㄘㄞˇ ㄍㄡˋ", + "romatzyh" : "tsae gow" }, + "meanings" : [ "to procure (for an enterprise etc)", + "to purchase" ], + "classifiers" : [] } ] }, + { "simplified" : "采集", + "radical" : "釆", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7348, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "採集", + "transcriptions" : { "pinyin" : "cǎi jí", + "numeric" : "cai3 ji2", + "wadegiles" : "ts'ai³ chi²", + "bopomofo" : "ㄘㄞˇ ㄐㄧˊ", + "romatzyh" : "tsae jyi" }, + "meanings" : [ "to gather", + "to collect", + "to harvest" ], + "classifiers" : [] } ] }, + { "simplified" : "采矿", + "radical" : "釆", + "level" : [ "new-7+" ], + "frequency" : 18159, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "採礦", + "transcriptions" : { "pinyin" : "cǎi kuàng", + "numeric" : "cai3 kuang4", + "wadegiles" : "ts'ai³ k'uang⁴", + "bopomofo" : "ㄘㄞˇ ㄎㄨㄤˋ", + "romatzyh" : "tsae kuanq" }, + "meanings" : [ "mining" ], + "classifiers" : [] } ] }, + { "simplified" : "采纳", + "radical" : "釆", + "level" : [ "new-6", "old-6" ], + "frequency" : 12604, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "採納", + "transcriptions" : { "pinyin" : "cǎi nà", + "numeric" : "cai3 na4", + "wadegiles" : "ts'ai³ na⁴", + "bopomofo" : "ㄘㄞˇ ㄋㄚˋ", + "romatzyh" : "tsae nah" }, + "meanings" : [ "to accept", "to adopt" ], + "classifiers" : [] } ] }, + { "simplified" : "采取", + "radical" : "釆", + "level" : [ "new-3", "old-5" ], + "frequency" : 1701, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "採取", + "transcriptions" : { "pinyin" : "cǎi qǔ", + "numeric" : "cai3 qu3", + "wadegiles" : "ts'ai³ ch'ü³", + "bopomofo" : "ㄘㄞˇ ㄑㄩˇ", + "romatzyh" : "tsae cheu" }, + "meanings" : [ "to adopt or carry out (measures, policies, course of action)", + "to take" ], + "classifiers" : [] } ] }, + { "simplified" : "采用", + "radical" : "釆", + "level" : [ "new-3" ], + "frequency" : 3254, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "採用", + "transcriptions" : { "pinyin" : "cǎi yòng", + "numeric" : "cai3 yong4", + "wadegiles" : "ts'ai³ yung⁴", + "bopomofo" : "ㄘㄞˇ ㄩㄥˋ", + "romatzyh" : "tsae yonq" }, + "meanings" : [ "to adopt", "to employ", "to use" ], + "classifiers" : [] } ] }, + { "simplified" : "彩电", + "radical" : "彡", + "level" : [ "new-7+" ], + "frequency" : 20090, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "彩電", + "transcriptions" : { "pinyin" : "cǎi diàn", + "numeric" : "cai3 dian4", + "wadegiles" : "ts'ai³ tien⁴", + "bopomofo" : "ㄘㄞˇ ㄉㄧㄢˋ", + "romatzyh" : "tsae diann" }, + "meanings" : [ "color TV" ], + "classifiers" : [] } ] }, + { "simplified" : "彩虹", + "radical" : "彡", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7457, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "彩虹", + "transcriptions" : { "pinyin" : "cǎi hóng", + "numeric" : "cai3 hong2", + "wadegiles" : "ts'ai³ hung²", + "bopomofo" : "ㄘㄞˇ ㄏㄨㄥˊ", + "romatzyh" : "tsae horng" }, + "meanings" : [ "rainbow" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "彩票", + "radical" : "彡", + "level" : [ "new-5", "old-6" ], + "frequency" : 6265, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "彩票", + "transcriptions" : { "pinyin" : "cǎi piào", + "numeric" : "cai3 piao4", + "wadegiles" : "ts'ai³ p'iao⁴", + "bopomofo" : "ㄘㄞˇ ㄆㄧㄠˋ", + "romatzyh" : "tsae piaw" }, + "meanings" : [ "lottery ticket" ], + "classifiers" : [] } ] }, + { "simplified" : "彩色", + "radical" : "彡", + "level" : [ "new-3" ], + "frequency" : 7894, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "彩色", + "transcriptions" : { "pinyin" : "cǎi sè", + "numeric" : "cai3 se4", + "wadegiles" : "ts'ai³ se⁴", + "bopomofo" : "ㄘㄞˇ ㄙㄜˋ", + "romatzyh" : "tsae seh" }, + "meanings" : [ "color", "multicolored" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "彩霞", + "radical" : "彡", + "level" : [ "new-7+" ], + "frequency" : 46262, + "pos" : [], + "forms" : [ { "traditional" : "彩霞", + "transcriptions" : { "pinyin" : "cǎi xiá", + "numeric" : "cai3 xia2", + "wadegiles" : "ts'ai³ hsia²", + "bopomofo" : "ㄘㄞˇ ㄒㄧㄚˊ", + "romatzyh" : "tsae shya" }, + "meanings" : [ "clouds tinged with sunset hues" ], + "classifiers" : [] } ] }, + { "simplified" : "踩", + "radical" : "足", + "level" : [ "new-6", "old-5" ], + "frequency" : 3087, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跴", + "transcriptions" : { "pinyin" : "cǎi", + "numeric" : "cai3", + "wadegiles" : "ts'ai³", + "bopomofo" : "ㄘㄞˇ", + "romatzyh" : "tsae" }, + "meanings" : [ "variant of 踩" ], + "classifiers" : [] }, + { "traditional" : "踩", + "transcriptions" : { "pinyin" : "cǎi", + "numeric" : "cai3", + "wadegiles" : "ts'ai³", + "bopomofo" : "ㄘㄞˇ", + "romatzyh" : "tsae" }, + "meanings" : [ "to step on", + "to tread", + "to stamp", + "to press a pedal", + "to pedal (a bike)", + "(online) to downvote" ], + "classifiers" : [] } ] }, + { "simplified" : "菜", + "radical" : "艹", + "level" : [ "new-1", "old-1" ], + "frequency" : 1448, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "菜", + "transcriptions" : { "pinyin" : "cài", + "numeric" : "cai4", + "wadegiles" : "ts'ai⁴", + "bopomofo" : "ㄘㄞˋ", + "romatzyh" : "tsay" }, + "meanings" : [ "dish (type of food)", + "vegetable", + "cuisine", + "(coll.) (one's) type", + "(of one's skills etc) weak", + "poor" ], + "classifiers" : [ "盘", "道" ] } ] }, + { "simplified" : "菜单", + "radical" : "艹", + "level" : [ "new-2", "old-3" ], + "frequency" : 7509, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "菜單", + "transcriptions" : { "pinyin" : "cài dān", + "numeric" : "cai4 dan1", + "wadegiles" : "ts'ai⁴ tan¹", + "bopomofo" : "ㄘㄞˋ ㄉㄢ", + "romatzyh" : "tsay dan" }, + "meanings" : [ "menu" ], + "classifiers" : [ "份", "张" ] } ] }, + { "simplified" : "菜市场", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 27462, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "菜市場", + "transcriptions" : { "pinyin" : "cài shì chǎng", + "numeric" : "cai4 shi4 chang3", + "wadegiles" : "ts'ai⁴ shih⁴ ch'ang³", + "bopomofo" : "ㄘㄞˋ ㄕˋ ㄔㄤˇ", + "romatzyh" : "tsay shyh chaang" }, + "meanings" : [ "food market" ], + "classifiers" : [] } ] }, + { "simplified" : "参观", + "radical" : "厶", + "level" : [ "new-2", "old-4" ], + "frequency" : 3793, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "參觀", + "transcriptions" : { "pinyin" : "cān guān", + "numeric" : "can1 guan1", + "wadegiles" : "ts'an¹ kuan¹", + "bopomofo" : "ㄘㄢ ㄍㄨㄢ", + "romatzyh" : "tsan guan" }, + "meanings" : [ "to look around", + "to tour", + "to visit" ], + "classifiers" : [] } ] }, + { "simplified" : "参加", + "radical" : "厶", + "level" : [ "new-2", "old-3" ], + "frequency" : 355, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "參加", + "transcriptions" : { "pinyin" : "cān jiā", + "numeric" : "can1 jia1", + "wadegiles" : "ts'an¹ chia¹", + "bopomofo" : "ㄘㄢ ㄐㄧㄚ", + "romatzyh" : "tsan jia" }, + "meanings" : [ "to participate", + "to take part", + "to join" ], + "classifiers" : [] } ] }, + { "simplified" : "参见", + "radical" : "厶", + "level" : [ "new-7+" ], + "frequency" : 15738, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "參見", + "transcriptions" : { "pinyin" : "cān jiàn", + "numeric" : "can1 jian4", + "wadegiles" : "ts'an¹ chien⁴", + "bopomofo" : "ㄘㄢ ㄐㄧㄢˋ", + "romatzyh" : "tsan jiann" }, + "meanings" : [ "to refer to", + "see also", + "compare (cf.)", + "to pay respect to" ], + "classifiers" : [] } ] }, + { "simplified" : "参军", + "radical" : "厶", + "level" : [ "new-7+" ], + "frequency" : 12716, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "參軍", + "transcriptions" : { "pinyin" : "cān jūn", + "numeric" : "can1 jun1", + "wadegiles" : "ts'an¹ chün¹", + "bopomofo" : "ㄘㄢ ㄐㄩㄣ", + "romatzyh" : "tsan jiun" }, + "meanings" : [ "to join the army" ], + "classifiers" : [] } ] }, + { "simplified" : "参考", + "radical" : "厶", + "level" : [ "new-4", "old-5" ], + "frequency" : 5682, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "參考", + "transcriptions" : { "pinyin" : "cān kǎo", + "numeric" : "can1 kao3", + "wadegiles" : "ts'an¹ k'ao³", + "bopomofo" : "ㄘㄢ ㄎㄠˇ", + "romatzyh" : "tsan kao" }, + "meanings" : [ "consultation", + "reference", + "to consult", + "to refer" ], + "classifiers" : [] } ] }, + { "simplified" : "参谋", + "radical" : "厶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16567, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "參謀", + "transcriptions" : { "pinyin" : "cān móu", + "numeric" : "can1 mou2", + "wadegiles" : "ts'an¹ mou²", + "bopomofo" : "ㄘㄢ ㄇㄡˊ", + "romatzyh" : "tsan mou" }, + "meanings" : [ "staff officer", "to give advice" ], + "classifiers" : [] } ] }, + { "simplified" : "参赛", + "radical" : "厶", + "level" : [ "new-6" ], + "frequency" : 3896, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "參賽", + "transcriptions" : { "pinyin" : "cān sài", + "numeric" : "can1 sai4", + "wadegiles" : "ts'an¹ sai⁴", + "bopomofo" : "ㄘㄢ ㄙㄞˋ", + "romatzyh" : "tsan say" }, + "meanings" : [ "to compete", + "to take part in a competition" ], + "classifiers" : [] } ] }, + { "simplified" : "参与", + "radical" : "厶", + "level" : [ "new-4", "old-5" ], + "frequency" : 1027, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "參與", + "transcriptions" : { "pinyin" : "cān yù", + "numeric" : "can1 yu4", + "wadegiles" : "ts'an¹ yü⁴", + "bopomofo" : "ㄘㄢ ㄩˋ", + "romatzyh" : "tsan yuh" }, + "meanings" : [ "to participate (in sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "参展", + "radical" : "厶", + "level" : [ "new-6" ], + "frequency" : 23321, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "參展", + "transcriptions" : { "pinyin" : "cān zhǎn", + "numeric" : "can1 zhan3", + "wadegiles" : "ts'an¹ chan³", + "bopomofo" : "ㄘㄢ ㄓㄢˇ", + "romatzyh" : "tsan jaan" }, + "meanings" : [ "to exhibit at or take part in a trade show etc" ], + "classifiers" : [] } ] }, + { "simplified" : "参照", + "radical" : "厶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12553, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "參照", + "transcriptions" : { "pinyin" : "cān zhào", + "numeric" : "can1 zhao4", + "wadegiles" : "ts'an¹ chao⁴", + "bopomofo" : "ㄘㄢ ㄓㄠˋ", + "romatzyh" : "tsan jaw" }, + "meanings" : [ "to consult a reference", + "to refer to (another document)" ], + "classifiers" : [] } ] }, + { "simplified" : "餐", + "radical" : "食", + "level" : [ "new-6" ], + "frequency" : 2848, + "pos" : [ "g", "qv" ], + "forms" : [ { "traditional" : "餐", + "transcriptions" : { "pinyin" : "cān", + "numeric" : "can1", + "wadegiles" : "ts'an¹", + "bopomofo" : "ㄘㄢ", + "romatzyh" : "tsan" }, + "meanings" : [ "meal", + "to eat", + "classifier for meals" ], + "classifiers" : [] } ] }, + { "simplified" : "餐馆", + "radical" : "食", + "level" : [ "new-5" ], + "frequency" : 5405, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餐館", + "transcriptions" : { "pinyin" : "cān guǎn", + "numeric" : "can1 guan3", + "wadegiles" : "ts'an¹ kuan³", + "bopomofo" : "ㄘㄢ ㄍㄨㄢˇ", + "romatzyh" : "tsan goan" }, + "meanings" : [ "restaurant" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "餐厅", + "radical" : "食", + "level" : [ "new-5", "old-5" ], + "frequency" : 3156, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餐廳", + "transcriptions" : { "pinyin" : "cān tīng", + "numeric" : "can1 ting1", + "wadegiles" : "ts'an¹ t'ing¹", + "bopomofo" : "ㄘㄢ ㄊㄧㄥ", + "romatzyh" : "tsan ting" }, + "meanings" : [ "dining hall", + "dining room", + "restaurant" ], + "classifiers" : [ "间", "家" ] } ] }, + { "simplified" : "餐饮", + "radical" : "食", + "level" : [ "new-5" ], + "frequency" : 11900, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餐飲", + "transcriptions" : { "pinyin" : "cān yǐn", + "numeric" : "can1 yin3", + "wadegiles" : "ts'an¹ yin³", + "bopomofo" : "ㄘㄢ ㄧㄣˇ", + "romatzyh" : "tsan yiin" }, + "meanings" : [ "food and beverage", + "catering", + "repast" ], + "classifiers" : [] } ] }, + { "simplified" : "餐桌", + "radical" : "食", + "level" : [ "new-7+" ], + "frequency" : 9604, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餐桌", + "transcriptions" : { "pinyin" : "cān zhuō", + "numeric" : "can1 zhuo1", + "wadegiles" : "ts'an¹ cho¹", + "bopomofo" : "ㄘㄢ ㄓㄨㄛ", + "romatzyh" : "tsan juo" }, + "meanings" : [ "dining table; dinner table" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "残", + "radical" : "歹", + "level" : [ "new-7+" ], + "frequency" : 4560, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "殘", + "transcriptions" : { "pinyin" : "cán", + "numeric" : "can2", + "wadegiles" : "ts'an²", + "bopomofo" : "ㄘㄢˊ", + "romatzyh" : "tsarn" }, + "meanings" : [ "to destroy", + "to spoil", + "to ruin", + "to injure", + "cruel", + "oppressive", + "savage", + "brutal", + "incomplete", + "disabled", + "to remain", + "to survive", + "remnant", + "surplus" ], + "classifiers" : [] } ] }, + { "simplified" : "残疾", + "radical" : "歹", + "level" : [ "new-6", "old-5" ], + "frequency" : 8861, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "殘疾", + "transcriptions" : { "pinyin" : "cán jí", + "numeric" : "can2 ji2", + "wadegiles" : "ts'an² chi²", + "bopomofo" : "ㄘㄢˊ ㄐㄧˊ", + "romatzyh" : "tsarn jyi" }, + "meanings" : [ "disabled", + "handicapped", + "deformity on a person or animal" ], + "classifiers" : [] } ] }, + { "simplified" : "残疾人", + "radical" : "歹", + "level" : [ "new-6" ], + "frequency" : 8182, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "殘疾人", + "transcriptions" : { "pinyin" : "cán jí rén", + "numeric" : "can2 ji2 ren2", + "wadegiles" : "ts'an² chi² jen²", + "bopomofo" : "ㄘㄢˊ ㄐㄧˊ ㄖㄣˊ", + "romatzyh" : "tsarn jyi ren" }, + "meanings" : [ "disabled person" ], + "classifiers" : [] } ] }, + { "simplified" : "残酷", + "radical" : "歹", + "level" : [ "new-6", "old-6" ], + "frequency" : 5092, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "殘酷", + "transcriptions" : { "pinyin" : "cán kù", + "numeric" : "can2 ku4", + "wadegiles" : "ts'an² k'u⁴", + "bopomofo" : "ㄘㄢˊ ㄎㄨˋ", + "romatzyh" : "tsarn kuh" }, + "meanings" : [ "cruel", "cruelty" ], + "classifiers" : [] } ] }, + { "simplified" : "残留", + "radical" : "歹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8526, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "殘留", + "transcriptions" : { "pinyin" : "cán liú", + "numeric" : "can2 liu2", + "wadegiles" : "ts'an² liu²", + "bopomofo" : "ㄘㄢˊ ㄌㄧㄡˊ", + "romatzyh" : "tsarn liou" }, + "meanings" : [ "to remain; to be left over", + "residual; remnant", + "residue" ], + "classifiers" : [] } ] }, + { "simplified" : "残缺", + "radical" : "歹", + "level" : [ "new-7+" ], + "frequency" : 21126, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "殘缺", + "transcriptions" : { "pinyin" : "cán quē", + "numeric" : "can2 que1", + "wadegiles" : "ts'an² ch'üeh¹", + "bopomofo" : "ㄘㄢˊ ㄑㄩㄝ", + "romatzyh" : "tsarn chiue" }, + "meanings" : [ "badly damaged", "shattered" ], + "classifiers" : [] } ] }, + { "simplified" : "残忍", + "radical" : "歹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5247, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "殘忍", + "transcriptions" : { "pinyin" : "cán rěn", + "numeric" : "can2 ren3", + "wadegiles" : "ts'an² jen³", + "bopomofo" : "ㄘㄢˊ ㄖㄣˇ", + "romatzyh" : "tsarn reen" }, + "meanings" : [ "cruel", + "mean", + "merciless", + "ruthless" ], + "classifiers" : [] } ] }, + { "simplified" : "惭愧", + "radical" : "忄", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11505, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "慚愧", + "transcriptions" : { "pinyin" : "cán kuì", + "numeric" : "can2 kui4", + "wadegiles" : "ts'an² k'uei⁴", + "bopomofo" : "ㄘㄢˊ ㄎㄨㄟˋ", + "romatzyh" : "tsarn kuey" }, + "meanings" : [ "ashamed" ], + "classifiers" : [] } ] }, + { "simplified" : "惨", + "radical" : "忄", + "level" : [ "new-6" ], + "frequency" : 3563, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "慘", + "transcriptions" : { "pinyin" : "cǎn", + "numeric" : "can3", + "wadegiles" : "ts'an³", + "bopomofo" : "ㄘㄢˇ", + "romatzyh" : "tsaan" }, + "meanings" : [ "miserable", + "wretched", + "cruel", + "inhuman", + "disastrous", + "tragic", + "dim", + "gloomy" ], + "classifiers" : [] } ] }, + { "simplified" : "惨白", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 33380, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "慘白", + "transcriptions" : { "pinyin" : "cǎn bái", + "numeric" : "can3 bai2", + "wadegiles" : "ts'an³ pai²", + "bopomofo" : "ㄘㄢˇ ㄅㄞˊ", + "romatzyh" : "tsaan bair" }, + "meanings" : [ "deathly pale" ], + "classifiers" : [] } ] }, + { "simplified" : "惨痛", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 19765, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "慘痛", + "transcriptions" : { "pinyin" : "cǎn tòng", + "numeric" : "can3 tong4", + "wadegiles" : "ts'an³ t'ung⁴", + "bopomofo" : "ㄘㄢˇ ㄊㄨㄥˋ", + "romatzyh" : "tsaan tonq" }, + "meanings" : [ "bitter", + "painful", + "deeply distressed" ], + "classifiers" : [] } ] }, + { "simplified" : "惨重", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 14052, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "慘重", + "transcriptions" : { "pinyin" : "cǎn zhòng", + "numeric" : "can3 zhong4", + "wadegiles" : "ts'an³ chung⁴", + "bopomofo" : "ㄘㄢˇ ㄓㄨㄥˋ", + "romatzyh" : "tsaan jonq" }, + "meanings" : [ "disastrous" ], + "classifiers" : [] } ] }, + { "simplified" : "灿烂", + "radical" : "火", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7167, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "燦爛", + "transcriptions" : { "pinyin" : "càn làn", + "numeric" : "can4 lan4", + "wadegiles" : "ts'an⁴ lan⁴", + "bopomofo" : "ㄘㄢˋ ㄌㄢˋ", + "romatzyh" : "tsann lann" }, + "meanings" : [ "to glitter", + "brilliant", + "splendid" ], + "classifiers" : [] } ] }, + { "simplified" : "掺", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9989, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "摻", + "transcriptions" : { "pinyin" : "chān", + "numeric" : "chan1", + "wadegiles" : "ch'an¹", + "bopomofo" : "ㄔㄢ", + "romatzyh" : "chan" }, + "meanings" : [ "variant of 搀", "to mix" ], + "classifiers" : [] }, + { "traditional" : "摻", + "transcriptions" : { "pinyin" : "shǎn", + "numeric" : "shan3", + "wadegiles" : "shan³", + "bopomofo" : "ㄕㄢˇ", + "romatzyh" : "shaan" }, + "meanings" : [ "to grasp" ], + "classifiers" : [] } ] }, + { "simplified" : "仓促", + "radical" : "人", + "level" : [ "old-6" ], + "frequency" : 15377, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "倉促", + "transcriptions" : { "pinyin" : "cāng cù", + "numeric" : "cang1 cu4", + "wadegiles" : "ts'ang¹ ts'u⁴", + "bopomofo" : "ㄘㄤ ㄘㄨˋ", + "romatzyh" : "tsang tsuh" }, + "meanings" : [ "all of a sudden", "hurriedly" ], + "classifiers" : [] } ] }, + { "simplified" : "仓库", + "radical" : "人", + "level" : [ "new-6", "old-6" ], + "frequency" : 4658, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "倉庫", + "transcriptions" : { "pinyin" : "cāng kù", + "numeric" : "cang1 ku4", + "wadegiles" : "ts'ang¹ k'u⁴", + "bopomofo" : "ㄘㄤ ㄎㄨˋ", + "romatzyh" : "tsang kuh" }, + "meanings" : [ "depot", "storehouse", "warehouse" ], + "classifiers" : [] } ] }, + { "simplified" : "沧桑", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 21433, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "滄桑", + "transcriptions" : { "pinyin" : "cāng sāng", + "numeric" : "cang1 sang1", + "wadegiles" : "ts'ang¹ sang¹", + "bopomofo" : "ㄘㄤ ㄙㄤ", + "romatzyh" : "tsang sang" }, + "meanings" : [ "great changes", + "ups and downs", + "vicissitudes", + "abbr. of 沧海桑田" ], + "classifiers" : [] } ] }, + { "simplified" : "苍白", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 8479, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "蒼白", + "transcriptions" : { "pinyin" : "cāng bái", + "numeric" : "cang1 bai2", + "wadegiles" : "ts'ang¹ pai²", + "bopomofo" : "ㄘㄤ ㄅㄞˊ", + "romatzyh" : "tsang bair" }, + "meanings" : [ "pale", "wan" ], + "classifiers" : [] } ] }, + { "simplified" : "苍蝇", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 9274, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蒼蠅", + "transcriptions" : { "pinyin" : "cāng ying", + "numeric" : "cang1 ying5", + "wadegiles" : "ts'ang¹ ying", + "bopomofo" : "ㄘㄤ ying", + "romatzyh" : "tsang ying" }, + "meanings" : [ "housefly" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "舱", + "radical" : "舟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5838, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "艙", + "transcriptions" : { "pinyin" : "cāng", + "numeric" : "cang1", + "wadegiles" : "ts'ang¹", + "bopomofo" : "ㄘㄤ", + "romatzyh" : "tsang" }, + "meanings" : [ "cabin", + "the hold of a ship or airplane" ], + "classifiers" : [] } ] }, + { "simplified" : "藏", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 1544, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "藏", + "transcriptions" : { "pinyin" : "Zàng", + "numeric" : "Zang4", + "wadegiles" : "tsang⁴", + "bopomofo" : "ㄗㄤˋ", + "romatzyh" : "tzanq" }, + "meanings" : [ "Tibet", + "abbr. for Xizang or Tibet Autonomous Region 藏" ], + "classifiers" : [] }, + { "traditional" : "藏", + "transcriptions" : { "pinyin" : "cáng", + "numeric" : "cang2", + "wadegiles" : "ts'ang²", + "bopomofo" : "ㄘㄤˊ", + "romatzyh" : "tsarng" }, + "meanings" : [ "to conceal", + "to hide away", + "to harbor", + "to store", + "to collect" ], + "classifiers" : [] }, + { "traditional" : "藏", + "transcriptions" : { "pinyin" : "zàng", + "numeric" : "zang4", + "wadegiles" : "tsang⁴", + "bopomofo" : "ㄗㄤˋ", + "romatzyh" : "tzanq" }, + "meanings" : [ "storehouse", + "depository", + "Buddhist or Taoist scripture" ], + "classifiers" : [] } ] }, + { "simplified" : "藏匿", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 14901, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "藏匿", + "transcriptions" : { "pinyin" : "cáng nì", + "numeric" : "cang2 ni4", + "wadegiles" : "ts'ang² ni⁴", + "bopomofo" : "ㄘㄤˊ ㄋㄧˋ", + "romatzyh" : "tsarng nih" }, + "meanings" : [ "to cover up", + "to conceal", + "to go into hiding" ], + "classifiers" : [] } ] }, + { "simplified" : "藏品", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 17462, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藏品", + "transcriptions" : { "pinyin" : "cáng pǐn", + "numeric" : "cang2 pin3", + "wadegiles" : "ts'ang² p'in³", + "bopomofo" : "ㄘㄤˊ ㄆㄧㄣˇ", + "romatzyh" : "tsarng piin" }, + "meanings" : [ "museum piece", + "collector's item", + "precious object" ], + "classifiers" : [] } ] }, + { "simplified" : "藏身", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 12426, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "藏身", + "transcriptions" : { "pinyin" : "cáng shēn", + "numeric" : "cang2 shen1", + "wadegiles" : "ts'ang² shen¹", + "bopomofo" : "ㄘㄤˊ ㄕㄣ", + "romatzyh" : "tsarng shen" }, + "meanings" : [ "to hide", + "to go into hiding", + "to take refuge" ], + "classifiers" : [] } ] }, + { "simplified" : "操场", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 11048, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "操場", + "transcriptions" : { "pinyin" : "cāo chǎng", + "numeric" : "cao1 chang3", + "wadegiles" : "ts'ao¹ ch'ang³", + "bopomofo" : "ㄘㄠ ㄔㄤˇ", + "romatzyh" : "tsau chaang" }, + "meanings" : [ "playground", + "sports field", + "drill ground" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "操控", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "操控", + "transcriptions" : { "pinyin" : "cāo kòng", + "numeric" : "cao1 kong4", + "wadegiles" : "ts'ao¹ k'ung⁴", + "bopomofo" : "ㄘㄠ ㄎㄨㄥˋ", + "romatzyh" : "tsau konq" }, + "meanings" : [ "to control", "to manipulate" ], + "classifiers" : [] } ] }, + { "simplified" : "操劳", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25088, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "操勞", + "transcriptions" : { "pinyin" : "cāo láo", + "numeric" : "cao1 lao2", + "wadegiles" : "ts'ao¹ lao²", + "bopomofo" : "ㄘㄠ ㄌㄠˊ", + "romatzyh" : "tsau lau" }, + "meanings" : [ "to work hard", "to look after" ], + "classifiers" : [] } ] }, + { "simplified" : "操练", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 27364, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "操練", + "transcriptions" : { "pinyin" : "cāo liàn", + "numeric" : "cao1 lian4", + "wadegiles" : "ts'ao¹ lien⁴", + "bopomofo" : "ㄘㄠ ㄌㄧㄢˋ", + "romatzyh" : "tsau liann" }, + "meanings" : [ "drill", "practice" ], + "classifiers" : [] } ] }, + { "simplified" : "操心", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9620, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "操心", + "transcriptions" : { "pinyin" : "cāo xīn", + "numeric" : "cao1 xin1", + "wadegiles" : "ts'ao¹ hsin¹", + "bopomofo" : "ㄘㄠ ㄒㄧㄣ", + "romatzyh" : "tsau shin" }, + "meanings" : [ "to worry about" ], + "classifiers" : [] } ] }, + { "simplified" : "操纵", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 6296, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "操縱", + "transcriptions" : { "pinyin" : "cāo zòng", + "numeric" : "cao1 zong4", + "wadegiles" : "ts'ao¹ tsung⁴", + "bopomofo" : "ㄘㄠ ㄗㄨㄥˋ", + "romatzyh" : "tsau tzonq" }, + "meanings" : [ "to operate", + "to control", + "to rig", + "to manipulate" ], + "classifiers" : [] } ] }, + { "simplified" : "操作", + "radical" : "扌", + "level" : [ "new-4", "old-6" ], + "frequency" : 2640, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "操作", + "transcriptions" : { "pinyin" : "cāo zuò", + "numeric" : "cao1 zuo4", + "wadegiles" : "ts'ao¹ tso⁴", + "bopomofo" : "ㄘㄠ ㄗㄨㄛˋ", + "romatzyh" : "tsau tzuoh" }, + "meanings" : [ "to work", + "to operate", + "to manipulate" ], + "classifiers" : [] } ] }, + { "simplified" : "嘈杂", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 19603, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "嘈雜", + "transcriptions" : { "pinyin" : "cáo zá", + "numeric" : "cao2 za2", + "wadegiles" : "ts'ao² tsa²", + "bopomofo" : "ㄘㄠˊ ㄗㄚˊ", + "romatzyh" : "tsaur tzar" }, + "meanings" : [ "noisy", "clamorous" ], + "classifiers" : [] } ] }, + { "simplified" : "槽", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 5706, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "槽", + "transcriptions" : { "pinyin" : "cáo", + "numeric" : "cao2", + "wadegiles" : "ts'ao²", + "bopomofo" : "ㄘㄠˊ", + "romatzyh" : "tsaur" }, + "meanings" : [ "trough", + "manger", + "groove", + "channel", + "(Tw) (computing) hard drive" ], + "classifiers" : [] } ] }, + { "simplified" : "草", + "radical" : "艹", + "level" : [ "new-2", "old-3" ], + "frequency" : 2467, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "艸", + "transcriptions" : { "pinyin" : "cǎo", + "numeric" : "cao3", + "wadegiles" : "ts'ao³", + "bopomofo" : "ㄘㄠˇ", + "romatzyh" : "tsao" }, + "meanings" : [ "variant of 草" ], + "classifiers" : [] }, + { "traditional" : "草", + "transcriptions" : { "pinyin" : "cǎo", + "numeric" : "cao3", + "wadegiles" : "ts'ao³", + "bopomofo" : "ㄘㄠˇ", + "romatzyh" : "tsao" }, + "meanings" : [ "grass", + "straw", + "manuscript", + "draft (of a document)", + "careless", + "rough" ], + "classifiers" : [ "棵", "撮", "株", "根" ] }, + { "traditional" : "草", + "transcriptions" : { "pinyin" : "cào", + "numeric" : "cao4", + "wadegiles" : "ts'ao⁴", + "bopomofo" : "ㄘㄠˋ", + "romatzyh" : "tsaw" }, + "meanings" : [ "variant of 肏" ], + "classifiers" : [] } ] }, + { "simplified" : "草案", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12348, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "草案", + "transcriptions" : { "pinyin" : "cǎo àn", + "numeric" : "cao3 an4", + "wadegiles" : "ts'ao³ an⁴", + "bopomofo" : "ㄘㄠˇ ㄢˋ", + "romatzyh" : "tsao ann" }, + "meanings" : [ "draft (legislation, proposal etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "草地", + "radical" : "艹", + "level" : [ "new-2" ], + "frequency" : 9048, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "草地", + "transcriptions" : { "pinyin" : "cǎo dì", + "numeric" : "cao3 di4", + "wadegiles" : "ts'ao³ ti⁴", + "bopomofo" : "ㄘㄠˇ ㄉㄧˋ", + "romatzyh" : "tsao dih" }, + "meanings" : [ "lawn", "meadow", "sod", "turf" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "草率", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 17191, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "草率", + "transcriptions" : { "pinyin" : "cǎo shuài", + "numeric" : "cao3 shuai4", + "wadegiles" : "ts'ao³ shuai⁴", + "bopomofo" : "ㄘㄠˇ ㄕㄨㄞˋ", + "romatzyh" : "tsao shuay" }, + "meanings" : [ "careless", + "negligent", + "sloppy", + "not serious" ], + "classifiers" : [] } ] }, + { "simplified" : "草坪", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 8857, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "草坪", + "transcriptions" : { "pinyin" : "cǎo píng", + "numeric" : "cao3 ping2", + "wadegiles" : "ts'ao³ p'ing²", + "bopomofo" : "ㄘㄠˇ ㄆㄧㄥˊ", + "romatzyh" : "tsao pyng" }, + "meanings" : [ "lawn" ], + "classifiers" : [] } ] }, + { "simplified" : "草原", + "radical" : "艹", + "level" : [ "new-5" ], + "frequency" : 8743, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "草原", + "transcriptions" : { "pinyin" : "cǎo yuán", + "numeric" : "cao3 yuan2", + "wadegiles" : "ts'ao³ yüan²", + "bopomofo" : "ㄘㄠˇ ㄩㄢˊ", + "romatzyh" : "tsao yuan" }, + "meanings" : [ "grassland", "prairie" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "册", + "radical" : "冂", + "level" : [ "new-5", "old-5" ], + "frequency" : 8165, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "冊", + "transcriptions" : { "pinyin" : "cè", + "numeric" : "ce4", + "wadegiles" : "ts'e⁴", + "bopomofo" : "ㄘㄜˋ", + "romatzyh" : "tseh" }, + "meanings" : [ "book", + "booklet", + "classifier for books" ], + "classifiers" : [] } ] }, + { "simplified" : "侧", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 2493, + "pos" : [ "v", "g", "f", "q" ], + "forms" : [ { "traditional" : "側", + "transcriptions" : { "pinyin" : "cè", + "numeric" : "ce4", + "wadegiles" : "ts'e⁴", + "bopomofo" : "ㄘㄜˋ", + "romatzyh" : "tseh" }, + "meanings" : [ "the side", + "to incline towards", + "to lean", + "inclined", + "lateral", + "side" ], + "classifiers" : [] }, + { "traditional" : "側", + "transcriptions" : { "pinyin" : "zhāi", + "numeric" : "zhai1", + "wadegiles" : "chai¹", + "bopomofo" : "ㄓㄞ", + "romatzyh" : "jai" }, + "meanings" : [ "lean on one side" ], + "classifiers" : [] } ] }, + { "simplified" : "侧面", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8235, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "側面", + "transcriptions" : { "pinyin" : "cè miàn", + "numeric" : "ce4 mian4", + "wadegiles" : "ts'e⁴ mien⁴", + "bopomofo" : "ㄘㄜˋ ㄇㄧㄢˋ", + "romatzyh" : "tseh miann" }, + "meanings" : [ "lateral side", + "side", + "aspect", + "profile" ], + "classifiers" : [] } ] }, + { "simplified" : "侧重", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 27115, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "側重", + "transcriptions" : { "pinyin" : "cè zhòng", + "numeric" : "ce4 zhong4", + "wadegiles" : "ts'e⁴ chung⁴", + "bopomofo" : "ㄘㄜˋ ㄓㄨㄥˋ", + "romatzyh" : "tseh jonq" }, + "meanings" : [ "to place particular emphasis on" ], + "classifiers" : [] } ] }, + { "simplified" : "厕所", + "radical" : "厂", + "level" : [ "new-6", "old-5" ], + "frequency" : 3393, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廁所", + "transcriptions" : { "pinyin" : "cè suǒ", + "numeric" : "ce4 suo3", + "wadegiles" : "ts'e⁴ so³", + "bopomofo" : "ㄘㄜˋ ㄙㄨㄛˇ", + "romatzyh" : "tseh suoo" }, + "meanings" : [ "toilet", "lavatory" ], + "classifiers" : [ "间", "处" ] } ] }, + { "simplified" : "测", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 3003, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "測", + "transcriptions" : { "pinyin" : "cè", + "numeric" : "ce4", + "wadegiles" : "ts'e⁴", + "bopomofo" : "ㄘㄜˋ", + "romatzyh" : "tseh" }, + "meanings" : [ "to survey", + "to measure", + "to conjecture" ], + "classifiers" : [] } ] }, + { "simplified" : "测定", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 11704, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "測定", + "transcriptions" : { "pinyin" : "cè dìng", + "numeric" : "ce4 ding4", + "wadegiles" : "ts'e⁴ ting⁴", + "bopomofo" : "ㄘㄜˋ ㄉㄧㄥˋ", + "romatzyh" : "tseh dinq" }, + "meanings" : [ "to determine (by measuring or surveying)" ], + "classifiers" : [] } ] }, + { "simplified" : "测量", + "radical" : "氵", + "level" : [ "new-4", "old-6" ], + "frequency" : 5741, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "測量", + "transcriptions" : { "pinyin" : "cè liáng", + "numeric" : "ce4 liang2", + "wadegiles" : "ts'e⁴ liang²", + "bopomofo" : "ㄘㄜˋ ㄌㄧㄤˊ", + "romatzyh" : "tseh liang" }, + "meanings" : [ "survey", + "to measure", + "to gauge", + "to determine" ], + "classifiers" : [] } ] }, + { "simplified" : "测试", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 1430, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "測試", + "transcriptions" : { "pinyin" : "cè shì", + "numeric" : "ce4 shi4", + "wadegiles" : "ts'e⁴ shih⁴", + "bopomofo" : "ㄘㄜˋ ㄕˋ", + "romatzyh" : "tseh shyh" }, + "meanings" : [ "to test (machinery etc)", + "to test (a person's skill in a particular area)", + "a test", + "(computing) beta (version of software)" ], + "classifiers" : [] } ] }, + { "simplified" : "测算", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 19628, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "測算", + "transcriptions" : { "pinyin" : "cè suàn", + "numeric" : "ce4 suan4", + "wadegiles" : "ts'e⁴ suan⁴", + "bopomofo" : "ㄘㄜˋ ㄙㄨㄢˋ", + "romatzyh" : "tseh suann" }, + "meanings" : [ "to take measurements and calculate" ], + "classifiers" : [] } ] }, + { "simplified" : "测验", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9742, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "測驗", + "transcriptions" : { "pinyin" : "cè yàn", + "numeric" : "ce4 yan4", + "wadegiles" : "ts'e⁴ yan⁴", + "bopomofo" : "ㄘㄜˋ ㄧㄢˋ", + "romatzyh" : "tseh yann" }, + "meanings" : [ "test", "to test" ], + "classifiers" : [ "次", "个" ] } ] }, + { "simplified" : "策略", + "radical" : "⺮", + "level" : [ "new-6", "old-6" ], + "frequency" : 3096, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "策略", + "transcriptions" : { "pinyin" : "cè lu:è", + "numeric" : "ce4 lüe4", + "wadegiles" : "ts'e⁴ lu:è", + "bopomofo" : "ㄘㄜˋ lu:è", + "romatzyh" : "tseh lu:è" }, + "meanings" : [ "strategy; tactics", + "crafty; adroit" ], + "classifiers" : [] } ] }, + { "simplified" : "策划", + "radical" : "⺮", + "level" : [ "new-6", "old-6" ], + "frequency" : 3835, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "策劃", + "transcriptions" : { "pinyin" : "cè huà", + "numeric" : "ce4 hua4", + "wadegiles" : "ts'e⁴ hua⁴", + "bopomofo" : "ㄘㄜˋ ㄏㄨㄚˋ", + "romatzyh" : "tseh huah" }, + "meanings" : [ "to plot", + "to scheme", + "to bring about", + "to engineer", + "planning", + "producer", + "planner" ], + "classifiers" : [] } ] }, + { "simplified" : "层", + "radical" : "尸", + "level" : [ "new-2", "old-3" ], + "frequency" : 1202, + "pos" : [ "qv", "n" ], + "forms" : [ { "traditional" : "層", + "transcriptions" : { "pinyin" : "céng", + "numeric" : "ceng2", + "wadegiles" : "ts'eng²", + "bopomofo" : "ㄘㄥˊ", + "romatzyh" : "tserng" }, + "meanings" : [ "to pile on top of one another", + "layer; stratum", + "floor (of a building); story", + "(math.) sheaf", + "classifier for layers" ], + "classifiers" : [] } ] }, + { "simplified" : "层出不穷", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22670, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "層出不窮", + "transcriptions" : { "pinyin" : "céng chū bù qióng", + "numeric" : "ceng2 chu1 bu4 qiong2", + "wadegiles" : "ts'eng² ch'u¹ pu⁴ ch'iung²", + "bopomofo" : "ㄘㄥˊ ㄔㄨ ㄅㄨˋ ㄑㄩㄥˊ", + "romatzyh" : "tserng chu buh chyong" }, + "meanings" : [ "more and more emerge", + "innumerable succession", + "breeding like flies (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "层次", + "radical" : "尸", + "level" : [ "new-5", "old-6" ], + "frequency" : 6146, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "層次", + "transcriptions" : { "pinyin" : "céng cì", + "numeric" : "ceng2 ci4", + "wadegiles" : "ts'eng² tz'u⁴", + "bopomofo" : "ㄘㄥˊ ㄘˋ", + "romatzyh" : "tserng tsyh" }, + "meanings" : [ "layer", + "level", + "gradation", + "arrangement of ideas", + "(a person's) standing" ], + "classifiers" : [] } ] }, + { "simplified" : "层面", + "radical" : "尸", + "level" : [ "new-6" ], + "frequency" : 6992, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "層面", + "transcriptions" : { "pinyin" : "céng miàn", + "numeric" : "ceng2 mian4", + "wadegiles" : "ts'eng² mien⁴", + "bopomofo" : "ㄘㄥˊ ㄇㄧㄢˋ", + "romatzyh" : "tserng miann" }, + "meanings" : [ "aspect", + "facet", + "level (political, psychological, spiritual etc)", + "(geology) bedding plane" ], + "classifiers" : [] } ] }, + { "simplified" : "曾", + "radical" : "曰", + "level" : [ "new-4" ], + "frequency" : 545, + "pos" : [ "d", "nr" ], + "forms" : [ { "traditional" : "曾", + "transcriptions" : { "pinyin" : "Zēng", + "numeric" : "Zeng1", + "wadegiles" : "tseng¹", + "bopomofo" : "ㄗㄥ", + "romatzyh" : "tzeng" }, + "meanings" : [ "surname Zeng" ], + "classifiers" : [] }, + { "traditional" : "曾", + "transcriptions" : { "pinyin" : "céng", + "numeric" : "ceng2", + "wadegiles" : "ts'eng²", + "bopomofo" : "ㄘㄥˊ", + "romatzyh" : "tserng" }, + "meanings" : [ "once", + "already", + "ever (in the past)", + "former", + "previously", + "(past tense marker used before verb or clause)" ], + "classifiers" : [] }, + { "traditional" : "曾", + "transcriptions" : { "pinyin" : "zēng", + "numeric" : "zeng1", + "wadegiles" : "tseng¹", + "bopomofo" : "ㄗㄥ", + "romatzyh" : "tzeng" }, + "meanings" : [ "great- (grandfather, grandchild etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "曾经", + "radical" : "曰", + "level" : [ "new-3", "old-5" ], + "frequency" : 723, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "曾經", + "transcriptions" : { "pinyin" : "céng jīng", + "numeric" : "ceng2 jing1", + "wadegiles" : "ts'eng² ching¹", + "bopomofo" : "ㄘㄥˊ ㄐㄧㄥ", + "romatzyh" : "tserng jing" }, + "meanings" : [ "once", + "already", + "former", + "previously", + "ever", + "(past tense marker used before verb or clause)" ], + "classifiers" : [] } ] }, + { "simplified" : "蹭", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 9534, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "蹭", + "transcriptions" : { "pinyin" : "cèng", + "numeric" : "ceng4", + "wadegiles" : "ts'eng⁴", + "bopomofo" : "ㄘㄥˋ", + "romatzyh" : "tsenq" }, + "meanings" : [ "to rub against", + "to walk slowly", + "(coll.) to freeload" ], + "classifiers" : [] } ] }, + { "simplified" : "叉", + "radical" : "又", + "level" : [ "new-5" ], + "frequency" : 7708, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "叉", + "transcriptions" : { "pinyin" : "chā", + "numeric" : "cha1", + "wadegiles" : "ch'a¹", + "bopomofo" : "ㄔㄚ", + "romatzyh" : "cha" }, + "meanings" : [ "fork", + "pitchfork", + "prong", + "pick", + "cross", + "intersect", + "\"X\"" ], + "classifiers" : [] }, + { "traditional" : "叉", + "transcriptions" : { "pinyin" : "chá", + "numeric" : "cha2", + "wadegiles" : "ch'a²", + "bopomofo" : "ㄔㄚˊ", + "romatzyh" : "char" }, + "meanings" : [ "to cross", "be stuck" ], + "classifiers" : [] }, + { "traditional" : "叉", + "transcriptions" : { "pinyin" : "chǎ", + "numeric" : "cha3", + "wadegiles" : "ch'a³", + "bopomofo" : "ㄔㄚˇ", + "romatzyh" : "chaa" }, + "meanings" : [ "to diverge", "to open (as legs)" ], + "classifiers" : [] } ] }, + { "simplified" : "叉子", + "radical" : "又", + "level" : [ "new-5", "old-5" ], + "frequency" : 26304, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "叉子", + "transcriptions" : { "pinyin" : "chā zi", + "numeric" : "cha1 zi5", + "wadegiles" : "ch'a¹ zi", + "bopomofo" : "ㄔㄚ zi", + "romatzyh" : "cha zi" }, + "meanings" : [ "fork" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "插", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 2875, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "插", + "transcriptions" : { "pinyin" : "chā", + "numeric" : "cha1", + "wadegiles" : "ch'a¹", + "bopomofo" : "ㄔㄚ", + "romatzyh" : "cha" }, + "meanings" : [ "to insert", + "stick in", + "pierce", + "to take part in", + "to interfere", + "to interpose" ], + "classifiers" : [] }, + { "traditional" : "揷", + "transcriptions" : { "pinyin" : "chā", + "numeric" : "cha1", + "wadegiles" : "ch'a¹", + "bopomofo" : "ㄔㄚ", + "romatzyh" : "cha" }, + "meanings" : [ "old variant of 插" ], + "classifiers" : [] } ] }, + { "simplified" : "插手", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11136, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "插手", + "transcriptions" : { "pinyin" : "chā shǒu", + "numeric" : "cha1 shou3", + "wadegiles" : "ch'a¹ shou³", + "bopomofo" : "ㄔㄚ ㄕㄡˇ", + "romatzyh" : "cha shoou" }, + "meanings" : [ "to get involved in", + "to meddle", + "interference" ], + "classifiers" : [] } ] }, + { "simplified" : "插图", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 20743, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "插圖", + "transcriptions" : { "pinyin" : "chā tú", + "numeric" : "cha1 tu2", + "wadegiles" : "ch'a¹ t'u²", + "bopomofo" : "ㄔㄚ ㄊㄨˊ", + "romatzyh" : "cha twu" }, + "meanings" : [ "illustration" ], + "classifiers" : [] } ] }, + { "simplified" : "插嘴", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 21594, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "插嘴", + "transcriptions" : { "pinyin" : "chā zuǐ", + "numeric" : "cha1 zui3", + "wadegiles" : "ch'a¹ tsui³", + "bopomofo" : "ㄔㄚ ㄗㄨㄟˇ", + "romatzyh" : "cha tzoei" }, + "meanings" : [ "to interrupt (sb talking)", + "to butt in", + "to cut into a conversation" ], + "classifiers" : [] } ] }, + { "simplified" : "查", + "radical" : "木", + "level" : [ "new-2" ], + "frequency" : 1010, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "查", + "transcriptions" : { "pinyin" : "Zhā", + "numeric" : "Zha1", + "wadegiles" : "cha¹", + "bopomofo" : "ㄓㄚ", + "romatzyh" : "ja" }, + "meanings" : [ "surname Zha" ], + "classifiers" : [] }, + { "traditional" : "查", + "transcriptions" : { "pinyin" : "chá", + "numeric" : "cha2", + "wadegiles" : "ch'a²", + "bopomofo" : "ㄔㄚˊ", + "romatzyh" : "char" }, + "meanings" : [ "to research", + "to check", + "to investigate", + "to examine", + "to refer to", + "to look up (e.g. a word in a dictionary)" ], + "classifiers" : [] }, + { "traditional" : "查", + "transcriptions" : { "pinyin" : "zhā", + "numeric" : "zha1", + "wadegiles" : "cha¹", + "bopomofo" : "ㄓㄚ", + "romatzyh" : "ja" }, + "meanings" : [ "variant of 楂" ], + "classifiers" : [] } ] }, + { "simplified" : "查出", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 5557, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "查出", + "transcriptions" : { "pinyin" : "chá chū", + "numeric" : "cha2 chu1", + "wadegiles" : "ch'a² ch'u¹", + "bopomofo" : "ㄔㄚˊ ㄔㄨ", + "romatzyh" : "char chu" }, + "meanings" : [ "to find out", "to discover" ], + "classifiers" : [] } ] }, + { "simplified" : "查处", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 18600, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "查處", + "transcriptions" : { "pinyin" : "chá chǔ", + "numeric" : "cha2 chu3", + "wadegiles" : "ch'a² ch'u³", + "bopomofo" : "ㄔㄚˊ ㄔㄨˇ", + "romatzyh" : "char chuu" }, + "meanings" : [ "to investigate and handle (a criminal case)" ], + "classifiers" : [] } ] }, + { "simplified" : "查获", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 26153, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "查獲", + "transcriptions" : { "pinyin" : "chá huò", + "numeric" : "cha2 huo4", + "wadegiles" : "ch'a² huo⁴", + "bopomofo" : "ㄔㄚˊ ㄏㄨㄛˋ", + "romatzyh" : "char huoh" }, + "meanings" : [ "to track down and seize (a criminal suspect, contraband etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "查看", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 3929, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "查看", + "transcriptions" : { "pinyin" : "chá kàn", + "numeric" : "cha2 kan4", + "wadegiles" : "ch'a² k'an⁴", + "bopomofo" : "ㄔㄚˊ ㄎㄢˋ", + "romatzyh" : "char kann" }, + "meanings" : [ "to look over", + "to examine", + "to check up", + "to ferret out" ], + "classifiers" : [] } ] }, + { "simplified" : "查明", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 7858, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "查明", + "transcriptions" : { "pinyin" : "chá míng", + "numeric" : "cha2 ming2", + "wadegiles" : "ch'a² ming²", + "bopomofo" : "ㄔㄚˊ ㄇㄧㄥˊ", + "romatzyh" : "char ming" }, + "meanings" : [ "to investigate and find out", + "to ascertain" ], + "classifiers" : [] } ] }, + { "simplified" : "查询", + "radical" : "木", + "level" : [ "new-5" ], + "frequency" : 7195, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "查詢", + "transcriptions" : { "pinyin" : "chá xún", + "numeric" : "cha2 xun2", + "wadegiles" : "ch'a² hsün²", + "bopomofo" : "ㄔㄚˊ ㄒㄩㄣˊ", + "romatzyh" : "char shyun" }, + "meanings" : [ "to check", + "to inquire", + "to consult (a document etc)", + "inquiry", + "query" ], + "classifiers" : [] } ] }, + { "simplified" : "查找", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 9345, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "查找", + "transcriptions" : { "pinyin" : "chá zhǎo", + "numeric" : "cha2 zhao3", + "wadegiles" : "ch'a² chao³", + "bopomofo" : "ㄔㄚˊ ㄓㄠˇ", + "romatzyh" : "char jao" }, + "meanings" : [ "to search for", "to look up" ], + "classifiers" : [] } ] }, + { "simplified" : "茶", + "radical" : "艹", + "level" : [ "new-1", "old-1" ], + "frequency" : 1910, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "茶", + "transcriptions" : { "pinyin" : "chá", + "numeric" : "cha2", + "wadegiles" : "ch'a²", + "bopomofo" : "ㄔㄚˊ", + "romatzyh" : "char" }, + "meanings" : [ "tea", "tea plant" ], + "classifiers" : [ "杯", "壶" ] } ] }, + { "simplified" : "茶道", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 47506, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "茶道", + "transcriptions" : { "pinyin" : "chá dào", + "numeric" : "cha2 dao4", + "wadegiles" : "ch'a² tao⁴", + "bopomofo" : "ㄔㄚˊ ㄉㄠˋ", + "romatzyh" : "char daw" }, + "meanings" : [ "Japanese tea ceremony", "sado" ], + "classifiers" : [] } ] }, + { "simplified" : "茶馆儿", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "茶館兒", + "transcriptions" : { "pinyin" : "chá guǎn r", + "numeric" : "cha2 guan3 r5", + "wadegiles" : "ch'a² kuan³ r", + "bopomofo" : "ㄔㄚˊ ㄍㄨㄢˇ r", + "romatzyh" : "char goan r" }, + "meanings" : [ "a teashop" ], + "classifiers" : [] } ] }, + { "simplified" : "茶叶", + "radical" : "艹", + "level" : [ "new-4" ], + "frequency" : 11593, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "茶葉", + "transcriptions" : { "pinyin" : "chá yè", + "numeric" : "cha2 ye4", + "wadegiles" : "ch'a² yeh⁴", + "bopomofo" : "ㄔㄚˊ ㄧㄝˋ", + "romatzyh" : "char yeh" }, + "meanings" : [ "tea", "tea leaves" ], + "classifiers" : [ "盒", "罐", "包", "片" ] } ] }, + { "simplified" : "察觉", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 8230, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "察覺", + "transcriptions" : { "pinyin" : "chá jué", + "numeric" : "cha2 jue2", + "wadegiles" : "ch'a² chüeh²", + "bopomofo" : "ㄔㄚˊ ㄐㄩㄝˊ", + "romatzyh" : "char jyue" }, + "meanings" : [ "to sense", + "to perceive", + "to become aware of", + "to detect" ], + "classifiers" : [] } ] }, + { "simplified" : "察看", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14308, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "察看", + "transcriptions" : { "pinyin" : "chá kàn", + "numeric" : "cha2 kan4", + "wadegiles" : "ch'a² k'an⁴", + "bopomofo" : "ㄔㄚˊ ㄎㄢˋ", + "romatzyh" : "char kann" }, + "meanings" : [ "to watch", "to look carefully at" ], + "classifiers" : [] } ] }, + { "simplified" : "岔", + "radical" : "山", + "level" : [ "old-6" ], + "frequency" : 21163, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "岔", + "transcriptions" : { "pinyin" : "chà", + "numeric" : "cha4", + "wadegiles" : "ch'a⁴", + "bopomofo" : "ㄔㄚˋ", + "romatzyh" : "chah" }, + "meanings" : [ "fork in road", + "bifurcation", + "branch in road, river, mountain range etc", + "to branch off", + "to turn off", + "to diverge", + "to stray (from the path)", + "to change the subject", + "to interrupt", + "to stagger (times)" ], + "classifiers" : [] } ] }, + { "simplified" : "诧异", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18266, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "詫異", + "transcriptions" : { "pinyin" : "chà yì", + "numeric" : "cha4 yi4", + "wadegiles" : "ch'a⁴ i⁴", + "bopomofo" : "ㄔㄚˋ ㄧˋ", + "romatzyh" : "chah yih" }, + "meanings" : [ "flabbergasted", "astonished" ], + "classifiers" : [] } ] }, + { "simplified" : "差", + "radical" : "工", + "level" : [ "new-1", "old-3" ], + "frequency" : 968, + "pos" : [ "a", "v", "g" ], + "forms" : [ { "traditional" : "差", + "transcriptions" : { "pinyin" : "chā", + "numeric" : "cha1", + "wadegiles" : "ch'a¹", + "bopomofo" : "ㄔㄚ", + "romatzyh" : "cha" }, + "meanings" : [ "difference; discrepancy", + "(math.) difference (amount remaining after a subtraction)", + "(literary) a little; somewhat; slightly" ], + "classifiers" : [] }, + { "traditional" : "差", + "transcriptions" : { "pinyin" : "chà", + "numeric" : "cha4", + "wadegiles" : "ch'a⁴", + "bopomofo" : "ㄔㄚˋ", + "romatzyh" : "chah" }, + "meanings" : [ "different", + "wrong; mistaken", + "to fall short; to lack", + "not up to standard; inferior", + "Taiwan pr. [chā]" ], + "classifiers" : [] }, + { "traditional" : "差", + "transcriptions" : { "pinyin" : "chāi", + "numeric" : "chai1", + "wadegiles" : "ch'ai¹", + "bopomofo" : "ㄔㄞ", + "romatzyh" : "chai" }, + "meanings" : [ "to send (on an errand)", + "(archaic) person sent on such an errand", + "job; official post" ], + "classifiers" : [] }, + { "traditional" : "差", + "transcriptions" : { "pinyin" : "cī", + "numeric" : "ci1", + "wadegiles" : "tz'u¹", + "bopomofo" : "ㄘ", + "romatzyh" : "tsy" }, + "meanings" : [ "used in 参差" ], + "classifiers" : [] } ] }, + { "simplified" : "差别", + "radical" : "工", + "level" : [ "new-5", "old-5" ], + "frequency" : 5380, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "差別", + "transcriptions" : { "pinyin" : "chā bié", + "numeric" : "cha1 bie2", + "wadegiles" : "ch'a¹ pieh²", + "bopomofo" : "ㄔㄚ ㄅㄧㄝˊ", + "romatzyh" : "cha bye" }, + "meanings" : [ "difference; distinction; disparity" ], + "classifiers" : [] } ] }, + { "simplified" : "差不多", + "radical" : "工", + "level" : [ "new-2", "old-4" ], + "frequency" : 2024, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "差不多", + "transcriptions" : { "pinyin" : "chà bu duō", + "numeric" : "cha4 bu5 duo1", + "wadegiles" : "ch'a⁴ bu to¹", + "bopomofo" : "ㄔㄚˋ bu ㄉㄨㄛ", + "romatzyh" : "chah bu duo" }, + "meanings" : [ "almost", + "nearly", + "more or less", + "about the same", + "good enough", + "not bad" ], + "classifiers" : [] } ] }, + { "simplified" : "差错", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 11202, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "差錯", + "transcriptions" : { "pinyin" : "chā cuò", + "numeric" : "cha1 cuo4", + "wadegiles" : "ch'a¹ ts'o⁴", + "bopomofo" : "ㄔㄚ ㄘㄨㄛˋ", + "romatzyh" : "cha tsuoh" }, + "meanings" : [ "mistake; slip-up; fault; error", + "accident; mishap" ], + "classifiers" : [] } ] }, + { "simplified" : "差点儿", + "radical" : "工", + "level" : [ "new-5" ], + "frequency" : 21664, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "差點兒", + "transcriptions" : { "pinyin" : "chà diǎn r", + "numeric" : "cha4 dian3 r5", + "wadegiles" : "ch'a⁴ tien³ r", + "bopomofo" : "ㄔㄚˋ ㄉㄧㄢˇ r", + "romatzyh" : "chah dean r" }, + "meanings" : [ "erhua variant of 差点" ], + "classifiers" : [] } ] }, + { "simplified" : "差点儿", + "radical" : "工", + "level" : [ "new-5" ], + "frequency" : 21664, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "差點兒", + "transcriptions" : { "pinyin" : "chà diǎn r", + "numeric" : "cha4 dian3 r5", + "wadegiles" : "ch'a⁴ tien³ r", + "bopomofo" : "ㄔㄚˋ ㄉㄧㄢˇ r", + "romatzyh" : "chah dean r" }, + "meanings" : [ "erhua variant of 差点" ], + "classifiers" : [] } ] }, + { "simplified" : "差额", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 25169, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "差額", + "transcriptions" : { "pinyin" : "chā é", + "numeric" : "cha1 e2", + "wadegiles" : "ch'a¹ e²", + "bopomofo" : "ㄔㄚ ㄜˊ", + "romatzyh" : "cha er" }, + "meanings" : [ "balance (financial)", + "discrepancy (in a sum or quota)", + "difference" ], + "classifiers" : [] } ] }, + { "simplified" : "差距", + "radical" : "工", + "level" : [ "new-5", "old-6" ], + "frequency" : 6358, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "差距", + "transcriptions" : { "pinyin" : "chā jù", + "numeric" : "cha1 ju4", + "wadegiles" : "ch'a¹ chü⁴", + "bopomofo" : "ㄔㄚ ㄐㄩˋ", + "romatzyh" : "cha jiuh" }, + "meanings" : [ "disparity", "gap" ], + "classifiers" : [] } ] }, + { "simplified" : "差一点儿", + "radical" : "工", + "level" : [ "new-5" ], + "frequency" : 52358, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "差一點兒", + "transcriptions" : { "pinyin" : "chà yī diǎn r", + "numeric" : "cha4 yi1 dian3 r5", + "wadegiles" : "ch'a⁴ i¹ tien³ r", + "bopomofo" : "ㄔㄚˋ ㄧ ㄉㄧㄢˇ r", + "romatzyh" : "chah i dean r" }, + "meanings" : [ "erhua variant of 差一点" ], + "classifiers" : [] } ] }, + { "simplified" : "差异", + "radical" : "工", + "level" : [ "new-6" ], + "frequency" : 6939, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "差異", + "transcriptions" : { "pinyin" : "chā yì", + "numeric" : "cha1 yi4", + "wadegiles" : "ch'a¹ i⁴", + "bopomofo" : "ㄔㄚ ㄧˋ", + "romatzyh" : "cha yih" }, + "meanings" : [ "difference; discrepancy" ], + "classifiers" : [] } ] }, + { "simplified" : "拆", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 3439, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拆", + "transcriptions" : { "pinyin" : "chāi", + "numeric" : "chai1", + "wadegiles" : "ch'ai¹", + "bopomofo" : "ㄔㄞ", + "romatzyh" : "chai" }, + "meanings" : [ "to tear open", + "to tear down", + "to tear apart", + "to open" ], + "classifiers" : [] } ] }, + { "simplified" : "拆除", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 8143, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拆除", + "transcriptions" : { "pinyin" : "chāi chú", + "numeric" : "chai1 chu2", + "wadegiles" : "ch'ai¹ ch'u²", + "bopomofo" : "ㄔㄞ ㄔㄨˊ", + "romatzyh" : "chai chwu" }, + "meanings" : [ "to tear down", + "to demolish", + "to dismantle", + "to remove" ], + "classifiers" : [] } ] }, + { "simplified" : "拆迁", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 16470, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拆遷", + "transcriptions" : { "pinyin" : "chāi qiān", + "numeric" : "chai1 qian1", + "wadegiles" : "ch'ai¹ ch'ien¹", + "bopomofo" : "ㄔㄞ ㄑㄧㄢ", + "romatzyh" : "chai chian" }, + "meanings" : [ "to demolish a building and relocate the inhabitants" ], + "classifiers" : [] } ] }, + { "simplified" : "柴油", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 13271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "柴油", + "transcriptions" : { "pinyin" : "chái yóu", + "numeric" : "chai2 you2", + "wadegiles" : "ch'ai² yu²", + "bopomofo" : "ㄔㄞˊ ㄧㄡˊ", + "romatzyh" : "chair you" }, + "meanings" : [ "diesel fuel" ], + "classifiers" : [] } ] }, + { "simplified" : "搀", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 31166, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攙", + "transcriptions" : { "pinyin" : "chān", + "numeric" : "chan1", + "wadegiles" : "ch'an¹", + "bopomofo" : "ㄔㄢ", + "romatzyh" : "chan" }, + "meanings" : [ "to take by the arm and assist", + "to mix", + "to blend", + "to dilute", + "to adulterate" ], + "classifiers" : [] } ] }, + { "simplified" : "禅杖", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 59696, + "pos" : [], + "forms" : [ { "traditional" : "禪杖", + "transcriptions" : { "pinyin" : "chán zhàng", + "numeric" : "chan2 zhang4", + "wadegiles" : "ch'an² chang⁴", + "bopomofo" : "ㄔㄢˊ ㄓㄤˋ", + "romatzyh" : "charn janq" }, + "meanings" : [ "the staff of a Buddhist monk" ], + "classifiers" : [] } ] }, + { "simplified" : "馋", + "radical" : "饣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23290, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "饞", + "transcriptions" : { "pinyin" : "chán", + "numeric" : "chan2", + "wadegiles" : "ch'an²", + "bopomofo" : "ㄔㄢˊ", + "romatzyh" : "charn" }, + "meanings" : [ "gluttonous", + "greedy", + "to have a craving" ], + "classifiers" : [] } ] }, + { "simplified" : "缠", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 5340, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "纏", + "transcriptions" : { "pinyin" : "chán", + "numeric" : "chan2", + "wadegiles" : "ch'an²", + "bopomofo" : "ㄔㄢˊ", + "romatzyh" : "charn" }, + "meanings" : [ "to wind around", + "to wrap round", + "to coil", + "tangle", + "to involve", + "to bother", + "to annoy" ], + "classifiers" : [] } ] }, + { "simplified" : "缠绕", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 15126, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "纏繞", + "transcriptions" : { "pinyin" : "chán rào", + "numeric" : "chan2 rao4", + "wadegiles" : "ch'an² jao⁴", + "bopomofo" : "ㄔㄢˊ ㄖㄠˋ", + "romatzyh" : "charn raw" }, + "meanings" : [ "twisting", + "to twine", + "to wind", + "to pester", + "to bother" ], + "classifiers" : [] } ] }, + { "simplified" : "产", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 2970, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "產", + "transcriptions" : { "pinyin" : "chǎn", + "numeric" : "chan3", + "wadegiles" : "ch'an³", + "bopomofo" : "ㄔㄢˇ", + "romatzyh" : "chaan" }, + "meanings" : [ "to give birth", + "to reproduce", + "to produce", + "product", + "resource", + "estate", + "property" ], + "classifiers" : [] } ] }, + { "simplified" : "产地", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 21983, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "產地", + "transcriptions" : { "pinyin" : "chǎn dì", + "numeric" : "chan3 di4", + "wadegiles" : "ch'an³ ti⁴", + "bopomofo" : "ㄔㄢˇ ㄉㄧˋ", + "romatzyh" : "chaan dih" }, + "meanings" : [ "source (of a product)", + "place of origin", + "manufacturing location" ], + "classifiers" : [] } ] }, + { "simplified" : "产量", + "radical" : "亠", + "level" : [ "new-6" ], + "frequency" : 11743, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "產量", + "transcriptions" : { "pinyin" : "chǎn liàng", + "numeric" : "chan3 liang4", + "wadegiles" : "ch'an³ liang⁴", + "bopomofo" : "ㄔㄢˇ ㄌㄧㄤˋ", + "romatzyh" : "chaan lianq" }, + "meanings" : [ "output" ], + "classifiers" : [] } ] }, + { "simplified" : "产品", + "radical" : "亠", + "level" : [ "new-4", "old-5" ], + "frequency" : 1421, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "產品", + "transcriptions" : { "pinyin" : "chǎn pǐn", + "numeric" : "chan3 pin3", + "wadegiles" : "ch'an³ p'in³", + "bopomofo" : "ㄔㄢˇ ㄆㄧㄣˇ", + "romatzyh" : "chaan piin" }, + "meanings" : [ "goods", "merchandise", "product" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "产生", + "radical" : "亠", + "level" : [ "new-3", "old-5" ], + "frequency" : 1155, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "產生", + "transcriptions" : { "pinyin" : "chǎn shēng", + "numeric" : "chan3 sheng1", + "wadegiles" : "ch'an³ sheng¹", + "bopomofo" : "ㄔㄢˇ ㄕㄥ", + "romatzyh" : "chaan sheng" }, + "meanings" : [ "to arise; to come into being; to come about", + "to give rise to; to bring into being; to bring about; to produce; to engender; to generate" ], + "classifiers" : [] } ] }, + { "simplified" : "产物", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 9259, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "產物", + "transcriptions" : { "pinyin" : "chǎn wù", + "numeric" : "chan3 wu4", + "wadegiles" : "ch'an³ wu⁴", + "bopomofo" : "ㄔㄢˇ ㄨˋ", + "romatzyh" : "chaan wuh" }, + "meanings" : [ "product", "result (of)" ], + "classifiers" : [] } ] }, + { "simplified" : "产业", + "radical" : "亠", + "level" : [ "new-5", "old-6" ], + "frequency" : 4005, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "產業", + "transcriptions" : { "pinyin" : "chǎn yè", + "numeric" : "chan3 ye4", + "wadegiles" : "ch'an³ yeh⁴", + "bopomofo" : "ㄔㄢˇ ㄧㄝˋ", + "romatzyh" : "chaan yeh" }, + "meanings" : [ "industry", + "estate", + "property", + "industrial" ], + "classifiers" : [] } ] }, + { "simplified" : "产值", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 27135, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "產值", + "transcriptions" : { "pinyin" : "chǎn zhí", + "numeric" : "chan3 zhi2", + "wadegiles" : "ch'an³ chih²", + "bopomofo" : "ㄔㄢˇ ㄓˊ", + "romatzyh" : "chaan jyr" }, + "meanings" : [ "value of output", "output value" ], + "classifiers" : [] } ] }, + { "simplified" : "铲", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 9053, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "剷", + "transcriptions" : { "pinyin" : "chǎn", + "numeric" : "chan3", + "wadegiles" : "ch'an³", + "bopomofo" : "ㄔㄢˇ", + "romatzyh" : "chaan" }, + "meanings" : [ "to level off", "to root up" ], + "classifiers" : [] }, + { "traditional" : "鏟", + "transcriptions" : { "pinyin" : "chǎn", + "numeric" : "chan3", + "wadegiles" : "ch'an³", + "bopomofo" : "ㄔㄢˇ", + "romatzyh" : "chaan" }, + "meanings" : [ "to shovel", + "to remove", + "spade", + "shovel" ], + "classifiers" : [] } ] }, + { "simplified" : "铲子", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 26598, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鏟子", + "transcriptions" : { "pinyin" : "chǎn zi", + "numeric" : "chan3 zi5", + "wadegiles" : "ch'an³ zi", + "bopomofo" : "ㄔㄢˇ zi", + "romatzyh" : "chaan zi" }, + "meanings" : [ "shovel", + "spade", + "trowel", + "spatula (kitchen utensil)" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "阐述", + "radical" : "门", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11936, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "闡述", + "transcriptions" : { "pinyin" : "chǎn shù", + "numeric" : "chan3 shu4", + "wadegiles" : "ch'an³ shu⁴", + "bopomofo" : "ㄔㄢˇ ㄕㄨˋ", + "romatzyh" : "chaan shuh" }, + "meanings" : [ "to expound (a position)", + "to elaborate (on a topic)", + "to treat (a subject)" ], + "classifiers" : [] } ] }, + { "simplified" : "颤抖", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7961, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "顫抖", + "transcriptions" : { "pinyin" : "chàn dǒu", + "numeric" : "chan4 dou3", + "wadegiles" : "ch'an⁴ tou³", + "bopomofo" : "ㄔㄢˋ ㄉㄡˇ", + "romatzyh" : "chann doou" }, + "meanings" : [ "to shudder", + "to shiver", + "to shake", + "to tremble" ], + "classifiers" : [] } ] }, + { "simplified" : "昌盛", + "radical" : "日", + "level" : [ "new-6", "old-6" ], + "frequency" : 39394, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "昌盛", + "transcriptions" : { "pinyin" : "chāng shèng", + "numeric" : "chang1 sheng4", + "wadegiles" : "ch'ang¹ sheng⁴", + "bopomofo" : "ㄔㄤ ㄕㄥˋ", + "romatzyh" : "chang shenq" }, + "meanings" : [ "prosperous" ], + "classifiers" : [] } ] }, + { "simplified" : "猖狂", + "radical" : "犭", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23389, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "猖狂", + "transcriptions" : { "pinyin" : "chāng kuáng", + "numeric" : "chang1 kuang2", + "wadegiles" : "ch'ang¹ k'uang²", + "bopomofo" : "ㄔㄤ ㄎㄨㄤˊ", + "romatzyh" : "chang kwang" }, + "meanings" : [ "savage", "furious" ], + "classifiers" : [] } ] }, + { "simplified" : "肠", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 6063, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腸", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "intestines" ], + "classifiers" : [] }, + { "traditional" : "膓", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "old variant of 肠" ], + "classifiers" : [] } ] }, + { "simplified" : "尝", + "radical" : "⺌", + "level" : [ "new-5", "old-4" ], + "frequency" : 3212, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嘗", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "to taste; to try (food)", + "to experience", + "(literary) ever; once" ], + "classifiers" : [] }, + { "traditional" : "嚐", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "to taste; to experience (variant of 尝)" ], + "classifiers" : [] }, + { "traditional" : "甞", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "old variant of 尝" ], + "classifiers" : [] } ] }, + { "simplified" : "尝试", + "radical" : "⺌", + "level" : [ "new-5", "old-6" ], + "frequency" : 2262, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "嘗試", + "transcriptions" : { "pinyin" : "cháng shì", + "numeric" : "chang2 shi4", + "wadegiles" : "ch'ang² shih⁴", + "bopomofo" : "ㄔㄤˊ ㄕˋ", + "romatzyh" : "charng shyh" }, + "meanings" : [ "to try; to attempt" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "偿还", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7907, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "償還", + "transcriptions" : { "pinyin" : "cháng huán", + "numeric" : "chang2 huan2", + "wadegiles" : "ch'ang² huan²", + "bopomofo" : "ㄔㄤˊ ㄏㄨㄢˊ", + "romatzyh" : "charng hwan" }, + "meanings" : [ "to repay", "to reimburse" ], + "classifiers" : [] } ] }, + { "simplified" : "常", + "radical" : "巾", + "level" : [ "new-1" ], + "frequency" : 1057, + "pos" : [ "d", "nr" ], + "forms" : [ { "traditional" : "常", + "transcriptions" : { "pinyin" : "Cháng", + "numeric" : "Chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "surname Chang" ], + "classifiers" : [] }, + { "traditional" : "常", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "always", + "ever", + "often", + "frequently", + "common", + "general", + "constant" ], + "classifiers" : [] } ] }, + { "simplified" : "常常", + "radical" : "巾", + "level" : [ "new-1" ], + "frequency" : 2773, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "常常", + "transcriptions" : { "pinyin" : "cháng cháng", + "numeric" : "chang2 chang2", + "wadegiles" : "ch'ang² ch'ang²", + "bopomofo" : "ㄔㄤˊ ㄔㄤˊ", + "romatzyh" : "charng charng" }, + "meanings" : [ "frequently", "often" ], + "classifiers" : [] } ] }, + { "simplified" : "常规", + "radical" : "巾", + "level" : [ "new-6" ], + "frequency" : 4838, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "常規", + "transcriptions" : { "pinyin" : "cháng guī", + "numeric" : "chang2 gui1", + "wadegiles" : "ch'ang² kuei¹", + "bopomofo" : "ㄔㄤˊ ㄍㄨㄟ", + "romatzyh" : "charng guei" }, + "meanings" : [ "code of conduct", + "conventions", + "common practice", + "routine (medical procedure etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "常见", + "radical" : "巾", + "level" : [ "new-2" ], + "frequency" : 5164, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "常見", + "transcriptions" : { "pinyin" : "cháng jiàn", + "numeric" : "chang2 jian4", + "wadegiles" : "ch'ang² chien⁴", + "bopomofo" : "ㄔㄤˊ ㄐㄧㄢˋ", + "romatzyh" : "charng jiann" }, + "meanings" : [ "commonly seen", + "common", + "to see sth frequently" ], + "classifiers" : [] } ] }, + { "simplified" : "常理", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 17217, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "常理", + "transcriptions" : { "pinyin" : "cháng lǐ", + "numeric" : "chang2 li3", + "wadegiles" : "ch'ang² li³", + "bopomofo" : "ㄔㄤˊ ㄌㄧˇ", + "romatzyh" : "charng lii" }, + "meanings" : [ "common sense", + "conventional reasoning and morals" ], + "classifiers" : [] } ] }, + { "simplified" : "常年", + "radical" : "巾", + "level" : [ "new-6", "old-6" ], + "frequency" : 18186, + "pos" : [ "d", "b", "t" ], + "forms" : [ { "traditional" : "常年", + "transcriptions" : { "pinyin" : "cháng nián", + "numeric" : "chang2 nian2", + "wadegiles" : "ch'ang² nien²", + "bopomofo" : "ㄔㄤˊ ㄋㄧㄢˊ", + "romatzyh" : "charng nian" }, + "meanings" : [ "all year round", + "for years on end", + "average year" ], + "classifiers" : [] } ] }, + { "simplified" : "常人", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 10957, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "常人", + "transcriptions" : { "pinyin" : "cháng rén", + "numeric" : "chang2 ren2", + "wadegiles" : "ch'ang² jen²", + "bopomofo" : "ㄔㄤˊ ㄖㄣˊ", + "romatzyh" : "charng ren" }, + "meanings" : [ "ordinary person" ], + "classifiers" : [] } ] }, + { "simplified" : "常识", + "radical" : "巾", + "level" : [ "new-4", "old-5" ], + "frequency" : 8740, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "常識", + "transcriptions" : { "pinyin" : "cháng shí", + "numeric" : "chang2 shi2", + "wadegiles" : "ch'ang² shih²", + "bopomofo" : "ㄔㄤˊ ㄕˊ", + "romatzyh" : "charng shyr" }, + "meanings" : [ "common sense", + "general knowledge" ], + "classifiers" : [ "门" ] } ] }, + { "simplified" : "常态", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 21293, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "常態", + "transcriptions" : { "pinyin" : "cháng tài", + "numeric" : "chang2 tai4", + "wadegiles" : "ch'ang² t'ai⁴", + "bopomofo" : "ㄔㄤˊ ㄊㄞˋ", + "romatzyh" : "charng tay" }, + "meanings" : [ "normal state" ], + "classifiers" : [] } ] }, + { "simplified" : "常温", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 33525, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "常溫", + "transcriptions" : { "pinyin" : "cháng wēn", + "numeric" : "chang2 wen1", + "wadegiles" : "ch'ang² wen¹", + "bopomofo" : "ㄔㄤˊ ㄨㄣ", + "romatzyh" : "charng uen" }, + "meanings" : [ "room temperature", + "ordinary temperatures" ], + "classifiers" : [] } ] }, + { "simplified" : "常务", + "radical" : "巾", + "level" : [ "old-6" ], + "frequency" : 27826, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "常務", + "transcriptions" : { "pinyin" : "cháng wù", + "numeric" : "chang2 wu4", + "wadegiles" : "ch'ang² wu⁴", + "bopomofo" : "ㄔㄤˊ ㄨˋ", + "romatzyh" : "charng wuh" }, + "meanings" : [ "routine", + "everyday business", + "daily operation (of a company)" ], + "classifiers" : [] } ] }, + { "simplified" : "常用", + "radical" : "巾", + "level" : [ "new-2" ], + "frequency" : 9671, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "常用", + "transcriptions" : { "pinyin" : "cháng yòng", + "numeric" : "chang2 yong4", + "wadegiles" : "ch'ang² yung⁴", + "bopomofo" : "ㄔㄤˊ ㄩㄥˋ", + "romatzyh" : "charng yonq" }, + "meanings" : [ "in common usage" ], + "classifiers" : [] } ] }, + { "simplified" : "嫦娥", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 38717, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嫦娥", + "transcriptions" : { "pinyin" : "Cháng é", + "numeric" : "Chang2 e2", + "wadegiles" : "ch'ang² e²", + "bopomofo" : "ㄔㄤˊ ㄜˊ", + "romatzyh" : "charng er" }, + "meanings" : [ "Chang'e, the lady in the moon (Chinese mythology)", + "one of the Chang'e series of PRC lunar spacecraft" ], + "classifiers" : [] } ] }, + { "simplified" : "厂", + "radical" : "厂", + "level" : [ "new-3" ], + "frequency" : 2329, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "厂", + "transcriptions" : { "pinyin" : "hǎn", + "numeric" : "han3", + "wadegiles" : "han³", + "bopomofo" : "ㄏㄢˇ", + "romatzyh" : "haan" }, + "meanings" : [ "\"cliff\" radical in Chinese characters (Kangxi radical 27), occurring in 原, 历, 压 etc" ], + "classifiers" : [] }, + { "traditional" : "廠", + "transcriptions" : { "pinyin" : "chǎng", + "numeric" : "chang3", + "wadegiles" : "ch'ang³", + "bopomofo" : "ㄔㄤˇ", + "romatzyh" : "chaang" }, + "meanings" : [ "factory", + "yard", + "depot", + "workhouse", + "works", + "(industrial) plant" ], + "classifiers" : [] } ] }, + { "simplified" : "厂家", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 12737, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廠家", + "transcriptions" : { "pinyin" : "chǎng jiā", + "numeric" : "chang3 jia1", + "wadegiles" : "ch'ang³ chia¹", + "bopomofo" : "ㄔㄤˇ ㄐㄧㄚ", + "romatzyh" : "chaang jia" }, + "meanings" : [ "factory; manufacturer", + "(coll.) a factory owner; the factory management" ], + "classifiers" : [] } ] }, + { "simplified" : "厂商", + "radical" : "厂", + "level" : [ "new-6" ], + "frequency" : 12339, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廠商", + "transcriptions" : { "pinyin" : "chǎng shāng", + "numeric" : "chang3 shang1", + "wadegiles" : "ch'ang³ shang¹", + "bopomofo" : "ㄔㄤˇ ㄕㄤ", + "romatzyh" : "chaang shang" }, + "meanings" : [ "manufacturer", "producer" ], + "classifiers" : [] } ] }, + { "simplified" : "厂长", + "radical" : "厂", + "level" : [ "new-5" ], + "frequency" : 34641, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廠長", + "transcriptions" : { "pinyin" : "chǎng zhǎng", + "numeric" : "chang3 zhang3", + "wadegiles" : "ch'ang³ chang³", + "bopomofo" : "ㄔㄤˇ ㄓㄤˇ", + "romatzyh" : "chaang jaang" }, + "meanings" : [ "factory director" ], + "classifiers" : [] } ] }, + { "simplified" : "场", + "radical" : "土", + "level" : [ "new-2", "old-4" ], + "frequency" : 286, + "pos" : [ "qv", "g" ], + "forms" : [ { "traditional" : "場", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "threshing floor", + "classifier for events and happenings: spell, episode, bout" ], + "classifiers" : [] }, + { "traditional" : "場", + "transcriptions" : { "pinyin" : "chǎng", + "numeric" : "chang3", + "wadegiles" : "ch'ang³", + "bopomofo" : "ㄔㄤˇ", + "romatzyh" : "chaang" }, + "meanings" : [ "large place used for a specific purpose", + "stage", + "scene (of a play)", + "classifier for sporting or recreational activities", + "classifier for number of exams" ], + "classifiers" : [] }, + { "traditional" : "塲", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "variant of 场" ], + "classifiers" : [] }, + { "traditional" : "塲", + "transcriptions" : { "pinyin" : "chǎng", + "numeric" : "chang3", + "wadegiles" : "ch'ang³", + "bopomofo" : "ㄔㄤˇ", + "romatzyh" : "chaang" }, + "meanings" : [ "variant of 场" ], + "classifiers" : [] } ] }, + { "simplified" : "场地", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 5466, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "場地", + "transcriptions" : { "pinyin" : "chǎng dì", + "numeric" : "chang3 di4", + "wadegiles" : "ch'ang³ ti⁴", + "bopomofo" : "ㄔㄤˇ ㄉㄧˋ", + "romatzyh" : "chaang dih" }, + "meanings" : [ "space", + "site", + "place", + "sports pitch" ], + "classifiers" : [] } ] }, + { "simplified" : "场馆", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 27863, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "場館", + "transcriptions" : { "pinyin" : "chǎng guǎn", + "numeric" : "chang3 guan3", + "wadegiles" : "ch'ang³ kuan³", + "bopomofo" : "ㄔㄤˇ ㄍㄨㄢˇ", + "romatzyh" : "chaang goan" }, + "meanings" : [ "sporting venue", "arena" ], + "classifiers" : [] } ] }, + { "simplified" : "场合", + "radical" : "土", + "level" : [ "new-3", "old-6" ], + "frequency" : 4974, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "場合", + "transcriptions" : { "pinyin" : "chǎng hé", + "numeric" : "chang3 he2", + "wadegiles" : "ch'ang³ ho²", + "bopomofo" : "ㄔㄤˇ ㄏㄜˊ", + "romatzyh" : "chaang her" }, + "meanings" : [ "situation", + "occasion", + "context", + "setting", + "location", + "venue" ], + "classifiers" : [] } ] }, + { "simplified" : "场景", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 4233, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "場景", + "transcriptions" : { "pinyin" : "chǎng jǐng", + "numeric" : "chang3 jing3", + "wadegiles" : "ch'ang³ ching³", + "bopomofo" : "ㄔㄤˇ ㄐㄧㄥˇ", + "romatzyh" : "chaang jiing" }, + "meanings" : [ "scene; scenario; situation; setting" ], + "classifiers" : [] } ] }, + { "simplified" : "场面", + "radical" : "土", + "level" : [ "new-5", "old-6" ], + "frequency" : 4318, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "場面", + "transcriptions" : { "pinyin" : "chǎng miàn", + "numeric" : "chang3 mian4", + "wadegiles" : "ch'ang³ mien⁴", + "bopomofo" : "ㄔㄤˇ ㄇㄧㄢˋ", + "romatzyh" : "chaang miann" }, + "meanings" : [ "scene", + "spectacle", + "occasion", + "situation" ], + "classifiers" : [] } ] }, + { "simplified" : "场所", + "radical" : "土", + "level" : [ "new-3", "old-6" ], + "frequency" : 4680, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "場所", + "transcriptions" : { "pinyin" : "chǎng suǒ", + "numeric" : "chang3 suo3", + "wadegiles" : "ch'ang³ so³", + "bopomofo" : "ㄔㄤˇ ㄙㄨㄛˇ", + "romatzyh" : "chaang suoo" }, + "meanings" : [ "location", "place" ], + "classifiers" : [] } ] }, + { "simplified" : "畅谈", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 24091, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "暢談", + "transcriptions" : { "pinyin" : "chàng tán", + "numeric" : "chang4 tan2", + "wadegiles" : "ch'ang⁴ t'an²", + "bopomofo" : "ㄔㄤˋ ㄊㄢˊ", + "romatzyh" : "chanq tarn" }, + "meanings" : [ "to talk freely", + "to discuss without inhibition" ], + "classifiers" : [] } ] }, + { "simplified" : "畅通", + "radical" : "日", + "level" : [ "new-6", "old-6" ], + "frequency" : 13949, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "暢通", + "transcriptions" : { "pinyin" : "chàng tōng", + "numeric" : "chang4 tong1", + "wadegiles" : "ch'ang⁴ t'ung¹", + "bopomofo" : "ㄔㄤˋ ㄊㄨㄥ", + "romatzyh" : "chanq tong" }, + "meanings" : [ "unimpeded", + "free-flowing", + "straight path", + "unclogged", + "move without obstruction" ], + "classifiers" : [] } ] }, + { "simplified" : "畅销", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11087, + "pos" : [ "v", "a", "an" ], + "forms" : [ { "traditional" : "暢銷", + "transcriptions" : { "pinyin" : "chàng xiāo", + "numeric" : "chang4 xiao1", + "wadegiles" : "ch'ang⁴ hsiao¹", + "bopomofo" : "ㄔㄤˋ ㄒㄧㄠ", + "romatzyh" : "chanq shiau" }, + "meanings" : [ "to sell well", + "bestselling; chart-topping" ], + "classifiers" : [] } ] }, + { "simplified" : "倡导", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 14916, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "倡導", + "transcriptions" : { "pinyin" : "chàng dǎo", + "numeric" : "chang4 dao3", + "wadegiles" : "ch'ang⁴ tao³", + "bopomofo" : "ㄔㄤˋ ㄉㄠˇ", + "romatzyh" : "chanq dao" }, + "meanings" : [ "to advocate", + "to initiate", + "to propose", + "to be a proponent of (an idea or school of thought)" ], + "classifiers" : [] } ] }, + { "simplified" : "倡议", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20762, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "倡議", + "transcriptions" : { "pinyin" : "chàng yì", + "numeric" : "chang4 yi4", + "wadegiles" : "ch'ang⁴ i⁴", + "bopomofo" : "ㄔㄤˋ ㄧˋ", + "romatzyh" : "chanq yih" }, + "meanings" : [ "to suggest", + "to initiate", + "proposal", + "initiative" ], + "classifiers" : [] } ] }, + { "simplified" : "唱", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 813, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "唱", + "transcriptions" : { "pinyin" : "chàng", + "numeric" : "chang4", + "wadegiles" : "ch'ang⁴", + "bopomofo" : "ㄔㄤˋ", + "romatzyh" : "chanq" }, + "meanings" : [ "to sing", + "to call loudly", + "to chant" ], + "classifiers" : [] } ] }, + { "simplified" : "唱歌", + "radical" : "口", + "level" : [ "new-1", "old-2" ], + "frequency" : 2876, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "唱歌", + "transcriptions" : { "pinyin" : "chàng gē", + "numeric" : "chang4 ge1", + "wadegiles" : "ch'ang⁴ ko¹", + "bopomofo" : "ㄔㄤˋ ㄍㄜ", + "romatzyh" : "chanq ge" }, + "meanings" : [ "to sing a song" ], + "classifiers" : [] } ] }, + { "simplified" : "唱片", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 4152, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "唱片", + "transcriptions" : { "pinyin" : "chàng piàn", + "numeric" : "chang4 pian4", + "wadegiles" : "ch'ang⁴ p'ien⁴", + "bopomofo" : "ㄔㄤˋ ㄆㄧㄢˋ", + "romatzyh" : "chanq piann" }, + "meanings" : [ "gramophone record", + "LP", + "music CD", + "musical album" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "敞开", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8057, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敞開", + "transcriptions" : { "pinyin" : "chǎng kāi", + "numeric" : "chang3 kai1", + "wadegiles" : "ch'ang³ k'ai¹", + "bopomofo" : "ㄔㄤˇ ㄎㄞ", + "romatzyh" : "chaang kai" }, + "meanings" : [ "to open wide", "unrestrictedly" ], + "classifiers" : [] } ] }, + { "simplified" : "抄", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 6726, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抄", + "transcriptions" : { "pinyin" : "chāo", + "numeric" : "chao1", + "wadegiles" : "ch'ao¹", + "bopomofo" : "ㄔㄠ", + "romatzyh" : "chau" }, + "meanings" : [ "to make a copy", + "to plagiarize", + "to search and seize", + "to raid", + "to grab", + "to go off with", + "to take a shortcut", + "to make a turning move", + "to fold one's arms" ], + "classifiers" : [] } ] }, + { "simplified" : "抄袭", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 17210, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抄襲", + "transcriptions" : { "pinyin" : "chāo xí", + "numeric" : "chao1 xi2", + "wadegiles" : "ch'ao¹ hsi²", + "bopomofo" : "ㄔㄠ ㄒㄧˊ", + "romatzyh" : "chau shyi" }, + "meanings" : [ "to plagiarize", + "to copy", + "to attack the flank or rear of an enemy" ], + "classifiers" : [] } ] }, + { "simplified" : "抄写", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 30463, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抄寫", + "transcriptions" : { "pinyin" : "chāo xiě", + "numeric" : "chao1 xie3", + "wadegiles" : "ch'ao¹ hsieh³", + "bopomofo" : "ㄔㄠ ㄒㄧㄝˇ", + "romatzyh" : "chau shiee" }, + "meanings" : [ "to copy", "to transcribe" ], + "classifiers" : [] } ] }, + { "simplified" : "钞票", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8565, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鈔票", + "transcriptions" : { "pinyin" : "chāo piào", + "numeric" : "chao1 piao4", + "wadegiles" : "ch'ao¹ p'iao⁴", + "bopomofo" : "ㄔㄠ ㄆㄧㄠˋ", + "romatzyh" : "chau piaw" }, + "meanings" : [ "paper money", + "a bill (e.g. 100 yuan)" ], + "classifiers" : [ "张", "扎" ] } ] }, + { "simplified" : "超", + "radical" : "走", + "level" : [ "new-6" ], + "frequency" : 647, + "pos" : [ "v", "h" ], + "forms" : [ { "traditional" : "超", + "transcriptions" : { "pinyin" : "chāo", + "numeric" : "chao1", + "wadegiles" : "ch'ao¹", + "bopomofo" : "ㄔㄠ", + "romatzyh" : "chau" }, + "meanings" : [ "to exceed", + "to overtake", + "to surpass", + "to transcend", + "to pass", + "to cross", + "ultra-", + "super-" ], + "classifiers" : [] } ] }, + { "simplified" : "超标", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 14057, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "超標", + "transcriptions" : { "pinyin" : "chāo biāo", + "numeric" : "chao1 biao1", + "wadegiles" : "ch'ao¹ piao¹", + "bopomofo" : "ㄔㄠ ㄅㄧㄠ", + "romatzyh" : "chau biau" }, + "meanings" : [ "to cross the limit", + "to be over the accepted norm", + "excessive" ], + "classifiers" : [] } ] }, + { "simplified" : "超车", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 23188, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "超車", + "transcriptions" : { "pinyin" : "chāo chē", + "numeric" : "chao1 che1", + "wadegiles" : "ch'ao¹ ch'e¹", + "bopomofo" : "ㄔㄠ ㄔㄜ", + "romatzyh" : "chau che" }, + "meanings" : [ "to overtake (another car)" ], + "classifiers" : [] } ] }, + { "simplified" : "超出", + "radical" : "走", + "level" : [ "new-6" ], + "frequency" : 5642, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "超出", + "transcriptions" : { "pinyin" : "chāo chū", + "numeric" : "chao1 chu1", + "wadegiles" : "ch'ao¹ ch'u¹", + "bopomofo" : "ㄔㄠ ㄔㄨ", + "romatzyh" : "chau chu" }, + "meanings" : [ "to exceed", + "to overstep", + "to go too far", + "to encroach" ], + "classifiers" : [] } ] }, + { "simplified" : "超过", + "radical" : "走", + "level" : [ "new-2", "old-4" ], + "frequency" : 1048, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "超過", + "transcriptions" : { "pinyin" : "chāo guò", + "numeric" : "chao1 guo4", + "wadegiles" : "ch'ao¹ kuo⁴", + "bopomofo" : "ㄔㄠ ㄍㄨㄛˋ", + "romatzyh" : "chau guoh" }, + "meanings" : [ "to surpass", + "to exceed", + "to outstrip" ], + "classifiers" : [] } ] }, + { "simplified" : "超级", + "radical" : "走", + "level" : [ "new-3", "old-6" ], + "frequency" : 1582, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "超級", + "transcriptions" : { "pinyin" : "chāo jí", + "numeric" : "chao1 ji2", + "wadegiles" : "ch'ao¹ chi²", + "bopomofo" : "ㄔㄠ ㄐㄧˊ", + "romatzyh" : "chau jyi" }, + "meanings" : [ "super-", "ultra-", "hyper-" ], + "classifiers" : [] } ] }, + { "simplified" : "超前", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 16737, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "超前", + "transcriptions" : { "pinyin" : "chāo qián", + "numeric" : "chao1 qian2", + "wadegiles" : "ch'ao¹ ch'ien²", + "bopomofo" : "ㄔㄠ ㄑㄧㄢˊ", + "romatzyh" : "chau chyan" }, + "meanings" : [ "to be ahead of one's time", + "to surpass or outdo one's predecessors", + "to be ahead of the pack", + "to take the lead", + "advanced" ], + "classifiers" : [] } ] }, + { "simplified" : "超市", + "radical" : "走", + "level" : [ "new-2", "old-3" ], + "frequency" : 4427, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "超市", + "transcriptions" : { "pinyin" : "chāo shì", + "numeric" : "chao1 shi4", + "wadegiles" : "ch'ao¹ shih⁴", + "bopomofo" : "ㄔㄠ ㄕˋ", + "romatzyh" : "chau shyh" }, + "meanings" : [ "supermarket (abbr. for 超级市场)" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "超速", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 13022, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "超速", + "transcriptions" : { "pinyin" : "chāo sù", + "numeric" : "chao1 su4", + "wadegiles" : "ch'ao¹ su⁴", + "bopomofo" : "ㄔㄠ ㄙㄨˋ", + "romatzyh" : "chau suh" }, + "meanings" : [ "to exceed the speed limit", + "to speed", + "high-speed" ], + "classifiers" : [] } ] }, + { "simplified" : "超越", + "radical" : "走", + "level" : [ "new-5", "old-6" ], + "frequency" : 4202, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "超越", + "transcriptions" : { "pinyin" : "chāo yuè", + "numeric" : "chao1 yue4", + "wadegiles" : "ch'ao¹ yüeh⁴", + "bopomofo" : "ㄔㄠ ㄩㄝˋ", + "romatzyh" : "chau yueh" }, + "meanings" : [ "to surpass", + "to exceed", + "to transcend" ], + "classifiers" : [] } ] }, + { "simplified" : "朝", + "radical" : "月", + "level" : [ "new-3", "old-5" ], + "frequency" : 1321, + "pos" : [ "p", "tg", "b", "v", "q" ], + "forms" : [ { "traditional" : "朝", + "transcriptions" : { "pinyin" : "Cháo", + "numeric" : "Chao2", + "wadegiles" : "ch'ao²", + "bopomofo" : "ㄔㄠˊ", + "romatzyh" : "chaur" }, + "meanings" : [ "abbr. for 朝鲜 Korea" ], + "classifiers" : [] }, + { "traditional" : "朝", + "transcriptions" : { "pinyin" : "cháo", + "numeric" : "chao2", + "wadegiles" : "ch'ao²", + "bopomofo" : "ㄔㄠˊ", + "romatzyh" : "chaur" }, + "meanings" : [ "imperial or royal court", + "government", + "dynasty", + "reign of a sovereign or emperor", + "court or assembly held by a sovereign or emperor", + "to make a pilgrimage to", + "facing", + "towards" ], + "classifiers" : [] }, + { "traditional" : "朝", + "transcriptions" : { "pinyin" : "zhāo", + "numeric" : "zhao1", + "wadegiles" : "chao¹", + "bopomofo" : "ㄓㄠ", + "romatzyh" : "jau" }, + "meanings" : [ "morning" ], + "classifiers" : [] } ] }, + { "simplified" : "朝代", + "radical" : "月", + "level" : [ "new-7+", "old-5" ], + "frequency" : 33998, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "朝代", + "transcriptions" : { "pinyin" : "cháo dài", + "numeric" : "chao2 dai4", + "wadegiles" : "ch'ao² tai⁴", + "bopomofo" : "ㄔㄠˊ ㄉㄞˋ", + "romatzyh" : "chaur day" }, + "meanings" : [ "dynasty", "reign (of a king)" ], + "classifiers" : [] } ] }, + { "simplified" : "朝气蓬勃", + "radical" : "月", + "level" : [ "new-7+", "old-6" ], + "frequency" : 35838, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "朝氣蓬勃", + "transcriptions" : { "pinyin" : "zhāo qì péng bó", + "numeric" : "zhao1 qi4 peng2 bo2", + "wadegiles" : "chao¹ ch'i⁴ p'eng² po²", + "bopomofo" : "ㄓㄠ ㄑㄧˋ ㄆㄥˊ ㄅㄛˊ", + "romatzyh" : "jau chih perng bor" }, + "meanings" : [ "full of youthful energy (idiom); vigorous", + "energetic", + "a bright spark" ], + "classifiers" : [] } ] }, + { "simplified" : "朝三暮四", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 59231, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "朝三暮四", + "transcriptions" : { "pinyin" : "zhāo sān mù sì", + "numeric" : "zhao1 san1 mu4 si4", + "wadegiles" : "chao¹ san¹ mu⁴ ssu⁴", + "bopomofo" : "ㄓㄠ ㄙㄢ ㄇㄨˋ ㄙˋ", + "romatzyh" : "jau san muh syh" }, + "meanings" : [ "lit. say three in the morning but four in the evening (idiom); to change sth that is already settled upon", + "indecisive", + "to blow hot and cold" ], + "classifiers" : [] } ] }, + { "simplified" : "朝夕相处", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 34005, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "朝夕相處", + "transcriptions" : { "pinyin" : "zhāo xī xiāng chǔ", + "numeric" : "zhao1 xi1 xiang1 chu3", + "wadegiles" : "chao¹ hsi¹ hsiang¹ ch'u³", + "bopomofo" : "ㄓㄠ ㄒㄧ ㄒㄧㄤ ㄔㄨˇ", + "romatzyh" : "jau shi shiang chuu" }, + "meanings" : [ "to spend all one's time together (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "朝着", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 6893, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "朝著", + "transcriptions" : { "pinyin" : "cháo zhe", + "numeric" : "chao2 zhe5", + "wadegiles" : "ch'ao² zhe", + "bopomofo" : "ㄔㄠˊ zhe", + "romatzyh" : "chaur zhe" }, + "meanings" : [ "towards" ], + "classifiers" : [] } ] }, + { "simplified" : "嘲弄", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 22630, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "嘲弄", + "transcriptions" : { "pinyin" : "cháo nòng", + "numeric" : "chao2 nong4", + "wadegiles" : "ch'ao² nung⁴", + "bopomofo" : "ㄔㄠˊ ㄋㄨㄥˋ", + "romatzyh" : "chaur nonq" }, + "meanings" : [ "to tease", + "to poke fun at", + "to make fun of" ], + "classifiers" : [] } ] }, + { "simplified" : "嘲笑", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6097, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "嘲笑", + "transcriptions" : { "pinyin" : "cháo xiào", + "numeric" : "chao2 xiao4", + "wadegiles" : "ch'ao² hsiao⁴", + "bopomofo" : "ㄔㄠˊ ㄒㄧㄠˋ", + "romatzyh" : "chaur shiaw" }, + "meanings" : [ "to jeer at", + "to deride", + "to ridicule", + "mockery", + "derision" ], + "classifiers" : [] } ] }, + { "simplified" : "潮", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 5342, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "潮", + "transcriptions" : { "pinyin" : "cháo", + "numeric" : "chao2", + "wadegiles" : "ch'ao²", + "bopomofo" : "ㄔㄠˊ", + "romatzyh" : "chaur" }, + "meanings" : [ "tide", + "damp; moist; humid", + "fashionable; trendy", + "(coll.) inferior; substandard" ], + "classifiers" : [] } ] }, + { "simplified" : "潮流", + "radical" : "氵", + "level" : [ "new-4", "old-6" ], + "frequency" : 6515, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "潮流", + "transcriptions" : { "pinyin" : "cháo liú", + "numeric" : "chao2 liu2", + "wadegiles" : "ch'ao² liu²", + "bopomofo" : "ㄔㄠˊ ㄌㄧㄡˊ", + "romatzyh" : "chaur liou" }, + "meanings" : [ "tide", "current", "trend" ], + "classifiers" : [] } ] }, + { "simplified" : "潮湿", + "radical" : "氵", + "level" : [ "new-4", "old-6" ], + "frequency" : 11797, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "潮濕", + "transcriptions" : { "pinyin" : "cháo shī", + "numeric" : "chao2 shi1", + "wadegiles" : "ch'ao² shih¹", + "bopomofo" : "ㄔㄠˊ ㄕ", + "romatzyh" : "chaur shy" }, + "meanings" : [ "damp", "moist" ], + "classifiers" : [] } ] }, + { "simplified" : "吵", + "radical" : "口", + "level" : [ "new-3", "old-4" ], + "frequency" : 2738, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吵", + "transcriptions" : { "pinyin" : "chǎo", + "numeric" : "chao3", + "wadegiles" : "ch'ao³", + "bopomofo" : "ㄔㄠˇ", + "romatzyh" : "chao" }, + "meanings" : [ "to quarrel", + "to make a noise", + "noisy", + "to disturb by making a noise" ], + "classifiers" : [] } ] }, + { "simplified" : "吵架", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 4413, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吵架", + "transcriptions" : { "pinyin" : "chǎo jià", + "numeric" : "chao3 jia4", + "wadegiles" : "ch'ao³ chia⁴", + "bopomofo" : "ㄔㄠˇ ㄐㄧㄚˋ", + "romatzyh" : "chao jiah" }, + "meanings" : [ "to quarrel", + "to have a row", + "quarrel" ], + "classifiers" : [ "顿" ] } ] }, + { "simplified" : "吵嘴", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 45100, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吵嘴", + "transcriptions" : { "pinyin" : "chǎo zuǐ", + "numeric" : "chao3 zui3", + "wadegiles" : "ch'ao³ tsui³", + "bopomofo" : "ㄔㄠˇ ㄗㄨㄟˇ", + "romatzyh" : "chao tzoei" }, + "meanings" : [ "to quarrel" ], + "classifiers" : [] } ] }, + { "simplified" : "炒", + "radical" : "火", + "level" : [ "new-6", "old-5" ], + "frequency" : 2197, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "炒", + "transcriptions" : { "pinyin" : "chǎo", + "numeric" : "chao3", + "wadegiles" : "ch'ao³", + "bopomofo" : "ㄔㄠˇ", + "romatzyh" : "chao" }, + "meanings" : [ "to sauté", + "to stir-fry", + "to speculate", + "to hype", + "to fire (sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "炒股", + "radical" : "火", + "level" : [ "new-6" ], + "frequency" : 26869, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "炒股", + "transcriptions" : { "pinyin" : "chǎo gǔ", + "numeric" : "chao3 gu3", + "wadegiles" : "ch'ao³ ku³", + "bopomofo" : "ㄔㄠˇ ㄍㄨˇ", + "romatzyh" : "chao guu" }, + "meanings" : [ "(coll.) to speculate in stocks" ], + "classifiers" : [] } ] }, + { "simplified" : "炒作", + "radical" : "火", + "level" : [ "new-6" ], + "frequency" : 13479, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "炒作", + "transcriptions" : { "pinyin" : "chǎo zuò", + "numeric" : "chao3 zuo4", + "wadegiles" : "ch'ao³ tso⁴", + "bopomofo" : "ㄔㄠˇ ㄗㄨㄛˋ", + "romatzyh" : "chao tzuoh" }, + "meanings" : [ "to hype", + "to promote (in the media)" ], + "classifiers" : [] } ] }, + { "simplified" : "车", + "radical" : "车", + "level" : [ "new-1" ], + "frequency" : 186, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "車", + "transcriptions" : { "pinyin" : "Chē", + "numeric" : "Che1", + "wadegiles" : "ch'e¹", + "bopomofo" : "ㄔㄜ", + "romatzyh" : "che" }, + "meanings" : [ "surname Che" ], + "classifiers" : [] }, + { "traditional" : "車", + "transcriptions" : { "pinyin" : "chē", + "numeric" : "che1", + "wadegiles" : "ch'e¹", + "bopomofo" : "ㄔㄜ", + "romatzyh" : "che" }, + "meanings" : [ "car", + "vehicle", + "machine", + "to shape with a lathe", + "Kangxi radical 159" ], + "classifiers" : [ "辆" ] }, + { "traditional" : "車", + "transcriptions" : { "pinyin" : "jū", + "numeric" : "ju1", + "wadegiles" : "chü¹", + "bopomofo" : "ㄐㄩ", + "romatzyh" : "jiu" }, + "meanings" : [ "war chariot (archaic)", + "rook (in Chinese chess)", + "rook (in chess)" ], + "classifiers" : [] } ] }, + { "simplified" : "车道", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 9479, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車道", + "transcriptions" : { "pinyin" : "chē dào", + "numeric" : "che1 dao4", + "wadegiles" : "ch'e¹ tao⁴", + "bopomofo" : "ㄔㄜ ㄉㄠˋ", + "romatzyh" : "che daw" }, + "meanings" : [ "traffic lane", "driveway" ], + "classifiers" : [] } ] }, + { "simplified" : "车号", + "radical" : "车", + "level" : [ "new-6" ], + "frequency" : 34947, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車號", + "transcriptions" : { "pinyin" : "chē hào", + "numeric" : "che1 hao4", + "wadegiles" : "ch'e¹ hao⁴", + "bopomofo" : "ㄔㄜ ㄏㄠˋ", + "romatzyh" : "che haw" }, + "meanings" : [ "vehicle number (license plate number, taxi number, bus number, train car number)" ], + "classifiers" : [] } ] }, + { "simplified" : "车祸", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 4500, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車禍", + "transcriptions" : { "pinyin" : "chē huò", + "numeric" : "che1 huo4", + "wadegiles" : "ch'e¹ huo⁴", + "bopomofo" : "ㄔㄜ ㄏㄨㄛˋ", + "romatzyh" : "che huoh" }, + "meanings" : [ "traffic accident", "car crash" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "车间", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 9037, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車間", + "transcriptions" : { "pinyin" : "chē jiān", + "numeric" : "che1 jian1", + "wadegiles" : "ch'e¹ chien¹", + "bopomofo" : "ㄔㄜ ㄐㄧㄢ", + "romatzyh" : "che jian" }, + "meanings" : [ "workshop" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "车库", + "radical" : "车", + "level" : [ "old-5" ], + "frequency" : 8202, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車庫", + "transcriptions" : { "pinyin" : "chē kù", + "numeric" : "che1 ku4", + "wadegiles" : "ch'e¹ k'u⁴", + "bopomofo" : "ㄔㄜ ㄎㄨˋ", + "romatzyh" : "che kuh" }, + "meanings" : [ "garage" ], + "classifiers" : [] } ] }, + { "simplified" : "车辆", + "radical" : "车", + "level" : [ "new-2" ], + "frequency" : 2947, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車輛", + "transcriptions" : { "pinyin" : "chē liàng", + "numeric" : "che1 liang4", + "wadegiles" : "ch'e¹ liang⁴", + "bopomofo" : "ㄔㄜ ㄌㄧㄤˋ", + "romatzyh" : "che lianq" }, + "meanings" : [ "vehicle" ], + "classifiers" : [] } ] }, + { "simplified" : "车轮", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 11785, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車輪", + "transcriptions" : { "pinyin" : "chē lún", + "numeric" : "che1 lun2", + "wadegiles" : "ch'e¹ lun²", + "bopomofo" : "ㄔㄜ ㄌㄨㄣˊ", + "romatzyh" : "che luen" }, + "meanings" : [ "wheel" ], + "classifiers" : [] } ] }, + { "simplified" : "车牌", + "radical" : "车", + "level" : [ "new-6" ], + "frequency" : 7516, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車牌", + "transcriptions" : { "pinyin" : "chē pái", + "numeric" : "che1 pai2", + "wadegiles" : "ch'e¹ p'ai²", + "bopomofo" : "ㄔㄜ ㄆㄞˊ", + "romatzyh" : "che pair" }, + "meanings" : [ "license plate" ], + "classifiers" : [] } ] }, + { "simplified" : "车票", + "radical" : "车", + "level" : [ "new-1" ], + "frequency" : 7701, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車票", + "transcriptions" : { "pinyin" : "chē piào", + "numeric" : "che1 piao4", + "wadegiles" : "ch'e¹ p'iao⁴", + "bopomofo" : "ㄔㄜ ㄆㄧㄠˋ", + "romatzyh" : "che piaw" }, + "meanings" : [ "ticket (for a bus or train)" ], + "classifiers" : [] } ] }, + { "simplified" : "车上", + "radical" : "车", + "level" : [ "new-1" ], + "frequency" : 1997, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "車上", + "transcriptions" : { "pinyin" : "chē shàng", + "numeric" : "che1 shang4", + "wadegiles" : "ch'e¹ shang⁴", + "bopomofo" : "ㄔㄜ ㄕㄤˋ", + "romatzyh" : "che shanq" }, + "meanings" : [ "Car" ], + "classifiers" : [] } ] }, + { "simplified" : "车速", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 16715, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車速", + "transcriptions" : { "pinyin" : "chē sù", + "numeric" : "che1 su4", + "wadegiles" : "ch'e¹ su⁴", + "bopomofo" : "ㄔㄜ ㄙㄨˋ", + "romatzyh" : "che suh" }, + "meanings" : [ "vehicle speed" ], + "classifiers" : [] } ] }, + { "simplified" : "车位", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 12501, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車位", + "transcriptions" : { "pinyin" : "chē wèi", + "numeric" : "che1 wei4", + "wadegiles" : "ch'e¹ wei⁴", + "bopomofo" : "ㄔㄜ ㄨㄟˋ", + "romatzyh" : "che wey" }, + "meanings" : [ "parking spot", + "unloading point", + "garage place", + "stand for taxi" ], + "classifiers" : [] } ] }, + { "simplified" : "车厢", + "radical" : "车", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7116, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車廂", + "transcriptions" : { "pinyin" : "chē xiāng", + "numeric" : "che1 xiang1", + "wadegiles" : "ch'e¹ hsiang¹", + "bopomofo" : "ㄔㄜ ㄒㄧㄤ", + "romatzyh" : "che shiang" }, + "meanings" : [ "carriage" ], + "classifiers" : [ "节" ] } ] }, + { "simplified" : "车型", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 10111, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車型", + "transcriptions" : { "pinyin" : "chē xíng", + "numeric" : "che1 xing2", + "wadegiles" : "ch'e¹ hsing²", + "bopomofo" : "ㄔㄜ ㄒㄧㄥˊ", + "romatzyh" : "che shyng" }, + "meanings" : [ "vehicle model (i.e. particular version of a car or motorcycle etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "车展", + "radical" : "车", + "level" : [ "new-6" ], + "frequency" : 5983, + "pos" : [], + "forms" : [ { "traditional" : "車展", + "transcriptions" : { "pinyin" : "chē zhǎn", + "numeric" : "che1 zhan3", + "wadegiles" : "ch'e¹ chan³", + "bopomofo" : "ㄔㄜ ㄓㄢˇ", + "romatzyh" : "che jaan" }, + "meanings" : [ "motor show" ], + "classifiers" : [] } ] }, + { "simplified" : "车站", + "radical" : "车", + "level" : [ "new-1" ], + "frequency" : 4480, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車站", + "transcriptions" : { "pinyin" : "chē zhàn", + "numeric" : "che1 zhan4", + "wadegiles" : "ch'e¹ chan⁴", + "bopomofo" : "ㄔㄜ ㄓㄢˋ", + "romatzyh" : "che jann" }, + "meanings" : [ "rail station", "bus stop" ], + "classifiers" : [ "处", "个" ] } ] }, + { "simplified" : "车轴", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 39936, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車軸", + "transcriptions" : { "pinyin" : "chē zhóu", + "numeric" : "che1 zhou2", + "wadegiles" : "ch'e¹ chou²", + "bopomofo" : "ㄔㄜ ㄓㄡˊ", + "romatzyh" : "che jour" }, + "meanings" : [ "axle" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "车主", + "radical" : "车", + "level" : [ "new-5" ], + "frequency" : 8285, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "車主", + "transcriptions" : { "pinyin" : "chē zhǔ", + "numeric" : "che1 zhu3", + "wadegiles" : "ch'e¹ chu³", + "bopomofo" : "ㄔㄜ ㄓㄨˇ", + "romatzyh" : "che juu" }, + "meanings" : [ "vehicle owner" ], + "classifiers" : [] } ] }, + { "simplified" : "扯", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 3440, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扯", + "transcriptions" : { "pinyin" : "chě", + "numeric" : "che3", + "wadegiles" : "ch'e³", + "bopomofo" : "ㄔㄜˇ", + "romatzyh" : "chee" }, + "meanings" : [ "to pull", + "to tear", + "(of cloth, thread etc) to buy", + "to chat", + "to gossip", + "(coll.) (Tw) ridiculous", + "hokey" ], + "classifiers" : [] }, + { "traditional" : "撦", + "transcriptions" : { "pinyin" : "chě", + "numeric" : "che3", + "wadegiles" : "ch'e³", + "bopomofo" : "ㄔㄜˇ", + "romatzyh" : "chee" }, + "meanings" : [ "variant of 扯", + "to pull", + "to tear" ], + "classifiers" : [] } ] }, + { "simplified" : "彻底", + "radical" : "彳", + "level" : [ "new-4", "old-5" ], + "frequency" : 1659, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "徹底", + "transcriptions" : { "pinyin" : "chè dǐ", + "numeric" : "che4 di3", + "wadegiles" : "ch'e⁴ ti³", + "bopomofo" : "ㄔㄜˋ ㄉㄧˇ", + "romatzyh" : "cheh dii" }, + "meanings" : [ "thorough", + "thoroughly", + "complete" ], + "classifiers" : [] } ] }, + { "simplified" : "彻夜", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 18457, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "徹夜", + "transcriptions" : { "pinyin" : "chè yè", + "numeric" : "che4 ye4", + "wadegiles" : "ch'e⁴ yeh⁴", + "bopomofo" : "ㄔㄜˋ ㄧㄝˋ", + "romatzyh" : "cheh yeh" }, + "meanings" : [ "the whole night" ], + "classifiers" : [] } ] }, + { "simplified" : "撤", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 5225, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撤", + "transcriptions" : { "pinyin" : "chè", + "numeric" : "che4", + "wadegiles" : "ch'e⁴", + "bopomofo" : "ㄔㄜˋ", + "romatzyh" : "cheh" }, + "meanings" : [ "to remove; to take away" ], + "classifiers" : [] } ] }, + { "simplified" : "撤换", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 31152, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撤換", + "transcriptions" : { "pinyin" : "chè huàn", + "numeric" : "che4 huan4", + "wadegiles" : "ch'e⁴ huan⁴", + "bopomofo" : "ㄔㄜˋ ㄏㄨㄢˋ", + "romatzyh" : "cheh huann" }, + "meanings" : [ "to dismiss and replace (sb)", + "to replace (sb or sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "撤离", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 6671, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撤離", + "transcriptions" : { "pinyin" : "chè lí", + "numeric" : "che4 li2", + "wadegiles" : "ch'e⁴ li²", + "bopomofo" : "ㄔㄜˋ ㄌㄧˊ", + "romatzyh" : "cheh li" }, + "meanings" : [ "to withdraw from", "to evacuate" ], + "classifiers" : [] } ] }, + { "simplified" : "撤退", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 8153, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撤退", + "transcriptions" : { "pinyin" : "chè tuì", + "numeric" : "che4 tui4", + "wadegiles" : "ch'e⁴ t'ui⁴", + "bopomofo" : "ㄔㄜˋ ㄊㄨㄟˋ", + "romatzyh" : "cheh tuey" }, + "meanings" : [ "to retreat" ], + "classifiers" : [] } ] }, + { "simplified" : "撤销", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 6251, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "撤銷", + "transcriptions" : { "pinyin" : "chè xiāo", + "numeric" : "che4 xiao1", + "wadegiles" : "ch'e⁴ hsiao¹", + "bopomofo" : "ㄔㄜˋ ㄒㄧㄠ", + "romatzyh" : "cheh shiau" }, + "meanings" : [ "to repeal", + "to revoke", + "(computing) to undo" ], + "classifiers" : [] } ] }, + { "simplified" : "沉", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 4077, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "沉", + "transcriptions" : { "pinyin" : "chén", + "numeric" : "chen2", + "wadegiles" : "ch'en²", + "bopomofo" : "ㄔㄣˊ", + "romatzyh" : "chern" }, + "meanings" : [ "to submerge", + "to immerse", + "to sink", + "to keep down", + "to lower", + "to drop", + "deep", + "profound", + "heavy" ], + "classifiers" : [] } ] }, + { "simplified" : "沉甸甸", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 37849, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "沉甸甸", + "transcriptions" : { "pinyin" : "chén diàn diàn", + "numeric" : "chen2 dian4 dian4", + "wadegiles" : "ch'en² tien⁴ tien⁴", + "bopomofo" : "ㄔㄣˊ ㄉㄧㄢˋ ㄉㄧㄢˋ", + "romatzyh" : "chern diann diann" }, + "meanings" : [ "heavy" ], + "classifiers" : [] } ] }, + { "simplified" : "沉淀", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20934, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "沉澱", + "transcriptions" : { "pinyin" : "chén diàn", + "numeric" : "chen2 dian4", + "wadegiles" : "ch'en² tien⁴", + "bopomofo" : "ㄔㄣˊ ㄉㄧㄢˋ", + "romatzyh" : "chern diann" }, + "meanings" : [ "to settle; to precipitate", + "sedimentation" ], + "classifiers" : [] } ] }, + { "simplified" : "沉浸", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 9604, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沉浸", + "transcriptions" : { "pinyin" : "chén jìn", + "numeric" : "chen2 jin4", + "wadegiles" : "ch'en² chin⁴", + "bopomofo" : "ㄔㄣˊ ㄐㄧㄣˋ", + "romatzyh" : "chern jinn" }, + "meanings" : [ "to soak", + "to permeate", + "to immerse" ], + "classifiers" : [] } ] }, + { "simplified" : "沉闷", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14168, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "沉悶", + "transcriptions" : { "pinyin" : "chén mèn", + "numeric" : "chen2 men4", + "wadegiles" : "ch'en² men⁴", + "bopomofo" : "ㄔㄣˊ ㄇㄣˋ", + "romatzyh" : "chern menn" }, + "meanings" : [ "oppressive (of weather)", + "heavy", + "depressed", + "not happy", + "(of sound) dull", + "muffled" ], + "classifiers" : [] } ] }, + { "simplified" : "沉迷", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10833, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沉迷", + "transcriptions" : { "pinyin" : "chén mí", + "numeric" : "chen2 mi2", + "wadegiles" : "ch'en² mi²", + "bopomofo" : "ㄔㄣˊ ㄇㄧˊ", + "romatzyh" : "chern mi" }, + "meanings" : [ "to be engrossed", + "to be absorbed with", + "to lose oneself in", + "to be addicted to" ], + "classifiers" : [] } ] }, + { "simplified" : "沉默", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 3369, + "pos" : [ "an", "a", "v" ], + "forms" : [ { "traditional" : "沉默", + "transcriptions" : { "pinyin" : "chén mò", + "numeric" : "chen2 mo4", + "wadegiles" : "ch'en² mo⁴", + "bopomofo" : "ㄔㄣˊ ㄇㄛˋ", + "romatzyh" : "chern moh" }, + "meanings" : [ "taciturn", + "uncommunicative", + "silent" ], + "classifiers" : [] } ] }, + { "simplified" : "沉思", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12703, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "沉思", + "transcriptions" : { "pinyin" : "chén sī", + "numeric" : "chen2 si1", + "wadegiles" : "ch'en² ssu¹", + "bopomofo" : "ㄔㄣˊ ㄙ", + "romatzyh" : "chern sy" }, + "meanings" : [ "to contemplate", + "to ponder", + "contemplation", + "meditation" ], + "classifiers" : [] } ] }, + { "simplified" : "沉稳", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 21483, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "沉穩", + "transcriptions" : { "pinyin" : "chén wěn", + "numeric" : "chen2 wen3", + "wadegiles" : "ch'en² wen³", + "bopomofo" : "ㄔㄣˊ ㄨㄣˇ", + "romatzyh" : "chern woen" }, + "meanings" : [ "steady", "calm", "unflustered" ], + "classifiers" : [] } ] }, + { "simplified" : "沉着", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14088, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "沉著", + "transcriptions" : { "pinyin" : "chén zhuó", + "numeric" : "chen2 zhuo2", + "wadegiles" : "ch'en² cho²", + "bopomofo" : "ㄔㄣˊ ㄓㄨㄛˊ", + "romatzyh" : "chern jwo" }, + "meanings" : [ "steady", + "calm and collected", + "not nervous" ], + "classifiers" : [] } ] }, + { "simplified" : "沉重", + "radical" : "氵", + "level" : [ "new-4", "old-6" ], + "frequency" : 5595, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "沉重", + "transcriptions" : { "pinyin" : "chén zhòng", + "numeric" : "chen2 zhong4", + "wadegiles" : "ch'en² chung⁴", + "bopomofo" : "ㄔㄣˊ ㄓㄨㄥˋ", + "romatzyh" : "chern jonq" }, + "meanings" : [ "heavy", + "hard", + "serious", + "critical" ], + "classifiers" : [] } ] }, + { "simplified" : "陈旧", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14439, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "陳舊", + "transcriptions" : { "pinyin" : "chén jiù", + "numeric" : "chen2 jiu4", + "wadegiles" : "ch'en² chiu⁴", + "bopomofo" : "ㄔㄣˊ ㄐㄧㄡˋ", + "romatzyh" : "chern jiow" }, + "meanings" : [ "old-fashioned" ], + "classifiers" : [] } ] }, + { "simplified" : "陈列", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18588, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "陳列", + "transcriptions" : { "pinyin" : "chén liè", + "numeric" : "chen2 lie4", + "wadegiles" : "ch'en² lieh⁴", + "bopomofo" : "ㄔㄣˊ ㄌㄧㄝˋ", + "romatzyh" : "chern lieh" }, + "meanings" : [ "to display; to exhibit" ], + "classifiers" : [] } ] }, + { "simplified" : "陈述", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5955, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "陳述", + "transcriptions" : { "pinyin" : "chén shù", + "numeric" : "chen2 shu4", + "wadegiles" : "ch'en² shu⁴", + "bopomofo" : "ㄔㄣˊ ㄕㄨˋ", + "romatzyh" : "chern shuh" }, + "meanings" : [ "an assertion", + "to declare", + "to state" ], + "classifiers" : [] } ] }, + { "simplified" : "衬衫", + "radical" : "衤", + "level" : [ "new-3", "old-3" ], + "frequency" : 4988, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "襯衫", + "transcriptions" : { "pinyin" : "chèn shān", + "numeric" : "chen4 shan1", + "wadegiles" : "ch'en⁴ shan¹", + "bopomofo" : "ㄔㄣˋ ㄕㄢ", + "romatzyh" : "chenn shan" }, + "meanings" : [ "shirt", "blouse" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "衬托", + "radical" : "衤", + "level" : [ "new-7+" ], + "frequency" : 18202, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "襯托", + "transcriptions" : { "pinyin" : "chèn tuō", + "numeric" : "chen4 tuo1", + "wadegiles" : "ch'en⁴ t'o¹", + "bopomofo" : "ㄔㄣˋ ㄊㄨㄛ", + "romatzyh" : "chenn tuo" }, + "meanings" : [ "to set off" ], + "classifiers" : [] } ] }, + { "simplified" : "衬衣", + "radical" : "衤", + "level" : [ "new-3" ], + "frequency" : 10289, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "襯衣", + "transcriptions" : { "pinyin" : "chèn yī", + "numeric" : "chen4 yi1", + "wadegiles" : "ch'en⁴ i¹", + "bopomofo" : "ㄔㄣˋ ㄧ", + "romatzyh" : "chenn i" }, + "meanings" : [ "shirt" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "趁", + "radical" : "走", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4043, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "趁", + "transcriptions" : { "pinyin" : "chèn", + "numeric" : "chen4", + "wadegiles" : "ch'en⁴", + "bopomofo" : "ㄔㄣˋ", + "romatzyh" : "chenn" }, + "meanings" : [ "to avail oneself of", + "to take advantage of" ], + "classifiers" : [] }, + { "traditional" : "趂", + "transcriptions" : { "pinyin" : "chèn", + "numeric" : "chen4", + "wadegiles" : "ch'en⁴", + "bopomofo" : "ㄔㄣˋ", + "romatzyh" : "chenn" }, + "meanings" : [ "old variant of 趁" ], + "classifiers" : [] } ] }, + { "simplified" : "趁机", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 12640, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "趁機", + "transcriptions" : { "pinyin" : "chèn jī", + "numeric" : "chen4 ji1", + "wadegiles" : "ch'en⁴ chi¹", + "bopomofo" : "ㄔㄣˋ ㄐㄧ", + "romatzyh" : "chenn ji" }, + "meanings" : [ "to seize an opportunity", + "to take advantage of situation" ], + "classifiers" : [] } ] }, + { "simplified" : "趁早", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 23121, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "趁早", + "transcriptions" : { "pinyin" : "chèn zǎo", + "numeric" : "chen4 zao3", + "wadegiles" : "ch'en⁴ tsao³", + "bopomofo" : "ㄔㄣˋ ㄗㄠˇ", + "romatzyh" : "chenn tzao" }, + "meanings" : [ "as soon as possible", + "at the first opportunity", + "the sooner the better", + "before it's too late" ], + "classifiers" : [] } ] }, + { "simplified" : "趁着", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 11732, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "趁著", + "transcriptions" : { "pinyin" : "chènzhe", + "numeric" : "chènzhe", + "wadegiles" : "chènzhe", + "bopomofo" : "chènzhe", + "romatzyh" : "chènzhe" }, + "meanings" : [ "while" ], + "classifiers" : [] } ] }, + { "simplified" : "称", + "radical" : "禾", + "level" : [ "new-2", "old-5" ], + "frequency" : 1100, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "稱", + "transcriptions" : { "pinyin" : "chèn", + "numeric" : "chen4", + "wadegiles" : "ch'en⁴", + "bopomofo" : "ㄔㄣˋ", + "romatzyh" : "chenn" }, + "meanings" : [ "to fit", "balanced", "suitable" ], + "classifiers" : [] }, + { "traditional" : "稱", + "transcriptions" : { "pinyin" : "chēng", + "numeric" : "cheng1", + "wadegiles" : "ch'eng¹", + "bopomofo" : "ㄔㄥ", + "romatzyh" : "cheng" }, + "meanings" : [ "to weigh", + "to state", + "to name", + "name", + "appellation", + "to praise" ], + "classifiers" : [] }, + { "traditional" : "稱", + "transcriptions" : { "pinyin" : "chèng", + "numeric" : "cheng4", + "wadegiles" : "ch'eng⁴", + "bopomofo" : "ㄔㄥˋ", + "romatzyh" : "chenq" }, + "meanings" : [ "variant of 秤", "steelyard" ], + "classifiers" : [] } ] }, + { "simplified" : "称", + "radical" : "禾", + "level" : [ "new-2" ], + "frequency" : 1100, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "稱", + "transcriptions" : { "pinyin" : "chèn", + "numeric" : "chen4", + "wadegiles" : "ch'en⁴", + "bopomofo" : "ㄔㄣˋ", + "romatzyh" : "chenn" }, + "meanings" : [ "to fit", "balanced", "suitable" ], + "classifiers" : [] }, + { "traditional" : "稱", + "transcriptions" : { "pinyin" : "chēng", + "numeric" : "cheng1", + "wadegiles" : "ch'eng¹", + "bopomofo" : "ㄔㄥ", + "romatzyh" : "cheng" }, + "meanings" : [ "to weigh", + "to state", + "to name", + "name", + "appellation", + "to praise" ], + "classifiers" : [] }, + { "traditional" : "稱", + "transcriptions" : { "pinyin" : "chèng", + "numeric" : "cheng4", + "wadegiles" : "ch'eng⁴", + "bopomofo" : "ㄔㄥˋ", + "romatzyh" : "chenq" }, + "meanings" : [ "variant of 秤", "steelyard" ], + "classifiers" : [] } ] }, + { "simplified" : "称号", + "radical" : "禾", + "level" : [ "new-5", "old-6" ], + "frequency" : 7705, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稱號", + "transcriptions" : { "pinyin" : "chēng hào", + "numeric" : "cheng1 hao4", + "wadegiles" : "ch'eng¹ hao⁴", + "bopomofo" : "ㄔㄥ ㄏㄠˋ", + "romatzyh" : "cheng haw" }, + "meanings" : [ "name", "term of address", "title" ], + "classifiers" : [] } ] }, + { "simplified" : "称呼", + "radical" : "禾", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6082, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "稱呼", + "transcriptions" : { "pinyin" : "chēng hu", + "numeric" : "cheng1 hu5", + "wadegiles" : "ch'eng¹ hu", + "bopomofo" : "ㄔㄥ hu", + "romatzyh" : "cheng hu" }, + "meanings" : [ "to call; to address as", + "form of address; appellation" ], + "classifiers" : [] } ] }, + { "simplified" : "称为", + "radical" : "禾", + "level" : [ "new-3" ], + "frequency" : 2946, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "稱為", + "transcriptions" : { "pinyin" : "chēng wéi", + "numeric" : "cheng1 wei2", + "wadegiles" : "ch'eng¹ wei²", + "bopomofo" : "ㄔㄥ ㄨㄟˊ", + "romatzyh" : "cheng wei" }, + "meanings" : [ "to be called; to be known as; to call it \"...\"" ], + "classifiers" : [] } ] }, + { "simplified" : "称心如意", + "radical" : "禾", + "level" : [ "old-6" ], + "frequency" : 37311, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "稱心如意", + "transcriptions" : { "pinyin" : "chèn xīn rú yì", + "numeric" : "chen4 xin1 ru2 yi4", + "wadegiles" : "ch'en⁴ hsin¹ ju² i⁴", + "bopomofo" : "ㄔㄣˋ ㄒㄧㄣ ㄖㄨˊ ㄧˋ", + "romatzyh" : "chenn shin ru yih" }, + "meanings" : [ "(idiom) after one's own heart; gratifying; satisfactory; everything one could wish" ], + "classifiers" : [] } ] }, + { "simplified" : "称赞", + "radical" : "禾", + "level" : [ "new-4", "old-5" ], + "frequency" : 8495, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "稱讚", + "transcriptions" : { "pinyin" : "chēng zàn", + "numeric" : "cheng1 zan4", + "wadegiles" : "ch'eng¹ tsan⁴", + "bopomofo" : "ㄔㄥ ㄗㄢˋ", + "romatzyh" : "cheng tzann" }, + "meanings" : [ "to praise", + "to acclaim", + "to commend", + "to compliment" ], + "classifiers" : [] } ] }, + { "simplified" : "称作", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 8940, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "稱作", + "transcriptions" : { "pinyin" : "chēng zuò", + "numeric" : "cheng1 zuo4", + "wadegiles" : "ch'eng¹ tso⁴", + "bopomofo" : "ㄔㄥ ㄗㄨㄛˋ", + "romatzyh" : "cheng tzuoh" }, + "meanings" : [ "to be called; to be known as" ], + "classifiers" : [] } ] }, + { "simplified" : "撑", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 3301, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撐", + "transcriptions" : { "pinyin" : "chēng", + "numeric" : "cheng1", + "wadegiles" : "ch'eng¹", + "bopomofo" : "ㄔㄥ", + "romatzyh" : "cheng" }, + "meanings" : [ "to support", + "to prop up", + "to push or move with a pole", + "to maintain", + "to open or unfurl", + "to fill to bursting point", + "brace", + "stay", + "support" ], + "classifiers" : [] } ] }, + { "simplified" : "成", + "radical" : "戈", + "level" : [ "new-2" ], + "frequency" : 227, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "成", + "transcriptions" : { "pinyin" : "Chéng", + "numeric" : "Cheng2", + "wadegiles" : "ch'eng²", + "bopomofo" : "ㄔㄥˊ", + "romatzyh" : "cherng" }, + "meanings" : [ "surname Cheng" ], + "classifiers" : [] }, + { "traditional" : "成", + "transcriptions" : { "pinyin" : "chéng", + "numeric" : "cheng2", + "wadegiles" : "ch'eng²", + "bopomofo" : "ㄔㄥˊ", + "romatzyh" : "cherng" }, + "meanings" : [ "to succeed", + "to finish", + "to complete", + "to accomplish", + "to become", + "to turn into", + "to be all right", + "OK!", + "one tenth" ], + "classifiers" : [] } ] }, + { "simplified" : "成本", + "radical" : "戈", + "level" : [ "new-5", "old-6" ], + "frequency" : 4698, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "成本", + "transcriptions" : { "pinyin" : "chéng běn", + "numeric" : "cheng2 ben3", + "wadegiles" : "ch'eng² pen³", + "bopomofo" : "ㄔㄥˊ ㄅㄣˇ", + "romatzyh" : "cherng been" }, + "meanings" : [ "(manufacturing, production etc) costs" ], + "classifiers" : [] } ] }, + { "simplified" : "成才", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 27672, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "成才", + "transcriptions" : { "pinyin" : "chéng cái", + "numeric" : "cheng2 cai2", + "wadegiles" : "ch'eng² ts'ai²", + "bopomofo" : "ㄔㄥˊ ㄘㄞˊ", + "romatzyh" : "cherng tsair" }, + "meanings" : [ "to make sth of oneself", + "to become a person who is worthy of respect" ], + "classifiers" : [] } ] }, + { "simplified" : "成分", + "radical" : "戈", + "level" : [ "new-6", "old-5" ], + "frequency" : 4143, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "成分", + "transcriptions" : { "pinyin" : "chéng fèn", + "numeric" : "cheng2 fen4", + "wadegiles" : "ch'eng² fen⁴", + "bopomofo" : "ㄔㄥˊ ㄈㄣˋ", + "romatzyh" : "cherng fenn" }, + "meanings" : [ "composition; ingredient; element; component", + "one's social status" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "成功", + "radical" : "戈", + "level" : [ "new-3", "old-4" ], + "frequency" : 476, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "成功", + "transcriptions" : { "pinyin" : "Chéng gōng", + "numeric" : "Cheng2 gong1", + "wadegiles" : "ch'eng² kung¹", + "bopomofo" : "ㄔㄥˊ ㄍㄨㄥ", + "romatzyh" : "cherng gong" }, + "meanings" : [ "Chenggong or Chengkung town in Taitung County 台东县, southeast Taiwan" ], + "classifiers" : [] }, + { "traditional" : "成功", + "transcriptions" : { "pinyin" : "chéng gōng", + "numeric" : "cheng2 gong1", + "wadegiles" : "ch'eng² kung¹", + "bopomofo" : "ㄔㄥˊ ㄍㄨㄥ", + "romatzyh" : "cherng gong" }, + "meanings" : [ "success", "to succeed" ], + "classifiers" : [ "次", "个" ] } ] }, + { "simplified" : "成果", + "radical" : "戈", + "level" : [ "new-3", "old-5" ], + "frequency" : 3448, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "成果", + "transcriptions" : { "pinyin" : "chéng guǒ", + "numeric" : "cheng2 guo3", + "wadegiles" : "ch'eng² kuo³", + "bopomofo" : "ㄔㄥˊ ㄍㄨㄛˇ", + "romatzyh" : "cherng guoo" }, + "meanings" : [ "result", + "achievement", + "gain", + "profit" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "成绩", + "radical" : "戈", + "level" : [ "new-2", "old-3" ], + "frequency" : 1888, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "成績", + "transcriptions" : { "pinyin" : "chéng jì", + "numeric" : "cheng2 ji4", + "wadegiles" : "ch'eng² chi⁴", + "bopomofo" : "ㄔㄥˊ ㄐㄧˋ", + "romatzyh" : "cherng jih" }, + "meanings" : [ "achievement", + "performance records", + "grades" ], + "classifiers" : [ "项", "个" ] } ] }, + { "simplified" : "成家", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 18911, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "成家", + "transcriptions" : { "pinyin" : "chéng jiā", + "numeric" : "cheng2 jia1", + "wadegiles" : "ch'eng² chia¹", + "bopomofo" : "ㄔㄥˊ ㄐㄧㄚ", + "romatzyh" : "cherng jia" }, + "meanings" : [ "to settle down and get married (of a man)", + "to become a recognized expert" ], + "classifiers" : [] } ] }, + { "simplified" : "成交", + "radical" : "戈", + "level" : [ "new-5", "old-6" ], + "frequency" : 2831, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "成交", + "transcriptions" : { "pinyin" : "chéng jiāo", + "numeric" : "cheng2 jiao1", + "wadegiles" : "ch'eng² chiao¹", + "bopomofo" : "ㄔㄥˊ ㄐㄧㄠ", + "romatzyh" : "cherng jiau" }, + "meanings" : [ "to complete a contract", + "to reach a deal" ], + "classifiers" : [] } ] }, + { "simplified" : "成就", + "radical" : "戈", + "level" : [ "new-3", "old-5" ], + "frequency" : 3075, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "成就", + "transcriptions" : { "pinyin" : "chéng jiù", + "numeric" : "cheng2 jiu4", + "wadegiles" : "ch'eng² chiu⁴", + "bopomofo" : "ㄔㄥˊ ㄐㄧㄡˋ", + "romatzyh" : "cherng jiow" }, + "meanings" : [ "accomplishment", + "success", + "achievement", + "to achieve (a result)", + "to create", + "to bring about" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "成立", + "radical" : "戈", + "level" : [ "new-3", "old-5" ], + "frequency" : 2498, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "成立", + "transcriptions" : { "pinyin" : "chéng lì", + "numeric" : "cheng2 li4", + "wadegiles" : "ch'eng² li⁴", + "bopomofo" : "ㄔㄥˊ ㄌㄧˋ", + "romatzyh" : "cherng lih" }, + "meanings" : [ "to establish", + "to set up", + "to be tenable", + "to hold water" ], + "classifiers" : [] } ] }, + { "simplified" : "成年", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 8809, + "pos" : [ "vn", "n", "b" ], + "forms" : [ { "traditional" : "成年", + "transcriptions" : { "pinyin" : "chéng nián", + "numeric" : "cheng2 nian2", + "wadegiles" : "ch'eng² nien²", + "bopomofo" : "ㄔㄥˊ ㄋㄧㄢˊ", + "romatzyh" : "cherng nian" }, + "meanings" : [ "to grow to adulthood", + "fully grown; adult", + "the whole year" ], + "classifiers" : [] } ] }, + { "simplified" : "成品", + "radical" : "戈", + "level" : [ "new-6" ], + "frequency" : 13463, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "成品", + "transcriptions" : { "pinyin" : "chéng pǐn", + "numeric" : "cheng2 pin3", + "wadegiles" : "ch'eng² p'in³", + "bopomofo" : "ㄔㄥˊ ㄆㄧㄣˇ", + "romatzyh" : "cherng piin" }, + "meanings" : [ "finished goods", + "a finished product" ], + "classifiers" : [] } ] }, + { "simplified" : "成千上万", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 9841, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "成千上萬", + "transcriptions" : { "pinyin" : "chéng qiān shàng wàn", + "numeric" : "cheng2 qian1 shang4 wan4", + "wadegiles" : "ch'eng² ch'ien¹ shang⁴ wan⁴", + "bopomofo" : "ㄔㄥˊ ㄑㄧㄢ ㄕㄤˋ ㄨㄢˋ", + "romatzyh" : "cherng chian shanq wann" }, + "meanings" : [ "lit. by the thousands and tens of thousands (idiom); untold numbers", + "innumerable", + "thousands upon thousands" ], + "classifiers" : [] } ] }, + { "simplified" : "成群结队", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 32277, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "成群結隊", + "transcriptions" : { "pinyin" : "chéng qún jié duì", + "numeric" : "cheng2 qun2 jie2 dui4", + "wadegiles" : "ch'eng² ch'ün² chieh² tui⁴", + "bopomofo" : "ㄔㄥˊ ㄑㄩㄣˊ ㄐㄧㄝˊ ㄉㄨㄟˋ", + "romatzyh" : "cherng chyun jye duey" }, + "meanings" : [ "making up a group, forming a troupe (idiom); in large numbers", + "as a large crowd" ], + "classifiers" : [] } ] }, + { "simplified" : "成人", + "radical" : "戈", + "level" : [ "new-4" ], + "frequency" : 4923, + "pos" : [ "n", "v", "nr" ], + "forms" : [ { "traditional" : "成人", + "transcriptions" : { "pinyin" : "chéng rén", + "numeric" : "cheng2 ren2", + "wadegiles" : "ch'eng² jen²", + "bopomofo" : "ㄔㄥˊ ㄖㄣˊ", + "romatzyh" : "cherng ren" }, + "meanings" : [ "adult" ], + "classifiers" : [] } ] }, + { "simplified" : "成熟", + "radical" : "戈", + "level" : [ "new-3", "old-4" ], + "frequency" : 1955, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "成熟", + "transcriptions" : { "pinyin" : "chéng shú", + "numeric" : "cheng2 shu2", + "wadegiles" : "ch'eng² shu²", + "bopomofo" : "ㄔㄥˊ ㄕㄨˊ", + "romatzyh" : "cherng shwu" }, + "meanings" : [ "mature; ripe", + "to mature; to ripen", + "Taiwan pr. [chéng shóu]" ], + "classifiers" : [] } ] }, + { "simplified" : "成天", + "radical" : "戈", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11910, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "成天", + "transcriptions" : { "pinyin" : "chéng tiān", + "numeric" : "cheng2 tian1", + "wadegiles" : "ch'eng² t'ien¹", + "bopomofo" : "ㄔㄥˊ ㄊㄧㄢ", + "romatzyh" : "cherng tian" }, + "meanings" : [ "(coll.) all day long", + "all the time" ], + "classifiers" : [] } ] }, + { "simplified" : "成为", + "radical" : "戈", + "level" : [ "new-2", "old-4" ], + "frequency" : 267, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "成為", + "transcriptions" : { "pinyin" : "chéng wéi", + "numeric" : "cheng2 wei2", + "wadegiles" : "ch'eng² wei²", + "bopomofo" : "ㄔㄥˊ ㄨㄟˊ", + "romatzyh" : "cherng wei" }, + "meanings" : [ "to become; to turn into" ], + "classifiers" : [] } ] }, + { "simplified" : "成问题", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 21838, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "成問題", + "transcriptions" : { "pinyin" : "chéng wèn tí", + "numeric" : "cheng2 wen4 ti2", + "wadegiles" : "ch'eng² wen⁴ t'i²", + "bopomofo" : "ㄔㄥˊ ㄨㄣˋ ㄊㄧˊ", + "romatzyh" : "cherng wenn tyi" }, + "meanings" : [ "to be a problem", + "problematic", + "questionable" ], + "classifiers" : [] } ] }, + { "simplified" : "成效", + "radical" : "戈", + "level" : [ "new-5", "old-6" ], + "frequency" : 9971, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "成效", + "transcriptions" : { "pinyin" : "chéng xiào", + "numeric" : "cheng2 xiao4", + "wadegiles" : "ch'eng² hsiao⁴", + "bopomofo" : "ㄔㄥˊ ㄒㄧㄠˋ", + "romatzyh" : "cherng shiaw" }, + "meanings" : [ "effect", "result" ], + "classifiers" : [] } ] }, + { "simplified" : "成心", + "radical" : "戈", + "level" : [ "old-6" ], + "frequency" : 35628, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "成心", + "transcriptions" : { "pinyin" : "chéng xīn", + "numeric" : "cheng2 xin1", + "wadegiles" : "ch'eng² hsin¹", + "bopomofo" : "ㄔㄥˊ ㄒㄧㄣ", + "romatzyh" : "cherng shin" }, + "meanings" : [ "intentional", + "deliberate", + "on purpose" ], + "classifiers" : [] } ] }, + { "simplified" : "成型", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 16863, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "成型", + "transcriptions" : { "pinyin" : "chéng xíng", + "numeric" : "cheng2 xing2", + "wadegiles" : "ch'eng² hsing²", + "bopomofo" : "ㄔㄥˊ ㄒㄧㄥˊ", + "romatzyh" : "cherng shyng" }, + "meanings" : [ "to become shaped", + "to become formed" ], + "classifiers" : [] } ] }, + { "simplified" : "成语", + "radical" : "戈", + "level" : [ "new-5", "old-5" ], + "frequency" : 24609, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "成語", + "transcriptions" : { "pinyin" : "chéng yǔ", + "numeric" : "cheng2 yu3", + "wadegiles" : "ch'eng² yü³", + "bopomofo" : "ㄔㄥˊ ㄩˇ", + "romatzyh" : "cherng yeu" }, + "meanings" : [ "Chinese set expression, typically of 4 characters, often alluding to a story or historical quotation", + "idiom", + "proverb", + "saying", + "adage" ], + "classifiers" : [ "条", "本", "句" ] } ] }, + { "simplified" : "成员", + "radical" : "戈", + "level" : [ "new-3", "old-6" ], + "frequency" : 1425, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "成員", + "transcriptions" : { "pinyin" : "chéng yuán", + "numeric" : "cheng2 yuan2", + "wadegiles" : "ch'eng² yüan²", + "bopomofo" : "ㄔㄥˊ ㄩㄢˊ", + "romatzyh" : "cherng yuan" }, + "meanings" : [ "member" ], + "classifiers" : [] } ] }, + { "simplified" : "成长", + "radical" : "戈", + "level" : [ "new-3", "old-5" ], + "frequency" : 2157, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "成長", + "transcriptions" : { "pinyin" : "chéng zhǎng", + "numeric" : "cheng2 zhang3", + "wadegiles" : "ch'eng² chang³", + "bopomofo" : "ㄔㄥˊ ㄓㄤˇ", + "romatzyh" : "cherng jaang" }, + "meanings" : [ "to mature", "to grow", "growth" ], + "classifiers" : [] } ] }, + { "simplified" : "呈现", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3891, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "呈現", + "transcriptions" : { "pinyin" : "chéng xiàn", + "numeric" : "cheng2 xian4", + "wadegiles" : "ch'eng² hsien⁴", + "bopomofo" : "ㄔㄥˊ ㄒㄧㄢˋ", + "romatzyh" : "cherng shiann" }, + "meanings" : [ "to appear", + "to emerge", + "to present (a certain appearance)", + "to demonstrate" ], + "classifiers" : [] } ] }, + { "simplified" : "承办", + "radical" : "手", + "level" : [ "new-5", "old-6" ], + "frequency" : 8961, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "承辦", + "transcriptions" : { "pinyin" : "chéng bàn", + "numeric" : "cheng2 ban4", + "wadegiles" : "ch'eng² pan⁴", + "bopomofo" : "ㄔㄥˊ ㄅㄢˋ", + "romatzyh" : "cherng bann" }, + "meanings" : [ "to undertake", + "to accept a contract" ], + "classifiers" : [] } ] }, + { "simplified" : "承包", + "radical" : "手", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15426, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "承包", + "transcriptions" : { "pinyin" : "chéng bāo", + "numeric" : "cheng2 bao1", + "wadegiles" : "ch'eng² pao¹", + "bopomofo" : "ㄔㄥˊ ㄅㄠ", + "romatzyh" : "cherng bau" }, + "meanings" : [ "to contract", + "to undertake (a job)" ], + "classifiers" : [] } ] }, + { "simplified" : "承担", + "radical" : "手", + "level" : [ "new-4", "old-5" ], + "frequency" : 2363, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "承擔", + "transcriptions" : { "pinyin" : "chéng dān", + "numeric" : "cheng2 dan1", + "wadegiles" : "ch'eng² tan¹", + "bopomofo" : "ㄔㄥˊ ㄉㄢ", + "romatzyh" : "cherng dan" }, + "meanings" : [ "to undertake", + "to assume (responsibility etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "承诺", + "radical" : "手", + "level" : [ "new-6", "old-6" ], + "frequency" : 1985, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "承諾", + "transcriptions" : { "pinyin" : "chéng nuò", + "numeric" : "cheng2 nuo4", + "wadegiles" : "ch'eng² no⁴", + "bopomofo" : "ㄔㄥˊ ㄋㄨㄛˋ", + "romatzyh" : "cherng nuoh" }, + "meanings" : [ "to promise", + "to undertake to do something", + "commitment" ], + "classifiers" : [] } ] }, + { "simplified" : "承认", + "radical" : "手", + "level" : [ "new-4", "old-5" ], + "frequency" : 1327, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "承認", + "transcriptions" : { "pinyin" : "chéng rèn", + "numeric" : "cheng2 ren4", + "wadegiles" : "ch'eng² jen⁴", + "bopomofo" : "ㄔㄥˊ ㄖㄣˋ", + "romatzyh" : "cherng renn" }, + "meanings" : [ "to admit", + "to concede", + "to recognize", + "recognition (diplomatic, artistic etc)", + "to acknowledge" ], + "classifiers" : [] } ] }, + { "simplified" : "承受", + "radical" : "手", + "level" : [ "new-4", "old-5" ], + "frequency" : 2759, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "承受", + "transcriptions" : { "pinyin" : "chéng shòu", + "numeric" : "cheng2 shou4", + "wadegiles" : "ch'eng² shou⁴", + "bopomofo" : "ㄔㄥˊ ㄕㄡˋ", + "romatzyh" : "cherng show" }, + "meanings" : [ "to bear", + "to support", + "to inherit" ], + "classifiers" : [] } ] }, + { "simplified" : "承载", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 15054, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "承載", + "transcriptions" : { "pinyin" : "chéng zài", + "numeric" : "cheng2 zai4", + "wadegiles" : "ch'eng² tsai⁴", + "bopomofo" : "ㄔㄥˊ ㄗㄞˋ", + "romatzyh" : "cherng tzay" }, + "meanings" : [ "to bear the weight", "to sustain" ], + "classifiers" : [] } ] }, + { "simplified" : "诚恳", + "radical" : "讠", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12015, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "誠懇", + "transcriptions" : { "pinyin" : "chéng kěn", + "numeric" : "cheng2 ken3", + "wadegiles" : "ch'eng² k'en³", + "bopomofo" : "ㄔㄥˊ ㄎㄣˇ", + "romatzyh" : "cherng keen" }, + "meanings" : [ "sincere", "honest", "cordial" ], + "classifiers" : [] } ] }, + { "simplified" : "诚实", + "radical" : "讠", + "level" : [ "new-4", "old-4" ], + "frequency" : 5528, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "誠實", + "transcriptions" : { "pinyin" : "chéng shí", + "numeric" : "cheng2 shi2", + "wadegiles" : "ch'eng² shih²", + "bopomofo" : "ㄔㄥˊ ㄕˊ", + "romatzyh" : "cherng shyr" }, + "meanings" : [ "honest" ], + "classifiers" : [] } ] }, + { "simplified" : "诚心诚意", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 35928, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "誠心誠意", + "transcriptions" : { "pinyin" : "chéng xīn chéng yì", + "numeric" : "cheng2 xin1 cheng2 yi4", + "wadegiles" : "ch'eng² hsin¹ ch'eng² i⁴", + "bopomofo" : "ㄔㄥˊ ㄒㄧㄣ ㄔㄥˊ ㄧˋ", + "romatzyh" : "cherng shin cherng yih" }, + "meanings" : [ "earnestly and sincerely (idiom); with all sincerity" ], + "classifiers" : [] } ] }, + { "simplified" : "诚信", + "radical" : "讠", + "level" : [ "new-4" ], + "frequency" : 13265, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "誠信", + "transcriptions" : { "pinyin" : "chéng xìn", + "numeric" : "cheng2 xin4", + "wadegiles" : "ch'eng² hsin⁴", + "bopomofo" : "ㄔㄥˊ ㄒㄧㄣˋ", + "romatzyh" : "cherng shinn" }, + "meanings" : [ "genuine", + "honest", + "in good faith", + "honesty", + "integrity" ], + "classifiers" : [] } ] }, + { "simplified" : "诚意", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 10064, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "誠意", + "transcriptions" : { "pinyin" : "chéng yì", + "numeric" : "cheng2 yi4", + "wadegiles" : "ch'eng² i⁴", + "bopomofo" : "ㄔㄥˊ ㄧˋ", + "romatzyh" : "cherng yih" }, + "meanings" : [ "sincerity; good faith" ], + "classifiers" : [] } ] }, + { "simplified" : "诚挚", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15382, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "誠摯", + "transcriptions" : { "pinyin" : "chéng zhì", + "numeric" : "cheng2 zhi4", + "wadegiles" : "ch'eng² chih⁴", + "bopomofo" : "ㄔㄥˊ ㄓˋ", + "romatzyh" : "cherng jyh" }, + "meanings" : [ "sincere", "cordial" ], + "classifiers" : [] } ] }, + { "simplified" : "城", + "radical" : "土", + "level" : [ "new-3" ], + "frequency" : 892, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "城", + "transcriptions" : { "pinyin" : "chéng", + "numeric" : "cheng2", + "wadegiles" : "ch'eng²", + "bopomofo" : "ㄔㄥˊ", + "romatzyh" : "cherng" }, + "meanings" : [ "city walls", "city", "town" ], + "classifiers" : [ "座", "道", "个" ] } ] }, + { "simplified" : "城堡", + "radical" : "土", + "level" : [ "old-6" ], + "frequency" : 7132, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "城堡", + "transcriptions" : { "pinyin" : "chéng bǎo", + "numeric" : "cheng2 bao3", + "wadegiles" : "ch'eng² pao³", + "bopomofo" : "ㄔㄥˊ ㄅㄠˇ", + "romatzyh" : "cherng bao" }, + "meanings" : [ "castle", "rook (chess piece)" ], + "classifiers" : [] } ] }, + { "simplified" : "城里", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 5758, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "城裡", + "transcriptions" : { "pinyin" : "chénglǐ", + "numeric" : "chénglǐ", + "wadegiles" : "chénglǐ", + "bopomofo" : "chénglǐ", + "romatzyh" : "chénglǐ" }, + "meanings" : [ "In the city" ], + "classifiers" : [] } ] }, + { "simplified" : "城墙", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 11366, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "城牆", + "transcriptions" : { "pinyin" : "chéng qiáng", + "numeric" : "cheng2 qiang2", + "wadegiles" : "ch'eng² ch'iang²", + "bopomofo" : "ㄔㄥˊ ㄑㄧㄤˊ", + "romatzyh" : "cherng chyang" }, + "meanings" : [ "city wall" ], + "classifiers" : [] } ] }, + { "simplified" : "城区", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 12302, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "城區", + "transcriptions" : { "pinyin" : "chéng qū", + "numeric" : "cheng2 qu1", + "wadegiles" : "ch'eng² ch'ü¹", + "bopomofo" : "ㄔㄥˊ ㄑㄩ", + "romatzyh" : "cherng chiu" }, + "meanings" : [ "city district", "urban area" ], + "classifiers" : [] } ] }, + { "simplified" : "城市", + "radical" : "土", + "level" : [ "new-3", "old-3" ], + "frequency" : 593, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "城市", + "transcriptions" : { "pinyin" : "chéng shì", + "numeric" : "cheng2 shi4", + "wadegiles" : "ch'eng² shih⁴", + "bopomofo" : "ㄔㄥˊ ㄕˋ", + "romatzyh" : "cherng shyh" }, + "meanings" : [ "city; town" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "城乡", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 28758, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "城鄉", + "transcriptions" : { "pinyin" : "chéng xiāng", + "numeric" : "cheng2 xiang1", + "wadegiles" : "ch'eng² hsiang¹", + "bopomofo" : "ㄔㄥˊ ㄒㄧㄤ", + "romatzyh" : "cherng shiang" }, + "meanings" : [ "city and countryside" ], + "classifiers" : [] } ] }, + { "simplified" : "城镇", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 4497, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "城鎮", + "transcriptions" : { "pinyin" : "chéng zhèn", + "numeric" : "cheng2 zhen4", + "wadegiles" : "ch'eng² chen⁴", + "bopomofo" : "ㄔㄥˊ ㄓㄣˋ", + "romatzyh" : "cherng jenn" }, + "meanings" : [ "town", "cities and towns" ], + "classifiers" : [] } ] }, + { "simplified" : "乘", + "radical" : "丿", + "level" : [ "new-5", "old-5" ], + "frequency" : 2982, + "pos" : [ "v", "p" ], + "forms" : [ { "traditional" : "乘", + "transcriptions" : { "pinyin" : "Chéng", + "numeric" : "Cheng2", + "wadegiles" : "ch'eng²", + "bopomofo" : "ㄔㄥˊ", + "romatzyh" : "cherng" }, + "meanings" : [ "surname Cheng" ], + "classifiers" : [] }, + { "traditional" : "乘", + "transcriptions" : { "pinyin" : "chéng", + "numeric" : "cheng2", + "wadegiles" : "ch'eng²", + "bopomofo" : "ㄔㄥˊ", + "romatzyh" : "cherng" }, + "meanings" : [ "to ride", + "to mount", + "to make use of", + "to avail oneself of", + "to take advantage of", + "to multiply (math.)", + "Buddhist sect or creed" ], + "classifiers" : [] }, + { "traditional" : "乘", + "transcriptions" : { "pinyin" : "shèng", + "numeric" : "sheng4", + "wadegiles" : "sheng⁴", + "bopomofo" : "ㄕㄥˋ", + "romatzyh" : "shenq" }, + "meanings" : [ "(archaic) four horse military chariot", + "(archaic) four", + "generic term for history books" ], + "classifiers" : [] }, + { "traditional" : "椉", + "transcriptions" : { "pinyin" : "chéng", + "numeric" : "cheng2", + "wadegiles" : "ch'eng²", + "bopomofo" : "ㄔㄥˊ", + "romatzyh" : "cherng" }, + "meanings" : [ "old variant of 乘" ], + "classifiers" : [] } ] }, + { "simplified" : "乘车", + "radical" : "丿", + "level" : [ "new-5" ], + "frequency" : 11520, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "乘車", + "transcriptions" : { "pinyin" : "chéng chē", + "numeric" : "cheng2 che1", + "wadegiles" : "ch'eng² ch'e¹", + "bopomofo" : "ㄔㄥˊ ㄔㄜ", + "romatzyh" : "cherng che" }, + "meanings" : [ "to ride (in a car or carriage)", + "to drive", + "to motor" ], + "classifiers" : [] } ] }, + { "simplified" : "乘客", + "radical" : "丿", + "level" : [ "new-5" ], + "frequency" : 3284, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "乘客", + "transcriptions" : { "pinyin" : "chéng kè", + "numeric" : "cheng2 ke4", + "wadegiles" : "ch'eng² k'o⁴", + "bopomofo" : "ㄔㄥˊ ㄎㄜˋ", + "romatzyh" : "cherng keh" }, + "meanings" : [ "passenger" ], + "classifiers" : [] } ] }, + { "simplified" : "乘人之危", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 71252, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "乘人之危", + "transcriptions" : { "pinyin" : "chéng rén zhī wēi", + "numeric" : "cheng2 ren2 zhi1 wei1", + "wadegiles" : "ch'eng² jen² chih¹ wei¹", + "bopomofo" : "ㄔㄥˊ ㄖㄣˊ ㄓ ㄨㄟ", + "romatzyh" : "cherng ren jy uei" }, + "meanings" : [ "to take advantage of sb's precarious position" ], + "classifiers" : [] } ] }, + { "simplified" : "乘务员", + "radical" : "丿", + "level" : [ "old-6" ], + "frequency" : 18480, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "乘務員", + "transcriptions" : { "pinyin" : "chéng wù yuán", + "numeric" : "cheng2 wu4 yuan2", + "wadegiles" : "ch'eng² wu⁴ yüan²", + "bopomofo" : "ㄔㄥˊ ㄨˋ ㄩㄢˊ", + "romatzyh" : "cherng wuh yuan" }, + "meanings" : [ "attendant on an airplane, train, boat etc" ], + "classifiers" : [] } ] }, + { "simplified" : "乘坐", + "radical" : "丿", + "level" : [ "new-5", "old-4" ], + "frequency" : 5499, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "乘坐", + "transcriptions" : { "pinyin" : "chéng zuò", + "numeric" : "cheng2 zuo4", + "wadegiles" : "ch'eng² tso⁴", + "bopomofo" : "ㄔㄥˊ ㄗㄨㄛˋ", + "romatzyh" : "cherng tzuoh" }, + "meanings" : [ "to ride (in a vehicle)" ], + "classifiers" : [] } ] }, + { "simplified" : "惩处", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 27875, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "懲處", + "transcriptions" : { "pinyin" : "chéng chǔ", + "numeric" : "cheng2 chu3", + "wadegiles" : "ch'eng² ch'u³", + "bopomofo" : "ㄔㄥˊ ㄔㄨˇ", + "romatzyh" : "cherng chuu" }, + "meanings" : [ "to punish", + "to administer justice" ], + "classifiers" : [] } ] }, + { "simplified" : "惩罚", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4353, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "懲罰", + "transcriptions" : { "pinyin" : "chéng fá", + "numeric" : "cheng2 fa2", + "wadegiles" : "ch'eng² fa²", + "bopomofo" : "ㄔㄥˊ ㄈㄚˊ", + "romatzyh" : "cherng far" }, + "meanings" : [ "penalty", + "punishment", + "to punish" ], + "classifiers" : [] } ] }, + { "simplified" : "程度", + "radical" : "禾", + "level" : [ "new-3", "old-5" ], + "frequency" : 1455, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "程度", + "transcriptions" : { "pinyin" : "chéng dù", + "numeric" : "cheng2 du4", + "wadegiles" : "ch'eng² tu⁴", + "bopomofo" : "ㄔㄥˊ ㄉㄨˋ", + "romatzyh" : "cherng duh" }, + "meanings" : [ "degree; level; extent" ], + "classifiers" : [] } ] }, + { "simplified" : "程序", + "radical" : "禾", + "level" : [ "new-4", "old-5" ], + "frequency" : 1747, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "程序", + "transcriptions" : { "pinyin" : "chéng xù", + "numeric" : "cheng2 xu4", + "wadegiles" : "ch'eng² hsü⁴", + "bopomofo" : "ㄔㄥˊ ㄒㄩˋ", + "romatzyh" : "cherng shiuh" }, + "meanings" : [ "procedures", + "sequence", + "order", + "computer program" ], + "classifiers" : [] } ] }, + { "simplified" : "澄清", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8124, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "澄清", + "transcriptions" : { "pinyin" : "chéng qīng", + "numeric" : "cheng2 qing1", + "wadegiles" : "ch'eng² ch'ing¹", + "bopomofo" : "ㄔㄥˊ ㄑㄧㄥ", + "romatzyh" : "cherng ching" }, + "meanings" : [ "clear (of liquid)", + "limpid", + "to clarify", + "to make sth clear", + "to be clear (about the facts)" ], + "classifiers" : [] }, + { "traditional" : "澄清", + "transcriptions" : { "pinyin" : "dèng qīng", + "numeric" : "deng4 qing1", + "wadegiles" : "teng⁴ ch'ing¹", + "bopomofo" : "ㄉㄥˋ ㄑㄧㄥ", + "romatzyh" : "denq ching" }, + "meanings" : [ "to settle (of liquid)", + "to become clear (by precipitation of impurities)", + "precipitate (chemistry)", + "to put in order", + "to quell disturbances" ], + "classifiers" : [] } ] }, + { "simplified" : "橙", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 11208, + "pos" : [ "g", "b" ], + "forms" : [ { "traditional" : "橙", + "transcriptions" : { "pinyin" : "chéng", + "numeric" : "cheng2", + "wadegiles" : "ch'eng²", + "bopomofo" : "ㄔㄥˊ", + "romatzyh" : "cherng" }, + "meanings" : [ "orange tree", "orange (color)" ], + "classifiers" : [] } ] }, + { "simplified" : "橙汁", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 16540, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "橙汁", + "transcriptions" : { "pinyin" : "chéng zhī", + "numeric" : "cheng2 zhi1", + "wadegiles" : "ch'eng² chih¹", + "bopomofo" : "ㄔㄥˊ ㄓ", + "romatzyh" : "cherng jy" }, + "meanings" : [ "orange juice" ], + "classifiers" : [ "瓶", "杯", "罐", "盒" ] } ] }, + { "simplified" : "逞能", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 41929, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逞能", + "transcriptions" : { "pinyin" : "chěng néng", + "numeric" : "cheng3 neng2", + "wadegiles" : "ch'eng³ neng²", + "bopomofo" : "ㄔㄥˇ ㄋㄥˊ", + "romatzyh" : "cheeng neng" }, + "meanings" : [ "to show off one's ability", + "to boast one's merits" ], + "classifiers" : [] } ] }, + { "simplified" : "逞强", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 21363, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逞強", + "transcriptions" : { "pinyin" : "chěng qiáng", + "numeric" : "cheng3 qiang2", + "wadegiles" : "ch'eng³ ch'iang²", + "bopomofo" : "ㄔㄥˇ ㄑㄧㄤˊ", + "romatzyh" : "cheeng chyang" }, + "meanings" : [ "to show off", + "to try to be brave" ], + "classifiers" : [] } ] }, + { "simplified" : "秤", + "radical" : "禾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11539, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "秤", + "transcriptions" : { "pinyin" : "chēng", + "numeric" : "cheng1", + "wadegiles" : "ch'eng¹", + "bopomofo" : "ㄔㄥ", + "romatzyh" : "cheng" }, + "meanings" : [ "variant of 称, to weigh" ], + "classifiers" : [] }, + { "traditional" : "秤", + "transcriptions" : { "pinyin" : "chèng", + "numeric" : "cheng4", + "wadegiles" : "ch'eng⁴", + "bopomofo" : "ㄔㄥˋ", + "romatzyh" : "chenq" }, + "meanings" : [ "steelyard", "Roman balance" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "吃", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 142, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吃", + "transcriptions" : { "pinyin" : "chī", + "numeric" : "chi1", + "wadegiles" : "ch'ih¹", + "bopomofo" : "ㄔ", + "romatzyh" : "chy" }, + "meanings" : [ "to eat; to consume", + "to eat at (a cafeteria etc)", + "to eradicate; to destroy", + "to absorb", + "to suffer (shock, injury, defeat etc)" ], + "classifiers" : [] }, + { "traditional" : "喫", + "transcriptions" : { "pinyin" : "chī", + "numeric" : "chi1", + "wadegiles" : "ch'ih¹", + "bopomofo" : "ㄔ", + "romatzyh" : "chy" }, + "meanings" : [ "variant of 吃" ], + "classifiers" : [] } ] }, + { "simplified" : "吃不上", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "吃不上", + "transcriptions" : { "pinyin" : "chī bu shàng", + "numeric" : "chi1 bu5 shang4", + "wadegiles" : "ch'ih¹ bu shang⁴", + "bopomofo" : "ㄔ bu ㄕㄤˋ", + "romatzyh" : "chy bu shanq" }, + "meanings" : [ "unable to get anything to eat", + "to miss a meal" ], + "classifiers" : [] } ] }, + { "simplified" : "吃饭", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 1415, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "吃飯", + "transcriptions" : { "pinyin" : "chī fàn", + "numeric" : "chi1 fan4", + "wadegiles" : "ch'ih¹ fan⁴", + "bopomofo" : "ㄔ ㄈㄢˋ", + "romatzyh" : "chy fann" }, + "meanings" : [ "to have a meal", + "to eat", + "to make a living" ], + "classifiers" : [] } ] }, + { "simplified" : "吃喝玩乐", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 29716, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吃喝玩樂", + "transcriptions" : { "pinyin" : "chī hē wán lè", + "numeric" : "chi1 he1 wan2 le4", + "wadegiles" : "ch'ih¹ ho¹ wan² le⁴", + "bopomofo" : "ㄔ ㄏㄜ ㄨㄢˊ ㄌㄜˋ", + "romatzyh" : "chy he wan leh" }, + "meanings" : [ "to eat, drink and be merry (idiom)", + "to abandon oneself to a life of pleasure" ], + "classifiers" : [] } ] }, + { "simplified" : "吃惊", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 4518, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "吃驚", + "transcriptions" : { "pinyin" : "chī jīng", + "numeric" : "chi1 jing1", + "wadegiles" : "ch'ih¹ ching¹", + "bopomofo" : "ㄔ ㄐㄧㄥ", + "romatzyh" : "chy jing" }, + "meanings" : [ "to be startled", + "to be shocked", + "to be amazed" ], + "classifiers" : [] } ] }, + { "simplified" : "吃苦", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22843, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "吃苦", + "transcriptions" : { "pinyin" : "chī kǔ", + "numeric" : "chi1 ku3", + "wadegiles" : "ch'ih¹ k'u³", + "bopomofo" : "ㄔ ㄎㄨˇ", + "romatzyh" : "chy kuu" }, + "meanings" : [ "to bear hardships" ], + "classifiers" : [] } ] }, + { "simplified" : "吃亏", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 14289, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "吃虧", + "transcriptions" : { "pinyin" : "chī kuī", + "numeric" : "chi1 kui1", + "wadegiles" : "ch'ih¹ k'uei¹", + "bopomofo" : "ㄔ ㄎㄨㄟ", + "romatzyh" : "chy kuei" }, + "meanings" : [ "to suffer losses", + "to come to grief", + "to lose out", + "to get the worst of it", + "to be at a disadvantage", + "unfortunately" ], + "classifiers" : [] } ] }, + { "simplified" : "吃力", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 16781, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "吃力", + "transcriptions" : { "pinyin" : "chī lì", + "numeric" : "chi1 li4", + "wadegiles" : "ch'ih¹ li⁴", + "bopomofo" : "ㄔ ㄌㄧˋ", + "romatzyh" : "chy lih" }, + "meanings" : [ "to entail strenuous effort", + "to toil at a task", + "strenuous", + "laborious", + "strain" ], + "classifiers" : [] } ] }, + { "simplified" : "痴呆", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 11973, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "痴獃", + "transcriptions" : { "pinyin" : "chī dāi", + "numeric" : "chi1 dai1", + "wadegiles" : "ch'ih¹ tai¹", + "bopomofo" : "ㄔ ㄉㄞ", + "romatzyh" : "chy dai" }, + "meanings" : [ "imbecility", "dementia" ], + "classifiers" : [] }, + { "traditional" : "癡呆", + "transcriptions" : { "pinyin" : "chī dāi", + "numeric" : "chi1 dai1", + "wadegiles" : "ch'ih¹ tai¹", + "bopomofo" : "ㄔ ㄉㄞ", + "romatzyh" : "chy dai" }, + "meanings" : [ "imbecility", "dementia" ], + "classifiers" : [] } ] }, + { "simplified" : "痴迷", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 12223, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "痴迷", + "transcriptions" : { "pinyin" : "chī mí", + "numeric" : "chi1 mi2", + "wadegiles" : "ch'ih¹ mi²", + "bopomofo" : "ㄔ ㄇㄧˊ", + "romatzyh" : "chy mi" }, + "meanings" : [ "infatuated", "obsessed" ], + "classifiers" : [] } ] }, + { "simplified" : "痴心", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 32193, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "痴心", + "transcriptions" : { "pinyin" : "chī xīn", + "numeric" : "chi1 xin1", + "wadegiles" : "ch'ih¹ hsin¹", + "bopomofo" : "ㄔ ㄒㄧㄣ", + "romatzyh" : "chy shin" }, + "meanings" : [ "infatuation" ], + "classifiers" : [] } ] }, + { "simplified" : "池塘", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13296, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "池塘", + "transcriptions" : { "pinyin" : "chí táng", + "numeric" : "chi2 tang2", + "wadegiles" : "ch'ih² t'ang²", + "bopomofo" : "ㄔˊ ㄊㄤˊ", + "romatzyh" : "chyr tarng" }, + "meanings" : [ "pool", "pond" ], + "classifiers" : [] } ] }, + { "simplified" : "池子", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 23725, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "池子", + "transcriptions" : { "pinyin" : "chí zi", + "numeric" : "chi2 zi5", + "wadegiles" : "ch'ih² zi", + "bopomofo" : "ㄔˊ zi", + "romatzyh" : "chyr zi" }, + "meanings" : [ "pond", + "bathhouse pool", + "dance floor of a ballroom", + "(old) stalls (front rows in a theater)" ], + "classifiers" : [] } ] }, + { "simplified" : "驰名", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 32609, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "馳名", + "transcriptions" : { "pinyin" : "chí míng", + "numeric" : "chi2 ming2", + "wadegiles" : "ch'ih² ming²", + "bopomofo" : "ㄔˊ ㄇㄧㄥˊ", + "romatzyh" : "chyr ming" }, + "meanings" : [ "famous" ], + "classifiers" : [] } ] }, + { "simplified" : "迟", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 4008, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "遲", + "transcriptions" : { "pinyin" : "Chí", + "numeric" : "Chi2", + "wadegiles" : "ch'ih²", + "bopomofo" : "ㄔˊ", + "romatzyh" : "chyr" }, + "meanings" : [ "surname Chi" ], + "classifiers" : [] }, + { "traditional" : "遲", + "transcriptions" : { "pinyin" : "chí", + "numeric" : "chi2", + "wadegiles" : "ch'ih²", + "bopomofo" : "ㄔˊ", + "romatzyh" : "chyr" }, + "meanings" : [ "late", "delayed", "slow" ], + "classifiers" : [] } ] }, + { "simplified" : "迟迟", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 17783, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "遲遲", + "transcriptions" : { "pinyin" : "chí chí", + "numeric" : "chi2 chi2", + "wadegiles" : "ch'ih² ch'ih²", + "bopomofo" : "ㄔˊ ㄔˊ", + "romatzyh" : "chyr chyr" }, + "meanings" : [ "late (with a task etc)", "slow" ], + "classifiers" : [] } ] }, + { "simplified" : "迟到", + "radical" : "辶", + "level" : [ "new-4", "old-3" ], + "frequency" : 3667, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遲到", + "transcriptions" : { "pinyin" : "chí dào", + "numeric" : "chi2 dao4", + "wadegiles" : "ch'ih² tao⁴", + "bopomofo" : "ㄔˊ ㄉㄠˋ", + "romatzyh" : "chyr daw" }, + "meanings" : [ "to arrive late" ], + "classifiers" : [] } ] }, + { "simplified" : "迟缓", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 18935, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "遲緩", + "transcriptions" : { "pinyin" : "chí huǎn", + "numeric" : "chi2 huan3", + "wadegiles" : "ch'ih² huan³", + "bopomofo" : "ㄔˊ ㄏㄨㄢˇ", + "romatzyh" : "chyr hoan" }, + "meanings" : [ "slow", "sluggish" ], + "classifiers" : [] } ] }, + { "simplified" : "迟疑", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15094, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "遲疑", + "transcriptions" : { "pinyin" : "chí yí", + "numeric" : "chi2 yi2", + "wadegiles" : "ch'ih² i²", + "bopomofo" : "ㄔˊ ㄧˊ", + "romatzyh" : "chyr yi" }, + "meanings" : [ "to hesitate" ], + "classifiers" : [] } ] }, + { "simplified" : "迟早", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 6843, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "遲早", + "transcriptions" : { "pinyin" : "chí zǎo", + "numeric" : "chi2 zao3", + "wadegiles" : "ch'ih² tsao³", + "bopomofo" : "ㄔˊ ㄗㄠˇ", + "romatzyh" : "chyr tzao" }, + "meanings" : [ "sooner or later" ], + "classifiers" : [] } ] }, + { "simplified" : "持", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 3485, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "持", + "transcriptions" : { "pinyin" : "chí", + "numeric" : "chi2", + "wadegiles" : "ch'ih²", + "bopomofo" : "ㄔˊ", + "romatzyh" : "chyr" }, + "meanings" : [ "to hold", + "to grasp", + "to support", + "to maintain", + "to persevere", + "to manage", + "to run (i.e. administer)", + "to control" ], + "classifiers" : [] } ] }, + { "simplified" : "持久", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8935, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "持久", + "transcriptions" : { "pinyin" : "chí jiǔ", + "numeric" : "chi2 jiu3", + "wadegiles" : "ch'ih² chiu³", + "bopomofo" : "ㄔˊ ㄐㄧㄡˇ", + "romatzyh" : "chyr jeou" }, + "meanings" : [ "lasting", + "enduring", + "persistent", + "permanent", + "protracted", + "endurance", + "persistence", + "to last long" ], + "classifiers" : [] } ] }, + { "simplified" : "持续", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 1749, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "持續", + "transcriptions" : { "pinyin" : "chí xù", + "numeric" : "chi2 xu4", + "wadegiles" : "ch'ih² hsü⁴", + "bopomofo" : "ㄔˊ ㄒㄩˋ", + "romatzyh" : "chyr shiuh" }, + "meanings" : [ "to continue", + "to persist", + "to last", + "sustainable", + "preservation" ], + "classifiers" : [] } ] }, + { "simplified" : "持有", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 4039, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "持有", + "transcriptions" : { "pinyin" : "chí yǒu", + "numeric" : "chi2 you3", + "wadegiles" : "ch'ih² yu³", + "bopomofo" : "ㄔˊ ㄧㄡˇ", + "romatzyh" : "chyr yeou" }, + "meanings" : [ "to hold (passport, views etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "持之以恒", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 29365, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "持之以恆", + "transcriptions" : { "pinyin" : "chí zhī yǐ héng", + "numeric" : "chi2 zhi1 yi3 heng2", + "wadegiles" : "ch'ih² chih¹ i³ heng²", + "bopomofo" : "ㄔˊ ㄓ ㄧˇ ㄏㄥˊ", + "romatzyh" : "chyr jy yii herng" }, + "meanings" : [ "to pursue unremittingly (idiom); to persevere" ], + "classifiers" : [] } ] }, + { "simplified" : "尺", + "radical" : "尸", + "level" : [ "new-4" ], + "frequency" : 4305, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "尺", + "transcriptions" : { "pinyin" : "chě", + "numeric" : "che3", + "wadegiles" : "ch'e³", + "bopomofo" : "ㄔㄜˇ", + "romatzyh" : "chee" }, + "meanings" : [ "one of the characters used to represent a musical note in gongche notation, 工尺谱" ], + "classifiers" : [] }, + { "traditional" : "尺", + "transcriptions" : { "pinyin" : "chǐ", + "numeric" : "chi3", + "wadegiles" : "ch'ih³", + "bopomofo" : "ㄔˇ", + "romatzyh" : "chyy" }, + "meanings" : [ "a Chinese foot", + "one-third of a meter", + "a ruler", + "a tape-measure", + "one of the three acupoints for measuring pulse in Chinese medicine" ], + "classifiers" : [ "支", "把" ] } ] }, + { "simplified" : "尺寸", + "radical" : "尸", + "level" : [ "new-4" ], + "frequency" : 5892, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "尺寸", + "transcriptions" : { "pinyin" : "chǐ cun", + "numeric" : "chi3 cun5", + "wadegiles" : "ch'ih³ cun", + "bopomofo" : "ㄔˇ cun", + "romatzyh" : "chyy cun" }, + "meanings" : [ "size; dimensions; measurements (esp. of clothes)", + "(coll.) propriety" ], + "classifiers" : [] } ] }, + { "simplified" : "尺度", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 14903, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "尺度", + "transcriptions" : { "pinyin" : "chǐ dù", + "numeric" : "chi3 du4", + "wadegiles" : "ch'ih³ tu⁴", + "bopomofo" : "ㄔˇ ㄉㄨˋ", + "romatzyh" : "chyy duh" }, + "meanings" : [ "scale", "yardstick" ], + "classifiers" : [] } ] }, + { "simplified" : "尺子", + "radical" : "尸", + "level" : [ "new-4", "old-5" ], + "frequency" : 36385, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "尺子", + "transcriptions" : { "pinyin" : "chǐ zi", + "numeric" : "chi3 zi5", + "wadegiles" : "ch'ih³ zi", + "bopomofo" : "ㄔˇ zi", + "romatzyh" : "chyy zi" }, + "meanings" : [ "ruler (measuring instrument)" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "耻辱", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 10183, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "恥辱", + "transcriptions" : { "pinyin" : "chǐ rǔ", + "numeric" : "chi3 ru3", + "wadegiles" : "ch'ih³ ju³", + "bopomofo" : "ㄔˇ ㄖㄨˇ", + "romatzyh" : "chyy ruu" }, + "meanings" : [ "disgrace", "shame", "humiliation" ], + "classifiers" : [] } ] }, + { "simplified" : "耻笑", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 36480, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "恥笑", + "transcriptions" : { "pinyin" : "chǐ xiào", + "numeric" : "chi3 xiao4", + "wadegiles" : "ch'ih³ hsiao⁴", + "bopomofo" : "ㄔˇ ㄒㄧㄠˋ", + "romatzyh" : "chyy shiaw" }, + "meanings" : [ "to sneer at sb", "to ridicule" ], + "classifiers" : [] } ] }, + { "simplified" : "赤道", + "radical" : "赤", + "level" : [ "old-6" ], + "frequency" : 26607, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "赤道", + "transcriptions" : { "pinyin" : "chì dào", + "numeric" : "chi4 dao4", + "wadegiles" : "ch'ih⁴ tao⁴", + "bopomofo" : "ㄔˋ ㄉㄠˋ", + "romatzyh" : "chyh daw" }, + "meanings" : [ "equator (of the earth or a celestial body)", + "celestial equator" ], + "classifiers" : [] } ] }, + { "simplified" : "赤字", + "radical" : "赤", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16781, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "赤字", + "transcriptions" : { "pinyin" : "chì zì", + "numeric" : "chi4 zi4", + "wadegiles" : "ch'ih⁴ tzu⁴", + "bopomofo" : "ㄔˋ ㄗˋ", + "romatzyh" : "chyh tzyh" }, + "meanings" : [ "(financial) deficit", + "red letter" ], + "classifiers" : [] } ] }, + { "simplified" : "翅膀", + "radical" : "羽", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6681, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "翅膀", + "transcriptions" : { "pinyin" : "chì bǎng", + "numeric" : "chi4 bang3", + "wadegiles" : "ch'ih⁴ pang³", + "bopomofo" : "ㄔˋ ㄅㄤˇ", + "romatzyh" : "chyh baang" }, + "meanings" : [ "wing" ], + "classifiers" : [ "个", "对" ] } ] }, + { "simplified" : "充", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 6849, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "充", + "transcriptions" : { "pinyin" : "chōng", + "numeric" : "chong1", + "wadegiles" : "ch'ung¹", + "bopomofo" : "ㄔㄨㄥ", + "romatzyh" : "chong" }, + "meanings" : [ "sufficient; full", + "to fill", + "to serve as; to act as", + "to act falsely as; to pose as" ], + "classifiers" : [] } ] }, + { "simplified" : "充当", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10267, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "充當", + "transcriptions" : { "pinyin" : "chōng dāng", + "numeric" : "chong1 dang1", + "wadegiles" : "ch'ung¹ tang¹", + "bopomofo" : "ㄔㄨㄥ ㄉㄤ", + "romatzyh" : "chong dang" }, + "meanings" : [ "to serve as", + "to act as", + "to play the role of" ], + "classifiers" : [] } ] }, + { "simplified" : "充电", + "radical" : "儿", + "level" : [ "new-4" ], + "frequency" : 8349, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "充電", + "transcriptions" : { "pinyin" : "chōng diàn", + "numeric" : "chong1 dian4", + "wadegiles" : "ch'ung¹ tien⁴", + "bopomofo" : "ㄔㄨㄥ ㄉㄧㄢˋ", + "romatzyh" : "chong diann" }, + "meanings" : [ "to recharge (a battery)", + "(fig.) to recharge one's batteries (through leisure)", + "to update one's skills and knowledge" ], + "classifiers" : [] } ] }, + { "simplified" : "充电器", + "radical" : "儿", + "level" : [ "new-4", "old-5" ], + "frequency" : 16655, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "充電器", + "transcriptions" : { "pinyin" : "chōng diàn qì", + "numeric" : "chong1 dian4 qi4", + "wadegiles" : "ch'ung¹ tien⁴ ch'i⁴", + "bopomofo" : "ㄔㄨㄥ ㄉㄧㄢˋ ㄑㄧˋ", + "romatzyh" : "chong diann chih" }, + "meanings" : [ "battery charger" ], + "classifiers" : [] } ] }, + { "simplified" : "充分", + "radical" : "儿", + "level" : [ "new-4", "old-5" ], + "frequency" : 2392, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "充分", + "transcriptions" : { "pinyin" : "chōng fèn", + "numeric" : "chong1 fen4", + "wadegiles" : "ch'ung¹ fen⁴", + "bopomofo" : "ㄔㄨㄥ ㄈㄣˋ", + "romatzyh" : "chong fenn" }, + "meanings" : [ "ample", + "sufficient", + "adequate", + "full", + "fully", + "to the full" ], + "classifiers" : [] } ] }, + { "simplified" : "充满", + "radical" : "儿", + "level" : [ "new-3", "old-5" ], + "frequency" : 1405, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "充滿", + "transcriptions" : { "pinyin" : "chōng mǎn", + "numeric" : "chong1 man3", + "wadegiles" : "ch'ung¹ man³", + "bopomofo" : "ㄔㄨㄥ ㄇㄢˇ", + "romatzyh" : "chong maan" }, + "meanings" : [ "full of", + "brimming with", + "very full", + "permeated" ], + "classifiers" : [] } ] }, + { "simplified" : "充沛", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17447, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "充沛", + "transcriptions" : { "pinyin" : "chōng pèi", + "numeric" : "chong1 pei4", + "wadegiles" : "ch'ung¹ p'ei⁴", + "bopomofo" : "ㄔㄨㄥ ㄆㄟˋ", + "romatzyh" : "chong pey" }, + "meanings" : [ "abundant", + "plentiful", + "vigorous" ], + "classifiers" : [] } ] }, + { "simplified" : "充实", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7964, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "充實", + "transcriptions" : { "pinyin" : "chōng shí", + "numeric" : "chong1 shi2", + "wadegiles" : "ch'ung¹ shih²", + "bopomofo" : "ㄔㄨㄥ ㄕˊ", + "romatzyh" : "chong shyr" }, + "meanings" : [ "rich", + "full", + "substantial", + "to enrich", + "to augment", + "to substantiate (an argument)" ], + "classifiers" : [] } ] }, + { "simplified" : "充足", + "radical" : "儿", + "level" : [ "new-5", "old-6" ], + "frequency" : 6559, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "充足", + "transcriptions" : { "pinyin" : "chōng zú", + "numeric" : "chong1 zu2", + "wadegiles" : "ch'ung¹ tsu²", + "bopomofo" : "ㄔㄨㄥ ㄗㄨˊ", + "romatzyh" : "chong tzwu" }, + "meanings" : [ "adequate", + "sufficient", + "abundant" ], + "classifiers" : [] } ] }, + { "simplified" : "冲", + "radical" : "冫", + "level" : [ "new-4", "old-5" ], + "frequency" : 1312, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沖", + "transcriptions" : { "pinyin" : "chōng", + "numeric" : "chong1", + "wadegiles" : "ch'ung¹", + "bopomofo" : "ㄔㄨㄥ", + "romatzyh" : "chong" }, + "meanings" : [ "(of water) to dash against", + "to mix with water", + "to infuse", + "to rinse", + "to flush", + "to develop (a film)", + "to rise in the air", + "to clash", + "to collide with" ], + "classifiers" : [] }, + { "traditional" : "衝", + "transcriptions" : { "pinyin" : "chōng", + "numeric" : "chong1", + "wadegiles" : "ch'ung¹", + "bopomofo" : "ㄔㄨㄥ", + "romatzyh" : "chong" }, + "meanings" : [ "thoroughfare", + "to go straight ahead", + "to rush", + "to clash" ], + "classifiers" : [] }, + { "traditional" : "衝", + "transcriptions" : { "pinyin" : "chòng", + "numeric" : "chong4", + "wadegiles" : "ch'ung⁴", + "bopomofo" : "ㄔㄨㄥˋ", + "romatzyh" : "chonq" }, + "meanings" : [ "powerful", + "vigorous", + "pungent", + "towards", + "in view of" ], + "classifiers" : [] } ] }, + { "simplified" : "冲刺", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 12963, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "衝刺", + "transcriptions" : { "pinyin" : "chōng cì", + "numeric" : "chong1 ci4", + "wadegiles" : "ch'ung¹ tz'u⁴", + "bopomofo" : "ㄔㄨㄥ ㄘˋ", + "romatzyh" : "chong tsyh" }, + "meanings" : [ "(sports) to sprint; to spurt; to dash", + "to put in a big effort to achieve a goal as the deadline approaches" ], + "classifiers" : [] } ] }, + { "simplified" : "冲动", + "radical" : "冫", + "level" : [ "new-5", "old-6" ], + "frequency" : 3849, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "衝動", + "transcriptions" : { "pinyin" : "chōng dòng", + "numeric" : "chong1 dong4", + "wadegiles" : "ch'ung¹ tung⁴", + "bopomofo" : "ㄔㄨㄥ ㄉㄨㄥˋ", + "romatzyh" : "chong donq" }, + "meanings" : [ "to have an urge", + "to be impetuous", + "impulse", + "urge" ], + "classifiers" : [] } ] }, + { "simplified" : "冲击", + "radical" : "冫", + "level" : [ "new-6", "old-6" ], + "frequency" : 5782, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "沖擊", + "transcriptions" : { "pinyin" : "chōng jī", + "numeric" : "chong1 ji1", + "wadegiles" : "ch'ung¹ chi¹", + "bopomofo" : "ㄔㄨㄥ ㄐㄧ", + "romatzyh" : "chong ji" }, + "meanings" : [ "variant of 冲击" ], + "classifiers" : [] }, + { "traditional" : "衝擊", + "transcriptions" : { "pinyin" : "chōng jī", + "numeric" : "chong1 ji1", + "wadegiles" : "ch'ung¹ chi¹", + "bopomofo" : "ㄔㄨㄥ ㄐㄧ", + "romatzyh" : "chong ji" }, + "meanings" : [ "to attack", + "to batter", + "(of waves) to pound against", + "shock", + "impact" ], + "classifiers" : [] } ] }, + { "simplified" : "冲浪", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 14433, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "衝浪", + "transcriptions" : { "pinyin" : "chōng làng", + "numeric" : "chong1 lang4", + "wadegiles" : "ch'ung¹ lang⁴", + "bopomofo" : "ㄔㄨㄥ ㄌㄤˋ", + "romatzyh" : "chong lanq" }, + "meanings" : [ "to surf", "surfing" ], + "classifiers" : [] } ] }, + { "simplified" : "冲突", + "radical" : "冫", + "level" : [ "new-5", "old-6" ], + "frequency" : 3227, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "衝突", + "transcriptions" : { "pinyin" : "chōng tū", + "numeric" : "chong1 tu1", + "wadegiles" : "ch'ung¹ t'u¹", + "bopomofo" : "ㄔㄨㄥ ㄊㄨ", + "romatzyh" : "chong tu" }, + "meanings" : [ "conflict", + "to conflict", + "clash of opposing forces", + "collision (of interests)", + "contention" ], + "classifiers" : [] } ] }, + { "simplified" : "冲洗", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 11384, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沖洗", + "transcriptions" : { "pinyin" : "chōng xǐ", + "numeric" : "chong1 xi3", + "wadegiles" : "ch'ung¹ hsi³", + "bopomofo" : "ㄔㄨㄥ ㄒㄧˇ", + "romatzyh" : "chong shii" }, + "meanings" : [ "to rinse", + "to wash", + "to develop (photographic film)" ], + "classifiers" : [] } ] }, + { "simplified" : "冲撞", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 19174, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "衝撞", + "transcriptions" : { "pinyin" : "chōng zhuàng", + "numeric" : "chong1 zhuang4", + "wadegiles" : "ch'ung¹ chuang⁴", + "bopomofo" : "ㄔㄨㄥ ㄓㄨㄤˋ", + "romatzyh" : "chong juanq" }, + "meanings" : [ "to collide", + "jerking motion", + "to impinge", + "to offend", + "to provoke" ], + "classifiers" : [] } ] }, + { "simplified" : "虫子", + "radical" : "虫", + "level" : [ "new-4" ], + "frequency" : 9773, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蟲子", + "transcriptions" : { "pinyin" : "chóng zi", + "numeric" : "chong2 zi5", + "wadegiles" : "ch'ung² zi", + "bopomofo" : "ㄔㄨㄥˊ zi", + "romatzyh" : "chorng zi" }, + "meanings" : [ "insect", "bug", "worm" ], + "classifiers" : [ "条", "只" ] } ] }, + { "simplified" : "崇拜", + "radical" : "山", + "level" : [ "new-6", "old-6" ], + "frequency" : 5376, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "崇拜", + "transcriptions" : { "pinyin" : "chóng bài", + "numeric" : "chong2 bai4", + "wadegiles" : "ch'ung² pai⁴", + "bopomofo" : "ㄔㄨㄥˊ ㄅㄞˋ", + "romatzyh" : "chorng bay" }, + "meanings" : [ "to worship", "adoration" ], + "classifiers" : [] } ] }, + { "simplified" : "崇高", + "radical" : "山", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9754, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "崇高", + "transcriptions" : { "pinyin" : "chóng gāo", + "numeric" : "chong2 gao1", + "wadegiles" : "ch'ung² kao¹", + "bopomofo" : "ㄔㄨㄥˊ ㄍㄠ", + "romatzyh" : "chorng gau" }, + "meanings" : [ "majestic", "sublime" ], + "classifiers" : [] } ] }, + { "simplified" : "崇敬", + "radical" : "山", + "level" : [ "old-6" ], + "frequency" : 21423, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "崇敬", + "transcriptions" : { "pinyin" : "chóng jìng", + "numeric" : "chong2 jing4", + "wadegiles" : "ch'ung² ching⁴", + "bopomofo" : "ㄔㄨㄥˊ ㄐㄧㄥˋ", + "romatzyh" : "chorng jinq" }, + "meanings" : [ "to revere", + "to venerate", + "high esteem" ], + "classifiers" : [] } ] }, + { "simplified" : "崇尚", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 14607, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "崇尚", + "transcriptions" : { "pinyin" : "chóng shàng", + "numeric" : "chong2 shang4", + "wadegiles" : "ch'ung² shang⁴", + "bopomofo" : "ㄔㄨㄥˊ ㄕㄤˋ", + "romatzyh" : "chorng shanq" }, + "meanings" : [ "to hold up (as an model)", + "to hold in esteem", + "to revere", + "to advocate" ], + "classifiers" : [] } ] }, + { "simplified" : "宠", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 8378, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "寵", + "transcriptions" : { "pinyin" : "chǒng", + "numeric" : "chong3", + "wadegiles" : "ch'ung³", + "bopomofo" : "ㄔㄨㄥˇ", + "romatzyh" : "choong" }, + "meanings" : [ "to love", + "to pamper", + "to spoil", + "to favor" ], + "classifiers" : [] } ] }, + { "simplified" : "宠爱", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 13556, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "寵愛", + "transcriptions" : { "pinyin" : "chǒng ài", + "numeric" : "chong3 ai4", + "wadegiles" : "ch'ung³ ai⁴", + "bopomofo" : "ㄔㄨㄥˇ ㄞˋ", + "romatzyh" : "choong ay" }, + "meanings" : [ "to dote on sb" ], + "classifiers" : [] } ] }, + { "simplified" : "宠物", + "radical" : "宀", + "level" : [ "new-6", "old-5" ], + "frequency" : 4648, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寵物", + "transcriptions" : { "pinyin" : "chǒng wù", + "numeric" : "chong3 wu4", + "wadegiles" : "ch'ung³ wu⁴", + "bopomofo" : "ㄔㄨㄥˇ ㄨˋ", + "romatzyh" : "choong wuh" }, + "meanings" : [ "house pet" ], + "classifiers" : [] } ] }, + { "simplified" : "抽", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 1603, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抽", + "transcriptions" : { "pinyin" : "chōu", + "numeric" : "chou1", + "wadegiles" : "ch'ou¹", + "bopomofo" : "ㄔㄡ", + "romatzyh" : "chou" }, + "meanings" : [ "to draw out", + "to pull out from in between", + "to remove part of the whole", + "(of certain plants) to sprout or bud", + "to whip or thrash" ], + "classifiers" : [] } ] }, + { "simplified" : "抽奖", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 11863, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抽獎", + "transcriptions" : { "pinyin" : "chōu jiǎng", + "numeric" : "chou1 jiang3", + "wadegiles" : "ch'ou¹ chiang³", + "bopomofo" : "ㄔㄡ ㄐㄧㄤˇ", + "romatzyh" : "chou jeang" }, + "meanings" : [ "to draw a prize", + "a lottery", + "a raffle" ], + "classifiers" : [] } ] }, + { "simplified" : "抽空", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 13748, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抽空", + "transcriptions" : { "pinyin" : "chōu kòng", + "numeric" : "chou1 kong4", + "wadegiles" : "ch'ou¹ k'ung⁴", + "bopomofo" : "ㄔㄡ ㄎㄨㄥˋ", + "romatzyh" : "chou konq" }, + "meanings" : [ "to find the time to do sth" ], + "classifiers" : [] } ] }, + { "simplified" : "抽签", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11841, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抽籤", + "transcriptions" : { "pinyin" : "chōu qiān", + "numeric" : "chou1 qian1", + "wadegiles" : "ch'ou¹ ch'ien¹", + "bopomofo" : "ㄔㄡ ㄑㄧㄢ", + "romatzyh" : "chou chian" }, + "meanings" : [ "to perform divination with sticks", + "to draw lots", + "a ballot (in share dealing)" ], + "classifiers" : [] } ] }, + { "simplified" : "抽屉", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9913, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "抽屜", + "transcriptions" : { "pinyin" : "chōu ti", + "numeric" : "chou1 ti5", + "wadegiles" : "ch'ou¹ ti", + "bopomofo" : "ㄔㄡ ti", + "romatzyh" : "chou ti" }, + "meanings" : [ "drawer" ], + "classifiers" : [] } ] }, + { "simplified" : "抽象", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12568, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "抽象", + "transcriptions" : { "pinyin" : "chōu xiàng", + "numeric" : "chou1 xiang4", + "wadegiles" : "ch'ou¹ hsiang⁴", + "bopomofo" : "ㄔㄡ ㄒㄧㄤˋ", + "romatzyh" : "chou shianq" }, + "meanings" : [ "abstract", "abstraction" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "抽烟", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 5335, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抽煙", + "transcriptions" : { "pinyin" : "chōu yān", + "numeric" : "chou1 yan1", + "wadegiles" : "ch'ou¹ yan¹", + "bopomofo" : "ㄔㄡ ㄧㄢ", + "romatzyh" : "chou ian" }, + "meanings" : [ "to smoke (a cigarette, tobacco)" ], + "classifiers" : [] } ] }, + { "simplified" : "仇", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7742, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "仇", + "transcriptions" : { "pinyin" : "Qiú", + "numeric" : "Qiu2", + "wadegiles" : "ch'iu²", + "bopomofo" : "ㄑㄧㄡˊ", + "romatzyh" : "chyou" }, + "meanings" : [ "surname Qiu" ], + "classifiers" : [] }, + { "traditional" : "仇", + "transcriptions" : { "pinyin" : "chóu", + "numeric" : "chou2", + "wadegiles" : "ch'ou²", + "bopomofo" : "ㄔㄡˊ", + "romatzyh" : "chour" }, + "meanings" : [ "hatred", + "animosity", + "enmity", + "foe", + "enemy", + "to feel animosity toward (the wealthy, foreigners etc)" ], + "classifiers" : [] }, + { "traditional" : "仇", + "transcriptions" : { "pinyin" : "qiú", + "numeric" : "qiu2", + "wadegiles" : "ch'iu²", + "bopomofo" : "ㄑㄧㄡˊ", + "romatzyh" : "chyou" }, + "meanings" : [ "spouse", "companion" ], + "classifiers" : [] }, + { "traditional" : "讎", + "transcriptions" : { "pinyin" : "chóu", + "numeric" : "chou2", + "wadegiles" : "ch'ou²", + "bopomofo" : "ㄔㄡˊ", + "romatzyh" : "chour" }, + "meanings" : [ "variant of 仇" ], + "classifiers" : [] }, + { "traditional" : "讐", + "transcriptions" : { "pinyin" : "chóu", + "numeric" : "chou2", + "wadegiles" : "ch'ou²", + "bopomofo" : "ㄔㄡˊ", + "romatzyh" : "chour" }, + "meanings" : [ "variant of 仇" ], + "classifiers" : [] } ] }, + { "simplified" : "仇恨", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7685, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "仇恨", + "transcriptions" : { "pinyin" : "chóu hèn", + "numeric" : "chou2 hen4", + "wadegiles" : "ch'ou² hen⁴", + "bopomofo" : "ㄔㄡˊ ㄏㄣˋ", + "romatzyh" : "chour henn" }, + "meanings" : [ "to hate", + "hatred", + "enmity", + "hostility" ], + "classifiers" : [] } ] }, + { "simplified" : "仇人", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 17149, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "仇人", + "transcriptions" : { "pinyin" : "chóu rén", + "numeric" : "chou2 ren2", + "wadegiles" : "ch'ou² jen²", + "bopomofo" : "ㄔㄡˊ ㄖㄣˊ", + "romatzyh" : "chour ren" }, + "meanings" : [ "foe", "one's personal enemy" ], + "classifiers" : [] } ] }, + { "simplified" : "愁", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 5798, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "愁", + "transcriptions" : { "pinyin" : "chóu", + "numeric" : "chou2", + "wadegiles" : "ch'ou²", + "bopomofo" : "ㄔㄡˊ", + "romatzyh" : "chour" }, + "meanings" : [ "to worry about" ], + "classifiers" : [] } ] }, + { "simplified" : "愁眉苦脸", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 34813, + "pos" : [], + "forms" : [ { "traditional" : "愁眉苦臉", + "transcriptions" : { "pinyin" : "chóu méi kǔ liǎn", + "numeric" : "chou2 mei2 ku3 lian3", + "wadegiles" : "ch'ou² mei² k'u³ lien³", + "bopomofo" : "ㄔㄡˊ ㄇㄟˊ ㄎㄨˇ ㄌㄧㄢˇ", + "romatzyh" : "chour mei kuu lean" }, + "meanings" : [ "to look anxious (idiom)", + "to look miserable" ], + "classifiers" : [] } ] }, + { "simplified" : "稠", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 20182, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "稠", + "transcriptions" : { "pinyin" : "chóu", + "numeric" : "chou2", + "wadegiles" : "ch'ou²", + "bopomofo" : "ㄔㄡˊ", + "romatzyh" : "chour" }, + "meanings" : [ "dense", + "crowded", + "thick", + "many" ], + "classifiers" : [] } ] }, + { "simplified" : "稠密", + "radical" : "禾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 36571, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "稠密", + "transcriptions" : { "pinyin" : "chóu mì", + "numeric" : "chou2 mi4", + "wadegiles" : "ch'ou² mi⁴", + "bopomofo" : "ㄔㄡˊ ㄇㄧˋ", + "romatzyh" : "chour mih" }, + "meanings" : [ "dense" ], + "classifiers" : [] } ] }, + { "simplified" : "筹", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 5061, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "籌", + "transcriptions" : { "pinyin" : "chóu", + "numeric" : "chou2", + "wadegiles" : "ch'ou²", + "bopomofo" : "ㄔㄡˊ", + "romatzyh" : "chour" }, + "meanings" : [ "chip (in gambling); token (for counting); ticket", + "to prepare; to plan; to raise (funds)", + "resource; way; means" ], + "classifiers" : [] } ] }, + { "simplified" : "筹办", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 20530, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "籌辦", + "transcriptions" : { "pinyin" : "chóu bàn", + "numeric" : "chou2 ban4", + "wadegiles" : "ch'ou² pan⁴", + "bopomofo" : "ㄔㄡˊ ㄅㄢˋ", + "romatzyh" : "chour bann" }, + "meanings" : [ "to arrange; to make preparations" ], + "classifiers" : [] } ] }, + { "simplified" : "筹备", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8302, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "籌備", + "transcriptions" : { "pinyin" : "chóu bèi", + "numeric" : "chou2 bei4", + "wadegiles" : "ch'ou² pei⁴", + "bopomofo" : "ㄔㄡˊ ㄅㄟˋ", + "romatzyh" : "chour bey" }, + "meanings" : [ "preparations", + "to get ready for sth" ], + "classifiers" : [] } ] }, + { "simplified" : "筹措", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 25118, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "籌措", + "transcriptions" : { "pinyin" : "chóu cuò", + "numeric" : "chou2 cuo4", + "wadegiles" : "ch'ou² ts'o⁴", + "bopomofo" : "ㄔㄡˊ ㄘㄨㄛˋ", + "romatzyh" : "chour tsuoh" }, + "meanings" : [ "to raise (money)" ], + "classifiers" : [] } ] }, + { "simplified" : "筹划", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 13361, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "籌劃", + "transcriptions" : { "pinyin" : "chóu huà", + "numeric" : "chou2 hua4", + "wadegiles" : "ch'ou² hua⁴", + "bopomofo" : "ㄔㄡˊ ㄏㄨㄚˋ", + "romatzyh" : "chour huah" }, + "meanings" : [ "to plan and prepare" ], + "classifiers" : [] } ] }, + { "simplified" : "筹集", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 9390, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "籌集", + "transcriptions" : { "pinyin" : "chóu jí", + "numeric" : "chou2 ji2", + "wadegiles" : "ch'ou² chi²", + "bopomofo" : "ㄔㄡˊ ㄐㄧˊ", + "romatzyh" : "chour jyi" }, + "meanings" : [ "to collect money; to raise funds" ], + "classifiers" : [] } ] }, + { "simplified" : "筹码", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 6228, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "籌碼", + "transcriptions" : { "pinyin" : "chóu mǎ", + "numeric" : "chou2 ma3", + "wadegiles" : "ch'ou² ma³", + "bopomofo" : "ㄔㄡˊ ㄇㄚˇ", + "romatzyh" : "chour maa" }, + "meanings" : [ "bargaining chip; gaming chip; casino token" ], + "classifiers" : [] } ] }, + { "simplified" : "踌躇", + "radical" : "足", + "level" : [ "old-6" ], + "frequency" : 28755, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "躊躇", + "transcriptions" : { "pinyin" : "chóu chú", + "numeric" : "chou2 chu2", + "wadegiles" : "ch'ou² ch'u²", + "bopomofo" : "ㄔㄡˊ ㄔㄨˊ", + "romatzyh" : "chour chwu" }, + "meanings" : [ "to hesitate" ], + "classifiers" : [] } ] }, + { "simplified" : "丑", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 3841, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "丑", + "transcriptions" : { "pinyin" : "Chǒu", + "numeric" : "Chou3", + "wadegiles" : "ch'ou³", + "bopomofo" : "ㄔㄡˇ", + "romatzyh" : "choou" }, + "meanings" : [ "surname Chou" ], + "classifiers" : [] }, + { "traditional" : "丑", + "transcriptions" : { "pinyin" : "chǒu", + "numeric" : "chou3", + "wadegiles" : "ch'ou³", + "bopomofo" : "ㄔㄡˇ", + "romatzyh" : "choou" }, + "meanings" : [ "clown", + "2nd earthly branch: 1-3 a.m., 12th solar month (6th January to 3rd February), year of the Ox", + "ancient Chinese compass point: 30°" ], + "classifiers" : [] }, + { "traditional" : "醜", + "transcriptions" : { "pinyin" : "chǒu", + "numeric" : "chou3", + "wadegiles" : "ch'ou³", + "bopomofo" : "ㄔㄡˇ", + "romatzyh" : "choou" }, + "meanings" : [ "shameful", "ugly", "disgraceful" ], + "classifiers" : [] } ] }, + { "simplified" : "丑恶", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15629, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "醜惡", + "transcriptions" : { "pinyin" : "chǒu è", + "numeric" : "chou3 e4", + "wadegiles" : "ch'ou³ e⁴", + "bopomofo" : "ㄔㄡˇ ㄜˋ", + "romatzyh" : "choou eh" }, + "meanings" : [ "ugly", "repulsive" ], + "classifiers" : [] } ] }, + { "simplified" : "丑陋", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 10266, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "醜陋", + "transcriptions" : { "pinyin" : "chǒu lòu", + "numeric" : "chou3 lou4", + "wadegiles" : "ch'ou³ lou⁴", + "bopomofo" : "ㄔㄡˇ ㄌㄡˋ", + "romatzyh" : "choou low" }, + "meanings" : [ "ugly" ], + "classifiers" : [] } ] }, + { "simplified" : "丑闻", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 8065, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醜聞", + "transcriptions" : { "pinyin" : "chǒu wén", + "numeric" : "chou3 wen2", + "wadegiles" : "ch'ou³ wen²", + "bopomofo" : "ㄔㄡˇ ㄨㄣˊ", + "romatzyh" : "choou wen" }, + "meanings" : [ "scandal" ], + "classifiers" : [] } ] }, + { "simplified" : "瞅", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 14967, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瞅", + "transcriptions" : { "pinyin" : "chǒu", + "numeric" : "chou3", + "wadegiles" : "ch'ou³", + "bopomofo" : "ㄔㄡˇ", + "romatzyh" : "choou" }, + "meanings" : [ "(dialect) to look at" ], + "classifiers" : [] }, + { "traditional" : "矁", + "transcriptions" : { "pinyin" : "chǒu", + "numeric" : "chou3", + "wadegiles" : "ch'ou³", + "bopomofo" : "ㄔㄡˇ", + "romatzyh" : "choou" }, + "meanings" : [ "old variant of 瞅" ], + "classifiers" : [] } ] }, + { "simplified" : "臭", + "radical" : "自", + "level" : [ "new-5", "old-5" ], + "frequency" : 2909, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "臭", + "transcriptions" : { "pinyin" : "chòu", + "numeric" : "chou4", + "wadegiles" : "ch'ou⁴", + "bopomofo" : "ㄔㄡˋ", + "romatzyh" : "chow" }, + "meanings" : [ "stench", + "smelly", + "to smell (bad)", + "repulsive", + "loathsome", + "terrible", + "bad", + "severely", + "ruthlessly", + "dud (ammunition)" ], + "classifiers" : [] }, + { "traditional" : "臭", + "transcriptions" : { "pinyin" : "xiù", + "numeric" : "xiu4", + "wadegiles" : "hsiu⁴", + "bopomofo" : "ㄒㄧㄡˋ", + "romatzyh" : "shiow" }, + "meanings" : [ "sense of smell", "smell bad" ], + "classifiers" : [] } ] }, + { "simplified" : "出", + "radical" : "凵", + "level" : [ "new-1", "old-2" ], + "frequency" : 85, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "出", + "transcriptions" : { "pinyin" : "chū", + "numeric" : "chu1", + "wadegiles" : "ch'u¹", + "bopomofo" : "ㄔㄨ", + "romatzyh" : "chu" }, + "meanings" : [ "to go out", + "to come out", + "to occur", + "to produce", + "to go beyond", + "to rise", + "to put forth", + "to happen", + "(used after a verb to indicate an outward direction or a positive result)", + "classifier for dramas, plays, operas etc" ], + "classifiers" : [] }, + { "traditional" : "齣", + "transcriptions" : { "pinyin" : "chū", + "numeric" : "chu1", + "wadegiles" : "ch'u¹", + "bopomofo" : "ㄔㄨ", + "romatzyh" : "chu" }, + "meanings" : [ "variant of 出 (classifier for plays or chapters of classical novels)" ], + "classifiers" : [] } ] }, + { "simplified" : "出版", + "radical" : "凵", + "level" : [ "new-5", "old-5" ], + "frequency" : 2994, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出版", + "transcriptions" : { "pinyin" : "chū bǎn", + "numeric" : "chu1 ban3", + "wadegiles" : "ch'u¹ pan³", + "bopomofo" : "ㄔㄨ ㄅㄢˇ", + "romatzyh" : "chu baan" }, + "meanings" : [ "to publish" ], + "classifiers" : [] } ] }, + { "simplified" : "出版社", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 7844, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "出版社", + "transcriptions" : { "pinyin" : "chū bǎn shè", + "numeric" : "chu1 ban3 she4", + "wadegiles" : "ch'u¹ pan³ she⁴", + "bopomofo" : "ㄔㄨ ㄅㄢˇ ㄕㄜˋ", + "romatzyh" : "chu baan sheh" }, + "meanings" : [ "publishing house" ], + "classifiers" : [] } ] }, + { "simplified" : "出差", + "radical" : "凵", + "level" : [ "new-5", "old-4" ], + "frequency" : 7087, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出差", + "transcriptions" : { "pinyin" : "chū chāi", + "numeric" : "chu1 chai1", + "wadegiles" : "ch'u¹ ch'ai¹", + "bopomofo" : "ㄔㄨ ㄔㄞ", + "romatzyh" : "chu chai" }, + "meanings" : [ "to go on an official or business trip" ], + "classifiers" : [] } ] }, + { "simplified" : "出厂", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 19911, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出廠", + "transcriptions" : { "pinyin" : "chū chǎng", + "numeric" : "chu1 chang3", + "wadegiles" : "ch'u¹ ch'ang³", + "bopomofo" : "ㄔㄨ ㄔㄤˇ", + "romatzyh" : "chu chaang" }, + "meanings" : [ "to leave the factory (of finished goods)" ], + "classifiers" : [] } ] }, + { "simplified" : "出场", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 4428, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出場", + "transcriptions" : { "pinyin" : "chū chǎng", + "numeric" : "chu1 chang3", + "wadegiles" : "ch'u¹ ch'ang³", + "bopomofo" : "ㄔㄨ ㄔㄤˇ", + "romatzyh" : "chu chaang" }, + "meanings" : [ "(of a performer) to come onto the stage to perform", + "(of an athlete) to enter the arena to compete", + "(fig.) to enter the scene (e.g. a new product)", + "(of an examinee etc) to leave the venue" ], + "classifiers" : [] } ] }, + { "simplified" : "出丑", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 25263, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出醜", + "transcriptions" : { "pinyin" : "chū chǒu", + "numeric" : "chu1 chou3", + "wadegiles" : "ch'u¹ ch'ou³", + "bopomofo" : "ㄔㄨ ㄔㄡˇ", + "romatzyh" : "chu choou" }, + "meanings" : [ "shameful", + "scandalous", + "to be humiliated", + "to make a fool of sb or oneself", + "to make sb lose face" ], + "classifiers" : [] } ] }, + { "simplified" : "出道", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 23584, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出道", + "transcriptions" : { "pinyin" : "chū dào", + "numeric" : "chu1 dao4", + "wadegiles" : "ch'u¹ tao⁴", + "bopomofo" : "ㄔㄨ ㄉㄠˋ", + "romatzyh" : "chu daw" }, + "meanings" : [ "to start one's career", + "(of an entertainer) to make one's debut" ], + "classifiers" : [] } ] }, + { "simplified" : "出动", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 7080, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出動", + "transcriptions" : { "pinyin" : "chū dòng", + "numeric" : "chu1 dong4", + "wadegiles" : "ch'u¹ tung⁴", + "bopomofo" : "ㄔㄨ ㄉㄨㄥˋ", + "romatzyh" : "chu donq" }, + "meanings" : [ "to start out on a trip", + "to dispatch troops" ], + "classifiers" : [] } ] }, + { "simplified" : "出发", + "radical" : "凵", + "level" : [ "new-2", "old-4" ], + "frequency" : 1714, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出發", + "transcriptions" : { "pinyin" : "chū fā", + "numeric" : "chu1 fa1", + "wadegiles" : "ch'u¹ fa¹", + "bopomofo" : "ㄔㄨ ㄈㄚ", + "romatzyh" : "chu fa" }, + "meanings" : [ "to set off", + "to start (on a journey)" ], + "classifiers" : [] } ] }, + { "simplified" : "出发点", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 16115, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "出發點", + "transcriptions" : { "pinyin" : "chū fā diǎn", + "numeric" : "chu1 fa1 dian3", + "wadegiles" : "ch'u¹ fa¹ tien³", + "bopomofo" : "ㄔㄨ ㄈㄚ ㄉㄧㄢˇ", + "romatzyh" : "chu fa dean" }, + "meanings" : [ "starting point", + "(fig.) basis", + "motive" ], + "classifiers" : [] } ] }, + { "simplified" : "出访", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 29179, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出訪", + "transcriptions" : { "pinyin" : "chū fǎng", + "numeric" : "chu1 fang3", + "wadegiles" : "ch'u¹ fang³", + "bopomofo" : "ㄔㄨ ㄈㄤˇ", + "romatzyh" : "chu faang" }, + "meanings" : [ "to go and visit in an official capacity or for investigation" ], + "classifiers" : [] } ] }, + { "simplified" : "出风头", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 27500, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出風頭", + "transcriptions" : { "pinyin" : "chū fēng tou", + "numeric" : "chu1 feng1 tou5", + "wadegiles" : "ch'u¹ feng¹ tou", + "bopomofo" : "ㄔㄨ ㄈㄥ tou", + "romatzyh" : "chu feng tou" }, + "meanings" : [ "to push oneself forward", + "to seek fame", + "to be in the limelight", + "same as 出锋头" ], + "classifiers" : [] } ] }, + { "simplified" : "出国", + "radical" : "凵", + "level" : [ "new-2" ], + "frequency" : 6997, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出國", + "transcriptions" : { "pinyin" : "chū guó", + "numeric" : "chu1 guo2", + "wadegiles" : "ch'u¹ kuo²", + "bopomofo" : "ㄔㄨ ㄍㄨㄛˊ", + "romatzyh" : "chu gwo" }, + "meanings" : [ "to go abroad; to leave the country" ], + "classifiers" : [] } ] }, + { "simplified" : "出汗", + "radical" : "凵", + "level" : [ "new-5" ], + "frequency" : 15744, + "pos" : [], + "forms" : [ { "traditional" : "出汗", + "transcriptions" : { "pinyin" : "chū hàn", + "numeric" : "chu1 han4", + "wadegiles" : "ch'u¹ han⁴", + "bopomofo" : "ㄔㄨ ㄏㄢˋ", + "romatzyh" : "chu hann" }, + "meanings" : [ "to perspire", "to sweat" ], + "classifiers" : [] } ] }, + { "simplified" : "出境", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 10519, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出境", + "transcriptions" : { "pinyin" : "chū jìng", + "numeric" : "chu1 jing4", + "wadegiles" : "ch'u¹ ching⁴", + "bopomofo" : "ㄔㄨ ㄐㄧㄥˋ", + "romatzyh" : "chu jinq" }, + "meanings" : [ "to leave a country or region", + "outbound (tourism)" ], + "classifiers" : [] } ] }, + { "simplified" : "出局", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 6160, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出局", + "transcriptions" : { "pinyin" : "chū jú", + "numeric" : "chu1 ju2", + "wadegiles" : "ch'u¹ chü²", + "bopomofo" : "ㄔㄨ ㄐㄩˊ", + "romatzyh" : "chu jyu" }, + "meanings" : [ "(of a batter) to be put out (in baseball); to be dismissed (in cricket)", + "(of a player or team) to be eliminated from a competition", + "(fig.) to be weeded out; to get the chop (in a competitive environment)" ], + "classifiers" : [] } ] }, + { "simplified" : "出具", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 21185, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出具", + "transcriptions" : { "pinyin" : "chū jù", + "numeric" : "chu1 ju4", + "wadegiles" : "ch'u¹ chü⁴", + "bopomofo" : "ㄔㄨ ㄐㄩˋ", + "romatzyh" : "chu jiuh" }, + "meanings" : [ "to issue (document, certificate etc)", + "to provide" ], + "classifiers" : [] } ] }, + { "simplified" : "出口", + "radical" : "凵", + "level" : [ "new-2", "old-5" ], + "frequency" : 1693, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出口", + "transcriptions" : { "pinyin" : "chū kǒu", + "numeric" : "chu1 kou3", + "wadegiles" : "ch'u¹ k'ou³", + "bopomofo" : "ㄔㄨ ㄎㄡˇ", + "romatzyh" : "chu koou" }, + "meanings" : [ "an exit", + "to speak", + "to export", + "(of a ship) to leave port" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "出口成章", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 84607, + "pos" : [], + "forms" : [ { "traditional" : "出口成章", + "transcriptions" : { "pinyin" : "chū kǒu chéng zhāng", + "numeric" : "chu1 kou3 cheng2 zhang1", + "wadegiles" : "ch'u¹ k'ou³ ch'eng² chang¹", + "bopomofo" : "ㄔㄨ ㄎㄡˇ ㄔㄥˊ ㄓㄤ", + "romatzyh" : "chu koou cherng jang" }, + "meanings" : [ "(idiom) (of one's speech) eloquent", + "articulate" ], + "classifiers" : [] } ] }, + { "simplified" : "出来", + "radical" : "凵", + "level" : [ "new-1" ], + "frequency" : 254, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出來", + "transcriptions" : { "pinyin" : "chū lái", + "numeric" : "chu1 lai2", + "wadegiles" : "ch'u¹ lai²", + "bopomofo" : "ㄔㄨ ㄌㄞˊ", + "romatzyh" : "chu lai" }, + "meanings" : [ "to come out", + "to appear", + "to arise" ], + "classifiers" : [] }, + { "traditional" : "出來", + "transcriptions" : { "pinyin" : "chu lai", + "numeric" : "chu5 lai5", + "wadegiles" : "chu lai", + "bopomofo" : "chu lai", + "romatzyh" : "chu lai" }, + "meanings" : [ "(after a verb, indicates coming out, completion of an action, or ability to discern or detect)" ], + "classifiers" : [] } ] }, + { "simplified" : "出路", + "radical" : "凵", + "level" : [ "new-6", "old-6" ], + "frequency" : 6833, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "出路", + "transcriptions" : { "pinyin" : "chū lù", + "numeric" : "chu1 lu4", + "wadegiles" : "ch'u¹ lu⁴", + "bopomofo" : "ㄔㄨ ㄌㄨˋ", + "romatzyh" : "chu luh" }, + "meanings" : [ "a way out (lit. and fig.)", + "opportunity for advancement", + "a way forward", + "outlet (for one's products)" ], + "classifiers" : [] } ] }, + { "simplified" : "出卖", + "radical" : "凵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6550, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出賣", + "transcriptions" : { "pinyin" : "chū mài", + "numeric" : "chu1 mai4", + "wadegiles" : "ch'u¹ mai⁴", + "bopomofo" : "ㄔㄨ ㄇㄞˋ", + "romatzyh" : "chu may" }, + "meanings" : [ "to offer for sale; to sell", + "to sell out; to betray" ], + "classifiers" : [] } ] }, + { "simplified" : "出毛病", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 31186, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出毛病", + "transcriptions" : { "pinyin" : "chū máo bìng", + "numeric" : "chu1 mao2 bing4", + "wadegiles" : "ch'u¹ mao² ping⁴", + "bopomofo" : "ㄔㄨ ㄇㄠˊ ㄅㄧㄥˋ", + "romatzyh" : "chu mau binq" }, + "meanings" : [ "a problem appears", + "to break down" ], + "classifiers" : [] } ] }, + { "simplified" : "出门", + "radical" : "凵", + "level" : [ "new-2" ], + "frequency" : 2997, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出門", + "transcriptions" : { "pinyin" : "chū mén", + "numeric" : "chu1 men2", + "wadegiles" : "ch'u¹ men²", + "bopomofo" : "ㄔㄨ ㄇㄣˊ", + "romatzyh" : "chu men" }, + "meanings" : [ "to go out", + "to leave home", + "to go on a journey", + "away from home", + "(of a woman) to get married" ], + "classifiers" : [] } ] }, + { "simplified" : "出面", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 9572, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出面", + "transcriptions" : { "pinyin" : "chū miàn", + "numeric" : "chu1 mian4", + "wadegiles" : "ch'u¹ mien⁴", + "bopomofo" : "ㄔㄨ ㄇㄧㄢˋ", + "romatzyh" : "chu miann" }, + "meanings" : [ "to appear personally", + "to step in", + "to step forth", + "to show up" ], + "classifiers" : [] } ] }, + { "simplified" : "出名", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 6706, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "出名", + "transcriptions" : { "pinyin" : "chū míng", + "numeric" : "chu1 ming2", + "wadegiles" : "ch'u¹ ming²", + "bopomofo" : "ㄔㄨ ㄇㄧㄥˊ", + "romatzyh" : "chu ming" }, + "meanings" : [ "well-known for sth", + "to become well known", + "to make one's mark", + "to lend one's name (to an event, endeavor etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "出难题", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 32878, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出難題", + "transcriptions" : { "pinyin" : "chū nán tí", + "numeric" : "chu1 nan2 ti2", + "wadegiles" : "ch'u¹ nan² t'i²", + "bopomofo" : "ㄔㄨ ㄋㄢˊ ㄊㄧˊ", + "romatzyh" : "chu nan tyi" }, + "meanings" : [ "to raise a tough question" ], + "classifiers" : [] } ] }, + { "simplified" : "出去", + "radical" : "凵", + "level" : [ "new-1" ], + "frequency" : 784, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出去", + "transcriptions" : { "pinyin" : "chū qù", + "numeric" : "chu1 qu4", + "wadegiles" : "ch'u¹ ch'ü⁴", + "bopomofo" : "ㄔㄨ ㄑㄩˋ", + "romatzyh" : "chu chiuh" }, + "meanings" : [ "to go out" ], + "classifiers" : [] } ] }, + { "simplified" : "出人意料", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 12127, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出人意料", + "transcriptions" : { "pinyin" : "chū rén yì liào", + "numeric" : "chu1 ren2 yi4 liao4", + "wadegiles" : "ch'u¹ jen² i⁴ liao⁴", + "bopomofo" : "ㄔㄨ ㄖㄣˊ ㄧˋ ㄌㄧㄠˋ", + "romatzyh" : "chu ren yih liaw" }, + "meanings" : [ "unexpected (idiom)", "surprising" ], + "classifiers" : [] } ] }, + { "simplified" : "出任", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 23581, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出任", + "transcriptions" : { "pinyin" : "chū rèn", + "numeric" : "chu1 ren4", + "wadegiles" : "ch'u¹ jen⁴", + "bopomofo" : "ㄔㄨ ㄖㄣˋ", + "romatzyh" : "chu renn" }, + "meanings" : [ "to take up a post; to start in a new job" ], + "classifiers" : [] } ] }, + { "simplified" : "出入", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 8296, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "出入", + "transcriptions" : { "pinyin" : "chū rù", + "numeric" : "chu1 ru4", + "wadegiles" : "ch'u¹ ju⁴", + "bopomofo" : "ㄔㄨ ㄖㄨˋ", + "romatzyh" : "chu ruh" }, + "meanings" : [ "to go out and come in", + "entrance and exit", + "expenditure and income", + "discrepancy", + "inconsistent" ], + "classifiers" : [] } ] }, + { "simplified" : "出色", + "radical" : "凵", + "level" : [ "new-4", "old-5" ], + "frequency" : 2028, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "出色", + "transcriptions" : { "pinyin" : "chū sè", + "numeric" : "chu1 se4", + "wadegiles" : "ch'u¹ se⁴", + "bopomofo" : "ㄔㄨ ㄙㄜˋ", + "romatzyh" : "chu seh" }, + "meanings" : [ "remarkable; outstanding" ], + "classifiers" : [] } ] }, + { "simplified" : "出山", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 30185, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出山", + "transcriptions" : { "pinyin" : "chū shān", + "numeric" : "chu1 shan1", + "wadegiles" : "ch'u¹ shan¹", + "bopomofo" : "ㄔㄨ ㄕㄢ", + "romatzyh" : "chu shan" }, + "meanings" : [ "to leave the mountain (of a hermit)", + "to come out of obscurity to a government job", + "to take a leading position" ], + "classifiers" : [] } ] }, + { "simplified" : "出身", + "radical" : "凵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7256, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出身", + "transcriptions" : { "pinyin" : "chū shēn", + "numeric" : "chu1 shen1", + "wadegiles" : "ch'u¹ shen¹", + "bopomofo" : "ㄔㄨ ㄕㄣ", + "romatzyh" : "chu shen" }, + "meanings" : [ "to be born of", + "to come from", + "family background", + "class origin" ], + "classifiers" : [] } ] }, + { "simplified" : "出神", + "radical" : "凵", + "level" : [ "old-6" ], + "frequency" : 33360, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出神", + "transcriptions" : { "pinyin" : "chū shén", + "numeric" : "chu1 shen2", + "wadegiles" : "ch'u¹ shen²", + "bopomofo" : "ㄔㄨ ㄕㄣˊ", + "romatzyh" : "chu shern" }, + "meanings" : [ "spellbound", + "entranced", + "lost in thought" ], + "classifiers" : [] } ] }, + { "simplified" : "出生", + "radical" : "凵", + "level" : [ "new-2", "old-4" ], + "frequency" : 2112, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出生", + "transcriptions" : { "pinyin" : "chū shēng", + "numeric" : "chu1 sheng1", + "wadegiles" : "ch'u¹ sheng¹", + "bopomofo" : "ㄔㄨ ㄕㄥ", + "romatzyh" : "chu sheng" }, + "meanings" : [ "to be born" ], + "classifiers" : [] } ] }, + { "simplified" : "出示", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 7905, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出示", + "transcriptions" : { "pinyin" : "chū shì", + "numeric" : "chu1 shi4", + "wadegiles" : "ch'u¹ shih⁴", + "bopomofo" : "ㄔㄨ ㄕˋ", + "romatzyh" : "chu shyh" }, + "meanings" : [ "to show", + "to take out and show to others", + "to display" ], + "classifiers" : [] } ] }, + { "simplified" : "出事", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 4871, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出事", + "transcriptions" : { "pinyin" : "chū shì", + "numeric" : "chu1 shi4", + "wadegiles" : "ch'u¹ shih⁴", + "bopomofo" : "ㄔㄨ ㄕˋ", + "romatzyh" : "chu shyh" }, + "meanings" : [ "to have an accident", + "to meet with a mishap" ], + "classifiers" : [] } ] }, + { "simplified" : "出手", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 5381, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出手", + "transcriptions" : { "pinyin" : "chū shǒu", + "numeric" : "chu1 shou3", + "wadegiles" : "ch'u¹ shou³", + "bopomofo" : "ㄔㄨ ㄕㄡˇ", + "romatzyh" : "chu shoou" }, + "meanings" : [ "to dispose of", + "to spend (money)", + "to undertake a task" ], + "classifiers" : [] } ] }, + { "simplified" : "出售", + "radical" : "凵", + "level" : [ "new-4" ], + "frequency" : 3758, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出售", + "transcriptions" : { "pinyin" : "chū shòu", + "numeric" : "chu1 shou4", + "wadegiles" : "ch'u¹ shou⁴", + "bopomofo" : "ㄔㄨ ㄕㄡˋ", + "romatzyh" : "chu show" }, + "meanings" : [ "to sell", + "to offer for sale", + "to put on the market" ], + "classifiers" : [] } ] }, + { "simplified" : "出台", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 14622, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出臺", + "transcriptions" : { "pinyin" : "chū tái", + "numeric" : "chu1 tai2", + "wadegiles" : "ch'u¹ t'ai²", + "bopomofo" : "ㄔㄨ ㄊㄞˊ", + "romatzyh" : "chu tair" }, + "meanings" : [ "to officially launch (a policy, program etc)", + "to appear on stage", + "to appear publicly", + "(of a bar girl) to leave with a client" ], + "classifiers" : [] } ] }, + { "simplified" : "出头", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 11064, + "pos" : [ "v", "m", "n" ], + "forms" : [ { "traditional" : "出頭", + "transcriptions" : { "pinyin" : "chū tóu", + "numeric" : "chu1 tou2", + "wadegiles" : "ch'u¹ t'ou²", + "bopomofo" : "ㄔㄨ ㄊㄡˊ", + "romatzyh" : "chu tour" }, + "meanings" : [ "to get out of a predicament", + "to stick out", + "to take the initiative", + "remaining odd fraction after a division", + "a little more than" ], + "classifiers" : [] } ] }, + { "simplified" : "出土", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 28546, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出土", + "transcriptions" : { "pinyin" : "chū tǔ", + "numeric" : "chu1 tu3", + "wadegiles" : "ch'u¹ t'u³", + "bopomofo" : "ㄔㄨ ㄊㄨˇ", + "romatzyh" : "chu tuu" }, + "meanings" : [ "to dig up", + "to appear in an excavation", + "unearthed", + "to come up out of the ground" ], + "classifiers" : [] } ] }, + { "simplified" : "出席", + "radical" : "凵", + "level" : [ "new-4", "old-5" ], + "frequency" : 2535, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出席", + "transcriptions" : { "pinyin" : "chū xí", + "numeric" : "chu1 xi2", + "wadegiles" : "ch'u¹ hsi²", + "bopomofo" : "ㄔㄨ ㄒㄧˊ", + "romatzyh" : "chu shyi" }, + "meanings" : [ "to attend", + "to participate", + "present" ], + "classifiers" : [] } ] }, + { "simplified" : "出息", + "radical" : "凵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21358, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "出息", + "transcriptions" : { "pinyin" : "chū xī", + "numeric" : "chu1 xi1", + "wadegiles" : "ch'u¹ hsi¹", + "bopomofo" : "ㄔㄨ ㄒㄧ", + "romatzyh" : "chu shi" }, + "meanings" : [ "to yield interest, profit etc", + "to exhale (Buddhism)" ], + "classifiers" : [] }, + { "traditional" : "出息", + "transcriptions" : { "pinyin" : "chū xi", + "numeric" : "chu1 xi5", + "wadegiles" : "ch'u¹ xi", + "bopomofo" : "ㄔㄨ xi", + "romatzyh" : "chu xi" }, + "meanings" : [ "future prospects", + "profit", + "to mature", + "to grow up" ], + "classifiers" : [] } ] }, + { "simplified" : "出现", + "radical" : "凵", + "level" : [ "new-2", "old-3" ], + "frequency" : 323, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出現", + "transcriptions" : { "pinyin" : "chū xiàn", + "numeric" : "chu1 xian4", + "wadegiles" : "ch'u¹ hsien⁴", + "bopomofo" : "ㄔㄨ ㄒㄧㄢˋ", + "romatzyh" : "chu shiann" }, + "meanings" : [ "to appear", + "to arise", + "to emerge", + "to show up" ], + "classifiers" : [] } ] }, + { "simplified" : "出行", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 8859, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出行", + "transcriptions" : { "pinyin" : "chū xíng", + "numeric" : "chu1 xing2", + "wadegiles" : "ch'u¹ hsing²", + "bopomofo" : "ㄔㄨ ㄒㄧㄥˊ", + "romatzyh" : "chu shyng" }, + "meanings" : [ "to go out somewhere (relatively short trip)", + "to set off on a journey (longer trip)" ], + "classifiers" : [] } ] }, + { "simplified" : "出血", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 5314, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出血", + "transcriptions" : { "pinyin" : "chū xuè", + "numeric" : "chu1 xue4", + "wadegiles" : "ch'u¹ hsüeh⁴", + "bopomofo" : "ㄔㄨ ㄒㄩㄝˋ", + "romatzyh" : "chu shiueh" }, + "meanings" : [ "to bleed; bleeding", + "(fig.) to spend money in large amounts" ], + "classifiers" : [] } ] }, + { "simplified" : "出演", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 9454, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出演", + "transcriptions" : { "pinyin" : "chū yǎn", + "numeric" : "chu1 yan3", + "wadegiles" : "ch'u¹ yan³", + "bopomofo" : "ㄔㄨ ㄧㄢˇ", + "romatzyh" : "chu yean" }, + "meanings" : [ "to appear (in a show etc)", + "an appearance (on stage etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "出洋相", + "radical" : "凵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 50871, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出洋相", + "transcriptions" : { "pinyin" : "chū yáng xiàng", + "numeric" : "chu1 yang2 xiang4", + "wadegiles" : "ch'u¹ yang² hsiang⁴", + "bopomofo" : "ㄔㄨ ㄧㄤˊ ㄒㄧㄤˋ", + "romatzyh" : "chu yang shianq" }, + "meanings" : [ "to make a fool of oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "出游", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 14143, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出遊", + "transcriptions" : { "pinyin" : "chū yóu", + "numeric" : "chu1 you2", + "wadegiles" : "ch'u¹ yu²", + "bopomofo" : "ㄔㄨ ㄧㄡˊ", + "romatzyh" : "chu you" }, + "meanings" : [ "to go on a tour", + "to have an outing" ], + "classifiers" : [] } ] }, + { "simplified" : "出于", + "radical" : "凵", + "level" : [ "new-5" ], + "frequency" : 3703, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出於", + "transcriptions" : { "pinyin" : "chū yú", + "numeric" : "chu1 yu2", + "wadegiles" : "ch'u¹ yü²", + "bopomofo" : "ㄔㄨ ㄩˊ", + "romatzyh" : "chu yu" }, + "meanings" : [ "due to", "to stem from" ], + "classifiers" : [] } ] }, + { "simplified" : "出院", + "radical" : "凵", + "level" : [ "new-2" ], + "frequency" : 7409, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出院", + "transcriptions" : { "pinyin" : "chū yuàn", + "numeric" : "chu1 yuan4", + "wadegiles" : "ch'u¹ yüan⁴", + "bopomofo" : "ㄔㄨ ㄩㄢˋ", + "romatzyh" : "chu yuann" }, + "meanings" : [ "to leave hospital", + "to be discharged from hospital" ], + "classifiers" : [] } ] }, + { "simplified" : "出众", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 9595, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "出眾", + "transcriptions" : { "pinyin" : "chū zhòng", + "numeric" : "chu1 zhong4", + "wadegiles" : "ch'u¹ chung⁴", + "bopomofo" : "ㄔㄨ ㄓㄨㄥˋ", + "romatzyh" : "chu jonq" }, + "meanings" : [ "to stand out", "outstanding" ], + "classifiers" : [] } ] }, + { "simplified" : "出主意", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 29537, + "pos" : [], + "forms" : [ { "traditional" : "出主意", + "transcriptions" : { "pinyin" : "chū zhǔ yi", + "numeric" : "chu1 zhu3 yi5", + "wadegiles" : "ch'u¹ chu³ yi", + "bopomofo" : "ㄔㄨ ㄓㄨˇ yi", + "romatzyh" : "chu juu yi" }, + "meanings" : [ "to come up with ideas", + "to make suggestions", + "to offer advice" ], + "classifiers" : [] } ] }, + { "simplified" : "出资", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 14377, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出資", + "transcriptions" : { "pinyin" : "chū zī", + "numeric" : "chu1 zi1", + "wadegiles" : "ch'u¹ tzu¹", + "bopomofo" : "ㄔㄨ ㄗ", + "romatzyh" : "chu tzy" }, + "meanings" : [ "to fund", + "to put money into sth", + "to invest" ], + "classifiers" : [] } ] }, + { "simplified" : "出自", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 6845, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "出自", + "transcriptions" : { "pinyin" : "chū zì", + "numeric" : "chu1 zi4", + "wadegiles" : "ch'u¹ tzu⁴", + "bopomofo" : "ㄔㄨ ㄗˋ", + "romatzyh" : "chu tzyh" }, + "meanings" : [ "to come from" ], + "classifiers" : [] } ] }, + { "simplified" : "出走", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 11691, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出走", + "transcriptions" : { "pinyin" : "chū zǒu", + "numeric" : "chu1 zou3", + "wadegiles" : "ch'u¹ tsou³", + "bopomofo" : "ㄔㄨ ㄗㄡˇ", + "romatzyh" : "chu tzoou" }, + "meanings" : [ "to leave home", + "to go off", + "to run away" ], + "classifiers" : [] } ] }, + { "simplified" : "出租", + "radical" : "凵", + "level" : [ "new-2" ], + "frequency" : 5547, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "出租", + "transcriptions" : { "pinyin" : "chū zū", + "numeric" : "chu1 zu1", + "wadegiles" : "ch'u¹ tsu¹", + "bopomofo" : "ㄔㄨ ㄗㄨ", + "romatzyh" : "chu tzu" }, + "meanings" : [ "to rent" ], + "classifiers" : [] } ] }, + { "simplified" : "出租车", + "radical" : "凵", + "level" : [ "new-2", "old-1" ], + "frequency" : 2677, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "出租車", + "transcriptions" : { "pinyin" : "chū zū chē", + "numeric" : "chu1 zu1 che1", + "wadegiles" : "ch'u¹ tsu¹ ch'e¹", + "bopomofo" : "ㄔㄨ ㄗㄨ ㄔㄜ", + "romatzyh" : "chu tzu che" }, + "meanings" : [ "taxi", "(Tw) rental car" ], + "classifiers" : [] } ] }, + { "simplified" : "初", + "radical" : "刀", + "level" : [ "new-3" ], + "frequency" : 1869, + "pos" : [ "f", "d", "g" ], + "forms" : [ { "traditional" : "初", + "transcriptions" : { "pinyin" : "chū", + "numeric" : "chu1", + "wadegiles" : "ch'u¹", + "bopomofo" : "ㄔㄨ", + "romatzyh" : "chu" }, + "meanings" : [ "at first", + "(at the) beginning", + "first", + "junior", + "basic" ], + "classifiers" : [] } ] }, + { "simplified" : "初", + "radical" : "刀", + "level" : [ "new-3" ], + "frequency" : 1869, + "pos" : [ "f", "d", "g" ], + "forms" : [ { "traditional" : "初", + "transcriptions" : { "pinyin" : "chū", + "numeric" : "chu1", + "wadegiles" : "ch'u¹", + "bopomofo" : "ㄔㄨ", + "romatzyh" : "chu" }, + "meanings" : [ "at first", + "(at the) beginning", + "first", + "junior", + "basic" ], + "classifiers" : [] } ] }, + { "simplified" : "初步", + "radical" : "刀", + "level" : [ "new-3", "old-6" ], + "frequency" : 4719, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "初步", + "transcriptions" : { "pinyin" : "chū bù", + "numeric" : "chu1 bu4", + "wadegiles" : "ch'u¹ pu⁴", + "bopomofo" : "ㄔㄨ ㄅㄨˋ", + "romatzyh" : "chu buh" }, + "meanings" : [ "initial", + "preliminary", + "tentative" ], + "classifiers" : [] } ] }, + { "simplified" : "初次", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 10185, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "初次", + "transcriptions" : { "pinyin" : "chū cì", + "numeric" : "chu1 ci4", + "wadegiles" : "ch'u¹ tz'u⁴", + "bopomofo" : "ㄔㄨ ㄘˋ", + "romatzyh" : "chu tsyh" }, + "meanings" : [ "for the first time", + "first (meeting, attempt etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "初等", + "radical" : "刀", + "level" : [ "new-6" ], + "frequency" : 50440, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "初等", + "transcriptions" : { "pinyin" : "chū děng", + "numeric" : "chu1 deng3", + "wadegiles" : "ch'u¹ teng³", + "bopomofo" : "ㄔㄨ ㄉㄥˇ", + "romatzyh" : "chu deeng" }, + "meanings" : [ "elementary (i.e. easy)" ], + "classifiers" : [] } ] }, + { "simplified" : "初级", + "radical" : "刀", + "level" : [ "new-3", "old-5" ], + "frequency" : 10185, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "初級", + "transcriptions" : { "pinyin" : "chū jí", + "numeric" : "chu1 ji2", + "wadegiles" : "ch'u¹ chi²", + "bopomofo" : "ㄔㄨ ㄐㄧˊ", + "romatzyh" : "chu jyi" }, + "meanings" : [ "junior", "primary" ], + "classifiers" : [] } ] }, + { "simplified" : "初期", + "radical" : "刀", + "level" : [ "new-5" ], + "frequency" : 8971, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "初期", + "transcriptions" : { "pinyin" : "chū qī", + "numeric" : "chu1 qi1", + "wadegiles" : "ch'u¹ ch'i¹", + "bopomofo" : "ㄔㄨ ㄑㄧ", + "romatzyh" : "chu chi" }, + "meanings" : [ "initial stage", + "beginning period" ], + "classifiers" : [] } ] }, + { "simplified" : "初一", + "radical" : "刀", + "level" : [ "new-3" ], + "frequency" : 20062, + "pos" : [ "n", "t" ], + "forms" : [ { "traditional" : "初一", + "transcriptions" : { "pinyin" : "chū yī", + "numeric" : "chu1 yi1", + "wadegiles" : "ch'u¹ i¹", + "bopomofo" : "ㄔㄨ ㄧ", + "romatzyh" : "chu i" }, + "meanings" : [ "first day of lunar month", + "New Year's Day", + "first year in junior middle school" ], + "classifiers" : [] } ] }, + { "simplified" : "初中", + "radical" : "刀", + "level" : [ "new-3" ], + "frequency" : 7208, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "初中", + "transcriptions" : { "pinyin" : "chū zhōng", + "numeric" : "chu1 zhong1", + "wadegiles" : "ch'u¹ chung¹", + "bopomofo" : "ㄔㄨ ㄓㄨㄥ", + "romatzyh" : "chu jong" }, + "meanings" : [ "junior high school (abbr. for 初级中学)" ], + "classifiers" : [] } ] }, + { "simplified" : "初衷", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 12228, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "初衷", + "transcriptions" : { "pinyin" : "chū zhōng", + "numeric" : "chu1 zhong1", + "wadegiles" : "ch'u¹ chung¹", + "bopomofo" : "ㄔㄨ ㄓㄨㄥ", + "romatzyh" : "chu jong" }, + "meanings" : [ "original intention" ], + "classifiers" : [] } ] }, + { "simplified" : "除", + "radical" : "阝", + "level" : [ "new-6", "old-5" ], + "frequency" : 2398, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "除", + "transcriptions" : { "pinyin" : "chú", + "numeric" : "chu2", + "wadegiles" : "ch'u²", + "bopomofo" : "ㄔㄨˊ", + "romatzyh" : "chwu" }, + "meanings" : [ "to get rid of", + "to remove", + "to exclude", + "to eliminate", + "to wipe out", + "to divide", + "except", + "not including" ], + "classifiers" : [] } ] }, + { "simplified" : "除此之外", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 6961, + "pos" : [ "l", "c" ], + "forms" : [ { "traditional" : "除此之外", + "transcriptions" : { "pinyin" : "chú cǐ zhī wài", + "numeric" : "chu2 ci3 zhi1 wai4", + "wadegiles" : "ch'u² tz'u³ chih¹ wai⁴", + "bopomofo" : "ㄔㄨˊ ㄘˇ ㄓ ㄨㄞˋ", + "romatzyh" : "chwu tsyy jy way" }, + "meanings" : [ "apart from this", + "in addition to this" ], + "classifiers" : [] } ] }, + { "simplified" : "除非", + "radical" : "阝", + "level" : [ "new-5", "old-5" ], + "frequency" : 3271, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "除非", + "transcriptions" : { "pinyin" : "chú fēi", + "numeric" : "chu2 fei1", + "wadegiles" : "ch'u² fei¹", + "bopomofo" : "ㄔㄨˊ ㄈㄟ", + "romatzyh" : "chwu fei" }, + "meanings" : [ "only if (..., or otherwise, ...)", + "only when", + "only in the case that", + "unless" ], + "classifiers" : [] } ] }, + { "simplified" : "除了", + "radical" : "阝", + "level" : [ "new-3", "old-3" ], + "frequency" : 638, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "除了", + "transcriptions" : { "pinyin" : "chú le", + "numeric" : "chu2 le5", + "wadegiles" : "ch'u² le", + "bopomofo" : "ㄔㄨˊ le", + "romatzyh" : "chwu le" }, + "meanings" : [ "besides", + "apart from (... also...)", + "in addition to", + "except (for)" ], + "classifiers" : [] } ] }, + { "simplified" : "除去", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 9054, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "除去", + "transcriptions" : { "pinyin" : "chú qù", + "numeric" : "chu2 qu4", + "wadegiles" : "ch'u² ch'ü⁴", + "bopomofo" : "ㄔㄨˊ ㄑㄩˋ", + "romatzyh" : "chwu chiuh" }, + "meanings" : [ "to eliminate", + "to remove", + "except for", + "apart from" ], + "classifiers" : [] } ] }, + { "simplified" : "除外", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 11088, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "除外", + "transcriptions" : { "pinyin" : "chú wài", + "numeric" : "chu2 wai4", + "wadegiles" : "ch'u² wai⁴", + "bopomofo" : "ㄔㄨˊ ㄨㄞˋ", + "romatzyh" : "chwu way" }, + "meanings" : [ "to exclude", + "not including sth (when counting or listing)", + "except for" ], + "classifiers" : [] } ] }, + { "simplified" : "除夕", + "radical" : "阝", + "level" : [ "new-5", "old-5" ], + "frequency" : 13074, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "除夕", + "transcriptions" : { "pinyin" : "Chú xī", + "numeric" : "Chu2 xi1", + "wadegiles" : "ch'u² hsi¹", + "bopomofo" : "ㄔㄨˊ ㄒㄧ", + "romatzyh" : "chwu shi" }, + "meanings" : [ "lunar New Year's Eve" ], + "classifiers" : [] } ] }, + { "simplified" : "厨房", + "radical" : "厂", + "level" : [ "new-5", "old-3" ], + "frequency" : 3076, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廚房", + "transcriptions" : { "pinyin" : "chú fáng", + "numeric" : "chu2 fang2", + "wadegiles" : "ch'u² fang²", + "bopomofo" : "ㄔㄨˊ ㄈㄤˊ", + "romatzyh" : "chwu farng" }, + "meanings" : [ "kitchen" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "厨师", + "radical" : "厂", + "level" : [ "new-6" ], + "frequency" : 7821, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廚師", + "transcriptions" : { "pinyin" : "chú shī", + "numeric" : "chu2 shi1", + "wadegiles" : "ch'u² shih¹", + "bopomofo" : "ㄔㄨˊ ㄕ", + "romatzyh" : "chwu shy" }, + "meanings" : [ "cook", "chef" ], + "classifiers" : [] } ] }, + { "simplified" : "储备", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6821, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "儲備", + "transcriptions" : { "pinyin" : "chǔ bèi", + "numeric" : "chu3 bei4", + "wadegiles" : "ch'u³ pei⁴", + "bopomofo" : "ㄔㄨˇ ㄅㄟˋ", + "romatzyh" : "chuu bey" }, + "meanings" : [ "reserves", "to store up" ], + "classifiers" : [] } ] }, + { "simplified" : "储存", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 8658, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "儲存", + "transcriptions" : { "pinyin" : "chǔ cún", + "numeric" : "chu3 cun2", + "wadegiles" : "ch'u³ ts'un²", + "bopomofo" : "ㄔㄨˇ ㄘㄨㄣˊ", + "romatzyh" : "chuu tswen" }, + "meanings" : [ "stockpile", + "to store", + "to stockpile", + "storage" ], + "classifiers" : [] } ] }, + { "simplified" : "储蓄", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8678, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "儲蓄", + "transcriptions" : { "pinyin" : "chǔ xù", + "numeric" : "chu3 xu4", + "wadegiles" : "ch'u³ hsü⁴", + "bopomofo" : "ㄔㄨˇ ㄒㄩˋ", + "romatzyh" : "chuu shiuh" }, + "meanings" : [ "to deposit money", + "to save", + "savings" ], + "classifiers" : [] } ] }, + { "simplified" : "处", + "radical" : "夂", + "level" : [ "new-4" ], + "frequency" : 505, + "pos" : [ "n", "q", "v" ], + "forms" : [ { "traditional" : "處", + "transcriptions" : { "pinyin" : "chǔ", + "numeric" : "chu3", + "wadegiles" : "ch'u³", + "bopomofo" : "ㄔㄨˇ", + "romatzyh" : "chuu" }, + "meanings" : [ "to reside", + "to live", + "to dwell", + "to be in", + "to be situated at", + "to stay", + "to get along with", + "to be in a position of", + "to deal with", + "to discipline", + "to punish" ], + "classifiers" : [] }, + { "traditional" : "處", + "transcriptions" : { "pinyin" : "chù", + "numeric" : "chu4", + "wadegiles" : "ch'u⁴", + "bopomofo" : "ㄔㄨˋ", + "romatzyh" : "chuh" }, + "meanings" : [ "place", + "location", + "spot", + "point", + "office", + "department", + "bureau", + "respect", + "classifier for locations or items of damage: spot, point" ], + "classifiers" : [] } ] }, + { "simplified" : "处处", + "radical" : "夂", + "level" : [ "new-6" ], + "frequency" : 7980, + "pos" : [ "d", "q" ], + "forms" : [ { "traditional" : "處處", + "transcriptions" : { "pinyin" : "chù chù", + "numeric" : "chu4 chu4", + "wadegiles" : "ch'u⁴ ch'u⁴", + "bopomofo" : "ㄔㄨˋ ㄔㄨˋ", + "romatzyh" : "chuh chuh" }, + "meanings" : [ "everywhere", "in all respects" ], + "classifiers" : [] } ] }, + { "simplified" : "处罚", + "radical" : "夂", + "level" : [ "new-5" ], + "frequency" : 5634, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "處罰", + "transcriptions" : { "pinyin" : "chǔ fá", + "numeric" : "chu3 fa2", + "wadegiles" : "ch'u³ fa²", + "bopomofo" : "ㄔㄨˇ ㄈㄚˊ", + "romatzyh" : "chuu far" }, + "meanings" : [ "to penalize", "to punish" ], + "classifiers" : [] } ] }, + { "simplified" : "处方", + "radical" : "夂", + "level" : [ "new-7+" ], + "frequency" : 7368, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "處方", + "transcriptions" : { "pinyin" : "chǔ fāng", + "numeric" : "chu3 fang1", + "wadegiles" : "ch'u³ fang¹", + "bopomofo" : "ㄔㄨˇ ㄈㄤ", + "romatzyh" : "chuu fang" }, + "meanings" : [ "medical prescription", + "to write out a prescription", + "(fig.) recommendation", + "advice" ], + "classifiers" : [] } ] }, + { "simplified" : "处分", + "radical" : "夂", + "level" : [ "new-5", "old-6" ], + "frequency" : 13191, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "處分", + "transcriptions" : { "pinyin" : "chǔ fèn", + "numeric" : "chu3 fen4", + "wadegiles" : "ch'u³ fen⁴", + "bopomofo" : "ㄔㄨˇ ㄈㄣˋ", + "romatzyh" : "chuu fenn" }, + "meanings" : [ "to discipline sb", + "to punish", + "disciplinary action", + "to deal with (a matter)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "处境", + "radical" : "夂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6773, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "處境", + "transcriptions" : { "pinyin" : "chǔ jìng", + "numeric" : "chu3 jing4", + "wadegiles" : "ch'u³ ching⁴", + "bopomofo" : "ㄔㄨˇ ㄐㄧㄥˋ", + "romatzyh" : "chuu jinq" }, + "meanings" : [ "situation (of a person)" ], + "classifiers" : [] } ] }, + { "simplified" : "处理", + "radical" : "夂", + "level" : [ "new-3", "old-5" ], + "frequency" : 525, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "處理", + "transcriptions" : { "pinyin" : "chǔ lǐ", + "numeric" : "chu3 li3", + "wadegiles" : "ch'u³ li³", + "bopomofo" : "ㄔㄨˇ ㄌㄧˇ", + "romatzyh" : "chuu lii" }, + "meanings" : [ "to handle; to deal with", + "to punish", + "to treat sth by a special process; to process", + "to sell at reduced prices" ], + "classifiers" : [] } ] }, + { "simplified" : "处于", + "radical" : "夂", + "level" : [ "new-4" ], + "frequency" : 1772, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "處於", + "transcriptions" : { "pinyin" : "chǔ yú", + "numeric" : "chu3 yu2", + "wadegiles" : "ch'u³ yü²", + "bopomofo" : "ㄔㄨˇ ㄩˊ", + "romatzyh" : "chuu yu" }, + "meanings" : [ "to be in (some state, position, or condition)" ], + "classifiers" : [] } ] }, + { "simplified" : "处在", + "radical" : "夂", + "level" : [ "new-5" ], + "frequency" : 4708, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "處在", + "transcriptions" : { "pinyin" : "chǔ zài", + "numeric" : "chu3 zai4", + "wadegiles" : "ch'u³ tsai⁴", + "bopomofo" : "ㄔㄨˇ ㄗㄞˋ", + "romatzyh" : "chuu tzay" }, + "meanings" : [ "to be situated at", + "to find oneself at" ], + "classifiers" : [] } ] }, + { "simplified" : "处长", + "radical" : "夂", + "level" : [ "new-6" ], + "frequency" : 16474, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "處長", + "transcriptions" : { "pinyin" : "chù zhǎng", + "numeric" : "chu4 zhang3", + "wadegiles" : "ch'u⁴ chang³", + "bopomofo" : "ㄔㄨˋ ㄓㄤˇ", + "romatzyh" : "chuh jaang" }, + "meanings" : [ "department head", "section chief" ], + "classifiers" : [] } ] }, + { "simplified" : "处置", + "radical" : "夂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5848, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "處置", + "transcriptions" : { "pinyin" : "chǔ zhì", + "numeric" : "chu3 zhi4", + "wadegiles" : "ch'u³ chih⁴", + "bopomofo" : "ㄔㄨˇ ㄓˋ", + "romatzyh" : "chuu jyh" }, + "meanings" : [ "to handle", + "to take care of", + "to punish" ], + "classifiers" : [] } ] }, + { "simplified" : "畜牧", + "radical" : "田", + "level" : [ "old-6" ], + "frequency" : 34533, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "畜牧", + "transcriptions" : { "pinyin" : "xù mù", + "numeric" : "xu4 mu4", + "wadegiles" : "hsü⁴ mu⁴", + "bopomofo" : "ㄒㄩˋ ㄇㄨˋ", + "romatzyh" : "shiuh muh" }, + "meanings" : [ "to raise animals" ], + "classifiers" : [] } ] }, + { "simplified" : "触动", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 10164, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "觸動", + "transcriptions" : { "pinyin" : "chù dòng", + "numeric" : "chu4 dong4", + "wadegiles" : "ch'u⁴ tung⁴", + "bopomofo" : "ㄔㄨˋ ㄉㄨㄥˋ", + "romatzyh" : "chuh donq" }, + "meanings" : [ "to touch", + "to stir up (trouble or emotions)", + "to move (sb's emotions or worry)" ], + "classifiers" : [] } ] }, + { "simplified" : "触犯", + "radical" : "角", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13633, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "觸犯", + "transcriptions" : { "pinyin" : "chù fàn", + "numeric" : "chu4 fan4", + "wadegiles" : "ch'u⁴ fan⁴", + "bopomofo" : "ㄔㄨˋ ㄈㄢˋ", + "romatzyh" : "chuh fann" }, + "meanings" : [ "to violate", "to offend" ], + "classifiers" : [] } ] }, + { "simplified" : "触觉", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 27054, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "觸覺", + "transcriptions" : { "pinyin" : "chù jué", + "numeric" : "chu4 jue2", + "wadegiles" : "ch'u⁴ chüeh²", + "bopomofo" : "ㄔㄨˋ ㄐㄩㄝˊ", + "romatzyh" : "chuh jyue" }, + "meanings" : [ "sense of touch; tactile sensation" ], + "classifiers" : [] } ] }, + { "simplified" : "触摸", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 8717, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "觸摸", + "transcriptions" : { "pinyin" : "chù mō", + "numeric" : "chu4 mo1", + "wadegiles" : "ch'u⁴ mo¹", + "bopomofo" : "ㄔㄨˋ ㄇㄛ", + "romatzyh" : "chuh mho" }, + "meanings" : [ "to touch" ], + "classifiers" : [] } ] }, + { "simplified" : "触目惊心", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 27190, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "觸目驚心", + "transcriptions" : { "pinyin" : "chù mù jīng xīn", + "numeric" : "chu4 mu4 jing1 xin1", + "wadegiles" : "ch'u⁴ mu⁴ ching¹ hsin¹", + "bopomofo" : "ㄔㄨˋ ㄇㄨˋ ㄐㄧㄥ ㄒㄧㄣ", + "romatzyh" : "chuh muh jing shin" }, + "meanings" : [ "lit. shocks the eye, astonishes the heart (idiom); shocking", + "horrible to see", + "a ghastly sight" ], + "classifiers" : [] } ] }, + { "simplified" : "揣", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 15013, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揣", + "transcriptions" : { "pinyin" : "chuāi", + "numeric" : "chuai1", + "wadegiles" : "ch'uai¹", + "bopomofo" : "ㄔㄨㄞ", + "romatzyh" : "chuai" }, + "meanings" : [ "to put into (one's pockets, clothes)", + "Taiwan pr. [chuǎi]" ], + "classifiers" : [] }, + { "traditional" : "揣", + "transcriptions" : { "pinyin" : "chuǎi", + "numeric" : "chuai3", + "wadegiles" : "ch'uai³", + "bopomofo" : "ㄔㄨㄞˇ", + "romatzyh" : "choai" }, + "meanings" : [ "to estimate", + "to guess", + "to figure", + "to surmise" ], + "classifiers" : [] } ] }, + { "simplified" : "揣测", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 24740, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揣測", + "transcriptions" : { "pinyin" : "chuǎi cè", + "numeric" : "chuai3 ce4", + "wadegiles" : "ch'uai³ ts'e⁴", + "bopomofo" : "ㄔㄨㄞˇ ㄘㄜˋ", + "romatzyh" : "choai tseh" }, + "meanings" : [ "to guess", "to conjecture" ], + "classifiers" : [] } ] }, + { "simplified" : "揣摩", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 27678, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揣摩", + "transcriptions" : { "pinyin" : "chuǎi mó", + "numeric" : "chuai3 mo2", + "wadegiles" : "ch'uai³ mo²", + "bopomofo" : "ㄔㄨㄞˇ ㄇㄛˊ", + "romatzyh" : "choai mo" }, + "meanings" : [ "to analyze", + "to try to figure out", + "to try to fathom" ], + "classifiers" : [] } ] }, + { "simplified" : "踹", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 10891, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "踹", + "transcriptions" : { "pinyin" : "chuài", + "numeric" : "chuai4", + "wadegiles" : "ch'uai⁴", + "bopomofo" : "ㄔㄨㄞˋ", + "romatzyh" : "chuay" }, + "meanings" : [ "to kick", + "to trample", + "to tread on" ], + "classifiers" : [] } ] }, + { "simplified" : "川流不息", + "radical" : "川", + "level" : [ "new-7+", "old-6" ], + "frequency" : 43668, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "川流不息", + "transcriptions" : { "pinyin" : "chuān liú bù xī", + "numeric" : "chuan1 liu2 bu4 xi1", + "wadegiles" : "ch'uan¹ liu² pu⁴ hsi¹", + "bopomofo" : "ㄔㄨㄢ ㄌㄧㄡˊ ㄅㄨˋ ㄒㄧ", + "romatzyh" : "chuan liou buh shi" }, + "meanings" : [ "the stream flows without stopping (idiom); unending flow" ], + "classifiers" : [] } ] }, + { "simplified" : "穿", + "radical" : "穴", + "level" : [ "new-1", "old-2" ], + "frequency" : 430, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "穿", + "transcriptions" : { "pinyin" : "chuān", + "numeric" : "chuan1", + "wadegiles" : "ch'uan¹", + "bopomofo" : "ㄔㄨㄢ", + "romatzyh" : "chuan" }, + "meanings" : [ "to wear", + "to put on", + "to dress", + "to bore through", + "to pierce", + "to perforate", + "to penetrate", + "to pass through", + "to thread" ], + "classifiers" : [] } ] }, + { "simplified" : "穿过", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 4489, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "穿過", + "transcriptions" : { "pinyin" : "chuān guò", + "numeric" : "chuan1 guo4", + "wadegiles" : "ch'uan¹ kuo⁴", + "bopomofo" : "ㄔㄨㄢ ㄍㄨㄛˋ", + "romatzyh" : "chuan guoh" }, + "meanings" : [ "to pass through" ], + "classifiers" : [] } ] }, + { "simplified" : "穿上", + "radical" : "穴", + "level" : [ "new-4" ], + "frequency" : 5899, + "pos" : [], + "forms" : [ { "traditional" : "穿上", + "transcriptions" : { "pinyin" : "chuān shang", + "numeric" : "chuan1 shang5", + "wadegiles" : "ch'uan¹ shang", + "bopomofo" : "ㄔㄨㄢ shang", + "romatzyh" : "chuan shang" }, + "meanings" : [ "to put on (clothes etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "穿小鞋", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 71586, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "穿小鞋", + "transcriptions" : { "pinyin" : "chuān xiǎo xié", + "numeric" : "chuan1 xiao3 xie2", + "wadegiles" : "ch'uan¹ hsiao³ hsieh²", + "bopomofo" : "ㄔㄨㄢ ㄒㄧㄠˇ ㄒㄧㄝˊ", + "romatzyh" : "chuan sheau shye" }, + "meanings" : [ "lit. to make sb wear tight shoes (idiom)", + "to make life difficult for sb" ], + "classifiers" : [] } ] }, + { "simplified" : "穿越", + "radical" : "穴", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4227, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "穿越", + "transcriptions" : { "pinyin" : "chuān yuè", + "numeric" : "chuan1 yue4", + "wadegiles" : "ch'uan¹ yüeh⁴", + "bopomofo" : "ㄔㄨㄢ ㄩㄝˋ", + "romatzyh" : "chuan yueh" }, + "meanings" : [ "to pass through", + "to traverse", + "to cross" ], + "classifiers" : [] } ] }, + { "simplified" : "穿着", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 3024, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "穿著", + "transcriptions" : { "pinyin" : "chuān zhuó", + "numeric" : "chuan1 zhuo2", + "wadegiles" : "ch'uan¹ cho²", + "bopomofo" : "ㄔㄨㄢ ㄓㄨㄛˊ", + "romatzyh" : "chuan jwo" }, + "meanings" : [ "attire; clothes; dress" ], + "classifiers" : [] } ] }, + { "simplified" : "传", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 1294, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "傳", + "transcriptions" : { "pinyin" : "chuán", + "numeric" : "chuan2", + "wadegiles" : "ch'uan²", + "bopomofo" : "ㄔㄨㄢˊ", + "romatzyh" : "chwan" }, + "meanings" : [ "to pass on", + "to spread", + "to transmit", + "to infect", + "to transfer", + "to circulate", + "to conduct (electricity)" ], + "classifiers" : [] }, + { "traditional" : "傳", + "transcriptions" : { "pinyin" : "zhuàn", + "numeric" : "zhuan4", + "wadegiles" : "chuan⁴", + "bopomofo" : "ㄓㄨㄢˋ", + "romatzyh" : "juann" }, + "meanings" : [ "biography", + "historical narrative", + "commentaries", + "relay station" ], + "classifiers" : [] } ] }, + { "simplified" : "传播", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 3790, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傳播", + "transcriptions" : { "pinyin" : "chuán bō", + "numeric" : "chuan2 bo1", + "wadegiles" : "ch'uan² po¹", + "bopomofo" : "ㄔㄨㄢˊ ㄅㄛ", + "romatzyh" : "chwan bo" }, + "meanings" : [ "to disseminate; to propagate; to spread" ], + "classifiers" : [] } ] }, + { "simplified" : "传承", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15271, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傳承", + "transcriptions" : { "pinyin" : "chuán chéng", + "numeric" : "chuan2 cheng2", + "wadegiles" : "ch'uan² ch'eng²", + "bopomofo" : "ㄔㄨㄢˊ ㄔㄥˊ", + "romatzyh" : "chwan cherng" }, + "meanings" : [ "to pass on (to future generations)", + "passed on (from former times)", + "a continued tradition", + "an inheritance" ], + "classifiers" : [] } ] }, + { "simplified" : "传出", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 6130, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "傳出", + "transcriptions" : { "pinyin" : "chuán chū", + "numeric" : "chuan2 chu1", + "wadegiles" : "ch'uan² ch'u¹", + "bopomofo" : "ㄔㄨㄢˊ ㄔㄨ", + "romatzyh" : "chwan chu" }, + "meanings" : [ "to transmit outwards", + "to disseminate", + "efferent (nerve)" ], + "classifiers" : [] } ] }, + { "simplified" : "传达", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 6241, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傳達", + "transcriptions" : { "pinyin" : "chuán dá", + "numeric" : "chuan2 da2", + "wadegiles" : "ch'uan² ta²", + "bopomofo" : "ㄔㄨㄢˊ ㄉㄚˊ", + "romatzyh" : "chwan dar" }, + "meanings" : [ "to pass on", + "to convey", + "to relay", + "to transmit", + "transmission" ], + "classifiers" : [] } ] }, + { "simplified" : "传单", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 14446, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傳單", + "transcriptions" : { "pinyin" : "chuán dān", + "numeric" : "chuan2 dan1", + "wadegiles" : "ch'uan² tan¹", + "bopomofo" : "ㄔㄨㄢˊ ㄉㄢ", + "romatzyh" : "chwan dan" }, + "meanings" : [ "leaflet; flier; pamphlet" ], + "classifiers" : [] } ] }, + { "simplified" : "传递", + "radical" : "亻", + "level" : [ "new-5", "old-5" ], + "frequency" : 4948, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傳遞", + "transcriptions" : { "pinyin" : "chuán dì", + "numeric" : "chuan2 di4", + "wadegiles" : "ch'uan² ti⁴", + "bopomofo" : "ㄔㄨㄢˊ ㄉㄧˋ", + "romatzyh" : "chwan dih" }, + "meanings" : [ "to transmit; to pass on to sb else", + "(math.) transitive" ], + "classifiers" : [] } ] }, + { "simplified" : "传记", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16580, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傳記", + "transcriptions" : { "pinyin" : "zhuàn jì", + "numeric" : "zhuan4 ji4", + "wadegiles" : "chuan⁴ chi⁴", + "bopomofo" : "ㄓㄨㄢˋ ㄐㄧˋ", + "romatzyh" : "juann jih" }, + "meanings" : [ "biography" ], + "classifiers" : [ "篇", "部" ] } ] }, + { "simplified" : "传来", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 5133, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "傳來", + "transcriptions" : { "pinyin" : "chuán lái", + "numeric" : "chuan2 lai2", + "wadegiles" : "ch'uan² lai²", + "bopomofo" : "ㄔㄨㄢˊ ㄌㄞˊ", + "romatzyh" : "chwan lai" }, + "meanings" : [ "(of a sound) to come through", + "to be heard", + "(of news) to arrive" ], + "classifiers" : [] } ] }, + { "simplified" : "传媒", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 9012, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傳媒", + "transcriptions" : { "pinyin" : "chuán méi", + "numeric" : "chuan2 mei2", + "wadegiles" : "ch'uan² mei²", + "bopomofo" : "ㄔㄨㄢˊ ㄇㄟˊ", + "romatzyh" : "chwan mei" }, + "meanings" : [ "media" ], + "classifiers" : [] } ] }, + { "simplified" : "传奇", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 3877, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "傳奇", + "transcriptions" : { "pinyin" : "chuán qí", + "numeric" : "chuan2 qi2", + "wadegiles" : "ch'uan² ch'i²", + "bopomofo" : "ㄔㄨㄢˊ ㄑㄧˊ", + "romatzyh" : "chwan chyi" }, + "meanings" : [ "legendary", + "fantasy saga", + "romance", + "short stories of the Tang and Song Dynasty" ], + "classifiers" : [] } ] }, + { "simplified" : "传染", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7193, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傳染", + "transcriptions" : { "pinyin" : "chuán rǎn", + "numeric" : "chuan2 ran3", + "wadegiles" : "ch'uan² jan³", + "bopomofo" : "ㄔㄨㄢˊ ㄖㄢˇ", + "romatzyh" : "chwan raan" }, + "meanings" : [ "to infect", "contagious" ], + "classifiers" : [] } ] }, + { "simplified" : "传染病", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10002, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傳染病", + "transcriptions" : { "pinyin" : "chuán rǎn bìng", + "numeric" : "chuan2 ran3 bing4", + "wadegiles" : "ch'uan² jan³ ping⁴", + "bopomofo" : "ㄔㄨㄢˊ ㄖㄢˇ ㄅㄧㄥˋ", + "romatzyh" : "chwan raan binq" }, + "meanings" : [ "infectious disease", + "contagious disease", + "pestilence" ], + "classifiers" : [] } ] }, + { "simplified" : "传人", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 24176, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傳人", + "transcriptions" : { "pinyin" : "chuán rén", + "numeric" : "chuan2 ren2", + "wadegiles" : "ch'uan² jen²", + "bopomofo" : "ㄔㄨㄢˊ ㄖㄣˊ", + "romatzyh" : "chwan ren" }, + "meanings" : [ "to teach", + "to impart", + "a disciple", + "descendant" ], + "classifiers" : [] } ] }, + { "simplified" : "传授", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11883, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傳授", + "transcriptions" : { "pinyin" : "chuán shòu", + "numeric" : "chuan2 shou4", + "wadegiles" : "ch'uan² shou⁴", + "bopomofo" : "ㄔㄨㄢˊ ㄕㄡˋ", + "romatzyh" : "chwan show" }, + "meanings" : [ "to impart; to pass on; to teach" ], + "classifiers" : [] } ] }, + { "simplified" : "传输", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 6466, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "傳輸", + "transcriptions" : { "pinyin" : "chuán shū", + "numeric" : "chuan2 shu1", + "wadegiles" : "ch'uan² shu¹", + "bopomofo" : "ㄔㄨㄢˊ ㄕㄨ", + "romatzyh" : "chwan shu" }, + "meanings" : [ "to transmit", "transmission" ], + "classifiers" : [] } ] }, + { "simplified" : "传说", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 3138, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "傳說", + "transcriptions" : { "pinyin" : "chuán shuō", + "numeric" : "chuan2 shuo1", + "wadegiles" : "ch'uan² shuo¹", + "bopomofo" : "ㄔㄨㄢˊ ㄕㄨㄛ", + "romatzyh" : "chwan shuo" }, + "meanings" : [ "legend; folk tale", + "to repeat from mouth to mouth; they say that..." ], + "classifiers" : [] } ] }, + { "simplified" : "传统", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 1363, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "傳統", + "transcriptions" : { "pinyin" : "chuán tǒng", + "numeric" : "chuan2 tong3", + "wadegiles" : "ch'uan² t'ung³", + "bopomofo" : "ㄔㄨㄢˊ ㄊㄨㄥˇ", + "romatzyh" : "chwan toong" }, + "meanings" : [ "tradition", + "traditional", + "convention", + "conventional" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "传闻", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7065, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傳聞", + "transcriptions" : { "pinyin" : "chuán wén", + "numeric" : "chuan2 wen2", + "wadegiles" : "ch'uan² wen²", + "bopomofo" : "ㄔㄨㄢˊ ㄨㄣˊ", + "romatzyh" : "chwan wen" }, + "meanings" : [ "rumor" ], + "classifiers" : [] } ] }, + { "simplified" : "传言", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 7061, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "傳言", + "transcriptions" : { "pinyin" : "chuán yán", + "numeric" : "chuan2 yan2", + "wadegiles" : "ch'uan² yan²", + "bopomofo" : "ㄔㄨㄢˊ ㄧㄢˊ", + "romatzyh" : "chwan yan" }, + "meanings" : [ "rumor", "hearsay" ], + "classifiers" : [] } ] }, + { "simplified" : "传真", + "radical" : "亻", + "level" : [ "new-5", "old-4" ], + "frequency" : 6784, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "傳真", + "transcriptions" : { "pinyin" : "chuán zhēn", + "numeric" : "chuan2 zhen1", + "wadegiles" : "ch'uan² chen¹", + "bopomofo" : "ㄔㄨㄢˊ ㄓㄣ", + "romatzyh" : "chwan jen" }, + "meanings" : [ "fax", "facsimile" ], + "classifiers" : [] } ] }, + { "simplified" : "船", + "radical" : "舟", + "level" : [ "new-2", "old-2" ], + "frequency" : 1346, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舩", + "transcriptions" : { "pinyin" : "chuán", + "numeric" : "chuan2", + "wadegiles" : "ch'uan²", + "bopomofo" : "ㄔㄨㄢˊ", + "romatzyh" : "chwan" }, + "meanings" : [ "variant of 船" ], + "classifiers" : [] }, + { "traditional" : "船", + "transcriptions" : { "pinyin" : "chuán", + "numeric" : "chuan2", + "wadegiles" : "ch'uan²", + "bopomofo" : "ㄔㄨㄢˊ", + "romatzyh" : "chwan" }, + "meanings" : [ "boat", "vessel", "ship" ], + "classifiers" : [ "条", "艘", "只" ] } ] }, + { "simplified" : "船舶", + "radical" : "舟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25827, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "船舶", + "transcriptions" : { "pinyin" : "chuán bó", + "numeric" : "chuan2 bo2", + "wadegiles" : "ch'uan² po²", + "bopomofo" : "ㄔㄨㄢˊ ㄅㄛˊ", + "romatzyh" : "chwan bor" }, + "meanings" : [ "shipping", "boats" ], + "classifiers" : [] } ] }, + { "simplified" : "船桨", + "radical" : "舟", + "level" : [ "new-7+" ], + "frequency" : 61827, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "船槳", + "transcriptions" : { "pinyin" : "chuán jiǎng", + "numeric" : "chuan2 jiang3", + "wadegiles" : "ch'uan² chiang³", + "bopomofo" : "ㄔㄨㄢˊ ㄐㄧㄤˇ", + "romatzyh" : "chwan jeang" }, + "meanings" : [ "oar" ], + "classifiers" : [] } ] }, + { "simplified" : "船员", + "radical" : "舟", + "level" : [ "new-6" ], + "frequency" : 8424, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "船員", + "transcriptions" : { "pinyin" : "chuán yuán", + "numeric" : "chuan2 yuan2", + "wadegiles" : "ch'uan² yüan²", + "bopomofo" : "ㄔㄨㄢˊ ㄩㄢˊ", + "romatzyh" : "chwan yuan" }, + "meanings" : [ "sailor", "crew member" ], + "classifiers" : [] } ] }, + { "simplified" : "船长", + "radical" : "舟", + "level" : [ "new-6" ], + "frequency" : 7452, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "船長", + "transcriptions" : { "pinyin" : "chuán zhǎng", + "numeric" : "chuan2 zhang3", + "wadegiles" : "ch'uan² chang³", + "bopomofo" : "ㄔㄨㄢˊ ㄓㄤˇ", + "romatzyh" : "chwan jaang" }, + "meanings" : [ "captain (of a boat)", "skipper" ], + "classifiers" : [] } ] }, + { "simplified" : "船只", + "radical" : "舟", + "level" : [ "new-6" ], + "frequency" : 10437, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "船隻", + "transcriptions" : { "pinyin" : "chuán zhī", + "numeric" : "chuan2 zhi1", + "wadegiles" : "ch'uan² chih¹", + "bopomofo" : "ㄔㄨㄢˊ ㄓ", + "romatzyh" : "chwan jy" }, + "meanings" : [ "ship", "boat", "vessel" ], + "classifiers" : [] } ] }, + { "simplified" : "喘", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6446, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "喘", + "transcriptions" : { "pinyin" : "chuǎn", + "numeric" : "chuan3", + "wadegiles" : "ch'uan³", + "bopomofo" : "ㄔㄨㄢˇ", + "romatzyh" : "choan" }, + "meanings" : [ "to gasp", "to pant", "asthma" ], + "classifiers" : [] } ] }, + { "simplified" : "喘气", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 17357, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "喘氣", + "transcriptions" : { "pinyin" : "chuǎn qì", + "numeric" : "chuan3 qi4", + "wadegiles" : "ch'uan³ ch'i⁴", + "bopomofo" : "ㄔㄨㄢˇ ㄑㄧˋ", + "romatzyh" : "choan chih" }, + "meanings" : [ "to breathe deeply; to pant; to gasp", + "to take a breather; to catch one's breath" ], + "classifiers" : [] } ] }, + { "simplified" : "喘息", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 16397, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "喘息", + "transcriptions" : { "pinyin" : "chuǎn xī", + "numeric" : "chuan3 xi1", + "wadegiles" : "ch'uan³ hsi¹", + "bopomofo" : "ㄔㄨㄢˇ ㄒㄧ", + "romatzyh" : "choan shi" }, + "meanings" : [ "to gasp for breath", + "to take a breather" ], + "classifiers" : [] } ] }, + { "simplified" : "串", + "radical" : "丨", + "level" : [ "new-6", "old-6" ], + "frequency" : 5008, + "pos" : [ "q", "v", "n" ], + "forms" : [ { "traditional" : "串", + "transcriptions" : { "pinyin" : "chuàn", + "numeric" : "chuan4", + "wadegiles" : "ch'uan⁴", + "bopomofo" : "ㄔㄨㄢˋ", + "romatzyh" : "chuann" }, + "meanings" : [ "to string together", + "to skewer", + "to connect wrongly", + "to gang up", + "to rove", + "string", + "bunch", + "skewer", + "classifier for things that are strung together, or in a bunch, or in a row: string of, bunch of, series of", + "to make a swift or abrupt linear movement (like a bead on an abacus)", + "to move across" ], + "classifiers" : [] } ] }, + { "simplified" : "串门", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 27035, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "串門", + "transcriptions" : { "pinyin" : "chuàn mén", + "numeric" : "chuan4 men2", + "wadegiles" : "ch'uan⁴ men²", + "bopomofo" : "ㄔㄨㄢˋ ㄇㄣˊ", + "romatzyh" : "chuann men" }, + "meanings" : [ "to call on sb", + "to drop in", + "to visit sb's home" ], + "classifiers" : [] } ] }, + { "simplified" : "窗户", + "radical" : "穴", + "level" : [ "new-4", "old-4" ], + "frequency" : 4130, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "窗戶", + "transcriptions" : { "pinyin" : "chuāng hu", + "numeric" : "chuang1 hu5", + "wadegiles" : "ch'uang¹ hu", + "bopomofo" : "ㄔㄨㄤ hu", + "romatzyh" : "chuang hu" }, + "meanings" : [ "window" ], + "classifiers" : [ "个", "扇" ] } ] }, + { "simplified" : "窗口", + "radical" : "穴", + "level" : [ "new-6" ], + "frequency" : 5160, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "窗口", + "transcriptions" : { "pinyin" : "chuāng kǒu", + "numeric" : "chuang1 kou3", + "wadegiles" : "ch'uang¹ k'ou³", + "bopomofo" : "ㄔㄨㄤ ㄎㄡˇ", + "romatzyh" : "chuang koou" }, + "meanings" : [ "window", + "opening providing restricted access (e.g. customer service window)", + "computer operating system window", + "fig. medium", + "intermediary", + "showpiece", + "testing ground" ], + "classifiers" : [] } ] }, + { "simplified" : "窗帘", + "radical" : "穴", + "level" : [ "new-5", "old-5" ], + "frequency" : 9289, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "窗簾", + "transcriptions" : { "pinyin" : "chuāng lián", + "numeric" : "chuang1 lian2", + "wadegiles" : "ch'uang¹ lien²", + "bopomofo" : "ㄔㄨㄤ ㄌㄧㄢˊ", + "romatzyh" : "chuang lian" }, + "meanings" : [ "window curtains" ], + "classifiers" : [] } ] }, + { "simplified" : "窗台", + "radical" : "穴", + "level" : [ "new-4" ], + "frequency" : 19155, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "窗臺", + "transcriptions" : { "pinyin" : "chuāng tái", + "numeric" : "chuang1 tai2", + "wadegiles" : "ch'uang¹ t'ai²", + "bopomofo" : "ㄔㄨㄤ ㄊㄞˊ", + "romatzyh" : "chuang tair" }, + "meanings" : [ "window sill", "window ledge" ], + "classifiers" : [] } ] }, + { "simplified" : "窗子", + "radical" : "穴", + "level" : [ "new-4" ], + "frequency" : 13267, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "窗子", + "transcriptions" : { "pinyin" : "chuāng zi", + "numeric" : "chuang1 zi5", + "wadegiles" : "ch'uang¹ zi", + "bopomofo" : "ㄔㄨㄤ zi", + "romatzyh" : "chuang zi" }, + "meanings" : [ "window" ], + "classifiers" : [] } ] }, + { "simplified" : "床", + "radical" : "广", + "level" : [ "new-1" ], + "frequency" : 961, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "床", + "transcriptions" : { "pinyin" : "chuáng", + "numeric" : "chuang2", + "wadegiles" : "ch'uang²", + "bopomofo" : "ㄔㄨㄤˊ", + "romatzyh" : "chwang" }, + "meanings" : [ "bed", + "couch", + "classifier for beds" ], + "classifiers" : [ "张" ] }, + { "traditional" : "牀", + "transcriptions" : { "pinyin" : "chuáng", + "numeric" : "chuang2", + "wadegiles" : "ch'uang²", + "bopomofo" : "ㄔㄨㄤˊ", + "romatzyh" : "chwang" }, + "meanings" : [ "variant of 床" ], + "classifiers" : [] } ] }, + { "simplified" : "床单", + "radical" : "广", + "level" : [ "old-6" ], + "frequency" : 10967, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "床單", + "transcriptions" : { "pinyin" : "chuáng dān", + "numeric" : "chuang2 dan1", + "wadegiles" : "ch'uang² tan¹", + "bopomofo" : "ㄔㄨㄤˊ ㄉㄢ", + "romatzyh" : "chwang dan" }, + "meanings" : [ "bed sheet" ], + "classifiers" : [ "条", "件", "张", "床" ] } ] }, + { "simplified" : "床位", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 17311, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "床位", + "transcriptions" : { "pinyin" : "chuáng wèi", + "numeric" : "chuang2 wei4", + "wadegiles" : "ch'uang² wei⁴", + "bopomofo" : "ㄔㄨㄤˊ ㄨㄟˋ", + "romatzyh" : "chwang wey" }, + "meanings" : [ "bed (in hospital, hotel, train etc)", + "berth", + "bunk" ], + "classifiers" : [] } ] }, + { "simplified" : "幢", + "radical" : "巾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5366, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "幢", + "transcriptions" : { "pinyin" : "chuáng", + "numeric" : "chuang2", + "wadegiles" : "ch'uang²", + "bopomofo" : "ㄔㄨㄤˊ", + "romatzyh" : "chwang" }, + "meanings" : [ "banner" ], + "classifiers" : [] }, + { "traditional" : "幢", + "transcriptions" : { "pinyin" : "zhuàng", + "numeric" : "zhuang4", + "wadegiles" : "chuang⁴", + "bopomofo" : "ㄓㄨㄤˋ", + "romatzyh" : "juanq" }, + "meanings" : [ "classifier for buildings", + "carriage curtain (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "闯", + "radical" : "门", + "level" : [ "new-5", "old-5" ], + "frequency" : 4698, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "闖", + "transcriptions" : { "pinyin" : "chuǎng", + "numeric" : "chuang3", + "wadegiles" : "ch'uang³", + "bopomofo" : "ㄔㄨㄤˇ", + "romatzyh" : "choang" }, + "meanings" : [ "to rush", + "to charge", + "to dash", + "to break through", + "to temper oneself (through battling hardships)" ], + "classifiers" : [] } ] }, + { "simplified" : "创", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 3252, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "剏", + "transcriptions" : { "pinyin" : "chuàng", + "numeric" : "chuang4", + "wadegiles" : "ch'uang⁴", + "bopomofo" : "ㄔㄨㄤˋ", + "romatzyh" : "chuanq" }, + "meanings" : [ "variant of 创" ], + "classifiers" : [] }, + { "traditional" : "剙", + "transcriptions" : { "pinyin" : "chuàng", + "numeric" : "chuang4", + "wadegiles" : "ch'uang⁴", + "bopomofo" : "ㄔㄨㄤˋ", + "romatzyh" : "chuanq" }, + "meanings" : [ "variant of 创" ], + "classifiers" : [] }, + { "traditional" : "創", + "transcriptions" : { "pinyin" : "chuāng", + "numeric" : "chuang1", + "wadegiles" : "ch'uang¹", + "bopomofo" : "ㄔㄨㄤ", + "romatzyh" : "chuang" }, + "meanings" : [ "a wound", + "cut", + "injury", + "trauma" ], + "classifiers" : [] }, + { "traditional" : "創", + "transcriptions" : { "pinyin" : "chuàng", + "numeric" : "chuang4", + "wadegiles" : "ch'uang⁴", + "bopomofo" : "ㄔㄨㄤˋ", + "romatzyh" : "chuanq" }, + "meanings" : [ "to begin", + "to initiate", + "to inaugurate", + "to start", + "to create" ], + "classifiers" : [] } ] }, + { "simplified" : "创办", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 10196, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "創辦", + "transcriptions" : { "pinyin" : "chuàng bàn", + "numeric" : "chuang4 ban4", + "wadegiles" : "ch'uang⁴ pan⁴", + "bopomofo" : "ㄔㄨㄤˋ ㄅㄢˋ", + "romatzyh" : "chuanq bann" }, + "meanings" : [ "to establish", + "to found", + "to launch" ], + "classifiers" : [] } ] }, + { "simplified" : "创建", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 6904, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "創建", + "transcriptions" : { "pinyin" : "chuàng jiàn", + "numeric" : "chuang4 jian4", + "wadegiles" : "ch'uang⁴ chien⁴", + "bopomofo" : "ㄔㄨㄤˋ ㄐㄧㄢˋ", + "romatzyh" : "chuanq jiann" }, + "meanings" : [ "to found", "to establish" ], + "classifiers" : [] } ] }, + { "simplified" : "创立", + "radical" : "刂", + "level" : [ "new-5", "old-6" ], + "frequency" : 10611, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "創立", + "transcriptions" : { "pinyin" : "chuàng lì", + "numeric" : "chuang4 li4", + "wadegiles" : "ch'uang⁴ li⁴", + "bopomofo" : "ㄔㄨㄤˋ ㄌㄧˋ", + "romatzyh" : "chuanq lih" }, + "meanings" : [ "to establish", + "to set up", + "to found" ], + "classifiers" : [] } ] }, + { "simplified" : "创伤", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 6774, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "創傷", + "transcriptions" : { "pinyin" : "chuāng shāng", + "numeric" : "chuang1 shang1", + "wadegiles" : "ch'uang¹ shang¹", + "bopomofo" : "ㄔㄨㄤ ㄕㄤ", + "romatzyh" : "chuang shang" }, + "meanings" : [ "wound", "injury", "trauma" ], + "classifiers" : [] } ] }, + { "simplified" : "创始人", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 10526, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "創始人", + "transcriptions" : { "pinyin" : "chuàng shǐ rén", + "numeric" : "chuang4 shi3 ren2", + "wadegiles" : "ch'uang⁴ shih³ jen²", + "bopomofo" : "ㄔㄨㄤˋ ㄕˇ ㄖㄣˊ", + "romatzyh" : "chuanq shyy ren" }, + "meanings" : [ "creator", "founder", "initiator" ], + "classifiers" : [] } ] }, + { "simplified" : "创新", + "radical" : "刂", + "level" : [ "new-3", "old-6" ], + "frequency" : 4749, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "創新", + "transcriptions" : { "pinyin" : "chuàng xīn", + "numeric" : "chuang4 xin1", + "wadegiles" : "ch'uang⁴ hsin¹", + "bopomofo" : "ㄔㄨㄤˋ ㄒㄧㄣ", + "romatzyh" : "chuanq shin" }, + "meanings" : [ "to bring forth new ideas; to blaze new trails", + "innovation" ], + "classifiers" : [] } ] }, + { "simplified" : "创业", + "radical" : "刂", + "level" : [ "new-3", "old-6" ], + "frequency" : 10754, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "創業", + "transcriptions" : { "pinyin" : "chuàng yè", + "numeric" : "chuang4 ye4", + "wadegiles" : "ch'uang⁴ yeh⁴", + "bopomofo" : "ㄔㄨㄤˋ ㄧㄝˋ", + "romatzyh" : "chuanq yeh" }, + "meanings" : [ "to begin an undertaking", + "to start a major task", + "to initiate", + "to venture", + "venture", + "entrepreneurship" ], + "classifiers" : [] } ] }, + { "simplified" : "创意", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 3214, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "創意", + "transcriptions" : { "pinyin" : "chuàng yì", + "numeric" : "chuang4 yi4", + "wadegiles" : "ch'uang⁴ i⁴", + "bopomofo" : "ㄔㄨㄤˋ ㄧˋ", + "romatzyh" : "chuanq yih" }, + "meanings" : [ "creative", "creativity" ], + "classifiers" : [] } ] }, + { "simplified" : "创造", + "radical" : "刂", + "level" : [ "new-3", "old-5" ], + "frequency" : 1476, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "創造", + "transcriptions" : { "pinyin" : "chuàng zào", + "numeric" : "chuang4 zao4", + "wadegiles" : "ch'uang⁴ tsao⁴", + "bopomofo" : "ㄔㄨㄤˋ ㄗㄠˋ", + "romatzyh" : "chuanq tzaw" }, + "meanings" : [ "to create", + "to bring about", + "to produce", + "to set (a record)" ], + "classifiers" : [] } ] }, + { "simplified" : "创作", + "radical" : "刂", + "level" : [ "new-3", "old-6" ], + "frequency" : 3475, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "創作", + "transcriptions" : { "pinyin" : "chuàng zuò", + "numeric" : "chuang4 zuo4", + "wadegiles" : "ch'uang⁴ tso⁴", + "bopomofo" : "ㄔㄨㄤˋ ㄗㄨㄛˋ", + "romatzyh" : "chuanq tzuoh" }, + "meanings" : [ "to create", + "to produce", + "to write", + "creative work", + "creation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "吹", + "radical" : "口", + "level" : [ "new-2", "old-5" ], + "frequency" : 1880, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吹", + "transcriptions" : { "pinyin" : "chuī", + "numeric" : "chui1", + "wadegiles" : "ch'ui¹", + "bopomofo" : "ㄔㄨㄟ", + "romatzyh" : "chuei" }, + "meanings" : [ "to blow", + "to play a wind instrument", + "to blast", + "to puff", + "to boast", + "to brag", + "to end in failure", + "to fall through" ], + "classifiers" : [] } ] }, + { "simplified" : "吹了", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "吹了", + "transcriptions" : { "pinyin" : "chuī le", + "numeric" : "chui1 le5", + "wadegiles" : "ch'ui¹ le", + "bopomofo" : "ㄔㄨㄟ le", + "romatzyh" : "chuei le" }, + "meanings" : [ "failed; busted; to have not succeeded", + "to have died", + "to have parted company; to have chilled (of a relationship)" ], + "classifiers" : [] } ] }, + { "simplified" : "吹牛", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13710, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吹牛", + "transcriptions" : { "pinyin" : "chuī niú", + "numeric" : "chui1 niu2", + "wadegiles" : "ch'ui¹ niu²", + "bopomofo" : "ㄔㄨㄟ ㄋㄧㄡˊ", + "romatzyh" : "chuei niou" }, + "meanings" : [ "to talk big", + "to shoot off one's mouth", + "to chat (dialect)" ], + "classifiers" : [] } ] }, + { "simplified" : "吹捧", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25897, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "吹捧", + "transcriptions" : { "pinyin" : "chuī pěng", + "numeric" : "chui1 peng3", + "wadegiles" : "ch'ui¹ p'eng³", + "bopomofo" : "ㄔㄨㄟ ㄆㄥˇ", + "romatzyh" : "chuei peeng" }, + "meanings" : [ "to flatter", + "to laud sb's accomplishments", + "adulation" ], + "classifiers" : [] } ] }, + { "simplified" : "垂", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 7815, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "垂", + "transcriptions" : { "pinyin" : "chuí", + "numeric" : "chui2", + "wadegiles" : "ch'ui²", + "bopomofo" : "ㄔㄨㄟˊ", + "romatzyh" : "chwei" }, + "meanings" : [ "to hang (down)", + "droop", + "dangle", + "bend down", + "hand down", + "bequeath", + "nearly", + "almost", + "to approach" ], + "classifiers" : [] } ] }, + { "simplified" : "垂头丧气", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 34963, + "pos" : [], + "forms" : [ { "traditional" : "垂頭喪氣", + "transcriptions" : { "pinyin" : "chuí tóu sàng qì", + "numeric" : "chui2 tou2 sang4 qi4", + "wadegiles" : "ch'ui² t'ou² sang⁴ ch'i⁴", + "bopomofo" : "ㄔㄨㄟˊ ㄊㄡˊ ㄙㄤˋ ㄑㄧˋ", + "romatzyh" : "chwei tour sanq chih" }, + "meanings" : [ "hanging one's head dispiritedly (idiom); dejected", + "crestfallen" ], + "classifiers" : [] } ] }, + { "simplified" : "垂直", + "radical" : "土", + "level" : [ "old-6" ], + "frequency" : 10512, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "垂直", + "transcriptions" : { "pinyin" : "chuí zhí", + "numeric" : "chui2 zhi2", + "wadegiles" : "ch'ui² chih²", + "bopomofo" : "ㄔㄨㄟˊ ㄓˊ", + "romatzyh" : "chwei jyr" }, + "meanings" : [ "perpendicular; vertical" ], + "classifiers" : [] } ] }, + { "simplified" : "捶", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16170, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捶", + "transcriptions" : { "pinyin" : "chuí", + "numeric" : "chui2", + "wadegiles" : "ch'ui²", + "bopomofo" : "ㄔㄨㄟˊ", + "romatzyh" : "chwei" }, + "meanings" : [ "to beat (with a stick or one's fist); to thump; to pound" ], + "classifiers" : [] }, + { "traditional" : "搥", + "transcriptions" : { "pinyin" : "chuí", + "numeric" : "chui2", + "wadegiles" : "ch'ui²", + "bopomofo" : "ㄔㄨㄟˊ", + "romatzyh" : "chwei" }, + "meanings" : [ "variant of 捶" ], + "classifiers" : [] } ] }, + { "simplified" : "锤", + "radical" : "钅", + "level" : [ "old-6" ], + "frequency" : 10183, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "錘", + "transcriptions" : { "pinyin" : "chuí", + "numeric" : "chui2", + "wadegiles" : "ch'ui²", + "bopomofo" : "ㄔㄨㄟˊ", + "romatzyh" : "chwei" }, + "meanings" : [ "hammer", + "to hammer into shape", + "weight (e.g. of a steelyard or balance)", + "to strike with a hammer" ], + "classifiers" : [] }, + { "traditional" : "鎚", + "transcriptions" : { "pinyin" : "chuí", + "numeric" : "chui2", + "wadegiles" : "ch'ui²", + "bopomofo" : "ㄔㄨㄟˊ", + "romatzyh" : "chwei" }, + "meanings" : [ "variant of 锤" ], + "classifiers" : [] } ] }, + { "simplified" : "锤子", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 15750, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "錘子", + "transcriptions" : { "pinyin" : "chuí zi", + "numeric" : "chui2 zi5", + "wadegiles" : "ch'ui² zi", + "bopomofo" : "ㄔㄨㄟˊ zi", + "romatzyh" : "chwei zi" }, + "meanings" : [ "hammer" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "春", + "radical" : "日", + "level" : [ "old-3" ], + "frequency" : 4065, + "pos" : [ "tg" ], + "forms" : [ { "traditional" : "旾", + "transcriptions" : { "pinyin" : "chūn", + "numeric" : "chun1", + "wadegiles" : "ch'un¹", + "bopomofo" : "ㄔㄨㄣ", + "romatzyh" : "chuen" }, + "meanings" : [ "old variant of 春" ], + "classifiers" : [] }, + { "traditional" : "春", + "transcriptions" : { "pinyin" : "Chūn", + "numeric" : "Chun1", + "wadegiles" : "ch'un¹", + "bopomofo" : "ㄔㄨㄣ", + "romatzyh" : "chuen" }, + "meanings" : [ "surname Chun" ], + "classifiers" : [] }, + { "traditional" : "春", + "transcriptions" : { "pinyin" : "chūn", + "numeric" : "chun1", + "wadegiles" : "ch'un¹", + "bopomofo" : "ㄔㄨㄣ", + "romatzyh" : "chuen" }, + "meanings" : [ "spring (season)", + "gay", + "joyful", + "youthful", + "love", + "lust", + "life" ], + "classifiers" : [] } ] }, + { "simplified" : "春季", + "radical" : "日", + "level" : [ "new-4" ], + "frequency" : 9468, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "春季", + "transcriptions" : { "pinyin" : "chūn jì", + "numeric" : "chun1 ji4", + "wadegiles" : "ch'un¹ chi⁴", + "bopomofo" : "ㄔㄨㄣ ㄐㄧˋ", + "romatzyh" : "chuen jih" }, + "meanings" : [ "springtime" ], + "classifiers" : [] } ] }, + { "simplified" : "春节", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 22596, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "春節", + "transcriptions" : { "pinyin" : "Chūn jié", + "numeric" : "Chun1 jie2", + "wadegiles" : "ch'un¹ chieh²", + "bopomofo" : "ㄔㄨㄣ ㄐㄧㄝˊ", + "romatzyh" : "chuen jye" }, + "meanings" : [ "Spring Festival (Chinese New Year)" ], + "classifiers" : [] } ] }, + { "simplified" : "春天", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 4411, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "春天", + "transcriptions" : { "pinyin" : "chūn tiān", + "numeric" : "chun1 tian1", + "wadegiles" : "ch'un¹ t'ien¹", + "bopomofo" : "ㄔㄨㄣ ㄊㄧㄢ", + "romatzyh" : "chuen tian" }, + "meanings" : [ "spring (season)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "纯", + "radical" : "纟", + "level" : [ "new-4" ], + "frequency" : 3292, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "純", + "transcriptions" : { "pinyin" : "chún", + "numeric" : "chun2", + "wadegiles" : "ch'un²", + "bopomofo" : "ㄔㄨㄣˊ", + "romatzyh" : "chwen" }, + "meanings" : [ "pure", + "simple", + "unmixed", + "genuine" ], + "classifiers" : [] } ] }, + { "simplified" : "纯粹", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5335, + "pos" : [ "d", "a", "b" ], + "forms" : [ { "traditional" : "純粹", + "transcriptions" : { "pinyin" : "chún cuì", + "numeric" : "chun2 cui4", + "wadegiles" : "ch'un² ts'ui⁴", + "bopomofo" : "ㄔㄨㄣˊ ㄘㄨㄟˋ", + "romatzyh" : "chwen tsuey" }, + "meanings" : [ "pure", + "unadulterated", + "purely", + "completely" ], + "classifiers" : [] } ] }, + { "simplified" : "纯洁", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7498, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "純潔", + "transcriptions" : { "pinyin" : "chún jié", + "numeric" : "chun2 jie2", + "wadegiles" : "ch'un² chieh²", + "bopomofo" : "ㄔㄨㄣˊ ㄐㄧㄝˊ", + "romatzyh" : "chwen jye" }, + "meanings" : [ "pure", + "clean and honest", + "to purify" ], + "classifiers" : [] } ] }, + { "simplified" : "纯净水", + "radical" : "纟", + "level" : [ "new-4" ], + "frequency" : 41403, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "純淨水", + "transcriptions" : { "pinyin" : "chún jìng shuǐ", + "numeric" : "chun2 jing4 shui3", + "wadegiles" : "ch'un² ching⁴ shui³", + "bopomofo" : "ㄔㄨㄣˊ ㄐㄧㄥˋ ㄕㄨㄟˇ", + "romatzyh" : "chwen jinq shoei" }, + "meanings" : [ "purified water" ], + "classifiers" : [] } ] }, + { "simplified" : "纯朴", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 30382, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "純樸", + "transcriptions" : { "pinyin" : "chún pǔ", + "numeric" : "chun2 pu3", + "wadegiles" : "ch'un² p'u³", + "bopomofo" : "ㄔㄨㄣˊ ㄆㄨˇ", + "romatzyh" : "chwen puu" }, + "meanings" : [ "variant of 淳朴" ], + "classifiers" : [] } ] }, + { "simplified" : "醇厚", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 39034, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "醇厚", + "transcriptions" : { "pinyin" : "chún hòu", + "numeric" : "chun2 hou4", + "wadegiles" : "ch'un² hou⁴", + "bopomofo" : "ㄔㄨㄣˊ ㄏㄡˋ", + "romatzyh" : "chwen how" }, + "meanings" : [ "mellow and rich", + "simple and kind" ], + "classifiers" : [] } ] }, + { "simplified" : "蠢", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 5576, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "惷", + "transcriptions" : { "pinyin" : "chǔn", + "numeric" : "chun3", + "wadegiles" : "ch'un³", + "bopomofo" : "ㄔㄨㄣˇ", + "romatzyh" : "choen" }, + "meanings" : [ "variant of 蠢", "stupid" ], + "classifiers" : [] }, + { "traditional" : "蠢", + "transcriptions" : { "pinyin" : "chǔn", + "numeric" : "chun3", + "wadegiles" : "ch'un³", + "bopomofo" : "ㄔㄨㄣˇ", + "romatzyh" : "choen" }, + "meanings" : [ "stupid", + "sluggish", + "clumsy", + "to wiggle (of worms)", + "to move in a disorderly fashion" ], + "classifiers" : [] } ] }, + { "simplified" : "戳", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 5113, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "戳", + "transcriptions" : { "pinyin" : "chuō", + "numeric" : "chuo1", + "wadegiles" : "ch'o¹", + "bopomofo" : "ㄔㄨㄛ", + "romatzyh" : "chuo" }, + "meanings" : [ "to jab", + "to poke", + "to stab", + "(coll.) to sprain", + "to blunt", + "to fuck (vulgar)", + "to stand", + "to stand (sth) upright", + "stamp", + "seal" ], + "classifiers" : [] } ] }, + { "simplified" : "绰号", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 12648, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "綽號", + "transcriptions" : { "pinyin" : "chuò hào", + "numeric" : "chuo4 hao4", + "wadegiles" : "ch'o⁴ hao⁴", + "bopomofo" : "ㄔㄨㄛˋ ㄏㄠˋ", + "romatzyh" : "chuoh haw" }, + "meanings" : [ "nickname" ], + "classifiers" : [] } ] }, + { "simplified" : "词", + "radical" : "讠", + "level" : [ "new-2" ], + "frequency" : 1572, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "䛐", + "transcriptions" : { "pinyin" : "cí", + "numeric" : "ci2", + "wadegiles" : "tz'u²", + "bopomofo" : "ㄘˊ", + "romatzyh" : "tsyr" }, + "meanings" : [ "old variant of 词" ], + "classifiers" : [] }, + { "traditional" : "詞", + "transcriptions" : { "pinyin" : "cí", + "numeric" : "ci2", + "wadegiles" : "tz'u²", + "bopomofo" : "ㄘˊ", + "romatzyh" : "tsyr" }, + "meanings" : [ "word", + "statement", + "speech", + "lyrics", + "a form of lyric poetry, flourishing in the Song dynasty 宋朝" ], + "classifiers" : [ "组", "个", "首" ] } ] }, + { "simplified" : "词典", + "radical" : "讠", + "level" : [ "new-2", "old-4" ], + "frequency" : 18663, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "詞典", + "transcriptions" : { "pinyin" : "cí diǎn", + "numeric" : "ci2 dian3", + "wadegiles" : "tz'u² tien³", + "bopomofo" : "ㄘˊ ㄉㄧㄢˇ", + "romatzyh" : "tsyr dean" }, + "meanings" : [ "dictionary", "also written 辞典" ], + "classifiers" : [ "部", "本" ] } ] }, + { "simplified" : "词汇", + "radical" : "讠", + "level" : [ "new-4", "old-6" ], + "frequency" : 9933, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "詞匯", + "transcriptions" : { "pinyin" : "cí huì", + "numeric" : "ci2 hui4", + "wadegiles" : "tz'u² hui⁴", + "bopomofo" : "ㄘˊ ㄏㄨㄟˋ", + "romatzyh" : "tsyr huey" }, + "meanings" : [ "variant of 词汇" ], + "classifiers" : [] }, + { "traditional" : "詞彙", + "transcriptions" : { "pinyin" : "cí huì", + "numeric" : "ci2 hui4", + "wadegiles" : "tz'u² hui⁴", + "bopomofo" : "ㄘˊ ㄏㄨㄟˋ", + "romatzyh" : "tsyr huey" }, + "meanings" : [ "vocabulary", + "list of words (e.g. for language teaching purposes)", + "word" ], + "classifiers" : [] } ] }, + { "simplified" : "词语", + "radical" : "讠", + "level" : [ "new-2", "old-3" ], + "frequency" : 10379, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "詞語", + "transcriptions" : { "pinyin" : "cí yǔ", + "numeric" : "ci2 yu3", + "wadegiles" : "tz'u² yü³", + "bopomofo" : "ㄘˊ ㄩˇ", + "romatzyh" : "tsyr yeu" }, + "meanings" : [ "word (general term including monosyllables through to short phrases)", + "term (e.g. technical term)", + "expression" ], + "classifiers" : [] } ] }, + { "simplified" : "瓷", + "radical" : "瓦", + "level" : [ "new-7+" ], + "frequency" : 15394, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "瓷", + "transcriptions" : { "pinyin" : "cí", + "numeric" : "ci2", + "wadegiles" : "tz'u²", + "bopomofo" : "ㄘˊ", + "romatzyh" : "tsyr" }, + "meanings" : [ "chinaware", "porcelain", "china" ], + "classifiers" : [] } ] }, + { "simplified" : "瓷器", + "radical" : "瓦", + "level" : [ "new-7+" ], + "frequency" : 12404, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瓷器", + "transcriptions" : { "pinyin" : "cí qì", + "numeric" : "ci2 qi4", + "wadegiles" : "tz'u² ch'i⁴", + "bopomofo" : "ㄘˊ ㄑㄧˋ", + "romatzyh" : "tsyr chih" }, + "meanings" : [ "chinaware", "porcelain" ], + "classifiers" : [] } ] }, + { "simplified" : "慈善", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 3786, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "慈善", + "transcriptions" : { "pinyin" : "cí shàn", + "numeric" : "ci2 shan4", + "wadegiles" : "tz'u² shan⁴", + "bopomofo" : "ㄘˊ ㄕㄢˋ", + "romatzyh" : "tsyr shann" }, + "meanings" : [ "benevolent", "charitable" ], + "classifiers" : [] } ] }, + { "simplified" : "慈祥", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 24694, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "慈祥", + "transcriptions" : { "pinyin" : "cí xiáng", + "numeric" : "ci2 xiang2", + "wadegiles" : "tz'u² hsiang²", + "bopomofo" : "ㄘˊ ㄒㄧㄤˊ", + "romatzyh" : "tsyr shyang" }, + "meanings" : [ "kindly", + "benevolent (often of older person)" ], + "classifiers" : [] } ] }, + { "simplified" : "辞", + "radical" : "舌", + "level" : [ "new-7+" ], + "frequency" : 6073, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "辤", + "transcriptions" : { "pinyin" : "cí", + "numeric" : "ci2", + "wadegiles" : "tz'u²", + "bopomofo" : "ㄘˊ", + "romatzyh" : "tsyr" }, + "meanings" : [ "old variant of 辞" ], + "classifiers" : [] }, + { "traditional" : "辭", + "transcriptions" : { "pinyin" : "cí", + "numeric" : "ci2", + "wadegiles" : "tz'u²", + "bopomofo" : "ㄘˊ", + "romatzyh" : "tsyr" }, + "meanings" : [ "to resign", + "to dismiss", + "to decline", + "to take leave", + "ballad (archaic poetic genre)", + "variant of 词" ], + "classifiers" : [] } ] }, + { "simplified" : "辞呈", + "radical" : "舌", + "level" : [ "new-7+" ], + "frequency" : 22608, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "辭呈", + "transcriptions" : { "pinyin" : "cí chéng", + "numeric" : "ci2 cheng2", + "wadegiles" : "tz'u² ch'eng²", + "bopomofo" : "ㄘˊ ㄔㄥˊ", + "romatzyh" : "tsyr cherng" }, + "meanings" : [ "(written) resignation" ], + "classifiers" : [] } ] }, + { "simplified" : "辞典", + "radical" : "舌", + "level" : [ "new-5" ], + "frequency" : 20918, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "辭典", + "transcriptions" : { "pinyin" : "cí diǎn", + "numeric" : "ci2 dian3", + "wadegiles" : "tz'u² tien³", + "bopomofo" : "ㄘˊ ㄉㄧㄢˇ", + "romatzyh" : "tsyr dean" }, + "meanings" : [ "dictionary (variant of 词典)" ], + "classifiers" : [ "本", "部" ] } ] }, + { "simplified" : "辞去", + "radical" : "舌", + "level" : [ "new-7+" ], + "frequency" : 15026, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "辭去", + "transcriptions" : { "pinyin" : "cí qù", + "numeric" : "ci2 qu4", + "wadegiles" : "tz'u² ch'ü⁴", + "bopomofo" : "ㄘˊ ㄑㄩˋ", + "romatzyh" : "tsyr chiuh" }, + "meanings" : [ "to resign", "to quit" ], + "classifiers" : [] } ] }, + { "simplified" : "辞退", + "radical" : "舌", + "level" : [ "new-7+" ], + "frequency" : 18196, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "辭退", + "transcriptions" : { "pinyin" : "cí tuì", + "numeric" : "ci2 tui4", + "wadegiles" : "tz'u² t'ui⁴", + "bopomofo" : "ㄘˊ ㄊㄨㄟˋ", + "romatzyh" : "tsyr tuey" }, + "meanings" : [ "to dismiss", + "to discharge", + "to fire" ], + "classifiers" : [] } ] }, + { "simplified" : "辞职", + "radical" : "舌", + "level" : [ "new-5", "old-5" ], + "frequency" : 3889, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "辭職", + "transcriptions" : { "pinyin" : "cí zhí", + "numeric" : "ci2 zhi2", + "wadegiles" : "tz'u² chih²", + "bopomofo" : "ㄘˊ ㄓˊ", + "romatzyh" : "tsyr jyr" }, + "meanings" : [ "to resign" ], + "classifiers" : [] } ] }, + { "simplified" : "磁带", + "radical" : "石", + "level" : [ "new-7+", "old-5" ], + "frequency" : 13427, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "磁帶", + "transcriptions" : { "pinyin" : "cí dài", + "numeric" : "ci2 dai4", + "wadegiles" : "tz'u² tai⁴", + "bopomofo" : "ㄘˊ ㄉㄞˋ", + "romatzyh" : "tsyr day" }, + "meanings" : [ "magnetic tape" ], + "classifiers" : [ "盘", "盒" ] } ] }, + { "simplified" : "磁卡", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 38115, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "磁卡", + "transcriptions" : { "pinyin" : "cí kǎ", + "numeric" : "ci2 ka3", + "wadegiles" : "tz'u² k'a³", + "bopomofo" : "ㄘˊ ㄎㄚˇ", + "romatzyh" : "tsyr kaa" }, + "meanings" : [ "magnetic card", + "IC Card (telephone)" ], + "classifiers" : [] } ] }, + { "simplified" : "磁盘", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 21432, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "磁盤", + "transcriptions" : { "pinyin" : "cí pán", + "numeric" : "ci2 pan2", + "wadegiles" : "tz'u² p'an²", + "bopomofo" : "ㄘˊ ㄆㄢˊ", + "romatzyh" : "tsyr parn" }, + "meanings" : [ "(computer) disk" ], + "classifiers" : [] } ] }, + { "simplified" : "雌雄", + "radical" : "隹", + "level" : [ "old-6" ], + "frequency" : 20990, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雌雄", + "transcriptions" : { "pinyin" : "cí xióng", + "numeric" : "ci2 xiong2", + "wadegiles" : "tz'u² hsiung²", + "bopomofo" : "ㄘˊ ㄒㄩㄥˊ", + "romatzyh" : "tsyr shyong" }, + "meanings" : [ "male and female" ], + "classifiers" : [] } ] }, + { "simplified" : "此", + "radical" : "止", + "level" : [ "new-4" ], + "frequency" : 391, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "此", + "transcriptions" : { "pinyin" : "cǐ", + "numeric" : "ci3", + "wadegiles" : "tz'u³", + "bopomofo" : "ㄘˇ", + "romatzyh" : "tsyy" }, + "meanings" : [ "this; these" ], + "classifiers" : [] } ] }, + { "simplified" : "此处", + "radical" : "止", + "level" : [ "new-6" ], + "frequency" : 8726, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "此處", + "transcriptions" : { "pinyin" : "cǐ chù", + "numeric" : "ci3 chu4", + "wadegiles" : "tz'u³ ch'u⁴", + "bopomofo" : "ㄘˇ ㄔㄨˋ", + "romatzyh" : "tsyy chuh" }, + "meanings" : [ "this place", "here (literary)" ], + "classifiers" : [] } ] }, + { "simplified" : "此次", + "radical" : "止", + "level" : [ "new-6" ], + "frequency" : 4623, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "此次", + "transcriptions" : { "pinyin" : "cǐ cì", + "numeric" : "ci3 ci4", + "wadegiles" : "tz'u³ tz'u⁴", + "bopomofo" : "ㄘˇ ㄘˋ", + "romatzyh" : "tsyy tsyh" }, + "meanings" : [ "this time" ], + "classifiers" : [] } ] }, + { "simplified" : "此后", + "radical" : "止", + "level" : [ "new-5" ], + "frequency" : 7508, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "此後", + "transcriptions" : { "pinyin" : "cǐ hòu", + "numeric" : "ci3 hou4", + "wadegiles" : "tz'u³ hou⁴", + "bopomofo" : "ㄘˇ ㄏㄡˋ", + "romatzyh" : "tsyy how" }, + "meanings" : [ "after this", + "afterwards", + "hereafter" ], + "classifiers" : [] } ] }, + { "simplified" : "此刻", + "radical" : "止", + "level" : [ "new-5" ], + "frequency" : 4300, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "此刻", + "transcriptions" : { "pinyin" : "cǐ kè", + "numeric" : "ci3 ke4", + "wadegiles" : "tz'u³ k'o⁴", + "bopomofo" : "ㄘˇ ㄎㄜˋ", + "romatzyh" : "tsyy keh" }, + "meanings" : [ "this moment", "now", "at present" ], + "classifiers" : [] } ] }, + { "simplified" : "此起彼伏", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 32474, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "此起彼伏", + "transcriptions" : { "pinyin" : "cǐ qǐ bǐ fú", + "numeric" : "ci3 qi3 bi3 fu2", + "wadegiles" : "tz'u³ ch'i³ pi³ fu²", + "bopomofo" : "ㄘˇ ㄑㄧˇ ㄅㄧˇ ㄈㄨˊ", + "romatzyh" : "tsyy chii bii fwu" }, + "meanings" : [ "up here, down there (idiom); to rise and fall in succession", + "no sooner one subsides, the next arises", + "repeating continuously", + "occurring again and again (of applause, fires, waves, protests, conflicts, uprisings etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "此前", + "radical" : "止", + "level" : [ "new-6" ], + "frequency" : 9834, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "此前", + "transcriptions" : { "pinyin" : "cǐ qián", + "numeric" : "ci3 qian2", + "wadegiles" : "tz'u³ ch'ien²", + "bopomofo" : "ㄘˇ ㄑㄧㄢˊ", + "romatzyh" : "tsyy chyan" }, + "meanings" : [ "before this", + "before then", + "previously" ], + "classifiers" : [] } ] }, + { "simplified" : "此时", + "radical" : "止", + "level" : [ "new-5" ], + "frequency" : 3444, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "此時", + "transcriptions" : { "pinyin" : "cǐ shí", + "numeric" : "ci3 shi2", + "wadegiles" : "tz'u³ shih²", + "bopomofo" : "ㄘˇ ㄕˊ", + "romatzyh" : "tsyy shyr" }, + "meanings" : [ "now", "this moment" ], + "classifiers" : [] } ] }, + { "simplified" : "此事", + "radical" : "止", + "level" : [ "new-6" ], + "frequency" : 4841, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "此事", + "transcriptions" : { "pinyin" : "cǐ shì", + "numeric" : "ci3 shi4", + "wadegiles" : "tz'u³ shih⁴", + "bopomofo" : "ㄘˇ ㄕˋ", + "romatzyh" : "tsyy shyh" }, + "meanings" : [ "this matter" ], + "classifiers" : [] } ] }, + { "simplified" : "此外", + "radical" : "止", + "level" : [ "new-4", "old-5" ], + "frequency" : 3647, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "此外", + "transcriptions" : { "pinyin" : "cǐ wài", + "numeric" : "ci3 wai4", + "wadegiles" : "tz'u³ wai⁴", + "bopomofo" : "ㄘˇ ㄨㄞˋ", + "romatzyh" : "tsyy way" }, + "meanings" : [ "besides", + "in addition", + "moreover", + "furthermore" ], + "classifiers" : [] } ] }, + { "simplified" : "此致", + "radical" : "止", + "level" : [ "new-6" ], + "frequency" : 55695, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "此致", + "transcriptions" : { "pinyin" : "cǐ zhì", + "numeric" : "ci3 zhi4", + "wadegiles" : "tz'u³ chih⁴", + "bopomofo" : "ㄘˇ ㄓˋ", + "romatzyh" : "tsyy jyh" }, + "meanings" : [ "(used at the end of a letter to introduce a polite salutation)" ], + "classifiers" : [] } ] }, + { "simplified" : "次", + "radical" : "欠", + "level" : [ "new-1", "old-2" ], + "frequency" : 99, + "pos" : [ "qv", "a", "g" ], + "forms" : [ { "traditional" : "次", + "transcriptions" : { "pinyin" : "cì", + "numeric" : "ci4", + "wadegiles" : "tz'u⁴", + "bopomofo" : "ㄘˋ", + "romatzyh" : "tsyh" }, + "meanings" : [ "next in sequence", + "second", + "the second (day, time etc)", + "secondary", + "vice-", + "sub-", + "infra-", + "inferior quality", + "substandard", + "order", + "sequence", + "hypo- (chemistry)", + "classifier for enumerated events: time" ], + "classifiers" : [] } ] }, + { "simplified" : "次品", + "radical" : "欠", + "level" : [ "old-6" ], + "frequency" : 33111, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "次品", + "transcriptions" : { "pinyin" : "cì pǐn", + "numeric" : "ci4 pin3", + "wadegiles" : "tz'u⁴ p'in³", + "bopomofo" : "ㄘˋ ㄆㄧㄣˇ", + "romatzyh" : "tsyh piin" }, + "meanings" : [ "substandard products", + "defective", + "seconds" ], + "classifiers" : [] } ] }, + { "simplified" : "次日", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 16038, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "次日", + "transcriptions" : { "pinyin" : "cì rì", + "numeric" : "ci4 ri4", + "wadegiles" : "tz'u⁴ jih⁴", + "bopomofo" : "ㄘˋ ㄖˋ", + "romatzyh" : "tsyh ryh" }, + "meanings" : [ "next day", "the morrow" ], + "classifiers" : [] } ] }, + { "simplified" : "次数", + "radical" : "欠", + "level" : [ "new-6" ], + "frequency" : 6882, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "次數", + "transcriptions" : { "pinyin" : "cì shù", + "numeric" : "ci4 shu4", + "wadegiles" : "tz'u⁴ shu⁴", + "bopomofo" : "ㄘˋ ㄕㄨˋ", + "romatzyh" : "tsyh shuh" }, + "meanings" : [ "number of times", + "frequency", + "order number (in a series)", + "power (math.)", + "degree of a polynomial (math.)" ], + "classifiers" : [] } ] }, + { "simplified" : "次序", + "radical" : "欠", + "level" : [ "old-6" ], + "frequency" : 19485, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "次序", + "transcriptions" : { "pinyin" : "cì xù", + "numeric" : "ci4 xu4", + "wadegiles" : "tz'u⁴ hsü⁴", + "bopomofo" : "ㄘˋ ㄒㄩˋ", + "romatzyh" : "tsyh shiuh" }, + "meanings" : [ "sequence; order" ], + "classifiers" : [] } ] }, + { "simplified" : "次要", + "radical" : "欠", + "level" : [ "old-5" ], + "frequency" : 16951, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "次要", + "transcriptions" : { "pinyin" : "cì yào", + "numeric" : "ci4 yao4", + "wadegiles" : "tz'u⁴ yao⁴", + "bopomofo" : "ㄘˋ ㄧㄠˋ", + "romatzyh" : "tsyh yaw" }, + "meanings" : [ "secondary" ], + "classifiers" : [] } ] }, + { "simplified" : "伺候", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12125, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "伺候", + "transcriptions" : { "pinyin" : "cì hou", + "numeric" : "ci4 hou5", + "wadegiles" : "tz'u⁴ hou", + "bopomofo" : "ㄘˋ hou", + "romatzyh" : "tsyh hou" }, + "meanings" : [ "to serve; to wait upon" ], + "classifiers" : [] } ] }, + { "simplified" : "伺机", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 19846, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "伺機", + "transcriptions" : { "pinyin" : "sì jī", + "numeric" : "si4 ji1", + "wadegiles" : "ssu⁴ chi¹", + "bopomofo" : "ㄙˋ ㄐㄧ", + "romatzyh" : "syh ji" }, + "meanings" : [ "to wait for an opportunity", + "to watch for one's chance" ], + "classifiers" : [] } ] }, + { "simplified" : "刺", + "radical" : "刂", + "level" : [ "new-4", "old-6" ], + "frequency" : 2566, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "刺", + "transcriptions" : { "pinyin" : "cī", + "numeric" : "ci1", + "wadegiles" : "tz'u¹", + "bopomofo" : "ㄘ", + "romatzyh" : "tsy" }, + "meanings" : [ "(onom.) whoosh" ], + "classifiers" : [] }, + { "traditional" : "刺", + "transcriptions" : { "pinyin" : "cì", + "numeric" : "ci4", + "wadegiles" : "tz'u⁴", + "bopomofo" : "ㄘˋ", + "romatzyh" : "tsyh" }, + "meanings" : [ "thorn", + "sting", + "thrust", + "to prick", + "to pierce", + "to stab", + "to assassinate", + "to murder" ], + "classifiers" : [] } ] }, + { "simplified" : "刺耳", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 17939, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "刺耳", + "transcriptions" : { "pinyin" : "cì ěr", + "numeric" : "ci4 er3", + "wadegiles" : "tz'u⁴ erh³", + "bopomofo" : "ㄘˋ ㄦˇ", + "romatzyh" : "tsyh eel" }, + "meanings" : [ "ear-piercing" ], + "classifiers" : [] } ] }, + { "simplified" : "刺骨", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 23267, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "刺骨", + "transcriptions" : { "pinyin" : "cì gǔ", + "numeric" : "ci4 gu3", + "wadegiles" : "tz'u⁴ ku³", + "bopomofo" : "ㄘˋ ㄍㄨˇ", + "romatzyh" : "tsyh guu" }, + "meanings" : [ "piercing", + "cutting", + "bone-chilling", + "penetrating (cold)" ], + "classifiers" : [] } ] }, + { "simplified" : "刺激", + "radical" : "刂", + "level" : [ "new-4", "old-5" ], + "frequency" : 1968, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "刺激", + "transcriptions" : { "pinyin" : "cì jī", + "numeric" : "ci4 ji1", + "wadegiles" : "tz'u⁴ chi¹", + "bopomofo" : "ㄘˋ ㄐㄧ", + "romatzyh" : "tsyh ji" }, + "meanings" : [ "to provoke; to irritate; to upset; to stimulate; to excite", + "irritant" ], + "classifiers" : [] } ] }, + { "simplified" : "刺绣", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 17696, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "刺繡", + "transcriptions" : { "pinyin" : "cì xiù", + "numeric" : "ci4 xiu4", + "wadegiles" : "tz'u⁴ hsiu⁴", + "bopomofo" : "ㄘˋ ㄒㄧㄡˋ", + "romatzyh" : "tsyh shiow" }, + "meanings" : [ "to embroider", "embroidery" ], + "classifiers" : [] } ] }, + { "simplified" : "赐", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 6349, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "賜", + "transcriptions" : { "pinyin" : "cì", + "numeric" : "ci4", + "wadegiles" : "tz'u⁴", + "bopomofo" : "ㄘˋ", + "romatzyh" : "tsyh" }, + "meanings" : [ "to confer", + "to bestow", + "to grant", + "Taiwan pr. [sì]" ], + "classifiers" : [] } ] }, + { "simplified" : "赐教", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 44589, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "賜教", + "transcriptions" : { "pinyin" : "cì jiào", + "numeric" : "ci4 jiao4", + "wadegiles" : "tz'u⁴ chiao⁴", + "bopomofo" : "ㄘˋ ㄐㄧㄠˋ", + "romatzyh" : "tsyh jiaw" }, + "meanings" : [ "(honorific) to impart one's wisdom", + "to enlighten" ], + "classifiers" : [] } ] }, + { "simplified" : "匆匆", + "radical" : "勹", + "level" : [ "new-7+" ], + "frequency" : 9342, + "pos" : [ "z", "d" ], + "forms" : [ { "traditional" : "匆匆", + "transcriptions" : { "pinyin" : "cōng cōng", + "numeric" : "cong1 cong1", + "wadegiles" : "ts'ung¹ ts'ung¹", + "bopomofo" : "ㄘㄨㄥ ㄘㄨㄥ", + "romatzyh" : "tsong tsong" }, + "meanings" : [ "hurriedly" ], + "classifiers" : [] } ] }, + { "simplified" : "匆忙", + "radical" : "勹", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10025, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "匆忙", + "transcriptions" : { "pinyin" : "cōng máng", + "numeric" : "cong1 mang2", + "wadegiles" : "ts'ung¹ mang²", + "bopomofo" : "ㄘㄨㄥ ㄇㄤˊ", + "romatzyh" : "tsong mang" }, + "meanings" : [ "hasty", "hurried" ], + "classifiers" : [] } ] }, + { "simplified" : "葱", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 9571, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蔥", + "transcriptions" : { "pinyin" : "cōng", + "numeric" : "cong1", + "wadegiles" : "ts'ung¹", + "bopomofo" : "ㄘㄨㄥ", + "romatzyh" : "tsong" }, + "meanings" : [ "scallion", "green onion" ], + "classifiers" : [] } ] }, + { "simplified" : "聪明", + "radical" : "耳", + "level" : [ "new-5", "old-3" ], + "frequency" : 1918, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "聰明", + "transcriptions" : { "pinyin" : "cōng ming", + "numeric" : "cong1 ming5", + "wadegiles" : "ts'ung¹ ming", + "bopomofo" : "ㄘㄨㄥ ming", + "romatzyh" : "tsong ming" }, + "meanings" : [ "intelligent", + "clever", + "bright", + "smart", + "acute (of sight and hearing)" ], + "classifiers" : [] } ] }, + { "simplified" : "从", + "radical" : "人", + "level" : [ "new-1", "old-2" ], + "frequency" : 70, + "pos" : [ "p", "g" ], + "forms" : [ { "traditional" : "从", + "transcriptions" : { "pinyin" : "cóng", + "numeric" : "cong2", + "wadegiles" : "ts'ung²", + "bopomofo" : "ㄘㄨㄥˊ", + "romatzyh" : "tsorng" }, + "meanings" : [ "variant of 从" ], + "classifiers" : [] }, + { "traditional" : "從", + "transcriptions" : { "pinyin" : "Cóng", + "numeric" : "Cong2", + "wadegiles" : "ts'ung²", + "bopomofo" : "ㄘㄨㄥˊ", + "romatzyh" : "tsorng" }, + "meanings" : [ "surname Cong" ], + "classifiers" : [] }, + { "traditional" : "從", + "transcriptions" : { "pinyin" : "cóng", + "numeric" : "cong2", + "wadegiles" : "ts'ung²", + "bopomofo" : "ㄘㄨㄥˊ", + "romatzyh" : "tsorng" }, + "meanings" : [ "from", + "through", + "via", + "to follow", + "to obey", + "to engage in (an activity)", + "never (in negative sentence)", + "(Taiwan pr. [zòng]) retainer", + "assistant", + "auxiliary", + "subordinate", + "related by common paternal grandfather or earlier ancestor" ], + "classifiers" : [] } ] }, + { "simplified" : "从不", + "radical" : "人", + "level" : [ "new-6" ], + "frequency" : 4450, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從不", + "transcriptions" : { "pinyin" : "cóng bù", + "numeric" : "cong2 bu4", + "wadegiles" : "ts'ung² pu⁴", + "bopomofo" : "ㄘㄨㄥˊ ㄅㄨˋ", + "romatzyh" : "tsorng buh" }, + "meanings" : [ "never" ], + "classifiers" : [] } ] }, + { "simplified" : "从此", + "radical" : "人", + "level" : [ "new-4", "old-5" ], + "frequency" : 3935, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從此", + "transcriptions" : { "pinyin" : "cóng cǐ", + "numeric" : "cong2 ci3", + "wadegiles" : "ts'ung² tz'u³", + "bopomofo" : "ㄘㄨㄥˊ ㄘˇ", + "romatzyh" : "tsorng tsyy" }, + "meanings" : [ "from now on", + "since then", + "henceforth" ], + "classifiers" : [] } ] }, + { "simplified" : "从而", + "radical" : "人", + "level" : [ "new-5", "old-5" ], + "frequency" : 4223, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "從而", + "transcriptions" : { "pinyin" : "cóng ér", + "numeric" : "cong2 er2", + "wadegiles" : "ts'ung² erh²", + "bopomofo" : "ㄘㄨㄥˊ ㄦˊ", + "romatzyh" : "tsorng erl" }, + "meanings" : [ "thus", "thereby" ], + "classifiers" : [] } ] }, + { "simplified" : "从今以后", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "從今以後", + "transcriptions" : { "pinyin" : "cóng jīn yǐ hòu", + "numeric" : "cong2 jin1 yi3 hou4", + "wadegiles" : "ts'ung² chin¹ i³ hou⁴", + "bopomofo" : "ㄘㄨㄥˊ ㄐㄧㄣ ㄧˇ ㄏㄡˋ", + "romatzyh" : "tsorng jin yii how" }, + "meanings" : [ "from now on", "henceforward" ], + "classifiers" : [] } ] }, + { "simplified" : "从来", + "radical" : "人", + "level" : [ "new-3", "old-4" ], + "frequency" : 1222, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從來", + "transcriptions" : { "pinyin" : "cóng lái", + "numeric" : "cong2 lai2", + "wadegiles" : "ts'ung² lai²", + "bopomofo" : "ㄘㄨㄥˊ ㄌㄞˊ", + "romatzyh" : "tsorng lai" }, + "meanings" : [ "always", + "at all times", + "never (if used in negative sentence)" ], + "classifiers" : [] } ] }, + { "simplified" : "从来不", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 7895, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從來不", + "transcriptions" : { "pinyin" : "cóng lái bù", + "numeric" : "cong2 lai2 bu4", + "wadegiles" : "ts'ung² lai² pu⁴", + "bopomofo" : "ㄘㄨㄥˊ ㄌㄞˊ ㄅㄨˋ", + "romatzyh" : "tsorng lai buh" }, + "meanings" : [ "never" ], + "classifiers" : [] } ] }, + { "simplified" : "从没", + "radical" : "人", + "level" : [ "new-6" ], + "frequency" : 4196, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從沒", + "transcriptions" : { "pinyin" : "cóng méi", + "numeric" : "cong2 mei2", + "wadegiles" : "ts'ung² mei²", + "bopomofo" : "ㄘㄨㄥˊ ㄇㄟˊ", + "romatzyh" : "tsorng mei" }, + "meanings" : [ "never (in the past)", "never did" ], + "classifiers" : [] } ] }, + { "simplified" : "从前", + "radical" : "人", + "level" : [ "new-3", "old-5" ], + "frequency" : 5145, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "從前", + "transcriptions" : { "pinyin" : "cóng qián", + "numeric" : "cong2 qian2", + "wadegiles" : "ts'ung² ch'ien²", + "bopomofo" : "ㄘㄨㄥˊ ㄑㄧㄢˊ", + "romatzyh" : "tsorng chyan" }, + "meanings" : [ "previously", + "formerly", + "once upon a time" ], + "classifiers" : [] } ] }, + { "simplified" : "从容", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 11439, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "從容", + "transcriptions" : { "pinyin" : "cóng róng", + "numeric" : "cong2 rong2", + "wadegiles" : "ts'ung² jung²", + "bopomofo" : "ㄘㄨㄥˊ ㄖㄨㄥˊ", + "romatzyh" : "tsorng rong" }, + "meanings" : [ "to go easy", + "unhurried", + "calm", + "Taiwan pr. [cōng róng]" ], + "classifiers" : [] } ] }, + { "simplified" : "从容不迫", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 36570, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "從容不迫", + "transcriptions" : { "pinyin" : "cóng róng bù pò", + "numeric" : "cong2 rong2 bu4 po4", + "wadegiles" : "ts'ung² jung² pu⁴ p'o⁴", + "bopomofo" : "ㄘㄨㄥˊ ㄖㄨㄥˊ ㄅㄨˋ ㄆㄛˋ", + "romatzyh" : "tsorng rong buh poh" }, + "meanings" : [ "calm", "unruffled" ], + "classifiers" : [] } ] }, + { "simplified" : "从事", + "radical" : "人", + "level" : [ "new-3", "old-5" ], + "frequency" : 3339, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "從事", + "transcriptions" : { "pinyin" : "cóng shì", + "numeric" : "cong2 shi4", + "wadegiles" : "ts'ung² shih⁴", + "bopomofo" : "ㄘㄨㄥˊ ㄕˋ", + "romatzyh" : "tsorng shyh" }, + "meanings" : [ "to go for", + "to engage in", + "to undertake", + "to deal with", + "to handle", + "to do" ], + "classifiers" : [] } ] }, + { "simplified" : "从头", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 9612, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從頭", + "transcriptions" : { "pinyin" : "cóng tóu", + "numeric" : "cong2 tou2", + "wadegiles" : "ts'ung² t'ou²", + "bopomofo" : "ㄘㄨㄥˊ ㄊㄡˊ", + "romatzyh" : "tsorng tour" }, + "meanings" : [ "anew", "from the start" ], + "classifiers" : [] } ] }, + { "simplified" : "从未", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 2823, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從未", + "transcriptions" : { "pinyin" : "cóng wèi", + "numeric" : "cong2 wei4", + "wadegiles" : "ts'ung² wei⁴", + "bopomofo" : "ㄘㄨㄥˊ ㄨㄟˋ", + "romatzyh" : "tsorng wey" }, + "meanings" : [ "never" ], + "classifiers" : [] } ] }, + { "simplified" : "从小", + "radical" : "人", + "level" : [ "new-2" ], + "frequency" : 4653, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從小", + "transcriptions" : { "pinyin" : "cóng xiǎo", + "numeric" : "cong2 xiao3", + "wadegiles" : "ts'ung² hsiao³", + "bopomofo" : "ㄘㄨㄥˊ ㄒㄧㄠˇ", + "romatzyh" : "tsorng sheau" }, + "meanings" : [ "from childhood", + "from a young age" ], + "classifiers" : [] } ] }, + { "simplified" : "从业", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 19141, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "從業", + "transcriptions" : { "pinyin" : "cóng yè", + "numeric" : "cong2 ye4", + "wadegiles" : "ts'ung² yeh⁴", + "bopomofo" : "ㄘㄨㄥˊ ㄧㄝˋ", + "romatzyh" : "tsorng yeh" }, + "meanings" : [ "to practice (a trade)" ], + "classifiers" : [] } ] }, + { "simplified" : "从早到晚", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "從早到晚", + "transcriptions" : { "pinyin" : "cóng zǎo dào wǎn", + "numeric" : "cong2 zao3 dao4 wan3", + "wadegiles" : "ts'ung² tsao³ tao⁴ wan³", + "bopomofo" : "ㄘㄨㄥˊ ㄗㄠˇ ㄉㄠˋ ㄨㄢˇ", + "romatzyh" : "tsorng tzao daw woan" }, + "meanings" : [ "from morning till night", + "from dawn to dusk", + "all day long" ], + "classifiers" : [] } ] }, + { "simplified" : "从中", + "radical" : "人", + "level" : [ "new-5" ], + "frequency" : 5596, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "從中", + "transcriptions" : { "pinyin" : "cóng zhōng", + "numeric" : "cong2 zhong1", + "wadegiles" : "ts'ung² chung¹", + "bopomofo" : "ㄘㄨㄥˊ ㄓㄨㄥ", + "romatzyh" : "tsorng jong" }, + "meanings" : [ "from within", "therefrom" ], + "classifiers" : [] } ] }, + { "simplified" : "丛", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 15283, + "pos" : [ "g", "q", "nr" ], + "forms" : [ { "traditional" : "叢", + "transcriptions" : { "pinyin" : "cóng", + "numeric" : "cong2", + "wadegiles" : "ts'ung²", + "bopomofo" : "ㄘㄨㄥˊ", + "romatzyh" : "tsorng" }, + "meanings" : [ "cluster", + "collection", + "collection of books", + "thicket" ], + "classifiers" : [] } ] }, + { "simplified" : "丛林", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 9828, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "叢林", + "transcriptions" : { "pinyin" : "cóng lín", + "numeric" : "cong2 lin2", + "wadegiles" : "ts'ung² lin²", + "bopomofo" : "ㄘㄨㄥˊ ㄌㄧㄣˊ", + "romatzyh" : "tsorng lin" }, + "meanings" : [ "jungle", + "thicket", + "forest", + "Buddhist monastery" ], + "classifiers" : [] } ] }, + { "simplified" : "凑", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 5780, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "湊", + "transcriptions" : { "pinyin" : "còu", + "numeric" : "cou4", + "wadegiles" : "ts'ou⁴", + "bopomofo" : "ㄘㄡˋ", + "romatzyh" : "tsow" }, + "meanings" : [ "to gather together, pool or collect", + "to happen by chance", + "to move close to", + "to exploit an opportunity" ], + "classifiers" : [] } ] }, + { "simplified" : "凑合", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15418, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "湊合", + "transcriptions" : { "pinyin" : "còu he", + "numeric" : "cou4 he5", + "wadegiles" : "ts'ou⁴ he", + "bopomofo" : "ㄘㄡˋ he", + "romatzyh" : "tsow he" }, + "meanings" : [ "to bring together", + "to make do in a bad situation", + "to just get by", + "to improvise", + "passable", + "not too bad" ], + "classifiers" : [] } ] }, + { "simplified" : "凑巧", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 20770, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "湊巧", + "transcriptions" : { "pinyin" : "còu qiǎo", + "numeric" : "cou4 qiao3", + "wadegiles" : "ts'ou⁴ ch'iao³", + "bopomofo" : "ㄘㄡˋ ㄑㄧㄠˇ", + "romatzyh" : "tsow cheau" }, + "meanings" : [ "fortuitously", + "luckily", + "as chance has it" ], + "classifiers" : [] } ] }, + { "simplified" : "粗", + "radical" : "米", + "level" : [ "new-4" ], + "frequency" : 4225, + "pos" : [ "a", "d" ], + "forms" : [ { "traditional" : "粗", + "transcriptions" : { "pinyin" : "cū", + "numeric" : "cu1", + "wadegiles" : "ts'u¹", + "bopomofo" : "ㄘㄨ", + "romatzyh" : "tsu" }, + "meanings" : [ "coarse", + "rough", + "thick (for cylindrical objects)", + "unfinished", + "vulgar", + "rude", + "crude" ], + "classifiers" : [] }, + { "traditional" : "觕", + "transcriptions" : { "pinyin" : "cū", + "numeric" : "cu1", + "wadegiles" : "ts'u¹", + "bopomofo" : "ㄘㄨ", + "romatzyh" : "tsu" }, + "meanings" : [ "variant of 粗" ], + "classifiers" : [] }, + { "traditional" : "麤", + "transcriptions" : { "pinyin" : "cū", + "numeric" : "cu1", + "wadegiles" : "ts'u¹", + "bopomofo" : "ㄘㄨ", + "romatzyh" : "tsu" }, + "meanings" : [ "remote", + "distant", + "variant of 粗" ], + "classifiers" : [] } ] }, + { "simplified" : "粗暴", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 11887, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "粗暴", + "transcriptions" : { "pinyin" : "cū bào", + "numeric" : "cu1 bao4", + "wadegiles" : "ts'u¹ pao⁴", + "bopomofo" : "ㄘㄨ ㄅㄠˋ", + "romatzyh" : "tsu baw" }, + "meanings" : [ "rough", "cruel" ], + "classifiers" : [] } ] }, + { "simplified" : "粗糙", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 9951, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "粗糙", + "transcriptions" : { "pinyin" : "cū cāo", + "numeric" : "cu1 cao1", + "wadegiles" : "ts'u¹ ts'ao¹", + "bopomofo" : "ㄘㄨ ㄘㄠ", + "romatzyh" : "tsu tsau" }, + "meanings" : [ "crude", + "gruff", + "rough", + "coarse" ], + "classifiers" : [] } ] }, + { "simplified" : "粗略", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 20727, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "粗略", + "transcriptions" : { "pinyin" : "cū lu:è", + "numeric" : "cu1 lüe4", + "wadegiles" : "ts'u¹ lu:è", + "bopomofo" : "ㄘㄨ lu:è", + "romatzyh" : "tsu lu:è" }, + "meanings" : [ "rough (not precise or accurate)", + "cursory" ], + "classifiers" : [] } ] }, + { "simplified" : "粗鲁", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15387, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "粗魯", + "transcriptions" : { "pinyin" : "cū lǔ", + "numeric" : "cu1 lu3", + "wadegiles" : "ts'u¹ lu³", + "bopomofo" : "ㄘㄨ ㄌㄨˇ", + "romatzyh" : "tsu luu" }, + "meanings" : [ "coarse", + "crude (in one's manner)", + "boorish" ], + "classifiers" : [] } ] }, + { "simplified" : "粗心", + "radical" : "米", + "level" : [ "new-4", "old-4" ], + "frequency" : 21668, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "粗心", + "transcriptions" : { "pinyin" : "cū xīn", + "numeric" : "cu1 xin1", + "wadegiles" : "ts'u¹ hsin¹", + "bopomofo" : "ㄘㄨ ㄒㄧㄣ", + "romatzyh" : "tsu shin" }, + "meanings" : [ "careless", "thoughtless" ], + "classifiers" : [] } ] }, + { "simplified" : "粗心大意", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 34849, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "粗心大意", + "transcriptions" : { "pinyin" : "cū xīn dà yì", + "numeric" : "cu1 xin1 da4 yi4", + "wadegiles" : "ts'u¹ hsin¹ ta⁴ i⁴", + "bopomofo" : "ㄘㄨ ㄒㄧㄣ ㄉㄚˋ ㄧˋ", + "romatzyh" : "tsu shin dah yih" }, + "meanings" : [ "negligent", + "careless", + "inadvertent" ], + "classifiers" : [] } ] }, + { "simplified" : "促成", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11559, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "促成", + "transcriptions" : { "pinyin" : "cù chéng", + "numeric" : "cu4 cheng2", + "wadegiles" : "ts'u⁴ ch'eng²", + "bopomofo" : "ㄘㄨˋ ㄔㄥˊ", + "romatzyh" : "tsuh cherng" }, + "meanings" : [ "to facilitate", "to effect" ], + "classifiers" : [] } ] }, + { "simplified" : "促进", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 6415, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "促進", + "transcriptions" : { "pinyin" : "cù jìn", + "numeric" : "cu4 jin4", + "wadegiles" : "ts'u⁴ chin⁴", + "bopomofo" : "ㄘㄨˋ ㄐㄧㄣˋ", + "romatzyh" : "tsuh jinn" }, + "meanings" : [ "to promote (an idea or cause)", + "to advance", + "boost" ], + "classifiers" : [] } ] }, + { "simplified" : "促使", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 7521, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "促使", + "transcriptions" : { "pinyin" : "cù shǐ", + "numeric" : "cu4 shi3", + "wadegiles" : "ts'u⁴ shih³", + "bopomofo" : "ㄘㄨˋ ㄕˇ", + "romatzyh" : "tsuh shyy" }, + "meanings" : [ "to induce", + "to promote", + "to urge", + "to impel", + "to bring about", + "to provoke", + "to drive (sb to do sth)", + "to catalyze", + "to actuate", + "to contribute to (some development)" ], + "classifiers" : [] } ] }, + { "simplified" : "促销", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 8442, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "促銷", + "transcriptions" : { "pinyin" : "cù xiāo", + "numeric" : "cu4 xiao1", + "wadegiles" : "ts'u⁴ hsiao¹", + "bopomofo" : "ㄘㄨˋ ㄒㄧㄠ", + "romatzyh" : "tsuh shiau" }, + "meanings" : [ "to promote sales" ], + "classifiers" : [] } ] }, + { "simplified" : "醋", + "radical" : "酉", + "level" : [ "new-6", "old-5" ], + "frequency" : 8000, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醋", + "transcriptions" : { "pinyin" : "cù", + "numeric" : "cu4", + "wadegiles" : "ts'u⁴", + "bopomofo" : "ㄘㄨˋ", + "romatzyh" : "tsuh" }, + "meanings" : [ "vinegar", + "jealousy (in love rivalry)" ], + "classifiers" : [] } ] }, + { "simplified" : "簇拥", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 31080, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "簇擁", + "transcriptions" : { "pinyin" : "cù yōng", + "numeric" : "cu4 yong1", + "wadegiles" : "ts'u⁴ yung¹", + "bopomofo" : "ㄘㄨˋ ㄩㄥ", + "romatzyh" : "tsuh iong" }, + "meanings" : [ "to crowd around", "to escort" ], + "classifiers" : [] } ] }, + { "simplified" : "窜", + "radical" : "穴", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8750, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "竄", + "transcriptions" : { "pinyin" : "cuàn", + "numeric" : "cuan4", + "wadegiles" : "ts'uan⁴", + "bopomofo" : "ㄘㄨㄢˋ", + "romatzyh" : "tsuann" }, + "meanings" : [ "to flee", + "to scuttle", + "to exile or banish", + "to amend or edit" ], + "classifiers" : [] } ] }, + { "simplified" : "催", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4565, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "催", + "transcriptions" : { "pinyin" : "cuī", + "numeric" : "cui1", + "wadegiles" : "ts'ui¹", + "bopomofo" : "ㄘㄨㄟ", + "romatzyh" : "tsuei" }, + "meanings" : [ "to urge", + "to press", + "to prompt", + "to rush sb", + "to hasten sth", + "to expedite" ], + "classifiers" : [] } ] }, + { "simplified" : "催促", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 17534, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "催促", + "transcriptions" : { "pinyin" : "cuī cù", + "numeric" : "cui1 cu4", + "wadegiles" : "ts'ui¹ ts'u⁴", + "bopomofo" : "ㄘㄨㄟ ㄘㄨˋ", + "romatzyh" : "tsuei tsuh" }, + "meanings" : [ "to urge" ], + "classifiers" : [] } ] }, + { "simplified" : "催眠", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 12124, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "催眠", + "transcriptions" : { "pinyin" : "cuī mián", + "numeric" : "cui1 mian2", + "wadegiles" : "ts'ui¹ mien²", + "bopomofo" : "ㄘㄨㄟ ㄇㄧㄢˊ", + "romatzyh" : "tsuei mian" }, + "meanings" : [ "hypnosis" ], + "classifiers" : [] } ] }, + { "simplified" : "摧残", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 16091, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "摧殘", + "transcriptions" : { "pinyin" : "cuī cán", + "numeric" : "cui1 can2", + "wadegiles" : "ts'ui¹ ts'an²", + "bopomofo" : "ㄘㄨㄟ ㄘㄢˊ", + "romatzyh" : "tsuei tsarn" }, + "meanings" : [ "to ravage", "to ruin" ], + "classifiers" : [] } ] }, + { "simplified" : "摧毁", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 5684, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "摧毀", + "transcriptions" : { "pinyin" : "cuī huǐ", + "numeric" : "cui1 hui3", + "wadegiles" : "ts'ui¹ hui³", + "bopomofo" : "ㄘㄨㄟ ㄏㄨㄟˇ", + "romatzyh" : "tsuei hoei" }, + "meanings" : [ "to destroy; to wreck" ], + "classifiers" : [] } ] }, + { "simplified" : "脆", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 8807, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "脃", + "transcriptions" : { "pinyin" : "cuì", + "numeric" : "cui4", + "wadegiles" : "ts'ui⁴", + "bopomofo" : "ㄘㄨㄟˋ", + "romatzyh" : "tsuey" }, + "meanings" : [ "old variant of 脆" ], + "classifiers" : [] }, + { "traditional" : "脆", + "transcriptions" : { "pinyin" : "cuì", + "numeric" : "cui4", + "wadegiles" : "ts'ui⁴", + "bopomofo" : "ㄘㄨㄟˋ", + "romatzyh" : "tsuey" }, + "meanings" : [ "brittle", + "fragile", + "crisp", + "crunchy", + "clear and loud voice", + "neat" ], + "classifiers" : [] } ] }, + { "simplified" : "脆弱", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4501, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "脆弱", + "transcriptions" : { "pinyin" : "cuì ruò", + "numeric" : "cui4 ruo4", + "wadegiles" : "ts'ui⁴ jo⁴", + "bopomofo" : "ㄘㄨㄟˋ ㄖㄨㄛˋ", + "romatzyh" : "tsuey ruoh" }, + "meanings" : [ "weak", "frail" ], + "classifiers" : [] } ] }, + { "simplified" : "翠绿", + "radical" : "羽", + "level" : [ "new-7+" ], + "frequency" : 30218, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "翠綠", + "transcriptions" : { "pinyin" : "cuì lu:4", + "numeric" : "cui4 lü4", + "wadegiles" : "ts'ui⁴ lu:4", + "bopomofo" : "ㄘㄨㄟˋ lu:4", + "romatzyh" : "tsuey lu:4" }, + "meanings" : [ "greenish-blue", "emerald green" ], + "classifiers" : [] } ] }, + { "simplified" : "村", + "radical" : "木", + "level" : [ "new-3" ], + "frequency" : 2435, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "村", + "transcriptions" : { "pinyin" : "cūn", + "numeric" : "cun1", + "wadegiles" : "ts'un¹", + "bopomofo" : "ㄘㄨㄣ", + "romatzyh" : "tsuen" }, + "meanings" : [ "village" ], + "classifiers" : [] }, + { "traditional" : "邨", + "transcriptions" : { "pinyin" : "cūn", + "numeric" : "cun1", + "wadegiles" : "ts'un¹", + "bopomofo" : "ㄘㄨㄣ", + "romatzyh" : "tsuen" }, + "meanings" : [ "variant of 村" ], + "classifiers" : [] } ] }, + { "simplified" : "村庄", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 6526, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "村莊", + "transcriptions" : { "pinyin" : "cūn zhuāng", + "numeric" : "cun1 zhuang1", + "wadegiles" : "ts'un¹ chuang¹", + "bopomofo" : "ㄘㄨㄣ ㄓㄨㄤ", + "romatzyh" : "tsuen juang" }, + "meanings" : [ "village", "hamlet" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "存", + "radical" : "子", + "level" : [ "new-3", "old-5" ], + "frequency" : 2114, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "存", + "transcriptions" : { "pinyin" : "cún", + "numeric" : "cun2", + "wadegiles" : "ts'un²", + "bopomofo" : "ㄘㄨㄣˊ", + "romatzyh" : "tswen" }, + "meanings" : [ "to exist", + "to deposit", + "to store", + "to keep", + "to survive" ], + "classifiers" : [] } ] }, + { "simplified" : "存放", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 9702, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "存放", + "transcriptions" : { "pinyin" : "cún fàng", + "numeric" : "cun2 fang4", + "wadegiles" : "ts'un² fang⁴", + "bopomofo" : "ㄘㄨㄣˊ ㄈㄤˋ", + "romatzyh" : "tswen fanq" }, + "meanings" : [ "to deposit", + "to store", + "to leave in sb's care" ], + "classifiers" : [] } ] }, + { "simplified" : "存款", + "radical" : "子", + "level" : [ "new-5" ], + "frequency" : 5825, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "存款", + "transcriptions" : { "pinyin" : "cún kuǎn", + "numeric" : "cun2 kuan3", + "wadegiles" : "ts'un² k'uan³", + "bopomofo" : "ㄘㄨㄣˊ ㄎㄨㄢˇ", + "romatzyh" : "tswen koan" }, + "meanings" : [ "to deposit money (in a bank etc)", + "bank savings", + "bank deposit" ], + "classifiers" : [] } ] }, + { "simplified" : "存心", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 20829, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "存心", + "transcriptions" : { "pinyin" : "cún xīn", + "numeric" : "cun2 xin1", + "wadegiles" : "ts'un² hsin¹", + "bopomofo" : "ㄘㄨㄣˊ ㄒㄧㄣ", + "romatzyh" : "tswen shin" }, + "meanings" : [ "deliberately" ], + "classifiers" : [] } ] }, + { "simplified" : "存在", + "radical" : "子", + "level" : [ "new-3", "old-5" ], + "frequency" : 621, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "存在", + "transcriptions" : { "pinyin" : "cún zài", + "numeric" : "cun2 zai4", + "wadegiles" : "ts'un² tsai⁴", + "bopomofo" : "ㄘㄨㄣˊ ㄗㄞˋ", + "romatzyh" : "tswen tzay" }, + "meanings" : [ "to exist", "to be", "existence" ], + "classifiers" : [] } ] }, + { "simplified" : "存折", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 16257, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "存摺", + "transcriptions" : { "pinyin" : "cún zhé", + "numeric" : "cun2 zhe2", + "wadegiles" : "ts'un² che²", + "bopomofo" : "ㄘㄨㄣˊ ㄓㄜˊ", + "romatzyh" : "tswen jer" }, + "meanings" : [ "passbook", "bankbook" ], + "classifiers" : [] } ] }, + { "simplified" : "寸", + "radical" : "寸", + "level" : [ "new-5" ], + "frequency" : 4381, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "寸", + "transcriptions" : { "pinyin" : "cùn", + "numeric" : "cun4", + "wadegiles" : "ts'un⁴", + "bopomofo" : "ㄘㄨㄣˋ", + "romatzyh" : "tsuenn" }, + "meanings" : [ "a unit of length", + "inch", + "thumb" ], + "classifiers" : [] } ] }, + { "simplified" : "搓", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11489, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搓", + "transcriptions" : { "pinyin" : "cuō", + "numeric" : "cuo1", + "wadegiles" : "ts'o¹", + "bopomofo" : "ㄘㄨㄛ", + "romatzyh" : "tsuo" }, + "meanings" : [ "to rub or roll between the hands or fingers", + "to twist" ], + "classifiers" : [] } ] }, + { "simplified" : "磋商", + "radical" : "石", + "level" : [ "new-7+", "old-6" ], + "frequency" : 31471, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "磋商", + "transcriptions" : { "pinyin" : "cuō shāng", + "numeric" : "cuo1 shang1", + "wadegiles" : "ts'o¹ shang¹", + "bopomofo" : "ㄘㄨㄛ ㄕㄤ", + "romatzyh" : "tsuo shang" }, + "meanings" : [ "to consult", + "to discuss seriously", + "to negotiate", + "to confer", + "negotiations", + "consultations" ], + "classifiers" : [] } ] }, + { "simplified" : "挫折", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8651, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "挫折", + "transcriptions" : { "pinyin" : "cuò zhé", + "numeric" : "cuo4 zhe2", + "wadegiles" : "ts'o⁴ che²", + "bopomofo" : "ㄘㄨㄛˋ ㄓㄜˊ", + "romatzyh" : "tsuoh jer" }, + "meanings" : [ "setback", + "reverse", + "check", + "defeat", + "frustration", + "disappointment", + "to frustrate", + "to discourage", + "to set sb back", + "to blunt", + "to subdue" ], + "classifiers" : [] } ] }, + { "simplified" : "措施", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 2102, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "措施", + "transcriptions" : { "pinyin" : "cuò shī", + "numeric" : "cuo4 shi1", + "wadegiles" : "ts'o⁴ shih¹", + "bopomofo" : "ㄘㄨㄛˋ ㄕ", + "romatzyh" : "tsuoh shy" }, + "meanings" : [ "measure", "step" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "措手不及", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 17342, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "措手不及", + "transcriptions" : { "pinyin" : "cuò shǒu bù jí", + "numeric" : "cuo4 shou3 bu4 ji2", + "wadegiles" : "ts'o⁴ shou³ pu⁴ chi²", + "bopomofo" : "ㄘㄨㄛˋ ㄕㄡˇ ㄅㄨˋ ㄐㄧˊ", + "romatzyh" : "tsuoh shoou buh jyi" }, + "meanings" : [ "no time to deal with it (idiom); caught unprepared" ], + "classifiers" : [] } ] }, + { "simplified" : "错", + "radical" : "钅", + "level" : [ "new-1", "old-2" ], + "frequency" : 531, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "錯", + "transcriptions" : { "pinyin" : "Cuò", + "numeric" : "Cuo4", + "wadegiles" : "ts'o⁴", + "bopomofo" : "ㄘㄨㄛˋ", + "romatzyh" : "tsuoh" }, + "meanings" : [ "surname Cuo" ], + "classifiers" : [] }, + { "traditional" : "錯", + "transcriptions" : { "pinyin" : "cuò", + "numeric" : "cuo4", + "wadegiles" : "ts'o⁴", + "bopomofo" : "ㄘㄨㄛˋ", + "romatzyh" : "tsuoh" }, + "meanings" : [ "mistake", + "wrong", + "bad", + "interlocking", + "complex", + "to grind", + "to polish", + "to alternate", + "to stagger", + "to miss", + "to let slip", + "to evade", + "to inlay with gold or silver" ], + "classifiers" : [] } ] }, + { "simplified" : "错别字", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 39226, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "錯別字", + "transcriptions" : { "pinyin" : "cuò bié zì", + "numeric" : "cuo4 bie2 zi4", + "wadegiles" : "ts'o⁴ pieh² tzu⁴", + "bopomofo" : "ㄘㄨㄛˋ ㄅㄧㄝˊ ㄗˋ", + "romatzyh" : "tsuoh bye tzyh" }, + "meanings" : [ "incorrectly written or mispronounced characters" ], + "classifiers" : [] } ] }, + { "simplified" : "错过", + "radical" : "钅", + "level" : [ "new-6" ], + "frequency" : 1616, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "錯過", + "transcriptions" : { "pinyin" : "cuò guò", + "numeric" : "cuo4 guo4", + "wadegiles" : "ts'o⁴ kuo⁴", + "bopomofo" : "ㄘㄨㄛˋ ㄍㄨㄛˋ", + "romatzyh" : "tsuoh guoh" }, + "meanings" : [ "to miss (train, opportunity etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "错觉", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 13279, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "錯覺", + "transcriptions" : { "pinyin" : "cuò jué", + "numeric" : "cuo4 jue2", + "wadegiles" : "ts'o⁴ chüeh²", + "bopomofo" : "ㄘㄨㄛˋ ㄐㄩㄝˊ", + "romatzyh" : "tsuoh jyue" }, + "meanings" : [ "misconception", + "illusion", + "misperception" ], + "classifiers" : [] } ] }, + { "simplified" : "错位", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 19619, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "錯位", + "transcriptions" : { "pinyin" : "cuò wèi", + "numeric" : "cuo4 wei4", + "wadegiles" : "ts'o⁴ wei⁴", + "bopomofo" : "ㄘㄨㄛˋ ㄨㄟˋ", + "romatzyh" : "tsuoh wey" }, + "meanings" : [ "to be wrongly positioned; to be dislocated; to be misplaced", + "(medicine) to be in malposition", + "(fig.) erroneous; eccentric" ], + "classifiers" : [] } ] }, + { "simplified" : "错误", + "radical" : "钅", + "level" : [ "new-3", "old-5" ], + "frequency" : 1305, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "錯誤", + "transcriptions" : { "pinyin" : "cuò wù", + "numeric" : "cuo4 wu4", + "wadegiles" : "ts'o⁴ wu⁴", + "bopomofo" : "ㄘㄨㄛˋ ㄨˋ", + "romatzyh" : "tsuoh wuh" }, + "meanings" : [ "mistaken; false; wrong", + "error; mistake" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "错综复杂", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 23747, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "錯綜複雜", + "transcriptions" : { "pinyin" : "cuò zōng fù zá", + "numeric" : "cuo4 zong1 fu4 za2", + "wadegiles" : "ts'o⁴ tsung¹ fu⁴ tsa²", + "bopomofo" : "ㄘㄨㄛˋ ㄗㄨㄥ ㄈㄨˋ ㄗㄚˊ", + "romatzyh" : "tsuoh tzong fuh tzar" }, + "meanings" : [ "tangled and complicated (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "搭", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 2220, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搭", + "transcriptions" : { "pinyin" : "dā", + "numeric" : "da1", + "wadegiles" : "ta¹", + "bopomofo" : "ㄉㄚ", + "romatzyh" : "da" }, + "meanings" : [ "to put up", + "to build (scaffolding)", + "to hang (clothes on a pole)", + "to connect", + "to join", + "to arrange in pairs", + "to match", + "to add", + "to throw in (resources)", + "to take (boat, train)", + "variant of 褡" ], + "classifiers" : [] } ] }, + { "simplified" : "搭乘", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12146, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搭乘", + "transcriptions" : { "pinyin" : "dā chéng", + "numeric" : "da1 cheng2", + "wadegiles" : "ta¹ ch'eng²", + "bopomofo" : "ㄉㄚ ㄔㄥˊ", + "romatzyh" : "da cherng" }, + "meanings" : [ "to ride as a passenger", + "to travel by (car, plane etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "搭档", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 5237, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "搭檔", + "transcriptions" : { "pinyin" : "dā dàng", + "numeric" : "da1 dang4", + "wadegiles" : "ta¹ tang⁴", + "bopomofo" : "ㄉㄚ ㄉㄤˋ", + "romatzyh" : "da danq" }, + "meanings" : [ "to cooperate", "partner" ], + "classifiers" : [] } ] }, + { "simplified" : "搭建", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16849, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搭建", + "transcriptions" : { "pinyin" : "dā jiàn", + "numeric" : "da1 jian4", + "wadegiles" : "ta¹ chien⁴", + "bopomofo" : "ㄉㄚ ㄐㄧㄢˋ", + "romatzyh" : "da jiann" }, + "meanings" : [ "to build (esp. with simple materials)", + "to knock together (a temporary shed)", + "to rig up" ], + "classifiers" : [] } ] }, + { "simplified" : "搭配", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 4952, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搭配", + "transcriptions" : { "pinyin" : "dā pèi", + "numeric" : "da1 pei4", + "wadegiles" : "ta¹ p'ei⁴", + "bopomofo" : "ㄉㄚ ㄆㄟˋ", + "romatzyh" : "da pey" }, + "meanings" : [ "to pair up", + "to match", + "to arrange in pairs", + "to add sth into a group" ], + "classifiers" : [] } ] }, + { "simplified" : "达标", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 17413, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "達標", + "transcriptions" : { "pinyin" : "dá biāo", + "numeric" : "da2 biao1", + "wadegiles" : "ta² piao¹", + "bopomofo" : "ㄉㄚˊ ㄅㄧㄠ", + "romatzyh" : "dar biau" }, + "meanings" : [ "to reach a set standard" ], + "classifiers" : [] } ] }, + { "simplified" : "达成", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 2644, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "達成", + "transcriptions" : { "pinyin" : "dá chéng", + "numeric" : "da2 cheng2", + "wadegiles" : "ta² ch'eng²", + "bopomofo" : "ㄉㄚˊ ㄔㄥˊ", + "romatzyh" : "dar cherng" }, + "meanings" : [ "to reach (an agreement)", + "to accomplish" ], + "classifiers" : [] } ] }, + { "simplified" : "达到", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 1234, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "達到", + "transcriptions" : { "pinyin" : "dá dào", + "numeric" : "da2 dao4", + "wadegiles" : "ta² tao⁴", + "bopomofo" : "ㄉㄚˊ ㄉㄠˋ", + "romatzyh" : "dar daw" }, + "meanings" : [ "to reach; to achieve; to attain" ], + "classifiers" : [] } ] }, + { "simplified" : "答", + "radical" : "⺮", + "level" : [ "new-5" ], + "frequency" : 2744, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "答", + "transcriptions" : { "pinyin" : "dā", + "numeric" : "da1", + "wadegiles" : "ta¹", + "bopomofo" : "ㄉㄚ", + "romatzyh" : "da" }, + "meanings" : [ "bound form having the same meaning as the free word 答, used in 答应, 理 etc" ], + "classifiers" : [] }, + { "traditional" : "答", + "transcriptions" : { "pinyin" : "dá", + "numeric" : "da2", + "wadegiles" : "ta²", + "bopomofo" : "ㄉㄚˊ", + "romatzyh" : "dar" }, + "meanings" : [ "to answer", + "to reply", + "to respond" ], + "classifiers" : [] } ] }, + { "simplified" : "答案", + "radical" : "⺮", + "level" : [ "new-4", "old-4" ], + "frequency" : 1912, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "答案", + "transcriptions" : { "pinyin" : "dá àn", + "numeric" : "da2 an4", + "wadegiles" : "ta² an⁴", + "bopomofo" : "ㄉㄚˊ ㄢˋ", + "romatzyh" : "dar ann" }, + "meanings" : [ "answer", "solution" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "答辩", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20688, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "答辯", + "transcriptions" : { "pinyin" : "dá biàn", + "numeric" : "da2 bian4", + "wadegiles" : "ta² pien⁴", + "bopomofo" : "ㄉㄚˊ ㄅㄧㄢˋ", + "romatzyh" : "dar biann" }, + "meanings" : [ "to reply (to an accusation)", + "to defend one's dissertation" ], + "classifiers" : [] } ] }, + { "simplified" : "答复", + "radical" : "⺮", + "level" : [ "new-5", "old-6" ], + "frequency" : 6463, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "答復", + "transcriptions" : { "pinyin" : "dá fù", + "numeric" : "da2 fu4", + "wadegiles" : "ta² fu⁴", + "bopomofo" : "ㄉㄚˊ ㄈㄨˋ", + "romatzyh" : "dar fuh" }, + "meanings" : [ "variant of 答复" ], + "classifiers" : [] }, + { "traditional" : "答覆", + "transcriptions" : { "pinyin" : "dá fù", + "numeric" : "da2 fu4", + "wadegiles" : "ta² fu⁴", + "bopomofo" : "ㄉㄚˊ ㄈㄨˋ", + "romatzyh" : "dar fuh" }, + "meanings" : [ "to answer", + "to reply", + "Reply to: (in email header)" ], + "classifiers" : [] } ] }, + { "simplified" : "答应", + "radical" : "⺮", + "level" : [ "new-2", "old-5" ], + "frequency" : 2130, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "答應", + "transcriptions" : { "pinyin" : "dā ying", + "numeric" : "da1 ying5", + "wadegiles" : "ta¹ ying", + "bopomofo" : "ㄉㄚ ying", + "romatzyh" : "da ying" }, + "meanings" : [ "to answer; to respond", + "to answer positively; to agree; to accept; to promise" ], + "classifiers" : [] } ] }, + { "simplified" : "打", + "radical" : "扌", + "level" : [ "new-1" ], + "frequency" : 153, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打", + "transcriptions" : { "pinyin" : "dá", + "numeric" : "da2", + "wadegiles" : "ta²", + "bopomofo" : "ㄉㄚˊ", + "romatzyh" : "dar" }, + "meanings" : [ "dozen (loanword)" ], + "classifiers" : [] }, + { "traditional" : "打", + "transcriptions" : { "pinyin" : "dǎ", + "numeric" : "da3", + "wadegiles" : "ta³", + "bopomofo" : "ㄉㄚˇ", + "romatzyh" : "daa" }, + "meanings" : [ "to beat", + "to strike", + "to hit", + "to break", + "to type", + "to mix up", + "to build", + "to fight", + "to fetch", + "to make", + "to tie up", + "to issue", + "to shoot", + "to calculate", + "to play (a game)", + "since", + "from" ], + "classifiers" : [] } ] }, + { "simplified" : "打败", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 5317, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打敗", + "transcriptions" : { "pinyin" : "dǎ bài", + "numeric" : "da3 bai4", + "wadegiles" : "ta³ pai⁴", + "bopomofo" : "ㄉㄚˇ ㄅㄞˋ", + "romatzyh" : "daa bay" }, + "meanings" : [ "to defeat", + "to overpower", + "to beat", + "to be defeated" ], + "classifiers" : [] } ] }, + { "simplified" : "打扮", + "radical" : "扌", + "level" : [ "new-5", "old-4" ], + "frequency" : 4394, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "打扮", + "transcriptions" : { "pinyin" : "dǎ ban", + "numeric" : "da3 ban5", + "wadegiles" : "ta³ ban", + "bopomofo" : "ㄉㄚˇ ban", + "romatzyh" : "daa ban" }, + "meanings" : [ "to decorate", + "to dress", + "to make up", + "to adorn", + "manner of dressing", + "style of dress" ], + "classifiers" : [] } ] }, + { "simplified" : "打包", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 7509, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打包", + "transcriptions" : { "pinyin" : "dǎ bāo", + "numeric" : "da3 bao1", + "wadegiles" : "ta³ pao¹", + "bopomofo" : "ㄉㄚˇ ㄅㄠ", + "romatzyh" : "daa bau" }, + "meanings" : [ "to wrap; to pack", + "to put leftovers in a doggy bag for take-out", + "(computing) to package (i.e. create an archive file)" ], + "classifiers" : [] } ] }, + { "simplified" : "打岔", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 39851, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打岔", + "transcriptions" : { "pinyin" : "dǎ chà", + "numeric" : "da3 cha4", + "wadegiles" : "ta³ ch'a⁴", + "bopomofo" : "ㄉㄚˇ ㄔㄚˋ", + "romatzyh" : "daa chah" }, + "meanings" : [ "interruption", + "to interrupt (esp. talk)", + "to change the subject" ], + "classifiers" : [] } ] }, + { "simplified" : "打车", + "radical" : "扌", + "level" : [ "new-1" ], + "frequency" : 15698, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打車", + "transcriptions" : { "pinyin" : "dǎ chē", + "numeric" : "da3 che1", + "wadegiles" : "ta³ ch'e¹", + "bopomofo" : "ㄉㄚˇ ㄔㄜ", + "romatzyh" : "daa che" }, + "meanings" : [ "to take a taxi (in town)", + "to hitch a lift" ], + "classifiers" : [] } ] }, + { "simplified" : "打倒", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 7962, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打倒", + "transcriptions" : { "pinyin" : "dǎ dǎo", + "numeric" : "da3 dao3", + "wadegiles" : "ta³ tao³", + "bopomofo" : "ㄉㄚˇ ㄉㄠˇ", + "romatzyh" : "daa dao" }, + "meanings" : [ "to overthrow", + "to knock down", + "Down with ... !" ], + "classifiers" : [] } ] }, + { "simplified" : "打电话", + "radical" : "扌", + "level" : [ "new-1", "old-1" ], + "frequency" : 1218, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打電話", + "transcriptions" : { "pinyin" : "dǎ diàn huà", + "numeric" : "da3 dian4 hua4", + "wadegiles" : "ta³ tien⁴ hua⁴", + "bopomofo" : "ㄉㄚˇ ㄉㄧㄢˋ ㄏㄨㄚˋ", + "romatzyh" : "daa diann huah" }, + "meanings" : [ "to make a telephone call" ], + "classifiers" : [] } ] }, + { "simplified" : "打动", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 6556, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打動", + "transcriptions" : { "pinyin" : "dǎ dòng", + "numeric" : "da3 dong4", + "wadegiles" : "ta³ tung⁴", + "bopomofo" : "ㄉㄚˇ ㄉㄨㄥˋ", + "romatzyh" : "daa donq" }, + "meanings" : [ "to move (to pity)", + "arousing (sympathy)", + "touching" ], + "classifiers" : [] } ] }, + { "simplified" : "打断", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 6207, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打斷", + "transcriptions" : { "pinyin" : "dǎ duàn", + "numeric" : "da3 duan4", + "wadegiles" : "ta³ tuan⁴", + "bopomofo" : "ㄉㄚˇ ㄉㄨㄢˋ", + "romatzyh" : "daa duann" }, + "meanings" : [ "to interrupt", + "to break off", + "to break (a bone)" ], + "classifiers" : [] } ] }, + { "simplified" : "打盹儿", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "打盹兒", + "transcriptions" : { "pinyin" : "dǎ dǔn r", + "numeric" : "da3 dun3 r5", + "wadegiles" : "ta³ tun³ r", + "bopomofo" : "ㄉㄚˇ ㄉㄨㄣˇ r", + "romatzyh" : "daa doen r" }, + "meanings" : [ "erhua variant of 盹" ], + "classifiers" : [] } ] }, + { "simplified" : "打发", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 9551, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打發", + "transcriptions" : { "pinyin" : "dǎ fa", + "numeric" : "da3 fa5", + "wadegiles" : "ta³ fa", + "bopomofo" : "ㄉㄚˇ fa", + "romatzyh" : "daa fa" }, + "meanings" : [ "to dispatch sb to do sth", + "to make sb leave", + "to pass (the time)", + "(old) to make arrangements", + "(old) to bestow (alms etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "打工", + "radical" : "扌", + "level" : [ "new-2", "old-5" ], + "frequency" : 4894, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打工", + "transcriptions" : { "pinyin" : "dǎ gōng", + "numeric" : "da3 gong1", + "wadegiles" : "ta³ kung¹", + "bopomofo" : "ㄉㄚˇ ㄍㄨㄥ", + "romatzyh" : "daa gong" }, + "meanings" : [ "to work a temporary or casual job", + "(of students) to have a job outside of class time, or during vacation" ], + "classifiers" : [] } ] }, + { "simplified" : "打官司", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 14110, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打官司", + "transcriptions" : { "pinyin" : "dǎ guān si", + "numeric" : "da3 guan1 si5", + "wadegiles" : "ta³ kuan¹ si", + "bopomofo" : "ㄉㄚˇ ㄍㄨㄢ si", + "romatzyh" : "daa guan si" }, + "meanings" : [ "to file a lawsuit", + "to sue", + "to dispute" ], + "classifiers" : [] } ] }, + { "simplified" : "打击", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 2059, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打擊", + "transcriptions" : { "pinyin" : "dǎ jī", + "numeric" : "da3 ji1", + "wadegiles" : "ta³ chi¹", + "bopomofo" : "ㄉㄚˇ ㄐㄧ", + "romatzyh" : "daa ji" }, + "meanings" : [ "to hit", + "to strike", + "to attack", + "to crack down on sth", + "blow", + "(psychological) shock", + "percussion (music)" ], + "classifiers" : [] } ] }, + { "simplified" : "打架", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 5413, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打架", + "transcriptions" : { "pinyin" : "dǎ jià", + "numeric" : "da3 jia4", + "wadegiles" : "ta³ chia⁴", + "bopomofo" : "ㄉㄚˇ ㄐㄧㄚˋ", + "romatzyh" : "daa jiah" }, + "meanings" : [ "to fight", + "to scuffle", + "to come to blows" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "打交道", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8359, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打交道", + "transcriptions" : { "pinyin" : "dǎ jiāo dào", + "numeric" : "da3 jiao1 dao4", + "wadegiles" : "ta³ chiao¹ tao⁴", + "bopomofo" : "ㄉㄚˇ ㄐㄧㄠ ㄉㄠˋ", + "romatzyh" : "daa jiau daw" }, + "meanings" : [ "to come into contact with", + "to have dealings" ], + "classifiers" : [] } ] }, + { "simplified" : "打搅", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 21755, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打攪", + "transcriptions" : { "pinyin" : "dǎ jiǎo", + "numeric" : "da3 jiao3", + "wadegiles" : "ta³ chiao³", + "bopomofo" : "ㄉㄚˇ ㄐㄧㄠˇ", + "romatzyh" : "daa jeau" }, + "meanings" : [ "to disturb; to trouble; to bother" ], + "classifiers" : [] } ] }, + { "simplified" : "打开", + "radical" : "扌", + "level" : [ "new-1" ], + "frequency" : 1199, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打開", + "transcriptions" : { "pinyin" : "dǎ kāi", + "numeric" : "da3 kai1", + "wadegiles" : "ta³ k'ai¹", + "bopomofo" : "ㄉㄚˇ ㄎㄞ", + "romatzyh" : "daa kai" }, + "meanings" : [ "to open", + "to show (a ticket)", + "to turn on", + "to switch on" ], + "classifiers" : [] } ] }, + { "simplified" : "打篮球", + "radical" : "扌", + "level" : [ "old-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "打籃球", + "transcriptions" : { "pinyin" : "dǎ lán qiú", + "numeric" : "da3 lan2 qiu2", + "wadegiles" : "ta³ lan² ch'iu²", + "bopomofo" : "ㄉㄚˇ ㄌㄢˊ ㄑㄧㄡˊ", + "romatzyh" : "daa lan chyou" }, + "meanings" : [ "to play basketball" ], + "classifiers" : [] } ] }, + { "simplified" : "打捞", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14646, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打撈", + "transcriptions" : { "pinyin" : "dǎ lāo", + "numeric" : "da3 lao1", + "wadegiles" : "ta³ lao¹", + "bopomofo" : "ㄉㄚˇ ㄌㄠ", + "romatzyh" : "daa lhau" }, + "meanings" : [ "to salvage", + "to dredge", + "to fish out (person or object from the sea)" ], + "classifiers" : [] } ] }, + { "simplified" : "打雷", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 28360, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打雷", + "transcriptions" : { "pinyin" : "dǎ léi", + "numeric" : "da3 lei2", + "wadegiles" : "ta³ lei²", + "bopomofo" : "ㄉㄚˇ ㄌㄟˊ", + "romatzyh" : "daa lei" }, + "meanings" : [ "to rumble with thunder", + "clap of thunder" ], + "classifiers" : [] } ] }, + { "simplified" : "打量", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13398, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打量", + "transcriptions" : { "pinyin" : "dǎ liang", + "numeric" : "da3 liang5", + "wadegiles" : "ta³ liang", + "bopomofo" : "ㄉㄚˇ liang", + "romatzyh" : "daa liang" }, + "meanings" : [ "to size sb up", + "to look sb up and down", + "to take the measure of", + "to suppose", + "to reckon" ], + "classifiers" : [] } ] }, + { "simplified" : "打猎", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16343, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打獵", + "transcriptions" : { "pinyin" : "dǎ liè", + "numeric" : "da3 lie4", + "wadegiles" : "ta³ lieh⁴", + "bopomofo" : "ㄉㄚˇ ㄌㄧㄝˋ", + "romatzyh" : "daa lieh" }, + "meanings" : [ "to go hunting" ], + "classifiers" : [] } ] }, + { "simplified" : "打磨", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 21236, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打磨", + "transcriptions" : { "pinyin" : "dǎ mó", + "numeric" : "da3 mo2", + "wadegiles" : "ta³ mo²", + "bopomofo" : "ㄉㄚˇ ㄇㄛˊ", + "romatzyh" : "daa mo" }, + "meanings" : [ "to polish; to burnish; to shine" ], + "classifiers" : [] } ] }, + { "simplified" : "打牌", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 11254, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打牌", + "transcriptions" : { "pinyin" : "dǎ pái", + "numeric" : "da3 pai2", + "wadegiles" : "ta³ p'ai²", + "bopomofo" : "ㄉㄚˇ ㄆㄞˊ", + "romatzyh" : "daa pair" }, + "meanings" : [ "to play mahjong or cards" ], + "classifiers" : [] } ] }, + { "simplified" : "打喷嚏", + "radical" : "扌", + "level" : [ "old-5" ], + "frequency" : 19233, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打噴嚏", + "transcriptions" : { "pinyin" : "dǎ pēn tì", + "numeric" : "da3 pen1 ti4", + "wadegiles" : "ta³ p'en¹ t'i⁴", + "bopomofo" : "ㄉㄚˇ ㄆㄣ ㄊㄧˋ", + "romatzyh" : "daa pen tih" }, + "meanings" : [ "to sneeze" ], + "classifiers" : [] } ] }, + { "simplified" : "打破", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 3158, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打破", + "transcriptions" : { "pinyin" : "dǎ pò", + "numeric" : "da3 po4", + "wadegiles" : "ta³ p'o⁴", + "bopomofo" : "ㄉㄚˇ ㄆㄛˋ", + "romatzyh" : "daa poh" }, + "meanings" : [ "to break; to smash" ], + "classifiers" : [] } ] }, + { "simplified" : "打球", + "radical" : "扌", + "level" : [ "new-1" ], + "frequency" : 5476, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打球", + "transcriptions" : { "pinyin" : "dǎ qiú", + "numeric" : "da3 qiu2", + "wadegiles" : "ta³ ch'iu²", + "bopomofo" : "ㄉㄚˇ ㄑㄧㄡˊ", + "romatzyh" : "daa chyou" }, + "meanings" : [ "to play ball", + "to play with a ball" ], + "classifiers" : [] } ] }, + { "simplified" : "打扰", + "radical" : "扌", + "level" : [ "new-5", "old-4" ], + "frequency" : 4800, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打擾", + "transcriptions" : { "pinyin" : "dǎ rǎo", + "numeric" : "da3 rao3", + "wadegiles" : "ta³ jao³", + "bopomofo" : "ㄉㄚˇ ㄖㄠˇ", + "romatzyh" : "daa rao" }, + "meanings" : [ "to disturb", + "to bother", + "to trouble" ], + "classifiers" : [] } ] }, + { "simplified" : "打扫", + "radical" : "扌", + "level" : [ "new-4", "old-3" ], + "frequency" : 6258, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打掃", + "transcriptions" : { "pinyin" : "dǎ sǎo", + "numeric" : "da3 sao3", + "wadegiles" : "ta³ sao³", + "bopomofo" : "ㄉㄚˇ ㄙㄠˇ", + "romatzyh" : "daa sao" }, + "meanings" : [ "to clean", "to sweep" ], + "classifiers" : [] } ] }, + { "simplified" : "打算", + "radical" : "扌", + "level" : [ "new-2", "old-3" ], + "frequency" : 1374, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "打算", + "transcriptions" : { "pinyin" : "dǎ suàn", + "numeric" : "da3 suan4", + "wadegiles" : "ta³ suan⁴", + "bopomofo" : "ㄉㄚˇ ㄙㄨㄢˋ", + "romatzyh" : "daa suann" }, + "meanings" : [ "to plan", + "to intend", + "to calculate", + "plan", + "intention", + "calculation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "打听", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 7507, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打聽", + "transcriptions" : { "pinyin" : "dǎ ting", + "numeric" : "da3 ting5", + "wadegiles" : "ta³ ting", + "bopomofo" : "ㄉㄚˇ ting", + "romatzyh" : "daa ting" }, + "meanings" : [ "to ask about", + "to make some inquiries", + "to ask around" ], + "classifiers" : [] } ] }, + { "simplified" : "打通", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12313, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打通", + "transcriptions" : { "pinyin" : "dǎ tōng", + "numeric" : "da3 tong1", + "wadegiles" : "ta³ t'ung¹", + "bopomofo" : "ㄉㄚˇ ㄊㄨㄥ", + "romatzyh" : "daa tong" }, + "meanings" : [ "to open access", + "to establish contact", + "to remove a block", + "to put through (a phone connection)" ], + "classifiers" : [] } ] }, + { "simplified" : "打印", + "radical" : "扌", + "level" : [ "new-2", "old-4" ], + "frequency" : 8233, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打印", + "transcriptions" : { "pinyin" : "dǎ yìn", + "numeric" : "da3 yin4", + "wadegiles" : "ta³ yin⁴", + "bopomofo" : "ㄉㄚˇ ㄧㄣˋ", + "romatzyh" : "daa yinn" }, + "meanings" : [ "to affix a seal", + "to stamp", + "to print out (with a printer)" ], + "classifiers" : [] } ] }, + { "simplified" : "打印机", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 15370, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "打印機", + "transcriptions" : { "pinyin" : "dǎ yìn jī", + "numeric" : "da3 yin4 ji1", + "wadegiles" : "ta³ yin⁴ chi¹", + "bopomofo" : "ㄉㄚˇ ㄧㄣˋ ㄐㄧ", + "romatzyh" : "daa yinn ji" }, + "meanings" : [ "printer" ], + "classifiers" : [] } ] }, + { "simplified" : "打造", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 5421, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打造", + "transcriptions" : { "pinyin" : "dǎ zào", + "numeric" : "da3 zao4", + "wadegiles" : "ta³ tsao⁴", + "bopomofo" : "ㄉㄚˇ ㄗㄠˋ", + "romatzyh" : "daa tzaw" }, + "meanings" : [ "to create", + "to build", + "to develop", + "to forge (of metal)" ], + "classifiers" : [] } ] }, + { "simplified" : "打仗", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8288, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打仗", + "transcriptions" : { "pinyin" : "dǎ zhàng", + "numeric" : "da3 zhang4", + "wadegiles" : "ta³ chang⁴", + "bopomofo" : "ㄉㄚˇ ㄓㄤˋ", + "romatzyh" : "daa janq" }, + "meanings" : [ "to fight a battle", + "to go to war" ], + "classifiers" : [] } ] }, + { "simplified" : "打招呼", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7931, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打招呼", + "transcriptions" : { "pinyin" : "dǎ zhāo hu", + "numeric" : "da3 zhao1 hu5", + "wadegiles" : "ta³ chao¹ hu", + "bopomofo" : "ㄉㄚˇ ㄓㄠ hu", + "romatzyh" : "daa jau hu" }, + "meanings" : [ "to greet sb by word or action", + "to give prior notice" ], + "classifiers" : [] } ] }, + { "simplified" : "打折", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 10290, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "打折", + "transcriptions" : { "pinyin" : "dǎ zhé", + "numeric" : "da3 zhe2", + "wadegiles" : "ta³ che²", + "bopomofo" : "ㄉㄚˇ ㄓㄜˊ", + "romatzyh" : "daa jer" }, + "meanings" : [ "to give a discount" ], + "classifiers" : [] } ] }, + { "simplified" : "打针", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 13196, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "打針", + "transcriptions" : { "pinyin" : "dǎ zhēn", + "numeric" : "da3 zhen1", + "wadegiles" : "ta³ chen¹", + "bopomofo" : "ㄉㄚˇ ㄓㄣ", + "romatzyh" : "daa jen" }, + "meanings" : [ "to give or have an injection" ], + "classifiers" : [] } ] }, + { "simplified" : "大", + "radical" : "大", + "level" : [ "new-1", "old-1" ], + "frequency" : 66, + "pos" : [ "a", "d", "n", "g" ], + "forms" : [ { "traditional" : "大", + "transcriptions" : { "pinyin" : "dà", + "numeric" : "da4", + "wadegiles" : "ta⁴", + "bopomofo" : "ㄉㄚˋ", + "romatzyh" : "dah" }, + "meanings" : [ "big; large; great", + "older (than another person)", + "eldest (as in 姐)", + "greatly; freely; fully", + "(dialect) father", + "(dialect) uncle (father's brother)" ], + "classifiers" : [] }, + { "traditional" : "大", + "transcriptions" : { "pinyin" : "dài", + "numeric" : "dai4", + "wadegiles" : "tai⁴", + "bopomofo" : "ㄉㄞˋ", + "romatzyh" : "day" }, + "meanings" : [ "see 夫" ], + "classifiers" : [] } ] }, + { "simplified" : "大巴", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 11932, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大巴", + "transcriptions" : { "pinyin" : "dà bā", + "numeric" : "da4 ba1", + "wadegiles" : "ta⁴ pa¹", + "bopomofo" : "ㄉㄚˋ ㄅㄚ", + "romatzyh" : "dah ba" }, + "meanings" : [ "(coll.) large bus", + "coach", + "(abbr. for 大型巴士)" ], + "classifiers" : [] } ] }, + { "simplified" : "大包大揽", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 57488, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "大包大攬", + "transcriptions" : { "pinyin" : "dà bāo dà lǎn", + "numeric" : "da4 bao1 da4 lan3", + "wadegiles" : "ta⁴ pao¹ ta⁴ lan³", + "bopomofo" : "ㄉㄚˋ ㄅㄠ ㄉㄚˋ ㄌㄢˇ", + "romatzyh" : "dah bau dah laan" }, + "meanings" : [ "to take complete charge (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "大笔", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 14672, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大筆", + "transcriptions" : { "pinyin" : "dàbǐ", + "numeric" : "dàbǐ", + "wadegiles" : "dàbǐ", + "bopomofo" : "dàbǐ", + "romatzyh" : "dàbǐ" }, + "meanings" : [ "Large" ], + "classifiers" : [] } ] }, + { "simplified" : "大不了", + "radical" : "大", + "level" : [ "old-6" ], + "frequency" : 8135, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "大不了", + "transcriptions" : { "pinyin" : "dà bù liǎo", + "numeric" : "da4 bu4 liao3", + "wadegiles" : "ta⁴ pu⁴ liao³", + "bopomofo" : "ㄉㄚˋ ㄅㄨˋ ㄌㄧㄠˇ", + "romatzyh" : "dah buh leau" }, + "meanings" : [ "at worst; if worst comes to worst", + "(usu. in the negative) serious; alarming" ], + "classifiers" : [] } ] }, + { "simplified" : "大部分", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 1854, + "pos" : [ "m", "n" ], + "forms" : [ { "traditional" : "大部分", + "transcriptions" : { "pinyin" : "dà bù fen", + "numeric" : "da4 bu4 fen5", + "wadegiles" : "ta⁴ pu⁴ fen", + "bopomofo" : "ㄉㄚˋ ㄅㄨˋ fen", + "romatzyh" : "dah buh fen" }, + "meanings" : [ "in large part", + "the greater part", + "the majority" ], + "classifiers" : [] } ] }, + { "simplified" : "大臣", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8426, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大臣", + "transcriptions" : { "pinyin" : "dà chén", + "numeric" : "da4 chen2", + "wadegiles" : "ta⁴ ch'en²", + "bopomofo" : "ㄉㄚˋ ㄔㄣˊ", + "romatzyh" : "dah chern" }, + "meanings" : [ "chancellor (of a monarchy)", + "cabinet minister" ], + "classifiers" : [] } ] }, + { "simplified" : "大吃一惊", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 9934, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "大吃一驚", + "transcriptions" : { "pinyin" : "dà chī yī jīng", + "numeric" : "da4 chi1 yi1 jing1", + "wadegiles" : "ta⁴ ch'ih¹ i¹ ching¹", + "bopomofo" : "ㄉㄚˋ ㄔ ㄧ ㄐㄧㄥ", + "romatzyh" : "dah chy i jing" }, + "meanings" : [ "to have a surprise (idiom); shocked or startled", + "gobsmacked" ], + "classifiers" : [] } ] }, + { "simplified" : "大大", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 3550, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "大大", + "transcriptions" : { "pinyin" : "dà dà", + "numeric" : "da4 da4", + "wadegiles" : "ta⁴ ta⁴", + "bopomofo" : "ㄉㄚˋ ㄉㄚˋ", + "romatzyh" : "dah dah" }, + "meanings" : [ "greatly", + "enormously", + "(dialect) dad", + "uncle" ], + "classifiers" : [] } ] }, + { "simplified" : "大大咧咧", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 36835, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "大大咧咧", + "transcriptions" : { "pinyin" : "dà dà liē liē", + "numeric" : "da4 da4 lie1 lie1", + "wadegiles" : "ta⁴ ta⁴ lieh¹ lieh¹", + "bopomofo" : "ㄉㄚˋ ㄉㄚˋ ㄌㄧㄝ ㄌㄧㄝ", + "romatzyh" : "dah dah lhie lhie" }, + "meanings" : [ "carefree; offhand; casual" ], + "classifiers" : [] } ] }, + { "simplified" : "大胆", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 4565, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "大膽", + "transcriptions" : { "pinyin" : "dà dǎn", + "numeric" : "da4 dan3", + "wadegiles" : "ta⁴ tan³", + "bopomofo" : "ㄉㄚˋ ㄉㄢˇ", + "romatzyh" : "dah daan" }, + "meanings" : [ "brazen", + "audacious", + "outrageous", + "bold", + "daring", + "fearless" ], + "classifiers" : [] } ] }, + { "simplified" : "大道", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 3934, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大道", + "transcriptions" : { "pinyin" : "dà dào", + "numeric" : "da4 dao4", + "wadegiles" : "ta⁴ tao⁴", + "bopomofo" : "ㄉㄚˋ ㄉㄠˋ", + "romatzyh" : "dah daw" }, + "meanings" : [ "main street", "avenue" ], + "classifiers" : [] } ] }, + { "simplified" : "大地", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 6183, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大地", + "transcriptions" : { "pinyin" : "dà dì", + "numeric" : "da4 di4", + "wadegiles" : "ta⁴ ti⁴", + "bopomofo" : "ㄉㄚˋ ㄉㄧˋ", + "romatzyh" : "dah dih" }, + "meanings" : [ "earth", "mother earth" ], + "classifiers" : [] } ] }, + { "simplified" : "大都", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 11743, + "pos" : [ "ns" ], + "forms" : [ { "traditional" : "大都", + "transcriptions" : { "pinyin" : "Dà dū", + "numeric" : "Da4 du1", + "wadegiles" : "ta⁴ tu¹", + "bopomofo" : "ㄉㄚˋ ㄉㄨ", + "romatzyh" : "dah du" }, + "meanings" : [ "Dadu, capital of China during the Yuan Dynasty (1280-1368), modern day Beijing" ], + "classifiers" : [] }, + { "traditional" : "大都", + "transcriptions" : { "pinyin" : "dà dōu", + "numeric" : "da4 dou1", + "wadegiles" : "ta⁴ tou¹", + "bopomofo" : "ㄉㄚˋ ㄉㄡ", + "romatzyh" : "dah dou" }, + "meanings" : [ "for the most part", + "on the whole", + "also pr. [dà dū]" ], + "classifiers" : [] }, + { "traditional" : "大都", + "transcriptions" : { "pinyin" : "dà dū", + "numeric" : "da4 du1", + "wadegiles" : "ta⁴ tu¹", + "bopomofo" : "ㄉㄚˋ ㄉㄨ", + "romatzyh" : "dah du" }, + "meanings" : [ "for the most part", + "on the whole", + "metropolitan" ], + "classifiers" : [] } ] }, + { "simplified" : "大队", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 9520, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大隊", + "transcriptions" : { "pinyin" : "dà duì", + "numeric" : "da4 dui4", + "wadegiles" : "ta⁴ tui⁴", + "bopomofo" : "ㄉㄚˋ ㄉㄨㄟˋ", + "romatzyh" : "dah duey" }, + "meanings" : [ "group", + "a large body of", + "production brigade", + "military group" ], + "classifiers" : [] } ] }, + { "simplified" : "大多", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 5520, + "pos" : [ "d", "m" ], + "forms" : [ { "traditional" : "大多", + "transcriptions" : { "pinyin" : "dà duō", + "numeric" : "da4 duo1", + "wadegiles" : "ta⁴ to¹", + "bopomofo" : "ㄉㄚˋ ㄉㄨㄛ", + "romatzyh" : "dah duo" }, + "meanings" : [ "for the most part", + "many", + "most", + "the greater part", + "mostly" ], + "classifiers" : [] } ] }, + { "simplified" : "大多数", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 2065, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "大多數", + "transcriptions" : { "pinyin" : "dà duō shù", + "numeric" : "da4 duo1 shu4", + "wadegiles" : "ta⁴ to¹ shu⁴", + "bopomofo" : "ㄉㄚˋ ㄉㄨㄛ ㄕㄨˋ", + "romatzyh" : "dah duo shuh" }, + "meanings" : [ "(great) majority" ], + "classifiers" : [] } ] }, + { "simplified" : "大方", + "radical" : "大", + "level" : [ "new-4", "old-5" ], + "frequency" : 7757, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "大方", + "transcriptions" : { "pinyin" : "dà fāng", + "numeric" : "da4 fang1", + "wadegiles" : "ta⁴ fang¹", + "bopomofo" : "ㄉㄚˋ ㄈㄤ", + "romatzyh" : "dah fang" }, + "meanings" : [ "expert", + "scholar", + "mother earth", + "a type of green tea" ], + "classifiers" : [] }, + { "traditional" : "大方", + "transcriptions" : { "pinyin" : "dà fang", + "numeric" : "da4 fang5", + "wadegiles" : "ta⁴ fang", + "bopomofo" : "ㄉㄚˋ fang", + "romatzyh" : "dah fang" }, + "meanings" : [ "generous", + "magnanimous", + "stylish", + "in good taste", + "easy-mannered", + "natural and relaxed" ], + "classifiers" : [] } ] }, + { "simplified" : "大幅度", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 17856, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "大幅度", + "transcriptions" : { "pinyin" : "dà fú dù", + "numeric" : "da4 fu2 du4", + "wadegiles" : "ta⁴ fu² tu⁴", + "bopomofo" : "ㄉㄚˋ ㄈㄨˊ ㄉㄨˋ", + "romatzyh" : "dah fwu duh" }, + "meanings" : [ "by a wide margin", "substantial" ], + "classifiers" : [] } ] }, + { "simplified" : "大夫", + "radical" : "大", + "level" : [ "new-3", "old-4" ], + "frequency" : 6248, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大夫", + "transcriptions" : { "pinyin" : "dà fū", + "numeric" : "da4 fu1", + "wadegiles" : "ta⁴ fu¹", + "bopomofo" : "ㄉㄚˋ ㄈㄨ", + "romatzyh" : "dah fu" }, + "meanings" : [ "senior official (in imperial China)" ], + "classifiers" : [] }, + { "traditional" : "大夫", + "transcriptions" : { "pinyin" : "dài fu", + "numeric" : "dai4 fu5", + "wadegiles" : "tai⁴ fu", + "bopomofo" : "ㄉㄞˋ fu", + "romatzyh" : "day fu" }, + "meanings" : [ "doctor", "physician" ], + "classifiers" : [] } ] }, + { "simplified" : "大概", + "radical" : "大", + "level" : [ "new-3", "old-4" ], + "frequency" : 1611, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "大概", + "transcriptions" : { "pinyin" : "dà gài", + "numeric" : "da4 gai4", + "wadegiles" : "ta⁴ kai⁴", + "bopomofo" : "ㄉㄚˋ ㄍㄞˋ", + "romatzyh" : "dah gay" }, + "meanings" : [ "roughly", + "probably", + "rough", + "approximate", + "about", + "general idea" ], + "classifiers" : [] } ] }, + { "simplified" : "大纲", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 18973, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大綱", + "transcriptions" : { "pinyin" : "dà gāng", + "numeric" : "da4 gang1", + "wadegiles" : "ta⁴ kang¹", + "bopomofo" : "ㄉㄚˋ ㄍㄤ", + "romatzyh" : "dah gang" }, + "meanings" : [ "synopsis", + "outline", + "program", + "leading principles" ], + "classifiers" : [] } ] }, + { "simplified" : "大哥", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 3646, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大哥", + "transcriptions" : { "pinyin" : "dà gē", + "numeric" : "da4 ge1", + "wadegiles" : "ta⁴ ko¹", + "bopomofo" : "ㄉㄚˋ ㄍㄜ", + "romatzyh" : "dah ge" }, + "meanings" : [ "eldest brother", + "big brother (polite address for a man of about the same age as oneself)", + "gang leader", + "boss" ], + "classifiers" : [] } ] }, + { "simplified" : "大公无私", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 48461, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "大公無私", + "transcriptions" : { "pinyin" : "dà gōng wú sī", + "numeric" : "da4 gong1 wu2 si1", + "wadegiles" : "ta⁴ kung¹ wu² ssu¹", + "bopomofo" : "ㄉㄚˋ ㄍㄨㄥ ㄨˊ ㄙ", + "romatzyh" : "dah gong wu sy" }, + "meanings" : [ "selfless", "impartial" ], + "classifiers" : [] } ] }, + { "simplified" : "大规模", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 5352, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "大規模", + "transcriptions" : { "pinyin" : "dà guī mó", + "numeric" : "da4 gui1 mo2", + "wadegiles" : "ta⁴ kuei¹ mo²", + "bopomofo" : "ㄉㄚˋ ㄍㄨㄟ ㄇㄛˊ", + "romatzyh" : "dah guei mo" }, + "meanings" : [ "large scale", + "extensive", + "wide scale", + "broad scale" ], + "classifiers" : [] } ] }, + { "simplified" : "大海", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 5490, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大海", + "transcriptions" : { "pinyin" : "dà hǎi", + "numeric" : "da4 hai3", + "wadegiles" : "ta⁴ hai³", + "bopomofo" : "ㄉㄚˋ ㄏㄞˇ", + "romatzyh" : "dah hae" }, + "meanings" : [ "sea", "ocean" ], + "classifiers" : [] } ] }, + { "simplified" : "大会", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 2435, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大會", + "transcriptions" : { "pinyin" : "dà huì", + "numeric" : "da4 hui4", + "wadegiles" : "ta⁴ hui⁴", + "bopomofo" : "ㄉㄚˋ ㄏㄨㄟˋ", + "romatzyh" : "dah huey" }, + "meanings" : [ "general assembly", + "general meeting", + "convention" ], + "classifiers" : [ "个", "届" ] } ] }, + { "simplified" : "大伙儿", + "radical" : "大", + "level" : [ "new-5", "old-6" ], + "frequency" : 14629, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "大伙兒", + "transcriptions" : { "pinyin" : "dà huǒ r", + "numeric" : "da4 huo3 r5", + "wadegiles" : "ta⁴ huo³ r", + "bopomofo" : "ㄉㄚˋ ㄏㄨㄛˇ r", + "romatzyh" : "dah huoo r" }, + "meanings" : [ "erhua variant of 伙" ], + "classifiers" : [] } ] }, + { "simplified" : "大家", + "radical" : "大", + "level" : [ "new-2", "old-2" ], + "frequency" : 189, + "pos" : [ "r", "n" ], + "forms" : [ { "traditional" : "大家", + "transcriptions" : { "pinyin" : "dà jiā", + "numeric" : "da4 jia1", + "wadegiles" : "ta⁴ chia¹", + "bopomofo" : "ㄉㄚˋ ㄐㄧㄚ", + "romatzyh" : "dah jia" }, + "meanings" : [ "everyone", + "influential family", + "great expert" ], + "classifiers" : [] } ] }, + { "simplified" : "大家庭", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 11562, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大家庭", + "transcriptions" : { "pinyin" : "dà jiā tíng", + "numeric" : "da4 jia1 ting2", + "wadegiles" : "ta⁴ chia¹ t'ing²", + "bopomofo" : "ㄉㄚˋ ㄐㄧㄚ ㄊㄧㄥˊ", + "romatzyh" : "dah jia tyng" }, + "meanings" : [ "extended family", + "big family", + "harmonious group" ], + "classifiers" : [] } ] }, + { "simplified" : "大奖赛", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 14623, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大獎賽", + "transcriptions" : { "pinyin" : "dà jiǎng sài", + "numeric" : "da4 jiang3 sai4", + "wadegiles" : "ta⁴ chiang³ sai⁴", + "bopomofo" : "ㄉㄚˋ ㄐㄧㄤˇ ㄙㄞˋ", + "romatzyh" : "dah jeang say" }, + "meanings" : [ "grand prix" ], + "classifiers" : [] } ] }, + { "simplified" : "大街", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 3654, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大街", + "transcriptions" : { "pinyin" : "dà jiē", + "numeric" : "da4 jie1", + "wadegiles" : "ta⁴ chieh¹", + "bopomofo" : "ㄉㄚˋ ㄐㄧㄝ", + "romatzyh" : "dah jie" }, + "meanings" : [ "street", "main street" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "大街小巷", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 21134, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "大街小巷", + "transcriptions" : { "pinyin" : "dà jiē xiǎo xiàng", + "numeric" : "da4 jie1 xiao3 xiang4", + "wadegiles" : "ta⁴ chieh¹ hsiao³ hsiang⁴", + "bopomofo" : "ㄉㄚˋ ㄐㄧㄝ ㄒㄧㄠˇ ㄒㄧㄤˋ", + "romatzyh" : "dah jie sheau shianq" }, + "meanings" : [ "great streets and small alleys (idiom); everywhere in the city" ], + "classifiers" : [] } ] }, + { "simplified" : "大姐", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 9404, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大姐", + "transcriptions" : { "pinyin" : "dà jiě", + "numeric" : "da4 jie3", + "wadegiles" : "ta⁴ chieh³", + "bopomofo" : "ㄉㄚˋ ㄐㄧㄝˇ", + "romatzyh" : "dah jiee" }, + "meanings" : [ "big sister", + "elder sister", + "older sister (also polite term of address for a girl or woman slightly older than the speaker)" ], + "classifiers" : [] } ] }, + { "simplified" : "大惊小怪", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 16657, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "大驚小怪", + "transcriptions" : { "pinyin" : "dà jīng xiǎo guài", + "numeric" : "da4 jing1 xiao3 guai4", + "wadegiles" : "ta⁴ ching¹ hsiao³ kuai⁴", + "bopomofo" : "ㄉㄚˋ ㄐㄧㄥ ㄒㄧㄠˇ ㄍㄨㄞˋ", + "romatzyh" : "dah jing sheau guay" }, + "meanings" : [ "to make a fuss about nothing (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "大局", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 8834, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大局", + "transcriptions" : { "pinyin" : "dà jú", + "numeric" : "da4 ju2", + "wadegiles" : "ta⁴ chü²", + "bopomofo" : "ㄉㄚˋ ㄐㄩˊ", + "romatzyh" : "dah jyu" }, + "meanings" : [ "overall situation", + "the big picture" ], + "classifiers" : [] } ] }, + { "simplified" : "大款", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 20068, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大款", + "transcriptions" : { "pinyin" : "dà kuǎn", + "numeric" : "da4 kuan3", + "wadegiles" : "ta⁴ k'uan³", + "bopomofo" : "ㄉㄚˋ ㄎㄨㄢˇ", + "romatzyh" : "dah koan" }, + "meanings" : [ "very wealthy person" ], + "classifiers" : [] } ] }, + { "simplified" : "大力", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 6036, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "大力", + "transcriptions" : { "pinyin" : "dà lì", + "numeric" : "da4 li4", + "wadegiles" : "ta⁴ li⁴", + "bopomofo" : "ㄉㄚˋ ㄌㄧˋ", + "romatzyh" : "dah lih" }, + "meanings" : [ "energetically", "vigorously" ], + "classifiers" : [] } ] }, + { "simplified" : "大量", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 1807, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "大量", + "transcriptions" : { "pinyin" : "dà liàng", + "numeric" : "da4 liang4", + "wadegiles" : "ta⁴ liang⁴", + "bopomofo" : "ㄉㄚˋ ㄌㄧㄤˋ", + "romatzyh" : "dah lianq" }, + "meanings" : [ "great amount", + "large quantity", + "bulk", + "numerous", + "generous", + "magnanimous" ], + "classifiers" : [] } ] }, + { "simplified" : "大楼", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 3844, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大樓", + "transcriptions" : { "pinyin" : "dà lóu", + "numeric" : "da4 lou2", + "wadegiles" : "ta⁴ lou²", + "bopomofo" : "ㄉㄚˋ ㄌㄡˊ", + "romatzyh" : "dah lou" }, + "meanings" : [ "building (a relatively large, multistory one)" ], + "classifiers" : [ "幢", "座" ] } ] }, + { "simplified" : "大陆", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 3855, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大陸", + "transcriptions" : { "pinyin" : "Dà lù", + "numeric" : "Da4 lu4", + "wadegiles" : "ta⁴ lu⁴", + "bopomofo" : "ㄉㄚˋ ㄌㄨˋ", + "romatzyh" : "dah luh" }, + "meanings" : [ "mainland China (reference to the PRC)" ], + "classifiers" : [] }, + { "traditional" : "大陸", + "transcriptions" : { "pinyin" : "dà lù", + "numeric" : "da4 lu4", + "wadegiles" : "ta⁴ lu⁴", + "bopomofo" : "ㄉㄚˋ ㄌㄨˋ", + "romatzyh" : "dah luh" }, + "meanings" : [ "continent; mainland" ], + "classifiers" : [ "个", "块" ] } ] }, + { "simplified" : "大妈", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 12138, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大媽", + "transcriptions" : { "pinyin" : "dà mā", + "numeric" : "da4 ma1", + "wadegiles" : "ta⁴ ma¹", + "bopomofo" : "ㄉㄚˋ ㄇㄚ", + "romatzyh" : "dah mha" }, + "meanings" : [ "father's elder brother's wife", + "aunt (affectionate term for an elderly woman)" ], + "classifiers" : [] } ] }, + { "simplified" : "大门", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 3619, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大門", + "transcriptions" : { "pinyin" : "Dà mén", + "numeric" : "Da4 men2", + "wadegiles" : "ta⁴ men²", + "bopomofo" : "ㄉㄚˋ ㄇㄣˊ", + "romatzyh" : "dah men" }, + "meanings" : [ "the Doors, US rock band" ], + "classifiers" : [] }, + { "traditional" : "大門", + "transcriptions" : { "pinyin" : "dà mén", + "numeric" : "da4 men2", + "wadegiles" : "ta⁴ men²", + "bopomofo" : "ㄉㄚˋ ㄇㄣˊ", + "romatzyh" : "dah men" }, + "meanings" : [ "entrance", + "door", + "gate", + "large and influential family" ], + "classifiers" : [] } ] }, + { "simplified" : "大米", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 9958, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大米", + "transcriptions" : { "pinyin" : "dà mǐ", + "numeric" : "da4 mi3", + "wadegiles" : "ta⁴ mi³", + "bopomofo" : "ㄉㄚˋ ㄇㄧˇ", + "romatzyh" : "dah mii" }, + "meanings" : [ "(husked) rice" ], + "classifiers" : [] } ] }, + { "simplified" : "大面积", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 20060, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "大面積", + "transcriptions" : { "pinyin" : "dà miàn jī", + "numeric" : "da4 mian4 ji1", + "wadegiles" : "ta⁴ mien⁴ chi¹", + "bopomofo" : "ㄉㄚˋ ㄇㄧㄢˋ ㄐㄧ", + "romatzyh" : "dah miann ji" }, + "meanings" : [ "large area", + "(fig.) (of a problem) (occurring) on a massive scale" ], + "classifiers" : [] } ] }, + { "simplified" : "大名鼎鼎", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 22163, + "pos" : [ "v", "l" ], + "forms" : [ { "traditional" : "大名鼎鼎", + "transcriptions" : { "pinyin" : "dà míng dǐng dǐng", + "numeric" : "da4 ming2 ding3 ding3", + "wadegiles" : "ta⁴ ming² ting³ ting³", + "bopomofo" : "ㄉㄚˋ ㄇㄧㄥˊ ㄉㄧㄥˇ ㄉㄧㄥˇ", + "romatzyh" : "dah ming diing diing" }, + "meanings" : [ "grand reputation", + "renowned", + "famous" ], + "classifiers" : [] } ] }, + { "simplified" : "大模大样", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 62389, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "大模大樣", + "transcriptions" : { "pinyin" : "dà mú dà yàng", + "numeric" : "da4 mu2 da4 yang4", + "wadegiles" : "ta⁴ mu² ta⁴ yang⁴", + "bopomofo" : "ㄉㄚˋ ㄇㄨˊ ㄉㄚˋ ㄧㄤˋ", + "romatzyh" : "dah mu dah yanq" }, + "meanings" : [ "boldly; ostentatiously", + "poised; self-assured", + "Taiwan pr. [dà mó dà yàng]" ], + "classifiers" : [] } ] }, + { "simplified" : "大脑", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 3478, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大腦", + "transcriptions" : { "pinyin" : "dà nǎo", + "numeric" : "da4 nao3", + "wadegiles" : "ta⁴ nao³", + "bopomofo" : "ㄉㄚˋ ㄋㄠˇ", + "romatzyh" : "dah nao" }, + "meanings" : [ "brain", "cerebrum" ], + "classifiers" : [] } ] }, + { "simplified" : "大棚", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 31236, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大棚", + "transcriptions" : { "pinyin" : "dà péng", + "numeric" : "da4 peng2", + "wadegiles" : "ta⁴ p'eng²", + "bopomofo" : "ㄉㄚˋ ㄆㄥˊ", + "romatzyh" : "dah perng" }, + "meanings" : [ "greenhouse", "polytunnel" ], + "classifiers" : [] } ] }, + { "simplified" : "大批", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 12318, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "大批", + "transcriptions" : { "pinyin" : "dà pī", + "numeric" : "da4 pi1", + "wadegiles" : "ta⁴ p'i¹", + "bopomofo" : "ㄉㄚˋ ㄆㄧ", + "romatzyh" : "dah pi" }, + "meanings" : [ "large quantities of" ], + "classifiers" : [] } ] }, + { "simplified" : "大片", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 8972, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大片", + "transcriptions" : { "pinyin" : "dà piàn", + "numeric" : "da4 pian4", + "wadegiles" : "ta⁴ p'ien⁴", + "bopomofo" : "ㄉㄚˋ ㄆㄧㄢˋ", + "romatzyh" : "dah piann" }, + "meanings" : [ "wide expanse", + "large area", + "vast stretch", + "extending widely", + "blockbuster movie" ], + "classifiers" : [] } ] }, + { "simplified" : "大气", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 7850, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大氣", + "transcriptions" : { "pinyin" : "dà qì", + "numeric" : "da4 qi4", + "wadegiles" : "ta⁴ ch'i⁴", + "bopomofo" : "ㄉㄚˋ ㄑㄧˋ", + "romatzyh" : "dah chih" }, + "meanings" : [ "atmosphere (surrounding the earth)", + "imposing; impressive; stylish" ], + "classifiers" : [] } ] }, + { "simplified" : "大人", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 2368, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大人", + "transcriptions" : { "pinyin" : "dà ren", + "numeric" : "da4 ren5", + "wadegiles" : "ta⁴ ren", + "bopomofo" : "ㄉㄚˋ ren", + "romatzyh" : "dah ren" }, + "meanings" : [ "adult", + "grownup", + "title of respect toward superiors" ], + "classifiers" : [] } ] }, + { "simplified" : "大赛", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 2776, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "大賽", + "transcriptions" : { "pinyin" : "dà sài", + "numeric" : "da4 sai4", + "wadegiles" : "ta⁴ sai⁴", + "bopomofo" : "ㄉㄚˋ ㄙㄞˋ", + "romatzyh" : "dah say" }, + "meanings" : [ "grand contest" ], + "classifiers" : [] } ] }, + { "simplified" : "大厦", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5170, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大廈", + "transcriptions" : { "pinyin" : "dà shà", + "numeric" : "da4 sha4", + "wadegiles" : "ta⁴ sha⁴", + "bopomofo" : "ㄉㄚˋ ㄕㄚˋ", + "romatzyh" : "dah shah" }, + "meanings" : [ "(used in the names of grand buildings such as 百老汇大厦 Broadway Mansions (in Shanghai) or 帝国大厦 Empire State Building etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "大声", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 3359, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "大聲", + "transcriptions" : { "pinyin" : "dà shēng", + "numeric" : "da4 sheng1", + "wadegiles" : "ta⁴ sheng¹", + "bopomofo" : "ㄉㄚˋ ㄕㄥ", + "romatzyh" : "dah sheng" }, + "meanings" : [ "loud voice", + "in a loud voice", + "loudly" ], + "classifiers" : [] } ] }, + { "simplified" : "大师", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 3232, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大師", + "transcriptions" : { "pinyin" : "dà shī", + "numeric" : "da4 shi1", + "wadegiles" : "ta⁴ shih¹", + "bopomofo" : "ㄉㄚˋ ㄕ", + "romatzyh" : "dah shy" }, + "meanings" : [ "great master", "master" ], + "classifiers" : [] } ] }, + { "simplified" : "大使", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 5374, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大使", + "transcriptions" : { "pinyin" : "dà shǐ", + "numeric" : "da4 shi3", + "wadegiles" : "ta⁴ shih³", + "bopomofo" : "ㄉㄚˋ ㄕˇ", + "romatzyh" : "dah shyy" }, + "meanings" : [ "ambassador", "envoy" ], + "classifiers" : [ "名", "位" ] } ] }, + { "simplified" : "大使馆", + "radical" : "大", + "level" : [ "new-3", "old-4" ], + "frequency" : 11530, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大使館", + "transcriptions" : { "pinyin" : "dà shǐ guǎn", + "numeric" : "da4 shi3 guan3", + "wadegiles" : "ta⁴ shih³ kuan³", + "bopomofo" : "ㄉㄚˋ ㄕˇ ㄍㄨㄢˇ", + "romatzyh" : "dah shyy goan" }, + "meanings" : [ "embassy" ], + "classifiers" : [ "座", "个" ] } ] }, + { "simplified" : "大事", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 3503, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大事", + "transcriptions" : { "pinyin" : "dà shì", + "numeric" : "da4 shi4", + "wadegiles" : "ta⁴ shih⁴", + "bopomofo" : "ㄉㄚˋ ㄕˋ", + "romatzyh" : "dah shyh" }, + "meanings" : [ "major event", + "major political event (war or change of regime)", + "major social event (wedding or funeral)", + "(do sth) in a big way" ], + "classifiers" : [ "件", "桩" ] } ] }, + { "simplified" : "大数据", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "大數據", + "transcriptions" : { "pinyin" : "dà shù jù", + "numeric" : "da4 shu4 ju4", + "wadegiles" : "ta⁴ shu⁴ chü⁴", + "bopomofo" : "ㄉㄚˋ ㄕㄨˋ ㄐㄩˋ", + "romatzyh" : "dah shuh jiuh" }, + "meanings" : [ "big data (computing)" ], + "classifiers" : [] } ] }, + { "simplified" : "大肆", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11304, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "大肆", + "transcriptions" : { "pinyin" : "dà sì", + "numeric" : "da4 si4", + "wadegiles" : "ta⁴ ssu⁴", + "bopomofo" : "ㄉㄚˋ ㄙˋ", + "romatzyh" : "dah syh" }, + "meanings" : [ "wantonly", + "without restraint (of enemy or malefactor)", + "unbridled" ], + "classifiers" : [] } ] }, + { "simplified" : "大体", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16631, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "大體", + "transcriptions" : { "pinyin" : "dà tǐ", + "numeric" : "da4 ti3", + "wadegiles" : "ta⁴ t'i³", + "bopomofo" : "ㄉㄚˋ ㄊㄧˇ", + "romatzyh" : "dah tii" }, + "meanings" : [ "in general; more or less; in rough terms; basically; on the whole", + "overall situation; the big picture", + "cadaver for dissection in training medical students" ], + "classifiers" : [] } ] }, + { "simplified" : "大体上", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 22444, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "大體上", + "transcriptions" : { "pinyin" : "dà tǐ shàng", + "numeric" : "da4 ti3 shang4", + "wadegiles" : "ta⁴ t'i³ shang⁴", + "bopomofo" : "ㄉㄚˋ ㄊㄧˇ ㄕㄤˋ", + "romatzyh" : "dah tii shanq" }, + "meanings" : [ "overall", "in general terms" ], + "classifiers" : [] } ] }, + { "simplified" : "大厅", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 3838, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大廳", + "transcriptions" : { "pinyin" : "dà tīng", + "numeric" : "da4 ting1", + "wadegiles" : "ta⁴ t'ing¹", + "bopomofo" : "ㄉㄚˋ ㄊㄧㄥ", + "romatzyh" : "dah ting" }, + "meanings" : [ "hall", "lounge" ], + "classifiers" : [] } ] }, + { "simplified" : "大同小异", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 31466, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "大同小異", + "transcriptions" : { "pinyin" : "dà tóng xiǎo yì", + "numeric" : "da4 tong2 xiao3 yi4", + "wadegiles" : "ta⁴ t'ung² hsiao³ i⁴", + "bopomofo" : "ㄉㄚˋ ㄊㄨㄥˊ ㄒㄧㄠˇ ㄧˋ", + "romatzyh" : "dah torng sheau yih" }, + "meanings" : [ "virtually the same", + "differing only on small points" ], + "classifiers" : [] } ] }, + { "simplified" : "大腕儿", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "大腕兒", + "transcriptions" : { "pinyin" : "dà wàn r", + "numeric" : "da4 wan4 r5", + "wadegiles" : "ta⁴ wan⁴ r", + "bopomofo" : "ㄉㄚˋ ㄨㄢˋ r", + "romatzyh" : "dah wann r" }, + "meanings" : [ "erhua variant of 腕" ], + "classifiers" : [] } ] }, + { "simplified" : "大象", + "radical" : "大", + "level" : [ "new-5", "old-5" ], + "frequency" : 8819, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大象", + "transcriptions" : { "pinyin" : "dà xiàng", + "numeric" : "da4 xiang4", + "wadegiles" : "ta⁴ hsiang⁴", + "bopomofo" : "ㄉㄚˋ ㄒㄧㄤˋ", + "romatzyh" : "dah shianq" }, + "meanings" : [ "elephant" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "大小", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 3641, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大小", + "transcriptions" : { "pinyin" : "dà xiǎo", + "numeric" : "da4 xiao3", + "wadegiles" : "ta⁴ hsiao³", + "bopomofo" : "ㄉㄚˋ ㄒㄧㄠˇ", + "romatzyh" : "dah sheau" }, + "meanings" : [ "dimension", + "magnitude", + "size", + "measurement", + "large and small", + "at any rate", + "adults and children", + "consideration of seniority" ], + "classifiers" : [] } ] }, + { "simplified" : "大型", + "radical" : "大", + "level" : [ "new-4", "old-5" ], + "frequency" : 3051, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "大型", + "transcriptions" : { "pinyin" : "dà xíng", + "numeric" : "da4 xing2", + "wadegiles" : "ta⁴ hsing²", + "bopomofo" : "ㄉㄚˋ ㄒㄧㄥˊ", + "romatzyh" : "dah shyng" }, + "meanings" : [ "large", "large-scale" ], + "classifiers" : [] } ] }, + { "simplified" : "大熊猫", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 21111, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大熊貓", + "transcriptions" : { "pinyin" : "dà xióng māo", + "numeric" : "da4 xiong2 mao1", + "wadegiles" : "ta⁴ hsiung² mao¹", + "bopomofo" : "ㄉㄚˋ ㄒㄩㄥˊ ㄇㄠ", + "romatzyh" : "dah shyong mhau" }, + "meanings" : [ "giant panda (Ailuropoda melanoleuca)" ], + "classifiers" : [] } ] }, + { "simplified" : "大选", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 9545, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "大選", + "transcriptions" : { "pinyin" : "dà xuǎn", + "numeric" : "da4 xuan3", + "wadegiles" : "ta⁴ hsüan³", + "bopomofo" : "ㄉㄚˋ ㄒㄩㄢˇ", + "romatzyh" : "dah sheuan" }, + "meanings" : [ "general election" ], + "classifiers" : [] } ] }, + { "simplified" : "大学", + "radical" : "大", + "level" : [ "new-1" ], + "frequency" : 814, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大學", + "transcriptions" : { "pinyin" : "Dà xué", + "numeric" : "Da4 xue2", + "wadegiles" : "ta⁴ hsüeh²", + "bopomofo" : "ㄉㄚˋ ㄒㄩㄝˊ", + "romatzyh" : "dah shyue" }, + "meanings" : [ "the Great Learning, one of the Four Books 四书 in Confucianism" ], + "classifiers" : [] }, + { "traditional" : "大學", + "transcriptions" : { "pinyin" : "dà xué", + "numeric" : "da4 xue2", + "wadegiles" : "ta⁴ hsüeh²", + "bopomofo" : "ㄉㄚˋ ㄒㄩㄝˊ", + "romatzyh" : "dah shyue" }, + "meanings" : [ "university", "college" ], + "classifiers" : [ "所" ] } ] }, + { "simplified" : "大学生", + "radical" : "大", + "level" : [ "new-1" ], + "frequency" : 4422, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大學生", + "transcriptions" : { "pinyin" : "dà xué shēng", + "numeric" : "da4 xue2 sheng1", + "wadegiles" : "ta⁴ hsüeh² sheng¹", + "bopomofo" : "ㄉㄚˋ ㄒㄩㄝˊ ㄕㄥ", + "romatzyh" : "dah shyue sheng" }, + "meanings" : [ "university student", + "college student" ], + "classifiers" : [] } ] }, + { "simplified" : "大雁", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 47811, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大雁", + "transcriptions" : { "pinyin" : "dà yàn", + "numeric" : "da4 yan4", + "wadegiles" : "ta⁴ yan⁴", + "bopomofo" : "ㄉㄚˋ ㄧㄢˋ", + "romatzyh" : "dah yann" }, + "meanings" : [ "wild goose" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "大爷", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 8931, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大爺", + "transcriptions" : { "pinyin" : "dà yé", + "numeric" : "da4 ye2", + "wadegiles" : "ta⁴ yeh²", + "bopomofo" : "ㄉㄚˋ ㄧㄝˊ", + "romatzyh" : "dah ye" }, + "meanings" : [ "arrogant idler", + "self-centered show-off" ], + "classifiers" : [] }, + { "traditional" : "大爺", + "transcriptions" : { "pinyin" : "dà ye", + "numeric" : "da4 ye5", + "wadegiles" : "ta⁴ ye", + "bopomofo" : "ㄉㄚˋ ye", + "romatzyh" : "dah ye" }, + "meanings" : [ "(coll.) father's older brother", + "uncle", + "term of respect for older man" ], + "classifiers" : [] } ] }, + { "simplified" : "大衣", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 5821, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大衣", + "transcriptions" : { "pinyin" : "dà yī", + "numeric" : "da4 yi1", + "wadegiles" : "ta⁴ i¹", + "bopomofo" : "ㄉㄚˋ ㄧ", + "romatzyh" : "dah i" }, + "meanings" : [ "overcoat", "topcoat", "cloak" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "大意", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13433, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "大意", + "transcriptions" : { "pinyin" : "dà yì", + "numeric" : "da4 yi4", + "wadegiles" : "ta⁴ i⁴", + "bopomofo" : "ㄉㄚˋ ㄧˋ", + "romatzyh" : "dah yih" }, + "meanings" : [ "general idea", "main idea" ], + "classifiers" : [] }, + { "traditional" : "大意", + "transcriptions" : { "pinyin" : "dà yi", + "numeric" : "da4 yi5", + "wadegiles" : "ta⁴ yi", + "bopomofo" : "ㄉㄚˋ yi", + "romatzyh" : "dah yi" }, + "meanings" : [ "careless" ], + "classifiers" : [] } ] }, + { "simplified" : "大有可为", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 34481, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "大有可為", + "transcriptions" : { "pinyin" : "dà yǒu kě wéi", + "numeric" : "da4 you3 ke3 wei2", + "wadegiles" : "ta⁴ yu³ k'o³ wei²", + "bopomofo" : "ㄉㄚˋ ㄧㄡˇ ㄎㄜˇ ㄨㄟˊ", + "romatzyh" : "dah yeou kee wei" }, + "meanings" : [ "with great prospects for the future (idiom); well worth doing" ], + "classifiers" : [] } ] }, + { "simplified" : "大于", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 9659, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "大於", + "transcriptions" : { "pinyin" : "dà yú", + "numeric" : "da4 yu2", + "wadegiles" : "ta⁴ yü²", + "bopomofo" : "ㄉㄚˋ ㄩˊ", + "romatzyh" : "dah yu" }, + "meanings" : [ "greater than; bigger than; more than" ], + "classifiers" : [] } ] }, + { "simplified" : "大约", + "radical" : "大", + "level" : [ "new-3", "old-4" ], + "frequency" : 2186, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "大約", + "transcriptions" : { "pinyin" : "dà yuē", + "numeric" : "da4 yue1", + "wadegiles" : "ta⁴ yüeh¹", + "bopomofo" : "ㄉㄚˋ ㄩㄝ", + "romatzyh" : "dah iue" }, + "meanings" : [ "approximately", "probably" ], + "classifiers" : [] } ] }, + { "simplified" : "大致", + "radical" : "大", + "level" : [ "new-5", "old-6" ], + "frequency" : 8369, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "大致", + "transcriptions" : { "pinyin" : "dà zhì", + "numeric" : "da4 zhi4", + "wadegiles" : "ta⁴ chih⁴", + "bopomofo" : "ㄉㄚˋ ㄓˋ", + "romatzyh" : "dah jyh" }, + "meanings" : [ "more or less; roughly; approximately" ], + "classifiers" : [] } ] }, + { "simplified" : "大众", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 3665, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "大眾", + "transcriptions" : { "pinyin" : "Dà zhòng", + "numeric" : "Da4 zhong4", + "wadegiles" : "ta⁴ chung⁴", + "bopomofo" : "ㄉㄚˋ ㄓㄨㄥˋ", + "romatzyh" : "dah jonq" }, + "meanings" : [ "Volkswagen (automobile manufacturer)" ], + "classifiers" : [] }, + { "traditional" : "大眾", + "transcriptions" : { "pinyin" : "dà zhòng", + "numeric" : "da4 zhong4", + "wadegiles" : "ta⁴ chung⁴", + "bopomofo" : "ㄉㄚˋ ㄓㄨㄥˋ", + "romatzyh" : "dah jonq" }, + "meanings" : [ "the masses", + "the great bulk of the population", + "popular (of music, science etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "大自然", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 8020, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "大自然", + "transcriptions" : { "pinyin" : "dà zì rán", + "numeric" : "da4 zi4 ran2", + "wadegiles" : "ta⁴ tzu⁴ jan²", + "bopomofo" : "ㄉㄚˋ ㄗˋ ㄖㄢˊ", + "romatzyh" : "dah tzyh ran" }, + "meanings" : [ "nature (the natural world)" ], + "classifiers" : [] } ] }, + { "simplified" : "大宗", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 18180, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "大宗", + "transcriptions" : { "pinyin" : "dà zōng", + "numeric" : "da4 zong1", + "wadegiles" : "ta⁴ tsung¹", + "bopomofo" : "ㄉㄚˋ ㄗㄨㄥ", + "romatzyh" : "dah tzong" }, + "meanings" : [ "large amount", + "staple", + "influential family of long standing" ], + "classifiers" : [] } ] }, + { "simplified" : "呆", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 1485, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "呆", + "transcriptions" : { "pinyin" : "dāi", + "numeric" : "dai1", + "wadegiles" : "tai¹", + "bopomofo" : "ㄉㄞ", + "romatzyh" : "dai" }, + "meanings" : [ "foolish", + "stupid", + "expressionless", + "blank", + "to stay" ], + "classifiers" : [] } ] }, + { "simplified" : "歹徒", + "radical" : "歹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8043, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歹徒", + "transcriptions" : { "pinyin" : "dǎi tú", + "numeric" : "dai3 tu2", + "wadegiles" : "tai³ t'u²", + "bopomofo" : "ㄉㄞˇ ㄊㄨˊ", + "romatzyh" : "dae twu" }, + "meanings" : [ "evildoer", + "malefactor", + "gangster", + "hoodlum" ], + "classifiers" : [] } ] }, + { "simplified" : "逮", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8420, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逮", + "transcriptions" : { "pinyin" : "dǎi", + "numeric" : "dai3", + "wadegiles" : "tai³", + "bopomofo" : "ㄉㄞˇ", + "romatzyh" : "dae" }, + "meanings" : [ "(coll.) to catch", "to seize" ], + "classifiers" : [] }, + { "traditional" : "逮", + "transcriptions" : { "pinyin" : "dài", + "numeric" : "dai4", + "wadegiles" : "tai⁴", + "bopomofo" : "ㄉㄞˋ", + "romatzyh" : "day" }, + "meanings" : [ "(literary) to arrest", + "to seize", + "to overtake", + "until" ], + "classifiers" : [] } ] }, + { "simplified" : "逮捕", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3705, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "逮捕", + "transcriptions" : { "pinyin" : "dài bǔ", + "numeric" : "dai4 bu3", + "wadegiles" : "tai⁴ pu³", + "bopomofo" : "ㄉㄞˋ ㄅㄨˇ", + "romatzyh" : "day buu" }, + "meanings" : [ "to arrest", + "to apprehend", + "an arrest" ], + "classifiers" : [] } ] }, + { "simplified" : "代", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 1458, + "pos" : [ "v", "q", "n" ], + "forms" : [ { "traditional" : "代", + "transcriptions" : { "pinyin" : "dài", + "numeric" : "dai4", + "wadegiles" : "tai⁴", + "bopomofo" : "ㄉㄞˋ", + "romatzyh" : "day" }, + "meanings" : [ "to substitute", + "to act on behalf of others", + "to replace", + "generation", + "dynasty", + "age", + "period", + "(historical) era", + "(geological) eon" ], + "classifiers" : [] } ] }, + { "simplified" : "代表", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 644, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "代表", + "transcriptions" : { "pinyin" : "dài biǎo", + "numeric" : "dai4 biao3", + "wadegiles" : "tai⁴ piao³", + "bopomofo" : "ㄉㄞˋ ㄅㄧㄠˇ", + "romatzyh" : "day beau" }, + "meanings" : [ "representative", + "delegate", + "to represent", + "to stand for", + "on behalf of", + "in the name of" ], + "classifiers" : [ "位", "个", "名" ] } ] }, + { "simplified" : "代表团", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 12795, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "代表團", + "transcriptions" : { "pinyin" : "dài biǎo tuán", + "numeric" : "dai4 biao3 tuan2", + "wadegiles" : "tai⁴ piao³ t'uan²", + "bopomofo" : "ㄉㄞˋ ㄅㄧㄠˇ ㄊㄨㄢˊ", + "romatzyh" : "day beau twan" }, + "meanings" : [ "delegation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "代号", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10412, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "代號", + "transcriptions" : { "pinyin" : "dài hào", + "numeric" : "dai4 hao4", + "wadegiles" : "tai⁴ hao⁴", + "bopomofo" : "ㄉㄞˋ ㄏㄠˋ", + "romatzyh" : "day haw" }, + "meanings" : [ "code name" ], + "classifiers" : [] } ] }, + { "simplified" : "代价", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 3030, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "代價", + "transcriptions" : { "pinyin" : "dài jià", + "numeric" : "dai4 jia4", + "wadegiles" : "tai⁴ chia⁴", + "bopomofo" : "ㄉㄞˋ ㄐㄧㄚˋ", + "romatzyh" : "day jiah" }, + "meanings" : [ "price", + "cost", + "consideration (in share dealing)" ], + "classifiers" : [] } ] }, + { "simplified" : "代理", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 3966, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "代理", + "transcriptions" : { "pinyin" : "dài lǐ", + "numeric" : "dai4 li3", + "wadegiles" : "tai⁴ li³", + "bopomofo" : "ㄉㄞˋ ㄌㄧˇ", + "romatzyh" : "day lii" }, + "meanings" : [ "to act on behalf of sb in a responsible position", + "to act as an agent or proxy", + "surrogate", + "(computing) proxy" ], + "classifiers" : [] } ] }, + { "simplified" : "代理人", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8064, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "代理人", + "transcriptions" : { "pinyin" : "dài lǐ rén", + "numeric" : "dai4 li3 ren2", + "wadegiles" : "tai⁴ li³ jen²", + "bopomofo" : "ㄉㄞˋ ㄌㄧˇ ㄖㄣˊ", + "romatzyh" : "day lii ren" }, + "meanings" : [ "agent" ], + "classifiers" : [] } ] }, + { "simplified" : "代替", + "radical" : "亻", + "level" : [ "new-4", "old-4" ], + "frequency" : 4167, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "代替", + "transcriptions" : { "pinyin" : "dài tì", + "numeric" : "dai4 ti4", + "wadegiles" : "tai⁴ t'i⁴", + "bopomofo" : "ㄉㄞˋ ㄊㄧˋ", + "romatzyh" : "day tih" }, + "meanings" : [ "to replace", + "to take the place of" ], + "classifiers" : [] } ] }, + { "simplified" : "代言人", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9209, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "代言人", + "transcriptions" : { "pinyin" : "dài yán rén", + "numeric" : "dai4 yan2 ren2", + "wadegiles" : "tai⁴ yan² jen²", + "bopomofo" : "ㄉㄞˋ ㄧㄢˊ ㄖㄣˊ", + "romatzyh" : "day yan ren" }, + "meanings" : [ "spokesperson" ], + "classifiers" : [] } ] }, + { "simplified" : "带", + "radical" : "巾", + "level" : [ "new-2", "old-3" ], + "frequency" : 177, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "帶", + "transcriptions" : { "pinyin" : "dài", + "numeric" : "dai4", + "wadegiles" : "tai⁴", + "bopomofo" : "ㄉㄞˋ", + "romatzyh" : "day" }, + "meanings" : [ "band", + "belt", + "girdle", + "ribbon", + "tire", + "area", + "zone", + "region", + "to wear", + "to carry", + "to take along", + "to bear (i.e. to have)", + "to lead", + "to bring", + "to look after", + "to raise" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "带动", + "radical" : "巾", + "level" : [ "new-3" ], + "frequency" : 12235, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "帶動", + "transcriptions" : { "pinyin" : "dài dòng", + "numeric" : "dai4 dong4", + "wadegiles" : "tai⁴ tung⁴", + "bopomofo" : "ㄉㄞˋ ㄉㄨㄥˋ", + "romatzyh" : "day donq" }, + "meanings" : [ "to spur; to provide impetus; to drive" ], + "classifiers" : [] } ] }, + { "simplified" : "带队", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 14537, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "帶隊", + "transcriptions" : { "pinyin" : "dài duì", + "numeric" : "dai4 dui4", + "wadegiles" : "tai⁴ tui⁴", + "bopomofo" : "ㄉㄞˋ ㄉㄨㄟˋ", + "romatzyh" : "day duey" }, + "meanings" : [ "to lead a team", + "to lead a group", + "group leader", + "(tourism) tour guide" ], + "classifiers" : [] } ] }, + { "simplified" : "带来", + "radical" : "巾", + "level" : [ "new-2" ], + "frequency" : 677, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "帶來", + "transcriptions" : { "pinyin" : "dài lái", + "numeric" : "dai4 lai2", + "wadegiles" : "tai⁴ lai²", + "bopomofo" : "ㄉㄞˋ ㄌㄞˊ", + "romatzyh" : "day lai" }, + "meanings" : [ "to bring", + "(fig.) to bring about; to produce" ], + "classifiers" : [] } ] }, + { "simplified" : "带领", + "radical" : "巾", + "level" : [ "new-3", "old-6" ], + "frequency" : 4056, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "帶領", + "transcriptions" : { "pinyin" : "dài lǐng", + "numeric" : "dai4 ling3", + "wadegiles" : "tai⁴ ling³", + "bopomofo" : "ㄉㄞˋ ㄌㄧㄥˇ", + "romatzyh" : "day liing" }, + "meanings" : [ "to guide", "to lead" ], + "classifiers" : [] } ] }, + { "simplified" : "带路", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 15469, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "帶路", + "transcriptions" : { "pinyin" : "dài lù", + "numeric" : "dai4 lu4", + "wadegiles" : "tai⁴ lu⁴", + "bopomofo" : "ㄉㄞˋ ㄌㄨˋ", + "romatzyh" : "day luh" }, + "meanings" : [ "to lead the way; to guide; to show the way", + "(fig.) to instruct" ], + "classifiers" : [] } ] }, + { "simplified" : "带头", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 10484, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "帶頭", + "transcriptions" : { "pinyin" : "dài tóu", + "numeric" : "dai4 tou2", + "wadegiles" : "tai⁴ t'ou²", + "bopomofo" : "ㄉㄞˋ ㄊㄡˊ", + "romatzyh" : "day tour" }, + "meanings" : [ "to take the lead; to be the first; to set an example" ], + "classifiers" : [] } ] }, + { "simplified" : "带头人", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 36083, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "帶頭人", + "transcriptions" : { "pinyin" : "dài tóu rén", + "numeric" : "dai4 tou2 ren2", + "wadegiles" : "tai⁴ t'ou² jen²", + "bopomofo" : "ㄉㄞˋ ㄊㄡˊ ㄖㄣˊ", + "romatzyh" : "day tour ren" }, + "meanings" : [ "leader" ], + "classifiers" : [] } ] }, + { "simplified" : "带有", + "radical" : "巾", + "level" : [ "new-5" ], + "frequency" : 5699, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "帶有", + "transcriptions" : { "pinyin" : "dài yǒu", + "numeric" : "dai4 you3", + "wadegiles" : "tai⁴ yu³", + "bopomofo" : "ㄉㄞˋ ㄧㄡˇ", + "romatzyh" : "day yeou" }, + "meanings" : [ "to have as a feature or characteristic; to have an element of (confidence, sweetness, malevolence etc); to carry (a pathogen, connotation etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "待", + "radical" : "彳", + "level" : [ "new-5" ], + "frequency" : 1207, + "pos" : [ "v", "p" ], + "forms" : [ { "traditional" : "待", + "transcriptions" : { "pinyin" : "dāi", + "numeric" : "dai1", + "wadegiles" : "tai¹", + "bopomofo" : "ㄉㄞ", + "romatzyh" : "dai" }, + "meanings" : [ "to stay" ], + "classifiers" : [] }, + { "traditional" : "待", + "transcriptions" : { "pinyin" : "dài", + "numeric" : "dai4", + "wadegiles" : "tai⁴", + "bopomofo" : "ㄉㄞˋ", + "romatzyh" : "day" }, + "meanings" : [ "to wait", + "to treat", + "to deal with", + "to need", + "going to (do sth)", + "about to", + "intending to" ], + "classifiers" : [] } ] }, + { "simplified" : "待会儿", + "radical" : "彳", + "level" : [ "new-6" ], + "frequency" : 16373, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "待會兒", + "transcriptions" : { "pinyin" : "dāi huì r", + "numeric" : "dai1 hui4 r5", + "wadegiles" : "tai¹ hui⁴ r", + "bopomofo" : "ㄉㄞ ㄏㄨㄟˋ r", + "romatzyh" : "dai huey r" }, + "meanings" : [ "in a moment", + "later", + "also pr. [dāi huǐ r] or [dāi hui r]" ], + "classifiers" : [] } ] }, + { "simplified" : "待遇", + "radical" : "彳", + "level" : [ "new-4", "old-5" ], + "frequency" : 4791, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "待遇", + "transcriptions" : { "pinyin" : "dài yù", + "numeric" : "dai4 yu4", + "wadegiles" : "tai⁴ yü⁴", + "bopomofo" : "ㄉㄞˋ ㄩˋ", + "romatzyh" : "day yuh" }, + "meanings" : [ "treatment", + "pay", + "salary", + "status", + "rank" ], + "classifiers" : [] } ] }, + { "simplified" : "怠工", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 54646, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "怠工", + "transcriptions" : { "pinyin" : "dài gōng", + "numeric" : "dai4 gong1", + "wadegiles" : "tai⁴ kung¹", + "bopomofo" : "ㄉㄞˋ ㄍㄨㄥ", + "romatzyh" : "day gong" }, + "meanings" : [ "to slacken off in one's work", + "to go slow (as a form of strike)" ], + "classifiers" : [] } ] }, + { "simplified" : "怠慢", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 24707, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "怠慢", + "transcriptions" : { "pinyin" : "dài màn", + "numeric" : "dai4 man4", + "wadegiles" : "tai⁴ man⁴", + "bopomofo" : "ㄉㄞˋ ㄇㄢˋ", + "romatzyh" : "day mann" }, + "meanings" : [ "to slight", "to neglect" ], + "classifiers" : [] } ] }, + { "simplified" : "贷款", + "radical" : "贝", + "level" : [ "new-5", "old-5" ], + "frequency" : 2589, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "貸款", + "transcriptions" : { "pinyin" : "dài kuǎn", + "numeric" : "dai4 kuan3", + "wadegiles" : "tai⁴ k'uan³", + "bopomofo" : "ㄉㄞˋ ㄎㄨㄢˇ", + "romatzyh" : "day koan" }, + "meanings" : [ "a loan", + "to provide a loan (e.g. bank)", + "to raise a loan (from e.g. a bank)" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "袋", + "radical" : "衣", + "level" : [ "new-4" ], + "frequency" : 2912, + "pos" : [ "g", "q", "n" ], + "forms" : [ { "traditional" : "袋", + "transcriptions" : { "pinyin" : "dài", + "numeric" : "dai4", + "wadegiles" : "tai⁴", + "bopomofo" : "ㄉㄞˋ", + "romatzyh" : "day" }, + "meanings" : [ "pouch", "bag", "sack", "pocket" ], + "classifiers" : [] } ] }, + { "simplified" : "戴", + "radical" : "戈", + "level" : [ "new-4", "old-4" ], + "frequency" : 1802, + "pos" : [ "v", "nr" ], + "forms" : [ { "traditional" : "戴", + "transcriptions" : { "pinyin" : "Dài", + "numeric" : "Dai4", + "wadegiles" : "tai⁴", + "bopomofo" : "ㄉㄞˋ", + "romatzyh" : "day" }, + "meanings" : [ "surname Dai" ], + "classifiers" : [] }, + { "traditional" : "戴", + "transcriptions" : { "pinyin" : "dài", + "numeric" : "dai4", + "wadegiles" : "tai⁴", + "bopomofo" : "ㄉㄞˋ", + "romatzyh" : "day" }, + "meanings" : [ "to put on or wear (glasses, hat, gloves etc)", + "to respect", + "to bear", + "to support" ], + "classifiers" : [] } ] }, + { "simplified" : "单", + "radical" : "丷", + "level" : [ "new-4" ], + "frequency" : 931, + "pos" : [ "d", "b", "g" ], + "forms" : [ { "traditional" : "單", + "transcriptions" : { "pinyin" : "Shàn", + "numeric" : "Shan4", + "wadegiles" : "shan⁴", + "bopomofo" : "ㄕㄢˋ", + "romatzyh" : "shann" }, + "meanings" : [ "surname Shan" ], + "classifiers" : [] }, + { "traditional" : "單", + "transcriptions" : { "pinyin" : "dān", + "numeric" : "dan1", + "wadegiles" : "tan¹", + "bopomofo" : "ㄉㄢ", + "romatzyh" : "dan" }, + "meanings" : [ "bill", + "list", + "form", + "single", + "only", + "sole", + "odd number" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "单薄", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 21499, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "單薄", + "transcriptions" : { "pinyin" : "dān bó", + "numeric" : "dan1 bo2", + "wadegiles" : "tan¹ po²", + "bopomofo" : "ㄉㄢ ㄅㄛˊ", + "romatzyh" : "dan bor" }, + "meanings" : [ "weak", "frail", "thin", "flimsy" ], + "classifiers" : [] } ] }, + { "simplified" : "单边", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 54775, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "單邊", + "transcriptions" : { "pinyin" : "dān biān", + "numeric" : "dan1 bian1", + "wadegiles" : "tan¹ pien¹", + "bopomofo" : "ㄉㄢ ㄅㄧㄢ", + "romatzyh" : "dan bian" }, + "meanings" : [ "unilateral" ], + "classifiers" : [] } ] }, + { "simplified" : "单纯", + "radical" : "丷", + "level" : [ "new-4", "old-5" ], + "frequency" : 4715, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "單純", + "transcriptions" : { "pinyin" : "dān chún", + "numeric" : "dan1 chun2", + "wadegiles" : "tan¹ ch'un²", + "bopomofo" : "ㄉㄢ ㄔㄨㄣˊ", + "romatzyh" : "dan chwen" }, + "meanings" : [ "simple", + "pure", + "unsophisticated", + "merely", + "purely" ], + "classifiers" : [] } ] }, + { "simplified" : "单打", + "radical" : "丷", + "level" : [ "new-6" ], + "frequency" : 16439, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "單打", + "transcriptions" : { "pinyin" : "dān dǎ", + "numeric" : "dan1 da3", + "wadegiles" : "tan¹ ta³", + "bopomofo" : "ㄉㄢ ㄉㄚˇ", + "romatzyh" : "dan daa" }, + "meanings" : [ "singles (in sports)" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "单调", + "radical" : "丷", + "level" : [ "new-4", "old-5" ], + "frequency" : 12994, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "單調", + "transcriptions" : { "pinyin" : "dān diào", + "numeric" : "dan1 diao4", + "wadegiles" : "tan¹ tiao⁴", + "bopomofo" : "ㄉㄢ ㄉㄧㄠˋ", + "romatzyh" : "dan diaw" }, + "meanings" : [ "monotonous" ], + "classifiers" : [] } ] }, + { "simplified" : "单独", + "radical" : "丷", + "level" : [ "new-4", "old-5" ], + "frequency" : 3019, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "單獨", + "transcriptions" : { "pinyin" : "dān dú", + "numeric" : "dan1 du2", + "wadegiles" : "tan¹ tu²", + "bopomofo" : "ㄉㄢ ㄉㄨˊ", + "romatzyh" : "dan dwu" }, + "meanings" : [ "alone", + "by oneself", + "on one's own" ], + "classifiers" : [] } ] }, + { "simplified" : "单方面", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 19838, + "pos" : [ "d", "n", "b" ], + "forms" : [ { "traditional" : "單方面", + "transcriptions" : { "pinyin" : "dān fāng miàn", + "numeric" : "dan1 fang1 mian4", + "wadegiles" : "tan¹ fang¹ mien⁴", + "bopomofo" : "ㄉㄢ ㄈㄤ ㄇㄧㄢˋ", + "romatzyh" : "dan fang miann" }, + "meanings" : [ "unilateral" ], + "classifiers" : [] } ] }, + { "simplified" : "单身", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 2710, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "單身", + "transcriptions" : { "pinyin" : "dān shēn", + "numeric" : "dan1 shen1", + "wadegiles" : "tan¹ shen¹", + "bopomofo" : "ㄉㄢ ㄕㄣ", + "romatzyh" : "dan shen" }, + "meanings" : [ "unmarried", "single" ], + "classifiers" : [] } ] }, + { "simplified" : "单位", + "radical" : "丷", + "level" : [ "new-2", "old-5" ], + "frequency" : 2350, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "單位", + "transcriptions" : { "pinyin" : "dān wèi", + "numeric" : "dan1 wei4", + "wadegiles" : "tan¹ wei⁴", + "bopomofo" : "ㄉㄢ ㄨㄟˋ", + "romatzyh" : "dan wey" }, + "meanings" : [ "unit (of measure)", + "unit (group of people as a whole)", + "work unit (place of employment, esp. in the PRC prior to economic reform)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "单一", + "radical" : "丷", + "level" : [ "new-5" ], + "frequency" : 10541, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "單一", + "transcriptions" : { "pinyin" : "dān yī", + "numeric" : "dan1 yi1", + "wadegiles" : "tan¹ i¹", + "bopomofo" : "ㄉㄢ ㄧ", + "romatzyh" : "dan i" }, + "meanings" : [ "single", "only", "sole" ], + "classifiers" : [] } ] }, + { "simplified" : "单元", + "radical" : "丷", + "level" : [ "new-3", "old-5" ], + "frequency" : 7926, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "單元", + "transcriptions" : { "pinyin" : "dān yuán", + "numeric" : "dan1 yuan2", + "wadegiles" : "tan¹ yüan²", + "bopomofo" : "ㄉㄢ ㄩㄢˊ", + "romatzyh" : "dan yuan" }, + "meanings" : [ "unit (forming an entity)", + "element", + "(in a residential building) entrance or staircase" ], + "classifiers" : [] } ] }, + { "simplified" : "担", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 5380, + "pos" : [ "v", "q", "g" ], + "forms" : [ { "traditional" : "擔", + "transcriptions" : { "pinyin" : "dān", + "numeric" : "dan1", + "wadegiles" : "tan¹", + "bopomofo" : "ㄉㄢ", + "romatzyh" : "dan" }, + "meanings" : [ "to undertake", + "to carry", + "to shoulder", + "to take responsibility" ], + "classifiers" : [] }, + { "traditional" : "擔", + "transcriptions" : { "pinyin" : "dàn", + "numeric" : "dan4", + "wadegiles" : "tan⁴", + "bopomofo" : "ㄉㄢˋ", + "romatzyh" : "dann" }, + "meanings" : [ "picul (100 catties, 50 kg)", + "two buckets full", + "carrying pole and its load", + "classifier for loads carried on a shoulder pole" ], + "classifiers" : [] } ] }, + { "simplified" : "担保", + "radical" : "扌", + "level" : [ "new-4", "old-6" ], + "frequency" : 4985, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "擔保", + "transcriptions" : { "pinyin" : "dān bǎo", + "numeric" : "dan1 bao3", + "wadegiles" : "tan¹ pao³", + "bopomofo" : "ㄉㄢ ㄅㄠˇ", + "romatzyh" : "dan bao" }, + "meanings" : [ "to guarantee", "to vouch for" ], + "classifiers" : [] } ] }, + { "simplified" : "担当", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11201, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擔當", + "transcriptions" : { "pinyin" : "dān dāng", + "numeric" : "dan1 dang1", + "wadegiles" : "tan¹ tang¹", + "bopomofo" : "ㄉㄢ ㄉㄤ", + "romatzyh" : "dan dang" }, + "meanings" : [ "to take upon oneself", + "to assume" ], + "classifiers" : [] } ] }, + { "simplified" : "担负", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16260, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擔負", + "transcriptions" : { "pinyin" : "dān fù", + "numeric" : "dan1 fu4", + "wadegiles" : "tan¹ fu⁴", + "bopomofo" : "ㄉㄢ ㄈㄨˋ", + "romatzyh" : "dan fuh" }, + "meanings" : [ "to shoulder", + "to bear", + "to undertake" ], + "classifiers" : [] } ] }, + { "simplified" : "担任", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 4026, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擔任", + "transcriptions" : { "pinyin" : "dān rèn", + "numeric" : "dan1 ren4", + "wadegiles" : "tan¹ jen⁴", + "bopomofo" : "ㄉㄢ ㄖㄣˋ", + "romatzyh" : "dan renn" }, + "meanings" : [ "to hold a governmental office or post", + "to assume office of", + "to take charge of", + "to serve as" ], + "classifiers" : [] } ] }, + { "simplified" : "担心", + "radical" : "扌", + "level" : [ "new-4", "old-3" ], + "frequency" : 277, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擔心", + "transcriptions" : { "pinyin" : "dān xīn", + "numeric" : "dan1 xin1", + "wadegiles" : "tan¹ hsin¹", + "bopomofo" : "ㄉㄢ ㄒㄧㄣ", + "romatzyh" : "dan shin" }, + "meanings" : [ "anxious", + "worried", + "uneasy", + "to worry", + "to be anxious" ], + "classifiers" : [] } ] }, + { "simplified" : "担忧", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 5967, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擔憂", + "transcriptions" : { "pinyin" : "dān yōu", + "numeric" : "dan1 you1", + "wadegiles" : "tan¹ yu¹", + "bopomofo" : "ㄉㄢ ㄧㄡ", + "romatzyh" : "dan iou" }, + "meanings" : [ "to worry", "to be concerned" ], + "classifiers" : [] } ] }, + { "simplified" : "担子", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 19039, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "擔子", + "transcriptions" : { "pinyin" : "dàn zi", + "numeric" : "dan4 zi5", + "wadegiles" : "tan⁴ zi", + "bopomofo" : "ㄉㄢˋ zi", + "romatzyh" : "dann zi" }, + "meanings" : [ "carrying pole and the loads on it", + "burden", + "task", + "responsibility" ], + "classifiers" : [ "副" ] } ] }, + { "simplified" : "耽搁", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 14458, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耽擱", + "transcriptions" : { "pinyin" : "dān ge", + "numeric" : "dan1 ge5", + "wadegiles" : "tan¹ ge", + "bopomofo" : "ㄉㄢ ge", + "romatzyh" : "dan ge" }, + "meanings" : [ "to tarry", + "to delay", + "to stop over" ], + "classifiers" : [] } ] }, + { "simplified" : "耽误", + "radical" : "耳", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7445, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耽誤", + "transcriptions" : { "pinyin" : "dān wu", + "numeric" : "dan1 wu5", + "wadegiles" : "tan¹ wu", + "bopomofo" : "ㄉㄢ wu", + "romatzyh" : "dan wu" }, + "meanings" : [ "to delay", + "to hold up", + "to waste time", + "to interfere with" ], + "classifiers" : [] } ] }, + { "simplified" : "胆", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 5783, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膽", + "transcriptions" : { "pinyin" : "dǎn", + "numeric" : "dan3", + "wadegiles" : "tan³", + "bopomofo" : "ㄉㄢˇ", + "romatzyh" : "daan" }, + "meanings" : [ "gall bladder", + "courage", + "guts", + "gall", + "inner container (e.g. bladder of a football, inner container of a thermos)" ], + "classifiers" : [] } ] }, + { "simplified" : "胆怯", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17934, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "膽怯", + "transcriptions" : { "pinyin" : "dǎn qiè", + "numeric" : "dan3 qie4", + "wadegiles" : "tan³ ch'ieh⁴", + "bopomofo" : "ㄉㄢˇ ㄑㄧㄝˋ", + "romatzyh" : "daan chieh" }, + "meanings" : [ "timidity", "timid", "cowardly" ], + "classifiers" : [] } ] }, + { "simplified" : "胆小", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 12847, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "膽小", + "transcriptions" : { "pinyin" : "dǎn xiǎo", + "numeric" : "dan3 xiao3", + "wadegiles" : "tan³ hsiao³", + "bopomofo" : "ㄉㄢˇ ㄒㄧㄠˇ", + "romatzyh" : "daan sheau" }, + "meanings" : [ "cowardice", "timid" ], + "classifiers" : [] } ] }, + { "simplified" : "胆小鬼", + "radical" : "⺼", + "level" : [ "old-5" ], + "frequency" : 22942, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膽小鬼", + "transcriptions" : { "pinyin" : "dǎn xiǎo guǐ", + "numeric" : "dan3 xiao3 gui3", + "wadegiles" : "tan³ hsiao³ kuei³", + "bopomofo" : "ㄉㄢˇ ㄒㄧㄠˇ ㄍㄨㄟˇ", + "romatzyh" : "daan sheau goei" }, + "meanings" : [ "coward" ], + "classifiers" : [] } ] }, + { "simplified" : "胆子", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 9776, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膽子", + "transcriptions" : { "pinyin" : "dǎn zi", + "numeric" : "dan3 zi5", + "wadegiles" : "tan³ zi", + "bopomofo" : "ㄉㄢˇ zi", + "romatzyh" : "daan zi" }, + "meanings" : [ "courage", "nerve", "guts" ], + "classifiers" : [] } ] }, + { "simplified" : "但", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 55, + "pos" : [ "c", "d" ], + "forms" : [ { "traditional" : "但", + "transcriptions" : { "pinyin" : "dàn", + "numeric" : "dan4", + "wadegiles" : "tan⁴", + "bopomofo" : "ㄉㄢˋ", + "romatzyh" : "dann" }, + "meanings" : [ "but; yet; however; still", + "merely; only; just" ], + "classifiers" : [] } ] }, + { "simplified" : "但是", + "radical" : "亻", + "level" : [ "new-2", "old-2" ], + "frequency" : 115, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "但是", + "transcriptions" : { "pinyin" : "dàn shì", + "numeric" : "dan4 shi4", + "wadegiles" : "tan⁴ shih⁴", + "bopomofo" : "ㄉㄢˋ ㄕˋ", + "romatzyh" : "dann shyh" }, + "meanings" : [ "but; however" ], + "classifiers" : [] } ] }, + { "simplified" : "但愿", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 5713, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "但願", + "transcriptions" : { "pinyin" : "dàn yuàn", + "numeric" : "dan4 yuan4", + "wadegiles" : "tan⁴ yüan⁴", + "bopomofo" : "ㄉㄢˋ ㄩㄢˋ", + "romatzyh" : "dann yuann" }, + "meanings" : [ "if only (sth were possible)", + "I wish (that)" ], + "classifiers" : [] } ] }, + { "simplified" : "诞辰", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 34026, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "誕辰", + "transcriptions" : { "pinyin" : "dàn chén", + "numeric" : "dan4 chen2", + "wadegiles" : "tan⁴ ch'en²", + "bopomofo" : "ㄉㄢˋ ㄔㄣˊ", + "romatzyh" : "dann chern" }, + "meanings" : [ "birthday" ], + "classifiers" : [] } ] }, + { "simplified" : "诞生", + "radical" : "讠", + "level" : [ "new-6", "old-6" ], + "frequency" : 4971, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "誕生", + "transcriptions" : { "pinyin" : "dàn shēng", + "numeric" : "dan4 sheng1", + "wadegiles" : "tan⁴ sheng¹", + "bopomofo" : "ㄉㄢˋ ㄕㄥ", + "romatzyh" : "dann sheng" }, + "meanings" : [ "to be born" ], + "classifiers" : [] } ] }, + { "simplified" : "弹", + "radical" : "弓", + "level" : [ "new-5", "old-4" ], + "frequency" : 2520, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "彈", + "transcriptions" : { "pinyin" : "dàn", + "numeric" : "dan4", + "wadegiles" : "tan⁴", + "bopomofo" : "ㄉㄢˋ", + "romatzyh" : "dann" }, + "meanings" : [ "crossball", + "bullet", + "shot", + "shell", + "ball" ], + "classifiers" : [] }, + { "traditional" : "彈", + "transcriptions" : { "pinyin" : "tán", + "numeric" : "tan2", + "wadegiles" : "t'an²", + "bopomofo" : "ㄊㄢˊ", + "romatzyh" : "tarn" }, + "meanings" : [ "to pluck (a string)", + "to play (a string instrument)", + "to spring or leap", + "to shoot (e.g. with a catapult)", + "(of cotton) to fluff or tease", + "to flick", + "to flip", + "to accuse", + "to impeach", + "elastic (of materials)" ], + "classifiers" : [] } ] }, + { "simplified" : "弹性", + "radical" : "弓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8792, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "彈性", + "transcriptions" : { "pinyin" : "tán xìng", + "numeric" : "tan2 xing4", + "wadegiles" : "t'an² hsing⁴", + "bopomofo" : "ㄊㄢˊ ㄒㄧㄥˋ", + "romatzyh" : "tarn shinq" }, + "meanings" : [ "flexibility", "elasticity" ], + "classifiers" : [] } ] }, + { "simplified" : "淡", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 4795, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "淡", + "transcriptions" : { "pinyin" : "dàn", + "numeric" : "dan4", + "wadegiles" : "tan⁴", + "bopomofo" : "ㄉㄢˋ", + "romatzyh" : "dann" }, + "meanings" : [ "insipid", + "diluted", + "weak", + "mild", + "light in color", + "tasteless", + "indifferent", + "(variant of 氮) nitrogen" ], + "classifiers" : [] } ] }, + { "simplified" : "淡化", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 21065, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "淡化", + "transcriptions" : { "pinyin" : "dàn huà", + "numeric" : "dan4 hua4", + "wadegiles" : "tan⁴ hua⁴", + "bopomofo" : "ㄉㄢˋ ㄏㄨㄚˋ", + "romatzyh" : "dann huah" }, + "meanings" : [ "to water down", + "to play down", + "to trivialize", + "to weaken", + "to become dull with time", + "to desalinate", + "desalination" ], + "classifiers" : [] } ] }, + { "simplified" : "淡季", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28264, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "淡季", + "transcriptions" : { "pinyin" : "dàn jì", + "numeric" : "dan4 ji4", + "wadegiles" : "tan⁴ chi⁴", + "bopomofo" : "ㄉㄢˋ ㄐㄧˋ", + "romatzyh" : "dann jih" }, + "meanings" : [ "off season", + "slow business season", + "see also 季" ], + "classifiers" : [] } ] }, + { "simplified" : "淡水", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 17985, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "淡水", + "transcriptions" : { "pinyin" : "Dàn shuǐ", + "numeric" : "Dan4 shui3", + "wadegiles" : "tan⁴ shui³", + "bopomofo" : "ㄉㄢˋ ㄕㄨㄟˇ", + "romatzyh" : "dann shoei" }, + "meanings" : [ "Tamsui or Danshui, district of New Taipei City 市, Taiwan" ], + "classifiers" : [] }, + { "traditional" : "淡水", + "transcriptions" : { "pinyin" : "dàn shuǐ", + "numeric" : "dan4 shui3", + "wadegiles" : "tan⁴ shui³", + "bopomofo" : "ㄉㄢˋ ㄕㄨㄟˇ", + "romatzyh" : "dann shoei" }, + "meanings" : [ "potable water (water with low salt content)", + "fresh water" ], + "classifiers" : [] } ] }, + { "simplified" : "蛋", + "radical" : "虫", + "level" : [ "new-2" ], + "frequency" : 1539, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蛋", + "transcriptions" : { "pinyin" : "Dàn", + "numeric" : "Dan4", + "wadegiles" : "tan⁴", + "bopomofo" : "ㄉㄢˋ", + "romatzyh" : "dann" }, + "meanings" : [ "variant of 蜑" ], + "classifiers" : [] }, + { "traditional" : "蛋", + "transcriptions" : { "pinyin" : "dàn", + "numeric" : "dan4", + "wadegiles" : "tan⁴", + "bopomofo" : "ㄉㄢˋ", + "romatzyh" : "dann" }, + "meanings" : [ "egg", "oval-shaped thing" ], + "classifiers" : [ "个", "打" ] } ] }, + { "simplified" : "蛋白质", + "radical" : "虫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7228, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蛋白質", + "transcriptions" : { "pinyin" : "dàn bái zhì", + "numeric" : "dan4 bai2 zhi4", + "wadegiles" : "tan⁴ pai² chih⁴", + "bopomofo" : "ㄉㄢˋ ㄅㄞˊ ㄓˋ", + "romatzyh" : "dann bair jyh" }, + "meanings" : [ "protein" ], + "classifiers" : [] } ] }, + { "simplified" : "蛋糕", + "radical" : "虫", + "level" : [ "new-5", "old-3" ], + "frequency" : 2650, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蛋糕", + "transcriptions" : { "pinyin" : "dàn gāo", + "numeric" : "dan4 gao1", + "wadegiles" : "tan⁴ kao¹", + "bopomofo" : "ㄉㄢˋ ㄍㄠ", + "romatzyh" : "dann gau" }, + "meanings" : [ "cake" ], + "classifiers" : [ "块", "个" ] } ] }, + { "simplified" : "当", + "radical" : "⺌", + "level" : [ "new-2", "old-4" ], + "frequency" : 155, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "噹", + "transcriptions" : { "pinyin" : "dāng", + "numeric" : "dang1", + "wadegiles" : "tang¹", + "bopomofo" : "ㄉㄤ", + "romatzyh" : "dang" }, + "meanings" : [ "(onom.) dong", "ding dong (bell)" ], + "classifiers" : [] }, + { "traditional" : "當", + "transcriptions" : { "pinyin" : "dāng", + "numeric" : "dang1", + "wadegiles" : "tang¹", + "bopomofo" : "ㄉㄤ", + "romatzyh" : "dang" }, + "meanings" : [ "to be", + "to act as", + "manage", + "withstand", + "when", + "during", + "ought", + "should", + "match equally", + "equal", + "same", + "obstruct", + "just at (a time or place)", + "on the spot", + "right", + "just at" ], + "classifiers" : [] }, + { "traditional" : "當", + "transcriptions" : { "pinyin" : "dàng", + "numeric" : "dang4", + "wadegiles" : "tang⁴", + "bopomofo" : "ㄉㄤˋ", + "romatzyh" : "danq" }, + "meanings" : [ "at or in the very same...", + "suitable", + "adequate", + "fitting", + "proper", + "to replace", + "to regard as", + "to think", + "to pawn", + "(coll.) to fail (a student)" ], + "classifiers" : [] } ] }, + { "simplified" : "当场", + "radical" : "⺌", + "level" : [ "new-5", "old-6" ], + "frequency" : 5385, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "當場", + "transcriptions" : { "pinyin" : "dāng chǎng", + "numeric" : "dang1 chang3", + "wadegiles" : "tang¹ ch'ang³", + "bopomofo" : "ㄉㄤ ㄔㄤˇ", + "romatzyh" : "dang chaang" }, + "meanings" : [ "at the scene", "on the spot" ], + "classifiers" : [] } ] }, + { "simplified" : "当成", + "radical" : "⺌", + "level" : [ "new-6" ], + "frequency" : 3853, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "當成", + "transcriptions" : { "pinyin" : "dàng chéng", + "numeric" : "dang4 cheng2", + "wadegiles" : "tang⁴ ch'eng²", + "bopomofo" : "ㄉㄤˋ ㄔㄥˊ", + "romatzyh" : "danq cherng" }, + "meanings" : [ "to consider as; to take to be" ], + "classifiers" : [] } ] }, + { "simplified" : "当初", + "radical" : "⺌", + "level" : [ "new-3", "old-6" ], + "frequency" : 2878, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當初", + "transcriptions" : { "pinyin" : "dāng chū", + "numeric" : "dang1 chu1", + "wadegiles" : "tang¹ ch'u¹", + "bopomofo" : "ㄉㄤ ㄔㄨ", + "romatzyh" : "dang chu" }, + "meanings" : [ "at that time", "originally" ], + "classifiers" : [] } ] }, + { "simplified" : "当代", + "radical" : "⺌", + "level" : [ "new-5", "old-5" ], + "frequency" : 8383, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當代", + "transcriptions" : { "pinyin" : "dāng dài", + "numeric" : "dang1 dai4", + "wadegiles" : "tang¹ tai⁴", + "bopomofo" : "ㄉㄤ ㄉㄞˋ", + "romatzyh" : "dang day" }, + "meanings" : [ "the present age", + "the contemporary era" ], + "classifiers" : [] } ] }, + { "simplified" : "当地", + "radical" : "⺌", + "level" : [ "new-3", "old-4" ], + "frequency" : 1609, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "當地", + "transcriptions" : { "pinyin" : "dāng dì", + "numeric" : "dang1 di4", + "wadegiles" : "tang¹ ti⁴", + "bopomofo" : "ㄉㄤ ㄉㄧˋ", + "romatzyh" : "dang dih" }, + "meanings" : [ "local" ], + "classifiers" : [] } ] }, + { "simplified" : "当即", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 20351, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "當即", + "transcriptions" : { "pinyin" : "dāng jí", + "numeric" : "dang1 ji2", + "wadegiles" : "tang¹ chi²", + "bopomofo" : "ㄉㄤ ㄐㄧˊ", + "romatzyh" : "dang jyi" }, + "meanings" : [ "at once", "on the spot" ], + "classifiers" : [] } ] }, + { "simplified" : "当今", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 7843, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當今", + "transcriptions" : { "pinyin" : "dāng jīn", + "numeric" : "dang1 jin1", + "wadegiles" : "tang¹ chin¹", + "bopomofo" : "ㄉㄤ ㄐㄧㄣ", + "romatzyh" : "dang jin" }, + "meanings" : [ "current", + "present", + "now", + "nowadays" ], + "classifiers" : [] } ] }, + { "simplified" : "当面", + "radical" : "⺌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9152, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "當面", + "transcriptions" : { "pinyin" : "dāng miàn", + "numeric" : "dang1 mian4", + "wadegiles" : "tang¹ mien⁴", + "bopomofo" : "ㄉㄤ ㄇㄧㄢˋ", + "romatzyh" : "dang miann" }, + "meanings" : [ "to sb's face", "in sb's presence" ], + "classifiers" : [] } ] }, + { "simplified" : "当年", + "radical" : "⺌", + "level" : [ "new-5" ], + "frequency" : 2959, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當年", + "transcriptions" : { "pinyin" : "dāng nián", + "numeric" : "dang1 nian2", + "wadegiles" : "tang¹ nien²", + "bopomofo" : "ㄉㄤ ㄋㄧㄢˊ", + "romatzyh" : "dang nian" }, + "meanings" : [ "in those days", + "then", + "in those years", + "during that time" ], + "classifiers" : [] }, + { "traditional" : "當年", + "transcriptions" : { "pinyin" : "dàng nián", + "numeric" : "dang4 nian2", + "wadegiles" : "tang⁴ nien²", + "bopomofo" : "ㄉㄤˋ ㄋㄧㄢˊ", + "romatzyh" : "danq nian" }, + "meanings" : [ "that very same year" ], + "classifiers" : [] } ] }, + { "simplified" : "当前", + "radical" : "⺌", + "level" : [ "new-5", "old-6" ], + "frequency" : 5108, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當前", + "transcriptions" : { "pinyin" : "dāng qián", + "numeric" : "dang1 qian2", + "wadegiles" : "tang¹ ch'ien²", + "bopomofo" : "ㄉㄤ ㄑㄧㄢˊ", + "romatzyh" : "dang chyan" }, + "meanings" : [ "the present time", + "to be faced with" ], + "classifiers" : [] } ] }, + { "simplified" : "当然", + "radical" : "⺌", + "level" : [ "new-3", "old-3" ], + "frequency" : 423, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "當然", + "transcriptions" : { "pinyin" : "dāng rán", + "numeric" : "dang1 ran2", + "wadegiles" : "tang¹ jan²", + "bopomofo" : "ㄉㄤ ㄖㄢˊ", + "romatzyh" : "dang ran" }, + "meanings" : [ "only natural", + "as it should be", + "certainly", + "of course", + "without doubt" ], + "classifiers" : [] } ] }, + { "simplified" : "当日", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 13746, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當日", + "transcriptions" : { "pinyin" : "dāng rì", + "numeric" : "dang1 ri4", + "wadegiles" : "tang¹ jih⁴", + "bopomofo" : "ㄉㄤ ㄖˋ", + "romatzyh" : "dang ryh" }, + "meanings" : [ "on that day" ], + "classifiers" : [] }, + { "traditional" : "當日", + "transcriptions" : { "pinyin" : "dàng rì", + "numeric" : "dang4 ri4", + "wadegiles" : "tang⁴ jih⁴", + "bopomofo" : "ㄉㄤˋ ㄖˋ", + "romatzyh" : "danq ryh" }, + "meanings" : [ "that very day", "the same day" ], + "classifiers" : [] } ] }, + { "simplified" : "当时", + "radical" : "⺌", + "level" : [ "new-2", "old-4" ], + "frequency" : 505, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當時", + "transcriptions" : { "pinyin" : "dāng shí", + "numeric" : "dang1 shi2", + "wadegiles" : "tang¹ shih²", + "bopomofo" : "ㄉㄤ ㄕˊ", + "romatzyh" : "dang shyr" }, + "meanings" : [ "then", "at that time", "while" ], + "classifiers" : [] }, + { "traditional" : "當時", + "transcriptions" : { "pinyin" : "dàng shí", + "numeric" : "dang4 shi2", + "wadegiles" : "tang⁴ shih²", + "bopomofo" : "ㄉㄤˋ ㄕˊ", + "romatzyh" : "danq shyr" }, + "meanings" : [ "at once", "right away" ], + "classifiers" : [] } ] }, + { "simplified" : "当事人", + "radical" : "⺌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "當事人", + "transcriptions" : { "pinyin" : "dāng shì rén", + "numeric" : "dang1 shi4 ren2", + "wadegiles" : "tang¹ shih⁴ jen²", + "bopomofo" : "ㄉㄤ ㄕˋ ㄖㄣˊ", + "romatzyh" : "dang shyh ren" }, + "meanings" : [ "persons involved or implicated; party (to an affair)" ], + "classifiers" : [] } ] }, + { "simplified" : "当天", + "radical" : "⺌", + "level" : [ "new-6" ], + "frequency" : 3628, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當天", + "transcriptions" : { "pinyin" : "dāng tiān", + "numeric" : "dang1 tian1", + "wadegiles" : "tang¹ t'ien¹", + "bopomofo" : "ㄉㄤ ㄊㄧㄢ", + "romatzyh" : "dang tian" }, + "meanings" : [ "on that day" ], + "classifiers" : [] }, + { "traditional" : "當天", + "transcriptions" : { "pinyin" : "dàng tiān", + "numeric" : "dang4 tian1", + "wadegiles" : "tang⁴ t'ien¹", + "bopomofo" : "ㄉㄤˋ ㄊㄧㄢ", + "romatzyh" : "danq tian" }, + "meanings" : [ "the same day" ], + "classifiers" : [] } ] }, + { "simplified" : "当晚", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 4902, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "當晚", + "transcriptions" : { "pinyin" : "dāng wǎn", + "numeric" : "dang1 wan3", + "wadegiles" : "tang¹ wan³", + "bopomofo" : "ㄉㄤ ㄨㄢˇ", + "romatzyh" : "dang woan" }, + "meanings" : [ "on that evening" ], + "classifiers" : [] }, + { "traditional" : "當晚", + "transcriptions" : { "pinyin" : "dàng wǎn", + "numeric" : "dang4 wan3", + "wadegiles" : "tang⁴ wan³", + "bopomofo" : "ㄉㄤˋ ㄨㄢˇ", + "romatzyh" : "danq woan" }, + "meanings" : [ "the same evening" ], + "classifiers" : [] } ] }, + { "simplified" : "当务之急", + "radical" : "⺌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14997, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "當務之急", + "transcriptions" : { "pinyin" : "dāng wù zhī jí", + "numeric" : "dang1 wu4 zhi1 ji2", + "wadegiles" : "tang¹ wu⁴ chih¹ chi²", + "bopomofo" : "ㄉㄤ ㄨˋ ㄓ ㄐㄧˊ", + "romatzyh" : "dang wuh jy jyi" }, + "meanings" : [ "top priority job", + "matter of vital importance" ], + "classifiers" : [] } ] }, + { "simplified" : "当下", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 9363, + "pos" : [ "t", "d" ], + "forms" : [ { "traditional" : "當下", + "transcriptions" : { "pinyin" : "dāng xià", + "numeric" : "dang1 xia4", + "wadegiles" : "tang¹ hsia⁴", + "bopomofo" : "ㄉㄤ ㄒㄧㄚˋ", + "romatzyh" : "dang shiah" }, + "meanings" : [ "immediately", + "at once", + "at that moment", + "at the moment" ], + "classifiers" : [] } ] }, + { "simplified" : "当心", + "radical" : "⺌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9615, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "當心", + "transcriptions" : { "pinyin" : "dāng xīn", + "numeric" : "dang1 xin1", + "wadegiles" : "tang¹ hsin¹", + "bopomofo" : "ㄉㄤ ㄒㄧㄣ", + "romatzyh" : "dang shin" }, + "meanings" : [ "to take care", "to look out" ], + "classifiers" : [] } ] }, + { "simplified" : "当选", + "radical" : "⺌", + "level" : [ "new-5", "old-6" ], + "frequency" : 6688, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "當選", + "transcriptions" : { "pinyin" : "dāng xuǎn", + "numeric" : "dang1 xuan3", + "wadegiles" : "tang¹ hsüan³", + "bopomofo" : "ㄉㄤ ㄒㄩㄢˇ", + "romatzyh" : "dang sheuan" }, + "meanings" : [ "to be elected", "to be selected" ], + "classifiers" : [] } ] }, + { "simplified" : "当着", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 11394, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "當著", + "transcriptions" : { "pinyin" : "dāng zhe", + "numeric" : "dang1 zhe5", + "wadegiles" : "tang¹ zhe", + "bopomofo" : "ㄉㄤ zhe", + "romatzyh" : "dang zhe" }, + "meanings" : [ "in front of", + "in the presence of" ], + "classifiers" : [] } ] }, + { "simplified" : "当真", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 7584, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "當真", + "transcriptions" : { "pinyin" : "dàng zhēn", + "numeric" : "dang4 zhen1", + "wadegiles" : "tang⁴ chen¹", + "bopomofo" : "ㄉㄤˋ ㄓㄣ", + "romatzyh" : "danq jen" }, + "meanings" : [ "to take seriously", + "serious", + "No joking, really!" ], + "classifiers" : [] } ] }, + { "simplified" : "当之无愧", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 18312, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "當之無愧", + "transcriptions" : { "pinyin" : "dāng zhī wú kuì", + "numeric" : "dang1 zhi1 wu2 kui4", + "wadegiles" : "tang¹ chih¹ wu² k'uei⁴", + "bopomofo" : "ㄉㄤ ㄓ ㄨˊ ㄎㄨㄟˋ", + "romatzyh" : "dang jy wu kuey" }, + "meanings" : [ "fully deserving, without any reservations (idiom); entirely worthy (of a title, honor etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "当中", + "radical" : "⺌", + "level" : [ "new-3" ], + "frequency" : 2374, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "當中", + "transcriptions" : { "pinyin" : "dāng zhōng", + "numeric" : "dang1 zhong1", + "wadegiles" : "tang¹ chung¹", + "bopomofo" : "ㄉㄤ ㄓㄨㄥ", + "romatzyh" : "dang jong" }, + "meanings" : [ "among", + "in the middle", + "in the center" ], + "classifiers" : [] } ] }, + { "simplified" : "当众", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 13815, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "當眾", + "transcriptions" : { "pinyin" : "dāng zhòng", + "numeric" : "dang1 zhong4", + "wadegiles" : "tang¹ chung⁴", + "bopomofo" : "ㄉㄤ ㄓㄨㄥˋ", + "romatzyh" : "dang jonq" }, + "meanings" : [ "in public", + "in front of everybody" ], + "classifiers" : [] } ] }, + { "simplified" : "当作", + "radical" : "⺌", + "level" : [ "new-6" ], + "frequency" : 3444, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "當作", + "transcriptions" : { "pinyin" : "dàng zuò", + "numeric" : "dang4 zuo4", + "wadegiles" : "tang⁴ tso⁴", + "bopomofo" : "ㄉㄤˋ ㄗㄨㄛˋ", + "romatzyh" : "danq tzuoh" }, + "meanings" : [ "to treat as", "to regard as" ], + "classifiers" : [] } ] }, + { "simplified" : "挡", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 3211, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "擋", + "transcriptions" : { "pinyin" : "dǎng", + "numeric" : "dang3", + "wadegiles" : "tang³", + "bopomofo" : "ㄉㄤˇ", + "romatzyh" : "daang" }, + "meanings" : [ "to resist", + "to obstruct", + "to hinder", + "to keep off", + "to block (a blow)", + "to get in the way of", + "cover", + "gear (e.g. in a car's transmission)" ], + "classifiers" : [] }, + { "traditional" : "擋", + "transcriptions" : { "pinyin" : "dàng", + "numeric" : "dang4", + "wadegiles" : "tang⁴", + "bopomofo" : "ㄉㄤˋ", + "romatzyh" : "danq" }, + "meanings" : [ "to arrange", "to put in order" ], + "classifiers" : [] }, + { "traditional" : "攩", + "transcriptions" : { "pinyin" : "dǎng", + "numeric" : "dang3", + "wadegiles" : "tang³", + "bopomofo" : "ㄉㄤˇ", + "romatzyh" : "daang" }, + "meanings" : [ "variant of 挡" ], + "classifiers" : [] } ] }, + { "simplified" : "党", + "radical" : "儿", + "level" : [ "new-6", "old-6" ], + "frequency" : 2047, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黨", + "transcriptions" : { "pinyin" : "Dǎng", + "numeric" : "Dang3", + "wadegiles" : "tang³", + "bopomofo" : "ㄉㄤˇ", + "romatzyh" : "daang" }, + "meanings" : [ "surname Dang" ], + "classifiers" : [] }, + { "traditional" : "黨", + "transcriptions" : { "pinyin" : "dǎng", + "numeric" : "dang3", + "wadegiles" : "tang³", + "bopomofo" : "ㄉㄤˇ", + "romatzyh" : "daang" }, + "meanings" : [ "party", + "association", + "club", + "society" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "荡漾", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 24710, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盪漾", + "transcriptions" : { "pinyin" : "dàng yàng", + "numeric" : "dang4 yang4", + "wadegiles" : "tang⁴ yang⁴", + "bopomofo" : "ㄉㄤˋ ㄧㄤˋ", + "romatzyh" : "danq yanq" }, + "meanings" : [ "to ripple", + "to undulate", + "also written 荡漾" ], + "classifiers" : [] }, + { "traditional" : "蕩漾", + "transcriptions" : { "pinyin" : "dàng yàng", + "numeric" : "dang4 yang4", + "wadegiles" : "tang⁴ yang⁴", + "bopomofo" : "ㄉㄤˋ ㄧㄤˋ", + "romatzyh" : "danq yanq" }, + "meanings" : [ "to ripple", "to undulate" ], + "classifiers" : [] } ] }, + { "simplified" : "档", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 3110, + "pos" : [ "g", "q", "n" ], + "forms" : [ { "traditional" : "檔", + "transcriptions" : { "pinyin" : "dǎng", + "numeric" : "dang3", + "wadegiles" : "tang³", + "bopomofo" : "ㄉㄤˇ", + "romatzyh" : "daang" }, + "meanings" : [ "(Tw) variant of 挡, gear" ], + "classifiers" : [] }, + { "traditional" : "檔", + "transcriptions" : { "pinyin" : "dàng", + "numeric" : "dang4", + "wadegiles" : "tang⁴", + "bopomofo" : "ㄉㄤˋ", + "romatzyh" : "danq" }, + "meanings" : [ "official records", + "grade (of goods)", + "file", + "records", + "shelves", + "slot", + "gap", + "crosspiece", + "classifier for crosspieces", + "classifier for events, affairs etc", + "Taiwan pr. [dǎng]" ], + "classifiers" : [] } ] }, + { "simplified" : "档案", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 2512, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "檔案", + "transcriptions" : { "pinyin" : "dàng àn", + "numeric" : "dang4 an4", + "wadegiles" : "tang⁴ an⁴", + "bopomofo" : "ㄉㄤˋ ㄢˋ", + "romatzyh" : "danq ann" }, + "meanings" : [ "file", "record", "archive" ], + "classifiers" : [] } ] }, + { "simplified" : "档次", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10727, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "檔次", + "transcriptions" : { "pinyin" : "dàng cì", + "numeric" : "dang4 ci4", + "wadegiles" : "tang⁴ tz'u⁴", + "bopomofo" : "ㄉㄤˋ ㄘˋ", + "romatzyh" : "danq tsyh" }, + "meanings" : [ "grade", + "class", + "quality", + "level" ], + "classifiers" : [] } ] }, + { "simplified" : "刀", + "radical" : "刀", + "level" : [ "new-3", "old-4" ], + "frequency" : 1285, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "刀", + "transcriptions" : { "pinyin" : "Dāo", + "numeric" : "Dao1", + "wadegiles" : "tao¹", + "bopomofo" : "ㄉㄠ", + "romatzyh" : "dau" }, + "meanings" : [ "surname Dao" ], + "classifiers" : [] }, + { "traditional" : "刀", + "transcriptions" : { "pinyin" : "dāo", + "numeric" : "dao1", + "wadegiles" : "tao¹", + "bopomofo" : "ㄉㄠ", + "romatzyh" : "dau" }, + "meanings" : [ "knife", + "blade", + "single-edged sword", + "cutlass", + "(slang) dollar (loanword)", + "classifier for sets of one hundred sheets (of paper)", + "classifier for knife cuts or stabs" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "导弹", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3955, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "導彈", + "transcriptions" : { "pinyin" : "dǎo dàn", + "numeric" : "dao3 dan4", + "wadegiles" : "tao³ tan⁴", + "bopomofo" : "ㄉㄠˇ ㄉㄢˋ", + "romatzyh" : "dao dann" }, + "meanings" : [ "(guided) missile" ], + "classifiers" : [ "枚" ] } ] }, + { "simplified" : "导航", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7522, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "導航", + "transcriptions" : { "pinyin" : "dǎo háng", + "numeric" : "dao3 hang2", + "wadegiles" : "tao³ hang²", + "bopomofo" : "ㄉㄠˇ ㄏㄤˊ", + "romatzyh" : "dao harng" }, + "meanings" : [ "navigation" ], + "classifiers" : [] } ] }, + { "simplified" : "导火索", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 22497, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "導火索", + "transcriptions" : { "pinyin" : "dǎo huǒ suǒ", + "numeric" : "dao3 huo3 suo3", + "wadegiles" : "tao³ huo³ so³", + "bopomofo" : "ㄉㄠˇ ㄏㄨㄛˇ ㄙㄨㄛˇ", + "romatzyh" : "dao huoo suoo" }, + "meanings" : [ "fuse (for explosive)" ], + "classifiers" : [] } ] }, + { "simplified" : "导师", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 7057, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "導師", + "transcriptions" : { "pinyin" : "dǎo shī", + "numeric" : "dao3 shi1", + "wadegiles" : "tao³ shih¹", + "bopomofo" : "ㄉㄠˇ ㄕ", + "romatzyh" : "dao shy" }, + "meanings" : [ "tutor", + "teacher", + "academic advisor" ], + "classifiers" : [] } ] }, + { "simplified" : "导向", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15065, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "導向", + "transcriptions" : { "pinyin" : "dǎo xiàng", + "numeric" : "dao3 xiang4", + "wadegiles" : "tao³ hsiang⁴", + "bopomofo" : "ㄉㄠˇ ㄒㄧㄤˋ", + "romatzyh" : "dao shianq" }, + "meanings" : [ "to be oriented towards", + "orientation" ], + "classifiers" : [] } ] }, + { "simplified" : "导演", + "radical" : "寸", + "level" : [ "new-3", "old-5" ], + "frequency" : 2109, + "pos" : [], + "forms" : [ { "traditional" : "導演", + "transcriptions" : { "pinyin" : "dǎo yǎn", + "numeric" : "dao3 yan3", + "wadegiles" : "tao³ yan³", + "bopomofo" : "ㄉㄠˇ ㄧㄢˇ", + "romatzyh" : "dao yean" }, + "meanings" : [ "to direct", "director (film etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "导游", + "radical" : "寸", + "level" : [ "new-4", "old-4" ], + "frequency" : 10258, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "導遊", + "transcriptions" : { "pinyin" : "dǎo yóu", + "numeric" : "dao3 you2", + "wadegiles" : "tao³ yu²", + "bopomofo" : "ㄉㄠˇ ㄧㄡˊ", + "romatzyh" : "dao you" }, + "meanings" : [ "tour guide", + "guidebook", + "to conduct a tour" ], + "classifiers" : [] } ] }, + { "simplified" : "导致", + "radical" : "寸", + "level" : [ "new-4", "old-5" ], + "frequency" : 1268, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "導致", + "transcriptions" : { "pinyin" : "dǎo zhì", + "numeric" : "dao3 zhi4", + "wadegiles" : "tao³ chih⁴", + "bopomofo" : "ㄉㄠˇ ㄓˋ", + "romatzyh" : "dao jyh" }, + "meanings" : [ "to lead to", + "to create", + "to cause", + "to bring about" ], + "classifiers" : [] } ] }, + { "simplified" : "岛", + "radical" : "山", + "level" : [ "new-6", "old-5" ], + "frequency" : 1816, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "㠀", + "transcriptions" : { "pinyin" : "dǎo", + "numeric" : "dao3", + "wadegiles" : "tao³", + "bopomofo" : "ㄉㄠˇ", + "romatzyh" : "dao" }, + "meanings" : [ "variant of 岛" ], + "classifiers" : [] }, + { "traditional" : "島", + "transcriptions" : { "pinyin" : "dǎo", + "numeric" : "dao3", + "wadegiles" : "tao³", + "bopomofo" : "ㄉㄠˇ", + "romatzyh" : "dao" }, + "meanings" : [ "island" ], + "classifiers" : [ "个", "座" ] } ] }, + { "simplified" : "岛屿", + "radical" : "山", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13216, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "島嶼", + "transcriptions" : { "pinyin" : "dǎo yǔ", + "numeric" : "dao3 yu3", + "wadegiles" : "tao³ yü³", + "bopomofo" : "ㄉㄠˇ ㄩˇ", + "romatzyh" : "dao yeu" }, + "meanings" : [ "island" ], + "classifiers" : [] } ] }, + { "simplified" : "捣乱", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12996, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搗亂", + "transcriptions" : { "pinyin" : "dǎo luàn", + "numeric" : "dao3 luan4", + "wadegiles" : "tao³ luan⁴", + "bopomofo" : "ㄉㄠˇ ㄌㄨㄢˋ", + "romatzyh" : "dao luann" }, + "meanings" : [ "to disturb", + "to look for trouble", + "to stir up a row", + "to bother sb intentionally" ], + "classifiers" : [] } ] }, + { "simplified" : "到", + "radical" : "刂", + "level" : [ "new-1", "old-2" ], + "frequency" : 29, + "pos" : [ "v", "p" ], + "forms" : [ { "traditional" : "到", + "transcriptions" : { "pinyin" : "dào", + "numeric" : "dao4", + "wadegiles" : "tao⁴", + "bopomofo" : "ㄉㄠˋ", + "romatzyh" : "daw" }, + "meanings" : [ "to reach; to arrive", + "to leave for; to go to", + "to (a place); until (a time); up to (a point)", + "(verb complement indicating arriving at a place or reaching a point)", + "considerate; thoughtful; thorough" ], + "classifiers" : [] } ] }, + { "simplified" : "到处", + "radical" : "刂", + "level" : [ "new-2", "old-4" ], + "frequency" : 2171, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "到處", + "transcriptions" : { "pinyin" : "dào chù", + "numeric" : "dao4 chu4", + "wadegiles" : "tao⁴ ch'u⁴", + "bopomofo" : "ㄉㄠˋ ㄔㄨˋ", + "romatzyh" : "daw chuh" }, + "meanings" : [ "everywhere" ], + "classifiers" : [] } ] }, + { "simplified" : "到达", + "radical" : "刂", + "level" : [ "new-3", "old-5" ], + "frequency" : 2131, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "到達", + "transcriptions" : { "pinyin" : "dào dá", + "numeric" : "dao4 da2", + "wadegiles" : "tao⁴ ta²", + "bopomofo" : "ㄉㄠˋ ㄉㄚˊ", + "romatzyh" : "daw dar" }, + "meanings" : [ "to reach; to arrive" ], + "classifiers" : [] } ] }, + { "simplified" : "到底", + "radical" : "刂", + "level" : [ "new-3", "old-4" ], + "frequency" : 741, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "到底", + "transcriptions" : { "pinyin" : "dào dǐ", + "numeric" : "dao4 di3", + "wadegiles" : "tao⁴ ti³", + "bopomofo" : "ㄉㄠˋ ㄉㄧˇ", + "romatzyh" : "daw dii" }, + "meanings" : [ "finally", + "in the end", + "when all is said and done", + "after all", + "to the end", + "to the last" ], + "classifiers" : [] } ] }, + { "simplified" : "到来", + "radical" : "刂", + "level" : [ "new-5" ], + "frequency" : 2807, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "到來", + "transcriptions" : { "pinyin" : "dào lái", + "numeric" : "dao4 lai2", + "wadegiles" : "tao⁴ lai²", + "bopomofo" : "ㄉㄠˋ ㄌㄞˊ", + "romatzyh" : "daw lai" }, + "meanings" : [ "to arrive", "arrival; advent" ], + "classifiers" : [] } ] }, + { "simplified" : "到期", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 8666, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "到期", + "transcriptions" : { "pinyin" : "dào qī", + "numeric" : "dao4 qi1", + "wadegiles" : "tao⁴ ch'i¹", + "bopomofo" : "ㄉㄠˋ ㄑㄧ", + "romatzyh" : "daw chi" }, + "meanings" : [ "to fall due (loan etc)", + "to expire (visa etc)", + "to mature (investment bond etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "到头来", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 13609, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "到頭來", + "transcriptions" : { "pinyin" : "dào tóu lái", + "numeric" : "dao4 tou2 lai2", + "wadegiles" : "tao⁴ t'ou² lai²", + "bopomofo" : "ㄉㄠˋ ㄊㄡˊ ㄌㄞˊ", + "romatzyh" : "daw tour lai" }, + "meanings" : [ "in the end", + "finally", + "as a result" ], + "classifiers" : [] } ] }, + { "simplified" : "到位", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 5078, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "到位", + "transcriptions" : { "pinyin" : "dào wèi", + "numeric" : "dao4 wei4", + "wadegiles" : "tao⁴ wei⁴", + "bopomofo" : "ㄉㄠˋ ㄨㄟˋ", + "romatzyh" : "daw wey" }, + "meanings" : [ "to get to the intended location", + "to be in place", + "to be in position", + "precise", + "well (done)" ], + "classifiers" : [] } ] }, + { "simplified" : "倒", + "radical" : "亻", + "level" : [ "new-2", "old-5" ], + "frequency" : 780, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "倒", + "transcriptions" : { "pinyin" : "dǎo", + "numeric" : "dao3", + "wadegiles" : "tao³", + "bopomofo" : "ㄉㄠˇ", + "romatzyh" : "dao" }, + "meanings" : [ "to fall; to collapse; to lie horizontally", + "to fail; to go bankrupt", + "to overthrow", + "to change (trains or buses)", + "to move around", + "to resell at a profit" ], + "classifiers" : [] }, + { "traditional" : "倒", + "transcriptions" : { "pinyin" : "dào", + "numeric" : "dao4", + "wadegiles" : "tao⁴", + "bopomofo" : "ㄉㄠˋ", + "romatzyh" : "daw" }, + "meanings" : [ "to invert; to place upside down or frontside back", + "to pour out", + "to tip out; to dump", + "inverted; upside down; reversed", + "to go backward", + "contrary to what one might expect; but; yet" ], + "classifiers" : [] } ] }, + { "simplified" : "倒闭", + "radical" : "亻", + "level" : [ "new-4", "old-6" ], + "frequency" : 11967, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "倒閉", + "transcriptions" : { "pinyin" : "dǎo bì", + "numeric" : "dao3 bi4", + "wadegiles" : "tao³ pi⁴", + "bopomofo" : "ㄉㄠˇ ㄅㄧˋ", + "romatzyh" : "dao bih" }, + "meanings" : [ "to go bankrupt", "to close down" ], + "classifiers" : [] } ] }, + { "simplified" : "倒车", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 16831, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "倒車", + "transcriptions" : { "pinyin" : "dǎo chē", + "numeric" : "dao3 che1", + "wadegiles" : "tao³ ch'e¹", + "bopomofo" : "ㄉㄠˇ ㄔㄜ", + "romatzyh" : "dao che" }, + "meanings" : [ "to change buses, trains etc" ], + "classifiers" : [] }, + { "traditional" : "倒車", + "transcriptions" : { "pinyin" : "dào chē", + "numeric" : "dao4 che1", + "wadegiles" : "tao⁴ ch'e¹", + "bopomofo" : "ㄉㄠˋ ㄔㄜ", + "romatzyh" : "daw che" }, + "meanings" : [ "to reverse (a vehicle)", + "to drive backwards" ], + "classifiers" : [] } ] }, + { "simplified" : "倒计时", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10111, + "pos" : [], + "forms" : [ { "traditional" : "倒計時", + "transcriptions" : { "pinyin" : "dào jì shí", + "numeric" : "dao4 ji4 shi2", + "wadegiles" : "tao⁴ chi⁴ shih²", + "bopomofo" : "ㄉㄠˋ ㄐㄧˋ ㄕˊ", + "romatzyh" : "daw jih shyr" }, + "meanings" : [ "to count down", "countdown" ], + "classifiers" : [] } ] }, + { "simplified" : "倒卖", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 18504, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "倒賣", + "transcriptions" : { "pinyin" : "dǎo mài", + "numeric" : "dao3 mai4", + "wadegiles" : "tao³ mai⁴", + "bopomofo" : "ㄉㄠˇ ㄇㄞˋ", + "romatzyh" : "dao may" }, + "meanings" : [ "to resell at a profit", + "to speculate" ], + "classifiers" : [] } ] }, + { "simplified" : "倒霉", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5252, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "倒霉", + "transcriptions" : { "pinyin" : "dǎo méi", + "numeric" : "dao3 mei2", + "wadegiles" : "tao³ mei²", + "bopomofo" : "ㄉㄠˇ ㄇㄟˊ", + "romatzyh" : "dao mei" }, + "meanings" : [ "to have bad luck", + "to be out of luck" ], + "classifiers" : [] } ] }, + { "simplified" : "倒是", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 4297, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "倒是", + "transcriptions" : { "pinyin" : "dào shi", + "numeric" : "dao4 shi5", + "wadegiles" : "tao⁴ shi", + "bopomofo" : "ㄉㄠˋ shi", + "romatzyh" : "daw shi" }, + "meanings" : [ "contrary to what one might expect", + "actually", + "contrariwise", + "why don't you" ], + "classifiers" : [] } ] }, + { "simplified" : "倒数", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 6083, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "倒數", + "transcriptions" : { "pinyin" : "dào shǔ", + "numeric" : "dao4 shu3", + "wadegiles" : "tao⁴ shu³", + "bopomofo" : "ㄉㄠˋ ㄕㄨˇ", + "romatzyh" : "daw shuu" }, + "meanings" : [ "to count backwards (from 10 down to 0)", + "to count down", + "from the bottom (lines on a page)", + "from the back (rows of seats)" ], + "classifiers" : [] }, + { "traditional" : "倒數", + "transcriptions" : { "pinyin" : "dào shù", + "numeric" : "dao4 shu4", + "wadegiles" : "tao⁴ shu⁴", + "bopomofo" : "ㄉㄠˋ ㄕㄨˋ", + "romatzyh" : "daw shuh" }, + "meanings" : [ "inverse number", + "reciprocal (math.)" ], + "classifiers" : [] } ] }, + { "simplified" : "倒塌", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11092, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "倒塌", + "transcriptions" : { "pinyin" : "dǎo tā", + "numeric" : "dao3 ta1", + "wadegiles" : "tao³ t'a¹", + "bopomofo" : "ㄉㄠˇ ㄊㄚ", + "romatzyh" : "dao ta" }, + "meanings" : [ "to collapse (of building)", + "to topple over" ], + "classifiers" : [] } ] }, + { "simplified" : "倒下", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 6803, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "倒下", + "transcriptions" : { "pinyin" : "dǎo xià", + "numeric" : "dao3 xia4", + "wadegiles" : "tao³ hsia⁴", + "bopomofo" : "ㄉㄠˇ ㄒㄧㄚˋ", + "romatzyh" : "dao shiah" }, + "meanings" : [ "to collapse", "to topple over" ], + "classifiers" : [] } ] }, + { "simplified" : "悼念", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 14306, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "悼念", + "transcriptions" : { "pinyin" : "dào niàn", + "numeric" : "dao4 nian4", + "wadegiles" : "tao⁴ nien⁴", + "bopomofo" : "ㄉㄠˋ ㄋㄧㄢˋ", + "romatzyh" : "daw niann" }, + "meanings" : [ "to grieve" ], + "classifiers" : [] } ] }, + { "simplified" : "盗", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 5640, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "盜", + "transcriptions" : { "pinyin" : "dào", + "numeric" : "dao4", + "wadegiles" : "tao⁴", + "bopomofo" : "ㄉㄠˋ", + "romatzyh" : "daw" }, + "meanings" : [ "to steal", + "to rob", + "to plunder", + "thief", + "bandit", + "robber" ], + "classifiers" : [] } ] }, + { "simplified" : "盗版", + "radical" : "皿", + "level" : [ "new-6" ], + "frequency" : 13714, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "盜版", + "transcriptions" : { "pinyin" : "dào bǎn", + "numeric" : "dao4 ban3", + "wadegiles" : "tao⁴ pan³", + "bopomofo" : "ㄉㄠˋ ㄅㄢˇ", + "romatzyh" : "daw baan" }, + "meanings" : [ "pirated", "illegal", "see also 版" ], + "classifiers" : [] } ] }, + { "simplified" : "盗窃", + "radical" : "皿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5770, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "盜竊", + "transcriptions" : { "pinyin" : "dào qiè", + "numeric" : "dao4 qie4", + "wadegiles" : "tao⁴ ch'ieh⁴", + "bopomofo" : "ㄉㄠˋ ㄑㄧㄝˋ", + "romatzyh" : "daw chieh" }, + "meanings" : [ "to steal" ], + "classifiers" : [] } ] }, + { "simplified" : "道", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 478, + "pos" : [ "qv", "n", "v" ], + "forms" : [ { "traditional" : "道", + "transcriptions" : { "pinyin" : "dào", + "numeric" : "dao4", + "wadegiles" : "tao⁴", + "bopomofo" : "ㄉㄠˋ", + "romatzyh" : "daw" }, + "meanings" : [ "road", + "path", + "principle", + "truth", + "morality", + "reason", + "skill", + "method", + "Dao (of Daoism)", + "to say", + "to speak", + "to talk", + "classifier for long thin things (rivers, cracks etc), barriers (walls, doors etc), questions (in an exam etc), commands, courses in a meal, steps in a process", + "(old) circuit (administrative division)" ], + "classifiers" : [ "条", "股" ] } ] }, + { "simplified" : "道德", + "radical" : "辶", + "level" : [ "new-5", "old-5" ], + "frequency" : 2445, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "道德", + "transcriptions" : { "pinyin" : "dào dé", + "numeric" : "dao4 de2", + "wadegiles" : "tao⁴ te²", + "bopomofo" : "ㄉㄠˋ ㄉㄜˊ", + "romatzyh" : "daw der" }, + "meanings" : [ "virtue", "morality", "ethics" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "道教", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 30866, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "道教", + "transcriptions" : { "pinyin" : "Dào jiào", + "numeric" : "Dao4 jiao4", + "wadegiles" : "tao⁴ chiao⁴", + "bopomofo" : "ㄉㄠˋ ㄐㄧㄠˋ", + "romatzyh" : "daw jiaw" }, + "meanings" : [ "Taoism", + "Daoism (Chinese system of beliefs)" ], + "classifiers" : [] } ] }, + { "simplified" : "道具", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 7621, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "道具", + "transcriptions" : { "pinyin" : "dào jù", + "numeric" : "dao4 ju4", + "wadegiles" : "tao⁴ chü⁴", + "bopomofo" : "ㄉㄠˋ ㄐㄩˋ", + "romatzyh" : "daw jiuh" }, + "meanings" : [ "prop (theater)", + "paraphernalia", + "(gaming) item", + "artifact" ], + "classifiers" : [] } ] }, + { "simplified" : "道理", + "radical" : "辶", + "level" : [ "new-2", "old-5" ], + "frequency" : 2521, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "道理", + "transcriptions" : { "pinyin" : "dào li", + "numeric" : "dao4 li5", + "wadegiles" : "tao⁴ li", + "bopomofo" : "ㄉㄠˋ li", + "romatzyh" : "daw li" }, + "meanings" : [ "reason", + "argument", + "sense", + "principle", + "basis", + "justification" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "道路", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 2367, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "道路", + "transcriptions" : { "pinyin" : "dào lù", + "numeric" : "dao4 lu4", + "wadegiles" : "tao⁴ lu⁴", + "bopomofo" : "ㄉㄠˋ ㄌㄨˋ", + "romatzyh" : "daw luh" }, + "meanings" : [ "road", "path", "way" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "道歉", + "radical" : "辶", + "level" : [ "new-6", "old-4" ], + "frequency" : 3168, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "道歉", + "transcriptions" : { "pinyin" : "dào qiàn", + "numeric" : "dao4 qian4", + "wadegiles" : "tao⁴ ch'ien⁴", + "bopomofo" : "ㄉㄠˋ ㄑㄧㄢˋ", + "romatzyh" : "daw chiann" }, + "meanings" : [ "to apologize" ], + "classifiers" : [] } ] }, + { "simplified" : "稻草", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 16234, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稻草", + "transcriptions" : { "pinyin" : "dào cǎo", + "numeric" : "dao4 cao3", + "wadegiles" : "tao⁴ ts'ao³", + "bopomofo" : "ㄉㄠˋ ㄘㄠˇ", + "romatzyh" : "daw tsao" }, + "meanings" : [ "rice straw" ], + "classifiers" : [] } ] }, + { "simplified" : "稻谷", + "radical" : "禾", + "level" : [ "old-6" ], + "frequency" : 34191, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稻穀", + "transcriptions" : { "pinyin" : "dào gǔ", + "numeric" : "dao4 gu3", + "wadegiles" : "tao⁴ ku³", + "bopomofo" : "ㄉㄠˋ ㄍㄨˇ", + "romatzyh" : "daw guu" }, + "meanings" : [ "unhusked rice", "paddy" ], + "classifiers" : [] } ] }, + { "simplified" : "德", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 1174, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "德", + "transcriptions" : { "pinyin" : "Dé", + "numeric" : "De2", + "wadegiles" : "te²", + "bopomofo" : "ㄉㄜˊ", + "romatzyh" : "der" }, + "meanings" : [ "Germany", + "German", + "abbr. for 德国" ], + "classifiers" : [] }, + { "traditional" : "德", + "transcriptions" : { "pinyin" : "dé", + "numeric" : "de2", + "wadegiles" : "te²", + "bopomofo" : "ㄉㄜˊ", + "romatzyh" : "der" }, + "meanings" : [ "virtue", + "goodness", + "morality", + "ethics", + "kindness", + "favor", + "character", + "kind" ], + "classifiers" : [] }, + { "traditional" : "悳", + "transcriptions" : { "pinyin" : "dé", + "numeric" : "de2", + "wadegiles" : "te²", + "bopomofo" : "ㄉㄜˊ", + "romatzyh" : "der" }, + "meanings" : [ "variant of 德" ], + "classifiers" : [] }, + { "traditional" : "惪", + "transcriptions" : { "pinyin" : "dé", + "numeric" : "de2", + "wadegiles" : "te²", + "bopomofo" : "ㄉㄜˊ", + "romatzyh" : "der" }, + "meanings" : [ "variant of 德" ], + "classifiers" : [] } ] }, + { "simplified" : "地", + "radical" : "土", + "level" : [ "new-1", "old-3" ], + "frequency" : 132, + "pos" : [ "u", "n" ], + "forms" : [ { "traditional" : "地", + "transcriptions" : { "pinyin" : "de", + "numeric" : "de5", + "wadegiles" : "de", + "bopomofo" : "de", + "romatzyh" : "de" }, + "meanings" : [ "-ly", + "structural particle: used before a verb or adjective, linking it to preceding modifying adverbial adjunct" ], + "classifiers" : [] }, + { "traditional" : "地", + "transcriptions" : { "pinyin" : "dì", + "numeric" : "di4", + "wadegiles" : "ti⁴", + "bopomofo" : "ㄉㄧˋ", + "romatzyh" : "dih" }, + "meanings" : [ "earth", + "ground", + "field", + "place", + "land" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "地板", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 3788, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地板", + "transcriptions" : { "pinyin" : "dì bǎn", + "numeric" : "di4 ban3", + "wadegiles" : "ti⁴ pan³", + "bopomofo" : "ㄉㄧˋ ㄅㄢˇ", + "romatzyh" : "dih baan" }, + "meanings" : [ "floor" ], + "classifiers" : [] } ] }, + { "simplified" : "地步", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6037, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地步", + "transcriptions" : { "pinyin" : "dì bù", + "numeric" : "di4 bu4", + "wadegiles" : "ti⁴ pu⁴", + "bopomofo" : "ㄉㄧˋ ㄅㄨˋ", + "romatzyh" : "dih buh" }, + "meanings" : [ "stage", + "degree (to which a situation has evolved)", + "situation", + "leeway" ], + "classifiers" : [] } ] }, + { "simplified" : "地带", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 6317, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地帶", + "transcriptions" : { "pinyin" : "dì dài", + "numeric" : "di4 dai4", + "wadegiles" : "ti⁴ tai⁴", + "bopomofo" : "ㄉㄧˋ ㄉㄞˋ", + "romatzyh" : "dih day" }, + "meanings" : [ "zone" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "地道", + "radical" : "土", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5958, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "地道", + "transcriptions" : { "pinyin" : "dì dào", + "numeric" : "di4 dao4", + "wadegiles" : "ti⁴ tao⁴", + "bopomofo" : "ㄉㄧˋ ㄉㄠˋ", + "romatzyh" : "dih daw" }, + "meanings" : [ "tunnel", "causeway" ], + "classifiers" : [] }, + { "traditional" : "地道", + "transcriptions" : { "pinyin" : "dì dao", + "numeric" : "di4 dao5", + "wadegiles" : "ti⁴ dao", + "bopomofo" : "ㄉㄧˋ dao", + "romatzyh" : "dih dao" }, + "meanings" : [ "authentic", "genuine", "proper" ], + "classifiers" : [] } ] }, + { "simplified" : "地点", + "radical" : "土", + "level" : [ "new-1" ], + "frequency" : 1921, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地點", + "transcriptions" : { "pinyin" : "dì diǎn", + "numeric" : "di4 dian3", + "wadegiles" : "ti⁴ tien³", + "bopomofo" : "ㄉㄧˋ ㄉㄧㄢˇ", + "romatzyh" : "dih dean" }, + "meanings" : [ "place", + "site", + "location", + "venue" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "地段", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 13708, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地段", + "transcriptions" : { "pinyin" : "dì duàn", + "numeric" : "di4 duan4", + "wadegiles" : "ti⁴ tuan⁴", + "bopomofo" : "ㄉㄧˋ ㄉㄨㄢˋ", + "romatzyh" : "dih duann" }, + "meanings" : [ "section", "district" ], + "classifiers" : [] } ] }, + { "simplified" : "地方", + "radical" : "土", + "level" : [ "new-1", "old-3" ], + "frequency" : 254, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地方", + "transcriptions" : { "pinyin" : "dì fāng", + "numeric" : "di4 fang1", + "wadegiles" : "ti⁴ fang¹", + "bopomofo" : "ㄉㄧˋ ㄈㄤ", + "romatzyh" : "dih fang" }, + "meanings" : [ "region", + "regional (away from the central administration)", + "local" ], + "classifiers" : [] }, + { "traditional" : "地方", + "transcriptions" : { "pinyin" : "dì fang", + "numeric" : "di4 fang5", + "wadegiles" : "ti⁴ fang", + "bopomofo" : "ㄉㄧˋ fang", + "romatzyh" : "dih fang" }, + "meanings" : [ "area", + "place", + "space", + "room", + "territory" ], + "classifiers" : [ "处", "个", "块" ] } ] }, + { "simplified" : "地理", + "radical" : "土", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6677, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地理", + "transcriptions" : { "pinyin" : "dì lǐ", + "numeric" : "di4 li3", + "wadegiles" : "ti⁴ li³", + "bopomofo" : "ㄉㄧˋ ㄌㄧˇ", + "romatzyh" : "dih lii" }, + "meanings" : [ "geography" ], + "classifiers" : [] } ] }, + { "simplified" : "地面", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 3289, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地面", + "transcriptions" : { "pinyin" : "dì miàn", + "numeric" : "di4 mian4", + "wadegiles" : "ti⁴ mien⁴", + "bopomofo" : "ㄉㄧˋ ㄇㄧㄢˋ", + "romatzyh" : "dih miann" }, + "meanings" : [ "floor", "ground", "surface" ], + "classifiers" : [] } ] }, + { "simplified" : "地名", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 14919, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地名", + "transcriptions" : { "pinyin" : "dì míng", + "numeric" : "di4 ming2", + "wadegiles" : "ti⁴ ming²", + "bopomofo" : "ㄉㄧˋ ㄇㄧㄥˊ", + "romatzyh" : "dih ming" }, + "meanings" : [ "place name", "toponym" ], + "classifiers" : [] } ] }, + { "simplified" : "地球", + "radical" : "土", + "level" : [ "new-2", "old-4" ], + "frequency" : 1971, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地球", + "transcriptions" : { "pinyin" : "dì qiú", + "numeric" : "di4 qiu2", + "wadegiles" : "ti⁴ ch'iu²", + "bopomofo" : "ㄉㄧˋ ㄑㄧㄡˊ", + "romatzyh" : "dih chyou" }, + "meanings" : [ "the earth" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "地区", + "radical" : "土", + "level" : [ "new-3", "old-5" ], + "frequency" : 1123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地區", + "transcriptions" : { "pinyin" : "dì qū", + "numeric" : "di4 qu1", + "wadegiles" : "ti⁴ ch'ü¹", + "bopomofo" : "ㄉㄧˋ ㄑㄩ", + "romatzyh" : "dih chiu" }, + "meanings" : [ "local", + "regional", + "district (not necessarily formal administrative unit)", + "region", + "area", + "as suffix to city name, means prefecture or county (area administered by a prefecture-level city or, county-level city)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "地上", + "radical" : "土", + "level" : [ "new-1" ], + "frequency" : 2185, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "地上", + "transcriptions" : { "pinyin" : "dì shang", + "numeric" : "di4 shang5", + "wadegiles" : "ti⁴ shang", + "bopomofo" : "ㄉㄧˋ shang", + "romatzyh" : "dih shang" }, + "meanings" : [ "on the ground", "on the floor" ], + "classifiers" : [] } ] }, + { "simplified" : "地势", + "radical" : "土", + "level" : [ "old-6" ], + "frequency" : 26674, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地勢", + "transcriptions" : { "pinyin" : "dì shì", + "numeric" : "di4 shi4", + "wadegiles" : "ti⁴ shih⁴", + "bopomofo" : "ㄉㄧˋ ㄕˋ", + "romatzyh" : "dih shyh" }, + "meanings" : [ "terrain", "topography relief" ], + "classifiers" : [] } ] }, + { "simplified" : "地毯", + "radical" : "土", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6563, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地毯", + "transcriptions" : { "pinyin" : "dì tǎn", + "numeric" : "di4 tan3", + "wadegiles" : "ti⁴ t'an³", + "bopomofo" : "ㄉㄧˋ ㄊㄢˇ", + "romatzyh" : "dih taan" }, + "meanings" : [ "carpet", "rug" ], + "classifiers" : [] } ] }, + { "simplified" : "地铁", + "radical" : "土", + "level" : [ "new-2", "old-3" ], + "frequency" : 3046, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地鐵", + "transcriptions" : { "pinyin" : "dì tiě", + "numeric" : "di4 tie3", + "wadegiles" : "ti⁴ t'ieh³", + "bopomofo" : "ㄉㄧˋ ㄊㄧㄝˇ", + "romatzyh" : "dih tiee" }, + "meanings" : [ "underground railway; subway", + "subway train" ], + "classifiers" : [] } ] }, + { "simplified" : "地铁站", + "radical" : "土", + "level" : [ "new-2" ], + "frequency" : 11176, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地鐵站", + "transcriptions" : { "pinyin" : "dì tiě zhàn", + "numeric" : "di4 tie3 zhan4", + "wadegiles" : "ti⁴ t'ieh³ chan⁴", + "bopomofo" : "ㄉㄧˋ ㄊㄧㄝˇ ㄓㄢˋ", + "romatzyh" : "dih tiee jann" }, + "meanings" : [ "subway station" ], + "classifiers" : [] } ] }, + { "simplified" : "地图", + "radical" : "土", + "level" : [ "new-1", "old-3" ], + "frequency" : 3548, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地圖", + "transcriptions" : { "pinyin" : "dì tú", + "numeric" : "di4 tu2", + "wadegiles" : "ti⁴ t'u²", + "bopomofo" : "ㄉㄧˋ ㄊㄨˊ", + "romatzyh" : "dih twu" }, + "meanings" : [ "map" ], + "classifiers" : [ "张", "本" ] } ] }, + { "simplified" : "地位", + "radical" : "土", + "level" : [ "new-4", "old-5" ], + "frequency" : 2771, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地位", + "transcriptions" : { "pinyin" : "dì wèi", + "numeric" : "di4 wei4", + "wadegiles" : "ti⁴ wei⁴", + "bopomofo" : "ㄉㄧˋ ㄨㄟˋ", + "romatzyh" : "dih wey" }, + "meanings" : [ "position", "status", "place" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "地下", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 2908, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "地下", + "transcriptions" : { "pinyin" : "dì xià", + "numeric" : "di4 xia4", + "wadegiles" : "ti⁴ hsia⁴", + "bopomofo" : "ㄉㄧˋ ㄒㄧㄚˋ", + "romatzyh" : "dih shiah" }, + "meanings" : [ "underground", + "subterranean", + "covert" ], + "classifiers" : [] } ] }, + { "simplified" : "地下室", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 9373, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地下室", + "transcriptions" : { "pinyin" : "dì xià shì", + "numeric" : "di4 xia4 shi4", + "wadegiles" : "ti⁴ hsia⁴ shih⁴", + "bopomofo" : "ㄉㄧˋ ㄒㄧㄚˋ ㄕˋ", + "romatzyh" : "dih shiah shyh" }, + "meanings" : [ "basement", "cellar" ], + "classifiers" : [] } ] }, + { "simplified" : "地下水", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 18186, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地下水", + "transcriptions" : { "pinyin" : "dì xià shuǐ", + "numeric" : "di4 xia4 shui3", + "wadegiles" : "ti⁴ hsia⁴ shui³", + "bopomofo" : "ㄉㄧˋ ㄒㄧㄚˋ ㄕㄨㄟˇ", + "romatzyh" : "dih shiah shoei" }, + "meanings" : [ "groundwater" ], + "classifiers" : [] } ] }, + { "simplified" : "地形", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 11043, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地形", + "transcriptions" : { "pinyin" : "dì xíng", + "numeric" : "di4 xing2", + "wadegiles" : "ti⁴ hsing²", + "bopomofo" : "ㄉㄧˋ ㄒㄧㄥˊ", + "romatzyh" : "dih shyng" }, + "meanings" : [ "topography", + "terrain", + "landform" ], + "classifiers" : [] } ] }, + { "simplified" : "地狱", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 5402, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地獄", + "transcriptions" : { "pinyin" : "dì yù", + "numeric" : "di4 yu4", + "wadegiles" : "ti⁴ yü⁴", + "bopomofo" : "ㄉㄧˋ ㄩˋ", + "romatzyh" : "dih yuh" }, + "meanings" : [ "hell", + "infernal", + "underworld", + "(Buddhism) Naraka" ], + "classifiers" : [] } ] }, + { "simplified" : "地域", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 10905, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地域", + "transcriptions" : { "pinyin" : "dì yù", + "numeric" : "di4 yu4", + "wadegiles" : "ti⁴ yü⁴", + "bopomofo" : "ㄉㄧˋ ㄩˋ", + "romatzyh" : "dih yuh" }, + "meanings" : [ "area", "district", "region" ], + "classifiers" : [] } ] }, + { "simplified" : "地震", + "radical" : "土", + "level" : [ "new-5", "old-5" ], + "frequency" : 3938, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地震", + "transcriptions" : { "pinyin" : "dì zhèn", + "numeric" : "di4 zhen4", + "wadegiles" : "ti⁴ chen⁴", + "bopomofo" : "ㄉㄧˋ ㄓㄣˋ", + "romatzyh" : "dih jenn" }, + "meanings" : [ "earthquake" ], + "classifiers" : [] } ] }, + { "simplified" : "地址", + "radical" : "土", + "level" : [ "new-4", "old-4" ], + "frequency" : 1067, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地址", + "transcriptions" : { "pinyin" : "dì zhǐ", + "numeric" : "di4 zhi3", + "wadegiles" : "ti⁴ chih³", + "bopomofo" : "ㄉㄧˋ ㄓˇ", + "romatzyh" : "dih jyy" }, + "meanings" : [ "address" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "地质", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11668, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "地質", + "transcriptions" : { "pinyin" : "dì zhì", + "numeric" : "di4 zhi4", + "wadegiles" : "ti⁴ chih⁴", + "bopomofo" : "ㄉㄧˋ ㄓˋ", + "romatzyh" : "dih jyh" }, + "meanings" : [ "geology" ], + "classifiers" : [] } ] }, + { "simplified" : "的", + "radical" : "白", + "level" : [ "new-1", "old-1" ], + "frequency" : 1, + "pos" : [ "u", "n" ], + "forms" : [ { "traditional" : "的", + "transcriptions" : { "pinyin" : "de", + "numeric" : "de5", + "wadegiles" : "de", + "bopomofo" : "de", + "romatzyh" : "de" }, + "meanings" : [ "of; ~'s (possessive particle)", + "(used after an attribute)", + "(used to form a nominal expression)", + "(used at the end of a declarative sentence for emphasis)", + "also pr. [dì] or [di] in poetry and songs" ], + "classifiers" : [] }, + { "traditional" : "的", + "transcriptions" : { "pinyin" : "dī", + "numeric" : "di1", + "wadegiles" : "ti¹", + "bopomofo" : "ㄉㄧ", + "romatzyh" : "di" }, + "meanings" : [ "a taxi; a cab (abbr. for 士)" ], + "classifiers" : [] }, + { "traditional" : "的", + "transcriptions" : { "pinyin" : "dí", + "numeric" : "di2", + "wadegiles" : "ti²", + "bopomofo" : "ㄉㄧˊ", + "romatzyh" : "dyi" }, + "meanings" : [ "really and truly" ], + "classifiers" : [] }, + { "traditional" : "的", + "transcriptions" : { "pinyin" : "dì", + "numeric" : "di4", + "wadegiles" : "ti⁴", + "bopomofo" : "ㄉㄧˋ", + "romatzyh" : "dih" }, + "meanings" : [ "(bound form) bull's-eye; target" ], + "classifiers" : [] } ] }, + { "simplified" : "的话", + "radical" : "白", + "level" : [ "new-2" ], + "frequency" : 2226, + "pos" : [ "u" ], + "forms" : [ { "traditional" : "的話", + "transcriptions" : { "pinyin" : "de huà", + "numeric" : "de5 hua4", + "wadegiles" : "de hua⁴", + "bopomofo" : "de ㄏㄨㄚˋ", + "romatzyh" : "de huah" }, + "meanings" : [ "if (coming after a conditional clause)" ], + "classifiers" : [] } ] }, + { "simplified" : "的确", + "radical" : "白", + "level" : [ "new-4", "old-5" ], + "frequency" : 1392, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "的確", + "transcriptions" : { "pinyin" : "dí què", + "numeric" : "di2 que4", + "wadegiles" : "ti² ch'üeh⁴", + "bopomofo" : "ㄉㄧˊ ㄑㄩㄝˋ", + "romatzyh" : "dyi chiueh" }, + "meanings" : [ "really", "indeed" ], + "classifiers" : [] } ] }, + { "simplified" : "得", + "radical" : "彳", + "level" : [ "new-2", "old-2", "old-2" ], + "frequency" : 58, + "pos" : [ "u", "v" ], + "forms" : [ { "traditional" : "得", + "transcriptions" : { "pinyin" : "dé", + "numeric" : "de2", + "wadegiles" : "te²", + "bopomofo" : "ㄉㄜˊ", + "romatzyh" : "der" }, + "meanings" : [ "to obtain", + "to get", + "to gain", + "to catch (a disease)", + "proper", + "suitable", + "proud", + "contented", + "to allow", + "to permit", + "ready", + "finished" ], + "classifiers" : [] }, + { "traditional" : "得", + "transcriptions" : { "pinyin" : "de", + "numeric" : "de5", + "wadegiles" : "de", + "bopomofo" : "de", + "romatzyh" : "de" }, + "meanings" : [ "structural particle: used after a verb (or adjective as main verb), linking it to following phrase indicating effect, degree, possibility etc" ], + "classifiers" : [] }, + { "traditional" : "得", + "transcriptions" : { "pinyin" : "děi", + "numeric" : "dei3", + "wadegiles" : "tei³", + "bopomofo" : "ㄉㄟˇ", + "romatzyh" : "deei" }, + "meanings" : [ "to have to", + "must", + "ought to", + "to need to" ], + "classifiers" : [] } ] }, + { "simplified" : "得不偿失", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 30150, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "得不償失", + "transcriptions" : { "pinyin" : "dé bù cháng shī", + "numeric" : "de2 bu4 chang2 shi1", + "wadegiles" : "te² pu⁴ ch'ang² shih¹", + "bopomofo" : "ㄉㄜˊ ㄅㄨˋ ㄔㄤˊ ㄕ", + "romatzyh" : "der buh charng shy" }, + "meanings" : [ "the gains do not make up for the losses (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "得出", + "radical" : "彳", + "level" : [ "new-2" ], + "frequency" : 5401, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "得出", + "transcriptions" : { "pinyin" : "dé chū", + "numeric" : "de2 chu1", + "wadegiles" : "te² ch'u¹", + "bopomofo" : "ㄉㄜˊ ㄔㄨ", + "romatzyh" : "der chu" }, + "meanings" : [ "to obtain (a result); to arrive at (a conclusion)" ], + "classifiers" : [] } ] }, + { "simplified" : "得当", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 15462, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "得當", + "transcriptions" : { "pinyin" : "dé dàng", + "numeric" : "de2 dang4", + "wadegiles" : "te² tang⁴", + "bopomofo" : "ㄉㄜˊ ㄉㄤˋ", + "romatzyh" : "der danq" }, + "meanings" : [ "appropriate", "suitable" ], + "classifiers" : [] } ] }, + { "simplified" : "得到", + "radical" : "彳", + "level" : [ "new-1" ], + "frequency" : 308, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "得到", + "transcriptions" : { "pinyin" : "dé dào", + "numeric" : "de2 dao4", + "wadegiles" : "te² tao⁴", + "bopomofo" : "ㄉㄜˊ ㄉㄠˋ", + "romatzyh" : "der daw" }, + "meanings" : [ "to get", + "to obtain", + "to receive" ], + "classifiers" : [] } ] }, + { "simplified" : "得分", + "radical" : "彳", + "level" : [ "new-3" ], + "frequency" : 3694, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "得分", + "transcriptions" : { "pinyin" : "dé fēn", + "numeric" : "de2 fen1", + "wadegiles" : "te² fen¹", + "bopomofo" : "ㄉㄜˊ ㄈㄣ", + "romatzyh" : "der fen" }, + "meanings" : [ "to score" ], + "classifiers" : [] } ] }, + { "simplified" : "得了", + "radical" : "彳", + "level" : [ "new-5" ], + "frequency" : 3720, + "pos" : [ "v", "y" ], + "forms" : [ { "traditional" : "得了", + "transcriptions" : { "pinyin" : "dé le", + "numeric" : "de2 le5", + "wadegiles" : "te² le", + "bopomofo" : "ㄉㄜˊ le", + "romatzyh" : "der le" }, + "meanings" : [ "all right!", "that's enough!" ], + "classifiers" : [] }, + { "traditional" : "得了", + "transcriptions" : { "pinyin" : "dé liǎo", + "numeric" : "de2 liao3", + "wadegiles" : "te² liao³", + "bopomofo" : "ㄉㄜˊ ㄌㄧㄠˇ", + "romatzyh" : "der leau" }, + "meanings" : [ "(emphatically, in rhetorical questions) possible" ], + "classifiers" : [] } ] }, + { "simplified" : "得力", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14265, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "得力", + "transcriptions" : { "pinyin" : "dé lì", + "numeric" : "de2 li4", + "wadegiles" : "te² li⁴", + "bopomofo" : "ㄉㄜˊ ㄌㄧˋ", + "romatzyh" : "der lih" }, + "meanings" : [ "able", + "capable", + "competent", + "efficient" ], + "classifiers" : [] } ] }, + { "simplified" : "得失", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 16732, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "得失", + "transcriptions" : { "pinyin" : "dé shī", + "numeric" : "de2 shi1", + "wadegiles" : "te² shih¹", + "bopomofo" : "ㄉㄜˊ ㄕ", + "romatzyh" : "der shy" }, + "meanings" : [ "gains and losses", + "success and failure", + "merits and demerits" ], + "classifiers" : [] } ] }, + { "simplified" : "得手", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 13194, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "得手", + "transcriptions" : { "pinyin" : "dé shǒu", + "numeric" : "de2 shou3", + "wadegiles" : "te² shou³", + "bopomofo" : "ㄉㄜˊ ㄕㄡˇ", + "romatzyh" : "der shoou" }, + "meanings" : [ "to go smoothly; to come off; to succeed" ], + "classifiers" : [] } ] }, + { "simplified" : "得体", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 14324, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "得體", + "transcriptions" : { "pinyin" : "dé tǐ", + "numeric" : "de2 ti3", + "wadegiles" : "te² t'i³", + "bopomofo" : "ㄉㄜˊ ㄊㄧˇ", + "romatzyh" : "der tii" }, + "meanings" : [ "appropriate to the occasion", + "fitting" ], + "classifiers" : [] } ] }, + { "simplified" : "得天独厚", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 40643, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "得天獨厚", + "transcriptions" : { "pinyin" : "dé tiān dú hòu", + "numeric" : "de2 tian1 du2 hou4", + "wadegiles" : "te² t'ien¹ tu² hou⁴", + "bopomofo" : "ㄉㄜˊ ㄊㄧㄢ ㄉㄨˊ ㄏㄡˋ", + "romatzyh" : "der tian dwu how" }, + "meanings" : [ "blessed by heaven (idiom)", + "enjoying exceptional advantages", + "favored by nature" ], + "classifiers" : [] } ] }, + { "simplified" : "得以", + "radical" : "彳", + "level" : [ "new-5" ], + "frequency" : 5437, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "得以", + "transcriptions" : { "pinyin" : "dé yǐ", + "numeric" : "de2 yi3", + "wadegiles" : "te² i³", + "bopomofo" : "ㄉㄜˊ ㄧˇ", + "romatzyh" : "der yii" }, + "meanings" : [ "able to", + "so that sb can", + "enabling", + "in order to", + "finally in a position to", + "with sth in view" ], + "classifiers" : [] } ] }, + { "simplified" : "得益于", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 11657, + "pos" : [], + "forms" : [ { "traditional" : "得益於", + "transcriptions" : { "pinyin" : "dé yì yú", + "numeric" : "de2 yi4 yu2", + "wadegiles" : "te² i⁴ yü²", + "bopomofo" : "ㄉㄜˊ ㄧˋ ㄩˊ", + "romatzyh" : "der yih yu" }, + "meanings" : [ "to benefit from", "thanks to" ], + "classifiers" : [] } ] }, + { "simplified" : "得意", + "radical" : "彳", + "level" : [ "new-4", "old-4" ], + "frequency" : 6279, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "得意", + "transcriptions" : { "pinyin" : "dé yì", + "numeric" : "de2 yi4", + "wadegiles" : "te² i⁴", + "bopomofo" : "ㄉㄜˊ ㄧˋ", + "romatzyh" : "der yih" }, + "meanings" : [ "proud of oneself", + "pleased with oneself", + "complacent" ], + "classifiers" : [] } ] }, + { "simplified" : "得意扬扬", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 164953, + "pos" : [], + "forms" : [ { "traditional" : "得意揚揚", + "transcriptions" : { "pinyin" : "dé yì yáng yáng", + "numeric" : "de2 yi4 yang2 yang2", + "wadegiles" : "te² i⁴ yang² yang²", + "bopomofo" : "ㄉㄜˊ ㄧˋ ㄧㄤˊ ㄧㄤˊ", + "romatzyh" : "der yih yang yang" }, + "meanings" : [ "variant of 洋" ], + "classifiers" : [] } ] }, + { "simplified" : "得知", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 3242, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "得知", + "transcriptions" : { "pinyin" : "dé zhī", + "numeric" : "de2 zhi1", + "wadegiles" : "te² chih¹", + "bopomofo" : "ㄉㄜˊ ㄓ", + "romatzyh" : "der jy" }, + "meanings" : [ "to find out", "to learn of" ], + "classifiers" : [] } ] }, + { "simplified" : "得罪", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9103, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "得罪", + "transcriptions" : { "pinyin" : "dé zuì", + "numeric" : "de2 zui4", + "wadegiles" : "te² tsui⁴", + "bopomofo" : "ㄉㄜˊ ㄗㄨㄟˋ", + "romatzyh" : "der tzuey" }, + "meanings" : [ "to commit an offense", + "to violate the law", + "excuse me! (formal)", + "see also 罪" ], + "classifiers" : [] }, + { "traditional" : "得罪", + "transcriptions" : { "pinyin" : "dé zui", + "numeric" : "de2 zui5", + "wadegiles" : "te² zui", + "bopomofo" : "ㄉㄜˊ zui", + "romatzyh" : "der zui" }, + "meanings" : [ "to offend sb", + "to make a faux pas", + "a faux pas", + "see also 罪" ], + "classifiers" : [] } ] }, + { "simplified" : "灯", + "radical" : "火", + "level" : [ "new-2", "old-3" ], + "frequency" : 2001, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "燈", + "transcriptions" : { "pinyin" : "dēng", + "numeric" : "deng1", + "wadegiles" : "teng¹", + "bopomofo" : "ㄉㄥ", + "romatzyh" : "deng" }, + "meanings" : [ "lamp", "light", "lantern" ], + "classifiers" : [ "盏" ] } ] }, + { "simplified" : "灯光", + "radical" : "火", + "level" : [ "new-4" ], + "frequency" : 4731, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "燈光", + "transcriptions" : { "pinyin" : "dēng guāng", + "numeric" : "deng1 guang1", + "wadegiles" : "teng¹ kuang¹", + "bopomofo" : "ㄉㄥ ㄍㄨㄤ", + "romatzyh" : "deng guang" }, + "meanings" : [ "(stage) lighting", "light" ], + "classifiers" : [] } ] }, + { "simplified" : "灯笼", + "radical" : "火", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17051, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "燈籠", + "transcriptions" : { "pinyin" : "dēng lóng", + "numeric" : "deng1 long2", + "wadegiles" : "teng¹ lung²", + "bopomofo" : "ㄉㄥ ㄌㄨㄥˊ", + "romatzyh" : "deng long" }, + "meanings" : [ "lantern" ], + "classifiers" : [] } ] }, + { "simplified" : "灯泡", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 11742, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "燈泡", + "transcriptions" : { "pinyin" : "dēng pào", + "numeric" : "deng1 pao4", + "wadegiles" : "teng¹ p'ao⁴", + "bopomofo" : "ㄉㄥ ㄆㄠˋ", + "romatzyh" : "deng paw" }, + "meanings" : [ "light bulb", + "see also 电灯泡", + "third-wheel or unwanted third party spoiling a couple's date (slang)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "登", + "radical" : "癶", + "level" : [ "new-4" ], + "frequency" : 2782, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "登", + "transcriptions" : { "pinyin" : "dēng", + "numeric" : "deng1", + "wadegiles" : "teng¹", + "bopomofo" : "ㄉㄥ", + "romatzyh" : "deng" }, + "meanings" : [ "to scale (a height)", + "to ascend", + "to mount", + "to publish or record", + "to enter (e.g. in a register)", + "to press down with the foot", + "to step or tread on", + "to put on (shoes or trousers) (dialect)", + "to be gathered and taken to the threshing ground (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "登机", + "radical" : "癶", + "level" : [ "new-7+" ], + "frequency" : 10431, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "登機", + "transcriptions" : { "pinyin" : "dēng jī", + "numeric" : "deng1 ji1", + "wadegiles" : "teng¹ chi¹", + "bopomofo" : "ㄉㄥ ㄐㄧ", + "romatzyh" : "deng ji" }, + "meanings" : [ "to board a plane" ], + "classifiers" : [] } ] }, + { "simplified" : "登机牌", + "radical" : "癶", + "level" : [ "old-5" ], + "frequency" : 22658, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "登機牌", + "transcriptions" : { "pinyin" : "dēng jī pái", + "numeric" : "deng1 ji1 pai2", + "wadegiles" : "teng¹ chi¹ p'ai²", + "bopomofo" : "ㄉㄥ ㄐㄧ ㄆㄞˊ", + "romatzyh" : "deng ji pair" }, + "meanings" : [ "boarding pass" ], + "classifiers" : [] } ] }, + { "simplified" : "登记", + "radical" : "癶", + "level" : [ "new-4", "old-5" ], + "frequency" : 2377, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "登記", + "transcriptions" : { "pinyin" : "dēng jì", + "numeric" : "deng1 ji4", + "wadegiles" : "teng¹ chi⁴", + "bopomofo" : "ㄉㄥ ㄐㄧˋ", + "romatzyh" : "deng jih" }, + "meanings" : [ "to register (one's name)" ], + "classifiers" : [] } ] }, + { "simplified" : "登陆", + "radical" : "癶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4583, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "登陸", + "transcriptions" : { "pinyin" : "dēng lù", + "numeric" : "deng1 lu4", + "wadegiles" : "teng¹ lu⁴", + "bopomofo" : "ㄉㄥ ㄌㄨˋ", + "romatzyh" : "deng luh" }, + "meanings" : [ "to land", + "to come ashore", + "to make landfall (of typhoon etc)", + "to log in (frequently used erroneous variant of 登录)" ], + "classifiers" : [] } ] }, + { "simplified" : "登录", + "radical" : "癶", + "level" : [ "new-4", "old-6" ], + "frequency" : 6988, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "登錄", + "transcriptions" : { "pinyin" : "dēng lù", + "numeric" : "deng1 lu4", + "wadegiles" : "teng¹ lu⁴", + "bopomofo" : "ㄉㄥ ㄌㄨˋ", + "romatzyh" : "deng luh" }, + "meanings" : [ "to register", "to log in" ], + "classifiers" : [] } ] }, + { "simplified" : "登山", + "radical" : "癶", + "level" : [ "new-4" ], + "frequency" : 11767, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "登山", + "transcriptions" : { "pinyin" : "dēng shān", + "numeric" : "deng1 shan1", + "wadegiles" : "teng¹ shan¹", + "bopomofo" : "ㄉㄥ ㄕㄢ", + "romatzyh" : "deng shan" }, + "meanings" : [ "to climb a mountain", + "climbing", + "mountaineering" ], + "classifiers" : [] } ] }, + { "simplified" : "蹬", + "radical" : "足", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12339, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "蹬", + "transcriptions" : { "pinyin" : "dēng", + "numeric" : "deng1", + "wadegiles" : "teng¹", + "bopomofo" : "ㄉㄥ", + "romatzyh" : "deng" }, + "meanings" : [ "to step on", + "to tread on", + "to wear (shoes)", + "(slang) to dump (sb)", + "Taiwan pr. [dèng]" ], + "classifiers" : [] } ] }, + { "simplified" : "等", + "radical" : "⺮", + "level" : [ "new-1", "old-4", "old-4" ], + "frequency" : 83, + "pos" : [ "v", "u" ], + "forms" : [ { "traditional" : "等", + "transcriptions" : { "pinyin" : "děng", + "numeric" : "deng3", + "wadegiles" : "teng³", + "bopomofo" : "ㄉㄥˇ", + "romatzyh" : "deeng" }, + "meanings" : [ "class", + "rank", + "grade", + "equal to", + "same as", + "to wait for", + "to await", + "et cetera", + "and so on", + "et al. (and other authors)", + "after", + "as soon as", + "once" ], + "classifiers" : [] } ] }, + { "simplified" : "等待", + "radical" : "⺮", + "level" : [ "new-3", "old-5" ], + "frequency" : 1567, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "等待", + "transcriptions" : { "pinyin" : "děng dài", + "numeric" : "deng3 dai4", + "wadegiles" : "teng³ tai⁴", + "bopomofo" : "ㄉㄥˇ ㄉㄞˋ", + "romatzyh" : "deeng day" }, + "meanings" : [ "to wait; to wait for" ], + "classifiers" : [] } ] }, + { "simplified" : "等到", + "radical" : "⺮", + "level" : [ "new-2" ], + "frequency" : 4305, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "等到", + "transcriptions" : { "pinyin" : "děng dào", + "numeric" : "deng3 dao4", + "wadegiles" : "teng³ tao⁴", + "bopomofo" : "ㄉㄥˇ ㄉㄠˋ", + "romatzyh" : "deeng daw" }, + "meanings" : [ "to wait until", + "by the time when (sth is ready etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "等候", + "radical" : "⺮", + "level" : [ "new-5", "old-5" ], + "frequency" : 6248, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "等候", + "transcriptions" : { "pinyin" : "děng hòu", + "numeric" : "deng3 hou4", + "wadegiles" : "teng³ hou⁴", + "bopomofo" : "ㄉㄥˇ ㄏㄡˋ", + "romatzyh" : "deeng how" }, + "meanings" : [ "to wait", "to wait for" ], + "classifiers" : [] } ] }, + { "simplified" : "等级", + "radical" : "⺮", + "level" : [ "new-5", "old-6" ], + "frequency" : 5289, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "等級", + "transcriptions" : { "pinyin" : "děng jí", + "numeric" : "deng3 ji2", + "wadegiles" : "teng³ chi²", + "bopomofo" : "ㄉㄥˇ ㄐㄧˊ", + "romatzyh" : "deeng jyi" }, + "meanings" : [ "grade", "rank", "status" ], + "classifiers" : [] } ] }, + { "simplified" : "等于", + "radical" : "⺮", + "level" : [ "new-2", "old-5" ], + "frequency" : 3464, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "等於", + "transcriptions" : { "pinyin" : "děng yú", + "numeric" : "deng3 yu2", + "wadegiles" : "teng³ yü²", + "bopomofo" : "ㄉㄥˇ ㄩˊ", + "romatzyh" : "deeng yu" }, + "meanings" : [ "to equal", "to be tantamount to" ], + "classifiers" : [] } ] }, + { "simplified" : "凳子", + "radical" : "几", + "level" : [ "new-7+" ], + "frequency" : 12912, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "凳子", + "transcriptions" : { "pinyin" : "dèng zi", + "numeric" : "deng4 zi5", + "wadegiles" : "teng⁴ zi", + "bopomofo" : "ㄉㄥˋ zi", + "romatzyh" : "denq zi" }, + "meanings" : [ "stool", "small seat" ], + "classifiers" : [] } ] }, + { "simplified" : "瞪", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7103, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瞪", + "transcriptions" : { "pinyin" : "dèng", + "numeric" : "deng4", + "wadegiles" : "teng⁴", + "bopomofo" : "ㄉㄥˋ", + "romatzyh" : "denq" }, + "meanings" : [ "to open (one's eyes) wide", + "to stare at", + "to glare at" ], + "classifiers" : [] } ] }, + { "simplified" : "低", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 951, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "低", + "transcriptions" : { "pinyin" : "dī", + "numeric" : "di1", + "wadegiles" : "ti¹", + "bopomofo" : "ㄉㄧ", + "romatzyh" : "di" }, + "meanings" : [ "low", + "beneath", + "to lower (one's head)", + "to let droop", + "to hang down", + "to incline" ], + "classifiers" : [] } ] }, + { "simplified" : "低调", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 5045, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "低調", + "transcriptions" : { "pinyin" : "dī diào", + "numeric" : "di1 diao4", + "wadegiles" : "ti¹ tiao⁴", + "bopomofo" : "ㄉㄧ ㄉㄧㄠˋ", + "romatzyh" : "di diaw" }, + "meanings" : [ "low pitch", + "quiet (voice)", + "subdued", + "low-key", + "low-profile" ], + "classifiers" : [] } ] }, + { "simplified" : "低估", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7942, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "低估", + "transcriptions" : { "pinyin" : "dī gū", + "numeric" : "di1 gu1", + "wadegiles" : "ti¹ ku¹", + "bopomofo" : "ㄉㄧ ㄍㄨ", + "romatzyh" : "di gu" }, + "meanings" : [ "to underestimate; to underrate" ], + "classifiers" : [] } ] }, + { "simplified" : "低谷", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 13927, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "低谷", + "transcriptions" : { "pinyin" : "dī gǔ", + "numeric" : "di1 gu3", + "wadegiles" : "ti¹ ku³", + "bopomofo" : "ㄉㄧ ㄍㄨˇ", + "romatzyh" : "di guu" }, + "meanings" : [ "valley", + "trough (as opposed to peaks)", + "fig. low point", + "lowest ebb", + "nadir of one's fortunes" ], + "classifiers" : [] } ] }, + { "simplified" : "低价", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10967, + "pos" : [ "n", "ad" ], + "forms" : [ { "traditional" : "低價", + "transcriptions" : { "pinyin" : "dī jià", + "numeric" : "di1 jia4", + "wadegiles" : "ti¹ chia⁴", + "bopomofo" : "ㄉㄧ ㄐㄧㄚˋ", + "romatzyh" : "di jiah" }, + "meanings" : [ "low price" ], + "classifiers" : [] } ] }, + { "simplified" : "低迷", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 17114, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "低迷", + "transcriptions" : { "pinyin" : "dī mí", + "numeric" : "di1 mi2", + "wadegiles" : "ti¹ mi²", + "bopomofo" : "ㄉㄧ ㄇㄧˊ", + "romatzyh" : "di mi" }, + "meanings" : [ "blurred (landscape etc)", + "low (spirits)", + "in a slump (economy)" ], + "classifiers" : [] } ] }, + { "simplified" : "低碳", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "低碳", + "transcriptions" : { "pinyin" : "dī tàn", + "numeric" : "di1 tan4", + "wadegiles" : "ti¹ t'an⁴", + "bopomofo" : "ㄉㄧ ㄊㄢˋ", + "romatzyh" : "di tann" }, + "meanings" : [ "(attributive) low-carbon; low-carb (diet)" ], + "classifiers" : [] } ] }, + { "simplified" : "低头", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 7321, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "低頭", + "transcriptions" : { "pinyin" : "dī tóu", + "numeric" : "di1 tou2", + "wadegiles" : "ti¹ t'ou²", + "bopomofo" : "ㄉㄧ ㄊㄡˊ", + "romatzyh" : "di tour" }, + "meanings" : [ "to bow the head", + "to yield", + "to give in" ], + "classifiers" : [] } ] }, + { "simplified" : "低温", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 10778, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "低溫", + "transcriptions" : { "pinyin" : "dī wēn", + "numeric" : "di1 wen1", + "wadegiles" : "ti¹ wen¹", + "bopomofo" : "ㄉㄧ ㄨㄣ", + "romatzyh" : "di uen" }, + "meanings" : [ "low temperature" ], + "classifiers" : [] } ] }, + { "simplified" : "低下", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8424, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "低下", + "transcriptions" : { "pinyin" : "dī xià", + "numeric" : "di1 xia4", + "wadegiles" : "ti¹ hsia⁴", + "bopomofo" : "ㄉㄧ ㄒㄧㄚˋ", + "romatzyh" : "di shiah" }, + "meanings" : [ "low status", + "lowly", + "to lower (one's head)" ], + "classifiers" : [] } ] }, + { "simplified" : "低于", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 6208, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "低於", + "transcriptions" : { "pinyin" : "dī yú", + "numeric" : "di1 yu2", + "wadegiles" : "ti¹ yü²", + "bopomofo" : "ㄉㄧ ㄩˊ", + "romatzyh" : "di yu" }, + "meanings" : [ "to be lower than" ], + "classifiers" : [] } ] }, + { "simplified" : "堤", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 9859, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "堤", + "transcriptions" : { "pinyin" : "dī", + "numeric" : "di1", + "wadegiles" : "ti¹", + "bopomofo" : "ㄉㄧ", + "romatzyh" : "di" }, + "meanings" : [ "dike", "Taiwan pr. [tí]" ], + "classifiers" : [] }, + { "traditional" : "隄", + "transcriptions" : { "pinyin" : "dī", + "numeric" : "di1", + "wadegiles" : "ti¹", + "bopomofo" : "ㄉㄧ", + "romatzyh" : "di" }, + "meanings" : [ "variant of 堤" ], + "classifiers" : [] } ] }, + { "simplified" : "堤坝", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 34295, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "堤壩", + "transcriptions" : { "pinyin" : "dī bà", + "numeric" : "di1 ba4", + "wadegiles" : "ti¹ pa⁴", + "bopomofo" : "ㄉㄧ ㄅㄚˋ", + "romatzyh" : "di bah" }, + "meanings" : [ "dam", "dike" ], + "classifiers" : [] } ] }, + { "simplified" : "滴", + "radical" : "氵", + "level" : [ "new-6", "old-5" ], + "frequency" : 2035, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "滴", + "transcriptions" : { "pinyin" : "dī", + "numeric" : "di1", + "wadegiles" : "ti¹", + "bopomofo" : "ㄉㄧ", + "romatzyh" : "di" }, + "meanings" : [ "a drop", "to drip" ], + "classifiers" : [] } ] }, + { "simplified" : "敌人", + "radical" : "舌", + "level" : [ "new-4", "old-5" ], + "frequency" : 1731, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "敵人", + "transcriptions" : { "pinyin" : "dí rén", + "numeric" : "di2 ren2", + "wadegiles" : "ti² jen²", + "bopomofo" : "ㄉㄧˊ ㄖㄣˊ", + "romatzyh" : "dyi ren" }, + "meanings" : [ "enemy" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "敌视", + "radical" : "舌", + "level" : [ "old-6" ], + "frequency" : 25245, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "敵視", + "transcriptions" : { "pinyin" : "dí shì", + "numeric" : "di2 shi4", + "wadegiles" : "ti² shih⁴", + "bopomofo" : "ㄉㄧˊ ㄕˋ", + "romatzyh" : "dyi shyh" }, + "meanings" : [ "hostile", + "malevolence", + "antagonism", + "to view as enemy", + "to stand against" ], + "classifiers" : [] } ] }, + { "simplified" : "笛子", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 23092, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "笛子", + "transcriptions" : { "pinyin" : "dí zi", + "numeric" : "di2 zi5", + "wadegiles" : "ti² zi", + "bopomofo" : "ㄉㄧˊ zi", + "romatzyh" : "dyi zi" }, + "meanings" : [ "bamboo flute" ], + "classifiers" : [ "管" ] } ] }, + { "simplified" : "底", + "radical" : "广", + "level" : [ "new-4", "old-4" ], + "frequency" : 849, + "pos" : [ "f", "n" ], + "forms" : [ { "traditional" : "底", + "transcriptions" : { "pinyin" : "de", + "numeric" : "de5", + "wadegiles" : "de", + "bopomofo" : "de", + "romatzyh" : "de" }, + "meanings" : [ "(equivalent to 的 as possessive particle)" ], + "classifiers" : [] }, + { "traditional" : "底", + "transcriptions" : { "pinyin" : "dǐ", + "numeric" : "di3", + "wadegiles" : "ti³", + "bopomofo" : "ㄉㄧˇ", + "romatzyh" : "dii" }, + "meanings" : [ "background", + "bottom", + "base", + "end (of the month, year etc)", + "remnants", + "(math.) radix", + "base" ], + "classifiers" : [] } ] }, + { "simplified" : "底层", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 11996, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "底層", + "transcriptions" : { "pinyin" : "dǐ céng", + "numeric" : "di3 ceng2", + "wadegiles" : "ti³ ts'eng²", + "bopomofo" : "ㄉㄧˇ ㄘㄥˊ", + "romatzyh" : "dii tserng" }, + "meanings" : [ "ground or first floor", + "bottom (of a pile)", + "lowest rung (of society)" ], + "classifiers" : [] } ] }, + { "simplified" : "底下", + "radical" : "广", + "level" : [ "new-3" ], + "frequency" : 5997, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "底下", + "transcriptions" : { "pinyin" : "dǐ xia", + "numeric" : "di3 xia5", + "wadegiles" : "ti³ xia", + "bopomofo" : "ㄉㄧˇ xia", + "romatzyh" : "dii xia" }, + "meanings" : [ "the location below sth", + "afterwards" ], + "classifiers" : [] } ] }, + { "simplified" : "底线", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 5683, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "底線", + "transcriptions" : { "pinyin" : "dǐ xiàn", + "numeric" : "di3 xian4", + "wadegiles" : "ti³ hsien⁴", + "bopomofo" : "ㄉㄧˇ ㄒㄧㄢˋ", + "romatzyh" : "dii shiann" }, + "meanings" : [ "bottom line; the limit of what one is prepared to accept", + "(sports) baseline", + "(sewing) under thread", + "spy; informer; plant" ], + "classifiers" : [] } ] }, + { "simplified" : "底蕴", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 34522, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "底蘊", + "transcriptions" : { "pinyin" : "dǐ yùn", + "numeric" : "di3 yun4", + "wadegiles" : "ti³ yün⁴", + "bopomofo" : "ㄉㄧˇ ㄩㄣˋ", + "romatzyh" : "dii yunn" }, + "meanings" : [ "inside information", + "concrete details" ], + "classifiers" : [] } ] }, + { "simplified" : "底子", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 26414, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "底子", + "transcriptions" : { "pinyin" : "dǐ zi", + "numeric" : "di3 zi5", + "wadegiles" : "ti³ zi", + "bopomofo" : "ㄉㄧˇ zi", + "romatzyh" : "dii zi" }, + "meanings" : [ "base", "foundation", "bottom" ], + "classifiers" : [] } ] }, + { "simplified" : "抵触", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 17615, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抵觸", + "transcriptions" : { "pinyin" : "dǐ chù", + "numeric" : "di3 chu4", + "wadegiles" : "ti³ ch'u⁴", + "bopomofo" : "ㄉㄧˇ ㄔㄨˋ", + "romatzyh" : "dii chuh" }, + "meanings" : [ "to conflict", "to contradict" ], + "classifiers" : [] } ] }, + { "simplified" : "抵达", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 4566, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抵達", + "transcriptions" : { "pinyin" : "dǐ dá", + "numeric" : "di3 da2", + "wadegiles" : "ti³ ta²", + "bopomofo" : "ㄉㄧˇ ㄉㄚˊ", + "romatzyh" : "dii dar" }, + "meanings" : [ "to arrive", + "to reach (a destination)" ], + "classifiers" : [] } ] }, + { "simplified" : "抵挡", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11051, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抵擋", + "transcriptions" : { "pinyin" : "dǐ dǎng", + "numeric" : "di3 dang3", + "wadegiles" : "ti³ tang³", + "bopomofo" : "ㄉㄧˇ ㄉㄤˇ", + "romatzyh" : "dii daang" }, + "meanings" : [ "to resist", + "to hold back", + "to stop", + "to ward off", + "to withstand" ], + "classifiers" : [] } ] }, + { "simplified" : "抵抗", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 4384, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抵抗", + "transcriptions" : { "pinyin" : "dǐ kàng", + "numeric" : "di3 kang4", + "wadegiles" : "ti³ k'ang⁴", + "bopomofo" : "ㄉㄧˇ ㄎㄤˋ", + "romatzyh" : "dii kanq" }, + "meanings" : [ "to resist", "resistance" ], + "classifiers" : [] } ] }, + { "simplified" : "抵消", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16811, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抵消", + "transcriptions" : { "pinyin" : "dǐ xiāo", + "numeric" : "di3 xiao1", + "wadegiles" : "ti³ hsiao¹", + "bopomofo" : "ㄉㄧˇ ㄒㄧㄠ", + "romatzyh" : "dii shiau" }, + "meanings" : [ "to counteract", + "to cancel out", + "to offset" ], + "classifiers" : [] } ] }, + { "simplified" : "抵押", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6429, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "抵押", + "transcriptions" : { "pinyin" : "dǐ yā", + "numeric" : "di3 ya1", + "wadegiles" : "ti³ ya¹", + "bopomofo" : "ㄉㄧˇ ㄧㄚ", + "romatzyh" : "dii ia" }, + "meanings" : [ "to provide (an asset) as security for a loan", + "to put up collateral" ], + "classifiers" : [] } ] }, + { "simplified" : "抵御", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12366, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抵禦", + "transcriptions" : { "pinyin" : "dǐ yù", + "numeric" : "di3 yu4", + "wadegiles" : "ti³ yü⁴", + "bopomofo" : "ㄉㄧˇ ㄩˋ", + "romatzyh" : "dii yuh" }, + "meanings" : [ "to resist", "to withstand" ], + "classifiers" : [] } ] }, + { "simplified" : "抵制", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9083, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抵制", + "transcriptions" : { "pinyin" : "dǐ zhì", + "numeric" : "di3 zhi4", + "wadegiles" : "ti³ chih⁴", + "bopomofo" : "ㄉㄧˇ ㄓˋ", + "romatzyh" : "dii jyh" }, + "meanings" : [ "to resist", + "to boycott", + "to refuse (to cooperate)", + "to reject", + "resistance", + "refusal" ], + "classifiers" : [] } ] }, + { "simplified" : "弟", + "radical" : "弓", + "level" : [ "new-1" ], + "frequency" : 6568, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "弟", + "transcriptions" : { "pinyin" : "dì", + "numeric" : "di4", + "wadegiles" : "ti⁴", + "bopomofo" : "ㄉㄧˋ", + "romatzyh" : "dih" }, + "meanings" : [ "younger brother", + "junior male", + "I (modest word in letter)" ], + "classifiers" : [] }, + { "traditional" : "弟", + "transcriptions" : { "pinyin" : "tì", + "numeric" : "ti4", + "wadegiles" : "t'i⁴", + "bopomofo" : "ㄊㄧˋ", + "romatzyh" : "tih" }, + "meanings" : [ "variant of 悌" ], + "classifiers" : [] } ] }, + { "simplified" : "弟弟", + "radical" : "弓", + "level" : [ "new-1", "old-2" ], + "frequency" : 2424, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "弟弟", + "transcriptions" : { "pinyin" : "dì di", + "numeric" : "di4 di5", + "wadegiles" : "ti⁴ di", + "bopomofo" : "ㄉㄧˋ di", + "romatzyh" : "dih di" }, + "meanings" : [ "younger brother" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "弟子", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 13971, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "弟子", + "transcriptions" : { "pinyin" : "dì zǐ", + "numeric" : "di4 zi3", + "wadegiles" : "ti⁴ tzu³", + "bopomofo" : "ㄉㄧˋ ㄗˇ", + "romatzyh" : "dih tzyy" }, + "meanings" : [ "disciple; follower" ], + "classifiers" : [] } ] }, + { "simplified" : "帝国", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 5025, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "帝國", + "transcriptions" : { "pinyin" : "dì guó", + "numeric" : "di4 guo2", + "wadegiles" : "ti⁴ kuo²", + "bopomofo" : "ㄉㄧˋ ㄍㄨㄛˊ", + "romatzyh" : "dih gwo" }, + "meanings" : [ "empire", "imperial" ], + "classifiers" : [] } ] }, + { "simplified" : "帝国主义", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 13706, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "帝國主義", + "transcriptions" : { "pinyin" : "dì guó zhǔ yì", + "numeric" : "di4 guo2 zhu3 yi4", + "wadegiles" : "ti⁴ kuo² chu³ i⁴", + "bopomofo" : "ㄉㄧˋ ㄍㄨㄛˊ ㄓㄨˇ ㄧˋ", + "romatzyh" : "dih gwo juu yih" }, + "meanings" : [ "imperialism" ], + "classifiers" : [] } ] }, + { "simplified" : "递", + "radical" : "辶", + "level" : [ "new-5", "old-5" ], + "frequency" : 7319, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遞", + "transcriptions" : { "pinyin" : "dì", + "numeric" : "di4", + "wadegiles" : "ti⁴", + "bopomofo" : "ㄉㄧˋ", + "romatzyh" : "dih" }, + "meanings" : [ "to hand over; to pass on; to deliver", + "(bound form) progressively; in the proper order" ], + "classifiers" : [] } ] }, + { "simplified" : "递给", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 8159, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遞給", + "transcriptions" : { "pinyin" : "dì gěi", + "numeric" : "di4 gei3", + "wadegiles" : "ti⁴ kei³", + "bopomofo" : "ㄉㄧˋ ㄍㄟˇ", + "romatzyh" : "dih geei" }, + "meanings" : [ "to hand it (i.e. the aforementioned item) to (sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "递交", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 11091, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遞交", + "transcriptions" : { "pinyin" : "dì jiāo", + "numeric" : "di4 jiao1", + "wadegiles" : "ti⁴ chiao¹", + "bopomofo" : "ㄉㄧˋ ㄐㄧㄠ", + "romatzyh" : "dih jiau" }, + "meanings" : [ "to present", + "to give", + "to hand over", + "to hand in", + "to lay before" ], + "classifiers" : [] } ] }, + { "simplified" : "递增", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 40644, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遞增", + "transcriptions" : { "pinyin" : "dì zēng", + "numeric" : "di4 zeng1", + "wadegiles" : "ti⁴ tseng¹", + "bopomofo" : "ㄉㄧˋ ㄗㄥ", + "romatzyh" : "dih tzeng" }, + "meanings" : [ "to increase by degrees", + "in increasing order", + "incremental", + "progressive" ], + "classifiers" : [] } ] }, + { "simplified" : "第", + "radical" : "⺮", + "level" : [ "new-1" ], + "frequency" : 962, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "第", + "transcriptions" : { "pinyin" : "dì", + "numeric" : "di4", + "wadegiles" : "ti⁴", + "bopomofo" : "ㄉㄧˋ", + "romatzyh" : "dih" }, + "meanings" : [ "(prefix indicating ordinal number, as in 六 \"sixth\")", + "(literary) grades in which successful candidates in the imperial examinations were placed", + "(old) residence of a high official", + "(literary) but; however", + "(literary) only; just" ], + "classifiers" : [] } ] }, + { "simplified" : "第", + "radical" : "⺮", + "level" : [ "new-1" ], + "frequency" : 962, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "第", + "transcriptions" : { "pinyin" : "dì", + "numeric" : "di4", + "wadegiles" : "ti⁴", + "bopomofo" : "ㄉㄧˋ", + "romatzyh" : "dih" }, + "meanings" : [ "(prefix indicating ordinal number, as in 六 \"sixth\")", + "(literary) grades in which successful candidates in the imperial examinations were placed", + "(old) residence of a high official", + "(literary) but; however", + "(literary) only; just" ], + "classifiers" : [] } ] }, + { "simplified" : "第二", + "radical" : "⺮", + "level" : [ "new-1" ], + "frequency" : 527, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "第二", + "transcriptions" : { "pinyin" : "dì èr", + "numeric" : "di4 er4", + "wadegiles" : "ti⁴ erh⁴", + "bopomofo" : "ㄉㄧˋ ㄦˋ", + "romatzyh" : "dih ell" }, + "meanings" : [ "second", + "number two", + "next", + "secondary" ], + "classifiers" : [] } ] }, + { "simplified" : "第一", + "radical" : "⺮", + "level" : [ "old-2" ], + "frequency" : 223, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "第一", + "transcriptions" : { "pinyin" : "dì yī", + "numeric" : "di4 yi1", + "wadegiles" : "ti⁴ i¹", + "bopomofo" : "ㄉㄧˋ ㄧ", + "romatzyh" : "dih i" }, + "meanings" : [ "first", "number one", "primary" ], + "classifiers" : [] } ] }, + { "simplified" : "第一手", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 21139, + "pos" : [ "b", "d", "n" ], + "forms" : [ { "traditional" : "第一手", + "transcriptions" : { "pinyin" : "dì yī shǒu", + "numeric" : "di4 yi1 shou3", + "wadegiles" : "ti⁴ i¹ shou³", + "bopomofo" : "ㄉㄧˋ ㄧ ㄕㄡˇ", + "romatzyh" : "dih i shoou" }, + "meanings" : [ "first-hand" ], + "classifiers" : [] } ] }, + { "simplified" : "第一线", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 24169, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "第一線", + "transcriptions" : { "pinyin" : "dì yī xiàn", + "numeric" : "di4 yi1 xian4", + "wadegiles" : "ti⁴ i¹ hsien⁴", + "bopomofo" : "ㄉㄧˋ ㄧ ㄒㄧㄢˋ", + "romatzyh" : "dih i shiann" }, + "meanings" : [ "front line", "forefront" ], + "classifiers" : [] } ] }, + { "simplified" : "颠簸", + "radical" : "页", + "level" : [ "old-6" ], + "frequency" : 15953, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "顛簸", + "transcriptions" : { "pinyin" : "diān bǒ", + "numeric" : "dian1 bo3", + "wadegiles" : "tien¹ po³", + "bopomofo" : "ㄉㄧㄢ ㄅㄛˇ", + "romatzyh" : "dian boo" }, + "meanings" : [ "to be jolted around (car on a bumpy road, boat on a rough sea, aircraft experiencing turbulence)", + "(fig.) to undergo a rough experience" ], + "classifiers" : [] } ] }, + { "simplified" : "颠倒", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11865, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "顛倒", + "transcriptions" : { "pinyin" : "diān dǎo", + "numeric" : "dian1 dao3", + "wadegiles" : "tien¹ tao³", + "bopomofo" : "ㄉㄧㄢ ㄉㄠˇ", + "romatzyh" : "dian dao" }, + "meanings" : [ "to turn upside down", + "to reverse", + "back to front", + "confused", + "deranged", + "crazy" ], + "classifiers" : [] } ] }, + { "simplified" : "颠覆", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 10966, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "顛覆", + "transcriptions" : { "pinyin" : "diān fù", + "numeric" : "dian1 fu4", + "wadegiles" : "tien¹ fu⁴", + "bopomofo" : "ㄉㄧㄢ ㄈㄨˋ", + "romatzyh" : "dian fuh" }, + "meanings" : [ "to topple (i.e. knock over)", + "to capsize", + "fig. to overturn (a regime, by plotting or subversion)", + "to undermine", + "to subvert" ], + "classifiers" : [] } ] }, + { "simplified" : "巅峰", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 13050, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "巔峰", + "transcriptions" : { "pinyin" : "diān fēng", + "numeric" : "dian1 feng1", + "wadegiles" : "tien¹ feng¹", + "bopomofo" : "ㄉㄧㄢ ㄈㄥ", + "romatzyh" : "dian feng" }, + "meanings" : [ "summit", + "apex", + "pinnacle (of one's career etc)", + "peak (of a civilization etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "典范", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 12781, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "典範", + "transcriptions" : { "pinyin" : "diǎn fàn", + "numeric" : "dian3 fan4", + "wadegiles" : "tien³ fan⁴", + "bopomofo" : "ㄉㄧㄢˇ ㄈㄢˋ", + "romatzyh" : "dean fann" }, + "meanings" : [ "model", "example", "paragon" ], + "classifiers" : [] } ] }, + { "simplified" : "典礼", + "radical" : "八", + "level" : [ "new-5", "old-6" ], + "frequency" : 5455, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "典禮", + "transcriptions" : { "pinyin" : "diǎn lǐ", + "numeric" : "dian3 li3", + "wadegiles" : "tien³ li³", + "bopomofo" : "ㄉㄧㄢˇ ㄌㄧˇ", + "romatzyh" : "dean lii" }, + "meanings" : [ "celebration", "ceremony" ], + "classifiers" : [] } ] }, + { "simplified" : "典型", + "radical" : "八", + "level" : [ "new-4", "old-6" ], + "frequency" : 3251, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "典型", + "transcriptions" : { "pinyin" : "diǎn xíng", + "numeric" : "dian3 xing2", + "wadegiles" : "tien³ hsing²", + "bopomofo" : "ㄉㄧㄢˇ ㄒㄧㄥˊ", + "romatzyh" : "dean shyng" }, + "meanings" : [ "model", + "typical case", + "archetype", + "typical", + "representative" ], + "classifiers" : [] } ] }, + { "simplified" : "点", + "radical" : "灬", + "level" : [ "new-1", "old-1" ], + "frequency" : 58, + "pos" : [ "qt", "n", "t", "v" ], + "forms" : [ { "traditional" : "點", + "transcriptions" : { "pinyin" : "diǎn", + "numeric" : "dian3", + "wadegiles" : "tien³", + "bopomofo" : "ㄉㄧㄢˇ", + "romatzyh" : "dean" }, + "meanings" : [ "point", + "dot", + "drop", + "speck", + "o'clock", + "point (in space or time)", + "to draw a dot", + "to check on a list", + "to choose", + "to order (food in a restaurant)", + "to touch briefly", + "to hint", + "to light", + "to ignite", + "to pour a liquid drop by drop", + "(old) one fifth of a two-hour watch 更", + "dot stroke in Chinese characters", + "classifier for items" ], + "classifiers" : [] } ] }, + { "simplified" : "点火", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 11102, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "點火", + "transcriptions" : { "pinyin" : "diǎn huǒ", + "numeric" : "dian3 huo3", + "wadegiles" : "tien³ huo³", + "bopomofo" : "ㄉㄧㄢˇ ㄏㄨㄛˇ", + "romatzyh" : "dean huoo" }, + "meanings" : [ "to ignite", + "to light a fire", + "to agitate", + "to start an engine", + "ignition", + "fig. to stir up trouble" ], + "classifiers" : [] } ] }, + { "simplified" : "点击率", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "點擊率", + "transcriptions" : { "pinyin" : "diǎn jī lu:4", + "numeric" : "dian3 ji1 lü4", + "wadegiles" : "tien³ chi¹ lu:4", + "bopomofo" : "ㄉㄧㄢˇ ㄐㄧ lu:4", + "romatzyh" : "dean ji lu:4" }, + "meanings" : [ "click-through rate (CTR) (Internet)" ], + "classifiers" : [] } ] }, + { "simplified" : "点名", + "radical" : "灬", + "level" : [ "new-4" ], + "frequency" : 11424, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "點名", + "transcriptions" : { "pinyin" : "diǎn míng", + "numeric" : "dian3 ming2", + "wadegiles" : "tien³ ming²", + "bopomofo" : "ㄉㄧㄢˇ ㄇㄧㄥˊ", + "romatzyh" : "dean ming" }, + "meanings" : [ "roll call", + "to mention sb by name", + "(to call or praise or criticize sb) by name" ], + "classifiers" : [] } ] }, + { "simplified" : "点评", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 11757, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "點評", + "transcriptions" : { "pinyin" : "diǎn píng", + "numeric" : "dian3 ping2", + "wadegiles" : "tien³ p'ing²", + "bopomofo" : "ㄉㄧㄢˇ ㄆㄧㄥˊ", + "romatzyh" : "dean pyng" }, + "meanings" : [ "to comment", + "a point by point commentary" ], + "classifiers" : [] } ] }, + { "simplified" : "点燃", + "radical" : "灬", + "level" : [ "new-5" ], + "frequency" : 6958, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "點燃", + "transcriptions" : { "pinyin" : "diǎn rán", + "numeric" : "dian3 ran2", + "wadegiles" : "tien³ jan²", + "bopomofo" : "ㄉㄧㄢˇ ㄖㄢˊ", + "romatzyh" : "dean ran" }, + "meanings" : [ "to ignite", + "to set on fire", + "aflame" ], + "classifiers" : [] } ] }, + { "simplified" : "点头", + "radical" : "灬", + "level" : [ "new-2", "old-5" ], + "frequency" : 6136, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "點頭", + "transcriptions" : { "pinyin" : "diǎn tóu", + "numeric" : "dian3 tou2", + "wadegiles" : "tien³ t'ou²", + "bopomofo" : "ㄉㄧㄢˇ ㄊㄡˊ", + "romatzyh" : "dean tour" }, + "meanings" : [ "to nod" ], + "classifiers" : [] } ] }, + { "simplified" : "点心", + "radical" : "灬", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8628, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "點心", + "transcriptions" : { "pinyin" : "diǎn xin", + "numeric" : "dian3 xin5", + "wadegiles" : "tien³ xin", + "bopomofo" : "ㄉㄧㄢˇ xin", + "romatzyh" : "dean xin" }, + "meanings" : [ "light refreshments", + "pastry", + "dim sum (in Cantonese cooking)", + "dessert" ], + "classifiers" : [] } ] }, + { "simplified" : "点缀", + "radical" : "灬", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15531, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "點綴", + "transcriptions" : { "pinyin" : "diǎn zhuì", + "numeric" : "dian3 zhui4", + "wadegiles" : "tien³ chui⁴", + "bopomofo" : "ㄉㄧㄢˇ ㄓㄨㄟˋ", + "romatzyh" : "dean juey" }, + "meanings" : [ "to decorate", + "to adorn", + "sprinkled", + "studded", + "only for show" ], + "classifiers" : [] } ] }, + { "simplified" : "点子", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 9273, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "點子", + "transcriptions" : { "pinyin" : "diǎn zi", + "numeric" : "dian3 zi5", + "wadegiles" : "tien³ zi", + "bopomofo" : "ㄉㄧㄢˇ zi", + "romatzyh" : "dean zi" }, + "meanings" : [ "spot", + "point", + "dot", + "speck", + "drop (of liquid)", + "droplet", + "point (of argument)", + "idea", + "crux", + "indication", + "pointer" ], + "classifiers" : [] } ] }, + { "simplified" : "电", + "radical" : "曰", + "level" : [ "new-1" ], + "frequency" : 1027, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電", + "transcriptions" : { "pinyin" : "diàn", + "numeric" : "dian4", + "wadegiles" : "tien⁴", + "bopomofo" : "ㄉㄧㄢˋ", + "romatzyh" : "diann" }, + "meanings" : [ "lightning", + "electricity", + "electric (bound form)", + "to get (or give) an electric shock", + "phone call or telegram etc", + "to send via telephone or telegram etc" ], + "classifiers" : [] } ] }, + { "simplified" : "电报", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 10309, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電報", + "transcriptions" : { "pinyin" : "diàn bào", + "numeric" : "dian4 bao4", + "wadegiles" : "tien⁴ pao⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄅㄠˋ", + "romatzyh" : "diann baw" }, + "meanings" : [ "telegram", "cable", "telegraph" ], + "classifiers" : [ "封", "份" ] } ] }, + { "simplified" : "电车", + "radical" : "曰", + "level" : [ "new-6" ], + "frequency" : 14461, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電車", + "transcriptions" : { "pinyin" : "diàn chē", + "numeric" : "dian4 che1", + "wadegiles" : "tien⁴ ch'e¹", + "bopomofo" : "ㄉㄧㄢˋ ㄔㄜ", + "romatzyh" : "diann che" }, + "meanings" : [ "trolleybus" ], + "classifiers" : [ "辆" ] } ] }, + { "simplified" : "电池", + "radical" : "曰", + "level" : [ "new-5", "old-5" ], + "frequency" : 3997, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電池", + "transcriptions" : { "pinyin" : "diàn chí", + "numeric" : "dian4 chi2", + "wadegiles" : "tien⁴ ch'ih²", + "bopomofo" : "ㄉㄧㄢˋ ㄔˊ", + "romatzyh" : "diann chyr" }, + "meanings" : [ "battery" ], + "classifiers" : [ "节", "组" ] } ] }, + { "simplified" : "电灯", + "radical" : "曰", + "level" : [ "new-4" ], + "frequency" : 20337, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電燈", + "transcriptions" : { "pinyin" : "diàn dēng", + "numeric" : "dian4 deng1", + "wadegiles" : "tien⁴ teng¹", + "bopomofo" : "ㄉㄧㄢˋ ㄉㄥ", + "romatzyh" : "diann deng" }, + "meanings" : [ "electric light" ], + "classifiers" : [ "盏" ] } ] }, + { "simplified" : "电动", + "radical" : "曰", + "level" : [ "new-6" ], + "frequency" : 8507, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "電動", + "transcriptions" : { "pinyin" : "diàn dòng", + "numeric" : "dian4 dong4", + "wadegiles" : "tien⁴ tung⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄉㄨㄥˋ", + "romatzyh" : "diann donq" }, + "meanings" : [ "electric-powered", + "(Tw) video game" ], + "classifiers" : [] } ] }, + { "simplified" : "电动车", + "radical" : "曰", + "level" : [ "new-4" ], + "frequency" : 26291, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電動車", + "transcriptions" : { "pinyin" : "diàndòngchē", + "numeric" : "diàndòngchē", + "wadegiles" : "diàndòngchē", + "bopomofo" : "diàndòngchē", + "romatzyh" : "diàndòngchē" }, + "meanings" : [ "Electric vehicle" ], + "classifiers" : [] } ] }, + { "simplified" : "电饭锅", + "radical" : "曰", + "level" : [ "new-5" ], + "frequency" : 88712, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電飯鍋", + "transcriptions" : { "pinyin" : "diàn fàn guō", + "numeric" : "dian4 fan4 guo1", + "wadegiles" : "tien⁴ fan⁴ kuo¹", + "bopomofo" : "ㄉㄧㄢˋ ㄈㄢˋ ㄍㄨㄛ", + "romatzyh" : "diann fann guo" }, + "meanings" : [ "electric rice cooker" ], + "classifiers" : [] } ] }, + { "simplified" : "电话", + "radical" : "曰", + "level" : [ "new-1" ], + "frequency" : 359, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電話", + "transcriptions" : { "pinyin" : "diàn huà", + "numeric" : "dian4 hua4", + "wadegiles" : "tien⁴ hua⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄏㄨㄚˋ", + "romatzyh" : "diann huah" }, + "meanings" : [ "telephone", + "phone call", + "phone number" ], + "classifiers" : [ "部", "通" ] } ] }, + { "simplified" : "电力", + "radical" : "曰", + "level" : [ "new-6" ], + "frequency" : 3716, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電力", + "transcriptions" : { "pinyin" : "diàn lì", + "numeric" : "dian4 li4", + "wadegiles" : "tien⁴ li⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄌㄧˋ", + "romatzyh" : "diann lih" }, + "meanings" : [ "electrical power", "electricity" ], + "classifiers" : [] } ] }, + { "simplified" : "电铃", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 64108, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電鈴", + "transcriptions" : { "pinyin" : "diàn líng", + "numeric" : "dian4 ling2", + "wadegiles" : "tien⁴ ling²", + "bopomofo" : "ㄉㄧㄢˋ ㄌㄧㄥˊ", + "romatzyh" : "diann ling" }, + "meanings" : [ "electric bell" ], + "classifiers" : [] } ] }, + { "simplified" : "电脑", + "radical" : "曰", + "level" : [ "new-1", "old-1" ], + "frequency" : 946, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電腦", + "transcriptions" : { "pinyin" : "diàn nǎo", + "numeric" : "dian4 nao3", + "wadegiles" : "tien⁴ nao³", + "bopomofo" : "ㄉㄧㄢˋ ㄋㄠˇ", + "romatzyh" : "diann nao" }, + "meanings" : [ "computer" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "电器", + "radical" : "曰", + "level" : [ "new-6" ], + "frequency" : 7826, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電器", + "transcriptions" : { "pinyin" : "diàn qì", + "numeric" : "dian4 qi4", + "wadegiles" : "tien⁴ ch'i⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄑㄧˋ", + "romatzyh" : "diann chih" }, + "meanings" : [ "(electrical) appliance", "device" ], + "classifiers" : [] } ] }, + { "simplified" : "电视", + "radical" : "曰", + "level" : [ "new-1", "old-1" ], + "frequency" : 779, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電視", + "transcriptions" : { "pinyin" : "diàn shì", + "numeric" : "dian4 shi4", + "wadegiles" : "tien⁴ shih⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄕˋ", + "romatzyh" : "diann shyh" }, + "meanings" : [ "television; TV" ], + "classifiers" : [ "台", "个" ] } ] }, + { "simplified" : "电视机", + "radical" : "曰", + "level" : [ "new-1" ], + "frequency" : 6649, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電視機", + "transcriptions" : { "pinyin" : "diàn shì jī", + "numeric" : "dian4 shi4 ji1", + "wadegiles" : "tien⁴ shih⁴ chi¹", + "bopomofo" : "ㄉㄧㄢˋ ㄕˋ ㄐㄧ", + "romatzyh" : "diann shyh ji" }, + "meanings" : [ "television set" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "电视剧", + "radical" : "曰", + "level" : [ "new-3" ], + "frequency" : 4222, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電視劇", + "transcriptions" : { "pinyin" : "diàn shì jù", + "numeric" : "dian4 shi4 ju4", + "wadegiles" : "tien⁴ shih⁴ chü⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄕˋ ㄐㄩˋ", + "romatzyh" : "diann shyh jiuh" }, + "meanings" : [ "TV series", "TV drama" ], + "classifiers" : [ "部" ] } ] }, + { "simplified" : "电视台", + "radical" : "曰", + "level" : [ "new-3" ], + "frequency" : 3940, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電視臺", + "transcriptions" : { "pinyin" : "diàn shì tái", + "numeric" : "dian4 shi4 tai2", + "wadegiles" : "tien⁴ shih⁴ t'ai²", + "bopomofo" : "ㄉㄧㄢˋ ㄕˋ ㄊㄞˊ", + "romatzyh" : "diann shyh tair" }, + "meanings" : [ "television station" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "电台", + "radical" : "曰", + "level" : [ "new-3", "old-5" ], + "frequency" : 5542, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電臺", + "transcriptions" : { "pinyin" : "diàn tái", + "numeric" : "dian4 tai2", + "wadegiles" : "tien⁴ t'ai²", + "bopomofo" : "ㄉㄧㄢˋ ㄊㄞˊ", + "romatzyh" : "diann tair" }, + "meanings" : [ "transmitter-receiver", + "broadcasting station", + "radio station" ], + "classifiers" : [ "个", "家" ] } ] }, + { "simplified" : "电梯", + "radical" : "曰", + "level" : [ "new-4", "old-3" ], + "frequency" : 3894, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電梯", + "transcriptions" : { "pinyin" : "diàn tī", + "numeric" : "dian4 ti1", + "wadegiles" : "tien⁴ t'i¹", + "bopomofo" : "ㄉㄧㄢˋ ㄊㄧ", + "romatzyh" : "diann ti" }, + "meanings" : [ "elevator", "escalator" ], + "classifiers" : [ "台", "部" ] } ] }, + { "simplified" : "电网", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 11688, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電網", + "transcriptions" : { "pinyin" : "diàn wǎng", + "numeric" : "dian4 wang3", + "wadegiles" : "tien⁴ wang³", + "bopomofo" : "ㄉㄧㄢˋ ㄨㄤˇ", + "romatzyh" : "diann woang" }, + "meanings" : [ "electricity grid; power grid", + "electrified wire netting" ], + "classifiers" : [] } ] }, + { "simplified" : "电线", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 8932, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電線", + "transcriptions" : { "pinyin" : "diàn xiàn", + "numeric" : "dian4 xian4", + "wadegiles" : "tien⁴ hsien⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄒㄧㄢˋ", + "romatzyh" : "diann shiann" }, + "meanings" : [ "wire", "power cord" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "电信", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 11442, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電信", + "transcriptions" : { "pinyin" : "diàn xìn", + "numeric" : "dian4 xin4", + "wadegiles" : "tien⁴ hsin⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄒㄧㄣˋ", + "romatzyh" : "diann shinn" }, + "meanings" : [ "telecommunications" ], + "classifiers" : [] } ] }, + { "simplified" : "电讯", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 18682, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電訊", + "transcriptions" : { "pinyin" : "diàn xùn", + "numeric" : "dian4 xun4", + "wadegiles" : "tien⁴ hsün⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄒㄩㄣˋ", + "romatzyh" : "diann shiunn" }, + "meanings" : [ "telecommunications", "telecom" ], + "classifiers" : [] } ] }, + { "simplified" : "电影", + "radical" : "曰", + "level" : [ "new-1", "old-1" ], + "frequency" : 546, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電影", + "transcriptions" : { "pinyin" : "diàn yǐng", + "numeric" : "dian4 ying3", + "wadegiles" : "tien⁴ ying³", + "bopomofo" : "ㄉㄧㄢˋ ㄧㄥˇ", + "romatzyh" : "diann yiing" }, + "meanings" : [ "movie; film" ], + "classifiers" : [ "部", "片", "幕", "场" ] } ] }, + { "simplified" : "电影院", + "radical" : "曰", + "level" : [ "new-1" ], + "frequency" : 7945, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電影院", + "transcriptions" : { "pinyin" : "diàn yǐng yuàn", + "numeric" : "dian4 ying3 yuan4", + "wadegiles" : "tien⁴ ying³ yüan⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄧㄥˇ ㄩㄢˋ", + "romatzyh" : "diann yiing yuann" }, + "meanings" : [ "cinema; movie theater" ], + "classifiers" : [ "家", "座" ] } ] }, + { "simplified" : "电源", + "radical" : "曰", + "level" : [ "new-4", "old-6" ], + "frequency" : 6030, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電源", + "transcriptions" : { "pinyin" : "diàn yuán", + "numeric" : "dian4 yuan2", + "wadegiles" : "tien⁴ yüan²", + "bopomofo" : "ㄉㄧㄢˋ ㄩㄢˊ", + "romatzyh" : "diann yuan" }, + "meanings" : [ "electric power source" ], + "classifiers" : [] } ] }, + { "simplified" : "电子", + "radical" : "曰", + "level" : [ "old-3" ], + "frequency" : 1874, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電子", + "transcriptions" : { "pinyin" : "diàn zǐ", + "numeric" : "dian4 zi3", + "wadegiles" : "tien⁴ tzu³", + "bopomofo" : "ㄉㄧㄢˋ ㄗˇ", + "romatzyh" : "diann tzyy" }, + "meanings" : [ "electronic", + "electron (particle physics)" ], + "classifiers" : [] } ] }, + { "simplified" : "电子版", + "radical" : "曰", + "level" : [ "new-5" ], + "frequency" : 48366, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "電子版", + "transcriptions" : { "pinyin" : "diàn zǐ bǎn", + "numeric" : "dian4 zi3 ban3", + "wadegiles" : "tien⁴ tzu³ pan³", + "bopomofo" : "ㄉㄧㄢˋ ㄗˇ ㄅㄢˇ", + "romatzyh" : "diann tzyy baan" }, + "meanings" : [ "electronic edition", + "digital version" ], + "classifiers" : [] } ] }, + { "simplified" : "电子邮件", + "radical" : "曰", + "level" : [ "new-3" ], + "frequency" : 9822, + "pos" : [], + "forms" : [ { "traditional" : "電子郵件", + "transcriptions" : { "pinyin" : "diàn zǐ yóu jiàn", + "numeric" : "dian4 zi3 you2 jian4", + "wadegiles" : "tien⁴ tzu³ yu² chien⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄗˇ ㄧㄡˊ ㄐㄧㄢˋ", + "romatzyh" : "diann tzyy you jiann" }, + "meanings" : [ "email" ], + "classifiers" : [ "封", "份" ] } ] }, + { "simplified" : "店", + "radical" : "广", + "level" : [ "new-2" ], + "frequency" : 732, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "店", + "transcriptions" : { "pinyin" : "diàn", + "numeric" : "dian4", + "wadegiles" : "tien⁴", + "bopomofo" : "ㄉㄧㄢˋ", + "romatzyh" : "diann" }, + "meanings" : [ "inn; old-style hotel", + "(bound form) shop; store" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "垫", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5968, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "墊", + "transcriptions" : { "pinyin" : "diàn", + "numeric" : "dian4", + "wadegiles" : "tien⁴", + "bopomofo" : "ㄉㄧㄢˋ", + "romatzyh" : "diann" }, + "meanings" : [ "pad", + "cushion", + "mat", + "to pad out", + "to fill a gap", + "to pay for sb", + "to advance (money)" ], + "classifiers" : [] } ] }, + { "simplified" : "垫底", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 14034, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "墊底", + "transcriptions" : { "pinyin" : "diàn dǐ", + "numeric" : "dian4 di3", + "wadegiles" : "tien⁴ ti³", + "bopomofo" : "ㄉㄧㄢˋ ㄉㄧˇ", + "romatzyh" : "diann dii" }, + "meanings" : [ "to put sth on the bottom", + "to eat sth to tide oneself over until mealtime", + "to lay the foundation", + "to come last in the rankings" ], + "classifiers" : [] } ] }, + { "simplified" : "垫子", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 20740, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "墊子", + "transcriptions" : { "pinyin" : "diàn zi", + "numeric" : "dian4 zi5", + "wadegiles" : "tien⁴ zi", + "bopomofo" : "ㄉㄧㄢˋ zi", + "romatzyh" : "diann zi" }, + "meanings" : [ "cushion; mat; pad" ], + "classifiers" : [] } ] }, + { "simplified" : "惦记", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13212, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "惦記", + "transcriptions" : { "pinyin" : "diàn jì", + "numeric" : "dian4 ji4", + "wadegiles" : "tien⁴ chi⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄐㄧˋ", + "romatzyh" : "diann jih" }, + "meanings" : [ "to think of", + "to keep thinking about", + "to be concerned about" ], + "classifiers" : [] } ] }, + { "simplified" : "淀粉", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17407, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "澱粉", + "transcriptions" : { "pinyin" : "diàn fěn", + "numeric" : "dian4 fen3", + "wadegiles" : "tien⁴ fen³", + "bopomofo" : "ㄉㄧㄢˋ ㄈㄣˇ", + "romatzyh" : "diann feen" }, + "meanings" : [ "starch; amylum (C6H10O5)n" ], + "classifiers" : [] } ] }, + { "simplified" : "奠定", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19177, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "奠定", + "transcriptions" : { "pinyin" : "diàn dìng", + "numeric" : "dian4 ding4", + "wadegiles" : "tien⁴ ting⁴", + "bopomofo" : "ㄉㄧㄢˋ ㄉㄧㄥˋ", + "romatzyh" : "diann dinq" }, + "meanings" : [ "to establish", + "to fix", + "to settle" ], + "classifiers" : [] } ] }, + { "simplified" : "殿堂", + "radical" : "殳", + "level" : [ "new-7+" ], + "frequency" : 17143, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "殿堂", + "transcriptions" : { "pinyin" : "diàn táng", + "numeric" : "dian4 tang2", + "wadegiles" : "tien⁴ t'ang²", + "bopomofo" : "ㄉㄧㄢˋ ㄊㄤˊ", + "romatzyh" : "diann tarng" }, + "meanings" : [ "palace", + "hall", + "temple buildings" ], + "classifiers" : [] } ] }, + { "simplified" : "刁难", + "radical" : "刁", + "level" : [ "new-7+" ], + "frequency" : 23363, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "刁難", + "transcriptions" : { "pinyin" : "diāo nàn", + "numeric" : "diao1 nan4", + "wadegiles" : "tiao¹ nan⁴", + "bopomofo" : "ㄉㄧㄠ ㄋㄢˋ", + "romatzyh" : "diau nann" }, + "meanings" : [ "to be hard on sb; to deliberately make things difficult", + "Taiwan pr. [diāo nán]" ], + "classifiers" : [] } ] }, + { "simplified" : "叼", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9777, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "叼", + "transcriptions" : { "pinyin" : "diāo", + "numeric" : "diao1", + "wadegiles" : "tiao¹", + "bopomofo" : "ㄉㄧㄠ", + "romatzyh" : "diau" }, + "meanings" : [ "to hold with one's mouth (as a smoker with a cigarette or a dog with a bone)" ], + "classifiers" : [] } ] }, + { "simplified" : "雕", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 10655, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "彫", + "transcriptions" : { "pinyin" : "diāo", + "numeric" : "diao1", + "wadegiles" : "tiao¹", + "bopomofo" : "ㄉㄧㄠ", + "romatzyh" : "diau" }, + "meanings" : [ "variant of 雕, to engrave" ], + "classifiers" : [] }, + { "traditional" : "雕", + "transcriptions" : { "pinyin" : "diāo", + "numeric" : "diao1", + "wadegiles" : "tiao¹", + "bopomofo" : "ㄉㄧㄠ", + "romatzyh" : "diau" }, + "meanings" : [ "to carve", + "to engrave", + "shrewd", + "bird of prey" ], + "classifiers" : [] }, + { "traditional" : "鵰", + "transcriptions" : { "pinyin" : "diāo", + "numeric" : "diao1", + "wadegiles" : "tiao¹", + "bopomofo" : "ㄉㄧㄠ", + "romatzyh" : "diau" }, + "meanings" : [ "bird of prey" ], + "classifiers" : [] } ] }, + { "simplified" : "雕刻", + "radical" : "隹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12877, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "雕刻", + "transcriptions" : { "pinyin" : "diāo kè", + "numeric" : "diao1 ke4", + "wadegiles" : "tiao¹ k'o⁴", + "bopomofo" : "ㄉㄧㄠ ㄎㄜˋ", + "romatzyh" : "diau keh" }, + "meanings" : [ "to carve", + "to engrave", + "carving" ], + "classifiers" : [] } ] }, + { "simplified" : "雕塑", + "radical" : "隹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7978, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雕塑", + "transcriptions" : { "pinyin" : "diāo sù", + "numeric" : "diao1 su4", + "wadegiles" : "tiao¹ su⁴", + "bopomofo" : "ㄉㄧㄠ ㄙㄨˋ", + "romatzyh" : "diau suh" }, + "meanings" : [ "a statue", + "a Buddhist image", + "sculpture", + "to carve" ], + "classifiers" : [] } ] }, + { "simplified" : "吊", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 4734, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "吊", + "transcriptions" : { "pinyin" : "diào", + "numeric" : "diao4", + "wadegiles" : "tiao⁴", + "bopomofo" : "ㄉㄧㄠˋ", + "romatzyh" : "diaw" }, + "meanings" : [ "to suspend", + "to hang up", + "to hang a person" ], + "classifiers" : [] }, + { "traditional" : "弔", + "transcriptions" : { "pinyin" : "diào", + "numeric" : "diao4", + "wadegiles" : "tiao⁴", + "bopomofo" : "ㄉㄧㄠˋ", + "romatzyh" : "diaw" }, + "meanings" : [ "a string of 100 cash (arch.)", + "to lament", + "to condole with", + "variant of 吊" ], + "classifiers" : [] } ] }, + { "simplified" : "吊销", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 14932, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吊銷", + "transcriptions" : { "pinyin" : "diào xiāo", + "numeric" : "diao4 xiao1", + "wadegiles" : "tiao⁴ hsiao¹", + "bopomofo" : "ㄉㄧㄠˋ ㄒㄧㄠ", + "romatzyh" : "diaw shiau" }, + "meanings" : [ "to suspend (an agreement)", + "to revoke" ], + "classifiers" : [] } ] }, + { "simplified" : "钓", + "radical" : "钅", + "level" : [ "old-5" ], + "frequency" : 7545, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "釣", + "transcriptions" : { "pinyin" : "diào", + "numeric" : "diao4", + "wadegiles" : "tiao⁴", + "bopomofo" : "ㄉㄧㄠˋ", + "romatzyh" : "diaw" }, + "meanings" : [ "to fish with a hook and bait" ], + "classifiers" : [] } ] }, + { "simplified" : "钓鱼", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 8342, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "釣魚", + "transcriptions" : { "pinyin" : "diào yú", + "numeric" : "diao4 yu2", + "wadegiles" : "tiao⁴ yü²", + "bopomofo" : "ㄉㄧㄠˋ ㄩˊ", + "romatzyh" : "diaw yu" }, + "meanings" : [ "to fish (with line and hook)", + "to dupe" ], + "classifiers" : [] } ] }, + { "simplified" : "调", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 1481, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "調", + "transcriptions" : { "pinyin" : "diào", + "numeric" : "diao4", + "wadegiles" : "tiao⁴", + "bopomofo" : "ㄉㄧㄠˋ", + "romatzyh" : "diaw" }, + "meanings" : [ "to transfer", + "to move (troops or cadres)", + "to investigate", + "to enquire into", + "accent", + "view", + "argument", + "key (in music)", + "mode (music)", + "tune", + "tone", + "melody" ], + "classifiers" : [] }, + { "traditional" : "調", + "transcriptions" : { "pinyin" : "tiáo", + "numeric" : "tiao2", + "wadegiles" : "t'iao²", + "bopomofo" : "ㄊㄧㄠˊ", + "romatzyh" : "tyau" }, + "meanings" : [ "to harmonize", + "to reconcile", + "to blend", + "to suit well", + "to adjust", + "to regulate", + "to season (food)", + "to provoke", + "to incite" ], + "classifiers" : [] } ] }, + { "simplified" : "调查", + "radical" : "讠", + "level" : [ "new-3", "old-4" ], + "frequency" : 512, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "調查", + "transcriptions" : { "pinyin" : "diào chá", + "numeric" : "diao4 cha2", + "wadegiles" : "tiao⁴ ch'a²", + "bopomofo" : "ㄉㄧㄠˋ ㄔㄚˊ", + "romatzyh" : "diaw char" }, + "meanings" : [ "investigation", + "inquiry", + "to investigate", + "to survey", + "survey", + "(opinion) poll" ], + "classifiers" : [ "项", "个" ] } ] }, + { "simplified" : "调动", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 7622, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "調動", + "transcriptions" : { "pinyin" : "diào dòng", + "numeric" : "diao4 dong4", + "wadegiles" : "tiao⁴ tung⁴", + "bopomofo" : "ㄉㄧㄠˋ ㄉㄨㄥˋ", + "romatzyh" : "diaw donq" }, + "meanings" : [ "to transfer", + "to maneuver (troops etc)", + "movement of personnel", + "to mobilize", + "to bring into play" ], + "classifiers" : [] } ] }, + { "simplified" : "调度", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 11631, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "調度", + "transcriptions" : { "pinyin" : "diào dù", + "numeric" : "diao4 du4", + "wadegiles" : "tiao⁴ tu⁴", + "bopomofo" : "ㄉㄧㄠˋ ㄉㄨˋ", + "romatzyh" : "diaw duh" }, + "meanings" : [ "to dispatch (vehicles, staff etc)", + "to schedule", + "to manage", + "dispatcher", + "scheduler" ], + "classifiers" : [] } ] }, + { "simplified" : "调和", + "radical" : "讠", + "level" : [ "old-6" ], + "frequency" : 18915, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "調和", + "transcriptions" : { "pinyin" : "tiáo hé", + "numeric" : "tiao2 he2", + "wadegiles" : "t'iao² ho²", + "bopomofo" : "ㄊㄧㄠˊ ㄏㄜˊ", + "romatzyh" : "tyau her" }, + "meanings" : [ "harmonious", + "to mediate; to reconcile", + "mediation", + "to compromise", + "to mix; to blend", + "blended", + "to season", + "seasoning", + "to placate" ], + "classifiers" : [] } ] }, + { "simplified" : "调剂", + "radical" : "讠", + "level" : [ "old-6" ], + "frequency" : 21962, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "調劑", + "transcriptions" : { "pinyin" : "tiáo jì", + "numeric" : "tiao2 ji4", + "wadegiles" : "t'iao² chi⁴", + "bopomofo" : "ㄊㄧㄠˊ ㄐㄧˋ", + "romatzyh" : "tyau jih" }, + "meanings" : [ "to adjust", + "to balance", + "to make up a medical prescription" ], + "classifiers" : [] } ] }, + { "simplified" : "调节", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 6641, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "調節", + "transcriptions" : { "pinyin" : "tiáo jié", + "numeric" : "tiao2 jie2", + "wadegiles" : "t'iao² chieh²", + "bopomofo" : "ㄊㄧㄠˊ ㄐㄧㄝˊ", + "romatzyh" : "tyau jye" }, + "meanings" : [ "to adjust", + "to regulate", + "to harmonize", + "to reconcile (accountancy etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "调解", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 10413, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "調解", + "transcriptions" : { "pinyin" : "tiáo jiě", + "numeric" : "tiao2 jie3", + "wadegiles" : "t'iao² chieh³", + "bopomofo" : "ㄊㄧㄠˊ ㄐㄧㄝˇ", + "romatzyh" : "tyau jiee" }, + "meanings" : [ "to mediate", + "to bring parties to an agreement" ], + "classifiers" : [] } ] }, + { "simplified" : "调侃", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 19087, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "調侃", + "transcriptions" : { "pinyin" : "tiáo kǎn", + "numeric" : "tiao2 kan3", + "wadegiles" : "t'iao² k'an³", + "bopomofo" : "ㄊㄧㄠˊ ㄎㄢˇ", + "romatzyh" : "tyau kaan" }, + "meanings" : [ "to ridicule", + "to tease", + "to mock", + "idle talk", + "chitchat" ], + "classifiers" : [] } ] }, + { "simplified" : "调控", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 22584, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "調控", + "transcriptions" : { "pinyin" : "tiáo kòng", + "numeric" : "tiao2 kong4", + "wadegiles" : "t'iao² k'ung⁴", + "bopomofo" : "ㄊㄧㄠˊ ㄎㄨㄥˋ", + "romatzyh" : "tyau konq" }, + "meanings" : [ "to regulate", "to control" ], + "classifiers" : [] } ] }, + { "simplified" : "调料", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14059, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "調料", + "transcriptions" : { "pinyin" : "tiáo liào", + "numeric" : "tiao2 liao4", + "wadegiles" : "t'iao² liao⁴", + "bopomofo" : "ㄊㄧㄠˊ ㄌㄧㄠˋ", + "romatzyh" : "tyau liaw" }, + "meanings" : [ "condiment", + "seasoning", + "flavoring" ], + "classifiers" : [] } ] }, + { "simplified" : "调皮", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 12299, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "調皮", + "transcriptions" : { "pinyin" : "tiáo pí", + "numeric" : "tiao2 pi2", + "wadegiles" : "t'iao² p'i²", + "bopomofo" : "ㄊㄧㄠˊ ㄆㄧˊ", + "romatzyh" : "tyau pyi" }, + "meanings" : [ "naughty", "mischievous", "unruly" ], + "classifiers" : [] } ] }, + { "simplified" : "调试", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 16893, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "調試", + "transcriptions" : { "pinyin" : "tiáo shì", + "numeric" : "tiao2 shi4", + "wadegiles" : "t'iao² shih⁴", + "bopomofo" : "ㄊㄧㄠˊ ㄕˋ", + "romatzyh" : "tyau shyh" }, + "meanings" : [ "to debug", + "to adjust components during testing", + "debugging" ], + "classifiers" : [] } ] }, + { "simplified" : "调研", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 12805, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "調研", + "transcriptions" : { "pinyin" : "diào yán", + "numeric" : "diao4 yan2", + "wadegiles" : "tiao⁴ yan²", + "bopomofo" : "ㄉㄧㄠˋ ㄧㄢˊ", + "romatzyh" : "diaw yan" }, + "meanings" : [ "to investigate and research", + "research", + "investigation" ], + "classifiers" : [] } ] }, + { "simplified" : "调整", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 2032, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "調整", + "transcriptions" : { "pinyin" : "tiáo zhěng", + "numeric" : "tiao2 zheng3", + "wadegiles" : "t'iao² cheng³", + "bopomofo" : "ㄊㄧㄠˊ ㄓㄥˇ", + "romatzyh" : "tyau jeeng" }, + "meanings" : [ "to adjust", + "adjustment", + "revision" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "掉", + "radical" : "扌", + "level" : [ "new-2", "old-4" ], + "frequency" : 549, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掉", + "transcriptions" : { "pinyin" : "diào", + "numeric" : "diao4", + "wadegiles" : "tiao⁴", + "bopomofo" : "ㄉㄧㄠˋ", + "romatzyh" : "diaw" }, + "meanings" : [ "to fall", + "to drop", + "to lag behind", + "to lose", + "to go missing", + "to reduce", + "fall (in prices)", + "to lose (value, weight etc)", + "to wag", + "to swing", + "to turn", + "to change", + "to exchange", + "to swap", + "to show off", + "to shed (hair)", + "(used after certain verbs to express completion, fulfillment, removal etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "掉队", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 31436, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掉隊", + "transcriptions" : { "pinyin" : "diào duì", + "numeric" : "diao4 dui4", + "wadegiles" : "tiao⁴ tui⁴", + "bopomofo" : "ㄉㄧㄠˋ ㄉㄨㄟˋ", + "romatzyh" : "diaw duey" }, + "meanings" : [ "to fall behind", "to drop out" ], + "classifiers" : [] } ] }, + { "simplified" : "掉头", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11345, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掉頭", + "transcriptions" : { "pinyin" : "diào tóu", + "numeric" : "diao4 tou2", + "wadegiles" : "tiao⁴ t'ou²", + "bopomofo" : "ㄉㄧㄠˋ ㄊㄡˊ", + "romatzyh" : "diaw tour" }, + "meanings" : [ "to turn one's head", + "to turn round", + "to turn about" ], + "classifiers" : [] } ] }, + { "simplified" : "爹", + "radical" : "父", + "level" : [ "new-7+" ], + "frequency" : 4503, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爹", + "transcriptions" : { "pinyin" : "diē", + "numeric" : "die1", + "wadegiles" : "tieh¹", + "bopomofo" : "ㄉㄧㄝ", + "romatzyh" : "die" }, + "meanings" : [ "dad" ], + "classifiers" : [] } ] }, + { "simplified" : "跌", + "radical" : "足", + "level" : [ "new-6", "old-6" ], + "frequency" : 4284, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跌", + "transcriptions" : { "pinyin" : "diē", + "numeric" : "die1", + "wadegiles" : "tieh¹", + "bopomofo" : "ㄉㄧㄝ", + "romatzyh" : "die" }, + "meanings" : [ "to fall", + "to tumble", + "to trip", + "(of prices etc) to drop", + "Taiwan pr. [dié]" ], + "classifiers" : [] } ] }, + { "simplified" : "迭起", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 61816, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "迭起", + "transcriptions" : { "pinyin" : "dié qǐ", + "numeric" : "die2 qi3", + "wadegiles" : "tieh² ch'i³", + "bopomofo" : "ㄉㄧㄝˊ ㄑㄧˇ", + "romatzyh" : "dye chii" }, + "meanings" : [ "continuously arising", + "to arise repeatedly" ], + "classifiers" : [] } ] }, + { "simplified" : "叠", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 7389, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "曡", + "transcriptions" : { "pinyin" : "dié", + "numeric" : "die2", + "wadegiles" : "tieh²", + "bopomofo" : "ㄉㄧㄝˊ", + "romatzyh" : "dye" }, + "meanings" : [ "variant of 叠" ], + "classifiers" : [] }, + { "traditional" : "疉", + "transcriptions" : { "pinyin" : "dié", + "numeric" : "die2", + "wadegiles" : "tieh²", + "bopomofo" : "ㄉㄧㄝˊ", + "romatzyh" : "dye" }, + "meanings" : [ "variant of 叠" ], + "classifiers" : [] }, + { "traditional" : "疊", + "transcriptions" : { "pinyin" : "dié", + "numeric" : "die2", + "wadegiles" : "tieh²", + "bopomofo" : "ㄉㄧㄝˊ", + "romatzyh" : "dye" }, + "meanings" : [ "to fold", + "to fold over in layers", + "to furl", + "to layer", + "to pile up", + "to repeat", + "to duplicate" ], + "classifiers" : [] } ] }, + { "simplified" : "丁", + "radical" : "一", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3211, + "pos" : [ "nr", "o", "g", "Mg" ], + "forms" : [ { "traditional" : "丁", + "transcriptions" : { "pinyin" : "Dīng", + "numeric" : "Ding1", + "wadegiles" : "ting¹", + "bopomofo" : "ㄉㄧㄥ", + "romatzyh" : "ding" }, + "meanings" : [ "surname Ding" ], + "classifiers" : [] }, + { "traditional" : "丁", + "transcriptions" : { "pinyin" : "dīng", + "numeric" : "ding1", + "wadegiles" : "ting¹", + "bopomofo" : "ㄉㄧㄥ", + "romatzyh" : "ding" }, + "meanings" : [ "male adult", + "the 4th of the 10 Heavenly Stems 干", + "fourth (used like \"4\" or \"D\")", + "small cube of meat or vegetable", + "(literary) to encounter", + "(archaic) ancient Chinese compass point: 195°", + "(chemistry) butyl" ], + "classifiers" : [] } ] }, + { "simplified" : "叮嘱", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23273, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "叮囑", + "transcriptions" : { "pinyin" : "dīng zhǔ", + "numeric" : "ding1 zhu3", + "wadegiles" : "ting¹ chu³", + "bopomofo" : "ㄉㄧㄥ ㄓㄨˇ", + "romatzyh" : "ding juu" }, + "meanings" : [ "to warn repeatedly", + "to urge", + "to exhort again and again" ], + "classifiers" : [] } ] }, + { "simplified" : "盯", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2464, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盯", + "transcriptions" : { "pinyin" : "dīng", + "numeric" : "ding1", + "wadegiles" : "ting¹", + "bopomofo" : "ㄉㄧㄥ", + "romatzyh" : "ding" }, + "meanings" : [ "to watch attentively", + "to fix one's attention on", + "to stare at", + "to gaze at" ], + "classifiers" : [] } ] }, + { "simplified" : "钉", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 5126, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "釘", + "transcriptions" : { "pinyin" : "dīng", + "numeric" : "ding1", + "wadegiles" : "ting¹", + "bopomofo" : "ㄉㄧㄥ", + "romatzyh" : "ding" }, + "meanings" : [ "nail", + "to follow closely", + "to keep at sb (to do sth)", + "variant of 盯" ], + "classifiers" : [] }, + { "traditional" : "釘", + "transcriptions" : { "pinyin" : "dìng", + "numeric" : "ding4", + "wadegiles" : "ting⁴", + "bopomofo" : "ㄉㄧㄥˋ", + "romatzyh" : "dinq" }, + "meanings" : [ "to join things together by fixing them in place at one or more points", + "to nail", + "to pin", + "to staple", + "to sew on" ], + "classifiers" : [] } ] }, + { "simplified" : "钉子", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 14639, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "釘子", + "transcriptions" : { "pinyin" : "dīng zi", + "numeric" : "ding1 zi5", + "wadegiles" : "ting¹ zi", + "bopomofo" : "ㄉㄧㄥ zi", + "romatzyh" : "ding zi" }, + "meanings" : [ "nail", "snag", "saboteur" ], + "classifiers" : [] } ] }, + { "simplified" : "顶", + "radical" : "页", + "level" : [ "new-4", "old-5" ], + "frequency" : 1623, + "pos" : [ "v", "q", "g", "f" ], + "forms" : [ { "traditional" : "頂", + "transcriptions" : { "pinyin" : "dǐng", + "numeric" : "ding3", + "wadegiles" : "ting³", + "bopomofo" : "ㄉㄧㄥˇ", + "romatzyh" : "diing" }, + "meanings" : [ "apex", + "crown of the head", + "top", + "roof", + "most", + "to carry on the head", + "to push to the top", + "to go against", + "to replace", + "to substitute", + "to be subjected to (an aerial bombing, hailstorm etc)", + "(slang) to \"bump\" a forum thread to raise its profile", + "classifier for headwear, hats, veils etc" ], + "classifiers" : [] } ] }, + { "simplified" : "顶多", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 15420, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "頂多", + "transcriptions" : { "pinyin" : "dǐng duō", + "numeric" : "ding3 duo1", + "wadegiles" : "ting³ to¹", + "bopomofo" : "ㄉㄧㄥˇ ㄉㄨㄛ", + "romatzyh" : "diing duo" }, + "meanings" : [ "at most", "at best" ], + "classifiers" : [] } ] }, + { "simplified" : "顶级", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 5572, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "頂級", + "transcriptions" : { "pinyin" : "dǐng jí", + "numeric" : "ding3 ji2", + "wadegiles" : "ting³ chi²", + "bopomofo" : "ㄉㄧㄥˇ ㄐㄧˊ", + "romatzyh" : "diing jyi" }, + "meanings" : [ "top-notch; first-rate" ], + "classifiers" : [] } ] }, + { "simplified" : "顶尖", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 9011, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "頂尖", + "transcriptions" : { "pinyin" : "dǐng jiān", + "numeric" : "ding3 jian1", + "wadegiles" : "ting³ chien¹", + "bopomofo" : "ㄉㄧㄥˇ ㄐㄧㄢ", + "romatzyh" : "diing jian" }, + "meanings" : [ "peak", + "apex", + "world best", + "number one", + "finest (competitors)", + "top (figures in a certain field)" ], + "classifiers" : [] } ] }, + { "simplified" : "订", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 2991, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "訂", + "transcriptions" : { "pinyin" : "dìng", + "numeric" : "ding4", + "wadegiles" : "ting⁴", + "bopomofo" : "ㄉㄧㄥˋ", + "romatzyh" : "dinq" }, + "meanings" : [ "to agree", + "to conclude", + "to draw up", + "to subscribe to (a newspaper etc)", + "to order" ], + "classifiers" : [] } ] }, + { "simplified" : "订单", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 7820, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "訂單", + "transcriptions" : { "pinyin" : "dìng dān", + "numeric" : "ding4 dan1", + "wadegiles" : "ting⁴ tan¹", + "bopomofo" : "ㄉㄧㄥˋ ㄉㄢ", + "romatzyh" : "dinq dan" }, + "meanings" : [ "(purchase) order" ], + "classifiers" : [] } ] }, + { "simplified" : "订购", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 11102, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "訂購", + "transcriptions" : { "pinyin" : "dìng gòu", + "numeric" : "ding4 gou4", + "wadegiles" : "ting⁴ kou⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄍㄡˋ", + "romatzyh" : "dinq gow" }, + "meanings" : [ "to place an order", + "to subscribe" ], + "classifiers" : [] } ] }, + { "simplified" : "订婚", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 10745, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "訂婚", + "transcriptions" : { "pinyin" : "dìng hūn", + "numeric" : "ding4 hun1", + "wadegiles" : "ting⁴ hun¹", + "bopomofo" : "ㄉㄧㄥˋ ㄏㄨㄣ", + "romatzyh" : "dinq huen" }, + "meanings" : [ "to get engaged" ], + "classifiers" : [] } ] }, + { "simplified" : "订立", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 26730, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "訂立", + "transcriptions" : { "pinyin" : "dìng lì", + "numeric" : "ding4 li4", + "wadegiles" : "ting⁴ li⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄌㄧˋ", + "romatzyh" : "dinq lih" }, + "meanings" : [ "to conclude (treaty, contract, agreement etc)", + "to set up (a rule etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "定", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 586, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "定", + "transcriptions" : { "pinyin" : "dìng", + "numeric" : "ding4", + "wadegiles" : "ting⁴", + "bopomofo" : "ㄉㄧㄥˋ", + "romatzyh" : "dinq" }, + "meanings" : [ "to set", + "to fix", + "to determine", + "to decide", + "to order" ], + "classifiers" : [] } ] }, + { "simplified" : "定价", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 13764, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "定價", + "transcriptions" : { "pinyin" : "dìng jià", + "numeric" : "ding4 jia4", + "wadegiles" : "ting⁴ chia⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄐㄧㄚˋ", + "romatzyh" : "dinq jiah" }, + "meanings" : [ "to set a price", "to fix a price" ], + "classifiers" : [] } ] }, + { "simplified" : "定金", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 15438, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "定金", + "transcriptions" : { "pinyin" : "dìng jīn", + "numeric" : "ding4 jin1", + "wadegiles" : "ting⁴ chin¹", + "bopomofo" : "ㄉㄧㄥˋ ㄐㄧㄣ", + "romatzyh" : "dinq jin" }, + "meanings" : [ "down payment", "advance payment" ], + "classifiers" : [] } ] }, + { "simplified" : "定居", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 13309, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "定居", + "transcriptions" : { "pinyin" : "dìng jū", + "numeric" : "ding4 ju1", + "wadegiles" : "ting⁴ chü¹", + "bopomofo" : "ㄉㄧㄥˋ ㄐㄩ", + "romatzyh" : "dinq jiu" }, + "meanings" : [ "to settle (in some city, country etc)", + "to take up residence" ], + "classifiers" : [] } ] }, + { "simplified" : "定论", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 13353, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "定論", + "transcriptions" : { "pinyin" : "dìng lùn", + "numeric" : "ding4 lun4", + "wadegiles" : "ting⁴ lun⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄌㄨㄣˋ", + "romatzyh" : "dinq luenn" }, + "meanings" : [ "final conclusion", + "accepted argument" ], + "classifiers" : [] } ] }, + { "simplified" : "定期", + "radical" : "宀", + "level" : [ "new-3", "old-6" ], + "frequency" : 7535, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "定期", + "transcriptions" : { "pinyin" : "dìng qī", + "numeric" : "ding4 qi1", + "wadegiles" : "ting⁴ ch'i¹", + "bopomofo" : "ㄉㄧㄥˋ ㄑㄧ", + "romatzyh" : "dinq chi" }, + "meanings" : [ "at set dates", + "at regular intervals", + "periodic", + "limited to a fixed period of time", + "fixed term" ], + "classifiers" : [] } ] }, + { "simplified" : "定时", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 14319, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "定時", + "transcriptions" : { "pinyin" : "dìng shí", + "numeric" : "ding4 shi2", + "wadegiles" : "ting⁴ shih²", + "bopomofo" : "ㄉㄧㄥˋ ㄕˊ", + "romatzyh" : "dinq shyr" }, + "meanings" : [ "to fix a time", + "fixed time", + "timed (of explosive etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "定为", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 19856, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "定為", + "transcriptions" : { "pinyin" : "dìng wèi", + "numeric" : "ding4 wei4", + "wadegiles" : "ting⁴ wei⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄨㄟˋ", + "romatzyh" : "dinq wey" }, + "meanings" : [ "set to" ], + "classifiers" : [] } ] }, + { "simplified" : "定位", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 3300, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "定位", + "transcriptions" : { "pinyin" : "dìng wèi", + "numeric" : "ding4 wei4", + "wadegiles" : "ting⁴ wei⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄨㄟˋ", + "romatzyh" : "dinq wey" }, + "meanings" : [ "to orientate", + "to position", + "to categorize (as)", + "to characterize (as)", + "positioning", + "position", + "niche" ], + "classifiers" : [] } ] }, + { "simplified" : "定向", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14918, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "定向", + "transcriptions" : { "pinyin" : "dìng xiàng", + "numeric" : "ding4 xiang4", + "wadegiles" : "ting⁴ hsiang⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄒㄧㄤˋ", + "romatzyh" : "dinq shianq" }, + "meanings" : [ "to orientate", + "directional", + "directed", + "orienteering" ], + "classifiers" : [] } ] }, + { "simplified" : "定心丸", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 38626, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "定心丸", + "transcriptions" : { "pinyin" : "dìng xīn wán", + "numeric" : "ding4 xin1 wan2", + "wadegiles" : "ting⁴ hsin¹ wan²", + "bopomofo" : "ㄉㄧㄥˋ ㄒㄧㄣ ㄨㄢˊ", + "romatzyh" : "dinq shin wan" }, + "meanings" : [ "tranquilizer", + "sth that sets one's mind at ease" ], + "classifiers" : [] } ] }, + { "simplified" : "定义", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4821, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "定義", + "transcriptions" : { "pinyin" : "dìng yì", + "numeric" : "ding4 yi4", + "wadegiles" : "ting⁴ i⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄧˋ", + "romatzyh" : "dinq yih" }, + "meanings" : [ "definition", "to define" ], + "classifiers" : [] } ] }, + { "simplified" : "定做", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14932, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "定做", + "transcriptions" : { "pinyin" : "dìng zuò", + "numeric" : "ding4 zuo4", + "wadegiles" : "ting⁴ tso⁴", + "bopomofo" : "ㄉㄧㄥˋ ㄗㄨㄛˋ", + "romatzyh" : "dinq tzuoh" }, + "meanings" : [ "to have something made to order" ], + "classifiers" : [] } ] }, + { "simplified" : "丢", + "radical" : "一", + "level" : [ "new-5", "old-4" ], + "frequency" : 1655, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "丟", + "transcriptions" : { "pinyin" : "diū", + "numeric" : "diu1", + "wadegiles" : "tiu¹", + "bopomofo" : "ㄉㄧㄡ", + "romatzyh" : "diou" }, + "meanings" : [ "to lose", + "to put aside", + "to throw" ], + "classifiers" : [] } ] }, + { "simplified" : "丢掉", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7268, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "丟掉", + "transcriptions" : { "pinyin" : "diū diào", + "numeric" : "diu1 diao4", + "wadegiles" : "tiu¹ tiao⁴", + "bopomofo" : "ㄉㄧㄡ ㄉㄧㄠˋ", + "romatzyh" : "diou diaw" }, + "meanings" : [ "to lose", + "to throw away", + "to discard", + "to cast away" ], + "classifiers" : [] } ] }, + { "simplified" : "丢脸", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 9491, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "丟臉", + "transcriptions" : { "pinyin" : "diū liǎn", + "numeric" : "diu1 lian3", + "wadegiles" : "tiu¹ lien³", + "bopomofo" : "ㄉㄧㄡ ㄌㄧㄢˇ", + "romatzyh" : "diou lean" }, + "meanings" : [ "to lose face", "humiliation" ], + "classifiers" : [] } ] }, + { "simplified" : "丢弃", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 12126, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "丟棄", + "transcriptions" : { "pinyin" : "diū qì", + "numeric" : "diu1 qi4", + "wadegiles" : "tiu¹ ch'i⁴", + "bopomofo" : "ㄉㄧㄡ ㄑㄧˋ", + "romatzyh" : "diou chih" }, + "meanings" : [ "to discard", "to abandon" ], + "classifiers" : [] } ] }, + { "simplified" : "丢人", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8878, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "丟人", + "transcriptions" : { "pinyin" : "diū rén", + "numeric" : "diu1 ren2", + "wadegiles" : "tiu¹ jen²", + "bopomofo" : "ㄉㄧㄡ ㄖㄣˊ", + "romatzyh" : "diou ren" }, + "meanings" : [ "to lose face" ], + "classifiers" : [] } ] }, + { "simplified" : "丢三落四", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 57241, + "pos" : [], + "forms" : [ { "traditional" : "丟三落四", + "transcriptions" : { "pinyin" : "diū sān là sì", + "numeric" : "diu1 san1 la4 si4", + "wadegiles" : "tiu¹ san¹ la⁴ ssu⁴", + "bopomofo" : "ㄉㄧㄡ ㄙㄢ ㄌㄚˋ ㄙˋ", + "romatzyh" : "diou san lah syh" }, + "meanings" : [ "forgetful", "empty-headed" ], + "classifiers" : [] } ] }, + { "simplified" : "丢失", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 6608, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "丟失", + "transcriptions" : { "pinyin" : "diū shī", + "numeric" : "diu1 shi1", + "wadegiles" : "tiu¹ shih¹", + "bopomofo" : "ㄉㄧㄡ ㄕ", + "romatzyh" : "diou shy" }, + "meanings" : [ "to lose; to misplace" ], + "classifiers" : [] } ] }, + { "simplified" : "东", + "radical" : "一", + "level" : [ "new-1", "old-3" ], + "frequency" : 1509, + "pos" : [ "f", "b" ], + "forms" : [ { "traditional" : "東", + "transcriptions" : { "pinyin" : "Dōng", + "numeric" : "Dong1", + "wadegiles" : "tung¹", + "bopomofo" : "ㄉㄨㄥ", + "romatzyh" : "dong" }, + "meanings" : [ "surname Dong" ], + "classifiers" : [] }, + { "traditional" : "東", + "transcriptions" : { "pinyin" : "dōng", + "numeric" : "dong1", + "wadegiles" : "tung¹", + "bopomofo" : "ㄉㄨㄥ", + "romatzyh" : "dong" }, + "meanings" : [ "east", + "host (i.e. sitting on east side of guest)", + "landlord" ], + "classifiers" : [] } ] }, + { "simplified" : "东北", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 6344, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "東北", + "transcriptions" : { "pinyin" : "Dōng běi", + "numeric" : "Dong1 bei3", + "wadegiles" : "tung¹ pei³", + "bopomofo" : "ㄉㄨㄥ ㄅㄟˇ", + "romatzyh" : "dong beei" }, + "meanings" : [ "Northeast China", "Manchuria" ], + "classifiers" : [] }, + { "traditional" : "東北", + "transcriptions" : { "pinyin" : "dōng běi", + "numeric" : "dong1 bei3", + "wadegiles" : "tung¹ pei³", + "bopomofo" : "ㄉㄨㄥ ㄅㄟˇ", + "romatzyh" : "dong beei" }, + "meanings" : [ "northeast" ], + "classifiers" : [] } ] }, + { "simplified" : "东奔西走", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 54249, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "東奔西走", + "transcriptions" : { "pinyin" : "dōng bēn xī zǒu", + "numeric" : "dong1 ben1 xi1 zou3", + "wadegiles" : "tung¹ pen¹ hsi¹ tsou³", + "bopomofo" : "ㄉㄨㄥ ㄅㄣ ㄒㄧ ㄗㄡˇ", + "romatzyh" : "dong ben shi tzoou" }, + "meanings" : [ "to run this way and that (idiom); to rush about busily", + "to bustle about", + "to hopscotch", + "also 东跑西颠" ], + "classifiers" : [] } ] }, + { "simplified" : "东边", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 16314, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "東邊", + "transcriptions" : { "pinyin" : "dōng bian", + "numeric" : "dong1 bian5", + "wadegiles" : "tung¹ bian", + "bopomofo" : "ㄉㄨㄥ bian", + "romatzyh" : "dong bian" }, + "meanings" : [ "east", + "east side", + "eastern part", + "to the east of" ], + "classifiers" : [] } ] }, + { "simplified" : "东部", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 5067, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "東部", + "transcriptions" : { "pinyin" : "dōng bù", + "numeric" : "dong1 bu4", + "wadegiles" : "tung¹ pu⁴", + "bopomofo" : "ㄉㄨㄥ ㄅㄨˋ", + "romatzyh" : "dong buh" }, + "meanings" : [ "the east", "eastern part" ], + "classifiers" : [] } ] }, + { "simplified" : "东道主", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 35077, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "東道主", + "transcriptions" : { "pinyin" : "dōng dào zhǔ", + "numeric" : "dong1 dao4 zhu3", + "wadegiles" : "tung¹ tao⁴ chu³", + "bopomofo" : "ㄉㄨㄥ ㄉㄠˋ ㄓㄨˇ", + "romatzyh" : "dong daw juu" }, + "meanings" : [ "host", + "official host (e.g. venue for games or a conference)" ], + "classifiers" : [] } ] }, + { "simplified" : "东方", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 5137, + "pos" : [ "s", "f" ], + "forms" : [ { "traditional" : "東方", + "transcriptions" : { "pinyin" : "Dōng fāng", + "numeric" : "Dong1 fang1", + "wadegiles" : "tung¹ fang¹", + "bopomofo" : "ㄉㄨㄥ ㄈㄤ", + "romatzyh" : "dong fang" }, + "meanings" : [ "the East", + "the Orient", + "two-character surname Dongfang" ], + "classifiers" : [] }, + { "traditional" : "東方", + "transcriptions" : { "pinyin" : "dōng fāng", + "numeric" : "dong1 fang1", + "wadegiles" : "tung¹ fang¹", + "bopomofo" : "ㄉㄨㄥ ㄈㄤ", + "romatzyh" : "dong fang" }, + "meanings" : [ "east" ], + "classifiers" : [] } ] }, + { "simplified" : "东南", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 10838, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "東南", + "transcriptions" : { "pinyin" : "dōng nán", + "numeric" : "dong1 nan2", + "wadegiles" : "tung¹ nan²", + "bopomofo" : "ㄉㄨㄥ ㄋㄢˊ", + "romatzyh" : "dong nan" }, + "meanings" : [ "southeast" ], + "classifiers" : [] } ] }, + { "simplified" : "东西", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 226, + "pos" : [ "n", "f", "nr" ], + "forms" : [ { "traditional" : "東西", + "transcriptions" : { "pinyin" : "dōng xī", + "numeric" : "dong1 xi1", + "wadegiles" : "tung¹ hsi¹", + "bopomofo" : "ㄉㄨㄥ ㄒㄧ", + "romatzyh" : "dong shi" }, + "meanings" : [ "east and west" ], + "classifiers" : [] }, + { "traditional" : "東西", + "transcriptions" : { "pinyin" : "dōng xi", + "numeric" : "dong1 xi5", + "wadegiles" : "tung¹ xi", + "bopomofo" : "ㄉㄨㄥ xi", + "romatzyh" : "dong xi" }, + "meanings" : [ "thing", "stuff", "person" ], + "classifiers" : [ "个", "件" ] } ] }, + { "simplified" : "东张西望", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 34585, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "東張西望", + "transcriptions" : { "pinyin" : "dōng zhāng xī wàng", + "numeric" : "dong1 zhang1 xi1 wang4", + "wadegiles" : "tung¹ chang¹ hsi¹ wang⁴", + "bopomofo" : "ㄉㄨㄥ ㄓㄤ ㄒㄧ ㄨㄤˋ", + "romatzyh" : "dong jang shi wanq" }, + "meanings" : [ "to look in all directions (idiom)", + "to glance around" ], + "classifiers" : [] } ] }, + { "simplified" : "冬", + "radical" : "⺀", + "level" : [ "old-3" ], + "frequency" : 5272, + "pos" : [ "tg" ], + "forms" : [ { "traditional" : "冬", + "transcriptions" : { "pinyin" : "dōng", + "numeric" : "dong1", + "wadegiles" : "tung¹", + "bopomofo" : "ㄉㄨㄥ", + "romatzyh" : "dong" }, + "meanings" : [ "winter" ], + "classifiers" : [] }, + { "traditional" : "鼕", + "transcriptions" : { "pinyin" : "Dōng", + "numeric" : "Dong1", + "wadegiles" : "tung¹", + "bopomofo" : "ㄉㄨㄥ", + "romatzyh" : "dong" }, + "meanings" : [ "surname Dong" ], + "classifiers" : [] }, + { "traditional" : "鼕", + "transcriptions" : { "pinyin" : "dōng", + "numeric" : "dong1", + "wadegiles" : "tung¹", + "bopomofo" : "ㄉㄨㄥ", + "romatzyh" : "dong" }, + "meanings" : [ "(onom.) beating a drum", + "rat-a-tat" ], + "classifiers" : [] } ] }, + { "simplified" : "冬季", + "radical" : "⺀", + "level" : [ "new-4" ], + "frequency" : 6769, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "冬季", + "transcriptions" : { "pinyin" : "dōng jì", + "numeric" : "dong1 ji4", + "wadegiles" : "tung¹ chi⁴", + "bopomofo" : "ㄉㄨㄥ ㄐㄧˋ", + "romatzyh" : "dong jih" }, + "meanings" : [ "winter" ], + "classifiers" : [] } ] }, + { "simplified" : "冬天", + "radical" : "⺀", + "level" : [ "new-2" ], + "frequency" : 3291, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "冬天", + "transcriptions" : { "pinyin" : "dōng tiān", + "numeric" : "dong1 tian1", + "wadegiles" : "tung¹ t'ien¹", + "bopomofo" : "ㄉㄨㄥ ㄊㄧㄢ", + "romatzyh" : "dong tian" }, + "meanings" : [ "winter" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "董事", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 7964, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "董事", + "transcriptions" : { "pinyin" : "dǒng shì", + "numeric" : "dong3 shi4", + "wadegiles" : "tung³ shih⁴", + "bopomofo" : "ㄉㄨㄥˇ ㄕˋ", + "romatzyh" : "doong shyh" }, + "meanings" : [ "board member" ], + "classifiers" : [] } ] }, + { "simplified" : "董事会", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 3580, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "董事會", + "transcriptions" : { "pinyin" : "dǒng shì huì", + "numeric" : "dong3 shi4 hui4", + "wadegiles" : "tung³ shih⁴ hui⁴", + "bopomofo" : "ㄉㄨㄥˇ ㄕˋ ㄏㄨㄟˋ", + "romatzyh" : "doong shyh huey" }, + "meanings" : [ "board of directors" ], + "classifiers" : [] } ] }, + { "simplified" : "董事长", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10696, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "董事長", + "transcriptions" : { "pinyin" : "dǒng shì zhǎng", + "numeric" : "dong3 shi4 zhang3", + "wadegiles" : "tung³ shih⁴ chang³", + "bopomofo" : "ㄉㄨㄥˇ ㄕˋ ㄓㄤˇ", + "romatzyh" : "doong shyh jaang" }, + "meanings" : [ "chairman of the board of directors" ], + "classifiers" : [] } ] }, + { "simplified" : "懂", + "radical" : "忄", + "level" : [ "new-2", "old-2" ], + "frequency" : 669, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "懂", + "transcriptions" : { "pinyin" : "dǒng", + "numeric" : "dong3", + "wadegiles" : "tung³", + "bopomofo" : "ㄉㄨㄥˇ", + "romatzyh" : "doong" }, + "meanings" : [ "to understand", "to comprehend" ], + "classifiers" : [] } ] }, + { "simplified" : "懂得", + "radical" : "忄", + "level" : [ "new-2" ], + "frequency" : 2899, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "懂得", + "transcriptions" : { "pinyin" : "dǒng de", + "numeric" : "dong3 de5", + "wadegiles" : "tung³ de", + "bopomofo" : "ㄉㄨㄥˇ de", + "romatzyh" : "doong de" }, + "meanings" : [ "to understand; to know; to comprehend" ], + "classifiers" : [] } ] }, + { "simplified" : "懂事", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 10408, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "懂事", + "transcriptions" : { "pinyin" : "dǒng shì", + "numeric" : "dong3 shi4", + "wadegiles" : "tung³ shih⁴", + "bopomofo" : "ㄉㄨㄥˇ ㄕˋ", + "romatzyh" : "doong shyh" }, + "meanings" : [ "to grow beyond the naivete of childhood; to be aware of what is going on in the world", + "(esp. of a child) sensible; thoughtful; intelligent" ], + "classifiers" : [] } ] }, + { "simplified" : "动", + "radical" : "力", + "level" : [ "new-1" ], + "frequency" : 588, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "動", + "transcriptions" : { "pinyin" : "dòng", + "numeric" : "dong4", + "wadegiles" : "tung⁴", + "bopomofo" : "ㄉㄨㄥˋ", + "romatzyh" : "donq" }, + "meanings" : [ "(of sth) to move", + "to set in movement", + "to displace", + "to touch", + "to make use of", + "to stir (emotions)", + "to alter", + "abbr. for 动词, verb" ], + "classifiers" : [] } ] }, + { "simplified" : "动不动", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 15977, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "動不動", + "transcriptions" : { "pinyin" : "dòng bu dòng", + "numeric" : "dong4 bu5 dong4", + "wadegiles" : "tung⁴ bu tung⁴", + "bopomofo" : "ㄉㄨㄥˋ bu ㄉㄨㄥˋ", + "romatzyh" : "donq bu donq" }, + "meanings" : [ "(typically followed by 就) apt to (lose one's temper, catch a cold etc)", + "at the drop of a hat" ], + "classifiers" : [] } ] }, + { "simplified" : "动弹", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 14882, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "動彈", + "transcriptions" : { "pinyin" : "dòng tan", + "numeric" : "dong4 tan5", + "wadegiles" : "tung⁴ tan", + "bopomofo" : "ㄉㄨㄥˋ tan", + "romatzyh" : "donq tan" }, + "meanings" : [ "to budge" ], + "classifiers" : [] } ] }, + { "simplified" : "动荡", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15320, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "動盪", + "transcriptions" : { "pinyin" : "dòng dàng", + "numeric" : "dong4 dang4", + "wadegiles" : "tung⁴ tang⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄉㄤˋ", + "romatzyh" : "donq danq" }, + "meanings" : [ "variant of 动荡" ], + "classifiers" : [] }, + { "traditional" : "動蕩", + "transcriptions" : { "pinyin" : "dòng dàng", + "numeric" : "dong4 dang4", + "wadegiles" : "tung⁴ tang⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄉㄤˋ", + "romatzyh" : "donq danq" }, + "meanings" : [ "unrest (social or political)", + "turmoil", + "upheaval", + "commotion" ], + "classifiers" : [] } ] }, + { "simplified" : "动感", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 11247, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動感", + "transcriptions" : { "pinyin" : "dòng gǎn", + "numeric" : "dong4 gan3", + "wadegiles" : "tung⁴ kan³", + "bopomofo" : "ㄉㄨㄥˋ ㄍㄢˇ", + "romatzyh" : "donq gaan" }, + "meanings" : [ "sense of movement (often in a static work of art)", + "dynamic", + "vivid", + "lifelike" ], + "classifiers" : [] } ] }, + { "simplified" : "动工", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 17779, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "動工", + "transcriptions" : { "pinyin" : "dòng gōng", + "numeric" : "dong4 gong1", + "wadegiles" : "tung⁴ kung¹", + "bopomofo" : "ㄉㄨㄥˋ ㄍㄨㄥ", + "romatzyh" : "donq gong" }, + "meanings" : [ "to start (a building project)" ], + "classifiers" : [] } ] }, + { "simplified" : "动画", + "radical" : "力", + "level" : [ "new-6" ], + "frequency" : 8737, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動畫", + "transcriptions" : { "pinyin" : "dòng huà", + "numeric" : "dong4 hua4", + "wadegiles" : "tung⁴ hua⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄏㄨㄚˋ", + "romatzyh" : "donq huah" }, + "meanings" : [ "animation", "cartoon" ], + "classifiers" : [] } ] }, + { "simplified" : "动画片", + "radical" : "力", + "level" : [ "new-4", "old-5" ], + "frequency" : 10899, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動畫片", + "transcriptions" : { "pinyin" : "dòng huà piàn", + "numeric" : "dong4 hua4 pian4", + "wadegiles" : "tung⁴ hua⁴ p'ien⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄏㄨㄚˋ ㄆㄧㄢˋ", + "romatzyh" : "donq huah piann" }, + "meanings" : [ "animated film" ], + "classifiers" : [] } ] }, + { "simplified" : "动机", + "radical" : "力", + "level" : [ "new-5", "old-6" ], + "frequency" : 4386, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動機", + "transcriptions" : { "pinyin" : "dòng jī", + "numeric" : "dong4 ji1", + "wadegiles" : "tung⁴ chi¹", + "bopomofo" : "ㄉㄨㄥˋ ㄐㄧ", + "romatzyh" : "donq ji" }, + "meanings" : [ "motive; motivation" ], + "classifiers" : [] } ] }, + { "simplified" : "动静", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7275, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動靜", + "transcriptions" : { "pinyin" : "dòng jìng", + "numeric" : "dong4 jing4", + "wadegiles" : "tung⁴ ching⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄐㄧㄥˋ", + "romatzyh" : "donq jinq" }, + "meanings" : [ "(detectable) movement", + "(sign of) activity", + "movement and stillness" ], + "classifiers" : [] } ] }, + { "simplified" : "动力", + "radical" : "力", + "level" : [ "new-3", "old-6" ], + "frequency" : 2740, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動力", + "transcriptions" : { "pinyin" : "dòng lì", + "numeric" : "dong4 li4", + "wadegiles" : "tung⁴ li⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄌㄧˋ", + "romatzyh" : "donq lih" }, + "meanings" : [ "motive power", + "force", + "(fig.) motivation", + "impetus" ], + "classifiers" : [] } ] }, + { "simplified" : "动脉", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5572, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動脈", + "transcriptions" : { "pinyin" : "dòng mài", + "numeric" : "dong4 mai4", + "wadegiles" : "tung⁴ mai⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄇㄞˋ", + "romatzyh" : "donq may" }, + "meanings" : [ "artery" ], + "classifiers" : [] } ] }, + { "simplified" : "动人", + "radical" : "力", + "level" : [ "new-3" ], + "frequency" : 7579, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "動人", + "transcriptions" : { "pinyin" : "dòng rén", + "numeric" : "dong4 ren2", + "wadegiles" : "tung⁴ jen²", + "bopomofo" : "ㄉㄨㄥˋ ㄖㄣˊ", + "romatzyh" : "donq ren" }, + "meanings" : [ "touching", "moving" ], + "classifiers" : [] } ] }, + { "simplified" : "动身", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15560, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "動身", + "transcriptions" : { "pinyin" : "dòng shēn", + "numeric" : "dong4 shen1", + "wadegiles" : "tung⁴ shen¹", + "bopomofo" : "ㄉㄨㄥˋ ㄕㄣ", + "romatzyh" : "donq shen" }, + "meanings" : [ "to go on a journey", "to leave" ], + "classifiers" : [] } ] }, + { "simplified" : "动手", + "radical" : "力", + "level" : [ "new-5", "old-6" ], + "frequency" : 3357, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "動手", + "transcriptions" : { "pinyin" : "dòng shǒu", + "numeric" : "dong4 shou3", + "wadegiles" : "tung⁴ shou³", + "bopomofo" : "ㄉㄨㄥˋ ㄕㄡˇ", + "romatzyh" : "donq shoou" }, + "meanings" : [ "to set about (a task)", + "to hit", + "to punch", + "to touch" ], + "classifiers" : [] } ] }, + { "simplified" : "动态", + "radical" : "力", + "level" : [ "new-5", "old-6" ], + "frequency" : 6636, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動態", + "transcriptions" : { "pinyin" : "dòng tài", + "numeric" : "dong4 tai4", + "wadegiles" : "tung⁴ t'ai⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄊㄞˋ", + "romatzyh" : "donq tay" }, + "meanings" : [ "movement", + "motion", + "development", + "trend", + "dynamic (science)" ], + "classifiers" : [] } ] }, + { "simplified" : "动听", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 13115, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "動聽", + "transcriptions" : { "pinyin" : "dòng tīng", + "numeric" : "dong4 ting1", + "wadegiles" : "tung⁴ t'ing¹", + "bopomofo" : "ㄉㄨㄥˋ ㄊㄧㄥ", + "romatzyh" : "donq ting" }, + "meanings" : [ "pleasant to listen to" ], + "classifiers" : [] } ] }, + { "simplified" : "动物", + "radical" : "力", + "level" : [ "new-2", "old-3" ], + "frequency" : 1438, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動物", + "transcriptions" : { "pinyin" : "dòng wù", + "numeric" : "dong4 wu4", + "wadegiles" : "tung⁴ wu⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄨˋ", + "romatzyh" : "donq wuh" }, + "meanings" : [ "animal" ], + "classifiers" : [ "只", "群", "个" ] } ] }, + { "simplified" : "动物园", + "radical" : "力", + "level" : [ "new-2" ], + "frequency" : 9030, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動物園", + "transcriptions" : { "pinyin" : "dòng wù yuán", + "numeric" : "dong4 wu4 yuan2", + "wadegiles" : "tung⁴ wu⁴ yüan²", + "bopomofo" : "ㄉㄨㄥˋ ㄨˋ ㄩㄢˊ", + "romatzyh" : "donq wuh yuan" }, + "meanings" : [ "zoo" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "动向", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 13442, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "動向", + "transcriptions" : { "pinyin" : "dòng xiàng", + "numeric" : "dong4 xiang4", + "wadegiles" : "tung⁴ hsiang⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄒㄧㄤˋ", + "romatzyh" : "donq shianq" }, + "meanings" : [ "trend; tendency" ], + "classifiers" : [] } ] }, + { "simplified" : "动摇", + "radical" : "力", + "level" : [ "new-4" ], + "frequency" : 8871, + "pos" : [ "v", "an", "a" ], + "forms" : [ { "traditional" : "動搖", + "transcriptions" : { "pinyin" : "dòng yáo", + "numeric" : "dong4 yao2", + "wadegiles" : "tung⁴ yao²", + "bopomofo" : "ㄉㄨㄥˋ ㄧㄠˊ", + "romatzyh" : "donq yau" }, + "meanings" : [ "to sway", + "to waver", + "to rock", + "to rattle", + "to destabilize", + "to pose a challenge to" ], + "classifiers" : [] } ] }, + { "simplified" : "动用", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 8160, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "動用", + "transcriptions" : { "pinyin" : "dòng yòng", + "numeric" : "dong4 yong4", + "wadegiles" : "tung⁴ yung⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄩㄥˋ", + "romatzyh" : "donq yonq" }, + "meanings" : [ "to utilize", "to put sth to use" ], + "classifiers" : [] } ] }, + { "simplified" : "动员", + "radical" : "力", + "level" : [ "new-5", "old-6" ], + "frequency" : 10037, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "動員", + "transcriptions" : { "pinyin" : "dòng yuán", + "numeric" : "dong4 yuan2", + "wadegiles" : "tung⁴ yüan²", + "bopomofo" : "ㄉㄨㄥˋ ㄩㄢˊ", + "romatzyh" : "donq yuan" }, + "meanings" : [ "to mobilize", "mobilization" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "动作", + "radical" : "力", + "level" : [ "new-1", "old-4" ], + "frequency" : 1418, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "動作", + "transcriptions" : { "pinyin" : "dòng zuò", + "numeric" : "dong4 zuo4", + "wadegiles" : "tung⁴ tso⁴", + "bopomofo" : "ㄉㄨㄥˋ ㄗㄨㄛˋ", + "romatzyh" : "donq tzuoh" }, + "meanings" : [ "movement; motion; action", + "to act; to move" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "冻", + "radical" : "冫", + "level" : [ "new-5", "old-5" ], + "frequency" : 3883, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "凍", + "transcriptions" : { "pinyin" : "dòng", + "numeric" : "dong4", + "wadegiles" : "tung⁴", + "bopomofo" : "ㄉㄨㄥˋ", + "romatzyh" : "donq" }, + "meanings" : [ "to freeze", + "to feel very cold", + "aspic or jelly" ], + "classifiers" : [] } ] }, + { "simplified" : "冻结", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8844, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "凍結", + "transcriptions" : { "pinyin" : "dòng jié", + "numeric" : "dong4 jie2", + "wadegiles" : "tung⁴ chieh²", + "bopomofo" : "ㄉㄨㄥˋ ㄐㄧㄝˊ", + "romatzyh" : "donq jye" }, + "meanings" : [ "to freeze (water etc)", + "(fig.) to freeze (assets, prices etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "栋", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3370, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "棟", + "transcriptions" : { "pinyin" : "dòng", + "numeric" : "dong4", + "wadegiles" : "tung⁴", + "bopomofo" : "ㄉㄨㄥˋ", + "romatzyh" : "donq" }, + "meanings" : [ "classifier for houses or buildings", + "ridgepole (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "栋梁", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 46500, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棟梁", + "transcriptions" : { "pinyin" : "dòng liáng", + "numeric" : "dong4 liang2", + "wadegiles" : "tung⁴ liang²", + "bopomofo" : "ㄉㄨㄥˋ ㄌㄧㄤˊ", + "romatzyh" : "donq liang" }, + "meanings" : [ "ridgepole", + "ridgepole and beams", + "person able to bear heavy responsibility", + "mainstay (of organization)", + "pillar (of state)" ], + "classifiers" : [] } ] }, + { "simplified" : "洞", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 2225, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "洞", + "transcriptions" : { "pinyin" : "dòng", + "numeric" : "dong4", + "wadegiles" : "tung⁴", + "bopomofo" : "ㄉㄨㄥˋ", + "romatzyh" : "donq" }, + "meanings" : [ "cave", + "hole", + "zero (unambiguous spoken form when spelling out numbers)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "洞穴", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 12289, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "洞穴", + "transcriptions" : { "pinyin" : "dòng xué", + "numeric" : "dong4 xue2", + "wadegiles" : "tung⁴ hsüeh²", + "bopomofo" : "ㄉㄨㄥˋ ㄒㄩㄝˊ", + "romatzyh" : "donq shyue" }, + "meanings" : [ "cave", "cavern" ], + "classifiers" : [] } ] }, + { "simplified" : "都", + "radical" : "阝", + "level" : [ "new-1", "old-1" ], + "frequency" : 25, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "都", + "transcriptions" : { "pinyin" : "Dū", + "numeric" : "Du1", + "wadegiles" : "tu¹", + "bopomofo" : "ㄉㄨ", + "romatzyh" : "du" }, + "meanings" : [ "surname Du" ], + "classifiers" : [] }, + { "traditional" : "都", + "transcriptions" : { "pinyin" : "dōu", + "numeric" : "dou1", + "wadegiles" : "tou¹", + "bopomofo" : "ㄉㄡ", + "romatzyh" : "dou" }, + "meanings" : [ "all; both; entirely", + "(used for emphasis) even", + "already", + "(not) at all" ], + "classifiers" : [] }, + { "traditional" : "都", + "transcriptions" : { "pinyin" : "dū", + "numeric" : "du1", + "wadegiles" : "tu¹", + "bopomofo" : "ㄉㄨ", + "romatzyh" : "du" }, + "meanings" : [ "capital city", "metropolis" ], + "classifiers" : [] } ] }, + { "simplified" : "都会", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 4120, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "都會", + "transcriptions" : { "pinyin" : "dū huì", + "numeric" : "du1 hui4", + "wadegiles" : "tu¹ hui⁴", + "bopomofo" : "ㄉㄨ ㄏㄨㄟˋ", + "romatzyh" : "du huey" }, + "meanings" : [ "city", "metropolis" ], + "classifiers" : [] } ] }, + { "simplified" : "都市", + "radical" : "阝", + "level" : [ "new-6", "old-6" ], + "frequency" : 5804, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "都市", + "transcriptions" : { "pinyin" : "dū shì", + "numeric" : "du1 shi4", + "wadegiles" : "tu¹ shih⁴", + "bopomofo" : "ㄉㄨ ㄕˋ", + "romatzyh" : "du shyh" }, + "meanings" : [ "city; metropolis" ], + "classifiers" : [] } ] }, + { "simplified" : "兜", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6727, + "pos" : [ "v", "q", "n" ], + "forms" : [ { "traditional" : "兜", + "transcriptions" : { "pinyin" : "dōu", + "numeric" : "dou1", + "wadegiles" : "tou¹", + "bopomofo" : "ㄉㄡ", + "romatzyh" : "dou" }, + "meanings" : [ "pocket", + "bag", + "to wrap up or hold in a bag", + "to move in a circle", + "to canvas or solicit", + "to take responsibility for", + "to disclose in detail", + "combat armor (old)" ], + "classifiers" : [] }, + { "traditional" : "兠", + "transcriptions" : { "pinyin" : "dōu", + "numeric" : "dou1", + "wadegiles" : "tou¹", + "bopomofo" : "ㄉㄡ", + "romatzyh" : "dou" }, + "meanings" : [ "old variant of 兜" ], + "classifiers" : [] } ] }, + { "simplified" : "兜儿", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 96255, + "pos" : [], + "forms" : [ { "traditional" : "兜兒", + "transcriptions" : { "pinyin" : "dōu r", + "numeric" : "dou1 r5", + "wadegiles" : "tou¹ r", + "bopomofo" : "ㄉㄡ r", + "romatzyh" : "dou r" }, + "meanings" : [ "erhua variant of 兜" ], + "classifiers" : [] } ] }, + { "simplified" : "兜售", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 19665, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "兜售", + "transcriptions" : { "pinyin" : "dōu shòu", + "numeric" : "dou1 shou4", + "wadegiles" : "tou¹ shou⁴", + "bopomofo" : "ㄉㄡ ㄕㄡˋ", + "romatzyh" : "dou show" }, + "meanings" : [ "to hawk", "to peddle" ], + "classifiers" : [] } ] }, + { "simplified" : "抖", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6478, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抖", + "transcriptions" : { "pinyin" : "dǒu", + "numeric" : "dou3", + "wadegiles" : "tou³", + "bopomofo" : "ㄉㄡˇ", + "romatzyh" : "doou" }, + "meanings" : [ "to tremble", + "to shake out", + "to reveal", + "to make it in the world" ], + "classifiers" : [] } ] }, + { "simplified" : "陡", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 20491, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "陡", + "transcriptions" : { "pinyin" : "dǒu", + "numeric" : "dou3", + "wadegiles" : "tou³", + "bopomofo" : "ㄉㄡˇ", + "romatzyh" : "doou" }, + "meanings" : [ "steep", + "precipitous", + "abrubtly", + "suddenly", + "unexpectedly" ], + "classifiers" : [] } ] }, + { "simplified" : "陡峭", + "radical" : "阝", + "level" : [ "old-6" ], + "frequency" : 28114, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "陡峭", + "transcriptions" : { "pinyin" : "dǒu qiào", + "numeric" : "dou3 qiao4", + "wadegiles" : "tou³ ch'iao⁴", + "bopomofo" : "ㄉㄡˇ ㄑㄧㄠˋ", + "romatzyh" : "doou chiaw" }, + "meanings" : [ "precipitous" ], + "classifiers" : [] } ] }, + { "simplified" : "斗", + "radical" : "斗", + "level" : [ "new-7+" ], + "frequency" : 2960, + "pos" : [ "v", "n", "q" ], + "forms" : [ { "traditional" : "斗", + "transcriptions" : { "pinyin" : "Dǒu", + "numeric" : "Dou3", + "wadegiles" : "tou³", + "bopomofo" : "ㄉㄡˇ", + "romatzyh" : "doou" }, + "meanings" : [ "abbr. for the Big Dipper constellation 星" ], + "classifiers" : [] }, + { "traditional" : "斗", + "transcriptions" : { "pinyin" : "dǒu", + "numeric" : "dou3", + "wadegiles" : "tou³", + "bopomofo" : "ㄉㄡˇ", + "romatzyh" : "doou" }, + "meanings" : [ "dry measure for grain equal to ten 升 or one-tenth of a 石", + "decaliter", + "peck", + "cup or dipper shaped object", + "old variant of 陡" ], + "classifiers" : [] }, + { "traditional" : "鬥", + "transcriptions" : { "pinyin" : "dòu", + "numeric" : "dou4", + "wadegiles" : "tou⁴", + "bopomofo" : "ㄉㄡˋ", + "romatzyh" : "dow" }, + "meanings" : [ "to fight", + "to struggle", + "to condemn", + "to censure", + "to contend", + "to put together", + "coming together" ], + "classifiers" : [] }, + { "traditional" : "鬦", + "transcriptions" : { "pinyin" : "dòu", + "numeric" : "dou4", + "wadegiles" : "tou⁴", + "bopomofo" : "ㄉㄡˋ", + "romatzyh" : "dow" }, + "meanings" : [ "variant of 斗" ], + "classifiers" : [] }, + { "traditional" : "鬪", + "transcriptions" : { "pinyin" : "dòu", + "numeric" : "dou4", + "wadegiles" : "tou⁴", + "bopomofo" : "ㄉㄡˋ", + "romatzyh" : "dow" }, + "meanings" : [ "variant of 斗" ], + "classifiers" : [] }, + { "traditional" : "鬭", + "transcriptions" : { "pinyin" : "dòu", + "numeric" : "dou4", + "wadegiles" : "tou⁴", + "bopomofo" : "ㄉㄡˋ", + "romatzyh" : "dow" }, + "meanings" : [ "variant of 斗" ], + "classifiers" : [] } ] }, + { "simplified" : "斗争", + "radical" : "斗", + "level" : [ "new-6", "old-6" ], + "frequency" : 2672, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "鬥爭", + "transcriptions" : { "pinyin" : "dòu zhēng", + "numeric" : "dou4 zheng1", + "wadegiles" : "tou⁴ cheng¹", + "bopomofo" : "ㄉㄡˋ ㄓㄥ", + "romatzyh" : "dow jeng" }, + "meanings" : [ "a struggle", "fight", "battle" ], + "classifiers" : [] } ] }, + { "simplified" : "斗志", + "radical" : "斗", + "level" : [ "new-7+" ], + "frequency" : 11589, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鬥志", + "transcriptions" : { "pinyin" : "dòu zhì", + "numeric" : "dou4 zhi4", + "wadegiles" : "tou⁴ chih⁴", + "bopomofo" : "ㄉㄡˋ ㄓˋ", + "romatzyh" : "dow jyh" }, + "meanings" : [ "will to fight", "fighting spirit" ], + "classifiers" : [] } ] }, + { "simplified" : "豆腐", + "radical" : "豆", + "level" : [ "new-4", "old-5" ], + "frequency" : 6407, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "豆腐", + "transcriptions" : { "pinyin" : "dòu fu", + "numeric" : "dou4 fu5", + "wadegiles" : "tou⁴ fu", + "bopomofo" : "ㄉㄡˋ fu", + "romatzyh" : "dow fu" }, + "meanings" : [ "tofu", "bean curd" ], + "classifiers" : [] } ] }, + { "simplified" : "豆浆", + "radical" : "豆", + "level" : [ "new-7+" ], + "frequency" : 20620, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "豆漿", + "transcriptions" : { "pinyin" : "dòu jiāng", + "numeric" : "dou4 jiang1", + "wadegiles" : "tou⁴ chiang¹", + "bopomofo" : "ㄉㄡˋ ㄐㄧㄤ", + "romatzyh" : "dow jiang" }, + "meanings" : [ "soy milk" ], + "classifiers" : [] } ] }, + { "simplified" : "豆制品", + "radical" : "豆", + "level" : [ "new-5" ], + "frequency" : 37535, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "豆製品", + "transcriptions" : { "pinyin" : "dòu zhì pǐn", + "numeric" : "dou4 zhi4 pin3", + "wadegiles" : "tou⁴ chih⁴ p'in³", + "bopomofo" : "ㄉㄡˋ ㄓˋ ㄆㄧㄣˇ", + "romatzyh" : "dow jyh piin" }, + "meanings" : [ "legume-based product", + "soybean product" ], + "classifiers" : [] } ] }, + { "simplified" : "豆子", + "radical" : "豆", + "level" : [ "new-7+" ], + "frequency" : 13765, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "豆子", + "transcriptions" : { "pinyin" : "dòu zi", + "numeric" : "dou4 zi5", + "wadegiles" : "tou⁴ zi", + "bopomofo" : "ㄉㄡˋ zi", + "romatzyh" : "dow zi" }, + "meanings" : [ "bean", "pea" ], + "classifiers" : [ "颗" ] } ] }, + { "simplified" : "逗", + "radical" : "辶", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4825, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逗", + "transcriptions" : { "pinyin" : "dòu", + "numeric" : "dou4", + "wadegiles" : "tou⁴", + "bopomofo" : "ㄉㄡˋ", + "romatzyh" : "dow" }, + "meanings" : [ "to tease (playfully); to entice", + "(coll.) to joke", + "(coll.) funny; amusing", + "to stay; to sojourn", + "brief pause at the end of a phrase (variant of 读)" ], + "classifiers" : [] } ] }, + { "simplified" : "督促", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15561, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "督促", + "transcriptions" : { "pinyin" : "dū cù", + "numeric" : "du1 cu4", + "wadegiles" : "tu¹ ts'u⁴", + "bopomofo" : "ㄉㄨ ㄘㄨˋ", + "romatzyh" : "du tsuh" }, + "meanings" : [ "to supervise and urge completion of a task", + "to urge on" ], + "classifiers" : [] } ] }, + { "simplified" : "毒", + "radical" : "母", + "level" : [ "new-5" ], + "frequency" : 1958, + "pos" : [ "n", "a", "v" ], + "forms" : [ { "traditional" : "毒", + "transcriptions" : { "pinyin" : "dú", + "numeric" : "du2", + "wadegiles" : "tu²", + "bopomofo" : "ㄉㄨˊ", + "romatzyh" : "dwu" }, + "meanings" : [ "poison", + "to poison", + "poisonous", + "malicious", + "cruel", + "fierce", + "narcotics" ], + "classifiers" : [] } ] }, + { "simplified" : "毒品", + "radical" : "母", + "level" : [ "new-6", "old-6" ], + "frequency" : 3565, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "毒品", + "transcriptions" : { "pinyin" : "dú pǐn", + "numeric" : "du2 pin3", + "wadegiles" : "tu² p'in³", + "bopomofo" : "ㄉㄨˊ ㄆㄧㄣˇ", + "romatzyh" : "dwu piin" }, + "meanings" : [ "drugs", "narcotics", "poison" ], + "classifiers" : [] } ] }, + { "simplified" : "独", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 3635, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "獨", + "transcriptions" : { "pinyin" : "dú", + "numeric" : "du2", + "wadegiles" : "tu²", + "bopomofo" : "ㄉㄨˊ", + "romatzyh" : "dwu" }, + "meanings" : [ "alone", + "independent", + "single", + "sole", + "only" ], + "classifiers" : [] } ] }, + { "simplified" : "独裁", + "radical" : "犭", + "level" : [ "old-6" ], + "frequency" : 17264, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "獨裁", + "transcriptions" : { "pinyin" : "dú cái", + "numeric" : "du2 cai2", + "wadegiles" : "tu² ts'ai²", + "bopomofo" : "ㄉㄨˊ ㄘㄞˊ", + "romatzyh" : "dwu tsair" }, + "meanings" : [ "dictatorship" ], + "classifiers" : [] } ] }, + { "simplified" : "独唱", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 22679, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "獨唱", + "transcriptions" : { "pinyin" : "dú chàng", + "numeric" : "du2 chang4", + "wadegiles" : "tu² ch'ang⁴", + "bopomofo" : "ㄉㄨˊ ㄔㄤˋ", + "romatzyh" : "dwu chanq" }, + "meanings" : [ "(in singing) solo", "to solo" ], + "classifiers" : [] } ] }, + { "simplified" : "独家", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 6451, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "獨家", + "transcriptions" : { "pinyin" : "dú jiā", + "numeric" : "du2 jia1", + "wadegiles" : "tu² chia¹", + "bopomofo" : "ㄉㄨˊ ㄐㄧㄚ", + "romatzyh" : "dwu jia" }, + "meanings" : [ "exclusive" ], + "classifiers" : [] } ] }, + { "simplified" : "独立", + "radical" : "犭", + "level" : [ "new-4", "old-5" ], + "frequency" : 1876, + "pos" : [ "a", "v", "ad", "an", "vn" ], + "forms" : [ { "traditional" : "獨立", + "transcriptions" : { "pinyin" : "dú lì", + "numeric" : "du2 li4", + "wadegiles" : "tu² li⁴", + "bopomofo" : "ㄉㄨˊ ㄌㄧˋ", + "romatzyh" : "dwu lih" }, + "meanings" : [ "independent", + "independence", + "to stand alone" ], + "classifiers" : [] } ] }, + { "simplified" : "独立自主", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 26162, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "獨立自主", + "transcriptions" : { "pinyin" : "dú lì zì zhǔ", + "numeric" : "du2 li4 zi4 zhu3", + "wadegiles" : "tu² li⁴ tzu⁴ chu³", + "bopomofo" : "ㄉㄨˊ ㄌㄧˋ ㄗˋ ㄓㄨˇ", + "romatzyh" : "dwu lih tzyh juu" }, + "meanings" : [ "independent and autonomous (idiom); self-determination", + "to act independently", + "to maintain control over one's own affairs" ], + "classifiers" : [] } ] }, + { "simplified" : "独身", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 23623, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獨身", + "transcriptions" : { "pinyin" : "dú shēn", + "numeric" : "du2 shen1", + "wadegiles" : "tu² shen¹", + "bopomofo" : "ㄉㄨˊ ㄕㄣ", + "romatzyh" : "dwu shen" }, + "meanings" : [ "unmarried", "single" ], + "classifiers" : [] } ] }, + { "simplified" : "独特", + "radical" : "犭", + "level" : [ "new-4", "old-5" ], + "frequency" : 3375, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "獨特", + "transcriptions" : { "pinyin" : "dú tè", + "numeric" : "du2 te4", + "wadegiles" : "tu² t'e⁴", + "bopomofo" : "ㄉㄨˊ ㄊㄜˋ", + "romatzyh" : "dwu teh" }, + "meanings" : [ "unique; distinctive" ], + "classifiers" : [] } ] }, + { "simplified" : "独一无二", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 8494, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "獨一無二", + "transcriptions" : { "pinyin" : "dú yī wú èr", + "numeric" : "du2 yi1 wu2 er4", + "wadegiles" : "tu² i¹ wu² erh⁴", + "bopomofo" : "ㄉㄨˊ ㄧ ㄨˊ ㄦˋ", + "romatzyh" : "dwu i wu ell" }, + "meanings" : [ "unique and unmatched (idiom); unrivalled", + "nothing compares with it" ], + "classifiers" : [] } ] }, + { "simplified" : "独自", + "radical" : "犭", + "level" : [ "new-4" ], + "frequency" : 3634, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "獨自", + "transcriptions" : { "pinyin" : "dú zì", + "numeric" : "du2 zi4", + "wadegiles" : "tu² tzu⁴", + "bopomofo" : "ㄉㄨˊ ㄗˋ", + "romatzyh" : "dwu tzyh" }, + "meanings" : [ "alone" ], + "classifiers" : [] } ] }, + { "simplified" : "读", + "radical" : "讠", + "level" : [ "new-1", "old-1" ], + "frequency" : 1013, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "讀", + "transcriptions" : { "pinyin" : "dòu", + "numeric" : "dou4", + "wadegiles" : "tou⁴", + "bopomofo" : "ㄉㄡˋ", + "romatzyh" : "dow" }, + "meanings" : [ "comma", "phrase marked by pause" ], + "classifiers" : [] }, + { "traditional" : "讀", + "transcriptions" : { "pinyin" : "dú", + "numeric" : "du2", + "wadegiles" : "tu²", + "bopomofo" : "ㄉㄨˊ", + "romatzyh" : "dwu" }, + "meanings" : [ "to read out; to read aloud", + "to read", + "to attend (school); to study (a subject in school)", + "to pronounce" ], + "classifiers" : [] } ] }, + { "simplified" : "读书", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 3285, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "讀書", + "transcriptions" : { "pinyin" : "dú shū", + "numeric" : "du2 shu1", + "wadegiles" : "tu² shu¹", + "bopomofo" : "ㄉㄨˊ ㄕㄨ", + "romatzyh" : "dwu shu" }, + "meanings" : [ "to read a book", + "to study", + "to attend school" ], + "classifiers" : [] } ] }, + { "simplified" : "读音", + "radical" : "讠", + "level" : [ "new-2" ], + "frequency" : 28795, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "讀音", + "transcriptions" : { "pinyin" : "dú yīn", + "numeric" : "du2 yin1", + "wadegiles" : "tu² yin¹", + "bopomofo" : "ㄉㄨˊ ㄧㄣ", + "romatzyh" : "dwu in" }, + "meanings" : [ "pronunciation", + "literary (rather than colloquial) pronunciation of a Chinese character" ], + "classifiers" : [] } ] }, + { "simplified" : "读者", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 4369, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "讀者", + "transcriptions" : { "pinyin" : "dú zhě", + "numeric" : "du2 zhe3", + "wadegiles" : "tu² che³", + "bopomofo" : "ㄉㄨˊ ㄓㄜˇ", + "romatzyh" : "dwu jee" }, + "meanings" : [ "reader" ], + "classifiers" : [] } ] }, + { "simplified" : "堵", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 3782, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "堵", + "transcriptions" : { "pinyin" : "dǔ", + "numeric" : "du3", + "wadegiles" : "tu³", + "bopomofo" : "ㄉㄨˇ", + "romatzyh" : "duu" }, + "meanings" : [ "to block up (a road, pipe etc)", + "to stop up (a hole)", + "(fig.) (of a person) choked up with anxiety or stress", + "wall (literary)", + "(classifier for walls)" ], + "classifiers" : [] } ] }, + { "simplified" : "堵车", + "radical" : "土", + "level" : [ "new-4", "old-4" ], + "frequency" : 10563, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "堵車", + "transcriptions" : { "pinyin" : "dǔ chē", + "numeric" : "du3 che1", + "wadegiles" : "tu³ ch'e¹", + "bopomofo" : "ㄉㄨˇ ㄔㄜ", + "romatzyh" : "duu che" }, + "meanings" : [ "traffic jam", + "(of traffic) to get congested" ], + "classifiers" : [] } ] }, + { "simplified" : "堵塞", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9777, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "堵塞", + "transcriptions" : { "pinyin" : "dǔ sè", + "numeric" : "du3 se4", + "wadegiles" : "tu³ se⁴", + "bopomofo" : "ㄉㄨˇ ㄙㄜˋ", + "romatzyh" : "duu seh" }, + "meanings" : [ "to clog up", "blockage" ], + "classifiers" : [] } ] }, + { "simplified" : "赌", + "radical" : "贝", + "level" : [ "new-6" ], + "frequency" : 2992, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "賭", + "transcriptions" : { "pinyin" : "dǔ", + "numeric" : "du3", + "wadegiles" : "tu³", + "bopomofo" : "ㄉㄨˇ", + "romatzyh" : "duu" }, + "meanings" : [ "to bet", "to gamble" ], + "classifiers" : [] } ] }, + { "simplified" : "赌博", + "radical" : "贝", + "level" : [ "new-6", "old-6" ], + "frequency" : 5072, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "賭博", + "transcriptions" : { "pinyin" : "dǔ bó", + "numeric" : "du3 bo2", + "wadegiles" : "tu³ po²", + "bopomofo" : "ㄉㄨˇ ㄅㄛˊ", + "romatzyh" : "duu bor" }, + "meanings" : [ "to gamble" ], + "classifiers" : [] } ] }, + { "simplified" : "妒忌", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 13608, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "妒忌", + "transcriptions" : { "pinyin" : "dù jì", + "numeric" : "du4 ji4", + "wadegiles" : "tu⁴ chi⁴", + "bopomofo" : "ㄉㄨˋ ㄐㄧˋ", + "romatzyh" : "duh jih" }, + "meanings" : [ "to be jealous of (sb's achievements etc)", + "to be envious", + "envy" ], + "classifiers" : [] } ] }, + { "simplified" : "杜绝", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19250, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "杜絕", + "transcriptions" : { "pinyin" : "dù jué", + "numeric" : "du4 jue2", + "wadegiles" : "tu⁴ chüeh²", + "bopomofo" : "ㄉㄨˋ ㄐㄩㄝˊ", + "romatzyh" : "duh jyue" }, + "meanings" : [ "to put an end to" ], + "classifiers" : [] } ] }, + { "simplified" : "肚子", + "radical" : "⺼", + "level" : [ "new-4", "old-4" ], + "frequency" : 2763, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "肚子", + "transcriptions" : { "pinyin" : "dù zi", + "numeric" : "du4 zi5", + "wadegiles" : "tu⁴ zi", + "bopomofo" : "ㄉㄨˋ zi", + "romatzyh" : "duh zi" }, + "meanings" : [ "belly", "abdomen", "stomach" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "度", + "radical" : "广", + "level" : [ "new-2" ], + "frequency" : 925, + "pos" : [ "qv", "v", "g" ], + "forms" : [ { "traditional" : "度", + "transcriptions" : { "pinyin" : "dù", + "numeric" : "du4", + "wadegiles" : "tu⁴", + "bopomofo" : "ㄉㄨˋ", + "romatzyh" : "duh" }, + "meanings" : [ "to pass", + "to spend (time)", + "measure", + "limit", + "extent", + "degree of intensity", + "degree (angles, temperature etc)", + "kilowatt-hour", + "classifier for events and occurrences" ], + "classifiers" : [] }, + { "traditional" : "度", + "transcriptions" : { "pinyin" : "duó", + "numeric" : "duo2", + "wadegiles" : "to²", + "bopomofo" : "ㄉㄨㄛˊ", + "romatzyh" : "dwo" }, + "meanings" : [ "to estimate", "Taiwan pr. [duò]" ], + "classifiers" : [] } ] }, + { "simplified" : "度过", + "radical" : "广", + "level" : [ "new-4", "old-5" ], + "frequency" : 2905, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "度過", + "transcriptions" : { "pinyin" : "dù guò", + "numeric" : "du4 guo4", + "wadegiles" : "tu⁴ kuo⁴", + "bopomofo" : "ㄉㄨˋ ㄍㄨㄛˋ", + "romatzyh" : "duh guoh" }, + "meanings" : [ "to pass", + "to spend (time)", + "to survive", + "to get through" ], + "classifiers" : [] } ] }, + { "simplified" : "度假", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 5431, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "度假", + "transcriptions" : { "pinyin" : "dù jià", + "numeric" : "du4 jia4", + "wadegiles" : "tu⁴ chia⁴", + "bopomofo" : "ㄉㄨˋ ㄐㄧㄚˋ", + "romatzyh" : "duh jiah" }, + "meanings" : [ "to go on holidays", + "to spend one's vacation" ], + "classifiers" : [] } ] }, + { "simplified" : "渡", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 6175, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "渡", + "transcriptions" : { "pinyin" : "dù", + "numeric" : "du4", + "wadegiles" : "tu⁴", + "bopomofo" : "ㄉㄨˋ", + "romatzyh" : "duh" }, + "meanings" : [ "to cross", + "to pass through", + "to ferry" ], + "classifiers" : [] } ] }, + { "simplified" : "渡过", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 9731, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "渡過", + "transcriptions" : { "pinyin" : "dù guò", + "numeric" : "du4 guo4", + "wadegiles" : "tu⁴ kuo⁴", + "bopomofo" : "ㄉㄨˋ ㄍㄨㄛˋ", + "romatzyh" : "duh guoh" }, + "meanings" : [ "to cross over", "to pass through" ], + "classifiers" : [] } ] }, + { "simplified" : "端", + "radical" : "立", + "level" : [ "new-6", "old-6" ], + "frequency" : 2412, + "pos" : [ "v", "q", "g" ], + "forms" : [ { "traditional" : "端", + "transcriptions" : { "pinyin" : "duān", + "numeric" : "duan1", + "wadegiles" : "tuan¹", + "bopomofo" : "ㄉㄨㄢ", + "romatzyh" : "duan" }, + "meanings" : [ "end", + "extremity", + "item", + "port", + "to hold sth level with both hands", + "to carry", + "regular" ], + "classifiers" : [] }, + { "traditional" : "耑", + "transcriptions" : { "pinyin" : "duān", + "numeric" : "duan1", + "wadegiles" : "tuan¹", + "bopomofo" : "ㄉㄨㄢ", + "romatzyh" : "duan" }, + "meanings" : [ "old variant of 端", + "start", + "origin" ], + "classifiers" : [] } ] }, + { "simplified" : "端午节", + "radical" : "立", + "level" : [ "new-6", "old-6" ], + "frequency" : 56867, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "端午節", + "transcriptions" : { "pinyin" : "Duān wǔ jié", + "numeric" : "Duan1 wu3 jie2", + "wadegiles" : "tuan¹ wu³ chieh²", + "bopomofo" : "ㄉㄨㄢ ㄨˇ ㄐㄧㄝˊ", + "romatzyh" : "duan wuu jye" }, + "meanings" : [ "Dragon Boat Festival (5th day of the 5th lunar month)" ], + "classifiers" : [] } ] }, + { "simplified" : "端正", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16934, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "端正", + "transcriptions" : { "pinyin" : "duān zhèng", + "numeric" : "duan1 zheng4", + "wadegiles" : "tuan¹ cheng⁴", + "bopomofo" : "ㄉㄨㄢ ㄓㄥˋ", + "romatzyh" : "duan jenq" }, + "meanings" : [ "upright", + "regular", + "proper", + "correct" ], + "classifiers" : [] } ] }, + { "simplified" : "短", + "radical" : "矢", + "level" : [ "new-2", "old-3" ], + "frequency" : 983, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "短", + "transcriptions" : { "pinyin" : "duǎn", + "numeric" : "duan3", + "wadegiles" : "tuan³", + "bopomofo" : "ㄉㄨㄢˇ", + "romatzyh" : "doan" }, + "meanings" : [ "short", + "brief", + "to lack", + "weak point", + "fault" ], + "classifiers" : [] } ] }, + { "simplified" : "短处", + "radical" : "矢", + "level" : [ "new-3" ], + "frequency" : 32713, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "短處", + "transcriptions" : { "pinyin" : "duǎn chù", + "numeric" : "duan3 chu4", + "wadegiles" : "tuan³ ch'u⁴", + "bopomofo" : "ㄉㄨㄢˇ ㄔㄨˋ", + "romatzyh" : "doan chuh" }, + "meanings" : [ "shortcoming", + "defect", + "fault", + "one's weak points" ], + "classifiers" : [] } ] }, + { "simplified" : "短促", + "radical" : "矢", + "level" : [ "old-6" ], + "frequency" : 34131, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "短促", + "transcriptions" : { "pinyin" : "duǎn cù", + "numeric" : "duan3 cu4", + "wadegiles" : "tuan³ ts'u⁴", + "bopomofo" : "ㄉㄨㄢˇ ㄘㄨˋ", + "romatzyh" : "doan tsuh" }, + "meanings" : [ "short in time", + "fleeting", + "brief", + "gasping (breath)", + "curt (tone of voice)" ], + "classifiers" : [] } ] }, + { "simplified" : "短裤", + "radical" : "矢", + "level" : [ "new-3" ], + "frequency" : 9325, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "短褲", + "transcriptions" : { "pinyin" : "duǎn kù", + "numeric" : "duan3 ku4", + "wadegiles" : "tuan³ k'u⁴", + "bopomofo" : "ㄉㄨㄢˇ ㄎㄨˋ", + "romatzyh" : "doan kuh" }, + "meanings" : [ "short pants", "shorts" ], + "classifiers" : [] } ] }, + { "simplified" : "短片", + "radical" : "矢", + "level" : [ "new-6" ], + "frequency" : 11071, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "短片", + "transcriptions" : { "pinyin" : "duǎn piàn", + "numeric" : "duan3 pian4", + "wadegiles" : "tuan³ p'ien⁴", + "bopomofo" : "ㄉㄨㄢˇ ㄆㄧㄢˋ", + "romatzyh" : "doan piann" }, + "meanings" : [ "short film", "video clip" ], + "classifiers" : [] } ] }, + { "simplified" : "短期", + "radical" : "矢", + "level" : [ "new-3" ], + "frequency" : 5844, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "短期", + "transcriptions" : { "pinyin" : "duǎn qī", + "numeric" : "duan3 qi1", + "wadegiles" : "tuan³ ch'i¹", + "bopomofo" : "ㄉㄨㄢˇ ㄑㄧ", + "romatzyh" : "doan chi" }, + "meanings" : [ "short term", "short-term" ], + "classifiers" : [] } ] }, + { "simplified" : "短缺", + "radical" : "矢", + "level" : [ "new-7+" ], + "frequency" : 11712, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "短缺", + "transcriptions" : { "pinyin" : "duǎn quē", + "numeric" : "duan3 que1", + "wadegiles" : "tuan³ ch'üeh¹", + "bopomofo" : "ㄉㄨㄢˇ ㄑㄩㄝ", + "romatzyh" : "doan chiue" }, + "meanings" : [ "shortage" ], + "classifiers" : [] } ] }, + { "simplified" : "短信", + "radical" : "矢", + "level" : [ "new-2", "old-5" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "短信", + "transcriptions" : { "pinyin" : "duǎn xìn", + "numeric" : "duan3 xin4", + "wadegiles" : "tuan³ hsin⁴", + "bopomofo" : "ㄉㄨㄢˇ ㄒㄧㄣˋ", + "romatzyh" : "doan shinn" }, + "meanings" : [ "text message", "SMS" ], + "classifiers" : [] } ] }, + { "simplified" : "短暂", + "radical" : "矢", + "level" : [ "new-7+" ], + "frequency" : 5349, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "短暫", + "transcriptions" : { "pinyin" : "duǎn zàn", + "numeric" : "duan3 zan4", + "wadegiles" : "tuan³ tsan⁴", + "bopomofo" : "ㄉㄨㄢˇ ㄗㄢˋ", + "romatzyh" : "doan tzann" }, + "meanings" : [ "of short duration; brief; momentary" ], + "classifiers" : [] } ] }, + { "simplified" : "段", + "radical" : "殳", + "level" : [ "new-2", "old-3" ], + "frequency" : 647, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "段", + "transcriptions" : { "pinyin" : "Duàn", + "numeric" : "Duan4", + "wadegiles" : "tuan⁴", + "bopomofo" : "ㄉㄨㄢˋ", + "romatzyh" : "duann" }, + "meanings" : [ "surname Duan" ], + "classifiers" : [] }, + { "traditional" : "段", + "transcriptions" : { "pinyin" : "duàn", + "numeric" : "duan4", + "wadegiles" : "tuan⁴", + "bopomofo" : "ㄉㄨㄢˋ", + "romatzyh" : "duann" }, + "meanings" : [ "paragraph", + "section", + "segment", + "stage (of a process)", + "classifier for stories, periods of time, lengths of thread etc" ], + "classifiers" : [] } ] }, + { "simplified" : "段落", + "radical" : "殳", + "level" : [ "new-7+" ], + "frequency" : 24046, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "段落", + "transcriptions" : { "pinyin" : "duàn luò", + "numeric" : "duan4 luo4", + "wadegiles" : "tuan⁴ lo⁴", + "bopomofo" : "ㄉㄨㄢˋ ㄌㄨㄛˋ", + "romatzyh" : "duann luoh" }, + "meanings" : [ "phase", + "time interval", + "paragraph", + "(written) passage" ], + "classifiers" : [] } ] }, + { "simplified" : "断", + "radical" : "斤", + "level" : [ "new-3", "old-4" ], + "frequency" : 1707, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "斷", + "transcriptions" : { "pinyin" : "duàn", + "numeric" : "duan4", + "wadegiles" : "tuan⁴", + "bopomofo" : "ㄉㄨㄢˋ", + "romatzyh" : "duann" }, + "meanings" : [ "to break", + "to snap", + "to cut off", + "to give up or abstain from sth", + "to judge", + "(usu. used in the negative) absolutely", + "definitely", + "decidedly" ], + "classifiers" : [] } ] }, + { "simplified" : "断定", + "radical" : "斤", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13050, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "斷定", + "transcriptions" : { "pinyin" : "duàn dìng", + "numeric" : "duan4 ding4", + "wadegiles" : "tuan⁴ ting⁴", + "bopomofo" : "ㄉㄨㄢˋ ㄉㄧㄥˋ", + "romatzyh" : "duann dinq" }, + "meanings" : [ "to conclude", + "to determine", + "to come to a judgment" ], + "classifiers" : [] } ] }, + { "simplified" : "断断续续", + "radical" : "斤", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22968, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "斷斷續續", + "transcriptions" : { "pinyin" : "duàn duàn xù xù", + "numeric" : "duan4 duan4 xu4 xu4", + "wadegiles" : "tuan⁴ tuan⁴ hsü⁴ hsü⁴", + "bopomofo" : "ㄉㄨㄢˋ ㄉㄨㄢˋ ㄒㄩˋ ㄒㄩˋ", + "romatzyh" : "duann duann shiuh shiuh" }, + "meanings" : [ "intermittent", + "off and on", + "discontinuous", + "stop-go", + "stammering", + "disjointed", + "inarticulate" ], + "classifiers" : [] } ] }, + { "simplified" : "断绝", + "radical" : "斤", + "level" : [ "old-6" ], + "frequency" : 13974, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "斷絕", + "transcriptions" : { "pinyin" : "duàn jué", + "numeric" : "duan4 jue2", + "wadegiles" : "tuan⁴ chüeh²", + "bopomofo" : "ㄉㄨㄢˋ ㄐㄩㄝˊ", + "romatzyh" : "duann jyue" }, + "meanings" : [ "to sever; to break off" ], + "classifiers" : [] } ] }, + { "simplified" : "断裂", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 10375, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "斷裂", + "transcriptions" : { "pinyin" : "duàn liè", + "numeric" : "duan4 lie4", + "wadegiles" : "tuan⁴ lieh⁴", + "bopomofo" : "ㄉㄨㄢˋ ㄌㄧㄝˋ", + "romatzyh" : "duann lieh" }, + "meanings" : [ "fracture", + "rupture", + "to break apart" ], + "classifiers" : [] } ] }, + { "simplified" : "锻炼", + "radical" : "钅", + "level" : [ "new-4", "old-3" ], + "frequency" : 3764, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鍛鍊", + "transcriptions" : { "pinyin" : "duàn liàn", + "numeric" : "duan4 lian4", + "wadegiles" : "tuan⁴ lien⁴", + "bopomofo" : "ㄉㄨㄢˋ ㄌㄧㄢˋ", + "romatzyh" : "duann liann" }, + "meanings" : [ "to toughen", + "to temper", + "to engage in physical exercise", + "to work out", + "(fig.) to develop one's skills", + "to train oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "堆", + "radical" : "土", + "level" : [ "new-5", "old-5" ], + "frequency" : 2915, + "pos" : [ "q", "v", "k", "n" ], + "forms" : [ { "traditional" : "堆", + "transcriptions" : { "pinyin" : "duī", + "numeric" : "dui1", + "wadegiles" : "tui¹", + "bopomofo" : "ㄉㄨㄟ", + "romatzyh" : "duei" }, + "meanings" : [ "to pile up", + "to heap up", + "a mass", + "pile", + "heap", + "stack", + "large amount" ], + "classifiers" : [] } ] }, + { "simplified" : "堆积", + "radical" : "土", + "level" : [ "old-6" ], + "frequency" : 15402, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "堆積", + "transcriptions" : { "pinyin" : "duī jī", + "numeric" : "dui1 ji1", + "wadegiles" : "tui¹ chi¹", + "bopomofo" : "ㄉㄨㄟ ㄐㄧ", + "romatzyh" : "duei ji" }, + "meanings" : [ "to pile up", + "to heap", + "accumulation" ], + "classifiers" : [] } ] }, + { "simplified" : "堆砌", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 36363, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "堆砌", + "transcriptions" : { "pinyin" : "duī qì", + "numeric" : "dui1 qi4", + "wadegiles" : "tui¹ ch'i⁴", + "bopomofo" : "ㄉㄨㄟ ㄑㄧˋ", + "romatzyh" : "duei chih" }, + "meanings" : [ "lit. to pile up (bricks)", + "to pack", + "fig. to pad out (writing with fancy phrases)", + "ornate rhetoric" ], + "classifiers" : [] } ] }, + { "simplified" : "队", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 422, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "隊", + "transcriptions" : { "pinyin" : "duì", + "numeric" : "dui4", + "wadegiles" : "tui⁴", + "bopomofo" : "ㄉㄨㄟˋ", + "romatzyh" : "duey" }, + "meanings" : [ "squadron", "team", "group" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "队伍", + "radical" : "阝", + "level" : [ "new-6", "old-6" ], + "frequency" : 1484, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隊伍", + "transcriptions" : { "pinyin" : "duì wǔ", + "numeric" : "dui4 wu3", + "wadegiles" : "tui⁴ wu³", + "bopomofo" : "ㄉㄨㄟˋ ㄨˇ", + "romatzyh" : "duey wuu" }, + "meanings" : [ "ranks", + "troops", + "queue", + "line", + "procession" ], + "classifiers" : [ "个", "支", "条" ] } ] }, + { "simplified" : "队形", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 19755, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隊形", + "transcriptions" : { "pinyin" : "duì xíng", + "numeric" : "dui4 xing2", + "wadegiles" : "tui⁴ hsing²", + "bopomofo" : "ㄉㄨㄟˋ ㄒㄧㄥˊ", + "romatzyh" : "duey shyng" }, + "meanings" : [ "formation" ], + "classifiers" : [] } ] }, + { "simplified" : "队员", + "radical" : "阝", + "level" : [ "new-3" ], + "frequency" : 1688, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隊員", + "transcriptions" : { "pinyin" : "duì yuán", + "numeric" : "dui4 yuan2", + "wadegiles" : "tui⁴ yüan²", + "bopomofo" : "ㄉㄨㄟˋ ㄩㄢˊ", + "romatzyh" : "duey yuan" }, + "meanings" : [ "team member" ], + "classifiers" : [] } ] }, + { "simplified" : "队长", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 3177, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隊長", + "transcriptions" : { "pinyin" : "duì zhǎng", + "numeric" : "dui4 zhang3", + "wadegiles" : "tui⁴ chang³", + "bopomofo" : "ㄉㄨㄟˋ ㄓㄤˇ", + "romatzyh" : "duey jaang" }, + "meanings" : [ "captain", "team leader" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "对", + "radical" : "寸", + "level" : [ "new-1", "old-4", "old-4" ], + "frequency" : 28, + "pos" : [ "p", "v", "q", "a" ], + "forms" : [ { "traditional" : "對", + "transcriptions" : { "pinyin" : "duì", + "numeric" : "dui4", + "wadegiles" : "tui⁴", + "bopomofo" : "ㄉㄨㄟˋ", + "romatzyh" : "duey" }, + "meanings" : [ "right; correct", + "towards; at; for", + "concerning; regarding", + "to treat (sb a certain way)", + "to face", + "(bound form) opposite; facing; matching", + "to match together; to adjust", + "to fit; to suit", + "to answer; to reply", + "to add; to pour in (a fluid)", + "to check; to compare", + "classifier: couple; pair" ], + "classifiers" : [] } ] }, + { "simplified" : "对白", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 19070, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "對白", + "transcriptions" : { "pinyin" : "duì bái", + "numeric" : "dui4 bai2", + "wadegiles" : "tui⁴ pai²", + "bopomofo" : "ㄉㄨㄟˋ ㄅㄞˊ", + "romatzyh" : "duey bair" }, + "meanings" : [ "dialogue (in a movie or a play)" ], + "classifiers" : [] } ] }, + { "simplified" : "对比", + "radical" : "寸", + "level" : [ "new-4", "old-5" ], + "frequency" : 5260, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "對比", + "transcriptions" : { "pinyin" : "duì bǐ", + "numeric" : "dui4 bi3", + "wadegiles" : "tui⁴ pi³", + "bopomofo" : "ㄉㄨㄟˋ ㄅㄧˇ", + "romatzyh" : "duey bii" }, + "meanings" : [ "to contrast", "contrast", "ratio" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "对不起", + "radical" : "寸", + "level" : [ "new-1", "old-1" ], + "frequency" : 1577, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "對不起", + "transcriptions" : { "pinyin" : "duì bu qǐ", + "numeric" : "dui4 bu5 qi3", + "wadegiles" : "tui⁴ bu ch'i³", + "bopomofo" : "ㄉㄨㄟˋ bu ㄑㄧˇ", + "romatzyh" : "duey bu chii" }, + "meanings" : [ "I'm sorry; excuse me; I beg your pardon", + "to let (sb) down; to disappoint" ], + "classifiers" : [] } ] }, + { "simplified" : "对策", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9719, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "對策", + "transcriptions" : { "pinyin" : "duì cè", + "numeric" : "dui4 ce4", + "wadegiles" : "tui⁴ ts'e⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄘㄜˋ", + "romatzyh" : "duey tseh" }, + "meanings" : [ "countermeasure for dealing with a situation" ], + "classifiers" : [] } ] }, + { "simplified" : "对称", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13912, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "對稱", + "transcriptions" : { "pinyin" : "duì chèn", + "numeric" : "dui4 chen4", + "wadegiles" : "tui⁴ ch'en⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄔㄣˋ", + "romatzyh" : "duey chenn" }, + "meanings" : [ "symmetry", "symmetrical" ], + "classifiers" : [] } ] }, + { "simplified" : "对待", + "radical" : "寸", + "level" : [ "new-3", "old-5" ], + "frequency" : 2429, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "對待", + "transcriptions" : { "pinyin" : "duì dài", + "numeric" : "dui4 dai4", + "wadegiles" : "tui⁴ tai⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄉㄞˋ", + "romatzyh" : "duey day" }, + "meanings" : [ "to treat", "treatment" ], + "classifiers" : [] } ] }, + { "simplified" : "对得起", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 17263, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "對得起", + "transcriptions" : { "pinyin" : "duì de qǐ", + "numeric" : "dui4 de5 qi3", + "wadegiles" : "tui⁴ de ch'i³", + "bopomofo" : "ㄉㄨㄟˋ de ㄑㄧˇ", + "romatzyh" : "duey de chii" }, + "meanings" : [ "not to let sb down", + "to treat sb fairly", + "be worthy of" ], + "classifiers" : [] } ] }, + { "simplified" : "对方", + "radical" : "寸", + "level" : [ "new-3", "old-5" ], + "frequency" : 1158, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "對方", + "transcriptions" : { "pinyin" : "duì fāng", + "numeric" : "dui4 fang1", + "wadegiles" : "tui⁴ fang¹", + "bopomofo" : "ㄉㄨㄟˋ ㄈㄤ", + "romatzyh" : "duey fang" }, + "meanings" : [ "the other person; the other side; the other party" ], + "classifiers" : [] } ] }, + { "simplified" : "对付", + "radical" : "寸", + "level" : [ "new-4", "old-6" ], + "frequency" : 3169, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "對付", + "transcriptions" : { "pinyin" : "duì fu", + "numeric" : "dui4 fu5", + "wadegiles" : "tui⁴ fu", + "bopomofo" : "ㄉㄨㄟˋ fu", + "romatzyh" : "duey fu" }, + "meanings" : [ "to handle; to deal with; to tackle", + "to get by with; to make do", + "(dialect) (usu. used in the negative) to get along with (sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "对话", + "radical" : "寸", + "level" : [ "new-2", "old-4" ], + "frequency" : 3221, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "對話", + "transcriptions" : { "pinyin" : "duì huà", + "numeric" : "dui4 hua4", + "wadegiles" : "tui⁴ hua⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄏㄨㄚˋ", + "romatzyh" : "duey huah" }, + "meanings" : [ "to talk (with sb)", + "dialogue; conversation" ], + "classifiers" : [] } ] }, + { "simplified" : "对抗", + "radical" : "寸", + "level" : [ "new-6", "old-6" ], + "frequency" : 4063, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "對抗", + "transcriptions" : { "pinyin" : "duì kàng", + "numeric" : "dui4 kang4", + "wadegiles" : "tui⁴ k'ang⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄎㄤˋ", + "romatzyh" : "duey kanq" }, + "meanings" : [ "to withstand", + "to resist", + "to stand off", + "antagonism", + "confrontation" ], + "classifiers" : [] } ] }, + { "simplified" : "对立", + "radical" : "寸", + "level" : [ "new-5", "old-6" ], + "frequency" : 12725, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "對立", + "transcriptions" : { "pinyin" : "duì lì", + "numeric" : "dui4 li4", + "wadegiles" : "tui⁴ li⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄌㄧˋ", + "romatzyh" : "duey lih" }, + "meanings" : [ "to oppose", + "to set sth against", + "to be antagonistic to", + "antithetical", + "relative opposite", + "opposing", + "diametrical" ], + "classifiers" : [] } ] }, + { "simplified" : "对联", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 47502, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "對聯", + "transcriptions" : { "pinyin" : "duì lián", + "numeric" : "dui4 lian2", + "wadegiles" : "tui⁴ lien²", + "bopomofo" : "ㄉㄨㄟˋ ㄌㄧㄢˊ", + "romatzyh" : "duey lian" }, + "meanings" : [ "rhyming couplet", + "pair of lines of verse written vertically down the sides of a doorway" ], + "classifiers" : [ "副", "幅" ] } ] }, + { "simplified" : "对面", + "radical" : "寸", + "level" : [ "new-2", "old-4" ], + "frequency" : 3939, + "pos" : [ "f", "n", "v" ], + "forms" : [ { "traditional" : "對面", + "transcriptions" : { "pinyin" : "duì miàn", + "numeric" : "dui4 mian4", + "wadegiles" : "tui⁴ mien⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄇㄧㄢˋ", + "romatzyh" : "duey miann" }, + "meanings" : [ "(sitting) opposite", + "across (the street)", + "directly in front", + "to be face to face" ], + "classifiers" : [] } ] }, + { "simplified" : "对手", + "radical" : "寸", + "level" : [ "new-3", "old-5" ], + "frequency" : 1603, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "對手", + "transcriptions" : { "pinyin" : "duì shǒu", + "numeric" : "dui4 shou3", + "wadegiles" : "tui⁴ shou³", + "bopomofo" : "ㄉㄨㄟˋ ㄕㄡˇ", + "romatzyh" : "duey shoou" }, + "meanings" : [ "opponent", + "rival", + "competitor", + "(well-matched) adversary", + "match" ], + "classifiers" : [] } ] }, + { "simplified" : "对外", + "radical" : "寸", + "level" : [ "new-6" ], + "frequency" : 6167, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "對外", + "transcriptions" : { "pinyin" : "duì wài", + "numeric" : "dui4 wai4", + "wadegiles" : "tui⁴ wai⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄨㄞˋ", + "romatzyh" : "duey way" }, + "meanings" : [ "external", + "foreign", + "pertaining to external or foreign (affairs)" ], + "classifiers" : [] } ] }, + { "simplified" : "对象", + "radical" : "寸", + "level" : [ "new-3", "old-5" ], + "frequency" : 1912, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "對象", + "transcriptions" : { "pinyin" : "duì xiàng", + "numeric" : "dui4 xiang4", + "wadegiles" : "tui⁴ hsiang⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄒㄧㄤˋ", + "romatzyh" : "duey shianq" }, + "meanings" : [ "target; object", + "partner; boyfriend; girlfriend" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "对弈", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 43779, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "對弈", + "transcriptions" : { "pinyin" : "duì yì", + "numeric" : "dui4 yi4", + "wadegiles" : "tui⁴ i⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄧˋ", + "romatzyh" : "duey yih" }, + "meanings" : [ "to play go, chess etc" ], + "classifiers" : [] } ] }, + { "simplified" : "对应", + "radical" : "寸", + "level" : [ "new-5", "old-6" ], + "frequency" : 9540, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "對應", + "transcriptions" : { "pinyin" : "duì yìng", + "numeric" : "dui4 ying4", + "wadegiles" : "tui⁴ ying⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄧㄥˋ", + "romatzyh" : "duey yinq" }, + "meanings" : [ "to correspond (to); to be equivalent to; to be a counterpart to" ], + "classifiers" : [] } ] }, + { "simplified" : "对于", + "radical" : "寸", + "level" : [ "new-4", "old-5" ], + "frequency" : 490, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "對於", + "transcriptions" : { "pinyin" : "duì yú", + "numeric" : "dui4 yu2", + "wadegiles" : "tui⁴ yü²", + "bopomofo" : "ㄉㄨㄟˋ ㄩˊ", + "romatzyh" : "duey yu" }, + "meanings" : [ "regarding; as far as (sth) is concerned; with regard to" ], + "classifiers" : [] } ] }, + { "simplified" : "对照", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10916, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "對照", + "transcriptions" : { "pinyin" : "duì zhào", + "numeric" : "dui4 zhao4", + "wadegiles" : "tui⁴ chao⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄓㄠˋ", + "romatzyh" : "duey jaw" }, + "meanings" : [ "to contrast", + "to compare", + "to place side by side for comparison (as parallel texts)", + "to check" ], + "classifiers" : [] } ] }, + { "simplified" : "对峙", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 14325, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "對峙", + "transcriptions" : { "pinyin" : "duì zhì", + "numeric" : "dui4 zhi4", + "wadegiles" : "tui⁴ chih⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄓˋ", + "romatzyh" : "duey jyh" }, + "meanings" : [ "to stand opposite", + "to confront", + "confrontation" ], + "classifiers" : [] } ] }, + { "simplified" : "对准", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 9531, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "對準", + "transcriptions" : { "pinyin" : "duì zhǔn", + "numeric" : "dui4 zhun3", + "wadegiles" : "tui⁴ chun³", + "bopomofo" : "ㄉㄨㄟˋ ㄓㄨㄣˇ", + "romatzyh" : "duey joen" }, + "meanings" : [ "to aim at", + "to target", + "to point at", + "to be directed at", + "registration", + "alignment (mechanical engineering)" ], + "classifiers" : [] } ] }, + { "simplified" : "兑换", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11279, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "兌換", + "transcriptions" : { "pinyin" : "duì huàn", + "numeric" : "dui4 huan4", + "wadegiles" : "tui⁴ huan⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄏㄨㄢˋ", + "romatzyh" : "duey huann" }, + "meanings" : [ "to convert", "to exchange" ], + "classifiers" : [] } ] }, + { "simplified" : "兑现", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7819, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "兌現", + "transcriptions" : { "pinyin" : "duì xiàn", + "numeric" : "dui4 xian4", + "wadegiles" : "tui⁴ hsien⁴", + "bopomofo" : "ㄉㄨㄟˋ ㄒㄧㄢˋ", + "romatzyh" : "duey shiann" }, + "meanings" : [ "(of a check etc) to cash", + "to honor a commitment" ], + "classifiers" : [] } ] }, + { "simplified" : "吨", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 4023, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "噸", + "transcriptions" : { "pinyin" : "dūn", + "numeric" : "dun1", + "wadegiles" : "tun¹", + "bopomofo" : "ㄉㄨㄣ", + "romatzyh" : "duen" }, + "meanings" : [ "ton (loanword)", + "Taiwan pr. [dùn]" ], + "classifiers" : [] } ] }, + { "simplified" : "敦促", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 23516, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敦促", + "transcriptions" : { "pinyin" : "dūn cù", + "numeric" : "dun1 cu4", + "wadegiles" : "tun¹ ts'u⁴", + "bopomofo" : "ㄉㄨㄣ ㄘㄨˋ", + "romatzyh" : "duen tsuh" }, + "meanings" : [ "to press", "to urge", "to hasten" ], + "classifiers" : [] } ] }, + { "simplified" : "敦厚", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 59499, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "敦厚", + "transcriptions" : { "pinyin" : "dūn hòu", + "numeric" : "dun1 hou4", + "wadegiles" : "tun¹ hou⁴", + "bopomofo" : "ㄉㄨㄣ ㄏㄡˋ", + "romatzyh" : "duen how" }, + "meanings" : [ "genuine", "honest and sincere" ], + "classifiers" : [] } ] }, + { "simplified" : "蹲", + "radical" : "足", + "level" : [ "new-6", "old-5" ], + "frequency" : 3836, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "蹲", + "transcriptions" : { "pinyin" : "dūn", + "numeric" : "dun1", + "wadegiles" : "tun¹", + "bopomofo" : "ㄉㄨㄣ", + "romatzyh" : "duen" }, + "meanings" : [ "to crouch", + "to squat", + "to stay (somewhere)" ], + "classifiers" : [] } ] }, + { "simplified" : "炖", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 6833, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "燉", + "transcriptions" : { "pinyin" : "dùn", + "numeric" : "dun4", + "wadegiles" : "tun⁴", + "bopomofo" : "ㄉㄨㄣˋ", + "romatzyh" : "duenn" }, + "meanings" : [ "to stew" ], + "classifiers" : [] } ] }, + { "simplified" : "顿", + "radical" : "页", + "level" : [ "new-3", "old-4" ], + "frequency" : 1617, + "pos" : [ "qv", "g" ], + "forms" : [ { "traditional" : "頓", + "transcriptions" : { "pinyin" : "dùn", + "numeric" : "dun4", + "wadegiles" : "tun⁴", + "bopomofo" : "ㄉㄨㄣˋ", + "romatzyh" : "duenn" }, + "meanings" : [ "to stop", + "to pause", + "to arrange", + "to lay out", + "to kowtow", + "to stamp (one's foot)", + "at once", + "classifier for meals, beatings, scoldings etc: time, bout, spell, meal" ], + "classifiers" : [] } ] }, + { "simplified" : "顿时", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13943, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "頓時", + "transcriptions" : { "pinyin" : "dùn shí", + "numeric" : "dun4 shi2", + "wadegiles" : "tun⁴ shih²", + "bopomofo" : "ㄉㄨㄣˋ ㄕˊ", + "romatzyh" : "duenn shyr" }, + "meanings" : [ "immediately", "suddenly" ], + "classifiers" : [] } ] }, + { "simplified" : "多", + "radical" : "夕", + "level" : [ "new-1", "old-1" ], + "frequency" : 80, + "pos" : [ "a", "m", "ad", "d", "v", "g" ], + "forms" : [ { "traditional" : "多", + "transcriptions" : { "pinyin" : "duō", + "numeric" : "duo1", + "wadegiles" : "to¹", + "bopomofo" : "ㄉㄨㄛ", + "romatzyh" : "duo" }, + "meanings" : [ "many; much", + "too many; in excess", + "(after a numeral) ... odd", + "how (to what extent) (Taiwan pr. [duó])", + "(bound form) multi-; poly-" ], + "classifiers" : [] } ] }, + { "simplified" : "多半", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 10235, + "pos" : [ "d", "m" ], + "forms" : [ { "traditional" : "多半", + "transcriptions" : { "pinyin" : "duō bàn", + "numeric" : "duo1 ban4", + "wadegiles" : "to¹ pan⁴", + "bopomofo" : "ㄉㄨㄛ ㄅㄢˋ", + "romatzyh" : "duo bann" }, + "meanings" : [ "most", "mostly", "most likely" ], + "classifiers" : [] } ] }, + { "simplified" : "多边", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 38438, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "多邊", + "transcriptions" : { "pinyin" : "duō biān", + "numeric" : "duo1 bian1", + "wadegiles" : "to¹ pien¹", + "bopomofo" : "ㄉㄨㄛ ㄅㄧㄢ", + "romatzyh" : "duo bian" }, + "meanings" : [ "multilateral" ], + "classifiers" : [] } ] }, + { "simplified" : "多次", + "radical" : "夕", + "level" : [ "new-4" ], + "frequency" : 4428, + "pos" : [ "mq", "ad", "d" ], + "forms" : [ { "traditional" : "多次", + "transcriptions" : { "pinyin" : "duō cì", + "numeric" : "duo1 ci4", + "wadegiles" : "to¹ tz'u⁴", + "bopomofo" : "ㄉㄨㄛ ㄘˋ", + "romatzyh" : "duo tsyh" }, + "meanings" : [ "many times", "repeatedly" ], + "classifiers" : [] } ] }, + { "simplified" : "多方面", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 22207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "多方面", + "transcriptions" : { "pinyin" : "duō fāng miàn", + "numeric" : "duo1 fang1 mian4", + "wadegiles" : "to¹ fang¹ mien⁴", + "bopomofo" : "ㄉㄨㄛ ㄈㄤ ㄇㄧㄢˋ", + "romatzyh" : "duo fang miann" }, + "meanings" : [ "many-sided", "in many aspects" ], + "classifiers" : [] } ] }, + { "simplified" : "多功能", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 25765, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "多功能", + "transcriptions" : { "pinyin" : "duō gōng néng", + "numeric" : "duo1 gong1 neng2", + "wadegiles" : "to¹ kung¹ neng²", + "bopomofo" : "ㄉㄨㄛ ㄍㄨㄥ ㄋㄥˊ", + "romatzyh" : "duo gong neng" }, + "meanings" : [ "multifunctional", "multifunction" ], + "classifiers" : [] } ] }, + { "simplified" : "多久", + "radical" : "夕", + "level" : [ "new-2" ], + "frequency" : 2322, + "pos" : [ "r", "a" ], + "forms" : [ { "traditional" : "多久", + "transcriptions" : { "pinyin" : "duō jiǔ", + "numeric" : "duo1 jiu3", + "wadegiles" : "to¹ chiu³", + "bopomofo" : "ㄉㄨㄛ ㄐㄧㄡˇ", + "romatzyh" : "duo jeou" }, + "meanings" : [ "(of time) how long?", + "(not) a long time" ], + "classifiers" : [] } ] }, + { "simplified" : "多亏", + "radical" : "夕", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12071, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "多虧", + "transcriptions" : { "pinyin" : "duō kuī", + "numeric" : "duo1 kui1", + "wadegiles" : "to¹ k'uei¹", + "bopomofo" : "ㄉㄨㄛ ㄎㄨㄟ", + "romatzyh" : "duo kuei" }, + "meanings" : [ "thanks to", "luckily" ], + "classifiers" : [] } ] }, + { "simplified" : "多劳多得", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 49146, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "多勞多得", + "transcriptions" : { "pinyin" : "duō láo duō dé", + "numeric" : "duo1 lao2 duo1 de2", + "wadegiles" : "to¹ lao² to¹ te²", + "bopomofo" : "ㄉㄨㄛ ㄌㄠˊ ㄉㄨㄛ ㄉㄜˊ", + "romatzyh" : "duo lau duo der" }, + "meanings" : [ "work more and get more" ], + "classifiers" : [] } ] }, + { "simplified" : "多么", + "radical" : "夕", + "level" : [ "new-2", "old-3" ], + "frequency" : 1940, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "多麼", + "transcriptions" : { "pinyin" : "duō me", + "numeric" : "duo1 me5", + "wadegiles" : "to¹ me", + "bopomofo" : "ㄉㄨㄛ me", + "romatzyh" : "duo me" }, + "meanings" : [ "how (wonderful etc)", + "what (a great idea etc)", + "however (difficult it may be etc)", + "(in interrogative sentences) how (much etc)", + "to what extent" ], + "classifiers" : [] } ] }, + { "simplified" : "多媒体", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 15310, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "多媒體", + "transcriptions" : { "pinyin" : "duō méi tǐ", + "numeric" : "duo1 mei2 ti3", + "wadegiles" : "to¹ mei² t'i³", + "bopomofo" : "ㄉㄨㄛ ㄇㄟˊ ㄊㄧˇ", + "romatzyh" : "duo mei tii" }, + "meanings" : [ "multimedia" ], + "classifiers" : [] } ] }, + { "simplified" : "多年", + "radical" : "夕", + "level" : [ "new-4" ], + "frequency" : 4233, + "pos" : [ "mq" ], + "forms" : [ { "traditional" : "多年", + "transcriptions" : { "pinyin" : "duō nián", + "numeric" : "duo1 nian2", + "wadegiles" : "to¹ nien²", + "bopomofo" : "ㄉㄨㄛ ㄋㄧㄢˊ", + "romatzyh" : "duo nian" }, + "meanings" : [ "many years", + "for many years", + "longstanding" ], + "classifiers" : [] } ] }, + { "simplified" : "多年来", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 5576, + "pos" : [], + "forms" : [ { "traditional" : "多年來", + "transcriptions" : { "pinyin" : "duō nián lái", + "numeric" : "duo1 nian2 lai2", + "wadegiles" : "to¹ nien² lai²", + "bopomofo" : "ㄉㄨㄛ ㄋㄧㄢˊ ㄌㄞˊ", + "romatzyh" : "duo nian lai" }, + "meanings" : [ "for the past many years" ], + "classifiers" : [] } ] }, + { "simplified" : "多少", + "radical" : "夕", + "level" : [ "new-1", "old-1" ], + "frequency" : 526, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "多少", + "transcriptions" : { "pinyin" : "duō shǎo", + "numeric" : "duo1 shao3", + "wadegiles" : "to¹ shao³", + "bopomofo" : "ㄉㄨㄛ ㄕㄠˇ", + "romatzyh" : "duo shao" }, + "meanings" : [ "number", "amount", "somewhat" ], + "classifiers" : [] }, + { "traditional" : "多少", + "transcriptions" : { "pinyin" : "duō shao", + "numeric" : "duo1 shao5", + "wadegiles" : "to¹ shao", + "bopomofo" : "ㄉㄨㄛ shao", + "romatzyh" : "duo shao" }, + "meanings" : [ "how much?", + "how many?", + "(phone number, student ID etc) what number?" ], + "classifiers" : [] } ] }, + { "simplified" : "多数", + "radical" : "夕", + "level" : [ "new-2" ], + "frequency" : 4376, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "多數", + "transcriptions" : { "pinyin" : "duō shù", + "numeric" : "duo1 shu4", + "wadegiles" : "to¹ shu⁴", + "bopomofo" : "ㄉㄨㄛ ㄕㄨˋ", + "romatzyh" : "duo shuh" }, + "meanings" : [ "majority; most" ], + "classifiers" : [] } ] }, + { "simplified" : "多心", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 34807, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "多心", + "transcriptions" : { "pinyin" : "duō xīn", + "numeric" : "duo1 xin1", + "wadegiles" : "to¹ hsin¹", + "bopomofo" : "ㄉㄨㄛ ㄒㄧㄣ", + "romatzyh" : "duo shin" }, + "meanings" : [ "oversensitive", "suspicious" ], + "classifiers" : [] } ] }, + { "simplified" : "多样", + "radical" : "夕", + "level" : [ "new-4" ], + "frequency" : 19807, + "pos" : [ "m", "a" ], + "forms" : [ { "traditional" : "多樣", + "transcriptions" : { "pinyin" : "duō yàng", + "numeric" : "duo1 yang4", + "wadegiles" : "to¹ yang⁴", + "bopomofo" : "ㄉㄨㄛ ㄧㄤˋ", + "romatzyh" : "duo yanq" }, + "meanings" : [ "diverse", "diversity", "manifold" ], + "classifiers" : [] } ] }, + { "simplified" : "多余", + "radical" : "夕", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5739, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "多餘", + "transcriptions" : { "pinyin" : "duō yú", + "numeric" : "duo1 yu2", + "wadegiles" : "to¹ yü²", + "bopomofo" : "ㄉㄨㄛ ㄩˊ", + "romatzyh" : "duo yu" }, + "meanings" : [ "superfluous", + "unnecessary", + "surplus" ], + "classifiers" : [] } ] }, + { "simplified" : "多元", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 49030, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "多元", + "transcriptions" : { "pinyin" : "duō yuán", + "numeric" : "duo1 yuan2", + "wadegiles" : "to¹ yüan²", + "bopomofo" : "ㄉㄨㄛ ㄩㄢˊ", + "romatzyh" : "duo yuan" }, + "meanings" : [ "poly-", + "multi-", + "multielement", + "multivariant", + "multivariate (math.)" ], + "classifiers" : [] } ] }, + { "simplified" : "多元化", + "radical" : "夕", + "level" : [ "old-6" ], + "frequency" : 15847, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "多元化", + "transcriptions" : { "pinyin" : "duō yuán huà", + "numeric" : "duo1 yuan2 hua4", + "wadegiles" : "to¹ yüan² hua⁴", + "bopomofo" : "ㄉㄨㄛ ㄩㄢˊ ㄏㄨㄚˋ", + "romatzyh" : "duo yuan huah" }, + "meanings" : [ "diversification", + "pluralism", + "to diversify" ], + "classifiers" : [] } ] }, + { "simplified" : "多云", + "radical" : "夕", + "level" : [ "new-2" ], + "frequency" : 4950, + "pos" : [], + "forms" : [ { "traditional" : "多雲", + "transcriptions" : { "pinyin" : "duō yún", + "numeric" : "duo1 yun2", + "wadegiles" : "to¹ yün²", + "bopomofo" : "ㄉㄨㄛ ㄩㄣˊ", + "romatzyh" : "duo yun" }, + "meanings" : [ "cloudy (meteorology)" ], + "classifiers" : [] } ] }, + { "simplified" : "多种", + "radical" : "夕", + "level" : [ "new-4" ], + "frequency" : 7142, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "多種", + "transcriptions" : { "pinyin" : "duō zhǒng", + "numeric" : "duo1 zhong3", + "wadegiles" : "to¹ chung³", + "bopomofo" : "ㄉㄨㄛ ㄓㄨㄥˇ", + "romatzyh" : "duo joong" }, + "meanings" : [ "many kinds of; multiple; diverse; multi-" ], + "classifiers" : [] } ] }, + { "simplified" : "哆嗦", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23415, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "哆嗦", + "transcriptions" : { "pinyin" : "duō suo", + "numeric" : "duo1 suo5", + "wadegiles" : "to¹ suo", + "bopomofo" : "ㄉㄨㄛ suo", + "romatzyh" : "duo suo" }, + "meanings" : [ "to tremble", + "to shiver", + "uncontrolled shaking of the body" ], + "classifiers" : [] } ] }, + { "simplified" : "夺", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 3462, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "奪", + "transcriptions" : { "pinyin" : "duó", + "numeric" : "duo2", + "wadegiles" : "to²", + "bopomofo" : "ㄉㄨㄛˊ", + "romatzyh" : "dwo" }, + "meanings" : [ "to seize", + "to take away forcibly", + "to wrest control of", + "to compete or strive for", + "to force one's way through", + "to leave out", + "to lose" ], + "classifiers" : [] } ] }, + { "simplified" : "夺冠", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 8401, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "奪冠", + "transcriptions" : { "pinyin" : "duó guàn", + "numeric" : "duo2 guan4", + "wadegiles" : "to² kuan⁴", + "bopomofo" : "ㄉㄨㄛˊ ㄍㄨㄢˋ", + "romatzyh" : "dwo guann" }, + "meanings" : [ "to seize the crown", + "fig. to win a championship", + "to win gold medal" ], + "classifiers" : [] } ] }, + { "simplified" : "夺魁", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 39965, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "奪魁", + "transcriptions" : { "pinyin" : "duó kuí", + "numeric" : "duo2 kui2", + "wadegiles" : "to² k'uei²", + "bopomofo" : "ㄉㄨㄛˊ ㄎㄨㄟˊ", + "romatzyh" : "dwo kwei" }, + "meanings" : [ "to seize", "to win" ], + "classifiers" : [] } ] }, + { "simplified" : "夺取", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 8232, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "奪取", + "transcriptions" : { "pinyin" : "duó qǔ", + "numeric" : "duo2 qu3", + "wadegiles" : "to² ch'ü³", + "bopomofo" : "ㄉㄨㄛˊ ㄑㄩˇ", + "romatzyh" : "dwo cheu" }, + "meanings" : [ "to seize", + "to capture", + "to wrest control of" ], + "classifiers" : [] } ] }, + { "simplified" : "躲", + "radical" : "身", + "level" : [ "new-5" ], + "frequency" : 2378, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "躲", + "transcriptions" : { "pinyin" : "duǒ", + "numeric" : "duo3", + "wadegiles" : "to³", + "bopomofo" : "ㄉㄨㄛˇ", + "romatzyh" : "duoo" }, + "meanings" : [ "to hide", "to dodge", "to avoid" ], + "classifiers" : [] } ] }, + { "simplified" : "躲避", + "radical" : "身", + "level" : [ "new-7+" ], + "frequency" : 7419, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "躲避", + "transcriptions" : { "pinyin" : "duǒ bì", + "numeric" : "duo3 bi4", + "wadegiles" : "to³ pi⁴", + "bopomofo" : "ㄉㄨㄛˇ ㄅㄧˋ", + "romatzyh" : "duoo bih" }, + "meanings" : [ "to hide", + "to evade", + "to dodge", + "to take shelter", + "to avoid (difficulties)" ], + "classifiers" : [] } ] }, + { "simplified" : "躲藏", + "radical" : "身", + "level" : [ "new-7+", "old-5" ], + "frequency" : 16284, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "躲藏", + "transcriptions" : { "pinyin" : "duǒ cáng", + "numeric" : "duo3 cang2", + "wadegiles" : "to³ ts'ang²", + "bopomofo" : "ㄉㄨㄛˇ ㄘㄤˊ", + "romatzyh" : "duoo tsarng" }, + "meanings" : [ "to conceal oneself", + "to go into hiding", + "to take cover" ], + "classifiers" : [] } ] }, + { "simplified" : "堕落", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8016, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "墮落", + "transcriptions" : { "pinyin" : "duò luò", + "numeric" : "duo4 luo4", + "wadegiles" : "to⁴ lo⁴", + "bopomofo" : "ㄉㄨㄛˋ ㄌㄨㄛˋ", + "romatzyh" : "duoh luoh" }, + "meanings" : [ "to degrade", + "to degenerate", + "to become depraved", + "corrupt", + "a fall from grace" ], + "classifiers" : [] } ] }, + { "simplified" : "舵手", + "radical" : "舟", + "level" : [ "new-7+" ], + "frequency" : 28050, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舵手", + "transcriptions" : { "pinyin" : "duò shǒu", + "numeric" : "duo4 shou3", + "wadegiles" : "to⁴ shou³", + "bopomofo" : "ㄉㄨㄛˋ ㄕㄡˇ", + "romatzyh" : "duoh shoou" }, + "meanings" : [ "helmsman" ], + "classifiers" : [] } ] }, + { "simplified" : "朵", + "radical" : "木", + "level" : [ "new-5", "old-4" ], + "frequency" : 4920, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "朵", + "transcriptions" : { "pinyin" : "duǒ", + "numeric" : "duo3", + "wadegiles" : "to³", + "bopomofo" : "ㄉㄨㄛˇ", + "romatzyh" : "duoo" }, + "meanings" : [ "flower", + "earlobe", + "fig. item on both sides", + "classifier for flowers, clouds etc" ], + "classifiers" : [] }, + { "traditional" : "朶", + "transcriptions" : { "pinyin" : "duǒ", + "numeric" : "duo3", + "wadegiles" : "to³", + "bopomofo" : "ㄉㄨㄛˇ", + "romatzyh" : "duoo" }, + "meanings" : [ "variant of 朵" ], + "classifiers" : [] } ] }, + { "simplified" : "讹诈", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 40387, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "訛詐", + "transcriptions" : { "pinyin" : "é zhà", + "numeric" : "e2 zha4", + "wadegiles" : "e² cha⁴", + "bopomofo" : "ㄜˊ ㄓㄚˋ", + "romatzyh" : "er jah" }, + "meanings" : [ "to extort under false pretenses", + "to blackmail", + "to bluff", + "to defraud" ], + "classifiers" : [] } ] }, + { "simplified" : "俄语", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 16273, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "俄語", + "transcriptions" : { "pinyin" : "É yǔ", + "numeric" : "E2 yu3", + "wadegiles" : "e² yü³", + "bopomofo" : "ㄜˊ ㄩˇ", + "romatzyh" : "er yeu" }, + "meanings" : [ "Russian (language)" ], + "classifiers" : [] } ] }, + { "simplified" : "鹅", + "radical" : "鸟", + "level" : [ "new-7+" ], + "frequency" : 7741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "䳘", + "transcriptions" : { "pinyin" : "é", + "numeric" : "e2", + "wadegiles" : "e²", + "bopomofo" : "ㄜˊ", + "romatzyh" : "er" }, + "meanings" : [ "variant of 鹅" ], + "classifiers" : [] }, + { "traditional" : "鵝", + "transcriptions" : { "pinyin" : "é", + "numeric" : "e2", + "wadegiles" : "e²", + "bopomofo" : "ㄜˊ", + "romatzyh" : "er" }, + "meanings" : [ "goose" ], + "classifiers" : [ "只" ] }, + { "traditional" : "鵞", + "transcriptions" : { "pinyin" : "é", + "numeric" : "e2", + "wadegiles" : "e²", + "bopomofo" : "ㄜˊ", + "romatzyh" : "er" }, + "meanings" : [ "variant of 鹅" ], + "classifiers" : [] } ] }, + { "simplified" : "额外", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6599, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "額外", + "transcriptions" : { "pinyin" : "é wài", + "numeric" : "e2 wai4", + "wadegiles" : "e² wai⁴", + "bopomofo" : "ㄜˊ ㄨㄞˋ", + "romatzyh" : "er way" }, + "meanings" : [ "extra", "added", "additional" ], + "classifiers" : [] } ] }, + { "simplified" : "厄运", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 15845, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "厄運", + "transcriptions" : { "pinyin" : "è yùn", + "numeric" : "e4 yun4", + "wadegiles" : "e⁴ yün⁴", + "bopomofo" : "ㄜˋ ㄩㄣˋ", + "romatzyh" : "eh yunn" }, + "meanings" : [ "bad luck", + "misfortune", + "adversity" ], + "classifiers" : [] } ] }, + { "simplified" : "恶", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 3536, + "pos" : [ "a", "g", "ad", "an" ], + "forms" : [ { "traditional" : "惡", + "transcriptions" : { "pinyin" : "ě", + "numeric" : "e3", + "wadegiles" : "e³", + "bopomofo" : "ㄜˇ", + "romatzyh" : "ee" }, + "meanings" : [ "used in 恶心" ], + "classifiers" : [] }, + { "traditional" : "惡", + "transcriptions" : { "pinyin" : "è", + "numeric" : "e4", + "wadegiles" : "e⁴", + "bopomofo" : "ㄜˋ", + "romatzyh" : "eh" }, + "meanings" : [ "evil", + "fierce", + "vicious", + "ugly", + "coarse", + "to harm" ], + "classifiers" : [] }, + { "traditional" : "惡", + "transcriptions" : { "pinyin" : "wù", + "numeric" : "wu4", + "wadegiles" : "wu⁴", + "bopomofo" : "ㄨˋ", + "romatzyh" : "wuh" }, + "meanings" : [ "to hate", + "to loathe", + "ashamed", + "to fear", + "to slander" ], + "classifiers" : [] } ] }, + { "simplified" : "恶化", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6138, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "惡化", + "transcriptions" : { "pinyin" : "è huà", + "numeric" : "e4 hua4", + "wadegiles" : "e⁴ hua⁴", + "bopomofo" : "ㄜˋ ㄏㄨㄚˋ", + "romatzyh" : "eh huah" }, + "meanings" : [ "to worsen" ], + "classifiers" : [] } ] }, + { "simplified" : "恶劣", + "radical" : "心", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6454, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "惡劣", + "transcriptions" : { "pinyin" : "è liè", + "numeric" : "e4 lie4", + "wadegiles" : "e⁴ lieh⁴", + "bopomofo" : "ㄜˋ ㄌㄧㄝˋ", + "romatzyh" : "eh lieh" }, + "meanings" : [ "vile", + "nasty", + "of very poor quality" ], + "classifiers" : [] } ] }, + { "simplified" : "恶心", + "radical" : "心", + "level" : [ "new-4", "old-6" ], + "frequency" : 2463, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "噁心", + "transcriptions" : { "pinyin" : "ě xīn", + "numeric" : "e3 xin1", + "wadegiles" : "e³ hsin¹", + "bopomofo" : "ㄜˇ ㄒㄧㄣ", + "romatzyh" : "ee shin" }, + "meanings" : [ "variant of 恶心" ], + "classifiers" : [] }, + { "traditional" : "惡心", + "transcriptions" : { "pinyin" : "ě xīn", + "numeric" : "e3 xin1", + "wadegiles" : "e³ hsin¹", + "bopomofo" : "ㄜˇ ㄒㄧㄣ", + "romatzyh" : "ee shin" }, + "meanings" : [ "nausea", + "to feel sick", + "disgust", + "nauseating", + "to embarrass (deliberately)" ], + "classifiers" : [] }, + { "traditional" : "惡心", + "transcriptions" : { "pinyin" : "è xīn", + "numeric" : "e4 xin1", + "wadegiles" : "e⁴ hsin¹", + "bopomofo" : "ㄜˋ ㄒㄧㄣ", + "romatzyh" : "eh shin" }, + "meanings" : [ "bad habit", + "vicious habit", + "vice" ], + "classifiers" : [] } ] }, + { "simplified" : "恶性", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 11199, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "惡性", + "transcriptions" : { "pinyin" : "è xìng", + "numeric" : "e4 xing4", + "wadegiles" : "e⁴ hsing⁴", + "bopomofo" : "ㄜˋ ㄒㄧㄥˋ", + "romatzyh" : "eh shinq" }, + "meanings" : [ "malignant", + "wicked", + "vicious (circle)", + "producing evil", + "rapid (decline)", + "runaway (inflation)" ], + "classifiers" : [] } ] }, + { "simplified" : "恶意", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 6755, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "惡意", + "transcriptions" : { "pinyin" : "è yì", + "numeric" : "e4 yi4", + "wadegiles" : "e⁴ i⁴", + "bopomofo" : "ㄜˋ ㄧˋ", + "romatzyh" : "eh yih" }, + "meanings" : [ "malice", "evil intention" ], + "classifiers" : [] } ] }, + { "simplified" : "饿", + "radical" : "饣", + "level" : [ "new-1", "old-3" ], + "frequency" : 1477, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "餓", + "transcriptions" : { "pinyin" : "è", + "numeric" : "e4", + "wadegiles" : "e⁴", + "bopomofo" : "ㄜˋ", + "romatzyh" : "eh" }, + "meanings" : [ "to be hungry", + "hungry", + "to starve (sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "掠夺", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12733, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "掠奪", + "transcriptions" : { "pinyin" : "lu:è duó", + "numeric" : "lüe4 duo2", + "wadegiles" : "lu:è to²", + "bopomofo" : "lu:è ㄉㄨㄛˊ", + "romatzyh" : "lu:è dwo" }, + "meanings" : [ "to plunder", "to rob" ], + "classifiers" : [] } ] }, + { "simplified" : "略", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 5208, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "略", + "transcriptions" : { "pinyin" : "lu:è", + "numeric" : "lüe4", + "wadegiles" : "lu:è", + "bopomofo" : "lu:è", + "romatzyh" : "lu:è" }, + "meanings" : [ "brief; sketchy", + "outline; summary", + "to omit", + "(bound form before a single-character verb) a bit; somewhat; slightly", + "plan; strategy", + "to capture (territory)" ], + "classifiers" : [] }, + { "traditional" : "畧", + "transcriptions" : { "pinyin" : "lu:è", + "numeric" : "lüe4", + "wadegiles" : "lu:è", + "bopomofo" : "lu:è", + "romatzyh" : "lu:è" }, + "meanings" : [ "variant of 略" ], + "classifiers" : [] } ] }, + { "simplified" : "略微", + "radical" : "田", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20310, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "略微", + "transcriptions" : { "pinyin" : "lu:è wēi", + "numeric" : "lüe4 wei1", + "wadegiles" : "lu:è wei¹", + "bopomofo" : "lu:è ㄨㄟ", + "romatzyh" : "lu:è uei" }, + "meanings" : [ "a little bit", "slightly" ], + "classifiers" : [] } ] }, + { "simplified" : "遏制", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14933, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遏制", + "transcriptions" : { "pinyin" : "è zhì", + "numeric" : "e4 zhi4", + "wadegiles" : "e⁴ chih⁴", + "bopomofo" : "ㄜˋ ㄓˋ", + "romatzyh" : "eh jyh" }, + "meanings" : [ "to check", + "to contain", + "to hold back", + "to keep within limits", + "to constrain", + "to restrain" ], + "classifiers" : [] } ] }, + { "simplified" : "鳄鱼", + "radical" : "鱼", + "level" : [ "new-7+" ], + "frequency" : 10043, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "鱷魚", + "transcriptions" : { "pinyin" : "è yú", + "numeric" : "e4 yu2", + "wadegiles" : "e⁴ yü²", + "bopomofo" : "ㄜˋ ㄩˊ", + "romatzyh" : "eh yu" }, + "meanings" : [ "alligator", "crocodile" ], + "classifiers" : [] } ] }, + { "simplified" : "恩赐", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 21883, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "恩賜", + "transcriptions" : { "pinyin" : "ēn cì", + "numeric" : "en1 ci4", + "wadegiles" : "en¹ tz'u⁴", + "bopomofo" : "ㄣ ㄘˋ", + "romatzyh" : "en tsyh" }, + "meanings" : [ "favor", + "to give charity to sb out of pity" ], + "classifiers" : [] } ] }, + { "simplified" : "恩惠", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 21381, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "恩惠", + "transcriptions" : { "pinyin" : "ēn huì", + "numeric" : "en1 hui4", + "wadegiles" : "en¹ hui⁴", + "bopomofo" : "ㄣ ㄏㄨㄟˋ", + "romatzyh" : "en huey" }, + "meanings" : [ "favor", "grace" ], + "classifiers" : [] } ] }, + { "simplified" : "恩情", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 31449, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "恩情", + "transcriptions" : { "pinyin" : "ēn qíng", + "numeric" : "en1 qing2", + "wadegiles" : "en¹ ch'ing²", + "bopomofo" : "ㄣ ㄑㄧㄥˊ", + "romatzyh" : "en chyng" }, + "meanings" : [ "kindness", + "affection", + "grace", + "favor" ], + "classifiers" : [] } ] }, + { "simplified" : "恩人", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 21790, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "恩人", + "transcriptions" : { "pinyin" : "ēn rén", + "numeric" : "en1 ren2", + "wadegiles" : "en¹ jen²", + "bopomofo" : "ㄣ ㄖㄣˊ", + "romatzyh" : "en ren" }, + "meanings" : [ "a benefactor", + "a person who has significantly helped sb else" ], + "classifiers" : [] } ] }, + { "simplified" : "恩怨", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12053, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "恩怨", + "transcriptions" : { "pinyin" : "ēn yuàn", + "numeric" : "en1 yuan4", + "wadegiles" : "en¹ yüan⁴", + "bopomofo" : "ㄣ ㄩㄢˋ", + "romatzyh" : "en yuann" }, + "meanings" : [ "gratitude and grudges", + "resentment", + "grudges", + "grievances" ], + "classifiers" : [] } ] }, + { "simplified" : "儿科", + "radical" : "儿", + "level" : [ "new-6" ], + "frequency" : 13080, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兒科", + "transcriptions" : { "pinyin" : "ér kē", + "numeric" : "er2 ke1", + "wadegiles" : "erh² k'o¹", + "bopomofo" : "ㄦˊ ㄎㄜ", + "romatzyh" : "erl ke" }, + "meanings" : [ "pediatrics" ], + "classifiers" : [] } ] }, + { "simplified" : "儿女", + "radical" : "儿", + "level" : [ "new-5" ], + "frequency" : 10636, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兒女", + "transcriptions" : { "pinyin" : "ér nu:3", + "numeric" : "er2 nü3", + "wadegiles" : "erh² nu:3", + "bopomofo" : "ㄦˊ nu:3", + "romatzyh" : "erl nu:3" }, + "meanings" : [ "children; sons and daughters", + "a young man and a young woman (in love)" ], + "classifiers" : [] } ] }, + { "simplified" : "儿童", + "radical" : "儿", + "level" : [ "new-4", "old-4" ], + "frequency" : 1692, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兒童", + "transcriptions" : { "pinyin" : "ér tóng", + "numeric" : "er2 tong2", + "wadegiles" : "erh² t'ung²", + "bopomofo" : "ㄦˊ ㄊㄨㄥˊ", + "romatzyh" : "erl torng" }, + "meanings" : [ "child" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "儿子", + "radical" : "儿", + "level" : [ "new-1", "old-1" ], + "frequency" : 665, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兒子", + "transcriptions" : { "pinyin" : "ér zi", + "numeric" : "er2 zi5", + "wadegiles" : "erh² zi", + "bopomofo" : "ㄦˊ zi", + "romatzyh" : "erl zi" }, + "meanings" : [ "son" ], + "classifiers" : [] } ] }, + { "simplified" : "而", + "radical" : "而", + "level" : [ "new-4", "old-4" ], + "frequency" : 75, + "pos" : [ "cc", "u" ], + "forms" : [ { "traditional" : "而", + "transcriptions" : { "pinyin" : "ér", + "numeric" : "er2", + "wadegiles" : "erh²", + "bopomofo" : "ㄦˊ", + "romatzyh" : "erl" }, + "meanings" : [ "and", + "as well as", + "and so", + "but (not)", + "yet (not)", + "(indicates causal relation)", + "(indicates change of state)", + "(indicates contrast)" ], + "classifiers" : [] } ] }, + { "simplified" : "而且", + "radical" : "而", + "level" : [ "new-2", "old-3" ], + "frequency" : 239, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "而且", + "transcriptions" : { "pinyin" : "ér qiě", + "numeric" : "er2 qie3", + "wadegiles" : "erh² ch'ieh³", + "bopomofo" : "ㄦˊ ㄑㄧㄝˇ", + "romatzyh" : "erl chiee" }, + "meanings" : [ "(not only ...) but also", + "moreover", + "in addition", + "furthermore" ], + "classifiers" : [] } ] }, + { "simplified" : "而是", + "radical" : "而", + "level" : [ "new-4" ], + "frequency" : 1031, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "而是", + "transcriptions" : { "pinyin" : "ér shì", + "numeric" : "er2 shi4", + "wadegiles" : "erh² shih⁴", + "bopomofo" : "ㄦˊ ㄕˋ", + "romatzyh" : "erl shyh" }, + "meanings" : [ "rather" ], + "classifiers" : [] } ] }, + { "simplified" : "而已", + "radical" : "而", + "level" : [ "new-7+", "old-6" ], + "frequency" : 1377, + "pos" : [ "y", "u" ], + "forms" : [ { "traditional" : "而已", + "transcriptions" : { "pinyin" : "ér yǐ", + "numeric" : "er2 yi3", + "wadegiles" : "erh² i³", + "bopomofo" : "ㄦˊ ㄧˇ", + "romatzyh" : "erl yii" }, + "meanings" : [ "that's all", "nothing more" ], + "classifiers" : [] } ] }, + { "simplified" : "耳朵", + "radical" : "耳", + "level" : [ "new-5", "old-3" ], + "frequency" : 3451, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "耳朵", + "transcriptions" : { "pinyin" : "ěr duo", + "numeric" : "er3 duo5", + "wadegiles" : "erh³ duo", + "bopomofo" : "ㄦˇ duo", + "romatzyh" : "eel duo" }, + "meanings" : [ "ear", "handle (on a cup)" ], + "classifiers" : [ "只", "个", "对" ] } ] }, + { "simplified" : "耳光", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 10660, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "耳光", + "transcriptions" : { "pinyin" : "ěr guāng", + "numeric" : "er3 guang1", + "wadegiles" : "erh³ kuang¹", + "bopomofo" : "ㄦˇ ㄍㄨㄤ", + "romatzyh" : "eel guang" }, + "meanings" : [ "a slap on the face" ], + "classifiers" : [ "记" ] } ] }, + { "simplified" : "耳环", + "radical" : "耳", + "level" : [ "old-6" ], + "frequency" : 11999, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "耳環", + "transcriptions" : { "pinyin" : "ěr huán", + "numeric" : "er3 huan2", + "wadegiles" : "erh³ huan²", + "bopomofo" : "ㄦˇ ㄏㄨㄢˊ", + "romatzyh" : "eel hwan" }, + "meanings" : [ "earring" ], + "classifiers" : [ "只", "对" ] } ] }, + { "simplified" : "耳机", + "radical" : "耳", + "level" : [ "new-4" ], + "frequency" : 7196, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "耳機", + "transcriptions" : { "pinyin" : "ěr jī", + "numeric" : "er3 ji1", + "wadegiles" : "erh³ chi¹", + "bopomofo" : "ㄦˇ ㄐㄧ", + "romatzyh" : "eel ji" }, + "meanings" : [ "headphones", + "earphones", + "telephone receiver" ], + "classifiers" : [] } ] }, + { "simplified" : "耳目一新", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 20652, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "耳目一新", + "transcriptions" : { "pinyin" : "ěr mù yī xīn", + "numeric" : "er3 mu4 yi1 xin1", + "wadegiles" : "erh³ mu⁴ i¹ hsin¹", + "bopomofo" : "ㄦˇ ㄇㄨˋ ㄧ ㄒㄧㄣ", + "romatzyh" : "eel muh i shin" }, + "meanings" : [ "a pleasant change", + "a breath of fresh air", + "refreshing" ], + "classifiers" : [] } ] }, + { "simplified" : "耳熟能详", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 31301, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耳熟能詳", + "transcriptions" : { "pinyin" : "ěr shú néng xiáng", + "numeric" : "er3 shu2 neng2 xiang2", + "wadegiles" : "erh³ shu² neng² hsiang²", + "bopomofo" : "ㄦˇ ㄕㄨˊ ㄋㄥˊ ㄒㄧㄤˊ", + "romatzyh" : "eel shwu neng shyang" }, + "meanings" : [ "what's frequently heard can be repeated in detail (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "耳闻目睹", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 74024, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耳聞目睹", + "transcriptions" : { "pinyin" : "ěr wén mù dǔ", + "numeric" : "er3 wen2 mu4 du3", + "wadegiles" : "erh³ wen² mu⁴ tu³", + "bopomofo" : "ㄦˇ ㄨㄣˊ ㄇㄨˋ ㄉㄨˇ", + "romatzyh" : "eel wen muh duu" }, + "meanings" : [ "to witness personally" ], + "classifiers" : [] } ] }, + { "simplified" : "二", + "radical" : "二", + "level" : [ "new-1", "old-1" ], + "frequency" : 664, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "二", + "transcriptions" : { "pinyin" : "èr", + "numeric" : "er4", + "wadegiles" : "erh⁴", + "bopomofo" : "ㄦˋ", + "romatzyh" : "ell" }, + "meanings" : [ "two", + "2", + "(Beijing dialect) stupid" ], + "classifiers" : [] } ] }, + { "simplified" : "二手", + "radical" : "二", + "level" : [ "new-4" ], + "frequency" : 10587, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "二手", + "transcriptions" : { "pinyin" : "èr shǒu", + "numeric" : "er4 shou3", + "wadegiles" : "erh⁴ shou³", + "bopomofo" : "ㄦˋ ㄕㄡˇ", + "romatzyh" : "ell shoou" }, + "meanings" : [ "indirectly acquired", + "second-hand (information, equipment etc)", + "assistant" ], + "classifiers" : [] } ] }, + { "simplified" : "二手车", + "radical" : "二", + "level" : [ "new-7+" ], + "frequency" : 17912, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "二手車", + "transcriptions" : { "pinyin" : "èr shǒu chē", + "numeric" : "er4 shou3 che1", + "wadegiles" : "erh⁴ shou³ ch'e¹", + "bopomofo" : "ㄦˋ ㄕㄡˇ ㄔㄜ", + "romatzyh" : "ell shoou che" }, + "meanings" : [ "second-hand car" ], + "classifiers" : [] } ] }, + { "simplified" : "二维码", + "radical" : "二", + "level" : [ "new-5" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "二維碼", + "transcriptions" : { "pinyin" : "èr wéi mǎ", + "numeric" : "er4 wei2 ma3", + "wadegiles" : "erh⁴ wei² ma³", + "bopomofo" : "ㄦˋ ㄨㄟˊ ㄇㄚˇ", + "romatzyh" : "ell wei maa" }, + "meanings" : [ "two-dimensional barcode", + "QR code" ], + "classifiers" : [] } ] }, + { "simplified" : "二氧化碳", + "radical" : "二", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13139, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "二氧化碳", + "transcriptions" : { "pinyin" : "èr yǎng huà tàn", + "numeric" : "er4 yang3 hua4 tan4", + "wadegiles" : "erh⁴ yang³ hua⁴ t'an⁴", + "bopomofo" : "ㄦˋ ㄧㄤˇ ㄏㄨㄚˋ ㄊㄢˋ", + "romatzyh" : "ell yeang huah tann" }, + "meanings" : [ "carbon dioxide CO2" ], + "classifiers" : [] } ] }, + { "simplified" : "发", + "radical" : "又", + "level" : [ "new-2", "old-4" ], + "frequency" : 400, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "發", + "transcriptions" : { "pinyin" : "fā", + "numeric" : "fa1", + "wadegiles" : "fa¹", + "bopomofo" : "ㄈㄚ", + "romatzyh" : "fa" }, + "meanings" : [ "to send out", + "to show (one's feeling)", + "to issue", + "to develop", + "to make a bundle of money", + "classifier for gunshots (rounds)" ], + "classifiers" : [] }, + { "traditional" : "髮", + "transcriptions" : { "pinyin" : "fà", + "numeric" : "fa4", + "wadegiles" : "fa⁴", + "bopomofo" : "ㄈㄚˋ", + "romatzyh" : "fah" }, + "meanings" : [ "hair", "Taiwan pr. [fǎ]" ], + "classifiers" : [] } ] }, + { "simplified" : "发表", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 1771, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發表", + "transcriptions" : { "pinyin" : "fā biǎo", + "numeric" : "fa1 biao3", + "wadegiles" : "fa¹ piao³", + "bopomofo" : "ㄈㄚ ㄅㄧㄠˇ", + "romatzyh" : "fa beau" }, + "meanings" : [ "to issue", "to publish" ], + "classifiers" : [] } ] }, + { "simplified" : "发病", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 9341, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發病", + "transcriptions" : { "pinyin" : "fā bìng", + "numeric" : "fa1 bing4", + "wadegiles" : "fa¹ ping⁴", + "bopomofo" : "ㄈㄚ ㄅㄧㄥˋ", + "romatzyh" : "fa binq" }, + "meanings" : [ "(of an illness) to occur", + "(of a person) to get sick; to fall ill", + "onset (of a medical condition)" ], + "classifiers" : [] } ] }, + { "simplified" : "发布", + "radical" : "又", + "level" : [ "new-5", "old-6" ], + "frequency" : 2711, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發佈", + "transcriptions" : { "pinyin" : "fā bù", + "numeric" : "fa1 bu4", + "wadegiles" : "fa¹ pu⁴", + "bopomofo" : "ㄈㄚ ㄅㄨˋ", + "romatzyh" : "fa buh" }, + "meanings" : [ "to release", + "to issue", + "to announce", + "to distribute", + "also written 发布" ], + "classifiers" : [] }, + { "traditional" : "發布", + "transcriptions" : { "pinyin" : "fā bù", + "numeric" : "fa1 bu4", + "wadegiles" : "fa¹ pu⁴", + "bopomofo" : "ㄈㄚ ㄅㄨˋ", + "romatzyh" : "fa buh" }, + "meanings" : [ "to release", + "to issue", + "to announce", + "to distribute" ], + "classifiers" : [] } ] }, + { "simplified" : "发布会", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 6550, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "發佈會", + "transcriptions" : { "pinyin" : "fā bù huì", + "numeric" : "fa1 bu4 hui4", + "wadegiles" : "fa¹ pu⁴ hui⁴", + "bopomofo" : "ㄈㄚ ㄅㄨˋ ㄏㄨㄟˋ", + "romatzyh" : "fa buh huey" }, + "meanings" : [ "news conference", "briefing" ], + "classifiers" : [] }, + { "traditional" : "發布會", + "transcriptions" : { "pinyin" : "fā bù huì", + "numeric" : "fa1 bu4 hui4", + "wadegiles" : "fa¹ pu⁴ hui⁴", + "bopomofo" : "ㄈㄚ ㄅㄨˋ ㄏㄨㄟˋ", + "romatzyh" : "fa buh huey" }, + "meanings" : [ "news conference", "briefing" ], + "classifiers" : [] } ] }, + { "simplified" : "发财", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9336, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發財", + "transcriptions" : { "pinyin" : "fā cái", + "numeric" : "fa1 cai2", + "wadegiles" : "fa¹ ts'ai²", + "bopomofo" : "ㄈㄚ ㄘㄞˊ", + "romatzyh" : "fa tsair" }, + "meanings" : [ "to get rich" ], + "classifiers" : [] } ] }, + { "simplified" : "发愁", + "radical" : "又", + "level" : [ "new-7+", "old-5" ], + "frequency" : 16670, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發愁", + "transcriptions" : { "pinyin" : "fā chóu", + "numeric" : "fa1 chou2", + "wadegiles" : "fa¹ ch'ou²", + "bopomofo" : "ㄈㄚ ㄔㄡˊ", + "romatzyh" : "fa chour" }, + "meanings" : [ "to worry", + "to fret", + "to be anxious", + "to become sad" ], + "classifiers" : [] } ] }, + { "simplified" : "发出", + "radical" : "又", + "level" : [ "new-3" ], + "frequency" : 1978, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發出", + "transcriptions" : { "pinyin" : "fā chū", + "numeric" : "fa1 chu1", + "wadegiles" : "fa¹ ch'u¹", + "bopomofo" : "ㄈㄚ ㄔㄨ", + "romatzyh" : "fa chu" }, + "meanings" : [ "to issue (an order, decree etc); to send out; to dispatch", + "to produce (a sound); to let out (a laugh)" ], + "classifiers" : [] } ] }, + { "simplified" : "发达", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 5763, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "發達", + "transcriptions" : { "pinyin" : "fā dá", + "numeric" : "fa1 da2", + "wadegiles" : "fa¹ ta²", + "bopomofo" : "ㄈㄚ ㄉㄚˊ", + "romatzyh" : "fa dar" }, + "meanings" : [ "well-developed; flourishing", + "to develop; to promote; to expand", + "(literary) to achieve fame and fortune; to prosper" ], + "classifiers" : [] } ] }, + { "simplified" : "发呆", + "radical" : "又", + "level" : [ "old-6" ], + "frequency" : 13611, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發呆", + "transcriptions" : { "pinyin" : "fā dāi", + "numeric" : "fa1 dai1", + "wadegiles" : "fa¹ tai¹", + "bopomofo" : "ㄈㄚ ㄉㄞ", + "romatzyh" : "fa dai" }, + "meanings" : [ "to stare blankly", + "to be stunned", + "to be lost in thought" ], + "classifiers" : [] } ] }, + { "simplified" : "发电", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 10184, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發電", + "transcriptions" : { "pinyin" : "fā diàn", + "numeric" : "fa1 dian4", + "wadegiles" : "fa¹ tien⁴", + "bopomofo" : "ㄈㄚ ㄉㄧㄢˋ", + "romatzyh" : "fa diann" }, + "meanings" : [ "to generate electricity", + "to send a telegram" ], + "classifiers" : [] } ] }, + { "simplified" : "发电机", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 13622, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "發電機", + "transcriptions" : { "pinyin" : "fā diàn jī", + "numeric" : "fa1 dian4 ji1", + "wadegiles" : "fa¹ tien⁴ chi¹", + "bopomofo" : "ㄈㄚ ㄉㄧㄢˋ ㄐㄧ", + "romatzyh" : "fa diann ji" }, + "meanings" : [ "electricity generator", "dynamo" ], + "classifiers" : [] } ] }, + { "simplified" : "发动", + "radical" : "又", + "level" : [ "new-3", "old-6" ], + "frequency" : 3090, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發動", + "transcriptions" : { "pinyin" : "fā dòng", + "numeric" : "fa1 dong4", + "wadegiles" : "fa¹ tung⁴", + "bopomofo" : "ㄈㄚ ㄉㄨㄥˋ", + "romatzyh" : "fa donq" }, + "meanings" : [ "to start", + "to launch", + "to unleash", + "to mobilize", + "to arouse" ], + "classifiers" : [] } ] }, + { "simplified" : "发抖", + "radical" : "又", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10286, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發抖", + "transcriptions" : { "pinyin" : "fā dǒu", + "numeric" : "fa1 dou3", + "wadegiles" : "fa¹ tou³", + "bopomofo" : "ㄈㄚ ㄉㄡˇ", + "romatzyh" : "fa doou" }, + "meanings" : [ "to tremble", + "to shake", + "to shiver" ], + "classifiers" : [] } ] }, + { "simplified" : "发放", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 7155, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發放", + "transcriptions" : { "pinyin" : "fā fàng", + "numeric" : "fa1 fang4", + "wadegiles" : "fa¹ fang⁴", + "bopomofo" : "ㄈㄚ ㄈㄤˋ", + "romatzyh" : "fa fanq" }, + "meanings" : [ "to provide", + "to give", + "to grant" ], + "classifiers" : [] } ] }, + { "simplified" : "发愤图强", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 76491, + "pos" : [], + "forms" : [ { "traditional" : "發憤圖強", + "transcriptions" : { "pinyin" : "fā fèn tú qiáng", + "numeric" : "fa1 fen4 tu2 qiang2", + "wadegiles" : "fa¹ fen⁴ t'u² ch'iang²", + "bopomofo" : "ㄈㄚ ㄈㄣˋ ㄊㄨˊ ㄑㄧㄤˊ", + "romatzyh" : "fa fenn twu chyang" }, + "meanings" : [ "to be strongly determined to succeed (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "发光", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 8539, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發光", + "transcriptions" : { "pinyin" : "fā guāng", + "numeric" : "fa1 guang1", + "wadegiles" : "fa¹ kuang¹", + "bopomofo" : "ㄈㄚ ㄍㄨㄤ", + "romatzyh" : "fa guang" }, + "meanings" : [ "to emit light; to shine; to glow; to glisten; to be luminous" ], + "classifiers" : [] } ] }, + { "simplified" : "发挥", + "radical" : "又", + "level" : [ "new-4", "old-5" ], + "frequency" : 1869, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發揮", + "transcriptions" : { "pinyin" : "fā huī", + "numeric" : "fa1 hui1", + "wadegiles" : "fa¹ hui¹", + "bopomofo" : "ㄈㄚ ㄏㄨㄟ", + "romatzyh" : "fa huei" }, + "meanings" : [ "to display", + "to exhibit", + "to bring out implicit or innate qualities", + "to express (a thought or moral)", + "to develop (an idea)", + "to elaborate (on a theme)" ], + "classifiers" : [] } ] }, + { "simplified" : "发火", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10499, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發火", + "transcriptions" : { "pinyin" : "fā huǒ", + "numeric" : "fa1 huo3", + "wadegiles" : "fa¹ huo³", + "bopomofo" : "ㄈㄚ ㄏㄨㄛˇ", + "romatzyh" : "fa huoo" }, + "meanings" : [ "to catch fire", + "to ignite", + "to detonate", + "to get angry" ], + "classifiers" : [] } ] }, + { "simplified" : "发酵", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 18094, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發酵", + "transcriptions" : { "pinyin" : "fā jiào", + "numeric" : "fa1 jiao4", + "wadegiles" : "fa¹ chiao⁴", + "bopomofo" : "ㄈㄚ ㄐㄧㄠˋ", + "romatzyh" : "fa jiaw" }, + "meanings" : [ "to ferment", + "(fig.) (of trends, emotions or repercussions etc) to bubble away; to simmer; to develop" ], + "classifiers" : [] } ] }, + { "simplified" : "发觉", + "radical" : "又", + "level" : [ "new-5", "old-6" ], + "frequency" : 5813, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發覺", + "transcriptions" : { "pinyin" : "fā jué", + "numeric" : "fa1 jue2", + "wadegiles" : "fa¹ chüeh²", + "bopomofo" : "ㄈㄚ ㄐㄩㄝˊ", + "romatzyh" : "fa jyue" }, + "meanings" : [ "to become aware", + "to detect", + "to realize", + "to perceive" ], + "classifiers" : [] } ] }, + { "simplified" : "发掘", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 6817, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發掘", + "transcriptions" : { "pinyin" : "fā jué", + "numeric" : "fa1 jue2", + "wadegiles" : "fa¹ chüeh²", + "bopomofo" : "ㄈㄚ ㄐㄩㄝˊ", + "romatzyh" : "fa jyue" }, + "meanings" : [ "to excavate", + "to explore", + "(fig.) to unearth", + "to tap into" ], + "classifiers" : [] } ] }, + { "simplified" : "发愣", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 46817, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發愣", + "transcriptions" : { "pinyin" : "fā lèng", + "numeric" : "fa1 leng4", + "wadegiles" : "fa¹ leng⁴", + "bopomofo" : "ㄈㄚ ㄌㄥˋ", + "romatzyh" : "fa lenq" }, + "meanings" : [ "to stare blankly; to be in a daze" ], + "classifiers" : [] } ] }, + { "simplified" : "发明", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 3943, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "發明", + "transcriptions" : { "pinyin" : "fā míng", + "numeric" : "fa1 ming2", + "wadegiles" : "fa¹ ming²", + "bopomofo" : "ㄈㄚ ㄇㄧㄥˊ", + "romatzyh" : "fa ming" }, + "meanings" : [ "to invent", "an invention" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "发怒", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 17138, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發怒", + "transcriptions" : { "pinyin" : "fā nù", + "numeric" : "fa1 nu4", + "wadegiles" : "fa¹ nu⁴", + "bopomofo" : "ㄈㄚ ㄋㄨˋ", + "romatzyh" : "fa nuh" }, + "meanings" : [ "to get angry" ], + "classifiers" : [] } ] }, + { "simplified" : "发脾气", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 9294, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發脾氣", + "transcriptions" : { "pinyin" : "fā pí qì", + "numeric" : "fa1 pi2 qi4", + "wadegiles" : "fa¹ p'i² ch'i⁴", + "bopomofo" : "ㄈㄚ ㄆㄧˊ ㄑㄧˋ", + "romatzyh" : "fa pyi chih" }, + "meanings" : [ "to get angry" ], + "classifiers" : [] } ] }, + { "simplified" : "发票", + "radical" : "又", + "level" : [ "new-4", "old-5" ], + "frequency" : 9848, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "發票", + "transcriptions" : { "pinyin" : "fā piào", + "numeric" : "fa1 piao4", + "wadegiles" : "fa¹ p'iao⁴", + "bopomofo" : "ㄈㄚ ㄆㄧㄠˋ", + "romatzyh" : "fa piaw" }, + "meanings" : [ "invoice", + "receipt or bill for purchase" ], + "classifiers" : [] } ] }, + { "simplified" : "发起", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 5460, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發起", + "transcriptions" : { "pinyin" : "fā qǐ", + "numeric" : "fa1 qi3", + "wadegiles" : "fa¹ ch'i³", + "bopomofo" : "ㄈㄚ ㄑㄧˇ", + "romatzyh" : "fa chii" }, + "meanings" : [ "to originate", + "to initiate", + "to launch (an attack, an initiative etc)", + "to start", + "to propose sth (for the first time)" ], + "classifiers" : [] } ] }, + { "simplified" : "发起人", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 21812, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "發起人", + "transcriptions" : { "pinyin" : "fā qǐ rén", + "numeric" : "fa1 qi3 ren2", + "wadegiles" : "fa¹ ch'i³ jen²", + "bopomofo" : "ㄈㄚ ㄑㄧˇ ㄖㄣˊ", + "romatzyh" : "fa chii ren" }, + "meanings" : [ "proposer", + "initiator", + "founding member" ], + "classifiers" : [] } ] }, + { "simplified" : "发热", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 9077, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發熱", + "transcriptions" : { "pinyin" : "fā rè", + "numeric" : "fa1 re4", + "wadegiles" : "fa¹ je⁴", + "bopomofo" : "ㄈㄚ ㄖㄜˋ", + "romatzyh" : "fa reh" }, + "meanings" : [ "to have a high temperature", + "feverish", + "unable to think calmly", + "to emit heat" ], + "classifiers" : [] } ] }, + { "simplified" : "发烧", + "radical" : "又", + "level" : [ "new-4", "old-3" ], + "frequency" : 5836, + "pos" : [ "v", "vn", "b" ], + "forms" : [ { "traditional" : "發燒", + "transcriptions" : { "pinyin" : "fā shāo", + "numeric" : "fa1 shao1", + "wadegiles" : "fa¹ shao¹", + "bopomofo" : "ㄈㄚ ㄕㄠ", + "romatzyh" : "fa shau" }, + "meanings" : [ "to have a high temperature (from illness)", + "to have a fever" ], + "classifiers" : [] } ] }, + { "simplified" : "发射", + "radical" : "又", + "level" : [ "new-5", "old-6" ], + "frequency" : 3022, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發射", + "transcriptions" : { "pinyin" : "fā shè", + "numeric" : "fa1 she4", + "wadegiles" : "fa¹ she⁴", + "bopomofo" : "ㄈㄚ ㄕㄜˋ", + "romatzyh" : "fa sheh" }, + "meanings" : [ "to shoot (a projectile)", + "to fire (a rocket)", + "to launch", + "to emit (a particle)", + "to discharge", + "emanation", + "emission" ], + "classifiers" : [] } ] }, + { "simplified" : "发生", + "radical" : "又", + "level" : [ "new-3", "old-4" ], + "frequency" : 211, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發生", + "transcriptions" : { "pinyin" : "fā shēng", + "numeric" : "fa1 sheng1", + "wadegiles" : "fa¹ sheng¹", + "bopomofo" : "ㄈㄚ ㄕㄥ", + "romatzyh" : "fa sheng" }, + "meanings" : [ "to happen; to occur; to take place; to break out" ], + "classifiers" : [] } ] }, + { "simplified" : "发誓", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5986, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發誓", + "transcriptions" : { "pinyin" : "fā shì", + "numeric" : "fa1 shi4", + "wadegiles" : "fa¹ shih⁴", + "bopomofo" : "ㄈㄚ ㄕˋ", + "romatzyh" : "fa shyh" }, + "meanings" : [ "to vow", "to pledge", "to swear" ], + "classifiers" : [] } ] }, + { "simplified" : "发送", + "radical" : "又", + "level" : [ "new-3" ], + "frequency" : 4350, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發送", + "transcriptions" : { "pinyin" : "fā sòng", + "numeric" : "fa1 song4", + "wadegiles" : "fa¹ sung⁴", + "bopomofo" : "ㄈㄚ ㄙㄨㄥˋ", + "romatzyh" : "fa sonq" }, + "meanings" : [ "to transmit", + "to dispatch", + "to issue (an official document or credential)" ], + "classifiers" : [] } ] }, + { "simplified" : "发现", + "radical" : "又", + "level" : [ "new-2", "old-3" ], + "frequency" : 189, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發現", + "transcriptions" : { "pinyin" : "fā xiàn", + "numeric" : "fa1 xian4", + "wadegiles" : "fa¹ hsien⁴", + "bopomofo" : "ㄈㄚ ㄒㄧㄢˋ", + "romatzyh" : "fa shiann" }, + "meanings" : [ "to notice; to become aware of", + "to discover; to find; to detect", + "a discovery" ], + "classifiers" : [] } ] }, + { "simplified" : "发泄", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 7068, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發洩", + "transcriptions" : { "pinyin" : "fā xiè", + "numeric" : "fa1 xie4", + "wadegiles" : "fa¹ hsieh⁴", + "bopomofo" : "ㄈㄚ ㄒㄧㄝˋ", + "romatzyh" : "fa shieh" }, + "meanings" : [ "to give vent to (one's feelings)" ], + "classifiers" : [] } ] }, + { "simplified" : "发行", + "radical" : "又", + "level" : [ "new-5", "old-6" ], + "frequency" : 3589, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發行", + "transcriptions" : { "pinyin" : "fā xíng", + "numeric" : "fa1 xing2", + "wadegiles" : "fa¹ hsing²", + "bopomofo" : "ㄈㄚ ㄒㄧㄥˊ", + "romatzyh" : "fa shyng" }, + "meanings" : [ "to publish", + "to issue (stocks, currency etc)", + "to release", + "to distribute (a film)" ], + "classifiers" : [] } ] }, + { "simplified" : "发型", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 3773, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "髮型", + "transcriptions" : { "pinyin" : "fà xíng", + "numeric" : "fa4 xing2", + "wadegiles" : "fa⁴ hsing²", + "bopomofo" : "ㄈㄚˋ ㄒㄧㄥˊ", + "romatzyh" : "fah shyng" }, + "meanings" : [ "hairstyle", "coiffure", "hairdo" ], + "classifiers" : [] } ] }, + { "simplified" : "发言", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 4527, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發言", + "transcriptions" : { "pinyin" : "fā yán", + "numeric" : "fa1 yan2", + "wadegiles" : "fa¹ yan²", + "bopomofo" : "ㄈㄚ ㄧㄢˊ", + "romatzyh" : "fa yan" }, + "meanings" : [ "to make a speech", + "statement", + "utterance" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "发言人", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 6774, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "發言人", + "transcriptions" : { "pinyin" : "fā yán rén", + "numeric" : "fa1 yan2 ren2", + "wadegiles" : "fa¹ yan² jen²", + "bopomofo" : "ㄈㄚ ㄧㄢˊ ㄖㄣˊ", + "romatzyh" : "fa yan ren" }, + "meanings" : [ "spokesperson" ], + "classifiers" : [] } ] }, + { "simplified" : "发炎", + "radical" : "又", + "level" : [ "new-6", "old-6" ], + "frequency" : 17067, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發炎", + "transcriptions" : { "pinyin" : "fā yán", + "numeric" : "fa1 yan2", + "wadegiles" : "fa¹ yan²", + "bopomofo" : "ㄈㄚ ㄧㄢˊ", + "romatzyh" : "fa yan" }, + "meanings" : [ "to become inflamed", + "inflammation" ], + "classifiers" : [] } ] }, + { "simplified" : "发扬", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13862, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發揚", + "transcriptions" : { "pinyin" : "fā yáng", + "numeric" : "fa1 yang2", + "wadegiles" : "fa¹ yang²", + "bopomofo" : "ㄈㄚ ㄧㄤˊ", + "romatzyh" : "fa yang" }, + "meanings" : [ "to develop", + "to make full use of" ], + "classifiers" : [] } ] }, + { "simplified" : "发扬光大", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 26690, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "發揚光大", + "transcriptions" : { "pinyin" : "fā yáng guāng dà", + "numeric" : "fa1 yang2 guang1 da4", + "wadegiles" : "fa¹ yang² kuang¹ ta⁴", + "bopomofo" : "ㄈㄚ ㄧㄤˊ ㄍㄨㄤ ㄉㄚˋ", + "romatzyh" : "fa yang guang dah" }, + "meanings" : [ "to develop and promote", + "to carry forward", + "to bring to great height of development" ], + "classifiers" : [] } ] }, + { "simplified" : "发育", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6591, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發育", + "transcriptions" : { "pinyin" : "fā yù", + "numeric" : "fa1 yu4", + "wadegiles" : "fa¹ yü⁴", + "bopomofo" : "ㄈㄚ ㄩˋ", + "romatzyh" : "fa yuh" }, + "meanings" : [ "to develop", + "to mature", + "growth", + "development", + "(sexually) mature" ], + "classifiers" : [] } ] }, + { "simplified" : "发源地", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 21846, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "發源地", + "transcriptions" : { "pinyin" : "fā yuán dì", + "numeric" : "fa1 yuan2 di4", + "wadegiles" : "fa¹ yüan² ti⁴", + "bopomofo" : "ㄈㄚ ㄩㄢˊ ㄉㄧˋ", + "romatzyh" : "fa yuan dih" }, + "meanings" : [ "place of origin", + "birthplace", + "source" ], + "classifiers" : [] } ] }, + { "simplified" : "发展", + "radical" : "又", + "level" : [ "new-3", "old-4" ], + "frequency" : 859, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發展", + "transcriptions" : { "pinyin" : "fā zhǎn", + "numeric" : "fa1 zhan3", + "wadegiles" : "fa¹ chan³", + "bopomofo" : "ㄈㄚ ㄓㄢˇ", + "romatzyh" : "fa jaan" }, + "meanings" : [ "development", + "growth", + "to develop", + "to grow", + "to expand" ], + "classifiers" : [] } ] }, + { "simplified" : "发作", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 5156, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "發作", + "transcriptions" : { "pinyin" : "fā zuò", + "numeric" : "fa1 zuo4", + "wadegiles" : "fa¹ tso⁴", + "bopomofo" : "ㄈㄚ ㄗㄨㄛˋ", + "romatzyh" : "fa tzuoh" }, + "meanings" : [ "to flare up; to break out" ], + "classifiers" : [] } ] }, + { "simplified" : "罚", + "radical" : "罒", + "level" : [ "new-5" ], + "frequency" : 3393, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "罰", + "transcriptions" : { "pinyin" : "fá", + "numeric" : "fa2", + "wadegiles" : "fa²", + "bopomofo" : "ㄈㄚˊ", + "romatzyh" : "far" }, + "meanings" : [ "to punish", "to penalize" ], + "classifiers" : [] }, + { "traditional" : "罸", + "transcriptions" : { "pinyin" : "fá", + "numeric" : "fa2", + "wadegiles" : "fa²", + "bopomofo" : "ㄈㄚˊ", + "romatzyh" : "far" }, + "meanings" : [ "variant of 罚" ], + "classifiers" : [] } ] }, + { "simplified" : "罚款", + "radical" : "罒", + "level" : [ "new-5", "old-5" ], + "frequency" : 6918, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "罰款", + "transcriptions" : { "pinyin" : "fá kuǎn", + "numeric" : "fa2 kuan3", + "wadegiles" : "fa² k'uan³", + "bopomofo" : "ㄈㄚˊ ㄎㄨㄢˇ", + "romatzyh" : "far koan" }, + "meanings" : [ "to fine", + "penalty", + "fine (monetary)" ], + "classifiers" : [] } ] }, + { "simplified" : "阀门", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 17259, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "閥門", + "transcriptions" : { "pinyin" : "fá mén", + "numeric" : "fa2 men2", + "wadegiles" : "fa² men²", + "bopomofo" : "ㄈㄚˊ ㄇㄣˊ", + "romatzyh" : "far men" }, + "meanings" : [ "valve (mechanical)" ], + "classifiers" : [] } ] }, + { "simplified" : "法", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 706, + "pos" : [ "n", "b", "g" ], + "forms" : [ { "traditional" : "㳒", + "transcriptions" : { "pinyin" : "fǎ", + "numeric" : "fa3", + "wadegiles" : "fa³", + "bopomofo" : "ㄈㄚˇ", + "romatzyh" : "faa" }, + "meanings" : [ "variant of 法" ], + "classifiers" : [] }, + { "traditional" : "法", + "transcriptions" : { "pinyin" : "Fǎ", + "numeric" : "Fa3", + "wadegiles" : "fa³", + "bopomofo" : "ㄈㄚˇ", + "romatzyh" : "faa" }, + "meanings" : [ "France", + "French", + "abbr. for 法国", + "Taiwan pr. [Fà]" ], + "classifiers" : [] }, + { "traditional" : "法", + "transcriptions" : { "pinyin" : "fǎ", + "numeric" : "fa3", + "wadegiles" : "fa³", + "bopomofo" : "ㄈㄚˇ", + "romatzyh" : "faa" }, + "meanings" : [ "law", + "method", + "way", + "to emulate", + "(Buddhism) dharma", + "(abbr. for 家) the Legalists", + "(physics) farad (abbr. for 拉)" ], + "classifiers" : [] }, + { "traditional" : "灋", + "transcriptions" : { "pinyin" : "fǎ", + "numeric" : "fa3", + "wadegiles" : "fa³", + "bopomofo" : "ㄈㄚˇ", + "romatzyh" : "faa" }, + "meanings" : [ "old variant of 法", "law" ], + "classifiers" : [] } ] }, + { "simplified" : "法官", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 2726, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "法官", + "transcriptions" : { "pinyin" : "fǎ guān", + "numeric" : "fa3 guan1", + "wadegiles" : "fa³ kuan¹", + "bopomofo" : "ㄈㄚˇ ㄍㄨㄢ", + "romatzyh" : "faa guan" }, + "meanings" : [ "judge (in court)" ], + "classifiers" : [] } ] }, + { "simplified" : "法规", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 6275, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "法規", + "transcriptions" : { "pinyin" : "fǎ guī", + "numeric" : "fa3 gui1", + "wadegiles" : "fa³ kuei¹", + "bopomofo" : "ㄈㄚˇ ㄍㄨㄟ", + "romatzyh" : "faa guei" }, + "meanings" : [ "legislation", "statute" ], + "classifiers" : [] } ] }, + { "simplified" : "法律", + "radical" : "氵", + "level" : [ "new-4", "old-4" ], + "frequency" : 816, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "法律", + "transcriptions" : { "pinyin" : "fǎ lu:4", + "numeric" : "fa3 lü4", + "wadegiles" : "fa³ lu:4", + "bopomofo" : "ㄈㄚˇ lu:4", + "romatzyh" : "faa lu:4" }, + "meanings" : [ "law" ], + "classifiers" : [ "条", " 套", "个" ] } ] }, + { "simplified" : "法人", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 16184, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "法人", + "transcriptions" : { "pinyin" : "fǎ rén", + "numeric" : "fa3 ren2", + "wadegiles" : "fa³ jen²", + "bopomofo" : "ㄈㄚˇ ㄖㄣˊ", + "romatzyh" : "faa ren" }, + "meanings" : [ "legal person", + "corporation", + "see also 人" ], + "classifiers" : [] } ] }, + { "simplified" : "法庭", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 2329, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "法庭", + "transcriptions" : { "pinyin" : "fǎ tíng", + "numeric" : "fa3 ting2", + "wadegiles" : "fa³ t'ing²", + "bopomofo" : "ㄈㄚˇ ㄊㄧㄥˊ", + "romatzyh" : "faa tyng" }, + "meanings" : [ "court of law" ], + "classifiers" : [] } ] }, + { "simplified" : "法语", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 9377, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "法語", + "transcriptions" : { "pinyin" : "Fǎ yǔ", + "numeric" : "Fa3 yu3", + "wadegiles" : "fa³ yü³", + "bopomofo" : "ㄈㄚˇ ㄩˇ", + "romatzyh" : "faa yeu" }, + "meanings" : [ "French (language)" ], + "classifiers" : [] } ] }, + { "simplified" : "法院", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 2401, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "法院", + "transcriptions" : { "pinyin" : "fǎ yuàn", + "numeric" : "fa3 yuan4", + "wadegiles" : "fa³ yüan⁴", + "bopomofo" : "ㄈㄚˇ ㄩㄢˋ", + "romatzyh" : "faa yuann" }, + "meanings" : [ "court of law", "court" ], + "classifiers" : [] } ] }, + { "simplified" : "法制", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 12210, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "法制", + "transcriptions" : { "pinyin" : "fǎ zhì", + "numeric" : "fa3 zhi4", + "wadegiles" : "fa³ chih⁴", + "bopomofo" : "ㄈㄚˇ ㄓˋ", + "romatzyh" : "faa jyh" }, + "meanings" : [ "legal system and institutions" ], + "classifiers" : [] }, + { "traditional" : "法製", + "transcriptions" : { "pinyin" : "Fǎ zhì", + "numeric" : "Fa3 zhi4", + "wadegiles" : "fa³ chih⁴", + "bopomofo" : "ㄈㄚˇ ㄓˋ", + "romatzyh" : "faa jyh" }, + "meanings" : [ "made in France" ], + "classifiers" : [] } ] }, + { "simplified" : "帆", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 9231, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "㠶", + "transcriptions" : { "pinyin" : "fān", + "numeric" : "fan1", + "wadegiles" : "fan¹", + "bopomofo" : "ㄈㄢ", + "romatzyh" : "fan" }, + "meanings" : [ "variant of 帆" ], + "classifiers" : [] }, + { "traditional" : "帆", + "transcriptions" : { "pinyin" : "fān", + "numeric" : "fan1", + "wadegiles" : "fan¹", + "bopomofo" : "ㄈㄢ", + "romatzyh" : "fan" }, + "meanings" : [ "sail", + "Taiwan pr. [fán], except 布 canvas" ], + "classifiers" : [] }, + { "traditional" : "颿", + "transcriptions" : { "pinyin" : "fān", + "numeric" : "fan1", + "wadegiles" : "fan¹", + "bopomofo" : "ㄈㄢ", + "romatzyh" : "fan" }, + "meanings" : [ "to gallop", + "Taiwan pr. [fán]", + "variant of 帆" ], + "classifiers" : [] } ] }, + { "simplified" : "帆船", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 13329, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "帆船", + "transcriptions" : { "pinyin" : "fān chuán", + "numeric" : "fan1 chuan2", + "wadegiles" : "fan¹ ch'uan²", + "bopomofo" : "ㄈㄢ ㄔㄨㄢˊ", + "romatzyh" : "fan chwan" }, + "meanings" : [ "sailboat" ], + "classifiers" : [] } ] }, + { "simplified" : "番", + "radical" : "田", + "level" : [ "new-6", "old-6" ], + "frequency" : 5706, + "pos" : [ "qv", "g" ], + "forms" : [ { "traditional" : "番", + "transcriptions" : { "pinyin" : "Pān", + "numeric" : "Pan1", + "wadegiles" : "p'an¹", + "bopomofo" : "ㄆㄢ", + "romatzyh" : "pan" }, + "meanings" : [ "surname Pan" ], + "classifiers" : [] }, + { "traditional" : "番", + "transcriptions" : { "pinyin" : "fān", + "numeric" : "fan1", + "wadegiles" : "fan¹", + "bopomofo" : "ㄈㄢ", + "romatzyh" : "fan" }, + "meanings" : [ "foreign (non-Chinese)", + "barbarian", + "classifier for occurrences (of an event, action or speech utterance)", + "classifier for iterations: times, -fold (as in twofold etc)", + "classifier for situations: kind, sort" ], + "classifiers" : [] } ] }, + { "simplified" : "番茄", + "radical" : "田", + "level" : [ "new-6" ], + "frequency" : 8632, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "番茄", + "transcriptions" : { "pinyin" : "fān qié", + "numeric" : "fan1 qie2", + "wadegiles" : "fan¹ ch'ieh²", + "bopomofo" : "ㄈㄢ ㄑㄧㄝˊ", + "romatzyh" : "fan chye" }, + "meanings" : [ "tomato" ], + "classifiers" : [] } ] }, + { "simplified" : "翻", + "radical" : "羽", + "level" : [ "new-4", "old-5" ], + "frequency" : 1378, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "翻", + "transcriptions" : { "pinyin" : "fān", + "numeric" : "fan1", + "wadegiles" : "fan¹", + "bopomofo" : "ㄈㄢ", + "romatzyh" : "fan" }, + "meanings" : [ "to turn over", + "to flip over", + "to overturn", + "to rummage through", + "to translate", + "to decode", + "to double", + "to climb over or into", + "to cross" ], + "classifiers" : [] }, + { "traditional" : "飜", + "transcriptions" : { "pinyin" : "fān", + "numeric" : "fan1", + "wadegiles" : "fan¹", + "bopomofo" : "ㄈㄢ", + "romatzyh" : "fan" }, + "meanings" : [ "variant of 翻" ], + "classifiers" : [] } ] }, + { "simplified" : "翻番", + "radical" : "羽", + "level" : [ "new-7+" ], + "frequency" : 23388, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "翻番", + "transcriptions" : { "pinyin" : "fān fān", + "numeric" : "fan1 fan1", + "wadegiles" : "fan¹ fan¹", + "bopomofo" : "ㄈㄢ ㄈㄢ", + "romatzyh" : "fan fan" }, + "meanings" : [ "to double", + "to increase by a certain number of times" ], + "classifiers" : [] } ] }, + { "simplified" : "翻来覆去", + "radical" : "羽", + "level" : [ "new-7+" ], + "frequency" : 25055, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "翻來覆去", + "transcriptions" : { "pinyin" : "fān lái fù qù", + "numeric" : "fan1 lai2 fu4 qu4", + "wadegiles" : "fan¹ lai² fu⁴ ch'ü⁴", + "bopomofo" : "ㄈㄢ ㄌㄞˊ ㄈㄨˋ ㄑㄩˋ", + "romatzyh" : "fan lai fuh chiuh" }, + "meanings" : [ "to toss and turn (sleeplessly)", + "again and again" ], + "classifiers" : [] } ] }, + { "simplified" : "翻天覆地", + "radical" : "羽", + "level" : [ "new-7+" ], + "frequency" : 22219, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "翻天覆地", + "transcriptions" : { "pinyin" : "fān tiān fù dì", + "numeric" : "fan1 tian1 fu4 di4", + "wadegiles" : "fan¹ t'ien¹ fu⁴ ti⁴", + "bopomofo" : "ㄈㄢ ㄊㄧㄢ ㄈㄨˋ ㄉㄧˋ", + "romatzyh" : "fan tian fuh dih" }, + "meanings" : [ "sky and the earth turning upside down (idiom); fig. complete confusion", + "everything turned on its head" ], + "classifiers" : [] } ] }, + { "simplified" : "翻译", + "radical" : "羽", + "level" : [ "new-4", "old-4" ], + "frequency" : 4025, + "pos" : [], + "forms" : [ { "traditional" : "翻譯", + "transcriptions" : { "pinyin" : "fān yì", + "numeric" : "fan1 yi4", + "wadegiles" : "fan¹ i⁴", + "bopomofo" : "ㄈㄢ ㄧˋ", + "romatzyh" : "fan yih" }, + "meanings" : [ "to translate", + "to interpret", + "translator", + "interpreter", + "translation", + "interpretation" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "凡", + "radical" : "几", + "level" : [ "new-7+" ], + "frequency" : 5504, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "凡", + "transcriptions" : { "pinyin" : "fán", + "numeric" : "fan2", + "wadegiles" : "fan²", + "bopomofo" : "ㄈㄢˊ", + "romatzyh" : "farn" }, + "meanings" : [ "ordinary", + "commonplace", + "mundane", + "temporal", + "of the material world (as opposed to supernatural or immortal levels)", + "every", + "all", + "whatever", + "altogether", + "gist", + "outline", + "note of Chinese musical scale" ], + "classifiers" : [] }, + { "traditional" : "凢", + "transcriptions" : { "pinyin" : "fán", + "numeric" : "fan2", + "wadegiles" : "fan²", + "bopomofo" : "ㄈㄢˊ", + "romatzyh" : "farn" }, + "meanings" : [ "variant of 凡" ], + "classifiers" : [] } ] }, + { "simplified" : "凡是", + "radical" : "几", + "level" : [ "new-6", "old-5" ], + "frequency" : 8759, + "pos" : [ "d", "nz" ], + "forms" : [ { "traditional" : "凡是", + "transcriptions" : { "pinyin" : "fán shì", + "numeric" : "fan2 shi4", + "wadegiles" : "fan² shih⁴", + "bopomofo" : "ㄈㄢˊ ㄕˋ", + "romatzyh" : "farn shyh" }, + "meanings" : [ "each and every", + "every", + "all", + "any" ], + "classifiers" : [] } ] }, + { "simplified" : "烦", + "radical" : "火", + "level" : [ "new-4" ], + "frequency" : 2084, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "煩", + "transcriptions" : { "pinyin" : "fán", + "numeric" : "fan2", + "wadegiles" : "fan²", + "bopomofo" : "ㄈㄢˊ", + "romatzyh" : "farn" }, + "meanings" : [ "to feel vexed", + "to bother", + "to trouble", + "superfluous and confusing", + "edgy" ], + "classifiers" : [] } ] }, + { "simplified" : "烦闷", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 33920, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "煩悶", + "transcriptions" : { "pinyin" : "fán mèn", + "numeric" : "fan2 men4", + "wadegiles" : "fan² men⁴", + "bopomofo" : "ㄈㄢˊ ㄇㄣˋ", + "romatzyh" : "farn menn" }, + "meanings" : [ "moody; gloomy" ], + "classifiers" : [] } ] }, + { "simplified" : "烦恼", + "radical" : "火", + "level" : [ "new-7+", "old-4" ], + "frequency" : 4038, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "煩惱", + "transcriptions" : { "pinyin" : "fán nǎo", + "numeric" : "fan2 nao3", + "wadegiles" : "fan² nao³", + "bopomofo" : "ㄈㄢˊ ㄋㄠˇ", + "romatzyh" : "farn nao" }, + "meanings" : [ "to be worried", + "to be distressed", + "worries" ], + "classifiers" : [] } ] }, + { "simplified" : "烦躁", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 9700, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "煩躁", + "transcriptions" : { "pinyin" : "fán zào", + "numeric" : "fan2 zao4", + "wadegiles" : "fan² tsao⁴", + "bopomofo" : "ㄈㄢˊ ㄗㄠˋ", + "romatzyh" : "farn tzaw" }, + "meanings" : [ "jittery", "twitchy", "fidgety" ], + "classifiers" : [] } ] }, + { "simplified" : "繁华", + "radical" : "糸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14569, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "繁華", + "transcriptions" : { "pinyin" : "fán huá", + "numeric" : "fan2 hua2", + "wadegiles" : "fan² hua²", + "bopomofo" : "ㄈㄢˊ ㄏㄨㄚˊ", + "romatzyh" : "farn hwa" }, + "meanings" : [ "flourishing", "bustling" ], + "classifiers" : [] } ] }, + { "simplified" : "繁忙", + "radical" : "糸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10742, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "繁忙", + "transcriptions" : { "pinyin" : "fán máng", + "numeric" : "fan2 mang2", + "wadegiles" : "fan² mang²", + "bopomofo" : "ㄈㄢˊ ㄇㄤˊ", + "romatzyh" : "farn mang" }, + "meanings" : [ "busy", "bustling" ], + "classifiers" : [] } ] }, + { "simplified" : "繁荣", + "radical" : "糸", + "level" : [ "new-5", "old-5" ], + "frequency" : 8156, + "pos" : [ "an", "a", "v" ], + "forms" : [ { "traditional" : "繁榮", + "transcriptions" : { "pinyin" : "fán róng", + "numeric" : "fan2 rong2", + "wadegiles" : "fan² jung²", + "bopomofo" : "ㄈㄢˊ ㄖㄨㄥˊ", + "romatzyh" : "farn rong" }, + "meanings" : [ "prosperous; booming (economy)" ], + "classifiers" : [] } ] }, + { "simplified" : "繁体字", + "radical" : "糸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 39543, + "pos" : [], + "forms" : [ { "traditional" : "繁體字", + "transcriptions" : { "pinyin" : "fán tǐ zì", + "numeric" : "fan2 ti3 zi4", + "wadegiles" : "fan² t'i³ tzu⁴", + "bopomofo" : "ㄈㄢˊ ㄊㄧˇ ㄗˋ", + "romatzyh" : "farn tii tzyh" }, + "meanings" : [ "traditional Chinese character" ], + "classifiers" : [] } ] }, + { "simplified" : "繁殖", + "radical" : "糸", + "level" : [ "new-6", "old-6" ], + "frequency" : 9104, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "繁殖", + "transcriptions" : { "pinyin" : "fán zhí", + "numeric" : "fan2 zhi2", + "wadegiles" : "fan² chih²", + "bopomofo" : "ㄈㄢˊ ㄓˊ", + "romatzyh" : "farn jyr" }, + "meanings" : [ "to breed", + "to reproduce", + "to propagate" ], + "classifiers" : [] } ] }, + { "simplified" : "繁重", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 18136, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "繁重", + "transcriptions" : { "pinyin" : "fán zhòng", + "numeric" : "fan2 zhong4", + "wadegiles" : "fan² chung⁴", + "bopomofo" : "ㄈㄢˊ ㄓㄨㄥˋ", + "romatzyh" : "farn jonq" }, + "meanings" : [ "heavy", + "burdensome", + "heavy-duty", + "arduous", + "onerous" ], + "classifiers" : [] } ] }, + { "simplified" : "反", + "radical" : "又", + "level" : [ "new-4" ], + "frequency" : 1290, + "pos" : [ "v", "b", "d" ], + "forms" : [ { "traditional" : "反", + "transcriptions" : { "pinyin" : "fǎn", + "numeric" : "fan3", + "wadegiles" : "fan³", + "bopomofo" : "ㄈㄢˇ", + "romatzyh" : "faan" }, + "meanings" : [ "contrary", + "in reverse", + "inside out or upside down", + "to reverse", + "to return", + "to oppose", + "opposite", + "against", + "anti-", + "to rebel", + "to use analogy", + "instead", + "abbr. for 切 phonetic system" ], + "classifiers" : [] } ] }, + { "simplified" : "反驳", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10845, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反駁", + "transcriptions" : { "pinyin" : "fǎn bó", + "numeric" : "fan3 bo2", + "wadegiles" : "fan³ po²", + "bopomofo" : "ㄈㄢˇ ㄅㄛˊ", + "romatzyh" : "faan bor" }, + "meanings" : [ "to retort", "to refute" ], + "classifiers" : [] } ] }, + { "simplified" : "反差", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 28447, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "反差", + "transcriptions" : { "pinyin" : "fǎn chā", + "numeric" : "fan3 cha1", + "wadegiles" : "fan³ ch'a¹", + "bopomofo" : "ㄈㄢˇ ㄔㄚ", + "romatzyh" : "faan cha" }, + "meanings" : [ "contrast; discrepancy" ], + "classifiers" : [] } ] }, + { "simplified" : "反常", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13398, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "反常", + "transcriptions" : { "pinyin" : "fǎn cháng", + "numeric" : "fan3 chang2", + "wadegiles" : "fan³ ch'ang²", + "bopomofo" : "ㄈㄢˇ ㄔㄤˊ", + "romatzyh" : "faan charng" }, + "meanings" : [ "unusual", "abnormal" ], + "classifiers" : [] } ] }, + { "simplified" : "反弹", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 10407, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反彈", + "transcriptions" : { "pinyin" : "fǎn tán", + "numeric" : "fan3 tan2", + "wadegiles" : "fan³ t'an²", + "bopomofo" : "ㄈㄢˇ ㄊㄢˊ", + "romatzyh" : "faan tarn" }, + "meanings" : [ "to bounce", + "to bounce back", + "to boomerang", + "to ricochet", + "rebound (of stock market etc)", + "bounce", + "backlash", + "negative repercussions" ], + "classifiers" : [] } ] }, + { "simplified" : "反倒", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14186, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "反倒", + "transcriptions" : { "pinyin" : "fǎn dào", + "numeric" : "fan3 dao4", + "wadegiles" : "fan³ tao⁴", + "bopomofo" : "ㄈㄢˇ ㄉㄠˋ", + "romatzyh" : "faan daw" }, + "meanings" : [ "but on the contrary", + "but expectedly" ], + "classifiers" : [] } ] }, + { "simplified" : "反动", + "radical" : "又", + "level" : [ "old-6" ], + "frequency" : 16500, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "反動", + "transcriptions" : { "pinyin" : "fǎn dòng", + "numeric" : "fan3 dong4", + "wadegiles" : "fan³ tung⁴", + "bopomofo" : "ㄈㄢˇ ㄉㄨㄥˋ", + "romatzyh" : "faan donq" }, + "meanings" : [ "reaction", "reactionary" ], + "classifiers" : [] } ] }, + { "simplified" : "反对", + "radical" : "又", + "level" : [ "new-3", "old-4" ], + "frequency" : 1381, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反對", + "transcriptions" : { "pinyin" : "fǎn duì", + "numeric" : "fan3 dui4", + "wadegiles" : "fan³ tui⁴", + "bopomofo" : "ㄈㄢˇ ㄉㄨㄟˋ", + "romatzyh" : "faan duey" }, + "meanings" : [ "to oppose; to be against; to object to" ], + "classifiers" : [] } ] }, + { "simplified" : "反而", + "radical" : "又", + "level" : [ "new-4", "old-5" ], + "frequency" : 3595, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "反而", + "transcriptions" : { "pinyin" : "fǎn ér", + "numeric" : "fan3 er2", + "wadegiles" : "fan³ erh²", + "bopomofo" : "ㄈㄢˇ ㄦˊ", + "romatzyh" : "faan erl" }, + "meanings" : [ "on the contrary; instead" ], + "classifiers" : [] } ] }, + { "simplified" : "反复", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 4626, + "pos" : [ "d", "v", "vn" ], + "forms" : [ { "traditional" : "反復", + "transcriptions" : { "pinyin" : "fǎn fù", + "numeric" : "fan3 fu4", + "wadegiles" : "fan³ fu⁴", + "bopomofo" : "ㄈㄢˇ ㄈㄨˋ", + "romatzyh" : "faan fuh" }, + "meanings" : [ "variant of 反复" ], + "classifiers" : [] }, + { "traditional" : "反覆", + "transcriptions" : { "pinyin" : "fǎn fù", + "numeric" : "fan3 fu4", + "wadegiles" : "fan³ fu⁴", + "bopomofo" : "ㄈㄢˇ ㄈㄨˋ", + "romatzyh" : "faan fuh" }, + "meanings" : [ "repeatedly", + "over and over", + "to upend", + "unstable", + "to come and go", + "(of an illness) to return" ], + "classifiers" : [] } ] }, + { "simplified" : "反感", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9598, + "pos" : [ "v", "an" ], + "forms" : [ { "traditional" : "反感", + "transcriptions" : { "pinyin" : "fǎn gǎn", + "numeric" : "fan3 gan3", + "wadegiles" : "fan³ kan³", + "bopomofo" : "ㄈㄢˇ ㄍㄢˇ", + "romatzyh" : "faan gaan" }, + "meanings" : [ "to be disgusted with", + "to dislike", + "bad reaction", + "antipathy" ], + "classifiers" : [] } ] }, + { "simplified" : "反过来", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 11352, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "反過來", + "transcriptions" : { "pinyin" : "fǎn guo lái", + "numeric" : "fan3 guo5 lai2", + "wadegiles" : "fan³ guo lai²", + "bopomofo" : "ㄈㄢˇ guo ㄌㄞˊ", + "romatzyh" : "faan guo lai" }, + "meanings" : [ "conversely", + "in reverse order", + "in an opposite direction" ], + "classifiers" : [] } ] }, + { "simplified" : "反击", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 5503, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反擊", + "transcriptions" : { "pinyin" : "fǎn jī", + "numeric" : "fan3 ji1", + "wadegiles" : "fan³ chi¹", + "bopomofo" : "ㄈㄢˇ ㄐㄧ", + "romatzyh" : "faan ji" }, + "meanings" : [ "to strike back", + "to beat back", + "to counterattack" ], + "classifiers" : [] } ] }, + { "simplified" : "反抗", + "radical" : "又", + "level" : [ "new-6", "old-6" ], + "frequency" : 5287, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反抗", + "transcriptions" : { "pinyin" : "fǎn kàng", + "numeric" : "fan3 kang4", + "wadegiles" : "fan³ k'ang⁴", + "bopomofo" : "ㄈㄢˇ ㄎㄤˋ", + "romatzyh" : "faan kanq" }, + "meanings" : [ "to resist", "to rebel" ], + "classifiers" : [] } ] }, + { "simplified" : "反馈", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8624, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反饋", + "transcriptions" : { "pinyin" : "fǎn kuì", + "numeric" : "fan3 kui4", + "wadegiles" : "fan³ k'uei⁴", + "bopomofo" : "ㄈㄢˇ ㄎㄨㄟˋ", + "romatzyh" : "faan kuey" }, + "meanings" : [ "to send back information", + "feedback" ], + "classifiers" : [] } ] }, + { "simplified" : "反面", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14058, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "反面", + "transcriptions" : { "pinyin" : "fǎn miàn", + "numeric" : "fan3 mian4", + "wadegiles" : "fan³ mien⁴", + "bopomofo" : "ㄈㄢˇ ㄇㄧㄢˋ", + "romatzyh" : "faan miann" }, + "meanings" : [ "reverse side", + "backside", + "the other side (of a problem etc)", + "negative", + "bad" ], + "classifiers" : [] } ] }, + { "simplified" : "反射", + "radical" : "又", + "level" : [ "old-6" ], + "frequency" : 9837, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反射", + "transcriptions" : { "pinyin" : "fǎn shè", + "numeric" : "fan3 she4", + "wadegiles" : "fan³ she⁴", + "bopomofo" : "ㄈㄢˇ ㄕㄜˋ", + "romatzyh" : "faan sheh" }, + "meanings" : [ "to reflect", + "reflection (from a mirror etc)", + "reflex (i.e. automatic reaction of organism)" ], + "classifiers" : [] } ] }, + { "simplified" : "反省", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 10429, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反省", + "transcriptions" : { "pinyin" : "fǎn xǐng", + "numeric" : "fan3 xing3", + "wadegiles" : "fan³ hsing³", + "bopomofo" : "ㄈㄢˇ ㄒㄧㄥˇ", + "romatzyh" : "faan shiing" }, + "meanings" : [ "to reflect upon oneself", + "to examine one's conscience", + "to question oneself", + "to search one's soul" ], + "classifiers" : [] } ] }, + { "simplified" : "反思", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12288, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反思", + "transcriptions" : { "pinyin" : "fǎn sī", + "numeric" : "fan3 si1", + "wadegiles" : "fan³ ssu¹", + "bopomofo" : "ㄈㄢˇ ㄙ", + "romatzyh" : "faan sy" }, + "meanings" : [ "to think back over sth", + "to review", + "to revisit", + "to rethink", + "reflection", + "reassessment" ], + "classifiers" : [] } ] }, + { "simplified" : "反问", + "radical" : "又", + "level" : [ "new-6", "old-6" ], + "frequency" : 17873, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "反問", + "transcriptions" : { "pinyin" : "fǎn wèn", + "numeric" : "fan3 wen4", + "wadegiles" : "fan³ wen⁴", + "bopomofo" : "ㄈㄢˇ ㄨㄣˋ", + "romatzyh" : "faan wenn" }, + "meanings" : [ "to ask (a question) in reply", + "to answer a question with a question", + "rhetorical question" ], + "classifiers" : [] } ] }, + { "simplified" : "反响", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 11329, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "反響", + "transcriptions" : { "pinyin" : "fǎn xiǎng", + "numeric" : "fan3 xiang3", + "wadegiles" : "fan³ hsiang³", + "bopomofo" : "ㄈㄢˇ ㄒㄧㄤˇ", + "romatzyh" : "faan sheang" }, + "meanings" : [ "repercussions", + "reaction", + "echo" ], + "classifiers" : [] } ] }, + { "simplified" : "反应", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 1118, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "反應", + "transcriptions" : { "pinyin" : "fǎn yìng", + "numeric" : "fan3 ying4", + "wadegiles" : "fan³ ying⁴", + "bopomofo" : "ㄈㄢˇ ㄧㄥˋ", + "romatzyh" : "faan yinq" }, + "meanings" : [ "to react", + "to respond", + "reaction", + "response", + "reply", + "chemical reaction" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "反映", + "radical" : "又", + "level" : [ "new-4", "old-4" ], + "frequency" : 3914, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "反映", + "transcriptions" : { "pinyin" : "fǎn yìng", + "numeric" : "fan3 ying4", + "wadegiles" : "fan³ ying⁴", + "bopomofo" : "ㄈㄢˇ ㄧㄥˋ", + "romatzyh" : "faan yinq" }, + "meanings" : [ "to mirror", + "to reflect", + "mirror image", + "reflection", + "(fig.) to report", + "to make known", + "to render" ], + "classifiers" : [] } ] }, + { "simplified" : "反正", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 1968, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "反正", + "transcriptions" : { "pinyin" : "fǎn zhèng", + "numeric" : "fan3 zheng4", + "wadegiles" : "fan³ cheng⁴", + "bopomofo" : "ㄈㄢˇ ㄓㄥˋ", + "romatzyh" : "faan jenq" }, + "meanings" : [ "anyway", + "in any case", + "to come over from the enemy's side" ], + "classifiers" : [] } ] }, + { "simplified" : "反之", + "radical" : "又", + "level" : [ "old-6" ], + "frequency" : 18222, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "反之", + "transcriptions" : { "pinyin" : "fǎn zhī", + "numeric" : "fan3 zhi1", + "wadegiles" : "fan³ chih¹", + "bopomofo" : "ㄈㄢˇ ㄓ", + "romatzyh" : "faan jy" }, + "meanings" : [ "on the other hand...", + "conversely..." ], + "classifiers" : [] } ] }, + { "simplified" : "返还", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 18090, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "返還", + "transcriptions" : { "pinyin" : "fǎn huán", + "numeric" : "fan3 huan2", + "wadegiles" : "fan³ huan²", + "bopomofo" : "ㄈㄢˇ ㄏㄨㄢˊ", + "romatzyh" : "faan hwan" }, + "meanings" : [ "restitution", + "return of something to its original owner", + "remittance" ], + "classifiers" : [] } ] }, + { "simplified" : "返回", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 3952, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "返回", + "transcriptions" : { "pinyin" : "fǎn huí", + "numeric" : "fan3 hui2", + "wadegiles" : "fan³ hui²", + "bopomofo" : "ㄈㄢˇ ㄏㄨㄟˊ", + "romatzyh" : "faan hwei" }, + "meanings" : [ "to return to", + "to come (or go) back" ], + "classifiers" : [] } ] }, + { "simplified" : "犯", + "radical" : "犭", + "level" : [ "new-6" ], + "frequency" : 1635, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "犯", + "transcriptions" : { "pinyin" : "fàn", + "numeric" : "fan4", + "wadegiles" : "fan⁴", + "bopomofo" : "ㄈㄢˋ", + "romatzyh" : "fann" }, + "meanings" : [ "to violate", + "to offend", + "to assault", + "criminal", + "crime", + "to make a mistake", + "recurrence (of mistake or sth bad)" ], + "classifiers" : [] } ] }, + { "simplified" : "犯愁", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 38579, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "犯愁", + "transcriptions" : { "pinyin" : "fàn chóu", + "numeric" : "fan4 chou2", + "wadegiles" : "fan⁴ ch'ou²", + "bopomofo" : "ㄈㄢˋ ㄔㄡˊ", + "romatzyh" : "fann chour" }, + "meanings" : [ "to worry", "to be anxious" ], + "classifiers" : [] } ] }, + { "simplified" : "犯规", + "radical" : "犭", + "level" : [ "new-6" ], + "frequency" : 6000, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "犯規", + "transcriptions" : { "pinyin" : "fàn guī", + "numeric" : "fan4 gui1", + "wadegiles" : "fan⁴ kuei¹", + "bopomofo" : "ㄈㄢˋ ㄍㄨㄟ", + "romatzyh" : "fann guei" }, + "meanings" : [ "to break the rules", + "an illegality", + "a foul" ], + "classifiers" : [] } ] }, + { "simplified" : "犯罪", + "radical" : "犭", + "level" : [ "new-6" ], + "frequency" : 1108, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "犯罪", + "transcriptions" : { "pinyin" : "fàn zuì", + "numeric" : "fan4 zui4", + "wadegiles" : "fan⁴ tsui⁴", + "bopomofo" : "ㄈㄢˋ ㄗㄨㄟˋ", + "romatzyh" : "fann tzuey" }, + "meanings" : [ "to commit a crime", + "crime; offense" ], + "classifiers" : [] } ] }, + { "simplified" : "泛滥", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13426, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "泛濫", + "transcriptions" : { "pinyin" : "fàn làn", + "numeric" : "fan4 lan4", + "wadegiles" : "fan⁴ lan⁴", + "bopomofo" : "ㄈㄢˋ ㄌㄢˋ", + "romatzyh" : "fann lann" }, + "meanings" : [ "to be in flood", + "to overflow (the banks)", + "to inundate", + "to spread unchecked" ], + "classifiers" : [] } ] }, + { "simplified" : "饭", + "radical" : "饣", + "level" : [ "new-1" ], + "frequency" : 1529, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飯", + "transcriptions" : { "pinyin" : "fàn", + "numeric" : "fan4", + "wadegiles" : "fan⁴", + "bopomofo" : "ㄈㄢˋ", + "romatzyh" : "fann" }, + "meanings" : [ "cooked rice", + "meal", + "(loanword) fan", + "devotee" ], + "classifiers" : [ "碗", "顿" ] } ] }, + { "simplified" : "饭店", + "radical" : "饣", + "level" : [ "new-1" ], + "frequency" : 3998, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飯店", + "transcriptions" : { "pinyin" : "fàn diàn", + "numeric" : "fan4 dian4", + "wadegiles" : "fan⁴ tien⁴", + "bopomofo" : "ㄈㄢˋ ㄉㄧㄢˋ", + "romatzyh" : "fann diann" }, + "meanings" : [ "restaurant", "hotel" ], + "classifiers" : [ "家", "个" ] } ] }, + { "simplified" : "饭馆", + "radical" : "饣", + "level" : [ "new-2", "old-1" ], + "frequency" : 16449, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飯館", + "transcriptions" : { "pinyin" : "fàn guǎn", + "numeric" : "fan4 guan3", + "wadegiles" : "fan⁴ kuan³", + "bopomofo" : "ㄈㄢˋ ㄍㄨㄢˇ", + "romatzyh" : "fann goan" }, + "meanings" : [ "restaurant" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "饭碗", + "radical" : "饣", + "level" : [ "new-7+" ], + "frequency" : 12261, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飯碗", + "transcriptions" : { "pinyin" : "fàn wǎn", + "numeric" : "fan4 wan3", + "wadegiles" : "fan⁴ wan³", + "bopomofo" : "ㄈㄢˋ ㄨㄢˇ", + "romatzyh" : "fann woan" }, + "meanings" : [ "rice bowl", + "fig. livelihood", + "job", + "way of making a living" ], + "classifiers" : [] } ] }, + { "simplified" : "范畴", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12483, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "範疇", + "transcriptions" : { "pinyin" : "fàn chóu", + "numeric" : "fan4 chou2", + "wadegiles" : "fan⁴ ch'ou²", + "bopomofo" : "ㄈㄢˋ ㄔㄡˊ", + "romatzyh" : "fann chour" }, + "meanings" : [ "category" ], + "classifiers" : [] } ] }, + { "simplified" : "范围", + "radical" : "艹", + "level" : [ "new-3", "old-4" ], + "frequency" : 1325, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "範圍", + "transcriptions" : { "pinyin" : "fàn wéi", + "numeric" : "fan4 wei2", + "wadegiles" : "fan⁴ wei²", + "bopomofo" : "ㄈㄢˋ ㄨㄟˊ", + "romatzyh" : "fann wei" }, + "meanings" : [ "range", + "scope", + "limit", + "extent" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "贩卖", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9252, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "販賣", + "transcriptions" : { "pinyin" : "fàn mài", + "numeric" : "fan4 mai4", + "wadegiles" : "fan⁴ mai⁴", + "bopomofo" : "ㄈㄢˋ ㄇㄞˋ", + "romatzyh" : "fann may" }, + "meanings" : [ "to sell", + "to peddle", + "to traffic" ], + "classifiers" : [] } ] }, + { "simplified" : "方", + "radical" : "方", + "level" : [ "new-4", "old-5" ], + "frequency" : 1012, + "pos" : [ "q", "d", "g", "a", "f", "b" ], + "forms" : [ { "traditional" : "方", + "transcriptions" : { "pinyin" : "Fāng", + "numeric" : "Fang1", + "wadegiles" : "fang¹", + "bopomofo" : "ㄈㄤ", + "romatzyh" : "fang" }, + "meanings" : [ "surname Fang" ], + "classifiers" : [] }, + { "traditional" : "方", + "transcriptions" : { "pinyin" : "fāng", + "numeric" : "fang1", + "wadegiles" : "fang¹", + "bopomofo" : "ㄈㄤ", + "romatzyh" : "fang" }, + "meanings" : [ "square", + "power or involution (math.)", + "upright", + "honest", + "fair and square", + "direction", + "side", + "party (to a contract, dispute etc)", + "place", + "method", + "prescription (medicine)", + "just when", + "only or just", + "classifier for square things", + "abbr. for square or cubic meter" ], + "classifiers" : [] } ] }, + { "simplified" : "方案", + "radical" : "方", + "level" : [ "new-4", "old-5" ], + "frequency" : 2126, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方案", + "transcriptions" : { "pinyin" : "fāng àn", + "numeric" : "fang1 an4", + "wadegiles" : "fang¹ an⁴", + "bopomofo" : "ㄈㄤ ㄢˋ", + "romatzyh" : "fang ann" }, + "meanings" : [ "plan", + "program (for action etc)", + "proposal", + "proposed bill" ], + "classifiers" : [ "个", "套" ] } ] }, + { "simplified" : "方便", + "radical" : "方", + "level" : [ "new-2", "old-3" ], + "frequency" : 2014, + "pos" : [ "v", "a", "an" ], + "forms" : [ { "traditional" : "方便", + "transcriptions" : { "pinyin" : "fāng biàn", + "numeric" : "fang1 bian4", + "wadegiles" : "fang¹ pien⁴", + "bopomofo" : "ㄈㄤ ㄅㄧㄢˋ", + "romatzyh" : "fang biann" }, + "meanings" : [ "convenient", + "suitable", + "to facilitate", + "to make things easy", + "having money to spare", + "(euphemism) to relieve oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "方便面", + "radical" : "方", + "level" : [ "new-2" ], + "frequency" : 16225, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方便麵", + "transcriptions" : { "pinyin" : "fāng biàn miàn", + "numeric" : "fang1 bian4 mian4", + "wadegiles" : "fang¹ pien⁴ mien⁴", + "bopomofo" : "ㄈㄤ ㄅㄧㄢˋ ㄇㄧㄢˋ", + "romatzyh" : "fang biann miann" }, + "meanings" : [ "instant noodles" ], + "classifiers" : [] } ] }, + { "simplified" : "方法", + "radical" : "方", + "level" : [ "new-2", "old-4" ], + "frequency" : 577, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方法", + "transcriptions" : { "pinyin" : "fāng fǎ", + "numeric" : "fang1 fa3", + "wadegiles" : "fang¹ fa³", + "bopomofo" : "ㄈㄤ ㄈㄚˇ", + "romatzyh" : "fang faa" }, + "meanings" : [ "method", "way", "means" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "方方面面", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 18245, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方方面面", + "transcriptions" : { "pinyin" : "fāng fāng miàn miàn", + "numeric" : "fang1 fang1 mian4 mian4", + "wadegiles" : "fang¹ fang¹ mien⁴ mien⁴", + "bopomofo" : "ㄈㄤ ㄈㄤ ㄇㄧㄢˋ ㄇㄧㄢˋ", + "romatzyh" : "fang fang miann miann" }, + "meanings" : [ "all sides; all aspects", + "multifaceted" ], + "classifiers" : [] } ] }, + { "simplified" : "方面", + "radical" : "方", + "level" : [ "new-2", "old-4" ], + "frequency" : 601, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方面", + "transcriptions" : { "pinyin" : "fāng miàn", + "numeric" : "fang1 mian4", + "wadegiles" : "fang¹ mien⁴", + "bopomofo" : "ㄈㄤ ㄇㄧㄢˋ", + "romatzyh" : "fang miann" }, + "meanings" : [ "respect", + "aspect", + "field", + "side" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "方式", + "radical" : "方", + "level" : [ "new-3", "old-5" ], + "frequency" : 513, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方式", + "transcriptions" : { "pinyin" : "fāng shì", + "numeric" : "fang1 shi4", + "wadegiles" : "fang¹ shih⁴", + "bopomofo" : "ㄈㄤ ㄕˋ", + "romatzyh" : "fang shyh" }, + "meanings" : [ "way; manner; style; mode; pattern" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "方位", + "radical" : "方", + "level" : [ "old-6" ], + "frequency" : 9608, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方位", + "transcriptions" : { "pinyin" : "fāng wèi", + "numeric" : "fang1 wei4", + "wadegiles" : "fang¹ wei⁴", + "bopomofo" : "ㄈㄤ ㄨㄟˋ", + "romatzyh" : "fang wey" }, + "meanings" : [ "direction", + "points of the compass", + "bearing", + "position", + "azimuth" ], + "classifiers" : [] } ] }, + { "simplified" : "方向", + "radical" : "方", + "level" : [ "new-2", "old-4" ], + "frequency" : 1183, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方向", + "transcriptions" : { "pinyin" : "fāng xiàng", + "numeric" : "fang1 xiang4", + "wadegiles" : "fang¹ hsiang⁴", + "bopomofo" : "ㄈㄤ ㄒㄧㄤˋ", + "romatzyh" : "fang shianq" }, + "meanings" : [ "direction; orientation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "方向盘", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 11228, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方向盤", + "transcriptions" : { "pinyin" : "fāng xiàng pán", + "numeric" : "fang1 xiang4 pan2", + "wadegiles" : "fang¹ hsiang⁴ p'an²", + "bopomofo" : "ㄈㄤ ㄒㄧㄤˋ ㄆㄢˊ", + "romatzyh" : "fang shianq parn" }, + "meanings" : [ "steering wheel" ], + "classifiers" : [] } ] }, + { "simplified" : "方言", + "radical" : "方", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12942, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方言", + "transcriptions" : { "pinyin" : "Fāng yán", + "numeric" : "Fang1 yan2", + "wadegiles" : "fang¹ yan²", + "bopomofo" : "ㄈㄤ ㄧㄢˊ", + "romatzyh" : "fang yan" }, + "meanings" : [ "the first Chinese dialect dictionary, edited by Yang Xiong 扬雄 in 1st century, containing over 9000 characters" ], + "classifiers" : [] }, + { "traditional" : "方言", + "transcriptions" : { "pinyin" : "fāng yán", + "numeric" : "fang1 yan2", + "wadegiles" : "fang¹ yan²", + "bopomofo" : "ㄈㄤ ㄧㄢˊ", + "romatzyh" : "fang yan" }, + "meanings" : [ "topolect", "dialect" ], + "classifiers" : [] } ] }, + { "simplified" : "方针", + "radical" : "方", + "level" : [ "new-4", "old-6" ], + "frequency" : 10718, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "方針", + "transcriptions" : { "pinyin" : "fāng zhēn", + "numeric" : "fang1 zhen1", + "wadegiles" : "fang¹ chen¹", + "bopomofo" : "ㄈㄤ ㄓㄣ", + "romatzyh" : "fang jen" }, + "meanings" : [ "policy", "guidelines" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "防", + "radical" : "阝", + "level" : [ "new-3" ], + "frequency" : 2008, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "防", + "transcriptions" : { "pinyin" : "fáng", + "numeric" : "fang2", + "wadegiles" : "fang²", + "bopomofo" : "ㄈㄤˊ", + "romatzyh" : "farng" }, + "meanings" : [ "to protect", + "to defend", + "to guard against", + "to prevent" ], + "classifiers" : [] } ] }, + { "simplified" : "防盗", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 17252, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "防盜", + "transcriptions" : { "pinyin" : "fáng dào", + "numeric" : "fang2 dao4", + "wadegiles" : "fang² tao⁴", + "bopomofo" : "ㄈㄤˊ ㄉㄠˋ", + "romatzyh" : "farng daw" }, + "meanings" : [ "to guard against theft", + "anti-theft" ], + "classifiers" : [] } ] }, + { "simplified" : "防盗门", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 33898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "防盜門", + "transcriptions" : { "pinyin" : "fáng dào mén", + "numeric" : "fang2 dao4 men2", + "wadegiles" : "fang² tao⁴ men²", + "bopomofo" : "ㄈㄤˊ ㄉㄠˋ ㄇㄣˊ", + "romatzyh" : "farng daw men" }, + "meanings" : [ "security door" ], + "classifiers" : [] } ] }, + { "simplified" : "防范", + "radical" : "阝", + "level" : [ "new-6" ], + "frequency" : 7713, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "防範", + "transcriptions" : { "pinyin" : "fáng fàn", + "numeric" : "fang2 fan4", + "wadegiles" : "fang² fan⁴", + "bopomofo" : "ㄈㄤˊ ㄈㄢˋ", + "romatzyh" : "farng fann" }, + "meanings" : [ "to be on guard", + "wariness", + "to guard against", + "preventive" ], + "classifiers" : [] } ] }, + { "simplified" : "防护", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 6699, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "防護", + "transcriptions" : { "pinyin" : "fáng hù", + "numeric" : "fang2 hu4", + "wadegiles" : "fang² hu⁴", + "bopomofo" : "ㄈㄤˊ ㄏㄨˋ", + "romatzyh" : "farng huh" }, + "meanings" : [ "to defend", "to protect" ], + "classifiers" : [] } ] }, + { "simplified" : "防火墙", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 13340, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "防火牆", + "transcriptions" : { "pinyin" : "fáng huǒ qiáng", + "numeric" : "fang2 huo3 qiang2", + "wadegiles" : "fang² huo³ ch'iang²", + "bopomofo" : "ㄈㄤˊ ㄏㄨㄛˇ ㄑㄧㄤˊ", + "romatzyh" : "farng huoo chyang" }, + "meanings" : [ "firewall" ], + "classifiers" : [ "堵" ] } ] }, + { "simplified" : "防守", + "radical" : "阝", + "level" : [ "new-6", "old-6" ], + "frequency" : 3740, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "防守", + "transcriptions" : { "pinyin" : "fáng shǒu", + "numeric" : "fang2 shou3", + "wadegiles" : "fang² shou³", + "bopomofo" : "ㄈㄤˊ ㄕㄡˇ", + "romatzyh" : "farng shoou" }, + "meanings" : [ "to defend", + "to protect (against)" ], + "classifiers" : [] } ] }, + { "simplified" : "防卫", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 10458, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "防衛", + "transcriptions" : { "pinyin" : "fáng wèi", + "numeric" : "fang2 wei4", + "wadegiles" : "fang² wei⁴", + "bopomofo" : "ㄈㄤˊ ㄨㄟˋ", + "romatzyh" : "farng wey" }, + "meanings" : [ "to defend", + "defensive", + "defense" ], + "classifiers" : [] } ] }, + { "simplified" : "防汛", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "防汛", + "transcriptions" : { "pinyin" : "fáng xùn", + "numeric" : "fang2 xun4", + "wadegiles" : "fang² hsün⁴", + "bopomofo" : "ㄈㄤˊ ㄒㄩㄣˋ", + "romatzyh" : "farng shiunn" }, + "meanings" : [ "flood control", + "anti-flood (precautions)" ], + "classifiers" : [] } ] }, + { "simplified" : "防疫", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 31623, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "防疫", + "transcriptions" : { "pinyin" : "fáng yì", + "numeric" : "fang2 yi4", + "wadegiles" : "fang² i⁴", + "bopomofo" : "ㄈㄤˊ ㄧˋ", + "romatzyh" : "farng yih" }, + "meanings" : [ "to prevent epidemics" ], + "classifiers" : [] } ] }, + { "simplified" : "防御", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5137, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "防禦", + "transcriptions" : { "pinyin" : "fáng yù", + "numeric" : "fang2 yu4", + "wadegiles" : "fang² yü⁴", + "bopomofo" : "ㄈㄤˊ ㄩˋ", + "romatzyh" : "farng yuh" }, + "meanings" : [ "defense", "to defend" ], + "classifiers" : [] } ] }, + { "simplified" : "防止", + "radical" : "阝", + "level" : [ "new-3", "old-6" ], + "frequency" : 3244, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "防止", + "transcriptions" : { "pinyin" : "fáng zhǐ", + "numeric" : "fang2 zhi3", + "wadegiles" : "fang² chih³", + "bopomofo" : "ㄈㄤˊ ㄓˇ", + "romatzyh" : "farng jyy" }, + "meanings" : [ "to prevent", + "to guard against", + "to take precautions" ], + "classifiers" : [] } ] }, + { "simplified" : "防治", + "radical" : "阝", + "level" : [ "new-5", "old-6" ], + "frequency" : 16888, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "防治", + "transcriptions" : { "pinyin" : "fáng zhì", + "numeric" : "fang2 zhi4", + "wadegiles" : "fang² chih⁴", + "bopomofo" : "ㄈㄤˊ ㄓˋ", + "romatzyh" : "farng jyh" }, + "meanings" : [ "to prevent and cure", + "prevention and cure" ], + "classifiers" : [] } ] }, + { "simplified" : "妨碍", + "radical" : "女", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6742, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "妨礙", + "transcriptions" : { "pinyin" : "fáng ài", + "numeric" : "fang2 ai4", + "wadegiles" : "fang² ai⁴", + "bopomofo" : "ㄈㄤˊ ㄞˋ", + "romatzyh" : "farng ay" }, + "meanings" : [ "to hinder", "to obstruct" ], + "classifiers" : [] } ] }, + { "simplified" : "妨害", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 29334, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "妨害", + "transcriptions" : { "pinyin" : "fáng hài", + "numeric" : "fang2 hai4", + "wadegiles" : "fang² hai⁴", + "bopomofo" : "ㄈㄤˊ ㄏㄞˋ", + "romatzyh" : "farng hay" }, + "meanings" : [ "to jeopardize", + "to be harmful to", + "to undermine" ], + "classifiers" : [] } ] }, + { "simplified" : "房地产", + "radical" : "户", + "level" : [ "new-7+" ], + "frequency" : 3463, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "房地產", + "transcriptions" : { "pinyin" : "fáng dì chǎn", + "numeric" : "fang2 di4 chan3", + "wadegiles" : "fang² ti⁴ ch'an³", + "bopomofo" : "ㄈㄤˊ ㄉㄧˋ ㄔㄢˇ", + "romatzyh" : "farng dih chaan" }, + "meanings" : [ "real estate" ], + "classifiers" : [] } ] }, + { "simplified" : "房东", + "radical" : "户", + "level" : [ "new-3", "old-5" ], + "frequency" : 9478, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "房東", + "transcriptions" : { "pinyin" : "fáng dōng", + "numeric" : "fang2 dong1", + "wadegiles" : "fang² tung¹", + "bopomofo" : "ㄈㄤˊ ㄉㄨㄥ", + "romatzyh" : "farng dong" }, + "meanings" : [ "landlord" ], + "classifiers" : [] } ] }, + { "simplified" : "房价", + "radical" : "户", + "level" : [ "new-6" ], + "frequency" : 15046, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "房價", + "transcriptions" : { "pinyin" : "fáng jià", + "numeric" : "fang2 jia4", + "wadegiles" : "fang² chia⁴", + "bopomofo" : "ㄈㄤˊ ㄐㄧㄚˋ", + "romatzyh" : "farng jiah" }, + "meanings" : [ "house price", "cost of housing" ], + "classifiers" : [] } ] }, + { "simplified" : "房间", + "radical" : "户", + "level" : [ "new-1", "old-2" ], + "frequency" : 1357, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "房間", + "transcriptions" : { "pinyin" : "fáng jiān", + "numeric" : "fang2 jian1", + "wadegiles" : "fang² chien¹", + "bopomofo" : "ㄈㄤˊ ㄐㄧㄢ", + "romatzyh" : "farng jian" }, + "meanings" : [ "room" ], + "classifiers" : [ "间", "个" ] } ] }, + { "simplified" : "房屋", + "radical" : "户", + "level" : [ "new-3" ], + "frequency" : 3692, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "房屋", + "transcriptions" : { "pinyin" : "fáng wū", + "numeric" : "fang2 wu1", + "wadegiles" : "fang² wu¹", + "bopomofo" : "ㄈㄤˊ ㄨ", + "romatzyh" : "farng u" }, + "meanings" : [ "house", "building" ], + "classifiers" : [ "所", "套" ] } ] }, + { "simplified" : "房子", + "radical" : "户", + "level" : [ "new-1" ], + "frequency" : 1027, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "房子", + "transcriptions" : { "pinyin" : "fáng zi", + "numeric" : "fang2 zi5", + "wadegiles" : "fang² zi", + "bopomofo" : "ㄈㄤˊ zi", + "romatzyh" : "farng zi" }, + "meanings" : [ "house", + "building (single- or two-story)", + "apartment", + "room" ], + "classifiers" : [ "栋", "幢", "座", "套", "间" ] } ] }, + { "simplified" : "房租", + "radical" : "户", + "level" : [ "new-3" ], + "frequency" : 9307, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "房租", + "transcriptions" : { "pinyin" : "fáng zū", + "numeric" : "fang2 zu1", + "wadegiles" : "fang² tsu¹", + "bopomofo" : "ㄈㄤˊ ㄗㄨ", + "romatzyh" : "farng tzu" }, + "meanings" : [ "rent for a room or house" ], + "classifiers" : [] } ] }, + { "simplified" : "仿", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10541, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "仿", + "transcriptions" : { "pinyin" : "fǎng", + "numeric" : "fang3", + "wadegiles" : "fang³", + "bopomofo" : "ㄈㄤˇ", + "romatzyh" : "faang" }, + "meanings" : [ "to imitate", "to copy" ], + "classifiers" : [] }, + { "traditional" : "倣", + "transcriptions" : { "pinyin" : "fǎng", + "numeric" : "fang3", + "wadegiles" : "fang³", + "bopomofo" : "ㄈㄤˇ", + "romatzyh" : "faang" }, + "meanings" : [ "variant of 仿" ], + "classifiers" : [] }, + { "traditional" : "彷", + "transcriptions" : { "pinyin" : "fǎng", + "numeric" : "fang3", + "wadegiles" : "fang³", + "bopomofo" : "ㄈㄤˇ", + "romatzyh" : "faang" }, + "meanings" : [ "seemingly" ], + "classifiers" : [] } ] }, + { "simplified" : "仿佛", + "radical" : "亻", + "level" : [ "new-6", "old-5" ], + "frequency" : 4286, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "仿佛", + "transcriptions" : { "pinyin" : "fǎng fú", + "numeric" : "fang3 fu2", + "wadegiles" : "fang³ fu²", + "bopomofo" : "ㄈㄤˇ ㄈㄨˊ", + "romatzyh" : "faang fwu" }, + "meanings" : [ "variant of 仿佛" ], + "classifiers" : [] }, + { "traditional" : "彷彿", + "transcriptions" : { "pinyin" : "fǎng fú", + "numeric" : "fang3 fu2", + "wadegiles" : "fang³ fu²", + "bopomofo" : "ㄈㄤˇ ㄈㄨˊ", + "romatzyh" : "faang fwu" }, + "meanings" : [ "to seem", + "as if", + "alike", + "similar" ], + "classifiers" : [] } ] }, + { "simplified" : "仿制", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 22999, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "仿製", + "transcriptions" : { "pinyin" : "fǎng zhì", + "numeric" : "fang3 zhi4", + "wadegiles" : "fang³ chih⁴", + "bopomofo" : "ㄈㄤˇ ㄓˋ", + "romatzyh" : "faang jyh" }, + "meanings" : [ "to copy", + "to imitate", + "to make by imitating a model" ], + "classifiers" : [] } ] }, + { "simplified" : "访谈", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 9041, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "訪談", + "transcriptions" : { "pinyin" : "fǎng tán", + "numeric" : "fang3 tan2", + "wadegiles" : "fang³ t'an²", + "bopomofo" : "ㄈㄤˇ ㄊㄢˊ", + "romatzyh" : "faang tarn" }, + "meanings" : [ "to visit and discuss", + "to interview" ], + "classifiers" : [] } ] }, + { "simplified" : "访问", + "radical" : "讠", + "level" : [ "new-3", "old-4" ], + "frequency" : 3182, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "訪問", + "transcriptions" : { "pinyin" : "fǎng wèn", + "numeric" : "fang3 wen4", + "wadegiles" : "fang³ wen⁴", + "bopomofo" : "ㄈㄤˇ ㄨㄣˋ", + "romatzyh" : "faang wenn" }, + "meanings" : [ "to visit", + "to call on", + "to interview" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "纺织", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15626, + "pos" : [ "vn", "n" ], + "forms" : [ { "traditional" : "紡織", + "transcriptions" : { "pinyin" : "fǎng zhī", + "numeric" : "fang3 zhi1", + "wadegiles" : "fang³ chih¹", + "bopomofo" : "ㄈㄤˇ ㄓ", + "romatzyh" : "faang jy" }, + "meanings" : [ "spinning and weaving" ], + "classifiers" : [] } ] }, + { "simplified" : "放", + "radical" : "攵", + "level" : [ "new-1", "old-3" ], + "frequency" : 280, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放", + "transcriptions" : { "pinyin" : "fàng", + "numeric" : "fang4", + "wadegiles" : "fang⁴", + "bopomofo" : "ㄈㄤˋ", + "romatzyh" : "fanq" }, + "meanings" : [ "to put", + "to place", + "to release", + "to free", + "to let go", + "to let out", + "to set off (fireworks)" ], + "classifiers" : [] } ] }, + { "simplified" : "放大", + "radical" : "攵", + "level" : [ "new-5", "old-6" ], + "frequency" : 5489, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "放大", + "transcriptions" : { "pinyin" : "fàng dà", + "numeric" : "fang4 da4", + "wadegiles" : "fang⁴ ta⁴", + "bopomofo" : "ㄈㄤˋ ㄉㄚˋ", + "romatzyh" : "fanq dah" }, + "meanings" : [ "to enlarge", "to magnify" ], + "classifiers" : [] } ] }, + { "simplified" : "放到", + "radical" : "攵", + "level" : [ "new-3" ], + "frequency" : 3107, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放到", + "transcriptions" : { "pinyin" : "fàng dào", + "numeric" : "fang4 dao4", + "wadegiles" : "fang⁴ tao⁴", + "bopomofo" : "ㄈㄤˋ ㄉㄠˋ", + "romatzyh" : "fanq daw" }, + "meanings" : [ "Put in" ], + "classifiers" : [] } ] }, + { "simplified" : "放过", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 6937, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放過", + "transcriptions" : { "pinyin" : "fàng guò", + "numeric" : "fang4 guo4", + "wadegiles" : "fang⁴ kuo⁴", + "bopomofo" : "ㄈㄤˋ ㄍㄨㄛˋ", + "romatzyh" : "fanq guoh" }, + "meanings" : [ "to let off", + "to let slip by", + "to let sb get away with sth" ], + "classifiers" : [] } ] }, + { "simplified" : "放假", + "radical" : "攵", + "level" : [ "new-1" ], + "frequency" : 6177, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放假", + "transcriptions" : { "pinyin" : "fàng jià", + "numeric" : "fang4 jia4", + "wadegiles" : "fang⁴ chia⁴", + "bopomofo" : "ㄈㄤˋ ㄐㄧㄚˋ", + "romatzyh" : "fanq jiah" }, + "meanings" : [ "to have a holiday or vacation" ], + "classifiers" : [] } ] }, + { "simplified" : "放弃", + "radical" : "攵", + "level" : [ "new-5", "old-4" ], + "frequency" : 994, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放棄", + "transcriptions" : { "pinyin" : "fàng qì", + "numeric" : "fang4 qi4", + "wadegiles" : "fang⁴ ch'i⁴", + "bopomofo" : "ㄈㄤˋ ㄑㄧˋ", + "romatzyh" : "fanq chih" }, + "meanings" : [ "to renounce; to abandon; to give up" ], + "classifiers" : [] } ] }, + { "simplified" : "放射", + "radical" : "攵", + "level" : [ "old-6" ], + "frequency" : 8443, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "放射", + "transcriptions" : { "pinyin" : "fàng shè", + "numeric" : "fang4 she4", + "wadegiles" : "fang⁴ she⁴", + "bopomofo" : "ㄈㄤˋ ㄕㄜˋ", + "romatzyh" : "fanq sheh" }, + "meanings" : [ "to radiate", "radioactive" ], + "classifiers" : [] } ] }, + { "simplified" : "放手", + "radical" : "攵", + "level" : [ "old-6" ], + "frequency" : 4349, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放手", + "transcriptions" : { "pinyin" : "fàng shǒu", + "numeric" : "fang4 shou3", + "wadegiles" : "fang⁴ shou³", + "bopomofo" : "ㄈㄤˋ ㄕㄡˇ", + "romatzyh" : "fanq shoou" }, + "meanings" : [ "to let go one's hold", + "to give up", + "to have a free hand" ], + "classifiers" : [] } ] }, + { "simplified" : "放暑假", + "radical" : "攵", + "level" : [ "old-4" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "放暑假", + "transcriptions" : { "pinyin" : "fàng shǔ jià", + "numeric" : "fang4 shu3 jia4", + "wadegiles" : "fang⁴ shu³ chia⁴", + "bopomofo" : "ㄈㄤˋ ㄕㄨˇ ㄐㄧㄚˋ", + "romatzyh" : "fanq shuu jiah" }, + "meanings" : [ "to be on summer vacation" ], + "classifiers" : [] } ] }, + { "simplified" : "放水", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 18677, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放水", + "transcriptions" : { "pinyin" : "fàng shuǐ", + "numeric" : "fang4 shui3", + "wadegiles" : "fang⁴ shui³", + "bopomofo" : "ㄈㄤˋ ㄕㄨㄟˇ", + "romatzyh" : "fanq shoei" }, + "meanings" : [ "to turn on the water", + "to let water out", + "(sports) to throw a game" ], + "classifiers" : [] } ] }, + { "simplified" : "放肆", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 17039, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "放肆", + "transcriptions" : { "pinyin" : "fàng sì", + "numeric" : "fang4 si4", + "wadegiles" : "fang⁴ ssu⁴", + "bopomofo" : "ㄈㄤˋ ㄙˋ", + "romatzyh" : "fanq syh" }, + "meanings" : [ "wanton", + "unbridled", + "presumptuous", + "impudent" ], + "classifiers" : [] } ] }, + { "simplified" : "放松", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 2311, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "放鬆", + "transcriptions" : { "pinyin" : "fàng sōng", + "numeric" : "fang4 song1", + "wadegiles" : "fang⁴ sung¹", + "bopomofo" : "ㄈㄤˋ ㄙㄨㄥ", + "romatzyh" : "fanq song" }, + "meanings" : [ "to relax; to slacken; to loosen" ], + "classifiers" : [] } ] }, + { "simplified" : "放下", + "radical" : "攵", + "level" : [ "new-2" ], + "frequency" : 2179, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放下", + "transcriptions" : { "pinyin" : "fàng xià", + "numeric" : "fang4 xia4", + "wadegiles" : "fang⁴ hsia⁴", + "bopomofo" : "ㄈㄤˋ ㄒㄧㄚˋ", + "romatzyh" : "fanq shiah" }, + "meanings" : [ "to lay down", + "to put down", + "to let go of", + "to relinquish", + "to set aside", + "to lower (the blinds etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "放心", + "radical" : "攵", + "level" : [ "new-2", "old-3" ], + "frequency" : 2458, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "放心", + "transcriptions" : { "pinyin" : "fàng xīn", + "numeric" : "fang4 xin1", + "wadegiles" : "fang⁴ hsin¹", + "bopomofo" : "ㄈㄤˋ ㄒㄧㄣ", + "romatzyh" : "fanq shin" }, + "meanings" : [ "to feel relieved", + "to feel reassured", + "to be at ease" ], + "classifiers" : [] } ] }, + { "simplified" : "放学", + "radical" : "攵", + "level" : [ "new-1" ], + "frequency" : 7209, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "放學", + "transcriptions" : { "pinyin" : "fàng xué", + "numeric" : "fang4 xue2", + "wadegiles" : "fang⁴ hsüeh²", + "bopomofo" : "ㄈㄤˋ ㄒㄩㄝˊ", + "romatzyh" : "fanq shyue" }, + "meanings" : [ "to dismiss students at the end of the school day" ], + "classifiers" : [] } ] }, + { "simplified" : "放映", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 10612, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "放映", + "transcriptions" : { "pinyin" : "fàng yìng", + "numeric" : "fang4 ying4", + "wadegiles" : "fang⁴ ying⁴", + "bopomofo" : "ㄈㄤˋ ㄧㄥˋ", + "romatzyh" : "fanq yinq" }, + "meanings" : [ "to show (a movie)", "to screen" ], + "classifiers" : [] } ] }, + { "simplified" : "放置", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 9015, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "放置", + "transcriptions" : { "pinyin" : "fàng zhì", + "numeric" : "fang4 zhi4", + "wadegiles" : "fang⁴ chih⁴", + "bopomofo" : "ㄈㄤˋ ㄓˋ", + "romatzyh" : "fanq jyh" }, + "meanings" : [ "to put" ], + "classifiers" : [] } ] }, + { "simplified" : "放纵", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 11175, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "放縱", + "transcriptions" : { "pinyin" : "fàng zòng", + "numeric" : "fang4 zong4", + "wadegiles" : "fang⁴ tsung⁴", + "bopomofo" : "ㄈㄤˋ ㄗㄨㄥˋ", + "romatzyh" : "fanq tzonq" }, + "meanings" : [ "to indulge", + "to pamper", + "to connive at", + "permissive", + "indulgent", + "self-indulgent", + "unrestrained", + "undisciplined", + "uncultured", + "boorish" ], + "classifiers" : [] } ] }, + { "simplified" : "飞", + "radical" : "飞", + "level" : [ "new-1" ], + "frequency" : 779, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "飛", + "transcriptions" : { "pinyin" : "fēi", + "numeric" : "fei1", + "wadegiles" : "fei¹", + "bopomofo" : "ㄈㄟ", + "romatzyh" : "fei" }, + "meanings" : [ "to fly" ], + "classifiers" : [] } ] }, + { "simplified" : "飞船", + "radical" : "飞", + "level" : [ "new-6" ], + "frequency" : 4796, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飛船", + "transcriptions" : { "pinyin" : "fēi chuán", + "numeric" : "fei1 chuan2", + "wadegiles" : "fei¹ ch'uan²", + "bopomofo" : "ㄈㄟ ㄔㄨㄢˊ", + "romatzyh" : "fei chwan" }, + "meanings" : [ "spaceship", + "spacecraft", + "dirigible", + "airship" ], + "classifiers" : [] } ] }, + { "simplified" : "飞机", + "radical" : "飞", + "level" : [ "new-1", "old-1" ], + "frequency" : 1067, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飛機", + "transcriptions" : { "pinyin" : "fēi jī", + "numeric" : "fei1 ji1", + "wadegiles" : "fei¹ chi¹", + "bopomofo" : "ㄈㄟ ㄐㄧ", + "romatzyh" : "fei ji" }, + "meanings" : [ "airplane" ], + "classifiers" : [ "架" ] } ] }, + { "simplified" : "飞禽走兽", + "radical" : "飞", + "level" : [ "old-6" ], + "frequency" : 85592, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "飛禽走獸", + "transcriptions" : { "pinyin" : "fēi qín zǒu shòu", + "numeric" : "fei1 qin2 zou3 shou4", + "wadegiles" : "fei¹ ch'in² tsou³ shou⁴", + "bopomofo" : "ㄈㄟ ㄑㄧㄣˊ ㄗㄡˇ ㄕㄡˋ", + "romatzyh" : "fei chyn tzoou show" }, + "meanings" : [ "birds and animals", + "the beasts of the field and the birds of the air" ], + "classifiers" : [] } ] }, + { "simplified" : "飞速", + "radical" : "飞", + "level" : [ "new-7+" ], + "frequency" : 14513, + "pos" : [ "d", "a", "b" ], + "forms" : [ { "traditional" : "飛速", + "transcriptions" : { "pinyin" : "fēi sù", + "numeric" : "fei1 su4", + "wadegiles" : "fei¹ su⁴", + "bopomofo" : "ㄈㄟ ㄙㄨˋ", + "romatzyh" : "fei suh" }, + "meanings" : [ "swift", "rapidly" ], + "classifiers" : [] } ] }, + { "simplified" : "飞往", + "radical" : "飞", + "level" : [ "new-7+" ], + "frequency" : 8558, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "飛往", + "transcriptions" : { "pinyin" : "fēi wǎng", + "numeric" : "fei1 wang3", + "wadegiles" : "fei¹ wang³", + "bopomofo" : "ㄈㄟ ㄨㄤˇ", + "romatzyh" : "fei woang" }, + "meanings" : [ "Go to" ], + "classifiers" : [] } ] }, + { "simplified" : "飞翔", + "radical" : "飞", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9925, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "飛翔", + "transcriptions" : { "pinyin" : "fēi xiáng", + "numeric" : "fei1 xiang2", + "wadegiles" : "fei¹ hsiang²", + "bopomofo" : "ㄈㄟ ㄒㄧㄤˊ", + "romatzyh" : "fei shyang" }, + "meanings" : [ "to circle in the air", "to soar" ], + "classifiers" : [] } ] }, + { "simplified" : "飞行", + "radical" : "飞", + "level" : [ "new-3" ], + "frequency" : 2835, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "飛行", + "transcriptions" : { "pinyin" : "fēi xíng", + "numeric" : "fei1 xing2", + "wadegiles" : "fei¹ hsing²", + "bopomofo" : "ㄈㄟ ㄒㄧㄥˊ", + "romatzyh" : "fei shyng" }, + "meanings" : [ "(of planes etc) to fly", + "flying", + "flight", + "aviation" ], + "classifiers" : [] } ] }, + { "simplified" : "飞行员", + "radical" : "飞", + "level" : [ "new-6" ], + "frequency" : 5972, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飛行員", + "transcriptions" : { "pinyin" : "fēi xíng yuán", + "numeric" : "fei1 xing2 yuan2", + "wadegiles" : "fei¹ hsing² yüan²", + "bopomofo" : "ㄈㄟ ㄒㄧㄥˊ ㄩㄢˊ", + "romatzyh" : "fei shyng yuan" }, + "meanings" : [ "pilot", "aviator" ], + "classifiers" : [] } ] }, + { "simplified" : "飞跃", + "radical" : "飞", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11816, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "飛躍", + "transcriptions" : { "pinyin" : "fēi yuè", + "numeric" : "fei1 yue4", + "wadegiles" : "fei¹ yüeh⁴", + "bopomofo" : "ㄈㄟ ㄩㄝˋ", + "romatzyh" : "fei yueh" }, + "meanings" : [ "to leap" ], + "classifiers" : [] } ] }, + { "simplified" : "非", + "radical" : "非", + "level" : [ "new-4", "old-5" ], + "frequency" : 949, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "非", + "transcriptions" : { "pinyin" : "Fēi", + "numeric" : "Fei1", + "wadegiles" : "fei¹", + "bopomofo" : "ㄈㄟ", + "romatzyh" : "fei" }, + "meanings" : [ "abbr. for 洲, Africa" ], + "classifiers" : [] }, + { "traditional" : "非", + "transcriptions" : { "pinyin" : "fēi", + "numeric" : "fei1", + "wadegiles" : "fei¹", + "bopomofo" : "ㄈㄟ", + "romatzyh" : "fei" }, + "meanings" : [ "to not be; not", + "wrong; incorrect", + "non-; un-; in-; de-", + "to reproach; to blame", + "(coll.) to insist on; simply must" ], + "classifiers" : [] } ] }, + { "simplified" : "非常", + "radical" : "非", + "level" : [ "new-1", "old-2" ], + "frequency" : 194, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "非常", + "transcriptions" : { "pinyin" : "fēi cháng", + "numeric" : "fei1 chang2", + "wadegiles" : "fei¹ ch'ang²", + "bopomofo" : "ㄈㄟ ㄔㄤˊ", + "romatzyh" : "fei charng" }, + "meanings" : [ "very; really", + "unusual; extraordinary" ], + "classifiers" : [] } ] }, + { "simplified" : "非得", + "radical" : "非", + "level" : [ "new-7+" ], + "frequency" : 8384, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "非得", + "transcriptions" : { "pinyin" : "fēi děi", + "numeric" : "fei1 dei3", + "wadegiles" : "fei¹ tei³", + "bopomofo" : "ㄈㄟ ㄉㄟˇ", + "romatzyh" : "fei deei" }, + "meanings" : [ "(followed by a verb phrase, then – optionally – 不可, or 不行 etc) must" ], + "classifiers" : [] } ] }, + { "simplified" : "非法", + "radical" : "非", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2403, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "非法", + "transcriptions" : { "pinyin" : "fēi fǎ", + "numeric" : "fei1 fa3", + "wadegiles" : "fei¹ fa³", + "bopomofo" : "ㄈㄟ ㄈㄚˇ", + "romatzyh" : "fei faa" }, + "meanings" : [ "illegal" ], + "classifiers" : [] } ] }, + { "simplified" : "非凡", + "radical" : "非", + "level" : [ "new-7+" ], + "frequency" : 7729, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "非凡", + "transcriptions" : { "pinyin" : "fēi fán", + "numeric" : "fei1 fan2", + "wadegiles" : "fei¹ fan²", + "bopomofo" : "ㄈㄟ ㄈㄢˊ", + "romatzyh" : "fei farn" }, + "meanings" : [ "out of the ordinary", + "unusually (good, talented etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "非金属", + "radical" : "非", + "level" : [ "new-7+" ], + "frequency" : 53625, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "非金屬", + "transcriptions" : { "pinyin" : "fēi jīn shǔ", + "numeric" : "fei1 jin1 shu3", + "wadegiles" : "fei¹ chin¹ shu³", + "bopomofo" : "ㄈㄟ ㄐㄧㄣ ㄕㄨˇ", + "romatzyh" : "fei jin shuu" }, + "meanings" : [ "nonmetal (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "绯闻", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 10416, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "緋聞", + "transcriptions" : { "pinyin" : "fēi wén", + "numeric" : "fei1 wen2", + "wadegiles" : "fei¹ wen²", + "bopomofo" : "ㄈㄟ ㄨㄣˊ", + "romatzyh" : "fei wen" }, + "meanings" : [ "sex scandal" ], + "classifiers" : [] } ] }, + { "simplified" : "肥", + "radical" : "⺼", + "level" : [ "new-4" ], + "frequency" : 2580, + "pos" : [ "n", "a", "v" ], + "forms" : [ { "traditional" : "肥", + "transcriptions" : { "pinyin" : "féi", + "numeric" : "fei2", + "wadegiles" : "fei²", + "bopomofo" : "ㄈㄟˊ", + "romatzyh" : "feir" }, + "meanings" : [ "fat", + "fertile", + "loose-fitting or large", + "to fertilize", + "to become rich by illegal means", + "fertilizer", + "manure" ], + "classifiers" : [] } ] }, + { "simplified" : "肥料", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 11710, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肥料", + "transcriptions" : { "pinyin" : "féi liào", + "numeric" : "fei2 liao4", + "wadegiles" : "fei² liao⁴", + "bopomofo" : "ㄈㄟˊ ㄌㄧㄠˋ", + "romatzyh" : "feir liaw" }, + "meanings" : [ "fertilizer", "manure" ], + "classifiers" : [] } ] }, + { "simplified" : "肥胖", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 8910, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "肥胖", + "transcriptions" : { "pinyin" : "féi pàng", + "numeric" : "fei2 pang4", + "wadegiles" : "fei² p'ang⁴", + "bopomofo" : "ㄈㄟˊ ㄆㄤˋ", + "romatzyh" : "feir panq" }, + "meanings" : [ "fat; obese" ], + "classifiers" : [] } ] }, + { "simplified" : "肥沃", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28240, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "肥沃", + "transcriptions" : { "pinyin" : "féi wò", + "numeric" : "fei2 wo4", + "wadegiles" : "fei² wo⁴", + "bopomofo" : "ㄈㄟˊ ㄨㄛˋ", + "romatzyh" : "feir woh" }, + "meanings" : [ "fertile" ], + "classifiers" : [] } ] }, + { "simplified" : "肥皂", + "radical" : "⺼", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10619, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肥皂", + "transcriptions" : { "pinyin" : "féi zào", + "numeric" : "fei2 zao4", + "wadegiles" : "fei² tsao⁴", + "bopomofo" : "ㄈㄟˊ ㄗㄠˋ", + "romatzyh" : "feir tzaw" }, + "meanings" : [ "soap" ], + "classifiers" : [ "块", "条" ] } ] }, + { "simplified" : "匪徒", + "radical" : "匚", + "level" : [ "old-6" ], + "frequency" : 18089, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "匪徒", + "transcriptions" : { "pinyin" : "fěi tú", + "numeric" : "fei3 tu2", + "wadegiles" : "fei³ t'u²", + "bopomofo" : "ㄈㄟˇ ㄊㄨˊ", + "romatzyh" : "feei twu" }, + "meanings" : [ "gangster", "bandit" ], + "classifiers" : [] } ] }, + { "simplified" : "诽谤", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14273, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "誹謗", + "transcriptions" : { "pinyin" : "fěi bàng", + "numeric" : "fei3 bang4", + "wadegiles" : "fei³ pang⁴", + "bopomofo" : "ㄈㄟˇ ㄅㄤˋ", + "romatzyh" : "feei banq" }, + "meanings" : [ "to slander", "to libel" ], + "classifiers" : [] } ] }, + { "simplified" : "废", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 5340, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "廢", + "transcriptions" : { "pinyin" : "fèi", + "numeric" : "fei4", + "wadegiles" : "fei⁴", + "bopomofo" : "ㄈㄟˋ", + "romatzyh" : "fey" }, + "meanings" : [ "to abolish", + "to abandon", + "to abrogate", + "to discard", + "to depose", + "to oust", + "crippled", + "abandoned", + "waste" ], + "classifiers" : [] }, + { "traditional" : "癈", + "transcriptions" : { "pinyin" : "fèi", + "numeric" : "fei4", + "wadegiles" : "fei⁴", + "bopomofo" : "ㄈㄟˋ", + "romatzyh" : "fey" }, + "meanings" : [ "variant of 废", "disabled" ], + "classifiers" : [] } ] }, + { "simplified" : "废除", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12112, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "廢除", + "transcriptions" : { "pinyin" : "fèi chú", + "numeric" : "fei4 chu2", + "wadegiles" : "fei⁴ ch'u²", + "bopomofo" : "ㄈㄟˋ ㄔㄨˊ", + "romatzyh" : "fey chwu" }, + "meanings" : [ "to abolish", + "to abrogate", + "to repeal" ], + "classifiers" : [] } ] }, + { "simplified" : "废话", + "radical" : "广", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6470, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廢話", + "transcriptions" : { "pinyin" : "fèi huà", + "numeric" : "fei4 hua4", + "wadegiles" : "fei⁴ hua⁴", + "bopomofo" : "ㄈㄟˋ ㄏㄨㄚˋ", + "romatzyh" : "fey huah" }, + "meanings" : [ "nonsense", + "rubbish", + "superfluous words", + "You don't say!", + "No kidding! (gently sarcastic)" ], + "classifiers" : [] } ] }, + { "simplified" : "废品", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 14138, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廢品", + "transcriptions" : { "pinyin" : "fèi pǐn", + "numeric" : "fei4 pin3", + "wadegiles" : "fei⁴ p'in³", + "bopomofo" : "ㄈㄟˋ ㄆㄧㄣˇ", + "romatzyh" : "fey piin" }, + "meanings" : [ "production rejects", + "seconds", + "scrap", + "discarded material" ], + "classifiers" : [] } ] }, + { "simplified" : "废寝忘食", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 42829, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "廢寢忘食", + "transcriptions" : { "pinyin" : "fèi qǐn wàng shí", + "numeric" : "fei4 qin3 wang4 shi2", + "wadegiles" : "fei⁴ ch'in³ wang⁴ shih²", + "bopomofo" : "ㄈㄟˋ ㄑㄧㄣˇ ㄨㄤˋ ㄕˊ", + "romatzyh" : "fey chiin wanq shyr" }, + "meanings" : [ "to neglect sleep and forget about food (idiom)", + "to skip one's sleep and meals", + "to be completely wrapped up in one's work" ], + "classifiers" : [] } ] }, + { "simplified" : "废物", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 7005, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廢物", + "transcriptions" : { "pinyin" : "fèi wù", + "numeric" : "fei4 wu4", + "wadegiles" : "fei⁴ wu⁴", + "bopomofo" : "ㄈㄟˋ ㄨˋ", + "romatzyh" : "fey wuh" }, + "meanings" : [ "rubbish", + "waste material", + "useless person" ], + "classifiers" : [] } ] }, + { "simplified" : "废墟", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10824, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廢墟", + "transcriptions" : { "pinyin" : "fèi xū", + "numeric" : "fei4 xu1", + "wadegiles" : "fei⁴ hsü¹", + "bopomofo" : "ㄈㄟˋ ㄒㄩ", + "romatzyh" : "fey shiu" }, + "meanings" : [ "ruins" ], + "classifiers" : [] } ] }, + { "simplified" : "沸沸扬扬", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 23423, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "沸沸揚揚", + "transcriptions" : { "pinyin" : "fèi fèi yáng yáng", + "numeric" : "fei4 fei4 yang2 yang2", + "wadegiles" : "fei⁴ fei⁴ yang² yang²", + "bopomofo" : "ㄈㄟˋ ㄈㄟˋ ㄧㄤˊ ㄧㄤˊ", + "romatzyh" : "fey fey yang yang" }, + "meanings" : [ "bubbling and gurgling", + "hubbubing", + "abuzz" ], + "classifiers" : [] } ] }, + { "simplified" : "沸腾", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11120, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "沸騰", + "transcriptions" : { "pinyin" : "fèi téng", + "numeric" : "fei4 teng2", + "wadegiles" : "fei⁴ t'eng²", + "bopomofo" : "ㄈㄟˋ ㄊㄥˊ", + "romatzyh" : "fey terng" }, + "meanings" : [ "(of a liquid) to boil", + "(of sentiments etc) to boil over", + "to flare up", + "to be impassioned" ], + "classifiers" : [] } ] }, + { "simplified" : "肺", + "radical" : "⺼", + "level" : [ "new-6", "old-5" ], + "frequency" : 3353, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肺", + "transcriptions" : { "pinyin" : "fèi", + "numeric" : "fei4", + "wadegiles" : "fei⁴", + "bopomofo" : "ㄈㄟˋ", + "romatzyh" : "fey" }, + "meanings" : [ "lung" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "费", + "radical" : "贝", + "level" : [ "new-3" ], + "frequency" : 1997, + "pos" : [ "n", "v", "nr" ], + "forms" : [ { "traditional" : "費", + "transcriptions" : { "pinyin" : "Fèi", + "numeric" : "Fei4", + "wadegiles" : "fei⁴", + "bopomofo" : "ㄈㄟˋ", + "romatzyh" : "fey" }, + "meanings" : [ "surname Fei" ], + "classifiers" : [] }, + { "traditional" : "費", + "transcriptions" : { "pinyin" : "fèi", + "numeric" : "fei4", + "wadegiles" : "fei⁴", + "bopomofo" : "ㄈㄟˋ", + "romatzyh" : "fey" }, + "meanings" : [ "to cost", + "to spend", + "fee", + "wasteful", + "expenses" ], + "classifiers" : [] } ] }, + { "simplified" : "费劲", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 14739, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "費勁", + "transcriptions" : { "pinyin" : "fèi jìn", + "numeric" : "fei4 jin4", + "wadegiles" : "fei⁴ chin⁴", + "bopomofo" : "ㄈㄟˋ ㄐㄧㄣˋ", + "romatzyh" : "fey jinn" }, + "meanings" : [ "to require effort", "strenuous" ], + "classifiers" : [] } ] }, + { "simplified" : "费用", + "radical" : "贝", + "level" : [ "new-3", "old-5" ], + "frequency" : 2364, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "費用", + "transcriptions" : { "pinyin" : "fèi yòng", + "numeric" : "fei4 yong4", + "wadegiles" : "fei⁴ yung⁴", + "bopomofo" : "ㄈㄟˋ ㄩㄥˋ", + "romatzyh" : "fey yonq" }, + "meanings" : [ "cost", "expenditure", "expense" ], + "classifiers" : [ "笔", "个" ] } ] }, + { "simplified" : "分", + "radical" : "刀", + "level" : [ "new-1", "old-3" ], + "frequency" : 372, + "pos" : [ "t", "qt", "v", "g", "n", "d" ], + "forms" : [ { "traditional" : "分", + "transcriptions" : { "pinyin" : "fēn", + "numeric" : "fen1", + "wadegiles" : "fen¹", + "bopomofo" : "ㄈㄣ", + "romatzyh" : "fen" }, + "meanings" : [ "to divide; to separate", + "to distribute; to allocate", + "to distinguish (good and bad)", + "(bound form) branch of (an organization); sub- (as in 局)", + "fraction", + "one tenth (of certain units)", + "unit of length equivalent to 0.33 cm", + "minute (unit of time)", + "minute (angular measurement unit)", + "a point (in sports or games)", + "0.01 yuan (unit of money)" ], + "classifiers" : [] }, + { "traditional" : "分", + "transcriptions" : { "pinyin" : "fèn", + "numeric" : "fen4", + "wadegiles" : "fen⁴", + "bopomofo" : "ㄈㄣˋ", + "romatzyh" : "fenn" }, + "meanings" : [ "part", + "share", + "ingredient", + "component" ], + "classifiers" : [] } ] }, + { "simplified" : "分辨", + "radical" : "刀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9367, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分辨", + "transcriptions" : { "pinyin" : "fēn biàn", + "numeric" : "fen1 bian4", + "wadegiles" : "fen¹ pien⁴", + "bopomofo" : "ㄈㄣ ㄅㄧㄢˋ", + "romatzyh" : "fen biann" }, + "meanings" : [ "to distinguish; to differentiate", + "to resolve" ], + "classifiers" : [] } ] }, + { "simplified" : "分别", + "radical" : "刀", + "level" : [ "new-3", "old-5" ], + "frequency" : 2885, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "分別", + "transcriptions" : { "pinyin" : "fēn bié", + "numeric" : "fen1 bie2", + "wadegiles" : "fen¹ pieh²", + "bopomofo" : "ㄈㄣ ㄅㄧㄝˊ", + "romatzyh" : "fen bye" }, + "meanings" : [ "to part; to leave each other", + "to distinguish; to tell apart", + "difference; distinction", + "in different ways; differently", + "separately; individually" ], + "classifiers" : [] } ] }, + { "simplified" : "分布", + "radical" : "刀", + "level" : [ "new-4", "old-5" ], + "frequency" : 7247, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分佈", + "transcriptions" : { "pinyin" : "fēn bù", + "numeric" : "fen1 bu4", + "wadegiles" : "fen¹ pu⁴", + "bopomofo" : "ㄈㄣ ㄅㄨˋ", + "romatzyh" : "fen buh" }, + "meanings" : [ "to scatter", + "to distribute", + "to be distributed (over an area etc)", + "(statistical, geographic) distribution" ], + "classifiers" : [] } ] }, + { "simplified" : "分成", + "radical" : "刀", + "level" : [ "new-5" ], + "frequency" : 6386, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分成", + "transcriptions" : { "pinyin" : "fēn chéng", + "numeric" : "fen1 cheng2", + "wadegiles" : "fen¹ ch'eng²", + "bopomofo" : "ㄈㄣ ㄔㄥˊ", + "romatzyh" : "fen cherng" }, + "meanings" : [ "to divide (into)", + "to split a bonus", + "to break into", + "tenths", + "percentage allotment" ], + "classifiers" : [] } ] }, + { "simplified" : "分寸", + "radical" : "刀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25716, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "分寸", + "transcriptions" : { "pinyin" : "fēn cun", + "numeric" : "fen1 cun5", + "wadegiles" : "fen¹ cun", + "bopomofo" : "ㄈㄣ cun", + "romatzyh" : "fen cun" }, + "meanings" : [ "propriety", + "appropriate behavior", + "proper speech or action", + "within the norms" ], + "classifiers" : [] } ] }, + { "simplified" : "分担", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 12501, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "分擔", + "transcriptions" : { "pinyin" : "fēn dān", + "numeric" : "fen1 dan1", + "wadegiles" : "fen¹ tan¹", + "bopomofo" : "ㄈㄣ ㄉㄢ", + "romatzyh" : "fen dan" }, + "meanings" : [ "to share (a burden, a cost, a responsibility)" ], + "classifiers" : [] } ] }, + { "simplified" : "分割", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 14451, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分割", + "transcriptions" : { "pinyin" : "fēn gē", + "numeric" : "fen1 ge1", + "wadegiles" : "fen¹ ko¹", + "bopomofo" : "ㄈㄣ ㄍㄜ", + "romatzyh" : "fen ge" }, + "meanings" : [ "to cut up", "to break up" ], + "classifiers" : [] } ] }, + { "simplified" : "分工", + "radical" : "刀", + "level" : [ "new-6" ], + "frequency" : 12623, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "分工", + "transcriptions" : { "pinyin" : "fēn gōng", + "numeric" : "fen1 gong1", + "wadegiles" : "fen¹ kung¹", + "bopomofo" : "ㄈㄣ ㄍㄨㄥ", + "romatzyh" : "fen gong" }, + "meanings" : [ "to divide up the work", + "division of labor" ], + "classifiers" : [] } ] }, + { "simplified" : "分红", + "radical" : "刀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12056, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "分紅", + "transcriptions" : { "pinyin" : "fēn hóng", + "numeric" : "fen1 hong2", + "wadegiles" : "fen¹ hung²", + "bopomofo" : "ㄈㄣ ㄏㄨㄥˊ", + "romatzyh" : "fen horng" }, + "meanings" : [ "dividend", "to award a bonus" ], + "classifiers" : [] } ] }, + { "simplified" : "分化", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 13863, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分化", + "transcriptions" : { "pinyin" : "fēn huà", + "numeric" : "fen1 hua4", + "wadegiles" : "fen¹ hua⁴", + "bopomofo" : "ㄈㄣ ㄏㄨㄚˋ", + "romatzyh" : "fen huah" }, + "meanings" : [ "to split apart", + "differentiation" ], + "classifiers" : [] } ] }, + { "simplified" : "分解", + "radical" : "刀", + "level" : [ "new-5", "old-6" ], + "frequency" : 8050, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分解", + "transcriptions" : { "pinyin" : "fēn jiě", + "numeric" : "fen1 jie3", + "wadegiles" : "fen¹ chieh³", + "bopomofo" : "ㄈㄣ ㄐㄧㄝˇ", + "romatzyh" : "fen jiee" }, + "meanings" : [ "to resolve", + "to decompose", + "to break down" ], + "classifiers" : [] } ] }, + { "simplified" : "分开", + "radical" : "刀", + "level" : [ "new-2" ], + "frequency" : 3365, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分開", + "transcriptions" : { "pinyin" : "fēn kāi", + "numeric" : "fen1 kai1", + "wadegiles" : "fen¹ k'ai¹", + "bopomofo" : "ㄈㄣ ㄎㄞ", + "romatzyh" : "fen kai" }, + "meanings" : [ "to separate", "to part" ], + "classifiers" : [] } ] }, + { "simplified" : "分类", + "radical" : "刀", + "level" : [ "new-5" ], + "frequency" : 6516, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "分類", + "transcriptions" : { "pinyin" : "fēn lèi", + "numeric" : "fen1 lei4", + "wadegiles" : "fen¹ lei⁴", + "bopomofo" : "ㄈㄣ ㄌㄟˋ", + "romatzyh" : "fen ley" }, + "meanings" : [ "to classify" ], + "classifiers" : [] } ] }, + { "simplified" : "分离", + "radical" : "刀", + "level" : [ "new-5" ], + "frequency" : 3769, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分離", + "transcriptions" : { "pinyin" : "fēn lí", + "numeric" : "fen1 li2", + "wadegiles" : "fen¹ li²", + "bopomofo" : "ㄈㄣ ㄌㄧˊ", + "romatzyh" : "fen li" }, + "meanings" : [ "to separate" ], + "classifiers" : [] } ] }, + { "simplified" : "分量", + "radical" : "刀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11274, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "分量", + "transcriptions" : { "pinyin" : "fēn liàng", + "numeric" : "fen1 liang4", + "wadegiles" : "fen¹ liang⁴", + "bopomofo" : "ㄈㄣ ㄌㄧㄤˋ", + "romatzyh" : "fen lianq" }, + "meanings" : [ "(vector) component" ], + "classifiers" : [] }, + { "traditional" : "分量", + "transcriptions" : { "pinyin" : "fèn liang", + "numeric" : "fen4 liang5", + "wadegiles" : "fen⁴ liang", + "bopomofo" : "ㄈㄣˋ liang", + "romatzyh" : "fenn liang" }, + "meanings" : [ "quantity", "weight", "measure" ], + "classifiers" : [] } ] }, + { "simplified" : "分裂", + "radical" : "刀", + "level" : [ "new-6", "old-6" ], + "frequency" : 4860, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分裂", + "transcriptions" : { "pinyin" : "fēn liè", + "numeric" : "fen1 lie4", + "wadegiles" : "fen¹ lieh⁴", + "bopomofo" : "ㄈㄣ ㄌㄧㄝˋ", + "romatzyh" : "fen lieh" }, + "meanings" : [ "to split up", + "to divide", + "to break up", + "fission", + "schism" ], + "classifiers" : [] } ] }, + { "simplified" : "分泌", + "radical" : "刀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8707, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分泌", + "transcriptions" : { "pinyin" : "fēn mì", + "numeric" : "fen1 mi4", + "wadegiles" : "fen¹ mi⁴", + "bopomofo" : "ㄈㄣ ㄇㄧˋ", + "romatzyh" : "fen mih" }, + "meanings" : [ "to secrete", "secretion" ], + "classifiers" : [] } ] }, + { "simplified" : "分明", + "radical" : "刀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9781, + "pos" : [ "a", "d" ], + "forms" : [ { "traditional" : "分明", + "transcriptions" : { "pinyin" : "fēn míng", + "numeric" : "fen1 ming2", + "wadegiles" : "fen¹ ming²", + "bopomofo" : "ㄈㄣ ㄇㄧㄥˊ", + "romatzyh" : "fen ming" }, + "meanings" : [ "clear", + "distinct", + "evidently", + "clearly" ], + "classifiers" : [] } ] }, + { "simplified" : "分配", + "radical" : "刀", + "level" : [ "new-3", "old-5" ], + "frequency" : 3851, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分配", + "transcriptions" : { "pinyin" : "fēn pèi", + "numeric" : "fen1 pei4", + "wadegiles" : "fen¹ p'ei⁴", + "bopomofo" : "ㄈㄣ ㄆㄟˋ", + "romatzyh" : "fen pey" }, + "meanings" : [ "to distribute", + "to assign", + "to allocate", + "to partition (a hard drive)" ], + "classifiers" : [] } ] }, + { "simplified" : "分歧", + "radical" : "刀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7131, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "分歧", + "transcriptions" : { "pinyin" : "fēn qí", + "numeric" : "fen1 qi2", + "wadegiles" : "fen¹ ch'i²", + "bopomofo" : "ㄈㄣ ㄑㄧˊ", + "romatzyh" : "fen chyi" }, + "meanings" : [ "divergent", + "difference (of opinion, position); disagreement", + "(math.) bifurcation" ], + "classifiers" : [] } ] }, + { "simplified" : "分散", + "radical" : "刀", + "level" : [ "new-4", "old-6" ], + "frequency" : 4846, + "pos" : [ "v", "a", "ad" ], + "forms" : [ { "traditional" : "分散", + "transcriptions" : { "pinyin" : "fēn sàn", + "numeric" : "fen1 san4", + "wadegiles" : "fen¹ san⁴", + "bopomofo" : "ㄈㄣ ㄙㄢˋ", + "romatzyh" : "fen sann" }, + "meanings" : [ "to scatter", + "to disperse", + "to distribute" ], + "classifiers" : [] } ] }, + { "simplified" : "分手", + "radical" : "刀", + "level" : [ "new-4", "old-6" ], + "frequency" : 2494, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分手", + "transcriptions" : { "pinyin" : "fēn shǒu", + "numeric" : "fen1 shou3", + "wadegiles" : "fen¹ shou³", + "bopomofo" : "ㄈㄣ ㄕㄡˇ", + "romatzyh" : "fen shoou" }, + "meanings" : [ "to part company", + "to split up", + "to break up" ], + "classifiers" : [] } ] }, + { "simplified" : "分数", + "radical" : "刀", + "level" : [ "new-2" ], + "frequency" : 6646, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "分數", + "transcriptions" : { "pinyin" : "fēn shù", + "numeric" : "fen1 shu4", + "wadegiles" : "fen¹ shu⁴", + "bopomofo" : "ㄈㄣ ㄕㄨˋ", + "romatzyh" : "fen shuh" }, + "meanings" : [ "(exam) grade", + "mark", + "score", + "fraction" ], + "classifiers" : [] } ] }, + { "simplified" : "分外", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 28084, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "分外", + "transcriptions" : { "pinyin" : "fèn wài", + "numeric" : "fen4 wai4", + "wadegiles" : "fen⁴ wai⁴", + "bopomofo" : "ㄈㄣˋ ㄨㄞˋ", + "romatzyh" : "fenn way" }, + "meanings" : [ "exceptionally", + "not one's responsibility or job" ], + "classifiers" : [] } ] }, + { "simplified" : "分为", + "radical" : "刀", + "level" : [ "new-4" ], + "frequency" : 8420, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "分為", + "transcriptions" : { "pinyin" : "fēn wéi", + "numeric" : "fen1 wei2", + "wadegiles" : "fen¹ wei²", + "bopomofo" : "ㄈㄣ ㄨㄟˊ", + "romatzyh" : "fen wei" }, + "meanings" : [ "to divide sth into (parts)", + "to subdivide" ], + "classifiers" : [] } ] }, + { "simplified" : "分析", + "radical" : "刀", + "level" : [ "new-5", "old-5" ], + "frequency" : 1101, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分析", + "transcriptions" : { "pinyin" : "fēn xī", + "numeric" : "fen1 xi1", + "wadegiles" : "fen¹ hsi¹", + "bopomofo" : "ㄈㄣ ㄒㄧ", + "romatzyh" : "fen shi" }, + "meanings" : [ "to analyze", "analysis" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "分享", + "radical" : "刀", + "level" : [ "new-5" ], + "frequency" : 1375, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分享", + "transcriptions" : { "pinyin" : "fēn xiǎng", + "numeric" : "fen1 xiang3", + "wadegiles" : "fen¹ hsiang³", + "bopomofo" : "ㄈㄣ ㄒㄧㄤˇ", + "romatzyh" : "fen sheang" }, + "meanings" : [ "to share (let others have some of sth good)" ], + "classifiers" : [] } ] }, + { "simplified" : "分赃", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 39508, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "分贓", + "transcriptions" : { "pinyin" : "fēn zāng", + "numeric" : "fen1 zang1", + "wadegiles" : "fen¹ tsang¹", + "bopomofo" : "ㄈㄣ ㄗㄤ", + "romatzyh" : "fen tzang" }, + "meanings" : [ "to share the booty; to divide ill-gotten gains" ], + "classifiers" : [] } ] }, + { "simplified" : "分之", + "radical" : "刀", + "level" : [ "new-4", "old-4" ], + "frequency" : 42376, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "分之", + "transcriptions" : { "pinyin" : "fēn zhī", + "numeric" : "fen1 zhi1", + "wadegiles" : "fen¹ chih¹", + "bopomofo" : "ㄈㄣ ㄓ", + "romatzyh" : "fen jy" }, + "meanings" : [ "(indicating a fraction)" ], + "classifiers" : [] } ] }, + { "simplified" : "分支", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 10988, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "分支", + "transcriptions" : { "pinyin" : "fēn zhī", + "numeric" : "fen1 zhi1", + "wadegiles" : "fen¹ chih¹", + "bopomofo" : "ㄈㄣ ㄓ", + "romatzyh" : "fen jy" }, + "meanings" : [ "branch (of company, river etc)", + "to branch", + "to diverge", + "to ramify", + "to subdivide" ], + "classifiers" : [] } ] }, + { "simplified" : "分钟", + "radical" : "刀", + "level" : [ "new-2", "old-1" ], + "frequency" : 465, + "pos" : [ "qt" ], + "forms" : [ { "traditional" : "分鐘", + "transcriptions" : { "pinyin" : "fēn zhōng", + "numeric" : "fen1 zhong1", + "wadegiles" : "fen¹ chung¹", + "bopomofo" : "ㄈㄣ ㄓㄨㄥ", + "romatzyh" : "fen jong" }, + "meanings" : [ "minute" ], + "classifiers" : [] } ] }, + { "simplified" : "分组", + "radical" : "刀", + "level" : [ "new-3" ], + "frequency" : 11653, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "分組", + "transcriptions" : { "pinyin" : "fēn zǔ", + "numeric" : "fen1 zu3", + "wadegiles" : "fen¹ tsu³", + "bopomofo" : "ㄈㄣ ㄗㄨˇ", + "romatzyh" : "fen tzuu" }, + "meanings" : [ "to divide into groups", + "group (formed from a larger group)", + "subgroup", + "(computer networking) packet" ], + "classifiers" : [] } ] }, + { "simplified" : "吩咐", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7516, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "吩咐", + "transcriptions" : { "pinyin" : "fēn fù", + "numeric" : "fen1 fu4", + "wadegiles" : "fen¹ fu⁴", + "bopomofo" : "ㄈㄣ ㄈㄨˋ", + "romatzyh" : "fen fuh" }, + "meanings" : [ "to tell", + "to instruct", + "to command" ], + "classifiers" : [] } ] }, + { "simplified" : "纷纷", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 7895, + "pos" : [ "d", "z" ], + "forms" : [ { "traditional" : "紛紛", + "transcriptions" : { "pinyin" : "fēn fēn", + "numeric" : "fen1 fen1", + "wadegiles" : "fen¹ fen¹", + "bopomofo" : "ㄈㄣ ㄈㄣ", + "romatzyh" : "fen fen" }, + "meanings" : [ "one after another", + "in succession", + "one by one", + "continuously", + "diverse", + "in profusion", + "numerous and confused", + "pell-mell" ], + "classifiers" : [] } ] }, + { "simplified" : "芬芳", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 20812, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "芬芳", + "transcriptions" : { "pinyin" : "fēn fāng", + "numeric" : "fen1 fang1", + "wadegiles" : "fen¹ fang¹", + "bopomofo" : "ㄈㄣ ㄈㄤ", + "romatzyh" : "fen fang" }, + "meanings" : [ "perfume", "fragrant" ], + "classifiers" : [] } ] }, + { "simplified" : "氛围", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 8094, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氛圍", + "transcriptions" : { "pinyin" : "fēn wéi", + "numeric" : "fen1 wei2", + "wadegiles" : "fen¹ wei²", + "bopomofo" : "ㄈㄣ ㄨㄟˊ", + "romatzyh" : "fen wei" }, + "meanings" : [ "ambience", "atmosphere" ], + "classifiers" : [] } ] }, + { "simplified" : "坟", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 12094, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "墳", + "transcriptions" : { "pinyin" : "fén", + "numeric" : "fen2", + "wadegiles" : "fen²", + "bopomofo" : "ㄈㄣˊ", + "romatzyh" : "fern" }, + "meanings" : [ "grave", + "tomb", + "embankment", + "mound", + "ancient book" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "坟墓", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10256, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "墳墓", + "transcriptions" : { "pinyin" : "fén mù", + "numeric" : "fen2 mu4", + "wadegiles" : "fen² mu⁴", + "bopomofo" : "ㄈㄣˊ ㄇㄨˋ", + "romatzyh" : "fern muh" }, + "meanings" : [ "grave", "tomb" ], + "classifiers" : [] } ] }, + { "simplified" : "焚烧", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 14307, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "焚燒", + "transcriptions" : { "pinyin" : "fén shāo", + "numeric" : "fen2 shao1", + "wadegiles" : "fen² shao¹", + "bopomofo" : "ㄈㄣˊ ㄕㄠ", + "romatzyh" : "fern shau" }, + "meanings" : [ "to burn", "to set on fire" ], + "classifiers" : [] } ] }, + { "simplified" : "粉", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 2506, + "pos" : [ "n", "g", "b", "a" ], + "forms" : [ { "traditional" : "粉", + "transcriptions" : { "pinyin" : "fěn", + "numeric" : "fen3", + "wadegiles" : "fen³", + "bopomofo" : "ㄈㄣˇ", + "romatzyh" : "feen" }, + "meanings" : [ "powder", + "cosmetic face powder", + "food prepared from starch; noodles or pasta made from any kind of flour", + "to turn to powder", + "(dialect) to whitewash", + "white", + "pink", + "(suffix) fan (abbr. for 粉丝)", + "to be a fan of" ], + "classifiers" : [] } ] }, + { "simplified" : "粉末", + "radical" : "米", + "level" : [ "old-6" ], + "frequency" : 12853, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "粉末", + "transcriptions" : { "pinyin" : "fěn mò", + "numeric" : "fen3 mo4", + "wadegiles" : "fen³ mo⁴", + "bopomofo" : "ㄈㄣˇ ㄇㄛˋ", + "romatzyh" : "feen moh" }, + "meanings" : [ "fine powder", "dust" ], + "classifiers" : [] } ] }, + { "simplified" : "粉色", + "radical" : "米", + "level" : [ "old-6" ], + "frequency" : 6437, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "粉色", + "transcriptions" : { "pinyin" : "fěn sè", + "numeric" : "fen3 se4", + "wadegiles" : "fen³ se⁴", + "bopomofo" : "ㄈㄣˇ ㄙㄜˋ", + "romatzyh" : "feen seh" }, + "meanings" : [ "pink", + "white", + "erotic", + "beautiful woman", + "powdered (with make-up)" ], + "classifiers" : [] } ] }, + { "simplified" : "粉丝", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 2568, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "粉絲", + "transcriptions" : { "pinyin" : "fěn sī", + "numeric" : "fen3 si1", + "wadegiles" : "fen³ ssu¹", + "bopomofo" : "ㄈㄣˇ ㄙ", + "romatzyh" : "feen sy" }, + "meanings" : [ "bean vermicelli", + "mung bean starch noodles", + "Chinese vermicelli", + "cellophane noodles", + "fan (loanword)", + "enthusiast for sb or sth" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "粉碎", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8160, + "pos" : [ "v", "z" ], + "forms" : [ { "traditional" : "粉碎", + "transcriptions" : { "pinyin" : "fěn suì", + "numeric" : "fen3 sui4", + "wadegiles" : "fen³ sui⁴", + "bopomofo" : "ㄈㄣˇ ㄙㄨㄟˋ", + "romatzyh" : "feen suey" }, + "meanings" : [ "to crush; to smash; to shatter" ], + "classifiers" : [] } ] }, + { "simplified" : "份", + "radical" : "亻", + "level" : [ "new-2", "old-4" ], + "frequency" : 608, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "份", + "transcriptions" : { "pinyin" : "fèn", + "numeric" : "fen4", + "wadegiles" : "fen⁴", + "bopomofo" : "ㄈㄣˋ", + "romatzyh" : "fenn" }, + "meanings" : [ "classifier for gifts, newspaper, magazine, papers, reports, contracts etc", + "variant of 分" ], + "classifiers" : [] } ] }, + { "simplified" : "份额", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11491, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "份額", + "transcriptions" : { "pinyin" : "fèn é", + "numeric" : "fen4 e2", + "wadegiles" : "fen⁴ e²", + "bopomofo" : "ㄈㄣˋ ㄜˊ", + "romatzyh" : "fenn er" }, + "meanings" : [ "share", "portion" ], + "classifiers" : [] } ] }, + { "simplified" : "奋斗", + "radical" : "大", + "level" : [ "new-4", "old-5" ], + "frequency" : 4365, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "奮鬥", + "transcriptions" : { "pinyin" : "fèn dòu", + "numeric" : "fen4 dou4", + "wadegiles" : "fen⁴ tou⁴", + "bopomofo" : "ㄈㄣˋ ㄉㄡˋ", + "romatzyh" : "fenn dow" }, + "meanings" : [ "to strive; to struggle" ], + "classifiers" : [] } ] }, + { "simplified" : "奋力", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 10410, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "奮力", + "transcriptions" : { "pinyin" : "fèn lì", + "numeric" : "fen4 li4", + "wadegiles" : "fen⁴ li⁴", + "bopomofo" : "ㄈㄣˋ ㄌㄧˋ", + "romatzyh" : "fenn lih" }, + "meanings" : [ "to do everything one can", + "to spare no effort", + "to strive" ], + "classifiers" : [] } ] }, + { "simplified" : "奋勇", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 23421, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "奮勇", + "transcriptions" : { "pinyin" : "fèn yǒng", + "numeric" : "fen4 yong3", + "wadegiles" : "fen⁴ yung³", + "bopomofo" : "ㄈㄣˋ ㄩㄥˇ", + "romatzyh" : "fenn yeong" }, + "meanings" : [ "dauntless", + "to summon up courage and determination", + "using extreme force of will" ], + "classifiers" : [] } ] }, + { "simplified" : "愤怒", + "radical" : "忄", + "level" : [ "new-6", "old-5" ], + "frequency" : 3127, + "pos" : [ "a", "an", "ad", "v" ], + "forms" : [ { "traditional" : "憤怒", + "transcriptions" : { "pinyin" : "fèn nù", + "numeric" : "fen4 nu4", + "wadegiles" : "fen⁴ nu⁴", + "bopomofo" : "ㄈㄣˋ ㄋㄨˋ", + "romatzyh" : "fenn nuh" }, + "meanings" : [ "angry", + "indignant", + "wrath", + "ire" ], + "classifiers" : [] } ] }, + { "simplified" : "粪", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 9130, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "糞", + "transcriptions" : { "pinyin" : "fèn", + "numeric" : "fen4", + "wadegiles" : "fen⁴", + "bopomofo" : "ㄈㄣˋ", + "romatzyh" : "fenn" }, + "meanings" : [ "manure", "dung" ], + "classifiers" : [] } ] }, + { "simplified" : "粪便", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 11814, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "糞便", + "transcriptions" : { "pinyin" : "fèn biàn", + "numeric" : "fen4 bian4", + "wadegiles" : "fen⁴ pien⁴", + "bopomofo" : "ㄈㄣˋ ㄅㄧㄢˋ", + "romatzyh" : "fenn biann" }, + "meanings" : [ "excrement", "feces", "night soil" ], + "classifiers" : [] } ] }, + { "simplified" : "丰富", + "radical" : "丨", + "level" : [ "new-3", "old-4" ], + "frequency" : 2739, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "豐富", + "transcriptions" : { "pinyin" : "fēng fù", + "numeric" : "feng1 fu4", + "wadegiles" : "feng¹ fu⁴", + "bopomofo" : "ㄈㄥ ㄈㄨˋ", + "romatzyh" : "feng fuh" }, + "meanings" : [ "to enrich", + "rich", + "plentiful", + "abundant" ], + "classifiers" : [] } ] }, + { "simplified" : "丰富多彩", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 15312, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "豐富多彩", + "transcriptions" : { "pinyin" : "fēng fù duō cǎi", + "numeric" : "feng1 fu4 duo1 cai3", + "wadegiles" : "feng¹ fu⁴ to¹ ts'ai³", + "bopomofo" : "ㄈㄥ ㄈㄨˋ ㄉㄨㄛ ㄘㄞˇ", + "romatzyh" : "feng fuh duo tsae" }, + "meanings" : [ "richly colorful" ], + "classifiers" : [] } ] }, + { "simplified" : "丰厚", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 9038, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "豐厚", + "transcriptions" : { "pinyin" : "fēng hòu", + "numeric" : "feng1 hou4", + "wadegiles" : "feng¹ hou⁴", + "bopomofo" : "ㄈㄥ ㄏㄡˋ", + "romatzyh" : "feng how" }, + "meanings" : [ "generous; ample" ], + "classifiers" : [] } ] }, + { "simplified" : "丰满", + "radical" : "丨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10502, + "pos" : [ "a", "ns" ], + "forms" : [ { "traditional" : "豐滿", + "transcriptions" : { "pinyin" : "Fēng mǎn", + "numeric" : "Feng1 man3", + "wadegiles" : "feng¹ man³", + "bopomofo" : "ㄈㄥ ㄇㄢˇ", + "romatzyh" : "feng maan" }, + "meanings" : [ "Fengman district of Jilin city 吉林市, Jilin province" ], + "classifiers" : [] }, + { "traditional" : "豐滿", + "transcriptions" : { "pinyin" : "fēng mǎn", + "numeric" : "feng1 man3", + "wadegiles" : "feng¹ man³", + "bopomofo" : "ㄈㄥ ㄇㄢˇ", + "romatzyh" : "feng maan" }, + "meanings" : [ "ample", + "well developed", + "fully rounded" ], + "classifiers" : [] } ] }, + { "simplified" : "丰盛", + "radical" : "丨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12952, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "豐盛", + "transcriptions" : { "pinyin" : "fēng shèng", + "numeric" : "feng1 sheng4", + "wadegiles" : "feng¹ sheng⁴", + "bopomofo" : "ㄈㄥ ㄕㄥˋ", + "romatzyh" : "feng shenq" }, + "meanings" : [ "rich", "sumptuous" ], + "classifiers" : [] } ] }, + { "simplified" : "丰收", + "radical" : "丨", + "level" : [ "new-5", "old-6" ], + "frequency" : 12806, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "豐收", + "transcriptions" : { "pinyin" : "fēng shōu", + "numeric" : "feng1 shou1", + "wadegiles" : "feng¹ shou¹", + "bopomofo" : "ㄈㄥ ㄕㄡ", + "romatzyh" : "feng shou" }, + "meanings" : [ "bumper harvest" ], + "classifiers" : [] } ] }, + { "simplified" : "丰硕", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 39053, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "豐碩", + "transcriptions" : { "pinyin" : "fēng shuò", + "numeric" : "feng1 shuo4", + "wadegiles" : "feng¹ shuo⁴", + "bopomofo" : "ㄈㄥ ㄕㄨㄛˋ", + "romatzyh" : "feng shuoh" }, + "meanings" : [ "plentiful; substantial; rich (in resources etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "风", + "radical" : "风", + "level" : [ "new-1" ], + "frequency" : 1150, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "風", + "transcriptions" : { "pinyin" : "fēng", + "numeric" : "feng1", + "wadegiles" : "feng¹", + "bopomofo" : "ㄈㄥ", + "romatzyh" : "feng" }, + "meanings" : [ "wind", + "news", + "style", + "custom", + "manner" ], + "classifiers" : [ "阵", "丝" ] } ] }, + { "simplified" : "风暴", + "radical" : "风", + "level" : [ "new-6", "old-6" ], + "frequency" : 5216, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風暴", + "transcriptions" : { "pinyin" : "fēng bào", + "numeric" : "feng1 bao4", + "wadegiles" : "feng¹ pao⁴", + "bopomofo" : "ㄈㄥ ㄅㄠˋ", + "romatzyh" : "feng baw" }, + "meanings" : [ "storm", + "violent commotion", + "fig. crisis (e.g. revolution, uprising, financial crisis etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "风波", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 14123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風波", + "transcriptions" : { "pinyin" : "fēng bō", + "numeric" : "feng1 bo1", + "wadegiles" : "feng¹ po¹", + "bopomofo" : "ㄈㄥ ㄅㄛ", + "romatzyh" : "feng bo" }, + "meanings" : [ "disturbance", + "crisis", + "disputes", + "restlessness" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "风采", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 11129, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風采", + "transcriptions" : { "pinyin" : "fēng cǎi", + "numeric" : "feng1 cai3", + "wadegiles" : "feng¹ ts'ai³", + "bopomofo" : "ㄈㄥ ㄘㄞˇ", + "romatzyh" : "feng tsae" }, + "meanings" : [ "svelte", + "elegant manner", + "graceful bearing" ], + "classifiers" : [] } ] }, + { "simplified" : "风餐露宿", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 51627, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "風餐露宿", + "transcriptions" : { "pinyin" : "fēng cān lù sù", + "numeric" : "feng1 can1 lu4 su4", + "wadegiles" : "feng¹ ts'an¹ lu⁴ su⁴", + "bopomofo" : "ㄈㄥ ㄘㄢ ㄌㄨˋ ㄙㄨˋ", + "romatzyh" : "feng tsan luh suh" }, + "meanings" : [ "lit. to eat in the open air and sleep outdoors (idiom)", + "fig. to rough it" ], + "classifiers" : [] } ] }, + { "simplified" : "风度", + "radical" : "风", + "level" : [ "new-5", "old-6" ], + "frequency" : 11221, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風度", + "transcriptions" : { "pinyin" : "fēng dù", + "numeric" : "feng1 du4", + "wadegiles" : "feng¹ tu⁴", + "bopomofo" : "ㄈㄥ ㄉㄨˋ", + "romatzyh" : "feng duh" }, + "meanings" : [ "elegance (for men)", + "elegant demeanor", + "grace", + "poise" ], + "classifiers" : [] } ] }, + { "simplified" : "风范", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 13966, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風範", + "transcriptions" : { "pinyin" : "fēng fàn", + "numeric" : "feng1 fan4", + "wadegiles" : "feng¹ fan⁴", + "bopomofo" : "ㄈㄥ ㄈㄢˋ", + "romatzyh" : "feng fann" }, + "meanings" : [ "air", + "manner", + "model", + "paragon", + "demeanor" ], + "classifiers" : [] } ] }, + { "simplified" : "风风雨雨", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 26049, + "pos" : [ "l", "n" ], + "forms" : [ { "traditional" : "風風雨雨", + "transcriptions" : { "pinyin" : "fēng fēng yǔ yǔ", + "numeric" : "feng1 feng1 yu3 yu3", + "wadegiles" : "feng¹ feng¹ yü³ yü³", + "bopomofo" : "ㄈㄥ ㄈㄥ ㄩˇ ㄩˇ", + "romatzyh" : "feng feng yeu yeu" }, + "meanings" : [ "trials and tribulations", + "ups and downs" ], + "classifiers" : [] } ] }, + { "simplified" : "风格", + "radical" : "风", + "level" : [ "new-4", "old-5" ], + "frequency" : 1644, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風格", + "transcriptions" : { "pinyin" : "fēng gé", + "numeric" : "feng1 ge2", + "wadegiles" : "feng¹ ko²", + "bopomofo" : "ㄈㄥ ㄍㄜˊ", + "romatzyh" : "feng ger" }, + "meanings" : [ "style" ], + "classifiers" : [] } ] }, + { "simplified" : "风光", + "radical" : "风", + "level" : [ "new-5", "old-6" ], + "frequency" : 7917, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "風光", + "transcriptions" : { "pinyin" : "fēng guāng", + "numeric" : "feng1 guang1", + "wadegiles" : "feng¹ kuang¹", + "bopomofo" : "ㄈㄥ ㄍㄨㄤ", + "romatzyh" : "feng guang" }, + "meanings" : [ "scene", + "view", + "sight", + "landscape", + "to be well-regarded", + "to be well-off", + "grand (dialect)", + "impressive (dialect)" ], + "classifiers" : [] } ] }, + { "simplified" : "风和日丽", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 34338, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "風和日麗", + "transcriptions" : { "pinyin" : "fēng hé rì lì", + "numeric" : "feng1 he2 ri4 li4", + "wadegiles" : "feng¹ ho² jih⁴ li⁴", + "bopomofo" : "ㄈㄥ ㄏㄜˊ ㄖˋ ㄌㄧˋ", + "romatzyh" : "feng her ryh lih" }, + "meanings" : [ "moderate wind, beautiful sun (idiom); fine sunny weather, esp. in springtime" ], + "classifiers" : [] } ] }, + { "simplified" : "风景", + "radical" : "风", + "level" : [ "new-4", "old-4" ], + "frequency" : 4068, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風景", + "transcriptions" : { "pinyin" : "fēng jǐng", + "numeric" : "feng1 jing3", + "wadegiles" : "feng¹ ching³", + "bopomofo" : "ㄈㄥ ㄐㄧㄥˇ", + "romatzyh" : "feng jiing" }, + "meanings" : [ "scenery; landscape" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "风浪", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 20255, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風浪", + "transcriptions" : { "pinyin" : "fēng làng", + "numeric" : "feng1 lang4", + "wadegiles" : "feng¹ lang⁴", + "bopomofo" : "ㄈㄥ ㄌㄤˋ", + "romatzyh" : "feng lanq" }, + "meanings" : [ "wind and waves; rough waters", + "(fig.) hardship" ], + "classifiers" : [] } ] }, + { "simplified" : "风力", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 16936, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風力", + "transcriptions" : { "pinyin" : "fēng lì", + "numeric" : "feng1 li4", + "wadegiles" : "feng¹ li⁴", + "bopomofo" : "ㄈㄥ ㄌㄧˋ", + "romatzyh" : "feng lih" }, + "meanings" : [ "wind force", "wind power" ], + "classifiers" : [] } ] }, + { "simplified" : "风流", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 11898, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "風流", + "transcriptions" : { "pinyin" : "fēng liú", + "numeric" : "feng1 liu2", + "wadegiles" : "feng¹ liu²", + "bopomofo" : "ㄈㄥ ㄌㄧㄡˊ", + "romatzyh" : "feng liou" }, + "meanings" : [ "distinguished and accomplished", + "outstanding", + "talented in letters and unconventional in lifestyle", + "romantic", + "dissolute", + "loose" ], + "classifiers" : [] } ] }, + { "simplified" : "风貌", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 23784, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風貌", + "transcriptions" : { "pinyin" : "fēng mào", + "numeric" : "feng1 mao4", + "wadegiles" : "feng¹ mao⁴", + "bopomofo" : "ㄈㄥ ㄇㄠˋ", + "romatzyh" : "feng maw" }, + "meanings" : [ "style", "manner", "ethos" ], + "classifiers" : [] } ] }, + { "simplified" : "风气", + "radical" : "风", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20442, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風氣", + "transcriptions" : { "pinyin" : "fēng qì", + "numeric" : "feng1 qi4", + "wadegiles" : "feng¹ ch'i⁴", + "bopomofo" : "ㄈㄥ ㄑㄧˋ", + "romatzyh" : "feng chih" }, + "meanings" : [ "general mood", + "atmosphere", + "common practice" ], + "classifiers" : [] } ] }, + { "simplified" : "风情", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 7970, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風情", + "transcriptions" : { "pinyin" : "fēng qíng", + "numeric" : "feng1 qing2", + "wadegiles" : "feng¹ ch'ing²", + "bopomofo" : "ㄈㄥ ㄑㄧㄥˊ", + "romatzyh" : "feng chyng" }, + "meanings" : [ "mien", + "bearing", + "grace", + "amorous feelings", + "flirtatious expressions", + "local conditions and customs", + "wind force, direction etc" ], + "classifiers" : [] } ] }, + { "simplified" : "风趣", + "radical" : "风", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13057, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "風趣", + "transcriptions" : { "pinyin" : "fēng qù", + "numeric" : "feng1 qu4", + "wadegiles" : "feng¹ ch'ü⁴", + "bopomofo" : "ㄈㄥ ㄑㄩˋ", + "romatzyh" : "feng chiuh" }, + "meanings" : [ "charm", + "humor", + "wit", + "humorous", + "witty" ], + "classifiers" : [] } ] }, + { "simplified" : "风沙", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 36742, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風沙", + "transcriptions" : { "pinyin" : "fēng shā", + "numeric" : "feng1 sha1", + "wadegiles" : "feng¹ sha¹", + "bopomofo" : "ㄈㄥ ㄕㄚ", + "romatzyh" : "feng sha" }, + "meanings" : [ "sand blown by wind", "sandstorm" ], + "classifiers" : [] } ] }, + { "simplified" : "风尚", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 10249, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風尚", + "transcriptions" : { "pinyin" : "fēng shàng", + "numeric" : "feng1 shang4", + "wadegiles" : "feng¹ shang⁴", + "bopomofo" : "ㄈㄥ ㄕㄤˋ", + "romatzyh" : "feng shanq" }, + "meanings" : [ "current custom", + "current way of doing things" ], + "classifiers" : [] } ] }, + { "simplified" : "风水", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 15242, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風水", + "transcriptions" : { "pinyin" : "fēng shuǐ", + "numeric" : "feng1 shui3", + "wadegiles" : "feng¹ shui³", + "bopomofo" : "ㄈㄥ ㄕㄨㄟˇ", + "romatzyh" : "feng shoei" }, + "meanings" : [ "feng shui", "geomancy" ], + "classifiers" : [] } ] }, + { "simplified" : "风俗", + "radical" : "风", + "level" : [ "new-4", "old-5" ], + "frequency" : 15849, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風俗", + "transcriptions" : { "pinyin" : "fēng sú", + "numeric" : "feng1 su2", + "wadegiles" : "feng¹ su²", + "bopomofo" : "ㄈㄥ ㄙㄨˊ", + "romatzyh" : "feng swu" }, + "meanings" : [ "social custom" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "风土人情", + "radical" : "风", + "level" : [ "old-6" ], + "frequency" : 39323, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "風土人情", + "transcriptions" : { "pinyin" : "fēng tǔ rén qíng", + "numeric" : "feng1 tu3 ren2 qing2", + "wadegiles" : "feng¹ t'u³ jen² ch'ing²", + "bopomofo" : "ㄈㄥ ㄊㄨˇ ㄖㄣˊ ㄑㄧㄥˊ", + "romatzyh" : "feng tuu ren chyng" }, + "meanings" : [ "local conditions and customs (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "风味", + "radical" : "风", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10726, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風味", + "transcriptions" : { "pinyin" : "fēng wèi", + "numeric" : "feng1 wei4", + "wadegiles" : "feng¹ wei⁴", + "bopomofo" : "ㄈㄥ ㄨㄟˋ", + "romatzyh" : "feng wey" }, + "meanings" : [ "distinctive flavor", + "distinctive style" ], + "classifiers" : [] } ] }, + { "simplified" : "风险", + "radical" : "风", + "level" : [ "new-3", "old-5" ], + "frequency" : 1705, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風險", + "transcriptions" : { "pinyin" : "fēng xiǎn", + "numeric" : "feng1 xian3", + "wadegiles" : "feng¹ hsien³", + "bopomofo" : "ㄈㄥ ㄒㄧㄢˇ", + "romatzyh" : "feng shean" }, + "meanings" : [ "risk; hazard" ], + "classifiers" : [] } ] }, + { "simplified" : "风雨", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 12392, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風雨", + "transcriptions" : { "pinyin" : "fēng yǔ", + "numeric" : "feng1 yu3", + "wadegiles" : "feng¹ yü³", + "bopomofo" : "ㄈㄥ ㄩˇ", + "romatzyh" : "feng yeu" }, + "meanings" : [ "wind and rain", + "the elements", + "(fig.) trials and hardships" ], + "classifiers" : [] } ] }, + { "simplified" : "风云", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 8577, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風雲", + "transcriptions" : { "pinyin" : "fēng yún", + "numeric" : "feng1 yun2", + "wadegiles" : "feng¹ yün²", + "bopomofo" : "ㄈㄥ ㄩㄣˊ", + "romatzyh" : "feng yun" }, + "meanings" : [ "weather", "unstable situation" ], + "classifiers" : [] } ] }, + { "simplified" : "风筝", + "radical" : "风", + "level" : [ "new-7+" ], + "frequency" : 11824, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "風箏", + "transcriptions" : { "pinyin" : "fēng zhēng", + "numeric" : "feng1 zheng1", + "wadegiles" : "feng¹ cheng¹", + "bopomofo" : "ㄈㄥ ㄓㄥ", + "romatzyh" : "feng jeng" }, + "meanings" : [ "kite" ], + "classifiers" : [] } ] }, + { "simplified" : "封", + "radical" : "寸", + "level" : [ "new-2" ], + "frequency" : 1534, + "pos" : [ "q", "v", "g" ], + "forms" : [ { "traditional" : "封", + "transcriptions" : { "pinyin" : "Fēng", + "numeric" : "Feng1", + "wadegiles" : "feng¹", + "bopomofo" : "ㄈㄥ", + "romatzyh" : "feng" }, + "meanings" : [ "surname Feng" ], + "classifiers" : [] }, + { "traditional" : "封", + "transcriptions" : { "pinyin" : "fēng", + "numeric" : "feng1", + "wadegiles" : "feng¹", + "bopomofo" : "ㄈㄥ", + "romatzyh" : "feng" }, + "meanings" : [ "to confer", + "to grant", + "to bestow a title", + "to seal", + "classifier for sealed objects, esp. letters" ], + "classifiers" : [] } ] }, + { "simplified" : "封闭", + "radical" : "寸", + "level" : [ "new-4", "old-6" ], + "frequency" : 5618, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "封閉", + "transcriptions" : { "pinyin" : "fēng bì", + "numeric" : "feng1 bi4", + "wadegiles" : "feng¹ pi⁴", + "bopomofo" : "ㄈㄥ ㄅㄧˋ", + "romatzyh" : "feng bih" }, + "meanings" : [ "to close; to seal off", + "to close down (an illegal venue)", + "closed (i.e. isolated from outside input)" ], + "classifiers" : [] } ] }, + { "simplified" : "封顶", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 26487, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "封頂", + "transcriptions" : { "pinyin" : "fēng dǐng", + "numeric" : "feng1 ding3", + "wadegiles" : "feng¹ ting³", + "bopomofo" : "ㄈㄥ ㄉㄧㄥˇ", + "romatzyh" : "feng diing" }, + "meanings" : [ "to put a roof (on a building)", + "to cap the roof (finishing a building project)", + "fig. to put a ceiling (on spending, prize, ambition etc)", + "to top off", + "fig. to reach the highest point (of growth, profit, interest rates)", + "to stop growing (of plant bud or branch)" ], + "classifiers" : [] } ] }, + { "simplified" : "封建", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21265, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "封建", + "transcriptions" : { "pinyin" : "fēng jiàn", + "numeric" : "feng1 jian4", + "wadegiles" : "feng¹ chien⁴", + "bopomofo" : "ㄈㄥ ㄐㄧㄢˋ", + "romatzyh" : "feng jiann" }, + "meanings" : [ "system of enfeoffment", + "feudalism", + "feudal", + "feudalistic" ], + "classifiers" : [] } ] }, + { "simplified" : "封面", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 5727, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "封面", + "transcriptions" : { "pinyin" : "fēng miàn", + "numeric" : "feng1 mian4", + "wadegiles" : "feng¹ mien⁴", + "bopomofo" : "ㄈㄥ ㄇㄧㄢˋ", + "romatzyh" : "feng miann" }, + "meanings" : [ "cover (of a publication)" ], + "classifiers" : [] } ] }, + { "simplified" : "封锁", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5606, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "封鎖", + "transcriptions" : { "pinyin" : "fēng suǒ", + "numeric" : "feng1 suo3", + "wadegiles" : "feng¹ so³", + "bopomofo" : "ㄈㄥ ㄙㄨㄛˇ", + "romatzyh" : "feng suoo" }, + "meanings" : [ "to blockade", + "to seal off", + "to lock down" ], + "classifiers" : [] } ] }, + { "simplified" : "疯", + "radical" : "疒", + "level" : [ "new-5" ], + "frequency" : 1448, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瘋", + "transcriptions" : { "pinyin" : "fēng", + "numeric" : "feng1", + "wadegiles" : "feng¹", + "bopomofo" : "ㄈㄥ", + "romatzyh" : "feng" }, + "meanings" : [ "insane", "mad", "wild" ], + "classifiers" : [] } ] }, + { "simplified" : "疯狂", + "radical" : "疒", + "level" : [ "new-5", "old-5" ], + "frequency" : 1657, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "瘋狂", + "transcriptions" : { "pinyin" : "fēng kuáng", + "numeric" : "feng1 kuang2", + "wadegiles" : "feng¹ k'uang²", + "bopomofo" : "ㄈㄥ ㄎㄨㄤˊ", + "romatzyh" : "feng kwang" }, + "meanings" : [ "crazy; frenzied; wild" ], + "classifiers" : [] } ] }, + { "simplified" : "疯子", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 5682, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瘋子", + "transcriptions" : { "pinyin" : "fēng zi", + "numeric" : "feng1 zi5", + "wadegiles" : "feng¹ zi", + "bopomofo" : "ㄈㄥ zi", + "romatzyh" : "feng zi" }, + "meanings" : [ "madman", "lunatic" ], + "classifiers" : [] } ] }, + { "simplified" : "峰回路转", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 36686, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "峰回路轉", + "transcriptions" : { "pinyin" : "fēng huí lù zhuǎn", + "numeric" : "feng1 hui2 lu4 zhuan3", + "wadegiles" : "feng¹ hui² lu⁴ chuan³", + "bopomofo" : "ㄈㄥ ㄏㄨㄟˊ ㄌㄨˋ ㄓㄨㄢˇ", + "romatzyh" : "feng hwei luh joan" }, + "meanings" : [ "the mountain road twists around each new peak (idiom)", + "(of a mountain road) twisting and turning", + "fig. an opportunity has come unexpectedly", + "things have taken a new turn" ], + "classifiers" : [] } ] }, + { "simplified" : "峰会", + "radical" : "山", + "level" : [ "new-6" ], + "frequency" : 11462, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "峰會", + "transcriptions" : { "pinyin" : "fēng huì", + "numeric" : "feng1 hui4", + "wadegiles" : "feng¹ hui⁴", + "bopomofo" : "ㄈㄥ ㄏㄨㄟˋ", + "romatzyh" : "feng huey" }, + "meanings" : [ "summit meeting" ], + "classifiers" : [] } ] }, + { "simplified" : "锋利", + "radical" : "钅", + "level" : [ "old-6" ], + "frequency" : 13125, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "鋒利", + "transcriptions" : { "pinyin" : "fēng lì", + "numeric" : "feng1 li4", + "wadegiles" : "feng¹ li⁴", + "bopomofo" : "ㄈㄥ ㄌㄧˋ", + "romatzyh" : "feng lih" }, + "meanings" : [ "sharp (e.g. knife blade)", + "incisive", + "to the point" ], + "classifiers" : [] } ] }, + { "simplified" : "蜂蜜", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 6769, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蜂蜜", + "transcriptions" : { "pinyin" : "fēng mì", + "numeric" : "feng1 mi4", + "wadegiles" : "feng¹ mi⁴", + "bopomofo" : "ㄈㄥ ㄇㄧˋ", + "romatzyh" : "feng mih" }, + "meanings" : [ "honey" ], + "classifiers" : [] } ] }, + { "simplified" : "逢", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9707, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逢", + "transcriptions" : { "pinyin" : "féng", + "numeric" : "feng2", + "wadegiles" : "feng²", + "bopomofo" : "ㄈㄥˊ", + "romatzyh" : "ferng" }, + "meanings" : [ "to meet by chance", + "to come across", + "(of a calendar event) to come along", + "(of an event) to fall on (a particular day)", + "to fawn upon" ], + "classifiers" : [] } ] }, + { "simplified" : "讽刺", + "radical" : "讠", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6348, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "諷刺", + "transcriptions" : { "pinyin" : "fěng cì", + "numeric" : "feng3 ci4", + "wadegiles" : "feng³ tz'u⁴", + "bopomofo" : "ㄈㄥˇ ㄘˋ", + "romatzyh" : "feeng tsyh" }, + "meanings" : [ "to satirize", + "to mock", + "irony", + "satire", + "sarcasm" ], + "classifiers" : [] } ] }, + { "simplified" : "凤凰", + "radical" : "几", + "level" : [ "new-7+" ], + "frequency" : 5578, + "pos" : [ "n", "ns" ], + "forms" : [ { "traditional" : "鳳凰", + "transcriptions" : { "pinyin" : "Fèng huáng", + "numeric" : "Feng4 huang2", + "wadegiles" : "feng⁴ huang²", + "bopomofo" : "ㄈㄥˋ ㄏㄨㄤˊ", + "romatzyh" : "fenq hwang" }, + "meanings" : [ "Fenghuang County in Xiangxi Tujia and Miao Autonomous Prefecture 州" ], + "classifiers" : [] }, + { "traditional" : "鳳凰", + "transcriptions" : { "pinyin" : "fèng huáng", + "numeric" : "feng4 huang2", + "wadegiles" : "feng⁴ huang²", + "bopomofo" : "ㄈㄥˋ ㄏㄨㄤˊ", + "romatzyh" : "fenq hwang" }, + "meanings" : [ "phoenix" ], + "classifiers" : [] } ] }, + { "simplified" : "奉献", + "radical" : "大", + "level" : [ "new-6", "old-6" ], + "frequency" : 5701, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "奉獻", + "transcriptions" : { "pinyin" : "fèng xiàn", + "numeric" : "feng4 xian4", + "wadegiles" : "feng⁴ hsien⁴", + "bopomofo" : "ㄈㄥˋ ㄒㄧㄢˋ", + "romatzyh" : "fenq shiann" }, + "meanings" : [ "to offer respectfully", + "to consecrate", + "to dedicate", + "to devote" ], + "classifiers" : [] } ] }, + { "simplified" : "缝", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 4653, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "縫", + "transcriptions" : { "pinyin" : "féng", + "numeric" : "feng2", + "wadegiles" : "feng²", + "bopomofo" : "ㄈㄥˊ", + "romatzyh" : "ferng" }, + "meanings" : [ "to sew", "to stitch" ], + "classifiers" : [] }, + { "traditional" : "縫", + "transcriptions" : { "pinyin" : "fèng", + "numeric" : "feng4", + "wadegiles" : "feng⁴", + "bopomofo" : "ㄈㄥˋ", + "romatzyh" : "fenq" }, + "meanings" : [ "seam", "crack", "narrow slit" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "缝合", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 9662, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "縫合", + "transcriptions" : { "pinyin" : "féng hé", + "numeric" : "feng2 he2", + "wadegiles" : "feng² ho²", + "bopomofo" : "ㄈㄥˊ ㄏㄜˊ", + "romatzyh" : "ferng her" }, + "meanings" : [ "to sew together", + "suture (in surgery)", + "to sew up (a wound)" ], + "classifiers" : [] } ] }, + { "simplified" : "否定", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 6489, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "否定", + "transcriptions" : { "pinyin" : "fǒu dìng", + "numeric" : "fou3 ding4", + "wadegiles" : "fou³ ting⁴", + "bopomofo" : "ㄈㄡˇ ㄉㄧㄥˋ", + "romatzyh" : "foou dinq" }, + "meanings" : [ "to negate", + "to deny", + "to reject", + "negative (answer)", + "negation" ], + "classifiers" : [] } ] }, + { "simplified" : "否决", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9806, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "否決", + "transcriptions" : { "pinyin" : "fǒu jué", + "numeric" : "fou3 jue2", + "wadegiles" : "fou³ chüeh²", + "bopomofo" : "ㄈㄡˇ ㄐㄩㄝˊ", + "romatzyh" : "foou jyue" }, + "meanings" : [ "to veto", "to overrule" ], + "classifiers" : [] } ] }, + { "simplified" : "否认", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 3559, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "否認", + "transcriptions" : { "pinyin" : "fǒu rèn", + "numeric" : "fou3 ren4", + "wadegiles" : "fou³ jen⁴", + "bopomofo" : "ㄈㄡˇ ㄖㄣˋ", + "romatzyh" : "foou renn" }, + "meanings" : [ "to declare to be untrue", + "to deny" ], + "classifiers" : [] } ] }, + { "simplified" : "否则", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 1416, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "否則", + "transcriptions" : { "pinyin" : "fǒu zé", + "numeric" : "fou3 ze2", + "wadegiles" : "fou³ tse²", + "bopomofo" : "ㄈㄡˇ ㄗㄜˊ", + "romatzyh" : "foou tzer" }, + "meanings" : [ "otherwise; if not; or (else)" ], + "classifiers" : [] } ] }, + { "simplified" : "孵化", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 14431, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "孵化", + "transcriptions" : { "pinyin" : "fū huà", + "numeric" : "fu1 hua4", + "wadegiles" : "fu¹ hua⁴", + "bopomofo" : "ㄈㄨ ㄏㄨㄚˋ", + "romatzyh" : "fu huah" }, + "meanings" : [ "breeding", + "to incubate", + "innovation (esp. in commerce and marketing)" ], + "classifiers" : [] } ] }, + { "simplified" : "敷", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 8453, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敷", + "transcriptions" : { "pinyin" : "fū", + "numeric" : "fu1", + "wadegiles" : "fu¹", + "bopomofo" : "ㄈㄨ", + "romatzyh" : "fu" }, + "meanings" : [ "to spread", + "to lay out", + "to apply (powder, ointment etc)", + "sufficient (to cover)", + "enough" ], + "classifiers" : [] } ] }, + { "simplified" : "敷衍", + "radical" : "攵", + "level" : [ "old-6" ], + "frequency" : 15754, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "敷衍", + "transcriptions" : { "pinyin" : "fū yǎn", + "numeric" : "fu1 yan3", + "wadegiles" : "fu¹ yan³", + "bopomofo" : "ㄈㄨ ㄧㄢˇ", + "romatzyh" : "fu yean" }, + "meanings" : [ "to elaborate (on a theme)", + "to expound (the classics)", + "perfunctory", + "to skimp", + "to botch", + "to do sth half-heartedly or just for show", + "barely enough to get by" ], + "classifiers" : [] } ] }, + { "simplified" : "佛", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 3671, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "佛", + "transcriptions" : { "pinyin" : "Fó", + "numeric" : "Fo2", + "wadegiles" : "fo²", + "bopomofo" : "ㄈㄛˊ", + "romatzyh" : "for" }, + "meanings" : [ "Buddha; Buddhism (abbr. for 陀)" ], + "classifiers" : [] }, + { "traditional" : "彿", + "transcriptions" : { "pinyin" : "fú", + "numeric" : "fu2", + "wadegiles" : "fu²", + "bopomofo" : "ㄈㄨˊ", + "romatzyh" : "fwu" }, + "meanings" : [ "seemingly" ], + "classifiers" : [] }, + { "traditional" : "髴", + "transcriptions" : { "pinyin" : "fú", + "numeric" : "fu2", + "wadegiles" : "fu²", + "bopomofo" : "ㄈㄨˊ", + "romatzyh" : "fwu" }, + "meanings" : [ "(female) head ornament", + "variant of 佛" ], + "classifiers" : [] } ] }, + { "simplified" : "佛教", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 13331, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "佛教", + "transcriptions" : { "pinyin" : "Fó jiào", + "numeric" : "Fo2 jiao4", + "wadegiles" : "fo² chiao⁴", + "bopomofo" : "ㄈㄛˊ ㄐㄧㄠˋ", + "romatzyh" : "for jiaw" }, + "meanings" : [ "Buddhism" ], + "classifiers" : [] } ] }, + { "simplified" : "扶", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 4500, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扶", + "transcriptions" : { "pinyin" : "fú", + "numeric" : "fu2", + "wadegiles" : "fu²", + "bopomofo" : "ㄈㄨˊ", + "romatzyh" : "fwu" }, + "meanings" : [ "to support with the hand", + "to help sb up", + "to support oneself by holding onto something", + "to help" ], + "classifiers" : [] } ] }, + { "simplified" : "扶持", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10825, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "扶持", + "transcriptions" : { "pinyin" : "fú chí", + "numeric" : "fu2 chi2", + "wadegiles" : "fu² ch'ih²", + "bopomofo" : "ㄈㄨˊ ㄔˊ", + "romatzyh" : "fwu chyr" }, + "meanings" : [ "to help", "to assist" ], + "classifiers" : [] } ] }, + { "simplified" : "服", + "radical" : "月", + "level" : [ "new-6" ], + "frequency" : 1682, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "服", + "transcriptions" : { "pinyin" : "fú", + "numeric" : "fu2", + "wadegiles" : "fu²", + "bopomofo" : "ㄈㄨˊ", + "romatzyh" : "fwu" }, + "meanings" : [ "clothes", + "dress", + "garment", + "to serve (in the military, a prison sentence etc)", + "to obey", + "to be convinced (by an argument)", + "to convince", + "to admire", + "to acclimatize", + "to take (medicine)", + "mourning clothes", + "to wear mourning clothes" ], + "classifiers" : [] }, + { "traditional" : "服", + "transcriptions" : { "pinyin" : "fù", + "numeric" : "fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "classifier for medicine: dose", + "Taiwan pr. [fú]" ], + "classifiers" : [] } ] }, + { "simplified" : "服从", + "radical" : "月", + "level" : [ "new-5", "old-5" ], + "frequency" : 6168, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "服從", + "transcriptions" : { "pinyin" : "fú cóng", + "numeric" : "fu2 cong2", + "wadegiles" : "fu² ts'ung²", + "bopomofo" : "ㄈㄨˊ ㄘㄨㄥˊ", + "romatzyh" : "fwu tsorng" }, + "meanings" : [ "to obey (an order)", + "to comply", + "to defer" ], + "classifiers" : [] } ] }, + { "simplified" : "服气", + "radical" : "月", + "level" : [ "old-6" ], + "frequency" : 24524, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "服氣", + "transcriptions" : { "pinyin" : "fú qì", + "numeric" : "fu2 qi4", + "wadegiles" : "fu² ch'i⁴", + "bopomofo" : "ㄈㄨˊ ㄑㄧˋ", + "romatzyh" : "fwu chih" }, + "meanings" : [ "to be convinced", "to accept" ], + "classifiers" : [] } ] }, + { "simplified" : "服饰", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 7795, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "服飾", + "transcriptions" : { "pinyin" : "fú shì", + "numeric" : "fu2 shi4", + "wadegiles" : "fu² shih⁴", + "bopomofo" : "ㄈㄨˊ ㄕˋ", + "romatzyh" : "fwu shyh" }, + "meanings" : [ "apparel", + "clothing and personal adornment" ], + "classifiers" : [] } ] }, + { "simplified" : "服务", + "radical" : "月", + "level" : [ "new-2" ], + "frequency" : 732, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "服務", + "transcriptions" : { "pinyin" : "fú wù", + "numeric" : "fu2 wu4", + "wadegiles" : "fu² wu⁴", + "bopomofo" : "ㄈㄨˊ ㄨˋ", + "romatzyh" : "fwu wuh" }, + "meanings" : [ "to serve", "service" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "服务器", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 5345, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "服務器", + "transcriptions" : { "pinyin" : "fú wù qì", + "numeric" : "fu2 wu4 qi4", + "wadegiles" : "fu² wu⁴ ch'i⁴", + "bopomofo" : "ㄈㄨˊ ㄨˋ ㄑㄧˋ", + "romatzyh" : "fwu wuh chih" }, + "meanings" : [ "server (computer)" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "服务员", + "radical" : "月", + "level" : [ "new-3", "old-2" ], + "frequency" : 5531, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "服務員", + "transcriptions" : { "pinyin" : "fú wù yuán", + "numeric" : "fu2 wu4 yuan2", + "wadegiles" : "fu² wu⁴ yüan²", + "bopomofo" : "ㄈㄨˊ ㄨˋ ㄩㄢˊ", + "romatzyh" : "fwu wuh yuan" }, + "meanings" : [ "waiter", + "waitress", + "attendant", + "customer service personnel" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "服用", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 5197, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "服用", + "transcriptions" : { "pinyin" : "fú yòng", + "numeric" : "fu2 yong4", + "wadegiles" : "fu² yung⁴", + "bopomofo" : "ㄈㄨˊ ㄩㄥˋ", + "romatzyh" : "fwu yonq" }, + "meanings" : [ "to take (medicine)" ], + "classifiers" : [] } ] }, + { "simplified" : "服装", + "radical" : "月", + "level" : [ "new-3", "old-5" ], + "frequency" : 2475, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "服裝", + "transcriptions" : { "pinyin" : "fú zhuāng", + "numeric" : "fu2 zhuang1", + "wadegiles" : "fu² chuang¹", + "bopomofo" : "ㄈㄨˊ ㄓㄨㄤ", + "romatzyh" : "fwu juang" }, + "meanings" : [ "dress", + "clothing", + "costume", + "clothes" ], + "classifiers" : [ "身" ] } ] }, + { "simplified" : "俘获", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 21258, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "俘獲", + "transcriptions" : { "pinyin" : "fú huò", + "numeric" : "fu2 huo4", + "wadegiles" : "fu² huo⁴", + "bopomofo" : "ㄈㄨˊ ㄏㄨㄛˋ", + "romatzyh" : "fwu huoh" }, + "meanings" : [ "to capture (enemy property or personnel)", + "capture (physics: absorption of subatomic particle by an atom or nucleus)" ], + "classifiers" : [] } ] }, + { "simplified" : "俘虏", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10181, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "俘虜", + "transcriptions" : { "pinyin" : "fú lǔ", + "numeric" : "fu2 lu3", + "wadegiles" : "fu² lu³", + "bopomofo" : "ㄈㄨˊ ㄌㄨˇ", + "romatzyh" : "fwu luu" }, + "meanings" : [ "captive" ], + "classifiers" : [] } ] }, + { "simplified" : "浮", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 4649, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "浮", + "transcriptions" : { "pinyin" : "fú", + "numeric" : "fu2", + "wadegiles" : "fu²", + "bopomofo" : "ㄈㄨˊ", + "romatzyh" : "fwu" }, + "meanings" : [ "to float", + "superficial", + "floating", + "unstable", + "movable", + "provisional", + "temporary", + "transient", + "impetuous", + "hollow", + "inflated", + "to exceed", + "superfluous", + "excessive", + "surplus" ], + "classifiers" : [] } ] }, + { "simplified" : "浮力", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 38524, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "浮力", + "transcriptions" : { "pinyin" : "fú lì", + "numeric" : "fu2 li4", + "wadegiles" : "fu² li⁴", + "bopomofo" : "ㄈㄨˊ ㄌㄧˋ", + "romatzyh" : "fwu lih" }, + "meanings" : [ "buoyancy" ], + "classifiers" : [] } ] }, + { "simplified" : "浮现", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 11691, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "浮現", + "transcriptions" : { "pinyin" : "fú xiàn", + "numeric" : "fu2 xian4", + "wadegiles" : "fu² hsien⁴", + "bopomofo" : "ㄈㄨˊ ㄒㄧㄢˋ", + "romatzyh" : "fwu shiann" }, + "meanings" : [ "to appear before one's eyes", + "to come into view", + "to float into appearance", + "to come back (of images from the past)", + "to emerge", + "it emerges", + "it occurs (to me that..)" ], + "classifiers" : [] } ] }, + { "simplified" : "浮躁", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 27975, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "浮躁", + "transcriptions" : { "pinyin" : "fú zào", + "numeric" : "fu2 zao4", + "wadegiles" : "fu² tsao⁴", + "bopomofo" : "ㄈㄨˊ ㄗㄠˋ", + "romatzyh" : "fwu tzaw" }, + "meanings" : [ "fickle and impatient", + "restless", + "giddy", + "scatterbrained" ], + "classifiers" : [] } ] }, + { "simplified" : "符号", + "radical" : "⺮", + "level" : [ "new-4", "old-6" ], + "frequency" : 6994, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "符號", + "transcriptions" : { "pinyin" : "fú hào", + "numeric" : "fu2 hao4", + "wadegiles" : "fu² hao⁴", + "bopomofo" : "ㄈㄨˊ ㄏㄠˋ", + "romatzyh" : "fwu haw" }, + "meanings" : [ "symbol; mark; sign" ], + "classifiers" : [] } ] }, + { "simplified" : "符合", + "radical" : "⺮", + "level" : [ "new-4", "old-4" ], + "frequency" : 1870, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "符合", + "transcriptions" : { "pinyin" : "fú hé", + "numeric" : "fu2 he2", + "wadegiles" : "fu² ho²", + "bopomofo" : "ㄈㄨˊ ㄏㄜˊ", + "romatzyh" : "fwu her" }, + "meanings" : [ "in keeping with", + "in accordance with", + "tallying with", + "in line with", + "to agree with", + "to accord with", + "to conform to", + "to correspond with", + "to manage", + "to handle" ], + "classifiers" : [] } ] }, + { "simplified" : "幅", + "radical" : "巾", + "level" : [ "new-5", "old-5" ], + "frequency" : 1668, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "幅", + "transcriptions" : { "pinyin" : "fú", + "numeric" : "fu2", + "wadegiles" : "fu²", + "bopomofo" : "ㄈㄨˊ", + "romatzyh" : "fwu" }, + "meanings" : [ "width", + "roll", + "classifier for textiles or pictures" ], + "classifiers" : [] } ] }, + { "simplified" : "幅度", + "radical" : "巾", + "level" : [ "new-5", "old-6" ], + "frequency" : 10579, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "幅度", + "transcriptions" : { "pinyin" : "fú dù", + "numeric" : "fu2 du4", + "wadegiles" : "fu² tu⁴", + "bopomofo" : "ㄈㄨˊ ㄉㄨˋ", + "romatzyh" : "fwu duh" }, + "meanings" : [ "width", + "extent", + "range", + "scope" ], + "classifiers" : [] } ] }, + { "simplified" : "福", + "radical" : "礻", + "level" : [ "new-3" ], + "frequency" : 2845, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "福", + "transcriptions" : { "pinyin" : "Fú", + "numeric" : "Fu2", + "wadegiles" : "fu²", + "bopomofo" : "ㄈㄨˊ", + "romatzyh" : "fwu" }, + "meanings" : [ "surname Fu", + "abbr. for Fujian province 省" ], + "classifiers" : [] }, + { "traditional" : "福", + "transcriptions" : { "pinyin" : "fú", + "numeric" : "fu2", + "wadegiles" : "fu²", + "bopomofo" : "ㄈㄨˊ", + "romatzyh" : "fwu" }, + "meanings" : [ "good fortune", + "happiness", + "luck" ], + "classifiers" : [] } ] }, + { "simplified" : "福利", + "radical" : "礻", + "level" : [ "new-5", "old-6" ], + "frequency" : 4685, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "福利", + "transcriptions" : { "pinyin" : "fú lì", + "numeric" : "fu2 li4", + "wadegiles" : "fu² li⁴", + "bopomofo" : "ㄈㄨˊ ㄌㄧˋ", + "romatzyh" : "fwu lih" }, + "meanings" : [ "material benefit", + "benefit in kind", + "(social) welfare" ], + "classifiers" : [] } ] }, + { "simplified" : "福气", + "radical" : "礻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14676, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "福氣", + "transcriptions" : { "pinyin" : "fú qi", + "numeric" : "fu2 qi5", + "wadegiles" : "fu² qi", + "bopomofo" : "ㄈㄨˊ qi", + "romatzyh" : "fwu qi" }, + "meanings" : [ "good fortune", "a blessing" ], + "classifiers" : [] } ] }, + { "simplified" : "辐射", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5061, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "輻射", + "transcriptions" : { "pinyin" : "fú shè", + "numeric" : "fu2 she4", + "wadegiles" : "fu² she⁴", + "bopomofo" : "ㄈㄨˊ ㄕㄜˋ", + "romatzyh" : "fwu sheh" }, + "meanings" : [ "radiation" ], + "classifiers" : [] } ] }, + { "simplified" : "抚摸", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10274, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撫摸", + "transcriptions" : { "pinyin" : "fǔ mō", + "numeric" : "fu3 mo1", + "wadegiles" : "fu³ mo¹", + "bopomofo" : "ㄈㄨˇ ㄇㄛ", + "romatzyh" : "fuu mho" }, + "meanings" : [ "to gently caress and stroke", + "to pet", + "to fondle" ], + "classifiers" : [] } ] }, + { "simplified" : "抚恤", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 50123, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "撫卹", + "transcriptions" : { "pinyin" : "fǔ xù", + "numeric" : "fu3 xu4", + "wadegiles" : "fu³ hsü⁴", + "bopomofo" : "ㄈㄨˇ ㄒㄩˋ", + "romatzyh" : "fuu shiuh" }, + "meanings" : [ "(of an organization that has a duty of care) to give financial support to relatives of sb who has died or suffered serious injury" ], + "classifiers" : [] } ] }, + { "simplified" : "抚养", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8358, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "撫養", + "transcriptions" : { "pinyin" : "fǔ yǎng", + "numeric" : "fu3 yang3", + "wadegiles" : "fu³ yang³", + "bopomofo" : "ㄈㄨˇ ㄧㄤˇ", + "romatzyh" : "fuu yeang" }, + "meanings" : [ "to foster", + "to bring up", + "to raise" ], + "classifiers" : [] } ] }, + { "simplified" : "抚养费", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 29072, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "撫養費", + "transcriptions" : { "pinyin" : "fǔ yǎng fèi", + "numeric" : "fu3 yang3 fei4", + "wadegiles" : "fu³ yang³ fei⁴", + "bopomofo" : "ㄈㄨˇ ㄧㄤˇ ㄈㄟˋ", + "romatzyh" : "fuu yeang fey" }, + "meanings" : [ "child support payment (after a divorce)" ], + "classifiers" : [] } ] }, + { "simplified" : "斧子", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 29863, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "斧子", + "transcriptions" : { "pinyin" : "fǔ zi", + "numeric" : "fu3 zi5", + "wadegiles" : "fu³ zi", + "bopomofo" : "ㄈㄨˇ zi", + "romatzyh" : "fuu zi" }, + "meanings" : [ "axe", "hatchet" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "俯首", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 40183, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "俯首", + "transcriptions" : { "pinyin" : "fǔ shǒu", + "numeric" : "fu3 shou3", + "wadegiles" : "fu³ shou³", + "bopomofo" : "ㄈㄨˇ ㄕㄡˇ", + "romatzyh" : "fuu shoou" }, + "meanings" : [ "to bend one's head" ], + "classifiers" : [] } ] }, + { "simplified" : "俯仰", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 54510, + "pos" : [], + "forms" : [ { "traditional" : "俯仰", + "transcriptions" : { "pinyin" : "fǔ yǎng", + "numeric" : "fu3 yang3", + "wadegiles" : "fu³ yang³", + "bopomofo" : "ㄈㄨˇ ㄧㄤˇ", + "romatzyh" : "fuu yeang" }, + "meanings" : [ "lowering and raising of the head", + "(fig.) small move", + "pitch (position angle)" ], + "classifiers" : [] } ] }, + { "simplified" : "辅导", + "radical" : "车", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7641, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "輔導", + "transcriptions" : { "pinyin" : "fǔ dǎo", + "numeric" : "fu3 dao3", + "wadegiles" : "fu³ tao³", + "bopomofo" : "ㄈㄨˇ ㄉㄠˇ", + "romatzyh" : "fuu dao" }, + "meanings" : [ "to give guidance", + "to mentor", + "to counsel", + "to coach", + "to tutor" ], + "classifiers" : [] } ] }, + { "simplified" : "辅助", + "radical" : "车", + "level" : [ "new-5", "old-6" ], + "frequency" : 7348, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "輔助", + "transcriptions" : { "pinyin" : "fǔ zhù", + "numeric" : "fu3 zhu4", + "wadegiles" : "fu³ chu⁴", + "bopomofo" : "ㄈㄨˇ ㄓㄨˋ", + "romatzyh" : "fuu juh" }, + "meanings" : [ "to assist; to aid", + "supplementary; auxiliary" ], + "classifiers" : [] } ] }, + { "simplified" : "腐败", + "radical" : "肉", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5148, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "腐敗", + "transcriptions" : { "pinyin" : "fǔ bài", + "numeric" : "fu3 bai4", + "wadegiles" : "fu³ pai⁴", + "bopomofo" : "ㄈㄨˇ ㄅㄞˋ", + "romatzyh" : "fuu bay" }, + "meanings" : [ "corruption", + "to corrupt", + "to rot", + "rotten" ], + "classifiers" : [] } ] }, + { "simplified" : "腐化", + "radical" : "肉", + "level" : [ "new-7+" ], + "frequency" : 29148, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "腐化", + "transcriptions" : { "pinyin" : "fǔ huà", + "numeric" : "fu3 hua4", + "wadegiles" : "fu³ hua⁴", + "bopomofo" : "ㄈㄨˇ ㄏㄨㄚˋ", + "romatzyh" : "fuu huah" }, + "meanings" : [ "to rot", + "to decay", + "to become corrupt" ], + "classifiers" : [] } ] }, + { "simplified" : "腐烂", + "radical" : "肉", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11803, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "腐爛", + "transcriptions" : { "pinyin" : "fǔ làn", + "numeric" : "fu3 lan4", + "wadegiles" : "fu³ lan⁴", + "bopomofo" : "ㄈㄨˇ ㄌㄢˋ", + "romatzyh" : "fuu lann" }, + "meanings" : [ "to rot", + "to putrefy", + "(fig.) corrupt" ], + "classifiers" : [] } ] }, + { "simplified" : "腐蚀", + "radical" : "肉", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10998, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "腐蝕", + "transcriptions" : { "pinyin" : "fǔ shí", + "numeric" : "fu3 shi2", + "wadegiles" : "fu³ shih²", + "bopomofo" : "ㄈㄨˇ ㄕˊ", + "romatzyh" : "fuu shyr" }, + "meanings" : [ "corrosion", + "to corrode (degrade chemically)", + "to rot", + "corruption" ], + "classifiers" : [] } ] }, + { "simplified" : "腐朽", + "radical" : "肉", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15832, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "腐朽", + "transcriptions" : { "pinyin" : "fǔ xiǔ", + "numeric" : "fu3 xiu3", + "wadegiles" : "fu³ hsiu³", + "bopomofo" : "ㄈㄨˇ ㄒㄧㄡˇ", + "romatzyh" : "fuu sheou" }, + "meanings" : [ "rotten", + "decayed", + "decadent", + "degenerate" ], + "classifiers" : [] } ] }, + { "simplified" : "父母", + "radical" : "父", + "level" : [ "new-3" ], + "frequency" : 891, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "父母", + "transcriptions" : { "pinyin" : "fù mǔ", + "numeric" : "fu4 mu3", + "wadegiles" : "fu⁴ mu³", + "bopomofo" : "ㄈㄨˋ ㄇㄨˇ", + "romatzyh" : "fuh muu" }, + "meanings" : [ "father and mother; parents" ], + "classifiers" : [] } ] }, + { "simplified" : "父女", + "radical" : "父", + "level" : [ "new-6" ], + "frequency" : 15502, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "父女", + "transcriptions" : { "pinyin" : "fù nu:3", + "numeric" : "fu4 nü3", + "wadegiles" : "fu⁴ nu:3", + "bopomofo" : "ㄈㄨˋ nu:3", + "romatzyh" : "fuh nu:3" }, + "meanings" : [ "father and daughter" ], + "classifiers" : [] } ] }, + { "simplified" : "父亲", + "radical" : "父", + "level" : [ "new-3", "old-4" ], + "frequency" : 817, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "父親", + "transcriptions" : { "pinyin" : "fù qīn", + "numeric" : "fu4 qin1", + "wadegiles" : "fu⁴ ch'in¹", + "bopomofo" : "ㄈㄨˋ ㄑㄧㄣ", + "romatzyh" : "fuh chin" }, + "meanings" : [ "father", "also pr. [fù qin]" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "父子", + "radical" : "父", + "level" : [ "new-6" ], + "frequency" : 8135, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "父子", + "transcriptions" : { "pinyin" : "fù zǐ", + "numeric" : "fu4 zi3", + "wadegiles" : "fu⁴ tzu³", + "bopomofo" : "ㄈㄨˋ ㄗˇ", + "romatzyh" : "fuh tzyy" }, + "meanings" : [ "father and son" ], + "classifiers" : [] } ] }, + { "simplified" : "付", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 1840, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "付", + "transcriptions" : { "pinyin" : "Fù", + "numeric" : "Fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "surname Fu" ], + "classifiers" : [] }, + { "traditional" : "付", + "transcriptions" : { "pinyin" : "fù", + "numeric" : "fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "to pay", + "to hand over to", + "classifier for pairs or sets of things" ], + "classifiers" : [] } ] }, + { "simplified" : "付出", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 2087, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "付出", + "transcriptions" : { "pinyin" : "fù chū", + "numeric" : "fu4 chu1", + "wadegiles" : "fu⁴ ch'u¹", + "bopomofo" : "ㄈㄨˋ ㄔㄨ", + "romatzyh" : "fuh chu" }, + "meanings" : [ "to pay; to expend; to invest (energy or time)" ], + "classifiers" : [] } ] }, + { "simplified" : "付费", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8266, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "付費", + "transcriptions" : { "pinyin" : "fù fèi", + "numeric" : "fu4 fei4", + "wadegiles" : "fu⁴ fei⁴", + "bopomofo" : "ㄈㄨˋ ㄈㄟˋ", + "romatzyh" : "fuh fey" }, + "meanings" : [ "to pay", "to cover the costs" ], + "classifiers" : [] } ] }, + { "simplified" : "付款", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9045, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "付款", + "transcriptions" : { "pinyin" : "fù kuǎn", + "numeric" : "fu4 kuan3", + "wadegiles" : "fu⁴ k'uan³", + "bopomofo" : "ㄈㄨˋ ㄎㄨㄢˇ", + "romatzyh" : "fuh koan" }, + "meanings" : [ "to pay a sum of money", "payment" ], + "classifiers" : [] } ] }, + { "simplified" : "妇女", + "radical" : "女", + "level" : [ "new-6", "old-5" ], + "frequency" : 2790, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "婦女", + "transcriptions" : { "pinyin" : "fù nu:3", + "numeric" : "fu4 nü3", + "wadegiles" : "fu⁴ nu:3", + "bopomofo" : "ㄈㄨˋ nu:3", + "romatzyh" : "fuh nu:3" }, + "meanings" : [ "woman" ], + "classifiers" : [] } ] }, + { "simplified" : "负", + "radical" : "贝", + "level" : [ "new-6" ], + "frequency" : 2403, + "pos" : [ "v", "b", "m" ], + "forms" : [ { "traditional" : "負", + "transcriptions" : { "pinyin" : "fù", + "numeric" : "fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "to bear", + "to carry (on one's back)", + "to turn one's back on", + "to be defeated", + "negative (math. etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "负担", + "radical" : "贝", + "level" : [ "new-4", "old-6" ], + "frequency" : 3554, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "負擔", + "transcriptions" : { "pinyin" : "fù dān", + "numeric" : "fu4 dan1", + "wadegiles" : "fu⁴ tan¹", + "bopomofo" : "ㄈㄨˋ ㄉㄢ", + "romatzyh" : "fuh dan" }, + "meanings" : [ "to bear (an expense, a responsibility etc)", + "burden" ], + "classifiers" : [] } ] }, + { "simplified" : "负面", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 7335, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "負面", + "transcriptions" : { "pinyin" : "fù miàn", + "numeric" : "fu4 mian4", + "wadegiles" : "fu⁴ mien⁴", + "bopomofo" : "ㄈㄨˋ ㄇㄧㄢˋ", + "romatzyh" : "fuh miann" }, + "meanings" : [ "negative", "the negative side" ], + "classifiers" : [] } ] }, + { "simplified" : "负有", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 13800, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "負有", + "transcriptions" : { "pinyin" : "fù yǒu", + "numeric" : "fu4 you3", + "wadegiles" : "fu⁴ yu³", + "bopomofo" : "ㄈㄨˋ ㄧㄡˇ", + "romatzyh" : "fuh yeou" }, + "meanings" : [ "to be responsible for" ], + "classifiers" : [] } ] }, + { "simplified" : "负责", + "radical" : "贝", + "level" : [ "new-3", "old-4" ], + "frequency" : 876, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "負責", + "transcriptions" : { "pinyin" : "fù zé", + "numeric" : "fu4 ze2", + "wadegiles" : "fu⁴ tse²", + "bopomofo" : "ㄈㄨˋ ㄗㄜˊ", + "romatzyh" : "fuh tzer" }, + "meanings" : [ "to be in charge of", + "to take responsibility for", + "to be to blame", + "conscientious" ], + "classifiers" : [] } ] }, + { "simplified" : "负责人", + "radical" : "贝", + "level" : [ "new-5" ], + "frequency" : 2871, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "負責人", + "transcriptions" : { "pinyin" : "fù zé rén", + "numeric" : "fu4 ze2 ren2", + "wadegiles" : "fu⁴ tse² jen²", + "bopomofo" : "ㄈㄨˋ ㄗㄜˊ ㄖㄣˊ", + "romatzyh" : "fuh tzer ren" }, + "meanings" : [ "person in charge" ], + "classifiers" : [] } ] }, + { "simplified" : "附", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 4355, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "坿", + "transcriptions" : { "pinyin" : "fù", + "numeric" : "fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "variant of 附" ], + "classifiers" : [] }, + { "traditional" : "附", + "transcriptions" : { "pinyin" : "fù", + "numeric" : "fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "to add; to attach", + "to be close to; to be attached" ], + "classifiers" : [] } ] }, + { "simplified" : "附带", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 15212, + "pos" : [ "v", "ad" ], + "forms" : [ { "traditional" : "附帶", + "transcriptions" : { "pinyin" : "fù dài", + "numeric" : "fu4 dai4", + "wadegiles" : "fu⁴ tai⁴", + "bopomofo" : "ㄈㄨˋ ㄉㄞˋ", + "romatzyh" : "fuh day" }, + "meanings" : [ "supplementary", + "incidentally", + "in parentheses", + "by chance", + "in passing", + "additionally", + "secondary", + "subsidiary", + "to attach" ], + "classifiers" : [] } ] }, + { "simplified" : "附和", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26677, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "附和", + "transcriptions" : { "pinyin" : "fù hè", + "numeric" : "fu4 he4", + "wadegiles" : "fu⁴ ho⁴", + "bopomofo" : "ㄈㄨˋ ㄏㄜˋ", + "romatzyh" : "fuh heh" }, + "meanings" : [ "to agree", + "to go along with", + "to echo (what sb says)" ], + "classifiers" : [] } ] }, + { "simplified" : "附加", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 9946, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "附加", + "transcriptions" : { "pinyin" : "fù jiā", + "numeric" : "fu4 jia1", + "wadegiles" : "fu⁴ chia¹", + "bopomofo" : "ㄈㄨˋ ㄐㄧㄚ", + "romatzyh" : "fuh jia" }, + "meanings" : [ "additional", "annex" ], + "classifiers" : [] } ] }, + { "simplified" : "附件", + "radical" : "阝", + "level" : [ "new-5", "old-6" ], + "frequency" : 14333, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "附件", + "transcriptions" : { "pinyin" : "fù jiàn", + "numeric" : "fu4 jian4", + "wadegiles" : "fu⁴ chien⁴", + "bopomofo" : "ㄈㄨˋ ㄐㄧㄢˋ", + "romatzyh" : "fuh jiann" }, + "meanings" : [ "enclosure", + "attachment (email)", + "appendix" ], + "classifiers" : [] } ] }, + { "simplified" : "附近", + "radical" : "阝", + "level" : [ "new-4", "old-3" ], + "frequency" : 1020, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "附近", + "transcriptions" : { "pinyin" : "fù jìn", + "numeric" : "fu4 jin4", + "wadegiles" : "fu⁴ chin⁴", + "bopomofo" : "ㄈㄨˋ ㄐㄧㄣˋ", + "romatzyh" : "fuh jinn" }, + "meanings" : [ "nearby; neighboring", + "(in the) vicinity (of); neighborhood" ], + "classifiers" : [] } ] }, + { "simplified" : "附属", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11094, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "附屬", + "transcriptions" : { "pinyin" : "fù shǔ", + "numeric" : "fu4 shu3", + "wadegiles" : "fu⁴ shu³", + "bopomofo" : "ㄈㄨˋ ㄕㄨˇ", + "romatzyh" : "fuh shuu" }, + "meanings" : [ "subsidiary", + "auxiliary", + "attached", + "affiliated", + "subordinate", + "subordinating" ], + "classifiers" : [] } ] }, + { "simplified" : "复查", + "radical" : "夊", + "level" : [ "new-7+" ], + "frequency" : 13076, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "復查", + "transcriptions" : { "pinyin" : "fù chá", + "numeric" : "fu4 cha2", + "wadegiles" : "fu⁴ ch'a²", + "bopomofo" : "ㄈㄨˋ ㄔㄚˊ", + "romatzyh" : "fuh char" }, + "meanings" : [ "to check again; to re-examine" ], + "classifiers" : [] } ] }, + { "simplified" : "复发", + "radical" : "夊", + "level" : [ "new-7+" ], + "frequency" : 9826, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "復發", + "transcriptions" : { "pinyin" : "fù fā", + "numeric" : "fu4 fa1", + "wadegiles" : "fu⁴ fa¹", + "bopomofo" : "ㄈㄨˋ ㄈㄚ", + "romatzyh" : "fuh fa" }, + "meanings" : [ "to recur (of a disease)", + "to reappear", + "to relapse (into a former bad state)" ], + "classifiers" : [] } ] }, + { "simplified" : "复合", + "radical" : "夊", + "level" : [ "new-7+" ], + "frequency" : 7196, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "復合", + "transcriptions" : { "pinyin" : "fù hé", + "numeric" : "fu4 he2", + "wadegiles" : "fu⁴ ho²", + "bopomofo" : "ㄈㄨˋ ㄏㄜˊ", + "romatzyh" : "fuh her" }, + "meanings" : [ "(of people who were estranged) to be reconciled", + "(of a couple) to get back together" ], + "classifiers" : [] }, + { "traditional" : "複合", + "transcriptions" : { "pinyin" : "fù hé", + "numeric" : "fu4 he2", + "wadegiles" : "fu⁴ ho²", + "bopomofo" : "ㄈㄨˋ ㄏㄜˊ", + "romatzyh" : "fuh her" }, + "meanings" : [ "complex", + "compound", + "composite", + "hybrid", + "to compound", + "to combine" ], + "classifiers" : [] } ] }, + { "simplified" : "复活", + "radical" : "夊", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7585, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "復活", + "transcriptions" : { "pinyin" : "fù huó", + "numeric" : "fu4 huo2", + "wadegiles" : "fu⁴ huo²", + "bopomofo" : "ㄈㄨˋ ㄏㄨㄛˊ", + "romatzyh" : "fuh hwo" }, + "meanings" : [ "to revive", + "(lit. and fig.) to come back to life", + "(religion) resurrection" ], + "classifiers" : [] } ] }, + { "simplified" : "复苏", + "radical" : "夊", + "level" : [ "new-6" ], + "frequency" : 9349, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "復甦", + "transcriptions" : { "pinyin" : "fù sū", + "numeric" : "fu4 su1", + "wadegiles" : "fu⁴ su¹", + "bopomofo" : "ㄈㄨˋ ㄙㄨ", + "romatzyh" : "fuh su" }, + "meanings" : [ "to recover (health, economic)", + "to resuscitate", + "anabiosis" ], + "classifiers" : [] }, + { "traditional" : "復蘇", + "transcriptions" : { "pinyin" : "fù sū", + "numeric" : "fu4 su1", + "wadegiles" : "fu⁴ su¹", + "bopomofo" : "ㄈㄨˋ ㄙㄨ", + "romatzyh" : "fuh su" }, + "meanings" : [ "variant of 复苏", + "to recover (health, economic)", + "to resuscitate", + "anabiosis" ], + "classifiers" : [] } ] }, + { "simplified" : "复习", + "radical" : "夊", + "level" : [ "new-2", "old-3" ], + "frequency" : 6867, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "復習", + "transcriptions" : { "pinyin" : "fù xí", + "numeric" : "fu4 xi2", + "wadegiles" : "fu⁴ hsi²", + "bopomofo" : "ㄈㄨˋ ㄒㄧˊ", + "romatzyh" : "fuh shyi" }, + "meanings" : [ "to review", "revision" ], + "classifiers" : [ "次" ] }, + { "traditional" : "複習", + "transcriptions" : { "pinyin" : "fù xí", + "numeric" : "fu4 xi2", + "wadegiles" : "fu⁴ hsi²", + "bopomofo" : "ㄈㄨˋ ㄒㄧˊ", + "romatzyh" : "fuh shyi" }, + "meanings" : [ "variant of 复习" ], + "classifiers" : [] } ] }, + { "simplified" : "复兴", + "radical" : "夊", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13050, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "復興", + "transcriptions" : { "pinyin" : "Fù xīng", + "numeric" : "Fu4 xing1", + "wadegiles" : "fu⁴ hsing¹", + "bopomofo" : "ㄈㄨˋ ㄒㄧㄥ", + "romatzyh" : "fuh shing" }, + "meanings" : [ "Fuxing district of Handan city 邯郸市, Hebei", + "Fuxing or Fuhsing township in Taoyuan county 桃园县, north Taiwan" ], + "classifiers" : [] }, + { "traditional" : "復興", + "transcriptions" : { "pinyin" : "fù xīng", + "numeric" : "fu4 xing1", + "wadegiles" : "fu⁴ hsing¹", + "bopomofo" : "ㄈㄨˋ ㄒㄧㄥ", + "romatzyh" : "fuh shing" }, + "meanings" : [ "to revive", "to rejuvenate" ], + "classifiers" : [] } ] }, + { "simplified" : "复印", + "radical" : "夊", + "level" : [ "new-3", "old-4" ], + "frequency" : 14608, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "複印", + "transcriptions" : { "pinyin" : "fù yìn", + "numeric" : "fu4 yin4", + "wadegiles" : "fu⁴ yin⁴", + "bopomofo" : "ㄈㄨˋ ㄧㄣˋ", + "romatzyh" : "fuh yinn" }, + "meanings" : [ "to photocopy", + "to duplicate a document" ], + "classifiers" : [] } ] }, + { "simplified" : "复原", + "radical" : "夊", + "level" : [ "new-7+" ], + "frequency" : 12604, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "復原", + "transcriptions" : { "pinyin" : "fù yuán", + "numeric" : "fu4 yuan2", + "wadegiles" : "fu⁴ yüan²", + "bopomofo" : "ㄈㄨˋ ㄩㄢˊ", + "romatzyh" : "fuh yuan" }, + "meanings" : [ "to restore (sth) to (its) former condition", + "to recover from illness", + "recovery" ], + "classifiers" : [] } ] }, + { "simplified" : "复杂", + "radical" : "夊", + "level" : [ "new-3", "old-4" ], + "frequency" : 1657, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "複雜", + "transcriptions" : { "pinyin" : "fù zá", + "numeric" : "fu4 za2", + "wadegiles" : "fu⁴ tsa²", + "bopomofo" : "ㄈㄨˋ ㄗㄚˊ", + "romatzyh" : "fuh tzar" }, + "meanings" : [ "complicated; complex" ], + "classifiers" : [] } ] }, + { "simplified" : "复制", + "radical" : "夊", + "level" : [ "new-4", "old-5" ], + "frequency" : 5395, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "複製", + "transcriptions" : { "pinyin" : "fù zhì", + "numeric" : "fu4 zhi4", + "wadegiles" : "fu⁴ chih⁴", + "bopomofo" : "ㄈㄨˋ ㄓˋ", + "romatzyh" : "fuh jyh" }, + "meanings" : [ "to duplicate", + "to make a copy of", + "to copy", + "to reproduce", + "to clone" ], + "classifiers" : [] } ] }, + { "simplified" : "赴", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 7281, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "赴", + "transcriptions" : { "pinyin" : "fù", + "numeric" : "fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "to go", + "to visit (e.g. another country)", + "to attend (a banquet etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "副", + "radical" : "刂", + "level" : [ "new-6", "old-6" ], + "frequency" : 1325, + "pos" : [ "b", "q" ], + "forms" : [ { "traditional" : "副", + "transcriptions" : { "pinyin" : "fù", + "numeric" : "fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "secondary", + "auxiliary", + "deputy", + "assistant", + "vice-", + "abbr. for 副词 adverb", + "classifier for pairs, sets of things & facial expressions" ], + "classifiers" : [] } ] }, + { "simplified" : "副作用", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7428, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "副作用", + "transcriptions" : { "pinyin" : "fù zuò yòng", + "numeric" : "fu4 zuo4 yong4", + "wadegiles" : "fu⁴ tso⁴ yung⁴", + "bopomofo" : "ㄈㄨˋ ㄗㄨㄛˋ ㄩㄥˋ", + "romatzyh" : "fuh tzuoh yonq" }, + "meanings" : [ "side effect" ], + "classifiers" : [] } ] }, + { "simplified" : "富", + "radical" : "宀", + "level" : [ "new-3", "old-4" ], + "frequency" : 3016, + "pos" : [ "g", "a" ], + "forms" : [ { "traditional" : "富", + "transcriptions" : { "pinyin" : "Fù", + "numeric" : "Fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "surname Fu" ], + "classifiers" : [] }, + { "traditional" : "富", + "transcriptions" : { "pinyin" : "fù", + "numeric" : "fu4", + "wadegiles" : "fu⁴", + "bopomofo" : "ㄈㄨˋ", + "romatzyh" : "fuh" }, + "meanings" : [ "rich", "abundant", "wealthy" ], + "classifiers" : [] } ] }, + { "simplified" : "富含", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 24113, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "富含", + "transcriptions" : { "pinyin" : "fù hán", + "numeric" : "fu4 han2", + "wadegiles" : "fu⁴ han²", + "bopomofo" : "ㄈㄨˋ ㄏㄢˊ", + "romatzyh" : "fuh harn" }, + "meanings" : [ "to contain in great quantities", + "rich in" ], + "classifiers" : [] } ] }, + { "simplified" : "富豪", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 12279, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "富豪", + "transcriptions" : { "pinyin" : "fù háo", + "numeric" : "fu4 hao2", + "wadegiles" : "fu⁴ hao²", + "bopomofo" : "ㄈㄨˋ ㄏㄠˊ", + "romatzyh" : "fuh haur" }, + "meanings" : [ "rich and powerful person" ], + "classifiers" : [] } ] }, + { "simplified" : "富强", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 32018, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "富強", + "transcriptions" : { "pinyin" : "fù qiáng", + "numeric" : "fu4 qiang2", + "wadegiles" : "fu⁴ ch'iang²", + "bopomofo" : "ㄈㄨˋ ㄑㄧㄤˊ", + "romatzyh" : "fuh chyang" }, + "meanings" : [ "rich and powerful" ], + "classifiers" : [] } ] }, + { "simplified" : "富人", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 8367, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "富人", + "transcriptions" : { "pinyin" : "fù rén", + "numeric" : "fu4 ren2", + "wadegiles" : "fu⁴ jen²", + "bopomofo" : "ㄈㄨˋ ㄖㄣˊ", + "romatzyh" : "fuh ren" }, + "meanings" : [ "rich person", "the rich" ], + "classifiers" : [] } ] }, + { "simplified" : "富翁", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 9267, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "富翁", + "transcriptions" : { "pinyin" : "fù wēng", + "numeric" : "fu4 weng1", + "wadegiles" : "fu⁴ weng¹", + "bopomofo" : "ㄈㄨˋ ㄨㄥ", + "romatzyh" : "fuh ueng" }, + "meanings" : [ "rich person", + "millionaire", + "billionaire" ], + "classifiers" : [] } ] }, + { "simplified" : "富有", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 3988, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "富有", + "transcriptions" : { "pinyin" : "fù yǒu", + "numeric" : "fu4 you3", + "wadegiles" : "fu⁴ yu³", + "bopomofo" : "ㄈㄨˋ ㄧㄡˇ", + "romatzyh" : "fuh yeou" }, + "meanings" : [ "rich; wealthy; affluent", + "to be rich in; to be replete with" ], + "classifiers" : [] } ] }, + { "simplified" : "富裕", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8806, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "富裕", + "transcriptions" : { "pinyin" : "Fù yù", + "numeric" : "Fu4 yu4", + "wadegiles" : "fu⁴ yü⁴", + "bopomofo" : "ㄈㄨˋ ㄩˋ", + "romatzyh" : "fuh yuh" }, + "meanings" : [ "Fuyu county in Qiqihar 齐齐哈尔, Heilongjiang" ], + "classifiers" : [] }, + { "traditional" : "富裕", + "transcriptions" : { "pinyin" : "fù yù", + "numeric" : "fu4 yu4", + "wadegiles" : "fu⁴ yü⁴", + "bopomofo" : "ㄈㄨˋ ㄩˋ", + "romatzyh" : "fuh yuh" }, + "meanings" : [ "prosperous", + "well-to-do", + "well-off" ], + "classifiers" : [] } ] }, + { "simplified" : "富足", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 25371, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "富足", + "transcriptions" : { "pinyin" : "fù zú", + "numeric" : "fu4 zu2", + "wadegiles" : "fu⁴ tsu²", + "bopomofo" : "ㄈㄨˋ ㄗㄨˊ", + "romatzyh" : "fuh tzwu" }, + "meanings" : [ "rich", "plentiful" ], + "classifiers" : [] } ] }, + { "simplified" : "赋予", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5614, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "賦予", + "transcriptions" : { "pinyin" : "fù yǔ", + "numeric" : "fu4 yu3", + "wadegiles" : "fu⁴ yü³", + "bopomofo" : "ㄈㄨˋ ㄩˇ", + "romatzyh" : "fuh yeu" }, + "meanings" : [ "to assign", + "to entrust (a task)", + "to give", + "to bestow" ], + "classifiers" : [] } ] }, + { "simplified" : "腹部", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 6969, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腹部", + "transcriptions" : { "pinyin" : "fù bù", + "numeric" : "fu4 bu4", + "wadegiles" : "fu⁴ pu⁴", + "bopomofo" : "ㄈㄨˋ ㄅㄨˋ", + "romatzyh" : "fuh buh" }, + "meanings" : [ "abdomen", "belly", "flank" ], + "classifiers" : [] } ] }, + { "simplified" : "腹泻", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13015, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "腹瀉", + "transcriptions" : { "pinyin" : "fù xiè", + "numeric" : "fu4 xie4", + "wadegiles" : "fu⁴ hsieh⁴", + "bopomofo" : "ㄈㄨˋ ㄒㄧㄝˋ", + "romatzyh" : "fuh shieh" }, + "meanings" : [ "diarrhea", "to have the runs" ], + "classifiers" : [] } ] }, + { "simplified" : "覆盖", + "radical" : "覀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5499, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "覆蓋", + "transcriptions" : { "pinyin" : "fù gài", + "numeric" : "fu4 gai4", + "wadegiles" : "fu⁴ kai⁴", + "bopomofo" : "ㄈㄨˋ ㄍㄞˋ", + "romatzyh" : "fuh gay" }, + "meanings" : [ "to cover" ], + "classifiers" : [] } ] }, + { "simplified" : "夫妇", + "radical" : "大", + "level" : [ "new-4", "old-6" ], + "frequency" : 3257, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夫婦", + "transcriptions" : { "pinyin" : "fū fù", + "numeric" : "fu1 fu4", + "wadegiles" : "fu¹ fu⁴", + "bopomofo" : "ㄈㄨ ㄈㄨˋ", + "romatzyh" : "fu fuh" }, + "meanings" : [ "a (married) couple", + "husband and wife" ], + "classifiers" : [ "对" ] } ] }, + { "simplified" : "夫妻", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 3431, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夫妻", + "transcriptions" : { "pinyin" : "fū qī", + "numeric" : "fu1 qi1", + "wadegiles" : "fu¹ ch'i¹", + "bopomofo" : "ㄈㄨ ㄑㄧ", + "romatzyh" : "fu chi" }, + "meanings" : [ "husband and wife; married couple" ], + "classifiers" : [] } ] }, + { "simplified" : "夫人", + "radical" : "大", + "level" : [ "new-4", "old-6" ], + "frequency" : 2235, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夫人", + "transcriptions" : { "pinyin" : "fū ren", + "numeric" : "fu1 ren5", + "wadegiles" : "fu¹ ren", + "bopomofo" : "ㄈㄨ ren", + "romatzyh" : "fu ren" }, + "meanings" : [ "lady", "madam", "Mrs." ], + "classifiers" : [ "位" ] } ] }, + { "simplified" : "该", + "radical" : "讠", + "level" : [ "new-2" ], + "frequency" : 116, + "pos" : [ "v", "r" ], + "forms" : [ { "traditional" : "該", + "transcriptions" : { "pinyin" : "gāi", + "numeric" : "gai1", + "wadegiles" : "kai¹", + "bopomofo" : "ㄍㄞ", + "romatzyh" : "gai" }, + "meanings" : [ "should", + "ought to", + "probably", + "must be", + "to deserve", + "to owe", + "to be sb's turn to do sth", + "that", + "the above-mentioned" ], + "classifiers" : [] } ] }, + { "simplified" : "改", + "radical" : "攵", + "level" : [ "new-2" ], + "frequency" : 1070, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "改", + "transcriptions" : { "pinyin" : "gǎi", + "numeric" : "gai3", + "wadegiles" : "kai³", + "bopomofo" : "ㄍㄞˇ", + "romatzyh" : "gae" }, + "meanings" : [ "to change", + "to alter", + "to transform", + "to correct" ], + "classifiers" : [] } ] }, + { "simplified" : "改版", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 29989, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "改版", + "transcriptions" : { "pinyin" : "gǎi bǎn", + "numeric" : "gai3 ban3", + "wadegiles" : "kai³ pan³", + "bopomofo" : "ㄍㄞˇ ㄅㄢˇ", + "romatzyh" : "gae baan" }, + "meanings" : [ "to revise the current edition", + "revised edition" ], + "classifiers" : [] } ] }, + { "simplified" : "改编", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 7933, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改編", + "transcriptions" : { "pinyin" : "gǎi biān", + "numeric" : "gai3 bian1", + "wadegiles" : "kai³ pien¹", + "bopomofo" : "ㄍㄞˇ ㄅㄧㄢ", + "romatzyh" : "gae bian" }, + "meanings" : [ "to adapt", + "to rearrange", + "to revise" ], + "classifiers" : [] } ] }, + { "simplified" : "改变", + "radical" : "攵", + "level" : [ "new-2", "old-4" ], + "frequency" : 551, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改變", + "transcriptions" : { "pinyin" : "gǎi biàn", + "numeric" : "gai3 bian4", + "wadegiles" : "kai³ pien⁴", + "bopomofo" : "ㄍㄞˇ ㄅㄧㄢˋ", + "romatzyh" : "gae biann" }, + "meanings" : [ "to change", + "to alter", + "to transform" ], + "classifiers" : [] } ] }, + { "simplified" : "改动", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 13209, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改動", + "transcriptions" : { "pinyin" : "gǎi dòng", + "numeric" : "gai3 dong4", + "wadegiles" : "kai³ tung⁴", + "bopomofo" : "ㄍㄞˇ ㄉㄨㄥˋ", + "romatzyh" : "gae donq" }, + "meanings" : [ "to alter", + "to modify", + "to revise" ], + "classifiers" : [] } ] }, + { "simplified" : "改革", + "radical" : "攵", + "level" : [ "new-5", "old-5" ], + "frequency" : 4569, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "改革", + "transcriptions" : { "pinyin" : "gǎi gé", + "numeric" : "gai3 ge2", + "wadegiles" : "kai³ ko²", + "bopomofo" : "ㄍㄞˇ ㄍㄜˊ", + "romatzyh" : "gae ger" }, + "meanings" : [ "reform", "to reform" ], + "classifiers" : [ "次", "种", "项" ] } ] }, + { "simplified" : "改革开放", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 3630, + "pos" : [], + "forms" : [ { "traditional" : "改革開放", + "transcriptions" : { "pinyin" : "gǎi gé kāi fàng", + "numeric" : "gai3 ge2 kai1 fang4", + "wadegiles" : "kai³ ko² k'ai¹ fang⁴", + "bopomofo" : "ㄍㄞˇ ㄍㄜˊ ㄎㄞ ㄈㄤˋ", + "romatzyh" : "gae ger kai fanq" }, + "meanings" : [ "to reform and open to the outside world", + "refers to Deng Xiaoping's policies from around 1980" ], + "classifiers" : [] } ] }, + { "simplified" : "改进", + "radical" : "攵", + "level" : [ "new-3", "old-5" ], + "frequency" : 4265, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改進", + "transcriptions" : { "pinyin" : "gǎi jìn", + "numeric" : "gai3 jin4", + "wadegiles" : "kai³ chin⁴", + "bopomofo" : "ㄍㄞˇ ㄐㄧㄣˋ", + "romatzyh" : "gae jinn" }, + "meanings" : [ "to improve; to make better", + "improvement" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "改良", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13145, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改良", + "transcriptions" : { "pinyin" : "gǎi liáng", + "numeric" : "gai3 liang2", + "wadegiles" : "kai³ liang²", + "bopomofo" : "ㄍㄞˇ ㄌㄧㄤˊ", + "romatzyh" : "gae liang" }, + "meanings" : [ "to improve (sth)", + "to reform (a system)" ], + "classifiers" : [] } ] }, + { "simplified" : "改名", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 12996, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "改名", + "transcriptions" : { "pinyin" : "gǎi míng", + "numeric" : "gai3 ming2", + "wadegiles" : "kai³ ming²", + "bopomofo" : "ㄍㄞˇ ㄇㄧㄥˊ", + "romatzyh" : "gae ming" }, + "meanings" : [ "to change one's name" ], + "classifiers" : [] } ] }, + { "simplified" : "改日", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 39207, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "改日", + "transcriptions" : { "pinyin" : "gǎi rì", + "numeric" : "gai3 ri4", + "wadegiles" : "kai³ jih⁴", + "bopomofo" : "ㄍㄞˇ ㄖˋ", + "romatzyh" : "gae ryh" }, + "meanings" : [ "another day", "some other day" ], + "classifiers" : [] } ] }, + { "simplified" : "改善", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 3674, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改善", + "transcriptions" : { "pinyin" : "gǎi shàn", + "numeric" : "gai3 shan4", + "wadegiles" : "kai³ shan⁴", + "bopomofo" : "ㄍㄞˇ ㄕㄢˋ", + "romatzyh" : "gae shann" }, + "meanings" : [ "to make better; to improve" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "改为", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 33250, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "改為", + "transcriptions" : { "pinyin" : "gǎi wéi", + "numeric" : "gai3 wei2", + "wadegiles" : "kai³ wei²", + "bopomofo" : "ㄍㄞˇ ㄨㄟˊ", + "romatzyh" : "gae wei" }, + "meanings" : [ "to change into" ], + "classifiers" : [] } ] }, + { "simplified" : "改邪归正", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 37930, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "改邪歸正", + "transcriptions" : { "pinyin" : "gǎi xié guī zhèng", + "numeric" : "gai3 xie2 gui1 zheng4", + "wadegiles" : "kai³ hsieh² kuei¹ cheng⁴", + "bopomofo" : "ㄍㄞˇ ㄒㄧㄝˊ ㄍㄨㄟ ㄓㄥˋ", + "romatzyh" : "gae shye guei jenq" }, + "meanings" : [ "to mend one's ways (idiom)", + "to turn over a new leaf" ], + "classifiers" : [] } ] }, + { "simplified" : "改造", + "radical" : "攵", + "level" : [ "new-3" ], + "frequency" : 3348, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改造", + "transcriptions" : { "pinyin" : "gǎi zào", + "numeric" : "gai3 zao4", + "wadegiles" : "kai³ tsao⁴", + "bopomofo" : "ㄍㄞˇ ㄗㄠˋ", + "romatzyh" : "gae tzaw" }, + "meanings" : [ "to transform", + "to reform", + "to remodel", + "to remold" ], + "classifiers" : [] } ] }, + { "simplified" : "改正", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 10338, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改正", + "transcriptions" : { "pinyin" : "gǎi zhèng", + "numeric" : "gai3 zheng4", + "wadegiles" : "kai³ cheng⁴", + "bopomofo" : "ㄍㄞˇ ㄓㄥˋ", + "romatzyh" : "gae jenq" }, + "meanings" : [ "to correct", + "to amend", + "to put right", + "correction" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "改装", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 9297, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "改裝", + "transcriptions" : { "pinyin" : "gǎi zhuāng", + "numeric" : "gai3 zhuang1", + "wadegiles" : "kai³ chuang¹", + "bopomofo" : "ㄍㄞˇ ㄓㄨㄤ", + "romatzyh" : "gae juang" }, + "meanings" : [ "to change one's costume", + "to repackage", + "to remodel", + "to refit", + "to modify", + "to convert" ], + "classifiers" : [] } ] }, + { "simplified" : "钙", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 8428, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鈣", + "transcriptions" : { "pinyin" : "gài", + "numeric" : "gai4", + "wadegiles" : "kai⁴", + "bopomofo" : "ㄍㄞˋ", + "romatzyh" : "gay" }, + "meanings" : [ "calcium (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "盖", + "radical" : "皿", + "level" : [ "new-4", "old-5" ], + "frequency" : 2188, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "蓋", + "transcriptions" : { "pinyin" : "Gě", + "numeric" : "Ge3", + "wadegiles" : "ko³", + "bopomofo" : "ㄍㄜˇ", + "romatzyh" : "gee" }, + "meanings" : [ "surname Ge" ], + "classifiers" : [] }, + { "traditional" : "蓋", + "transcriptions" : { "pinyin" : "gài", + "numeric" : "gai4", + "wadegiles" : "kai⁴", + "bopomofo" : "ㄍㄞˋ", + "romatzyh" : "gay" }, + "meanings" : [ "lid", + "top", + "cover", + "canopy", + "to cover", + "to conceal", + "to build" ], + "classifiers" : [] } ] }, + { "simplified" : "盖章", + "radical" : "皿", + "level" : [ "old-6" ], + "frequency" : 21728, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "蓋章", + "transcriptions" : { "pinyin" : "gài zhāng", + "numeric" : "gai4 zhang1", + "wadegiles" : "kai⁴ chang¹", + "bopomofo" : "ㄍㄞˋ ㄓㄤ", + "romatzyh" : "gay jang" }, + "meanings" : [ "to affix a seal", + "to stamp (a document)", + "to sign off on sth" ], + "classifiers" : [] } ] }, + { "simplified" : "盖子", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 15690, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蓋子", + "transcriptions" : { "pinyin" : "gài zi", + "numeric" : "gai4 zi5", + "wadegiles" : "kai⁴ zi", + "bopomofo" : "ㄍㄞˋ zi", + "romatzyh" : "gay zi" }, + "meanings" : [ "cover", "lid", "shell" ], + "classifiers" : [] } ] }, + { "simplified" : "概况", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 31253, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "概況", + "transcriptions" : { "pinyin" : "gài kuàng", + "numeric" : "gai4 kuang4", + "wadegiles" : "kai⁴ k'uang⁴", + "bopomofo" : "ㄍㄞˋ ㄎㄨㄤˋ", + "romatzyh" : "gay kuanq" }, + "meanings" : [ "general situation", "summary" ], + "classifiers" : [] } ] }, + { "simplified" : "概括", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 11872, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "概括", + "transcriptions" : { "pinyin" : "gài kuò", + "numeric" : "gai4 kuo4", + "wadegiles" : "kai⁴ k'uo⁴", + "bopomofo" : "ㄍㄞˋ ㄎㄨㄛˋ", + "romatzyh" : "gay kuoh" }, + "meanings" : [ "to summarize; to generalize", + "briefly; in broad outline" ], + "classifiers" : [] } ] }, + { "simplified" : "概率", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 8852, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "概率", + "transcriptions" : { "pinyin" : "gài lu:4", + "numeric" : "gai4 lü4", + "wadegiles" : "kai⁴ lu:4", + "bopomofo" : "ㄍㄞˋ lu:4", + "romatzyh" : "gay lu:4" }, + "meanings" : [ "probability (math.)" ], + "classifiers" : [] } ] }, + { "simplified" : "概论", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 56444, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "概論", + "transcriptions" : { "pinyin" : "gài lùn", + "numeric" : "gai4 lun4", + "wadegiles" : "kai⁴ lun⁴", + "bopomofo" : "ㄍㄞˋ ㄌㄨㄣˋ", + "romatzyh" : "gay luenn" }, + "meanings" : [ "outline", + "introduction", + "survey", + "general discussion" ], + "classifiers" : [] } ] }, + { "simplified" : "概念", + "radical" : "木", + "level" : [ "new-3", "old-5" ], + "frequency" : 3465, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "概念", + "transcriptions" : { "pinyin" : "gài niàn", + "numeric" : "gai4 nian4", + "wadegiles" : "kai⁴ nien⁴", + "bopomofo" : "ㄍㄞˋ ㄋㄧㄢˋ", + "romatzyh" : "gay niann" }, + "meanings" : [ "concept", "idea" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "甘心", + "radical" : "甘", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17629, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "甘心", + "transcriptions" : { "pinyin" : "gān xīn", + "numeric" : "gan1 xin1", + "wadegiles" : "kan¹ hsin¹", + "bopomofo" : "ㄍㄢ ㄒㄧㄣ", + "romatzyh" : "gan shin" }, + "meanings" : [ "to be willing to", + "to resign oneself to" ], + "classifiers" : [] } ] }, + { "simplified" : "杆", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 2562, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "杆", + "transcriptions" : { "pinyin" : "gān", + "numeric" : "gan1", + "wadegiles" : "kan¹", + "bopomofo" : "ㄍㄢ", + "romatzyh" : "gan" }, + "meanings" : [ "pole" ], + "classifiers" : [ "条", "根" ] }, + { "traditional" : "桿", + "transcriptions" : { "pinyin" : "gǎn", + "numeric" : "gan3", + "wadegiles" : "kan³", + "bopomofo" : "ㄍㄢˇ", + "romatzyh" : "gaan" }, + "meanings" : [ "stick", + "pole", + "lever", + "classifier for long objects such as guns" ], + "classifiers" : [] } ] }, + { "simplified" : "肝", + "radical" : "⺼", + "level" : [ "new-6" ], + "frequency" : 4573, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肝", + "transcriptions" : { "pinyin" : "gān", + "numeric" : "gan1", + "wadegiles" : "kan¹", + "bopomofo" : "ㄍㄢ", + "romatzyh" : "gan" }, + "meanings" : [ "liver", + "(slang) to put in long hours, typically late into the night, playing (a video game)", + "(of a video game) involving a lot of repetition in order to progress; grindy" ], + "classifiers" : [ "叶", "个" ] } ] }, + { "simplified" : "肝脏", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 6835, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肝臟", + "transcriptions" : { "pinyin" : "gān zàng", + "numeric" : "gan1 zang4", + "wadegiles" : "kan¹ tsang⁴", + "bopomofo" : "ㄍㄢ ㄗㄤˋ", + "romatzyh" : "gan tzanq" }, + "meanings" : [ "liver" ], + "classifiers" : [] } ] }, + { "simplified" : "尴尬", + "radical" : "尢", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3013, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "尷尬", + "transcriptions" : { "pinyin" : "gān gà", + "numeric" : "gan1 ga4", + "wadegiles" : "kan¹ ka⁴", + "bopomofo" : "ㄍㄢ ㄍㄚˋ", + "romatzyh" : "gan gah" }, + "meanings" : [ "awkward", "embarrassed" ], + "classifiers" : [] } ] }, + { "simplified" : "赶", + "radical" : "走", + "level" : [ "new-3" ], + "frequency" : 2113, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "趕", + "transcriptions" : { "pinyin" : "gǎn", + "numeric" : "gan3", + "wadegiles" : "kan³", + "bopomofo" : "ㄍㄢˇ", + "romatzyh" : "gaan" }, + "meanings" : [ "to overtake; to catch up with", + "to hurry; to rush", + "to try to catch (the bus etc)", + "to drive (cattle etc) forward; to drive (sb) away", + "to avail oneself of (an opportunity)", + "until; by (a certain time)" ], + "classifiers" : [] } ] }, + { "simplified" : "赶不上", + "radical" : "走", + "level" : [ "new-6" ], + "frequency" : 17330, + "pos" : [], + "forms" : [ { "traditional" : "趕不上", + "transcriptions" : { "pinyin" : "gǎn bù shàng", + "numeric" : "gan3 bu4 shang4", + "wadegiles" : "kan³ pu⁴ shang⁴", + "bopomofo" : "ㄍㄢˇ ㄅㄨˋ ㄕㄤˋ", + "romatzyh" : "gaan buh shanq" }, + "meanings" : [ "can't keep up with", + "can't catch up with", + "cannot overtake" ], + "classifiers" : [] } ] }, + { "simplified" : "赶到", + "radical" : "走", + "level" : [ "new-3" ], + "frequency" : 2860, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "趕到", + "transcriptions" : { "pinyin" : "gǎn dào", + "numeric" : "gan3 dao4", + "wadegiles" : "kan³ tao⁴", + "bopomofo" : "ㄍㄢˇ ㄉㄠˋ", + "romatzyh" : "gaan daw" }, + "meanings" : [ "to hurry (to some place)" ], + "classifiers" : [] } ] }, + { "simplified" : "赶赴", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 21163, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "趕赴", + "transcriptions" : { "pinyin" : "gǎn fù", + "numeric" : "gan3 fu4", + "wadegiles" : "kan³ fu⁴", + "bopomofo" : "ㄍㄢˇ ㄈㄨˋ", + "romatzyh" : "gaan fuh" }, + "meanings" : [ "to hurry", "to rush" ], + "classifiers" : [] } ] }, + { "simplified" : "赶紧", + "radical" : "走", + "level" : [ "new-3", "old-5" ], + "frequency" : 1994, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "趕緊", + "transcriptions" : { "pinyin" : "gǎn jǐn", + "numeric" : "gan3 jin3", + "wadegiles" : "kan³ chin³", + "bopomofo" : "ㄍㄢˇ ㄐㄧㄣˇ", + "romatzyh" : "gaan jiin" }, + "meanings" : [ "hurriedly", "without delay" ], + "classifiers" : [] } ] }, + { "simplified" : "赶快", + "radical" : "走", + "level" : [ "new-3", "old-5" ], + "frequency" : 2729, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "趕快", + "transcriptions" : { "pinyin" : "gǎn kuài", + "numeric" : "gan3 kuai4", + "wadegiles" : "kan³ k'uai⁴", + "bopomofo" : "ㄍㄢˇ ㄎㄨㄞˋ", + "romatzyh" : "gaan kuay" }, + "meanings" : [ "quickly; at once" ], + "classifiers" : [] } ] }, + { "simplified" : "赶忙", + "radical" : "走", + "level" : [ "new-6" ], + "frequency" : 28753, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "趕忙", + "transcriptions" : { "pinyin" : "gǎn máng", + "numeric" : "gan3 mang2", + "wadegiles" : "kan³ mang²", + "bopomofo" : "ㄍㄢˇ ㄇㄤˊ", + "romatzyh" : "gaan mang" }, + "meanings" : [ "to hurry", + "to hasten", + "to make haste" ], + "classifiers" : [] } ] }, + { "simplified" : "赶上", + "radical" : "走", + "level" : [ "new-6" ], + "frequency" : 5046, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "趕上", + "transcriptions" : { "pinyin" : "gǎn shàng", + "numeric" : "gan3 shang4", + "wadegiles" : "kan³ shang⁴", + "bopomofo" : "ㄍㄢˇ ㄕㄤˋ", + "romatzyh" : "gaan shanq" }, + "meanings" : [ "to keep up with", + "to catch up with", + "to overtake", + "to chance upon", + "in time for" ], + "classifiers" : [] } ] }, + { "simplified" : "赶往", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 11487, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "趕往", + "transcriptions" : { "pinyin" : "gǎn wǎng", + "numeric" : "gan3 wang3", + "wadegiles" : "kan³ wang³", + "bopomofo" : "ㄍㄢˇ ㄨㄤˇ", + "romatzyh" : "gaan woang" }, + "meanings" : [ "to hurry to (somewhere)" ], + "classifiers" : [] } ] }, + { "simplified" : "敢", + "radical" : "攵", + "level" : [ "new-3", "old-3" ], + "frequency" : 902, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "敢", + "transcriptions" : { "pinyin" : "gǎn", + "numeric" : "gan3", + "wadegiles" : "kan³", + "bopomofo" : "ㄍㄢˇ", + "romatzyh" : "gaan" }, + "meanings" : [ "to dare", + "daring", + "(polite) may I venture" ], + "classifiers" : [] } ] }, + { "simplified" : "敢情", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 24600, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "敢情", + "transcriptions" : { "pinyin" : "gǎn qing", + "numeric" : "gan3 qing5", + "wadegiles" : "kan³ qing", + "bopomofo" : "ㄍㄢˇ qing", + "romatzyh" : "gaan qing" }, + "meanings" : [ "actually", + "as it turns out", + "indeed", + "of course" ], + "classifiers" : [] } ] }, + { "simplified" : "敢于", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 9461, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敢於", + "transcriptions" : { "pinyin" : "gǎn yú", + "numeric" : "gan3 yu2", + "wadegiles" : "kan³ yü²", + "bopomofo" : "ㄍㄢˇ ㄩˊ", + "romatzyh" : "gaan yu" }, + "meanings" : [ "to have the courage to do sth", + "to dare to", + "bold in" ], + "classifiers" : [] } ] }, + { "simplified" : "感", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 939, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "感", + "transcriptions" : { "pinyin" : "gǎn", + "numeric" : "gan3", + "wadegiles" : "kan³", + "bopomofo" : "ㄍㄢˇ", + "romatzyh" : "gaan" }, + "meanings" : [ "to feel", + "to move", + "to touch", + "to affect", + "feeling", + "emotion", + "(suffix) sense of ~" ], + "classifiers" : [] } ] }, + { "simplified" : "感", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 939, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "感", + "transcriptions" : { "pinyin" : "gǎn", + "numeric" : "gan3", + "wadegiles" : "kan³", + "bopomofo" : "ㄍㄢˇ", + "romatzyh" : "gaan" }, + "meanings" : [ "to feel", + "to move", + "to touch", + "to affect", + "feeling", + "emotion", + "(suffix) sense of ~" ], + "classifiers" : [] } ] }, + { "simplified" : "感触", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 16304, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "感觸", + "transcriptions" : { "pinyin" : "gǎn chù", + "numeric" : "gan3 chu4", + "wadegiles" : "kan³ ch'u⁴", + "bopomofo" : "ㄍㄢˇ ㄔㄨˋ", + "romatzyh" : "gaan chuh" }, + "meanings" : [ "one's thoughts and feelings", + "emotional stirring", + "moved", + "touched" ], + "classifiers" : [] } ] }, + { "simplified" : "感到", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 766, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "感到", + "transcriptions" : { "pinyin" : "gǎn dào", + "numeric" : "gan3 dao4", + "wadegiles" : "kan³ tao⁴", + "bopomofo" : "ㄍㄢˇ ㄉㄠˋ", + "romatzyh" : "gaan daw" }, + "meanings" : [ "to feel; to sense; to perceive" ], + "classifiers" : [] } ] }, + { "simplified" : "感动", + "radical" : "心", + "level" : [ "new-2", "old-4" ], + "frequency" : 2676, + "pos" : [ "v", "a", "vn", "an" ], + "forms" : [ { "traditional" : "感動", + "transcriptions" : { "pinyin" : "gǎn dòng", + "numeric" : "gan3 dong4", + "wadegiles" : "kan³ tung⁴", + "bopomofo" : "ㄍㄢˇ ㄉㄨㄥˋ", + "romatzyh" : "gaan donq" }, + "meanings" : [ "to move (sb)", + "to touch (sb emotionally)", + "moving" ], + "classifiers" : [] } ] }, + { "simplified" : "感恩", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 6523, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "感恩", + "transcriptions" : { "pinyin" : "gǎn ēn", + "numeric" : "gan3 en1", + "wadegiles" : "kan³ en¹", + "bopomofo" : "ㄍㄢˇ ㄣ", + "romatzyh" : "gaan en" }, + "meanings" : [ "to be grateful" ], + "classifiers" : [] } ] }, + { "simplified" : "感激", + "radical" : "心", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3692, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "感激", + "transcriptions" : { "pinyin" : "gǎn jī", + "numeric" : "gan3 ji1", + "wadegiles" : "kan³ chi¹", + "bopomofo" : "ㄍㄢˇ ㄐㄧ", + "romatzyh" : "gaan ji" }, + "meanings" : [ "to be grateful", + "to appreciate", + "thankful" ], + "classifiers" : [] } ] }, + { "simplified" : "感觉", + "radical" : "心", + "level" : [ "new-2", "old-4" ], + "frequency" : 274, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "感覺", + "transcriptions" : { "pinyin" : "gǎn jué", + "numeric" : "gan3 jue2", + "wadegiles" : "kan³ chüeh²", + "bopomofo" : "ㄍㄢˇ ㄐㄩㄝˊ", + "romatzyh" : "gaan jyue" }, + "meanings" : [ "feeling; impression; sensation", + "to feel; to perceive" ], + "classifiers" : [] } ] }, + { "simplified" : "感慨", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19967, + "pos" : [ "v", "a", "an" ], + "forms" : [ { "traditional" : "感慨", + "transcriptions" : { "pinyin" : "gǎn kǎi", + "numeric" : "gan3 kai3", + "wadegiles" : "kan³ k'ai³", + "bopomofo" : "ㄍㄢˇ ㄎㄞˇ", + "romatzyh" : "gaan kae" }, + "meanings" : [ "to sigh with sorrow, regret etc", + "rueful", + "deeply moved" ], + "classifiers" : [] } ] }, + { "simplified" : "感冒", + "radical" : "心", + "level" : [ "new-3", "old-3" ], + "frequency" : 3621, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "感冒", + "transcriptions" : { "pinyin" : "gǎn mào", + "numeric" : "gan3 mao4", + "wadegiles" : "kan³ mao⁴", + "bopomofo" : "ㄍㄢˇ ㄇㄠˋ", + "romatzyh" : "gaan maw" }, + "meanings" : [ "to catch cold", + "(common) cold", + "(coll.) to be interested in (often used in the negative)", + "(Tw) to detest", + "can't stand" ], + "classifiers" : [ "场", "次" ] } ] }, + { "simplified" : "感情", + "radical" : "心", + "level" : [ "new-3", "old-4" ], + "frequency" : 1257, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "感情", + "transcriptions" : { "pinyin" : "gǎn qíng", + "numeric" : "gan3 qing2", + "wadegiles" : "kan³ ch'ing²", + "bopomofo" : "ㄍㄢˇ ㄑㄧㄥˊ", + "romatzyh" : "gaan chyng" }, + "meanings" : [ "emotion", + "sentiment", + "affection", + "feelings between two persons" ], + "classifiers" : [ "个", "种" ] } ] }, + { "simplified" : "感染", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2006, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "感染", + "transcriptions" : { "pinyin" : "gǎn rǎn", + "numeric" : "gan3 ran3", + "wadegiles" : "kan³ jan³", + "bopomofo" : "ㄍㄢˇ ㄖㄢˇ", + "romatzyh" : "gaan raan" }, + "meanings" : [ "to infect; infection", + "(fig.) to influence" ], + "classifiers" : [] } ] }, + { "simplified" : "感染力", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 18227, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "感染力", + "transcriptions" : { "pinyin" : "gǎn rǎn lì", + "numeric" : "gan3 ran3 li4", + "wadegiles" : "kan³ jan³ li⁴", + "bopomofo" : "ㄍㄢˇ ㄖㄢˇ ㄌㄧˋ", + "romatzyh" : "gaan raan lih" }, + "meanings" : [ "infectiousness (of a disease)", + "appeal; power; impact (of an image, marketing message, performance etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "感人", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 6466, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "感人", + "transcriptions" : { "pinyin" : "gǎn rén", + "numeric" : "gan3 ren2", + "wadegiles" : "kan³ jen²", + "bopomofo" : "ㄍㄢˇ ㄖㄣˊ", + "romatzyh" : "gaan ren" }, + "meanings" : [ "touching; moving" ], + "classifiers" : [] } ] }, + { "simplified" : "感受", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 1286, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "感受", + "transcriptions" : { "pinyin" : "gǎn shòu", + "numeric" : "gan3 shou4", + "wadegiles" : "kan³ shou⁴", + "bopomofo" : "ㄍㄢˇ ㄕㄡˋ", + "romatzyh" : "gaan show" }, + "meanings" : [ "to sense", + "perception", + "to feel (through the senses)", + "to experience", + "a feeling", + "an impression", + "an experience" ], + "classifiers" : [] } ] }, + { "simplified" : "感叹", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 16574, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "感嘆", + "transcriptions" : { "pinyin" : "gǎn tàn", + "numeric" : "gan3 tan4", + "wadegiles" : "kan³ t'an⁴", + "bopomofo" : "ㄍㄢˇ ㄊㄢˋ", + "romatzyh" : "gaan tann" }, + "meanings" : [ "to sigh (with feeling)", + "to lament" ], + "classifiers" : [] } ] }, + { "simplified" : "感想", + "radical" : "心", + "level" : [ "new-5", "old-5" ], + "frequency" : 11649, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "感想", + "transcriptions" : { "pinyin" : "gǎn xiǎng", + "numeric" : "gan3 xiang3", + "wadegiles" : "kan³ hsiang³", + "bopomofo" : "ㄍㄢˇ ㄒㄧㄤˇ", + "romatzyh" : "gaan sheang" }, + "meanings" : [ "impressions", + "reflections", + "thoughts" ], + "classifiers" : [ "通", "个" ] } ] }, + { "simplified" : "感谢", + "radical" : "心", + "level" : [ "new-2", "old-4" ], + "frequency" : 749, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "感謝", + "transcriptions" : { "pinyin" : "gǎn xiè", + "numeric" : "gan3 xie4", + "wadegiles" : "kan³ hsieh⁴", + "bopomofo" : "ㄍㄢˇ ㄒㄧㄝˋ", + "romatzyh" : "gaan shieh" }, + "meanings" : [ "(express) thanks", + "gratitude", + "grateful", + "thankful", + "thanks" ], + "classifiers" : [] } ] }, + { "simplified" : "感兴趣", + "radical" : "心", + "level" : [ "new-4" ], + "frequency" : 11617, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "感興趣", + "transcriptions" : { "pinyin" : "gǎn xìng qù", + "numeric" : "gan3 xing4 qu4", + "wadegiles" : "kan³ hsing⁴ ch'ü⁴", + "bopomofo" : "ㄍㄢˇ ㄒㄧㄥˋ ㄑㄩˋ", + "romatzyh" : "gaan shinq chiuh" }, + "meanings" : [ "to be interested" ], + "classifiers" : [] } ] }, + { "simplified" : "感性", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 8987, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "感性", + "transcriptions" : { "pinyin" : "gǎn xìng", + "numeric" : "gan3 xing4", + "wadegiles" : "kan³ hsing⁴", + "bopomofo" : "ㄍㄢˇ ㄒㄧㄥˋ", + "romatzyh" : "gaan shinq" }, + "meanings" : [ "perception", + "perceptual", + "sensibility", + "sensitive", + "emotional", + "sentimental" ], + "classifiers" : [] } ] }, + { "simplified" : "干", + "radical" : "十", + "level" : [ "new-1", "old-4" ], + "frequency" : 463, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "乹", + "transcriptions" : { "pinyin" : "gān", + "numeric" : "gan1", + "wadegiles" : "kan¹", + "bopomofo" : "ㄍㄢ", + "romatzyh" : "gan" }, + "meanings" : [ "old variant of 干" ], + "classifiers" : [] }, + { "traditional" : "乾", + "transcriptions" : { "pinyin" : "Gān", + "numeric" : "Gan1", + "wadegiles" : "kan¹", + "bopomofo" : "ㄍㄢ", + "romatzyh" : "gan" }, + "meanings" : [ "surname Gan" ], + "classifiers" : [] }, + { "traditional" : "乾", + "transcriptions" : { "pinyin" : "gān", + "numeric" : "gan1", + "wadegiles" : "kan¹", + "bopomofo" : "ㄍㄢ", + "romatzyh" : "gan" }, + "meanings" : [ "dry", + "dried food", + "empty; hollow", + "taken in to nominal kinship; adoptive; foster", + "futile; in vain", + "(dialect) rude; blunt", + "(dialect) to cold-shoulder" ], + "classifiers" : [] }, + { "traditional" : "亁", + "transcriptions" : { "pinyin" : "gān", + "numeric" : "gan1", + "wadegiles" : "kan¹", + "bopomofo" : "ㄍㄢ", + "romatzyh" : "gan" }, + "meanings" : [ "variant of 干" ], + "classifiers" : [] }, + { "traditional" : "干", + "transcriptions" : { "pinyin" : "Gān", + "numeric" : "Gan1", + "wadegiles" : "kan¹", + "bopomofo" : "ㄍㄢ", + "romatzyh" : "gan" }, + "meanings" : [ "surname Gan" ], + "classifiers" : [] }, + { "traditional" : "干", + "transcriptions" : { "pinyin" : "gān", + "numeric" : "gan1", + "wadegiles" : "kan¹", + "bopomofo" : "ㄍㄢ", + "romatzyh" : "gan" }, + "meanings" : [ "(bound form) to have to do with; to concern oneself with", + "one of the ten heavenly stems 干", + "(archaic) shield" ], + "classifiers" : [] }, + { "traditional" : "幹", + "transcriptions" : { "pinyin" : "gàn", + "numeric" : "gan4", + "wadegiles" : "kan⁴", + "bopomofo" : "ㄍㄢˋ", + "romatzyh" : "gann" }, + "meanings" : [ "tree trunk", + "main part of sth", + "to manage", + "to work", + "to do", + "capable", + "cadre", + "to kill (slang)", + "to fuck (vulgar)", + "(coll.) pissed off", + "annoyed" ], + "classifiers" : [] } ] }, + { "simplified" : "干杯", + "radical" : "十", + "level" : [ "new-2", "old-4" ], + "frequency" : 14023, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "乾杯", + "transcriptions" : { "pinyin" : "gān bēi", + "numeric" : "gan1 bei1", + "wadegiles" : "kan¹ pei¹", + "bopomofo" : "ㄍㄢ ㄅㄟ", + "romatzyh" : "gan bei" }, + "meanings" : [ "to drink a toast", + "Cheers! (proposing a toast)", + "Here's to you!", + "Bottoms up!", + "lit. dry cup" ], + "classifiers" : [] } ] }, + { "simplified" : "干部", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 12896, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "幹部", + "transcriptions" : { "pinyin" : "gàn bù", + "numeric" : "gan4 bu4", + "wadegiles" : "kan⁴ pu⁴", + "bopomofo" : "ㄍㄢˋ ㄅㄨˋ", + "romatzyh" : "gann buh" }, + "meanings" : [ "cadre", + "official", + "officer", + "manager" ], + "classifiers" : [] } ] }, + { "simplified" : "干脆", + "radical" : "十", + "level" : [ "new-5", "old-5" ], + "frequency" : 4467, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "乾脆", + "transcriptions" : { "pinyin" : "gān cuì", + "numeric" : "gan1 cui4", + "wadegiles" : "kan¹ ts'ui⁴", + "bopomofo" : "ㄍㄢ ㄘㄨㄟˋ", + "romatzyh" : "gan tsuey" }, + "meanings" : [ "candid", + "direct and to the point", + "simply", + "just", + "might as well" ], + "classifiers" : [] } ] }, + { "simplified" : "干戈", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 49154, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "干戈", + "transcriptions" : { "pinyin" : "gān gē", + "numeric" : "gan1 ge1", + "wadegiles" : "kan¹ ko¹", + "bopomofo" : "ㄍㄢ ㄍㄜ", + "romatzyh" : "gan ge" }, + "meanings" : [ "weapons of war", "arms" ], + "classifiers" : [] } ] }, + { "simplified" : "干旱", + "radical" : "十", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13635, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "乾旱", + "transcriptions" : { "pinyin" : "gān hàn", + "numeric" : "gan1 han4", + "wadegiles" : "kan¹ han⁴", + "bopomofo" : "ㄍㄢ ㄏㄢˋ", + "romatzyh" : "gan hann" }, + "meanings" : [ "drought", "arid", "dry" ], + "classifiers" : [] } ] }, + { "simplified" : "干活儿", + "radical" : "十", + "level" : [ "new-2", "old-5" ], + "frequency" : 41800, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "幹活兒", + "transcriptions" : { "pinyin" : "gàn huó r", + "numeric" : "gan4 huo2 r5", + "wadegiles" : "kan⁴ huo² r", + "bopomofo" : "ㄍㄢˋ ㄏㄨㄛˊ r", + "romatzyh" : "gann hwo r" }, + "meanings" : [ "erhua variant of 干活" ], + "classifiers" : [] } ] }, + { "simplified" : "干劲", + "radical" : "十", + "level" : [ "old-6" ], + "frequency" : 14053, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "幹勁", + "transcriptions" : { "pinyin" : "gàn jìn", + "numeric" : "gan4 jin4", + "wadegiles" : "kan⁴ chin⁴", + "bopomofo" : "ㄍㄢˋ ㄐㄧㄣˋ", + "romatzyh" : "gann jinn" }, + "meanings" : [ "enthusiasm for doing sth" ], + "classifiers" : [] } ] }, + { "simplified" : "干净", + "radical" : "十", + "level" : [ "new-1", "old-3" ], + "frequency" : 2430, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "乾淨", + "transcriptions" : { "pinyin" : "gān jìng", + "numeric" : "gan1 jing4", + "wadegiles" : "kan¹ ching⁴", + "bopomofo" : "ㄍㄢ ㄐㄧㄥˋ", + "romatzyh" : "gan jinq" }, + "meanings" : [ "clean", "neat" ], + "classifiers" : [] } ] }, + { "simplified" : "干吗", + "radical" : "十", + "level" : [ "new-3" ], + "frequency" : 5989, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "幹嗎", + "transcriptions" : { "pinyin" : "gàn má", + "numeric" : "gan4 ma2", + "wadegiles" : "kan⁴ ma²", + "bopomofo" : "ㄍㄢˋ ㄇㄚˊ", + "romatzyh" : "gann ma" }, + "meanings" : [ "see 干嘛" ], + "classifiers" : [] } ] }, + { "simplified" : "干扰", + "radical" : "十", + "level" : [ "new-5", "old-6" ], + "frequency" : 4467, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "干擾", + "transcriptions" : { "pinyin" : "gān rǎo", + "numeric" : "gan1 rao3", + "wadegiles" : "kan¹ jao³", + "bopomofo" : "ㄍㄢ ㄖㄠˇ", + "romatzyh" : "gan rao" }, + "meanings" : [ "to disturb", + "to interfere", + "perturbation", + "interference (physics)" ], + "classifiers" : [] } ] }, + { "simplified" : "干涉", + "radical" : "十", + "level" : [ "new-6", "old-6" ], + "frequency" : 6285, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "干涉", + "transcriptions" : { "pinyin" : "gān shè", + "numeric" : "gan1 she4", + "wadegiles" : "kan¹ she⁴", + "bopomofo" : "ㄍㄢ ㄕㄜˋ", + "romatzyh" : "gan sheh" }, + "meanings" : [ "to interfere", + "to meddle", + "interference" ], + "classifiers" : [] } ] }, + { "simplified" : "干什么", + "radical" : "十", + "level" : [ "new-1" ], + "frequency" : 2714, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "幹什麼", + "transcriptions" : { "pinyin" : "gàn shén me", + "numeric" : "gan4 shen2 me5", + "wadegiles" : "kan⁴ shen² me", + "bopomofo" : "ㄍㄢˋ ㄕㄣˊ me", + "romatzyh" : "gann shern me" }, + "meanings" : [ "what are you doing?", + "what's he up to?" ], + "classifiers" : [] } ] }, + { "simplified" : "干事", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 18618, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "幹事", + "transcriptions" : { "pinyin" : "gàn shi", + "numeric" : "gan4 shi5", + "wadegiles" : "kan⁴ shi", + "bopomofo" : "ㄍㄢˋ shi", + "romatzyh" : "gann shi" }, + "meanings" : [ "administrator", + "executive secretary" ], + "classifiers" : [] } ] }, + { "simplified" : "干预", + "radical" : "十", + "level" : [ "new-5", "old-6" ], + "frequency" : 7478, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "干預", + "transcriptions" : { "pinyin" : "gān yù", + "numeric" : "gan1 yu4", + "wadegiles" : "kan¹ yü⁴", + "bopomofo" : "ㄍㄢ ㄩˋ", + "romatzyh" : "gan yuh" }, + "meanings" : [ "to meddle", + "to intervene", + "intervention" ], + "classifiers" : [] } ] }, + { "simplified" : "干燥", + "radical" : "十", + "level" : [ "new-7+", "old-4" ], + "frequency" : 8013, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "乾燥", + "transcriptions" : { "pinyin" : "gān zào", + "numeric" : "gan1 zao4", + "wadegiles" : "kan¹ tsao⁴", + "bopomofo" : "ㄍㄢ ㄗㄠˋ", + "romatzyh" : "gan tzaw" }, + "meanings" : [ "to dry (of weather, paint, cement etc)", + "desiccation", + "dull", + "uninteresting", + "arid" ], + "classifiers" : [] } ] }, + { "simplified" : "刚", + "radical" : "刂", + "level" : [ "new-2" ], + "frequency" : 436, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "剛", + "transcriptions" : { "pinyin" : "gāng", + "numeric" : "gang1", + "wadegiles" : "kang¹", + "bopomofo" : "ㄍㄤ", + "romatzyh" : "gang" }, + "meanings" : [ "hard", + "firm", + "strong", + "just", + "barely", + "exactly" ], + "classifiers" : [] } ] }, + { "simplified" : "刚才", + "radical" : "刂", + "level" : [ "new-2", "old-3" ], + "frequency" : 1149, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "剛才", + "transcriptions" : { "pinyin" : "gāng cái", + "numeric" : "gang1 cai2", + "wadegiles" : "kang¹ ts'ai²", + "bopomofo" : "ㄍㄤ ㄘㄞˊ", + "romatzyh" : "gang tsair" }, + "meanings" : [ "just now", "a moment ago" ], + "classifiers" : [] }, + { "traditional" : "剛纔", + "transcriptions" : { "pinyin" : "gāng cái", + "numeric" : "gang1 cai2", + "wadegiles" : "kang¹ ts'ai²", + "bopomofo" : "ㄍㄤ ㄘㄞˊ", + "romatzyh" : "gang tsair" }, + "meanings" : [ "just now (variant of 刚才)" ], + "classifiers" : [] } ] }, + { "simplified" : "刚刚", + "radical" : "刂", + "level" : [ "new-2", "old-4" ], + "frequency" : 719, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "剛剛", + "transcriptions" : { "pinyin" : "gāng gang", + "numeric" : "gang1 gang5", + "wadegiles" : "kang¹ gang", + "bopomofo" : "ㄍㄤ gang", + "romatzyh" : "gang gang" }, + "meanings" : [ "just recently", + "just a moment ago" ], + "classifiers" : [] } ] }, + { "simplified" : "刚好", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 4782, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "剛好", + "transcriptions" : { "pinyin" : "gāng hǎo", + "numeric" : "gang1 hao3", + "wadegiles" : "kang¹ hao³", + "bopomofo" : "ㄍㄤ ㄏㄠˇ", + "romatzyh" : "gang hao" }, + "meanings" : [ "just", + "exactly", + "to happen to be" ], + "classifiers" : [] } ] }, + { "simplified" : "刚毅", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 35426, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "剛毅", + "transcriptions" : { "pinyin" : "gāng yì", + "numeric" : "gang1 yi4", + "wadegiles" : "kang¹ i⁴", + "bopomofo" : "ㄍㄤ ㄧˋ", + "romatzyh" : "gang yih" }, + "meanings" : [ "resolute", + "steadfast", + "stalwart" ], + "classifiers" : [] } ] }, + { "simplified" : "杠杆", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 17014, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "槓桿", + "transcriptions" : { "pinyin" : "gàng gǎn", + "numeric" : "gang4 gan3", + "wadegiles" : "kang⁴ kan³", + "bopomofo" : "ㄍㄤˋ ㄍㄢˇ", + "romatzyh" : "ganq gaan" }, + "meanings" : [ "lever", + "pry bar", + "crowbar", + "financial leverage" ], + "classifiers" : [] } ] }, + { "simplified" : "杠铃", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 42600, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "槓鈴", + "transcriptions" : { "pinyin" : "gàng líng", + "numeric" : "gang4 ling2", + "wadegiles" : "kang⁴ ling²", + "bopomofo" : "ㄍㄤˋ ㄌㄧㄥˊ", + "romatzyh" : "ganq ling" }, + "meanings" : [ "barbell" ], + "classifiers" : [] } ] }, + { "simplified" : "纲领", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25287, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "綱領", + "transcriptions" : { "pinyin" : "gāng lǐng", + "numeric" : "gang1 ling3", + "wadegiles" : "kang¹ ling³", + "bopomofo" : "ㄍㄤ ㄌㄧㄥˇ", + "romatzyh" : "gang liing" }, + "meanings" : [ "program (i.e. plan of action)", + "guiding principle" ], + "classifiers" : [] } ] }, + { "simplified" : "纲要", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 32270, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "綱要", + "transcriptions" : { "pinyin" : "gāng yào", + "numeric" : "gang1 yao4", + "wadegiles" : "kang¹ yao⁴", + "bopomofo" : "ㄍㄤ ㄧㄠˋ", + "romatzyh" : "gang yaw" }, + "meanings" : [ "outline", "essential points" ], + "classifiers" : [] } ] }, + { "simplified" : "缸", + "radical" : "缶", + "level" : [ "new-7+" ], + "frequency" : 11543, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "缸", + "transcriptions" : { "pinyin" : "gāng", + "numeric" : "gang1", + "wadegiles" : "kang¹", + "bopomofo" : "ㄍㄤ", + "romatzyh" : "gang" }, + "meanings" : [ "jar", + "vat", + "classifier for loads of laundry" ], + "classifiers" : [ "口" ] } ] }, + { "simplified" : "钢", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 5658, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鋼", + "transcriptions" : { "pinyin" : "gāng", + "numeric" : "gang1", + "wadegiles" : "kang¹", + "bopomofo" : "ㄍㄤ", + "romatzyh" : "gang" }, + "meanings" : [ "steel" ], + "classifiers" : [] } ] }, + { "simplified" : "钢笔", + "radical" : "钅", + "level" : [ "new-5" ], + "frequency" : 17703, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鋼筆", + "transcriptions" : { "pinyin" : "gāng bǐ", + "numeric" : "gang1 bi3", + "wadegiles" : "kang¹ pi³", + "bopomofo" : "ㄍㄤ ㄅㄧˇ", + "romatzyh" : "gang bii" }, + "meanings" : [ "fountain pen" ], + "classifiers" : [ "支" ] } ] }, + { "simplified" : "钢琴", + "radical" : "钅", + "level" : [ "new-5" ], + "frequency" : 4941, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鋼琴", + "transcriptions" : { "pinyin" : "gāng qín", + "numeric" : "gang1 qin2", + "wadegiles" : "kang¹ ch'in²", + "bopomofo" : "ㄍㄤ ㄑㄧㄣˊ", + "romatzyh" : "gang chyn" }, + "meanings" : [ "piano" ], + "classifiers" : [ "架", "台" ] } ] }, + { "simplified" : "钢铁", + "radical" : "钅", + "level" : [ "old-5" ], + "frequency" : 6600, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鋼鐵", + "transcriptions" : { "pinyin" : "gāng tiě", + "numeric" : "gang1 tie3", + "wadegiles" : "kang¹ t'ieh³", + "bopomofo" : "ㄍㄤ ㄊㄧㄝˇ", + "romatzyh" : "gang tiee" }, + "meanings" : [ "steel" ], + "classifiers" : [] } ] }, + { "simplified" : "岗位", + "radical" : "山", + "level" : [ "new-6", "old-6" ], + "frequency" : 4669, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "崗位", + "transcriptions" : { "pinyin" : "gǎng wèi", + "numeric" : "gang3 wei4", + "wadegiles" : "kang³ wei⁴", + "bopomofo" : "ㄍㄤˇ ㄨㄟˋ", + "romatzyh" : "gaang wey" }, + "meanings" : [ "a post; a job" ], + "classifiers" : [] } ] }, + { "simplified" : "港", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 3599, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "港", + "transcriptions" : { "pinyin" : "Gǎng", + "numeric" : "Gang3", + "wadegiles" : "kang³", + "bopomofo" : "ㄍㄤˇ", + "romatzyh" : "gaang" }, + "meanings" : [ "Hong Kong (abbr. for 港)", + "surname Gang" ], + "classifiers" : [] }, + { "traditional" : "港", + "transcriptions" : { "pinyin" : "gǎng", + "numeric" : "gang3", + "wadegiles" : "kang³", + "bopomofo" : "ㄍㄤˇ", + "romatzyh" : "gaang" }, + "meanings" : [ "harbor", "port" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "港口", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 5477, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "港口", + "transcriptions" : { "pinyin" : "gǎng kǒu", + "numeric" : "gang3 kou3", + "wadegiles" : "kang³ k'ou³", + "bopomofo" : "ㄍㄤˇ ㄎㄡˇ", + "romatzyh" : "gaang koou" }, + "meanings" : [ "port", "harbor" ], + "classifiers" : [] } ] }, + { "simplified" : "港湾", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 17501, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "港灣", + "transcriptions" : { "pinyin" : "gǎng wān", + "numeric" : "gang3 wan1", + "wadegiles" : "kang³ wan¹", + "bopomofo" : "ㄍㄤˇ ㄨㄢ", + "romatzyh" : "gaang uan" }, + "meanings" : [ "bay serving as a harbor" ], + "classifiers" : [] } ] }, + { "simplified" : "高", + "radical" : "高", + "level" : [ "new-1", "old-2" ], + "frequency" : 290, + "pos" : [ "a", "ad", "v", "g" ], + "forms" : [ { "traditional" : "高", + "transcriptions" : { "pinyin" : "Gāo", + "numeric" : "Gao1", + "wadegiles" : "kao¹", + "bopomofo" : "ㄍㄠ", + "romatzyh" : "gau" }, + "meanings" : [ "surname Gao" ], + "classifiers" : [] }, + { "traditional" : "高", + "transcriptions" : { "pinyin" : "gāo", + "numeric" : "gao1", + "wadegiles" : "kao¹", + "bopomofo" : "ㄍㄠ", + "romatzyh" : "gau" }, + "meanings" : [ "high", + "tall", + "above average", + "loud", + "your (honorific)" ], + "classifiers" : [] } ] }, + { "simplified" : "高昂", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 14805, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "高昂", + "transcriptions" : { "pinyin" : "gāo áng", + "numeric" : "gao1 ang2", + "wadegiles" : "kao¹ ang²", + "bopomofo" : "ㄍㄠ ㄤˊ", + "romatzyh" : "gau arng" }, + "meanings" : [ "to hold (one's head) high", + "expensive", + "high (spirits etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "高傲", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 14411, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "高傲", + "transcriptions" : { "pinyin" : "gāo ào", + "numeric" : "gao1 ao4", + "wadegiles" : "kao¹ ao⁴", + "bopomofo" : "ㄍㄠ ㄠˋ", + "romatzyh" : "gau aw" }, + "meanings" : [ "arrogant", "haughty", "proud" ], + "classifiers" : [] } ] }, + { "simplified" : "高层", + "radical" : "高", + "level" : [ "new-6" ], + "frequency" : 4795, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高層", + "transcriptions" : { "pinyin" : "gāo céng", + "numeric" : "gao1 ceng2", + "wadegiles" : "kao¹ ts'eng²", + "bopomofo" : "ㄍㄠ ㄘㄥˊ", + "romatzyh" : "gau tserng" }, + "meanings" : [ "high-rise", + "high level; high class" ], + "classifiers" : [] } ] }, + { "simplified" : "高超", + "radical" : "高", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14033, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "高超", + "transcriptions" : { "pinyin" : "gāo chāo", + "numeric" : "gao1 chao1", + "wadegiles" : "kao¹ ch'ao¹", + "bopomofo" : "ㄍㄠ ㄔㄠ", + "romatzyh" : "gau chau" }, + "meanings" : [ "excellent", "superlative" ], + "classifiers" : [] } ] }, + { "simplified" : "高潮", + "radical" : "高", + "level" : [ "new-4", "old-6" ], + "frequency" : 4649, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高潮", + "transcriptions" : { "pinyin" : "gāo cháo", + "numeric" : "gao1 chao2", + "wadegiles" : "kao¹ ch'ao²", + "bopomofo" : "ㄍㄠ ㄔㄠˊ", + "romatzyh" : "gau chaur" }, + "meanings" : [ "high tide; high water", + "upsurge; peak of activity", + "climax (of a story, a competition etc)", + "to have an orgasm" ], + "classifiers" : [] } ] }, + { "simplified" : "高大", + "radical" : "高", + "level" : [ "new-5" ], + "frequency" : 8700, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "高大", + "transcriptions" : { "pinyin" : "gāo dà", + "numeric" : "gao1 da4", + "wadegiles" : "kao¹ ta⁴", + "bopomofo" : "ㄍㄠ ㄉㄚˋ", + "romatzyh" : "gau dah" }, + "meanings" : [ "tall; lofty; towering" ], + "classifiers" : [] } ] }, + { "simplified" : "高档", + "radical" : "高", + "level" : [ "new-6", "old-5" ], + "frequency" : 6468, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "高檔", + "transcriptions" : { "pinyin" : "gāo dàng", + "numeric" : "gao1 dang4", + "wadegiles" : "kao¹ tang⁴", + "bopomofo" : "ㄍㄠ ㄉㄤˋ", + "romatzyh" : "gau danq" }, + "meanings" : [ "superior quality", + "high grade", + "top grade" ], + "classifiers" : [] } ] }, + { "simplified" : "高等", + "radical" : "高", + "level" : [ "new-6" ], + "frequency" : 9360, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "高等", + "transcriptions" : { "pinyin" : "gāo děng", + "numeric" : "gao1 deng3", + "wadegiles" : "kao¹ teng³", + "bopomofo" : "ㄍㄠ ㄉㄥˇ", + "romatzyh" : "gau deeng" }, + "meanings" : [ "high-level", + "higher (animals, education etc)", + "advanced (math etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "高低", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 13202, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高低", + "transcriptions" : { "pinyin" : "gāo dī", + "numeric" : "gao1 di1", + "wadegiles" : "kao¹ ti¹", + "bopomofo" : "ㄍㄠ ㄉㄧ", + "romatzyh" : "gau di" }, + "meanings" : [ "height", + "altitude (aviation)", + "pitch (music)", + "ups and downs (success or failure)", + "whether sth is right or wrong", + "comparative strength, weight, depth, stature", + "(spoken interjection) anyway, whatever", + "eventually, in the end" ], + "classifiers" : [] } ] }, + { "simplified" : "高调", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 18658, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高調", + "transcriptions" : { "pinyin" : "gāo diào", + "numeric" : "gao1 diao4", + "wadegiles" : "kao¹ tiao⁴", + "bopomofo" : "ㄍㄠ ㄉㄧㄠˋ", + "romatzyh" : "gau diaw" }, + "meanings" : [ "high-sounding speech", + "bombast", + "high-profile" ], + "classifiers" : [] } ] }, + { "simplified" : "高度", + "radical" : "高", + "level" : [ "new-5" ], + "frequency" : 2308, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "高度", + "transcriptions" : { "pinyin" : "gāo dù", + "numeric" : "gao1 du4", + "wadegiles" : "kao¹ tu⁴", + "bopomofo" : "ㄍㄠ ㄉㄨˋ", + "romatzyh" : "gau duh" }, + "meanings" : [ "height", + "altitude", + "elevation", + "high degree", + "highly" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "高额", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 14909, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "高額", + "transcriptions" : { "pinyin" : "gāo é", + "numeric" : "gao1 e2", + "wadegiles" : "kao¹ e²", + "bopomofo" : "ㄍㄠ ㄜˊ", + "romatzyh" : "gau er" }, + "meanings" : [ "high quota", "large amount" ], + "classifiers" : [] } ] }, + { "simplified" : "高尔夫球", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 8444, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高爾夫球", + "transcriptions" : { "pinyin" : "gāo ěr fū qiú", + "numeric" : "gao1 er3 fu1 qiu2", + "wadegiles" : "kao¹ erh³ fu¹ ch'iu²", + "bopomofo" : "ㄍㄠ ㄦˇ ㄈㄨ ㄑㄧㄡˊ", + "romatzyh" : "gau eel fu chyou" }, + "meanings" : [ "golf", "golf ball" ], + "classifiers" : [] } ] }, + { "simplified" : "高峰", + "radical" : "高", + "level" : [ "new-6", "old-6" ], + "frequency" : 7388, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "高峰", + "transcriptions" : { "pinyin" : "gāo fēng", + "numeric" : "gao1 feng1", + "wadegiles" : "kao¹ feng¹", + "bopomofo" : "ㄍㄠ ㄈㄥ", + "romatzyh" : "gau feng" }, + "meanings" : [ "peak", "summit", "height" ], + "classifiers" : [] } ] }, + { "simplified" : "高峰期", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 16706, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高峰期", + "transcriptions" : { "pinyin" : "gāo fēng qī", + "numeric" : "gao1 feng1 qi1", + "wadegiles" : "kao¹ feng¹ ch'i¹", + "bopomofo" : "ㄍㄠ ㄈㄥ ㄑㄧ", + "romatzyh" : "gau feng chi" }, + "meanings" : [ "peak period", "rush hour" ], + "classifiers" : [] } ] }, + { "simplified" : "高跟鞋", + "radical" : "高", + "level" : [ "new-5" ], + "frequency" : 7901, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高跟鞋", + "transcriptions" : { "pinyin" : "gāo gēn xié", + "numeric" : "gao1 gen1 xie2", + "wadegiles" : "kao¹ ken¹ hsieh²", + "bopomofo" : "ㄍㄠ ㄍㄣ ㄒㄧㄝˊ", + "romatzyh" : "gau gen shye" }, + "meanings" : [ "high-heeled shoes" ], + "classifiers" : [] } ] }, + { "simplified" : "高贵", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 6767, + "pos" : [ "a", "nr", "an" ], + "forms" : [ { "traditional" : "高貴", + "transcriptions" : { "pinyin" : "gāo guì", + "numeric" : "gao1 gui4", + "wadegiles" : "kao¹ kuei⁴", + "bopomofo" : "ㄍㄠ ㄍㄨㄟˋ", + "romatzyh" : "gau guey" }, + "meanings" : [ "grandeur", "noble" ], + "classifiers" : [] } ] }, + { "simplified" : "高级", + "radical" : "高", + "level" : [ "new-2", "old-4" ], + "frequency" : 2221, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "高級", + "transcriptions" : { "pinyin" : "gāo jí", + "numeric" : "gao1 ji2", + "wadegiles" : "kao¹ chi²", + "bopomofo" : "ㄍㄠ ㄐㄧˊ", + "romatzyh" : "gau jyi" }, + "meanings" : [ "high level", + "high grade", + "advanced", + "high-ranking" ], + "classifiers" : [] } ] }, + { "simplified" : "高价", + "radical" : "高", + "level" : [ "new-4" ], + "frequency" : 12015, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "高價", + "transcriptions" : { "pinyin" : "gāo jià", + "numeric" : "gao1 jia4", + "wadegiles" : "kao¹ chia⁴", + "bopomofo" : "ㄍㄠ ㄐㄧㄚˋ", + "romatzyh" : "gau jiah" }, + "meanings" : [ "high price" ], + "classifiers" : [] } ] }, + { "simplified" : "高考", + "radical" : "高", + "level" : [ "new-6", "old-6" ], + "frequency" : 10815, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "高考", + "transcriptions" : { "pinyin" : "gāo kǎo", + "numeric" : "gao1 kao3", + "wadegiles" : "kao¹ k'ao³", + "bopomofo" : "ㄍㄠ ㄎㄠˇ", + "romatzyh" : "gau kao" }, + "meanings" : [ "college entrance exam (especially as abbr. for 普通高等学校招生全国统一考试)", + "(Tw) entrance exam for senior government service posts (abbr. for 公务人员高等考试)" ], + "classifiers" : [] } ] }, + { "simplified" : "高科技", + "radical" : "高", + "level" : [ "new-6" ], + "frequency" : 28429, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高科技", + "transcriptions" : { "pinyin" : "gāo kē jì", + "numeric" : "gao1 ke1 ji4", + "wadegiles" : "kao¹ k'o¹ chi⁴", + "bopomofo" : "ㄍㄠ ㄎㄜ ㄐㄧˋ", + "romatzyh" : "gau ke jih" }, + "meanings" : [ "high tech; high technology" ], + "classifiers" : [] } ] }, + { "simplified" : "高空", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 11173, + "pos" : [ "s", "n" ], + "forms" : [ { "traditional" : "高空", + "transcriptions" : { "pinyin" : "gāo kōng", + "numeric" : "gao1 kong1", + "wadegiles" : "kao¹ k'ung¹", + "bopomofo" : "ㄍㄠ ㄎㄨㄥ", + "romatzyh" : "gau kong" }, + "meanings" : [ "high altitude" ], + "classifiers" : [] } ] }, + { "simplified" : "高龄", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 19274, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高齡", + "transcriptions" : { "pinyin" : "gāo líng", + "numeric" : "gao1 ling2", + "wadegiles" : "kao¹ ling²", + "bopomofo" : "ㄍㄠ ㄌㄧㄥˊ", + "romatzyh" : "gau ling" }, + "meanings" : [ "elderly" ], + "classifiers" : [] } ] }, + { "simplified" : "高明", + "radical" : "高", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9773, + "pos" : [ "a", "nr" ], + "forms" : [ { "traditional" : "高明", + "transcriptions" : { "pinyin" : "Gāo míng", + "numeric" : "Gao1 ming2", + "wadegiles" : "kao¹ ming²", + "bopomofo" : "ㄍㄠ ㄇㄧㄥˊ", + "romatzyh" : "gau ming" }, + "meanings" : [ "Gaoming District of Foshan City 市, Guangdong" ], + "classifiers" : [] }, + { "traditional" : "高明", + "transcriptions" : { "pinyin" : "gāo míng", + "numeric" : "gao1 ming2", + "wadegiles" : "kao¹ ming²", + "bopomofo" : "ㄍㄠ ㄇㄧㄥˊ", + "romatzyh" : "gau ming" }, + "meanings" : [ "brilliant; superior; wise" ], + "classifiers" : [] } ] }, + { "simplified" : "高山", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 12430, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高山", + "transcriptions" : { "pinyin" : "gāo shān", + "numeric" : "gao1 shan1", + "wadegiles" : "kao¹ shan¹", + "bopomofo" : "ㄍㄠ ㄕㄢ", + "romatzyh" : "gau shan" }, + "meanings" : [ "high mountain; alpine mountain" ], + "classifiers" : [] } ] }, + { "simplified" : "高尚", + "radical" : "高", + "level" : [ "new-4", "old-6" ], + "frequency" : 7329, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "高尚", + "transcriptions" : { "pinyin" : "gāo shàng", + "numeric" : "gao1 shang4", + "wadegiles" : "kao¹ shang⁴", + "bopomofo" : "ㄍㄠ ㄕㄤˋ", + "romatzyh" : "gau shanq" }, + "meanings" : [ "noble", + "lofty", + "refined", + "exquisite" ], + "classifiers" : [] } ] }, + { "simplified" : "高手", + "radical" : "高", + "level" : [ "new-6" ], + "frequency" : 3886, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高手", + "transcriptions" : { "pinyin" : "gāo shǒu", + "numeric" : "gao1 shou3", + "wadegiles" : "kao¹ shou³", + "bopomofo" : "ㄍㄠ ㄕㄡˇ", + "romatzyh" : "gau shoou" }, + "meanings" : [ "expert", + "past master", + "dab hand" ], + "classifiers" : [] } ] }, + { "simplified" : "高速", + "radical" : "高", + "level" : [ "new-3", "old-5" ], + "frequency" : 3638, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "高速", + "transcriptions" : { "pinyin" : "gāo sù", + "numeric" : "gao1 su4", + "wadegiles" : "kao¹ su⁴", + "bopomofo" : "ㄍㄠ ㄙㄨˋ", + "romatzyh" : "gau suh" }, + "meanings" : [ "high speed", + "expressway (abbr. for 路)" ], + "classifiers" : [] } ] }, + { "simplified" : "高速公路", + "radical" : "高", + "level" : [ "new-3" ], + "frequency" : 5363, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高速公路", + "transcriptions" : { "pinyin" : "gāo sù gōng lù", + "numeric" : "gao1 su4 gong1 lu4", + "wadegiles" : "kao¹ su⁴ kung¹ lu⁴", + "bopomofo" : "ㄍㄠ ㄙㄨˋ ㄍㄨㄥ ㄌㄨˋ", + "romatzyh" : "gau suh gong luh" }, + "meanings" : [ "expressway; highway; freeway" ], + "classifiers" : [] } ] }, + { "simplified" : "高铁", + "radical" : "高", + "level" : [ "new-4" ], + "frequency" : 25367, + "pos" : [], + "forms" : [ { "traditional" : "高鐵", + "transcriptions" : { "pinyin" : "gāo tiě", + "numeric" : "gao1 tie3", + "wadegiles" : "kao¹ t'ieh³", + "bopomofo" : "ㄍㄠ ㄊㄧㄝˇ", + "romatzyh" : "gau tiee" }, + "meanings" : [ "high speed rail" ], + "classifiers" : [] } ] }, + { "simplified" : "高温", + "radical" : "高", + "level" : [ "new-5" ], + "frequency" : 8722, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高溫", + "transcriptions" : { "pinyin" : "gāo wēn", + "numeric" : "gao1 wen1", + "wadegiles" : "kao¹ wen¹", + "bopomofo" : "ㄍㄠ ㄨㄣ", + "romatzyh" : "gau uen" }, + "meanings" : [ "high temperature" ], + "classifiers" : [] } ] }, + { "simplified" : "高效", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 9764, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "高效", + "transcriptions" : { "pinyin" : "gāo xiào", + "numeric" : "gao1 xiao4", + "wadegiles" : "kao¹ hsiao⁴", + "bopomofo" : "ㄍㄠ ㄒㄧㄠˋ", + "romatzyh" : "gau shiaw" }, + "meanings" : [ "efficient", "highly effective" ], + "classifiers" : [] } ] }, + { "simplified" : "高新技术", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 36865, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高新技術", + "transcriptions" : { "pinyin" : "gāo xīn jì shù", + "numeric" : "gao1 xin1 ji4 shu4", + "wadegiles" : "kao¹ hsin¹ chi⁴ shu⁴", + "bopomofo" : "ㄍㄠ ㄒㄧㄣ ㄐㄧˋ ㄕㄨˋ", + "romatzyh" : "gau shin jih shuh" }, + "meanings" : [ "high tech", "high technology" ], + "classifiers" : [] } ] }, + { "simplified" : "高兴", + "radical" : "高", + "level" : [ "new-1", "old-1" ], + "frequency" : 920, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "高興", + "transcriptions" : { "pinyin" : "gāo xìng", + "numeric" : "gao1 xing4", + "wadegiles" : "kao¹ hsing⁴", + "bopomofo" : "ㄍㄠ ㄒㄧㄥˋ", + "romatzyh" : "gau shinq" }, + "meanings" : [ "happy", + "glad", + "willing (to do sth)", + "in a cheerful mood" ], + "classifiers" : [] } ] }, + { "simplified" : "高血压", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 11570, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高血壓", + "transcriptions" : { "pinyin" : "gāo xuè yā", + "numeric" : "gao1 xue4 ya1", + "wadegiles" : "kao¹ hsüeh⁴ ya¹", + "bopomofo" : "ㄍㄠ ㄒㄩㄝˋ ㄧㄚ", + "romatzyh" : "gau shiueh ia" }, + "meanings" : [ "high blood pressure", + "hypertension" ], + "classifiers" : [] } ] }, + { "simplified" : "高压", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 10221, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高壓", + "transcriptions" : { "pinyin" : "gāo yā", + "numeric" : "gao1 ya1", + "wadegiles" : "kao¹ ya¹", + "bopomofo" : "ㄍㄠ ㄧㄚ", + "romatzyh" : "gau ia" }, + "meanings" : [ "high pressure", "high-handed" ], + "classifiers" : [] } ] }, + { "simplified" : "高雅", + "radical" : "高", + "level" : [ "new-7+" ], + "frequency" : 11195, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "高雅", + "transcriptions" : { "pinyin" : "gāo yǎ", + "numeric" : "gao1 ya3", + "wadegiles" : "kao¹ ya³", + "bopomofo" : "ㄍㄠ ㄧㄚˇ", + "romatzyh" : "gau yea" }, + "meanings" : [ "dainty", "elegance", "elegant" ], + "classifiers" : [] } ] }, + { "simplified" : "高于", + "radical" : "高", + "level" : [ "new-5" ], + "frequency" : 7103, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "高於", + "transcriptions" : { "pinyin" : "gāo yú", + "numeric" : "gao1 yu2", + "wadegiles" : "kao¹ yü²", + "bopomofo" : "ㄍㄠ ㄩˊ", + "romatzyh" : "gau yu" }, + "meanings" : [ "greater than", "to exceed" ], + "classifiers" : [] } ] }, + { "simplified" : "高原", + "radical" : "高", + "level" : [ "new-5" ], + "frequency" : 12340, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高原", + "transcriptions" : { "pinyin" : "gāo yuán", + "numeric" : "gao1 yuan2", + "wadegiles" : "kao¹ yüan²", + "bopomofo" : "ㄍㄠ ㄩㄢˊ", + "romatzyh" : "gau yuan" }, + "meanings" : [ "plateau" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "高涨", + "radical" : "高", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10570, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "高漲", + "transcriptions" : { "pinyin" : "gāo zhǎng", + "numeric" : "gao1 zhang3", + "wadegiles" : "kao¹ chang³", + "bopomofo" : "ㄍㄠ ㄓㄤˇ", + "romatzyh" : "gau jaang" }, + "meanings" : [ "to surge up", + "to rise", + "(of tensions etc) to run high" ], + "classifiers" : [] } ] }, + { "simplified" : "高中", + "radical" : "高", + "level" : [ "new-2" ], + "frequency" : 2025, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "高中", + "transcriptions" : { "pinyin" : "gāo zhōng", + "numeric" : "gao1 zhong1", + "wadegiles" : "kao¹ chung¹", + "bopomofo" : "ㄍㄠ ㄓㄨㄥ", + "romatzyh" : "gau jong" }, + "meanings" : [ "senior high school", + "abbr. for 高级中学" ], + "classifiers" : [] }, + { "traditional" : "高中", + "transcriptions" : { "pinyin" : "gāo zhòng", + "numeric" : "gao1 zhong4", + "wadegiles" : "kao¹ chung⁴", + "bopomofo" : "ㄍㄠ ㄓㄨㄥˋ", + "romatzyh" : "gau jonq" }, + "meanings" : [ "to pass brilliantly (used in congratulatory fashion)" ], + "classifiers" : [] } ] }, + { "simplified" : "搞", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 387, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搞", + "transcriptions" : { "pinyin" : "gǎo", + "numeric" : "gao3", + "wadegiles" : "kao³", + "bopomofo" : "ㄍㄠˇ", + "romatzyh" : "gao" }, + "meanings" : [ "to do", + "to make", + "to go in for", + "to set up", + "to get hold of", + "to take care of" ], + "classifiers" : [] } ] }, + { "simplified" : "搞鬼", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 35904, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搞鬼", + "transcriptions" : { "pinyin" : "gǎo guǐ", + "numeric" : "gao3 gui3", + "wadegiles" : "kao³ kuei³", + "bopomofo" : "ㄍㄠˇ ㄍㄨㄟˇ", + "romatzyh" : "gao goei" }, + "meanings" : [ "to make mischief", + "to play tricks" ], + "classifiers" : [] } ] }, + { "simplified" : "搞好", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 8974, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搞好", + "transcriptions" : { "pinyin" : "gǎo hǎo", + "numeric" : "gao3 hao3", + "wadegiles" : "kao³ hao³", + "bopomofo" : "ㄍㄠˇ ㄏㄠˇ", + "romatzyh" : "gao hao" }, + "meanings" : [ "to do well at", + "to do a good job" ], + "classifiers" : [] } ] }, + { "simplified" : "搞笑", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "搞笑", + "transcriptions" : { "pinyin" : "gǎo xiào", + "numeric" : "gao3 xiao4", + "wadegiles" : "kao³ hsiao⁴", + "bopomofo" : "ㄍㄠˇ ㄒㄧㄠˋ", + "romatzyh" : "gao shiaw" }, + "meanings" : [ "to get people to laugh", + "funny", + "hilarious" ], + "classifiers" : [] } ] }, + { "simplified" : "稿件", + "radical" : "禾", + "level" : [ "old-6" ], + "frequency" : 22943, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稿件", + "transcriptions" : { "pinyin" : "gǎo jiàn", + "numeric" : "gao3 jian4", + "wadegiles" : "kao³ chien⁴", + "bopomofo" : "ㄍㄠˇ ㄐㄧㄢˋ", + "romatzyh" : "gao jiann" }, + "meanings" : [ "piece of writing submitted for publication", + "manuscript", + "article" ], + "classifiers" : [] } ] }, + { "simplified" : "稿子", + "radical" : "禾", + "level" : [ "new-6" ], + "frequency" : 15322, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稿子", + "transcriptions" : { "pinyin" : "gǎo zi", + "numeric" : "gao3 zi5", + "wadegiles" : "kao³ zi", + "bopomofo" : "ㄍㄠˇ zi", + "romatzyh" : "gao zi" }, + "meanings" : [ "draft of a document", + "script", + "manuscript", + "mental plan", + "precedent" ], + "classifiers" : [] } ] }, + { "simplified" : "告", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 3092, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "告", + "transcriptions" : { "pinyin" : "gào", + "numeric" : "gao4", + "wadegiles" : "kao⁴", + "bopomofo" : "ㄍㄠˋ", + "romatzyh" : "gaw" }, + "meanings" : [ "to say", + "to tell", + "to announce", + "to report", + "to denounce", + "to file a lawsuit", + "to sue" ], + "classifiers" : [] } ] }, + { "simplified" : "告别", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 4591, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "告別", + "transcriptions" : { "pinyin" : "gào bié", + "numeric" : "gao4 bie2", + "wadegiles" : "kao⁴ pieh²", + "bopomofo" : "ㄍㄠˋ ㄅㄧㄝˊ", + "romatzyh" : "gaw bye" }, + "meanings" : [ "to leave; to part from", + "to bid farewell to; to say goodbye to" ], + "classifiers" : [] } ] }, + { "simplified" : "告辞", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16347, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "告辭", + "transcriptions" : { "pinyin" : "gào cí", + "numeric" : "gao4 ci2", + "wadegiles" : "kao⁴ tz'u²", + "bopomofo" : "ㄍㄠˋ ㄘˊ", + "romatzyh" : "gaw tsyr" }, + "meanings" : [ "to say goodbye", + "to take one's leave" ], + "classifiers" : [] } ] }, + { "simplified" : "告诫", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12672, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "告誡", + "transcriptions" : { "pinyin" : "gào jiè", + "numeric" : "gao4 jie4", + "wadegiles" : "kao⁴ chieh⁴", + "bopomofo" : "ㄍㄠˋ ㄐㄧㄝˋ", + "romatzyh" : "gaw jieh" }, + "meanings" : [ "to warn", "to admonish" ], + "classifiers" : [] } ] }, + { "simplified" : "告示", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 18615, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "告示", + "transcriptions" : { "pinyin" : "gào shi", + "numeric" : "gao4 shi5", + "wadegiles" : "kao⁴ shi", + "bopomofo" : "ㄍㄠˋ shi", + "romatzyh" : "gaw shi" }, + "meanings" : [ "announcement" ], + "classifiers" : [] } ] }, + { "simplified" : "告诉", + "radical" : "口", + "level" : [ "new-1", "old-2" ], + "frequency" : 252, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "告訴", + "transcriptions" : { "pinyin" : "gào sù", + "numeric" : "gao4 su4", + "wadegiles" : "kao⁴ su⁴", + "bopomofo" : "ㄍㄠˋ ㄙㄨˋ", + "romatzyh" : "gaw suh" }, + "meanings" : [ "to press charges; to file a complaint" ], + "classifiers" : [] }, + { "traditional" : "告訴", + "transcriptions" : { "pinyin" : "gào su", + "numeric" : "gao4 su5", + "wadegiles" : "kao⁴ su", + "bopomofo" : "ㄍㄠˋ su", + "romatzyh" : "gaw su" }, + "meanings" : [ "to tell; to inform; to let know" ], + "classifiers" : [] } ] }, + { "simplified" : "告知", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 5005, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "告知", + "transcriptions" : { "pinyin" : "gào zhī", + "numeric" : "gao4 zhi1", + "wadegiles" : "kao⁴ chih¹", + "bopomofo" : "ㄍㄠˋ ㄓ", + "romatzyh" : "gaw jy" }, + "meanings" : [ "to inform" ], + "classifiers" : [] } ] }, + { "simplified" : "告状", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 22767, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "告狀", + "transcriptions" : { "pinyin" : "gào zhuàng", + "numeric" : "gao4 zhuang4", + "wadegiles" : "kao⁴ chuang⁴", + "bopomofo" : "ㄍㄠˋ ㄓㄨㄤˋ", + "romatzyh" : "gaw juanq" }, + "meanings" : [ "to tell on sb", + "to complain (to a teacher, a superior etc)", + "to bring a lawsuit" ], + "classifiers" : [] } ] }, + { "simplified" : "戈壁", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 43072, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戈壁", + "transcriptions" : { "pinyin" : "Gē bì", + "numeric" : "Ge1 bi4", + "wadegiles" : "ko¹ pi⁴", + "bopomofo" : "ㄍㄜ ㄅㄧˋ", + "romatzyh" : "ge bih" }, + "meanings" : [ "Gobi (desert)" ], + "classifiers" : [] } ] }, + { "simplified" : "疙瘩", + "radical" : "疒", + "level" : [ "old-6" ], + "frequency" : 20368, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "疙瘩", + "transcriptions" : { "pinyin" : "gē da", + "numeric" : "ge1 da5", + "wadegiles" : "ko¹ da", + "bopomofo" : "ㄍㄜ da", + "romatzyh" : "ge da" }, + "meanings" : [ "swelling or lump on skin; pimple", + "knot; lump", + "preoccupation; problem" ], + "classifiers" : [] } ] }, + { "simplified" : "哥", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 1132, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "哥", + "transcriptions" : { "pinyin" : "gē", + "numeric" : "ge1", + "wadegiles" : "ko¹", + "bopomofo" : "ㄍㄜ", + "romatzyh" : "ge" }, + "meanings" : [ "elder brother" ], + "classifiers" : [] } ] }, + { "simplified" : "哥哥", + "radical" : "口", + "level" : [ "new-1", "old-2" ], + "frequency" : 1655, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "哥哥", + "transcriptions" : { "pinyin" : "gē ge", + "numeric" : "ge1 ge5", + "wadegiles" : "ko¹ ge", + "bopomofo" : "ㄍㄜ ge", + "romatzyh" : "ge ge" }, + "meanings" : [ "older brother" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "胳膊", + "radical" : "⺼", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5256, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "胳膊", + "transcriptions" : { "pinyin" : "gē bo", + "numeric" : "ge1 bo5", + "wadegiles" : "ko¹ bo", + "bopomofo" : "ㄍㄜ bo", + "romatzyh" : "ge bo" }, + "meanings" : [ "arm" ], + "classifiers" : [ "只", "条", "双" ] } ] }, + { "simplified" : "鸽子", + "radical" : "鸟", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9334, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鴿子", + "transcriptions" : { "pinyin" : "gē zi", + "numeric" : "ge1 zi5", + "wadegiles" : "ko¹ zi", + "bopomofo" : "ㄍㄜ zi", + "romatzyh" : "ge zi" }, + "meanings" : [ "pigeon", + "dove", + "various birds of the family Columbidae" ], + "classifiers" : [] } ] }, + { "simplified" : "割", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4717, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "割", + "transcriptions" : { "pinyin" : "gē", + "numeric" : "ge1", + "wadegiles" : "ko¹", + "bopomofo" : "ㄍㄜ", + "romatzyh" : "ge" }, + "meanings" : [ "to cut", "to cut apart" ], + "classifiers" : [] } ] }, + { "simplified" : "搁", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13072, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擱", + "transcriptions" : { "pinyin" : "gē", + "numeric" : "ge1", + "wadegiles" : "ko¹", + "bopomofo" : "ㄍㄜ", + "romatzyh" : "ge" }, + "meanings" : [ "to place", + "to put aside", + "to shelve" ], + "classifiers" : [] }, + { "traditional" : "擱", + "transcriptions" : { "pinyin" : "gé", + "numeric" : "ge2", + "wadegiles" : "ko²", + "bopomofo" : "ㄍㄜˊ", + "romatzyh" : "ger" }, + "meanings" : [ "to bear", "to stand", "to endure" ], + "classifiers" : [] } ] }, + { "simplified" : "搁浅", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 19247, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擱淺", + "transcriptions" : { "pinyin" : "gē qiǎn", + "numeric" : "ge1 qian3", + "wadegiles" : "ko¹ ch'ien³", + "bopomofo" : "ㄍㄜ ㄑㄧㄢˇ", + "romatzyh" : "ge chean" }, + "meanings" : [ "to be stranded (of ship)", + "to run aground", + "fig. to run into difficulties and stop" ], + "classifiers" : [] } ] }, + { "simplified" : "搁置", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 18213, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擱置", + "transcriptions" : { "pinyin" : "gē zhì", + "numeric" : "ge1 zhi4", + "wadegiles" : "ko¹ chih⁴", + "bopomofo" : "ㄍㄜ ㄓˋ", + "romatzyh" : "ge jyh" }, + "meanings" : [ "to shelve", "to set aside" ], + "classifiers" : [] } ] }, + { "simplified" : "歌", + "radical" : "欠", + "level" : [ "new-1" ], + "frequency" : 702, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "歌", + "transcriptions" : { "pinyin" : "gē", + "numeric" : "ge1", + "wadegiles" : "ko¹", + "bopomofo" : "ㄍㄜ", + "romatzyh" : "ge" }, + "meanings" : [ "song", "to sing" ], + "classifiers" : [ "支", "首" ] }, + { "traditional" : "謌", + "transcriptions" : { "pinyin" : "gē", + "numeric" : "ge1", + "wadegiles" : "ko¹", + "bopomofo" : "ㄍㄜ", + "romatzyh" : "ge" }, + "meanings" : [ "variant of 歌" ], + "classifiers" : [] } ] }, + { "simplified" : "歌唱", + "radical" : "欠", + "level" : [ "new-6" ], + "frequency" : 7200, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "歌唱", + "transcriptions" : { "pinyin" : "gē chàng", + "numeric" : "ge1 chang4", + "wadegiles" : "ko¹ ch'ang⁴", + "bopomofo" : "ㄍㄜ ㄔㄤˋ", + "romatzyh" : "ge chanq" }, + "meanings" : [ "to sing" ], + "classifiers" : [] } ] }, + { "simplified" : "歌词", + "radical" : "欠", + "level" : [ "new-6" ], + "frequency" : 5523, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌詞", + "transcriptions" : { "pinyin" : "gē cí", + "numeric" : "ge1 ci2", + "wadegiles" : "ko¹ tz'u²", + "bopomofo" : "ㄍㄜ ㄘˊ", + "romatzyh" : "ge tsyr" }, + "meanings" : [ "song lyric", "lyrics" ], + "classifiers" : [] } ] }, + { "simplified" : "歌剧", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 10730, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌劇", + "transcriptions" : { "pinyin" : "gē jù", + "numeric" : "ge1 ju4", + "wadegiles" : "ko¹ chü⁴", + "bopomofo" : "ㄍㄜ ㄐㄩˋ", + "romatzyh" : "ge jiuh" }, + "meanings" : [ "Western opera" ], + "classifiers" : [ "场", "出" ] } ] }, + { "simplified" : "歌迷", + "radical" : "欠", + "level" : [ "new-3" ], + "frequency" : 6912, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌迷", + "transcriptions" : { "pinyin" : "gē mí", + "numeric" : "ge1 mi2", + "wadegiles" : "ko¹ mi²", + "bopomofo" : "ㄍㄜ ㄇㄧˊ", + "romatzyh" : "ge mi" }, + "meanings" : [ "fan of a singer" ], + "classifiers" : [] } ] }, + { "simplified" : "歌曲", + "radical" : "欠", + "level" : [ "new-5" ], + "frequency" : 2500, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌曲", + "transcriptions" : { "pinyin" : "gē qǔ", + "numeric" : "ge1 qu3", + "wadegiles" : "ko¹ ch'ü³", + "bopomofo" : "ㄍㄜ ㄑㄩˇ", + "romatzyh" : "ge cheu" }, + "meanings" : [ "song" ], + "classifiers" : [] } ] }, + { "simplified" : "歌声", + "radical" : "欠", + "level" : [ "new-3" ], + "frequency" : 6372, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌聲", + "transcriptions" : { "pinyin" : "gē shēng", + "numeric" : "ge1 sheng1", + "wadegiles" : "ko¹ sheng¹", + "bopomofo" : "ㄍㄜ ㄕㄥ", + "romatzyh" : "ge sheng" }, + "meanings" : [ "singing voice", + "fig. original voice of a poet" ], + "classifiers" : [] } ] }, + { "simplified" : "歌手", + "radical" : "欠", + "level" : [ "new-3" ], + "frequency" : 3028, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌手", + "transcriptions" : { "pinyin" : "gē shǒu", + "numeric" : "ge1 shou3", + "wadegiles" : "ko¹ shou³", + "bopomofo" : "ㄍㄜ ㄕㄡˇ", + "romatzyh" : "ge shoou" }, + "meanings" : [ "singer" ], + "classifiers" : [] } ] }, + { "simplified" : "歌颂", + "radical" : "欠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18555, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "歌頌", + "transcriptions" : { "pinyin" : "gē sòng", + "numeric" : "ge1 song4", + "wadegiles" : "ko¹ sung⁴", + "bopomofo" : "ㄍㄜ ㄙㄨㄥˋ", + "romatzyh" : "ge sonq" }, + "meanings" : [ "to sing the praises of", + "to extol", + "to eulogize" ], + "classifiers" : [] } ] }, + { "simplified" : "歌舞", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 9676, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌舞", + "transcriptions" : { "pinyin" : "gē wǔ", + "numeric" : "ge1 wu3", + "wadegiles" : "ko¹ wu³", + "bopomofo" : "ㄍㄜ ㄨˇ", + "romatzyh" : "ge wuu" }, + "meanings" : [ "singing and dancing" ], + "classifiers" : [] } ] }, + { "simplified" : "歌星", + "radical" : "欠", + "level" : [ "new-6" ], + "frequency" : 13160, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌星", + "transcriptions" : { "pinyin" : "gē xīng", + "numeric" : "ge1 xing1", + "wadegiles" : "ko¹ hsing¹", + "bopomofo" : "ㄍㄜ ㄒㄧㄥ", + "romatzyh" : "ge shing" }, + "meanings" : [ "singing star", "famous singer" ], + "classifiers" : [] } ] }, + { "simplified" : "歌咏", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 50700, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歌詠", + "transcriptions" : { "pinyin" : "gē yǒng", + "numeric" : "ge1 yong3", + "wadegiles" : "ko¹ yung³", + "bopomofo" : "ㄍㄜ ㄩㄥˇ", + "romatzyh" : "ge yeong" }, + "meanings" : [ "to sing" ], + "classifiers" : [] } ] }, + { "simplified" : "革命", + "radical" : "革", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2986, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "革命", + "transcriptions" : { "pinyin" : "gé mìng", + "numeric" : "ge2 ming4", + "wadegiles" : "ko² ming⁴", + "bopomofo" : "ㄍㄜˊ ㄇㄧㄥˋ", + "romatzyh" : "ger minq" }, + "meanings" : [ "to withdraw the mandate of heaven (and transition to a new dynasty) (original meaning)", + "revolution", + "revolutionary", + "to revolt (against sb or sth)", + "to revolutionize (sth)", + "(separable verb sometimes used in the pattern 革noun的命)" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "革新", + "radical" : "革", + "level" : [ "new-6" ], + "frequency" : 13372, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "革新", + "transcriptions" : { "pinyin" : "gé xīn", + "numeric" : "ge2 xin1", + "wadegiles" : "ko² hsin¹", + "bopomofo" : "ㄍㄜˊ ㄒㄧㄣ", + "romatzyh" : "ger shin" }, + "meanings" : [ "to innovate", "innovation" ], + "classifiers" : [] } ] }, + { "simplified" : "格", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 1674, + "pos" : [ "n", "b", "g" ], + "forms" : [ { "traditional" : "格", + "transcriptions" : { "pinyin" : "gé", + "numeric" : "ge2", + "wadegiles" : "ko²", + "bopomofo" : "ㄍㄜˊ", + "romatzyh" : "ger" }, + "meanings" : [ "square", + "frame", + "rule", + "(legal) case", + "style", + "character", + "standard", + "pattern", + "(grammar) case", + "(classical) to obstruct", + "to hinder", + "(classical) to arrive", + "to come", + "(classical) to investigate", + "to study exhaustively" ], + "classifiers" : [] } ] }, + { "simplified" : "格格不入", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 21750, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "格格不入", + "transcriptions" : { "pinyin" : "gé gé bù rù", + "numeric" : "ge2 ge2 bu4 ru4", + "wadegiles" : "ko² ko² pu⁴ ju⁴", + "bopomofo" : "ㄍㄜˊ ㄍㄜˊ ㄅㄨˋ ㄖㄨˋ", + "romatzyh" : "ger ger buh ruh" }, + "meanings" : [ "(idiom) inharmonious", + "incompatible" ], + "classifiers" : [] } ] }, + { "simplified" : "格局", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15477, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "格局", + "transcriptions" : { "pinyin" : "gé jú", + "numeric" : "ge2 ju2", + "wadegiles" : "ko² chü²", + "bopomofo" : "ㄍㄜˊ ㄐㄩˊ", + "romatzyh" : "ger jyu" }, + "meanings" : [ "structure", "pattern", "layout" ], + "classifiers" : [] } ] }, + { "simplified" : "格式", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11622, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "格式", + "transcriptions" : { "pinyin" : "gé shì", + "numeric" : "ge2 shi4", + "wadegiles" : "ko² shih⁴", + "bopomofo" : "ㄍㄜˊ ㄕˋ", + "romatzyh" : "ger shyh" }, + "meanings" : [ "form", "specification", "format" ], + "classifiers" : [] } ] }, + { "simplified" : "格外", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 8815, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "格外", + "transcriptions" : { "pinyin" : "gé wài", + "numeric" : "ge2 wai4", + "wadegiles" : "ko² wai⁴", + "bopomofo" : "ㄍㄜˊ ㄨㄞˋ", + "romatzyh" : "ger way" }, + "meanings" : [ "especially", "particularly" ], + "classifiers" : [] } ] }, + { "simplified" : "隔", + "radical" : "阝", + "level" : [ "new-4" ], + "frequency" : 3463, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "隔", + "transcriptions" : { "pinyin" : "gé", + "numeric" : "ge2", + "wadegiles" : "ko²", + "bopomofo" : "ㄍㄜˊ", + "romatzyh" : "ger" }, + "meanings" : [ "to separate", + "to partition", + "to stand or lie between", + "at a distance from", + "after or at an interval of" ], + "classifiers" : [] } ] }, + { "simplified" : "隔壁", + "radical" : "阝", + "level" : [ "new-5", "old-5" ], + "frequency" : 5305, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "隔壁", + "transcriptions" : { "pinyin" : "gé bì", + "numeric" : "ge2 bi4", + "wadegiles" : "ko² pi⁴", + "bopomofo" : "ㄍㄜˊ ㄅㄧˋ", + "romatzyh" : "ger bih" }, + "meanings" : [ "next door", "neighbor" ], + "classifiers" : [] } ] }, + { "simplified" : "隔阂", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20336, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隔閡", + "transcriptions" : { "pinyin" : "gé hé", + "numeric" : "ge2 he2", + "wadegiles" : "ko² ho²", + "bopomofo" : "ㄍㄜˊ ㄏㄜˊ", + "romatzyh" : "ger her" }, + "meanings" : [ "misunderstanding", + "estrangement", + "(language etc) barrier" ], + "classifiers" : [] } ] }, + { "simplified" : "隔开", + "radical" : "阝", + "level" : [ "new-4" ], + "frequency" : 29275, + "pos" : [], + "forms" : [ { "traditional" : "隔開", + "transcriptions" : { "pinyin" : "gé kāi", + "numeric" : "ge2 kai1", + "wadegiles" : "ko² k'ai¹", + "bopomofo" : "ㄍㄜˊ ㄎㄞ", + "romatzyh" : "ger kai" }, + "meanings" : [ "to separate" ], + "classifiers" : [] } ] }, + { "simplified" : "隔离", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5300, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "隔離", + "transcriptions" : { "pinyin" : "gé lí", + "numeric" : "ge2 li2", + "wadegiles" : "ko² li²", + "bopomofo" : "ㄍㄜˊ ㄌㄧˊ", + "romatzyh" : "ger li" }, + "meanings" : [ "to separate", "to isolate" ], + "classifiers" : [] } ] }, + { "simplified" : "个", + "radical" : "丨", + "level" : [ "new-1", "old-1" ], + "frequency" : 19, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "個", + "transcriptions" : { "pinyin" : "gě", + "numeric" : "ge3", + "wadegiles" : "ko³", + "bopomofo" : "ㄍㄜˇ", + "romatzyh" : "gee" }, + "meanings" : [ "used in 自个儿" ], + "classifiers" : [] }, + { "traditional" : "個", + "transcriptions" : { "pinyin" : "gè", + "numeric" : "ge4", + "wadegiles" : "ko⁴", + "bopomofo" : "ㄍㄜˋ", + "romatzyh" : "geh" }, + "meanings" : [ "(classifier used before a noun that has no specific classifier)", + "(bound form) individual" ], + "classifiers" : [] }, + { "traditional" : "箇", + "transcriptions" : { "pinyin" : "gè", + "numeric" : "ge4", + "wadegiles" : "ko⁴", + "bopomofo" : "ㄍㄜˋ", + "romatzyh" : "geh" }, + "meanings" : [ "variant of 个" ], + "classifiers" : [] } ] }, + { "simplified" : "个案", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 18891, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "個案", + "transcriptions" : { "pinyin" : "gè àn", + "numeric" : "ge4 an4", + "wadegiles" : "ko⁴ an⁴", + "bopomofo" : "ㄍㄜˋ ㄢˋ", + "romatzyh" : "geh ann" }, + "meanings" : [ "individual case; special case" ], + "classifiers" : [] } ] }, + { "simplified" : "个别", + "radical" : "丨", + "level" : [ "new-4", "old-5" ], + "frequency" : 6477, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "個別", + "transcriptions" : { "pinyin" : "gè bié", + "numeric" : "ge4 bie2", + "wadegiles" : "ko⁴ pieh²", + "bopomofo" : "ㄍㄜˋ ㄅㄧㄝˊ", + "romatzyh" : "geh bye" }, + "meanings" : [ "individually; one by one", + "just one or two; exceptional; rare" ], + "classifiers" : [] } ] }, + { "simplified" : "个儿", + "radical" : "丨", + "level" : [ "new-5" ], + "frequency" : 25731, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "個兒", + "transcriptions" : { "pinyin" : "gè r", + "numeric" : "ge4 r5", + "wadegiles" : "ko⁴ r", + "bopomofo" : "ㄍㄜˋ r", + "romatzyh" : "geh r" }, + "meanings" : [ "size", "height", "stature" ], + "classifiers" : [] } ] }, + { "simplified" : "个人", + "radical" : "丨", + "level" : [ "new-3", "old-5" ], + "frequency" : 636, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "個人", + "transcriptions" : { "pinyin" : "gè rén", + "numeric" : "ge4 ren2", + "wadegiles" : "ko⁴ jen²", + "bopomofo" : "ㄍㄜˋ ㄖㄣˊ", + "romatzyh" : "geh ren" }, + "meanings" : [ "individual", + "personal", + "oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "个体", + "radical" : "丨", + "level" : [ "new-4", "old-6" ], + "frequency" : 7735, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "個體", + "transcriptions" : { "pinyin" : "gè tǐ", + "numeric" : "ge4 ti3", + "wadegiles" : "ko⁴ t'i³", + "bopomofo" : "ㄍㄜˋ ㄊㄧˇ", + "romatzyh" : "geh tii" }, + "meanings" : [ "individual" ], + "classifiers" : [] } ] }, + { "simplified" : "个头儿", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 87095, + "pos" : [], + "forms" : [ { "traditional" : "個頭兒", + "transcriptions" : { "pinyin" : "gè tóu r", + "numeric" : "ge4 tou2 r5", + "wadegiles" : "ko⁴ t'ou² r", + "bopomofo" : "ㄍㄜˋ ㄊㄡˊ r", + "romatzyh" : "geh tour r" }, + "meanings" : [ "size", "height", "stature" ], + "classifiers" : [] } ] }, + { "simplified" : "个性", + "radical" : "丨", + "level" : [ "new-3", "old-5" ], + "frequency" : 2614, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "個性", + "transcriptions" : { "pinyin" : "gè xìng", + "numeric" : "ge4 xing4", + "wadegiles" : "ko⁴ hsing⁴", + "bopomofo" : "ㄍㄜˋ ㄒㄧㄥˋ", + "romatzyh" : "geh shinq" }, + "meanings" : [ "individuality", "personality" ], + "classifiers" : [] } ] }, + { "simplified" : "个子", + "radical" : "丨", + "level" : [ "new-2", "old-4" ], + "frequency" : 10888, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "個子", + "transcriptions" : { "pinyin" : "gè zi", + "numeric" : "ge4 zi5", + "wadegiles" : "ko⁴ zi", + "bopomofo" : "ㄍㄜˋ zi", + "romatzyh" : "geh zi" }, + "meanings" : [ "height", + "stature", + "build", + "size" ], + "classifiers" : [] } ] }, + { "simplified" : "各", + "radical" : "口", + "level" : [ "new-3", "old-4" ], + "frequency" : 1022, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "各", + "transcriptions" : { "pinyin" : "gè", + "numeric" : "ge4", + "wadegiles" : "ko⁴", + "bopomofo" : "ㄍㄜˋ", + "romatzyh" : "geh" }, + "meanings" : [ "each", "every" ], + "classifiers" : [] } ] }, + { "simplified" : "各奔前程", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 66834, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "各奔前程", + "transcriptions" : { "pinyin" : "gè bèn qián chéng", + "numeric" : "ge4 ben4 qian2 cheng2", + "wadegiles" : "ko⁴ pen⁴ ch'ien² ch'eng²", + "bopomofo" : "ㄍㄜˋ ㄅㄣˋ ㄑㄧㄢˊ ㄔㄥˊ", + "romatzyh" : "geh benn chyan cherng" }, + "meanings" : [ "each goes his own way (idiom); each person has his own life to lead" ], + "classifiers" : [] } ] }, + { "simplified" : "各地", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 3044, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "各地", + "transcriptions" : { "pinyin" : "gè dì", + "numeric" : "ge4 di4", + "wadegiles" : "ko⁴ ti⁴", + "bopomofo" : "ㄍㄜˋ ㄉㄧˋ", + "romatzyh" : "geh dih" }, + "meanings" : [ "in all parts of (a country)", + "various regions" ], + "classifiers" : [] } ] }, + { "simplified" : "各个", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 3882, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "各個", + "transcriptions" : { "pinyin" : "gè gè", + "numeric" : "ge4 ge4", + "wadegiles" : "ko⁴ ko⁴", + "bopomofo" : "ㄍㄜˋ ㄍㄜˋ", + "romatzyh" : "geh geh" }, + "meanings" : [ "every", + "various", + "separately, one by one" ], + "classifiers" : [] } ] }, + { "simplified" : "各式各样", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 16165, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "各式各樣", + "transcriptions" : { "pinyin" : "gè shì gè yàng", + "numeric" : "ge4 shi4 ge4 yang4", + "wadegiles" : "ko⁴ shih⁴ ko⁴ yang⁴", + "bopomofo" : "ㄍㄜˋ ㄕˋ ㄍㄜˋ ㄧㄤˋ", + "romatzyh" : "geh shyh geh yanq" }, + "meanings" : [ "(of) all kinds and sorts", + "various" ], + "classifiers" : [] } ] }, + { "simplified" : "各抒己见", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 46742, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "各抒己見", + "transcriptions" : { "pinyin" : "gè shū jǐ jiàn", + "numeric" : "ge4 shu1 ji3 jian4", + "wadegiles" : "ko⁴ shu¹ chi³ chien⁴", + "bopomofo" : "ㄍㄜˋ ㄕㄨ ㄐㄧˇ ㄐㄧㄢˋ", + "romatzyh" : "geh shu jii jiann" }, + "meanings" : [ "everyone gives their own view" ], + "classifiers" : [] } ] }, + { "simplified" : "各位", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 786, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "各位", + "transcriptions" : { "pinyin" : "gè wèi", + "numeric" : "ge4 wei4", + "wadegiles" : "ko⁴ wei⁴", + "bopomofo" : "ㄍㄜˋ ㄨㄟˋ", + "romatzyh" : "geh wey" }, + "meanings" : [ "everybody", + "all (guests, colleagues etc)", + "all of you" ], + "classifiers" : [] } ] }, + { "simplified" : "各种", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 1510, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "各種", + "transcriptions" : { "pinyin" : "gè zhǒng", + "numeric" : "ge4 zhong3", + "wadegiles" : "ko⁴ chung³", + "bopomofo" : "ㄍㄜˋ ㄓㄨㄥˇ", + "romatzyh" : "geh joong" }, + "meanings" : [ "every kind of; all kinds of; various" ], + "classifiers" : [] } ] }, + { "simplified" : "各自", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 3398, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "各自", + "transcriptions" : { "pinyin" : "gè zì", + "numeric" : "ge4 zi4", + "wadegiles" : "ko⁴ tzu⁴", + "bopomofo" : "ㄍㄜˋ ㄗˋ", + "romatzyh" : "geh tzyh" }, + "meanings" : [ "each", "respective", "apiece" ], + "classifiers" : [] } ] }, + { "simplified" : "给", + "radical" : "纟", + "level" : [ "new-1", "old-2" ], + "frequency" : 46, + "pos" : [ "p", "v", "u" ], + "forms" : [ { "traditional" : "給", + "transcriptions" : { "pinyin" : "gěi", + "numeric" : "gei3", + "wadegiles" : "kei³", + "bopomofo" : "ㄍㄟˇ", + "romatzyh" : "geei" }, + "meanings" : [ "to", + "for", + "for the benefit of", + "to give", + "to allow", + "to do sth (for sb)", + "(grammatical equivalent of 被)", + "(grammatical equivalent of 把)", + "(sentence intensifier)" ], + "classifiers" : [] }, + { "traditional" : "給", + "transcriptions" : { "pinyin" : "jǐ", + "numeric" : "ji3", + "wadegiles" : "chi³", + "bopomofo" : "ㄐㄧˇ", + "romatzyh" : "jii" }, + "meanings" : [ "to supply", "to provide" ], + "classifiers" : [] } ] }, + { "simplified" : "给予", + "radical" : "纟", + "level" : [ "new-6", "old-6" ], + "frequency" : 2680, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "給予", + "transcriptions" : { "pinyin" : "jǐ yǔ", + "numeric" : "ji3 yu3", + "wadegiles" : "chi³ yü³", + "bopomofo" : "ㄐㄧˇ ㄩˇ", + "romatzyh" : "jii yeu" }, + "meanings" : [ "(literary) to give; to accord; to render" ], + "classifiers" : [] } ] }, + { "simplified" : "根", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 1181, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "根", + "transcriptions" : { "pinyin" : "gēn", + "numeric" : "gen1", + "wadegiles" : "ken¹", + "bopomofo" : "ㄍㄣ", + "romatzyh" : "gen" }, + "meanings" : [ "root", + "basis", + "classifier for long slender objects, e.g. cigarettes, guitar strings", + "radical (chemistry)" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "根本", + "radical" : "木", + "level" : [ "new-3", "old-5" ], + "frequency" : 591, + "pos" : [ "d", "n", "a" ], + "forms" : [ { "traditional" : "根本", + "transcriptions" : { "pinyin" : "gēn běn", + "numeric" : "gen1 ben3", + "wadegiles" : "ken¹ pen³", + "bopomofo" : "ㄍㄣ ㄅㄣˇ", + "romatzyh" : "gen been" }, + "meanings" : [ "fundamental", + "basic", + "root", + "simply", + "absolutely (not)", + "(not) at all" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "根基", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 21199, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "根基", + "transcriptions" : { "pinyin" : "gēn jī", + "numeric" : "gen1 ji1", + "wadegiles" : "ken¹ chi¹", + "bopomofo" : "ㄍㄣ ㄐㄧ", + "romatzyh" : "gen ji" }, + "meanings" : [ "foundation" ], + "classifiers" : [] } ] }, + { "simplified" : "根据", + "radical" : "木", + "level" : [ "new-4", "old-3" ], + "frequency" : 694, + "pos" : [ "p", "n", "v" ], + "forms" : [ { "traditional" : "根據", + "transcriptions" : { "pinyin" : "gēn jù", + "numeric" : "gen1 ju4", + "wadegiles" : "ken¹ chü⁴", + "bopomofo" : "ㄍㄣ ㄐㄩˋ", + "romatzyh" : "gen jiuh" }, + "meanings" : [ "according to", + "based on", + "basis", + "foundation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "根深蒂固", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25542, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "根深蒂固", + "transcriptions" : { "pinyin" : "gēn shēn dì gù", + "numeric" : "gen1 shen1 di4 gu4", + "wadegiles" : "ken¹ shen¹ ti⁴ ku⁴", + "bopomofo" : "ㄍㄣ ㄕㄣ ㄉㄧˋ ㄍㄨˋ", + "romatzyh" : "gen shen dih guh" }, + "meanings" : [ "deep-rooted (problem etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "根源", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10013, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "根源", + "transcriptions" : { "pinyin" : "gēn yuán", + "numeric" : "gen1 yuan2", + "wadegiles" : "ken¹ yüan²", + "bopomofo" : "ㄍㄣ ㄩㄢˊ", + "romatzyh" : "gen yuan" }, + "meanings" : [ "origin", "root (cause)" ], + "classifiers" : [] } ] }, + { "simplified" : "根治", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 22172, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "根治", + "transcriptions" : { "pinyin" : "gēn zhì", + "numeric" : "gen1 zhi4", + "wadegiles" : "ken¹ chih⁴", + "bopomofo" : "ㄍㄣ ㄓˋ", + "romatzyh" : "gen jyh" }, + "meanings" : [ "to bring under permanent control", + "to effect a radical cure" ], + "classifiers" : [] } ] }, + { "simplified" : "跟", + "radical" : "足", + "level" : [ "new-1", "old-3" ], + "frequency" : 135, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "跟", + "transcriptions" : { "pinyin" : "gēn", + "numeric" : "gen1", + "wadegiles" : "ken¹", + "bopomofo" : "ㄍㄣ", + "romatzyh" : "gen" }, + "meanings" : [ "heel", + "to follow closely", + "to go with", + "(of a woman) to marry sb", + "with", + "compared with", + "to", + "towards", + "and (joining two nouns)" ], + "classifiers" : [] } ] }, + { "simplified" : "跟不上", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 12757, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跟不上", + "transcriptions" : { "pinyin" : "gēn bu shàng", + "numeric" : "gen1 bu5 shang4", + "wadegiles" : "ken¹ bu shang⁴", + "bopomofo" : "ㄍㄣ bu ㄕㄤˋ", + "romatzyh" : "gen bu shanq" }, + "meanings" : [ "not able to keep up with" ], + "classifiers" : [] } ] }, + { "simplified" : "跟前", + "radical" : "足", + "level" : [ "new-5", "old-6" ], + "frequency" : 13531, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "跟前", + "transcriptions" : { "pinyin" : "gēn qián", + "numeric" : "gen1 qian2", + "wadegiles" : "ken¹ ch'ien²", + "bopomofo" : "ㄍㄣ ㄑㄧㄢˊ", + "romatzyh" : "gen chyan" }, + "meanings" : [ "the front (of)", + "(in) front", + "(in) sb's presence", + "just before (a date)" ], + "classifiers" : [] }, + { "traditional" : "跟前", + "transcriptions" : { "pinyin" : "gēn qian", + "numeric" : "gen1 qian5", + "wadegiles" : "ken¹ qian", + "bopomofo" : "ㄍㄣ qian", + "romatzyh" : "gen qian" }, + "meanings" : [ "(of children, parents etc) at one's side", + "living with one" ], + "classifiers" : [] } ] }, + { "simplified" : "跟上", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 21572, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跟上", + "transcriptions" : { "pinyin" : "gēn shàng", + "numeric" : "gen1 shang4", + "wadegiles" : "ken¹ shang⁴", + "bopomofo" : "ㄍㄣ ㄕㄤˋ", + "romatzyh" : "gen shanq" }, + "meanings" : [ "to catch up with", + "to keep pace with" ], + "classifiers" : [] } ] }, + { "simplified" : "跟随", + "radical" : "足", + "level" : [ "new-5", "old-6" ], + "frequency" : 6503, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跟隨", + "transcriptions" : { "pinyin" : "gēn suí", + "numeric" : "gen1 sui2", + "wadegiles" : "ken¹ sui²", + "bopomofo" : "ㄍㄣ ㄙㄨㄟˊ", + "romatzyh" : "gen swei" }, + "meanings" : [ "to follow" ], + "classifiers" : [] } ] }, + { "simplified" : "跟踪", + "radical" : "足", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3163, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "跟蹤", + "transcriptions" : { "pinyin" : "gēn zōng", + "numeric" : "gen1 zong1", + "wadegiles" : "ken¹ tsung¹", + "bopomofo" : "ㄍㄣ ㄗㄨㄥ", + "romatzyh" : "gen tzong" }, + "meanings" : [ "to follow sb's tracks", + "to tail", + "to shadow", + "tracking" ], + "classifiers" : [] } ] }, + { "simplified" : "耕地", + "radical" : "耒", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19605, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "耕地", + "transcriptions" : { "pinyin" : "gēng dì", + "numeric" : "geng1 di4", + "wadegiles" : "keng¹ ti⁴", + "bopomofo" : "ㄍㄥ ㄉㄧˋ", + "romatzyh" : "geng dih" }, + "meanings" : [ "arable land", "to plow land" ], + "classifiers" : [] } ] }, + { "simplified" : "耿直", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 54019, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "耿直", + "transcriptions" : { "pinyin" : "gěng zhí", + "numeric" : "geng3 zhi2", + "wadegiles" : "keng³ chih²", + "bopomofo" : "ㄍㄥˇ ㄓˊ", + "romatzyh" : "geeng jyr" }, + "meanings" : [ "honest", "frank", "candid" ], + "classifiers" : [] } ] }, + { "simplified" : "更", + "radical" : "曰", + "level" : [ "new-2", "old-3" ], + "frequency" : 127, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "更", + "transcriptions" : { "pinyin" : "gēng", + "numeric" : "geng1", + "wadegiles" : "keng¹", + "bopomofo" : "ㄍㄥ", + "romatzyh" : "geng" }, + "meanings" : [ "to change or replace", + "to experience", + "one of the five two-hour periods into which the night was formerly divided", + "watch (e.g. of a sentry or guard)" ], + "classifiers" : [] }, + { "traditional" : "更", + "transcriptions" : { "pinyin" : "gèng", + "numeric" : "geng4", + "wadegiles" : "keng⁴", + "bopomofo" : "ㄍㄥˋ", + "romatzyh" : "genq" }, + "meanings" : [ "more", + "even more", + "further", + "still", + "still more" ], + "classifiers" : [] } ] }, + { "simplified" : "更改", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 9840, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "更改", + "transcriptions" : { "pinyin" : "gēng gǎi", + "numeric" : "geng1 gai3", + "wadegiles" : "keng¹ kai³", + "bopomofo" : "ㄍㄥ ㄍㄞˇ", + "romatzyh" : "geng gae" }, + "meanings" : [ "to alter" ], + "classifiers" : [] } ] }, + { "simplified" : "更换", + "radical" : "曰", + "level" : [ "new-5" ], + "frequency" : 6605, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "更換", + "transcriptions" : { "pinyin" : "gēng huàn", + "numeric" : "geng1 huan4", + "wadegiles" : "keng¹ huan⁴", + "bopomofo" : "ㄍㄥ ㄏㄨㄢˋ", + "romatzyh" : "geng huann" }, + "meanings" : [ "to replace (a worn-out tire etc)", + "to change (one's address etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "更加", + "radical" : "曰", + "level" : [ "new-3", "old-5" ], + "frequency" : 1185, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "更加", + "transcriptions" : { "pinyin" : "gèng jiā", + "numeric" : "geng4 jia1", + "wadegiles" : "keng⁴ chia¹", + "bopomofo" : "ㄍㄥˋ ㄐㄧㄚ", + "romatzyh" : "genq jia" }, + "meanings" : [ "more (than sth else)", + "even more" ], + "classifiers" : [] } ] }, + { "simplified" : "更是", + "radical" : "曰", + "level" : [ "new-6" ], + "frequency" : 15824, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "更是", + "transcriptions" : { "pinyin" : "gèng shì", + "numeric" : "geng4 shi4", + "wadegiles" : "keng⁴ shih⁴", + "bopomofo" : "ㄍㄥˋ ㄕˋ", + "romatzyh" : "genq shyh" }, + "meanings" : [ "even more (so)" ], + "classifiers" : [] } ] }, + { "simplified" : "更新", + "radical" : "曰", + "level" : [ "new-5", "old-6" ], + "frequency" : 5383, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "更新", + "transcriptions" : { "pinyin" : "gēng xīn", + "numeric" : "geng1 xin1", + "wadegiles" : "keng¹ hsin¹", + "bopomofo" : "ㄍㄥ ㄒㄧㄣ", + "romatzyh" : "geng shin" }, + "meanings" : [ "to replace the old with new", + "to renew", + "to renovate", + "to upgrade", + "to update", + "to regenerate" ], + "classifiers" : [] } ] }, + { "simplified" : "更衣室", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 15045, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "更衣室", + "transcriptions" : { "pinyin" : "gēng yī shì", + "numeric" : "geng1 yi1 shi4", + "wadegiles" : "keng¹ i¹ shih⁴", + "bopomofo" : "ㄍㄥ ㄧ ㄕˋ", + "romatzyh" : "geng i shyh" }, + "meanings" : [ "change room; dressing room; locker room", + "(euphemism) toilet" ], + "classifiers" : [] } ] }, + { "simplified" : "更正", + "radical" : "曰", + "level" : [ "old-6" ], + "frequency" : 15240, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "更正", + "transcriptions" : { "pinyin" : "gēng zhèng", + "numeric" : "geng1 zheng4", + "wadegiles" : "keng¹ cheng⁴", + "bopomofo" : "ㄍㄥ ㄓㄥˋ", + "romatzyh" : "geng jenq" }, + "meanings" : [ "to correct", + "to make a correction" ], + "classifiers" : [] } ] }, + { "simplified" : "工厂", + "radical" : "工", + "level" : [ "new-3", "old-5" ], + "frequency" : 2656, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工廠", + "transcriptions" : { "pinyin" : "gōng chǎng", + "numeric" : "gong1 chang3", + "wadegiles" : "kung¹ ch'ang³", + "bopomofo" : "ㄍㄨㄥ ㄔㄤˇ", + "romatzyh" : "gong chaang" }, + "meanings" : [ "factory" ], + "classifiers" : [ "家", "座" ] } ] }, + { "simplified" : "工程", + "radical" : "工", + "level" : [ "new-4" ], + "frequency" : 2579, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工程", + "transcriptions" : { "pinyin" : "gōng chéng", + "numeric" : "gong1 cheng2", + "wadegiles" : "kung¹ ch'eng²", + "bopomofo" : "ㄍㄨㄥ ㄔㄥˊ", + "romatzyh" : "gong cherng" }, + "meanings" : [ "engineering", + "an engineering project", + "project", + "undertaking" ], + "classifiers" : [ "个", "项" ] } ] }, + { "simplified" : "工程师", + "radical" : "工", + "level" : [ "new-3", "old-5" ], + "frequency" : 5605, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工程師", + "transcriptions" : { "pinyin" : "gōng chéng shī", + "numeric" : "gong1 cheng2 shi1", + "wadegiles" : "kung¹ ch'eng² shih¹", + "bopomofo" : "ㄍㄨㄥ ㄔㄥˊ ㄕ", + "romatzyh" : "gong cherng shy" }, + "meanings" : [ "engineer" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "工地", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 6373, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工地", + "transcriptions" : { "pinyin" : "gōng dì", + "numeric" : "gong1 di4", + "wadegiles" : "kung¹ ti⁴", + "bopomofo" : "ㄍㄨㄥ ㄉㄧˋ", + "romatzyh" : "gong dih" }, + "meanings" : [ "construction site" ], + "classifiers" : [] } ] }, + { "simplified" : "工夫", + "radical" : "工", + "level" : [ "new-3", "old-6" ], + "frequency" : 10723, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工夫", + "transcriptions" : { "pinyin" : "gōng fū", + "numeric" : "gong1 fu1", + "wadegiles" : "kung¹ fu¹", + "bopomofo" : "ㄍㄨㄥ ㄈㄨ", + "romatzyh" : "gong fu" }, + "meanings" : [ "(old) laborer" ], + "classifiers" : [] }, + { "traditional" : "工夫", + "transcriptions" : { "pinyin" : "gōng fu", + "numeric" : "gong1 fu5", + "wadegiles" : "kung¹ fu", + "bopomofo" : "ㄍㄨㄥ fu", + "romatzyh" : "gong fu" }, + "meanings" : [ "period of time (may be months, or mere seconds)", + "spare time", + "skill", + "labor", + "effort" ], + "classifiers" : [] } ] }, + { "simplified" : "工会", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 5950, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工會", + "transcriptions" : { "pinyin" : "gōng huì", + "numeric" : "gong1 hui4", + "wadegiles" : "kung¹ hui⁴", + "bopomofo" : "ㄍㄨㄥ ㄏㄨㄟˋ", + "romatzyh" : "gong huey" }, + "meanings" : [ "labor union", "trade union" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "工具", + "radical" : "工", + "level" : [ "new-3", "old-4" ], + "frequency" : 2299, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工具", + "transcriptions" : { "pinyin" : "gōng jù", + "numeric" : "gong1 ju4", + "wadegiles" : "kung¹ chü⁴", + "bopomofo" : "ㄍㄨㄥ ㄐㄩˋ", + "romatzyh" : "gong jiuh" }, + "meanings" : [ "tool", + "instrument", + "utensil", + "means (to achieve a goal etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "工科", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 40069, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工科", + "transcriptions" : { "pinyin" : "gōng kē", + "numeric" : "gong1 ke1", + "wadegiles" : "kung¹ k'o¹", + "bopomofo" : "ㄍㄨㄥ ㄎㄜ", + "romatzyh" : "gong ke" }, + "meanings" : [ "engineering as an academic subject" ], + "classifiers" : [] } ] }, + { "simplified" : "工人", + "radical" : "工", + "level" : [ "new-1", "old-5" ], + "frequency" : 2405, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工人", + "transcriptions" : { "pinyin" : "gōng rén", + "numeric" : "gong1 ren2", + "wadegiles" : "kung¹ jen²", + "bopomofo" : "ㄍㄨㄥ ㄖㄣˊ", + "romatzyh" : "gong ren" }, + "meanings" : [ "worker" ], + "classifiers" : [ "个", "名" ] } ] }, + { "simplified" : "工商", + "radical" : "工", + "level" : [ "new-6" ], + "frequency" : 15403, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工商", + "transcriptions" : { "pinyin" : "gōng shāng", + "numeric" : "gong1 shang1", + "wadegiles" : "kung¹ shang¹", + "bopomofo" : "ㄍㄨㄥ ㄕㄤ", + "romatzyh" : "gong shang" }, + "meanings" : [ "industry and commerce" ], + "classifiers" : [] } ] }, + { "simplified" : "工商界", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 19576, + "pos" : [], + "forms" : [ { "traditional" : "工商界", + "transcriptions" : { "pinyin" : "gōng shāng jiè", + "numeric" : "gong1 shang1 jie4", + "wadegiles" : "kung¹ shang¹ chieh⁴", + "bopomofo" : "ㄍㄨㄥ ㄕㄤ ㄐㄧㄝˋ", + "romatzyh" : "gong shang jieh" }, + "meanings" : [ "industry", + "the world of business" ], + "classifiers" : [] } ] }, + { "simplified" : "工序", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 30562, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工序", + "transcriptions" : { "pinyin" : "gōng xù", + "numeric" : "gong1 xu4", + "wadegiles" : "kung¹ hsü⁴", + "bopomofo" : "ㄍㄨㄥ ㄒㄩˋ", + "romatzyh" : "gong shiuh" }, + "meanings" : [ "working procedure", "process" ], + "classifiers" : [] } ] }, + { "simplified" : "工业", + "radical" : "工", + "level" : [ "new-3", "old-5" ], + "frequency" : 3316, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工業", + "transcriptions" : { "pinyin" : "gōng yè", + "numeric" : "gong1 ye4", + "wadegiles" : "kung¹ yeh⁴", + "bopomofo" : "ㄍㄨㄥ ㄧㄝˋ", + "romatzyh" : "gong yeh" }, + "meanings" : [ "industry" ], + "classifiers" : [] } ] }, + { "simplified" : "工艺", + "radical" : "工", + "level" : [ "new-5" ], + "frequency" : 10095, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工藝", + "transcriptions" : { "pinyin" : "gōng yì", + "numeric" : "gong1 yi4", + "wadegiles" : "kung¹ i⁴", + "bopomofo" : "ㄍㄨㄥ ㄧˋ", + "romatzyh" : "gong yih" }, + "meanings" : [ "arts and crafts", + "industrial arts" ], + "classifiers" : [] } ] }, + { "simplified" : "工艺品", + "radical" : "工", + "level" : [ "new-5", "old-6" ], + "frequency" : 18046, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工藝品", + "transcriptions" : { "pinyin" : "gōng yì pǐn", + "numeric" : "gong1 yi4 pin3", + "wadegiles" : "kung¹ i⁴ p'in³", + "bopomofo" : "ㄍㄨㄥ ㄧˋ ㄆㄧㄣˇ", + "romatzyh" : "gong yih piin" }, + "meanings" : [ "handicraft article", "handiwork" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "工整", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 37070, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "工整", + "transcriptions" : { "pinyin" : "gōng zhěng", + "numeric" : "gong1 zheng3", + "wadegiles" : "kung¹ cheng³", + "bopomofo" : "ㄍㄨㄥ ㄓㄥˇ", + "romatzyh" : "gong jeeng" }, + "meanings" : [ "fine work", + "carefully and neatly done" ], + "classifiers" : [] } ] }, + { "simplified" : "工资", + "radical" : "工", + "level" : [ "new-3", "old-4" ], + "frequency" : 2532, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工資", + "transcriptions" : { "pinyin" : "gōng zī", + "numeric" : "gong1 zi1", + "wadegiles" : "kung¹ tzu¹", + "bopomofo" : "ㄍㄨㄥ ㄗ", + "romatzyh" : "gong tzy" }, + "meanings" : [ "wages; pay" ], + "classifiers" : [ "个", "份" ] } ] }, + { "simplified" : "工作", + "radical" : "工", + "level" : [ "new-1", "old-1" ], + "frequency" : 111, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "工作", + "transcriptions" : { "pinyin" : "gōng zuò", + "numeric" : "gong1 zuo4", + "wadegiles" : "kung¹ tso⁴", + "bopomofo" : "ㄍㄨㄥ ㄗㄨㄛˋ", + "romatzyh" : "gong tzuoh" }, + "meanings" : [ "to work", + "(of a machine) to operate", + "job", + "work", + "task" ], + "classifiers" : [ "个", "份", "项" ] } ] }, + { "simplified" : "工作量", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 15414, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工作量", + "transcriptions" : { "pinyin" : "gōng zuò liàng", + "numeric" : "gong1 zuo4 liang4", + "wadegiles" : "kung¹ tso⁴ liang⁴", + "bopomofo" : "ㄍㄨㄥ ㄗㄨㄛˋ ㄌㄧㄤˋ", + "romatzyh" : "gong tzuoh lianq" }, + "meanings" : [ "workload", "volume of work" ], + "classifiers" : [] } ] }, + { "simplified" : "工作日", + "radical" : "工", + "level" : [ "new-5" ], + "frequency" : 14471, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "工作日", + "transcriptions" : { "pinyin" : "gōng zuò rì", + "numeric" : "gong1 zuo4 ri4", + "wadegiles" : "kung¹ tso⁴ jih⁴", + "bopomofo" : "ㄍㄨㄥ ㄗㄨㄛˋ ㄖˋ", + "romatzyh" : "gong tzuoh ryh" }, + "meanings" : [ "workday", + "working day", + "weekday" ], + "classifiers" : [] } ] }, + { "simplified" : "弓", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 9187, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "弓", + "transcriptions" : { "pinyin" : "Gōng", + "numeric" : "Gong1", + "wadegiles" : "kung¹", + "bopomofo" : "ㄍㄨㄥ", + "romatzyh" : "gong" }, + "meanings" : [ "surname Gong" ], + "classifiers" : [] }, + { "traditional" : "弓", + "transcriptions" : { "pinyin" : "gōng", + "numeric" : "gong1", + "wadegiles" : "kung¹", + "bopomofo" : "ㄍㄨㄥ", + "romatzyh" : "gong" }, + "meanings" : [ "a bow (weapon)", + "to bend", + "to arch (one's back etc)" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "公", + "radical" : "八", + "level" : [ "new-6" ], + "frequency" : 2520, + "pos" : [ "g", "b" ], + "forms" : [ { "traditional" : "公", + "transcriptions" : { "pinyin" : "gōng", + "numeric" : "gong1", + "wadegiles" : "kung¹", + "bopomofo" : "ㄍㄨㄥ", + "romatzyh" : "gong" }, + "meanings" : [ "public", + "collectively owned", + "common", + "international (e.g. high seas, metric system, calendar)", + "make public", + "fair", + "just", + "Duke, highest of five orders of nobility 位", + "honorable (gentlemen)", + "father-in-law", + "male (animal)" ], + "classifiers" : [] } ] }, + { "simplified" : "公安", + "radical" : "八", + "level" : [ "new-6" ], + "frequency" : 13957, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公安", + "transcriptions" : { "pinyin" : "gōng ān", + "numeric" : "gong1 an1", + "wadegiles" : "kung¹ an¹", + "bopomofo" : "ㄍㄨㄥ ㄢ", + "romatzyh" : "gong an" }, + "meanings" : [ "(Ministry of) Public Security", + "public safety", + "public security" ], + "classifiers" : [] } ] }, + { "simplified" : "公安局", + "radical" : "八", + "level" : [ "new-7+", "old-6" ], + "frequency" : 27713, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公安局", + "transcriptions" : { "pinyin" : "gōng ān jú", + "numeric" : "gong1 an1 ju2", + "wadegiles" : "kung¹ an¹ chü²", + "bopomofo" : "ㄍㄨㄥ ㄢ ㄐㄩˊ", + "romatzyh" : "gong an jyu" }, + "meanings" : [ "public security bureau (government office similar in function to a police station)" ], + "classifiers" : [] } ] }, + { "simplified" : "公布", + "radical" : "八", + "level" : [ "new-3", "old-5" ], + "frequency" : 2655, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "公佈", + "transcriptions" : { "pinyin" : "gōng bù", + "numeric" : "gong1 bu4", + "wadegiles" : "kung¹ pu⁴", + "bopomofo" : "ㄍㄨㄥ ㄅㄨˋ", + "romatzyh" : "gong buh" }, + "meanings" : [ "to announce", + "to make public", + "to publish" ], + "classifiers" : [] } ] }, + { "simplified" : "公车", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 6859, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公車", + "transcriptions" : { "pinyin" : "gōng chē", + "numeric" : "gong1 che1", + "wadegiles" : "kung¹ ch'e¹", + "bopomofo" : "ㄍㄨㄥ ㄔㄜ", + "romatzyh" : "gong che" }, + "meanings" : [ "bus", + "abbr. for 公共汽车", + "car belonging to an organization and used by its members (government car, police car, company car etc)", + "abbr. for 公务用车" ], + "classifiers" : [] } ] }, + { "simplified" : "公道", + "radical" : "八", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10998, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "公道", + "transcriptions" : { "pinyin" : "gōng dào", + "numeric" : "gong1 dao4", + "wadegiles" : "kung¹ tao⁴", + "bopomofo" : "ㄍㄨㄥ ㄉㄠˋ", + "romatzyh" : "gong daw" }, + "meanings" : [ "justice", + "fairness", + "public highway" ], + "classifiers" : [] }, + { "traditional" : "公道", + "transcriptions" : { "pinyin" : "gōng dao", + "numeric" : "gong1 dao5", + "wadegiles" : "kung¹ dao", + "bopomofo" : "ㄍㄨㄥ dao", + "romatzyh" : "gong dao" }, + "meanings" : [ "fair", "equitable" ], + "classifiers" : [] } ] }, + { "simplified" : "公费", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 25640, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公費", + "transcriptions" : { "pinyin" : "gōng fèi", + "numeric" : "gong1 fei4", + "wadegiles" : "kung¹ fei⁴", + "bopomofo" : "ㄍㄨㄥ ㄈㄟˋ", + "romatzyh" : "gong fey" }, + "meanings" : [ "at public expense" ], + "classifiers" : [] } ] }, + { "simplified" : "公告", + "radical" : "八", + "level" : [ "new-5", "old-6" ], + "frequency" : 6445, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "公告", + "transcriptions" : { "pinyin" : "gōng gào", + "numeric" : "gong1 gao4", + "wadegiles" : "kung¹ kao⁴", + "bopomofo" : "ㄍㄨㄥ ㄍㄠˋ", + "romatzyh" : "gong gaw" }, + "meanings" : [ "post", "announcement" ], + "classifiers" : [] } ] }, + { "simplified" : "公共", + "radical" : "八", + "level" : [ "new-3" ], + "frequency" : 2356, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "公共", + "transcriptions" : { "pinyin" : "gōng gòng", + "numeric" : "gong1 gong4", + "wadegiles" : "kung¹ kung⁴", + "bopomofo" : "ㄍㄨㄥ ㄍㄨㄥˋ", + "romatzyh" : "gong gonq" }, + "meanings" : [ "public; common; communal" ], + "classifiers" : [] } ] }, + { "simplified" : "公共场所", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 12998, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公共場所", + "transcriptions" : { "pinyin" : "gōng gòng chǎng suǒ", + "numeric" : "gong1 gong4 chang3 suo3", + "wadegiles" : "kung¹ kung⁴ ch'ang³ so³", + "bopomofo" : "ㄍㄨㄥ ㄍㄨㄥˋ ㄔㄤˇ ㄙㄨㄛˇ", + "romatzyh" : "gong gonq chaang suoo" }, + "meanings" : [ "public place" ], + "classifiers" : [] } ] }, + { "simplified" : "公共汽车", + "radical" : "八", + "level" : [ "new-2", "old-2" ], + "frequency" : 13591, + "pos" : [], + "forms" : [ { "traditional" : "公共汽車", + "transcriptions" : { "pinyin" : "gōng gòng qì chē", + "numeric" : "gong1 gong4 qi4 che1", + "wadegiles" : "kung¹ kung⁴ ch'i⁴ ch'e¹", + "bopomofo" : "ㄍㄨㄥ ㄍㄨㄥˋ ㄑㄧˋ ㄔㄜ", + "romatzyh" : "gong gonq chih che" }, + "meanings" : [ "bus" ], + "classifiers" : [ "辆", "班" ] } ] }, + { "simplified" : "公关", + "radical" : "八", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8081, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公關", + "transcriptions" : { "pinyin" : "gōng guān", + "numeric" : "gong1 guan1", + "wadegiles" : "kung¹ kuan¹", + "bopomofo" : "ㄍㄨㄥ ㄍㄨㄢ", + "romatzyh" : "gong guan" }, + "meanings" : [ "public relations" ], + "classifiers" : [] } ] }, + { "simplified" : "公函", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 64279, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公函", + "transcriptions" : { "pinyin" : "gōng hán", + "numeric" : "gong1 han2", + "wadegiles" : "kung¹ han²", + "bopomofo" : "ㄍㄨㄥ ㄏㄢˊ", + "romatzyh" : "gong harn" }, + "meanings" : [ "official letter" ], + "classifiers" : [] } ] }, + { "simplified" : "公鸡", + "radical" : "八", + "level" : [ "new-6" ], + "frequency" : 15990, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公雞", + "transcriptions" : { "pinyin" : "gōng jī", + "numeric" : "gong1 ji1", + "wadegiles" : "kung¹ chi¹", + "bopomofo" : "ㄍㄨㄥ ㄐㄧ", + "romatzyh" : "gong ji" }, + "meanings" : [ "cock", "rooster" ], + "classifiers" : [] } ] }, + { "simplified" : "公积金", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 6101, + "pos" : [], + "forms" : [ { "traditional" : "公積金", + "transcriptions" : { "pinyin" : "gōng jī jīn", + "numeric" : "gong1 ji1 jin1", + "wadegiles" : "kung¹ chi¹ chin¹", + "bopomofo" : "ㄍㄨㄥ ㄐㄧ ㄐㄧㄣ", + "romatzyh" : "gong ji jin" }, + "meanings" : [ "official reserves", + "accumulated fund" ], + "classifiers" : [] } ] }, + { "simplified" : "公交车", + "radical" : "八", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "公交車", + "transcriptions" : { "pinyin" : "gōng jiāo chē", + "numeric" : "gong1 jiao1 che1", + "wadegiles" : "kung¹ chiao¹ ch'e¹", + "bopomofo" : "ㄍㄨㄥ ㄐㄧㄠ ㄔㄜ", + "romatzyh" : "gong jiau che" }, + "meanings" : [ "public transport vehicle", + "town bus" ], + "classifiers" : [ "辆" ] } ] }, + { "simplified" : "公斤", + "radical" : "八", + "level" : [ "new-2", "old-2" ], + "frequency" : 4784, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "公斤", + "transcriptions" : { "pinyin" : "gōng jīn", + "numeric" : "gong1 jin1", + "wadegiles" : "kung¹ chin¹", + "bopomofo" : "ㄍㄨㄥ ㄐㄧㄣ", + "romatzyh" : "gong jin" }, + "meanings" : [ "kilogram (kg)" ], + "classifiers" : [] } ] }, + { "simplified" : "公开", + "radical" : "八", + "level" : [ "new-3", "old-5" ], + "frequency" : 1840, + "pos" : [ "v", "ad", "a", "vn" ], + "forms" : [ { "traditional" : "公開", + "transcriptions" : { "pinyin" : "gōng kāi", + "numeric" : "gong1 kai1", + "wadegiles" : "kung¹ k'ai¹", + "bopomofo" : "ㄍㄨㄥ ㄎㄞ", + "romatzyh" : "gong kai" }, + "meanings" : [ "open; overt; public", + "to make public; to release" ], + "classifiers" : [] } ] }, + { "simplified" : "公开信", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 35990, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公開信", + "transcriptions" : { "pinyin" : "gōng kāi xìn", + "numeric" : "gong1 kai1 xin4", + "wadegiles" : "kung¹ k'ai¹ hsin⁴", + "bopomofo" : "ㄍㄨㄥ ㄎㄞ ㄒㄧㄣˋ", + "romatzyh" : "gong kai shinn" }, + "meanings" : [ "open letter" ], + "classifiers" : [] } ] }, + { "simplified" : "公款", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 11000, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公款", + "transcriptions" : { "pinyin" : "gōng kuǎn", + "numeric" : "gong1 kuan3", + "wadegiles" : "kung¹ k'uan³", + "bopomofo" : "ㄍㄨㄥ ㄎㄨㄢˇ", + "romatzyh" : "gong koan" }, + "meanings" : [ "public money" ], + "classifiers" : [] } ] }, + { "simplified" : "公里", + "radical" : "八", + "level" : [ "new-2", "old-4" ], + "frequency" : 2531, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "公里", + "transcriptions" : { "pinyin" : "gōng lǐ", + "numeric" : "gong1 li3", + "wadegiles" : "kung¹ li³", + "bopomofo" : "ㄍㄨㄥ ㄌㄧˇ", + "romatzyh" : "gong lii" }, + "meanings" : [ "kilometer" ], + "classifiers" : [] } ] }, + { "simplified" : "公立", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 17751, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "公立", + "transcriptions" : { "pinyin" : "gōng lì", + "numeric" : "gong1 li4", + "wadegiles" : "kung¹ li⁴", + "bopomofo" : "ㄍㄨㄥ ㄌㄧˋ", + "romatzyh" : "gong lih" }, + "meanings" : [ "public (e.g. school, hospital)" ], + "classifiers" : [] } ] }, + { "simplified" : "公路", + "radical" : "八", + "level" : [ "new-2" ], + "frequency" : 2388, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公路", + "transcriptions" : { "pinyin" : "gōng lù", + "numeric" : "gong1 lu4", + "wadegiles" : "kung¹ lu⁴", + "bopomofo" : "ㄍㄨㄥ ㄌㄨˋ", + "romatzyh" : "gong luh" }, + "meanings" : [ "highway", "road" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "公民", + "radical" : "八", + "level" : [ "new-3", "old-6" ], + "frequency" : 2877, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公民", + "transcriptions" : { "pinyin" : "gōng mín", + "numeric" : "gong1 min2", + "wadegiles" : "kung¹ min²", + "bopomofo" : "ㄍㄨㄥ ㄇㄧㄣˊ", + "romatzyh" : "gong min" }, + "meanings" : [ "citizen" ], + "classifiers" : [] } ] }, + { "simplified" : "公墓", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 17129, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公墓", + "transcriptions" : { "pinyin" : "gōng mù", + "numeric" : "gong1 mu4", + "wadegiles" : "kung¹ mu⁴", + "bopomofo" : "ㄍㄨㄥ ㄇㄨˋ", + "romatzyh" : "gong muh" }, + "meanings" : [ "public cemetery" ], + "classifiers" : [] } ] }, + { "simplified" : "公平", + "radical" : "八", + "level" : [ "new-2", "old-5" ], + "frequency" : 2218, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "公平", + "transcriptions" : { "pinyin" : "gōng píng", + "numeric" : "gong1 ping2", + "wadegiles" : "kung¹ p'ing²", + "bopomofo" : "ㄍㄨㄥ ㄆㄧㄥˊ", + "romatzyh" : "gong pyng" }, + "meanings" : [ "fair", "impartial" ], + "classifiers" : [] } ] }, + { "simplified" : "公婆", + "radical" : "八", + "level" : [ "old-6" ], + "frequency" : 32691, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公婆", + "transcriptions" : { "pinyin" : "gōng pó", + "numeric" : "gong1 po2", + "wadegiles" : "kung¹ p'o²", + "bopomofo" : "ㄍㄨㄥ ㄆㄛˊ", + "romatzyh" : "gong por" }, + "meanings" : [ "husband's parents", + "parents-in-law" ], + "classifiers" : [] } ] }, + { "simplified" : "公仆", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 21626, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公僕", + "transcriptions" : { "pinyin" : "gōng pú", + "numeric" : "gong1 pu2", + "wadegiles" : "kung¹ p'u²", + "bopomofo" : "ㄍㄨㄥ ㄆㄨˊ", + "romatzyh" : "gong pwu" }, + "meanings" : [ "public servant" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "公顷", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 20731, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "公頃", + "transcriptions" : { "pinyin" : "gōng qǐng", + "numeric" : "gong1 qing3", + "wadegiles" : "kung¹ ch'ing³", + "bopomofo" : "ㄍㄨㄥ ㄑㄧㄥˇ", + "romatzyh" : "gong chiing" }, + "meanings" : [ "hectare" ], + "classifiers" : [] } ] }, + { "simplified" : "公然", + "radical" : "八", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12264, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "公然", + "transcriptions" : { "pinyin" : "gōng rán", + "numeric" : "gong1 ran2", + "wadegiles" : "kung¹ jan²", + "bopomofo" : "ㄍㄨㄥ ㄖㄢˊ", + "romatzyh" : "gong ran" }, + "meanings" : [ "openly", + "publicly", + "undisguised" ], + "classifiers" : [] } ] }, + { "simplified" : "公认", + "radical" : "八", + "level" : [ "new-5", "old-6" ], + "frequency" : 10650, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "公認", + "transcriptions" : { "pinyin" : "gōng rèn", + "numeric" : "gong1 ren4", + "wadegiles" : "kung¹ jen⁴", + "bopomofo" : "ㄍㄨㄥ ㄖㄣˋ", + "romatzyh" : "gong renn" }, + "meanings" : [ "publicly known (to be)", + "accepted (as)" ], + "classifiers" : [] } ] }, + { "simplified" : "公示", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "公示", + "transcriptions" : { "pinyin" : "gōng shì", + "numeric" : "gong1 shi4", + "wadegiles" : "kung¹ shih⁴", + "bopomofo" : "ㄍㄨㄥ ㄕˋ", + "romatzyh" : "gong shyh" }, + "meanings" : [ "to make known to the public (for information or to seek comments)", + "public notification" ], + "classifiers" : [] } ] }, + { "simplified" : "公式", + "radical" : "八", + "level" : [ "new-5", "old-6" ], + "frequency" : 10474, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公式", + "transcriptions" : { "pinyin" : "gōng shì", + "numeric" : "gong1 shi4", + "wadegiles" : "kung¹ shih⁴", + "bopomofo" : "ㄍㄨㄥ ㄕˋ", + "romatzyh" : "gong shyh" }, + "meanings" : [ "formula" ], + "classifiers" : [] } ] }, + { "simplified" : "公事", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 18399, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公事", + "transcriptions" : { "pinyin" : "gōng shì", + "numeric" : "gong1 shi4", + "wadegiles" : "kung¹ shih⁴", + "bopomofo" : "ㄍㄨㄥ ㄕˋ", + "romatzyh" : "gong shyh" }, + "meanings" : [ "work-related matters", + "documents" ], + "classifiers" : [] } ] }, + { "simplified" : "公司", + "radical" : "八", + "level" : [ "new-2", "old-2" ], + "frequency" : 220, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公司", + "transcriptions" : { "pinyin" : "gōng sī", + "numeric" : "gong1 si1", + "wadegiles" : "kung¹ ssu¹", + "bopomofo" : "ㄍㄨㄥ ㄙ", + "romatzyh" : "gong sy" }, + "meanings" : [ "company; firm; corporation" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "公务", + "radical" : "八", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8888, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公務", + "transcriptions" : { "pinyin" : "gōng wù", + "numeric" : "gong1 wu4", + "wadegiles" : "kung¹ wu⁴", + "bopomofo" : "ㄍㄨㄥ ㄨˋ", + "romatzyh" : "gong wuh" }, + "meanings" : [ "official business" ], + "classifiers" : [] } ] }, + { "simplified" : "公务员", + "radical" : "八", + "level" : [ "new-3" ], + "frequency" : 8047, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公務員", + "transcriptions" : { "pinyin" : "gōng wù yuán", + "numeric" : "gong1 wu4 yuan2", + "wadegiles" : "kung¹ wu⁴ yüan²", + "bopomofo" : "ㄍㄨㄥ ㄨˋ ㄩㄢˊ", + "romatzyh" : "gong wuh yuan" }, + "meanings" : [ "functionary", "office-bearer" ], + "classifiers" : [] } ] }, + { "simplified" : "公益", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 9463, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公益", + "transcriptions" : { "pinyin" : "gōng yì", + "numeric" : "gong1 yi4", + "wadegiles" : "kung¹ i⁴", + "bopomofo" : "ㄍㄨㄥ ㄧˋ", + "romatzyh" : "gong yih" }, + "meanings" : [ "public good; public welfare; public interest" ], + "classifiers" : [] } ] }, + { "simplified" : "公益性", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 14186, + "pos" : [], + "forms" : [ { "traditional" : "公益性", + "transcriptions" : { "pinyin" : "gōngyì xìng", + "numeric" : "gōngyì xing4", + "wadegiles" : "gōngyì hsing⁴", + "bopomofo" : "gōngyì ㄒㄧㄥˋ", + "romatzyh" : "gōngyì shinq" }, + "meanings" : [ "Public welfare" ], + "classifiers" : [] } ] }, + { "simplified" : "公用", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 16875, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "公用", + "transcriptions" : { "pinyin" : "gōng yòng", + "numeric" : "gong1 yong4", + "wadegiles" : "kung¹ yung⁴", + "bopomofo" : "ㄍㄨㄥ ㄩㄥˋ", + "romatzyh" : "gong yonq" }, + "meanings" : [ "public", "for public use" ], + "classifiers" : [] } ] }, + { "simplified" : "公寓", + "radical" : "八", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2963, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公寓", + "transcriptions" : { "pinyin" : "gōng yù", + "numeric" : "gong1 yu4", + "wadegiles" : "kung¹ yü⁴", + "bopomofo" : "ㄍㄨㄥ ㄩˋ", + "romatzyh" : "gong yuh" }, + "meanings" : [ "apartment building", + "block of flats" ], + "classifiers" : [ "套" ] } ] }, + { "simplified" : "公元", + "radical" : "八", + "level" : [ "new-4", "old-5" ], + "frequency" : 12319, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公元", + "transcriptions" : { "pinyin" : "gōng yuán", + "numeric" : "gong1 yuan2", + "wadegiles" : "kung¹ yüan²", + "bopomofo" : "ㄍㄨㄥ ㄩㄢˊ", + "romatzyh" : "gong yuan" }, + "meanings" : [ "CE (Common Era)", + "Christian Era", + "AD (Anno Domini)" ], + "classifiers" : [] } ] }, + { "simplified" : "公园", + "radical" : "八", + "level" : [ "new-2", "old-3" ], + "frequency" : 2134, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公園", + "transcriptions" : { "pinyin" : "gōng yuán", + "numeric" : "gong1 yuan2", + "wadegiles" : "kung¹ yüan²", + "bopomofo" : "ㄍㄨㄥ ㄩㄢˊ", + "romatzyh" : "gong yuan" }, + "meanings" : [ "park (for public recreation)" ], + "classifiers" : [ "个", "座" ] } ] }, + { "simplified" : "公约", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 14016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公約", + "transcriptions" : { "pinyin" : "gōng yuē", + "numeric" : "gong1 yue1", + "wadegiles" : "kung¹ yüeh¹", + "bopomofo" : "ㄍㄨㄥ ㄩㄝ", + "romatzyh" : "gong iue" }, + "meanings" : [ "convention (i.e. international agreement)" ], + "classifiers" : [] } ] }, + { "simplified" : "公正", + "radical" : "八", + "level" : [ "new-5", "old-6" ], + "frequency" : 3881, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "公正", + "transcriptions" : { "pinyin" : "gōng zhèng", + "numeric" : "gong1 zheng4", + "wadegiles" : "kung¹ cheng⁴", + "bopomofo" : "ㄍㄨㄥ ㄓㄥˋ", + "romatzyh" : "gong jenq" }, + "meanings" : [ "just; fair; equitable" ], + "classifiers" : [] } ] }, + { "simplified" : "公证", + "radical" : "八", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16782, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "公證", + "transcriptions" : { "pinyin" : "gōng zhèng", + "numeric" : "gong1 zheng4", + "wadegiles" : "kung¹ cheng⁴", + "bopomofo" : "ㄍㄨㄥ ㄓㄥˋ", + "romatzyh" : "gong jenq" }, + "meanings" : [ "notarization", + "notarized", + "acknowledgement" ], + "classifiers" : [] } ] }, + { "simplified" : "公职", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 21674, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公職", + "transcriptions" : { "pinyin" : "gōng zhí", + "numeric" : "gong1 zhi2", + "wadegiles" : "kung¹ chih²", + "bopomofo" : "ㄍㄨㄥ ㄓˊ", + "romatzyh" : "gong jyr" }, + "meanings" : [ "civil service", + "public office", + "government job" ], + "classifiers" : [] } ] }, + { "simplified" : "公众", + "radical" : "八", + "level" : [ "new-6" ], + "frequency" : 2628, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公眾", + "transcriptions" : { "pinyin" : "gōng zhòng", + "numeric" : "gong1 zhong4", + "wadegiles" : "kung¹ chung⁴", + "bopomofo" : "ㄍㄨㄥ ㄓㄨㄥˋ", + "romatzyh" : "gong jonq" }, + "meanings" : [ "public" ], + "classifiers" : [] } ] }, + { "simplified" : "公主", + "radical" : "八", + "level" : [ "new-6", "old-5" ], + "frequency" : 2764, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "公主", + "transcriptions" : { "pinyin" : "gōng zhǔ", + "numeric" : "gong1 zhu3", + "wadegiles" : "kung¹ chu³", + "bopomofo" : "ㄍㄨㄥ ㄓㄨˇ", + "romatzyh" : "gong juu" }, + "meanings" : [ "princess" ], + "classifiers" : [] } ] }, + { "simplified" : "功", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 5063, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功", + "transcriptions" : { "pinyin" : "gōng", + "numeric" : "gong1", + "wadegiles" : "kung¹", + "bopomofo" : "ㄍㄨㄥ", + "romatzyh" : "gong" }, + "meanings" : [ "meritorious deed or service", + "achievement", + "result", + "service", + "accomplishment", + "work (physics)" ], + "classifiers" : [] } ] }, + { "simplified" : "功臣", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 21834, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功臣", + "transcriptions" : { "pinyin" : "gōng chén", + "numeric" : "gong1 chen2", + "wadegiles" : "kung¹ ch'en²", + "bopomofo" : "ㄍㄨㄥ ㄔㄣˊ", + "romatzyh" : "gong chern" }, + "meanings" : [ "minister who has given outstanding service" ], + "classifiers" : [] } ] }, + { "simplified" : "功底", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 26517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功底", + "transcriptions" : { "pinyin" : "gōng dǐ", + "numeric" : "gong1 di3", + "wadegiles" : "kung¹ ti³", + "bopomofo" : "ㄍㄨㄥ ㄉㄧˇ", + "romatzyh" : "gong dii" }, + "meanings" : [ "training in the basic skills", + "knowledge of the fundamentals" ], + "classifiers" : [] } ] }, + { "simplified" : "功夫", + "radical" : "力", + "level" : [ "new-3", "old-5" ], + "frequency" : 3675, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功夫", + "transcriptions" : { "pinyin" : "gōng fu", + "numeric" : "gong1 fu5", + "wadegiles" : "kung¹ fu", + "bopomofo" : "ㄍㄨㄥ fu", + "romatzyh" : "gong fu" }, + "meanings" : [ "skill", + "art", + "kung fu", + "labor", + "effort" ], + "classifiers" : [] } ] }, + { "simplified" : "功课", + "radical" : "力", + "level" : [ "new-3", "old-6" ], + "frequency" : 9040, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功課", + "transcriptions" : { "pinyin" : "gōng kè", + "numeric" : "gong1 ke4", + "wadegiles" : "kung¹ k'o⁴", + "bopomofo" : "ㄍㄨㄥ ㄎㄜˋ", + "romatzyh" : "gong keh" }, + "meanings" : [ "homework", + "assignment", + "task", + "classwork", + "lesson", + "study" ], + "classifiers" : [ "门" ] } ] }, + { "simplified" : "功劳", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9813, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功勞", + "transcriptions" : { "pinyin" : "gōng láo", + "numeric" : "gong1 lao2", + "wadegiles" : "kung¹ lao²", + "bopomofo" : "ㄍㄨㄥ ㄌㄠˊ", + "romatzyh" : "gong lau" }, + "meanings" : [ "contribution", + "meritorious service", + "credit" ], + "classifiers" : [] } ] }, + { "simplified" : "功力", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 15370, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功力", + "transcriptions" : { "pinyin" : "gōng lì", + "numeric" : "gong1 li4", + "wadegiles" : "kung¹ li⁴", + "bopomofo" : "ㄍㄨㄥ ㄌㄧˋ", + "romatzyh" : "gong lih" }, + "meanings" : [ "merit", + "efficacy", + "competence", + "skill", + "power" ], + "classifiers" : [] } ] }, + { "simplified" : "功率", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 15055, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功率", + "transcriptions" : { "pinyin" : "gōng lu:4", + "numeric" : "gong1 lü4", + "wadegiles" : "kung¹ lu:4", + "bopomofo" : "ㄍㄨㄥ lu:4", + "romatzyh" : "gong lu:4" }, + "meanings" : [ "rate of work", "power (output)" ], + "classifiers" : [] } ] }, + { "simplified" : "功能", + "radical" : "力", + "level" : [ "new-3", "old-5" ], + "frequency" : 2138, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功能", + "transcriptions" : { "pinyin" : "gōng néng", + "numeric" : "gong1 neng2", + "wadegiles" : "kung¹ neng²", + "bopomofo" : "ㄍㄨㄥ ㄋㄥˊ", + "romatzyh" : "gong neng" }, + "meanings" : [ "function; capability" ], + "classifiers" : [] } ] }, + { "simplified" : "功效", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12192, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "功效", + "transcriptions" : { "pinyin" : "gōng xiào", + "numeric" : "gong1 xiao4", + "wadegiles" : "kung¹ hsiao⁴", + "bopomofo" : "ㄍㄨㄥ ㄒㄧㄠˋ", + "romatzyh" : "gong shiaw" }, + "meanings" : [ "efficacy" ], + "classifiers" : [] } ] }, + { "simplified" : "攻", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 4153, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "攻", + "transcriptions" : { "pinyin" : "gōng", + "numeric" : "gong1", + "wadegiles" : "kung¹", + "bopomofo" : "ㄍㄨㄥ", + "romatzyh" : "gong" }, + "meanings" : [ "to attack", + "to accuse", + "to study" ], + "classifiers" : [] } ] }, + { "simplified" : "攻读", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 24619, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攻讀", + "transcriptions" : { "pinyin" : "gōng dú", + "numeric" : "gong1 du2", + "wadegiles" : "kung¹ tu²", + "bopomofo" : "ㄍㄨㄥ ㄉㄨˊ", + "romatzyh" : "gong dwu" }, + "meanings" : [ "to major (in a field)", + "to study a specialty to obtain a higher degree" ], + "classifiers" : [] } ] }, + { "simplified" : "攻关", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 46523, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "攻關", + "transcriptions" : { "pinyin" : "gōng guān", + "numeric" : "gong1 guan1", + "wadegiles" : "kung¹ kuan¹", + "bopomofo" : "ㄍㄨㄥ ㄍㄨㄢ", + "romatzyh" : "gong guan" }, + "meanings" : [ "to storm a strategic pass", + "fig. to tackle a key problem" ], + "classifiers" : [] } ] }, + { "simplified" : "攻击", + "radical" : "攵", + "level" : [ "new-6", "old-6" ], + "frequency" : 1579, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "攻擊", + "transcriptions" : { "pinyin" : "gōng jī", + "numeric" : "gong1 ji1", + "wadegiles" : "kung¹ chi¹", + "bopomofo" : "ㄍㄨㄥ ㄐㄧ", + "romatzyh" : "gong ji" }, + "meanings" : [ "to attack", + "to accuse", + "to charge", + "an attack (terrorist or military)" ], + "classifiers" : [] } ] }, + { "simplified" : "攻克", + "radical" : "攵", + "level" : [ "old-6" ], + "frequency" : 17154, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攻克", + "transcriptions" : { "pinyin" : "gōng kè", + "numeric" : "gong1 ke4", + "wadegiles" : "kung¹ k'o⁴", + "bopomofo" : "ㄍㄨㄥ ㄎㄜˋ", + "romatzyh" : "gong keh" }, + "meanings" : [ "to capture", + "to take", + "to overcome", + "to solve" ], + "classifiers" : [] } ] }, + { "simplified" : "供", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 2274, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "供", + "transcriptions" : { "pinyin" : "gōng", + "numeric" : "gong1", + "wadegiles" : "kung¹", + "bopomofo" : "ㄍㄨㄥ", + "romatzyh" : "gong" }, + "meanings" : [ "to provide", "to supply" ], + "classifiers" : [] }, + { "traditional" : "供", + "transcriptions" : { "pinyin" : "gòng", + "numeric" : "gong4", + "wadegiles" : "kung⁴", + "bopomofo" : "ㄍㄨㄥˋ", + "romatzyh" : "gonq" }, + "meanings" : [ "sacrificial offering", + "to confess" ], + "classifiers" : [] } ] }, + { "simplified" : "供不应求", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23912, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "供不應求", + "transcriptions" : { "pinyin" : "gōng bù yìng qiú", + "numeric" : "gong1 bu4 ying4 qiu2", + "wadegiles" : "kung¹ pu⁴ ying⁴ ch'iu²", + "bopomofo" : "ㄍㄨㄥ ㄅㄨˋ ㄧㄥˋ ㄑㄧㄡˊ", + "romatzyh" : "gong buh yinq chyou" }, + "meanings" : [ "supply does not meet demand" ], + "classifiers" : [] } ] }, + { "simplified" : "供奉", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 23678, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "供奉", + "transcriptions" : { "pinyin" : "gòng fèng", + "numeric" : "gong4 feng4", + "wadegiles" : "kung⁴ feng⁴", + "bopomofo" : "ㄍㄨㄥˋ ㄈㄥˋ", + "romatzyh" : "gonq fenq" }, + "meanings" : [ "to consecrate", + "to enshrine and worship", + "an offering (to one's ancestors)", + "a sacrifice (to a god)" ], + "classifiers" : [] } ] }, + { "simplified" : "供给", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 6645, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "供給", + "transcriptions" : { "pinyin" : "gōng jǐ", + "numeric" : "gong1 ji3", + "wadegiles" : "kung¹ chi³", + "bopomofo" : "ㄍㄨㄥ ㄐㄧˇ", + "romatzyh" : "gong jii" }, + "meanings" : [ "to furnish", + "to provide", + "supply (as in supply and demand)" ], + "classifiers" : [] } ] }, + { "simplified" : "供暖", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 19635, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "供暖", + "transcriptions" : { "pinyin" : "gōng nuǎn", + "numeric" : "gong1 nuan3", + "wadegiles" : "kung¹ nuan³", + "bopomofo" : "ㄍㄨㄥ ㄋㄨㄢˇ", + "romatzyh" : "gong noan" }, + "meanings" : [ "to supply heating (in a building)", + "heating" ], + "classifiers" : [] } ] }, + { "simplified" : "供求", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 23788, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "供求", + "transcriptions" : { "pinyin" : "gōng qiú", + "numeric" : "gong1 qiu2", + "wadegiles" : "kung¹ ch'iu²", + "bopomofo" : "ㄍㄨㄥ ㄑㄧㄡˊ", + "romatzyh" : "gong chyou" }, + "meanings" : [ "supply and demand (economics)" ], + "classifiers" : [] } ] }, + { "simplified" : "供应", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 3514, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "供應", + "transcriptions" : { "pinyin" : "gōng yìng", + "numeric" : "gong1 ying4", + "wadegiles" : "kung¹ ying⁴", + "bopomofo" : "ㄍㄨㄥ ㄧㄥˋ", + "romatzyh" : "gong yinq" }, + "meanings" : [ "to supply", + "to provide", + "to offer" ], + "classifiers" : [] } ] }, + { "simplified" : "宫", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 3150, + "pos" : [ "g", "nr" ], + "forms" : [ { "traditional" : "宮", + "transcriptions" : { "pinyin" : "Gōng", + "numeric" : "Gong1", + "wadegiles" : "kung¹", + "bopomofo" : "ㄍㄨㄥ", + "romatzyh" : "gong" }, + "meanings" : [ "surname Gong" ], + "classifiers" : [] }, + { "traditional" : "宮", + "transcriptions" : { "pinyin" : "gōng", + "numeric" : "gong1", + "wadegiles" : "kung¹", + "bopomofo" : "ㄍㄨㄥ", + "romatzyh" : "gong" }, + "meanings" : [ "palace", + "temple", + "castration (as corporal punishment)", + "first note in pentatonic scale" ], + "classifiers" : [] } ] }, + { "simplified" : "宫殿", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11395, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宮殿", + "transcriptions" : { "pinyin" : "gōng diàn", + "numeric" : "gong1 dian4", + "wadegiles" : "kung¹ tien⁴", + "bopomofo" : "ㄍㄨㄥ ㄉㄧㄢˋ", + "romatzyh" : "gong diann" }, + "meanings" : [ "palace" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "宫廷", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 15026, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宮廷", + "transcriptions" : { "pinyin" : "gōng tíng", + "numeric" : "gong1 ting2", + "wadegiles" : "kung¹ t'ing²", + "bopomofo" : "ㄍㄨㄥ ㄊㄧㄥˊ", + "romatzyh" : "gong tyng" }, + "meanings" : [ "court (of king or emperor)" ], + "classifiers" : [] } ] }, + { "simplified" : "恭敬", + "radical" : "⺗", + "level" : [ "old-6" ], + "frequency" : 21818, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "恭敬", + "transcriptions" : { "pinyin" : "gōng jìng", + "numeric" : "gong1 jing4", + "wadegiles" : "kung¹ ching⁴", + "bopomofo" : "ㄍㄨㄥ ㄐㄧㄥˋ", + "romatzyh" : "gong jinq" }, + "meanings" : [ "deferential", "respectful" ], + "classifiers" : [] } ] }, + { "simplified" : "恭维", + "radical" : "⺗", + "level" : [ "new-7+" ], + "frequency" : 14955, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "恭維", + "transcriptions" : { "pinyin" : "gōng wei", + "numeric" : "gong1 wei5", + "wadegiles" : "kung¹ wei", + "bopomofo" : "ㄍㄨㄥ wei", + "romatzyh" : "gong wei" }, + "meanings" : [ "to praise", + "to speak highly of", + "compliment", + "praise" ], + "classifiers" : [] } ] }, + { "simplified" : "恭喜", + "radical" : "⺗", + "level" : [ "new-7+" ], + "frequency" : 2480, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "恭喜", + "transcriptions" : { "pinyin" : "gōng xǐ", + "numeric" : "gong1 xi3", + "wadegiles" : "kung¹ hsi³", + "bopomofo" : "ㄍㄨㄥ ㄒㄧˇ", + "romatzyh" : "gong shii" }, + "meanings" : [ "to congratulate", + "(interj.) congratulations!" ], + "classifiers" : [] } ] }, + { "simplified" : "巩固", + "radical" : "工", + "level" : [ "new-6", "old-6" ], + "frequency" : 9856, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鞏固", + "transcriptions" : { "pinyin" : "gǒng gù", + "numeric" : "gong3 gu4", + "wadegiles" : "kung³ ku⁴", + "bopomofo" : "ㄍㄨㄥˇ ㄍㄨˋ", + "romatzyh" : "goong guh" }, + "meanings" : [ "to consolidate", + "consolidation", + "to strengthen" ], + "classifiers" : [] } ] }, + { "simplified" : "拱", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13579, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "拱", + "transcriptions" : { "pinyin" : "gǒng", + "numeric" : "gong3", + "wadegiles" : "kung³", + "bopomofo" : "ㄍㄨㄥˇ", + "romatzyh" : "goong" }, + "meanings" : [ "to cup one's hands in salute", + "to surround", + "to arch", + "to dig earth with the snout", + "arched" ], + "classifiers" : [] } ] }, + { "simplified" : "共", + "radical" : "八", + "level" : [ "new-4" ], + "frequency" : 1227, + "pos" : [ "d", "g", "b" ], + "forms" : [ { "traditional" : "共", + "transcriptions" : { "pinyin" : "gòng", + "numeric" : "gong4", + "wadegiles" : "kung⁴", + "bopomofo" : "ㄍㄨㄥˋ", + "romatzyh" : "gonq" }, + "meanings" : [ "common", + "general", + "to share", + "together", + "total", + "altogether", + "abbr. for 共产党, Communist party" ], + "classifiers" : [] } ] }, + { "simplified" : "共和国", + "radical" : "八", + "level" : [ "old-6" ], + "frequency" : 6012, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "共和國", + "transcriptions" : { "pinyin" : "gòng hé guó", + "numeric" : "gong4 he2 guo2", + "wadegiles" : "kung⁴ ho² kuo²", + "bopomofo" : "ㄍㄨㄥˋ ㄏㄜˊ ㄍㄨㄛˊ", + "romatzyh" : "gonq her gwo" }, + "meanings" : [ "republic" ], + "classifiers" : [] } ] }, + { "simplified" : "共计", + "radical" : "八", + "level" : [ "new-5", "old-6" ], + "frequency" : 19358, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "共計", + "transcriptions" : { "pinyin" : "gòng jì", + "numeric" : "gong4 ji4", + "wadegiles" : "kung⁴ chi⁴", + "bopomofo" : "ㄍㄨㄥˋ ㄐㄧˋ", + "romatzyh" : "gonq jih" }, + "meanings" : [ "to sum up to", "to total" ], + "classifiers" : [] } ] }, + { "simplified" : "共鸣", + "radical" : "八", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11154, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "共鳴", + "transcriptions" : { "pinyin" : "gòng míng", + "numeric" : "gong4 ming2", + "wadegiles" : "kung⁴ ming²", + "bopomofo" : "ㄍㄨㄥˋ ㄇㄧㄥˊ", + "romatzyh" : "gonq ming" }, + "meanings" : [ "(physics) to resonate; resonance", + "sympathetic response" ], + "classifiers" : [] } ] }, + { "simplified" : "共识", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 6425, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "共識", + "transcriptions" : { "pinyin" : "gòng shí", + "numeric" : "gong4 shi2", + "wadegiles" : "kung⁴ shih²", + "bopomofo" : "ㄍㄨㄥˋ ㄕˊ", + "romatzyh" : "gonq shyr" }, + "meanings" : [ "common understanding", + "consensus" ], + "classifiers" : [] } ] }, + { "simplified" : "共同", + "radical" : "八", + "level" : [ "new-3", "old-4" ], + "frequency" : 1623, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "共同", + "transcriptions" : { "pinyin" : "gòng tóng", + "numeric" : "gong4 tong2", + "wadegiles" : "kung⁴ t'ung²", + "bopomofo" : "ㄍㄨㄥˋ ㄊㄨㄥˊ", + "romatzyh" : "gonq torng" }, + "meanings" : [ "common", + "joint", + "jointly", + "together", + "collaborative" ], + "classifiers" : [] } ] }, + { "simplified" : "共同体", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 25376, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "共同體", + "transcriptions" : { "pinyin" : "gòng tóng tǐ", + "numeric" : "gong4 tong2 ti3", + "wadegiles" : "kung⁴ t'ung² t'i³", + "bopomofo" : "ㄍㄨㄥˋ ㄊㄨㄥˊ ㄊㄧˇ", + "romatzyh" : "gonq torng tii" }, + "meanings" : [ "community" ], + "classifiers" : [] } ] }, + { "simplified" : "共享", + "radical" : "八", + "level" : [ "new-5" ], + "frequency" : 5789, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "共享", + "transcriptions" : { "pinyin" : "gòng xiǎng", + "numeric" : "gong4 xiang3", + "wadegiles" : "kung⁴ hsiang³", + "bopomofo" : "ㄍㄨㄥˋ ㄒㄧㄤˇ", + "romatzyh" : "gonq sheang" }, + "meanings" : [ "to share", "to enjoy together" ], + "classifiers" : [] } ] }, + { "simplified" : "共性", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 23643, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "共性", + "transcriptions" : { "pinyin" : "gòng xìng", + "numeric" : "gong4 xing4", + "wadegiles" : "kung⁴ hsing⁴", + "bopomofo" : "ㄍㄨㄥˋ ㄒㄧㄥˋ", + "romatzyh" : "gonq shinq" }, + "meanings" : [ "overall character" ], + "classifiers" : [] } ] }, + { "simplified" : "共有", + "radical" : "八", + "level" : [ "new-3" ], + "frequency" : 5958, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "共有", + "transcriptions" : { "pinyin" : "gòng yǒu", + "numeric" : "gong4 you3", + "wadegiles" : "kung⁴ yu³", + "bopomofo" : "ㄍㄨㄥˋ ㄧㄡˇ", + "romatzyh" : "gonq yeou" }, + "meanings" : [ "to have altogether", "in all" ], + "classifiers" : [] } ] }, + { "simplified" : "贡献", + "radical" : "贝", + "level" : [ "new-6", "old-5" ], + "frequency" : 2991, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "貢獻", + "transcriptions" : { "pinyin" : "gòng xiàn", + "numeric" : "gong4 xian4", + "wadegiles" : "kung⁴ hsien⁴", + "bopomofo" : "ㄍㄨㄥˋ ㄒㄧㄢˋ", + "romatzyh" : "gonq shiann" }, + "meanings" : [ "to contribute", + "to dedicate", + "to devote", + "contribution" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "勾", + "radical" : "勹", + "level" : [ "new-7+" ], + "frequency" : 6157, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勾", + "transcriptions" : { "pinyin" : "Gōu", + "numeric" : "Gou1", + "wadegiles" : "kou¹", + "bopomofo" : "ㄍㄡ", + "romatzyh" : "gou" }, + "meanings" : [ "surname Gou" ], + "classifiers" : [] }, + { "traditional" : "勾", + "transcriptions" : { "pinyin" : "gōu", + "numeric" : "gou1", + "wadegiles" : "kou¹", + "bopomofo" : "ㄍㄡ", + "romatzyh" : "gou" }, + "meanings" : [ "to attract", + "to arouse", + "to tick", + "to strike out", + "to delineate", + "to collude", + "variant of 钩, hook" ], + "classifiers" : [] }, + { "traditional" : "勾", + "transcriptions" : { "pinyin" : "gòu", + "numeric" : "gou4", + "wadegiles" : "kou⁴", + "bopomofo" : "ㄍㄡˋ", + "romatzyh" : "gow" }, + "meanings" : [ "used in 勾当" ], + "classifiers" : [] } ] }, + { "simplified" : "勾画", + "radical" : "勹", + "level" : [ "new-7+" ], + "frequency" : 26891, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勾畫", + "transcriptions" : { "pinyin" : "gōu huà", + "numeric" : "gou1 hua4", + "wadegiles" : "kou¹ hua⁴", + "bopomofo" : "ㄍㄡ ㄏㄨㄚˋ", + "romatzyh" : "gou huah" }, + "meanings" : [ "to sketch out", "to delineate" ], + "classifiers" : [] } ] }, + { "simplified" : "勾结", + "radical" : "勹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15011, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勾結", + "transcriptions" : { "pinyin" : "gōu jié", + "numeric" : "gou1 jie2", + "wadegiles" : "kou¹ chieh²", + "bopomofo" : "ㄍㄡ ㄐㄧㄝˊ", + "romatzyh" : "gou jye" }, + "meanings" : [ "to collude with", + "to collaborate with", + "to gang up with" ], + "classifiers" : [] } ] }, + { "simplified" : "沟", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 6312, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "溝", + "transcriptions" : { "pinyin" : "gōu", + "numeric" : "gou1", + "wadegiles" : "kou¹", + "bopomofo" : "ㄍㄡ", + "romatzyh" : "gou" }, + "meanings" : [ "ditch", + "gutter", + "groove", + "gully", + "ravine" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "沟通", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 3266, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "溝通", + "transcriptions" : { "pinyin" : "gōu tōng", + "numeric" : "gou1 tong1", + "wadegiles" : "kou¹ t'ung¹", + "bopomofo" : "ㄍㄡ ㄊㄨㄥ", + "romatzyh" : "gou tong" }, + "meanings" : [ "to join; to connect; to link up", + "to communicate" ], + "classifiers" : [] } ] }, + { "simplified" : "钩", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 5639, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "鈎", + "transcriptions" : { "pinyin" : "gōu", + "numeric" : "gou1", + "wadegiles" : "kou¹", + "bopomofo" : "ㄍㄡ", + "romatzyh" : "gou" }, + "meanings" : [ "variant of 钩" ], + "classifiers" : [] }, + { "traditional" : "鉤", + "transcriptions" : { "pinyin" : "gōu", + "numeric" : "gou1", + "wadegiles" : "kou¹", + "bopomofo" : "ㄍㄡ", + "romatzyh" : "gou" }, + "meanings" : [ "to hook", + "to sew", + "to crochet", + "hook", + "check mark or tick", + "window catch" ], + "classifiers" : [] } ] }, + { "simplified" : "钩子", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12005, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鉤子", + "transcriptions" : { "pinyin" : "gōu zi", + "numeric" : "gou1 zi5", + "wadegiles" : "kou¹ zi", + "bopomofo" : "ㄍㄡ zi", + "romatzyh" : "gou zi" }, + "meanings" : [ "hook" ], + "classifiers" : [] } ] }, + { "simplified" : "狗", + "radical" : "犭", + "level" : [ "new-2", "old-1" ], + "frequency" : 620, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "狗", + "transcriptions" : { "pinyin" : "gǒu", + "numeric" : "gou3", + "wadegiles" : "kou³", + "bopomofo" : "ㄍㄡˇ", + "romatzyh" : "goou" }, + "meanings" : [ "dog" ], + "classifiers" : [ "只", "条" ] } ] }, + { "simplified" : "构成", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 4510, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "構成", + "transcriptions" : { "pinyin" : "gòu chéng", + "numeric" : "gou4 cheng2", + "wadegiles" : "kou⁴ ch'eng²", + "bopomofo" : "ㄍㄡˋ ㄔㄥˊ", + "romatzyh" : "gow cherng" }, + "meanings" : [ "to constitute", + "to form", + "to compose", + "to make up", + "to configure (computing)" ], + "classifiers" : [] } ] }, + { "simplified" : "构建", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 12897, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "構建", + "transcriptions" : { "pinyin" : "gòu jiàn", + "numeric" : "gou4 jian4", + "wadegiles" : "kou⁴ chien⁴", + "bopomofo" : "ㄍㄡˋ ㄐㄧㄢˋ", + "romatzyh" : "gow jiann" }, + "meanings" : [ "to construct (sth abstract)" ], + "classifiers" : [] } ] }, + { "simplified" : "构思", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11513, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "構思", + "transcriptions" : { "pinyin" : "gòu sī", + "numeric" : "gou4 si1", + "wadegiles" : "kou⁴ ssu¹", + "bopomofo" : "ㄍㄡˋ ㄙ", + "romatzyh" : "gow sy" }, + "meanings" : [ "to design", + "to plot", + "to plan out", + "to compose", + "to draw a mental sketch", + "conception", + "plan", + "idea", + "composition" ], + "classifiers" : [] } ] }, + { "simplified" : "构想", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 14061, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "構想", + "transcriptions" : { "pinyin" : "gòu xiǎng", + "numeric" : "gou4 xiang3", + "wadegiles" : "kou⁴ hsiang³", + "bopomofo" : "ㄍㄡˋ ㄒㄧㄤˇ", + "romatzyh" : "gow sheang" }, + "meanings" : [ "to conceive", "concept" ], + "classifiers" : [] } ] }, + { "simplified" : "构造", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 9731, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "構造", + "transcriptions" : { "pinyin" : "gòu zào", + "numeric" : "gou4 zao4", + "wadegiles" : "kou⁴ tsao⁴", + "bopomofo" : "ㄍㄡˋ ㄗㄠˋ", + "romatzyh" : "gow tzaw" }, + "meanings" : [ "structure", + "composition", + "tectonic (geology)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "购", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 4316, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "購", + "transcriptions" : { "pinyin" : "gòu", + "numeric" : "gou4", + "wadegiles" : "kou⁴", + "bopomofo" : "ㄍㄡˋ", + "romatzyh" : "gow" }, + "meanings" : [ "to buy", "to purchase" ], + "classifiers" : [] } ] }, + { "simplified" : "购买", + "radical" : "贝", + "level" : [ "new-4" ], + "frequency" : 2972, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "購買", + "transcriptions" : { "pinyin" : "gòu mǎi", + "numeric" : "gou4 mai3", + "wadegiles" : "kou⁴ mai³", + "bopomofo" : "ㄍㄡˋ ㄇㄞˇ", + "romatzyh" : "gow mae" }, + "meanings" : [ "to purchase; to buy" ], + "classifiers" : [] } ] }, + { "simplified" : "购物", + "radical" : "贝", + "level" : [ "new-4", "old-4" ], + "frequency" : 2912, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "購物", + "transcriptions" : { "pinyin" : "gòu wù", + "numeric" : "gou4 wu4", + "wadegiles" : "kou⁴ wu⁴", + "bopomofo" : "ㄍㄡˋ ㄨˋ", + "romatzyh" : "gow wuh" }, + "meanings" : [ "shopping" ], + "classifiers" : [] } ] }, + { "simplified" : "够", + "radical" : "夕", + "level" : [ "new-2", "old-4" ], + "frequency" : 1173, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "夠", + "transcriptions" : { "pinyin" : "gòu", + "numeric" : "gou4", + "wadegiles" : "kou⁴", + "bopomofo" : "ㄍㄡˋ", + "romatzyh" : "gow" }, + "meanings" : [ "enough (sufficient)", + "enough (too much)", + "(coll.) (before adj.) really", + "(coll.) to reach by stretching out" ], + "classifiers" : [] } ] }, + { "simplified" : "够呛", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 21389, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "夠嗆", + "transcriptions" : { "pinyin" : "gòu qiàng", + "numeric" : "gou4 qiang4", + "wadegiles" : "kou⁴ ch'iang⁴", + "bopomofo" : "ㄍㄡˋ ㄑㄧㄤˋ", + "romatzyh" : "gow chianq" }, + "meanings" : [ "unbearable", + "terrible", + "enough", + "unlikely" ], + "classifiers" : [] } ] }, + { "simplified" : "估计", + "radical" : "亻", + "level" : [ "new-5", "old-4" ], + "frequency" : 1586, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "估計", + "transcriptions" : { "pinyin" : "gū jì", + "numeric" : "gu1 ji4", + "wadegiles" : "ku¹ chi⁴", + "bopomofo" : "ㄍㄨ ㄐㄧˋ", + "romatzyh" : "gu jih" }, + "meanings" : [ "to estimate", + "to reckon", + "(coll.) to suppose" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "估算", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 14723, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "估算", + "transcriptions" : { "pinyin" : "gū suàn", + "numeric" : "gu1 suan4", + "wadegiles" : "ku¹ suan⁴", + "bopomofo" : "ㄍㄨ ㄙㄨㄢˋ", + "romatzyh" : "gu suann" }, + "meanings" : [ "assessment", "evaluation" ], + "classifiers" : [] } ] }, + { "simplified" : "姑姑", + "radical" : "女", + "level" : [ "new-6", "old-5" ], + "frequency" : 10577, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姑姑", + "transcriptions" : { "pinyin" : "gū gu", + "numeric" : "gu1 gu5", + "wadegiles" : "ku¹ gu", + "bopomofo" : "ㄍㄨ gu", + "romatzyh" : "gu gu" }, + "meanings" : [ "paternal aunt" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "姑娘", + "radical" : "女", + "level" : [ "new-3", "old-5" ], + "frequency" : 1474, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姑娘", + "transcriptions" : { "pinyin" : "gū niang", + "numeric" : "gu1 niang5", + "wadegiles" : "ku¹ niang", + "bopomofo" : "ㄍㄨ niang", + "romatzyh" : "gu niang" }, + "meanings" : [ "girl", + "young woman", + "young lady", + "daughter", + "paternal aunt (old)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "姑且", + "radical" : "女", + "level" : [ "old-6" ], + "frequency" : 24572, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "姑且", + "transcriptions" : { "pinyin" : "gū qiě", + "numeric" : "gu1 qie3", + "wadegiles" : "ku¹ ch'ieh³", + "bopomofo" : "ㄍㄨ ㄑㄧㄝˇ", + "romatzyh" : "gu chiee" }, + "meanings" : [ "for the time being", + "tentatively" ], + "classifiers" : [] } ] }, + { "simplified" : "孤单", + "radical" : "子", + "level" : [ "new-7+", "old-4" ], + "frequency" : 3459, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "孤單", + "transcriptions" : { "pinyin" : "gū dān", + "numeric" : "gu1 dan1", + "wadegiles" : "ku¹ tan¹", + "bopomofo" : "ㄍㄨ ㄉㄢ", + "romatzyh" : "gu dan" }, + "meanings" : [ "lone", "lonely", "loneliness" ], + "classifiers" : [] } ] }, + { "simplified" : "孤独", + "radical" : "子", + "level" : [ "new-6", "old-6" ], + "frequency" : 2987, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "孤獨", + "transcriptions" : { "pinyin" : "gū dú", + "numeric" : "gu1 du2", + "wadegiles" : "ku¹ tu²", + "bopomofo" : "ㄍㄨ ㄉㄨˊ", + "romatzyh" : "gu dwu" }, + "meanings" : [ "lonely", "solitary" ], + "classifiers" : [] } ] }, + { "simplified" : "孤儿", + "radical" : "子", + "level" : [ "new-6" ], + "frequency" : 4797, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "孤兒", + "transcriptions" : { "pinyin" : "gū ér", + "numeric" : "gu1 er2", + "wadegiles" : "ku¹ erh²", + "bopomofo" : "ㄍㄨ ㄦˊ", + "romatzyh" : "gu erl" }, + "meanings" : [ "orphan" ], + "classifiers" : [] } ] }, + { "simplified" : "孤立", + "radical" : "子", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9536, + "pos" : [ "v", "a", "an", "ad" ], + "forms" : [ { "traditional" : "孤立", + "transcriptions" : { "pinyin" : "gū lì", + "numeric" : "gu1 li4", + "wadegiles" : "ku¹ li⁴", + "bopomofo" : "ㄍㄨ ㄌㄧˋ", + "romatzyh" : "gu lih" }, + "meanings" : [ "isolated", "to isolate" ], + "classifiers" : [] } ] }, + { "simplified" : "孤零零", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 22095, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "孤零零", + "transcriptions" : { "pinyin" : "gū líng líng", + "numeric" : "gu1 ling2 ling2", + "wadegiles" : "ku¹ ling² ling²", + "bopomofo" : "ㄍㄨ ㄌㄧㄥˊ ㄌㄧㄥˊ", + "romatzyh" : "gu ling ling" }, + "meanings" : [ "lone", + "isolated and without help", + "all alone", + "solitary" ], + "classifiers" : [] } ] }, + { "simplified" : "孤陋寡闻", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 44513, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "孤陋寡聞", + "transcriptions" : { "pinyin" : "gū lòu guǎ wén", + "numeric" : "gu1 lou4 gua3 wen2", + "wadegiles" : "ku¹ lou⁴ kua³ wen²", + "bopomofo" : "ㄍㄨ ㄌㄡˋ ㄍㄨㄚˇ ㄨㄣˊ", + "romatzyh" : "gu low goa wen" }, + "meanings" : [ "ignorant and inexperienced", + "ill-informed and narrow-minded" ], + "classifiers" : [] } ] }, + { "simplified" : "沽名钓誉", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 57130, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沽名釣譽", + "transcriptions" : { "pinyin" : "gū míng diào yù", + "numeric" : "gu1 ming2 diao4 yu4", + "wadegiles" : "ku¹ ming² tiao⁴ yü⁴", + "bopomofo" : "ㄍㄨ ㄇㄧㄥˊ ㄉㄧㄠˋ ㄩˋ", + "romatzyh" : "gu ming diaw yuh" }, + "meanings" : [ "to angle for fame (idiom)", + "to fish for compliments" ], + "classifiers" : [] } ] }, + { "simplified" : "辜负", + "radical" : "辛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11000, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "辜負", + "transcriptions" : { "pinyin" : "gū fù", + "numeric" : "gu1 fu4", + "wadegiles" : "ku¹ fu⁴", + "bopomofo" : "ㄍㄨ ㄈㄨˋ", + "romatzyh" : "gu fuh" }, + "meanings" : [ "to fail to live up (to expectations)", + "unworthy (of trust)", + "to let down", + "to betray (hopes)", + "to disappoint" ], + "classifiers" : [] } ] }, + { "simplified" : "古", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 2558, + "pos" : [ "a", "tg" ], + "forms" : [ { "traditional" : "古", + "transcriptions" : { "pinyin" : "Gǔ", + "numeric" : "Gu3", + "wadegiles" : "ku³", + "bopomofo" : "ㄍㄨˇ", + "romatzyh" : "guu" }, + "meanings" : [ "surname Gu" ], + "classifiers" : [] }, + { "traditional" : "古", + "transcriptions" : { "pinyin" : "gǔ", + "numeric" : "gu3", + "wadegiles" : "ku³", + "bopomofo" : "ㄍㄨˇ", + "romatzyh" : "guu" }, + "meanings" : [ "ancient", "old", "paleo-" ], + "classifiers" : [] } ] }, + { "simplified" : "古代", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 6123, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "古代", + "transcriptions" : { "pinyin" : "gǔ dài", + "numeric" : "gu3 dai4", + "wadegiles" : "ku³ tai⁴", + "bopomofo" : "ㄍㄨˇ ㄉㄞˋ", + "romatzyh" : "guu day" }, + "meanings" : [ "ancient times" ], + "classifiers" : [] } ] }, + { "simplified" : "古典", + "radical" : "口", + "level" : [ "new-6", "old-5" ], + "frequency" : 7746, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "古典", + "transcriptions" : { "pinyin" : "gǔ diǎn", + "numeric" : "gu3 dian3", + "wadegiles" : "ku³ tien³", + "bopomofo" : "ㄍㄨˇ ㄉㄧㄢˇ", + "romatzyh" : "guu dean" }, + "meanings" : [ "classical" ], + "classifiers" : [] } ] }, + { "simplified" : "古董", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10388, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "古董", + "transcriptions" : { "pinyin" : "gǔ dǒng", + "numeric" : "gu3 dong3", + "wadegiles" : "ku³ tung³", + "bopomofo" : "ㄍㄨˇ ㄉㄨㄥˇ", + "romatzyh" : "guu doong" }, + "meanings" : [ "curio", "antique" ], + "classifiers" : [] } ] }, + { "simplified" : "古怪", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7231, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "古怪", + "transcriptions" : { "pinyin" : "gǔ guài", + "numeric" : "gu3 guai4", + "wadegiles" : "ku³ kuai⁴", + "bopomofo" : "ㄍㄨˇ ㄍㄨㄞˋ", + "romatzyh" : "guu guay" }, + "meanings" : [ "strange", + "weird", + "eccentric", + "bizarre" ], + "classifiers" : [] } ] }, + { "simplified" : "古迹", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 21766, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "古蹟", + "transcriptions" : { "pinyin" : "gǔ jì", + "numeric" : "gu3 ji4", + "wadegiles" : "ku³ chi⁴", + "bopomofo" : "ㄍㄨˇ ㄐㄧˋ", + "romatzyh" : "guu jih" }, + "meanings" : [ "places of historic interest", + "historical sites" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "古今中外", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 28984, + "pos" : [], + "forms" : [ { "traditional" : "古今中外", + "transcriptions" : { "pinyin" : "gǔ jīn zhōng wài", + "numeric" : "gu3 jin1 zhong1 wai4", + "wadegiles" : "ku³ chin¹ chung¹ wai⁴", + "bopomofo" : "ㄍㄨˇ ㄐㄧㄣ ㄓㄨㄥ ㄨㄞˋ", + "romatzyh" : "guu jin jong way" }, + "meanings" : [ "at all times and in all places (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "古老", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 5243, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "古老", + "transcriptions" : { "pinyin" : "gǔ lǎo", + "numeric" : "gu3 lao3", + "wadegiles" : "ku³ lao³", + "bopomofo" : "ㄍㄨˇ ㄌㄠˇ", + "romatzyh" : "guu lao" }, + "meanings" : [ "ancient", "old", "age-old" ], + "classifiers" : [] } ] }, + { "simplified" : "古朴", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 32851, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "古樸", + "transcriptions" : { "pinyin" : "gǔ pǔ", + "numeric" : "gu3 pu3", + "wadegiles" : "ku³ p'u³", + "bopomofo" : "ㄍㄨˇ ㄆㄨˇ", + "romatzyh" : "guu puu" }, + "meanings" : [ "simple and unadorned (of art, architecture etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "古人", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 10424, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "古人", + "transcriptions" : { "pinyin" : "gǔ rén", + "numeric" : "gu3 ren2", + "wadegiles" : "ku³ jen²", + "bopomofo" : "ㄍㄨˇ ㄖㄣˊ", + "romatzyh" : "guu ren" }, + "meanings" : [ "people of ancient times", + "the ancients", + "extinct human species such as Homo erectus or Homo neanderthalensis", + "(literary) deceased person" ], + "classifiers" : [] } ] }, + { "simplified" : "股", + "radical" : "⺼", + "level" : [ "new-6" ], + "frequency" : 1720, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "股", + "transcriptions" : { "pinyin" : "gǔ", + "numeric" : "gu3", + "wadegiles" : "ku³", + "bopomofo" : "ㄍㄨˇ", + "romatzyh" : "guu" }, + "meanings" : [ "thigh", + "part of a whole", + "portion of a sum", + "(stock) share", + "strand of a thread", + "low-level administrative unit, translated as \"section\" or \"department\" etc, ranked below 科", + "classifier for long winding things like ropes, rivers etc", + "classifier for smoke, smells etc: thread, puff, whiff", + "classifier for bands of people, gangs etc", + "classifier for sudden forceful actions" ], + "classifiers" : [] } ] }, + { "simplified" : "股东", + "radical" : "⺼", + "level" : [ "new-6", "old-6" ], + "frequency" : 5090, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "股東", + "transcriptions" : { "pinyin" : "gǔ dōng", + "numeric" : "gu3 dong1", + "wadegiles" : "ku³ tung¹", + "bopomofo" : "ㄍㄨˇ ㄉㄨㄥ", + "romatzyh" : "guu dong" }, + "meanings" : [ "shareholder", "stockholder" ], + "classifiers" : [] } ] }, + { "simplified" : "股份", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5040, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "股份", + "transcriptions" : { "pinyin" : "gǔ fèn", + "numeric" : "gu3 fen4", + "wadegiles" : "ku³ fen⁴", + "bopomofo" : "ㄍㄨˇ ㄈㄣˋ", + "romatzyh" : "guu fenn" }, + "meanings" : [ "a share (in a company)", "stock" ], + "classifiers" : [] } ] }, + { "simplified" : "股民", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 29691, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "股民", + "transcriptions" : { "pinyin" : "gǔ mín", + "numeric" : "gu3 min2", + "wadegiles" : "ku³ min²", + "bopomofo" : "ㄍㄨˇ ㄇㄧㄣˊ", + "romatzyh" : "guu min" }, + "meanings" : [ "stock investor", "share trader" ], + "classifiers" : [] } ] }, + { "simplified" : "股票", + "radical" : "⺼", + "level" : [ "new-6", "old-5" ], + "frequency" : 2731, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "股票", + "transcriptions" : { "pinyin" : "gǔ piào", + "numeric" : "gu3 piao4", + "wadegiles" : "ku³ p'iao⁴", + "bopomofo" : "ㄍㄨˇ ㄆㄧㄠˋ", + "romatzyh" : "guu piaw" }, + "meanings" : [ "share certificate", + "stock (finance)" ], + "classifiers" : [] } ] }, + { "simplified" : "股市", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 7954, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "股市", + "transcriptions" : { "pinyin" : "gǔ shì", + "numeric" : "gu3 shi4", + "wadegiles" : "ku³ shih⁴", + "bopomofo" : "ㄍㄨˇ ㄕˋ", + "romatzyh" : "guu shyh" }, + "meanings" : [ "stock market" ], + "classifiers" : [] } ] }, + { "simplified" : "骨干", + "radical" : "骨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19116, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "骨幹", + "transcriptions" : { "pinyin" : "gǔ gàn", + "numeric" : "gu3 gan4", + "wadegiles" : "ku³ kan⁴", + "bopomofo" : "ㄍㄨˇ ㄍㄢˋ", + "romatzyh" : "guu gann" }, + "meanings" : [ "diaphysis (long segment of a bone)", + "fig. backbone" ], + "classifiers" : [] } ] }, + { "simplified" : "骨气", + "radical" : "骨", + "level" : [ "new-7+" ], + "frequency" : 24898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "骨氣", + "transcriptions" : { "pinyin" : "gǔ qì", + "numeric" : "gu3 qi4", + "wadegiles" : "ku³ ch'i⁴", + "bopomofo" : "ㄍㄨˇ ㄑㄧˋ", + "romatzyh" : "guu chih" }, + "meanings" : [ "unyielding character", + "courageous spirit", + "integrity", + "moral backbone" ], + "classifiers" : [] } ] }, + { "simplified" : "骨头", + "radical" : "骨", + "level" : [ "new-4", "old-5" ], + "frequency" : 5565, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "骨頭", + "transcriptions" : { "pinyin" : "gǔ tou", + "numeric" : "gu3 tou5", + "wadegiles" : "ku³ tou", + "bopomofo" : "ㄍㄨˇ tou", + "romatzyh" : "guu tou" }, + "meanings" : [ "bone", + "moral character", + "bitterness", + "Taiwan pr. [gú tou]" ], + "classifiers" : [ "根", "块" ] } ] }, + { "simplified" : "骨折", + "radical" : "骨", + "level" : [ "new-7+" ], + "frequency" : 4712, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "骨折", + "transcriptions" : { "pinyin" : "gǔ zhé", + "numeric" : "gu3 zhe2", + "wadegiles" : "ku³ che²", + "bopomofo" : "ㄍㄨˇ ㄓㄜˊ", + "romatzyh" : "guu jer" }, + "meanings" : [ "to suffer a fracture", + "(of a bone) to break", + "fracture" ], + "classifiers" : [] } ] }, + { "simplified" : "鼓", + "radical" : "鼓", + "level" : [ "new-5" ], + "frequency" : 5510, + "pos" : [ "v", "n", "g", "a" ], + "forms" : [ { "traditional" : "皷", + "transcriptions" : { "pinyin" : "gǔ", + "numeric" : "gu3", + "wadegiles" : "ku³", + "bopomofo" : "ㄍㄨˇ", + "romatzyh" : "guu" }, + "meanings" : [ "old variant of 鼓" ], + "classifiers" : [] }, + { "traditional" : "鼓", + "transcriptions" : { "pinyin" : "gǔ", + "numeric" : "gu3", + "wadegiles" : "ku³", + "bopomofo" : "ㄍㄨˇ", + "romatzyh" : "guu" }, + "meanings" : [ "drum", + "to drum", + "to strike", + "to rouse", + "to bulge", + "to swell" ], + "classifiers" : [ "通", "面" ] } ] }, + { "simplified" : "鼓动", + "radical" : "鼓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18489, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鼓動", + "transcriptions" : { "pinyin" : "gǔ dòng", + "numeric" : "gu3 dong4", + "wadegiles" : "ku³ tung⁴", + "bopomofo" : "ㄍㄨˇ ㄉㄨㄥˋ", + "romatzyh" : "guu donq" }, + "meanings" : [ "to urge (an activity that may be beneficial, harmful or neutral); to encourage; to agitate; to instigate; to incite", + "to beat; to flap (wings, a fan etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "鼓励", + "radical" : "鼓", + "level" : [ "new-5", "old-4" ], + "frequency" : 2649, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鼓勵", + "transcriptions" : { "pinyin" : "gǔ lì", + "numeric" : "gu3 li4", + "wadegiles" : "ku³ li⁴", + "bopomofo" : "ㄍㄨˇ ㄌㄧˋ", + "romatzyh" : "guu lih" }, + "meanings" : [ "to encourage" ], + "classifiers" : [] } ] }, + { "simplified" : "鼓舞", + "radical" : "鼓", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6725, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鼓舞", + "transcriptions" : { "pinyin" : "gǔ wǔ", + "numeric" : "gu3 wu3", + "wadegiles" : "ku³ wu³", + "bopomofo" : "ㄍㄨˇ ㄨˇ", + "romatzyh" : "guu wuu" }, + "meanings" : [ "heartening (news)", + "to boost (morale)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "鼓掌", + "radical" : "鼓", + "level" : [ "new-5", "old-4" ], + "frequency" : 6623, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鼓掌", + "transcriptions" : { "pinyin" : "gǔ zhǎng", + "numeric" : "gu3 zhang3", + "wadegiles" : "ku³ chang³", + "bopomofo" : "ㄍㄨˇ ㄓㄤˇ", + "romatzyh" : "guu jaang" }, + "meanings" : [ "to applaud", "to clap" ], + "classifiers" : [] } ] }, + { "simplified" : "固定", + "radical" : "囗", + "level" : [ "new-4", "old-5" ], + "frequency" : 3096, + "pos" : [ "a", "v", "vn" ], + "forms" : [ { "traditional" : "固定", + "transcriptions" : { "pinyin" : "gù dìng", + "numeric" : "gu4 ding4", + "wadegiles" : "ku⁴ ting⁴", + "bopomofo" : "ㄍㄨˋ ㄉㄧㄥˋ", + "romatzyh" : "guh dinq" }, + "meanings" : [ "to fix", + "to fasten", + "to set rigidly in place", + "fixed", + "set", + "regular" ], + "classifiers" : [] } ] }, + { "simplified" : "固然", + "radical" : "囗", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15998, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "固然", + "transcriptions" : { "pinyin" : "gù rán", + "numeric" : "gu4 ran2", + "wadegiles" : "ku⁴ jan²", + "bopomofo" : "ㄍㄨˋ ㄖㄢˊ", + "romatzyh" : "guh ran" }, + "meanings" : [ "admittedly (it's true that...)" ], + "classifiers" : [] } ] }, + { "simplified" : "固体", + "radical" : "囗", + "level" : [ "old-5" ], + "frequency" : 14926, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "固體", + "transcriptions" : { "pinyin" : "gù tǐ", + "numeric" : "gu4 ti3", + "wadegiles" : "ku⁴ t'i³", + "bopomofo" : "ㄍㄨˋ ㄊㄧˇ", + "romatzyh" : "guh tii" }, + "meanings" : [ "solid" ], + "classifiers" : [] } ] }, + { "simplified" : "固有", + "radical" : "囗", + "level" : [ "old-6" ], + "frequency" : 19015, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "固有", + "transcriptions" : { "pinyin" : "gù yǒu", + "numeric" : "gu4 you3", + "wadegiles" : "ku⁴ yu³", + "bopomofo" : "ㄍㄨˋ ㄧㄡˇ", + "romatzyh" : "guh yeou" }, + "meanings" : [ "intrinsic to sth", + "inherent", + "native" ], + "classifiers" : [] } ] }, + { "simplified" : "固执", + "radical" : "囗", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8209, + "pos" : [ "a", "an", "v" ], + "forms" : [ { "traditional" : "固執", + "transcriptions" : { "pinyin" : "gù zhí", + "numeric" : "gu4 zhi2", + "wadegiles" : "ku⁴ chih²", + "bopomofo" : "ㄍㄨˋ ㄓˊ", + "romatzyh" : "guh jyr" }, + "meanings" : [ "obstinate", + "stubborn", + "to fixate on", + "to cling to" ], + "classifiers" : [] } ] }, + { "simplified" : "故", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 6035, + "pos" : [ "c", "g", "n" ], + "forms" : [ { "traditional" : "故", + "transcriptions" : { "pinyin" : "gù", + "numeric" : "gu4", + "wadegiles" : "ku⁴", + "bopomofo" : "ㄍㄨˋ", + "romatzyh" : "guh" }, + "meanings" : [ "happening", + "instance", + "reason", + "cause", + "intentional", + "former", + "old", + "friend", + "therefore", + "hence", + "(of people) to die, dead" ], + "classifiers" : [] } ] }, + { "simplified" : "故事", + "radical" : "攵", + "level" : [ "new-2", "old-3" ], + "frequency" : 772, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "故事", + "transcriptions" : { "pinyin" : "gù shì", + "numeric" : "gu4 shi4", + "wadegiles" : "ku⁴ shih⁴", + "bopomofo" : "ㄍㄨˋ ㄕˋ", + "romatzyh" : "guh shyh" }, + "meanings" : [ "old practice" ], + "classifiers" : [] }, + { "traditional" : "故事", + "transcriptions" : { "pinyin" : "gù shi", + "numeric" : "gu4 shi5", + "wadegiles" : "ku⁴ shi", + "bopomofo" : "ㄍㄨˋ shi", + "romatzyh" : "guh shi" }, + "meanings" : [ "narrative; story; tale" ], + "classifiers" : [] } ] }, + { "simplified" : "故乡", + "radical" : "攵", + "level" : [ "new-3", "old-6" ], + "frequency" : 9198, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "故鄉", + "transcriptions" : { "pinyin" : "gù xiāng", + "numeric" : "gu4 xiang1", + "wadegiles" : "ku⁴ hsiang¹", + "bopomofo" : "ㄍㄨˋ ㄒㄧㄤ", + "romatzyh" : "guh shiang" }, + "meanings" : [ "home", "homeland", "native place" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "故意", + "radical" : "攵", + "level" : [ "new-2", "old-4" ], + "frequency" : 2426, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "故意", + "transcriptions" : { "pinyin" : "gù yì", + "numeric" : "gu4 yi4", + "wadegiles" : "ku⁴ i⁴", + "bopomofo" : "ㄍㄨˋ ㄧˋ", + "romatzyh" : "guh yih" }, + "meanings" : [ "deliberately; on purpose" ], + "classifiers" : [] } ] }, + { "simplified" : "故障", + "radical" : "攵", + "level" : [ "new-6", "old-6" ], + "frequency" : 4690, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "故障", + "transcriptions" : { "pinyin" : "gù zhàng", + "numeric" : "gu4 zhang4", + "wadegiles" : "ku⁴ chang⁴", + "bopomofo" : "ㄍㄨˋ ㄓㄤˋ", + "romatzyh" : "guh janq" }, + "meanings" : [ "malfunction", + "breakdown", + "defect", + "shortcoming", + "fault", + "failure", + "impediment", + "error", + "bug (in software)" ], + "classifiers" : [] } ] }, + { "simplified" : "顾", + "radical" : "页", + "level" : [ "new-6" ], + "frequency" : 5341, + "pos" : [ "v", "nr" ], + "forms" : [ { "traditional" : "顧", + "transcriptions" : { "pinyin" : "Gù", + "numeric" : "Gu4", + "wadegiles" : "ku⁴", + "bopomofo" : "ㄍㄨˋ", + "romatzyh" : "guh" }, + "meanings" : [ "surname Gu" ], + "classifiers" : [] }, + { "traditional" : "顧", + "transcriptions" : { "pinyin" : "gù", + "numeric" : "gu4", + "wadegiles" : "ku⁴", + "bopomofo" : "ㄍㄨˋ", + "romatzyh" : "guh" }, + "meanings" : [ "to look after", + "to take into consideration", + "to attend to" ], + "classifiers" : [] } ] }, + { "simplified" : "顾不得", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 31355, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "顧不得", + "transcriptions" : { "pinyin" : "gù bu de", + "numeric" : "gu4 bu5 de5", + "wadegiles" : "ku⁴ bu de", + "bopomofo" : "ㄍㄨˋ bu de", + "romatzyh" : "guh bu de" }, + "meanings" : [ "unable to change sth", + "unable to deal with" ], + "classifiers" : [] } ] }, + { "simplified" : "顾不上", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "顧不上", + "transcriptions" : { "pinyin" : "gù bu shàng", + "numeric" : "gu4 bu5 shang4", + "wadegiles" : "ku⁴ bu shang⁴", + "bopomofo" : "ㄍㄨˋ bu ㄕㄤˋ", + "romatzyh" : "guh bu shanq" }, + "meanings" : [ "cannot attend to or manage" ], + "classifiers" : [] } ] }, + { "simplified" : "顾及", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 13733, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "顧及", + "transcriptions" : { "pinyin" : "gù jí", + "numeric" : "gu4 ji2", + "wadegiles" : "ku⁴ chi²", + "bopomofo" : "ㄍㄨˋ ㄐㄧˊ", + "romatzyh" : "guh jyi" }, + "meanings" : [ "to take into consideration", + "to attend to" ], + "classifiers" : [] } ] }, + { "simplified" : "顾客", + "radical" : "页", + "level" : [ "new-2", "old-4" ], + "frequency" : 2706, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "顧客", + "transcriptions" : { "pinyin" : "gù kè", + "numeric" : "gu4 ke4", + "wadegiles" : "ku⁴ k'o⁴", + "bopomofo" : "ㄍㄨˋ ㄎㄜˋ", + "romatzyh" : "guh keh" }, + "meanings" : [ "customer; client" ], + "classifiers" : [ "位" ] } ] }, + { "simplified" : "顾虑", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10038, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "顧慮", + "transcriptions" : { "pinyin" : "gù lu:4", + "numeric" : "gu4 lü4", + "wadegiles" : "ku⁴ lu:4", + "bopomofo" : "ㄍㄨˋ lu:4", + "romatzyh" : "guh lu:4" }, + "meanings" : [ "misgivings", "apprehensions" ], + "classifiers" : [] } ] }, + { "simplified" : "顾全大局", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 40823, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "顧全大局", + "transcriptions" : { "pinyin" : "gù quán dà jú", + "numeric" : "gu4 quan2 da4 ju2", + "wadegiles" : "ku⁴ ch'üan² ta⁴ chü²", + "bopomofo" : "ㄍㄨˋ ㄑㄩㄢˊ ㄉㄚˋ ㄐㄩˊ", + "romatzyh" : "guh chyuan dah jyu" }, + "meanings" : [ "to take the big picture into consideration (idiom)", + "to work for the benefits of all" ], + "classifiers" : [] } ] }, + { "simplified" : "顾问", + "radical" : "页", + "level" : [ "new-5", "old-6" ], + "frequency" : 3747, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "顧問", + "transcriptions" : { "pinyin" : "gù wèn", + "numeric" : "gu4 wen4", + "wadegiles" : "ku⁴ wen⁴", + "bopomofo" : "ㄍㄨˋ ㄨㄣˋ", + "romatzyh" : "guh wenn" }, + "meanings" : [ "adviser", "consultant" ], + "classifiers" : [] } ] }, + { "simplified" : "雇", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 6583, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "僱", + "transcriptions" : { "pinyin" : "gù", + "numeric" : "gu4", + "wadegiles" : "ku⁴", + "bopomofo" : "ㄍㄨˋ", + "romatzyh" : "guh" }, + "meanings" : [ "variant of 雇" ], + "classifiers" : [] }, + { "traditional" : "雇", + "transcriptions" : { "pinyin" : "gù", + "numeric" : "gu4", + "wadegiles" : "ku⁴", + "bopomofo" : "ㄍㄨˋ", + "romatzyh" : "guh" }, + "meanings" : [ "to employ", "to hire", "to rent" ], + "classifiers" : [] } ] }, + { "simplified" : "雇佣", + "radical" : "隹", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8415, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "雇傭", + "transcriptions" : { "pinyin" : "gù yōng", + "numeric" : "gu4 yong1", + "wadegiles" : "ku⁴ yung¹", + "bopomofo" : "ㄍㄨˋ ㄩㄥ", + "romatzyh" : "guh iong" }, + "meanings" : [ "to employ", "to hire" ], + "classifiers" : [] } ] }, + { "simplified" : "雇员", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 8582, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雇員", + "transcriptions" : { "pinyin" : "gù yuán", + "numeric" : "gu4 yuan2", + "wadegiles" : "ku⁴ yüan²", + "bopomofo" : "ㄍㄨˋ ㄩㄢˊ", + "romatzyh" : "guh yuan" }, + "meanings" : [ "employee" ], + "classifiers" : [] } ] }, + { "simplified" : "雇主", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 10785, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雇主", + "transcriptions" : { "pinyin" : "gù zhǔ", + "numeric" : "gu4 zhu3", + "wadegiles" : "ku⁴ chu³", + "bopomofo" : "ㄍㄨˋ ㄓㄨˇ", + "romatzyh" : "guh juu" }, + "meanings" : [ "employer" ], + "classifiers" : [] } ] }, + { "simplified" : "瓜", + "radical" : "瓜", + "level" : [ "new-4" ], + "frequency" : 6211, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瓜", + "transcriptions" : { "pinyin" : "guā", + "numeric" : "gua1", + "wadegiles" : "kua¹", + "bopomofo" : "ㄍㄨㄚ", + "romatzyh" : "gua" }, + "meanings" : [ "melon", "gourd", "squash" ], + "classifiers" : [] } ] }, + { "simplified" : "瓜分", + "radical" : "瓜", + "level" : [ "new-7+" ], + "frequency" : 26284, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瓜分", + "transcriptions" : { "pinyin" : "guā fēn", + "numeric" : "gua1 fen1", + "wadegiles" : "kua¹ fen¹", + "bopomofo" : "ㄍㄨㄚ ㄈㄣ", + "romatzyh" : "gua fen" }, + "meanings" : [ "to partition", "to divide up" ], + "classifiers" : [] } ] }, + { "simplified" : "瓜子", + "radical" : "瓜", + "level" : [ "new-7+" ], + "frequency" : 22538, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瓜子", + "transcriptions" : { "pinyin" : "guā zǐ", + "numeric" : "gua1 zi3", + "wadegiles" : "kua¹ tzu³", + "bopomofo" : "ㄍㄨㄚ ㄗˇ", + "romatzyh" : "gua tzyy" }, + "meanings" : [ "melon seed", + "seeds of pumpkin, watermelon or sunflower etc, roasted and flavored, consumed as a snack" ], + "classifiers" : [] } ] }, + { "simplified" : "刮", + "radical" : "刂", + "level" : [ "new-6", "old-3" ], + "frequency" : 3910, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "刮", + "transcriptions" : { "pinyin" : "guā", + "numeric" : "gua1", + "wadegiles" : "kua¹", + "bopomofo" : "ㄍㄨㄚ", + "romatzyh" : "gua" }, + "meanings" : [ "to scrape", + "to blow", + "to shave", + "to plunder", + "to extort" ], + "classifiers" : [] }, + { "traditional" : "颳", + "transcriptions" : { "pinyin" : "guā", + "numeric" : "gua1", + "wadegiles" : "kua¹", + "bopomofo" : "ㄍㄨㄚ", + "romatzyh" : "gua" }, + "meanings" : [ "to blow (of the wind)" ], + "classifiers" : [] } ] }, + { "simplified" : "刮风", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 35620, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "颳風", + "transcriptions" : { "pinyin" : "guā fēng", + "numeric" : "gua1 feng1", + "wadegiles" : "kua¹ feng¹", + "bopomofo" : "ㄍㄨㄚ ㄈㄥ", + "romatzyh" : "gua feng" }, + "meanings" : [ "to be windy" ], + "classifiers" : [] } ] }, + { "simplified" : "寡妇", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14083, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寡婦", + "transcriptions" : { "pinyin" : "guǎ fu", + "numeric" : "gua3 fu5", + "wadegiles" : "kua³ fu", + "bopomofo" : "ㄍㄨㄚˇ fu", + "romatzyh" : "goa fu" }, + "meanings" : [ "widow" ], + "classifiers" : [] } ] }, + { "simplified" : "挂", + "radical" : "扌", + "level" : [ "new-3", "old-4" ], + "frequency" : 1092, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "掛", + "transcriptions" : { "pinyin" : "guà", + "numeric" : "gua4", + "wadegiles" : "kua⁴", + "bopomofo" : "ㄍㄨㄚˋ", + "romatzyh" : "guah" }, + "meanings" : [ "to hang or suspend (from a hook etc)", + "to hang up (the phone)", + "(of a line) to be dead", + "to be worried or concerned", + "to make a phone call (dialect)", + "to register or record", + "classifier for sets or clusters of objects", + "(slang) to kill", + "to die", + "to be finished", + "to fail (an exam)" ], + "classifiers" : [] } ] }, + { "simplified" : "挂钩", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 26160, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掛鉤", + "transcriptions" : { "pinyin" : "guà gōu", + "numeric" : "gua4 gou1", + "wadegiles" : "kua⁴ kou¹", + "bopomofo" : "ㄍㄨㄚˋ ㄍㄡ", + "romatzyh" : "guah gou" }, + "meanings" : [ "to couple; to link; to hook together", + "(fig.) (preceded by 与 + {entity}) to establish contact (with {entity}); (Tw) to collude (with {entity})", + "(fig.) to link (marketing efforts with production etc); to peg (welfare payments to inflation etc); to tie (remuneration to performance etc)", + "hook (on which to hang sth); latch hook; coupling" ], + "classifiers" : [] } ] }, + { "simplified" : "挂号", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 28577, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掛號", + "transcriptions" : { "pinyin" : "guà hào", + "numeric" : "gua4 hao4", + "wadegiles" : "kua⁴ hao⁴", + "bopomofo" : "ㄍㄨㄚˋ ㄏㄠˋ", + "romatzyh" : "guah haw" }, + "meanings" : [ "to register (at a hospital etc)", + "to send by registered mail" ], + "classifiers" : [] } ] }, + { "simplified" : "挂念", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 18676, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "掛念", + "transcriptions" : { "pinyin" : "guà niàn", + "numeric" : "gua4 nian4", + "wadegiles" : "kua⁴ nien⁴", + "bopomofo" : "ㄍㄨㄚˋ ㄋㄧㄢˋ", + "romatzyh" : "guah niann" }, + "meanings" : [ "concerned" ], + "classifiers" : [] } ] }, + { "simplified" : "挂失", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 34670, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掛失", + "transcriptions" : { "pinyin" : "guà shī", + "numeric" : "gua4 shi1", + "wadegiles" : "kua⁴ shih¹", + "bopomofo" : "ㄍㄨㄚˋ ㄕ", + "romatzyh" : "guah shy" }, + "meanings" : [ "to report the loss of something" ], + "classifiers" : [] } ] }, + { "simplified" : "乖", + "radical" : "丿", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3704, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "乖", + "transcriptions" : { "pinyin" : "guāi", + "numeric" : "guai1", + "wadegiles" : "kuai¹", + "bopomofo" : "ㄍㄨㄞ", + "romatzyh" : "guai" }, + "meanings" : [ "(of a child) obedient, well-behaved", + "clever", + "shrewd", + "alert", + "perverse", + "contrary to reason", + "irregular", + "abnormal" ], + "classifiers" : [] } ] }, + { "simplified" : "乖巧", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 23913, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "乖巧", + "transcriptions" : { "pinyin" : "guāi qiǎo", + "numeric" : "guai1 qiao3", + "wadegiles" : "kuai¹ ch'iao³", + "bopomofo" : "ㄍㄨㄞ ㄑㄧㄠˇ", + "romatzyh" : "guai cheau" }, + "meanings" : [ "clever (child)", + "smart", + "lovable", + "cute" ], + "classifiers" : [] } ] }, + { "simplified" : "拐", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 7146, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "拐", + "transcriptions" : { "pinyin" : "guǎi", + "numeric" : "guai3", + "wadegiles" : "kuai³", + "bopomofo" : "ㄍㄨㄞˇ", + "romatzyh" : "goai" }, + "meanings" : [ "to turn (a corner etc)", + "to kidnap", + "to swindle", + "to misappropriate", + "seven (used as a substitute for 七)", + "variant of 拐" ], + "classifiers" : [] }, + { "traditional" : "枴", + "transcriptions" : { "pinyin" : "guǎi", + "numeric" : "guai3", + "wadegiles" : "kuai³", + "bopomofo" : "ㄍㄨㄞˇ", + "romatzyh" : "goai" }, + "meanings" : [ "cane", + "walking stick", + "crutch", + "old man's staff" ], + "classifiers" : [] }, + { "traditional" : "柺", + "transcriptions" : { "pinyin" : "guǎi", + "numeric" : "guai3", + "wadegiles" : "kuai³", + "bopomofo" : "ㄍㄨㄞˇ", + "romatzyh" : "goai" }, + "meanings" : [ "variant of 拐" ], + "classifiers" : [] } ] }, + { "simplified" : "拐弯", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 21000, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "拐彎", + "transcriptions" : { "pinyin" : "guǎi wān", + "numeric" : "guai3 wan1", + "wadegiles" : "kuai³ wan¹", + "bopomofo" : "ㄍㄨㄞˇ ㄨㄢ", + "romatzyh" : "goai uan" }, + "meanings" : [ "to go round a curve", + "to turn a corner", + "fig. a new direction" ], + "classifiers" : [] } ] }, + { "simplified" : "拐杖", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16022, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "拐杖", + "transcriptions" : { "pinyin" : "guǎi zhàng", + "numeric" : "guai3 zhang4", + "wadegiles" : "kuai³ chang⁴", + "bopomofo" : "ㄍㄨㄞˇ ㄓㄤˋ", + "romatzyh" : "goai janq" }, + "meanings" : [ "crutches", + "crutch", + "walking stick" ], + "classifiers" : [] } ] }, + { "simplified" : "怪", + "radical" : "忄", + "level" : [ "new-4" ], + "frequency" : 1329, + "pos" : [ "v", "a", "d" ], + "forms" : [ { "traditional" : "怪", + "transcriptions" : { "pinyin" : "guài", + "numeric" : "guai4", + "wadegiles" : "kuai⁴", + "bopomofo" : "ㄍㄨㄞˋ", + "romatzyh" : "guay" }, + "meanings" : [ "bewildering", + "odd", + "strange", + "uncanny", + "devil", + "monster", + "to wonder at", + "to blame", + "quite", + "rather" ], + "classifiers" : [] }, + { "traditional" : "恠", + "transcriptions" : { "pinyin" : "guài", + "numeric" : "guai4", + "wadegiles" : "kuai⁴", + "bopomofo" : "ㄍㄨㄞˋ", + "romatzyh" : "guay" }, + "meanings" : [ "variant of 怪" ], + "classifiers" : [] } ] }, + { "simplified" : "怪不得", + "radical" : "忄", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7596, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "怪不得", + "transcriptions" : { "pinyin" : "guài bu de", + "numeric" : "guai4 bu5 de5", + "wadegiles" : "kuai⁴ bu de", + "bopomofo" : "ㄍㄨㄞˋ bu de", + "romatzyh" : "guay bu de" }, + "meanings" : [ "no wonder!", "so that's why!" ], + "classifiers" : [] } ] }, + { "simplified" : "怪物", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 4575, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "怪物", + "transcriptions" : { "pinyin" : "guài wu", + "numeric" : "guai4 wu5", + "wadegiles" : "kuai⁴ wu", + "bopomofo" : "ㄍㄨㄞˋ wu", + "romatzyh" : "guay wu" }, + "meanings" : [ "monster", + "freak", + "eccentric person" ], + "classifiers" : [] } ] }, + { "simplified" : "怪异", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 7869, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "怪異", + "transcriptions" : { "pinyin" : "guài yì", + "numeric" : "guai4 yi4", + "wadegiles" : "kuai⁴ i⁴", + "bopomofo" : "ㄍㄨㄞˋ ㄧˋ", + "romatzyh" : "guay yih" }, + "meanings" : [ "monstrous", + "strange", + "strange phenomenon" ], + "classifiers" : [] } ] }, + { "simplified" : "关", + "radical" : "丷", + "level" : [ "new-1", "old-3" ], + "frequency" : 1129, + "pos" : [ "v", "n", "nr" ], + "forms" : [ { "traditional" : "關", + "transcriptions" : { "pinyin" : "Guān", + "numeric" : "Guan1", + "wadegiles" : "kuan¹", + "bopomofo" : "ㄍㄨㄢ", + "romatzyh" : "guan" }, + "meanings" : [ "surname Guan" ], + "classifiers" : [] }, + { "traditional" : "關", + "transcriptions" : { "pinyin" : "guān", + "numeric" : "guan1", + "wadegiles" : "kuan¹", + "bopomofo" : "ㄍㄨㄢ", + "romatzyh" : "guan" }, + "meanings" : [ "mountain pass", + "to close; to shut; to turn off", + "to confine; to lock (sb) up; to shut (sb in a room, a bird in a cage etc)", + "to concern; to involve" ], + "classifiers" : [] } ] }, + { "simplified" : "关爱", + "radical" : "丷", + "level" : [ "new-6" ], + "frequency" : 8741, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "關愛", + "transcriptions" : { "pinyin" : "guān ài", + "numeric" : "guan1 ai4", + "wadegiles" : "kuan¹ ai⁴", + "bopomofo" : "ㄍㄨㄢ ㄞˋ", + "romatzyh" : "guan ay" }, + "meanings" : [ "to show concern and care for" ], + "classifiers" : [] } ] }, + { "simplified" : "关闭", + "radical" : "丷", + "level" : [ "new-4", "old-5" ], + "frequency" : 3178, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "關閉", + "transcriptions" : { "pinyin" : "guān bì", + "numeric" : "guan1 bi4", + "wadegiles" : "kuan¹ pi⁴", + "bopomofo" : "ㄍㄨㄢ ㄅㄧˋ", + "romatzyh" : "guan bih" }, + "meanings" : [ "to close; to shut (a window etc)", + "(of a shop, school etc) to shut down" ], + "classifiers" : [] } ] }, + { "simplified" : "关掉", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 9259, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "關掉", + "transcriptions" : { "pinyin" : "guān diào", + "numeric" : "guan1 diao4", + "wadegiles" : "kuan¹ tiao⁴", + "bopomofo" : "ㄍㄨㄢ ㄉㄧㄠˋ", + "romatzyh" : "guan diaw" }, + "meanings" : [ "to switch off; to shut off" ], + "classifiers" : [] } ] }, + { "simplified" : "关怀", + "radical" : "丷", + "level" : [ "new-5", "old-5" ], + "frequency" : 8489, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "關懷", + "transcriptions" : { "pinyin" : "guān huái", + "numeric" : "guan1 huai2", + "wadegiles" : "kuan¹ huai²", + "bopomofo" : "ㄍㄨㄢ ㄏㄨㄞˊ", + "romatzyh" : "guan hwai" }, + "meanings" : [ "care", + "solicitude", + "to show care for", + "concerned about", + "attentive to" ], + "classifiers" : [] } ] }, + { "simplified" : "关机", + "radical" : "丷", + "level" : [ "new-2" ], + "frequency" : 9207, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "關機", + "transcriptions" : { "pinyin" : "guān jī", + "numeric" : "guan1 ji1", + "wadegiles" : "kuan¹ chi¹", + "bopomofo" : "ㄍㄨㄢ ㄐㄧ", + "romatzyh" : "guan ji" }, + "meanings" : [ "to turn off (a machine or device)", + "to finish shooting a film" ], + "classifiers" : [] } ] }, + { "simplified" : "关键", + "radical" : "丷", + "level" : [ "new-5", "old-4" ], + "frequency" : 1131, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "關鍵", + "transcriptions" : { "pinyin" : "guān jiàn", + "numeric" : "guan1 jian4", + "wadegiles" : "kuan¹ chien⁴", + "bopomofo" : "ㄍㄨㄢ ㄐㄧㄢˋ", + "romatzyh" : "guan jiann" }, + "meanings" : [ "crucial point", + "crux", + "key", + "crucial", + "pivotal" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "关节", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 7040, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "關節", + "transcriptions" : { "pinyin" : "guān jié", + "numeric" : "guan1 jie2", + "wadegiles" : "kuan¹ chieh²", + "bopomofo" : "ㄍㄨㄢ ㄐㄧㄝˊ", + "romatzyh" : "guan jye" }, + "meanings" : [ "joint (physiology)", + "key point", + "critical phase" ], + "classifiers" : [] } ] }, + { "simplified" : "关联", + "radical" : "丷", + "level" : [ "new-6" ], + "frequency" : 4086, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "關聯", + "transcriptions" : { "pinyin" : "guān lián", + "numeric" : "guan1 lian2", + "wadegiles" : "kuan¹ lien²", + "bopomofo" : "ㄍㄨㄢ ㄌㄧㄢˊ", + "romatzyh" : "guan lian" }, + "meanings" : [ "to be related; to be connected", + "relationship; connection" ], + "classifiers" : [] } ] }, + { "simplified" : "关上", + "radical" : "丷", + "level" : [ "new-1" ], + "frequency" : 7234, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "關上", + "transcriptions" : { "pinyin" : "guān shàng", + "numeric" : "guan1 shang4", + "wadegiles" : "kuan¹ shang⁴", + "bopomofo" : "ㄍㄨㄢ ㄕㄤˋ", + "romatzyh" : "guan shanq" }, + "meanings" : [ "to close (a door)", + "to turn off (light, electrical equipment etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "关税", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 19564, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "關稅", + "transcriptions" : { "pinyin" : "guān shuì", + "numeric" : "guan1 shui4", + "wadegiles" : "kuan¹ shui⁴", + "bopomofo" : "ㄍㄨㄢ ㄕㄨㄟˋ", + "romatzyh" : "guan shuey" }, + "meanings" : [ "customs duty", "tariff" ], + "classifiers" : [] } ] }, + { "simplified" : "关头", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 13674, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "關頭", + "transcriptions" : { "pinyin" : "guān tóu", + "numeric" : "guan1 tou2", + "wadegiles" : "kuan¹ t'ou²", + "bopomofo" : "ㄍㄨㄢ ㄊㄡˊ", + "romatzyh" : "guan tour" }, + "meanings" : [ "juncture", "moment" ], + "classifiers" : [] } ] }, + { "simplified" : "关系", + "radical" : "丷", + "level" : [ "new-3", "old-3" ], + "frequency" : 318, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "關係", + "transcriptions" : { "pinyin" : "guān xi", + "numeric" : "guan1 xi5", + "wadegiles" : "kuan¹ xi", + "bopomofo" : "ㄍㄨㄢ xi", + "romatzyh" : "guan xi" }, + "meanings" : [ "relation", + "relationship", + "to concern", + "to affect", + "to have to do with", + "guanxi" ], + "classifiers" : [ "个" ] }, + { "traditional" : "關系", + "transcriptions" : { "pinyin" : "guān xi", + "numeric" : "guan1 xi5", + "wadegiles" : "kuan¹ xi", + "bopomofo" : "ㄍㄨㄢ xi", + "romatzyh" : "guan xi" }, + "meanings" : [ "variant of 关系" ], + "classifiers" : [] } ] }, + { "simplified" : "关心", + "radical" : "丷", + "level" : [ "new-2", "old-3" ], + "frequency" : 1190, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "關心", + "transcriptions" : { "pinyin" : "guān xīn", + "numeric" : "guan1 xin1", + "wadegiles" : "kuan¹ hsin¹", + "bopomofo" : "ㄍㄨㄢ ㄒㄧㄣ", + "romatzyh" : "guan shin" }, + "meanings" : [ "to be concerned about", + "to care about" ], + "classifiers" : [] } ] }, + { "simplified" : "关于", + "radical" : "丷", + "level" : [ "new-4", "old-3" ], + "frequency" : 478, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "關於", + "transcriptions" : { "pinyin" : "guān yú", + "numeric" : "guan1 yu2", + "wadegiles" : "kuan¹ yü²", + "bopomofo" : "ㄍㄨㄢ ㄩˊ", + "romatzyh" : "guan yu" }, + "meanings" : [ "pertaining to", + "concerning", + "with regard to", + "about", + "a matter of" ], + "classifiers" : [] } ] }, + { "simplified" : "关照", + "radical" : "丷", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10368, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "關照", + "transcriptions" : { "pinyin" : "guān zhào", + "numeric" : "guan1 zhao4", + "wadegiles" : "kuan¹ chao⁴", + "bopomofo" : "ㄍㄨㄢ ㄓㄠˋ", + "romatzyh" : "guan jaw" }, + "meanings" : [ "to take care", + "to keep an eye on", + "to look after", + "to tell", + "to remind" ], + "classifiers" : [] } ] }, + { "simplified" : "关注", + "radical" : "丷", + "level" : [ "new-3" ], + "frequency" : 1125, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "關注", + "transcriptions" : { "pinyin" : "guān zhù", + "numeric" : "guan1 zhu4", + "wadegiles" : "kuan¹ chu⁴", + "bopomofo" : "ㄍㄨㄢ ㄓㄨˋ", + "romatzyh" : "guan juh" }, + "meanings" : [ "to pay attention to", + "to follow sth closely", + "to follow (on social media)", + "concern", + "interest", + "attention" ], + "classifiers" : [] } ] }, + { "simplified" : "观测", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 13587, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "觀測", + "transcriptions" : { "pinyin" : "guān cè", + "numeric" : "guan1 ce4", + "wadegiles" : "kuan¹ ts'e⁴", + "bopomofo" : "ㄍㄨㄢ ㄘㄜˋ", + "romatzyh" : "guan tseh" }, + "meanings" : [ "to observe", + "to survey", + "observation (scientific etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "观察", + "radical" : "见", + "level" : [ "new-3", "old-5" ], + "frequency" : 1708, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "觀察", + "transcriptions" : { "pinyin" : "guān chá", + "numeric" : "guan1 cha2", + "wadegiles" : "kuan¹ ch'a²", + "bopomofo" : "ㄍㄨㄢ ㄔㄚˊ", + "romatzyh" : "guan char" }, + "meanings" : [ "to observe; to watch; to survey" ], + "classifiers" : [] } ] }, + { "simplified" : "观点", + "radical" : "见", + "level" : [ "new-2", "old-5" ], + "frequency" : 2211, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "觀點", + "transcriptions" : { "pinyin" : "guān diǎn", + "numeric" : "guan1 dian3", + "wadegiles" : "kuan¹ tien³", + "bopomofo" : "ㄍㄨㄢ ㄉㄧㄢˇ", + "romatzyh" : "guan dean" }, + "meanings" : [ "point of view", + "viewpoint", + "standpoint" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "观感", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 39081, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "觀感", + "transcriptions" : { "pinyin" : "guān gǎn", + "numeric" : "guan1 gan3", + "wadegiles" : "kuan¹ kan³", + "bopomofo" : "ㄍㄨㄢ ㄍㄢˇ", + "romatzyh" : "guan gaan" }, + "meanings" : [ "one's impressions", + "observations" ], + "classifiers" : [] } ] }, + { "simplified" : "观光", + "radical" : "见", + "level" : [ "new-6", "old-6" ], + "frequency" : 9386, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "觀光", + "transcriptions" : { "pinyin" : "guān guāng", + "numeric" : "guan1 guang1", + "wadegiles" : "kuan¹ kuang¹", + "bopomofo" : "ㄍㄨㄢ ㄍㄨㄤ", + "romatzyh" : "guan guang" }, + "meanings" : [ "to tour", + "sightseeing", + "tourism" ], + "classifiers" : [] } ] }, + { "simplified" : "观看", + "radical" : "见", + "level" : [ "new-3" ], + "frequency" : 3644, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "觀看", + "transcriptions" : { "pinyin" : "guān kàn", + "numeric" : "guan1 kan4", + "wadegiles" : "kuan¹ k'an⁴", + "bopomofo" : "ㄍㄨㄢ ㄎㄢˋ", + "romatzyh" : "guan kann" }, + "meanings" : [ "to watch; to view" ], + "classifiers" : [] } ] }, + { "simplified" : "观摩", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 15453, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "觀摩", + "transcriptions" : { "pinyin" : "guān mó", + "numeric" : "guan1 mo2", + "wadegiles" : "kuan¹ mo²", + "bopomofo" : "ㄍㄨㄢ ㄇㄛˊ", + "romatzyh" : "guan mo" }, + "meanings" : [ "to observe and emulate", + "to study (esp. following sb's example)" ], + "classifiers" : [] } ] }, + { "simplified" : "观念", + "radical" : "见", + "level" : [ "new-3", "old-5" ], + "frequency" : 4558, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "觀念", + "transcriptions" : { "pinyin" : "guān niàn", + "numeric" : "guan1 nian4", + "wadegiles" : "kuan¹ nien⁴", + "bopomofo" : "ㄍㄨㄢ ㄋㄧㄢˋ", + "romatzyh" : "guan niann" }, + "meanings" : [ "notion", + "thought", + "concept", + "sense", + "views", + "ideology", + "general impressions" ], + "classifiers" : [] } ] }, + { "simplified" : "观赏", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 9677, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "觀賞", + "transcriptions" : { "pinyin" : "guān shǎng", + "numeric" : "guan1 shang3", + "wadegiles" : "kuan¹ shang³", + "bopomofo" : "ㄍㄨㄢ ㄕㄤˇ", + "romatzyh" : "guan shaang" }, + "meanings" : [ "to look at sth with pleasure; to watch (sth marvelous)", + "ornamental" ], + "classifiers" : [] } ] }, + { "simplified" : "观望", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 12670, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "觀望", + "transcriptions" : { "pinyin" : "guān wàng", + "numeric" : "guan1 wang4", + "wadegiles" : "kuan¹ wang⁴", + "bopomofo" : "ㄍㄨㄢ ㄨㄤˋ", + "romatzyh" : "guan wanq" }, + "meanings" : [ "to wait and see", + "to watch from the sidelines", + "to look around", + "to survey" ], + "classifiers" : [] } ] }, + { "simplified" : "观众", + "radical" : "见", + "level" : [ "new-3", "old-4" ], + "frequency" : 1260, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "觀眾", + "transcriptions" : { "pinyin" : "guān zhòng", + "numeric" : "guan1 zhong4", + "wadegiles" : "kuan¹ chung⁴", + "bopomofo" : "ㄍㄨㄢ ㄓㄨㄥˋ", + "romatzyh" : "guan jonq" }, + "meanings" : [ "spectators", + "audience", + "visitors (to an exhibition etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "官", + "radical" : "宀", + "level" : [ "new-4", "old-5" ], + "frequency" : 1825, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "官", + "transcriptions" : { "pinyin" : "Guān", + "numeric" : "Guan1", + "wadegiles" : "kuan¹", + "bopomofo" : "ㄍㄨㄢ", + "romatzyh" : "guan" }, + "meanings" : [ "surname Guan" ], + "classifiers" : [] }, + { "traditional" : "官", + "transcriptions" : { "pinyin" : "guān", + "numeric" : "guan1", + "wadegiles" : "kuan¹", + "bopomofo" : "ㄍㄨㄢ", + "romatzyh" : "guan" }, + "meanings" : [ "government official", + "governmental", + "official", + "public", + "organ of the body" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "官兵", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 16987, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "官兵", + "transcriptions" : { "pinyin" : "guān bīng", + "numeric" : "guan1 bing1", + "wadegiles" : "kuan¹ ping¹", + "bopomofo" : "ㄍㄨㄢ ㄅㄧㄥ", + "romatzyh" : "guan bing" }, + "meanings" : [ "(military) officers and soldiers", + "officers and men", + "(old) government troops" ], + "classifiers" : [] } ] }, + { "simplified" : "官方", + "radical" : "宀", + "level" : [ "new-4", "old-6" ], + "frequency" : 3703, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "官方", + "transcriptions" : { "pinyin" : "guān fāng", + "numeric" : "guan1 fang1", + "wadegiles" : "kuan¹ fang¹", + "bopomofo" : "ㄍㄨㄢ ㄈㄤ", + "romatzyh" : "guan fang" }, + "meanings" : [ "government", + "official (approved or issued by an authority)" ], + "classifiers" : [] } ] }, + { "simplified" : "官吏", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 32971, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "官吏", + "transcriptions" : { "pinyin" : "guān lì", + "numeric" : "guan1 li4", + "wadegiles" : "kuan¹ li⁴", + "bopomofo" : "ㄍㄨㄢ ㄌㄧˋ", + "romatzyh" : "guan lih" }, + "meanings" : [ "bureaucrat", "official" ], + "classifiers" : [] } ] }, + { "simplified" : "官僚", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14727, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "官僚", + "transcriptions" : { "pinyin" : "guān liáo", + "numeric" : "guan1 liao2", + "wadegiles" : "kuan¹ liao²", + "bopomofo" : "ㄍㄨㄢ ㄌㄧㄠˊ", + "romatzyh" : "guan liau" }, + "meanings" : [ "bureaucrat", + "bureaucracy", + "bureaucratic" ], + "classifiers" : [] } ] }, + { "simplified" : "官僚主义", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 19123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "官僚主義", + "transcriptions" : { "pinyin" : "guān liáo zhǔ yì", + "numeric" : "guan1 liao2 zhu3 yi4", + "wadegiles" : "kuan¹ liao² chu³ i⁴", + "bopomofo" : "ㄍㄨㄢ ㄌㄧㄠˊ ㄓㄨˇ ㄧˋ", + "romatzyh" : "guan liau juu yih" }, + "meanings" : [ "bureaucracy" ], + "classifiers" : [] } ] }, + { "simplified" : "官司", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 6507, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "官司", + "transcriptions" : { "pinyin" : "guān si", + "numeric" : "guan1 si5", + "wadegiles" : "kuan¹ si", + "bopomofo" : "ㄍㄨㄢ si", + "romatzyh" : "guan si" }, + "meanings" : [ "lawsuit" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "官员", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 2991, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "官員", + "transcriptions" : { "pinyin" : "guān yuán", + "numeric" : "guan1 yuan2", + "wadegiles" : "kuan¹ yüan²", + "bopomofo" : "ㄍㄨㄢ ㄩㄢˊ", + "romatzyh" : "guan yuan" }, + "meanings" : [ "official (in an organization or government)", + "administrator" ], + "classifiers" : [] } ] }, + { "simplified" : "冠军", + "radical" : "冖", + "level" : [ "new-5", "old-5" ], + "frequency" : 1133, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冠軍", + "transcriptions" : { "pinyin" : "guàn jūn", + "numeric" : "guan4 jun1", + "wadegiles" : "kuan⁴ chün¹", + "bopomofo" : "ㄍㄨㄢˋ ㄐㄩㄣ", + "romatzyh" : "guann jiun" }, + "meanings" : [ "champion" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "棺材", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 10179, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棺材", + "transcriptions" : { "pinyin" : "guān cai", + "numeric" : "guan1 cai5", + "wadegiles" : "kuan¹ cai", + "bopomofo" : "ㄍㄨㄢ cai", + "romatzyh" : "guan cai" }, + "meanings" : [ "coffin" ], + "classifiers" : [ "具", "口" ] } ] }, + { "simplified" : "管", + "radical" : "⺮", + "level" : [ "new-3" ], + "frequency" : 545, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "筦", + "transcriptions" : { "pinyin" : "guǎn", + "numeric" : "guan3", + "wadegiles" : "kuan³", + "bopomofo" : "ㄍㄨㄢˇ", + "romatzyh" : "goan" }, + "meanings" : [ "variant of 管" ], + "classifiers" : [] }, + { "traditional" : "管", + "transcriptions" : { "pinyin" : "Guǎn", + "numeric" : "Guan3", + "wadegiles" : "kuan³", + "bopomofo" : "ㄍㄨㄢˇ", + "romatzyh" : "goan" }, + "meanings" : [ "surname Guan" ], + "classifiers" : [] }, + { "traditional" : "管", + "transcriptions" : { "pinyin" : "guǎn", + "numeric" : "guan3", + "wadegiles" : "kuan³", + "bopomofo" : "ㄍㄨㄢˇ", + "romatzyh" : "goan" }, + "meanings" : [ "to take care (of)", + "to control", + "to manage", + "to be in charge of", + "to look after", + "to run", + "to care about", + "tube", + "pipe", + "woodwind", + "classifier for tube-shaped objects", + "particle similar to 把 in 管...叫 constructions", + "writing brush", + "(coll.) to", + "towards" ], + "classifiers" : [] } ] }, + { "simplified" : "管道", + "radical" : "⺮", + "level" : [ "new-6" ], + "frequency" : 5040, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "管道", + "transcriptions" : { "pinyin" : "guǎn dào", + "numeric" : "guan3 dao4", + "wadegiles" : "kuan³ tao⁴", + "bopomofo" : "ㄍㄨㄢˇ ㄉㄠˋ", + "romatzyh" : "goan daw" }, + "meanings" : [ "tubing", + "pipeline", + "(fig.) channel", + "means" ], + "classifiers" : [] } ] }, + { "simplified" : "管家", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 9643, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "管家", + "transcriptions" : { "pinyin" : "guǎn jiā", + "numeric" : "guan3 jia1", + "wadegiles" : "kuan³ chia¹", + "bopomofo" : "ㄍㄨㄢˇ ㄐㄧㄚ", + "romatzyh" : "goan jia" }, + "meanings" : [ "(old) butler; steward", + "manager; administrator; housekeeper", + "to manage a household" ], + "classifiers" : [] } ] }, + { "simplified" : "管教", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 16412, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "管教", + "transcriptions" : { "pinyin" : "guǎn jiào", + "numeric" : "guan3 jiao4", + "wadegiles" : "kuan³ chiao⁴", + "bopomofo" : "ㄍㄨㄢˇ ㄐㄧㄠˋ", + "romatzyh" : "goan jiaw" }, + "meanings" : [ "to discipline", + "to teach", + "to guarantee" ], + "classifiers" : [] } ] }, + { "simplified" : "管理", + "radical" : "⺮", + "level" : [ "new-3", "old-4" ], + "frequency" : 1202, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "管理", + "transcriptions" : { "pinyin" : "guǎn lǐ", + "numeric" : "guan3 li3", + "wadegiles" : "kuan³ li³", + "bopomofo" : "ㄍㄨㄢˇ ㄌㄧˇ", + "romatzyh" : "goan lii" }, + "meanings" : [ "to supervise", + "to manage", + "to administer", + "management", + "administration" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "管理费", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 29984, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "管理費", + "transcriptions" : { "pinyin" : "guǎn lǐ fèi", + "numeric" : "guan3 li3 fei4", + "wadegiles" : "kuan³ li³ fei⁴", + "bopomofo" : "ㄍㄨㄢˇ ㄌㄧˇ ㄈㄟˋ", + "romatzyh" : "goan lii fey" }, + "meanings" : [ "management fee" ], + "classifiers" : [] } ] }, + { "simplified" : "管辖", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10255, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "管轄", + "transcriptions" : { "pinyin" : "guǎn xiá", + "numeric" : "guan3 xia2", + "wadegiles" : "kuan³ hsia²", + "bopomofo" : "ㄍㄨㄢˇ ㄒㄧㄚˊ", + "romatzyh" : "goan shya" }, + "meanings" : [ "to administer", + "to have jurisdiction (over)" ], + "classifiers" : [] } ] }, + { "simplified" : "管用", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 10227, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "管用", + "transcriptions" : { "pinyin" : "guǎn yòng", + "numeric" : "guan3 yong4", + "wadegiles" : "kuan³ yung⁴", + "bopomofo" : "ㄍㄨㄢˇ ㄩㄥˋ", + "romatzyh" : "goan yonq" }, + "meanings" : [ "efficacious", "useful" ], + "classifiers" : [] } ] }, + { "simplified" : "管子", + "radical" : "⺮", + "level" : [ "new-7+", "old-5" ], + "frequency" : 13105, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "管子", + "transcriptions" : { "pinyin" : "Guǎn zǐ", + "numeric" : "Guan3 zi3", + "wadegiles" : "kuan³ tzu³", + "bopomofo" : "ㄍㄨㄢˇ ㄗˇ", + "romatzyh" : "goan tzyy" }, + "meanings" : [ "Guanzi or Guan Zhong 管仲 (-645 BC), famous politician of Qi 齐国 of Spring and Autumn period", + "Guanzi, classical book containing writings of Guan Zhong and his school" ], + "classifiers" : [] }, + { "traditional" : "管子", + "transcriptions" : { "pinyin" : "guǎn zi", + "numeric" : "guan3 zi5", + "wadegiles" : "kuan³ zi", + "bopomofo" : "ㄍㄨㄢˇ zi", + "romatzyh" : "goan zi" }, + "meanings" : [ "tube", "pipe", "drinking straw" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "贯彻", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13977, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "貫徹", + "transcriptions" : { "pinyin" : "guàn chè", + "numeric" : "guan4 che4", + "wadegiles" : "kuan⁴ ch'e⁴", + "bopomofo" : "ㄍㄨㄢˋ ㄔㄜˋ", + "romatzyh" : "guann cheh" }, + "meanings" : [ "to implement", + "to put into practice", + "to carry out" ], + "classifiers" : [] } ] }, + { "simplified" : "贯穿", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 11561, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "貫穿", + "transcriptions" : { "pinyin" : "guàn chuān", + "numeric" : "guan4 chuan1", + "wadegiles" : "kuan⁴ ch'uan¹", + "bopomofo" : "ㄍㄨㄢˋ ㄔㄨㄢ", + "romatzyh" : "guann chuan" }, + "meanings" : [ "to run through", + "a connecting thread from beginning to end", + "to link" ], + "classifiers" : [] } ] }, + { "simplified" : "贯通", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 30186, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "貫通", + "transcriptions" : { "pinyin" : "guàn tōng", + "numeric" : "guan4 tong1", + "wadegiles" : "kuan⁴ t'ung¹", + "bopomofo" : "ㄍㄨㄢˋ ㄊㄨㄥ", + "romatzyh" : "guann tong" }, + "meanings" : [ "to link up", "to thread together" ], + "classifiers" : [] } ] }, + { "simplified" : "惯", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 9132, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "慣", + "transcriptions" : { "pinyin" : "guàn", + "numeric" : "guan4", + "wadegiles" : "kuan⁴", + "bopomofo" : "ㄍㄨㄢˋ", + "romatzyh" : "guann" }, + "meanings" : [ "accustomed to", + "used to", + "indulge", + "to spoil (a child)" ], + "classifiers" : [] } ] }, + { "simplified" : "惯例", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8670, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "慣例", + "transcriptions" : { "pinyin" : "guàn lì", + "numeric" : "guan4 li4", + "wadegiles" : "kuan⁴ li⁴", + "bopomofo" : "ㄍㄨㄢˋ ㄌㄧˋ", + "romatzyh" : "guann lih" }, + "meanings" : [ "convention", "usual practice" ], + "classifiers" : [] } ] }, + { "simplified" : "惯性", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 18045, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "慣性", + "transcriptions" : { "pinyin" : "guàn xìng", + "numeric" : "guan4 xing4", + "wadegiles" : "kuan⁴ hsing⁴", + "bopomofo" : "ㄍㄨㄢˋ ㄒㄧㄥˋ", + "romatzyh" : "guann shinq" }, + "meanings" : [ "(physics) inertia", + "(fig.) force of habit", + "tendency to do things in the accustomed way", + "habitual" ], + "classifiers" : [] } ] }, + { "simplified" : "灌", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 5446, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "灌", + "transcriptions" : { "pinyin" : "guàn", + "numeric" : "guan4", + "wadegiles" : "kuan⁴", + "bopomofo" : "ㄍㄨㄢˋ", + "romatzyh" : "guann" }, + "meanings" : [ "to irrigate", + "to pour", + "to install (software)", + "to record (music)" ], + "classifiers" : [] } ] }, + { "simplified" : "灌溉", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15731, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "灌溉", + "transcriptions" : { "pinyin" : "guàn gài", + "numeric" : "guan4 gai4", + "wadegiles" : "kuan⁴ kai⁴", + "bopomofo" : "ㄍㄨㄢˋ ㄍㄞˋ", + "romatzyh" : "guann gay" }, + "meanings" : [ "to irrigate" ], + "classifiers" : [] } ] }, + { "simplified" : "灌输", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 14201, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "灌輸", + "transcriptions" : { "pinyin" : "guàn shū", + "numeric" : "guan4 shu1", + "wadegiles" : "kuan⁴ shu¹", + "bopomofo" : "ㄍㄨㄢˋ ㄕㄨ", + "romatzyh" : "guann shu" }, + "meanings" : [ "to imbue with", + "to inculcate", + "to instill into", + "to teach", + "to impart", + "to channel water to another place" ], + "classifiers" : [] } ] }, + { "simplified" : "罐", + "radical" : "缶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4885, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "罐", + "transcriptions" : { "pinyin" : "guàn", + "numeric" : "guan4", + "wadegiles" : "kuan⁴", + "bopomofo" : "ㄍㄨㄢˋ", + "romatzyh" : "guann" }, + "meanings" : [ "can", "jar", "pot" ], + "classifiers" : [] }, + { "traditional" : "鑵", + "transcriptions" : { "pinyin" : "guàn", + "numeric" : "guan4", + "wadegiles" : "kuan⁴", + "bopomofo" : "ㄍㄨㄢˋ", + "romatzyh" : "guann" }, + "meanings" : [ "variant of 罐" ], + "classifiers" : [] } ] }, + { "simplified" : "罐头", + "radical" : "缶", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11202, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "罐頭", + "transcriptions" : { "pinyin" : "guàn tou", + "numeric" : "guan4 tou5", + "wadegiles" : "kuan⁴ tou", + "bopomofo" : "ㄍㄨㄢˋ tou", + "romatzyh" : "guann tou" }, + "meanings" : [ "tin", "can" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "光", + "radical" : "儿", + "level" : [ "new-3", "old-4" ], + "frequency" : 800, + "pos" : [ "n", "d", "v", "a" ], + "forms" : [ { "traditional" : "光", + "transcriptions" : { "pinyin" : "guāng", + "numeric" : "guang1", + "wadegiles" : "kuang¹", + "bopomofo" : "ㄍㄨㄤ", + "romatzyh" : "guang" }, + "meanings" : [ "light; ray", + "bright; shiny", + "only; merely", + "used up; finished", + "to leave (a part of the body) uncovered" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "光彩", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8814, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "光彩", + "transcriptions" : { "pinyin" : "guāng cǎi", + "numeric" : "guang1 cai3", + "wadegiles" : "kuang¹ ts'ai³", + "bopomofo" : "ㄍㄨㄤ ㄘㄞˇ", + "romatzyh" : "guang tsae" }, + "meanings" : [ "luster", + "splendor", + "radiance", + "brilliance" ], + "classifiers" : [] } ] }, + { "simplified" : "光碟", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 24774, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "光碟", + "transcriptions" : { "pinyin" : "guāng dié", + "numeric" : "guang1 die2", + "wadegiles" : "kuang¹ tieh²", + "bopomofo" : "ㄍㄨㄤ ㄉㄧㄝˊ", + "romatzyh" : "guang dye" }, + "meanings" : [ "optical disc", + "compact disc", + "CD", + "CD-ROM" ], + "classifiers" : [ "片", "张" ] } ] }, + { "simplified" : "光顾", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 11909, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "光顧", + "transcriptions" : { "pinyin" : "guāng gù", + "numeric" : "guang1 gu4", + "wadegiles" : "kuang¹ ku⁴", + "bopomofo" : "ㄍㄨㄤ ㄍㄨˋ", + "romatzyh" : "guang guh" }, + "meanings" : [ "to visit (as a customer)" ], + "classifiers" : [] } ] }, + { "simplified" : "光滑", + "radical" : "儿", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10277, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "光滑", + "transcriptions" : { "pinyin" : "guāng huá", + "numeric" : "guang1 hua2", + "wadegiles" : "kuang¹ hua²", + "bopomofo" : "ㄍㄨㄤ ㄏㄨㄚˊ", + "romatzyh" : "guang hwa" }, + "meanings" : [ "glossy; sleek; smooth" ], + "classifiers" : [] } ] }, + { "simplified" : "光环", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 14765, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "光環", + "transcriptions" : { "pinyin" : "guāng huán", + "numeric" : "guang1 huan2", + "wadegiles" : "kuang¹ huan²", + "bopomofo" : "ㄍㄨㄤ ㄏㄨㄢˊ", + "romatzyh" : "guang hwan" }, + "meanings" : [ "ring of light; halo; (fig.) glory; splendor" ], + "classifiers" : [] } ] }, + { "simplified" : "光辉", + "radical" : "儿", + "level" : [ "new-6", "old-6" ], + "frequency" : 8415, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "光輝", + "transcriptions" : { "pinyin" : "guāng huī", + "numeric" : "guang1 hui1", + "wadegiles" : "kuang¹ hui¹", + "bopomofo" : "ㄍㄨㄤ ㄏㄨㄟ", + "romatzyh" : "guang huei" }, + "meanings" : [ "radiance", + "glory", + "brilliant", + "magnificent" ], + "classifiers" : [] } ] }, + { "simplified" : "光缆", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 29769, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "光纜", + "transcriptions" : { "pinyin" : "guāng lǎn", + "numeric" : "guang1 lan3", + "wadegiles" : "kuang¹ lan³", + "bopomofo" : "ㄍㄨㄤ ㄌㄢˇ", + "romatzyh" : "guang laan" }, + "meanings" : [ "optical cable" ], + "classifiers" : [] } ] }, + { "simplified" : "光临", + "radical" : "儿", + "level" : [ "new-4", "old-5" ], + "frequency" : 8731, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "光臨", + "transcriptions" : { "pinyin" : "guāng lín", + "numeric" : "guang1 lin2", + "wadegiles" : "kuang¹ lin²", + "bopomofo" : "ㄍㄨㄤ ㄌㄧㄣˊ", + "romatzyh" : "guang lin" }, + "meanings" : [ "(formal) to honor with one's presence", + "to attend" ], + "classifiers" : [] } ] }, + { "simplified" : "光芒", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6593, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "光芒", + "transcriptions" : { "pinyin" : "guāng máng", + "numeric" : "guang1 mang2", + "wadegiles" : "kuang¹ mang²", + "bopomofo" : "ㄍㄨㄤ ㄇㄤˊ", + "romatzyh" : "guang mang" }, + "meanings" : [ "rays of light", + "brilliant rays", + "radiance" ], + "classifiers" : [] } ] }, + { "simplified" : "光明", + "radical" : "儿", + "level" : [ "new-3", "old-5" ], + "frequency" : 5030, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "光明", + "transcriptions" : { "pinyin" : "guāng míng", + "numeric" : "guang1 ming2", + "wadegiles" : "kuang¹ ming²", + "bopomofo" : "ㄍㄨㄤ ㄇㄧㄥˊ", + "romatzyh" : "guang ming" }, + "meanings" : [ "light", + "radiance", + "(fig.) bright (prospects etc)", + "openhearted" ], + "classifiers" : [] } ] }, + { "simplified" : "光明磊落", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 35648, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "光明磊落", + "transcriptions" : { "pinyin" : "guāng míng lěi luò", + "numeric" : "guang1 ming2 lei3 luo4", + "wadegiles" : "kuang¹ ming² lei³ lo⁴", + "bopomofo" : "ㄍㄨㄤ ㄇㄧㄥˊ ㄌㄟˇ ㄌㄨㄛˋ", + "romatzyh" : "guang ming leei luoh" }, + "meanings" : [ "open and candid (idiom); straightforward and upright" ], + "classifiers" : [] } ] }, + { "simplified" : "光盘", + "radical" : "儿", + "level" : [ "new-4", "old-5" ], + "frequency" : 14628, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "光盤", + "transcriptions" : { "pinyin" : "guāng pán", + "numeric" : "guang1 pan2", + "wadegiles" : "kuang¹ p'an²", + "bopomofo" : "ㄍㄨㄤ ㄆㄢˊ", + "romatzyh" : "guang parn" }, + "meanings" : [ "compact disc (CD); DVD; CD-ROM" ], + "classifiers" : [ "片", "张" ] } ] }, + { "simplified" : "光荣", + "radical" : "儿", + "level" : [ "new-5", "old-5" ], + "frequency" : 5045, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "光榮", + "transcriptions" : { "pinyin" : "guāng róng", + "numeric" : "guang1 rong2", + "wadegiles" : "kuang¹ jung²", + "bopomofo" : "ㄍㄨㄤ ㄖㄨㄥˊ", + "romatzyh" : "guang rong" }, + "meanings" : [ "honor and glory", "glorious" ], + "classifiers" : [] } ] }, + { "simplified" : "光线", + "radical" : "儿", + "level" : [ "new-5" ], + "frequency" : 7080, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "光線", + "transcriptions" : { "pinyin" : "guāng xiàn", + "numeric" : "guang1 xian4", + "wadegiles" : "kuang¹ hsien⁴", + "bopomofo" : "ㄍㄨㄤ ㄒㄧㄢˋ", + "romatzyh" : "guang shiann" }, + "meanings" : [ "light ray", + "light", + "illumination", + "lighting (for a photograph)" ], + "classifiers" : [ "条", "道" ] } ] }, + { "simplified" : "光泽", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 13825, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "光澤", + "transcriptions" : { "pinyin" : "Guāng zé", + "numeric" : "Guang1 ze2", + "wadegiles" : "kuang¹ tse²", + "bopomofo" : "ㄍㄨㄤ ㄗㄜˊ", + "romatzyh" : "guang tzer" }, + "meanings" : [ "Guangze county in Nanping 平 Fujian" ], + "classifiers" : [] }, + { "traditional" : "光澤", + "transcriptions" : { "pinyin" : "guāng zé", + "numeric" : "guang1 ze2", + "wadegiles" : "kuang¹ tse²", + "bopomofo" : "ㄍㄨㄤ ㄗㄜˊ", + "romatzyh" : "guang tzer" }, + "meanings" : [ "luster", "gloss" ], + "classifiers" : [] } ] }, + { "simplified" : "广", + "radical" : "广", + "level" : [ "new-5" ], + "frequency" : 4029, + "pos" : [ "a", "ad", "b" ], + "forms" : [ { "traditional" : "广", + "transcriptions" : { "pinyin" : "yǎn", + "numeric" : "yan3", + "wadegiles" : "yan³", + "bopomofo" : "ㄧㄢˇ", + "romatzyh" : "yean" }, + "meanings" : [ "\"house on a cliff\" radical in Chinese characters (Kangxi radical 53), occurring in 店, 序, 底 etc" ], + "classifiers" : [] }, + { "traditional" : "廣", + "transcriptions" : { "pinyin" : "Guǎng", + "numeric" : "Guang3", + "wadegiles" : "kuang³", + "bopomofo" : "ㄍㄨㄤˇ", + "romatzyh" : "goang" }, + "meanings" : [ "surname Guang" ], + "classifiers" : [] }, + { "traditional" : "廣", + "transcriptions" : { "pinyin" : "guǎng", + "numeric" : "guang3", + "wadegiles" : "kuang³", + "bopomofo" : "ㄍㄨㄤˇ", + "romatzyh" : "goang" }, + "meanings" : [ "wide", "numerous", "to spread" ], + "classifiers" : [] } ] }, + { "simplified" : "广播", + "radical" : "广", + "level" : [ "new-3", "old-4" ], + "frequency" : 3320, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "廣播", + "transcriptions" : { "pinyin" : "guǎng bō", + "numeric" : "guang3 bo1", + "wadegiles" : "kuang³ po¹", + "bopomofo" : "ㄍㄨㄤˇ ㄅㄛ", + "romatzyh" : "goang bo" }, + "meanings" : [ "broadcast", + "broadcasting", + "to broadcast", + "(formal) to propagate", + "to publicize" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "广场", + "radical" : "广", + "level" : [ "new-2", "old-5" ], + "frequency" : 2900, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廣場", + "transcriptions" : { "pinyin" : "guǎng chǎng", + "numeric" : "guang3 chang3", + "wadegiles" : "kuang³ ch'ang³", + "bopomofo" : "ㄍㄨㄤˇ ㄔㄤˇ", + "romatzyh" : "goang chaang" }, + "meanings" : [ "public square; plaza" ], + "classifiers" : [] } ] }, + { "simplified" : "广大", + "radical" : "广", + "level" : [ "new-3", "old-5" ], + "frequency" : 9553, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "廣大", + "transcriptions" : { "pinyin" : "guǎng dà", + "numeric" : "guang3 da4", + "wadegiles" : "kuang³ ta⁴", + "bopomofo" : "ㄍㄨㄤˇ ㄉㄚˋ", + "romatzyh" : "goang dah" }, + "meanings" : [ "(of an area) vast or extensive", + "large-scale", + "widespread", + "(of people) numerous" ], + "classifiers" : [] } ] }, + { "simplified" : "广泛", + "radical" : "广", + "level" : [ "new-5", "old-5" ], + "frequency" : 6278, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "廣泛", + "transcriptions" : { "pinyin" : "guǎng fàn", + "numeric" : "guang3 fan4", + "wadegiles" : "kuang³ fan⁴", + "bopomofo" : "ㄍㄨㄤˇ ㄈㄢˋ", + "romatzyh" : "goang fann" }, + "meanings" : [ "extensive", "wide range" ], + "classifiers" : [] } ] }, + { "simplified" : "广告", + "radical" : "广", + "level" : [ "new-2", "old-4" ], + "frequency" : 1122, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廣告", + "transcriptions" : { "pinyin" : "guǎng gào", + "numeric" : "guang3 gao4", + "wadegiles" : "kuang³ kao⁴", + "bopomofo" : "ㄍㄨㄤˇ ㄍㄠˋ", + "romatzyh" : "goang gaw" }, + "meanings" : [ "to advertise", + "a commercial", + "advertisement" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "广阔", + "radical" : "广", + "level" : [ "new-6", "old-6" ], + "frequency" : 9885, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "廣闊", + "transcriptions" : { "pinyin" : "guǎng kuò", + "numeric" : "guang3 kuo4", + "wadegiles" : "kuang³ k'uo⁴", + "bopomofo" : "ㄍㄨㄤˇ ㄎㄨㄛˋ", + "romatzyh" : "goang kuoh" }, + "meanings" : [ "wide", "vast" ], + "classifiers" : [] } ] }, + { "simplified" : "广义", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 28194, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廣義", + "transcriptions" : { "pinyin" : "guǎng yì", + "numeric" : "guang3 yi4", + "wadegiles" : "kuang³ i⁴", + "bopomofo" : "ㄍㄨㄤˇ ㄧˋ", + "romatzyh" : "goang yih" }, + "meanings" : [ "broad sense", "general sense" ], + "classifiers" : [] } ] }, + { "simplified" : "逛", + "radical" : "辶", + "level" : [ "new-4", "old-4" ], + "frequency" : 4709, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逛", + "transcriptions" : { "pinyin" : "guàng", + "numeric" : "guang4", + "wadegiles" : "kuang⁴", + "bopomofo" : "ㄍㄨㄤˋ", + "romatzyh" : "guanq" }, + "meanings" : [ "to stroll", "to visit" ], + "classifiers" : [] } ] }, + { "simplified" : "归", + "radical" : "彐", + "level" : [ "new-4" ], + "frequency" : 2278, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "歸", + "transcriptions" : { "pinyin" : "Guī", + "numeric" : "Gui1", + "wadegiles" : "kuei¹", + "bopomofo" : "ㄍㄨㄟ", + "romatzyh" : "guei" }, + "meanings" : [ "surname Gui" ], + "classifiers" : [] }, + { "traditional" : "歸", + "transcriptions" : { "pinyin" : "guī", + "numeric" : "gui1", + "wadegiles" : "kuei¹", + "bopomofo" : "ㄍㄨㄟ", + "romatzyh" : "guei" }, + "meanings" : [ "to return", + "to go back to", + "to give back to", + "(of a responsibility) to be taken care of by", + "to belong to", + "to gather together", + "(used between two identical verbs) despite", + "to marry (of a woman) (old)", + "division on the abacus with a one-digit divisor" ], + "classifiers" : [] } ] }, + { "simplified" : "归根到底", + "radical" : "彐", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25289, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "歸根到底", + "transcriptions" : { "pinyin" : "guī gēn dào dǐ", + "numeric" : "gui1 gen1 dao4 di3", + "wadegiles" : "kuei¹ ken¹ tao⁴ ti³", + "bopomofo" : "ㄍㄨㄟ ㄍㄣ ㄉㄠˋ ㄉㄧˇ", + "romatzyh" : "guei gen daw dii" }, + "meanings" : [ "after all", + "in the final analysis", + "ultimately" ], + "classifiers" : [] } ] }, + { "simplified" : "归还", + "radical" : "彐", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9427, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "歸還", + "transcriptions" : { "pinyin" : "guī huán", + "numeric" : "gui1 huan2", + "wadegiles" : "kuei¹ huan²", + "bopomofo" : "ㄍㄨㄟ ㄏㄨㄢˊ", + "romatzyh" : "guei hwan" }, + "meanings" : [ "to return sth", "to revert" ], + "classifiers" : [] } ] }, + { "simplified" : "归结", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 15733, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "歸結", + "transcriptions" : { "pinyin" : "guī jié", + "numeric" : "gui1 jie2", + "wadegiles" : "kuei¹ chieh²", + "bopomofo" : "ㄍㄨㄟ ㄐㄧㄝˊ", + "romatzyh" : "guei jye" }, + "meanings" : [ "to sum up; to conclude; to put in a nutshell", + "conclusion; end (of a story etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "归来", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 7455, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "歸來", + "transcriptions" : { "pinyin" : "guī lái", + "numeric" : "gui1 lai2", + "wadegiles" : "kuei¹ lai²", + "bopomofo" : "ㄍㄨㄟ ㄌㄞˊ", + "romatzyh" : "guei lai" }, + "meanings" : [ "to return", "to come back" ], + "classifiers" : [] } ] }, + { "simplified" : "归纳", + "radical" : "彐", + "level" : [ "new-7+", "old-6" ], + "frequency" : 24633, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "歸納", + "transcriptions" : { "pinyin" : "guī nà", + "numeric" : "gui1 na4", + "wadegiles" : "kuei¹ na⁴", + "bopomofo" : "ㄍㄨㄟ ㄋㄚˋ", + "romatzyh" : "guei nah" }, + "meanings" : [ "to sum up", + "to summarize", + "to conclude from facts", + "induction (method of deduction in logic)" ], + "classifiers" : [] } ] }, + { "simplified" : "归属", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 11242, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "歸屬", + "transcriptions" : { "pinyin" : "guī shǔ", + "numeric" : "gui1 shu3", + "wadegiles" : "kuei¹ shu³", + "bopomofo" : "ㄍㄨㄟ ㄕㄨˇ", + "romatzyh" : "guei shuu" }, + "meanings" : [ "to belong to", + "to be affiliated to", + "to fall under the jurisdiction of", + "a place where one feels that one belongs", + "one's final destination (where one need look no further)" ], + "classifiers" : [] } ] }, + { "simplified" : "归宿", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 12905, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歸宿", + "transcriptions" : { "pinyin" : "guī sù", + "numeric" : "gui1 su4", + "wadegiles" : "kuei¹ su⁴", + "bopomofo" : "ㄍㄨㄟ ㄙㄨˋ", + "romatzyh" : "guei suh" }, + "meanings" : [ "place to return to", + "home", + "final destination", + "ending" ], + "classifiers" : [] } ] }, + { "simplified" : "龟", + "radical" : "龟", + "level" : [ "new-7+" ], + "frequency" : 8289, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "龜", + "transcriptions" : { "pinyin" : "guī", + "numeric" : "gui1", + "wadegiles" : "kuei¹", + "bopomofo" : "ㄍㄨㄟ", + "romatzyh" : "guei" }, + "meanings" : [ "tortoise", "turtle" ], + "classifiers" : [] }, + { "traditional" : "龜", + "transcriptions" : { "pinyin" : "jūn", + "numeric" : "jun1", + "wadegiles" : "chün¹", + "bopomofo" : "ㄐㄩㄣ", + "romatzyh" : "jiun" }, + "meanings" : [ "variant of 皲" ], + "classifiers" : [] }, + { "traditional" : "龜", + "transcriptions" : { "pinyin" : "qiū", + "numeric" : "qiu1", + "wadegiles" : "ch'iu¹", + "bopomofo" : "ㄑㄧㄡ", + "romatzyh" : "chiou" }, + "meanings" : [ "used in 龟兹" ], + "classifiers" : [] } ] }, + { "simplified" : "规定", + "radical" : "见", + "level" : [ "new-3", "old-4" ], + "frequency" : 1151, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "規定", + "transcriptions" : { "pinyin" : "guī dìng", + "numeric" : "gui1 ding4", + "wadegiles" : "kuei¹ ting⁴", + "bopomofo" : "ㄍㄨㄟ ㄉㄧㄥˋ", + "romatzyh" : "guei dinq" }, + "meanings" : [ "to stipulate; to specify; to prescribe; to fix (a price); to set (a quota)", + "regulations; rules; provisions; stipulations" ], + "classifiers" : [] } ] }, + { "simplified" : "规范", + "radical" : "见", + "level" : [ "new-3", "old-6" ], + "frequency" : 6609, + "pos" : [ "v", "n", "a", "vn" ], + "forms" : [ { "traditional" : "規範", + "transcriptions" : { "pinyin" : "guī fàn", + "numeric" : "gui1 fan4", + "wadegiles" : "kuei¹ fan⁴", + "bopomofo" : "ㄍㄨㄟ ㄈㄢˋ", + "romatzyh" : "guei fann" }, + "meanings" : [ "norm", + "standard", + "specification", + "regulation", + "rule", + "within the rules", + "to fix rules", + "to regulate", + "to specify" ], + "classifiers" : [] } ] }, + { "simplified" : "规格", + "radical" : "见", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11568, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "規格", + "transcriptions" : { "pinyin" : "guī gé", + "numeric" : "gui1 ge2", + "wadegiles" : "kuei¹ ko²", + "bopomofo" : "ㄍㄨㄟ ㄍㄜˊ", + "romatzyh" : "guei ger" }, + "meanings" : [ "standard", + "norm", + "specification" ], + "classifiers" : [] } ] }, + { "simplified" : "规划", + "radical" : "见", + "level" : [ "new-5", "old-6" ], + "frequency" : 3915, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "規劃", + "transcriptions" : { "pinyin" : "guī huà", + "numeric" : "gui1 hua4", + "wadegiles" : "kuei¹ hua⁴", + "bopomofo" : "ㄍㄨㄟ ㄏㄨㄚˋ", + "romatzyh" : "guei huah" }, + "meanings" : [ "to draw up a plan; to map out a program", + "a plan; a program" ], + "classifiers" : [] } ] }, + { "simplified" : "规矩", + "radical" : "见", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5345, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "規矩", + "transcriptions" : { "pinyin" : "guī ju", + "numeric" : "gui1 ju5", + "wadegiles" : "kuei¹ ju", + "bopomofo" : "ㄍㄨㄟ ju", + "romatzyh" : "guei ju" }, + "meanings" : [ "lit. compass and set square", + "fig. established standard", + "rule", + "customs", + "practices", + "fig. upright and honest", + "well-behaved" ], + "classifiers" : [] } ] }, + { "simplified" : "规律", + "radical" : "见", + "level" : [ "new-4", "old-5" ], + "frequency" : 4786, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "規律", + "transcriptions" : { "pinyin" : "guī lu:4", + "numeric" : "gui1 lü4", + "wadegiles" : "kuei¹ lu:4", + "bopomofo" : "ㄍㄨㄟ lu:4", + "romatzyh" : "guei lu:4" }, + "meanings" : [ "rule (e.g. of science)", + "law of behavior", + "regular pattern", + "rhythm", + "discipline" ], + "classifiers" : [] } ] }, + { "simplified" : "规模", + "radical" : "见", + "level" : [ "new-4", "old-5" ], + "frequency" : 4088, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "規模", + "transcriptions" : { "pinyin" : "guī mó", + "numeric" : "gui1 mo2", + "wadegiles" : "kuei¹ mo²", + "bopomofo" : "ㄍㄨㄟ ㄇㄛˊ", + "romatzyh" : "guei mo" }, + "meanings" : [ "scale", "scope", "extent" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "规则", + "radical" : "见", + "level" : [ "new-4", "old-5" ], + "frequency" : 1924, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "規則", + "transcriptions" : { "pinyin" : "guī zé", + "numeric" : "gui1 ze2", + "wadegiles" : "kuei¹ tse²", + "bopomofo" : "ㄍㄨㄟ ㄗㄜˊ", + "romatzyh" : "guei tzer" }, + "meanings" : [ "rule", + "regulation", + "rules and regulations" ], + "classifiers" : [] } ] }, + { "simplified" : "规章", + "radical" : "见", + "level" : [ "old-6" ], + "frequency" : 10192, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "規章", + "transcriptions" : { "pinyin" : "guī zhāng", + "numeric" : "gui1 zhang1", + "wadegiles" : "kuei¹ chang¹", + "bopomofo" : "ㄍㄨㄟ ㄓㄤ", + "romatzyh" : "guei jang" }, + "meanings" : [ "rule", "regulation" ], + "classifiers" : [] } ] }, + { "simplified" : "闺女", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 19654, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "閨女", + "transcriptions" : { "pinyin" : "guī nu:5", + "numeric" : "gui1 nü5", + "wadegiles" : "kuei¹ nu:5", + "bopomofo" : "ㄍㄨㄟ nu:5", + "romatzyh" : "guei nu:5" }, + "meanings" : [ "maiden; unmarried woman", + "(coll.) daughter" ], + "classifiers" : [] } ] }, + { "simplified" : "瑰宝", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 35933, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瑰寶", + "transcriptions" : { "pinyin" : "guī bǎo", + "numeric" : "gui1 bao3", + "wadegiles" : "kuei¹ pao³", + "bopomofo" : "ㄍㄨㄟ ㄅㄠˇ", + "romatzyh" : "guei bao" }, + "meanings" : [ "gem", + "(fig.) rare and valuable item", + "gem", + "treasure" ], + "classifiers" : [] } ] }, + { "simplified" : "轨道", + "radical" : "车", + "level" : [ "new-6", "old-6" ], + "frequency" : 4493, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "軌道", + "transcriptions" : { "pinyin" : "guǐ dào", + "numeric" : "gui3 dao4", + "wadegiles" : "kuei³ tao⁴", + "bopomofo" : "ㄍㄨㄟˇ ㄉㄠˋ", + "romatzyh" : "goei daw" }, + "meanings" : [ "track (for trains etc)", + "orbit (of a satellite)", + "(fig.) a person's established path in life", + "desired trajectory (of a business or other endeavor)", + "(audio engineering) track", + "(quantum mechanics) orbital" ], + "classifiers" : [] } ] }, + { "simplified" : "轨迹", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 10947, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "軌跡", + "transcriptions" : { "pinyin" : "guǐ jì", + "numeric" : "gui3 ji4", + "wadegiles" : "kuei³ chi⁴", + "bopomofo" : "ㄍㄨㄟˇ ㄐㄧˋ", + "romatzyh" : "goei jih" }, + "meanings" : [ "locus", + "orbit", + "trajectory", + "track" ], + "classifiers" : [] } ] }, + { "simplified" : "鬼", + "radical" : "鬼", + "level" : [ "new-5" ], + "frequency" : 1498, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "鬼", + "transcriptions" : { "pinyin" : "guǐ", + "numeric" : "gui3", + "wadegiles" : "kuei³", + "bopomofo" : "ㄍㄨㄟˇ", + "romatzyh" : "goei" }, + "meanings" : [ "disembodied spirit; ghost; devil", + "(suffix) person with a certain vice or addiction etc", + "sly; crafty; resourceful (variant of 诡)", + "one of the 28 constellations of ancient Chinese astronomy" ], + "classifiers" : [] } ] }, + { "simplified" : "柜台", + "radical" : "木", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7498, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "櫃台", + "transcriptions" : { "pinyin" : "guì tái", + "numeric" : "gui4 tai2", + "wadegiles" : "kuei⁴ t'ai²", + "bopomofo" : "ㄍㄨㄟˋ ㄊㄞˊ", + "romatzyh" : "guey tair" }, + "meanings" : [ "variant of 柜台" ], + "classifiers" : [] }, + { "traditional" : "櫃檯", + "transcriptions" : { "pinyin" : "guì tái", + "numeric" : "gui4 tai2", + "wadegiles" : "kuei⁴ t'ai²", + "bopomofo" : "ㄍㄨㄟˋ ㄊㄞˊ", + "romatzyh" : "guey tair" }, + "meanings" : [ "sales counter", + "front desk", + "bar", + "(of markets, medicines etc) OTC (over-the-counter)" ], + "classifiers" : [] }, + { "traditional" : "櫃臺", + "transcriptions" : { "pinyin" : "guì tái", + "numeric" : "gui4 tai2", + "wadegiles" : "kuei⁴ t'ai²", + "bopomofo" : "ㄍㄨㄟˋ ㄊㄞˊ", + "romatzyh" : "guey tair" }, + "meanings" : [ "variant of 柜台" ], + "classifiers" : [] } ] }, + { "simplified" : "柜子", + "radical" : "木", + "level" : [ "new-5" ], + "frequency" : 11420, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "櫃子", + "transcriptions" : { "pinyin" : "guì zi", + "numeric" : "gui4 zi5", + "wadegiles" : "kuei⁴ zi", + "bopomofo" : "ㄍㄨㄟˋ zi", + "romatzyh" : "guey zi" }, + "meanings" : [ "cupboard", "cabinet" ], + "classifiers" : [] } ] }, + { "simplified" : "贵", + "radical" : "贝", + "level" : [ "new-1", "old-2" ], + "frequency" : 2239, + "pos" : [ "a", "r", "b", "g" ], + "forms" : [ { "traditional" : "貴", + "transcriptions" : { "pinyin" : "guì", + "numeric" : "gui4", + "wadegiles" : "kuei⁴", + "bopomofo" : "ㄍㄨㄟˋ", + "romatzyh" : "guey" }, + "meanings" : [ "expensive", + "noble", + "precious", + "(honorific) your" ], + "classifiers" : [] } ] }, + { "simplified" : "贵宾", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 9377, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貴賓", + "transcriptions" : { "pinyin" : "guì bīn", + "numeric" : "gui4 bin1", + "wadegiles" : "kuei⁴ pin¹", + "bopomofo" : "ㄍㄨㄟˋ ㄅㄧㄣ", + "romatzyh" : "guey bin" }, + "meanings" : [ "honored guest", + "distinguished guest", + "VIP" ], + "classifiers" : [] } ] }, + { "simplified" : "贵重", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 13098, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "貴重", + "transcriptions" : { "pinyin" : "guì zhòng", + "numeric" : "gui4 zhong4", + "wadegiles" : "kuei⁴ chung⁴", + "bopomofo" : "ㄍㄨㄟˋ ㄓㄨㄥˋ", + "romatzyh" : "guey jonq" }, + "meanings" : [ "precious" ], + "classifiers" : [] } ] }, + { "simplified" : "贵族", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6166, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貴族", + "transcriptions" : { "pinyin" : "guì zú", + "numeric" : "gui4 zu2", + "wadegiles" : "kuei⁴ tsu²", + "bopomofo" : "ㄍㄨㄟˋ ㄗㄨˊ", + "romatzyh" : "guey tzwu" }, + "meanings" : [ "lord", + "nobility", + "nobleman", + "noblewoman", + "aristocrat", + "aristocracy" ], + "classifiers" : [] } ] }, + { "simplified" : "桂花", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 50762, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "桂花", + "transcriptions" : { "pinyin" : "guì huā", + "numeric" : "gui4 hua1", + "wadegiles" : "kuei⁴ hua¹", + "bopomofo" : "ㄍㄨㄟˋ ㄏㄨㄚ", + "romatzyh" : "guey hua" }, + "meanings" : [ "osmanthus flowers", + "Osmanthus fragrans" ], + "classifiers" : [] } ] }, + { "simplified" : "跪", + "radical" : "足", + "level" : [ "new-6", "old-6" ], + "frequency" : 5311, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跪", + "transcriptions" : { "pinyin" : "guì", + "numeric" : "gui4", + "wadegiles" : "kuei⁴", + "bopomofo" : "ㄍㄨㄟˋ", + "romatzyh" : "guey" }, + "meanings" : [ "to kneel" ], + "classifiers" : [] } ] }, + { "simplified" : "滚", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 2046, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "滾", + "transcriptions" : { "pinyin" : "gǔn", + "numeric" : "gun3", + "wadegiles" : "kun³", + "bopomofo" : "ㄍㄨㄣˇ", + "romatzyh" : "goen" }, + "meanings" : [ "to boil", + "to roll", + "to take a hike", + "Get lost!" ], + "classifiers" : [] } ] }, + { "simplified" : "滚动", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 14040, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "滾動", + "transcriptions" : { "pinyin" : "gǔn dòng", + "numeric" : "gun3 dong4", + "wadegiles" : "kun³ tung⁴", + "bopomofo" : "ㄍㄨㄣˇ ㄉㄨㄥˋ", + "romatzyh" : "goen donq" }, + "meanings" : [ "to roll", + "(to do sth) in a loop", + "to scroll (computing)", + "to progressively expand (economics)", + "to rumble (of thunder)" ], + "classifiers" : [] } ] }, + { "simplified" : "棍", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 6727, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "棍", + "transcriptions" : { "pinyin" : "gùn", + "numeric" : "gun4", + "wadegiles" : "kun⁴", + "bopomofo" : "ㄍㄨㄣˋ", + "romatzyh" : "guenn" }, + "meanings" : [ "stick", "rod", "truncheon" ], + "classifiers" : [] } ] }, + { "simplified" : "棍棒", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 28739, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棍棒", + "transcriptions" : { "pinyin" : "gùn bàng", + "numeric" : "gun4 bang4", + "wadegiles" : "kun⁴ pang⁴", + "bopomofo" : "ㄍㄨㄣˋ ㄅㄤˋ", + "romatzyh" : "guenn banq" }, + "meanings" : [ "club", "staff", "stick" ], + "classifiers" : [] } ] }, + { "simplified" : "棍子", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 14507, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棍子", + "transcriptions" : { "pinyin" : "gùn zi", + "numeric" : "gun4 zi5", + "wadegiles" : "kun⁴ zi", + "bopomofo" : "ㄍㄨㄣˋ zi", + "romatzyh" : "guenn zi" }, + "meanings" : [ "stick", "rod" ], + "classifiers" : [] } ] }, + { "simplified" : "锅", + "radical" : "钅", + "level" : [ "new-5", "old-5" ], + "frequency" : 3812, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "鍋", + "transcriptions" : { "pinyin" : "guō", + "numeric" : "guo1", + "wadegiles" : "kuo¹", + "bopomofo" : "ㄍㄨㄛ", + "romatzyh" : "guo" }, + "meanings" : [ "pot; pan; wok; cauldron", + "pot-shaped thing" ], + "classifiers" : [ "口", "只" ] } ] }, + { "simplified" : "国", + "radical" : "囗", + "level" : [ "new-1" ], + "frequency" : 1527, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國", + "transcriptions" : { "pinyin" : "Guó", + "numeric" : "Guo2", + "wadegiles" : "kuo²", + "bopomofo" : "ㄍㄨㄛˊ", + "romatzyh" : "gwo" }, + "meanings" : [ "surname Guo" ], + "classifiers" : [] }, + { "traditional" : "國", + "transcriptions" : { "pinyin" : "guó", + "numeric" : "guo2", + "wadegiles" : "kuo²", + "bopomofo" : "ㄍㄨㄛˊ", + "romatzyh" : "gwo" }, + "meanings" : [ "country; nation; state", + "(bound form) national" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "国宝", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 22205, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國寶", + "transcriptions" : { "pinyin" : "guó bǎo", + "numeric" : "guo2 bao3", + "wadegiles" : "kuo² pao³", + "bopomofo" : "ㄍㄨㄛˊ ㄅㄠˇ", + "romatzyh" : "gwo bao" }, + "meanings" : [ "national treasure" ], + "classifiers" : [] } ] }, + { "simplified" : "国产", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 17875, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "國產", + "transcriptions" : { "pinyin" : "guó chǎn", + "numeric" : "guo2 chan3", + "wadegiles" : "kuo² ch'an³", + "bopomofo" : "ㄍㄨㄛˊ ㄔㄢˇ", + "romatzyh" : "gwo chaan" }, + "meanings" : [ "domestically produced" ], + "classifiers" : [] } ] }, + { "simplified" : "国防", + "radical" : "囗", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7990, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國防", + "transcriptions" : { "pinyin" : "guó fáng", + "numeric" : "guo2 fang2", + "wadegiles" : "kuo² fang²", + "bopomofo" : "ㄍㄨㄛˊ ㄈㄤˊ", + "romatzyh" : "gwo farng" }, + "meanings" : [ "national defense" ], + "classifiers" : [] } ] }, + { "simplified" : "国歌", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 16796, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國歌", + "transcriptions" : { "pinyin" : "guó gē", + "numeric" : "guo2 ge1", + "wadegiles" : "kuo² ko¹", + "bopomofo" : "ㄍㄨㄛˊ ㄍㄜ", + "romatzyh" : "gwo ge" }, + "meanings" : [ "national anthem" ], + "classifiers" : [] } ] }, + { "simplified" : "国画", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 23390, + "pos" : [], + "forms" : [ { "traditional" : "國畫", + "transcriptions" : { "pinyin" : "guó huà", + "numeric" : "guo2 hua4", + "wadegiles" : "kuo² hua⁴", + "bopomofo" : "ㄍㄨㄛˊ ㄏㄨㄚˋ", + "romatzyh" : "gwo huah" }, + "meanings" : [ "traditional Chinese painting" ], + "classifiers" : [] } ] }, + { "simplified" : "国徽", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 39944, + "pos" : [], + "forms" : [ { "traditional" : "國徽", + "transcriptions" : { "pinyin" : "Guó huī", + "numeric" : "Guo2 hui1", + "wadegiles" : "kuo² hui¹", + "bopomofo" : "ㄍㄨㄛˊ ㄏㄨㄟ", + "romatzyh" : "gwo huei" }, + "meanings" : [ "the national emblem of the PRC (a red circle containing the five stars of the PRC flag over Tiananmen 天安门)" ], + "classifiers" : [] }, + { "traditional" : "國徽", + "transcriptions" : { "pinyin" : "guó huī", + "numeric" : "guo2 hui1", + "wadegiles" : "kuo² hui¹", + "bopomofo" : "ㄍㄨㄛˊ ㄏㄨㄟ", + "romatzyh" : "gwo huei" }, + "meanings" : [ "national emblem", + "national coat of arms" ], + "classifiers" : [] } ] }, + { "simplified" : "国会", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 4539, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國會", + "transcriptions" : { "pinyin" : "Guó huì", + "numeric" : "Guo2 hui4", + "wadegiles" : "kuo² hui⁴", + "bopomofo" : "ㄍㄨㄛˊ ㄏㄨㄟˋ", + "romatzyh" : "gwo huey" }, + "meanings" : [ "Parliament (UK)", + "Congress (US)", + "Diet (Japan)", + "Legislative Yuan (Taiwan)" ], + "classifiers" : [] } ] }, + { "simplified" : "国籍", + "radical" : "囗", + "level" : [ "new-5", "old-5" ], + "frequency" : 15414, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國籍", + "transcriptions" : { "pinyin" : "guó jí", + "numeric" : "guo2 ji2", + "wadegiles" : "kuo² chi²", + "bopomofo" : "ㄍㄨㄛˊ ㄐㄧˊ", + "romatzyh" : "gwo jyi" }, + "meanings" : [ "nationality" ], + "classifiers" : [] } ] }, + { "simplified" : "国际", + "radical" : "囗", + "level" : [ "new-2", "old-4" ], + "frequency" : 1262, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國際", + "transcriptions" : { "pinyin" : "guó jì", + "numeric" : "guo2 ji4", + "wadegiles" : "kuo² chi⁴", + "bopomofo" : "ㄍㄨㄛˊ ㄐㄧˋ", + "romatzyh" : "gwo jih" }, + "meanings" : [ "international" ], + "classifiers" : [] } ] }, + { "simplified" : "国家", + "radical" : "囗", + "level" : [ "new-1", "old-3" ], + "frequency" : 356, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國家", + "transcriptions" : { "pinyin" : "guó jiā", + "numeric" : "guo2 jia1", + "wadegiles" : "kuo² chia¹", + "bopomofo" : "ㄍㄨㄛˊ ㄐㄧㄚ", + "romatzyh" : "gwo jia" }, + "meanings" : [ "country; nation; state" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "国民", + "radical" : "囗", + "level" : [ "new-5" ], + "frequency" : 6147, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國民", + "transcriptions" : { "pinyin" : "guó mín", + "numeric" : "guo2 min2", + "wadegiles" : "kuo² min²", + "bopomofo" : "ㄍㄨㄛˊ ㄇㄧㄣˊ", + "romatzyh" : "gwo min" }, + "meanings" : [ "nationals", + "citizens", + "people of a nation" ], + "classifiers" : [] } ] }, + { "simplified" : "国内", + "radical" : "囗", + "level" : [ "new-3" ], + "frequency" : 3134, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "國內", + "transcriptions" : { "pinyin" : "guó nèi", + "numeric" : "guo2 nei4", + "wadegiles" : "kuo² nei⁴", + "bopomofo" : "ㄍㄨㄛˊ ㄋㄟˋ", + "romatzyh" : "gwo ney" }, + "meanings" : [ "domestic", + "internal (to a country)", + "civil" ], + "classifiers" : [] } ] }, + { "simplified" : "国旗", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 9776, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國旗", + "transcriptions" : { "pinyin" : "guó qí", + "numeric" : "guo2 qi2", + "wadegiles" : "kuo² ch'i²", + "bopomofo" : "ㄍㄨㄛˊ ㄑㄧˊ", + "romatzyh" : "gwo chyi" }, + "meanings" : [ "flag (of a country)" ], + "classifiers" : [ "面" ] } ] }, + { "simplified" : "国情", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 23878, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國情", + "transcriptions" : { "pinyin" : "guó qíng", + "numeric" : "guo2 qing2", + "wadegiles" : "kuo² ch'ing²", + "bopomofo" : "ㄍㄨㄛˊ ㄑㄧㄥˊ", + "romatzyh" : "gwo chyng" }, + "meanings" : [ "the characteristics and circumstances particular to a country", + "current state of a country" ], + "classifiers" : [] } ] }, + { "simplified" : "国庆", + "radical" : "囗", + "level" : [ "new-3" ], + "frequency" : 13274, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "國慶", + "transcriptions" : { "pinyin" : "Guó qìng", + "numeric" : "Guo2 qing4", + "wadegiles" : "kuo² ch'ing⁴", + "bopomofo" : "ㄍㄨㄛˊ ㄑㄧㄥˋ", + "romatzyh" : "gwo chinq" }, + "meanings" : [ "National Day" ], + "classifiers" : [] } ] }, + { "simplified" : "国庆节", + "radical" : "囗", + "level" : [ "old-5" ], + "frequency" : 19292, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "國慶節", + "transcriptions" : { "pinyin" : "Guó qìng jié", + "numeric" : "Guo2 qing4 jie2", + "wadegiles" : "kuo² ch'ing⁴ chieh²", + "bopomofo" : "ㄍㄨㄛˊ ㄑㄧㄥˋ ㄐㄧㄝˊ", + "romatzyh" : "gwo chinq jye" }, + "meanings" : [ "PRC National Day (October 1st)" ], + "classifiers" : [] } ] }, + { "simplified" : "国土", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 5700, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國土", + "transcriptions" : { "pinyin" : "guó tǔ", + "numeric" : "guo2 tu3", + "wadegiles" : "kuo² t'u³", + "bopomofo" : "ㄍㄨㄛˊ ㄊㄨˇ", + "romatzyh" : "gwo tuu" }, + "meanings" : [ "country's territory", + "national land" ], + "classifiers" : [] } ] }, + { "simplified" : "国外", + "radical" : "囗", + "level" : [ "new-1" ], + "frequency" : 3896, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "國外", + "transcriptions" : { "pinyin" : "guó wài", + "numeric" : "guo2 wai4", + "wadegiles" : "kuo² wai⁴", + "bopomofo" : "ㄍㄨㄛˊ ㄨㄞˋ", + "romatzyh" : "gwo way" }, + "meanings" : [ "abroad", + "external (affairs)", + "overseas", + "foreign" ], + "classifiers" : [] } ] }, + { "simplified" : "国王", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 3586, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國王", + "transcriptions" : { "pinyin" : "guó wáng", + "numeric" : "guo2 wang2", + "wadegiles" : "kuo² wang²", + "bopomofo" : "ㄍㄨㄛˊ ㄨㄤˊ", + "romatzyh" : "gwo wang" }, + "meanings" : [ "king" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "国务院", + "radical" : "囗", + "level" : [ "old-6" ], + "frequency" : 6472, + "pos" : [ "nt" ], + "forms" : [ { "traditional" : "國務院", + "transcriptions" : { "pinyin" : "Guó wù yuàn", + "numeric" : "Guo2 wu4 yuan4", + "wadegiles" : "kuo² wu⁴ yüan⁴", + "bopomofo" : "ㄍㄨㄛˊ ㄨˋ ㄩㄢˋ", + "romatzyh" : "gwo wuh yuann" }, + "meanings" : [ "State Council (PRC)", + "State Department (USA)" ], + "classifiers" : [] } ] }, + { "simplified" : "国学", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 46996, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "國學", + "transcriptions" : { "pinyin" : "guó xué", + "numeric" : "guo2 xue2", + "wadegiles" : "kuo² hsüeh²", + "bopomofo" : "ㄍㄨㄛˊ ㄒㄩㄝˊ", + "romatzyh" : "gwo shyue" }, + "meanings" : [ "Chinese national culture", + "studies of ancient Chinese civilization", + "the Imperial College (history)" ], + "classifiers" : [] } ] }, + { "simplified" : "国有", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 15059, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "國有", + "transcriptions" : { "pinyin" : "guó yǒu", + "numeric" : "guo2 you3", + "wadegiles" : "kuo² yu³", + "bopomofo" : "ㄍㄨㄛˊ ㄧㄡˇ", + "romatzyh" : "gwo yeou" }, + "meanings" : [ "nationalized", + "public", + "government owned", + "state-owned" ], + "classifiers" : [] } ] }, + { "simplified" : "果断", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10641, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "果斷", + "transcriptions" : { "pinyin" : "guǒ duàn", + "numeric" : "guo3 duan4", + "wadegiles" : "kuo³ tuan⁴", + "bopomofo" : "ㄍㄨㄛˇ ㄉㄨㄢˋ", + "romatzyh" : "guoo duann" }, + "meanings" : [ "firm", "decisive" ], + "classifiers" : [] } ] }, + { "simplified" : "果酱", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 25242, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "果醬", + "transcriptions" : { "pinyin" : "guǒ jiàng", + "numeric" : "guo3 jiang4", + "wadegiles" : "kuo³ chiang⁴", + "bopomofo" : "ㄍㄨㄛˇ ㄐㄧㄤˋ", + "romatzyh" : "guoo jianq" }, + "meanings" : [ "jam" ], + "classifiers" : [] } ] }, + { "simplified" : "果然", + "radical" : "木", + "level" : [ "new-3", "old-4" ], + "frequency" : 3104, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "果然", + "transcriptions" : { "pinyin" : "guǒ rán", + "numeric" : "guo3 ran2", + "wadegiles" : "kuo³ jan²", + "bopomofo" : "ㄍㄨㄛˇ ㄖㄢˊ", + "romatzyh" : "guoo ran" }, + "meanings" : [ "really", + "sure enough", + "as expected", + "if indeed" ], + "classifiers" : [] } ] }, + { "simplified" : "果实", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 13530, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "果實", + "transcriptions" : { "pinyin" : "guǒ shí", + "numeric" : "guo3 shi2", + "wadegiles" : "kuo³ shih²", + "bopomofo" : "ㄍㄨㄛˇ ㄕˊ", + "romatzyh" : "guoo shyr" }, + "meanings" : [ "fruit (produced by a plant)", + "(fig.) fruits (of success etc)", + "results", + "gains" ], + "classifiers" : [] } ] }, + { "simplified" : "果树", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 29710, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "果樹", + "transcriptions" : { "pinyin" : "guǒ shù", + "numeric" : "guo3 shu4", + "wadegiles" : "kuo³ shu⁴", + "bopomofo" : "ㄍㄨㄛˇ ㄕㄨˋ", + "romatzyh" : "guoo shuh" }, + "meanings" : [ "fruit tree" ], + "classifiers" : [ "棵" ] } ] }, + { "simplified" : "果园", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 16137, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "果園", + "transcriptions" : { "pinyin" : "guǒ yuán", + "numeric" : "guo3 yuan2", + "wadegiles" : "kuo³ yüan²", + "bopomofo" : "ㄍㄨㄛˇ ㄩㄢˊ", + "romatzyh" : "guoo yuan" }, + "meanings" : [ "orchard" ], + "classifiers" : [] } ] }, + { "simplified" : "果真", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 13875, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "果真", + "transcriptions" : { "pinyin" : "guǒ zhēn", + "numeric" : "guo3 zhen1", + "wadegiles" : "kuo³ chen¹", + "bopomofo" : "ㄍㄨㄛˇ ㄓㄣ", + "romatzyh" : "guoo jen" }, + "meanings" : [ "really", + "as expected", + "sure enough", + "if indeed...", + "if it's really..." ], + "classifiers" : [] } ] }, + { "simplified" : "果汁", + "radical" : "木", + "level" : [ "new-3", "old-3" ], + "frequency" : 7765, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "果汁", + "transcriptions" : { "pinyin" : "guǒ zhī", + "numeric" : "guo3 zhi1", + "wadegiles" : "kuo³ chih¹", + "bopomofo" : "ㄍㄨㄛˇ ㄓ", + "romatzyh" : "guoo jy" }, + "meanings" : [ "fruit juice" ], + "classifiers" : [] } ] }, + { "simplified" : "裹", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 7241, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "裹", + "transcriptions" : { "pinyin" : "guǒ", + "numeric" : "guo3", + "wadegiles" : "kuo³", + "bopomofo" : "ㄍㄨㄛˇ", + "romatzyh" : "guoo" }, + "meanings" : [ "to wrap around", + "bundle; parcel; package", + "to press into service; to pressgang; to make off with (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "过", + "radical" : "辶", + "level" : [ "new-1", "old-4", "old-4" ], + "frequency" : 60, + "pos" : [ "u", "v", "d", "g" ], + "forms" : [ { "traditional" : "過", + "transcriptions" : { "pinyin" : "Guō", + "numeric" : "Guo1", + "wadegiles" : "kuo¹", + "bopomofo" : "ㄍㄨㄛ", + "romatzyh" : "guo" }, + "meanings" : [ "surname Guo" ], + "classifiers" : [] }, + { "traditional" : "過", + "transcriptions" : { "pinyin" : "guò", + "numeric" : "guo4", + "wadegiles" : "kuo⁴", + "bopomofo" : "ㄍㄨㄛˋ", + "romatzyh" : "guoh" }, + "meanings" : [ "to cross", + "to go over", + "to pass (time)", + "to celebrate (a holiday)", + "to live", + "to get along", + "excessively", + "too-" ], + "classifiers" : [] }, + { "traditional" : "過", + "transcriptions" : { "pinyin" : "guo", + "numeric" : "guo5", + "wadegiles" : "guo", + "bopomofo" : "guo", + "romatzyh" : "guo" }, + "meanings" : [ "(experienced action marker)" ], + "classifiers" : [] } ] }, + { "simplified" : "过半", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 22772, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "過半", + "transcriptions" : { "pinyin" : "guò bàn", + "numeric" : "guo4 ban4", + "wadegiles" : "kuo⁴ pan⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄅㄢˋ", + "romatzyh" : "guoh bann" }, + "meanings" : [ "over fifty percent", + "more than half" ], + "classifiers" : [] } ] }, + { "simplified" : "过不去", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9461, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "過不去", + "transcriptions" : { "pinyin" : "guò bu qù", + "numeric" : "guo4 bu5 qu4", + "wadegiles" : "kuo⁴ bu ch'ü⁴", + "bopomofo" : "ㄍㄨㄛˋ bu ㄑㄩˋ", + "romatzyh" : "guoh bu chiuh" }, + "meanings" : [ "to make life difficult for", + "to embarrass", + "unable to make it through" ], + "classifiers" : [] } ] }, + { "simplified" : "过程", + "radical" : "辶", + "level" : [ "new-3", "old-4" ], + "frequency" : 1002, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "過程", + "transcriptions" : { "pinyin" : "guò chéng", + "numeric" : "guo4 cheng2", + "wadegiles" : "kuo⁴ ch'eng²", + "bopomofo" : "ㄍㄨㄛˋ ㄔㄥˊ", + "romatzyh" : "guoh cherng" }, + "meanings" : [ "course of events", "process" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "过错", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8293, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "過錯", + "transcriptions" : { "pinyin" : "guò cuò", + "numeric" : "guo4 cuo4", + "wadegiles" : "kuo⁴ ts'o⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄘㄨㄛˋ", + "romatzyh" : "guoh tsuoh" }, + "meanings" : [ "mistake", + "fault", + "responsibility (for a fault)" ], + "classifiers" : [] } ] }, + { "simplified" : "过道", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 15454, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "過道", + "transcriptions" : { "pinyin" : "guò dào", + "numeric" : "guo4 dao4", + "wadegiles" : "kuo⁴ tao⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄉㄠˋ", + "romatzyh" : "guoh daw" }, + "meanings" : [ "passageway", "corridor", "aisle" ], + "classifiers" : [] } ] }, + { "simplified" : "过度", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 3967, + "pos" : [ "v", "d", "vn" ], + "forms" : [ { "traditional" : "過度", + "transcriptions" : { "pinyin" : "guò dù", + "numeric" : "guo4 du4", + "wadegiles" : "kuo⁴ tu⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄉㄨˋ", + "romatzyh" : "guoh duh" }, + "meanings" : [ "excessive", + "over-", + "excess", + "going too far", + "extravagant", + "intemperate", + "overdue" ], + "classifiers" : [] } ] }, + { "simplified" : "过渡", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 8462, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "過渡", + "transcriptions" : { "pinyin" : "guò dù", + "numeric" : "guo4 du4", + "wadegiles" : "kuo⁴ tu⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄉㄨˋ", + "romatzyh" : "guoh duh" }, + "meanings" : [ "to cross over (by ferry)", + "transition", + "interim", + "caretaker (administration)" ], + "classifiers" : [] } ] }, + { "simplified" : "过分", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 3578, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "過分", + "transcriptions" : { "pinyin" : "guò fèn", + "numeric" : "guo4 fen4", + "wadegiles" : "kuo⁴ fen⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄈㄣˋ", + "romatzyh" : "guoh fenn" }, + "meanings" : [ "excessive", "undue", "overly" ], + "classifiers" : [] } ] }, + { "simplified" : "过关", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 12355, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "過關", + "transcriptions" : { "pinyin" : "guò guān", + "numeric" : "guo4 guan1", + "wadegiles" : "kuo⁴ kuan¹", + "bopomofo" : "ㄍㄨㄛˋ ㄍㄨㄢ", + "romatzyh" : "guoh guan" }, + "meanings" : [ "to cross a barrier", + "to get through (an ordeal)", + "to pass (a test)", + "to reach (a standard)" ], + "classifiers" : [] } ] }, + { "simplified" : "过后", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 6454, + "pos" : [ "t", "v" ], + "forms" : [ { "traditional" : "過後", + "transcriptions" : { "pinyin" : "guò hòu", + "numeric" : "guo4 hou4", + "wadegiles" : "kuo⁴ hou⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄏㄡˋ", + "romatzyh" : "guoh how" }, + "meanings" : [ "after the event" ], + "classifiers" : [] } ] }, + { "simplified" : "过奖", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 41281, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "過獎", + "transcriptions" : { "pinyin" : "guò jiǎng", + "numeric" : "guo4 jiang3", + "wadegiles" : "kuo⁴ chiang³", + "bopomofo" : "ㄍㄨㄛˋ ㄐㄧㄤˇ", + "romatzyh" : "guoh jeang" }, + "meanings" : [ "to overpraise", "to flatter" ], + "classifiers" : [] } ] }, + { "simplified" : "过节", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8385, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "過節", + "transcriptions" : { "pinyin" : "guò jié", + "numeric" : "guo4 jie2", + "wadegiles" : "kuo⁴ chieh²", + "bopomofo" : "ㄍㄨㄛˋ ㄐㄧㄝˊ", + "romatzyh" : "guoh jye" }, + "meanings" : [ "to celebrate a festival", + "after the celebrations (i.e. once the festival is over)" ], + "classifiers" : [] } ] }, + { "simplified" : "过境", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 20011, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "過境", + "transcriptions" : { "pinyin" : "guò jìng", + "numeric" : "guo4 jing4", + "wadegiles" : "kuo⁴ ching⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄐㄧㄥˋ", + "romatzyh" : "guoh jinq" }, + "meanings" : [ "to pass through a country's territory", + "transit" ], + "classifiers" : [] } ] }, + { "simplified" : "过来", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 692, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "過來", + "transcriptions" : { "pinyin" : "guò lái", + "numeric" : "guo4 lai2", + "wadegiles" : "kuo⁴ lai²", + "bopomofo" : "ㄍㄨㄛˋ ㄌㄞˊ", + "romatzyh" : "guoh lai" }, + "meanings" : [ "to come over", + "to manage", + "to handle", + "to be able to take care of" ], + "classifiers" : [] }, + { "traditional" : "過來", + "transcriptions" : { "pinyin" : "guò lai", + "numeric" : "guo4 lai5", + "wadegiles" : "kuo⁴ lai", + "bopomofo" : "ㄍㄨㄛˋ lai", + "romatzyh" : "guoh lai" }, + "meanings" : [ "see 过来" ], + "classifiers" : [] } ] }, + { "simplified" : "过滤", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9885, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "過濾", + "transcriptions" : { "pinyin" : "guò lu:4", + "numeric" : "guo4 lü4", + "wadegiles" : "kuo⁴ lu:4", + "bopomofo" : "ㄍㄨㄛˋ lu:4", + "romatzyh" : "guoh lu:4" }, + "meanings" : [ "to filter", "filter" ], + "classifiers" : [] } ] }, + { "simplified" : "过敏", + "radical" : "辶", + "level" : [ "new-5", "old-5" ], + "frequency" : 5527, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "過敏", + "transcriptions" : { "pinyin" : "guò mǐn", + "numeric" : "guo4 min3", + "wadegiles" : "kuo⁴ min³", + "bopomofo" : "ㄍㄨㄛˋ ㄇㄧㄣˇ", + "romatzyh" : "guoh miin" }, + "meanings" : [ "oversensitive", + "allergic", + "allergy" ], + "classifiers" : [] } ] }, + { "simplified" : "过年", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 14490, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "過年", + "transcriptions" : { "pinyin" : "guò nián", + "numeric" : "guo4 nian2", + "wadegiles" : "kuo⁴ nien²", + "bopomofo" : "ㄍㄨㄛˋ ㄋㄧㄢˊ", + "romatzyh" : "guoh nian" }, + "meanings" : [ "to celebrate the Chinese New Year" ], + "classifiers" : [] } ] }, + { "simplified" : "过期", + "radical" : "辶", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9636, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "過期", + "transcriptions" : { "pinyin" : "guò qī", + "numeric" : "guo4 qi1", + "wadegiles" : "kuo⁴ ch'i¹", + "bopomofo" : "ㄍㄨㄛˋ ㄑㄧ", + "romatzyh" : "guoh chi" }, + "meanings" : [ "to be overdue", + "to exceed the time limit", + "to expire (as in expiration date)" ], + "classifiers" : [] } ] }, + { "simplified" : "过去", + "radical" : "辶", + "level" : [ "new-2", "old-3" ], + "frequency" : 353, + "pos" : [ "v", "t" ], + "forms" : [ { "traditional" : "過去", + "transcriptions" : { "pinyin" : "guò qù", + "numeric" : "guo4 qu4", + "wadegiles" : "kuo⁴ ch'ü⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄑㄩˋ", + "romatzyh" : "guoh chiuh" }, + "meanings" : [ "(in the) past", + "former", + "previous", + "to go over", + "to pass by" ], + "classifiers" : [] }, + { "traditional" : "過去", + "transcriptions" : { "pinyin" : "guò qu", + "numeric" : "guo4 qu5", + "wadegiles" : "kuo⁴ qu", + "bopomofo" : "ㄍㄨㄛˋ qu", + "romatzyh" : "guoh qu" }, + "meanings" : [ "(verb suffix)" ], + "classifiers" : [] } ] }, + { "simplified" : "过日子", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 10739, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "過日子", + "transcriptions" : { "pinyin" : "guò rì zi", + "numeric" : "guo4 ri4 zi5", + "wadegiles" : "kuo⁴ jih⁴ zi", + "bopomofo" : "ㄍㄨㄛˋ ㄖˋ zi", + "romatzyh" : "guoh ryh zi" }, + "meanings" : [ "to live one's life", + "to pass one's days", + "to get along" ], + "classifiers" : [] } ] }, + { "simplified" : "过剩", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13207, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "過剩", + "transcriptions" : { "pinyin" : "guò shèng", + "numeric" : "guo4 sheng4", + "wadegiles" : "kuo⁴ sheng⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄕㄥˋ", + "romatzyh" : "guoh shenq" }, + "meanings" : [ "to be excessive; to be more than is required" ], + "classifiers" : [] } ] }, + { "simplified" : "过失", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10955, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "過失", + "transcriptions" : { "pinyin" : "guò shī", + "numeric" : "guo4 shi1", + "wadegiles" : "kuo⁴ shih¹", + "bopomofo" : "ㄍㄨㄛˋ ㄕ", + "romatzyh" : "guoh shy" }, + "meanings" : [ "error", + "fault", + "(law) negligence", + "delinquency" ], + "classifiers" : [] } ] }, + { "simplified" : "过时", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 9945, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "過時", + "transcriptions" : { "pinyin" : "guò shí", + "numeric" : "guo4 shi2", + "wadegiles" : "kuo⁴ shih²", + "bopomofo" : "ㄍㄨㄛˋ ㄕˊ", + "romatzyh" : "guoh shyr" }, + "meanings" : [ "old-fashioned", + "out of date", + "to be later than the time stipulated or agreed upon" ], + "classifiers" : [] } ] }, + { "simplified" : "过头", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9276, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "過頭", + "transcriptions" : { "pinyin" : "guò tóu", + "numeric" : "guo4 tou2", + "wadegiles" : "kuo⁴ t'ou²", + "bopomofo" : "ㄍㄨㄛˋ ㄊㄡˊ", + "romatzyh" : "guoh tour" }, + "meanings" : [ "to overdo it", + "to overstep the limit", + "excessively", + "above one's head", + "overhead" ], + "classifiers" : [] } ] }, + { "simplified" : "过往", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 10449, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "過往", + "transcriptions" : { "pinyin" : "guò wǎng", + "numeric" : "guo4 wang3", + "wadegiles" : "kuo⁴ wang³", + "bopomofo" : "ㄍㄨㄛˋ ㄨㄤˇ", + "romatzyh" : "guoh woang" }, + "meanings" : [ "to come and go", + "to have friendly relations with", + "in the past", + "previous" ], + "classifiers" : [] } ] }, + { "simplified" : "过问", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 16732, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "過問", + "transcriptions" : { "pinyin" : "guò wèn", + "numeric" : "guo4 wen4", + "wadegiles" : "kuo⁴ wen⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄨㄣˋ", + "romatzyh" : "guoh wenn" }, + "meanings" : [ "to show an interest in", + "to get involved with" ], + "classifiers" : [] } ] }, + { "simplified" : "过意不去", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 26199, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "過意不去", + "transcriptions" : { "pinyin" : "guò yì bù qù", + "numeric" : "guo4 yi4 bu4 qu4", + "wadegiles" : "kuo⁴ i⁴ pu⁴ ch'ü⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄧˋ ㄅㄨˋ ㄑㄩˋ", + "romatzyh" : "guoh yih buh chiuh" }, + "meanings" : [ "to feel very apologetic" ], + "classifiers" : [] } ] }, + { "simplified" : "过瘾", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11648, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "過癮", + "transcriptions" : { "pinyin" : "guò yǐn", + "numeric" : "guo4 yin3", + "wadegiles" : "kuo⁴ yin³", + "bopomofo" : "ㄍㄨㄛˋ ㄧㄣˇ", + "romatzyh" : "guoh yiin" }, + "meanings" : [ "to satisfy a craving", + "to get a kick out of sth", + "gratifying", + "immensely enjoyable", + "satisfying", + "fulfilling" ], + "classifiers" : [] } ] }, + { "simplified" : "过硬", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 24705, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "過硬", + "transcriptions" : { "pinyin" : "guò yìng", + "numeric" : "guo4 ying4", + "wadegiles" : "kuo⁴ ying⁴", + "bopomofo" : "ㄍㄨㄛˋ ㄧㄥˋ", + "romatzyh" : "guoh yinq" }, + "meanings" : [ "to have perfect mastery of sth", + "to be up to the mark" ], + "classifiers" : [] } ] }, + { "simplified" : "过于", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 4170, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "過於", + "transcriptions" : { "pinyin" : "guò yú", + "numeric" : "guo4 yu2", + "wadegiles" : "kuo⁴ yü²", + "bopomofo" : "ㄍㄨㄛˋ ㄩˊ", + "romatzyh" : "guoh yu" }, + "meanings" : [ "too much", "excessively" ], + "classifiers" : [] } ] }, + { "simplified" : "过早", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13005, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "過早", + "transcriptions" : { "pinyin" : "guò zǎo", + "numeric" : "guo4 zao3", + "wadegiles" : "kuo⁴ tsao³", + "bopomofo" : "ㄍㄨㄛˋ ㄗㄠˇ", + "romatzyh" : "guoh tzao" }, + "meanings" : [ "premature; untimely", + "(dialect) to have breakfast; breakfast" ], + "classifiers" : [] } ] }, + { "simplified" : "哈", + "radical" : "口", + "level" : [ "old-5" ], + "frequency" : 676, + "pos" : [ "b", "v" ], + "forms" : [ { "traditional" : "哈", + "transcriptions" : { "pinyin" : "Hā", + "numeric" : "Ha1", + "wadegiles" : "ha¹", + "bopomofo" : "ㄏㄚ", + "romatzyh" : "ha" }, + "meanings" : [ "abbr. for 哈萨克斯坦, Kazakhstan", + "abbr. for 哈尔滨, Harbin" ], + "classifiers" : [] }, + { "traditional" : "哈", + "transcriptions" : { "pinyin" : "hā", + "numeric" : "ha1", + "wadegiles" : "ha¹", + "bopomofo" : "ㄏㄚ", + "romatzyh" : "ha" }, + "meanings" : [ "(interj.) ha!", + "(onom. for laughter)", + "(slang) to be infatuated with", + "to adore", + "abbr. for 奇, husky (dog)" ], + "classifiers" : [] }, + { "traditional" : "哈", + "transcriptions" : { "pinyin" : "hǎ", + "numeric" : "ha3", + "wadegiles" : "ha³", + "bopomofo" : "ㄏㄚˇ", + "romatzyh" : "haa" }, + "meanings" : [ "a Pekinese", + "a pug", + "(dialect) to scold" ], + "classifiers" : [] } ] }, + { "simplified" : "哈哈", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 1389, + "pos" : [ "o" ], + "forms" : [ { "traditional" : "哈哈", + "transcriptions" : { "pinyin" : "hā hā", + "numeric" : "ha1 ha1", + "wadegiles" : "ha¹ ha¹", + "bopomofo" : "ㄏㄚ ㄏㄚ", + "romatzyh" : "ha ha" }, + "meanings" : [ "(onom.) laughing out loud" ], + "classifiers" : [] } ] }, + { "simplified" : "咳", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 7383, + "pos" : [ "v", "e" ], + "forms" : [ { "traditional" : "咳", + "transcriptions" : { "pinyin" : "hāi", + "numeric" : "hai1", + "wadegiles" : "hai¹", + "bopomofo" : "ㄏㄞ", + "romatzyh" : "hai" }, + "meanings" : [ "sound of sighing", + "(interjection expressing surprise, sorrow, regret, disappointment etc) oh", + "damn", + "wow" ], + "classifiers" : [] }, + { "traditional" : "咳", + "transcriptions" : { "pinyin" : "ké", + "numeric" : "ke2", + "wadegiles" : "k'o²", + "bopomofo" : "ㄎㄜˊ", + "romatzyh" : "ker" }, + "meanings" : [ "cough" ], + "classifiers" : [] } ] }, + { "simplified" : "咳嗽", + "radical" : "口", + "level" : [ "new-7+", "old-4" ], + "frequency" : 7020, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "咳嗽", + "transcriptions" : { "pinyin" : "ké sou", + "numeric" : "ke2 sou5", + "wadegiles" : "k'o² sou", + "bopomofo" : "ㄎㄜˊ sou", + "romatzyh" : "ker sou" }, + "meanings" : [ "to cough" ], + "classifiers" : [ "阵" ] } ] }, + { "simplified" : "嗨", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 2664, + "pos" : [ "e" ], + "forms" : [ { "traditional" : "嗨", + "transcriptions" : { "pinyin" : "hāi", + "numeric" : "hai1", + "wadegiles" : "hai¹", + "bopomofo" : "ㄏㄞ", + "romatzyh" : "hai" }, + "meanings" : [ "oh alas", + "hey!", + "hi! (loanword)", + "a high (natural or drug-induced) (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "还", + "radical" : "辶", + "level" : [ "new-1", "old-2", "old-2" ], + "frequency" : 37, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "還", + "transcriptions" : { "pinyin" : "Huán", + "numeric" : "Huan2", + "wadegiles" : "huan²", + "bopomofo" : "ㄏㄨㄢˊ", + "romatzyh" : "hwan" }, + "meanings" : [ "surname Huan" ], + "classifiers" : [] }, + { "traditional" : "還", + "transcriptions" : { "pinyin" : "hái", + "numeric" : "hai2", + "wadegiles" : "hai²", + "bopomofo" : "ㄏㄞˊ", + "romatzyh" : "hair" }, + "meanings" : [ "still", + "still in progress", + "still more", + "yet", + "even more", + "in addition", + "fairly", + "passably (good)", + "as early as", + "even", + "also", + "else" ], + "classifiers" : [] }, + { "traditional" : "還", + "transcriptions" : { "pinyin" : "huán", + "numeric" : "huan2", + "wadegiles" : "huan²", + "bopomofo" : "ㄏㄨㄢˊ", + "romatzyh" : "hwan" }, + "meanings" : [ "to pay back", "to return" ], + "classifiers" : [] } ] }, + { "simplified" : "还款", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 21972, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "還款", + "transcriptions" : { "pinyin" : "huán kuǎn", + "numeric" : "huan2 kuan3", + "wadegiles" : "huan² k'uan³", + "bopomofo" : "ㄏㄨㄢˊ ㄎㄨㄢˇ", + "romatzyh" : "hwan koan" }, + "meanings" : [ "repayment", "to pay back money" ], + "classifiers" : [] } ] }, + { "simplified" : "还是", + "radical" : "辶", + "level" : [ "new-1", "old-3" ], + "frequency" : 160, + "pos" : [ "c", "d", "v" ], + "forms" : [ { "traditional" : "還是", + "transcriptions" : { "pinyin" : "hái shi", + "numeric" : "hai2 shi5", + "wadegiles" : "hai² shi", + "bopomofo" : "ㄏㄞˊ shi", + "romatzyh" : "hair shi" }, + "meanings" : [ "still (as before)", + "had better", + "unexpectedly", + "or" ], + "classifiers" : [] } ] }, + { "simplified" : "还有", + "radical" : "辶", + "level" : [ "new-1" ], + "frequency" : 153, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "還有", + "transcriptions" : { "pinyin" : "hái yǒu", + "numeric" : "hai2 you3", + "wadegiles" : "hai² yu³", + "bopomofo" : "ㄏㄞˊ ㄧㄡˇ", + "romatzyh" : "hair yeou" }, + "meanings" : [ "furthermore", + "in addition", + "still", + "also" ], + "classifiers" : [] } ] }, + { "simplified" : "还原", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10488, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "還原", + "transcriptions" : { "pinyin" : "huán yuán", + "numeric" : "huan2 yuan2", + "wadegiles" : "huan² yüan²", + "bopomofo" : "ㄏㄨㄢˊ ㄩㄢˊ", + "romatzyh" : "hwan yuan" }, + "meanings" : [ "to restore to the original state", + "to reconstruct (an event)", + "reduction (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "孩子", + "radical" : "子", + "level" : [ "new-1", "old-2" ], + "frequency" : 207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "孩子", + "transcriptions" : { "pinyin" : "hái zi", + "numeric" : "hai2 zi5", + "wadegiles" : "hai² zi", + "bopomofo" : "ㄏㄞˊ zi", + "romatzyh" : "hair zi" }, + "meanings" : [ "child" ], + "classifiers" : [] } ] }, + { "simplified" : "海", + "radical" : "氵", + "level" : [ "new-2" ], + "frequency" : 1082, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "海", + "transcriptions" : { "pinyin" : "Hǎi", + "numeric" : "Hai3", + "wadegiles" : "hai³", + "bopomofo" : "ㄏㄞˇ", + "romatzyh" : "hae" }, + "meanings" : [ "surname Hai" ], + "classifiers" : [] }, + { "traditional" : "海", + "transcriptions" : { "pinyin" : "hǎi", + "numeric" : "hai3", + "wadegiles" : "hai³", + "bopomofo" : "ㄏㄞˇ", + "romatzyh" : "hae" }, + "meanings" : [ "ocean", + "sea", + "great number of people or things", + "(dialect) numerous" ], + "classifiers" : [ "个", "片" ] } ] }, + { "simplified" : "海岸", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 5943, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海岸", + "transcriptions" : { "pinyin" : "hǎi àn", + "numeric" : "hai3 an4", + "wadegiles" : "hai³ an⁴", + "bopomofo" : "ㄏㄞˇ ㄢˋ", + "romatzyh" : "hae ann" }, + "meanings" : [ "coastal", "seacoast" ], + "classifiers" : [] } ] }, + { "simplified" : "海拔", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13525, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海拔", + "transcriptions" : { "pinyin" : "hǎi bá", + "numeric" : "hai3 ba2", + "wadegiles" : "hai³ pa²", + "bopomofo" : "ㄏㄞˇ ㄅㄚˊ", + "romatzyh" : "hae bar" }, + "meanings" : [ "height above sea level", + "elevation" ], + "classifiers" : [] } ] }, + { "simplified" : "海报", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 7144, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海報", + "transcriptions" : { "pinyin" : "hǎi bào", + "numeric" : "hai3 bao4", + "wadegiles" : "hai³ pao⁴", + "bopomofo" : "ㄏㄞˇ ㄅㄠˋ", + "romatzyh" : "hae baw" }, + "meanings" : [ "poster", "playbill", "notice" ], + "classifiers" : [] } ] }, + { "simplified" : "海边", + "radical" : "氵", + "level" : [ "new-2" ], + "frequency" : 7277, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "海邊", + "transcriptions" : { "pinyin" : "hǎi biān", + "numeric" : "hai3 bian1", + "wadegiles" : "hai³ pien¹", + "bopomofo" : "ㄏㄞˇ ㄅㄧㄢ", + "romatzyh" : "hae bian" }, + "meanings" : [ "coast", + "seaside", + "seashore", + "beach" ], + "classifiers" : [] } ] }, + { "simplified" : "海滨", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10973, + "pos" : [ "s", "n" ], + "forms" : [ { "traditional" : "海濱", + "transcriptions" : { "pinyin" : "hǎi bīn", + "numeric" : "hai3 bin1", + "wadegiles" : "hai³ pin¹", + "bopomofo" : "ㄏㄞˇ ㄅㄧㄣ", + "romatzyh" : "hae bin" }, + "meanings" : [ "shore", "seaside" ], + "classifiers" : [] } ] }, + { "simplified" : "海盗", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 7054, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海盜", + "transcriptions" : { "pinyin" : "hǎi dào", + "numeric" : "hai3 dao4", + "wadegiles" : "hai³ tao⁴", + "bopomofo" : "ㄏㄞˇ ㄉㄠˋ", + "romatzyh" : "hae daw" }, + "meanings" : [ "pirate" ], + "classifiers" : [] } ] }, + { "simplified" : "海底", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 7278, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海底", + "transcriptions" : { "pinyin" : "hǎi dǐ", + "numeric" : "hai3 di3", + "wadegiles" : "hai³ ti³", + "bopomofo" : "ㄏㄞˇ ㄉㄧˇ", + "romatzyh" : "hae dii" }, + "meanings" : [ "seabed", + "seafloor", + "bottom of the ocean" ], + "classifiers" : [] } ] }, + { "simplified" : "海关", + "radical" : "氵", + "level" : [ "new-3", "old-5" ], + "frequency" : 7955, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海關", + "transcriptions" : { "pinyin" : "hǎi guān", + "numeric" : "hai3 guan1", + "wadegiles" : "hai³ kuan¹", + "bopomofo" : "ㄏㄞˇ ㄍㄨㄢ", + "romatzyh" : "hae guan" }, + "meanings" : [ "customs (i.e. border crossing inspection)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "海军", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 3234, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海軍", + "transcriptions" : { "pinyin" : "hǎi jūn", + "numeric" : "hai3 jun1", + "wadegiles" : "hai³ chün¹", + "bopomofo" : "ㄏㄞˇ ㄐㄩㄣ", + "romatzyh" : "hae jiun" }, + "meanings" : [ "navy" ], + "classifiers" : [] } ] }, + { "simplified" : "海浪", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 14483, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海浪", + "transcriptions" : { "pinyin" : "hǎi làng", + "numeric" : "hai3 lang4", + "wadegiles" : "hai³ lang⁴", + "bopomofo" : "ㄏㄞˇ ㄌㄤˋ", + "romatzyh" : "hae lanq" }, + "meanings" : [ "sea wave" ], + "classifiers" : [] } ] }, + { "simplified" : "海量", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 29897, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海量", + "transcriptions" : { "pinyin" : "hǎi liàng", + "numeric" : "hai3 liang4", + "wadegiles" : "hai³ liang⁴", + "bopomofo" : "ㄏㄞˇ ㄌㄧㄤˋ", + "romatzyh" : "hae lianq" }, + "meanings" : [ "huge volume" ], + "classifiers" : [] } ] }, + { "simplified" : "海绵", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 11514, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海綿", + "transcriptions" : { "pinyin" : "hǎi mián", + "numeric" : "hai3 mian2", + "wadegiles" : "hai³ mien²", + "bopomofo" : "ㄏㄞˇ ㄇㄧㄢˊ", + "romatzyh" : "hae mian" }, + "meanings" : [ "sponge (zoology)", + "sponge (piece of absorbent material, either natural or made from plastic etc)", + "foam rubber" ], + "classifiers" : [] } ] }, + { "simplified" : "海面", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13307, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海面", + "transcriptions" : { "pinyin" : "hǎi miàn", + "numeric" : "hai3 mian4", + "wadegiles" : "hai³ mien⁴", + "bopomofo" : "ㄏㄞˇ ㄇㄧㄢˋ", + "romatzyh" : "hae miann" }, + "meanings" : [ "sea level", "sea surface" ], + "classifiers" : [] } ] }, + { "simplified" : "海内外", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 48536, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "海內外", + "transcriptions" : { "pinyin" : "hǎi nèi wài", + "numeric" : "hai3 nei4 wai4", + "wadegiles" : "hai³ nei⁴ wai⁴", + "bopomofo" : "ㄏㄞˇ ㄋㄟˋ ㄨㄞˋ", + "romatzyh" : "hae ney way" }, + "meanings" : [ "domestic and international", + "at home and abroad" ], + "classifiers" : [] } ] }, + { "simplified" : "海水", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 8867, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海水", + "transcriptions" : { "pinyin" : "hǎi shuǐ", + "numeric" : "hai3 shui3", + "wadegiles" : "hai³ shui³", + "bopomofo" : "ㄏㄞˇ ㄕㄨㄟˇ", + "romatzyh" : "hae shoei" }, + "meanings" : [ "seawater" ], + "classifiers" : [] } ] }, + { "simplified" : "海滩", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6593, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海灘", + "transcriptions" : { "pinyin" : "hǎi tān", + "numeric" : "hai3 tan1", + "wadegiles" : "hai³ t'an¹", + "bopomofo" : "ㄏㄞˇ ㄊㄢ", + "romatzyh" : "hae tan" }, + "meanings" : [ "beach" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "海外", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 7991, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "海外", + "transcriptions" : { "pinyin" : "hǎi wài", + "numeric" : "hai3 wai4", + "wadegiles" : "hai³ wai⁴", + "bopomofo" : "ㄏㄞˇ ㄨㄞˋ", + "romatzyh" : "hae way" }, + "meanings" : [ "overseas", "abroad" ], + "classifiers" : [] } ] }, + { "simplified" : "海湾", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 9432, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海灣", + "transcriptions" : { "pinyin" : "Hǎi wān", + "numeric" : "Hai3 wan1", + "wadegiles" : "hai³ wan¹", + "bopomofo" : "ㄏㄞˇ ㄨㄢ", + "romatzyh" : "hae uan" }, + "meanings" : [ "(Persian) Gulf" ], + "classifiers" : [] }, + { "traditional" : "海灣", + "transcriptions" : { "pinyin" : "hǎi wān", + "numeric" : "hai3 wan1", + "wadegiles" : "hai³ wan¹", + "bopomofo" : "ㄏㄞˇ ㄨㄢ", + "romatzyh" : "hae uan" }, + "meanings" : [ "bay", "gulf" ], + "classifiers" : [] } ] }, + { "simplified" : "海峡", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 11906, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海峽", + "transcriptions" : { "pinyin" : "hǎi xiá", + "numeric" : "hai3 xia2", + "wadegiles" : "hai³ hsia²", + "bopomofo" : "ㄏㄞˇ ㄒㄧㄚˊ", + "romatzyh" : "hae shya" }, + "meanings" : [ "strait; channel" ], + "classifiers" : [] } ] }, + { "simplified" : "海鲜", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 9209, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海鮮", + "transcriptions" : { "pinyin" : "hǎi xiān", + "numeric" : "hai3 xian1", + "wadegiles" : "hai³ hsien¹", + "bopomofo" : "ㄏㄞˇ ㄒㄧㄢ", + "romatzyh" : "hae shian" }, + "meanings" : [ "seafood" ], + "classifiers" : [] } ] }, + { "simplified" : "海啸", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13352, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海嘯", + "transcriptions" : { "pinyin" : "hǎi xiào", + "numeric" : "hai3 xiao4", + "wadegiles" : "hai³ hsiao⁴", + "bopomofo" : "ㄏㄞˇ ㄒㄧㄠˋ", + "romatzyh" : "hae shiaw" }, + "meanings" : [ "tsunami" ], + "classifiers" : [] } ] }, + { "simplified" : "海洋", + "radical" : "氵", + "level" : [ "new-6", "old-4" ], + "frequency" : 4121, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海洋", + "transcriptions" : { "pinyin" : "hǎi yáng", + "numeric" : "hai3 yang2", + "wadegiles" : "hai³ yang²", + "bopomofo" : "ㄏㄞˇ ㄧㄤˊ", + "romatzyh" : "hae yang" }, + "meanings" : [ "ocean" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "海域", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 12160, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海域", + "transcriptions" : { "pinyin" : "hǎi yù", + "numeric" : "hai3 yu4", + "wadegiles" : "hai³ yü⁴", + "bopomofo" : "ㄏㄞˇ ㄩˋ", + "romatzyh" : "hae yuh" }, + "meanings" : [ "sea area", + "territorial waters", + "maritime space" ], + "classifiers" : [] } ] }, + { "simplified" : "海运", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 26466, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "海運", + "transcriptions" : { "pinyin" : "hǎi yùn", + "numeric" : "hai3 yun4", + "wadegiles" : "hai³ yün⁴", + "bopomofo" : "ㄏㄞˇ ㄩㄣˋ", + "romatzyh" : "hae yunn" }, + "meanings" : [ "shipping by sea" ], + "classifiers" : [] } ] }, + { "simplified" : "海藻", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 21822, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "海藻", + "transcriptions" : { "pinyin" : "hǎi zǎo", + "numeric" : "hai3 zao3", + "wadegiles" : "hai³ tsao³", + "bopomofo" : "ㄏㄞˇ ㄗㄠˇ", + "romatzyh" : "hae tzao" }, + "meanings" : [ "seaweed", "marine alga", "kelp" ], + "classifiers" : [] } ] }, + { "simplified" : "骇人听闻", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 28491, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "駭人聽聞", + "transcriptions" : { "pinyin" : "hài rén tīng wén", + "numeric" : "hai4 ren2 ting1 wen2", + "wadegiles" : "hai⁴ jen² t'ing¹ wen²", + "bopomofo" : "ㄏㄞˋ ㄖㄣˊ ㄊㄧㄥ ㄨㄣˊ", + "romatzyh" : "hay ren ting wen" }, + "meanings" : [ "shocking", + "horrifying", + "atrocious", + "terrible" ], + "classifiers" : [] } ] }, + { "simplified" : "害", + "radical" : "宀", + "level" : [ "new-5" ], + "frequency" : 2616, + "pos" : [ "v", "n", "g" ], + "forms" : [ { "traditional" : "害", + "transcriptions" : { "pinyin" : "hài", + "numeric" : "hai4", + "wadegiles" : "hai⁴", + "bopomofo" : "ㄏㄞˋ", + "romatzyh" : "hay" }, + "meanings" : [ "to do harm to", + "to cause trouble to", + "harm", + "evil", + "calamity" ], + "classifiers" : [] } ] }, + { "simplified" : "害虫", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 16355, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "害蟲", + "transcriptions" : { "pinyin" : "hài chóng", + "numeric" : "hai4 chong2", + "wadegiles" : "hai⁴ ch'ung²", + "bopomofo" : "ㄏㄞˋ ㄔㄨㄥˊ", + "romatzyh" : "hay chorng" }, + "meanings" : [ "injurious insect", "pest" ], + "classifiers" : [] } ] }, + { "simplified" : "害怕", + "radical" : "宀", + "level" : [ "new-3", "old-3" ], + "frequency" : 1536, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "害怕", + "transcriptions" : { "pinyin" : "hài pà", + "numeric" : "hai4 pa4", + "wadegiles" : "hai⁴ p'a⁴", + "bopomofo" : "ㄏㄞˋ ㄆㄚˋ", + "romatzyh" : "hay pah" }, + "meanings" : [ "to be afraid", "to be scared" ], + "classifiers" : [] } ] }, + { "simplified" : "害臊", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 34581, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "害臊", + "transcriptions" : { "pinyin" : "hài sào", + "numeric" : "hai4 sao4", + "wadegiles" : "hai⁴ sao⁴", + "bopomofo" : "ㄏㄞˋ ㄙㄠˋ", + "romatzyh" : "hay saw" }, + "meanings" : [ "to be bashful", "to feel ashamed" ], + "classifiers" : [] } ] }, + { "simplified" : "害羞", + "radical" : "宀", + "level" : [ "new-7+", "old-4" ], + "frequency" : 6831, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "害羞", + "transcriptions" : { "pinyin" : "hài xiū", + "numeric" : "hai4 xiu1", + "wadegiles" : "hai⁴ hsiu¹", + "bopomofo" : "ㄏㄞˋ ㄒㄧㄡ", + "romatzyh" : "hay shiou" }, + "meanings" : [ "shy", "embarrassed", "bashful" ], + "classifiers" : [] } ] }, + { "simplified" : "酣畅", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 73010, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "酣暢", + "transcriptions" : { "pinyin" : "hān chàng", + "numeric" : "han1 chang4", + "wadegiles" : "han¹ ch'ang⁴", + "bopomofo" : "ㄏㄢ ㄔㄤˋ", + "romatzyh" : "han chanq" }, + "meanings" : [ "unrestrained", + "cheerful lack of inhibition, esp. for drinking or sleeping", + "to drink with abandon" ], + "classifiers" : [] } ] }, + { "simplified" : "酣睡", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 47346, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "酣睡", + "transcriptions" : { "pinyin" : "hān shuì", + "numeric" : "han1 shui4", + "wadegiles" : "han¹ shui⁴", + "bopomofo" : "ㄏㄢ ㄕㄨㄟˋ", + "romatzyh" : "han shuey" }, + "meanings" : [ "to sleep soundly", + "to fall into a deep sleep" ], + "classifiers" : [] } ] }, + { "simplified" : "含", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 3249, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "含", + "transcriptions" : { "pinyin" : "hán", + "numeric" : "han2", + "wadegiles" : "han²", + "bopomofo" : "ㄏㄢˊ", + "romatzyh" : "harn" }, + "meanings" : [ "to keep in the mouth", + "to contain" ], + "classifiers" : [] } ] }, + { "simplified" : "含糊", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15873, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "含糊", + "transcriptions" : { "pinyin" : "hán hu", + "numeric" : "han2 hu5", + "wadegiles" : "han² hu", + "bopomofo" : "ㄏㄢˊ hu", + "romatzyh" : "harn hu" }, + "meanings" : [ "ambiguous", + "vague", + "careless", + "perfunctory" ], + "classifiers" : [] } ] }, + { "simplified" : "含量", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 4617, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "含量", + "transcriptions" : { "pinyin" : "hán liàng", + "numeric" : "han2 liang4", + "wadegiles" : "han² liang⁴", + "bopomofo" : "ㄏㄢˊ ㄌㄧㄤˋ", + "romatzyh" : "harn lianq" }, + "meanings" : [ "content", "quantity contained" ], + "classifiers" : [] } ] }, + { "simplified" : "含蓄", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 19178, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "含蓄", + "transcriptions" : { "pinyin" : "hán xù", + "numeric" : "han2 xu4", + "wadegiles" : "han² hsü⁴", + "bopomofo" : "ㄏㄢˊ ㄒㄩˋ", + "romatzyh" : "harn shiuh" }, + "meanings" : [ "to contain", + "to hold", + "(of a person or style etc) reserved", + "restrained", + "(of words, writings) full of hidden meaning", + "implicit", + "veiled (criticism)" ], + "classifiers" : [] } ] }, + { "simplified" : "含义", + "radical" : "口", + "level" : [ "new-4", "old-6" ], + "frequency" : 6120, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "含義", + "transcriptions" : { "pinyin" : "hán yì", + "numeric" : "han2 yi4", + "wadegiles" : "han² i⁴", + "bopomofo" : "ㄏㄢˊ ㄧˋ", + "romatzyh" : "harn yih" }, + "meanings" : [ "meaning (implicit in a phrase)", + "implied meaning", + "hidden meaning", + "hint", + "connotation" ], + "classifiers" : [] } ] }, + { "simplified" : "含有", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 5329, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "含有", + "transcriptions" : { "pinyin" : "hán yǒu", + "numeric" : "han2 you3", + "wadegiles" : "han² yu³", + "bopomofo" : "ㄏㄢˊ ㄧㄡˇ", + "romatzyh" : "harn yeou" }, + "meanings" : [ "to contain", "including" ], + "classifiers" : [] } ] }, + { "simplified" : "函授", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 32146, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "函授", + "transcriptions" : { "pinyin" : "hán shòu", + "numeric" : "han2 shou4", + "wadegiles" : "han² shou⁴", + "bopomofo" : "ㄏㄢˊ ㄕㄡˋ", + "romatzyh" : "harn show" }, + "meanings" : [ "to teach by correspondence" ], + "classifiers" : [] } ] }, + { "simplified" : "涵盖", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17034, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "涵蓋", + "transcriptions" : { "pinyin" : "hán gài", + "numeric" : "han2 gai4", + "wadegiles" : "han² kai⁴", + "bopomofo" : "ㄏㄢˊ ㄍㄞˋ", + "romatzyh" : "harn gay" }, + "meanings" : [ "to cover", + "to comprise", + "to include" ], + "classifiers" : [] } ] }, + { "simplified" : "涵义", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 24231, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "涵義", + "transcriptions" : { "pinyin" : "hán yì", + "numeric" : "han2 yi4", + "wadegiles" : "han² i⁴", + "bopomofo" : "ㄏㄢˊ ㄧˋ", + "romatzyh" : "harn yih" }, + "meanings" : [ "content", + "meaning", + "connotation", + "implication" ], + "classifiers" : [] } ] }, + { "simplified" : "寒假", + "radical" : "宀", + "level" : [ "new-4", "old-4" ], + "frequency" : 21410, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "寒假", + "transcriptions" : { "pinyin" : "hán jià", + "numeric" : "han2 jia4", + "wadegiles" : "han² chia⁴", + "bopomofo" : "ㄏㄢˊ ㄐㄧㄚˋ", + "romatzyh" : "harn jiah" }, + "meanings" : [ "winter vacation" ], + "classifiers" : [] } ] }, + { "simplified" : "寒冷", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 6730, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "寒冷", + "transcriptions" : { "pinyin" : "hán lěng", + "numeric" : "han2 leng3", + "wadegiles" : "han² leng³", + "bopomofo" : "ㄏㄢˊ ㄌㄥˇ", + "romatzyh" : "harn leeng" }, + "meanings" : [ "cold (climate)", + "frigid", + "very cold" ], + "classifiers" : [] } ] }, + { "simplified" : "寒暄", + "radical" : "宀", + "level" : [ "old-6" ], + "frequency" : 23133, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "寒暄", + "transcriptions" : { "pinyin" : "hán xuān", + "numeric" : "han2 xuan1", + "wadegiles" : "han² hsüan¹", + "bopomofo" : "ㄏㄢˊ ㄒㄩㄢ", + "romatzyh" : "harn shiuan" }, + "meanings" : [ "to exchange conventional greetings", + "to exchange pleasantries" ], + "classifiers" : [] } ] }, + { "simplified" : "罕见", + "radical" : "⺳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6505, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "罕見", + "transcriptions" : { "pinyin" : "hǎn jiàn", + "numeric" : "han3 jian4", + "wadegiles" : "han³ chien⁴", + "bopomofo" : "ㄏㄢˇ ㄐㄧㄢˋ", + "romatzyh" : "haan jiann" }, + "meanings" : [ "rare", "rarely seen" ], + "classifiers" : [] } ] }, + { "simplified" : "喊", + "radical" : "口", + "level" : [ "new-2", "old-5" ], + "frequency" : 2060, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "喊", + "transcriptions" : { "pinyin" : "hǎn", + "numeric" : "han3", + "wadegiles" : "han³", + "bopomofo" : "ㄏㄢˇ", + "romatzyh" : "haan" }, + "meanings" : [ "to yell", + "to shout", + "to call out for (a person)" ], + "classifiers" : [] } ] }, + { "simplified" : "汉语", + "radical" : "氵", + "level" : [ "new-1", "old-1" ], + "frequency" : 13422, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "漢語", + "transcriptions" : { "pinyin" : "Hàn yǔ", + "numeric" : "Han4 yu3", + "wadegiles" : "han⁴ yü³", + "bopomofo" : "ㄏㄢˋ ㄩˇ", + "romatzyh" : "hann yeu" }, + "meanings" : [ "Chinese language" ], + "classifiers" : [ "门" ] } ] }, + { "simplified" : "汉字", + "radical" : "氵", + "level" : [ "new-1" ], + "frequency" : 19725, + "pos" : [ "nz", "n" ], + "forms" : [ { "traditional" : "漢字", + "transcriptions" : { "pinyin" : "hàn zì", + "numeric" : "han4 zi4", + "wadegiles" : "han⁴ tzu⁴", + "bopomofo" : "ㄏㄢˋ ㄗˋ", + "romatzyh" : "hann tzyh" }, + "meanings" : [ "Chinese character", + "Japanese: kanji", + "Korean: hanja", + "Vietnamese: hán tự" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "汗", + "radical" : "氵", + "level" : [ "new-5", "old-4" ], + "frequency" : 4310, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "汗", + "transcriptions" : { "pinyin" : "hán", + "numeric" : "han2", + "wadegiles" : "han²", + "bopomofo" : "ㄏㄢˊ", + "romatzyh" : "harn" }, + "meanings" : [ "see 汗, 汗国" ], + "classifiers" : [] }, + { "traditional" : "汗", + "transcriptions" : { "pinyin" : "hàn", + "numeric" : "han4", + "wadegiles" : "han⁴", + "bopomofo" : "ㄏㄢˋ", + "romatzyh" : "hann" }, + "meanings" : [ "perspiration", + "sweat", + "to be speechless (out of helplessness, embarrassment etc) (Internet slang used as an interjection)" ], + "classifiers" : [ "滴", "头", "身" ] } ] }, + { "simplified" : "汗水", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 12168, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "汗水", + "transcriptions" : { "pinyin" : "hàn shuǐ", + "numeric" : "han4 shui3", + "wadegiles" : "han⁴ shui³", + "bopomofo" : "ㄏㄢˋ ㄕㄨㄟˇ", + "romatzyh" : "hann shoei" }, + "meanings" : [ "sweat", "perspiration" ], + "classifiers" : [] } ] }, + { "simplified" : "旱", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 22556, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "旱", + "transcriptions" : { "pinyin" : "hàn", + "numeric" : "han4", + "wadegiles" : "han⁴", + "bopomofo" : "ㄏㄢˋ", + "romatzyh" : "hann" }, + "meanings" : [ "drought" ], + "classifiers" : [] } ] }, + { "simplified" : "旱灾", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 32835, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旱災", + "transcriptions" : { "pinyin" : "hàn zāi", + "numeric" : "han4 zai1", + "wadegiles" : "han⁴ tsai¹", + "bopomofo" : "ㄏㄢˋ ㄗㄞ", + "romatzyh" : "hann tzai" }, + "meanings" : [ "drought" ], + "classifiers" : [] } ] }, + { "simplified" : "捍卫", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11101, + "pos" : [], + "forms" : [ { "traditional" : "捍衛", + "transcriptions" : { "pinyin" : "hàn wèi", + "numeric" : "han4 wei4", + "wadegiles" : "han⁴ wei⁴", + "bopomofo" : "ㄏㄢˋ ㄨㄟˋ", + "romatzyh" : "hann wey" }, + "meanings" : [ "to defend", + "to uphold", + "to safeguard" ], + "classifiers" : [] } ] }, + { "simplified" : "焊", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 14141, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "焊", + "transcriptions" : { "pinyin" : "hàn", + "numeric" : "han4", + "wadegiles" : "han⁴", + "bopomofo" : "ㄏㄢˋ", + "romatzyh" : "hann" }, + "meanings" : [ "to weld", "to solder" ], + "classifiers" : [] }, + { "traditional" : "釬", + "transcriptions" : { "pinyin" : "hàn", + "numeric" : "han4", + "wadegiles" : "han⁴", + "bopomofo" : "ㄏㄢˋ", + "romatzyh" : "hann" }, + "meanings" : [ "variant of 焊" ], + "classifiers" : [] }, + { "traditional" : "銲", + "transcriptions" : { "pinyin" : "hàn", + "numeric" : "han4", + "wadegiles" : "han⁴", + "bopomofo" : "ㄏㄢˋ", + "romatzyh" : "hann" }, + "meanings" : [ "variant of 焊" ], + "classifiers" : [] } ] }, + { "simplified" : "航班", + "radical" : "舟", + "level" : [ "new-4", "old-4" ], + "frequency" : 3730, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "航班", + "transcriptions" : { "pinyin" : "háng bān", + "numeric" : "hang2 ban1", + "wadegiles" : "hang² pan¹", + "bopomofo" : "ㄏㄤˊ ㄅㄢ", + "romatzyh" : "harng ban" }, + "meanings" : [ "(scheduled) flight; (scheduled) sailing" ], + "classifiers" : [] } ] }, + { "simplified" : "航海", + "radical" : "舟", + "level" : [ "new-7+" ], + "frequency" : 12200, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "航海", + "transcriptions" : { "pinyin" : "háng hǎi", + "numeric" : "hang2 hai3", + "wadegiles" : "hang² hai³", + "bopomofo" : "ㄏㄤˊ ㄏㄞˇ", + "romatzyh" : "harng hae" }, + "meanings" : [ "to sail the seas", + "maritime navigation", + "voyage" ], + "classifiers" : [] } ] }, + { "simplified" : "航空", + "radical" : "舟", + "level" : [ "new-4", "old-6" ], + "frequency" : 3185, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "航空", + "transcriptions" : { "pinyin" : "háng kōng", + "numeric" : "hang2 kong1", + "wadegiles" : "hang² k'ung¹", + "bopomofo" : "ㄏㄤˊ ㄎㄨㄥ", + "romatzyh" : "harng kong" }, + "meanings" : [ "aviation" ], + "classifiers" : [] } ] }, + { "simplified" : "航天", + "radical" : "舟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9515, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "航天", + "transcriptions" : { "pinyin" : "háng tiān", + "numeric" : "hang2 tian1", + "wadegiles" : "hang² t'ien¹", + "bopomofo" : "ㄏㄤˊ ㄊㄧㄢ", + "romatzyh" : "harng tian" }, + "meanings" : [ "space flight" ], + "classifiers" : [] } ] }, + { "simplified" : "航天员", + "radical" : "舟", + "level" : [ "new-7+" ], + "frequency" : 23387, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "航天員", + "transcriptions" : { "pinyin" : "háng tiān yuán", + "numeric" : "hang2 tian1 yuan2", + "wadegiles" : "hang² t'ien¹ yüan²", + "bopomofo" : "ㄏㄤˊ ㄊㄧㄢ ㄩㄢˊ", + "romatzyh" : "harng tian yuan" }, + "meanings" : [ "astronaut" ], + "classifiers" : [] } ] }, + { "simplified" : "航行", + "radical" : "舟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9542, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "航行", + "transcriptions" : { "pinyin" : "háng xíng", + "numeric" : "hang2 xing2", + "wadegiles" : "hang² hsing²", + "bopomofo" : "ㄏㄤˊ ㄒㄧㄥˊ", + "romatzyh" : "harng shyng" }, + "meanings" : [ "to sail", "to fly", "to navigate" ], + "classifiers" : [] } ] }, + { "simplified" : "航运", + "radical" : "舟", + "level" : [ "new-7+" ], + "frequency" : 18229, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "航運", + "transcriptions" : { "pinyin" : "háng yùn", + "numeric" : "hang2 yun4", + "wadegiles" : "hang² yün⁴", + "bopomofo" : "ㄏㄤˊ ㄩㄣˋ", + "romatzyh" : "harng yunn" }, + "meanings" : [ "shipping", "transport" ], + "classifiers" : [] } ] }, + { "simplified" : "毫不", + "radical" : "毛", + "level" : [ "new-7+" ], + "frequency" : 5303, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "毫不", + "transcriptions" : { "pinyin" : "háo bù", + "numeric" : "hao2 bu4", + "wadegiles" : "hao² pu⁴", + "bopomofo" : "ㄏㄠˊ ㄅㄨˋ", + "romatzyh" : "haur buh" }, + "meanings" : [ "hardly", + "not in the least", + "not at all" ], + "classifiers" : [] } ] }, + { "simplified" : "毫不犹豫", + "radical" : "毛", + "level" : [ "new-7+" ], + "frequency" : 11117, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "毫不猶豫", + "transcriptions" : { "pinyin" : "háo bù yóu yù", + "numeric" : "hao2 bu4 you2 yu4", + "wadegiles" : "hao² pu⁴ yu² yü⁴", + "bopomofo" : "ㄏㄠˊ ㄅㄨˋ ㄧㄡˊ ㄩˋ", + "romatzyh" : "haur buh you yuh" }, + "meanings" : [ "without the slightest hesitation" ], + "classifiers" : [] } ] }, + { "simplified" : "毫米", + "radical" : "毛", + "level" : [ "new-4", "old-6" ], + "frequency" : 23449, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "毫米", + "transcriptions" : { "pinyin" : "háo mǐ", + "numeric" : "hao2 mi3", + "wadegiles" : "hao² mi³", + "bopomofo" : "ㄏㄠˊ ㄇㄧˇ", + "romatzyh" : "haur mii" }, + "meanings" : [ "millimeter" ], + "classifiers" : [] } ] }, + { "simplified" : "毫升", + "radical" : "毛", + "level" : [ "new-4" ], + "frequency" : 27507, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "毫升", + "transcriptions" : { "pinyin" : "háo shēng", + "numeric" : "hao2 sheng1", + "wadegiles" : "hao² sheng¹", + "bopomofo" : "ㄏㄠˊ ㄕㄥ", + "romatzyh" : "haur sheng" }, + "meanings" : [ "milliliter" ], + "classifiers" : [] } ] }, + { "simplified" : "毫无", + "radical" : "毛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2244, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "毫無", + "transcriptions" : { "pinyin" : "háo wú", + "numeric" : "hao2 wu2", + "wadegiles" : "hao² wu²", + "bopomofo" : "ㄏㄠˊ ㄨˊ", + "romatzyh" : "haur wu" }, + "meanings" : [ "not in the least", + "to completely lack" ], + "classifiers" : [] } ] }, + { "simplified" : "豪华", + "radical" : "豕", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3618, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "豪華", + "transcriptions" : { "pinyin" : "háo huá", + "numeric" : "hao2 hua2", + "wadegiles" : "hao² hua²", + "bopomofo" : "ㄏㄠˊ ㄏㄨㄚˊ", + "romatzyh" : "haur hwa" }, + "meanings" : [ "luxurious" ], + "classifiers" : [] } ] }, + { "simplified" : "豪迈", + "radical" : "豕", + "level" : [ "old-6" ], + "frequency" : 32272, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "豪邁", + "transcriptions" : { "pinyin" : "háo mài", + "numeric" : "hao2 mai4", + "wadegiles" : "hao² mai⁴", + "bopomofo" : "ㄏㄠˊ ㄇㄞˋ", + "romatzyh" : "haur may" }, + "meanings" : [ "bold", "open-minded", "heroic" ], + "classifiers" : [] } ] }, + { "simplified" : "好", + "radical" : "女", + "level" : [ "new-1", "old-1" ], + "frequency" : 20, + "pos" : [ "a", "d", "v" ], + "forms" : [ { "traditional" : "好", + "transcriptions" : { "pinyin" : "hǎo", + "numeric" : "hao3", + "wadegiles" : "hao³", + "bopomofo" : "ㄏㄠˇ", + "romatzyh" : "hao" }, + "meanings" : [ "good", + "appropriate; proper", + "all right!", + "(before a verb) easy to", + "(before a verb) good to", + "(before an adjective for exclamatory effect) so", + "(verb complement indicating completion)", + "(of two people) close; on intimate terms", + "(after a personal pronoun) hello" ], + "classifiers" : [] }, + { "traditional" : "好", + "transcriptions" : { "pinyin" : "hào", + "numeric" : "hao4", + "wadegiles" : "hao⁴", + "bopomofo" : "ㄏㄠˋ", + "romatzyh" : "haw" }, + "meanings" : [ "to be fond of; to have a tendency to; to be prone to" ], + "classifiers" : [] } ] }, + { "simplified" : "好比", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 8720, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "好比", + "transcriptions" : { "pinyin" : "hǎo bǐ", + "numeric" : "hao3 bi3", + "wadegiles" : "hao³ pi³", + "bopomofo" : "ㄏㄠˇ ㄅㄧˇ", + "romatzyh" : "hao bii" }, + "meanings" : [ "to be just like; can be compared to" ], + "classifiers" : [] } ] }, + { "simplified" : "好不容易", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 7605, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "好不容易", + "transcriptions" : { "pinyin" : "hǎo bù róng yì", + "numeric" : "hao3 bu4 rong2 yi4", + "wadegiles" : "hao³ pu⁴ jung² i⁴", + "bopomofo" : "ㄏㄠˇ ㄅㄨˋ ㄖㄨㄥˊ ㄧˋ", + "romatzyh" : "hao buh rong yih" }, + "meanings" : [ "with great difficulty", + "very difficult" ], + "classifiers" : [] } ] }, + { "simplified" : "好吃", + "radical" : "女", + "level" : [ "new-1", "old-2" ], + "frequency" : 2484, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "好吃", + "transcriptions" : { "pinyin" : "hǎo chī", + "numeric" : "hao3 chi1", + "wadegiles" : "hao³ ch'ih¹", + "bopomofo" : "ㄏㄠˇ ㄔ", + "romatzyh" : "hao chy" }, + "meanings" : [ "tasty", "delicious" ], + "classifiers" : [] }, + { "traditional" : "好吃", + "transcriptions" : { "pinyin" : "hào chī", + "numeric" : "hao4 chi1", + "wadegiles" : "hao⁴ ch'ih¹", + "bopomofo" : "ㄏㄠˋ ㄔ", + "romatzyh" : "haw chy" }, + "meanings" : [ "to be fond of eating", + "to be gluttonous" ], + "classifiers" : [] } ] }, + { "simplified" : "好处", + "radical" : "女", + "level" : [ "new-2", "old-4" ], + "frequency" : 2534, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好處", + "transcriptions" : { "pinyin" : "hǎo chǔ", + "numeric" : "hao3 chu3", + "wadegiles" : "hao³ ch'u³", + "bopomofo" : "ㄏㄠˇ ㄔㄨˇ", + "romatzyh" : "hao chuu" }, + "meanings" : [ "easy to get along with" ], + "classifiers" : [] }, + { "traditional" : "好處", + "transcriptions" : { "pinyin" : "hǎo chu", + "numeric" : "hao3 chu5", + "wadegiles" : "hao³ chu", + "bopomofo" : "ㄏㄠˇ chu", + "romatzyh" : "hao chu" }, + "meanings" : [ "benefit; advantage; merit", + "gain; profit", + "also pr. [hǎo chù]" ], + "classifiers" : [] } ] }, + { "simplified" : "好歹", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 12195, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "好歹", + "transcriptions" : { "pinyin" : "hǎo dǎi", + "numeric" : "hao3 dai3", + "wadegiles" : "hao³ tai³", + "bopomofo" : "ㄏㄠˇ ㄉㄞˇ", + "romatzyh" : "hao dae" }, + "meanings" : [ "good and bad", + "most unfortunate occurrence", + "in any case", + "whatever" ], + "classifiers" : [] } ] }, + { "simplified" : "好多", + "radical" : "女", + "level" : [ "new-2" ], + "frequency" : 1837, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "好多", + "transcriptions" : { "pinyin" : "hǎo duō", + "numeric" : "hao3 duo1", + "wadegiles" : "hao³ to¹", + "bopomofo" : "ㄏㄠˇ ㄉㄨㄛ", + "romatzyh" : "hao duo" }, + "meanings" : [ "many", + "quite a lot", + "much better" ], + "classifiers" : [] } ] }, + { "simplified" : "好感", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 8391, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好感", + "transcriptions" : { "pinyin" : "hǎo gǎn", + "numeric" : "hao3 gan3", + "wadegiles" : "hao³ kan³", + "bopomofo" : "ㄏㄠˇ ㄍㄢˇ", + "romatzyh" : "hao gaan" }, + "meanings" : [ "good opinion", + "favorable impression" ], + "classifiers" : [] } ] }, + { "simplified" : "好好", + "radical" : "女", + "level" : [ "new-3" ], + "frequency" : 752, + "pos" : [ "d", "z" ], + "forms" : [ { "traditional" : "好好", + "transcriptions" : { "pinyin" : "hǎo hǎo", + "numeric" : "hao3 hao3", + "wadegiles" : "hao³ hao³", + "bopomofo" : "ㄏㄠˇ ㄏㄠˇ", + "romatzyh" : "hao hao" }, + "meanings" : [ "well", + "carefully", + "nicely", + "properly" ], + "classifiers" : [] } ] }, + { "simplified" : "好坏", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 9643, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好壞", + "transcriptions" : { "pinyin" : "hǎo huài", + "numeric" : "hao3 huai4", + "wadegiles" : "hao³ huai⁴", + "bopomofo" : "ㄏㄠˇ ㄏㄨㄞˋ", + "romatzyh" : "hao huay" }, + "meanings" : [ "good or bad", + "good and bad", + "standard; quality", + "(coll.) very bad" ], + "classifiers" : [] } ] }, + { "simplified" : "好家伙", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 22176, + "pos" : [ "e" ], + "forms" : [ { "traditional" : "好家伙", + "transcriptions" : { "pinyin" : "hǎo jiā huo", + "numeric" : "hao3 jia1 huo5", + "wadegiles" : "hao³ chia¹ huo", + "bopomofo" : "ㄏㄠˇ ㄐㄧㄚ huo", + "romatzyh" : "hao jia huo" }, + "meanings" : [ "my God!", "oh boy!", "man!" ], + "classifiers" : [] } ] }, + { "simplified" : "好久", + "radical" : "女", + "level" : [ "new-2" ], + "frequency" : 2909, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "好久", + "transcriptions" : { "pinyin" : "hǎo jiǔ", + "numeric" : "hao3 jiu3", + "wadegiles" : "hao³ chiu³", + "bopomofo" : "ㄏㄠˇ ㄐㄧㄡˇ", + "romatzyh" : "hao jeou" }, + "meanings" : [ "quite a while" ], + "classifiers" : [] } ] }, + { "simplified" : "好看", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 1877, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "好看", + "transcriptions" : { "pinyin" : "hǎo kàn", + "numeric" : "hao3 kan4", + "wadegiles" : "hao³ k'an⁴", + "bopomofo" : "ㄏㄠˇ ㄎㄢˋ", + "romatzyh" : "hao kann" }, + "meanings" : [ "good-looking", + "nice-looking", + "good (of a movie, book, TV show etc)", + "embarrassed", + "humiliated" ], + "classifiers" : [] } ] }, + { "simplified" : "好客", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28557, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "好客", + "transcriptions" : { "pinyin" : "hào kè", + "numeric" : "hao4 ke4", + "wadegiles" : "hao⁴ k'o⁴", + "bopomofo" : "ㄏㄠˋ ㄎㄜˋ", + "romatzyh" : "haw keh" }, + "meanings" : [ "hospitality", + "to treat guests well", + "to enjoy having guests", + "hospitable", + "friendly" ], + "classifiers" : [] } ] }, + { "simplified" : "好评", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 10450, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好評", + "transcriptions" : { "pinyin" : "hǎo píng", + "numeric" : "hao3 ping2", + "wadegiles" : "hao³ p'ing²", + "bopomofo" : "ㄏㄠˇ ㄆㄧㄥˊ", + "romatzyh" : "hao pyng" }, + "meanings" : [ "favorable criticism", + "positive evaluation" ], + "classifiers" : [] } ] }, + { "simplified" : "好奇", + "radical" : "女", + "level" : [ "new-3", "old-5" ], + "frequency" : 3798, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "好奇", + "transcriptions" : { "pinyin" : "hào qí", + "numeric" : "hao4 qi2", + "wadegiles" : "hao⁴ ch'i²", + "bopomofo" : "ㄏㄠˋ ㄑㄧˊ", + "romatzyh" : "haw chyi" }, + "meanings" : [ "inquisitive", + "curious", + "inquisitiveness", + "curiosity" ], + "classifiers" : [] } ] }, + { "simplified" : "好奇心", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 12237, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好奇心", + "transcriptions" : { "pinyin" : "hào qí xīn", + "numeric" : "hao4 qi2 xin1", + "wadegiles" : "hao⁴ ch'i² hsin¹", + "bopomofo" : "ㄏㄠˋ ㄑㄧˊ ㄒㄧㄣ", + "romatzyh" : "haw chyi shin" }, + "meanings" : [ "interest in sth", + "curiosity", + "inquisitive" ], + "classifiers" : [] } ] }, + { "simplified" : "好人", + "radical" : "女", + "level" : [ "new-2" ], + "frequency" : 3350, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好人", + "transcriptions" : { "pinyin" : "hǎo rén", + "numeric" : "hao3 ren2", + "wadegiles" : "hao³ jen²", + "bopomofo" : "ㄏㄠˇ ㄖㄣˊ", + "romatzyh" : "hao ren" }, + "meanings" : [ "good person", + "healthy person", + "person who tries not to offend anyone, even at the expense of principle" ], + "classifiers" : [] } ] }, + { "simplified" : "好容易", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 30322, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "好容易", + "transcriptions" : { "pinyin" : "hǎo róng yì", + "numeric" : "hao3 rong2 yi4", + "wadegiles" : "hao³ jung² i⁴", + "bopomofo" : "ㄏㄠˇ ㄖㄨㄥˊ ㄧˋ", + "romatzyh" : "hao rong yih" }, + "meanings" : [ "(idiomatic usage) with great difficulty", + "to have a hard time (convincing sb, relinquishing sth etc)", + "(literal usage) so easy" ], + "classifiers" : [] } ] }, + { "simplified" : "好容易", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 30322, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "好容易", + "transcriptions" : { "pinyin" : "hǎo róng yì", + "numeric" : "hao3 rong2 yi4", + "wadegiles" : "hao³ jung² i⁴", + "bopomofo" : "ㄏㄠˇ ㄖㄨㄥˊ ㄧˋ", + "romatzyh" : "hao rong yih" }, + "meanings" : [ "(idiomatic usage) with great difficulty", + "to have a hard time (convincing sb, relinquishing sth etc)", + "(literal usage) so easy" ], + "classifiers" : [] } ] }, + { "simplified" : "好似", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 14122, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "好似", + "transcriptions" : { "pinyin" : "hǎo sì", + "numeric" : "hao3 si4", + "wadegiles" : "hao³ ssu⁴", + "bopomofo" : "ㄏㄠˇ ㄙˋ", + "romatzyh" : "hao syh" }, + "meanings" : [ "to seem", "to be like" ], + "classifiers" : [] } ] }, + { "simplified" : "好事", + "radical" : "女", + "level" : [ "new-2" ], + "frequency" : 2679, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好事", + "transcriptions" : { "pinyin" : "hǎo shì", + "numeric" : "hao3 shi4", + "wadegiles" : "hao³ shih⁴", + "bopomofo" : "ㄏㄠˇ ㄕˋ", + "romatzyh" : "hao shyh" }, + "meanings" : [ "good action, deed, thing or work (also sarcastic, \"a fine thing indeed\")", + "charity", + "happy occasion", + "Daoist or Buddhist ceremony for the souls of the dead" ], + "classifiers" : [] }, + { "traditional" : "好事", + "transcriptions" : { "pinyin" : "hào shì", + "numeric" : "hao4 shi4", + "wadegiles" : "hao⁴ shih⁴", + "bopomofo" : "ㄏㄠˋ ㄕˋ", + "romatzyh" : "haw shyh" }, + "meanings" : [ "to be meddlesome" ], + "classifiers" : [] } ] }, + { "simplified" : "好说", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 9718, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "好說", + "transcriptions" : { "pinyin" : "hǎo shuō", + "numeric" : "hao3 shuo1", + "wadegiles" : "hao³ shuo¹", + "bopomofo" : "ㄏㄠˇ ㄕㄨㄛ", + "romatzyh" : "hao shuo" }, + "meanings" : [ "easy to deal with; not a problem", + "(polite answer) you flatter me" ], + "classifiers" : [] } ] }, + { "simplified" : "好听", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 4355, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "好聽", + "transcriptions" : { "pinyin" : "hǎo tīng", + "numeric" : "hao3 ting1", + "wadegiles" : "hao³ t'ing¹", + "bopomofo" : "ㄏㄠˇ ㄊㄧㄥ", + "romatzyh" : "hao ting" }, + "meanings" : [ "pleasant to hear" ], + "classifiers" : [] } ] }, + { "simplified" : "好玩儿", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 23411, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "好玩兒", + "transcriptions" : { "pinyin" : "hǎo wán r", + "numeric" : "hao3 wan2 r5", + "wadegiles" : "hao³ wan² r", + "bopomofo" : "ㄏㄠˇ ㄨㄢˊ r", + "romatzyh" : "hao wan r" }, + "meanings" : [ "erhua variant of 玩" ], + "classifiers" : [] } ] }, + { "simplified" : "好像", + "radical" : "女", + "level" : [ "new-2", "old-4" ], + "frequency" : 738, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "好像", + "transcriptions" : { "pinyin" : "hǎo xiàng", + "numeric" : "hao3 xiang4", + "wadegiles" : "hao³ hsiang⁴", + "bopomofo" : "ㄏㄠˇ ㄒㄧㄤˋ", + "romatzyh" : "hao shianq" }, + "meanings" : [ "as if", "to seem like" ], + "classifiers" : [] } ] }, + { "simplified" : "好笑", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 4733, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "好笑", + "transcriptions" : { "pinyin" : "hǎo xiào", + "numeric" : "hao3 xiao4", + "wadegiles" : "hao³ hsiao⁴", + "bopomofo" : "ㄏㄠˇ ㄒㄧㄠˋ", + "romatzyh" : "hao shiaw" }, + "meanings" : [ "laughable; funny; ridiculous" ], + "classifiers" : [] } ] }, + { "simplified" : "好心", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 8723, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "好心", + "transcriptions" : { "pinyin" : "hǎo xīn", + "numeric" : "hao3 xin1", + "wadegiles" : "hao³ hsin¹", + "bopomofo" : "ㄏㄠˇ ㄒㄧㄣ", + "romatzyh" : "hao shin" }, + "meanings" : [ "kindness", "good intentions" ], + "classifiers" : [] } ] }, + { "simplified" : "好心人", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 15490, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好心人", + "transcriptions" : { "pinyin" : "hǎo xīn rén", + "numeric" : "hao3 xin1 ren2", + "wadegiles" : "hao³ hsin¹ jen²", + "bopomofo" : "ㄏㄠˇ ㄒㄧㄣ ㄖㄣˊ", + "romatzyh" : "hao shin ren" }, + "meanings" : [ "kindhearted person", + "good Samaritan" ], + "classifiers" : [] } ] }, + { "simplified" : "好学", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 49415, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "好學", + "transcriptions" : { "pinyin" : "hǎo xué", + "numeric" : "hao3 xue2", + "wadegiles" : "hao³ hsüeh²", + "bopomofo" : "ㄏㄠˇ ㄒㄩㄝˊ", + "romatzyh" : "hao shyue" }, + "meanings" : [ "easy to learn" ], + "classifiers" : [] }, + { "traditional" : "好學", + "transcriptions" : { "pinyin" : "hào xué", + "numeric" : "hao4 xue2", + "wadegiles" : "hao⁴ hsüeh²", + "bopomofo" : "ㄏㄠˋ ㄒㄩㄝˊ", + "romatzyh" : "haw shyue" }, + "meanings" : [ "eager to study", + "studious", + "erudite" ], + "classifiers" : [] } ] }, + { "simplified" : "好意", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 13819, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好意", + "transcriptions" : { "pinyin" : "hǎo yì", + "numeric" : "hao3 yi4", + "wadegiles" : "hao³ i⁴", + "bopomofo" : "ㄏㄠˇ ㄧˋ", + "romatzyh" : "hao yih" }, + "meanings" : [ "good intention", "kindness" ], + "classifiers" : [] } ] }, + { "simplified" : "好友", + "radical" : "女", + "level" : [ "new-4" ], + "frequency" : 4297, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好友", + "transcriptions" : { "pinyin" : "hǎo yǒu", + "numeric" : "hao3 you3", + "wadegiles" : "hao³ yu³", + "bopomofo" : "ㄏㄠˇ ㄧㄡˇ", + "romatzyh" : "hao yeou" }, + "meanings" : [ "close friend", + "pal", + "(social networking website) friend" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "好运", + "radical" : "女", + "level" : [ "new-5" ], + "frequency" : 2099, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "好運", + "transcriptions" : { "pinyin" : "hǎo yùn", + "numeric" : "hao3 yun4", + "wadegiles" : "hao³ yün⁴", + "bopomofo" : "ㄏㄠˇ ㄩㄣˋ", + "romatzyh" : "hao yunn" }, + "meanings" : [ "good luck" ], + "classifiers" : [] } ] }, + { "simplified" : "好在", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 14400, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "好在", + "transcriptions" : { "pinyin" : "hǎo zài", + "numeric" : "hao3 zai4", + "wadegiles" : "hao³ tsai⁴", + "bopomofo" : "ㄏㄠˇ ㄗㄞˋ", + "romatzyh" : "hao tzay" }, + "meanings" : [ "luckily", "fortunately" ], + "classifiers" : [] } ] }, + { "simplified" : "好转", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 5108, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "好轉", + "transcriptions" : { "pinyin" : "hǎo zhuǎn", + "numeric" : "hao3 zhuan3", + "wadegiles" : "hao³ chuan³", + "bopomofo" : "ㄏㄠˇ ㄓㄨㄢˇ", + "romatzyh" : "hao joan" }, + "meanings" : [ "to improve", + "to take a turn for the better", + "improvement" ], + "classifiers" : [] } ] }, + { "simplified" : "号", + "radical" : "口", + "level" : [ "new-1", "old-2" ], + "frequency" : 278, + "pos" : [ "q", "n", "v" ], + "forms" : [ { "traditional" : "號", + "transcriptions" : { "pinyin" : "háo", + "numeric" : "hao2", + "wadegiles" : "hao²", + "bopomofo" : "ㄏㄠˊ", + "romatzyh" : "haur" }, + "meanings" : [ "roar", "cry" ], + "classifiers" : [ "个" ] }, + { "traditional" : "號", + "transcriptions" : { "pinyin" : "hào", + "numeric" : "hao4", + "wadegiles" : "hao⁴", + "bopomofo" : "ㄏㄠˋ", + "romatzyh" : "haw" }, + "meanings" : [ "ordinal number", + "day of a month", + "mark", + "sign", + "business establishment", + "size", + "ship suffix", + "horn (wind instrument)", + "bugle call", + "assumed name", + "to take a pulse", + "classifier used to indicate number of people" ], + "classifiers" : [] } ] }, + { "simplified" : "号称", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 12869, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "號稱", + "transcriptions" : { "pinyin" : "hào chēng", + "numeric" : "hao4 cheng1", + "wadegiles" : "hao⁴ ch'eng¹", + "bopomofo" : "ㄏㄠˋ ㄔㄥ", + "romatzyh" : "haw cheng" }, + "meanings" : [ "to be known as", + "to be nicknamed", + "to be purportedly", + "to claim (often exaggeratedly or falsely)" ], + "classifiers" : [] } ] }, + { "simplified" : "号码", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 2110, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "號碼", + "transcriptions" : { "pinyin" : "hào mǎ", + "numeric" : "hao4 ma3", + "wadegiles" : "hao⁴ ma³", + "bopomofo" : "ㄏㄠˋ ㄇㄚˇ", + "romatzyh" : "haw maa" }, + "meanings" : [ "number" ], + "classifiers" : [ "堆", "个" ] } ] }, + { "simplified" : "号召", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 11618, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "號召", + "transcriptions" : { "pinyin" : "hào zhào", + "numeric" : "hao4 zhao4", + "wadegiles" : "hao⁴ chao⁴", + "bopomofo" : "ㄏㄠˋ ㄓㄠˋ", + "romatzyh" : "haw jaw" }, + "meanings" : [ "to call", "to appeal" ], + "classifiers" : [] } ] }, + { "simplified" : "浩劫", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 24002, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "浩劫", + "transcriptions" : { "pinyin" : "hào jié", + "numeric" : "hao4 jie2", + "wadegiles" : "hao⁴ chieh²", + "bopomofo" : "ㄏㄠˋ ㄐㄧㄝˊ", + "romatzyh" : "haw jye" }, + "meanings" : [ "calamity", + "catastrophe", + "apocalypse" ], + "classifiers" : [] } ] }, + { "simplified" : "耗", + "radical" : "耒", + "level" : [ "new-7+" ], + "frequency" : 7391, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "耗", + "transcriptions" : { "pinyin" : "hào", + "numeric" : "hao4", + "wadegiles" : "hao⁴", + "bopomofo" : "ㄏㄠˋ", + "romatzyh" : "haw" }, + "meanings" : [ "to waste", + "to spend", + "to consume", + "to squander", + "news", + "(coll.) to delay", + "to dilly-dally" ], + "classifiers" : [] } ] }, + { "simplified" : "耗费", + "radical" : "耒", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14666, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耗費", + "transcriptions" : { "pinyin" : "hào fèi", + "numeric" : "hao4 fei4", + "wadegiles" : "hao⁴ fei⁴", + "bopomofo" : "ㄏㄠˋ ㄈㄟˋ", + "romatzyh" : "haw fey" }, + "meanings" : [ "to waste", + "to spend", + "to consume", + "to squander" ], + "classifiers" : [] } ] }, + { "simplified" : "耗时", + "radical" : "耒", + "level" : [ "new-7+" ], + "frequency" : 25298, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耗時", + "transcriptions" : { "pinyin" : "hào shí", + "numeric" : "hao4 shi2", + "wadegiles" : "hao⁴ shih²", + "bopomofo" : "ㄏㄠˋ ㄕˊ", + "romatzyh" : "haw shyr" }, + "meanings" : [ "time-consuming", + "to take a period of (x amount of time)" ], + "classifiers" : [] } ] }, + { "simplified" : "喝", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 428, + "pos" : [ "g", "vn" ], + "forms" : [ { "traditional" : "喝", + "transcriptions" : { "pinyin" : "hē", + "numeric" : "he1", + "wadegiles" : "ho¹", + "bopomofo" : "ㄏㄜ", + "romatzyh" : "he" }, + "meanings" : [ "to drink", "variant of 嗬" ], + "classifiers" : [] }, + { "traditional" : "喝", + "transcriptions" : { "pinyin" : "hè", + "numeric" : "he4", + "wadegiles" : "ho⁴", + "bopomofo" : "ㄏㄜˋ", + "romatzyh" : "heh" }, + "meanings" : [ "to shout" ], + "classifiers" : [] } ] }, + { "simplified" : "喝彩", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11597, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "喝彩", + "transcriptions" : { "pinyin" : "hè cǎi", + "numeric" : "he4 cai3", + "wadegiles" : "ho⁴ ts'ai³", + "bopomofo" : "ㄏㄜˋ ㄘㄞˇ", + "romatzyh" : "heh tsae" }, + "meanings" : [ "to acclaim", "to cheer" ], + "classifiers" : [] } ] }, + { "simplified" : "禾苗", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 43232, + "pos" : [], + "forms" : [ { "traditional" : "禾苗", + "transcriptions" : { "pinyin" : "hé miáo", + "numeric" : "he2 miao2", + "wadegiles" : "ho² miao²", + "bopomofo" : "ㄏㄜˊ ㄇㄧㄠˊ", + "romatzyh" : "her miau" }, + "meanings" : [ "seedling (of rice or other grain)" ], + "classifiers" : [ "棵" ] } ] }, + { "simplified" : "合", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 1643, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "合", + "transcriptions" : { "pinyin" : "gě", + "numeric" : "ge3", + "wadegiles" : "ko³", + "bopomofo" : "ㄍㄜˇ", + "romatzyh" : "gee" }, + "meanings" : [ "100 ml", + "one-tenth of a peck", + "measure for dry grain equal to one-tenth of sheng 升 or liter, or one-hundredth dou 斗" ], + "classifiers" : [] }, + { "traditional" : "合", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "to close", + "to join", + "to fit", + "to be equal to", + "whole", + "together", + "round (in battle)", + "conjunction (astronomy)", + "1st note of pentatonic scale", + "old variant of 盒" ], + "classifiers" : [] }, + { "traditional" : "閤", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "variant of 合" ], + "classifiers" : [] } ] }, + { "simplified" : "合并", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 4049, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "合並", + "transcriptions" : { "pinyin" : "hé bìng", + "numeric" : "he2 bing4", + "wadegiles" : "ho² ping⁴", + "bopomofo" : "ㄏㄜˊ ㄅㄧㄥˋ", + "romatzyh" : "her binq" }, + "meanings" : [ "variant of 合并" ], + "classifiers" : [] }, + { "traditional" : "合併", + "transcriptions" : { "pinyin" : "hé bìng", + "numeric" : "he2 bing4", + "wadegiles" : "ho² ping⁴", + "bopomofo" : "ㄏㄜˊ ㄅㄧㄥˋ", + "romatzyh" : "her binq" }, + "meanings" : [ "to merge", "to annex" ], + "classifiers" : [] } ] }, + { "simplified" : "合唱", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11816, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "合唱", + "transcriptions" : { "pinyin" : "hé chàng", + "numeric" : "he2 chang4", + "wadegiles" : "ho² ch'ang⁴", + "bopomofo" : "ㄏㄜˊ ㄔㄤˋ", + "romatzyh" : "her chanq" }, + "meanings" : [ "chorus", "to chorus" ], + "classifiers" : [] } ] }, + { "simplified" : "合成", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 6398, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "合成", + "transcriptions" : { "pinyin" : "hé chéng", + "numeric" : "he2 cheng2", + "wadegiles" : "ho² ch'eng²", + "bopomofo" : "ㄏㄜˊ ㄔㄥˊ", + "romatzyh" : "her cherng" }, + "meanings" : [ "to compose", + "to constitute", + "compound", + "synthesis", + "mixture", + "synthetic" ], + "classifiers" : [] } ] }, + { "simplified" : "合法", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 2570, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "合法", + "transcriptions" : { "pinyin" : "hé fǎ", + "numeric" : "he2 fa3", + "wadegiles" : "ho² fa³", + "bopomofo" : "ㄏㄜˊ ㄈㄚˇ", + "romatzyh" : "her faa" }, + "meanings" : [ "lawful", "legitimate", "legal" ], + "classifiers" : [] } ] }, + { "simplified" : "合格", + "radical" : "口", + "level" : [ "new-3", "old-4" ], + "frequency" : 5048, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "合格", + "transcriptions" : { "pinyin" : "hé gé", + "numeric" : "he2 ge2", + "wadegiles" : "ho² ko²", + "bopomofo" : "ㄏㄜˊ ㄍㄜˊ", + "romatzyh" : "her ger" }, + "meanings" : [ "to meet the standard required", + "qualified", + "eligible (voter etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "合乎", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15544, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "合乎", + "transcriptions" : { "pinyin" : "hé hū", + "numeric" : "he2 hu1", + "wadegiles" : "ho² hu¹", + "bopomofo" : "ㄏㄜˊ ㄏㄨ", + "romatzyh" : "her hu" }, + "meanings" : [ "to accord with; to conform to" ], + "classifiers" : [] } ] }, + { "simplified" : "合伙", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11139, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "合伙", + "transcriptions" : { "pinyin" : "hé huǒ", + "numeric" : "he2 huo3", + "wadegiles" : "ho² huo³", + "bopomofo" : "ㄏㄜˊ ㄏㄨㄛˇ", + "romatzyh" : "her huoo" }, + "meanings" : [ "to act jointly", + "to form a partnership" ], + "classifiers" : [] } ] }, + { "simplified" : "合计", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 16414, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "合計", + "transcriptions" : { "pinyin" : "hé jì", + "numeric" : "he2 ji4", + "wadegiles" : "ho² chi⁴", + "bopomofo" : "ㄏㄜˊ ㄐㄧˋ", + "romatzyh" : "her jih" }, + "meanings" : [ "to add up the total", + "to figure what sth amounts to", + "to consider" ], + "classifiers" : [] } ] }, + { "simplified" : "合理", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 1935, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "合理", + "transcriptions" : { "pinyin" : "hé lǐ", + "numeric" : "he2 li3", + "wadegiles" : "ho² li³", + "bopomofo" : "ㄏㄜˊ ㄌㄧˇ", + "romatzyh" : "her lii" }, + "meanings" : [ "rational; reasonable; sensible; fair" ], + "classifiers" : [] } ] }, + { "simplified" : "合情合理", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 21777, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "合情合理", + "transcriptions" : { "pinyin" : "hé qíng hé lǐ", + "numeric" : "he2 qing2 he2 li3", + "wadegiles" : "ho² ch'ing² ho² li³", + "bopomofo" : "ㄏㄜˊ ㄑㄧㄥˊ ㄏㄜˊ ㄌㄧˇ", + "romatzyh" : "her chyng her lii" }, + "meanings" : [ "reasonable and fair (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "合身", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 20268, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "合身", + "transcriptions" : { "pinyin" : "hé shēn", + "numeric" : "he2 shen1", + "wadegiles" : "ho² shen¹", + "bopomofo" : "ㄏㄜˊ ㄕㄣ", + "romatzyh" : "her shen" }, + "meanings" : [ "well-fitting (of clothes)" ], + "classifiers" : [] } ] }, + { "simplified" : "合适", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 2104, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "合適", + "transcriptions" : { "pinyin" : "hé shì", + "numeric" : "he2 shi4", + "wadegiles" : "ho² shih⁴", + "bopomofo" : "ㄏㄜˊ ㄕˋ", + "romatzyh" : "her shyh" }, + "meanings" : [ "suitable", + "fitting", + "appropriate" ], + "classifiers" : [] } ] }, + { "simplified" : "合算", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 25834, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "合算", + "transcriptions" : { "pinyin" : "hé suàn", + "numeric" : "he2 suan4", + "wadegiles" : "ho² suan⁴", + "bopomofo" : "ㄏㄜˊ ㄙㄨㄢˋ", + "romatzyh" : "her suann" }, + "meanings" : [ "worthwhile", + "to be a good deal", + "to be a bargain", + "to reckon up", + "to calculate" ], + "classifiers" : [] } ] }, + { "simplified" : "合同", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 1766, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "合同", + "transcriptions" : { "pinyin" : "hé tong", + "numeric" : "he2 tong5", + "wadegiles" : "ho² tong", + "bopomofo" : "ㄏㄜˊ tong", + "romatzyh" : "her tong" }, + "meanings" : [ "(business) contract" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "合影", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9596, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "合影", + "transcriptions" : { "pinyin" : "hé yǐng", + "numeric" : "he2 ying3", + "wadegiles" : "ho² ying³", + "bopomofo" : "ㄏㄜˊ ㄧㄥˇ", + "romatzyh" : "her yiing" }, + "meanings" : [ "to take a joint photo", + "group photo" ], + "classifiers" : [] } ] }, + { "simplified" : "合约", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 3962, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "合約", + "transcriptions" : { "pinyin" : "hé yuē", + "numeric" : "he2 yue1", + "wadegiles" : "ho² yüeh¹", + "bopomofo" : "ㄏㄜˊ ㄩㄝ", + "romatzyh" : "her iue" }, + "meanings" : [ "treaty", "contract" ], + "classifiers" : [] } ] }, + { "simplified" : "合资", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 22291, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "合資", + "transcriptions" : { "pinyin" : "hé zī", + "numeric" : "he2 zi1", + "wadegiles" : "ho² tzu¹", + "bopomofo" : "ㄏㄜˊ ㄗ", + "romatzyh" : "her tzy" }, + "meanings" : [ "joint venture" ], + "classifiers" : [] } ] }, + { "simplified" : "合作", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 668, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "合作", + "transcriptions" : { "pinyin" : "hé zuò", + "numeric" : "he2 zuo4", + "wadegiles" : "ho² tso⁴", + "bopomofo" : "ㄏㄜˊ ㄗㄨㄛˋ", + "romatzyh" : "her tzuoh" }, + "meanings" : [ "to cooperate", + "to collaborate", + "to work together", + "cooperation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "合作社", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 26855, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "合作社", + "transcriptions" : { "pinyin" : "hé zuò shè", + "numeric" : "he2 zuo4 she4", + "wadegiles" : "ho² tso⁴ she⁴", + "bopomofo" : "ㄏㄜˊ ㄗㄨㄛˋ ㄕㄜˋ", + "romatzyh" : "her tzuoh sheh" }, + "meanings" : [ "cooperative", + "workers' or agricultural producers' cooperative etc" ], + "classifiers" : [] } ] }, + { "simplified" : "何必", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6418, + "pos" : [ "d", "r" ], + "forms" : [ { "traditional" : "何必", + "transcriptions" : { "pinyin" : "hé bì", + "numeric" : "he2 bi4", + "wadegiles" : "ho² pi⁴", + "bopomofo" : "ㄏㄜˊ ㄅㄧˋ", + "romatzyh" : "her bih" }, + "meanings" : [ "there is no need", "why should" ], + "classifiers" : [] } ] }, + { "simplified" : "何处", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7260, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "何處", + "transcriptions" : { "pinyin" : "hé chù", + "numeric" : "he2 chu4", + "wadegiles" : "ho² ch'u⁴", + "bopomofo" : "ㄏㄜˊ ㄔㄨˋ", + "romatzyh" : "her chuh" }, + "meanings" : [ "whence", "where" ], + "classifiers" : [] } ] }, + { "simplified" : "何苦", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 22438, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "何苦", + "transcriptions" : { "pinyin" : "hé kǔ", + "numeric" : "he2 ku3", + "wadegiles" : "ho² k'u³", + "bopomofo" : "ㄏㄜˊ ㄎㄨˇ", + "romatzyh" : "her kuu" }, + "meanings" : [ "why bother?", + "is it worth the trouble?" ], + "classifiers" : [] } ] }, + { "simplified" : "何况", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7062, + "pos" : [ "c", "d" ], + "forms" : [ { "traditional" : "何況", + "transcriptions" : { "pinyin" : "hé kuàng", + "numeric" : "he2 kuang4", + "wadegiles" : "ho² k'uang⁴", + "bopomofo" : "ㄏㄜˊ ㄎㄨㄤˋ", + "romatzyh" : "her kuanq" }, + "meanings" : [ "let alone", + "to say nothing of", + "besides", + "what's more" ], + "classifiers" : [] } ] }, + { "simplified" : "何时", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 4100, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "何時", + "transcriptions" : { "pinyin" : "hé shí", + "numeric" : "he2 shi2", + "wadegiles" : "ho² shih²", + "bopomofo" : "ㄏㄜˊ ㄕˊ", + "romatzyh" : "her shyr" }, + "meanings" : [ "when" ], + "classifiers" : [] } ] }, + { "simplified" : "和", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 19, + "pos" : [ "cc", "p", "v", "qv", "g", "n" ], + "forms" : [ { "traditional" : "咊", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "old variant of 和" ], + "classifiers" : [] }, + { "traditional" : "和", + "transcriptions" : { "pinyin" : "Hé", + "numeric" : "He2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "surname He" ], + "classifiers" : [] }, + { "traditional" : "和", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "(joining two nouns) and; together with; with (Taiwan pr. [hàn])", + "(math.) sum", + "to make peace", + "(sports) to draw; to tie", + "(bound form) harmonious", + "(bound form) Japan; Japanese" ], + "classifiers" : [] }, + { "traditional" : "和", + "transcriptions" : { "pinyin" : "hè", + "numeric" : "he4", + "wadegiles" : "ho⁴", + "bopomofo" : "ㄏㄜˋ", + "romatzyh" : "heh" }, + "meanings" : [ "to compose a poem in reply (to sb's poem) using the same rhyme sequence", + "to join in the singing", + "to chime in with others" ], + "classifiers" : [] }, + { "traditional" : "和", + "transcriptions" : { "pinyin" : "hú", + "numeric" : "hu2", + "wadegiles" : "hu²", + "bopomofo" : "ㄏㄨˊ", + "romatzyh" : "hwu" }, + "meanings" : [ "to complete a set in mahjong or playing cards" ], + "classifiers" : [] }, + { "traditional" : "和", + "transcriptions" : { "pinyin" : "huó", + "numeric" : "huo2", + "wadegiles" : "huo²", + "bopomofo" : "ㄏㄨㄛˊ", + "romatzyh" : "hwo" }, + "meanings" : [ "to combine a powdery substance (flour, plaster etc) with water", + "Taiwan pr. [huò]" ], + "classifiers" : [] }, + { "traditional" : "和", + "transcriptions" : { "pinyin" : "huò", + "numeric" : "huo4", + "wadegiles" : "huo⁴", + "bopomofo" : "ㄏㄨㄛˋ", + "romatzyh" : "huoh" }, + "meanings" : [ "to mix (ingredients) together", + "to blend", + "classifier for rinses of clothes", + "classifier for boilings of medicinal herbs" ], + "classifiers" : [] }, + { "traditional" : "龢", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "old variant of 和", "harmonious" ], + "classifiers" : [] } ] }, + { "simplified" : "和蔼", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18111, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "和藹", + "transcriptions" : { "pinyin" : "hé ǎi", + "numeric" : "he2 ai3", + "wadegiles" : "ho² ai³", + "bopomofo" : "ㄏㄜˊ ㄞˇ", + "romatzyh" : "her ae" }, + "meanings" : [ "kindly", "nice", "amiable" ], + "classifiers" : [] } ] }, + { "simplified" : "和解", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8297, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "和解", + "transcriptions" : { "pinyin" : "hé jiě", + "numeric" : "he2 jie3", + "wadegiles" : "ho² chieh³", + "bopomofo" : "ㄏㄜˊ ㄐㄧㄝˇ", + "romatzyh" : "her jiee" }, + "meanings" : [ "to settle (a dispute out of court)", + "to reconcile", + "settlement", + "conciliation", + "to become reconciled" ], + "classifiers" : [] } ] }, + { "simplified" : "和睦", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15353, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "和睦", + "transcriptions" : { "pinyin" : "hé mù", + "numeric" : "he2 mu4", + "wadegiles" : "ho² mu⁴", + "bopomofo" : "ㄏㄜˊ ㄇㄨˋ", + "romatzyh" : "her muh" }, + "meanings" : [ "peaceful relations", "harmonious" ], + "classifiers" : [] } ] }, + { "simplified" : "和平", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 1750, + "pos" : [ "n", "ad", "a" ], + "forms" : [ { "traditional" : "和平", + "transcriptions" : { "pinyin" : "Hé píng", + "numeric" : "He2 ping2", + "wadegiles" : "ho² p'ing²", + "bopomofo" : "ㄏㄜˊ ㄆㄧㄥˊ", + "romatzyh" : "her pyng" }, + "meanings" : [ "Heping District of Shenyang city 沈阳市, Liaoning", + "Heping or Hoping Township in Taichung County 台中县, Taiwan" ], + "classifiers" : [] }, + { "traditional" : "和平", + "transcriptions" : { "pinyin" : "hé píng", + "numeric" : "he2 ping2", + "wadegiles" : "ho² p'ing²", + "bopomofo" : "ㄏㄜˊ ㄆㄧㄥˊ", + "romatzyh" : "her pyng" }, + "meanings" : [ "peace", "peaceful" ], + "classifiers" : [] } ] }, + { "simplified" : "和平共处", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 21788, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "和平共處", + "transcriptions" : { "pinyin" : "hé píng gòng chǔ", + "numeric" : "he2 ping2 gong4 chu3", + "wadegiles" : "ho² p'ing² kung⁴ ch'u³", + "bopomofo" : "ㄏㄜˊ ㄆㄧㄥˊ ㄍㄨㄥˋ ㄔㄨˇ", + "romatzyh" : "her pyng gonq chuu" }, + "meanings" : [ "peaceful coexistence of nations, societies etc" ], + "classifiers" : [] } ] }, + { "simplified" : "和气", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21572, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "和氣", + "transcriptions" : { "pinyin" : "hé qi", + "numeric" : "he2 qi5", + "wadegiles" : "ho² qi", + "bopomofo" : "ㄏㄜˊ qi", + "romatzyh" : "her qi" }, + "meanings" : [ "friendly", "polite", "amiable" ], + "classifiers" : [] } ] }, + { "simplified" : "和尚", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 7896, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "和尚", + "transcriptions" : { "pinyin" : "hé shang", + "numeric" : "he2 shang5", + "wadegiles" : "ho² shang", + "bopomofo" : "ㄏㄜˊ shang", + "romatzyh" : "her shang" }, + "meanings" : [ "Buddhist monk" ], + "classifiers" : [] } ] }, + { "simplified" : "和谐", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 3883, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "和諧", + "transcriptions" : { "pinyin" : "hé xié", + "numeric" : "he2 xie2", + "wadegiles" : "ho² hsieh²", + "bopomofo" : "ㄏㄜˊ ㄒㄧㄝˊ", + "romatzyh" : "her shye" }, + "meanings" : [ "harmonious", + "harmony", + "(euphemism) to censor" ], + "classifiers" : [] } ] }, + { "simplified" : "河", + "radical" : "氵", + "level" : [ "new-2", "old-3" ], + "frequency" : 2245, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "河", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "river" ], + "classifiers" : [ "条", "道" ] } ] }, + { "simplified" : "河流", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8996, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "河流", + "transcriptions" : { "pinyin" : "hé liú", + "numeric" : "he2 liu2", + "wadegiles" : "ho² liu²", + "bopomofo" : "ㄏㄜˊ ㄌㄧㄡˊ", + "romatzyh" : "her liou" }, + "meanings" : [ "river" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "河畔", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 21001, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "河畔", + "transcriptions" : { "pinyin" : "hé pàn", + "numeric" : "he2 pan4", + "wadegiles" : "ho² p'an⁴", + "bopomofo" : "ㄏㄜˊ ㄆㄢˋ", + "romatzyh" : "her pann" }, + "meanings" : [ "riverside", "river plain" ], + "classifiers" : [] } ] }, + { "simplified" : "核", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 3233, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "核", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "pit", + "stone", + "nucleus", + "nuclear", + "to examine", + "to check", + "to verify" ], + "classifiers" : [] }, + { "traditional" : "覈", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "variant of 核", "to investigate" ], + "classifiers" : [] } ] }, + { "simplified" : "核电站", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 17531, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "核電站", + "transcriptions" : { "pinyin" : "hé diàn zhàn", + "numeric" : "he2 dian4 zhan4", + "wadegiles" : "ho² tien⁴ chan⁴", + "bopomofo" : "ㄏㄜˊ ㄉㄧㄢˋ ㄓㄢˋ", + "romatzyh" : "her diann jann" }, + "meanings" : [ "nuclear power plant" ], + "classifiers" : [] } ] }, + { "simplified" : "核对", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 12081, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "核對", + "transcriptions" : { "pinyin" : "hé duì", + "numeric" : "he2 dui4", + "wadegiles" : "ho² tui⁴", + "bopomofo" : "ㄏㄜˊ ㄉㄨㄟˋ", + "romatzyh" : "her duey" }, + "meanings" : [ "to check", + "to verify", + "to audit", + "to examine" ], + "classifiers" : [] } ] }, + { "simplified" : "核能", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 16681, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "核能", + "transcriptions" : { "pinyin" : "hé néng", + "numeric" : "he2 neng2", + "wadegiles" : "ho² neng²", + "bopomofo" : "ㄏㄜˊ ㄋㄥˊ", + "romatzyh" : "her neng" }, + "meanings" : [ "nuclear energy" ], + "classifiers" : [] } ] }, + { "simplified" : "核实", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 9308, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "核實", + "transcriptions" : { "pinyin" : "hé shí", + "numeric" : "he2 shi2", + "wadegiles" : "ho² shih²", + "bopomofo" : "ㄏㄜˊ ㄕˊ", + "romatzyh" : "her shyr" }, + "meanings" : [ "to verify; to check" ], + "classifiers" : [] } ] }, + { "simplified" : "核桃", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 11751, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "核桃", + "transcriptions" : { "pinyin" : "hé tao", + "numeric" : "he2 tao5", + "wadegiles" : "ho² tao", + "bopomofo" : "ㄏㄜˊ tao", + "romatzyh" : "her tao" }, + "meanings" : [ "walnut" ], + "classifiers" : [ "个", "棵" ] } ] }, + { "simplified" : "核武器", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 8000, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "核武器", + "transcriptions" : { "pinyin" : "hé wǔ qì", + "numeric" : "he2 wu3 qi4", + "wadegiles" : "ho² wu³ ch'i⁴", + "bopomofo" : "ㄏㄜˊ ㄨˇ ㄑㄧˋ", + "romatzyh" : "her wuu chih" }, + "meanings" : [ "nuclear weapon" ], + "classifiers" : [] } ] }, + { "simplified" : "核心", + "radical" : "木", + "level" : [ "new-6", "old-5" ], + "frequency" : 3481, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "核心", + "transcriptions" : { "pinyin" : "hé xīn", + "numeric" : "he2 xin1", + "wadegiles" : "ho² hsin¹", + "bopomofo" : "ㄏㄜˊ ㄒㄧㄣ", + "romatzyh" : "her shin" }, + "meanings" : [ "core; nucleus" ], + "classifiers" : [] } ] }, + { "simplified" : "荷花", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 37141, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "荷花", + "transcriptions" : { "pinyin" : "hé huā", + "numeric" : "he2 hua1", + "wadegiles" : "ho² hua¹", + "bopomofo" : "ㄏㄜˊ ㄏㄨㄚ", + "romatzyh" : "her hua" }, + "meanings" : [ "lotus" ], + "classifiers" : [] } ] }, + { "simplified" : "盒", + "radical" : "皿", + "level" : [ "new-5" ], + "frequency" : 2963, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "盒", + "transcriptions" : { "pinyin" : "hé", + "numeric" : "he2", + "wadegiles" : "ho²", + "bopomofo" : "ㄏㄜˊ", + "romatzyh" : "her" }, + "meanings" : [ "small box", "case" ], + "classifiers" : [] } ] }, + { "simplified" : "盒饭", + "radical" : "皿", + "level" : [ "new-5" ], + "frequency" : 23326, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "盒飯", + "transcriptions" : { "pinyin" : "hé fàn", + "numeric" : "he2 fan4", + "wadegiles" : "ho² fan⁴", + "bopomofo" : "ㄏㄜˊ ㄈㄢˋ", + "romatzyh" : "her fann" }, + "meanings" : [ "meal in a partitioned box" ], + "classifiers" : [] } ] }, + { "simplified" : "盒子", + "radical" : "皿", + "level" : [ "new-5", "old-4" ], + "frequency" : 6250, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "盒子", + "transcriptions" : { "pinyin" : "hé zi", + "numeric" : "he2 zi5", + "wadegiles" : "ho² zi", + "bopomofo" : "ㄏㄜˊ zi", + "romatzyh" : "her zi" }, + "meanings" : [ "box", "case" ], + "classifiers" : [] } ] }, + { "simplified" : "贺电", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 38140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賀電", + "transcriptions" : { "pinyin" : "hè diàn", + "numeric" : "he4 dian4", + "wadegiles" : "ho⁴ tien⁴", + "bopomofo" : "ㄏㄜˋ ㄉㄧㄢˋ", + "romatzyh" : "heh diann" }, + "meanings" : [ "congratulatory telegram" ], + "classifiers" : [] } ] }, + { "simplified" : "贺卡", + "radical" : "贝", + "level" : [ "new-5" ], + "frequency" : 14997, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賀卡", + "transcriptions" : { "pinyin" : "hè kǎ", + "numeric" : "he4 ka3", + "wadegiles" : "ho⁴ k'a³", + "bopomofo" : "ㄏㄜˋ ㄎㄚˇ", + "romatzyh" : "heh kaa" }, + "meanings" : [ "greeting card", + "congratulation card" ], + "classifiers" : [] } ] }, + { "simplified" : "贺信", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 62722, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賀信", + "transcriptions" : { "pinyin" : "hè xìn", + "numeric" : "he4 xin4", + "wadegiles" : "ho⁴ hsin⁴", + "bopomofo" : "ㄏㄜˋ ㄒㄧㄣˋ", + "romatzyh" : "heh shinn" }, + "meanings" : [ "congratulatory letter or message" ], + "classifiers" : [] } ] }, + { "simplified" : "赫然", + "radical" : "赤", + "level" : [ "new-7+" ], + "frequency" : 27483, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "赫然", + "transcriptions" : { "pinyin" : "hè rán", + "numeric" : "he4 ran2", + "wadegiles" : "ho⁴ jan²", + "bopomofo" : "ㄏㄜˋ ㄖㄢˊ", + "romatzyh" : "heh ran" }, + "meanings" : [ "with astonishment", + "with a shock", + "awe-inspiringly", + "impressively", + "furiously (angry)" ], + "classifiers" : [] } ] }, + { "simplified" : "鹤立鸡群", + "radical" : "鸟", + "level" : [ "new-7+" ], + "frequency" : 36715, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鶴立雞群", + "transcriptions" : { "pinyin" : "hè lì jī qún", + "numeric" : "he4 li4 ji1 qun2", + "wadegiles" : "ho⁴ li⁴ chi¹ ch'ün²", + "bopomofo" : "ㄏㄜˋ ㄌㄧˋ ㄐㄧ ㄑㄩㄣˊ", + "romatzyh" : "heh lih ji chyun" }, + "meanings" : [ "a crane in a flock of chicken (idiom); way above the common", + "manifestly superior" ], + "classifiers" : [] } ] }, + { "simplified" : "黑", + "radical" : "黑", + "level" : [ "new-2", "old-2" ], + "frequency" : 724, + "pos" : [ "a", "g", "b" ], + "forms" : [ { "traditional" : "黑", + "transcriptions" : { "pinyin" : "Hēi", + "numeric" : "Hei1", + "wadegiles" : "hei¹", + "bopomofo" : "ㄏㄟ", + "romatzyh" : "hei" }, + "meanings" : [ "abbr. for Heilongjiang province 黑龙江" ], + "classifiers" : [] }, + { "traditional" : "黑", + "transcriptions" : { "pinyin" : "hēi", + "numeric" : "hei1", + "wadegiles" : "hei¹", + "bopomofo" : "ㄏㄟ", + "romatzyh" : "hei" }, + "meanings" : [ "black", + "dark", + "sinister", + "secret", + "shady", + "illegal", + "to hide (sth) away", + "to vilify", + "(loanword) to hack (computing)" ], + "classifiers" : [] } ] }, + { "simplified" : "黑暗", + "radical" : "黑", + "level" : [ "new-4" ], + "frequency" : 3217, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "黑暗", + "transcriptions" : { "pinyin" : "hēi àn", + "numeric" : "hei1 an4", + "wadegiles" : "hei¹ an⁴", + "bopomofo" : "ㄏㄟ ㄢˋ", + "romatzyh" : "hei ann" }, + "meanings" : [ "dark", "darkly", "darkness" ], + "classifiers" : [] } ] }, + { "simplified" : "黑白", + "radical" : "黑", + "level" : [ "new-7+" ], + "frequency" : 9163, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "黑白", + "transcriptions" : { "pinyin" : "hēi bái", + "numeric" : "hei1 bai2", + "wadegiles" : "hei¹ pai²", + "bopomofo" : "ㄏㄟ ㄅㄞˊ", + "romatzyh" : "hei bair" }, + "meanings" : [ "black and white", + "right and wrong", + "monochrome" ], + "classifiers" : [] } ] }, + { "simplified" : "黑板", + "radical" : "黑", + "level" : [ "new-2", "old-3" ], + "frequency" : 15524, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黑板", + "transcriptions" : { "pinyin" : "hēi bǎn", + "numeric" : "hei1 ban3", + "wadegiles" : "hei¹ pan³", + "bopomofo" : "ㄏㄟ ㄅㄢˇ", + "romatzyh" : "hei baan" }, + "meanings" : [ "blackboard" ], + "classifiers" : [ "块", "个" ] } ] }, + { "simplified" : "黑客", + "radical" : "黑", + "level" : [ "new-7+" ], + "frequency" : 8262, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黑客", + "transcriptions" : { "pinyin" : "hēi kè", + "numeric" : "hei1 ke4", + "wadegiles" : "hei¹ k'o⁴", + "bopomofo" : "ㄏㄟ ㄎㄜˋ", + "romatzyh" : "hei keh" }, + "meanings" : [ "hacker (computing) (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "黑马", + "radical" : "黑", + "level" : [ "new-7+" ], + "frequency" : 14789, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黑馬", + "transcriptions" : { "pinyin" : "hēi mǎ", + "numeric" : "hei1 ma3", + "wadegiles" : "hei¹ ma³", + "bopomofo" : "ㄏㄟ ㄇㄚˇ", + "romatzyh" : "hei maa" }, + "meanings" : [ "dark horse", + "fig. unexpected winner" ], + "classifiers" : [] } ] }, + { "simplified" : "黑色", + "radical" : "黑", + "level" : [ "new-2" ], + "frequency" : 2362, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黑色", + "transcriptions" : { "pinyin" : "hēi sè", + "numeric" : "hei1 se4", + "wadegiles" : "hei¹ se⁴", + "bopomofo" : "ㄏㄟ ㄙㄜˋ", + "romatzyh" : "hei seh" }, + "meanings" : [ "black" ], + "classifiers" : [] } ] }, + { "simplified" : "黑手", + "radical" : "黑", + "level" : [ "new-7+" ], + "frequency" : 15445, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黑手", + "transcriptions" : { "pinyin" : "hēi shǒu", + "numeric" : "hei1 shou3", + "wadegiles" : "hei¹ shou³", + "bopomofo" : "ㄏㄟ ㄕㄡˇ", + "romatzyh" : "hei shoou" }, + "meanings" : [ "(fig.) malign agent who manipulates from behind the scenes", + "hidden hand", + "(Tw) mechanic", + "blue-collar worker", + "manual laborer" ], + "classifiers" : [] } ] }, + { "simplified" : "黑心", + "radical" : "黑", + "level" : [ "new-7+" ], + "frequency" : 20944, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黑心", + "transcriptions" : { "pinyin" : "hēi xīn", + "numeric" : "hei1 xin1", + "wadegiles" : "hei¹ hsin¹", + "bopomofo" : "ㄏㄟ ㄒㄧㄣ", + "romatzyh" : "hei shin" }, + "meanings" : [ "ruthless and lacking in conscience", + "vicious mind full of hatred and jealousy", + "black core (flaw in pottery)" ], + "classifiers" : [] } ] }, + { "simplified" : "黑夜", + "radical" : "黑", + "level" : [ "new-6" ], + "frequency" : 8434, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黑夜", + "transcriptions" : { "pinyin" : "hēi yè", + "numeric" : "hei1 ye4", + "wadegiles" : "hei¹ yeh⁴", + "bopomofo" : "ㄏㄟ ㄧㄝˋ", + "romatzyh" : "hei yeh" }, + "meanings" : [ "night" ], + "classifiers" : [] } ] }, + { "simplified" : "嘿", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2729, + "pos" : [ "e" ], + "forms" : [ { "traditional" : "嘿", + "transcriptions" : { "pinyin" : "hēi", + "numeric" : "hei1", + "wadegiles" : "hei¹", + "bopomofo" : "ㄏㄟ", + "romatzyh" : "hei" }, + "meanings" : [ "hey" ], + "classifiers" : [] } ] }, + { "simplified" : "痕迹", + "radical" : "疒", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4154, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "痕跡", + "transcriptions" : { "pinyin" : "hén jì", + "numeric" : "hen2 ji4", + "wadegiles" : "hen² chi⁴", + "bopomofo" : "ㄏㄣˊ ㄐㄧˋ", + "romatzyh" : "hern jih" }, + "meanings" : [ "vestige", "mark", "trace" ], + "classifiers" : [] } ] }, + { "simplified" : "很", + "radical" : "彳", + "level" : [ "new-1", "old-1" ], + "frequency" : 35, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "很", + "transcriptions" : { "pinyin" : "hěn", + "numeric" : "hen3", + "wadegiles" : "hen³", + "bopomofo" : "ㄏㄣˇ", + "romatzyh" : "heen" }, + "meanings" : [ "(adverb of degree)", + "quite", + "very", + "awfully" ], + "classifiers" : [] } ] }, + { "simplified" : "很难说", + "radical" : "彳", + "level" : [ "new-6" ], + "frequency" : 11460, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "很難說", + "transcriptions" : { "pinyin" : "hěn nánshuō", + "numeric" : "hen3 nánshuō", + "wadegiles" : "hen³ nánshuō", + "bopomofo" : "ㄏㄣˇ nánshuō", + "romatzyh" : "heen nánshuō" }, + "meanings" : [ "Hard to say" ], + "classifiers" : [] } ] }, + { "simplified" : "狠", + "radical" : "犭", + "level" : [ "new-6" ], + "frequency" : 3832, + "pos" : [ "a", "d" ], + "forms" : [ { "traditional" : "狠", + "transcriptions" : { "pinyin" : "hěn", + "numeric" : "hen3", + "wadegiles" : "hen³", + "bopomofo" : "ㄏㄣˇ", + "romatzyh" : "heen" }, + "meanings" : [ "ruthless", + "fierce", + "ferocious", + "determined", + "to harden (one's heart)", + "old variant of 很" ], + "classifiers" : [] } ] }, + { "simplified" : "狠心", + "radical" : "犭", + "level" : [ "old-6" ], + "frequency" : 17952, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "狠心", + "transcriptions" : { "pinyin" : "hěn xīn", + "numeric" : "hen3 xin1", + "wadegiles" : "hen³ hsin¹", + "bopomofo" : "ㄏㄣˇ ㄒㄧㄣ", + "romatzyh" : "heen shin" }, + "meanings" : [ "callous; heartless", + "to resolve (to do sth)", + "firm resolve (as in 心)" ], + "classifiers" : [] } ] }, + { "simplified" : "恨", + "radical" : "忄", + "level" : [ "new-5", "old-5" ], + "frequency" : 1715, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "恨", + "transcriptions" : { "pinyin" : "hèn", + "numeric" : "hen4", + "wadegiles" : "hen⁴", + "bopomofo" : "ㄏㄣˋ", + "romatzyh" : "henn" }, + "meanings" : [ "to hate", "to regret" ], + "classifiers" : [] } ] }, + { "simplified" : "恨不得", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11273, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "恨不得", + "transcriptions" : { "pinyin" : "hèn bu de", + "numeric" : "hen4 bu5 de5", + "wadegiles" : "hen⁴ bu de", + "bopomofo" : "ㄏㄣˋ bu de", + "romatzyh" : "henn bu de" }, + "meanings" : [ "wishing one could do sth; to hate to be unable; itching to do sth" ], + "classifiers" : [] } ] }, + { "simplified" : "哼", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2732, + "pos" : [ "e", "v" ], + "forms" : [ { "traditional" : "哼", + "transcriptions" : { "pinyin" : "hēng", + "numeric" : "heng1", + "wadegiles" : "heng¹", + "bopomofo" : "ㄏㄥ", + "romatzyh" : "heng" }, + "meanings" : [ "to groan", + "to snort", + "to hum", + "to croon", + "humph!" ], + "classifiers" : [] } ] }, + { "simplified" : "横", + "radical" : "木", + "level" : [ "new-6", "old-5" ], + "frequency" : 5014, + "pos" : [ "g", "v", "n", "a", "d" ], + "forms" : [ { "traditional" : "橫", + "transcriptions" : { "pinyin" : "héng", + "numeric" : "heng2", + "wadegiles" : "heng²", + "bopomofo" : "ㄏㄥˊ", + "romatzyh" : "herng" }, + "meanings" : [ "horizontal", + "across", + "crosswise", + "horizontal stroke (in Chinese characters)", + "to place (sth) flat (on a surface)", + "to cross (a river, etc)", + "in a jumble", + "chaotic", + "(in fixed expressions) harsh and unreasonable", + "violent" ], + "classifiers" : [] }, + { "traditional" : "橫", + "transcriptions" : { "pinyin" : "hèng", + "numeric" : "heng4", + "wadegiles" : "heng⁴", + "bopomofo" : "ㄏㄥˋ", + "romatzyh" : "henq" }, + "meanings" : [ "harsh and unreasonable", + "unexpected" ], + "classifiers" : [] } ] }, + { "simplified" : "横七竖八", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 44471, + "pos" : [], + "forms" : [ { "traditional" : "橫七豎八", + "transcriptions" : { "pinyin" : "héng qī shù bā", + "numeric" : "heng2 qi1 shu4 ba1", + "wadegiles" : "heng² ch'i¹ shu⁴ pa¹", + "bopomofo" : "ㄏㄥˊ ㄑㄧ ㄕㄨˋ ㄅㄚ", + "romatzyh" : "herng chi shuh ba" }, + "meanings" : [ "in disorder", + "at sixes and sevens (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "横向", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 14387, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "橫向", + "transcriptions" : { "pinyin" : "héng xiàng", + "numeric" : "heng2 xiang4", + "wadegiles" : "heng² hsiang⁴", + "bopomofo" : "ㄏㄥˊ ㄒㄧㄤˋ", + "romatzyh" : "herng shianq" }, + "meanings" : [ "horizontal", + "orthogonal", + "perpendicular", + "lateral", + "crosswise" ], + "classifiers" : [] } ] }, + { "simplified" : "衡量", + "radical" : "行", + "level" : [ "new-6" ], + "frequency" : 7561, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "衡量", + "transcriptions" : { "pinyin" : "héng liáng", + "numeric" : "heng2 liang2", + "wadegiles" : "heng² liang²", + "bopomofo" : "ㄏㄥˊ ㄌㄧㄤˊ", + "romatzyh" : "herng liang" }, + "meanings" : [ "to weigh", + "to examine", + "to consider" ], + "classifiers" : [] } ] }, + { "simplified" : "轰", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 6668, + "pos" : [ "v", "o" ], + "forms" : [ { "traditional" : "轟", + "transcriptions" : { "pinyin" : "hōng", + "numeric" : "hong1", + "wadegiles" : "hung¹", + "bopomofo" : "ㄏㄨㄥ", + "romatzyh" : "hong" }, + "meanings" : [ "explosion", + "bang", + "boom", + "rumble", + "to attack", + "to shoo away", + "to expel" ], + "classifiers" : [] } ] }, + { "simplified" : "轰动", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9626, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "轟動", + "transcriptions" : { "pinyin" : "hōng dòng", + "numeric" : "hong1 dong4", + "wadegiles" : "hung¹ tung⁴", + "bopomofo" : "ㄏㄨㄥ ㄉㄨㄥˋ", + "romatzyh" : "hong donq" }, + "meanings" : [ "to cause a sensation", + "to create a stir in (a place)", + "commotion", + "controversy" ], + "classifiers" : [] } ] }, + { "simplified" : "轰炸", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 8976, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轟炸", + "transcriptions" : { "pinyin" : "hōng zhà", + "numeric" : "hong1 zha4", + "wadegiles" : "hung¹ cha⁴", + "bopomofo" : "ㄏㄨㄥ ㄓㄚˋ", + "romatzyh" : "hong jah" }, + "meanings" : [ "to bomb", "to bombard" ], + "classifiers" : [ "阵" ] } ] }, + { "simplified" : "哄", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6776, + "pos" : [ "v", "o" ], + "forms" : [ { "traditional" : "哄", + "transcriptions" : { "pinyin" : "hōng", + "numeric" : "hong1", + "wadegiles" : "hung¹", + "bopomofo" : "ㄏㄨㄥ", + "romatzyh" : "hong" }, + "meanings" : [ "roar of laughter (onom.)", + "hubbub", + "to roar (as a crowd)" ], + "classifiers" : [] }, + { "traditional" : "哄", + "transcriptions" : { "pinyin" : "hǒng", + "numeric" : "hong3", + "wadegiles" : "hung³", + "bopomofo" : "ㄏㄨㄥˇ", + "romatzyh" : "hoong" }, + "meanings" : [ "to deceive", + "to coax", + "to amuse (a child)" ], + "classifiers" : [] }, + { "traditional" : "閧", + "transcriptions" : { "pinyin" : "hòng", + "numeric" : "hong4", + "wadegiles" : "hung⁴", + "bopomofo" : "ㄏㄨㄥˋ", + "romatzyh" : "honq" }, + "meanings" : [ "variant of 哄" ], + "classifiers" : [] }, + { "traditional" : "鬨", + "transcriptions" : { "pinyin" : "hòng", + "numeric" : "hong4", + "wadegiles" : "hung⁴", + "bopomofo" : "ㄏㄨㄥˋ", + "romatzyh" : "honq" }, + "meanings" : [ "tumult", + "uproar", + "commotion", + "disturbance" ], + "classifiers" : [] } ] }, + { "simplified" : "哄堂大笑", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 43850, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "哄堂大笑", + "transcriptions" : { "pinyin" : "hōng táng dà xiào", + "numeric" : "hong1 tang2 da4 xiao4", + "wadegiles" : "hung¹ t'ang² ta⁴ hsiao⁴", + "bopomofo" : "ㄏㄨㄥ ㄊㄤˊ ㄉㄚˋ ㄒㄧㄠˋ", + "romatzyh" : "hong tarng dah shiaw" }, + "meanings" : [ "the whole room roaring with laughter (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "烘", + "radical" : "火", + "level" : [ "old-6" ], + "frequency" : 18172, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "烘", + "transcriptions" : { "pinyin" : "hōng", + "numeric" : "hong1", + "wadegiles" : "hung¹", + "bopomofo" : "ㄏㄨㄥ", + "romatzyh" : "hong" }, + "meanings" : [ "to bake", + "to heat by fire", + "to set off by contrast" ], + "classifiers" : [] } ] }, + { "simplified" : "烘干", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 18403, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "烘乾", + "transcriptions" : { "pinyin" : "hōng gān", + "numeric" : "hong1 gan1", + "wadegiles" : "hung¹ kan¹", + "bopomofo" : "ㄏㄨㄥ ㄍㄢ", + "romatzyh" : "hong gan" }, + "meanings" : [ "to dry over a stove" ], + "classifiers" : [] } ] }, + { "simplified" : "烘托", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 38737, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "烘托", + "transcriptions" : { "pinyin" : "hōng tuō", + "numeric" : "hong1 tuo1", + "wadegiles" : "hung¹ t'o¹", + "bopomofo" : "ㄏㄨㄥ ㄊㄨㄛ", + "romatzyh" : "hong tuo" }, + "meanings" : [ "background (of a painting)", + "backdrop", + "a foil (to set off something to advantage)", + "to offset (something to advantage)" ], + "classifiers" : [] } ] }, + { "simplified" : "弘扬", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 35386, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "弘揚", + "transcriptions" : { "pinyin" : "hóng yáng", + "numeric" : "hong2 yang2", + "wadegiles" : "hung² yang²", + "bopomofo" : "ㄏㄨㄥˊ ㄧㄤˊ", + "romatzyh" : "horng yang" }, + "meanings" : [ "to enhance", + "to promote", + "to enrich" ], + "classifiers" : [] } ] }, + { "simplified" : "红", + "radical" : "纟", + "level" : [ "new-2", "old-2" ], + "frequency" : 794, + "pos" : [ "a", "v", "g" ], + "forms" : [ { "traditional" : "紅", + "transcriptions" : { "pinyin" : "Hóng", + "numeric" : "Hong2", + "wadegiles" : "hung²", + "bopomofo" : "ㄏㄨㄥˊ", + "romatzyh" : "horng" }, + "meanings" : [ "surname Hong" ], + "classifiers" : [] }, + { "traditional" : "紅", + "transcriptions" : { "pinyin" : "hóng", + "numeric" : "hong2", + "wadegiles" : "hung²", + "bopomofo" : "ㄏㄨㄥˊ", + "romatzyh" : "horng" }, + "meanings" : [ "red", + "popular", + "revolutionary", + "bonus" ], + "classifiers" : [] } ] }, + { "simplified" : "红包", + "radical" : "纟", + "level" : [ "new-4", "old-6" ], + "frequency" : 16771, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紅包", + "transcriptions" : { "pinyin" : "hóng bāo", + "numeric" : "hong2 bao1", + "wadegiles" : "hung² pao¹", + "bopomofo" : "ㄏㄨㄥˊ ㄅㄠ", + "romatzyh" : "horng bau" }, + "meanings" : [ "money wrapped in red as a gift", + "bonus payment", + "kickback", + "bribe" ], + "classifiers" : [] } ] }, + { "simplified" : "红茶", + "radical" : "纟", + "level" : [ "new-3" ], + "frequency" : 21109, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紅茶", + "transcriptions" : { "pinyin" : "hóng chá", + "numeric" : "hong2 cha2", + "wadegiles" : "hung² ch'a²", + "bopomofo" : "ㄏㄨㄥˊ ㄔㄚˊ", + "romatzyh" : "horng char" }, + "meanings" : [ "black tea" ], + "classifiers" : [ "杯", "壶" ] } ] }, + { "simplified" : "红灯", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 9549, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紅燈", + "transcriptions" : { "pinyin" : "hóng dēng", + "numeric" : "hong2 deng1", + "wadegiles" : "hung² teng¹", + "bopomofo" : "ㄏㄨㄥˊ ㄉㄥ", + "romatzyh" : "horng deng" }, + "meanings" : [ "red light" ], + "classifiers" : [] } ] }, + { "simplified" : "红火", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 19299, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "紅火", + "transcriptions" : { "pinyin" : "hóng huǒ", + "numeric" : "hong2 huo3", + "wadegiles" : "hung² huo³", + "bopomofo" : "ㄏㄨㄥˊ ㄏㄨㄛˇ", + "romatzyh" : "horng huoo" }, + "meanings" : [ "prosperous" ], + "classifiers" : [] } ] }, + { "simplified" : "红酒", + "radical" : "纟", + "level" : [ "new-3" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "紅酒", + "transcriptions" : { "pinyin" : "hóng jiǔ", + "numeric" : "hong2 jiu3", + "wadegiles" : "hung² chiu³", + "bopomofo" : "ㄏㄨㄥˊ ㄐㄧㄡˇ", + "romatzyh" : "horng jeou" }, + "meanings" : [ "red wine" ], + "classifiers" : [] } ] }, + { "simplified" : "红扑扑", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 61564, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "紅撲撲", + "transcriptions" : { "pinyin" : "hóng pū pū", + "numeric" : "hong2 pu1 pu1", + "wadegiles" : "hung² p'u¹ p'u¹", + "bopomofo" : "ㄏㄨㄥˊ ㄆㄨ ㄆㄨ", + "romatzyh" : "horng pu pu" }, + "meanings" : [ "red", "rosy", "flushed" ], + "classifiers" : [] } ] }, + { "simplified" : "红润", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 24863, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "紅潤", + "transcriptions" : { "pinyin" : "hóng rùn", + "numeric" : "hong2 run4", + "wadegiles" : "hung² jun⁴", + "bopomofo" : "ㄏㄨㄥˊ ㄖㄨㄣˋ", + "romatzyh" : "horng ruenn" }, + "meanings" : [ "ruddy", "rosy", "florid" ], + "classifiers" : [] } ] }, + { "simplified" : "红色", + "radical" : "纟", + "level" : [ "new-2" ], + "frequency" : 2146, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紅色", + "transcriptions" : { "pinyin" : "hóng sè", + "numeric" : "hong2 se4", + "wadegiles" : "hung² se⁴", + "bopomofo" : "ㄏㄨㄥˊ ㄙㄜˋ", + "romatzyh" : "horng seh" }, + "meanings" : [ "red (color)", "revolutionary" ], + "classifiers" : [] } ] }, + { "simplified" : "红薯", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 26326, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紅薯", + "transcriptions" : { "pinyin" : "hóng shǔ", + "numeric" : "hong2 shu3", + "wadegiles" : "hung² shu³", + "bopomofo" : "ㄏㄨㄥˊ ㄕㄨˇ", + "romatzyh" : "horng shuu" }, + "meanings" : [ "sweet potato" ], + "classifiers" : [] } ] }, + { "simplified" : "红眼", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 34758, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "紅眼", + "transcriptions" : { "pinyin" : "hóng yǎn", + "numeric" : "hong2 yan3", + "wadegiles" : "hung² yan³", + "bopomofo" : "ㄏㄨㄥˊ ㄧㄢˇ", + "romatzyh" : "horng yean" }, + "meanings" : [ "to become infuriated", + "to see red", + "envious", + "jealous", + "covetous", + "pink eye (conjunctivitis)", + "red-eye (flight)(photography) red eye" ], + "classifiers" : [] } ] }, + { "simplified" : "宏大", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 19357, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "宏大", + "transcriptions" : { "pinyin" : "hóng dà", + "numeric" : "hong2 da4", + "wadegiles" : "hung² ta⁴", + "bopomofo" : "ㄏㄨㄥˊ ㄉㄚˋ", + "romatzyh" : "horng dah" }, + "meanings" : [ "great", "grand" ], + "classifiers" : [] } ] }, + { "simplified" : "宏观", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22460, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宏觀", + "transcriptions" : { "pinyin" : "hóng guān", + "numeric" : "hong2 guan1", + "wadegiles" : "hung² kuan¹", + "bopomofo" : "ㄏㄨㄥˊ ㄍㄨㄢ", + "romatzyh" : "horng guan" }, + "meanings" : [ "macro-", + "macroscopic", + "holistic" ], + "classifiers" : [] } ] }, + { "simplified" : "宏伟", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13202, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "宏偉", + "transcriptions" : { "pinyin" : "hóng wěi", + "numeric" : "hong2 wei3", + "wadegiles" : "hung² wei³", + "bopomofo" : "ㄏㄨㄥˊ ㄨㄟˇ", + "romatzyh" : "horng woei" }, + "meanings" : [ "grand", "imposing", "magnificent" ], + "classifiers" : [] } ] }, + { "simplified" : "洪亮", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 36631, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "洪亮", + "transcriptions" : { "pinyin" : "hóng liàng", + "numeric" : "hong2 liang4", + "wadegiles" : "hung² liang⁴", + "bopomofo" : "ㄏㄨㄥˊ ㄌㄧㄤˋ", + "romatzyh" : "horng lianq" }, + "meanings" : [ "loud and clear", "resonant" ], + "classifiers" : [] } ] }, + { "simplified" : "洪水", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 7906, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "洪水", + "transcriptions" : { "pinyin" : "hóng shuǐ", + "numeric" : "hong2 shui3", + "wadegiles" : "hung² shui³", + "bopomofo" : "ㄏㄨㄥˊ ㄕㄨㄟˇ", + "romatzyh" : "horng shoei" }, + "meanings" : [ "deluge; flood" ], + "classifiers" : [] } ] }, + { "simplified" : "喉咙", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5935, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "喉嚨", + "transcriptions" : { "pinyin" : "hóu lóng", + "numeric" : "hou2 long2", + "wadegiles" : "hou² lung²", + "bopomofo" : "ㄏㄡˊ ㄌㄨㄥˊ", + "romatzyh" : "hour long" }, + "meanings" : [ "the throat" ], + "classifiers" : [] } ] }, + { "simplified" : "猴", + "radical" : "犭", + "level" : [ "new-5" ], + "frequency" : 6437, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "猴", + "transcriptions" : { "pinyin" : "hóu", + "numeric" : "hou2", + "wadegiles" : "hou²", + "bopomofo" : "ㄏㄡˊ", + "romatzyh" : "hour" }, + "meanings" : [ "monkey" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "猴子", + "radical" : "犭", + "level" : [ "old-4" ], + "frequency" : 5675, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "猴子", + "transcriptions" : { "pinyin" : "hóu zi", + "numeric" : "hou2 zi5", + "wadegiles" : "hou² zi", + "bopomofo" : "ㄏㄡˊ zi", + "romatzyh" : "hour zi" }, + "meanings" : [ "monkey" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "吼", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3491, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吼", + "transcriptions" : { "pinyin" : "hǒu", + "numeric" : "hou3", + "wadegiles" : "hou³", + "bopomofo" : "ㄏㄡˇ", + "romatzyh" : "hoou" }, + "meanings" : [ "to roar", + "to howl", + "to shriek", + "roar or howl of an animal", + "bellow of rage" ], + "classifiers" : [] } ] }, + { "simplified" : "后", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 115, + "pos" : [ "f", "g", "t" ], + "forms" : [ { "traditional" : "后", + "transcriptions" : { "pinyin" : "Hòu", + "numeric" : "Hou4", + "wadegiles" : "hou⁴", + "bopomofo" : "ㄏㄡˋ", + "romatzyh" : "how" }, + "meanings" : [ "surname Hou" ], + "classifiers" : [] }, + { "traditional" : "后", + "transcriptions" : { "pinyin" : "hòu", + "numeric" : "hou4", + "wadegiles" : "hou⁴", + "bopomofo" : "ㄏㄡˋ", + "romatzyh" : "how" }, + "meanings" : [ "empress", + "queen", + "(archaic) monarch", + "ruler" ], + "classifiers" : [] }, + { "traditional" : "後", + "transcriptions" : { "pinyin" : "hòu", + "numeric" : "hou4", + "wadegiles" : "hou⁴", + "bopomofo" : "ㄏㄡˋ", + "romatzyh" : "how" }, + "meanings" : [ "back", + "behind", + "rear", + "afterwards", + "after", + "later", + "post-" ], + "classifiers" : [] } ] }, + { "simplified" : "后备", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 7692, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "後備", + "transcriptions" : { "pinyin" : "hòu bèi", + "numeric" : "hou4 bei4", + "wadegiles" : "hou⁴ pei⁴", + "bopomofo" : "ㄏㄡˋ ㄅㄟˋ", + "romatzyh" : "how bey" }, + "meanings" : [ "reserve; backup" ], + "classifiers" : [] } ] }, + { "simplified" : "后备箱", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "後備箱", + "transcriptions" : { "pinyin" : "hòu bèi xiāng", + "numeric" : "hou4 bei4 xiang1", + "wadegiles" : "hou⁴ pei⁴ hsiang¹", + "bopomofo" : "ㄏㄡˋ ㄅㄟˋ ㄒㄧㄤ", + "romatzyh" : "how bey shiang" }, + "meanings" : [ "trunk", "boot (of a car)" ], + "classifiers" : [] } ] }, + { "simplified" : "后边", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 14477, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "後邊", + "transcriptions" : { "pinyin" : "hòu bian", + "numeric" : "hou4 bian5", + "wadegiles" : "hou⁴ bian", + "bopomofo" : "ㄏㄡˋ bian", + "romatzyh" : "how bian" }, + "meanings" : [ "the back; the rear; the last bit", + "behind; near the end; at the back", + "later; afterwards" ], + "classifiers" : [] } ] }, + { "simplified" : "后代", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8721, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "後代", + "transcriptions" : { "pinyin" : "hòu dài", + "numeric" : "hou4 dai4", + "wadegiles" : "hou⁴ tai⁴", + "bopomofo" : "ㄏㄡˋ ㄉㄞˋ", + "romatzyh" : "how day" }, + "meanings" : [ "descendant", + "progeny", + "posterity", + "later ages", + "later generations" ], + "classifiers" : [] } ] }, + { "simplified" : "后盾", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 18244, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "後盾", + "transcriptions" : { "pinyin" : "hòu dùn", + "numeric" : "hou4 dun4", + "wadegiles" : "hou⁴ tun⁴", + "bopomofo" : "ㄏㄡˋ ㄉㄨㄣˋ", + "romatzyh" : "how duenn" }, + "meanings" : [ "support", "backing" ], + "classifiers" : [] } ] }, + { "simplified" : "后顾之忧", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25479, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "後顧之憂", + "transcriptions" : { "pinyin" : "hòu gù zhī yōu", + "numeric" : "hou4 gu4 zhi1 you1", + "wadegiles" : "hou⁴ ku⁴ chih¹ yu¹", + "bopomofo" : "ㄏㄡˋ ㄍㄨˋ ㄓ ㄧㄡ", + "romatzyh" : "how guh jy iou" }, + "meanings" : [ "fears of trouble in the rear (idiom); family worries (obstructing freedom of action)", + "worries about the future consequences", + "often in negative expressions, meaning \"no worries about anything\"" ], + "classifiers" : [] } ] }, + { "simplified" : "后果", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 3157, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "後果", + "transcriptions" : { "pinyin" : "hòu guǒ", + "numeric" : "hou4 guo3", + "wadegiles" : "hou⁴ kuo³", + "bopomofo" : "ㄏㄡˋ ㄍㄨㄛˇ", + "romatzyh" : "how guoo" }, + "meanings" : [ "consequences", "aftermath" ], + "classifiers" : [] } ] }, + { "simplified" : "后悔", + "radical" : "口", + "level" : [ "new-5", "old-4" ], + "frequency" : 2667, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "後悔", + "transcriptions" : { "pinyin" : "hòu huǐ", + "numeric" : "hou4 hui3", + "wadegiles" : "hou⁴ hui³", + "bopomofo" : "ㄏㄡˋ ㄏㄨㄟˇ", + "romatzyh" : "how hoei" }, + "meanings" : [ "to regret; to feel remorse" ], + "classifiers" : [] } ] }, + { "simplified" : "后来", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 1055, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "後來", + "transcriptions" : { "pinyin" : "hòu lái", + "numeric" : "hou4 lai2", + "wadegiles" : "hou⁴ lai²", + "bopomofo" : "ㄏㄡˋ ㄌㄞˊ", + "romatzyh" : "how lai" }, + "meanings" : [ "afterwards; later", + "newly arrived" ], + "classifiers" : [] } ] }, + { "simplified" : "后面", + "radical" : "口", + "level" : [ "new-3", "old-1" ], + "frequency" : 1300, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "後面", + "transcriptions" : { "pinyin" : "hòu mian", + "numeric" : "hou4 mian5", + "wadegiles" : "hou⁴ mian", + "bopomofo" : "ㄏㄡˋ mian", + "romatzyh" : "how mian" }, + "meanings" : [ "the back; the rear; the last bit", + "behind; near the end; at the back", + "later; afterwards" ], + "classifiers" : [] } ] }, + { "simplified" : "后年", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 45713, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "後年", + "transcriptions" : { "pinyin" : "hòu nián", + "numeric" : "hou4 nian2", + "wadegiles" : "hou⁴ nien²", + "bopomofo" : "ㄏㄡˋ ㄋㄧㄢˊ", + "romatzyh" : "how nian" }, + "meanings" : [ "the year after next" ], + "classifiers" : [] } ] }, + { "simplified" : "后期", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 9597, + "pos" : [ "f", "t" ], + "forms" : [ { "traditional" : "後期", + "transcriptions" : { "pinyin" : "hòu qī", + "numeric" : "hou4 qi1", + "wadegiles" : "hou⁴ ch'i¹", + "bopomofo" : "ㄏㄡˋ ㄑㄧ", + "romatzyh" : "how chi" }, + "meanings" : [ "late stage", "later period" ], + "classifiers" : [] } ] }, + { "simplified" : "后勤", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12965, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "後勤", + "transcriptions" : { "pinyin" : "hòu qín", + "numeric" : "hou4 qin2", + "wadegiles" : "hou⁴ ch'in²", + "bopomofo" : "ㄏㄡˋ ㄑㄧㄣˊ", + "romatzyh" : "how chyn" }, + "meanings" : [ "logistics" ], + "classifiers" : [] } ] }, + { "simplified" : "后人", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 14853, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "後人", + "transcriptions" : { "pinyin" : "hòu rén", + "numeric" : "hou4 ren2", + "wadegiles" : "hou⁴ jen²", + "bopomofo" : "ㄏㄡˋ ㄖㄣˊ", + "romatzyh" : "how ren" }, + "meanings" : [ "later generation" ], + "classifiers" : [] } ] }, + { "simplified" : "后台", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 7924, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "後台", + "transcriptions" : { "pinyin" : "hòu tái", + "numeric" : "hou4 tai2", + "wadegiles" : "hou⁴ t'ai²", + "bopomofo" : "ㄏㄡˋ ㄊㄞˊ", + "romatzyh" : "how tair" }, + "meanings" : [ "backstage area", + "behind-the-scenes supporter", + "(computing) back-end", + "background" ], + "classifiers" : [] } ] }, + { "simplified" : "后天", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 9407, + "pos" : [ "n", "t" ], + "forms" : [ { "traditional" : "後天", + "transcriptions" : { "pinyin" : "hòu tiān", + "numeric" : "hou4 tian1", + "wadegiles" : "hou⁴ t'ien¹", + "bopomofo" : "ㄏㄡˋ ㄊㄧㄢ", + "romatzyh" : "how tian" }, + "meanings" : [ "the day after tomorrow", + "life after birth (the period in which one develops through experiences, contrasted with 天)", + "acquired (not innate or congenital)", + "a posteriori" ], + "classifiers" : [] } ] }, + { "simplified" : "后头", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 16864, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "後頭", + "transcriptions" : { "pinyin" : "hòu tou", + "numeric" : "hou4 tou5", + "wadegiles" : "hou⁴ tou", + "bopomofo" : "ㄏㄡˋ tou", + "romatzyh" : "how tou" }, + "meanings" : [ "behind", + "the back", + "the rear", + "later", + "afterwards", + "(in) the future" ], + "classifiers" : [] } ] }, + { "simplified" : "后退", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 7469, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "後退", + "transcriptions" : { "pinyin" : "hòu tuì", + "numeric" : "hou4 tui4", + "wadegiles" : "hou⁴ t'ui⁴", + "bopomofo" : "ㄏㄡˋ ㄊㄨㄟˋ", + "romatzyh" : "how tuey" }, + "meanings" : [ "to recoil", + "to draw back", + "to fall back", + "to retreat" ], + "classifiers" : [] } ] }, + { "simplified" : "后续", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11030, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "後續", + "transcriptions" : { "pinyin" : "hòu xù", + "numeric" : "hou4 xu4", + "wadegiles" : "hou⁴ hsü⁴", + "bopomofo" : "ㄏㄡˋ ㄒㄩˋ", + "romatzyh" : "how shiuh" }, + "meanings" : [ "follow-up", + "(dialect) to remarry" ], + "classifiers" : [] } ] }, + { "simplified" : "后遗症", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 15852, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "後遺症", + "transcriptions" : { "pinyin" : "hòu yí zhèng", + "numeric" : "hou4 yi2 zheng4", + "wadegiles" : "hou⁴ i² cheng⁴", + "bopomofo" : "ㄏㄡˋ ㄧˊ ㄓㄥˋ", + "romatzyh" : "how yi jenq" }, + "meanings" : [ "(medicine) sequelae", + "residual effects", + "(fig.) repercussions", + "aftermath" ], + "classifiers" : [] } ] }, + { "simplified" : "后裔", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 16471, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "後裔", + "transcriptions" : { "pinyin" : "hòu yì", + "numeric" : "hou4 yi4", + "wadegiles" : "hou⁴ i⁴", + "bopomofo" : "ㄏㄡˋ ㄧˋ", + "romatzyh" : "how yih" }, + "meanings" : [ "descendant" ], + "classifiers" : [] } ] }, + { "simplified" : "后者", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6906, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "後者", + "transcriptions" : { "pinyin" : "hòu zhě", + "numeric" : "hou4 zhe3", + "wadegiles" : "hou⁴ che³", + "bopomofo" : "ㄏㄡˋ ㄓㄜˇ", + "romatzyh" : "how jee" }, + "meanings" : [ "the latter" ], + "classifiers" : [] } ] }, + { "simplified" : "厚", + "radical" : "厂", + "level" : [ "new-4", "old-4" ], + "frequency" : 3759, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "厚", + "transcriptions" : { "pinyin" : "hòu", + "numeric" : "hou4", + "wadegiles" : "hou⁴", + "bopomofo" : "ㄏㄡˋ", + "romatzyh" : "how" }, + "meanings" : [ "thick", + "deep or profound", + "kind", + "generous", + "rich or strong in flavor", + "to favor", + "to stress" ], + "classifiers" : [] } ] }, + { "simplified" : "厚道", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 14386, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "厚道", + "transcriptions" : { "pinyin" : "hòu dao", + "numeric" : "hou4 dao5", + "wadegiles" : "hou⁴ dao", + "bopomofo" : "ㄏㄡˋ dao", + "romatzyh" : "how dao" }, + "meanings" : [ "kind and honest", + "generous", + "sincere" ], + "classifiers" : [] } ] }, + { "simplified" : "厚度", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 17989, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "厚度", + "transcriptions" : { "pinyin" : "hòu dù", + "numeric" : "hou4 du4", + "wadegiles" : "hou⁴ tu⁴", + "bopomofo" : "ㄏㄡˋ ㄉㄨˋ", + "romatzyh" : "how duh" }, + "meanings" : [ "thickness" ], + "classifiers" : [] } ] }, + { "simplified" : "候选", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 14123, + "pos" : [ "b", "v" ], + "forms" : [ { "traditional" : "候選", + "transcriptions" : { "pinyin" : "hòu xuǎn", + "numeric" : "hou4 xuan3", + "wadegiles" : "hou⁴ hsüan³", + "bopomofo" : "ㄏㄡˋ ㄒㄩㄢˇ", + "romatzyh" : "how sheuan" }, + "meanings" : [ "candidate (attributive)" ], + "classifiers" : [] } ] }, + { "simplified" : "候选人", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 4996, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "候選人", + "transcriptions" : { "pinyin" : "hòu xuǎn rén", + "numeric" : "hou4 xuan3 ren2", + "wadegiles" : "hou⁴ hsüan³ jen²", + "bopomofo" : "ㄏㄡˋ ㄒㄩㄢˇ ㄖㄣˊ", + "romatzyh" : "how sheuan ren" }, + "meanings" : [ "candidate" ], + "classifiers" : [ "名" ] } ] }, + { "simplified" : "呼风唤雨", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 31838, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "呼風喚雨", + "transcriptions" : { "pinyin" : "hū fēng huàn yǔ", + "numeric" : "hu1 feng1 huan4 yu3", + "wadegiles" : "hu¹ feng¹ huan⁴ yü³", + "bopomofo" : "ㄏㄨ ㄈㄥ ㄏㄨㄢˋ ㄩˇ", + "romatzyh" : "hu feng huann yeu" }, + "meanings" : [ "to call the wind and summon the rain (idiom); to exercise magical powers", + "fig. to stir up troubles" ], + "classifiers" : [] } ] }, + { "simplified" : "呼唤", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 8997, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "呼喚", + "transcriptions" : { "pinyin" : "hū huàn", + "numeric" : "hu1 huan4", + "wadegiles" : "hu¹ huan⁴", + "bopomofo" : "ㄏㄨ ㄏㄨㄢˋ", + "romatzyh" : "hu huann" }, + "meanings" : [ "to call out (a name etc)", + "to shout" ], + "classifiers" : [] } ] }, + { "simplified" : "呼救", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 17198, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "呼救", + "transcriptions" : { "pinyin" : "hū jiù", + "numeric" : "hu1 jiu4", + "wadegiles" : "hu¹ chiu⁴", + "bopomofo" : "ㄏㄨ ㄐㄧㄡˋ", + "romatzyh" : "hu jiow" }, + "meanings" : [ "to call for help" ], + "classifiers" : [] } ] }, + { "simplified" : "呼声", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 14141, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "呼聲", + "transcriptions" : { "pinyin" : "hū shēng", + "numeric" : "hu1 sheng1", + "wadegiles" : "hu¹ sheng¹", + "bopomofo" : "ㄏㄨ ㄕㄥ", + "romatzyh" : "hu sheng" }, + "meanings" : [ "a shout", + "fig. opinion or demand, esp. expressed by a group" ], + "classifiers" : [] } ] }, + { "simplified" : "呼吸", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 2003, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "呼吸", + "transcriptions" : { "pinyin" : "hū xī", + "numeric" : "hu1 xi1", + "wadegiles" : "hu¹ hsi¹", + "bopomofo" : "ㄏㄨ ㄒㄧ", + "romatzyh" : "hu shi" }, + "meanings" : [ "to breathe" ], + "classifiers" : [] } ] }, + { "simplified" : "呼啸", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 19025, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "呼嘯", + "transcriptions" : { "pinyin" : "hū xiào", + "numeric" : "hu1 xiao4", + "wadegiles" : "hu¹ hsiao⁴", + "bopomofo" : "ㄏㄨ ㄒㄧㄠˋ", + "romatzyh" : "hu shiaw" }, + "meanings" : [ "to whistle; to scream; to whiz" ], + "classifiers" : [] } ] }, + { "simplified" : "呼吁", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8013, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "呼籲", + "transcriptions" : { "pinyin" : "hū yù", + "numeric" : "hu1 yu4", + "wadegiles" : "hu¹ yü⁴", + "bopomofo" : "ㄏㄨ ㄩˋ", + "romatzyh" : "hu yuh" }, + "meanings" : [ "to call on (sb to do sth)", + "to appeal (to)", + "an appeal" ], + "classifiers" : [] } ] }, + { "simplified" : "呼应", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 28524, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "呼應", + "transcriptions" : { "pinyin" : "hū yìng", + "numeric" : "hu1 ying4", + "wadegiles" : "hu¹ ying⁴", + "bopomofo" : "ㄏㄨ ㄧㄥˋ", + "romatzyh" : "hu yinq" }, + "meanings" : [ "to conform (with)", + "to echo", + "to correlate well", + "(linguistics) agreement" ], + "classifiers" : [] } ] }, + { "simplified" : "忽略", + "radical" : "心", + "level" : [ "new-6", "old-6" ], + "frequency" : 4602, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忽略", + "transcriptions" : { "pinyin" : "hū lu:è", + "numeric" : "hu1 lüe4", + "wadegiles" : "hu¹ lu:è", + "bopomofo" : "ㄏㄨ lu:è", + "romatzyh" : "hu lu:è" }, + "meanings" : [ "to neglect; to overlook; to ignore" ], + "classifiers" : [] } ] }, + { "simplified" : "忽高忽低", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "忽高忽低", + "transcriptions" : { "pinyin" : "hū gāo hū dī", + "numeric" : "hu1 gao1 hu1 di1", + "wadegiles" : "hu¹ kao¹ hu¹ ti¹", + "bopomofo" : "ㄏㄨ ㄍㄠ ㄏㄨ ㄉㄧ", + "romatzyh" : "hu gau hu di" }, + "meanings" : [ "alternately soaring and plunging" ], + "classifiers" : [] } ] }, + { "simplified" : "忽然", + "radical" : "心", + "level" : [ "new-2", "old-4" ], + "frequency" : 4518, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "忽然", + "transcriptions" : { "pinyin" : "hū rán", + "numeric" : "hu1 ran2", + "wadegiles" : "hu¹ jan²", + "bopomofo" : "ㄏㄨ ㄖㄢˊ", + "romatzyh" : "hu ran" }, + "meanings" : [ "suddenly; all of a sudden" ], + "classifiers" : [] } ] }, + { "simplified" : "忽视", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 5020, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "忽視", + "transcriptions" : { "pinyin" : "hū shì", + "numeric" : "hu1 shi4", + "wadegiles" : "hu¹ shih⁴", + "bopomofo" : "ㄏㄨ ㄕˋ", + "romatzyh" : "hu shyh" }, + "meanings" : [ "to neglect; to overlook; to disregard; to ignore" ], + "classifiers" : [] } ] }, + { "simplified" : "忽悠", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 10450, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "忽悠", + "transcriptions" : { "pinyin" : "hū you", + "numeric" : "hu1 you5", + "wadegiles" : "hu¹ you", + "bopomofo" : "ㄏㄨ you", + "romatzyh" : "hu you" }, + "meanings" : [ "to rock", + "to sway", + "to flicker (e.g. of lights reflected on water)", + "to flutter (e.g. of a flag)", + "to trick sb into doing sth", + "to dupe", + "to con" ], + "classifiers" : [] } ] }, + { "simplified" : "胡乱", + "radical" : "⺼", + "level" : [ "old-6" ], + "frequency" : 13451, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "胡亂", + "transcriptions" : { "pinyin" : "hú luàn", + "numeric" : "hu2 luan4", + "wadegiles" : "hu² luan⁴", + "bopomofo" : "ㄏㄨˊ ㄌㄨㄢˋ", + "romatzyh" : "hwu luann" }, + "meanings" : [ "careless", + "reckless", + "casually", + "absent-mindedly", + "at will", + "at random", + "any old how" ], + "classifiers" : [] } ] }, + { "simplified" : "胡闹", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 14691, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "胡鬧", + "transcriptions" : { "pinyin" : "hú nào", + "numeric" : "hu2 nao4", + "wadegiles" : "hu² nao⁴", + "bopomofo" : "ㄏㄨˊ ㄋㄠˋ", + "romatzyh" : "hwu naw" }, + "meanings" : [ "to act willfully and make a scene", + "to make trouble" ], + "classifiers" : [] } ] }, + { "simplified" : "胡说", + "radical" : "⺼", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10010, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "胡說", + "transcriptions" : { "pinyin" : "hú shuō", + "numeric" : "hu2 shuo1", + "wadegiles" : "hu² shuo¹", + "bopomofo" : "ㄏㄨˊ ㄕㄨㄛ", + "romatzyh" : "hwu shuo" }, + "meanings" : [ "to talk nonsense", "drivel" ], + "classifiers" : [] } ] }, + { "simplified" : "胡思乱想", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 14791, + "pos" : [], + "forms" : [ { "traditional" : "胡思亂想", + "transcriptions" : { "pinyin" : "hú sī luàn xiǎng", + "numeric" : "hu2 si1 luan4 xiang3", + "wadegiles" : "hu² ssu¹ luan⁴ hsiang³", + "bopomofo" : "ㄏㄨˊ ㄙ ㄌㄨㄢˋ ㄒㄧㄤˇ", + "romatzyh" : "hwu sy luann sheang" }, + "meanings" : [ "to indulge in flights of fancy (idiom)", + "to let one's imagination run wild" ], + "classifiers" : [] } ] }, + { "simplified" : "胡同", + "radical" : "⺼", + "level" : [ "old-5" ], + "frequency" : 20715, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "胡同", + "transcriptions" : { "pinyin" : "hú tòng", + "numeric" : "hu2 tong4", + "wadegiles" : "hu² t'ung⁴", + "bopomofo" : "ㄏㄨˊ ㄊㄨㄥˋ", + "romatzyh" : "hwu tonq" }, + "meanings" : [ "lane", "alley" ], + "classifiers" : [ "条" ] }, + { "traditional" : "衚衕", + "transcriptions" : { "pinyin" : "hú tòng", + "numeric" : "hu2 tong4", + "wadegiles" : "hu² t'ung⁴", + "bopomofo" : "ㄏㄨˊ ㄊㄨㄥˋ", + "romatzyh" : "hwu tonq" }, + "meanings" : [ "variant of 同" ], + "classifiers" : [] } ] }, + { "simplified" : "胡同儿", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 165503, + "pos" : [], + "forms" : [ { "traditional" : "胡同兒", + "transcriptions" : { "pinyin" : "hútòngr5", + "numeric" : "hútòngr5", + "wadegiles" : "hútòngr5", + "bopomofo" : "hútòngr5", + "romatzyh" : "hútòngr5" }, + "meanings" : [ "Alley" ], + "classifiers" : [] } ] }, + { "simplified" : "胡须", + "radical" : "⺼", + "level" : [ "old-5" ], + "frequency" : 17602, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鬍鬚", + "transcriptions" : { "pinyin" : "hú xū", + "numeric" : "hu2 xu1", + "wadegiles" : "hu² hsü¹", + "bopomofo" : "ㄏㄨˊ ㄒㄩ", + "romatzyh" : "hwu shiu" }, + "meanings" : [ "beard" ], + "classifiers" : [ "根", "绺" ] } ] }, + { "simplified" : "胡子", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 6424, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鬍子", + "transcriptions" : { "pinyin" : "hú zi", + "numeric" : "hu2 zi5", + "wadegiles" : "hu² zi", + "bopomofo" : "ㄏㄨˊ zi", + "romatzyh" : "hwu zi" }, + "meanings" : [ "beard", + "mustache or whiskers", + "facial hair", + "(coll.) bandit" ], + "classifiers" : [ "撮", "根" ] } ] }, + { "simplified" : "壶", + "radical" : "士", + "level" : [ "new-6", "old-5" ], + "frequency" : 7796, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "壺", + "transcriptions" : { "pinyin" : "hú", + "numeric" : "hu2", + "wadegiles" : "hu²", + "bopomofo" : "ㄏㄨˊ", + "romatzyh" : "hwu" }, + "meanings" : [ "pot", + "classifier for bottled liquid" ], + "classifiers" : [] } ] }, + { "simplified" : "湖", + "radical" : "氵", + "level" : [ "new-2" ], + "frequency" : 2468, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "湖", + "transcriptions" : { "pinyin" : "hú", + "numeric" : "hu2", + "wadegiles" : "hu²", + "bopomofo" : "ㄏㄨˊ", + "romatzyh" : "hwu" }, + "meanings" : [ "lake" ], + "classifiers" : [ "个", "片" ] } ] }, + { "simplified" : "湖泊", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18372, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "湖泊", + "transcriptions" : { "pinyin" : "hú pō", + "numeric" : "hu2 po1", + "wadegiles" : "hu² p'o¹", + "bopomofo" : "ㄏㄨˊ ㄆㄛ", + "romatzyh" : "hwu po" }, + "meanings" : [ "lake" ], + "classifiers" : [] } ] }, + { "simplified" : "蝴蝶", + "radical" : "虫", + "level" : [ "old-5" ], + "frequency" : 6484, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蝴蝶", + "transcriptions" : { "pinyin" : "hú dié", + "numeric" : "hu2 die2", + "wadegiles" : "hu² tieh²", + "bopomofo" : "ㄏㄨˊ ㄉㄧㄝˊ", + "romatzyh" : "hwu dye" }, + "meanings" : [ "butterfly" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "虎", + "radical" : "虎", + "level" : [ "new-5" ], + "frequency" : 3310, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "虎", + "transcriptions" : { "pinyin" : "hǔ", + "numeric" : "hu3", + "wadegiles" : "hu³", + "bopomofo" : "ㄏㄨˇ", + "romatzyh" : "huu" }, + "meanings" : [ "tiger" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "互补", + "radical" : "二", + "level" : [ "new-7+" ], + "frequency" : 16940, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "互補", + "transcriptions" : { "pinyin" : "hù bǔ", + "numeric" : "hu4 bu3", + "wadegiles" : "hu⁴ pu³", + "bopomofo" : "ㄏㄨˋ ㄅㄨˇ", + "romatzyh" : "huh buu" }, + "meanings" : [ "complementary", + "to complement each other" ], + "classifiers" : [] } ] }, + { "simplified" : "互动", + "radical" : "二", + "level" : [ "new-6" ], + "frequency" : 7181, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "互動", + "transcriptions" : { "pinyin" : "hù dòng", + "numeric" : "hu4 dong4", + "wadegiles" : "hu⁴ tung⁴", + "bopomofo" : "ㄏㄨˋ ㄉㄨㄥˋ", + "romatzyh" : "huh donq" }, + "meanings" : [ "to interact", "interactive" ], + "classifiers" : [] } ] }, + { "simplified" : "互访", + "radical" : "二", + "level" : [ "new-7+" ], + "frequency" : 48607, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "互訪", + "transcriptions" : { "pinyin" : "hù fǎng", + "numeric" : "hu4 fang3", + "wadegiles" : "hu⁴ fang³", + "bopomofo" : "ㄏㄨˋ ㄈㄤˇ", + "romatzyh" : "huh faang" }, + "meanings" : [ "exchange visits" ], + "classifiers" : [] } ] }, + { "simplified" : "互联网", + "radical" : "二", + "level" : [ "new-3", "old-6" ], + "frequency" : 4872, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "互聯網", + "transcriptions" : { "pinyin" : "Hù lián wǎng", + "numeric" : "Hu4 lian2 wang3", + "wadegiles" : "hu⁴ lien² wang³", + "bopomofo" : "ㄏㄨˋ ㄌㄧㄢˊ ㄨㄤˇ", + "romatzyh" : "huh lian woang" }, + "meanings" : [ "Internet" ], + "classifiers" : [] } ] }, + { "simplified" : "互相", + "radical" : "二", + "level" : [ "new-3", "old-4" ], + "frequency" : 2091, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "互相", + "transcriptions" : { "pinyin" : "hù xiāng", + "numeric" : "hu4 xiang1", + "wadegiles" : "hu⁴ hsiang¹", + "bopomofo" : "ㄏㄨˋ ㄒㄧㄤ", + "romatzyh" : "huh shiang" }, + "meanings" : [ "each other", "mutually", "mutual" ], + "classifiers" : [] } ] }, + { "simplified" : "互信", + "radical" : "二", + "level" : [ "new-7+" ], + "frequency" : 48128, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "互信", + "transcriptions" : { "pinyin" : "hù xìn", + "numeric" : "hu4 xin4", + "wadegiles" : "hu⁴ hsin⁴", + "bopomofo" : "ㄏㄨˋ ㄒㄧㄣˋ", + "romatzyh" : "huh shinn" }, + "meanings" : [ "mutual trust" ], + "classifiers" : [] } ] }, + { "simplified" : "互助", + "radical" : "二", + "level" : [ "new-7+" ], + "frequency" : 12798, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "互助", + "transcriptions" : { "pinyin" : "Hù zhù", + "numeric" : "Hu4 zhu4", + "wadegiles" : "hu⁴ chu⁴", + "bopomofo" : "ㄏㄨˋ ㄓㄨˋ", + "romatzyh" : "huh juh" }, + "meanings" : [ "Huzhu Tuzu autonomous county in Haidong prefecture 海东地区, Qinghai" ], + "classifiers" : [] }, + { "traditional" : "互助", + "transcriptions" : { "pinyin" : "hù zhù", + "numeric" : "hu4 zhu4", + "wadegiles" : "hu⁴ chu⁴", + "bopomofo" : "ㄏㄨˋ ㄓㄨˋ", + "romatzyh" : "huh juh" }, + "meanings" : [ "to help each other" ], + "classifiers" : [] } ] }, + { "simplified" : "户", + "radical" : "户", + "level" : [ "new-4" ], + "frequency" : 2265, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "戶", + "transcriptions" : { "pinyin" : "hù", + "numeric" : "hu4", + "wadegiles" : "hu⁴", + "bopomofo" : "ㄏㄨˋ", + "romatzyh" : "huh" }, + "meanings" : [ "a household", "door", "family" ], + "classifiers" : [] } ] }, + { "simplified" : "户外", + "radical" : "户", + "level" : [ "new-6" ], + "frequency" : 7642, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "戶外", + "transcriptions" : { "pinyin" : "hù wài", + "numeric" : "hu4 wai4", + "wadegiles" : "hu⁴ wai⁴", + "bopomofo" : "ㄏㄨˋ ㄨㄞˋ", + "romatzyh" : "huh way" }, + "meanings" : [ "outdoor" ], + "classifiers" : [] } ] }, + { "simplified" : "护", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 2909, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "護", + "transcriptions" : { "pinyin" : "hù", + "numeric" : "hu4", + "wadegiles" : "hu⁴", + "bopomofo" : "ㄏㄨˋ", + "romatzyh" : "huh" }, + "meanings" : [ "to protect" ], + "classifiers" : [] } ] }, + { "simplified" : "护理", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 4882, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "護理", + "transcriptions" : { "pinyin" : "hù lǐ", + "numeric" : "hu4 li3", + "wadegiles" : "hu⁴ li³", + "bopomofo" : "ㄏㄨˋ ㄌㄧˇ", + "romatzyh" : "huh lii" }, + "meanings" : [ "to nurse", "to tend and protect" ], + "classifiers" : [] } ] }, + { "simplified" : "护士", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 3782, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "護士", + "transcriptions" : { "pinyin" : "hù shi", + "numeric" : "hu4 shi5", + "wadegiles" : "hu⁴ shi", + "bopomofo" : "ㄏㄨˋ shi", + "romatzyh" : "huh shi" }, + "meanings" : [ "nurse" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "护照", + "radical" : "扌", + "level" : [ "new-2", "old-3" ], + "frequency" : 7152, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "護照", + "transcriptions" : { "pinyin" : "hù zhào", + "numeric" : "hu4 zhao4", + "wadegiles" : "hu⁴ chao⁴", + "bopomofo" : "ㄏㄨˋ ㄓㄠˋ", + "romatzyh" : "huh jaw" }, + "meanings" : [ "passport" ], + "classifiers" : [ "本", "个" ] } ] }, + { "simplified" : "糊", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 9351, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "䊀", + "transcriptions" : { "pinyin" : "hú", + "numeric" : "hu2", + "wadegiles" : "hu²", + "bopomofo" : "ㄏㄨˊ", + "romatzyh" : "hwu" }, + "meanings" : [ "variant of 糊" ], + "classifiers" : [] }, + { "traditional" : "糊", + "transcriptions" : { "pinyin" : "hú", + "numeric" : "hu2", + "wadegiles" : "hu²", + "bopomofo" : "ㄏㄨˊ", + "romatzyh" : "hwu" }, + "meanings" : [ "muddled", "paste", "scorched" ], + "classifiers" : [] }, + { "traditional" : "糊", + "transcriptions" : { "pinyin" : "hù", + "numeric" : "hu4", + "wadegiles" : "hu⁴", + "bopomofo" : "ㄏㄨˋ", + "romatzyh" : "huh" }, + "meanings" : [ "paste", "cream" ], + "classifiers" : [] }, + { "traditional" : "餬", + "transcriptions" : { "pinyin" : "hú", + "numeric" : "hu2", + "wadegiles" : "hu²", + "bopomofo" : "ㄏㄨˊ", + "romatzyh" : "hwu" }, + "meanings" : [ "congee", "making a living" ], + "classifiers" : [] } ] }, + { "simplified" : "糊涂", + "radical" : "米", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6397, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "糊塗", + "transcriptions" : { "pinyin" : "hú tu", + "numeric" : "hu2 tu5", + "wadegiles" : "hu² tu", + "bopomofo" : "ㄏㄨˊ tu", + "romatzyh" : "hwu tu" }, + "meanings" : [ "muddled", "silly", "confused" ], + "classifiers" : [] } ] }, + { "simplified" : "花", + "radical" : "艹", + "level" : [ "new-1", "old-3" ], + "frequency" : 435, + "pos" : [ "v", "n", "a" ], + "forms" : [ { "traditional" : "花", + "transcriptions" : { "pinyin" : "Huā", + "numeric" : "Hua1", + "wadegiles" : "hua¹", + "bopomofo" : "ㄏㄨㄚ", + "romatzyh" : "hua" }, + "meanings" : [ "surname Hua" ], + "classifiers" : [] }, + { "traditional" : "花", + "transcriptions" : { "pinyin" : "huā", + "numeric" : "hua1", + "wadegiles" : "hua¹", + "bopomofo" : "ㄏㄨㄚ", + "romatzyh" : "hua" }, + "meanings" : [ "flower", + "blossom", + "fancy pattern", + "florid", + "to spend (money, time)", + "(coll.) lecherous", + "lustful" ], + "classifiers" : [ "朵", "支", "束", "把", "盆", "簇" ] }, + { "traditional" : "芲", + "transcriptions" : { "pinyin" : "huā", + "numeric" : "hua1", + "wadegiles" : "hua¹", + "bopomofo" : "ㄏㄨㄚ", + "romatzyh" : "hua" }, + "meanings" : [ "old variant of 花" ], + "classifiers" : [] }, + { "traditional" : "蘤", + "transcriptions" : { "pinyin" : "huā", + "numeric" : "hua1", + "wadegiles" : "hua¹", + "bopomofo" : "ㄏㄨㄚ", + "romatzyh" : "hua" }, + "meanings" : [ "variant of 花", + "flower", + "blossom", + "also pr. [wěi]" ], + "classifiers" : [] } ] }, + { "simplified" : "花瓣", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13753, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "花瓣", + "transcriptions" : { "pinyin" : "huā bàn", + "numeric" : "hua1 ban4", + "wadegiles" : "hua¹ pan⁴", + "bopomofo" : "ㄏㄨㄚ ㄅㄢˋ", + "romatzyh" : "hua bann" }, + "meanings" : [ "petal" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "花费", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 5505, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "花費", + "transcriptions" : { "pinyin" : "huā fèi", + "numeric" : "hua1 fei4", + "wadegiles" : "hua¹ fei⁴", + "bopomofo" : "ㄏㄨㄚ ㄈㄟˋ", + "romatzyh" : "hua fey" }, + "meanings" : [ "expense", + "cost", + "to spend (time or money)", + "expenditure" ], + "classifiers" : [] } ] }, + { "simplified" : "花卉", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 17806, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "花卉", + "transcriptions" : { "pinyin" : "huā huì", + "numeric" : "hua1 hui4", + "wadegiles" : "hua¹ hui⁴", + "bopomofo" : "ㄏㄨㄚ ㄏㄨㄟˋ", + "romatzyh" : "hua huey" }, + "meanings" : [ "flowers and plants" ], + "classifiers" : [] } ] }, + { "simplified" : "花瓶", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 11183, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "花瓶", + "transcriptions" : { "pinyin" : "huā píng", + "numeric" : "hua1 ping2", + "wadegiles" : "hua¹ p'ing²", + "bopomofo" : "ㄏㄨㄚ ㄆㄧㄥˊ", + "romatzyh" : "hua pyng" }, + "meanings" : [ "flower vase", + "(fig.) female employee considered to be just a pretty face (attractive but not very competent)" ], + "classifiers" : [] } ] }, + { "simplified" : "花生", + "radical" : "艹", + "level" : [ "new-6", "old-5" ], + "frequency" : 6750, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "花生", + "transcriptions" : { "pinyin" : "huā shēng", + "numeric" : "hua1 sheng1", + "wadegiles" : "hua¹ sheng¹", + "bopomofo" : "ㄏㄨㄚ ㄕㄥ", + "romatzyh" : "hua sheng" }, + "meanings" : [ "peanut", "groundnut" ], + "classifiers" : [ "粒" ] } ] }, + { "simplified" : "花纹", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 14786, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "花紋", + "transcriptions" : { "pinyin" : "huā wén", + "numeric" : "hua1 wen2", + "wadegiles" : "hua¹ wen²", + "bopomofo" : "ㄏㄨㄚ ㄨㄣˊ", + "romatzyh" : "hua wen" }, + "meanings" : [ "decorative design" ], + "classifiers" : [] } ] }, + { "simplified" : "花样", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 6638, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "花樣", + "transcriptions" : { "pinyin" : "huā yàng", + "numeric" : "hua1 yang4", + "wadegiles" : "hua¹ yang⁴", + "bopomofo" : "ㄏㄨㄚ ㄧㄤˋ", + "romatzyh" : "hua yanq" }, + "meanings" : [ "pattern", + "way of doing sth", + "trick", + "ruse", + "fancy-style (as in 花样滑冰 figure skating)" ], + "classifiers" : [] } ] }, + { "simplified" : "花园", + "radical" : "艹", + "level" : [ "new-2", "old-3" ], + "frequency" : 3403, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "花園", + "transcriptions" : { "pinyin" : "huā yuán", + "numeric" : "hua1 yuan2", + "wadegiles" : "hua¹ yüan²", + "bopomofo" : "ㄏㄨㄚ ㄩㄢˊ", + "romatzyh" : "hua yuan" }, + "meanings" : [ "garden" ], + "classifiers" : [ "座", "个" ] } ] }, + { "simplified" : "哗变", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 62759, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嘩變", + "transcriptions" : { "pinyin" : "huá biàn", + "numeric" : "hua2 bian4", + "wadegiles" : "hua² pien⁴", + "bopomofo" : "ㄏㄨㄚˊ ㄅㄧㄢˋ", + "romatzyh" : "hwa biann" }, + "meanings" : [ "mutiny", "rebellion" ], + "classifiers" : [] } ] }, + { "simplified" : "哗然", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 33564, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "嘩然", + "transcriptions" : { "pinyin" : "huá rán", + "numeric" : "hua2 ran2", + "wadegiles" : "hua² jan²", + "bopomofo" : "ㄏㄨㄚˊ ㄖㄢˊ", + "romatzyh" : "hwa ran" }, + "meanings" : [ "in uproar", + "commotion", + "causing a storm of protest", + "tumultuous" ], + "classifiers" : [] }, + { "traditional" : "譁然", + "transcriptions" : { "pinyin" : "huá rán", + "numeric" : "hua2 ran2", + "wadegiles" : "hua² jan²", + "bopomofo" : "ㄏㄨㄚˊ ㄖㄢˊ", + "romatzyh" : "hwa ran" }, + "meanings" : [ "variant of 哗然" ], + "classifiers" : [] } ] }, + { "simplified" : "华丽", + "radical" : "十", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6294, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "華麗", + "transcriptions" : { "pinyin" : "huá lì", + "numeric" : "hua2 li4", + "wadegiles" : "hua² li⁴", + "bopomofo" : "ㄏㄨㄚˊ ㄌㄧˋ", + "romatzyh" : "hwa lih" }, + "meanings" : [ "gorgeous" ], + "classifiers" : [] } ] }, + { "simplified" : "华侨", + "radical" : "十", + "level" : [ "new-7+", "old-6" ], + "frequency" : 40806, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "華僑", + "transcriptions" : { "pinyin" : "Huá qiáo", + "numeric" : "Hua2 qiao2", + "wadegiles" : "hua² ch'iao²", + "bopomofo" : "ㄏㄨㄚˊ ㄑㄧㄠˊ", + "romatzyh" : "hwa chyau" }, + "meanings" : [ "overseas Chinese", + "(in a restricted sense) Chinese emigrant who still retains Chinese nationality" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "华人", + "radical" : "十", + "level" : [ "new-3" ], + "frequency" : 14189, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "華人", + "transcriptions" : { "pinyin" : "Huá rén", + "numeric" : "Hua2 ren2", + "wadegiles" : "hua² jen²", + "bopomofo" : "ㄏㄨㄚˊ ㄖㄣˊ", + "romatzyh" : "hwa ren" }, + "meanings" : [ "ethnic Chinese person or people" ], + "classifiers" : [] } ] }, + { "simplified" : "华裔", + "radical" : "十", + "level" : [ "new-7+", "old-5" ], + "frequency" : 23110, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "華裔", + "transcriptions" : { "pinyin" : "Huá yì", + "numeric" : "Hua2 yi4", + "wadegiles" : "hua² i⁴", + "bopomofo" : "ㄏㄨㄚˊ ㄧˋ", + "romatzyh" : "hwa yih" }, + "meanings" : [ "ethnic Chinese", + "non-Chinese citizen of Chinese ancestry" ], + "classifiers" : [] } ] }, + { "simplified" : "华语", + "radical" : "十", + "level" : [ "new-5" ], + "frequency" : 13368, + "pos" : [], + "forms" : [ { "traditional" : "華語", + "transcriptions" : { "pinyin" : "Huá yǔ", + "numeric" : "Hua2 yu3", + "wadegiles" : "hua² yü³", + "bopomofo" : "ㄏㄨㄚˊ ㄩˇ", + "romatzyh" : "hwa yeu" }, + "meanings" : [ "Chinese language" ], + "classifiers" : [] } ] }, + { "simplified" : "滑", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 2639, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "滑", + "transcriptions" : { "pinyin" : "Huá", + "numeric" : "Hua2", + "wadegiles" : "hua²", + "bopomofo" : "ㄏㄨㄚˊ", + "romatzyh" : "hwa" }, + "meanings" : [ "surname Hua" ], + "classifiers" : [] }, + { "traditional" : "滑", + "transcriptions" : { "pinyin" : "huá", + "numeric" : "hua2", + "wadegiles" : "hua²", + "bopomofo" : "ㄏㄨㄚˊ", + "romatzyh" : "hwa" }, + "meanings" : [ "to slip; to slide", + "slippery; smooth", + "sly; slippery; not to be trusted" ], + "classifiers" : [] } ] }, + { "simplified" : "滑冰", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11501, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "滑冰", + "transcriptions" : { "pinyin" : "huá bīng", + "numeric" : "hua2 bing1", + "wadegiles" : "hua² ping¹", + "bopomofo" : "ㄏㄨㄚˊ ㄅㄧㄥ", + "romatzyh" : "hwa bing" }, + "meanings" : [ "to skate", "skating" ], + "classifiers" : [] } ] }, + { "simplified" : "滑稽", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10569, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "滑稽", + "transcriptions" : { "pinyin" : "huá jī", + "numeric" : "hua2 ji1", + "wadegiles" : "hua² chi¹", + "bopomofo" : "ㄏㄨㄚˊ ㄐㄧ", + "romatzyh" : "hwa ji" }, + "meanings" : [ "comical; funny; amusing (old pr. [gǔ jī])", + "huaji, a form of comedy performance popular in Shanghai, Jiangsu and Zhejiang" ], + "classifiers" : [] } ] }, + { "simplified" : "滑梯", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 31034, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "滑梯", + "transcriptions" : { "pinyin" : "huá tī", + "numeric" : "hua2 ti1", + "wadegiles" : "hua² t'i¹", + "bopomofo" : "ㄏㄨㄚˊ ㄊㄧ", + "romatzyh" : "hwa ti" }, + "meanings" : [ "(children's) sliding board", + "a slide" ], + "classifiers" : [] } ] }, + { "simplified" : "滑雪", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 7323, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "滑雪", + "transcriptions" : { "pinyin" : "huá xuě", + "numeric" : "hua2 xue3", + "wadegiles" : "hua² hsüeh³", + "bopomofo" : "ㄏㄨㄚˊ ㄒㄩㄝˇ", + "romatzyh" : "hwa sheue" }, + "meanings" : [ "to ski", "skiing" ], + "classifiers" : [] } ] }, + { "simplified" : "化", + "radical" : "匕", + "level" : [ "new-3" ], + "frequency" : 2027, + "pos" : [ "v", "k", "vn" ], + "forms" : [ { "traditional" : "化", + "transcriptions" : { "pinyin" : "huā", + "numeric" : "hua1", + "wadegiles" : "hua¹", + "bopomofo" : "ㄏㄨㄚ", + "romatzyh" : "hua" }, + "meanings" : [ "variant of 花" ], + "classifiers" : [] }, + { "traditional" : "化", + "transcriptions" : { "pinyin" : "huà", + "numeric" : "hua4", + "wadegiles" : "hua⁴", + "bopomofo" : "ㄏㄨㄚˋ", + "romatzyh" : "huah" }, + "meanings" : [ "to make into", + "to change into", + "-ization", + "to ... -ize", + "to transform", + "abbr. for 化学" ], + "classifiers" : [] } ] }, + { "simplified" : "化", + "radical" : "匕", + "level" : [ "new-3" ], + "frequency" : 2027, + "pos" : [ "v", "k", "vn" ], + "forms" : [ { "traditional" : "化", + "transcriptions" : { "pinyin" : "huā", + "numeric" : "hua1", + "wadegiles" : "hua¹", + "bopomofo" : "ㄏㄨㄚ", + "romatzyh" : "hua" }, + "meanings" : [ "variant of 花" ], + "classifiers" : [] }, + { "traditional" : "化", + "transcriptions" : { "pinyin" : "huà", + "numeric" : "hua4", + "wadegiles" : "hua⁴", + "bopomofo" : "ㄏㄨㄚˋ", + "romatzyh" : "huah" }, + "meanings" : [ "to make into", + "to change into", + "-ization", + "to ... -ize", + "to transform", + "abbr. for 化学" ], + "classifiers" : [] } ] }, + { "simplified" : "化肥", + "radical" : "匕", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19371, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "化肥", + "transcriptions" : { "pinyin" : "huà féi", + "numeric" : "hua4 fei2", + "wadegiles" : "hua⁴ fei²", + "bopomofo" : "ㄏㄨㄚˋ ㄈㄟˊ", + "romatzyh" : "huah feir" }, + "meanings" : [ "fertilizer" ], + "classifiers" : [] } ] }, + { "simplified" : "化解", + "radical" : "匕", + "level" : [ "new-6" ], + "frequency" : 12188, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "化解", + "transcriptions" : { "pinyin" : "huà jiě", + "numeric" : "hua4 jie3", + "wadegiles" : "hua⁴ chieh³", + "bopomofo" : "ㄏㄨㄚˋ ㄐㄧㄝˇ", + "romatzyh" : "huah jiee" }, + "meanings" : [ "to dissolve", + "to resolve (contradictions)", + "to dispel (doubts)", + "to iron out (difficulties)", + "to defuse (conflicts)", + "to neutralize (fears)" ], + "classifiers" : [] } ] }, + { "simplified" : "化身", + "radical" : "匕", + "level" : [ "new-7+" ], + "frequency" : 10558, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "化身", + "transcriptions" : { "pinyin" : "huà shēn", + "numeric" : "hua4 shen1", + "wadegiles" : "hua⁴ shen¹", + "bopomofo" : "ㄏㄨㄚˋ ㄕㄣ", + "romatzyh" : "huah shen" }, + "meanings" : [ "incarnation", + "reincarnation", + "embodiment (of abstract idea)", + "personification" ], + "classifiers" : [] } ] }, + { "simplified" : "化石", + "radical" : "匕", + "level" : [ "new-5", "old-6" ], + "frequency" : 14429, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "化石", + "transcriptions" : { "pinyin" : "huà shí", + "numeric" : "hua4 shi2", + "wadegiles" : "hua⁴ shih²", + "bopomofo" : "ㄏㄨㄚˋ ㄕˊ", + "romatzyh" : "huah shyr" }, + "meanings" : [ "fossil" ], + "classifiers" : [] } ] }, + { "simplified" : "化纤", + "radical" : "匕", + "level" : [ "new-7+" ], + "frequency" : 35059, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "化纖", + "transcriptions" : { "pinyin" : "huà xiān", + "numeric" : "hua4 xian1", + "wadegiles" : "hua⁴ hsien¹", + "bopomofo" : "ㄏㄨㄚˋ ㄒㄧㄢ", + "romatzyh" : "huah shian" }, + "meanings" : [ "synthetic fiber" ], + "classifiers" : [] } ] }, + { "simplified" : "化险为夷", + "radical" : "匕", + "level" : [ "new-7+" ], + "frequency" : 35462, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "化險為夷", + "transcriptions" : { "pinyin" : "huà xiǎn wéi yí", + "numeric" : "hua4 xian3 wei2 yi2", + "wadegiles" : "hua⁴ hsien³ wei² i²", + "bopomofo" : "ㄏㄨㄚˋ ㄒㄧㄢˇ ㄨㄟˊ ㄧˊ", + "romatzyh" : "huah shean wei yi" }, + "meanings" : [ "to turn peril into safety (idiom); to avert disaster" ], + "classifiers" : [] } ] }, + { "simplified" : "化学", + "radical" : "匕", + "level" : [ "old-5" ], + "frequency" : 3282, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "化學", + "transcriptions" : { "pinyin" : "huà xué", + "numeric" : "hua4 xue2", + "wadegiles" : "hua⁴ hsüeh²", + "bopomofo" : "ㄏㄨㄚˋ ㄒㄩㄝˊ", + "romatzyh" : "huah shyue" }, + "meanings" : [ "chemistry", "chemical" ], + "classifiers" : [] } ] }, + { "simplified" : "化验", + "radical" : "匕", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9962, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "化驗", + "transcriptions" : { "pinyin" : "huà yàn", + "numeric" : "hua4 yan4", + "wadegiles" : "hua⁴ yan⁴", + "bopomofo" : "ㄏㄨㄚˋ ㄧㄢˋ", + "romatzyh" : "huah yann" }, + "meanings" : [ "chemical examination", + "to do a lab test" ], + "classifiers" : [] } ] }, + { "simplified" : "化妆", + "radical" : "匕", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4444, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "化妝", + "transcriptions" : { "pinyin" : "huà zhuāng", + "numeric" : "hua4 zhuang1", + "wadegiles" : "hua⁴ chuang¹", + "bopomofo" : "ㄏㄨㄚˋ ㄓㄨㄤ", + "romatzyh" : "huah juang" }, + "meanings" : [ "to put on makeup" ], + "classifiers" : [] } ] }, + { "simplified" : "划", + "radical" : "刂", + "level" : [ "new-4" ], + "frequency" : 2993, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "划", + "transcriptions" : { "pinyin" : "huá", + "numeric" : "hua2", + "wadegiles" : "hua²", + "bopomofo" : "ㄏㄨㄚˊ", + "romatzyh" : "hwa" }, + "meanings" : [ "to row", + "to paddle", + "profitable", + "worth (the effort)", + "it pays (to do sth)" ], + "classifiers" : [] }, + { "traditional" : "劃", + "transcriptions" : { "pinyin" : "huá", + "numeric" : "hua2", + "wadegiles" : "hua²", + "bopomofo" : "ㄏㄨㄚˊ", + "romatzyh" : "hwa" }, + "meanings" : [ "to cut", + "to slash", + "to scratch (cut into the surface of sth)", + "to strike (a match)" ], + "classifiers" : [] }, + { "traditional" : "劃", + "transcriptions" : { "pinyin" : "huà", + "numeric" : "hua4", + "wadegiles" : "hua⁴", + "bopomofo" : "ㄏㄨㄚˋ", + "romatzyh" : "huah" }, + "meanings" : [ "to delimit", + "to transfer", + "to assign", + "to plan", + "to draw (a line)", + "stroke of a Chinese character" ], + "classifiers" : [] } ] }, + { "simplified" : "划船", + "radical" : "刂", + "level" : [ "new-3", "old-5" ], + "frequency" : 21694, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "划船", + "transcriptions" : { "pinyin" : "huá chuán", + "numeric" : "hua2 chuan2", + "wadegiles" : "hua² ch'uan²", + "bopomofo" : "ㄏㄨㄚˊ ㄔㄨㄢˊ", + "romatzyh" : "hwa chwan" }, + "meanings" : [ "to row a boat", + "rowing boat", + "rowing (sport)" ], + "classifiers" : [] } ] }, + { "simplified" : "划分", + "radical" : "刂", + "level" : [ "new-5", "old-6" ], + "frequency" : 10875, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "劃分", + "transcriptions" : { "pinyin" : "huà fēn", + "numeric" : "hua4 fen1", + "wadegiles" : "hua⁴ fen¹", + "bopomofo" : "ㄏㄨㄚˋ ㄈㄣ", + "romatzyh" : "huah fen" }, + "meanings" : [ "to divide up", + "to partition", + "to differentiate" ], + "classifiers" : [] } ] }, + { "simplified" : "划时代", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 32601, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "劃時代", + "transcriptions" : { "pinyin" : "huà shí dài", + "numeric" : "hua4 shi2 dai4", + "wadegiles" : "hua⁴ shih² tai⁴", + "bopomofo" : "ㄏㄨㄚˋ ㄕˊ ㄉㄞˋ", + "romatzyh" : "huah shyr day" }, + "meanings" : [ "epoch-marking" ], + "classifiers" : [] } ] }, + { "simplified" : "划算", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 12808, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "划算", + "transcriptions" : { "pinyin" : "huá suàn", + "numeric" : "hua2 suan4", + "wadegiles" : "hua² suan⁴", + "bopomofo" : "ㄏㄨㄚˊ ㄙㄨㄢˋ", + "romatzyh" : "hwa suann" }, + "meanings" : [ "to calculate", + "to weigh (pros and cons)", + "to view as profitable", + "worthwhile", + "value for money", + "cost-effective" ], + "classifiers" : [] } ] }, + { "simplified" : "画", + "radical" : "田", + "level" : [ "new-2", "old-3" ], + "frequency" : 1119, + "pos" : [ "n", "v", "q" ], + "forms" : [ { "traditional" : "畫", + "transcriptions" : { "pinyin" : "huà", + "numeric" : "hua4", + "wadegiles" : "hua⁴", + "bopomofo" : "ㄏㄨㄚˋ", + "romatzyh" : "huah" }, + "meanings" : [ "to draw; to paint", + "picture; painting", + "to draw (a line) (variant of 划)", + "stroke of a Chinese character (variant of 划)", + "(calligraphy) horizontal stroke (variant of 划)" ], + "classifiers" : [ "幅", "张" ] } ] }, + { "simplified" : "画册", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 22582, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "畫冊", + "transcriptions" : { "pinyin" : "huà cè", + "numeric" : "hua4 ce4", + "wadegiles" : "hua⁴ ts'e⁴", + "bopomofo" : "ㄏㄨㄚˋ ㄘㄜˋ", + "romatzyh" : "huah tseh" }, + "meanings" : [ "picture album" ], + "classifiers" : [] } ] }, + { "simplified" : "画儿", + "radical" : "田", + "level" : [ "new-2" ], + "frequency" : 69994, + "pos" : [], + "forms" : [ { "traditional" : "畫兒", + "transcriptions" : { "pinyin" : "huà r", + "numeric" : "hua4 r5", + "wadegiles" : "hua⁴ r", + "bopomofo" : "ㄏㄨㄚˋ r", + "romatzyh" : "huah r" }, + "meanings" : [ "picture", "drawing", "painting" ], + "classifiers" : [] } ] }, + { "simplified" : "画家", + "radical" : "田", + "level" : [ "new-2" ], + "frequency" : 7217, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "畫家", + "transcriptions" : { "pinyin" : "huà jiā", + "numeric" : "hua4 jia1", + "wadegiles" : "hua⁴ chia¹", + "bopomofo" : "ㄏㄨㄚˋ ㄐㄧㄚ", + "romatzyh" : "huah jia" }, + "meanings" : [ "painter" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "画龙点睛", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 46401, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "畫龍點睛", + "transcriptions" : { "pinyin" : "huà lóng diǎn jīng", + "numeric" : "hua4 long2 dian3 jing1", + "wadegiles" : "hua⁴ lung² tien³ ching¹", + "bopomofo" : "ㄏㄨㄚˋ ㄌㄨㄥˊ ㄉㄧㄢˇ ㄐㄧㄥ", + "romatzyh" : "huah long dean jing" }, + "meanings" : [ "to paint a dragon and dot in the eyes (idiom); fig. to add the vital finishing touch", + "the crucial point that brings the subject to life", + "a few words to clinch the point" ], + "classifiers" : [] } ] }, + { "simplified" : "画面", + "radical" : "田", + "level" : [ "new-5" ], + "frequency" : 3453, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "畫面", + "transcriptions" : { "pinyin" : "huà miàn", + "numeric" : "hua4 mian4", + "wadegiles" : "hua⁴ mien⁴", + "bopomofo" : "ㄏㄨㄚˋ ㄇㄧㄢˋ", + "romatzyh" : "huah miann" }, + "meanings" : [ "scene", + "tableau", + "picture", + "image", + "screen (displayed by a computer)", + "(motion picture) frame", + "field of view" ], + "classifiers" : [] } ] }, + { "simplified" : "画蛇添足", + "radical" : "田", + "level" : [ "new-7+", "old-6" ], + "frequency" : 47111, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "畫蛇添足", + "transcriptions" : { "pinyin" : "huà shé tiān zú", + "numeric" : "hua4 she2 tian1 zu2", + "wadegiles" : "hua⁴ she² t'ien¹ tsu²", + "bopomofo" : "ㄏㄨㄚˋ ㄕㄜˊ ㄊㄧㄢ ㄗㄨˊ", + "romatzyh" : "huah sher tian tzwu" }, + "meanings" : [ "lit. draw legs on a snake (idiom); fig. to ruin the effect by adding sth superfluous", + "to overdo it" ], + "classifiers" : [] } ] }, + { "simplified" : "画展", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 20576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "畫展", + "transcriptions" : { "pinyin" : "huà zhǎn", + "numeric" : "hua4 zhan3", + "wadegiles" : "hua⁴ chan³", + "bopomofo" : "ㄏㄨㄚˋ ㄓㄢˇ", + "romatzyh" : "huah jaan" }, + "meanings" : [ "art exhibition" ], + "classifiers" : [] } ] }, + { "simplified" : "话", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 157, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "話", + "transcriptions" : { "pinyin" : "huà", + "numeric" : "hua4", + "wadegiles" : "hua⁴", + "bopomofo" : "ㄏㄨㄚˋ", + "romatzyh" : "huah" }, + "meanings" : [ "dialect", + "language", + "spoken words", + "speech", + "talk", + "words", + "conversation", + "what sb said" ], + "classifiers" : [ "种", "席", "句", "口", "番" ] }, + { "traditional" : "諙", + "transcriptions" : { "pinyin" : "huà", + "numeric" : "hua4", + "wadegiles" : "hua⁴", + "bopomofo" : "ㄏㄨㄚˋ", + "romatzyh" : "huah" }, + "meanings" : [ "old variant of 话" ], + "classifiers" : [] } ] }, + { "simplified" : "话费", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 23912, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "話費", + "transcriptions" : { "pinyin" : "huà fèi", + "numeric" : "hua4 fei4", + "wadegiles" : "hua⁴ fei⁴", + "bopomofo" : "ㄏㄨㄚˋ ㄈㄟˋ", + "romatzyh" : "huah fey" }, + "meanings" : [ "call charge" ], + "classifiers" : [] } ] }, + { "simplified" : "话剧", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 11486, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "話劇", + "transcriptions" : { "pinyin" : "huà jù", + "numeric" : "hua4 ju4", + "wadegiles" : "hua⁴ chü⁴", + "bopomofo" : "ㄏㄨㄚˋ ㄐㄩˋ", + "romatzyh" : "huah jiuh" }, + "meanings" : [ "stage play", "modern drama" ], + "classifiers" : [ "台", "部" ] } ] }, + { "simplified" : "话题", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 2557, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "話題", + "transcriptions" : { "pinyin" : "huà tí", + "numeric" : "hua4 ti2", + "wadegiles" : "hua⁴ t'i²", + "bopomofo" : "ㄏㄨㄚˋ ㄊㄧˊ", + "romatzyh" : "huah tyi" }, + "meanings" : [ "subject (of a talk or conversation)", + "topic" ], + "classifiers" : [] } ] }, + { "simplified" : "话筒", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12761, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "話筒", + "transcriptions" : { "pinyin" : "huà tǒng", + "numeric" : "hua4 tong3", + "wadegiles" : "hua⁴ t'ung³", + "bopomofo" : "ㄏㄨㄚˋ ㄊㄨㄥˇ", + "romatzyh" : "huah toong" }, + "meanings" : [ "microphone", + "(telephone) receiver", + "handset" ], + "classifiers" : [] } ] }, + { "simplified" : "话语", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 7946, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "話語", + "transcriptions" : { "pinyin" : "huà yǔ", + "numeric" : "hua4 yu3", + "wadegiles" : "hua⁴ yü³", + "bopomofo" : "ㄏㄨㄚˋ ㄩˇ", + "romatzyh" : "huah yeu" }, + "meanings" : [ "words", + "speech", + "utterance", + "discourse" ], + "classifiers" : [] } ] }, + { "simplified" : "怀抱", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 9613, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "懷抱", + "transcriptions" : { "pinyin" : "huái bào", + "numeric" : "huai2 bao4", + "wadegiles" : "huai² pao⁴", + "bopomofo" : "ㄏㄨㄞˊ ㄅㄠˋ", + "romatzyh" : "hwai baw" }, + "meanings" : [ "to hug", + "to cherish", + "within the bosom (of the family)", + "to embrace (also fig. an ideal, aspiration etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "怀旧", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 11833, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "懷舊", + "transcriptions" : { "pinyin" : "huái jiù", + "numeric" : "huai2 jiu4", + "wadegiles" : "huai² chiu⁴", + "bopomofo" : "ㄏㄨㄞˊ ㄐㄧㄡˋ", + "romatzyh" : "hwai jiow" }, + "meanings" : [ "to feel nostalgic", "nostalgia" ], + "classifiers" : [] } ] }, + { "simplified" : "怀里", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 8879, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "懷裡", + "transcriptions" : { "pinyin" : "huái lǐ", + "numeric" : "huai2 li3", + "wadegiles" : "huai² li³", + "bopomofo" : "ㄏㄨㄞˊ ㄌㄧˇ", + "romatzyh" : "hwai lii" }, + "meanings" : [ "embrace", "bosom" ], + "classifiers" : [] } ] }, + { "simplified" : "怀念", + "radical" : "忄", + "level" : [ "new-4", "old-5" ], + "frequency" : 3668, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "懷念", + "transcriptions" : { "pinyin" : "huái niàn", + "numeric" : "huai2 nian4", + "wadegiles" : "huai² nien⁴", + "bopomofo" : "ㄏㄨㄞˊ ㄋㄧㄢˋ", + "romatzyh" : "hwai niann" }, + "meanings" : [ "to cherish the memory of", + "to think of", + "to reminisce" ], + "classifiers" : [] } ] }, + { "simplified" : "怀疑", + "radical" : "忄", + "level" : [ "new-4", "old-4" ], + "frequency" : 1763, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "懷疑", + "transcriptions" : { "pinyin" : "huái yí", + "numeric" : "huai2 yi2", + "wadegiles" : "huai² i²", + "bopomofo" : "ㄏㄨㄞˊ ㄧˊ", + "romatzyh" : "hwai yi" }, + "meanings" : [ "to doubt (sth)", + "to be skeptical of", + "to have one's doubts", + "to harbor suspicions", + "to suspect that" ], + "classifiers" : [] } ] }, + { "simplified" : "怀孕", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3299, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "懷孕", + "transcriptions" : { "pinyin" : "huái yùn", + "numeric" : "huai2 yun4", + "wadegiles" : "huai² yün⁴", + "bopomofo" : "ㄏㄨㄞˊ ㄩㄣˋ", + "romatzyh" : "hwai yunn" }, + "meanings" : [ "pregnant", + "to have conceived", + "gestation", + "pregnancy" ], + "classifiers" : [] } ] }, + { "simplified" : "怀着", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 7193, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "懷著", + "transcriptions" : { "pinyin" : "huáizhe", + "numeric" : "huáizhe", + "wadegiles" : "huáizhe", + "bopomofo" : "huáizhe", + "romatzyh" : "huáizhe" }, + "meanings" : [ "Be with" ], + "classifiers" : [] } ] }, + { "simplified" : "槐树", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 61916, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "槐樹", + "transcriptions" : { "pinyin" : "huái shù", + "numeric" : "huai2 shu4", + "wadegiles" : "huai² shu⁴", + "bopomofo" : "ㄏㄨㄞˊ ㄕㄨˋ", + "romatzyh" : "hwai shuh" }, + "meanings" : [ "locust tree (Sophora japonica)" ], + "classifiers" : [] } ] }, + { "simplified" : "坏", + "radical" : "土", + "level" : [ "new-1", "old-3" ], + "frequency" : 1239, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "壞", + "transcriptions" : { "pinyin" : "huài", + "numeric" : "huai4", + "wadegiles" : "huai⁴", + "bopomofo" : "ㄏㄨㄞˋ", + "romatzyh" : "huay" }, + "meanings" : [ "bad", + "spoiled", + "broken", + "to break down", + "(suffix) to the utmost" ], + "classifiers" : [] } ] }, + { "simplified" : "坏处", + "radical" : "土", + "level" : [ "new-2" ], + "frequency" : 18345, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "壞處", + "transcriptions" : { "pinyin" : "huài chu", + "numeric" : "huai4 chu5", + "wadegiles" : "huai⁴ chu", + "bopomofo" : "ㄏㄨㄞˋ chu", + "romatzyh" : "huay chu" }, + "meanings" : [ "harm", "troubles" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "坏人", + "radical" : "土", + "level" : [ "new-2" ], + "frequency" : 5700, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "壞人", + "transcriptions" : { "pinyin" : "huài rén", + "numeric" : "huai4 ren2", + "wadegiles" : "huai⁴ jen²", + "bopomofo" : "ㄏㄨㄞˋ ㄖㄣˊ", + "romatzyh" : "huay ren" }, + "meanings" : [ "bad person", "villain" ], + "classifiers" : [] } ] }, + { "simplified" : "坏事", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 5994, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "壞事", + "transcriptions" : { "pinyin" : "huài shì", + "numeric" : "huai4 shi4", + "wadegiles" : "huai⁴ shih⁴", + "bopomofo" : "ㄏㄨㄞˋ ㄕˋ", + "romatzyh" : "huay shyh" }, + "meanings" : [ "bad thing; misdeed", + "to ruin things" ], + "classifiers" : [] } ] }, + { "simplified" : "环", + "radical" : "王", + "level" : [ "new-3" ], + "frequency" : 2712, + "pos" : [ "n", "v", "q" ], + "forms" : [ { "traditional" : "環", + "transcriptions" : { "pinyin" : "Huán", + "numeric" : "Huan2", + "wadegiles" : "huan²", + "bopomofo" : "ㄏㄨㄢˊ", + "romatzyh" : "hwan" }, + "meanings" : [ "surname Huan" ], + "classifiers" : [] }, + { "traditional" : "環", + "transcriptions" : { "pinyin" : "huán", + "numeric" : "huan2", + "wadegiles" : "huan²", + "bopomofo" : "ㄏㄨㄢˊ", + "romatzyh" : "hwan" }, + "meanings" : [ "ring", + "hoop", + "loop", + "(chain) link", + "classifier for scores in archery etc", + "to surround", + "to encircle", + "to hem in" ], + "classifiers" : [] } ] }, + { "simplified" : "环保", + "radical" : "王", + "level" : [ "new-3" ], + "frequency" : 4327, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "環保", + "transcriptions" : { "pinyin" : "huán bǎo", + "numeric" : "huan2 bao3", + "wadegiles" : "huan² pao³", + "bopomofo" : "ㄏㄨㄢˊ ㄅㄠˇ", + "romatzyh" : "hwan bao" }, + "meanings" : [ "environmental protection", + "environmentally friendly", + "abbr. for 环境保护" ], + "classifiers" : [] } ] }, + { "simplified" : "环节", + "radical" : "王", + "level" : [ "new-5", "old-6" ], + "frequency" : 3149, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "環節", + "transcriptions" : { "pinyin" : "huán jié", + "numeric" : "huan2 jie2", + "wadegiles" : "huan² chieh²", + "bopomofo" : "ㄏㄨㄢˊ ㄐㄧㄝˊ", + "romatzyh" : "hwan jye" }, + "meanings" : [ "(zoology) segment (of the body of a worm, centipede etc)", + "(fig.) a part of an integrated whole: aspect (of a project), element (of a policy), sector (of the economy), stage (of a process) etc" ], + "classifiers" : [] } ] }, + { "simplified" : "环境", + "radical" : "王", + "level" : [ "new-3", "old-3" ], + "frequency" : 1171, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "環境", + "transcriptions" : { "pinyin" : "huán jìng", + "numeric" : "huan2 jing4", + "wadegiles" : "huan² ching⁴", + "bopomofo" : "ㄏㄨㄢˊ ㄐㄧㄥˋ", + "romatzyh" : "hwan jinq" }, + "meanings" : [ "environment", + "circumstances", + "surroundings", + "ambient" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "环球", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 6667, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "環球", + "transcriptions" : { "pinyin" : "huán qiú", + "numeric" : "huan2 qiu2", + "wadegiles" : "huan² ch'iu²", + "bopomofo" : "ㄏㄨㄢˊ ㄑㄧㄡˊ", + "romatzyh" : "hwan chyou" }, + "meanings" : [ "around the world", "worldwide" ], + "classifiers" : [] } ] }, + { "simplified" : "环绕", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 10875, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "環繞", + "transcriptions" : { "pinyin" : "huán rào", + "numeric" : "huan2 rao4", + "wadegiles" : "huan² jao⁴", + "bopomofo" : "ㄏㄨㄢˊ ㄖㄠˋ", + "romatzyh" : "hwan raw" }, + "meanings" : [ "to surround", + "to circle", + "to revolve around" ], + "classifiers" : [] } ] }, + { "simplified" : "缓", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 7310, + "pos" : [ "v", "a", "ad" ], + "forms" : [ { "traditional" : "緩", + "transcriptions" : { "pinyin" : "huǎn", + "numeric" : "huan3", + "wadegiles" : "huan³", + "bopomofo" : "ㄏㄨㄢˇ", + "romatzyh" : "hoan" }, + "meanings" : [ "slow", + "unhurried", + "sluggish", + "gradual", + "not tense", + "relaxed", + "to postpone", + "to defer", + "to stall", + "to stave off", + "to revive", + "to recuperate" ], + "classifiers" : [] } ] }, + { "simplified" : "缓和", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12437, + "pos" : [ "v", "a", "vn" ], + "forms" : [ { "traditional" : "緩和", + "transcriptions" : { "pinyin" : "huǎn hé", + "numeric" : "huan3 he2", + "wadegiles" : "huan³ ho²", + "bopomofo" : "ㄏㄨㄢˇ ㄏㄜˊ", + "romatzyh" : "hoan her" }, + "meanings" : [ "to ease (tension)", + "to alleviate", + "to moderate", + "to allay", + "to make more mild" ], + "classifiers" : [] } ] }, + { "simplified" : "缓缓", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 9751, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "緩緩", + "transcriptions" : { "pinyin" : "huǎn huǎn", + "numeric" : "huan3 huan3", + "wadegiles" : "huan³ huan³", + "bopomofo" : "ㄏㄨㄢˇ ㄏㄨㄢˇ", + "romatzyh" : "hoan hoan" }, + "meanings" : [ "slowly", + "unhurriedly", + "little by little" ], + "classifiers" : [] } ] }, + { "simplified" : "缓解", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 5722, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "緩解", + "transcriptions" : { "pinyin" : "huǎn jiě", + "numeric" : "huan3 jie3", + "wadegiles" : "huan³ chieh³", + "bopomofo" : "ㄏㄨㄢˇ ㄐㄧㄝˇ", + "romatzyh" : "hoan jiee" }, + "meanings" : [ "to bring relief", + "to alleviate (a crisis)", + "to dull (a pain)" ], + "classifiers" : [] } ] }, + { "simplified" : "缓慢", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 6772, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "緩慢", + "transcriptions" : { "pinyin" : "huǎn màn", + "numeric" : "huan3 man4", + "wadegiles" : "huan³ man⁴", + "bopomofo" : "ㄏㄨㄢˇ ㄇㄢˋ", + "romatzyh" : "hoan mann" }, + "meanings" : [ "slow" ], + "classifiers" : [] } ] }, + { "simplified" : "幻觉", + "radical" : "幺", + "level" : [ "new-7+" ], + "frequency" : 9883, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "幻覺", + "transcriptions" : { "pinyin" : "huàn jué", + "numeric" : "huan4 jue2", + "wadegiles" : "huan⁴ chüeh²", + "bopomofo" : "ㄏㄨㄢˋ ㄐㄩㄝˊ", + "romatzyh" : "huann jyue" }, + "meanings" : [ "illusion", + "hallucination", + "figment of one's imagination" ], + "classifiers" : [] } ] }, + { "simplified" : "幻想", + "radical" : "幺", + "level" : [ "new-6", "old-5" ], + "frequency" : 3672, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "幻想", + "transcriptions" : { "pinyin" : "huàn xiǎng", + "numeric" : "huan4 xiang3", + "wadegiles" : "huan⁴ hsiang³", + "bopomofo" : "ㄏㄨㄢˋ ㄒㄧㄤˇ", + "romatzyh" : "huann sheang" }, + "meanings" : [ "delusion", "fantasy" ], + "classifiers" : [] } ] }, + { "simplified" : "幻影", + "radical" : "幺", + "level" : [ "new-7+" ], + "frequency" : 16031, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "幻影", + "transcriptions" : { "pinyin" : "huàn yǐng", + "numeric" : "huan4 ying3", + "wadegiles" : "huan⁴ ying³", + "bopomofo" : "ㄏㄨㄢˋ ㄧㄥˇ", + "romatzyh" : "huann yiing" }, + "meanings" : [ "phantom", "mirage" ], + "classifiers" : [] } ] }, + { "simplified" : "唤起", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 15352, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "喚起", + "transcriptions" : { "pinyin" : "huàn qǐ", + "numeric" : "huan4 qi3", + "wadegiles" : "huan⁴ ch'i³", + "bopomofo" : "ㄏㄨㄢˋ ㄑㄧˇ", + "romatzyh" : "huann chii" }, + "meanings" : [ "to waken (to action)", + "to rouse (the masses)", + "to evoke (attention, recollection etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "换", + "radical" : "扌", + "level" : [ "new-2", "old-3" ], + "frequency" : 618, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "換", + "transcriptions" : { "pinyin" : "huàn", + "numeric" : "huan4", + "wadegiles" : "huan⁴", + "bopomofo" : "ㄏㄨㄢˋ", + "romatzyh" : "huann" }, + "meanings" : [ "to exchange", + "to change (clothes etc)", + "to substitute", + "to switch", + "to convert (currency)" ], + "classifiers" : [] } ] }, + { "simplified" : "换成", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14335, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "換成", + "transcriptions" : { "pinyin" : "huàn chéng", + "numeric" : "huan4 cheng2", + "wadegiles" : "huan⁴ ch'eng²", + "bopomofo" : "ㄏㄨㄢˋ ㄔㄥˊ", + "romatzyh" : "huann cherng" }, + "meanings" : [ "to exchange (sth) for (sth else)", + "to replace with", + "to convert into" ], + "classifiers" : [] } ] }, + { "simplified" : "换取", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10449, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "換取", + "transcriptions" : { "pinyin" : "huàn qǔ", + "numeric" : "huan4 qu3", + "wadegiles" : "huan⁴ ch'ü³", + "bopomofo" : "ㄏㄨㄢˋ ㄑㄩˇ", + "romatzyh" : "huann cheu" }, + "meanings" : [ "to obtain (sth) in exchange", + "to exchange (sth) for (sth else)" ], + "classifiers" : [] } ] }, + { "simplified" : "换位", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 24157, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "換位", + "transcriptions" : { "pinyin" : "huàn wèi", + "numeric" : "huan4 wei4", + "wadegiles" : "huan⁴ wei⁴", + "bopomofo" : "ㄏㄨㄢˋ ㄨㄟˋ", + "romatzyh" : "huann wey" }, + "meanings" : [ "to swap places", + "(logic) conversion", + "(car maintenance) to rotate (tires)" ], + "classifiers" : [] } ] }, + { "simplified" : "换言之", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 26895, + "pos" : [ "cc" ], + "forms" : [ { "traditional" : "換言之", + "transcriptions" : { "pinyin" : "huàn yán zhī", + "numeric" : "huan4 yan2 zhi1", + "wadegiles" : "huan⁴ yan² chih¹", + "bopomofo" : "ㄏㄨㄢˋ ㄧㄢˊ ㄓ", + "romatzyh" : "huann yan jy" }, + "meanings" : [ "in other words" ], + "classifiers" : [] } ] }, + { "simplified" : "患", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 2581, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "患", + "transcriptions" : { "pinyin" : "huàn", + "numeric" : "huan4", + "wadegiles" : "huan⁴", + "bopomofo" : "ㄏㄨㄢˋ", + "romatzyh" : "huann" }, + "meanings" : [ "to suffer (from illness)", + "to contract (a disease)", + "misfortune", + "trouble", + "danger", + "worry" ], + "classifiers" : [] } ] }, + { "simplified" : "患病", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 14803, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "患病", + "transcriptions" : { "pinyin" : "huàn bìng", + "numeric" : "huan4 bing4", + "wadegiles" : "huan⁴ ping⁴", + "bopomofo" : "ㄏㄨㄢˋ ㄅㄧㄥˋ", + "romatzyh" : "huann binq" }, + "meanings" : [ "to fall ill" ], + "classifiers" : [] } ] }, + { "simplified" : "患有", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 10482, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "患有", + "transcriptions" : { "pinyin" : "huàn yǒu", + "numeric" : "huan4 you3", + "wadegiles" : "huan⁴ yu³", + "bopomofo" : "ㄏㄨㄢˋ ㄧㄡˇ", + "romatzyh" : "huann yeou" }, + "meanings" : [ "to contract (an illness)", + "to be afflicted with", + "to suffer from" ], + "classifiers" : [] } ] }, + { "simplified" : "患者", + "radical" : "心", + "level" : [ "new-6", "old-6" ], + "frequency" : 2539, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "患者", + "transcriptions" : { "pinyin" : "huàn zhě", + "numeric" : "huan4 zhe3", + "wadegiles" : "huan⁴ che³", + "bopomofo" : "ㄏㄨㄢˋ ㄓㄜˇ", + "romatzyh" : "huann jee" }, + "meanings" : [ "patient; sufferer" ], + "classifiers" : [] } ] }, + { "simplified" : "焕发", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 21881, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "煥發", + "transcriptions" : { "pinyin" : "huàn fā", + "numeric" : "huan4 fa1", + "wadegiles" : "huan⁴ fa¹", + "bopomofo" : "ㄏㄨㄢˋ ㄈㄚ", + "romatzyh" : "huann fa" }, + "meanings" : [ "to shine", + "to glow", + "to irradiate", + "to flash" ], + "classifiers" : [] } ] }, + { "simplified" : "欢呼", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 6063, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "歡呼", + "transcriptions" : { "pinyin" : "huān hū", + "numeric" : "huan1 hu1", + "wadegiles" : "huan¹ hu¹", + "bopomofo" : "ㄏㄨㄢ ㄏㄨ", + "romatzyh" : "huan hu" }, + "meanings" : [ "to cheer for", "to acclaim" ], + "classifiers" : [] } ] }, + { "simplified" : "欢聚", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 31178, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "歡聚", + "transcriptions" : { "pinyin" : "huān jù", + "numeric" : "huan1 ju4", + "wadegiles" : "huan¹ chü⁴", + "bopomofo" : "ㄏㄨㄢ ㄐㄩˋ", + "romatzyh" : "huan jiuh" }, + "meanings" : [ "to get together socially", + "to celebrate", + "party", + "celebration" ], + "classifiers" : [] } ] }, + { "simplified" : "欢快", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 12547, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "歡快", + "transcriptions" : { "pinyin" : "huān kuài", + "numeric" : "huan1 kuai4", + "wadegiles" : "huan¹ k'uai⁴", + "bopomofo" : "ㄏㄨㄢ ㄎㄨㄞˋ", + "romatzyh" : "huan kuay" }, + "meanings" : [ "cheerful and lighthearted", + "lively" ], + "classifiers" : [] } ] }, + { "simplified" : "欢乐", + "radical" : "欠", + "level" : [ "new-3", "old-6" ], + "frequency" : 3660, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "歡樂", + "transcriptions" : { "pinyin" : "huān lè", + "numeric" : "huan1 le4", + "wadegiles" : "huan¹ le⁴", + "bopomofo" : "ㄏㄨㄢ ㄌㄜˋ", + "romatzyh" : "huan leh" }, + "meanings" : [ "gaiety", + "gladness", + "glee", + "merriment", + "pleasure", + "happy", + "joyous", + "gay" ], + "classifiers" : [] } ] }, + { "simplified" : "欢声笑语", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 28045, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "歡聲笑語", + "transcriptions" : { "pinyin" : "huān shēng xiào yǔ", + "numeric" : "huan1 sheng1 xiao4 yu3", + "wadegiles" : "huan¹ sheng¹ hsiao⁴ yü³", + "bopomofo" : "ㄏㄨㄢ ㄕㄥ ㄒㄧㄠˋ ㄩˇ", + "romatzyh" : "huan sheng shiaw yeu" }, + "meanings" : [ "cheers and laughter" ], + "classifiers" : [] } ] }, + { "simplified" : "欢迎", + "radical" : "欠", + "level" : [ "new-2", "old-2" ], + "frequency" : 796, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "歡迎", + "transcriptions" : { "pinyin" : "huān yíng", + "numeric" : "huan1 ying2", + "wadegiles" : "huan¹ ying²", + "bopomofo" : "ㄏㄨㄢ ㄧㄥˊ", + "romatzyh" : "huan yng" }, + "meanings" : [ "to welcome", "welcome" ], + "classifiers" : [] } ] }, + { "simplified" : "荒", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 14965, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "荒", + "transcriptions" : { "pinyin" : "huāng", + "numeric" : "huang1", + "wadegiles" : "huang¹", + "bopomofo" : "ㄏㄨㄤ", + "romatzyh" : "huang" }, + "meanings" : [ "desolate", + "shortage", + "scarce", + "out of practice", + "absurd", + "uncultivated", + "to neglect" ], + "classifiers" : [] } ] }, + { "simplified" : "荒诞", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 20491, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "荒誕", + "transcriptions" : { "pinyin" : "huāng dàn", + "numeric" : "huang1 dan4", + "wadegiles" : "huang¹ tan⁴", + "bopomofo" : "ㄏㄨㄤ ㄉㄢˋ", + "romatzyh" : "huang dann" }, + "meanings" : [ "beyond belief", + "incredible", + "preposterous", + "fantastic" ], + "classifiers" : [] } ] }, + { "simplified" : "荒凉", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19554, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "荒涼", + "transcriptions" : { "pinyin" : "huāng liáng", + "numeric" : "huang1 liang2", + "wadegiles" : "huang¹ liang²", + "bopomofo" : "ㄏㄨㄤ ㄌㄧㄤˊ", + "romatzyh" : "huang liang" }, + "meanings" : [ "desolate" ], + "classifiers" : [] } ] }, + { "simplified" : "荒谬", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10598, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "荒謬", + "transcriptions" : { "pinyin" : "huāng miù", + "numeric" : "huang1 miu4", + "wadegiles" : "huang¹ miu⁴", + "bopomofo" : "ㄏㄨㄤ ㄇㄧㄡˋ", + "romatzyh" : "huang miow" }, + "meanings" : [ "absurd", "ridiculous" ], + "classifiers" : [] } ] }, + { "simplified" : "荒唐", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 8672, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "荒唐", + "transcriptions" : { "pinyin" : "huāng táng", + "numeric" : "huang1 tang2", + "wadegiles" : "huang¹ t'ang²", + "bopomofo" : "ㄏㄨㄤ ㄊㄤˊ", + "romatzyh" : "huang tarng" }, + "meanings" : [ "beyond belief", + "preposterous", + "absurd", + "intemperate", + "dissipated" ], + "classifiers" : [] } ] }, + { "simplified" : "慌", + "radical" : "忄", + "level" : [ "new-5" ], + "frequency" : 6401, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "慌", + "transcriptions" : { "pinyin" : "huāng", + "numeric" : "huang1", + "wadegiles" : "huang¹", + "bopomofo" : "ㄏㄨㄤ", + "romatzyh" : "huang" }, + "meanings" : [ "to get panicky", + "to lose one's head", + "(coll.) (after 得) unbearably", + "terribly" ], + "classifiers" : [] } ] }, + { "simplified" : "慌乱", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 15359, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "慌亂", + "transcriptions" : { "pinyin" : "huāng luàn", + "numeric" : "huang1 luan4", + "wadegiles" : "huang¹ luan⁴", + "bopomofo" : "ㄏㄨㄤ ㄌㄨㄢˋ", + "romatzyh" : "huang luann" }, + "meanings" : [ "frenetic", "hurried" ], + "classifiers" : [] } ] }, + { "simplified" : "慌忙", + "radical" : "忄", + "level" : [ "new-5", "old-6" ], + "frequency" : 29421, + "pos" : [ "ad" ], + "forms" : [ { "traditional" : "慌忙", + "transcriptions" : { "pinyin" : "huāng máng", + "numeric" : "huang1 mang2", + "wadegiles" : "huang¹ mang²", + "bopomofo" : "ㄏㄨㄤ ㄇㄤˊ", + "romatzyh" : "huang mang" }, + "meanings" : [ "in a great rush", "in a flurry" ], + "classifiers" : [] } ] }, + { "simplified" : "慌张", + "radical" : "忄", + "level" : [ "new-7+", "old-5" ], + "frequency" : 15404, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "慌張", + "transcriptions" : { "pinyin" : "huāng zhāng", + "numeric" : "huang1 zhang1", + "wadegiles" : "huang¹ chang¹", + "bopomofo" : "ㄏㄨㄤ ㄓㄤ", + "romatzyh" : "huang jang" }, + "meanings" : [ "flustered", "agitated" ], + "classifiers" : [] } ] }, + { "simplified" : "皇帝", + "radical" : "白", + "level" : [ "new-6", "old-5" ], + "frequency" : 5233, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皇帝", + "transcriptions" : { "pinyin" : "huáng dì", + "numeric" : "huang2 di4", + "wadegiles" : "huang² ti⁴", + "bopomofo" : "ㄏㄨㄤˊ ㄉㄧˋ", + "romatzyh" : "hwang dih" }, + "meanings" : [ "emperor" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "皇宫", + "radical" : "白", + "level" : [ "new-7+" ], + "frequency" : 12458, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皇宮", + "transcriptions" : { "pinyin" : "huáng gōng", + "numeric" : "huang2 gong1", + "wadegiles" : "huang² kung¹", + "bopomofo" : "ㄏㄨㄤˊ ㄍㄨㄥ", + "romatzyh" : "hwang gong" }, + "meanings" : [ "imperial palace" ], + "classifiers" : [] } ] }, + { "simplified" : "皇后", + "radical" : "白", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5870, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皇后", + "transcriptions" : { "pinyin" : "huáng hòu", + "numeric" : "huang2 hou4", + "wadegiles" : "huang² hou⁴", + "bopomofo" : "ㄏㄨㄤˊ ㄏㄡˋ", + "romatzyh" : "hwang how" }, + "meanings" : [ "empress", "imperial consort" ], + "classifiers" : [] } ] }, + { "simplified" : "皇上", + "radical" : "白", + "level" : [ "new-7+" ], + "frequency" : 10429, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皇上", + "transcriptions" : { "pinyin" : "huáng shang", + "numeric" : "huang2 shang5", + "wadegiles" : "huang² shang", + "bopomofo" : "ㄏㄨㄤˊ shang", + "romatzyh" : "hwang shang" }, + "meanings" : [ "the emperor", + "Your majesty the emperor", + "His imperial majesty" ], + "classifiers" : [] } ] }, + { "simplified" : "皇室", + "radical" : "白", + "level" : [ "new-7+" ], + "frequency" : 11898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皇室", + "transcriptions" : { "pinyin" : "huáng shì", + "numeric" : "huang2 shi4", + "wadegiles" : "huang² shih⁴", + "bopomofo" : "ㄏㄨㄤˊ ㄕˋ", + "romatzyh" : "hwang shyh" }, + "meanings" : [ "royal family", + "imperial household", + "member of the royal family" ], + "classifiers" : [] } ] }, + { "simplified" : "黄", + "radical" : "黄", + "level" : [ "new-2", "old-3" ], + "frequency" : 1809, + "pos" : [ "nr", "a", "b" ], + "forms" : [ { "traditional" : "黃", + "transcriptions" : { "pinyin" : "Huáng", + "numeric" : "Huang2", + "wadegiles" : "huang²", + "bopomofo" : "ㄏㄨㄤˊ", + "romatzyh" : "hwang" }, + "meanings" : [ "surname Huang or Hwang" ], + "classifiers" : [] }, + { "traditional" : "黃", + "transcriptions" : { "pinyin" : "huáng", + "numeric" : "huang2", + "wadegiles" : "huang²", + "bopomofo" : "ㄏㄨㄤˊ", + "romatzyh" : "hwang" }, + "meanings" : [ "yellow", + "pornographic", + "to fall through" ], + "classifiers" : [] } ] }, + { "simplified" : "黄瓜", + "radical" : "黄", + "level" : [ "new-4", "old-5" ], + "frequency" : 10535, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黃瓜", + "transcriptions" : { "pinyin" : "huáng guā", + "numeric" : "huang2 gua1", + "wadegiles" : "huang² kua¹", + "bopomofo" : "ㄏㄨㄤˊ ㄍㄨㄚ", + "romatzyh" : "hwang gua" }, + "meanings" : [ "cucumber" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "黄昏", + "radical" : "黄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12318, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "黃昏", + "transcriptions" : { "pinyin" : "huáng hūn", + "numeric" : "huang2 hun1", + "wadegiles" : "huang² hun¹", + "bopomofo" : "ㄏㄨㄤˊ ㄏㄨㄣ", + "romatzyh" : "hwang huen" }, + "meanings" : [ "dusk", "evening", "nightfall" ], + "classifiers" : [] } ] }, + { "simplified" : "黄金", + "radical" : "黄", + "level" : [ "new-4", "old-5" ], + "frequency" : 2676, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黃金", + "transcriptions" : { "pinyin" : "huáng jīn", + "numeric" : "huang2 jin1", + "wadegiles" : "huang² chin¹", + "bopomofo" : "ㄏㄨㄤˊ ㄐㄧㄣ", + "romatzyh" : "hwang jin" }, + "meanings" : [ "gold", + "golden (opportunity)", + "prime (time)" ], + "classifiers" : [] } ] }, + { "simplified" : "黄色", + "radical" : "黄", + "level" : [ "new-2" ], + "frequency" : 4243, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "黃色", + "transcriptions" : { "pinyin" : "huáng sè", + "numeric" : "huang2 se4", + "wadegiles" : "huang² se⁴", + "bopomofo" : "ㄏㄨㄤˊ ㄙㄜˋ", + "romatzyh" : "hwang seh" }, + "meanings" : [ "yellow (color)", "pornographic" ], + "classifiers" : [] } ] }, + { "simplified" : "恍然大悟", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 24790, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "恍然大悟", + "transcriptions" : { "pinyin" : "huǎng rán dà wù", + "numeric" : "huang3 ran2 da4 wu4", + "wadegiles" : "huang³ jan² ta⁴ wu⁴", + "bopomofo" : "ㄏㄨㄤˇ ㄖㄢˊ ㄉㄚˋ ㄨˋ", + "romatzyh" : "hoang ran dah wuh" }, + "meanings" : [ "to suddenly realize", + "to suddenly see the light" ], + "classifiers" : [] } ] }, + { "simplified" : "谎话", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 15885, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "謊話", + "transcriptions" : { "pinyin" : "huǎng huà", + "numeric" : "huang3 hua4", + "wadegiles" : "huang³ hua⁴", + "bopomofo" : "ㄏㄨㄤˇ ㄏㄨㄚˋ", + "romatzyh" : "hoang huah" }, + "meanings" : [ "lie" ], + "classifiers" : [] } ] }, + { "simplified" : "谎言", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 5015, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "謊言", + "transcriptions" : { "pinyin" : "huǎng yán", + "numeric" : "huang3 yan2", + "wadegiles" : "huang³ yan²", + "bopomofo" : "ㄏㄨㄤˇ ㄧㄢˊ", + "romatzyh" : "hoang yan" }, + "meanings" : [ "lie" ], + "classifiers" : [] } ] }, + { "simplified" : "晃", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 5102, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "㨪", + "transcriptions" : { "pinyin" : "huǎng", + "numeric" : "huang3", + "wadegiles" : "huang³", + "bopomofo" : "ㄏㄨㄤˇ", + "romatzyh" : "hoang" }, + "meanings" : [ "variant of 晃" ], + "classifiers" : [] }, + { "traditional" : "晃", + "transcriptions" : { "pinyin" : "huǎng", + "numeric" : "huang3", + "wadegiles" : "huang³", + "bopomofo" : "ㄏㄨㄤˇ", + "romatzyh" : "hoang" }, + "meanings" : [ "to dazzle", "to flash past" ], + "classifiers" : [] }, + { "traditional" : "晃", + "transcriptions" : { "pinyin" : "huàng", + "numeric" : "huang4", + "wadegiles" : "huang⁴", + "bopomofo" : "ㄏㄨㄤˋ", + "romatzyh" : "huanq" }, + "meanings" : [ "to sway", + "to shake", + "to wander about" ], + "classifiers" : [] } ] }, + { "simplified" : "晃荡", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 27257, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "晃蕩", + "transcriptions" : { "pinyin" : "huàng dang", + "numeric" : "huang4 dang5", + "wadegiles" : "huang⁴ dang", + "bopomofo" : "ㄏㄨㄤˋ dang", + "romatzyh" : "huanq dang" }, + "meanings" : [ "to rock", "to sway", "to shake" ], + "classifiers" : [] } ] }, + { "simplified" : "灰", + "radical" : "火", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2914, + "pos" : [ "g", "n", "a" ], + "forms" : [ { "traditional" : "灰", + "transcriptions" : { "pinyin" : "huī", + "numeric" : "hui1", + "wadegiles" : "hui¹", + "bopomofo" : "ㄏㄨㄟ", + "romatzyh" : "huei" }, + "meanings" : [ "ash", + "dust", + "lime", + "gray", + "discouraged; dejected" ], + "classifiers" : [] } ] }, + { "simplified" : "灰尘", + "radical" : "火", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10301, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "灰塵", + "transcriptions" : { "pinyin" : "huī chén", + "numeric" : "hui1 chen2", + "wadegiles" : "hui¹ ch'en²", + "bopomofo" : "ㄏㄨㄟ ㄔㄣˊ", + "romatzyh" : "huei chern" }, + "meanings" : [ "dust" ], + "classifiers" : [] } ] }, + { "simplified" : "灰色", + "radical" : "火", + "level" : [ "new-5" ], + "frequency" : 6466, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "灰色", + "transcriptions" : { "pinyin" : "huī sè", + "numeric" : "hui1 se4", + "wadegiles" : "hui¹ se⁴", + "bopomofo" : "ㄏㄨㄟ ㄙㄜˋ", + "romatzyh" : "huei seh" }, + "meanings" : [ "gray", + "ash gray", + "grizzly", + "pessimistic", + "gloomy", + "dispirited", + "ambiguous" ], + "classifiers" : [] } ] }, + { "simplified" : "灰心", + "radical" : "火", + "level" : [ "new-7+", "old-5" ], + "frequency" : 20767, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "灰心", + "transcriptions" : { "pinyin" : "huī xīn", + "numeric" : "hui1 xin1", + "wadegiles" : "hui¹ hsin¹", + "bopomofo" : "ㄏㄨㄟ ㄒㄧㄣ", + "romatzyh" : "huei shin" }, + "meanings" : [ "to lose heart", + "to be discouraged" ], + "classifiers" : [] } ] }, + { "simplified" : "恢复", + "radical" : "忄", + "level" : [ "new-5", "old-5" ], + "frequency" : 1219, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "恢復", + "transcriptions" : { "pinyin" : "huī fù", + "numeric" : "hui1 fu4", + "wadegiles" : "hui¹ fu⁴", + "bopomofo" : "ㄏㄨㄟ ㄈㄨˋ", + "romatzyh" : "huei fuh" }, + "meanings" : [ "to reinstate", + "to resume", + "to restore", + "to recover", + "to regain", + "to rehabilitate" ], + "classifiers" : [] } ] }, + { "simplified" : "挥", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3969, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揮", + "transcriptions" : { "pinyin" : "huī", + "numeric" : "hui1", + "wadegiles" : "hui¹", + "bopomofo" : "ㄏㄨㄟ", + "romatzyh" : "huei" }, + "meanings" : [ "to wave", + "to brandish", + "to command", + "to conduct", + "to scatter", + "to disperse" ], + "classifiers" : [] } ] }, + { "simplified" : "挥霍", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 12889, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揮霍", + "transcriptions" : { "pinyin" : "huī huò", + "numeric" : "hui1 huo4", + "wadegiles" : "hui¹ huo⁴", + "bopomofo" : "ㄏㄨㄟ ㄏㄨㄛˋ", + "romatzyh" : "huei huoh" }, + "meanings" : [ "to squander money", + "extravagant", + "prodigal", + "free and easy", + "agile" ], + "classifiers" : [] } ] }, + { "simplified" : "辉煌", + "radical" : "⺌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6514, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "輝煌", + "transcriptions" : { "pinyin" : "huī huáng", + "numeric" : "hui1 huang2", + "wadegiles" : "hui¹ huang²", + "bopomofo" : "ㄏㄨㄟ ㄏㄨㄤˊ", + "romatzyh" : "huei hwang" }, + "meanings" : [ "splendid", "glorious" ], + "classifiers" : [] } ] }, + { "simplified" : "回", + "radical" : "囗", + "level" : [ "new-1", "old-1" ], + "frequency" : 225, + "pos" : [ "v", "qv" ], + "forms" : [ { "traditional" : "回", + "transcriptions" : { "pinyin" : "huí", + "numeric" : "hui2", + "wadegiles" : "hui²", + "bopomofo" : "ㄏㄨㄟˊ", + "romatzyh" : "hwei" }, + "meanings" : [ "to circle", + "to go back", + "to turn around", + "to answer", + "to return", + "to revolve", + "Hui ethnic group (Chinese Muslims)", + "time", + "classifier for acts of a play", + "section or chapter (of a classic book)" ], + "classifiers" : [] }, + { "traditional" : "迴", + "transcriptions" : { "pinyin" : "huí", + "numeric" : "hui2", + "wadegiles" : "hui²", + "bopomofo" : "ㄏㄨㄟˊ", + "romatzyh" : "hwei" }, + "meanings" : [ "to curve", + "to return", + "to revolve" ], + "classifiers" : [] }, + { "traditional" : "逥", + "transcriptions" : { "pinyin" : "huí", + "numeric" : "hui2", + "wadegiles" : "hui²", + "bopomofo" : "ㄏㄨㄟˊ", + "romatzyh" : "hwei" }, + "meanings" : [ "variant of 回" ], + "classifiers" : [] } ] }, + { "simplified" : "回报", + "radical" : "囗", + "level" : [ "new-5", "old-6" ], + "frequency" : 3116, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回報", + "transcriptions" : { "pinyin" : "huí bào", + "numeric" : "hui2 bao4", + "wadegiles" : "hui² pao⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄅㄠˋ", + "romatzyh" : "hwei baw" }, + "meanings" : [ "(in) return", + "reciprocation", + "payback", + "retaliation", + "to report back", + "to reciprocate" ], + "classifiers" : [] } ] }, + { "simplified" : "回避", + "radical" : "囗", + "level" : [ "new-5", "old-6" ], + "frequency" : 6113, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回避", + "transcriptions" : { "pinyin" : "huí bì", + "numeric" : "hui2 bi4", + "wadegiles" : "hui² pi⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄅㄧˋ", + "romatzyh" : "hwei bih" }, + "meanings" : [ "variant of 回避" ], + "classifiers" : [] }, + { "traditional" : "迴避", + "transcriptions" : { "pinyin" : "huí bì", + "numeric" : "hui2 bi4", + "wadegiles" : "hui² pi⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄅㄧˋ", + "romatzyh" : "hwei bih" }, + "meanings" : [ "to shun", + "to avoid (sb)", + "to skirt", + "to evade (an issue)", + "to step back", + "to withdraw", + "to recuse (a judge etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "回答", + "radical" : "囗", + "level" : [ "new-1", "old-2" ], + "frequency" : 1100, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回答", + "transcriptions" : { "pinyin" : "huí dá", + "numeric" : "hui2 da2", + "wadegiles" : "hui² ta²", + "bopomofo" : "ㄏㄨㄟˊ ㄉㄚˊ", + "romatzyh" : "hwei dar" }, + "meanings" : [ "to reply; to answer", + "reply; answer" ], + "classifiers" : [] } ] }, + { "simplified" : "回到", + "radical" : "囗", + "level" : [ "new-1" ], + "frequency" : 962, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "回到", + "transcriptions" : { "pinyin" : "huí dào", + "numeric" : "hui2 dao4", + "wadegiles" : "hui² tao⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄉㄠˋ", + "romatzyh" : "hwei daw" }, + "meanings" : [ "to return to" ], + "classifiers" : [] } ] }, + { "simplified" : "回复", + "radical" : "囗", + "level" : [ "new-4" ], + "frequency" : 2477, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回復", + "transcriptions" : { "pinyin" : "huí fù", + "numeric" : "hui2 fu4", + "wadegiles" : "hui² fu⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄈㄨˋ", + "romatzyh" : "hwei fuh" }, + "meanings" : [ "to reply", + "to recover", + "to return (to a previous condition)", + "Re: in reply to (email)" ], + "classifiers" : [] } ] }, + { "simplified" : "回顾", + "radical" : "囗", + "level" : [ "new-5", "old-6" ], + "frequency" : 4664, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回顧", + "transcriptions" : { "pinyin" : "huí gù", + "numeric" : "hui2 gu4", + "wadegiles" : "hui² ku⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄍㄨˋ", + "romatzyh" : "hwei guh" }, + "meanings" : [ "to look back", "to review" ], + "classifiers" : [] } ] }, + { "simplified" : "回归", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 3970, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回歸", + "transcriptions" : { "pinyin" : "huí guī", + "numeric" : "hui2 gui1", + "wadegiles" : "hui² kuei¹", + "bopomofo" : "ㄏㄨㄟˊ ㄍㄨㄟ", + "romatzyh" : "hwei guei" }, + "meanings" : [ "to return to", + "to retreat", + "regression (statistics)" ], + "classifiers" : [] } ] }, + { "simplified" : "回国", + "radical" : "囗", + "level" : [ "new-2" ], + "frequency" : 9098, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "回國", + "transcriptions" : { "pinyin" : "huí guó", + "numeric" : "hui2 guo2", + "wadegiles" : "hui² kuo²", + "bopomofo" : "ㄏㄨㄟˊ ㄍㄨㄛˊ", + "romatzyh" : "hwei gwo" }, + "meanings" : [ "to return to one's home country" ], + "classifiers" : [] } ] }, + { "simplified" : "回家", + "radical" : "囗", + "level" : [ "new-1" ], + "frequency" : 554, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "回家", + "transcriptions" : { "pinyin" : "huí jiā", + "numeric" : "hui2 jia1", + "wadegiles" : "hui² chia¹", + "bopomofo" : "ㄏㄨㄟˊ ㄐㄧㄚ", + "romatzyh" : "hwei jia" }, + "meanings" : [ "to return home" ], + "classifiers" : [] } ] }, + { "simplified" : "回扣", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 16947, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "回扣", + "transcriptions" : { "pinyin" : "huí kòu", + "numeric" : "hui2 kou4", + "wadegiles" : "hui² k'ou⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄎㄡˋ", + "romatzyh" : "hwei kow" }, + "meanings" : [ "brokerage", + "a commission paid to a middleman", + "euphemism for a bribe", + "a kickback" ], + "classifiers" : [] } ] }, + { "simplified" : "回馈", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 10605, + "pos" : [], + "forms" : [ { "traditional" : "回饋", + "transcriptions" : { "pinyin" : "huí kuì", + "numeric" : "hui2 kui4", + "wadegiles" : "hui² k'uei⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄎㄨㄟˋ", + "romatzyh" : "hwei kuey" }, + "meanings" : [ "to repay a favor", + "to give back", + "feedback" ], + "classifiers" : [] } ] }, + { "simplified" : "回来", + "radical" : "囗", + "level" : [ "new-1" ], + "frequency" : 480, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "回來", + "transcriptions" : { "pinyin" : "huí lai", + "numeric" : "hui2 lai5", + "wadegiles" : "hui² lai", + "bopomofo" : "ㄏㄨㄟˊ lai", + "romatzyh" : "hwei lai" }, + "meanings" : [ "to return; to come back" ], + "classifiers" : [] } ] }, + { "simplified" : "回落", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 32453, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "回落", + "transcriptions" : { "pinyin" : "huí luò", + "numeric" : "hui2 luo4", + "wadegiles" : "hui² lo⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄌㄨㄛˋ", + "romatzyh" : "hwei luoh" }, + "meanings" : [ "to fall back", + "to return to low level after a rise (in water level, price etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "回去", + "radical" : "囗", + "level" : [ "new-1" ], + "frequency" : 1160, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "回去", + "transcriptions" : { "pinyin" : "huí qu", + "numeric" : "hui2 qu5", + "wadegiles" : "hui² qu", + "bopomofo" : "ㄏㄨㄟˊ qu", + "romatzyh" : "hwei qu" }, + "meanings" : [ "to return", "to go back" ], + "classifiers" : [] } ] }, + { "simplified" : "回升", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 17568, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回升", + "transcriptions" : { "pinyin" : "huí shēng", + "numeric" : "hui2 sheng1", + "wadegiles" : "hui² sheng¹", + "bopomofo" : "ㄏㄨㄟˊ ㄕㄥ", + "romatzyh" : "hwei sheng" }, + "meanings" : [ "to rise again after a fall", + "to pick up", + "rally (stock market etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "回收", + "radical" : "囗", + "level" : [ "new-5", "old-6" ], + "frequency" : 5818, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回收", + "transcriptions" : { "pinyin" : "huí shōu", + "numeric" : "hui2 shou1", + "wadegiles" : "hui² shou¹", + "bopomofo" : "ㄏㄨㄟˊ ㄕㄡ", + "romatzyh" : "hwei shou" }, + "meanings" : [ "to recycle", + "to reclaim", + "to retrieve", + "to recover", + "to recall (a defective product)" ], + "classifiers" : [] } ] }, + { "simplified" : "回首", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 13271, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "回首", + "transcriptions" : { "pinyin" : "huí shǒu", + "numeric" : "hui2 shou3", + "wadegiles" : "hui² shou³", + "bopomofo" : "ㄏㄨㄟˊ ㄕㄡˇ", + "romatzyh" : "hwei shoou" }, + "meanings" : [ "to turn around; to look back", + "(fig.) to recall the past" ], + "classifiers" : [] } ] }, + { "simplified" : "回头", + "radical" : "囗", + "level" : [ "new-5" ], + "frequency" : 2717, + "pos" : [ "d", "v", "vn" ], + "forms" : [ { "traditional" : "回頭", + "transcriptions" : { "pinyin" : "huí tóu", + "numeric" : "hui2 tou2", + "wadegiles" : "hui² t'ou²", + "bopomofo" : "ㄏㄨㄟˊ ㄊㄡˊ", + "romatzyh" : "hwei tour" }, + "meanings" : [ "to turn round; to turn one's head", + "later; by and by" ], + "classifiers" : [] } ] }, + { "simplified" : "回味", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 14491, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回味", + "transcriptions" : { "pinyin" : "huí wèi", + "numeric" : "hui2 wei4", + "wadegiles" : "hui² wei⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄨㄟˋ", + "romatzyh" : "hwei wey" }, + "meanings" : [ "to call to mind and ponder over", + "aftertaste" ], + "classifiers" : [] } ] }, + { "simplified" : "回想", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 6783, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回想", + "transcriptions" : { "pinyin" : "huí xiǎng", + "numeric" : "hui2 xiang3", + "wadegiles" : "hui² hsiang³", + "bopomofo" : "ㄏㄨㄟˊ ㄒㄧㄤˇ", + "romatzyh" : "hwei sheang" }, + "meanings" : [ "to recall", + "to recollect", + "to think back" ], + "classifiers" : [] } ] }, + { "simplified" : "回信", + "radical" : "囗", + "level" : [ "new-5" ], + "frequency" : 14440, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "回信", + "transcriptions" : { "pinyin" : "huí xìn", + "numeric" : "hui2 xin4", + "wadegiles" : "hui² hsin⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄒㄧㄣˋ", + "romatzyh" : "hwei shinn" }, + "meanings" : [ "to reply", + "to write back", + "letter written in reply" ], + "classifiers" : [ "封" ] } ] }, + { "simplified" : "回忆", + "radical" : "囗", + "level" : [ "new-5", "old-4" ], + "frequency" : 2055, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回憶", + "transcriptions" : { "pinyin" : "huí yì", + "numeric" : "hui2 yi4", + "wadegiles" : "hui² i⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄧˋ", + "romatzyh" : "hwei yih" }, + "meanings" : [ "to recall", "memories" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "回忆录", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 19388, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "回憶錄", + "transcriptions" : { "pinyin" : "huí yì lù", + "numeric" : "hui2 yi4 lu4", + "wadegiles" : "hui² i⁴ lu⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄧˋ ㄌㄨˋ", + "romatzyh" : "hwei yih luh" }, + "meanings" : [ "memoir" ], + "classifiers" : [] } ] }, + { "simplified" : "回应", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 4686, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "回應", + "transcriptions" : { "pinyin" : "huí yìng", + "numeric" : "hui2 ying4", + "wadegiles" : "hui² ying⁴", + "bopomofo" : "ㄏㄨㄟˊ ㄧㄥˋ", + "romatzyh" : "hwei yinq" }, + "meanings" : [ "to respond", "response" ], + "classifiers" : [] } ] }, + { "simplified" : "悔恨", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16897, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "悔恨", + "transcriptions" : { "pinyin" : "huǐ hèn", + "numeric" : "hui3 hen4", + "wadegiles" : "hui³ hen⁴", + "bopomofo" : "ㄏㄨㄟˇ ㄏㄣˋ", + "romatzyh" : "hoei henn" }, + "meanings" : [ "remorse", "repentance" ], + "classifiers" : [] } ] }, + { "simplified" : "毁", + "radical" : "殳", + "level" : [ "new-6" ], + "frequency" : 2932, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "毀", + "transcriptions" : { "pinyin" : "huǐ", + "numeric" : "hui3", + "wadegiles" : "hui³", + "bopomofo" : "ㄏㄨㄟˇ", + "romatzyh" : "hoei" }, + "meanings" : [ "to destroy; to ruin", + "to defame; to slander" ], + "classifiers" : [] }, + { "traditional" : "燬", + "transcriptions" : { "pinyin" : "huǐ", + "numeric" : "hui3", + "wadegiles" : "hui³", + "bopomofo" : "ㄏㄨㄟˇ", + "romatzyh" : "hoei" }, + "meanings" : [ "to destroy by fire" ], + "classifiers" : [] }, + { "traditional" : "譭", + "transcriptions" : { "pinyin" : "huǐ", + "numeric" : "hui3", + "wadegiles" : "hui³", + "bopomofo" : "ㄏㄨㄟˇ", + "romatzyh" : "hoei" }, + "meanings" : [ "variant of 毁", + "to defame", + "to slander" ], + "classifiers" : [] } ] }, + { "simplified" : "毁坏", + "radical" : "殳", + "level" : [ "new-7+" ], + "frequency" : 13437, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "毀壞", + "transcriptions" : { "pinyin" : "huǐ huài", + "numeric" : "hui3 huai4", + "wadegiles" : "hui³ huai⁴", + "bopomofo" : "ㄏㄨㄟˇ ㄏㄨㄞˋ", + "romatzyh" : "hoei huay" }, + "meanings" : [ "to damage", + "to devastate", + "to vandalize", + "damage", + "destruction" ], + "classifiers" : [] } ] }, + { "simplified" : "毁灭", + "radical" : "殳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6217, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "毀滅", + "transcriptions" : { "pinyin" : "huǐ miè", + "numeric" : "hui3 mie4", + "wadegiles" : "hui³ mieh⁴", + "bopomofo" : "ㄏㄨㄟˇ ㄇㄧㄝˋ", + "romatzyh" : "hoei mieh" }, + "meanings" : [ "to perish", + "to ruin", + "to destroy" ], + "classifiers" : [] } ] }, + { "simplified" : "汇", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 5752, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "匯", + "transcriptions" : { "pinyin" : "huì", + "numeric" : "hui4", + "wadegiles" : "hui⁴", + "bopomofo" : "ㄏㄨㄟˋ", + "romatzyh" : "huey" }, + "meanings" : [ "to remit", + "to converge (of rivers)", + "to exchange" ], + "classifiers" : [] }, + { "traditional" : "彙", + "transcriptions" : { "pinyin" : "huì", + "numeric" : "hui4", + "wadegiles" : "hui⁴", + "bopomofo" : "ㄏㄨㄟˋ", + "romatzyh" : "huey" }, + "meanings" : [ "class", "collection" ], + "classifiers" : [] }, + { "traditional" : "滙", + "transcriptions" : { "pinyin" : "huì", + "numeric" : "hui4", + "wadegiles" : "hui⁴", + "bopomofo" : "ㄏㄨㄟˋ", + "romatzyh" : "huey" }, + "meanings" : [ "variant of 汇" ], + "classifiers" : [] } ] }, + { "simplified" : "汇报", + "radical" : "氵", + "level" : [ "new-4", "old-6" ], + "frequency" : 4195, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "匯報", + "transcriptions" : { "pinyin" : "huì bào", + "numeric" : "hui4 bao4", + "wadegiles" : "hui⁴ pao⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄅㄠˋ", + "romatzyh" : "huey baw" }, + "meanings" : [ "to report", + "to give an account of", + "to collect information and report back" ], + "classifiers" : [] }, + { "traditional" : "彙報", + "transcriptions" : { "pinyin" : "huì bào", + "numeric" : "hui4 bao4", + "wadegiles" : "hui⁴ pao⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄅㄠˋ", + "romatzyh" : "huey baw" }, + "meanings" : [ "to report", + "to give an account of", + "report" ], + "classifiers" : [] } ] }, + { "simplified" : "汇合", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17160, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "匯合", + "transcriptions" : { "pinyin" : "huì hé", + "numeric" : "hui4 he2", + "wadegiles" : "hui⁴ ho²", + "bopomofo" : "ㄏㄨㄟˋ ㄏㄜˊ", + "romatzyh" : "huey her" }, + "meanings" : [ "confluence", + "to converge", + "to join", + "to fuse", + "fusion" ], + "classifiers" : [] } ] }, + { "simplified" : "汇集", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 16093, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "匯集", + "transcriptions" : { "pinyin" : "huì jí", + "numeric" : "hui4 ji2", + "wadegiles" : "hui⁴ chi²", + "bopomofo" : "ㄏㄨㄟˋ ㄐㄧˊ", + "romatzyh" : "huey jyi" }, + "meanings" : [ "to collect", + "to compile", + "to converge", + "also written 汇集" ], + "classifiers" : [] }, + { "traditional" : "彙集", + "transcriptions" : { "pinyin" : "huì jí", + "numeric" : "hui4 ji2", + "wadegiles" : "hui⁴ chi²", + "bopomofo" : "ㄏㄨㄟˋ ㄐㄧˊ", + "romatzyh" : "huey jyi" }, + "meanings" : [ "to collect", + "to compile", + "to converge" ], + "classifiers" : [] } ] }, + { "simplified" : "汇聚", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 15129, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "匯聚", + "transcriptions" : { "pinyin" : "huì jù", + "numeric" : "hui4 ju4", + "wadegiles" : "hui⁴ chü⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄐㄩˋ", + "romatzyh" : "huey jiuh" }, + "meanings" : [ "convergence", "to come together" ], + "classifiers" : [] } ] }, + { "simplified" : "汇款", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 17166, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "匯款", + "transcriptions" : { "pinyin" : "huì kuǎn", + "numeric" : "hui4 kuan3", + "wadegiles" : "hui⁴ k'uan³", + "bopomofo" : "ㄏㄨㄟˋ ㄎㄨㄢˇ", + "romatzyh" : "huey koan" }, + "meanings" : [ "to remit money", "remittance" ], + "classifiers" : [] } ] }, + { "simplified" : "汇率", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 18037, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "匯率", + "transcriptions" : { "pinyin" : "huì lu:4", + "numeric" : "hui4 lü4", + "wadegiles" : "hui⁴ lu:4", + "bopomofo" : "ㄏㄨㄟˋ lu:4", + "romatzyh" : "huey lu:4" }, + "meanings" : [ "exchange rate" ], + "classifiers" : [] } ] }, + { "simplified" : "会", + "radical" : "人", + "level" : [ "new-1", "old-1" ], + "frequency" : 23, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "會", + "transcriptions" : { "pinyin" : "huì", + "numeric" : "hui4", + "wadegiles" : "hui⁴", + "bopomofo" : "ㄏㄨㄟˋ", + "romatzyh" : "huey" }, + "meanings" : [ "can; to have the skill; to know how to", + "to be likely to; to be sure to", + "to meet; to get together", + "meeting; gathering", + "(suffix) union; group; association", + "(bound form) a moment (Taiwan pr. [huǐ])" ], + "classifiers" : [] }, + { "traditional" : "會", + "transcriptions" : { "pinyin" : "kuài", + "numeric" : "kuai4", + "wadegiles" : "k'uai⁴", + "bopomofo" : "ㄎㄨㄞˋ", + "romatzyh" : "kuay" }, + "meanings" : [ "to balance an account", + "accounting", + "accountant" ], + "classifiers" : [] } ] }, + { "simplified" : "会场", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 9918, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "會場", + "transcriptions" : { "pinyin" : "huì chǎng", + "numeric" : "hui4 chang3", + "wadegiles" : "hui⁴ ch'ang³", + "bopomofo" : "ㄏㄨㄟˋ ㄔㄤˇ", + "romatzyh" : "huey chaang" }, + "meanings" : [ "meeting place", + "place where people gather" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "会计", + "radical" : "人", + "level" : [ "new-4", "old-5" ], + "frequency" : 4284, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "會計", + "transcriptions" : { "pinyin" : "kuài jì", + "numeric" : "kuai4 ji4", + "wadegiles" : "k'uai⁴ chi⁴", + "bopomofo" : "ㄎㄨㄞˋ ㄐㄧˋ", + "romatzyh" : "kuay jih" }, + "meanings" : [ "accountant", + "accountancy", + "accounting" ], + "classifiers" : [] } ] }, + { "simplified" : "会见", + "radical" : "人", + "level" : [ "new-6" ], + "frequency" : 3958, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "會見", + "transcriptions" : { "pinyin" : "huì jiàn", + "numeric" : "hui4 jian4", + "wadegiles" : "hui⁴ chien⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄐㄧㄢˋ", + "romatzyh" : "huey jiann" }, + "meanings" : [ "to meet with (sb who is paying a visit)" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "会面", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 7646, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "會面", + "transcriptions" : { "pinyin" : "huì miàn", + "numeric" : "hui4 mian4", + "wadegiles" : "hui⁴ mien⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄇㄧㄢˋ", + "romatzyh" : "huey miann" }, + "meanings" : [ "to meet with", "meeting" ], + "classifiers" : [] } ] }, + { "simplified" : "会谈", + "radical" : "人", + "level" : [ "new-5" ], + "frequency" : 6237, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "會談", + "transcriptions" : { "pinyin" : "huì tán", + "numeric" : "hui4 tan2", + "wadegiles" : "hui⁴ t'an²", + "bopomofo" : "ㄏㄨㄟˋ ㄊㄢˊ", + "romatzyh" : "huey tarn" }, + "meanings" : [ "talks", "discussions" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "会晤", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13440, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "會晤", + "transcriptions" : { "pinyin" : "huì wù", + "numeric" : "hui4 wu4", + "wadegiles" : "hui⁴ wu⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄨˋ", + "romatzyh" : "huey wuh" }, + "meanings" : [ "to meet", "meeting", "conference" ], + "classifiers" : [] } ] }, + { "simplified" : "会议", + "radical" : "人", + "level" : [ "new-3", "old-3" ], + "frequency" : 928, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "會議", + "transcriptions" : { "pinyin" : "huì yì", + "numeric" : "hui4 yi4", + "wadegiles" : "hui⁴ i⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄧˋ", + "romatzyh" : "huey yih" }, + "meanings" : [ "meeting", "conference" ], + "classifiers" : [ "场", "届" ] } ] }, + { "simplified" : "会意", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 41491, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "會意", + "transcriptions" : { "pinyin" : "huì yì", + "numeric" : "hui4 yi4", + "wadegiles" : "hui⁴ i⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄧˋ", + "romatzyh" : "huey yih" }, + "meanings" : [ "combined ideogram (one of the Six Methods 六书 of forming Chinese characters)", + "Chinese character that combines the meanings of existing elements", + "also known as joint ideogram or associative compound", + "to comprehend without being told explicitly", + "to cotton on", + "knowing (smile, glance etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "会员", + "radical" : "人", + "level" : [ "new-3" ], + "frequency" : 4022, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "會員", + "transcriptions" : { "pinyin" : "huì yuán", + "numeric" : "hui4 yuan2", + "wadegiles" : "hui⁴ yüan²", + "bopomofo" : "ㄏㄨㄟˋ ㄩㄢˊ", + "romatzyh" : "huey yuan" }, + "meanings" : [ "member" ], + "classifiers" : [] } ] }, + { "simplified" : "会长", + "radical" : "人", + "level" : [ "new-6" ], + "frequency" : 5451, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "會長", + "transcriptions" : { "pinyin" : "huì zhǎng", + "numeric" : "hui4 zhang3", + "wadegiles" : "hui⁴ chang³", + "bopomofo" : "ㄏㄨㄟˋ ㄓㄤˇ", + "romatzyh" : "huey jaang" }, + "meanings" : [ "president of a club, committee etc" ], + "classifiers" : [] } ] }, + { "simplified" : "会诊", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 15904, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "會診", + "transcriptions" : { "pinyin" : "huì zhěn", + "numeric" : "hui4 zhen3", + "wadegiles" : "hui⁴ chen³", + "bopomofo" : "ㄏㄨㄟˋ ㄓㄣˇ", + "romatzyh" : "huey jeen" }, + "meanings" : [ "consultation (medical)", + "to meet for diagnosis", + "(by extension) consultation of different specialists" ], + "classifiers" : [] } ] }, + { "simplified" : "绘画", + "radical" : "纟", + "level" : [ "new-6" ], + "frequency" : 9589, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "繪畫", + "transcriptions" : { "pinyin" : "huì huà", + "numeric" : "hui4 hua4", + "wadegiles" : "hui⁴ hua⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄏㄨㄚˋ", + "romatzyh" : "huey huah" }, + "meanings" : [ "drawing", "painting" ], + "classifiers" : [] } ] }, + { "simplified" : "绘声绘色", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 52623, + "pos" : [], + "forms" : [ { "traditional" : "繪聲繪色", + "transcriptions" : { "pinyin" : "huì shēng huì sè", + "numeric" : "hui4 sheng1 hui4 se4", + "wadegiles" : "hui⁴ sheng¹ hui⁴ se⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄕㄥ ㄏㄨㄟˋ ㄙㄜˋ", + "romatzyh" : "huey sheng huey seh" }, + "meanings" : [ "vivid and colorful (idiom); true to life", + "lively and realistic" ], + "classifiers" : [] } ] }, + { "simplified" : "贿赂", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5584, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "賄賂", + "transcriptions" : { "pinyin" : "huì lù", + "numeric" : "hui4 lu4", + "wadegiles" : "hui⁴ lu⁴", + "bopomofo" : "ㄏㄨㄟˋ ㄌㄨˋ", + "romatzyh" : "huey luh" }, + "meanings" : [ "to bribe", "a bribe" ], + "classifiers" : [] } ] }, + { "simplified" : "昏", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 8168, + "pos" : [ "v", "tg", "a" ], + "forms" : [ { "traditional" : "昏", + "transcriptions" : { "pinyin" : "hūn", + "numeric" : "hun1", + "wadegiles" : "hun¹", + "bopomofo" : "ㄏㄨㄣ", + "romatzyh" : "huen" }, + "meanings" : [ "muddle-headed", + "twilight", + "to faint", + "to lose consciousness" ], + "classifiers" : [] }, + { "traditional" : "昬", + "transcriptions" : { "pinyin" : "hūn", + "numeric" : "hun1", + "wadegiles" : "hun¹", + "bopomofo" : "ㄏㄨㄣ", + "romatzyh" : "huen" }, + "meanings" : [ "old variant of 昏" ], + "classifiers" : [] } ] }, + { "simplified" : "昏迷", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6505, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "昏迷", + "transcriptions" : { "pinyin" : "hūn mí", + "numeric" : "hun1 mi2", + "wadegiles" : "hun¹ mi²", + "bopomofo" : "ㄏㄨㄣ ㄇㄧˊ", + "romatzyh" : "huen mi" }, + "meanings" : [ "to lose consciousness", + "to be in a coma", + "stupor", + "coma", + "stunned", + "disoriented" ], + "classifiers" : [] } ] }, + { "simplified" : "婚礼", + "radical" : "女", + "level" : [ "new-4", "old-5" ], + "frequency" : 2548, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "婚禮", + "transcriptions" : { "pinyin" : "hūn lǐ", + "numeric" : "hun1 li3", + "wadegiles" : "hun¹ li³", + "bopomofo" : "ㄏㄨㄣ ㄌㄧˇ", + "romatzyh" : "huen lii" }, + "meanings" : [ "wedding ceremony", "wedding" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "婚纱", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 6002, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "婚紗", + "transcriptions" : { "pinyin" : "hūn shā", + "numeric" : "hun1 sha1", + "wadegiles" : "hun¹ sha¹", + "bopomofo" : "ㄏㄨㄣ ㄕㄚ", + "romatzyh" : "huen sha" }, + "meanings" : [ "wedding dress" ], + "classifiers" : [ "身" ] } ] }, + { "simplified" : "婚姻", + "radical" : "女", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2058, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "婚姻", + "transcriptions" : { "pinyin" : "hūn yīn", + "numeric" : "hun1 yin1", + "wadegiles" : "hun¹ yin¹", + "bopomofo" : "ㄏㄨㄣ ㄧㄣ", + "romatzyh" : "huen in" }, + "meanings" : [ "matrimony", "wedding", "marriage" ], + "classifiers" : [ "桩", "次" ] } ] }, + { "simplified" : "浑身", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5116, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "渾身", + "transcriptions" : { "pinyin" : "hún shēn", + "numeric" : "hun2 shen1", + "wadegiles" : "hun² shen¹", + "bopomofo" : "ㄏㄨㄣˊ ㄕㄣ", + "romatzyh" : "hwen shen" }, + "meanings" : [ "all over", "from head to foot" ], + "classifiers" : [] } ] }, + { "simplified" : "魂", + "radical" : "鬼", + "level" : [ "new-7+" ], + "frequency" : 5167, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "䰟", + "transcriptions" : { "pinyin" : "hún", + "numeric" : "hun2", + "wadegiles" : "hun²", + "bopomofo" : "ㄏㄨㄣˊ", + "romatzyh" : "hwen" }, + "meanings" : [ "old variant of 魂" ], + "classifiers" : [] }, + { "traditional" : "魂", + "transcriptions" : { "pinyin" : "hún", + "numeric" : "hun2", + "wadegiles" : "hun²", + "bopomofo" : "ㄏㄨㄣˊ", + "romatzyh" : "hwen" }, + "meanings" : [ "soul; spirit; immortal soul (that can be detached from the body)" ], + "classifiers" : [] } ] }, + { "simplified" : "混", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 1849, + "pos" : [ "v", "ad", "a" ], + "forms" : [ { "traditional" : "混", + "transcriptions" : { "pinyin" : "hún", + "numeric" : "hun2", + "wadegiles" : "hun²", + "bopomofo" : "ㄏㄨㄣˊ", + "romatzyh" : "hwen" }, + "meanings" : [ "confused", + "dirty", + "to mix", + "muddy", + "variant of 浑" ], + "classifiers" : [] }, + { "traditional" : "混", + "transcriptions" : { "pinyin" : "hùn", + "numeric" : "hun4", + "wadegiles" : "hun⁴", + "bopomofo" : "ㄏㄨㄣˋ", + "romatzyh" : "huenn" }, + "meanings" : [ "to mix", + "to mingle", + "muddled", + "to drift along", + "to muddle along", + "to pass for", + "to get along with sb", + "thoughtless", + "reckless" ], + "classifiers" : [] } ] }, + { "simplified" : "混合", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 3950, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "混合", + "transcriptions" : { "pinyin" : "hùn hé", + "numeric" : "hun4 he2", + "wadegiles" : "hun⁴ ho²", + "bopomofo" : "ㄏㄨㄣˋ ㄏㄜˊ", + "romatzyh" : "huenn her" }, + "meanings" : [ "to mix", + "to blend", + "hybrid", + "composite" ], + "classifiers" : [] } ] }, + { "simplified" : "混乱", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 3209, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "混亂", + "transcriptions" : { "pinyin" : "hùn luàn", + "numeric" : "hun4 luan4", + "wadegiles" : "hun⁴ luan⁴", + "bopomofo" : "ㄏㄨㄣˋ ㄌㄨㄢˋ", + "romatzyh" : "huenn luann" }, + "meanings" : [ "confusion", "chaos", "disorder" ], + "classifiers" : [] } ] }, + { "simplified" : "混凝土", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10054, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "混凝土", + "transcriptions" : { "pinyin" : "hùn níng tǔ", + "numeric" : "hun4 ning2 tu3", + "wadegiles" : "hun⁴ ning² t'u³", + "bopomofo" : "ㄏㄨㄣˋ ㄋㄧㄥˊ ㄊㄨˇ", + "romatzyh" : "huenn ning tuu" }, + "meanings" : [ "concrete" ], + "classifiers" : [] } ] }, + { "simplified" : "混淆", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13106, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "混淆", + "transcriptions" : { "pinyin" : "hùn xiáo", + "numeric" : "hun4 xiao2", + "wadegiles" : "hun⁴ hsiao²", + "bopomofo" : "ㄏㄨㄣˋ ㄒㄧㄠˊ", + "romatzyh" : "huenn shyau" }, + "meanings" : [ "to obscure", + "to confuse", + "to mix up", + "to blur", + "to mislead" ], + "classifiers" : [] } ] }, + { "simplified" : "混浊", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 34085, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "混濁", + "transcriptions" : { "pinyin" : "hùn zhuó", + "numeric" : "hun4 zhuo2", + "wadegiles" : "hun⁴ cho²", + "bopomofo" : "ㄏㄨㄣˋ ㄓㄨㄛˊ", + "romatzyh" : "huenn jwo" }, + "meanings" : [ "turbid", "muddy", "dirty" ], + "classifiers" : [] } ] }, + { "simplified" : "豁", + "radical" : "谷", + "level" : [ "new-7+" ], + "frequency" : 31567, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "豁", + "transcriptions" : { "pinyin" : "huá", + "numeric" : "hua2", + "wadegiles" : "hua²", + "bopomofo" : "ㄏㄨㄚˊ", + "romatzyh" : "hwa" }, + "meanings" : [ "to play Chinese finger-guessing game" ], + "classifiers" : [] }, + { "traditional" : "豁", + "transcriptions" : { "pinyin" : "huō", + "numeric" : "huo1", + "wadegiles" : "huo¹", + "bopomofo" : "ㄏㄨㄛ", + "romatzyh" : "huo" }, + "meanings" : [ "opening", + "stake all", + "sacrifice", + "crack", + "slit" ], + "classifiers" : [] }, + { "traditional" : "豁", + "transcriptions" : { "pinyin" : "huò", + "numeric" : "huo4", + "wadegiles" : "huo⁴", + "bopomofo" : "ㄏㄨㄛˋ", + "romatzyh" : "huoh" }, + "meanings" : [ "open; clear; liberal-minded; generous", + "to exempt; to remit" ], + "classifiers" : [] } ] }, + { "simplified" : "豁出去", + "radical" : "谷", + "level" : [ "new-7+" ], + "frequency" : 21778, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "豁出去", + "transcriptions" : { "pinyin" : "huō chu qu", + "numeric" : "huo1 chu5 qu5", + "wadegiles" : "huo¹ chu qu", + "bopomofo" : "ㄏㄨㄛ chu qu", + "romatzyh" : "huo chu qu" }, + "meanings" : [ "to throw caution to the wind", + "to press one's luck", + "to go for broke" ], + "classifiers" : [] } ] }, + { "simplified" : "豁达", + "radical" : "谷", + "level" : [ "new-7+" ], + "frequency" : 33799, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "豁達", + "transcriptions" : { "pinyin" : "huò dá", + "numeric" : "huo4 da2", + "wadegiles" : "huo⁴ ta²", + "bopomofo" : "ㄏㄨㄛˋ ㄉㄚˊ", + "romatzyh" : "huoh dar" }, + "meanings" : [ "optimistic", + "sanguine", + "generous", + "magnanimous", + "open-minded" ], + "classifiers" : [] } ] }, + { "simplified" : "活", + "radical" : "氵", + "level" : [ "new-3" ], + "frequency" : 556, + "pos" : [ "v", "n", "a" ], + "forms" : [ { "traditional" : "活", + "transcriptions" : { "pinyin" : "huó", + "numeric" : "huo2", + "wadegiles" : "huo²", + "bopomofo" : "ㄏㄨㄛˊ", + "romatzyh" : "hwo" }, + "meanings" : [ "to live", + "alive", + "living", + "work", + "workmanship" ], + "classifiers" : [] } ] }, + { "simplified" : "活动", + "radical" : "氵", + "level" : [ "new-2", "old-4" ], + "frequency" : 605, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "活動", + "transcriptions" : { "pinyin" : "huó dòng", + "numeric" : "huo2 dong4", + "wadegiles" : "huo² tung⁴", + "bopomofo" : "ㄏㄨㄛˊ ㄉㄨㄥˋ", + "romatzyh" : "hwo donq" }, + "meanings" : [ "to exercise", + "to move about", + "to operate", + "to use connections (personal influence)", + "loose", + "shaky", + "active", + "movable", + "activity", + "campaign", + "maneuver", + "behavior" ], + "classifiers" : [ "项", "个" ] } ] }, + { "simplified" : "活儿", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10626, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "活兒", + "transcriptions" : { "pinyin" : "huó r", + "numeric" : "huo2 r5", + "wadegiles" : "huo² r", + "bopomofo" : "ㄏㄨㄛˊ r", + "romatzyh" : "hwo r" }, + "meanings" : [ "work", "(lots of) things to do" ], + "classifiers" : [] } ] }, + { "simplified" : "活该", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11001, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "活該", + "transcriptions" : { "pinyin" : "huó gāi", + "numeric" : "huo2 gai1", + "wadegiles" : "huo² kai¹", + "bopomofo" : "ㄏㄨㄛˊ ㄍㄞ", + "romatzyh" : "hwo gai" }, + "meanings" : [ "(coll.) serve sb right", + "deservedly", + "ought", + "should" ], + "classifiers" : [] } ] }, + { "simplified" : "活力", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 3168, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "活力", + "transcriptions" : { "pinyin" : "huó lì", + "numeric" : "huo2 li4", + "wadegiles" : "huo² li⁴", + "bopomofo" : "ㄏㄨㄛˊ ㄌㄧˋ", + "romatzyh" : "hwo lih" }, + "meanings" : [ "energy", + "vitality", + "vigor", + "vital force" ], + "classifiers" : [] } ] }, + { "simplified" : "活泼", + "radical" : "氵", + "level" : [ "new-5", "old-4" ], + "frequency" : 8011, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "活潑", + "transcriptions" : { "pinyin" : "huó po", + "numeric" : "huo2 po5", + "wadegiles" : "huo² po", + "bopomofo" : "ㄏㄨㄛˊ po", + "romatzyh" : "hwo po" }, + "meanings" : [ "lively", + "vivacious", + "brisk", + "active", + "(chemistry) reactive" ], + "classifiers" : [] } ] }, + { "simplified" : "活期", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 42583, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "活期", + "transcriptions" : { "pinyin" : "huó qī", + "numeric" : "huo2 qi1", + "wadegiles" : "huo² ch'i¹", + "bopomofo" : "ㄏㄨㄛˊ ㄑㄧ", + "romatzyh" : "hwo chi" }, + "meanings" : [ "(banking) current (account)", + "checking (account)", + "demand (deposit etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "活跃", + "radical" : "氵", + "level" : [ "new-6", "old-5" ], + "frequency" : 4961, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "活躍", + "transcriptions" : { "pinyin" : "huó yuè", + "numeric" : "huo2 yue4", + "wadegiles" : "huo² yüeh⁴", + "bopomofo" : "ㄏㄨㄛˊ ㄩㄝˋ", + "romatzyh" : "hwo yueh" }, + "meanings" : [ "active", + "lively", + "excited", + "to enliven", + "to brighten up" ], + "classifiers" : [] } ] }, + { "simplified" : "火", + "radical" : "火", + "level" : [ "new-3", "old-4" ], + "frequency" : 1181, + "pos" : [ "n", "a", "v" ], + "forms" : [ { "traditional" : "火", + "transcriptions" : { "pinyin" : "Huǒ", + "numeric" : "Huo3", + "wadegiles" : "huo³", + "bopomofo" : "ㄏㄨㄛˇ", + "romatzyh" : "huoo" }, + "meanings" : [ "surname Huo" ], + "classifiers" : [] }, + { "traditional" : "火", + "transcriptions" : { "pinyin" : "huǒ", + "numeric" : "huo3", + "wadegiles" : "huo³", + "bopomofo" : "ㄏㄨㄛˇ", + "romatzyh" : "huoo" }, + "meanings" : [ "fire", + "urgent", + "ammunition", + "fiery or flaming", + "internal heat (Chinese medicine)", + "hot (popular)", + "classifier for military units (old)", + "Kangxi radical 86" ], + "classifiers" : [] } ] }, + { "simplified" : "火暴", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 37646, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "火暴", + "transcriptions" : { "pinyin" : "huǒ bào", + "numeric" : "huo3 bao4", + "wadegiles" : "huo³ pao⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄅㄠˋ", + "romatzyh" : "huoo baw" }, + "meanings" : [ "variant of 爆" ], + "classifiers" : [] } ] }, + { "simplified" : "火柴", + "radical" : "火", + "level" : [ "new-5", "old-5" ], + "frequency" : 11966, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火柴", + "transcriptions" : { "pinyin" : "huǒ chái", + "numeric" : "huo3 chai2", + "wadegiles" : "huo³ ch'ai²", + "bopomofo" : "ㄏㄨㄛˇ ㄔㄞˊ", + "romatzyh" : "huoo chair" }, + "meanings" : [ "match (for lighting fire)" ], + "classifiers" : [ "根", "盒" ] } ] }, + { "simplified" : "火车", + "radical" : "火", + "level" : [ "new-1" ], + "frequency" : 2791, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火車", + "transcriptions" : { "pinyin" : "huǒ chē", + "numeric" : "huo3 che1", + "wadegiles" : "huo³ ch'e¹", + "bopomofo" : "ㄏㄨㄛˇ ㄔㄜ", + "romatzyh" : "huoo che" }, + "meanings" : [ "train" ], + "classifiers" : [ "列", "节", "班", "趟" ] } ] }, + { "simplified" : "火车站", + "radical" : "火", + "level" : [ "old-1" ], + "frequency" : 7270, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火車站", + "transcriptions" : { "pinyin" : "huǒ chē zhàn", + "numeric" : "huo3 che1 zhan4", + "wadegiles" : "huo³ ch'e¹ chan⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄔㄜ ㄓㄢˋ", + "romatzyh" : "huoo che jann" }, + "meanings" : [ "train station" ], + "classifiers" : [] } ] }, + { "simplified" : "火锅", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 15037, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火鍋", + "transcriptions" : { "pinyin" : "huǒ guō", + "numeric" : "huo3 guo1", + "wadegiles" : "huo³ kuo¹", + "bopomofo" : "ㄏㄨㄛˇ ㄍㄨㄛ", + "romatzyh" : "huoo guo" }, + "meanings" : [ "hotpot" ], + "classifiers" : [] } ] }, + { "simplified" : "火候", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 22245, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火候", + "transcriptions" : { "pinyin" : "huǒ hou", + "numeric" : "huo3 hou5", + "wadegiles" : "huo³ hou", + "bopomofo" : "ㄏㄨㄛˇ hou", + "romatzyh" : "huoo hou" }, + "meanings" : [ "heat control", + "(fig.) mastery", + "(fig.) crucial moment" ], + "classifiers" : [] } ] }, + { "simplified" : "火花", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 9503, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火花", + "transcriptions" : { "pinyin" : "huǒ huā", + "numeric" : "huo3 hua1", + "wadegiles" : "huo³ hua¹", + "bopomofo" : "ㄏㄨㄛˇ ㄏㄨㄚ", + "romatzyh" : "huoo hua" }, + "meanings" : [ "spark", "sparkle" ], + "classifiers" : [] } ] }, + { "simplified" : "火箭", + "radical" : "火", + "level" : [ "new-6", "old-6" ], + "frequency" : 3215, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火箭", + "transcriptions" : { "pinyin" : "huǒ jiàn", + "numeric" : "huo3 jian4", + "wadegiles" : "huo³ chien⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄐㄧㄢˋ", + "romatzyh" : "huoo jiann" }, + "meanings" : [ "rocket" ], + "classifiers" : [ "枚" ] } ] }, + { "simplified" : "火炬", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 6541, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火炬", + "transcriptions" : { "pinyin" : "huǒ jù", + "numeric" : "huo3 ju4", + "wadegiles" : "huo³ chü⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄐㄩˋ", + "romatzyh" : "huoo jiuh" }, + "meanings" : [ "(flaming) torch" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "火辣辣", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 27799, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "火辣辣", + "transcriptions" : { "pinyin" : "huǒ là là", + "numeric" : "huo3 la4 la4", + "wadegiles" : "huo³ la⁴ la⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄌㄚˋ ㄌㄚˋ", + "romatzyh" : "huoo lah lah" }, + "meanings" : [ "painful heat", + "scorching", + "painful heat", + "rude and forthright", + "provocative", + "hot", + "sexy" ], + "classifiers" : [] } ] }, + { "simplified" : "火热", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 9839, + "pos" : [ "z", "a" ], + "forms" : [ { "traditional" : "火熱", + "transcriptions" : { "pinyin" : "huǒ rè", + "numeric" : "huo3 re4", + "wadegiles" : "huo³ je⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄖㄜˋ", + "romatzyh" : "huoo reh" }, + "meanings" : [ "fiery", + "burning", + "fervent", + "ardent", + "passionate" ], + "classifiers" : [] } ] }, + { "simplified" : "火山", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 10871, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火山", + "transcriptions" : { "pinyin" : "huǒ shān", + "numeric" : "huo3 shan1", + "wadegiles" : "huo³ shan¹", + "bopomofo" : "ㄏㄨㄛˇ ㄕㄢ", + "romatzyh" : "huoo shan" }, + "meanings" : [ "volcano" ], + "classifiers" : [] } ] }, + { "simplified" : "火速", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 18971, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "火速", + "transcriptions" : { "pinyin" : "huǒ sù", + "numeric" : "huo3 su4", + "wadegiles" : "huo³ su⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄙㄨˋ", + "romatzyh" : "huoo suh" }, + "meanings" : [ "at top speed", + "at a tremendous lick" ], + "classifiers" : [] } ] }, + { "simplified" : "火腿", + "radical" : "火", + "level" : [ "new-5" ], + "frequency" : 10075, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火腿", + "transcriptions" : { "pinyin" : "huǒ tuǐ", + "numeric" : "huo3 tui3", + "wadegiles" : "huo³ t'ui³", + "bopomofo" : "ㄏㄨㄛˇ ㄊㄨㄟˇ", + "romatzyh" : "huoo toei" }, + "meanings" : [ "ham" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "火焰", + "radical" : "火", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火焰", + "transcriptions" : { "pinyin" : "huǒ yàn", + "numeric" : "huo3 yan4", + "wadegiles" : "huo³ yan⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄧㄢˋ", + "romatzyh" : "huoo yann" }, + "meanings" : [ "blaze", "flame" ], + "classifiers" : [] } ] }, + { "simplified" : "火药", + "radical" : "火", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15036, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火藥", + "transcriptions" : { "pinyin" : "huǒ yào", + "numeric" : "huo3 yao4", + "wadegiles" : "huo³ yao⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄧㄠˋ", + "romatzyh" : "huoo yaw" }, + "meanings" : [ "gunpowder" ], + "classifiers" : [] } ] }, + { "simplified" : "火灾", + "radical" : "火", + "level" : [ "new-5" ], + "frequency" : 4272, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "火災", + "transcriptions" : { "pinyin" : "huǒ zāi", + "numeric" : "huo3 zai1", + "wadegiles" : "huo³ tsai¹", + "bopomofo" : "ㄏㄨㄛˇ ㄗㄞ", + "romatzyh" : "huoo tzai" }, + "meanings" : [ "serious fire (in a city or a forest etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "伙", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 4111, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "伙", + "transcriptions" : { "pinyin" : "huǒ", + "numeric" : "huo3", + "wadegiles" : "huo³", + "bopomofo" : "ㄏㄨㄛˇ", + "romatzyh" : "huoo" }, + "meanings" : [ "meals (abbr. for 食)", + "variant of 伙" ], + "classifiers" : [] }, + { "traditional" : "夥", + "transcriptions" : { "pinyin" : "huǒ", + "numeric" : "huo3", + "wadegiles" : "huo³", + "bopomofo" : "ㄏㄨㄛˇ", + "romatzyh" : "huoo" }, + "meanings" : [ "companion", + "partner", + "group", + "classifier for groups of people", + "to combine", + "together" ], + "classifiers" : [] } ] }, + { "simplified" : "伙伴", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 2698, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "伙伴", + "transcriptions" : { "pinyin" : "huǒ bàn", + "numeric" : "huo3 ban4", + "wadegiles" : "huo³ pan⁴", + "bopomofo" : "ㄏㄨㄛˇ ㄅㄢˋ", + "romatzyh" : "huoo bann" }, + "meanings" : [ "partner", "companion", "comrade" ], + "classifiers" : [] } ] }, + { "simplified" : "伙食", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 18184, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "伙食", + "transcriptions" : { "pinyin" : "huǒ shí", + "numeric" : "huo3 shi2", + "wadegiles" : "huo³ shih²", + "bopomofo" : "ㄏㄨㄛˇ ㄕˊ", + "romatzyh" : "huoo shyr" }, + "meanings" : [ "food", "meals" ], + "classifiers" : [] } ] }, + { "simplified" : "或", + "radical" : "戈", + "level" : [ "new-2" ], + "frequency" : 307, + "pos" : [ "c", "d" ], + "forms" : [ { "traditional" : "或", + "transcriptions" : { "pinyin" : "huò", + "numeric" : "huo4", + "wadegiles" : "huo⁴", + "bopomofo" : "ㄏㄨㄛˋ", + "romatzyh" : "huoh" }, + "meanings" : [ "maybe", + "perhaps", + "might", + "possibly", + "or" ], + "classifiers" : [] } ] }, + { "simplified" : "或多或少", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 16166, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "或多或少", + "transcriptions" : { "pinyin" : "huò duō huò shǎo", + "numeric" : "huo4 duo1 huo4 shao3", + "wadegiles" : "huo⁴ to¹ huo⁴ shao³", + "bopomofo" : "ㄏㄨㄛˋ ㄉㄨㄛ ㄏㄨㄛˋ ㄕㄠˇ", + "romatzyh" : "huoh duo huoh shao" }, + "meanings" : [ "more or less" ], + "classifiers" : [] } ] }, + { "simplified" : "或是", + "radical" : "戈", + "level" : [ "new-5" ], + "frequency" : 2438, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "或是", + "transcriptions" : { "pinyin" : "huò shì", + "numeric" : "huo4 shi4", + "wadegiles" : "huo⁴ shih⁴", + "bopomofo" : "ㄏㄨㄛˋ ㄕˋ", + "romatzyh" : "huoh shyh" }, + "meanings" : [ "or", "either one or the other" ], + "classifiers" : [] } ] }, + { "simplified" : "或许", + "radical" : "戈", + "level" : [ "new-4", "old-6" ], + "frequency" : 1228, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "或許", + "transcriptions" : { "pinyin" : "huò xǔ", + "numeric" : "huo4 xu3", + "wadegiles" : "huo⁴ hsü³", + "bopomofo" : "ㄏㄨㄛˋ ㄒㄩˇ", + "romatzyh" : "huoh sheu" }, + "meanings" : [ "perhaps; maybe" ], + "classifiers" : [] } ] }, + { "simplified" : "或者", + "radical" : "戈", + "level" : [ "new-2", "old-3" ], + "frequency" : 382, + "pos" : [ "c", "d" ], + "forms" : [ { "traditional" : "或者", + "transcriptions" : { "pinyin" : "huò zhě", + "numeric" : "huo4 zhe3", + "wadegiles" : "huo⁴ che³", + "bopomofo" : "ㄏㄨㄛˋ ㄓㄜˇ", + "romatzyh" : "huoh jee" }, + "meanings" : [ "or", "possibly; maybe; perhaps" ], + "classifiers" : [] } ] }, + { "simplified" : "货", + "radical" : "贝", + "level" : [ "new-4" ], + "frequency" : 1631, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貨", + "transcriptions" : { "pinyin" : "huò", + "numeric" : "huo4", + "wadegiles" : "huo⁴", + "bopomofo" : "ㄏㄨㄛˋ", + "romatzyh" : "huoh" }, + "meanings" : [ "goods", "money", "commodity" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "货币", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6290, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貨幣", + "transcriptions" : { "pinyin" : "huò bì", + "numeric" : "huo4 bi4", + "wadegiles" : "huo⁴ pi⁴", + "bopomofo" : "ㄏㄨㄛˋ ㄅㄧˋ", + "romatzyh" : "huoh bih" }, + "meanings" : [ "currency", "monetary", "money" ], + "classifiers" : [] } ] }, + { "simplified" : "货车", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 4418, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貨車", + "transcriptions" : { "pinyin" : "huò chē", + "numeric" : "huo4 che1", + "wadegiles" : "huo⁴ ch'e¹", + "bopomofo" : "ㄏㄨㄛˋ ㄔㄜ", + "romatzyh" : "huoh che" }, + "meanings" : [ "truck", "van", "freight wagon" ], + "classifiers" : [] } ] }, + { "simplified" : "货物", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 5745, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貨物", + "transcriptions" : { "pinyin" : "huò wù", + "numeric" : "huo4 wu4", + "wadegiles" : "huo⁴ wu⁴", + "bopomofo" : "ㄏㄨㄛˋ ㄨˋ", + "romatzyh" : "huoh wuh" }, + "meanings" : [ "goods", + "commodity", + "merchandise" ], + "classifiers" : [ "宗" ] } ] }, + { "simplified" : "货运", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 10749, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貨運", + "transcriptions" : { "pinyin" : "huò yùn", + "numeric" : "huo4 yun4", + "wadegiles" : "huo⁴ yün⁴", + "bopomofo" : "ㄏㄨㄛˋ ㄩㄣˋ", + "romatzyh" : "huoh yunn" }, + "meanings" : [ "freight transport", + "cargo", + "transported goods" ], + "classifiers" : [] } ] }, + { "simplified" : "获", + "radical" : "艹", + "level" : [ "new-4" ], + "frequency" : 2683, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "獲", + "transcriptions" : { "pinyin" : "huò", + "numeric" : "huo4", + "wadegiles" : "huo⁴", + "bopomofo" : "ㄏㄨㄛˋ", + "romatzyh" : "huoh" }, + "meanings" : [ "(literary) to catch; to capture", + "(literary) to get; to obtain; to win" ], + "classifiers" : [] }, + { "traditional" : "穫", + "transcriptions" : { "pinyin" : "huò", + "numeric" : "huo4", + "wadegiles" : "huo⁴", + "bopomofo" : "ㄏㄨㄛˋ", + "romatzyh" : "huoh" }, + "meanings" : [ "(bound form) to reap; to harvest" ], + "classifiers" : [] } ] }, + { "simplified" : "获得", + "radical" : "艹", + "level" : [ "new-4", "old-4" ], + "frequency" : 701, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "獲得", + "transcriptions" : { "pinyin" : "huò dé", + "numeric" : "huo4 de2", + "wadegiles" : "huo⁴ te²", + "bopomofo" : "ㄏㄨㄛˋ ㄉㄜˊ", + "romatzyh" : "huoh der" }, + "meanings" : [ "to obtain; to receive; to get" ], + "classifiers" : [] } ] }, + { "simplified" : "获奖", + "radical" : "艹", + "level" : [ "new-4" ], + "frequency" : 7338, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "獲獎", + "transcriptions" : { "pinyin" : "huò jiǎng", + "numeric" : "huo4 jiang3", + "wadegiles" : "huo⁴ chiang³", + "bopomofo" : "ㄏㄨㄛˋ ㄐㄧㄤˇ", + "romatzyh" : "huoh jeang" }, + "meanings" : [ "to win an award" ], + "classifiers" : [] } ] }, + { "simplified" : "获取", + "radical" : "艹", + "level" : [ "new-4" ], + "frequency" : 4905, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "獲取", + "transcriptions" : { "pinyin" : "huò qǔ", + "numeric" : "huo4 qu3", + "wadegiles" : "huo⁴ ch'ü³", + "bopomofo" : "ㄏㄨㄛˋ ㄑㄩˇ", + "romatzyh" : "huoh cheu" }, + "meanings" : [ "to gain; to get; to acquire" ], + "classifiers" : [] } ] }, + { "simplified" : "获胜", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 2635, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "獲勝", + "transcriptions" : { "pinyin" : "huò shèng", + "numeric" : "huo4 sheng4", + "wadegiles" : "huo⁴ sheng⁴", + "bopomofo" : "ㄏㄨㄛˋ ㄕㄥˋ", + "romatzyh" : "huoh shenq" }, + "meanings" : [ "victorious", + "to win", + "to triumph" ], + "classifiers" : [] } ] }, + { "simplified" : "获悉", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 9773, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "獲悉", + "transcriptions" : { "pinyin" : "huò xī", + "numeric" : "huo4 xi1", + "wadegiles" : "huo⁴ hsi¹", + "bopomofo" : "ㄏㄨㄛˋ ㄒㄧ", + "romatzyh" : "huoh shi" }, + "meanings" : [ "to learn of sth", + "to find out", + "to get news" ], + "classifiers" : [] } ] }, + { "simplified" : "祸害", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 18243, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "禍害", + "transcriptions" : { "pinyin" : "huò hài", + "numeric" : "huo4 hai4", + "wadegiles" : "huo⁴ hai⁴", + "bopomofo" : "ㄏㄨㄛˋ ㄏㄞˋ", + "romatzyh" : "huoh hay" }, + "meanings" : [ "disaster", + "harm", + "scourge", + "bad person", + "to damage", + "to harm", + "to wreck" ], + "classifiers" : [] } ] }, + { "simplified" : "霍乱", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 21218, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "霍亂", + "transcriptions" : { "pinyin" : "huò luàn", + "numeric" : "huo4 luan4", + "wadegiles" : "huo⁴ luan⁴", + "bopomofo" : "ㄏㄨㄛˋ ㄌㄨㄢˋ", + "romatzyh" : "huoh luann" }, + "meanings" : [ "cholera" ], + "classifiers" : [] } ] }, + { "simplified" : "讥笑", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 31406, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "譏笑", + "transcriptions" : { "pinyin" : "jī xiào", + "numeric" : "ji1 xiao4", + "wadegiles" : "chi¹ hsiao⁴", + "bopomofo" : "ㄐㄧ ㄒㄧㄠˋ", + "romatzyh" : "ji shiaw" }, + "meanings" : [ "to sneer" ], + "classifiers" : [] } ] }, + { "simplified" : "饥饿", + "radical" : "饣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9185, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飢餓", + "transcriptions" : { "pinyin" : "jī è", + "numeric" : "ji1 e4", + "wadegiles" : "chi¹ e⁴", + "bopomofo" : "ㄐㄧ ㄜˋ", + "romatzyh" : "ji eh" }, + "meanings" : [ "hunger", "starvation", "famine" ], + "classifiers" : [] } ] }, + { "simplified" : "机舱", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 19118, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機艙", + "transcriptions" : { "pinyin" : "jī cāng", + "numeric" : "ji1 cang1", + "wadegiles" : "chi¹ ts'ang¹", + "bopomofo" : "ㄐㄧ ㄘㄤ", + "romatzyh" : "ji tsang" }, + "meanings" : [ "cabin of a plane" ], + "classifiers" : [] } ] }, + { "simplified" : "机场", + "radical" : "木", + "level" : [ "new-1", "old-2" ], + "frequency" : 2308, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機場", + "transcriptions" : { "pinyin" : "jī chǎng", + "numeric" : "ji1 chang3", + "wadegiles" : "chi¹ ch'ang³", + "bopomofo" : "ㄐㄧ ㄔㄤˇ", + "romatzyh" : "ji chaang" }, + "meanings" : [ "airport; airfield", + "(slang) service provider for Shadowsocks or similar software for circumventing Internet censorship" ], + "classifiers" : [ "家", "处" ] } ] }, + { "simplified" : "机动", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9881, + "pos" : [ "b", "a" ], + "forms" : [ { "traditional" : "機動", + "transcriptions" : { "pinyin" : "jī dòng", + "numeric" : "ji1 dong4", + "wadegiles" : "chi¹ tung⁴", + "bopomofo" : "ㄐㄧ ㄉㄨㄥˋ", + "romatzyh" : "ji donq" }, + "meanings" : [ "locomotive", + "motorized", + "power-driven", + "adaptable", + "flexible (use, treatment, timing etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "机动车", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 18763, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機動車", + "transcriptions" : { "pinyin" : "jī dòng chē", + "numeric" : "ji1 dong4 che1", + "wadegiles" : "chi¹ tung⁴ ch'e¹", + "bopomofo" : "ㄐㄧ ㄉㄨㄥˋ ㄔㄜ", + "romatzyh" : "ji donq che" }, + "meanings" : [ "motor vehicle" ], + "classifiers" : [] } ] }, + { "simplified" : "机构", + "radical" : "木", + "level" : [ "new-4", "old-6" ], + "frequency" : 1289, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機構", + "transcriptions" : { "pinyin" : "jī gòu", + "numeric" : "ji1 gou4", + "wadegiles" : "chi¹ kou⁴", + "bopomofo" : "ㄐㄧ ㄍㄡˋ", + "romatzyh" : "ji gow" }, + "meanings" : [ "mechanism", + "structure", + "organization", + "agency", + "institution" ], + "classifiers" : [ "所" ] } ] }, + { "simplified" : "机关", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 3970, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機關", + "transcriptions" : { "pinyin" : "jī guān", + "numeric" : "ji1 guan1", + "wadegiles" : "chi¹ kuan¹", + "bopomofo" : "ㄐㄧ ㄍㄨㄢ", + "romatzyh" : "ji guan" }, + "meanings" : [ "mechanism; gear", + "machine-operated", + "office; agency; organ; organization; establishment; institution; body", + "stratagem; scheme; intrigue; plot; trick" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "机会", + "radical" : "木", + "level" : [ "new-2", "old-3" ], + "frequency" : 393, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機會", + "transcriptions" : { "pinyin" : "jī huì", + "numeric" : "ji1 hui4", + "wadegiles" : "chi¹ hui⁴", + "bopomofo" : "ㄐㄧ ㄏㄨㄟˋ", + "romatzyh" : "ji huey" }, + "meanings" : [ "opportunity", + "chance", + "occasion" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "机灵", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16909, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "機靈", + "transcriptions" : { "pinyin" : "jī ling", + "numeric" : "ji1 ling5", + "wadegiles" : "chi¹ ling", + "bopomofo" : "ㄐㄧ ling", + "romatzyh" : "ji ling" }, + "meanings" : [ "clever", "quick-witted" ], + "classifiers" : [] } ] }, + { "simplified" : "机密", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7153, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "機密", + "transcriptions" : { "pinyin" : "jī mì", + "numeric" : "ji1 mi4", + "wadegiles" : "chi¹ mi⁴", + "bopomofo" : "ㄐㄧ ㄇㄧˋ", + "romatzyh" : "ji mih" }, + "meanings" : [ "secret", + "classified (information)" ], + "classifiers" : [] } ] }, + { "simplified" : "机票", + "radical" : "木", + "level" : [ "new-1" ], + "frequency" : 5209, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機票", + "transcriptions" : { "pinyin" : "jī piào", + "numeric" : "ji1 piao4", + "wadegiles" : "chi¹ p'iao⁴", + "bopomofo" : "ㄐㄧ ㄆㄧㄠˋ", + "romatzyh" : "ji piaw" }, + "meanings" : [ "air ticket", "passenger ticket" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "机器", + "radical" : "木", + "level" : [ "new-3", "old-5" ], + "frequency" : 2625, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機器", + "transcriptions" : { "pinyin" : "jī qì", + "numeric" : "ji1 qi4", + "wadegiles" : "chi¹ ch'i⁴", + "bopomofo" : "ㄐㄧ ㄑㄧˋ", + "romatzyh" : "ji chih" }, + "meanings" : [ "machine" ], + "classifiers" : [ "台", "部", "个" ] } ] }, + { "simplified" : "机器人", + "radical" : "木", + "level" : [ "new-5" ], + "frequency" : 4844, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機器人", + "transcriptions" : { "pinyin" : "jī qì rén", + "numeric" : "ji1 qi4 ren2", + "wadegiles" : "chi¹ ch'i⁴ jen²", + "bopomofo" : "ㄐㄧ ㄑㄧˋ ㄖㄣˊ", + "romatzyh" : "ji chih ren" }, + "meanings" : [ "robot", "android" ], + "classifiers" : [] } ] }, + { "simplified" : "机械", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 3710, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "機械", + "transcriptions" : { "pinyin" : "jī xiè", + "numeric" : "ji1 xie4", + "wadegiles" : "chi¹ hsieh⁴", + "bopomofo" : "ㄐㄧ ㄒㄧㄝˋ", + "romatzyh" : "ji shieh" }, + "meanings" : [ "machine", + "machinery", + "mechanical", + "(old) cunning", + "scheming" ], + "classifiers" : [] } ] }, + { "simplified" : "机遇", + "radical" : "木", + "level" : [ "new-4", "old-6" ], + "frequency" : 6091, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機遇", + "transcriptions" : { "pinyin" : "jī yù", + "numeric" : "ji1 yu4", + "wadegiles" : "chi¹ yü⁴", + "bopomofo" : "ㄐㄧ ㄩˋ", + "romatzyh" : "ji yuh" }, + "meanings" : [ "opportunity", + "favorable circumstance", + "stroke of luck" ], + "classifiers" : [] } ] }, + { "simplified" : "机制", + "radical" : "木", + "level" : [ "new-5" ], + "frequency" : 6578, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "機制", + "transcriptions" : { "pinyin" : "jī zhì", + "numeric" : "ji1 zhi4", + "wadegiles" : "chi¹ chih⁴", + "bopomofo" : "ㄐㄧ ㄓˋ", + "romatzyh" : "ji jyh" }, + "meanings" : [ "mechanism" ], + "classifiers" : [] }, + { "traditional" : "機製", + "transcriptions" : { "pinyin" : "jī zhì", + "numeric" : "ji1 zhi4", + "wadegiles" : "chi¹ chih⁴", + "bopomofo" : "ㄐㄧ ㄓˋ", + "romatzyh" : "ji jyh" }, + "meanings" : [ "machine-processed; machine-made" ], + "classifiers" : [] } ] }, + { "simplified" : "机智", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15602, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "機智", + "transcriptions" : { "pinyin" : "jī zhì", + "numeric" : "ji1 zhi4", + "wadegiles" : "chi¹ chih⁴", + "bopomofo" : "ㄐㄧ ㄓˋ", + "romatzyh" : "ji jyh" }, + "meanings" : [ "quick-witted", "resourceful" ], + "classifiers" : [] } ] }, + { "simplified" : "肌肤", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 7819, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肌膚", + "transcriptions" : { "pinyin" : "jī fū", + "numeric" : "ji1 fu1", + "wadegiles" : "chi¹ fu¹", + "bopomofo" : "ㄐㄧ ㄈㄨ", + "romatzyh" : "ji fu" }, + "meanings" : [ "skin", + "flesh", + "fig. close physical relationship" ], + "classifiers" : [] } ] }, + { "simplified" : "肌肉", + "radical" : "⺼", + "level" : [ "new-5", "old-5" ], + "frequency" : 3562, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肌肉", + "transcriptions" : { "pinyin" : "jī ròu", + "numeric" : "ji1 rou4", + "wadegiles" : "chi¹ jou⁴", + "bopomofo" : "ㄐㄧ ㄖㄡˋ", + "romatzyh" : "ji row" }, + "meanings" : [ "muscle", "flesh" ], + "classifiers" : [] } ] }, + { "simplified" : "鸡", + "radical" : "鸟", + "level" : [ "new-2" ], + "frequency" : 1356, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雞", + "transcriptions" : { "pinyin" : "jī", + "numeric" : "ji1", + "wadegiles" : "chi¹", + "bopomofo" : "ㄐㄧ", + "romatzyh" : "ji" }, + "meanings" : [ "fowl", + "chicken", + "(slang) prostitute" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "鸡蛋", + "radical" : "鸟", + "level" : [ "new-1", "old-2" ], + "frequency" : 3501, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雞蛋", + "transcriptions" : { "pinyin" : "jī dàn", + "numeric" : "ji1 dan4", + "wadegiles" : "chi¹ tan⁴", + "bopomofo" : "ㄐㄧ ㄉㄢˋ", + "romatzyh" : "ji dann" }, + "meanings" : [ "(chicken) egg", "hen's egg" ], + "classifiers" : [ "个", "打" ] } ] }, + { "simplified" : "迹象", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4065, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "跡象", + "transcriptions" : { "pinyin" : "jì xiàng", + "numeric" : "ji4 xiang4", + "wadegiles" : "chi⁴ hsiang⁴", + "bopomofo" : "ㄐㄧˋ ㄒㄧㄤˋ", + "romatzyh" : "jih shianq" }, + "meanings" : [ "sign; indication; mark; indicator" ], + "classifiers" : [] } ] }, + { "simplified" : "积", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 6313, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "積", + "transcriptions" : { "pinyin" : "jī", + "numeric" : "ji1", + "wadegiles" : "chi¹", + "bopomofo" : "ㄐㄧ", + "romatzyh" : "ji" }, + "meanings" : [ "to amass", + "to accumulate", + "to store", + "measured quantity (such as area of volume)", + "product (the result of multiplication)", + "to integrate (math.)", + "to solve (or integrate) an ordinary differential equation (math.)", + "old", + "long-standing" ], + "classifiers" : [] } ] }, + { "simplified" : "积淀", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 41903, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "積澱", + "transcriptions" : { "pinyin" : "jī diàn", + "numeric" : "ji1 dian4", + "wadegiles" : "chi¹ tien⁴", + "bopomofo" : "ㄐㄧ ㄉㄧㄢˋ", + "romatzyh" : "ji diann" }, + "meanings" : [ "deposits accumulated over long periods", + "fig. valuable experience, accumulated wisdom" ], + "classifiers" : [] } ] }, + { "simplified" : "积极", + "radical" : "禾", + "level" : [ "new-3", "old-4" ], + "frequency" : 2212, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "積極", + "transcriptions" : { "pinyin" : "jī jí", + "numeric" : "ji1 ji2", + "wadegiles" : "chi¹ chi²", + "bopomofo" : "ㄐㄧ ㄐㄧˊ", + "romatzyh" : "ji jyi" }, + "meanings" : [ "active", + "energetic", + "vigorous", + "positive (outlook)", + "proactive" ], + "classifiers" : [] } ] }, + { "simplified" : "积极性", + "radical" : "禾", + "level" : [ "new-3" ], + "frequency" : 18743, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "積極性", + "transcriptions" : { "pinyin" : "jī jí xìng", + "numeric" : "ji1 ji2 xing4", + "wadegiles" : "chi¹ chi² hsing⁴", + "bopomofo" : "ㄐㄧ ㄐㄧˊ ㄒㄧㄥˋ", + "romatzyh" : "ji jyi shinq" }, + "meanings" : [ "zeal", + "initiative", + "enthusiasm", + "activity" ], + "classifiers" : [] } ] }, + { "simplified" : "积累", + "radical" : "禾", + "level" : [ "new-4", "old-4" ], + "frequency" : 8722, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "積累", + "transcriptions" : { "pinyin" : "jī lěi", + "numeric" : "ji1 lei3", + "wadegiles" : "chi¹ lei³", + "bopomofo" : "ㄐㄧ ㄌㄟˇ", + "romatzyh" : "ji leei" }, + "meanings" : [ "to accumulate", + "accumulation", + "cumulative", + "cumulatively" ], + "classifiers" : [] } ] }, + { "simplified" : "积蓄", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 10253, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "積蓄", + "transcriptions" : { "pinyin" : "jī xù", + "numeric" : "ji1 xu4", + "wadegiles" : "chi¹ hsü⁴", + "bopomofo" : "ㄐㄧ ㄒㄩˋ", + "romatzyh" : "ji shiuh" }, + "meanings" : [ "to save; to put aside", "savings" ], + "classifiers" : [] } ] }, + { "simplified" : "基本", + "radical" : "土", + "level" : [ "new-3", "old-5" ], + "frequency" : 1095, + "pos" : [ "a", "ad", "n" ], + "forms" : [ { "traditional" : "基本", + "transcriptions" : { "pinyin" : "jī běn", + "numeric" : "ji1 ben3", + "wadegiles" : "chi¹ pen³", + "bopomofo" : "ㄐㄧ ㄅㄣˇ", + "romatzyh" : "ji been" }, + "meanings" : [ "basic", + "fundamental", + "main", + "elementary" ], + "classifiers" : [] } ] }, + { "simplified" : "基本功", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 23233, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "基本功", + "transcriptions" : { "pinyin" : "jī běn gōng", + "numeric" : "ji1 ben3 gong1", + "wadegiles" : "chi¹ pen³ kung¹", + "bopomofo" : "ㄐㄧ ㄅㄣˇ ㄍㄨㄥ", + "romatzyh" : "ji been gong" }, + "meanings" : [ "basic skills", "fundamentals" ], + "classifiers" : [] } ] }, + { "simplified" : "基本上", + "radical" : "土", + "level" : [ "new-3" ], + "frequency" : 3705, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "基本上", + "transcriptions" : { "pinyin" : "jī běn shang", + "numeric" : "ji1 ben3 shang5", + "wadegiles" : "chi¹ pen³ shang", + "bopomofo" : "ㄐㄧ ㄅㄣˇ shang", + "romatzyh" : "ji been shang" }, + "meanings" : [ "basically", "on the whole" ], + "classifiers" : [] } ] }, + { "simplified" : "基层", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 15719, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "基層", + "transcriptions" : { "pinyin" : "jī céng", + "numeric" : "ji1 ceng2", + "wadegiles" : "chi¹ ts'eng²", + "bopomofo" : "ㄐㄧ ㄘㄥˊ", + "romatzyh" : "ji tserng" }, + "meanings" : [ "basic level", + "grassroots unit", + "basement layer" ], + "classifiers" : [] } ] }, + { "simplified" : "基础", + "radical" : "土", + "level" : [ "new-3", "old-4" ], + "frequency" : 2135, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "基礎", + "transcriptions" : { "pinyin" : "jī chǔ", + "numeric" : "ji1 chu3", + "wadegiles" : "chi¹ ch'u³", + "bopomofo" : "ㄐㄧ ㄔㄨˇ", + "romatzyh" : "ji chuu" }, + "meanings" : [ "base; foundation; basis", + "basic; fundamental" ], + "classifiers" : [] } ] }, + { "simplified" : "基地", + "radical" : "土", + "level" : [ "new-5", "old-6" ], + "frequency" : 1799, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "基地", + "transcriptions" : { "pinyin" : "jī dì", + "numeric" : "ji1 di4", + "wadegiles" : "chi¹ ti⁴", + "bopomofo" : "ㄐㄧ ㄉㄧˋ", + "romatzyh" : "ji dih" }, + "meanings" : [ "base (of operations)", + "industrial or military base", + "al-Qaeda" ], + "classifiers" : [] } ] }, + { "simplified" : "基督教", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 11088, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "基督教", + "transcriptions" : { "pinyin" : "Jī dū jiào", + "numeric" : "Ji1 du1 jiao4", + "wadegiles" : "chi¹ tu¹ chiao⁴", + "bopomofo" : "ㄐㄧ ㄉㄨ ㄐㄧㄠˋ", + "romatzyh" : "ji du jiaw" }, + "meanings" : [ "Christianity", "Christian" ], + "classifiers" : [] } ] }, + { "simplified" : "基金", + "radical" : "土", + "level" : [ "new-5", "old-6" ], + "frequency" : 1874, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "基金", + "transcriptions" : { "pinyin" : "jī jīn", + "numeric" : "ji1 jin1", + "wadegiles" : "chi¹ chin¹", + "bopomofo" : "ㄐㄧ ㄐㄧㄣ", + "romatzyh" : "ji jin" }, + "meanings" : [ "fund" ], + "classifiers" : [] } ] }, + { "simplified" : "基因", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2983, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "基因", + "transcriptions" : { "pinyin" : "jī yīn", + "numeric" : "ji1 yin1", + "wadegiles" : "chi¹ yin¹", + "bopomofo" : "ㄐㄧ ㄧㄣ", + "romatzyh" : "ji in" }, + "meanings" : [ "gene (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "基于", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 3684, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "基於", + "transcriptions" : { "pinyin" : "jī yú", + "numeric" : "ji1 yu2", + "wadegiles" : "chi¹ yü²", + "bopomofo" : "ㄐㄧ ㄩˊ", + "romatzyh" : "ji yu" }, + "meanings" : [ "because of", + "on the basis of", + "in view of", + "on account of" ], + "classifiers" : [] } ] }, + { "simplified" : "基准", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 18513, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "基準", + "transcriptions" : { "pinyin" : "jī zhǔn", + "numeric" : "ji1 zhun3", + "wadegiles" : "chi¹ chun³", + "bopomofo" : "ㄐㄧ ㄓㄨㄣˇ", + "romatzyh" : "ji joen" }, + "meanings" : [ "(surveying) datum", + "standard; criterion; benchmark" ], + "classifiers" : [] } ] }, + { "simplified" : "畸形", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 9330, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "畸形", + "transcriptions" : { "pinyin" : "jī xíng", + "numeric" : "ji1 xing2", + "wadegiles" : "chi¹ hsing²", + "bopomofo" : "ㄐㄧ ㄒㄧㄥˊ", + "romatzyh" : "ji shyng" }, + "meanings" : [ "deformity", "abnormality" ], + "classifiers" : [] } ] }, + { "simplified" : "激动", + "radical" : "氵", + "level" : [ "new-4", "old-4" ], + "frequency" : 1931, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "激動", + "transcriptions" : { "pinyin" : "jī dòng", + "numeric" : "ji1 dong4", + "wadegiles" : "chi¹ tung⁴", + "bopomofo" : "ㄐㄧ ㄉㄨㄥˋ", + "romatzyh" : "ji donq" }, + "meanings" : [ "to move emotionally", + "to stir up (emotions)", + "to excite" ], + "classifiers" : [] } ] }, + { "simplified" : "激发", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6298, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "激發", + "transcriptions" : { "pinyin" : "jī fā", + "numeric" : "ji1 fa1", + "wadegiles" : "chi¹ fa¹", + "bopomofo" : "ㄐㄧ ㄈㄚ", + "romatzyh" : "ji fa" }, + "meanings" : [ "to arouse", + "to stimulate", + "(physics) to excite" ], + "classifiers" : [] } ] }, + { "simplified" : "激光", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6471, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "激光", + "transcriptions" : { "pinyin" : "jī guāng", + "numeric" : "ji1 guang1", + "wadegiles" : "chi¹ kuang¹", + "bopomofo" : "ㄐㄧ ㄍㄨㄤ", + "romatzyh" : "ji guang" }, + "meanings" : [ "laser" ], + "classifiers" : [] } ] }, + { "simplified" : "激化", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 23722, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "激化", + "transcriptions" : { "pinyin" : "jī huà", + "numeric" : "ji1 hua4", + "wadegiles" : "chi¹ hua⁴", + "bopomofo" : "ㄐㄧ ㄏㄨㄚˋ", + "romatzyh" : "ji huah" }, + "meanings" : [ "to intensify" ], + "classifiers" : [] } ] }, + { "simplified" : "激活", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6647, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "激活", + "transcriptions" : { "pinyin" : "jī huó", + "numeric" : "ji1 huo2", + "wadegiles" : "chi¹ huo²", + "bopomofo" : "ㄐㄧ ㄏㄨㄛˊ", + "romatzyh" : "ji hwo" }, + "meanings" : [ "to activate" ], + "classifiers" : [] } ] }, + { "simplified" : "激励", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4775, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "激勵", + "transcriptions" : { "pinyin" : "jī lì", + "numeric" : "ji1 li4", + "wadegiles" : "chi¹ li⁴", + "bopomofo" : "ㄐㄧ ㄌㄧˋ", + "romatzyh" : "ji lih" }, + "meanings" : [ "to encourage", + "to urge", + "motivation", + "incentive" ], + "classifiers" : [] } ] }, + { "simplified" : "激烈", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 3088, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "激烈", + "transcriptions" : { "pinyin" : "jī liè", + "numeric" : "ji1 lie4", + "wadegiles" : "chi¹ lieh⁴", + "bopomofo" : "ㄐㄧ ㄌㄧㄝˋ", + "romatzyh" : "ji lieh" }, + "meanings" : [ "(of competition or fighting) intense", + "fierce", + "(of pain) acute", + "(of an expression of opinion) impassioned", + "vehement", + "(of a course of action) drastic", + "extreme" ], + "classifiers" : [] } ] }, + { "simplified" : "激起", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10351, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "激起", + "transcriptions" : { "pinyin" : "jī qǐ", + "numeric" : "ji1 qi3", + "wadegiles" : "chi¹ ch'i³", + "bopomofo" : "ㄐㄧ ㄑㄧˇ", + "romatzyh" : "ji chii" }, + "meanings" : [ "to arouse", + "to evoke", + "to cause", + "to stir up" ], + "classifiers" : [] } ] }, + { "simplified" : "激情", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 2822, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "激情", + "transcriptions" : { "pinyin" : "jī qíng", + "numeric" : "ji1 qing2", + "wadegiles" : "chi¹ ch'ing²", + "bopomofo" : "ㄐㄧ ㄑㄧㄥˊ", + "romatzyh" : "ji chyng" }, + "meanings" : [ "passion", + "fervor", + "enthusiasm", + "strong emotion" ], + "classifiers" : [] } ] }, + { "simplified" : "激素", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 7000, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "激素", + "transcriptions" : { "pinyin" : "jī sù", + "numeric" : "ji1 su4", + "wadegiles" : "chi¹ su⁴", + "bopomofo" : "ㄐㄧ ㄙㄨˋ", + "romatzyh" : "ji suh" }, + "meanings" : [ "hormone" ], + "classifiers" : [] } ] }, + { "simplified" : "及", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 678, + "pos" : [ "cc", "v" ], + "forms" : [ { "traditional" : "及", + "transcriptions" : { "pinyin" : "jí", + "numeric" : "ji2", + "wadegiles" : "chi²", + "bopomofo" : "ㄐㄧˊ", + "romatzyh" : "jyi" }, + "meanings" : [ "and", + "to reach", + "up to", + "in time for" ], + "classifiers" : [] } ] }, + { "simplified" : "及格", + "radical" : "又", + "level" : [ "new-4", "old-5" ], + "frequency" : 9699, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "及格", + "transcriptions" : { "pinyin" : "jí gé", + "numeric" : "ji2 ge2", + "wadegiles" : "chi² ko²", + "bopomofo" : "ㄐㄧˊ ㄍㄜˊ", + "romatzyh" : "jyi ger" }, + "meanings" : [ "to pass an exam or a test", + "to meet a minimum standard" ], + "classifiers" : [] } ] }, + { "simplified" : "及其", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 6318, + "pos" : [ "cc" ], + "forms" : [ { "traditional" : "及其", + "transcriptions" : { "pinyin" : "jí qí", + "numeric" : "ji2 qi2", + "wadegiles" : "chi² ch'i²", + "bopomofo" : "ㄐㄧˊ ㄑㄧˊ", + "romatzyh" : "jyi chyi" }, + "meanings" : [ "(conjunction linking two nouns) and its ...; and their ...; and his ...; and her ..." ], + "classifiers" : [] } ] }, + { "simplified" : "及时", + "radical" : "又", + "level" : [ "new-3", "old-4" ], + "frequency" : 2280, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "及時", + "transcriptions" : { "pinyin" : "jí shí", + "numeric" : "ji2 shi2", + "wadegiles" : "chi² shih²", + "bopomofo" : "ㄐㄧˊ ㄕˊ", + "romatzyh" : "jyi shyr" }, + "meanings" : [ "timely; at the right time", + "promptly; without delay" ], + "classifiers" : [] } ] }, + { "simplified" : "及早", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20217, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "及早", + "transcriptions" : { "pinyin" : "jí zǎo", + "numeric" : "ji2 zao3", + "wadegiles" : "chi² tsao³", + "bopomofo" : "ㄐㄧˊ ㄗㄠˇ", + "romatzyh" : "jyi tzao" }, + "meanings" : [ "at the earliest possible time; as soon as possible" ], + "classifiers" : [] } ] }, + { "simplified" : "吉利", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 10800, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "吉利", + "transcriptions" : { "pinyin" : "Jí lì", + "numeric" : "Ji2 li4", + "wadegiles" : "chi² li⁴", + "bopomofo" : "ㄐㄧˊ ㄌㄧˋ", + "romatzyh" : "jyi lih" }, + "meanings" : [ "Geely, Chinese car make" ], + "classifiers" : [] }, + { "traditional" : "吉利", + "transcriptions" : { "pinyin" : "jí lì", + "numeric" : "ji2 li4", + "wadegiles" : "chi² li⁴", + "bopomofo" : "ㄐㄧˊ ㄌㄧˋ", + "romatzyh" : "jyi lih" }, + "meanings" : [ "auspicious", + "lucky", + "propitious" ], + "classifiers" : [] } ] }, + { "simplified" : "吉普", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 19594, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "吉普", + "transcriptions" : { "pinyin" : "Jí pǔ", + "numeric" : "Ji2 pu3", + "wadegiles" : "chi² p'u³", + "bopomofo" : "ㄐㄧˊ ㄆㄨˇ", + "romatzyh" : "jyi puu" }, + "meanings" : [ "Jeep (car brand)" ], + "classifiers" : [] } ] }, + { "simplified" : "吉他", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6172, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "吉他", + "transcriptions" : { "pinyin" : "jí tā", + "numeric" : "ji2 ta1", + "wadegiles" : "chi² t'a¹", + "bopomofo" : "ㄐㄧˊ ㄊㄚ", + "romatzyh" : "jyi ta" }, + "meanings" : [ "guitar (loanword)" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "吉祥", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 16584, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "吉祥", + "transcriptions" : { "pinyin" : "jí xiáng", + "numeric" : "ji2 xiang2", + "wadegiles" : "chi² hsiang²", + "bopomofo" : "ㄐㄧˊ ㄒㄧㄤˊ", + "romatzyh" : "jyi shyang" }, + "meanings" : [ "lucky", + "auspicious", + "propitious" ], + "classifiers" : [] } ] }, + { "simplified" : "吉祥物", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 12347, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "吉祥物", + "transcriptions" : { "pinyin" : "jí xiáng wù", + "numeric" : "ji2 xiang2 wu4", + "wadegiles" : "chi² hsiang² wu⁴", + "bopomofo" : "ㄐㄧˊ ㄒㄧㄤˊ ㄨˋ", + "romatzyh" : "jyi shyang wuh" }, + "meanings" : [ "mascot" ], + "classifiers" : [] } ] }, + { "simplified" : "级", + "radical" : "纟", + "level" : [ "new-2" ], + "frequency" : 1454, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "級", + "transcriptions" : { "pinyin" : "jí", + "numeric" : "ji2", + "wadegiles" : "chi²", + "bopomofo" : "ㄐㄧˊ", + "romatzyh" : "jyi" }, + "meanings" : [ "level", + "grade", + "rank", + "step (of stairs)", + "classifier: step, level" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "级别", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4736, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "級別", + "transcriptions" : { "pinyin" : "jí bié", + "numeric" : "ji2 bie2", + "wadegiles" : "chi² pieh²", + "bopomofo" : "ㄐㄧˊ ㄅㄧㄝˊ", + "romatzyh" : "jyi bye" }, + "meanings" : [ "(military) rank", + "level", + "grade" ], + "classifiers" : [] } ] }, + { "simplified" : "即", + "radical" : "卩", + "level" : [ "new-7+" ], + "frequency" : 1528, + "pos" : [ "v", "d", "c" ], + "forms" : [ { "traditional" : "即", + "transcriptions" : { "pinyin" : "jí", + "numeric" : "ji2", + "wadegiles" : "chi²", + "bopomofo" : "ㄐㄧˊ", + "romatzyh" : "jyi" }, + "meanings" : [ "namely", + "that is", + "i.e.", + "prompt", + "at once", + "at present", + "even if", + "prompted (by the occasion)", + "to approach", + "to come into contact", + "to assume (office)", + "to draw near" ], + "classifiers" : [] } ] }, + { "simplified" : "即便", + "radical" : "卩", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3313, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "即便", + "transcriptions" : { "pinyin" : "jí biàn", + "numeric" : "ji2 bian4", + "wadegiles" : "chi² pien⁴", + "bopomofo" : "ㄐㄧˊ ㄅㄧㄢˋ", + "romatzyh" : "jyi biann" }, + "meanings" : [ "even if", + "even though", + "right away", + "immediately" ], + "classifiers" : [] } ] }, + { "simplified" : "即将", + "radical" : "卩", + "level" : [ "new-4", "old-6" ], + "frequency" : 1906, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "即將", + "transcriptions" : { "pinyin" : "jí jiāng", + "numeric" : "ji2 jiang1", + "wadegiles" : "chi² chiang¹", + "bopomofo" : "ㄐㄧˊ ㄐㄧㄤ", + "romatzyh" : "jyi jiang" }, + "meanings" : [ "on the eve of", + "to be about to", + "to be on the verge of" ], + "classifiers" : [] } ] }, + { "simplified" : "即可", + "radical" : "卩", + "level" : [ "new-7+" ], + "frequency" : 8510, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "即可", + "transcriptions" : { "pinyin" : "jí kě", + "numeric" : "ji2 ke3", + "wadegiles" : "chi² k'o³", + "bopomofo" : "ㄐㄧˊ ㄎㄜˇ", + "romatzyh" : "jyi kee" }, + "meanings" : [ "equivalent to 就可以", + "can then (do sth)", + "can immediately (do sth)", + "(do sth) and that will suffice" ], + "classifiers" : [] } ] }, + { "simplified" : "即使", + "radical" : "卩", + "level" : [ "new-5", "old-4" ], + "frequency" : 1004, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "即使", + "transcriptions" : { "pinyin" : "jí shǐ", + "numeric" : "ji2 shi3", + "wadegiles" : "chi² shih³", + "bopomofo" : "ㄐㄧˊ ㄕˇ", + "romatzyh" : "jyi shyy" }, + "meanings" : [ "even if; even though" ], + "classifiers" : [] } ] }, + { "simplified" : "极", + "radical" : "木", + "level" : [ "new-4", "old-3" ], + "frequency" : 1404, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "極", + "transcriptions" : { "pinyin" : "jí", + "numeric" : "ji2", + "wadegiles" : "chi²", + "bopomofo" : "ㄐㄧˊ", + "romatzyh" : "jyi" }, + "meanings" : [ "extremely", + "pole (geography, physics)", + "utmost", + "top" ], + "classifiers" : [] } ] }, + { "simplified" : "极度", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 5833, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "極度", + "transcriptions" : { "pinyin" : "jí dù", + "numeric" : "ji2 du4", + "wadegiles" : "chi² tu⁴", + "bopomofo" : "ㄐㄧˊ ㄉㄨˋ", + "romatzyh" : "jyi duh" }, + "meanings" : [ "extremely" ], + "classifiers" : [] } ] }, + { "simplified" : "极端", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 5189, + "pos" : [ "n", "d", "a" ], + "forms" : [ { "traditional" : "極端", + "transcriptions" : { "pinyin" : "jí duān", + "numeric" : "ji2 duan1", + "wadegiles" : "chi² tuan¹", + "bopomofo" : "ㄐㄧˊ ㄉㄨㄢ", + "romatzyh" : "jyi duan" }, + "meanings" : [ "extreme" ], + "classifiers" : [] } ] }, + { "simplified" : "极了", + "radical" : "木", + "level" : [ "new-3" ], + "frequency" : 575, + "pos" : [ "y", "u" ], + "forms" : [ { "traditional" : "極了", + "transcriptions" : { "pinyin" : "jí le", + "numeric" : "ji2 le5", + "wadegiles" : "chi² le", + "bopomofo" : "ㄐㄧˊ le", + "romatzyh" : "jyi le" }, + "meanings" : [ "extremely", "exceedingly" ], + "classifiers" : [] } ] }, + { "simplified" : "极力", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 11081, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "極力", + "transcriptions" : { "pinyin" : "jí lì", + "numeric" : "ji2 li4", + "wadegiles" : "chi² li⁴", + "bopomofo" : "ㄐㄧˊ ㄌㄧˋ", + "romatzyh" : "jyi lih" }, + "meanings" : [ "to make a supreme effort", + "at all costs" ], + "classifiers" : [] } ] }, + { "simplified" : "极其", + "radical" : "木", + "level" : [ "new-4", "old-4" ], + "frequency" : 4627, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "極其", + "transcriptions" : { "pinyin" : "jí qí", + "numeric" : "ji2 qi2", + "wadegiles" : "chi² ch'i²", + "bopomofo" : "ㄐㄧˊ ㄑㄧˊ", + "romatzyh" : "jyi chyi" }, + "meanings" : [ "extremely" ], + "classifiers" : [] } ] }, + { "simplified" : "极少数", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "極少數", + "transcriptions" : { "pinyin" : "jí shǎo shù", + "numeric" : "ji2 shao3 shu4", + "wadegiles" : "chi² shao³ shu⁴", + "bopomofo" : "ㄐㄧˊ ㄕㄠˇ ㄕㄨˋ", + "romatzyh" : "jyi shao shuh" }, + "meanings" : [ "extremely few", + "a small minority" ], + "classifiers" : [] } ] }, + { "simplified" : "极为", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 6810, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "極為", + "transcriptions" : { "pinyin" : "jí wéi", + "numeric" : "ji2 wei2", + "wadegiles" : "chi² wei²", + "bopomofo" : "ㄐㄧˊ ㄨㄟˊ", + "romatzyh" : "jyi wei" }, + "meanings" : [ "extremely", "exceedingly" ], + "classifiers" : [] } ] }, + { "simplified" : "极限", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6343, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "極限", + "transcriptions" : { "pinyin" : "jí xiàn", + "numeric" : "ji2 xian4", + "wadegiles" : "chi² hsien⁴", + "bopomofo" : "ㄐㄧˊ ㄒㄧㄢˋ", + "romatzyh" : "jyi shiann" }, + "meanings" : [ "limit", "extreme boundary" ], + "classifiers" : [] } ] }, + { "simplified" : "急", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 1635, + "pos" : [ "v", "ad", "a" ], + "forms" : [ { "traditional" : "急", + "transcriptions" : { "pinyin" : "jí", + "numeric" : "ji2", + "wadegiles" : "chi²", + "bopomofo" : "ㄐㄧˊ", + "romatzyh" : "jyi" }, + "meanings" : [ "urgent", + "pressing", + "rapid", + "hurried", + "worried", + "to make (sb) anxious" ], + "classifiers" : [] } ] }, + { "simplified" : "急功近利", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 26592, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "急功近利", + "transcriptions" : { "pinyin" : "jí gōng jìn lì", + "numeric" : "ji2 gong1 jin4 li4", + "wadegiles" : "chi² kung¹ chin⁴ li⁴", + "bopomofo" : "ㄐㄧˊ ㄍㄨㄥ ㄐㄧㄣˋ ㄌㄧˋ", + "romatzyh" : "jyi gong jinn lih" }, + "meanings" : [ "seeking instant benefit (idiom); shortsighted vision, looking only for fast return" ], + "classifiers" : [] } ] }, + { "simplified" : "急救", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 6489, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "急救", + "transcriptions" : { "pinyin" : "jí jiù", + "numeric" : "ji2 jiu4", + "wadegiles" : "chi² chiu⁴", + "bopomofo" : "ㄐㄧˊ ㄐㄧㄡˋ", + "romatzyh" : "jyi jiow" }, + "meanings" : [ "to give emergency treatment", + "first aid" ], + "classifiers" : [] } ] }, + { "simplified" : "急剧", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13117, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "急劇", + "transcriptions" : { "pinyin" : "jí jù", + "numeric" : "ji2 ju4", + "wadegiles" : "chi² chü⁴", + "bopomofo" : "ㄐㄧˊ ㄐㄩˋ", + "romatzyh" : "jyi jiuh" }, + "meanings" : [ "rapid; sudden" ], + "classifiers" : [] } ] }, + { "simplified" : "急忙", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 18562, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "急忙", + "transcriptions" : { "pinyin" : "jí máng", + "numeric" : "ji2 mang2", + "wadegiles" : "chi² mang²", + "bopomofo" : "ㄐㄧˊ ㄇㄤˊ", + "romatzyh" : "jyi mang" }, + "meanings" : [ "hastily" ], + "classifiers" : [] } ] }, + { "simplified" : "急迫", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 29873, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "急迫", + "transcriptions" : { "pinyin" : "jí pò", + "numeric" : "ji2 po4", + "wadegiles" : "chi² p'o⁴", + "bopomofo" : "ㄐㄧˊ ㄆㄛˋ", + "romatzyh" : "jyi poh" }, + "meanings" : [ "urgent", "pressing", "imperative" ], + "classifiers" : [] } ] }, + { "simplified" : "急切", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 13165, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "急切", + "transcriptions" : { "pinyin" : "jí qiè", + "numeric" : "ji2 qie4", + "wadegiles" : "chi² ch'ieh⁴", + "bopomofo" : "ㄐㄧˊ ㄑㄧㄝˋ", + "romatzyh" : "jyi chieh" }, + "meanings" : [ "eager", "impatient" ], + "classifiers" : [] } ] }, + { "simplified" : "急性", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 8564, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "急性", + "transcriptions" : { "pinyin" : "jí xìng", + "numeric" : "ji2 xing4", + "wadegiles" : "chi² hsing⁴", + "bopomofo" : "ㄐㄧˊ ㄒㄧㄥˋ", + "romatzyh" : "jyi shinq" }, + "meanings" : [ "acute" ], + "classifiers" : [] } ] }, + { "simplified" : "急需", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 7649, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "急需", + "transcriptions" : { "pinyin" : "jí xū", + "numeric" : "ji2 xu1", + "wadegiles" : "chi² hsü¹", + "bopomofo" : "ㄐㄧˊ ㄒㄩ", + "romatzyh" : "jyi shiu" }, + "meanings" : [ "to urgently need", "urgent need" ], + "classifiers" : [] } ] }, + { "simplified" : "急于", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 11107, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "急於", + "transcriptions" : { "pinyin" : "jí yú", + "numeric" : "ji2 yu2", + "wadegiles" : "chi² yü²", + "bopomofo" : "ㄐㄧˊ ㄩˊ", + "romatzyh" : "jyi yu" }, + "meanings" : [ "eager to", "in a hurry to" ], + "classifiers" : [] } ] }, + { "simplified" : "急于求成", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 41579, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "急於求成", + "transcriptions" : { "pinyin" : "jí yú qiú chéng", + "numeric" : "ji2 yu2 qiu2 cheng2", + "wadegiles" : "chi² yü² ch'iu² ch'eng²", + "bopomofo" : "ㄐㄧˊ ㄩˊ ㄑㄧㄡˊ ㄔㄥˊ", + "romatzyh" : "jyi yu chyou cherng" }, + "meanings" : [ "anxious for quick results (idiom); to demand instant success", + "impatient for result", + "impetuous" ], + "classifiers" : [] } ] }, + { "simplified" : "急躁", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 16250, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "急躁", + "transcriptions" : { "pinyin" : "jí zào", + "numeric" : "ji2 zao4", + "wadegiles" : "chi² tsao⁴", + "bopomofo" : "ㄐㄧˊ ㄗㄠˋ", + "romatzyh" : "jyi tzaw" }, + "meanings" : [ "irritable; irascible", + "impetuous" ], + "classifiers" : [] } ] }, + { "simplified" : "急诊", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 11305, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "急診", + "transcriptions" : { "pinyin" : "jí zhěn", + "numeric" : "ji2 zhen3", + "wadegiles" : "chi² chen³", + "bopomofo" : "ㄐㄧˊ ㄓㄣˇ", + "romatzyh" : "jyi jeen" }, + "meanings" : [ "to give or receive urgent medical treatment", + "emergency treatment (at a hospital emergency department, or from a doctor on a house call)" ], + "classifiers" : [] } ] }, + { "simplified" : "急转弯", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 28882, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "急轉彎", + "transcriptions" : { "pinyin" : "jí zhuǎn wān", + "numeric" : "ji2 zhuan3 wan1", + "wadegiles" : "chi² chuan³ wan¹", + "bopomofo" : "ㄐㄧˊ ㄓㄨㄢˇ ㄨㄢ", + "romatzyh" : "jyi joan uan" }, + "meanings" : [ "to make a sudden turn" ], + "classifiers" : [] } ] }, + { "simplified" : "疾病", + "radical" : "疒", + "level" : [ "new-6", "old-6" ], + "frequency" : 2270, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "疾病", + "transcriptions" : { "pinyin" : "jí bìng", + "numeric" : "ji2 bing4", + "wadegiles" : "chi² ping⁴", + "bopomofo" : "ㄐㄧˊ ㄅㄧㄥˋ", + "romatzyh" : "jyi binq" }, + "meanings" : [ "disease; sickness; ailment" ], + "classifiers" : [] } ] }, + { "simplified" : "脊梁", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 28720, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "脊梁", + "transcriptions" : { "pinyin" : "jǐ liáng", + "numeric" : "ji3 liang2", + "wadegiles" : "chi³ liang²", + "bopomofo" : "ㄐㄧˇ ㄌㄧㄤˊ", + "romatzyh" : "jii liang" }, + "meanings" : [ "backbone", + "spine", + "Taiwan pr. [jǐ liang]" ], + "classifiers" : [] }, + { "traditional" : "脊梁", + "transcriptions" : { "pinyin" : "jǐ liang", + "numeric" : "ji3 liang5", + "wadegiles" : "chi³ liang", + "bopomofo" : "ㄐㄧˇ liang", + "romatzyh" : "jii liang" }, + "meanings" : [ "(coll.) back (of a human or other vertebrate)" ], + "classifiers" : [] } ] }, + { "simplified" : "棘手", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 11249, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "棘手", + "transcriptions" : { "pinyin" : "jí shǒu", + "numeric" : "ji2 shou3", + "wadegiles" : "chi² shou³", + "bopomofo" : "ㄐㄧˊ ㄕㄡˇ", + "romatzyh" : "jyi shoou" }, + "meanings" : [ "thorny (problem)", "intractable" ], + "classifiers" : [] } ] }, + { "simplified" : "集", + "radical" : "隹", + "level" : [ "new-6" ], + "frequency" : 1190, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "集", + "transcriptions" : { "pinyin" : "jí", + "numeric" : "ji2", + "wadegiles" : "chi²", + "bopomofo" : "ㄐㄧˊ", + "romatzyh" : "jyi" }, + "meanings" : [ "to gather", + "to collect", + "collected works", + "classifier for sections of a TV series etc: episode" ], + "classifiers" : [] } ] }, + { "simplified" : "集合", + "radical" : "隹", + "level" : [ "new-4", "old-4" ], + "frequency" : 5571, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "集合", + "transcriptions" : { "pinyin" : "jí hé", + "numeric" : "ji2 he2", + "wadegiles" : "chi² ho²", + "bopomofo" : "ㄐㄧˊ ㄏㄜˊ", + "romatzyh" : "jyi her" }, + "meanings" : [ "to gather; to assemble", + "(math.) set" ], + "classifiers" : [] } ] }, + { "simplified" : "集会", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 7482, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "集會", + "transcriptions" : { "pinyin" : "jí huì", + "numeric" : "ji2 hui4", + "wadegiles" : "chi² hui⁴", + "bopomofo" : "ㄐㄧˊ ㄏㄨㄟˋ", + "romatzyh" : "jyi huey" }, + "meanings" : [ "to gather", "assembly", "meeting" ], + "classifiers" : [ "个", "次" ] } ] }, + { "simplified" : "集结", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 12340, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "集結", + "transcriptions" : { "pinyin" : "jí jié", + "numeric" : "ji2 jie2", + "wadegiles" : "chi² chieh²", + "bopomofo" : "ㄐㄧˊ ㄐㄧㄝˊ", + "romatzyh" : "jyi jye" }, + "meanings" : [ "to assemble", + "to concentrate", + "to mass", + "to build up", + "to marshal" ], + "classifiers" : [] } ] }, + { "simplified" : "集体", + "radical" : "隹", + "level" : [ "new-3", "old-5" ], + "frequency" : 3804, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "集體", + "transcriptions" : { "pinyin" : "jí tǐ", + "numeric" : "ji2 ti3", + "wadegiles" : "chi² t'i³", + "bopomofo" : "ㄐㄧˊ ㄊㄧˇ", + "romatzyh" : "jyi tii" }, + "meanings" : [ "collective (decision)", + "joint (effort)", + "a group", + "a team", + "en masse", + "as a group" ], + "classifiers" : [] } ] }, + { "simplified" : "集团", + "radical" : "隹", + "level" : [ "new-5", "old-6" ], + "frequency" : 2134, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "集團", + "transcriptions" : { "pinyin" : "jí tuán", + "numeric" : "ji2 tuan2", + "wadegiles" : "chi² t'uan²", + "bopomofo" : "ㄐㄧˊ ㄊㄨㄢˊ", + "romatzyh" : "jyi twan" }, + "meanings" : [ "group", + "bloc", + "corporation", + "conglomerate" ], + "classifiers" : [] } ] }, + { "simplified" : "集邮", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 30092, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "集郵", + "transcriptions" : { "pinyin" : "jí yóu", + "numeric" : "ji2 you2", + "wadegiles" : "chi² yu²", + "bopomofo" : "ㄐㄧˊ ㄧㄡˊ", + "romatzyh" : "jyi you" }, + "meanings" : [ "stamp collecting", "philately" ], + "classifiers" : [] } ] }, + { "simplified" : "集中", + "radical" : "隹", + "level" : [ "new-3", "old-5" ], + "frequency" : 1271, + "pos" : [ "v", "ad", "a" ], + "forms" : [ { "traditional" : "集中", + "transcriptions" : { "pinyin" : "jí zhōng", + "numeric" : "ji2 zhong1", + "wadegiles" : "chi² chung¹", + "bopomofo" : "ㄐㄧˊ ㄓㄨㄥ", + "romatzyh" : "jyi jong" }, + "meanings" : [ "to concentrate", + "to centralize", + "to focus", + "centralized", + "concentrated", + "to put together" ], + "classifiers" : [] } ] }, + { "simplified" : "集装箱", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 9507, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "集裝箱", + "transcriptions" : { "pinyin" : "jí zhuāng xiāng", + "numeric" : "ji2 zhuang1 xiang1", + "wadegiles" : "chi² chuang¹ hsiang¹", + "bopomofo" : "ㄐㄧˊ ㄓㄨㄤ ㄒㄧㄤ", + "romatzyh" : "jyi juang shiang" }, + "meanings" : [ "container (for shipping)" ], + "classifiers" : [] } ] }, + { "simplified" : "集资", + "radical" : "隹", + "level" : [ "new-7+" ], + "frequency" : 17748, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "集資", + "transcriptions" : { "pinyin" : "jí zī", + "numeric" : "ji2 zi1", + "wadegiles" : "chi² tzu¹", + "bopomofo" : "ㄐㄧˊ ㄗ", + "romatzyh" : "jyi tzy" }, + "meanings" : [ "to raise money", + "to accumulate funds" ], + "classifiers" : [] } ] }, + { "simplified" : "嫉妒", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4056, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嫉妒", + "transcriptions" : { "pinyin" : "jí dù", + "numeric" : "ji2 du4", + "wadegiles" : "chi² tu⁴", + "bopomofo" : "ㄐㄧˊ ㄉㄨˋ", + "romatzyh" : "jyi duh" }, + "meanings" : [ "to be jealous of; to envy" ], + "classifiers" : [] } ] }, + { "simplified" : "籍贯", + "radical" : "⺮", + "level" : [ "old-6" ], + "frequency" : 37051, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "籍貫", + "transcriptions" : { "pinyin" : "jí guàn", + "numeric" : "ji2 guan4", + "wadegiles" : "chi² kuan⁴", + "bopomofo" : "ㄐㄧˊ ㄍㄨㄢˋ", + "romatzyh" : "jyi guann" }, + "meanings" : [ "one's native place", + "place of ancestry", + "registered birthplace" ], + "classifiers" : [] } ] }, + { "simplified" : "几", + "radical" : "几", + "level" : [ "new-1", "old-1" ], + "frequency" : 178, + "pos" : [ "m", "d" ], + "forms" : [ { "traditional" : "几", + "transcriptions" : { "pinyin" : "jī", + "numeric" : "ji1", + "wadegiles" : "chi¹", + "bopomofo" : "ㄐㄧ", + "romatzyh" : "ji" }, + "meanings" : [ "small table" ], + "classifiers" : [] }, + { "traditional" : "幾", + "transcriptions" : { "pinyin" : "jī", + "numeric" : "ji1", + "wadegiles" : "chi¹", + "bopomofo" : "ㄐㄧ", + "romatzyh" : "ji" }, + "meanings" : [ "almost" ], + "classifiers" : [] }, + { "traditional" : "幾", + "transcriptions" : { "pinyin" : "jǐ", + "numeric" : "ji3", + "wadegiles" : "chi³", + "bopomofo" : "ㄐㄧˇ", + "romatzyh" : "jii" }, + "meanings" : [ "how much", + "how many", + "several", + "a few" ], + "classifiers" : [] } ] }, + { "simplified" : "几乎", + "radical" : "几", + "level" : [ "new-4", "old-3" ], + "frequency" : 1001, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "幾乎", + "transcriptions" : { "pinyin" : "jī hū", + "numeric" : "ji1 hu1", + "wadegiles" : "chi¹ hu¹", + "bopomofo" : "ㄐㄧ ㄏㄨ", + "romatzyh" : "ji hu" }, + "meanings" : [ "almost; nearly; practically" ], + "classifiers" : [] } ] }, + { "simplified" : "几率", + "radical" : "几", + "level" : [ "new-7+" ], + "frequency" : 8030, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "幾率", + "transcriptions" : { "pinyin" : "jī lu:4", + "numeric" : "ji1 lü4", + "wadegiles" : "chi¹ lu:4", + "bopomofo" : "ㄐㄧ lu:4", + "romatzyh" : "ji lu:4" }, + "meanings" : [ "probability", "odds" ], + "classifiers" : [] } ] }, + { "simplified" : "挤", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 3042, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擠", + "transcriptions" : { "pinyin" : "jǐ", + "numeric" : "ji3", + "wadegiles" : "chi³", + "bopomofo" : "ㄐㄧˇ", + "romatzyh" : "jii" }, + "meanings" : [ "to crowd in", + "to cram in", + "to force others aside", + "to press", + "to squeeze", + "to find (time in one's busy schedule)" ], + "classifiers" : [] } ] }, + { "simplified" : "挤压", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13189, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擠壓", + "transcriptions" : { "pinyin" : "jǐ yā", + "numeric" : "ji3 ya1", + "wadegiles" : "chi³ ya¹", + "bopomofo" : "ㄐㄧˇ ㄧㄚ", + "romatzyh" : "jii ia" }, + "meanings" : [ "to squeeze", + "to press", + "to extrude" ], + "classifiers" : [] } ] }, + { "simplified" : "计", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 2925, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "計", + "transcriptions" : { "pinyin" : "Jì", + "numeric" : "Ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "surname Ji" ], + "classifiers" : [] }, + { "traditional" : "計", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "to calculate", + "to compute", + "to count", + "to regard as important", + "to plan", + "ruse", + "meter", + "gauge" ], + "classifiers" : [] } ] }, + { "simplified" : "计策", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 28994, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "計策", + "transcriptions" : { "pinyin" : "jì cè", + "numeric" : "ji4 ce4", + "wadegiles" : "chi⁴ ts'e⁴", + "bopomofo" : "ㄐㄧˋ ㄘㄜˋ", + "romatzyh" : "jih tseh" }, + "meanings" : [ "stratagem" ], + "classifiers" : [] } ] }, + { "simplified" : "计划", + "radical" : "讠", + "level" : [ "new-2", "old-4" ], + "frequency" : 403, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "計劃", + "transcriptions" : { "pinyin" : "jì huà", + "numeric" : "ji4 hua4", + "wadegiles" : "chi⁴ hua⁴", + "bopomofo" : "ㄐㄧˋ ㄏㄨㄚˋ", + "romatzyh" : "jih huah" }, + "meanings" : [ "plan", + "project", + "program", + "to plan", + "to map out" ], + "classifiers" : [ "个", "项" ] } ] }, + { "simplified" : "计较", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9225, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "計較", + "transcriptions" : { "pinyin" : "jì jiào", + "numeric" : "ji4 jiao4", + "wadegiles" : "chi⁴ chiao⁴", + "bopomofo" : "ㄐㄧˋ ㄐㄧㄠˋ", + "romatzyh" : "jih jiaw" }, + "meanings" : [ "to bother about", + "to haggle", + "to bicker", + "to argue", + "plan", + "stratagem" ], + "classifiers" : [] } ] }, + { "simplified" : "计时", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 12504, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "計時", + "transcriptions" : { "pinyin" : "jì shí", + "numeric" : "ji4 shi2", + "wadegiles" : "chi⁴ shih²", + "bopomofo" : "ㄐㄧˋ ㄕˊ", + "romatzyh" : "jih shyr" }, + "meanings" : [ "to measure time", + "to time", + "to reckon by time" ], + "classifiers" : [] } ] }, + { "simplified" : "计算", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 2980, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "計算", + "transcriptions" : { "pinyin" : "jì suàn", + "numeric" : "ji4 suan4", + "wadegiles" : "chi⁴ suan⁴", + "bopomofo" : "ㄐㄧˋ ㄙㄨㄢˋ", + "romatzyh" : "jih suann" }, + "meanings" : [ "to count", + "to calculate", + "to compute" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "计算机", + "radical" : "讠", + "level" : [ "new-2" ], + "frequency" : 3682, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "計算機", + "transcriptions" : { "pinyin" : "jì suàn jī", + "numeric" : "ji4 suan4 ji1", + "wadegiles" : "chi⁴ suan⁴ chi¹", + "bopomofo" : "ㄐㄧˋ ㄙㄨㄢˋ ㄐㄧ", + "romatzyh" : "jih suann ji" }, + "meanings" : [ "computer", "(Tw) calculator" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "记", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 1123, + "pos" : [ "v", "g", "q" ], + "forms" : [ { "traditional" : "記", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "to record", + "to note", + "to memorize", + "to remember", + "mark", + "sign", + "classifier for blows, kicks, shots" ], + "classifiers" : [] } ] }, + { "simplified" : "记得", + "radical" : "讠", + "level" : [ "new-1", "old-3" ], + "frequency" : 699, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "記得", + "transcriptions" : { "pinyin" : "jì de", + "numeric" : "ji4 de5", + "wadegiles" : "chi⁴ de", + "bopomofo" : "ㄐㄧˋ de", + "romatzyh" : "jih de" }, + "meanings" : [ "to remember" ], + "classifiers" : [] } ] }, + { "simplified" : "记号", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 16561, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "記號", + "transcriptions" : { "pinyin" : "jì hao", + "numeric" : "ji4 hao5", + "wadegiles" : "chi⁴ hao", + "bopomofo" : "ㄐㄧˋ hao", + "romatzyh" : "jih hao" }, + "meanings" : [ "mark", + "symbol", + "notation", + "seal" ], + "classifiers" : [] } ] }, + { "simplified" : "记录", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 1305, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "記錄", + "transcriptions" : { "pinyin" : "jì lù", + "numeric" : "ji4 lu4", + "wadegiles" : "chi⁴ lu⁴", + "bopomofo" : "ㄐㄧˋ ㄌㄨˋ", + "romatzyh" : "jih luh" }, + "meanings" : [ "to record", + "record (written account)", + "note-taker", + "record (in sports etc)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "记性", + "radical" : "讠", + "level" : [ "old-6" ], + "frequency" : 14607, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "記性", + "transcriptions" : { "pinyin" : "jì xing", + "numeric" : "ji4 xing5", + "wadegiles" : "chi⁴ xing", + "bopomofo" : "ㄐㄧˋ xing", + "romatzyh" : "jih xing" }, + "meanings" : [ "memory (ability to retain information)" ], + "classifiers" : [] } ] }, + { "simplified" : "记忆", + "radical" : "讠", + "level" : [ "new-5", "old-5" ], + "frequency" : 1839, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "記憶", + "transcriptions" : { "pinyin" : "jì yì", + "numeric" : "ji4 yi4", + "wadegiles" : "chi⁴ i⁴", + "bopomofo" : "ㄐㄧˋ ㄧˋ", + "romatzyh" : "jih yih" }, + "meanings" : [ "to remember", + "to recall", + "memory" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "记忆犹新", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 20223, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "記憶猶新", + "transcriptions" : { "pinyin" : "jì yì yóu xīn", + "numeric" : "ji4 yi4 you2 xin1", + "wadegiles" : "chi⁴ i⁴ yu² hsin¹", + "bopomofo" : "ㄐㄧˋ ㄧˋ ㄧㄡˊ ㄒㄧㄣ", + "romatzyh" : "jih yih you shin" }, + "meanings" : [ "to remain fresh in one's memory (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "记载", + "radical" : "讠", + "level" : [ "new-4", "old-6" ], + "frequency" : 6338, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "記載", + "transcriptions" : { "pinyin" : "jì zǎi", + "numeric" : "ji4 zai3", + "wadegiles" : "chi⁴ tsai³", + "bopomofo" : "ㄐㄧˋ ㄗㄞˇ", + "romatzyh" : "jih tzae" }, + "meanings" : [ "to write down", + "to record", + "written account" ], + "classifiers" : [] } ] }, + { "simplified" : "记者", + "radical" : "讠", + "level" : [ "new-3", "old-4" ], + "frequency" : 844, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "記者", + "transcriptions" : { "pinyin" : "jì zhě", + "numeric" : "ji4 zhe3", + "wadegiles" : "chi⁴ che³", + "bopomofo" : "ㄐㄧˋ ㄓㄜˇ", + "romatzyh" : "jih jee" }, + "meanings" : [ "reporter; journalist" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "记住", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 2266, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "記住", + "transcriptions" : { "pinyin" : "jì zhu", + "numeric" : "ji4 zhu5", + "wadegiles" : "chi⁴ zhu", + "bopomofo" : "ㄐㄧˋ zhu", + "romatzyh" : "jih zhu" }, + "meanings" : [ "to remember", + "to bear in mind", + "to learn by heart" ], + "classifiers" : [] } ] }, + { "simplified" : "纪录", + "radical" : "纟", + "level" : [ "new-3", "old-5" ], + "frequency" : 3694, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "紀錄", + "transcriptions" : { "pinyin" : "jì lù", + "numeric" : "ji4 lu4", + "wadegiles" : "chi⁴ lu⁴", + "bopomofo" : "ㄐㄧˋ ㄌㄨˋ", + "romatzyh" : "jih luh" }, + "meanings" : [ "variant of 记录 (but in Taiwan, not for the verb sense \"to record\")" ], + "classifiers" : [] } ] }, + { "simplified" : "纪录片", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 12167, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紀錄片", + "transcriptions" : { "pinyin" : "jì lù piàn", + "numeric" : "ji4 lu4 pian4", + "wadegiles" : "chi⁴ lu⁴ p'ien⁴", + "bopomofo" : "ㄐㄧˋ ㄌㄨˋ ㄆㄧㄢˋ", + "romatzyh" : "jih luh piann" }, + "meanings" : [ "newsreel", + "documentary (film or TV program)" ], + "classifiers" : [ "部" ] } ] }, + { "simplified" : "纪律", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 6250, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紀律", + "transcriptions" : { "pinyin" : "jì lu:4", + "numeric" : "ji4 lü4", + "wadegiles" : "chi⁴ lu:4", + "bopomofo" : "ㄐㄧˋ lu:4", + "romatzyh" : "jih lu:4" }, + "meanings" : [ "discipline" ], + "classifiers" : [] } ] }, + { "simplified" : "纪念", + "radical" : "纟", + "level" : [ "new-3", "old-5" ], + "frequency" : 2842, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "紀念", + "transcriptions" : { "pinyin" : "jì niàn", + "numeric" : "ji4 nian4", + "wadegiles" : "chi⁴ nien⁴", + "bopomofo" : "ㄐㄧˋ ㄋㄧㄢˋ", + "romatzyh" : "jih niann" }, + "meanings" : [ "to commemorate; to honor the memory of", + "memento; keepsake; souvenir" ], + "classifiers" : [] } ] }, + { "simplified" : "纪念碑", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 14440, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紀念碑", + "transcriptions" : { "pinyin" : "jì niàn bēi", + "numeric" : "ji4 nian4 bei1", + "wadegiles" : "chi⁴ nien⁴ pei¹", + "bopomofo" : "ㄐㄧˋ ㄋㄧㄢˋ ㄅㄟ", + "romatzyh" : "jih niann bei" }, + "meanings" : [ "monument" ], + "classifiers" : [] } ] }, + { "simplified" : "纪念馆", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 15677, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紀念館", + "transcriptions" : { "pinyin" : "jì niàn guǎn", + "numeric" : "ji4 nian4 guan3", + "wadegiles" : "chi⁴ nien⁴ kuan³", + "bopomofo" : "ㄐㄧˋ ㄋㄧㄢˋ ㄍㄨㄢˇ", + "romatzyh" : "jih niann goan" }, + "meanings" : [ "memorial hall", + "commemorative museum" ], + "classifiers" : [] } ] }, + { "simplified" : "纪念日", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 9147, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紀念日", + "transcriptions" : { "pinyin" : "jì niàn rì", + "numeric" : "ji4 nian4 ri4", + "wadegiles" : "chi⁴ nien⁴ jih⁴", + "bopomofo" : "ㄐㄧˋ ㄋㄧㄢˋ ㄖˋ", + "romatzyh" : "jih niann ryh" }, + "meanings" : [ "day of commemoration", + "memorial day" ], + "classifiers" : [] } ] }, + { "simplified" : "纪实", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 22660, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紀實", + "transcriptions" : { "pinyin" : "jì shí", + "numeric" : "ji4 shi2", + "wadegiles" : "chi⁴ shih²", + "bopomofo" : "ㄐㄧˋ ㄕˊ", + "romatzyh" : "jih shyr" }, + "meanings" : [ "record of actual events", + "documentary (factual rather than fictional)" ], + "classifiers" : [] } ] }, + { "simplified" : "纪要", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 44018, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紀要", + "transcriptions" : { "pinyin" : "jì yào", + "numeric" : "ji4 yao4", + "wadegiles" : "chi⁴ yao⁴", + "bopomofo" : "ㄐㄧˋ ㄧㄠˋ", + "romatzyh" : "jih yaw" }, + "meanings" : [ "minutes", + "written summary of a meeting" ], + "classifiers" : [] } ] }, + { "simplified" : "忌", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 14072, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忌", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "to be jealous of", + "fear", + "dread", + "scruple", + "to avoid or abstain from", + "to quit", + "to give up sth" ], + "classifiers" : [] } ] }, + { "simplified" : "忌讳", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22458, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "忌諱", + "transcriptions" : { "pinyin" : "jì huì", + "numeric" : "ji4 hui4", + "wadegiles" : "chi⁴ hui⁴", + "bopomofo" : "ㄐㄧˋ ㄏㄨㄟˋ", + "romatzyh" : "jih huey" }, + "meanings" : [ "taboo", + "to avoid as taboo", + "to abstain from" ], + "classifiers" : [] } ] }, + { "simplified" : "忌口", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 52918, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忌口", + "transcriptions" : { "pinyin" : "jì kǒu", + "numeric" : "ji4 kou3", + "wadegiles" : "chi⁴ k'ou³", + "bopomofo" : "ㄐㄧˋ ㄎㄡˇ", + "romatzyh" : "jih koou" }, + "meanings" : [ "abstain from certain food (as when ill)", + "avoid certain foods", + "be on a diet" ], + "classifiers" : [] } ] }, + { "simplified" : "技能", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 4372, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "技能", + "transcriptions" : { "pinyin" : "jì néng", + "numeric" : "ji4 neng2", + "wadegiles" : "chi⁴ neng²", + "bopomofo" : "ㄐㄧˋ ㄋㄥˊ", + "romatzyh" : "jih neng" }, + "meanings" : [ "technical ability", "skill" ], + "classifiers" : [] } ] }, + { "simplified" : "技巧", + "radical" : "扌", + "level" : [ "new-4", "old-6" ], + "frequency" : 3853, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "技巧", + "transcriptions" : { "pinyin" : "jì qiǎo", + "numeric" : "ji4 qiao3", + "wadegiles" : "chi⁴ ch'iao³", + "bopomofo" : "ㄐㄧˋ ㄑㄧㄠˇ", + "romatzyh" : "jih cheau" }, + "meanings" : [ "skill", "technique" ], + "classifiers" : [] } ] }, + { "simplified" : "技术", + "radical" : "扌", + "level" : [ "new-3", "old-4" ], + "frequency" : 758, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "技術", + "transcriptions" : { "pinyin" : "jì shù", + "numeric" : "ji4 shu4", + "wadegiles" : "chi⁴ shu⁴", + "bopomofo" : "ㄐㄧˋ ㄕㄨˋ", + "romatzyh" : "jih shuh" }, + "meanings" : [ "technology; technique; skill" ], + "classifiers" : [ "门", "种", "项" ] } ] }, + { "simplified" : "技艺", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13822, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "技藝", + "transcriptions" : { "pinyin" : "jì yì", + "numeric" : "ji4 yi4", + "wadegiles" : "chi⁴ i⁴", + "bopomofo" : "ㄐㄧˋ ㄧˋ", + "romatzyh" : "jih yih" }, + "meanings" : [ "skill", "art" ], + "classifiers" : [] } ] }, + { "simplified" : "剂", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 2773, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "劑", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "dose (medicine)" ], + "classifiers" : [] } ] }, + { "simplified" : "季", + "radical" : "子", + "level" : [ "new-4" ], + "frequency" : 1588, + "pos" : [ "q", "g", "nr" ], + "forms" : [ { "traditional" : "季", + "transcriptions" : { "pinyin" : "Jì", + "numeric" : "Ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "surname Ji" ], + "classifiers" : [] }, + { "traditional" : "季", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "season", + "the last month of a season", + "fourth or youngest amongst brothers", + "classifier for seasonal crop yields" ], + "classifiers" : [] } ] }, + { "simplified" : "季度", + "radical" : "子", + "level" : [ "new-4", "old-6" ], + "frequency" : 5266, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "季度", + "transcriptions" : { "pinyin" : "jì dù", + "numeric" : "ji4 du4", + "wadegiles" : "chi⁴ tu⁴", + "bopomofo" : "ㄐㄧˋ ㄉㄨˋ", + "romatzyh" : "jih duh" }, + "meanings" : [ "quarter of a year", + "season (sports)" ], + "classifiers" : [] } ] }, + { "simplified" : "季节", + "radical" : "子", + "level" : [ "new-4", "old-3" ], + "frequency" : 4724, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "季節", + "transcriptions" : { "pinyin" : "jì jié", + "numeric" : "ji4 jie2", + "wadegiles" : "chi⁴ chieh²", + "bopomofo" : "ㄐㄧˋ ㄐㄧㄝˊ", + "romatzyh" : "jih jye" }, + "meanings" : [ "time", "season", "period" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "季军", + "radical" : "子", + "level" : [ "old-6" ], + "frequency" : 27804, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "季軍", + "transcriptions" : { "pinyin" : "jì jūn", + "numeric" : "ji4 jun1", + "wadegiles" : "chi⁴ chün¹", + "bopomofo" : "ㄐㄧˋ ㄐㄩㄣ", + "romatzyh" : "jih jiun" }, + "meanings" : [ "third in a race", + "bronze medalist" ], + "classifiers" : [] } ] }, + { "simplified" : "既", + "radical" : "旡", + "level" : [ "new-4" ], + "frequency" : 1698, + "pos" : [ "c", "d" ], + "forms" : [ { "traditional" : "既", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "already", + "since", + "both... (and...)" ], + "classifiers" : [] } ] }, + { "simplified" : "既然", + "radical" : "旡", + "level" : [ "new-4", "old-4" ], + "frequency" : 1629, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "既然", + "transcriptions" : { "pinyin" : "jì rán", + "numeric" : "ji4 ran2", + "wadegiles" : "chi⁴ jan²", + "bopomofo" : "ㄐㄧˋ ㄖㄢˊ", + "romatzyh" : "jih ran" }, + "meanings" : [ "since", + "as", + "this being the case" ], + "classifiers" : [] } ] }, + { "simplified" : "继", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 5916, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "繼", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "to continue", + "to follow after", + "to go on with", + "to succeed", + "to inherit", + "then", + "afterwards" ], + "classifiers" : [] } ] }, + { "simplified" : "继承", + "radical" : "纟", + "level" : [ "new-5", "old-6" ], + "frequency" : 4528, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "繼承", + "transcriptions" : { "pinyin" : "jì chéng", + "numeric" : "ji4 cheng2", + "wadegiles" : "chi⁴ ch'eng²", + "bopomofo" : "ㄐㄧˋ ㄔㄥˊ", + "romatzyh" : "jih cherng" }, + "meanings" : [ "to inherit", + "to succeed to (the throne etc)", + "to carry on (a tradition etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "继而", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 19956, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "繼而", + "transcriptions" : { "pinyin" : "jì ér", + "numeric" : "ji4 er2", + "wadegiles" : "chi⁴ erh²", + "bopomofo" : "ㄐㄧˋ ㄦˊ", + "romatzyh" : "jih erl" }, + "meanings" : [ "then", "afterwards" ], + "classifiers" : [] } ] }, + { "simplified" : "继父", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 21872, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "繼父", + "transcriptions" : { "pinyin" : "jì fù", + "numeric" : "ji4 fu4", + "wadegiles" : "chi⁴ fu⁴", + "bopomofo" : "ㄐㄧˋ ㄈㄨˋ", + "romatzyh" : "jih fuh" }, + "meanings" : [ "stepfather" ], + "classifiers" : [] } ] }, + { "simplified" : "继母", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 23153, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "繼母", + "transcriptions" : { "pinyin" : "jì mǔ", + "numeric" : "ji4 mu3", + "wadegiles" : "chi⁴ mu³", + "bopomofo" : "ㄐㄧˋ ㄇㄨˇ", + "romatzyh" : "jih muu" }, + "meanings" : [ "stepmother" ], + "classifiers" : [] } ] }, + { "simplified" : "继往开来", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 52579, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "繼往開來", + "transcriptions" : { "pinyin" : "jì wǎng kāi lái", + "numeric" : "ji4 wang3 kai1 lai2", + "wadegiles" : "chi⁴ wang³ k'ai¹ lai²", + "bopomofo" : "ㄐㄧˋ ㄨㄤˇ ㄎㄞ ㄌㄞˊ", + "romatzyh" : "jih woang kai lai" }, + "meanings" : [ "to follow the past and herald the future (idiom); part of a historical transition", + "forming a bridge between earlier and later stages" ], + "classifiers" : [] } ] }, + { "simplified" : "继续", + "radical" : "纟", + "level" : [ "new-3", "old-4" ], + "frequency" : 285, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "繼續", + "transcriptions" : { "pinyin" : "jì xù", + "numeric" : "ji4 xu4", + "wadegiles" : "chi⁴ hsü⁴", + "bopomofo" : "ㄐㄧˋ ㄒㄩˋ", + "romatzyh" : "jih shiuh" }, + "meanings" : [ "to continue", + "to proceed with", + "to go on with" ], + "classifiers" : [] } ] }, + { "simplified" : "寂静", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11346, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "寂靜", + "transcriptions" : { "pinyin" : "jì jìng", + "numeric" : "ji4 jing4", + "wadegiles" : "chi⁴ ching⁴", + "bopomofo" : "ㄐㄧˋ ㄐㄧㄥˋ", + "romatzyh" : "jih jinq" }, + "meanings" : [ "quiet" ], + "classifiers" : [] } ] }, + { "simplified" : "寂寞", + "radical" : "宀", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3580, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "寂寞", + "transcriptions" : { "pinyin" : "jì mò", + "numeric" : "ji4 mo4", + "wadegiles" : "chi⁴ mo⁴", + "bopomofo" : "ㄐㄧˋ ㄇㄛˋ", + "romatzyh" : "jih moh" }, + "meanings" : [ "lonely", + "lonesome", + "(of a place) quiet", + "silent" ], + "classifiers" : [] } ] }, + { "simplified" : "寄", + "radical" : "宀", + "level" : [ "new-4", "old-4" ], + "frequency" : 2842, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "寄", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "to send", + "to mail", + "to entrust", + "to depend on", + "to attach oneself to", + "to live (in a house)", + "to lodge", + "foster (son etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "寄托", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11727, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "寄託", + "transcriptions" : { "pinyin" : "jì tuō", + "numeric" : "ji4 tuo1", + "wadegiles" : "chi⁴ t'o¹", + "bopomofo" : "ㄐㄧˋ ㄊㄨㄛ", + "romatzyh" : "jih tuo" }, + "meanings" : [ "to entrust (to sb)", + "to place (one's hope, energy etc) in", + "a thing in which you invest (your hope, energy etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "祭", + "radical" : "示", + "level" : [ "new-7+" ], + "frequency" : 6789, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "祭", + "transcriptions" : { "pinyin" : "Zhài", + "numeric" : "Zhai4", + "wadegiles" : "chai⁴", + "bopomofo" : "ㄓㄞˋ", + "romatzyh" : "jay" }, + "meanings" : [ "surname Zhai" ], + "classifiers" : [] }, + { "traditional" : "祭", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "to offer a sacrifice to (gods or ancestors)", + "memorial ceremony", + "(in classical novels) to recite an incantation to activate a magic weapon", + "(lit. and fig.) to wield" ], + "classifiers" : [] } ] }, + { "simplified" : "祭奠", + "radical" : "示", + "level" : [ "new-7+" ], + "frequency" : 24155, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "祭奠", + "transcriptions" : { "pinyin" : "jì diàn", + "numeric" : "ji4 dian4", + "wadegiles" : "chi⁴ tien⁴", + "bopomofo" : "ㄐㄧˋ ㄉㄧㄢˋ", + "romatzyh" : "jih diann" }, + "meanings" : [ "to offer sacrifices (to one's ancestors)", + "to hold or attend a memorial service" ], + "classifiers" : [] } ] }, + { "simplified" : "祭祀", + "radical" : "示", + "level" : [ "new-7+" ], + "frequency" : 16755, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "祭祀", + "transcriptions" : { "pinyin" : "jì sì", + "numeric" : "ji4 si4", + "wadegiles" : "chi⁴ ssu⁴", + "bopomofo" : "ㄐㄧˋ ㄙˋ", + "romatzyh" : "jih syh" }, + "meanings" : [ "to offer sacrifices to the gods or ancestors" ], + "classifiers" : [] } ] }, + { "simplified" : "加", + "radical" : "力", + "level" : [ "new-2" ], + "frequency" : 503, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "加", + "transcriptions" : { "pinyin" : "Jiā", + "numeric" : "Jia1", + "wadegiles" : "chia¹", + "bopomofo" : "ㄐㄧㄚ", + "romatzyh" : "jia" }, + "meanings" : [ "Canada (abbr. for 大)", + "surname Jia" ], + "classifiers" : [] }, + { "traditional" : "加", + "transcriptions" : { "pinyin" : "jiā", + "numeric" : "jia1", + "wadegiles" : "chia¹", + "bopomofo" : "ㄐㄧㄚ", + "romatzyh" : "jia" }, + "meanings" : [ "to add", + "plus", + "(used after an adverb such as 不, 大, 稍 etc, and before a disyllabic verb, to indicate that the action of the verb is applied to sth or sb previously mentioned)", + "to apply (restrictions etc) to (sb)", + "to give (support, consideration etc) to (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "加班", + "radical" : "力", + "level" : [ "new-4", "old-4" ], + "frequency" : 5951, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加班", + "transcriptions" : { "pinyin" : "jiā bān", + "numeric" : "jia1 ban1", + "wadegiles" : "chia¹ pan¹", + "bopomofo" : "ㄐㄧㄚ ㄅㄢ", + "romatzyh" : "jia ban" }, + "meanings" : [ "to work overtime" ], + "classifiers" : [] } ] }, + { "simplified" : "加工", + "radical" : "力", + "level" : [ "new-3", "old-6" ], + "frequency" : 6286, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加工", + "transcriptions" : { "pinyin" : "jiā gōng", + "numeric" : "jia1 gong1", + "wadegiles" : "chia¹ kung¹", + "bopomofo" : "ㄐㄧㄚ ㄍㄨㄥ", + "romatzyh" : "jia gong" }, + "meanings" : [ "to process", + "processing", + "working (of machinery)" ], + "classifiers" : [] } ] }, + { "simplified" : "加紧", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 13311, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "加緊", + "transcriptions" : { "pinyin" : "jiā jǐn", + "numeric" : "jia1 jin3", + "wadegiles" : "chia¹ chin³", + "bopomofo" : "ㄐㄧㄚ ㄐㄧㄣˇ", + "romatzyh" : "jia jiin" }, + "meanings" : [ "to intensify", + "to speed up", + "to step up" ], + "classifiers" : [] } ] }, + { "simplified" : "加剧", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14236, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加劇", + "transcriptions" : { "pinyin" : "jiā jù", + "numeric" : "jia1 ju4", + "wadegiles" : "chia¹ chü⁴", + "bopomofo" : "ㄐㄧㄚ ㄐㄩˋ", + "romatzyh" : "jia jiuh" }, + "meanings" : [ "to intensify" ], + "classifiers" : [] } ] }, + { "simplified" : "加快", + "radical" : "力", + "level" : [ "new-3" ], + "frequency" : 3846, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "加快", + "transcriptions" : { "pinyin" : "jiā kuài", + "numeric" : "jia1 kuai4", + "wadegiles" : "chia¹ k'uai⁴", + "bopomofo" : "ㄐㄧㄚ ㄎㄨㄞˋ", + "romatzyh" : "jia kuay" }, + "meanings" : [ "to accelerate", "to speed up" ], + "classifiers" : [] } ] }, + { "simplified" : "加盟", + "radical" : "力", + "level" : [ "new-6" ], + "frequency" : 13920, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加盟", + "transcriptions" : { "pinyin" : "jiā méng", + "numeric" : "jia1 meng2", + "wadegiles" : "chia¹ meng²", + "bopomofo" : "ㄐㄧㄚ ㄇㄥˊ", + "romatzyh" : "jia meng" }, + "meanings" : [ "to become a member of an alliance or union", + "to align", + "to join", + "participate" ], + "classifiers" : [] } ] }, + { "simplified" : "加强", + "radical" : "力", + "level" : [ "new-3" ], + "frequency" : 3019, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加強", + "transcriptions" : { "pinyin" : "jiā qiáng", + "numeric" : "jia1 qiang2", + "wadegiles" : "chia¹ ch'iang²", + "bopomofo" : "ㄐㄧㄚ ㄑㄧㄤˊ", + "romatzyh" : "jia chyang" }, + "meanings" : [ "to reinforce; to strengthen; to enhance" ], + "classifiers" : [] } ] }, + { "simplified" : "加热", + "radical" : "力", + "level" : [ "new-5" ], + "frequency" : 8463, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加熱", + "transcriptions" : { "pinyin" : "jiā rè", + "numeric" : "jia1 re4", + "wadegiles" : "chia¹ je⁴", + "bopomofo" : "ㄐㄧㄚ ㄖㄜˋ", + "romatzyh" : "jia reh" }, + "meanings" : [ "to heat" ], + "classifiers" : [] } ] }, + { "simplified" : "加入", + "radical" : "力", + "level" : [ "new-4" ], + "frequency" : 1056, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "加入", + "transcriptions" : { "pinyin" : "jiā rù", + "numeric" : "jia1 ru4", + "wadegiles" : "chia¹ ju⁴", + "bopomofo" : "ㄐㄧㄚ ㄖㄨˋ", + "romatzyh" : "jia ruh" }, + "meanings" : [ "to become a member", + "to join", + "to mix into", + "to participate in", + "to add in" ], + "classifiers" : [] } ] }, + { "simplified" : "加上", + "radical" : "力", + "level" : [ "new-5" ], + "frequency" : 1687, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "加上", + "transcriptions" : { "pinyin" : "jiā shàng", + "numeric" : "jia1 shang4", + "wadegiles" : "chia¹ shang⁴", + "bopomofo" : "ㄐㄧㄚ ㄕㄤˋ", + "romatzyh" : "jia shanq" }, + "meanings" : [ "plus", + "to put in", + "to add", + "to add on", + "to add into", + "in addition", + "on top of that" ], + "classifiers" : [] } ] }, + { "simplified" : "加深", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 12768, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加深", + "transcriptions" : { "pinyin" : "jiā shēn", + "numeric" : "jia1 shen1", + "wadegiles" : "chia¹ shen¹", + "bopomofo" : "ㄐㄧㄚ ㄕㄣ", + "romatzyh" : "jia shen" }, + "meanings" : [ "to deepen" ], + "classifiers" : [] } ] }, + { "simplified" : "加速", + "radical" : "力", + "level" : [ "new-5" ], + "frequency" : 3588, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加速", + "transcriptions" : { "pinyin" : "jiā sù", + "numeric" : "jia1 su4", + "wadegiles" : "chia¹ su⁴", + "bopomofo" : "ㄐㄧㄚ ㄙㄨˋ", + "romatzyh" : "jia suh" }, + "meanings" : [ "to speed up", "to expedite" ], + "classifiers" : [] } ] }, + { "simplified" : "加以", + "radical" : "力", + "level" : [ "new-5" ], + "frequency" : 7365, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "加以", + "transcriptions" : { "pinyin" : "jiā yǐ", + "numeric" : "jia1 yi3", + "wadegiles" : "chia¹ i³", + "bopomofo" : "ㄐㄧㄚ ㄧˇ", + "romatzyh" : "jia yii" }, + "meanings" : [ "in addition", + "moreover", + "(used before a disyllabic verb to indicate that the action of the verb is applied to sth or sb previously mentioned)", + "to apply (restrictions etc) to (sb)", + "to give (support, consideration etc) to (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "加油", + "radical" : "力", + "level" : [ "new-2" ], + "frequency" : 1078, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加油", + "transcriptions" : { "pinyin" : "jiā yóu", + "numeric" : "jia1 you2", + "wadegiles" : "chia¹ yu²", + "bopomofo" : "ㄐㄧㄚ ㄧㄡˊ", + "romatzyh" : "jia you" }, + "meanings" : [ "to add oil", + "to top up with gas", + "to refuel", + "to accelerate", + "to step on the gas", + "(fig.) to make an extra effort", + "to cheer sb on" ], + "classifiers" : [] } ] }, + { "simplified" : "加油站", + "radical" : "力", + "level" : [ "new-4", "old-4" ], + "frequency" : 7839, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "加油站", + "transcriptions" : { "pinyin" : "jiā yóu zhàn", + "numeric" : "jia1 you2 zhan4", + "wadegiles" : "chia¹ yu² chan⁴", + "bopomofo" : "ㄐㄧㄚ ㄧㄡˊ ㄓㄢˋ", + "romatzyh" : "jia you jann" }, + "meanings" : [ "gas station" ], + "classifiers" : [] } ] }, + { "simplified" : "加重", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 9105, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "加重", + "transcriptions" : { "pinyin" : "jiā zhòng", + "numeric" : "jia1 zhong4", + "wadegiles" : "chia¹ chung⁴", + "bopomofo" : "ㄐㄧㄚ ㄓㄨㄥˋ", + "romatzyh" : "jia jonq" }, + "meanings" : [ "to make heavier", + "to emphasize", + "(of an illness etc) to become more serious", + "to aggravate (a bad situation)", + "to increase (a burden, punishment etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "夹", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 3693, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "夾", + "transcriptions" : { "pinyin" : "jiā", + "numeric" : "jia1", + "wadegiles" : "chia¹", + "bopomofo" : "ㄐㄧㄚ", + "romatzyh" : "jia" }, + "meanings" : [ "to press from either side", + "to place in between", + "to sandwich", + "to carry sth under armpit", + "wedged between", + "between", + "to intersperse", + "to mix", + "to mingle", + "clip", + "folder", + "Taiwan pr. [jiá]" ], + "classifiers" : [] }, + { "traditional" : "夾", + "transcriptions" : { "pinyin" : "jiá", + "numeric" : "jia2", + "wadegiles" : "chia²", + "bopomofo" : "ㄐㄧㄚˊ", + "romatzyh" : "jya" }, + "meanings" : [ "double-layered", + "lined (garment)" ], + "classifiers" : [] }, + { "traditional" : "夾", + "transcriptions" : { "pinyin" : "jià", + "numeric" : "jia4", + "wadegiles" : "chia⁴", + "bopomofo" : "ㄐㄧㄚˋ", + "romatzyh" : "jiah" }, + "meanings" : [ "Taiwan pr. used in 夹生 and 夹竹桃" ], + "classifiers" : [] }, + { "traditional" : "裌", + "transcriptions" : { "pinyin" : "jiá", + "numeric" : "jia2", + "wadegiles" : "chia²", + "bopomofo" : "ㄐㄧㄚˊ", + "romatzyh" : "jya" }, + "meanings" : [ "variant of 夹" ], + "classifiers" : [] } ] }, + { "simplified" : "夹杂", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 19874, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "夾雜", + "transcriptions" : { "pinyin" : "jiā zá", + "numeric" : "jia1 za2", + "wadegiles" : "chia¹ tsa²", + "bopomofo" : "ㄐㄧㄚ ㄗㄚˊ", + "romatzyh" : "jia tzar" }, + "meanings" : [ "to mix together (disparate substances)", + "to mingle", + "a mix", + "to be tangled up with" ], + "classifiers" : [] } ] }, + { "simplified" : "夹子", + "radical" : "一", + "level" : [ "old-5" ], + "frequency" : 19836, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夾子", + "transcriptions" : { "pinyin" : "jiā zi", + "numeric" : "jia1 zi5", + "wadegiles" : "chia¹ zi", + "bopomofo" : "ㄐㄧㄚ zi", + "romatzyh" : "jia zi" }, + "meanings" : [ "clip", + "clamp", + "tongs", + "folder", + "wallet" ], + "classifiers" : [] } ] }, + { "simplified" : "佳节", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 26246, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "佳節", + "transcriptions" : { "pinyin" : "jiā jié", + "numeric" : "jia1 jie2", + "wadegiles" : "chia¹ chieh²", + "bopomofo" : "ㄐㄧㄚ ㄐㄧㄝˊ", + "romatzyh" : "jia jye" }, + "meanings" : [ "festive day", "holiday" ], + "classifiers" : [] } ] }, + { "simplified" : "佳肴", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 23853, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "佳餚", + "transcriptions" : { "pinyin" : "jiā yáo", + "numeric" : "jia1 yao2", + "wadegiles" : "chia¹ yao²", + "bopomofo" : "ㄐㄧㄚ ㄧㄠˊ", + "romatzyh" : "jia yau" }, + "meanings" : [ "fine food", + "delicacies", + "delicious food" ], + "classifiers" : [] } ] }, + { "simplified" : "茄子", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 10773, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "茄子", + "transcriptions" : { "pinyin" : "qié zi", + "numeric" : "qie2 zi5", + "wadegiles" : "ch'ieh² zi", + "bopomofo" : "ㄑㄧㄝˊ zi", + "romatzyh" : "chye zi" }, + "meanings" : [ "eggplant (Solanum melongena L.)", + "aubergine", + "brinjal", + "Guinea squash", + "phonetic \"cheese\" (when being photographed)", + "equivalent of \"say cheese\"" ], + "classifiers" : [] } ] }, + { "simplified" : "家", + "radical" : "宀", + "level" : [ "new-1", "old-1" ], + "frequency" : 124, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "傢", + "transcriptions" : { "pinyin" : "jiā", + "numeric" : "jia1", + "wadegiles" : "chia¹", + "bopomofo" : "ㄐㄧㄚ", + "romatzyh" : "jia" }, + "meanings" : [ "used in 家伙 and 家俱" ], + "classifiers" : [] }, + { "traditional" : "家", + "transcriptions" : { "pinyin" : "jiā", + "numeric" : "jia1", + "wadegiles" : "chia¹", + "bopomofo" : "ㄐㄧㄚ", + "romatzyh" : "jia" }, + "meanings" : [ "home", + "family", + "(polite) my (sister, uncle etc)", + "classifier for families or businesses", + "refers to the philosophical schools of pre-Han China", + "noun suffix for a specialist in some activity, such as a musician or revolutionary, corresponding to English -ist, -er, -ary or -ian" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "家常", + "radical" : "宀", + "level" : [ "old-6" ], + "frequency" : 23508, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家常", + "transcriptions" : { "pinyin" : "jiā cháng", + "numeric" : "jia1 chang2", + "wadegiles" : "chia¹ ch'ang²", + "bopomofo" : "ㄐㄧㄚ ㄔㄤˊ", + "romatzyh" : "jia charng" }, + "meanings" : [ "the daily life of a family" ], + "classifiers" : [] } ] }, + { "simplified" : "家电", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 30196, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家電", + "transcriptions" : { "pinyin" : "jiā diàn", + "numeric" : "jia1 dian4", + "wadegiles" : "chia¹ tien⁴", + "bopomofo" : "ㄐㄧㄚ ㄉㄧㄢˋ", + "romatzyh" : "jia diann" }, + "meanings" : [ "household electric appliance", + "abbr. for 家用电器" ], + "classifiers" : [] } ] }, + { "simplified" : "家伙", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 1757, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傢伙", + "transcriptions" : { "pinyin" : "jiā huo", + "numeric" : "jia1 huo5", + "wadegiles" : "chia¹ huo", + "bopomofo" : "ㄐㄧㄚ huo", + "romatzyh" : "jia huo" }, + "meanings" : [ "variant of 伙" ], + "classifiers" : [] }, + { "traditional" : "家伙", + "transcriptions" : { "pinyin" : "jiā huo", + "numeric" : "jia1 huo5", + "wadegiles" : "chia¹ huo", + "bopomofo" : "ㄐㄧㄚ huo", + "romatzyh" : "jia huo" }, + "meanings" : [ "household dish, implement or furniture", + "domestic animal", + "(coll.) guy", + "chap", + "weapon" ], + "classifiers" : [] } ] }, + { "simplified" : "家家户户", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 34377, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "家家戶戶", + "transcriptions" : { "pinyin" : "jiā jiā hù hù", + "numeric" : "jia1 jia1 hu4 hu4", + "wadegiles" : "chia¹ chia¹ hu⁴ hu⁴", + "bopomofo" : "ㄐㄧㄚ ㄐㄧㄚ ㄏㄨˋ ㄏㄨˋ", + "romatzyh" : "jia jia huh huh" }, + "meanings" : [ "each and every family (idiom)", + "every household" ], + "classifiers" : [] } ] }, + { "simplified" : "家教", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 10935, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "家教", + "transcriptions" : { "pinyin" : "jiā jiào", + "numeric" : "jia1 jiao4", + "wadegiles" : "chia¹ chiao⁴", + "bopomofo" : "ㄐㄧㄚ ㄐㄧㄠˋ", + "romatzyh" : "jia jiaw" }, + "meanings" : [ "family education", + "upbringing", + "to bring sb up", + "private tutor" ], + "classifiers" : [] } ] }, + { "simplified" : "家境", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 29399, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家境", + "transcriptions" : { "pinyin" : "jiā jìng", + "numeric" : "jia1 jing4", + "wadegiles" : "chia¹ ching⁴", + "bopomofo" : "ㄐㄧㄚ ㄐㄧㄥˋ", + "romatzyh" : "jia jinq" }, + "meanings" : [ "family financial situation", + "family circumstances" ], + "classifiers" : [] } ] }, + { "simplified" : "家具", + "radical" : "宀", + "level" : [ "new-3", "old-4" ], + "frequency" : 4188, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家具", + "transcriptions" : { "pinyin" : "jiā jù", + "numeric" : "jia1 ju4", + "wadegiles" : "chia¹ chü⁴", + "bopomofo" : "ㄐㄧㄚ ㄐㄩˋ", + "romatzyh" : "jia jiuh" }, + "meanings" : [ "furniture" ], + "classifiers" : [ "件", "套" ] } ] }, + { "simplified" : "家里", + "radical" : "宀", + "level" : [ "new-1" ], + "frequency" : 973, + "pos" : [ "s", "n" ], + "forms" : [ { "traditional" : "家裡", + "transcriptions" : { "pinyin" : "jiā lǐ", + "numeric" : "jia1 li3", + "wadegiles" : "chia¹ li³", + "bopomofo" : "ㄐㄧㄚ ㄌㄧˇ", + "romatzyh" : "jia lii" }, + "meanings" : [ "home" ], + "classifiers" : [] } ] }, + { "simplified" : "家禽", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 15547, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家禽", + "transcriptions" : { "pinyin" : "jiā qín", + "numeric" : "jia1 qin2", + "wadegiles" : "chia¹ ch'in²", + "bopomofo" : "ㄐㄧㄚ ㄑㄧㄣˊ", + "romatzyh" : "jia chyn" }, + "meanings" : [ "poultry", "domestic fowl" ], + "classifiers" : [] } ] }, + { "simplified" : "家人", + "radical" : "宀", + "level" : [ "new-1" ], + "frequency" : 1562, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "家人", + "transcriptions" : { "pinyin" : "jiā rén", + "numeric" : "jia1 ren2", + "wadegiles" : "chia¹ jen²", + "bopomofo" : "ㄐㄧㄚ ㄖㄣˊ", + "romatzyh" : "jia ren" }, + "meanings" : [ "family member", "(old) servant" ], + "classifiers" : [] } ] }, + { "simplified" : "家属", + "radical" : "宀", + "level" : [ "new-3", "old-6" ], + "frequency" : 5115, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家屬", + "transcriptions" : { "pinyin" : "jiā shǔ", + "numeric" : "jia1 shu3", + "wadegiles" : "chia¹ shu³", + "bopomofo" : "ㄐㄧㄚ ㄕㄨˇ", + "romatzyh" : "jia shuu" }, + "meanings" : [ "family member", + "(family) dependent" ], + "classifiers" : [] } ] }, + { "simplified" : "家庭", + "radical" : "宀", + "level" : [ "new-2", "old-5" ], + "frequency" : 706, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家庭", + "transcriptions" : { "pinyin" : "jiā tíng", + "numeric" : "jia1 ting2", + "wadegiles" : "chia¹ t'ing²", + "bopomofo" : "ㄐㄧㄚ ㄊㄧㄥˊ", + "romatzyh" : "jia tyng" }, + "meanings" : [ "family", "household" ], + "classifiers" : [ "户", "个" ] } ] }, + { "simplified" : "家务", + "radical" : "宀", + "level" : [ "new-4", "old-5" ], + "frequency" : 9208, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家務", + "transcriptions" : { "pinyin" : "jiā wù", + "numeric" : "jia1 wu4", + "wadegiles" : "chia¹ wu⁴", + "bopomofo" : "ㄐㄧㄚ ㄨˋ", + "romatzyh" : "jia wuh" }, + "meanings" : [ "household duties", "housework" ], + "classifiers" : [] } ] }, + { "simplified" : "家乡", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 4334, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家鄉", + "transcriptions" : { "pinyin" : "jiā xiāng", + "numeric" : "jia1 xiang1", + "wadegiles" : "chia¹ hsiang¹", + "bopomofo" : "ㄐㄧㄚ ㄒㄧㄤ", + "romatzyh" : "jia shiang" }, + "meanings" : [ "hometown", "native place" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "家用", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 15677, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "家用", + "transcriptions" : { "pinyin" : "jiā yòng", + "numeric" : "jia1 yong4", + "wadegiles" : "chia¹ yung⁴", + "bopomofo" : "ㄐㄧㄚ ㄩㄥˋ", + "romatzyh" : "jia yonq" }, + "meanings" : [ "home-use", + "domestic", + "family expenses", + "housekeeping money" ], + "classifiers" : [] } ] }, + { "simplified" : "家喻户晓", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19921, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "家喻戶曉", + "transcriptions" : { "pinyin" : "jiā yù hù xiǎo", + "numeric" : "jia1 yu4 hu4 xiao3", + "wadegiles" : "chia¹ yü⁴ hu⁴ hsiao³", + "bopomofo" : "ㄐㄧㄚ ㄩˋ ㄏㄨˋ ㄒㄧㄠˇ", + "romatzyh" : "jia yuh huh sheau" }, + "meanings" : [ "understood by everyone (idiom); well known", + "a household name" ], + "classifiers" : [] } ] }, + { "simplified" : "家园", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 6114, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家園", + "transcriptions" : { "pinyin" : "jiā yuán", + "numeric" : "jia1 yuan2", + "wadegiles" : "chia¹ yüan²", + "bopomofo" : "ㄐㄧㄚ ㄩㄢˊ", + "romatzyh" : "jia yuan" }, + "meanings" : [ "home", "homeland" ], + "classifiers" : [] } ] }, + { "simplified" : "家长", + "radical" : "宀", + "level" : [ "new-2" ], + "frequency" : 2575, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家長", + "transcriptions" : { "pinyin" : "jiā zhǎng", + "numeric" : "jia1 zhang3", + "wadegiles" : "chia¹ chang³", + "bopomofo" : "ㄐㄧㄚ ㄓㄤˇ", + "romatzyh" : "jia jaang" }, + "meanings" : [ "head of a household", + "family head", + "patriarch", + "parent or guardian of a child" ], + "classifiers" : [] } ] }, + { "simplified" : "家政", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14688, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家政", + "transcriptions" : { "pinyin" : "jiā zhèng", + "numeric" : "jia1 zheng4", + "wadegiles" : "chia¹ cheng⁴", + "bopomofo" : "ㄐㄧㄚ ㄓㄥˋ", + "romatzyh" : "jia jenq" }, + "meanings" : [ "housekeeping" ], + "classifiers" : [] } ] }, + { "simplified" : "家族", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 2672, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "家族", + "transcriptions" : { "pinyin" : "jiā zú", + "numeric" : "jia1 zu2", + "wadegiles" : "chia¹ tsu²", + "bopomofo" : "ㄐㄧㄚ ㄗㄨˊ", + "romatzyh" : "jia tzwu" }, + "meanings" : [ "family", "clan" ], + "classifiers" : [] } ] }, + { "simplified" : "嘉宾", + "radical" : "口", + "level" : [ "new-6", "old-5" ], + "frequency" : 5047, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嘉賓", + "transcriptions" : { "pinyin" : "jiā bīn", + "numeric" : "jia1 bin1", + "wadegiles" : "chia¹ pin¹", + "bopomofo" : "ㄐㄧㄚ ㄅㄧㄣ", + "romatzyh" : "jia bin" }, + "meanings" : [ "esteemed guest", + "honored guest", + "guest (on a show)" ], + "classifiers" : [] } ] }, + { "simplified" : "嘉年华", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 12476, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嘉年華", + "transcriptions" : { "pinyin" : "jiā nián huá", + "numeric" : "jia1 nian2 hua2", + "wadegiles" : "chia¹ nien² hua²", + "bopomofo" : "ㄐㄧㄚ ㄋㄧㄢˊ ㄏㄨㄚˊ", + "romatzyh" : "jia nian hwa" }, + "meanings" : [ "carnival (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "甲", + "radical" : "田", + "level" : [ "new-5", "old-5" ], + "frequency" : 2984, + "pos" : [ "n", "Mg", "m" ], + "forms" : [ { "traditional" : "甲", + "transcriptions" : { "pinyin" : "jiǎ", + "numeric" : "jia3", + "wadegiles" : "chia³", + "bopomofo" : "ㄐㄧㄚˇ", + "romatzyh" : "jea" }, + "meanings" : [ "first of the ten Heavenly Stems 干", + "(used for an unspecified person or thing)", + "first (in a list, as a party to a contract etc)", + "letter \"A\" or roman \"I\" in list \"A, B, C\", or \"I, II, III\" etc", + "armor plating", + "shell or carapace", + "(of the fingers or toes) nail", + "bladed leather or metal armor (old)", + "ranking system used in the Imperial examinations (old)", + "civil administration unit in the baojia 甲 system (old)", + "ancient Chinese compass point: 75°" ], + "classifiers" : [] } ] }, + { "simplified" : "假", + "radical" : "亻", + "level" : [ "new-2", "old-4" ], + "frequency" : 1053, + "pos" : [ "a", "ad", "n", "g" ], + "forms" : [ { "traditional" : "假", + "transcriptions" : { "pinyin" : "gēi", + "numeric" : "gei1", + "wadegiles" : "kei¹", + "bopomofo" : "ㄍㄟ", + "romatzyh" : "gei" }, + "meanings" : [ "used in 掰" ], + "classifiers" : [] }, + { "traditional" : "假", + "transcriptions" : { "pinyin" : "jiǎ", + "numeric" : "jia3", + "wadegiles" : "chia³", + "bopomofo" : "ㄐㄧㄚˇ", + "romatzyh" : "jea" }, + "meanings" : [ "fake", + "false", + "artificial", + "to borrow", + "if", + "suppose" ], + "classifiers" : [] }, + { "traditional" : "假", + "transcriptions" : { "pinyin" : "jià", + "numeric" : "jia4", + "wadegiles" : "chia⁴", + "bopomofo" : "ㄐㄧㄚˋ", + "romatzyh" : "jiah" }, + "meanings" : [ "vacation" ], + "classifiers" : [] }, + { "traditional" : "叚", + "transcriptions" : { "pinyin" : "jiǎ", + "numeric" : "jia3", + "wadegiles" : "chia³", + "bopomofo" : "ㄐㄧㄚˇ", + "romatzyh" : "jea" }, + "meanings" : [ "variant of 假", "to borrow" ], + "classifiers" : [] } ] }, + { "simplified" : "假定", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 12020, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "假定", + "transcriptions" : { "pinyin" : "jiǎ dìng", + "numeric" : "jia3 ding4", + "wadegiles" : "chia³ ting⁴", + "bopomofo" : "ㄐㄧㄚˇ ㄉㄧㄥˋ", + "romatzyh" : "jea dinq" }, + "meanings" : [ "to assume", + "to suppose", + "supposed", + "so-called", + "assumption", + "hypothesis" ], + "classifiers" : [] } ] }, + { "simplified" : "假冒", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11160, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "假冒", + "transcriptions" : { "pinyin" : "jiǎ mào", + "numeric" : "jia3 mao4", + "wadegiles" : "chia³ mao⁴", + "bopomofo" : "ㄐㄧㄚˇ ㄇㄠˋ", + "romatzyh" : "jea maw" }, + "meanings" : [ "to impersonate", + "to pose as (someone else)", + "to counterfeit", + "to palm off (a fake as a genuine)" ], + "classifiers" : [] } ] }, + { "simplified" : "假期", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 4572, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "假期", + "transcriptions" : { "pinyin" : "jià qī", + "numeric" : "jia4 qi1", + "wadegiles" : "chia⁴ ch'i¹", + "bopomofo" : "ㄐㄧㄚˋ ㄑㄧ", + "romatzyh" : "jiah chi" }, + "meanings" : [ "vacation" ], + "classifiers" : [] } ] }, + { "simplified" : "假日", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 8483, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "假日", + "transcriptions" : { "pinyin" : "jià rì", + "numeric" : "jia4 ri4", + "wadegiles" : "chia⁴ jih⁴", + "bopomofo" : "ㄐㄧㄚˋ ㄖˋ", + "romatzyh" : "jiah ryh" }, + "meanings" : [ "holiday", "non-working day" ], + "classifiers" : [] } ] }, + { "simplified" : "假如", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 3671, + "pos" : [ "c", "v" ], + "forms" : [ { "traditional" : "假如", + "transcriptions" : { "pinyin" : "jiǎ rú", + "numeric" : "jia3 ru2", + "wadegiles" : "chia³ ju²", + "bopomofo" : "ㄐㄧㄚˇ ㄖㄨˊ", + "romatzyh" : "jea ru" }, + "meanings" : [ "if" ], + "classifiers" : [] } ] }, + { "simplified" : "假设", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4725, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "假設", + "transcriptions" : { "pinyin" : "jiǎ shè", + "numeric" : "jia3 she4", + "wadegiles" : "chia³ she⁴", + "bopomofo" : "ㄐㄧㄚˇ ㄕㄜˋ", + "romatzyh" : "jea sheh" }, + "meanings" : [ "to suppose", + "to presume", + "to assume", + "supposing that ...", + "if", + "hypothesis", + "conjecture" ], + "classifiers" : [] } ] }, + { "simplified" : "假使", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 36984, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "假使", + "transcriptions" : { "pinyin" : "jiǎ shǐ", + "numeric" : "jia3 shi3", + "wadegiles" : "chia³ shih³", + "bopomofo" : "ㄐㄧㄚˇ ㄕˇ", + "romatzyh" : "jea shyy" }, + "meanings" : [ "if", + "in case", + "suppose", + "given ..." ], + "classifiers" : [] } ] }, + { "simplified" : "假装", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4610, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "假裝", + "transcriptions" : { "pinyin" : "jiǎ zhuāng", + "numeric" : "jia3 zhuang1", + "wadegiles" : "chia³ chuang¹", + "bopomofo" : "ㄐㄧㄚˇ ㄓㄨㄤ", + "romatzyh" : "jea juang" }, + "meanings" : [ "to feign", "to pretend" ], + "classifiers" : [] } ] }, + { "simplified" : "价", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 2258, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "價", + "transcriptions" : { "pinyin" : "jià", + "numeric" : "jia4", + "wadegiles" : "chia⁴", + "bopomofo" : "ㄐㄧㄚˋ", + "romatzyh" : "jiah" }, + "meanings" : [ "price", + "value", + "(chemistry) valence" ], + "classifiers" : [] }, + { "traditional" : "價", + "transcriptions" : { "pinyin" : "jie", + "numeric" : "jie5", + "wadegiles" : "jie", + "bopomofo" : "jie", + "romatzyh" : "jie" }, + "meanings" : [ "great", + "good", + "middleman", + "servant" ], + "classifiers" : [] } ] }, + { "simplified" : "价格", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 1783, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "價格", + "transcriptions" : { "pinyin" : "jià gé", + "numeric" : "jia4 ge2", + "wadegiles" : "chia⁴ ko²", + "bopomofo" : "ㄐㄧㄚˋ ㄍㄜˊ", + "romatzyh" : "jiah ger" }, + "meanings" : [ "price" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "价钱", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 5854, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "價錢", + "transcriptions" : { "pinyin" : "jià qian", + "numeric" : "jia4 qian5", + "wadegiles" : "chia⁴ qian", + "bopomofo" : "ㄐㄧㄚˋ qian", + "romatzyh" : "jiah qian" }, + "meanings" : [ "price" ], + "classifiers" : [] } ] }, + { "simplified" : "价位", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "價位", + "transcriptions" : { "pinyin" : "jià wèi", + "numeric" : "jia4 wei4", + "wadegiles" : "chia⁴ wei⁴", + "bopomofo" : "ㄐㄧㄚˋ ㄨㄟˋ", + "romatzyh" : "jiah wey" }, + "meanings" : [ "price level" ], + "classifiers" : [] } ] }, + { "simplified" : "价值", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 1136, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "價值", + "transcriptions" : { "pinyin" : "jià zhí", + "numeric" : "jia4 zhi2", + "wadegiles" : "chia⁴ chih²", + "bopomofo" : "ㄐㄧㄚˋ ㄓˊ", + "romatzyh" : "jiah jyr" }, + "meanings" : [ "value", + "worth", + "fig. values (ethical, cultural etc)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "价值观", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9179, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "價值觀", + "transcriptions" : { "pinyin" : "jià zhí guān", + "numeric" : "jia4 zhi2 guan1", + "wadegiles" : "chia⁴ chih² kuan¹", + "bopomofo" : "ㄐㄧㄚˋ ㄓˊ ㄍㄨㄢ", + "romatzyh" : "jiah jyr guan" }, + "meanings" : [ "system of values" ], + "classifiers" : [] } ] }, + { "simplified" : "驾", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 4390, + "pos" : [ "v", "q", "g" ], + "forms" : [ { "traditional" : "駕", + "transcriptions" : { "pinyin" : "Jià", + "numeric" : "Jia4", + "wadegiles" : "chia⁴", + "bopomofo" : "ㄐㄧㄚˋ", + "romatzyh" : "jiah" }, + "meanings" : [ "surname Jia" ], + "classifiers" : [] }, + { "traditional" : "駕", + "transcriptions" : { "pinyin" : "jià", + "numeric" : "jia4", + "wadegiles" : "chia⁴", + "bopomofo" : "ㄐㄧㄚˋ", + "romatzyh" : "jiah" }, + "meanings" : [ "to harness", + "to draw (a cart etc)", + "to drive", + "to pilot", + "to sail", + "to ride", + "your good self", + "prefixed word denoting respect (polite 敬辞)" ], + "classifiers" : [] } ] }, + { "simplified" : "驾车", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 6043, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "駕車", + "transcriptions" : { "pinyin" : "jià chē", + "numeric" : "jia4 che1", + "wadegiles" : "chia⁴ ch'e¹", + "bopomofo" : "ㄐㄧㄚˋ ㄔㄜ", + "romatzyh" : "jiah che" }, + "meanings" : [ "to drive a vehicle" ], + "classifiers" : [] } ] }, + { "simplified" : "驾驶", + "radical" : "马", + "level" : [ "new-5", "old-5" ], + "frequency" : 2978, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "駕駛", + "transcriptions" : { "pinyin" : "jià shǐ", + "numeric" : "jia4 shi3", + "wadegiles" : "chia⁴ shih³", + "bopomofo" : "ㄐㄧㄚˋ ㄕˇ", + "romatzyh" : "jiah shyy" }, + "meanings" : [ "to pilot (ship, airplane etc)", + "to drive" ], + "classifiers" : [] } ] }, + { "simplified" : "驾驭", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 11150, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "駕馭", + "transcriptions" : { "pinyin" : "jià yù", + "numeric" : "jia4 yu4", + "wadegiles" : "chia⁴ yü⁴", + "bopomofo" : "ㄐㄧㄚˋ ㄩˋ", + "romatzyh" : "jiah yuh" }, + "meanings" : [ "to urge on (of horse)", + "to drive", + "to steer", + "to handle", + "to manage", + "to master", + "to dominate" ], + "classifiers" : [] } ] }, + { "simplified" : "驾照", + "radical" : "马", + "level" : [ "new-5" ], + "frequency" : 10477, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "駕照", + "transcriptions" : { "pinyin" : "jià zhào", + "numeric" : "jia4 zhao4", + "wadegiles" : "chia⁴ chao⁴", + "bopomofo" : "ㄐㄧㄚˋ ㄓㄠˋ", + "romatzyh" : "jiah jaw" }, + "meanings" : [ "driver's license" ], + "classifiers" : [] } ] }, + { "simplified" : "架", + "radical" : "木", + "level" : [ "new-3" ], + "frequency" : 1375, + "pos" : [ "qv", "v", "g" ], + "forms" : [ { "traditional" : "架", + "transcriptions" : { "pinyin" : "jià", + "numeric" : "jia4", + "wadegiles" : "chia⁴", + "bopomofo" : "ㄐㄧㄚˋ", + "romatzyh" : "jiah" }, + "meanings" : [ "to support", + "frame", + "rack", + "framework", + "classifier for planes, large vehicles, radios etc" ], + "classifiers" : [] } ] }, + { "simplified" : "架势", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 16551, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "架勢", + "transcriptions" : { "pinyin" : "jià shi", + "numeric" : "jia4 shi5", + "wadegiles" : "chia⁴ shi", + "bopomofo" : "ㄐㄧㄚˋ shi", + "romatzyh" : "jiah shi" }, + "meanings" : [ "attitude", + "position (on an issue etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "架子", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 9412, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "架子", + "transcriptions" : { "pinyin" : "jià zi", + "numeric" : "jia4 zi5", + "wadegiles" : "chia⁴ zi", + "bopomofo" : "ㄐㄧㄚˋ zi", + "romatzyh" : "jiah zi" }, + "meanings" : [ "shelf", + "frame", + "stand", + "framework", + "airs", + "arrogance" ], + "classifiers" : [] } ] }, + { "simplified" : "嫁", + "radical" : "女", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2300, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "嫁", + "transcriptions" : { "pinyin" : "jià", + "numeric" : "jia4", + "wadegiles" : "chia⁴", + "bopomofo" : "ㄐㄧㄚˋ", + "romatzyh" : "jiah" }, + "meanings" : [ "(of a woman) to marry", + "to marry off a daughter", + "to shift (blame etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "嫁妆", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 26214, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嫁妝", + "transcriptions" : { "pinyin" : "jià zhuang", + "numeric" : "jia4 zhuang5", + "wadegiles" : "chia⁴ zhuang", + "bopomofo" : "ㄐㄧㄚˋ zhuang", + "romatzyh" : "jiah zhuang" }, + "meanings" : [ "dowry" ], + "classifiers" : [] } ] }, + { "simplified" : "奸诈", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 31529, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "奸詐", + "transcriptions" : { "pinyin" : "jiān zhà", + "numeric" : "jian1 zha4", + "wadegiles" : "chien¹ cha⁴", + "bopomofo" : "ㄐㄧㄢ ㄓㄚˋ", + "romatzyh" : "jian jah" }, + "meanings" : [ "treachery", "devious", "a rogue" ], + "classifiers" : [] } ] }, + { "simplified" : "尖", + "radical" : "小", + "level" : [ "new-6" ], + "frequency" : 4920, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "尖", + "transcriptions" : { "pinyin" : "jiān", + "numeric" : "jian1", + "wadegiles" : "chien¹", + "bopomofo" : "ㄐㄧㄢ", + "romatzyh" : "jian" }, + "meanings" : [ "pointed; tapering; sharp", + "(of a sound) shrill; piercing", + "(of one's hearing, sight etc) sharp; acute; keen", + "to make (one's voice) shrill", + "sharp point; tip", + "the best of sth; the cream of the crop" ], + "classifiers" : [] } ] }, + { "simplified" : "尖端", + "radical" : "小", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16490, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "尖端", + "transcriptions" : { "pinyin" : "jiān duān", + "numeric" : "jian1 duan1", + "wadegiles" : "chien¹ tuan¹", + "bopomofo" : "ㄐㄧㄢ ㄉㄨㄢ", + "romatzyh" : "jian duan" }, + "meanings" : [ "sharp pointed end", + "the tip", + "the cusp", + "tip-top", + "most advanced and sophisticated", + "highest peak", + "the best" ], + "classifiers" : [] } ] }, + { "simplified" : "尖锐", + "radical" : "小", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11251, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "尖銳", + "transcriptions" : { "pinyin" : "jiān ruì", + "numeric" : "jian1 rui4", + "wadegiles" : "chien¹ jui⁴", + "bopomofo" : "ㄐㄧㄢ ㄖㄨㄟˋ", + "romatzyh" : "jian ruey" }, + "meanings" : [ "sharp", + "intense", + "penetrating", + "pointed", + "acute (illness)" ], + "classifiers" : [] } ] }, + { "simplified" : "坚持", + "radical" : "土", + "level" : [ "new-3", "old-4" ], + "frequency" : 751, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "堅持", + "transcriptions" : { "pinyin" : "jiān chí", + "numeric" : "jian1 chi2", + "wadegiles" : "chien¹ ch'ih²", + "bopomofo" : "ㄐㄧㄢ ㄔˊ", + "romatzyh" : "jian chyr" }, + "meanings" : [ "to persevere with", + "to persist in", + "to insist on" ], + "classifiers" : [] } ] }, + { "simplified" : "坚持不懈", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 16488, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "堅持不懈", + "transcriptions" : { "pinyin" : "jiān chí bù xiè", + "numeric" : "jian1 chi2 bu4 xie4", + "wadegiles" : "chien¹ ch'ih² pu⁴ hsieh⁴", + "bopomofo" : "ㄐㄧㄢ ㄔˊ ㄅㄨˋ ㄒㄧㄝˋ", + "romatzyh" : "jian chyr buh shieh" }, + "meanings" : [ "to persevere unremittingly (idiom); to keep going until the end" ], + "classifiers" : [] } ] }, + { "simplified" : "坚定", + "radical" : "土", + "level" : [ "new-5", "old-6" ], + "frequency" : 4780, + "pos" : [ "a", "v", "ad" ], + "forms" : [ { "traditional" : "堅定", + "transcriptions" : { "pinyin" : "jiān dìng", + "numeric" : "jian1 ding4", + "wadegiles" : "chien¹ ting⁴", + "bopomofo" : "ㄐㄧㄢ ㄉㄧㄥˋ", + "romatzyh" : "jian dinq" }, + "meanings" : [ "firm", + "steady", + "staunch", + "resolute" ], + "classifiers" : [] } ] }, + { "simplified" : "坚固", + "radical" : "土", + "level" : [ "new-4", "old-6" ], + "frequency" : 11999, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "堅固", + "transcriptions" : { "pinyin" : "jiān gù", + "numeric" : "jian1 gu4", + "wadegiles" : "chien¹ ku⁴", + "bopomofo" : "ㄐㄧㄢ ㄍㄨˋ", + "romatzyh" : "jian guh" }, + "meanings" : [ "firm", "firmly", "hard", "stable" ], + "classifiers" : [] } ] }, + { "simplified" : "坚决", + "radical" : "土", + "level" : [ "new-3", "old-5" ], + "frequency" : 5120, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "堅決", + "transcriptions" : { "pinyin" : "jiān jué", + "numeric" : "jian1 jue2", + "wadegiles" : "chien¹ chüeh²", + "bopomofo" : "ㄐㄧㄢ ㄐㄩㄝˊ", + "romatzyh" : "jian jyue" }, + "meanings" : [ "firm; resolute; determined" ], + "classifiers" : [] } ] }, + { "simplified" : "坚强", + "radical" : "土", + "level" : [ "new-3", "old-5" ], + "frequency" : 2557, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "堅強", + "transcriptions" : { "pinyin" : "jiān qiáng", + "numeric" : "jian1 qiang2", + "wadegiles" : "chien¹ ch'iang²", + "bopomofo" : "ㄐㄧㄢ ㄑㄧㄤˊ", + "romatzyh" : "jian chyang" }, + "meanings" : [ "staunch", "strong" ], + "classifiers" : [] } ] }, + { "simplified" : "坚韧", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17246, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "堅韌", + "transcriptions" : { "pinyin" : "jiān rèn", + "numeric" : "jian1 ren4", + "wadegiles" : "chien¹ jen⁴", + "bopomofo" : "ㄐㄧㄢ ㄖㄣˋ", + "romatzyh" : "jian renn" }, + "meanings" : [ "tough and durable", "tenacious" ], + "classifiers" : [] } ] }, + { "simplified" : "坚实", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12299, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "堅實", + "transcriptions" : { "pinyin" : "jiān shí", + "numeric" : "jian1 shi2", + "wadegiles" : "chien¹ shih²", + "bopomofo" : "ㄐㄧㄢ ㄕˊ", + "romatzyh" : "jian shyr" }, + "meanings" : [ "firm and substantial", "solid" ], + "classifiers" : [] } ] }, + { "simplified" : "坚守", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 9224, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "堅守", + "transcriptions" : { "pinyin" : "jiān shǒu", + "numeric" : "jian1 shou3", + "wadegiles" : "chien¹ shou³", + "bopomofo" : "ㄐㄧㄢ ㄕㄡˇ", + "romatzyh" : "jian shoou" }, + "meanings" : [ "to hold fast to", "to stick to" ], + "classifiers" : [] } ] }, + { "simplified" : "坚信", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 6704, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "堅信", + "transcriptions" : { "pinyin" : "jiān xìn", + "numeric" : "jian1 xin4", + "wadegiles" : "chien¹ hsin⁴", + "bopomofo" : "ㄐㄧㄢ ㄒㄧㄣˋ", + "romatzyh" : "jian shinn" }, + "meanings" : [ "to believe firmly", + "without any doubt" ], + "classifiers" : [] } ] }, + { "simplified" : "坚硬", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13790, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "堅硬", + "transcriptions" : { "pinyin" : "jiān yìng", + "numeric" : "jian1 ying4", + "wadegiles" : "chien¹ ying⁴", + "bopomofo" : "ㄐㄧㄢ ㄧㄥˋ", + "romatzyh" : "jian yinq" }, + "meanings" : [ "hard", "solid" ], + "classifiers" : [] } ] }, + { "simplified" : "歼灭", + "radical" : "歹", + "level" : [ "new-7+" ], + "frequency" : 16884, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "殲滅", + "transcriptions" : { "pinyin" : "jiān miè", + "numeric" : "jian1 mie4", + "wadegiles" : "chien¹ mieh⁴", + "bopomofo" : "ㄐㄧㄢ ㄇㄧㄝˋ", + "romatzyh" : "jian mieh" }, + "meanings" : [ "to wipe out", + "to crush", + "to annihilate" ], + "classifiers" : [] } ] }, + { "simplified" : "间", + "radical" : "门", + "level" : [ "new-1" ], + "frequency" : 546, + "pos" : [ "q", "f", "v", "g" ], + "forms" : [ { "traditional" : "間", + "transcriptions" : { "pinyin" : "jiān", + "numeric" : "jian1", + "wadegiles" : "chien¹", + "bopomofo" : "ㄐㄧㄢ", + "romatzyh" : "jian" }, + "meanings" : [ "between", + "among", + "within a definite time or space", + "room", + "section of a room or lateral space between two pairs of pillars", + "classifier for rooms" ], + "classifiers" : [] }, + { "traditional" : "間", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "gap", + "to separate", + "to thin out (seedlings)", + "to sow discontent" ], + "classifiers" : [] } ] }, + { "simplified" : "间谍", + "radical" : "门", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5886, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "間諜", + "transcriptions" : { "pinyin" : "jiàn dié", + "numeric" : "jian4 die2", + "wadegiles" : "chien⁴ tieh²", + "bopomofo" : "ㄐㄧㄢˋ ㄉㄧㄝˊ", + "romatzyh" : "jiann dye" }, + "meanings" : [ "spy" ], + "classifiers" : [] } ] }, + { "simplified" : "间断", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 12754, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "間斷", + "transcriptions" : { "pinyin" : "jiàn duàn", + "numeric" : "jian4 duan4", + "wadegiles" : "chien⁴ tuan⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄉㄨㄢˋ", + "romatzyh" : "jiann duann" }, + "meanings" : [ "disconnected", + "interrupted", + "suspended", + "a gap", + "a break" ], + "classifiers" : [] } ] }, + { "simplified" : "间隔", + "radical" : "门", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11622, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "間隔", + "transcriptions" : { "pinyin" : "jiàn gé", + "numeric" : "jian4 ge2", + "wadegiles" : "chien⁴ ko²", + "bopomofo" : "ㄐㄧㄢˋ ㄍㄜˊ", + "romatzyh" : "jiann ger" }, + "meanings" : [ "gap", + "interval", + "compartment", + "to divide", + "to separate", + "to leave a gap of (two weeks, three meters etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "间接", + "radical" : "门", + "level" : [ "new-5", "old-6" ], + "frequency" : 8271, + "pos" : [ "b", "d", "a", "ad" ], + "forms" : [ { "traditional" : "間接", + "transcriptions" : { "pinyin" : "jiàn jiē", + "numeric" : "jian4 jie1", + "wadegiles" : "chien⁴ chieh¹", + "bopomofo" : "ㄐㄧㄢˋ ㄐㄧㄝ", + "romatzyh" : "jiann jie" }, + "meanings" : [ "indirect" ], + "classifiers" : [] } ] }, + { "simplified" : "间隙", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 16253, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "間隙", + "transcriptions" : { "pinyin" : "jiàn xì", + "numeric" : "jian4 xi4", + "wadegiles" : "chien⁴ hsi⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄒㄧˋ", + "romatzyh" : "jiann shih" }, + "meanings" : [ "interval", "gap", "clearance" ], + "classifiers" : [] } ] }, + { "simplified" : "肩", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 4664, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肩", + "transcriptions" : { "pinyin" : "jiān", + "numeric" : "jian1", + "wadegiles" : "chien¹", + "bopomofo" : "ㄐㄧㄢ", + "romatzyh" : "jian" }, + "meanings" : [ "shoulder", + "to shoulder (responsibilities etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "肩膀", + "radical" : "⺼", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4518, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肩膀", + "transcriptions" : { "pinyin" : "jiān bǎng", + "numeric" : "jian1 bang3", + "wadegiles" : "chien¹ pang³", + "bopomofo" : "ㄐㄧㄢ ㄅㄤˇ", + "romatzyh" : "jian baang" }, + "meanings" : [ "shoulder" ], + "classifiers" : [] } ] }, + { "simplified" : "肩负", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 14435, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "肩負", + "transcriptions" : { "pinyin" : "jiān fù", + "numeric" : "jian1 fu4", + "wadegiles" : "chien¹ fu⁴", + "bopomofo" : "ㄐㄧㄢ ㄈㄨˋ", + "romatzyh" : "jian fuh" }, + "meanings" : [ "to shoulder (a burden)", + "to bear", + "to suffer (a disadvantage)" ], + "classifiers" : [] } ] }, + { "simplified" : "艰巨", + "radical" : "又", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11441, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "艱巨", + "transcriptions" : { "pinyin" : "jiān jù", + "numeric" : "jian1 ju4", + "wadegiles" : "chien¹ chü⁴", + "bopomofo" : "ㄐㄧㄢ ㄐㄩˋ", + "romatzyh" : "jian jiuh" }, + "meanings" : [ "arduous", + "terrible (task)", + "very difficult", + "formidable" ], + "classifiers" : [] } ] }, + { "simplified" : "艰苦", + "radical" : "又", + "level" : [ "new-5", "old-5" ], + "frequency" : 6580, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "艱苦", + "transcriptions" : { "pinyin" : "jiān kǔ", + "numeric" : "jian1 ku3", + "wadegiles" : "chien¹ k'u³", + "bopomofo" : "ㄐㄧㄢ ㄎㄨˇ", + "romatzyh" : "jian kuu" }, + "meanings" : [ "difficult", "hard", "arduous" ], + "classifiers" : [] } ] }, + { "simplified" : "艰苦奋斗", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 28881, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "艱苦奮鬥", + "transcriptions" : { "pinyin" : "jiān kǔ fèn dòu", + "numeric" : "jian1 ku3 fen4 dou4", + "wadegiles" : "chien¹ k'u³ fen⁴ tou⁴", + "bopomofo" : "ㄐㄧㄢ ㄎㄨˇ ㄈㄣˋ ㄉㄡˋ", + "romatzyh" : "jian kuu fenn dow" }, + "meanings" : [ "to struggle arduously" ], + "classifiers" : [] } ] }, + { "simplified" : "艰难", + "radical" : "又", + "level" : [ "new-5", "old-6" ], + "frequency" : 3288, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "艱難", + "transcriptions" : { "pinyin" : "jiān nán", + "numeric" : "jian1 nan2", + "wadegiles" : "chien¹ nan²", + "bopomofo" : "ㄐㄧㄢ ㄋㄢˊ", + "romatzyh" : "jian nan" }, + "meanings" : [ "difficult", "hard", "challenging" ], + "classifiers" : [] } ] }, + { "simplified" : "艰险", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 30408, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "艱險", + "transcriptions" : { "pinyin" : "jiān xiǎn", + "numeric" : "jian1 xian3", + "wadegiles" : "chien¹ hsien³", + "bopomofo" : "ㄐㄧㄢ ㄒㄧㄢˇ", + "romatzyh" : "jian shean" }, + "meanings" : [ "difficult and dangerous", + "hardships and perils" ], + "classifiers" : [] } ] }, + { "simplified" : "艰辛", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 9883, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "艱辛", + "transcriptions" : { "pinyin" : "jiān xīn", + "numeric" : "jian1 xin1", + "wadegiles" : "chien¹ hsin¹", + "bopomofo" : "ㄐㄧㄢ ㄒㄧㄣ", + "romatzyh" : "jian shin" }, + "meanings" : [ "hardships", + "arduous", + "difficult" ], + "classifiers" : [] } ] }, + { "simplified" : "兼", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 4083, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "兼", + "transcriptions" : { "pinyin" : "jiān", + "numeric" : "jian1", + "wadegiles" : "chien¹", + "bopomofo" : "ㄐㄧㄢ", + "romatzyh" : "jian" }, + "meanings" : [ "double", + "twice", + "simultaneous", + "holding two or more (official) posts at the same time" ], + "classifiers" : [] } ] }, + { "simplified" : "兼顾", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 13197, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "兼顧", + "transcriptions" : { "pinyin" : "jiān gù", + "numeric" : "jian1 gu4", + "wadegiles" : "chien¹ ku⁴", + "bopomofo" : "ㄐㄧㄢ ㄍㄨˋ", + "romatzyh" : "jian guh" }, + "meanings" : [ "to attend simultaneously to two or more things", + "to balance (career and family, family and education etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "兼任", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 25167, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "兼任", + "transcriptions" : { "pinyin" : "jiān rèn", + "numeric" : "jian1 ren4", + "wadegiles" : "chien¹ jen⁴", + "bopomofo" : "ㄐㄧㄢ ㄖㄣˋ", + "romatzyh" : "jian renn" }, + "meanings" : [ "to hold several jobs at once", + "concurrent post", + "working part-time" ], + "classifiers" : [] } ] }, + { "simplified" : "兼容", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 18105, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "兼容", + "transcriptions" : { "pinyin" : "jiān róng", + "numeric" : "jian1 rong2", + "wadegiles" : "chien¹ jung²", + "bopomofo" : "ㄐㄧㄢ ㄖㄨㄥˊ", + "romatzyh" : "jian rong" }, + "meanings" : [ "compatible" ], + "classifiers" : [] } ] }, + { "simplified" : "兼职", + "radical" : "丷", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8368, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "兼職", + "transcriptions" : { "pinyin" : "jiān zhí", + "numeric" : "jian1 zhi2", + "wadegiles" : "chien¹ chih²", + "bopomofo" : "ㄐㄧㄢ ㄓˊ", + "romatzyh" : "jian jyr" }, + "meanings" : [ "to hold concurrent posts", + "concurrent job", + "moonlighting" ], + "classifiers" : [] } ] }, + { "simplified" : "监测", + "radical" : "皿", + "level" : [ "new-6" ], + "frequency" : 7699, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "監測", + "transcriptions" : { "pinyin" : "jiān cè", + "numeric" : "jian1 ce4", + "wadegiles" : "chien¹ ts'e⁴", + "bopomofo" : "ㄐㄧㄢ ㄘㄜˋ", + "romatzyh" : "jian tseh" }, + "meanings" : [ "to monitor" ], + "classifiers" : [] } ] }, + { "simplified" : "监察", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 10495, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "監察", + "transcriptions" : { "pinyin" : "jiān chá", + "numeric" : "jian1 cha2", + "wadegiles" : "chien¹ ch'a²", + "bopomofo" : "ㄐㄧㄢ ㄔㄚˊ", + "romatzyh" : "jian char" }, + "meanings" : [ "to supervise", "to control" ], + "classifiers" : [] } ] }, + { "simplified" : "监督", + "radical" : "皿", + "level" : [ "new-6", "old-6" ], + "frequency" : 3386, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "監督", + "transcriptions" : { "pinyin" : "jiān dū", + "numeric" : "jian1 du1", + "wadegiles" : "chien¹ tu¹", + "bopomofo" : "ㄐㄧㄢ ㄉㄨ", + "romatzyh" : "jian du" }, + "meanings" : [ "to control", + "to supervise", + "to inspect" ], + "classifiers" : [] } ] }, + { "simplified" : "监管", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 4931, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "監管", + "transcriptions" : { "pinyin" : "jiān guǎn", + "numeric" : "jian1 guan3", + "wadegiles" : "chien¹ kuan³", + "bopomofo" : "ㄐㄧㄢ ㄍㄨㄢˇ", + "romatzyh" : "jian goan" }, + "meanings" : [ "to oversee", + "to take charge of", + "to supervise", + "to administer", + "supervisory", + "supervision" ], + "classifiers" : [] } ] }, + { "simplified" : "监护", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 10041, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "監護", + "transcriptions" : { "pinyin" : "jiān hù", + "numeric" : "jian1 hu4", + "wadegiles" : "chien¹ hu⁴", + "bopomofo" : "ㄐㄧㄢ ㄏㄨˋ", + "romatzyh" : "jian huh" }, + "meanings" : [ "to act as a guardian" ], + "classifiers" : [] } ] }, + { "simplified" : "监控", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 3339, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "監控", + "transcriptions" : { "pinyin" : "jiān kòng", + "numeric" : "jian1 kong4", + "wadegiles" : "chien¹ k'ung⁴", + "bopomofo" : "ㄐㄧㄢ ㄎㄨㄥˋ", + "romatzyh" : "jian konq" }, + "meanings" : [ "to monitor" ], + "classifiers" : [] } ] }, + { "simplified" : "监视", + "radical" : "皿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4951, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "監視", + "transcriptions" : { "pinyin" : "jiān shì", + "numeric" : "jian1 shi4", + "wadegiles" : "chien¹ shih⁴", + "bopomofo" : "ㄐㄧㄢ ㄕˋ", + "romatzyh" : "jian shyh" }, + "meanings" : [ "to monitor", + "to keep a close watch over", + "surveillance" ], + "classifiers" : [] } ] }, + { "simplified" : "监狱", + "radical" : "皿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3445, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "監獄", + "transcriptions" : { "pinyin" : "jiān yù", + "numeric" : "jian1 yu4", + "wadegiles" : "chien¹ yü⁴", + "bopomofo" : "ㄐㄧㄢ ㄩˋ", + "romatzyh" : "jian yuh" }, + "meanings" : [ "prison" ], + "classifiers" : [] } ] }, + { "simplified" : "煎", + "radical" : "灬", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5908, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "煎", + "transcriptions" : { "pinyin" : "jiān", + "numeric" : "jian1", + "wadegiles" : "chien¹", + "bopomofo" : "ㄐㄧㄢ", + "romatzyh" : "jian" }, + "meanings" : [ "to pan fry", "to sauté" ], + "classifiers" : [] } ] }, + { "simplified" : "拣", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11089, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揀", + "transcriptions" : { "pinyin" : "jiǎn", + "numeric" : "jian3", + "wadegiles" : "chien³", + "bopomofo" : "ㄐㄧㄢˇ", + "romatzyh" : "jean" }, + "meanings" : [ "to choose", + "to pick", + "to sort out", + "to pick up" ], + "classifiers" : [] } ] }, + { "simplified" : "捡", + "radical" : "扌", + "level" : [ "new-6", "old-5" ], + "frequency" : 4100, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撿", + "transcriptions" : { "pinyin" : "jiǎn", + "numeric" : "jian3", + "wadegiles" : "chien³", + "bopomofo" : "ㄐㄧㄢˇ", + "romatzyh" : "jean" }, + "meanings" : [ "to pick up", + "to collect", + "to gather" ], + "classifiers" : [] } ] }, + { "simplified" : "减", + "radical" : "冫", + "level" : [ "new-4" ], + "frequency" : 3695, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "減", + "transcriptions" : { "pinyin" : "jiǎn", + "numeric" : "jian3", + "wadegiles" : "chien³", + "bopomofo" : "ㄐㄧㄢˇ", + "romatzyh" : "jean" }, + "meanings" : [ "to lower", + "to decrease", + "to reduce", + "to subtract", + "to diminish" ], + "classifiers" : [] } ] }, + { "simplified" : "减肥", + "radical" : "冫", + "level" : [ "new-4", "old-4" ], + "frequency" : 3988, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "減肥", + "transcriptions" : { "pinyin" : "jiǎn féi", + "numeric" : "jian3 fei2", + "wadegiles" : "chien³ fei²", + "bopomofo" : "ㄐㄧㄢˇ ㄈㄟˊ", + "romatzyh" : "jean feir" }, + "meanings" : [ "to lose weight" ], + "classifiers" : [] } ] }, + { "simplified" : "减免", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 20109, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "減免", + "transcriptions" : { "pinyin" : "jiǎn miǎn", + "numeric" : "jian3 mian3", + "wadegiles" : "chien³ mien³", + "bopomofo" : "ㄐㄧㄢˇ ㄇㄧㄢˇ", + "romatzyh" : "jean mean" }, + "meanings" : [ "to reduce or waive (taxes, punishment, rent, tuition etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "减轻", + "radical" : "冫", + "level" : [ "new-5" ], + "frequency" : 4747, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "減輕", + "transcriptions" : { "pinyin" : "jiǎn qīng", + "numeric" : "jian3 qing1", + "wadegiles" : "chien³ ch'ing¹", + "bopomofo" : "ㄐㄧㄢˇ ㄑㄧㄥ", + "romatzyh" : "jean ching" }, + "meanings" : [ "to lighten", + "to ease", + "to alleviate" ], + "classifiers" : [] } ] }, + { "simplified" : "减弱", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 9578, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "減弱", + "transcriptions" : { "pinyin" : "jiǎn ruò", + "numeric" : "jian3 ruo4", + "wadegiles" : "chien³ jo⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄖㄨㄛˋ", + "romatzyh" : "jean ruoh" }, + "meanings" : [ "to weaken; to diminish" ], + "classifiers" : [] } ] }, + { "simplified" : "减少", + "radical" : "冫", + "level" : [ "new-4", "old-4" ], + "frequency" : 2443, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "減少", + "transcriptions" : { "pinyin" : "jiǎn shǎo", + "numeric" : "jian3 shao3", + "wadegiles" : "chien³ shao³", + "bopomofo" : "ㄐㄧㄢˇ ㄕㄠˇ", + "romatzyh" : "jean shao" }, + "meanings" : [ "to lessen; to decrease; to reduce; to lower" ], + "classifiers" : [] } ] }, + { "simplified" : "减速", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 10031, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "減速", + "transcriptions" : { "pinyin" : "jiǎn sù", + "numeric" : "jian3 su4", + "wadegiles" : "chien³ su⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄙㄨˋ", + "romatzyh" : "jean suh" }, + "meanings" : [ "to reduce speed", + "to slow down", + "to take it easy" ], + "classifiers" : [] } ] }, + { "simplified" : "减压", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 14321, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "減壓", + "transcriptions" : { "pinyin" : "jiǎn yā", + "numeric" : "jian3 ya1", + "wadegiles" : "chien³ ya¹", + "bopomofo" : "ㄐㄧㄢˇ ㄧㄚ", + "romatzyh" : "jean ia" }, + "meanings" : [ "to reduce pressure", "to relax" ], + "classifiers" : [] } ] }, + { "simplified" : "剪", + "radical" : "刀", + "level" : [ "new-5" ], + "frequency" : 3012, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "剪", + "transcriptions" : { "pinyin" : "Jiǎn", + "numeric" : "Jian3", + "wadegiles" : "chien³", + "bopomofo" : "ㄐㄧㄢˇ", + "romatzyh" : "jean" }, + "meanings" : [ "surname Jian" ], + "classifiers" : [] }, + { "traditional" : "剪", + "transcriptions" : { "pinyin" : "jiǎn", + "numeric" : "jian3", + "wadegiles" : "chien³", + "bopomofo" : "ㄐㄧㄢˇ", + "romatzyh" : "jean" }, + "meanings" : [ "scissors", + "shears", + "clippers", + "to cut with scissors", + "to trim", + "to wipe out or exterminate" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "剪彩", + "radical" : "刀", + "level" : [ "old-6" ], + "frequency" : 27750, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "剪彩", + "transcriptions" : { "pinyin" : "jiǎn cǎi", + "numeric" : "jian3 cai3", + "wadegiles" : "chien³ ts'ai³", + "bopomofo" : "ㄐㄧㄢˇ ㄘㄞˇ", + "romatzyh" : "jean tsae" }, + "meanings" : [ "to cut the ribbon (at a launching or opening ceremony)" ], + "classifiers" : [] } ] }, + { "simplified" : "剪刀", + "radical" : "刀", + "level" : [ "new-5", "old-5" ], + "frequency" : 9563, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "剪刀", + "transcriptions" : { "pinyin" : "jiǎn dāo", + "numeric" : "jian3 dao1", + "wadegiles" : "chien³ tao¹", + "bopomofo" : "ㄐㄧㄢˇ ㄉㄠ", + "romatzyh" : "jean dau" }, + "meanings" : [ "scissors" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "剪子", + "radical" : "刀", + "level" : [ "new-5" ], + "frequency" : 29894, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "剪子", + "transcriptions" : { "pinyin" : "jiǎn zi", + "numeric" : "jian3 zi5", + "wadegiles" : "chien³ zi", + "bopomofo" : "ㄐㄧㄢˇ zi", + "romatzyh" : "jean zi" }, + "meanings" : [ "clippers", "scissors", "shears" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "检测", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 2191, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "檢測", + "transcriptions" : { "pinyin" : "jiǎn cè", + "numeric" : "jian3 ce4", + "wadegiles" : "chien³ ts'e⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄘㄜˋ", + "romatzyh" : "jean tseh" }, + "meanings" : [ "to detect", + "to test", + "detection", + "sensing" ], + "classifiers" : [] } ] }, + { "simplified" : "检查", + "radical" : "木", + "level" : [ "new-2", "old-3" ], + "frequency" : 659, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "檢查", + "transcriptions" : { "pinyin" : "jiǎn chá", + "numeric" : "jian3 cha2", + "wadegiles" : "chien³ ch'a²", + "bopomofo" : "ㄐㄧㄢˇ ㄔㄚˊ", + "romatzyh" : "jean char" }, + "meanings" : [ "inspection", + "to examine", + "to inspect" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "检察", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 13539, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "檢察", + "transcriptions" : { "pinyin" : "jiǎn chá", + "numeric" : "jian3 cha2", + "wadegiles" : "chien³ ch'a²", + "bopomofo" : "ㄐㄧㄢˇ ㄔㄚˊ", + "romatzyh" : "jean char" }, + "meanings" : [ "to inspect", + "(law) to prosecute", + "to investigate" ], + "classifiers" : [] } ] }, + { "simplified" : "检讨", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19301, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "檢討", + "transcriptions" : { "pinyin" : "jiǎn tǎo", + "numeric" : "jian3 tao3", + "wadegiles" : "chien³ t'ao³", + "bopomofo" : "ㄐㄧㄢˇ ㄊㄠˇ", + "romatzyh" : "jean tao" }, + "meanings" : [ "to examine or inspect", + "self-criticism", + "review" ], + "classifiers" : [] } ] }, + { "simplified" : "检验", + "radical" : "木", + "level" : [ "new-5", "old-6" ], + "frequency" : 3580, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "檢驗", + "transcriptions" : { "pinyin" : "jiǎn yàn", + "numeric" : "jian3 yan4", + "wadegiles" : "chien³ yan⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄧㄢˋ", + "romatzyh" : "jean yann" }, + "meanings" : [ "to inspect", + "to examine", + "to test" ], + "classifiers" : [] } ] }, + { "simplified" : "简称", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 7065, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "簡稱", + "transcriptions" : { "pinyin" : "jiǎn chēng", + "numeric" : "jian3 cheng1", + "wadegiles" : "chien³ ch'eng¹", + "bopomofo" : "ㄐㄧㄢˇ ㄔㄥ", + "romatzyh" : "jean cheng" }, + "meanings" : [ "to be abbreviated to", + "abbreviation; short form" ], + "classifiers" : [] } ] }, + { "simplified" : "简单", + "radical" : "⺮", + "level" : [ "new-3", "old-3" ], + "frequency" : 726, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "簡單", + "transcriptions" : { "pinyin" : "jiǎn dān", + "numeric" : "jian3 dan1", + "wadegiles" : "chien³ tan¹", + "bopomofo" : "ㄐㄧㄢˇ ㄉㄢ", + "romatzyh" : "jean dan" }, + "meanings" : [ "simple", "not complicated" ], + "classifiers" : [] } ] }, + { "simplified" : "简短", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 10248, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "簡短", + "transcriptions" : { "pinyin" : "jiǎn duǎn", + "numeric" : "jian3 duan3", + "wadegiles" : "chien³ tuan³", + "bopomofo" : "ㄐㄧㄢˇ ㄉㄨㄢˇ", + "romatzyh" : "jean doan" }, + "meanings" : [ "brief (statement, summary etc)", + "briefly", + "brevity" ], + "classifiers" : [] } ] }, + { "simplified" : "简化", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13261, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "簡化", + "transcriptions" : { "pinyin" : "jiǎn huà", + "numeric" : "jian3 hua4", + "wadegiles" : "chien³ hua⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄏㄨㄚˋ", + "romatzyh" : "jean huah" }, + "meanings" : [ "to simplify" ], + "classifiers" : [] } ] }, + { "simplified" : "简洁", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 11301, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "簡潔", + "transcriptions" : { "pinyin" : "jiǎn jié", + "numeric" : "jian3 jie2", + "wadegiles" : "chien³ chieh²", + "bopomofo" : "ㄐㄧㄢˇ ㄐㄧㄝˊ", + "romatzyh" : "jean jye" }, + "meanings" : [ "concise", "succinct", "pithy" ], + "classifiers" : [] } ] }, + { "simplified" : "简介", + "radical" : "⺮", + "level" : [ "new-6" ], + "frequency" : 14655, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "簡介", + "transcriptions" : { "pinyin" : "jiǎn jiè", + "numeric" : "jian3 jie4", + "wadegiles" : "chien³ chieh⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄐㄧㄝˋ", + "romatzyh" : "jean jieh" }, + "meanings" : [ "summary", "brief introduction" ], + "classifiers" : [] } ] }, + { "simplified" : "简历", + "radical" : "⺮", + "level" : [ "new-4", "old-5" ], + "frequency" : 7973, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "簡歷", + "transcriptions" : { "pinyin" : "jiǎn lì", + "numeric" : "jian3 li4", + "wadegiles" : "chien³ li⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄌㄧˋ", + "romatzyh" : "jean lih" }, + "meanings" : [ "curriculum vitae (CV)", + "résumé", + "biographical notes" ], + "classifiers" : [] } ] }, + { "simplified" : "简陋", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15698, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "簡陋", + "transcriptions" : { "pinyin" : "jiǎn lòu", + "numeric" : "jian3 lou4", + "wadegiles" : "chien³ lou⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄌㄡˋ", + "romatzyh" : "jean low" }, + "meanings" : [ "simple and crude" ], + "classifiers" : [] } ] }, + { "simplified" : "简体字", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 57431, + "pos" : [], + "forms" : [ { "traditional" : "簡體字", + "transcriptions" : { "pinyin" : "jiǎn tǐ zì", + "numeric" : "jian3 ti3 zi4", + "wadegiles" : "chien³ t'i³ tzu⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄊㄧˇ ㄗˋ", + "romatzyh" : "jean tii tzyh" }, + "meanings" : [ "simplified Chinese character, as opposed to traditional Chinese character 繁体字" ], + "classifiers" : [] } ] }, + { "simplified" : "简要", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17452, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "簡要", + "transcriptions" : { "pinyin" : "jiǎn yào", + "numeric" : "jian3 yao4", + "wadegiles" : "chien³ yao⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄧㄠˋ", + "romatzyh" : "jean yaw" }, + "meanings" : [ "concise", "brief" ], + "classifiers" : [] } ] }, + { "simplified" : "简易", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 13519, + "pos" : [ "a", "nr" ], + "forms" : [ { "traditional" : "簡易", + "transcriptions" : { "pinyin" : "jiǎn yì", + "numeric" : "jian3 yi4", + "wadegiles" : "chien³ i⁴", + "bopomofo" : "ㄐㄧㄢˇ ㄧˋ", + "romatzyh" : "jean yih" }, + "meanings" : [ "simple and easy", + "simplistic", + "simplicity" ], + "classifiers" : [] } ] }, + { "simplified" : "简直", + "radical" : "⺮", + "level" : [ "new-3", "old-5" ], + "frequency" : 1797, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "簡直", + "transcriptions" : { "pinyin" : "jiǎn zhí", + "numeric" : "jian3 zhi2", + "wadegiles" : "chien³ chih²", + "bopomofo" : "ㄐㄧㄢˇ ㄓˊ", + "romatzyh" : "jean jyr" }, + "meanings" : [ "simply; really" ], + "classifiers" : [] } ] }, + { "simplified" : "见", + "radical" : "见", + "level" : [ "new-1" ], + "frequency" : 178, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "見", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "to see", + "to meet", + "to appear (to be sth)", + "to interview", + "opinion", + "view" ], + "classifiers" : [] }, + { "traditional" : "見", + "transcriptions" : { "pinyin" : "xiàn", + "numeric" : "xian4", + "wadegiles" : "hsien⁴", + "bopomofo" : "ㄒㄧㄢˋ", + "romatzyh" : "shiann" }, + "meanings" : [ "to appear", "also written 现" ], + "classifiers" : [] } ] }, + { "simplified" : "见到", + "radical" : "见", + "level" : [ "new-2" ], + "frequency" : 341, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "見到", + "transcriptions" : { "pinyin" : "jiàn dào", + "numeric" : "jian4 dao4", + "wadegiles" : "chien⁴ tao⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄉㄠˋ", + "romatzyh" : "jiann daw" }, + "meanings" : [ "to see" ], + "classifiers" : [] } ] }, + { "simplified" : "见多识广", + "radical" : "见", + "level" : [ "old-6" ], + "frequency" : 36443, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "見多識廣", + "transcriptions" : { "pinyin" : "jiàn duō shí guǎng", + "numeric" : "jian4 duo1 shi2 guang3", + "wadegiles" : "chien⁴ to¹ shih² kuang³", + "bopomofo" : "ㄐㄧㄢˋ ㄉㄨㄛ ㄕˊ ㄍㄨㄤˇ", + "romatzyh" : "jiann duo shyr goang" }, + "meanings" : [ "experienced and knowledgeable (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "见过", + "radical" : "见", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "見過", + "transcriptions" : { "pinyin" : "jiànguò", + "numeric" : "jiànguò", + "wadegiles" : "jiànguò", + "bopomofo" : "jiànguò", + "romatzyh" : "jiànguò" }, + "meanings" : [ "seen" ], + "classifiers" : [] } ] }, + { "simplified" : "见解", + "radical" : "见", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11050, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "見解", + "transcriptions" : { "pinyin" : "jiàn jiě", + "numeric" : "jian4 jie3", + "wadegiles" : "chien⁴ chieh³", + "bopomofo" : "ㄐㄧㄢˋ ㄐㄧㄝˇ", + "romatzyh" : "jiann jiee" }, + "meanings" : [ "opinion", "view", "understanding" ], + "classifiers" : [] } ] }, + { "simplified" : "见面", + "radical" : "见", + "level" : [ "new-1", "old-3" ], + "frequency" : 1876, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "見面", + "transcriptions" : { "pinyin" : "jiàn miàn", + "numeric" : "jian4 mian4", + "wadegiles" : "chien⁴ mien⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄇㄧㄢˋ", + "romatzyh" : "jiann miann" }, + "meanings" : [ "to meet; to see each other" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "见钱眼开", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 68731, + "pos" : [], + "forms" : [ { "traditional" : "見錢眼開", + "transcriptions" : { "pinyin" : "jiàn qián yǎn kāi", + "numeric" : "jian4 qian2 yan3 kai1", + "wadegiles" : "chien⁴ ch'ien² yan³ k'ai¹", + "bopomofo" : "ㄐㄧㄢˋ ㄑㄧㄢˊ ㄧㄢˇ ㄎㄞ", + "romatzyh" : "jiann chyan yean kai" }, + "meanings" : [ "to open one's eyes wide at the sight of profit (idiom); thinking of nothing but personal gain", + "money-grubbing" ], + "classifiers" : [] } ] }, + { "simplified" : "见仁见智", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 46725, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "見仁見智", + "transcriptions" : { "pinyin" : "jiàn rén jiàn zhì", + "numeric" : "jian4 ren2 jian4 zhi4", + "wadegiles" : "chien⁴ jen² chien⁴ chih⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄖㄣˊ ㄐㄧㄢˋ ㄓˋ", + "romatzyh" : "jiann ren jiann jyh" }, + "meanings" : [ "opinions differ (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "见识", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 5520, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "見識", + "transcriptions" : { "pinyin" : "jiàn shi", + "numeric" : "jian4 shi5", + "wadegiles" : "chien⁴ shi", + "bopomofo" : "ㄐㄧㄢˋ shi", + "romatzyh" : "jiann shi" }, + "meanings" : [ "to gain first-hand knowledge of sth", + "to experience for oneself", + "knowledge", + "experience", + "insight" ], + "classifiers" : [] } ] }, + { "simplified" : "见外", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 33911, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "見外", + "transcriptions" : { "pinyin" : "jiàn wài", + "numeric" : "jian4 wai4", + "wadegiles" : "chien⁴ wai⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄨㄞˋ", + "romatzyh" : "jiann way" }, + "meanings" : [ "to treat sb with the formal courtesy accorded to a host or a guest" ], + "classifiers" : [] } ] }, + { "simplified" : "见闻", + "radical" : "见", + "level" : [ "old-6" ], + "frequency" : 36267, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "見聞", + "transcriptions" : { "pinyin" : "jiàn wén", + "numeric" : "jian4 wen2", + "wadegiles" : "chien⁴ wen²", + "bopomofo" : "ㄐㄧㄢˋ ㄨㄣˊ", + "romatzyh" : "jiann wen" }, + "meanings" : [ "what one has seen and heard", + "knowledge", + "one's experience" ], + "classifiers" : [] } ] }, + { "simplified" : "见效", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 17312, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "見效", + "transcriptions" : { "pinyin" : "jiàn xiào", + "numeric" : "jian4 xiao4", + "wadegiles" : "chien⁴ hsiao⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄒㄧㄠˋ", + "romatzyh" : "jiann shiaw" }, + "meanings" : [ "to have the desired effect" ], + "classifiers" : [] } ] }, + { "simplified" : "见义勇为", + "radical" : "见", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22262, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "見義勇為", + "transcriptions" : { "pinyin" : "jiàn yì yǒng wéi", + "numeric" : "jian4 yi4 yong3 wei2", + "wadegiles" : "chien⁴ i⁴ yung³ wei²", + "bopomofo" : "ㄐㄧㄢˋ ㄧˋ ㄩㄥˇ ㄨㄟˊ", + "romatzyh" : "jiann yih yeong wei" }, + "meanings" : [ "to see what is right and act courageously (idiom, from Analects); to stand up bravely for the truth", + "acting heroically in a just cause" ], + "classifiers" : [] } ] }, + { "simplified" : "见证", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 5635, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "見證", + "transcriptions" : { "pinyin" : "jiàn zhèng", + "numeric" : "jian4 zheng4", + "wadegiles" : "chien⁴ cheng⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄓㄥˋ", + "romatzyh" : "jiann jenq" }, + "meanings" : [ "to be witness to", + "witness", + "evidence" ], + "classifiers" : [] } ] }, + { "simplified" : "件", + "radical" : "亻", + "level" : [ "new-2", "old-2" ], + "frequency" : 292, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "件", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "item", + "component", + "classifier for events, things, clothes etc" ], + "classifiers" : [] } ] }, + { "simplified" : "建", + "radical" : "廴", + "level" : [ "new-3" ], + "frequency" : 1679, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "建", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "to establish", + "to found", + "to set up", + "to build", + "to construct" ], + "classifiers" : [] } ] }, + { "simplified" : "建成", + "radical" : "廴", + "level" : [ "new-3" ], + "frequency" : 7497, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "建成", + "transcriptions" : { "pinyin" : "jiàn chéng", + "numeric" : "jian4 cheng2", + "wadegiles" : "chien⁴ ch'eng²", + "bopomofo" : "ㄐㄧㄢˋ ㄔㄥˊ", + "romatzyh" : "jiann cherng" }, + "meanings" : [ "to establish", "to build" ], + "classifiers" : [] } ] }, + { "simplified" : "建交", + "radical" : "廴", + "level" : [ "new-7+" ], + "frequency" : 39495, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "建交", + "transcriptions" : { "pinyin" : "jiàn jiāo", + "numeric" : "jian4 jiao1", + "wadegiles" : "chien⁴ chiao¹", + "bopomofo" : "ㄐㄧㄢˋ ㄐㄧㄠ", + "romatzyh" : "jiann jiau" }, + "meanings" : [ "to establish diplomatic relations" ], + "classifiers" : [] } ] }, + { "simplified" : "建立", + "radical" : "廴", + "level" : [ "new-3", "old-5" ], + "frequency" : 1182, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "建立", + "transcriptions" : { "pinyin" : "jiàn lì", + "numeric" : "jian4 li4", + "wadegiles" : "chien⁴ li⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄌㄧˋ", + "romatzyh" : "jiann lih" }, + "meanings" : [ "to establish", + "to set up", + "to found" ], + "classifiers" : [] } ] }, + { "simplified" : "建设", + "radical" : "廴", + "level" : [ "new-3", "old-5" ], + "frequency" : 4276, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "建設", + "transcriptions" : { "pinyin" : "jiàn shè", + "numeric" : "jian4 she4", + "wadegiles" : "chien⁴ she⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄕㄜˋ", + "romatzyh" : "jiann sheh" }, + "meanings" : [ "to build; to construct; to establish; to develop; to institute" ], + "classifiers" : [] } ] }, + { "simplified" : "建树", + "radical" : "廴", + "level" : [ "new-7+" ], + "frequency" : 29803, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "建樹", + "transcriptions" : { "pinyin" : "jiàn shù", + "numeric" : "jian4 shu4", + "wadegiles" : "chien⁴ shu⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄕㄨˋ", + "romatzyh" : "jiann shuh" }, + "meanings" : [ "to make a contribution", + "to establish", + "to found", + "contribution" ], + "classifiers" : [] } ] }, + { "simplified" : "建议", + "radical" : "廴", + "level" : [ "new-3", "old-5" ], + "frequency" : 782, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "建議", + "transcriptions" : { "pinyin" : "jiàn yì", + "numeric" : "jian4 yi4", + "wadegiles" : "chien⁴ i⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄧˋ", + "romatzyh" : "jiann yih" }, + "meanings" : [ "to propose; to suggest; to recommend", + "proposal; suggestion; recommendation" ], + "classifiers" : [ "个", "点" ] } ] }, + { "simplified" : "建造", + "radical" : "廴", + "level" : [ "new-5" ], + "frequency" : 3900, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "建造", + "transcriptions" : { "pinyin" : "jiàn zào", + "numeric" : "jian4 zao4", + "wadegiles" : "chien⁴ tsao⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄗㄠˋ", + "romatzyh" : "jiann tzaw" }, + "meanings" : [ "to construct", "to build" ], + "classifiers" : [] } ] }, + { "simplified" : "建筑", + "radical" : "廴", + "level" : [ "new-5", "old-5" ], + "frequency" : 1649, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "建築", + "transcriptions" : { "pinyin" : "jiàn zhù", + "numeric" : "jian4 zhu4", + "wadegiles" : "chien⁴ chu⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄓㄨˋ", + "romatzyh" : "jiann juh" }, + "meanings" : [ "to construct", "building" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "建筑师", + "radical" : "廴", + "level" : [ "new-7+" ], + "frequency" : 11925, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "建築師", + "transcriptions" : { "pinyin" : "jiàn zhù shī", + "numeric" : "jian4 zhu4 shi1", + "wadegiles" : "chien⁴ chu⁴ shih¹", + "bopomofo" : "ㄐㄧㄢˋ ㄓㄨˋ ㄕ", + "romatzyh" : "jiann juh shy" }, + "meanings" : [ "architect" ], + "classifiers" : [] } ] }, + { "simplified" : "建筑物", + "radical" : "廴", + "level" : [ "new-7+" ], + "frequency" : 7652, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "建築物", + "transcriptions" : { "pinyin" : "jiàn zhù wù", + "numeric" : "jian4 zhu4 wu4", + "wadegiles" : "chien⁴ chu⁴ wu⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄓㄨˋ ㄨˋ", + "romatzyh" : "jiann juh wuh" }, + "meanings" : [ "building", "structure", "edifice" ], + "classifiers" : [] } ] }, + { "simplified" : "剑", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 1749, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劍", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "double-edged sword", + "classifier for blows of a sword" ], + "classifiers" : [ "口", "把" ] }, + { "traditional" : "劒", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "variant of 剑" ], + "classifiers" : [] } ] }, + { "simplified" : "贱", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 4078, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "賤", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "inexpensive", + "lowly", + "despicable", + "(bound form) (humble) my" ], + "classifiers" : [] } ] }, + { "simplified" : "健康", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 952, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "健康", + "transcriptions" : { "pinyin" : "jiàn kāng", + "numeric" : "jian4 kang1", + "wadegiles" : "chien⁴ k'ang¹", + "bopomofo" : "ㄐㄧㄢˋ ㄎㄤ", + "romatzyh" : "jiann kang" }, + "meanings" : [ "health", "healthy" ], + "classifiers" : [] } ] }, + { "simplified" : "健美", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 19121, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "健美", + "transcriptions" : { "pinyin" : "jiàn měi", + "numeric" : "jian4 mei3", + "wadegiles" : "chien⁴ mei³", + "bopomofo" : "ㄐㄧㄢˋ ㄇㄟˇ", + "romatzyh" : "jiann meei" }, + "meanings" : [ "healthy and beautiful", + "to do fitness exercises", + "abbr. for 健美运动" ], + "classifiers" : [] } ] }, + { "simplified" : "健全", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 7565, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "健全", + "transcriptions" : { "pinyin" : "jiàn quán", + "numeric" : "jian4 quan2", + "wadegiles" : "chien⁴ ch'üan²", + "bopomofo" : "ㄐㄧㄢˋ ㄑㄩㄢˊ", + "romatzyh" : "jiann chyuan" }, + "meanings" : [ "robust", "sound" ], + "classifiers" : [] } ] }, + { "simplified" : "健身", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 4744, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "健身", + "transcriptions" : { "pinyin" : "jiàn shēn", + "numeric" : "jian4 shen1", + "wadegiles" : "chien⁴ shen¹", + "bopomofo" : "ㄐㄧㄢˋ ㄕㄣ", + "romatzyh" : "jiann shen" }, + "meanings" : [ "to exercise", + "to keep fit", + "to work out", + "physical exercise" ], + "classifiers" : [] } ] }, + { "simplified" : "健身房", + "radical" : "亻", + "level" : [ "old-5" ], + "frequency" : 12463, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "健身房", + "transcriptions" : { "pinyin" : "jiàn shēn fáng", + "numeric" : "jian4 shen1 fang2", + "wadegiles" : "chien⁴ shen¹ fang²", + "bopomofo" : "ㄐㄧㄢˋ ㄕㄣ ㄈㄤˊ", + "romatzyh" : "jiann shen farng" }, + "meanings" : [ "gym", "gymnasium" ], + "classifiers" : [] } ] }, + { "simplified" : "健壮", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 16844, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "健壯", + "transcriptions" : { "pinyin" : "jiàn zhuàng", + "numeric" : "jian4 zhuang4", + "wadegiles" : "chien⁴ chuang⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄓㄨㄤˋ", + "romatzyh" : "jiann juanq" }, + "meanings" : [ "robust", "healthy", "sturdy" ], + "classifiers" : [] } ] }, + { "simplified" : "舰艇", + "radical" : "舟", + "level" : [ "old-6" ], + "frequency" : 22056, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "艦艇", + "transcriptions" : { "pinyin" : "jiàn tǐng", + "numeric" : "jian4 ting3", + "wadegiles" : "chien⁴ t'ing³", + "bopomofo" : "ㄐㄧㄢˋ ㄊㄧㄥˇ", + "romatzyh" : "jiann tiing" }, + "meanings" : [ "warship", "naval vessel" ], + "classifiers" : [] } ] }, + { "simplified" : "渐渐", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 4452, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "漸漸", + "transcriptions" : { "pinyin" : "jiàn jiàn", + "numeric" : "jian4 jian4", + "wadegiles" : "chien⁴ chien⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄐㄧㄢˋ", + "romatzyh" : "jiann jiann" }, + "meanings" : [ "gradually" ], + "classifiers" : [] } ] }, + { "simplified" : "溅", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9742, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "濺", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "to splash" ], + "classifiers" : [] } ] }, + { "simplified" : "践踏", + "radical" : "足", + "level" : [ "old-6" ], + "frequency" : 14692, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "踐踏", + "transcriptions" : { "pinyin" : "jiàn tà", + "numeric" : "jian4 ta4", + "wadegiles" : "chien⁴ t'a⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄊㄚˋ", + "romatzyh" : "jiann tah" }, + "meanings" : [ "to trample" ], + "classifiers" : [] } ] }, + { "simplified" : "鉴别", + "radical" : "金", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10434, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鑑別", + "transcriptions" : { "pinyin" : "jiàn bié", + "numeric" : "jian4 bie2", + "wadegiles" : "chien⁴ pieh²", + "bopomofo" : "ㄐㄧㄢˋ ㄅㄧㄝˊ", + "romatzyh" : "jiann bye" }, + "meanings" : [ "to differentiate", + "to distinguish" ], + "classifiers" : [] } ] }, + { "simplified" : "鉴定", + "radical" : "金", + "level" : [ "new-6", "old-6" ], + "frequency" : 4200, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "鑑定", + "transcriptions" : { "pinyin" : "jiàn dìng", + "numeric" : "jian4 ding4", + "wadegiles" : "chien⁴ ting⁴", + "bopomofo" : "ㄐㄧㄢˋ ㄉㄧㄥˋ", + "romatzyh" : "jiann dinq" }, + "meanings" : [ "to appraise", + "to identify", + "to evaluate" ], + "classifiers" : [] } ] }, + { "simplified" : "鉴赏", + "radical" : "金", + "level" : [ "new-7+" ], + "frequency" : 26154, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "鑑賞", + "transcriptions" : { "pinyin" : "jiàn shǎng", + "numeric" : "jian4 shang3", + "wadegiles" : "chien⁴ shang³", + "bopomofo" : "ㄐㄧㄢˋ ㄕㄤˇ", + "romatzyh" : "jiann shaang" }, + "meanings" : [ "to appreciate (as a connoisseur)" ], + "classifiers" : [] } ] }, + { "simplified" : "鉴于", + "radical" : "金", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5159, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "鑒於", + "transcriptions" : { "pinyin" : "jiàn yú", + "numeric" : "jian4 yu2", + "wadegiles" : "chien⁴ yü²", + "bopomofo" : "ㄐㄧㄢˋ ㄩˊ", + "romatzyh" : "jiann yu" }, + "meanings" : [ "in view of", + "seeing that", + "considering", + "whereas" ], + "classifiers" : [] } ] }, + { "simplified" : "键", + "radical" : "钅", + "level" : [ "new-5" ], + "frequency" : 5438, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "鍵", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "key (on a piano or computer keyboard)", + "button (on a mouse or other device)", + "chemical bond", + "linchpin" ], + "classifiers" : [] } ] }, + { "simplified" : "键盘", + "radical" : "钅", + "level" : [ "new-5", "old-5" ], + "frequency" : 8141, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鍵盤", + "transcriptions" : { "pinyin" : "jiàn pán", + "numeric" : "jian4 pan2", + "wadegiles" : "chien⁴ p'an²", + "bopomofo" : "ㄐㄧㄢˋ ㄆㄢˊ", + "romatzyh" : "jiann parn" }, + "meanings" : [ "keyboard" ], + "classifiers" : [] } ] }, + { "simplified" : "箭", + "radical" : "⺮", + "level" : [ "new-6" ], + "frequency" : 4920, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "箭", + "transcriptions" : { "pinyin" : "jiàn", + "numeric" : "jian4", + "wadegiles" : "chien⁴", + "bopomofo" : "ㄐㄧㄢˋ", + "romatzyh" : "jiann" }, + "meanings" : [ "arrow" ], + "classifiers" : [ "支" ] } ] }, + { "simplified" : "江", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 4802, + "pos" : [ "nr", "n" ], + "forms" : [ { "traditional" : "江", + "transcriptions" : { "pinyin" : "Jiāng", + "numeric" : "Jiang1", + "wadegiles" : "chiang¹", + "bopomofo" : "ㄐㄧㄤ", + "romatzyh" : "jiang" }, + "meanings" : [ "surname Jiang" ], + "classifiers" : [] }, + { "traditional" : "江", + "transcriptions" : { "pinyin" : "jiāng", + "numeric" : "jiang1", + "wadegiles" : "chiang¹", + "bopomofo" : "ㄐㄧㄤ", + "romatzyh" : "jiang" }, + "meanings" : [ "river" ], + "classifiers" : [ "条", "道" ] } ] }, + { "simplified" : "姜", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 5083, + "pos" : [ "nr", "n" ], + "forms" : [ { "traditional" : "姜", + "transcriptions" : { "pinyin" : "Jiāng", + "numeric" : "Jiang1", + "wadegiles" : "chiang¹", + "bopomofo" : "ㄐㄧㄤ", + "romatzyh" : "jiang" }, + "meanings" : [ "surname Jiang" ], + "classifiers" : [] }, + { "traditional" : "姜", + "transcriptions" : { "pinyin" : "jiāng", + "numeric" : "jiang1", + "wadegiles" : "chiang¹", + "bopomofo" : "ㄐㄧㄤ", + "romatzyh" : "jiang" }, + "meanings" : [ "variant of 姜" ], + "classifiers" : [] }, + { "traditional" : "薑", + "transcriptions" : { "pinyin" : "jiāng", + "numeric" : "jiang1", + "wadegiles" : "chiang¹", + "bopomofo" : "ㄐㄧㄤ", + "romatzyh" : "jiang" }, + "meanings" : [ "ginger" ], + "classifiers" : [] } ] }, + { "simplified" : "将", + "radical" : "丬", + "level" : [ "new-5" ], + "frequency" : 100, + "pos" : [ "d", "p", "g" ], + "forms" : [ { "traditional" : "將", + "transcriptions" : { "pinyin" : "jiāng", + "numeric" : "jiang1", + "wadegiles" : "chiang¹", + "bopomofo" : "ㄐㄧㄤ", + "romatzyh" : "jiang" }, + "meanings" : [ "will", + "shall", + "to use", + "to take", + "to checkmate", + "just a short while ago", + "(introduces object of main verb, used in the same way as 把)" ], + "classifiers" : [] }, + { "traditional" : "將", + "transcriptions" : { "pinyin" : "jiàng", + "numeric" : "jiang4", + "wadegiles" : "chiang⁴", + "bopomofo" : "ㄐㄧㄤˋ", + "romatzyh" : "jianq" }, + "meanings" : [ "(bound form) a general", + "(literary) to command; to lead", + "(Chinese chess) general (on the black side, equivalent to a king in Western chess)" ], + "classifiers" : [] }, + { "traditional" : "將", + "transcriptions" : { "pinyin" : "qiāng", + "numeric" : "qiang1", + "wadegiles" : "ch'iang¹", + "bopomofo" : "ㄑㄧㄤ", + "romatzyh" : "chiang" }, + "meanings" : [ "to desire", + "to invite", + "to request" ], + "classifiers" : [] } ] }, + { "simplified" : "将近", + "radical" : "丬", + "level" : [ "new-3", "old-6" ], + "frequency" : 7225, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "將近", + "transcriptions" : { "pinyin" : "jiāng jìn", + "numeric" : "jiang1 jin4", + "wadegiles" : "chiang¹ chin⁴", + "bopomofo" : "ㄐㄧㄤ ㄐㄧㄣˋ", + "romatzyh" : "jiang jinn" }, + "meanings" : [ "almost", "nearly", "close to" ], + "classifiers" : [] } ] }, + { "simplified" : "将军", + "radical" : "丬", + "level" : [ "new-6", "old-6" ], + "frequency" : 2465, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "將軍", + "transcriptions" : { "pinyin" : "Jiāng jūn", + "numeric" : "Jiang1 jun1", + "wadegiles" : "chiang¹ chün¹", + "bopomofo" : "ㄐㄧㄤ ㄐㄩㄣ", + "romatzyh" : "jiang jiun" }, + "meanings" : [ "(common place name)" ], + "classifiers" : [] }, + { "traditional" : "將軍", + "transcriptions" : { "pinyin" : "jiāng jūn", + "numeric" : "jiang1 jun1", + "wadegiles" : "chiang¹ chün¹", + "bopomofo" : "ㄐㄧㄤ ㄐㄩㄣ", + "romatzyh" : "jiang jiun" }, + "meanings" : [ "general", + "high-ranking military officer", + "to check or checkmate", + "fig. to embarrass", + "to challenge", + "to put sb on the spot" ], + "classifiers" : [] } ] }, + { "simplified" : "将来", + "radical" : "丬", + "level" : [ "new-3", "old-4" ], + "frequency" : 2601, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "將來", + "transcriptions" : { "pinyin" : "jiāng lái", + "numeric" : "jiang1 lai2", + "wadegiles" : "chiang¹ lai²", + "bopomofo" : "ㄐㄧㄤ ㄌㄞˊ", + "romatzyh" : "jiang lai" }, + "meanings" : [ "in the future", + "future", + "the future" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "将要", + "radical" : "丬", + "level" : [ "new-5" ], + "frequency" : 5958, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "將要", + "transcriptions" : { "pinyin" : "jiāng yào", + "numeric" : "jiang1 yao4", + "wadegiles" : "chiang¹ yao⁴", + "bopomofo" : "ㄐㄧㄤ ㄧㄠˋ", + "romatzyh" : "jiang yaw" }, + "meanings" : [ "will", "shall", "to be going to" ], + "classifiers" : [] } ] }, + { "simplified" : "僵", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 12528, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "僵", + "transcriptions" : { "pinyin" : "jiāng", + "numeric" : "jiang1", + "wadegiles" : "chiang¹", + "bopomofo" : "ㄐㄧㄤ", + "romatzyh" : "jiang" }, + "meanings" : [ "rigid", + "deadlock", + "stiff (corpse)" ], + "classifiers" : [] }, + { "traditional" : "殭", + "transcriptions" : { "pinyin" : "jiāng", + "numeric" : "jiang1", + "wadegiles" : "chiang¹", + "bopomofo" : "ㄐㄧㄤ", + "romatzyh" : "jiang" }, + "meanings" : [ "variant of 僵" ], + "classifiers" : [] } ] }, + { "simplified" : "僵化", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 30898, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "僵化", + "transcriptions" : { "pinyin" : "jiāng huà", + "numeric" : "jiang1 hua4", + "wadegiles" : "chiang¹ hua⁴", + "bopomofo" : "ㄐㄧㄤ ㄏㄨㄚˋ", + "romatzyh" : "jiang huah" }, + "meanings" : [ "to become rigid" ], + "classifiers" : [] } ] }, + { "simplified" : "僵局", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 14913, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "僵局", + "transcriptions" : { "pinyin" : "jiāng jú", + "numeric" : "jiang1 ju2", + "wadegiles" : "chiang¹ chü²", + "bopomofo" : "ㄐㄧㄤ ㄐㄩˊ", + "romatzyh" : "jiang jyu" }, + "meanings" : [ "impasse", "deadlock" ], + "classifiers" : [] } ] }, + { "simplified" : "僵硬", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 10691, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "僵硬", + "transcriptions" : { "pinyin" : "jiāng yìng", + "numeric" : "jiang1 ying4", + "wadegiles" : "chiang¹ ying⁴", + "bopomofo" : "ㄐㄧㄤ ㄧㄥˋ", + "romatzyh" : "jiang yinq" }, + "meanings" : [ "stiff; rigid" ], + "classifiers" : [] } ] }, + { "simplified" : "讲", + "radical" : "讠", + "level" : [ "new-2", "old-3" ], + "frequency" : 555, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "講", + "transcriptions" : { "pinyin" : "jiǎng", + "numeric" : "jiang3", + "wadegiles" : "chiang³", + "bopomofo" : "ㄐㄧㄤˇ", + "romatzyh" : "jeang" }, + "meanings" : [ "to speak", + "to explain", + "to negotiate", + "to emphasize", + "to be particular about", + "as far as sth is concerned", + "speech", + "lecture" ], + "classifiers" : [] } ] }, + { "simplified" : "讲话", + "radical" : "讠", + "level" : [ "new-2" ], + "frequency" : 2064, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "講話", + "transcriptions" : { "pinyin" : "jiǎng huà", + "numeric" : "jiang3 hua4", + "wadegiles" : "chiang³ hua⁴", + "bopomofo" : "ㄐㄧㄤˇ ㄏㄨㄚˋ", + "romatzyh" : "jeang huah" }, + "meanings" : [ "a speech", + "to speak", + "to talk", + "to address" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "讲解", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 11822, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "講解", + "transcriptions" : { "pinyin" : "jiǎng jiě", + "numeric" : "jiang3 jie3", + "wadegiles" : "chiang³ chieh³", + "bopomofo" : "ㄐㄧㄤˇ ㄐㄧㄝˇ", + "romatzyh" : "jeang jiee" }, + "meanings" : [ "to explain" ], + "classifiers" : [] } ] }, + { "simplified" : "讲究", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 9711, + "pos" : [ "v", "a", "vn" ], + "forms" : [ { "traditional" : "講究", + "transcriptions" : { "pinyin" : "jiǎng jiu", + "numeric" : "jiang3 jiu5", + "wadegiles" : "chiang³ jiu", + "bopomofo" : "ㄐㄧㄤˇ jiu", + "romatzyh" : "jeang jiu" }, + "meanings" : [ "to pay particular attention to", + "carefully selected for quality", + "tastefully chosen" ], + "classifiers" : [] } ] }, + { "simplified" : "讲课", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 15636, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "講課", + "transcriptions" : { "pinyin" : "jiǎng kè", + "numeric" : "jiang3 ke4", + "wadegiles" : "chiang³ k'o⁴", + "bopomofo" : "ㄐㄧㄤˇ ㄎㄜˋ", + "romatzyh" : "jeang keh" }, + "meanings" : [ "teach", "lecture" ], + "classifiers" : [] } ] }, + { "simplified" : "讲述", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 5134, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "講述", + "transcriptions" : { "pinyin" : "jiǎng shù", + "numeric" : "jiang3 shu4", + "wadegiles" : "chiang³ shu⁴", + "bopomofo" : "ㄐㄧㄤˇ ㄕㄨˋ", + "romatzyh" : "jeang shuh" }, + "meanings" : [ "to talk about", + "to narrate", + "to give an account" ], + "classifiers" : [] } ] }, + { "simplified" : "讲学", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 36991, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "講學", + "transcriptions" : { "pinyin" : "jiǎng xué", + "numeric" : "jiang3 xue2", + "wadegiles" : "chiang³ hsüeh²", + "bopomofo" : "ㄐㄧㄤˇ ㄒㄩㄝˊ", + "romatzyh" : "jeang shyue" }, + "meanings" : [ "to lecture (on branch of learning)" ], + "classifiers" : [] } ] }, + { "simplified" : "讲座", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 8858, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "講座", + "transcriptions" : { "pinyin" : "jiǎng zuò", + "numeric" : "jiang3 zuo4", + "wadegiles" : "chiang³ tso⁴", + "bopomofo" : "ㄐㄧㄤˇ ㄗㄨㄛˋ", + "romatzyh" : "jeang tzuoh" }, + "meanings" : [ "a course of lectures" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "奖", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 2198, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "獎", + "transcriptions" : { "pinyin" : "jiǎng", + "numeric" : "jiang3", + "wadegiles" : "chiang³", + "bopomofo" : "ㄐㄧㄤˇ", + "romatzyh" : "jeang" }, + "meanings" : [ "prize", "award", "encouragement" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "奖杯", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 9053, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獎杯", + "transcriptions" : { "pinyin" : "jiǎng bēi", + "numeric" : "jiang3 bei1", + "wadegiles" : "chiang³ pei¹", + "bopomofo" : "ㄐㄧㄤˇ ㄅㄟ", + "romatzyh" : "jeang bei" }, + "meanings" : [ "trophy cup" ], + "classifiers" : [] } ] }, + { "simplified" : "奖金", + "radical" : "大", + "level" : [ "new-4", "old-4" ], + "frequency" : 3649, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獎金", + "transcriptions" : { "pinyin" : "jiǎng jīn", + "numeric" : "jiang3 jin1", + "wadegiles" : "chiang³ chin¹", + "bopomofo" : "ㄐㄧㄤˇ ㄐㄧㄣ", + "romatzyh" : "jeang jin" }, + "meanings" : [ "premium", "award money", "bonus" ], + "classifiers" : [] } ] }, + { "simplified" : "奖励", + "radical" : "大", + "level" : [ "new-5", "old-6" ], + "frequency" : 2746, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "獎勵", + "transcriptions" : { "pinyin" : "jiǎng lì", + "numeric" : "jiang3 li4", + "wadegiles" : "chiang³ li⁴", + "bopomofo" : "ㄐㄧㄤˇ ㄌㄧˋ", + "romatzyh" : "jeang lih" }, + "meanings" : [ "to reward", + "reward (as encouragement)" ], + "classifiers" : [] } ] }, + { "simplified" : "奖牌", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 13348, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獎牌", + "transcriptions" : { "pinyin" : "jiǎng pái", + "numeric" : "jiang3 pai2", + "wadegiles" : "chiang³ p'ai²", + "bopomofo" : "ㄐㄧㄤˇ ㄆㄞˊ", + "romatzyh" : "jeang pair" }, + "meanings" : [ "medal (awarded as a prize)" ], + "classifiers" : [] } ] }, + { "simplified" : "奖品", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 4654, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獎品", + "transcriptions" : { "pinyin" : "jiǎng pǐn", + "numeric" : "jiang3 pin3", + "wadegiles" : "chiang³ p'in³", + "bopomofo" : "ㄐㄧㄤˇ ㄆㄧㄣˇ", + "romatzyh" : "jeang piin" }, + "meanings" : [ "award", "prize" ], + "classifiers" : [] } ] }, + { "simplified" : "奖赏", + "radical" : "大", + "level" : [ "old-6" ], + "frequency" : 18337, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "獎賞", + "transcriptions" : { "pinyin" : "jiǎng shǎng", + "numeric" : "jiang3 shang3", + "wadegiles" : "chiang³ shang³", + "bopomofo" : "ㄐㄧㄤˇ ㄕㄤˇ", + "romatzyh" : "jeang shaang" }, + "meanings" : [ "reward; prize; award" ], + "classifiers" : [] } ] }, + { "simplified" : "奖项", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 10933, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獎項", + "transcriptions" : { "pinyin" : "jiǎng xiàng", + "numeric" : "jiang3 xiang4", + "wadegiles" : "chiang³ hsiang⁴", + "bopomofo" : "ㄐㄧㄤˇ ㄒㄧㄤˋ", + "romatzyh" : "jeang shianq" }, + "meanings" : [ "award; prize" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "奖学金", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 7771, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獎學金", + "transcriptions" : { "pinyin" : "jiǎng xué jīn", + "numeric" : "jiang3 xue2 jin1", + "wadegiles" : "chiang³ hsüeh² chin¹", + "bopomofo" : "ㄐㄧㄤˇ ㄒㄩㄝˊ ㄐㄧㄣ", + "romatzyh" : "jeang shyue jin" }, + "meanings" : [ "scholarship" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "桨", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 14235, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "槳", + "transcriptions" : { "pinyin" : "jiǎng", + "numeric" : "jiang3", + "wadegiles" : "chiang³", + "bopomofo" : "ㄐㄧㄤˇ", + "romatzyh" : "jeang" }, + "meanings" : [ "oar", "paddle" ], + "classifiers" : [] } ] }, + { "simplified" : "降", + "radical" : "阝", + "level" : [ "new-4" ], + "frequency" : 2897, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "降", + "transcriptions" : { "pinyin" : "jiàng", + "numeric" : "jiang4", + "wadegiles" : "chiang⁴", + "bopomofo" : "ㄐㄧㄤˋ", + "romatzyh" : "jianq" }, + "meanings" : [ "to drop", + "to fall", + "to come down", + "to descend" ], + "classifiers" : [] }, + { "traditional" : "降", + "transcriptions" : { "pinyin" : "xiáng", + "numeric" : "xiang2", + "wadegiles" : "hsiang²", + "bopomofo" : "ㄒㄧㄤˊ", + "romatzyh" : "shyang" }, + "meanings" : [ "to surrender", + "to capitulate", + "to subdue", + "to tame" ], + "classifiers" : [] } ] }, + { "simplified" : "降低", + "radical" : "阝", + "level" : [ "new-4", "old-4" ], + "frequency" : 3058, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "降低", + "transcriptions" : { "pinyin" : "jiàng dī", + "numeric" : "jiang4 di1", + "wadegiles" : "chiang⁴ ti¹", + "bopomofo" : "ㄐㄧㄤˋ ㄉㄧ", + "romatzyh" : "jianq di" }, + "meanings" : [ "to reduce; to lower; to bring down" ], + "classifiers" : [] } ] }, + { "simplified" : "降价", + "radical" : "阝", + "level" : [ "new-4" ], + "frequency" : 13945, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "降價", + "transcriptions" : { "pinyin" : "jiàng jià", + "numeric" : "jiang4 jia4", + "wadegiles" : "chiang⁴ chia⁴", + "bopomofo" : "ㄐㄧㄤˋ ㄐㄧㄚˋ", + "romatzyh" : "jianq jiah" }, + "meanings" : [ "to cut the price", + "to drive down the price", + "to get cheaper" ], + "classifiers" : [] } ] }, + { "simplified" : "降临", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5789, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "降臨", + "transcriptions" : { "pinyin" : "jiàng lín", + "numeric" : "jiang4 lin2", + "wadegiles" : "chiang⁴ lin²", + "bopomofo" : "ㄐㄧㄤˋ ㄌㄧㄣˊ", + "romatzyh" : "jianq lin" }, + "meanings" : [ "to descend", + "to arrive", + "to come" ], + "classifiers" : [] } ] }, + { "simplified" : "降落", + "radical" : "阝", + "level" : [ "new-4", "old-5" ], + "frequency" : 6858, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "降落", + "transcriptions" : { "pinyin" : "jiàng luò", + "numeric" : "jiang4 luo4", + "wadegiles" : "chiang⁴ lo⁴", + "bopomofo" : "ㄐㄧㄤˋ ㄌㄨㄛˋ", + "romatzyh" : "jianq luoh" }, + "meanings" : [ "to descend", "to land" ], + "classifiers" : [] } ] }, + { "simplified" : "降温", + "radical" : "阝", + "level" : [ "new-4" ], + "frequency" : 11837, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "降溫", + "transcriptions" : { "pinyin" : "jiàng wēn", + "numeric" : "jiang4 wen1", + "wadegiles" : "chiang⁴ wen¹", + "bopomofo" : "ㄐㄧㄤˋ ㄨㄣ", + "romatzyh" : "jianq uen" }, + "meanings" : [ "to become cooler", + "to lower the temperature", + "cooling", + "(of interest, activity etc) to decline" ], + "classifiers" : [] } ] }, + { "simplified" : "酱", + "radical" : "酉", + "level" : [ "new-6" ], + "frequency" : 4625, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醬", + "transcriptions" : { "pinyin" : "jiàng", + "numeric" : "jiang4", + "wadegiles" : "chiang⁴", + "bopomofo" : "ㄐㄧㄤˋ", + "romatzyh" : "jianq" }, + "meanings" : [ "thick paste of fermented soybean", + "marinated in soy paste", + "paste", + "jam" ], + "classifiers" : [] } ] }, + { "simplified" : "酱油", + "radical" : "酉", + "level" : [ "new-6", "old-5" ], + "frequency" : 11281, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醬油", + "transcriptions" : { "pinyin" : "jiàng yóu", + "numeric" : "jiang4 you2", + "wadegiles" : "chiang⁴ yu²", + "bopomofo" : "ㄐㄧㄤˋ ㄧㄡˊ", + "romatzyh" : "jianq you" }, + "meanings" : [ "soy sauce" ], + "classifiers" : [] } ] }, + { "simplified" : "交", + "radical" : "亠", + "level" : [ "new-2", "old-4" ], + "frequency" : 715, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "交", + "transcriptions" : { "pinyin" : "jiāo", + "numeric" : "jiao1", + "wadegiles" : "chiao¹", + "bopomofo" : "ㄐㄧㄠ", + "romatzyh" : "jiau" }, + "meanings" : [ "to hand over", + "to deliver", + "to pay (money)", + "to turn over", + "to make friends", + "to intersect (lines)", + "variant of 跤" ], + "classifiers" : [] } ] }, + { "simplified" : "交叉", + "radical" : "亠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5532, + "pos" : [ "v", "vn", "d" ], + "forms" : [ { "traditional" : "交叉", + "transcriptions" : { "pinyin" : "jiāo chā", + "numeric" : "jiao1 cha1", + "wadegiles" : "chiao¹ ch'a¹", + "bopomofo" : "ㄐㄧㄠ ㄔㄚ", + "romatzyh" : "jiau cha" }, + "meanings" : [ "to cross", + "to intersect", + "to overlap" ], + "classifiers" : [] } ] }, + { "simplified" : "交代", + "radical" : "亠", + "level" : [ "new-5", "old-6" ], + "frequency" : 6862, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交代", + "transcriptions" : { "pinyin" : "jiāo dài", + "numeric" : "jiao1 dai4", + "wadegiles" : "chiao¹ tai⁴", + "bopomofo" : "ㄐㄧㄠ ㄉㄞˋ", + "romatzyh" : "jiau day" }, + "meanings" : [ "to transfer (duties to sb else)", + "to give instructions; to tell (sb to do sth)", + "to explain; to give an account; to brief", + "to confess; to account for oneself", + "(jocular) to come to a bad end" ], + "classifiers" : [] } ] }, + { "simplified" : "交费", + "radical" : "亠", + "level" : [ "new-3" ], + "frequency" : 24178, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交費", + "transcriptions" : { "pinyin" : "jiāo fèi", + "numeric" : "jiao1 fei4", + "wadegiles" : "chiao¹ fei⁴", + "bopomofo" : "ㄐㄧㄠ ㄈㄟˋ", + "romatzyh" : "jiau fey" }, + "meanings" : [ "to pay a fee" ], + "classifiers" : [] } ] }, + { "simplified" : "交锋", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 14884, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交鋒", + "transcriptions" : { "pinyin" : "jiāo fēng", + "numeric" : "jiao1 feng1", + "wadegiles" : "chiao¹ feng¹", + "bopomofo" : "ㄐㄧㄠ ㄈㄥ", + "romatzyh" : "jiau feng" }, + "meanings" : [ "to cross swords", + "to have a confrontation (with sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "交付", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 12326, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交付", + "transcriptions" : { "pinyin" : "jiāo fù", + "numeric" : "jiao1 fu4", + "wadegiles" : "chiao¹ fu⁴", + "bopomofo" : "ㄐㄧㄠ ㄈㄨˋ", + "romatzyh" : "jiau fuh" }, + "meanings" : [ "to hand over", "to deliver" ], + "classifiers" : [] } ] }, + { "simplified" : "交给", + "radical" : "亠", + "level" : [ "new-2" ], + "frequency" : 1533, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "交給", + "transcriptions" : { "pinyin" : "jiāo gěi", + "numeric" : "jiao1 gei3", + "wadegiles" : "chiao¹ kei³", + "bopomofo" : "ㄐㄧㄠ ㄍㄟˇ", + "romatzyh" : "jiau geei" }, + "meanings" : [ "to give; to deliver; to hand over" ], + "classifiers" : [] } ] }, + { "simplified" : "交换", + "radical" : "亠", + "level" : [ "new-4", "old-5" ], + "frequency" : 3196, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交換", + "transcriptions" : { "pinyin" : "jiāo huàn", + "numeric" : "jiao1 huan4", + "wadegiles" : "chiao¹ huan⁴", + "bopomofo" : "ㄐㄧㄠ ㄏㄨㄢˋ", + "romatzyh" : "jiau huann" }, + "meanings" : [ "to exchange", + "to swap", + "to switch (telecom)", + "commutative (math)", + "to commute" ], + "classifiers" : [] } ] }, + { "simplified" : "交集", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 16337, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "交集", + "transcriptions" : { "pinyin" : "jiāo jí", + "numeric" : "jiao1 ji2", + "wadegiles" : "chiao¹ chi²", + "bopomofo" : "ㄐㄧㄠ ㄐㄧˊ", + "romatzyh" : "jiau jyi" }, + "meanings" : [ "(of diverse emotions) to occur simultaneously; to intermingle", + "common ground; points of commonality; overlap; connection", + "interaction; dealings", + "(math.) (set theory) intersection" ], + "classifiers" : [] } ] }, + { "simplified" : "交际", + "radical" : "亠", + "level" : [ "new-4", "old-5" ], + "frequency" : 11527, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交際", + "transcriptions" : { "pinyin" : "jiāo jì", + "numeric" : "jiao1 ji4", + "wadegiles" : "chiao¹ chi⁴", + "bopomofo" : "ㄐㄧㄠ ㄐㄧˋ", + "romatzyh" : "jiau jih" }, + "meanings" : [ "communication", + "social intercourse" ], + "classifiers" : [] } ] }, + { "simplified" : "交接", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 14661, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "交接", + "transcriptions" : { "pinyin" : "jiāo jiē", + "numeric" : "jiao1 jie1", + "wadegiles" : "chiao¹ chieh¹", + "bopomofo" : "ㄐㄧㄠ ㄐㄧㄝ", + "romatzyh" : "jiau jie" }, + "meanings" : [ "(of two things) to come into contact", + "to meet", + "to hand over to", + "to take over from", + "to associate with", + "to have friendly relations with", + "to have sexual intercourse" ], + "classifiers" : [] } ] }, + { "simplified" : "交界", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 18485, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交界", + "transcriptions" : { "pinyin" : "jiāo jiè", + "numeric" : "jiao1 jie4", + "wadegiles" : "chiao¹ chieh⁴", + "bopomofo" : "ㄐㄧㄠ ㄐㄧㄝˋ", + "romatzyh" : "jiau jieh" }, + "meanings" : [ "common boundary", "common border" ], + "classifiers" : [] } ] }, + { "simplified" : "交警", + "radical" : "亠", + "level" : [ "new-3" ], + "frequency" : 12361, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "交警", + "transcriptions" : { "pinyin" : "jiāo jǐng", + "numeric" : "jiao1 jing3", + "wadegiles" : "chiao¹ ching³", + "bopomofo" : "ㄐㄧㄠ ㄐㄧㄥˇ", + "romatzyh" : "jiau jiing" }, + "meanings" : [ "traffic police (abbr. for 察)" ], + "classifiers" : [] } ] }, + { "simplified" : "交流", + "radical" : "亠", + "level" : [ "new-3", "old-4" ], + "frequency" : 1828, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "交流", + "transcriptions" : { "pinyin" : "jiāo liú", + "numeric" : "jiao1 liu2", + "wadegiles" : "chiao¹ liu²", + "bopomofo" : "ㄐㄧㄠ ㄌㄧㄡˊ", + "romatzyh" : "jiau liou" }, + "meanings" : [ "to exchange", + "exchange", + "communication", + "interaction", + "to have social contact (with sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "交纳", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 22744, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "交納", + "transcriptions" : { "pinyin" : "jiāo nà", + "numeric" : "jiao1 na4", + "wadegiles" : "chiao¹ na⁴", + "bopomofo" : "ㄐㄧㄠ ㄋㄚˋ", + "romatzyh" : "jiau nah" }, + "meanings" : [ "to pay (taxes or dues)" ], + "classifiers" : [] } ] }, + { "simplified" : "交朋友", + "radical" : "亠", + "level" : [ "new-2" ], + "frequency" : 17456, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "交朋友", + "transcriptions" : { "pinyin" : "jiāo péng you", + "numeric" : "jiao1 peng2 you5", + "wadegiles" : "chiao¹ p'eng² you", + "bopomofo" : "ㄐㄧㄠ ㄆㄥˊ you", + "romatzyh" : "jiau perng you" }, + "meanings" : [ "to make friends", + "(dialect) to start an affair with sb" ], + "classifiers" : [] } ] }, + { "simplified" : "交情", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 16213, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "交情", + "transcriptions" : { "pinyin" : "jiāo qing", + "numeric" : "jiao1 qing5", + "wadegiles" : "chiao¹ qing", + "bopomofo" : "ㄐㄧㄠ qing", + "romatzyh" : "jiau qing" }, + "meanings" : [ "friendship", "friendly relations" ], + "classifiers" : [] } ] }, + { "simplified" : "交涉", + "radical" : "亠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13121, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交涉", + "transcriptions" : { "pinyin" : "jiāo shè", + "numeric" : "jiao1 she4", + "wadegiles" : "chiao¹ she⁴", + "bopomofo" : "ㄐㄧㄠ ㄕㄜˋ", + "romatzyh" : "jiau sheh" }, + "meanings" : [ "to negotiate (with)", + "to have dealings (with)" ], + "classifiers" : [] } ] }, + { "simplified" : "交谈", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 5246, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "交談", + "transcriptions" : { "pinyin" : "jiāo tán", + "numeric" : "jiao1 tan2", + "wadegiles" : "chiao¹ t'an²", + "bopomofo" : "ㄐㄧㄠ ㄊㄢˊ", + "romatzyh" : "jiau tarn" }, + "meanings" : [ "to discuss; to converse", + "chat; discussion" ], + "classifiers" : [] } ] }, + { "simplified" : "交替", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 15079, + "pos" : [ "v", "d", "vn" ], + "forms" : [ { "traditional" : "交替", + "transcriptions" : { "pinyin" : "jiāo tì", + "numeric" : "jiao1 ti4", + "wadegiles" : "chiao¹ t'i⁴", + "bopomofo" : "ㄐㄧㄠ ㄊㄧˋ", + "romatzyh" : "jiau tih" }, + "meanings" : [ "to replace", + "alternately; in turn" ], + "classifiers" : [] } ] }, + { "simplified" : "交通", + "radical" : "亠", + "level" : [ "new-2", "old-4" ], + "frequency" : 1688, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "交通", + "transcriptions" : { "pinyin" : "jiāo tōng", + "numeric" : "jiao1 tong1", + "wadegiles" : "chiao¹ t'ung¹", + "bopomofo" : "ㄐㄧㄠ ㄊㄨㄥ", + "romatzyh" : "jiau tong" }, + "meanings" : [ "to be connected", + "traffic", + "transportation", + "communications", + "liaison" ], + "classifiers" : [] } ] }, + { "simplified" : "交头接耳", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 42113, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "交頭接耳", + "transcriptions" : { "pinyin" : "jiāo tóu jiē ěr", + "numeric" : "jiao1 tou2 jie1 er3", + "wadegiles" : "chiao¹ t'ou² chieh¹ erh³", + "bopomofo" : "ㄐㄧㄠ ㄊㄡˊ ㄐㄧㄝ ㄦˇ", + "romatzyh" : "jiau tour jie eel" }, + "meanings" : [ "to whisper to one another's ear" ], + "classifiers" : [] } ] }, + { "simplified" : "交往", + "radical" : "亠", + "level" : [ "new-3", "old-6" ], + "frequency" : 3394, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "交往", + "transcriptions" : { "pinyin" : "jiāo wǎng", + "numeric" : "jiao1 wang3", + "wadegiles" : "chiao¹ wang³", + "bopomofo" : "ㄐㄧㄠ ㄨㄤˇ", + "romatzyh" : "jiau woang" }, + "meanings" : [ "to associate (with)", + "to have contact (with)", + "to hang out (with)", + "to date", + "(interpersonal) relationship", + "association", + "contact" ], + "classifiers" : [] } ] }, + { "simplified" : "交响乐", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 22508, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "交響樂", + "transcriptions" : { "pinyin" : "jiāo xiǎng yuè", + "numeric" : "jiao1 xiang3 yue4", + "wadegiles" : "chiao¹ hsiang³ yüeh⁴", + "bopomofo" : "ㄐㄧㄠ ㄒㄧㄤˇ ㄩㄝˋ", + "romatzyh" : "jiau sheang yueh" }, + "meanings" : [ "symphony" ], + "classifiers" : [] } ] }, + { "simplified" : "交易", + "radical" : "亠", + "level" : [ "new-3", "old-6" ], + "frequency" : 880, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "交易", + "transcriptions" : { "pinyin" : "jiāo yì", + "numeric" : "jiao1 yi4", + "wadegiles" : "chiao¹ i⁴", + "bopomofo" : "ㄐㄧㄠ ㄧˋ", + "romatzyh" : "jiau yih" }, + "meanings" : [ "to deal; to trade; to transact", + "transaction; deal" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "郊区", + "radical" : "阝", + "level" : [ "new-5", "old-5" ], + "frequency" : 7855, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "郊區", + "transcriptions" : { "pinyin" : "jiāo qū", + "numeric" : "jiao1 qu1", + "wadegiles" : "chiao¹ ch'ü¹", + "bopomofo" : "ㄐㄧㄠ ㄑㄩ", + "romatzyh" : "jiau chiu" }, + "meanings" : [ "suburban district", + "outskirts", + "suburbs" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "郊外", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 15596, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "郊外", + "transcriptions" : { "pinyin" : "jiāo wài", + "numeric" : "jiao1 wai4", + "wadegiles" : "chiao¹ wai⁴", + "bopomofo" : "ㄐㄧㄠ ㄨㄞˋ", + "romatzyh" : "jiau way" }, + "meanings" : [ "outskirts" ], + "classifiers" : [] } ] }, + { "simplified" : "郊游", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 28410, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "郊遊", + "transcriptions" : { "pinyin" : "jiāo yóu", + "numeric" : "jiao1 you2", + "wadegiles" : "chiao¹ yu²", + "bopomofo" : "ㄐㄧㄠ ㄧㄡˊ", + "romatzyh" : "jiau you" }, + "meanings" : [ "to go for an outing", + "to go on an excursion" ], + "classifiers" : [] } ] }, + { "simplified" : "娇惯", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 48851, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嬌慣", + "transcriptions" : { "pinyin" : "jiāo guàn", + "numeric" : "jiao1 guan4", + "wadegiles" : "chiao¹ kuan⁴", + "bopomofo" : "ㄐㄧㄠ ㄍㄨㄢˋ", + "romatzyh" : "jiau guann" }, + "meanings" : [ "to pamper", + "to coddle", + "to spoil" ], + "classifiers" : [] } ] }, + { "simplified" : "娇气", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 38277, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "嬌氣", + "transcriptions" : { "pinyin" : "jiāo qì", + "numeric" : "jiao1 qi4", + "wadegiles" : "chiao¹ ch'i⁴", + "bopomofo" : "ㄐㄧㄠ ㄑㄧˋ", + "romatzyh" : "jiau chih" }, + "meanings" : [ "delicate", "squeamish", "finicky" ], + "classifiers" : [] } ] }, + { "simplified" : "浇", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7803, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "澆", + "transcriptions" : { "pinyin" : "jiāo", + "numeric" : "jiao1", + "wadegiles" : "chiao¹", + "bopomofo" : "ㄐㄧㄠ", + "romatzyh" : "jiau" }, + "meanings" : [ "to pour liquid", + "to irrigate (using waterwheel)", + "to water", + "to cast (molten metal)", + "to mold" ], + "classifiers" : [] } ] }, + { "simplified" : "骄傲", + "radical" : "马", + "level" : [ "new-6", "old-4" ], + "frequency" : 3023, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "驕傲", + "transcriptions" : { "pinyin" : "jiāo ào", + "numeric" : "jiao1 ao4", + "wadegiles" : "chiao¹ ao⁴", + "bopomofo" : "ㄐㄧㄠ ㄠˋ", + "romatzyh" : "jiau aw" }, + "meanings" : [ "pride", + "arrogance", + "conceited", + "proud of sth" ], + "classifiers" : [] } ] }, + { "simplified" : "胶带", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 16042, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膠帶", + "transcriptions" : { "pinyin" : "jiāo dài", + "numeric" : "jiao1 dai4", + "wadegiles" : "chiao¹ tai⁴", + "bopomofo" : "ㄐㄧㄠ ㄉㄞˋ", + "romatzyh" : "jiau day" }, + "meanings" : [ "adhesive tape", "magnetic tape" ], + "classifiers" : [] } ] }, + { "simplified" : "胶囊", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 13025, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膠囊", + "transcriptions" : { "pinyin" : "jiāo náng", + "numeric" : "jiao1 nang2", + "wadegiles" : "chiao¹ nang²", + "bopomofo" : "ㄐㄧㄠ ㄋㄤˊ", + "romatzyh" : "jiau nang" }, + "meanings" : [ "(pharm.) capsule" ], + "classifiers" : [] } ] }, + { "simplified" : "胶片", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 13499, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膠片", + "transcriptions" : { "pinyin" : "jiāo piàn", + "numeric" : "jiao1 pian4", + "wadegiles" : "chiao¹ p'ien⁴", + "bopomofo" : "ㄐㄧㄠ ㄆㄧㄢˋ", + "romatzyh" : "jiau piann" }, + "meanings" : [ "(photographic) film" ], + "classifiers" : [] } ] }, + { "simplified" : "胶水", + "radical" : "⺼", + "level" : [ "new-5", "old-5" ], + "frequency" : 19095, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膠水", + "transcriptions" : { "pinyin" : "jiāo shuǐ", + "numeric" : "jiao1 shui3", + "wadegiles" : "chiao¹ shui³", + "bopomofo" : "ㄐㄧㄠ ㄕㄨㄟˇ", + "romatzyh" : "jiau shoei" }, + "meanings" : [ "glue" ], + "classifiers" : [] } ] }, + { "simplified" : "焦", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 4965, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "焦", + "transcriptions" : { "pinyin" : "Jiāo", + "numeric" : "Jiao1", + "wadegiles" : "chiao¹", + "bopomofo" : "ㄐㄧㄠ", + "romatzyh" : "jiau" }, + "meanings" : [ "surname Jiao" ], + "classifiers" : [] }, + { "traditional" : "焦", + "transcriptions" : { "pinyin" : "jiāo", + "numeric" : "jiao1", + "wadegiles" : "chiao¹", + "bopomofo" : "ㄐㄧㄠ", + "romatzyh" : "jiau" }, + "meanings" : [ "burnt", + "scorched", + "charred", + "worried", + "anxious", + "coke", + "joule (abbr. for 耳)" ], + "classifiers" : [] } ] }, + { "simplified" : "焦点", + "radical" : "灬", + "level" : [ "new-6", "old-6" ], + "frequency" : 4682, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "焦點", + "transcriptions" : { "pinyin" : "jiāo diǎn", + "numeric" : "jiao1 dian3", + "wadegiles" : "chiao¹ tien³", + "bopomofo" : "ㄐㄧㄠ ㄉㄧㄢˇ", + "romatzyh" : "jiau dean" }, + "meanings" : [ "focal point; focus (lit. and fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "焦急", + "radical" : "灬", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13443, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "焦急", + "transcriptions" : { "pinyin" : "jiāo jí", + "numeric" : "jiao1 ji2", + "wadegiles" : "chiao¹ chi²", + "bopomofo" : "ㄐㄧㄠ ㄐㄧˊ", + "romatzyh" : "jiau jyi" }, + "meanings" : [ "anxiety", "anxious" ], + "classifiers" : [] } ] }, + { "simplified" : "焦距", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 22367, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "焦距", + "transcriptions" : { "pinyin" : "jiāo jù", + "numeric" : "jiao1 ju4", + "wadegiles" : "chiao¹ chü⁴", + "bopomofo" : "ㄐㄧㄠ ㄐㄩˋ", + "romatzyh" : "jiau jiuh" }, + "meanings" : [ "focal length", "focal distance" ], + "classifiers" : [] } ] }, + { "simplified" : "焦虑", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 6011, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "焦慮", + "transcriptions" : { "pinyin" : "jiāo lu:4", + "numeric" : "jiao1 lü4", + "wadegiles" : "chiao¹ lu:4", + "bopomofo" : "ㄐㄧㄠ lu:4", + "romatzyh" : "jiau lu:4" }, + "meanings" : [ "anxious", + "worried", + "apprehensive" ], + "classifiers" : [] } ] }, + { "simplified" : "焦躁", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 20658, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "焦躁", + "transcriptions" : { "pinyin" : "jiāo zào", + "numeric" : "jiao1 zao4", + "wadegiles" : "chiao¹ tsao⁴", + "bopomofo" : "ㄐㄧㄠ ㄗㄠˋ", + "romatzyh" : "jiau tzaw" }, + "meanings" : [ "fretful", "impatient" ], + "classifiers" : [] } ] }, + { "simplified" : "礁石", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 25109, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "礁石", + "transcriptions" : { "pinyin" : "jiāo shí", + "numeric" : "jiao1 shi2", + "wadegiles" : "chiao¹ shih²", + "bopomofo" : "ㄐㄧㄠ ㄕˊ", + "romatzyh" : "jiau shyr" }, + "meanings" : [ "reef" ], + "classifiers" : [] } ] }, + { "simplified" : "角", + "radical" : "角", + "level" : [ "new-2", "old-3" ], + "frequency" : 2370, + "pos" : [ "n", "q", "g" ], + "forms" : [ { "traditional" : "角", + "transcriptions" : { "pinyin" : "Jué", + "numeric" : "Jue2", + "wadegiles" : "chüeh²", + "bopomofo" : "ㄐㄩㄝˊ", + "romatzyh" : "jyue" }, + "meanings" : [ "surname Jue" ], + "classifiers" : [] }, + { "traditional" : "角", + "transcriptions" : { "pinyin" : "jiǎo", + "numeric" : "jiao3", + "wadegiles" : "chiao³", + "bopomofo" : "ㄐㄧㄠˇ", + "romatzyh" : "jeau" }, + "meanings" : [ "angle", + "corner", + "horn", + "horn-shaped", + "unit of money equal to 0.1 yuan, or 10 cents (a dime)" ], + "classifiers" : [ "个" ] }, + { "traditional" : "角", + "transcriptions" : { "pinyin" : "jué", + "numeric" : "jue2", + "wadegiles" : "chüeh²", + "bopomofo" : "ㄐㄩㄝˊ", + "romatzyh" : "jyue" }, + "meanings" : [ "role (theater)", + "to compete", + "ancient three legged wine vessel", + "third note of pentatonic scale" ], + "classifiers" : [] } ] }, + { "simplified" : "角度", + "radical" : "角", + "level" : [ "new-2", "old-5" ], + "frequency" : 1907, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "角度", + "transcriptions" : { "pinyin" : "jiǎo dù", + "numeric" : "jiao3 du4", + "wadegiles" : "chiao³ tu⁴", + "bopomofo" : "ㄐㄧㄠˇ ㄉㄨˋ", + "romatzyh" : "jeau duh" }, + "meanings" : [ "angle", "point of view" ], + "classifiers" : [] } ] }, + { "simplified" : "角落", + "radical" : "角", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4451, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "角落", + "transcriptions" : { "pinyin" : "jiǎo luò", + "numeric" : "jiao3 luo4", + "wadegiles" : "chiao³ lo⁴", + "bopomofo" : "ㄐㄧㄠˇ ㄌㄨㄛˋ", + "romatzyh" : "jeau luoh" }, + "meanings" : [ "nook; corner" ], + "classifiers" : [] } ] }, + { "simplified" : "角色", + "radical" : "角", + "level" : [ "new-4", "old-5" ], + "frequency" : 1656, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "角色", + "transcriptions" : { "pinyin" : "jué sè", + "numeric" : "jue2 se4", + "wadegiles" : "chüeh² se⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄙㄜˋ", + "romatzyh" : "jyue seh" }, + "meanings" : [ "role", + "character in a novel", + "persona", + "also pr. [jiǎo sè]" ], + "classifiers" : [] } ] }, + { "simplified" : "角逐", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 8531, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "角逐", + "transcriptions" : { "pinyin" : "jué zhú", + "numeric" : "jue2 zhu2", + "wadegiles" : "chüeh² chu²", + "bopomofo" : "ㄐㄩㄝˊ ㄓㄨˊ", + "romatzyh" : "jyue jwu" }, + "meanings" : [ "to tussle", + "to contend", + "to contest" ], + "classifiers" : [] } ] }, + { "simplified" : "狡猾", + "radical" : "犭", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10112, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "狡猾", + "transcriptions" : { "pinyin" : "jiǎo huá", + "numeric" : "jiao3 hua2", + "wadegiles" : "chiao³ hua²", + "bopomofo" : "ㄐㄧㄠˇ ㄏㄨㄚˊ", + "romatzyh" : "jeau hwa" }, + "meanings" : [ "crafty; cunning; sly" ], + "classifiers" : [] } ] }, + { "simplified" : "绞", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 12700, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "絞", + "transcriptions" : { "pinyin" : "jiǎo", + "numeric" : "jiao3", + "wadegiles" : "chiao³", + "bopomofo" : "ㄐㄧㄠˇ", + "romatzyh" : "jeau" }, + "meanings" : [ "to twist (strands into a thread)", + "to entangle", + "to wring", + "to hang (by the neck)", + "to turn", + "to wind", + "classifier for skeins of yarn" ], + "classifiers" : [] } ] }, + { "simplified" : "饺子", + "radical" : "饣", + "level" : [ "new-2", "old-4" ], + "frequency" : 11834, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餃子", + "transcriptions" : { "pinyin" : "jiǎo zi", + "numeric" : "jiao3 zi5", + "wadegiles" : "chiao³ zi", + "bopomofo" : "ㄐㄧㄠˇ zi", + "romatzyh" : "jeau zi" }, + "meanings" : [ "dumpling", "pot-sticker" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "矫正", + "radical" : "矢", + "level" : [ "new-7+" ], + "frequency" : 12817, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "矯正", + "transcriptions" : { "pinyin" : "jiǎo zhèng", + "numeric" : "jiao3 zheng4", + "wadegiles" : "chiao³ cheng⁴", + "bopomofo" : "ㄐㄧㄠˇ ㄓㄥˋ", + "romatzyh" : "jeau jenq" }, + "meanings" : [ "to correct", + "to rectify (e.g. a physical defect such as hearing or vision)", + "to cure", + "rectification", + "correction", + "to straighten" ], + "classifiers" : [] } ] }, + { "simplified" : "脚", + "radical" : "⺼", + "level" : [ "new-2", "old-3" ], + "frequency" : 1024, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "腳", + "transcriptions" : { "pinyin" : "jiǎo", + "numeric" : "jiao3", + "wadegiles" : "chiao³", + "bopomofo" : "ㄐㄧㄠˇ", + "romatzyh" : "jeau" }, + "meanings" : [ "foot", + "leg (of an animal or an object)", + "base (of an object)", + "classifier for kicks" ], + "classifiers" : [ "双", "只" ] }, + { "traditional" : "腳", + "transcriptions" : { "pinyin" : "jué", + "numeric" : "jue2", + "wadegiles" : "chüeh²", + "bopomofo" : "ㄐㄩㄝˊ", + "romatzyh" : "jyue" }, + "meanings" : [ "role (variant of 角)" ], + "classifiers" : [] } ] }, + { "simplified" : "脚步", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 5649, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腳步", + "transcriptions" : { "pinyin" : "jiǎo bù", + "numeric" : "jiao3 bu4", + "wadegiles" : "chiao³ pu⁴", + "bopomofo" : "ㄐㄧㄠˇ ㄅㄨˋ", + "romatzyh" : "jeau buh" }, + "meanings" : [ "footstep", "step" ], + "classifiers" : [] } ] }, + { "simplified" : "脚印", + "radical" : "⺼", + "level" : [ "new-6" ], + "frequency" : 13231, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腳印", + "transcriptions" : { "pinyin" : "jiǎo yìn", + "numeric" : "jiao3 yin4", + "wadegiles" : "chiao³ yin⁴", + "bopomofo" : "ㄐㄧㄠˇ ㄧㄣˋ", + "romatzyh" : "jeau yinn" }, + "meanings" : [ "footprint" ], + "classifiers" : [] } ] }, + { "simplified" : "搅", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6330, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攪", + "transcriptions" : { "pinyin" : "jiǎo", + "numeric" : "jiao3", + "wadegiles" : "chiao³", + "bopomofo" : "ㄐㄧㄠˇ", + "romatzyh" : "jeau" }, + "meanings" : [ "to disturb", + "to annoy", + "to mix", + "to stir" ], + "classifiers" : [] } ] }, + { "simplified" : "搅拌", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10963, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "攪拌", + "transcriptions" : { "pinyin" : "jiǎo bàn", + "numeric" : "jiao3 ban4", + "wadegiles" : "chiao³ pan⁴", + "bopomofo" : "ㄐㄧㄠˇ ㄅㄢˋ", + "romatzyh" : "jeau bann" }, + "meanings" : [ "to stir", "to agitate" ], + "classifiers" : [] } ] }, + { "simplified" : "缴", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 9307, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "繳", + "transcriptions" : { "pinyin" : "jiǎo", + "numeric" : "jiao3", + "wadegiles" : "chiao³", + "bopomofo" : "ㄐㄧㄠˇ", + "romatzyh" : "jeau" }, + "meanings" : [ "to hand in", + "to hand over", + "to seize" ], + "classifiers" : [] } ] }, + { "simplified" : "缴费", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 16721, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "繳費", + "transcriptions" : { "pinyin" : "jiǎo fèi", + "numeric" : "jiao3 fei4", + "wadegiles" : "chiao³ fei⁴", + "bopomofo" : "ㄐㄧㄠˇ ㄈㄟˋ", + "romatzyh" : "jeau fey" }, + "meanings" : [ "to pay a fee" ], + "classifiers" : [] } ] }, + { "simplified" : "缴纳", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18554, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "繳納", + "transcriptions" : { "pinyin" : "jiǎo nà", + "numeric" : "jiao3 na4", + "wadegiles" : "chiao³ na⁴", + "bopomofo" : "ㄐㄧㄠˇ ㄋㄚˋ", + "romatzyh" : "jeau nah" }, + "meanings" : [ "to pay (taxes etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "叫", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 200, + "pos" : [ "v", "p", "n" ], + "forms" : [ { "traditional" : "叫", + "transcriptions" : { "pinyin" : "jiào", + "numeric" : "jiao4", + "wadegiles" : "chiao⁴", + "bopomofo" : "ㄐㄧㄠˋ", + "romatzyh" : "jiaw" }, + "meanings" : [ "to shout", + "to call", + "to order", + "to ask", + "to be called", + "by (indicates agent in the passive mood)" ], + "classifiers" : [] }, + { "traditional" : "呌", + "transcriptions" : { "pinyin" : "jiào", + "numeric" : "jiao4", + "wadegiles" : "chiao⁴", + "bopomofo" : "ㄐㄧㄠˋ", + "romatzyh" : "jiaw" }, + "meanings" : [ "variant of 叫" ], + "classifiers" : [] } ] }, + { "simplified" : "叫板", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 27620, + "pos" : [], + "forms" : [ { "traditional" : "叫板", + "transcriptions" : { "pinyin" : "jiào bǎn", + "numeric" : "jiao4 ban3", + "wadegiles" : "chiao⁴ pan³", + "bopomofo" : "ㄐㄧㄠˋ ㄅㄢˇ", + "romatzyh" : "jiaw baan" }, + "meanings" : [ "to signal the musicians (in Chinese opera, by prolonging a spoken word before attacking a song)", + "(coll.) to challenge" ], + "classifiers" : [] } ] }, + { "simplified" : "叫好", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 18648, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "叫好", + "transcriptions" : { "pinyin" : "jiào hǎo", + "numeric" : "jiao4 hao3", + "wadegiles" : "chiao⁴ hao³", + "bopomofo" : "ㄐㄧㄠˋ ㄏㄠˇ", + "romatzyh" : "jiaw hao" }, + "meanings" : [ "to applaud", "to cheer" ], + "classifiers" : [] } ] }, + { "simplified" : "叫作", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 19120, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "叫作", + "transcriptions" : { "pinyin" : "jiào zuò", + "numeric" : "jiao4 zuo4", + "wadegiles" : "chiao⁴ tso⁴", + "bopomofo" : "ㄐㄧㄠˋ ㄗㄨㄛˋ", + "romatzyh" : "jiaw tzuoh" }, + "meanings" : [ "to call", "to be called" ], + "classifiers" : [] } ] }, + { "simplified" : "轿车", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 3733, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "轎車", + "transcriptions" : { "pinyin" : "jiào chē", + "numeric" : "jiao4 che1", + "wadegiles" : "chiao⁴ ch'e¹", + "bopomofo" : "ㄐㄧㄠˋ ㄔㄜ", + "romatzyh" : "jiaw che" }, + "meanings" : [ "enclosed carriage for carrying passengers", + "motor carriage", + "car or bus", + "limousine" ], + "classifiers" : [ "部", "辆" ] } ] }, + { "simplified" : "较", + "radical" : "车", + "level" : [ "new-3" ], + "frequency" : 2836, + "pos" : [ "d", "p" ], + "forms" : [ { "traditional" : "較", + "transcriptions" : { "pinyin" : "jiào", + "numeric" : "jiao4", + "wadegiles" : "chiao⁴", + "bopomofo" : "ㄐㄧㄠˋ", + "romatzyh" : "jiaw" }, + "meanings" : [ "to compare", + "to dispute", + "compared to", + "(before adj.) relatively", + "comparatively", + "rather", + "also pr. [jiǎo]" ], + "classifiers" : [] } ] }, + { "simplified" : "较劲", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 21666, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "較勁", + "transcriptions" : { "pinyin" : "jiào jìn", + "numeric" : "jiao4 jin4", + "wadegiles" : "chiao⁴ chin⁴", + "bopomofo" : "ㄐㄧㄠˋ ㄐㄧㄣˋ", + "romatzyh" : "jiaw jinn" }, + "meanings" : [ "to match one's strength with", + "to compete", + "more competitive", + "to set oneself against sb", + "disobliging", + "to make a special effort" ], + "classifiers" : [] } ] }, + { "simplified" : "较量", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8379, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "較量", + "transcriptions" : { "pinyin" : "jiào liàng", + "numeric" : "jiao4 liang4", + "wadegiles" : "chiao⁴ liang⁴", + "bopomofo" : "ㄐㄧㄠˋ ㄌㄧㄤˋ", + "romatzyh" : "jiaw lianq" }, + "meanings" : [ "to pit oneself against sb", + "to compete with sb", + "contest", + "battle", + "to haggle", + "to quibble" ], + "classifiers" : [] } ] }, + { "simplified" : "教", + "radical" : "攵", + "level" : [ "new-1", "old-3" ], + "frequency" : 988, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "教", + "transcriptions" : { "pinyin" : "Jiào", + "numeric" : "Jiao4", + "wadegiles" : "chiao⁴", + "bopomofo" : "ㄐㄧㄠˋ", + "romatzyh" : "jiaw" }, + "meanings" : [ "surname Jiao" ], + "classifiers" : [] }, + { "traditional" : "教", + "transcriptions" : { "pinyin" : "jiāo", + "numeric" : "jiao1", + "wadegiles" : "chiao¹", + "bopomofo" : "ㄐㄧㄠ", + "romatzyh" : "jiau" }, + "meanings" : [ "to teach" ], + "classifiers" : [] }, + { "traditional" : "教", + "transcriptions" : { "pinyin" : "jiào", + "numeric" : "jiao4", + "wadegiles" : "chiao⁴", + "bopomofo" : "ㄐㄧㄠˋ", + "romatzyh" : "jiaw" }, + "meanings" : [ "religion", + "teaching", + "to make", + "to cause", + "to tell" ], + "classifiers" : [] } ] }, + { "simplified" : "教材", + "radical" : "攵", + "level" : [ "new-3", "old-5" ], + "frequency" : 16199, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "教材", + "transcriptions" : { "pinyin" : "jiào cái", + "numeric" : "jiao4 cai2", + "wadegiles" : "chiao⁴ ts'ai²", + "bopomofo" : "ㄐㄧㄠˋ ㄘㄞˊ", + "romatzyh" : "jiaw tsair" }, + "meanings" : [ "teaching material" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "教科书", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 13123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "教科書", + "transcriptions" : { "pinyin" : "jiào kē shū", + "numeric" : "jiao4 ke1 shu1", + "wadegiles" : "chiao⁴ k'o¹ shu¹", + "bopomofo" : "ㄐㄧㄠˋ ㄎㄜ ㄕㄨ", + "romatzyh" : "jiaw ke shu" }, + "meanings" : [ "textbook" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "教练", + "radical" : "攵", + "level" : [ "new-3", "old-5" ], + "frequency" : 1838, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "教練", + "transcriptions" : { "pinyin" : "jiào liàn", + "numeric" : "jiao4 lian4", + "wadegiles" : "chiao⁴ lien⁴", + "bopomofo" : "ㄐㄧㄠˋ ㄌㄧㄢˋ", + "romatzyh" : "jiaw liann" }, + "meanings" : [ "instructor", + "sports coach", + "trainer" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "教师", + "radical" : "攵", + "level" : [ "new-2" ], + "frequency" : 2635, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "教師", + "transcriptions" : { "pinyin" : "jiào shī", + "numeric" : "jiao4 shi1", + "wadegiles" : "chiao⁴ shih¹", + "bopomofo" : "ㄐㄧㄠˋ ㄕ", + "romatzyh" : "jiaw shy" }, + "meanings" : [ "teacher" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "教室", + "radical" : "攵", + "level" : [ "new-2", "old-2" ], + "frequency" : 5082, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "教室", + "transcriptions" : { "pinyin" : "jiào shì", + "numeric" : "jiao4 shi4", + "wadegiles" : "chiao⁴ shih⁴", + "bopomofo" : "ㄐㄧㄠˋ ㄕˋ", + "romatzyh" : "jiaw shyh" }, + "meanings" : [ "classroom" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "教授", + "radical" : "攵", + "level" : [ "new-4", "old-4" ], + "frequency" : 1612, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "教授", + "transcriptions" : { "pinyin" : "jiào shòu", + "numeric" : "jiao4 shou4", + "wadegiles" : "chiao⁴ shou⁴", + "bopomofo" : "ㄐㄧㄠˋ ㄕㄡˋ", + "romatzyh" : "jiaw show" }, + "meanings" : [ "professor", + "to instruct", + "to lecture on" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "教堂", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 5643, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "教堂", + "transcriptions" : { "pinyin" : "jiào táng", + "numeric" : "jiao4 tang2", + "wadegiles" : "chiao⁴ t'ang²", + "bopomofo" : "ㄐㄧㄠˋ ㄊㄤˊ", + "romatzyh" : "jiaw tarng" }, + "meanings" : [ "church", "chapel" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "教条", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 27332, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "教條", + "transcriptions" : { "pinyin" : "jiào tiáo", + "numeric" : "jiao4 tiao2", + "wadegiles" : "chiao⁴ t'iao²", + "bopomofo" : "ㄐㄧㄠˋ ㄊㄧㄠˊ", + "romatzyh" : "jiaw tyau" }, + "meanings" : [ "doctrine", + "dogma", + "creed", + "dogmatic" ], + "classifiers" : [] } ] }, + { "simplified" : "教学", + "radical" : "攵", + "level" : [ "new-2" ], + "frequency" : 4466, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "教學", + "transcriptions" : { "pinyin" : "jiāo xué", + "numeric" : "jiao1 xue2", + "wadegiles" : "chiao¹ hsüeh²", + "bopomofo" : "ㄐㄧㄠ ㄒㄩㄝˊ", + "romatzyh" : "jiau shyue" }, + "meanings" : [ "to teach (as a professor)" ], + "classifiers" : [] }, + { "traditional" : "教學", + "transcriptions" : { "pinyin" : "jiào xué", + "numeric" : "jiao4 xue2", + "wadegiles" : "chiao⁴ hsüeh²", + "bopomofo" : "ㄐㄧㄠˋ ㄒㄩㄝˊ", + "romatzyh" : "jiaw shyue" }, + "meanings" : [ "teaching", "instruction" ], + "classifiers" : [ "门", "个" ] } ] }, + { "simplified" : "教学楼", + "radical" : "攵", + "level" : [ "new-1" ], + "frequency" : 29517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "教學樓", + "transcriptions" : { "pinyin" : "jiào xué lóu", + "numeric" : "jiao4 xue2 lou2", + "wadegiles" : "chiao⁴ hsüeh² lou²", + "bopomofo" : "ㄐㄧㄠˋ ㄒㄩㄝˊ ㄌㄡˊ", + "romatzyh" : "jiaw shyue lou" }, + "meanings" : [ "teaching block", + "school building" ], + "classifiers" : [] } ] }, + { "simplified" : "教训", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 3265, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "教訓", + "transcriptions" : { "pinyin" : "jiào xun", + "numeric" : "jiao4 xun5", + "wadegiles" : "chiao⁴ xun", + "bopomofo" : "ㄐㄧㄠˋ xun", + "romatzyh" : "jiaw xun" }, + "meanings" : [ "to provide guidance", + "to lecture sb", + "to upbraid", + "a talking-to", + "a bitter lesson" ], + "classifiers" : [ "番", "顿" ] } ] }, + { "simplified" : "教养", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15158, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "教養", + "transcriptions" : { "pinyin" : "jiào yǎng", + "numeric" : "jiao4 yang3", + "wadegiles" : "chiao⁴ yang³", + "bopomofo" : "ㄐㄧㄠˋ ㄧㄤˇ", + "romatzyh" : "jiaw yeang" }, + "meanings" : [ "to educate; to bring up; to nurture", + "upbringing; breeding; culture" ], + "classifiers" : [] } ] }, + { "simplified" : "教育", + "radical" : "攵", + "level" : [ "new-2", "old-4" ], + "frequency" : 1197, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "教育", + "transcriptions" : { "pinyin" : "jiào yù", + "numeric" : "jiao4 yu4", + "wadegiles" : "chiao⁴ yü⁴", + "bopomofo" : "ㄐㄧㄠˋ ㄩˋ", + "romatzyh" : "jiaw yuh" }, + "meanings" : [ "to educate", + "to teach", + "education" ], + "classifiers" : [] } ] }, + { "simplified" : "教育部", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 16284, + "pos" : [ "nt" ], + "forms" : [ { "traditional" : "教育部", + "transcriptions" : { "pinyin" : "Jiào yù bù", + "numeric" : "Jiao4 yu4 bu4", + "wadegiles" : "chiao⁴ yü⁴ pu⁴", + "bopomofo" : "ㄐㄧㄠˋ ㄩˋ ㄅㄨˋ", + "romatzyh" : "jiaw yuh buh" }, + "meanings" : [ "Ministry of Education" ], + "classifiers" : [] } ] }, + { "simplified" : "阶层", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9906, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "階層", + "transcriptions" : { "pinyin" : "jiē céng", + "numeric" : "jie1 ceng2", + "wadegiles" : "chieh¹ ts'eng²", + "bopomofo" : "ㄐㄧㄝ ㄘㄥˊ", + "romatzyh" : "jie tserng" }, + "meanings" : [ "social class" ], + "classifiers" : [] } ] }, + { "simplified" : "阶段", + "radical" : "阝", + "level" : [ "new-4", "old-5" ], + "frequency" : 1945, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "階段", + "transcriptions" : { "pinyin" : "jiē duàn", + "numeric" : "jie1 duan4", + "wadegiles" : "chieh¹ tuan⁴", + "bopomofo" : "ㄐㄧㄝ ㄉㄨㄢˋ", + "romatzyh" : "jie duann" }, + "meanings" : [ "stage", + "section", + "phase", + "period" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "阶级", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 8484, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "階級", + "transcriptions" : { "pinyin" : "jiē jí", + "numeric" : "jie1 ji2", + "wadegiles" : "chieh¹ chi²", + "bopomofo" : "ㄐㄧㄝ ㄐㄧˊ", + "romatzyh" : "jie jyi" }, + "meanings" : [ "(social) class" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "阶梯", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 17459, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "階梯", + "transcriptions" : { "pinyin" : "jiē tī", + "numeric" : "jie1 ti1", + "wadegiles" : "chieh¹ t'i¹", + "bopomofo" : "ㄐㄧㄝ ㄊㄧ", + "romatzyh" : "jie ti" }, + "meanings" : [ "flight of steps", + "(fig.) stepping stone; way to reach the goal of" ], + "classifiers" : [] } ] }, + { "simplified" : "皆", + "radical" : "白", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3500, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "皆", + "transcriptions" : { "pinyin" : "jiē", + "numeric" : "jie1", + "wadegiles" : "chieh¹", + "bopomofo" : "ㄐㄧㄝ", + "romatzyh" : "jie" }, + "meanings" : [ "all", + "each and every", + "in all cases" ], + "classifiers" : [] } ] }, + { "simplified" : "接", + "radical" : "扌", + "level" : [ "new-2", "old-3" ], + "frequency" : 425, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接", + "transcriptions" : { "pinyin" : "jiē", + "numeric" : "jie1", + "wadegiles" : "chieh¹", + "bopomofo" : "ㄐㄧㄝ", + "romatzyh" : "jie" }, + "meanings" : [ "to receive", + "to answer (the phone)", + "to meet or welcome sb", + "to connect", + "to catch", + "to join", + "to extend", + "to take one's turn on duty", + "to take over for sb" ], + "classifiers" : [] } ] }, + { "simplified" : "接班", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 28231, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接班", + "transcriptions" : { "pinyin" : "jiē bān", + "numeric" : "jie1 ban1", + "wadegiles" : "chieh¹ pan¹", + "bopomofo" : "ㄐㄧㄝ ㄅㄢ", + "romatzyh" : "jie ban" }, + "meanings" : [ "to take over (from those working the previous shift)", + "to take over (in a leadership role etc)", + "to succeed sb" ], + "classifiers" : [] } ] }, + { "simplified" : "接班人", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16009, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "接班人", + "transcriptions" : { "pinyin" : "jiē bān rén", + "numeric" : "jie1 ban1 ren2", + "wadegiles" : "chieh¹ pan¹ jen²", + "bopomofo" : "ㄐㄧㄝ ㄅㄢ ㄖㄣˊ", + "romatzyh" : "jie ban ren" }, + "meanings" : [ "successor" ], + "classifiers" : [] } ] }, + { "simplified" : "接触", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 1912, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "接觸", + "transcriptions" : { "pinyin" : "jiē chù", + "numeric" : "jie1 chu4", + "wadegiles" : "chieh¹ ch'u⁴", + "bopomofo" : "ㄐㄧㄝ ㄔㄨˋ", + "romatzyh" : "jie chuh" }, + "meanings" : [ "to touch", + "to contact", + "access", + "in touch with" ], + "classifiers" : [] } ] }, + { "simplified" : "接待", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 5407, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "接待", + "transcriptions" : { "pinyin" : "jiē dài", + "numeric" : "jie1 dai4", + "wadegiles" : "chieh¹ tai⁴", + "bopomofo" : "ㄐㄧㄝ ㄉㄞˋ", + "romatzyh" : "jie day" }, + "meanings" : [ "to receive (a visitor)", + "to admit (allow sb to enter)" ], + "classifiers" : [] } ] }, + { "simplified" : "接到", + "radical" : "扌", + "level" : [ "new-2" ], + "frequency" : 1716, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接到", + "transcriptions" : { "pinyin" : "jiē dào", + "numeric" : "jie1 dao4", + "wadegiles" : "chieh¹ tao⁴", + "bopomofo" : "ㄐㄧㄝ ㄉㄠˋ", + "romatzyh" : "jie daw" }, + "meanings" : [ "to receive (letter etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "接二连三", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 23620, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "接二連三", + "transcriptions" : { "pinyin" : "jiē èr lián sān", + "numeric" : "jie1 er4 lian2 san1", + "wadegiles" : "chieh¹ erh⁴ lien² san¹", + "bopomofo" : "ㄐㄧㄝ ㄦˋ ㄌㄧㄢˊ ㄙㄢ", + "romatzyh" : "jie ell lian san" }, + "meanings" : [ "one after another (idiom)", + "in quick succession" ], + "classifiers" : [] } ] }, + { "simplified" : "接轨", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 29120, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接軌", + "transcriptions" : { "pinyin" : "jiē guǐ", + "numeric" : "jie1 gui3", + "wadegiles" : "chieh¹ kuei³", + "bopomofo" : "ㄐㄧㄝ ㄍㄨㄟˇ", + "romatzyh" : "jie goei" }, + "meanings" : [ "railtrack connection", + "to integrate into sth", + "to dock", + "to connect", + "to be in step with", + "to bring into line with", + "to align" ], + "classifiers" : [] } ] }, + { "simplified" : "接济", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 44649, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接濟", + "transcriptions" : { "pinyin" : "jiē jì", + "numeric" : "jie1 ji4", + "wadegiles" : "chieh¹ chi⁴", + "bopomofo" : "ㄐㄧㄝ ㄐㄧˋ", + "romatzyh" : "jie jih" }, + "meanings" : [ "to give material assistance to" ], + "classifiers" : [] } ] }, + { "simplified" : "接见", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13357, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "接見", + "transcriptions" : { "pinyin" : "jiē jiàn", + "numeric" : "jie1 jian4", + "wadegiles" : "chieh¹ chien⁴", + "bopomofo" : "ㄐㄧㄝ ㄐㄧㄢˋ", + "romatzyh" : "jie jiann" }, + "meanings" : [ "to receive sb", + "to grant an interview" ], + "classifiers" : [] } ] }, + { "simplified" : "接近", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 1720, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "接近", + "transcriptions" : { "pinyin" : "jiē jìn", + "numeric" : "jie1 jin4", + "wadegiles" : "chieh¹ chin⁴", + "bopomofo" : "ㄐㄧㄝ ㄐㄧㄣˋ", + "romatzyh" : "jie jinn" }, + "meanings" : [ "to approach", "to get close to" ], + "classifiers" : [] } ] }, + { "simplified" : "接力", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 15869, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "接力", + "transcriptions" : { "pinyin" : "jiē lì", + "numeric" : "jie1 li4", + "wadegiles" : "chieh¹ li⁴", + "bopomofo" : "ㄐㄧㄝ ㄌㄧˋ", + "romatzyh" : "jie lih" }, + "meanings" : [ "relay" ], + "classifiers" : [] } ] }, + { "simplified" : "接连", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 13237, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "接連", + "transcriptions" : { "pinyin" : "jiē lián", + "numeric" : "jie1 lian2", + "wadegiles" : "chieh¹ lien²", + "bopomofo" : "ㄐㄧㄝ ㄌㄧㄢˊ", + "romatzyh" : "jie lian" }, + "meanings" : [ "on end", + "in a row", + "in succession" ], + "classifiers" : [] } ] }, + { "simplified" : "接纳", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11240, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接納", + "transcriptions" : { "pinyin" : "jiē nà", + "numeric" : "jie1 na4", + "wadegiles" : "chieh¹ na⁴", + "bopomofo" : "ㄐㄧㄝ ㄋㄚˋ", + "romatzyh" : "jie nah" }, + "meanings" : [ "to admit (to membership)" ], + "classifiers" : [] } ] }, + { "simplified" : "接收", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 5350, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "接收", + "transcriptions" : { "pinyin" : "jiē shōu", + "numeric" : "jie1 shou1", + "wadegiles" : "chieh¹ shou¹", + "bopomofo" : "ㄐㄧㄝ ㄕㄡ", + "romatzyh" : "jie shou" }, + "meanings" : [ "reception (of transmitted signal)", + "to receive", + "to accept", + "to admit", + "to take over (e.g. a factory)", + "to expropriate" ], + "classifiers" : [] } ] }, + { "simplified" : "接手", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8509, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接手", + "transcriptions" : { "pinyin" : "jiē shǒu", + "numeric" : "jie1 shou3", + "wadegiles" : "chieh¹ shou³", + "bopomofo" : "ㄐㄧㄝ ㄕㄡˇ", + "romatzyh" : "jie shoou" }, + "meanings" : [ "to take over (duties etc)", + "catcher (baseball etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "接受", + "radical" : "扌", + "level" : [ "new-2", "old-4" ], + "frequency" : 465, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "接受", + "transcriptions" : { "pinyin" : "jiē shòu", + "numeric" : "jie1 shou4", + "wadegiles" : "chieh¹ shou⁴", + "bopomofo" : "ㄐㄧㄝ ㄕㄡˋ", + "romatzyh" : "jie show" }, + "meanings" : [ "to accept", "to receive" ], + "classifiers" : [] } ] }, + { "simplified" : "接送", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16079, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接送", + "transcriptions" : { "pinyin" : "jiē sòng", + "numeric" : "jie1 song4", + "wadegiles" : "chieh¹ sung⁴", + "bopomofo" : "ㄐㄧㄝ ㄙㄨㄥˋ", + "romatzyh" : "jie sonq" }, + "meanings" : [ "to pick up and drop off; to ferry back and forth" ], + "classifiers" : [] } ] }, + { "simplified" : "接替", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11387, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "接替", + "transcriptions" : { "pinyin" : "jiē tì", + "numeric" : "jie1 ti4", + "wadegiles" : "chieh¹ t'i⁴", + "bopomofo" : "ㄐㄧㄝ ㄊㄧˋ", + "romatzyh" : "jie tih" }, + "meanings" : [ "to replace", + "to take over (a position or post)" ], + "classifiers" : [] } ] }, + { "simplified" : "接听", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "接聽", + "transcriptions" : { "pinyin" : "jiē tīng", + "numeric" : "jie1 ting1", + "wadegiles" : "chieh¹ t'ing¹", + "bopomofo" : "ㄐㄧㄝ ㄊㄧㄥ", + "romatzyh" : "jie ting" }, + "meanings" : [ "to answer the phone" ], + "classifiers" : [] } ] }, + { "simplified" : "接通", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10494, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "接通", + "transcriptions" : { "pinyin" : "jiē tōng", + "numeric" : "jie1 tong1", + "wadegiles" : "chieh¹ t'ung¹", + "bopomofo" : "ㄐㄧㄝ ㄊㄨㄥ", + "romatzyh" : "jie tong" }, + "meanings" : [ "to connect", "to put through" ], + "classifiers" : [] } ] }, + { "simplified" : "接下来", + "radical" : "扌", + "level" : [ "new-2" ], + "frequency" : 2928, + "pos" : [ "v", "c" ], + "forms" : [ { "traditional" : "接下來", + "transcriptions" : { "pinyin" : "jiē xià lái", + "numeric" : "jie1 xia4 lai2", + "wadegiles" : "chieh¹ hsia⁴ lai²", + "bopomofo" : "ㄐㄧㄝ ㄒㄧㄚˋ ㄌㄞˊ", + "romatzyh" : "jie shiah lai" }, + "meanings" : [ "to accept", + "to take", + "next", + "following" ], + "classifiers" : [] } ] }, + { "simplified" : "接着", + "radical" : "扌", + "level" : [ "new-2", "old-5" ], + "frequency" : 1329, + "pos" : [ "c", "v" ], + "forms" : [ { "traditional" : "接著", + "transcriptions" : { "pinyin" : "jiē zhe", + "numeric" : "jie1 zhe5", + "wadegiles" : "chieh¹ zhe", + "bopomofo" : "ㄐㄧㄝ zhe", + "romatzyh" : "jie zhe" }, + "meanings" : [ "to catch and hold on", + "to continue", + "to go on to do sth", + "to follow", + "to carry on", + "then", + "after that", + "subsequently", + "to proceed", + "to ensue", + "in turn", + "in one's turn" ], + "classifiers" : [] } ] }, + { "simplified" : "揭", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 10146, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揭", + "transcriptions" : { "pinyin" : "Jiē", + "numeric" : "Jie1", + "wadegiles" : "chieh¹", + "bopomofo" : "ㄐㄧㄝ", + "romatzyh" : "jie" }, + "meanings" : [ "surname Jie" ], + "classifiers" : [] }, + { "traditional" : "揭", + "transcriptions" : { "pinyin" : "jiē", + "numeric" : "jie1", + "wadegiles" : "chieh¹", + "bopomofo" : "ㄐㄧㄝ", + "romatzyh" : "jie" }, + "meanings" : [ "to take the lid off", + "to expose", + "to unmask" ], + "classifiers" : [] } ] }, + { "simplified" : "揭发", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11061, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揭發", + "transcriptions" : { "pinyin" : "jiē fā", + "numeric" : "jie1 fa1", + "wadegiles" : "chieh¹ fa¹", + "bopomofo" : "ㄐㄧㄝ ㄈㄚ", + "romatzyh" : "jie fa" }, + "meanings" : [ "to expose", + "to bring to light", + "to disclose", + "revelation" ], + "classifiers" : [] } ] }, + { "simplified" : "揭露", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7499, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "揭露", + "transcriptions" : { "pinyin" : "jiē lù", + "numeric" : "jie1 lu4", + "wadegiles" : "chieh¹ lu⁴", + "bopomofo" : "ㄐㄧㄝ ㄌㄨˋ", + "romatzyh" : "jie luh" }, + "meanings" : [ "to expose", + "to unmask", + "to ferret out", + "to disclose", + "disclosure" ], + "classifiers" : [] } ] }, + { "simplified" : "揭示", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10319, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揭示", + "transcriptions" : { "pinyin" : "jiē shì", + "numeric" : "jie1 shi4", + "wadegiles" : "chieh¹ shih⁴", + "bopomofo" : "ㄐㄧㄝ ㄕˋ", + "romatzyh" : "jie shyh" }, + "meanings" : [ "to show", "to make known" ], + "classifiers" : [] } ] }, + { "simplified" : "揭晓", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 5983, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "揭曉", + "transcriptions" : { "pinyin" : "jiē xiǎo", + "numeric" : "jie1 xiao3", + "wadegiles" : "chieh¹ hsiao³", + "bopomofo" : "ㄐㄧㄝ ㄒㄧㄠˇ", + "romatzyh" : "jie sheau" }, + "meanings" : [ "to announce publicly", + "to publish", + "to make known", + "to disclose" ], + "classifiers" : [] } ] }, + { "simplified" : "街", + "radical" : "行", + "level" : [ "new-2" ], + "frequency" : 1234, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "街", + "transcriptions" : { "pinyin" : "jiē", + "numeric" : "jie1", + "wadegiles" : "chieh¹", + "bopomofo" : "ㄐㄧㄝ", + "romatzyh" : "jie" }, + "meanings" : [ "street" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "街道", + "radical" : "行", + "level" : [ "new-4", "old-3" ], + "frequency" : 3604, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "街道", + "transcriptions" : { "pinyin" : "jiē dào", + "numeric" : "jie1 dao4", + "wadegiles" : "chieh¹ tao⁴", + "bopomofo" : "ㄐㄧㄝ ㄉㄠˋ", + "romatzyh" : "jie daw" }, + "meanings" : [ "street", + "subdistrict", + "residential district" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "街头", + "radical" : "行", + "level" : [ "new-6" ], + "frequency" : 4114, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "街頭", + "transcriptions" : { "pinyin" : "jiē tóu", + "numeric" : "jie1 tou2", + "wadegiles" : "chieh¹ t'ou²", + "bopomofo" : "ㄐㄧㄝ ㄊㄡˊ", + "romatzyh" : "jie tour" }, + "meanings" : [ "street" ], + "classifiers" : [] } ] }, + { "simplified" : "节", + "radical" : "艹", + "level" : [ "new-2", "old-5" ], + "frequency" : 1196, + "pos" : [ "n", "q", "g", "v" ], + "forms" : [ { "traditional" : "節", + "transcriptions" : { "pinyin" : "jiē", + "numeric" : "jie1", + "wadegiles" : "chieh¹", + "bopomofo" : "ㄐㄧㄝ", + "romatzyh" : "jie" }, + "meanings" : [ "see 节骨眼" ], + "classifiers" : [] }, + { "traditional" : "節", + "transcriptions" : { "pinyin" : "jié", + "numeric" : "jie2", + "wadegiles" : "chieh²", + "bopomofo" : "ㄐㄧㄝˊ", + "romatzyh" : "jye" }, + "meanings" : [ "joint; node", + "(bound form) section; segment", + "solar term (one of the 24 divisions of the year in the traditional Chinese calendar)", + "seasonal festival", + "(bound form) to economize; to save", + "(bound form) moral integrity; chastity", + "classifier for segments: lessons, train wagons, biblical verses etc", + "knot (nautical miles per hour)" ], + "classifiers" : [] } ] }, + { "simplified" : "节假日", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 19063, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "節假日", + "transcriptions" : { "pinyin" : "jié jià rì", + "numeric" : "jie2 jia4 ri4", + "wadegiles" : "chieh² chia⁴ jih⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄐㄧㄚˋ ㄖˋ", + "romatzyh" : "jye jiah ryh" }, + "meanings" : [ "public holiday" ], + "classifiers" : [] } ] }, + { "simplified" : "节俭", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 23719, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "節儉", + "transcriptions" : { "pinyin" : "jié jiǎn", + "numeric" : "jie2 jian3", + "wadegiles" : "chieh² chien³", + "bopomofo" : "ㄐㄧㄝˊ ㄐㄧㄢˇ", + "romatzyh" : "jye jean" }, + "meanings" : [ "frugal", "economical" ], + "classifiers" : [] } ] }, + { "simplified" : "节目", + "radical" : "艹", + "level" : [ "new-2", "old-3" ], + "frequency" : 951, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "節目", + "transcriptions" : { "pinyin" : "jié mù", + "numeric" : "jie2 mu4", + "wadegiles" : "chieh² mu⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄇㄨˋ", + "romatzyh" : "jye muh" }, + "meanings" : [ "program", "item (on a program)" ], + "classifiers" : [ "台", "个", "套" ] } ] }, + { "simplified" : "节能", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 15697, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "節能", + "transcriptions" : { "pinyin" : "jié néng", + "numeric" : "jie2 neng2", + "wadegiles" : "chieh² neng²", + "bopomofo" : "ㄐㄧㄝˊ ㄋㄥˊ", + "romatzyh" : "jye neng" }, + "meanings" : [ "to save energy", "energy-saving" ], + "classifiers" : [] } ] }, + { "simplified" : "节气", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 58511, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "節氣", + "transcriptions" : { "pinyin" : "jié qi", + "numeric" : "jie2 qi5", + "wadegiles" : "chieh² qi", + "bopomofo" : "ㄐㄧㄝˊ qi", + "romatzyh" : "jye qi" }, + "meanings" : [ "solar term" ], + "classifiers" : [] } ] }, + { "simplified" : "节日", + "radical" : "艹", + "level" : [ "new-2", "old-3" ], + "frequency" : 3477, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "節日", + "transcriptions" : { "pinyin" : "jié rì", + "numeric" : "jie2 ri4", + "wadegiles" : "chieh² jih⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄖˋ", + "romatzyh" : "jye ryh" }, + "meanings" : [ "holiday", "festival" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "节省", + "radical" : "艹", + "level" : [ "new-4", "old-5" ], + "frequency" : 7027, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "節省", + "transcriptions" : { "pinyin" : "jié shěng", + "numeric" : "jie2 sheng3", + "wadegiles" : "chieh² sheng³", + "bopomofo" : "ㄐㄧㄝˊ ㄕㄥˇ", + "romatzyh" : "jye sheeng" }, + "meanings" : [ "saving", + "to save", + "to use sparingly", + "to cut down on" ], + "classifiers" : [] } ] }, + { "simplified" : "节水", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 51478, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "節水", + "transcriptions" : { "pinyin" : "jié shuǐ", + "numeric" : "jie2 shui3", + "wadegiles" : "chieh² shui³", + "bopomofo" : "ㄐㄧㄝˊ ㄕㄨㄟˇ", + "romatzyh" : "jye shoei" }, + "meanings" : [ "to save water" ], + "classifiers" : [] } ] }, + { "simplified" : "节衣缩食", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 63111, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "節衣縮食", + "transcriptions" : { "pinyin" : "jié yī suō shí", + "numeric" : "jie2 yi1 suo1 shi2", + "wadegiles" : "chieh² i¹ so¹ shih²", + "bopomofo" : "ㄐㄧㄝˊ ㄧ ㄙㄨㄛ ㄕˊ", + "romatzyh" : "jye i suo shyr" }, + "meanings" : [ "to save on food and clothing (idiom); to live frugally" ], + "classifiers" : [] } ] }, + { "simplified" : "节约", + "radical" : "艹", + "level" : [ "new-3", "old-4" ], + "frequency" : 7912, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "節約", + "transcriptions" : { "pinyin" : "jié yuē", + "numeric" : "jie2 yue1", + "wadegiles" : "chieh² yüeh¹", + "bopomofo" : "ㄐㄧㄝˊ ㄩㄝ", + "romatzyh" : "jye iue" }, + "meanings" : [ "to economize", + "to conserve (resources)", + "economy", + "frugal" ], + "classifiers" : [] } ] }, + { "simplified" : "节奏", + "radical" : "艹", + "level" : [ "new-6", "old-6" ], + "frequency" : 4446, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "節奏", + "transcriptions" : { "pinyin" : "jié zòu", + "numeric" : "jie2 zou4", + "wadegiles" : "chieh² tsou⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄗㄡˋ", + "romatzyh" : "jye tzow" }, + "meanings" : [ "rhythm", + "tempo", + "musical pulse", + "cadence", + "beat" ], + "classifiers" : [] } ] }, + { "simplified" : "劫", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 4931, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "刦", + "transcriptions" : { "pinyin" : "jié", + "numeric" : "jie2", + "wadegiles" : "chieh²", + "bopomofo" : "ㄐㄧㄝˊ", + "romatzyh" : "jye" }, + "meanings" : [ "variant of 劫" ], + "classifiers" : [] }, + { "traditional" : "刧", + "transcriptions" : { "pinyin" : "jié", + "numeric" : "jie2", + "wadegiles" : "chieh²", + "bopomofo" : "ㄐㄧㄝˊ", + "romatzyh" : "jye" }, + "meanings" : [ "variant of 劫" ], + "classifiers" : [] }, + { "traditional" : "刼", + "transcriptions" : { "pinyin" : "jié", + "numeric" : "jie2", + "wadegiles" : "chieh²", + "bopomofo" : "ㄐㄧㄝˊ", + "romatzyh" : "jye" }, + "meanings" : [ "variant of 劫" ], + "classifiers" : [] }, + { "traditional" : "劫", + "transcriptions" : { "pinyin" : "jié", + "numeric" : "jie2", + "wadegiles" : "chieh²", + "bopomofo" : "ㄐㄧㄝˊ", + "romatzyh" : "jye" }, + "meanings" : [ "to rob", + "to plunder", + "to seize by force", + "to coerce", + "calamity", + "abbr. for kalpa 波" ], + "classifiers" : [] } ] }, + { "simplified" : "劫持", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 9973, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "劫持", + "transcriptions" : { "pinyin" : "jié chí", + "numeric" : "jie2 chi2", + "wadegiles" : "chieh² ch'ih²", + "bopomofo" : "ㄐㄧㄝˊ ㄔˊ", + "romatzyh" : "jye chyr" }, + "meanings" : [ "to kidnap", + "to hijack", + "to abduct", + "to hold under duress" ], + "classifiers" : [] } ] }, + { "simplified" : "杰出", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 6721, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "傑出", + "transcriptions" : { "pinyin" : "jié chū", + "numeric" : "jie2 chu1", + "wadegiles" : "chieh² ch'u¹", + "bopomofo" : "ㄐㄧㄝˊ ㄔㄨ", + "romatzyh" : "jye chu" }, + "meanings" : [ "outstanding", + "distinguished", + "remarkable", + "prominent", + "illustrious" ], + "classifiers" : [] } ] }, + { "simplified" : "洁净", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 16213, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "潔淨", + "transcriptions" : { "pinyin" : "jié jìng", + "numeric" : "jie2 jing4", + "wadegiles" : "chieh² ching⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄐㄧㄥˋ", + "romatzyh" : "jye jinq" }, + "meanings" : [ "clean", "to cleanse" ], + "classifiers" : [] } ] }, + { "simplified" : "结", + "radical" : "纟", + "level" : [ "new-4" ], + "frequency" : 2051, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "結", + "transcriptions" : { "pinyin" : "jiē", + "numeric" : "jie1", + "wadegiles" : "chieh¹", + "bopomofo" : "ㄐㄧㄝ", + "romatzyh" : "jie" }, + "meanings" : [ "(of a plant) to produce (fruit or seeds)", + "Taiwan pr. [jié]" ], + "classifiers" : [] }, + { "traditional" : "結", + "transcriptions" : { "pinyin" : "jié", + "numeric" : "jie2", + "wadegiles" : "chieh²", + "bopomofo" : "ㄐㄧㄝˊ", + "romatzyh" : "jye" }, + "meanings" : [ "knot", + "sturdy", + "bond", + "to tie", + "to bind", + "to check out (of a hotel)" ], + "classifiers" : [] } ] }, + { "simplified" : "结冰", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 18059, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "結冰", + "transcriptions" : { "pinyin" : "jié bīng", + "numeric" : "jie2 bing1", + "wadegiles" : "chieh² ping¹", + "bopomofo" : "ㄐㄧㄝˊ ㄅㄧㄥ", + "romatzyh" : "jye bing" }, + "meanings" : [ "to freeze" ], + "classifiers" : [] } ] }, + { "simplified" : "结构", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 2786, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "結構", + "transcriptions" : { "pinyin" : "jié gòu", + "numeric" : "jie2 gou4", + "wadegiles" : "chieh² kou⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄍㄡˋ", + "romatzyh" : "jye gow" }, + "meanings" : [ "structure", + "composition", + "makeup", + "architecture" ], + "classifiers" : [ "座", "个" ] } ] }, + { "simplified" : "结果", + "radical" : "纟", + "level" : [ "new-2", "old-4" ], + "frequency" : 364, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "結果", + "transcriptions" : { "pinyin" : "jiē guǒ", + "numeric" : "jie1 guo3", + "wadegiles" : "chieh¹ kuo³", + "bopomofo" : "ㄐㄧㄝ ㄍㄨㄛˇ", + "romatzyh" : "jie guoo" }, + "meanings" : [ "to bear fruit" ], + "classifiers" : [ "个" ] }, + { "traditional" : "結果", + "transcriptions" : { "pinyin" : "jié guǒ", + "numeric" : "jie2 guo3", + "wadegiles" : "chieh² kuo³", + "bopomofo" : "ㄐㄧㄝˊ ㄍㄨㄛˇ", + "romatzyh" : "jye guoo" }, + "meanings" : [ "outcome", + "result", + "conclusion", + "in the end", + "as a result", + "to kill", + "to dispatch" ], + "classifiers" : [] } ] }, + { "simplified" : "结合", + "radical" : "纟", + "level" : [ "new-3", "old-5" ], + "frequency" : 2371, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "結合", + "transcriptions" : { "pinyin" : "jié hé", + "numeric" : "jie2 he2", + "wadegiles" : "chieh² ho²", + "bopomofo" : "ㄐㄧㄝˊ ㄏㄜˊ", + "romatzyh" : "jye her" }, + "meanings" : [ "to combine", + "to link", + "to integrate", + "binding" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "结婚", + "radical" : "纟", + "level" : [ "new-3", "old-3" ], + "frequency" : 982, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "結婚", + "transcriptions" : { "pinyin" : "jié hūn", + "numeric" : "jie2 hun1", + "wadegiles" : "chieh² hun¹", + "bopomofo" : "ㄐㄧㄝˊ ㄏㄨㄣ", + "romatzyh" : "jye huen" }, + "meanings" : [ "to marry", "to get married" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "结晶", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12467, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "結晶", + "transcriptions" : { "pinyin" : "jié jīng", + "numeric" : "jie2 jing1", + "wadegiles" : "chieh² ching¹", + "bopomofo" : "ㄐㄧㄝˊ ㄐㄧㄥ", + "romatzyh" : "jye jing" }, + "meanings" : [ "to crystallize", + "crystallization", + "crystal", + "crystalline", + "(fig.) the fruit (of labor etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "结局", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3249, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "結局", + "transcriptions" : { "pinyin" : "jié jú", + "numeric" : "jie2 ju2", + "wadegiles" : "chieh² chü²", + "bopomofo" : "ㄐㄧㄝˊ ㄐㄩˊ", + "romatzyh" : "jye jyu" }, + "meanings" : [ "conclusion", "ending" ], + "classifiers" : [] } ] }, + { "simplified" : "结论", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 3269, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "結論", + "transcriptions" : { "pinyin" : "jié lùn", + "numeric" : "jie2 lun4", + "wadegiles" : "chieh² lun⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄌㄨㄣˋ", + "romatzyh" : "jye luenn" }, + "meanings" : [ "conclusion", + "verdict", + "to conclude", + "to reach a verdict" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "结实", + "radical" : "纟", + "level" : [ "new-3", "old-5" ], + "frequency" : 10419, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "結實", + "transcriptions" : { "pinyin" : "jiē shí", + "numeric" : "jie1 shi2", + "wadegiles" : "chieh¹ shih²", + "bopomofo" : "ㄐㄧㄝ ㄕˊ", + "romatzyh" : "jie shyr" }, + "meanings" : [ "to bear fruit" ], + "classifiers" : [] }, + { "traditional" : "結實", + "transcriptions" : { "pinyin" : "jiē shi", + "numeric" : "jie1 shi5", + "wadegiles" : "chieh¹ shi", + "bopomofo" : "ㄐㄧㄝ shi", + "romatzyh" : "jie shi" }, + "meanings" : [ "rugged", + "sturdy", + "strong", + "durable", + "buff (physique)" ], + "classifiers" : [] } ] }, + { "simplified" : "结识", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 12861, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "結識", + "transcriptions" : { "pinyin" : "jié shí", + "numeric" : "jie2 shi2", + "wadegiles" : "chieh² shih²", + "bopomofo" : "ㄐㄧㄝˊ ㄕˊ", + "romatzyh" : "jye shyr" }, + "meanings" : [ "to get to know sb", + "to meet sb for the first time" ], + "classifiers" : [] } ] }, + { "simplified" : "结束", + "radical" : "纟", + "level" : [ "new-3", "old-3" ], + "frequency" : 498, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "結束", + "transcriptions" : { "pinyin" : "jié shù", + "numeric" : "jie2 shu4", + "wadegiles" : "chieh² shu⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄕㄨˋ", + "romatzyh" : "jye shuh" }, + "meanings" : [ "termination", + "to finish", + "to end", + "to conclude", + "to close" ], + "classifiers" : [] } ] }, + { "simplified" : "结算", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 11617, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "結算", + "transcriptions" : { "pinyin" : "jié suàn", + "numeric" : "jie2 suan4", + "wadegiles" : "chieh² suan⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄙㄨㄢˋ", + "romatzyh" : "jye suann" }, + "meanings" : [ "to settle a bill", + "to close an account" ], + "classifiers" : [] } ] }, + { "simplified" : "结尾", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 8314, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "結尾", + "transcriptions" : { "pinyin" : "jié wěi", + "numeric" : "jie2 wei3", + "wadegiles" : "chieh² wei³", + "bopomofo" : "ㄐㄧㄝˊ ㄨㄟˇ", + "romatzyh" : "jye woei" }, + "meanings" : [ "ending", "coda", "to wind up" ], + "classifiers" : [] } ] }, + { "simplified" : "结账", + "radical" : "纟", + "level" : [ "old-5" ], + "frequency" : 18659, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "結賬", + "transcriptions" : { "pinyin" : "jié zhàng", + "numeric" : "jie2 zhang4", + "wadegiles" : "chieh² chang⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄓㄤˋ", + "romatzyh" : "jye janq" }, + "meanings" : [ "to pay the bill", + "to settle accounts", + "also written 结帐" ], + "classifiers" : [] } ] }, + { "simplified" : "截", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 5791, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "截", + "transcriptions" : { "pinyin" : "jié", + "numeric" : "jie2", + "wadegiles" : "chieh²", + "bopomofo" : "ㄐㄧㄝˊ", + "romatzyh" : "jye" }, + "meanings" : [ "to cut off (a length)", + "to stop", + "to intercept", + "section", + "chunk", + "length" ], + "classifiers" : [] } ] }, + { "simplified" : "截然不同", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 12240, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "截然不同", + "transcriptions" : { "pinyin" : "jié rán bù tóng", + "numeric" : "jie2 ran2 bu4 tong2", + "wadegiles" : "chieh² jan² pu⁴ t'ung²", + "bopomofo" : "ㄐㄧㄝˊ ㄖㄢˊ ㄅㄨˋ ㄊㄨㄥˊ", + "romatzyh" : "jye ran buh torng" }, + "meanings" : [ "entirely different", + "different as black and white" ], + "classifiers" : [] } ] }, + { "simplified" : "截止", + "radical" : "戈", + "level" : [ "new-6" ], + "frequency" : 9317, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "截止", + "transcriptions" : { "pinyin" : "jié zhǐ", + "numeric" : "jie2 zhi3", + "wadegiles" : "chieh² chih³", + "bopomofo" : "ㄐㄧㄝˊ ㄓˇ", + "romatzyh" : "jye jyy" }, + "meanings" : [ "to close", + "to stop", + "to put a stop to sth", + "cut-off point", + "stopping point", + "deadline" ], + "classifiers" : [] } ] }, + { "simplified" : "截至", + "radical" : "戈", + "level" : [ "new-6", "old-6" ], + "frequency" : 13952, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "截至", + "transcriptions" : { "pinyin" : "jié zhì", + "numeric" : "jie2 zhi4", + "wadegiles" : "chieh² chih⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄓˋ", + "romatzyh" : "jye jyh" }, + "meanings" : [ "up to (a time)", "by (a time)" ], + "classifiers" : [] } ] }, + { "simplified" : "竭尽全力", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14314, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "竭盡全力", + "transcriptions" : { "pinyin" : "jié jìn quán lì", + "numeric" : "jie2 jin4 quan2 li4", + "wadegiles" : "chieh² chin⁴ ch'üan² li⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄐㄧㄣˋ ㄑㄩㄢˊ ㄌㄧˋ", + "romatzyh" : "jye jinn chyuan lih" }, + "meanings" : [ "to spare no effort (idiom); to do one's utmost" ], + "classifiers" : [] } ] }, + { "simplified" : "竭力", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 13654, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "竭力", + "transcriptions" : { "pinyin" : "jié lì", + "numeric" : "jie2 li4", + "wadegiles" : "chieh² li⁴", + "bopomofo" : "ㄐㄧㄝˊ ㄌㄧˋ", + "romatzyh" : "jye lih" }, + "meanings" : [ "to do one's utmost" ], + "classifiers" : [] } ] }, + { "simplified" : "解", + "radical" : "角", + "level" : [ "new-6" ], + "frequency" : 1971, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "解", + "transcriptions" : { "pinyin" : "Xiè", + "numeric" : "Xie4", + "wadegiles" : "hsieh⁴", + "bopomofo" : "ㄒㄧㄝˋ", + "romatzyh" : "shieh" }, + "meanings" : [ "surname Xie" ], + "classifiers" : [] }, + { "traditional" : "解", + "transcriptions" : { "pinyin" : "jiě", + "numeric" : "jie3", + "wadegiles" : "chieh³", + "bopomofo" : "ㄐㄧㄝˇ", + "romatzyh" : "jiee" }, + "meanings" : [ "to divide", + "to break up", + "to split", + "to separate", + "to dissolve", + "to solve", + "to melt", + "to remove", + "to untie", + "to loosen", + "to open", + "to emancipate", + "to explain", + "to understand", + "to know", + "a solution", + "a dissection" ], + "classifiers" : [] }, + { "traditional" : "解", + "transcriptions" : { "pinyin" : "jiè", + "numeric" : "jie4", + "wadegiles" : "chieh⁴", + "bopomofo" : "ㄐㄧㄝˋ", + "romatzyh" : "jieh" }, + "meanings" : [ "to transport under guard" ], + "classifiers" : [] }, + { "traditional" : "解", + "transcriptions" : { "pinyin" : "xiè", + "numeric" : "xie4", + "wadegiles" : "hsieh⁴", + "bopomofo" : "ㄒㄧㄝˋ", + "romatzyh" : "shieh" }, + "meanings" : [ "acrobatic display (esp. on horseback) (old)", + "variant of 懈 and 邂 (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "解除", + "radical" : "角", + "level" : [ "new-5", "old-6" ], + "frequency" : 4352, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "解除", + "transcriptions" : { "pinyin" : "jiě chú", + "numeric" : "jie3 chu2", + "wadegiles" : "chieh³ ch'u²", + "bopomofo" : "ㄐㄧㄝˇ ㄔㄨˊ", + "romatzyh" : "jiee chwu" }, + "meanings" : [ "to remove", + "to sack", + "to get rid of", + "to relieve (sb of their duties)", + "to free", + "to lift (an embargo)", + "to rescind (an agreement)" ], + "classifiers" : [] } ] }, + { "simplified" : "解答", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 10261, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解答", + "transcriptions" : { "pinyin" : "jiě dá", + "numeric" : "jie3 da2", + "wadegiles" : "chieh³ ta²", + "bopomofo" : "ㄐㄧㄝˇ ㄉㄚˊ", + "romatzyh" : "jiee dar" }, + "meanings" : [ "to solve (a problem)", + "to resolve (a difficulty)", + "to provide an answer", + "solution", + "resolution", + "answer" ], + "classifiers" : [] } ] }, + { "simplified" : "解读", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 9527, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解讀", + "transcriptions" : { "pinyin" : "jiě dú", + "numeric" : "jie3 du2", + "wadegiles" : "chieh³ tu²", + "bopomofo" : "ㄐㄧㄝˇ ㄉㄨˊ", + "romatzyh" : "jiee dwu" }, + "meanings" : [ "to decipher", + "to decode", + "to interpret" ], + "classifiers" : [] } ] }, + { "simplified" : "解放", + "radical" : "角", + "level" : [ "new-5", "old-5" ], + "frequency" : 3669, + "pos" : [ "v", "vn", "nz" ], + "forms" : [ { "traditional" : "解放", + "transcriptions" : { "pinyin" : "jiě fàng", + "numeric" : "jie3 fang4", + "wadegiles" : "chieh³ fang⁴", + "bopomofo" : "ㄐㄧㄝˇ ㄈㄤˋ", + "romatzyh" : "jiee fanq" }, + "meanings" : [ "to liberate", + "to emancipate", + "liberation", + "refers to the Communists' victory over the Nationalists in 1949" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "解雇", + "radical" : "角", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11919, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解僱", + "transcriptions" : { "pinyin" : "jiě gù", + "numeric" : "jie3 gu4", + "wadegiles" : "chieh³ ku⁴", + "bopomofo" : "ㄐㄧㄝˇ ㄍㄨˋ", + "romatzyh" : "jiee guh" }, + "meanings" : [ "to fire", + "to sack", + "to dismiss", + "to terminate employment" ], + "classifiers" : [] } ] }, + { "simplified" : "解救", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 8020, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解救", + "transcriptions" : { "pinyin" : "jiě jiù", + "numeric" : "jie3 jiu4", + "wadegiles" : "chieh³ chiu⁴", + "bopomofo" : "ㄐㄧㄝˇ ㄐㄧㄡˋ", + "romatzyh" : "jiee jiow" }, + "meanings" : [ "to rescue", + "to help out of difficulties", + "to save the situation" ], + "classifiers" : [] } ] }, + { "simplified" : "解决", + "radical" : "角", + "level" : [ "new-3", "old-3" ], + "frequency" : 458, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解決", + "transcriptions" : { "pinyin" : "jiě jué", + "numeric" : "jie3 jue2", + "wadegiles" : "chieh³ chüeh²", + "bopomofo" : "ㄐㄧㄝˇ ㄐㄩㄝˊ", + "romatzyh" : "jiee jyue" }, + "meanings" : [ "to solve; to resolve; to settle (a problem)", + "to eliminate; to wipe out (an enemy, bandits etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "解开", + "radical" : "角", + "level" : [ "new-3" ], + "frequency" : 7102, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "解開", + "transcriptions" : { "pinyin" : "jiě kāi", + "numeric" : "jie3 kai1", + "wadegiles" : "chieh³ k'ai¹", + "bopomofo" : "ㄐㄧㄝˇ ㄎㄞ", + "romatzyh" : "jiee kai" }, + "meanings" : [ "to untie", + "to undo", + "to solve (a mystery)" ], + "classifiers" : [] } ] }, + { "simplified" : "解剖", + "radical" : "角", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7964, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解剖", + "transcriptions" : { "pinyin" : "jiě pōu", + "numeric" : "jie3 pou1", + "wadegiles" : "chieh³ p'ou¹", + "bopomofo" : "ㄐㄧㄝˇ ㄆㄡ", + "romatzyh" : "jiee pou" }, + "meanings" : [ "to dissect (an animal)", + "to analyze", + "anatomy" ], + "classifiers" : [] } ] }, + { "simplified" : "解散", + "radical" : "角", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8300, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解散", + "transcriptions" : { "pinyin" : "jiě sàn", + "numeric" : "jie3 san4", + "wadegiles" : "chieh³ san⁴", + "bopomofo" : "ㄐㄧㄝˇ ㄙㄢˋ", + "romatzyh" : "jiee sann" }, + "meanings" : [ "to dissolve", "to disband" ], + "classifiers" : [] } ] }, + { "simplified" : "解释", + "radical" : "角", + "level" : [ "new-4", "old-4" ], + "frequency" : 872, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解釋", + "transcriptions" : { "pinyin" : "jiě shì", + "numeric" : "jie3 shi4", + "wadegiles" : "chieh³ shih⁴", + "bopomofo" : "ㄐㄧㄝˇ ㄕˋ", + "romatzyh" : "jiee shyh" }, + "meanings" : [ "explanation", + "to explain", + "to interpret", + "to resolve" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "解说", + "radical" : "角", + "level" : [ "new-6" ], + "frequency" : 12917, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解說", + "transcriptions" : { "pinyin" : "jiě shuō", + "numeric" : "jie3 shuo1", + "wadegiles" : "chieh³ shuo¹", + "bopomofo" : "ㄐㄧㄝˇ ㄕㄨㄛ", + "romatzyh" : "jiee shuo" }, + "meanings" : [ "to explain (verbally); to give a running commentary" ], + "classifiers" : [] } ] }, + { "simplified" : "解说员", + "radical" : "角", + "level" : [ "old-5" ], + "frequency" : 30960, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "解說員", + "transcriptions" : { "pinyin" : "jiě shuō yuán", + "numeric" : "jie3 shuo1 yuan2", + "wadegiles" : "chieh³ shuo¹ yüan²", + "bopomofo" : "ㄐㄧㄝˇ ㄕㄨㄛ ㄩㄢˊ", + "romatzyh" : "jiee shuo yuan" }, + "meanings" : [ "commentator" ], + "classifiers" : [] } ] }, + { "simplified" : "解体", + "radical" : "角", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16739, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解體", + "transcriptions" : { "pinyin" : "jiě tǐ", + "numeric" : "jie3 ti3", + "wadegiles" : "chieh³ t'i³", + "bopomofo" : "ㄐㄧㄝˇ ㄊㄧˇ", + "romatzyh" : "jiee tii" }, + "meanings" : [ "to break up into components", + "to disintegrate", + "to collapse", + "to crumble" ], + "classifiers" : [] } ] }, + { "simplified" : "解脱", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 7653, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "解脫", + "transcriptions" : { "pinyin" : "jiě tuō", + "numeric" : "jie3 tuo1", + "wadegiles" : "chieh³ t'o¹", + "bopomofo" : "ㄐㄧㄝˇ ㄊㄨㄛ", + "romatzyh" : "jiee tuo" }, + "meanings" : [ "to untie", + "to free", + "to absolve of", + "to get free of", + "to extirpate oneself", + "(Buddhism) to free oneself of worldly worries" ], + "classifiers" : [] } ] }, + { "simplified" : "解围", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 18501, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "解圍", + "transcriptions" : { "pinyin" : "jiě wéi", + "numeric" : "jie3 wei2", + "wadegiles" : "chieh³ wei²", + "bopomofo" : "ㄐㄧㄝˇ ㄨㄟˊ", + "romatzyh" : "jiee wei" }, + "meanings" : [ "to lift a siege", + "to help sb out of trouble or embarrassment" ], + "classifiers" : [] } ] }, + { "simplified" : "解析", + "radical" : "角", + "level" : [ "new-7+" ], + "frequency" : 18722, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "解析", + "transcriptions" : { "pinyin" : "jiě xī", + "numeric" : "jie3 xi1", + "wadegiles" : "chieh³ hsi¹", + "bopomofo" : "ㄐㄧㄝˇ ㄒㄧ", + "romatzyh" : "jiee shi" }, + "meanings" : [ "to analyze", + "to resolve", + "(math.) analysis", + "analytic" ], + "classifiers" : [] } ] }, + { "simplified" : "介入", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 5032, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "介入", + "transcriptions" : { "pinyin" : "jiè rù", + "numeric" : "jie4 ru4", + "wadegiles" : "chieh⁴ ju⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄖㄨˋ", + "romatzyh" : "jieh ruh" }, + "meanings" : [ "to intervene; to get involved" ], + "classifiers" : [] } ] }, + { "simplified" : "介绍", + "radical" : "人", + "level" : [ "new-1", "old-2" ], + "frequency" : 779, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "介紹", + "transcriptions" : { "pinyin" : "jiè shào", + "numeric" : "jie4 shao4", + "wadegiles" : "chieh⁴ shao⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄕㄠˋ", + "romatzyh" : "jieh shaw" }, + "meanings" : [ "to introduce (sb to sb)", + "to give a presentation", + "to present (sb for a job etc)", + "introduction" ], + "classifiers" : [] } ] }, + { "simplified" : "介意", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 7210, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "介意", + "transcriptions" : { "pinyin" : "jiè yì", + "numeric" : "jie4 yi4", + "wadegiles" : "chieh⁴ i⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄧˋ", + "romatzyh" : "jieh yih" }, + "meanings" : [ "to care about", + "to take offense", + "to mind" ], + "classifiers" : [] } ] }, + { "simplified" : "介于", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 16902, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "介於", + "transcriptions" : { "pinyin" : "jiè yú", + "numeric" : "jie4 yu2", + "wadegiles" : "chieh⁴ yü²", + "bopomofo" : "ㄐㄧㄝˋ ㄩˊ", + "romatzyh" : "jieh yu" }, + "meanings" : [ "between", + "intermediate", + "to lie between" ], + "classifiers" : [] } ] }, + { "simplified" : "戒", + "radical" : "戈", + "level" : [ "new-5" ], + "frequency" : 3905, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "戒", + "transcriptions" : { "pinyin" : "jiè", + "numeric" : "jie4", + "wadegiles" : "chieh⁴", + "bopomofo" : "ㄐㄧㄝˋ", + "romatzyh" : "jieh" }, + "meanings" : [ "to guard against", + "to exhort", + "to admonish or warn", + "to give up or stop doing sth", + "Buddhist monastic discipline", + "ring (for a finger)" ], + "classifiers" : [] } ] }, + { "simplified" : "戒备", + "radical" : "戈", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12438, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "戒備", + "transcriptions" : { "pinyin" : "jiè bèi", + "numeric" : "jie4 bei4", + "wadegiles" : "chieh⁴ pei⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄅㄟˋ", + "romatzyh" : "jieh bey" }, + "meanings" : [ "to take precautions", + "to guard against (emergency)" ], + "classifiers" : [] } ] }, + { "simplified" : "戒烟", + "radical" : "戈", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12322, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "戒煙", + "transcriptions" : { "pinyin" : "jiè yān", + "numeric" : "jie4 yan1", + "wadegiles" : "chieh⁴ yan¹", + "bopomofo" : "ㄐㄧㄝˋ ㄧㄢ", + "romatzyh" : "jieh ian" }, + "meanings" : [ "to give up smoking" ], + "classifiers" : [] } ] }, + { "simplified" : "戒指", + "radical" : "戈", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4707, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戒指", + "transcriptions" : { "pinyin" : "jiè zhi", + "numeric" : "jie4 zhi5", + "wadegiles" : "chieh⁴ zhi", + "bopomofo" : "ㄐㄧㄝˋ zhi", + "romatzyh" : "jieh zhi" }, + "meanings" : [ "(finger) ring" ], + "classifiers" : [] } ] }, + { "simplified" : "届", + "radical" : "尸", + "level" : [ "new-5", "old-5" ], + "frequency" : 3211, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "屆", + "transcriptions" : { "pinyin" : "jiè", + "numeric" : "jie4", + "wadegiles" : "chieh⁴", + "bopomofo" : "ㄐㄧㄝˋ", + "romatzyh" : "jieh" }, + "meanings" : [ "to arrive at (place or time)", + "period", + "to become due", + "classifier for events, meetings, elections, sporting fixtures, years (of graduation)" ], + "classifiers" : [] } ] }, + { "simplified" : "届时", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 9764, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "屆時", + "transcriptions" : { "pinyin" : "jiè shí", + "numeric" : "jie4 shi2", + "wadegiles" : "chieh⁴ shih²", + "bopomofo" : "ㄐㄧㄝˋ ㄕˊ", + "romatzyh" : "jieh shyr" }, + "meanings" : [ "when the time comes", + "at the scheduled time" ], + "classifiers" : [] } ] }, + { "simplified" : "界", + "radical" : "田", + "level" : [ "new-6" ], + "frequency" : 3027, + "pos" : [ "n", "k" ], + "forms" : [ { "traditional" : "界", + "transcriptions" : { "pinyin" : "jiè", + "numeric" : "jie4", + "wadegiles" : "chieh⁴", + "bopomofo" : "ㄐㄧㄝˋ", + "romatzyh" : "jieh" }, + "meanings" : [ "(bound form) boundary; border", + "(bound form) realm" ], + "classifiers" : [] } ] }, + { "simplified" : "界", + "radical" : "田", + "level" : [ "new-6" ], + "frequency" : 3027, + "pos" : [ "n", "k" ], + "forms" : [ { "traditional" : "界", + "transcriptions" : { "pinyin" : "jiè", + "numeric" : "jie4", + "wadegiles" : "chieh⁴", + "bopomofo" : "ㄐㄧㄝˋ", + "romatzyh" : "jieh" }, + "meanings" : [ "(bound form) boundary; border", + "(bound form) realm" ], + "classifiers" : [] } ] }, + { "simplified" : "界定", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 16108, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "界定", + "transcriptions" : { "pinyin" : "jiè dìng", + "numeric" : "jie4 ding4", + "wadegiles" : "chieh⁴ ting⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄉㄧㄥˋ", + "romatzyh" : "jieh dinq" }, + "meanings" : [ "definition", "to delimit" ], + "classifiers" : [] } ] }, + { "simplified" : "界线", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 18105, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "界線", + "transcriptions" : { "pinyin" : "jiè xiàn", + "numeric" : "jie4 xian4", + "wadegiles" : "chieh⁴ hsien⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄒㄧㄢˋ", + "romatzyh" : "jieh shiann" }, + "meanings" : [ "limits", + "bounds", + "dividing line" ], + "classifiers" : [] } ] }, + { "simplified" : "界限", + "radical" : "田", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8187, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "界限", + "transcriptions" : { "pinyin" : "jiè xiàn", + "numeric" : "jie4 xian4", + "wadegiles" : "chieh⁴ hsien⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄒㄧㄢˋ", + "romatzyh" : "jieh shiann" }, + "meanings" : [ "boundary" ], + "classifiers" : [] } ] }, + { "simplified" : "借", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 1495, + "pos" : [ "v", "p" ], + "forms" : [ { "traditional" : "借", + "transcriptions" : { "pinyin" : "jiè", + "numeric" : "jie4", + "wadegiles" : "chieh⁴", + "bopomofo" : "ㄐㄧㄝˋ", + "romatzyh" : "jieh" }, + "meanings" : [ "to lend", + "to borrow", + "by means of", + "to take (an opportunity)" ], + "classifiers" : [] }, + { "traditional" : "藉", + "transcriptions" : { "pinyin" : "jiè", + "numeric" : "jie4", + "wadegiles" : "chieh⁴", + "bopomofo" : "ㄐㄧㄝˋ", + "romatzyh" : "jieh" }, + "meanings" : [ "variant of 借" ], + "classifiers" : [] } ] }, + { "simplified" : "借鉴", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 14780, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "借鑒", + "transcriptions" : { "pinyin" : "jiè jiàn", + "numeric" : "jie4 jian4", + "wadegiles" : "chieh⁴ chien⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄐㄧㄢˋ", + "romatzyh" : "jieh jiann" }, + "meanings" : [ "to draw on (others' experience)", + "to learn from (how others do things)", + "lesson to be learned (by observing others)" ], + "classifiers" : [] } ] }, + { "simplified" : "借口", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4172, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "借口", + "transcriptions" : { "pinyin" : "jiè kǒu", + "numeric" : "jie4 kou3", + "wadegiles" : "chieh⁴ k'ou³", + "bopomofo" : "ㄐㄧㄝˋ ㄎㄡˇ", + "romatzyh" : "jieh koou" }, + "meanings" : [ "to use as an excuse", + "excuse; pretext" ], + "classifiers" : [] } ] }, + { "simplified" : "借条", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 33973, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "借條", + "transcriptions" : { "pinyin" : "jiè tiáo", + "numeric" : "jie4 tiao2", + "wadegiles" : "chieh⁴ t'iao²", + "bopomofo" : "ㄐㄧㄝˋ ㄊㄧㄠˊ", + "romatzyh" : "jieh tyau" }, + "meanings" : [ "receipt for a loan", "IOU" ], + "classifiers" : [] } ] }, + { "simplified" : "借用", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9393, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "借用", + "transcriptions" : { "pinyin" : "jiè yòng", + "numeric" : "jie4 yong4", + "wadegiles" : "chieh⁴ yung⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄩㄥˋ", + "romatzyh" : "jieh yonq" }, + "meanings" : [ "to borrow sth for another use", + "to borrow an idea for one's own use" ], + "classifiers" : [] } ] }, + { "simplified" : "借助", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8213, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "借助", + "transcriptions" : { "pinyin" : "jiè zhù", + "numeric" : "jie4 zhu4", + "wadegiles" : "chieh⁴ chu⁴", + "bopomofo" : "ㄐㄧㄝˋ ㄓㄨˋ", + "romatzyh" : "jieh juh" }, + "meanings" : [ "to draw support from", + "with the help of" ], + "classifiers" : [] } ] }, + { "simplified" : "姐", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 3576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姐", + "transcriptions" : { "pinyin" : "jiě", + "numeric" : "jie3", + "wadegiles" : "chieh³", + "bopomofo" : "ㄐㄧㄝˇ", + "romatzyh" : "jiee" }, + "meanings" : [ "older sister" ], + "classifiers" : [] } ] }, + { "simplified" : "姐姐", + "radical" : "女", + "level" : [ "new-1", "old-2" ], + "frequency" : 1513, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姐姐", + "transcriptions" : { "pinyin" : "jiě jie", + "numeric" : "jie3 jie5", + "wadegiles" : "chieh³ jie", + "bopomofo" : "ㄐㄧㄝˇ jie", + "romatzyh" : "jiee jie" }, + "meanings" : [ "older sister" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "姐妹", + "radical" : "女", + "level" : [ "new-4" ], + "frequency" : 3183, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姐妹", + "transcriptions" : { "pinyin" : "jiě mèi", + "numeric" : "jie3 mei4", + "wadegiles" : "chieh³ mei⁴", + "bopomofo" : "ㄐㄧㄝˇ ㄇㄟˋ", + "romatzyh" : "jiee mey" }, + "meanings" : [ "sisters", + "siblings", + "sister (school, city etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "今后", + "radical" : "人", + "level" : [ "new-2" ], + "frequency" : 3519, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "今後", + "transcriptions" : { "pinyin" : "jīn hòu", + "numeric" : "jin1 hou4", + "wadegiles" : "chin¹ hou⁴", + "bopomofo" : "ㄐㄧㄣ ㄏㄡˋ", + "romatzyh" : "jin how" }, + "meanings" : [ "hereafter", + "henceforth", + "in the future", + "from now on" ], + "classifiers" : [] } ] }, + { "simplified" : "今年", + "radical" : "人", + "level" : [ "new-1" ], + "frequency" : 851, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "今年", + "transcriptions" : { "pinyin" : "jīn nián", + "numeric" : "jin1 nian2", + "wadegiles" : "chin¹ nien²", + "bopomofo" : "ㄐㄧㄣ ㄋㄧㄢˊ", + "romatzyh" : "jin nian" }, + "meanings" : [ "this year" ], + "classifiers" : [] } ] }, + { "simplified" : "今日", + "radical" : "人", + "level" : [ "new-5" ], + "frequency" : 3198, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "今日", + "transcriptions" : { "pinyin" : "jīn rì", + "numeric" : "jin1 ri4", + "wadegiles" : "chin¹ jih⁴", + "bopomofo" : "ㄐㄧㄣ ㄖˋ", + "romatzyh" : "jin ryh" }, + "meanings" : [ "today" ], + "classifiers" : [] } ] }, + { "simplified" : "今天", + "radical" : "人", + "level" : [ "new-1", "old-1" ], + "frequency" : 155, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "今天", + "transcriptions" : { "pinyin" : "jīn tiān", + "numeric" : "jin1 tian1", + "wadegiles" : "chin¹ t'ien¹", + "bopomofo" : "ㄐㄧㄣ ㄊㄧㄢ", + "romatzyh" : "jin tian" }, + "meanings" : [ "today", "at the present", "now" ], + "classifiers" : [] } ] }, + { "simplified" : "斤", + "radical" : "斤", + "level" : [ "new-2" ], + "frequency" : 8277, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "斤", + "transcriptions" : { "pinyin" : "jīn", + "numeric" : "jin1", + "wadegiles" : "chin¹", + "bopomofo" : "ㄐㄧㄣ", + "romatzyh" : "jin" }, + "meanings" : [ "catty", + "(PRC) weight equal to 500 g", + "(Tw) weight equal to 600 g", + "(HK, Malaysia, Singapore) slightly over 604 g" ], + "classifiers" : [] } ] }, + { "simplified" : "金", + "radical" : "金", + "level" : [ "new-3" ], + "frequency" : 828, + "pos" : [ "b", "g", "nr", "tg" ], + "forms" : [ { "traditional" : "金", + "transcriptions" : { "pinyin" : "Jīn", + "numeric" : "Jin1", + "wadegiles" : "chin¹", + "bopomofo" : "ㄐㄧㄣ", + "romatzyh" : "jin" }, + "meanings" : [ "surname Jin", + "surname Kim (Korean)", + "Jurchen Jin dynasty (1115-1234)" ], + "classifiers" : [] }, + { "traditional" : "金", + "transcriptions" : { "pinyin" : "jīn", + "numeric" : "jin1", + "wadegiles" : "chin¹", + "bopomofo" : "ㄐㄧㄣ", + "romatzyh" : "jin" }, + "meanings" : [ "gold", + "chemical element Au", + "generic term for lustrous and ductile metals", + "money", + "golden", + "highly respected", + "one of the eight categories of ancient musical instruments 音" ], + "classifiers" : [] } ] }, + { "simplified" : "金额", + "radical" : "金", + "level" : [ "new-6" ], + "frequency" : 6344, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "金額", + "transcriptions" : { "pinyin" : "jīn é", + "numeric" : "jin1 e2", + "wadegiles" : "chin¹ e²", + "bopomofo" : "ㄐㄧㄣ ㄜˊ", + "romatzyh" : "jin er" }, + "meanings" : [ "sum of money", "monetary value" ], + "classifiers" : [] } ] }, + { "simplified" : "金牌", + "radical" : "金", + "level" : [ "new-3" ], + "frequency" : 5592, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "金牌", + "transcriptions" : { "pinyin" : "jīn pái", + "numeric" : "jin1 pai2", + "wadegiles" : "chin¹ p'ai²", + "bopomofo" : "ㄐㄧㄣ ㄆㄞˊ", + "romatzyh" : "jin pair" }, + "meanings" : [ "gold medal" ], + "classifiers" : [ "枚" ] } ] }, + { "simplified" : "金钱", + "radical" : "金", + "level" : [ "new-6" ], + "frequency" : 4100, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "金錢", + "transcriptions" : { "pinyin" : "jīn qián", + "numeric" : "jin1 qian2", + "wadegiles" : "chin¹ ch'ien²", + "bopomofo" : "ㄐㄧㄣ ㄑㄧㄢˊ", + "romatzyh" : "jin chyan" }, + "meanings" : [ "money", "currency" ], + "classifiers" : [] } ] }, + { "simplified" : "金融", + "radical" : "金", + "level" : [ "new-6", "old-6" ], + "frequency" : 4125, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "金融", + "transcriptions" : { "pinyin" : "jīn róng", + "numeric" : "jin1 rong2", + "wadegiles" : "chin¹ jung²", + "bopomofo" : "ㄐㄧㄣ ㄖㄨㄥˊ", + "romatzyh" : "jin rong" }, + "meanings" : [ "banking", "finance", "financial" ], + "classifiers" : [] } ] }, + { "simplified" : "金属", + "radical" : "金", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2909, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "金屬", + "transcriptions" : { "pinyin" : "jīn shǔ", + "numeric" : "jin1 shu3", + "wadegiles" : "chin¹ shu³", + "bopomofo" : "ㄐㄧㄣ ㄕㄨˇ", + "romatzyh" : "jin shuu" }, + "meanings" : [ "metal" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "金字塔", + "radical" : "金", + "level" : [ "new-7+" ], + "frequency" : 10388, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "金字塔", + "transcriptions" : { "pinyin" : "jīn zì tǎ", + "numeric" : "jin1 zi4 ta3", + "wadegiles" : "chin¹ tzu⁴ t'a³", + "bopomofo" : "ㄐㄧㄣ ㄗˋ ㄊㄚˇ", + "romatzyh" : "jin tzyh taa" }, + "meanings" : [ "pyramid (building or structure)" ], + "classifiers" : [] } ] }, + { "simplified" : "金子", + "radical" : "金", + "level" : [ "new-7+" ], + "frequency" : 10780, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "金子", + "transcriptions" : { "pinyin" : "Jīn zǐ", + "numeric" : "Jin1 zi3", + "wadegiles" : "chin¹ tzu³", + "bopomofo" : "ㄐㄧㄣ ㄗˇ", + "romatzyh" : "jin tzyy" }, + "meanings" : [ "Kaneko (Japanese surname)" ], + "classifiers" : [] }, + { "traditional" : "金子", + "transcriptions" : { "pinyin" : "jīn zi", + "numeric" : "jin1 zi5", + "wadegiles" : "chin¹ zi", + "bopomofo" : "ㄐㄧㄣ zi", + "romatzyh" : "jin zi" }, + "meanings" : [ "gold" ], + "classifiers" : [] } ] }, + { "simplified" : "津津有味", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 38595, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "津津有味", + "transcriptions" : { "pinyin" : "jīn jīn yǒu wèi", + "numeric" : "jin1 jin1 you3 wei4", + "wadegiles" : "chin¹ chin¹ yu³ wei⁴", + "bopomofo" : "ㄐㄧㄣ ㄐㄧㄣ ㄧㄡˇ ㄨㄟˋ", + "romatzyh" : "jin jin yeou wey" }, + "meanings" : [ "with keen interest (idiom)", + "with great pleasure", + "with gusto", + "eagerly" ], + "classifiers" : [] } ] }, + { "simplified" : "津贴", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13361, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "津貼", + "transcriptions" : { "pinyin" : "jīn tiē", + "numeric" : "jin1 tie1", + "wadegiles" : "chin¹ t'ieh¹", + "bopomofo" : "ㄐㄧㄣ ㄊㄧㄝ", + "romatzyh" : "jin tie" }, + "meanings" : [ "allowance" ], + "classifiers" : [] } ] }, + { "simplified" : "筋", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 9458, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "筋", + "transcriptions" : { "pinyin" : "jīn", + "numeric" : "jin1", + "wadegiles" : "chin¹", + "bopomofo" : "ㄐㄧㄣ", + "romatzyh" : "jin" }, + "meanings" : [ "muscle", + "tendon", + "veins visible under the skin", + "sth resembling tendons or veins (e.g. fiber in a vegetable)" ], + "classifiers" : [] } ] }, + { "simplified" : "仅", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 1086, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "僅", + "transcriptions" : { "pinyin" : "jǐn", + "numeric" : "jin3", + "wadegiles" : "chin³", + "bopomofo" : "ㄐㄧㄣˇ", + "romatzyh" : "jiin" }, + "meanings" : [ "barely", "only", "merely" ], + "classifiers" : [] } ] }, + { "simplified" : "仅次于", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 18839, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "僅次於", + "transcriptions" : { "pinyin" : "jǐn cì yú", + "numeric" : "jin3 ci4 yu2", + "wadegiles" : "chin³ tz'u⁴ yü²", + "bopomofo" : "ㄐㄧㄣˇ ㄘˋ ㄩˊ", + "romatzyh" : "jiin tsyh yu" }, + "meanings" : [ "second only to ...; ranking behind only ..." ], + "classifiers" : [] } ] }, + { "simplified" : "仅仅", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 2128, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "僅僅", + "transcriptions" : { "pinyin" : "jǐn jǐn", + "numeric" : "jin3 jin3", + "wadegiles" : "chin³ chin³", + "bopomofo" : "ㄐㄧㄣˇ ㄐㄧㄣˇ", + "romatzyh" : "jiin jiin" }, + "meanings" : [ "barely", + "only", + "merely", + "only (this and nothing more)" ], + "classifiers" : [] } ] }, + { "simplified" : "尽", + "radical" : "尸", + "level" : [ "new-6" ], + "frequency" : 1228, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "儘", + "transcriptions" : { "pinyin" : "jǐn", + "numeric" : "jin3", + "wadegiles" : "chin³", + "bopomofo" : "ㄐㄧㄣˇ", + "romatzyh" : "jiin" }, + "meanings" : [ "to the greatest extent", + "(when used before a noun of location) furthest or extreme", + "to be within the limits of", + "to give priority to" ], + "classifiers" : [] }, + { "traditional" : "盡", + "transcriptions" : { "pinyin" : "jìn", + "numeric" : "jin4", + "wadegiles" : "chin⁴", + "bopomofo" : "ㄐㄧㄣˋ", + "romatzyh" : "jinn" }, + "meanings" : [ "to use up", + "to exhaust", + "to end", + "to finish", + "to the utmost", + "exhausted", + "finished", + "to the limit (of sth)", + "all", + "entirely" ], + "classifiers" : [] } ] }, + { "simplified" : "尽管", + "radical" : "尸", + "level" : [ "new-5", "old-4" ], + "frequency" : 1014, + "pos" : [ "c", "d" ], + "forms" : [ { "traditional" : "儘管", + "transcriptions" : { "pinyin" : "jǐn guǎn", + "numeric" : "jin3 guan3", + "wadegiles" : "chin³ kuan³", + "bopomofo" : "ㄐㄧㄣˇ ㄍㄨㄢˇ", + "romatzyh" : "jiin goan" }, + "meanings" : [ "despite", + "although", + "even though", + "in spite of", + "unhesitatingly", + "do not hesitate (to ask, complain etc)", + "(go ahead and do it) without hesitating" ], + "classifiers" : [] } ] }, + { "simplified" : "尽可能", + "radical" : "尸", + "level" : [ "new-5" ], + "frequency" : 4359, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "儘可能", + "transcriptions" : { "pinyin" : "jǐn kě néng", + "numeric" : "jin3 ke3 neng2", + "wadegiles" : "chin³ k'o³ neng²", + "bopomofo" : "ㄐㄧㄣˇ ㄎㄜˇ ㄋㄥˊ", + "romatzyh" : "jiin kee neng" }, + "meanings" : [ "as far as possible", + "to do one's utmost" ], + "classifiers" : [] } ] }, + { "simplified" : "尽快", + "radical" : "尸", + "level" : [ "new-4", "old-6" ], + "frequency" : 1987, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "儘快", + "transcriptions" : { "pinyin" : "jǐn kuài", + "numeric" : "jin3 kuai4", + "wadegiles" : "chin³ k'uai⁴", + "bopomofo" : "ㄐㄧㄣˇ ㄎㄨㄞˋ", + "romatzyh" : "jiin kuay" }, + "meanings" : [ "as quickly as possible; as soon as possible" ], + "classifiers" : [] }, + { "traditional" : "盡快", + "transcriptions" : { "pinyin" : "jìn kuài", + "numeric" : "jin4 kuai4", + "wadegiles" : "chin⁴ k'uai⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄎㄨㄞˋ", + "romatzyh" : "jinn kuay" }, + "meanings" : [ "see 尽快" ], + "classifiers" : [] } ] }, + { "simplified" : "尽力", + "radical" : "尸", + "level" : [ "new-4", "old-5" ], + "frequency" : 4488, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "盡力", + "transcriptions" : { "pinyin" : "jìn lì", + "numeric" : "jin4 li4", + "wadegiles" : "chin⁴ li⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄌㄧˋ", + "romatzyh" : "jinn lih" }, + "meanings" : [ "to strive one's hardest", + "to spare no effort" ], + "classifiers" : [] } ] }, + { "simplified" : "尽量", + "radical" : "尸", + "level" : [ "new-3", "old-5" ], + "frequency" : 2279, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "儘量", + "transcriptions" : { "pinyin" : "jǐn liàng", + "numeric" : "jin3 liang4", + "wadegiles" : "chin³ liang⁴", + "bopomofo" : "ㄐㄧㄣˇ ㄌㄧㄤˋ", + "romatzyh" : "jiin lianq" }, + "meanings" : [ "as much as possible", + "to the greatest extent" ], + "classifiers" : [] }, + { "traditional" : "盡量", + "transcriptions" : { "pinyin" : "jìn liàng", + "numeric" : "jin4 liang4", + "wadegiles" : "chin⁴ liang⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄌㄧㄤˋ", + "romatzyh" : "jinn lianq" }, + "meanings" : [ "as much as possible", + "to the greatest extent" ], + "classifiers" : [] } ] }, + { "simplified" : "尽情", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 5132, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "盡情", + "transcriptions" : { "pinyin" : "jìn qíng", + "numeric" : "jin4 qing2", + "wadegiles" : "chin⁴ ch'ing²", + "bopomofo" : "ㄐㄧㄣˋ ㄑㄧㄥˊ", + "romatzyh" : "jinn chyng" }, + "meanings" : [ "as much as one likes" ], + "classifiers" : [] } ] }, + { "simplified" : "尽头", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 6910, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "盡頭", + "transcriptions" : { "pinyin" : "jìn tóu", + "numeric" : "jin4 tou2", + "wadegiles" : "chin⁴ t'ou²", + "bopomofo" : "ㄐㄧㄣˋ ㄊㄡˊ", + "romatzyh" : "jinn tour" }, + "meanings" : [ "end; extremity; limit" ], + "classifiers" : [] } ] }, + { "simplified" : "尽早", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 10915, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "儘早", + "transcriptions" : { "pinyin" : "jǐn zǎo", + "numeric" : "jin3 zao3", + "wadegiles" : "chin³ tsao³", + "bopomofo" : "ㄐㄧㄣˇ ㄗㄠˇ", + "romatzyh" : "jiin tzao" }, + "meanings" : [ "as early as possible" ], + "classifiers" : [] } ] }, + { "simplified" : "紧", + "radical" : "糸", + "level" : [ "new-3", "old-5" ], + "frequency" : 1601, + "pos" : [ "a", "d" ], + "forms" : [ { "traditional" : "緊", + "transcriptions" : { "pinyin" : "jǐn", + "numeric" : "jin3", + "wadegiles" : "chin³", + "bopomofo" : "ㄐㄧㄣˇ", + "romatzyh" : "jiin" }, + "meanings" : [ "tight", + "strict", + "close at hand", + "near", + "urgent", + "tense", + "hard up", + "short of money", + "to tighten" ], + "classifiers" : [] } ] }, + { "simplified" : "紧凑", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 17071, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "緊湊", + "transcriptions" : { "pinyin" : "jǐn còu", + "numeric" : "jin3 cou4", + "wadegiles" : "chin³ ts'ou⁴", + "bopomofo" : "ㄐㄧㄣˇ ㄘㄡˋ", + "romatzyh" : "jiin tsow" }, + "meanings" : [ "compact", + "terse", + "tight (schedule)" ], + "classifiers" : [] } ] }, + { "simplified" : "紧急", + "radical" : "糸", + "level" : [ "new-3", "old-5" ], + "frequency" : 2072, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "緊急", + "transcriptions" : { "pinyin" : "jǐn jí", + "numeric" : "jin3 ji2", + "wadegiles" : "chin³ chi²", + "bopomofo" : "ㄐㄧㄣˇ ㄐㄧˊ", + "romatzyh" : "jiin jyi" }, + "meanings" : [ "urgent", "emergency" ], + "classifiers" : [] } ] }, + { "simplified" : "紧接着", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 12224, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "緊接著", + "transcriptions" : { "pinyin" : "jǐn jiē zhe", + "numeric" : "jin3 jie1 zhe5", + "wadegiles" : "chin³ chieh¹ zhe", + "bopomofo" : "ㄐㄧㄣˇ ㄐㄧㄝ zhe", + "romatzyh" : "jiin jie zhe" }, + "meanings" : [ "immediately afterwards", + "shortly after that" ], + "classifiers" : [] } ] }, + { "simplified" : "紧紧", + "radical" : "糸", + "level" : [ "new-5" ], + "frequency" : 4733, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "緊緊", + "transcriptions" : { "pinyin" : "jǐn jǐn", + "numeric" : "jin3 jin3", + "wadegiles" : "chin³ chin³", + "bopomofo" : "ㄐㄧㄣˇ ㄐㄧㄣˇ", + "romatzyh" : "jiin jiin" }, + "meanings" : [ "closely", "tightly" ], + "classifiers" : [] } ] }, + { "simplified" : "紧密", + "radical" : "糸", + "level" : [ "new-4", "old-6" ], + "frequency" : 6128, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "緊密", + "transcriptions" : { "pinyin" : "jǐn mì", + "numeric" : "jin3 mi4", + "wadegiles" : "chin³ mi⁴", + "bopomofo" : "ㄐㄧㄣˇ ㄇㄧˋ", + "romatzyh" : "jiin mih" }, + "meanings" : [ "inseparably close" ], + "classifiers" : [] } ] }, + { "simplified" : "紧迫", + "radical" : "糸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11558, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "緊迫", + "transcriptions" : { "pinyin" : "jǐn pò", + "numeric" : "jin3 po4", + "wadegiles" : "chin³ p'o⁴", + "bopomofo" : "ㄐㄧㄣˇ ㄆㄛˋ", + "romatzyh" : "jiin poh" }, + "meanings" : [ "pressing", "urgent" ], + "classifiers" : [] } ] }, + { "simplified" : "紧缺", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 22336, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "緊缺", + "transcriptions" : { "pinyin" : "jǐn quē", + "numeric" : "jin3 que1", + "wadegiles" : "chin³ ch'üeh¹", + "bopomofo" : "ㄐㄧㄣˇ ㄑㄩㄝ", + "romatzyh" : "jiin chiue" }, + "meanings" : [ "in short supply", "scarce" ], + "classifiers" : [] } ] }, + { "simplified" : "紧缩", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 21833, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "緊縮", + "transcriptions" : { "pinyin" : "jǐn suō", + "numeric" : "jin3 suo1", + "wadegiles" : "chin³ so¹", + "bopomofo" : "ㄐㄧㄣˇ ㄙㄨㄛ", + "romatzyh" : "jiin suo" }, + "meanings" : [ "(economics) to reduce", + "to curtail", + "to cut back", + "to tighten", + "austerity", + "tightening", + "crunch" ], + "classifiers" : [] } ] }, + { "simplified" : "紧张", + "radical" : "糸", + "level" : [ "new-3", "old-4" ], + "frequency" : 1073, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "緊張", + "transcriptions" : { "pinyin" : "jǐn zhāng", + "numeric" : "jin3 zhang1", + "wadegiles" : "chin³ chang¹", + "bopomofo" : "ㄐㄧㄣˇ ㄓㄤ", + "romatzyh" : "jiin jang" }, + "meanings" : [ "nervous", + "keyed up", + "intense", + "tense", + "strained", + "in short supply", + "scarce" ], + "classifiers" : [ "阵" ] } ] }, + { "simplified" : "谨慎", + "radical" : "讠", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4482, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "謹慎", + "transcriptions" : { "pinyin" : "jǐn shèn", + "numeric" : "jin3 shen4", + "wadegiles" : "chin³ shen⁴", + "bopomofo" : "ㄐㄧㄣˇ ㄕㄣˋ", + "romatzyh" : "jiin shenn" }, + "meanings" : [ "cautious", "prudent" ], + "classifiers" : [] } ] }, + { "simplified" : "锦旗", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 38385, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "錦旗", + "transcriptions" : { "pinyin" : "jǐn qí", + "numeric" : "jin3 qi2", + "wadegiles" : "chin³ ch'i²", + "bopomofo" : "ㄐㄧㄣˇ ㄑㄧˊ", + "romatzyh" : "jiin chyi" }, + "meanings" : [ "silk banner (as an award or gift)" ], + "classifiers" : [] } ] }, + { "simplified" : "锦绣前程", + "radical" : "钅", + "level" : [ "old-6" ], + "frequency" : 69813, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "錦繡前程", + "transcriptions" : { "pinyin" : "jǐn xiù qián chéng", + "numeric" : "jin3 xiu4 qian2 cheng2", + "wadegiles" : "chin³ hsiu⁴ ch'ien² ch'eng²", + "bopomofo" : "ㄐㄧㄣˇ ㄒㄧㄡˋ ㄑㄧㄢˊ ㄔㄥˊ", + "romatzyh" : "jiin shiow chyan cherng" }, + "meanings" : [ "bright future", + "bright prospects" ], + "classifiers" : [] } ] }, + { "simplified" : "劲头", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勁頭", + "transcriptions" : { "pinyin" : "jìn tóu", + "numeric" : "jin4 tou2", + "wadegiles" : "chin⁴ t'ou²", + "bopomofo" : "ㄐㄧㄣˋ ㄊㄡˊ", + "romatzyh" : "jinn tour" }, + "meanings" : [ "enthusiasm", + "zeal", + "vigor", + "strength" ], + "classifiers" : [] } ] }, + { "simplified" : "近", + "radical" : "辶", + "level" : [ "new-2", "old-2" ], + "frequency" : 822, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "近", + "transcriptions" : { "pinyin" : "jìn", + "numeric" : "jin4", + "wadegiles" : "chin⁴", + "bopomofo" : "ㄐㄧㄣˋ", + "romatzyh" : "jinn" }, + "meanings" : [ "near", + "close to", + "approximately" ], + "classifiers" : [] } ] }, + { "simplified" : "近代", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 20713, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "近代", + "transcriptions" : { "pinyin" : "jìn dài", + "numeric" : "jin4 dai4", + "wadegiles" : "chin⁴ tai⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄉㄞˋ", + "romatzyh" : "jinn day" }, + "meanings" : [ "the not-very-distant past", + "modern times, excluding recent decades", + "(in the context of Chinese history) the period from the Opium Wars until the May 4th Movement (mid-19th century to 1919)", + "capitalist times (pre-1949)" ], + "classifiers" : [] } ] }, + { "simplified" : "近来", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 6310, + "pos" : [ "d", "t" ], + "forms" : [ { "traditional" : "近來", + "transcriptions" : { "pinyin" : "jìn lái", + "numeric" : "jin4 lai2", + "wadegiles" : "chin⁴ lai²", + "bopomofo" : "ㄐㄧㄣˋ ㄌㄞˊ", + "romatzyh" : "jinn lai" }, + "meanings" : [ "recently", "lately" ], + "classifiers" : [] } ] }, + { "simplified" : "近年来", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 15924, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "近年來", + "transcriptions" : { "pinyin" : "jìn nián lái", + "numeric" : "jin4 nian2 lai2", + "wadegiles" : "chin⁴ nien² lai²", + "bopomofo" : "ㄐㄧㄣˋ ㄋㄧㄢˊ ㄌㄞˊ", + "romatzyh" : "jinn nian lai" }, + "meanings" : [ "for the past few years" ], + "classifiers" : [] } ] }, + { "simplified" : "近期", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 6658, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "近期", + "transcriptions" : { "pinyin" : "jìn qī", + "numeric" : "jin4 qi1", + "wadegiles" : "chin⁴ ch'i¹", + "bopomofo" : "ㄐㄧㄣˋ ㄑㄧ", + "romatzyh" : "jinn chi" }, + "meanings" : [ "near in time", + "in the near future", + "very soon", + "recent" ], + "classifiers" : [] } ] }, + { "simplified" : "近日", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 14847, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "近日", + "transcriptions" : { "pinyin" : "jìn rì", + "numeric" : "jin4 ri4", + "wadegiles" : "chin⁴ jih⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄖˋ", + "romatzyh" : "jinn ryh" }, + "meanings" : [ "(in) the past few days", + "recently", + "(within) the next few days" ], + "classifiers" : [] } ] }, + { "simplified" : "近视", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 19748, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "近視", + "transcriptions" : { "pinyin" : "jìn shì", + "numeric" : "jin4 shi4", + "wadegiles" : "chin⁴ shih⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄕˋ", + "romatzyh" : "jinn shyh" }, + "meanings" : [ "shortsighted", + "nearsighted", + "myopia" ], + "classifiers" : [] } ] }, + { "simplified" : "进", + "radical" : "辶", + "level" : [ "new-1", "old-2" ], + "frequency" : 338, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "進", + "transcriptions" : { "pinyin" : "jìn", + "numeric" : "jin4", + "wadegiles" : "chin⁴", + "bopomofo" : "ㄐㄧㄣˋ", + "romatzyh" : "jinn" }, + "meanings" : [ "to go forward", + "to advance", + "to go in", + "to enter", + "to put in", + "to submit", + "to take in", + "to admit", + "(math.) base of a number system", + "classifier for sections in a building or residential compound" ], + "classifiers" : [] } ] }, + { "simplified" : "进步", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 2425, + "pos" : [ "vn", "v", "a" ], + "forms" : [ { "traditional" : "進步", + "transcriptions" : { "pinyin" : "jìn bù", + "numeric" : "jin4 bu4", + "wadegiles" : "chin⁴ pu⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄅㄨˋ", + "romatzyh" : "jinn buh" }, + "meanings" : [ "progress; improvement", + "to improve; to progress" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "进场", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 10705, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "進場", + "transcriptions" : { "pinyin" : "jìn chǎng", + "numeric" : "jin4 chang3", + "wadegiles" : "chin⁴ ch'ang³", + "bopomofo" : "ㄐㄧㄣˋ ㄔㄤˇ", + "romatzyh" : "jinn chaang" }, + "meanings" : [ "to enter the venue", + "to enter the arena", + "(aviation) to approach the airfield", + "(investing) to get into the market" ], + "classifiers" : [] } ] }, + { "simplified" : "进程", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 5615, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "進程", + "transcriptions" : { "pinyin" : "jìn chéng", + "numeric" : "jin4 cheng2", + "wadegiles" : "chin⁴ ch'eng²", + "bopomofo" : "ㄐㄧㄣˋ ㄔㄥˊ", + "romatzyh" : "jinn cherng" }, + "meanings" : [ "course of events; process" ], + "classifiers" : [] } ] }, + { "simplified" : "进出", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 7784, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "進出", + "transcriptions" : { "pinyin" : "jìn chū", + "numeric" : "jin4 chu1", + "wadegiles" : "chin⁴ ch'u¹", + "bopomofo" : "ㄐㄧㄣˋ ㄔㄨ", + "romatzyh" : "jinn chu" }, + "meanings" : [ "to enter or exit", + "to go through" ], + "classifiers" : [] } ] }, + { "simplified" : "进出口", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13284, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "進出口", + "transcriptions" : { "pinyin" : "jìn chū kǒu", + "numeric" : "jin4 chu1 kou3", + "wadegiles" : "chin⁴ ch'u¹ k'ou³", + "bopomofo" : "ㄐㄧㄣˋ ㄔㄨ ㄎㄡˇ", + "romatzyh" : "jinn chu koou" }, + "meanings" : [ "import and export" ], + "classifiers" : [] } ] }, + { "simplified" : "进度", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 7249, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "進度", + "transcriptions" : { "pinyin" : "jìn dù", + "numeric" : "jin4 du4", + "wadegiles" : "chin⁴ tu⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄉㄨˋ", + "romatzyh" : "jinn duh" }, + "meanings" : [ "rate of progress" ], + "classifiers" : [] } ] }, + { "simplified" : "进而", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13257, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "進而", + "transcriptions" : { "pinyin" : "jìn ér", + "numeric" : "jin4 er2", + "wadegiles" : "chin⁴ erh²", + "bopomofo" : "ㄐㄧㄣˋ ㄦˊ", + "romatzyh" : "jinn erl" }, + "meanings" : [ "and then (what follows next)" ], + "classifiers" : [] } ] }, + { "simplified" : "进攻", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 2382, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "進攻", + "transcriptions" : { "pinyin" : "jìn gōng", + "numeric" : "jin4 gong1", + "wadegiles" : "chin⁴ kung¹", + "bopomofo" : "ㄐㄧㄣˋ ㄍㄨㄥ", + "romatzyh" : "jinn gong" }, + "meanings" : [ "to attack", + "to assault", + "to go on the offensive", + "attack", + "assault", + "offense (sports)" ], + "classifiers" : [] } ] }, + { "simplified" : "进化", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 7898, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "進化", + "transcriptions" : { "pinyin" : "jìn huà", + "numeric" : "jin4 hua4", + "wadegiles" : "chin⁴ hua⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄏㄨㄚˋ", + "romatzyh" : "jinn huah" }, + "meanings" : [ "evolution" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "进口", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 5578, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "進口", + "transcriptions" : { "pinyin" : "jìn kǒu", + "numeric" : "jin4 kou3", + "wadegiles" : "chin⁴ k'ou³", + "bopomofo" : "ㄐㄧㄣˋ ㄎㄡˇ", + "romatzyh" : "jinn koou" }, + "meanings" : [ "to import", + "imported", + "entrance", + "inlet (for the intake of air, water etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "进来", + "radical" : "辶", + "level" : [ "new-1" ], + "frequency" : 1870, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "進來", + "transcriptions" : { "pinyin" : "jìn lái", + "numeric" : "jin4 lai2", + "wadegiles" : "chin⁴ lai²", + "bopomofo" : "ㄐㄧㄣˋ ㄌㄞˊ", + "romatzyh" : "jinn lai" }, + "meanings" : [ "to come in" ], + "classifiers" : [] } ] }, + { "simplified" : "进去", + "radical" : "辶", + "level" : [ "new-1" ], + "frequency" : 1624, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "進去", + "transcriptions" : { "pinyin" : "jìn qù", + "numeric" : "jin4 qu4", + "wadegiles" : "chin⁴ ch'ü⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄑㄩˋ", + "romatzyh" : "jinn chiuh" }, + "meanings" : [ "to go in" ], + "classifiers" : [] } ] }, + { "simplified" : "进入", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 458, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "進入", + "transcriptions" : { "pinyin" : "jìn rù", + "numeric" : "jin4 ru4", + "wadegiles" : "chin⁴ ju⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄖㄨˋ", + "romatzyh" : "jinn ruh" }, + "meanings" : [ "to enter", + "to join", + "to go into" ], + "classifiers" : [] } ] }, + { "simplified" : "进行", + "radical" : "辶", + "level" : [ "new-2", "old-4" ], + "frequency" : 299, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "進行", + "transcriptions" : { "pinyin" : "jìn xíng", + "numeric" : "jin4 xing2", + "wadegiles" : "chin⁴ hsing²", + "bopomofo" : "ㄐㄧㄣˋ ㄒㄧㄥˊ", + "romatzyh" : "jinn shyng" }, + "meanings" : [ "to advance", + "to conduct", + "underway", + "in progress", + "to do", + "to carry out", + "to carry on", + "to execute" ], + "classifiers" : [] } ] }, + { "simplified" : "进修", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 17658, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "進修", + "transcriptions" : { "pinyin" : "jìn xiū", + "numeric" : "jin4 xiu1", + "wadegiles" : "chin⁴ hsiu¹", + "bopomofo" : "ㄐㄧㄣˋ ㄒㄧㄡ", + "romatzyh" : "jinn shiou" }, + "meanings" : [ "to undertake advanced studies", + "to take a refresher course" ], + "classifiers" : [] } ] }, + { "simplified" : "进一步", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 1996, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "進一步", + "transcriptions" : { "pinyin" : "jìn yī bù", + "numeric" : "jin4 yi1 bu4", + "wadegiles" : "chin⁴ i¹ pu⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄧ ㄅㄨˋ", + "romatzyh" : "jinn i buh" }, + "meanings" : [ "to go a step further", + "(develop, understand, improve etc) more; further" ], + "classifiers" : [] } ] }, + { "simplified" : "进展", + "radical" : "辶", + "level" : [ "new-3", "old-6" ], + "frequency" : 2151, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "進展", + "transcriptions" : { "pinyin" : "jìn zhǎn", + "numeric" : "jin4 zhan3", + "wadegiles" : "chin⁴ chan³", + "bopomofo" : "ㄐㄧㄣˋ ㄓㄢˇ", + "romatzyh" : "jinn jaan" }, + "meanings" : [ "to make headway; to make progress" ], + "classifiers" : [] } ] }, + { "simplified" : "晋升", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12778, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "晉升", + "transcriptions" : { "pinyin" : "jìn shēng", + "numeric" : "jin4 sheng1", + "wadegiles" : "chin⁴ sheng¹", + "bopomofo" : "ㄐㄧㄣˋ ㄕㄥ", + "romatzyh" : "jinn sheng" }, + "meanings" : [ "to promote to a higher position" ], + "classifiers" : [] } ] }, + { "simplified" : "浸泡", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14872, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "浸泡", + "transcriptions" : { "pinyin" : "jìn pào", + "numeric" : "jin4 pao4", + "wadegiles" : "chin⁴ p'ao⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄆㄠˋ", + "romatzyh" : "jinn paw" }, + "meanings" : [ "to steep", + "to soak", + "to immerse" ], + "classifiers" : [] } ] }, + { "simplified" : "禁不住", + "radical" : "示", + "level" : [ "new-7+" ], + "frequency" : 16061, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "禁不住", + "transcriptions" : { "pinyin" : "jīn bu zhù", + "numeric" : "jin1 bu5 zhu4", + "wadegiles" : "chin¹ bu chu⁴", + "bopomofo" : "ㄐㄧㄣ bu ㄓㄨˋ", + "romatzyh" : "jin bu juh" }, + "meanings" : [ "can't help it", "can't bear it" ], + "classifiers" : [] } ] }, + { "simplified" : "禁忌", + "radical" : "示", + "level" : [ "new-7+" ], + "frequency" : 13229, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禁忌", + "transcriptions" : { "pinyin" : "jìn jì", + "numeric" : "jin4 ji4", + "wadegiles" : "chin⁴ chi⁴", + "bopomofo" : "ㄐㄧㄣˋ ㄐㄧˋ", + "romatzyh" : "jinn jih" }, + "meanings" : [ "taboo", + "contraindication (medicine)", + "to abstain from" ], + "classifiers" : [] } ] }, + { "simplified" : "禁区", + "radical" : "示", + "level" : [ "new-7+" ], + "frequency" : 9156, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禁區", + "transcriptions" : { "pinyin" : "jìn qū", + "numeric" : "jin4 qu1", + "wadegiles" : "chin⁴ ch'ü¹", + "bopomofo" : "ㄐㄧㄣˋ ㄑㄩ", + "romatzyh" : "jinn chiu" }, + "meanings" : [ "restricted area", + "forbidden region" ], + "classifiers" : [] } ] }, + { "simplified" : "禁止", + "radical" : "示", + "level" : [ "new-4", "old-4" ], + "frequency" : 2897, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "禁止", + "transcriptions" : { "pinyin" : "jìn zhǐ", + "numeric" : "jin4 zhi3", + "wadegiles" : "chin⁴ chih³", + "bopomofo" : "ㄐㄧㄣˋ ㄓˇ", + "romatzyh" : "jinn jyy" }, + "meanings" : [ "to prohibit", + "to forbid", + "to ban" ], + "classifiers" : [] } ] }, + { "simplified" : "京剧", + "radical" : "亠", + "level" : [ "new-3", "old-4" ], + "frequency" : 40061, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "京劇", + "transcriptions" : { "pinyin" : "Jīng jù", + "numeric" : "Jing1 ju4", + "wadegiles" : "ching¹ chü⁴", + "bopomofo" : "ㄐㄧㄥ ㄐㄩˋ", + "romatzyh" : "jing jiuh" }, + "meanings" : [ "Beijing opera" ], + "classifiers" : [ "场", "出" ] } ] }, + { "simplified" : "经", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 1410, + "pos" : [ "p", "g", "v" ], + "forms" : [ { "traditional" : "經", + "transcriptions" : { "pinyin" : "Jīng", + "numeric" : "Jing1", + "wadegiles" : "ching¹", + "bopomofo" : "ㄐㄧㄥ", + "romatzyh" : "jing" }, + "meanings" : [ "surname Jing" ], + "classifiers" : [] }, + { "traditional" : "經", + "transcriptions" : { "pinyin" : "jīng", + "numeric" : "jing1", + "wadegiles" : "ching¹", + "bopomofo" : "ㄐㄧㄥ", + "romatzyh" : "jing" }, + "meanings" : [ "classics", + "sacred book", + "scripture", + "to pass through", + "to undergo", + "to bear", + "to endure", + "warp (textile)", + "longitude", + "menstruation", + "channel (TCM)", + "abbr. for economics 经济" ], + "classifiers" : [] } ] }, + { "simplified" : "经常", + "radical" : "纟", + "level" : [ "new-2", "old-3" ], + "frequency" : 940, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "經常", + "transcriptions" : { "pinyin" : "jīng cháng", + "numeric" : "jing1 chang2", + "wadegiles" : "ching¹ ch'ang²", + "bopomofo" : "ㄐㄧㄥ ㄔㄤˊ", + "romatzyh" : "jing charng" }, + "meanings" : [ "frequently; constantly; regularly; often", + "day-to-day; everyday; daily" ], + "classifiers" : [] } ] }, + { "simplified" : "经典", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 2400, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "經典", + "transcriptions" : { "pinyin" : "jīng diǎn", + "numeric" : "jing1 dian3", + "wadegiles" : "ching¹ tien³", + "bopomofo" : "ㄐㄧㄥ ㄉㄧㄢˇ", + "romatzyh" : "jing dean" }, + "meanings" : [ "the classics", + "scriptures", + "classical", + "classic (example, case etc)", + "typical" ], + "classifiers" : [] } ] }, + { "simplified" : "经度", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 42656, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "經度", + "transcriptions" : { "pinyin" : "jīng dù", + "numeric" : "jing1 du4", + "wadegiles" : "ching¹ tu⁴", + "bopomofo" : "ㄐㄧㄥ ㄉㄨˋ", + "romatzyh" : "jing duh" }, + "meanings" : [ "longitude" ], + "classifiers" : [] } ] }, + { "simplified" : "经费", + "radical" : "纟", + "level" : [ "new-5", "old-6" ], + "frequency" : 6893, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "經費", + "transcriptions" : { "pinyin" : "jīng fèi", + "numeric" : "jing1 fei4", + "wadegiles" : "ching¹ fei⁴", + "bopomofo" : "ㄐㄧㄥ ㄈㄟˋ", + "romatzyh" : "jing fey" }, + "meanings" : [ "funds", "expenditure" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "经过", + "radical" : "纟", + "level" : [ "new-2", "old-3" ], + "frequency" : 867, + "pos" : [ "p", "v", "n" ], + "forms" : [ { "traditional" : "經過", + "transcriptions" : { "pinyin" : "jīng guò", + "numeric" : "jing1 guo4", + "wadegiles" : "ching¹ kuo⁴", + "bopomofo" : "ㄐㄧㄥ ㄍㄨㄛˋ", + "romatzyh" : "jing guoh" }, + "meanings" : [ "to pass", + "to go through", + "process", + "course" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "经济", + "radical" : "纟", + "level" : [ "new-3", "old-4" ], + "frequency" : 1376, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "經濟", + "transcriptions" : { "pinyin" : "jīng jì", + "numeric" : "jing1 ji4", + "wadegiles" : "ching¹ chi⁴", + "bopomofo" : "ㄐㄧㄥ ㄐㄧˋ", + "romatzyh" : "jing jih" }, + "meanings" : [ "economy", "economic" ], + "classifiers" : [] } ] }, + { "simplified" : "经久不息", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 56997, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "經久不息", + "transcriptions" : { "pinyin" : "jīng jiǔ bù xī", + "numeric" : "jing1 jiu3 bu4 xi1", + "wadegiles" : "ching¹ chiu³ pu⁴ hsi¹", + "bopomofo" : "ㄐㄧㄥ ㄐㄧㄡˇ ㄅㄨˋ ㄒㄧ", + "romatzyh" : "jing jeou buh shi" }, + "meanings" : [ "prolonged (applause, cheering etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "经理", + "radical" : "纟", + "level" : [ "new-2", "old-3" ], + "frequency" : 1838, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "經理", + "transcriptions" : { "pinyin" : "jīng lǐ", + "numeric" : "jing1 li3", + "wadegiles" : "ching¹ li³", + "bopomofo" : "ㄐㄧㄥ ㄌㄧˇ", + "romatzyh" : "jing lii" }, + "meanings" : [ "manager", "director" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "经历", + "radical" : "纟", + "level" : [ "new-3", "old-4" ], + "frequency" : 1047, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "經歷", + "transcriptions" : { "pinyin" : "jīng lì", + "numeric" : "jing1 li4", + "wadegiles" : "ching¹ li⁴", + "bopomofo" : "ㄐㄧㄥ ㄌㄧˋ", + "romatzyh" : "jing lih" }, + "meanings" : [ "experience", + "to experience", + "to go through" ], + "classifiers" : [ "个", "次" ] } ] }, + { "simplified" : "经贸", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 47846, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "經貿", + "transcriptions" : { "pinyin" : "jīng mào", + "numeric" : "jing1 mao4", + "wadegiles" : "ching¹ mao⁴", + "bopomofo" : "ㄐㄧㄥ ㄇㄠˋ", + "romatzyh" : "jing maw" }, + "meanings" : [ "trade" ], + "classifiers" : [] } ] }, + { "simplified" : "经商", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17606, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "經商", + "transcriptions" : { "pinyin" : "jīng shāng", + "numeric" : "jing1 shang1", + "wadegiles" : "ching¹ shang¹", + "bopomofo" : "ㄐㄧㄥ ㄕㄤ", + "romatzyh" : "jing shang" }, + "meanings" : [ "to trade", + "to carry out commercial activities", + "in business" ], + "classifiers" : [] } ] }, + { "simplified" : "经受", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 8497, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "經受", + "transcriptions" : { "pinyin" : "jīng shòu", + "numeric" : "jing1 shou4", + "wadegiles" : "ching¹ shou⁴", + "bopomofo" : "ㄐㄧㄥ ㄕㄡˋ", + "romatzyh" : "jing show" }, + "meanings" : [ "to undergo (hardship)", + "to endure", + "to withstand" ], + "classifiers" : [] } ] }, + { "simplified" : "经纬", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 50757, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "經緯", + "transcriptions" : { "pinyin" : "jīng wěi", + "numeric" : "jing1 wei3", + "wadegiles" : "ching¹ wei³", + "bopomofo" : "ㄐㄧㄥ ㄨㄟˇ", + "romatzyh" : "jing woei" }, + "meanings" : [ "warp and woof", + "longitude and latitude", + "main points" ], + "classifiers" : [] } ] }, + { "simplified" : "经验", + "radical" : "纟", + "level" : [ "new-3", "old-4" ], + "frequency" : 1269, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "經驗", + "transcriptions" : { "pinyin" : "jīng yàn", + "numeric" : "jing1 yan4", + "wadegiles" : "ching¹ yan⁴", + "bopomofo" : "ㄐㄧㄥ ㄧㄢˋ", + "romatzyh" : "jing yann" }, + "meanings" : [ "experience", "to experience" ], + "classifiers" : [] } ] }, + { "simplified" : "经营", + "radical" : "纟", + "level" : [ "new-3", "old-5" ], + "frequency" : 1867, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "經營", + "transcriptions" : { "pinyin" : "jīng yíng", + "numeric" : "jing1 ying2", + "wadegiles" : "ching¹ ying²", + "bopomofo" : "ㄐㄧㄥ ㄧㄥˊ", + "romatzyh" : "jing yng" }, + "meanings" : [ "to engage in (business etc); to run; to operate" ], + "classifiers" : [] } ] }, + { "simplified" : "茎", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18899, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "莖", + "transcriptions" : { "pinyin" : "jīng", + "numeric" : "jing1", + "wadegiles" : "ching¹", + "bopomofo" : "ㄐㄧㄥ", + "romatzyh" : "jing" }, + "meanings" : [ "stalk", "stem" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "荆棘", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 20954, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "荊棘", + "transcriptions" : { "pinyin" : "jīng jí", + "numeric" : "jing1 ji2", + "wadegiles" : "ching¹ chi²", + "bopomofo" : "ㄐㄧㄥ ㄐㄧˊ", + "romatzyh" : "jing jyi" }, + "meanings" : [ "thistles and thorns", + "brambles", + "thorny undergrowth" ], + "classifiers" : [] } ] }, + { "simplified" : "惊", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 2877, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "驚", + "transcriptions" : { "pinyin" : "jīng", + "numeric" : "jing1", + "wadegiles" : "ching¹", + "bopomofo" : "ㄐㄧㄥ", + "romatzyh" : "jing" }, + "meanings" : [ "to startle", + "to be frightened", + "to be scared", + "alarm" ], + "classifiers" : [] } ] }, + { "simplified" : "惊诧", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 29028, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "驚詫", + "transcriptions" : { "pinyin" : "jīng chà", + "numeric" : "jing1 cha4", + "wadegiles" : "ching¹ ch'a⁴", + "bopomofo" : "ㄐㄧㄥ ㄔㄚˋ", + "romatzyh" : "jing chah" }, + "meanings" : [ "to be surprised", + "to be amazed", + "to be stunned" ], + "classifiers" : [] } ] }, + { "simplified" : "惊动", + "radical" : "忄", + "level" : [ "old-6" ], + "frequency" : 16243, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "驚動", + "transcriptions" : { "pinyin" : "jīng dòng", + "numeric" : "jing1 dong4", + "wadegiles" : "ching¹ tung⁴", + "bopomofo" : "ㄐㄧㄥ ㄉㄨㄥˋ", + "romatzyh" : "jing donq" }, + "meanings" : [ "to alarm", + "to startle", + "to disturb" ], + "classifiers" : [] } ] }, + { "simplified" : "惊慌", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 11695, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "驚慌", + "transcriptions" : { "pinyin" : "jīng huāng", + "numeric" : "jing1 huang1", + "wadegiles" : "ching¹ huang¹", + "bopomofo" : "ㄐㄧㄥ ㄏㄨㄤ", + "romatzyh" : "jing huang" }, + "meanings" : [ "to panic", "to be alarmed" ], + "classifiers" : [] } ] }, + { "simplified" : "惊慌失措", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 20000, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "驚慌失措", + "transcriptions" : { "pinyin" : "jīng huāng shī cuò", + "numeric" : "jing1 huang1 shi1 cuo4", + "wadegiles" : "ching¹ huang¹ shih¹ ts'o⁴", + "bopomofo" : "ㄐㄧㄥ ㄏㄨㄤ ㄕ ㄘㄨㄛˋ", + "romatzyh" : "jing huang shy tsuoh" }, + "meanings" : [ "to lose one's head out of fear (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "惊奇", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7880, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "驚奇", + "transcriptions" : { "pinyin" : "jīng qí", + "numeric" : "jing1 qi2", + "wadegiles" : "ching¹ ch'i²", + "bopomofo" : "ㄐㄧㄥ ㄑㄧˊ", + "romatzyh" : "jing chyi" }, + "meanings" : [ "to be amazed", + "to be surprised", + "to wonder" ], + "classifiers" : [] } ] }, + { "simplified" : "惊人", + "radical" : "忄", + "level" : [ "new-6" ], + "frequency" : 4117, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "驚人", + "transcriptions" : { "pinyin" : "jīng rén", + "numeric" : "jing1 ren2", + "wadegiles" : "ching¹ jen²", + "bopomofo" : "ㄐㄧㄥ ㄖㄣˊ", + "romatzyh" : "jing ren" }, + "meanings" : [ "astonishing" ], + "classifiers" : [] } ] }, + { "simplified" : "惊叹", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 10679, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "驚嘆", + "transcriptions" : { "pinyin" : "jīng tàn", + "numeric" : "jing1 tan4", + "wadegiles" : "ching¹ t'an⁴", + "bopomofo" : "ㄐㄧㄥ ㄊㄢˋ", + "romatzyh" : "jing tann" }, + "meanings" : [ "to exclaim in admiration", + "a gasp of surprise" ], + "classifiers" : [] } ] }, + { "simplified" : "惊天动地", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 22897, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "驚天動地", + "transcriptions" : { "pinyin" : "jīng tiān dòng dì", + "numeric" : "jing1 tian1 dong4 di4", + "wadegiles" : "ching¹ t'ien¹ tung⁴ ti⁴", + "bopomofo" : "ㄐㄧㄥ ㄊㄧㄢ ㄉㄨㄥˋ ㄉㄧˋ", + "romatzyh" : "jing tian donq dih" }, + "meanings" : [ "world-shaking (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "惊喜", + "radical" : "忄", + "level" : [ "new-6" ], + "frequency" : 2211, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "驚喜", + "transcriptions" : { "pinyin" : "jīng xǐ", + "numeric" : "jing1 xi3", + "wadegiles" : "ching¹ hsi³", + "bopomofo" : "ㄐㄧㄥ ㄒㄧˇ", + "romatzyh" : "jing shii" }, + "meanings" : [ "nice surprise", + "to be pleasantly surprised" ], + "classifiers" : [] } ] }, + { "simplified" : "惊险", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 13115, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "驚險", + "transcriptions" : { "pinyin" : "jīng xiǎn", + "numeric" : "jing1 xian3", + "wadegiles" : "ching¹ hsien³", + "bopomofo" : "ㄐㄧㄥ ㄒㄧㄢˇ", + "romatzyh" : "jing shean" }, + "meanings" : [ "perilous; touch-and-go; nerve-racking; suspenseful" ], + "classifiers" : [] } ] }, + { "simplified" : "惊心动魄", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 21494, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "驚心動魄", + "transcriptions" : { "pinyin" : "jīng xīn dòng pò", + "numeric" : "jing1 xin1 dong4 po4", + "wadegiles" : "ching¹ hsin¹ tung⁴ p'o⁴", + "bopomofo" : "ㄐㄧㄥ ㄒㄧㄣ ㄉㄨㄥˋ ㄆㄛˋ", + "romatzyh" : "jing shin donq poh" }, + "meanings" : [ "(idiom) heart-stopping; hair-raising; breathtaking" ], + "classifiers" : [] } ] }, + { "simplified" : "惊醒", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 12419, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "驚醒", + "transcriptions" : { "pinyin" : "jīng xǐng", + "numeric" : "jing1 xing3", + "wadegiles" : "ching¹ hsing³", + "bopomofo" : "ㄐㄧㄥ ㄒㄧㄥˇ", + "romatzyh" : "jing shiing" }, + "meanings" : [ "to rouse", + "to be woken by sth", + "to wake with a start", + "to sleep lightly" ], + "classifiers" : [] } ] }, + { "simplified" : "惊讶", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3229, + "pos" : [ "a", "an", "ad", "nz", "v" ], + "forms" : [ { "traditional" : "驚訝", + "transcriptions" : { "pinyin" : "jīng yà", + "numeric" : "jing1 ya4", + "wadegiles" : "ching¹ ya⁴", + "bopomofo" : "ㄐㄧㄥ ㄧㄚˋ", + "romatzyh" : "jing yah" }, + "meanings" : [ "amazed", + "astonished", + "to surprise", + "amazing", + "astonishment", + "awe" ], + "classifiers" : [] } ] }, + { "simplified" : "晶莹", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 28494, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "晶瑩", + "transcriptions" : { "pinyin" : "jīng yíng", + "numeric" : "jing1 ying2", + "wadegiles" : "ching¹ ying²", + "bopomofo" : "ㄐㄧㄥ ㄧㄥˊ", + "romatzyh" : "jing yng" }, + "meanings" : [ "sparkling and translucent" ], + "classifiers" : [] } ] }, + { "simplified" : "兢兢业业", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 27396, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "兢兢業業", + "transcriptions" : { "pinyin" : "jīng jīng yè yè", + "numeric" : "jing1 jing1 ye4 ye4", + "wadegiles" : "ching¹ ching¹ yeh⁴ yeh⁴", + "bopomofo" : "ㄐㄧㄥ ㄐㄧㄥ ㄧㄝˋ ㄧㄝˋ", + "romatzyh" : "jing jing yeh yeh" }, + "meanings" : [ "(idiom) conscientious", + "assiduous" ], + "classifiers" : [] } ] }, + { "simplified" : "精", + "radical" : "米", + "level" : [ "new-6" ], + "frequency" : 2931, + "pos" : [ "a", "ad", "g" ], + "forms" : [ { "traditional" : "精", + "transcriptions" : { "pinyin" : "jīng", + "numeric" : "jing1", + "wadegiles" : "ching¹", + "bopomofo" : "ㄐㄧㄥ", + "romatzyh" : "jing" }, + "meanings" : [ "essence", + "extract", + "vitality", + "energy", + "semen", + "sperm", + "mythical goblin spirit", + "highly perfected", + "elite", + "the pick of sth", + "proficient (refined ability)", + "extremely (fine)", + "selected rice (archaic)" ], + "classifiers" : [] } ] }, + { "simplified" : "精彩", + "radical" : "米", + "level" : [ "new-3", "old-4" ], + "frequency" : 1320, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "精彩", + "transcriptions" : { "pinyin" : "jīng cǎi", + "numeric" : "jing1 cai3", + "wadegiles" : "ching¹ ts'ai³", + "bopomofo" : "ㄐㄧㄥ ㄘㄞˇ", + "romatzyh" : "jing tsae" }, + "meanings" : [ "wonderful", + "marvelous", + "brilliant" ], + "classifiers" : [] } ] }, + { "simplified" : "精打细算", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 31904, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "精打細算", + "transcriptions" : { "pinyin" : "jīng dǎ xì suàn", + "numeric" : "jing1 da3 xi4 suan4", + "wadegiles" : "ching¹ ta³ hsi⁴ suan⁴", + "bopomofo" : "ㄐㄧㄥ ㄉㄚˇ ㄒㄧˋ ㄙㄨㄢˋ", + "romatzyh" : "jing daa shih suann" }, + "meanings" : [ "meticulous planning and careful accounting (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "精华", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9834, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "精華", + "transcriptions" : { "pinyin" : "jīng huá", + "numeric" : "jing1 hua2", + "wadegiles" : "ching¹ hua²", + "bopomofo" : "ㄐㄧㄥ ㄏㄨㄚˊ", + "romatzyh" : "jing hwa" }, + "meanings" : [ "best feature", + "most important part of an object", + "quintessence", + "essence", + "soul" ], + "classifiers" : [] } ] }, + { "simplified" : "精简", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18207, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "精簡", + "transcriptions" : { "pinyin" : "jīng jiǎn", + "numeric" : "jing1 jian3", + "wadegiles" : "ching¹ chien³", + "bopomofo" : "ㄐㄧㄥ ㄐㄧㄢˇ", + "romatzyh" : "jing jean" }, + "meanings" : [ "to simplify", "to reduce" ], + "classifiers" : [] } ] }, + { "simplified" : "精力", + "radical" : "米", + "level" : [ "new-4", "old-5" ], + "frequency" : 3458, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "精力", + "transcriptions" : { "pinyin" : "jīng lì", + "numeric" : "jing1 li4", + "wadegiles" : "ching¹ li⁴", + "bopomofo" : "ㄐㄧㄥ ㄌㄧˋ", + "romatzyh" : "jing lih" }, + "meanings" : [ "energy" ], + "classifiers" : [] } ] }, + { "simplified" : "精练", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 46444, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "精練", + "transcriptions" : { "pinyin" : "jīng liàn", + "numeric" : "jing1 lian4", + "wadegiles" : "ching¹ lien⁴", + "bopomofo" : "ㄐㄧㄥ ㄌㄧㄢˋ", + "romatzyh" : "jing liann" }, + "meanings" : [ "(textiles) to scour", + "to degum (silk)", + "variant of 精炼" ], + "classifiers" : [] } ] }, + { "simplified" : "精美", + "radical" : "米", + "level" : [ "new-6" ], + "frequency" : 8649, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "精美", + "transcriptions" : { "pinyin" : "jīng měi", + "numeric" : "jing1 mei3", + "wadegiles" : "ching¹ mei³", + "bopomofo" : "ㄐㄧㄥ ㄇㄟˇ", + "romatzyh" : "jing meei" }, + "meanings" : [ "delicate", "fine", "refinement" ], + "classifiers" : [] } ] }, + { "simplified" : "精密", + "radical" : "米", + "level" : [ "old-6" ], + "frequency" : 12720, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "精密", + "transcriptions" : { "pinyin" : "jīng mì", + "numeric" : "jing1 mi4", + "wadegiles" : "ching¹ mi⁴", + "bopomofo" : "ㄐㄧㄥ ㄇㄧˋ", + "romatzyh" : "jing mih" }, + "meanings" : [ "accuracy", + "exact", + "precise", + "refined" ], + "classifiers" : [] } ] }, + { "simplified" : "精妙", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 23856, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "精妙", + "transcriptions" : { "pinyin" : "jīng miào", + "numeric" : "jing1 miao4", + "wadegiles" : "ching¹ miao⁴", + "bopomofo" : "ㄐㄧㄥ ㄇㄧㄠˋ", + "romatzyh" : "jing miaw" }, + "meanings" : [ "exquisite", + "fine and delicate (usu. of works of art)" ], + "classifiers" : [] } ] }, + { "simplified" : "精明", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 10568, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "精明", + "transcriptions" : { "pinyin" : "jīng míng", + "numeric" : "jing1 ming2", + "wadegiles" : "ching¹ ming²", + "bopomofo" : "ㄐㄧㄥ ㄇㄧㄥˊ", + "romatzyh" : "jing ming" }, + "meanings" : [ "astute; shrewd; smart" ], + "classifiers" : [] } ] }, + { "simplified" : "精疲力竭", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 27998, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "精疲力竭", + "transcriptions" : { "pinyin" : "jīng pí lì jié", + "numeric" : "jing1 pi2 li4 jie2", + "wadegiles" : "ching¹ p'i² li⁴ chieh²", + "bopomofo" : "ㄐㄧㄥ ㄆㄧˊ ㄌㄧˋ ㄐㄧㄝˊ", + "romatzyh" : "jing pyi lih jye" }, + "meanings" : [ "spirit weary, strength exhausted (idiom); spent", + "drained", + "washed out" ], + "classifiers" : [] } ] }, + { "simplified" : "精品", + "radical" : "米", + "level" : [ "new-6" ], + "frequency" : 13787, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "精品", + "transcriptions" : { "pinyin" : "jīng pǐn", + "numeric" : "jing1 pin3", + "wadegiles" : "ching¹ p'in³", + "bopomofo" : "ㄐㄧㄥ ㄆㄧㄣˇ", + "romatzyh" : "jing piin" }, + "meanings" : [ "quality goods", + "premium product", + "fine work (of art)" ], + "classifiers" : [] } ] }, + { "simplified" : "精确", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6603, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "精確", + "transcriptions" : { "pinyin" : "jīng què", + "numeric" : "jing1 que4", + "wadegiles" : "ching¹ ch'üeh⁴", + "bopomofo" : "ㄐㄧㄥ ㄑㄩㄝˋ", + "romatzyh" : "jing chiueh" }, + "meanings" : [ "accurate; precise" ], + "classifiers" : [] } ] }, + { "simplified" : "精神", + "radical" : "米", + "level" : [ "new-3", "old-4" ], + "frequency" : 640, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "精神", + "transcriptions" : { "pinyin" : "jīng shén", + "numeric" : "jing1 shen2", + "wadegiles" : "ching¹ shen²", + "bopomofo" : "ㄐㄧㄥ ㄕㄣˊ", + "romatzyh" : "jing shern" }, + "meanings" : [ "spirit", + "mind", + "consciousness", + "thought", + "mental", + "psychological", + "essence", + "gist" ], + "classifiers" : [ "个" ] }, + { "traditional" : "精神", + "transcriptions" : { "pinyin" : "jīng shen", + "numeric" : "jing1 shen5", + "wadegiles" : "ching¹ shen", + "bopomofo" : "ㄐㄧㄥ shen", + "romatzyh" : "jing shen" }, + "meanings" : [ "vigor", + "vitality", + "drive", + "spiritual" ], + "classifiers" : [] } ] }, + { "simplified" : "精神病", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 7889, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "精神病", + "transcriptions" : { "pinyin" : "jīng shén bìng", + "numeric" : "jing1 shen2 bing4", + "wadegiles" : "ching¹ shen² ping⁴", + "bopomofo" : "ㄐㄧㄥ ㄕㄣˊ ㄅㄧㄥˋ", + "romatzyh" : "jing shern binq" }, + "meanings" : [ "mental disorder", "psychosis" ], + "classifiers" : [] } ] }, + { "simplified" : "精髓", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 13207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "精髓", + "transcriptions" : { "pinyin" : "jīng suǐ", + "numeric" : "jing1 sui3", + "wadegiles" : "ching¹ sui³", + "bopomofo" : "ㄐㄧㄥ ㄙㄨㄟˇ", + "romatzyh" : "jing soei" }, + "meanings" : [ "marrow", + "pith", + "quintessence", + "essence" ], + "classifiers" : [] } ] }, + { "simplified" : "精通", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10968, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "精通", + "transcriptions" : { "pinyin" : "jīng tōng", + "numeric" : "jing1 tong1", + "wadegiles" : "ching¹ t'ung¹", + "bopomofo" : "ㄐㄧㄥ ㄊㄨㄥ", + "romatzyh" : "jing tong" }, + "meanings" : [ "to be proficient in", + "to master (a subject)" ], + "classifiers" : [] } ] }, + { "simplified" : "精细", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 15469, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "精細", + "transcriptions" : { "pinyin" : "jīng xì", + "numeric" : "jing1 xi4", + "wadegiles" : "ching¹ hsi⁴", + "bopomofo" : "ㄐㄧㄥ ㄒㄧˋ", + "romatzyh" : "jing shih" }, + "meanings" : [ "fine", "meticulous", "careful" ], + "classifiers" : [] } ] }, + { "simplified" : "精心", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5186, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "精心", + "transcriptions" : { "pinyin" : "jīng xīn", + "numeric" : "jing1 xin1", + "wadegiles" : "ching¹ hsin¹", + "bopomofo" : "ㄐㄧㄥ ㄒㄧㄣ", + "romatzyh" : "jing shin" }, + "meanings" : [ "with utmost care", + "fine", + "meticulous", + "detailed" ], + "classifiers" : [] } ] }, + { "simplified" : "精益求精", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 36451, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "精益求精", + "transcriptions" : { "pinyin" : "jīng yì qiú jīng", + "numeric" : "jing1 yi4 qiu2 jing1", + "wadegiles" : "ching¹ i⁴ ch'iu² ching¹", + "bopomofo" : "ㄐㄧㄥ ㄧˋ ㄑㄧㄡˊ ㄐㄧㄥ", + "romatzyh" : "jing yih chyou jing" }, + "meanings" : [ "to perfect sth that is already outstanding (idiom); constantly improving" ], + "classifiers" : [] } ] }, + { "simplified" : "精英", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 5964, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "精英", + "transcriptions" : { "pinyin" : "jīng yīng", + "numeric" : "jing1 ying1", + "wadegiles" : "ching¹ ying¹", + "bopomofo" : "ㄐㄧㄥ ㄧㄥ", + "romatzyh" : "jing ing" }, + "meanings" : [ "cream", + "elite", + "essence", + "quintessence" ], + "classifiers" : [] } ] }, + { "simplified" : "精致", + "radical" : "米", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7254, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "精緻", + "transcriptions" : { "pinyin" : "jīng zhì", + "numeric" : "jing1 zhi4", + "wadegiles" : "ching¹ chih⁴", + "bopomofo" : "ㄐㄧㄥ ㄓˋ", + "romatzyh" : "jing jyh" }, + "meanings" : [ "delicate", + "fine", + "exquisite", + "refined" ], + "classifiers" : [] } ] }, + { "simplified" : "井", + "radical" : "二", + "level" : [ "new-6", "old-6" ], + "frequency" : 3630, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "井", + "transcriptions" : { "pinyin" : "Jǐng", + "numeric" : "Jing3", + "wadegiles" : "ching³", + "bopomofo" : "ㄐㄧㄥˇ", + "romatzyh" : "jiing" }, + "meanings" : [ "Jing, one of the 28 constellations of Chinese astronomy", + "surname Jing" ], + "classifiers" : [] }, + { "traditional" : "井", + "transcriptions" : { "pinyin" : "jǐng", + "numeric" : "jing3", + "wadegiles" : "ching³", + "bopomofo" : "ㄐㄧㄥˇ", + "romatzyh" : "jiing" }, + "meanings" : [ "a well", "neat", "orderly" ], + "classifiers" : [ "口" ] } ] }, + { "simplified" : "颈部", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 10276, + "pos" : [], + "forms" : [ { "traditional" : "頸部", + "transcriptions" : { "pinyin" : "jǐng bù", + "numeric" : "jing3 bu4", + "wadegiles" : "ching³ pu⁴", + "bopomofo" : "ㄐㄧㄥˇ ㄅㄨˋ", + "romatzyh" : "jiing buh" }, + "meanings" : [ "neck" ], + "classifiers" : [] } ] }, + { "simplified" : "颈椎", + "radical" : "页", + "level" : [ "old-6" ], + "frequency" : 18820, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "頸椎", + "transcriptions" : { "pinyin" : "jǐng zhuī", + "numeric" : "jing3 zhui1", + "wadegiles" : "ching³ chui¹", + "bopomofo" : "ㄐㄧㄥˇ ㄓㄨㄟ", + "romatzyh" : "jiing juei" }, + "meanings" : [ "cervical vertebra", + "the seven cervical vertebrae in the neck of humans and most mammals" ], + "classifiers" : [] } ] }, + { "simplified" : "景", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 5509, + "pos" : [ "g", "nr" ], + "forms" : [ { "traditional" : "景", + "transcriptions" : { "pinyin" : "Jǐng", + "numeric" : "Jing3", + "wadegiles" : "ching³", + "bopomofo" : "ㄐㄧㄥˇ", + "romatzyh" : "jiing" }, + "meanings" : [ "surname Jing" ], + "classifiers" : [] }, + { "traditional" : "景", + "transcriptions" : { "pinyin" : "jǐng", + "numeric" : "jing3", + "wadegiles" : "ching³", + "bopomofo" : "ㄐㄧㄥˇ", + "romatzyh" : "jiing" }, + "meanings" : [ "(bound form) scenery", + "circumstance", + "situation", + "scene (of a play)", + "(literary) sunlight" ], + "classifiers" : [] } ] }, + { "simplified" : "景点", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 13894, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "景點", + "transcriptions" : { "pinyin" : "jǐng diǎn", + "numeric" : "jing3 dian3", + "wadegiles" : "ching³ tien³", + "bopomofo" : "ㄐㄧㄥˇ ㄉㄧㄢˇ", + "romatzyh" : "jiing dean" }, + "meanings" : [ "tourist attraction; scenic spot" ], + "classifiers" : [] } ] }, + { "simplified" : "景观", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 10081, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "景觀", + "transcriptions" : { "pinyin" : "jǐng guān", + "numeric" : "jing3 guan1", + "wadegiles" : "ching³ kuan¹", + "bopomofo" : "ㄐㄧㄥˇ ㄍㄨㄢ", + "romatzyh" : "jiing guan" }, + "meanings" : [ "landscape" ], + "classifiers" : [] } ] }, + { "simplified" : "景区", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 27449, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "景區", + "transcriptions" : { "pinyin" : "jǐng qū", + "numeric" : "jing3 qu1", + "wadegiles" : "ching³ ch'ü¹", + "bopomofo" : "ㄐㄧㄥˇ ㄑㄩ", + "romatzyh" : "jiing chiu" }, + "meanings" : [ "scenic area" ], + "classifiers" : [] } ] }, + { "simplified" : "景色", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 8954, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "景色", + "transcriptions" : { "pinyin" : "jǐng sè", + "numeric" : "jing3 se4", + "wadegiles" : "ching³ se⁴", + "bopomofo" : "ㄐㄧㄥˇ ㄙㄜˋ", + "romatzyh" : "jiing seh" }, + "meanings" : [ "scenery", + "scene", + "landscape", + "view" ], + "classifiers" : [] } ] }, + { "simplified" : "景象", + "radical" : "日", + "level" : [ "new-5" ], + "frequency" : 7447, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "景象", + "transcriptions" : { "pinyin" : "jǐng xiàng", + "numeric" : "jing3 xiang4", + "wadegiles" : "ching³ hsiang⁴", + "bopomofo" : "ㄐㄧㄥˇ ㄒㄧㄤˋ", + "romatzyh" : "jiing shianq" }, + "meanings" : [ "scene", "sight (to behold)" ], + "classifiers" : [] } ] }, + { "simplified" : "警察", + "radical" : "言", + "level" : [ "new-3", "old-4" ], + "frequency" : 1128, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "警察", + "transcriptions" : { "pinyin" : "jǐng chá", + "numeric" : "jing3 cha2", + "wadegiles" : "ching³ ch'a²", + "bopomofo" : "ㄐㄧㄥˇ ㄔㄚˊ", + "romatzyh" : "jiing char" }, + "meanings" : [ "police; police officer" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "警车", + "radical" : "言", + "level" : [ "new-7+" ], + "frequency" : 7901, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "警車", + "transcriptions" : { "pinyin" : "jǐng chē", + "numeric" : "jing3 che1", + "wadegiles" : "ching³ ch'e¹", + "bopomofo" : "ㄐㄧㄥˇ ㄔㄜ", + "romatzyh" : "jiing che" }, + "meanings" : [ "police car" ], + "classifiers" : [] } ] }, + { "simplified" : "警告", + "radical" : "言", + "level" : [ "new-5", "old-6" ], + "frequency" : 2971, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "警告", + "transcriptions" : { "pinyin" : "jǐng gào", + "numeric" : "jing3 gao4", + "wadegiles" : "ching³ kao⁴", + "bopomofo" : "ㄐㄧㄥˇ ㄍㄠˋ", + "romatzyh" : "jiing gaw" }, + "meanings" : [ "to warn", "to admonish" ], + "classifiers" : [] } ] }, + { "simplified" : "警官", + "radical" : "言", + "level" : [ "new-7+" ], + "frequency" : 6793, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "警官", + "transcriptions" : { "pinyin" : "jǐng guān", + "numeric" : "jing3 guan1", + "wadegiles" : "ching³ kuan¹", + "bopomofo" : "ㄐㄧㄥˇ ㄍㄨㄢ", + "romatzyh" : "jiing guan" }, + "meanings" : [ "constable; police officer" ], + "classifiers" : [] } ] }, + { "simplified" : "警惕", + "radical" : "言", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5785, + "pos" : [ "v", "an", "vn" ], + "forms" : [ { "traditional" : "警惕", + "transcriptions" : { "pinyin" : "jǐng tì", + "numeric" : "jing3 ti4", + "wadegiles" : "ching³ t'i⁴", + "bopomofo" : "ㄐㄧㄥˇ ㄊㄧˋ", + "romatzyh" : "jiing tih" }, + "meanings" : [ "to be on the alert", + "vigilant", + "alert", + "on guard", + "to warn" ], + "classifiers" : [] } ] }, + { "simplified" : "警钟", + "radical" : "言", + "level" : [ "new-7+" ], + "frequency" : 18522, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "警鐘", + "transcriptions" : { "pinyin" : "jǐng zhōng", + "numeric" : "jing3 zhong1", + "wadegiles" : "ching³ chung¹", + "bopomofo" : "ㄐㄧㄥˇ ㄓㄨㄥ", + "romatzyh" : "jiing jong" }, + "meanings" : [ "alarm bell" ], + "classifiers" : [] } ] }, + { "simplified" : "净", + "radical" : "冫", + "level" : [ "new-6" ], + "frequency" : 4961, + "pos" : [ "a", "d" ], + "forms" : [ { "traditional" : "凈", + "transcriptions" : { "pinyin" : "jìng", + "numeric" : "jing4", + "wadegiles" : "ching⁴", + "bopomofo" : "ㄐㄧㄥˋ", + "romatzyh" : "jinq" }, + "meanings" : [ "variant of 净" ], + "classifiers" : [] }, + { "traditional" : "淨", + "transcriptions" : { "pinyin" : "jìng", + "numeric" : "jing4", + "wadegiles" : "ching⁴", + "bopomofo" : "ㄐㄧㄥˋ", + "romatzyh" : "jinq" }, + "meanings" : [ "clean", + "completely", + "only", + "net (income, exports etc)", + "(Chinese opera) painted face male role" ], + "classifiers" : [] } ] }, + { "simplified" : "净化", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 8582, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "淨化", + "transcriptions" : { "pinyin" : "jìng huà", + "numeric" : "jing4 hua4", + "wadegiles" : "ching⁴ hua⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄏㄨㄚˋ", + "romatzyh" : "jinq huah" }, + "meanings" : [ "to purify" ], + "classifiers" : [] } ] }, + { "simplified" : "竞技", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 9356, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "競技", + "transcriptions" : { "pinyin" : "jìng jì", + "numeric" : "jing4 ji4", + "wadegiles" : "ching⁴ chi⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄐㄧˋ", + "romatzyh" : "jinq jih" }, + "meanings" : [ "competition of skill (e.g. sports)", + "athletics tournament" ], + "classifiers" : [] } ] }, + { "simplified" : "竞赛", + "radical" : "立", + "level" : [ "new-5", "old-6" ], + "frequency" : 4857, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "競賽", + "transcriptions" : { "pinyin" : "jìng sài", + "numeric" : "jing4 sai4", + "wadegiles" : "ching⁴ sai⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄙㄞˋ", + "romatzyh" : "jinq say" }, + "meanings" : [ "to compete; to race", + "contest; competition; match; race" ], + "classifiers" : [] } ] }, + { "simplified" : "竞相", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 32224, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "競相", + "transcriptions" : { "pinyin" : "jìng xiāng", + "numeric" : "jing4 xiang1", + "wadegiles" : "ching⁴ hsiang¹", + "bopomofo" : "ㄐㄧㄥˋ ㄒㄧㄤ", + "romatzyh" : "jinq shiang" }, + "meanings" : [ "competitive", "eagerly", "to vie" ], + "classifiers" : [] } ] }, + { "simplified" : "竞选", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5211, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "競選", + "transcriptions" : { "pinyin" : "jìng xuǎn", + "numeric" : "jing4 xuan3", + "wadegiles" : "ching⁴ hsüan³", + "bopomofo" : "ㄐㄧㄥˋ ㄒㄩㄢˇ", + "romatzyh" : "jinq sheuan" }, + "meanings" : [ "to take part in an election", + "to run for office" ], + "classifiers" : [] } ] }, + { "simplified" : "竞争", + "radical" : "立", + "level" : [ "new-5", "old-4" ], + "frequency" : 1584, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "競爭", + "transcriptions" : { "pinyin" : "jìng zhēng", + "numeric" : "jing4 zheng1", + "wadegiles" : "ching⁴ cheng¹", + "bopomofo" : "ㄐㄧㄥˋ ㄓㄥ", + "romatzyh" : "jinq jeng" }, + "meanings" : [ "to compete", "competition" ], + "classifiers" : [] } ] }, + { "simplified" : "竟", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 3252, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "竟", + "transcriptions" : { "pinyin" : "jìng", + "numeric" : "jing4", + "wadegiles" : "ching⁴", + "bopomofo" : "ㄐㄧㄥˋ", + "romatzyh" : "jinq" }, + "meanings" : [ "unexpectedly", + "actually", + "to go so far as to", + "indeed" ], + "classifiers" : [] } ] }, + { "simplified" : "竟敢", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 16529, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "竟敢", + "transcriptions" : { "pinyin" : "jìng gǎn", + "numeric" : "jing4 gan3", + "wadegiles" : "ching⁴ kan³", + "bopomofo" : "ㄐㄧㄥˋ ㄍㄢˇ", + "romatzyh" : "jinq gaan" }, + "meanings" : [ "to have the impertinence", + "to have the cheek to" ], + "classifiers" : [] } ] }, + { "simplified" : "竟然", + "radical" : "立", + "level" : [ "new-4", "old-4" ], + "frequency" : 1381, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "竟然", + "transcriptions" : { "pinyin" : "jìng rán", + "numeric" : "jing4 ran2", + "wadegiles" : "ching⁴ jan²", + "bopomofo" : "ㄐㄧㄥˋ ㄖㄢˊ", + "romatzyh" : "jinq ran" }, + "meanings" : [ "unexpectedly", + "to one's surprise", + "in spite of everything", + "in that crazy way", + "actually", + "to go as far as to" ], + "classifiers" : [] } ] }, + { "simplified" : "敬", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 4642, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敬", + "transcriptions" : { "pinyin" : "jìng", + "numeric" : "jing4", + "wadegiles" : "ching⁴", + "bopomofo" : "ㄐㄧㄥˋ", + "romatzyh" : "jinq" }, + "meanings" : [ "(bound form) respectful; to respect", + "to offer politely" ], + "classifiers" : [] } ] }, + { "simplified" : "敬爱", + "radical" : "攵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 15514, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敬愛", + "transcriptions" : { "pinyin" : "jìng ài", + "numeric" : "jing4 ai4", + "wadegiles" : "ching⁴ ai⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄞˋ", + "romatzyh" : "jinq ay" }, + "meanings" : [ "to respect and love; to hold in high esteem" ], + "classifiers" : [] } ] }, + { "simplified" : "敬而远之", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 37994, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敬而遠之", + "transcriptions" : { "pinyin" : "jìng ér yuǎn zhī", + "numeric" : "jing4 er2 yuan3 zhi1", + "wadegiles" : "ching⁴ erh² yüan³ chih¹", + "bopomofo" : "ㄐㄧㄥˋ ㄦˊ ㄩㄢˇ ㄓ", + "romatzyh" : "jinq erl yeuan jy" }, + "meanings" : [ "to show respect from a distance (idiom)", + "to remain at a respectful distance" ], + "classifiers" : [] } ] }, + { "simplified" : "敬酒", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 21610, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敬酒", + "transcriptions" : { "pinyin" : "jìng jiǔ", + "numeric" : "jing4 jiu3", + "wadegiles" : "ching⁴ chiu³", + "bopomofo" : "ㄐㄧㄥˋ ㄐㄧㄡˇ", + "romatzyh" : "jinq jeou" }, + "meanings" : [ "to toast; to propose a toast" ], + "classifiers" : [] } ] }, + { "simplified" : "敬礼", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14222, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "敬禮", + "transcriptions" : { "pinyin" : "jìng lǐ", + "numeric" : "jing4 li3", + "wadegiles" : "ching⁴ li³", + "bopomofo" : "ㄐㄧㄥˋ ㄌㄧˇ", + "romatzyh" : "jinq lii" }, + "meanings" : [ "to salute", "salute" ], + "classifiers" : [] } ] }, + { "simplified" : "敬佩", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 12979, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "敬佩", + "transcriptions" : { "pinyin" : "jìng pèi", + "numeric" : "jing4 pei4", + "wadegiles" : "ching⁴ p'ei⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄆㄟˋ", + "romatzyh" : "jinq pey" }, + "meanings" : [ "to esteem", "to admire" ], + "classifiers" : [] } ] }, + { "simplified" : "敬请", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 11173, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敬請", + "transcriptions" : { "pinyin" : "jìng qǐng", + "numeric" : "jing4 qing3", + "wadegiles" : "ching⁴ ch'ing³", + "bopomofo" : "ㄐㄧㄥˋ ㄑㄧㄥˇ", + "romatzyh" : "jinq chiing" }, + "meanings" : [ "please (do sth) (deferential form)" ], + "classifiers" : [] } ] }, + { "simplified" : "敬业", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 13398, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "敬業", + "transcriptions" : { "pinyin" : "jìng yè", + "numeric" : "jing4 ye4", + "wadegiles" : "ching⁴ yeh⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄧㄝˋ", + "romatzyh" : "jinq yeh" }, + "meanings" : [ "dedicated to one's work" ], + "classifiers" : [] } ] }, + { "simplified" : "敬意", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 10768, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "敬意", + "transcriptions" : { "pinyin" : "jìng yì", + "numeric" : "jing4 yi4", + "wadegiles" : "ching⁴ i⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄧˋ", + "romatzyh" : "jinq yih" }, + "meanings" : [ "respect; esteem; high regard" ], + "classifiers" : [] } ] }, + { "simplified" : "敬重", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 18242, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "敬重", + "transcriptions" : { "pinyin" : "jìng zhòng", + "numeric" : "jing4 zhong4", + "wadegiles" : "ching⁴ chung⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄓㄨㄥˋ", + "romatzyh" : "jinq jonq" }, + "meanings" : [ "to respect deeply", + "to revere", + "to esteem" ], + "classifiers" : [] } ] }, + { "simplified" : "境地", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 9085, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "境地", + "transcriptions" : { "pinyin" : "jìng dì", + "numeric" : "jing4 di4", + "wadegiles" : "ching⁴ ti⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄉㄧˋ", + "romatzyh" : "jinq dih" }, + "meanings" : [ "circumstances" ], + "classifiers" : [] } ] }, + { "simplified" : "境界", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8138, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "境界", + "transcriptions" : { "pinyin" : "jìng jiè", + "numeric" : "jing4 jie4", + "wadegiles" : "ching⁴ chieh⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄐㄧㄝˋ", + "romatzyh" : "jinq jieh" }, + "meanings" : [ "boundary", "state", "realm" ], + "classifiers" : [] } ] }, + { "simplified" : "境内", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 8802, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "境內", + "transcriptions" : { "pinyin" : "jìng nèi", + "numeric" : "jing4 nei4", + "wadegiles" : "ching⁴ nei⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄋㄟˋ", + "romatzyh" : "jinq ney" }, + "meanings" : [ "within the borders", + "internal (to a country, province, city etc)", + "domestic" ], + "classifiers" : [] } ] }, + { "simplified" : "境外", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 24563, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "境外", + "transcriptions" : { "pinyin" : "jìng wài", + "numeric" : "jing4 wai4", + "wadegiles" : "ching⁴ wai⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄨㄞˋ", + "romatzyh" : "jinq way" }, + "meanings" : [ "outside (a country's) borders" ], + "classifiers" : [] } ] }, + { "simplified" : "境遇", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 20467, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "境遇", + "transcriptions" : { "pinyin" : "jìng yù", + "numeric" : "jing4 yu4", + "wadegiles" : "ching⁴ yü⁴", + "bopomofo" : "ㄐㄧㄥˋ ㄩˋ", + "romatzyh" : "jinq yuh" }, + "meanings" : [ "circumstance" ], + "classifiers" : [] } ] }, + { "simplified" : "静", + "radical" : "青", + "level" : [ "new-3" ], + "frequency" : 3112, + "pos" : [ "a", "ad", "v", "an" ], + "forms" : [ { "traditional" : "靜", + "transcriptions" : { "pinyin" : "jìng", + "numeric" : "jing4", + "wadegiles" : "ching⁴", + "bopomofo" : "ㄐㄧㄥˋ", + "romatzyh" : "jinq" }, + "meanings" : [ "still", + "calm", + "quiet", + "not moving" ], + "classifiers" : [] } ] }, + { "simplified" : "静止", + "radical" : "青", + "level" : [ "new-7+" ], + "frequency" : 13574, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "靜止", + "transcriptions" : { "pinyin" : "jìng zhǐ", + "numeric" : "jing4 zhi3", + "wadegiles" : "ching⁴ chih³", + "bopomofo" : "ㄐㄧㄥˋ ㄓˇ", + "romatzyh" : "jinq jyy" }, + "meanings" : [ "still", + "immobile", + "static", + "stationary" ], + "classifiers" : [] } ] }, + { "simplified" : "镜头", + "radical" : "钅", + "level" : [ "new-4", "old-6" ], + "frequency" : 2581, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鏡頭", + "transcriptions" : { "pinyin" : "jìng tóu", + "numeric" : "jing4 tou2", + "wadegiles" : "ching⁴ t'ou²", + "bopomofo" : "ㄐㄧㄥˋ ㄊㄡˊ", + "romatzyh" : "jinq tour" }, + "meanings" : [ "camera lens", + "camera shot (in a movie etc)", + "scene" ], + "classifiers" : [] } ] }, + { "simplified" : "镜子", + "radical" : "钅", + "level" : [ "new-4", "old-4" ], + "frequency" : 5015, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鏡子", + "transcriptions" : { "pinyin" : "jìng zi", + "numeric" : "jing4 zi5", + "wadegiles" : "ching⁴ zi", + "bopomofo" : "ㄐㄧㄥˋ zi", + "romatzyh" : "jinq zi" }, + "meanings" : [ "mirror" ], + "classifiers" : [ "面", "个" ] } ] }, + { "simplified" : "窘迫", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 21280, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "窘迫", + "transcriptions" : { "pinyin" : "jiǒng pò", + "numeric" : "jiong3 po4", + "wadegiles" : "chiung³ p'o⁴", + "bopomofo" : "ㄐㄩㄥˇ ㄆㄛˋ", + "romatzyh" : "jeong poh" }, + "meanings" : [ "poverty-stricken", + "very poor", + "hard-pressed", + "in a predicament", + "embarrassed" ], + "classifiers" : [] } ] }, + { "simplified" : "纠缠", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 7142, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "糾纏", + "transcriptions" : { "pinyin" : "jiū chán", + "numeric" : "jiu1 chan2", + "wadegiles" : "chiu¹ ch'an²", + "bopomofo" : "ㄐㄧㄡ ㄔㄢˊ", + "romatzyh" : "jiou charn" }, + "meanings" : [ "to be in a tangle", "to nag" ], + "classifiers" : [] } ] }, + { "simplified" : "纠纷", + "radical" : "纟", + "level" : [ "new-6", "old-6" ], + "frequency" : 6898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "糾紛", + "transcriptions" : { "pinyin" : "jiū fēn", + "numeric" : "jiu1 fen1", + "wadegiles" : "chiu¹ fen¹", + "bopomofo" : "ㄐㄧㄡ ㄈㄣ", + "romatzyh" : "jiou fen" }, + "meanings" : [ "dispute" ], + "classifiers" : [] } ] }, + { "simplified" : "纠正", + "radical" : "纟", + "level" : [ "new-6", "old-6" ], + "frequency" : 5645, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "糾正", + "transcriptions" : { "pinyin" : "jiū zhèng", + "numeric" : "jiu1 zheng4", + "wadegiles" : "chiu¹ cheng⁴", + "bopomofo" : "ㄐㄧㄡ ㄓㄥˋ", + "romatzyh" : "jiou jenq" }, + "meanings" : [ "to correct", "to make right" ], + "classifiers" : [] } ] }, + { "simplified" : "究竟", + "radical" : "穴", + "level" : [ "new-4", "old-4" ], + "frequency" : 1812, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "究竟", + "transcriptions" : { "pinyin" : "jiū jìng", + "numeric" : "jiu1 jing4", + "wadegiles" : "chiu¹ ching⁴", + "bopomofo" : "ㄐㄧㄡ ㄐㄧㄥˋ", + "romatzyh" : "jiou jinq" }, + "meanings" : [ "to go to the bottom of a matter", + "after all", + "when all is said and done", + "(in an interrogative sentence) finally", + "outcome", + "result" ], + "classifiers" : [] } ] }, + { "simplified" : "揪", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9394, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揪", + "transcriptions" : { "pinyin" : "jiū", + "numeric" : "jiu1", + "wadegiles" : "chiu¹", + "bopomofo" : "ㄐㄧㄡ", + "romatzyh" : "jiou" }, + "meanings" : [ "to seize", + "to clutch", + "to grab firmly and pull" ], + "classifiers" : [] } ] }, + { "simplified" : "九", + "radical" : "乙", + "level" : [ "new-1", "old-1" ], + "frequency" : 2040, + "pos" : [ "m", "t", "b" ], + "forms" : [ { "traditional" : "九", + "transcriptions" : { "pinyin" : "jiǔ", + "numeric" : "jiu3", + "wadegiles" : "chiu³", + "bopomofo" : "ㄐㄧㄡˇ", + "romatzyh" : "jeou" }, + "meanings" : [ "nine", "9" ], + "classifiers" : [] } ] }, + { "simplified" : "久", + "radical" : "丿", + "level" : [ "new-3", "old-3" ], + "frequency" : 1103, + "pos" : [ "a", "g", "ad" ], + "forms" : [ { "traditional" : "久", + "transcriptions" : { "pinyin" : "jiǔ", + "numeric" : "jiu3", + "wadegiles" : "chiu³", + "bopomofo" : "ㄐㄧㄡˇ", + "romatzyh" : "jeou" }, + "meanings" : [ "(long) time", + "(long) duration of time" ], + "classifiers" : [] } ] }, + { "simplified" : "久违", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 20391, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "久違", + "transcriptions" : { "pinyin" : "jiǔ wéi", + "numeric" : "jiu3 wei2", + "wadegiles" : "chiu³ wei²", + "bopomofo" : "ㄐㄧㄡˇ ㄨㄟˊ", + "romatzyh" : "jeou wei" }, + "meanings" : [ "(haven't done sth) for a long time", + "a long time since we last met" ], + "classifiers" : [] } ] }, + { "simplified" : "久仰", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 30424, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "久仰", + "transcriptions" : { "pinyin" : "jiǔ yǎng", + "numeric" : "jiu3 yang3", + "wadegiles" : "chiu³ yang³", + "bopomofo" : "ㄐㄧㄡˇ ㄧㄤˇ", + "romatzyh" : "jeou yeang" }, + "meanings" : [ "honorific: I've long looked forward to meeting you.", + "It's an honor to meet you at last." ], + "classifiers" : [] } ] }, + { "simplified" : "酒", + "radical" : "酉", + "level" : [ "new-2" ], + "frequency" : 788, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "酒", + "transcriptions" : { "pinyin" : "jiǔ", + "numeric" : "jiu3", + "wadegiles" : "chiu³", + "bopomofo" : "ㄐㄧㄡˇ", + "romatzyh" : "jeou" }, + "meanings" : [ "wine (esp. rice wine)", + "liquor", + "spirits", + "alcoholic beverage" ], + "classifiers" : [ "杯", "瓶", "罐", "桶", "缸" ] } ] }, + { "simplified" : "酒吧", + "radical" : "酉", + "level" : [ "new-4", "old-5" ], + "frequency" : 3070, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "酒吧", + "transcriptions" : { "pinyin" : "jiǔ bā", + "numeric" : "jiu3 ba1", + "wadegiles" : "chiu³ pa¹", + "bopomofo" : "ㄐㄧㄡˇ ㄅㄚ", + "romatzyh" : "jeou ba" }, + "meanings" : [ "bar", "pub", "saloon" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "酒店", + "radical" : "酉", + "level" : [ "new-2" ], + "frequency" : 1680, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "酒店", + "transcriptions" : { "pinyin" : "jiǔ diàn", + "numeric" : "jiu3 dian4", + "wadegiles" : "chiu³ tien⁴", + "bopomofo" : "ㄐㄧㄡˇ ㄉㄧㄢˋ", + "romatzyh" : "jeou diann" }, + "meanings" : [ "wine shop", + "pub (public house)", + "hotel", + "restaurant", + "(Tw) hostess club" ], + "classifiers" : [] } ] }, + { "simplified" : "酒鬼", + "radical" : "酉", + "level" : [ "new-5" ], + "frequency" : 12960, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "酒鬼", + "transcriptions" : { "pinyin" : "jiǔ guǐ", + "numeric" : "jiu3 gui3", + "wadegiles" : "chiu³ kuei³", + "bopomofo" : "ㄐㄧㄡˇ ㄍㄨㄟˇ", + "romatzyh" : "jeou goei" }, + "meanings" : [ "drunkard" ], + "classifiers" : [] } ] }, + { "simplified" : "酒精", + "radical" : "酉", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5549, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "酒精", + "transcriptions" : { "pinyin" : "jiǔ jīng", + "numeric" : "jiu3 jing1", + "wadegiles" : "chiu³ ching¹", + "bopomofo" : "ㄐㄧㄡˇ ㄐㄧㄥ", + "romatzyh" : "jeou jing" }, + "meanings" : [ "alcohol", + "ethanol CH3CH2OH", + "ethyl alcohol", + "also written 乙醇", + "grain alcohol" ], + "classifiers" : [] } ] }, + { "simplified" : "酒楼", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 28158, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "酒樓", + "transcriptions" : { "pinyin" : "jiǔ lóu", + "numeric" : "jiu3 lou2", + "wadegiles" : "chiu³ lou²", + "bopomofo" : "ㄐㄧㄡˇ ㄌㄡˊ", + "romatzyh" : "jeou lou" }, + "meanings" : [ "restaurant" ], + "classifiers" : [] } ] }, + { "simplified" : "酒水", + "radical" : "酉", + "level" : [ "new-6" ], + "frequency" : 17047, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "酒水", + "transcriptions" : { "pinyin" : "jiǔ shuǐ", + "numeric" : "jiu3 shui3", + "wadegiles" : "chiu³ shui³", + "bopomofo" : "ㄐㄧㄡˇ ㄕㄨㄟˇ", + "romatzyh" : "jeou shoei" }, + "meanings" : [ "beverage; drink" ], + "classifiers" : [] } ] }, + { "simplified" : "旧", + "radical" : "日", + "level" : [ "new-3", "old-3" ], + "frequency" : 1787, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "舊", + "transcriptions" : { "pinyin" : "jiù", + "numeric" : "jiu4", + "wadegiles" : "chiu⁴", + "bopomofo" : "ㄐㄧㄡˋ", + "romatzyh" : "jiow" }, + "meanings" : [ "old", + "opposite: new 新", + "former", + "worn (with age)" ], + "classifiers" : [] } ] }, + { "simplified" : "救", + "radical" : "攵", + "level" : [ "new-3", "old-5" ], + "frequency" : 1217, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "捄", + "transcriptions" : { "pinyin" : "jiù", + "numeric" : "jiu4", + "wadegiles" : "chiu⁴", + "bopomofo" : "ㄐㄧㄡˋ", + "romatzyh" : "jiow" }, + "meanings" : [ "variant of 救" ], + "classifiers" : [] }, + { "traditional" : "救", + "transcriptions" : { "pinyin" : "jiù", + "numeric" : "jiu4", + "wadegiles" : "chiu⁴", + "bopomofo" : "ㄐㄧㄡˋ", + "romatzyh" : "jiow" }, + "meanings" : [ "to save", + "to assist", + "to rescue" ], + "classifiers" : [] } ] }, + { "simplified" : "救护车", + "radical" : "攵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "救護車", + "transcriptions" : { "pinyin" : "jiù hù chē", + "numeric" : "jiu4 hu4 che1", + "wadegiles" : "chiu⁴ hu⁴ ch'e¹", + "bopomofo" : "ㄐㄧㄡˋ ㄏㄨˋ ㄔㄜ", + "romatzyh" : "jiow huh che" }, + "meanings" : [ "ambulance" ], + "classifiers" : [ "辆" ] } ] }, + { "simplified" : "救济", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9347, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "救濟", + "transcriptions" : { "pinyin" : "jiù jì", + "numeric" : "jiu4 ji4", + "wadegiles" : "chiu⁴ chi⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄐㄧˋ", + "romatzyh" : "jiow jih" }, + "meanings" : [ "emergency relief", + "to help the needy with cash or goods" ], + "classifiers" : [] } ] }, + { "simplified" : "救命", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 4007, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "救命", + "transcriptions" : { "pinyin" : "jiù mìng", + "numeric" : "jiu4 ming4", + "wadegiles" : "chiu⁴ ming⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄇㄧㄥˋ", + "romatzyh" : "jiow minq" }, + "meanings" : [ "to save sb's life", + "(interj.) Help!", + "Save me!" ], + "classifiers" : [] } ] }, + { "simplified" : "救援", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 4243, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "救援", + "transcriptions" : { "pinyin" : "jiù yuán", + "numeric" : "jiu4 yuan2", + "wadegiles" : "chiu⁴ yüan²", + "bopomofo" : "ㄐㄧㄡˋ ㄩㄢˊ", + "romatzyh" : "jiow yuan" }, + "meanings" : [ "to save", + "to support", + "to help", + "to assist" ], + "classifiers" : [] } ] }, + { "simplified" : "救灾", + "radical" : "攵", + "level" : [ "new-5" ], + "frequency" : 25577, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "救災", + "transcriptions" : { "pinyin" : "jiù zāi", + "numeric" : "jiu4 zai1", + "wadegiles" : "chiu⁴ tsai¹", + "bopomofo" : "ㄐㄧㄡˋ ㄗㄞ", + "romatzyh" : "jiow tzai" }, + "meanings" : [ "to relieve disaster", + "to help disaster victims" ], + "classifiers" : [] } ] }, + { "simplified" : "救治", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 11225, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "救治", + "transcriptions" : { "pinyin" : "jiù zhì", + "numeric" : "jiu4 zhi4", + "wadegiles" : "chiu⁴ chih⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄓˋ", + "romatzyh" : "jiow jyh" }, + "meanings" : [ "to provide critical care (to a patient or a diseased plant)" ], + "classifiers" : [] } ] }, + { "simplified" : "救助", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 5739, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "救助", + "transcriptions" : { "pinyin" : "jiù zhù", + "numeric" : "jiu4 zhu4", + "wadegiles" : "chiu⁴ chu⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄓㄨˋ", + "romatzyh" : "jiow juh" }, + "meanings" : [ "to help sb in trouble", + "aid", + "assistance" ], + "classifiers" : [] } ] }, + { "simplified" : "就", + "radical" : "尢", + "level" : [ "new-1", "old-2" ], + "frequency" : 15, + "pos" : [ "d", "p", "c", "v" ], + "forms" : [ { "traditional" : "就", + "transcriptions" : { "pinyin" : "jiù", + "numeric" : "jiu4", + "wadegiles" : "chiu⁴", + "bopomofo" : "ㄐㄧㄡˋ", + "romatzyh" : "jiow" }, + "meanings" : [ "(after a suppositional clause) in that case; then", + "(after a clause of action) as soon as; immediately after", + "(same as 是) merely; nothing else but; simply; just; precisely; exactly", + "only; as little as", + "as much as; as many as", + "to approach; to move towards", + "to undertake; to engage in", + "(often followed by 着) taking advantage of", + "(of food) to go with", + "with regard to; concerning", + "(pattern: 就 ... 也 ...) even if ... still ...", + "(pattern: 不 ... 就 ...) if not ... then must be ..." ], + "classifiers" : [] } ] }, + { "simplified" : "就餐", + "radical" : "尢", + "level" : [ "new-7+" ], + "frequency" : 20128, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "就餐", + "transcriptions" : { "pinyin" : "jiù cān", + "numeric" : "jiu4 can1", + "wadegiles" : "chiu⁴ ts'an¹", + "bopomofo" : "ㄐㄧㄡˋ ㄘㄢ", + "romatzyh" : "jiow tsan" }, + "meanings" : [ "to dine" ], + "classifiers" : [] } ] }, + { "simplified" : "就地", + "radical" : "尢", + "level" : [ "new-7+" ], + "frequency" : 17889, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "就地", + "transcriptions" : { "pinyin" : "jiù dì", + "numeric" : "jiu4 di4", + "wadegiles" : "chiu⁴ ti⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄉㄧˋ", + "romatzyh" : "jiow dih" }, + "meanings" : [ "locally", "on the spot" ], + "classifiers" : [] } ] }, + { "simplified" : "就读", + "radical" : "尢", + "level" : [ "new-7+" ], + "frequency" : 12245, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "就讀", + "transcriptions" : { "pinyin" : "jiù dú", + "numeric" : "jiu4 du2", + "wadegiles" : "chiu⁴ tu²", + "bopomofo" : "ㄐㄧㄡˋ ㄉㄨˊ", + "romatzyh" : "jiow dwu" }, + "meanings" : [ "to go to school" ], + "classifiers" : [] } ] }, + { "simplified" : "就近", + "radical" : "尢", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22192, + "pos" : [ "d", "b", "a" ], + "forms" : [ { "traditional" : "就近", + "transcriptions" : { "pinyin" : "jiù jìn", + "numeric" : "jiu4 jin4", + "wadegiles" : "chiu⁴ chin⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄐㄧㄣˋ", + "romatzyh" : "jiow jinn" }, + "meanings" : [ "nearby", + "in a close neighborhood" ], + "classifiers" : [] } ] }, + { "simplified" : "就任", + "radical" : "尢", + "level" : [ "new-7+" ], + "frequency" : 17375, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "就任", + "transcriptions" : { "pinyin" : "jiù rèn", + "numeric" : "jiu4 ren4", + "wadegiles" : "chiu⁴ jen⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄖㄣˋ", + "romatzyh" : "jiow renn" }, + "meanings" : [ "to take office", + "to assume a post" ], + "classifiers" : [] } ] }, + { "simplified" : "就是", + "radical" : "尢", + "level" : [ "new-3" ], + "frequency" : 113, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "就是", + "transcriptions" : { "pinyin" : "jiù shì", + "numeric" : "jiu4 shi4", + "wadegiles" : "chiu⁴ shih⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄕˋ", + "romatzyh" : "jiow shyh" }, + "meanings" : [ "exactly; precisely", + "only; simply; just", + "(used correlatively with 也) even; even if" ], + "classifiers" : [] } ] }, + { "simplified" : "就是说", + "radical" : "尢", + "level" : [ "new-6" ], + "frequency" : 8855, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "就是說", + "transcriptions" : { "pinyin" : "jiù shì shuō", + "numeric" : "jiu4 shi4 shuo1", + "wadegiles" : "chiu⁴ shih⁴ shuo¹", + "bopomofo" : "ㄐㄧㄡˋ ㄕˋ ㄕㄨㄛ", + "romatzyh" : "jiow shyh shuo" }, + "meanings" : [ "in other words; that is" ], + "classifiers" : [] } ] }, + { "simplified" : "就算", + "radical" : "尢", + "level" : [ "new-6" ], + "frequency" : 2985, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "就算", + "transcriptions" : { "pinyin" : "jiù suàn", + "numeric" : "jiu4 suan4", + "wadegiles" : "chiu⁴ suan⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄙㄨㄢˋ", + "romatzyh" : "jiow suann" }, + "meanings" : [ "(coll.) even if" ], + "classifiers" : [] } ] }, + { "simplified" : "就要", + "radical" : "尢", + "level" : [ "new-2" ], + "frequency" : 1077, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "就要", + "transcriptions" : { "pinyin" : "jiù yào", + "numeric" : "jiu4 yao4", + "wadegiles" : "chiu⁴ yao⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄧㄠˋ", + "romatzyh" : "jiow yaw" }, + "meanings" : [ "will", "shall", "to be going to" ], + "classifiers" : [] } ] }, + { "simplified" : "就业", + "radical" : "尢", + "level" : [ "new-3", "old-6" ], + "frequency" : 7863, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "就業", + "transcriptions" : { "pinyin" : "jiù yè", + "numeric" : "jiu4 ye4", + "wadegiles" : "chiu⁴ yeh⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄧㄝˋ", + "romatzyh" : "jiow yeh" }, + "meanings" : [ "to get a job", "employment" ], + "classifiers" : [] } ] }, + { "simplified" : "就医", + "radical" : "尢", + "level" : [ "new-7+" ], + "frequency" : 18539, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "就醫", + "transcriptions" : { "pinyin" : "jiù yī", + "numeric" : "jiu4 yi1", + "wadegiles" : "chiu⁴ i¹", + "bopomofo" : "ㄐㄧㄡˋ ㄧ", + "romatzyh" : "jiow i" }, + "meanings" : [ "to receive medical treatment" ], + "classifiers" : [] } ] }, + { "simplified" : "就诊", + "radical" : "尢", + "level" : [ "new-7+" ], + "frequency" : 14870, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "就診", + "transcriptions" : { "pinyin" : "jiù zhěn", + "numeric" : "jiu4 zhen3", + "wadegiles" : "chiu⁴ chen³", + "bopomofo" : "ㄐㄧㄡˋ ㄓㄣˇ", + "romatzyh" : "jiow jeen" }, + "meanings" : [ "to see a doctor", + "to seek medical advice" ], + "classifiers" : [] } ] }, + { "simplified" : "就职", + "radical" : "尢", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14398, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "就職", + "transcriptions" : { "pinyin" : "jiù zhí", + "numeric" : "jiu4 zhi2", + "wadegiles" : "chiu⁴ chih²", + "bopomofo" : "ㄐㄧㄡˋ ㄓˊ", + "romatzyh" : "jiow jyr" }, + "meanings" : [ "to take office; to assume a post" ], + "classifiers" : [] } ] }, + { "simplified" : "就座", + "radical" : "尢", + "level" : [ "new-7+" ], + "frequency" : 22691, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "就座", + "transcriptions" : { "pinyin" : "jiù zuò", + "numeric" : "jiu4 zuo4", + "wadegiles" : "chiu⁴ tso⁴", + "bopomofo" : "ㄐㄧㄡˋ ㄗㄨㄛˋ", + "romatzyh" : "jiow tzuoh" }, + "meanings" : [ "to take a seat" ], + "classifiers" : [] } ] }, + { "simplified" : "舅舅", + "radical" : "臼", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9397, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舅舅", + "transcriptions" : { "pinyin" : "jiù jiu", + "numeric" : "jiu4 jiu5", + "wadegiles" : "chiu⁴ jiu", + "bopomofo" : "ㄐㄧㄡˋ jiu", + "romatzyh" : "jiow jiu" }, + "meanings" : [ "mother's brother", + "maternal uncle (informal)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "居高临下", + "radical" : "户", + "level" : [ "new-7+" ], + "frequency" : 26950, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "居高臨下", + "transcriptions" : { "pinyin" : "jū gāo lín xià", + "numeric" : "ju1 gao1 lin2 xia4", + "wadegiles" : "chü¹ kao¹ lin² hsia⁴", + "bopomofo" : "ㄐㄩ ㄍㄠ ㄌㄧㄣˊ ㄒㄧㄚˋ", + "romatzyh" : "jiu gau lin shiah" }, + "meanings" : [ "lit. to be in a high location, overlooking the scene below (idiom)", + "fig. to occupy a commanding position", + "to assume a haughty attitude" ], + "classifiers" : [] } ] }, + { "simplified" : "居民", + "radical" : "户", + "level" : [ "new-4" ], + "frequency" : 2479, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "居民", + "transcriptions" : { "pinyin" : "jū mín", + "numeric" : "ju1 min2", + "wadegiles" : "chü¹ min²", + "bopomofo" : "ㄐㄩ ㄇㄧㄣˊ", + "romatzyh" : "jiu min" }, + "meanings" : [ "resident; inhabitant" ], + "classifiers" : [] } ] }, + { "simplified" : "居民楼", + "radical" : "户", + "level" : [ "new-7+" ], + "frequency" : 28791, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "居民樓", + "transcriptions" : { "pinyin" : "jū mín lóu", + "numeric" : "ju1 min2 lou2", + "wadegiles" : "chü¹ min² lou²", + "bopomofo" : "ㄐㄩ ㄇㄧㄣˊ ㄌㄡˊ", + "romatzyh" : "jiu min lou" }, + "meanings" : [ "apartment building", + "residential tower" ], + "classifiers" : [] } ] }, + { "simplified" : "居然", + "radical" : "户", + "level" : [ "new-5", "old-5" ], + "frequency" : 1095, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "居然", + "transcriptions" : { "pinyin" : "jū rán", + "numeric" : "ju1 ran2", + "wadegiles" : "chü¹ jan²", + "bopomofo" : "ㄐㄩ ㄖㄢˊ", + "romatzyh" : "jiu ran" }, + "meanings" : [ "unexpectedly", + "to one's surprise", + "go so far as to" ], + "classifiers" : [] } ] }, + { "simplified" : "居住", + "radical" : "户", + "level" : [ "new-4", "old-6" ], + "frequency" : 4023, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "居住", + "transcriptions" : { "pinyin" : "jū zhù", + "numeric" : "ju1 zhu4", + "wadegiles" : "chü¹ chu⁴", + "bopomofo" : "ㄐㄩ ㄓㄨˋ", + "romatzyh" : "jiu juh" }, + "meanings" : [ "to reside", + "to dwell", + "to live in a place", + "resident in" ], + "classifiers" : [] } ] }, + { "simplified" : "拘留", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7175, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拘留", + "transcriptions" : { "pinyin" : "jū liú", + "numeric" : "ju1 liu2", + "wadegiles" : "chü¹ liu²", + "bopomofo" : "ㄐㄩ ㄌㄧㄡˊ", + "romatzyh" : "jiu liou" }, + "meanings" : [ "to detain (a prisoner)", + "to keep sb in custody" ], + "classifiers" : [] } ] }, + { "simplified" : "拘束", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21629, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "拘束", + "transcriptions" : { "pinyin" : "jū shù", + "numeric" : "ju1 shu4", + "wadegiles" : "chü¹ shu⁴", + "bopomofo" : "ㄐㄩ ㄕㄨˋ", + "romatzyh" : "jiu shuh" }, + "meanings" : [ "to restrict", + "to restrain", + "constrained", + "awkward", + "ill at ease", + "uncomfortable", + "reticent" ], + "classifiers" : [] } ] }, + { "simplified" : "鞠躬", + "radical" : "革", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13875, + "pos" : [ "v", "nr", "vn" ], + "forms" : [ { "traditional" : "鞠躬", + "transcriptions" : { "pinyin" : "jū gōng", + "numeric" : "ju1 gong1", + "wadegiles" : "chü¹ kung¹", + "bopomofo" : "ㄐㄩ ㄍㄨㄥ", + "romatzyh" : "jiu gong" }, + "meanings" : [ "to bow", + "(literary) to bend down" ], + "classifiers" : [] } ] }, + { "simplified" : "局", + "radical" : "尸", + "level" : [ "new-4" ], + "frequency" : 736, + "pos" : [ "n", "qv" ], + "forms" : [ { "traditional" : "侷", + "transcriptions" : { "pinyin" : "jú", + "numeric" : "ju2", + "wadegiles" : "chü²", + "bopomofo" : "ㄐㄩˊ", + "romatzyh" : "jyu" }, + "meanings" : [ "narrow" ], + "classifiers" : [] }, + { "traditional" : "局", + "transcriptions" : { "pinyin" : "jú", + "numeric" : "ju2", + "wadegiles" : "chü²", + "bopomofo" : "ㄐㄩˊ", + "romatzyh" : "jyu" }, + "meanings" : [ "office", + "situation", + "classifier for games: match, set, round etc" ], + "classifiers" : [] } ] }, + { "simplified" : "局部", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8253, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "局部", + "transcriptions" : { "pinyin" : "jú bù", + "numeric" : "ju2 bu4", + "wadegiles" : "chü² pu⁴", + "bopomofo" : "ㄐㄩˊ ㄅㄨˋ", + "romatzyh" : "jyu buh" }, + "meanings" : [ "part", "local" ], + "classifiers" : [] } ] }, + { "simplified" : "局面", + "radical" : "尸", + "level" : [ "new-5", "old-6" ], + "frequency" : 3509, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "局面", + "transcriptions" : { "pinyin" : "jú miàn", + "numeric" : "ju2 mian4", + "wadegiles" : "chü² mien⁴", + "bopomofo" : "ㄐㄩˊ ㄇㄧㄢˋ", + "romatzyh" : "jyu miann" }, + "meanings" : [ "aspect", "phase", "situation" ], + "classifiers" : [] } ] }, + { "simplified" : "局势", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5167, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "局勢", + "transcriptions" : { "pinyin" : "jú shì", + "numeric" : "ju2 shi4", + "wadegiles" : "chü² shih⁴", + "bopomofo" : "ㄐㄩˊ ㄕˋ", + "romatzyh" : "jyu shyh" }, + "meanings" : [ "situation", "state (of affairs)" ], + "classifiers" : [] } ] }, + { "simplified" : "局限", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11218, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "侷限", + "transcriptions" : { "pinyin" : "jú xiàn", + "numeric" : "ju2 xian4", + "wadegiles" : "chü² hsien⁴", + "bopomofo" : "ㄐㄩˊ ㄒㄧㄢˋ", + "romatzyh" : "jyu shiann" }, + "meanings" : [ "variant of 限" ], + "classifiers" : [] }, + { "traditional" : "局限", + "transcriptions" : { "pinyin" : "jú xiàn", + "numeric" : "ju2 xian4", + "wadegiles" : "chü² hsien⁴", + "bopomofo" : "ㄐㄩˊ ㄒㄧㄢˋ", + "romatzyh" : "jyu shiann" }, + "meanings" : [ "to limit", + "to confine", + "to restrict sth within set boundaries" ], + "classifiers" : [] } ] }, + { "simplified" : "局长", + "radical" : "尸", + "level" : [ "new-5" ], + "frequency" : 3038, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "局長", + "transcriptions" : { "pinyin" : "jú zhǎng", + "numeric" : "ju2 zhang3", + "wadegiles" : "chü² chang³", + "bopomofo" : "ㄐㄩˊ ㄓㄤˇ", + "romatzyh" : "jyu jaang" }, + "meanings" : [ "bureau chief" ], + "classifiers" : [ "位", "个" ] } ] }, + { "simplified" : "桔子", + "radical" : "木", + "level" : [ "old-5" ], + "frequency" : 12210, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "桔子", + "transcriptions" : { "pinyin" : "jú zi", + "numeric" : "ju2 zi5", + "wadegiles" : "chü² zi", + "bopomofo" : "ㄐㄩˊ zi", + "romatzyh" : "jyu zi" }, + "meanings" : [ "tangerine", "also written 橘子" ], + "classifiers" : [ "个", "瓣" ] } ] }, + { "simplified" : "菊花", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 11719, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "菊花", + "transcriptions" : { "pinyin" : "jú huā", + "numeric" : "ju2 hua1", + "wadegiles" : "chü² hua¹", + "bopomofo" : "ㄐㄩˊ ㄏㄨㄚ", + "romatzyh" : "jyu hua" }, + "meanings" : [ "chrysanthemum", "(slang) anus" ], + "classifiers" : [] } ] }, + { "simplified" : "橘子", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 7748, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "橘子", + "transcriptions" : { "pinyin" : "jú zi", + "numeric" : "ju2 zi5", + "wadegiles" : "chü² zi", + "bopomofo" : "ㄐㄩˊ zi", + "romatzyh" : "jyu zi" }, + "meanings" : [ "tangerine" ], + "classifiers" : [ "个", "瓣" ] } ] }, + { "simplified" : "咀嚼", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 15219, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "咀嚼", + "transcriptions" : { "pinyin" : "jǔ jué", + "numeric" : "ju3 jue2", + "wadegiles" : "chü³ chüeh²", + "bopomofo" : "ㄐㄩˇ ㄐㄩㄝˊ", + "romatzyh" : "jeu jyue" }, + "meanings" : [ "to chew", "to think over" ], + "classifiers" : [] } ] }, + { "simplified" : "沮丧", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6795, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "沮喪", + "transcriptions" : { "pinyin" : "jǔ sàng", + "numeric" : "ju3 sang4", + "wadegiles" : "chü³ sang⁴", + "bopomofo" : "ㄐㄩˇ ㄙㄤˋ", + "romatzyh" : "jeu sanq" }, + "meanings" : [ "dispirited", + "dejected", + "dismayed" ], + "classifiers" : [] } ] }, + { "simplified" : "举", + "radical" : "丶", + "level" : [ "new-2", "old-5" ], + "frequency" : 2311, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "擧", + "transcriptions" : { "pinyin" : "jǔ", + "numeric" : "ju3", + "wadegiles" : "chü³", + "bopomofo" : "ㄐㄩˇ", + "romatzyh" : "jeu" }, + "meanings" : [ "variant of 举" ], + "classifiers" : [] }, + { "traditional" : "舉", + "transcriptions" : { "pinyin" : "jǔ", + "numeric" : "ju3", + "wadegiles" : "chü³", + "bopomofo" : "ㄐㄩˇ", + "romatzyh" : "jeu" }, + "meanings" : [ "to lift", + "to hold up", + "to cite", + "to enumerate", + "to act", + "to raise", + "to choose", + "to elect", + "act", + "move", + "deed" ], + "classifiers" : [] } ] }, + { "simplified" : "举办", + "radical" : "丶", + "level" : [ "new-3", "old-4" ], + "frequency" : 2669, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "舉辦", + "transcriptions" : { "pinyin" : "jǔ bàn", + "numeric" : "ju3 ban4", + "wadegiles" : "chü³ pan⁴", + "bopomofo" : "ㄐㄩˇ ㄅㄢˋ", + "romatzyh" : "jeu bann" }, + "meanings" : [ "to conduct", "to hold" ], + "classifiers" : [] } ] }, + { "simplified" : "举报", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 5414, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "舉報", + "transcriptions" : { "pinyin" : "jǔ bào", + "numeric" : "ju3 bao4", + "wadegiles" : "chü³ pao⁴", + "bopomofo" : "ㄐㄩˇ ㄅㄠˋ", + "romatzyh" : "jeu baw" }, + "meanings" : [ "to report (malefactors to the police)", + "to denounce" ], + "classifiers" : [] } ] }, + { "simplified" : "举措", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 12534, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舉措", + "transcriptions" : { "pinyin" : "jǔ cuò", + "numeric" : "ju3 cuo4", + "wadegiles" : "chü³ ts'o⁴", + "bopomofo" : "ㄐㄩˇ ㄘㄨㄛˋ", + "romatzyh" : "jeu tsuoh" }, + "meanings" : [ "move; act; measure" ], + "classifiers" : [] } ] }, + { "simplified" : "举动", + "radical" : "丶", + "level" : [ "new-5", "old-6" ], + "frequency" : 5314, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舉動", + "transcriptions" : { "pinyin" : "jǔ dòng", + "numeric" : "ju3 dong4", + "wadegiles" : "chü³ tung⁴", + "bopomofo" : "ㄐㄩˇ ㄉㄨㄥˋ", + "romatzyh" : "jeu donq" }, + "meanings" : [ "act", + "action", + "activity", + "move", + "movement" ], + "classifiers" : [] } ] }, + { "simplified" : "举例", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 19170, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "舉例", + "transcriptions" : { "pinyin" : "jǔ lì", + "numeric" : "ju3 li4", + "wadegiles" : "chü³ li⁴", + "bopomofo" : "ㄐㄩˇ ㄌㄧˋ", + "romatzyh" : "jeu lih" }, + "meanings" : [ "to give an example" ], + "classifiers" : [] } ] }, + { "simplified" : "举世闻名", + "radical" : "丶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 34810, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "舉世聞名", + "transcriptions" : { "pinyin" : "jǔ shì wén míng", + "numeric" : "ju3 shi4 wen2 ming2", + "wadegiles" : "chü³ shih⁴ wen² ming²", + "bopomofo" : "ㄐㄩˇ ㄕˋ ㄨㄣˊ ㄇㄧㄥˊ", + "romatzyh" : "jeu shyh wen ming" }, + "meanings" : [ "world-famous (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "举世无双", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 44355, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "舉世無雙", + "transcriptions" : { "pinyin" : "jǔ shì wú shuāng", + "numeric" : "ju3 shi4 wu2 shuang1", + "wadegiles" : "chü³ shih⁴ wu² shuang¹", + "bopomofo" : "ㄐㄩˇ ㄕˋ ㄨˊ ㄕㄨㄤ", + "romatzyh" : "jeu shyh wu shuang" }, + "meanings" : [ "unrivaled (idiom); world number one", + "unique", + "unequaled" ], + "classifiers" : [] } ] }, + { "simplified" : "举世瞩目", + "radical" : "丶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 35345, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "舉世矚目", + "transcriptions" : { "pinyin" : "jǔ shì zhǔ mù", + "numeric" : "ju3 shi4 zhu3 mu4", + "wadegiles" : "chü³ shih⁴ chu³ mu⁴", + "bopomofo" : "ㄐㄩˇ ㄕˋ ㄓㄨˇ ㄇㄨˋ", + "romatzyh" : "jeu shyh juu muh" }, + "meanings" : [ "to receive worldwide attention" ], + "classifiers" : [] } ] }, + { "simplified" : "举手", + "radical" : "丶", + "level" : [ "new-2" ], + "frequency" : 6801, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "舉手", + "transcriptions" : { "pinyin" : "jǔ shǒu", + "numeric" : "ju3 shou3", + "wadegiles" : "chü³ shou³", + "bopomofo" : "ㄐㄩˇ ㄕㄡˇ", + "romatzyh" : "jeu shoou" }, + "meanings" : [ "to raise a hand", + "to put up one's hand (as signal)" ], + "classifiers" : [] } ] }, + { "simplified" : "举行", + "radical" : "丶", + "level" : [ "new-2", "old-3" ], + "frequency" : 1431, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "舉行", + "transcriptions" : { "pinyin" : "jǔ xíng", + "numeric" : "ju3 xing2", + "wadegiles" : "chü³ hsing²", + "bopomofo" : "ㄐㄩˇ ㄒㄧㄥˊ", + "romatzyh" : "jeu shyng" }, + "meanings" : [ "to hold (a meeting, ceremony etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "举一反三", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 53042, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "舉一反三", + "transcriptions" : { "pinyin" : "jǔ yī fǎn sān", + "numeric" : "ju3 yi1 fan3 san1", + "wadegiles" : "chü³ i¹ fan³ san¹", + "bopomofo" : "ㄐㄩˇ ㄧ ㄈㄢˇ ㄙㄢ", + "romatzyh" : "jeu i faan san" }, + "meanings" : [ "to raise one and infer three", + "to deduce many things from one case (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "举止", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 10585, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舉止", + "transcriptions" : { "pinyin" : "jǔ zhǐ", + "numeric" : "ju3 zhi3", + "wadegiles" : "chü³ chih³", + "bopomofo" : "ㄐㄩˇ ㄓˇ", + "romatzyh" : "jeu jyy" }, + "meanings" : [ "bearing", "manner", "mien" ], + "classifiers" : [] } ] }, + { "simplified" : "举重", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 17715, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "舉重", + "transcriptions" : { "pinyin" : "jǔ zhòng", + "numeric" : "ju3 zhong4", + "wadegiles" : "chü³ chung⁴", + "bopomofo" : "ㄐㄩˇ ㄓㄨㄥˋ", + "romatzyh" : "jeu jonq" }, + "meanings" : [ "to lift weights", + "weight-lifting (sports)" ], + "classifiers" : [] } ] }, + { "simplified" : "举足轻重", + "radical" : "丶", + "level" : [ "old-6" ], + "frequency" : 18971, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "舉足輕重", + "transcriptions" : { "pinyin" : "jǔ zú qīng zhòng", + "numeric" : "ju3 zu2 qing1 zhong4", + "wadegiles" : "chü³ tsu² ch'ing¹ chung⁴", + "bopomofo" : "ㄐㄩˇ ㄗㄨˊ ㄑㄧㄥ ㄓㄨㄥˋ", + "romatzyh" : "jeu tzwu ching jonq" }, + "meanings" : [ "to play a critical role (idiom)", + "influential" ], + "classifiers" : [] } ] }, + { "simplified" : "巨大", + "radical" : "匚", + "level" : [ "new-4", "old-5" ], + "frequency" : 1540, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "巨大", + "transcriptions" : { "pinyin" : "jù dà", + "numeric" : "ju4 da4", + "wadegiles" : "chü⁴ ta⁴", + "bopomofo" : "ㄐㄩˋ ㄉㄚˋ", + "romatzyh" : "jiuh dah" }, + "meanings" : [ "huge", + "immense", + "very large", + "tremendous", + "gigantic", + "enormous" ], + "classifiers" : [] } ] }, + { "simplified" : "巨额", + "radical" : "匚", + "level" : [ "new-7+" ], + "frequency" : 8536, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "巨額", + "transcriptions" : { "pinyin" : "jù é", + "numeric" : "ju4 e2", + "wadegiles" : "chü⁴ e²", + "bopomofo" : "ㄐㄩˋ ㄜˊ", + "romatzyh" : "jiuh er" }, + "meanings" : [ "large sum (of money)", + "a huge amount" ], + "classifiers" : [] } ] }, + { "simplified" : "巨人", + "radical" : "匚", + "level" : [ "new-7+" ], + "frequency" : 7611, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "巨人", + "transcriptions" : { "pinyin" : "jù rén", + "numeric" : "ju4 ren2", + "wadegiles" : "chü⁴ jen²", + "bopomofo" : "ㄐㄩˋ ㄖㄣˊ", + "romatzyh" : "jiuh ren" }, + "meanings" : [ "giant" ], + "classifiers" : [] } ] }, + { "simplified" : "巨头", + "radical" : "匚", + "level" : [ "new-7+" ], + "frequency" : 11291, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "巨頭", + "transcriptions" : { "pinyin" : "jù tóu", + "numeric" : "ju4 tou2", + "wadegiles" : "chü⁴ t'ou²", + "bopomofo" : "ㄐㄩˋ ㄊㄡˊ", + "romatzyh" : "jiuh tour" }, + "meanings" : [ "tycoon", + "magnate", + "big player (including company, country, school etc)", + "big shot" ], + "classifiers" : [] } ] }, + { "simplified" : "巨星", + "radical" : "匚", + "level" : [ "new-7+" ], + "frequency" : 8064, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "巨星", + "transcriptions" : { "pinyin" : "jù xīng", + "numeric" : "ju4 xing1", + "wadegiles" : "chü⁴ hsing¹", + "bopomofo" : "ㄐㄩˋ ㄒㄧㄥ", + "romatzyh" : "jiuh shing" }, + "meanings" : [ "(astronomy) giant star", + "(fig.) superstar (of opera, basketball etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "巨型", + "radical" : "匚", + "level" : [ "new-7+" ], + "frequency" : 9700, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "巨型", + "transcriptions" : { "pinyin" : "jù xíng", + "numeric" : "ju4 xing2", + "wadegiles" : "chü⁴ hsing²", + "bopomofo" : "ㄐㄩˋ ㄒㄧㄥˊ", + "romatzyh" : "jiuh shyng" }, + "meanings" : [ "giant; enormous" ], + "classifiers" : [] } ] }, + { "simplified" : "句", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 598, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "句", + "transcriptions" : { "pinyin" : "gōu", + "numeric" : "gou1", + "wadegiles" : "kou¹", + "bopomofo" : "ㄍㄡ", + "romatzyh" : "gou" }, + "meanings" : [ "variant of 勾" ], + "classifiers" : [] }, + { "traditional" : "句", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "sentence", + "clause", + "phrase", + "classifier for phrases or lines of verse" ], + "classifiers" : [] } ] }, + { "simplified" : "句子", + "radical" : "口", + "level" : [ "new-2", "old-3" ], + "frequency" : 10428, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "句子", + "transcriptions" : { "pinyin" : "jù zi", + "numeric" : "ju4 zi5", + "wadegiles" : "chü⁴ zi", + "bopomofo" : "ㄐㄩˋ zi", + "romatzyh" : "jiuh zi" }, + "meanings" : [ "sentence" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "拒绝", + "radical" : "扌", + "level" : [ "new-5", "old-4" ], + "frequency" : 1443, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拒絕", + "transcriptions" : { "pinyin" : "jù jué", + "numeric" : "ju4 jue2", + "wadegiles" : "chü⁴ chüeh²", + "bopomofo" : "ㄐㄩˋ ㄐㄩㄝˊ", + "romatzyh" : "jiuh jyue" }, + "meanings" : [ "to refuse; to decline; to reject" ], + "classifiers" : [] } ] }, + { "simplified" : "具备", + "radical" : "八", + "level" : [ "new-4", "old-5" ], + "frequency" : 4462, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "具備", + "transcriptions" : { "pinyin" : "jù bèi", + "numeric" : "ju4 bei4", + "wadegiles" : "chü⁴ pei⁴", + "bopomofo" : "ㄐㄩˋ ㄅㄟˋ", + "romatzyh" : "jiuh bey" }, + "meanings" : [ "to possess", + "to have", + "equipped with", + "able to fulfill (conditions or requirements)" ], + "classifiers" : [] } ] }, + { "simplified" : "具体", + "radical" : "八", + "level" : [ "new-3", "old-5" ], + "frequency" : 1638, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "具體", + "transcriptions" : { "pinyin" : "jù tǐ", + "numeric" : "ju4 ti3", + "wadegiles" : "chü⁴ t'i³", + "bopomofo" : "ㄐㄩˋ ㄊㄧˇ", + "romatzyh" : "jiuh tii" }, + "meanings" : [ "concrete", "definite", "specific" ], + "classifiers" : [] } ] }, + { "simplified" : "具有", + "radical" : "八", + "level" : [ "new-3" ], + "frequency" : 1749, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "具有", + "transcriptions" : { "pinyin" : "jù yǒu", + "numeric" : "ju4 you3", + "wadegiles" : "chü⁴ yu³", + "bopomofo" : "ㄐㄩˋ ㄧㄡˇ", + "romatzyh" : "jiuh yeou" }, + "meanings" : [ "to have; to possess" ], + "classifiers" : [] } ] }, + { "simplified" : "俱乐部", + "radical" : "亻", + "level" : [ "new-5", "old-5" ], + "frequency" : 1603, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "俱樂部", + "transcriptions" : { "pinyin" : "jù lè bù", + "numeric" : "ju4 le4 bu4", + "wadegiles" : "chü⁴ le⁴ pu⁴", + "bopomofo" : "ㄐㄩˋ ㄌㄜˋ ㄅㄨˋ", + "romatzyh" : "jiuh leh buh" }, + "meanings" : [ "club (the organisation or its premises) (loanword)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "剧", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 2094, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "劇", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "theatrical work (play, opera, TV series etc)", + "dramatic (change, increase etc)", + "acute", + "severe" ], + "classifiers" : [] } ] }, + { "simplified" : "剧本", + "radical" : "刂", + "level" : [ "new-5", "old-6" ], + "frequency" : 4455, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劇本", + "transcriptions" : { "pinyin" : "jù běn", + "numeric" : "ju4 ben3", + "wadegiles" : "chü⁴ pen³", + "bopomofo" : "ㄐㄩˋ ㄅㄣˇ", + "romatzyh" : "jiuh been" }, + "meanings" : [ "script for play, opera, movie etc", + "screenplay", + "scenario" ], + "classifiers" : [] } ] }, + { "simplified" : "剧场", + "radical" : "刂", + "level" : [ "new-3" ], + "frequency" : 7765, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劇場", + "transcriptions" : { "pinyin" : "jù chǎng", + "numeric" : "ju4 chang3", + "wadegiles" : "chü⁴ ch'ang³", + "bopomofo" : "ㄐㄩˋ ㄔㄤˇ", + "romatzyh" : "jiuh chaang" }, + "meanings" : [ "theater" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "剧烈", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9792, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "劇烈", + "transcriptions" : { "pinyin" : "jù liè", + "numeric" : "ju4 lie4", + "wadegiles" : "chü⁴ lieh⁴", + "bopomofo" : "ㄐㄩˋ ㄌㄧㄝˋ", + "romatzyh" : "jiuh lieh" }, + "meanings" : [ "violent; acute; severe; fierce" ], + "classifiers" : [] } ] }, + { "simplified" : "剧目", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 15654, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劇目", + "transcriptions" : { "pinyin" : "jù mù", + "numeric" : "ju4 mu4", + "wadegiles" : "chü⁴ mu⁴", + "bopomofo" : "ㄐㄩˋ ㄇㄨˋ", + "romatzyh" : "jiuh muh" }, + "meanings" : [ "theatrical piece (play or opera)", + "repertoire", + "list of plays or operas" ], + "classifiers" : [] } ] }, + { "simplified" : "剧情", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 7162, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劇情", + "transcriptions" : { "pinyin" : "jù qíng", + "numeric" : "ju4 qing2", + "wadegiles" : "chü⁴ ch'ing²", + "bopomofo" : "ㄐㄩˋ ㄑㄧㄥˊ", + "romatzyh" : "jiuh chyng" }, + "meanings" : [ "story line", + "plot", + "drama (genre)" ], + "classifiers" : [] } ] }, + { "simplified" : "剧团", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 15253, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劇團", + "transcriptions" : { "pinyin" : "jù tuán", + "numeric" : "ju4 tuan2", + "wadegiles" : "chü⁴ t'uan²", + "bopomofo" : "ㄐㄩˋ ㄊㄨㄢˊ", + "romatzyh" : "jiuh twan" }, + "meanings" : [ "theatrical troupe" ], + "classifiers" : [] } ] }, + { "simplified" : "剧院", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 6873, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劇院", + "transcriptions" : { "pinyin" : "jù yuàn", + "numeric" : "ju4 yuan4", + "wadegiles" : "chü⁴ yüan⁴", + "bopomofo" : "ㄐㄩˋ ㄩㄢˋ", + "romatzyh" : "jiuh yuann" }, + "meanings" : [ "theater" ], + "classifiers" : [ "家", "座" ] } ] }, + { "simplified" : "剧组", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 7482, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劇組", + "transcriptions" : { "pinyin" : "jù zǔ", + "numeric" : "ju4 zu3", + "wadegiles" : "chü⁴ tsu³", + "bopomofo" : "ㄐㄩˋ ㄗㄨˇ", + "romatzyh" : "jiuh tzuu" }, + "meanings" : [ "cast and crew", + "performers and production team" ], + "classifiers" : [] } ] }, + { "simplified" : "据", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 1000, + "pos" : [ "p", "g" ], + "forms" : [ { "traditional" : "㨿", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "variant of 据" ], + "classifiers" : [] }, + { "traditional" : "据", + "transcriptions" : { "pinyin" : "jū", + "numeric" : "ju1", + "wadegiles" : "chü¹", + "bopomofo" : "ㄐㄩ", + "romatzyh" : "jiu" }, + "meanings" : [ "used in 据" ], + "classifiers" : [] }, + { "traditional" : "据", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "variant of 据" ], + "classifiers" : [] }, + { "traditional" : "據", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "according to", + "to act in accordance with", + "to depend on", + "to seize", + "to occupy" ], + "classifiers" : [] } ] }, + { "simplified" : "据此", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 15841, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "據此", + "transcriptions" : { "pinyin" : "jù cǐ", + "numeric" : "ju4 ci3", + "wadegiles" : "chü⁴ tz'u³", + "bopomofo" : "ㄐㄩˋ ㄘˇ", + "romatzyh" : "jiuh tsyy" }, + "meanings" : [ "according to this", + "on the ground of the above", + "(formally introduces reported speech in writing)" ], + "classifiers" : [] } ] }, + { "simplified" : "据说", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 3486, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "據說", + "transcriptions" : { "pinyin" : "jù shuō", + "numeric" : "ju4 shuo1", + "wadegiles" : "chü⁴ shuo¹", + "bopomofo" : "ㄐㄩˋ ㄕㄨㄛ", + "romatzyh" : "jiuh shuo" }, + "meanings" : [ "it is said that; reportedly" ], + "classifiers" : [] } ] }, + { "simplified" : "据悉", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18018, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "據悉", + "transcriptions" : { "pinyin" : "jù xī", + "numeric" : "ju4 xi1", + "wadegiles" : "chü⁴ hsi¹", + "bopomofo" : "ㄐㄩˋ ㄒㄧ", + "romatzyh" : "jiuh shi" }, + "meanings" : [ "according to reports", + "it is reported (that)" ], + "classifiers" : [] } ] }, + { "simplified" : "距", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 4925, + "pos" : [ "p", "v", "g" ], + "forms" : [ { "traditional" : "距", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "at a distance of", + "distance", + "to be apart" ], + "classifiers" : [] } ] }, + { "simplified" : "距离", + "radical" : "足", + "level" : [ "new-4", "old-4" ], + "frequency" : 1725, + "pos" : [ "n", "p" ], + "forms" : [ { "traditional" : "距離", + "transcriptions" : { "pinyin" : "jù lí", + "numeric" : "ju4 li2", + "wadegiles" : "chü⁴ li²", + "bopomofo" : "ㄐㄩˋ ㄌㄧˊ", + "romatzyh" : "jiuh li" }, + "meanings" : [ "distance", "to be apart from" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "锯", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 10918, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "鋸", + "transcriptions" : { "pinyin" : "jū", + "numeric" : "ju1", + "wadegiles" : "chü¹", + "bopomofo" : "ㄐㄩ", + "romatzyh" : "jiu" }, + "meanings" : [ "variant of 锔" ], + "classifiers" : [] }, + { "traditional" : "鋸", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "a saw", "to cut with a saw" ], + "classifiers" : [] } ] }, + { "simplified" : "聚", + "radical" : "耳", + "level" : [ "new-4" ], + "frequency" : 3213, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聚", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "to congregate", + "to assemble", + "to mass", + "to gather together", + "to amass", + "to polymerize" ], + "classifiers" : [] } ] }, + { "simplified" : "聚会", + "radical" : "耳", + "level" : [ "new-4", "old-5" ], + "frequency" : 3191, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聚會", + "transcriptions" : { "pinyin" : "jù huì", + "numeric" : "ju4 hui4", + "wadegiles" : "chü⁴ hui⁴", + "bopomofo" : "ㄐㄩˋ ㄏㄨㄟˋ", + "romatzyh" : "jiuh huey" }, + "meanings" : [ "party", + "gathering", + "to meet", + "to get together" ], + "classifiers" : [] } ] }, + { "simplified" : "聚集", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 4749, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聚集", + "transcriptions" : { "pinyin" : "jù jí", + "numeric" : "ju4 ji2", + "wadegiles" : "chü⁴ chi²", + "bopomofo" : "ㄐㄩˋ ㄐㄧˊ", + "romatzyh" : "jiuh jyi" }, + "meanings" : [ "to assemble", "to gather" ], + "classifiers" : [] } ] }, + { "simplified" : "聚精会神", + "radical" : "耳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 32588, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "聚精會神", + "transcriptions" : { "pinyin" : "jù jīng huì shén", + "numeric" : "ju4 jing1 hui4 shen2", + "wadegiles" : "chü⁴ ching¹ hui⁴ shen²", + "bopomofo" : "ㄐㄩˋ ㄐㄧㄥ ㄏㄨㄟˋ ㄕㄣˊ", + "romatzyh" : "jiuh jing huey shern" }, + "meanings" : [ "to concentrate one's attention (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "捐", + "radical" : "扌", + "level" : [ "new-6", "old-5" ], + "frequency" : 4602, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捐", + "transcriptions" : { "pinyin" : "juān", + "numeric" : "juan1", + "wadegiles" : "chüan¹", + "bopomofo" : "ㄐㄩㄢ", + "romatzyh" : "jiuan" }, + "meanings" : [ "to relinquish; to abandon", + "to contribute; to donate", + "(bound form) tax; levy" ], + "classifiers" : [] } ] }, + { "simplified" : "捐款", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 6397, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "捐款", + "transcriptions" : { "pinyin" : "juān kuǎn", + "numeric" : "juan1 kuan3", + "wadegiles" : "chüan¹ k'uan³", + "bopomofo" : "ㄐㄩㄢ ㄎㄨㄢˇ", + "romatzyh" : "jiuan koan" }, + "meanings" : [ "to donate money", + "to contribute funds", + "donation", + "contribution (of money)" ], + "classifiers" : [] } ] }, + { "simplified" : "捐献", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8508, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "捐獻", + "transcriptions" : { "pinyin" : "juān xiàn", + "numeric" : "juan1 xian4", + "wadegiles" : "chüan¹ hsien⁴", + "bopomofo" : "ㄐㄩㄢ ㄒㄧㄢˋ", + "romatzyh" : "jiuan shiann" }, + "meanings" : [ "to donate", + "to contribute", + "donation", + "contribution" ], + "classifiers" : [] } ] }, + { "simplified" : "捐赠", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 5227, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "捐贈", + "transcriptions" : { "pinyin" : "juān zèng", + "numeric" : "juan1 zeng4", + "wadegiles" : "chüan¹ tseng⁴", + "bopomofo" : "ㄐㄩㄢ ㄗㄥˋ", + "romatzyh" : "jiuan tzenq" }, + "meanings" : [ "to contribute (as a gift)", + "to donate", + "benefaction" ], + "classifiers" : [] } ] }, + { "simplified" : "捐助", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 11302, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "捐助", + "transcriptions" : { "pinyin" : "juān zhù", + "numeric" : "juan1 zhu4", + "wadegiles" : "chüan¹ chu⁴", + "bopomofo" : "ㄐㄩㄢ ㄓㄨˋ", + "romatzyh" : "jiuan juh" }, + "meanings" : [ "to donate", + "to offer (aid)", + "contribution", + "donation" ], + "classifiers" : [] } ] }, + { "simplified" : "卷", + "radical" : "㔾", + "level" : [ "new-4", "old-5" ], + "frequency" : 2089, + "pos" : [ "q", "v", "g" ], + "forms" : [ { "traditional" : "卷", + "transcriptions" : { "pinyin" : "juǎn", + "numeric" : "juan3", + "wadegiles" : "chüan³", + "bopomofo" : "ㄐㄩㄢˇ", + "romatzyh" : "jeuan" }, + "meanings" : [ "to roll up", + "roll", + "classifier for small rolled things (wad of paper money, movie reel etc)" ], + "classifiers" : [] }, + { "traditional" : "卷", + "transcriptions" : { "pinyin" : "juàn", + "numeric" : "juan4", + "wadegiles" : "chüan⁴", + "bopomofo" : "ㄐㄩㄢˋ", + "romatzyh" : "jiuann" }, + "meanings" : [ "scroll", + "book", + "volume", + "chapter", + "examination paper", + "classifier for books, paintings: volume, scroll" ], + "classifiers" : [] }, + { "traditional" : "捲", + "transcriptions" : { "pinyin" : "juǎn", + "numeric" : "juan3", + "wadegiles" : "chüan³", + "bopomofo" : "ㄐㄩㄢˇ", + "romatzyh" : "jeuan" }, + "meanings" : [ "to roll up", + "to sweep up; to carry along", + "a roll", + "classifier for rolls, spools etc" ], + "classifiers" : [] } ] }, + { "simplified" : "卷入", + "radical" : "㔾", + "level" : [ "new-7+" ], + "frequency" : 9418, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捲入", + "transcriptions" : { "pinyin" : "juǎn rù", + "numeric" : "juan3 ru4", + "wadegiles" : "chüan³ ju⁴", + "bopomofo" : "ㄐㄩㄢˇ ㄖㄨˋ", + "romatzyh" : "jeuan ruh" }, + "meanings" : [ "to be drawn into", + "to be involved in" ], + "classifiers" : [] } ] }, + { "simplified" : "卷子", + "radical" : "㔾", + "level" : [ "new-7+" ], + "frequency" : 20510, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "卷子", + "transcriptions" : { "pinyin" : "juǎn zi", + "numeric" : "juan3 zi5", + "wadegiles" : "chüan³ zi", + "bopomofo" : "ㄐㄩㄢˇ zi", + "romatzyh" : "jeuan zi" }, + "meanings" : [ "steamed roll", "spring roll" ], + "classifiers" : [] }, + { "traditional" : "卷子", + "transcriptions" : { "pinyin" : "juàn zi", + "numeric" : "juan4 zi5", + "wadegiles" : "chüan⁴ zi", + "bopomofo" : "ㄐㄩㄢˋ zi", + "romatzyh" : "jiuann zi" }, + "meanings" : [ "test paper; examination paper" ], + "classifiers" : [] } ] }, + { "simplified" : "决不", + "radical" : "冫", + "level" : [ "new-5" ], + "frequency" : 4618, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "決不", + "transcriptions" : { "pinyin" : "jué bù", + "numeric" : "jue2 bu4", + "wadegiles" : "chüeh² pu⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄅㄨˋ", + "romatzyh" : "jyue buh" }, + "meanings" : [ "not at all", "simply (can) not" ], + "classifiers" : [] } ] }, + { "simplified" : "决策", + "radical" : "冫", + "level" : [ "new-6", "old-6" ], + "frequency" : 6070, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "決策", + "transcriptions" : { "pinyin" : "jué cè", + "numeric" : "jue2 ce4", + "wadegiles" : "chüeh² ts'e⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄘㄜˋ", + "romatzyh" : "jyue tseh" }, + "meanings" : [ "strategic decision", + "decision-making", + "policy decision", + "to determine policy" ], + "classifiers" : [] } ] }, + { "simplified" : "决定", + "radical" : "冫", + "level" : [ "new-3", "old-3" ], + "frequency" : 366, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "決定", + "transcriptions" : { "pinyin" : "jué dìng", + "numeric" : "jue2 ding4", + "wadegiles" : "chüeh² ting⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄉㄧㄥˋ", + "romatzyh" : "jyue dinq" }, + "meanings" : [ "to decide (to do something)", + "to resolve", + "decision", + "certainly" ], + "classifiers" : [ "个", "项" ] } ] }, + { "simplified" : "决赛", + "radical" : "冫", + "level" : [ "new-3", "old-5" ], + "frequency" : 2326, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "決賽", + "transcriptions" : { "pinyin" : "jué sài", + "numeric" : "jue2 sai4", + "wadegiles" : "chüeh² sai⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄙㄞˋ", + "romatzyh" : "jyue say" }, + "meanings" : [ "finals (of a competition)" ], + "classifiers" : [] } ] }, + { "simplified" : "决心", + "radical" : "冫", + "level" : [ "new-3", "old-5" ], + "frequency" : 4092, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "決心", + "transcriptions" : { "pinyin" : "jué xīn", + "numeric" : "jue2 xin1", + "wadegiles" : "chüeh² hsin¹", + "bopomofo" : "ㄐㄩㄝˊ ㄒㄧㄣ", + "romatzyh" : "jyue shin" }, + "meanings" : [ "determination", + "resolution", + "determined", + "firm and resolute", + "to make up one's mind" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "决议", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 8289, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "決議", + "transcriptions" : { "pinyin" : "jué yì", + "numeric" : "jue2 yi4", + "wadegiles" : "chüeh² i⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄧˋ", + "romatzyh" : "jyue yih" }, + "meanings" : [ "a resolution", + "to pass a resolution" ], + "classifiers" : [] } ] }, + { "simplified" : "诀别", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 43203, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "訣別", + "transcriptions" : { "pinyin" : "jué bié", + "numeric" : "jue2 bie2", + "wadegiles" : "chüeh² pieh²", + "bopomofo" : "ㄐㄩㄝˊ ㄅㄧㄝˊ", + "romatzyh" : "jyue bye" }, + "meanings" : [ "to bid farewell", + "to part (usually with little hope of meeting again)" ], + "classifiers" : [] } ] }, + { "simplified" : "诀窍", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 19470, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "訣竅", + "transcriptions" : { "pinyin" : "jué qiào", + "numeric" : "jue2 qiao4", + "wadegiles" : "chüeh² ch'iao⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄑㄧㄠˋ", + "romatzyh" : "jyue chiaw" }, + "meanings" : [ "secret", "trick", "knack", "key" ], + "classifiers" : [] } ] }, + { "simplified" : "绝", + "radical" : "纟", + "level" : [ "new-6" ], + "frequency" : 2597, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "絕", + "transcriptions" : { "pinyin" : "jué", + "numeric" : "jue2", + "wadegiles" : "chüeh²", + "bopomofo" : "ㄐㄩㄝˊ", + "romatzyh" : "jyue" }, + "meanings" : [ "to cut short", + "extinct", + "to disappear", + "to vanish", + "absolutely", + "by no means" ], + "classifiers" : [] }, + { "traditional" : "絶", + "transcriptions" : { "pinyin" : "jué", + "numeric" : "jue2", + "wadegiles" : "chüeh²", + "bopomofo" : "ㄐㄩㄝˊ", + "romatzyh" : "jyue" }, + "meanings" : [ "variant of 绝" ], + "classifiers" : [] } ] }, + { "simplified" : "绝大多数", + "radical" : "纟", + "level" : [ "new-6" ], + "frequency" : 7627, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "絕大多數", + "transcriptions" : { "pinyin" : "jué dà duō shù", + "numeric" : "jue2 da4 duo1 shu4", + "wadegiles" : "chüeh² ta⁴ to¹ shu⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄉㄚˋ ㄉㄨㄛ ㄕㄨˋ", + "romatzyh" : "jyue dah duo shuh" }, + "meanings" : [ "the vast majority" ], + "classifiers" : [] } ] }, + { "simplified" : "绝对", + "radical" : "纟", + "level" : [ "new-3", "old-5" ], + "frequency" : 744, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "絕對", + "transcriptions" : { "pinyin" : "jué duì", + "numeric" : "jue2 dui4", + "wadegiles" : "chüeh² tui⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄉㄨㄟˋ", + "romatzyh" : "jyue duey" }, + "meanings" : [ "absolute", "unconditional" ], + "classifiers" : [] } ] }, + { "simplified" : "绝技", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 19510, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "絕技", + "transcriptions" : { "pinyin" : "jué jì", + "numeric" : "jue2 ji4", + "wadegiles" : "chüeh² chi⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄐㄧˋ", + "romatzyh" : "jyue jih" }, + "meanings" : [ "consummate skill", + "supreme feat", + "tour-de-force", + "stunt" ], + "classifiers" : [] } ] }, + { "simplified" : "绝望", + "radical" : "纟", + "level" : [ "new-5", "old-6" ], + "frequency" : 4430, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "絕望", + "transcriptions" : { "pinyin" : "jué wàng", + "numeric" : "jue2 wang4", + "wadegiles" : "chüeh² wang⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄨㄤˋ", + "romatzyh" : "jyue wanq" }, + "meanings" : [ "to despair", + "to give up all hope", + "desperate", + "desperation" ], + "classifiers" : [] } ] }, + { "simplified" : "绝缘", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 23966, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "絕緣", + "transcriptions" : { "pinyin" : "jué yuán", + "numeric" : "jue2 yuan2", + "wadegiles" : "chüeh² yüan²", + "bopomofo" : "ㄐㄩㄝˊ ㄩㄢˊ", + "romatzyh" : "jyue yuan" }, + "meanings" : [ "to have no contact with", + "to be cut off from", + "(electricity) to insulate" ], + "classifiers" : [] } ] }, + { "simplified" : "绝招", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 19991, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "絕招", + "transcriptions" : { "pinyin" : "jué zhāo", + "numeric" : "jue2 zhao1", + "wadegiles" : "chüeh² chao¹", + "bopomofo" : "ㄐㄩㄝˊ ㄓㄠ", + "romatzyh" : "jyue jau" }, + "meanings" : [ "unique skill", + "unexpected tricky move (as a last resort)", + "masterstroke", + "finishing blow" ], + "classifiers" : [] } ] }, + { "simplified" : "觉", + "radical" : "见", + "level" : [ "new-6" ], + "frequency" : 1983, + "pos" : [ "v", "g", "q" ], + "forms" : [ { "traditional" : "覺", + "transcriptions" : { "pinyin" : "jiào", + "numeric" : "jiao4", + "wadegiles" : "chiao⁴", + "bopomofo" : "ㄐㄧㄠˋ", + "romatzyh" : "jiaw" }, + "meanings" : [ "a nap", "a sleep" ], + "classifiers" : [ "场" ] }, + { "traditional" : "覺", + "transcriptions" : { "pinyin" : "jué", + "numeric" : "jue2", + "wadegiles" : "chüeh²", + "bopomofo" : "ㄐㄩㄝˊ", + "romatzyh" : "jyue" }, + "meanings" : [ "to feel", + "to find that", + "thinking", + "awake", + "aware" ], + "classifiers" : [] } ] }, + { "simplified" : "觉得", + "radical" : "见", + "level" : [ "new-1", "old-2" ], + "frequency" : 161, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "覺得", + "transcriptions" : { "pinyin" : "jué de", + "numeric" : "jue2 de5", + "wadegiles" : "chüeh² de", + "bopomofo" : "ㄐㄩㄝˊ de", + "romatzyh" : "jyue de" }, + "meanings" : [ "to think that ...; to feel that ...", + "to feel (uncomfortable etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "觉悟", + "radical" : "见", + "level" : [ "new-6", "old-6" ], + "frequency" : 13487, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "覺悟", + "transcriptions" : { "pinyin" : "jué wù", + "numeric" : "jue2 wu4", + "wadegiles" : "chüeh² wu⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄨˋ", + "romatzyh" : "jyue wuh" }, + "meanings" : [ "to come to understand", + "to realize", + "consciousness", + "awareness", + "Buddhist enlightenment (Sanskrit: cittotpāda)" ], + "classifiers" : [] } ] }, + { "simplified" : "觉醒", + "radical" : "见", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15544, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "覺醒", + "transcriptions" : { "pinyin" : "jué xǐng", + "numeric" : "jue2 xing3", + "wadegiles" : "chüeh² hsing³", + "bopomofo" : "ㄐㄩㄝˊ ㄒㄧㄥˇ", + "romatzyh" : "jyue shiing" }, + "meanings" : [ "to awaken", + "to come to realize", + "awakened to the truth", + "the truth dawns upon one", + "scales fall from the eyes", + "to become aware" ], + "classifiers" : [] } ] }, + { "simplified" : "倔", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 23393, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "倔", + "transcriptions" : { "pinyin" : "jué", + "numeric" : "jue2", + "wadegiles" : "chüeh²", + "bopomofo" : "ㄐㄩㄝˊ", + "romatzyh" : "jyue" }, + "meanings" : [ "used in 倔强" ], + "classifiers" : [] }, + { "traditional" : "倔", + "transcriptions" : { "pinyin" : "juè", + "numeric" : "jue4", + "wadegiles" : "chüeh⁴", + "bopomofo" : "ㄐㄩㄝˋ", + "romatzyh" : "jiueh" }, + "meanings" : [ "gruff; surly" ], + "classifiers" : [] } ] }, + { "simplified" : "倔强", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 16602, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "倔強", + "transcriptions" : { "pinyin" : "jué jiàng", + "numeric" : "jue2 jiang4", + "wadegiles" : "chüeh² chiang⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄐㄧㄤˋ", + "romatzyh" : "jyue jianq" }, + "meanings" : [ "stubborn; obstinate; unbending" ], + "classifiers" : [] } ] }, + { "simplified" : "崛起", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 9272, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "崛起", + "transcriptions" : { "pinyin" : "jué qǐ", + "numeric" : "jue2 qi3", + "wadegiles" : "chüeh² ch'i³", + "bopomofo" : "ㄐㄩㄝˊ ㄑㄧˇ", + "romatzyh" : "jyue chii" }, + "meanings" : [ "to rise abruptly (to a towering position)", + "to tower over", + "to spring up", + "to emerge suddenly", + "the emergence (e.g. of a power)" ], + "classifiers" : [] } ] }, + { "simplified" : "爵士", + "radical" : "爫", + "level" : [ "new-7+" ], + "frequency" : 6119, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爵士", + "transcriptions" : { "pinyin" : "jué shì", + "numeric" : "jue2 shi4", + "wadegiles" : "chüeh² shih⁴", + "bopomofo" : "ㄐㄩㄝˊ ㄕˋ", + "romatzyh" : "jyue shyh" }, + "meanings" : [ "knight", "Sir", "(loanword) jazz" ], + "classifiers" : [] } ] }, + { "simplified" : "嚼", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 8347, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嚼", + "transcriptions" : { "pinyin" : "jiáo", + "numeric" : "jiao2", + "wadegiles" : "chiao²", + "bopomofo" : "ㄐㄧㄠˊ", + "romatzyh" : "jyau" }, + "meanings" : [ "to chew", "also pr. [jué]" ], + "classifiers" : [] }, + { "traditional" : "嚼", + "transcriptions" : { "pinyin" : "jiào", + "numeric" : "jiao4", + "wadegiles" : "chiao⁴", + "bopomofo" : "ㄐㄧㄠˋ", + "romatzyh" : "jiaw" }, + "meanings" : [ "used in 嚼" ], + "classifiers" : [] } ] }, + { "simplified" : "军队", + "radical" : "车", + "level" : [ "new-6", "old-6" ], + "frequency" : 1868, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "軍隊", + "transcriptions" : { "pinyin" : "jūn duì", + "numeric" : "jun1 dui4", + "wadegiles" : "chün¹ tui⁴", + "bopomofo" : "ㄐㄩㄣ ㄉㄨㄟˋ", + "romatzyh" : "jiun duey" }, + "meanings" : [ "armed forces; troops" ], + "classifiers" : [ "支", "个" ] } ] }, + { "simplified" : "军官", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 5943, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "軍官", + "transcriptions" : { "pinyin" : "jūn guān", + "numeric" : "jun1 guan1", + "wadegiles" : "chün¹ kuan¹", + "bopomofo" : "ㄐㄩㄣ ㄍㄨㄢ", + "romatzyh" : "jiun guan" }, + "meanings" : [ "officer (military)" ], + "classifiers" : [] } ] }, + { "simplified" : "军舰", + "radical" : "车", + "level" : [ "new-6" ], + "frequency" : 16028, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "軍艦", + "transcriptions" : { "pinyin" : "jūn jiàn", + "numeric" : "jun1 jian4", + "wadegiles" : "chün¹ chien⁴", + "bopomofo" : "ㄐㄩㄣ ㄐㄧㄢˋ", + "romatzyh" : "jiun jiann" }, + "meanings" : [ "warship", "military naval vessel" ], + "classifiers" : [ "艘" ] } ] }, + { "simplified" : "军人", + "radical" : "车", + "level" : [ "new-5" ], + "frequency" : 4817, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "軍人", + "transcriptions" : { "pinyin" : "jūn rén", + "numeric" : "jun1 ren2", + "wadegiles" : "chün¹ jen²", + "bopomofo" : "ㄐㄩㄣ ㄖㄣˊ", + "romatzyh" : "jiun ren" }, + "meanings" : [ "serviceman", + "soldier", + "military personnel" ], + "classifiers" : [] } ] }, + { "simplified" : "军事", + "radical" : "车", + "level" : [ "new-6", "old-5" ], + "frequency" : 2560, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "軍事", + "transcriptions" : { "pinyin" : "jūn shì", + "numeric" : "jun1 shi4", + "wadegiles" : "chün¹ shih⁴", + "bopomofo" : "ㄐㄩㄣ ㄕˋ", + "romatzyh" : "jiun shyh" }, + "meanings" : [ "military affairs", + "(attributive) military" ], + "classifiers" : [] } ] }, + { "simplified" : "君子", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11121, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "君子", + "transcriptions" : { "pinyin" : "jūn zǐ", + "numeric" : "jun1 zi3", + "wadegiles" : "chün¹ tzu³", + "bopomofo" : "ㄐㄩㄣ ㄗˇ", + "romatzyh" : "jiun tzyy" }, + "meanings" : [ "nobleman", + "person of noble character" ], + "classifiers" : [] } ] }, + { "simplified" : "均衡", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 13122, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "均衡", + "transcriptions" : { "pinyin" : "jūn héng", + "numeric" : "jun1 heng2", + "wadegiles" : "chün¹ heng²", + "bopomofo" : "ㄐㄩㄣ ㄏㄥˊ", + "romatzyh" : "jiun herng" }, + "meanings" : [ "equal", + "balanced", + "harmony", + "equilibrium" ], + "classifiers" : [] } ] }, + { "simplified" : "均匀", + "radical" : "土", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11945, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "均勻", + "transcriptions" : { "pinyin" : "jūn yún", + "numeric" : "jun1 yun2", + "wadegiles" : "chün¹ yün²", + "bopomofo" : "ㄐㄩㄣ ㄩㄣˊ", + "romatzyh" : "jiun yun" }, + "meanings" : [ "even", + "well-distributed", + "homogeneous", + "well-proportioned (figure, body etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "俊", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8462, + "pos" : [ "nr" ], + "forms" : [ { "traditional" : "㑺", + "transcriptions" : { "pinyin" : "jùn", + "numeric" : "jun4", + "wadegiles" : "chün⁴", + "bopomofo" : "ㄐㄩㄣˋ", + "romatzyh" : "jiunn" }, + "meanings" : [ "old variant of 俊" ], + "classifiers" : [] }, + { "traditional" : "俊", + "transcriptions" : { "pinyin" : "jùn", + "numeric" : "jun4", + "wadegiles" : "chün⁴", + "bopomofo" : "ㄐㄩㄣˋ", + "romatzyh" : "jiunn" }, + "meanings" : [ "smart", + "eminent", + "handsome", + "talented" ], + "classifiers" : [] }, + { "traditional" : "俊", + "transcriptions" : { "pinyin" : "zùn", + "numeric" : "zun4", + "wadegiles" : "tsun⁴", + "bopomofo" : "ㄗㄨㄣˋ", + "romatzyh" : "tzuenn" }, + "meanings" : [ "(dialectal pronunciation of 俊)", + "cool", + "neat" ], + "classifiers" : [] }, + { "traditional" : "儁", + "transcriptions" : { "pinyin" : "jùn", + "numeric" : "jun4", + "wadegiles" : "chün⁴", + "bopomofo" : "ㄐㄩㄣˋ", + "romatzyh" : "jiunn" }, + "meanings" : [ "variant of 俊" ], + "classifiers" : [] } ] }, + { "simplified" : "俊俏", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 35572, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "俊俏", + "transcriptions" : { "pinyin" : "jùn qiào", + "numeric" : "jun4 qiao4", + "wadegiles" : "chün⁴ ch'iao⁴", + "bopomofo" : "ㄐㄩㄣˋ ㄑㄧㄠˋ", + "romatzyh" : "jiunn chiaw" }, + "meanings" : [ "attractive and intelligent", + "charming", + "elegant" ], + "classifiers" : [] } ] }, + { "simplified" : "骏马", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 26109, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "駿馬", + "transcriptions" : { "pinyin" : "jùn mǎ", + "numeric" : "jun4 ma3", + "wadegiles" : "chün⁴ ma³", + "bopomofo" : "ㄐㄩㄣˋ ㄇㄚˇ", + "romatzyh" : "jiunn maa" }, + "meanings" : [ "fine horse", "steed" ], + "classifiers" : [] } ] }, + { "simplified" : "竣工", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 24208, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "竣工", + "transcriptions" : { "pinyin" : "jùn gōng", + "numeric" : "jun4 gong1", + "wadegiles" : "chün⁴ kung¹", + "bopomofo" : "ㄐㄩㄣˋ ㄍㄨㄥ", + "romatzyh" : "jiunn gong" }, + "meanings" : [ "to complete a project" ], + "classifiers" : [] } ] }, + { "simplified" : "咖啡", + "radical" : "口", + "level" : [ "new-3", "old-2" ], + "frequency" : 1698, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "咖啡", + "transcriptions" : { "pinyin" : "kā fēi", + "numeric" : "ka1 fei1", + "wadegiles" : "k'a¹ fei¹", + "bopomofo" : "ㄎㄚ ㄈㄟ", + "romatzyh" : "ka fei" }, + "meanings" : [ "coffee (loanword)" ], + "classifiers" : [ "杯" ] } ] }, + { "simplified" : "卡", + "radical" : "卜", + "level" : [ "new-2" ], + "frequency" : 670, + "pos" : [ "n", "v", "g" ], + "forms" : [ { "traditional" : "卡", + "transcriptions" : { "pinyin" : "kǎ", + "numeric" : "ka3", + "wadegiles" : "k'a³", + "bopomofo" : "ㄎㄚˇ", + "romatzyh" : "kaa" }, + "meanings" : [ "to stop", + "to block", + "(computing) (coll.) slow", + "(loanword) card", + "truck (from \"car\")", + "calorie (abbr. for 里)", + "cassette" ], + "classifiers" : [ "张", "片" ] }, + { "traditional" : "卡", + "transcriptions" : { "pinyin" : "qiǎ", + "numeric" : "qia3", + "wadegiles" : "ch'ia³", + "bopomofo" : "ㄑㄧㄚˇ", + "romatzyh" : "chea" }, + "meanings" : [ "to block", + "to be stuck", + "to be wedged", + "customs station", + "a clip", + "a fastener", + "a checkpost", + "Taiwan pr. [kǎ]" ], + "classifiers" : [] } ] }, + { "simplified" : "卡车", + "radical" : "卜", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5046, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "卡車", + "transcriptions" : { "pinyin" : "kǎ chē", + "numeric" : "ka3 che1", + "wadegiles" : "k'a³ ch'e¹", + "bopomofo" : "ㄎㄚˇ ㄔㄜ", + "romatzyh" : "kaa che" }, + "meanings" : [ "truck" ], + "classifiers" : [ "辆" ] } ] }, + { "simplified" : "卡片", + "radical" : "卜", + "level" : [ "new-7+" ], + "frequency" : 7305, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "卡片", + "transcriptions" : { "pinyin" : "kǎ piàn", + "numeric" : "ka3 pian4", + "wadegiles" : "k'a³ p'ien⁴", + "bopomofo" : "ㄎㄚˇ ㄆㄧㄢˋ", + "romatzyh" : "kaa piann" }, + "meanings" : [ "card" ], + "classifiers" : [] } ] }, + { "simplified" : "卡通", + "radical" : "卜", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7760, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "卡通", + "transcriptions" : { "pinyin" : "kǎ tōng", + "numeric" : "ka3 tong1", + "wadegiles" : "k'a³ t'ung¹", + "bopomofo" : "ㄎㄚˇ ㄊㄨㄥ", + "romatzyh" : "kaa tong" }, + "meanings" : [ "cartoon (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "卡子", + "radical" : "卜", + "level" : [ "new-7+" ], + "frequency" : 48906, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "卡子", + "transcriptions" : { "pinyin" : "qiǎ zi", + "numeric" : "qia3 zi5", + "wadegiles" : "ch'ia³ zi", + "bopomofo" : "ㄑㄧㄚˇ zi", + "romatzyh" : "chea zi" }, + "meanings" : [ "clip", + "hair fastener", + "checkpoint" ], + "classifiers" : [] } ] }, + { "simplified" : "开", + "radical" : "廾", + "level" : [ "new-1", "old-1" ], + "frequency" : 195, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "開", + "transcriptions" : { "pinyin" : "kāi", + "numeric" : "kai1", + "wadegiles" : "k'ai¹", + "bopomofo" : "ㄎㄞ", + "romatzyh" : "kai" }, + "meanings" : [ "to open (transitive or intransitive)", + "(of ships, vehicles, troops etc) to start", + "to turn on; to put in operation; to operate; to run", + "to boil", + "to write out (a prescription, check, invoice etc)", + "(directional complement) away; off", + "carat (gold)", + "abbr. for Kelvin, 开尔文", + "abbr. for 开本, book format" ], + "classifiers" : [] } ] }, + { "simplified" : "开办", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 10861, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開辦", + "transcriptions" : { "pinyin" : "kāi bàn", + "numeric" : "kai1 ban4", + "wadegiles" : "k'ai¹ pan⁴", + "bopomofo" : "ㄎㄞ ㄅㄢˋ", + "romatzyh" : "kai bann" }, + "meanings" : [ "to open", + "to start (a business etc)", + "to set up" ], + "classifiers" : [] } ] }, + { "simplified" : "开采", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11044, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開採", + "transcriptions" : { "pinyin" : "kāi cǎi", + "numeric" : "kai1 cai3", + "wadegiles" : "k'ai¹ ts'ai³", + "bopomofo" : "ㄎㄞ ㄘㄞˇ", + "romatzyh" : "kai tsae" }, + "meanings" : [ "to extract (ore or other resource from a mine)", + "to exploit", + "to mine" ], + "classifiers" : [] } ] }, + { "simplified" : "开场", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 6684, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開場", + "transcriptions" : { "pinyin" : "kāi chǎng", + "numeric" : "kai1 chang3", + "wadegiles" : "k'ai¹ ch'ang³", + "bopomofo" : "ㄎㄞ ㄔㄤˇ", + "romatzyh" : "kai chaang" }, + "meanings" : [ "to begin", + "to open", + "to start", + "beginning of an event" ], + "classifiers" : [] } ] }, + { "simplified" : "开场白", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 22740, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "開場白", + "transcriptions" : { "pinyin" : "kāi chǎng bái", + "numeric" : "kai1 chang3 bai2", + "wadegiles" : "k'ai¹ ch'ang³ pai²", + "bopomofo" : "ㄎㄞ ㄔㄤˇ ㄅㄞˊ", + "romatzyh" : "kai chaang bair" }, + "meanings" : [ "prologue of play", + "opening remarks", + "preamble (of speeches, articles etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "开车", + "radical" : "廾", + "level" : [ "new-1" ], + "frequency" : 2670, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開車", + "transcriptions" : { "pinyin" : "kāi chē", + "numeric" : "kai1 che1", + "wadegiles" : "k'ai¹ ch'e¹", + "bopomofo" : "ㄎㄞ ㄔㄜ", + "romatzyh" : "kai che" }, + "meanings" : [ "to drive a car" ], + "classifiers" : [] } ] }, + { "simplified" : "开除", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6459, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開除", + "transcriptions" : { "pinyin" : "kāi chú", + "numeric" : "kai1 chu2", + "wadegiles" : "k'ai¹ ch'u²", + "bopomofo" : "ㄎㄞ ㄔㄨˊ", + "romatzyh" : "kai chwu" }, + "meanings" : [ "to expel (a member of an organization)", + "to fire (an employee)" ], + "classifiers" : [] } ] }, + { "simplified" : "开创", + "radical" : "廾", + "level" : [ "new-6" ], + "frequency" : 9699, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開創", + "transcriptions" : { "pinyin" : "kāi chuàng", + "numeric" : "kai1 chuang4", + "wadegiles" : "k'ai¹ ch'uang⁴", + "bopomofo" : "ㄎㄞ ㄔㄨㄤˋ", + "romatzyh" : "kai chuanq" }, + "meanings" : [ "to initiate", + "to start", + "to found" ], + "classifiers" : [] } ] }, + { "simplified" : "开动", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 12257, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開動", + "transcriptions" : { "pinyin" : "kāi dòng", + "numeric" : "kai1 dong4", + "wadegiles" : "k'ai¹ tung⁴", + "bopomofo" : "ㄎㄞ ㄉㄨㄥˋ", + "romatzyh" : "kai donq" }, + "meanings" : [ "to start", + "to set in motion", + "to move", + "to march", + "to dig in (eating)", + "to tuck in (eating)" ], + "classifiers" : [] } ] }, + { "simplified" : "开发", + "radical" : "廾", + "level" : [ "new-3", "old-5" ], + "frequency" : 2981, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開發", + "transcriptions" : { "pinyin" : "kāi fā", + "numeric" : "kai1 fa1", + "wadegiles" : "k'ai¹ fa¹", + "bopomofo" : "ㄎㄞ ㄈㄚ", + "romatzyh" : "kai fa" }, + "meanings" : [ "to exploit (a resource)", + "to open up (for development)", + "to develop" ], + "classifiers" : [] } ] }, + { "simplified" : "开发区", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 22592, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "開發區", + "transcriptions" : { "pinyin" : "kāi fā qū", + "numeric" : "kai1 fa1 qu1", + "wadegiles" : "k'ai¹ fa¹ ch'ü¹", + "bopomofo" : "ㄎㄞ ㄈㄚ ㄑㄩ", + "romatzyh" : "kai fa chiu" }, + "meanings" : [ "development zone" ], + "classifiers" : [] } ] }, + { "simplified" : "开发商", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 15238, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "開發商", + "transcriptions" : { "pinyin" : "kāi fā shāng", + "numeric" : "kai1 fa1 shang1", + "wadegiles" : "k'ai¹ fa¹ shang¹", + "bopomofo" : "ㄎㄞ ㄈㄚ ㄕㄤ", + "romatzyh" : "kai fa shang" }, + "meanings" : [ "developer (of real estate, a commercial product etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "开放", + "radical" : "廾", + "level" : [ "new-3", "old-5" ], + "frequency" : 3036, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "開放", + "transcriptions" : { "pinyin" : "kāi fàng", + "numeric" : "kai1 fang4", + "wadegiles" : "k'ai¹ fang⁴", + "bopomofo" : "ㄎㄞ ㄈㄤˋ", + "romatzyh" : "kai fanq" }, + "meanings" : [ "to bloom", + "to open", + "to be open (to the public)", + "to open up (to the outside)", + "to be open-minded", + "unrestrained by convention", + "unconstrained in one's sexuality" ], + "classifiers" : [] } ] }, + { "simplified" : "开工", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 5042, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開工", + "transcriptions" : { "pinyin" : "kāi gōng", + "numeric" : "kai1 gong1", + "wadegiles" : "k'ai¹ kung¹", + "bopomofo" : "ㄎㄞ ㄍㄨㄥ", + "romatzyh" : "kai gong" }, + "meanings" : [ "to begin work (of a factory or engineering operation)", + "to start a construction job" ], + "classifiers" : [] } ] }, + { "simplified" : "开关", + "radical" : "廾", + "level" : [ "new-6" ], + "frequency" : 7738, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "開關", + "transcriptions" : { "pinyin" : "kāi guān", + "numeric" : "kai1 guan1", + "wadegiles" : "k'ai¹ kuan¹", + "bopomofo" : "ㄎㄞ ㄍㄨㄢ", + "romatzyh" : "kai guan" }, + "meanings" : [ "power switch", + "gas valve", + "to open the city (or frontier) gate", + "to open and close", + "to switch on and off" ], + "classifiers" : [] } ] }, + { "simplified" : "开花", + "radical" : "廾", + "level" : [ "new-4" ], + "frequency" : 11764, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開花", + "transcriptions" : { "pinyin" : "kāi huā", + "numeric" : "kai1 hua1", + "wadegiles" : "k'ai¹ hua¹", + "bopomofo" : "ㄎㄞ ㄏㄨㄚ", + "romatzyh" : "kai hua" }, + "meanings" : [ "to bloom; to blossom; to flower", + "(fig.) to burst; to split open", + "(fig.) to burst with joy", + "(fig.) to spring up everywhere; to flourish" ], + "classifiers" : [] } ] }, + { "simplified" : "开会", + "radical" : "廾", + "level" : [ "new-1" ], + "frequency" : 4398, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開會", + "transcriptions" : { "pinyin" : "kāi huì", + "numeric" : "kai1 hui4", + "wadegiles" : "k'ai¹ hui⁴", + "bopomofo" : "ㄎㄞ ㄏㄨㄟˋ", + "romatzyh" : "kai huey" }, + "meanings" : [ "to hold a meeting", + "to attend a meeting" ], + "classifiers" : [] } ] }, + { "simplified" : "开机", + "radical" : "廾", + "level" : [ "new-2" ], + "frequency" : 12848, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開機", + "transcriptions" : { "pinyin" : "kāi jī", + "numeric" : "kai1 ji1", + "wadegiles" : "k'ai¹ chi¹", + "bopomofo" : "ㄎㄞ ㄐㄧ", + "romatzyh" : "kai ji" }, + "meanings" : [ "to start an engine", + "to boot up (a computer)", + "to press Ctrl-Alt-Delete", + "to begin shooting a film or TV show" ], + "classifiers" : [] } ] }, + { "simplified" : "开垦", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 31554, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開墾", + "transcriptions" : { "pinyin" : "kāi kěn", + "numeric" : "kai1 ken3", + "wadegiles" : "k'ai¹ k'en³", + "bopomofo" : "ㄎㄞ ㄎㄣˇ", + "romatzyh" : "kai keen" }, + "meanings" : [ "to clear a wild area for cultivation", + "to put under the plow" ], + "classifiers" : [] } ] }, + { "simplified" : "开口", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 3524, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開口", + "transcriptions" : { "pinyin" : "kāi kǒu", + "numeric" : "kai1 kou3", + "wadegiles" : "k'ai¹ k'ou³", + "bopomofo" : "ㄎㄞ ㄎㄡˇ", + "romatzyh" : "kai koou" }, + "meanings" : [ "to open one's mouth", + "to start to talk" ], + "classifiers" : [] } ] }, + { "simplified" : "开阔", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11767, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "開闊", + "transcriptions" : { "pinyin" : "kāi kuò", + "numeric" : "kai1 kuo4", + "wadegiles" : "k'ai¹ k'uo⁴", + "bopomofo" : "ㄎㄞ ㄎㄨㄛˋ", + "romatzyh" : "kai kuoh" }, + "meanings" : [ "wide", + "open (spaces)", + "to open up" ], + "classifiers" : [] } ] }, + { "simplified" : "开朗", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12573, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "開朗", + "transcriptions" : { "pinyin" : "kāi lǎng", + "numeric" : "kai1 lang3", + "wadegiles" : "k'ai¹ lang³", + "bopomofo" : "ㄎㄞ ㄌㄤˇ", + "romatzyh" : "kai laang" }, + "meanings" : [ "spacious and well-lit", + "open and clear", + "(of character) optimistic", + "cheerful", + "carefree" ], + "classifiers" : [] } ] }, + { "simplified" : "开明", + "radical" : "廾", + "level" : [ "old-6" ], + "frequency" : 21973, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "開明", + "transcriptions" : { "pinyin" : "kāi míng", + "numeric" : "kai1 ming2", + "wadegiles" : "k'ai¹ ming²", + "bopomofo" : "ㄎㄞ ㄇㄧㄥˊ", + "romatzyh" : "kai ming" }, + "meanings" : [ "enlightened", + "open-minded", + "enlightenment" ], + "classifiers" : [] } ] }, + { "simplified" : "开幕", + "radical" : "廾", + "level" : [ "new-5" ], + "frequency" : 9221, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開幕", + "transcriptions" : { "pinyin" : "kāi mù", + "numeric" : "kai1 mu4", + "wadegiles" : "k'ai¹ mu⁴", + "bopomofo" : "ㄎㄞ ㄇㄨˋ", + "romatzyh" : "kai muh" }, + "meanings" : [ "to open (a conference)", + "to inaugurate" ], + "classifiers" : [] } ] }, + { "simplified" : "开幕式", + "radical" : "廾", + "level" : [ "new-5", "old-5" ], + "frequency" : 9329, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "開幕式", + "transcriptions" : { "pinyin" : "kāi mù shì", + "numeric" : "kai1 mu4 shi4", + "wadegiles" : "k'ai¹ mu⁴ shih⁴", + "bopomofo" : "ㄎㄞ ㄇㄨˋ ㄕˋ", + "romatzyh" : "kai muh shyh" }, + "meanings" : [ "opening ceremony" ], + "classifiers" : [] } ] }, + { "simplified" : "开辟", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13354, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開闢", + "transcriptions" : { "pinyin" : "kāi pì", + "numeric" : "kai1 pi4", + "wadegiles" : "k'ai¹ p'i⁴", + "bopomofo" : "ㄎㄞ ㄆㄧˋ", + "romatzyh" : "kai pih" }, + "meanings" : [ "to open up", + "to set up", + "to establish" ], + "classifiers" : [] } ] }, + { "simplified" : "开启", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 5680, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開啟", + "transcriptions" : { "pinyin" : "kāi qǐ", + "numeric" : "kai1 qi3", + "wadegiles" : "k'ai¹ ch'i³", + "bopomofo" : "ㄎㄞ ㄑㄧˇ", + "romatzyh" : "kai chii" }, + "meanings" : [ "to open", + "to start", + "(computing) to enable" ], + "classifiers" : [] } ] }, + { "simplified" : "开枪", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 5657, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開槍", + "transcriptions" : { "pinyin" : "kāi qiāng", + "numeric" : "kai1 qiang1", + "wadegiles" : "k'ai¹ ch'iang¹", + "bopomofo" : "ㄎㄞ ㄑㄧㄤ", + "romatzyh" : "kai chiang" }, + "meanings" : [ "to open fire", "to shoot a gun" ], + "classifiers" : [] } ] }, + { "simplified" : "开设", + "radical" : "廾", + "level" : [ "new-6" ], + "frequency" : 10675, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開設", + "transcriptions" : { "pinyin" : "kāi shè", + "numeric" : "kai1 she4", + "wadegiles" : "k'ai¹ she⁴", + "bopomofo" : "ㄎㄞ ㄕㄜˋ", + "romatzyh" : "kai sheh" }, + "meanings" : [ "to offer (goods or services)", + "to open (for business etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "开始", + "radical" : "廾", + "level" : [ "new-3", "old-2" ], + "frequency" : 132, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開始", + "transcriptions" : { "pinyin" : "kāi shǐ", + "numeric" : "kai1 shi3", + "wadegiles" : "k'ai¹ shih³", + "bopomofo" : "ㄎㄞ ㄕˇ", + "romatzyh" : "kai shyy" }, + "meanings" : [ "to begin", + "beginning", + "to start", + "initial" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "开水", + "radical" : "廾", + "level" : [ "new-4", "old-6" ], + "frequency" : 16321, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "開水", + "transcriptions" : { "pinyin" : "kāi shuǐ", + "numeric" : "kai1 shui3", + "wadegiles" : "k'ai¹ shui³", + "bopomofo" : "ㄎㄞ ㄕㄨㄟˇ", + "romatzyh" : "kai shoei" }, + "meanings" : [ "boiled water", "boiling water" ], + "classifiers" : [] } ] }, + { "simplified" : "开拓", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11820, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開拓", + "transcriptions" : { "pinyin" : "kāi tuò", + "numeric" : "kai1 tuo4", + "wadegiles" : "k'ai¹ t'o⁴", + "bopomofo" : "ㄎㄞ ㄊㄨㄛˋ", + "romatzyh" : "kai tuoh" }, + "meanings" : [ "to break new ground (for agriculture)", + "to open up (a new seam)", + "to develop (border regions)", + "fig. to open up (new horizons)" ], + "classifiers" : [] } ] }, + { "simplified" : "开天辟地", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 40925, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開天闢地", + "transcriptions" : { "pinyin" : "kāi tiān pì dì", + "numeric" : "kai1 tian1 pi4 di4", + "wadegiles" : "k'ai¹ t'ien¹ p'i⁴ ti⁴", + "bopomofo" : "ㄎㄞ ㄊㄧㄢ ㄆㄧˋ ㄉㄧˋ", + "romatzyh" : "kai tian pih dih" }, + "meanings" : [ "to split heaven and earth apart (idiom); refers to the Pangu 盘古 creation myth" ], + "classifiers" : [] } ] }, + { "simplified" : "开通", + "radical" : "廾", + "level" : [ "new-6" ], + "frequency" : 4644, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開通", + "transcriptions" : { "pinyin" : "kāi tōng", + "numeric" : "kai1 tong1", + "wadegiles" : "k'ai¹ t'ung¹", + "bopomofo" : "ㄎㄞ ㄊㄨㄥ", + "romatzyh" : "kai tong" }, + "meanings" : [ "to open (a new road or railway line); to set up (a hotline); to launch (a service); to subscribe to (a members-only service)" ], + "classifiers" : [] }, + { "traditional" : "開通", + "transcriptions" : { "pinyin" : "kāi tong", + "numeric" : "kai1 tong5", + "wadegiles" : "k'ai¹ tong", + "bopomofo" : "ㄎㄞ tong", + "romatzyh" : "kai tong" }, + "meanings" : [ "open-minded" ], + "classifiers" : [] } ] }, + { "simplified" : "开头", + "radical" : "廾", + "level" : [ "new-6" ], + "frequency" : 7063, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "開頭", + "transcriptions" : { "pinyin" : "kāi tóu", + "numeric" : "kai1 tou2", + "wadegiles" : "k'ai¹ t'ou²", + "bopomofo" : "ㄎㄞ ㄊㄡˊ", + "romatzyh" : "kai tour" }, + "meanings" : [ "beginning", "to start" ], + "classifiers" : [] } ] }, + { "simplified" : "开玩笑", + "radical" : "廾", + "level" : [ "new-1", "old-4" ], + "frequency" : 3878, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開玩笑", + "transcriptions" : { "pinyin" : "kāi wán xiào", + "numeric" : "kai1 wan2 xiao4", + "wadegiles" : "k'ai¹ wan² hsiao⁴", + "bopomofo" : "ㄎㄞ ㄨㄢˊ ㄒㄧㄠˋ", + "romatzyh" : "kai wan shiaw" }, + "meanings" : [ "to play a joke", + "to make fun of", + "to joke" ], + "classifiers" : [] } ] }, + { "simplified" : "开销", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 14160, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "開銷", + "transcriptions" : { "pinyin" : "kāi xiāo", + "numeric" : "kai1 xiao1", + "wadegiles" : "k'ai¹ hsiao¹", + "bopomofo" : "ㄎㄞ ㄒㄧㄠ", + "romatzyh" : "kai shiau" }, + "meanings" : [ "to pay (expenses)", + "expenses", + "(old) to dismiss (an employee)" ], + "classifiers" : [] } ] }, + { "simplified" : "开心", + "radical" : "廾", + "level" : [ "new-2", "old-5" ], + "frequency" : 667, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "開心", + "transcriptions" : { "pinyin" : "kāi xīn", + "numeric" : "kai1 xin1", + "wadegiles" : "k'ai¹ hsin¹", + "bopomofo" : "ㄎㄞ ㄒㄧㄣ", + "romatzyh" : "kai shin" }, + "meanings" : [ "to feel happy", + "to rejoice", + "to have a great time", + "to make fun of sb" ], + "classifiers" : [] } ] }, + { "simplified" : "开学", + "radical" : "廾", + "level" : [ "new-2" ], + "frequency" : 10160, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開學", + "transcriptions" : { "pinyin" : "kāi xué", + "numeric" : "kai1 xue2", + "wadegiles" : "k'ai¹ hsüeh²", + "bopomofo" : "ㄎㄞ ㄒㄩㄝˊ", + "romatzyh" : "kai shyue" }, + "meanings" : [ "foundation of a University or College", + "school opening", + "the start of a new term" ], + "classifiers" : [] } ] }, + { "simplified" : "开业", + "radical" : "廾", + "level" : [ "new-3" ], + "frequency" : 7802, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開業", + "transcriptions" : { "pinyin" : "kāi yè", + "numeric" : "kai1 ye4", + "wadegiles" : "k'ai¹ yeh⁴", + "bopomofo" : "ㄎㄞ ㄧㄝˋ", + "romatzyh" : "kai yeh" }, + "meanings" : [ "to open a business", + "to open a practice", + "open (for business)" ], + "classifiers" : [] } ] }, + { "simplified" : "开夜车", + "radical" : "廾", + "level" : [ "new-6" ], + "frequency" : 49510, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "開夜車", + "transcriptions" : { "pinyin" : "kāi yè chē", + "numeric" : "kai1 ye4 che1", + "wadegiles" : "k'ai¹ yeh⁴ ch'e¹", + "bopomofo" : "ㄎㄞ ㄧㄝˋ ㄔㄜ", + "romatzyh" : "kai yeh che" }, + "meanings" : [ "to burn the midnight oil", + "to work late into the night" ], + "classifiers" : [] } ] }, + { "simplified" : "开展", + "radical" : "廾", + "level" : [ "new-3", "old-6" ], + "frequency" : 6041, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開展", + "transcriptions" : { "pinyin" : "kāi zhǎn", + "numeric" : "kai1 zhan3", + "wadegiles" : "k'ai¹ chan³", + "bopomofo" : "ㄎㄞ ㄓㄢˇ", + "romatzyh" : "kai jaan" }, + "meanings" : [ "to launch", + "to develop", + "to unfold", + "(of an exhibition etc) to open" ], + "classifiers" : [] } ] }, + { "simplified" : "开张", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 8948, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "開張", + "transcriptions" : { "pinyin" : "kāi zhāng", + "numeric" : "kai1 zhang1", + "wadegiles" : "k'ai¹ chang¹", + "bopomofo" : "ㄎㄞ ㄓㄤ", + "romatzyh" : "kai jang" }, + "meanings" : [ "to open a business", + "first transaction of a business day" ], + "classifiers" : [] } ] }, + { "simplified" : "开支", + "radical" : "廾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7694, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "開支", + "transcriptions" : { "pinyin" : "kāi zhī", + "numeric" : "kai1 zhi1", + "wadegiles" : "k'ai¹ chih¹", + "bopomofo" : "ㄎㄞ ㄓ", + "romatzyh" : "kai jy" }, + "meanings" : [ "expenditures", + "expenses", + "to spend money", + "(coll.) to pay wages" ], + "classifiers" : [ "笔", "项" ] } ] }, + { "simplified" : "凯歌", + "radical" : "几", + "level" : [ "new-7+" ], + "frequency" : 26552, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "凱歌", + "transcriptions" : { "pinyin" : "kǎi gē", + "numeric" : "kai3 ge1", + "wadegiles" : "k'ai³ ko¹", + "bopomofo" : "ㄎㄞˇ ㄍㄜ", + "romatzyh" : "kae ge" }, + "meanings" : [ "triumphal hymn", + "victory song", + "paean" ], + "classifiers" : [] } ] }, + { "simplified" : "楷模", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 20079, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "楷模", + "transcriptions" : { "pinyin" : "kǎi mó", + "numeric" : "kai3 mo2", + "wadegiles" : "k'ai³ mo²", + "bopomofo" : "ㄎㄞˇ ㄇㄛˊ", + "romatzyh" : "kae mo" }, + "meanings" : [ "model", "example" ], + "classifiers" : [] } ] }, + { "simplified" : "刊登", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7731, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "刊登", + "transcriptions" : { "pinyin" : "kān dēng", + "numeric" : "kan1 deng1", + "wadegiles" : "k'an¹ teng¹", + "bopomofo" : "ㄎㄢ ㄉㄥ", + "romatzyh" : "kan deng" }, + "meanings" : [ "to carry a story", + "to publish (in a newspaper or magazine)" ], + "classifiers" : [] } ] }, + { "simplified" : "刊物", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16925, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "刊物", + "transcriptions" : { "pinyin" : "kān wù", + "numeric" : "kan1 wu4", + "wadegiles" : "k'an¹ wu⁴", + "bopomofo" : "ㄎㄢ ㄨˋ", + "romatzyh" : "kan wuh" }, + "meanings" : [ "publication" ], + "classifiers" : [] } ] }, + { "simplified" : "勘探", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20671, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "勘探", + "transcriptions" : { "pinyin" : "kān tàn", + "numeric" : "kan1 tan4", + "wadegiles" : "k'an¹ t'an⁴", + "bopomofo" : "ㄎㄢ ㄊㄢˋ", + "romatzyh" : "kan tann" }, + "meanings" : [ "to explore", + "to survey", + "to prospect (for oil etc)", + "prospecting" ], + "classifiers" : [] } ] }, + { "simplified" : "堪称", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 13001, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "堪稱", + "transcriptions" : { "pinyin" : "kān chēng", + "numeric" : "kan1 cheng1", + "wadegiles" : "k'an¹ ch'eng¹", + "bopomofo" : "ㄎㄢ ㄔㄥ", + "romatzyh" : "kan cheng" }, + "meanings" : [ "can be rated as", + "can be said to be" ], + "classifiers" : [] } ] }, + { "simplified" : "侃大山", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 82206, + "pos" : [], + "forms" : [ { "traditional" : "侃大山", + "transcriptions" : { "pinyin" : "kǎn dà shān", + "numeric" : "kan3 da4 shan1", + "wadegiles" : "k'an³ ta⁴ shan¹", + "bopomofo" : "ㄎㄢˇ ㄉㄚˋ ㄕㄢ", + "romatzyh" : "kaan dah shan" }, + "meanings" : [ "to chatter idly", + "to gossip", + "to boast or brag" ], + "classifiers" : [] } ] }, + { "simplified" : "砍", + "radical" : "石", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3423, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "砍", + "transcriptions" : { "pinyin" : "kǎn", + "numeric" : "kan3", + "wadegiles" : "k'an³", + "bopomofo" : "ㄎㄢˇ", + "romatzyh" : "kaan" }, + "meanings" : [ "to chop", + "to cut down", + "to throw sth at sb" ], + "classifiers" : [] } ] }, + { "simplified" : "看", + "radical" : "目", + "level" : [ "new-1", "old-1" ], + "frequency" : 52, + "pos" : [ "v", "u" ], + "forms" : [ { "traditional" : "看", + "transcriptions" : { "pinyin" : "kān", + "numeric" : "kan1", + "wadegiles" : "k'an¹", + "bopomofo" : "ㄎㄢ", + "romatzyh" : "kan" }, + "meanings" : [ "to look after", + "to take care of", + "to watch", + "to guard" ], + "classifiers" : [] }, + { "traditional" : "看", + "transcriptions" : { "pinyin" : "kàn", + "numeric" : "kan4", + "wadegiles" : "k'an⁴", + "bopomofo" : "ㄎㄢˋ", + "romatzyh" : "kann" }, + "meanings" : [ "to see; to look at", + "to read", + "to watch", + "to visit; to call on", + "to consider; to regard as", + "to look after", + "to treat (a patient or illness)", + "to depend on", + "to feel (that)", + "(after a verb) to give it a try", + "to watch out for" ], + "classifiers" : [] } ] }, + { "simplified" : "看病", + "radical" : "目", + "level" : [ "new-1" ], + "frequency" : 7705, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "看病", + "transcriptions" : { "pinyin" : "kàn bìng", + "numeric" : "kan4 bing4", + "wadegiles" : "k'an⁴ ping⁴", + "bopomofo" : "ㄎㄢˋ ㄅㄧㄥˋ", + "romatzyh" : "kann binq" }, + "meanings" : [ "to visit a doctor", + "to see a patient" ], + "classifiers" : [] } ] }, + { "simplified" : "看不起", + "radical" : "目", + "level" : [ "new-4", "old-5" ], + "frequency" : 15152, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看不起", + "transcriptions" : { "pinyin" : "kàn bu qǐ", + "numeric" : "kan4 bu5 qi3", + "wadegiles" : "k'an⁴ bu ch'i³", + "bopomofo" : "ㄎㄢˋ bu ㄑㄧˇ", + "romatzyh" : "kann bu chii" }, + "meanings" : [ "to look down upon", "to despise" ], + "classifiers" : [] } ] }, + { "simplified" : "看成", + "radical" : "目", + "level" : [ "new-5" ], + "frequency" : 7773, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看成", + "transcriptions" : { "pinyin" : "kàn chéng", + "numeric" : "kan4 cheng2", + "wadegiles" : "k'an⁴ ch'eng²", + "bopomofo" : "ㄎㄢˋ ㄔㄥˊ", + "romatzyh" : "kann cherng" }, + "meanings" : [ "to regard as" ], + "classifiers" : [] } ] }, + { "simplified" : "看出", + "radical" : "目", + "level" : [ "new-5" ], + "frequency" : 3549, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看出", + "transcriptions" : { "pinyin" : "kàn chū", + "numeric" : "kan4 chu1", + "wadegiles" : "k'an⁴ ch'u¹", + "bopomofo" : "ㄎㄢˋ ㄔㄨ", + "romatzyh" : "kann chu" }, + "meanings" : [ "to make out", "to see" ], + "classifiers" : [] } ] }, + { "simplified" : "看待", + "radical" : "目", + "level" : [ "new-5", "old-6" ], + "frequency" : 5407, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看待", + "transcriptions" : { "pinyin" : "kàn dài", + "numeric" : "kan4 dai4", + "wadegiles" : "k'an⁴ tai⁴", + "bopomofo" : "ㄎㄢˋ ㄉㄞˋ", + "romatzyh" : "kann day" }, + "meanings" : [ "to look upon; to regard" ], + "classifiers" : [] } ] }, + { "simplified" : "看到", + "radical" : "目", + "level" : [ "new-1" ], + "frequency" : 169, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看到", + "transcriptions" : { "pinyin" : "kàn dào", + "numeric" : "kan4 dao4", + "wadegiles" : "k'an⁴ tao⁴", + "bopomofo" : "ㄎㄢˋ ㄉㄠˋ", + "romatzyh" : "kann daw" }, + "meanings" : [ "to see" ], + "classifiers" : [] } ] }, + { "simplified" : "看得出", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 17140, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看得出", + "transcriptions" : { "pinyin" : "kàn de chū", + "numeric" : "kan4 de5 chu1", + "wadegiles" : "k'an⁴ de ch'u¹", + "bopomofo" : "ㄎㄢˋ de ㄔㄨ", + "romatzyh" : "kann de chu" }, + "meanings" : [ "can see", "can tell" ], + "classifiers" : [] } ] }, + { "simplified" : "看得见", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 13107, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看得見", + "transcriptions" : { "pinyin" : "kàn dé jiàn", + "numeric" : "kan4 de2 jian4", + "wadegiles" : "k'an⁴ te² chien⁴", + "bopomofo" : "ㄎㄢˋ ㄉㄜˊ ㄐㄧㄢˋ", + "romatzyh" : "kann der jiann" }, + "meanings" : [ "can see", "visible" ], + "classifiers" : [] } ] }, + { "simplified" : "看得起", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 42625, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看得起", + "transcriptions" : { "pinyin" : "kàn de qǐ", + "numeric" : "kan4 de5 qi3", + "wadegiles" : "k'an⁴ de ch'i³", + "bopomofo" : "ㄎㄢˋ de ㄑㄧˇ", + "romatzyh" : "kann de chii" }, + "meanings" : [ "to show respect for", + "to think highly of" ], + "classifiers" : [] } ] }, + { "simplified" : "看法", + "radical" : "目", + "level" : [ "new-2", "old-4" ], + "frequency" : 2435, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "看法", + "transcriptions" : { "pinyin" : "kàn fǎ", + "numeric" : "kan4 fa3", + "wadegiles" : "k'an⁴ fa³", + "bopomofo" : "ㄎㄢˋ ㄈㄚˇ", + "romatzyh" : "kann faa" }, + "meanings" : [ "way of looking at a thing", + "view", + "opinion" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "看管", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 15697, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "看管", + "transcriptions" : { "pinyin" : "kān guǎn", + "numeric" : "kan1 guan3", + "wadegiles" : "k'an¹ kuan³", + "bopomofo" : "ㄎㄢ ㄍㄨㄢˇ", + "romatzyh" : "kan goan" }, + "meanings" : [ "to look after" ], + "classifiers" : [] } ] }, + { "simplified" : "看好", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 5015, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看好", + "transcriptions" : { "pinyin" : "kān hǎo", + "numeric" : "kan1 hao3", + "wadegiles" : "k'an¹ hao³", + "bopomofo" : "ㄎㄢ ㄏㄠˇ", + "romatzyh" : "kan hao" }, + "meanings" : [ "to keep an eye on" ], + "classifiers" : [] }, + { "traditional" : "看好", + "transcriptions" : { "pinyin" : "kàn hǎo", + "numeric" : "kan4 hao3", + "wadegiles" : "k'an⁴ hao³", + "bopomofo" : "ㄎㄢˋ ㄏㄠˇ", + "romatzyh" : "kann hao" }, + "meanings" : [ "to regard as having good prospects" ], + "classifiers" : [] } ] }, + { "simplified" : "看护", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 15524, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "看護", + "transcriptions" : { "pinyin" : "kān hù", + "numeric" : "kan1 hu4", + "wadegiles" : "k'an¹ hu⁴", + "bopomofo" : "ㄎㄢ ㄏㄨˋ", + "romatzyh" : "kan huh" }, + "meanings" : [ "to nurse", + "to look after", + "to watch over", + "(old) hospital nurse" ], + "classifiers" : [] } ] }, + { "simplified" : "看见", + "radical" : "目", + "level" : [ "new-1", "old-1" ], + "frequency" : 870, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看見", + "transcriptions" : { "pinyin" : "kàn jiàn", + "numeric" : "kan4 jian4", + "wadegiles" : "k'an⁴ chien⁴", + "bopomofo" : "ㄎㄢˋ ㄐㄧㄢˋ", + "romatzyh" : "kann jiann" }, + "meanings" : [ "to see", "to catch sight of" ], + "classifiers" : [] } ] }, + { "simplified" : "看来", + "radical" : "目", + "level" : [ "new-4", "old-5" ], + "frequency" : 774, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看來", + "transcriptions" : { "pinyin" : "kàn lai", + "numeric" : "kan4 lai5", + "wadegiles" : "k'an⁴ lai", + "bopomofo" : "ㄎㄢˋ lai", + "romatzyh" : "kann lai" }, + "meanings" : [ "apparently", "it seems that" ], + "classifiers" : [] } ] }, + { "simplified" : "看起来", + "radical" : "目", + "level" : [ "new-3" ], + "frequency" : 3085, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看起來", + "transcriptions" : { "pinyin" : "kàn qǐ lai", + "numeric" : "kan4 qi3 lai5", + "wadegiles" : "k'an⁴ ch'i³ lai", + "bopomofo" : "ㄎㄢˋ ㄑㄧˇ lai", + "romatzyh" : "kann chii lai" }, + "meanings" : [ "seemingly", + "apparently", + "looks as if", + "appear to be", + "gives the impression that", + "seems on the face of it to be" ], + "classifiers" : [] } ] }, + { "simplified" : "看热闹", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 23986, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看熱鬧", + "transcriptions" : { "pinyin" : "kàn rè nao", + "numeric" : "kan4 re4 nao5", + "wadegiles" : "k'an⁴ je⁴ nao", + "bopomofo" : "ㄎㄢˋ ㄖㄜˋ nao", + "romatzyh" : "kann reh nao" }, + "meanings" : [ "to enjoy watching a bustling scene", + "to go where the crowds are" ], + "classifiers" : [] } ] }, + { "simplified" : "看上去", + "radical" : "目", + "level" : [ "new-3" ], + "frequency" : 2674, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看上去", + "transcriptions" : { "pinyin" : "kàn shang qu", + "numeric" : "kan4 shang5 qu5", + "wadegiles" : "k'an⁴ shang qu", + "bopomofo" : "ㄎㄢˋ shang qu", + "romatzyh" : "kann shang qu" }, + "meanings" : [ "it would appear", + "it seems (that)" ], + "classifiers" : [] } ] }, + { "simplified" : "看似", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 10726, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看似", + "transcriptions" : { "pinyin" : "kàn sì", + "numeric" : "kan4 si4", + "wadegiles" : "k'an⁴ ssu⁴", + "bopomofo" : "ㄎㄢˋ ㄙˋ", + "romatzyh" : "kann syh" }, + "meanings" : [ "to look as if", "to seem" ], + "classifiers" : [] } ] }, + { "simplified" : "看台", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 11632, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "看台", + "transcriptions" : { "pinyin" : "kàn tái", + "numeric" : "kan4 tai2", + "wadegiles" : "k'an⁴ t'ai²", + "bopomofo" : "ㄎㄢˋ ㄊㄞˊ", + "romatzyh" : "kann tair" }, + "meanings" : [ "terrace", + "spectator's grandstand", + "viewing platform" ], + "classifiers" : [] } ] }, + { "simplified" : "看望", + "radical" : "目", + "level" : [ "new-4", "old-6" ], + "frequency" : 8053, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看望", + "transcriptions" : { "pinyin" : "kàn wàng", + "numeric" : "kan4 wang4", + "wadegiles" : "k'an⁴ wang⁴", + "bopomofo" : "ㄎㄢˋ ㄨㄤˋ", + "romatzyh" : "kann wanq" }, + "meanings" : [ "to pay a visit to; to see (sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "看样子", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 10475, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看樣子", + "transcriptions" : { "pinyin" : "kàn yàng zi", + "numeric" : "kan4 yang4 zi5", + "wadegiles" : "k'an⁴ yang⁴ zi", + "bopomofo" : "ㄎㄢˋ ㄧㄤˋ zi", + "romatzyh" : "kann yanq zi" }, + "meanings" : [ "it seems", "it looks as if" ], + "classifiers" : [] } ] }, + { "simplified" : "看中", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 10986, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看中", + "transcriptions" : { "pinyin" : "kàn zhòng", + "numeric" : "kan4 zhong4", + "wadegiles" : "k'an⁴ chung⁴", + "bopomofo" : "ㄎㄢˋ ㄓㄨㄥˋ", + "romatzyh" : "kann jonq" }, + "meanings" : [ "to have a preference for", + "to fancy", + "to choose after consideration", + "to settle on" ], + "classifiers" : [] } ] }, + { "simplified" : "看重", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 8694, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看重", + "transcriptions" : { "pinyin" : "kàn zhòng", + "numeric" : "kan4 zhong4", + "wadegiles" : "k'an⁴ chung⁴", + "bopomofo" : "ㄎㄢˋ ㄓㄨㄥˋ", + "romatzyh" : "kann jonq" }, + "meanings" : [ "to regard as important; to value" ], + "classifiers" : [] } ] }, + { "simplified" : "看作", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 7737, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "看作", + "transcriptions" : { "pinyin" : "kàn zuò", + "numeric" : "kan4 zuo4", + "wadegiles" : "k'an⁴ tso⁴", + "bopomofo" : "ㄎㄢˋ ㄗㄨㄛˋ", + "romatzyh" : "kann tzuoh" }, + "meanings" : [ "to look upon as", "to regard as" ], + "classifiers" : [] } ] }, + { "simplified" : "康复", + "radical" : "广", + "level" : [ "new-6" ], + "frequency" : 4482, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "康復", + "transcriptions" : { "pinyin" : "kāng fù", + "numeric" : "kang1 fu4", + "wadegiles" : "k'ang¹ fu⁴", + "bopomofo" : "ㄎㄤ ㄈㄨˋ", + "romatzyh" : "kang fuh" }, + "meanings" : [ "to recuperate", + "to recover (health)", + "to convalesce" ], + "classifiers" : [] } ] }, + { "simplified" : "慷慨", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9697, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "慷慨", + "transcriptions" : { "pinyin" : "kāng kǎi", + "numeric" : "kang1 kai3", + "wadegiles" : "k'ang¹ k'ai³", + "bopomofo" : "ㄎㄤ ㄎㄞˇ", + "romatzyh" : "kang kae" }, + "meanings" : [ "vehement; fervent", + "generous; magnanimous" ], + "classifiers" : [] } ] }, + { "simplified" : "扛", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7902, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扛", + "transcriptions" : { "pinyin" : "gāng", + "numeric" : "gang1", + "wadegiles" : "kang¹", + "bopomofo" : "ㄍㄤ", + "romatzyh" : "gang" }, + "meanings" : [ "to raise aloft with both hands", + "(of two or more people) to carry sth together" ], + "classifiers" : [] }, + { "traditional" : "扛", + "transcriptions" : { "pinyin" : "káng", + "numeric" : "kang2", + "wadegiles" : "k'ang²", + "bopomofo" : "ㄎㄤˊ", + "romatzyh" : "karng" }, + "meanings" : [ "to carry on one's shoulder", + "(fig.) to take on (a burden, duty etc)" ], + "classifiers" : [] }, + { "traditional" : "摃", + "transcriptions" : { "pinyin" : "gāng", + "numeric" : "gang1", + "wadegiles" : "kang¹", + "bopomofo" : "ㄍㄤ", + "romatzyh" : "gang" }, + "meanings" : [ "old variant of 扛" ], + "classifiers" : [] } ] }, + { "simplified" : "抗衡", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16255, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抗衡", + "transcriptions" : { "pinyin" : "kàng héng", + "numeric" : "kang4 heng2", + "wadegiles" : "k'ang⁴ heng²", + "bopomofo" : "ㄎㄤˋ ㄏㄥˊ", + "romatzyh" : "kanq herng" }, + "meanings" : [ "to compete with", + "to vie with", + "to counter" ], + "classifiers" : [] } ] }, + { "simplified" : "抗拒", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8952, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抗拒", + "transcriptions" : { "pinyin" : "kàng jù", + "numeric" : "kang4 ju4", + "wadegiles" : "k'ang⁴ chü⁴", + "bopomofo" : "ㄎㄤˋ ㄐㄩˋ", + "romatzyh" : "kanq jiuh" }, + "meanings" : [ "to resist", + "to defy", + "to oppose" ], + "classifiers" : [] } ] }, + { "simplified" : "抗生素", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 7830, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "抗生素", + "transcriptions" : { "pinyin" : "kàng shēng sù", + "numeric" : "kang4 sheng1 su4", + "wadegiles" : "k'ang⁴ sheng¹ su⁴", + "bopomofo" : "ㄎㄤˋ ㄕㄥ ㄙㄨˋ", + "romatzyh" : "kanq sheng suh" }, + "meanings" : [ "antibiotic" ], + "classifiers" : [] } ] }, + { "simplified" : "抗议", + "radical" : "扌", + "level" : [ "new-6", "old-5" ], + "frequency" : 4910, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抗議", + "transcriptions" : { "pinyin" : "kàng yì", + "numeric" : "kang4 yi4", + "wadegiles" : "k'ang⁴ i⁴", + "bopomofo" : "ㄎㄤˋ ㄧˋ", + "romatzyh" : "kanq yih" }, + "meanings" : [ "to protest", "protest" ], + "classifiers" : [] } ] }, + { "simplified" : "抗争", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11656, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抗爭", + "transcriptions" : { "pinyin" : "kàng zhēng", + "numeric" : "kang4 zheng1", + "wadegiles" : "k'ang⁴ cheng¹", + "bopomofo" : "ㄎㄤˋ ㄓㄥ", + "romatzyh" : "kanq jeng" }, + "meanings" : [ "to resist", + "to make a stand and fight (against)" ], + "classifiers" : [] } ] }, + { "simplified" : "考", + "radical" : "耂", + "level" : [ "new-1" ], + "frequency" : 2030, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "攷", + "transcriptions" : { "pinyin" : "kǎo", + "numeric" : "kao3", + "wadegiles" : "k'ao³", + "bopomofo" : "ㄎㄠˇ", + "romatzyh" : "kao" }, + "meanings" : [ "to beat", + "to hit", + "variant of 考", + "to inspect", + "to test", + "to take an exam" ], + "classifiers" : [] }, + { "traditional" : "考", + "transcriptions" : { "pinyin" : "kǎo", + "numeric" : "kao3", + "wadegiles" : "k'ao³", + "bopomofo" : "ㄎㄠˇ", + "romatzyh" : "kao" }, + "meanings" : [ "to check", + "to verify", + "to test", + "to examine", + "to take an exam", + "to take an entrance exam for", + "deceased father" ], + "classifiers" : [] } ] }, + { "simplified" : "考察", + "radical" : "耂", + "level" : [ "new-4", "old-6" ], + "frequency" : 6038, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "考察", + "transcriptions" : { "pinyin" : "kǎo chá", + "numeric" : "kao3 cha2", + "wadegiles" : "k'ao³ ch'a²", + "bopomofo" : "ㄎㄠˇ ㄔㄚˊ", + "romatzyh" : "kao char" }, + "meanings" : [ "to inspect", + "to observe and study", + "on-the-spot investigation" ], + "classifiers" : [] } ] }, + { "simplified" : "考场", + "radical" : "耂", + "level" : [ "new-6" ], + "frequency" : 28097, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "考場", + "transcriptions" : { "pinyin" : "kǎo chǎng", + "numeric" : "kao3 chang3", + "wadegiles" : "k'ao³ ch'ang³", + "bopomofo" : "ㄎㄠˇ ㄔㄤˇ", + "romatzyh" : "kao chaang" }, + "meanings" : [ "exam room" ], + "classifiers" : [] } ] }, + { "simplified" : "考古", + "radical" : "耂", + "level" : [ "old-6" ], + "frequency" : 11452, + "pos" : [ "n", "vn" ], + "forms" : [ { "traditional" : "考古", + "transcriptions" : { "pinyin" : "kǎo gǔ", + "numeric" : "kao3 gu3", + "wadegiles" : "k'ao³ ku³", + "bopomofo" : "ㄎㄠˇ ㄍㄨˇ", + "romatzyh" : "kao guu" }, + "meanings" : [ "archaeology" ], + "classifiers" : [] } ] }, + { "simplified" : "考核", + "radical" : "耂", + "level" : [ "new-5", "old-6" ], + "frequency" : 12382, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "考核", + "transcriptions" : { "pinyin" : "kǎo hé", + "numeric" : "kao3 he2", + "wadegiles" : "k'ao³ ho²", + "bopomofo" : "ㄎㄠˇ ㄏㄜˊ", + "romatzyh" : "kao her" }, + "meanings" : [ "to examine", + "to check up on", + "to assess", + "to review", + "appraisal", + "review", + "evaluation" ], + "classifiers" : [] } ] }, + { "simplified" : "考量", + "radical" : "耂", + "level" : [ "new-7+" ], + "frequency" : 20278, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "考量", + "transcriptions" : { "pinyin" : "kǎo liáng", + "numeric" : "kao3 liang2", + "wadegiles" : "k'ao³ liang²", + "bopomofo" : "ㄎㄠˇ ㄌㄧㄤˊ", + "romatzyh" : "kao liang" }, + "meanings" : [ "to consider", + "to give serious consideration to sth", + "consideration" ], + "classifiers" : [] } ] }, + { "simplified" : "考虑", + "radical" : "耂", + "level" : [ "new-4", "old-4" ], + "frequency" : 607, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "考慮", + "transcriptions" : { "pinyin" : "kǎo lu:4", + "numeric" : "kao3 lü4", + "wadegiles" : "k'ao³ lu:4", + "bopomofo" : "ㄎㄠˇ lu:4", + "romatzyh" : "kao lu:4" }, + "meanings" : [ "to think over", + "to consider", + "consideration" ], + "classifiers" : [] } ] }, + { "simplified" : "考生", + "radical" : "耂", + "level" : [ "new-2" ], + "frequency" : 26644, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "考生", + "transcriptions" : { "pinyin" : "kǎo shēng", + "numeric" : "kao3 sheng1", + "wadegiles" : "k'ao³ sheng¹", + "bopomofo" : "ㄎㄠˇ ㄕㄥ", + "romatzyh" : "kao sheng" }, + "meanings" : [ "exam candidate", + "student whose name has been put forward for an exam" ], + "classifiers" : [] } ] }, + { "simplified" : "考试", + "radical" : "耂", + "level" : [ "new-1", "old-2" ], + "frequency" : 1718, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "考試", + "transcriptions" : { "pinyin" : "kǎo shì", + "numeric" : "kao3 shi4", + "wadegiles" : "k'ao³ shih⁴", + "bopomofo" : "ㄎㄠˇ ㄕˋ", + "romatzyh" : "kao shyh" }, + "meanings" : [ "to take an exam", "exam" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "考题", + "radical" : "耂", + "level" : [ "new-6" ], + "frequency" : 44976, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "考題", + "transcriptions" : { "pinyin" : "kǎo tí", + "numeric" : "kao3 ti2", + "wadegiles" : "k'ao³ t'i²", + "bopomofo" : "ㄎㄠˇ ㄊㄧˊ", + "romatzyh" : "kao tyi" }, + "meanings" : [ "exam question" ], + "classifiers" : [] } ] }, + { "simplified" : "考验", + "radical" : "耂", + "level" : [ "new-3", "old-6" ], + "frequency" : 3850, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "考驗", + "transcriptions" : { "pinyin" : "kǎo yàn", + "numeric" : "kao3 yan4", + "wadegiles" : "k'ao³ yan⁴", + "bopomofo" : "ㄎㄠˇ ㄧㄢˋ", + "romatzyh" : "kao yann" }, + "meanings" : [ "to test", + "to put to the test", + "trial", + "ordeal" ], + "classifiers" : [] } ] }, + { "simplified" : "烤", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 3259, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "烤", + "transcriptions" : { "pinyin" : "kǎo", + "numeric" : "kao3", + "wadegiles" : "k'ao³", + "bopomofo" : "ㄎㄠˇ", + "romatzyh" : "kao" }, + "meanings" : [ "to roast", "to bake", "to broil" ], + "classifiers" : [] } ] }, + { "simplified" : "烤肉", + "radical" : "火", + "level" : [ "new-5" ], + "frequency" : 9467, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "烤肉", + "transcriptions" : { "pinyin" : "kǎo ròu", + "numeric" : "kao3 rou4", + "wadegiles" : "k'ao³ jou⁴", + "bopomofo" : "ㄎㄠˇ ㄖㄡˋ", + "romatzyh" : "kao row" }, + "meanings" : [ "barbecue (lit. roast meat)" ], + "classifiers" : [] } ] }, + { "simplified" : "烤鸭", + "radical" : "火", + "level" : [ "new-5", "old-5" ], + "frequency" : 28090, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "烤鴨", + "transcriptions" : { "pinyin" : "kǎo yā", + "numeric" : "kao3 ya1", + "wadegiles" : "k'ao³ ya¹", + "bopomofo" : "ㄎㄠˇ ㄧㄚ", + "romatzyh" : "kao ia" }, + "meanings" : [ "roast duck" ], + "classifiers" : [] } ] }, + { "simplified" : "靠", + "radical" : "非", + "level" : [ "new-2" ], + "frequency" : 622, + "pos" : [ "v", "p" ], + "forms" : [ { "traditional" : "靠", + "transcriptions" : { "pinyin" : "kào", + "numeric" : "kao4", + "wadegiles" : "k'ao⁴", + "bopomofo" : "ㄎㄠˋ", + "romatzyh" : "kaw" }, + "meanings" : [ "to lean against or on", + "to stand by the side of", + "to come near to", + "to depend on", + "to trust", + "to fuck (vulgar)", + "traditional military costume drama where the performers wear armor (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "靠近", + "radical" : "非", + "level" : [ "new-5" ], + "frequency" : 3359, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "靠近", + "transcriptions" : { "pinyin" : "kào jìn", + "numeric" : "kao4 jin4", + "wadegiles" : "k'ao⁴ chin⁴", + "bopomofo" : "ㄎㄠˋ ㄐㄧㄣˋ", + "romatzyh" : "kaw jinn" }, + "meanings" : [ "to be close to", + "to approach; to draw near" ], + "classifiers" : [] } ] }, + { "simplified" : "靠拢", + "radical" : "非", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19503, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "靠攏", + "transcriptions" : { "pinyin" : "kào lǒng", + "numeric" : "kao4 long3", + "wadegiles" : "k'ao⁴ lung³", + "bopomofo" : "ㄎㄠˋ ㄌㄨㄥˇ", + "romatzyh" : "kaw loong" }, + "meanings" : [ "to draw close to" ], + "classifiers" : [] } ] }, + { "simplified" : "苛刻", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 10891, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "苛刻", + "transcriptions" : { "pinyin" : "kē kè", + "numeric" : "ke1 ke4", + "wadegiles" : "k'o¹ k'o⁴", + "bopomofo" : "ㄎㄜ ㄎㄜˋ", + "romatzyh" : "ke keh" }, + "meanings" : [ "harsh", "severe", "demanding" ], + "classifiers" : [] } ] }, + { "simplified" : "科", + "radical" : "禾", + "level" : [ "new-2" ], + "frequency" : 1543, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "科", + "transcriptions" : { "pinyin" : "kē", + "numeric" : "ke1", + "wadegiles" : "k'o¹", + "bopomofo" : "ㄎㄜ", + "romatzyh" : "ke" }, + "meanings" : [ "branch of study", + "administrative section", + "division", + "field", + "branch", + "stage directions", + "family (taxonomy)", + "rules", + "laws", + "to mete out (punishment)", + "to levy (taxes etc)", + "to fine sb" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "科幻", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 12729, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "科幻", + "transcriptions" : { "pinyin" : "kē huàn", + "numeric" : "ke1 huan4", + "wadegiles" : "k'o¹ huan⁴", + "bopomofo" : "ㄎㄜ ㄏㄨㄢˋ", + "romatzyh" : "ke huann" }, + "meanings" : [ "science fiction", + "abbr. for 科学幻想" ], + "classifiers" : [] } ] }, + { "simplified" : "科技", + "radical" : "禾", + "level" : [ "new-3" ], + "frequency" : 2094, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "科技", + "transcriptions" : { "pinyin" : "kē jì", + "numeric" : "ke1 ji4", + "wadegiles" : "k'o¹ chi⁴", + "bopomofo" : "ㄎㄜ ㄐㄧˋ", + "romatzyh" : "ke jih" }, + "meanings" : [ "science and technology" ], + "classifiers" : [] } ] }, + { "simplified" : "科目", + "radical" : "禾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14010, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "科目", + "transcriptions" : { "pinyin" : "kē mù", + "numeric" : "ke1 mu4", + "wadegiles" : "k'o¹ mu⁴", + "bopomofo" : "ㄎㄜ ㄇㄨˋ", + "romatzyh" : "ke muh" }, + "meanings" : [ "academic subject", + "field of study" ], + "classifiers" : [] } ] }, + { "simplified" : "科普", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 18500, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "科普", + "transcriptions" : { "pinyin" : "kē pǔ", + "numeric" : "ke1 pu3", + "wadegiles" : "k'o¹ p'u³", + "bopomofo" : "ㄎㄜ ㄆㄨˇ", + "romatzyh" : "ke puu" }, + "meanings" : [ "(attributive) popular science", + "(coll.) to explain in layperson's terms", + "abbr. for 科学普及" ], + "classifiers" : [] } ] }, + { "simplified" : "科学", + "radical" : "禾", + "level" : [ "new-2", "old-4" ], + "frequency" : 1299, + "pos" : [ "n", "a", "ad" ], + "forms" : [ { "traditional" : "科學", + "transcriptions" : { "pinyin" : "kē xué", + "numeric" : "ke1 xue2", + "wadegiles" : "k'o¹ hsüeh²", + "bopomofo" : "ㄎㄜ ㄒㄩㄝˊ", + "romatzyh" : "ke shyue" }, + "meanings" : [ "science", + "scientific knowledge", + "scientific", + "rational" ], + "classifiers" : [ "门", "个", "种" ] } ] }, + { "simplified" : "科学家", + "radical" : "禾", + "level" : [ "new-2" ], + "frequency" : 3551, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "科學家", + "transcriptions" : { "pinyin" : "kē xué jiā", + "numeric" : "ke1 xue2 jia1", + "wadegiles" : "k'o¹ hsüeh² chia¹", + "bopomofo" : "ㄎㄜ ㄒㄩㄝˊ ㄐㄧㄚ", + "romatzyh" : "ke shyue jia" }, + "meanings" : [ "scientist" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "科研", + "radical" : "禾", + "level" : [ "new-6" ], + "frequency" : 9732, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "科研", + "transcriptions" : { "pinyin" : "kē yán", + "numeric" : "ke1 yan2", + "wadegiles" : "k'o¹ yan²", + "bopomofo" : "ㄎㄜ ㄧㄢˊ", + "romatzyh" : "ke yan" }, + "meanings" : [ "(scientific) research" ], + "classifiers" : [] } ] }, + { "simplified" : "棵", + "radical" : "木", + "level" : [ "new-4", "old-4" ], + "frequency" : 4222, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "棵", + "transcriptions" : { "pinyin" : "kē", + "numeric" : "ke1", + "wadegiles" : "k'o¹", + "bopomofo" : "ㄎㄜ", + "romatzyh" : "ke" }, + "meanings" : [ "classifier for trees, cabbages, plants etc" ], + "classifiers" : [] } ] }, + { "simplified" : "颗", + "radical" : "页", + "level" : [ "new-5", "old-5" ], + "frequency" : 1392, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "顆", + "transcriptions" : { "pinyin" : "kē", + "numeric" : "ke1", + "wadegiles" : "k'o¹", + "bopomofo" : "ㄎㄜ", + "romatzyh" : "ke" }, + "meanings" : [ "classifier for small spheres, pearls, corn grains, teeth, hearts, satellites etc" ], + "classifiers" : [] } ] }, + { "simplified" : "颗粒", + "radical" : "页", + "level" : [ "old-6" ], + "frequency" : 11500, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "顆粒", + "transcriptions" : { "pinyin" : "kē lì", + "numeric" : "ke1 li4", + "wadegiles" : "k'o¹ li⁴", + "bopomofo" : "ㄎㄜ ㄌㄧˋ", + "romatzyh" : "ke lih" }, + "meanings" : [ "kernel", + "granule", + "granulated (sugar, chemical product)" ], + "classifiers" : [] } ] }, + { "simplified" : "磕", + "radical" : "石", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9780, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "磕", + "transcriptions" : { "pinyin" : "kē", + "numeric" : "ke1", + "wadegiles" : "k'o¹", + "bopomofo" : "ㄎㄜ", + "romatzyh" : "ke" }, + "meanings" : [ "to tap", + "to knock (against sth hard)", + "to knock (mud from boots, ashes from a pipe etc)" ], + "classifiers" : [] }, + { "traditional" : "磕", + "transcriptions" : { "pinyin" : "kè", + "numeric" : "ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "variant of 嗑" ], + "classifiers" : [] } ] }, + { "simplified" : "壳", + "radical" : "士", + "level" : [ "new-7+" ], + "frequency" : 5895, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "殼", + "transcriptions" : { "pinyin" : "qiào", + "numeric" : "qiao4", + "wadegiles" : "ch'iao⁴", + "bopomofo" : "ㄑㄧㄠˋ", + "romatzyh" : "chiaw" }, + "meanings" : [ "shell", + "carapace", + "crust (earth's crust etc)", + "also pr. [ké]" ], + "classifiers" : [] } ] }, + { "simplified" : "可", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 96, + "pos" : [ "v", "c", "d" ], + "forms" : [ { "traditional" : "可", + "transcriptions" : { "pinyin" : "kě", + "numeric" : "ke3", + "wadegiles" : "k'o³", + "bopomofo" : "ㄎㄜˇ", + "romatzyh" : "kee" }, + "meanings" : [ "(prefix) can; may; able to; -able", + "to approve; to permit", + "to suit", + "(particle used for emphasis) certainly; very" ], + "classifiers" : [] }, + { "traditional" : "可", + "transcriptions" : { "pinyin" : "kè", + "numeric" : "ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "used in 汗" ], + "classifiers" : [] } ] }, + { "simplified" : "可爱", + "radical" : "口", + "level" : [ "new-2", "old-3" ], + "frequency" : 799, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可愛", + "transcriptions" : { "pinyin" : "kě ài", + "numeric" : "ke3 ai4", + "wadegiles" : "k'o³ ai⁴", + "bopomofo" : "ㄎㄜˇ ㄞˋ", + "romatzyh" : "kee ay" }, + "meanings" : [ "adorable", "cute", "lovely" ], + "classifiers" : [] } ] }, + { "simplified" : "可悲", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 7880, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可悲", + "transcriptions" : { "pinyin" : "kě bēi", + "numeric" : "ke3 bei1", + "wadegiles" : "k'o³ pei¹", + "bopomofo" : "ㄎㄜˇ ㄅㄟ", + "romatzyh" : "kee bei" }, + "meanings" : [ "lamentable" ], + "classifiers" : [] } ] }, + { "simplified" : "可不是", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 8534, + "pos" : [], + "forms" : [ { "traditional" : "可不是", + "transcriptions" : { "pinyin" : "kě bu shì", + "numeric" : "ke3 bu5 shi4", + "wadegiles" : "k'o³ bu shih⁴", + "bopomofo" : "ㄎㄜˇ bu ㄕˋ", + "romatzyh" : "kee bu shyh" }, + "meanings" : [ "that's just the way it is", + "exactly!" ], + "classifiers" : [] } ] }, + { "simplified" : "可乘之机", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 34562, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "可乘之機", + "transcriptions" : { "pinyin" : "kě chéng zhī jī", + "numeric" : "ke3 cheng2 zhi1 ji1", + "wadegiles" : "k'o³ ch'eng² chih¹ chi¹", + "bopomofo" : "ㄎㄜˇ ㄔㄥˊ ㄓ ㄐㄧ", + "romatzyh" : "kee cherng jy ji" }, + "meanings" : [ "an opportunity that someone (usually a villain or adversary) can exploit" ], + "classifiers" : [] } ] }, + { "simplified" : "可耻", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 10422, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可恥", + "transcriptions" : { "pinyin" : "kě chǐ", + "numeric" : "ke3 chi3", + "wadegiles" : "k'o³ ch'ih³", + "bopomofo" : "ㄎㄜˇ ㄔˇ", + "romatzyh" : "kee chyy" }, + "meanings" : [ "shameful", + "disgraceful", + "ignominious" ], + "classifiers" : [] } ] }, + { "simplified" : "可恶", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7109, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可惡", + "transcriptions" : { "pinyin" : "kě wù", + "numeric" : "ke3 wu4", + "wadegiles" : "k'o³ wu⁴", + "bopomofo" : "ㄎㄜˇ ㄨˋ", + "romatzyh" : "kee wuh" }, + "meanings" : [ "repulsive", + "vile", + "hateful", + "abominable" ], + "classifiers" : [] } ] }, + { "simplified" : "可歌可泣", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 44081, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "可歌可泣", + "transcriptions" : { "pinyin" : "kě gē kě qì", + "numeric" : "ke3 ge1 ke3 qi4", + "wadegiles" : "k'o³ ko¹ k'o³ ch'i⁴", + "bopomofo" : "ㄎㄜˇ ㄍㄜ ㄎㄜˇ ㄑㄧˋ", + "romatzyh" : "kee ge kee chih" }, + "meanings" : [ "lit. you can sing or you can cry (idiom); fig. deeply moving", + "happy and sad", + "inspiring and tragic" ], + "classifiers" : [] } ] }, + { "simplified" : "可观", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11746, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可觀", + "transcriptions" : { "pinyin" : "kě guān", + "numeric" : "ke3 guan1", + "wadegiles" : "k'o³ kuan¹", + "bopomofo" : "ㄎㄜˇ ㄍㄨㄢ", + "romatzyh" : "kee guan" }, + "meanings" : [ "considerable", + "impressive", + "significant" ], + "classifiers" : [] } ] }, + { "simplified" : "可贵", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 15774, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可貴", + "transcriptions" : { "pinyin" : "kě guì", + "numeric" : "ke3 gui4", + "wadegiles" : "k'o³ kuei⁴", + "bopomofo" : "ㄎㄜˇ ㄍㄨㄟˋ", + "romatzyh" : "kee guey" }, + "meanings" : [ "to be treasured", "praiseworthy" ], + "classifiers" : [] } ] }, + { "simplified" : "可见", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 8748, + "pos" : [ "v", "c" ], + "forms" : [ { "traditional" : "可見", + "transcriptions" : { "pinyin" : "kě jiàn", + "numeric" : "ke3 jian4", + "wadegiles" : "k'o³ chien⁴", + "bopomofo" : "ㄎㄜˇ ㄐㄧㄢˋ", + "romatzyh" : "kee jiann" }, + "meanings" : [ "it can clearly be seen (that this is the case)", + "it is (thus) clear", + "clear", + "visible" ], + "classifiers" : [] } ] }, + { "simplified" : "可靠", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 4079, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可靠", + "transcriptions" : { "pinyin" : "kě kào", + "numeric" : "ke3 kao4", + "wadegiles" : "k'o³ k'ao⁴", + "bopomofo" : "ㄎㄜˇ ㄎㄠˋ", + "romatzyh" : "kee kaw" }, + "meanings" : [ "reliable" ], + "classifiers" : [] } ] }, + { "simplified" : "可口", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13271, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可口", + "transcriptions" : { "pinyin" : "kě kǒu", + "numeric" : "ke3 kou3", + "wadegiles" : "k'o³ k'ou³", + "bopomofo" : "ㄎㄜˇ ㄎㄡˇ", + "romatzyh" : "kee koou" }, + "meanings" : [ "tasty; to taste good" ], + "classifiers" : [] } ] }, + { "simplified" : "可乐", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 6636, + "pos" : [ "n", "nz", "a" ], + "forms" : [ { "traditional" : "可樂", + "transcriptions" : { "pinyin" : "kě lè", + "numeric" : "ke3 le4", + "wadegiles" : "k'o³ le⁴", + "bopomofo" : "ㄎㄜˇ ㄌㄜˋ", + "romatzyh" : "kee leh" }, + "meanings" : [ "amusing", + "entertaining", + "(loanword) cola" ], + "classifiers" : [] } ] }, + { "simplified" : "可怜", + "radical" : "口", + "level" : [ "new-5", "old-4" ], + "frequency" : 1942, + "pos" : [ "v", "a", "vn" ], + "forms" : [ { "traditional" : "可憐", + "transcriptions" : { "pinyin" : "kě lián", + "numeric" : "ke3 lian2", + "wadegiles" : "k'o³ lien²", + "bopomofo" : "ㄎㄜˇ ㄌㄧㄢˊ", + "romatzyh" : "kee lian" }, + "meanings" : [ "pitiful", + "pathetic", + "to have pity on" ], + "classifiers" : [] } ] }, + { "simplified" : "可能", + "radical" : "口", + "level" : [ "new-2", "old-2" ], + "frequency" : 127, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "可能", + "transcriptions" : { "pinyin" : "kě néng", + "numeric" : "ke3 neng2", + "wadegiles" : "k'o³ neng²", + "bopomofo" : "ㄎㄜˇ ㄋㄥˊ", + "romatzyh" : "kee neng" }, + "meanings" : [ "might (happen)", + "possible", + "probable", + "possibility", + "probability", + "maybe", + "perhaps" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "可怕", + "radical" : "口", + "level" : [ "new-2", "old-5" ], + "frequency" : 2006, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可怕", + "transcriptions" : { "pinyin" : "kě pà", + "numeric" : "ke3 pa4", + "wadegiles" : "k'o³ p'a⁴", + "bopomofo" : "ㄎㄜˇ ㄆㄚˋ", + "romatzyh" : "kee pah" }, + "meanings" : [ "awful", + "dreadful", + "fearful", + "formidable", + "frightful", + "scary", + "hideous", + "horrible", + "terrible", + "terribly" ], + "classifiers" : [] } ] }, + { "simplified" : "可是", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 404, + "pos" : [ "c", "d", "v" ], + "forms" : [ { "traditional" : "可是", + "transcriptions" : { "pinyin" : "kě shì", + "numeric" : "ke3 shi4", + "wadegiles" : "k'o³ shih⁴", + "bopomofo" : "ㄎㄜˇ ㄕˋ", + "romatzyh" : "kee shyh" }, + "meanings" : [ "but; however", + "(used for emphasis) indeed" ], + "classifiers" : [] } ] }, + { "simplified" : "可谓", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11022, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "可謂", + "transcriptions" : { "pinyin" : "kě wèi", + "numeric" : "ke3 wei4", + "wadegiles" : "k'o³ wei⁴", + "bopomofo" : "ㄎㄜˇ ㄨㄟˋ", + "romatzyh" : "kee wey" }, + "meanings" : [ "it could even be said" ], + "classifiers" : [] } ] }, + { "simplified" : "可惜", + "radical" : "口", + "level" : [ "new-5", "old-4" ], + "frequency" : 2035, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "可惜", + "transcriptions" : { "pinyin" : "kě xī", + "numeric" : "ke3 xi1", + "wadegiles" : "k'o³ hsi¹", + "bopomofo" : "ㄎㄜˇ ㄒㄧ", + "romatzyh" : "kee shi" }, + "meanings" : [ "it is a pity", + "what a pity", + "unfortunately" ], + "classifiers" : [] } ] }, + { "simplified" : "可想而知", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 20154, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "可想而知", + "transcriptions" : { "pinyin" : "kě xiǎng ér zhī", + "numeric" : "ke3 xiang3 er2 zhi1", + "wadegiles" : "k'o³ hsiang³ erh² chih¹", + "bopomofo" : "ㄎㄜˇ ㄒㄧㄤˇ ㄦˊ ㄓ", + "romatzyh" : "kee sheang erl jy" }, + "meanings" : [ "it is obvious that...", + "as one can well imagine..." ], + "classifiers" : [] } ] }, + { "simplified" : "可笑", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5565, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "可笑", + "transcriptions" : { "pinyin" : "kě xiào", + "numeric" : "ke3 xiao4", + "wadegiles" : "k'o³ hsiao⁴", + "bopomofo" : "ㄎㄜˇ ㄒㄧㄠˋ", + "romatzyh" : "kee shiaw" }, + "meanings" : [ "funny", "ridiculous" ], + "classifiers" : [] } ] }, + { "simplified" : "可信", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 10126, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "可信", + "transcriptions" : { "pinyin" : "kě xìn", + "numeric" : "ke3 xin4", + "wadegiles" : "k'o³ hsin⁴", + "bopomofo" : "ㄎㄜˇ ㄒㄧㄣˋ", + "romatzyh" : "kee shinn" }, + "meanings" : [ "trustworthy" ], + "classifiers" : [] } ] }, + { "simplified" : "可行", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7847, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可行", + "transcriptions" : { "pinyin" : "kě xíng", + "numeric" : "ke3 xing2", + "wadegiles" : "k'o³ hsing²", + "bopomofo" : "ㄎㄜˇ ㄒㄧㄥˊ", + "romatzyh" : "kee shyng" }, + "meanings" : [ "feasible" ], + "classifiers" : [] } ] }, + { "simplified" : "可疑", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6325, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "可疑", + "transcriptions" : { "pinyin" : "kě yí", + "numeric" : "ke3 yi2", + "wadegiles" : "k'o³ i²", + "bopomofo" : "ㄎㄜˇ ㄧˊ", + "romatzyh" : "kee yi" }, + "meanings" : [ "suspicious", "dubious" ], + "classifiers" : [] } ] }, + { "simplified" : "可以", + "radical" : "口", + "level" : [ "new-2", "old-2" ], + "frequency" : 58, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "可以", + "transcriptions" : { "pinyin" : "kě yǐ", + "numeric" : "ke3 yi3", + "wadegiles" : "k'o³ i³", + "bopomofo" : "ㄎㄜˇ ㄧˇ", + "romatzyh" : "kee yii" }, + "meanings" : [ "can", + "may", + "possible", + "able to", + "not bad", + "pretty good" ], + "classifiers" : [] } ] }, + { "simplified" : "渴", + "radical" : "氵", + "level" : [ "new-1", "old-3" ], + "frequency" : 9442, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "渴", + "transcriptions" : { "pinyin" : "kě", + "numeric" : "ke3", + "wadegiles" : "k'o³", + "bopomofo" : "ㄎㄜˇ", + "romatzyh" : "kee" }, + "meanings" : [ "thirsty" ], + "classifiers" : [] } ] }, + { "simplified" : "渴望", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 3423, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "渴望", + "transcriptions" : { "pinyin" : "kě wàng", + "numeric" : "ke3 wang4", + "wadegiles" : "k'o³ wang⁴", + "bopomofo" : "ㄎㄜˇ ㄨㄤˋ", + "romatzyh" : "kee wanq" }, + "meanings" : [ "to thirst for", "to long for" ], + "classifiers" : [] } ] }, + { "simplified" : "克", + "radical" : "儿", + "level" : [ "new-2", "old-5" ], + "frequency" : 738, + "pos" : [ "g", "q", "b", "v" ], + "forms" : [ { "traditional" : "克", + "transcriptions" : { "pinyin" : "Kè", + "numeric" : "Ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "abbr. for 克罗地亚, Croatia", + "(Tw) abbr. for 克罗埃西亚, Croatia" ], + "classifiers" : [] }, + { "traditional" : "克", + "transcriptions" : { "pinyin" : "kè", + "numeric" : "ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "to be able to", + "to subdue", + "to restrain", + "to overcome", + "gram", + "Tibetan unit of land area, about 6 ares" ], + "classifiers" : [] }, + { "traditional" : "剋", + "transcriptions" : { "pinyin" : "Kè", + "numeric" : "Ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "Ke (c. 2000 BC), seventh of the legendary Flame Emperors, 帝 descended from Shennong 神农 Farmer God" ], + "classifiers" : [] }, + { "traditional" : "剋", + "transcriptions" : { "pinyin" : "kè", + "numeric" : "ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "variant of 克", + "to subdue", + "to overthrow", + "to restrain" ], + "classifiers" : [] }, + { "traditional" : "尅", + "transcriptions" : { "pinyin" : "kè", + "numeric" : "ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "variant of 克" ], + "classifiers" : [] } ] }, + { "simplified" : "克服", + "radical" : "儿", + "level" : [ "new-3", "old-5" ], + "frequency" : 4119, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "克服", + "transcriptions" : { "pinyin" : "kè fú", + "numeric" : "ke4 fu2", + "wadegiles" : "k'o⁴ fu²", + "bopomofo" : "ㄎㄜˋ ㄈㄨˊ", + "romatzyh" : "keh fwu" }, + "meanings" : [ "(try to) overcome (hardships etc)", + "to conquer", + "to put up with", + "to endure" ], + "classifiers" : [] } ] }, + { "simplified" : "克隆", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 7241, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "克隆", + "transcriptions" : { "pinyin" : "kè lóng", + "numeric" : "ke4 long2", + "wadegiles" : "k'o⁴ lung²", + "bopomofo" : "ㄎㄜˋ ㄌㄨㄥˊ", + "romatzyh" : "keh long" }, + "meanings" : [ "clone (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "克制", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 10707, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "克制", + "transcriptions" : { "pinyin" : "kè zhì", + "numeric" : "ke4 zhi4", + "wadegiles" : "k'o⁴ chih⁴", + "bopomofo" : "ㄎㄜˋ ㄓˋ", + "romatzyh" : "keh jyh" }, + "meanings" : [ "to restrain", + "to control", + "restraint", + "self-control" ], + "classifiers" : [] } ] }, + { "simplified" : "刻", + "radical" : "刂", + "level" : [ "new-2", "old-3" ], + "frequency" : 3756, + "pos" : [ "v", "qt" ], + "forms" : [ { "traditional" : "刻", + "transcriptions" : { "pinyin" : "kè", + "numeric" : "ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "quarter (hour)", + "moment", + "to carve", + "to engrave", + "to cut", + "oppressive", + "classifier for short time intervals" ], + "classifiers" : [] } ] }, + { "simplified" : "刻不容缓", + "radical" : "刂", + "level" : [ "old-6" ], + "frequency" : 29831, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "刻不容緩", + "transcriptions" : { "pinyin" : "kè bù róng huǎn", + "numeric" : "ke4 bu4 rong2 huan3", + "wadegiles" : "k'o⁴ pu⁴ jung² huan³", + "bopomofo" : "ㄎㄜˋ ㄅㄨˋ ㄖㄨㄥˊ ㄏㄨㄢˇ", + "romatzyh" : "keh buh rong hoan" }, + "meanings" : [ "to brook no delay", + "to demand immediate action" ], + "classifiers" : [] } ] }, + { "simplified" : "刻苦", + "radical" : "刂", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12964, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "刻苦", + "transcriptions" : { "pinyin" : "kè kǔ", + "numeric" : "ke4 ku3", + "wadegiles" : "k'o⁴ k'u³", + "bopomofo" : "ㄎㄜˋ ㄎㄨˇ", + "romatzyh" : "keh kuu" }, + "meanings" : [ "hardworking", "assiduous" ], + "classifiers" : [] } ] }, + { "simplified" : "刻意", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 8213, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "刻意", + "transcriptions" : { "pinyin" : "kè yì", + "numeric" : "ke4 yi4", + "wadegiles" : "k'o⁴ i⁴", + "bopomofo" : "ㄎㄜˋ ㄧˋ", + "romatzyh" : "keh yih" }, + "meanings" : [ "intentionally; deliberately; purposely", + "painstakingly; meticulously" ], + "classifiers" : [] } ] }, + { "simplified" : "刻舟求剑", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 108475, + "pos" : [], + "forms" : [ { "traditional" : "刻舟求劍", + "transcriptions" : { "pinyin" : "kè zhōu qiú jiàn", + "numeric" : "ke4 zhou1 qiu2 jian4", + "wadegiles" : "k'o⁴ chou¹ ch'iu² chien⁴", + "bopomofo" : "ㄎㄜˋ ㄓㄡ ㄑㄧㄡˊ ㄐㄧㄢˋ", + "romatzyh" : "keh jou chyou jiann" }, + "meanings" : [ "lit. a notch on the side of a boat to locate a sword dropped overboard (idiom); fig. an action made pointless by changed circumstances" ], + "classifiers" : [] } ] }, + { "simplified" : "客车", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 16300, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "客車", + "transcriptions" : { "pinyin" : "kè chē", + "numeric" : "ke4 che1", + "wadegiles" : "k'o⁴ ch'e¹", + "bopomofo" : "ㄎㄜˋ ㄔㄜ", + "romatzyh" : "keh che" }, + "meanings" : [ "coach", "bus", "passenger train" ], + "classifiers" : [] } ] }, + { "simplified" : "客房", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 9612, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "客房", + "transcriptions" : { "pinyin" : "kè fáng", + "numeric" : "ke4 fang2", + "wadegiles" : "k'o⁴ fang²", + "bopomofo" : "ㄎㄜˋ ㄈㄤˊ", + "romatzyh" : "keh farng" }, + "meanings" : [ "guest room", "room (in a hotel)" ], + "classifiers" : [] } ] }, + { "simplified" : "客观", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 5447, + "pos" : [ "a", "n", "ad" ], + "forms" : [ { "traditional" : "客觀", + "transcriptions" : { "pinyin" : "kè guān", + "numeric" : "ke4 guan1", + "wadegiles" : "k'o⁴ kuan¹", + "bopomofo" : "ㄎㄜˋ ㄍㄨㄢ", + "romatzyh" : "keh guan" }, + "meanings" : [ "objective", "impartial" ], + "classifiers" : [] } ] }, + { "simplified" : "客户", + "radical" : "宀", + "level" : [ "new-5", "old-6" ], + "frequency" : 1095, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "客戶", + "transcriptions" : { "pinyin" : "kè hù", + "numeric" : "ke4 hu4", + "wadegiles" : "k'o⁴ hu⁴", + "bopomofo" : "ㄎㄜˋ ㄏㄨˋ", + "romatzyh" : "keh huh" }, + "meanings" : [ "client", "customer" ], + "classifiers" : [] } ] }, + { "simplified" : "客机", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 13912, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "客機", + "transcriptions" : { "pinyin" : "kè jī", + "numeric" : "ke4 ji1", + "wadegiles" : "k'o⁴ chi¹", + "bopomofo" : "ㄎㄜˋ ㄐㄧ", + "romatzyh" : "keh ji" }, + "meanings" : [ "passenger plane" ], + "classifiers" : [] } ] }, + { "simplified" : "客流", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 44059, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "客流", + "transcriptions" : { "pinyin" : "kè liú", + "numeric" : "ke4 liu2", + "wadegiles" : "k'o⁴ liu²", + "bopomofo" : "ㄎㄜˋ ㄌㄧㄡˊ", + "romatzyh" : "keh liou" }, + "meanings" : [ "passenger flow", "customer flow" ], + "classifiers" : [] } ] }, + { "simplified" : "客气", + "radical" : "宀", + "level" : [ "new-5" ], + "frequency" : 5093, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "客氣", + "transcriptions" : { "pinyin" : "kè qi", + "numeric" : "ke4 qi5", + "wadegiles" : "k'o⁴ qi", + "bopomofo" : "ㄎㄜˋ qi", + "romatzyh" : "keh qi" }, + "meanings" : [ "polite", + "courteous", + "formal", + "modest" ], + "classifiers" : [] } ] }, + { "simplified" : "客人", + "radical" : "宀", + "level" : [ "new-2", "old-3" ], + "frequency" : 2750, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "客人", + "transcriptions" : { "pinyin" : "kè rén", + "numeric" : "ke4 ren2", + "wadegiles" : "k'o⁴ jen²", + "bopomofo" : "ㄎㄜˋ ㄖㄣˊ", + "romatzyh" : "keh ren" }, + "meanings" : [ "visitor", + "guest", + "customer", + "client" ], + "classifiers" : [ "位" ] } ] }, + { "simplified" : "客厅", + "radical" : "宀", + "level" : [ "new-5", "old-5" ], + "frequency" : 5646, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "客廳", + "transcriptions" : { "pinyin" : "kè tīng", + "numeric" : "ke4 ting1", + "wadegiles" : "k'o⁴ t'ing¹", + "bopomofo" : "ㄎㄜˋ ㄊㄧㄥ", + "romatzyh" : "keh ting" }, + "meanings" : [ "drawing room (room for arriving guests)", + "living room" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "客运", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 24357, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "客運", + "transcriptions" : { "pinyin" : "kè yùn", + "numeric" : "ke4 yun4", + "wadegiles" : "k'o⁴ yün⁴", + "bopomofo" : "ㄎㄜˋ ㄩㄣˋ", + "romatzyh" : "keh yunn" }, + "meanings" : [ "passenger transportation", + "(Tw) intercity bus" ], + "classifiers" : [] } ] }, + { "simplified" : "课", + "radical" : "讠", + "level" : [ "new-1", "old-2" ], + "frequency" : 1517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "課", + "transcriptions" : { "pinyin" : "kè", + "numeric" : "ke4", + "wadegiles" : "k'o⁴", + "bopomofo" : "ㄎㄜˋ", + "romatzyh" : "keh" }, + "meanings" : [ "subject", + "course", + "class", + "lesson", + "to levy", + "tax", + "form of divination" ], + "classifiers" : [ "门", "堂", "节" ] } ] }, + { "simplified" : "课本", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 13062, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "課本", + "transcriptions" : { "pinyin" : "kè běn", + "numeric" : "ke4 ben3", + "wadegiles" : "k'o⁴ pen³", + "bopomofo" : "ㄎㄜˋ ㄅㄣˇ", + "romatzyh" : "keh been" }, + "meanings" : [ "textbook" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "课程", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 3080, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "課程", + "transcriptions" : { "pinyin" : "kè chéng", + "numeric" : "ke4 cheng2", + "wadegiles" : "k'o⁴ ch'eng²", + "bopomofo" : "ㄎㄜˋ ㄔㄥˊ", + "romatzyh" : "keh cherng" }, + "meanings" : [ "course", "academic program" ], + "classifiers" : [ "堂", "节", "门" ] } ] }, + { "simplified" : "课堂", + "radical" : "讠", + "level" : [ "new-2" ], + "frequency" : 6943, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "課堂", + "transcriptions" : { "pinyin" : "kè táng", + "numeric" : "ke4 tang2", + "wadegiles" : "k'o⁴ t'ang²", + "bopomofo" : "ㄎㄜˋ ㄊㄤˊ", + "romatzyh" : "keh tarng" }, + "meanings" : [ "classroom" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "课题", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 9165, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "課題", + "transcriptions" : { "pinyin" : "kè tí", + "numeric" : "ke4 ti2", + "wadegiles" : "k'o⁴ t'i²", + "bopomofo" : "ㄎㄜˋ ㄊㄧˊ", + "romatzyh" : "keh tyi" }, + "meanings" : [ "task", "problem", "issue" ], + "classifiers" : [] } ] }, + { "simplified" : "课文", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 30576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "課文", + "transcriptions" : { "pinyin" : "kè wén", + "numeric" : "ke4 wen2", + "wadegiles" : "k'o⁴ wen²", + "bopomofo" : "ㄎㄜˋ ㄨㄣˊ", + "romatzyh" : "keh wen" }, + "meanings" : [ "text" ], + "classifiers" : [ "篇" ] } ] }, + { "simplified" : "肯", + "radical" : "⺼", + "level" : [ "new-6" ], + "frequency" : 3114, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "肎", + "transcriptions" : { "pinyin" : "kěn", + "numeric" : "ken3", + "wadegiles" : "k'en³", + "bopomofo" : "ㄎㄣˇ", + "romatzyh" : "keen" }, + "meanings" : [ "old variant of 肯" ], + "classifiers" : [] }, + { "traditional" : "肯", + "transcriptions" : { "pinyin" : "kěn", + "numeric" : "ken3", + "wadegiles" : "k'en³", + "bopomofo" : "ㄎㄣˇ", + "romatzyh" : "keen" }, + "meanings" : [ "to agree; to consent", + "to be willing to" ], + "classifiers" : [] } ] }, + { "simplified" : "肯定", + "radical" : "⺼", + "level" : [ "new-5", "old-4" ], + "frequency" : 494, + "pos" : [ "d", "v", "vn", "a" ], + "forms" : [ { "traditional" : "肯定", + "transcriptions" : { "pinyin" : "kěn dìng", + "numeric" : "ken3 ding4", + "wadegiles" : "k'en³ ting⁴", + "bopomofo" : "ㄎㄣˇ ㄉㄧㄥˋ", + "romatzyh" : "keen dinq" }, + "meanings" : [ "to be certain", + "to be positive", + "assuredly", + "definitely", + "to give recognition", + "to affirm", + "affirmative (answer)" ], + "classifiers" : [] } ] }, + { "simplified" : "恳切", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 50943, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "懇切", + "transcriptions" : { "pinyin" : "kěn qiè", + "numeric" : "ken3 qie4", + "wadegiles" : "k'en³ ch'ieh⁴", + "bopomofo" : "ㄎㄣˇ ㄑㄧㄝˋ", + "romatzyh" : "keen chieh" }, + "meanings" : [ "earnest", "sincere" ], + "classifiers" : [] } ] }, + { "simplified" : "恳求", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 15766, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "懇求", + "transcriptions" : { "pinyin" : "kěn qiú", + "numeric" : "ken3 qiu2", + "wadegiles" : "k'en³ ch'iu²", + "bopomofo" : "ㄎㄣˇ ㄑㄧㄡˊ", + "romatzyh" : "keen chyou" }, + "meanings" : [ "to beg", + "to beseech", + "to entreat", + "entreaty" ], + "classifiers" : [] } ] }, + { "simplified" : "啃", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7933, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "啃", + "transcriptions" : { "pinyin" : "kěn", + "numeric" : "ken3", + "wadegiles" : "k'en³", + "bopomofo" : "ㄎㄣˇ", + "romatzyh" : "keen" }, + "meanings" : [ "to gnaw", "to nibble", "to bite" ], + "classifiers" : [] } ] }, + { "simplified" : "坑", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3953, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "坑", + "transcriptions" : { "pinyin" : "kēng", + "numeric" : "keng1", + "wadegiles" : "k'eng¹", + "bopomofo" : "ㄎㄥ", + "romatzyh" : "keng" }, + "meanings" : [ "pit; depression; hollow", + "tunnel; hole in the ground", + "(archaic) to bury alive", + "to hoodwink; to cheat (sb)" ], + "classifiers" : [] }, + { "traditional" : "阬", + "transcriptions" : { "pinyin" : "kēng", + "numeric" : "keng1", + "wadegiles" : "k'eng¹", + "bopomofo" : "ㄎㄥ", + "romatzyh" : "keng" }, + "meanings" : [ "variant of 坑" ], + "classifiers" : [] } ] }, + { "simplified" : "空", + "radical" : "穴", + "level" : [ "new-3" ], + "frequency" : 1345, + "pos" : [ "a", "v", "g", "d" ], + "forms" : [ { "traditional" : "空", + "transcriptions" : { "pinyin" : "kōng", + "numeric" : "kong1", + "wadegiles" : "k'ung¹", + "bopomofo" : "ㄎㄨㄥ", + "romatzyh" : "kong" }, + "meanings" : [ "empty", "air", "sky", "in vain" ], + "classifiers" : [] }, + { "traditional" : "空", + "transcriptions" : { "pinyin" : "kòng", + "numeric" : "kong4", + "wadegiles" : "k'ung⁴", + "bopomofo" : "ㄎㄨㄥˋ", + "romatzyh" : "konq" }, + "meanings" : [ "to empty", + "vacant", + "unoccupied", + "space", + "leisure", + "free time" ], + "classifiers" : [] } ] }, + { "simplified" : "空白", + "radical" : "穴", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6020, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空白", + "transcriptions" : { "pinyin" : "kòng bái", + "numeric" : "kong4 bai2", + "wadegiles" : "k'ung⁴ pai²", + "bopomofo" : "ㄎㄨㄥˋ ㄅㄞˊ", + "romatzyh" : "konq bair" }, + "meanings" : [ "blank space" ], + "classifiers" : [] } ] }, + { "simplified" : "空荡荡", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 19536, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "空蕩蕩", + "transcriptions" : { "pinyin" : "kōng dàng dàng", + "numeric" : "kong1 dang4 dang4", + "wadegiles" : "k'ung¹ tang⁴ tang⁴", + "bopomofo" : "ㄎㄨㄥ ㄉㄤˋ ㄉㄤˋ", + "romatzyh" : "kong danq danq" }, + "meanings" : [ "empty; deserted" ], + "classifiers" : [] } ] }, + { "simplified" : "空地", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 11378, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空地", + "transcriptions" : { "pinyin" : "kōng dì", + "numeric" : "kong1 di4", + "wadegiles" : "k'ung¹ ti⁴", + "bopomofo" : "ㄎㄨㄥ ㄉㄧˋ", + "romatzyh" : "kong dih" }, + "meanings" : [ "air-to-surface (missile)" ], + "classifiers" : [] }, + { "traditional" : "空地", + "transcriptions" : { "pinyin" : "kòng dì", + "numeric" : "kong4 di4", + "wadegiles" : "k'ung⁴ ti⁴", + "bopomofo" : "ㄎㄨㄥˋ ㄉㄧˋ", + "romatzyh" : "konq dih" }, + "meanings" : [ "vacant land", "open space" ], + "classifiers" : [] } ] }, + { "simplified" : "空调", + "radical" : "穴", + "level" : [ "new-3", "old-3" ], + "frequency" : 4763, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空調", + "transcriptions" : { "pinyin" : "kōng tiáo", + "numeric" : "kong1 tiao2", + "wadegiles" : "k'ung¹ t'iao²", + "bopomofo" : "ㄎㄨㄥ ㄊㄧㄠˊ", + "romatzyh" : "kong tyau" }, + "meanings" : [ "air conditioning", + "air conditioner (including units that have a heating mode)" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "空洞", + "radical" : "穴", + "level" : [ "old-6" ], + "frequency" : 13373, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "空洞", + "transcriptions" : { "pinyin" : "kōng dòng", + "numeric" : "kong1 dong4", + "wadegiles" : "k'ung¹ tung⁴", + "bopomofo" : "ㄎㄨㄥ ㄉㄨㄥˋ", + "romatzyh" : "kong donq" }, + "meanings" : [ "cavity", "empty", "vacuous" ], + "classifiers" : [] } ] }, + { "simplified" : "空儿", + "radical" : "穴", + "level" : [ "new-3" ], + "frequency" : 34728, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空兒", + "transcriptions" : { "pinyin" : "kòng r", + "numeric" : "kong4 r5", + "wadegiles" : "k'ung⁴ r", + "bopomofo" : "ㄎㄨㄥˋ r", + "romatzyh" : "konq r" }, + "meanings" : [ "spare time", "free time" ], + "classifiers" : [] } ] }, + { "simplified" : "空间", + "radical" : "穴", + "level" : [ "new-4", "old-5" ], + "frequency" : 1306, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空間", + "transcriptions" : { "pinyin" : "kōng jiān", + "numeric" : "kong1 jian1", + "wadegiles" : "k'ung¹ chien¹", + "bopomofo" : "ㄎㄨㄥ ㄐㄧㄢ", + "romatzyh" : "kong jian" }, + "meanings" : [ "space; room", + "(fig.) scope; leeway", + "(astronomy) outer space", + "(physics, math.) space" ], + "classifiers" : [] } ] }, + { "simplified" : "空军", + "radical" : "穴", + "level" : [ "new-6" ], + "frequency" : 4866, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空軍", + "transcriptions" : { "pinyin" : "kōng jūn", + "numeric" : "kong1 jun1", + "wadegiles" : "k'ung¹ chün¹", + "bopomofo" : "ㄎㄨㄥ ㄐㄩㄣ", + "romatzyh" : "kong jiun" }, + "meanings" : [ "air force" ], + "classifiers" : [] } ] }, + { "simplified" : "空难", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 21236, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空難", + "transcriptions" : { "pinyin" : "kōng nàn", + "numeric" : "kong1 nan4", + "wadegiles" : "k'ung¹ nan⁴", + "bopomofo" : "ㄎㄨㄥ ㄋㄢˋ", + "romatzyh" : "kong nann" }, + "meanings" : [ "air crash", + "aviation accident or incident" ], + "classifiers" : [] } ] }, + { "simplified" : "空气", + "radical" : "穴", + "level" : [ "new-2", "old-4" ], + "frequency" : 2055, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空氣", + "transcriptions" : { "pinyin" : "kōng qì", + "numeric" : "kong1 qi4", + "wadegiles" : "k'ung¹ ch'i⁴", + "bopomofo" : "ㄎㄨㄥ ㄑㄧˋ", + "romatzyh" : "kong chih" }, + "meanings" : [ "air", "atmosphere" ], + "classifiers" : [] } ] }, + { "simplified" : "空前", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 10691, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "空前", + "transcriptions" : { "pinyin" : "kōng qián", + "numeric" : "kong1 qian2", + "wadegiles" : "k'ung¹ ch'ien²", + "bopomofo" : "ㄎㄨㄥ ㄑㄧㄢˊ", + "romatzyh" : "kong chyan" }, + "meanings" : [ "unprecedented" ], + "classifiers" : [] } ] }, + { "simplified" : "空前绝后", + "radical" : "穴", + "level" : [ "old-6" ], + "frequency" : 43282, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "空前絕後", + "transcriptions" : { "pinyin" : "kōng qián jué hòu", + "numeric" : "kong1 qian2 jue2 hou4", + "wadegiles" : "k'ung¹ ch'ien² chüeh² hou⁴", + "bopomofo" : "ㄎㄨㄥ ㄑㄧㄢˊ ㄐㄩㄝˊ ㄏㄡˋ", + "romatzyh" : "kong chyan jyue how" }, + "meanings" : [ "unprecedented and never to be duplicated", + "the first and the last", + "unmatched", + "unique" ], + "classifiers" : [] } ] }, + { "simplified" : "空隙", + "radical" : "穴", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18570, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "空隙", + "transcriptions" : { "pinyin" : "kòng xì", + "numeric" : "kong4 xi4", + "wadegiles" : "k'ung⁴ hsi⁴", + "bopomofo" : "ㄎㄨㄥˋ ㄒㄧˋ", + "romatzyh" : "konq shih" }, + "meanings" : [ "crack", + "gap between two objects", + "gap in time between two events" ], + "classifiers" : [] } ] }, + { "simplified" : "空闲", + "radical" : "穴", + "level" : [ "old-5" ], + "frequency" : 15533, + "pos" : [ "n", "v", "a" ], + "forms" : [ { "traditional" : "空閒", + "transcriptions" : { "pinyin" : "kòng xián", + "numeric" : "kong4 xian2", + "wadegiles" : "k'ung⁴ hsien²", + "bopomofo" : "ㄎㄨㄥˋ ㄒㄧㄢˊ", + "romatzyh" : "konq shyan" }, + "meanings" : [ "idle", + "free time", + "leisure", + "unused (place)" ], + "classifiers" : [] } ] }, + { "simplified" : "空想", + "radical" : "穴", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25325, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "空想", + "transcriptions" : { "pinyin" : "kōng xiǎng", + "numeric" : "kong1 xiang3", + "wadegiles" : "k'ung¹ hsiang³", + "bopomofo" : "ㄎㄨㄥ ㄒㄧㄤˇ", + "romatzyh" : "kong sheang" }, + "meanings" : [ "daydream", + "fantasy", + "to fantasize" ], + "classifiers" : [] } ] }, + { "simplified" : "空虚", + "radical" : "穴", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9191, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "空虛", + "transcriptions" : { "pinyin" : "kōng xū", + "numeric" : "kong1 xu1", + "wadegiles" : "k'ung¹ hsü¹", + "bopomofo" : "ㄎㄨㄥ ㄒㄩ", + "romatzyh" : "kong shiu" }, + "meanings" : [ "hollow", + "emptiness", + "meaningless" ], + "classifiers" : [] } ] }, + { "simplified" : "空中", + "radical" : "穴", + "level" : [ "new-5" ], + "frequency" : 3417, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "空中", + "transcriptions" : { "pinyin" : "kōng zhōng", + "numeric" : "kong1 zhong1", + "wadegiles" : "k'ung¹ chung¹", + "bopomofo" : "ㄎㄨㄥ ㄓㄨㄥ", + "romatzyh" : "kong jong" }, + "meanings" : [ "in the sky", "in the air" ], + "classifiers" : [] } ] }, + { "simplified" : "孔", + "radical" : "子", + "level" : [ "old-6" ], + "frequency" : 5446, + "pos" : [ "n", "nr", "q" ], + "forms" : [ { "traditional" : "孔", + "transcriptions" : { "pinyin" : "Kǒng", + "numeric" : "Kong3", + "wadegiles" : "k'ung³", + "bopomofo" : "ㄎㄨㄥˇ", + "romatzyh" : "koong" }, + "meanings" : [ "surname Kong" ], + "classifiers" : [] }, + { "traditional" : "孔", + "transcriptions" : { "pinyin" : "kǒng", + "numeric" : "kong3", + "wadegiles" : "k'ung³", + "bopomofo" : "ㄎㄨㄥˇ", + "romatzyh" : "koong" }, + "meanings" : [ "hole", + "classifier for cave dwellings" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "恐怖", + "radical" : "心", + "level" : [ "new-7+", "old-5" ], + "frequency" : 1623, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "恐怖", + "transcriptions" : { "pinyin" : "kǒng bù", + "numeric" : "kong3 bu4", + "wadegiles" : "k'ung³ pu⁴", + "bopomofo" : "ㄎㄨㄥˇ ㄅㄨˋ", + "romatzyh" : "koong buh" }, + "meanings" : [ "terrible", + "frightful", + "frightening", + "terror", + "terrorist" ], + "classifiers" : [] } ] }, + { "simplified" : "恐慌", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 7541, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "恐慌", + "transcriptions" : { "pinyin" : "kǒng huāng", + "numeric" : "kong3 huang1", + "wadegiles" : "k'ung³ huang¹", + "bopomofo" : "ㄎㄨㄥˇ ㄏㄨㄤ", + "romatzyh" : "koong huang" }, + "meanings" : [ "panic", + "panicky", + "panic-stricken" ], + "classifiers" : [] } ] }, + { "simplified" : "恐惧", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3419, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "恐懼", + "transcriptions" : { "pinyin" : "kǒng jù", + "numeric" : "kong3 ju4", + "wadegiles" : "k'ung³ chü⁴", + "bopomofo" : "ㄎㄨㄥˇ ㄐㄩˋ", + "romatzyh" : "koong jiuh" }, + "meanings" : [ "to be frightened", + "fear", + "dread" ], + "classifiers" : [] } ] }, + { "simplified" : "恐龙", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 9054, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "恐龍", + "transcriptions" : { "pinyin" : "kǒng lóng", + "numeric" : "kong3 long2", + "wadegiles" : "k'ung³ lung²", + "bopomofo" : "ㄎㄨㄥˇ ㄌㄨㄥˊ", + "romatzyh" : "koong long" }, + "meanings" : [ "dinosaur", + "(old) (slang) ugly person" ], + "classifiers" : [ "头" ] } ] }, + { "simplified" : "恐怕", + "radical" : "心", + "level" : [ "new-3", "old-4" ], + "frequency" : 2245, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "恐怕", + "transcriptions" : { "pinyin" : "kǒng pà", + "numeric" : "kong3 pa4", + "wadegiles" : "k'ung³ p'a⁴", + "bopomofo" : "ㄎㄨㄥˇ ㄆㄚˋ", + "romatzyh" : "koong pah" }, + "meanings" : [ "fear", + "to dread", + "I'm afraid that...", + "perhaps", + "maybe" ], + "classifiers" : [] } ] }, + { "simplified" : "恐吓", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10053, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "恐嚇", + "transcriptions" : { "pinyin" : "kǒng hè", + "numeric" : "kong3 he4", + "wadegiles" : "k'ung³ ho⁴", + "bopomofo" : "ㄎㄨㄥˇ ㄏㄜˋ", + "romatzyh" : "koong heh" }, + "meanings" : [ "to threaten", "to menace" ], + "classifiers" : [] } ] }, + { "simplified" : "控告", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12765, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "控告", + "transcriptions" : { "pinyin" : "kòng gào", + "numeric" : "kong4 gao4", + "wadegiles" : "k'ung⁴ kao⁴", + "bopomofo" : "ㄎㄨㄥˋ ㄍㄠˋ", + "romatzyh" : "konq gaw" }, + "meanings" : [ "to accuse", + "to charge", + "to indict" ], + "classifiers" : [] } ] }, + { "simplified" : "控制", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 569, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "控制", + "transcriptions" : { "pinyin" : "kòng zhì", + "numeric" : "kong4 zhi4", + "wadegiles" : "k'ung⁴ chih⁴", + "bopomofo" : "ㄎㄨㄥˋ ㄓˋ", + "romatzyh" : "konq jyh" }, + "meanings" : [ "to control" ], + "classifiers" : [] } ] }, + { "simplified" : "抠", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 15536, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "摳", + "transcriptions" : { "pinyin" : "kōu", + "numeric" : "kou1", + "wadegiles" : "k'ou¹", + "bopomofo" : "ㄎㄡ", + "romatzyh" : "kou" }, + "meanings" : [ "to dig out", + "to pick out (with one's fingers)", + "to carve", + "to cut", + "to study meticulously", + "to lift one's clothes", + "stingy", + "miserly" ], + "classifiers" : [] } ] }, + { "simplified" : "口", + "radical" : "口", + "level" : [ "new-1", "old-3" ], + "frequency" : 637, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "口", + "transcriptions" : { "pinyin" : "kǒu", + "numeric" : "kou3", + "wadegiles" : "k'ou³", + "bopomofo" : "ㄎㄡˇ", + "romatzyh" : "koou" }, + "meanings" : [ "mouth", + "classifier for things with mouths (people, domestic animals, cannons, wells etc)", + "classifier for bites or mouthfuls" ], + "classifiers" : [] } ] }, + { "simplified" : "口碑", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 18199, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口碑", + "transcriptions" : { "pinyin" : "kǒu bēi", + "numeric" : "kou3 bei1", + "wadegiles" : "k'ou³ pei¹", + "bopomofo" : "ㄎㄡˇ ㄅㄟ", + "romatzyh" : "koou bei" }, + "meanings" : [ "public praise", + "public reputation", + "commonly held opinions", + "current idiom" ], + "classifiers" : [] } ] }, + { "simplified" : "口才", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 18810, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口才", + "transcriptions" : { "pinyin" : "kǒu cái", + "numeric" : "kou3 cai2", + "wadegiles" : "k'ou³ ts'ai²", + "bopomofo" : "ㄎㄡˇ ㄘㄞˊ", + "romatzyh" : "koou tsair" }, + "meanings" : [ "eloquence" ], + "classifiers" : [] } ] }, + { "simplified" : "口吃", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 27809, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "口吃", + "transcriptions" : { "pinyin" : "kǒu chī", + "numeric" : "kou3 chi1", + "wadegiles" : "k'ou³ ch'ih¹", + "bopomofo" : "ㄎㄡˇ ㄔ", + "romatzyh" : "koou chy" }, + "meanings" : [ "to stammer; to stutter", + "Taiwan pr. [kǒu jí]" ], + "classifiers" : [] } ] }, + { "simplified" : "口袋", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 4512, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "口袋", + "transcriptions" : { "pinyin" : "kǒu dài", + "numeric" : "kou3 dai4", + "wadegiles" : "k'ou³ tai⁴", + "bopomofo" : "ㄎㄡˇ ㄉㄞˋ", + "romatzyh" : "koou day" }, + "meanings" : [ "pocket", "bag", "sack" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "口感", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 15978, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口感", + "transcriptions" : { "pinyin" : "kǒu gǎn", + "numeric" : "kou3 gan3", + "wadegiles" : "k'ou³ kan³", + "bopomofo" : "ㄎㄡˇ ㄍㄢˇ", + "romatzyh" : "koou gaan" }, + "meanings" : [ "mouthfeel; texture (of food)" ], + "classifiers" : [] } ] }, + { "simplified" : "口号", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 8137, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口號", + "transcriptions" : { "pinyin" : "kǒu hào", + "numeric" : "kou3 hao4", + "wadegiles" : "k'ou³ hao⁴", + "bopomofo" : "ㄎㄡˇ ㄏㄠˋ", + "romatzyh" : "koou haw" }, + "meanings" : [ "slogan", "catchphrase" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "口径", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 9038, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口徑", + "transcriptions" : { "pinyin" : "kǒu jìng", + "numeric" : "kou3 jing4", + "wadegiles" : "k'ou³ ching⁴", + "bopomofo" : "ㄎㄡˇ ㄐㄧㄥˋ", + "romatzyh" : "koou jinq" }, + "meanings" : [ "bore; caliber; diameter; aperture", + "(fig.) stance (on an issue); version (of events); account; narrative; line" ], + "classifiers" : [] } ] }, + { "simplified" : "口令", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 17813, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口令", + "transcriptions" : { "pinyin" : "kǒu lìng", + "numeric" : "kou3 ling4", + "wadegiles" : "k'ou³ ling⁴", + "bopomofo" : "ㄎㄡˇ ㄌㄧㄥˋ", + "romatzyh" : "koou linq" }, + "meanings" : [ "oral command", + "a word of command (used in drilling troops or gymnasts)", + "password (used by sentry)" ], + "classifiers" : [] } ] }, + { "simplified" : "口气", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6144, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口氣", + "transcriptions" : { "pinyin" : "kǒu qì", + "numeric" : "kou3 qi4", + "wadegiles" : "k'ou³ ch'i⁴", + "bopomofo" : "ㄎㄡˇ ㄑㄧˋ", + "romatzyh" : "koou chih" }, + "meanings" : [ "tone of voice", + "the way one speaks", + "manner of expression", + "tone" ], + "classifiers" : [] } ] }, + { "simplified" : "口腔", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10813, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口腔", + "transcriptions" : { "pinyin" : "kǒu qiāng", + "numeric" : "kou3 qiang1", + "wadegiles" : "k'ou³ ch'iang¹", + "bopomofo" : "ㄎㄡˇ ㄑㄧㄤ", + "romatzyh" : "koou chiang" }, + "meanings" : [ "oral cavity" ], + "classifiers" : [] } ] }, + { "simplified" : "口哨", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 22040, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口哨", + "transcriptions" : { "pinyin" : "kǒu shào", + "numeric" : "kou3 shao4", + "wadegiles" : "k'ou³ shao⁴", + "bopomofo" : "ㄎㄡˇ ㄕㄠˋ", + "romatzyh" : "koou shaw" }, + "meanings" : [ "whistle" ], + "classifiers" : [] } ] }, + { "simplified" : "口试", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 37233, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "口試", + "transcriptions" : { "pinyin" : "kǒu shì", + "numeric" : "kou3 shi4", + "wadegiles" : "k'ou³ shih⁴", + "bopomofo" : "ㄎㄡˇ ㄕˋ", + "romatzyh" : "koou shyh" }, + "meanings" : [ "oral examination", "oral test" ], + "classifiers" : [] } ] }, + { "simplified" : "口水", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 8536, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口水", + "transcriptions" : { "pinyin" : "kǒu shuǐ", + "numeric" : "kou3 shui3", + "wadegiles" : "k'ou³ shui³", + "bopomofo" : "ㄎㄡˇ ㄕㄨㄟˇ", + "romatzyh" : "koou shoei" }, + "meanings" : [ "saliva" ], + "classifiers" : [] } ] }, + { "simplified" : "口头", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12208, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "口頭", + "transcriptions" : { "pinyin" : "kǒu tóu", + "numeric" : "kou3 tou2", + "wadegiles" : "k'ou³ t'ou²", + "bopomofo" : "ㄎㄡˇ ㄊㄡˊ", + "romatzyh" : "koou tour" }, + "meanings" : [ "oral", "verbal" ], + "classifiers" : [] } ] }, + { "simplified" : "口味", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4455, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口味", + "transcriptions" : { "pinyin" : "kǒu wèi", + "numeric" : "kou3 wei4", + "wadegiles" : "k'ou³ wei⁴", + "bopomofo" : "ㄎㄡˇ ㄨㄟˋ", + "romatzyh" : "koou wey" }, + "meanings" : [ "a person's preferences", + "tastes (in food)", + "flavor" ], + "classifiers" : [] } ] }, + { "simplified" : "口香糖", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 12699, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口香糖", + "transcriptions" : { "pinyin" : "kǒu xiāng táng", + "numeric" : "kou3 xiang1 tang2", + "wadegiles" : "k'ou³ hsiang¹ t'ang²", + "bopomofo" : "ㄎㄡˇ ㄒㄧㄤ ㄊㄤˊ", + "romatzyh" : "koou shiang tarng" }, + "meanings" : [ "chewing gum" ], + "classifiers" : [] } ] }, + { "simplified" : "口音", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8894, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口音", + "transcriptions" : { "pinyin" : "kǒu yīn", + "numeric" : "kou3 yin1", + "wadegiles" : "k'ou³ yin¹", + "bopomofo" : "ㄎㄡˇ ㄧㄣ", + "romatzyh" : "koou in" }, + "meanings" : [ "oral speech sounds (linguistics)" ], + "classifiers" : [] }, + { "traditional" : "口音", + "transcriptions" : { "pinyin" : "kǒu yin", + "numeric" : "kou3 yin5", + "wadegiles" : "k'ou³ yin", + "bopomofo" : "ㄎㄡˇ yin", + "romatzyh" : "koou yin" }, + "meanings" : [ "voice", "accent" ], + "classifiers" : [] } ] }, + { "simplified" : "口语", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 20368, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口語", + "transcriptions" : { "pinyin" : "kǒu yǔ", + "numeric" : "kou3 yu3", + "wadegiles" : "k'ou³ yü³", + "bopomofo" : "ㄎㄡˇ ㄩˇ", + "romatzyh" : "koou yeu" }, + "meanings" : [ "colloquial speech", + "spoken language", + "vernacular language", + "slander", + "gossip" ], + "classifiers" : [ "门" ] } ] }, + { "simplified" : "口罩", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 16802, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口罩", + "transcriptions" : { "pinyin" : "kǒu zhào", + "numeric" : "kou3 zhao4", + "wadegiles" : "k'ou³ chao⁴", + "bopomofo" : "ㄎㄡˇ ㄓㄠˋ", + "romatzyh" : "koou jaw" }, + "meanings" : [ "mask (surgical etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "口子", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 15274, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "口子", + "transcriptions" : { "pinyin" : "kǒu zi", + "numeric" : "kou3 zi5", + "wadegiles" : "k'ou³ zi", + "bopomofo" : "ㄎㄡˇ zi", + "romatzyh" : "koou zi" }, + "meanings" : [ "hole", + "opening", + "cut", + "gap", + "gash", + "my husband or wife", + "classifier for people (used for indicating the number of people in a family etc)", + "precedent" ], + "classifiers" : [] } ] }, + { "simplified" : "扣", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 2421, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "扣", + "transcriptions" : { "pinyin" : "kòu", + "numeric" : "kou4", + "wadegiles" : "k'ou⁴", + "bopomofo" : "ㄎㄡˋ", + "romatzyh" : "kow" }, + "meanings" : [ "to fasten", + "to button", + "button", + "buckle", + "knot", + "to arrest", + "to confiscate", + "to deduct (money)", + "discount", + "to knock", + "to smash, spike or dunk (a ball)", + "to cover (with a bowl etc)", + "(fig.) to tag a label on sb", + "(Tw) (loanword) code" ], + "classifiers" : [] }, + { "traditional" : "釦", + "transcriptions" : { "pinyin" : "kòu", + "numeric" : "kou4", + "wadegiles" : "k'ou⁴", + "bopomofo" : "ㄎㄡˋ", + "romatzyh" : "kow" }, + "meanings" : [ "button" ], + "classifiers" : [] } ] }, + { "simplified" : "扣除", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12116, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "扣除", + "transcriptions" : { "pinyin" : "kòu chú", + "numeric" : "kou4 chu2", + "wadegiles" : "k'ou⁴ ch'u²", + "bopomofo" : "ㄎㄡˋ ㄔㄨˊ", + "romatzyh" : "kow chwu" }, + "meanings" : [ "to deduct" ], + "classifiers" : [] } ] }, + { "simplified" : "扣留", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14056, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "扣留", + "transcriptions" : { "pinyin" : "kòu liú", + "numeric" : "kou4 liu2", + "wadegiles" : "k'ou⁴ liu²", + "bopomofo" : "ㄎㄡˋ ㄌㄧㄡˊ", + "romatzyh" : "kow liou" }, + "meanings" : [ "to detain", + "to arrest", + "to hold", + "to confiscate" ], + "classifiers" : [] } ] }, + { "simplified" : "扣人心弦", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 35633, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扣人心弦", + "transcriptions" : { "pinyin" : "kòu rén xīn xián", + "numeric" : "kou4 ren2 xin1 xian2", + "wadegiles" : "k'ou⁴ jen² hsin¹ hsien²", + "bopomofo" : "ㄎㄡˋ ㄖㄣˊ ㄒㄧㄣ ㄒㄧㄢˊ", + "romatzyh" : "kow ren shin shyan" }, + "meanings" : [ "to excite", + "to thrill", + "exciting", + "thrilling", + "cliff-hanging" ], + "classifiers" : [] } ] }, + { "simplified" : "扣押", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12278, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "扣押", + "transcriptions" : { "pinyin" : "kòu yā", + "numeric" : "kou4 ya1", + "wadegiles" : "k'ou⁴ ya¹", + "bopomofo" : "ㄎㄡˋ ㄧㄚ", + "romatzyh" : "kow ia" }, + "meanings" : [ "to detain", + "to hold in custody", + "to distrain", + "to seize property" ], + "classifiers" : [] } ] }, + { "simplified" : "枯竭", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 20673, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "枯竭", + "transcriptions" : { "pinyin" : "kū jié", + "numeric" : "ku1 jie2", + "wadegiles" : "k'u¹ chieh²", + "bopomofo" : "ㄎㄨ ㄐㄧㄝˊ", + "romatzyh" : "ku jye" }, + "meanings" : [ "used up", + "dried up", + "exhausted (of resources)" ], + "classifiers" : [] } ] }, + { "simplified" : "枯燥", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12915, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "枯燥", + "transcriptions" : { "pinyin" : "kū zào", + "numeric" : "ku1 zao4", + "wadegiles" : "k'u¹ tsao⁴", + "bopomofo" : "ㄎㄨ ㄗㄠˋ", + "romatzyh" : "ku tzaw" }, + "meanings" : [ "dry and dull", + "uninteresting", + "dry-as-dust" ], + "classifiers" : [] } ] }, + { "simplified" : "哭", + "radical" : "口", + "level" : [ "new-2", "old-3" ], + "frequency" : 898, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "哭", + "transcriptions" : { "pinyin" : "kū", + "numeric" : "ku1", + "wadegiles" : "k'u¹", + "bopomofo" : "ㄎㄨ", + "romatzyh" : "ku" }, + "meanings" : [ "to cry; to weep" ], + "classifiers" : [] } ] }, + { "simplified" : "哭泣", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6226, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "哭泣", + "transcriptions" : { "pinyin" : "kū qì", + "numeric" : "ku1 qi4", + "wadegiles" : "k'u¹ ch'i⁴", + "bopomofo" : "ㄎㄨ ㄑㄧˋ", + "romatzyh" : "ku chih" }, + "meanings" : [ "to weep" ], + "classifiers" : [] } ] }, + { "simplified" : "哭笑不得", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 27338, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "哭笑不得", + "transcriptions" : { "pinyin" : "kū xiào bù dé", + "numeric" : "ku1 xiao4 bu4 de2", + "wadegiles" : "k'u¹ hsiao⁴ pu⁴ te²", + "bopomofo" : "ㄎㄨ ㄒㄧㄠˋ ㄅㄨˋ ㄉㄜˊ", + "romatzyh" : "ku shiaw buh der" }, + "meanings" : [ "lit. not to know whether to laugh or cry (idiom)", + "both funny and extremely embarrassing", + "between laughter and tears" ], + "classifiers" : [] } ] }, + { "simplified" : "窟窿", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 23746, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "窟窿", + "transcriptions" : { "pinyin" : "kū long", + "numeric" : "ku1 long5", + "wadegiles" : "k'u¹ long", + "bopomofo" : "ㄎㄨ long", + "romatzyh" : "ku long" }, + "meanings" : [ "hole", + "pocket", + "cavity", + "loophole", + "debt" ], + "classifiers" : [] } ] }, + { "simplified" : "苦", + "radical" : "艹", + "level" : [ "new-4", "old-4" ], + "frequency" : 2331, + "pos" : [ "a", "an", "ad", "v" ], + "forms" : [ { "traditional" : "苦", + "transcriptions" : { "pinyin" : "kǔ", + "numeric" : "ku3", + "wadegiles" : "k'u³", + "bopomofo" : "ㄎㄨˇ", + "romatzyh" : "kuu" }, + "meanings" : [ "bitter", + "hardship", + "pain", + "to suffer", + "to bring suffering to", + "painstakingly" ], + "classifiers" : [] } ] }, + { "simplified" : "苦尽甘来", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 52587, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "苦盡甘來", + "transcriptions" : { "pinyin" : "kǔ jìn gān lái", + "numeric" : "ku3 jin4 gan1 lai2", + "wadegiles" : "k'u³ chin⁴ kan¹ lai²", + "bopomofo" : "ㄎㄨˇ ㄐㄧㄣˋ ㄍㄢ ㄌㄞˊ", + "romatzyh" : "kuu jinn gan lai" }, + "meanings" : [ "bitterness finishes, sweetness begins (idiom); the hard times are over, the good times just beginning" ], + "classifiers" : [] } ] }, + { "simplified" : "苦力", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 24764, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "苦力", + "transcriptions" : { "pinyin" : "kǔ lì", + "numeric" : "ku3 li4", + "wadegiles" : "k'u³ li⁴", + "bopomofo" : "ㄎㄨˇ ㄌㄧˋ", + "romatzyh" : "kuu lih" }, + "meanings" : [ "bitter work", + "hard toil", + "(loanword) coolie, unskilled Chinese laborer in colonial times" ], + "classifiers" : [] } ] }, + { "simplified" : "苦练", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 22352, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "苦練", + "transcriptions" : { "pinyin" : "kǔ liàn", + "numeric" : "ku3 lian4", + "wadegiles" : "k'u³ lien⁴", + "bopomofo" : "ㄎㄨˇ ㄌㄧㄢˋ", + "romatzyh" : "kuu liann" }, + "meanings" : [ "to train hard", + "to practice diligently", + "hard work", + "blood, sweat, and tears" ], + "classifiers" : [] } ] }, + { "simplified" : "苦难", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 9629, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "苦難", + "transcriptions" : { "pinyin" : "kǔ nàn", + "numeric" : "ku3 nan4", + "wadegiles" : "k'u³ nan⁴", + "bopomofo" : "ㄎㄨˇ ㄋㄢˋ", + "romatzyh" : "kuu nann" }, + "meanings" : [ "suffering" ], + "classifiers" : [] } ] }, + { "simplified" : "苦恼", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 10264, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "苦惱", + "transcriptions" : { "pinyin" : "kǔ nǎo", + "numeric" : "ku3 nao3", + "wadegiles" : "k'u³ nao³", + "bopomofo" : "ㄎㄨˇ ㄋㄠˇ", + "romatzyh" : "kuu nao" }, + "meanings" : [ "vexed", "distressed" ], + "classifiers" : [] } ] }, + { "simplified" : "苦笑", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 25766, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "苦笑", + "transcriptions" : { "pinyin" : "kǔ xiào", + "numeric" : "ku3 xiao4", + "wadegiles" : "k'u³ hsiao⁴", + "bopomofo" : "ㄎㄨˇ ㄒㄧㄠˋ", + "romatzyh" : "kuu shiaw" }, + "meanings" : [ "to force a smile", + "a bitter laugh" ], + "classifiers" : [] } ] }, + { "simplified" : "苦心", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 27893, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "苦心", + "transcriptions" : { "pinyin" : "kǔ xīn", + "numeric" : "ku3 xin1", + "wadegiles" : "k'u³ hsin¹", + "bopomofo" : "ㄎㄨˇ ㄒㄧㄣ", + "romatzyh" : "kuu shin" }, + "meanings" : [ "painstaking effort", + "to take a lot of trouble", + "laborious at pains" ], + "classifiers" : [] } ] }, + { "simplified" : "库", + "radical" : "广", + "level" : [ "new-5" ], + "frequency" : 2737, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "庫", + "transcriptions" : { "pinyin" : "kù", + "numeric" : "ku4", + "wadegiles" : "k'u⁴", + "bopomofo" : "ㄎㄨˋ", + "romatzyh" : "kuh" }, + "meanings" : [ "warehouse", + "storehouse", + "(file) library" ], + "classifiers" : [] } ] }, + { "simplified" : "裤子", + "radical" : "衤", + "level" : [ "new-3", "old-3" ], + "frequency" : 3765, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "袴子", + "transcriptions" : { "pinyin" : "kù zi", + "numeric" : "ku4 zi5", + "wadegiles" : "k'u⁴ zi", + "bopomofo" : "ㄎㄨˋ zi", + "romatzyh" : "kuh zi" }, + "meanings" : [ "variant of 裤子, trousers", "pants" ], + "classifiers" : [] }, + { "traditional" : "褲子", + "transcriptions" : { "pinyin" : "kù zi", + "numeric" : "ku4 zi5", + "wadegiles" : "k'u⁴ zi", + "bopomofo" : "ㄎㄨˋ zi", + "romatzyh" : "kuh zi" }, + "meanings" : [ "trousers", "pants" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "酷", + "radical" : "酉", + "level" : [ "new-6" ], + "frequency" : 2111, + "pos" : [ "g", "d" ], + "forms" : [ { "traditional" : "酷", + "transcriptions" : { "pinyin" : "kù", + "numeric" : "ku4", + "wadegiles" : "k'u⁴", + "bopomofo" : "ㄎㄨˋ", + "romatzyh" : "kuh" }, + "meanings" : [ "ruthless", + "strong (e.g. of wine)", + "(loanword) cool", + "hip" ], + "classifiers" : [] } ] }, + { "simplified" : "酷似", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 28114, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "酷似", + "transcriptions" : { "pinyin" : "kù sì", + "numeric" : "ku4 si4", + "wadegiles" : "k'u⁴ ssu⁴", + "bopomofo" : "ㄎㄨˋ ㄙˋ", + "romatzyh" : "kuh syh" }, + "meanings" : [ "to strikingly resemble" ], + "classifiers" : [] } ] }, + { "simplified" : "夸", + "radical" : "大", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8011, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "夸", + "transcriptions" : { "pinyin" : "kuā", + "numeric" : "kua1", + "wadegiles" : "k'ua¹", + "bopomofo" : "ㄎㄨㄚ", + "romatzyh" : "kua" }, + "meanings" : [ "used in 克" ], + "classifiers" : [] }, + { "traditional" : "誇", + "transcriptions" : { "pinyin" : "kuā", + "numeric" : "kua1", + "wadegiles" : "k'ua¹", + "bopomofo" : "ㄎㄨㄚ", + "romatzyh" : "kua" }, + "meanings" : [ "to boast; to exaggerate", + "to praise" ], + "classifiers" : [] } ] }, + { "simplified" : "夸大", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 13143, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "誇大", + "transcriptions" : { "pinyin" : "kuā dà", + "numeric" : "kua1 da4", + "wadegiles" : "k'ua¹ ta⁴", + "bopomofo" : "ㄎㄨㄚ ㄉㄚˋ", + "romatzyh" : "kua dah" }, + "meanings" : [ "to exaggerate" ], + "classifiers" : [] } ] }, + { "simplified" : "夸奖", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 11773, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "誇獎", + "transcriptions" : { "pinyin" : "kuā jiǎng", + "numeric" : "kua1 jiang3", + "wadegiles" : "k'ua¹ chiang³", + "bopomofo" : "ㄎㄨㄚ ㄐㄧㄤˇ", + "romatzyh" : "kua jeang" }, + "meanings" : [ "to praise", + "to applaud", + "to compliment" ], + "classifiers" : [] } ] }, + { "simplified" : "夸夸其谈", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 35198, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "誇誇其談", + "transcriptions" : { "pinyin" : "kuā kuā qí tán", + "numeric" : "kua1 kua1 qi2 tan2", + "wadegiles" : "k'ua¹ k'ua¹ ch'i² t'an²", + "bopomofo" : "ㄎㄨㄚ ㄎㄨㄚ ㄑㄧˊ ㄊㄢˊ", + "romatzyh" : "kua kua chyi tarn" }, + "meanings" : [ "to talk big", + "to sound off", + "bombastic", + "grandiloquent" ], + "classifiers" : [] } ] }, + { "simplified" : "夸耀", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 30687, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "誇耀", + "transcriptions" : { "pinyin" : "kuā yào", + "numeric" : "kua1 yao4", + "wadegiles" : "k'ua¹ yao⁴", + "bopomofo" : "ㄎㄨㄚ ㄧㄠˋ", + "romatzyh" : "kua yaw" }, + "meanings" : [ "to brag about", "to flaunt" ], + "classifiers" : [] } ] }, + { "simplified" : "夸张", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 5029, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "誇張", + "transcriptions" : { "pinyin" : "kuā zhāng", + "numeric" : "kua1 zhang1", + "wadegiles" : "k'ua¹ chang¹", + "bopomofo" : "ㄎㄨㄚ ㄓㄤ", + "romatzyh" : "kua jang" }, + "meanings" : [ "to exaggerate", + "overstated", + "exaggerated", + "hyperbole", + "(coll.) excessive", + "ridiculous", + "outrageous" ], + "classifiers" : [] } ] }, + { "simplified" : "垮", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 7583, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "垮", + "transcriptions" : { "pinyin" : "kuǎ", + "numeric" : "kua3", + "wadegiles" : "k'ua³", + "bopomofo" : "ㄎㄨㄚˇ", + "romatzyh" : "koa" }, + "meanings" : [ "to collapse (lit. or fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "挎", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25388, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挎", + "transcriptions" : { "pinyin" : "kuà", + "numeric" : "kua4", + "wadegiles" : "k'ua⁴", + "bopomofo" : "ㄎㄨㄚˋ", + "romatzyh" : "kuah" }, + "meanings" : [ "to carry (esp. slung over the arm, shoulder or side)" ], + "classifiers" : [] } ] }, + { "simplified" : "跨", + "radical" : "足", + "level" : [ "new-6", "old-6" ], + "frequency" : 4234, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跨", + "transcriptions" : { "pinyin" : "kuà", + "numeric" : "kua4", + "wadegiles" : "k'ua⁴", + "bopomofo" : "ㄎㄨㄚˋ", + "romatzyh" : "kuah" }, + "meanings" : [ "to step across", + "to stride over", + "to straddle", + "to span" ], + "classifiers" : [] } ] }, + { "simplified" : "跨国", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 15263, + "pos" : [ "b", "v" ], + "forms" : [ { "traditional" : "跨國", + "transcriptions" : { "pinyin" : "kuà guó", + "numeric" : "kua4 guo2", + "wadegiles" : "k'ua⁴ kuo²", + "bopomofo" : "ㄎㄨㄚˋ ㄍㄨㄛˊ", + "romatzyh" : "kuah gwo" }, + "meanings" : [ "transnational", "multinational" ], + "classifiers" : [] } ] }, + { "simplified" : "跨越", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 9104, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "跨越", + "transcriptions" : { "pinyin" : "kuà yuè", + "numeric" : "kua4 yue4", + "wadegiles" : "k'ua⁴ yüeh⁴", + "bopomofo" : "ㄎㄨㄚˋ ㄩㄝˋ", + "romatzyh" : "kuah yueh" }, + "meanings" : [ "to step across", "step over" ], + "classifiers" : [] } ] }, + { "simplified" : "块", + "radical" : "土", + "level" : [ "new-1", "old-1" ], + "frequency" : 483, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "塊", + "transcriptions" : { "pinyin" : "kuài", + "numeric" : "kuai4", + "wadegiles" : "k'uai⁴", + "bopomofo" : "ㄎㄨㄞˋ", + "romatzyh" : "kuay" }, + "meanings" : [ "lump; chunk; piece", + "classifier for pieces of cloth, cake, soap etc", + "(coll.) classifier for money and currency units" ], + "classifiers" : [] } ] }, + { "simplified" : "快", + "radical" : "忄", + "level" : [ "new-1", "old-2" ], + "frequency" : 153, + "pos" : [ "a", "d", "g" ], + "forms" : [ { "traditional" : "快", + "transcriptions" : { "pinyin" : "kuài", + "numeric" : "kuai4", + "wadegiles" : "k'uai⁴", + "bopomofo" : "ㄎㄨㄞˋ", + "romatzyh" : "kuay" }, + "meanings" : [ "rapid", + "quick", + "speed", + "rate", + "soon", + "almost", + "to make haste", + "clever", + "sharp (of knives or wits)", + "forthright", + "plainspoken", + "gratified", + "pleased", + "pleasant" ], + "classifiers" : [] } ] }, + { "simplified" : "快餐", + "radical" : "忄", + "level" : [ "new-2" ], + "frequency" : 11411, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "快餐", + "transcriptions" : { "pinyin" : "kuài cān", + "numeric" : "kuai4 can1", + "wadegiles" : "k'uai⁴ ts'an¹", + "bopomofo" : "ㄎㄨㄞˋ ㄘㄢ", + "romatzyh" : "kuay tsan" }, + "meanings" : [ "fast food", "snack", "quick meal" ], + "classifiers" : [] } ] }, + { "simplified" : "快车", + "radical" : "忄", + "level" : [ "new-6" ], + "frequency" : 18209, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "快車", + "transcriptions" : { "pinyin" : "kuài chē", + "numeric" : "kuai4 che1", + "wadegiles" : "k'uai⁴ ch'e¹", + "bopomofo" : "ㄎㄨㄞˋ ㄔㄜ", + "romatzyh" : "kuay che" }, + "meanings" : [ "express (train, bus etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "快递", + "radical" : "忄", + "level" : [ "new-4" ], + "frequency" : 7167, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "快遞", + "transcriptions" : { "pinyin" : "kuài dì", + "numeric" : "kuai4 di4", + "wadegiles" : "k'uai⁴ ti⁴", + "bopomofo" : "ㄎㄨㄞˋ ㄉㄧˋ", + "romatzyh" : "kuay dih" }, + "meanings" : [ "express delivery" ], + "classifiers" : [] } ] }, + { "simplified" : "快点儿", + "radical" : "忄", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "快點兒", + "transcriptions" : { "pinyin" : "kuài diǎn r", + "numeric" : "kuai4 dian3 r5", + "wadegiles" : "k'uai⁴ tien³ r", + "bopomofo" : "ㄎㄨㄞˋ ㄉㄧㄢˇ r", + "romatzyh" : "kuay dean r" }, + "meanings" : [ "erhua variant of 快点" ], + "classifiers" : [] } ] }, + { "simplified" : "快活", + "radical" : "忄", + "level" : [ "new-5", "old-6" ], + "frequency" : 13797, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "快活", + "transcriptions" : { "pinyin" : "kuài huo", + "numeric" : "kuai4 huo5", + "wadegiles" : "k'uai⁴ huo", + "bopomofo" : "ㄎㄨㄞˋ huo", + "romatzyh" : "kuay huo" }, + "meanings" : [ "happy", "cheerful" ], + "classifiers" : [] } ] }, + { "simplified" : "快捷", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 11376, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "快捷", + "transcriptions" : { "pinyin" : "kuài jié", + "numeric" : "kuai4 jie2", + "wadegiles" : "k'uai⁴ chieh²", + "bopomofo" : "ㄎㄨㄞˋ ㄐㄧㄝˊ", + "romatzyh" : "kuay jye" }, + "meanings" : [ "quick", + "fast", + "nimble", + "agile", + "(computer) shortcut" ], + "classifiers" : [] } ] }, + { "simplified" : "快乐", + "radical" : "忄", + "level" : [ "new-2", "old-2" ], + "frequency" : 637, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "快樂", + "transcriptions" : { "pinyin" : "kuài lè", + "numeric" : "kuai4 le4", + "wadegiles" : "k'uai⁴ le⁴", + "bopomofo" : "ㄎㄨㄞˋ ㄌㄜˋ", + "romatzyh" : "kuay leh" }, + "meanings" : [ "happy; joyful" ], + "classifiers" : [] } ] }, + { "simplified" : "快速", + "radical" : "忄", + "level" : [ "new-3" ], + "frequency" : 2309, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "快速", + "transcriptions" : { "pinyin" : "kuài sù", + "numeric" : "kuai4 su4", + "wadegiles" : "k'uai⁴ su⁴", + "bopomofo" : "ㄎㄨㄞˋ ㄙㄨˋ", + "romatzyh" : "kuay suh" }, + "meanings" : [ "fast; high-speed; rapid" ], + "classifiers" : [] } ] }, + { "simplified" : "快要", + "radical" : "忄", + "level" : [ "new-2" ], + "frequency" : 5135, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "快要", + "transcriptions" : { "pinyin" : "kuài yào", + "numeric" : "kuai4 yao4", + "wadegiles" : "k'uai⁴ yao⁴", + "bopomofo" : "ㄎㄨㄞˋ ㄧㄠˋ", + "romatzyh" : "kuay yaw" }, + "meanings" : [ "nearly at the point of (doing sth); about to (do sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "筷子", + "radical" : "⺮", + "level" : [ "new-2", "old-3" ], + "frequency" : 10486, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "筷子", + "transcriptions" : { "pinyin" : "kuài zi", + "numeric" : "kuai4 zi5", + "wadegiles" : "k'uai⁴ zi", + "bopomofo" : "ㄎㄨㄞˋ zi", + "romatzyh" : "kuay zi" }, + "meanings" : [ "chopsticks" ], + "classifiers" : [ "对", "根", "把", "双" ] } ] }, + { "simplified" : "宽", + "radical" : "宀", + "level" : [ "new-4", "old-4" ], + "frequency" : 3471, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "寬", + "transcriptions" : { "pinyin" : "Kuān", + "numeric" : "Kuan1", + "wadegiles" : "k'uan¹", + "bopomofo" : "ㄎㄨㄢ", + "romatzyh" : "kuan" }, + "meanings" : [ "surname Kuan" ], + "classifiers" : [] }, + { "traditional" : "寬", + "transcriptions" : { "pinyin" : "kuān", + "numeric" : "kuan1", + "wadegiles" : "k'uan¹", + "bopomofo" : "ㄎㄨㄢ", + "romatzyh" : "kuan" }, + "meanings" : [ "wide", + "broad", + "loose", + "relaxed", + "lenient" ], + "classifiers" : [] } ] }, + { "simplified" : "宽敞", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12046, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "寬敞", + "transcriptions" : { "pinyin" : "kuān chang", + "numeric" : "kuan1 chang5", + "wadegiles" : "k'uan¹ chang", + "bopomofo" : "ㄎㄨㄢ chang", + "romatzyh" : "kuan chang" }, + "meanings" : [ "spacious", "wide" ], + "classifiers" : [] } ] }, + { "simplified" : "宽度", + "radical" : "宀", + "level" : [ "new-5" ], + "frequency" : 17535, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寬度", + "transcriptions" : { "pinyin" : "kuān dù", + "numeric" : "kuan1 du4", + "wadegiles" : "k'uan¹ tu⁴", + "bopomofo" : "ㄎㄨㄢ ㄉㄨˋ", + "romatzyh" : "kuan duh" }, + "meanings" : [ "width" ], + "classifiers" : [] } ] }, + { "simplified" : "宽泛", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 32491, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "寬泛", + "transcriptions" : { "pinyin" : "kuān fàn", + "numeric" : "kuan1 fan4", + "wadegiles" : "k'uan¹ fan⁴", + "bopomofo" : "ㄎㄨㄢ ㄈㄢˋ", + "romatzyh" : "kuan fann" }, + "meanings" : [ "wide-ranging" ], + "classifiers" : [] } ] }, + { "simplified" : "宽广", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 17575, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "寬廣", + "transcriptions" : { "pinyin" : "kuān guǎng", + "numeric" : "kuan1 guang3", + "wadegiles" : "k'uan¹ kuang³", + "bopomofo" : "ㄎㄨㄢ ㄍㄨㄤˇ", + "romatzyh" : "kuan goang" }, + "meanings" : [ "wide", + "broad", + "extensive", + "vast" ], + "classifiers" : [] } ] }, + { "simplified" : "宽厚", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 28840, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "寬厚", + "transcriptions" : { "pinyin" : "kuān hòu", + "numeric" : "kuan1 hou4", + "wadegiles" : "k'uan¹ hou⁴", + "bopomofo" : "ㄎㄨㄢ ㄏㄡˋ", + "romatzyh" : "kuan how" }, + "meanings" : [ "tolerant", + "generous", + "magnanimous", + "thick and broad (build)", + "thick and deep (voice)" ], + "classifiers" : [] } ] }, + { "simplified" : "宽阔", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 18637, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "寬闊", + "transcriptions" : { "pinyin" : "kuān kuò", + "numeric" : "kuan1 kuo4", + "wadegiles" : "k'uan¹ k'uo⁴", + "bopomofo" : "ㄎㄨㄢ ㄎㄨㄛˋ", + "romatzyh" : "kuan kuoh" }, + "meanings" : [ "expansive", + "wide", + "width", + "thickness" ], + "classifiers" : [] } ] }, + { "simplified" : "宽容", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 6868, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "寬容", + "transcriptions" : { "pinyin" : "kuān róng", + "numeric" : "kuan1 rong2", + "wadegiles" : "k'uan¹ jung²", + "bopomofo" : "ㄎㄨㄢ ㄖㄨㄥˊ", + "romatzyh" : "kuan rong" }, + "meanings" : [ "lenient", + "tolerant", + "indulgent", + "charitable", + "to forgive" ], + "classifiers" : [] } ] }, + { "simplified" : "宽恕", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 12980, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "寬恕", + "transcriptions" : { "pinyin" : "kuān shù", + "numeric" : "kuan1 shu4", + "wadegiles" : "k'uan¹ shu⁴", + "bopomofo" : "ㄎㄨㄢ ㄕㄨˋ", + "romatzyh" : "kuan shuh" }, + "meanings" : [ "to forgive", "forgiveness" ], + "classifiers" : [] } ] }, + { "simplified" : "宽松", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 11259, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "寬鬆", + "transcriptions" : { "pinyin" : "kuān sōng", + "numeric" : "kuan1 song1", + "wadegiles" : "k'uan¹ sung¹", + "bopomofo" : "ㄎㄨㄢ ㄙㄨㄥ", + "romatzyh" : "kuan song" }, + "meanings" : [ "spacious; roomy; uncrowded", + "(of clothes) loose and comfortable", + "relaxed; free of worry", + "well-off; affluent" ], + "classifiers" : [] } ] }, + { "simplified" : "款待", + "radical" : "欠", + "level" : [ "old-6" ], + "frequency" : 18024, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "款待", + "transcriptions" : { "pinyin" : "kuǎn dài", + "numeric" : "kuan3 dai4", + "wadegiles" : "k'uan³ tai⁴", + "bopomofo" : "ㄎㄨㄢˇ ㄉㄞˋ", + "romatzyh" : "koan day" }, + "meanings" : [ "to entertain", + "to be hospitable to" ], + "classifiers" : [] } ] }, + { "simplified" : "款式", + "radical" : "欠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8984, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "款式", + "transcriptions" : { "pinyin" : "kuǎn shì", + "numeric" : "kuan3 shi4", + "wadegiles" : "k'uan³ shih⁴", + "bopomofo" : "ㄎㄨㄢˇ ㄕˋ", + "romatzyh" : "koan shyh" }, + "meanings" : [ "pattern", "style", "design" ], + "classifiers" : [ "种" ] }, + { "traditional" : "款式", + "transcriptions" : { "pinyin" : "kuǎn shi", + "numeric" : "kuan3 shi5", + "wadegiles" : "k'uan³ shi", + "bopomofo" : "ㄎㄨㄢˇ shi", + "romatzyh" : "koan shi" }, + "meanings" : [ "elegant", + "elegance", + "good taste" ], + "classifiers" : [] } ] }, + { "simplified" : "款项", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 14109, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "款項", + "transcriptions" : { "pinyin" : "kuǎn xiàng", + "numeric" : "kuan3 xiang4", + "wadegiles" : "k'uan³ hsiang⁴", + "bopomofo" : "ㄎㄨㄢˇ ㄒㄧㄤˋ", + "romatzyh" : "koan shianq" }, + "meanings" : [ "funds", "a sum of money" ], + "classifiers" : [ "宗" ] } ] }, + { "simplified" : "框", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 9131, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "框", + "transcriptions" : { "pinyin" : "kuàng", + "numeric" : "kuang4", + "wadegiles" : "k'uang⁴", + "bopomofo" : "ㄎㄨㄤˋ", + "romatzyh" : "kuanq" }, + "meanings" : [ "frame (e.g. door frame)", + "casing", + "fig. framework", + "template", + "to circle (i.e. draw a circle around sth)", + "to frame", + "to restrict", + "Taiwan pr. [kuāng]" ], + "classifiers" : [] } ] }, + { "simplified" : "框架", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13045, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "框架", + "transcriptions" : { "pinyin" : "kuàng jià", + "numeric" : "kuang4 jia4", + "wadegiles" : "k'uang⁴ chia⁴", + "bopomofo" : "ㄎㄨㄤˋ ㄐㄧㄚˋ", + "romatzyh" : "kuanq jiah" }, + "meanings" : [ "(construction) frame", + "(fig.) framework" ], + "classifiers" : [] } ] }, + { "simplified" : "筐", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17034, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "筐", + "transcriptions" : { "pinyin" : "kuāng", + "numeric" : "kuang1", + "wadegiles" : "k'uang¹", + "bopomofo" : "ㄎㄨㄤ", + "romatzyh" : "kuang" }, + "meanings" : [ "basket" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "狂", + "radical" : "犭", + "level" : [ "new-5" ], + "frequency" : 2107, + "pos" : [ "g", "a", "d" ], + "forms" : [ { "traditional" : "狂", + "transcriptions" : { "pinyin" : "kuáng", + "numeric" : "kuang2", + "wadegiles" : "k'uang²", + "bopomofo" : "ㄎㄨㄤˊ", + "romatzyh" : "kwang" }, + "meanings" : [ "mad", "wild", "violent" ], + "classifiers" : [] } ] }, + { "simplified" : "狂欢", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 5805, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "狂歡", + "transcriptions" : { "pinyin" : "kuáng huān", + "numeric" : "kuang2 huan1", + "wadegiles" : "k'uang² huan¹", + "bopomofo" : "ㄎㄨㄤˊ ㄏㄨㄢ", + "romatzyh" : "kwang huan" }, + "meanings" : [ "party", + "carousal", + "hilarity", + "merriment", + "whoopee", + "to carouse" ], + "classifiers" : [] } ] }, + { "simplified" : "狂欢节", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 13356, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "狂歡節", + "transcriptions" : { "pinyin" : "kuáng huān jié", + "numeric" : "kuang2 huan1 jie2", + "wadegiles" : "k'uang² huan¹ chieh²", + "bopomofo" : "ㄎㄨㄤˊ ㄏㄨㄢ ㄐㄧㄝˊ", + "romatzyh" : "kwang huan jye" }, + "meanings" : [ "carnival" ], + "classifiers" : [] } ] }, + { "simplified" : "狂热", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 8734, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "狂熱", + "transcriptions" : { "pinyin" : "kuáng rè", + "numeric" : "kuang2 re4", + "wadegiles" : "k'uang² je⁴", + "bopomofo" : "ㄎㄨㄤˊ ㄖㄜˋ", + "romatzyh" : "kwang reh" }, + "meanings" : [ "zealotry", + "fanatical", + "feverish" ], + "classifiers" : [] } ] }, + { "simplified" : "况且", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9029, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "況且", + "transcriptions" : { "pinyin" : "kuàng qiě", + "numeric" : "kuang4 qie3", + "wadegiles" : "k'uang⁴ ch'ieh³", + "bopomofo" : "ㄎㄨㄤˋ ㄑㄧㄝˇ", + "romatzyh" : "kuanq chiee" }, + "meanings" : [ "moreover", + "besides", + "in addition", + "furthermore" ], + "classifiers" : [] } ] }, + { "simplified" : "旷课", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 32748, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "曠課", + "transcriptions" : { "pinyin" : "kuàng kè", + "numeric" : "kuang4 ke4", + "wadegiles" : "k'uang⁴ k'o⁴", + "bopomofo" : "ㄎㄨㄤˋ ㄎㄜˋ", + "romatzyh" : "kuanq keh" }, + "meanings" : [ "to play truant", "to cut classes" ], + "classifiers" : [] } ] }, + { "simplified" : "矿", + "radical" : "石", + "level" : [ "new-6" ], + "frequency" : 5935, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "礦", + "transcriptions" : { "pinyin" : "kuàng", + "numeric" : "kuang4", + "wadegiles" : "k'uang⁴", + "bopomofo" : "ㄎㄨㄤˋ", + "romatzyh" : "kuanq" }, + "meanings" : [ "mineral deposit; ore deposit", + "ore", + "a mine" ], + "classifiers" : [] }, + { "traditional" : "鑛", + "transcriptions" : { "pinyin" : "kuàng", + "numeric" : "kuang4", + "wadegiles" : "k'uang⁴", + "bopomofo" : "ㄎㄨㄤˋ", + "romatzyh" : "kuanq" }, + "meanings" : [ "variant of 矿" ], + "classifiers" : [] } ] }, + { "simplified" : "矿藏", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 37530, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "礦藏", + "transcriptions" : { "pinyin" : "kuàng cáng", + "numeric" : "kuang4 cang2", + "wadegiles" : "k'uang⁴ ts'ang²", + "bopomofo" : "ㄎㄨㄤˋ ㄘㄤˊ", + "romatzyh" : "kuanq tsarng" }, + "meanings" : [ "mineral resources" ], + "classifiers" : [] } ] }, + { "simplified" : "矿泉水", + "radical" : "石", + "level" : [ "new-4", "old-5" ], + "frequency" : 13110, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "礦泉水", + "transcriptions" : { "pinyin" : "kuàng quán shuǐ", + "numeric" : "kuang4 quan2 shui3", + "wadegiles" : "k'uang⁴ ch'üan² shui³", + "bopomofo" : "ㄎㄨㄤˋ ㄑㄩㄢˊ ㄕㄨㄟˇ", + "romatzyh" : "kuanq chyuan shoei" }, + "meanings" : [ "mineral water" ], + "classifiers" : [ "瓶", "杯" ] } ] }, + { "simplified" : "亏", + "radical" : "二", + "level" : [ "new-5" ], + "frequency" : 8080, + "pos" : [ "v", "vn", "g" ], + "forms" : [ { "traditional" : "虧", + "transcriptions" : { "pinyin" : "kuī", + "numeric" : "kui1", + "wadegiles" : "k'uei¹", + "bopomofo" : "ㄎㄨㄟ", + "romatzyh" : "kuei" }, + "meanings" : [ "deficiency", + "deficit", + "luckily", + "it's lucky that...", + "(often ironically) fancy that..." ], + "classifiers" : [] } ] }, + { "simplified" : "亏本", + "radical" : "二", + "level" : [ "new-7+" ], + "frequency" : 26758, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "虧本", + "transcriptions" : { "pinyin" : "kuī běn", + "numeric" : "kui1 ben3", + "wadegiles" : "k'uei¹ pen³", + "bopomofo" : "ㄎㄨㄟ ㄅㄣˇ", + "romatzyh" : "kuei been" }, + "meanings" : [ "to make a loss" ], + "classifiers" : [] } ] }, + { "simplified" : "亏待", + "radical" : "二", + "level" : [ "old-6" ], + "frequency" : 28145, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "虧待", + "transcriptions" : { "pinyin" : "kuī dài", + "numeric" : "kui1 dai4", + "wadegiles" : "k'uei¹ tai⁴", + "bopomofo" : "ㄎㄨㄟ ㄉㄞˋ", + "romatzyh" : "kuei day" }, + "meanings" : [ "to treat sb unfairly" ], + "classifiers" : [] } ] }, + { "simplified" : "亏损", + "radical" : "二", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14787, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "虧損", + "transcriptions" : { "pinyin" : "kuī sǔn", + "numeric" : "kui1 sun3", + "wadegiles" : "k'uei¹ sun³", + "bopomofo" : "ㄎㄨㄟ ㄙㄨㄣˇ", + "romatzyh" : "kuei soen" }, + "meanings" : [ "deficit", "(financial) loss" ], + "classifiers" : [] } ] }, + { "simplified" : "昆虫", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11860, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "昆蟲", + "transcriptions" : { "pinyin" : "kūn chóng", + "numeric" : "kun1 chong2", + "wadegiles" : "k'un¹ ch'ung²", + "bopomofo" : "ㄎㄨㄣ ㄔㄨㄥˊ", + "romatzyh" : "kuen chorng" }, + "meanings" : [ "insect" ], + "classifiers" : [ "只", "群", "堆" ] } ] }, + { "simplified" : "捆", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9246, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "捆", + "transcriptions" : { "pinyin" : "kǔn", + "numeric" : "kun3", + "wadegiles" : "k'un³", + "bopomofo" : "ㄎㄨㄣˇ", + "romatzyh" : "koen" }, + "meanings" : [ "a bunch", + "to tie together", + "bundle" ], + "classifiers" : [] }, + { "traditional" : "綑", + "transcriptions" : { "pinyin" : "kǔn", + "numeric" : "kun3", + "wadegiles" : "k'un³", + "bopomofo" : "ㄎㄨㄣˇ", + "romatzyh" : "koen" }, + "meanings" : [ "variant of 捆" ], + "classifiers" : [] } ] }, + { "simplified" : "捆绑", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 13111, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "捆綁", + "transcriptions" : { "pinyin" : "kǔn bǎng", + "numeric" : "kun3 bang3", + "wadegiles" : "k'un³ pang³", + "bopomofo" : "ㄎㄨㄣˇ ㄅㄤˇ", + "romatzyh" : "koen baang" }, + "meanings" : [ "to bind" ], + "classifiers" : [] } ] }, + { "simplified" : "困", + "radical" : "囗", + "level" : [ "new-3", "old-4" ], + "frequency" : 1868, + "pos" : [ "v", "an", "a", "vn" ], + "forms" : [ { "traditional" : "困", + "transcriptions" : { "pinyin" : "kùn", + "numeric" : "kun4", + "wadegiles" : "k'un⁴", + "bopomofo" : "ㄎㄨㄣˋ", + "romatzyh" : "kuenn" }, + "meanings" : [ "to trap", + "to surround", + "hard-pressed", + "stranded", + "destitute" ], + "classifiers" : [] }, + { "traditional" : "睏", + "transcriptions" : { "pinyin" : "kùn", + "numeric" : "kun4", + "wadegiles" : "k'un⁴", + "bopomofo" : "ㄎㄨㄣˋ", + "romatzyh" : "kuenn" }, + "meanings" : [ "sleepy", "tired" ], + "classifiers" : [] } ] }, + { "simplified" : "困惑", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 6007, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "困惑", + "transcriptions" : { "pinyin" : "kùn huò", + "numeric" : "kun4 huo4", + "wadegiles" : "k'un⁴ huo⁴", + "bopomofo" : "ㄎㄨㄣˋ ㄏㄨㄛˋ", + "romatzyh" : "kuenn huoh" }, + "meanings" : [ "bewildered", + "perplexed", + "confused", + "difficult problem", + "perplexity" ], + "classifiers" : [] } ] }, + { "simplified" : "困境", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 5345, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "困境", + "transcriptions" : { "pinyin" : "kùn jìng", + "numeric" : "kun4 jing4", + "wadegiles" : "k'un⁴ ching⁴", + "bopomofo" : "ㄎㄨㄣˋ ㄐㄧㄥˋ", + "romatzyh" : "kuenn jinq" }, + "meanings" : [ "predicament; plight" ], + "classifiers" : [] } ] }, + { "simplified" : "困难", + "radical" : "囗", + "level" : [ "new-3", "old-4" ], + "frequency" : 1141, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "困難", + "transcriptions" : { "pinyin" : "kùn nan", + "numeric" : "kun4 nan5", + "wadegiles" : "k'un⁴ nan", + "bopomofo" : "ㄎㄨㄣˋ nan", + "romatzyh" : "kuenn nan" }, + "meanings" : [ "difficult", + "challenging", + "straitened circumstances", + "difficult situation" ], + "classifiers" : [] } ] }, + { "simplified" : "困扰", + "radical" : "囗", + "level" : [ "new-5" ], + "frequency" : 4725, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "困擾", + "transcriptions" : { "pinyin" : "kùn rǎo", + "numeric" : "kun4 rao3", + "wadegiles" : "k'un⁴ jao³", + "bopomofo" : "ㄎㄨㄣˋ ㄖㄠˇ", + "romatzyh" : "kuenn rao" }, + "meanings" : [ "to perplex", + "to disturb", + "to cause complications" ], + "classifiers" : [] } ] }, + { "simplified" : "扩", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13470, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "擴", + "transcriptions" : { "pinyin" : "kuò", + "numeric" : "kuo4", + "wadegiles" : "k'uo⁴", + "bopomofo" : "ㄎㄨㄛˋ", + "romatzyh" : "kuoh" }, + "meanings" : [ "to enlarge" ], + "classifiers" : [] } ] }, + { "simplified" : "扩充", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 21367, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擴充", + "transcriptions" : { "pinyin" : "kuò chōng", + "numeric" : "kuo4 chong1", + "wadegiles" : "k'uo⁴ ch'ung¹", + "bopomofo" : "ㄎㄨㄛˋ ㄔㄨㄥ", + "romatzyh" : "kuoh chong" }, + "meanings" : [ "to expand" ], + "classifiers" : [] } ] }, + { "simplified" : "扩大", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 3635, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擴大", + "transcriptions" : { "pinyin" : "kuò dà", + "numeric" : "kuo4 da4", + "wadegiles" : "k'uo⁴ ta⁴", + "bopomofo" : "ㄎㄨㄛˋ ㄉㄚˋ", + "romatzyh" : "kuoh dah" }, + "meanings" : [ "to expand", + "to enlarge", + "to broaden one's scope" ], + "classifiers" : [] } ] }, + { "simplified" : "扩建", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 19417, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擴建", + "transcriptions" : { "pinyin" : "kuò jiàn", + "numeric" : "kuo4 jian4", + "wadegiles" : "k'uo⁴ chien⁴", + "bopomofo" : "ㄎㄨㄛˋ ㄐㄧㄢˋ", + "romatzyh" : "kuoh jiann" }, + "meanings" : [ "to extend (a building, an airport runway etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "扩散", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5579, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擴散", + "transcriptions" : { "pinyin" : "kuò sàn", + "numeric" : "kuo4 san4", + "wadegiles" : "k'uo⁴ san⁴", + "bopomofo" : "ㄎㄨㄛˋ ㄙㄢˋ", + "romatzyh" : "kuoh sann" }, + "meanings" : [ "to spread; to proliferate; to diffuse" ], + "classifiers" : [] } ] }, + { "simplified" : "扩展", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 9082, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擴展", + "transcriptions" : { "pinyin" : "kuò zhǎn", + "numeric" : "kuo4 zhan3", + "wadegiles" : "k'uo⁴ chan³", + "bopomofo" : "ㄎㄨㄛˋ ㄓㄢˇ", + "romatzyh" : "kuoh jaan" }, + "meanings" : [ "to extend", + "to expand", + "extension", + "expansion" ], + "classifiers" : [] } ] }, + { "simplified" : "扩张", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6918, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擴張", + "transcriptions" : { "pinyin" : "kuò zhāng", + "numeric" : "kuo4 zhang1", + "wadegiles" : "k'uo⁴ chang¹", + "bopomofo" : "ㄎㄨㄛˋ ㄓㄤ", + "romatzyh" : "kuoh jang" }, + "meanings" : [ "expansion", + "dilation", + "to expand (e.g. one's power or influence)", + "to broaden" ], + "classifiers" : [] } ] }, + { "simplified" : "括号", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 31869, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "括號", + "transcriptions" : { "pinyin" : "kuò hào", + "numeric" : "kuo4 hao4", + "wadegiles" : "k'uo⁴ hao⁴", + "bopomofo" : "ㄎㄨㄛˋ ㄏㄠˋ", + "romatzyh" : "kuoh haw" }, + "meanings" : [ "parentheses", "brackets" ], + "classifiers" : [] } ] }, + { "simplified" : "括弧", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 91958, + "pos" : [], + "forms" : [ { "traditional" : "括弧", + "transcriptions" : { "pinyin" : "kuò hú", + "numeric" : "kuo4 hu2", + "wadegiles" : "k'uo⁴ hu²", + "bopomofo" : "ㄎㄨㄛˋ ㄏㄨˊ", + "romatzyh" : "kuoh hwu" }, + "meanings" : [ "parenthesis" ], + "classifiers" : [] } ] }, + { "simplified" : "阔", + "radical" : "门", + "level" : [ "new-6" ], + "frequency" : 12727, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "濶", + "transcriptions" : { "pinyin" : "kuò", + "numeric" : "kuo4", + "wadegiles" : "k'uo⁴", + "bopomofo" : "ㄎㄨㄛˋ", + "romatzyh" : "kuoh" }, + "meanings" : [ "variant of 阔" ], + "classifiers" : [] }, + { "traditional" : "闊", + "transcriptions" : { "pinyin" : "kuò", + "numeric" : "kuo4", + "wadegiles" : "k'uo⁴", + "bopomofo" : "ㄎㄨㄛˋ", + "romatzyh" : "kuoh" }, + "meanings" : [ "rich", "wide", "broad" ], + "classifiers" : [] } ] }, + { "simplified" : "阔绰", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 42113, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "闊綽", + "transcriptions" : { "pinyin" : "kuò chuò", + "numeric" : "kuo4 chuo4", + "wadegiles" : "k'uo⁴ ch'o⁴", + "bopomofo" : "ㄎㄨㄛˋ ㄔㄨㄛˋ", + "romatzyh" : "kuoh chuoh" }, + "meanings" : [ "ostentatious", + "extravagant", + "liberal with money" ], + "classifiers" : [] } ] }, + { "simplified" : "垃圾", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 1777, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "垃圾", + "transcriptions" : { "pinyin" : "lā jī", + "numeric" : "la1 ji1", + "wadegiles" : "la¹ chi¹", + "bopomofo" : "ㄌㄚ ㄐㄧ", + "romatzyh" : "lha ji" }, + "meanings" : [ "trash", + "refuse", + "garbage", + "(coll.) of poor quality", + "Taiwan pr. [lè sè]" ], + "classifiers" : [] } ] }, + { "simplified" : "垃圾桶", + "radical" : "土", + "level" : [ "old-4" ], + "frequency" : 11938, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "垃圾桶", + "transcriptions" : { "pinyin" : "lā jī tǒng", + "numeric" : "la1 ji1 tong3", + "wadegiles" : "la¹ chi¹ t'ung³", + "bopomofo" : "ㄌㄚ ㄐㄧ ㄊㄨㄥˇ", + "romatzyh" : "lha ji toong" }, + "meanings" : [ "rubbish bin", + "trash can", + "garbage can", + "Taiwan pr. [lè sè tǒng]" ], + "classifiers" : [] } ] }, + { "simplified" : "拉", + "radical" : "扌", + "level" : [ "new-2", "old-4" ], + "frequency" : 484, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "拉", + "transcriptions" : { "pinyin" : "lā", + "numeric" : "la1", + "wadegiles" : "la¹", + "bopomofo" : "ㄌㄚ", + "romatzyh" : "lha" }, + "meanings" : [ "to pull", + "to play (a bowed instrument)", + "to drag", + "to draw", + "to chat", + "(coll.) to empty one's bowels" ], + "classifiers" : [] } ] }, + { "simplified" : "拉动", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 29495, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拉動", + "transcriptions" : { "pinyin" : "lā dòng", + "numeric" : "la1 dong4", + "wadegiles" : "la¹ tung⁴", + "bopomofo" : "ㄌㄚ ㄉㄨㄥˋ", + "romatzyh" : "lha donq" }, + "meanings" : [ "to pull", + "(fig.) to stimulate (economic activity)", + "to motivate (people to do sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "拉开", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 5347, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拉開", + "transcriptions" : { "pinyin" : "lā kāi", + "numeric" : "la1 kai1", + "wadegiles" : "la¹ k'ai¹", + "bopomofo" : "ㄌㄚ ㄎㄞ", + "romatzyh" : "lha kai" }, + "meanings" : [ "to pull open", + "to pull apart", + "to space out", + "to increase" ], + "classifiers" : [] } ] }, + { "simplified" : "拉拢", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 18605, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拉攏", + "transcriptions" : { "pinyin" : "lā lǒng", + "numeric" : "la1 long3", + "wadegiles" : "la¹ lung³", + "bopomofo" : "ㄌㄚ ㄌㄨㄥˇ", + "romatzyh" : "lha loong" }, + "meanings" : [ "to rope in", + "fig. to involve sb", + "to entice" ], + "classifiers" : [] } ] }, + { "simplified" : "拉锁", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 55103, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "拉鎖", + "transcriptions" : { "pinyin" : "lā suǒ", + "numeric" : "la1 suo3", + "wadegiles" : "la¹ so³", + "bopomofo" : "ㄌㄚ ㄙㄨㄛˇ", + "romatzyh" : "lha suoo" }, + "meanings" : [ "zipper" ], + "classifiers" : [] } ] }, + { "simplified" : "喇叭", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9211, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "喇叭", + "transcriptions" : { "pinyin" : "lǎ ba", + "numeric" : "la3 ba5", + "wadegiles" : "la³ ba", + "bopomofo" : "ㄌㄚˇ ba", + "romatzyh" : "laa ba" }, + "meanings" : [ "horn (automobile etc)", + "loudspeaker", + "brass wind instrument", + "trumpet", + "suona 锁呐" ], + "classifiers" : [] } ] }, + { "simplified" : "腊月", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 57468, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "臘月", + "transcriptions" : { "pinyin" : "Là yuè", + "numeric" : "La4 yue4", + "wadegiles" : "la⁴ yüeh⁴", + "bopomofo" : "ㄌㄚˋ ㄩㄝˋ", + "romatzyh" : "lah yueh" }, + "meanings" : [ "twelfth lunar month" ], + "classifiers" : [] } ] }, + { "simplified" : "蜡", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 12778, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蠟", + "transcriptions" : { "pinyin" : "là", + "numeric" : "la4", + "wadegiles" : "la⁴", + "bopomofo" : "ㄌㄚˋ", + "romatzyh" : "lah" }, + "meanings" : [ "candle", "wax" ], + "classifiers" : [] } ] }, + { "simplified" : "蜡烛", + "radical" : "虫", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7877, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蠟燭", + "transcriptions" : { "pinyin" : "là zhú", + "numeric" : "la4 zhu2", + "wadegiles" : "la⁴ chu²", + "bopomofo" : "ㄌㄚˋ ㄓㄨˊ", + "romatzyh" : "lah jwu" }, + "meanings" : [ "candle" ], + "classifiers" : [ "根", "支" ] } ] }, + { "simplified" : "辣", + "radical" : "辛", + "level" : [ "new-4", "old-4" ], + "frequency" : 2791, + "pos" : [ "a", "an", "v" ], + "forms" : [ { "traditional" : "辢", + "transcriptions" : { "pinyin" : "là", + "numeric" : "la4", + "wadegiles" : "la⁴", + "bopomofo" : "ㄌㄚˋ", + "romatzyh" : "lah" }, + "meanings" : [ "old variant of 辣" ], + "classifiers" : [] }, + { "traditional" : "辣", + "transcriptions" : { "pinyin" : "là", + "numeric" : "la4", + "wadegiles" : "la⁴", + "bopomofo" : "ㄌㄚˋ", + "romatzyh" : "lah" }, + "meanings" : [ "hot (spicy)", + "pungent", + "(of chili pepper, raw onions etc) to sting", + "to burn" ], + "classifiers" : [] } ] }, + { "simplified" : "辣椒", + "radical" : "辛", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6501, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "辣椒", + "transcriptions" : { "pinyin" : "là jiāo", + "numeric" : "la4 jiao1", + "wadegiles" : "la⁴ chiao¹", + "bopomofo" : "ㄌㄚˋ ㄐㄧㄠ", + "romatzyh" : "lah jiau" }, + "meanings" : [ "hot pepper", "chili" ], + "classifiers" : [] } ] }, + { "simplified" : "啦", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 246, + "pos" : [ "y" ], + "forms" : [ { "traditional" : "啦", + "transcriptions" : { "pinyin" : "lā", + "numeric" : "la1", + "wadegiles" : "la¹", + "bopomofo" : "ㄌㄚ", + "romatzyh" : "lha" }, + "meanings" : [ "(onom.) sound of singing, cheering etc", + "(phonetic)", + "(dialect) to chat" ], + "classifiers" : [] }, + { "traditional" : "啦", + "transcriptions" : { "pinyin" : "la", + "numeric" : "la5", + "wadegiles" : "la", + "bopomofo" : "la", + "romatzyh" : "la" }, + "meanings" : [ "sentence-final particle, contraction of 了啊, indicating exclamation", + "particle placed after each item in a list of examples" ], + "classifiers" : [] } ] }, + { "simplified" : "啦啦队", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 3808, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "啦啦隊", + "transcriptions" : { "pinyin" : "lā lā duì", + "numeric" : "la1 la1 dui4", + "wadegiles" : "la¹ la¹ tui⁴", + "bopomofo" : "ㄌㄚ ㄌㄚ ㄉㄨㄟˋ", + "romatzyh" : "lha lha duey" }, + "meanings" : [ "cheerleading squad" ], + "classifiers" : [] } ] }, + { "simplified" : "来", + "radical" : "木", + "level" : [ "new-1", "old-1" ], + "frequency" : 31, + "pos" : [ "v", "f", "m", "u", "y" ], + "forms" : [ { "traditional" : "來", + "transcriptions" : { "pinyin" : "lái", + "numeric" : "lai2", + "wadegiles" : "lai²", + "bopomofo" : "ㄌㄞˊ", + "romatzyh" : "lai" }, + "meanings" : [ "to come", + "(used as a substitute for a more specific verb)", + "hither (directional complement for motion toward the speaker, as in 回来)", + "ever since (as in 自古以来)", + "for the past (amount of time)", + "(prefix) the coming ...; the next ... (as in 来世)", + "(between two verbs) in order to", + "(after a round number) approximately", + "(used after 得 to indicate possibility, as in 谈得来, or after 不 to indicate impossibility, as in 吃不来)" ], + "classifiers" : [] } ] }, + { "simplified" : "来宾", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 11016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "來賓", + "transcriptions" : { "pinyin" : "Lái bīn", + "numeric" : "Lai2 bin1", + "wadegiles" : "lai² pin¹", + "bopomofo" : "ㄌㄞˊ ㄅㄧㄣ", + "romatzyh" : "lai bin" }, + "meanings" : [ "Laibin prefecture-level city in Guangxi" ], + "classifiers" : [] }, + { "traditional" : "來賓", + "transcriptions" : { "pinyin" : "lái bīn", + "numeric" : "lai2 bin1", + "wadegiles" : "lai² pin¹", + "bopomofo" : "ㄌㄞˊ ㄅㄧㄣ", + "romatzyh" : "lai bin" }, + "meanings" : [ "guest", "visitor" ], + "classifiers" : [] } ] }, + { "simplified" : "来不及", + "radical" : "木", + "level" : [ "new-4", "old-4" ], + "frequency" : 5768, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "來不及", + "transcriptions" : { "pinyin" : "lái bu jí", + "numeric" : "lai2 bu5 ji2", + "wadegiles" : "lai² bu chi²", + "bopomofo" : "ㄌㄞˊ bu ㄐㄧˊ", + "romatzyh" : "lai bu jyi" }, + "meanings" : [ "there's not enough time (to do sth)", + "it's too late (to do sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "来到", + "radical" : "木", + "level" : [ "new-1" ], + "frequency" : 943, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "來到", + "transcriptions" : { "pinyin" : "lái dào", + "numeric" : "lai2 dao4", + "wadegiles" : "lai² tao⁴", + "bopomofo" : "ㄌㄞˊ ㄉㄠˋ", + "romatzyh" : "lai daw" }, + "meanings" : [ "to arrive; to come" ], + "classifiers" : [] } ] }, + { "simplified" : "来得及", + "radical" : "木", + "level" : [ "new-4", "old-4" ], + "frequency" : 6981, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "來得及", + "transcriptions" : { "pinyin" : "lái de jí", + "numeric" : "lai2 de5 ji2", + "wadegiles" : "lai² de chi²", + "bopomofo" : "ㄌㄞˊ de ㄐㄧˊ", + "romatzyh" : "lai de jyi" }, + "meanings" : [ "to have enough time; can do it in time; can still make it" ], + "classifiers" : [] } ] }, + { "simplified" : "来电", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 6283, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "來電", + "transcriptions" : { "pinyin" : "lái diàn", + "numeric" : "lai2 dian4", + "wadegiles" : "lai² tien⁴", + "bopomofo" : "ㄌㄞˊ ㄉㄧㄢˋ", + "romatzyh" : "lai diann" }, + "meanings" : [ "incoming telephone call (or telegram)", + "to phone in; to send in a telegram", + "to have an instant attraction to sb", + "(of electricity, after an outage) to come back" ], + "classifiers" : [] } ] }, + { "simplified" : "来访", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 8891, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "來訪", + "transcriptions" : { "pinyin" : "lái fǎng", + "numeric" : "lai2 fang3", + "wadegiles" : "lai² fang³", + "bopomofo" : "ㄌㄞˊ ㄈㄤˇ", + "romatzyh" : "lai faang" }, + "meanings" : [ "to pay a visit" ], + "classifiers" : [] } ] }, + { "simplified" : "来回", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 7107, + "pos" : [ "v", "n", "d" ], + "forms" : [ { "traditional" : "來回", + "transcriptions" : { "pinyin" : "lái huí", + "numeric" : "lai2 hui2", + "wadegiles" : "lai² hui²", + "bopomofo" : "ㄌㄞˊ ㄏㄨㄟˊ", + "romatzyh" : "lai hwei" }, + "meanings" : [ "to make a round trip", + "return journey", + "back and forth", + "to and fro", + "repeatedly" ], + "classifiers" : [] } ] }, + { "simplified" : "来历", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14129, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "來歷", + "transcriptions" : { "pinyin" : "lái lì", + "numeric" : "lai2 li4", + "wadegiles" : "lai² li⁴", + "bopomofo" : "ㄌㄞˊ ㄌㄧˋ", + "romatzyh" : "lai lih" }, + "meanings" : [ "history", "antecedents", "origin" ], + "classifiers" : [] } ] }, + { "simplified" : "来临", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 4633, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "來臨", + "transcriptions" : { "pinyin" : "lái lín", + "numeric" : "lai2 lin2", + "wadegiles" : "lai² lin²", + "bopomofo" : "ㄌㄞˊ ㄌㄧㄣˊ", + "romatzyh" : "lai lin" }, + "meanings" : [ "to approach; to come closer" ], + "classifiers" : [] } ] }, + { "simplified" : "来龙去脉", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 22644, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "來龍去脈", + "transcriptions" : { "pinyin" : "lái lóng qù mài", + "numeric" : "lai2 long2 qu4 mai4", + "wadegiles" : "lai² lung² ch'ü⁴ mai⁴", + "bopomofo" : "ㄌㄞˊ ㄌㄨㄥˊ ㄑㄩˋ ㄇㄞˋ", + "romatzyh" : "lai long chiuh may" }, + "meanings" : [ "the rise and fall of the terrain (idiom)", + "(fig.) the whole sequence of events", + "causes and effects" ], + "classifiers" : [] } ] }, + { "simplified" : "来年", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 22086, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "來年", + "transcriptions" : { "pinyin" : "lái nián", + "numeric" : "lai2 nian2", + "wadegiles" : "lai² nien²", + "bopomofo" : "ㄌㄞˊ ㄋㄧㄢˊ", + "romatzyh" : "lai nian" }, + "meanings" : [ "next year", "the coming year" ], + "classifiers" : [] } ] }, + { "simplified" : "来往", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 8734, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "來往", + "transcriptions" : { "pinyin" : "lái wǎng", + "numeric" : "lai2 wang3", + "wadegiles" : "lai² wang³", + "bopomofo" : "ㄌㄞˊ ㄨㄤˇ", + "romatzyh" : "lai woang" }, + "meanings" : [ "to come and go", + "to have dealings with", + "to be in relation with" ], + "classifiers" : [] } ] }, + { "simplified" : "来信", + "radical" : "木", + "level" : [ "new-5" ], + "frequency" : 6973, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "來信", + "transcriptions" : { "pinyin" : "lái xìn", + "numeric" : "lai2 xin4", + "wadegiles" : "lai² hsin⁴", + "bopomofo" : "ㄌㄞˊ ㄒㄧㄣˋ", + "romatzyh" : "lai shinn" }, + "meanings" : [ "incoming letter", + "to send us a letter" ], + "classifiers" : [] } ] }, + { "simplified" : "来源", + "radical" : "木", + "level" : [ "new-4", "old-6" ], + "frequency" : 2383, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "來源", + "transcriptions" : { "pinyin" : "lái yuán", + "numeric" : "lai2 yuan2", + "wadegiles" : "lai² yüan²", + "bopomofo" : "ㄌㄞˊ ㄩㄢˊ", + "romatzyh" : "lai yuan" }, + "meanings" : [ "source (of information etc)", + "origin" ], + "classifiers" : [] } ] }, + { "simplified" : "来源于", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 11195, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "來源於", + "transcriptions" : { "pinyin" : "lái yuán yú", + "numeric" : "lai2 yuan2 yu2", + "wadegiles" : "lai² yüan² yü²", + "bopomofo" : "ㄌㄞˊ ㄩㄢˊ ㄩˊ", + "romatzyh" : "lai yuan yu" }, + "meanings" : [ "to originate in" ], + "classifiers" : [] } ] }, + { "simplified" : "来自", + "radical" : "木", + "level" : [ "new-2", "old-5" ], + "frequency" : 644, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "來自", + "transcriptions" : { "pinyin" : "lái zì", + "numeric" : "lai2 zi4", + "wadegiles" : "lai² tzu⁴", + "bopomofo" : "ㄌㄞˊ ㄗˋ", + "romatzyh" : "lai tzyh" }, + "meanings" : [ "to come from (a place)", + "From: (in email header)" ], + "classifiers" : [] } ] }, + { "simplified" : "赖", + "radical" : "贝", + "level" : [ "new-6" ], + "frequency" : 5777, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "賴", + "transcriptions" : { "pinyin" : "Lài", + "numeric" : "Lai4", + "wadegiles" : "lai⁴", + "bopomofo" : "ㄌㄞˋ", + "romatzyh" : "lay" }, + "meanings" : [ "surname Lai", + "(Tw) (coll.) LINE messaging app" ], + "classifiers" : [] }, + { "traditional" : "賴", + "transcriptions" : { "pinyin" : "lài", + "numeric" : "lai4", + "wadegiles" : "lai⁴", + "bopomofo" : "ㄌㄞˋ", + "romatzyh" : "lay" }, + "meanings" : [ "to depend on", + "to hang on in a place", + "bad", + "to renege (on promise)", + "to disclaim", + "to rat (on debts)", + "rascally", + "to blame", + "to put the blame on" ], + "classifiers" : [] }, + { "traditional" : "頼", + "transcriptions" : { "pinyin" : "lài", + "numeric" : "lai4", + "wadegiles" : "lai⁴", + "bopomofo" : "ㄌㄞˋ", + "romatzyh" : "lay" }, + "meanings" : [ "variant of 赖" ], + "classifiers" : [] } ] }, + { "simplified" : "拦", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5693, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "攔", + "transcriptions" : { "pinyin" : "lán", + "numeric" : "lan2", + "wadegiles" : "lan²", + "bopomofo" : "ㄌㄢˊ", + "romatzyh" : "lan" }, + "meanings" : [ "to block sb's path", + "to obstruct", + "to flag down (a taxi)" ], + "classifiers" : [] } ] }, + { "simplified" : "栏", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 7178, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "欄", + "transcriptions" : { "pinyin" : "lán", + "numeric" : "lan2", + "wadegiles" : "lan²", + "bopomofo" : "ㄌㄢˊ", + "romatzyh" : "lan" }, + "meanings" : [ "fence", + "railing", + "hurdle", + "column or box (of text or other data)" ], + "classifiers" : [] } ] }, + { "simplified" : "栏杆", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 13569, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "欄杆", + "transcriptions" : { "pinyin" : "lán gān", + "numeric" : "lan2 gan1", + "wadegiles" : "lan² kan¹", + "bopomofo" : "ㄌㄢˊ ㄍㄢ", + "romatzyh" : "lan gan" }, + "meanings" : [ "railing", "banister" ], + "classifiers" : [] } ] }, + { "simplified" : "栏目", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 12813, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "欄目", + "transcriptions" : { "pinyin" : "lán mù", + "numeric" : "lan2 mu4", + "wadegiles" : "lan² mu⁴", + "bopomofo" : "ㄌㄢˊ ㄇㄨˋ", + "romatzyh" : "lan muh" }, + "meanings" : [ "regular column or segment (in a publication or broadcast program)", + "program (TV or radio)" ], + "classifiers" : [] } ] }, + { "simplified" : "蓝", + "radical" : "艹", + "level" : [ "new-2", "old-3" ], + "frequency" : 1615, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "藍", + "transcriptions" : { "pinyin" : "Lán", + "numeric" : "Lan2", + "wadegiles" : "lan²", + "bopomofo" : "ㄌㄢˊ", + "romatzyh" : "lan" }, + "meanings" : [ "surname Lan" ], + "classifiers" : [] }, + { "traditional" : "藍", + "transcriptions" : { "pinyin" : "lán", + "numeric" : "lan2", + "wadegiles" : "lan²", + "bopomofo" : "ㄌㄢˊ", + "romatzyh" : "lan" }, + "meanings" : [ "blue", "indigo plant" ], + "classifiers" : [] } ] }, + { "simplified" : "蓝领", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 30180, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "藍領", + "transcriptions" : { "pinyin" : "lán lǐng", + "numeric" : "lan2 ling3", + "wadegiles" : "lan² ling³", + "bopomofo" : "ㄌㄢˊ ㄌㄧㄥˇ", + "romatzyh" : "lan liing" }, + "meanings" : [ "blue-collar", + "blue-collar worker" ], + "classifiers" : [] } ] }, + { "simplified" : "蓝色", + "radical" : "艹", + "level" : [ "new-2" ], + "frequency" : 2892, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藍色", + "transcriptions" : { "pinyin" : "lán sè", + "numeric" : "lan2 se4", + "wadegiles" : "lan² se⁴", + "bopomofo" : "ㄌㄢˊ ㄙㄜˋ", + "romatzyh" : "lan seh" }, + "meanings" : [ "blue (color)" ], + "classifiers" : [] } ] }, + { "simplified" : "蓝天", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 11048, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藍天", + "transcriptions" : { "pinyin" : "lán tiān", + "numeric" : "lan2 tian1", + "wadegiles" : "lan² t'ien¹", + "bopomofo" : "ㄌㄢˊ ㄊㄧㄢ", + "romatzyh" : "lan tian" }, + "meanings" : [ "blue sky" ], + "classifiers" : [] } ] }, + { "simplified" : "蓝图", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 13313, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藍圖", + "transcriptions" : { "pinyin" : "lán tú", + "numeric" : "lan2 tu2", + "wadegiles" : "lan² t'u²", + "bopomofo" : "ㄌㄢˊ ㄊㄨˊ", + "romatzyh" : "lan twu" }, + "meanings" : [ "blueprint" ], + "classifiers" : [] } ] }, + { "simplified" : "篮球", + "radical" : "⺮", + "level" : [ "new-2" ], + "frequency" : 3596, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "籃球", + "transcriptions" : { "pinyin" : "lán qiú", + "numeric" : "lan2 qiu2", + "wadegiles" : "lan² ch'iu²", + "bopomofo" : "ㄌㄢˊ ㄑㄧㄡˊ", + "romatzyh" : "lan chyou" }, + "meanings" : [ "basketball" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "揽", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12258, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攬", + "transcriptions" : { "pinyin" : "lǎn", + "numeric" : "lan3", + "wadegiles" : "lan³", + "bopomofo" : "ㄌㄢˇ", + "romatzyh" : "laan" }, + "meanings" : [ "to monopolize; to seize", + "to take into one's arms; to embrace", + "to fasten (with a rope etc)", + "to take on (responsibility etc); to canvass" ], + "classifiers" : [] } ] }, + { "simplified" : "缆车", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 26207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "纜車", + "transcriptions" : { "pinyin" : "lǎn chē", + "numeric" : "lan3 che1", + "wadegiles" : "lan³ ch'e¹", + "bopomofo" : "ㄌㄢˇ ㄔㄜ", + "romatzyh" : "laan che" }, + "meanings" : [ "cable car" ], + "classifiers" : [] } ] }, + { "simplified" : "懒", + "radical" : "忄", + "level" : [ "new-6", "old-4" ], + "frequency" : 6238, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "嬾", + "transcriptions" : { "pinyin" : "lǎn", + "numeric" : "lan3", + "wadegiles" : "lan³", + "bopomofo" : "ㄌㄢˇ", + "romatzyh" : "laan" }, + "meanings" : [ "variant of 懒" ], + "classifiers" : [] }, + { "traditional" : "懶", + "transcriptions" : { "pinyin" : "lǎn", + "numeric" : "lan3", + "wadegiles" : "lan³", + "bopomofo" : "ㄌㄢˇ", + "romatzyh" : "laan" }, + "meanings" : [ "lazy" ], + "classifiers" : [] } ] }, + { "simplified" : "懒得", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 8500, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "懶得", + "transcriptions" : { "pinyin" : "lǎn dé", + "numeric" : "lan3 de2", + "wadegiles" : "lan³ te²", + "bopomofo" : "ㄌㄢˇ ㄉㄜˊ", + "romatzyh" : "laan der" }, + "meanings" : [ "not to feel like (doing sth); disinclined to" ], + "classifiers" : [] } ] }, + { "simplified" : "懒惰", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13267, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "懶惰", + "transcriptions" : { "pinyin" : "lǎn duò", + "numeric" : "lan3 duo4", + "wadegiles" : "lan³ to⁴", + "bopomofo" : "ㄌㄢˇ ㄉㄨㄛˋ", + "romatzyh" : "laan duoh" }, + "meanings" : [ "idle", "lazy" ], + "classifiers" : [] } ] }, + { "simplified" : "烂", + "radical" : "火", + "level" : [ "new-5", "old-5" ], + "frequency" : 2387, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "爛", + "transcriptions" : { "pinyin" : "làn", + "numeric" : "lan4", + "wadegiles" : "lan⁴", + "bopomofo" : "ㄌㄢˋ", + "romatzyh" : "lann" }, + "meanings" : [ "soft; mushy", + "well-cooked and soft", + "to rot; to decompose", + "rotten", + "worn out", + "chaotic; messy", + "utterly; thoroughly", + "crappy; bad" ], + "classifiers" : [] } ] }, + { "simplified" : "滥用", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8841, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "濫用", + "transcriptions" : { "pinyin" : "làn yòng", + "numeric" : "lan4 yong4", + "wadegiles" : "lan⁴ yung⁴", + "bopomofo" : "ㄌㄢˋ ㄩㄥˋ", + "romatzyh" : "lann yonq" }, + "meanings" : [ "to misuse", "to abuse" ], + "classifiers" : [] } ] }, + { "simplified" : "狼", + "radical" : "犭", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2421, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "狼", + "transcriptions" : { "pinyin" : "láng", + "numeric" : "lang2", + "wadegiles" : "lang²", + "bopomofo" : "ㄌㄤˊ", + "romatzyh" : "lang" }, + "meanings" : [ "wolf" ], + "classifiers" : [ "匹", "只", "条" ] } ] }, + { "simplified" : "狼狈", + "radical" : "犭", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16266, + "pos" : [ "an", "ad" ], + "forms" : [ { "traditional" : "狼狽", + "transcriptions" : { "pinyin" : "láng bèi", + "numeric" : "lang2 bei4", + "wadegiles" : "lang² pei⁴", + "bopomofo" : "ㄌㄤˊ ㄅㄟˋ", + "romatzyh" : "lang bey" }, + "meanings" : [ "in a difficult situation", + "to cut a sorry figure", + "scoundrel! (derog.)" ], + "classifiers" : [] } ] }, + { "simplified" : "朗读", + "radical" : "月", + "level" : [ "new-5", "old-6" ], + "frequency" : 18517, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "朗讀", + "transcriptions" : { "pinyin" : "lǎng dú", + "numeric" : "lang3 du2", + "wadegiles" : "lang³ tu²", + "bopomofo" : "ㄌㄤˇ ㄉㄨˊ", + "romatzyh" : "laang dwu" }, + "meanings" : [ "to read aloud" ], + "classifiers" : [] } ] }, + { "simplified" : "朗诵", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 18524, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "朗誦", + "transcriptions" : { "pinyin" : "lǎng sòng", + "numeric" : "lang3 song4", + "wadegiles" : "lang³ sung⁴", + "bopomofo" : "ㄌㄤˇ ㄙㄨㄥˋ", + "romatzyh" : "laang sonq" }, + "meanings" : [ "to read aloud with expression", + "to recite", + "to declaim" ], + "classifiers" : [] } ] }, + { "simplified" : "浪", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 4269, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "浪", + "transcriptions" : { "pinyin" : "làng", + "numeric" : "lang4", + "wadegiles" : "lang⁴", + "bopomofo" : "ㄌㄤˋ", + "romatzyh" : "lanq" }, + "meanings" : [ "wave", + "breaker", + "unrestrained", + "dissipated", + "to stroll", + "to ramble" ], + "classifiers" : [] } ] }, + { "simplified" : "浪费", + "radical" : "氵", + "level" : [ "new-3", "old-4" ], + "frequency" : 1924, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "浪費", + "transcriptions" : { "pinyin" : "làng fèi", + "numeric" : "lang4 fei4", + "wadegiles" : "lang⁴ fei⁴", + "bopomofo" : "ㄌㄤˋ ㄈㄟˋ", + "romatzyh" : "lanq fey" }, + "meanings" : [ "to waste", "to squander" ], + "classifiers" : [] } ] }, + { "simplified" : "浪漫", + "radical" : "氵", + "level" : [ "new-5", "old-4" ], + "frequency" : 2439, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "浪漫", + "transcriptions" : { "pinyin" : "làng màn", + "numeric" : "lang4 man4", + "wadegiles" : "lang⁴ man⁴", + "bopomofo" : "ㄌㄤˋ ㄇㄢˋ", + "romatzyh" : "lanq mann" }, + "meanings" : [ "romantic" ], + "classifiers" : [] } ] }, + { "simplified" : "捞", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5566, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撈", + "transcriptions" : { "pinyin" : "lāo", + "numeric" : "lao1", + "wadegiles" : "lao¹", + "bopomofo" : "ㄌㄠ", + "romatzyh" : "lhau" }, + "meanings" : [ "to fish up", "to dredge up" ], + "classifiers" : [] } ] }, + { "simplified" : "劳动", + "radical" : "力", + "level" : [ "new-5", "old-5" ], + "frequency" : 4748, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "勞動", + "transcriptions" : { "pinyin" : "láo dòng", + "numeric" : "lao2 dong4", + "wadegiles" : "lao² tung⁴", + "bopomofo" : "ㄌㄠˊ ㄉㄨㄥˋ", + "romatzyh" : "lau donq" }, + "meanings" : [ "work", "toil", "physical labor" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "劳动力", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 12496, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勞動力", + "transcriptions" : { "pinyin" : "láo dòng lì", + "numeric" : "lao2 dong4 li4", + "wadegiles" : "lao² tung⁴ li⁴", + "bopomofo" : "ㄌㄠˊ ㄉㄨㄥˋ ㄌㄧˋ", + "romatzyh" : "lau donq lih" }, + "meanings" : [ "labor force", "manpower" ], + "classifiers" : [] } ] }, + { "simplified" : "劳驾", + "radical" : "力", + "level" : [ "old-5" ], + "frequency" : 37933, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勞駕", + "transcriptions" : { "pinyin" : "láo jià", + "numeric" : "lao2 jia4", + "wadegiles" : "lao² chia⁴", + "bopomofo" : "ㄌㄠˊ ㄐㄧㄚˋ", + "romatzyh" : "lau jiah" }, + "meanings" : [ "excuse me" ], + "classifiers" : [] } ] }, + { "simplified" : "劳累", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 15272, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "勞累", + "transcriptions" : { "pinyin" : "láo lèi", + "numeric" : "lao2 lei4", + "wadegiles" : "lao² lei⁴", + "bopomofo" : "ㄌㄠˊ ㄌㄟˋ", + "romatzyh" : "lau ley" }, + "meanings" : [ "tired", + "exhausted", + "worn out", + "to toil" ], + "classifiers" : [] } ] }, + { "simplified" : "劳务", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 20517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勞務", + "transcriptions" : { "pinyin" : "láo wù", + "numeric" : "lao2 wu4", + "wadegiles" : "lao² wu⁴", + "bopomofo" : "ㄌㄠˊ ㄨˋ", + "romatzyh" : "lau wuh" }, + "meanings" : [ "service (work done for money)", + "services (as in \"goods and services\")" ], + "classifiers" : [] } ] }, + { "simplified" : "牢", + "radical" : "牛", + "level" : [ "new-6" ], + "frequency" : 6012, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "牢", + "transcriptions" : { "pinyin" : "láo", + "numeric" : "lao2", + "wadegiles" : "lao²", + "bopomofo" : "ㄌㄠˊ", + "romatzyh" : "lau" }, + "meanings" : [ "firm", + "sturdy", + "fold (for animals)", + "sacrifice", + "prison" ], + "classifiers" : [] } ] }, + { "simplified" : "牢固", + "radical" : "牛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11270, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "牢固", + "transcriptions" : { "pinyin" : "láo gù", + "numeric" : "lao2 gu4", + "wadegiles" : "lao² ku⁴", + "bopomofo" : "ㄌㄠˊ ㄍㄨˋ", + "romatzyh" : "lau guh" }, + "meanings" : [ "firm", "secure" ], + "classifiers" : [] } ] }, + { "simplified" : "牢记", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 12490, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "牢記", + "transcriptions" : { "pinyin" : "láo jì", + "numeric" : "lao2 ji4", + "wadegiles" : "lao² chi⁴", + "bopomofo" : "ㄌㄠˊ ㄐㄧˋ", + "romatzyh" : "lau jih" }, + "meanings" : [ "to keep in mind", "to remember" ], + "classifiers" : [] } ] }, + { "simplified" : "牢牢", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 9553, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "牢牢", + "transcriptions" : { "pinyin" : "láo láo", + "numeric" : "lao2 lao2", + "wadegiles" : "lao² lao²", + "bopomofo" : "ㄌㄠˊ ㄌㄠˊ", + "romatzyh" : "lau lau" }, + "meanings" : [ "firmly", "safely" ], + "classifiers" : [] } ] }, + { "simplified" : "牢骚", + "radical" : "牛", + "level" : [ "old-6" ], + "frequency" : 19777, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牢騷", + "transcriptions" : { "pinyin" : "láo sāo", + "numeric" : "lao2 sao1", + "wadegiles" : "lao² sao¹", + "bopomofo" : "ㄌㄠˊ ㄙㄠ", + "romatzyh" : "lau sau" }, + "meanings" : [ "discontent", + "complaint", + "to complain" ], + "classifiers" : [] } ] }, + { "simplified" : "唠叨", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10247, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "嘮叨", + "transcriptions" : { "pinyin" : "láo dao", + "numeric" : "lao2 dao5", + "wadegiles" : "lao² dao", + "bopomofo" : "ㄌㄠˊ dao", + "romatzyh" : "lau dao" }, + "meanings" : [ "to prattle", + "to chatter away", + "to nag", + "garrulous", + "nagging" ], + "classifiers" : [] } ] }, + { "simplified" : "老", + "radical" : "老", + "level" : [ "new-1", "old-3" ], + "frequency" : 266, + "pos" : [ "a", "d", "g" ], + "forms" : [ { "traditional" : "老", + "transcriptions" : { "pinyin" : "lǎo", + "numeric" : "lao3", + "wadegiles" : "lao³", + "bopomofo" : "ㄌㄠˇ", + "romatzyh" : "lao" }, + "meanings" : [ "prefix used before the surname of a person or a numeral indicating the order of birth of the children in a family or to indicate affection or familiarity", + "old (of people)", + "venerable (person)", + "experienced", + "of long standing", + "always", + "all the time", + "of the past", + "very", + "outdated", + "(of meat etc) tough" ], + "classifiers" : [] } ] }, + { "simplified" : "老百姓", + "radical" : "老", + "level" : [ "new-3", "old-5" ], + "frequency" : 7618, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老百姓", + "transcriptions" : { "pinyin" : "lǎo bǎi xìng", + "numeric" : "lao3 bai3 xing4", + "wadegiles" : "lao³ pai³ hsing⁴", + "bopomofo" : "ㄌㄠˇ ㄅㄞˇ ㄒㄧㄥˋ", + "romatzyh" : "lao bae shinq" }, + "meanings" : [ "ordinary people", + "the \"person in the street\"" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "老板", + "radical" : "老", + "level" : [ "new-3", "old-5" ], + "frequency" : 1185, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老板", + "transcriptions" : { "pinyin" : "lǎo bǎn", + "numeric" : "lao3 ban3", + "wadegiles" : "lao³ pan³", + "bopomofo" : "ㄌㄠˇ ㄅㄢˇ", + "romatzyh" : "lao baan" }, + "meanings" : [ "variant of 老板" ], + "classifiers" : [] }, + { "traditional" : "老闆", + "transcriptions" : { "pinyin" : "Lǎo bǎn", + "numeric" : "Lao3 ban3", + "wadegiles" : "lao³ pan³", + "bopomofo" : "ㄌㄠˇ ㄅㄢˇ", + "romatzyh" : "lao baan" }, + "meanings" : [ "Robam (brand)" ], + "classifiers" : [] }, + { "traditional" : "老闆", + "transcriptions" : { "pinyin" : "lǎo bǎn", + "numeric" : "lao3 ban3", + "wadegiles" : "lao³ pan³", + "bopomofo" : "ㄌㄠˇ ㄅㄢˇ", + "romatzyh" : "lao baan" }, + "meanings" : [ "boss", "business proprietor" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "老伴儿", + "radical" : "老", + "level" : [ "new-7+" ], + "frequency" : 60338, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老伴兒", + "transcriptions" : { "pinyin" : "lǎo bàn r", + "numeric" : "lao3 ban4 r5", + "wadegiles" : "lao³ pan⁴ r", + "bopomofo" : "ㄌㄠˇ ㄅㄢˋ r", + "romatzyh" : "lao bann r" }, + "meanings" : [ "erhua variant of 伴" ], + "classifiers" : [] } ] }, + { "simplified" : "老大", + "radical" : "老", + "level" : [ "new-7+" ], + "frequency" : 3298, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老大", + "transcriptions" : { "pinyin" : "lǎo dà", + "numeric" : "lao3 da4", + "wadegiles" : "lao³ ta⁴", + "bopomofo" : "ㄌㄠˇ ㄉㄚˋ", + "romatzyh" : "lao dah" }, + "meanings" : [ "old age", + "very", + "eldest child in a family", + "leader of a group", + "boss", + "captain of a boat", + "leader of a criminal gang" ], + "classifiers" : [] } ] }, + { "simplified" : "老公", + "radical" : "老", + "level" : [ "new-4" ], + "frequency" : 2319, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老公", + "transcriptions" : { "pinyin" : "lǎo gōng", + "numeric" : "lao3 gong1", + "wadegiles" : "lao³ kung¹", + "bopomofo" : "ㄌㄠˇ ㄍㄨㄥ", + "romatzyh" : "lao gong" }, + "meanings" : [ "(coll.) husband" ], + "classifiers" : [] }, + { "traditional" : "老公", + "transcriptions" : { "pinyin" : "lǎo gong", + "numeric" : "lao3 gong5", + "wadegiles" : "lao³ gong", + "bopomofo" : "ㄌㄠˇ gong", + "romatzyh" : "lao gong" }, + "meanings" : [ "(coll.) eunuch", "see also 公" ], + "classifiers" : [] } ] }, + { "simplified" : "老汉", + "radical" : "老", + "level" : [ "new-7+" ], + "frequency" : 26984, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老漢", + "transcriptions" : { "pinyin" : "lǎo hàn", + "numeric" : "lao3 han4", + "wadegiles" : "lao³ han⁴", + "bopomofo" : "ㄌㄠˇ ㄏㄢˋ", + "romatzyh" : "lao hann" }, + "meanings" : [ "old man", + "I (an old man referring to himself)" ], + "classifiers" : [] } ] }, + { "simplified" : "老虎", + "radical" : "老", + "level" : [ "old-4" ], + "frequency" : 5451, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老虎", + "transcriptions" : { "pinyin" : "lǎo hǔ", + "numeric" : "lao3 hu3", + "wadegiles" : "lao³ hu³", + "bopomofo" : "ㄌㄠˇ ㄏㄨˇ", + "romatzyh" : "lao huu" }, + "meanings" : [ "tiger" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "老化", + "radical" : "老", + "level" : [ "new-7+" ], + "frequency" : 12970, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "老化", + "transcriptions" : { "pinyin" : "lǎo huà", + "numeric" : "lao3 hua4", + "wadegiles" : "lao³ hua⁴", + "bopomofo" : "ㄌㄠˇ ㄏㄨㄚˋ", + "romatzyh" : "lao huah" }, + "meanings" : [ "(of a person, population or material) to age", + "(of knowledge) to become outdated" ], + "classifiers" : [] } ] }, + { "simplified" : "老家", + "radical" : "老", + "level" : [ "new-4" ], + "frequency" : 6410, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老家", + "transcriptions" : { "pinyin" : "lǎo jiā", + "numeric" : "lao3 jia1", + "wadegiles" : "lao³ chia¹", + "bopomofo" : "ㄌㄠˇ ㄐㄧㄚ", + "romatzyh" : "lao jia" }, + "meanings" : [ "native place", + "place of origin", + "home state or region" ], + "classifiers" : [] } ] }, + { "simplified" : "老年", + "radical" : "老", + "level" : [ "new-2" ], + "frequency" : 8396, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "老年", + "transcriptions" : { "pinyin" : "lǎo nián", + "numeric" : "lao3 nian2", + "wadegiles" : "lao³ nien²", + "bopomofo" : "ㄌㄠˇ ㄋㄧㄢˊ", + "romatzyh" : "lao nian" }, + "meanings" : [ "elderly", + "old age", + "autumn of one's years" ], + "classifiers" : [] } ] }, + { "simplified" : "老朋友", + "radical" : "老", + "level" : [ "new-2" ], + "frequency" : 7500, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老朋友", + "transcriptions" : { "pinyin" : "lǎo péng you", + "numeric" : "lao3 peng2 you5", + "wadegiles" : "lao³ p'eng² you", + "bopomofo" : "ㄌㄠˇ ㄆㄥˊ you", + "romatzyh" : "lao perng you" }, + "meanings" : [ "old friend", + "(slang) period", + "menstruation" ], + "classifiers" : [] } ] }, + { "simplified" : "老婆", + "radical" : "老", + "level" : [ "new-4" ], + "frequency" : 1565, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老婆", + "transcriptions" : { "pinyin" : "lǎo pó", + "numeric" : "lao3 po2", + "wadegiles" : "lao³ p'o²", + "bopomofo" : "ㄌㄠˇ ㄆㄛˊ", + "romatzyh" : "lao por" }, + "meanings" : [ "(coll.) wife" ], + "classifiers" : [] } ] }, + { "simplified" : "老人", + "radical" : "老", + "level" : [ "new-1" ], + "frequency" : 2395, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老人", + "transcriptions" : { "pinyin" : "lǎo rén", + "numeric" : "lao3 ren2", + "wadegiles" : "lao³ jen²", + "bopomofo" : "ㄌㄠˇ ㄖㄣˊ", + "romatzyh" : "lao ren" }, + "meanings" : [ "old man or woman", + "the elderly", + "one's aged parents or grandparents" ], + "classifiers" : [] } ] }, + { "simplified" : "老人家", + "radical" : "老", + "level" : [ "new-7+" ], + "frequency" : 8629, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老人家", + "transcriptions" : { "pinyin" : "lǎo rén jiā", + "numeric" : "lao3 ren2 jia1", + "wadegiles" : "lao³ jen² chia¹", + "bopomofo" : "ㄌㄠˇ ㄖㄣˊ ㄐㄧㄚ", + "romatzyh" : "lao ren jia" }, + "meanings" : [ "polite term for old woman or man" ], + "classifiers" : [] } ] }, + { "simplified" : "老师", + "radical" : "老", + "level" : [ "new-1", "old-1" ], + "frequency" : 799, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老師", + "transcriptions" : { "pinyin" : "lǎo shī", + "numeric" : "lao3 shi1", + "wadegiles" : "lao³ shih¹", + "bopomofo" : "ㄌㄠˇ ㄕ", + "romatzyh" : "lao shy" }, + "meanings" : [ "teacher" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "老实", + "radical" : "老", + "level" : [ "new-4", "old-5" ], + "frequency" : 5167, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "老實", + "transcriptions" : { "pinyin" : "lǎo shi", + "numeric" : "lao3 shi5", + "wadegiles" : "lao³ shi", + "bopomofo" : "ㄌㄠˇ shi", + "romatzyh" : "lao shi" }, + "meanings" : [ "honest; sincere", + "well-behaved", + "naive; gullible" ], + "classifiers" : [] } ] }, + { "simplified" : "老实说", + "radical" : "老", + "level" : [ "new-7+" ], + "frequency" : 22207, + "pos" : [], + "forms" : [ { "traditional" : "老實說", + "transcriptions" : { "pinyin" : "lǎo shí shuō", + "numeric" : "lao3 shi2 shuo1", + "wadegiles" : "lao³ shih² shuo¹", + "bopomofo" : "ㄌㄠˇ ㄕˊ ㄕㄨㄛ", + "romatzyh" : "lao shyr shuo" }, + "meanings" : [ "honestly speaking; to be frank, ..." ], + "classifiers" : [] } ] }, + { "simplified" : "老是", + "radical" : "老", + "level" : [ "new-2" ], + "frequency" : 5562, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "老是", + "transcriptions" : { "pinyin" : "lǎo shi", + "numeric" : "lao3 shi5", + "wadegiles" : "lao³ shi", + "bopomofo" : "ㄌㄠˇ shi", + "romatzyh" : "lao shi" }, + "meanings" : [ "always" ], + "classifiers" : [] } ] }, + { "simplified" : "老鼠", + "radical" : "老", + "level" : [ "old-5" ], + "frequency" : 4016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老鼠", + "transcriptions" : { "pinyin" : "lǎo shǔ", + "numeric" : "lao3 shu3", + "wadegiles" : "lao³ shu³", + "bopomofo" : "ㄌㄠˇ ㄕㄨˇ", + "romatzyh" : "lao shuu" }, + "meanings" : [ "rat", "mouse" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "老太太", + "radical" : "老", + "level" : [ "new-3" ], + "frequency" : 7407, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老太太", + "transcriptions" : { "pinyin" : "lǎo tài tai", + "numeric" : "lao3 tai4 tai5", + "wadegiles" : "lao³ t'ai⁴ tai", + "bopomofo" : "ㄌㄠˇ ㄊㄞˋ tai", + "romatzyh" : "lao tay tai" }, + "meanings" : [ "elderly lady (respectful)", + "esteemed mother" ], + "classifiers" : [ "位" ] } ] }, + { "simplified" : "老头儿", + "radical" : "老", + "level" : [ "new-3" ], + "frequency" : 21642, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老頭兒", + "transcriptions" : { "pinyin" : "lǎo tóu r", + "numeric" : "lao3 tou2 r5", + "wadegiles" : "lao³ t'ou² r", + "bopomofo" : "ㄌㄠˇ ㄊㄡˊ r", + "romatzyh" : "lao tour r" }, + "meanings" : [ "see 老头子" ], + "classifiers" : [] } ] }, + { "simplified" : "老乡", + "radical" : "老", + "level" : [ "new-6" ], + "frequency" : 14936, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老鄉", + "transcriptions" : { "pinyin" : "lǎo xiāng", + "numeric" : "lao3 xiang1", + "wadegiles" : "lao³ hsiang¹", + "bopomofo" : "ㄌㄠˇ ㄒㄧㄤ", + "romatzyh" : "lao shiang" }, + "meanings" : [ "fellow townsman; fellow villager; sb from the same hometown" ], + "classifiers" : [] } ] }, + { "simplified" : "老远", + "radical" : "老", + "level" : [ "new-7+" ], + "frequency" : 12250, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "老遠", + "transcriptions" : { "pinyin" : "lǎo yuǎn", + "numeric" : "lao3 yuan3", + "wadegiles" : "lao³ yüan³", + "bopomofo" : "ㄌㄠˇ ㄩㄢˇ", + "romatzyh" : "lao yeuan" }, + "meanings" : [ "very far away" ], + "classifiers" : [] } ] }, + { "simplified" : "老字号", + "radical" : "老", + "level" : [ "new-7+" ], + "frequency" : 30827, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "老字號", + "transcriptions" : { "pinyin" : "lǎo zì hào", + "numeric" : "lao3 zi4 hao4", + "wadegiles" : "lao³ tzu⁴ hao⁴", + "bopomofo" : "ㄌㄠˇ ㄗˋ ㄏㄠˋ", + "romatzyh" : "lao tzyh haw" }, + "meanings" : [ "shop, firm, or brand of merchandise with a long-established reputation" ], + "classifiers" : [] } ] }, + { "simplified" : "姥姥", + "radical" : "女", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12173, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姥姥", + "transcriptions" : { "pinyin" : "lǎo lao", + "numeric" : "lao3 lao5", + "wadegiles" : "lao³ lao", + "bopomofo" : "ㄌㄠˇ lao", + "romatzyh" : "lao lao" }, + "meanings" : [ "(coll.) mother's mother", + "maternal grandmother" ], + "classifiers" : [] } ] }, + { "simplified" : "姥爷", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 27327, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姥爺", + "transcriptions" : { "pinyin" : "lǎo ye", + "numeric" : "lao3 ye5", + "wadegiles" : "lao³ ye", + "bopomofo" : "ㄌㄠˇ ye", + "romatzyh" : "lao ye" }, + "meanings" : [ "maternal grandfather (dialectal)" ], + "classifiers" : [] } ] }, + { "simplified" : "潦草", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 48109, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "潦草", + "transcriptions" : { "pinyin" : "liáo cǎo", + "numeric" : "liao2 cao3", + "wadegiles" : "liao² ts'ao³", + "bopomofo" : "ㄌㄧㄠˊ ㄘㄠˇ", + "romatzyh" : "liau tsao" }, + "meanings" : [ "slipshod; careless; slovenly", + "(of handwriting) scrawly; illegible" ], + "classifiers" : [] } ] }, + { "simplified" : "涝", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 53537, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "澇", + "transcriptions" : { "pinyin" : "lào", + "numeric" : "lao4", + "wadegiles" : "lao⁴", + "bopomofo" : "ㄌㄠˋ", + "romatzyh" : "law" }, + "meanings" : [ "flooded" ], + "classifiers" : [] } ] }, + { "simplified" : "乐", + "radical" : "丿", + "level" : [ "new-3" ], + "frequency" : 1572, + "pos" : [ "a", "g", "v", "ad", "an" ], + "forms" : [ { "traditional" : "樂", + "transcriptions" : { "pinyin" : "Lè", + "numeric" : "Le4", + "wadegiles" : "le⁴", + "bopomofo" : "ㄌㄜˋ", + "romatzyh" : "leh" }, + "meanings" : [ "surname Le" ], + "classifiers" : [] }, + { "traditional" : "樂", + "transcriptions" : { "pinyin" : "Yuè", + "numeric" : "Yue4", + "wadegiles" : "yüeh⁴", + "bopomofo" : "ㄩㄝˋ", + "romatzyh" : "yueh" }, + "meanings" : [ "surname Yue" ], + "classifiers" : [] }, + { "traditional" : "樂", + "transcriptions" : { "pinyin" : "lè", + "numeric" : "le4", + "wadegiles" : "le⁴", + "bopomofo" : "ㄌㄜˋ", + "romatzyh" : "leh" }, + "meanings" : [ "happy", "cheerful", "to laugh" ], + "classifiers" : [] }, + { "traditional" : "樂", + "transcriptions" : { "pinyin" : "yuè", + "numeric" : "yue4", + "wadegiles" : "yüeh⁴", + "bopomofo" : "ㄩㄝˋ", + "romatzyh" : "yueh" }, + "meanings" : [ "music" ], + "classifiers" : [] } ] }, + { "simplified" : "乐队", + "radical" : "丿", + "level" : [ "new-3" ], + "frequency" : 3860, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樂隊", + "transcriptions" : { "pinyin" : "yuè duì", + "numeric" : "yue4 dui4", + "wadegiles" : "yüeh⁴ tui⁴", + "bopomofo" : "ㄩㄝˋ ㄉㄨㄟˋ", + "romatzyh" : "yueh duey" }, + "meanings" : [ "band", "pop group" ], + "classifiers" : [ "支" ] } ] }, + { "simplified" : "乐观", + "radical" : "丿", + "level" : [ "new-3", "old-5" ], + "frequency" : 4002, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "樂觀", + "transcriptions" : { "pinyin" : "lè guān", + "numeric" : "le4 guan1", + "wadegiles" : "le⁴ kuan¹", + "bopomofo" : "ㄌㄜˋ ㄍㄨㄢ", + "romatzyh" : "leh guan" }, + "meanings" : [ "optimistic", "hopeful" ], + "classifiers" : [] } ] }, + { "simplified" : "乐谱", + "radical" : "丿", + "level" : [ "old-6" ], + "frequency" : 27699, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樂譜", + "transcriptions" : { "pinyin" : "yuè pǔ", + "numeric" : "yue4 pu3", + "wadegiles" : "yüeh⁴ p'u³", + "bopomofo" : "ㄩㄝˋ ㄆㄨˇ", + "romatzyh" : "yueh puu" }, + "meanings" : [ "a musical score", "sheet music" ], + "classifiers" : [] } ] }, + { "simplified" : "乐器", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 9468, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樂器", + "transcriptions" : { "pinyin" : "yuè qì", + "numeric" : "yue4 qi4", + "wadegiles" : "yüeh⁴ ch'i⁴", + "bopomofo" : "ㄩㄝˋ ㄑㄧˋ", + "romatzyh" : "yueh chih" }, + "meanings" : [ "musical instrument" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "乐曲", + "radical" : "丿", + "level" : [ "new-6" ], + "frequency" : 16970, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樂曲", + "transcriptions" : { "pinyin" : "yuè qǔ", + "numeric" : "yue4 qu3", + "wadegiles" : "yüeh⁴ ch'ü³", + "bopomofo" : "ㄩㄝˋ ㄑㄩˇ", + "romatzyh" : "yueh cheu" }, + "meanings" : [ "musical composition" ], + "classifiers" : [] } ] }, + { "simplified" : "乐趣", + "radical" : "丿", + "level" : [ "new-4", "old-6" ], + "frequency" : 4402, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樂趣", + "transcriptions" : { "pinyin" : "lè qù", + "numeric" : "le4 qu4", + "wadegiles" : "le⁴ ch'ü⁴", + "bopomofo" : "ㄌㄜˋ ㄑㄩˋ", + "romatzyh" : "leh chiuh" }, + "meanings" : [ "delight; pleasure; joy" ], + "classifiers" : [] } ] }, + { "simplified" : "乐意", + "radical" : "丿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6221, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "樂意", + "transcriptions" : { "pinyin" : "lè yì", + "numeric" : "le4 yi4", + "wadegiles" : "le⁴ i⁴", + "bopomofo" : "ㄌㄜˋ ㄧˋ", + "romatzyh" : "leh yih" }, + "meanings" : [ "to be willing to do sth", + "to be ready to do sth", + "to be happy to do sth", + "content", + "satisfied" ], + "classifiers" : [] } ] }, + { "simplified" : "乐园", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 6591, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樂園", + "transcriptions" : { "pinyin" : "lè yuán", + "numeric" : "le4 yuan2", + "wadegiles" : "le⁴ yüan²", + "bopomofo" : "ㄌㄜˋ ㄩㄢˊ", + "romatzyh" : "leh yuan" }, + "meanings" : [ "paradise" ], + "classifiers" : [] } ] }, + { "simplified" : "了", + "radical" : "亅", + "level" : [ "new-1", "old-1" ], + "frequency" : 3, + "pos" : [ "y", "u", "v" ], + "forms" : [ { "traditional" : "了", + "transcriptions" : { "pinyin" : "le", + "numeric" : "le5", + "wadegiles" : "le", + "bopomofo" : "le", + "romatzyh" : "le" }, + "meanings" : [ "(completed action marker)", + "(modal particle indicating change of state, situation now)", + "(modal particle intensifying preceding clause)" ], + "classifiers" : [] }, + { "traditional" : "了", + "transcriptions" : { "pinyin" : "liǎo", + "numeric" : "liao3", + "wadegiles" : "liao³", + "bopomofo" : "ㄌㄧㄠˇ", + "romatzyh" : "leau" }, + "meanings" : [ "to finish", + "to achieve", + "variant of 了", + "to understand clearly" ], + "classifiers" : [] }, + { "traditional" : "瞭", + "transcriptions" : { "pinyin" : "liǎo", + "numeric" : "liao3", + "wadegiles" : "liao³", + "bopomofo" : "ㄌㄧㄠˇ", + "romatzyh" : "leau" }, + "meanings" : [ "(of eyes) bright", + "clear-sighted", + "to understand clearly" ], + "classifiers" : [] }, + { "traditional" : "瞭", + "transcriptions" : { "pinyin" : "liào", + "numeric" : "liao4", + "wadegiles" : "liao⁴", + "bopomofo" : "ㄌㄧㄠˋ", + "romatzyh" : "liaw" }, + "meanings" : [ "unofficial variant of 瞭" ], + "classifiers" : [] } ] }, + { "simplified" : "了不起", + "radical" : "亅", + "level" : [ "new-4", "old-5" ], + "frequency" : 5874, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "了不起", + "transcriptions" : { "pinyin" : "liǎo bu qǐ", + "numeric" : "liao3 bu5 qi3", + "wadegiles" : "liao³ bu ch'i³", + "bopomofo" : "ㄌㄧㄠˇ bu ㄑㄧˇ", + "romatzyh" : "leau bu chii" }, + "meanings" : [ "amazing", + "terrific", + "extraordinary" ], + "classifiers" : [] } ] }, + { "simplified" : "了结", + "radical" : "亅", + "level" : [ "new-7+" ], + "frequency" : 10105, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "了結", + "transcriptions" : { "pinyin" : "liǎo jié", + "numeric" : "liao3 jie2", + "wadegiles" : "liao³ chieh²", + "bopomofo" : "ㄌㄧㄠˇ ㄐㄧㄝˊ", + "romatzyh" : "leau jye" }, + "meanings" : [ "to settle", + "to finish", + "to conclude", + "to wind up" ], + "classifiers" : [] } ] }, + { "simplified" : "了解", + "radical" : "亅", + "level" : [ "new-4", "old-3" ], + "frequency" : 336, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "了解", + "transcriptions" : { "pinyin" : "liǎo jiě", + "numeric" : "liao3 jie3", + "wadegiles" : "liao³ chieh³", + "bopomofo" : "ㄌㄧㄠˇ ㄐㄧㄝˇ", + "romatzyh" : "leau jiee" }, + "meanings" : [ "to understand", + "to realize", + "to find out" ], + "classifiers" : [] }, + { "traditional" : "瞭解", + "transcriptions" : { "pinyin" : "liǎo jiě", + "numeric" : "liao3 jie3", + "wadegiles" : "liao³ chieh³", + "bopomofo" : "ㄌㄧㄠˇ ㄐㄧㄝˇ", + "romatzyh" : "leau jiee" }, + "meanings" : [ "to understand", + "to realize", + "to find out" ], + "classifiers" : [] } ] }, + { "simplified" : "了却", + "radical" : "亅", + "level" : [ "new-7+" ], + "frequency" : 29733, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "了卻", + "transcriptions" : { "pinyin" : "liǎo què", + "numeric" : "liao3 que4", + "wadegiles" : "liao³ ch'üeh⁴", + "bopomofo" : "ㄌㄧㄠˇ ㄑㄩㄝˋ", + "romatzyh" : "leau chiueh" }, + "meanings" : [ "to resolve", "to settle" ], + "classifiers" : [] } ] }, + { "simplified" : "勒", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 2605, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勒", + "transcriptions" : { "pinyin" : "lè", + "numeric" : "le4", + "wadegiles" : "le⁴", + "bopomofo" : "ㄌㄜˋ", + "romatzyh" : "leh" }, + "meanings" : [ "to rein in", + "to compel", + "to force", + "to carve", + "to engrave", + "(literary) to command", + "to lead", + "bridle", + "(physics) abbr. for 斯, lux" ], + "classifiers" : [] }, + { "traditional" : "勒", + "transcriptions" : { "pinyin" : "lēi", + "numeric" : "lei1", + "wadegiles" : "lei¹", + "bopomofo" : "ㄌㄟ", + "romatzyh" : "lhei" }, + "meanings" : [ "to strap tightly", "to bind" ], + "classifiers" : [] } ] }, + { "simplified" : "雷", + "radical" : "雨", + "level" : [ "old-5" ], + "frequency" : 1494, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "雷", + "transcriptions" : { "pinyin" : "Léi", + "numeric" : "Lei2", + "wadegiles" : "lei²", + "bopomofo" : "ㄌㄟˊ", + "romatzyh" : "lei" }, + "meanings" : [ "surname Lei" ], + "classifiers" : [] }, + { "traditional" : "雷", + "transcriptions" : { "pinyin" : "léi", + "numeric" : "lei2", + "wadegiles" : "lei²", + "bopomofo" : "ㄌㄟˊ", + "romatzyh" : "lei" }, + "meanings" : [ "thunder", + "(bound form) (military) mine, as in 雷 land mine", + "(coll.) to shock; to stun; to astound", + "(Tw) (coll.) spoiler", + "(Tw) (coll.) to reveal plot details to (sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "雷达", + "radical" : "雨", + "level" : [ "old-6" ], + "frequency" : 7037, + "pos" : [ "n", "nr", "nz" ], + "forms" : [ { "traditional" : "雷達", + "transcriptions" : { "pinyin" : "léi dá", + "numeric" : "lei2 da2", + "wadegiles" : "lei² ta²", + "bopomofo" : "ㄌㄟˊ ㄉㄚˊ", + "romatzyh" : "lei dar" }, + "meanings" : [ "radar (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "雷同", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 27498, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "雷同", + "transcriptions" : { "pinyin" : "léi tóng", + "numeric" : "lei2 tong2", + "wadegiles" : "lei² t'ung²", + "bopomofo" : "ㄌㄟˊ ㄊㄨㄥˊ", + "romatzyh" : "lei torng" }, + "meanings" : [ "mirroring others", "identical" ], + "classifiers" : [] } ] }, + { "simplified" : "泪", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 5719, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "淚", + "transcriptions" : { "pinyin" : "lèi", + "numeric" : "lei4", + "wadegiles" : "lei⁴", + "bopomofo" : "ㄌㄟˋ", + "romatzyh" : "ley" }, + "meanings" : [ "tears" ], + "classifiers" : [] } ] }, + { "simplified" : "泪水", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 7812, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "淚水", + "transcriptions" : { "pinyin" : "lèi shuǐ", + "numeric" : "lei4 shui3", + "wadegiles" : "lei⁴ shui³", + "bopomofo" : "ㄌㄟˋ ㄕㄨㄟˇ", + "romatzyh" : "ley shoei" }, + "meanings" : [ "teardrop", "tears" ], + "classifiers" : [] } ] }, + { "simplified" : "类", + "radical" : "大", + "level" : [ "new-3", "old-5" ], + "frequency" : 1096, + "pos" : [ "q", "n", "g" ], + "forms" : [ { "traditional" : "類", + "transcriptions" : { "pinyin" : "lèi", + "numeric" : "lei4", + "wadegiles" : "lei⁴", + "bopomofo" : "ㄌㄟˋ", + "romatzyh" : "ley" }, + "meanings" : [ "kind", + "type", + "class", + "category", + "similar", + "like", + "to resemble" ], + "classifiers" : [] } ] }, + { "simplified" : "类别", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 16163, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "類別", + "transcriptions" : { "pinyin" : "lèi bié", + "numeric" : "lei4 bie2", + "wadegiles" : "lei⁴ pieh²", + "bopomofo" : "ㄌㄟˋ ㄅㄧㄝˊ", + "romatzyh" : "ley bye" }, + "meanings" : [ "classification", "category" ], + "classifiers" : [] } ] }, + { "simplified" : "类似", + "radical" : "大", + "level" : [ "new-3", "old-6" ], + "frequency" : 2276, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "類似", + "transcriptions" : { "pinyin" : "lèi sì", + "numeric" : "lei4 si4", + "wadegiles" : "lei⁴ ssu⁴", + "bopomofo" : "ㄌㄟˋ ㄙˋ", + "romatzyh" : "ley syh" }, + "meanings" : [ "similar", "analogous" ], + "classifiers" : [] } ] }, + { "simplified" : "类型", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 2598, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "類型", + "transcriptions" : { "pinyin" : "lèi xíng", + "numeric" : "lei4 xing2", + "wadegiles" : "lei⁴ hsing²", + "bopomofo" : "ㄌㄟˋ ㄒㄧㄥˊ", + "romatzyh" : "ley shyng" }, + "meanings" : [ "type; kind; category", + "(computer programming) type" ], + "classifiers" : [] } ] }, + { "simplified" : "累", + "radical" : "糸", + "level" : [ "new-1", "old-2" ], + "frequency" : 1197, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "累", + "transcriptions" : { "pinyin" : "lěi", + "numeric" : "lei3", + "wadegiles" : "lei³", + "bopomofo" : "ㄌㄟˇ", + "romatzyh" : "leei" }, + "meanings" : [ "to accumulate", + "to involve or implicate (Taiwan pr. [lèi])", + "continuous", + "repeated" ], + "classifiers" : [] }, + { "traditional" : "累", + "transcriptions" : { "pinyin" : "lèi", + "numeric" : "lei4", + "wadegiles" : "lei⁴", + "bopomofo" : "ㄌㄟˋ", + "romatzyh" : "ley" }, + "meanings" : [ "tired", + "weary", + "to strain", + "to wear out", + "to work hard" ], + "classifiers" : [] }, + { "traditional" : "纍", + "transcriptions" : { "pinyin" : "Léi", + "numeric" : "Lei2", + "wadegiles" : "lei²", + "bopomofo" : "ㄌㄟˊ", + "romatzyh" : "lei" }, + "meanings" : [ "surname Lei" ], + "classifiers" : [] }, + { "traditional" : "纍", + "transcriptions" : { "pinyin" : "léi", + "numeric" : "lei2", + "wadegiles" : "lei²", + "bopomofo" : "ㄌㄟˊ", + "romatzyh" : "lei" }, + "meanings" : [ "rope", + "to bind together", + "to twist around" ], + "classifiers" : [] } ] }, + { "simplified" : "累积", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 13573, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "累積", + "transcriptions" : { "pinyin" : "lěi jī", + "numeric" : "lei3 ji1", + "wadegiles" : "lei³ chi¹", + "bopomofo" : "ㄌㄟˇ ㄐㄧ", + "romatzyh" : "leei ji" }, + "meanings" : [ "to accumulate" ], + "classifiers" : [] } ] }, + { "simplified" : "累计", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 17303, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "累計", + "transcriptions" : { "pinyin" : "lěi jì", + "numeric" : "lei3 ji4", + "wadegiles" : "lei³ chi⁴", + "bopomofo" : "ㄌㄟˇ ㄐㄧˋ", + "romatzyh" : "leei jih" }, + "meanings" : [ "to calculate the running total", + "cumulative", + "total", + "in total" ], + "classifiers" : [] } ] }, + { "simplified" : "棱角", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 24425, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稜角", + "transcriptions" : { "pinyin" : "léng jiǎo", + "numeric" : "leng2 jiao3", + "wadegiles" : "leng² chiao³", + "bopomofo" : "ㄌㄥˊ ㄐㄧㄠˇ", + "romatzyh" : "leng jeau" }, + "meanings" : [ "edge and corner", + "protrusion", + "sharpness (of a protrusion)", + "craggy", + "ridge corner" ], + "classifiers" : [] } ] }, + { "simplified" : "冷", + "radical" : "冫", + "level" : [ "new-1", "old-1" ], + "frequency" : 1027, + "pos" : [ "a", "ad", "g" ], + "forms" : [ { "traditional" : "冷", + "transcriptions" : { "pinyin" : "Lěng", + "numeric" : "Leng3", + "wadegiles" : "leng³", + "bopomofo" : "ㄌㄥˇ", + "romatzyh" : "leeng" }, + "meanings" : [ "surname Leng" ], + "classifiers" : [] }, + { "traditional" : "冷", + "transcriptions" : { "pinyin" : "lěng", + "numeric" : "leng3", + "wadegiles" : "leng³", + "bopomofo" : "ㄌㄥˇ", + "romatzyh" : "leeng" }, + "meanings" : [ "cold" ], + "classifiers" : [] } ] }, + { "simplified" : "冷淡", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12345, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "冷淡", + "transcriptions" : { "pinyin" : "lěng dàn", + "numeric" : "leng3 dan4", + "wadegiles" : "leng³ tan⁴", + "bopomofo" : "ㄌㄥˇ ㄉㄢˋ", + "romatzyh" : "leeng dann" }, + "meanings" : [ "cold", "indifferent" ], + "classifiers" : [] } ] }, + { "simplified" : "冷冻", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 9324, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "冷凍", + "transcriptions" : { "pinyin" : "lěng dòng", + "numeric" : "leng3 dong4", + "wadegiles" : "leng³ tung⁴", + "bopomofo" : "ㄌㄥˇ ㄉㄨㄥˋ", + "romatzyh" : "leeng donq" }, + "meanings" : [ "to freeze", "to deep-freeze" ], + "classifiers" : [] } ] }, + { "simplified" : "冷静", + "radical" : "冫", + "level" : [ "new-4", "old-4" ], + "frequency" : 2908, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "冷靜", + "transcriptions" : { "pinyin" : "lěng jìng", + "numeric" : "leng3 jing4", + "wadegiles" : "leng³ ching⁴", + "bopomofo" : "ㄌㄥˇ ㄐㄧㄥˋ", + "romatzyh" : "leeng jinq" }, + "meanings" : [ "calm; cool-headed; dispassionate", + "(of a place) deserted; quiet" ], + "classifiers" : [] } ] }, + { "simplified" : "冷酷", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11816, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "冷酷", + "transcriptions" : { "pinyin" : "lěng kù", + "numeric" : "leng3 ku4", + "wadegiles" : "leng³ k'u⁴", + "bopomofo" : "ㄌㄥˇ ㄎㄨˋ", + "romatzyh" : "leeng kuh" }, + "meanings" : [ "unfeeling; callous" ], + "classifiers" : [] } ] }, + { "simplified" : "冷酷无情", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 49756, + "pos" : [], + "forms" : [ { "traditional" : "冷酷無情", + "transcriptions" : { "pinyin" : "lěng kù wú qíng", + "numeric" : "leng3 ku4 wu2 qing2", + "wadegiles" : "leng³ k'u⁴ wu² ch'ing²", + "bopomofo" : "ㄌㄥˇ ㄎㄨˋ ㄨˊ ㄑㄧㄥˊ", + "romatzyh" : "leeng kuh wu chyng" }, + "meanings" : [ "cold-hearted; unfeeling; callous" ], + "classifiers" : [] } ] }, + { "simplified" : "冷落", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 16953, + "pos" : [ "v", "a", "vn", "an" ], + "forms" : [ { "traditional" : "冷落", + "transcriptions" : { "pinyin" : "lěng luò", + "numeric" : "leng3 luo4", + "wadegiles" : "leng³ lo⁴", + "bopomofo" : "ㄌㄥˇ ㄌㄨㄛˋ", + "romatzyh" : "leeng luoh" }, + "meanings" : [ "desolate", + "unfrequented", + "to treat sb coldly", + "to snub", + "to cold shoulder" ], + "classifiers" : [] } ] }, + { "simplified" : "冷门", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 20016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冷門", + "transcriptions" : { "pinyin" : "lěng mén", + "numeric" : "leng3 men2", + "wadegiles" : "leng³ men²", + "bopomofo" : "ㄌㄥˇ ㄇㄣˊ", + "romatzyh" : "leeng men" }, + "meanings" : [ "a neglected branch (of arts, science, sports etc)", + "fig. a complete unknown who wins a competition" ], + "classifiers" : [] } ] }, + { "simplified" : "冷漠", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 7750, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "冷漠", + "transcriptions" : { "pinyin" : "lěng mò", + "numeric" : "leng3 mo4", + "wadegiles" : "leng³ mo⁴", + "bopomofo" : "ㄌㄥˇ ㄇㄛˋ", + "romatzyh" : "leeng moh" }, + "meanings" : [ "cold and detached towards sb", + "lack of regard", + "indifference", + "neglect" ], + "classifiers" : [] } ] }, + { "simplified" : "冷气", + "radical" : "冫", + "level" : [ "new-6" ], + "frequency" : 23852, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冷氣", + "transcriptions" : { "pinyin" : "lěng qì", + "numeric" : "leng3 qi4", + "wadegiles" : "leng³ ch'i⁴", + "bopomofo" : "ㄌㄥˇ ㄑㄧˋ", + "romatzyh" : "leeng chih" }, + "meanings" : [ "air conditioning (Tw)" ], + "classifiers" : [] } ] }, + { "simplified" : "冷却", + "radical" : "冫", + "level" : [ "old-6" ], + "frequency" : 9960, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "冷卻", + "transcriptions" : { "pinyin" : "lěng què", + "numeric" : "leng3 que4", + "wadegiles" : "leng³ ch'üeh⁴", + "bopomofo" : "ㄌㄥˇ ㄑㄩㄝˋ", + "romatzyh" : "leeng chiueh" }, + "meanings" : [ "to cool (lit. and fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "冷水", + "radical" : "冫", + "level" : [ "new-6" ], + "frequency" : 12054, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冷水", + "transcriptions" : { "pinyin" : "lěng shuǐ", + "numeric" : "leng3 shui3", + "wadegiles" : "leng³ shui³", + "bopomofo" : "ㄌㄥˇ ㄕㄨㄟˇ", + "romatzyh" : "leeng shoei" }, + "meanings" : [ "cold water", + "unboiled water", + "fig. not yet ready (of plans)" ], + "classifiers" : [] } ] }, + { "simplified" : "冷笑", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 12056, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "冷笑", + "transcriptions" : { "pinyin" : "lěng xiào", + "numeric" : "leng3 xiao4", + "wadegiles" : "leng³ hsiao⁴", + "bopomofo" : "ㄌㄥˇ ㄒㄧㄠˋ", + "romatzyh" : "leeng shiaw" }, + "meanings" : [ "to sneer", + "to laugh grimly", + "grin of dissatisfaction (bitterness, helplessness, indignation etc)", + "bitter, grim, sarcastic or angry smile" ], + "classifiers" : [] } ] }, + { "simplified" : "冷战", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 10942, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "冷戰", + "transcriptions" : { "pinyin" : "Lěng zhàn", + "numeric" : "Leng3 zhan4", + "wadegiles" : "leng³ chan⁴", + "bopomofo" : "ㄌㄥˇ ㄓㄢˋ", + "romatzyh" : "leeng jann" }, + "meanings" : [ "(US-Soviet) Cold War" ], + "classifiers" : [] }, + { "traditional" : "冷戰", + "transcriptions" : { "pinyin" : "lěng zhàn", + "numeric" : "leng3 zhan4", + "wadegiles" : "leng³ chan⁴", + "bopomofo" : "ㄌㄥˇ ㄓㄢˋ", + "romatzyh" : "leeng jann" }, + "meanings" : [ "cold war", + "(fig.) strained relationship", + "to be barely on speaking terms" ], + "classifiers" : [] }, + { "traditional" : "冷戰", + "transcriptions" : { "pinyin" : "lěng zhan", + "numeric" : "leng3 zhan5", + "wadegiles" : "leng³ zhan", + "bopomofo" : "ㄌㄥˇ zhan", + "romatzyh" : "leeng zhan" }, + "meanings" : [ "(coll.) shiver", "shudder" ], + "classifiers" : [] } ] }, + { "simplified" : "愣", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11493, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "愣", + "transcriptions" : { "pinyin" : "lèng", + "numeric" : "leng4", + "wadegiles" : "leng⁴", + "bopomofo" : "ㄌㄥˋ", + "romatzyh" : "lenq" }, + "meanings" : [ "to look distracted", + "to stare blankly", + "distracted", + "blank", + "(coll.) unexpectedly", + "rash", + "rashly" ], + "classifiers" : [] } ] }, + { "simplified" : "厘米", + "radical" : "厂", + "level" : [ "new-4", "old-5" ], + "frequency" : 23825, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "釐米", + "transcriptions" : { "pinyin" : "lí mǐ", + "numeric" : "li2 mi3", + "wadegiles" : "li² mi³", + "bopomofo" : "ㄌㄧˊ ㄇㄧˇ", + "romatzyh" : "li mii" }, + "meanings" : [ "centimeter" ], + "classifiers" : [] } ] }, + { "simplified" : "离", + "radical" : "禸", + "level" : [ "new-2", "old-2" ], + "frequency" : 912, + "pos" : [ "v", "p" ], + "forms" : [ { "traditional" : "离", + "transcriptions" : { "pinyin" : "chī", + "numeric" : "chi1", + "wadegiles" : "ch'ih¹", + "bopomofo" : "ㄔ", + "romatzyh" : "chy" }, + "meanings" : [ "mythical beast (archaic)" ], + "classifiers" : [] }, + { "traditional" : "離", + "transcriptions" : { "pinyin" : "Lí", + "numeric" : "Li2", + "wadegiles" : "li²", + "bopomofo" : "ㄌㄧˊ", + "romatzyh" : "li" }, + "meanings" : [ "surname Li" ], + "classifiers" : [] }, + { "traditional" : "離", + "transcriptions" : { "pinyin" : "lí", + "numeric" : "li2", + "wadegiles" : "li²", + "bopomofo" : "ㄌㄧˊ", + "romatzyh" : "li" }, + "meanings" : [ "to leave", + "to part from", + "to be away from", + "(in giving distances) from", + "without (sth)", + "independent of", + "one of the Eight Trigrams 卦, symbolizing fire", + "☲" ], + "classifiers" : [] } ] }, + { "simplified" : "离不开", + "radical" : "禸", + "level" : [ "new-4" ], + "frequency" : 8817, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "離不開", + "transcriptions" : { "pinyin" : "lí bu kāi", + "numeric" : "li2 bu5 kai1", + "wadegiles" : "li² bu k'ai¹", + "bopomofo" : "ㄌㄧˊ bu ㄎㄞ", + "romatzyh" : "li bu kai" }, + "meanings" : [ "inseparable", + "inevitably linked to" ], + "classifiers" : [] } ] }, + { "simplified" : "离婚", + "radical" : "禸", + "level" : [ "new-3", "old-5" ], + "frequency" : 2723, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "離婚", + "transcriptions" : { "pinyin" : "lí hūn", + "numeric" : "li2 hun1", + "wadegiles" : "li² hun¹", + "bopomofo" : "ㄌㄧˊ ㄏㄨㄣ", + "romatzyh" : "li huen" }, + "meanings" : [ "to divorce" ], + "classifiers" : [] } ] }, + { "simplified" : "离开", + "radical" : "禸", + "level" : [ "new-2", "old-3" ], + "frequency" : 557, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "離開", + "transcriptions" : { "pinyin" : "lí kāi", + "numeric" : "li2 kai1", + "wadegiles" : "li² k'ai¹", + "bopomofo" : "ㄌㄧˊ ㄎㄞ", + "romatzyh" : "li kai" }, + "meanings" : [ "to depart; to leave" ], + "classifiers" : [] } ] }, + { "simplified" : "离谱儿", + "radical" : "禸", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "離譜兒", + "transcriptions" : { "pinyin" : "lí pǔr5", + "numeric" : "li2 pǔr5", + "wadegiles" : "li² pǔr5", + "bopomofo" : "ㄌㄧˊ pǔr5", + "romatzyh" : "li pǔr5" }, + "meanings" : [ "Scientific" ], + "classifiers" : [] } ] }, + { "simplified" : "离奇", + "radical" : "禸", + "level" : [ "new-7+" ], + "frequency" : 13073, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "離奇", + "transcriptions" : { "pinyin" : "lí qí", + "numeric" : "li2 qi2", + "wadegiles" : "li² ch'i²", + "bopomofo" : "ㄌㄧˊ ㄑㄧˊ", + "romatzyh" : "li chyi" }, + "meanings" : [ "odd; bizarre" ], + "classifiers" : [] } ] }, + { "simplified" : "离职", + "radical" : "禸", + "level" : [ "new-7+" ], + "frequency" : 12191, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "離職", + "transcriptions" : { "pinyin" : "lí zhí", + "numeric" : "li2 zhi2", + "wadegiles" : "li² chih²", + "bopomofo" : "ㄌㄧˊ ㄓˊ", + "romatzyh" : "li jyr" }, + "meanings" : [ "to leave one's job temporarily (e.g. for study)", + "to leave one's job; to resign" ], + "classifiers" : [] } ] }, + { "simplified" : "梨", + "radical" : "木", + "level" : [ "new-5", "old-5" ], + "frequency" : 7831, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "梨", + "transcriptions" : { "pinyin" : "lí", + "numeric" : "li2", + "wadegiles" : "li²", + "bopomofo" : "ㄌㄧˊ", + "romatzyh" : "li" }, + "meanings" : [ "pear" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "黎明", + "radical" : "黍", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8587, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "黎明", + "transcriptions" : { "pinyin" : "lí míng", + "numeric" : "li2 ming2", + "wadegiles" : "li² ming²", + "bopomofo" : "ㄌㄧˊ ㄇㄧㄥˊ", + "romatzyh" : "li ming" }, + "meanings" : [ "dawn; daybreak" ], + "classifiers" : [] } ] }, + { "simplified" : "礼", + "radical" : "礻", + "level" : [ "new-5" ], + "frequency" : 2414, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "禮", + "transcriptions" : { "pinyin" : "Lǐ", + "numeric" : "Li3", + "wadegiles" : "li³", + "bopomofo" : "ㄌㄧˇ", + "romatzyh" : "lii" }, + "meanings" : [ "surname Li", + "abbr. for 礼记, Classic of Rites" ], + "classifiers" : [] }, + { "traditional" : "禮", + "transcriptions" : { "pinyin" : "lǐ", + "numeric" : "li3", + "wadegiles" : "li³", + "bopomofo" : "ㄌㄧˇ", + "romatzyh" : "lii" }, + "meanings" : [ "gift", + "rite", + "ceremony", + "propriety", + "etiquette", + "courtesy" ], + "classifiers" : [ "份" ] } ] }, + { "simplified" : "礼拜", + "radical" : "礻", + "level" : [ "new-5" ], + "frequency" : 6737, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禮拜", + "transcriptions" : { "pinyin" : "lǐ bài", + "numeric" : "li3 bai4", + "wadegiles" : "li³ pai⁴", + "bopomofo" : "ㄌㄧˇ ㄅㄞˋ", + "romatzyh" : "lii bay" }, + "meanings" : [ "to attend a religious service", + "(coll.) week", + "(coll.) Sunday" ], + "classifiers" : [] } ] }, + { "simplified" : "礼拜天", + "radical" : "礻", + "level" : [ "old-5" ], + "frequency" : 31517, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "禮拜天", + "transcriptions" : { "pinyin" : "Lǐ bài tiān", + "numeric" : "Li3 bai4 tian1", + "wadegiles" : "li³ pai⁴ t'ien¹", + "bopomofo" : "ㄌㄧˇ ㄅㄞˋ ㄊㄧㄢ", + "romatzyh" : "lii bay tian" }, + "meanings" : [ "Sunday" ], + "classifiers" : [] } ] }, + { "simplified" : "礼服", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 7383, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禮服", + "transcriptions" : { "pinyin" : "lǐ fú", + "numeric" : "li3 fu2", + "wadegiles" : "li³ fu²", + "bopomofo" : "ㄌㄧˇ ㄈㄨˊ", + "romatzyh" : "lii fwu" }, + "meanings" : [ "ceremonial robe", + "formal attire (dinner suit, evening gown etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "礼节", + "radical" : "礻", + "level" : [ "old-6" ], + "frequency" : 19082, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禮節", + "transcriptions" : { "pinyin" : "lǐ jié", + "numeric" : "li3 jie2", + "wadegiles" : "li³ chieh²", + "bopomofo" : "ㄌㄧˇ ㄐㄧㄝˊ", + "romatzyh" : "lii jye" }, + "meanings" : [ "etiquette" ], + "classifiers" : [] } ] }, + { "simplified" : "礼貌", + "radical" : "礻", + "level" : [ "new-5", "old-4" ], + "frequency" : 6337, + "pos" : [ "an", "a", "ad" ], + "forms" : [ { "traditional" : "禮貌", + "transcriptions" : { "pinyin" : "lǐ mào", + "numeric" : "li3 mao4", + "wadegiles" : "li³ mao⁴", + "bopomofo" : "ㄌㄧˇ ㄇㄠˋ", + "romatzyh" : "lii maw" }, + "meanings" : [ "courtesy; politeness; manners", + "courteous; polite" ], + "classifiers" : [] } ] }, + { "simplified" : "礼品", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 9790, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禮品", + "transcriptions" : { "pinyin" : "lǐ pǐn", + "numeric" : "li3 pin3", + "wadegiles" : "li³ p'in³", + "bopomofo" : "ㄌㄧˇ ㄆㄧㄣˇ", + "romatzyh" : "lii piin" }, + "meanings" : [ "gift", "present" ], + "classifiers" : [] } ] }, + { "simplified" : "礼堂", + "radical" : "礻", + "level" : [ "new-6" ], + "frequency" : 15531, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禮堂", + "transcriptions" : { "pinyin" : "lǐ táng", + "numeric" : "li3 tang2", + "wadegiles" : "li³ t'ang²", + "bopomofo" : "ㄌㄧˇ ㄊㄤˊ", + "romatzyh" : "lii tarng" }, + "meanings" : [ "assembly hall", "auditorium" ], + "classifiers" : [ "座", "处" ] } ] }, + { "simplified" : "礼物", + "radical" : "礻", + "level" : [ "new-2", "old-3" ], + "frequency" : 1673, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禮物", + "transcriptions" : { "pinyin" : "lǐ wù", + "numeric" : "li3 wu4", + "wadegiles" : "li³ wu⁴", + "bopomofo" : "ㄌㄧˇ ㄨˋ", + "romatzyh" : "lii wuh" }, + "meanings" : [ "gift; present" ], + "classifiers" : [ "件", "个", "份" ] } ] }, + { "simplified" : "礼仪", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 10234, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "禮儀", + "transcriptions" : { "pinyin" : "lǐ yí", + "numeric" : "li3 yi2", + "wadegiles" : "li³ i²", + "bopomofo" : "ㄌㄧˇ ㄧˊ", + "romatzyh" : "lii yi" }, + "meanings" : [ "etiquette", "ceremony" ], + "classifiers" : [] } ] }, + { "simplified" : "里", + "radical" : "里", + "level" : [ "new-1", "old-1" ], + "frequency" : 75, + "pos" : [ "f", "q" ], + "forms" : [ { "traditional" : "裏", + "transcriptions" : { "pinyin" : "lǐ", + "numeric" : "li3", + "wadegiles" : "li³", + "bopomofo" : "ㄌㄧˇ", + "romatzyh" : "lii" }, + "meanings" : [ "variant of 里" ], + "classifiers" : [] }, + { "traditional" : "裡", + "transcriptions" : { "pinyin" : "lǐ", + "numeric" : "li3", + "wadegiles" : "li³", + "bopomofo" : "ㄌㄧˇ", + "romatzyh" : "lii" }, + "meanings" : [ "lining", + "interior", + "inside", + "internal", + "also written 里" ], + "classifiers" : [] }, + { "traditional" : "里", + "transcriptions" : { "pinyin" : "Lǐ", + "numeric" : "Li3", + "wadegiles" : "li³", + "bopomofo" : "ㄌㄧˇ", + "romatzyh" : "lii" }, + "meanings" : [ "Li (surname)" ], + "classifiers" : [] }, + { "traditional" : "里", + "transcriptions" : { "pinyin" : "lǐ", + "numeric" : "li3", + "wadegiles" : "li³", + "bopomofo" : "ㄌㄧˇ", + "romatzyh" : "lii" }, + "meanings" : [ "li, ancient measure of length, approx. 500 m", + "neighborhood", + "ancient administrative unit of 25 families", + "(Tw) borough, administrative unit between the township 镇 and neighborhood 邻 levels" ], + "classifiers" : [] } ] }, + { "simplified" : "里边", + "radical" : "里", + "level" : [ "new-1" ], + "frequency" : 10810, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "裡邊", + "transcriptions" : { "pinyin" : "lǐ bian", + "numeric" : "li3 bian5", + "wadegiles" : "li³ bian", + "bopomofo" : "ㄌㄧˇ bian", + "romatzyh" : "lii bian" }, + "meanings" : [ "inside" ], + "classifiers" : [] } ] }, + { "simplified" : "里程碑", + "radical" : "里", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16826, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "里程碑", + "transcriptions" : { "pinyin" : "lǐ chéng bēi", + "numeric" : "li3 cheng2 bei1", + "wadegiles" : "li³ ch'eng² pei¹", + "bopomofo" : "ㄌㄧˇ ㄔㄥˊ ㄅㄟ", + "romatzyh" : "lii cherng bei" }, + "meanings" : [ "milestone" ], + "classifiers" : [] } ] }, + { "simplified" : "里面", + "radical" : "里", + "level" : [ "new-3" ], + "frequency" : 648, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "裡面", + "transcriptions" : { "pinyin" : "lǐ miàn", + "numeric" : "li3 mian4", + "wadegiles" : "li³ mien⁴", + "bopomofo" : "ㄌㄧˇ ㄇㄧㄢˋ", + "romatzyh" : "lii miann" }, + "meanings" : [ "inside", + "interior", + "also pr. [lǐ mian]" ], + "classifiers" : [] } ] }, + { "simplified" : "里头", + "radical" : "里", + "level" : [ "new-2" ], + "frequency" : 9692, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "裡頭", + "transcriptions" : { "pinyin" : "lǐ tou", + "numeric" : "li3 tou5", + "wadegiles" : "li³ tou", + "bopomofo" : "ㄌㄧˇ tou", + "romatzyh" : "lii tou" }, + "meanings" : [ "inside", "interior" ], + "classifiers" : [] } ] }, + { "simplified" : "里头", + "radical" : "里", + "level" : [ "new-2" ], + "frequency" : 9692, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "裡頭", + "transcriptions" : { "pinyin" : "lǐ tou", + "numeric" : "li3 tou5", + "wadegiles" : "li³ tou", + "bopomofo" : "ㄌㄧˇ tou", + "romatzyh" : "lii tou" }, + "meanings" : [ "inside", "interior" ], + "classifiers" : [] } ] }, + { "simplified" : "理", + "radical" : "王", + "level" : [ "new-6" ], + "frequency" : 1714, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "理", + "transcriptions" : { "pinyin" : "lǐ", + "numeric" : "li3", + "wadegiles" : "li³", + "bopomofo" : "ㄌㄧˇ", + "romatzyh" : "lii" }, + "meanings" : [ "texture", + "grain (of wood)", + "inner essence", + "intrinsic order", + "reason", + "logic", + "truth", + "science", + "natural science (esp. physics)", + "to manage", + "to pay attention to", + "to run (affairs)", + "to handle", + "to put in order", + "to tidy up" ], + "classifiers" : [] } ] }, + { "simplified" : "理财", + "radical" : "王", + "level" : [ "new-6" ], + "frequency" : 9621, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "理財", + "transcriptions" : { "pinyin" : "lǐ cái", + "numeric" : "li3 cai2", + "wadegiles" : "li³ ts'ai²", + "bopomofo" : "ㄌㄧˇ ㄘㄞˊ", + "romatzyh" : "lii tsair" }, + "meanings" : [ "to manage wealth; to manage finances; money management" ], + "classifiers" : [] } ] }, + { "simplified" : "理睬", + "radical" : "王", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16350, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "理睬", + "transcriptions" : { "pinyin" : "lǐ cǎi", + "numeric" : "li3 cai3", + "wadegiles" : "li³ ts'ai³", + "bopomofo" : "ㄌㄧˇ ㄘㄞˇ", + "romatzyh" : "lii tsae" }, + "meanings" : [ "to heed", "to pay attention to" ], + "classifiers" : [] } ] }, + { "simplified" : "理发", + "radical" : "王", + "level" : [ "new-3", "old-4" ], + "frequency" : 13406, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "理髮", + "transcriptions" : { "pinyin" : "lǐ fà", + "numeric" : "li3 fa4", + "wadegiles" : "li³ fa⁴", + "bopomofo" : "ㄌㄧˇ ㄈㄚˋ", + "romatzyh" : "lii fah" }, + "meanings" : [ "to get a haircut; to have one's hair done", + "to cut (sb's) hair; to give (sb) a haircut" ], + "classifiers" : [] } ] }, + { "simplified" : "理会", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 9075, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "理會", + "transcriptions" : { "pinyin" : "lǐ huì", + "numeric" : "li3 hui4", + "wadegiles" : "li³ hui⁴", + "bopomofo" : "ㄌㄧˇ ㄏㄨㄟˋ", + "romatzyh" : "lii huey" }, + "meanings" : [ "to understand", + "to pay attention to", + "to take notice of" ], + "classifiers" : [] } ] }, + { "simplified" : "理解", + "radical" : "王", + "level" : [ "new-3", "old-4" ], + "frequency" : 884, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "理解", + "transcriptions" : { "pinyin" : "lǐ jiě", + "numeric" : "li3 jie3", + "wadegiles" : "li³ chieh³", + "bopomofo" : "ㄌㄧˇ ㄐㄧㄝˇ", + "romatzyh" : "lii jiee" }, + "meanings" : [ "to comprehend; to understand" ], + "classifiers" : [] } ] }, + { "simplified" : "理科", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 16024, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "理科", + "transcriptions" : { "pinyin" : "lǐ kē", + "numeric" : "li3 ke1", + "wadegiles" : "li³ k'o¹", + "bopomofo" : "ㄌㄧˇ ㄎㄜ", + "romatzyh" : "lii ke" }, + "meanings" : [ "the sciences (as opposed to the humanities 科)" ], + "classifiers" : [] } ] }, + { "simplified" : "理论", + "radical" : "王", + "level" : [ "new-3", "old-5" ], + "frequency" : 1462, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "理論", + "transcriptions" : { "pinyin" : "lǐ lùn", + "numeric" : "li3 lun4", + "wadegiles" : "li³ lun⁴", + "bopomofo" : "ㄌㄧˇ ㄌㄨㄣˋ", + "romatzyh" : "lii luenn" }, + "meanings" : [ "theory", + "to argue", + "to take notice of" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "理念", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 4867, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "理念", + "transcriptions" : { "pinyin" : "lǐ niàn", + "numeric" : "li3 nian4", + "wadegiles" : "li³ nien⁴", + "bopomofo" : "ㄌㄧˇ ㄋㄧㄢˋ", + "romatzyh" : "lii niann" }, + "meanings" : [ "idea", + "concept", + "philosophy", + "theory" ], + "classifiers" : [] } ] }, + { "simplified" : "理事", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 19238, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "理事", + "transcriptions" : { "pinyin" : "lǐ shì", + "numeric" : "li3 shi4", + "wadegiles" : "li³ shih⁴", + "bopomofo" : "ㄌㄧˇ ㄕˋ", + "romatzyh" : "lii shyh" }, + "meanings" : [ "member of council", + "(literary) to take care of matters" ], + "classifiers" : [] } ] }, + { "simplified" : "理所当然", + "radical" : "王", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10068, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "理所當然", + "transcriptions" : { "pinyin" : "lǐ suǒ dāng rán", + "numeric" : "li3 suo3 dang1 ran2", + "wadegiles" : "li³ so³ tang¹ jan²", + "bopomofo" : "ㄌㄧˇ ㄙㄨㄛˇ ㄉㄤ ㄖㄢˊ", + "romatzyh" : "lii suoo dang ran" }, + "meanings" : [ "as it should be by rights (idiom); proper and to be expected as a matter of course", + "inevitable and right" ], + "classifiers" : [] } ] }, + { "simplified" : "理想", + "radical" : "王", + "level" : [ "new-2", "old-4" ], + "frequency" : 2661, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "理想", + "transcriptions" : { "pinyin" : "lǐ xiǎng", + "numeric" : "li3 xiang3", + "wadegiles" : "li³ hsiang³", + "bopomofo" : "ㄌㄧˇ ㄒㄧㄤˇ", + "romatzyh" : "lii sheang" }, + "meanings" : [ "an ideal", + "a dream", + "ideal", + "perfect" ], + "classifiers" : [] } ] }, + { "simplified" : "理性", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 5194, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "理性", + "transcriptions" : { "pinyin" : "lǐ xìng", + "numeric" : "li3 xing4", + "wadegiles" : "li³ hsing⁴", + "bopomofo" : "ㄌㄧˇ ㄒㄧㄥˋ", + "romatzyh" : "lii shinq" }, + "meanings" : [ "reason", + "rationality", + "rational" ], + "classifiers" : [] } ] }, + { "simplified" : "理由", + "radical" : "王", + "level" : [ "new-3", "old-5" ], + "frequency" : 1280, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "理由", + "transcriptions" : { "pinyin" : "lǐ yóu", + "numeric" : "li3 you2", + "wadegiles" : "li³ yu²", + "bopomofo" : "ㄌㄧˇ ㄧㄡˊ", + "romatzyh" : "lii you" }, + "meanings" : [ "reason", + "grounds", + "justification" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "理直气壮", + "radical" : "王", + "level" : [ "new-7+", "old-6" ], + "frequency" : 37289, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "理直氣壯", + "transcriptions" : { "pinyin" : "lǐ zhí qì zhuàng", + "numeric" : "li3 zhi2 qi4 zhuang4", + "wadegiles" : "li³ chih² ch'i⁴ chuang⁴", + "bopomofo" : "ㄌㄧˇ ㄓˊ ㄑㄧˋ ㄓㄨㄤˋ", + "romatzyh" : "lii jyr chih juanq" }, + "meanings" : [ "in the right and self-confident (idiom); bold and confident with justice on one's side", + "to have the courage of one's convictions", + "just and forceful" ], + "classifiers" : [] } ] }, + { "simplified" : "理智", + "radical" : "王", + "level" : [ "new-6", "old-6" ], + "frequency" : 5215, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "理智", + "transcriptions" : { "pinyin" : "lǐ zhì", + "numeric" : "li3 zhi4", + "wadegiles" : "li³ chih⁴", + "bopomofo" : "ㄌㄧˇ ㄓˋ", + "romatzyh" : "lii jyh" }, + "meanings" : [ "reason", + "intellect", + "rationality", + "rational" ], + "classifiers" : [] } ] }, + { "simplified" : "力", + "radical" : "力", + "level" : [ "new-3" ], + "frequency" : 851, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "力", + "transcriptions" : { "pinyin" : "Lì", + "numeric" : "Li4", + "wadegiles" : "li⁴", + "bopomofo" : "ㄌㄧˋ", + "romatzyh" : "lih" }, + "meanings" : [ "surname Li" ], + "classifiers" : [] }, + { "traditional" : "力", + "transcriptions" : { "pinyin" : "lì", + "numeric" : "li4", + "wadegiles" : "li⁴", + "bopomofo" : "ㄌㄧˋ", + "romatzyh" : "lih" }, + "meanings" : [ "power", + "force", + "strength", + "ability", + "strenuously" ], + "classifiers" : [] } ] }, + { "simplified" : "力不从心", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 21629, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "力不從心", + "transcriptions" : { "pinyin" : "lì bù cóng xīn", + "numeric" : "li4 bu4 cong2 xin1", + "wadegiles" : "li⁴ pu⁴ ts'ung² hsin¹", + "bopomofo" : "ㄌㄧˋ ㄅㄨˋ ㄘㄨㄥˊ ㄒㄧㄣ", + "romatzyh" : "lih buh tsorng shin" }, + "meanings" : [ "less capable than desirable (idiom); not as strong as one would wish", + "the spirit is willing but the flesh is weak" ], + "classifiers" : [] } ] }, + { "simplified" : "力度", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 7129, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "力度", + "transcriptions" : { "pinyin" : "lì dù", + "numeric" : "li4 du4", + "wadegiles" : "li⁴ tu⁴", + "bopomofo" : "ㄌㄧˋ ㄉㄨˋ", + "romatzyh" : "lih duh" }, + "meanings" : [ "strength", + "vigor", + "efforts", + "(music) dynamics" ], + "classifiers" : [] } ] }, + { "simplified" : "力量", + "radical" : "力", + "level" : [ "new-3", "old-5" ], + "frequency" : 900, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "力量", + "transcriptions" : { "pinyin" : "lì liang", + "numeric" : "li4 liang5", + "wadegiles" : "li⁴ liang", + "bopomofo" : "ㄌㄧˋ liang", + "romatzyh" : "lih liang" }, + "meanings" : [ "power", "force", "strength" ], + "classifiers" : [] } ] }, + { "simplified" : "力气", + "radical" : "力", + "level" : [ "new-4", "old-4" ], + "frequency" : 5156, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "力氣", + "transcriptions" : { "pinyin" : "lì qi", + "numeric" : "li4 qi5", + "wadegiles" : "li⁴ qi", + "bopomofo" : "ㄌㄧˋ qi", + "romatzyh" : "lih qi" }, + "meanings" : [ "strength" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "力求", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 15855, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "力求", + "transcriptions" : { "pinyin" : "lì qiú", + "numeric" : "li4 qiu2", + "wadegiles" : "li⁴ ch'iu²", + "bopomofo" : "ㄌㄧˋ ㄑㄧㄡˊ", + "romatzyh" : "lih chyou" }, + "meanings" : [ "to make every effort to", + "striving to do one's best" ], + "classifiers" : [] } ] }, + { "simplified" : "力所能及", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18286, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "力所能及", + "transcriptions" : { "pinyin" : "lì suǒ néng jí", + "numeric" : "li4 suo3 neng2 ji2", + "wadegiles" : "li⁴ so³ neng² chi²", + "bopomofo" : "ㄌㄧˋ ㄙㄨㄛˇ ㄋㄥˊ ㄐㄧˊ", + "romatzyh" : "lih suoo neng jyi" }, + "meanings" : [ "as far as one's capabilities extend (idiom); to the best of one's ability", + "within one's powers" ], + "classifiers" : [] } ] }, + { "simplified" : "力图", + "radical" : "力", + "level" : [ "old-6" ], + "frequency" : 21610, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "力圖", + "transcriptions" : { "pinyin" : "lì tú", + "numeric" : "li4 tu2", + "wadegiles" : "li⁴ t'u²", + "bopomofo" : "ㄌㄧˋ ㄊㄨˊ", + "romatzyh" : "lih twu" }, + "meanings" : [ "to try hard to", "to strive to" ], + "classifiers" : [] } ] }, + { "simplified" : "力争", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16137, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "力爭", + "transcriptions" : { "pinyin" : "lì zhēng", + "numeric" : "li4 zheng1", + "wadegiles" : "li⁴ cheng¹", + "bopomofo" : "ㄌㄧˋ ㄓㄥ", + "romatzyh" : "lih jeng" }, + "meanings" : [ "to work hard for", + "to do all one can", + "to contend strongly" ], + "classifiers" : [] } ] }, + { "simplified" : "历程", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 10170, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歷程", + "transcriptions" : { "pinyin" : "lì chéng", + "numeric" : "li4 cheng2", + "wadegiles" : "li⁴ ch'eng²", + "bopomofo" : "ㄌㄧˋ ㄔㄥˊ", + "romatzyh" : "lih cherng" }, + "meanings" : [ "course", "process" ], + "classifiers" : [] } ] }, + { "simplified" : "历代", + "radical" : "厂", + "level" : [ "old-6" ], + "frequency" : 26680, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歷代", + "transcriptions" : { "pinyin" : "lì dài", + "numeric" : "li4 dai4", + "wadegiles" : "li⁴ tai⁴", + "bopomofo" : "ㄌㄧˋ ㄉㄞˋ", + "romatzyh" : "lih day" }, + "meanings" : [ "successive generations", + "successive dynasties", + "past dynasties" ], + "classifiers" : [] } ] }, + { "simplified" : "历届", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 32173, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "歷屆", + "transcriptions" : { "pinyin" : "lì jiè", + "numeric" : "li4 jie4", + "wadegiles" : "li⁴ chieh⁴", + "bopomofo" : "ㄌㄧˋ ㄐㄧㄝˋ", + "romatzyh" : "lih jieh" }, + "meanings" : [ "all previous (meetings, sessions etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "历经", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 12690, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "歷經", + "transcriptions" : { "pinyin" : "lì jīng", + "numeric" : "li4 jing1", + "wadegiles" : "li⁴ ching¹", + "bopomofo" : "ㄌㄧˋ ㄐㄧㄥ", + "romatzyh" : "lih jing" }, + "meanings" : [ "to experience; to go through" ], + "classifiers" : [] } ] }, + { "simplified" : "历来", + "radical" : "厂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17374, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "歷來", + "transcriptions" : { "pinyin" : "lì lái", + "numeric" : "li4 lai2", + "wadegiles" : "li⁴ lai²", + "bopomofo" : "ㄌㄧˋ ㄌㄞˊ", + "romatzyh" : "lih lai" }, + "meanings" : [ "always", + "throughout (a period of time)", + "(of) all-time" ], + "classifiers" : [] } ] }, + { "simplified" : "历时", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 18847, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "歷時", + "transcriptions" : { "pinyin" : "lì shí", + "numeric" : "li4 shi2", + "wadegiles" : "li⁴ shih²", + "bopomofo" : "ㄌㄧˋ ㄕˊ", + "romatzyh" : "lih shyr" }, + "meanings" : [ "to last", + "to take (time)", + "period", + "diachronic" ], + "classifiers" : [] } ] }, + { "simplified" : "历史", + "radical" : "厂", + "level" : [ "new-4", "old-3" ], + "frequency" : 882, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歷史", + "transcriptions" : { "pinyin" : "lì shǐ", + "numeric" : "li4 shi3", + "wadegiles" : "li⁴ shih³", + "bopomofo" : "ㄌㄧˋ ㄕˇ", + "romatzyh" : "lih shyy" }, + "meanings" : [ "history" ], + "classifiers" : [ "门", "段" ] } ] }, + { "simplified" : "厉害", + "radical" : "厂", + "level" : [ "new-5", "old-4" ], + "frequency" : 1925, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "厲害", + "transcriptions" : { "pinyin" : "lì hai", + "numeric" : "li4 hai5", + "wadegiles" : "li⁴ hai", + "bopomofo" : "ㄌㄧˋ hai", + "romatzyh" : "lih hai" }, + "meanings" : [ "(used to describe sb or sth that makes a very strong impression, whether favorable or unfavorable) terrible", + "intense", + "severe", + "devastating", + "amazing", + "awesome", + "outstanding", + "(of a person) stern", + "strict", + "harsh", + "shrewd", + "tough", + "(of an animal) fierce", + "(of a resemblance) striking", + "(of liquor or chili pepper) strong", + "(of bacteria) virulent" ], + "classifiers" : [] } ] }, + { "simplified" : "立", + "radical" : "立", + "level" : [ "new-5" ], + "frequency" : 2622, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "立", + "transcriptions" : { "pinyin" : "Lì", + "numeric" : "Li4", + "wadegiles" : "li⁴", + "bopomofo" : "ㄌㄧˋ", + "romatzyh" : "lih" }, + "meanings" : [ "surname Li" ], + "classifiers" : [] }, + { "traditional" : "立", + "transcriptions" : { "pinyin" : "lì", + "numeric" : "li4", + "wadegiles" : "li⁴", + "bopomofo" : "ㄌㄧˋ", + "romatzyh" : "lih" }, + "meanings" : [ "to stand", + "to set up", + "to establish", + "to lay down", + "to draw up", + "at once", + "immediately" ], + "classifiers" : [] } ] }, + { "simplified" : "立场", + "radical" : "立", + "level" : [ "new-5", "old-6" ], + "frequency" : 4265, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "立場", + "transcriptions" : { "pinyin" : "lì chǎng", + "numeric" : "li4 chang3", + "wadegiles" : "li⁴ ch'ang³", + "bopomofo" : "ㄌㄧˋ ㄔㄤˇ", + "romatzyh" : "lih chaang" }, + "meanings" : [ "position", "standpoint" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "立方", + "radical" : "立", + "level" : [ "new-7+", "old-5" ], + "frequency" : 22390, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "立方", + "transcriptions" : { "pinyin" : "lì fāng", + "numeric" : "li4 fang1", + "wadegiles" : "li⁴ fang¹", + "bopomofo" : "ㄌㄧˋ ㄈㄤ", + "romatzyh" : "lih fang" }, + "meanings" : [ "cube (math.)", + "abbr. for 立方体", + "abbr. for 米" ], + "classifiers" : [] } ] }, + { "simplified" : "立方米", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 35946, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "立方米", + "transcriptions" : { "pinyin" : "lì fāng mǐ", + "numeric" : "li4 fang1 mi3", + "wadegiles" : "li⁴ fang¹ mi³", + "bopomofo" : "ㄌㄧˋ ㄈㄤ ㄇㄧˇ", + "romatzyh" : "lih fang mii" }, + "meanings" : [ "cubic meter (unit of volume)" ], + "classifiers" : [] } ] }, + { "simplified" : "立功", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 25337, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "立功", + "transcriptions" : { "pinyin" : "lì gōng", + "numeric" : "li4 gong1", + "wadegiles" : "li⁴ kung¹", + "bopomofo" : "ㄌㄧˋ ㄍㄨㄥ", + "romatzyh" : "lih gong" }, + "meanings" : [ "to render meritorious service (one the three imperishables 朽)", + "to make worthy contributions", + "to distinguish oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "立即", + "radical" : "立", + "level" : [ "new-4", "old-5" ], + "frequency" : 1862, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "立即", + "transcriptions" : { "pinyin" : "lì jí", + "numeric" : "li4 ji2", + "wadegiles" : "li⁴ chi²", + "bopomofo" : "ㄌㄧˋ ㄐㄧˊ", + "romatzyh" : "lih jyi" }, + "meanings" : [ "immediately" ], + "classifiers" : [] } ] }, + { "simplified" : "立交桥", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22789, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "立交橋", + "transcriptions" : { "pinyin" : "lì jiāo qiáo", + "numeric" : "li4 jiao1 qiao2", + "wadegiles" : "li⁴ chiao¹ ch'iao²", + "bopomofo" : "ㄌㄧˋ ㄐㄧㄠ ㄑㄧㄠˊ", + "romatzyh" : "lih jiau chyau" }, + "meanings" : [ "overpass", "flyover" ], + "classifiers" : [] } ] }, + { "simplified" : "立刻", + "radical" : "立", + "level" : [ "new-3", "old-5" ], + "frequency" : 1875, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "立刻", + "transcriptions" : { "pinyin" : "lì kè", + "numeric" : "li4 ke4", + "wadegiles" : "li⁴ k'o⁴", + "bopomofo" : "ㄌㄧˋ ㄎㄜˋ", + "romatzyh" : "lih keh" }, + "meanings" : [ "forthwith", + "immediate", + "prompt", + "promptly", + "straightway", + "thereupon", + "at once" ], + "classifiers" : [] } ] }, + { "simplified" : "立体", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10567, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "立體", + "transcriptions" : { "pinyin" : "lì tǐ", + "numeric" : "li4 ti3", + "wadegiles" : "li⁴ t'i³", + "bopomofo" : "ㄌㄧˋ ㄊㄧˇ", + "romatzyh" : "lih tii" }, + "meanings" : [ "three-dimensional", + "solid", + "stereoscopic" ], + "classifiers" : [] } ] }, + { "simplified" : "立足", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14630, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "立足", + "transcriptions" : { "pinyin" : "lì zú", + "numeric" : "li4 zu2", + "wadegiles" : "li⁴ tsu²", + "bopomofo" : "ㄌㄧˋ ㄗㄨˊ", + "romatzyh" : "lih tzwu" }, + "meanings" : [ "to stand", + "to have a footing", + "to be established", + "to base oneself on" ], + "classifiers" : [] } ] }, + { "simplified" : "利", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 1239, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "利", + "transcriptions" : { "pinyin" : "Lì", + "numeric" : "Li4", + "wadegiles" : "li⁴", + "bopomofo" : "ㄌㄧˋ", + "romatzyh" : "lih" }, + "meanings" : [ "surname Li" ], + "classifiers" : [] }, + { "traditional" : "利", + "transcriptions" : { "pinyin" : "lì", + "numeric" : "li4", + "wadegiles" : "li⁴", + "bopomofo" : "ㄌㄧˋ", + "romatzyh" : "lih" }, + "meanings" : [ "sharp", + "favorable", + "advantage", + "benefit", + "profit", + "interest", + "to do good to", + "to benefit" ], + "classifiers" : [] } ] }, + { "simplified" : "利害", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20755, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "利害", + "transcriptions" : { "pinyin" : "lì hài", + "numeric" : "li4 hai4", + "wadegiles" : "li⁴ hai⁴", + "bopomofo" : "ㄌㄧˋ ㄏㄞˋ", + "romatzyh" : "lih hay" }, + "meanings" : [ "pros and cons", + "advantages and disadvantages", + "gains and losses" ], + "classifiers" : [] }, + { "traditional" : "利害", + "transcriptions" : { "pinyin" : "lì hai", + "numeric" : "li4 hai5", + "wadegiles" : "li⁴ hai", + "bopomofo" : "ㄌㄧˋ hai", + "romatzyh" : "lih hai" }, + "meanings" : [ "terrible", + "formidable", + "serious", + "devastating", + "tough", + "capable", + "sharp", + "severe", + "fierce" ], + "classifiers" : [] } ] }, + { "simplified" : "利率", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10983, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "利率", + "transcriptions" : { "pinyin" : "lì lu:4", + "numeric" : "li4 lü4", + "wadegiles" : "li⁴ lu:4", + "bopomofo" : "ㄌㄧˋ lu:4", + "romatzyh" : "lih lu:4" }, + "meanings" : [ "interest rates" ], + "classifiers" : [] } ] }, + { "simplified" : "利润", + "radical" : "刂", + "level" : [ "new-5", "old-5" ], + "frequency" : 3776, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "利潤", + "transcriptions" : { "pinyin" : "lì rùn", + "numeric" : "li4 run4", + "wadegiles" : "li⁴ jun⁴", + "bopomofo" : "ㄌㄧˋ ㄖㄨㄣˋ", + "romatzyh" : "lih ruenn" }, + "meanings" : [ "profits" ], + "classifiers" : [] } ] }, + { "simplified" : "利索", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 21085, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "利索", + "transcriptions" : { "pinyin" : "lì suo", + "numeric" : "li4 suo5", + "wadegiles" : "li⁴ suo", + "bopomofo" : "ㄌㄧˋ suo", + "romatzyh" : "lih suo" }, + "meanings" : [ "nimble" ], + "classifiers" : [] } ] }, + { "simplified" : "利息", + "radical" : "刂", + "level" : [ "new-4", "old-5" ], + "frequency" : 6487, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "利息", + "transcriptions" : { "pinyin" : "lì xī", + "numeric" : "li4 xi1", + "wadegiles" : "li⁴ hsi¹", + "bopomofo" : "ㄌㄧˋ ㄒㄧ", + "romatzyh" : "lih shi" }, + "meanings" : [ "interest (on a loan)" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "利益", + "radical" : "刂", + "level" : [ "new-4", "old-5" ], + "frequency" : 2117, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "利益", + "transcriptions" : { "pinyin" : "lì yì", + "numeric" : "li4 yi4", + "wadegiles" : "li⁴ i⁴", + "bopomofo" : "ㄌㄧˋ ㄧˋ", + "romatzyh" : "lih yih" }, + "meanings" : [ "benefit", "(in sb's) interest" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "利用", + "radical" : "刂", + "level" : [ "new-3", "old-5" ], + "frequency" : 766, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "利用", + "transcriptions" : { "pinyin" : "lì yòng", + "numeric" : "li4 yong4", + "wadegiles" : "li⁴ yung⁴", + "bopomofo" : "ㄌㄧˋ ㄩㄥˋ", + "romatzyh" : "lih yonq" }, + "meanings" : [ "to exploit", + "to make use of", + "to use", + "to take advantage of", + "to utilize" ], + "classifiers" : [] } ] }, + { "simplified" : "励志", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 28471, + "pos" : [ "nr" ], + "forms" : [ { "traditional" : "勵志", + "transcriptions" : { "pinyin" : "lì zhì", + "numeric" : "li4 zhi4", + "wadegiles" : "li⁴ chih⁴", + "bopomofo" : "ㄌㄧˋ ㄓˋ", + "romatzyh" : "lih jyh" }, + "meanings" : [ "to pursue a goal with determination", + "inspirational; motivational" ], + "classifiers" : [] } ] }, + { "simplified" : "例如", + "radical" : "亻", + "level" : [ "new-2", "old-4" ], + "frequency" : 3486, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "例如", + "transcriptions" : { "pinyin" : "lì rú", + "numeric" : "li4 ru2", + "wadegiles" : "li⁴ ju²", + "bopomofo" : "ㄌㄧˋ ㄖㄨˊ", + "romatzyh" : "lih ru" }, + "meanings" : [ "for example; for instance; such as" ], + "classifiers" : [] } ] }, + { "simplified" : "例外", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 5594, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "例外", + "transcriptions" : { "pinyin" : "lì wài", + "numeric" : "li4 wai4", + "wadegiles" : "li⁴ wai⁴", + "bopomofo" : "ㄌㄧˋ ㄨㄞˋ", + "romatzyh" : "lih way" }, + "meanings" : [ "exception", "to be an exception" ], + "classifiers" : [] } ] }, + { "simplified" : "例子", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 5034, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "例子", + "transcriptions" : { "pinyin" : "lì zi", + "numeric" : "li4 zi5", + "wadegiles" : "li⁴ zi", + "bopomofo" : "ㄌㄧˋ zi", + "romatzyh" : "lih zi" }, + "meanings" : [ "case", + "(for) instance", + "example" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "粒", + "radical" : "米", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4781, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "粒", + "transcriptions" : { "pinyin" : "lì", + "numeric" : "li4", + "wadegiles" : "li⁴", + "bopomofo" : "ㄌㄧˋ", + "romatzyh" : "lih" }, + "meanings" : [ "grain", + "granule", + "classifier for small round things (peas, bullets, peanuts, pills, grains etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "俩", + "radical" : "亻", + "level" : [ "new-4", "old-4" ], + "frequency" : 1419, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "倆", + "transcriptions" : { "pinyin" : "liǎ", + "numeric" : "lia3", + "wadegiles" : "lia³", + "bopomofo" : "ㄌㄧㄚˇ", + "romatzyh" : "lea" }, + "meanings" : [ "two (colloquial equivalent of 两个)", + "both", + "some" ], + "classifiers" : [] }, + { "traditional" : "倆", + "transcriptions" : { "pinyin" : "liǎng", + "numeric" : "liang3", + "wadegiles" : "liang³", + "bopomofo" : "ㄌㄧㄤˇ", + "romatzyh" : "leang" }, + "meanings" : [ "used in 伎俩" ], + "classifiers" : [] } ] }, + { "simplified" : "连", + "radical" : "辶", + "level" : [ "new-3", "old-4" ], + "frequency" : 406, + "pos" : [ "u", "d", "v", "n" ], + "forms" : [ { "traditional" : "連", + "transcriptions" : { "pinyin" : "Lián", + "numeric" : "Lian2", + "wadegiles" : "lien²", + "bopomofo" : "ㄌㄧㄢˊ", + "romatzyh" : "lian" }, + "meanings" : [ "surname Lian" ], + "classifiers" : [] }, + { "traditional" : "連", + "transcriptions" : { "pinyin" : "lián", + "numeric" : "lian2", + "wadegiles" : "lien²", + "bopomofo" : "ㄌㄧㄢˊ", + "romatzyh" : "lian" }, + "meanings" : [ "to link", + "to join", + "to connect", + "continuously", + "in succession", + "including", + "(used with 也, 都 etc) even", + "company (military)" ], + "classifiers" : [] } ] }, + { "simplified" : "连滚带爬", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 59075, + "pos" : [], + "forms" : [ { "traditional" : "連滾帶爬", + "transcriptions" : { "pinyin" : "lián gǔn dài pá", + "numeric" : "lian2 gun3 dai4 pa2", + "wadegiles" : "lien² kun³ tai⁴ p'a²", + "bopomofo" : "ㄌㄧㄢˊ ㄍㄨㄣˇ ㄉㄞˋ ㄆㄚˊ", + "romatzyh" : "lian goen day par" }, + "meanings" : [ "rolling and crawling", + "trying frantically to escape (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "连接", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 3426, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "連接", + "transcriptions" : { "pinyin" : "lián jiē", + "numeric" : "lian2 jie1", + "wadegiles" : "lien² chieh¹", + "bopomofo" : "ㄌㄧㄢˊ ㄐㄧㄝ", + "romatzyh" : "lian jie" }, + "meanings" : [ "to link; to join; to connect" ], + "classifiers" : [] } ] }, + { "simplified" : "连忙", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 50741, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "連忙", + "transcriptions" : { "pinyin" : "lián máng", + "numeric" : "lian2 mang2", + "wadegiles" : "lien² mang²", + "bopomofo" : "ㄌㄧㄢˊ ㄇㄤˊ", + "romatzyh" : "lian mang" }, + "meanings" : [ "promptly", "at once" ], + "classifiers" : [] } ] }, + { "simplified" : "连绵", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 27852, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "連綿", + "transcriptions" : { "pinyin" : "lián mián", + "numeric" : "lian2 mian2", + "wadegiles" : "lien² mien²", + "bopomofo" : "ㄌㄧㄢˊ ㄇㄧㄢˊ", + "romatzyh" : "lian mian" }, + "meanings" : [ "continuous", + "unbroken", + "uninterrupted", + "extending forever into the distance (of mountain range, river etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "连年", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 34385, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "連年", + "transcriptions" : { "pinyin" : "lián nián", + "numeric" : "lian2 nian2", + "wadegiles" : "lien² nien²", + "bopomofo" : "ㄌㄧㄢˊ ㄋㄧㄢˊ", + "romatzyh" : "lian nian" }, + "meanings" : [ "successive years", + "over many years" ], + "classifiers" : [] } ] }, + { "simplified" : "连任", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 16220, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "連任", + "transcriptions" : { "pinyin" : "lián rèn", + "numeric" : "lian2 ren4", + "wadegiles" : "lien² jen⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄖㄣˋ", + "romatzyh" : "lian renn" }, + "meanings" : [ "to continue in (a political) office", + "to serve for another term of office" ], + "classifiers" : [] } ] }, + { "simplified" : "连锁", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7545, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "連鎖", + "transcriptions" : { "pinyin" : "lián suǒ", + "numeric" : "lian2 suo3", + "wadegiles" : "lien² so³", + "bopomofo" : "ㄌㄧㄢˊ ㄙㄨㄛˇ", + "romatzyh" : "lian suoo" }, + "meanings" : [ "to interlock", + "to be linked", + "chain (store etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "连锁店", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13645, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "連鎖店", + "transcriptions" : { "pinyin" : "lián suǒ diàn", + "numeric" : "lian2 suo3 dian4", + "wadegiles" : "lien² so³ tien⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄙㄨㄛˇ ㄉㄧㄢˋ", + "romatzyh" : "lian suoo diann" }, + "meanings" : [ "chain store" ], + "classifiers" : [] } ] }, + { "simplified" : "连同", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 13615, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "連同", + "transcriptions" : { "pinyin" : "lián tóng", + "numeric" : "lian2 tong2", + "wadegiles" : "lien² t'ung²", + "bopomofo" : "ㄌㄧㄢˊ ㄊㄨㄥˊ", + "romatzyh" : "lian torng" }, + "meanings" : [ "together with", "along with" ], + "classifiers" : [] } ] }, + { "simplified" : "连续", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 2315, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "連續", + "transcriptions" : { "pinyin" : "lián xù", + "numeric" : "lian2 xu4", + "wadegiles" : "lien² hsü⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄒㄩˋ", + "romatzyh" : "lian shiuh" }, + "meanings" : [ "continuous", + "in a row", + "serial", + "consecutive" ], + "classifiers" : [] } ] }, + { "simplified" : "连续剧", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 14541, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "連續劇", + "transcriptions" : { "pinyin" : "lián xù jù", + "numeric" : "lian2 xu4 ju4", + "wadegiles" : "lien² hsü⁴ chü⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄒㄩˋ ㄐㄩˋ", + "romatzyh" : "lian shiuh jiuh" }, + "meanings" : [ "serialized drama", + "dramatic series", + "show in parts" ], + "classifiers" : [] } ] }, + { "simplified" : "连夜", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 16020, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "連夜", + "transcriptions" : { "pinyin" : "lián yè", + "numeric" : "lian2 ye4", + "wadegiles" : "lien² yeh⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄧㄝˋ", + "romatzyh" : "lian yeh" }, + "meanings" : [ "that very night", + "through the night", + "for several nights in a row" ], + "classifiers" : [] } ] }, + { "simplified" : "帘子", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 28809, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "簾子", + "transcriptions" : { "pinyin" : "lián zi", + "numeric" : "lian2 zi5", + "wadegiles" : "lien² zi", + "bopomofo" : "ㄌㄧㄢˊ zi", + "romatzyh" : "lian zi" }, + "meanings" : [ "curtain" ], + "classifiers" : [] } ] }, + { "simplified" : "怜惜", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 33311, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "憐惜", + "transcriptions" : { "pinyin" : "lián xī", + "numeric" : "lian2 xi1", + "wadegiles" : "lien² hsi¹", + "bopomofo" : "ㄌㄧㄢˊ ㄒㄧ", + "romatzyh" : "lian shi" }, + "meanings" : [ "to take pity on", + "to feel tenderness toward" ], + "classifiers" : [] } ] }, + { "simplified" : "莲子", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 20235, + "pos" : [], + "forms" : [ { "traditional" : "蓮子", + "transcriptions" : { "pinyin" : "lián zǐ", + "numeric" : "lian2 zi3", + "wadegiles" : "lien² tzu³", + "bopomofo" : "ㄌㄧㄢˊ ㄗˇ", + "romatzyh" : "lian tzyy" }, + "meanings" : [ "lotus seed" ], + "classifiers" : [] } ] }, + { "simplified" : "联邦", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 3574, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聯邦", + "transcriptions" : { "pinyin" : "lián bāng", + "numeric" : "lian2 bang1", + "wadegiles" : "lien² pang¹", + "bopomofo" : "ㄌㄧㄢˊ ㄅㄤ", + "romatzyh" : "lian bang" }, + "meanings" : [ "federal", + "federation", + "commonwealth", + "federal union", + "federal state", + "union" ], + "classifiers" : [] } ] }, + { "simplified" : "联合", + "radical" : "耳", + "level" : [ "new-3", "old-5" ], + "frequency" : 2190, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聯合", + "transcriptions" : { "pinyin" : "lián hé", + "numeric" : "lian2 he2", + "wadegiles" : "lien² ho²", + "bopomofo" : "ㄌㄧㄢˊ ㄏㄜˊ", + "romatzyh" : "lian her" }, + "meanings" : [ "to combine", + "to join", + "unite", + "alliance" ], + "classifiers" : [] } ] }, + { "simplified" : "联合国", + "radical" : "耳", + "level" : [ "new-3" ], + "frequency" : 4037, + "pos" : [ "nt" ], + "forms" : [ { "traditional" : "聯合國", + "transcriptions" : { "pinyin" : "Lián hé guó", + "numeric" : "Lian2 he2 guo2", + "wadegiles" : "lien² ho² kuo²", + "bopomofo" : "ㄌㄧㄢˊ ㄏㄜˊ ㄍㄨㄛˊ", + "romatzyh" : "lian her gwo" }, + "meanings" : [ "United Nations" ], + "classifiers" : [] } ] }, + { "simplified" : "联欢", + "radical" : "耳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 35542, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聯歡", + "transcriptions" : { "pinyin" : "lián huān", + "numeric" : "lian2 huan1", + "wadegiles" : "lien² huan¹", + "bopomofo" : "ㄌㄧㄢˊ ㄏㄨㄢ", + "romatzyh" : "lian huan" }, + "meanings" : [ "to have a get-together", + "celebration", + "party" ], + "classifiers" : [] } ] }, + { "simplified" : "联络", + "radical" : "耳", + "level" : [ "new-5", "old-6" ], + "frequency" : 4467, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聯絡", + "transcriptions" : { "pinyin" : "lián luò", + "numeric" : "lian2 luo4", + "wadegiles" : "lien² lo⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄌㄨㄛˋ", + "romatzyh" : "lian luoh" }, + "meanings" : [ "to get in touch with", + "to contact", + "to stay in contact (with)", + "liaison", + "(math.) connection" ], + "classifiers" : [] } ] }, + { "simplified" : "联盟", + "radical" : "耳", + "level" : [ "new-6", "old-6" ], + "frequency" : 2339, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "聯盟", + "transcriptions" : { "pinyin" : "lián méng", + "numeric" : "lian2 meng2", + "wadegiles" : "lien² meng²", + "bopomofo" : "ㄌㄧㄢˊ ㄇㄥˊ", + "romatzyh" : "lian meng" }, + "meanings" : [ "alliance", "union", "coalition" ], + "classifiers" : [] } ] }, + { "simplified" : "联赛", + "radical" : "耳", + "level" : [ "new-6" ], + "frequency" : 4691, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聯賽", + "transcriptions" : { "pinyin" : "lián sài", + "numeric" : "lian2 sai4", + "wadegiles" : "lien² sai⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄙㄞˋ", + "romatzyh" : "lian say" }, + "meanings" : [ "(sports) league", + "league tournament" ], + "classifiers" : [] } ] }, + { "simplified" : "联手", + "radical" : "耳", + "level" : [ "new-6" ], + "frequency" : 8516, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聯手", + "transcriptions" : { "pinyin" : "lián shǒu", + "numeric" : "lian2 shou3", + "wadegiles" : "lien² shou³", + "bopomofo" : "ㄌㄧㄢˊ ㄕㄡˇ", + "romatzyh" : "lian shoou" }, + "meanings" : [ "lit. to join hands", + "to act together" ], + "classifiers" : [] } ] }, + { "simplified" : "联网", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 16288, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聯網", + "transcriptions" : { "pinyin" : "lián wǎng", + "numeric" : "lian2 wang3", + "wadegiles" : "lien² wang³", + "bopomofo" : "ㄌㄧㄢˊ ㄨㄤˇ", + "romatzyh" : "lian woang" }, + "meanings" : [ "to connect (or be connected) to a network; to network" ], + "classifiers" : [] } ] }, + { "simplified" : "联系", + "radical" : "耳", + "level" : [ "new-3", "old-4" ], + "frequency" : 667, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聯係", + "transcriptions" : { "pinyin" : "lián xì", + "numeric" : "lian2 xi4", + "wadegiles" : "lien² hsi⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄒㄧˋ", + "romatzyh" : "lian shih" }, + "meanings" : [ "variant of 联系" ], + "classifiers" : [] }, + { "traditional" : "聯繫", + "transcriptions" : { "pinyin" : "lián xì", + "numeric" : "lian2 xi4", + "wadegiles" : "lien² hsi⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄒㄧˋ", + "romatzyh" : "lian shih" }, + "meanings" : [ "connection", + "contact", + "relation", + "to get in touch with", + "to integrate", + "to link", + "to touch" ], + "classifiers" : [] } ] }, + { "simplified" : "联想", + "radical" : "耳", + "level" : [ "new-5", "old-6" ], + "frequency" : 6895, + "pos" : [ "v", "nz", "vn" ], + "forms" : [ { "traditional" : "聯想", + "transcriptions" : { "pinyin" : "Lián xiǎng", + "numeric" : "Lian2 xiang3", + "wadegiles" : "lien² hsiang³", + "bopomofo" : "ㄌㄧㄢˊ ㄒㄧㄤˇ", + "romatzyh" : "lian sheang" }, + "meanings" : [ "Lenovo" ], + "classifiers" : [] }, + { "traditional" : "聯想", + "transcriptions" : { "pinyin" : "lián xiǎng", + "numeric" : "lian2 xiang3", + "wadegiles" : "lien² hsiang³", + "bopomofo" : "ㄌㄧㄢˊ ㄒㄧㄤˇ", + "romatzyh" : "lian sheang" }, + "meanings" : [ "to associate (cognitively)", + "to make an associative connection", + "mental association", + "word prediction and auto-complete functions of input method editing programs" ], + "classifiers" : [] } ] }, + { "simplified" : "廉价", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 7559, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "廉價", + "transcriptions" : { "pinyin" : "lián jià", + "numeric" : "lian2 jia4", + "wadegiles" : "lien² chia⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄐㄧㄚˋ", + "romatzyh" : "lian jiah" }, + "meanings" : [ "cheaply-priced", "low-cost" ], + "classifiers" : [] } ] }, + { "simplified" : "廉洁", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28006, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "廉潔", + "transcriptions" : { "pinyin" : "lián jié", + "numeric" : "lian2 jie2", + "wadegiles" : "lien² chieh²", + "bopomofo" : "ㄌㄧㄢˊ ㄐㄧㄝˊ", + "romatzyh" : "lian jye" }, + "meanings" : [ "incorruptible; unbribable; honest" ], + "classifiers" : [] } ] }, + { "simplified" : "廉正", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 379791, + "pos" : [], + "forms" : [ { "traditional" : "廉正", + "transcriptions" : { "pinyin" : "lián zhèng", + "numeric" : "lian2 zheng4", + "wadegiles" : "lien² cheng⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄓㄥˋ", + "romatzyh" : "lian jenq" }, + "meanings" : [ "upright and honest", "integrity" ], + "classifiers" : [] } ] }, + { "simplified" : "廉政", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 43699, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廉政", + "transcriptions" : { "pinyin" : "lián zhèng", + "numeric" : "lian2 zheng4", + "wadegiles" : "lien² cheng⁴", + "bopomofo" : "ㄌㄧㄢˊ ㄓㄥˋ", + "romatzyh" : "lian jenq" }, + "meanings" : [ "to govern with integrity", + "clean and honest government" ], + "classifiers" : [] } ] }, + { "simplified" : "脸", + "radical" : "⺼", + "level" : [ "new-2", "old-3" ], + "frequency" : 629, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "臉", + "transcriptions" : { "pinyin" : "liǎn", + "numeric" : "lian3", + "wadegiles" : "lien³", + "bopomofo" : "ㄌㄧㄢˇ", + "romatzyh" : "lean" }, + "meanings" : [ "face" ], + "classifiers" : [ "张", "个" ] } ] }, + { "simplified" : "脸颊", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 12415, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "臉頰", + "transcriptions" : { "pinyin" : "liǎn jiá", + "numeric" : "lian3 jia2", + "wadegiles" : "lien³ chia²", + "bopomofo" : "ㄌㄧㄢˇ ㄐㄧㄚˊ", + "romatzyh" : "lean jya" }, + "meanings" : [ "cheek" ], + "classifiers" : [] } ] }, + { "simplified" : "脸盆", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 41495, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "臉盆", + "transcriptions" : { "pinyin" : "liǎn pén", + "numeric" : "lian3 pen2", + "wadegiles" : "lien³ p'en²", + "bopomofo" : "ㄌㄧㄢˇ ㄆㄣˊ", + "romatzyh" : "lean pern" }, + "meanings" : [ "washbowl", + "basin for washing hands and face" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "脸色", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 4977, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "臉色", + "transcriptions" : { "pinyin" : "liǎn sè", + "numeric" : "lian3 se4", + "wadegiles" : "lien³ se⁴", + "bopomofo" : "ㄌㄧㄢˇ ㄙㄜˋ", + "romatzyh" : "lean seh" }, + "meanings" : [ "complexion", "look" ], + "classifiers" : [] } ] }, + { "simplified" : "练", + "radical" : "纟", + "level" : [ "new-2" ], + "frequency" : 2255, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "練", + "transcriptions" : { "pinyin" : "liàn", + "numeric" : "lian4", + "wadegiles" : "lien⁴", + "bopomofo" : "ㄌㄧㄢˋ", + "romatzyh" : "liann" }, + "meanings" : [ "to practice", + "to train", + "to drill", + "to perfect (one's skill)", + "exercise", + "(literary) white silk", + "to boil and scour raw silk" ], + "classifiers" : [] } ] }, + { "simplified" : "练习", + "radical" : "纟", + "level" : [ "new-2", "old-3" ], + "frequency" : 3084, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "練習", + "transcriptions" : { "pinyin" : "liàn xí", + "numeric" : "lian4 xi2", + "wadegiles" : "lien⁴ hsi²", + "bopomofo" : "ㄌㄧㄢˋ ㄒㄧˊ", + "romatzyh" : "liann shyi" }, + "meanings" : [ "to practice", + "exercise", + "drill", + "practice" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "炼", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 10362, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "煉", + "transcriptions" : { "pinyin" : "liàn", + "numeric" : "lian4", + "wadegiles" : "lien⁴", + "bopomofo" : "ㄌㄧㄢˋ", + "romatzyh" : "liann" }, + "meanings" : [ "to refine", "to smelt" ], + "classifiers" : [] }, + { "traditional" : "鍊", + "transcriptions" : { "pinyin" : "liàn", + "numeric" : "lian4", + "wadegiles" : "lien⁴", + "bopomofo" : "ㄌㄧㄢˋ", + "romatzyh" : "liann" }, + "meanings" : [ "variant of 链, chain", + "variant of 炼" ], + "classifiers" : [] } ] }, + { "simplified" : "恋爱", + "radical" : "心", + "level" : [ "new-5", "old-5" ], + "frequency" : 2496, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "戀愛", + "transcriptions" : { "pinyin" : "liàn ài", + "numeric" : "lian4 ai4", + "wadegiles" : "lien⁴ ai⁴", + "bopomofo" : "ㄌㄧㄢˋ ㄞˋ", + "romatzyh" : "liann ay" }, + "meanings" : [ "(romantic) love", + "in love", + "to have an affair" ], + "classifiers" : [ "个", "场" ] } ] }, + { "simplified" : "恋恋不舍", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 41381, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "戀戀不捨", + "transcriptions" : { "pinyin" : "liàn liàn bù shě", + "numeric" : "lian4 lian4 bu4 she3", + "wadegiles" : "lien⁴ lien⁴ pu⁴ she³", + "bopomofo" : "ㄌㄧㄢˋ ㄌㄧㄢˋ ㄅㄨˋ ㄕㄜˇ", + "romatzyh" : "liann liann buh shee" }, + "meanings" : [ "reluctant to part" ], + "classifiers" : [] } ] }, + { "simplified" : "良", + "radical" : "艮", + "level" : [ "new-7+" ], + "frequency" : 8310, + "pos" : [ "g", "d" ], + "forms" : [ { "traditional" : "良", + "transcriptions" : { "pinyin" : "liáng", + "numeric" : "liang2", + "wadegiles" : "liang²", + "bopomofo" : "ㄌㄧㄤˊ", + "romatzyh" : "liang" }, + "meanings" : [ "good", "very", "very much" ], + "classifiers" : [] } ] }, + { "simplified" : "良好", + "radical" : "艮", + "level" : [ "new-4", "old-5" ], + "frequency" : 2227, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "良好", + "transcriptions" : { "pinyin" : "liáng hǎo", + "numeric" : "liang2 hao3", + "wadegiles" : "liang² hao³", + "bopomofo" : "ㄌㄧㄤˊ ㄏㄠˇ", + "romatzyh" : "liang hao" }, + "meanings" : [ "good", + "favorable", + "well", + "fine" ], + "classifiers" : [] } ] }, + { "simplified" : "良心", + "radical" : "艮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6526, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "良心", + "transcriptions" : { "pinyin" : "liáng xīn", + "numeric" : "liang2 xin1", + "wadegiles" : "liang² hsin¹", + "bopomofo" : "ㄌㄧㄤˊ ㄒㄧㄣ", + "romatzyh" : "liang shin" }, + "meanings" : [ "conscience" ], + "classifiers" : [] } ] }, + { "simplified" : "良性", + "radical" : "艮", + "level" : [ "new-7+" ], + "frequency" : 15034, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "良性", + "transcriptions" : { "pinyin" : "liáng xìng", + "numeric" : "liang2 xing4", + "wadegiles" : "liang² hsing⁴", + "bopomofo" : "ㄌㄧㄤˊ ㄒㄧㄥˋ", + "romatzyh" : "liang shinq" }, + "meanings" : [ "positive (in its effect)", + "leading to good consequences", + "virtuous", + "(medicine) benign (tumor etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "凉", + "radical" : "冫", + "level" : [ "new-2" ], + "frequency" : 4088, + "pos" : [ "a", "v", "ad", "b", "g" ], + "forms" : [ { "traditional" : "涼", + "transcriptions" : { "pinyin" : "Liáng", + "numeric" : "Liang2", + "wadegiles" : "liang²", + "bopomofo" : "ㄌㄧㄤˊ", + "romatzyh" : "liang" }, + "meanings" : [ "the five Liang of the Sixteen Kingdoms, namely: Former Liang 前凉 (314-376), Later Liang 后凉 (386-403), Northern Liang 北凉 (398-439), Southern Liang 南凉 (397-414), Western Liang 西凉 (400-421)" ], + "classifiers" : [] }, + { "traditional" : "涼", + "transcriptions" : { "pinyin" : "liáng", + "numeric" : "liang2", + "wadegiles" : "liang²", + "bopomofo" : "ㄌㄧㄤˊ", + "romatzyh" : "liang" }, + "meanings" : [ "cool", "cold" ], + "classifiers" : [] }, + { "traditional" : "涼", + "transcriptions" : { "pinyin" : "liàng", + "numeric" : "liang4", + "wadegiles" : "liang⁴", + "bopomofo" : "ㄌㄧㄤˋ", + "romatzyh" : "lianq" }, + "meanings" : [ "to let sth cool down" ], + "classifiers" : [] } ] }, + { "simplified" : "凉快", + "radical" : "冫", + "level" : [ "new-2", "old-4" ], + "frequency" : 19483, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "涼快", + "transcriptions" : { "pinyin" : "liáng kuai", + "numeric" : "liang2 kuai5", + "wadegiles" : "liang² kuai", + "bopomofo" : "ㄌㄧㄤˊ kuai", + "romatzyh" : "liang kuai" }, + "meanings" : [ "nice and cold", "pleasantly cool" ], + "classifiers" : [] } ] }, + { "simplified" : "凉爽", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 18060, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "涼爽", + "transcriptions" : { "pinyin" : "liáng shuǎng", + "numeric" : "liang2 shuang3", + "wadegiles" : "liang² shuang³", + "bopomofo" : "ㄌㄧㄤˊ ㄕㄨㄤˇ", + "romatzyh" : "liang shoang" }, + "meanings" : [ "cool and refreshing" ], + "classifiers" : [] } ] }, + { "simplified" : "凉水", + "radical" : "冫", + "level" : [ "new-3" ], + "frequency" : 25250, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "涼水", + "transcriptions" : { "pinyin" : "liáng shuǐ", + "numeric" : "liang2 shui3", + "wadegiles" : "liang² shui³", + "bopomofo" : "ㄌㄧㄤˊ ㄕㄨㄟˇ", + "romatzyh" : "liang shoei" }, + "meanings" : [ "cool water", "unboiled water" ], + "classifiers" : [] } ] }, + { "simplified" : "凉鞋", + "radical" : "冫", + "level" : [ "new-6" ], + "frequency" : 20869, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "涼鞋", + "transcriptions" : { "pinyin" : "liáng xié", + "numeric" : "liang2 xie2", + "wadegiles" : "liang² hsieh²", + "bopomofo" : "ㄌㄧㄤˊ ㄒㄧㄝˊ", + "romatzyh" : "liang shye" }, + "meanings" : [ "sandal" ], + "classifiers" : [] } ] }, + { "simplified" : "粮食", + "radical" : "米", + "level" : [ "new-4", "old-5" ], + "frequency" : 6379, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "糧食", + "transcriptions" : { "pinyin" : "liáng shi", + "numeric" : "liang2 shi5", + "wadegiles" : "liang² shi", + "bopomofo" : "ㄌㄧㄤˊ shi", + "romatzyh" : "liang shi" }, + "meanings" : [ "foodstuff", "cereals" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "两", + "radical" : "一", + "level" : [ "new-1", "old-2" ], + "frequency" : 81, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "兩", + "transcriptions" : { "pinyin" : "liǎng", + "numeric" : "liang3", + "wadegiles" : "liang³", + "bopomofo" : "ㄌㄧㄤˇ", + "romatzyh" : "leang" }, + "meanings" : [ "two", + "both", + "some", + "a few", + "tael, unit of weight equal to 50 grams (modern) or 1⁄16 of a catty 斤 (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "两岸", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 22338, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兩岸", + "transcriptions" : { "pinyin" : "liǎng àn", + "numeric" : "liang3 an4", + "wadegiles" : "liang³ an⁴", + "bopomofo" : "ㄌㄧㄤˇ ㄢˋ", + "romatzyh" : "leang ann" }, + "meanings" : [ "bilateral", + "both shores", + "both sides", + "both coasts", + "Taiwan and mainland" ], + "classifiers" : [] } ] }, + { "simplified" : "两边", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 7213, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "兩邊", + "transcriptions" : { "pinyin" : "liǎng bian", + "numeric" : "liang3 bian5", + "wadegiles" : "liang³ bian", + "bopomofo" : "ㄌㄧㄤˇ bian", + "romatzyh" : "leang bian" }, + "meanings" : [ "either side", "both sides" ], + "classifiers" : [] } ] }, + { "simplified" : "两侧", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 16912, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "兩側", + "transcriptions" : { "pinyin" : "liǎng cè", + "numeric" : "liang3 ce4", + "wadegiles" : "liang³ ts'e⁴", + "bopomofo" : "ㄌㄧㄤˇ ㄘㄜˋ", + "romatzyh" : "leang tseh" }, + "meanings" : [ "two sides", "both sides" ], + "classifiers" : [] } ] }, + { "simplified" : "两口子", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 26774, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兩口子", + "transcriptions" : { "pinyin" : "liǎng kǒu zi", + "numeric" : "liang3 kou3 zi5", + "wadegiles" : "liang³ k'ou³ zi", + "bopomofo" : "ㄌㄧㄤˇ ㄎㄡˇ zi", + "romatzyh" : "leang koou zi" }, + "meanings" : [ "husband and wife" ], + "classifiers" : [] } ] }, + { "simplified" : "两栖", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 28797, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "兩棲", + "transcriptions" : { "pinyin" : "liǎng qī", + "numeric" : "liang3 qi1", + "wadegiles" : "liang³ ch'i¹", + "bopomofo" : "ㄌㄧㄤˇ ㄑㄧ", + "romatzyh" : "leang chi" }, + "meanings" : [ "amphibious", + "dual-talented", + "able to work in two different lines" ], + "classifiers" : [] } ] }, + { "simplified" : "两手", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 28543, + "pos" : [ "mq" ], + "forms" : [ { "traditional" : "兩手", + "transcriptions" : { "pinyin" : "liǎng shǒu", + "numeric" : "liang3 shou3", + "wadegiles" : "liang³ shou³", + "bopomofo" : "ㄌㄧㄤˇ ㄕㄡˇ", + "romatzyh" : "leang shoou" }, + "meanings" : [ "one's two hands", + "two prongs (of a strategy)", + "both aspects, eventualities etc", + "skills", + "expertise" ], + "classifiers" : [] } ] }, + { "simplified" : "亮", + "radical" : "亠", + "level" : [ "new-2", "old-4" ], + "frequency" : 1691, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "亮", + "transcriptions" : { "pinyin" : "liàng", + "numeric" : "liang4", + "wadegiles" : "liang⁴", + "bopomofo" : "ㄌㄧㄤˋ", + "romatzyh" : "lianq" }, + "meanings" : [ "bright", + "clear", + "resonant", + "to shine", + "to show", + "to reveal" ], + "classifiers" : [] } ] }, + { "simplified" : "亮点", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 10869, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "亮點", + "transcriptions" : { "pinyin" : "liàng diǎn", + "numeric" : "liang4 dian3", + "wadegiles" : "liang⁴ tien³", + "bopomofo" : "ㄌㄧㄤˋ ㄉㄧㄢˇ", + "romatzyh" : "lianq dean" }, + "meanings" : [ "highlight", "bright spot" ], + "classifiers" : [] } ] }, + { "simplified" : "亮丽", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 18974, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "亮麗", + "transcriptions" : { "pinyin" : "liàng lì", + "numeric" : "liang4 li4", + "wadegiles" : "liang⁴ li⁴", + "bopomofo" : "ㄌㄧㄤˋ ㄌㄧˋ", + "romatzyh" : "lianq lih" }, + "meanings" : [ "bright and beautiful" ], + "classifiers" : [] } ] }, + { "simplified" : "亮相", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 8499, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "亮相", + "transcriptions" : { "pinyin" : "liàng xiàng", + "numeric" : "liang4 xiang4", + "wadegiles" : "liang⁴ hsiang⁴", + "bopomofo" : "ㄌㄧㄤˋ ㄒㄧㄤˋ", + "romatzyh" : "lianq shianq" }, + "meanings" : [ "to strike a pose (Chinese opera)", + "(fig.) to make a public appearance", + "to come out in public (revealing one's true personality, opinions etc)", + "(of a product) to appear on the market or at a trade show etc" ], + "classifiers" : [] } ] }, + { "simplified" : "谅解", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11864, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "諒解", + "transcriptions" : { "pinyin" : "liàng jiě", + "numeric" : "liang4 jie3", + "wadegiles" : "liang⁴ chieh³", + "bopomofo" : "ㄌㄧㄤˋ ㄐㄧㄝˇ", + "romatzyh" : "lianq jiee" }, + "meanings" : [ "to understand", + "to make allowances for", + "understanding" ], + "classifiers" : [] } ] }, + { "simplified" : "辆", + "radical" : "车", + "level" : [ "new-2", "old-3" ], + "frequency" : 699, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "輛", + "transcriptions" : { "pinyin" : "liàng", + "numeric" : "liang4", + "wadegiles" : "liang⁴", + "bopomofo" : "ㄌㄧㄤˋ", + "romatzyh" : "lianq" }, + "meanings" : [ "classifier for vehicles" ], + "classifiers" : [] } ] }, + { "simplified" : "晾", + "radical" : "日", + "level" : [ "old-6" ], + "frequency" : 14630, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "晾", + "transcriptions" : { "pinyin" : "liàng", + "numeric" : "liang4", + "wadegiles" : "liang⁴", + "bopomofo" : "ㄌㄧㄤˋ", + "romatzyh" : "lianq" }, + "meanings" : [ "to dry in the air", + "(fig.) to cold-shoulder" ], + "classifiers" : [] } ] }, + { "simplified" : "量", + "radical" : "里", + "level" : [ "new-4" ], + "frequency" : 2147, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "量", + "transcriptions" : { "pinyin" : "liáng", + "numeric" : "liang2", + "wadegiles" : "liang²", + "bopomofo" : "ㄌㄧㄤˊ", + "romatzyh" : "liang" }, + "meanings" : [ "to measure" ], + "classifiers" : [] }, + { "traditional" : "量", + "transcriptions" : { "pinyin" : "liàng", + "numeric" : "liang4", + "wadegiles" : "liang⁴", + "bopomofo" : "ㄌㄧㄤˋ", + "romatzyh" : "lianq" }, + "meanings" : [ "capacity", + "quantity", + "amount", + "to estimate", + "abbr. for 量词, classifier (in Chinese grammar)", + "measure word" ], + "classifiers" : [] } ] }, + { "simplified" : "辽阔", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25015, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "遼闊", + "transcriptions" : { "pinyin" : "liáo kuò", + "numeric" : "liao2 kuo4", + "wadegiles" : "liao² k'uo⁴", + "bopomofo" : "ㄌㄧㄠˊ ㄎㄨㄛˋ", + "romatzyh" : "liau kuoh" }, + "meanings" : [ "vast; extensive" ], + "classifiers" : [] } ] }, + { "simplified" : "疗法", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 6021, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "療法", + "transcriptions" : { "pinyin" : "liáo fǎ", + "numeric" : "liao2 fa3", + "wadegiles" : "liao² fa³", + "bopomofo" : "ㄌㄧㄠˊ ㄈㄚˇ", + "romatzyh" : "liau faa" }, + "meanings" : [ "therapy", "treatment" ], + "classifiers" : [] } ] }, + { "simplified" : "疗效", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 13362, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "療效", + "transcriptions" : { "pinyin" : "liáo xiào", + "numeric" : "liao2 xiao4", + "wadegiles" : "liao² hsiao⁴", + "bopomofo" : "ㄌㄧㄠˊ ㄒㄧㄠˋ", + "romatzyh" : "liau shiaw" }, + "meanings" : [ "healing efficacy; healing effect" ], + "classifiers" : [] } ] }, + { "simplified" : "疗养", + "radical" : "疒", + "level" : [ "new-4" ], + "frequency" : 20874, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "療養", + "transcriptions" : { "pinyin" : "liáo yǎng", + "numeric" : "liao2 yang3", + "wadegiles" : "liao² yang³", + "bopomofo" : "ㄌㄧㄠˊ ㄧㄤˇ", + "romatzyh" : "liau yeang" }, + "meanings" : [ "to get well", + "to heal", + "to recuperate", + "to convalesce", + "convalescence", + "to nurse" ], + "classifiers" : [] } ] }, + { "simplified" : "聊", + "radical" : "耳", + "level" : [ "new-6" ], + "frequency" : 2302, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聊", + "transcriptions" : { "pinyin" : "liáo", + "numeric" : "liao2", + "wadegiles" : "liao²", + "bopomofo" : "ㄌㄧㄠˊ", + "romatzyh" : "liau" }, + "meanings" : [ "to chat", + "to depend upon (literary)", + "temporarily", + "just", + "slightly" ], + "classifiers" : [] } ] }, + { "simplified" : "聊天", + "radical" : "耳", + "level" : [ "old-4" ], + "frequency" : 2609, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聊天", + "transcriptions" : { "pinyin" : "liáo tiān", + "numeric" : "liao2 tian1", + "wadegiles" : "liao² t'ien¹", + "bopomofo" : "ㄌㄧㄠˊ ㄊㄧㄢ", + "romatzyh" : "liau tian" }, + "meanings" : [ "to chat", "to gossip" ], + "classifiers" : [] } ] }, + { "simplified" : "聊天儿", + "radical" : "耳", + "level" : [ "new-6" ], + "frequency" : 102289, + "pos" : [], + "forms" : [ { "traditional" : "聊天兒", + "transcriptions" : { "pinyin" : "liáo tiān r", + "numeric" : "liao2 tian1 r5", + "wadegiles" : "liao² t'ien¹ r", + "bopomofo" : "ㄌㄧㄠˊ ㄊㄧㄢ r", + "romatzyh" : "liau tian r" }, + "meanings" : [ "erhua variant of 天" ], + "classifiers" : [] } ] }, + { "simplified" : "寥寥无几", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 30527, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "寥寥無幾", + "transcriptions" : { "pinyin" : "liáo liáo wú jǐ", + "numeric" : "liao2 liao2 wu2 ji3", + "wadegiles" : "liao² liao² wu² chi³", + "bopomofo" : "ㄌㄧㄠˊ ㄌㄧㄠˊ ㄨˊ ㄐㄧˇ", + "romatzyh" : "liau liau wu jii" }, + "meanings" : [ "just a very few (idiom); tiny number", + "not many at all", + "You count them on your fingers." ], + "classifiers" : [] } ] }, + { "simplified" : "料", + "radical" : "斗", + "level" : [ "new-6" ], + "frequency" : 2626, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "料", + "transcriptions" : { "pinyin" : "liào", + "numeric" : "liao4", + "wadegiles" : "liao⁴", + "bopomofo" : "ㄌㄧㄠˋ", + "romatzyh" : "liaw" }, + "meanings" : [ "material", + "stuff", + "grain", + "feed", + "to expect", + "to anticipate", + "to guess" ], + "classifiers" : [] } ] }, + { "simplified" : "料到", + "radical" : "斗", + "level" : [ "new-7+" ], + "frequency" : 9583, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "料到", + "transcriptions" : { "pinyin" : "liào dào", + "numeric" : "liao4 dao4", + "wadegiles" : "liao⁴ tao⁴", + "bopomofo" : "ㄌㄧㄠˋ ㄉㄠˋ", + "romatzyh" : "liaw daw" }, + "meanings" : [ "to foresee", "to anticipate" ], + "classifiers" : [] } ] }, + { "simplified" : "料理", + "radical" : "斗", + "level" : [ "new-7+" ], + "frequency" : 9786, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "料理", + "transcriptions" : { "pinyin" : "liào lǐ", + "numeric" : "liao4 li3", + "wadegiles" : "liao⁴ li³", + "bopomofo" : "ㄌㄧㄠˋ ㄌㄧˇ", + "romatzyh" : "liaw lii" }, + "meanings" : [ "to arrange", + "to handle", + "to cook", + "cuisine", + "art of cooking" ], + "classifiers" : [] } ] }, + { "simplified" : "列", + "radical" : "刂", + "level" : [ "new-4" ], + "frequency" : 2209, + "pos" : [ "v", "q", "n" ], + "forms" : [ { "traditional" : "列", + "transcriptions" : { "pinyin" : "liè", + "numeric" : "lie4", + "wadegiles" : "lieh⁴", + "bopomofo" : "ㄌㄧㄝˋ", + "romatzyh" : "lieh" }, + "meanings" : [ "to arrange", + "to line up", + "file", + "series", + "(in data tables) column", + "(Tw) row" ], + "classifiers" : [] } ] }, + { "simplified" : "列车", + "radical" : "刂", + "level" : [ "new-4" ], + "frequency" : 4242, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "列車", + "transcriptions" : { "pinyin" : "liè chē", + "numeric" : "lie4 che1", + "wadegiles" : "lieh⁴ ch'e¹", + "bopomofo" : "ㄌㄧㄝˋ ㄔㄜ", + "romatzyh" : "lieh che" }, + "meanings" : [ "(railway) train" ], + "classifiers" : [] } ] }, + { "simplified" : "列举", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18380, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "列舉", + "transcriptions" : { "pinyin" : "liè jǔ", + "numeric" : "lie4 ju3", + "wadegiles" : "lieh⁴ chü³", + "bopomofo" : "ㄌㄧㄝˋ ㄐㄩˇ", + "romatzyh" : "lieh jeu" }, + "meanings" : [ "a list", + "to list", + "to enumerate" ], + "classifiers" : [] } ] }, + { "simplified" : "列入", + "radical" : "刂", + "level" : [ "new-4" ], + "frequency" : 8323, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "列入", + "transcriptions" : { "pinyin" : "liè rù", + "numeric" : "lie4 ru4", + "wadegiles" : "lieh⁴ ju⁴", + "bopomofo" : "ㄌㄧㄝˋ ㄖㄨˋ", + "romatzyh" : "lieh ruh" }, + "meanings" : [ "to include on a list" ], + "classifiers" : [] } ] }, + { "simplified" : "列为", + "radical" : "刂", + "level" : [ "new-4" ], + "frequency" : 8850, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "列為", + "transcriptions" : { "pinyin" : "liè wéi", + "numeric" : "lie4 wei2", + "wadegiles" : "lieh⁴ wei²", + "bopomofo" : "ㄌㄧㄝˋ ㄨㄟˊ", + "romatzyh" : "lieh wei" }, + "meanings" : [ "to be classified as" ], + "classifiers" : [] } ] }, + { "simplified" : "劣势", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 13022, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "劣勢", + "transcriptions" : { "pinyin" : "liè shì", + "numeric" : "lie4 shi4", + "wadegiles" : "lieh⁴ shih⁴", + "bopomofo" : "ㄌㄧㄝˋ ㄕˋ", + "romatzyh" : "lieh shyh" }, + "meanings" : [ "inferior", "disadvantaged" ], + "classifiers" : [] } ] }, + { "simplified" : "劣质", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 14224, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "劣質", + "transcriptions" : { "pinyin" : "liè zhì", + "numeric" : "lie4 zhi4", + "wadegiles" : "lieh⁴ chih⁴", + "bopomofo" : "ㄌㄧㄝˋ ㄓˋ", + "romatzyh" : "lieh jyh" }, + "meanings" : [ "shoddy; of poor quality" ], + "classifiers" : [] } ] }, + { "simplified" : "烈士", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 11928, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "烈士", + "transcriptions" : { "pinyin" : "liè shì", + "numeric" : "lie4 shi4", + "wadegiles" : "lieh⁴ shih⁴", + "bopomofo" : "ㄌㄧㄝˋ ㄕˋ", + "romatzyh" : "lieh shyh" }, + "meanings" : [ "martyr" ], + "classifiers" : [] } ] }, + { "simplified" : "猎犬", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 25647, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獵犬", + "transcriptions" : { "pinyin" : "liè quǎn", + "numeric" : "lie4 quan3", + "wadegiles" : "lieh⁴ ch'üan³", + "bopomofo" : "ㄌㄧㄝˋ ㄑㄩㄢˇ", + "romatzyh" : "lieh cheuan" }, + "meanings" : [ "hound", "hunting dog" ], + "classifiers" : [] } ] }, + { "simplified" : "猎人", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 9488, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獵人", + "transcriptions" : { "pinyin" : "liè rén", + "numeric" : "lie4 ren2", + "wadegiles" : "lieh⁴ jen²", + "bopomofo" : "ㄌㄧㄝˋ ㄖㄣˊ", + "romatzyh" : "lieh ren" }, + "meanings" : [ "hunter" ], + "classifiers" : [] } ] }, + { "simplified" : "裂", + "radical" : "衣", + "level" : [ "new-6" ], + "frequency" : 6953, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "裂", + "transcriptions" : { "pinyin" : "liè", + "numeric" : "lie4", + "wadegiles" : "lieh⁴", + "bopomofo" : "ㄌㄧㄝˋ", + "romatzyh" : "lieh" }, + "meanings" : [ "to split", + "to crack", + "to break open", + "to rend" ], + "classifiers" : [] } ] }, + { "simplified" : "裂缝", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 8135, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "裂縫", + "transcriptions" : { "pinyin" : "liè fèng", + "numeric" : "lie4 feng4", + "wadegiles" : "lieh⁴ feng⁴", + "bopomofo" : "ㄌㄧㄝˋ ㄈㄥˋ", + "romatzyh" : "lieh fenq" }, + "meanings" : [ "crack", "crevice" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "裂痕", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 17741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "裂痕", + "transcriptions" : { "pinyin" : "liè hén", + "numeric" : "lie4 hen2", + "wadegiles" : "lieh⁴ hen²", + "bopomofo" : "ㄌㄧㄝˋ ㄏㄣˊ", + "romatzyh" : "lieh hern" }, + "meanings" : [ "crack", "gap", "split" ], + "classifiers" : [] } ] }, + { "simplified" : "咧嘴", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "咧嘴", + "transcriptions" : { "pinyin" : "liě zuǐ", + "numeric" : "lie3 zui3", + "wadegiles" : "lieh³ tsui³", + "bopomofo" : "ㄌㄧㄝˇ ㄗㄨㄟˇ", + "romatzyh" : "liee tzoei" }, + "meanings" : [ "to grin" ], + "classifiers" : [] } ] }, + { "simplified" : "拎", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11124, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拎", + "transcriptions" : { "pinyin" : "līn", + "numeric" : "lin1", + "wadegiles" : "lin¹", + "bopomofo" : "ㄌㄧㄣ", + "romatzyh" : "lhin" }, + "meanings" : [ "to lift up; to carry in one's hand", + "Taiwan pr. [līng]" ], + "classifiers" : [] } ] }, + { "simplified" : "邻国", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 23913, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鄰國", + "transcriptions" : { "pinyin" : "lín guó", + "numeric" : "lin2 guo2", + "wadegiles" : "lin² kuo²", + "bopomofo" : "ㄌㄧㄣˊ ㄍㄨㄛˊ", + "romatzyh" : "lin gwo" }, + "meanings" : [ "bordering country", + "neighbor country", + "neighboring countries", + "surrounding countries" ], + "classifiers" : [] } ] }, + { "simplified" : "邻居", + "radical" : "阝", + "level" : [ "new-5", "old-3" ], + "frequency" : 3360, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鄰居", + "transcriptions" : { "pinyin" : "lín jū", + "numeric" : "lin2 ju1", + "wadegiles" : "lin² chü¹", + "bopomofo" : "ㄌㄧㄣˊ ㄐㄩ", + "romatzyh" : "lin jiu" }, + "meanings" : [ "neighbor", "next door" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "临", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 6091, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "臨", + "transcriptions" : { "pinyin" : "lín", + "numeric" : "lin2", + "wadegiles" : "lin²", + "bopomofo" : "ㄌㄧㄣˊ", + "romatzyh" : "lin" }, + "meanings" : [ "to face", + "to overlook", + "to arrive", + "to be (just) about to", + "just before" ], + "classifiers" : [] } ] }, + { "simplified" : "临床", + "radical" : "丨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4243, + "pos" : [ "vn", "v", "b" ], + "forms" : [ { "traditional" : "臨床", + "transcriptions" : { "pinyin" : "lín chuáng", + "numeric" : "lin2 chuang2", + "wadegiles" : "lin² ch'uang²", + "bopomofo" : "ㄌㄧㄣˊ ㄔㄨㄤˊ", + "romatzyh" : "lin chwang" }, + "meanings" : [ "clinical" ], + "classifiers" : [] } ] }, + { "simplified" : "临街", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 39431, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "臨街", + "transcriptions" : { "pinyin" : "lín jiē", + "numeric" : "lin2 jie1", + "wadegiles" : "lin² chieh¹", + "bopomofo" : "ㄌㄧㄣˊ ㄐㄧㄝ", + "romatzyh" : "lin jie" }, + "meanings" : [ "facing the street" ], + "classifiers" : [] } ] }, + { "simplified" : "临近", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 9411, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "臨近", + "transcriptions" : { "pinyin" : "lín jìn", + "numeric" : "lin2 jin4", + "wadegiles" : "lin² chin⁴", + "bopomofo" : "ㄌㄧㄣˊ ㄐㄧㄣˋ", + "romatzyh" : "lin jinn" }, + "meanings" : [ "close to", "approaching" ], + "classifiers" : [] } ] }, + { "simplified" : "临时", + "radical" : "丨", + "level" : [ "new-4", "old-5" ], + "frequency" : 3015, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "臨時", + "transcriptions" : { "pinyin" : "lín shí", + "numeric" : "lin2 shi2", + "wadegiles" : "lin² shih²", + "bopomofo" : "ㄌㄧㄣˊ ㄕˊ", + "romatzyh" : "lin shyr" }, + "meanings" : [ "as the time draws near", + "at the last moment", + "temporary", + "interim", + "ad hoc" ], + "classifiers" : [] } ] }, + { "simplified" : "淋", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7448, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "淋", + "transcriptions" : { "pinyin" : "lín", + "numeric" : "lin2", + "wadegiles" : "lin²", + "bopomofo" : "ㄌㄧㄣˊ", + "romatzyh" : "lin" }, + "meanings" : [ "to sprinkle", + "to drip", + "to pour", + "to drench" ], + "classifiers" : [] }, + { "traditional" : "淋", + "transcriptions" : { "pinyin" : "lìn", + "numeric" : "lin4", + "wadegiles" : "lin⁴", + "bopomofo" : "ㄌㄧㄣˋ", + "romatzyh" : "linn" }, + "meanings" : [ "to filter", + "to strain", + "to drain", + "gonorrhea", + "(TCM) strangury" ], + "classifiers" : [] } ] }, + { "simplified" : "吝啬", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 16240, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "吝嗇", + "transcriptions" : { "pinyin" : "lìn sè", + "numeric" : "lin4 se4", + "wadegiles" : "lin⁴ se⁴", + "bopomofo" : "ㄌㄧㄣˋ ㄙㄜˋ", + "romatzyh" : "linn seh" }, + "meanings" : [ "stingy; mean; miserly" ], + "classifiers" : [] } ] }, + { "simplified" : "灵", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 2026, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "靈", + "transcriptions" : { "pinyin" : "líng", + "numeric" : "ling2", + "wadegiles" : "ling²", + "bopomofo" : "ㄌㄧㄥˊ", + "romatzyh" : "ling" }, + "meanings" : [ "quick", + "alert", + "efficacious", + "effective", + "to come true", + "spirit", + "departed soul", + "coffin" ], + "classifiers" : [] } ] }, + { "simplified" : "灵感", + "radical" : "彐", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4591, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "靈感", + "transcriptions" : { "pinyin" : "líng gǎn", + "numeric" : "ling2 gan3", + "wadegiles" : "ling² kan³", + "bopomofo" : "ㄌㄧㄥˊ ㄍㄢˇ", + "romatzyh" : "ling gaan" }, + "meanings" : [ "inspiration", + "insight", + "a burst of creativity in scientific or artistic endeavor" ], + "classifiers" : [] } ] }, + { "simplified" : "灵魂", + "radical" : "彐", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2579, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "靈魂", + "transcriptions" : { "pinyin" : "líng hún", + "numeric" : "ling2 hun2", + "wadegiles" : "ling² hun²", + "bopomofo" : "ㄌㄧㄥˊ ㄏㄨㄣˊ", + "romatzyh" : "ling hwen" }, + "meanings" : [ "soul", "spirit" ], + "classifiers" : [] } ] }, + { "simplified" : "灵活", + "radical" : "彐", + "level" : [ "new-6", "old-5" ], + "frequency" : 6491, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "靈活", + "transcriptions" : { "pinyin" : "líng huó", + "numeric" : "ling2 huo2", + "wadegiles" : "ling² huo²", + "bopomofo" : "ㄌㄧㄥˊ ㄏㄨㄛˊ", + "romatzyh" : "ling hwo" }, + "meanings" : [ "flexible", "nimble", "agile" ], + "classifiers" : [] } ] }, + { "simplified" : "灵机一动", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 32503, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "靈機一動", + "transcriptions" : { "pinyin" : "líng jī yī dòng", + "numeric" : "ling2 ji1 yi1 dong4", + "wadegiles" : "ling² chi¹ i¹ tung⁴", + "bopomofo" : "ㄌㄧㄥˊ ㄐㄧ ㄧ ㄉㄨㄥˋ", + "romatzyh" : "ling ji i donq" }, + "meanings" : [ "a bright idea suddenly occurs (idiom); to hit upon an inspiration", + "to be struck by a brainwave" ], + "classifiers" : [] } ] }, + { "simplified" : "灵敏", + "radical" : "彐", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13980, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "靈敏", + "transcriptions" : { "pinyin" : "líng mǐn", + "numeric" : "ling2 min3", + "wadegiles" : "ling² min³", + "bopomofo" : "ㄌㄧㄥˊ ㄇㄧㄣˇ", + "romatzyh" : "ling miin" }, + "meanings" : [ "smart", + "clever", + "sensitive", + "keen", + "quick", + "sharp" ], + "classifiers" : [] } ] }, + { "simplified" : "灵巧", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 21037, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "靈巧", + "transcriptions" : { "pinyin" : "líng qiǎo", + "numeric" : "ling2 qiao3", + "wadegiles" : "ling² ch'iao³", + "bopomofo" : "ㄌㄧㄥˊ ㄑㄧㄠˇ", + "romatzyh" : "ling cheau" }, + "meanings" : [ "deft", "nimble", "ingenious" ], + "classifiers" : [] } ] }, + { "simplified" : "灵通", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 15005, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "靈通", + "transcriptions" : { "pinyin" : "líng tōng", + "numeric" : "ling2 tong1", + "wadegiles" : "ling² t'ung¹", + "bopomofo" : "ㄌㄧㄥˊ ㄊㄨㄥ", + "romatzyh" : "ling tong" }, + "meanings" : [ "fast and abundant (news)", + "clever", + "effective" ], + "classifiers" : [] } ] }, + { "simplified" : "凌晨", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2595, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "凌晨", + "transcriptions" : { "pinyin" : "líng chén", + "numeric" : "ling2 chen2", + "wadegiles" : "ling² ch'en²", + "bopomofo" : "ㄌㄧㄥˊ ㄔㄣˊ", + "romatzyh" : "ling chern" }, + "meanings" : [ "very early in the morning", + "in the wee hours" ], + "classifiers" : [] } ] }, + { "simplified" : "铃", + "radical" : "钅", + "level" : [ "new-5", "old-5" ], + "frequency" : 6132, + "pos" : [ "o", "g" ], + "forms" : [ { "traditional" : "鈴", + "transcriptions" : { "pinyin" : "líng", + "numeric" : "ling2", + "wadegiles" : "ling²", + "bopomofo" : "ㄌㄧㄥˊ", + "romatzyh" : "ling" }, + "meanings" : [ "(small) bell" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "铃声", + "radical" : "钅", + "level" : [ "new-5" ], + "frequency" : 7216, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鈴聲", + "transcriptions" : { "pinyin" : "líng shēng", + "numeric" : "ling2 sheng1", + "wadegiles" : "ling² sheng¹", + "bopomofo" : "ㄌㄧㄥˊ ㄕㄥ", + "romatzyh" : "ling sheng" }, + "meanings" : [ "ring", + "ringtone", + "bell stroke", + "tintinnabulation" ], + "classifiers" : [] } ] }, + { "simplified" : "零", + "radical" : "雨", + "level" : [ "new-1", "old-1" ], + "frequency" : 3623, + "pos" : [ "m", "t", "g" ], + "forms" : [ { "traditional" : "零", + "transcriptions" : { "pinyin" : "líng", + "numeric" : "ling2", + "wadegiles" : "ling²", + "bopomofo" : "ㄌㄧㄥˊ", + "romatzyh" : "ling" }, + "meanings" : [ "zero", + "nought", + "zero sign", + "fractional", + "fragmentary", + "odd (of numbers)", + "(placed between two numbers to indicate a smaller quantity followed by a larger one)", + "fraction", + "(in mathematics) remainder (after division)", + "extra", + "to wither and fall", + "to wither" ], + "classifiers" : [] } ] }, + { "simplified" : "零花钱", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 19487, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "零花錢", + "transcriptions" : { "pinyin" : "líng huā qián", + "numeric" : "ling2 hua1 qian2", + "wadegiles" : "ling² hua¹ ch'ien²", + "bopomofo" : "ㄌㄧㄥˊ ㄏㄨㄚ ㄑㄧㄢˊ", + "romatzyh" : "ling hua chyan" }, + "meanings" : [ "pocket money", "allowance" ], + "classifiers" : [] } ] }, + { "simplified" : "零件", + "radical" : "雨", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8400, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "零件", + "transcriptions" : { "pinyin" : "líng jiàn", + "numeric" : "ling2 jian4", + "wadegiles" : "ling² chien⁴", + "bopomofo" : "ㄌㄧㄥˊ ㄐㄧㄢˋ", + "romatzyh" : "ling jiann" }, + "meanings" : [ "part", "component" ], + "classifiers" : [] } ] }, + { "simplified" : "零钱", + "radical" : "雨", + "level" : [ "new-7+", "old-5" ], + "frequency" : 13354, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "零錢", + "transcriptions" : { "pinyin" : "líng qián", + "numeric" : "ling2 qian2", + "wadegiles" : "ling² ch'ien²", + "bopomofo" : "ㄌㄧㄥˊ ㄑㄧㄢˊ", + "romatzyh" : "ling chyan" }, + "meanings" : [ "change (of money)", + "small change", + "pocket money" ], + "classifiers" : [] } ] }, + { "simplified" : "零食", + "radical" : "雨", + "level" : [ "new-4", "old-5" ], + "frequency" : 8964, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "零食", + "transcriptions" : { "pinyin" : "líng shí", + "numeric" : "ling2 shi2", + "wadegiles" : "ling² shih²", + "bopomofo" : "ㄌㄧㄥˊ ㄕˊ", + "romatzyh" : "ling shyr" }, + "meanings" : [ "between-meal nibbles", "snacks" ], + "classifiers" : [] } ] }, + { "simplified" : "零售", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 9935, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "零售", + "transcriptions" : { "pinyin" : "líng shòu", + "numeric" : "ling2 shou4", + "wadegiles" : "ling² shou⁴", + "bopomofo" : "ㄌㄧㄥˊ ㄕㄡˋ", + "romatzyh" : "ling show" }, + "meanings" : [ "to retail", + "to sell individually or in small quantities" ], + "classifiers" : [] } ] }, + { "simplified" : "零下", + "radical" : "雨", + "level" : [ "new-2" ], + "frequency" : 14498, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "零下", + "transcriptions" : { "pinyin" : "líng xià", + "numeric" : "ling2 xia4", + "wadegiles" : "ling² hsia⁴", + "bopomofo" : "ㄌㄧㄥˊ ㄒㄧㄚˋ", + "romatzyh" : "ling shiah" }, + "meanings" : [ "below zero" ], + "classifiers" : [] } ] }, + { "simplified" : "零星", + "radical" : "雨", + "level" : [ "old-6" ], + "frequency" : 21996, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "零星", + "transcriptions" : { "pinyin" : "líng xīng", + "numeric" : "ling2 xing1", + "wadegiles" : "ling² hsing¹", + "bopomofo" : "ㄌㄧㄥˊ ㄒㄧㄥ", + "romatzyh" : "ling shing" }, + "meanings" : [ "fragmentary", + "random", + "bits and pieces", + "sporadic" ], + "classifiers" : [] } ] }, + { "simplified" : "领", + "radical" : "页", + "level" : [ "new-3" ], + "frequency" : 2044, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "領", + "transcriptions" : { "pinyin" : "lǐng", + "numeric" : "ling3", + "wadegiles" : "ling³", + "bopomofo" : "ㄌㄧㄥˇ", + "romatzyh" : "liing" }, + "meanings" : [ "neck", + "collar", + "to lead", + "to receive", + "classifier for clothes, mats, screens etc" ], + "classifiers" : [] } ] }, + { "simplified" : "领带", + "radical" : "页", + "level" : [ "new-5" ], + "frequency" : 9352, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "領帶", + "transcriptions" : { "pinyin" : "lǐng dài", + "numeric" : "ling3 dai4", + "wadegiles" : "ling³ tai⁴", + "bopomofo" : "ㄌㄧㄥˇ ㄉㄞˋ", + "romatzyh" : "liing day" }, + "meanings" : [ "necktie" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "领导", + "radical" : "页", + "level" : [ "new-3", "old-5" ], + "frequency" : 1433, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "領導", + "transcriptions" : { "pinyin" : "lǐng dǎo", + "numeric" : "ling3 dao3", + "wadegiles" : "ling³ tao³", + "bopomofo" : "ㄌㄧㄥˇ ㄉㄠˇ", + "romatzyh" : "liing dao" }, + "meanings" : [ "lead", + "leading", + "to lead", + "leadership", + "leader" ], + "classifiers" : [ "位", "个" ] } ] }, + { "simplified" : "领队", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 11559, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "領隊", + "transcriptions" : { "pinyin" : "lǐng duì", + "numeric" : "ling3 dui4", + "wadegiles" : "ling³ tui⁴", + "bopomofo" : "ㄌㄧㄥˇ ㄉㄨㄟˋ", + "romatzyh" : "liing duey" }, + "meanings" : [ "to lead a group", + "leader of a group", + "captain (of sports squad)" ], + "classifiers" : [] } ] }, + { "simplified" : "领略", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 16941, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "領略", + "transcriptions" : { "pinyin" : "lǐng lu:è", + "numeric" : "ling3 lüe4", + "wadegiles" : "ling³ lu:è", + "bopomofo" : "ㄌㄧㄥˇ lu:è", + "romatzyh" : "liing lu:è" }, + "meanings" : [ "to have a taste of", + "to realize", + "to appreciate" ], + "classifiers" : [] } ] }, + { "simplified" : "领会", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12532, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "領會", + "transcriptions" : { "pinyin" : "lǐng huì", + "numeric" : "ling3 hui4", + "wadegiles" : "ling³ hui⁴", + "bopomofo" : "ㄌㄧㄥˇ ㄏㄨㄟˋ", + "romatzyh" : "liing huey" }, + "meanings" : [ "to understand", + "to comprehend", + "to grasp" ], + "classifiers" : [] } ] }, + { "simplified" : "领军", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "領軍", + "transcriptions" : { "pinyin" : "lǐng jūn", + "numeric" : "ling3 jun1", + "wadegiles" : "ling³ chün¹", + "bopomofo" : "ㄌㄧㄥˇ ㄐㄩㄣ", + "romatzyh" : "liing jiun" }, + "meanings" : [ "to lead troups", + "(fig.) to lead", + "leading" ], + "classifiers" : [] } ] }, + { "simplified" : "领取", + "radical" : "页", + "level" : [ "new-6" ], + "frequency" : 10119, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "領取", + "transcriptions" : { "pinyin" : "lǐng qǔ", + "numeric" : "ling3 qu3", + "wadegiles" : "ling³ ch'ü³", + "bopomofo" : "ㄌㄧㄥˇ ㄑㄩˇ", + "romatzyh" : "liing cheu" }, + "meanings" : [ "to receive; to draw; to get" ], + "classifiers" : [] } ] }, + { "simplified" : "领事", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 20219, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "領事", + "transcriptions" : { "pinyin" : "lǐng shì", + "numeric" : "ling3 shi4", + "wadegiles" : "ling³ shih⁴", + "bopomofo" : "ㄌㄧㄥˇ ㄕˋ", + "romatzyh" : "liing shyh" }, + "meanings" : [ "consul" ], + "classifiers" : [] } ] }, + { "simplified" : "领事馆", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23364, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "領事館", + "transcriptions" : { "pinyin" : "lǐng shì guǎn", + "numeric" : "ling3 shi4 guan3", + "wadegiles" : "ling³ shih⁴ kuan³", + "bopomofo" : "ㄌㄧㄥˇ ㄕˋ ㄍㄨㄢˇ", + "romatzyh" : "liing shyh goan" }, + "meanings" : [ "consulate" ], + "classifiers" : [] } ] }, + { "simplified" : "领土", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8618, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "領土", + "transcriptions" : { "pinyin" : "lǐng tǔ", + "numeric" : "ling3 tu3", + "wadegiles" : "ling³ t'u³", + "bopomofo" : "ㄌㄧㄥˇ ㄊㄨˇ", + "romatzyh" : "liing tuu" }, + "meanings" : [ "territory" ], + "classifiers" : [] } ] }, + { "simplified" : "领悟", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12096, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "領悟", + "transcriptions" : { "pinyin" : "lǐng wù", + "numeric" : "ling3 wu4", + "wadegiles" : "ling³ wu⁴", + "bopomofo" : "ㄌㄧㄥˇ ㄨˋ", + "romatzyh" : "liing wuh" }, + "meanings" : [ "to understand", "to comprehend" ], + "classifiers" : [] } ] }, + { "simplified" : "领先", + "radical" : "页", + "level" : [ "new-3", "old-6" ], + "frequency" : 2791, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "領先", + "transcriptions" : { "pinyin" : "lǐng xiān", + "numeric" : "ling3 xian1", + "wadegiles" : "ling³ hsien¹", + "bopomofo" : "ㄌㄧㄥˇ ㄒㄧㄢ", + "romatzyh" : "liing shian" }, + "meanings" : [ "to lead", "to be in front" ], + "classifiers" : [] } ] }, + { "simplified" : "领袖", + "radical" : "页", + "level" : [ "new-6", "old-6" ], + "frequency" : 3957, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "領袖", + "transcriptions" : { "pinyin" : "lǐng xiù", + "numeric" : "ling3 xiu4", + "wadegiles" : "ling³ hsiu⁴", + "bopomofo" : "ㄌㄧㄥˇ ㄒㄧㄡˋ", + "romatzyh" : "liing shiow" }, + "meanings" : [ "leader" ], + "classifiers" : [] } ] }, + { "simplified" : "领养", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 10747, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "領養", + "transcriptions" : { "pinyin" : "lǐng yǎng", + "numeric" : "ling3 yang3", + "wadegiles" : "ling³ yang³", + "bopomofo" : "ㄌㄧㄥˇ ㄧㄤˇ", + "romatzyh" : "liing yeang" }, + "meanings" : [ "to adopt (a child); adoption" ], + "classifiers" : [] } ] }, + { "simplified" : "领域", + "radical" : "页", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2459, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "領域", + "transcriptions" : { "pinyin" : "lǐng yù", + "numeric" : "ling3 yu4", + "wadegiles" : "ling³ yü⁴", + "bopomofo" : "ㄌㄧㄥˇ ㄩˋ", + "romatzyh" : "liing yuh" }, + "meanings" : [ "domain", + "sphere", + "field", + "territory", + "area" ], + "classifiers" : [] } ] }, + { "simplified" : "令", + "radical" : "人", + "level" : [ "new-5" ], + "frequency" : 776, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "令", + "transcriptions" : { "pinyin" : "líng", + "numeric" : "ling2", + "wadegiles" : "ling²", + "bopomofo" : "ㄌㄧㄥˊ", + "romatzyh" : "ling" }, + "meanings" : [ "used in 令", + "used in 狐 (Taiwan pr. [lìng])" ], + "classifiers" : [] }, + { "traditional" : "令", + "transcriptions" : { "pinyin" : "lǐng", + "numeric" : "ling3", + "wadegiles" : "ling³", + "bopomofo" : "ㄌㄧㄥˇ", + "romatzyh" : "liing" }, + "meanings" : [ "classifier for a ream of paper" ], + "classifiers" : [] }, + { "traditional" : "令", + "transcriptions" : { "pinyin" : "lìng", + "numeric" : "ling4", + "wadegiles" : "ling⁴", + "bopomofo" : "ㄌㄧㄥˋ", + "romatzyh" : "linq" }, + "meanings" : [ "to order", + "to command", + "an order", + "warrant", + "writ", + "to cause", + "to make sth happen", + "virtuous", + "honorific title", + "season", + "government position (old)", + "type of short song or poem" ], + "classifiers" : [] } ] }, + { "simplified" : "另", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 541, + "pos" : [ "r", "d" ], + "forms" : [ { "traditional" : "另", + "transcriptions" : { "pinyin" : "lìng", + "numeric" : "ling4", + "wadegiles" : "ling⁴", + "bopomofo" : "ㄌㄧㄥˋ", + "romatzyh" : "linq" }, + "meanings" : [ "other", + "another", + "separate", + "separately" ], + "classifiers" : [] } ] }, + { "simplified" : "另外", + "radical" : "口", + "level" : [ "new-3", "old-4" ], + "frequency" : 725, + "pos" : [ "r", "c", "d" ], + "forms" : [ { "traditional" : "另外", + "transcriptions" : { "pinyin" : "lìng wài", + "numeric" : "ling4 wai4", + "wadegiles" : "ling⁴ wai⁴", + "bopomofo" : "ㄌㄧㄥˋ ㄨㄞˋ", + "romatzyh" : "linq way" }, + "meanings" : [ "additional", + "in addition", + "besides", + "separate", + "other", + "moreover", + "furthermore" ], + "classifiers" : [] } ] }, + { "simplified" : "另一方面", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 4851, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "另一方面", + "transcriptions" : { "pinyin" : "lìng yī fāng miàn", + "numeric" : "ling4 yi1 fang1 mian4", + "wadegiles" : "ling⁴ i¹ fang¹ mien⁴", + "bopomofo" : "ㄌㄧㄥˋ ㄧ ㄈㄤ ㄇㄧㄢˋ", + "romatzyh" : "linq i fang miann" }, + "meanings" : [ "on the other hand", + "another aspect" ], + "classifiers" : [] } ] }, + { "simplified" : "伶俐", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 31514, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "伶俐", + "transcriptions" : { "pinyin" : "líng lì", + "numeric" : "ling2 li4", + "wadegiles" : "ling² li⁴", + "bopomofo" : "ㄌㄧㄥˊ ㄌㄧˋ", + "romatzyh" : "ling lih" }, + "meanings" : [ "clever", "witty", "intelligent" ], + "classifiers" : [] } ] }, + { "simplified" : "溜", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5659, + "pos" : [ "v", "q", "g" ], + "forms" : [ { "traditional" : "溜", + "transcriptions" : { "pinyin" : "liū", + "numeric" : "liu1", + "wadegiles" : "liu¹", + "bopomofo" : "ㄌㄧㄡ", + "romatzyh" : "lhiou" }, + "meanings" : [ "to slip away", + "to escape in stealth", + "to skate" ], + "classifiers" : [] }, + { "traditional" : "溜", + "transcriptions" : { "pinyin" : "liù", + "numeric" : "liu4", + "wadegiles" : "liu⁴", + "bopomofo" : "ㄌㄧㄡˋ", + "romatzyh" : "liow" }, + "meanings" : [ "used in 溜" ], + "classifiers" : [] } ] }, + { "simplified" : "溜达", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 16564, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "溜達", + "transcriptions" : { "pinyin" : "liū da", + "numeric" : "liu1 da5", + "wadegiles" : "liu¹ da", + "bopomofo" : "ㄌㄧㄡ da", + "romatzyh" : "lhiou da" }, + "meanings" : [ "to stroll", "to go for a walk" ], + "classifiers" : [] } ] }, + { "simplified" : "浏览", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7707, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "瀏覽", + "transcriptions" : { "pinyin" : "liú lǎn", + "numeric" : "liu2 lan3", + "wadegiles" : "liu² lan³", + "bopomofo" : "ㄌㄧㄡˊ ㄌㄢˇ", + "romatzyh" : "liou laan" }, + "meanings" : [ "to skim over", "to browse" ], + "classifiers" : [] } ] }, + { "simplified" : "浏览器", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 28853, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瀏覽器", + "transcriptions" : { "pinyin" : "liú lǎn qì", + "numeric" : "liu2 lan3 qi4", + "wadegiles" : "liu² lan³ ch'i⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄌㄢˇ ㄑㄧˋ", + "romatzyh" : "liou laan chih" }, + "meanings" : [ "browser (software)" ], + "classifiers" : [] } ] }, + { "simplified" : "流", + "radical" : "氵", + "level" : [ "new-2" ], + "frequency" : 1337, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "流", + "transcriptions" : { "pinyin" : "liú", + "numeric" : "liu2", + "wadegiles" : "liu²", + "bopomofo" : "ㄌㄧㄡˊ", + "romatzyh" : "liou" }, + "meanings" : [ "to flow", + "to disseminate", + "to circulate or spread", + "to move or drift", + "to degenerate", + "to banish or send into exile", + "stream of water or sth resembling one", + "class, rate or grade" ], + "classifiers" : [] } ] }, + { "simplified" : "流畅", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 9270, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "流暢", + "transcriptions" : { "pinyin" : "liú chàng", + "numeric" : "liu2 chang4", + "wadegiles" : "liu² ch'ang⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄔㄤˋ", + "romatzyh" : "liou chanq" }, + "meanings" : [ "flowing (of speech, writing)", + "fluent", + "smooth and easy" ], + "classifiers" : [] } ] }, + { "simplified" : "流程", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8987, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "流程", + "transcriptions" : { "pinyin" : "liú chéng", + "numeric" : "liu2 cheng2", + "wadegiles" : "liu² ch'eng²", + "bopomofo" : "ㄌㄧㄡˊ ㄔㄥˊ", + "romatzyh" : "liou cherng" }, + "meanings" : [ "course", + "stream", + "sequence of processes", + "work flow in manufacturing" ], + "classifiers" : [] } ] }, + { "simplified" : "流传", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 7952, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "流傳", + "transcriptions" : { "pinyin" : "liú chuán", + "numeric" : "liu2 chuan2", + "wadegiles" : "liu² ch'uan²", + "bopomofo" : "ㄌㄧㄡˊ ㄔㄨㄢˊ", + "romatzyh" : "liou chwan" }, + "meanings" : [ "to spread", + "to circulate", + "to hand down" ], + "classifiers" : [] } ] }, + { "simplified" : "流动", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 5689, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "流動", + "transcriptions" : { "pinyin" : "liú dòng", + "numeric" : "liu2 dong4", + "wadegiles" : "liu² tung⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄉㄨㄥˋ", + "romatzyh" : "liou donq" }, + "meanings" : [ "to flow", + "to circulate", + "to go from place to place", + "to be mobile", + "(of assets) liquid" ], + "classifiers" : [] } ] }, + { "simplified" : "流感", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 5632, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "流感", + "transcriptions" : { "pinyin" : "liú gǎn", + "numeric" : "liu2 gan3", + "wadegiles" : "liu² kan³", + "bopomofo" : "ㄌㄧㄡˊ ㄍㄢˇ", + "romatzyh" : "liou gaan" }, + "meanings" : [ "flu; influenza" ], + "classifiers" : [] } ] }, + { "simplified" : "流浪", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6517, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "流浪", + "transcriptions" : { "pinyin" : "liú làng", + "numeric" : "liu2 lang4", + "wadegiles" : "liu² lang⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄌㄤˋ", + "romatzyh" : "liou lanq" }, + "meanings" : [ "to drift about", + "to wander", + "to roam", + "nomadic", + "homeless", + "unsettled (e.g. population)", + "vagrant" ], + "classifiers" : [] } ] }, + { "simplified" : "流泪", + "radical" : "氵", + "level" : [ "new-7+", "old-4" ], + "frequency" : 7253, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "流淚", + "transcriptions" : { "pinyin" : "liú lèi", + "numeric" : "liu2 lei4", + "wadegiles" : "liu² lei⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄌㄟˋ", + "romatzyh" : "liou ley" }, + "meanings" : [ "to shed tears" ], + "classifiers" : [] } ] }, + { "simplified" : "流利", + "radical" : "氵", + "level" : [ "new-2", "old-4" ], + "frequency" : 17449, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "流利", + "transcriptions" : { "pinyin" : "liú lì", + "numeric" : "liu2 li4", + "wadegiles" : "liu² li⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄌㄧˋ", + "romatzyh" : "liou lih" }, + "meanings" : [ "fluent" ], + "classifiers" : [] } ] }, + { "simplified" : "流量", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 12321, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "流量", + "transcriptions" : { "pinyin" : "liú liàng", + "numeric" : "liu2 liang4", + "wadegiles" : "liu² liang⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄌㄧㄤˋ", + "romatzyh" : "liou lianq" }, + "meanings" : [ "flow rate; throughput of passengers; volume of traffic", + "(hydrology) discharge", + "data traffic; network traffic; website traffic; mobile data" ], + "classifiers" : [] } ] }, + { "simplified" : "流露", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12368, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "流露", + "transcriptions" : { "pinyin" : "liú lù", + "numeric" : "liu2 lu4", + "wadegiles" : "liu² lu⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄌㄨˋ", + "romatzyh" : "liou luh" }, + "meanings" : [ "to reveal (indirectly, implicitly)", + "to show (interest, contempt etc) by means of one's actions, tone of voice etc" ], + "classifiers" : [] } ] }, + { "simplified" : "流氓", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5202, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "流氓", + "transcriptions" : { "pinyin" : "liú máng", + "numeric" : "liu2 mang2", + "wadegiles" : "liu² mang²", + "bopomofo" : "ㄌㄧㄡˊ ㄇㄤˊ", + "romatzyh" : "liou mang" }, + "meanings" : [ "rogue", + "hoodlum", + "gangster", + "immoral behavior" ], + "classifiers" : [] } ] }, + { "simplified" : "流入", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13234, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "流入", + "transcriptions" : { "pinyin" : "liú rù", + "numeric" : "liu2 ru4", + "wadegiles" : "liu² ju⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄖㄨˋ", + "romatzyh" : "liou ruh" }, + "meanings" : [ "to flow into", + "to drift into", + "influx", + "inflow" ], + "classifiers" : [] } ] }, + { "simplified" : "流失", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 11192, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "流失", + "transcriptions" : { "pinyin" : "liú shī", + "numeric" : "liu2 shi1", + "wadegiles" : "liu² shih¹", + "bopomofo" : "ㄌㄧㄡˊ ㄕ", + "romatzyh" : "liou shy" }, + "meanings" : [ "(of soil etc) to wash away", + "to be eroded", + "(fig.) (of talented staff, followers of a religious faith, investment funds etc) to go elsewhere", + "to fail to be retained" ], + "classifiers" : [] } ] }, + { "simplified" : "流水", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10995, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "流水", + "transcriptions" : { "pinyin" : "liú shuǐ", + "numeric" : "liu2 shui3", + "wadegiles" : "liu² shui³", + "bopomofo" : "ㄌㄧㄡˊ ㄕㄨㄟˇ", + "romatzyh" : "liou shoei" }, + "meanings" : [ "running water", + "(business) turnover" ], + "classifiers" : [] } ] }, + { "simplified" : "流淌", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 12874, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "流淌", + "transcriptions" : { "pinyin" : "liú tǎng", + "numeric" : "liu2 tang3", + "wadegiles" : "liu² t'ang³", + "bopomofo" : "ㄌㄧㄡˊ ㄊㄤˇ", + "romatzyh" : "liou taang" }, + "meanings" : [ "to flow" ], + "classifiers" : [] } ] }, + { "simplified" : "流通", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 8541, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "流通", + "transcriptions" : { "pinyin" : "liú tōng", + "numeric" : "liu2 tong1", + "wadegiles" : "liu² t'ung¹", + "bopomofo" : "ㄌㄧㄡˊ ㄊㄨㄥ", + "romatzyh" : "liou tong" }, + "meanings" : [ "to circulate; to distribute", + "circulation; distribution" ], + "classifiers" : [] } ] }, + { "simplified" : "流向", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 14722, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "流向", + "transcriptions" : { "pinyin" : "liú xiàng", + "numeric" : "liu2 xiang4", + "wadegiles" : "liu² hsiang⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄒㄧㄤˋ", + "romatzyh" : "liou shianq" }, + "meanings" : [ "direction of a current", + "direction of flow", + "to flow toward" ], + "classifiers" : [] } ] }, + { "simplified" : "流行", + "radical" : "氵", + "level" : [ "new-2", "old-4" ], + "frequency" : 2724, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "流行", + "transcriptions" : { "pinyin" : "liú xíng", + "numeric" : "liu2 xing2", + "wadegiles" : "liu² hsing²", + "bopomofo" : "ㄌㄧㄡˊ ㄒㄧㄥˊ", + "romatzyh" : "liou shyng" }, + "meanings" : [ "(of a contagious disease etc) to spread", + "to propagate", + "(of a style of clothing, song etc) popular", + "fashionable" ], + "classifiers" : [] } ] }, + { "simplified" : "流血", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6486, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "流血", + "transcriptions" : { "pinyin" : "liú xuè", + "numeric" : "liu2 xue4", + "wadegiles" : "liu² hsüeh⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄒㄩㄝˋ", + "romatzyh" : "liou shiueh" }, + "meanings" : [ "to bleed", "to shed blood" ], + "classifiers" : [] } ] }, + { "simplified" : "流域", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 20502, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "流域", + "transcriptions" : { "pinyin" : "liú yù", + "numeric" : "liu2 yu4", + "wadegiles" : "liu² yü⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄩˋ", + "romatzyh" : "liou yuh" }, + "meanings" : [ "river basin", + "valley", + "drainage area" ], + "classifiers" : [] } ] }, + { "simplified" : "流转", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 20716, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "流轉", + "transcriptions" : { "pinyin" : "liú zhuǎn", + "numeric" : "liu2 zhuan3", + "wadegiles" : "liu² chuan³", + "bopomofo" : "ㄌㄧㄡˊ ㄓㄨㄢˇ", + "romatzyh" : "liou joan" }, + "meanings" : [ "to be on the move", + "to roam or wander", + "to circulate (of goods or capital)" ], + "classifiers" : [] } ] }, + { "simplified" : "留", + "radical" : "田", + "level" : [ "new-2", "old-4" ], + "frequency" : 705, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "㽞", + "transcriptions" : { "pinyin" : "liú", + "numeric" : "liu2", + "wadegiles" : "liu²", + "bopomofo" : "ㄌㄧㄡˊ", + "romatzyh" : "liou" }, + "meanings" : [ "old variant of 留" ], + "classifiers" : [] }, + { "traditional" : "留", + "transcriptions" : { "pinyin" : "liú", + "numeric" : "liu2", + "wadegiles" : "liu²", + "bopomofo" : "ㄌㄧㄡˊ", + "romatzyh" : "liou" }, + "meanings" : [ "to leave (a message etc)", + "to retain", + "to stay", + "to remain", + "to keep", + "to preserve" ], + "classifiers" : [] }, + { "traditional" : "畱", + "transcriptions" : { "pinyin" : "liú", + "numeric" : "liu2", + "wadegiles" : "liu²", + "bopomofo" : "ㄌㄧㄡˊ", + "romatzyh" : "liou" }, + "meanings" : [ "old variant of 留" ], + "classifiers" : [] } ] }, + { "simplified" : "留恋", + "radical" : "田", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13649, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "留戀", + "transcriptions" : { "pinyin" : "liú liàn", + "numeric" : "liu2 lian4", + "wadegiles" : "liu² lien⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄌㄧㄢˋ", + "romatzyh" : "liou liann" }, + "meanings" : [ "reluctant to leave", + "to hate to have to go", + "to recall fondly" ], + "classifiers" : [] } ] }, + { "simplified" : "留念", + "radical" : "田", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20051, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "留念", + "transcriptions" : { "pinyin" : "liú niàn", + "numeric" : "liu2 nian4", + "wadegiles" : "liu² nien⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄋㄧㄢˋ", + "romatzyh" : "liou niann" }, + "meanings" : [ "to keep as a souvenir", + "to recall fondly" ], + "classifiers" : [] } ] }, + { "simplified" : "留神", + "radical" : "田", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16844, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "留神", + "transcriptions" : { "pinyin" : "liú shén", + "numeric" : "liu2 shen2", + "wadegiles" : "liu² shen²", + "bopomofo" : "ㄌㄧㄡˊ ㄕㄣˊ", + "romatzyh" : "liou shern" }, + "meanings" : [ "to take care", "to be careful" ], + "classifiers" : [] } ] }, + { "simplified" : "留下", + "radical" : "田", + "level" : [ "new-2" ], + "frequency" : 1196, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "留下", + "transcriptions" : { "pinyin" : "liú xià", + "numeric" : "liu2 xia4", + "wadegiles" : "liu² hsia⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄒㄧㄚˋ", + "romatzyh" : "liou shiah" }, + "meanings" : [ "to leave behind", + "to stay behind", + "to remain", + "to keep", + "not to let (sb) go" ], + "classifiers" : [] } ] }, + { "simplified" : "留心", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 13923, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "留心", + "transcriptions" : { "pinyin" : "liú xīn", + "numeric" : "liu2 xin1", + "wadegiles" : "liu² hsin¹", + "bopomofo" : "ㄌㄧㄡˊ ㄒㄧㄣ", + "romatzyh" : "liou shin" }, + "meanings" : [ "to be careful; to pay attention to" ], + "classifiers" : [] } ] }, + { "simplified" : "留学", + "radical" : "田", + "level" : [ "new-3", "old-4" ], + "frequency" : 15630, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "留學", + "transcriptions" : { "pinyin" : "liú xué", + "numeric" : "liu2 xue2", + "wadegiles" : "liu² hsüeh²", + "bopomofo" : "ㄌㄧㄡˊ ㄒㄩㄝˊ", + "romatzyh" : "liou shyue" }, + "meanings" : [ "to study abroad" ], + "classifiers" : [] } ] }, + { "simplified" : "留学生", + "radical" : "田", + "level" : [ "new-2" ], + "frequency" : 24084, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "留學生", + "transcriptions" : { "pinyin" : "liú xué shēng", + "numeric" : "liu2 xue2 sheng1", + "wadegiles" : "liu² hsüeh² sheng¹", + "bopomofo" : "ㄌㄧㄡˊ ㄒㄩㄝˊ ㄕㄥ", + "romatzyh" : "liou shyue sheng" }, + "meanings" : [ "student studying abroad", + "(foreign) exchange student" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "留言", + "radical" : "田", + "level" : [ "new-6" ], + "frequency" : 4582, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "留言", + "transcriptions" : { "pinyin" : "liú yán", + "numeric" : "liu2 yan2", + "wadegiles" : "liu² yan²", + "bopomofo" : "ㄌㄧㄡˊ ㄧㄢˊ", + "romatzyh" : "liou yan" }, + "meanings" : [ "to leave a message", + "to leave one's comments", + "message" ], + "classifiers" : [] } ] }, + { "simplified" : "留意", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 6127, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "留意", + "transcriptions" : { "pinyin" : "liú yì", + "numeric" : "liu2 yi4", + "wadegiles" : "liu² i⁴", + "bopomofo" : "ㄌㄧㄡˊ ㄧˋ", + "romatzyh" : "liou yih" }, + "meanings" : [ "to be mindful", + "to pay attention to", + "to take note of" ], + "classifiers" : [] } ] }, + { "simplified" : "遛", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 17781, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遛", + "transcriptions" : { "pinyin" : "liù", + "numeric" : "liu4", + "wadegiles" : "liu⁴", + "bopomofo" : "ㄌㄧㄡˋ", + "romatzyh" : "liow" }, + "meanings" : [ "to stroll", "to walk (an animal)" ], + "classifiers" : [] } ] }, + { "simplified" : "柳树", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 28007, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "柳樹", + "transcriptions" : { "pinyin" : "liǔ shù", + "numeric" : "liu3 shu4", + "wadegiles" : "liu³ shu⁴", + "bopomofo" : "ㄌㄧㄡˇ ㄕㄨˋ", + "romatzyh" : "leou shuh" }, + "meanings" : [ "willow" ], + "classifiers" : [] } ] }, + { "simplified" : "六", + "radical" : "八", + "level" : [ "new-1", "old-1" ], + "frequency" : 802, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "六", + "transcriptions" : { "pinyin" : "liù", + "numeric" : "liu4", + "wadegiles" : "liu⁴", + "bopomofo" : "ㄌㄧㄡˋ", + "romatzyh" : "liow" }, + "meanings" : [ "six", "6" ], + "classifiers" : [] } ] }, + { "simplified" : "龙", + "radical" : "龙", + "level" : [ "new-3", "old-5" ], + "frequency" : 1547, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "龍", + "transcriptions" : { "pinyin" : "Lóng", + "numeric" : "Long2", + "wadegiles" : "lung²", + "bopomofo" : "ㄌㄨㄥˊ", + "romatzyh" : "long" }, + "meanings" : [ "surname Long" ], + "classifiers" : [] }, + { "traditional" : "龍", + "transcriptions" : { "pinyin" : "lóng", + "numeric" : "long2", + "wadegiles" : "lung²", + "bopomofo" : "ㄌㄨㄥˊ", + "romatzyh" : "long" }, + "meanings" : [ "dragon", "imperial" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "龙舟", + "radical" : "龙", + "level" : [ "new-7+" ], + "frequency" : 34927, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "龍舟", + "transcriptions" : { "pinyin" : "lóng zhōu", + "numeric" : "long2 zhou1", + "wadegiles" : "lung² chou¹", + "bopomofo" : "ㄌㄨㄥˊ ㄓㄡ", + "romatzyh" : "long jou" }, + "meanings" : [ "dragon boat", "imperial boat" ], + "classifiers" : [] } ] }, + { "simplified" : "笼统", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 29692, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "籠統", + "transcriptions" : { "pinyin" : "lǒng tǒng", + "numeric" : "long3 tong3", + "wadegiles" : "lung³ t'ung³", + "bopomofo" : "ㄌㄨㄥˇ ㄊㄨㄥˇ", + "romatzyh" : "loong toong" }, + "meanings" : [ "general", + "broad", + "sweeping", + "lacking in detail", + "vague" ], + "classifiers" : [] } ] }, + { "simplified" : "笼罩", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10028, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "籠罩", + "transcriptions" : { "pinyin" : "lǒng zhào", + "numeric" : "long3 zhao4", + "wadegiles" : "lung³ chao⁴", + "bopomofo" : "ㄌㄨㄥˇ ㄓㄠˋ", + "romatzyh" : "loong jaw" }, + "meanings" : [ "to envelop", "to shroud" ], + "classifiers" : [] } ] }, + { "simplified" : "笼子", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 11933, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "籠子", + "transcriptions" : { "pinyin" : "lóng zi", + "numeric" : "long2 zi5", + "wadegiles" : "lung² zi", + "bopomofo" : "ㄌㄨㄥˊ zi", + "romatzyh" : "long zi" }, + "meanings" : [ "cage", "basket", "container" ], + "classifiers" : [] } ] }, + { "simplified" : "聋", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 12408, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聾", + "transcriptions" : { "pinyin" : "lóng", + "numeric" : "long2", + "wadegiles" : "lung²", + "bopomofo" : "ㄌㄨㄥˊ", + "romatzyh" : "long" }, + "meanings" : [ "deaf" ], + "classifiers" : [] } ] }, + { "simplified" : "聋人", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "聾人", + "transcriptions" : { "pinyin" : "lóng rén", + "numeric" : "long2 ren2", + "wadegiles" : "lung² jen²", + "bopomofo" : "ㄌㄨㄥˊ ㄖㄣˊ", + "romatzyh" : "long ren" }, + "meanings" : [ "deaf person", + "hearing-impaired person" ], + "classifiers" : [] } ] }, + { "simplified" : "聋哑", + "radical" : "耳", + "level" : [ "old-6" ], + "frequency" : 30845, + "pos" : [ "vn", "n" ], + "forms" : [ { "traditional" : "聾啞", + "transcriptions" : { "pinyin" : "lóng yǎ", + "numeric" : "long2 ya3", + "wadegiles" : "lung² ya³", + "bopomofo" : "ㄌㄨㄥˊ ㄧㄚˇ", + "romatzyh" : "long yea" }, + "meanings" : [ "deaf and dumb" ], + "classifiers" : [] } ] }, + { "simplified" : "隆重", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7000, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "隆重", + "transcriptions" : { "pinyin" : "lóng zhòng", + "numeric" : "long2 zhong4", + "wadegiles" : "lung² chung⁴", + "bopomofo" : "ㄌㄨㄥˊ ㄓㄨㄥˋ", + "romatzyh" : "long jonq" }, + "meanings" : [ "grand", + "prosperous", + "ceremonious", + "solemn" ], + "classifiers" : [] } ] }, + { "simplified" : "垄断", + "radical" : "龙", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11039, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "壟斷", + "transcriptions" : { "pinyin" : "lǒng duàn", + "numeric" : "long3 duan4", + "wadegiles" : "lung³ tuan⁴", + "bopomofo" : "ㄌㄨㄥˇ ㄉㄨㄢˋ", + "romatzyh" : "loong duann" }, + "meanings" : [ "to monopolize" ], + "classifiers" : [] } ] }, + { "simplified" : "楼", + "radical" : "木", + "level" : [ "new-1", "old-3" ], + "frequency" : 765, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樓", + "transcriptions" : { "pinyin" : "Lóu", + "numeric" : "Lou2", + "wadegiles" : "lou²", + "bopomofo" : "ㄌㄡˊ", + "romatzyh" : "lou" }, + "meanings" : [ "surname Lou" ], + "classifiers" : [] }, + { "traditional" : "樓", + "transcriptions" : { "pinyin" : "lóu", + "numeric" : "lou2", + "wadegiles" : "lou²", + "bopomofo" : "ㄌㄡˊ", + "romatzyh" : "lou" }, + "meanings" : [ "house with more than 1 story", + "storied building", + "floor" ], + "classifiers" : [ "层", "座", "栋" ] } ] }, + { "simplified" : "楼道", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 22887, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樓道", + "transcriptions" : { "pinyin" : "lóu dào", + "numeric" : "lou2 dao4", + "wadegiles" : "lou² tao⁴", + "bopomofo" : "ㄌㄡˊ ㄉㄠˋ", + "romatzyh" : "lou daw" }, + "meanings" : [ "corridor", + "passageway (in storied building)" ], + "classifiers" : [] } ] }, + { "simplified" : "楼房", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 13957, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樓房", + "transcriptions" : { "pinyin" : "lóu fáng", + "numeric" : "lou2 fang2", + "wadegiles" : "lou² fang²", + "bopomofo" : "ㄌㄡˊ ㄈㄤˊ", + "romatzyh" : "lou farng" }, + "meanings" : [ "a building of two or more stories" ], + "classifiers" : [ "栋", "幢", "座" ] } ] }, + { "simplified" : "楼上", + "radical" : "木", + "level" : [ "new-1" ], + "frequency" : 5267, + "pos" : [ "s", "f" ], + "forms" : [ { "traditional" : "樓上", + "transcriptions" : { "pinyin" : "lóu shàng", + "numeric" : "lou2 shang4", + "wadegiles" : "lou² shang⁴", + "bopomofo" : "ㄌㄡˊ ㄕㄤˋ", + "romatzyh" : "lou shanq" }, + "meanings" : [ "upstairs", + "(Internet slang) previous poster in a forum thread" ], + "classifiers" : [] } ] }, + { "simplified" : "楼梯", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 5165, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樓梯", + "transcriptions" : { "pinyin" : "lóu tī", + "numeric" : "lou2 ti1", + "wadegiles" : "lou² t'i¹", + "bopomofo" : "ㄌㄡˊ ㄊㄧ", + "romatzyh" : "lou ti" }, + "meanings" : [ "stair", "staircase" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "楼下", + "radical" : "木", + "level" : [ "new-1" ], + "frequency" : 4135, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "樓下", + "transcriptions" : { "pinyin" : "lóu xià", + "numeric" : "lou2 xia4", + "wadegiles" : "lou² hsia⁴", + "bopomofo" : "ㄌㄡˊ ㄒㄧㄚˋ", + "romatzyh" : "lou shiah" }, + "meanings" : [ "downstairs" ], + "classifiers" : [] } ] }, + { "simplified" : "搂", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9281, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "摟", + "transcriptions" : { "pinyin" : "lōu", + "numeric" : "lou1", + "wadegiles" : "lou¹", + "bopomofo" : "ㄌㄡ", + "romatzyh" : "lhou" }, + "meanings" : [ "to draw towards oneself", + "to gather", + "to gather up (one's gown, sleeves etc)", + "to grab (money)", + "to extort" ], + "classifiers" : [] }, + { "traditional" : "摟", + "transcriptions" : { "pinyin" : "lǒu", + "numeric" : "lou3", + "wadegiles" : "lou³", + "bopomofo" : "ㄌㄡˇ", + "romatzyh" : "loou" }, + "meanings" : [ "to hug", + "to embrace", + "to hold in one's arms" ], + "classifiers" : [] } ] }, + { "simplified" : "漏", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 4288, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "漏", + "transcriptions" : { "pinyin" : "lòu", + "numeric" : "lou4", + "wadegiles" : "lou⁴", + "bopomofo" : "ㄌㄡˋ", + "romatzyh" : "low" }, + "meanings" : [ "to leak", + "to divulge", + "to leave out by mistake", + "waterclock or hourglass (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "漏洞", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 7160, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "漏洞", + "transcriptions" : { "pinyin" : "lòu dòng", + "numeric" : "lou4 dong4", + "wadegiles" : "lou⁴ tung⁴", + "bopomofo" : "ㄌㄡˋ ㄉㄨㄥˋ", + "romatzyh" : "low donq" }, + "meanings" : [ "leak", "hole", "gap", "loophole" ], + "classifiers" : [] } ] }, + { "simplified" : "芦花", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 58423, + "pos" : [], + "forms" : [ { "traditional" : "蘆花", + "transcriptions" : { "pinyin" : "lú huā", + "numeric" : "lu2 hua1", + "wadegiles" : "lu² hua¹", + "bopomofo" : "ㄌㄨˊ ㄏㄨㄚ", + "romatzyh" : "lu hua" }, + "meanings" : [ "reed catkin", "reed flower" ], + "classifiers" : [] } ] }, + { "simplified" : "炉灶", + "radical" : "火", + "level" : [ "new-7+", "old-6" ], + "frequency" : 39198, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爐灶", + "transcriptions" : { "pinyin" : "lú zào", + "numeric" : "lu2 zao4", + "wadegiles" : "lu² tsao⁴", + "bopomofo" : "ㄌㄨˊ ㄗㄠˋ", + "romatzyh" : "lu tzaw" }, + "meanings" : [ "stove" ], + "classifiers" : [] } ] }, + { "simplified" : "炉子", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 16127, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爐子", + "transcriptions" : { "pinyin" : "lú zi", + "numeric" : "lu2 zi5", + "wadegiles" : "lu² zi", + "bopomofo" : "ㄌㄨˊ zi", + "romatzyh" : "lu zi" }, + "meanings" : [ "stove", "oven", "furnace" ], + "classifiers" : [] } ] }, + { "simplified" : "卤味", + "radical" : "卤", + "level" : [ "new-7+" ], + "frequency" : 53626, + "pos" : [], + "forms" : [ { "traditional" : "滷味", + "transcriptions" : { "pinyin" : "lǔ wèi", + "numeric" : "lu3 wei4", + "wadegiles" : "lu³ wei⁴", + "bopomofo" : "ㄌㄨˇ ㄨㄟˋ", + "romatzyh" : "luu wey" }, + "meanings" : [ "food prepared by stewing in soy sauce and spices" ], + "classifiers" : [] }, + { "traditional" : "鹵味", + "transcriptions" : { "pinyin" : "lǔ wèi", + "numeric" : "lu3 wei4", + "wadegiles" : "lu³ wei⁴", + "bopomofo" : "ㄌㄨˇ ㄨㄟˋ", + "romatzyh" : "luu wey" }, + "meanings" : [ "variant of 卤味" ], + "classifiers" : [] } ] }, + { "simplified" : "鲁莽", + "radical" : "鱼", + "level" : [ "new-7+" ], + "frequency" : 19225, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "魯莽", + "transcriptions" : { "pinyin" : "lǔ mǎng", + "numeric" : "lu3 mang3", + "wadegiles" : "lu³ mang³", + "bopomofo" : "ㄌㄨˇ ㄇㄤˇ", + "romatzyh" : "luu maang" }, + "meanings" : [ "hot-headed; impulsive; reckless" ], + "classifiers" : [] } ] }, + { "simplified" : "陆地", + "radical" : "阝", + "level" : [ "new-4", "old-5" ], + "frequency" : 11452, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陸地", + "transcriptions" : { "pinyin" : "lù dì", + "numeric" : "lu4 di4", + "wadegiles" : "lu⁴ ti⁴", + "bopomofo" : "ㄌㄨˋ ㄉㄧˋ", + "romatzyh" : "luh dih" }, + "meanings" : [ "dry land (as opposed to the sea)" ], + "classifiers" : [] } ] }, + { "simplified" : "陆军", + "radical" : "阝", + "level" : [ "new-6" ], + "frequency" : 7538, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陸軍", + "transcriptions" : { "pinyin" : "lù jūn", + "numeric" : "lu4 jun1", + "wadegiles" : "lu⁴ chün¹", + "bopomofo" : "ㄌㄨˋ ㄐㄩㄣ", + "romatzyh" : "luh jiun" }, + "meanings" : [ "army", "ground forces" ], + "classifiers" : [] } ] }, + { "simplified" : "陆续", + "radical" : "阝", + "level" : [ "new-4", "old-5" ], + "frequency" : 12648, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "陸續", + "transcriptions" : { "pinyin" : "lù xù", + "numeric" : "lu4 xu4", + "wadegiles" : "lu⁴ hsü⁴", + "bopomofo" : "ㄌㄨˋ ㄒㄩˋ", + "romatzyh" : "luh shiuh" }, + "meanings" : [ "in turn", + "successively", + "one after the other", + "bit by bit" ], + "classifiers" : [] } ] }, + { "simplified" : "录", + "radical" : "彐", + "level" : [ "new-3" ], + "frequency" : 2200, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "彔", + "transcriptions" : { "pinyin" : "lù", + "numeric" : "lu4", + "wadegiles" : "lu⁴", + "bopomofo" : "ㄌㄨˋ", + "romatzyh" : "luh" }, + "meanings" : [ "to carve wood" ], + "classifiers" : [] }, + { "traditional" : "錄", + "transcriptions" : { "pinyin" : "Lù", + "numeric" : "Lu4", + "wadegiles" : "lu⁴", + "bopomofo" : "ㄌㄨˋ", + "romatzyh" : "luh" }, + "meanings" : [ "surname Lu" ], + "classifiers" : [] }, + { "traditional" : "錄", + "transcriptions" : { "pinyin" : "lù", + "numeric" : "lu4", + "wadegiles" : "lu⁴", + "bopomofo" : "ㄌㄨˋ", + "romatzyh" : "luh" }, + "meanings" : [ "diary", + "record", + "to hit", + "to copy" ], + "classifiers" : [] } ] }, + { "simplified" : "录取", + "radical" : "彐", + "level" : [ "new-4", "old-5" ], + "frequency" : 5087, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "錄取", + "transcriptions" : { "pinyin" : "lù qǔ", + "numeric" : "lu4 qu3", + "wadegiles" : "lu⁴ ch'ü³", + "bopomofo" : "ㄌㄨˋ ㄑㄩˇ", + "romatzyh" : "luh cheu" }, + "meanings" : [ "to accept an applicant (prospective student, employee etc) who passes an entrance exam", + "to admit (a student)", + "to hire (a job candidate)" ], + "classifiers" : [] } ] }, + { "simplified" : "录像", + "radical" : "彐", + "level" : [ "new-6" ], + "frequency" : 3924, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "錄像", + "transcriptions" : { "pinyin" : "lù xiàng", + "numeric" : "lu4 xiang4", + "wadegiles" : "lu⁴ hsiang⁴", + "bopomofo" : "ㄌㄨˋ ㄒㄧㄤˋ", + "romatzyh" : "luh shianq" }, + "meanings" : [ "to videotape", + "to videorecord", + "video recording" ], + "classifiers" : [ "盘" ] } ] }, + { "simplified" : "录音", + "radical" : "彐", + "level" : [ "new-3", "old-5" ], + "frequency" : 5402, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "錄音", + "transcriptions" : { "pinyin" : "lù yīn", + "numeric" : "lu4 yin1", + "wadegiles" : "lu⁴ yin¹", + "bopomofo" : "ㄌㄨˋ ㄧㄣ", + "romatzyh" : "luh in" }, + "meanings" : [ "to record (sound)", + "sound recording" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "录音机", + "radical" : "彐", + "level" : [ "new-6" ], + "frequency" : 19867, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "錄音機", + "transcriptions" : { "pinyin" : "lù yīn jī", + "numeric" : "lu4 yin1 ji1", + "wadegiles" : "lu⁴ yin¹ chi¹", + "bopomofo" : "ㄌㄨˋ ㄧㄣ ㄐㄧ", + "romatzyh" : "luh in ji" }, + "meanings" : [ "(tape) recording machine", + "tape recorder" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "录制", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 9024, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "錄製", + "transcriptions" : { "pinyin" : "lù zhì", + "numeric" : "lu4 zhi4", + "wadegiles" : "lu⁴ chih⁴", + "bopomofo" : "ㄌㄨˋ ㄓˋ", + "romatzyh" : "luh jyh" }, + "meanings" : [ "to record (video or audio)" ], + "classifiers" : [] } ] }, + { "simplified" : "鹿", + "radical" : "鹿", + "level" : [ "new-7+" ], + "frequency" : 5364, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鹿", + "transcriptions" : { "pinyin" : "lù", + "numeric" : "lu4", + "wadegiles" : "lu⁴", + "bopomofo" : "ㄌㄨˋ", + "romatzyh" : "luh" }, + "meanings" : [ "deer" ], + "classifiers" : [] } ] }, + { "simplified" : "路", + "radical" : "足", + "level" : [ "new-1", "old-2" ], + "frequency" : 409, + "pos" : [ "n", "qv" ], + "forms" : [ { "traditional" : "路", + "transcriptions" : { "pinyin" : "Lù", + "numeric" : "Lu4", + "wadegiles" : "lu⁴", + "bopomofo" : "ㄌㄨˋ", + "romatzyh" : "luh" }, + "meanings" : [ "surname Lu" ], + "classifiers" : [] }, + { "traditional" : "路", + "transcriptions" : { "pinyin" : "lù", + "numeric" : "lu4", + "wadegiles" : "lu⁴", + "bopomofo" : "ㄌㄨˋ", + "romatzyh" : "luh" }, + "meanings" : [ "road", + "journey", + "route", + "line (bus etc)", + "sort; kind" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "路边", + "radical" : "足", + "level" : [ "new-2" ], + "frequency" : 5880, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "路邊", + "transcriptions" : { "pinyin" : "lù biān", + "numeric" : "lu4 bian1", + "wadegiles" : "lu⁴ pien¹", + "bopomofo" : "ㄌㄨˋ ㄅㄧㄢ", + "romatzyh" : "luh bian" }, + "meanings" : [ "curb; roadside; wayside" ], + "classifiers" : [] } ] }, + { "simplified" : "路程", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 9950, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路程", + "transcriptions" : { "pinyin" : "lù chéng", + "numeric" : "lu4 cheng2", + "wadegiles" : "lu⁴ ch'eng²", + "bopomofo" : "ㄌㄨˋ ㄔㄥˊ", + "romatzyh" : "luh cherng" }, + "meanings" : [ "route", + "path traveled", + "distance traveled", + "course (of development)" ], + "classifiers" : [] } ] }, + { "simplified" : "路灯", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 14960, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路燈", + "transcriptions" : { "pinyin" : "lù dēng", + "numeric" : "lu4 deng1", + "wadegiles" : "lu⁴ teng¹", + "bopomofo" : "ㄌㄨˋ ㄉㄥ", + "romatzyh" : "luh deng" }, + "meanings" : [ "street lamp", "street light" ], + "classifiers" : [] } ] }, + { "simplified" : "路段", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 14718, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路段", + "transcriptions" : { "pinyin" : "lù duàn", + "numeric" : "lu4 duan4", + "wadegiles" : "lu⁴ tuan⁴", + "bopomofo" : "ㄌㄨˋ ㄉㄨㄢˋ", + "romatzyh" : "luh duann" }, + "meanings" : [ "stretch of road", + "section of a highway or railway" ], + "classifiers" : [] } ] }, + { "simplified" : "路过", + "radical" : "足", + "level" : [ "new-6" ], + "frequency" : 4118, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "路過", + "transcriptions" : { "pinyin" : "lù guò", + "numeric" : "lu4 guo4", + "wadegiles" : "lu⁴ kuo⁴", + "bopomofo" : "ㄌㄨˋ ㄍㄨㄛˋ", + "romatzyh" : "luh guoh" }, + "meanings" : [ "to pass by or through" ], + "classifiers" : [] } ] }, + { "simplified" : "路口", + "radical" : "足", + "level" : [ "new-1" ], + "frequency" : 6184, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路口", + "transcriptions" : { "pinyin" : "lù kǒu", + "numeric" : "lu4 kou3", + "wadegiles" : "lu⁴ k'ou³", + "bopomofo" : "ㄌㄨˋ ㄎㄡˇ", + "romatzyh" : "luh koou" }, + "meanings" : [ "crossing", + "intersection (of roads)" ], + "classifiers" : [] } ] }, + { "simplified" : "路况", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 18760, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路況", + "transcriptions" : { "pinyin" : "lù kuàng", + "numeric" : "lu4 kuang4", + "wadegiles" : "lu⁴ k'uang⁴", + "bopomofo" : "ㄌㄨˋ ㄎㄨㄤˋ", + "romatzyh" : "luh kuanq" }, + "meanings" : [ "road condition(s) (e.g. surface, traffic flow etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "路面", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 11207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路面", + "transcriptions" : { "pinyin" : "lù miàn", + "numeric" : "lu4 mian4", + "wadegiles" : "lu⁴ mien⁴", + "bopomofo" : "ㄌㄨˋ ㄇㄧㄢˋ", + "romatzyh" : "luh miann" }, + "meanings" : [ "road surface" ], + "classifiers" : [] } ] }, + { "simplified" : "路人", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 10260, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路人", + "transcriptions" : { "pinyin" : "lù rén", + "numeric" : "lu4 ren2", + "wadegiles" : "lu⁴ jen²", + "bopomofo" : "ㄌㄨˋ ㄖㄣˊ", + "romatzyh" : "luh ren" }, + "meanings" : [ "passer-by", "stranger" ], + "classifiers" : [] } ] }, + { "simplified" : "路上", + "radical" : "足", + "level" : [ "new-1" ], + "frequency" : 1669, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "路上", + "transcriptions" : { "pinyin" : "lù shang", + "numeric" : "lu4 shang5", + "wadegiles" : "lu⁴ shang", + "bopomofo" : "ㄌㄨˋ shang", + "romatzyh" : "luh shang" }, + "meanings" : [ "on the road", + "on a journey", + "road surface" ], + "classifiers" : [] } ] }, + { "simplified" : "路途", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 15788, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路途", + "transcriptions" : { "pinyin" : "lù tú", + "numeric" : "lu4 tu2", + "wadegiles" : "lu⁴ t'u²", + "bopomofo" : "ㄌㄨˋ ㄊㄨˊ", + "romatzyh" : "luh twu" }, + "meanings" : [ "(lit. and fig.) road", "path" ], + "classifiers" : [] } ] }, + { "simplified" : "路线", + "radical" : "足", + "level" : [ "new-3" ], + "frequency" : 2824, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路線", + "transcriptions" : { "pinyin" : "lù xiàn", + "numeric" : "lu4 xian4", + "wadegiles" : "lu⁴ hsien⁴", + "bopomofo" : "ㄌㄨˋ ㄒㄧㄢˋ", + "romatzyh" : "luh shiann" }, + "meanings" : [ "itinerary", + "route", + "political line (e.g. right revisionist road)" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "路子", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 13393, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "路子", + "transcriptions" : { "pinyin" : "lù zi", + "numeric" : "lu4 zi5", + "wadegiles" : "lu⁴ zi", + "bopomofo" : "ㄌㄨˋ zi", + "romatzyh" : "luh zi" }, + "meanings" : [ "method", "way", "approach" ], + "classifiers" : [] } ] }, + { "simplified" : "露", + "radical" : "雨", + "level" : [ "new-6", "old-5" ], + "frequency" : 2700, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "露", + "transcriptions" : { "pinyin" : "Lù", + "numeric" : "Lu4", + "wadegiles" : "lu⁴", + "bopomofo" : "ㄌㄨˋ", + "romatzyh" : "luh" }, + "meanings" : [ "surname Lu" ], + "classifiers" : [] }, + { "traditional" : "露", + "transcriptions" : { "pinyin" : "lòu", + "numeric" : "lou4", + "wadegiles" : "lou⁴", + "bopomofo" : "ㄌㄡˋ", + "romatzyh" : "low" }, + "meanings" : [ "to show", + "to reveal", + "to betray", + "to expose" ], + "classifiers" : [] }, + { "traditional" : "露", + "transcriptions" : { "pinyin" : "lù", + "numeric" : "lu4", + "wadegiles" : "lu⁴", + "bopomofo" : "ㄌㄨˋ", + "romatzyh" : "luh" }, + "meanings" : [ "dew", + "syrup", + "nectar", + "outdoors (not under cover)", + "to show", + "to reveal", + "to betray", + "to expose" ], + "classifiers" : [] } ] }, + { "simplified" : "露面", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 9214, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "露面", + "transcriptions" : { "pinyin" : "lòu miàn", + "numeric" : "lou4 mian4", + "wadegiles" : "lou⁴ mien⁴", + "bopomofo" : "ㄌㄡˋ ㄇㄧㄢˋ", + "romatzyh" : "low miann" }, + "meanings" : [ "to show one's face", + "to appear (in public)" ], + "classifiers" : [] } ] }, + { "simplified" : "露天", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 11290, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "露天", + "transcriptions" : { "pinyin" : "lù tiān", + "numeric" : "lu4 tian1", + "wadegiles" : "lu⁴ t'ien¹", + "bopomofo" : "ㄌㄨˋ ㄊㄧㄢ", + "romatzyh" : "luh tian" }, + "meanings" : [ "outdoors", + "al fresco", + "in the open" ], + "classifiers" : [] } ] }, + { "simplified" : "旅程", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 7656, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旅程", + "transcriptions" : { "pinyin" : "lu:3 chéng", + "numeric" : "lü3 cheng2", + "wadegiles" : "lu:3 ch'eng²", + "bopomofo" : "lu:3 ㄔㄥˊ", + "romatzyh" : "lu:3 cherng" }, + "meanings" : [ "journey", "trip" ], + "classifiers" : [] } ] }, + { "simplified" : "旅店", + "radical" : "方", + "level" : [ "new-6" ], + "frequency" : 14801, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旅店", + "transcriptions" : { "pinyin" : "lu:3 diàn", + "numeric" : "lü3 dian4", + "wadegiles" : "lu:3 tien⁴", + "bopomofo" : "lu:3 ㄉㄧㄢˋ", + "romatzyh" : "lu:3 diann" }, + "meanings" : [ "inn", "small hotel" ], + "classifiers" : [] } ] }, + { "simplified" : "旅馆", + "radical" : "方", + "level" : [ "new-3" ], + "frequency" : 5705, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旅館", + "transcriptions" : { "pinyin" : "lu:3 guǎn", + "numeric" : "lü3 guan3", + "wadegiles" : "lu:3 kuan³", + "bopomofo" : "lu:3 ㄍㄨㄢˇ", + "romatzyh" : "lu:3 goan" }, + "meanings" : [ "hotel" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "旅客", + "radical" : "方", + "level" : [ "new-2" ], + "frequency" : 5815, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旅客", + "transcriptions" : { "pinyin" : "lu:3 kè", + "numeric" : "lü3 ke4", + "wadegiles" : "lu:3 k'o⁴", + "bopomofo" : "lu:3 ㄎㄜˋ", + "romatzyh" : "lu:3 keh" }, + "meanings" : [ "traveler; tourist" ], + "classifiers" : [] } ] }, + { "simplified" : "旅途", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 7530, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旅途", + "transcriptions" : { "pinyin" : "lu:3 tú", + "numeric" : "lü3 tu2", + "wadegiles" : "lu:3 t'u²", + "bopomofo" : "lu:3 ㄊㄨˊ", + "romatzyh" : "lu:3 twu" }, + "meanings" : [ "journey", "trip" ], + "classifiers" : [] } ] }, + { "simplified" : "旅行", + "radical" : "方", + "level" : [ "new-2" ], + "frequency" : 2385, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "旅行", + "transcriptions" : { "pinyin" : "lu:3 xíng", + "numeric" : "lü3 xing2", + "wadegiles" : "lu:3 hsing²", + "bopomofo" : "lu:3 ㄒㄧㄥˊ", + "romatzyh" : "lu:3 shyng" }, + "meanings" : [ "to travel", "journey; trip" ], + "classifiers" : [ "趟", "次" ] } ] }, + { "simplified" : "旅行社", + "radical" : "方", + "level" : [ "new-3" ], + "frequency" : 11103, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旅行社", + "transcriptions" : { "pinyin" : "lu:3 xíng shè", + "numeric" : "lü3 xing2 she4", + "wadegiles" : "lu:3 hsing² she⁴", + "bopomofo" : "lu:3 ㄒㄧㄥˊ ㄕㄜˋ", + "romatzyh" : "lu:3 shyng sheh" }, + "meanings" : [ "travel agency" ], + "classifiers" : [] } ] }, + { "simplified" : "旅游", + "radical" : "方", + "level" : [ "new-2", "old-2" ], + "frequency" : 2534, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "旅遊", + "transcriptions" : { "pinyin" : "lu:3 yóu", + "numeric" : "lü3 you2", + "wadegiles" : "lu:3 yu²", + "bopomofo" : "lu:3 ㄧㄡˊ", + "romatzyh" : "lu:3 you" }, + "meanings" : [ "trip", + "journey", + "tourism", + "travel", + "tour", + "to travel" ], + "classifiers" : [] } ] }, + { "simplified" : "铝", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 8015, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鋁", + "transcriptions" : { "pinyin" : "lu:3", + "numeric" : "lü3", + "wadegiles" : "lu:3", + "bopomofo" : "lu:3", + "romatzyh" : "lu:3" }, + "meanings" : [ "aluminum (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "屡", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 16379, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "屢", + "transcriptions" : { "pinyin" : "lu:3", + "numeric" : "lü3", + "wadegiles" : "lu:3", + "bopomofo" : "lu:3", + "romatzyh" : "lu:3" }, + "meanings" : [ "time and again", + "repeatedly", + "frequently" ], + "classifiers" : [] } ] }, + { "simplified" : "屡次", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23740, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "屢次", + "transcriptions" : { "pinyin" : "lu:3 cì", + "numeric" : "lü3 ci4", + "wadegiles" : "lu:3 tz'u⁴", + "bopomofo" : "lu:3 ㄘˋ", + "romatzyh" : "lu:3 tsyh" }, + "meanings" : [ "repeatedly", "time and again" ], + "classifiers" : [] } ] }, + { "simplified" : "缕", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 13610, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "縷", + "transcriptions" : { "pinyin" : "lu:3", + "numeric" : "lü3", + "wadegiles" : "lu:3", + "bopomofo" : "lu:3", + "romatzyh" : "lu:3" }, + "meanings" : [ "strand", + "thread", + "detailed", + "in detail", + "classifier for wisps (of smoke, mist or vapor), strands, locks (of hair)" ], + "classifiers" : [] } ] }, + { "simplified" : "履行", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4856, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "履行", + "transcriptions" : { "pinyin" : "lu:3 xíng", + "numeric" : "lü3 xing2", + "wadegiles" : "lu:3 hsing²", + "bopomofo" : "lu:3 ㄒㄧㄥˊ", + "romatzyh" : "lu:3 shyng" }, + "meanings" : [ "to fulfill (one's obligations)", + "to carry out (a task)", + "to implement (an agreement)", + "to perform" ], + "classifiers" : [] } ] }, + { "simplified" : "律师", + "radical" : "彳", + "level" : [ "new-4", "old-4" ], + "frequency" : 1246, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "律師", + "transcriptions" : { "pinyin" : "lu:4 shī", + "numeric" : "lü4 shi1", + "wadegiles" : "lu:4 shih¹", + "bopomofo" : "lu:4 ㄕ", + "romatzyh" : "lu:4 shy" }, + "meanings" : [ "lawyer" ], + "classifiers" : [] } ] }, + { "simplified" : "率", + "radical" : "玄", + "level" : [ "new-7+" ], + "frequency" : 2786, + "pos" : [ "v", "k" ], + "forms" : [ { "traditional" : "率", + "transcriptions" : { "pinyin" : "lu:4", + "numeric" : "lü4", + "wadegiles" : "lu:4", + "bopomofo" : "lu:4", + "romatzyh" : "lu:4" }, + "meanings" : [ "rate", "frequency" ], + "classifiers" : [] }, + { "traditional" : "率", + "transcriptions" : { "pinyin" : "shuài", + "numeric" : "shuai4", + "wadegiles" : "shuai⁴", + "bopomofo" : "ㄕㄨㄞˋ", + "romatzyh" : "shuay" }, + "meanings" : [ "to lead", + "to command", + "rash", + "hasty", + "frank", + "straightforward", + "generally", + "usually" ], + "classifiers" : [] } ] }, + { "simplified" : "率", + "radical" : "玄", + "level" : [ "new-7+" ], + "frequency" : 2786, + "pos" : [ "v", "k" ], + "forms" : [ { "traditional" : "率", + "transcriptions" : { "pinyin" : "lu:4", + "numeric" : "lü4", + "wadegiles" : "lu:4", + "bopomofo" : "lu:4", + "romatzyh" : "lu:4" }, + "meanings" : [ "rate", "frequency" ], + "classifiers" : [] }, + { "traditional" : "率", + "transcriptions" : { "pinyin" : "shuài", + "numeric" : "shuai4", + "wadegiles" : "shuai⁴", + "bopomofo" : "ㄕㄨㄞˋ", + "romatzyh" : "shuay" }, + "meanings" : [ "to lead", + "to command", + "rash", + "hasty", + "frank", + "straightforward", + "generally", + "usually" ], + "classifiers" : [] } ] }, + { "simplified" : "率领", + "radical" : "玄", + "level" : [ "new-5", "old-6" ], + "frequency" : 10605, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "率領", + "transcriptions" : { "pinyin" : "shuài lǐng", + "numeric" : "shuai4 ling3", + "wadegiles" : "shuai⁴ ling³", + "bopomofo" : "ㄕㄨㄞˋ ㄌㄧㄥˇ", + "romatzyh" : "shuay liing" }, + "meanings" : [ "to lead", "to command", "to head" ], + "classifiers" : [] } ] }, + { "simplified" : "率先", + "radical" : "玄", + "level" : [ "new-4" ], + "frequency" : 12655, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "率先", + "transcriptions" : { "pinyin" : "shuài xiān", + "numeric" : "shuai4 xian1", + "wadegiles" : "shuai⁴ hsien¹", + "bopomofo" : "ㄕㄨㄞˋ ㄒㄧㄢ", + "romatzyh" : "shuay shian" }, + "meanings" : [ "to take the lead", + "to show initiative" ], + "classifiers" : [] } ] }, + { "simplified" : "绿", + "radical" : "纟", + "level" : [ "new-2", "old-3" ], + "frequency" : 2608, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "綠", + "transcriptions" : { "pinyin" : "lu:4", + "numeric" : "lü4", + "wadegiles" : "lu:4", + "bopomofo" : "lu:4", + "romatzyh" : "lu:4" }, + "meanings" : [ "green", + "(slang) (derived from 绿帽子) to cheat on (one's spouse or boyfriend or girlfriend)" ], + "classifiers" : [] } ] }, + { "simplified" : "绿茶", + "radical" : "纟", + "level" : [ "new-3" ], + "frequency" : 15567, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "綠茶", + "transcriptions" : { "pinyin" : "lu:4 chá", + "numeric" : "lü4 cha2", + "wadegiles" : "lu:4 ch'a²", + "bopomofo" : "lu:4 ㄔㄚˊ", + "romatzyh" : "lu:4 char" }, + "meanings" : [ "green tea", + "(slang) (of a girl) seemingly innocent and charming but actually calculating and manipulative", + "a girl who has these qualities" ], + "classifiers" : [] } ] }, + { "simplified" : "绿地", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 18730, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "綠地", + "transcriptions" : { "pinyin" : "lu:4 dì", + "numeric" : "lü4 di4", + "wadegiles" : "lu:4 ti⁴", + "bopomofo" : "lu:4 ㄉㄧˋ", + "romatzyh" : "lu:4 dih" }, + "meanings" : [ "green area (e.g. urban park or garden)" ], + "classifiers" : [] } ] }, + { "simplified" : "绿灯", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 15424, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "綠燈", + "transcriptions" : { "pinyin" : "lu:4 dēng", + "numeric" : "lü4 deng1", + "wadegiles" : "lu:4 teng¹", + "bopomofo" : "lu:4 ㄉㄥ", + "romatzyh" : "lu:4 deng" }, + "meanings" : [ "green light (traffic signal)", + "(fig.) permission to proceed" ], + "classifiers" : [] } ] }, + { "simplified" : "绿化", + "radical" : "纟", + "level" : [ "new-6" ], + "frequency" : 22891, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "綠化", + "transcriptions" : { "pinyin" : "lu:4 huà", + "numeric" : "lü4 hua4", + "wadegiles" : "lu:4 hua⁴", + "bopomofo" : "lu:4 ㄏㄨㄚˋ", + "romatzyh" : "lu:4 huah" }, + "meanings" : [ "to make green with plants", + "to reforest", + "(Internet slang) Islamization" ], + "classifiers" : [] } ] }, + { "simplified" : "绿色", + "radical" : "纟", + "level" : [ "new-2" ], + "frequency" : 2383, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "綠色", + "transcriptions" : { "pinyin" : "lu:4 sè", + "numeric" : "lü4 se4", + "wadegiles" : "lu:4 se⁴", + "bopomofo" : "lu:4 ㄙㄜˋ", + "romatzyh" : "lu:4 seh" }, + "meanings" : [ "green" ], + "classifiers" : [] } ] }, + { "simplified" : "孪生", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 27245, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "孿生", + "transcriptions" : { "pinyin" : "luán shēng", + "numeric" : "luan2 sheng1", + "wadegiles" : "luan² sheng¹", + "bopomofo" : "ㄌㄨㄢˊ ㄕㄥ", + "romatzyh" : "luan sheng" }, + "meanings" : [ "(adj.) twin" ], + "classifiers" : [] } ] }, + { "simplified" : "卵", + "radical" : "卩", + "level" : [ "new-7+" ], + "frequency" : 10123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "卵", + "transcriptions" : { "pinyin" : "luǎn", + "numeric" : "luan3", + "wadegiles" : "luan³", + "bopomofo" : "ㄌㄨㄢˇ", + "romatzyh" : "loan" }, + "meanings" : [ "egg", + "ovum", + "spawn", + "(coll.) testicles", + "(old) penis", + "(expletive) fucking" ], + "classifiers" : [] } ] }, + { "simplified" : "乱", + "radical" : "乚", + "level" : [ "new-3", "old-4" ], + "frequency" : 1206, + "pos" : [ "d", "a", "v" ], + "forms" : [ { "traditional" : "亂", + "transcriptions" : { "pinyin" : "luàn", + "numeric" : "luan4", + "wadegiles" : "luan⁴", + "bopomofo" : "ㄌㄨㄢˋ", + "romatzyh" : "luann" }, + "meanings" : [ "in confusion or disorder", + "in a confused state of mind", + "disorder", + "upheaval", + "riot", + "illicit sexual relations", + "to throw into disorder", + "to mix up", + "indiscriminate", + "random", + "arbitrary" ], + "classifiers" : [] } ] }, + { "simplified" : "乱七八糟", + "radical" : "乚", + "level" : [ "new-7+" ], + "frequency" : 8907, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "亂七八糟", + "transcriptions" : { "pinyin" : "luàn qī bā zāo", + "numeric" : "luan4 qi1 ba1 zao1", + "wadegiles" : "luan⁴ ch'i¹ pa¹ tsao¹", + "bopomofo" : "ㄌㄨㄢˋ ㄑㄧ ㄅㄚ ㄗㄠ", + "romatzyh" : "luann chi ba tzau" }, + "meanings" : [ "(idiom) chaotic; in disorder; muddled" ], + "classifiers" : [] } ] }, + { "simplified" : "抡", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 19852, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掄", + "transcriptions" : { "pinyin" : "lūn", + "numeric" : "lun1", + "wadegiles" : "lun¹", + "bopomofo" : "ㄌㄨㄣ", + "romatzyh" : "lhuen" }, + "meanings" : [ "to swing (one's arms, a heavy object)", + "to wave (a sword, one's fists)", + "to fling (money)" ], + "classifiers" : [] }, + { "traditional" : "掄", + "transcriptions" : { "pinyin" : "lún", + "numeric" : "lun2", + "wadegiles" : "lun²", + "bopomofo" : "ㄌㄨㄣˊ", + "romatzyh" : "luen" }, + "meanings" : [ "to select" ], + "classifiers" : [] } ] }, + { "simplified" : "伦理", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11350, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "倫理", + "transcriptions" : { "pinyin" : "lún lǐ", + "numeric" : "lun2 li3", + "wadegiles" : "lun² li³", + "bopomofo" : "ㄌㄨㄣˊ ㄌㄧˇ", + "romatzyh" : "luen lii" }, + "meanings" : [ "ethics" ], + "classifiers" : [] } ] }, + { "simplified" : "轮", + "radical" : "车", + "level" : [ "new-4" ], + "frequency" : 1066, + "pos" : [ "qv", "g", "v" ], + "forms" : [ { "traditional" : "輪", + "transcriptions" : { "pinyin" : "lún", + "numeric" : "lun2", + "wadegiles" : "lun²", + "bopomofo" : "ㄌㄨㄣˊ", + "romatzyh" : "luen" }, + "meanings" : [ "wheel; disk; ring", + "steamship", + "to take turns; to rotate", + "classifier for big round objects: disk, or recurring events: round, turn" ], + "classifiers" : [] } ] }, + { "simplified" : "轮船", + "radical" : "车", + "level" : [ "new-4", "old-6" ], + "frequency" : 17543, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "輪船", + "transcriptions" : { "pinyin" : "lún chuán", + "numeric" : "lun2 chuan2", + "wadegiles" : "lun² ch'uan²", + "bopomofo" : "ㄌㄨㄣˊ ㄔㄨㄢˊ", + "romatzyh" : "luen chwan" }, + "meanings" : [ "steamship; steamer; steamboat" ], + "classifiers" : [ "艘" ] } ] }, + { "simplified" : "轮换", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 24389, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "輪換", + "transcriptions" : { "pinyin" : "lún huàn", + "numeric" : "lun2 huan4", + "wadegiles" : "lun² huan⁴", + "bopomofo" : "ㄌㄨㄣˊ ㄏㄨㄢˋ", + "romatzyh" : "luen huann" }, + "meanings" : [ "to rotate; to take turns" ], + "classifiers" : [] } ] }, + { "simplified" : "轮廓", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11945, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "輪廓", + "transcriptions" : { "pinyin" : "lún kuò", + "numeric" : "lun2 kuo4", + "wadegiles" : "lun² k'uo⁴", + "bopomofo" : "ㄌㄨㄣˊ ㄎㄨㄛˋ", + "romatzyh" : "luen kuoh" }, + "meanings" : [ "an outline", "silhouette" ], + "classifiers" : [] } ] }, + { "simplified" : "轮流", + "radical" : "车", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10320, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "輪流", + "transcriptions" : { "pinyin" : "lún liú", + "numeric" : "lun2 liu2", + "wadegiles" : "lun² liu²", + "bopomofo" : "ㄌㄨㄣˊ ㄌㄧㄡˊ", + "romatzyh" : "luen liou" }, + "meanings" : [ "to alternate; to take turns" ], + "classifiers" : [] } ] }, + { "simplified" : "轮胎", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4913, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "輪胎", + "transcriptions" : { "pinyin" : "lún tāi", + "numeric" : "lun2 tai1", + "wadegiles" : "lun² t'ai¹", + "bopomofo" : "ㄌㄨㄣˊ ㄊㄞ", + "romatzyh" : "luen tai" }, + "meanings" : [ "tire; pneumatic tire" ], + "classifiers" : [] } ] }, + { "simplified" : "轮椅", + "radical" : "车", + "level" : [ "new-4" ], + "frequency" : 10262, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "輪椅", + "transcriptions" : { "pinyin" : "lún yǐ", + "numeric" : "lun2 yi3", + "wadegiles" : "lun² i³", + "bopomofo" : "ㄌㄨㄣˊ ㄧˇ", + "romatzyh" : "luen yii" }, + "meanings" : [ "wheelchair" ], + "classifiers" : [] } ] }, + { "simplified" : "轮子", + "radical" : "车", + "level" : [ "new-4" ], + "frequency" : 15530, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "輪子", + "transcriptions" : { "pinyin" : "lún zi", + "numeric" : "lun2 zi5", + "wadegiles" : "lun² zi", + "bopomofo" : "ㄌㄨㄣˊ zi", + "romatzyh" : "luen zi" }, + "meanings" : [ "wheel", + "(derog.) Falun Gong practitioner" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "论述", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 20892, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "論述", + "transcriptions" : { "pinyin" : "lùn shù", + "numeric" : "lun4 shu4", + "wadegiles" : "lun⁴ shu⁴", + "bopomofo" : "ㄌㄨㄣˋ ㄕㄨˋ", + "romatzyh" : "luenn shuh" }, + "meanings" : [ "treatise", + "discourse", + "exposition" ], + "classifiers" : [] } ] }, + { "simplified" : "论坛", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7125, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "論壇", + "transcriptions" : { "pinyin" : "lùn tán", + "numeric" : "lun4 tan2", + "wadegiles" : "lun⁴ t'an²", + "bopomofo" : "ㄌㄨㄣˋ ㄊㄢˊ", + "romatzyh" : "luenn tarn" }, + "meanings" : [ "forum (for discussion)" ], + "classifiers" : [] } ] }, + { "simplified" : "论文", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 4207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "論文", + "transcriptions" : { "pinyin" : "lùn wén", + "numeric" : "lun4 wen2", + "wadegiles" : "lun⁴ wen²", + "bopomofo" : "ㄌㄨㄣˋ ㄨㄣˊ", + "romatzyh" : "luenn wen" }, + "meanings" : [ "paper", + "treatise", + "thesis", + "to discuss a paper or thesis (old)" ], + "classifiers" : [ "篇" ] } ] }, + { "simplified" : "论证", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14292, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "論證", + "transcriptions" : { "pinyin" : "lùn zhèng", + "numeric" : "lun4 zheng4", + "wadegiles" : "lun⁴ cheng⁴", + "bopomofo" : "ㄌㄨㄣˋ ㄓㄥˋ", + "romatzyh" : "luenn jenq" }, + "meanings" : [ "to prove a point", + "to expound on", + "to demonstrate or prove (through argument)", + "proof" ], + "classifiers" : [] } ] }, + { "simplified" : "罗", + "radical" : "罒", + "level" : [ "new-7+" ], + "frequency" : 1653, + "pos" : [ "b", "nr", "v" ], + "forms" : [ { "traditional" : "羅", + "transcriptions" : { "pinyin" : "Luó", + "numeric" : "Luo2", + "wadegiles" : "lo²", + "bopomofo" : "ㄌㄨㄛˊ", + "romatzyh" : "luo" }, + "meanings" : [ "surname Luo" ], + "classifiers" : [] }, + { "traditional" : "羅", + "transcriptions" : { "pinyin" : "luó", + "numeric" : "luo2", + "wadegiles" : "lo²", + "bopomofo" : "ㄌㄨㄛˊ", + "romatzyh" : "luo" }, + "meanings" : [ "gauze", + "to collect", + "to gather", + "to catch", + "to sift" ], + "classifiers" : [] } ] }, + { "simplified" : "啰唆", + "radical" : "罒", + "level" : [ "old-6" ], + "frequency" : 128460, + "pos" : [], + "forms" : [ { "traditional" : "囉唆", + "transcriptions" : { "pinyin" : "luō suo", + "numeric" : "luo1 suo5", + "wadegiles" : "lo¹ suo", + "bopomofo" : "ㄌㄨㄛ suo", + "romatzyh" : "lhuo suo" }, + "meanings" : [ "variant of 啰嗦" ], + "classifiers" : [] } ] }, + { "simplified" : "萝卜", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 8242, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蘿蔔", + "transcriptions" : { "pinyin" : "luó bo", + "numeric" : "luo2 bo5", + "wadegiles" : "lo² bo", + "bopomofo" : "ㄌㄨㄛˊ bo", + "romatzyh" : "luo bo" }, + "meanings" : [ "radish (Raphanus sativus), esp. white radish 白萝卜" ], + "classifiers" : [ "个", "根" ] } ] }, + { "simplified" : "逻辑", + "radical" : "辶", + "level" : [ "new-5", "old-5" ], + "frequency" : 4974, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "邏輯", + "transcriptions" : { "pinyin" : "luó ji", + "numeric" : "luo2 ji5", + "wadegiles" : "lo² ji", + "bopomofo" : "ㄌㄨㄛˊ ji", + "romatzyh" : "luo ji" }, + "meanings" : [ "logic (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "螺丝", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 16116, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "螺絲", + "transcriptions" : { "pinyin" : "luó sī", + "numeric" : "luo2 si1", + "wadegiles" : "lo² ssu¹", + "bopomofo" : "ㄌㄨㄛˊ ㄙ", + "romatzyh" : "luo sy" }, + "meanings" : [ "screw" ], + "classifiers" : [] } ] }, + { "simplified" : "螺丝钉", + "radical" : "虫", + "level" : [ "old-6" ], + "frequency" : 35456, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "螺絲釘", + "transcriptions" : { "pinyin" : "luó sī dīng", + "numeric" : "luo2 si1 ding1", + "wadegiles" : "lo² ssu¹ ting¹", + "bopomofo" : "ㄌㄨㄛˊ ㄙ ㄉㄧㄥ", + "romatzyh" : "luo sy ding" }, + "meanings" : [ "screw" ], + "classifiers" : [] } ] }, + { "simplified" : "裸", + "radical" : "衤", + "level" : [ "new-7+" ], + "frequency" : 4679, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "臝", + "transcriptions" : { "pinyin" : "luǒ", + "numeric" : "luo3", + "wadegiles" : "lo³", + "bopomofo" : "ㄌㄨㄛˇ", + "romatzyh" : "luoo" }, + "meanings" : [ "variant of 裸" ], + "classifiers" : [] }, + { "traditional" : "裸", + "transcriptions" : { "pinyin" : "luǒ", + "numeric" : "luo3", + "wadegiles" : "lo³", + "bopomofo" : "ㄌㄨㄛˇ", + "romatzyh" : "luoo" }, + "meanings" : [ "naked" ], + "classifiers" : [] }, + { "traditional" : "躶", + "transcriptions" : { "pinyin" : "luǒ", + "numeric" : "luo3", + "wadegiles" : "lo³", + "bopomofo" : "ㄌㄨㄛˇ", + "romatzyh" : "luoo" }, + "meanings" : [ "variant of 裸" ], + "classifiers" : [] } ] }, + { "simplified" : "裸露", + "radical" : "衤", + "level" : [ "new-7+" ], + "frequency" : 14013, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "裸露", + "transcriptions" : { "pinyin" : "luǒ lù", + "numeric" : "luo3 lu4", + "wadegiles" : "lo³ lu⁴", + "bopomofo" : "ㄌㄨㄛˇ ㄌㄨˋ", + "romatzyh" : "luoo luh" }, + "meanings" : [ "naked; bare; uncovered; exposed" ], + "classifiers" : [] } ] }, + { "simplified" : "络绎不绝", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 34597, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "絡繹不絕", + "transcriptions" : { "pinyin" : "luò yì bù jué", + "numeric" : "luo4 yi4 bu4 jue2", + "wadegiles" : "lo⁴ i⁴ pu⁴ chüeh²", + "bopomofo" : "ㄌㄨㄛˋ ㄧˋ ㄅㄨˋ ㄐㄩㄝˊ", + "romatzyh" : "luoh yih buh jyue" }, + "meanings" : [ "(idiom) continuously; in an endless stream" ], + "classifiers" : [] } ] }, + { "simplified" : "落", + "radical" : "艹", + "level" : [ "new-4" ], + "frequency" : 1435, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "落", + "transcriptions" : { "pinyin" : "là", + "numeric" : "la4", + "wadegiles" : "la⁴", + "bopomofo" : "ㄌㄚˋ", + "romatzyh" : "lah" }, + "meanings" : [ "to leave out", + "to be missing", + "to leave behind or forget to bring", + "to lag or fall behind" ], + "classifiers" : [] }, + { "traditional" : "落", + "transcriptions" : { "pinyin" : "lào", + "numeric" : "lao4", + "wadegiles" : "lao⁴", + "bopomofo" : "ㄌㄠˋ", + "romatzyh" : "law" }, + "meanings" : [ "colloquial reading for 落 in certain compounds" ], + "classifiers" : [] }, + { "traditional" : "落", + "transcriptions" : { "pinyin" : "luò", + "numeric" : "luo4", + "wadegiles" : "lo⁴", + "bopomofo" : "ㄌㄨㄛˋ", + "romatzyh" : "luoh" }, + "meanings" : [ "to fall or drop", + "(of the sun) to set", + "(of a tide) to go out", + "to lower", + "to decline or sink", + "to lag or fall behind", + "to fall onto", + "to rest with", + "to get or receive", + "to write down", + "whereabouts", + "settlement" ], + "classifiers" : [] } ] }, + { "simplified" : "落差", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 29794, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "落差", + "transcriptions" : { "pinyin" : "luò chā", + "numeric" : "luo4 cha1", + "wadegiles" : "lo⁴ ch'a¹", + "bopomofo" : "ㄌㄨㄛˋ ㄔㄚ", + "romatzyh" : "luoh cha" }, + "meanings" : [ "drop in elevation", + "(fig.) gap (in wages, expectations etc)", + "disparity" ], + "classifiers" : [] } ] }, + { "simplified" : "落成", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 20880, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "落成", + "transcriptions" : { "pinyin" : "luò chéng", + "numeric" : "luo4 cheng2", + "wadegiles" : "lo⁴ ch'eng²", + "bopomofo" : "ㄌㄨㄛˋ ㄔㄥˊ", + "romatzyh" : "luoh cherng" }, + "meanings" : [ "to complete a construction project" ], + "classifiers" : [] } ] }, + { "simplified" : "落地", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 8886, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "落地", + "transcriptions" : { "pinyin" : "luò dì", + "numeric" : "luo4 di4", + "wadegiles" : "lo⁴ ti⁴", + "bopomofo" : "ㄌㄨㄛˋ ㄉㄧˋ", + "romatzyh" : "luoh dih" }, + "meanings" : [ "to fall to the ground", + "to be set on the ground", + "to reach to the ground", + "to be born", + "(of a plane) to land" ], + "classifiers" : [] } ] }, + { "simplified" : "落后", + "radical" : "艹", + "level" : [ "new-3", "old-5" ], + "frequency" : 3824, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "落後", + "transcriptions" : { "pinyin" : "luò hòu", + "numeric" : "luo4 hou4", + "wadegiles" : "lo⁴ hou⁴", + "bopomofo" : "ㄌㄨㄛˋ ㄏㄡˋ", + "romatzyh" : "luoh how" }, + "meanings" : [ "to fall behind", + "to lag (in technology etc)", + "backward", + "to retrogress" ], + "classifiers" : [] } ] }, + { "simplified" : "落户", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 33298, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "落戶", + "transcriptions" : { "pinyin" : "luò hù", + "numeric" : "luo4 hu4", + "wadegiles" : "lo⁴ hu⁴", + "bopomofo" : "ㄌㄨㄛˋ ㄏㄨˋ", + "romatzyh" : "luoh huh" }, + "meanings" : [ "to settle", "to set up home" ], + "classifiers" : [] } ] }, + { "simplified" : "落实", + "radical" : "艹", + "level" : [ "new-5", "old-6" ], + "frequency" : 16045, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "落實", + "transcriptions" : { "pinyin" : "luò shí", + "numeric" : "luo4 shi2", + "wadegiles" : "lo⁴ shih²", + "bopomofo" : "ㄌㄨㄛˋ ㄕˊ", + "romatzyh" : "luoh shyr" }, + "meanings" : [ "practical", + "workable", + "to implement", + "to carry out", + "to decide" ], + "classifiers" : [] } ] }, + { "simplified" : "落下", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 13990, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "落下", + "transcriptions" : { "pinyin" : "luò xià", + "numeric" : "luo4 xia4", + "wadegiles" : "lo⁴ hsia⁴", + "bopomofo" : "ㄌㄨㄛˋ ㄒㄧㄚˋ", + "romatzyh" : "luoh shiah" }, + "meanings" : [ "to fall", + "to drop", + "to land (of projectile)" ], + "classifiers" : [] } ] }, + { "simplified" : "妈", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "媽", + "transcriptions" : { "pinyin" : "mā", + "numeric" : "ma1", + "wadegiles" : "ma¹", + "bopomofo" : "ㄇㄚ", + "romatzyh" : "mha" }, + "meanings" : [ "ma", "mom", "mother" ], + "classifiers" : [] } ] }, + { "simplified" : "妈妈", + "radical" : "女", + "level" : [ "new-1", "old-1" ], + "frequency" : 527, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "媽媽", + "transcriptions" : { "pinyin" : "mā ma", + "numeric" : "ma1 ma5", + "wadegiles" : "ma¹ ma", + "bopomofo" : "ㄇㄚ ma", + "romatzyh" : "mha ma" }, + "meanings" : [ "mama", "mommy", "mother" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "麻", + "radical" : "麻", + "level" : [ "new-7+" ], + "frequency" : 4988, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "蔴", + "transcriptions" : { "pinyin" : "má", + "numeric" : "ma2", + "wadegiles" : "ma²", + "bopomofo" : "ㄇㄚˊ", + "romatzyh" : "ma" }, + "meanings" : [ "variant of 麻", "hemp" ], + "classifiers" : [] }, + { "traditional" : "麻", + "transcriptions" : { "pinyin" : "Má", + "numeric" : "Ma2", + "wadegiles" : "ma²", + "bopomofo" : "ㄇㄚˊ", + "romatzyh" : "ma" }, + "meanings" : [ "surname Ma" ], + "classifiers" : [] }, + { "traditional" : "麻", + "transcriptions" : { "pinyin" : "má", + "numeric" : "ma2", + "wadegiles" : "ma²", + "bopomofo" : "ㄇㄚˊ", + "romatzyh" : "ma" }, + "meanings" : [ "generic name for hemp, flax etc", + "hemp or flax fiber for textile materials", + "sesame", + "(of materials) rough or coarse", + "pocked", + "pitted", + "to have pins and needles or tingling", + "to feel numb" ], + "classifiers" : [ "缕" ] } ] }, + { "simplified" : "麻痹", + "radical" : "麻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8935, + "pos" : [ "a", "v", "vn" ], + "forms" : [ { "traditional" : "麻痺", + "transcriptions" : { "pinyin" : "má bì", + "numeric" : "ma2 bi4", + "wadegiles" : "ma² pi⁴", + "bopomofo" : "ㄇㄚˊ ㄅㄧˋ", + "romatzyh" : "ma bih" }, + "meanings" : [ "paralysis", + "palsy", + "numbness", + "to benumb", + "(fig.) to lull", + "negligent", + "apathetic" ], + "classifiers" : [] } ] }, + { "simplified" : "麻烦", + "radical" : "麻", + "level" : [ "new-3", "old-4" ], + "frequency" : 1492, + "pos" : [ "an", "a", "v", "n" ], + "forms" : [ { "traditional" : "麻煩", + "transcriptions" : { "pinyin" : "má fan", + "numeric" : "ma2 fan5", + "wadegiles" : "ma² fan", + "bopomofo" : "ㄇㄚˊ fan", + "romatzyh" : "ma fan" }, + "meanings" : [ "trouble; inconvenience", + "inconvenient; troublesome; annoying", + "to bother sb; to put sb to trouble" ], + "classifiers" : [] } ] }, + { "simplified" : "麻将", + "radical" : "麻", + "level" : [ "new-7+" ], + "frequency" : 13433, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "麻將", + "transcriptions" : { "pinyin" : "má jiàng", + "numeric" : "ma2 jiang4", + "wadegiles" : "ma² chiang⁴", + "bopomofo" : "ㄇㄚˊ ㄐㄧㄤˋ", + "romatzyh" : "ma jianq" }, + "meanings" : [ "mahjong" ], + "classifiers" : [ "副" ] } ] }, + { "simplified" : "麻辣", + "radical" : "麻", + "level" : [ "new-7+" ], + "frequency" : 23271, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "麻辣", + "transcriptions" : { "pinyin" : "má là", + "numeric" : "ma2 la4", + "wadegiles" : "ma² la⁴", + "bopomofo" : "ㄇㄚˊ ㄌㄚˋ", + "romatzyh" : "ma lah" }, + "meanings" : [ "hot and numbing" ], + "classifiers" : [] } ] }, + { "simplified" : "麻木", + "radical" : "麻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9568, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "麻木", + "transcriptions" : { "pinyin" : "má mù", + "numeric" : "ma2 mu4", + "wadegiles" : "ma² mu⁴", + "bopomofo" : "ㄇㄚˊ ㄇㄨˋ", + "romatzyh" : "ma muh" }, + "meanings" : [ "numb", "insensitive", "apathetic" ], + "classifiers" : [] } ] }, + { "simplified" : "麻醉", + "radical" : "麻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6421, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "麻醉", + "transcriptions" : { "pinyin" : "má zuì", + "numeric" : "ma2 zui4", + "wadegiles" : "ma² tsui⁴", + "bopomofo" : "ㄇㄚˊ ㄗㄨㄟˋ", + "romatzyh" : "ma tzuey" }, + "meanings" : [ "anesthesia", + "to anesthetize; (fig.) to corrupt (sb's mind); to enervate; to numb the mind (to escape from harsh reality)" ], + "classifiers" : [] } ] }, + { "simplified" : "马", + "radical" : "马", + "level" : [ "new-3", "old-3" ], + "frequency" : 605, + "pos" : [ "n", "nr", "b" ], + "forms" : [ { "traditional" : "馬", + "transcriptions" : { "pinyin" : "Mǎ", + "numeric" : "Ma3", + "wadegiles" : "ma³", + "bopomofo" : "ㄇㄚˇ", + "romatzyh" : "maa" }, + "meanings" : [ "surname Ma", + "abbr. for Malaysia 马来西亚" ], + "classifiers" : [] }, + { "traditional" : "馬", + "transcriptions" : { "pinyin" : "mǎ", + "numeric" : "ma3", + "wadegiles" : "ma³", + "bopomofo" : "ㄇㄚˇ", + "romatzyh" : "maa" }, + "meanings" : [ "horse", + "horse or cavalry piece in Chinese chess", + "knight in Western chess" ], + "classifiers" : [ "匹" ] } ] }, + { "simplified" : "马车", + "radical" : "马", + "level" : [ "new-6" ], + "frequency" : 7719, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "馬車", + "transcriptions" : { "pinyin" : "mǎ chē", + "numeric" : "ma3 che1", + "wadegiles" : "ma³ ch'e¹", + "bopomofo" : "ㄇㄚˇ ㄔㄜ", + "romatzyh" : "maa che" }, + "meanings" : [ "cart", + "chariot", + "carriage", + "buggy" ], + "classifiers" : [] } ] }, + { "simplified" : "马后炮", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 44420, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "馬後炮", + "transcriptions" : { "pinyin" : "mǎ hòu pào", + "numeric" : "ma3 hou4 pao4", + "wadegiles" : "ma³ hou⁴ p'ao⁴", + "bopomofo" : "ㄇㄚˇ ㄏㄡˋ ㄆㄠˋ", + "romatzyh" : "maa how paw" }, + "meanings" : [ "lit. firing after the horse", + "fig. belated action", + "giving advice in hindsight" ], + "classifiers" : [] }, + { "traditional" : "馬後砲", + "transcriptions" : { "pinyin" : "mǎ hòu pào", + "numeric" : "ma3 hou4 pao4", + "wadegiles" : "ma³ hou⁴ p'ao⁴", + "bopomofo" : "ㄇㄚˇ ㄏㄡˋ ㄆㄠˋ", + "romatzyh" : "maa how paw" }, + "meanings" : [ "lit. firing after the horse", + "fig. belated action", + "giving advice in hindsight" ], + "classifiers" : [] } ] }, + { "simplified" : "马虎", + "radical" : "马", + "level" : [ "new-7+", "old-4" ], + "frequency" : 20190, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "馬虎", + "transcriptions" : { "pinyin" : "mǎ hu", + "numeric" : "ma3 hu5", + "wadegiles" : "ma³ hu", + "bopomofo" : "ㄇㄚˇ hu", + "romatzyh" : "maa hu" }, + "meanings" : [ "careless", + "sloppy", + "negligent", + "skimpy" ], + "classifiers" : [] } ] }, + { "simplified" : "马力", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 12915, + "pos" : [ "n", "q", "nr" ], + "forms" : [ { "traditional" : "馬力", + "transcriptions" : { "pinyin" : "mǎ lì", + "numeric" : "ma3 li4", + "wadegiles" : "ma³ li⁴", + "bopomofo" : "ㄇㄚˇ ㄌㄧˋ", + "romatzyh" : "maa lih" }, + "meanings" : [ "horsepower" ], + "classifiers" : [] } ] }, + { "simplified" : "马路", + "radical" : "马", + "level" : [ "new-1" ], + "frequency" : 5119, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "馬路", + "transcriptions" : { "pinyin" : "mǎ lù", + "numeric" : "ma3 lu4", + "wadegiles" : "ma³ lu⁴", + "bopomofo" : "ㄇㄚˇ ㄌㄨˋ", + "romatzyh" : "maa luh" }, + "meanings" : [ "street", "road" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "马上", + "radical" : "马", + "level" : [ "new-1", "old-3" ], + "frequency" : 847, + "pos" : [ "d", "s" ], + "forms" : [ { "traditional" : "馬上", + "transcriptions" : { "pinyin" : "mǎ shàng", + "numeric" : "ma3 shang4", + "wadegiles" : "ma³ shang⁴", + "bopomofo" : "ㄇㄚˇ ㄕㄤˋ", + "romatzyh" : "maa shanq" }, + "meanings" : [ "at once", + "right away", + "immediately", + "on horseback (i.e. by military force)" ], + "classifiers" : [] } ] }, + { "simplified" : "马桶", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 8584, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "馬桶", + "transcriptions" : { "pinyin" : "mǎ tǒng", + "numeric" : "ma3 tong3", + "wadegiles" : "ma³ t'ung³", + "bopomofo" : "ㄇㄚˇ ㄊㄨㄥˇ", + "romatzyh" : "maa toong" }, + "meanings" : [ "chamber pot", + "wooden pan used as toilet", + "toilet bowl" ], + "classifiers" : [] } ] }, + { "simplified" : "马戏", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 29823, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "馬戲", + "transcriptions" : { "pinyin" : "mǎ xì", + "numeric" : "ma3 xi4", + "wadegiles" : "ma³ hsi⁴", + "bopomofo" : "ㄇㄚˇ ㄒㄧˋ", + "romatzyh" : "maa shih" }, + "meanings" : [ "circus" ], + "classifiers" : [] } ] }, + { "simplified" : "码", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 2833, + "pos" : [ "q", "v" ], + "forms" : [ { "traditional" : "碼", + "transcriptions" : { "pinyin" : "mǎ", + "numeric" : "ma3", + "wadegiles" : "ma³", + "bopomofo" : "ㄇㄚˇ", + "romatzyh" : "maa" }, + "meanings" : [ "weight", + "number", + "code", + "to pile", + "to stack", + "classifier for length or distance (yard), happenings etc" ], + "classifiers" : [] } ] }, + { "simplified" : "码头", + "radical" : "石", + "level" : [ "new-5", "old-6" ], + "frequency" : 4184, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "碼頭", + "transcriptions" : { "pinyin" : "mǎ tóu", + "numeric" : "ma3 tou2", + "wadegiles" : "ma³ t'ou²", + "bopomofo" : "ㄇㄚˇ ㄊㄡˊ", + "romatzyh" : "maa tour" }, + "meanings" : [ "dock", "pier", "wharf" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "骂", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 2622, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "罵", + "transcriptions" : { "pinyin" : "mà", + "numeric" : "ma4", + "wadegiles" : "ma⁴", + "bopomofo" : "ㄇㄚˋ", + "romatzyh" : "mah" }, + "meanings" : [ "to scold", "to abuse", "to curse" ], + "classifiers" : [ "通", "顿" ] }, + { "traditional" : "駡", + "transcriptions" : { "pinyin" : "mà", + "numeric" : "ma4", + "wadegiles" : "ma⁴", + "bopomofo" : "ㄇㄚˋ", + "romatzyh" : "mah" }, + "meanings" : [ "variant of 骂" ], + "classifiers" : [] } ] }, + { "simplified" : "吗", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 83, + "pos" : [ "y" ], + "forms" : [ { "traditional" : "嗎", + "transcriptions" : { "pinyin" : "má", + "numeric" : "ma2", + "wadegiles" : "ma²", + "bopomofo" : "ㄇㄚˊ", + "romatzyh" : "ma" }, + "meanings" : [ "(coll.) what?" ], + "classifiers" : [] }, + { "traditional" : "嗎", + "transcriptions" : { "pinyin" : "mǎ", + "numeric" : "ma3", + "wadegiles" : "ma³", + "bopomofo" : "ㄇㄚˇ", + "romatzyh" : "maa" }, + "meanings" : [ "used in 吗啡" ], + "classifiers" : [] }, + { "traditional" : "嗎", + "transcriptions" : { "pinyin" : "ma", + "numeric" : "ma5", + "wadegiles" : "ma", + "bopomofo" : "ma", + "romatzyh" : "ma" }, + "meanings" : [ "(question particle for \"yes-no\" questions)" ], + "classifiers" : [] } ] }, + { "simplified" : "嘛", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 614, + "pos" : [ "y" ], + "forms" : [ { "traditional" : "嘛", + "transcriptions" : { "pinyin" : "má", + "numeric" : "ma2", + "wadegiles" : "ma²", + "bopomofo" : "ㄇㄚˊ", + "romatzyh" : "ma" }, + "meanings" : [ "used in 吽", "(Tw) (coll.) what?" ], + "classifiers" : [] }, + { "traditional" : "嘛", + "transcriptions" : { "pinyin" : "ma", + "numeric" : "ma5", + "wadegiles" : "ma", + "bopomofo" : "ma", + "romatzyh" : "ma" }, + "meanings" : [ "modal particle indicating that sth is obvious", + "particle indicating a pause for emphasis" ], + "classifiers" : [] } ] }, + { "simplified" : "埋", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 2776, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "埋", + "transcriptions" : { "pinyin" : "mái", + "numeric" : "mai2", + "wadegiles" : "mai²", + "bopomofo" : "ㄇㄞˊ", + "romatzyh" : "mai" }, + "meanings" : [ "to bury" ], + "classifiers" : [] }, + { "traditional" : "埋", + "transcriptions" : { "pinyin" : "mán", + "numeric" : "man2", + "wadegiles" : "man²", + "bopomofo" : "ㄇㄢˊ", + "romatzyh" : "man" }, + "meanings" : [ "used in 怨" ], + "classifiers" : [] } ] }, + { "simplified" : "埋藏", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 14710, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "埋藏", + "transcriptions" : { "pinyin" : "mái cáng", + "numeric" : "mai2 cang2", + "wadegiles" : "mai² ts'ang²", + "bopomofo" : "ㄇㄞˊ ㄘㄤˊ", + "romatzyh" : "mai tsarng" }, + "meanings" : [ "to bury", + "to hide by burying", + "hidden" ], + "classifiers" : [] } ] }, + { "simplified" : "埋伏", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11612, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "埋伏", + "transcriptions" : { "pinyin" : "mái fú", + "numeric" : "mai2 fu2", + "wadegiles" : "mai² fu²", + "bopomofo" : "ㄇㄞˊ ㄈㄨˊ", + "romatzyh" : "mai fwu" }, + "meanings" : [ "to ambush", + "to lie in wait for", + "to lie low", + "ambush" ], + "classifiers" : [] } ] }, + { "simplified" : "埋没", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25479, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "埋沒", + "transcriptions" : { "pinyin" : "mái mò", + "numeric" : "mai2 mo4", + "wadegiles" : "mai² mo⁴", + "bopomofo" : "ㄇㄞˊ ㄇㄛˋ", + "romatzyh" : "mai moh" }, + "meanings" : [ "to engulf", + "to bury", + "to overlook", + "to stifle", + "to neglect", + "to fall into oblivion" ], + "classifiers" : [] } ] }, + { "simplified" : "埋怨", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10938, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "埋怨", + "transcriptions" : { "pinyin" : "mán yuàn", + "numeric" : "man2 yuan4", + "wadegiles" : "man² yüan⁴", + "bopomofo" : "ㄇㄢˊ ㄩㄢˋ", + "romatzyh" : "man yuann" }, + "meanings" : [ "to complain", + "to grumble (about)", + "to reproach", + "to blame" ], + "classifiers" : [] } ] }, + { "simplified" : "埋葬", + "radical" : "土", + "level" : [ "old-6" ], + "frequency" : 12213, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "埋葬", + "transcriptions" : { "pinyin" : "mái zàng", + "numeric" : "mai2 zang4", + "wadegiles" : "mai² tsang⁴", + "bopomofo" : "ㄇㄞˊ ㄗㄤˋ", + "romatzyh" : "mai tzanq" }, + "meanings" : [ "to bury" ], + "classifiers" : [] } ] }, + { "simplified" : "买", + "radical" : "大", + "level" : [ "new-1", "old-1" ], + "frequency" : 240, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "買", + "transcriptions" : { "pinyin" : "mǎi", + "numeric" : "mai3", + "wadegiles" : "mai³", + "bopomofo" : "ㄇㄞˇ", + "romatzyh" : "mae" }, + "meanings" : [ "to buy", "to purchase" ], + "classifiers" : [] } ] }, + { "simplified" : "买不起", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 14630, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "買不起", + "transcriptions" : { "pinyin" : "mǎi bu qǐ", + "numeric" : "mai3 bu5 qi3", + "wadegiles" : "mai³ bu ch'i³", + "bopomofo" : "ㄇㄞˇ bu ㄑㄧˇ", + "romatzyh" : "mae bu chii" }, + "meanings" : [ "cannot afford", + "can't afford buying" ], + "classifiers" : [] } ] }, + { "simplified" : "买卖", + "radical" : "大", + "level" : [ "new-5" ], + "frequency" : 3721, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "買賣", + "transcriptions" : { "pinyin" : "mǎi mài", + "numeric" : "mai3 mai4", + "wadegiles" : "mai³ mai⁴", + "bopomofo" : "ㄇㄞˇ ㄇㄞˋ", + "romatzyh" : "mae may" }, + "meanings" : [ "buying and selling", + "business", + "business transactions" ], + "classifiers" : [ "桩", "次" ] } ] }, + { "simplified" : "迈", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5964, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "邁", + "transcriptions" : { "pinyin" : "mài", + "numeric" : "mai4", + "wadegiles" : "mai⁴", + "bopomofo" : "ㄇㄞˋ", + "romatzyh" : "may" }, + "meanings" : [ "to take a step", "to stride" ], + "classifiers" : [] } ] }, + { "simplified" : "迈进", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 14127, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "邁進", + "transcriptions" : { "pinyin" : "mài jìn", + "numeric" : "mai4 jin4", + "wadegiles" : "mai⁴ chin⁴", + "bopomofo" : "ㄇㄞˋ ㄐㄧㄣˋ", + "romatzyh" : "may jinn" }, + "meanings" : [ "to step in", + "to stride forward", + "to forge ahead" ], + "classifiers" : [] } ] }, + { "simplified" : "麦克风", + "radical" : "麦", + "level" : [ "old-5" ], + "frequency" : 12308, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "麥克風", + "transcriptions" : { "pinyin" : "mài kè fēng", + "numeric" : "mai4 ke4 feng1", + "wadegiles" : "mai⁴ k'o⁴ feng¹", + "bopomofo" : "ㄇㄞˋ ㄎㄜˋ ㄈㄥ", + "romatzyh" : "may keh feng" }, + "meanings" : [ "microphone (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "卖", + "radical" : "十", + "level" : [ "new-2", "old-2" ], + "frequency" : 590, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "賣", + "transcriptions" : { "pinyin" : "mài", + "numeric" : "mai4", + "wadegiles" : "mai⁴", + "bopomofo" : "ㄇㄞˋ", + "romatzyh" : "may" }, + "meanings" : [ "to sell", + "to betray", + "to spare no effort", + "to show off or flaunt" ], + "classifiers" : [] } ] }, + { "simplified" : "卖弄", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 22135, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "賣弄", + "transcriptions" : { "pinyin" : "mài nong", + "numeric" : "mai4 nong5", + "wadegiles" : "mai⁴ nong", + "bopomofo" : "ㄇㄞˋ nong", + "romatzyh" : "may nong" }, + "meanings" : [ "to show off", + "to make a display of" ], + "classifiers" : [] } ] }, + { "simplified" : "脉搏", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11767, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "脈搏", + "transcriptions" : { "pinyin" : "mài bó", + "numeric" : "mai4 bo2", + "wadegiles" : "mai⁴ po²", + "bopomofo" : "ㄇㄞˋ ㄅㄛˊ", + "romatzyh" : "may bor" }, + "meanings" : [ "pulse (both medical and figurative)" ], + "classifiers" : [] } ] }, + { "simplified" : "脉络", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 38592, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "脈絡", + "transcriptions" : { "pinyin" : "mài luò", + "numeric" : "mai4 luo4", + "wadegiles" : "mai⁴ lo⁴", + "bopomofo" : "ㄇㄞˋ ㄌㄨㄛˋ", + "romatzyh" : "may luoh" }, + "meanings" : [ "arteries and veins", + "network of blood vessels", + "vascular system (of a plant or animal)", + "(fig.) fabric (i.e. underlying structure, as in \"social fabric\")", + "overall context" ], + "classifiers" : [] } ] }, + { "simplified" : "蛮", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 3353, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "蠻", + "transcriptions" : { "pinyin" : "mán", + "numeric" : "man2", + "wadegiles" : "man²", + "bopomofo" : "ㄇㄢˊ", + "romatzyh" : "man" }, + "meanings" : [ "barbarian", + "bullying", + "very", + "quite", + "rough", + "reckless" ], + "classifiers" : [] } ] }, + { "simplified" : "馒头", + "radical" : "饣", + "level" : [ "new-6", "old-5" ], + "frequency" : 16507, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "饅頭", + "transcriptions" : { "pinyin" : "mán tou", + "numeric" : "man2 tou5", + "wadegiles" : "man² tou", + "bopomofo" : "ㄇㄢˊ tou", + "romatzyh" : "man tou" }, + "meanings" : [ "steamed roll", + "steamed bun", + "steamed bread" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "瞒", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 6855, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瞞", + "transcriptions" : { "pinyin" : "mán", + "numeric" : "man2", + "wadegiles" : "man²", + "bopomofo" : "ㄇㄢˊ", + "romatzyh" : "man" }, + "meanings" : [ "to conceal from", + "to keep (sb) in the dark" ], + "classifiers" : [] } ] }, + { "simplified" : "满", + "radical" : "氵", + "level" : [ "new-2", "old-4" ], + "frequency" : 961, + "pos" : [ "a", "v", "d", "b" ], + "forms" : [ { "traditional" : "滿", + "transcriptions" : { "pinyin" : "Mǎn", + "numeric" : "Man3", + "wadegiles" : "man³", + "bopomofo" : "ㄇㄢˇ", + "romatzyh" : "maan" }, + "meanings" : [ "Manchu ethnic group" ], + "classifiers" : [] }, + { "traditional" : "滿", + "transcriptions" : { "pinyin" : "mǎn", + "numeric" : "man3", + "wadegiles" : "man³", + "bopomofo" : "ㄇㄢˇ", + "romatzyh" : "maan" }, + "meanings" : [ "to fill", + "full", + "filled", + "packed", + "fully", + "completely", + "quite", + "to reach the limit", + "to satisfy", + "satisfied", + "contented" ], + "classifiers" : [] } ] }, + { "simplified" : "满怀", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 11120, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "滿懷", + "transcriptions" : { "pinyin" : "mǎn huái", + "numeric" : "man3 huai2", + "wadegiles" : "man³ huai²", + "bopomofo" : "ㄇㄢˇ ㄏㄨㄞˊ", + "romatzyh" : "maan hwai" }, + "meanings" : [ "to have one's heart filled with", + "(to collide) full on", + "(of farm animals) heavy with young" ], + "classifiers" : [] } ] }, + { "simplified" : "满意", + "radical" : "氵", + "level" : [ "new-2", "old-3" ], + "frequency" : 1761, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "滿意", + "transcriptions" : { "pinyin" : "mǎn yì", + "numeric" : "man3 yi4", + "wadegiles" : "man³ i⁴", + "bopomofo" : "ㄇㄢˇ ㄧˋ", + "romatzyh" : "maan yih" }, + "meanings" : [ "satisfied", + "pleased", + "to one's satisfaction" ], + "classifiers" : [] } ] }, + { "simplified" : "满足", + "radical" : "氵", + "level" : [ "new-3", "old-5" ], + "frequency" : 1555, + "pos" : [ "v", "an", "a", "vn" ], + "forms" : [ { "traditional" : "滿足", + "transcriptions" : { "pinyin" : "mǎn zú", + "numeric" : "man3 zu2", + "wadegiles" : "man³ tsu²", + "bopomofo" : "ㄇㄢˇ ㄗㄨˊ", + "romatzyh" : "maan tzwu" }, + "meanings" : [ "to satisfy", + "to meet (the needs of)", + "satisfied", + "content" ], + "classifiers" : [] } ] }, + { "simplified" : "慢", + "radical" : "忄", + "level" : [ "new-1", "old-2" ], + "frequency" : 1770, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "慢", + "transcriptions" : { "pinyin" : "màn", + "numeric" : "man4", + "wadegiles" : "man⁴", + "bopomofo" : "ㄇㄢˋ", + "romatzyh" : "mann" }, + "meanings" : [ "slow" ], + "classifiers" : [] } ] }, + { "simplified" : "慢车", + "radical" : "忄", + "level" : [ "new-6" ], + "frequency" : 52449, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "慢車", + "transcriptions" : { "pinyin" : "màn chē", + "numeric" : "man4 che1", + "wadegiles" : "man⁴ ch'e¹", + "bopomofo" : "ㄇㄢˋ ㄔㄜ", + "romatzyh" : "mann che" }, + "meanings" : [ "local bus or train", + "slow train with many stops" ], + "classifiers" : [] } ] }, + { "simplified" : "慢慢", + "radical" : "忄", + "level" : [ "new-3" ], + "frequency" : 1664, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "慢慢", + "transcriptions" : { "pinyin" : "màn màn", + "numeric" : "man4 man4", + "wadegiles" : "man⁴ man⁴", + "bopomofo" : "ㄇㄢˋ ㄇㄢˋ", + "romatzyh" : "mann mann" }, + "meanings" : [ "slowly" ], + "classifiers" : [] } ] }, + { "simplified" : "慢慢来", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 14319, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "慢慢來", + "transcriptions" : { "pinyin" : "màn màn lái", + "numeric" : "man4 man4 lai2", + "wadegiles" : "man⁴ man⁴ lai²", + "bopomofo" : "ㄇㄢˋ ㄇㄢˋ ㄌㄞˊ", + "romatzyh" : "mann mann lai" }, + "meanings" : [ "take your time", "take it easy" ], + "classifiers" : [] } ] }, + { "simplified" : "慢性", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9266, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "慢性", + "transcriptions" : { "pinyin" : "màn xìng", + "numeric" : "man4 xing4", + "wadegiles" : "man⁴ hsing⁴", + "bopomofo" : "ㄇㄢˋ ㄒㄧㄥˋ", + "romatzyh" : "mann shinq" }, + "meanings" : [ "slow and patient", + "chronic (disease)", + "slow to take effect (e.g. a slow poison)" ], + "classifiers" : [] } ] }, + { "simplified" : "漫", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 7395, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "漫", + "transcriptions" : { "pinyin" : "màn", + "numeric" : "man4", + "wadegiles" : "man⁴", + "bopomofo" : "ㄇㄢˋ", + "romatzyh" : "mann" }, + "meanings" : [ "free", + "unrestrained", + "to inundate" ], + "classifiers" : [] } ] }, + { "simplified" : "漫画", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 4509, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "漫畫", + "transcriptions" : { "pinyin" : "màn huà", + "numeric" : "man4 hua4", + "wadegiles" : "man⁴ hua⁴", + "bopomofo" : "ㄇㄢˋ ㄏㄨㄚˋ", + "romatzyh" : "mann huah" }, + "meanings" : [ "caricature", + "cartoon", + "Japanese manga" ], + "classifiers" : [] } ] }, + { "simplified" : "漫游", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 14554, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "漫遊", + "transcriptions" : { "pinyin" : "màn yóu", + "numeric" : "man4 you2", + "wadegiles" : "man⁴ yu²", + "bopomofo" : "ㄇㄢˋ ㄧㄡˊ", + "romatzyh" : "mann you" }, + "meanings" : [ "to travel around", + "to roam", + "(mobile telephony) roaming" ], + "classifiers" : [] } ] }, + { "simplified" : "漫长", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 5704, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "漫長", + "transcriptions" : { "pinyin" : "màn cháng", + "numeric" : "man4 chang2", + "wadegiles" : "man⁴ ch'ang²", + "bopomofo" : "ㄇㄢˋ ㄔㄤˊ", + "romatzyh" : "mann charng" }, + "meanings" : [ "very long", "endless" ], + "classifiers" : [] } ] }, + { "simplified" : "蔓延", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7609, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "蔓延", + "transcriptions" : { "pinyin" : "màn yán", + "numeric" : "man4 yan2", + "wadegiles" : "man⁴ yan²", + "bopomofo" : "ㄇㄢˋ ㄧㄢˊ", + "romatzyh" : "mann yan" }, + "meanings" : [ "to extend", "to spread" ], + "classifiers" : [] } ] }, + { "simplified" : "忙", + "radical" : "忄", + "level" : [ "new-1", "old-2" ], + "frequency" : 859, + "pos" : [ "v", "a", "ad", "g", "an" ], + "forms" : [ { "traditional" : "忙", + "transcriptions" : { "pinyin" : "máng", + "numeric" : "mang2", + "wadegiles" : "mang²", + "bopomofo" : "ㄇㄤˊ", + "romatzyh" : "mang" }, + "meanings" : [ "busy", + "hurriedly", + "to hurry", + "to rush" ], + "classifiers" : [] } ] }, + { "simplified" : "忙活", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 15465, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忙活", + "transcriptions" : { "pinyin" : "máng huo", + "numeric" : "mang2 huo5", + "wadegiles" : "mang² huo", + "bopomofo" : "ㄇㄤˊ huo", + "romatzyh" : "mang huo" }, + "meanings" : [ "to be really busy", + "pressing business" ], + "classifiers" : [] } ] }, + { "simplified" : "忙碌", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6465, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "忙碌", + "transcriptions" : { "pinyin" : "máng lù", + "numeric" : "mang2 lu4", + "wadegiles" : "mang² lu⁴", + "bopomofo" : "ㄇㄤˊ ㄌㄨˋ", + "romatzyh" : "mang luh" }, + "meanings" : [ "busy; bustling" ], + "classifiers" : [] } ] }, + { "simplified" : "忙乱", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 33607, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "忙亂", + "transcriptions" : { "pinyin" : "máng luàn", + "numeric" : "mang2 luan4", + "wadegiles" : "mang² luan⁴", + "bopomofo" : "ㄇㄤˊ ㄌㄨㄢˋ", + "romatzyh" : "mang luann" }, + "meanings" : [ "rushed and muddled" ], + "classifiers" : [] } ] }, + { "simplified" : "盲目", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6842, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "盲目", + "transcriptions" : { "pinyin" : "máng mù", + "numeric" : "mang2 mu4", + "wadegiles" : "mang² mu⁴", + "bopomofo" : "ㄇㄤˊ ㄇㄨˋ", + "romatzyh" : "mang muh" }, + "meanings" : [ "blind", + "blindly", + "ignorant", + "lacking understanding" ], + "classifiers" : [] } ] }, + { "simplified" : "盲人", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 11792, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "盲人", + "transcriptions" : { "pinyin" : "máng rén", + "numeric" : "mang2 ren2", + "wadegiles" : "mang² jen²", + "bopomofo" : "ㄇㄤˊ ㄖㄣˊ", + "romatzyh" : "mang ren" }, + "meanings" : [ "blind person" ], + "classifiers" : [] } ] }, + { "simplified" : "茫茫", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 13223, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "茫茫", + "transcriptions" : { "pinyin" : "máng máng", + "numeric" : "mang2 mang2", + "wadegiles" : "mang² mang²", + "bopomofo" : "ㄇㄤˊ ㄇㄤˊ", + "romatzyh" : "mang mang" }, + "meanings" : [ "boundless", "vast and obscure" ], + "classifiers" : [] } ] }, + { "simplified" : "茫然", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13636, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "茫然", + "transcriptions" : { "pinyin" : "máng rán", + "numeric" : "mang2 ran2", + "wadegiles" : "mang² jan²", + "bopomofo" : "ㄇㄤˊ ㄖㄢˊ", + "romatzyh" : "mang ran" }, + "meanings" : [ "blankly", "vacantly", "at a loss" ], + "classifiers" : [] } ] }, + { "simplified" : "猫", + "radical" : "犭", + "level" : [ "new-2", "old-1" ], + "frequency" : 1150, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "貓", + "transcriptions" : { "pinyin" : "māo", + "numeric" : "mao1", + "wadegiles" : "mao¹", + "bopomofo" : "ㄇㄠ", + "romatzyh" : "mhau" }, + "meanings" : [ "cat", + "(dialect) to hide oneself", + "(coll.) modem" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "毛", + "radical" : "毛", + "level" : [ "new-1", "old-5" ], + "frequency" : 1319, + "pos" : [ "nr", "n", "q" ], + "forms" : [ { "traditional" : "毛", + "transcriptions" : { "pinyin" : "Máo", + "numeric" : "Mao2", + "wadegiles" : "mao²", + "bopomofo" : "ㄇㄠˊ", + "romatzyh" : "mau" }, + "meanings" : [ "surname Mao" ], + "classifiers" : [] }, + { "traditional" : "毛", + "transcriptions" : { "pinyin" : "máo", + "numeric" : "mao2", + "wadegiles" : "mao²", + "bopomofo" : "ㄇㄠˊ", + "romatzyh" : "mau" }, + "meanings" : [ "hair", + "feather", + "down", + "wool", + "mildew", + "mold", + "coarse or semifinished", + "young", + "raw", + "careless", + "unthinking", + "nervous", + "scared", + "(of currency) to devalue or depreciate", + "classifier for Chinese fractional monetary unit ( = 角 , = one-tenth of a yuan or 10 fen 分)" ], + "classifiers" : [] } ] }, + { "simplified" : "毛笔", + "radical" : "毛", + "level" : [ "new-5" ], + "frequency" : 37393, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "毛筆", + "transcriptions" : { "pinyin" : "máo bǐ", + "numeric" : "mao2 bi3", + "wadegiles" : "mao² pi³", + "bopomofo" : "ㄇㄠˊ ㄅㄧˇ", + "romatzyh" : "mau bii" }, + "meanings" : [ "writing brush" ], + "classifiers" : [ "枝", "管" ] } ] }, + { "simplified" : "毛病", + "radical" : "毛", + "level" : [ "new-3", "old-5" ], + "frequency" : 4966, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "毛病", + "transcriptions" : { "pinyin" : "máo bìng", + "numeric" : "mao2 bing4", + "wadegiles" : "mao² ping⁴", + "bopomofo" : "ㄇㄠˊ ㄅㄧㄥˋ", + "romatzyh" : "mau binq" }, + "meanings" : [ "fault", + "defect", + "shortcomings", + "ailment" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "毛巾", + "radical" : "毛", + "level" : [ "new-4", "old-4" ], + "frequency" : 6574, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "毛巾", + "transcriptions" : { "pinyin" : "máo jīn", + "numeric" : "mao2 jin1", + "wadegiles" : "mao² chin¹", + "bopomofo" : "ㄇㄠˊ ㄐㄧㄣ", + "romatzyh" : "mau jin" }, + "meanings" : [ "towel" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "毛衣", + "radical" : "毛", + "level" : [ "new-4" ], + "frequency" : 5546, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "毛衣", + "transcriptions" : { "pinyin" : "máo yī", + "numeric" : "mao2 yi1", + "wadegiles" : "mao² i¹", + "bopomofo" : "ㄇㄠˊ ㄧ", + "romatzyh" : "mau i" }, + "meanings" : [ "(wool) sweater" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "矛盾", + "radical" : "矛", + "level" : [ "new-5", "old-5" ], + "frequency" : 2794, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "矛盾", + "transcriptions" : { "pinyin" : "máo dùn", + "numeric" : "mao2 dun4", + "wadegiles" : "mao² tun⁴", + "bopomofo" : "ㄇㄠˊ ㄉㄨㄣˋ", + "romatzyh" : "mau duenn" }, + "meanings" : [ "contradiction", + "conflicting views", + "contradictory" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "矛头", + "radical" : "矛", + "level" : [ "new-7+" ], + "frequency" : 17616, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "矛頭", + "transcriptions" : { "pinyin" : "máo tóu", + "numeric" : "mao2 tou2", + "wadegiles" : "mao² t'ou²", + "bopomofo" : "ㄇㄠˊ ㄊㄡˊ", + "romatzyh" : "mau tour" }, + "meanings" : [ "spearhead", + "barb", + "an attack or criticism" ], + "classifiers" : [] } ] }, + { "simplified" : "茅台", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 12959, + "pos" : [], + "forms" : [ { "traditional" : "茅臺", + "transcriptions" : { "pinyin" : "Máo tái", + "numeric" : "Mao2 tai2", + "wadegiles" : "mao² t'ai²", + "bopomofo" : "ㄇㄠˊ ㄊㄞˊ", + "romatzyh" : "mau tair" }, + "meanings" : [ "Maotai town in Renhuai county, Guizhou", + "Maotai liquor 茅台酒" ], + "classifiers" : [] } ] }, + { "simplified" : "茅台", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 12959, + "pos" : [], + "forms" : [ { "traditional" : "茅臺", + "transcriptions" : { "pinyin" : "Máo tái", + "numeric" : "Mao2 tai2", + "wadegiles" : "mao² t'ai²", + "bopomofo" : "ㄇㄠˊ ㄊㄞˊ", + "romatzyh" : "mau tair" }, + "meanings" : [ "Maotai town in Renhuai county, Guizhou", + "Maotai liquor 茅台酒" ], + "classifiers" : [] } ] }, + { "simplified" : "茅台酒", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 24755, + "pos" : [], + "forms" : [ { "traditional" : "茅臺酒", + "transcriptions" : { "pinyin" : "máo tái jiǔ", + "numeric" : "mao2 tai2 jiu3", + "wadegiles" : "mao² t'ai² chiu³", + "bopomofo" : "ㄇㄠˊ ㄊㄞˊ ㄐㄧㄡˇ", + "romatzyh" : "mau tair jeou" }, + "meanings" : [ "maotai (a Chinese liquor)" ], + "classifiers" : [ "杯", "瓶" ] } ] }, + { "simplified" : "茂密", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 30360, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "茂密", + "transcriptions" : { "pinyin" : "mào mì", + "numeric" : "mao4 mi4", + "wadegiles" : "mao⁴ mi⁴", + "bopomofo" : "ㄇㄠˋ ㄇㄧˋ", + "romatzyh" : "maw mih" }, + "meanings" : [ "dense (of plant growth)", "lush" ], + "classifiers" : [] } ] }, + { "simplified" : "茂盛", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28450, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "茂盛", + "transcriptions" : { "pinyin" : "mào shèng", + "numeric" : "mao4 sheng4", + "wadegiles" : "mao⁴ sheng⁴", + "bopomofo" : "ㄇㄠˋ ㄕㄥˋ", + "romatzyh" : "maw shenq" }, + "meanings" : [ "lush" ], + "classifiers" : [] } ] }, + { "simplified" : "冒", + "radical" : "冂", + "level" : [ "new-5" ], + "frequency" : 2381, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "冐", + "transcriptions" : { "pinyin" : "mào", + "numeric" : "mao4", + "wadegiles" : "mao⁴", + "bopomofo" : "ㄇㄠˋ", + "romatzyh" : "maw" }, + "meanings" : [ "old variant of 冒" ], + "classifiers" : [] }, + { "traditional" : "冒", + "transcriptions" : { "pinyin" : "Mào", + "numeric" : "Mao4", + "wadegiles" : "mao⁴", + "bopomofo" : "ㄇㄠˋ", + "romatzyh" : "maw" }, + "meanings" : [ "surname Mao" ], + "classifiers" : [] }, + { "traditional" : "冒", + "transcriptions" : { "pinyin" : "mào", + "numeric" : "mao4", + "wadegiles" : "mao⁴", + "bopomofo" : "ㄇㄠˋ", + "romatzyh" : "maw" }, + "meanings" : [ "to emit", + "to give off", + "to send out (or up, forth)", + "to brave", + "to face", + "reckless", + "to falsely adopt (sb's identity etc)", + "to feign", + "(literary) to cover" ], + "classifiers" : [] } ] }, + { "simplified" : "冒充", + "radical" : "冂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11187, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "冒充", + "transcriptions" : { "pinyin" : "mào chōng", + "numeric" : "mao4 chong1", + "wadegiles" : "mao⁴ ch'ung¹", + "bopomofo" : "ㄇㄠˋ ㄔㄨㄥ", + "romatzyh" : "maw chong" }, + "meanings" : [ "to feign", + "to pretend to be", + "to pass oneself off as" ], + "classifiers" : [] } ] }, + { "simplified" : "冒犯", + "radical" : "冂", + "level" : [ "new-7+" ], + "frequency" : 14861, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "冒犯", + "transcriptions" : { "pinyin" : "mào fàn", + "numeric" : "mao4 fan4", + "wadegiles" : "mao⁴ fan⁴", + "bopomofo" : "ㄇㄠˋ ㄈㄢˋ", + "romatzyh" : "maw fann" }, + "meanings" : [ "to offend" ], + "classifiers" : [] } ] }, + { "simplified" : "冒昧", + "radical" : "冂", + "level" : [ "new-7+" ], + "frequency" : 24924, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "冒昧", + "transcriptions" : { "pinyin" : "mào mèi", + "numeric" : "mao4 mei4", + "wadegiles" : "mao⁴ mei⁴", + "bopomofo" : "ㄇㄠˋ ㄇㄟˋ", + "romatzyh" : "maw mey" }, + "meanings" : [ "bold", + "presumptuous", + "to take the liberty of" ], + "classifiers" : [] } ] }, + { "simplified" : "冒险", + "radical" : "冂", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3841, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "冒險", + "transcriptions" : { "pinyin" : "mào xiǎn", + "numeric" : "mao4 xian3", + "wadegiles" : "mao⁴ hsien³", + "bopomofo" : "ㄇㄠˋ ㄒㄧㄢˇ", + "romatzyh" : "maw shean" }, + "meanings" : [ "to take risks", + "to take chances", + "foray", + "adventure" ], + "classifiers" : [] } ] }, + { "simplified" : "贸易", + "radical" : "贝", + "level" : [ "new-5", "old-5" ], + "frequency" : 4129, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "貿易", + "transcriptions" : { "pinyin" : "mào yì", + "numeric" : "mao4 yi4", + "wadegiles" : "mao⁴ i⁴", + "bopomofo" : "ㄇㄠˋ ㄧˋ", + "romatzyh" : "maw yih" }, + "meanings" : [ "(commercial) trade" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "帽子", + "radical" : "巾", + "level" : [ "new-4", "old-3" ], + "frequency" : 3553, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "帽子", + "transcriptions" : { "pinyin" : "mào zi", + "numeric" : "mao4 zi5", + "wadegiles" : "mao⁴ zi", + "bopomofo" : "ㄇㄠˋ zi", + "romatzyh" : "maw zi" }, + "meanings" : [ "hat", + "cap", + "(fig.) label", + "bad name" ], + "classifiers" : [ "顶" ] } ] }, + { "simplified" : "没", + "radical" : "氵", + "level" : [ "new-1", "old-1" ], + "frequency" : 63, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "沒", + "transcriptions" : { "pinyin" : "méi", + "numeric" : "mei2", + "wadegiles" : "mei²", + "bopomofo" : "ㄇㄟˊ", + "romatzyh" : "mei" }, + "meanings" : [ "(negative prefix for verbs) have not; not" ], + "classifiers" : [] }, + { "traditional" : "沒", + "transcriptions" : { "pinyin" : "mò", + "numeric" : "mo4", + "wadegiles" : "mo⁴", + "bopomofo" : "ㄇㄛˋ", + "romatzyh" : "moh" }, + "meanings" : [ "drowned", + "to end", + "to die", + "to inundate" ], + "classifiers" : [] } ] }, + { "simplified" : "没错", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 5245, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沒錯", + "transcriptions" : { "pinyin" : "méi cuò", + "numeric" : "mei2 cuo4", + "wadegiles" : "mei² ts'o⁴", + "bopomofo" : "ㄇㄟˊ ㄘㄨㄛˋ", + "romatzyh" : "mei tsuoh" }, + "meanings" : [ "that's right", + "sure!", + "rest assured!", + "that's good", + "can't go wrong" ], + "classifiers" : [] } ] }, + { "simplified" : "没法儿", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 41071, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "沒法兒", + "transcriptions" : { "pinyin" : "méifǎr5", + "numeric" : "méifǎr5", + "wadegiles" : "méifǎr5", + "bopomofo" : "méifǎr5", + "romatzyh" : "méifǎr5" }, + "meanings" : [ "Can't" ], + "classifiers" : [] } ] }, + { "simplified" : "没关系", + "radical" : "氵", + "level" : [ "new-1", "old-1" ], + "frequency" : 3541, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沒關係", + "transcriptions" : { "pinyin" : "méi guān xi", + "numeric" : "mei2 guan1 xi5", + "wadegiles" : "mei² kuan¹ xi", + "bopomofo" : "ㄇㄟˊ ㄍㄨㄢ xi", + "romatzyh" : "mei guan xi" }, + "meanings" : [ "it doesn't matter" ], + "classifiers" : [] } ] }, + { "simplified" : "没劲", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 14775, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "沒勁", + "transcriptions" : { "pinyin" : "méi jìn", + "numeric" : "mei2 jin4", + "wadegiles" : "mei² chin⁴", + "bopomofo" : "ㄇㄟˊ ㄐㄧㄣˋ", + "romatzyh" : "mei jinn" }, + "meanings" : [ "to have no strength", + "to feel weak", + "exhausted", + "feeling listless", + "boring", + "of no interest" ], + "classifiers" : [] } ] }, + { "simplified" : "没落", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 21378, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "沒落", + "transcriptions" : { "pinyin" : "mò luò", + "numeric" : "mo4 luo4", + "wadegiles" : "mo⁴ lo⁴", + "bopomofo" : "ㄇㄛˋ ㄌㄨㄛˋ", + "romatzyh" : "moh luoh" }, + "meanings" : [ "to decline", "to wane" ], + "classifiers" : [] } ] }, + { "simplified" : "没什么", + "radical" : "氵", + "level" : [ "new-1" ], + "frequency" : 1659, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沒什麼", + "transcriptions" : { "pinyin" : "méi shén me", + "numeric" : "mei2 shen2 me5", + "wadegiles" : "mei² shen² me", + "bopomofo" : "ㄇㄟˊ ㄕㄣˊ me", + "romatzyh" : "mei shern me" }, + "meanings" : [ "nothing", + "it doesn't matter", + "it's nothing", + "never mind" ], + "classifiers" : [] } ] }, + { "simplified" : "没事儿", + "radical" : "氵", + "level" : [ "new-1" ], + "frequency" : 11421, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沒事兒", + "transcriptions" : { "pinyin" : "méi shì r", + "numeric" : "mei2 shi4 r5", + "wadegiles" : "mei² shih⁴ r", + "bopomofo" : "ㄇㄟˊ ㄕˋ r", + "romatzyh" : "mei shyh r" }, + "meanings" : [ "to have spare time", + "free from work", + "it's not important", + "it's nothing", + "never mind" ], + "classifiers" : [] } ] }, + { "simplified" : "没收", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 6509, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沒收", + "transcriptions" : { "pinyin" : "mò shōu", + "numeric" : "mo4 shou1", + "wadegiles" : "mo⁴ shou¹", + "bopomofo" : "ㄇㄛˋ ㄕㄡ", + "romatzyh" : "moh shou" }, + "meanings" : [ "to confiscate", "to seize" ], + "classifiers" : [] } ] }, + { "simplified" : "没说的", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 54259, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沒說的", + "transcriptions" : { "pinyin" : "méi shuō de", + "numeric" : "mei2 shuo1 de5", + "wadegiles" : "mei² shuo¹ de", + "bopomofo" : "ㄇㄟˊ ㄕㄨㄛ de", + "romatzyh" : "mei shuo de" }, + "meanings" : [ "nothing to pick on", + "really good", + "nothing to discuss", + "settled matter", + "no problem" ], + "classifiers" : [] } ] }, + { "simplified" : "没完没了", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 14136, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沒完沒了", + "transcriptions" : { "pinyin" : "méi wán méi liǎo", + "numeric" : "mei2 wan2 mei2 liao3", + "wadegiles" : "mei² wan² mei² liao³", + "bopomofo" : "ㄇㄟˊ ㄨㄢˊ ㄇㄟˊ ㄌㄧㄠˇ", + "romatzyh" : "mei wan mei leau" }, + "meanings" : [ "without end", + "incessantly", + "on and on" ], + "classifiers" : [] } ] }, + { "simplified" : "没想到", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "沒想到", + "transcriptions" : { "pinyin" : "méi xiǎng dào", + "numeric" : "mei2 xiang3 dao4", + "wadegiles" : "mei² hsiang³ tao⁴", + "bopomofo" : "ㄇㄟˊ ㄒㄧㄤˇ ㄉㄠˋ", + "romatzyh" : "mei sheang daw" }, + "meanings" : [ "didn't expect" ], + "classifiers" : [] } ] }, + { "simplified" : "没意思", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 11321, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "沒意思", + "transcriptions" : { "pinyin" : "méi yì si", + "numeric" : "mei2 yi4 si5", + "wadegiles" : "mei² i⁴ si", + "bopomofo" : "ㄇㄟˊ ㄧˋ si", + "romatzyh" : "mei yih si" }, + "meanings" : [ "boring", "of no interest" ], + "classifiers" : [] } ] }, + { "simplified" : "没用", + "radical" : "氵", + "level" : [ "new-3" ], + "frequency" : 4841, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "沒用", + "transcriptions" : { "pinyin" : "méi yòng", + "numeric" : "mei2 yong4", + "wadegiles" : "mei² yung⁴", + "bopomofo" : "ㄇㄟˊ ㄩㄥˋ", + "romatzyh" : "mei yonq" }, + "meanings" : [ "useless" ], + "classifiers" : [] } ] }, + { "simplified" : "没有", + "radical" : "氵", + "level" : [ "new-1" ], + "frequency" : 46, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "沒有", + "transcriptions" : { "pinyin" : "méi yǒu", + "numeric" : "mei2 you3", + "wadegiles" : "mei² yu³", + "bopomofo" : "ㄇㄟˊ ㄧㄡˇ", + "romatzyh" : "mei yeou" }, + "meanings" : [ "haven't", + "hasn't", + "doesn't exist", + "to not have", + "to not be" ], + "classifiers" : [] } ] }, + { "simplified" : "没辙", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26032, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沒轍", + "transcriptions" : { "pinyin" : "méi zhé", + "numeric" : "mei2 zhe2", + "wadegiles" : "mei² che²", + "bopomofo" : "ㄇㄟˊ ㄓㄜˊ", + "romatzyh" : "mei jer" }, + "meanings" : [ "at one's wit's end", + "unable to find a way out" ], + "classifiers" : [] } ] }, + { "simplified" : "没准儿", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 55268, + "pos" : [], + "forms" : [ { "traditional" : "沒準兒", + "transcriptions" : { "pinyin" : "méi zhǔn r", + "numeric" : "mei2 zhun3 r5", + "wadegiles" : "mei² chun³ r", + "bopomofo" : "ㄇㄟˊ ㄓㄨㄣˇ r", + "romatzyh" : "mei joen r" }, + "meanings" : [ "erhua variant of 没准" ], + "classifiers" : [] } ] }, + { "simplified" : "枚", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2591, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "枚", + "transcriptions" : { "pinyin" : "Méi", + "numeric" : "Mei2", + "wadegiles" : "mei²", + "bopomofo" : "ㄇㄟˊ", + "romatzyh" : "mei" }, + "meanings" : [ "surname Mei" ], + "classifiers" : [] }, + { "traditional" : "枚", + "transcriptions" : { "pinyin" : "méi", + "numeric" : "mei2", + "wadegiles" : "mei²", + "bopomofo" : "ㄇㄟˊ", + "romatzyh" : "mei" }, + "meanings" : [ "classifier for coins, rings, badges, pearls, sporting medals, rockets, satellites etc", + "tree trunk", + "whip", + "wooden peg, used as a gag for marching soldiers (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "玫瑰", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 3964, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "玫瑰", + "transcriptions" : { "pinyin" : "méi guī", + "numeric" : "mei2 gui1", + "wadegiles" : "mei² kuei¹", + "bopomofo" : "ㄇㄟˊ ㄍㄨㄟ", + "romatzyh" : "mei guei" }, + "meanings" : [ "rugosa rose (shrub) (Rosa rugosa)", + "rose flower" ], + "classifiers" : [ "朵", "棵" ] } ] }, + { "simplified" : "眉开眼笑", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 45283, + "pos" : [], + "forms" : [ { "traditional" : "眉開眼笑", + "transcriptions" : { "pinyin" : "méi kāi yǎn xiào", + "numeric" : "mei2 kai1 yan3 xiao4", + "wadegiles" : "mei² k'ai¹ yan³ hsiao⁴", + "bopomofo" : "ㄇㄟˊ ㄎㄞ ㄧㄢˇ ㄒㄧㄠˋ", + "romatzyh" : "mei kai yean shiaw" }, + "meanings" : [ "brows raised in delight, eyes laughing (idiom); beaming with joy", + "all smiles" ], + "classifiers" : [] } ] }, + { "simplified" : "眉毛", + "radical" : "目", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9070, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眉毛", + "transcriptions" : { "pinyin" : "méi mao", + "numeric" : "mei2 mao5", + "wadegiles" : "mei² mao", + "bopomofo" : "ㄇㄟˊ mao", + "romatzyh" : "mei mao" }, + "meanings" : [ "eyebrow" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "梅花", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 19695, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "梅花", + "transcriptions" : { "pinyin" : "méi huā", + "numeric" : "mei2 hua1", + "wadegiles" : "mei² hua¹", + "bopomofo" : "ㄇㄟˊ ㄏㄨㄚ", + "romatzyh" : "mei hua" }, + "meanings" : [ "plum blossom", + "clubs ♣ (a suit in card games)", + "wintersweet (dialect)" ], + "classifiers" : [] } ] }, + { "simplified" : "媒介", + "radical" : "女", + "level" : [ "old-6" ], + "frequency" : 15079, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "媒介", + "transcriptions" : { "pinyin" : "méi jiè", + "numeric" : "mei2 jie4", + "wadegiles" : "mei² chieh⁴", + "bopomofo" : "ㄇㄟˊ ㄐㄧㄝˋ", + "romatzyh" : "mei jieh" }, + "meanings" : [ "intermediary", + "vehicle", + "vector", + "medium", + "media" ], + "classifiers" : [] } ] }, + { "simplified" : "媒体", + "radical" : "女", + "level" : [ "new-3", "old-6" ], + "frequency" : 1246, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "媒體", + "transcriptions" : { "pinyin" : "méi tǐ", + "numeric" : "mei2 ti3", + "wadegiles" : "mei² t'i³", + "bopomofo" : "ㄇㄟˊ ㄊㄧˇ", + "romatzyh" : "mei tii" }, + "meanings" : [ "media, esp. news media" ], + "classifiers" : [] } ] }, + { "simplified" : "煤", + "radical" : "火", + "level" : [ "new-5" ], + "frequency" : 8197, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "煤", + "transcriptions" : { "pinyin" : "méi", + "numeric" : "mei2", + "wadegiles" : "mei²", + "bopomofo" : "ㄇㄟˊ", + "romatzyh" : "mei" }, + "meanings" : [ "coal" ], + "classifiers" : [ "块" ] } ] }, + { "simplified" : "煤矿", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 9276, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "煤礦", + "transcriptions" : { "pinyin" : "méi kuàng", + "numeric" : "mei2 kuang4", + "wadegiles" : "mei² k'uang⁴", + "bopomofo" : "ㄇㄟˊ ㄎㄨㄤˋ", + "romatzyh" : "mei kuanq" }, + "meanings" : [ "coal mine", "coal seam" ], + "classifiers" : [] } ] }, + { "simplified" : "煤气", + "radical" : "火", + "level" : [ "new-5" ], + "frequency" : 8803, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "煤氣", + "transcriptions" : { "pinyin" : "méi qì", + "numeric" : "mei2 qi4", + "wadegiles" : "mei² ch'i⁴", + "bopomofo" : "ㄇㄟˊ ㄑㄧˋ", + "romatzyh" : "mei chih" }, + "meanings" : [ "coal gas", "gas (fuel)" ], + "classifiers" : [] } ] }, + { "simplified" : "煤炭", + "radical" : "火", + "level" : [ "new-7+", "old-5" ], + "frequency" : 16613, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "煤炭", + "transcriptions" : { "pinyin" : "méi tàn", + "numeric" : "mei2 tan4", + "wadegiles" : "mei² t'an⁴", + "bopomofo" : "ㄇㄟˊ ㄊㄢˋ", + "romatzyh" : "mei tann" }, + "meanings" : [ "coal" ], + "classifiers" : [] } ] }, + { "simplified" : "每", + "radical" : "母", + "level" : [ "new-3", "old-2" ], + "frequency" : 340, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "每", + "transcriptions" : { "pinyin" : "měi", + "numeric" : "mei3", + "wadegiles" : "mei³", + "bopomofo" : "ㄇㄟˇ", + "romatzyh" : "meei" }, + "meanings" : [ "each", "every" ], + "classifiers" : [] } ] }, + { "simplified" : "每当", + "radical" : "母", + "level" : [ "new-7+" ], + "frequency" : 5867, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "每當", + "transcriptions" : { "pinyin" : "měi dāng", + "numeric" : "mei3 dang1", + "wadegiles" : "mei³ tang¹", + "bopomofo" : "ㄇㄟˇ ㄉㄤ", + "romatzyh" : "meei dang" }, + "meanings" : [ "whenever; every time" ], + "classifiers" : [] } ] }, + { "simplified" : "每逢", + "radical" : "母", + "level" : [ "new-7+" ], + "frequency" : 23571, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "每逢", + "transcriptions" : { "pinyin" : "měi féng", + "numeric" : "mei3 feng2", + "wadegiles" : "mei³ feng²", + "bopomofo" : "ㄇㄟˇ ㄈㄥˊ", + "romatzyh" : "meei ferng" }, + "meanings" : [ "every time", + "on each occasion", + "whenever" ], + "classifiers" : [] } ] }, + { "simplified" : "美", + "radical" : "羊", + "level" : [ "new-3" ], + "frequency" : 343, + "pos" : [ "b", "a", "g", "an" ], + "forms" : [ { "traditional" : "美", + "transcriptions" : { "pinyin" : "Měi", + "numeric" : "Mei3", + "wadegiles" : "mei³", + "bopomofo" : "ㄇㄟˇ", + "romatzyh" : "meei" }, + "meanings" : [ "(bound form) the Americas (abbr. for 洲)", + "(bound form) USA (abbr. for 美国)" ], + "classifiers" : [] }, + { "traditional" : "美", + "transcriptions" : { "pinyin" : "měi", + "numeric" : "mei3", + "wadegiles" : "mei³", + "bopomofo" : "ㄇㄟˇ", + "romatzyh" : "meei" }, + "meanings" : [ "beautiful", + "very satisfactory; good", + "to beautify", + "to be pleased with oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "美德", + "radical" : "羊", + "level" : [ "new-7+" ], + "frequency" : 12541, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "美德", + "transcriptions" : { "pinyin" : "Měi Dé", + "numeric" : "Mei3 De2", + "wadegiles" : "mei³ te²", + "bopomofo" : "ㄇㄟˇ ㄉㄜˊ", + "romatzyh" : "meei der" }, + "meanings" : [ "USA and Germany" ], + "classifiers" : [] }, + { "traditional" : "美德", + "transcriptions" : { "pinyin" : "měi dé", + "numeric" : "mei3 de2", + "wadegiles" : "mei³ te²", + "bopomofo" : "ㄇㄟˇ ㄉㄜˊ", + "romatzyh" : "meei der" }, + "meanings" : [ "virtue" ], + "classifiers" : [] } ] }, + { "simplified" : "美观", + "radical" : "羊", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19793, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "美觀", + "transcriptions" : { "pinyin" : "měi guān", + "numeric" : "mei3 guan1", + "wadegiles" : "mei³ kuan¹", + "bopomofo" : "ㄇㄟˇ ㄍㄨㄢ", + "romatzyh" : "meei guan" }, + "meanings" : [ "pleasing to the eye", + "beautiful", + "artistic" ], + "classifiers" : [] } ] }, + { "simplified" : "美好", + "radical" : "羊", + "level" : [ "new-3" ], + "frequency" : 1500, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "美好", + "transcriptions" : { "pinyin" : "měi hǎo", + "numeric" : "mei3 hao3", + "wadegiles" : "mei³ hao³", + "bopomofo" : "ㄇㄟˇ ㄏㄠˇ", + "romatzyh" : "meei hao" }, + "meanings" : [ "beautiful", "fine" ], + "classifiers" : [] } ] }, + { "simplified" : "美化", + "radical" : "羊", + "level" : [ "new-7+" ], + "frequency" : 14334, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "美化", + "transcriptions" : { "pinyin" : "měi huà", + "numeric" : "mei3 hua4", + "wadegiles" : "mei³ hua⁴", + "bopomofo" : "ㄇㄟˇ ㄏㄨㄚˋ", + "romatzyh" : "meei huah" }, + "meanings" : [ "to make more beautiful", + "to decorate", + "embellishment" ], + "classifiers" : [] } ] }, + { "simplified" : "美金", + "radical" : "羊", + "level" : [ "new-4" ], + "frequency" : 5853, + "pos" : [ "q", "n", "nr" ], + "forms" : [ { "traditional" : "美金", + "transcriptions" : { "pinyin" : "Měi jīn", + "numeric" : "Mei3 jin1", + "wadegiles" : "mei³ chin¹", + "bopomofo" : "ㄇㄟˇ ㄐㄧㄣ", + "romatzyh" : "meei jin" }, + "meanings" : [ "US dollar", "USD" ], + "classifiers" : [] } ] }, + { "simplified" : "美景", + "radical" : "羊", + "level" : [ "new-7+" ], + "frequency" : 11213, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "美景", + "transcriptions" : { "pinyin" : "měi jǐng", + "numeric" : "mei3 jing3", + "wadegiles" : "mei³ ching³", + "bopomofo" : "ㄇㄟˇ ㄐㄧㄥˇ", + "romatzyh" : "meei jiing" }, + "meanings" : [ "beautiful scenery" ], + "classifiers" : [] } ] }, + { "simplified" : "美丽", + "radical" : "羊", + "level" : [ "new-3", "old-4" ], + "frequency" : 1262, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "美麗", + "transcriptions" : { "pinyin" : "měi lì", + "numeric" : "mei3 li4", + "wadegiles" : "mei³ li⁴", + "bopomofo" : "ㄇㄟˇ ㄌㄧˋ", + "romatzyh" : "meei lih" }, + "meanings" : [ "beautiful" ], + "classifiers" : [] } ] }, + { "simplified" : "美满", + "radical" : "羊", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12203, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "美滿", + "transcriptions" : { "pinyin" : "měi mǎn", + "numeric" : "mei3 man3", + "wadegiles" : "mei³ man³", + "bopomofo" : "ㄇㄟˇ ㄇㄢˇ", + "romatzyh" : "meei maan" }, + "meanings" : [ "happy", "blissful" ], + "classifiers" : [] } ] }, + { "simplified" : "美妙", + "radical" : "羊", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5307, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "美妙", + "transcriptions" : { "pinyin" : "měi miào", + "numeric" : "mei3 miao4", + "wadegiles" : "mei³ miao⁴", + "bopomofo" : "ㄇㄟˇ ㄇㄧㄠˋ", + "romatzyh" : "meei miaw" }, + "meanings" : [ "beautiful", + "wonderful", + "splendid" ], + "classifiers" : [] } ] }, + { "simplified" : "美女", + "radical" : "羊", + "level" : [ "new-4" ], + "frequency" : 1982, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "美女", + "transcriptions" : { "pinyin" : "měi nu:3", + "numeric" : "mei3 nü3", + "wadegiles" : "mei³ nu:3", + "bopomofo" : "ㄇㄟˇ nu:3", + "romatzyh" : "meei nu:3" }, + "meanings" : [ "beautiful woman" ], + "classifiers" : [] } ] }, + { "simplified" : "美人", + "radical" : "羊", + "level" : [ "new-7+" ], + "frequency" : 6871, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "美人", + "transcriptions" : { "pinyin" : "měi rén", + "numeric" : "mei3 ren2", + "wadegiles" : "mei³ jen²", + "bopomofo" : "ㄇㄟˇ ㄖㄣˊ", + "romatzyh" : "meei ren" }, + "meanings" : [ "beauty", "belle" ], + "classifiers" : [] } ] }, + { "simplified" : "美容", + "radical" : "羊", + "level" : [ "new-6" ], + "frequency" : 6379, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "美容", + "transcriptions" : { "pinyin" : "měi róng", + "numeric" : "mei3 rong2", + "wadegiles" : "mei³ jung²", + "bopomofo" : "ㄇㄟˇ ㄖㄨㄥˊ", + "romatzyh" : "meei rong" }, + "meanings" : [ "to improve one's appearance (using cosmetics or cosmetic surgery)", + "to make oneself more attractive", + "to beautify" ], + "classifiers" : [] } ] }, + { "simplified" : "美食", + "radical" : "羊", + "level" : [ "new-3" ], + "frequency" : 6046, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "美食", + "transcriptions" : { "pinyin" : "měi shí", + "numeric" : "mei3 shi2", + "wadegiles" : "mei³ shih²", + "bopomofo" : "ㄇㄟˇ ㄕˊ", + "romatzyh" : "meei shyr" }, + "meanings" : [ "culinary delicacy", + "fine food", + "gourmet food" ], + "classifiers" : [] } ] }, + { "simplified" : "美术", + "radical" : "羊", + "level" : [ "new-3", "old-5" ], + "frequency" : 9170, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "美術", + "transcriptions" : { "pinyin" : "měi shù", + "numeric" : "mei3 shu4", + "wadegiles" : "mei³ shu⁴", + "bopomofo" : "ㄇㄟˇ ㄕㄨˋ", + "romatzyh" : "meei shuh" }, + "meanings" : [ "art", "fine arts", "painting" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "美味", + "radical" : "羊", + "level" : [ "new-7+" ], + "frequency" : 4278, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "美味", + "transcriptions" : { "pinyin" : "měi wèi", + "numeric" : "mei3 wei4", + "wadegiles" : "mei³ wei⁴", + "bopomofo" : "ㄇㄟˇ ㄨㄟˋ", + "romatzyh" : "meei wey" }, + "meanings" : [ "delicious", + "delicious food", + "delicacy" ], + "classifiers" : [] } ] }, + { "simplified" : "美元", + "radical" : "羊", + "level" : [ "new-3" ], + "frequency" : 516, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "美元", + "transcriptions" : { "pinyin" : "Měi yuán", + "numeric" : "Mei3 yuan2", + "wadegiles" : "mei³ yüan²", + "bopomofo" : "ㄇㄟˇ ㄩㄢˊ", + "romatzyh" : "meei yuan" }, + "meanings" : [ "American dollar", "US dollar" ], + "classifiers" : [] } ] }, + { "simplified" : "美中不足", + "radical" : "羊", + "level" : [ "new-7+" ], + "frequency" : 33676, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "美中不足", + "transcriptions" : { "pinyin" : "měi zhōng bù zú", + "numeric" : "mei3 zhong1 bu4 zu2", + "wadegiles" : "mei³ chung¹ pu⁴ tsu²", + "bopomofo" : "ㄇㄟˇ ㄓㄨㄥ ㄅㄨˋ ㄗㄨˊ", + "romatzyh" : "meei jong buh tzwu" }, + "meanings" : [ "everything is fine except for one small defect (idiom); the fly in the ointment" ], + "classifiers" : [] } ] }, + { "simplified" : "美滋滋", + "radical" : "羊", + "level" : [ "new-7+" ], + "frequency" : 54509, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "美滋滋", + "transcriptions" : { "pinyin" : "měi zī zī", + "numeric" : "mei3 zi1 zi1", + "wadegiles" : "mei³ tzu¹ tzu¹", + "bopomofo" : "ㄇㄟˇ ㄗ ㄗ", + "romatzyh" : "meei tzy tzy" }, + "meanings" : [ "very happy; elated" ], + "classifiers" : [] } ] }, + { "simplified" : "妹", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 2496, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "妹", + "transcriptions" : { "pinyin" : "mèi", + "numeric" : "mei4", + "wadegiles" : "mei⁴", + "bopomofo" : "ㄇㄟˋ", + "romatzyh" : "mey" }, + "meanings" : [ "younger sister" ], + "classifiers" : [] } ] }, + { "simplified" : "妹妹", + "radical" : "女", + "level" : [ "new-1", "old-2" ], + "frequency" : 2093, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "妹妹", + "transcriptions" : { "pinyin" : "mèi mei", + "numeric" : "mei4 mei5", + "wadegiles" : "mei⁴ mei", + "bopomofo" : "ㄇㄟˋ mei", + "romatzyh" : "mey mei" }, + "meanings" : [ "younger sister", "young woman" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "魅力", + "radical" : "鬼", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2677, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "魅力", + "transcriptions" : { "pinyin" : "mèi lì", + "numeric" : "mei4 li4", + "wadegiles" : "mei⁴ li⁴", + "bopomofo" : "ㄇㄟˋ ㄌㄧˋ", + "romatzyh" : "mey lih" }, + "meanings" : [ "charm", + "fascination", + "glamor", + "charisma" ], + "classifiers" : [] } ] }, + { "simplified" : "门", + "radical" : "门", + "level" : [ "new-1", "old-2" ], + "frequency" : 422, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "門", + "transcriptions" : { "pinyin" : "Mén", + "numeric" : "Men2", + "wadegiles" : "men²", + "bopomofo" : "ㄇㄣˊ", + "romatzyh" : "men" }, + "meanings" : [ "surname Men" ], + "classifiers" : [] }, + { "traditional" : "門", + "transcriptions" : { "pinyin" : "mén", + "numeric" : "men2", + "wadegiles" : "men²", + "bopomofo" : "ㄇㄣˊ", + "romatzyh" : "men" }, + "meanings" : [ "gate", + "door", + "gateway", + "doorway", + "opening", + "valve", + "switch", + "way to do something", + "knack", + "family", + "house", + "(religious) sect", + "school (of thought)", + "class", + "category", + "phylum or division (taxonomy)", + "classifier for large guns", + "classifier for lessons, subjects, branches of technology", + "(suffix) -gate (i.e. scandal; derived from Watergate)" ], + "classifiers" : [ "扇", "个" ] } ] }, + { "simplified" : "门当户对", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 43397, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "門當戶對", + "transcriptions" : { "pinyin" : "mén dāng hù duì", + "numeric" : "men2 dang1 hu4 dui4", + "wadegiles" : "men² tang¹ hu⁴ tui⁴", + "bopomofo" : "ㄇㄣˊ ㄉㄤ ㄏㄨˋ ㄉㄨㄟˋ", + "romatzyh" : "men dang huh duey" }, + "meanings" : [ "the families are well-matched in terms of social status (idiom)", + "(of a prospective marriage partner) an appropriate match" ], + "classifiers" : [] } ] }, + { "simplified" : "门槛", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 11962, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "門檻", + "transcriptions" : { "pinyin" : "mén kǎn", + "numeric" : "men2 kan3", + "wadegiles" : "men² k'an³", + "bopomofo" : "ㄇㄣˊ ㄎㄢˇ", + "romatzyh" : "men kaan" }, + "meanings" : [ "doorstep", + "sill", + "threshold", + "fig. knack or trick (esp. scheme to get sth cheaper)" ], + "classifiers" : [] } ] }, + { "simplified" : "门口", + "radical" : "门", + "level" : [ "new-1" ], + "frequency" : 2762, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "門口", + "transcriptions" : { "pinyin" : "mén kǒu", + "numeric" : "men2 kou3", + "wadegiles" : "men² k'ou³", + "bopomofo" : "ㄇㄣˊ ㄎㄡˇ", + "romatzyh" : "men koou" }, + "meanings" : [ "doorway", "gate" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "门铃", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 19371, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "門鈴", + "transcriptions" : { "pinyin" : "mén líng", + "numeric" : "men2 ling2", + "wadegiles" : "men² ling²", + "bopomofo" : "ㄇㄣˊ ㄌㄧㄥˊ", + "romatzyh" : "men ling" }, + "meanings" : [ "doorbell" ], + "classifiers" : [] } ] }, + { "simplified" : "门路", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 18772, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "門路", + "transcriptions" : { "pinyin" : "mén lù", + "numeric" : "men2 lu4", + "wadegiles" : "men² lu⁴", + "bopomofo" : "ㄇㄣˊ ㄌㄨˋ", + "romatzyh" : "men luh" }, + "meanings" : [ "way of doing sth", + "the right social connection" ], + "classifiers" : [] } ] }, + { "simplified" : "门票", + "radical" : "门", + "level" : [ "new-1" ], + "frequency" : 5140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "門票", + "transcriptions" : { "pinyin" : "mén piào", + "numeric" : "men2 piao4", + "wadegiles" : "men² p'iao⁴", + "bopomofo" : "ㄇㄣˊ ㄆㄧㄠˋ", + "romatzyh" : "men piaw" }, + "meanings" : [ "ticket (for theater, cinema etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "门诊", + "radical" : "门", + "level" : [ "new-5", "old-6" ], + "frequency" : 9195, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "門診", + "transcriptions" : { "pinyin" : "mén zhěn", + "numeric" : "men2 zhen3", + "wadegiles" : "men² chen³", + "bopomofo" : "ㄇㄣˊ ㄓㄣˇ", + "romatzyh" : "men jeen" }, + "meanings" : [ "outpatient service" ], + "classifiers" : [] } ] }, + { "simplified" : "闷", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 5112, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "悶", + "transcriptions" : { "pinyin" : "mēn", + "numeric" : "men1", + "wadegiles" : "men¹", + "bopomofo" : "ㄇㄣ", + "romatzyh" : "mhen" }, + "meanings" : [ "stuffy", + "shut indoors", + "to smother", + "to cover tightly" ], + "classifiers" : [] }, + { "traditional" : "悶", + "transcriptions" : { "pinyin" : "mèn", + "numeric" : "men4", + "wadegiles" : "men⁴", + "bopomofo" : "ㄇㄣˋ", + "romatzyh" : "menn" }, + "meanings" : [ "bored", + "depressed", + "melancholy", + "sealed", + "airtight", + "tightly closed" ], + "classifiers" : [] } ] }, + { "simplified" : "们", + "radical" : "亻", + "level" : [ "new-1" ], + "frequency" : 457, + "pos" : [ "k" ], + "forms" : [ { "traditional" : "們", + "transcriptions" : { "pinyin" : "men", + "numeric" : "men5", + "wadegiles" : "men", + "bopomofo" : "men", + "romatzyh" : "men" }, + "meanings" : [ "plural marker for pronouns, and nouns referring to individuals" ], + "classifiers" : [] } ] }, + { "simplified" : "们", + "radical" : "亻", + "level" : [ "new-1" ], + "frequency" : 457, + "pos" : [ "k" ], + "forms" : [ { "traditional" : "們", + "transcriptions" : { "pinyin" : "men", + "numeric" : "men5", + "wadegiles" : "men", + "bopomofo" : "men", + "romatzyh" : "men" }, + "meanings" : [ "plural marker for pronouns, and nouns referring to individuals" ], + "classifiers" : [] } ] }, + { "simplified" : "萌发", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 34285, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "萌發", + "transcriptions" : { "pinyin" : "méng fā", + "numeric" : "meng2 fa1", + "wadegiles" : "meng² fa¹", + "bopomofo" : "ㄇㄥˊ ㄈㄚ", + "romatzyh" : "meng fa" }, + "meanings" : [ "to sprout", "to shoot", "to bud" ], + "classifiers" : [] } ] }, + { "simplified" : "萌芽", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20071, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "萌芽", + "transcriptions" : { "pinyin" : "méng yá", + "numeric" : "meng2 ya2", + "wadegiles" : "meng² ya²", + "bopomofo" : "ㄇㄥˊ ㄧㄚˊ", + "romatzyh" : "meng ya" }, + "meanings" : [ "to sprout (lit. or fig.)", + "to bud", + "to germinate", + "germ", + "seed", + "bud" ], + "classifiers" : [] } ] }, + { "simplified" : "盟友", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 13164, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "盟友", + "transcriptions" : { "pinyin" : "méng yǒu", + "numeric" : "meng2 you3", + "wadegiles" : "meng² yu³", + "bopomofo" : "ㄇㄥˊ ㄧㄡˇ", + "romatzyh" : "meng yeou" }, + "meanings" : [ "ally" ], + "classifiers" : [] } ] }, + { "simplified" : "蒙", + "radical" : "艹", + "level" : [ "new-6", "old-6" ], + "frequency" : 2993, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "濛", + "transcriptions" : { "pinyin" : "méng", + "numeric" : "meng2", + "wadegiles" : "meng²", + "bopomofo" : "ㄇㄥˊ", + "romatzyh" : "meng" }, + "meanings" : [ "drizzle", "mist" ], + "classifiers" : [] }, + { "traditional" : "矇", + "transcriptions" : { "pinyin" : "mēng", + "numeric" : "meng1", + "wadegiles" : "meng¹", + "bopomofo" : "ㄇㄥ", + "romatzyh" : "mheng" }, + "meanings" : [ "to deceive", + "to cheat", + "to hoodwink", + "to make a wild guess" ], + "classifiers" : [] }, + { "traditional" : "矇", + "transcriptions" : { "pinyin" : "méng", + "numeric" : "meng2", + "wadegiles" : "meng²", + "bopomofo" : "ㄇㄥˊ", + "romatzyh" : "meng" }, + "meanings" : [ "blind", "dim-sighted" ], + "classifiers" : [] }, + { "traditional" : "蒙", + "transcriptions" : { "pinyin" : "Méng", + "numeric" : "Meng2", + "wadegiles" : "meng²", + "bopomofo" : "ㄇㄥˊ", + "romatzyh" : "meng" }, + "meanings" : [ "surname Meng" ], + "classifiers" : [] }, + { "traditional" : "蒙", + "transcriptions" : { "pinyin" : "Měng", + "numeric" : "Meng3", + "wadegiles" : "meng³", + "bopomofo" : "ㄇㄥˇ", + "romatzyh" : "meeng" }, + "meanings" : [ "Mongol ethnic group", + "abbr. for Mongolia 蒙古国", + "Taiwan pr. [Méng]" ], + "classifiers" : [] }, + { "traditional" : "蒙", + "transcriptions" : { "pinyin" : "mēng", + "numeric" : "meng1", + "wadegiles" : "meng¹", + "bopomofo" : "ㄇㄥ", + "romatzyh" : "mheng" }, + "meanings" : [ "(knocked) unconscious", + "dazed", + "stunned" ], + "classifiers" : [] }, + { "traditional" : "蒙", + "transcriptions" : { "pinyin" : "méng", + "numeric" : "meng2", + "wadegiles" : "meng²", + "bopomofo" : "ㄇㄥˊ", + "romatzyh" : "meng" }, + "meanings" : [ "to cover", + "ignorant", + "to suffer (misfortune)", + "to receive (a favor)", + "to cheat" ], + "classifiers" : [] } ] }, + { "simplified" : "朦胧", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 14629, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "朦朧", + "transcriptions" : { "pinyin" : "méng lóng", + "numeric" : "meng2 long2", + "wadegiles" : "meng² lung²", + "bopomofo" : "ㄇㄥˊ ㄌㄨㄥˊ", + "romatzyh" : "meng long" }, + "meanings" : [ "(literary) (of moonlight) dim", + "(literary) murky; indistinct" ], + "classifiers" : [] } ] }, + { "simplified" : "猛", + "radical" : "犭", + "level" : [ "new-6" ], + "frequency" : 3398, + "pos" : [ "a", "d" ], + "forms" : [ { "traditional" : "猛", + "transcriptions" : { "pinyin" : "měng", + "numeric" : "meng3", + "wadegiles" : "meng³", + "bopomofo" : "ㄇㄥˇ", + "romatzyh" : "meeng" }, + "meanings" : [ "ferocious", + "fierce", + "violent", + "brave", + "suddenly", + "abrupt", + "(slang) awesome" ], + "classifiers" : [] } ] }, + { "simplified" : "猛烈", + "radical" : "犭", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9642, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "猛烈", + "transcriptions" : { "pinyin" : "měng liè", + "numeric" : "meng3 lie4", + "wadegiles" : "meng³ lieh⁴", + "bopomofo" : "ㄇㄥˇ ㄌㄧㄝˋ", + "romatzyh" : "meeng lieh" }, + "meanings" : [ "fierce; violent; vigorous; intense" ], + "classifiers" : [] } ] }, + { "simplified" : "猛然", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 20301, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "猛然", + "transcriptions" : { "pinyin" : "měng rán", + "numeric" : "meng3 ran2", + "wadegiles" : "meng³ jan²", + "bopomofo" : "ㄇㄥˇ ㄖㄢˊ", + "romatzyh" : "meeng ran" }, + "meanings" : [ "suddenly", "abruptly" ], + "classifiers" : [] } ] }, + { "simplified" : "梦", + "radical" : "木", + "level" : [ "new-4", "old-4" ], + "frequency" : 913, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "夢", + "transcriptions" : { "pinyin" : "mèng", + "numeric" : "meng4", + "wadegiles" : "meng⁴", + "bopomofo" : "ㄇㄥˋ", + "romatzyh" : "menq" }, + "meanings" : [ "dream", "(bound form) to dream" ], + "classifiers" : [ "场", "个" ] } ] }, + { "simplified" : "梦幻", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 6553, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夢幻", + "transcriptions" : { "pinyin" : "mèng huàn", + "numeric" : "meng4 huan4", + "wadegiles" : "meng⁴ huan⁴", + "bopomofo" : "ㄇㄥˋ ㄏㄨㄢˋ", + "romatzyh" : "menq huann" }, + "meanings" : [ "dream", "illusion", "reverie" ], + "classifiers" : [] } ] }, + { "simplified" : "梦见", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 7312, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "夢見", + "transcriptions" : { "pinyin" : "mèng jiàn", + "numeric" : "meng4 jian4", + "wadegiles" : "meng⁴ chien⁴", + "bopomofo" : "ㄇㄥˋ ㄐㄧㄢˋ", + "romatzyh" : "menq jiann" }, + "meanings" : [ "to dream about (sth or sb)", + "to see in a dream" ], + "classifiers" : [] } ] }, + { "simplified" : "梦想", + "radical" : "木", + "level" : [ "new-4", "old-6" ], + "frequency" : 1446, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "夢想", + "transcriptions" : { "pinyin" : "mèng xiǎng", + "numeric" : "meng4 xiang3", + "wadegiles" : "meng⁴ hsiang³", + "bopomofo" : "ㄇㄥˋ ㄒㄧㄤˇ", + "romatzyh" : "menq sheang" }, + "meanings" : [ "(fig.) to dream of", "dream" ], + "classifiers" : [] } ] }, + { "simplified" : "眯", + "radical" : "目", + "level" : [ "old-6" ], + "frequency" : 14561, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "眯", + "transcriptions" : { "pinyin" : "mí", + "numeric" : "mi2", + "wadegiles" : "mi²", + "bopomofo" : "ㄇㄧˊ", + "romatzyh" : "mi" }, + "meanings" : [ "to blind (as with dust)", + "Taiwan pr. [mǐ]" ], + "classifiers" : [] }, + { "traditional" : "瞇", + "transcriptions" : { "pinyin" : "mī", + "numeric" : "mi1", + "wadegiles" : "mi¹", + "bopomofo" : "ㄇㄧ", + "romatzyh" : "mhi" }, + "meanings" : [ "to narrow one's eyes", + "to squint", + "(dialect) to take a nap" ], + "classifiers" : [] } ] }, + { "simplified" : "弥补", + "radical" : "弓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4555, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "彌補", + "transcriptions" : { "pinyin" : "mí bǔ", + "numeric" : "mi2 bu3", + "wadegiles" : "mi² pu³", + "bopomofo" : "ㄇㄧˊ ㄅㄨˇ", + "romatzyh" : "mi buu" }, + "meanings" : [ "to complement", + "to make up for a deficiency" ], + "classifiers" : [] } ] }, + { "simplified" : "弥漫", + "radical" : "弓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11532, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "彌漫", + "transcriptions" : { "pinyin" : "mí màn", + "numeric" : "mi2 man4", + "wadegiles" : "mi² man⁴", + "bopomofo" : "ㄇㄧˊ ㄇㄢˋ", + "romatzyh" : "mi mann" }, + "meanings" : [ "to pervade", + "to fill the air", + "diffuse", + "everywhere present", + "about to inundate (water)", + "permeated by (smoke)", + "filled with (dust)", + "to saturate (the air with fog, smoke etc)" ], + "classifiers" : [] }, + { "traditional" : "瀰漫", + "transcriptions" : { "pinyin" : "mí màn", + "numeric" : "mi2 man4", + "wadegiles" : "mi² man⁴", + "bopomofo" : "ㄇㄧˊ ㄇㄢˋ", + "romatzyh" : "mi mann" }, + "meanings" : [ "variant of 弥漫" ], + "classifiers" : [] } ] }, + { "simplified" : "迷", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 2123, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "迷", + "transcriptions" : { "pinyin" : "mí", + "numeric" : "mi2", + "wadegiles" : "mi²", + "bopomofo" : "ㄇㄧˊ", + "romatzyh" : "mi" }, + "meanings" : [ "to bewilder", + "crazy about", + "fan", + "enthusiast", + "lost", + "confused" ], + "classifiers" : [] } ] }, + { "simplified" : "迷惑", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8585, + "pos" : [ "v", "an", "a" ], + "forms" : [ { "traditional" : "迷惑", + "transcriptions" : { "pinyin" : "mí huo", + "numeric" : "mi2 huo5", + "wadegiles" : "mi² huo", + "bopomofo" : "ㄇㄧˊ huo", + "romatzyh" : "mi huo" }, + "meanings" : [ "to puzzle", + "to confuse", + "to baffle" ], + "classifiers" : [] } ] }, + { "simplified" : "迷惑不解", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 49559, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "迷惑不解", + "transcriptions" : { "pinyin" : "mí huò bù jiě", + "numeric" : "mi2 huo4 bu4 jie3", + "wadegiles" : "mi² huo⁴ pu⁴ chieh³", + "bopomofo" : "ㄇㄧˊ ㄏㄨㄛˋ ㄅㄨˋ ㄐㄧㄝˇ", + "romatzyh" : "mi huoh buh jiee" }, + "meanings" : [ "to feel puzzled" ], + "classifiers" : [] } ] }, + { "simplified" : "迷恋", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9387, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "迷戀", + "transcriptions" : { "pinyin" : "mí liàn", + "numeric" : "mi2 lian4", + "wadegiles" : "mi² lien⁴", + "bopomofo" : "ㄇㄧˊ ㄌㄧㄢˋ", + "romatzyh" : "mi liann" }, + "meanings" : [ "to be infatuated with", + "to be enchanted by", + "to be passionate about" ], + "classifiers" : [] } ] }, + { "simplified" : "迷路", + "radical" : "辶", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8871, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "迷路", + "transcriptions" : { "pinyin" : "mí lù", + "numeric" : "mi2 lu4", + "wadegiles" : "mi² lu⁴", + "bopomofo" : "ㄇㄧˊ ㄌㄨˋ", + "romatzyh" : "mi luh" }, + "meanings" : [ "to lose the way", + "lost", + "labyrinth", + "labyrinthus vestibularis (of the inner ear)" ], + "classifiers" : [] } ] }, + { "simplified" : "迷人", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 4430, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "迷人", + "transcriptions" : { "pinyin" : "mí rén", + "numeric" : "mi2 ren2", + "wadegiles" : "mi² jen²", + "bopomofo" : "ㄇㄧˊ ㄖㄣˊ", + "romatzyh" : "mi ren" }, + "meanings" : [ "fascinating", + "enchanting", + "charming", + "tempting" ], + "classifiers" : [] } ] }, + { "simplified" : "迷失", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7005, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "迷失", + "transcriptions" : { "pinyin" : "mí shī", + "numeric" : "mi2 shi1", + "wadegiles" : "mi² shih¹", + "bopomofo" : "ㄇㄧˊ ㄕ", + "romatzyh" : "mi shy" }, + "meanings" : [ "to lose (one's bearings)", + "to get lost" ], + "classifiers" : [] } ] }, + { "simplified" : "迷信", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 9691, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "迷信", + "transcriptions" : { "pinyin" : "mí xìn", + "numeric" : "mi2 xin4", + "wadegiles" : "mi² hsin⁴", + "bopomofo" : "ㄇㄧˊ ㄒㄧㄣˋ", + "romatzyh" : "mi shinn" }, + "meanings" : [ "superstition", + "to have a superstitious belief (in sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "谜", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 6848, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "謎", + "transcriptions" : { "pinyin" : "mèi", + "numeric" : "mei4", + "wadegiles" : "mei⁴", + "bopomofo" : "ㄇㄟˋ", + "romatzyh" : "mey" }, + "meanings" : [ "see 谜儿, riddle" ], + "classifiers" : [] }, + { "traditional" : "謎", + "transcriptions" : { "pinyin" : "mí", + "numeric" : "mi2", + "wadegiles" : "mi²", + "bopomofo" : "ㄇㄧˊ", + "romatzyh" : "mi" }, + "meanings" : [ "riddle" ], + "classifiers" : [] } ] }, + { "simplified" : "谜底", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 19958, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "謎底", + "transcriptions" : { "pinyin" : "mí dǐ", + "numeric" : "mi2 di3", + "wadegiles" : "mi² ti³", + "bopomofo" : "ㄇㄧˊ ㄉㄧˇ", + "romatzyh" : "mi dii" }, + "meanings" : [ "answer to a riddle" ], + "classifiers" : [] } ] }, + { "simplified" : "谜团", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 19898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "謎團", + "transcriptions" : { "pinyin" : "mí tuán", + "numeric" : "mi2 tuan2", + "wadegiles" : "mi² t'uan²", + "bopomofo" : "ㄇㄧˊ ㄊㄨㄢˊ", + "romatzyh" : "mi twan" }, + "meanings" : [ "riddle", + "enigma", + "unpredictable situation", + "elusive matters" ], + "classifiers" : [] } ] }, + { "simplified" : "谜语", + "radical" : "讠", + "level" : [ "new-7+", "old-5" ], + "frequency" : 25753, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "謎語", + "transcriptions" : { "pinyin" : "mí yǔ", + "numeric" : "mi2 yu3", + "wadegiles" : "mi² yü³", + "bopomofo" : "ㄇㄧˊ ㄩˇ", + "romatzyh" : "mi yeu" }, + "meanings" : [ "riddle", "conundrum" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "米", + "radical" : "米", + "level" : [ "new-2", "old-3" ], + "frequency" : 663, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "米", + "transcriptions" : { "pinyin" : "Mǐ", + "numeric" : "Mi3", + "wadegiles" : "mi³", + "bopomofo" : "ㄇㄧˇ", + "romatzyh" : "mii" }, + "meanings" : [ "surname Mi" ], + "classifiers" : [] }, + { "traditional" : "米", + "transcriptions" : { "pinyin" : "mǐ", + "numeric" : "mi3", + "wadegiles" : "mi³", + "bopomofo" : "ㄇㄧˇ", + "romatzyh" : "mii" }, + "meanings" : [ "rice", "meter (classifier)" ], + "classifiers" : [ "粒" ] } ] }, + { "simplified" : "米饭", + "radical" : "米", + "level" : [ "new-1", "old-1" ], + "frequency" : 10194, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "米飯", + "transcriptions" : { "pinyin" : "mǐ fàn", + "numeric" : "mi3 fan4", + "wadegiles" : "mi³ fan⁴", + "bopomofo" : "ㄇㄧˇ ㄈㄢˋ", + "romatzyh" : "mii fann" }, + "meanings" : [ "(cooked) rice" ], + "classifiers" : [] } ] }, + { "simplified" : "秘方", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 13705, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "祕方", + "transcriptions" : { "pinyin" : "mì fāng", + "numeric" : "mi4 fang1", + "wadegiles" : "mi⁴ fang¹", + "bopomofo" : "ㄇㄧˋ ㄈㄤ", + "romatzyh" : "mih fang" }, + "meanings" : [ "secret recipe" ], + "classifiers" : [] } ] }, + { "simplified" : "秘诀", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 10144, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "秘訣", + "transcriptions" : { "pinyin" : "mì jué", + "numeric" : "mi4 jue2", + "wadegiles" : "mi⁴ chüeh²", + "bopomofo" : "ㄇㄧˋ ㄐㄩㄝˊ", + "romatzyh" : "mih jyue" }, + "meanings" : [ "secret know-how", + "key (to longevity)", + "secret (of happiness)", + "recipe (for success)" ], + "classifiers" : [] } ] }, + { "simplified" : "秘密", + "radical" : "禾", + "level" : [ "new-4", "old-5" ], + "frequency" : 1577, + "pos" : [ "n", "a", "ad" ], + "forms" : [ { "traditional" : "秘密", + "transcriptions" : { "pinyin" : "mì mì", + "numeric" : "mi4 mi4", + "wadegiles" : "mi⁴ mi⁴", + "bopomofo" : "ㄇㄧˋ ㄇㄧˋ", + "romatzyh" : "mih mih" }, + "meanings" : [ "secret; private; confidential; clandestine", + "a secret" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "秘书", + "radical" : "禾", + "level" : [ "new-4", "old-5" ], + "frequency" : 4599, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "秘書", + "transcriptions" : { "pinyin" : "mì shū", + "numeric" : "mi4 shu1", + "wadegiles" : "mi⁴ shu¹", + "bopomofo" : "ㄇㄧˋ ㄕㄨ", + "romatzyh" : "mih shu" }, + "meanings" : [ "secretary" ], + "classifiers" : [] } ] }, + { "simplified" : "秘书长", + "radical" : "禾", + "level" : [ "new-6" ], + "frequency" : 11446, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "秘書長", + "transcriptions" : { "pinyin" : "mì shū zhǎng", + "numeric" : "mi4 shu1 zhang3", + "wadegiles" : "mi⁴ shu¹ chang³", + "bopomofo" : "ㄇㄧˋ ㄕㄨ ㄓㄤˇ", + "romatzyh" : "mih shu jaang" }, + "meanings" : [ "secretary-general" ], + "classifiers" : [] } ] }, + { "simplified" : "密", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 3591, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "密", + "transcriptions" : { "pinyin" : "Mì", + "numeric" : "Mi4", + "wadegiles" : "mi⁴", + "bopomofo" : "ㄇㄧˋ", + "romatzyh" : "mih" }, + "meanings" : [ "surname Mi", + "name of an ancient state" ], + "classifiers" : [] }, + { "traditional" : "密", + "transcriptions" : { "pinyin" : "mì", + "numeric" : "mi4", + "wadegiles" : "mi⁴", + "bopomofo" : "ㄇㄧˋ", + "romatzyh" : "mih" }, + "meanings" : [ "secret", + "confidential", + "close", + "thick", + "dense" ], + "classifiers" : [] } ] }, + { "simplified" : "密不可分", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 27738, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "密不可分", + "transcriptions" : { "pinyin" : "mì bù kě fēn", + "numeric" : "mi4 bu4 ke3 fen1", + "wadegiles" : "mi⁴ pu⁴ k'o³ fen¹", + "bopomofo" : "ㄇㄧˋ ㄅㄨˋ ㄎㄜˇ ㄈㄣ", + "romatzyh" : "mih buh kee fen" }, + "meanings" : [ "inextricably linked (idiom)", + "inseparable" ], + "classifiers" : [] } ] }, + { "simplified" : "密度", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8534, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "密度", + "transcriptions" : { "pinyin" : "mì dù", + "numeric" : "mi4 du4", + "wadegiles" : "mi⁴ tu⁴", + "bopomofo" : "ㄇㄧˋ ㄉㄨˋ", + "romatzyh" : "mih duh" }, + "meanings" : [ "density", "thickness" ], + "classifiers" : [] } ] }, + { "simplified" : "密封", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9769, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "密封", + "transcriptions" : { "pinyin" : "mì fēng", + "numeric" : "mi4 feng1", + "wadegiles" : "mi⁴ feng¹", + "bopomofo" : "ㄇㄧˋ ㄈㄥ", + "romatzyh" : "mih feng" }, + "meanings" : [ "to seal up" ], + "classifiers" : [] } ] }, + { "simplified" : "密集", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 11504, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "密集", + "transcriptions" : { "pinyin" : "mì jí", + "numeric" : "mi4 ji2", + "wadegiles" : "mi⁴ chi²", + "bopomofo" : "ㄇㄧˋ ㄐㄧˊ", + "romatzyh" : "mih jyi" }, + "meanings" : [ "concentrated", + "crowded together", + "intensive", + "compressed" ], + "classifiers" : [] } ] }, + { "simplified" : "密码", + "radical" : "宀", + "level" : [ "new-4", "old-4" ], + "frequency" : 3133, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "密碼", + "transcriptions" : { "pinyin" : "mì mǎ", + "numeric" : "mi4 ma3", + "wadegiles" : "mi⁴ ma³", + "bopomofo" : "ㄇㄧˋ ㄇㄚˇ", + "romatzyh" : "mih maa" }, + "meanings" : [ "cipher; secret code", + "password; PIN" ], + "classifiers" : [] } ] }, + { "simplified" : "密切", + "radical" : "宀", + "level" : [ "new-4", "old-5" ], + "frequency" : 5024, + "pos" : [ "ad", "a", "v" ], + "forms" : [ { "traditional" : "密切", + "transcriptions" : { "pinyin" : "mì qiè", + "numeric" : "mi4 qie4", + "wadegiles" : "mi⁴ ch'ieh⁴", + "bopomofo" : "ㄇㄧˋ ㄑㄧㄝˋ", + "romatzyh" : "mih chieh" }, + "meanings" : [ "close", + "familiar", + "intimate", + "closely (related)", + "to foster close ties", + "to pay close attention" ], + "classifiers" : [] } ] }, + { "simplified" : "蜜", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 4961, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蜜", + "transcriptions" : { "pinyin" : "mì", + "numeric" : "mi4", + "wadegiles" : "mi⁴", + "bopomofo" : "ㄇㄧˋ", + "romatzyh" : "mih" }, + "meanings" : [ "honey" ], + "classifiers" : [] } ] }, + { "simplified" : "蜜蜂", + "radical" : "虫", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8143, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蜜蜂", + "transcriptions" : { "pinyin" : "mì fēng", + "numeric" : "mi4 feng1", + "wadegiles" : "mi⁴ feng¹", + "bopomofo" : "ㄇㄧˋ ㄈㄥ", + "romatzyh" : "mih feng" }, + "meanings" : [ "bee", "honeybee" ], + "classifiers" : [ "只", "群" ] } ] }, + { "simplified" : "蜜月", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 12555, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蜜月", + "transcriptions" : { "pinyin" : "mì yuè", + "numeric" : "mi4 yue4", + "wadegiles" : "mi⁴ yüeh⁴", + "bopomofo" : "ㄇㄧˋ ㄩㄝˋ", + "romatzyh" : "mih yueh" }, + "meanings" : [ "honeymoon" ], + "classifiers" : [] } ] }, + { "simplified" : "棉", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 5317, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "棉", + "transcriptions" : { "pinyin" : "mián", + "numeric" : "mian2", + "wadegiles" : "mien²", + "bopomofo" : "ㄇㄧㄢˊ", + "romatzyh" : "mian" }, + "meanings" : [ "generic term for cotton or kapok", + "cotton", + "padded or quilted with cotton" ], + "classifiers" : [] } ] }, + { "simplified" : "棉花", + "radical" : "木", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6129, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棉花", + "transcriptions" : { "pinyin" : "mián hua", + "numeric" : "mian2 hua5", + "wadegiles" : "mien² hua", + "bopomofo" : "ㄇㄧㄢˊ hua", + "romatzyh" : "mian hua" }, + "meanings" : [ "cotton" ], + "classifiers" : [] } ] }, + { "simplified" : "免", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 3929, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "免", + "transcriptions" : { "pinyin" : "miǎn", + "numeric" : "mian3", + "wadegiles" : "mien³", + "bopomofo" : "ㄇㄧㄢˇ", + "romatzyh" : "mean" }, + "meanings" : [ "to excuse sb", + "to exempt", + "to remove or dismiss from office", + "to avoid", + "to avert", + "to escape", + "to be prohibited" ], + "classifiers" : [] }, + { "traditional" : "免", + "transcriptions" : { "pinyin" : "wèn", + "numeric" : "wen4", + "wadegiles" : "wen⁴", + "bopomofo" : "ㄨㄣˋ", + "romatzyh" : "wenn" }, + "meanings" : [ "old variant of 絻" ], + "classifiers" : [] } ] }, + { "simplified" : "免不了", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 20777, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "免不了", + "transcriptions" : { "pinyin" : "miǎn bù liǎo", + "numeric" : "mian3 bu4 liao3", + "wadegiles" : "mien³ pu⁴ liao³", + "bopomofo" : "ㄇㄧㄢˇ ㄅㄨˋ ㄌㄧㄠˇ", + "romatzyh" : "mean buh leau" }, + "meanings" : [ "unavoidable", "can't be avoided" ], + "classifiers" : [] } ] }, + { "simplified" : "免除", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 14058, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "免除", + "transcriptions" : { "pinyin" : "miǎn chú", + "numeric" : "mian3 chu2", + "wadegiles" : "mien³ ch'u²", + "bopomofo" : "ㄇㄧㄢˇ ㄔㄨˊ", + "romatzyh" : "mean chwu" }, + "meanings" : [ "to prevent", + "to avoid", + "to excuse", + "to exempt", + "to relieve", + "(of a debt) to remit" ], + "classifiers" : [] } ] }, + { "simplified" : "免得", + "radical" : "儿", + "level" : [ "new-6", "old-6" ], + "frequency" : 9217, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "免得", + "transcriptions" : { "pinyin" : "miǎn de", + "numeric" : "mian3 de5", + "wadegiles" : "mien³ de", + "bopomofo" : "ㄇㄧㄢˇ de", + "romatzyh" : "mean de" }, + "meanings" : [ "so as not to; so as to avoid" ], + "classifiers" : [] } ] }, + { "simplified" : "免费", + "radical" : "儿", + "level" : [ "new-4", "old-4" ], + "frequency" : 1416, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "免費", + "transcriptions" : { "pinyin" : "miǎn fèi", + "numeric" : "mian3 fei4", + "wadegiles" : "mien³ fei⁴", + "bopomofo" : "ㄇㄧㄢˇ ㄈㄟˋ", + "romatzyh" : "mean fey" }, + "meanings" : [ "free (of charge)" ], + "classifiers" : [] } ] }, + { "simplified" : "免疫", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4704, + "pos" : [ "vn", "v", "b" ], + "forms" : [ { "traditional" : "免疫", + "transcriptions" : { "pinyin" : "miǎn yì", + "numeric" : "mian3 yi4", + "wadegiles" : "mien³ i⁴", + "bopomofo" : "ㄇㄧㄢˇ ㄧˋ", + "romatzyh" : "mean yih" }, + "meanings" : [ "immunity (to disease)" ], + "classifiers" : [] } ] }, + { "simplified" : "免职", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 25860, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "免職", + "transcriptions" : { "pinyin" : "miǎn zhí", + "numeric" : "mian3 zhi2", + "wadegiles" : "mien³ chih²", + "bopomofo" : "ㄇㄧㄢˇ ㄓˊ", + "romatzyh" : "mean jyr" }, + "meanings" : [ "to relieve sb of his post", + "to sack", + "to demote", + "dismissal", + "sacking" ], + "classifiers" : [] } ] }, + { "simplified" : "勉励", + "radical" : "力", + "level" : [ "old-6" ], + "frequency" : 37429, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勉勵", + "transcriptions" : { "pinyin" : "miǎn lì", + "numeric" : "mian3 li4", + "wadegiles" : "mien³ li⁴", + "bopomofo" : "ㄇㄧㄢˇ ㄌㄧˋ", + "romatzyh" : "mean lih" }, + "meanings" : [ "to encourage" ], + "classifiers" : [] } ] }, + { "simplified" : "勉强", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6178, + "pos" : [ "ad", "v", "a" ], + "forms" : [ { "traditional" : "勉強", + "transcriptions" : { "pinyin" : "miǎn qiǎng", + "numeric" : "mian3 qiang3", + "wadegiles" : "mien³ ch'iang³", + "bopomofo" : "ㄇㄧㄢˇ ㄑㄧㄤˇ", + "romatzyh" : "mean cheang" }, + "meanings" : [ "to do with difficulty", + "to force sb to do sth", + "reluctant", + "barely enough" ], + "classifiers" : [] } ] }, + { "simplified" : "缅怀", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 16462, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "緬懷", + "transcriptions" : { "pinyin" : "miǎn huái", + "numeric" : "mian3 huai2", + "wadegiles" : "mien³ huai²", + "bopomofo" : "ㄇㄧㄢˇ ㄏㄨㄞˊ", + "romatzyh" : "mean hwai" }, + "meanings" : [ "to commemorate", + "to recall fondly", + "to think of the past" ], + "classifiers" : [] } ] }, + { "simplified" : "面", + "radical" : "面", + "level" : [ "new-2" ], + "frequency" : 604, + "pos" : [ "n", "q", "v", "g" ], + "forms" : [ { "traditional" : "面", + "transcriptions" : { "pinyin" : "miàn", + "numeric" : "mian4", + "wadegiles" : "mien⁴", + "bopomofo" : "ㄇㄧㄢˋ", + "romatzyh" : "miann" }, + "meanings" : [ "face", + "side", + "surface", + "aspect", + "top", + "classifier for objects with flat surfaces such as drums, mirrors, flags etc" ], + "classifiers" : [] }, + { "traditional" : "麪", + "transcriptions" : { "pinyin" : "miàn", + "numeric" : "mian4", + "wadegiles" : "mien⁴", + "bopomofo" : "ㄇㄧㄢˋ", + "romatzyh" : "miann" }, + "meanings" : [ "variant of 面" ], + "classifiers" : [] }, + { "traditional" : "麵", + "transcriptions" : { "pinyin" : "miàn", + "numeric" : "mian4", + "wadegiles" : "mien⁴", + "bopomofo" : "ㄇㄧㄢˋ", + "romatzyh" : "miann" }, + "meanings" : [ "flour", + "noodles", + "(of food) soft (not crunchy)", + "(slang) (of a person) ineffectual", + "spineless" ], + "classifiers" : [] } ] }, + { "simplified" : "面", + "radical" : "面", + "level" : [ "new-2" ], + "frequency" : 604, + "pos" : [ "n", "q", "v", "g" ], + "forms" : [ { "traditional" : "面", + "transcriptions" : { "pinyin" : "miàn", + "numeric" : "mian4", + "wadegiles" : "mien⁴", + "bopomofo" : "ㄇㄧㄢˋ", + "romatzyh" : "miann" }, + "meanings" : [ "face", + "side", + "surface", + "aspect", + "top", + "classifier for objects with flat surfaces such as drums, mirrors, flags etc" ], + "classifiers" : [] }, + { "traditional" : "麪", + "transcriptions" : { "pinyin" : "miàn", + "numeric" : "mian4", + "wadegiles" : "mien⁴", + "bopomofo" : "ㄇㄧㄢˋ", + "romatzyh" : "miann" }, + "meanings" : [ "variant of 面" ], + "classifiers" : [] }, + { "traditional" : "麵", + "transcriptions" : { "pinyin" : "miàn", + "numeric" : "mian4", + "wadegiles" : "mien⁴", + "bopomofo" : "ㄇㄧㄢˋ", + "romatzyh" : "miann" }, + "meanings" : [ "flour", + "noodles", + "(of food) soft (not crunchy)", + "(slang) (of a person) ineffectual", + "spineless" ], + "classifiers" : [] } ] }, + { "simplified" : "面包", + "radical" : "面", + "level" : [ "new-1", "old-3" ], + "frequency" : 4138, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "麵包", + "transcriptions" : { "pinyin" : "miàn bāo", + "numeric" : "mian4 bao1", + "wadegiles" : "mien⁴ pao¹", + "bopomofo" : "ㄇㄧㄢˋ ㄅㄠ", + "romatzyh" : "miann bau" }, + "meanings" : [ "bread" ], + "classifiers" : [ "片", "袋", "块" ] } ] }, + { "simplified" : "面部", + "radical" : "面", + "level" : [ "new-7+" ], + "frequency" : 6606, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "面部", + "transcriptions" : { "pinyin" : "miàn bù", + "numeric" : "mian4 bu4", + "wadegiles" : "mien⁴ pu⁴", + "bopomofo" : "ㄇㄧㄢˋ ㄅㄨˋ", + "romatzyh" : "miann buh" }, + "meanings" : [ "face (body part)" ], + "classifiers" : [] } ] }, + { "simplified" : "面对", + "radical" : "面", + "level" : [ "new-3", "old-5" ], + "frequency" : 973, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "面對", + "transcriptions" : { "pinyin" : "miàn duì", + "numeric" : "mian4 dui4", + "wadegiles" : "mien⁴ tui⁴", + "bopomofo" : "ㄇㄧㄢˋ ㄉㄨㄟˋ", + "romatzyh" : "miann duey" }, + "meanings" : [ "to face; to confront" ], + "classifiers" : [] } ] }, + { "simplified" : "面对面", + "radical" : "面", + "level" : [ "new-6" ], + "frequency" : 8105, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "面對面", + "transcriptions" : { "pinyin" : "miàn duì miàn", + "numeric" : "mian4 dui4 mian4", + "wadegiles" : "mien⁴ tui⁴ mien⁴", + "bopomofo" : "ㄇㄧㄢˋ ㄉㄨㄟˋ ㄇㄧㄢˋ", + "romatzyh" : "miann duey miann" }, + "meanings" : [ "face to face" ], + "classifiers" : [] } ] }, + { "simplified" : "面粉", + "radical" : "面", + "level" : [ "new-7+" ], + "frequency" : 11363, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "麵粉", + "transcriptions" : { "pinyin" : "miàn fěn", + "numeric" : "mian4 fen3", + "wadegiles" : "mien⁴ fen³", + "bopomofo" : "ㄇㄧㄢˋ ㄈㄣˇ", + "romatzyh" : "miann feen" }, + "meanings" : [ "flour" ], + "classifiers" : [] } ] }, + { "simplified" : "面红耳赤", + "radical" : "面", + "level" : [ "new-7+" ], + "frequency" : 42692, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "面紅耳赤", + "transcriptions" : { "pinyin" : "miàn hóng ěr chì", + "numeric" : "mian4 hong2 er3 chi4", + "wadegiles" : "mien⁴ hung² erh³ ch'ih⁴", + "bopomofo" : "ㄇㄧㄢˋ ㄏㄨㄥˊ ㄦˇ ㄔˋ", + "romatzyh" : "miann horng eel chyh" }, + "meanings" : [ "flushed with anger (or excitement)" ], + "classifiers" : [] } ] }, + { "simplified" : "面积", + "radical" : "面", + "level" : [ "new-3", "old-5" ], + "frequency" : 6252, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "面積", + "transcriptions" : { "pinyin" : "miàn jī", + "numeric" : "mian4 ji1", + "wadegiles" : "mien⁴ chi¹", + "bopomofo" : "ㄇㄧㄢˋ ㄐㄧ", + "romatzyh" : "miann ji" }, + "meanings" : [ "area (of a floor, piece of land etc)", + "surface area", + "tract of land" ], + "classifiers" : [] } ] }, + { "simplified" : "面临", + "radical" : "面", + "level" : [ "new-4", "old-5" ], + "frequency" : 2363, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "面臨", + "transcriptions" : { "pinyin" : "miàn lín", + "numeric" : "mian4 lin2", + "wadegiles" : "mien⁴ lin²", + "bopomofo" : "ㄇㄧㄢˋ ㄌㄧㄣˊ", + "romatzyh" : "miann lin" }, + "meanings" : [ "to face sth; to be confronted with" ], + "classifiers" : [] } ] }, + { "simplified" : "面貌", + "radical" : "面", + "level" : [ "new-5", "old-6" ], + "frequency" : 12053, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "面貌", + "transcriptions" : { "pinyin" : "miàn mào", + "numeric" : "mian4 mao4", + "wadegiles" : "mien⁴ mao⁴", + "bopomofo" : "ㄇㄧㄢˋ ㄇㄠˋ", + "romatzyh" : "miann maw" }, + "meanings" : [ "face; features", + "appearance; look" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "面面俱到", + "radical" : "面", + "level" : [ "new-7+" ], + "frequency" : 31752, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "面面俱到", + "transcriptions" : { "pinyin" : "miàn miàn jù dào", + "numeric" : "mian4 mian4 ju4 dao4", + "wadegiles" : "mien⁴ mien⁴ chü⁴ tao⁴", + "bopomofo" : "ㄇㄧㄢˋ ㄇㄧㄢˋ ㄐㄩˋ ㄉㄠˋ", + "romatzyh" : "miann miann jiuh daw" }, + "meanings" : [ "(idiom) take care of everything; handle everything" ], + "classifiers" : [] } ] }, + { "simplified" : "面目全非", + "radical" : "面", + "level" : [ "new-7+" ], + "frequency" : 20409, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "面目全非", + "transcriptions" : { "pinyin" : "miàn mù quán fēi", + "numeric" : "mian4 mu4 quan2 fei1", + "wadegiles" : "mien⁴ mu⁴ ch'üan² fei¹", + "bopomofo" : "ㄇㄧㄢˋ ㄇㄨˋ ㄑㄩㄢˊ ㄈㄟ", + "romatzyh" : "miann muh chyuan fei" }, + "meanings" : [ "nothing remains the same (idiom); change beyond recognition" ], + "classifiers" : [] } ] }, + { "simplified" : "面前", + "radical" : "面", + "level" : [ "new-2" ], + "frequency" : 948, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "面前", + "transcriptions" : { "pinyin" : "miàn qián", + "numeric" : "mian4 qian2", + "wadegiles" : "mien⁴ ch'ien²", + "bopomofo" : "ㄇㄧㄢˋ ㄑㄧㄢˊ", + "romatzyh" : "miann chyan" }, + "meanings" : [ "in front of", + "facing", + "(in the) presence (of)" ], + "classifiers" : [] } ] }, + { "simplified" : "面试", + "radical" : "面", + "level" : [ "new-4" ], + "frequency" : 4005, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "面試", + "transcriptions" : { "pinyin" : "miàn shì", + "numeric" : "mian4 shi4", + "wadegiles" : "mien⁴ shih⁴", + "bopomofo" : "ㄇㄧㄢˋ ㄕˋ", + "romatzyh" : "miann shyh" }, + "meanings" : [ "to be interviewed (as a candidate)", + "interview" ], + "classifiers" : [] } ] }, + { "simplified" : "面条", + "radical" : "面", + "level" : [ "old-3" ], + "frequency" : 8961, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "麵條", + "transcriptions" : { "pinyin" : "miàn tiáo", + "numeric" : "mian4 tiao2", + "wadegiles" : "mien⁴ t'iao²", + "bopomofo" : "ㄇㄧㄢˋ ㄊㄧㄠˊ", + "romatzyh" : "miann tyau" }, + "meanings" : [ "noodles" ], + "classifiers" : [] } ] }, + { "simplified" : "面条儿", + "radical" : "面", + "level" : [ "new-1" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "麵條兒", + "transcriptions" : { "pinyin" : "miàn tiáo r", + "numeric" : "mian4 tiao2 r5", + "wadegiles" : "mien⁴ t'iao² r", + "bopomofo" : "ㄇㄧㄢˋ ㄊㄧㄠˊ r", + "romatzyh" : "miann tyau r" }, + "meanings" : [ "erhua variant of 面条" ], + "classifiers" : [] } ] }, + { "simplified" : "面向", + "radical" : "面", + "level" : [ "new-6" ], + "frequency" : 7350, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "面嚮", + "transcriptions" : { "pinyin" : "miàn xiàng", + "numeric" : "mian4 xiang4", + "wadegiles" : "mien⁴ hsiang⁴", + "bopomofo" : "ㄇㄧㄢˋ ㄒㄧㄤˋ", + "romatzyh" : "miann shianq" }, + "meanings" : [ "to face", + "to turn towards", + "to incline to", + "geared towards", + "catering for", + "-oriented", + "facial feature", + "appearance", + "aspect", + "facet" ], + "classifiers" : [] } ] }, + { "simplified" : "面子", + "radical" : "面", + "level" : [ "new-5", "old-6" ], + "frequency" : 5831, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "面子", + "transcriptions" : { "pinyin" : "miàn zi", + "numeric" : "mian4 zi5", + "wadegiles" : "mien⁴ zi", + "bopomofo" : "ㄇㄧㄢˋ zi", + "romatzyh" : "miann zi" }, + "meanings" : [ "outer surface; the outside of sth", + "social prestige; face" ], + "classifiers" : [] }, + { "traditional" : "麵子", + "transcriptions" : { "pinyin" : "miàn zi", + "numeric" : "mian4 zi5", + "wadegiles" : "mien⁴ zi", + "bopomofo" : "ㄇㄧㄢˋ zi", + "romatzyh" : "miann zi" }, + "meanings" : [ "(medicinal) powder" ], + "classifiers" : [] } ] }, + { "simplified" : "苗", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 10956, + "pos" : [ "n", "nr", "b" ], + "forms" : [ { "traditional" : "苗", + "transcriptions" : { "pinyin" : "Miáo", + "numeric" : "Miao2", + "wadegiles" : "miao²", + "bopomofo" : "ㄇㄧㄠˊ", + "romatzyh" : "miau" }, + "meanings" : [ "Hmong or Miao ethnic group of southwest China", + "surname Miao" ], + "classifiers" : [] }, + { "traditional" : "苗", + "transcriptions" : { "pinyin" : "miáo", + "numeric" : "miao2", + "wadegiles" : "miao²", + "bopomofo" : "ㄇㄧㄠˊ", + "romatzyh" : "miau" }, + "meanings" : [ "sprout" ], + "classifiers" : [] } ] }, + { "simplified" : "苗条", + "radical" : "艹", + "level" : [ "new-7+", "old-5" ], + "frequency" : 14328, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "苗條", + "transcriptions" : { "pinyin" : "miáo tiao", + "numeric" : "miao2 tiao5", + "wadegiles" : "miao² tiao", + "bopomofo" : "ㄇㄧㄠˊ tiao", + "romatzyh" : "miau tiao" }, + "meanings" : [ "(of a woman) slim", + "slender", + "graceful" ], + "classifiers" : [] } ] }, + { "simplified" : "苗头", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 23988, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "苗頭", + "transcriptions" : { "pinyin" : "miáo tou", + "numeric" : "miao2 tou5", + "wadegiles" : "miao² tou", + "bopomofo" : "ㄇㄧㄠˊ tou", + "romatzyh" : "miau tou" }, + "meanings" : [ "first signs", + "development (of a situation)" ], + "classifiers" : [] } ] }, + { "simplified" : "描绘", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9367, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "描繪", + "transcriptions" : { "pinyin" : "miáo huì", + "numeric" : "miao2 hui4", + "wadegiles" : "miao² hui⁴", + "bopomofo" : "ㄇㄧㄠˊ ㄏㄨㄟˋ", + "romatzyh" : "miau huey" }, + "meanings" : [ "to describe", "to portray" ], + "classifiers" : [] } ] }, + { "simplified" : "描述", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 3196, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "描述", + "transcriptions" : { "pinyin" : "miáo shù", + "numeric" : "miao2 shu4", + "wadegiles" : "miao² shu⁴", + "bopomofo" : "ㄇㄧㄠˊ ㄕㄨˋ", + "romatzyh" : "miau shuh" }, + "meanings" : [ "to describe", "description" ], + "classifiers" : [] } ] }, + { "simplified" : "描写", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 9246, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "描寫", + "transcriptions" : { "pinyin" : "miáo xiě", + "numeric" : "miao2 xie3", + "wadegiles" : "miao² hsieh³", + "bopomofo" : "ㄇㄧㄠˊ ㄒㄧㄝˇ", + "romatzyh" : "miau shiee" }, + "meanings" : [ "to describe", + "to depict", + "to portray", + "description" ], + "classifiers" : [] } ] }, + { "simplified" : "瞄准", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 6229, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "瞄準", + "transcriptions" : { "pinyin" : "miáo zhǔn", + "numeric" : "miao2 zhun3", + "wadegiles" : "miao² chun³", + "bopomofo" : "ㄇㄧㄠˊ ㄓㄨㄣˇ", + "romatzyh" : "miau joen" }, + "meanings" : [ "to take aim at", "to target" ], + "classifiers" : [] } ] }, + { "simplified" : "秒", + "radical" : "禾", + "level" : [ "new-5", "old-5" ], + "frequency" : 1034, + "pos" : [ "t", "qt" ], + "forms" : [ { "traditional" : "秒", + "transcriptions" : { "pinyin" : "miǎo", + "numeric" : "miao3", + "wadegiles" : "miao³", + "bopomofo" : "ㄇㄧㄠˇ", + "romatzyh" : "meau" }, + "meanings" : [ "second (unit of time)", + "arc second (angular measurement unit)", + "(coll.) instantly" ], + "classifiers" : [] } ] }, + { "simplified" : "渺小", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14611, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "渺小", + "transcriptions" : { "pinyin" : "miǎo xiǎo", + "numeric" : "miao3 xiao3", + "wadegiles" : "miao³ hsiao³", + "bopomofo" : "ㄇㄧㄠˇ ㄒㄧㄠˇ", + "romatzyh" : "meau sheau" }, + "meanings" : [ "minute", + "tiny", + "negligible", + "insignificant" ], + "classifiers" : [] } ] }, + { "simplified" : "妙", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 4292, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "妙", + "transcriptions" : { "pinyin" : "miào", + "numeric" : "miao4", + "wadegiles" : "miao⁴", + "bopomofo" : "ㄇㄧㄠˋ", + "romatzyh" : "miaw" }, + "meanings" : [ "clever", "wonderful" ], + "classifiers" : [] }, + { "traditional" : "玅", + "transcriptions" : { "pinyin" : "miào", + "numeric" : "miao4", + "wadegiles" : "miao⁴", + "bopomofo" : "ㄇㄧㄠˋ", + "romatzyh" : "miaw" }, + "meanings" : [ "variant of 妙" ], + "classifiers" : [] } ] }, + { "simplified" : "庙", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 10174, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廟", + "transcriptions" : { "pinyin" : "miào", + "numeric" : "miao4", + "wadegiles" : "miao⁴", + "bopomofo" : "ㄇㄧㄠˋ", + "romatzyh" : "miaw" }, + "meanings" : [ "temple", + "ancestral shrine", + "temple fair", + "great imperial hall", + "imperial" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "庙会", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 24933, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廟會", + "transcriptions" : { "pinyin" : "miào huì", + "numeric" : "miao4 hui4", + "wadegiles" : "miao⁴ hui⁴", + "bopomofo" : "ㄇㄧㄠˋ ㄏㄨㄟˋ", + "romatzyh" : "miaw huey" }, + "meanings" : [ "temple fair" ], + "classifiers" : [] } ] }, + { "simplified" : "灭", + "radical" : "火", + "level" : [ "new-6" ], + "frequency" : 4065, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "滅", + "transcriptions" : { "pinyin" : "miè", + "numeric" : "mie4", + "wadegiles" : "mieh⁴", + "bopomofo" : "ㄇㄧㄝˋ", + "romatzyh" : "mieh" }, + "meanings" : [ "to extinguish or put out", + "to go out (of a fire etc)", + "to exterminate or wipe out", + "to drown" ], + "classifiers" : [] } ] }, + { "simplified" : "灭绝", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 12237, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "滅絕", + "transcriptions" : { "pinyin" : "miè jué", + "numeric" : "mie4 jue2", + "wadegiles" : "mieh⁴ chüeh²", + "bopomofo" : "ㄇㄧㄝˋ ㄐㄩㄝˊ", + "romatzyh" : "mieh jyue" }, + "meanings" : [ "to become extinct; to die out", + "to lose (sth abstract) completely", + "to exterminate" ], + "classifiers" : [] } ] }, + { "simplified" : "灭亡", + "radical" : "火", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11523, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "滅亡", + "transcriptions" : { "pinyin" : "miè wáng", + "numeric" : "mie4 wang2", + "wadegiles" : "mieh⁴ wang²", + "bopomofo" : "ㄇㄧㄝˋ ㄨㄤˊ", + "romatzyh" : "mieh wang" }, + "meanings" : [ "to be destroyed", + "to become extinct", + "to perish", + "to die out", + "to destroy", + "to exterminate" ], + "classifiers" : [] } ] }, + { "simplified" : "蔑视", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 18227, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "蔑視", + "transcriptions" : { "pinyin" : "miè shì", + "numeric" : "mie4 shi4", + "wadegiles" : "mieh⁴ shih⁴", + "bopomofo" : "ㄇㄧㄝˋ ㄕˋ", + "romatzyh" : "mieh shyh" }, + "meanings" : [ "to loathe", + "to despise", + "contempt" ], + "classifiers" : [] } ] }, + { "simplified" : "民办", + "radical" : "民", + "level" : [ "new-7+" ], + "frequency" : 7359, + "pos" : [], + "forms" : [ { "traditional" : "民辦", + "transcriptions" : { "pinyin" : "mín bàn", + "numeric" : "min2 ban4", + "wadegiles" : "min² pan⁴", + "bopomofo" : "ㄇㄧㄣˊ ㄅㄢˋ", + "romatzyh" : "min bann" }, + "meanings" : [ "run by the local people", + "privately operated" ], + "classifiers" : [] } ] }, + { "simplified" : "民歌", + "radical" : "民", + "level" : [ "new-6" ], + "frequency" : 18474, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "民歌", + "transcriptions" : { "pinyin" : "mín gē", + "numeric" : "min2 ge1", + "wadegiles" : "min² ko¹", + "bopomofo" : "ㄇㄧㄣˊ ㄍㄜ", + "romatzyh" : "min ge" }, + "meanings" : [ "folk song" ], + "classifiers" : [ "支", "首" ] } ] }, + { "simplified" : "民工", + "radical" : "民", + "level" : [ "new-6" ], + "frequency" : 18297, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "民工", + "transcriptions" : { "pinyin" : "mín gōng", + "numeric" : "min2 gong1", + "wadegiles" : "min² kung¹", + "bopomofo" : "ㄇㄧㄣˊ ㄍㄨㄥ", + "romatzyh" : "min gong" }, + "meanings" : [ "migrant worker (who moved from a rural area of China to a city to find work)", + "temporary worker enlisted on a public project" ], + "classifiers" : [] } ] }, + { "simplified" : "民间", + "radical" : "民", + "level" : [ "new-3", "old-6" ], + "frequency" : 7015, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "民間", + "transcriptions" : { "pinyin" : "mín jiān", + "numeric" : "min2 jian1", + "wadegiles" : "min² chien¹", + "bopomofo" : "ㄇㄧㄣˊ ㄐㄧㄢ", + "romatzyh" : "min jian" }, + "meanings" : [ "among the people", + "popular", + "folk", + "non-governmental", + "involving people rather than governments" ], + "classifiers" : [] } ] }, + { "simplified" : "民警", + "radical" : "民", + "level" : [ "new-6" ], + "frequency" : 26049, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "民警", + "transcriptions" : { "pinyin" : "mín jǐng", + "numeric" : "min2 jing3", + "wadegiles" : "min² ching³", + "bopomofo" : "ㄇㄧㄣˊ ㄐㄧㄥˇ", + "romatzyh" : "min jiing" }, + "meanings" : [ "civil police", + "PRC police", + "abbr. for 人民警察" ], + "classifiers" : [] } ] }, + { "simplified" : "民俗", + "radical" : "民", + "level" : [ "new-7+" ], + "frequency" : 24358, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "民俗", + "transcriptions" : { "pinyin" : "mín sú", + "numeric" : "min2 su2", + "wadegiles" : "min² su²", + "bopomofo" : "ㄇㄧㄣˊ ㄙㄨˊ", + "romatzyh" : "min swu" }, + "meanings" : [ "popular custom" ], + "classifiers" : [] } ] }, + { "simplified" : "民意", + "radical" : "民", + "level" : [ "new-6" ], + "frequency" : 14044, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "民意", + "transcriptions" : { "pinyin" : "mín yì", + "numeric" : "min2 yi4", + "wadegiles" : "min² i⁴", + "bopomofo" : "ㄇㄧㄣˊ ㄧˋ", + "romatzyh" : "min yih" }, + "meanings" : [ "public opinion", + "popular will", + "public will" ], + "classifiers" : [] } ] }, + { "simplified" : "民用", + "radical" : "民", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14041, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "民用", + "transcriptions" : { "pinyin" : "mín yòng", + "numeric" : "min2 yong4", + "wadegiles" : "min² yung⁴", + "bopomofo" : "ㄇㄧㄣˊ ㄩㄥˋ", + "romatzyh" : "min yonq" }, + "meanings" : [ "(for) civilian use" ], + "classifiers" : [] } ] }, + { "simplified" : "民众", + "radical" : "民", + "level" : [ "new-7+" ], + "frequency" : 4219, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "民眾", + "transcriptions" : { "pinyin" : "mín zhòng", + "numeric" : "min2 zhong4", + "wadegiles" : "min² chung⁴", + "bopomofo" : "ㄇㄧㄣˊ ㄓㄨㄥˋ", + "romatzyh" : "min jonq" }, + "meanings" : [ "the populace; the masses; the common people" ], + "classifiers" : [] } ] }, + { "simplified" : "民主", + "radical" : "民", + "level" : [ "new-6", "old-5" ], + "frequency" : 3363, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "民主", + "transcriptions" : { "pinyin" : "mín zhǔ", + "numeric" : "min2 zhu3", + "wadegiles" : "min² chu³", + "bopomofo" : "ㄇㄧㄣˊ ㄓㄨˇ", + "romatzyh" : "min juu" }, + "meanings" : [ "democracy" ], + "classifiers" : [] } ] }, + { "simplified" : "民族", + "radical" : "民", + "level" : [ "new-3", "old-4" ], + "frequency" : 3724, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "民族", + "transcriptions" : { "pinyin" : "mín zú", + "numeric" : "min2 zu2", + "wadegiles" : "min² tsu²", + "bopomofo" : "ㄇㄧㄣˊ ㄗㄨˊ", + "romatzyh" : "min tzwu" }, + "meanings" : [ "nationality; ethnic group" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "敏感", + "radical" : "攵", + "level" : [ "new-5", "old-6" ], + "frequency" : 3233, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "敏感", + "transcriptions" : { "pinyin" : "mǐn gǎn", + "numeric" : "min3 gan3", + "wadegiles" : "min³ kan³", + "bopomofo" : "ㄇㄧㄣˇ ㄍㄢˇ", + "romatzyh" : "miin gaan" }, + "meanings" : [ "sensitive", "susceptible" ], + "classifiers" : [] } ] }, + { "simplified" : "敏捷", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13225, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "敏捷", + "transcriptions" : { "pinyin" : "mǐn jié", + "numeric" : "min3 jie2", + "wadegiles" : "min³ chieh²", + "bopomofo" : "ㄇㄧㄣˇ ㄐㄧㄝˊ", + "romatzyh" : "miin jye" }, + "meanings" : [ "nimble", "quick", "shrewd" ], + "classifiers" : [] } ] }, + { "simplified" : "敏锐", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9945, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "敏銳", + "transcriptions" : { "pinyin" : "mǐn ruì", + "numeric" : "min3 rui4", + "wadegiles" : "min³ jui⁴", + "bopomofo" : "ㄇㄧㄣˇ ㄖㄨㄟˋ", + "romatzyh" : "miin ruey" }, + "meanings" : [ "keen; sharp; acute" ], + "classifiers" : [] } ] }, + { "simplified" : "名", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 234, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "名", + "transcriptions" : { "pinyin" : "míng", + "numeric" : "ming2", + "wadegiles" : "ming²", + "bopomofo" : "ㄇㄧㄥˊ", + "romatzyh" : "ming" }, + "meanings" : [ "name", + "noun (part of speech)", + "place (e.g. among winners)", + "famous", + "classifier for people" ], + "classifiers" : [] } ] }, + { "simplified" : "名称", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 6563, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名稱", + "transcriptions" : { "pinyin" : "míng chēng", + "numeric" : "ming2 cheng1", + "wadegiles" : "ming² ch'eng¹", + "bopomofo" : "ㄇㄧㄥˊ ㄔㄥ", + "romatzyh" : "ming cheng" }, + "meanings" : [ "name (of a thing)", + "name (of an organization)" ], + "classifiers" : [] } ] }, + { "simplified" : "名次", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 18029, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名次", + "transcriptions" : { "pinyin" : "míng cì", + "numeric" : "ming2 ci4", + "wadegiles" : "ming² tz'u⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄘˋ", + "romatzyh" : "ming tsyh" }, + "meanings" : [ "position in a ranking of names", + "place", + "rank" ], + "classifiers" : [] } ] }, + { "simplified" : "名单", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 2125, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名單", + "transcriptions" : { "pinyin" : "míng dān", + "numeric" : "ming2 dan1", + "wadegiles" : "ming² tan¹", + "bopomofo" : "ㄇㄧㄥˊ ㄉㄢ", + "romatzyh" : "ming dan" }, + "meanings" : [ "list of names" ], + "classifiers" : [] } ] }, + { "simplified" : "名额", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 10248, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名額", + "transcriptions" : { "pinyin" : "míng é", + "numeric" : "ming2 e2", + "wadegiles" : "ming² e²", + "bopomofo" : "ㄇㄧㄥˊ ㄜˊ", + "romatzyh" : "ming er" }, + "meanings" : [ "quota", + "number of places", + "place (in an institution, a group etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "名副其实", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13990, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "名副其實", + "transcriptions" : { "pinyin" : "míng fù qí shí", + "numeric" : "ming2 fu4 qi2 shi2", + "wadegiles" : "ming² fu⁴ ch'i² shih²", + "bopomofo" : "ㄇㄧㄥˊ ㄈㄨˋ ㄑㄧˊ ㄕˊ", + "romatzyh" : "ming fuh chyi shyr" }, + "meanings" : [ "not just in name only, but also in reality (idiom)", + "aptly named", + "worthy of the name" ], + "classifiers" : [] } ] }, + { "simplified" : "名贵", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 20646, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "名貴", + "transcriptions" : { "pinyin" : "míng guì", + "numeric" : "ming2 gui4", + "wadegiles" : "ming² kuei⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄍㄨㄟˋ", + "romatzyh" : "ming guey" }, + "meanings" : [ "famous and valuable", + "rare", + "precious" ], + "classifiers" : [] } ] }, + { "simplified" : "名利", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 19661, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名利", + "transcriptions" : { "pinyin" : "míng lì", + "numeric" : "ming2 li4", + "wadegiles" : "ming² li⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄌㄧˋ", + "romatzyh" : "ming lih" }, + "meanings" : [ "fame and profit" ], + "classifiers" : [] } ] }, + { "simplified" : "名牌", + "radical" : "口", + "level" : [ "old-5" ], + "frequency" : 6602, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名牌", + "transcriptions" : { "pinyin" : "míng pái", + "numeric" : "ming2 pai2", + "wadegiles" : "ming² p'ai²", + "bopomofo" : "ㄇㄧㄥˊ ㄆㄞˊ", + "romatzyh" : "ming pair" }, + "meanings" : [ "famous brand", + "nameplate", + "name tag" ], + "classifiers" : [] } ] }, + { "simplified" : "名牌儿", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "名牌兒", + "transcriptions" : { "pinyin" : "míngpáir5", + "numeric" : "míngpáir5", + "wadegiles" : "míngpáir5", + "bopomofo" : "míngpáir5", + "romatzyh" : "míngpáir5" }, + "meanings" : [ "Famous brand" ], + "classifiers" : [] } ] }, + { "simplified" : "名片", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 6747, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名片", + "transcriptions" : { "pinyin" : "míng piàn", + "numeric" : "ming2 pian4", + "wadegiles" : "ming² p'ien⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄆㄧㄢˋ", + "romatzyh" : "ming piann" }, + "meanings" : [ "(business) card" ], + "classifiers" : [] } ] }, + { "simplified" : "名气", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11088, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名氣", + "transcriptions" : { "pinyin" : "míng qì", + "numeric" : "ming2 qi4", + "wadegiles" : "ming² ch'i⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄑㄧˋ", + "romatzyh" : "ming chih" }, + "meanings" : [ "reputation; fame" ], + "classifiers" : [] } ] }, + { "simplified" : "名人", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 3879, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名人", + "transcriptions" : { "pinyin" : "míng rén", + "numeric" : "ming2 ren2", + "wadegiles" : "ming² jen²", + "bopomofo" : "ㄇㄧㄥˊ ㄖㄣˊ", + "romatzyh" : "ming ren" }, + "meanings" : [ "personage", "celebrity" ], + "classifiers" : [] } ] }, + { "simplified" : "名声", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 8064, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名聲", + "transcriptions" : { "pinyin" : "míng shēng", + "numeric" : "ming2 sheng1", + "wadegiles" : "ming² sheng¹", + "bopomofo" : "ㄇㄧㄥˊ ㄕㄥ", + "romatzyh" : "ming sheng" }, + "meanings" : [ "reputation" ], + "classifiers" : [] } ] }, + { "simplified" : "名胜", + "radical" : "口", + "level" : [ "new-6", "old-5" ], + "frequency" : 29771, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名勝", + "transcriptions" : { "pinyin" : "míng shèng", + "numeric" : "ming2 sheng4", + "wadegiles" : "ming² sheng⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄕㄥˋ", + "romatzyh" : "ming shenq" }, + "meanings" : [ "a place famous for its scenery or historical relics", + "scenic spot" ], + "classifiers" : [ "处" ] } ] }, + { "simplified" : "名言", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 13296, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名言", + "transcriptions" : { "pinyin" : "míng yán", + "numeric" : "ming2 yan2", + "wadegiles" : "ming² yan²", + "bopomofo" : "ㄇㄧㄥˊ ㄧㄢˊ", + "romatzyh" : "ming yan" }, + "meanings" : [ "saying", "famous remark" ], + "classifiers" : [] } ] }, + { "simplified" : "名义", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 4447, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名義", + "transcriptions" : { "pinyin" : "míng yì", + "numeric" : "ming2 yi4", + "wadegiles" : "ming² i⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄧˋ", + "romatzyh" : "ming yih" }, + "meanings" : [ "name", + "titular", + "nominal", + "in name", + "ostensible purpose" ], + "classifiers" : [] } ] }, + { "simplified" : "名誉", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 7798, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名譽", + "transcriptions" : { "pinyin" : "míng yù", + "numeric" : "ming2 yu4", + "wadegiles" : "ming² yü⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄩˋ", + "romatzyh" : "ming yuh" }, + "meanings" : [ "fame", + "reputation", + "honor", + "honorary", + "emeritus (of retired professor)" ], + "classifiers" : [] } ] }, + { "simplified" : "名著", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 16615, + "pos" : [], + "forms" : [ { "traditional" : "名著", + "transcriptions" : { "pinyin" : "míng zhù", + "numeric" : "ming2 zhu4", + "wadegiles" : "ming² chu⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄓㄨˋ", + "romatzyh" : "ming juh" }, + "meanings" : [ "masterpiece" ], + "classifiers" : [] } ] }, + { "simplified" : "名字", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 829, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "名字", + "transcriptions" : { "pinyin" : "míng zi", + "numeric" : "ming2 zi5", + "wadegiles" : "ming² zi", + "bopomofo" : "ㄇㄧㄥˊ zi", + "romatzyh" : "ming zi" }, + "meanings" : [ "name (of a person or thing)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "明白", + "radical" : "日", + "level" : [ "new-1", "old-3" ], + "frequency" : 676, + "pos" : [ "v", "a", "an" ], + "forms" : [ { "traditional" : "明白", + "transcriptions" : { "pinyin" : "míng bai", + "numeric" : "ming2 bai5", + "wadegiles" : "ming² bai", + "bopomofo" : "ㄇㄧㄥˊ bai", + "romatzyh" : "ming bai" }, + "meanings" : [ "clear", + "obvious", + "unequivocal", + "to understand", + "to realize" ], + "classifiers" : [] } ] }, + { "simplified" : "明朗", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 12931, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "明朗", + "transcriptions" : { "pinyin" : "míng lǎng", + "numeric" : "ming2 lang3", + "wadegiles" : "ming² lang³", + "bopomofo" : "ㄇㄧㄥˊ ㄌㄤˇ", + "romatzyh" : "ming laang" }, + "meanings" : [ "bright", + "clear", + "obvious", + "forthright", + "open-minded", + "bright and cheerful" ], + "classifiers" : [] } ] }, + { "simplified" : "明亮", + "radical" : "日", + "level" : [ "new-5" ], + "frequency" : 9553, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "明亮", + "transcriptions" : { "pinyin" : "míng liàng", + "numeric" : "ming2 liang4", + "wadegiles" : "ming² liang⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄌㄧㄤˋ", + "romatzyh" : "ming lianq" }, + "meanings" : [ "bright", + "shining", + "glittering", + "to become clear" ], + "classifiers" : [] } ] }, + { "simplified" : "明媚", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 14686, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "明媚", + "transcriptions" : { "pinyin" : "míng mèi", + "numeric" : "ming2 mei4", + "wadegiles" : "ming² mei⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄇㄟˋ", + "romatzyh" : "ming mey" }, + "meanings" : [ "bright and beautiful" ], + "classifiers" : [] } ] }, + { "simplified" : "明明", + "radical" : "日", + "level" : [ "new-5", "old-6" ], + "frequency" : 3970, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "明明", + "transcriptions" : { "pinyin" : "míng míng", + "numeric" : "ming2 ming2", + "wadegiles" : "ming² ming²", + "bopomofo" : "ㄇㄧㄥˊ ㄇㄧㄥˊ", + "romatzyh" : "ming ming" }, + "meanings" : [ "obviously", + "plainly", + "undoubtedly", + "definitely" ], + "classifiers" : [] } ] }, + { "simplified" : "明年", + "radical" : "日", + "level" : [ "new-1" ], + "frequency" : 2487, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "明年", + "transcriptions" : { "pinyin" : "míng nián", + "numeric" : "ming2 nian2", + "wadegiles" : "ming² nien²", + "bopomofo" : "ㄇㄧㄥˊ ㄋㄧㄢˊ", + "romatzyh" : "ming nian" }, + "meanings" : [ "next year" ], + "classifiers" : [] } ] }, + { "simplified" : "明确", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 2369, + "pos" : [ "a", "v", "ad" ], + "forms" : [ { "traditional" : "明確", + "transcriptions" : { "pinyin" : "míng què", + "numeric" : "ming2 que4", + "wadegiles" : "ming² ch'üeh⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄑㄩㄝˋ", + "romatzyh" : "ming chiueh" }, + "meanings" : [ "clear-cut; definite; explicit", + "to clarify; to specify; to make definite" ], + "classifiers" : [] } ] }, + { "simplified" : "明日", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 8959, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "明日", + "transcriptions" : { "pinyin" : "míng rì", + "numeric" : "ming2 ri4", + "wadegiles" : "ming² jih⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄖˋ", + "romatzyh" : "ming ryh" }, + "meanings" : [ "tomorrow" ], + "classifiers" : [] } ] }, + { "simplified" : "明天", + "radical" : "日", + "level" : [ "new-1", "old-1" ], + "frequency" : 469, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "明天", + "transcriptions" : { "pinyin" : "míng tiān", + "numeric" : "ming2 tian1", + "wadegiles" : "ming² t'ien¹", + "bopomofo" : "ㄇㄧㄥˊ ㄊㄧㄢ", + "romatzyh" : "ming tian" }, + "meanings" : [ "tomorrow" ], + "classifiers" : [] } ] }, + { "simplified" : "明显", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 710, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "明顯", + "transcriptions" : { "pinyin" : "míng xiǎn", + "numeric" : "ming2 xian3", + "wadegiles" : "ming² hsien³", + "bopomofo" : "ㄇㄧㄥˊ ㄒㄧㄢˇ", + "romatzyh" : "ming shean" }, + "meanings" : [ "clear", "distinct", "obvious" ], + "classifiers" : [] } ] }, + { "simplified" : "明信片", + "radical" : "日", + "level" : [ "old-5" ], + "frequency" : 10428, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "明信片", + "transcriptions" : { "pinyin" : "míng xìn piàn", + "numeric" : "ming2 xin4 pian4", + "wadegiles" : "ming² hsin⁴ p'ien⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄒㄧㄣˋ ㄆㄧㄢˋ", + "romatzyh" : "ming shinn piann" }, + "meanings" : [ "postcard" ], + "classifiers" : [] } ] }, + { "simplified" : "明星", + "radical" : "日", + "level" : [ "new-2", "old-5" ], + "frequency" : 1452, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "明星", + "transcriptions" : { "pinyin" : "míng xīng", + "numeric" : "ming2 xing1", + "wadegiles" : "ming² hsing¹", + "bopomofo" : "ㄇㄧㄥˊ ㄒㄧㄥ", + "romatzyh" : "ming shing" }, + "meanings" : [ "star; celebrity" ], + "classifiers" : [] } ] }, + { "simplified" : "明智", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 7721, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "明智", + "transcriptions" : { "pinyin" : "míng zhì", + "numeric" : "ming2 zhi4", + "wadegiles" : "ming² chih⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄓˋ", + "romatzyh" : "ming jyh" }, + "meanings" : [ "sensible", + "wise", + "judicious", + "sagacious" ], + "classifiers" : [] } ] }, + { "simplified" : "铭记", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 12942, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "銘記", + "transcriptions" : { "pinyin" : "míng jì", + "numeric" : "ming2 ji4", + "wadegiles" : "ming² chi⁴", + "bopomofo" : "ㄇㄧㄥˊ ㄐㄧˋ", + "romatzyh" : "ming jih" }, + "meanings" : [ "to engrave in one's memory" ], + "classifiers" : [] } ] }, + { "simplified" : "命", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 1484, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "命", + "transcriptions" : { "pinyin" : "mìng", + "numeric" : "ming4", + "wadegiles" : "ming⁴", + "bopomofo" : "ㄇㄧㄥˋ", + "romatzyh" : "minq" }, + "meanings" : [ "life", + "fate", + "order or command", + "to assign a name, title etc" ], + "classifiers" : [] } ] }, + { "simplified" : "命令", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 2305, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "命令", + "transcriptions" : { "pinyin" : "mìng lìng", + "numeric" : "ming4 ling4", + "wadegiles" : "ming⁴ ling⁴", + "bopomofo" : "ㄇㄧㄥˋ ㄌㄧㄥˋ", + "romatzyh" : "minq linq" }, + "meanings" : [ "order", "command" ], + "classifiers" : [ "道", "个" ] } ] }, + { "simplified" : "命名", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5608, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "命名", + "transcriptions" : { "pinyin" : "mìng míng", + "numeric" : "ming4 ming2", + "wadegiles" : "ming⁴ ming²", + "bopomofo" : "ㄇㄧㄥˋ ㄇㄧㄥˊ", + "romatzyh" : "minq ming" }, + "meanings" : [ "to give a name to", + "to dub", + "to christen", + "to designate", + "named after", + "naming" ], + "classifiers" : [] } ] }, + { "simplified" : "命题", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 17947, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "命題", + "transcriptions" : { "pinyin" : "mìng tí", + "numeric" : "ming4 ti2", + "wadegiles" : "ming⁴ t'i²", + "bopomofo" : "ㄇㄧㄥˋ ㄊㄧˊ", + "romatzyh" : "minq tyi" }, + "meanings" : [ "proposition (logic, math.)", + "to assign an essay topic" ], + "classifiers" : [] } ] }, + { "simplified" : "命运", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 2268, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "命運", + "transcriptions" : { "pinyin" : "mìng yùn", + "numeric" : "ming4 yun4", + "wadegiles" : "ming⁴ yün⁴", + "bopomofo" : "ㄇㄧㄥˋ ㄩㄣˋ", + "romatzyh" : "minq yunn" }, + "meanings" : [ "fate; destiny" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "摸", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 2716, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "摸", + "transcriptions" : { "pinyin" : "mō", + "numeric" : "mo1", + "wadegiles" : "mo¹", + "bopomofo" : "ㄇㄛ", + "romatzyh" : "mho" }, + "meanings" : [ "to feel with the hand", + "to touch", + "to stroke", + "to grope", + "to steal", + "to abstract" ], + "classifiers" : [] }, + { "traditional" : "摸", + "transcriptions" : { "pinyin" : "mó", + "numeric" : "mo2", + "wadegiles" : "mo²", + "bopomofo" : "ㄇㄛˊ", + "romatzyh" : "mo" }, + "meanings" : [ "variant of 摹" ], + "classifiers" : [] } ] }, + { "simplified" : "摸索", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14094, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "摸索", + "transcriptions" : { "pinyin" : "mō suo", + "numeric" : "mo1 suo5", + "wadegiles" : "mo¹ suo", + "bopomofo" : "ㄇㄛ suo", + "romatzyh" : "mho suo" }, + "meanings" : [ "to feel about", + "to grope about", + "to fumble", + "to do things slowly" ], + "classifiers" : [] } ] }, + { "simplified" : "模范", + "radical" : "木", + "level" : [ "new-5", "old-6" ], + "frequency" : 7612, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "模範", + "transcriptions" : { "pinyin" : "mó fàn", + "numeric" : "mo2 fan4", + "wadegiles" : "mo² fan⁴", + "bopomofo" : "ㄇㄛˊ ㄈㄢˋ", + "romatzyh" : "mo fann" }, + "meanings" : [ "model", "fine example" ], + "classifiers" : [] } ] }, + { "simplified" : "模仿", + "radical" : "木", + "level" : [ "new-5", "old-5" ], + "frequency" : 4669, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "模仿", + "transcriptions" : { "pinyin" : "mó fǎng", + "numeric" : "mo2 fang3", + "wadegiles" : "mo² fang³", + "bopomofo" : "ㄇㄛˊ ㄈㄤˇ", + "romatzyh" : "mo faang" }, + "meanings" : [ "to imitate", + "to copy", + "to emulate", + "to mimic", + "model" ], + "classifiers" : [] } ] }, + { "simplified" : "模糊", + "radical" : "木", + "level" : [ "new-5", "old-5" ], + "frequency" : 5378, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "模糊", + "transcriptions" : { "pinyin" : "mó hu", + "numeric" : "mo2 hu5", + "wadegiles" : "mo² hu", + "bopomofo" : "ㄇㄛˊ hu", + "romatzyh" : "mo hu" }, + "meanings" : [ "vague", "indistinct", "fuzzy" ], + "classifiers" : [] } ] }, + { "simplified" : "模拟", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 5259, + "pos" : [ "vn", "v", "b" ], + "forms" : [ { "traditional" : "模擬", + "transcriptions" : { "pinyin" : "mó nǐ", + "numeric" : "mo2 ni3", + "wadegiles" : "mo² ni³", + "bopomofo" : "ㄇㄛˊ ㄋㄧˇ", + "romatzyh" : "mo nii" }, + "meanings" : [ "imitation", + "to simulate", + "to imitate", + "analog (device, as opposed to digital)" ], + "classifiers" : [] } ] }, + { "simplified" : "模式", + "radical" : "木", + "level" : [ "new-5", "old-6" ], + "frequency" : 2502, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "模式", + "transcriptions" : { "pinyin" : "mó shì", + "numeric" : "mo2 shi4", + "wadegiles" : "mo² shih⁴", + "bopomofo" : "ㄇㄛˊ ㄕˋ", + "romatzyh" : "mo shyh" }, + "meanings" : [ "mode", "method", "pattern" ], + "classifiers" : [] } ] }, + { "simplified" : "模特儿", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 29610, + "pos" : [], + "forms" : [ { "traditional" : "模特兒", + "transcriptions" : { "pinyin" : "mó tè r", + "numeric" : "mo2 te4 r5", + "wadegiles" : "mo² t'e⁴ r", + "bopomofo" : "ㄇㄛˊ ㄊㄜˋ r", + "romatzyh" : "mo teh r" }, + "meanings" : [ "(fashion) model (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "模型", + "radical" : "木", + "level" : [ "new-4", "old-6" ], + "frequency" : 3453, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "模型", + "transcriptions" : { "pinyin" : "mó xíng", + "numeric" : "mo2 xing2", + "wadegiles" : "mo² hsing²", + "bopomofo" : "ㄇㄛˊ ㄒㄧㄥˊ", + "romatzyh" : "mo shyng" }, + "meanings" : [ "model", + "mold", + "matrix", + "pattern" ], + "classifiers" : [] } ] }, + { "simplified" : "模样", + "radical" : "木", + "level" : [ "new-5", "old-6" ], + "frequency" : 5384, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "模樣", + "transcriptions" : { "pinyin" : "mú yàng", + "numeric" : "mu2 yang4", + "wadegiles" : "mu² yang⁴", + "bopomofo" : "ㄇㄨˊ ㄧㄤˋ", + "romatzyh" : "mu yanq" }, + "meanings" : [ "look", + "style", + "appearance", + "approximation", + "about", + "also pr. [mó yàng]" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "膜", + "radical" : "⺼", + "level" : [ "new-6", "old-6" ], + "frequency" : 4209, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膜", + "transcriptions" : { "pinyin" : "mó", + "numeric" : "mo2", + "wadegiles" : "mo²", + "bopomofo" : "ㄇㄛˊ", + "romatzyh" : "mo" }, + "meanings" : [ "membrane", "film" ], + "classifiers" : [] } ] }, + { "simplified" : "摩擦", + "radical" : "手", + "level" : [ "new-5", "old-6" ], + "frequency" : 8215, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "摩擦", + "transcriptions" : { "pinyin" : "mó cā", + "numeric" : "mo2 ca1", + "wadegiles" : "mo² ts'a¹", + "bopomofo" : "ㄇㄛˊ ㄘㄚ", + "romatzyh" : "mo tsa" }, + "meanings" : [ "friction", + "rubbing", + "chafing", + "fig. disharmony", + "conflict", + "also written 磨擦" ], + "classifiers" : [] } ] }, + { "simplified" : "摩托", + "radical" : "手", + "level" : [ "new-5" ], + "frequency" : 9464, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "摩托", + "transcriptions" : { "pinyin" : "mó tuō", + "numeric" : "mo2 tuo1", + "wadegiles" : "mo² t'o¹", + "bopomofo" : "ㄇㄛˊ ㄊㄨㄛ", + "romatzyh" : "mo tuo" }, + "meanings" : [ "motor (loanword)", "motorbike" ], + "classifiers" : [] } ] }, + { "simplified" : "摩托车", + "radical" : "手", + "level" : [ "old-5" ], + "frequency" : 4123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "摩托車", + "transcriptions" : { "pinyin" : "mó tuō chē", + "numeric" : "mo2 tuo1 che1", + "wadegiles" : "mo² t'o¹ ch'e¹", + "bopomofo" : "ㄇㄛˊ ㄊㄨㄛ ㄔㄜ", + "romatzyh" : "mo tuo che" }, + "meanings" : [ "(loanword) motorbike; motorcycle" ], + "classifiers" : [ "辆", "部" ] } ] }, + { "simplified" : "磨", + "radical" : "石", + "level" : [ "new-6" ], + "frequency" : 4671, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "磨", + "transcriptions" : { "pinyin" : "mó", + "numeric" : "mo2", + "wadegiles" : "mo²", + "bopomofo" : "ㄇㄛˊ", + "romatzyh" : "mo" }, + "meanings" : [ "to rub", + "to grind", + "to polish", + "to sharpen", + "to wear down", + "to die out", + "to waste time", + "to pester", + "to insist" ], + "classifiers" : [] }, + { "traditional" : "磨", + "transcriptions" : { "pinyin" : "mò", + "numeric" : "mo4", + "wadegiles" : "mo⁴", + "bopomofo" : "ㄇㄛˋ", + "romatzyh" : "moh" }, + "meanings" : [ "grindstone", + "to grind", + "to turn round" ], + "classifiers" : [] } ] }, + { "simplified" : "磨合", + "radical" : "石", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22505, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "磨合", + "transcriptions" : { "pinyin" : "mó hé", + "numeric" : "mo2 he2", + "wadegiles" : "mo² ho²", + "bopomofo" : "ㄇㄛˊ ㄏㄜˊ", + "romatzyh" : "mo her" }, + "meanings" : [ "to break in", "to wear in" ], + "classifiers" : [] } ] }, + { "simplified" : "磨难", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 15243, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "磨難", + "transcriptions" : { "pinyin" : "mó nàn", + "numeric" : "mo2 nan4", + "wadegiles" : "mo² nan⁴", + "bopomofo" : "ㄇㄛˊ ㄋㄢˋ", + "romatzyh" : "mo nann" }, + "meanings" : [ "a torment", + "a trial", + "tribulation", + "a cross (to bear)", + "well-tried" ], + "classifiers" : [] } ] }, + { "simplified" : "磨损", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 13479, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "磨損", + "transcriptions" : { "pinyin" : "mó sǔn", + "numeric" : "mo2 sun3", + "wadegiles" : "mo² sun³", + "bopomofo" : "ㄇㄛˊ ㄙㄨㄣˇ", + "romatzyh" : "mo soen" }, + "meanings" : [ "to suffer wear and tear; to deteriorate through use; to wear out" ], + "classifiers" : [] } ] }, + { "simplified" : "蘑菇", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 8557, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蘑菇", + "transcriptions" : { "pinyin" : "mó gu", + "numeric" : "mo2 gu5", + "wadegiles" : "mo² gu", + "bopomofo" : "ㄇㄛˊ gu", + "romatzyh" : "mo gu" }, + "meanings" : [ "mushroom", + "to pester", + "to dawdle" ], + "classifiers" : [] } ] }, + { "simplified" : "魔鬼", + "radical" : "鬼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5671, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "魔鬼", + "transcriptions" : { "pinyin" : "mó guǐ", + "numeric" : "mo2 gui3", + "wadegiles" : "mo² kuei³", + "bopomofo" : "ㄇㄛˊ ㄍㄨㄟˇ", + "romatzyh" : "mo goei" }, + "meanings" : [ "devil" ], + "classifiers" : [] } ] }, + { "simplified" : "魔术", + "radical" : "鬼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6559, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "魔術", + "transcriptions" : { "pinyin" : "mó shù", + "numeric" : "mo2 shu4", + "wadegiles" : "mo² shu⁴", + "bopomofo" : "ㄇㄛˊ ㄕㄨˋ", + "romatzyh" : "mo shuh" }, + "meanings" : [ "magic" ], + "classifiers" : [] } ] }, + { "simplified" : "抹", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 4600, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "抹", + "transcriptions" : { "pinyin" : "mā", + "numeric" : "ma1", + "wadegiles" : "ma¹", + "bopomofo" : "ㄇㄚ", + "romatzyh" : "mha" }, + "meanings" : [ "to wipe" ], + "classifiers" : [] }, + { "traditional" : "抹", + "transcriptions" : { "pinyin" : "mǒ", + "numeric" : "mo3", + "wadegiles" : "mo³", + "bopomofo" : "ㄇㄛˇ", + "romatzyh" : "moo" }, + "meanings" : [ "to smear", + "to wipe", + "to erase", + "classifier for wisps of cloud, light-beams etc" ], + "classifiers" : [] }, + { "traditional" : "抹", + "transcriptions" : { "pinyin" : "mò", + "numeric" : "mo4", + "wadegiles" : "mo⁴", + "bopomofo" : "ㄇㄛˋ", + "romatzyh" : "moh" }, + "meanings" : [ "to plaster", + "to go around", + "to skirt" ], + "classifiers" : [] } ] }, + { "simplified" : "抹杀", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 23195, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抹殺", + "transcriptions" : { "pinyin" : "mǒ shā", + "numeric" : "mo3 sha1", + "wadegiles" : "mo³ sha¹", + "bopomofo" : "ㄇㄛˇ ㄕㄚ", + "romatzyh" : "moo sha" }, + "meanings" : [ "to erase", + "to cover traces", + "to obliterate evidence", + "to expunge", + "to blot out", + "to suppress" ], + "classifiers" : [] } ] }, + { "simplified" : "末", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 3736, + "pos" : [ "f", "g" ], + "forms" : [ { "traditional" : "末", + "transcriptions" : { "pinyin" : "mò", + "numeric" : "mo4", + "wadegiles" : "mo⁴", + "bopomofo" : "ㄇㄛˋ", + "romatzyh" : "moh" }, + "meanings" : [ "tip", + "end", + "final stage", + "latter part", + "inessential detail", + "powder", + "dust", + "opera role of old man" ], + "classifiers" : [] } ] }, + { "simplified" : "末日", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 8466, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "末日", + "transcriptions" : { "pinyin" : "Mò rì", + "numeric" : "Mo4 ri4", + "wadegiles" : "mo⁴ jih⁴", + "bopomofo" : "ㄇㄛˋ ㄖˋ", + "romatzyh" : "moh ryh" }, + "meanings" : [ "Judgment Day (in Christian eschatology)" ], + "classifiers" : [] }, + { "traditional" : "末日", + "transcriptions" : { "pinyin" : "mò rì", + "numeric" : "mo4 ri4", + "wadegiles" : "mo⁴ jih⁴", + "bopomofo" : "ㄇㄛˋ ㄖˋ", + "romatzyh" : "moh ryh" }, + "meanings" : [ "last day", + "end", + "final days", + "doomsday" ], + "classifiers" : [] } ] }, + { "simplified" : "陌生", + "radical" : "阝", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4488, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "陌生", + "transcriptions" : { "pinyin" : "mò shēng", + "numeric" : "mo4 sheng1", + "wadegiles" : "mo⁴ sheng¹", + "bopomofo" : "ㄇㄛˋ ㄕㄥ", + "romatzyh" : "moh sheng" }, + "meanings" : [ "strange", "unfamiliar" ], + "classifiers" : [] } ] }, + { "simplified" : "莫非", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 11365, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "莫非", + "transcriptions" : { "pinyin" : "mò fēi", + "numeric" : "mo4 fei1", + "wadegiles" : "mo⁴ fei¹", + "bopomofo" : "ㄇㄛˋ ㄈㄟ", + "romatzyh" : "moh fei" }, + "meanings" : [ "can it be possible that", + "could it be" ], + "classifiers" : [] } ] }, + { "simplified" : "莫过于", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 13810, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "莫過於", + "transcriptions" : { "pinyin" : "mò guò yú", + "numeric" : "mo4 guo4 yu2", + "wadegiles" : "mo⁴ kuo⁴ yü²", + "bopomofo" : "ㄇㄛˋ ㄍㄨㄛˋ ㄩˊ", + "romatzyh" : "moh guoh yu" }, + "meanings" : [ "nothing can surpass" ], + "classifiers" : [] } ] }, + { "simplified" : "莫名其妙", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7558, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "莫名其妙", + "transcriptions" : { "pinyin" : "mò míng qí miào", + "numeric" : "mo4 ming2 qi2 miao4", + "wadegiles" : "mo⁴ ming² ch'i² miao⁴", + "bopomofo" : "ㄇㄛˋ ㄇㄧㄥˊ ㄑㄧˊ ㄇㄧㄠˋ", + "romatzyh" : "moh ming chyi miaw" }, + "meanings" : [ "(idiom) baffling; bizarre; without rhyme or reason; inexplicable" ], + "classifiers" : [] } ] }, + { "simplified" : "漠然", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 37792, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "漠然", + "transcriptions" : { "pinyin" : "mò rán", + "numeric" : "mo4 ran2", + "wadegiles" : "mo⁴ jan²", + "bopomofo" : "ㄇㄛˋ ㄖㄢˊ", + "romatzyh" : "moh ran" }, + "meanings" : [ "indifferent", "apathetic", "cold" ], + "classifiers" : [] } ] }, + { "simplified" : "墨", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 7266, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "墨", + "transcriptions" : { "pinyin" : "Mò", + "numeric" : "Mo4", + "wadegiles" : "mo⁴", + "bopomofo" : "ㄇㄛˋ", + "romatzyh" : "moh" }, + "meanings" : [ "surname Mo", + "abbr. for 哥, Mexico" ], + "classifiers" : [] }, + { "traditional" : "墨", + "transcriptions" : { "pinyin" : "mò", + "numeric" : "mo4", + "wadegiles" : "mo⁴", + "bopomofo" : "ㄇㄛˋ", + "romatzyh" : "moh" }, + "meanings" : [ "ink stick", + "China ink", + "corporal punishment consisting of tattooing characters on the victim's forehead" ], + "classifiers" : [ "块" ] } ] }, + { "simplified" : "墨水", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 15475, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "墨水", + "transcriptions" : { "pinyin" : "mò shuǐ", + "numeric" : "mo4 shui3", + "wadegiles" : "mo⁴ shui³", + "bopomofo" : "ㄇㄛˋ ㄕㄨㄟˇ", + "romatzyh" : "moh shoei" }, + "meanings" : [ "ink" ], + "classifiers" : [ "瓶" ] } ] }, + { "simplified" : "墨水儿", + "radical" : "土", + "level" : [ "old-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "墨水兒", + "transcriptions" : { "pinyin" : "mò shuǐ r", + "numeric" : "mo4 shui3 r5", + "wadegiles" : "mo⁴ shui³ r", + "bopomofo" : "ㄇㄛˋ ㄕㄨㄟˇ r", + "romatzyh" : "moh shoei r" }, + "meanings" : [ "erhua variant of 水" ], + "classifiers" : [] } ] }, + { "simplified" : "默读", + "radical" : "黑", + "level" : [ "new-7+" ], + "frequency" : 77415, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "默讀", + "transcriptions" : { "pinyin" : "mò dú", + "numeric" : "mo4 du2", + "wadegiles" : "mo⁴ tu²", + "bopomofo" : "ㄇㄛˋ ㄉㄨˊ", + "romatzyh" : "moh dwu" }, + "meanings" : [ "to read in silence" ], + "classifiers" : [] } ] }, + { "simplified" : "默默", + "radical" : "黑", + "level" : [ "new-4", "old-6" ], + "frequency" : 7639, + "pos" : [ "d", "z" ], + "forms" : [ { "traditional" : "默默", + "transcriptions" : { "pinyin" : "mò mò", + "numeric" : "mo4 mo4", + "wadegiles" : "mo⁴ mo⁴", + "bopomofo" : "ㄇㄛˋ ㄇㄛˋ", + "romatzyh" : "moh moh" }, + "meanings" : [ "in silence; not speaking" ], + "classifiers" : [] } ] }, + { "simplified" : "默默无闻", + "radical" : "黑", + "level" : [ "new-7+" ], + "frequency" : 20335, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "默默無聞", + "transcriptions" : { "pinyin" : "mò mò wú wén", + "numeric" : "mo4 mo4 wu2 wen2", + "wadegiles" : "mo⁴ mo⁴ wu² wen²", + "bopomofo" : "ㄇㄛˋ ㄇㄛˋ ㄨˊ ㄨㄣˊ", + "romatzyh" : "moh moh wu wen" }, + "meanings" : [ "obscure and unknown (idiom); an outsider without any reputation", + "a nobody", + "an unknown quantity" ], + "classifiers" : [] } ] }, + { "simplified" : "默契", + "radical" : "黑", + "level" : [ "new-7+" ], + "frequency" : 7377, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "默契", + "transcriptions" : { "pinyin" : "mò qì", + "numeric" : "mo4 qi4", + "wadegiles" : "mo⁴ ch'i⁴", + "bopomofo" : "ㄇㄛˋ ㄑㄧˋ", + "romatzyh" : "moh chih" }, + "meanings" : [ "tacit understanding", + "mutual understanding", + "rapport", + "connected at a deep level with each other", + "(of team members) well coordinated", + "tight" ], + "classifiers" : [] } ] }, + { "simplified" : "谋害", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 31751, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "謀害", + "transcriptions" : { "pinyin" : "móu hài", + "numeric" : "mou2 hai4", + "wadegiles" : "mou² hai⁴", + "bopomofo" : "ㄇㄡˊ ㄏㄞˋ", + "romatzyh" : "mou hay" }, + "meanings" : [ "to conspire to murder", + "to plot against sb's life" ], + "classifiers" : [] } ] }, + { "simplified" : "谋求", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20764, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "謀求", + "transcriptions" : { "pinyin" : "móu qiú", + "numeric" : "mou2 qiu2", + "wadegiles" : "mou² ch'iu²", + "bopomofo" : "ㄇㄡˊ ㄑㄧㄡˊ", + "romatzyh" : "mou chyou" }, + "meanings" : [ "to seek; to strive for" ], + "classifiers" : [] } ] }, + { "simplified" : "谋生", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 13978, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "謀生", + "transcriptions" : { "pinyin" : "móu shēng", + "numeric" : "mou2 sheng1", + "wadegiles" : "mou² sheng¹", + "bopomofo" : "ㄇㄡˊ ㄕㄥ", + "romatzyh" : "mou sheng" }, + "meanings" : [ "to seek one's livelihood", + "to work to support oneself", + "to earn a living" ], + "classifiers" : [] } ] }, + { "simplified" : "某", + "radical" : "木", + "level" : [ "new-3", "old-5" ], + "frequency" : 913, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "某", + "transcriptions" : { "pinyin" : "mǒu", + "numeric" : "mou3", + "wadegiles" : "mou³", + "bopomofo" : "ㄇㄡˇ", + "romatzyh" : "moou" }, + "meanings" : [ "some", + "a certain", + "sb or sth indefinite", + "such-and-such" ], + "classifiers" : [] } ] }, + { "simplified" : "母", + "radical" : "母", + "level" : [ "new-6" ], + "frequency" : 2351, + "pos" : [ "b", "g" ], + "forms" : [ { "traditional" : "母", + "transcriptions" : { "pinyin" : "mǔ", + "numeric" : "mu3", + "wadegiles" : "mu³", + "bopomofo" : "ㄇㄨˇ", + "romatzyh" : "muu" }, + "meanings" : [ "mother", + "elderly female relative", + "origin", + "source", + "(of animals) female" ], + "classifiers" : [] } ] }, + { "simplified" : "母鸡", + "radical" : "母", + "level" : [ "new-6" ], + "frequency" : 16985, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "母雞", + "transcriptions" : { "pinyin" : "mǔ jī", + "numeric" : "mu3 ji1", + "wadegiles" : "mu³ chi¹", + "bopomofo" : "ㄇㄨˇ ㄐㄧ", + "romatzyh" : "muu ji" }, + "meanings" : [ "hen", + "don't know (humorous slang mimicking Cantonese 唔知, Jyutping: m4 zi1)" ], + "classifiers" : [] } ] }, + { "simplified" : "母女", + "radical" : "母", + "level" : [ "new-6" ], + "frequency" : 12255, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "母女", + "transcriptions" : { "pinyin" : "mǔ nu:3", + "numeric" : "mu3 nü3", + "wadegiles" : "mu³ nu:3", + "bopomofo" : "ㄇㄨˇ nu:3", + "romatzyh" : "muu nu:3" }, + "meanings" : [ "mother and daughter", + "mother-daughter" ], + "classifiers" : [] } ] }, + { "simplified" : "母亲", + "radical" : "母", + "level" : [ "new-3", "old-4" ], + "frequency" : 983, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "母親", + "transcriptions" : { "pinyin" : "mǔ qīn", + "numeric" : "mu3 qin1", + "wadegiles" : "mu³ ch'in¹", + "bopomofo" : "ㄇㄨˇ ㄑㄧㄣ", + "romatzyh" : "muu chin" }, + "meanings" : [ "mother", "also pr. [mǔ qin]" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "母语", + "radical" : "母", + "level" : [ "old-6" ], + "frequency" : 22744, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "母語", + "transcriptions" : { "pinyin" : "mǔ yǔ", + "numeric" : "mu3 yu3", + "wadegiles" : "mu³ yü³", + "bopomofo" : "ㄇㄨˇ ㄩˇ", + "romatzyh" : "muu yeu" }, + "meanings" : [ "native language", + "mother tongue", + "(linguistics) parent language" ], + "classifiers" : [] } ] }, + { "simplified" : "母子", + "radical" : "母", + "level" : [ "new-6" ], + "frequency" : 13327, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "母子", + "transcriptions" : { "pinyin" : "mǔ zǐ", + "numeric" : "mu3 zi3", + "wadegiles" : "mu³ tzu³", + "bopomofo" : "ㄇㄨˇ ㄗˇ", + "romatzyh" : "muu tzyy" }, + "meanings" : [ "mother and child", + "parent and subsidiary (companies)", + "principal and interest" ], + "classifiers" : [] } ] }, + { "simplified" : "亩", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 9626, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "畂", + "transcriptions" : { "pinyin" : "mǔ", + "numeric" : "mu3", + "wadegiles" : "mu³", + "bopomofo" : "ㄇㄨˇ", + "romatzyh" : "muu" }, + "meanings" : [ "old variant of 亩" ], + "classifiers" : [] }, + { "traditional" : "畆", + "transcriptions" : { "pinyin" : "mǔ", + "numeric" : "mu3", + "wadegiles" : "mu³", + "bopomofo" : "ㄇㄨˇ", + "romatzyh" : "muu" }, + "meanings" : [ "old variant of 亩" ], + "classifiers" : [] }, + { "traditional" : "畝", + "transcriptions" : { "pinyin" : "mǔ", + "numeric" : "mu3", + "wadegiles" : "mu³", + "bopomofo" : "ㄇㄨˇ", + "romatzyh" : "muu" }, + "meanings" : [ "classifier for fields", + "unit of area equal to one fifteenth of a hectare" ], + "classifiers" : [] }, + { "traditional" : "畮", + "transcriptions" : { "pinyin" : "mǔ", + "numeric" : "mu3", + "wadegiles" : "mu³", + "bopomofo" : "ㄇㄨˇ", + "romatzyh" : "muu" }, + "meanings" : [ "old variant of 亩" ], + "classifiers" : [] } ] }, + { "simplified" : "牡丹", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 19467, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牡丹", + "transcriptions" : { "pinyin" : "Mǔ dan", + "numeric" : "Mu3 dan5", + "wadegiles" : "mu³ dan", + "bopomofo" : "ㄇㄨˇ dan", + "romatzyh" : "muu dan" }, + "meanings" : [ "Mudan District of Heze City 菏泽市, Shandong", + "Mutan township in Pingtung County 屏东县, Taiwan" ], + "classifiers" : [] }, + { "traditional" : "牡丹", + "transcriptions" : { "pinyin" : "mǔ dan", + "numeric" : "mu3 dan5", + "wadegiles" : "mu³ dan", + "bopomofo" : "ㄇㄨˇ dan", + "romatzyh" : "muu dan" }, + "meanings" : [ "tree peony (Paeonia suffruticosa)" ], + "classifiers" : [] } ] }, + { "simplified" : "木板", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 11542, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "木板", + "transcriptions" : { "pinyin" : "mù bǎn", + "numeric" : "mu4 ban3", + "wadegiles" : "mu⁴ pan³", + "bopomofo" : "ㄇㄨˋ ㄅㄢˇ", + "romatzyh" : "muh baan" }, + "meanings" : [ "slab", "board", "plank" ], + "classifiers" : [ "张", "块" ] } ] }, + { "simplified" : "木材", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 10374, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "木材", + "transcriptions" : { "pinyin" : "mù cái", + "numeric" : "mu4 cai2", + "wadegiles" : "mu⁴ ts'ai²", + "bopomofo" : "ㄇㄨˋ ㄘㄞˊ", + "romatzyh" : "muh tsair" }, + "meanings" : [ "wood" ], + "classifiers" : [] } ] }, + { "simplified" : "木匠", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 21260, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "木匠", + "transcriptions" : { "pinyin" : "mù jiàng", + "numeric" : "mu4 jiang4", + "wadegiles" : "mu⁴ chiang⁴", + "bopomofo" : "ㄇㄨˋ ㄐㄧㄤˋ", + "romatzyh" : "muh jianq" }, + "meanings" : [ "carpenter" ], + "classifiers" : [] } ] }, + { "simplified" : "木偶", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 13694, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "木偶", + "transcriptions" : { "pinyin" : "mù ǒu", + "numeric" : "mu4 ou3", + "wadegiles" : "mu⁴ ou³", + "bopomofo" : "ㄇㄨˋ ㄡˇ", + "romatzyh" : "muh oou" }, + "meanings" : [ "puppet" ], + "classifiers" : [] } ] }, + { "simplified" : "木头", + "radical" : "木", + "level" : [ "new-3", "old-5" ], + "frequency" : 8812, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "木頭", + "transcriptions" : { "pinyin" : "mù tou", + "numeric" : "mu4 tou5", + "wadegiles" : "mu⁴ tou", + "bopomofo" : "ㄇㄨˋ tou", + "romatzyh" : "muh tou" }, + "meanings" : [ "slow-witted", + "blockhead", + "log (of wood, timber etc)" ], + "classifiers" : [ "块", "根" ] } ] }, + { "simplified" : "目标", + "radical" : "目", + "level" : [ "new-3", "old-5" ], + "frequency" : 657, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "目標", + "transcriptions" : { "pinyin" : "mù biāo", + "numeric" : "mu4 biao1", + "wadegiles" : "mu⁴ piao¹", + "bopomofo" : "ㄇㄨˋ ㄅㄧㄠ", + "romatzyh" : "muh biau" }, + "meanings" : [ "target", "goal", "objective" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "目不转睛", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 27819, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "目不轉睛", + "transcriptions" : { "pinyin" : "mù bù zhuǎn jīng", + "numeric" : "mu4 bu4 zhuan3 jing1", + "wadegiles" : "mu⁴ pu⁴ chuan³ ching¹", + "bopomofo" : "ㄇㄨˋ ㄅㄨˋ ㄓㄨㄢˇ ㄐㄧㄥ", + "romatzyh" : "muh buh joan jing" }, + "meanings" : [ "unable to take one's eyes off (idiom); to gaze steadily", + "to stare" ], + "classifiers" : [] } ] }, + { "simplified" : "目的", + "radical" : "目", + "level" : [ "new-2", "old-4" ], + "frequency" : 1260, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "目的", + "transcriptions" : { "pinyin" : "mù dì", + "numeric" : "mu4 di4", + "wadegiles" : "mu⁴ ti⁴", + "bopomofo" : "ㄇㄨˋ ㄉㄧˋ", + "romatzyh" : "muh dih" }, + "meanings" : [ "purpose; aim; goal; target; objective" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "目的地", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 7131, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "目的地", + "transcriptions" : { "pinyin" : "mù dì dì", + "numeric" : "mu4 di4 di4", + "wadegiles" : "mu⁴ ti⁴ ti⁴", + "bopomofo" : "ㄇㄨˋ ㄉㄧˋ ㄉㄧˋ", + "romatzyh" : "muh dih dih" }, + "meanings" : [ "destination (location)" ], + "classifiers" : [] } ] }, + { "simplified" : "目瞪口呆", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 19310, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "目瞪口呆", + "transcriptions" : { "pinyin" : "mù dèng kǒu dāi", + "numeric" : "mu4 deng4 kou3 dai1", + "wadegiles" : "mu⁴ teng⁴ k'ou³ tai¹", + "bopomofo" : "ㄇㄨˋ ㄉㄥˋ ㄎㄡˇ ㄉㄞ", + "romatzyh" : "muh denq koou dai" }, + "meanings" : [ "dumbstruck (idiom); stupefied", + "stunned" ], + "classifiers" : [] } ] }, + { "simplified" : "目睹", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7713, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "目睹", + "transcriptions" : { "pinyin" : "mù dǔ", + "numeric" : "mu4 du3", + "wadegiles" : "mu⁴ tu³", + "bopomofo" : "ㄇㄨˋ ㄉㄨˇ", + "romatzyh" : "muh duu" }, + "meanings" : [ "to witness", + "to see at first hand", + "to see with one's own eyes" ], + "classifiers" : [] } ] }, + { "simplified" : "目光", + "radical" : "目", + "level" : [ "new-5", "old-6" ], + "frequency" : 4325, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "目光", + "transcriptions" : { "pinyin" : "mù guāng", + "numeric" : "mu4 guang1", + "wadegiles" : "mu⁴ kuang¹", + "bopomofo" : "ㄇㄨˋ ㄍㄨㄤ", + "romatzyh" : "muh guang" }, + "meanings" : [ "gaze; (fig.) attention", + "expression in one's eyes; look", + "(lit. and fig.) sight; vision" ], + "classifiers" : [] } ] }, + { "simplified" : "目录", + "radical" : "目", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7441, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "目錄", + "transcriptions" : { "pinyin" : "mù lù", + "numeric" : "mu4 lu4", + "wadegiles" : "mu⁴ lu⁴", + "bopomofo" : "ㄇㄨˋ ㄌㄨˋ", + "romatzyh" : "muh luh" }, + "meanings" : [ "catalog", + "table of contents", + "directory (on computer hard drive)", + "list", + "contents" ], + "classifiers" : [] } ] }, + { "simplified" : "目前", + "radical" : "目", + "level" : [ "new-3", "old-5" ], + "frequency" : 603, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "目前", + "transcriptions" : { "pinyin" : "mù qián", + "numeric" : "mu4 qian2", + "wadegiles" : "mu⁴ ch'ien²", + "bopomofo" : "ㄇㄨˋ ㄑㄧㄢˊ", + "romatzyh" : "muh chyan" }, + "meanings" : [ "at the present time", "currently" ], + "classifiers" : [] } ] }, + { "simplified" : "目中无人", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 32144, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "目中無人", + "transcriptions" : { "pinyin" : "mù zhōng wú rén", + "numeric" : "mu4 zhong1 wu2 ren2", + "wadegiles" : "mu⁴ chung¹ wu² jen²", + "bopomofo" : "ㄇㄨˋ ㄓㄨㄥ ㄨˊ ㄖㄣˊ", + "romatzyh" : "muh jong wu ren" }, + "meanings" : [ "to consider everyone else beneath one (idiom); so arrogant that no-one else matters", + "condescending", + "to go about with one's nose in the air" ], + "classifiers" : [] } ] }, + { "simplified" : "沐浴", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 10793, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "沐浴", + "transcriptions" : { "pinyin" : "mù yù", + "numeric" : "mu4 yu4", + "wadegiles" : "mu⁴ yü⁴", + "bopomofo" : "ㄇㄨˋ ㄩˋ", + "romatzyh" : "muh yuh" }, + "meanings" : [ "to take a bath", + "to bathe", + "to immerse" ], + "classifiers" : [] } ] }, + { "simplified" : "沐浴露", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "沐浴露", + "transcriptions" : { "pinyin" : "mù yù lù", + "numeric" : "mu4 yu4 lu4", + "wadegiles" : "mu⁴ yü⁴ lu⁴", + "bopomofo" : "ㄇㄨˋ ㄩˋ ㄌㄨˋ", + "romatzyh" : "muh yuh luh" }, + "meanings" : [ "shower gel" ], + "classifiers" : [] } ] }, + { "simplified" : "牧场", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 13472, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牧場", + "transcriptions" : { "pinyin" : "mù chǎng", + "numeric" : "mu4 chang3", + "wadegiles" : "mu⁴ ch'ang³", + "bopomofo" : "ㄇㄨˋ ㄔㄤˇ", + "romatzyh" : "muh chaang" }, + "meanings" : [ "pasture", "grazing land", "ranch" ], + "classifiers" : [] } ] }, + { "simplified" : "牧民", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 29102, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牧民", + "transcriptions" : { "pinyin" : "mù mín", + "numeric" : "mu4 min2", + "wadegiles" : "mu⁴ min²", + "bopomofo" : "ㄇㄨˋ ㄇㄧㄣˊ", + "romatzyh" : "muh min" }, + "meanings" : [ "herdsman" ], + "classifiers" : [] } ] }, + { "simplified" : "募捐", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 11761, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "募捐", + "transcriptions" : { "pinyin" : "mù juān", + "numeric" : "mu4 juan1", + "wadegiles" : "mu⁴ chüan¹", + "bopomofo" : "ㄇㄨˋ ㄐㄩㄢ", + "romatzyh" : "muh jiuan" }, + "meanings" : [ "to solicit contributions; to collect donations" ], + "classifiers" : [] } ] }, + { "simplified" : "墓", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 6465, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "墓", + "transcriptions" : { "pinyin" : "mù", + "numeric" : "mu4", + "wadegiles" : "mu⁴", + "bopomofo" : "ㄇㄨˋ", + "romatzyh" : "muh" }, + "meanings" : [ "grave", "tomb", "mausoleum" ], + "classifiers" : [] } ] }, + { "simplified" : "墓碑", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 17027, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "墓碑", + "transcriptions" : { "pinyin" : "mù bēi", + "numeric" : "mu4 bei1", + "wadegiles" : "mu⁴ pei¹", + "bopomofo" : "ㄇㄨˋ ㄅㄟ", + "romatzyh" : "muh bei" }, + "meanings" : [ "gravestone", "tombstone" ], + "classifiers" : [] } ] }, + { "simplified" : "墓地", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 10470, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "墓地", + "transcriptions" : { "pinyin" : "mù dì", + "numeric" : "mu4 di4", + "wadegiles" : "mu⁴ ti⁴", + "bopomofo" : "ㄇㄨˋ ㄉㄧˋ", + "romatzyh" : "muh dih" }, + "meanings" : [ "cemetery", "graveyard" ], + "classifiers" : [] } ] }, + { "simplified" : "幕", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 3319, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "幕", + "transcriptions" : { "pinyin" : "mù", + "numeric" : "mu4", + "wadegiles" : "mu⁴", + "bopomofo" : "ㄇㄨˋ", + "romatzyh" : "muh" }, + "meanings" : [ "curtain or screen", + "canopy or tent", + "headquarters of a general", + "act (of a play)" ], + "classifiers" : [] }, + { "traditional" : "幙", + "transcriptions" : { "pinyin" : "mù", + "numeric" : "mu4", + "wadegiles" : "mu⁴", + "bopomofo" : "ㄇㄨˋ", + "romatzyh" : "muh" }, + "meanings" : [ "old variant of 幕", + "curtain", + "screen" ], + "classifiers" : [] } ] }, + { "simplified" : "幕后", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 6794, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "幕後", + "transcriptions" : { "pinyin" : "mù hòu", + "numeric" : "mu4 hou4", + "wadegiles" : "mu⁴ hou⁴", + "bopomofo" : "ㄇㄨˋ ㄏㄡˋ", + "romatzyh" : "muh how" }, + "meanings" : [ "behind the scenes" ], + "classifiers" : [] } ] }, + { "simplified" : "穆斯林", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 8893, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "穆斯林", + "transcriptions" : { "pinyin" : "Mù sī lín", + "numeric" : "Mu4 si1 lin2", + "wadegiles" : "mu⁴ ssu¹ lin²", + "bopomofo" : "ㄇㄨˋ ㄙ ㄌㄧㄣˊ", + "romatzyh" : "muh sy lin" }, + "meanings" : [ "Muslim" ], + "classifiers" : [] } ] }, + { "simplified" : "嗯", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 1390, + "pos" : [ "e" ], + "forms" : [ { "traditional" : "嗯", + "transcriptions" : { "pinyin" : "ēn", + "numeric" : "en1", + "wadegiles" : "en¹", + "bopomofo" : "ㄣ", + "romatzyh" : "en" }, + "meanings" : [ "(a groaning sound)" ], + "classifiers" : [] }, + { "traditional" : "嗯", + "transcriptions" : { "pinyin" : "èn", + "numeric" : "en4", + "wadegiles" : "en⁴", + "bopomofo" : "ㄣˋ", + "romatzyh" : "enn" }, + "meanings" : [ "(nonverbal grunt as interjection)", + "OK, yeah", + "what?" ], + "classifiers" : [] }, + { "traditional" : "嗯", + "transcriptions" : { "pinyin" : "en", + "numeric" : "en5", + "wadegiles" : "en", + "bopomofo" : "en", + "romatzyh" : "en" }, + "meanings" : [ "interjection indicating approval, appreciation or agreement" ], + "classifiers" : [] } ] }, + { "simplified" : "拿", + "radical" : "手", + "level" : [ "new-1", "old-3" ], + "frequency" : 287, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "㧱", + "transcriptions" : { "pinyin" : "ná", + "numeric" : "na2", + "wadegiles" : "na²", + "bopomofo" : "ㄋㄚˊ", + "romatzyh" : "na" }, + "meanings" : [ "old variant of 拿" ], + "classifiers" : [] }, + { "traditional" : "拏", + "transcriptions" : { "pinyin" : "ná", + "numeric" : "na2", + "wadegiles" : "na²", + "bopomofo" : "ㄋㄚˊ", + "romatzyh" : "na" }, + "meanings" : [ "variant of 拿" ], + "classifiers" : [] }, + { "traditional" : "拿", + "transcriptions" : { "pinyin" : "ná", + "numeric" : "na2", + "wadegiles" : "na²", + "bopomofo" : "ㄋㄚˊ", + "romatzyh" : "na" }, + "meanings" : [ "to hold", + "to seize", + "to catch", + "to apprehend", + "to take", + "(used in the same way as 把: to mark the following noun as a direct object)" ], + "classifiers" : [] } ] }, + { "simplified" : "拿出", + "radical" : "手", + "level" : [ "new-2" ], + "frequency" : 14568, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拿出", + "transcriptions" : { "pinyin" : "ná chū", + "numeric" : "na2 chu1", + "wadegiles" : "na² ch'u¹", + "bopomofo" : "ㄋㄚˊ ㄔㄨ", + "romatzyh" : "na chu" }, + "meanings" : [ "to take out", + "to put out", + "to provide", + "to put forward (a proposal)", + "to come up with (evidence)" ], + "classifiers" : [] } ] }, + { "simplified" : "拿到", + "radical" : "手", + "level" : [ "new-2" ], + "frequency" : 4622, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拿到", + "transcriptions" : { "pinyin" : "ná dào", + "numeric" : "na2 dao4", + "wadegiles" : "na² tao⁴", + "bopomofo" : "ㄋㄚˊ ㄉㄠˋ", + "romatzyh" : "na daw" }, + "meanings" : [ "to get", "to obtain" ], + "classifiers" : [] } ] }, + { "simplified" : "拿手", + "radical" : "手", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11750, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "拿手", + "transcriptions" : { "pinyin" : "ná shǒu", + "numeric" : "na2 shou3", + "wadegiles" : "na² shou³", + "bopomofo" : "ㄋㄚˊ ㄕㄡˇ", + "romatzyh" : "na shoou" }, + "meanings" : [ "expert in", "good at" ], + "classifiers" : [] } ] }, + { "simplified" : "拿走", + "radical" : "手", + "level" : [ "new-6" ], + "frequency" : 6449, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拿走", + "transcriptions" : { "pinyin" : "ná zǒu", + "numeric" : "na2 zou3", + "wadegiles" : "na² tsou³", + "bopomofo" : "ㄋㄚˊ ㄗㄡˇ", + "romatzyh" : "na tzoou" }, + "meanings" : [ "to take away" ], + "classifiers" : [] } ] }, + { "simplified" : "哪", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 547, + "pos" : [ "r", "y" ], + "forms" : [ { "traditional" : "哪", + "transcriptions" : { "pinyin" : "nǎ", + "numeric" : "na3", + "wadegiles" : "na³", + "bopomofo" : "ㄋㄚˇ", + "romatzyh" : "naa" }, + "meanings" : [ "how", "which" ], + "classifiers" : [] }, + { "traditional" : "哪", + "transcriptions" : { "pinyin" : "na", + "numeric" : "na5", + "wadegiles" : "na", + "bopomofo" : "na", + "romatzyh" : "na" }, + "meanings" : [ "(emphatic sentence-final particle, used instead of 啊 after a word ending in \"n\")" ], + "classifiers" : [] }, + { "traditional" : "哪", + "transcriptions" : { "pinyin" : "né", + "numeric" : "ne2", + "wadegiles" : "ne²", + "bopomofo" : "ㄋㄜˊ", + "romatzyh" : "ne" }, + "meanings" : [ "used in 吒", "Taiwan pr. [nuó]" ], + "classifiers" : [] }, + { "traditional" : "哪", + "transcriptions" : { "pinyin" : "něi", + "numeric" : "nei3", + "wadegiles" : "nei³", + "bopomofo" : "ㄋㄟˇ", + "romatzyh" : "neei" }, + "meanings" : [ "which? (interrogative, followed by classifier or numeral-classifier)" ], + "classifiers" : [] } ] }, + { "simplified" : "哪儿", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 2534, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "哪兒", + "transcriptions" : { "pinyin" : "nǎ r", + "numeric" : "na3 r5", + "wadegiles" : "na³ r", + "bopomofo" : "ㄋㄚˇ r", + "romatzyh" : "naa r" }, + "meanings" : [ "where?", + "wherever; anywhere; somewhere", + "(used in rhetorical questions) how can ...?; how could ...?" ], + "classifiers" : [] } ] }, + { "simplified" : "哪里", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 750, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "哪裏", + "transcriptions" : { "pinyin" : "nǎ lǐ", + "numeric" : "na3 li3", + "wadegiles" : "na³ li³", + "bopomofo" : "ㄋㄚˇ ㄌㄧˇ", + "romatzyh" : "naa lii" }, + "meanings" : [ "where?", + "somewhere", + "anywhere", + "wherever", + "nowhere (negative answer to question)", + "humble expression denying compliment", + "also written 哪里" ], + "classifiers" : [] }, + { "traditional" : "哪裡", + "transcriptions" : { "pinyin" : "nǎ lǐ", + "numeric" : "na3 li3", + "wadegiles" : "na³ li³", + "bopomofo" : "ㄋㄚˇ ㄌㄧˇ", + "romatzyh" : "naa lii" }, + "meanings" : [ "where?", + "somewhere", + "anywhere", + "wherever", + "nowhere (negative answer to question)", + "humble expression denying compliment" ], + "classifiers" : [] } ] }, + { "simplified" : "哪怕", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 4106, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "哪怕", + "transcriptions" : { "pinyin" : "nǎ pà", + "numeric" : "na3 pa4", + "wadegiles" : "na³ p'a⁴", + "bopomofo" : "ㄋㄚˇ ㄆㄚˋ", + "romatzyh" : "naa pah" }, + "meanings" : [ "even", + "even if", + "even though", + "no matter how" ], + "classifiers" : [] } ] }, + { "simplified" : "哪些", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 3741, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "哪些", + "transcriptions" : { "pinyin" : "nǎ xiē", + "numeric" : "na3 xie1", + "wadegiles" : "na³ hsieh¹", + "bopomofo" : "ㄋㄚˇ ㄒㄧㄝ", + "romatzyh" : "naa shie" }, + "meanings" : [ "which ones?", "who?", "what?" ], + "classifiers" : [] } ] }, + { "simplified" : "哪知道", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "哪知道", + "transcriptions" : { "pinyin" : "nǎ zhī dào", + "numeric" : "na3 zhi1 dao4", + "wadegiles" : "na³ chih¹ tao⁴", + "bopomofo" : "ㄋㄚˇ ㄓ ㄉㄠˋ", + "romatzyh" : "naa jy daw" }, + "meanings" : [ "who would have thought that ...?" ], + "classifiers" : [] } ] }, + { "simplified" : "那", + "radical" : "阝", + "level" : [ "new-1", "old-1" ], + "frequency" : 48, + "pos" : [ "r", "c" ], + "forms" : [ { "traditional" : "那", + "transcriptions" : { "pinyin" : "Nā", + "numeric" : "Na1", + "wadegiles" : "na¹", + "bopomofo" : "ㄋㄚ", + "romatzyh" : "nha" }, + "meanings" : [ "surname Na" ], + "classifiers" : [] }, + { "traditional" : "那", + "transcriptions" : { "pinyin" : "Nuó", + "numeric" : "Nuo2", + "wadegiles" : "no²", + "bopomofo" : "ㄋㄨㄛˊ", + "romatzyh" : "nuo" }, + "meanings" : [ "surname Nuo" ], + "classifiers" : [] }, + { "traditional" : "那", + "transcriptions" : { "pinyin" : "nǎ", + "numeric" : "na3", + "wadegiles" : "na³", + "bopomofo" : "ㄋㄚˇ", + "romatzyh" : "naa" }, + "meanings" : [ "variant of 哪" ], + "classifiers" : [] }, + { "traditional" : "那", + "transcriptions" : { "pinyin" : "nà", + "numeric" : "na4", + "wadegiles" : "na⁴", + "bopomofo" : "ㄋㄚˋ", + "romatzyh" : "nah" }, + "meanings" : [ "(specifier) that; the; those (colloquial pr. [nèi])", + "(pronoun) that (referring to persons, things or situations)", + "then (in that case)" ], + "classifiers" : [] }, + { "traditional" : "那", + "transcriptions" : { "pinyin" : "nuó", + "numeric" : "nuo2", + "wadegiles" : "no²", + "bopomofo" : "ㄋㄨㄛˊ", + "romatzyh" : "nuo" }, + "meanings" : [ "(archaic) many", + "beautiful", + "how", + "old variant of 挪" ], + "classifiers" : [] } ] }, + { "simplified" : "那边", + "radical" : "阝", + "level" : [ "new-1" ], + "frequency" : 2415, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "那邊", + "transcriptions" : { "pinyin" : "nà bian", + "numeric" : "na4 bian5", + "wadegiles" : "na⁴ bian", + "bopomofo" : "ㄋㄚˋ bian", + "romatzyh" : "nah bian" }, + "meanings" : [ "over there", "yonder" ], + "classifiers" : [] } ] }, + { "simplified" : "那儿", + "radical" : "阝", + "level" : [ "new-1" ], + "frequency" : 3421, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "那兒", + "transcriptions" : { "pinyin" : "nà r", + "numeric" : "na4 r5", + "wadegiles" : "na⁴ r", + "bopomofo" : "ㄋㄚˋ r", + "romatzyh" : "nah r" }, + "meanings" : [ "there" ], + "classifiers" : [] } ] }, + { "simplified" : "那会儿", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 15502, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "那會兒", + "transcriptions" : { "pinyin" : "nà huì r", + "numeric" : "na4 hui4 r5", + "wadegiles" : "na⁴ hui⁴ r", + "bopomofo" : "ㄋㄚˋ ㄏㄨㄟˋ r", + "romatzyh" : "nah huey r" }, + "meanings" : [ "at that time (in the past or the future)", + "also pr. [nèi huì r]" ], + "classifiers" : [] } ] }, + { "simplified" : "那里", + "radical" : "阝", + "level" : [ "new-1" ], + "frequency" : 770, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "那裏", + "transcriptions" : { "pinyin" : "nà li", + "numeric" : "na4 li5", + "wadegiles" : "na⁴ li", + "bopomofo" : "ㄋㄚˋ li", + "romatzyh" : "nah li" }, + "meanings" : [ "there; that place" ], + "classifiers" : [] }, + { "traditional" : "那裡", + "transcriptions" : { "pinyin" : "nà li", + "numeric" : "na4 li5", + "wadegiles" : "na⁴ li", + "bopomofo" : "ㄋㄚˋ li", + "romatzyh" : "nah li" }, + "meanings" : [ "there; that place" ], + "classifiers" : [] } ] }, + { "simplified" : "那么", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 164, + "pos" : [ "r", "c" ], + "forms" : [ { "traditional" : "那麼", + "transcriptions" : { "pinyin" : "nà me", + "numeric" : "na4 me5", + "wadegiles" : "na⁴ me", + "bopomofo" : "ㄋㄚˋ me", + "romatzyh" : "nah me" }, + "meanings" : [ "like that", + "in that way", + "or so", + "so", + "so very much", + "about", + "in that case" ], + "classifiers" : [] } ] }, + { "simplified" : "那时", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 1980, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "那時", + "transcriptions" : { "pinyin" : "nà shí", + "numeric" : "na4 shi2", + "wadegiles" : "na⁴ shih²", + "bopomofo" : "ㄋㄚˋ ㄕˊ", + "romatzyh" : "nah shyr" }, + "meanings" : [ "then", + "at that time", + "in those days" ], + "classifiers" : [] } ] }, + { "simplified" : "那时候", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "那時候", + "transcriptions" : { "pinyin" : "nà shí hou", + "numeric" : "na4 shi2 hou5", + "wadegiles" : "na⁴ shih² hou", + "bopomofo" : "ㄋㄚˋ ㄕˊ hou", + "romatzyh" : "nah shyr hou" }, + "meanings" : [ "at that time" ], + "classifiers" : [] } ] }, + { "simplified" : "那些", + "radical" : "阝", + "level" : [ "new-1" ], + "frequency" : 326, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "那些", + "transcriptions" : { "pinyin" : "nà xiē", + "numeric" : "na4 xie1", + "wadegiles" : "na⁴ hsieh¹", + "bopomofo" : "ㄋㄚˋ ㄒㄧㄝ", + "romatzyh" : "nah shie" }, + "meanings" : [ "those" ], + "classifiers" : [] } ] }, + { "simplified" : "那样", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 756, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "那樣", + "transcriptions" : { "pinyin" : "nà yàng", + "numeric" : "na4 yang4", + "wadegiles" : "na⁴ yang⁴", + "bopomofo" : "ㄋㄚˋ ㄧㄤˋ", + "romatzyh" : "nah yanq" }, + "meanings" : [ "that kind", "that sort" ], + "classifiers" : [] } ] }, + { "simplified" : "纳闷儿", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 77711, + "pos" : [], + "forms" : [ { "traditional" : "納悶兒", + "transcriptions" : { "pinyin" : "nà mèn r", + "numeric" : "na4 men4 r5", + "wadegiles" : "na⁴ men⁴ r", + "bopomofo" : "ㄋㄚˋ ㄇㄣˋ r", + "romatzyh" : "nah menn r" }, + "meanings" : [ "erhua variant of 纳闷" ], + "classifiers" : [] } ] }, + { "simplified" : "纳入", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 10921, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "納入", + "transcriptions" : { "pinyin" : "nà rù", + "numeric" : "na4 ru4", + "wadegiles" : "na⁴ ju⁴", + "bopomofo" : "ㄋㄚˋ ㄖㄨˋ", + "romatzyh" : "nah ruh" }, + "meanings" : [ "to bring into", + "to channel into", + "to integrate into", + "to incorporate" ], + "classifiers" : [] } ] }, + { "simplified" : "纳税", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 10358, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "納稅", + "transcriptions" : { "pinyin" : "nà shuì", + "numeric" : "na4 shui4", + "wadegiles" : "na⁴ shui⁴", + "bopomofo" : "ㄋㄚˋ ㄕㄨㄟˋ", + "romatzyh" : "nah shuey" }, + "meanings" : [ "to pay taxes" ], + "classifiers" : [] } ] }, + { "simplified" : "纳税人", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 10351, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "納稅人", + "transcriptions" : { "pinyin" : "nà shuì rén", + "numeric" : "na4 shui4 ren2", + "wadegiles" : "na⁴ shui⁴ jen²", + "bopomofo" : "ㄋㄚˋ ㄕㄨㄟˋ ㄖㄣˊ", + "romatzyh" : "nah shuey ren" }, + "meanings" : [ "taxpayer" ], + "classifiers" : [] } ] }, + { "simplified" : "乃", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 5811, + "pos" : [ "v", "c" ], + "forms" : [ { "traditional" : "乃", + "transcriptions" : { "pinyin" : "nǎi", + "numeric" : "nai3", + "wadegiles" : "nai³", + "bopomofo" : "ㄋㄞˇ", + "romatzyh" : "nae" }, + "meanings" : [ "to be", + "thus", + "so", + "therefore", + "then", + "only", + "thereupon" ], + "classifiers" : [] }, + { "traditional" : "廼", + "transcriptions" : { "pinyin" : "nǎi", + "numeric" : "nai3", + "wadegiles" : "nai³", + "bopomofo" : "ㄋㄞˇ", + "romatzyh" : "nae" }, + "meanings" : [ "variant of 乃" ], + "classifiers" : [] } ] }, + { "simplified" : "乃至", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 15251, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "乃至", + "transcriptions" : { "pinyin" : "nǎi zhì", + "numeric" : "nai3 zhi4", + "wadegiles" : "nai³ chih⁴", + "bopomofo" : "ㄋㄞˇ ㄓˋ", + "romatzyh" : "nae jyh" }, + "meanings" : [ "and even", "to go so far as to" ], + "classifiers" : [] } ] }, + { "simplified" : "奶", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 2758, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "奶", + "transcriptions" : { "pinyin" : "nǎi", + "numeric" : "nai3", + "wadegiles" : "nai³", + "bopomofo" : "ㄋㄞˇ", + "romatzyh" : "nae" }, + "meanings" : [ "breast", "milk", "to breastfeed" ], + "classifiers" : [] }, + { "traditional" : "妳", + "transcriptions" : { "pinyin" : "nǎi", + "numeric" : "nai3", + "wadegiles" : "nai³", + "bopomofo" : "ㄋㄞˇ", + "romatzyh" : "nae" }, + "meanings" : [ "variant of 奶" ], + "classifiers" : [] }, + { "traditional" : "嬭", + "transcriptions" : { "pinyin" : "nǎi", + "numeric" : "nai3", + "wadegiles" : "nai³", + "bopomofo" : "ㄋㄞˇ", + "romatzyh" : "nae" }, + "meanings" : [ "mother", "variant of 奶" ], + "classifiers" : [] } ] }, + { "simplified" : "奶茶", + "radical" : "女", + "level" : [ "new-3" ], + "frequency" : 20075, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "奶茶", + "transcriptions" : { "pinyin" : "nǎi chá", + "numeric" : "nai3 cha2", + "wadegiles" : "nai³ ch'a²", + "bopomofo" : "ㄋㄞˇ ㄔㄚˊ", + "romatzyh" : "nae char" }, + "meanings" : [ "milk tea" ], + "classifiers" : [] } ] }, + { "simplified" : "奶粉", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 15404, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "奶粉", + "transcriptions" : { "pinyin" : "nǎi fěn", + "numeric" : "nai3 fen3", + "wadegiles" : "nai³ fen³", + "bopomofo" : "ㄋㄞˇ ㄈㄣˇ", + "romatzyh" : "nae feen" }, + "meanings" : [ "powdered milk" ], + "classifiers" : [] } ] }, + { "simplified" : "奶奶", + "radical" : "女", + "level" : [ "new-1", "old-3" ], + "frequency" : 2809, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "奶奶", + "transcriptions" : { "pinyin" : "nǎi nai", + "numeric" : "nai3 nai5", + "wadegiles" : "nai³ nai", + "bopomofo" : "ㄋㄞˇ nai", + "romatzyh" : "nae nai" }, + "meanings" : [ "(informal) grandma (paternal grandmother)", + "(respectful) mistress of the house", + "(coll.) boobies", + "breasts" ], + "classifiers" : [ "位" ] } ] }, + { "simplified" : "奶牛", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 9736, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "奶牛", + "transcriptions" : { "pinyin" : "nǎi niú", + "numeric" : "nai3 niu2", + "wadegiles" : "nai³ niu²", + "bopomofo" : "ㄋㄞˇ ㄋㄧㄡˊ", + "romatzyh" : "nae niou" }, + "meanings" : [ "milk cow", "dairy cow" ], + "classifiers" : [] } ] }, + { "simplified" : "耐", + "radical" : "而", + "level" : [ "new-7+" ], + "frequency" : 5195, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耐", + "transcriptions" : { "pinyin" : "nài", + "numeric" : "nai4", + "wadegiles" : "nai⁴", + "bopomofo" : "ㄋㄞˋ", + "romatzyh" : "nay" }, + "meanings" : [ "(bound form) to bear; to endure; to withstand" ], + "classifiers" : [] } ] }, + { "simplified" : "耐人寻味", + "radical" : "而", + "level" : [ "new-7+" ], + "frequency" : 30346, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耐人尋味", + "transcriptions" : { "pinyin" : "nài rén xún wèi", + "numeric" : "nai4 ren2 xun2 wei4", + "wadegiles" : "nai⁴ jen² hsün² wei⁴", + "bopomofo" : "ㄋㄞˋ ㄖㄣˊ ㄒㄩㄣˊ ㄨㄟˋ", + "romatzyh" : "nay ren shyun wey" }, + "meanings" : [ "thought-provoking", + "worth thinking over", + "to provide food for thought" ], + "classifiers" : [] } ] }, + { "simplified" : "耐心", + "radical" : "而", + "level" : [ "new-5", "old-4" ], + "frequency" : 3844, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "耐心", + "transcriptions" : { "pinyin" : "nài xīn", + "numeric" : "nai4 xin1", + "wadegiles" : "nai⁴ hsin¹", + "bopomofo" : "ㄋㄞˋ ㄒㄧㄣ", + "romatzyh" : "nay shin" }, + "meanings" : [ "to be patient", "patience" ], + "classifiers" : [] } ] }, + { "simplified" : "耐性", + "radical" : "而", + "level" : [ "new-7+" ], + "frequency" : 20357, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "耐性", + "transcriptions" : { "pinyin" : "nài xìng", + "numeric" : "nai4 xing4", + "wadegiles" : "nai⁴ hsing⁴", + "bopomofo" : "ㄋㄞˋ ㄒㄧㄥˋ", + "romatzyh" : "nay shinq" }, + "meanings" : [ "patience" ], + "classifiers" : [] } ] }, + { "simplified" : "耐用", + "radical" : "而", + "level" : [ "old-6" ], + "frequency" : 26052, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "耐用", + "transcriptions" : { "pinyin" : "nài yòng", + "numeric" : "nai4 yong4", + "wadegiles" : "nai⁴ yung⁴", + "bopomofo" : "ㄋㄞˋ ㄩㄥˋ", + "romatzyh" : "nay yonq" }, + "meanings" : [ "durable" ], + "classifiers" : [] } ] }, + { "simplified" : "男", + "radical" : "田", + "level" : [ "new-1" ], + "frequency" : 587, + "pos" : [ "b", "g" ], + "forms" : [ { "traditional" : "男", + "transcriptions" : { "pinyin" : "nán", + "numeric" : "nan2", + "wadegiles" : "nan²", + "bopomofo" : "ㄋㄢˊ", + "romatzyh" : "nan" }, + "meanings" : [ "male", + "Baron, lowest of five orders of nobility 位" ], + "classifiers" : [] } ] }, + { "simplified" : "男孩儿", + "radical" : "田", + "level" : [ "new-1" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "男孩兒", + "transcriptions" : { "pinyin" : "nán hái r", + "numeric" : "nan2 hai2 r5", + "wadegiles" : "nan² hai² r", + "bopomofo" : "ㄋㄢˊ ㄏㄞˊ r", + "romatzyh" : "nan hair r" }, + "meanings" : [ "erhua variant of 孩" ], + "classifiers" : [] } ] }, + { "simplified" : "男女", + "radical" : "田", + "level" : [ "new-4" ], + "frequency" : 4429, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "男女", + "transcriptions" : { "pinyin" : "nán nu:3", + "numeric" : "nan2 nü3", + "wadegiles" : "nan² nu:3", + "bopomofo" : "ㄋㄢˊ nu:3", + "romatzyh" : "nan nu:3" }, + "meanings" : [ "male-female", "male and female" ], + "classifiers" : [] } ] }, + { "simplified" : "男朋友", + "radical" : "田", + "level" : [ "new-1" ], + "frequency" : 3176, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "男朋友", + "transcriptions" : { "pinyin" : "nán péng you", + "numeric" : "nan2 peng2 you5", + "wadegiles" : "nan² p'eng² you", + "bopomofo" : "ㄋㄢˊ ㄆㄥˊ you", + "romatzyh" : "nan perng you" }, + "meanings" : [ "boyfriend" ], + "classifiers" : [] } ] }, + { "simplified" : "男人", + "radical" : "田", + "level" : [ "new-1", "old-2" ], + "frequency" : 415, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "男人", + "transcriptions" : { "pinyin" : "nán rén", + "numeric" : "nan2 ren2", + "wadegiles" : "nan² jen²", + "bopomofo" : "ㄋㄢˊ ㄖㄣˊ", + "romatzyh" : "nan ren" }, + "meanings" : [ "a man", "a male", "men" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "男生", + "radical" : "田", + "level" : [ "new-1" ], + "frequency" : 2784, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "男生", + "transcriptions" : { "pinyin" : "nán shēng", + "numeric" : "nan2 sheng1", + "wadegiles" : "nan² sheng¹", + "bopomofo" : "ㄋㄢˊ ㄕㄥ", + "romatzyh" : "nan sheng" }, + "meanings" : [ "schoolboy", + "male student", + "boy", + "guy (young adult male)" ], + "classifiers" : [] } ] }, + { "simplified" : "男士", + "radical" : "田", + "level" : [ "new-4" ], + "frequency" : 5551, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "男士", + "transcriptions" : { "pinyin" : "nán shì", + "numeric" : "nan2 shi4", + "wadegiles" : "nan² shih⁴", + "bopomofo" : "ㄋㄢˊ ㄕˋ", + "romatzyh" : "nan shyh" }, + "meanings" : [ "man", "gentleman" ], + "classifiers" : [] } ] }, + { "simplified" : "男性", + "radical" : "田", + "level" : [ "new-5" ], + "frequency" : 2918, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "男性", + "transcriptions" : { "pinyin" : "nán xìng", + "numeric" : "nan2 xing4", + "wadegiles" : "nan² hsing⁴", + "bopomofo" : "ㄋㄢˊ ㄒㄧㄥˋ", + "romatzyh" : "nan shinq" }, + "meanings" : [ "the male sex", "a male" ], + "classifiers" : [] } ] }, + { "simplified" : "男子", + "radical" : "田", + "level" : [ "new-3" ], + "frequency" : 2377, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "男子", + "transcriptions" : { "pinyin" : "nán zǐ", + "numeric" : "nan2 zi3", + "wadegiles" : "nan² tzu³", + "bopomofo" : "ㄋㄢˊ ㄗˇ", + "romatzyh" : "nan tzyy" }, + "meanings" : [ "a man; a male" ], + "classifiers" : [] } ] }, + { "simplified" : "南", + "radical" : "十", + "level" : [ "new-1", "old-3" ], + "frequency" : 1709, + "pos" : [ "b", "f" ], + "forms" : [ { "traditional" : "南", + "transcriptions" : { "pinyin" : "Nán", + "numeric" : "Nan2", + "wadegiles" : "nan²", + "bopomofo" : "ㄋㄢˊ", + "romatzyh" : "nan" }, + "meanings" : [ "surname Nan" ], + "classifiers" : [] }, + { "traditional" : "南", + "transcriptions" : { "pinyin" : "nán", + "numeric" : "nan2", + "wadegiles" : "nan²", + "bopomofo" : "ㄋㄢˊ", + "romatzyh" : "nan" }, + "meanings" : [ "south" ], + "classifiers" : [] } ] }, + { "simplified" : "南北", + "radical" : "十", + "level" : [ "new-5" ], + "frequency" : 11763, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "南北", + "transcriptions" : { "pinyin" : "nán běi", + "numeric" : "nan2 bei3", + "wadegiles" : "nan² pei³", + "bopomofo" : "ㄋㄢˊ ㄅㄟˇ", + "romatzyh" : "nan beei" }, + "meanings" : [ "north and south", + "north to south" ], + "classifiers" : [] } ] }, + { "simplified" : "南边", + "radical" : "十", + "level" : [ "new-1" ], + "frequency" : 17587, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "南邊", + "transcriptions" : { "pinyin" : "nán bian", + "numeric" : "nan2 bian5", + "wadegiles" : "nan² bian", + "bopomofo" : "ㄋㄢˊ bian", + "romatzyh" : "nan bian" }, + "meanings" : [ "south", + "south side", + "southern part", + "to the south of" ], + "classifiers" : [] } ] }, + { "simplified" : "南部", + "radical" : "十", + "level" : [ "new-3" ], + "frequency" : 4773, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "南部", + "transcriptions" : { "pinyin" : "nán bù", + "numeric" : "nan2 bu4", + "wadegiles" : "nan² pu⁴", + "bopomofo" : "ㄋㄢˊ ㄅㄨˋ", + "romatzyh" : "nan buh" }, + "meanings" : [ "southern part" ], + "classifiers" : [] } ] }, + { "simplified" : "南方", + "radical" : "十", + "level" : [ "new-2" ], + "frequency" : 3191, + "pos" : [ "s", "f" ], + "forms" : [ { "traditional" : "南方", + "transcriptions" : { "pinyin" : "nán fāng", + "numeric" : "nan2 fang1", + "wadegiles" : "nan² fang¹", + "bopomofo" : "ㄋㄢˊ ㄈㄤ", + "romatzyh" : "nan fang" }, + "meanings" : [ "south", + "the southern part of the country", + "the South" ], + "classifiers" : [] } ] }, + { "simplified" : "南瓜", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 9076, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "南瓜", + "transcriptions" : { "pinyin" : "nán guā", + "numeric" : "nan2 gua1", + "wadegiles" : "nan² kua¹", + "bopomofo" : "ㄋㄢˊ ㄍㄨㄚ", + "romatzyh" : "nan gua" }, + "meanings" : [ "pumpkin" ], + "classifiers" : [] } ] }, + { "simplified" : "南极", + "radical" : "十", + "level" : [ "new-5" ], + "frequency" : 12056, + "pos" : [ "ns" ], + "forms" : [ { "traditional" : "南極", + "transcriptions" : { "pinyin" : "nán jí", + "numeric" : "nan2 ji2", + "wadegiles" : "nan² chi²", + "bopomofo" : "ㄋㄢˊ ㄐㄧˊ", + "romatzyh" : "nan jyi" }, + "meanings" : [ "south pole" ], + "classifiers" : [] } ] }, + { "simplified" : "难", + "radical" : "又", + "level" : [ "new-1", "old-3" ], + "frequency" : 544, + "pos" : [ "ad", "a", "v", "g" ], + "forms" : [ { "traditional" : "難", + "transcriptions" : { "pinyin" : "nán", + "numeric" : "nan2", + "wadegiles" : "nan²", + "bopomofo" : "ㄋㄢˊ", + "romatzyh" : "nan" }, + "meanings" : [ "difficult (to...)", + "problem", + "difficulty", + "difficult", + "not good" ], + "classifiers" : [] }, + { "traditional" : "難", + "transcriptions" : { "pinyin" : "nàn", + "numeric" : "nan4", + "wadegiles" : "nan⁴", + "bopomofo" : "ㄋㄢˋ", + "romatzyh" : "nann" }, + "meanings" : [ "disaster", "distress", "to scold" ], + "classifiers" : [] } ] }, + { "simplified" : "难处", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 20936, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "難處", + "transcriptions" : { "pinyin" : "nán chu", + "numeric" : "nan2 chu5", + "wadegiles" : "nan² chu", + "bopomofo" : "ㄋㄢˊ chu", + "romatzyh" : "nan chu" }, + "meanings" : [ "trouble; difficulty; problem" ], + "classifiers" : [] } ] }, + { "simplified" : "难道", + "radical" : "又", + "level" : [ "new-3", "old-4" ], + "frequency" : 1147, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "難道", + "transcriptions" : { "pinyin" : "nán dào", + "numeric" : "nan2 dao4", + "wadegiles" : "nan² tao⁴", + "bopomofo" : "ㄋㄢˊ ㄉㄠˋ", + "romatzyh" : "nan daw" }, + "meanings" : [ "don't tell me ...", + "could it be that...?" ], + "classifiers" : [] } ] }, + { "simplified" : "难得", + "radical" : "又", + "level" : [ "new-5", "old-6" ], + "frequency" : 5125, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "難得", + "transcriptions" : { "pinyin" : "nán dé", + "numeric" : "nan2 de2", + "wadegiles" : "nan² te²", + "bopomofo" : "ㄋㄢˊ ㄉㄜˊ", + "romatzyh" : "nan der" }, + "meanings" : [ "seldom", + "rare", + "hard to come by" ], + "classifiers" : [] } ] }, + { "simplified" : "难得一见", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "難得一見", + "transcriptions" : { "pinyin" : "nán dé yī jiàn", + "numeric" : "nan2 de2 yi1 jian4", + "wadegiles" : "nan² te² i¹ chien⁴", + "bopomofo" : "ㄋㄢˊ ㄉㄜˊ ㄧ ㄐㄧㄢˋ", + "romatzyh" : "nan der i jiann" }, + "meanings" : [ "rarely seen" ], + "classifiers" : [] } ] }, + { "simplified" : "难点", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 21905, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "難點", + "transcriptions" : { "pinyin" : "nán diǎn", + "numeric" : "nan2 dian3", + "wadegiles" : "nan² tien³", + "bopomofo" : "ㄋㄢˊ ㄉㄧㄢˇ", + "romatzyh" : "nan dean" }, + "meanings" : [ "difficulty" ], + "classifiers" : [] } ] }, + { "simplified" : "难度", + "radical" : "又", + "level" : [ "new-3" ], + "frequency" : 4295, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "難度", + "transcriptions" : { "pinyin" : "nán dù", + "numeric" : "nan2 du4", + "wadegiles" : "nan² tu⁴", + "bopomofo" : "ㄋㄢˊ ㄉㄨˋ", + "romatzyh" : "nan duh" }, + "meanings" : [ "degree of difficulty" ], + "classifiers" : [] } ] }, + { "simplified" : "难怪", + "radical" : "又", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5294, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "難怪", + "transcriptions" : { "pinyin" : "nán guài", + "numeric" : "nan2 guai4", + "wadegiles" : "nan² kuai⁴", + "bopomofo" : "ㄋㄢˊ ㄍㄨㄞˋ", + "romatzyh" : "nan guay" }, + "meanings" : [ "(it's) no wonder (that...)", + "(it's) not surprising (that)" ], + "classifiers" : [] } ] }, + { "simplified" : "难关", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 11461, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "難關", + "transcriptions" : { "pinyin" : "nán guān", + "numeric" : "nan2 guan1", + "wadegiles" : "nan² kuan¹", + "bopomofo" : "ㄋㄢˊ ㄍㄨㄢ", + "romatzyh" : "nan guan" }, + "meanings" : [ "difficulty", "crisis" ], + "classifiers" : [] } ] }, + { "simplified" : "难过", + "radical" : "又", + "level" : [ "new-2", "old-3" ], + "frequency" : 2714, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "難過", + "transcriptions" : { "pinyin" : "nán guò", + "numeric" : "nan2 guo4", + "wadegiles" : "nan² kuo⁴", + "bopomofo" : "ㄋㄢˊ ㄍㄨㄛˋ", + "romatzyh" : "nan guoh" }, + "meanings" : [ "to feel sad", + "to feel unwell", + "(of life) to be difficult" ], + "classifiers" : [] } ] }, + { "simplified" : "难堪", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10347, + "pos" : [ "a", "v", "an" ], + "forms" : [ { "traditional" : "難堪", + "transcriptions" : { "pinyin" : "nán kān", + "numeric" : "nan2 kan1", + "wadegiles" : "nan² k'an¹", + "bopomofo" : "ㄋㄢˊ ㄎㄢ", + "romatzyh" : "nan kan" }, + "meanings" : [ "hard to take", "embarrassed" ], + "classifiers" : [] } ] }, + { "simplified" : "难看", + "radical" : "又", + "level" : [ "new-2", "old-5" ], + "frequency" : 11156, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "難看", + "transcriptions" : { "pinyin" : "nán kàn", + "numeric" : "nan2 kan4", + "wadegiles" : "nan² k'an⁴", + "bopomofo" : "ㄋㄢˊ ㄎㄢˋ", + "romatzyh" : "nan kann" }, + "meanings" : [ "ugly", "unsightly" ], + "classifiers" : [] } ] }, + { "simplified" : "难免", + "radical" : "又", + "level" : [ "new-4", "old-6" ], + "frequency" : 8428, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "難免", + "transcriptions" : { "pinyin" : "nán miǎn", + "numeric" : "nan2 mian3", + "wadegiles" : "nan² mien³", + "bopomofo" : "ㄋㄢˊ ㄇㄧㄢˇ", + "romatzyh" : "nan mean" }, + "meanings" : [ "hard to avoid", + "difficult to escape from", + "will inevitably" ], + "classifiers" : [] } ] }, + { "simplified" : "难能可贵", + "radical" : "又", + "level" : [ "old-6" ], + "frequency" : 32815, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "難能可貴", + "transcriptions" : { "pinyin" : "nán néng kě guì", + "numeric" : "nan2 neng2 ke3 gui4", + "wadegiles" : "nan² neng² k'o³ kuei⁴", + "bopomofo" : "ㄋㄢˊ ㄋㄥˊ ㄎㄜˇ ㄍㄨㄟˋ", + "romatzyh" : "nan neng kee guey" }, + "meanings" : [ "rare and precious", + "valuable", + "remarkable" ], + "classifiers" : [] } ] }, + { "simplified" : "难受", + "radical" : "又", + "level" : [ "new-2", "old-4" ], + "frequency" : 3699, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "難受", + "transcriptions" : { "pinyin" : "nán shòu", + "numeric" : "nan2 shou4", + "wadegiles" : "nan² shou⁴", + "bopomofo" : "ㄋㄢˊ ㄕㄡˋ", + "romatzyh" : "nan show" }, + "meanings" : [ "to feel unwell", + "to suffer pain", + "to be difficult to bear" ], + "classifiers" : [] } ] }, + { "simplified" : "难说", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 22659, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "難說", + "transcriptions" : { "pinyin" : "nán shuō", + "numeric" : "nan2 shuo1", + "wadegiles" : "nan² shuo¹", + "bopomofo" : "ㄋㄢˊ ㄕㄨㄛ", + "romatzyh" : "nan shuo" }, + "meanings" : [ "hard to tell (i.e. hard to judge or hard to predict)", + "cannot bring oneself to say it" ], + "classifiers" : [] } ] }, + { "simplified" : "难题", + "radical" : "又", + "level" : [ "new-2" ], + "frequency" : 5922, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "難題", + "transcriptions" : { "pinyin" : "nán tí", + "numeric" : "nan2 ti2", + "wadegiles" : "nan² t'i²", + "bopomofo" : "ㄋㄢˊ ㄊㄧˊ", + "romatzyh" : "nan tyi" }, + "meanings" : [ "difficult problem" ], + "classifiers" : [] } ] }, + { "simplified" : "难听", + "radical" : "又", + "level" : [ "new-2" ], + "frequency" : 17675, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "難聽", + "transcriptions" : { "pinyin" : "nán tīng", + "numeric" : "nan2 ting1", + "wadegiles" : "nan² t'ing¹", + "bopomofo" : "ㄋㄢˊ ㄊㄧㄥ", + "romatzyh" : "nan ting" }, + "meanings" : [ "unpleasant to hear", + "coarse", + "vulgar", + "offensive", + "shameful" ], + "classifiers" : [] } ] }, + { "simplified" : "难忘", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 5648, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "難忘", + "transcriptions" : { "pinyin" : "nán wàng", + "numeric" : "nan2 wang4", + "wadegiles" : "nan² wang⁴", + "bopomofo" : "ㄋㄢˊ ㄨㄤˋ", + "romatzyh" : "nan wanq" }, + "meanings" : [ "unforgettable" ], + "classifiers" : [] } ] }, + { "simplified" : "难为情", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 22432, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "難為情", + "transcriptions" : { "pinyin" : "nán wéi qíng", + "numeric" : "nan2 wei2 qing2", + "wadegiles" : "nan² wei² ch'ing²", + "bopomofo" : "ㄋㄢˊ ㄨㄟˊ ㄑㄧㄥˊ", + "romatzyh" : "nan wei chyng" }, + "meanings" : [ "embarrassed" ], + "classifiers" : [] } ] }, + { "simplified" : "难以", + "radical" : "又", + "level" : [ "new-5" ], + "frequency" : 1716, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "難以", + "transcriptions" : { "pinyin" : "nán yǐ", + "numeric" : "nan2 yi3", + "wadegiles" : "nan² i³", + "bopomofo" : "ㄋㄢˊ ㄧˇ", + "romatzyh" : "nan yii" }, + "meanings" : [ "hard to (predict, imagine etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "难以想象", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "難以想象", + "transcriptions" : { "pinyin" : "nányǐxiǎngxiàng", + "numeric" : "nányǐxiǎngxiàng", + "wadegiles" : "nányǐxiǎngxiàng", + "bopomofo" : "nányǐxiǎngxiàng", + "romatzyh" : "nányǐxiǎngxiàng" }, + "meanings" : [ "Unimaginable" ], + "classifiers" : [] } ] }, + { "simplified" : "难以置信", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 9559, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "難以置信", + "transcriptions" : { "pinyin" : "nán yǐ zhì xìn", + "numeric" : "nan2 yi3 zhi4 xin4", + "wadegiles" : "nan² i³ chih⁴ hsin⁴", + "bopomofo" : "ㄋㄢˊ ㄧˇ ㄓˋ ㄒㄧㄣˋ", + "romatzyh" : "nan yii jyh shinn" }, + "meanings" : [ "hard to believe", "incredible" ], + "classifiers" : [] } ] }, + { "simplified" : "挠", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8880, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撓", + "transcriptions" : { "pinyin" : "náo", + "numeric" : "nao2", + "wadegiles" : "nao²", + "bopomofo" : "ㄋㄠˊ", + "romatzyh" : "nau" }, + "meanings" : [ "to scratch", + "to thwart", + "to yield" ], + "classifiers" : [] } ] }, + { "simplified" : "恼火", + "radical" : "忄", + "level" : [ "old-6" ], + "frequency" : 12898, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "惱火", + "transcriptions" : { "pinyin" : "nǎo huǒ", + "numeric" : "nao3 huo3", + "wadegiles" : "nao³ huo³", + "bopomofo" : "ㄋㄠˇ ㄏㄨㄛˇ", + "romatzyh" : "nao huoo" }, + "meanings" : [ "annoyed; riled; vexed" ], + "classifiers" : [] } ] }, + { "simplified" : "恼羞成怒", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 29606, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "惱羞成怒", + "transcriptions" : { "pinyin" : "nǎo xiū chéng nù", + "numeric" : "nao3 xiu1 cheng2 nu4", + "wadegiles" : "nao³ hsiu¹ ch'eng² nu⁴", + "bopomofo" : "ㄋㄠˇ ㄒㄧㄡ ㄔㄥˊ ㄋㄨˋ", + "romatzyh" : "nao shiou cherng nuh" }, + "meanings" : [ "to fly into a rage out of humiliation", + "to be ashamed into anger (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "脑袋", + "radical" : "⺼", + "level" : [ "new-4", "old-5" ], + "frequency" : 2736, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腦袋", + "transcriptions" : { "pinyin" : "nǎo dai", + "numeric" : "nao3 dai5", + "wadegiles" : "nao³ dai", + "bopomofo" : "ㄋㄠˇ dai", + "romatzyh" : "nao dai" }, + "meanings" : [ "head", + "skull", + "brains", + "mental capability" ], + "classifiers" : [ "颗", "个" ] } ] }, + { "simplified" : "脑海", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 6229, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腦海", + "transcriptions" : { "pinyin" : "nǎo hǎi", + "numeric" : "nao3 hai3", + "wadegiles" : "nao³ hai³", + "bopomofo" : "ㄋㄠˇ ㄏㄞˇ", + "romatzyh" : "nao hae" }, + "meanings" : [ "the mind", "the brain" ], + "classifiers" : [] } ] }, + { "simplified" : "脑筋", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 12845, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腦筋", + "transcriptions" : { "pinyin" : "nǎo jīn", + "numeric" : "nao3 jin1", + "wadegiles" : "nao³ chin¹", + "bopomofo" : "ㄋㄠˇ ㄐㄧㄣ", + "romatzyh" : "nao jin" }, + "meanings" : [ "brains", + "mind", + "head", + "way of thinking" ], + "classifiers" : [] } ] }, + { "simplified" : "脑子", + "radical" : "⺼", + "level" : [ "new-5" ], + "frequency" : 3025, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腦子", + "transcriptions" : { "pinyin" : "nǎo zi", + "numeric" : "nao3 zi5", + "wadegiles" : "nao³ zi", + "bopomofo" : "ㄋㄠˇ zi", + "romatzyh" : "nao zi" }, + "meanings" : [ "brains", "mind" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "闹", + "radical" : "门", + "level" : [ "new-4" ], + "frequency" : 2160, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "閙", + "transcriptions" : { "pinyin" : "nào", + "numeric" : "nao4", + "wadegiles" : "nao⁴", + "bopomofo" : "ㄋㄠˋ", + "romatzyh" : "naw" }, + "meanings" : [ "variant of 闹" ], + "classifiers" : [] }, + { "traditional" : "鬧", + "transcriptions" : { "pinyin" : "nào", + "numeric" : "nao4", + "wadegiles" : "nao⁴", + "bopomofo" : "ㄋㄠˋ", + "romatzyh" : "naw" }, + "meanings" : [ "noisy", + "cacophonous", + "to make noise", + "to disturb", + "to vent (feelings)", + "to fall ill", + "to have an attack (of sickness)", + "to go in (for some activity)", + "to joke" ], + "classifiers" : [] } ] }, + { "simplified" : "闹事", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 15630, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鬧事", + "transcriptions" : { "pinyin" : "nào shì", + "numeric" : "nao4 shi4", + "wadegiles" : "nao⁴ shih⁴", + "bopomofo" : "ㄋㄠˋ ㄕˋ", + "romatzyh" : "naw shyh" }, + "meanings" : [ "to cause trouble", + "to create a disturbance" ], + "classifiers" : [] } ] }, + { "simplified" : "闹着玩儿", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 117710, + "pos" : [], + "forms" : [ { "traditional" : "鬧著玩兒", + "transcriptions" : { "pinyin" : "nào zhe wán r", + "numeric" : "nao4 zhe5 wan2 r5", + "wadegiles" : "nao⁴ zhe wan² r", + "bopomofo" : "ㄋㄠˋ zhe ㄨㄢˊ r", + "romatzyh" : "naw zhe wan r" }, + "meanings" : [ "to play games", + "to joke around", + "to play a joke on sb" ], + "classifiers" : [] } ] }, + { "simplified" : "闹钟", + "radical" : "门", + "level" : [ "new-4" ], + "frequency" : 9357, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鬧鐘", + "transcriptions" : { "pinyin" : "nào zhōng", + "numeric" : "nao4 zhong1", + "wadegiles" : "nao⁴ chung¹", + "bopomofo" : "ㄋㄠˋ ㄓㄨㄥ", + "romatzyh" : "naw jong" }, + "meanings" : [ "alarm clock" ], + "classifiers" : [] } ] }, + { "simplified" : "呐喊", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 13843, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "吶喊", + "transcriptions" : { "pinyin" : "nà hǎn", + "numeric" : "na4 han3", + "wadegiles" : "na⁴ han³", + "bopomofo" : "ㄋㄚˋ ㄏㄢˇ", + "romatzyh" : "nah haan" }, + "meanings" : [ "shout", + "rallying cry", + "cheering", + "to shout" ], + "classifiers" : [] } ] }, + { "simplified" : "呢", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 96, + "pos" : [ "y" ], + "forms" : [ { "traditional" : "呢", + "transcriptions" : { "pinyin" : "ne", + "numeric" : "ne5", + "wadegiles" : "ne", + "bopomofo" : "ne", + "romatzyh" : "ne" }, + "meanings" : [ "particle indicating that a previously asked question is to be applied to the preceding word (\"What about ...?\", \"And ...?\")", + "particle for inquiring about location (\"Where is ...?\")", + "particle signaling a pause, to emphasize the preceding words and allow the listener time to take them on board (\"ok?\", \"are you with me?\")", + "(at the end of a declarative sentence) particle indicating continuation of a state or action", + "particle indicating strong affirmation" ], + "classifiers" : [] }, + { "traditional" : "呢", + "transcriptions" : { "pinyin" : "ní", + "numeric" : "ni2", + "wadegiles" : "ni²", + "bopomofo" : "ㄋㄧˊ", + "romatzyh" : "ni" }, + "meanings" : [ "woolen material" ], + "classifiers" : [] } ] }, + { "simplified" : "内", + "radical" : "入", + "level" : [ "new-3", "old-4" ], + "frequency" : 319, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "內", + "transcriptions" : { "pinyin" : "nèi", + "numeric" : "nei4", + "wadegiles" : "nei⁴", + "bopomofo" : "ㄋㄟˋ", + "romatzyh" : "ney" }, + "meanings" : [ "inside", + "inner", + "internal", + "within", + "interior" ], + "classifiers" : [] } ] }, + { "simplified" : "内部", + "radical" : "入", + "level" : [ "new-4" ], + "frequency" : 1865, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "內部", + "transcriptions" : { "pinyin" : "nèi bù", + "numeric" : "nei4 bu4", + "wadegiles" : "nei⁴ pu⁴", + "bopomofo" : "ㄋㄟˋ ㄅㄨˋ", + "romatzyh" : "ney buh" }, + "meanings" : [ "interior", + "inside (part, section)", + "internal" ], + "classifiers" : [] } ] }, + { "simplified" : "内存", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 12710, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "內存", + "transcriptions" : { "pinyin" : "nèi cún", + "numeric" : "nei4 cun2", + "wadegiles" : "nei⁴ ts'un²", + "bopomofo" : "ㄋㄟˋ ㄘㄨㄣˊ", + "romatzyh" : "ney tswen" }, + "meanings" : [ "internal storage", + "computer memory", + "random access memory (RAM)" ], + "classifiers" : [] } ] }, + { "simplified" : "内地", + "radical" : "入", + "level" : [ "new-6" ], + "frequency" : 16557, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "內地", + "transcriptions" : { "pinyin" : "Nèi dì", + "numeric" : "Nei4 di4", + "wadegiles" : "nei⁴ ti⁴", + "bopomofo" : "ㄋㄟˋ ㄉㄧˋ", + "romatzyh" : "ney dih" }, + "meanings" : [ "mainland China (PRC excluding Hong Kong and Macau, but including islands such as Hainan)", + "Japan (used in Taiwan during Japanese colonization)" ], + "classifiers" : [] }, + { "traditional" : "內地", + "transcriptions" : { "pinyin" : "nèi dì", + "numeric" : "nei4 di4", + "wadegiles" : "nei⁴ ti⁴", + "bopomofo" : "ㄋㄟˋ ㄉㄧˋ", + "romatzyh" : "ney dih" }, + "meanings" : [ "inland", "interior", "hinterland" ], + "classifiers" : [] } ] }, + { "simplified" : "内阁", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 8251, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "內閣", + "transcriptions" : { "pinyin" : "nèi gé", + "numeric" : "nei4 ge2", + "wadegiles" : "nei⁴ ko²", + "bopomofo" : "ㄋㄟˋ ㄍㄜˊ", + "romatzyh" : "ney ger" }, + "meanings" : [ "(government) cabinet" ], + "classifiers" : [] } ] }, + { "simplified" : "内涵", + "radical" : "入", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8756, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "內涵", + "transcriptions" : { "pinyin" : "nèi hán", + "numeric" : "nei4 han2", + "wadegiles" : "nei⁴ han²", + "bopomofo" : "ㄋㄟˋ ㄏㄢˊ", + "romatzyh" : "ney harn" }, + "meanings" : [ "meaningful content", + "implication", + "connotation (semantics)", + "inner qualities (of a person)" ], + "classifiers" : [] } ] }, + { "simplified" : "内科", + "radical" : "入", + "level" : [ "new-4", "old-5" ], + "frequency" : 13792, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "內科", + "transcriptions" : { "pinyin" : "nèi kē", + "numeric" : "nei4 ke1", + "wadegiles" : "nei⁴ k'o¹", + "bopomofo" : "ㄋㄟˋ ㄎㄜ", + "romatzyh" : "ney ke" }, + "meanings" : [ "internal medicine; general medicine" ], + "classifiers" : [] } ] }, + { "simplified" : "内幕", + "radical" : "入", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10165, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "內幕", + "transcriptions" : { "pinyin" : "nèi mù", + "numeric" : "nei4 mu4", + "wadegiles" : "nei⁴ mu⁴", + "bopomofo" : "ㄋㄟˋ ㄇㄨˋ", + "romatzyh" : "ney muh" }, + "meanings" : [ "inside story", + "non-public information", + "behind the scenes", + "internal" ], + "classifiers" : [] } ] }, + { "simplified" : "内容", + "radical" : "入", + "level" : [ "new-3", "old-4" ], + "frequency" : 1246, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "內容", + "transcriptions" : { "pinyin" : "nèi róng", + "numeric" : "nei4 rong2", + "wadegiles" : "nei⁴ jung²", + "bopomofo" : "ㄋㄟˋ ㄖㄨㄥˊ", + "romatzyh" : "ney rong" }, + "meanings" : [ "content", "substance", "details" ], + "classifiers" : [ "个", "项" ] } ] }, + { "simplified" : "内外", + "radical" : "入", + "level" : [ "new-6" ], + "frequency" : 14977, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "內外", + "transcriptions" : { "pinyin" : "nèi wài", + "numeric" : "nei4 wai4", + "wadegiles" : "nei⁴ wai⁴", + "bopomofo" : "ㄋㄟˋ ㄨㄞˋ", + "romatzyh" : "ney way" }, + "meanings" : [ "inside and outside", + "domestic and foreign", + "approximately", + "about" ], + "classifiers" : [] } ] }, + { "simplified" : "内向", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 26068, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "內向", + "transcriptions" : { "pinyin" : "nèi xiàng", + "numeric" : "nei4 xiang4", + "wadegiles" : "nei⁴ hsiang⁴", + "bopomofo" : "ㄋㄟˋ ㄒㄧㄤˋ", + "romatzyh" : "ney shianq" }, + "meanings" : [ "reserved (personality)", + "introverted", + "(economics etc) domestic-oriented" ], + "classifiers" : [] } ] }, + { "simplified" : "内心", + "radical" : "入", + "level" : [ "new-3" ], + "frequency" : 1974, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "內心", + "transcriptions" : { "pinyin" : "nèi xīn", + "numeric" : "nei4 xin1", + "wadegiles" : "nei⁴ hsin¹", + "bopomofo" : "ㄋㄟˋ ㄒㄧㄣ", + "romatzyh" : "ney shin" }, + "meanings" : [ "heart; innermost being", + "(math.) incenter" ], + "classifiers" : [] } ] }, + { "simplified" : "内行", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 23722, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "內行", + "transcriptions" : { "pinyin" : "nèi háng", + "numeric" : "nei4 hang2", + "wadegiles" : "nei⁴ hang²", + "bopomofo" : "ㄋㄟˋ ㄏㄤˊ", + "romatzyh" : "ney harng" }, + "meanings" : [ "expert", + "adept", + "experienced", + "an expert", + "a professional" ], + "classifiers" : [] } ] }, + { "simplified" : "内需", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 59477, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "內需", + "transcriptions" : { "pinyin" : "nèi xū", + "numeric" : "nei4 xu1", + "wadegiles" : "nei⁴ hsü¹", + "bopomofo" : "ㄋㄟˋ ㄒㄩ", + "romatzyh" : "ney shiu" }, + "meanings" : [ "domestic demand" ], + "classifiers" : [] } ] }, + { "simplified" : "内衣", + "radical" : "入", + "level" : [ "new-6" ], + "frequency" : 4676, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "內衣", + "transcriptions" : { "pinyin" : "nèi yī", + "numeric" : "nei4 yi1", + "wadegiles" : "nei⁴ i¹", + "bopomofo" : "ㄋㄟˋ ㄧ", + "romatzyh" : "ney i" }, + "meanings" : [ "undergarment", "underwear" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "内在", + "radical" : "入", + "level" : [ "new-5", "old-6" ], + "frequency" : 6428, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "內在", + "transcriptions" : { "pinyin" : "nèi zài", + "numeric" : "nei4 zai4", + "wadegiles" : "nei⁴ tsai⁴", + "bopomofo" : "ㄋㄟˋ ㄗㄞˋ", + "romatzyh" : "ney tzay" }, + "meanings" : [ "inner", + "internal", + "intrinsic", + "innate" ], + "classifiers" : [] } ] }, + { "simplified" : "嫩", + "radical" : "女", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6514, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "嫩", + "transcriptions" : { "pinyin" : "nèn", + "numeric" : "nen4", + "wadegiles" : "nen⁴", + "bopomofo" : "ㄋㄣˋ", + "romatzyh" : "nenn" }, + "meanings" : [ "young and tender", + "(of food) tender; lightly cooked", + "(of color) light", + "(of a person) inexperienced; unskilled" ], + "classifiers" : [] }, + { "traditional" : "嫰", + "transcriptions" : { "pinyin" : "nèn", + "numeric" : "nen4", + "wadegiles" : "nen⁴", + "bopomofo" : "ㄋㄣˋ", + "romatzyh" : "nenn" }, + "meanings" : [ "old variant of 嫩" ], + "classifiers" : [] } ] }, + { "simplified" : "能", + "radical" : "⺼", + "level" : [ "new-1", "old-1" ], + "frequency" : 46, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "能", + "transcriptions" : { "pinyin" : "Néng", + "numeric" : "Neng2", + "wadegiles" : "neng²", + "bopomofo" : "ㄋㄥˊ", + "romatzyh" : "neng" }, + "meanings" : [ "surname Neng" ], + "classifiers" : [] }, + { "traditional" : "能", + "transcriptions" : { "pinyin" : "néng", + "numeric" : "neng2", + "wadegiles" : "neng²", + "bopomofo" : "ㄋㄥˊ", + "romatzyh" : "neng" }, + "meanings" : [ "can", + "to be able to", + "might possibly", + "ability", + "(physics) energy" ], + "classifiers" : [] } ] }, + { "simplified" : "能不能", + "radical" : "⺼", + "level" : [ "new-3" ], + "frequency" : 3153, + "pos" : [], + "forms" : [ { "traditional" : "能不能", + "transcriptions" : { "pinyin" : "néng bùnéng", + "numeric" : "neng2 bùnéng", + "wadegiles" : "neng² bùnéng", + "bopomofo" : "ㄋㄥˊ bùnéng", + "romatzyh" : "neng bùnéng" }, + "meanings" : [ "Can you" ], + "classifiers" : [] } ] }, + { "simplified" : "能否", + "radical" : "⺼", + "level" : [ "new-6" ], + "frequency" : 2376, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "能否", + "transcriptions" : { "pinyin" : "néng fǒu", + "numeric" : "neng2 fou3", + "wadegiles" : "neng² fou³", + "bopomofo" : "ㄋㄥˊ ㄈㄡˇ", + "romatzyh" : "neng foou" }, + "meanings" : [ "whether or not", + "can it or can't it", + "is it possible?" ], + "classifiers" : [] } ] }, + { "simplified" : "能干", + "radical" : "⺼", + "level" : [ "new-4", "old-5" ], + "frequency" : 15736, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "能幹", + "transcriptions" : { "pinyin" : "néng gàn", + "numeric" : "neng2 gan4", + "wadegiles" : "neng² kan⁴", + "bopomofo" : "ㄋㄥˊ ㄍㄢˋ", + "romatzyh" : "neng gann" }, + "meanings" : [ "capable", "competent" ], + "classifiers" : [] } ] }, + { "simplified" : "能够", + "radical" : "⺼", + "level" : [ "new-2" ], + "frequency" : 481, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "能夠", + "transcriptions" : { "pinyin" : "néng gòu", + "numeric" : "neng2 gou4", + "wadegiles" : "neng² kou⁴", + "bopomofo" : "ㄋㄥˊ ㄍㄡˋ", + "romatzyh" : "neng gow" }, + "meanings" : [ "to be capable of", + "to be able to", + "can" ], + "classifiers" : [] } ] }, + { "simplified" : "能耗", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 38570, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "能耗", + "transcriptions" : { "pinyin" : "néng hào", + "numeric" : "neng2 hao4", + "wadegiles" : "neng² hao⁴", + "bopomofo" : "ㄋㄥˊ ㄏㄠˋ", + "romatzyh" : "neng haw" }, + "meanings" : [ "energy consumption" ], + "classifiers" : [] } ] }, + { "simplified" : "能力", + "radical" : "⺼", + "level" : [ "new-3", "old-4" ], + "frequency" : 534, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "能力", + "transcriptions" : { "pinyin" : "néng lì", + "numeric" : "neng2 li4", + "wadegiles" : "neng² li⁴", + "bopomofo" : "ㄋㄥˊ ㄌㄧˋ", + "romatzyh" : "neng lih" }, + "meanings" : [ "capability", "ability" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "能量", + "radical" : "⺼", + "level" : [ "new-5", "old-6" ], + "frequency" : 2787, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "能量", + "transcriptions" : { "pinyin" : "néng liàng", + "numeric" : "neng2 liang4", + "wadegiles" : "neng² liang⁴", + "bopomofo" : "ㄋㄥˊ ㄌㄧㄤˋ", + "romatzyh" : "neng lianq" }, + "meanings" : [ "energy", "capabilities" ], + "classifiers" : [] } ] }, + { "simplified" : "能耐", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 14111, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "能耐", + "transcriptions" : { "pinyin" : "néng nài", + "numeric" : "neng2 nai4", + "wadegiles" : "neng² nai⁴", + "bopomofo" : "ㄋㄥˊ ㄋㄞˋ", + "romatzyh" : "neng nay" }, + "meanings" : [ "ability", "capability" ], + "classifiers" : [] } ] }, + { "simplified" : "能人", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 21063, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "能人", + "transcriptions" : { "pinyin" : "néng rén", + "numeric" : "neng2 ren2", + "wadegiles" : "neng² jen²", + "bopomofo" : "ㄋㄥˊ ㄖㄣˊ", + "romatzyh" : "neng ren" }, + "meanings" : [ "capable person", + "Homo habilis, extinct species of upright East African hominid" ], + "classifiers" : [] } ] }, + { "simplified" : "能源", + "radical" : "⺼", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3465, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "能源", + "transcriptions" : { "pinyin" : "néng yuán", + "numeric" : "neng2 yuan2", + "wadegiles" : "neng² yüan²", + "bopomofo" : "ㄋㄥˊ ㄩㄢˊ", + "romatzyh" : "neng yuan" }, + "meanings" : [ "energy", "power source" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "尼龙", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 23052, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "尼龍", + "transcriptions" : { "pinyin" : "ní lóng", + "numeric" : "ni2 long2", + "wadegiles" : "ni² lung²", + "bopomofo" : "ㄋㄧˊ ㄌㄨㄥˊ", + "romatzyh" : "ni long" }, + "meanings" : [ "nylon (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "泥", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 4211, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "泥", + "transcriptions" : { "pinyin" : "ní", + "numeric" : "ni2", + "wadegiles" : "ni²", + "bopomofo" : "ㄋㄧˊ", + "romatzyh" : "ni" }, + "meanings" : [ "mud", "clay", "paste", "pulp" ], + "classifiers" : [] }, + { "traditional" : "泥", + "transcriptions" : { "pinyin" : "nì", + "numeric" : "ni4", + "wadegiles" : "ni⁴", + "bopomofo" : "ㄋㄧˋ", + "romatzyh" : "nih" }, + "meanings" : [ "restrained" ], + "classifiers" : [] } ] }, + { "simplified" : "泥潭", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 22435, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "泥潭", + "transcriptions" : { "pinyin" : "ní tán", + "numeric" : "ni2 tan2", + "wadegiles" : "ni² t'an²", + "bopomofo" : "ㄋㄧˊ ㄊㄢˊ", + "romatzyh" : "ni tarn" }, + "meanings" : [ "quagmire" ], + "classifiers" : [] } ] }, + { "simplified" : "泥土", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "泥土", + "transcriptions" : { "pinyin" : "ní tǔ", + "numeric" : "ni2 tu3", + "wadegiles" : "ni² t'u³", + "bopomofo" : "ㄋㄧˊ ㄊㄨˇ", + "romatzyh" : "ni tuu" }, + "meanings" : [ "earth; soil; mud; clay" ], + "classifiers" : [] } ] }, + { "simplified" : "你", + "radical" : "亻", + "level" : [ "new-1", "old-1" ], + "frequency" : 5, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "你", + "transcriptions" : { "pinyin" : "nǐ", + "numeric" : "ni3", + "wadegiles" : "ni³", + "bopomofo" : "ㄋㄧˇ", + "romatzyh" : "nii" }, + "meanings" : [ "you (informal, as opposed to courteous 您)" ], + "classifiers" : [] }, + { "traditional" : "妳", + "transcriptions" : { "pinyin" : "nǐ", + "numeric" : "ni3", + "wadegiles" : "ni³", + "bopomofo" : "ㄋㄧˇ", + "romatzyh" : "nii" }, + "meanings" : [ "you (Note: In Taiwan, 妳 is used to address females, but in mainland China, it is not commonly used. Instead, 你 is used to address both males and females.)" ], + "classifiers" : [] } ] }, + { "simplified" : "你们", + "radical" : "亻", + "level" : [ "new-1" ], + "frequency" : 127, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "你們", + "transcriptions" : { "pinyin" : "nǐ men", + "numeric" : "ni3 men5", + "wadegiles" : "ni³ men", + "bopomofo" : "ㄋㄧˇ men", + "romatzyh" : "nii men" }, + "meanings" : [ "you (plural)" ], + "classifiers" : [] } ] }, + { "simplified" : "拟", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10399, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "儗", + "transcriptions" : { "pinyin" : "nǐ", + "numeric" : "ni3", + "wadegiles" : "ni³", + "bopomofo" : "ㄋㄧˇ", + "romatzyh" : "nii" }, + "meanings" : [ "doubtful", + "suspicious", + "variant of 拟", + "to emulate", + "to imitate" ], + "classifiers" : [] }, + { "traditional" : "擬", + "transcriptions" : { "pinyin" : "nǐ", + "numeric" : "ni3", + "wadegiles" : "ni³", + "bopomofo" : "ㄋㄧˇ", + "romatzyh" : "nii" }, + "meanings" : [ "to plan to", + "to draft (a plan)", + "to imitate", + "to assess", + "to compare", + "pseudo-" ], + "classifiers" : [] } ] }, + { "simplified" : "拟定", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19304, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擬定", + "transcriptions" : { "pinyin" : "nǐ dìng", + "numeric" : "ni3 ding4", + "wadegiles" : "ni³ ting⁴", + "bopomofo" : "ㄋㄧˇ ㄉㄧㄥˋ", + "romatzyh" : "nii dinq" }, + "meanings" : [ "to draw up", + "to draft", + "to formulate" ], + "classifiers" : [] } ] }, + { "simplified" : "逆", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9088, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "逆", + "transcriptions" : { "pinyin" : "nì", + "numeric" : "ni4", + "wadegiles" : "ni⁴", + "bopomofo" : "ㄋㄧˋ", + "romatzyh" : "nih" }, + "meanings" : [ "contrary", + "opposite", + "backwards", + "to go against", + "to oppose", + "to betray", + "to rebel" ], + "classifiers" : [] } ] }, + { "simplified" : "匿名", + "radical" : "匸", + "level" : [ "new-7+" ], + "frequency" : 12030, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "匿名", + "transcriptions" : { "pinyin" : "nì míng", + "numeric" : "ni4 ming2", + "wadegiles" : "ni⁴ ming²", + "bopomofo" : "ㄋㄧˋ ㄇㄧㄥˊ", + "romatzyh" : "nih ming" }, + "meanings" : [ "anonymous" ], + "classifiers" : [] } ] }, + { "simplified" : "年", + "radical" : "干", + "level" : [ "new-1", "old-1" ], + "frequency" : 79, + "pos" : [ "qt", "t", "n" ], + "forms" : [ { "traditional" : "年", + "transcriptions" : { "pinyin" : "Nián", + "numeric" : "Nian2", + "wadegiles" : "nien²", + "bopomofo" : "ㄋㄧㄢˊ", + "romatzyh" : "nian" }, + "meanings" : [ "surname Nian" ], + "classifiers" : [] }, + { "traditional" : "年", + "transcriptions" : { "pinyin" : "nián", + "numeric" : "nian2", + "wadegiles" : "nien²", + "bopomofo" : "ㄋㄧㄢˊ", + "romatzyh" : "nian" }, + "meanings" : [ "year" ], + "classifiers" : [ "个" ] }, + { "traditional" : "秊", + "transcriptions" : { "pinyin" : "nián", + "numeric" : "nian2", + "wadegiles" : "nien²", + "bopomofo" : "ㄋㄧㄢˊ", + "romatzyh" : "nian" }, + "meanings" : [ "grain", + "harvest (old)", + "variant of 年" ], + "classifiers" : [] } ] }, + { "simplified" : "年初", + "radical" : "干", + "level" : [ "new-3" ], + "frequency" : 18414, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "年初", + "transcriptions" : { "pinyin" : "nián chū", + "numeric" : "nian2 chu1", + "wadegiles" : "nien² ch'u¹", + "bopomofo" : "ㄋㄧㄢˊ ㄔㄨ", + "romatzyh" : "nian chu" }, + "meanings" : [ "beginning of the year" ], + "classifiers" : [] } ] }, + { "simplified" : "年代", + "radical" : "干", + "level" : [ "new-3", "old-5" ], + "frequency" : 1430, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "年代", + "transcriptions" : { "pinyin" : "nián dài", + "numeric" : "nian2 dai4", + "wadegiles" : "nien² tai⁴", + "bopomofo" : "ㄋㄧㄢˊ ㄉㄞˋ", + "romatzyh" : "nian day" }, + "meanings" : [ "a decade of a century (e.g. the Sixties)", + "age", + "era", + "period" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "年底", + "radical" : "干", + "level" : [ "new-3" ], + "frequency" : 12203, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "年底", + "transcriptions" : { "pinyin" : "nián dǐ", + "numeric" : "nian2 di3", + "wadegiles" : "nien² ti³", + "bopomofo" : "ㄋㄧㄢˊ ㄉㄧˇ", + "romatzyh" : "nian dii" }, + "meanings" : [ "the end of the year", "year-end" ], + "classifiers" : [] } ] }, + { "simplified" : "年度", + "radical" : "干", + "level" : [ "new-5", "old-6" ], + "frequency" : 3572, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "年度", + "transcriptions" : { "pinyin" : "nián dù", + "numeric" : "nian2 du4", + "wadegiles" : "nien² tu⁴", + "bopomofo" : "ㄋㄧㄢˊ ㄉㄨˋ", + "romatzyh" : "nian duh" }, + "meanings" : [ "year (e.g. school year, fiscal year)", + "annual" ], + "classifiers" : [] } ] }, + { "simplified" : "年画", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 30151, + "pos" : [], + "forms" : [ { "traditional" : "年畫", + "transcriptions" : { "pinyin" : "nián huà", + "numeric" : "nian2 hua4", + "wadegiles" : "nien² hua⁴", + "bopomofo" : "ㄋㄧㄢˊ ㄏㄨㄚˋ", + "romatzyh" : "nian huah" }, + "meanings" : [ "New Year (Spring Festival) picture" ], + "classifiers" : [] } ] }, + { "simplified" : "年级", + "radical" : "干", + "level" : [ "new-2", "old-3" ], + "frequency" : 7644, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "年級", + "transcriptions" : { "pinyin" : "nián jí", + "numeric" : "nian2 ji2", + "wadegiles" : "nien² chi²", + "bopomofo" : "ㄋㄧㄢˊ ㄐㄧˊ", + "romatzyh" : "nian jyi" }, + "meanings" : [ "grade", + "year (in school, college etc)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "年纪", + "radical" : "干", + "level" : [ "new-3", "old-5" ], + "frequency" : 3247, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "年紀", + "transcriptions" : { "pinyin" : "nián jì", + "numeric" : "nian2 ji4", + "wadegiles" : "nien² chi⁴", + "bopomofo" : "ㄋㄧㄢˊ ㄐㄧˋ", + "romatzyh" : "nian jih" }, + "meanings" : [ "age" ], + "classifiers" : [ "把", "个" ] } ] }, + { "simplified" : "年龄", + "radical" : "干", + "level" : [ "new-5", "old-4" ], + "frequency" : 2013, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "年齡", + "transcriptions" : { "pinyin" : "nián líng", + "numeric" : "nian2 ling2", + "wadegiles" : "nien² ling²", + "bopomofo" : "ㄋㄧㄢˊ ㄌㄧㄥˊ", + "romatzyh" : "nian ling" }, + "meanings" : [ "(a person's) age" ], + "classifiers" : [ "把", "个" ] } ] }, + { "simplified" : "年迈", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 23794, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "年邁", + "transcriptions" : { "pinyin" : "nián mài", + "numeric" : "nian2 mai4", + "wadegiles" : "nien² mai⁴", + "bopomofo" : "ㄋㄧㄢˊ ㄇㄞˋ", + "romatzyh" : "nian may" }, + "meanings" : [ "old", "aged" ], + "classifiers" : [] } ] }, + { "simplified" : "年前", + "radical" : "干", + "level" : [ "new-5" ], + "frequency" : 17615, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "年前", + "transcriptions" : { "pinyin" : "nián qián", + "numeric" : "nian2 qian2", + "wadegiles" : "nien² ch'ien²", + "bopomofo" : "ㄋㄧㄢˊ ㄑㄧㄢˊ", + "romatzyh" : "nian chyan" }, + "meanings" : [ "by the end of the year", + "at the end of the year; shortly before New Year" ], + "classifiers" : [] } ] }, + { "simplified" : "年轻", + "radical" : "干", + "level" : [ "new-2", "old-3" ], + "frequency" : 1100, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "年輕", + "transcriptions" : { "pinyin" : "nián qīng", + "numeric" : "nian2 qing1", + "wadegiles" : "nien² ch'ing¹", + "bopomofo" : "ㄋㄧㄢˊ ㄑㄧㄥ", + "romatzyh" : "nian ching" }, + "meanings" : [ "young" ], + "classifiers" : [] } ] }, + { "simplified" : "年限", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 23094, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "年限", + "transcriptions" : { "pinyin" : "nián xiàn", + "numeric" : "nian2 xian4", + "wadegiles" : "nien² hsien⁴", + "bopomofo" : "ㄋㄧㄢˊ ㄒㄧㄢˋ", + "romatzyh" : "nian shiann" }, + "meanings" : [ "age limit", + "fixed number of years" ], + "classifiers" : [] } ] }, + { "simplified" : "年薪", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 15631, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "年薪", + "transcriptions" : { "pinyin" : "nián xīn", + "numeric" : "nian2 xin1", + "wadegiles" : "nien² hsin¹", + "bopomofo" : "ㄋㄧㄢˊ ㄒㄧㄣ", + "romatzyh" : "nian shin" }, + "meanings" : [ "annual salary" ], + "classifiers" : [] } ] }, + { "simplified" : "年夜饭", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 13754, + "pos" : [], + "forms" : [ { "traditional" : "年夜飯", + "transcriptions" : { "pinyin" : "nián yè fàn", + "numeric" : "nian2 ye4 fan4", + "wadegiles" : "nien² yeh⁴ fan⁴", + "bopomofo" : "ㄋㄧㄢˊ ㄧㄝˋ ㄈㄢˋ", + "romatzyh" : "nian yeh fann" }, + "meanings" : [ "New Year's Eve family dinner" ], + "classifiers" : [] } ] }, + { "simplified" : "年终", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 17158, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "年終", + "transcriptions" : { "pinyin" : "nián zhōng", + "numeric" : "nian2 zhong1", + "wadegiles" : "nien² chung¹", + "bopomofo" : "ㄋㄧㄢˊ ㄓㄨㄥ", + "romatzyh" : "nian jong" }, + "meanings" : [ "end of the year" ], + "classifiers" : [] } ] }, + { "simplified" : "黏", + "radical" : "黍", + "level" : [ "new-7+" ], + "frequency" : 14914, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "黏", + "transcriptions" : { "pinyin" : "nián", + "numeric" : "nian2", + "wadegiles" : "nien²", + "bopomofo" : "ㄋㄧㄢˊ", + "romatzyh" : "nian" }, + "meanings" : [ "sticky", + "glutinous", + "(Tw) to adhere", + "to stick on", + "to glue" ], + "classifiers" : [] } ] }, + { "simplified" : "念", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 2410, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "唸", + "transcriptions" : { "pinyin" : "niàn", + "numeric" : "nian4", + "wadegiles" : "nien⁴", + "bopomofo" : "ㄋㄧㄢˋ", + "romatzyh" : "niann" }, + "meanings" : [ "variant of 念, to read aloud" ], + "classifiers" : [] }, + { "traditional" : "念", + "transcriptions" : { "pinyin" : "niàn", + "numeric" : "nian4", + "wadegiles" : "nien⁴", + "bopomofo" : "ㄋㄧㄢˋ", + "romatzyh" : "niann" }, + "meanings" : [ "to read", + "to study (a subject)", + "to attend (a school)", + "to read aloud", + "to give (sb) a tongue-lashing", + "to miss (sb)", + "idea", + "remembrance", + "twenty (banker's anti-fraud numeral corresponding to 廿)" ], + "classifiers" : [ "顿" ] } ] }, + { "simplified" : "念念不忘", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 16511, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "念念不忘", + "transcriptions" : { "pinyin" : "niàn niàn bù wàng", + "numeric" : "nian4 nian4 bu4 wang4", + "wadegiles" : "nien⁴ nien⁴ pu⁴ wang⁴", + "bopomofo" : "ㄋㄧㄢˋ ㄋㄧㄢˋ ㄅㄨˋ ㄨㄤˋ", + "romatzyh" : "niann niann buh wanq" }, + "meanings" : [ "to keep in mind constantly (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "念书", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 15989, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "念書", + "transcriptions" : { "pinyin" : "niàn shū", + "numeric" : "nian4 shu1", + "wadegiles" : "nien⁴ shu¹", + "bopomofo" : "ㄋㄧㄢˋ ㄕㄨ", + "romatzyh" : "niann shu" }, + "meanings" : [ "to read", "to study" ], + "classifiers" : [] } ] }, + { "simplified" : "念头", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 5858, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "念頭", + "transcriptions" : { "pinyin" : "niàn tou", + "numeric" : "nian4 tou5", + "wadegiles" : "nien⁴ tou", + "bopomofo" : "ㄋㄧㄢˋ tou", + "romatzyh" : "niann tou" }, + "meanings" : [ "thought; idea; intention" ], + "classifiers" : [] } ] }, + { "simplified" : "酿造", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 25051, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "釀造", + "transcriptions" : { "pinyin" : "niàng zào", + "numeric" : "niang4 zao4", + "wadegiles" : "niang⁴ tsao⁴", + "bopomofo" : "ㄋㄧㄤˋ ㄗㄠˋ", + "romatzyh" : "nianq tzaw" }, + "meanings" : [ "to brew", + "to make (wine, vinegar, soybean paste etc) by fermentation" ], + "classifiers" : [] } ] }, + { "simplified" : "娘", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 2131, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "娘", + "transcriptions" : { "pinyin" : "niáng", + "numeric" : "niang2", + "wadegiles" : "niang²", + "bopomofo" : "ㄋㄧㄤˊ", + "romatzyh" : "niang" }, + "meanings" : [ "mother", + "young lady", + "(coll.) effeminate" ], + "classifiers" : [] }, + { "traditional" : "孃", + "transcriptions" : { "pinyin" : "niáng", + "numeric" : "niang2", + "wadegiles" : "niang²", + "bopomofo" : "ㄋㄧㄤˊ", + "romatzyh" : "niang" }, + "meanings" : [ "variant of 娘" ], + "classifiers" : [] } ] }, + { "simplified" : "鸟", + "radical" : "鸟", + "level" : [ "new-2", "old-3" ], + "frequency" : 1593, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鳥", + "transcriptions" : { "pinyin" : "diǎo", + "numeric" : "diao3", + "wadegiles" : "tiao³", + "bopomofo" : "ㄉㄧㄠˇ", + "romatzyh" : "deau" }, + "meanings" : [ "variant of 屌", "penis" ], + "classifiers" : [] }, + { "traditional" : "鳥", + "transcriptions" : { "pinyin" : "niǎo", + "numeric" : "niao3", + "wadegiles" : "niao³", + "bopomofo" : "ㄋㄧㄠˇ", + "romatzyh" : "neau" }, + "meanings" : [ "bird", + "\"bird\" radical in Chinese characters (Kangxi radical 196)", + "(dialect) to pay attention to", + "(intensifier) damned", + "goddamn" ], + "classifiers" : [ "只", "群" ] } ] }, + { "simplified" : "鸟巢", + "radical" : "鸟", + "level" : [ "new-7+" ], + "frequency" : 23612, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鳥巢", + "transcriptions" : { "pinyin" : "niǎo cháo", + "numeric" : "niao3 chao2", + "wadegiles" : "niao³ ch'ao²", + "bopomofo" : "ㄋㄧㄠˇ ㄔㄠˊ", + "romatzyh" : "neau chaur" }, + "meanings" : [ "bird's nest", + "nickname for Beijing 2008 Olympic stadium" ], + "classifiers" : [] } ] }, + { "simplified" : "尿", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 2899, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "尿", + "transcriptions" : { "pinyin" : "niào", + "numeric" : "niao4", + "wadegiles" : "niao⁴", + "bopomofo" : "ㄋㄧㄠˋ", + "romatzyh" : "niaw" }, + "meanings" : [ "to urinate", "urine" ], + "classifiers" : [ "泡" ] }, + { "traditional" : "尿", + "transcriptions" : { "pinyin" : "suī", + "numeric" : "sui1", + "wadegiles" : "sui¹", + "bopomofo" : "ㄙㄨㄟ", + "romatzyh" : "suei" }, + "meanings" : [ "(coll.) urine" ], + "classifiers" : [] } ] }, + { "simplified" : "捏", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4857, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捏", + "transcriptions" : { "pinyin" : "niē", + "numeric" : "nie1", + "wadegiles" : "nieh¹", + "bopomofo" : "ㄋㄧㄝ", + "romatzyh" : "nhie" }, + "meanings" : [ "to hold between the thumb and fingers", + "to pinch", + "to mold (using the fingers)", + "to hold (lit. in one's hand and fig.)", + "to join together", + "to fabricate (a story, a report, etc)" ], + "classifiers" : [] }, + { "traditional" : "揑", + "transcriptions" : { "pinyin" : "niē", + "numeric" : "nie1", + "wadegiles" : "nieh¹", + "bopomofo" : "ㄋㄧㄝ", + "romatzyh" : "nhie" }, + "meanings" : [ "variant of 捏" ], + "classifiers" : [] } ] }, + { "simplified" : "您", + "radical" : "心", + "level" : [ "new-1", "old-2" ], + "frequency" : 357, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "您", + "transcriptions" : { "pinyin" : "nín", + "numeric" : "nin2", + "wadegiles" : "nin²", + "bopomofo" : "ㄋㄧㄣˊ", + "romatzyh" : "nin" }, + "meanings" : [ "you (courteous, as opposed to informal 你)" ], + "classifiers" : [] } ] }, + { "simplified" : "宁静", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 7092, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "寧靜", + "transcriptions" : { "pinyin" : "níng jìng", + "numeric" : "ning2 jing4", + "wadegiles" : "ning² ching⁴", + "bopomofo" : "ㄋㄧㄥˊ ㄐㄧㄥˋ", + "romatzyh" : "ning jinq" }, + "meanings" : [ "tranquil", + "tranquility", + "serenity" ], + "classifiers" : [] } ] }, + { "simplified" : "宁可", + "radical" : "宀", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8234, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "寧可", + "transcriptions" : { "pinyin" : "nìng kě", + "numeric" : "ning4 ke3", + "wadegiles" : "ning⁴ k'o³", + "bopomofo" : "ㄋㄧㄥˋ ㄎㄜˇ", + "romatzyh" : "ninq kee" }, + "meanings" : [ "preferably", + "one would prefer to...(or not to...)", + "would rather", + "(would) be better to", + "(to pick) the lesser of two evils" ], + "classifiers" : [] } ] }, + { "simplified" : "宁肯", + "radical" : "宀", + "level" : [ "old-6" ], + "frequency" : 35373, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "寧肯", + "transcriptions" : { "pinyin" : "nìng kěn", + "numeric" : "ning4 ken3", + "wadegiles" : "ning⁴ k'en³", + "bopomofo" : "ㄋㄧㄥˋ ㄎㄣˇ", + "romatzyh" : "ninq keen" }, + "meanings" : [ "would rather...", + "it would be better...", + "would prefer" ], + "classifiers" : [] } ] }, + { "simplified" : "宁愿", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4690, + "pos" : [ "d", "c", "v" ], + "forms" : [ { "traditional" : "寧願", + "transcriptions" : { "pinyin" : "nìng yuàn", + "numeric" : "ning4 yuan4", + "wadegiles" : "ning⁴ yüan⁴", + "bopomofo" : "ㄋㄧㄥˋ ㄩㄢˋ", + "romatzyh" : "ninq yuann" }, + "meanings" : [ "would rather ... (than ...)" ], + "classifiers" : [] } ] }, + { "simplified" : "拧", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7556, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擰", + "transcriptions" : { "pinyin" : "níng", + "numeric" : "ning2", + "wadegiles" : "ning²", + "bopomofo" : "ㄋㄧㄥˊ", + "romatzyh" : "ning" }, + "meanings" : [ "to pinch", "wring" ], + "classifiers" : [] }, + { "traditional" : "擰", + "transcriptions" : { "pinyin" : "nǐng", + "numeric" : "ning3", + "wadegiles" : "ning³", + "bopomofo" : "ㄋㄧㄥˇ", + "romatzyh" : "niing" }, + "meanings" : [ "mistake", "to twist" ], + "classifiers" : [] }, + { "traditional" : "擰", + "transcriptions" : { "pinyin" : "nìng", + "numeric" : "ning4", + "wadegiles" : "ning⁴", + "bopomofo" : "ㄋㄧㄥˋ", + "romatzyh" : "ninq" }, + "meanings" : [ "stubborn" ], + "classifiers" : [] } ] }, + { "simplified" : "凝固", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13476, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "凝固", + "transcriptions" : { "pinyin" : "níng gù", + "numeric" : "ning2 gu4", + "wadegiles" : "ning² ku⁴", + "bopomofo" : "ㄋㄧㄥˊ ㄍㄨˋ", + "romatzyh" : "ning guh" }, + "meanings" : [ "to freeze", + "to solidify", + "to congeal", + "fig. with rapt attention" ], + "classifiers" : [] } ] }, + { "simplified" : "凝聚", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12032, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "凝聚", + "transcriptions" : { "pinyin" : "níng jù", + "numeric" : "ning2 ju4", + "wadegiles" : "ning² chü⁴", + "bopomofo" : "ㄋㄧㄥˊ ㄐㄩˋ", + "romatzyh" : "ning jiuh" }, + "meanings" : [ "to condense", + "to coagulate", + "coacervation (i.e. form tiny droplets)", + "aggregation", + "coherent" ], + "classifiers" : [] } ] }, + { "simplified" : "凝视", + "radical" : "冫", + "level" : [ "old-6" ], + "frequency" : 13685, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "凝視", + "transcriptions" : { "pinyin" : "níng shì", + "numeric" : "ning2 shi4", + "wadegiles" : "ning² shih⁴", + "bopomofo" : "ㄋㄧㄥˊ ㄕˋ", + "romatzyh" : "ning shyh" }, + "meanings" : [ "to gaze at", + "to fix one's eyes on" ], + "classifiers" : [] } ] }, + { "simplified" : "牛", + "radical" : "牛", + "level" : [ "new-3" ], + "frequency" : 1148, + "pos" : [ "n", "g", "nr" ], + "forms" : [ { "traditional" : "牛", + "transcriptions" : { "pinyin" : "Niú", + "numeric" : "Niu2", + "wadegiles" : "niu²", + "bopomofo" : "ㄋㄧㄡˊ", + "romatzyh" : "niou" }, + "meanings" : [ "surname Niu" ], + "classifiers" : [] }, + { "traditional" : "牛", + "transcriptions" : { "pinyin" : "niú", + "numeric" : "niu2", + "wadegiles" : "niu²", + "bopomofo" : "ㄋㄧㄡˊ", + "romatzyh" : "niou" }, + "meanings" : [ "ox", + "cow", + "bull", + "newton (abbr. for 牛顿)", + "(slang) awesome" ], + "classifiers" : [ "条", "头" ] } ] }, + { "simplified" : "牛奶", + "radical" : "牛", + "level" : [ "new-1", "old-2" ], + "frequency" : 2986, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牛奶", + "transcriptions" : { "pinyin" : "niú nǎi", + "numeric" : "niu2 nai3", + "wadegiles" : "niu² nai³", + "bopomofo" : "ㄋㄧㄡˊ ㄋㄞˇ", + "romatzyh" : "niou nae" }, + "meanings" : [ "cow's milk" ], + "classifiers" : [ "瓶", "杯" ] } ] }, + { "simplified" : "牛仔裤", + "radical" : "牛", + "level" : [ "new-5", "old-5" ], + "frequency" : 7666, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牛仔褲", + "transcriptions" : { "pinyin" : "niú zǎi kù", + "numeric" : "niu2 zai3 ku4", + "wadegiles" : "niu² tsai³ k'u⁴", + "bopomofo" : "ㄋㄧㄡˊ ㄗㄞˇ ㄎㄨˋ", + "romatzyh" : "niou tzae kuh" }, + "meanings" : [ "jeans" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "扭", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 4948, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扭", + "transcriptions" : { "pinyin" : "niǔ", + "numeric" : "niu3", + "wadegiles" : "niu³", + "bopomofo" : "ㄋㄧㄡˇ", + "romatzyh" : "neou" }, + "meanings" : [ "to turn", + "to twist", + "to wring", + "to sprain", + "to swing one's hips" ], + "classifiers" : [] } ] }, + { "simplified" : "扭曲", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 7352, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "扭曲", + "transcriptions" : { "pinyin" : "niǔ qū", + "numeric" : "niu3 qu1", + "wadegiles" : "niu³ ch'ü¹", + "bopomofo" : "ㄋㄧㄡˇ ㄑㄩ", + "romatzyh" : "neou chiu" }, + "meanings" : [ "to twist", + "to warp", + "to distort" ], + "classifiers" : [] } ] }, + { "simplified" : "扭头", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 21398, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扭頭", + "transcriptions" : { "pinyin" : "niǔ tóu", + "numeric" : "niu3 tou2", + "wadegiles" : "niu³ t'ou²", + "bopomofo" : "ㄋㄧㄡˇ ㄊㄡˊ", + "romatzyh" : "neou tour" }, + "meanings" : [ "to turn one's head", + "to turn around" ], + "classifiers" : [] } ] }, + { "simplified" : "扭转", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8733, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "扭轉", + "transcriptions" : { "pinyin" : "niǔ zhuǎn", + "numeric" : "niu3 zhuan3", + "wadegiles" : "niu³ chuan³", + "bopomofo" : "ㄋㄧㄡˇ ㄓㄨㄢˇ", + "romatzyh" : "neou joan" }, + "meanings" : [ "to reverse", + "to turn around (an undesirable situation)", + "(mechanics) torsion" ], + "classifiers" : [] } ] }, + { "simplified" : "纽带", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 14312, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紐帶", + "transcriptions" : { "pinyin" : "niǔ dài", + "numeric" : "niu3 dai4", + "wadegiles" : "niu³ tai⁴", + "bopomofo" : "ㄋㄧㄡˇ ㄉㄞˋ", + "romatzyh" : "neou day" }, + "meanings" : [ "tie", "link", "bond" ], + "classifiers" : [] } ] }, + { "simplified" : "纽扣", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 17672, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紐扣", + "transcriptions" : { "pinyin" : "niǔ kòu", + "numeric" : "niu3 kou4", + "wadegiles" : "niu³ k'ou⁴", + "bopomofo" : "ㄋㄧㄡˇ ㄎㄡˋ", + "romatzyh" : "neou kow" }, + "meanings" : [ "button" ], + "classifiers" : [] } ] }, + { "simplified" : "纽扣儿", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "紐扣兒", + "transcriptions" : { "pinyin" : "niǔ kòu er", + "numeric" : "niu3 kou4 er", + "wadegiles" : "niu³ k'ou⁴ er", + "bopomofo" : "ㄋㄧㄡˇ ㄎㄡˋ er", + "romatzyh" : "neou kow er" }, + "meanings" : [ "button", "erhua variant of 纽扣" ], + "classifiers" : [] } ] }, + { "simplified" : "农产品", + "radical" : "冖", + "level" : [ "new-5" ], + "frequency" : 17202, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "農產品", + "transcriptions" : { "pinyin" : "nóng chǎn pǐn", + "numeric" : "nong2 chan3 pin3", + "wadegiles" : "nung² ch'an³ p'in³", + "bopomofo" : "ㄋㄨㄥˊ ㄔㄢˇ ㄆㄧㄣˇ", + "romatzyh" : "nong chaan piin" }, + "meanings" : [ "agricultural produce" ], + "classifiers" : [] } ] }, + { "simplified" : "农场", + "radical" : "冖", + "level" : [ "new-7+" ], + "frequency" : 5660, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "農場", + "transcriptions" : { "pinyin" : "nóng chǎng", + "numeric" : "nong2 chang3", + "wadegiles" : "nung² ch'ang³", + "bopomofo" : "ㄋㄨㄥˊ ㄔㄤˇ", + "romatzyh" : "nong chaang" }, + "meanings" : [ "farm" ], + "classifiers" : [] } ] }, + { "simplified" : "农村", + "radical" : "冖", + "level" : [ "new-3", "old-4" ], + "frequency" : 8305, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "農村", + "transcriptions" : { "pinyin" : "nóng cūn", + "numeric" : "nong2 cun1", + "wadegiles" : "nung² ts'un¹", + "bopomofo" : "ㄋㄨㄥˊ ㄘㄨㄣ", + "romatzyh" : "nong tsuen" }, + "meanings" : [ "rural area", "village" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "农历", + "radical" : "冖", + "level" : [ "new-7+", "old-6" ], + "frequency" : 35140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "農曆", + "transcriptions" : { "pinyin" : "nóng lì", + "numeric" : "nong2 li4", + "wadegiles" : "nung² li⁴", + "bopomofo" : "ㄋㄨㄥˊ ㄌㄧˋ", + "romatzyh" : "nong lih" }, + "meanings" : [ "the traditional Chinese calendar", + "the lunar calendar" ], + "classifiers" : [] } ] }, + { "simplified" : "农民", + "radical" : "冖", + "level" : [ "new-3", "old-5" ], + "frequency" : 3710, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "農民", + "transcriptions" : { "pinyin" : "nóng mín", + "numeric" : "nong2 min2", + "wadegiles" : "nung² min²", + "bopomofo" : "ㄋㄨㄥˊ ㄇㄧㄣˊ", + "romatzyh" : "nong min" }, + "meanings" : [ "peasant", "farmer" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "农民工", + "radical" : "冖", + "level" : [ "new-7+" ], + "frequency" : 38309, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "農民工", + "transcriptions" : { "pinyin" : "nóng mín gōng", + "numeric" : "nong2 min2 gong1", + "wadegiles" : "nung² min² kung¹", + "bopomofo" : "ㄋㄨㄥˊ ㄇㄧㄣˊ ㄍㄨㄥ", + "romatzyh" : "nong min gong" }, + "meanings" : [ "migrant worker (who moved from a rural area of China to a city to find work)" ], + "classifiers" : [] } ] }, + { "simplified" : "农业", + "radical" : "冖", + "level" : [ "new-3", "old-5" ], + "frequency" : 6155, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "農業", + "transcriptions" : { "pinyin" : "nóng yè", + "numeric" : "nong2 ye4", + "wadegiles" : "nung² yeh⁴", + "bopomofo" : "ㄋㄨㄥˊ ㄧㄝˋ", + "romatzyh" : "nong yeh" }, + "meanings" : [ "agriculture", "farming" ], + "classifiers" : [] } ] }, + { "simplified" : "农作物", + "radical" : "冖", + "level" : [ "new-7+" ], + "frequency" : 15603, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "農作物", + "transcriptions" : { "pinyin" : "nóng zuò wù", + "numeric" : "nong2 zuo4 wu4", + "wadegiles" : "nung² tso⁴ wu⁴", + "bopomofo" : "ㄋㄨㄥˊ ㄗㄨㄛˋ ㄨˋ", + "romatzyh" : "nong tzuoh wuh" }, + "meanings" : [ "(farm) crops" ], + "classifiers" : [] } ] }, + { "simplified" : "浓", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 4948, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "濃", + "transcriptions" : { "pinyin" : "nóng", + "numeric" : "nong2", + "wadegiles" : "nung²", + "bopomofo" : "ㄋㄨㄥˊ", + "romatzyh" : "nong" }, + "meanings" : [ "concentrated", + "dense", + "strong (smell etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "浓厚", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17664, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "濃厚", + "transcriptions" : { "pinyin" : "nóng hòu", + "numeric" : "nong2 hou4", + "wadegiles" : "nung² hou⁴", + "bopomofo" : "ㄋㄨㄥˊ ㄏㄡˋ", + "romatzyh" : "nong how" }, + "meanings" : [ "dense", + "thick (fog, clouds etc)", + "to have a strong interest in", + "deep", + "fully saturated (color)" ], + "classifiers" : [] } ] }, + { "simplified" : "浓缩", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10610, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "濃縮", + "transcriptions" : { "pinyin" : "nóng suō", + "numeric" : "nong2 suo1", + "wadegiles" : "nung² so¹", + "bopomofo" : "ㄋㄨㄥˊ ㄙㄨㄛ", + "romatzyh" : "nong suo" }, + "meanings" : [ "to concentrate (a liquid)", + "concentration", + "espresso coffee", + "abbr. for 意式浓缩咖啡" ], + "classifiers" : [] } ] }, + { "simplified" : "浓郁", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 20892, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "濃郁", + "transcriptions" : { "pinyin" : "nóng yù", + "numeric" : "nong2 yu4", + "wadegiles" : "nung² yü⁴", + "bopomofo" : "ㄋㄨㄥˊ ㄩˋ", + "romatzyh" : "nong yuh" }, + "meanings" : [ "rich", + "strong", + "heavy (fragrance)", + "dense", + "full-bodied", + "intense" ], + "classifiers" : [] } ] }, + { "simplified" : "浓重", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 28270, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "濃重", + "transcriptions" : { "pinyin" : "nóng zhòng", + "numeric" : "nong2 zhong4", + "wadegiles" : "nung² chung⁴", + "bopomofo" : "ㄋㄨㄥˊ ㄓㄨㄥˋ", + "romatzyh" : "nong jonq" }, + "meanings" : [ "dense", + "thick", + "strong", + "rich (colors)", + "heavy (aroma)", + "deep (friendship)", + "profound (effect)" ], + "classifiers" : [] } ] }, + { "simplified" : "弄", + "radical" : "廾", + "level" : [ "new-2", "old-4" ], + "frequency" : 952, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "弄", + "transcriptions" : { "pinyin" : "lòng", + "numeric" : "long4", + "wadegiles" : "lung⁴", + "bopomofo" : "ㄌㄨㄥˋ", + "romatzyh" : "lonq" }, + "meanings" : [ "lane", "alley" ], + "classifiers" : [] }, + { "traditional" : "弄", + "transcriptions" : { "pinyin" : "nòng", + "numeric" : "nong4", + "wadegiles" : "nung⁴", + "bopomofo" : "ㄋㄨㄥˋ", + "romatzyh" : "nonq" }, + "meanings" : [ "to do", + "to manage", + "to handle", + "to play with", + "to fool with", + "to mess with", + "to fix", + "to toy with" ], + "classifiers" : [] }, + { "traditional" : "挵", + "transcriptions" : { "pinyin" : "nòng", + "numeric" : "nong4", + "wadegiles" : "nung⁴", + "bopomofo" : "ㄋㄨㄥˋ", + "romatzyh" : "nonq" }, + "meanings" : [ "old variant of 弄" ], + "classifiers" : [] }, + { "traditional" : "衖", + "transcriptions" : { "pinyin" : "lòng", + "numeric" : "long4", + "wadegiles" : "lung⁴", + "bopomofo" : "ㄌㄨㄥˋ", + "romatzyh" : "lonq" }, + "meanings" : [ "variant of 弄" ], + "classifiers" : [] } ] }, + { "simplified" : "弄虚作假", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 29962, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "弄虛作假", + "transcriptions" : { "pinyin" : "nòng xū zuò jiǎ", + "numeric" : "nong4 xu1 zuo4 jia3", + "wadegiles" : "nung⁴ hsü¹ tso⁴ chia³", + "bopomofo" : "ㄋㄨㄥˋ ㄒㄩ ㄗㄨㄛˋ ㄐㄧㄚˇ", + "romatzyh" : "nonq shiu tzuoh jea" }, + "meanings" : [ "to practice fraud (idiom); by trickery" ], + "classifiers" : [] } ] }, + { "simplified" : "奴隶", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7456, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "奴隸", + "transcriptions" : { "pinyin" : "nú lì", + "numeric" : "nu2 li4", + "wadegiles" : "nu² li⁴", + "bopomofo" : "ㄋㄨˊ ㄌㄧˋ", + "romatzyh" : "nu lih" }, + "meanings" : [ "slave" ], + "classifiers" : [] } ] }, + { "simplified" : "努力", + "radical" : "力", + "level" : [ "new-2", "old-3" ], + "frequency" : 505, + "pos" : [ "ad", "an", "a" ], + "forms" : [ { "traditional" : "努力", + "transcriptions" : { "pinyin" : "nǔ lì", + "numeric" : "nu3 li4", + "wadegiles" : "nu³ li⁴", + "bopomofo" : "ㄋㄨˇ ㄌㄧˋ", + "romatzyh" : "nuu lih" }, + "meanings" : [ "to make an effort; to try hard; to strive", + "hard-working; conscientious" ], + "classifiers" : [] } ] }, + { "simplified" : "女", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 368, + "pos" : [ "b", "g" ], + "forms" : [ { "traditional" : "女", + "transcriptions" : { "pinyin" : "nu:3", + "numeric" : "nü3", + "wadegiles" : "nu:3", + "bopomofo" : "nu:3", + "romatzyh" : "nu:3" }, + "meanings" : [ "female", "woman", "daughter" ], + "classifiers" : [] }, + { "traditional" : "女", + "transcriptions" : { "pinyin" : "rǔ", + "numeric" : "ru3", + "wadegiles" : "ju³", + "bopomofo" : "ㄖㄨˇ", + "romatzyh" : "ruu" }, + "meanings" : [ "archaic variant of 汝" ], + "classifiers" : [] } ] }, + { "simplified" : "女儿", + "radical" : "女", + "level" : [ "new-1", "old-1" ], + "frequency" : 879, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "女兒", + "transcriptions" : { "pinyin" : "nu:3 ér", + "numeric" : "nü3 er2", + "wadegiles" : "nu:3 erh²", + "bopomofo" : "nu:3 ㄦˊ", + "romatzyh" : "nu:3 erl" }, + "meanings" : [ "daughter" ], + "classifiers" : [] } ] }, + { "simplified" : "女孩儿", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 18271, + "pos" : [], + "forms" : [ { "traditional" : "女孩兒", + "transcriptions" : { "pinyin" : "nu:3 hái r", + "numeric" : "nü3 hai2 r5", + "wadegiles" : "nu:3 hai² r", + "bopomofo" : "nu:3 ㄏㄞˊ r", + "romatzyh" : "nu:3 hair r" }, + "meanings" : [ "erhua variant of 孩" ], + "classifiers" : [] } ] }, + { "simplified" : "女朋友", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 3004, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "女朋友", + "transcriptions" : { "pinyin" : "nu:3 péng you", + "numeric" : "nü3 peng2 you5", + "wadegiles" : "nu:3 p'eng² you", + "bopomofo" : "nu:3 ㄆㄥˊ you", + "romatzyh" : "nu:3 perng you" }, + "meanings" : [ "girlfriend" ], + "classifiers" : [] } ] }, + { "simplified" : "女人", + "radical" : "女", + "level" : [ "new-1", "old-2" ], + "frequency" : 383, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "女人", + "transcriptions" : { "pinyin" : "nu:3 rén", + "numeric" : "nü3 ren2", + "wadegiles" : "nu:3 jen²", + "bopomofo" : "nu:3 ㄖㄣˊ", + "romatzyh" : "nu:3 ren" }, + "meanings" : [ "woman" ], + "classifiers" : [] }, + { "traditional" : "女人", + "transcriptions" : { "pinyin" : "nu:3 ren", + "numeric" : "nü3 ren5", + "wadegiles" : "nu:3 ren", + "bopomofo" : "nu:3 ren", + "romatzyh" : "nu:3 ren" }, + "meanings" : [ "wife" ], + "classifiers" : [] } ] }, + { "simplified" : "女生", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 1894, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "女生", + "transcriptions" : { "pinyin" : "nu:3 shēng", + "numeric" : "nü3 sheng1", + "wadegiles" : "nu:3 sheng¹", + "bopomofo" : "nu:3 ㄕㄥ", + "romatzyh" : "nu:3 sheng" }, + "meanings" : [ "schoolgirl", + "female student", + "girl" ], + "classifiers" : [] } ] }, + { "simplified" : "女士", + "radical" : "女", + "level" : [ "new-4", "old-5" ], + "frequency" : 2155, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "女士", + "transcriptions" : { "pinyin" : "nu:3 shì", + "numeric" : "nü3 shi4", + "wadegiles" : "nu:3 shih⁴", + "bopomofo" : "nu:3 ㄕˋ", + "romatzyh" : "nu:3 shyh" }, + "meanings" : [ "lady", "madam", "Miss", "Ms" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "女性", + "radical" : "女", + "level" : [ "new-5" ], + "frequency" : 1379, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "女性", + "transcriptions" : { "pinyin" : "nu:3 xìng", + "numeric" : "nü3 xing4", + "wadegiles" : "nu:3 hsing⁴", + "bopomofo" : "nu:3 ㄒㄧㄥˋ", + "romatzyh" : "nu:3 shinq" }, + "meanings" : [ "woman", "the female sex" ], + "classifiers" : [] } ] }, + { "simplified" : "女婿", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 12022, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "女婿", + "transcriptions" : { "pinyin" : "nu:3 xu", + "numeric" : "nü3 xu5", + "wadegiles" : "nu:3 xu", + "bopomofo" : "nu:3 xu", + "romatzyh" : "nu:3 xu" }, + "meanings" : [ "daughter's husband; son-in-law" ], + "classifiers" : [] } ] }, + { "simplified" : "女子", + "radical" : "女", + "level" : [ "new-3" ], + "frequency" : 2271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "女子", + "transcriptions" : { "pinyin" : "nu:3 zǐ", + "numeric" : "nü3 zi3", + "wadegiles" : "nu:3 tzu³", + "bopomofo" : "nu:3 ㄗˇ", + "romatzyh" : "nu:3 tzyy" }, + "meanings" : [ "woman", "female" ], + "classifiers" : [] } ] }, + { "simplified" : "暖", + "radical" : "日", + "level" : [ "new-5" ], + "frequency" : 3896, + "pos" : [ "a", "v", "g" ], + "forms" : [ { "traditional" : "㬉", + "transcriptions" : { "pinyin" : "nuǎn", + "numeric" : "nuan3", + "wadegiles" : "nuan³", + "bopomofo" : "ㄋㄨㄢˇ", + "romatzyh" : "noan" }, + "meanings" : [ "old variant of 暖" ], + "classifiers" : [] }, + { "traditional" : "暖", + "transcriptions" : { "pinyin" : "nuǎn", + "numeric" : "nuan3", + "wadegiles" : "nuan³", + "bopomofo" : "ㄋㄨㄢˇ", + "romatzyh" : "noan" }, + "meanings" : [ "warm", "to warm" ], + "classifiers" : [] }, + { "traditional" : "煖", + "transcriptions" : { "pinyin" : "nuǎn", + "numeric" : "nuan3", + "wadegiles" : "nuan³", + "bopomofo" : "ㄋㄨㄢˇ", + "romatzyh" : "noan" }, + "meanings" : [ "variant of 暖" ], + "classifiers" : [] }, + { "traditional" : "煗", + "transcriptions" : { "pinyin" : "nuǎn", + "numeric" : "nuan3", + "wadegiles" : "nuan³", + "bopomofo" : "ㄋㄨㄢˇ", + "romatzyh" : "noan" }, + "meanings" : [ "variant of 暖, warm" ], + "classifiers" : [] } ] }, + { "simplified" : "暖和", + "radical" : "日", + "level" : [ "new-3", "old-4" ], + "frequency" : 8118, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "暖和", + "transcriptions" : { "pinyin" : "nuǎn huo", + "numeric" : "nuan3 huo5", + "wadegiles" : "nuan³ huo", + "bopomofo" : "ㄋㄨㄢˇ huo", + "romatzyh" : "noan huo" }, + "meanings" : [ "warm", "nice and warm" ], + "classifiers" : [] } ] }, + { "simplified" : "暖烘烘", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 68189, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "暖烘烘", + "transcriptions" : { "pinyin" : "nuǎn hōng hōng", + "numeric" : "nuan3 hong1 hong1", + "wadegiles" : "nuan³ hung¹ hung¹", + "bopomofo" : "ㄋㄨㄢˇ ㄏㄨㄥ ㄏㄨㄥ", + "romatzyh" : "noan hong hong" }, + "meanings" : [ "nice and warm", + "cozy", + "heartwarming" ], + "classifiers" : [] } ] }, + { "simplified" : "暖气", + "radical" : "日", + "level" : [ "new-4" ], + "frequency" : 10582, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "暖氣", + "transcriptions" : { "pinyin" : "nuǎn qì", + "numeric" : "nuan3 qi4", + "wadegiles" : "nuan³ ch'i⁴", + "bopomofo" : "ㄋㄨㄢˇ ㄑㄧˋ", + "romatzyh" : "noan chih" }, + "meanings" : [ "central heating", + "heater", + "warm air" ], + "classifiers" : [] } ] }, + { "simplified" : "虐待", + "radical" : "虍", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7321, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "虐待", + "transcriptions" : { "pinyin" : "nu:è dài", + "numeric" : "nüe4 dai4", + "wadegiles" : "nu:è tai⁴", + "bopomofo" : "nu:è ㄉㄞˋ", + "romatzyh" : "nu:è day" }, + "meanings" : [ "to mistreat", + "to maltreat", + "to abuse", + "mistreatment", + "maltreatment" ], + "classifiers" : [] } ] }, + { "simplified" : "挪", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8064, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "挪", + "transcriptions" : { "pinyin" : "nuó", + "numeric" : "nuo2", + "wadegiles" : "no²", + "bopomofo" : "ㄋㄨㄛˊ", + "romatzyh" : "nuo" }, + "meanings" : [ "to shift", "to move" ], + "classifiers" : [] } ] }, + { "simplified" : "诺言", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 9382, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "諾言", + "transcriptions" : { "pinyin" : "nuò yán", + "numeric" : "nuo4 yan2", + "wadegiles" : "no⁴ yan²", + "bopomofo" : "ㄋㄨㄛˋ ㄧㄢˊ", + "romatzyh" : "nuoh yan" }, + "meanings" : [ "promise" ], + "classifiers" : [] } ] }, + { "simplified" : "哦", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 186, + "pos" : [ "o", "e" ], + "forms" : [ { "traditional" : "哦", + "transcriptions" : { "pinyin" : "é", + "numeric" : "e2", + "wadegiles" : "e²", + "bopomofo" : "ㄜˊ", + "romatzyh" : "er" }, + "meanings" : [ "to chant" ], + "classifiers" : [] }, + { "traditional" : "哦", + "transcriptions" : { "pinyin" : "ó", + "numeric" : "o2", + "wadegiles" : "o²", + "bopomofo" : "ㄛˊ", + "romatzyh" : "or" }, + "meanings" : [ "oh (interjection indicating doubt or surprise)" ], + "classifiers" : [] }, + { "traditional" : "哦", + "transcriptions" : { "pinyin" : "ò", + "numeric" : "o4", + "wadegiles" : "o⁴", + "bopomofo" : "ㄛˋ", + "romatzyh" : "oh" }, + "meanings" : [ "oh (interjection indicating that one has just learned sth)" ], + "classifiers" : [] }, + { "traditional" : "哦", + "transcriptions" : { "pinyin" : "o", + "numeric" : "o5", + "wadegiles" : "o", + "bopomofo" : "o", + "romatzyh" : "o" }, + "meanings" : [ "sentence-final particle that conveys informality, warmth, friendliness or intimacy", + "may also indicate that one is stating a fact that the other person is not aware of" ], + "classifiers" : [] } ] }, + { "simplified" : "欧洲", + "radical" : "欠", + "level" : [ "old-6" ], + "frequency" : 1929, + "pos" : [ "ns" ], + "forms" : [ { "traditional" : "歐洲", + "transcriptions" : { "pinyin" : "Oū zhōu", + "numeric" : "Ou1 zhou1", + "wadegiles" : "Oū chou¹", + "bopomofo" : "Oū ㄓㄡ", + "romatzyh" : "Oū jou" }, + "meanings" : [ "Europe (abbr. for 欧罗巴洲)" ], + "classifiers" : [] } ] }, + { "simplified" : "殴打", + "radical" : "殳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8604, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "毆打", + "transcriptions" : { "pinyin" : "ōu dǎ", + "numeric" : "ou1 da3", + "wadegiles" : "ou¹ ta³", + "bopomofo" : "ㄡ ㄉㄚˇ", + "romatzyh" : "ou daa" }, + "meanings" : [ "to beat up", + "to come to blows", + "battery (law)" ], + "classifiers" : [] } ] }, + { "simplified" : "呕吐", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6374, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "嘔吐", + "transcriptions" : { "pinyin" : "ǒu tù", + "numeric" : "ou3 tu4", + "wadegiles" : "ou³ t'u⁴", + "bopomofo" : "ㄡˇ ㄊㄨˋ", + "romatzyh" : "oou tuh" }, + "meanings" : [ "to vomit" ], + "classifiers" : [] } ] }, + { "simplified" : "偶尔", + "radical" : "亻", + "level" : [ "new-5", "old-4" ], + "frequency" : 3731, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "偶爾", + "transcriptions" : { "pinyin" : "ǒu ěr", + "numeric" : "ou3 er3", + "wadegiles" : "ou³ erh³", + "bopomofo" : "ㄡˇ ㄦˇ", + "romatzyh" : "oou eel" }, + "meanings" : [ "occasionally", + "once in a while", + "sometimes" ], + "classifiers" : [] } ] }, + { "simplified" : "偶然", + "radical" : "亻", + "level" : [ "new-5", "old-5" ], + "frequency" : 5343, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "偶然", + "transcriptions" : { "pinyin" : "ǒu rán", + "numeric" : "ou3 ran2", + "wadegiles" : "ou³ jan²", + "bopomofo" : "ㄡˇ ㄖㄢˊ", + "romatzyh" : "oou ran" }, + "meanings" : [ "incidentally", + "occasional", + "occasionally", + "by chance", + "randomly" ], + "classifiers" : [] } ] }, + { "simplified" : "偶像", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 3202, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "偶像", + "transcriptions" : { "pinyin" : "ǒu xiàng", + "numeric" : "ou3 xiang4", + "wadegiles" : "ou³ hsiang⁴", + "bopomofo" : "ㄡˇ ㄒㄧㄤˋ", + "romatzyh" : "oou shianq" }, + "meanings" : [ "idol" ], + "classifiers" : [] } ] }, + { "simplified" : "趴", + "radical" : "足", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5070, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "趴", + "transcriptions" : { "pinyin" : "pā", + "numeric" : "pa1", + "wadegiles" : "p'a¹", + "bopomofo" : "ㄆㄚ", + "romatzyh" : "pa" }, + "meanings" : [ "to lie on one's stomach", + "to lean forward, resting one's upper body (on a desktop etc)", + "(Tw) percent" ], + "classifiers" : [] } ] }, + { "simplified" : "爬", + "radical" : "爪", + "level" : [ "new-2" ], + "frequency" : 2016, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "爬", + "transcriptions" : { "pinyin" : "pá", + "numeric" : "pa2", + "wadegiles" : "p'a²", + "bopomofo" : "ㄆㄚˊ", + "romatzyh" : "par" }, + "meanings" : [ "to crawl", + "to climb", + "to get up or sit up" ], + "classifiers" : [] } ] }, + { "simplified" : "爬山", + "radical" : "爪", + "level" : [ "new-2", "old-3" ], + "frequency" : 15470, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "爬山", + "transcriptions" : { "pinyin" : "pá shān", + "numeric" : "pa2 shan1", + "wadegiles" : "p'a² shan¹", + "bopomofo" : "ㄆㄚˊ ㄕㄢ", + "romatzyh" : "par shan" }, + "meanings" : [ "to climb a mountain", + "to mountaineer", + "hiking", + "mountaineering" ], + "classifiers" : [] } ] }, + { "simplified" : "怕", + "radical" : "忄", + "level" : [ "new-2" ], + "frequency" : 899, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "怕", + "transcriptions" : { "pinyin" : "Pà", + "numeric" : "Pa4", + "wadegiles" : "p'a⁴", + "bopomofo" : "ㄆㄚˋ", + "romatzyh" : "pah" }, + "meanings" : [ "surname Pa" ], + "classifiers" : [] }, + { "traditional" : "怕", + "transcriptions" : { "pinyin" : "pà", + "numeric" : "pa4", + "wadegiles" : "p'a⁴", + "bopomofo" : "ㄆㄚˋ", + "romatzyh" : "pah" }, + "meanings" : [ "to be afraid", + "to fear", + "to dread", + "to be unable to endure", + "perhaps" ], + "classifiers" : [] } ] }, + { "simplified" : "拍", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 567, + "pos" : [ "v", "q", "g" ], + "forms" : [ { "traditional" : "拍", + "transcriptions" : { "pinyin" : "pāi", + "numeric" : "pai1", + "wadegiles" : "p'ai¹", + "bopomofo" : "ㄆㄞ", + "romatzyh" : "pai" }, + "meanings" : [ "to pat", + "to clap", + "to slap", + "to swat", + "to take (a photo)", + "to shoot (a film)", + "racket (sports)", + "beat (music)" ], + "classifiers" : [] } ] }, + { "simplified" : "拍板", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 28922, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拍板", + "transcriptions" : { "pinyin" : "pāi bǎn", + "numeric" : "pai1 ban3", + "wadegiles" : "p'ai¹ pan³", + "bopomofo" : "ㄆㄞ ㄅㄢˇ", + "romatzyh" : "pai baan" }, + "meanings" : [ "clapper-board", + "auctioneer's hammer", + "to beat time with clappers" ], + "classifiers" : [] } ] }, + { "simplified" : "拍卖", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 4442, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拍賣", + "transcriptions" : { "pinyin" : "pāi mài", + "numeric" : "pai1 mai4", + "wadegiles" : "p'ai¹ mai⁴", + "bopomofo" : "ㄆㄞ ㄇㄞˋ", + "romatzyh" : "pai may" }, + "meanings" : [ "to auction", + "auction sale", + "to sell at a reduced price" ], + "classifiers" : [] } ] }, + { "simplified" : "拍摄", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 1697, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拍攝", + "transcriptions" : { "pinyin" : "pāi shè", + "numeric" : "pai1 she4", + "wadegiles" : "p'ai¹ she⁴", + "bopomofo" : "ㄆㄞ ㄕㄜˋ", + "romatzyh" : "pai sheh" }, + "meanings" : [ "to take (a picture); to shoot (a film)" ], + "classifiers" : [] } ] }, + { "simplified" : "拍戏", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14665, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拍戲", + "transcriptions" : { "pinyin" : "pāi xì", + "numeric" : "pai1 xi4", + "wadegiles" : "p'ai¹ hsi⁴", + "bopomofo" : "ㄆㄞ ㄒㄧˋ", + "romatzyh" : "pai shih" }, + "meanings" : [ "to shoot a movie" ], + "classifiers" : [] } ] }, + { "simplified" : "拍照", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 3782, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拍照", + "transcriptions" : { "pinyin" : "pāi zhào", + "numeric" : "pai1 zhao4", + "wadegiles" : "p'ai¹ chao⁴", + "bopomofo" : "ㄆㄞ ㄓㄠˋ", + "romatzyh" : "pai jaw" }, + "meanings" : [ "to take a picture" ], + "classifiers" : [] } ] }, + { "simplified" : "徘徊", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8578, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "徘徊", + "transcriptions" : { "pinyin" : "pái huái", + "numeric" : "pai2 huai2", + "wadegiles" : "p'ai² huai²", + "bopomofo" : "ㄆㄞˊ ㄏㄨㄞˊ", + "romatzyh" : "pair hwai" }, + "meanings" : [ "to pace back and forth", + "to dither; to hesitate", + "(of sales figures etc) to fluctuate" ], + "classifiers" : [] } ] }, + { "simplified" : "排", + "radical" : "扌", + "level" : [ "new-2" ], + "frequency" : 1188, + "pos" : [ "v", "q", "n" ], + "forms" : [ { "traditional" : "排", + "transcriptions" : { "pinyin" : "pái", + "numeric" : "pai2", + "wadegiles" : "p'ai²", + "bopomofo" : "ㄆㄞˊ", + "romatzyh" : "pair" }, + "meanings" : [ "a row", + "a line", + "to set in order", + "to arrange", + "to line up", + "to eliminate", + "to drain", + "to push open", + "platoon", + "raft", + "classifier for lines, rows etc" ], + "classifiers" : [] } ] }, + { "simplified" : "排斥", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8330, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "排斥", + "transcriptions" : { "pinyin" : "pái chì", + "numeric" : "pai2 chi4", + "wadegiles" : "p'ai² ch'ih⁴", + "bopomofo" : "ㄆㄞˊ ㄔˋ", + "romatzyh" : "pair chyh" }, + "meanings" : [ "to reject", + "to exclude", + "to eliminate", + "to remove", + "to repel" ], + "classifiers" : [] } ] }, + { "simplified" : "排除", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 3583, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "排除", + "transcriptions" : { "pinyin" : "pái chú", + "numeric" : "pai2 chu2", + "wadegiles" : "p'ai² ch'u²", + "bopomofo" : "ㄆㄞˊ ㄔㄨˊ", + "romatzyh" : "pair chwu" }, + "meanings" : [ "to eliminate", + "to remove", + "to exclude", + "to rule out" ], + "classifiers" : [] } ] }, + { "simplified" : "排队", + "radical" : "扌", + "level" : [ "new-2", "old-5" ], + "frequency" : 4300, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "排隊", + "transcriptions" : { "pinyin" : "pái duì", + "numeric" : "pai2 dui4", + "wadegiles" : "p'ai² tui⁴", + "bopomofo" : "ㄆㄞˊ ㄉㄨㄟˋ", + "romatzyh" : "pair duey" }, + "meanings" : [ "to line up" ], + "classifiers" : [] } ] }, + { "simplified" : "排放", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11477, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "排放", + "transcriptions" : { "pinyin" : "pái fàng", + "numeric" : "pai2 fang4", + "wadegiles" : "p'ai² fang⁴", + "bopomofo" : "ㄆㄞˊ ㄈㄤˋ", + "romatzyh" : "pair fanq" }, + "meanings" : [ "to arrange in order", + "to emit; to discharge (exhaust gas, waste water etc)", + "(of animals) to ovulate; to discharge semen" ], + "classifiers" : [] } ] }, + { "simplified" : "排练", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 7156, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "排練", + "transcriptions" : { "pinyin" : "pái liàn", + "numeric" : "pai2 lian4", + "wadegiles" : "p'ai² lien⁴", + "bopomofo" : "ㄆㄞˊ ㄌㄧㄢˋ", + "romatzyh" : "pair liann" }, + "meanings" : [ "to rehearse", "rehearsal" ], + "classifiers" : [] } ] }, + { "simplified" : "排列", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 8340, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "排列", + "transcriptions" : { "pinyin" : "pái liè", + "numeric" : "pai2 lie4", + "wadegiles" : "p'ai² lieh⁴", + "bopomofo" : "ㄆㄞˊ ㄌㄧㄝˋ", + "romatzyh" : "pair lieh" }, + "meanings" : [ "to arrange in order", + "(math.) permutation" ], + "classifiers" : [] } ] }, + { "simplified" : "排名", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 4870, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "排名", + "transcriptions" : { "pinyin" : "pái míng", + "numeric" : "pai2 ming2", + "wadegiles" : "p'ai² ming²", + "bopomofo" : "ㄆㄞˊ ㄇㄧㄥˊ", + "romatzyh" : "pair ming" }, + "meanings" : [ "to rank (1st, 2nd etc)", + "ranking" ], + "classifiers" : [] } ] }, + { "simplified" : "排球", + "radical" : "扌", + "level" : [ "new-2", "old-5" ], + "frequency" : 13985, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "排球", + "transcriptions" : { "pinyin" : "pái qiú", + "numeric" : "pai2 qiu2", + "wadegiles" : "p'ai² ch'iu²", + "bopomofo" : "ㄆㄞˊ ㄑㄧㄡˊ", + "romatzyh" : "pair chyou" }, + "meanings" : [ "volleyball" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "排行榜", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 12201, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "排行榜", + "transcriptions" : { "pinyin" : "pái háng bǎng", + "numeric" : "pai2 hang2 bang3", + "wadegiles" : "p'ai² hang² pang³", + "bopomofo" : "ㄆㄞˊ ㄏㄤˊ ㄅㄤˇ", + "romatzyh" : "pair harng baang" }, + "meanings" : [ "the charts (of best-sellers)", + "table of ranking" ], + "classifiers" : [] } ] }, + { "simplified" : "牌", + "radical" : "片", + "level" : [ "new-4" ], + "frequency" : 1416, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牌", + "transcriptions" : { "pinyin" : "pái", + "numeric" : "pai2", + "wadegiles" : "p'ai²", + "bopomofo" : "ㄆㄞˊ", + "romatzyh" : "pair" }, + "meanings" : [ "mahjong tile", + "playing card", + "game pieces", + "signboard", + "plate", + "tablet", + "medal" ], + "classifiers" : [ "片", "个", "块" ] } ] }, + { "simplified" : "牌照", + "radical" : "片", + "level" : [ "new-7+" ], + "frequency" : 8347, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牌照", + "transcriptions" : { "pinyin" : "pái zhào", + "numeric" : "pai2 zhao4", + "wadegiles" : "p'ai² chao⁴", + "bopomofo" : "ㄆㄞˊ ㄓㄠˋ", + "romatzyh" : "pair jaw" }, + "meanings" : [ "(business) license", + "vehicle license", + "car registration", + "license plate" ], + "classifiers" : [] } ] }, + { "simplified" : "牌子", + "radical" : "片", + "level" : [ "new-3" ], + "frequency" : 5484, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牌子", + "transcriptions" : { "pinyin" : "pái zi", + "numeric" : "pai2 zi5", + "wadegiles" : "p'ai² zi", + "bopomofo" : "ㄆㄞˊ zi", + "romatzyh" : "pair zi" }, + "meanings" : [ "sign", "trademark", "brand" ], + "classifiers" : [] } ] }, + { "simplified" : "派", + "radical" : "氵", + "level" : [ "new-3", "old-5" ], + "frequency" : 751, + "pos" : [ "v", "n", "q" ], + "forms" : [ { "traditional" : "派", + "transcriptions" : { "pinyin" : "pài", + "numeric" : "pai4", + "wadegiles" : "p'ai⁴", + "bopomofo" : "ㄆㄞˋ", + "romatzyh" : "pay" }, + "meanings" : [ "clique", + "school", + "group", + "faction", + "to dispatch", + "to send", + "to assign", + "to appoint", + "pi (Greek letter Ππ)", + "the circular ratio pi = 3.1415926", + "(loanword) pie" ], + "classifiers" : [] } ] }, + { "simplified" : "派别", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19318, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "派別", + "transcriptions" : { "pinyin" : "pài bié", + "numeric" : "pai4 bie2", + "wadegiles" : "p'ai⁴ pieh²", + "bopomofo" : "ㄆㄞˋ ㄅㄧㄝˊ", + "romatzyh" : "pay bye" }, + "meanings" : [ "group; sect; clique; faction; school" ], + "classifiers" : [] } ] }, + { "simplified" : "派出", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 5914, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "派出", + "transcriptions" : { "pinyin" : "pài chū", + "numeric" : "pai4 chu1", + "wadegiles" : "p'ai⁴ ch'u¹", + "bopomofo" : "ㄆㄞˋ ㄔㄨ", + "romatzyh" : "pay chu" }, + "meanings" : [ "to send", "to dispatch" ], + "classifiers" : [] } ] }, + { "simplified" : "派遣", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9393, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "派遣", + "transcriptions" : { "pinyin" : "pài qiǎn", + "numeric" : "pai4 qian3", + "wadegiles" : "p'ai⁴ ch'ien³", + "bopomofo" : "ㄆㄞˋ ㄑㄧㄢˇ", + "romatzyh" : "pay chean" }, + "meanings" : [ "to send (on a mission); to dispatch" ], + "classifiers" : [] } ] }, + { "simplified" : "攀", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 9894, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攀", + "transcriptions" : { "pinyin" : "pān", + "numeric" : "pan1", + "wadegiles" : "p'an¹", + "bopomofo" : "ㄆㄢ", + "romatzyh" : "pan" }, + "meanings" : [ "to climb (by pulling oneself up)", + "to implicate", + "to claim connections of higher status" ], + "classifiers" : [] } ] }, + { "simplified" : "攀登", + "radical" : "手", + "level" : [ "old-6" ], + "frequency" : 15910, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "攀登", + "transcriptions" : { "pinyin" : "pān dēng", + "numeric" : "pan1 deng1", + "wadegiles" : "p'an¹ teng¹", + "bopomofo" : "ㄆㄢ ㄉㄥ", + "romatzyh" : "pan deng" }, + "meanings" : [ "to climb", + "to pull oneself up", + "to clamber", + "to scale", + "fig. to forge ahead in the face of hardships and danger" ], + "classifiers" : [] } ] }, + { "simplified" : "攀升", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 14907, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攀升", + "transcriptions" : { "pinyin" : "pān shēng", + "numeric" : "pan1 sheng1", + "wadegiles" : "p'an¹ sheng¹", + "bopomofo" : "ㄆㄢ ㄕㄥ", + "romatzyh" : "pan sheng" }, + "meanings" : [ "to clamber up", + "(of prices etc) to rise" ], + "classifiers" : [] } ] }, + { "simplified" : "盘", + "radical" : "皿", + "level" : [ "new-4" ], + "frequency" : 1363, + "pos" : [ "qv", "g", "v" ], + "forms" : [ { "traditional" : "盤", + "transcriptions" : { "pinyin" : "pán", + "numeric" : "pan2", + "wadegiles" : "p'an²", + "bopomofo" : "ㄆㄢˊ", + "romatzyh" : "parn" }, + "meanings" : [ "plate", + "dish", + "tray", + "board", + "hard drive (computing)", + "to build", + "to coil", + "to check", + "to examine", + "to transfer (property)", + "to make over", + "classifier for food: dish, helping", + "to coil", + "classifier for coils of wire", + "classifier for games of chess" ], + "classifiers" : [] } ] }, + { "simplified" : "盘算", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 17666, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盤算", + "transcriptions" : { "pinyin" : "pán suàn", + "numeric" : "pan2 suan4", + "wadegiles" : "p'an² suan⁴", + "bopomofo" : "ㄆㄢˊ ㄙㄨㄢˋ", + "romatzyh" : "parn suann" }, + "meanings" : [ "to plot", + "to scheme", + "to calculate" ], + "classifiers" : [] } ] }, + { "simplified" : "盘旋", + "radical" : "皿", + "level" : [ "old-6" ], + "frequency" : 14151, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盤旋", + "transcriptions" : { "pinyin" : "pán xuán", + "numeric" : "pan2 xuan2", + "wadegiles" : "p'an² hsüan²", + "bopomofo" : "ㄆㄢˊ ㄒㄩㄢˊ", + "romatzyh" : "parn shyuan" }, + "meanings" : [ "to spiral", + "to circle", + "to go around", + "to hover", + "to orbit" ], + "classifiers" : [] } ] }, + { "simplified" : "盘子", + "radical" : "皿", + "level" : [ "new-4", "old-3" ], + "frequency" : 9039, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "盤子", + "transcriptions" : { "pinyin" : "pán zi", + "numeric" : "pan2 zi5", + "wadegiles" : "p'an² zi", + "bopomofo" : "ㄆㄢˊ zi", + "romatzyh" : "parn zi" }, + "meanings" : [ "tray", "plate", "dish" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "判", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 3453, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "判", + "transcriptions" : { "pinyin" : "pàn", + "numeric" : "pan4", + "wadegiles" : "p'an⁴", + "bopomofo" : "ㄆㄢˋ", + "romatzyh" : "pann" }, + "meanings" : [ "to judge", + "to sentence", + "to discriminate", + "to discern", + "clearly distinguishable" ], + "classifiers" : [] } ] }, + { "simplified" : "判处", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 8915, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "判處", + "transcriptions" : { "pinyin" : "pàn chǔ", + "numeric" : "pan4 chu3", + "wadegiles" : "p'an⁴ ch'u³", + "bopomofo" : "ㄆㄢˋ ㄔㄨˇ", + "romatzyh" : "pann chuu" }, + "meanings" : [ "to sentence", "to condemn" ], + "classifiers" : [] } ] }, + { "simplified" : "判定", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 10672, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "判定", + "transcriptions" : { "pinyin" : "pàn dìng", + "numeric" : "pan4 ding4", + "wadegiles" : "p'an⁴ ting⁴", + "bopomofo" : "ㄆㄢˋ ㄉㄧㄥˋ", + "romatzyh" : "pann dinq" }, + "meanings" : [ "to judge", + "to decide", + "judgment", + "determination" ], + "classifiers" : [] } ] }, + { "simplified" : "判断", + "radical" : "刂", + "level" : [ "new-3", "old-4" ], + "frequency" : 2480, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "判斷", + "transcriptions" : { "pinyin" : "pàn duàn", + "numeric" : "pan4 duan4", + "wadegiles" : "p'an⁴ tuan⁴", + "bopomofo" : "ㄆㄢˋ ㄉㄨㄢˋ", + "romatzyh" : "pann duann" }, + "meanings" : [ "to judge", + "to determine", + "judgment" ], + "classifiers" : [] } ] }, + { "simplified" : "判决", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3639, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "判決", + "transcriptions" : { "pinyin" : "pàn jué", + "numeric" : "pan4 jue2", + "wadegiles" : "p'an⁴ chüeh²", + "bopomofo" : "ㄆㄢˋ ㄐㄩㄝˊ", + "romatzyh" : "pann jyue" }, + "meanings" : [ "judgment (by a court of law)", + "to pass judgment on", + "to sentence" ], + "classifiers" : [] } ] }, + { "simplified" : "叛逆", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 12939, + "pos" : [ "n", "vn" ], + "forms" : [ { "traditional" : "叛逆", + "transcriptions" : { "pinyin" : "pàn nì", + "numeric" : "pan4 ni4", + "wadegiles" : "p'an⁴ ni⁴", + "bopomofo" : "ㄆㄢˋ ㄋㄧˋ", + "romatzyh" : "pann nih" }, + "meanings" : [ "to rebel", "to revolt", "a rebel" ], + "classifiers" : [] } ] }, + { "simplified" : "盼", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 6757, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盼", + "transcriptions" : { "pinyin" : "pàn", + "numeric" : "pan4", + "wadegiles" : "p'an⁴", + "bopomofo" : "ㄆㄢˋ", + "romatzyh" : "pann" }, + "meanings" : [ "to hope for", + "to long for", + "to expect" ], + "classifiers" : [] } ] }, + { "simplified" : "盼望", + "radical" : "目", + "level" : [ "new-6", "old-5" ], + "frequency" : 10303, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盼望", + "transcriptions" : { "pinyin" : "pàn wàng", + "numeric" : "pan4 wang4", + "wadegiles" : "p'an⁴ wang⁴", + "bopomofo" : "ㄆㄢˋ ㄨㄤˋ", + "romatzyh" : "pann wanq" }, + "meanings" : [ "to hope for; to look forward to" ], + "classifiers" : [] } ] }, + { "simplified" : "畔", + "radical" : "田", + "level" : [ "old-6" ], + "frequency" : 17135, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "畔", + "transcriptions" : { "pinyin" : "pàn", + "numeric" : "pan4", + "wadegiles" : "p'an⁴", + "bopomofo" : "ㄆㄢˋ", + "romatzyh" : "pann" }, + "meanings" : [ "(bound form) side; edge; boundary" ], + "classifiers" : [] } ] }, + { "simplified" : "庞大", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6804, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "龐大", + "transcriptions" : { "pinyin" : "páng dà", + "numeric" : "pang2 da4", + "wadegiles" : "p'ang² ta⁴", + "bopomofo" : "ㄆㄤˊ ㄉㄚˋ", + "romatzyh" : "parng dah" }, + "meanings" : [ "huge", "enormous", "tremendous" ], + "classifiers" : [] } ] }, + { "simplified" : "旁", + "radical" : "方", + "level" : [ "new-5" ], + "frequency" : 2873, + "pos" : [ "f", "g" ], + "forms" : [ { "traditional" : "旁", + "transcriptions" : { "pinyin" : "páng", + "numeric" : "pang2", + "wadegiles" : "p'ang²", + "bopomofo" : "ㄆㄤˊ", + "romatzyh" : "parng" }, + "meanings" : [ "one side", + "other", + "different", + "lateral component of a Chinese character (such as 刂, 亻 etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "旁边", + "radical" : "方", + "level" : [ "new-1", "old-2" ], + "frequency" : 1815, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "旁邊", + "transcriptions" : { "pinyin" : "páng biān", + "numeric" : "pang2 bian1", + "wadegiles" : "p'ang² pien¹", + "bopomofo" : "ㄆㄤˊ ㄅㄧㄢ", + "romatzyh" : "parng bian" }, + "meanings" : [ "side; adjacent place" ], + "classifiers" : [] } ] }, + { "simplified" : "旁观", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 21396, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "旁觀", + "transcriptions" : { "pinyin" : "páng guān", + "numeric" : "pang2 guan1", + "wadegiles" : "p'ang² kuan¹", + "bopomofo" : "ㄆㄤˊ ㄍㄨㄢ", + "romatzyh" : "parng guan" }, + "meanings" : [ "spectator", "non-participant" ], + "classifiers" : [] } ] }, + { "simplified" : "胖", + "radical" : "⺼", + "level" : [ "new-3", "old-3" ], + "frequency" : 2396, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "胖", + "transcriptions" : { "pinyin" : "pán", + "numeric" : "pan2", + "wadegiles" : "p'an²", + "bopomofo" : "ㄆㄢˊ", + "romatzyh" : "parn" }, + "meanings" : [ "healthy", "at ease" ], + "classifiers" : [] }, + { "traditional" : "胖", + "transcriptions" : { "pinyin" : "pàng", + "numeric" : "pang4", + "wadegiles" : "p'ang⁴", + "bopomofo" : "ㄆㄤˋ", + "romatzyh" : "panq" }, + "meanings" : [ "fat", "plump" ], + "classifiers" : [] } ] }, + { "simplified" : "胖子", + "radical" : "⺼", + "level" : [ "new-4" ], + "frequency" : 4309, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "胖子", + "transcriptions" : { "pinyin" : "pàng zi", + "numeric" : "pang4 zi5", + "wadegiles" : "p'ang⁴ zi", + "bopomofo" : "ㄆㄤˋ zi", + "romatzyh" : "panq zi" }, + "meanings" : [ "fat person", "fatty" ], + "classifiers" : [] } ] }, + { "simplified" : "抛", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 3539, + "pos" : [ "v", "nr" ], + "forms" : [ { "traditional" : "拋", + "transcriptions" : { "pinyin" : "pāo", + "numeric" : "pao1", + "wadegiles" : "p'ao¹", + "bopomofo" : "ㄆㄠ", + "romatzyh" : "pau" }, + "meanings" : [ "to throw", + "to toss", + "to fling", + "to cast", + "to abandon" ], + "classifiers" : [] } ] }, + { "simplified" : "抛开", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11850, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拋開", + "transcriptions" : { "pinyin" : "pāo kāi", + "numeric" : "pao1 kai1", + "wadegiles" : "p'ao¹ k'ai¹", + "bopomofo" : "ㄆㄠ ㄎㄞ", + "romatzyh" : "pau kai" }, + "meanings" : [ "to throw out", "to get rid of" ], + "classifiers" : [] } ] }, + { "simplified" : "抛弃", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4229, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拋棄", + "transcriptions" : { "pinyin" : "pāo qì", + "numeric" : "pao1 qi4", + "wadegiles" : "p'ao¹ ch'i⁴", + "bopomofo" : "ㄆㄠ ㄑㄧˋ", + "romatzyh" : "pau chih" }, + "meanings" : [ "to abandon", + "to discard", + "to renounce", + "to dump (sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "刨", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 17726, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "刨", + "transcriptions" : { "pinyin" : "bào", + "numeric" : "bao4", + "wadegiles" : "pao⁴", + "bopomofo" : "ㄅㄠˋ", + "romatzyh" : "baw" }, + "meanings" : [ "carpenter's plane", + "to plane (woodwork)", + "to shave off", + "to peel (with a potato peeler etc)" ], + "classifiers" : [] }, + { "traditional" : "刨", + "transcriptions" : { "pinyin" : "páo", + "numeric" : "pao2", + "wadegiles" : "p'ao²", + "bopomofo" : "ㄆㄠˊ", + "romatzyh" : "paur" }, + "meanings" : [ "to dig", + "to excavate", + "(coll.) to exclude", + "not to count", + "to deduct", + "to subtract" ], + "classifiers" : [] }, + { "traditional" : "鑤", + "transcriptions" : { "pinyin" : "bào", + "numeric" : "bao4", + "wadegiles" : "pao⁴", + "bopomofo" : "ㄅㄠˋ", + "romatzyh" : "baw" }, + "meanings" : [ "variant of 刨" ], + "classifiers" : [] } ] }, + { "simplified" : "跑", + "radical" : "足", + "level" : [ "new-1" ], + "frequency" : 553, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跑", + "transcriptions" : { "pinyin" : "páo", + "numeric" : "pao2", + "wadegiles" : "p'ao²", + "bopomofo" : "ㄆㄠˊ", + "romatzyh" : "paur" }, + "meanings" : [ "(of an animal) to paw (the ground)" ], + "classifiers" : [] }, + { "traditional" : "跑", + "transcriptions" : { "pinyin" : "pǎo", + "numeric" : "pao3", + "wadegiles" : "p'ao³", + "bopomofo" : "ㄆㄠˇ", + "romatzyh" : "pao" }, + "meanings" : [ "to run", + "to run away", + "to escape", + "to run around (on errands etc)", + "(of a gas or liquid) to leak or evaporate", + "(verb complement) away", + "off" ], + "classifiers" : [] } ] }, + { "simplified" : "跑步", + "radical" : "足", + "level" : [ "new-3", "old-2" ], + "frequency" : 7199, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跑步", + "transcriptions" : { "pinyin" : "pǎo bù", + "numeric" : "pao3 bu4", + "wadegiles" : "p'ao³ pu⁴", + "bopomofo" : "ㄆㄠˇ ㄅㄨˋ", + "romatzyh" : "pao buh" }, + "meanings" : [ "to run", + "to jog", + "(military) to march at the double" ], + "classifiers" : [] } ] }, + { "simplified" : "跑车", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 9352, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "跑車", + "transcriptions" : { "pinyin" : "pǎo chē", + "numeric" : "pao3 che1", + "wadegiles" : "p'ao³ ch'e¹", + "bopomofo" : "ㄆㄠˇ ㄔㄜ", + "romatzyh" : "pao che" }, + "meanings" : [ "racing bicycle; racing car; sports car", + "(of a conductor or attendant) to work on a train", + "(mining) (of a cable-car) to slip away (in an accident)" ], + "classifiers" : [] } ] }, + { "simplified" : "跑道", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 10727, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "跑道", + "transcriptions" : { "pinyin" : "pǎo dào", + "numeric" : "pao3 dao4", + "wadegiles" : "p'ao³ tao⁴", + "bopomofo" : "ㄆㄠˇ ㄉㄠˋ", + "romatzyh" : "pao daw" }, + "meanings" : [ "athletic track", + "track", + "runway (i.e. airstrip)" ], + "classifiers" : [] } ] }, + { "simplified" : "跑龙套", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 36523, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跑龍套", + "transcriptions" : { "pinyin" : "pǎo lóng tào", + "numeric" : "pao3 long2 tao4", + "wadegiles" : "p'ao³ lung² t'ao⁴", + "bopomofo" : "ㄆㄠˇ ㄌㄨㄥˊ ㄊㄠˋ", + "romatzyh" : "pao long taw" }, + "meanings" : [ "to play a small role" ], + "classifiers" : [] } ] }, + { "simplified" : "泡", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 2258, + "pos" : [ "v", "n", "q" ], + "forms" : [ { "traditional" : "泡", + "transcriptions" : { "pinyin" : "pāo", + "numeric" : "pao1", + "wadegiles" : "p'ao¹", + "bopomofo" : "ㄆㄠ", + "romatzyh" : "pau" }, + "meanings" : [ "puffed; swollen; spongy", + "small lake (esp. in place names)", + "classifier for urine or feces" ], + "classifiers" : [] }, + { "traditional" : "泡", + "transcriptions" : { "pinyin" : "pào", + "numeric" : "pao4", + "wadegiles" : "p'ao⁴", + "bopomofo" : "ㄆㄠˋ", + "romatzyh" : "paw" }, + "meanings" : [ "bubble; foam", + "blister", + "to soak; to steep; to infuse", + "to dawdle; to loiter", + "to pick up (a girl)", + "to get off with (a sexual partner)", + "classifier for occurrences of an action", + "classifier for number of infusions" ], + "classifiers" : [] } ] }, + { "simplified" : "泡沫", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7113, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "泡沫", + "transcriptions" : { "pinyin" : "pào mò", + "numeric" : "pao4 mo4", + "wadegiles" : "p'ao⁴ mo⁴", + "bopomofo" : "ㄆㄠˋ ㄇㄛˋ", + "romatzyh" : "paw moh" }, + "meanings" : [ "foam", + "(soap) bubble", + "(economic) bubble" ], + "classifiers" : [] } ] }, + { "simplified" : "炮", + "radical" : "火", + "level" : [ "new-6" ], + "frequency" : 5592, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "炮", + "transcriptions" : { "pinyin" : "bāo", + "numeric" : "bao1", + "wadegiles" : "pao¹", + "bopomofo" : "ㄅㄠ", + "romatzyh" : "bau" }, + "meanings" : [ "to sauté", + "to fry", + "to dry by heating" ], + "classifiers" : [] }, + { "traditional" : "炮", + "transcriptions" : { "pinyin" : "páo", + "numeric" : "pao2", + "wadegiles" : "p'ao²", + "bopomofo" : "ㄆㄠˊ", + "romatzyh" : "paur" }, + "meanings" : [ "to prepare herbal medicine by roasting or parching (in a pan)" ], + "classifiers" : [] }, + { "traditional" : "炮", + "transcriptions" : { "pinyin" : "pào", + "numeric" : "pao4", + "wadegiles" : "p'ao⁴", + "bopomofo" : "ㄆㄠˋ", + "romatzyh" : "paw" }, + "meanings" : [ "cannon", "firecracker" ], + "classifiers" : [ "座" ] }, + { "traditional" : "砲", + "transcriptions" : { "pinyin" : "pào", + "numeric" : "pao4", + "wadegiles" : "p'ao⁴", + "bopomofo" : "ㄆㄠˋ", + "romatzyh" : "paw" }, + "meanings" : [ "variant of 炮" ], + "classifiers" : [] } ] }, + { "simplified" : "胚胎", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 13361, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "胚胎", + "transcriptions" : { "pinyin" : "pēi tāi", + "numeric" : "pei1 tai1", + "wadegiles" : "p'ei¹ t'ai¹", + "bopomofo" : "ㄆㄟ ㄊㄞ", + "romatzyh" : "pei tai" }, + "meanings" : [ "embryo" ], + "classifiers" : [] } ] }, + { "simplified" : "陪", + "radical" : "阝", + "level" : [ "new-5", "old-4" ], + "frequency" : 1090, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "陪", + "transcriptions" : { "pinyin" : "péi", + "numeric" : "pei2", + "wadegiles" : "p'ei²", + "bopomofo" : "ㄆㄟˊ", + "romatzyh" : "peir" }, + "meanings" : [ "to accompany", + "to keep sb company", + "to assist", + "old variant of 赔" ], + "classifiers" : [] } ] }, + { "simplified" : "陪伴", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 5677, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "陪伴", + "transcriptions" : { "pinyin" : "péi bàn", + "numeric" : "pei2 ban4", + "wadegiles" : "p'ei² pan⁴", + "bopomofo" : "ㄆㄟˊ ㄅㄢˋ", + "romatzyh" : "peir bann" }, + "meanings" : [ "to accompany" ], + "classifiers" : [] } ] }, + { "simplified" : "陪同", + "radical" : "阝", + "level" : [ "new-6" ], + "frequency" : 8559, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "陪同", + "transcriptions" : { "pinyin" : "péi tóng", + "numeric" : "pei2 tong2", + "wadegiles" : "p'ei² t'ung²", + "bopomofo" : "ㄆㄟˊ ㄊㄨㄥˊ", + "romatzyh" : "peir torng" }, + "meanings" : [ "to accompany" ], + "classifiers" : [] } ] }, + { "simplified" : "陪葬", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 30323, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "陪葬", + "transcriptions" : { "pinyin" : "péi zàng", + "numeric" : "pei2 zang4", + "wadegiles" : "p'ei² tsang⁴", + "bopomofo" : "ㄆㄟˊ ㄗㄤˋ", + "romatzyh" : "peir tzanq" }, + "meanings" : [ "to be buried with or next to dead person (of deceased's partner, or of funerary objects)" ], + "classifiers" : [] } ] }, + { "simplified" : "培训", + "radical" : "土", + "level" : [ "new-4", "old-6" ], + "frequency" : 3619, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "培訓", + "transcriptions" : { "pinyin" : "péi xùn", + "numeric" : "pei2 xun4", + "wadegiles" : "p'ei² hsün⁴", + "bopomofo" : "ㄆㄟˊ ㄒㄩㄣˋ", + "romatzyh" : "peir shiunn" }, + "meanings" : [ "to cultivate", + "to train", + "to groom", + "training" ], + "classifiers" : [] } ] }, + { "simplified" : "培训班", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 15281, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "培訓班", + "transcriptions" : { "pinyin" : "péi xùn bān", + "numeric" : "pei2 xun4 ban1", + "wadegiles" : "p'ei² hsün⁴ pan¹", + "bopomofo" : "ㄆㄟˊ ㄒㄩㄣˋ ㄅㄢ", + "romatzyh" : "peir shiunn ban" }, + "meanings" : [ "training class" ], + "classifiers" : [] } ] }, + { "simplified" : "培养", + "radical" : "土", + "level" : [ "new-4", "old-5" ], + "frequency" : 3133, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "培養", + "transcriptions" : { "pinyin" : "péi yǎng", + "numeric" : "pei2 yang3", + "wadegiles" : "p'ei² yang³", + "bopomofo" : "ㄆㄟˊ ㄧㄤˇ", + "romatzyh" : "peir yeang" }, + "meanings" : [ "to cultivate", + "to breed", + "to foster", + "to nurture", + "to educate", + "to groom (for a position)", + "education", + "fostering", + "culture (biology)" ], + "classifiers" : [] } ] }, + { "simplified" : "培育", + "radical" : "土", + "level" : [ "new-4", "old-6" ], + "frequency" : 10156, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "培育", + "transcriptions" : { "pinyin" : "péi yù", + "numeric" : "pei2 yu4", + "wadegiles" : "p'ei² yü⁴", + "bopomofo" : "ㄆㄟˊ ㄩˋ", + "romatzyh" : "peir yuh" }, + "meanings" : [ "to train", "to breed" ], + "classifiers" : [] } ] }, + { "simplified" : "赔", + "radical" : "贝", + "level" : [ "new-5" ], + "frequency" : 5207, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "賠", + "transcriptions" : { "pinyin" : "péi", + "numeric" : "pei2", + "wadegiles" : "p'ei²", + "bopomofo" : "ㄆㄟˊ", + "romatzyh" : "peir" }, + "meanings" : [ "to compensate for loss", + "to indemnify", + "to suffer a financial loss" ], + "classifiers" : [] } ] }, + { "simplified" : "赔偿", + "radical" : "贝", + "level" : [ "new-5", "old-5" ], + "frequency" : 3939, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "賠償", + "transcriptions" : { "pinyin" : "péi cháng", + "numeric" : "pei2 chang2", + "wadegiles" : "p'ei² ch'ang²", + "bopomofo" : "ㄆㄟˊ ㄔㄤˊ", + "romatzyh" : "peir charng" }, + "meanings" : [ "to compensate" ], + "classifiers" : [] } ] }, + { "simplified" : "赔钱", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 20993, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "賠錢", + "transcriptions" : { "pinyin" : "péi qián", + "numeric" : "pei2 qian2", + "wadegiles" : "p'ei² ch'ien²", + "bopomofo" : "ㄆㄟˊ ㄑㄧㄢˊ", + "romatzyh" : "peir chyan" }, + "meanings" : [ "to lose money", + "to pay for damages" ], + "classifiers" : [] } ] }, + { "simplified" : "佩服", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6729, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "佩服", + "transcriptions" : { "pinyin" : "pèi fú", + "numeric" : "pei4 fu2", + "wadegiles" : "p'ei⁴ fu²", + "bopomofo" : "ㄆㄟˋ ㄈㄨˊ", + "romatzyh" : "pey fwu" }, + "meanings" : [ "to admire" ], + "classifiers" : [] } ] }, + { "simplified" : "配", + "radical" : "酉", + "level" : [ "new-3" ], + "frequency" : 1557, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "配", + "transcriptions" : { "pinyin" : "pèi", + "numeric" : "pei4", + "wadegiles" : "p'ei⁴", + "bopomofo" : "ㄆㄟˋ", + "romatzyh" : "pey" }, + "meanings" : [ "to join", + "to fit", + "to mate", + "to mix", + "to match", + "to deserve", + "to make up (a prescription)", + "to allocate" ], + "classifiers" : [] } ] }, + { "simplified" : "配备", + "radical" : "酉", + "level" : [ "new-5", "old-6" ], + "frequency" : 8427, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "配備", + "transcriptions" : { "pinyin" : "pèi bèi", + "numeric" : "pei4 bei4", + "wadegiles" : "p'ei⁴ pei⁴", + "bopomofo" : "ㄆㄟˋ ㄅㄟˋ", + "romatzyh" : "pey bey" }, + "meanings" : [ "to allocate", + "to provide", + "to outfit with" ], + "classifiers" : [] } ] }, + { "simplified" : "配合", + "radical" : "酉", + "level" : [ "new-3", "old-5" ], + "frequency" : 2349, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "配合", + "transcriptions" : { "pinyin" : "pèi hé", + "numeric" : "pei4 he2", + "wadegiles" : "p'ei⁴ ho²", + "bopomofo" : "ㄆㄟˋ ㄏㄜˊ", + "romatzyh" : "pey her" }, + "meanings" : [ "matching", + "fitting in with", + "compatible with", + "to correspond", + "to fit", + "to conform to", + "rapport", + "to coordinate with", + "to act in concert with", + "to cooperate", + "to become man and wife", + "to combine parts of machine" ], + "classifiers" : [] } ] }, + { "simplified" : "配件", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 11536, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "配件", + "transcriptions" : { "pinyin" : "pèi jiàn", + "numeric" : "pei4 jian4", + "wadegiles" : "p'ei⁴ chien⁴", + "bopomofo" : "ㄆㄟˋ ㄐㄧㄢˋ", + "romatzyh" : "pey jiann" }, + "meanings" : [ "component", + "part", + "fitting", + "accessory", + "replacement part" ], + "classifiers" : [] } ] }, + { "simplified" : "配偶", + "radical" : "酉", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12235, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "配偶", + "transcriptions" : { "pinyin" : "pèi ǒu", + "numeric" : "pei4 ou3", + "wadegiles" : "p'ei⁴ ou³", + "bopomofo" : "ㄆㄟˋ ㄡˇ", + "romatzyh" : "pey oou" }, + "meanings" : [ "spouse" ], + "classifiers" : [] } ] }, + { "simplified" : "配送", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 21165, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "配送", + "transcriptions" : { "pinyin" : "pèi sòng", + "numeric" : "pei4 song4", + "wadegiles" : "p'ei⁴ sung⁴", + "bopomofo" : "ㄆㄟˋ ㄙㄨㄥˋ", + "romatzyh" : "pey sonq" }, + "meanings" : [ "to put together an order and deliver it (i.e. 配货 and 送货)", + "to deliver (goods)" ], + "classifiers" : [] } ] }, + { "simplified" : "配套", + "radical" : "酉", + "level" : [ "new-5", "old-6" ], + "frequency" : 10472, + "pos" : [ "a", "vn", "v" ], + "forms" : [ { "traditional" : "配套", + "transcriptions" : { "pinyin" : "pèi tào", + "numeric" : "pei4 tao4", + "wadegiles" : "p'ei⁴ t'ao⁴", + "bopomofo" : "ㄆㄟˋ ㄊㄠˋ", + "romatzyh" : "pey taw" }, + "meanings" : [ "to form a complete set", + "compatible", + "matching", + "complementary" ], + "classifiers" : [] } ] }, + { "simplified" : "配音", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 13200, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "配音", + "transcriptions" : { "pinyin" : "pèi yīn", + "numeric" : "pei4 yin1", + "wadegiles" : "p'ei⁴ yin¹", + "bopomofo" : "ㄆㄟˋ ㄧㄣ", + "romatzyh" : "pey in" }, + "meanings" : [ "dubbing (filmmaking)" ], + "classifiers" : [] } ] }, + { "simplified" : "配置", + "radical" : "酉", + "level" : [ "new-6" ], + "frequency" : 10372, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "配置", + "transcriptions" : { "pinyin" : "pèi zhì", + "numeric" : "pei4 zhi4", + "wadegiles" : "p'ei⁴ chih⁴", + "bopomofo" : "ㄆㄟˋ ㄓˋ", + "romatzyh" : "pey jyh" }, + "meanings" : [ "to deploy", + "to allocate", + "configuration", + "allocation" ], + "classifiers" : [] } ] }, + { "simplified" : "喷", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 3321, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "噴", + "transcriptions" : { "pinyin" : "pēn", + "numeric" : "pen1", + "wadegiles" : "p'en¹", + "bopomofo" : "ㄆㄣ", + "romatzyh" : "pen" }, + "meanings" : [ "to puff", + "to spout", + "to spray", + "to spurt" ], + "classifiers" : [] }, + { "traditional" : "噴", + "transcriptions" : { "pinyin" : "pèn", + "numeric" : "pen4", + "wadegiles" : "p'en⁴", + "bopomofo" : "ㄆㄣˋ", + "romatzyh" : "penn" }, + "meanings" : [ "(of a smell) strong", + "peak season (of a crop)", + "(classifier for the ordinal number of a crop, in the context of multiple harvests)" ], + "classifiers" : [] } ] }, + { "simplified" : "喷泉", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 13972, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "噴泉", + "transcriptions" : { "pinyin" : "pēn quán", + "numeric" : "pen1 quan2", + "wadegiles" : "p'en¹ ch'üan²", + "bopomofo" : "ㄆㄣ ㄑㄩㄢˊ", + "romatzyh" : "pen chyuan" }, + "meanings" : [ "fountain" ], + "classifiers" : [] } ] }, + { "simplified" : "盆", + "radical" : "皿", + "level" : [ "new-5", "old-5" ], + "frequency" : 6022, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "盆", + "transcriptions" : { "pinyin" : "pén", + "numeric" : "pen2", + "wadegiles" : "p'en²", + "bopomofo" : "ㄆㄣˊ", + "romatzyh" : "pern" }, + "meanings" : [ "basin", + "flower pot", + "unit of volume equal to 12 斗 and 8 升, approx 128 liters" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "盆地", + "radical" : "皿", + "level" : [ "old-6" ], + "frequency" : 23207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "盆地", + "transcriptions" : { "pinyin" : "pén dì", + "numeric" : "pen2 di4", + "wadegiles" : "p'en² ti⁴", + "bopomofo" : "ㄆㄣˊ ㄉㄧˋ", + "romatzyh" : "pern dih" }, + "meanings" : [ "(geography) basin", "depression" ], + "classifiers" : [] } ] }, + { "simplified" : "抨击", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14961, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抨擊", + "transcriptions" : { "pinyin" : "pēng jī", + "numeric" : "peng1 ji1", + "wadegiles" : "p'eng¹ chi¹", + "bopomofo" : "ㄆㄥ ㄐㄧ", + "romatzyh" : "peng ji" }, + "meanings" : [ "to attack (verbally or in writing)" ], + "classifiers" : [] } ] }, + { "simplified" : "烹调", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 18661, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "烹調", + "transcriptions" : { "pinyin" : "pēng tiáo", + "numeric" : "peng1 tiao2", + "wadegiles" : "p'eng¹ t'iao²", + "bopomofo" : "ㄆㄥ ㄊㄧㄠˊ", + "romatzyh" : "peng tyau" }, + "meanings" : [ "to cook" ], + "classifiers" : [] } ] }, + { "simplified" : "烹饪", + "radical" : "灬", + "level" : [ "old-6" ], + "frequency" : 10492, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "烹飪", + "transcriptions" : { "pinyin" : "pēng rèn", + "numeric" : "peng1 ren4", + "wadegiles" : "p'eng¹ jen⁴", + "bopomofo" : "ㄆㄥ ㄖㄣˋ", + "romatzyh" : "peng renn" }, + "meanings" : [ "cooking; culinary arts" ], + "classifiers" : [] } ] }, + { "simplified" : "朋友", + "radical" : "月", + "level" : [ "new-1", "old-1" ], + "frequency" : 280, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "朋友", + "transcriptions" : { "pinyin" : "péng you", + "numeric" : "peng2 you5", + "wadegiles" : "p'eng² you", + "bopomofo" : "ㄆㄥˊ you", + "romatzyh" : "perng you" }, + "meanings" : [ "friend" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "蓬勃", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 24205, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "蓬勃", + "transcriptions" : { "pinyin" : "péng bó", + "numeric" : "peng2 bo2", + "wadegiles" : "p'eng² po²", + "bopomofo" : "ㄆㄥˊ ㄅㄛˊ", + "romatzyh" : "perng bor" }, + "meanings" : [ "vigorous; flourishing; full of vitality" ], + "classifiers" : [] } ] }, + { "simplified" : "鹏程万里", + "radical" : "鸟", + "level" : [ "new-7+" ], + "frequency" : 114959, + "pos" : [], + "forms" : [ { "traditional" : "鵬程萬里", + "transcriptions" : { "pinyin" : "péng chéng wàn lǐ", + "numeric" : "peng2 cheng2 wan4 li3", + "wadegiles" : "p'eng² ch'eng² wan⁴ li³", + "bopomofo" : "ㄆㄥˊ ㄔㄥˊ ㄨㄢˋ ㄌㄧˇ", + "romatzyh" : "perng cherng wann lii" }, + "meanings" : [ "the fabled roc flies ten thousand miles (idiom)", + "one's future prospects are brilliant" ], + "classifiers" : [] } ] }, + { "simplified" : "膨胀", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 9839, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "膨脹", + "transcriptions" : { "pinyin" : "péng zhàng", + "numeric" : "peng2 zhang4", + "wadegiles" : "p'eng² chang⁴", + "bopomofo" : "ㄆㄥˊ ㄓㄤˋ", + "romatzyh" : "perng janq" }, + "meanings" : [ "to expand", + "to inflate", + "to swell" ], + "classifiers" : [] } ] }, + { "simplified" : "捧", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6144, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "捧", + "transcriptions" : { "pinyin" : "pěng", + "numeric" : "peng3", + "wadegiles" : "p'eng³", + "bopomofo" : "ㄆㄥˇ", + "romatzyh" : "peeng" }, + "meanings" : [ "to clasp", + "to cup the hands", + "to hold up with both hands", + "to offer (esp. in cupped hands)", + "to praise", + "to flatter" ], + "classifiers" : [] } ] }, + { "simplified" : "捧场", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16594, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "捧場", + "transcriptions" : { "pinyin" : "pěng chǎng", + "numeric" : "peng3 chang3", + "wadegiles" : "p'eng³ ch'ang³", + "bopomofo" : "ㄆㄥˇ ㄔㄤˇ", + "romatzyh" : "peeng chaang" }, + "meanings" : [ "to cheer on (originally esp. as paid stooge)", + "to root for sb", + "to sing sb's praises", + "to flatter" ], + "classifiers" : [] } ] }, + { "simplified" : "碰", + "radical" : "石", + "level" : [ "new-2" ], + "frequency" : 2829, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掽", + "transcriptions" : { "pinyin" : "pèng", + "numeric" : "peng4", + "wadegiles" : "p'eng⁴", + "bopomofo" : "ㄆㄥˋ", + "romatzyh" : "penq" }, + "meanings" : [ "variant of 碰" ], + "classifiers" : [] }, + { "traditional" : "碰", + "transcriptions" : { "pinyin" : "pèng", + "numeric" : "peng4", + "wadegiles" : "p'eng⁴", + "bopomofo" : "ㄆㄥˋ", + "romatzyh" : "penq" }, + "meanings" : [ "to touch", + "to meet with", + "to bump" ], + "classifiers" : [] }, + { "traditional" : "踫", + "transcriptions" : { "pinyin" : "pèng", + "numeric" : "peng4", + "wadegiles" : "p'eng⁴", + "bopomofo" : "ㄆㄥˋ", + "romatzyh" : "penq" }, + "meanings" : [ "old variant of 碰" ], + "classifiers" : [] } ] }, + { "simplified" : "碰到", + "radical" : "石", + "level" : [ "new-2" ], + "frequency" : 2877, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "碰到", + "transcriptions" : { "pinyin" : "pèng dào", + "numeric" : "peng4 dao4", + "wadegiles" : "p'eng⁴ tao⁴", + "bopomofo" : "ㄆㄥˋ ㄉㄠˋ", + "romatzyh" : "penq daw" }, + "meanings" : [ "to come across", + "to run into", + "to meet", + "to hit" ], + "classifiers" : [] } ] }, + { "simplified" : "碰钉子", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 65600, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "碰釘子", + "transcriptions" : { "pinyin" : "pèng dīng zi", + "numeric" : "peng4 ding1 zi5", + "wadegiles" : "p'eng⁴ ting¹ zi", + "bopomofo" : "ㄆㄥˋ ㄉㄧㄥ zi", + "romatzyh" : "penq ding zi" }, + "meanings" : [ "to meet with a rebuff" ], + "classifiers" : [] } ] }, + { "simplified" : "碰见", + "radical" : "石", + "level" : [ "new-2", "old-5" ], + "frequency" : 13656, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "碰見", + "transcriptions" : { "pinyin" : "pèng jiàn", + "numeric" : "peng4 jian4", + "wadegiles" : "p'eng⁴ chien⁴", + "bopomofo" : "ㄆㄥˋ ㄐㄧㄢˋ", + "romatzyh" : "penq jiann" }, + "meanings" : [ "to run into", + "to meet (unexpectedly)", + "to bump into" ], + "classifiers" : [] } ] }, + { "simplified" : "碰巧", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 15063, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "碰巧", + "transcriptions" : { "pinyin" : "pèng qiǎo", + "numeric" : "peng4 qiao3", + "wadegiles" : "p'eng⁴ ch'iao³", + "bopomofo" : "ㄆㄥˋ ㄑㄧㄠˇ", + "romatzyh" : "penq cheau" }, + "meanings" : [ "by chance", + "by coincidence", + "to happen to" ], + "classifiers" : [] } ] }, + { "simplified" : "碰上", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 7373, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "碰上", + "transcriptions" : { "pinyin" : "pèng shàng", + "numeric" : "peng4 shang4", + "wadegiles" : "p'eng⁴ shang⁴", + "bopomofo" : "ㄆㄥˋ ㄕㄤˋ", + "romatzyh" : "penq shanq" }, + "meanings" : [ "to run into", + "to come upon", + "to meet" ], + "classifiers" : [] } ] }, + { "simplified" : "碰撞", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 9019, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "碰撞", + "transcriptions" : { "pinyin" : "pèng zhuàng", + "numeric" : "peng4 zhuang4", + "wadegiles" : "p'eng⁴ chuang⁴", + "bopomofo" : "ㄆㄥˋ ㄓㄨㄤˋ", + "romatzyh" : "penq juanq" }, + "meanings" : [ "to collide", "collision" ], + "classifiers" : [] } ] }, + { "simplified" : "批", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 2398, + "pos" : [ "q", "v" ], + "forms" : [ { "traditional" : "批", + "transcriptions" : { "pinyin" : "pī", + "numeric" : "pi1", + "wadegiles" : "p'i¹", + "bopomofo" : "ㄆㄧ", + "romatzyh" : "pi" }, + "meanings" : [ "to ascertain", + "to act on", + "to criticize", + "to pass on", + "classifier for batches, lots, military flights", + "tier (for the ranking of universities and colleges)" ], + "classifiers" : [] } ] }, + { "simplified" : "批发", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15769, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "批發", + "transcriptions" : { "pinyin" : "pī fā", + "numeric" : "pi1 fa1", + "wadegiles" : "p'i¹ fa¹", + "bopomofo" : "ㄆㄧ ㄈㄚ", + "romatzyh" : "pi fa" }, + "meanings" : [ "wholesale", + "bulk trade", + "distribution" ], + "classifiers" : [] } ] }, + { "simplified" : "批判", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10324, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "批判", + "transcriptions" : { "pinyin" : "pī pàn", + "numeric" : "pi1 pan4", + "wadegiles" : "p'i¹ p'an⁴", + "bopomofo" : "ㄆㄧ ㄆㄢˋ", + "romatzyh" : "pi pann" }, + "meanings" : [ "to criticize", "critique" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "批评", + "radical" : "扌", + "level" : [ "new-3", "old-4" ], + "frequency" : 3504, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "批評", + "transcriptions" : { "pinyin" : "pī píng", + "numeric" : "pi1 ping2", + "wadegiles" : "p'i¹ p'ing²", + "bopomofo" : "ㄆㄧ ㄆㄧㄥˊ", + "romatzyh" : "pi pyng" }, + "meanings" : [ "to criticize; criticism" ], + "classifiers" : [ "次", "番" ] } ] }, + { "simplified" : "批准", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 2614, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "批准", + "transcriptions" : { "pinyin" : "pī zhǔn", + "numeric" : "pi1 zhun3", + "wadegiles" : "p'i¹ chun³", + "bopomofo" : "ㄆㄧ ㄓㄨㄣˇ", + "romatzyh" : "pi joen" }, + "meanings" : [ "to approve; to ratify" ], + "classifiers" : [] } ] }, + { "simplified" : "披", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 5845, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "披", + "transcriptions" : { "pinyin" : "pī", + "numeric" : "pi1", + "wadegiles" : "p'i¹", + "bopomofo" : "ㄆㄧ", + "romatzyh" : "pi" }, + "meanings" : [ "to drape over one's shoulders", + "to open", + "to unroll", + "to split open", + "to spread out" ], + "classifiers" : [] } ] }, + { "simplified" : "披露", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10669, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "披露", + "transcriptions" : { "pinyin" : "pī lù", + "numeric" : "pi1 lu4", + "wadegiles" : "p'i¹ lu⁴", + "bopomofo" : "ㄆㄧ ㄌㄨˋ", + "romatzyh" : "pi luh" }, + "meanings" : [ "to reveal", + "to publish", + "to make public", + "to announce" ], + "classifiers" : [] } ] }, + { "simplified" : "劈", + "radical" : "刀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8142, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "劈", + "transcriptions" : { "pinyin" : "pī", + "numeric" : "pi1", + "wadegiles" : "p'i¹", + "bopomofo" : "ㄆㄧ", + "romatzyh" : "pi" }, + "meanings" : [ "to hack", + "to chop", + "to split open", + "(of lightning) to strike" ], + "classifiers" : [] }, + { "traditional" : "劈", + "transcriptions" : { "pinyin" : "pǐ", + "numeric" : "pi3", + "wadegiles" : "p'i³", + "bopomofo" : "ㄆㄧˇ", + "romatzyh" : "pii" }, + "meanings" : [ "to split in two", "to divide" ], + "classifiers" : [] } ] }, + { "simplified" : "皮", + "radical" : "皮", + "level" : [ "new-3" ], + "frequency" : 1409, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "皮", + "transcriptions" : { "pinyin" : "Pí", + "numeric" : "Pi2", + "wadegiles" : "p'i²", + "bopomofo" : "ㄆㄧˊ", + "romatzyh" : "pyi" }, + "meanings" : [ "surname Pi" ], + "classifiers" : [] }, + { "traditional" : "皮", + "transcriptions" : { "pinyin" : "pí", + "numeric" : "pi2", + "wadegiles" : "p'i²", + "bopomofo" : "ㄆㄧˊ", + "romatzyh" : "pyi" }, + "meanings" : [ "leather", + "skin", + "fur", + "pico- (one trillionth)", + "naughty" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "皮包", + "radical" : "皮", + "level" : [ "new-3" ], + "frequency" : 14469, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皮包", + "transcriptions" : { "pinyin" : "pí bāo", + "numeric" : "pi2 bao1", + "wadegiles" : "p'i² pao¹", + "bopomofo" : "ㄆㄧˊ ㄅㄠ", + "romatzyh" : "pyi bau" }, + "meanings" : [ "handbag", "briefcase" ], + "classifiers" : [] } ] }, + { "simplified" : "皮带", + "radical" : "皮", + "level" : [ "new-7+" ], + "frequency" : 9985, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皮帶", + "transcriptions" : { "pinyin" : "pí dài", + "numeric" : "pi2 dai4", + "wadegiles" : "p'i² tai⁴", + "bopomofo" : "ㄆㄧˊ ㄉㄞˋ", + "romatzyh" : "pyi day" }, + "meanings" : [ "strap", "leather belt" ], + "classifiers" : [ "条", "根" ] } ] }, + { "simplified" : "皮肤", + "radical" : "皮", + "level" : [ "new-5", "old-4" ], + "frequency" : 1922, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皮膚", + "transcriptions" : { "pinyin" : "pí fū", + "numeric" : "pi2 fu1", + "wadegiles" : "p'i² fu¹", + "bopomofo" : "ㄆㄧˊ ㄈㄨ", + "romatzyh" : "pyi fu" }, + "meanings" : [ "skin" ], + "classifiers" : [ "层", "块" ] } ] }, + { "simplified" : "皮革", + "radical" : "皮", + "level" : [ "old-6" ], + "frequency" : 12646, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皮革", + "transcriptions" : { "pinyin" : "pí gé", + "numeric" : "pi2 ge2", + "wadegiles" : "p'i² ko²", + "bopomofo" : "ㄆㄧˊ ㄍㄜˊ", + "romatzyh" : "pyi ger" }, + "meanings" : [ "leather" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "皮球", + "radical" : "皮", + "level" : [ "new-6" ], + "frequency" : 18764, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皮球", + "transcriptions" : { "pinyin" : "pí qiú", + "numeric" : "pi2 qiu2", + "wadegiles" : "p'i² ch'iu²", + "bopomofo" : "ㄆㄧˊ ㄑㄧㄡˊ", + "romatzyh" : "pyi chyou" }, + "meanings" : [ "ball (made of rubber, leather etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "皮鞋", + "radical" : "皮", + "level" : [ "new-5", "old-5" ], + "frequency" : 11265, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皮鞋", + "transcriptions" : { "pinyin" : "pí xié", + "numeric" : "pi2 xie2", + "wadegiles" : "p'i² hsieh²", + "bopomofo" : "ㄆㄧˊ ㄒㄧㄝˊ", + "romatzyh" : "pyi shye" }, + "meanings" : [ "leather shoes" ], + "classifiers" : [] } ] }, + { "simplified" : "疲惫", + "radical" : "疒", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7555, + "pos" : [ "a", "an", "v", "ad" ], + "forms" : [ { "traditional" : "疲憊", + "transcriptions" : { "pinyin" : "pí bèi", + "numeric" : "pi2 bei4", + "wadegiles" : "p'i² pei⁴", + "bopomofo" : "ㄆㄧˊ ㄅㄟˋ", + "romatzyh" : "pyi bey" }, + "meanings" : [ "beaten", "exhausted", "tired" ], + "classifiers" : [] } ] }, + { "simplified" : "疲惫不堪", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 23457, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "疲憊不堪", + "transcriptions" : { "pinyin" : "pí bèi bù kān", + "numeric" : "pi2 bei4 bu4 kan1", + "wadegiles" : "p'i² pei⁴ pu⁴ k'an¹", + "bopomofo" : "ㄆㄧˊ ㄅㄟˋ ㄅㄨˋ ㄎㄢ", + "romatzyh" : "pyi bey buh kan" }, + "meanings" : [ "exhausted", + "fatigued to the extreme" ], + "classifiers" : [] } ] }, + { "simplified" : "疲倦", + "radical" : "疒", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11450, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "疲倦", + "transcriptions" : { "pinyin" : "pí juàn", + "numeric" : "pi2 juan4", + "wadegiles" : "p'i² chüan⁴", + "bopomofo" : "ㄆㄧˊ ㄐㄩㄢˋ", + "romatzyh" : "pyi jiuann" }, + "meanings" : [ "to tire", "tired" ], + "classifiers" : [] } ] }, + { "simplified" : "疲劳", + "radical" : "疒", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7419, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "疲勞", + "transcriptions" : { "pinyin" : "pí láo", + "numeric" : "pi2 lao2", + "wadegiles" : "p'i² lao²", + "bopomofo" : "ㄆㄧˊ ㄌㄠˊ", + "romatzyh" : "pyi lau" }, + "meanings" : [ "fatigue", + "wearily", + "weariness", + "weary" ], + "classifiers" : [] } ] }, + { "simplified" : "啤酒", + "radical" : "口", + "level" : [ "new-3", "old-3" ], + "frequency" : 2622, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "啤酒", + "transcriptions" : { "pinyin" : "pí jiǔ", + "numeric" : "pi2 jiu3", + "wadegiles" : "p'i² chiu³", + "bopomofo" : "ㄆㄧˊ ㄐㄧㄡˇ", + "romatzyh" : "pyi jeou" }, + "meanings" : [ "beer (loanword)" ], + "classifiers" : [ "杯", "瓶", "罐", "桶", "缸" ] } ] }, + { "simplified" : "脾", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 13723, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "脾", + "transcriptions" : { "pinyin" : "pí", + "numeric" : "pi2", + "wadegiles" : "p'i²", + "bopomofo" : "ㄆㄧˊ", + "romatzyh" : "pyi" }, + "meanings" : [ "spleen" ], + "classifiers" : [] } ] }, + { "simplified" : "脾气", + "radical" : "⺼", + "level" : [ "new-5", "old-4" ], + "frequency" : 4017, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "脾氣", + "transcriptions" : { "pinyin" : "pí qi", + "numeric" : "pi2 qi5", + "wadegiles" : "p'i² qi", + "bopomofo" : "ㄆㄧˊ qi", + "romatzyh" : "pyi qi" }, + "meanings" : [ "character", + "temperament", + "disposition", + "bad temper" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "匹", + "radical" : "匸", + "level" : [ "new-5", "old-5" ], + "frequency" : 3794, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "匹", + "transcriptions" : { "pinyin" : "pī", + "numeric" : "pi1", + "wadegiles" : "p'i¹", + "bopomofo" : "ㄆㄧ", + "romatzyh" : "pi" }, + "meanings" : [ "mate", "one of a pair" ], + "classifiers" : [] }, + { "traditional" : "匹", + "transcriptions" : { "pinyin" : "pǐ", + "numeric" : "pi3", + "wadegiles" : "p'i³", + "bopomofo" : "ㄆㄧˇ", + "romatzyh" : "pii" }, + "meanings" : [ "classifier for horses, mules etc", + "Taiwan pr. [pī]", + "ordinary person", + "classifier for cloth: bolt", + "horsepower" ], + "classifiers" : [] }, + { "traditional" : "疋", + "transcriptions" : { "pinyin" : "pǐ", + "numeric" : "pi3", + "wadegiles" : "p'i³", + "bopomofo" : "ㄆㄧˇ", + "romatzyh" : "pii" }, + "meanings" : [ "variant of 匹", + "classifier for cloth: bolt" ], + "classifiers" : [] } ] }, + { "simplified" : "匹配", + "radical" : "匸", + "level" : [ "new-7+" ], + "frequency" : 7203, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "匹配", + "transcriptions" : { "pinyin" : "pǐ pèi", + "numeric" : "pi3 pei4", + "wadegiles" : "p'i³ p'ei⁴", + "bopomofo" : "ㄆㄧˇ ㄆㄟˋ", + "romatzyh" : "pii pey" }, + "meanings" : [ "to mate or marry", + "to match", + "matching", + "compatible" ], + "classifiers" : [] } ] }, + { "simplified" : "屁股", + "radical" : "尸", + "level" : [ "old-6" ], + "frequency" : 3206, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "屁股", + "transcriptions" : { "pinyin" : "pì gu", + "numeric" : "pi4 gu5", + "wadegiles" : "p'i⁴ gu", + "bopomofo" : "ㄆㄧˋ gu", + "romatzyh" : "pih gu" }, + "meanings" : [ "buttocks", + "bottom", + "butt", + "back part" ], + "classifiers" : [] } ] }, + { "simplified" : "媲美", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 17662, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "媲美", + "transcriptions" : { "pinyin" : "pì měi", + "numeric" : "pi4 mei3", + "wadegiles" : "p'i⁴ mei³", + "bopomofo" : "ㄆㄧˋ ㄇㄟˇ", + "romatzyh" : "pih meei" }, + "meanings" : [ "to match", "is comparable with" ], + "classifiers" : [] } ] }, + { "simplified" : "僻静", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 34171, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "僻靜", + "transcriptions" : { "pinyin" : "pì jìng", + "numeric" : "pi4 jing4", + "wadegiles" : "p'i⁴ ching⁴", + "bopomofo" : "ㄆㄧˋ ㄐㄧㄥˋ", + "romatzyh" : "pih jinq" }, + "meanings" : [ "lonely", "secluded" ], + "classifiers" : [] } ] }, + { "simplified" : "譬如", + "radical" : "言", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14286, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "譬如", + "transcriptions" : { "pinyin" : "pì rú", + "numeric" : "pi4 ru2", + "wadegiles" : "p'i⁴ ju²", + "bopomofo" : "ㄆㄧˋ ㄖㄨˊ", + "romatzyh" : "pih ru" }, + "meanings" : [ "for example", + "for instance", + "such as" ], + "classifiers" : [] } ] }, + { "simplified" : "譬如说", + "radical" : "言", + "level" : [ "new-7+" ], + "frequency" : 40154, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "譬如說", + "transcriptions" : { "pinyin" : "pì rú shuō", + "numeric" : "pi4 ru2 shuo1", + "wadegiles" : "p'i⁴ ju² shuo¹", + "bopomofo" : "ㄆㄧˋ ㄖㄨˊ ㄕㄨㄛ", + "romatzyh" : "pih ru shuo" }, + "meanings" : [ "for example" ], + "classifiers" : [] } ] }, + { "simplified" : "偏", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 3051, + "pos" : [ "d", "a", "v" ], + "forms" : [ { "traditional" : "偏", + "transcriptions" : { "pinyin" : "piān", + "numeric" : "pian1", + "wadegiles" : "p'ien¹", + "bopomofo" : "ㄆㄧㄢ", + "romatzyh" : "pian" }, + "meanings" : [ "to lean", + "to slant", + "oblique", + "prejudiced", + "to deviate from average", + "to stray from the intended line", + "stubbornly", + "contrary to expectations" ], + "classifiers" : [] } ] }, + { "simplified" : "偏差", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16233, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "偏差", + "transcriptions" : { "pinyin" : "piān chā", + "numeric" : "pian1 cha1", + "wadegiles" : "p'ien¹ ch'a¹", + "bopomofo" : "ㄆㄧㄢ ㄔㄚ", + "romatzyh" : "pian cha" }, + "meanings" : [ "bias", "deviation" ], + "classifiers" : [] } ] }, + { "simplified" : "偏方", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 34502, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "偏方", + "transcriptions" : { "pinyin" : "piān fāng", + "numeric" : "pian1 fang1", + "wadegiles" : "p'ien¹ fang¹", + "bopomofo" : "ㄆㄧㄢ ㄈㄤ", + "romatzyh" : "pian fang" }, + "meanings" : [ "folk remedy", "home remedy" ], + "classifiers" : [] } ] }, + { "simplified" : "偏见", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9888, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "偏見", + "transcriptions" : { "pinyin" : "piān jiàn", + "numeric" : "pian1 jian4", + "wadegiles" : "p'ien¹ chien⁴", + "bopomofo" : "ㄆㄧㄢ ㄐㄧㄢˋ", + "romatzyh" : "pian jiann" }, + "meanings" : [ "prejudice", "bias" ], + "classifiers" : [] } ] }, + { "simplified" : "偏僻", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12070, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "偏僻", + "transcriptions" : { "pinyin" : "piān pì", + "numeric" : "pian1 pi4", + "wadegiles" : "p'ien¹ p'i⁴", + "bopomofo" : "ㄆㄧㄢ ㄆㄧˋ", + "romatzyh" : "pian pih" }, + "meanings" : [ "remote", + "desolate", + "far from the city" ], + "classifiers" : [] } ] }, + { "simplified" : "偏偏", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7946, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "偏偏", + "transcriptions" : { "pinyin" : "piān piān", + "numeric" : "pian1 pian1", + "wadegiles" : "p'ien¹ p'ien¹", + "bopomofo" : "ㄆㄧㄢ ㄆㄧㄢ", + "romatzyh" : "pian pian" }, + "meanings" : [ "(indicates that sth turns out just the opposite of what one would wish) unfortunately", + "as it happened", + "(indicates that sth is the opposite of what would be normal or reasonable) stubbornly", + "contrarily", + "against reason", + "(indicates that sb or a group is singled out) precisely", + "only", + "of all people" ], + "classifiers" : [] } ] }, + { "simplified" : "偏向", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 16250, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "偏向", + "transcriptions" : { "pinyin" : "piān xiàng", + "numeric" : "pian1 xiang4", + "wadegiles" : "p'ien¹ hsiang⁴", + "bopomofo" : "ㄆㄧㄢ ㄒㄧㄤˋ", + "romatzyh" : "pian shianq" }, + "meanings" : [ "partial towards sth", + "to prefer", + "to incline", + "erroneous tendencies (Leftist or Revisionist deviation)" ], + "classifiers" : [] } ] }, + { "simplified" : "偏远", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15464, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "偏遠", + "transcriptions" : { "pinyin" : "piān yuǎn", + "numeric" : "pian1 yuan3", + "wadegiles" : "p'ien¹ yüan³", + "bopomofo" : "ㄆㄧㄢ ㄩㄢˇ", + "romatzyh" : "pian yeuan" }, + "meanings" : [ "remote", "far from civilization" ], + "classifiers" : [] } ] }, + { "simplified" : "篇", + "radical" : "⺮", + "level" : [ "new-2", "old-4" ], + "frequency" : 1691, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "篇", + "transcriptions" : { "pinyin" : "piān", + "numeric" : "pian1", + "wadegiles" : "p'ien¹", + "bopomofo" : "ㄆㄧㄢ", + "romatzyh" : "pian" }, + "meanings" : [ "sheet", + "piece of writing", + "bound set of bamboo slips used for record keeping (old)", + "classifier for written items: chapter, article" ], + "classifiers" : [] } ] }, + { "simplified" : "篇幅", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 25962, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "篇幅", + "transcriptions" : { "pinyin" : "piān fu", + "numeric" : "pian1 fu5", + "wadegiles" : "p'ien¹ fu", + "bopomofo" : "ㄆㄧㄢ fu", + "romatzyh" : "pian fu" }, + "meanings" : [ "length (of a piece of writing)", + "space occupied on a printed page" ], + "classifiers" : [] } ] }, + { "simplified" : "片", + "radical" : "片", + "level" : [ "new-2", "old-5" ], + "frequency" : 560, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "片", + "transcriptions" : { "pinyin" : "piān", + "numeric" : "pian1", + "wadegiles" : "p'ien¹", + "bopomofo" : "ㄆㄧㄢ", + "romatzyh" : "pian" }, + "meanings" : [ "disk", "sheet" ], + "classifiers" : [] }, + { "traditional" : "片", + "transcriptions" : { "pinyin" : "piàn", + "numeric" : "pian4", + "wadegiles" : "p'ien⁴", + "bopomofo" : "ㄆㄧㄢˋ", + "romatzyh" : "piann" }, + "meanings" : [ "thin piece", + "flake", + "a slice", + "film", + "TV play", + "to slice", + "to carve thin", + "partial", + "incomplete", + "one-sided", + "classifier for slices, tablets, tract of land, area of water", + "classifier for CDs, movies, DVDs etc", + "used with numeral 一: classifier for scenario, scene, feeling, atmosphere, sound etc", + "Kangxi radical 91" ], + "classifiers" : [] } ] }, + { "simplified" : "片段", + "radical" : "片", + "level" : [ "new-7+" ], + "frequency" : 7400, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "片段", + "transcriptions" : { "pinyin" : "piàn duàn", + "numeric" : "pian4 duan4", + "wadegiles" : "p'ien⁴ tuan⁴", + "bopomofo" : "ㄆㄧㄢˋ ㄉㄨㄢˋ", + "romatzyh" : "piann duann" }, + "meanings" : [ "fragment (of speech etc)", + "extract (from book etc)", + "episode (of story etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "片断", + "radical" : "片", + "level" : [ "old-6" ], + "frequency" : 16243, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "片斷", + "transcriptions" : { "pinyin" : "piàn duàn", + "numeric" : "pian4 duan4", + "wadegiles" : "p'ien⁴ tuan⁴", + "bopomofo" : "ㄆㄧㄢˋ ㄉㄨㄢˋ", + "romatzyh" : "piann duann" }, + "meanings" : [ "section", "fragment", "segment" ], + "classifiers" : [] } ] }, + { "simplified" : "片刻", + "radical" : "片", + "level" : [ "old-6" ], + "frequency" : 6789, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "片刻", + "transcriptions" : { "pinyin" : "piàn kè", + "numeric" : "pian4 ke4", + "wadegiles" : "p'ien⁴ k'o⁴", + "bopomofo" : "ㄆㄧㄢˋ ㄎㄜˋ", + "romatzyh" : "piann keh" }, + "meanings" : [ "short period of time", "a moment" ], + "classifiers" : [] } ] }, + { "simplified" : "片面", + "radical" : "片", + "level" : [ "new-4", "old-5" ], + "frequency" : 16993, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "片面", + "transcriptions" : { "pinyin" : "piàn miàn", + "numeric" : "pian4 mian4", + "wadegiles" : "p'ien⁴ mien⁴", + "bopomofo" : "ㄆㄧㄢˋ ㄇㄧㄢˋ", + "romatzyh" : "piann miann" }, + "meanings" : [ "unilateral", "one-sided" ], + "classifiers" : [] } ] }, + { "simplified" : "片子", + "radical" : "片", + "level" : [ "new-7+" ], + "frequency" : 5039, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "片子", + "transcriptions" : { "pinyin" : "piān zi", + "numeric" : "pian1 zi5", + "wadegiles" : "p'ien¹ zi", + "bopomofo" : "ㄆㄧㄢ zi", + "romatzyh" : "pian zi" }, + "meanings" : [ "film", + "movie", + "film reel", + "phonograph record", + "X-ray image" ], + "classifiers" : [] }, + { "traditional" : "片子", + "transcriptions" : { "pinyin" : "piàn zi", + "numeric" : "pian4 zi5", + "wadegiles" : "p'ien⁴ zi", + "bopomofo" : "ㄆㄧㄢˋ zi", + "romatzyh" : "piann zi" }, + "meanings" : [ "thin flake", "small piece" ], + "classifiers" : [] } ] }, + { "simplified" : "骗", + "radical" : "马", + "level" : [ "new-5", "old-4" ], + "frequency" : 1935, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "騙", + "transcriptions" : { "pinyin" : "piàn", + "numeric" : "pian4", + "wadegiles" : "p'ien⁴", + "bopomofo" : "ㄆㄧㄢˋ", + "romatzyh" : "piann" }, + "meanings" : [ "to cheat", + "to swindle", + "to deceive", + "to get on (a horse etc) by swinging one leg over" ], + "classifiers" : [] } ] }, + { "simplified" : "骗人", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 7420, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "騙人", + "transcriptions" : { "pinyin" : "piàn rén", + "numeric" : "pian4 ren2", + "wadegiles" : "p'ien⁴ jen²", + "bopomofo" : "ㄆㄧㄢˋ ㄖㄣˊ", + "romatzyh" : "piann ren" }, + "meanings" : [ "to cheat sb", "a scam" ], + "classifiers" : [] } ] }, + { "simplified" : "骗子", + "radical" : "马", + "level" : [ "new-5" ], + "frequency" : 4446, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "騙子", + "transcriptions" : { "pinyin" : "piàn zi", + "numeric" : "pian4 zi5", + "wadegiles" : "p'ien⁴ zi", + "bopomofo" : "ㄆㄧㄢˋ zi", + "romatzyh" : "piann zi" }, + "meanings" : [ "swindler", "a cheat" ], + "classifiers" : [] } ] }, + { "simplified" : "飘", + "radical" : "风", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4833, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "飃", + "transcriptions" : { "pinyin" : "piāo", + "numeric" : "piao1", + "wadegiles" : "p'iao¹", + "bopomofo" : "ㄆㄧㄠ", + "romatzyh" : "piau" }, + "meanings" : [ "variant of 飘" ], + "classifiers" : [] }, + { "traditional" : "飄", + "transcriptions" : { "pinyin" : "piāo", + "numeric" : "piao1", + "wadegiles" : "p'iao¹", + "bopomofo" : "ㄆㄧㄠ", + "romatzyh" : "piau" }, + "meanings" : [ "to float" ], + "classifiers" : [] } ] }, + { "simplified" : "飘扬", + "radical" : "风", + "level" : [ "old-6" ], + "frequency" : 22536, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "飄揚", + "transcriptions" : { "pinyin" : "piāo yáng", + "numeric" : "piao1 yang2", + "wadegiles" : "p'iao¹ yang²", + "bopomofo" : "ㄆㄧㄠ ㄧㄤˊ", + "romatzyh" : "piau yang" }, + "meanings" : [ "to wave", "to flutter", "to fly" ], + "classifiers" : [] } ] }, + { "simplified" : "票", + "radical" : "示", + "level" : [ "new-1", "old-2" ], + "frequency" : 956, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "票", + "transcriptions" : { "pinyin" : "piào", + "numeric" : "piao4", + "wadegiles" : "p'iao⁴", + "bopomofo" : "ㄆㄧㄠˋ", + "romatzyh" : "piaw" }, + "meanings" : [ "ticket", + "ballot", + "banknote", + "person held for ransom", + "amateur performance of Chinese opera", + "classifier for groups, batches, business transactions" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "票房", + "radical" : "示", + "level" : [ "new-7+" ], + "frequency" : 10836, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "票房", + "transcriptions" : { "pinyin" : "piào fáng", + "numeric" : "piao4 fang2", + "wadegiles" : "p'iao⁴ fang²", + "bopomofo" : "ㄆㄧㄠˋ ㄈㄤˊ", + "romatzyh" : "piaw farng" }, + "meanings" : [ "box office" ], + "classifiers" : [] } ] }, + { "simplified" : "票价", + "radical" : "示", + "level" : [ "new-3" ], + "frequency" : 13687, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "票價", + "transcriptions" : { "pinyin" : "piào jià", + "numeric" : "piao4 jia4", + "wadegiles" : "p'iao⁴ chia⁴", + "bopomofo" : "ㄆㄧㄠˋ ㄐㄧㄚˋ", + "romatzyh" : "piaw jiah" }, + "meanings" : [ "ticket price; fare; admission fee" ], + "classifiers" : [] } ] }, + { "simplified" : "漂", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 9779, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "漂", + "transcriptions" : { "pinyin" : "piāo", + "numeric" : "piao1", + "wadegiles" : "p'iao¹", + "bopomofo" : "ㄆㄧㄠ", + "romatzyh" : "piau" }, + "meanings" : [ "to float", "to drift" ], + "classifiers" : [] }, + { "traditional" : "漂", + "transcriptions" : { "pinyin" : "piǎo", + "numeric" : "piao3", + "wadegiles" : "p'iao³", + "bopomofo" : "ㄆㄧㄠˇ", + "romatzyh" : "peau" }, + "meanings" : [ "to bleach" ], + "classifiers" : [] }, + { "traditional" : "漂", + "transcriptions" : { "pinyin" : "piào", + "numeric" : "piao4", + "wadegiles" : "p'iao⁴", + "bopomofo" : "ㄆㄧㄠˋ", + "romatzyh" : "piaw" }, + "meanings" : [ "elegant", "polished" ], + "classifiers" : [] } ] }, + { "simplified" : "漂浮", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 13367, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "漂浮", + "transcriptions" : { "pinyin" : "piāo fú", + "numeric" : "piao1 fu2", + "wadegiles" : "p'iao¹ fu²", + "bopomofo" : "ㄆㄧㄠ ㄈㄨˊ", + "romatzyh" : "piau fwu" }, + "meanings" : [ "to float", + "to hover", + "to drift (also fig., to lead a wandering life)", + "to rove", + "showy", + "superficial" ], + "classifiers" : [] } ] }, + { "simplified" : "漂亮", + "radical" : "氵", + "level" : [ "new-2", "old-1" ], + "frequency" : 915, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "漂亮", + "transcriptions" : { "pinyin" : "piào liang", + "numeric" : "piao4 liang5", + "wadegiles" : "p'iao⁴ liang", + "bopomofo" : "ㄆㄧㄠˋ liang", + "romatzyh" : "piaw liang" }, + "meanings" : [ "pretty", "beautiful" ], + "classifiers" : [] } ] }, + { "simplified" : "撇", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11433, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "撇", + "transcriptions" : { "pinyin" : "piē", + "numeric" : "pie1", + "wadegiles" : "p'ieh¹", + "bopomofo" : "ㄆㄧㄝ", + "romatzyh" : "pie" }, + "meanings" : [ "to cast away", "to fling aside" ], + "classifiers" : [] }, + { "traditional" : "撇", + "transcriptions" : { "pinyin" : "piě", + "numeric" : "pie3", + "wadegiles" : "p'ieh³", + "bopomofo" : "ㄆㄧㄝˇ", + "romatzyh" : "piee" }, + "meanings" : [ "to throw", + "to cast", + "left-slanting downward brush stroke (calligraphy)" ], + "classifiers" : [] } ] }, + { "simplified" : "拼", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 2461, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拼", + "transcriptions" : { "pinyin" : "pīn", + "numeric" : "pin1", + "wadegiles" : "p'in¹", + "bopomofo" : "ㄆㄧㄣ", + "romatzyh" : "pin" }, + "meanings" : [ "to piece together", + "to join together", + "to stake all", + "adventurous", + "at the risk of one's life", + "to spell" ], + "classifiers" : [] } ] }, + { "simplified" : "拼搏", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12182, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拼搏", + "transcriptions" : { "pinyin" : "pīn bó", + "numeric" : "pin1 bo2", + "wadegiles" : "p'in¹ po²", + "bopomofo" : "ㄆㄧㄣ ㄅㄛˊ", + "romatzyh" : "pin bor" }, + "meanings" : [ "to struggle", "to wrestle" ], + "classifiers" : [] } ] }, + { "simplified" : "拼命", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4700, + "pos" : [ "d", "v", "vn" ], + "forms" : [ { "traditional" : "拼命", + "transcriptions" : { "pinyin" : "pīn mìng", + "numeric" : "pin1 ming4", + "wadegiles" : "p'in¹ ming⁴", + "bopomofo" : "ㄆㄧㄣ ㄇㄧㄥˋ", + "romatzyh" : "pin minq" }, + "meanings" : [ "to do one's utmost; with all one's might; at all costs; (to work or fight) as if one's life depends on it" ], + "classifiers" : [] } ] }, + { "simplified" : "贫乏", + "radical" : "贝", + "level" : [ "old-6" ], + "frequency" : 29155, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "貧乏", + "transcriptions" : { "pinyin" : "pín fá", + "numeric" : "pin2 fa2", + "wadegiles" : "p'in² fa²", + "bopomofo" : "ㄆㄧㄣˊ ㄈㄚˊ", + "romatzyh" : "pyn far" }, + "meanings" : [ "impoverished", + "lacking", + "deficient", + "limited", + "meager", + "impoverishment", + "lack", + "deficiency" ], + "classifiers" : [] } ] }, + { "simplified" : "贫富", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 23427, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "貧富", + "transcriptions" : { "pinyin" : "pín fù", + "numeric" : "pin2 fu4", + "wadegiles" : "p'in² fu⁴", + "bopomofo" : "ㄆㄧㄣˊ ㄈㄨˋ", + "romatzyh" : "pyn fuh" }, + "meanings" : [ "poor and rich" ], + "classifiers" : [] } ] }, + { "simplified" : "贫困", + "radical" : "贝", + "level" : [ "new-6", "old-6" ], + "frequency" : 6107, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "貧困", + "transcriptions" : { "pinyin" : "pín kùn", + "numeric" : "pin2 kun4", + "wadegiles" : "p'in² k'un⁴", + "bopomofo" : "ㄆㄧㄣˊ ㄎㄨㄣˋ", + "romatzyh" : "pyn kuenn" }, + "meanings" : [ "impoverished", "poverty" ], + "classifiers" : [] } ] }, + { "simplified" : "贫穷", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 8907, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "貧窮", + "transcriptions" : { "pinyin" : "pín qióng", + "numeric" : "pin2 qiong2", + "wadegiles" : "p'in² ch'iung²", + "bopomofo" : "ㄆㄧㄣˊ ㄑㄩㄥˊ", + "romatzyh" : "pyn chyong" }, + "meanings" : [ "poor", "impoverished" ], + "classifiers" : [] } ] }, + { "simplified" : "频道", + "radical" : "页", + "level" : [ "new-5", "old-5" ], + "frequency" : 2941, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "頻道", + "transcriptions" : { "pinyin" : "pín dào", + "numeric" : "pin2 dao4", + "wadegiles" : "p'in² tao⁴", + "bopomofo" : "ㄆㄧㄣˊ ㄉㄠˋ", + "romatzyh" : "pyn daw" }, + "meanings" : [ "frequency", + "(television) channel" ], + "classifiers" : [] } ] }, + { "simplified" : "频繁", + "radical" : "页", + "level" : [ "new-5", "old-6" ], + "frequency" : 6642, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "頻繁", + "transcriptions" : { "pinyin" : "pín fán", + "numeric" : "pin2 fan2", + "wadegiles" : "p'in² fan²", + "bopomofo" : "ㄆㄧㄣˊ ㄈㄢˊ", + "romatzyh" : "pyn farn" }, + "meanings" : [ "frequently", "often" ], + "classifiers" : [] } ] }, + { "simplified" : "频率", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4871, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "頻率", + "transcriptions" : { "pinyin" : "pín lu:4", + "numeric" : "pin2 lü4", + "wadegiles" : "p'in² lu:4", + "bopomofo" : "ㄆㄧㄣˊ lu:4", + "romatzyh" : "pyn lu:4" }, + "meanings" : [ "frequency" ], + "classifiers" : [] } ] }, + { "simplified" : "频频", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 16455, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "頻頻", + "transcriptions" : { "pinyin" : "pín pín", + "numeric" : "pin2 pin2", + "wadegiles" : "p'in² p'in²", + "bopomofo" : "ㄆㄧㄣˊ ㄆㄧㄣˊ", + "romatzyh" : "pyn pyn" }, + "meanings" : [ "repeatedly", + "again and again", + "continuously", + "constantly" ], + "classifiers" : [] } ] }, + { "simplified" : "品", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 2922, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "品", + "transcriptions" : { "pinyin" : "pǐn", + "numeric" : "pin3", + "wadegiles" : "p'in³", + "bopomofo" : "ㄆㄧㄣˇ", + "romatzyh" : "piin" }, + "meanings" : [ "(bound form) article; commodity; product; goods", + "(bound form) grade; rank", + "kind; type; variety", + "character; disposition; nature; temperament", + "to taste sth; to sample", + "to criticize; to comment; to judge; to size up", + "fret (on a guitar or lute)" ], + "classifiers" : [] } ] }, + { "simplified" : "品", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 2922, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "品", + "transcriptions" : { "pinyin" : "pǐn", + "numeric" : "pin3", + "wadegiles" : "p'in³", + "bopomofo" : "ㄆㄧㄣˇ", + "romatzyh" : "piin" }, + "meanings" : [ "(bound form) article; commodity; product; goods", + "(bound form) grade; rank", + "kind; type; variety", + "character; disposition; nature; temperament", + "to taste sth; to sample", + "to criticize; to comment; to judge; to size up", + "fret (on a guitar or lute)" ], + "classifiers" : [] } ] }, + { "simplified" : "品尝", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8156, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "品嘗", + "transcriptions" : { "pinyin" : "pǐn cháng", + "numeric" : "pin3 chang2", + "wadegiles" : "p'in³ ch'ang²", + "bopomofo" : "ㄆㄧㄣˇ ㄔㄤˊ", + "romatzyh" : "piin charng" }, + "meanings" : [ "to taste a small amount", + "to sample" ], + "classifiers" : [] } ] }, + { "simplified" : "品德", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16921, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "品德", + "transcriptions" : { "pinyin" : "pǐn dé", + "numeric" : "pin3 de2", + "wadegiles" : "p'in³ te²", + "bopomofo" : "ㄆㄧㄣˇ ㄉㄜˊ", + "romatzyh" : "piin der" }, + "meanings" : [ "moral character" ], + "classifiers" : [] } ] }, + { "simplified" : "品牌", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 2178, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "品牌", + "transcriptions" : { "pinyin" : "pǐn pái", + "numeric" : "pin3 pai2", + "wadegiles" : "p'in³ p'ai²", + "bopomofo" : "ㄆㄧㄣˇ ㄆㄞˊ", + "romatzyh" : "piin pair" }, + "meanings" : [ "brand name", "trademark" ], + "classifiers" : [] } ] }, + { "simplified" : "品位", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 8194, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "品位", + "transcriptions" : { "pinyin" : "pǐn wèi", + "numeric" : "pin3 wei4", + "wadegiles" : "p'in³ wei⁴", + "bopomofo" : "ㄆㄧㄣˇ ㄨㄟˋ", + "romatzyh" : "piin wey" }, + "meanings" : [ "rank", + "grade", + "quality", + "(aesthetic) taste" ], + "classifiers" : [] } ] }, + { "simplified" : "品行", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22266, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "品行", + "transcriptions" : { "pinyin" : "pǐn xíng", + "numeric" : "pin3 xing2", + "wadegiles" : "p'in³ hsing²", + "bopomofo" : "ㄆㄧㄣˇ ㄒㄧㄥˊ", + "romatzyh" : "piin shyng" }, + "meanings" : [ "behavior", "moral conduct" ], + "classifiers" : [] } ] }, + { "simplified" : "品质", + "radical" : "口", + "level" : [ "new-4", "old-6" ], + "frequency" : 5177, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "品質", + "transcriptions" : { "pinyin" : "pǐn zhì", + "numeric" : "pin3 zhi4", + "wadegiles" : "p'in³ chih⁴", + "bopomofo" : "ㄆㄧㄣˇ ㄓˋ", + "romatzyh" : "piin jyh" }, + "meanings" : [ "character", + "intrinsic quality (of a person)", + "quality (of a product or service, or as in \"quality of life\", \"air quality\" etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "品种", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 6332, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "品種", + "transcriptions" : { "pinyin" : "pǐn zhǒng", + "numeric" : "pin3 zhong3", + "wadegiles" : "p'in³ chung³", + "bopomofo" : "ㄆㄧㄣˇ ㄓㄨㄥˇ", + "romatzyh" : "piin joong" }, + "meanings" : [ "breed", "variety" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "聘", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 10588, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聘", + "transcriptions" : { "pinyin" : "pìn", + "numeric" : "pin4", + "wadegiles" : "p'in⁴", + "bopomofo" : "ㄆㄧㄣˋ", + "romatzyh" : "pinn" }, + "meanings" : [ "to engage (a teacher etc)", + "to hire", + "to betroth", + "betrothal gift", + "to get married (of woman)" ], + "classifiers" : [] } ] }, + { "simplified" : "聘请", + "radical" : "耳", + "level" : [ "new-6" ], + "frequency" : 9178, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聘請", + "transcriptions" : { "pinyin" : "pìn qǐng", + "numeric" : "pin4 qing3", + "wadegiles" : "p'in⁴ ch'ing³", + "bopomofo" : "ㄆㄧㄣˋ ㄑㄧㄥˇ", + "romatzyh" : "pinn chiing" }, + "meanings" : [ "to engage", + "to hire (a lawyer etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "聘任", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 29941, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "聘任", + "transcriptions" : { "pinyin" : "pìn rèn", + "numeric" : "pin4 ren4", + "wadegiles" : "p'in⁴ jen⁴", + "bopomofo" : "ㄆㄧㄣˋ ㄖㄣˋ", + "romatzyh" : "pinn renn" }, + "meanings" : [ "to appoint (to a position)", + "appointed" ], + "classifiers" : [] } ] }, + { "simplified" : "聘用", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 13781, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聘用", + "transcriptions" : { "pinyin" : "pìn yòng", + "numeric" : "pin4 yong4", + "wadegiles" : "p'in⁴ yung⁴", + "bopomofo" : "ㄆㄧㄣˋ ㄩㄥˋ", + "romatzyh" : "pinn yonq" }, + "meanings" : [ "to employ", "to hire" ], + "classifiers" : [] } ] }, + { "simplified" : "乒乓球", + "radical" : "丿", + "level" : [ "new-7+", "old-4" ], + "frequency" : 10217, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "乒乓球", + "transcriptions" : { "pinyin" : "pīng pāng qiú", + "numeric" : "ping1 pang1 qiu2", + "wadegiles" : "p'ing¹ p'ang¹ ch'iu²", + "bopomofo" : "ㄆㄧㄥ ㄆㄤ ㄑㄧㄡˊ", + "romatzyh" : "ping pang chyou" }, + "meanings" : [ "table tennis", + "ping-pong", + "table tennis ball" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "平", + "radical" : "广", + "level" : [ "new-2", "old-5" ], + "frequency" : 1707, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "平", + "transcriptions" : { "pinyin" : "Píng", + "numeric" : "Ping2", + "wadegiles" : "p'ing²", + "bopomofo" : "ㄆㄧㄥˊ", + "romatzyh" : "pyng" }, + "meanings" : [ "surname Ping" ], + "classifiers" : [] }, + { "traditional" : "平", + "transcriptions" : { "pinyin" : "píng", + "numeric" : "ping2", + "wadegiles" : "p'ing²", + "bopomofo" : "ㄆㄧㄥˊ", + "romatzyh" : "pyng" }, + "meanings" : [ "flat", + "level", + "equal", + "to tie (make the same score)", + "to draw (score)", + "calm", + "peaceful", + "abbr. for 平声" ], + "classifiers" : [] } ] }, + { "simplified" : "平安", + "radical" : "广", + "level" : [ "new-2" ], + "frequency" : 3137, + "pos" : [ "a", "an", "ad", "n", "nz" ], + "forms" : [ { "traditional" : "平安", + "transcriptions" : { "pinyin" : "píng ān", + "numeric" : "ping2 an1", + "wadegiles" : "p'ing² an¹", + "bopomofo" : "ㄆㄧㄥˊ ㄢ", + "romatzyh" : "pyng an" }, + "meanings" : [ "safe and sound", + "well", + "without mishap", + "quiet and safe", + "at peace" ], + "classifiers" : [] } ] }, + { "simplified" : "平常", + "radical" : "广", + "level" : [ "new-2", "old-5" ], + "frequency" : 4153, + "pos" : [ "a", "d", "t", "n" ], + "forms" : [ { "traditional" : "平常", + "transcriptions" : { "pinyin" : "píng cháng", + "numeric" : "ping2 chang2", + "wadegiles" : "p'ing² ch'ang²", + "bopomofo" : "ㄆㄧㄥˊ ㄔㄤˊ", + "romatzyh" : "pyng charng" }, + "meanings" : [ "ordinary", + "common", + "usually", + "ordinarily" ], + "classifiers" : [] } ] }, + { "simplified" : "平常心", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 45789, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "平常心", + "transcriptions" : { "pinyin" : "píng cháng xīn", + "numeric" : "ping2 chang2 xin1", + "wadegiles" : "p'ing² ch'ang² hsin¹", + "bopomofo" : "ㄆㄧㄥˊ ㄔㄤˊ ㄒㄧㄣ", + "romatzyh" : "pyng charng shin" }, + "meanings" : [ "levelheadedness", + "calmness", + "equanimity" ], + "classifiers" : [] } ] }, + { "simplified" : "平淡", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 10219, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "平淡", + "transcriptions" : { "pinyin" : "píng dàn", + "numeric" : "ping2 dan4", + "wadegiles" : "p'ing² tan⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄉㄢˋ", + "romatzyh" : "pyng dann" }, + "meanings" : [ "flat", + "dull", + "ordinary", + "nothing special" ], + "classifiers" : [] } ] }, + { "simplified" : "平等", + "radical" : "广", + "level" : [ "new-2", "old-5" ], + "frequency" : 4880, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "平等", + "transcriptions" : { "pinyin" : "píng děng", + "numeric" : "ping2 deng3", + "wadegiles" : "p'ing² teng³", + "bopomofo" : "ㄆㄧㄥˊ ㄉㄥˇ", + "romatzyh" : "pyng deeng" }, + "meanings" : [ "equal", "equality" ], + "classifiers" : [] } ] }, + { "simplified" : "平凡", + "radical" : "广", + "level" : [ "new-6", "old-6" ], + "frequency" : 6747, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "平凡", + "transcriptions" : { "pinyin" : "píng fán", + "numeric" : "ping2 fan2", + "wadegiles" : "p'ing² fan²", + "bopomofo" : "ㄆㄧㄥˊ ㄈㄢˊ", + "romatzyh" : "pyng farn" }, + "meanings" : [ "commonplace", + "ordinary", + "mediocre" ], + "classifiers" : [] } ] }, + { "simplified" : "平方", + "radical" : "广", + "level" : [ "new-4", "old-5" ], + "frequency" : 13429, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "平方", + "transcriptions" : { "pinyin" : "píng fāng", + "numeric" : "ping2 fang1", + "wadegiles" : "p'ing² fang¹", + "bopomofo" : "ㄆㄧㄥˊ ㄈㄤ", + "romatzyh" : "pyng fang" }, + "meanings" : [ "square (as in square foot, square mile, square root)" ], + "classifiers" : [] } ] }, + { "simplified" : "平方米", + "radical" : "广", + "level" : [ "new-6" ], + "frequency" : 16119, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "平方米", + "transcriptions" : { "pinyin" : "píng fāng mǐ", + "numeric" : "ping2 fang1 mi3", + "wadegiles" : "p'ing² fang¹ mi³", + "bopomofo" : "ㄆㄧㄥˊ ㄈㄤ ㄇㄧˇ", + "romatzyh" : "pyng fang mii" }, + "meanings" : [ "square meter" ], + "classifiers" : [] } ] }, + { "simplified" : "平和", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 10831, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "平和", + "transcriptions" : { "pinyin" : "Píng hé", + "numeric" : "Ping2 he2", + "wadegiles" : "p'ing² ho²", + "bopomofo" : "ㄆㄧㄥˊ ㄏㄜˊ", + "romatzyh" : "pyng her" }, + "meanings" : [ "Pinghe county in Zhangzhou 州, Fujian" ], + "classifiers" : [] }, + { "traditional" : "平和", + "transcriptions" : { "pinyin" : "píng hé", + "numeric" : "ping2 he2", + "wadegiles" : "p'ing² ho²", + "bopomofo" : "ㄆㄧㄥˊ ㄏㄜˊ", + "romatzyh" : "pyng her" }, + "meanings" : [ "gentle", + "mild", + "moderate", + "placid" ], + "classifiers" : [] } ] }, + { "simplified" : "平衡", + "radical" : "广", + "level" : [ "new-6", "old-5" ], + "frequency" : 3034, + "pos" : [ "a", "an", "v" ], + "forms" : [ { "traditional" : "平衡", + "transcriptions" : { "pinyin" : "píng héng", + "numeric" : "ping2 heng2", + "wadegiles" : "p'ing² heng²", + "bopomofo" : "ㄆㄧㄥˊ ㄏㄥˊ", + "romatzyh" : "pyng herng" }, + "meanings" : [ "balance", "equilibrium" ], + "classifiers" : [] } ] }, + { "simplified" : "平价", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 30948, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "平價", + "transcriptions" : { "pinyin" : "píng jià", + "numeric" : "ping2 jia4", + "wadegiles" : "p'ing² chia⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄐㄧㄚˋ", + "romatzyh" : "pyng jiah" }, + "meanings" : [ "reasonably priced", + "inexpensive", + "to keep prices down", + "(currency exchange) parity" ], + "classifiers" : [] } ] }, + { "simplified" : "平静", + "radical" : "广", + "level" : [ "new-4", "old-5" ], + "frequency" : 3136, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "平靜", + "transcriptions" : { "pinyin" : "píng jìng", + "numeric" : "ping2 jing4", + "wadegiles" : "p'ing² ching⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄐㄧㄥˋ", + "romatzyh" : "pyng jinq" }, + "meanings" : [ "tranquil", + "undisturbed", + "serene" ], + "classifiers" : [] } ] }, + { "simplified" : "平均", + "radical" : "广", + "level" : [ "new-4", "old-5" ], + "frequency" : 3513, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "平均", + "transcriptions" : { "pinyin" : "píng jūn", + "numeric" : "ping2 jun1", + "wadegiles" : "p'ing² chün¹", + "bopomofo" : "ㄆㄧㄥˊ ㄐㄩㄣ", + "romatzyh" : "pyng jiun" }, + "meanings" : [ "average; on average", + "evenly; in equal proportions" ], + "classifiers" : [] } ] }, + { "simplified" : "平面", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9275, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "平面", + "transcriptions" : { "pinyin" : "píng miàn", + "numeric" : "ping2 mian4", + "wadegiles" : "p'ing² mien⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄇㄧㄢˋ", + "romatzyh" : "pyng miann" }, + "meanings" : [ "plane (flat surface)", + "print media" ], + "classifiers" : [] } ] }, + { "simplified" : "平民", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 6016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "平民", + "transcriptions" : { "pinyin" : "píng mín", + "numeric" : "ping2 min2", + "wadegiles" : "p'ing² min²", + "bopomofo" : "ㄆㄧㄥˊ ㄇㄧㄣˊ", + "romatzyh" : "pyng min" }, + "meanings" : [ "ordinary people", + "commoner", + "civilian" ], + "classifiers" : [] } ] }, + { "simplified" : "平日", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 15735, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "平日", + "transcriptions" : { "pinyin" : "píng rì", + "numeric" : "ping2 ri4", + "wadegiles" : "p'ing² jih⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄖˋ", + "romatzyh" : "pyng ryh" }, + "meanings" : [ "ordinary day", + "everyday", + "ordinarily", + "usually" ], + "classifiers" : [] } ] }, + { "simplified" : "平时", + "radical" : "广", + "level" : [ "new-2", "old-4" ], + "frequency" : 2780, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "平時", + "transcriptions" : { "pinyin" : "píng shí", + "numeric" : "ping2 shi2", + "wadegiles" : "p'ing² shih²", + "bopomofo" : "ㄆㄧㄥˊ ㄕˊ", + "romatzyh" : "pyng shyr" }, + "meanings" : [ "ordinarily", + "in normal times", + "in peacetime" ], + "classifiers" : [] } ] }, + { "simplified" : "平台", + "radical" : "广", + "level" : [ "new-6" ], + "frequency" : 4530, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "平臺", + "transcriptions" : { "pinyin" : "píng tái", + "numeric" : "ping2 tai2", + "wadegiles" : "p'ing² t'ai²", + "bopomofo" : "ㄆㄧㄥˊ ㄊㄞˊ", + "romatzyh" : "pyng tair" }, + "meanings" : [ "platform", + "terrace", + "flat-roofed building" ], + "classifiers" : [] } ] }, + { "simplified" : "平坦", + "radical" : "广", + "level" : [ "new-5", "old-6" ], + "frequency" : 17673, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "平坦", + "transcriptions" : { "pinyin" : "píng tǎn", + "numeric" : "ping2 tan3", + "wadegiles" : "p'ing² t'an³", + "bopomofo" : "ㄆㄧㄥˊ ㄊㄢˇ", + "romatzyh" : "pyng taan" }, + "meanings" : [ "level", "even", "smooth", "flat" ], + "classifiers" : [] } ] }, + { "simplified" : "平稳", + "radical" : "广", + "level" : [ "new-4" ], + "frequency" : 9128, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "平穩", + "transcriptions" : { "pinyin" : "píng wěn", + "numeric" : "ping2 wen3", + "wadegiles" : "p'ing² wen³", + "bopomofo" : "ㄆㄧㄥˊ ㄨㄣˇ", + "romatzyh" : "pyng woen" }, + "meanings" : [ "smooth", "steady" ], + "classifiers" : [] } ] }, + { "simplified" : "平息", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 10764, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "平息", + "transcriptions" : { "pinyin" : "píng xī", + "numeric" : "ping2 xi1", + "wadegiles" : "p'ing² hsi¹", + "bopomofo" : "ㄆㄧㄥˊ ㄒㄧ", + "romatzyh" : "pyng shi" }, + "meanings" : [ "to settle (a dispute)", + "to quieten down", + "to suppress" ], + "classifiers" : [] } ] }, + { "simplified" : "平行", + "radical" : "广", + "level" : [ "old-6" ], + "frequency" : 9981, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "平行", + "transcriptions" : { "pinyin" : "píng xíng", + "numeric" : "ping2 xing2", + "wadegiles" : "p'ing² hsing²", + "bopomofo" : "ㄆㄧㄥˊ ㄒㄧㄥˊ", + "romatzyh" : "pyng shyng" }, + "meanings" : [ "parallel", + "of equal rank", + "simultaneous" ], + "classifiers" : [] } ] }, + { "simplified" : "平原", + "radical" : "广", + "level" : [ "new-5", "old-6" ], + "frequency" : 10650, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "平原", + "transcriptions" : { "pinyin" : "píng yuán", + "numeric" : "ping2 yuan2", + "wadegiles" : "p'ing² yüan²", + "bopomofo" : "ㄆㄧㄥˊ ㄩㄢˊ", + "romatzyh" : "pyng yuan" }, + "meanings" : [ "field", "plain" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "评", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 6762, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "評", + "transcriptions" : { "pinyin" : "píng", + "numeric" : "ping2", + "wadegiles" : "p'ing²", + "bopomofo" : "ㄆㄧㄥˊ", + "romatzyh" : "pyng" }, + "meanings" : [ "to discuss", + "to comment", + "to criticize", + "to judge", + "to choose (by public appraisal)" ], + "classifiers" : [] } ] }, + { "simplified" : "评定", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 15031, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "評定", + "transcriptions" : { "pinyin" : "píng dìng", + "numeric" : "ping2 ding4", + "wadegiles" : "p'ing² ting⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄉㄧㄥˋ", + "romatzyh" : "pyng dinq" }, + "meanings" : [ "to evaluate", + "to make one's judgment" ], + "classifiers" : [] } ] }, + { "simplified" : "评估", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 3129, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "評估", + "transcriptions" : { "pinyin" : "píng gū", + "numeric" : "ping2 gu1", + "wadegiles" : "p'ing² ku¹", + "bopomofo" : "ㄆㄧㄥˊ ㄍㄨ", + "romatzyh" : "pyng gu" }, + "meanings" : [ "to evaluate", + "to assess", + "assessment", + "evaluation" ], + "classifiers" : [] } ] }, + { "simplified" : "评价", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 2119, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "評價", + "transcriptions" : { "pinyin" : "píng jià", + "numeric" : "ping2 jia4", + "wadegiles" : "p'ing² chia⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄐㄧㄚˋ", + "romatzyh" : "pyng jiah" }, + "meanings" : [ "to evaluate", "to assess" ], + "classifiers" : [] } ] }, + { "simplified" : "评论", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 2351, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "評論", + "transcriptions" : { "pinyin" : "píng lùn", + "numeric" : "ping2 lun4", + "wadegiles" : "p'ing² lun⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄌㄨㄣˋ", + "romatzyh" : "pyng luenn" }, + "meanings" : [ "to comment on", + "to discuss", + "comment", + "commentary" ], + "classifiers" : [ "篇" ] } ] }, + { "simplified" : "评论员", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 25625, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "評論員", + "transcriptions" : { "pinyin" : "píng lùn yuán", + "numeric" : "ping2 lun4 yuan2", + "wadegiles" : "p'ing² lun⁴ yüan²", + "bopomofo" : "ㄆㄧㄥˊ ㄌㄨㄣˋ ㄩㄢˊ", + "romatzyh" : "pyng luenn yuan" }, + "meanings" : [ "commentator" ], + "classifiers" : [] } ] }, + { "simplified" : "评判", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 8959, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "評判", + "transcriptions" : { "pinyin" : "píng pàn", + "numeric" : "ping2 pan4", + "wadegiles" : "p'ing² p'an⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄆㄢˋ", + "romatzyh" : "pyng pann" }, + "meanings" : [ "to judge (a competition)", + "to appraise" ], + "classifiers" : [] } ] }, + { "simplified" : "评审", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 5353, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "評審", + "transcriptions" : { "pinyin" : "píng shěn", + "numeric" : "ping2 shen3", + "wadegiles" : "p'ing² shen³", + "bopomofo" : "ㄆㄧㄥˊ ㄕㄣˇ", + "romatzyh" : "pyng sheen" }, + "meanings" : [ "to appraise", + "to evaluate", + "to judge" ], + "classifiers" : [] } ] }, + { "simplified" : "评委", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 3923, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "評委", + "transcriptions" : { "pinyin" : "píng wěi", + "numeric" : "ping2 wei3", + "wadegiles" : "p'ing² wei³", + "bopomofo" : "ㄆㄧㄥˊ ㄨㄟˇ", + "romatzyh" : "pyng woei" }, + "meanings" : [ "evaluation committee; judging panel", + "judging panel member; adjudicator (abbr. for 评选委员会委员)" ], + "classifiers" : [] } ] }, + { "simplified" : "评选", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 10602, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "評選", + "transcriptions" : { "pinyin" : "píng xuǎn", + "numeric" : "ping2 xuan3", + "wadegiles" : "p'ing² hsüan³", + "bopomofo" : "ㄆㄧㄥˊ ㄒㄩㄢˇ", + "romatzyh" : "pyng sheuan" }, + "meanings" : [ "to select on the basis of a vote or consensus" ], + "classifiers" : [] } ] }, + { "simplified" : "凭", + "radical" : "几", + "level" : [ "new-5", "old-5" ], + "frequency" : 2277, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "凴", + "transcriptions" : { "pinyin" : "píng", + "numeric" : "ping2", + "wadegiles" : "p'ing²", + "bopomofo" : "ㄆㄧㄥˊ", + "romatzyh" : "pyng" }, + "meanings" : [ "variant of 凭" ], + "classifiers" : [] }, + { "traditional" : "憑", + "transcriptions" : { "pinyin" : "píng", + "numeric" : "ping2", + "wadegiles" : "p'ing²", + "bopomofo" : "ㄆㄧㄥˊ", + "romatzyh" : "pyng" }, + "meanings" : [ "to lean against", + "to rely on", + "on the basis of", + "no matter (how, what etc)", + "proof" ], + "classifiers" : [] } ] }, + { "simplified" : "凭借", + "radical" : "几", + "level" : [ "new-7+" ], + "frequency" : 7693, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "憑借", + "transcriptions" : { "pinyin" : "píng jiè", + "numeric" : "ping2 jie4", + "wadegiles" : "p'ing² chieh⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄐㄧㄝˋ", + "romatzyh" : "pyng jieh" }, + "meanings" : [ "to rely on", + "to depend on", + "by means of", + "thanks to", + "sth that one relies on" ], + "classifiers" : [] } ] }, + { "simplified" : "凭着", + "radical" : "几", + "level" : [ "new-7+" ], + "frequency" : 11599, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "憑著", + "transcriptions" : { "pinyin" : "píng zhe", + "numeric" : "ping2 zhe5", + "wadegiles" : "p'ing² zhe", + "bopomofo" : "ㄆㄧㄥˊ zhe", + "romatzyh" : "pyng zhe" }, + "meanings" : [ "relying on", "on the basis of" ], + "classifiers" : [] } ] }, + { "simplified" : "凭证", + "radical" : "几", + "level" : [ "new-7+" ], + "frequency" : 19610, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "憑證", + "transcriptions" : { "pinyin" : "píng zhèng", + "numeric" : "ping2 zheng4", + "wadegiles" : "p'ing² cheng⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄓㄥˋ", + "romatzyh" : "pyng jenq" }, + "meanings" : [ "proof", + "certificate", + "receipt", + "voucher" ], + "classifiers" : [] } ] }, + { "simplified" : "苹果", + "radical" : "艹", + "level" : [ "new-3", "old-1" ], + "frequency" : 2562, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蘋果", + "transcriptions" : { "pinyin" : "píng guǒ", + "numeric" : "ping2 guo3", + "wadegiles" : "p'ing² kuo³", + "bopomofo" : "ㄆㄧㄥˊ ㄍㄨㄛˇ", + "romatzyh" : "pyng guoo" }, + "meanings" : [ "apple" ], + "classifiers" : [ "个", "颗" ] } ] }, + { "simplified" : "屏幕", + "radical" : "户", + "level" : [ "new-6" ], + "frequency" : 3538, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "屏幕", + "transcriptions" : { "pinyin" : "píng mù", + "numeric" : "ping2 mu4", + "wadegiles" : "p'ing² mu⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄇㄨˋ", + "romatzyh" : "pyng muh" }, + "meanings" : [ "screen (TV, computer or movie)" ], + "classifiers" : [] } ] }, + { "simplified" : "屏障", + "radical" : "户", + "level" : [ "old-6" ], + "frequency" : 14358, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "屏障", + "transcriptions" : { "pinyin" : "píng zhàng", + "numeric" : "ping2 zhang4", + "wadegiles" : "p'ing² chang⁴", + "bopomofo" : "ㄆㄧㄥˊ ㄓㄤˋ", + "romatzyh" : "pyng janq" }, + "meanings" : [ "barrier" ], + "classifiers" : [] } ] }, + { "simplified" : "瓶", + "radical" : "瓦", + "level" : [ "new-2" ], + "frequency" : 1373, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "瓶", + "transcriptions" : { "pinyin" : "píng", + "numeric" : "ping2", + "wadegiles" : "p'ing²", + "bopomofo" : "ㄆㄧㄥˊ", + "romatzyh" : "pyng" }, + "meanings" : [ "bottle", + "vase", + "pitcher", + "classifier for wine and liquids" ], + "classifiers" : [ "个" ] }, + { "traditional" : "缾", + "transcriptions" : { "pinyin" : "píng", + "numeric" : "ping2", + "wadegiles" : "p'ing²", + "bopomofo" : "ㄆㄧㄥˊ", + "romatzyh" : "pyng" }, + "meanings" : [ "variant of 瓶" ], + "classifiers" : [] } ] }, + { "simplified" : "瓶颈", + "radical" : "瓦", + "level" : [ "new-7+" ], + "frequency" : 17291, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瓶頸", + "transcriptions" : { "pinyin" : "píng jǐng", + "numeric" : "ping2 jing3", + "wadegiles" : "p'ing² ching³", + "bopomofo" : "ㄆㄧㄥˊ ㄐㄧㄥˇ", + "romatzyh" : "pyng jiing" }, + "meanings" : [ "neck of a bottle", + "(fig.) bottleneck", + "problem that impedes progress" ], + "classifiers" : [] } ] }, + { "simplified" : "瓶子", + "radical" : "瓦", + "level" : [ "new-2", "old-4" ], + "frequency" : 6741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瓶子", + "transcriptions" : { "pinyin" : "píng zi", + "numeric" : "ping2 zi5", + "wadegiles" : "p'ing² zi", + "bopomofo" : "ㄆㄧㄥˊ zi", + "romatzyh" : "pyng zi" }, + "meanings" : [ "bottle" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "萍水相逢", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 48991, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "萍水相逢", + "transcriptions" : { "pinyin" : "píng shuǐ xiāng féng", + "numeric" : "ping2 shui3 xiang1 feng2", + "wadegiles" : "p'ing² shui³ hsiang¹ feng²", + "bopomofo" : "ㄆㄧㄥˊ ㄕㄨㄟˇ ㄒㄧㄤ ㄈㄥˊ", + "romatzyh" : "pyng shoei shiang ferng" }, + "meanings" : [ "strangers coming together by chance (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "坡", + "radical" : "土", + "level" : [ "new-6", "old-6" ], + "frequency" : 8092, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "坡", + "transcriptions" : { "pinyin" : "pō", + "numeric" : "po1", + "wadegiles" : "p'o¹", + "bopomofo" : "ㄆㄛ", + "romatzyh" : "po" }, + "meanings" : [ "slope", "sloping", "slanted" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "颇", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5653, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "頗", + "transcriptions" : { "pinyin" : "Pō", + "numeric" : "Po1", + "wadegiles" : "p'o¹", + "bopomofo" : "ㄆㄛ", + "romatzyh" : "po" }, + "meanings" : [ "surname Po", "Taiwan pr. [Pǒ]" ], + "classifiers" : [] }, + { "traditional" : "頗", + "transcriptions" : { "pinyin" : "pō", + "numeric" : "po1", + "wadegiles" : "p'o¹", + "bopomofo" : "ㄆㄛ", + "romatzyh" : "po" }, + "meanings" : [ "rather", + "quite", + "considerably", + "oblique", + "inclined", + "slanting", + "Taiwan pr. [pǒ]" ], + "classifiers" : [] } ] }, + { "simplified" : "迫不及待", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8697, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "迫不及待", + "transcriptions" : { "pinyin" : "pò bù jí dài", + "numeric" : "po4 bu4 ji2 dai4", + "wadegiles" : "p'o⁴ pu⁴ chi² tai⁴", + "bopomofo" : "ㄆㄛˋ ㄅㄨˋ ㄐㄧˊ ㄉㄞˋ", + "romatzyh" : "poh buh jyi day" }, + "meanings" : [ "impatient (idiom); in a hurry", + "itching to get on with it" ], + "classifiers" : [] } ] }, + { "simplified" : "迫害", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11860, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "迫害", + "transcriptions" : { "pinyin" : "pò hài", + "numeric" : "po4 hai4", + "wadegiles" : "p'o⁴ hai⁴", + "bopomofo" : "ㄆㄛˋ ㄏㄞˋ", + "romatzyh" : "poh hay" }, + "meanings" : [ "to persecute" ], + "classifiers" : [] } ] }, + { "simplified" : "迫切", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 8352, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "迫切", + "transcriptions" : { "pinyin" : "pò qiè", + "numeric" : "po4 qie4", + "wadegiles" : "p'o⁴ ch'ieh⁴", + "bopomofo" : "ㄆㄛˋ ㄑㄧㄝˋ", + "romatzyh" : "poh chieh" }, + "meanings" : [ "urgent; pressing" ], + "classifiers" : [] } ] }, + { "simplified" : "迫使", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8426, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "迫使", + "transcriptions" : { "pinyin" : "pò shǐ", + "numeric" : "po4 shi3", + "wadegiles" : "p'o⁴ shih³", + "bopomofo" : "ㄆㄛˋ ㄕˇ", + "romatzyh" : "poh shyy" }, + "meanings" : [ "to force", "to compel" ], + "classifiers" : [] } ] }, + { "simplified" : "破", + "radical" : "石", + "level" : [ "new-3", "old-4" ], + "frequency" : 1272, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "破", + "transcriptions" : { "pinyin" : "pò", + "numeric" : "po4", + "wadegiles" : "p'o⁴", + "bopomofo" : "ㄆㄛˋ", + "romatzyh" : "poh" }, + "meanings" : [ "broken", + "damaged", + "worn out", + "lousy", + "rotten", + "to break, split or cleave", + "to get rid of", + "to destroy", + "to break with", + "to defeat", + "to capture (a city etc)", + "to expose the truth of" ], + "classifiers" : [] } ] }, + { "simplified" : "破案", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 10186, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "破案", + "transcriptions" : { "pinyin" : "pò àn", + "numeric" : "po4 an4", + "wadegiles" : "p'o⁴ an⁴", + "bopomofo" : "ㄆㄛˋ ㄢˋ", + "romatzyh" : "poh ann" }, + "meanings" : [ "to solve a case", + "shabby old table" ], + "classifiers" : [] } ] }, + { "simplified" : "破产", + "radical" : "石", + "level" : [ "new-4", "old-5" ], + "frequency" : 4674, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "破產", + "transcriptions" : { "pinyin" : "pò chǎn", + "numeric" : "po4 chan3", + "wadegiles" : "p'o⁴ ch'an³", + "bopomofo" : "ㄆㄛˋ ㄔㄢˇ", + "romatzyh" : "poh chaan" }, + "meanings" : [ "to go bankrupt", + "to become impoverished", + "bankruptcy" ], + "classifiers" : [] } ] }, + { "simplified" : "破除", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 20142, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "破除", + "transcriptions" : { "pinyin" : "pò chú", + "numeric" : "po4 chu2", + "wadegiles" : "p'o⁴ ch'u²", + "bopomofo" : "ㄆㄛˋ ㄔㄨˊ", + "romatzyh" : "poh chwu" }, + "meanings" : [ "to eliminate", + "to do away with", + "to get rid of" ], + "classifiers" : [] } ] }, + { "simplified" : "破坏", + "radical" : "石", + "level" : [ "new-3", "old-5" ], + "frequency" : 1527, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "破壞", + "transcriptions" : { "pinyin" : "pò huài", + "numeric" : "po4 huai4", + "wadegiles" : "p'o⁴ huai⁴", + "bopomofo" : "ㄆㄛˋ ㄏㄨㄞˋ", + "romatzyh" : "poh huay" }, + "meanings" : [ "destruction", + "damage", + "to wreck", + "to break", + "to destroy" ], + "classifiers" : [] } ] }, + { "simplified" : "破解", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 9956, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "破解", + "transcriptions" : { "pinyin" : "pò jiě", + "numeric" : "po4 jie3", + "wadegiles" : "p'o⁴ chieh³", + "bopomofo" : "ㄆㄛˋ ㄐㄧㄝˇ", + "romatzyh" : "poh jiee" }, + "meanings" : [ "to break (a bond, constraint etc)", + "to explain", + "to unravel", + "to decipher", + "to decode", + "to crack (software)" ], + "classifiers" : [] } ] }, + { "simplified" : "破旧", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 15419, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "破舊", + "transcriptions" : { "pinyin" : "pò jiù", + "numeric" : "po4 jiu4", + "wadegiles" : "p'o⁴ chiu⁴", + "bopomofo" : "ㄆㄛˋ ㄐㄧㄡˋ", + "romatzyh" : "poh jiow" }, + "meanings" : [ "shabby" ], + "classifiers" : [] } ] }, + { "simplified" : "破例", + "radical" : "石", + "level" : [ "old-6" ], + "frequency" : 21021, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "破例", + "transcriptions" : { "pinyin" : "pò lì", + "numeric" : "po4 li4", + "wadegiles" : "p'o⁴ li⁴", + "bopomofo" : "ㄆㄛˋ ㄌㄧˋ", + "romatzyh" : "poh lih" }, + "meanings" : [ "to make an exception" ], + "classifiers" : [] } ] }, + { "simplified" : "破裂", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 7002, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "破裂", + "transcriptions" : { "pinyin" : "pò liè", + "numeric" : "po4 lie4", + "wadegiles" : "p'o⁴ lieh⁴", + "bopomofo" : "ㄆㄛˋ ㄌㄧㄝˋ", + "romatzyh" : "poh lieh" }, + "meanings" : [ "to burst; to rupture", + "(of a relationship etc) to break down" ], + "classifiers" : [] } ] }, + { "simplified" : "破灭", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 12424, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "破滅", + "transcriptions" : { "pinyin" : "pò miè", + "numeric" : "po4 mie4", + "wadegiles" : "p'o⁴ mieh⁴", + "bopomofo" : "ㄆㄛˋ ㄇㄧㄝˋ", + "romatzyh" : "poh mieh" }, + "meanings" : [ "to be shattered", + "to be annihilated (of hope, illusions etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "破碎", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 9053, + "pos" : [ "a", "v", "vn" ], + "forms" : [ { "traditional" : "破碎", + "transcriptions" : { "pinyin" : "pò suì", + "numeric" : "po4 sui4", + "wadegiles" : "p'o⁴ sui⁴", + "bopomofo" : "ㄆㄛˋ ㄙㄨㄟˋ", + "romatzyh" : "poh suey" }, + "meanings" : [ "to smash to pieces", "to shatter" ], + "classifiers" : [] } ] }, + { "simplified" : "魄力", + "radical" : "鬼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23747, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "魄力", + "transcriptions" : { "pinyin" : "pò lì", + "numeric" : "po4 li4", + "wadegiles" : "p'o⁴ li⁴", + "bopomofo" : "ㄆㄛˋ ㄌㄧˋ", + "romatzyh" : "poh lih" }, + "meanings" : [ "courage", + "daring", + "boldness", + "resolution", + "drive" ], + "classifiers" : [] } ] }, + { "simplified" : "泼", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 8438, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "潑", + "transcriptions" : { "pinyin" : "pō", + "numeric" : "po1", + "wadegiles" : "p'o¹", + "bopomofo" : "ㄆㄛ", + "romatzyh" : "po" }, + "meanings" : [ "to splash", + "to spill", + "rough and coarse", + "brutish" ], + "classifiers" : [] } ] }, + { "simplified" : "泼冷水", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 38596, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "潑冷水", + "transcriptions" : { "pinyin" : "pō lěng shuǐ", + "numeric" : "po1 leng3 shui3", + "wadegiles" : "p'o¹ leng³ shui³", + "bopomofo" : "ㄆㄛ ㄌㄥˇ ㄕㄨㄟˇ", + "romatzyh" : "po leeng shoei" }, + "meanings" : [ "to pour cold water on", + "(fig.) to dampen sb's enthusiasm" ], + "classifiers" : [] } ] }, + { "simplified" : "扑", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 4563, + "pos" : [ "v", "o" ], + "forms" : [ { "traditional" : "撲", + "transcriptions" : { "pinyin" : "pū", + "numeric" : "pu1", + "wadegiles" : "p'u¹", + "bopomofo" : "ㄆㄨ", + "romatzyh" : "pu" }, + "meanings" : [ "to throw oneself at", + "to pounce on", + "to devote one's energies", + "to flap", + "to flutter", + "to dab", + "to pat", + "to bend over" ], + "classifiers" : [] } ] }, + { "simplified" : "扑克", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12368, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "撲克", + "transcriptions" : { "pinyin" : "pū kè", + "numeric" : "pu1 ke4", + "wadegiles" : "p'u¹ k'o⁴", + "bopomofo" : "ㄆㄨ ㄎㄜˋ", + "romatzyh" : "pu keh" }, + "meanings" : [ "poker (game) (loanword)", + "playing cards" ], + "classifiers" : [] } ] }, + { "simplified" : "扑面而来", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 49677, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撲面而來", + "transcriptions" : { "pinyin" : "pū miàn ér lái", + "numeric" : "pu1 mian4 er2 lai2", + "wadegiles" : "p'u¹ mien⁴ erh² lai²", + "bopomofo" : "ㄆㄨ ㄇㄧㄢˋ ㄦˊ ㄌㄞˊ", + "romatzyh" : "pu miann erl lai" }, + "meanings" : [ "lit. sth hits one in the face", + "directly in one's face", + "sth assaults the senses", + "blatant (advertising)", + "eye-catching", + "(a smell) assaults the nostrils" ], + "classifiers" : [] } ] }, + { "simplified" : "菩萨", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 17880, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "菩薩", + "transcriptions" : { "pinyin" : "Pú sà", + "numeric" : "Pu2 sa4", + "wadegiles" : "p'u² sa⁴", + "bopomofo" : "ㄆㄨˊ ㄙㄚˋ", + "romatzyh" : "pwu sah" }, + "meanings" : [ "Bodhisattva (Buddhism)" ], + "classifiers" : [] } ] }, + { "simplified" : "葡萄", + "radical" : "艹", + "level" : [ "new-5", "old-3" ], + "frequency" : 6422, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "葡萄", + "transcriptions" : { "pinyin" : "pú tao", + "numeric" : "pu2 tao5", + "wadegiles" : "p'u² tao", + "bopomofo" : "ㄆㄨˊ tao", + "romatzyh" : "pwu tao" }, + "meanings" : [ "grape" ], + "classifiers" : [] } ] }, + { "simplified" : "葡萄酒", + "radical" : "艹", + "level" : [ "new-5" ], + "frequency" : 6827, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "葡萄酒", + "transcriptions" : { "pinyin" : "pú tao jiǔ", + "numeric" : "pu2 tao5 jiu3", + "wadegiles" : "p'u² tao chiu³", + "bopomofo" : "ㄆㄨˊ tao ㄐㄧㄡˇ", + "romatzyh" : "pwu tao jeou" }, + "meanings" : [ "(grape) wine" ], + "classifiers" : [] } ] }, + { "simplified" : "朴实", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19018, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "樸實", + "transcriptions" : { "pinyin" : "pǔ shí", + "numeric" : "pu3 shi2", + "wadegiles" : "p'u³ shih²", + "bopomofo" : "ㄆㄨˇ ㄕˊ", + "romatzyh" : "puu shyr" }, + "meanings" : [ "plain", + "simple", + "guileless", + "down-to-earth", + "sincere and honest" ], + "classifiers" : [] } ] }, + { "simplified" : "朴素", + "radical" : "木", + "level" : [ "new-7+", "old-5" ], + "frequency" : 16787, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "樸素", + "transcriptions" : { "pinyin" : "pǔ sù", + "numeric" : "pu3 su4", + "wadegiles" : "p'u³ su⁴", + "bopomofo" : "ㄆㄨˇ ㄙㄨˋ", + "romatzyh" : "puu suh" }, + "meanings" : [ "plain and simple", + "unadorned", + "simple living", + "not frivolous" ], + "classifiers" : [] } ] }, + { "simplified" : "普遍", + "radical" : "日", + "level" : [ "new-3", "old-4" ], + "frequency" : 5800, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "普遍", + "transcriptions" : { "pinyin" : "pǔ biàn", + "numeric" : "pu3 bian4", + "wadegiles" : "p'u³ pien⁴", + "bopomofo" : "ㄆㄨˇ ㄅㄧㄢˋ", + "romatzyh" : "puu biann" }, + "meanings" : [ "universal", + "general", + "widespread", + "common" ], + "classifiers" : [] } ] }, + { "simplified" : "普及", + "radical" : "日", + "level" : [ "new-3", "old-6" ], + "frequency" : 17888, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "普及", + "transcriptions" : { "pinyin" : "pǔ jí", + "numeric" : "pu3 ji2", + "wadegiles" : "p'u³ chi²", + "bopomofo" : "ㄆㄨˇ ㄐㄧˊ", + "romatzyh" : "puu jyi" }, + "meanings" : [ "to spread extensively", + "to generalize", + "widespread", + "popular", + "universal", + "ubiquitous", + "pervasive" ], + "classifiers" : [] } ] }, + { "simplified" : "普通", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 1373, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "普通", + "transcriptions" : { "pinyin" : "pǔ tōng", + "numeric" : "pu3 tong1", + "wadegiles" : "p'u³ t'ung¹", + "bopomofo" : "ㄆㄨˇ ㄊㄨㄥ", + "romatzyh" : "puu tong" }, + "meanings" : [ "common", + "ordinary", + "general", + "average" ], + "classifiers" : [] } ] }, + { "simplified" : "普通话", + "radical" : "日", + "level" : [ "new-2", "old-3" ], + "frequency" : 14869, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "普通話", + "transcriptions" : { "pinyin" : "pǔ tōng huà", + "numeric" : "pu3 tong1 hua4", + "wadegiles" : "p'u³ t'ung¹ hua⁴", + "bopomofo" : "ㄆㄨˇ ㄊㄨㄥ ㄏㄨㄚˋ", + "romatzyh" : "puu tong huah" }, + "meanings" : [ "Mandarin (common language)", + "Putonghua (common speech of the Chinese language)", + "ordinary speech" ], + "classifiers" : [] } ] }, + { "simplified" : "普通人", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 6885, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "普通人", + "transcriptions" : { "pinyin" : "pǔ tōng rén", + "numeric" : "pu3 tong1 ren2", + "wadegiles" : "p'u³ t'ung¹ jen²", + "bopomofo" : "ㄆㄨˇ ㄊㄨㄥ ㄖㄣˊ", + "romatzyh" : "puu tong ren" }, + "meanings" : [ "ordinary person", + "private citizen", + "people", + "the person in the street" ], + "classifiers" : [] } ] }, + { "simplified" : "谱", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 5498, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "譜", + "transcriptions" : { "pinyin" : "pǔ", + "numeric" : "pu3", + "wadegiles" : "p'u³", + "bopomofo" : "ㄆㄨˇ", + "romatzyh" : "puu" }, + "meanings" : [ "chart", + "list", + "table", + "register", + "score (music)", + "spectrum (physics)", + "to set to music" ], + "classifiers" : [] } ] }, + { "simplified" : "铺", + "radical" : "钅", + "level" : [ "new-6", "old-6" ], + "frequency" : 4209, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "舖", + "transcriptions" : { "pinyin" : "pù", + "numeric" : "pu4", + "wadegiles" : "p'u⁴", + "bopomofo" : "ㄆㄨˋ", + "romatzyh" : "puh" }, + "meanings" : [ "variant of 铺", "store" ], + "classifiers" : [] }, + { "traditional" : "鋪", + "transcriptions" : { "pinyin" : "pū", + "numeric" : "pu1", + "wadegiles" : "p'u¹", + "bopomofo" : "ㄆㄨ", + "romatzyh" : "pu" }, + "meanings" : [ "to spread", + "to display", + "to set up", + "(old) holder for door-knocker" ], + "classifiers" : [] }, + { "traditional" : "鋪", + "transcriptions" : { "pinyin" : "pù", + "numeric" : "pu4", + "wadegiles" : "p'u⁴", + "bopomofo" : "ㄆㄨˋ", + "romatzyh" : "puh" }, + "meanings" : [ "plank bed", + "place to sleep", + "shop", + "store", + "(old) relay station" ], + "classifiers" : [] } ] }, + { "simplified" : "铺路", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 26972, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鋪路", + "transcriptions" : { "pinyin" : "pū lù", + "numeric" : "pu1 lu4", + "wadegiles" : "p'u¹ lu⁴", + "bopomofo" : "ㄆㄨ ㄌㄨˋ", + "romatzyh" : "pu luh" }, + "meanings" : [ "to pave (with paving stones)", + "to lay a road", + "(fig.) to lay the groundwork (for sth)", + "to give a present to sb to ensure success" ], + "classifiers" : [] } ] }, + { "simplified" : "瀑布", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10033, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瀑布", + "transcriptions" : { "pinyin" : "pù bù", + "numeric" : "pu4 bu4", + "wadegiles" : "p'u⁴ pu⁴", + "bopomofo" : "ㄆㄨˋ ㄅㄨˋ", + "romatzyh" : "puh buh" }, + "meanings" : [ "waterfall" ], + "classifiers" : [] } ] }, + { "simplified" : "曝光", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5114, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "曝光", + "transcriptions" : { "pinyin" : "bào guāng", + "numeric" : "bao4 guang1", + "wadegiles" : "pao⁴ kuang¹", + "bopomofo" : "ㄅㄠˋ ㄍㄨㄤ", + "romatzyh" : "baw guang" }, + "meanings" : [ "to expose (photography)", + "(fig.) to expose (a scandal)", + "(advertising) exposure", + "Taiwan pr. [pù guāng]" ], + "classifiers" : [] } ] }, + { "simplified" : "七", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 1419, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "七", + "transcriptions" : { "pinyin" : "qī", + "numeric" : "qi1", + "wadegiles" : "ch'i¹", + "bopomofo" : "ㄑㄧ", + "romatzyh" : "chi" }, + "meanings" : [ "seven", "7" ], + "classifiers" : [] } ] }, + { "simplified" : "七嘴八舌", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 41404, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "七嘴八舌", + "transcriptions" : { "pinyin" : "qī zuǐ bā shé", + "numeric" : "qi1 zui3 ba1 she2", + "wadegiles" : "ch'i¹ tsui³ pa¹ she²", + "bopomofo" : "ㄑㄧ ㄗㄨㄟˇ ㄅㄚ ㄕㄜˊ", + "romatzyh" : "chi tzoei ba sher" }, + "meanings" : [ "lively discussion with everybody talking at once" ], + "classifiers" : [] } ] }, + { "simplified" : "沏", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 38676, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沏", + "transcriptions" : { "pinyin" : "qī", + "numeric" : "qi1", + "wadegiles" : "ch'i¹", + "bopomofo" : "ㄑㄧ", + "romatzyh" : "chi" }, + "meanings" : [ "to steep (tea)" ], + "classifiers" : [] } ] }, + { "simplified" : "妻子", + "radical" : "女", + "level" : [ "new-4", "old-2" ], + "frequency" : 1187, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "妻子", + "transcriptions" : { "pinyin" : "qī zǐ", + "numeric" : "qi1 zi3", + "wadegiles" : "ch'i¹ tzu³", + "bopomofo" : "ㄑㄧ ㄗˇ", + "romatzyh" : "chi tzyy" }, + "meanings" : [ "wife and children" ], + "classifiers" : [] }, + { "traditional" : "妻子", + "transcriptions" : { "pinyin" : "qī zi", + "numeric" : "qi1 zi5", + "wadegiles" : "ch'i¹ zi", + "bopomofo" : "ㄑㄧ zi", + "romatzyh" : "chi zi" }, + "meanings" : [ "wife" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "凄凉", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16083, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "悽涼", + "transcriptions" : { "pinyin" : "qī liáng", + "numeric" : "qi1 liang2", + "wadegiles" : "ch'i¹ liang²", + "bopomofo" : "ㄑㄧ ㄌㄧㄤˊ", + "romatzyh" : "chi liang" }, + "meanings" : [ "mournful", "miserable" ], + "classifiers" : [] }, + { "traditional" : "淒涼", + "transcriptions" : { "pinyin" : "qī liáng", + "numeric" : "qi1 liang2", + "wadegiles" : "ch'i¹ liang²", + "bopomofo" : "ㄑㄧ ㄌㄧㄤˊ", + "romatzyh" : "chi liang" }, + "meanings" : [ "desolate (place)" ], + "classifiers" : [] } ] }, + { "simplified" : "期", + "radical" : "月", + "level" : [ "new-3" ], + "frequency" : 1473, + "pos" : [ "qv", "g" ], + "forms" : [ { "traditional" : "朞", + "transcriptions" : { "pinyin" : "qī", + "numeric" : "qi1", + "wadegiles" : "ch'i¹", + "bopomofo" : "ㄑㄧ", + "romatzyh" : "chi" }, + "meanings" : [ "variant of 期", "period", "cycle" ], + "classifiers" : [] }, + { "traditional" : "期", + "transcriptions" : { "pinyin" : "qī", + "numeric" : "qi1", + "wadegiles" : "ch'i¹", + "bopomofo" : "ㄑㄧ", + "romatzyh" : "chi" }, + "meanings" : [ "a period of time", + "phase", + "stage", + "classifier for issues of a periodical, courses of study", + "time", + "term", + "period", + "to hope", + "Taiwan pr. [qí]" ], + "classifiers" : [] } ] }, + { "simplified" : "期待", + "radical" : "月", + "level" : [ "new-4", "old-5" ], + "frequency" : 1312, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "期待", + "transcriptions" : { "pinyin" : "qī dài", + "numeric" : "qi1 dai4", + "wadegiles" : "ch'i¹ tai⁴", + "bopomofo" : "ㄑㄧ ㄉㄞˋ", + "romatzyh" : "chi day" }, + "meanings" : [ "to look forward to", + "to await", + "expectation" ], + "classifiers" : [] } ] }, + { "simplified" : "期间", + "radical" : "月", + "level" : [ "new-4", "old-5" ], + "frequency" : 1703, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "期間", + "transcriptions" : { "pinyin" : "qī jiān", + "numeric" : "qi1 jian1", + "wadegiles" : "ch'i¹ chien¹", + "bopomofo" : "ㄑㄧ ㄐㄧㄢ", + "romatzyh" : "chi jian" }, + "meanings" : [ "period of time", + "time", + "time period", + "period" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "期末", + "radical" : "月", + "level" : [ "new-4" ], + "frequency" : 10667, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "期末", + "transcriptions" : { "pinyin" : "qī mò", + "numeric" : "qi1 mo4", + "wadegiles" : "ch'i¹ mo⁴", + "bopomofo" : "ㄑㄧ ㄇㄛˋ", + "romatzyh" : "chi moh" }, + "meanings" : [ "end of term" ], + "classifiers" : [] } ] }, + { "simplified" : "期盼", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 8289, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "期盼", + "transcriptions" : { "pinyin" : "qī pàn", + "numeric" : "qi1 pan4", + "wadegiles" : "ch'i¹ p'an⁴", + "bopomofo" : "ㄑㄧ ㄆㄢˋ", + "romatzyh" : "chi pann" }, + "meanings" : [ "to expect; to await" ], + "classifiers" : [] } ] }, + { "simplified" : "期望", + "radical" : "月", + "level" : [ "new-5", "old-6" ], + "frequency" : 3510, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "期望", + "transcriptions" : { "pinyin" : "qī wàng", + "numeric" : "qi1 wang4", + "wadegiles" : "ch'i¹ wang⁴", + "bopomofo" : "ㄑㄧ ㄨㄤˋ", + "romatzyh" : "chi wanq" }, + "meanings" : [ "to have expectations", + "to earnestly hope", + "expectation", + "hope" ], + "classifiers" : [] } ] }, + { "simplified" : "期限", + "radical" : "月", + "level" : [ "new-4", "old-6" ], + "frequency" : 5679, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "期限", + "transcriptions" : { "pinyin" : "qī xiàn", + "numeric" : "qi1 xian4", + "wadegiles" : "ch'i¹ hsien⁴", + "bopomofo" : "ㄑㄧ ㄒㄧㄢˋ", + "romatzyh" : "chi shiann" }, + "meanings" : [ "time limit", + "deadline", + "allotted time" ], + "classifiers" : [] } ] }, + { "simplified" : "期中", + "radical" : "月", + "level" : [ "new-4" ], + "frequency" : 18698, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "期中", + "transcriptions" : { "pinyin" : "qī zhōng", + "numeric" : "qi1 zhong1", + "wadegiles" : "ch'i¹ chung¹", + "bopomofo" : "ㄑㄧ ㄓㄨㄥ", + "romatzyh" : "chi jong" }, + "meanings" : [ "interim", "midterm" ], + "classifiers" : [] } ] }, + { "simplified" : "欺负", + "radical" : "欠", + "level" : [ "new-6", "old-6" ], + "frequency" : 4731, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "欺負", + "transcriptions" : { "pinyin" : "qī fu", + "numeric" : "qi1 fu5", + "wadegiles" : "ch'i¹ fu", + "bopomofo" : "ㄑㄧ fu", + "romatzyh" : "chi fu" }, + "meanings" : [ "to bully" ], + "classifiers" : [] } ] }, + { "simplified" : "欺骗", + "radical" : "欠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4109, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "欺騙", + "transcriptions" : { "pinyin" : "qī piàn", + "numeric" : "qi1 pian4", + "wadegiles" : "ch'i¹ p'ien⁴", + "bopomofo" : "ㄑㄧ ㄆㄧㄢˋ", + "romatzyh" : "chi piann" }, + "meanings" : [ "to deceive", "to cheat" ], + "classifiers" : [] } ] }, + { "simplified" : "欺诈", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 8724, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "欺詐", + "transcriptions" : { "pinyin" : "qī zhà", + "numeric" : "qi1 zha4", + "wadegiles" : "ch'i¹ cha⁴", + "bopomofo" : "ㄑㄧ ㄓㄚˋ", + "romatzyh" : "chi jah" }, + "meanings" : [ "to cheat" ], + "classifiers" : [] } ] }, + { "simplified" : "漆", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 7339, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "漆", + "transcriptions" : { "pinyin" : "qī", + "numeric" : "qi1", + "wadegiles" : "ch'i¹", + "bopomofo" : "ㄑㄧ", + "romatzyh" : "chi" }, + "meanings" : [ "paint", + "lacquer", + "to paint (furniture, walls etc)" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "齐", + "radical" : "齐", + "level" : [ "new-3" ], + "frequency" : 2763, + "pos" : [ "a", "d", "v", "nr", "tg", "b" ], + "forms" : [ { "traditional" : "齊", + "transcriptions" : { "pinyin" : "Qí", + "numeric" : "Qi2", + "wadegiles" : "ch'i²", + "bopomofo" : "ㄑㄧˊ", + "romatzyh" : "chyi" }, + "meanings" : [ "(name of states and dynasties at several different periods)", + "surname Qi" ], + "classifiers" : [] }, + { "traditional" : "齊", + "transcriptions" : { "pinyin" : "qí", + "numeric" : "qi2", + "wadegiles" : "ch'i²", + "bopomofo" : "ㄑㄧˊ", + "romatzyh" : "chyi" }, + "meanings" : [ "neat", + "even", + "level with", + "identical", + "simultaneous", + "all together", + "to even sth out" ], + "classifiers" : [] } ] }, + { "simplified" : "齐全", + "radical" : "齐", + "level" : [ "new-5", "old-6" ], + "frequency" : 10206, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "齊全", + "transcriptions" : { "pinyin" : "qí quán", + "numeric" : "qi2 quan2", + "wadegiles" : "ch'i² ch'üan²", + "bopomofo" : "ㄑㄧˊ ㄑㄩㄢˊ", + "romatzyh" : "chyi chyuan" }, + "meanings" : [ "complete", "comprehensive" ], + "classifiers" : [] } ] }, + { "simplified" : "齐心协力", + "radical" : "齐", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17271, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "齊心協力", + "transcriptions" : { "pinyin" : "qí xīn xié lì", + "numeric" : "qi2 xin1 xie2 li4", + "wadegiles" : "ch'i² hsin¹ hsieh² li⁴", + "bopomofo" : "ㄑㄧˊ ㄒㄧㄣ ㄒㄧㄝˊ ㄌㄧˋ", + "romatzyh" : "chyi shin shye lih" }, + "meanings" : [ "to work with a common purpose (idiom); to make concerted efforts", + "to pull together", + "to work as one" ], + "classifiers" : [] } ] }, + { "simplified" : "其", + "radical" : "八", + "level" : [ "new-5" ], + "frequency" : 539, + "pos" : [ "r", "u" ], + "forms" : [ { "traditional" : "其", + "transcriptions" : { "pinyin" : "qí", + "numeric" : "qi2", + "wadegiles" : "ch'i²", + "bopomofo" : "ㄑㄧˊ", + "romatzyh" : "chyi" }, + "meanings" : [ "his", + "her", + "its", + "their", + "that", + "such", + "it (refers to sth preceding it)" ], + "classifiers" : [] } ] }, + { "simplified" : "其次", + "radical" : "八", + "level" : [ "new-3", "old-4" ], + "frequency" : 3998, + "pos" : [ "c", "r" ], + "forms" : [ { "traditional" : "其次", + "transcriptions" : { "pinyin" : "qí cì", + "numeric" : "qi2 ci4", + "wadegiles" : "ch'i² tz'u⁴", + "bopomofo" : "ㄑㄧˊ ㄘˋ", + "romatzyh" : "chyi tsyh" }, + "meanings" : [ "next", "secondly" ], + "classifiers" : [] } ] }, + { "simplified" : "其后", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 14817, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "其後", + "transcriptions" : { "pinyin" : "qí hòu", + "numeric" : "qi2 hou4", + "wadegiles" : "ch'i² hou⁴", + "bopomofo" : "ㄑㄧˊ ㄏㄡˋ", + "romatzyh" : "chyi how" }, + "meanings" : [ "next", "later", "after that" ], + "classifiers" : [] } ] }, + { "simplified" : "其间", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 14903, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "其間", + "transcriptions" : { "pinyin" : "qí jiān", + "numeric" : "qi2 jian1", + "wadegiles" : "ch'i² chien¹", + "bopomofo" : "ㄑㄧˊ ㄐㄧㄢ", + "romatzyh" : "chyi jian" }, + "meanings" : [ "in between", + "within that interval", + "in the meantime" ], + "classifiers" : [] } ] }, + { "simplified" : "其实", + "radical" : "八", + "level" : [ "new-3", "old-3" ], + "frequency" : 405, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "其實", + "transcriptions" : { "pinyin" : "qí shí", + "numeric" : "qi2 shi2", + "wadegiles" : "ch'i² shih²", + "bopomofo" : "ㄑㄧˊ ㄕˊ", + "romatzyh" : "chyi shyr" }, + "meanings" : [ "actually; in fact; really" ], + "classifiers" : [] } ] }, + { "simplified" : "其他", + "radical" : "八", + "level" : [ "new-2", "old-3" ], + "frequency" : 267, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "其他", + "transcriptions" : { "pinyin" : "qí tā", + "numeric" : "qi2 ta1", + "wadegiles" : "ch'i² t'a¹", + "bopomofo" : "ㄑㄧˊ ㄊㄚ", + "romatzyh" : "chyi ta" }, + "meanings" : [ "other", + "(sth or sb) else", + "the rest" ], + "classifiers" : [] } ] }, + { "simplified" : "其余", + "radical" : "八", + "level" : [ "new-4", "old-5" ], + "frequency" : 4081, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "其餘", + "transcriptions" : { "pinyin" : "qí yú", + "numeric" : "qi2 yu2", + "wadegiles" : "ch'i² yü²", + "bopomofo" : "ㄑㄧˊ ㄩˊ", + "romatzyh" : "chyi yu" }, + "meanings" : [ "the rest", + "the others", + "remaining", + "remainder", + "apart from them" ], + "classifiers" : [] } ] }, + { "simplified" : "其中", + "radical" : "八", + "level" : [ "new-2", "old-4" ], + "frequency" : 470, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "其中", + "transcriptions" : { "pinyin" : "qí zhōng", + "numeric" : "qi2 zhong1", + "wadegiles" : "ch'i² chung¹", + "bopomofo" : "ㄑㄧˊ ㄓㄨㄥ", + "romatzyh" : "chyi jong" }, + "meanings" : [ "among", + "in", + "included among these" ], + "classifiers" : [] } ] }, + { "simplified" : "奇怪", + "radical" : "大", + "level" : [ "new-3", "old-3" ], + "frequency" : 1655, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "奇怪", + "transcriptions" : { "pinyin" : "qí guài", + "numeric" : "qi2 guai4", + "wadegiles" : "ch'i² kuai⁴", + "bopomofo" : "ㄑㄧˊ ㄍㄨㄞˋ", + "romatzyh" : "chyi guay" }, + "meanings" : [ "strange", + "odd", + "to marvel", + "to be baffled" ], + "classifiers" : [] } ] }, + { "simplified" : "奇花异草", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 70197, + "pos" : [], + "forms" : [ { "traditional" : "奇花異草", + "transcriptions" : { "pinyin" : "qí huā yì cǎo", + "numeric" : "qi2 hua1 yi4 cao3", + "wadegiles" : "ch'i² hua¹ i⁴ ts'ao³", + "bopomofo" : "ㄑㄧˊ ㄏㄨㄚ ㄧˋ ㄘㄠˇ", + "romatzyh" : "chyi hua yih tsao" }, + "meanings" : [ "very rarely seen, unusual (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "奇迹", + "radical" : "大", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3345, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "奇跡", + "transcriptions" : { "pinyin" : "qí jì", + "numeric" : "qi2 ji4", + "wadegiles" : "ch'i² chi⁴", + "bopomofo" : "ㄑㄧˊ ㄐㄧˋ", + "romatzyh" : "chyi jih" }, + "meanings" : [ "miracle", + "miraculous", + "wonder", + "marvel" ], + "classifiers" : [] } ] }, + { "simplified" : "奇妙", + "radical" : "大", + "level" : [ "new-6", "old-6" ], + "frequency" : 7455, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "奇妙", + "transcriptions" : { "pinyin" : "qí miào", + "numeric" : "qi2 miao4", + "wadegiles" : "ch'i² miao⁴", + "bopomofo" : "ㄑㄧˊ ㄇㄧㄠˋ", + "romatzyh" : "chyi miaw" }, + "meanings" : [ "fantastic; wonderful" ], + "classifiers" : [] } ] }, + { "simplified" : "奇特", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 9112, + "pos" : [ "a", "nz" ], + "forms" : [ { "traditional" : "奇特", + "transcriptions" : { "pinyin" : "qí tè", + "numeric" : "qi2 te4", + "wadegiles" : "ch'i² t'e⁴", + "bopomofo" : "ㄑㄧˊ ㄊㄜˋ", + "romatzyh" : "chyi teh" }, + "meanings" : [ "peculiar", "unusual", "queer" ], + "classifiers" : [] } ] }, + { "simplified" : "歧视", + "radical" : "止", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6933, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "歧視", + "transcriptions" : { "pinyin" : "qí shì", + "numeric" : "qi2 shi4", + "wadegiles" : "ch'i² shih⁴", + "bopomofo" : "ㄑㄧˊ ㄕˋ", + "romatzyh" : "chyi shyh" }, + "meanings" : [ "to discriminate against", + "discrimination" ], + "classifiers" : [] } ] }, + { "simplified" : "祈祷", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 4534, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "祈禱", + "transcriptions" : { "pinyin" : "qí dǎo", + "numeric" : "qi2 dao3", + "wadegiles" : "ch'i² tao³", + "bopomofo" : "ㄑㄧˊ ㄉㄠˇ", + "romatzyh" : "chyi dao" }, + "meanings" : [ "to pray", + "to say one's prayers", + "prayer" ], + "classifiers" : [] } ] }, + { "simplified" : "骑", + "radical" : "马", + "level" : [ "new-2", "old-3" ], + "frequency" : 2231, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "騎", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "(Tw) saddle horse", + "mounted soldier" ], + "classifiers" : [] }, + { "traditional" : "騎", + "transcriptions" : { "pinyin" : "qí", + "numeric" : "qi2", + "wadegiles" : "ch'i²", + "bopomofo" : "ㄑㄧˊ", + "romatzyh" : "chyi" }, + "meanings" : [ "to sit astride", + "to ride (a horse, bike etc)", + "classifier for saddle horses" ], + "classifiers" : [] } ] }, + { "simplified" : "骑车", + "radical" : "马", + "level" : [ "new-2" ], + "frequency" : 7235, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "騎車", + "transcriptions" : { "pinyin" : "qí chē", + "numeric" : "qi2 che1", + "wadegiles" : "ch'i² ch'e¹", + "bopomofo" : "ㄑㄧˊ ㄔㄜ", + "romatzyh" : "chyi che" }, + "meanings" : [ "to ride a bike (motorbike or bicycle)" ], + "classifiers" : [] } ] }, + { "simplified" : "棋", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 7604, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棊", + "transcriptions" : { "pinyin" : "qí", + "numeric" : "qi2", + "wadegiles" : "ch'i²", + "bopomofo" : "ㄑㄧˊ", + "romatzyh" : "chyi" }, + "meanings" : [ "variant of 棋" ], + "classifiers" : [] }, + { "traditional" : "棋", + "transcriptions" : { "pinyin" : "qí", + "numeric" : "qi2", + "wadegiles" : "ch'i²", + "bopomofo" : "ㄑㄧˊ", + "romatzyh" : "chyi" }, + "meanings" : [ "chess", + "chess-like game", + "a game of chess", + "chess piece" ], + "classifiers" : [ "盘", "个", "颗" ] }, + { "traditional" : "碁", + "transcriptions" : { "pinyin" : "qí", + "numeric" : "qi2", + "wadegiles" : "ch'i²", + "bopomofo" : "ㄑㄧˊ", + "romatzyh" : "chyi" }, + "meanings" : [ "variant of 棋" ], + "classifiers" : [] } ] }, + { "simplified" : "棋子", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 16454, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棋子", + "transcriptions" : { "pinyin" : "qí zǐ", + "numeric" : "qi2 zi3", + "wadegiles" : "ch'i² tzu³", + "bopomofo" : "ㄑㄧˊ ㄗˇ", + "romatzyh" : "chyi tzyy" }, + "meanings" : [ "chess piece", + "(fig.) a pawn (used by others for their own purposes)" ], + "classifiers" : [ "个", "颗" ] } ] }, + { "simplified" : "旗袍", + "radical" : "方", + "level" : [ "new-7+", "old-6" ], + "frequency" : 36388, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旗袍", + "transcriptions" : { "pinyin" : "qí páo", + "numeric" : "qi2 pao2", + "wadegiles" : "ch'i² p'ao²", + "bopomofo" : "ㄑㄧˊ ㄆㄠˊ", + "romatzyh" : "chyi paur" }, + "meanings" : [ "Chinese-style dress", "cheongsam" ], + "classifiers" : [] } ] }, + { "simplified" : "旗帜", + "radical" : "方", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7492, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旗幟", + "transcriptions" : { "pinyin" : "qí zhì", + "numeric" : "qi2 zhi4", + "wadegiles" : "ch'i² chih⁴", + "bopomofo" : "ㄑㄧˊ ㄓˋ", + "romatzyh" : "chyi jyh" }, + "meanings" : [ "ensign", "flag" ], + "classifiers" : [] } ] }, + { "simplified" : "乞丐", + "radical" : "乙", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11171, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "乞丐", + "transcriptions" : { "pinyin" : "qǐ gài", + "numeric" : "qi3 gai4", + "wadegiles" : "ch'i³ kai⁴", + "bopomofo" : "ㄑㄧˇ ㄍㄞˋ", + "romatzyh" : "chii gay" }, + "meanings" : [ "beggar" ], + "classifiers" : [] } ] }, + { "simplified" : "乞求", + "radical" : "乙", + "level" : [ "new-7+" ], + "frequency" : 19132, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "乞求", + "transcriptions" : { "pinyin" : "qǐ qiú", + "numeric" : "qi3 qiu2", + "wadegiles" : "ch'i³ ch'iu²", + "bopomofo" : "ㄑㄧˇ ㄑㄧㄡˊ", + "romatzyh" : "chii chyou" }, + "meanings" : [ "to beg" ], + "classifiers" : [] } ] }, + { "simplified" : "乞讨", + "radical" : "乙", + "level" : [ "new-7+" ], + "frequency" : 15251, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "乞討", + "transcriptions" : { "pinyin" : "qǐ tǎo", + "numeric" : "qi3 tao3", + "wadegiles" : "ch'i³ t'ao³", + "bopomofo" : "ㄑㄧˇ ㄊㄠˇ", + "romatzyh" : "chii tao" }, + "meanings" : [ "to beg", "to go begging" ], + "classifiers" : [] } ] }, + { "simplified" : "企图", + "radical" : "人", + "level" : [ "new-6", "old-5" ], + "frequency" : 4499, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "企圖", + "transcriptions" : { "pinyin" : "qǐ tú", + "numeric" : "qi3 tu2", + "wadegiles" : "ch'i³ t'u²", + "bopomofo" : "ㄑㄧˇ ㄊㄨˊ", + "romatzyh" : "chii twu" }, + "meanings" : [ "to attempt", "to try", "attempt" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "企业", + "radical" : "人", + "level" : [ "new-4", "old-5" ], + "frequency" : 2296, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "企業", + "transcriptions" : { "pinyin" : "qǐ yè", + "numeric" : "qi3 ye4", + "wadegiles" : "ch'i³ yeh⁴", + "bopomofo" : "ㄑㄧˇ ㄧㄝˋ", + "romatzyh" : "chii yeh" }, + "meanings" : [ "company; firm; enterprise; corporation" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "岂有此理", + "radical" : "山", + "level" : [ "new-7+", "old-6" ], + "frequency" : 46100, + "pos" : [], + "forms" : [ { "traditional" : "豈有此理", + "transcriptions" : { "pinyin" : "qǐ yǒu cǐ lǐ", + "numeric" : "qi3 you3 ci3 li3", + "wadegiles" : "ch'i³ yu³ tz'u³ li³", + "bopomofo" : "ㄑㄧˇ ㄧㄡˇ ㄘˇ ㄌㄧˇ", + "romatzyh" : "chii yeou tsyy lii" }, + "meanings" : [ "how can this be so? (idiom); preposterous", + "ridiculous", + "absurd" ], + "classifiers" : [] } ] }, + { "simplified" : "启程", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 12630, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "啟程", + "transcriptions" : { "pinyin" : "qǐ chéng", + "numeric" : "qi3 cheng2", + "wadegiles" : "ch'i³ ch'eng²", + "bopomofo" : "ㄑㄧˇ ㄔㄥˊ", + "romatzyh" : "chii cherng" }, + "meanings" : [ "to set out on a journey" ], + "classifiers" : [] } ] }, + { "simplified" : "启迪", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 20510, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "啟迪", + "transcriptions" : { "pinyin" : "qǐ dí", + "numeric" : "qi3 di2", + "wadegiles" : "ch'i³ ti²", + "bopomofo" : "ㄑㄧˇ ㄉㄧˊ", + "romatzyh" : "chii dyi" }, + "meanings" : [ "to edify", "enlightenment" ], + "classifiers" : [] } ] }, + { "simplified" : "启动", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 2012, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "啟動", + "transcriptions" : { "pinyin" : "qǐ dòng", + "numeric" : "qi3 dong4", + "wadegiles" : "ch'i³ tung⁴", + "bopomofo" : "ㄑㄧˇ ㄉㄨㄥˋ", + "romatzyh" : "chii donq" }, + "meanings" : [ "to start (a machine)", + "(fig.) to set in motion", + "to launch (an operation)", + "to activate (a plan)" ], + "classifiers" : [] } ] }, + { "simplified" : "启发", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 7784, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "啟發", + "transcriptions" : { "pinyin" : "qǐ fā", + "numeric" : "qi3 fa1", + "wadegiles" : "ch'i³ fa¹", + "bopomofo" : "ㄑㄧˇ ㄈㄚ", + "romatzyh" : "chii fa" }, + "meanings" : [ "to enlighten", + "to explain (a text etc)", + "to stimulate (a mental attitude)", + "enlightenment", + "revelation", + "motivation" ], + "classifiers" : [] } ] }, + { "simplified" : "启蒙", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 20648, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "啟矇", + "transcriptions" : { "pinyin" : "qǐ méng", + "numeric" : "qi3 meng2", + "wadegiles" : "ch'i³ meng²", + "bopomofo" : "ㄑㄧˇ ㄇㄥˊ", + "romatzyh" : "chii meng" }, + "meanings" : [ "variant of 启蒙", + "to instruct the young" ], + "classifiers" : [] }, + { "traditional" : "啟蒙", + "transcriptions" : { "pinyin" : "qǐ méng", + "numeric" : "qi3 meng2", + "wadegiles" : "ch'i³ meng²", + "bopomofo" : "ㄑㄧˇ ㄇㄥˊ", + "romatzyh" : "chii meng" }, + "meanings" : [ "to instruct the young", + "to initiate", + "to awake sb from ignorance", + "to free sb from prejudice or superstition", + "primer", + "enlightened", + "the Enlightenment", + "Western learning from the late Qing dynasty" ], + "classifiers" : [] } ] }, + { "simplified" : "启示", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9723, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "啟示", + "transcriptions" : { "pinyin" : "qǐ shì", + "numeric" : "qi3 shi4", + "wadegiles" : "ch'i³ shih⁴", + "bopomofo" : "ㄑㄧˇ ㄕˋ", + "romatzyh" : "chii shyh" }, + "meanings" : [ "to reveal", + "to enlighten", + "enlightenment", + "revelation", + "illumination", + "moral (of a story etc)", + "lesson" ], + "classifiers" : [] } ] }, + { "simplified" : "启事", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 20158, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "啟事", + "transcriptions" : { "pinyin" : "qǐ shì", + "numeric" : "qi3 shi4", + "wadegiles" : "ch'i³ shih⁴", + "bopomofo" : "ㄑㄧˇ ㄕˋ", + "romatzyh" : "chii shyh" }, + "meanings" : [ "announcement (written, on billboard, letter, newspaper or website)", + "to post information", + "a notice" ], + "classifiers" : [] } ] }, + { "simplified" : "起", + "radical" : "走", + "level" : [ "new-1" ], + "frequency" : 174, + "pos" : [ "v", "q", "f" ], + "forms" : [ { "traditional" : "起", + "transcriptions" : { "pinyin" : "qǐ", + "numeric" : "qi3", + "wadegiles" : "ch'i³", + "bopomofo" : "ㄑㄧˇ", + "romatzyh" : "chii" }, + "meanings" : [ "to rise", + "to raise", + "to get up", + "to set out", + "to start", + "to appear", + "to launch", + "to initiate (action)", + "to draft", + "to establish", + "to get (from a depot or counter)", + "verb suffix, to start", + "starting from (a time, place, price etc)", + "classifier for occurrences or unpredictable events: case, instance", + "classifier for groups: batch, group" ], + "classifiers" : [] } ] }, + { "simplified" : "起步", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 8720, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "起步", + "transcriptions" : { "pinyin" : "qǐ bù", + "numeric" : "qi3 bu4", + "wadegiles" : "ch'i³ pu⁴", + "bopomofo" : "ㄑㄧˇ ㄅㄨˋ", + "romatzyh" : "chii buh" }, + "meanings" : [ "to set out", + "to set in motion", + "the start (of some activity)" ], + "classifiers" : [] } ] }, + { "simplified" : "起草", + "radical" : "走", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9562, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "起草", + "transcriptions" : { "pinyin" : "qǐ cǎo", + "numeric" : "qi3 cao3", + "wadegiles" : "ch'i³ ts'ao³", + "bopomofo" : "ㄑㄧˇ ㄘㄠˇ", + "romatzyh" : "chii tsao" }, + "meanings" : [ "to make a draft", + "to draw up (plans)" ], + "classifiers" : [] } ] }, + { "simplified" : "起程", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 31328, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "起程", + "transcriptions" : { "pinyin" : "qǐ chéng", + "numeric" : "qi3 cheng2", + "wadegiles" : "ch'i³ ch'eng²", + "bopomofo" : "ㄑㄧˇ ㄔㄥˊ", + "romatzyh" : "chii cherng" }, + "meanings" : [ "to set out", "to leave" ], + "classifiers" : [] } ] }, + { "simplified" : "起初", + "radical" : "走", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8773, + "pos" : [ "d", "t" ], + "forms" : [ { "traditional" : "起初", + "transcriptions" : { "pinyin" : "qǐ chū", + "numeric" : "qi3 chu1", + "wadegiles" : "ch'i³ ch'u¹", + "bopomofo" : "ㄑㄧˇ ㄔㄨ", + "romatzyh" : "chii chu" }, + "meanings" : [ "originally", + "at first", + "at the outset" ], + "classifiers" : [] } ] }, + { "simplified" : "起床", + "radical" : "走", + "level" : [ "new-1", "old-2" ], + "frequency" : 2645, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "起床", + "transcriptions" : { "pinyin" : "qǐ chuáng", + "numeric" : "qi3 chuang2", + "wadegiles" : "ch'i³ ch'uang²", + "bopomofo" : "ㄑㄧˇ ㄔㄨㄤˊ", + "romatzyh" : "chii chwang" }, + "meanings" : [ "to get out of bed", "to get up" ], + "classifiers" : [] } ] }, + { "simplified" : "起到", + "radical" : "走", + "level" : [ "new-5" ], + "frequency" : 25234, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "起到", + "transcriptions" : { "pinyin" : "qǐ dào", + "numeric" : "qi3 dao4", + "wadegiles" : "ch'i³ tao⁴", + "bopomofo" : "ㄑㄧˇ ㄉㄠˋ", + "romatzyh" : "chii daw" }, + "meanings" : [ "(in an expression of the form 起到…用) to have (a (motivating etc) effect); to play (a (stabilizing etc) role)" ], + "classifiers" : [] } ] }, + { "simplified" : "起点", + "radical" : "走", + "level" : [ "new-6" ], + "frequency" : 6901, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "起點", + "transcriptions" : { "pinyin" : "qǐ diǎn", + "numeric" : "qi3 dian3", + "wadegiles" : "ch'i³ tien³", + "bopomofo" : "ㄑㄧˇ ㄉㄧㄢˇ", + "romatzyh" : "chii dean" }, + "meanings" : [ "starting point" ], + "classifiers" : [] } ] }, + { "simplified" : "起飞", + "radical" : "走", + "level" : [ "new-2", "old-4" ], + "frequency" : 5419, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "起飛", + "transcriptions" : { "pinyin" : "qǐ fēi", + "numeric" : "qi3 fei1", + "wadegiles" : "ch'i³ fei¹", + "bopomofo" : "ㄑㄧˇ ㄈㄟ", + "romatzyh" : "chii fei" }, + "meanings" : [ "(of an aircraft) to take off" ], + "classifiers" : [] } ] }, + { "simplified" : "起伏", + "radical" : "走", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9804, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "起伏", + "transcriptions" : { "pinyin" : "qǐ fú", + "numeric" : "qi3 fu2", + "wadegiles" : "ch'i³ fu²", + "bopomofo" : "ㄑㄧˇ ㄈㄨˊ", + "romatzyh" : "chii fwu" }, + "meanings" : [ "to move up and down", + "to undulate", + "ups and downs" ], + "classifiers" : [] } ] }, + { "simplified" : "起哄", + "radical" : "走", + "level" : [ "old-6" ], + "frequency" : 25283, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "起鬨", + "transcriptions" : { "pinyin" : "qǐ hòng", + "numeric" : "qi3 hong4", + "wadegiles" : "ch'i³ hung⁴", + "bopomofo" : "ㄑㄧˇ ㄏㄨㄥˋ", + "romatzyh" : "chii honq" }, + "meanings" : [ "to heckle", + "rowdy jeering", + "to create a disturbance" ], + "classifiers" : [] } ] }, + { "simplified" : "起劲", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 22948, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "起勁", + "transcriptions" : { "pinyin" : "qǐ jìn", + "numeric" : "qi3 jin4", + "wadegiles" : "ch'i³ chin⁴", + "bopomofo" : "ㄑㄧˇ ㄐㄧㄣˋ", + "romatzyh" : "chii jinn" }, + "meanings" : [ "energetic; vigorous; enthusiastic" ], + "classifiers" : [] } ] }, + { "simplified" : "起来", + "radical" : "走", + "level" : [ "new-1", "old-4" ], + "frequency" : 172, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "起來", + "transcriptions" : { "pinyin" : "qǐ lai", + "numeric" : "qi3 lai5", + "wadegiles" : "ch'i³ lai", + "bopomofo" : "ㄑㄧˇ lai", + "romatzyh" : "chii lai" }, + "meanings" : [ "to stand up", + "to get up", + "also pr. [qǐ lái]" ], + "classifiers" : [] }, + { "traditional" : "起來", + "transcriptions" : { "pinyin" : "qi lai", + "numeric" : "qi5 lai5", + "wadegiles" : "qi lai", + "bopomofo" : "qi lai", + "romatzyh" : "qi lai" }, + "meanings" : [ "(after a verb) indicating the beginning and continuation of an action or a state", + "indicating an upward movement (e.g. after 站)", + "indicating completion", + "(after a perception verb, e.g. 看) expressing preliminary judgment", + "also pr. [qǐ lai]" ], + "classifiers" : [] } ] }, + { "simplified" : "起码", + "radical" : "走", + "level" : [ "new-5", "old-6" ], + "frequency" : 4041, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "起碼", + "transcriptions" : { "pinyin" : "qǐ mǎ", + "numeric" : "qi3 ma3", + "wadegiles" : "ch'i³ ma³", + "bopomofo" : "ㄑㄧˇ ㄇㄚˇ", + "romatzyh" : "chii maa" }, + "meanings" : [ "at the minimum", + "at the very least" ], + "classifiers" : [] } ] }, + { "simplified" : "起跑线", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 21839, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "起跑線", + "transcriptions" : { "pinyin" : "qǐ pǎo xiàn", + "numeric" : "qi3 pao3 xian4", + "wadegiles" : "ch'i³ p'ao³ hsien⁴", + "bopomofo" : "ㄑㄧˇ ㄆㄠˇ ㄒㄧㄢˋ", + "romatzyh" : "chii pao shiann" }, + "meanings" : [ "the starting line (of a race)", + "scratch line (in a relay race)" ], + "classifiers" : [] } ] }, + { "simplified" : "起诉", + "radical" : "走", + "level" : [ "new-6" ], + "frequency" : 3235, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "起訴", + "transcriptions" : { "pinyin" : "qǐ sù", + "numeric" : "qi3 su4", + "wadegiles" : "ch'i³ su⁴", + "bopomofo" : "ㄑㄧˇ ㄙㄨˋ", + "romatzyh" : "chii suh" }, + "meanings" : [ "to sue", + "to bring a lawsuit against", + "to prosecute" ], + "classifiers" : [] } ] }, + { "simplified" : "起义", + "radical" : "走", + "level" : [ "old-6" ], + "frequency" : 12413, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "起義", + "transcriptions" : { "pinyin" : "qǐ yì", + "numeric" : "qi3 yi4", + "wadegiles" : "ch'i³ i⁴", + "bopomofo" : "ㄑㄧˇ ㄧˋ", + "romatzyh" : "chii yih" }, + "meanings" : [ "uprising", + "insurrection", + "revolt" ], + "classifiers" : [] } ] }, + { "simplified" : "起源", + "radical" : "走", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11950, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "起源", + "transcriptions" : { "pinyin" : "qǐ yuán", + "numeric" : "qi3 yuan2", + "wadegiles" : "ch'i³ yüan²", + "bopomofo" : "ㄑㄧˇ ㄩㄢˊ", + "romatzyh" : "chii yuan" }, + "meanings" : [ "origin", + "to originate", + "to come from" ], + "classifiers" : [] } ] }, + { "simplified" : "气", + "radical" : "气", + "level" : [ "new-2" ], + "frequency" : 772, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "氣", + "transcriptions" : { "pinyin" : "qì", + "numeric" : "qi4", + "wadegiles" : "ch'i⁴", + "bopomofo" : "ㄑㄧˋ", + "romatzyh" : "chih" }, + "meanings" : [ "gas; air", + "smell", + "weather", + "to make angry; to annoy; to get angry", + "vital energy; qi" ], + "classifiers" : [] } ] }, + { "simplified" : "气氛", + "radical" : "气", + "level" : [ "new-6", "old-5" ], + "frequency" : 3160, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣氛", + "transcriptions" : { "pinyin" : "qì fēn", + "numeric" : "qi4 fen1", + "wadegiles" : "ch'i⁴ fen¹", + "bopomofo" : "ㄑㄧˋ ㄈㄣ", + "romatzyh" : "chih fen" }, + "meanings" : [ "atmosphere; mood" ], + "classifiers" : [] } ] }, + { "simplified" : "气愤", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 9895, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "氣憤", + "transcriptions" : { "pinyin" : "qì fèn", + "numeric" : "qi4 fen4", + "wadegiles" : "ch'i⁴ fen⁴", + "bopomofo" : "ㄑㄧˋ ㄈㄣˋ", + "romatzyh" : "chih fenn" }, + "meanings" : [ "indignant", "furious" ], + "classifiers" : [] } ] }, + { "simplified" : "气概", + "radical" : "气", + "level" : [ "old-6" ], + "frequency" : 15431, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣概", + "transcriptions" : { "pinyin" : "qì gài", + "numeric" : "qi4 gai4", + "wadegiles" : "ch'i⁴ kai⁴", + "bopomofo" : "ㄑㄧˋ ㄍㄞˋ", + "romatzyh" : "chih gay" }, + "meanings" : [ "lofty quality", + "mettle", + "spirit" ], + "classifiers" : [] } ] }, + { "simplified" : "气功", + "radical" : "气", + "level" : [ "old-6" ], + "frequency" : 32300, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣功", + "transcriptions" : { "pinyin" : "qì gōng", + "numeric" : "qi4 gong1", + "wadegiles" : "ch'i⁴ kung¹", + "bopomofo" : "ㄑㄧˋ ㄍㄨㄥ", + "romatzyh" : "chih gong" }, + "meanings" : [ "qigong, a traditional Chinese system of cultivating vital energy 气 through coordinated breathing, movement and meditation" ], + "classifiers" : [] } ] }, + { "simplified" : "气管", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 10974, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣管", + "transcriptions" : { "pinyin" : "qì guǎn", + "numeric" : "qi4 guan3", + "wadegiles" : "ch'i⁴ kuan³", + "bopomofo" : "ㄑㄧˋ ㄍㄨㄢˇ", + "romatzyh" : "chih goan" }, + "meanings" : [ "windpipe", + "trachea", + "respiratory tract", + "air duct", + "gas pipe" ], + "classifiers" : [] } ] }, + { "simplified" : "气候", + "radical" : "气", + "level" : [ "new-3", "old-4" ], + "frequency" : 6570, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣候", + "transcriptions" : { "pinyin" : "qì hòu", + "numeric" : "qi4 hou4", + "wadegiles" : "ch'i⁴ hou⁴", + "bopomofo" : "ㄑㄧˋ ㄏㄡˋ", + "romatzyh" : "chih how" }, + "meanings" : [ "(meteorology) climate", + "(fig.) climate; prevailing conditions (in human affairs)" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "气馁", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 21983, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "氣餒", + "transcriptions" : { "pinyin" : "qì něi", + "numeric" : "qi4 nei3", + "wadegiles" : "ch'i⁴ nei³", + "bopomofo" : "ㄑㄧˋ ㄋㄟˇ", + "romatzyh" : "chih neei" }, + "meanings" : [ "to be discouraged" ], + "classifiers" : [] } ] }, + { "simplified" : "气派", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 19011, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "氣派", + "transcriptions" : { "pinyin" : "qì pài", + "numeric" : "qi4 pai4", + "wadegiles" : "ch'i⁴ p'ai⁴", + "bopomofo" : "ㄑㄧˋ ㄆㄞˋ", + "romatzyh" : "chih pay" }, + "meanings" : [ "impressive", + "stylish", + "magnificent", + "imposing manner", + "dignified air" ], + "classifiers" : [] } ] }, + { "simplified" : "气泡", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 17227, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣泡", + "transcriptions" : { "pinyin" : "qì pào", + "numeric" : "qi4 pao4", + "wadegiles" : "ch'i⁴ p'ao⁴", + "bopomofo" : "ㄑㄧˋ ㄆㄠˋ", + "romatzyh" : "chih paw" }, + "meanings" : [ "bubble", + "blister (in metal)", + "(of beverages) sparkling", + "carbonated" ], + "classifiers" : [] } ] }, + { "simplified" : "气魄", + "radical" : "气", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26408, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣魄", + "transcriptions" : { "pinyin" : "qì pò", + "numeric" : "qi4 po4", + "wadegiles" : "ch'i⁴ p'o⁴", + "bopomofo" : "ㄑㄧˋ ㄆㄛˋ", + "romatzyh" : "chih poh" }, + "meanings" : [ "spirit", + "boldness", + "positive outlook", + "imposing attitude" ], + "classifiers" : [] } ] }, + { "simplified" : "气球", + "radical" : "气", + "level" : [ "new-4" ], + "frequency" : 9459, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣球", + "transcriptions" : { "pinyin" : "qì qiú", + "numeric" : "qi4 qiu2", + "wadegiles" : "ch'i⁴ ch'iu²", + "bopomofo" : "ㄑㄧˋ ㄑㄧㄡˊ", + "romatzyh" : "chih chyou" }, + "meanings" : [ "balloon" ], + "classifiers" : [] } ] }, + { "simplified" : "气色", + "radical" : "气", + "level" : [ "old-6" ], + "frequency" : 16801, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣色", + "transcriptions" : { "pinyin" : "qì sè", + "numeric" : "qi4 se4", + "wadegiles" : "ch'i⁴ se⁴", + "bopomofo" : "ㄑㄧˋ ㄙㄜˋ", + "romatzyh" : "chih seh" }, + "meanings" : [ "complexion" ], + "classifiers" : [] } ] }, + { "simplified" : "气势", + "radical" : "气", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9469, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣勢", + "transcriptions" : { "pinyin" : "qì shì", + "numeric" : "qi4 shi4", + "wadegiles" : "ch'i⁴ shih⁴", + "bopomofo" : "ㄑㄧˋ ㄕˋ", + "romatzyh" : "chih shyh" }, + "meanings" : [ "imposing manner", + "loftiness", + "grandeur", + "energetic looks", + "vigor" ], + "classifiers" : [] } ] }, + { "simplified" : "气体", + "radical" : "气", + "level" : [ "new-5" ], + "frequency" : 6140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣體", + "transcriptions" : { "pinyin" : "qì tǐ", + "numeric" : "qi4 ti3", + "wadegiles" : "ch'i⁴ t'i³", + "bopomofo" : "ㄑㄧˋ ㄊㄧˇ", + "romatzyh" : "chih tii" }, + "meanings" : [ "gas (i.e. gaseous substance)" ], + "classifiers" : [] } ] }, + { "simplified" : "气味", + "radical" : "气", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6948, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣味", + "transcriptions" : { "pinyin" : "qì wèi", + "numeric" : "qi4 wei4", + "wadegiles" : "ch'i⁴ wei⁴", + "bopomofo" : "ㄑㄧˋ ㄨㄟˋ", + "romatzyh" : "chih wey" }, + "meanings" : [ "odor; scent" ], + "classifiers" : [] } ] }, + { "simplified" : "气温", + "radical" : "气", + "level" : [ "new-2" ], + "frequency" : 7200, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣溫", + "transcriptions" : { "pinyin" : "qì wēn", + "numeric" : "qi4 wen1", + "wadegiles" : "ch'i⁴ wen¹", + "bopomofo" : "ㄑㄧˋ ㄨㄣ", + "romatzyh" : "chih uen" }, + "meanings" : [ "air temperature" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "气息", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 5417, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣息", + "transcriptions" : { "pinyin" : "qì xī", + "numeric" : "qi4 xi1", + "wadegiles" : "ch'i⁴ hsi¹", + "bopomofo" : "ㄑㄧˋ ㄒㄧ", + "romatzyh" : "chih shi" }, + "meanings" : [ "breath", + "smell", + "odor", + "flavor" ], + "classifiers" : [] } ] }, + { "simplified" : "气象", + "radical" : "气", + "level" : [ "new-5", "old-6" ], + "frequency" : 7203, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣象", + "transcriptions" : { "pinyin" : "qì xiàng", + "numeric" : "qi4 xiang4", + "wadegiles" : "ch'i⁴ hsiang⁴", + "bopomofo" : "ㄑㄧˋ ㄒㄧㄤˋ", + "romatzyh" : "chih shianq" }, + "meanings" : [ "meteorological feature", + "meteorology", + "atmosphere", + "ambience", + "scene" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "气压", + "radical" : "气", + "level" : [ "old-6" ], + "frequency" : 16502, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣壓", + "transcriptions" : { "pinyin" : "qì yā", + "numeric" : "qi4 ya1", + "wadegiles" : "ch'i⁴ ya¹", + "bopomofo" : "ㄑㄧˋ ㄧㄚ", + "romatzyh" : "chih ia" }, + "meanings" : [ "atmospheric pressure", + "barometric pressure" ], + "classifiers" : [] } ] }, + { "simplified" : "气质", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 5505, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氣質", + "transcriptions" : { "pinyin" : "qì zhì", + "numeric" : "qi4 zhi4", + "wadegiles" : "ch'i⁴ chih⁴", + "bopomofo" : "ㄑㄧˋ ㄓˋ", + "romatzyh" : "chih jyh" }, + "meanings" : [ "temperament", + "personality traits", + "manners" ], + "classifiers" : [] } ] }, + { "simplified" : "迄今", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13667, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "迄今", + "transcriptions" : { "pinyin" : "qì jīn", + "numeric" : "qi4 jin1", + "wadegiles" : "ch'i⁴ chin¹", + "bopomofo" : "ㄑㄧˋ ㄐㄧㄣ", + "romatzyh" : "chih jin" }, + "meanings" : [ "so far", "to date", "until now" ], + "classifiers" : [] } ] }, + { "simplified" : "迄今为止", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9179, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "迄今為止", + "transcriptions" : { "pinyin" : "qì jīn wéi zhǐ", + "numeric" : "qi4 jin1 wei2 zhi3", + "wadegiles" : "ch'i⁴ chin¹ wei² chih³", + "bopomofo" : "ㄑㄧˋ ㄐㄧㄣ ㄨㄟˊ ㄓˇ", + "romatzyh" : "chih jin wei jyy" }, + "meanings" : [ "so far", + "up to now", + "still (not)" ], + "classifiers" : [] } ] }, + { "simplified" : "汽车", + "radical" : "氵", + "level" : [ "new-1" ], + "frequency" : 898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "汽車", + "transcriptions" : { "pinyin" : "qì chē", + "numeric" : "qi4 che1", + "wadegiles" : "ch'i⁴ ch'e¹", + "bopomofo" : "ㄑㄧˋ ㄔㄜ", + "romatzyh" : "chih che" }, + "meanings" : [ "car", "automobile", "bus" ], + "classifiers" : [ "辆" ] } ] }, + { "simplified" : "汽水", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 15548, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "汽水", + "transcriptions" : { "pinyin" : "qì shuǐ", + "numeric" : "qi4 shui3", + "wadegiles" : "ch'i⁴ shui³", + "bopomofo" : "ㄑㄧˋ ㄕㄨㄟˇ", + "romatzyh" : "chih shoei" }, + "meanings" : [ "soda pop; carbonated soft drink" ], + "classifiers" : [] } ] }, + { "simplified" : "汽油", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 4939, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "汽油", + "transcriptions" : { "pinyin" : "qì yóu", + "numeric" : "qi4 you2", + "wadegiles" : "ch'i⁴ yu²", + "bopomofo" : "ㄑㄧˋ ㄧㄡˊ", + "romatzyh" : "chih you" }, + "meanings" : [ "gasoline" ], + "classifiers" : [] } ] }, + { "simplified" : "契机", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 17262, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "契機", + "transcriptions" : { "pinyin" : "qì jī", + "numeric" : "qi4 ji1", + "wadegiles" : "ch'i⁴ chi¹", + "bopomofo" : "ㄑㄧˋ ㄐㄧ", + "romatzyh" : "chih ji" }, + "meanings" : [ "opportunity", + "turning point", + "juncture" ], + "classifiers" : [] } ] }, + { "simplified" : "契约", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 9421, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "契約", + "transcriptions" : { "pinyin" : "qì yuē", + "numeric" : "qi4 yue1", + "wadegiles" : "ch'i⁴ yüeh¹", + "bopomofo" : "ㄑㄧˋ ㄩㄝ", + "romatzyh" : "chih iue" }, + "meanings" : [ "agreement", "contract" ], + "classifiers" : [] } ] }, + { "simplified" : "器材", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9537, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "器材", + "transcriptions" : { "pinyin" : "qì cái", + "numeric" : "qi4 cai2", + "wadegiles" : "ch'i⁴ ts'ai²", + "bopomofo" : "ㄑㄧˋ ㄘㄞˊ", + "romatzyh" : "chih tsair" }, + "meanings" : [ "equipment", "material" ], + "classifiers" : [] } ] }, + { "simplified" : "器官", + "radical" : "口", + "level" : [ "new-4", "old-6" ], + "frequency" : 4857, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "器官", + "transcriptions" : { "pinyin" : "qì guān", + "numeric" : "qi4 guan1", + "wadegiles" : "ch'i⁴ kuan¹", + "bopomofo" : "ㄑㄧˋ ㄍㄨㄢ", + "romatzyh" : "chih guan" }, + "meanings" : [ "(physiology) organ; apparatus" ], + "classifiers" : [] } ] }, + { "simplified" : "器械", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 10160, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "器械", + "transcriptions" : { "pinyin" : "qì xiè", + "numeric" : "qi4 xie4", + "wadegiles" : "ch'i⁴ hsieh⁴", + "bopomofo" : "ㄑㄧˋ ㄒㄧㄝˋ", + "romatzyh" : "chih shieh" }, + "meanings" : [ "apparatus", + "instrument", + "equipment", + "weapon" ], + "classifiers" : [] } ] }, + { "simplified" : "掐", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7287, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掐", + "transcriptions" : { "pinyin" : "qiā", + "numeric" : "qia1", + "wadegiles" : "ch'ia¹", + "bopomofo" : "ㄑㄧㄚ", + "romatzyh" : "chia" }, + "meanings" : [ "to pick (flowers)", + "to pinch", + "to nip", + "to pinch off", + "to clutch", + "(slang) to fight" ], + "classifiers" : [] } ] }, + { "simplified" : "恰当", + "radical" : "忄", + "level" : [ "new-6", "old-6" ], + "frequency" : 7676, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "恰當", + "transcriptions" : { "pinyin" : "qià dàng", + "numeric" : "qia4 dang4", + "wadegiles" : "ch'ia⁴ tang⁴", + "bopomofo" : "ㄑㄧㄚˋ ㄉㄤˋ", + "romatzyh" : "chiah danq" }, + "meanings" : [ "appropriate", "suitable" ], + "classifiers" : [] } ] }, + { "simplified" : "恰到好处", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14885, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "恰到好處", + "transcriptions" : { "pinyin" : "qià dào hǎo chù", + "numeric" : "qia4 dao4 hao3 chu4", + "wadegiles" : "ch'ia⁴ tao⁴ hao³ ch'u⁴", + "bopomofo" : "ㄑㄧㄚˋ ㄉㄠˋ ㄏㄠˇ ㄔㄨˋ", + "romatzyh" : "chiah daw hao chuh" }, + "meanings" : [ "it's just perfect", + "it's just right" ], + "classifiers" : [] } ] }, + { "simplified" : "恰好", + "radical" : "忄", + "level" : [ "new-6" ], + "frequency" : 7876, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "恰好", + "transcriptions" : { "pinyin" : "qià hǎo", + "numeric" : "qia4 hao3", + "wadegiles" : "ch'ia⁴ hao³", + "bopomofo" : "ㄑㄧㄚˋ ㄏㄠˇ", + "romatzyh" : "chiah hao" }, + "meanings" : [ "as it turns out", + "by lucky coincidence", + "(of number, time, size etc) just right" ], + "classifiers" : [] } ] }, + { "simplified" : "恰恰", + "radical" : "忄", + "level" : [ "new-6" ], + "frequency" : 6523, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "恰恰", + "transcriptions" : { "pinyin" : "qià qià", + "numeric" : "qia4 qia4", + "wadegiles" : "ch'ia⁴ ch'ia⁴", + "bopomofo" : "ㄑㄧㄚˋ ㄑㄧㄚˋ", + "romatzyh" : "chiah chiah" }, + "meanings" : [ "exactly", "just", "precisely" ], + "classifiers" : [] } ] }, + { "simplified" : "恰恰相反", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 10439, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "恰恰相反", + "transcriptions" : { "pinyin" : "qià qià xiāng fǎn", + "numeric" : "qia4 qia4 xiang1 fan3", + "wadegiles" : "ch'ia⁴ ch'ia⁴ hsiang¹ fan³", + "bopomofo" : "ㄑㄧㄚˋ ㄑㄧㄚˋ ㄒㄧㄤ ㄈㄢˇ", + "romatzyh" : "chiah chiah shiang faan" }, + "meanings" : [ "just the opposite" ], + "classifiers" : [] } ] }, + { "simplified" : "恰巧", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16400, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "恰巧", + "transcriptions" : { "pinyin" : "qià qiǎo", + "numeric" : "qia4 qiao3", + "wadegiles" : "ch'ia⁴ ch'iao³", + "bopomofo" : "ㄑㄧㄚˋ ㄑㄧㄠˇ", + "romatzyh" : "chiah cheau" }, + "meanings" : [ "by chance; as chance would have it" ], + "classifiers" : [] } ] }, + { "simplified" : "恰如其分", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 30471, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "恰如其分", + "transcriptions" : { "pinyin" : "qià rú qí fèn", + "numeric" : "qia4 ru2 qi2 fen4", + "wadegiles" : "ch'ia⁴ ju² ch'i² fen⁴", + "bopomofo" : "ㄑㄧㄚˋ ㄖㄨˊ ㄑㄧˊ ㄈㄣˋ", + "romatzyh" : "chiah ru chyi fenn" }, + "meanings" : [ "(idiom) appropriate", + "apt", + "just right" ], + "classifiers" : [] } ] }, + { "simplified" : "洽谈", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18806, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "洽談", + "transcriptions" : { "pinyin" : "qià tán", + "numeric" : "qia4 tan2", + "wadegiles" : "ch'ia⁴ t'an²", + "bopomofo" : "ㄑㄧㄚˋ ㄊㄢˊ", + "romatzyh" : "chiah tarn" }, + "meanings" : [ "to discuss" ], + "classifiers" : [] } ] }, + { "simplified" : "千", + "radical" : "十", + "level" : [ "new-2", "old-2" ], + "frequency" : 1728, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "千", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "thousand" ], + "classifiers" : [] }, + { "traditional" : "韆", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "see 秋千" ], + "classifiers" : [] } ] }, + { "simplified" : "千变万化", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 35836, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "千變萬化", + "transcriptions" : { "pinyin" : "qiān biàn wàn huà", + "numeric" : "qian1 bian4 wan4 hua4", + "wadegiles" : "ch'ien¹ pien⁴ wan⁴ hua⁴", + "bopomofo" : "ㄑㄧㄢ ㄅㄧㄢˋ ㄨㄢˋ ㄏㄨㄚˋ", + "romatzyh" : "chian biann wann huah" }, + "meanings" : [ "countless changes", + "constant permutation" ], + "classifiers" : [] } ] }, + { "simplified" : "千方百计", + "radical" : "十", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16008, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "千方百計", + "transcriptions" : { "pinyin" : "qiān fāng bǎi jì", + "numeric" : "qian1 fang1 bai3 ji4", + "wadegiles" : "ch'ien¹ fang¹ pai³ chi⁴", + "bopomofo" : "ㄑㄧㄢ ㄈㄤ ㄅㄞˇ ㄐㄧˋ", + "romatzyh" : "chian fang bae jih" }, + "meanings" : [ "lit. thousand ways, a hundred plans (idiom); by every possible means" ], + "classifiers" : [] } ] }, + { "simplified" : "千家万户", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 33124, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "千家萬戶", + "transcriptions" : { "pinyin" : "qiān jiā wàn hù", + "numeric" : "qian1 jia1 wan4 hu4", + "wadegiles" : "ch'ien¹ chia¹ wan⁴ hu⁴", + "bopomofo" : "ㄑㄧㄢ ㄐㄧㄚ ㄨㄢˋ ㄏㄨˋ", + "romatzyh" : "chian jia wann huh" }, + "meanings" : [ "every family (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "千军万马", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 43815, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "千軍萬馬", + "transcriptions" : { "pinyin" : "qiān jūn wàn mǎ", + "numeric" : "qian1 jun1 wan4 ma3", + "wadegiles" : "ch'ien¹ chün¹ wan⁴ ma³", + "bopomofo" : "ㄑㄧㄢ ㄐㄩㄣ ㄨㄢˋ ㄇㄚˇ", + "romatzyh" : "chian jiun wann maa" }, + "meanings" : [ "magnificent army with thousands of men and horses (idiom); impressive display of manpower", + "all the King's horses and all the King's men" ], + "classifiers" : [] } ] }, + { "simplified" : "千钧一发", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 35703, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "千鈞一髮", + "transcriptions" : { "pinyin" : "qiān jūn yī fà", + "numeric" : "qian1 jun1 yi1 fa4", + "wadegiles" : "ch'ien¹ chün¹ i¹ fa⁴", + "bopomofo" : "ㄑㄧㄢ ㄐㄩㄣ ㄧ ㄈㄚˋ", + "romatzyh" : "chian jiun i fah" }, + "meanings" : [ "a thousand pounds hangs by a thread (idiom)", + "imminent peril", + "a matter of life or death" ], + "classifiers" : [] } ] }, + { "simplified" : "千克", + "radical" : "十", + "level" : [ "new-2" ], + "frequency" : 18907, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "千克", + "transcriptions" : { "pinyin" : "qiān kè", + "numeric" : "qian1 ke4", + "wadegiles" : "ch'ien¹ k'o⁴", + "bopomofo" : "ㄑㄧㄢ ㄎㄜˋ", + "romatzyh" : "chian keh" }, + "meanings" : [ "kilogram" ], + "classifiers" : [] } ] }, + { "simplified" : "千万", + "radical" : "十", + "level" : [ "new-3", "old-4" ], + "frequency" : 1708, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "千萬", + "transcriptions" : { "pinyin" : "qiān wàn", + "numeric" : "qian1 wan4", + "wadegiles" : "ch'ien¹ wan⁴", + "bopomofo" : "ㄑㄧㄢ ㄨㄢˋ", + "romatzyh" : "chian wann" }, + "meanings" : [ "ten million", + "countless", + "many", + "one must by all means" ], + "classifiers" : [] } ] }, + { "simplified" : "迁", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 12173, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遷", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "to move", + "to shift", + "to change (a position or location etc)", + "to promote" ], + "classifiers" : [] } ] }, + { "simplified" : "迁就", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18562, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遷就", + "transcriptions" : { "pinyin" : "qiān jiù", + "numeric" : "qian1 jiu4", + "wadegiles" : "ch'ien¹ chiu⁴", + "bopomofo" : "ㄑㄧㄢ ㄐㄧㄡˋ", + "romatzyh" : "chian jiow" }, + "meanings" : [ "to yield", + "to adapt to", + "to accommodate to (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "迁徙", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 16697, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遷徙", + "transcriptions" : { "pinyin" : "qiān xǐ", + "numeric" : "qian1 xi3", + "wadegiles" : "ch'ien¹ hsi³", + "bopomofo" : "ㄑㄧㄢ ㄒㄧˇ", + "romatzyh" : "chian shii" }, + "meanings" : [ "to migrate", "to move" ], + "classifiers" : [] } ] }, + { "simplified" : "迁移", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 14712, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遷移", + "transcriptions" : { "pinyin" : "qiān yí", + "numeric" : "qian1 yi2", + "wadegiles" : "ch'ien¹ i²", + "bopomofo" : "ㄑㄧㄢ ㄧˊ", + "romatzyh" : "chian yi" }, + "meanings" : [ "to migrate", "to move" ], + "classifiers" : [] } ] }, + { "simplified" : "牵", + "radical" : "大", + "level" : [ "new-6", "old-5" ], + "frequency" : 3847, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "牽", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "to lead along", + "to pull (an animal on a tether)", + "(bound form) to involve", + "to draw in" ], + "classifiers" : [] } ] }, + { "simplified" : "牵扯", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11586, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "牽扯", + "transcriptions" : { "pinyin" : "qiān chě", + "numeric" : "qian1 che3", + "wadegiles" : "ch'ien¹ ch'e³", + "bopomofo" : "ㄑㄧㄢ ㄔㄜˇ", + "romatzyh" : "chian chee" }, + "meanings" : [ "to involve", + "to implicate", + "to be interrelated" ], + "classifiers" : [] } ] }, + { "simplified" : "牵挂", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 10869, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "牽掛", + "transcriptions" : { "pinyin" : "qiān guà", + "numeric" : "qian1 gua4", + "wadegiles" : "ch'ien¹ kua⁴", + "bopomofo" : "ㄑㄧㄢ ㄍㄨㄚˋ", + "romatzyh" : "chian guah" }, + "meanings" : [ "to worry about", + "to be concerned about" ], + "classifiers" : [] } ] }, + { "simplified" : "牵涉", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 10987, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "牽涉", + "transcriptions" : { "pinyin" : "qiān shè", + "numeric" : "qian1 she4", + "wadegiles" : "ch'ien¹ she⁴", + "bopomofo" : "ㄑㄧㄢ ㄕㄜˋ", + "romatzyh" : "chian sheh" }, + "meanings" : [ "to involve", "implicated" ], + "classifiers" : [] } ] }, + { "simplified" : "牵头", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 25971, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "牽頭", + "transcriptions" : { "pinyin" : "qiān tóu", + "numeric" : "qian1 tou2", + "wadegiles" : "ch'ien¹ t'ou²", + "bopomofo" : "ㄑㄧㄢ ㄊㄡˊ", + "romatzyh" : "chian tour" }, + "meanings" : [ "to lead (an animal by the head)", + "to take the lead", + "to coordinate (a combined operation)", + "to mediate", + "a go-between (e.g. marriage broker)" ], + "classifiers" : [] } ] }, + { "simplified" : "牵制", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17412, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "牽制", + "transcriptions" : { "pinyin" : "qiān zhì", + "numeric" : "qian1 zhi4", + "wadegiles" : "ch'ien¹ chih⁴", + "bopomofo" : "ㄑㄧㄢ ㄓˋ", + "romatzyh" : "chian jyh" }, + "meanings" : [ "to control", + "to curb", + "to restrict", + "to impede", + "to pin down (enemy troops)" ], + "classifiers" : [] } ] }, + { "simplified" : "铅", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 7728, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鈆", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "old variant of 铅" ], + "classifiers" : [] }, + { "traditional" : "鉛", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "lead (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "铅笔", + "radical" : "钅", + "level" : [ "new-6", "old-3" ], + "frequency" : 9108, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鉛筆", + "transcriptions" : { "pinyin" : "qiān bǐ", + "numeric" : "qian1 bi3", + "wadegiles" : "ch'ien¹ pi³", + "bopomofo" : "ㄑㄧㄢ ㄅㄧˇ", + "romatzyh" : "chian bii" }, + "meanings" : [ "(lead) pencil" ], + "classifiers" : [ "支", "枝", "杆" ] } ] }, + { "simplified" : "谦虚", + "radical" : "讠", + "level" : [ "new-6", "old-5" ], + "frequency" : 9707, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "謙虛", + "transcriptions" : { "pinyin" : "qiān xū", + "numeric" : "qian1 xu1", + "wadegiles" : "ch'ien¹ hsü¹", + "bopomofo" : "ㄑㄧㄢ ㄒㄩ", + "romatzyh" : "chian shiu" }, + "meanings" : [ "modest", + "self-effacing", + "to make modest remarks" ], + "classifiers" : [] } ] }, + { "simplified" : "谦逊", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20754, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "謙遜", + "transcriptions" : { "pinyin" : "qiān xùn", + "numeric" : "qian1 xun4", + "wadegiles" : "ch'ien¹ hsün⁴", + "bopomofo" : "ㄑㄧㄢ ㄒㄩㄣˋ", + "romatzyh" : "chian shiunn" }, + "meanings" : [ "humble", + "modest", + "unpretentious", + "modesty" ], + "classifiers" : [] } ] }, + { "simplified" : "签", + "radical" : "⺮", + "level" : [ "new-5" ], + "frequency" : 2244, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "簽", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "to sign one's name", + "to write brief comments on a document", + "inscribed bamboo stick (variant of 签)", + "visa" ], + "classifiers" : [] }, + { "traditional" : "籖", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "Japanese variant of 签" ], + "classifiers" : [] }, + { "traditional" : "籤", + "transcriptions" : { "pinyin" : "qiān", + "numeric" : "qian1", + "wadegiles" : "ch'ien¹", + "bopomofo" : "ㄑㄧㄢ", + "romatzyh" : "chian" }, + "meanings" : [ "inscribed bamboo stick (used in divination, gambling, drawing lots etc)", + "small wood sliver", + "label", + "tag" ], + "classifiers" : [] } ] }, + { "simplified" : "签订", + "radical" : "⺮", + "level" : [ "new-5", "old-6" ], + "frequency" : 8257, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "簽訂", + "transcriptions" : { "pinyin" : "qiān dìng", + "numeric" : "qian1 ding4", + "wadegiles" : "ch'ien¹ ting⁴", + "bopomofo" : "ㄑㄧㄢ ㄉㄧㄥˋ", + "romatzyh" : "chian dinq" }, + "meanings" : [ "to agree to and sign (a treaty etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "签名", + "radical" : "⺮", + "level" : [ "new-5" ], + "frequency" : 3185, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "簽名", + "transcriptions" : { "pinyin" : "qiān míng", + "numeric" : "qian1 ming2", + "wadegiles" : "ch'ien¹ ming²", + "bopomofo" : "ㄑㄧㄢ ㄇㄧㄥˊ", + "romatzyh" : "chian ming" }, + "meanings" : [ "to sign (one's name with a pen etc)", + "to autograph", + "signature" ], + "classifiers" : [] } ] }, + { "simplified" : "签署", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4105, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "簽署", + "transcriptions" : { "pinyin" : "qiān shǔ", + "numeric" : "qian1 shu3", + "wadegiles" : "ch'ien¹ shu³", + "bopomofo" : "ㄑㄧㄢ ㄕㄨˇ", + "romatzyh" : "chian shuu" }, + "meanings" : [ "to sign (an agreement)" ], + "classifiers" : [] } ] }, + { "simplified" : "签约", + "radical" : "⺮", + "level" : [ "new-5" ], + "frequency" : 5753, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "簽約", + "transcriptions" : { "pinyin" : "qiān yuē", + "numeric" : "qian1 yue1", + "wadegiles" : "ch'ien¹ yüeh¹", + "bopomofo" : "ㄑㄧㄢ ㄩㄝ", + "romatzyh" : "chian iue" }, + "meanings" : [ "to sign a contract or agreement" ], + "classifiers" : [] } ] }, + { "simplified" : "签证", + "radical" : "⺮", + "level" : [ "new-5", "old-4" ], + "frequency" : 8073, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "簽證", + "transcriptions" : { "pinyin" : "qiān zhèng", + "numeric" : "qian1 zheng4", + "wadegiles" : "ch'ien¹ cheng⁴", + "bopomofo" : "ㄑㄧㄢ ㄓㄥˋ", + "romatzyh" : "chian jenq" }, + "meanings" : [ "visa", "to issue a visa" ], + "classifiers" : [] } ] }, + { "simplified" : "签字", + "radical" : "⺮", + "level" : [ "new-5", "old-5" ], + "frequency" : 5289, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "簽字", + "transcriptions" : { "pinyin" : "qiān zì", + "numeric" : "qian1 zi4", + "wadegiles" : "ch'ien¹ tzu⁴", + "bopomofo" : "ㄑㄧㄢ ㄗˋ", + "romatzyh" : "chian tzyh" }, + "meanings" : [ "to sign (one's name)", + "signature" ], + "classifiers" : [] } ] }, + { "simplified" : "前", + "radical" : "刂", + "level" : [ "new-1" ], + "frequency" : 127, + "pos" : [ "f", "v" ], + "forms" : [ { "traditional" : "前", + "transcriptions" : { "pinyin" : "qián", + "numeric" : "qian2", + "wadegiles" : "ch'ien²", + "bopomofo" : "ㄑㄧㄢˊ", + "romatzyh" : "chyan" }, + "meanings" : [ "front", + "forward", + "ahead", + "first", + "top (followed by a number)", + "future", + "ago", + "before", + "BC (e.g. 前293年)", + "former", + "formerly" ], + "classifiers" : [] } ] }, + { "simplified" : "前辈", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 9548, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "前輩", + "transcriptions" : { "pinyin" : "qián bèi", + "numeric" : "qian2 bei4", + "wadegiles" : "ch'ien² pei⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄅㄟˋ", + "romatzyh" : "chyan bey" }, + "meanings" : [ "senior", + "older generation", + "precursor" ], + "classifiers" : [] } ] }, + { "simplified" : "前边", + "radical" : "刂", + "level" : [ "new-1" ], + "frequency" : 25408, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "前邊", + "transcriptions" : { "pinyin" : "qián bian", + "numeric" : "qian2 bian5", + "wadegiles" : "ch'ien² bian", + "bopomofo" : "ㄑㄧㄢˊ bian", + "romatzyh" : "chyan bian" }, + "meanings" : [ "front", + "the front side", + "in front of" ], + "classifiers" : [] } ] }, + { "simplified" : "前不久", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 12096, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "前不久", + "transcriptions" : { "pinyin" : "qián bù jiǔ", + "numeric" : "qian2 bu4 jiu3", + "wadegiles" : "ch'ien² pu⁴ chiu³", + "bopomofo" : "ㄑㄧㄢˊ ㄅㄨˋ ㄐㄧㄡˇ", + "romatzyh" : "chyan buh jeou" }, + "meanings" : [ "not long ago", "not long before" ], + "classifiers" : [] } ] }, + { "simplified" : "前方", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 6315, + "pos" : [ "s", "f", "n" ], + "forms" : [ { "traditional" : "前方", + "transcriptions" : { "pinyin" : "qián fāng", + "numeric" : "qian2 fang1", + "wadegiles" : "ch'ien² fang¹", + "bopomofo" : "ㄑㄧㄢˊ ㄈㄤ", + "romatzyh" : "chyan fang" }, + "meanings" : [ "ahead", "the front" ], + "classifiers" : [] } ] }, + { "simplified" : "前赴后继", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 45740, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "前赴後繼", + "transcriptions" : { "pinyin" : "qián fù hòu jì", + "numeric" : "qian2 fu4 hou4 ji4", + "wadegiles" : "ch'ien² fu⁴ hou⁴ chi⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄈㄨˋ ㄏㄡˋ ㄐㄧˋ", + "romatzyh" : "chyan fuh how jih" }, + "meanings" : [ "to advance dauntlessly in wave upon wave (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "前后", + "radical" : "刂", + "level" : [ "new-3" ], + "frequency" : 6275, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "前後", + "transcriptions" : { "pinyin" : "qián hòu", + "numeric" : "qian2 hou4", + "wadegiles" : "ch'ien² hou⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄏㄡˋ", + "romatzyh" : "chyan how" }, + "meanings" : [ "around", + "from beginning to end", + "all around", + "front and rear" ], + "classifiers" : [] } ] }, + { "simplified" : "前进", + "radical" : "刂", + "level" : [ "new-3" ], + "frequency" : 2618, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "前進", + "transcriptions" : { "pinyin" : "qián jìn", + "numeric" : "qian2 jin4", + "wadegiles" : "ch'ien² chin⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄐㄧㄣˋ", + "romatzyh" : "chyan jinn" }, + "meanings" : [ "to go forward", + "to forge ahead", + "to advance", + "onward" ], + "classifiers" : [] } ] }, + { "simplified" : "前景", + "radical" : "刂", + "level" : [ "new-5", "old-6" ], + "frequency" : 6776, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "前景", + "transcriptions" : { "pinyin" : "qián jǐng", + "numeric" : "qian2 jing3", + "wadegiles" : "ch'ien² ching³", + "bopomofo" : "ㄑㄧㄢˊ ㄐㄧㄥˇ", + "romatzyh" : "chyan jiing" }, + "meanings" : [ "foreground", + "vista", + "(future) prospects", + "perspective" ], + "classifiers" : [] } ] }, + { "simplified" : "前来", + "radical" : "刂", + "level" : [ "new-6" ], + "frequency" : 4529, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "前來", + "transcriptions" : { "pinyin" : "qián lái", + "numeric" : "qian2 lai2", + "wadegiles" : "ch'ien² lai²", + "bopomofo" : "ㄑㄧㄢˊ ㄌㄞˊ", + "romatzyh" : "chyan lai" }, + "meanings" : [ "to come (formal)", + "before", + "previously" ], + "classifiers" : [] } ] }, + { "simplified" : "前面", + "radical" : "刂", + "level" : [ "new-3", "old-1" ], + "frequency" : 1789, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "前面", + "transcriptions" : { "pinyin" : "qián miàn", + "numeric" : "qian2 mian4", + "wadegiles" : "ch'ien² mien⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄇㄧㄢˋ", + "romatzyh" : "chyan miann" }, + "meanings" : [ "ahead", + "in front", + "preceding", + "above", + "also pr. [qián mian]" ], + "classifiers" : [] } ] }, + { "simplified" : "前年", + "radical" : "刂", + "level" : [ "new-2" ], + "frequency" : 18549, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "前年", + "transcriptions" : { "pinyin" : "qián nián", + "numeric" : "qian2 nian2", + "wadegiles" : "ch'ien² nien²", + "bopomofo" : "ㄑㄧㄢˊ ㄋㄧㄢˊ", + "romatzyh" : "chyan nian" }, + "meanings" : [ "the year before last" ], + "classifiers" : [] } ] }, + { "simplified" : "前期", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 10481, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "前期", + "transcriptions" : { "pinyin" : "qián qī", + "numeric" : "qian2 qi1", + "wadegiles" : "ch'ien² ch'i¹", + "bopomofo" : "ㄑㄧㄢˊ ㄑㄧ", + "romatzyh" : "chyan chi" }, + "meanings" : [ "preceding period", "early stage" ], + "classifiers" : [] } ] }, + { "simplified" : "前任", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 8753, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "前任", + "transcriptions" : { "pinyin" : "qián rèn", + "numeric" : "qian2 ren4", + "wadegiles" : "ch'ien² jen⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄖㄣˋ", + "romatzyh" : "chyan renn" }, + "meanings" : [ "predecessor", + "ex-", + "former", + "ex (spouse etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "前所未有", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 8193, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "前所未有", + "transcriptions" : { "pinyin" : "qián suǒ wèi yǒu", + "numeric" : "qian2 suo3 wei4 you3", + "wadegiles" : "ch'ien² so³ wei⁴ yu³", + "bopomofo" : "ㄑㄧㄢˊ ㄙㄨㄛˇ ㄨㄟˋ ㄧㄡˇ", + "romatzyh" : "chyan suoo wey yeou" }, + "meanings" : [ "unprecedented" ], + "classifiers" : [] } ] }, + { "simplified" : "前台", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 11148, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "前臺", + "transcriptions" : { "pinyin" : "qián tái", + "numeric" : "qian2 tai2", + "wadegiles" : "ch'ien² t'ai²", + "bopomofo" : "ㄑㄧㄢˊ ㄊㄞˊ", + "romatzyh" : "chyan tair" }, + "meanings" : [ "stage", + "proscenium", + "foreground in politics etc (sometimes derog.)", + "front desk", + "reception desk", + "(computing) front-end", + "foreground" ], + "classifiers" : [] } ] }, + { "simplified" : "前提", + "radical" : "刂", + "level" : [ "new-5", "old-6" ], + "frequency" : 4669, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "前提", + "transcriptions" : { "pinyin" : "qián tí", + "numeric" : "qian2 ti2", + "wadegiles" : "ch'ien² t'i²", + "bopomofo" : "ㄑㄧㄢˊ ㄊㄧˊ", + "romatzyh" : "chyan tyi" }, + "meanings" : [ "premise", + "precondition", + "prerequisite" ], + "classifiers" : [] } ] }, + { "simplified" : "前天", + "radical" : "刂", + "level" : [ "new-1" ], + "frequency" : 8117, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "前天", + "transcriptions" : { "pinyin" : "qián tiān", + "numeric" : "qian2 tian1", + "wadegiles" : "ch'ien² t'ien¹", + "bopomofo" : "ㄑㄧㄢˊ ㄊㄧㄢ", + "romatzyh" : "chyan tian" }, + "meanings" : [ "the day before yesterday" ], + "classifiers" : [] } ] }, + { "simplified" : "前头", + "radical" : "刂", + "level" : [ "new-4" ], + "frequency" : 17581, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "前頭", + "transcriptions" : { "pinyin" : "qián tou", + "numeric" : "qian2 tou5", + "wadegiles" : "ch'ien² tou", + "bopomofo" : "ㄑㄧㄢˊ tou", + "romatzyh" : "chyan tou" }, + "meanings" : [ "in front", + "at the head", + "ahead", + "above" ], + "classifiers" : [] } ] }, + { "simplified" : "前途", + "radical" : "刂", + "level" : [ "new-4", "old-5" ], + "frequency" : 4857, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "前途", + "transcriptions" : { "pinyin" : "qián tú", + "numeric" : "qian2 tu2", + "wadegiles" : "ch'ien² t'u²", + "bopomofo" : "ㄑㄧㄢˊ ㄊㄨˊ", + "romatzyh" : "chyan twu" }, + "meanings" : [ "prospects", + "future outlook", + "journey" ], + "classifiers" : [] } ] }, + { "simplified" : "前往", + "radical" : "刂", + "level" : [ "new-3" ], + "frequency" : 2491, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "前往", + "transcriptions" : { "pinyin" : "qián wǎng", + "numeric" : "qian2 wang3", + "wadegiles" : "ch'ien² wang³", + "bopomofo" : "ㄑㄧㄢˊ ㄨㄤˇ", + "romatzyh" : "chyan woang" }, + "meanings" : [ "to leave for; to proceed towards; to go to" ], + "classifiers" : [] } ] }, + { "simplified" : "前无古人", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 33975, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "前無古人", + "transcriptions" : { "pinyin" : "qián wú gǔ rén", + "numeric" : "qian2 wu2 gu3 ren2", + "wadegiles" : "ch'ien² wu² ku³ jen²", + "bopomofo" : "ㄑㄧㄢˊ ㄨˊ ㄍㄨˇ ㄖㄣˊ", + "romatzyh" : "chyan wu guu ren" }, + "meanings" : [ "(idiom) unprecedented", + "unheard of" ], + "classifiers" : [] } ] }, + { "simplified" : "前夕", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 11648, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "前夕", + "transcriptions" : { "pinyin" : "qián xī", + "numeric" : "qian2 xi1", + "wadegiles" : "ch'ien² hsi¹", + "bopomofo" : "ㄑㄧㄢˊ ㄒㄧ", + "romatzyh" : "chyan shi" }, + "meanings" : [ "eve", "the day before" ], + "classifiers" : [] } ] }, + { "simplified" : "前线", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 7292, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "前線", + "transcriptions" : { "pinyin" : "qián xiàn", + "numeric" : "qian2 xian4", + "wadegiles" : "ch'ien² hsien⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄒㄧㄢˋ", + "romatzyh" : "chyan shiann" }, + "meanings" : [ "front line", + "military front", + "workface", + "cutting edge" ], + "classifiers" : [] } ] }, + { "simplified" : "前沿", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 13908, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "前沿", + "transcriptions" : { "pinyin" : "qián yán", + "numeric" : "qian2 yan2", + "wadegiles" : "ch'ien² yan²", + "bopomofo" : "ㄑㄧㄢˊ ㄧㄢˊ", + "romatzyh" : "chyan yan" }, + "meanings" : [ "front-line", + "forward position", + "outpost", + "extending ahead", + "frontier (of science, technology etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "前仰后合", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 61146, + "pos" : [], + "forms" : [ { "traditional" : "前仰後合", + "transcriptions" : { "pinyin" : "qián yǎng hòu hé", + "numeric" : "qian2 yang3 hou4 he2", + "wadegiles" : "ch'ien² yang³ hou⁴ ho²", + "bopomofo" : "ㄑㄧㄢˊ ㄧㄤˇ ㄏㄡˋ ㄏㄜˊ", + "romatzyh" : "chyan yeang how her" }, + "meanings" : [ "to sway to and fro", + "to rock back and forth" ], + "classifiers" : [] } ] }, + { "simplified" : "前者", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 11601, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "前者", + "transcriptions" : { "pinyin" : "qián zhě", + "numeric" : "qian2 zhe3", + "wadegiles" : "ch'ien² che³", + "bopomofo" : "ㄑㄧㄢˊ ㄓㄜˇ", + "romatzyh" : "chyan jee" }, + "meanings" : [ "the former" ], + "classifiers" : [] } ] }, + { "simplified" : "虔诚", + "radical" : "虍", + "level" : [ "new-7+" ], + "frequency" : 11261, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "虔誠", + "transcriptions" : { "pinyin" : "qián chéng", + "numeric" : "qian2 cheng2", + "wadegiles" : "ch'ien² ch'eng²", + "bopomofo" : "ㄑㄧㄢˊ ㄔㄥˊ", + "romatzyh" : "chyan cherng" }, + "meanings" : [ "pious", "devout", "sincere" ], + "classifiers" : [] } ] }, + { "simplified" : "钱", + "radical" : "钅", + "level" : [ "new-1", "old-1" ], + "frequency" : 218, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "錢", + "transcriptions" : { "pinyin" : "Qián", + "numeric" : "Qian2", + "wadegiles" : "ch'ien²", + "bopomofo" : "ㄑㄧㄢˊ", + "romatzyh" : "chyan" }, + "meanings" : [ "surname Qian" ], + "classifiers" : [] }, + { "traditional" : "錢", + "transcriptions" : { "pinyin" : "qián", + "numeric" : "qian2", + "wadegiles" : "ch'ien²", + "bopomofo" : "ㄑㄧㄢˊ", + "romatzyh" : "chyan" }, + "meanings" : [ "coin", + "money", + "unit of weight, one tenth of a tael 两" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "钱包", + "radical" : "钅", + "level" : [ "new-1" ], + "frequency" : 4411, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "錢包", + "transcriptions" : { "pinyin" : "qián bāo", + "numeric" : "qian2 bao1", + "wadegiles" : "ch'ien² pao¹", + "bopomofo" : "ㄑㄧㄢˊ ㄅㄠ", + "romatzyh" : "chyan bau" }, + "meanings" : [ "purse", "wallet" ], + "classifiers" : [] } ] }, + { "simplified" : "钱财", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 11459, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "錢財", + "transcriptions" : { "pinyin" : "qián cái", + "numeric" : "qian2 cai2", + "wadegiles" : "ch'ien² ts'ai²", + "bopomofo" : "ㄑㄧㄢˊ ㄘㄞˊ", + "romatzyh" : "chyan tsair" }, + "meanings" : [ "wealth", "money" ], + "classifiers" : [] } ] }, + { "simplified" : "钳子", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 27353, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鉗子", + "transcriptions" : { "pinyin" : "qián zi", + "numeric" : "qian2 zi5", + "wadegiles" : "ch'ien² zi", + "bopomofo" : "ㄑㄧㄢˊ zi", + "romatzyh" : "chyan zi" }, + "meanings" : [ "pliers", + "pincers", + "tongs", + "forceps", + "vise", + "clamp", + "claw (of a crab etc)", + "(dialect) earring" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "潜力", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 3759, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "潛力", + "transcriptions" : { "pinyin" : "qián lì", + "numeric" : "qian2 li4", + "wadegiles" : "ch'ien² li⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄌㄧˋ", + "romatzyh" : "chyan lih" }, + "meanings" : [ "potential", "capacity" ], + "classifiers" : [] } ] }, + { "simplified" : "潜能", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 12154, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "潛能", + "transcriptions" : { "pinyin" : "qián néng", + "numeric" : "qian2 neng2", + "wadegiles" : "ch'ien² neng²", + "bopomofo" : "ㄑㄧㄢˊ ㄋㄥˊ", + "romatzyh" : "chyan neng" }, + "meanings" : [ "potential", "hidden capability" ], + "classifiers" : [] } ] }, + { "simplified" : "潜水", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10234, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "潛水", + "transcriptions" : { "pinyin" : "qián shuǐ", + "numeric" : "qian2 shui3", + "wadegiles" : "ch'ien² shui³", + "bopomofo" : "ㄑㄧㄢˊ ㄕㄨㄟˇ", + "romatzyh" : "chyan shoei" }, + "meanings" : [ "to dive", + "to go under water", + "(in an online forum) to lurk" ], + "classifiers" : [] } ] }, + { "simplified" : "潜艇", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8080, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "潛艇", + "transcriptions" : { "pinyin" : "qián tǐng", + "numeric" : "qian2 ting3", + "wadegiles" : "ch'ien² t'ing³", + "bopomofo" : "ㄑㄧㄢˊ ㄊㄧㄥˇ", + "romatzyh" : "chyan tiing" }, + "meanings" : [ "submarine" ], + "classifiers" : [] } ] }, + { "simplified" : "潜移默化", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 31990, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "潛移默化", + "transcriptions" : { "pinyin" : "qián yí mò huà", + "numeric" : "qian2 yi2 mo4 hua4", + "wadegiles" : "ch'ien² i² mo⁴ hua⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄧˊ ㄇㄛˋ ㄏㄨㄚˋ", + "romatzyh" : "chyan yi moh huah" }, + "meanings" : [ "imperceptible influence", + "to influence secretly" ], + "classifiers" : [] } ] }, + { "simplified" : "潜在", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 5425, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "潛在", + "transcriptions" : { "pinyin" : "qián zài", + "numeric" : "qian2 zai4", + "wadegiles" : "ch'ien² tsai⁴", + "bopomofo" : "ㄑㄧㄢˊ ㄗㄞˋ", + "romatzyh" : "chyan tzay" }, + "meanings" : [ "hidden", "potential", "latent" ], + "classifiers" : [] } ] }, + { "simplified" : "浅", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 5099, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "淺", + "transcriptions" : { "pinyin" : "jiān", + "numeric" : "jian1", + "wadegiles" : "chien¹", + "bopomofo" : "ㄐㄧㄢ", + "romatzyh" : "jian" }, + "meanings" : [ "sound of moving water" ], + "classifiers" : [] }, + { "traditional" : "淺", + "transcriptions" : { "pinyin" : "qiǎn", + "numeric" : "qian3", + "wadegiles" : "ch'ien³", + "bopomofo" : "ㄑㄧㄢˇ", + "romatzyh" : "chean" }, + "meanings" : [ "shallow", "light (color)" ], + "classifiers" : [] } ] }, + { "simplified" : "谴责", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7122, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "譴責", + "transcriptions" : { "pinyin" : "qiǎn zé", + "numeric" : "qian3 ze2", + "wadegiles" : "ch'ien³ tse²", + "bopomofo" : "ㄑㄧㄢˇ ㄗㄜˊ", + "romatzyh" : "chean tzer" }, + "meanings" : [ "to denounce", + "to condemn", + "to criticize", + "condemnation", + "criticism" ], + "classifiers" : [] } ] }, + { "simplified" : "欠", + "radical" : "欠", + "level" : [ "new-5", "old-5" ], + "frequency" : 2126, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "欠", + "transcriptions" : { "pinyin" : "qiàn", + "numeric" : "qian4", + "wadegiles" : "ch'ien⁴", + "bopomofo" : "ㄑㄧㄢˋ", + "romatzyh" : "chiann" }, + "meanings" : [ "to owe", + "to lack", + "(literary) to be deficient in", + "(bound form) yawn", + "to raise slightly (a part of one's body)" ], + "classifiers" : [] } ] }, + { "simplified" : "欠缺", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 15069, + "pos" : [ "v", "a", "vn" ], + "forms" : [ { "traditional" : "欠缺", + "transcriptions" : { "pinyin" : "qiàn quē", + "numeric" : "qian4 que1", + "wadegiles" : "ch'ien⁴ ch'üeh¹", + "bopomofo" : "ㄑㄧㄢˋ ㄑㄩㄝ", + "romatzyh" : "chiann chiue" }, + "meanings" : [ "to be deficient in", + "lapse", + "deficiency" ], + "classifiers" : [] } ] }, + { "simplified" : "欠条", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 36112, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "欠條", + "transcriptions" : { "pinyin" : "qiàn tiáo", + "numeric" : "qian4 tiao2", + "wadegiles" : "ch'ien⁴ t'iao²", + "bopomofo" : "ㄑㄧㄢˋ ㄊㄧㄠˊ", + "romatzyh" : "chiann tyau" }, + "meanings" : [ "IOU", + "certificate of indebtedness" ], + "classifiers" : [] } ] }, + { "simplified" : "歉意", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 11732, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歉意", + "transcriptions" : { "pinyin" : "qiàn yì", + "numeric" : "qian4 yi4", + "wadegiles" : "ch'ien⁴ i⁴", + "bopomofo" : "ㄑㄧㄢˋ ㄧˋ", + "romatzyh" : "chiann yih" }, + "meanings" : [ "apology", "regret" ], + "classifiers" : [] } ] }, + { "simplified" : "呛", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11625, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嗆", + "transcriptions" : { "pinyin" : "qiāng", + "numeric" : "qiang1", + "wadegiles" : "ch'iang¹", + "bopomofo" : "ㄑㄧㄤ", + "romatzyh" : "chiang" }, + "meanings" : [ "to choke (because of swallowing the wrong way)" ], + "classifiers" : [] }, + { "traditional" : "嗆", + "transcriptions" : { "pinyin" : "qiàng", + "numeric" : "qiang4", + "wadegiles" : "ch'iang⁴", + "bopomofo" : "ㄑㄧㄤˋ", + "romatzyh" : "chianq" }, + "meanings" : [ "to irritate the nose", + "to choke (of smoke, smell etc)", + "pungent", + "(coll.) (Tw) to shout at sb", + "to scold", + "to speak out against sb" ], + "classifiers" : [] } ] }, + { "simplified" : "枪", + "radical" : "木", + "level" : [ "new-5", "old-5" ], + "frequency" : 1429, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "槍", + "transcriptions" : { "pinyin" : "Qiāng", + "numeric" : "Qiang1", + "wadegiles" : "ch'iang¹", + "bopomofo" : "ㄑㄧㄤ", + "romatzyh" : "chiang" }, + "meanings" : [ "surname Qiang" ], + "classifiers" : [] }, + { "traditional" : "槍", + "transcriptions" : { "pinyin" : "qiāng", + "numeric" : "qiang1", + "wadegiles" : "ch'iang¹", + "bopomofo" : "ㄑㄧㄤ", + "romatzyh" : "chiang" }, + "meanings" : [ "gun", + "firearm", + "rifle", + "spear", + "thing with shape or function similar to a gun", + "to substitute for another person in a test", + "to knock", + "classifier for rifle shots" ], + "classifiers" : [ "支", "把", "杆", "条", "枝" ] }, + { "traditional" : "鎗", + "transcriptions" : { "pinyin" : "qiāng", + "numeric" : "qiang1", + "wadegiles" : "ch'iang¹", + "bopomofo" : "ㄑㄧㄤ", + "romatzyh" : "chiang" }, + "meanings" : [ "variant of 枪", "rifle", "spear" ], + "classifiers" : [] } ] }, + { "simplified" : "枪毙", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 16619, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "槍斃", + "transcriptions" : { "pinyin" : "qiāng bì", + "numeric" : "qiang1 bi4", + "wadegiles" : "ch'iang¹ pi⁴", + "bopomofo" : "ㄑㄧㄤ ㄅㄧˋ", + "romatzyh" : "chiang bih" }, + "meanings" : [ "to execute by firing squad", + "to shoot dead", + "fig. to discard", + "to get rid of" ], + "classifiers" : [] } ] }, + { "simplified" : "腔", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 7193, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "腔", + "transcriptions" : { "pinyin" : "qiāng", + "numeric" : "qiang1", + "wadegiles" : "ch'iang¹", + "bopomofo" : "ㄑㄧㄤ", + "romatzyh" : "chiang" }, + "meanings" : [ "(bound form) cavity", + "tune", + "accent (in one's speech)", + "(old) (classifier for carcasses of slaughtered livestock)" ], + "classifiers" : [] } ] }, + { "simplified" : "强", + "radical" : "弓", + "level" : [ "new-3" ], + "frequency" : 529, + "pos" : [ "a", "g", "ad" ], + "forms" : [ { "traditional" : "強", + "transcriptions" : { "pinyin" : "Qiáng", + "numeric" : "Qiang2", + "wadegiles" : "ch'iang²", + "bopomofo" : "ㄑㄧㄤˊ", + "romatzyh" : "chyang" }, + "meanings" : [ "surname Qiang" ], + "classifiers" : [] }, + { "traditional" : "強", + "transcriptions" : { "pinyin" : "jiàng", + "numeric" : "jiang4", + "wadegiles" : "chiang⁴", + "bopomofo" : "ㄐㄧㄤˋ", + "romatzyh" : "jianq" }, + "meanings" : [ "stubborn", "unyielding" ], + "classifiers" : [] }, + { "traditional" : "強", + "transcriptions" : { "pinyin" : "qiáng", + "numeric" : "qiang2", + "wadegiles" : "ch'iang²", + "bopomofo" : "ㄑㄧㄤˊ", + "romatzyh" : "chyang" }, + "meanings" : [ "strong", + "powerful", + "better", + "slightly more than", + "vigorous", + "violent", + "best in their category, e.g. see 百强" ], + "classifiers" : [] }, + { "traditional" : "強", + "transcriptions" : { "pinyin" : "qiǎng", + "numeric" : "qiang3", + "wadegiles" : "ch'iang³", + "bopomofo" : "ㄑㄧㄤˇ", + "romatzyh" : "cheang" }, + "meanings" : [ "to force", + "to compel", + "to strive", + "to make an effort" ], + "classifiers" : [] }, + { "traditional" : "彊", + "transcriptions" : { "pinyin" : "jiàng", + "numeric" : "jiang4", + "wadegiles" : "chiang⁴", + "bopomofo" : "ㄐㄧㄤˋ", + "romatzyh" : "jianq" }, + "meanings" : [ "variant of 强" ], + "classifiers" : [] }, + { "traditional" : "彊", + "transcriptions" : { "pinyin" : "qiáng", + "numeric" : "qiang2", + "wadegiles" : "ch'iang²", + "bopomofo" : "ㄑㄧㄤˊ", + "romatzyh" : "chyang" }, + "meanings" : [ "variant of 强" ], + "classifiers" : [] }, + { "traditional" : "彊", + "transcriptions" : { "pinyin" : "qiǎng", + "numeric" : "qiang3", + "wadegiles" : "ch'iang³", + "bopomofo" : "ㄑㄧㄤˇ", + "romatzyh" : "cheang" }, + "meanings" : [ "variant of 强" ], + "classifiers" : [] } ] }, + { "simplified" : "强大", + "radical" : "弓", + "level" : [ "new-3" ], + "frequency" : 1814, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "強大", + "transcriptions" : { "pinyin" : "qiáng dà", + "numeric" : "qiang2 da4", + "wadegiles" : "ch'iang² ta⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄉㄚˋ", + "romatzyh" : "chyang dah" }, + "meanings" : [ "large", + "formidable", + "powerful", + "strong" ], + "classifiers" : [] } ] }, + { "simplified" : "强盗", + "radical" : "弓", + "level" : [ "new-6" ], + "frequency" : 9409, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "強盜", + "transcriptions" : { "pinyin" : "qiáng dào", + "numeric" : "qiang2 dao4", + "wadegiles" : "ch'iang² tao⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄉㄠˋ", + "romatzyh" : "chyang daw" }, + "meanings" : [ "to rob (with force)", + "bandit", + "robber" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "强调", + "radical" : "弓", + "level" : [ "new-3", "old-5" ], + "frequency" : 3839, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "強調", + "transcriptions" : { "pinyin" : "qiáng diào", + "numeric" : "qiang2 diao4", + "wadegiles" : "ch'iang² tiao⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄉㄧㄠˋ", + "romatzyh" : "chyang diaw" }, + "meanings" : [ "to emphasize (a statement)", + "to stress" ], + "classifiers" : [] } ] }, + { "simplified" : "强度", + "radical" : "弓", + "level" : [ "new-5" ], + "frequency" : 7098, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "強度", + "transcriptions" : { "pinyin" : "qiáng dù", + "numeric" : "qiang2 du4", + "wadegiles" : "ch'iang² tu⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄉㄨˋ", + "romatzyh" : "chyang duh" }, + "meanings" : [ "strength", "intensity" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "强化", + "radical" : "弓", + "level" : [ "new-6" ], + "frequency" : 8212, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "強化", + "transcriptions" : { "pinyin" : "qiáng huà", + "numeric" : "qiang2 hua4", + "wadegiles" : "ch'iang² hua⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄏㄨㄚˋ", + "romatzyh" : "chyang huah" }, + "meanings" : [ "to strengthen", "to intensify" ], + "classifiers" : [] } ] }, + { "simplified" : "强加", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 18555, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "強加", + "transcriptions" : { "pinyin" : "qiáng jiā", + "numeric" : "qiang2 jia1", + "wadegiles" : "ch'iang² chia¹", + "bopomofo" : "ㄑㄧㄤˊ ㄐㄧㄚ", + "romatzyh" : "chyang jia" }, + "meanings" : [ "to impose", "to force upon" ], + "classifiers" : [] } ] }, + { "simplified" : "强劲", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 7522, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "強勁", + "transcriptions" : { "pinyin" : "qiáng jìng", + "numeric" : "qiang2 jing4", + "wadegiles" : "ch'iang² ching⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄐㄧㄥˋ", + "romatzyh" : "chyang jinq" }, + "meanings" : [ "strong", "powerful", "robust" ], + "classifiers" : [] } ] }, + { "simplified" : "强烈", + "radical" : "弓", + "level" : [ "new-3", "old-5" ], + "frequency" : 2212, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "強烈", + "transcriptions" : { "pinyin" : "qiáng liè", + "numeric" : "qiang2 lie4", + "wadegiles" : "ch'iang² lieh⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄌㄧㄝˋ", + "romatzyh" : "chyang lieh" }, + "meanings" : [ "strong; intense" ], + "classifiers" : [] } ] }, + { "simplified" : "强迫", + "radical" : "弓", + "level" : [ "new-5", "old-6" ], + "frequency" : 4640, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "強迫", + "transcriptions" : { "pinyin" : "qiǎng pò", + "numeric" : "qiang3 po4", + "wadegiles" : "ch'iang³ p'o⁴", + "bopomofo" : "ㄑㄧㄤˇ ㄆㄛˋ", + "romatzyh" : "cheang poh" }, + "meanings" : [ "to compel", "to force" ], + "classifiers" : [] } ] }, + { "simplified" : "强势", + "radical" : "弓", + "level" : [ "new-6" ], + "frequency" : 7345, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "強勢", + "transcriptions" : { "pinyin" : "qiáng shì", + "numeric" : "qiang2 shi4", + "wadegiles" : "ch'iang² shih⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄕˋ", + "romatzyh" : "chyang shyh" }, + "meanings" : [ "strong", + "powerful", + "(linguistics) emphatic", + "intensive" ], + "classifiers" : [] } ] }, + { "simplified" : "强项", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 14623, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "強項", + "transcriptions" : { "pinyin" : "qiáng xiàng", + "numeric" : "qiang2 xiang4", + "wadegiles" : "ch'iang² hsiang⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄒㄧㄤˋ", + "romatzyh" : "chyang shianq" }, + "meanings" : [ "key strength", + "strong suit", + "specialty" ], + "classifiers" : [] } ] }, + { "simplified" : "强行", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 6872, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "強行", + "transcriptions" : { "pinyin" : "qiáng xíng", + "numeric" : "qiang2 xing2", + "wadegiles" : "ch'iang² hsing²", + "bopomofo" : "ㄑㄧㄤˊ ㄒㄧㄥˊ", + "romatzyh" : "chyang shyng" }, + "meanings" : [ "to do sth by force", + "Taiwan pr. [qiǎng xíng]" ], + "classifiers" : [] } ] }, + { "simplified" : "强硬", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 7618, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "強硬", + "transcriptions" : { "pinyin" : "qiáng yìng", + "numeric" : "qiang2 ying4", + "wadegiles" : "ch'iang² ying⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄧㄥˋ", + "romatzyh" : "chyang yinq" }, + "meanings" : [ "tough", "unyielding", "hard-line" ], + "classifiers" : [] } ] }, + { "simplified" : "强占", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 39024, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "強佔", + "transcriptions" : { "pinyin" : "qiáng zhàn", + "numeric" : "qiang2 zhan4", + "wadegiles" : "ch'iang² chan⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄓㄢˋ", + "romatzyh" : "chyang jann" }, + "meanings" : [ "to occupy by force" ], + "classifiers" : [] } ] }, + { "simplified" : "强制", + "radical" : "弓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5763, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "強制", + "transcriptions" : { "pinyin" : "qiáng zhì", + "numeric" : "qiang2 zhi4", + "wadegiles" : "ch'iang² chih⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄓˋ", + "romatzyh" : "chyang jyh" }, + "meanings" : [ "to force; to compel; to coerce", + "forced; compulsory", + "Taiwan pr. [qiǎng zhì]" ], + "classifiers" : [] } ] }, + { "simplified" : "强壮", + "radical" : "弓", + "level" : [ "new-6" ], + "frequency" : 8294, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "強壯", + "transcriptions" : { "pinyin" : "qiáng zhuàng", + "numeric" : "qiang2 zhuang4", + "wadegiles" : "ch'iang² chuang⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄓㄨㄤˋ", + "romatzyh" : "chyang juanq" }, + "meanings" : [ "strong", "sturdy", "robust" ], + "classifiers" : [] } ] }, + { "simplified" : "墙", + "radical" : "土", + "level" : [ "new-2", "old-4" ], + "frequency" : 1741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "墻", + "transcriptions" : { "pinyin" : "qiáng", + "numeric" : "qiang2", + "wadegiles" : "ch'iang²", + "bopomofo" : "ㄑㄧㄤˊ", + "romatzyh" : "chyang" }, + "meanings" : [ "variant of 墙, wall" ], + "classifiers" : [] }, + { "traditional" : "牆", + "transcriptions" : { "pinyin" : "qiáng", + "numeric" : "qiang2", + "wadegiles" : "ch'iang²", + "bopomofo" : "ㄑㄧㄤˊ", + "romatzyh" : "chyang" }, + "meanings" : [ "wall" ], + "classifiers" : [ "面", "堵" ] } ] }, + { "simplified" : "墙壁", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 7736, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牆壁", + "transcriptions" : { "pinyin" : "qiáng bì", + "numeric" : "qiang2 bi4", + "wadegiles" : "ch'iang² pi⁴", + "bopomofo" : "ㄑㄧㄤˊ ㄅㄧˋ", + "romatzyh" : "chyang bih" }, + "meanings" : [ "wall" ], + "classifiers" : [] } ] }, + { "simplified" : "抢", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 1191, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搶", + "transcriptions" : { "pinyin" : "qiāng", + "numeric" : "qiang1", + "wadegiles" : "ch'iang¹", + "bopomofo" : "ㄑㄧㄤ", + "romatzyh" : "chiang" }, + "meanings" : [ "(literary) to knock against (esp. to knock one's head on the ground in grief or rage)", + "opposite in direction; contrary" ], + "classifiers" : [] }, + { "traditional" : "搶", + "transcriptions" : { "pinyin" : "qiǎng", + "numeric" : "qiang3", + "wadegiles" : "ch'iang³", + "bopomofo" : "ㄑㄧㄤˇ", + "romatzyh" : "cheang" }, + "meanings" : [ "to fight over", + "to rush", + "to scramble", + "to grab", + "to rob", + "to snatch" ], + "classifiers" : [] } ] }, + { "simplified" : "抢夺", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16103, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搶奪", + "transcriptions" : { "pinyin" : "qiǎng duó", + "numeric" : "qiang3 duo2", + "wadegiles" : "ch'iang³ to²", + "bopomofo" : "ㄑㄧㄤˇ ㄉㄨㄛˊ", + "romatzyh" : "cheang dwo" }, + "meanings" : [ "to plunder", + "to pillage", + "to forcibly take" ], + "classifiers" : [] } ] }, + { "simplified" : "抢劫", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3341, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搶劫", + "transcriptions" : { "pinyin" : "qiǎng jié", + "numeric" : "qiang3 jie2", + "wadegiles" : "ch'iang³ chieh²", + "bopomofo" : "ㄑㄧㄤˇ ㄐㄧㄝˊ", + "romatzyh" : "cheang jye" }, + "meanings" : [ "to rob", "looting" ], + "classifiers" : [] } ] }, + { "simplified" : "抢救", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 6580, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搶救", + "transcriptions" : { "pinyin" : "qiǎng jiù", + "numeric" : "qiang3 jiu4", + "wadegiles" : "ch'iang³ chiu⁴", + "bopomofo" : "ㄑㄧㄤˇ ㄐㄧㄡˋ", + "romatzyh" : "cheang jiow" }, + "meanings" : [ "to rescue" ], + "classifiers" : [] } ] }, + { "simplified" : "抢眼", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 18207, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "搶眼", + "transcriptions" : { "pinyin" : "qiǎng yǎn", + "numeric" : "qiang3 yan3", + "wadegiles" : "ch'iang³ yan³", + "bopomofo" : "ㄑㄧㄤˇ ㄧㄢˇ", + "romatzyh" : "cheang yean" }, + "meanings" : [ "eye-catching" ], + "classifiers" : [] } ] }, + { "simplified" : "悄悄", + "radical" : "忄", + "level" : [ "new-5", "old-5" ], + "frequency" : 6355, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "悄悄", + "transcriptions" : { "pinyin" : "qiāo qiāo", + "numeric" : "qiao1 qiao1", + "wadegiles" : "ch'iao¹ ch'iao¹", + "bopomofo" : "ㄑㄧㄠ ㄑㄧㄠ", + "romatzyh" : "chiau chiau" }, + "meanings" : [ "quiet; making little or no noise", + "surreptitious; stealthy", + "anxious; worried", + "Taiwan pr. [qiǎo qiǎo]" ], + "classifiers" : [] } ] }, + { "simplified" : "敲", + "radical" : "攴", + "level" : [ "new-5", "old-4" ], + "frequency" : 4007, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敲", + "transcriptions" : { "pinyin" : "qiāo", + "numeric" : "qiao1", + "wadegiles" : "ch'iao¹", + "bopomofo" : "ㄑㄧㄠ", + "romatzyh" : "chiau" }, + "meanings" : [ "to hit", + "to strike", + "to tap", + "to rap", + "to knock", + "to rip sb off", + "to overcharge" ], + "classifiers" : [] } ] }, + { "simplified" : "敲边鼓", + "radical" : "攴", + "level" : [ "new-7+" ], + "frequency" : 102372, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敲邊鼓", + "transcriptions" : { "pinyin" : "qiāo biān gǔ", + "numeric" : "qiao1 bian1 gu3", + "wadegiles" : "ch'iao¹ pien¹ ku³", + "bopomofo" : "ㄑㄧㄠ ㄅㄧㄢ ㄍㄨˇ", + "romatzyh" : "chiau bian guu" }, + "meanings" : [ "to back sb up", + "to support sb in an argument", + "(lit. to beat nearby drum)" ], + "classifiers" : [] } ] }, + { "simplified" : "敲门", + "radical" : "攴", + "level" : [ "new-5" ], + "frequency" : 8974, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "敲門", + "transcriptions" : { "pinyin" : "qiāo mén", + "numeric" : "qiao1 men2", + "wadegiles" : "ch'iao¹ men²", + "bopomofo" : "ㄑㄧㄠ ㄇㄣˊ", + "romatzyh" : "chiau men" }, + "meanings" : [ "to knock on a door" ], + "classifiers" : [] } ] }, + { "simplified" : "敲诈", + "radical" : "攴", + "level" : [ "new-7+" ], + "frequency" : 12532, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "敲詐", + "transcriptions" : { "pinyin" : "qiāo zhà", + "numeric" : "qiao1 zha4", + "wadegiles" : "ch'iao¹ cha⁴", + "bopomofo" : "ㄑㄧㄠ ㄓㄚˋ", + "romatzyh" : "chiau jah" }, + "meanings" : [ "to rip off", + "to extort (money)", + "extortion", + "blackmail" ], + "classifiers" : [] } ] }, + { "simplified" : "乔装", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 48367, + "pos" : [], + "forms" : [ { "traditional" : "喬裝", + "transcriptions" : { "pinyin" : "qiáo zhuāng", + "numeric" : "qiao2 zhuang1", + "wadegiles" : "ch'iao² chuang¹", + "bopomofo" : "ㄑㄧㄠˊ ㄓㄨㄤ", + "romatzyh" : "chyau juang" }, + "meanings" : [ "to pretend", + "to feign", + "to disguise oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "桥", + "radical" : "木", + "level" : [ "new-3", "old-4" ], + "frequency" : 2120, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "橋", + "transcriptions" : { "pinyin" : "qiáo", + "numeric" : "qiao2", + "wadegiles" : "ch'iao²", + "bopomofo" : "ㄑㄧㄠˊ", + "romatzyh" : "chyau" }, + "meanings" : [ "bridge" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "桥梁", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 9640, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "橋梁", + "transcriptions" : { "pinyin" : "qiáo liáng", + "numeric" : "qiao2 liang2", + "wadegiles" : "ch'iao² liang²", + "bopomofo" : "ㄑㄧㄠˊ ㄌㄧㄤˊ", + "romatzyh" : "chyau liang" }, + "meanings" : [ "bridge (lit. and fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "瞧", + "radical" : "目", + "level" : [ "new-5", "old-5" ], + "frequency" : 3046, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瞧", + "transcriptions" : { "pinyin" : "qiáo", + "numeric" : "qiao2", + "wadegiles" : "ch'iao²", + "bopomofo" : "ㄑㄧㄠˊ", + "romatzyh" : "chyau" }, + "meanings" : [ "to look at", + "to see", + "to see (a doctor)", + "to visit" ], + "classifiers" : [] } ] }, + { "simplified" : "瞧不起", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 16626, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瞧不起", + "transcriptions" : { "pinyin" : "qiáo bù qǐ", + "numeric" : "qiao2 bu4 qi3", + "wadegiles" : "ch'iao² pu⁴ ch'i³", + "bopomofo" : "ㄑㄧㄠˊ ㄅㄨˋ ㄑㄧˇ", + "romatzyh" : "chyau buh chii" }, + "meanings" : [ "to look down upon; to hold in contempt" ], + "classifiers" : [] } ] }, + { "simplified" : "巧", + "radical" : "工", + "level" : [ "new-3" ], + "frequency" : 4427, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "巧", + "transcriptions" : { "pinyin" : "qiǎo", + "numeric" : "qiao3", + "wadegiles" : "ch'iao³", + "bopomofo" : "ㄑㄧㄠˇ", + "romatzyh" : "cheau" }, + "meanings" : [ "opportunely", + "coincidentally", + "as it happens", + "skillful", + "timely" ], + "classifiers" : [] } ] }, + { "simplified" : "巧合", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 7230, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "巧合", + "transcriptions" : { "pinyin" : "qiǎo hé", + "numeric" : "qiao3 he2", + "wadegiles" : "ch'iao³ ho²", + "bopomofo" : "ㄑㄧㄠˇ ㄏㄜˊ", + "romatzyh" : "cheau her" }, + "meanings" : [ "coincidence", + "coincidental", + "to coincide" ], + "classifiers" : [] } ] }, + { "simplified" : "巧克力", + "radical" : "工", + "level" : [ "new-4", "old-4" ], + "frequency" : 3003, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "巧克力", + "transcriptions" : { "pinyin" : "qiǎo kè lì", + "numeric" : "qiao3 ke4 li4", + "wadegiles" : "ch'iao³ k'o⁴ li⁴", + "bopomofo" : "ㄑㄧㄠˇ ㄎㄜˋ ㄌㄧˋ", + "romatzyh" : "cheau keh lih" }, + "meanings" : [ "chocolate (loanword)" ], + "classifiers" : [ "块" ] } ] }, + { "simplified" : "巧妙", + "radical" : "工", + "level" : [ "new-6", "old-5" ], + "frequency" : 8987, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "巧妙", + "transcriptions" : { "pinyin" : "qiǎo miào", + "numeric" : "qiao3 miao4", + "wadegiles" : "ch'iao³ miao⁴", + "bopomofo" : "ㄑㄧㄠˇ ㄇㄧㄠˋ", + "romatzyh" : "cheau miaw" }, + "meanings" : [ "ingenious; clever", + "ingenuity; artifice" ], + "classifiers" : [] } ] }, + { "simplified" : "窍门", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 18531, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "竅門", + "transcriptions" : { "pinyin" : "qiào mén", + "numeric" : "qiao4 men2", + "wadegiles" : "ch'iao⁴ men²", + "bopomofo" : "ㄑㄧㄠˋ ㄇㄣˊ", + "romatzyh" : "chiaw men" }, + "meanings" : [ "a trick", + "an ingenious method", + "know-how", + "the knack (of doing sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "翘", + "radical" : "羽", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5400, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "翹", + "transcriptions" : { "pinyin" : "qiáo", + "numeric" : "qiao2", + "wadegiles" : "ch'iao²", + "bopomofo" : "ㄑㄧㄠˊ", + "romatzyh" : "chyau" }, + "meanings" : [ "outstanding", "to raise" ], + "classifiers" : [] }, + { "traditional" : "翹", + "transcriptions" : { "pinyin" : "qiào", + "numeric" : "qiao4", + "wadegiles" : "ch'iao⁴", + "bopomofo" : "ㄑㄧㄠˋ", + "romatzyh" : "chiaw" }, + "meanings" : [ "to stick up", + "to rise on one end", + "to tilt" ], + "classifiers" : [] } ] }, + { "simplified" : "撬", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9630, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撬", + "transcriptions" : { "pinyin" : "qiào", + "numeric" : "qiao4", + "wadegiles" : "ch'iao⁴", + "bopomofo" : "ㄑㄧㄠˋ", + "romatzyh" : "chiaw" }, + "meanings" : [ "to lift", + "to pry open", + "to lever open" ], + "classifiers" : [] } ] }, + { "simplified" : "且", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 2144, + "pos" : [ "c", "d" ], + "forms" : [ { "traditional" : "且", + "transcriptions" : { "pinyin" : "qiě", + "numeric" : "qie3", + "wadegiles" : "ch'ieh³", + "bopomofo" : "ㄑㄧㄝˇ", + "romatzyh" : "chiee" }, + "meanings" : [ "and", + "moreover", + "yet", + "for the time being", + "to be about to", + "both (... and...)" ], + "classifiers" : [] } ] }, + { "simplified" : "切", + "radical" : "刀", + "level" : [ "new-4", "old-5" ], + "frequency" : 1757, + "pos" : [ "v", "d", "g" ], + "forms" : [ { "traditional" : "切", + "transcriptions" : { "pinyin" : "qiē", + "numeric" : "qie1", + "wadegiles" : "ch'ieh¹", + "bopomofo" : "ㄑㄧㄝ", + "romatzyh" : "chie" }, + "meanings" : [ "to cut; to slice; to carve", + "(math) tangential" ], + "classifiers" : [] }, + { "traditional" : "切", + "transcriptions" : { "pinyin" : "qiè", + "numeric" : "qie4", + "wadegiles" : "ch'ieh⁴", + "bopomofo" : "ㄑㄧㄝˋ", + "romatzyh" : "chieh" }, + "meanings" : [ "definitely; absolutely (not)", + "(scoffing or dismissive interjection) Yeah, right.; Tut!", + "to grind", + "(bound form) close to", + "(bound form) eager", + "to correspond to", + "(used to indicate that the fanqie 切 system should be applied to the previous two characters)" ], + "classifiers" : [] } ] }, + { "simplified" : "切除", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 4727, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "切除", + "transcriptions" : { "pinyin" : "qiē chú", + "numeric" : "qie1 chu2", + "wadegiles" : "ch'ieh¹ ch'u²", + "bopomofo" : "ㄑㄧㄝ ㄔㄨˊ", + "romatzyh" : "chie chwu" }, + "meanings" : [ "to excise", + "to cut out (a tumor)" ], + "classifiers" : [] } ] }, + { "simplified" : "切断", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 7196, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "切斷", + "transcriptions" : { "pinyin" : "qiē duàn", + "numeric" : "qie1 duan4", + "wadegiles" : "ch'ieh¹ tuan⁴", + "bopomofo" : "ㄑㄧㄝ ㄉㄨㄢˋ", + "romatzyh" : "chie duann" }, + "meanings" : [ "to cut off", "to sever" ], + "classifiers" : [] } ] }, + { "simplified" : "切割", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 12148, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "切割", + "transcriptions" : { "pinyin" : "qiē gē", + "numeric" : "qie1 ge1", + "wadegiles" : "ch'ieh¹ ko¹", + "bopomofo" : "ㄑㄧㄝ ㄍㄜ", + "romatzyh" : "chie ge" }, + "meanings" : [ "to cut" ], + "classifiers" : [] } ] }, + { "simplified" : "切身", + "radical" : "刀", + "level" : [ "new-7+" ], + "frequency" : 24467, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "切身", + "transcriptions" : { "pinyin" : "qiè shēn", + "numeric" : "qie4 shen1", + "wadegiles" : "ch'ieh⁴ shen¹", + "bopomofo" : "ㄑㄧㄝˋ ㄕㄣ", + "romatzyh" : "chieh shen" }, + "meanings" : [ "direct", + "concerning oneself", + "personal" ], + "classifiers" : [] } ] }, + { "simplified" : "切实", + "radical" : "刀", + "level" : [ "new-6", "old-6" ], + "frequency" : 10384, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "切實", + "transcriptions" : { "pinyin" : "qiè shí", + "numeric" : "qie4 shi2", + "wadegiles" : "ch'ieh⁴ shih²", + "bopomofo" : "ㄑㄧㄝˋ ㄕˊ", + "romatzyh" : "chieh shyr" }, + "meanings" : [ "feasible", + "realistic", + "practical", + "earnestly", + "conscientiously" ], + "classifiers" : [] } ] }, + { "simplified" : "窃取", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 16744, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "竊取", + "transcriptions" : { "pinyin" : "qiè qǔ", + "numeric" : "qie4 qu3", + "wadegiles" : "ch'ieh⁴ ch'ü³", + "bopomofo" : "ㄑㄧㄝˋ ㄑㄩˇ", + "romatzyh" : "chieh cheu" }, + "meanings" : [ "to steal (usu. private information, intellectual property etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "锲而不舍", + "radical" : "钅", + "level" : [ "old-6" ], + "frequency" : 38449, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鍥而不捨", + "transcriptions" : { "pinyin" : "qiè ér bù shě", + "numeric" : "qie4 er2 bu4 she3", + "wadegiles" : "ch'ieh⁴ erh² pu⁴ she³", + "bopomofo" : "ㄑㄧㄝˋ ㄦˊ ㄅㄨˋ ㄕㄜˇ", + "romatzyh" : "chieh erl buh shee" }, + "meanings" : [ "to chip away at a task and not abandon it (idiom); to chisel away at sth", + "to persevere", + "unflagging efforts" ], + "classifiers" : [] } ] }, + { "simplified" : "亲", + "radical" : "立", + "level" : [ "new-3" ], + "frequency" : 1044, + "pos" : [ "v", "a", "ad", "g" ], + "forms" : [ { "traditional" : "親", + "transcriptions" : { "pinyin" : "qīn", + "numeric" : "qin1", + "wadegiles" : "ch'in¹", + "bopomofo" : "ㄑㄧㄣ", + "romatzyh" : "chin" }, + "meanings" : [ "parent", + "one's own (flesh and blood)", + "relative", + "related", + "marriage", + "bride", + "close", + "intimate", + "in person", + "first-hand", + "in favor of", + "pro-", + "to kiss", + "(Internet slang) dear" ], + "classifiers" : [] }, + { "traditional" : "親", + "transcriptions" : { "pinyin" : "qìng", + "numeric" : "qing4", + "wadegiles" : "ch'ing⁴", + "bopomofo" : "ㄑㄧㄥˋ", + "romatzyh" : "chinq" }, + "meanings" : [ "parents-in-law of one's offspring" ], + "classifiers" : [] } ] }, + { "simplified" : "亲爱", + "radical" : "立", + "level" : [ "new-4", "old-5" ], + "frequency" : 1202, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "親愛", + "transcriptions" : { "pinyin" : "qīn ài", + "numeric" : "qin1 ai4", + "wadegiles" : "ch'in¹ ai⁴", + "bopomofo" : "ㄑㄧㄣ ㄞˋ", + "romatzyh" : "chin ay" }, + "meanings" : [ "dear", "beloved", "darling" ], + "classifiers" : [] } ] }, + { "simplified" : "亲和力", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 23658, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "親和力", + "transcriptions" : { "pinyin" : "qīn hé lì", + "numeric" : "qin1 he2 li4", + "wadegiles" : "ch'in¹ ho² li⁴", + "bopomofo" : "ㄑㄧㄣ ㄏㄜˊ ㄌㄧˋ", + "romatzyh" : "chin her lih" }, + "meanings" : [ "(personal) warmth", + "approachability", + "accessibility", + "(in a product) user friendliness", + "(chemistry) affinity" ], + "classifiers" : [] } ] }, + { "simplified" : "亲近", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 7302, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "親近", + "transcriptions" : { "pinyin" : "qīn jìn", + "numeric" : "qin1 jin4", + "wadegiles" : "ch'in¹ chin⁴", + "bopomofo" : "ㄑㄧㄣ ㄐㄧㄣˋ", + "romatzyh" : "chin jinn" }, + "meanings" : [ "intimate", "to get close to" ], + "classifiers" : [] } ] }, + { "simplified" : "亲密", + "radical" : "立", + "level" : [ "new-4" ], + "frequency" : 4458, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "親密", + "transcriptions" : { "pinyin" : "qīn mì", + "numeric" : "qin1 mi4", + "wadegiles" : "ch'in¹ mi⁴", + "bopomofo" : "ㄑㄧㄣ ㄇㄧˋ", + "romatzyh" : "chin mih" }, + "meanings" : [ "intimate", "close" ], + "classifiers" : [] } ] }, + { "simplified" : "亲朋好友", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 17899, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "親朋好友", + "transcriptions" : { "pinyin" : "qīn péng hǎo yǒu", + "numeric" : "qin1 peng2 hao3 you3", + "wadegiles" : "ch'in¹ p'eng² hao³ yu³", + "bopomofo" : "ㄑㄧㄣ ㄆㄥˊ ㄏㄠˇ ㄧㄡˇ", + "romatzyh" : "chin perng hao yeou" }, + "meanings" : [ "friends and family", + "kith and kin" ], + "classifiers" : [] } ] }, + { "simplified" : "亲戚", + "radical" : "立", + "level" : [ "new-7+", "old-4" ], + "frequency" : 5076, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "親戚", + "transcriptions" : { "pinyin" : "qīn qi", + "numeric" : "qin1 qi5", + "wadegiles" : "ch'in¹ qi", + "bopomofo" : "ㄑㄧㄣ qi", + "romatzyh" : "chin qi" }, + "meanings" : [ "a relative (i.e. family relation)" ], + "classifiers" : [ "门", "个", "位" ] } ] }, + { "simplified" : "亲切", + "radical" : "立", + "level" : [ "new-3", "old-5" ], + "frequency" : 6543, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "親切", + "transcriptions" : { "pinyin" : "qīn qiè", + "numeric" : "qin1 qie4", + "wadegiles" : "ch'in¹ ch'ieh⁴", + "bopomofo" : "ㄑㄧㄣ ㄑㄧㄝˋ", + "romatzyh" : "chin chieh" }, + "meanings" : [ "amiable", + "cordial", + "close and dear", + "familiar" ], + "classifiers" : [] } ] }, + { "simplified" : "亲情", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 14155, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "親情", + "transcriptions" : { "pinyin" : "qīn qíng", + "numeric" : "qin1 qing2", + "wadegiles" : "ch'in¹ ch'ing²", + "bopomofo" : "ㄑㄧㄣ ㄑㄧㄥˊ", + "romatzyh" : "chin chyng" }, + "meanings" : [ "affection", + "family love", + "love, esp. within a married couple or between parents and children" ], + "classifiers" : [] } ] }, + { "simplified" : "亲热", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11273, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "親熱", + "transcriptions" : { "pinyin" : "qīn rè", + "numeric" : "qin1 re4", + "wadegiles" : "ch'in¹ je⁴", + "bopomofo" : "ㄑㄧㄣ ㄖㄜˋ", + "romatzyh" : "chin reh" }, + "meanings" : [ "affectionate; intimate; warmhearted", + "to show affection for", + "(coll.) to get intimate with sb" ], + "classifiers" : [] } ] }, + { "simplified" : "亲人", + "radical" : "立", + "level" : [ "new-3" ], + "frequency" : 4699, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "親人", + "transcriptions" : { "pinyin" : "qīn rén", + "numeric" : "qin1 ren2", + "wadegiles" : "ch'in¹ jen²", + "bopomofo" : "ㄑㄧㄣ ㄖㄣˊ", + "romatzyh" : "chin ren" }, + "meanings" : [ "one's close relatives" ], + "classifiers" : [] } ] }, + { "simplified" : "亲身", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12076, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "親身", + "transcriptions" : { "pinyin" : "qīn shēn", + "numeric" : "qin1 shen1", + "wadegiles" : "ch'in¹ shen¹", + "bopomofo" : "ㄑㄧㄣ ㄕㄣ", + "romatzyh" : "chin shen" }, + "meanings" : [ "personal", "oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "亲生", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 10008, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "親生", + "transcriptions" : { "pinyin" : "qīn shēng", + "numeric" : "qin1 sheng1", + "wadegiles" : "ch'in¹ sheng¹", + "bopomofo" : "ㄑㄧㄣ ㄕㄥ", + "romatzyh" : "chin sheng" }, + "meanings" : [ "one's own (child) (i.e. one's child by birth)", + "biological (parents)", + "birth (parents)" ], + "classifiers" : [] } ] }, + { "simplified" : "亲手", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 6642, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "親手", + "transcriptions" : { "pinyin" : "qīn shǒu", + "numeric" : "qin1 shou3", + "wadegiles" : "ch'in¹ shou³", + "bopomofo" : "ㄑㄧㄣ ㄕㄡˇ", + "romatzyh" : "chin shoou" }, + "meanings" : [ "personally", + "with one's own hands" ], + "classifiers" : [] } ] }, + { "simplified" : "亲属", + "radical" : "立", + "level" : [ "new-6" ], + "frequency" : 10181, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "親屬", + "transcriptions" : { "pinyin" : "qīn shǔ", + "numeric" : "qin1 shu3", + "wadegiles" : "ch'in¹ shu³", + "bopomofo" : "ㄑㄧㄣ ㄕㄨˇ", + "romatzyh" : "chin shuu" }, + "meanings" : [ "kin", "kindred", "relatives" ], + "classifiers" : [] } ] }, + { "simplified" : "亲眼", + "radical" : "立", + "level" : [ "new-6" ], + "frequency" : 6618, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "親眼", + "transcriptions" : { "pinyin" : "qīn yǎn", + "numeric" : "qin1 yan3", + "wadegiles" : "ch'in¹ yan³", + "bopomofo" : "ㄑㄧㄣ ㄧㄢˇ", + "romatzyh" : "chin yean" }, + "meanings" : [ "with one's own eyes", + "personally" ], + "classifiers" : [] } ] }, + { "simplified" : "亲友", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 11310, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "親友", + "transcriptions" : { "pinyin" : "qīn yǒu", + "numeric" : "qin1 you3", + "wadegiles" : "ch'in¹ yu³", + "bopomofo" : "ㄑㄧㄣ ㄧㄡˇ", + "romatzyh" : "chin yeou" }, + "meanings" : [ "friends and relatives" ], + "classifiers" : [] } ] }, + { "simplified" : "亲自", + "radical" : "立", + "level" : [ "new-3", "old-5" ], + "frequency" : 2353, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "親自", + "transcriptions" : { "pinyin" : "qīn zì", + "numeric" : "qin1 zi4", + "wadegiles" : "ch'in¹ tzu⁴", + "bopomofo" : "ㄑㄧㄣ ㄗˋ", + "romatzyh" : "chin tzyh" }, + "meanings" : [ "personally", + "in person", + "oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "侵略", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6964, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "侵略", + "transcriptions" : { "pinyin" : "qīn lu:è", + "numeric" : "qin1 lüe4", + "wadegiles" : "ch'in¹ lu:è", + "bopomofo" : "ㄑㄧㄣ lu:è", + "romatzyh" : "chin lu:è" }, + "meanings" : [ "to invade", "invasion" ], + "classifiers" : [] } ] }, + { "simplified" : "侵犯", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 4394, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "侵犯", + "transcriptions" : { "pinyin" : "qīn fàn", + "numeric" : "qin1 fan4", + "wadegiles" : "ch'in¹ fan⁴", + "bopomofo" : "ㄑㄧㄣ ㄈㄢˋ", + "romatzyh" : "chin fann" }, + "meanings" : [ "to infringe on", + "to encroach on", + "to violate", + "to assault" ], + "classifiers" : [] } ] }, + { "simplified" : "侵害", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10479, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "侵害", + "transcriptions" : { "pinyin" : "qīn hài", + "numeric" : "qin1 hai4", + "wadegiles" : "ch'in¹ hai⁴", + "bopomofo" : "ㄑㄧㄣ ㄏㄞˋ", + "romatzyh" : "chin hay" }, + "meanings" : [ "to encroach on", "to infringe on" ], + "classifiers" : [] } ] }, + { "simplified" : "侵权", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 14830, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "侵權", + "transcriptions" : { "pinyin" : "qīn quán", + "numeric" : "qin1 quan2", + "wadegiles" : "ch'in¹ ch'üan²", + "bopomofo" : "ㄑㄧㄣ ㄑㄩㄢˊ", + "romatzyh" : "chin chyuan" }, + "meanings" : [ "to infringe the rights of", + "to violate", + "infringement" ], + "classifiers" : [] } ] }, + { "simplified" : "侵占", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15452, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "侵佔", + "transcriptions" : { "pinyin" : "qīn zhàn", + "numeric" : "qin1 zhan4", + "wadegiles" : "ch'in¹ chan⁴", + "bopomofo" : "ㄑㄧㄣ ㄓㄢˋ", + "romatzyh" : "chin jann" }, + "meanings" : [ "to invade and occupy (territory)" ], + "classifiers" : [] } ] }, + { "simplified" : "钦佩", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14182, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "欽佩", + "transcriptions" : { "pinyin" : "qīn pèi", + "numeric" : "qin1 pei4", + "wadegiles" : "ch'in¹ p'ei⁴", + "bopomofo" : "ㄑㄧㄣ ㄆㄟˋ", + "romatzyh" : "chin pey" }, + "meanings" : [ "to admire", + "to look up to", + "to respect sb greatly" ], + "classifiers" : [] } ] }, + { "simplified" : "琴", + "radical" : "王", + "level" : [ "new-5" ], + "frequency" : 5101, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "琴", + "transcriptions" : { "pinyin" : "qín", + "numeric" : "qin2", + "wadegiles" : "ch'in²", + "bopomofo" : "ㄑㄧㄣˊ", + "romatzyh" : "chyn" }, + "meanings" : [ "guqin 琴 (a type of zither)", + "musical instrument in general" ], + "classifiers" : [] }, + { "traditional" : "琹", + "transcriptions" : { "pinyin" : "qín", + "numeric" : "qin2", + "wadegiles" : "ch'in²", + "bopomofo" : "ㄑㄧㄣˊ", + "romatzyh" : "chyn" }, + "meanings" : [ "variant of 琴, guqin or zither" ], + "classifiers" : [] } ] }, + { "simplified" : "勤奋", + "radical" : "力", + "level" : [ "new-5", "old-5" ], + "frequency" : 10815, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "勤奮", + "transcriptions" : { "pinyin" : "qín fèn", + "numeric" : "qin2 fen4", + "wadegiles" : "ch'in² fen⁴", + "bopomofo" : "ㄑㄧㄣˊ ㄈㄣˋ", + "romatzyh" : "chyn fenn" }, + "meanings" : [ "hardworking", "diligent" ], + "classifiers" : [] } ] }, + { "simplified" : "勤工俭学", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 39680, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勤工儉學", + "transcriptions" : { "pinyin" : "qín gōng jiǎn xué", + "numeric" : "qin2 gong1 jian3 xue2", + "wadegiles" : "ch'in² kung¹ chien³ hsüeh²", + "bopomofo" : "ㄑㄧㄣˊ ㄍㄨㄥ ㄐㄧㄢˇ ㄒㄩㄝˊ", + "romatzyh" : "chyn gong jean shyue" }, + "meanings" : [ "to work part time while studying", + "work-study program" ], + "classifiers" : [] } ] }, + { "simplified" : "勤俭", + "radical" : "力", + "level" : [ "old-6" ], + "frequency" : 38935, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "勤儉", + "transcriptions" : { "pinyin" : "qín jiǎn", + "numeric" : "qin2 jian3", + "wadegiles" : "ch'in² chien³", + "bopomofo" : "ㄑㄧㄣˊ ㄐㄧㄢˇ", + "romatzyh" : "chyn jean" }, + "meanings" : [ "hardworking and frugal" ], + "classifiers" : [] } ] }, + { "simplified" : "勤恳", + "radical" : "力", + "level" : [ "old-6" ], + "frequency" : 53060, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "勤懇", + "transcriptions" : { "pinyin" : "qín kěn", + "numeric" : "qin2 ken3", + "wadegiles" : "ch'in² k'en³", + "bopomofo" : "ㄑㄧㄣˊ ㄎㄣˇ", + "romatzyh" : "chyn keen" }, + "meanings" : [ "diligent and attentive", + "assiduous", + "sincere" ], + "classifiers" : [] } ] }, + { "simplified" : "勤快", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 23842, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "勤快", + "transcriptions" : { "pinyin" : "qín kuài", + "numeric" : "qin2 kuai4", + "wadegiles" : "ch'in² k'uai⁴", + "bopomofo" : "ㄑㄧㄣˊ ㄎㄨㄞˋ", + "romatzyh" : "chyn kuay" }, + "meanings" : [ "diligent; hardworking" ], + "classifiers" : [] } ] }, + { "simplified" : "勤劳", + "radical" : "力", + "level" : [ "new-7+", "old-5" ], + "frequency" : 15777, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "勤勞", + "transcriptions" : { "pinyin" : "qín láo", + "numeric" : "qin2 lao2", + "wadegiles" : "ch'in² lao²", + "bopomofo" : "ㄑㄧㄣˊ ㄌㄠˊ", + "romatzyh" : "chyn lau" }, + "meanings" : [ "hardworking", + "industrious", + "diligent" ], + "classifiers" : [] } ] }, + { "simplified" : "寝室", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 9766, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寢室", + "transcriptions" : { "pinyin" : "qǐn shì", + "numeric" : "qin3 shi4", + "wadegiles" : "ch'in³ shih⁴", + "bopomofo" : "ㄑㄧㄣˇ ㄕˋ", + "romatzyh" : "chiin shyh" }, + "meanings" : [ "bedroom", "dormitory" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "青", + "radical" : "青", + "level" : [ "new-5", "old-5" ], + "frequency" : 2780, + "pos" : [ "a", "b" ], + "forms" : [ { "traditional" : "青", + "transcriptions" : { "pinyin" : "Qīng", + "numeric" : "Qing1", + "wadegiles" : "ch'ing¹", + "bopomofo" : "ㄑㄧㄥ", + "romatzyh" : "ching" }, + "meanings" : [ "abbr. for 海, Qinghai Province" ], + "classifiers" : [] }, + { "traditional" : "青", + "transcriptions" : { "pinyin" : "qīng", + "numeric" : "qing1", + "wadegiles" : "ch'ing¹", + "bopomofo" : "ㄑㄧㄥ", + "romatzyh" : "ching" }, + "meanings" : [ "green", + "blue", + "black", + "youth", + "young (of people)" ], + "classifiers" : [] } ] }, + { "simplified" : "青春", + "radical" : "青", + "level" : [ "new-4", "old-5" ], + "frequency" : 4241, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "青春", + "transcriptions" : { "pinyin" : "qīng chūn", + "numeric" : "qing1 chun1", + "wadegiles" : "ch'ing¹ ch'un¹", + "bopomofo" : "ㄑㄧㄥ ㄔㄨㄣ", + "romatzyh" : "ching chuen" }, + "meanings" : [ "youth", "youthfulness" ], + "classifiers" : [] } ] }, + { "simplified" : "青春期", + "radical" : "青", + "level" : [ "new-7+" ], + "frequency" : 11308, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "青春期", + "transcriptions" : { "pinyin" : "qīng chūn qī", + "numeric" : "qing1 chun1 qi1", + "wadegiles" : "ch'ing¹ ch'un¹ ch'i¹", + "bopomofo" : "ㄑㄧㄥ ㄔㄨㄣ ㄑㄧ", + "romatzyh" : "ching chuen chi" }, + "meanings" : [ "puberty", "adolescence" ], + "classifiers" : [] } ] }, + { "simplified" : "青年", + "radical" : "青", + "level" : [ "new-2" ], + "frequency" : 3336, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "青年", + "transcriptions" : { "pinyin" : "qīng nián", + "numeric" : "qing1 nian2", + "wadegiles" : "ch'ing¹ nien²", + "bopomofo" : "ㄑㄧㄥ ㄋㄧㄢˊ", + "romatzyh" : "ching nian" }, + "meanings" : [ "youth", + "youthful years", + "young person", + "the young" ], + "classifiers" : [] } ] }, + { "simplified" : "青少年", + "radical" : "青", + "level" : [ "new-2", "old-5" ], + "frequency" : 4006, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "青少年", + "transcriptions" : { "pinyin" : "qīng shào nián", + "numeric" : "qing1 shao4 nian2", + "wadegiles" : "ch'ing¹ shao⁴ nien²", + "bopomofo" : "ㄑㄧㄥ ㄕㄠˋ ㄋㄧㄢˊ", + "romatzyh" : "ching shaw nian" }, + "meanings" : [ "adolescent", "youth", "teenager" ], + "classifiers" : [] } ] }, + { "simplified" : "青蛙", + "radical" : "青", + "level" : [ "new-7+" ], + "frequency" : 9570, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "青蛙", + "transcriptions" : { "pinyin" : "qīng wā", + "numeric" : "qing1 wa1", + "wadegiles" : "ch'ing¹ wa¹", + "bopomofo" : "ㄑㄧㄥ ㄨㄚ", + "romatzyh" : "ching ua" }, + "meanings" : [ "frog", "(old) (slang) ugly guy" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "氢", + "radical" : "气", + "level" : [ "old-6" ], + "frequency" : 11059, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "氫", + "transcriptions" : { "pinyin" : "qīng", + "numeric" : "qing1", + "wadegiles" : "ch'ing¹", + "bopomofo" : "ㄑㄧㄥ", + "romatzyh" : "ching" }, + "meanings" : [ "hydrogen (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "轻", + "radical" : "车", + "level" : [ "new-2", "old-4" ], + "frequency" : 1814, + "pos" : [ "a", "ad", "v", "g" ], + "forms" : [ { "traditional" : "輕", + "transcriptions" : { "pinyin" : "qīng", + "numeric" : "qing1", + "wadegiles" : "ch'ing¹", + "bopomofo" : "ㄑㄧㄥ", + "romatzyh" : "ching" }, + "meanings" : [ "light", + "easy", + "gentle", + "soft", + "reckless", + "unimportant", + "frivolous", + "small in number", + "unstressed", + "neutral", + "to disparage" ], + "classifiers" : [] } ] }, + { "simplified" : "轻而易举", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13706, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "輕而易舉", + "transcriptions" : { "pinyin" : "qīng ér yì jǔ", + "numeric" : "qing1 er2 yi4 ju3", + "wadegiles" : "ch'ing¹ erh² i⁴ chü³", + "bopomofo" : "ㄑㄧㄥ ㄦˊ ㄧˋ ㄐㄩˇ", + "romatzyh" : "ching erl yih jeu" }, + "meanings" : [ "easy", "with no difficulty" ], + "classifiers" : [] } ] }, + { "simplified" : "轻蔑", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 20749, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "輕蔑", + "transcriptions" : { "pinyin" : "qīng miè", + "numeric" : "qing1 mie4", + "wadegiles" : "ch'ing¹ mieh⁴", + "bopomofo" : "ㄑㄧㄥ ㄇㄧㄝˋ", + "romatzyh" : "ching mieh" }, + "meanings" : [ "scornful; disdainful; contemptuous; pejorative", + "disdain; contempt" ], + "classifiers" : [] } ] }, + { "simplified" : "轻视", + "radical" : "车", + "level" : [ "old-5" ], + "frequency" : 13811, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "輕視", + "transcriptions" : { "pinyin" : "qīng shì", + "numeric" : "qing1 shi4", + "wadegiles" : "ch'ing¹ shih⁴", + "bopomofo" : "ㄑㄧㄥ ㄕˋ", + "romatzyh" : "ching shyh" }, + "meanings" : [ "contempt", + "contemptuous", + "to despise", + "to scorn", + "scornful" ], + "classifiers" : [] } ] }, + { "simplified" : "轻松", + "radical" : "车", + "level" : [ "new-4", "old-4" ], + "frequency" : 1729, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "輕鬆", + "transcriptions" : { "pinyin" : "qīng sōng", + "numeric" : "qing1 song1", + "wadegiles" : "ch'ing¹ sung¹", + "bopomofo" : "ㄑㄧㄥ ㄙㄨㄥ", + "romatzyh" : "ching song" }, + "meanings" : [ "light", + "gentle", + "relaxed", + "effortless", + "uncomplicated", + "to relax", + "to take things less seriously" ], + "classifiers" : [] } ] }, + { "simplified" : "轻微", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 7547, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "輕微", + "transcriptions" : { "pinyin" : "qīng wēi", + "numeric" : "qing1 wei1", + "wadegiles" : "ch'ing¹ wei¹", + "bopomofo" : "ㄑㄧㄥ ㄨㄟ", + "romatzyh" : "ching uei" }, + "meanings" : [ "slight", + "light", + "trivial", + "to a small extent" ], + "classifiers" : [] } ] }, + { "simplified" : "轻型", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 19892, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "輕型", + "transcriptions" : { "pinyin" : "qīng xíng", + "numeric" : "qing1 xing2", + "wadegiles" : "ch'ing¹ hsing²", + "bopomofo" : "ㄑㄧㄥ ㄒㄧㄥˊ", + "romatzyh" : "ching shyng" }, + "meanings" : [ "light (machinery, aircraft etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "轻易", + "radical" : "车", + "level" : [ "new-4" ], + "frequency" : 3836, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "輕易", + "transcriptions" : { "pinyin" : "qīng yì", + "numeric" : "qing1 yi4", + "wadegiles" : "ch'ing¹ i⁴", + "bopomofo" : "ㄑㄧㄥ ㄧˋ", + "romatzyh" : "ching yih" }, + "meanings" : [ "easily", "lightly", "rashly" ], + "classifiers" : [] } ] }, + { "simplified" : "倾家荡产", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 26223, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "傾家蕩產", + "transcriptions" : { "pinyin" : "qīng jiā dàng chǎn", + "numeric" : "qing1 jia1 dang4 chan3", + "wadegiles" : "ch'ing¹ chia¹ tang⁴ ch'an³", + "bopomofo" : "ㄑㄧㄥ ㄐㄧㄚ ㄉㄤˋ ㄔㄢˇ", + "romatzyh" : "ching jia danq chaan" }, + "meanings" : [ "to lose a family fortune (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "倾诉", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9428, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傾訴", + "transcriptions" : { "pinyin" : "qīng sù", + "numeric" : "qing1 su4", + "wadegiles" : "ch'ing¹ su⁴", + "bopomofo" : "ㄑㄧㄥ ㄙㄨˋ", + "romatzyh" : "ching suh" }, + "meanings" : [ "to say everything (that is on one's mind)" ], + "classifiers" : [] } ] }, + { "simplified" : "倾听", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7063, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "傾聽", + "transcriptions" : { "pinyin" : "qīng tīng", + "numeric" : "qing1 ting1", + "wadegiles" : "ch'ing¹ t'ing¹", + "bopomofo" : "ㄑㄧㄥ ㄊㄧㄥ", + "romatzyh" : "ching ting" }, + "meanings" : [ "to listen attentively" ], + "classifiers" : [] } ] }, + { "simplified" : "倾向", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 3997, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "傾向", + "transcriptions" : { "pinyin" : "qīng xiàng", + "numeric" : "qing1 xiang4", + "wadegiles" : "ch'ing¹ hsiang⁴", + "bopomofo" : "ㄑㄧㄥ ㄒㄧㄤˋ", + "romatzyh" : "ching shianq" }, + "meanings" : [ "trend", "tendency", "orientation" ], + "classifiers" : [] } ] }, + { "simplified" : "倾销", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 22639, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "傾銷", + "transcriptions" : { "pinyin" : "qīng xiāo", + "numeric" : "qing1 xiao1", + "wadegiles" : "ch'ing¹ hsiao¹", + "bopomofo" : "ㄑㄧㄥ ㄒㄧㄠ", + "romatzyh" : "ching shiau" }, + "meanings" : [ "to dump (goods, products)" ], + "classifiers" : [] } ] }, + { "simplified" : "倾斜", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9158, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傾斜", + "transcriptions" : { "pinyin" : "qīng xié", + "numeric" : "qing1 xie2", + "wadegiles" : "ch'ing¹ hsieh²", + "bopomofo" : "ㄑㄧㄥ ㄒㄧㄝˊ", + "romatzyh" : "ching shye" }, + "meanings" : [ "to incline", + "to lean", + "to slant", + "to slope", + "to tilt" ], + "classifiers" : [] } ] }, + { "simplified" : "清", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 1019, + "pos" : [ "a", "v", "tg" ], + "forms" : [ { "traditional" : "清", + "transcriptions" : { "pinyin" : "Qīng", + "numeric" : "Qing1", + "wadegiles" : "ch'ing¹", + "bopomofo" : "ㄑㄧㄥ", + "romatzyh" : "ching" }, + "meanings" : [ "Qing (Wade-Giles: Ch'ing) dynasty of imperial China (1644-1911)", + "surname Qing" ], + "classifiers" : [] }, + { "traditional" : "清", + "transcriptions" : { "pinyin" : "qīng", + "numeric" : "qing1", + "wadegiles" : "ch'ing¹", + "bopomofo" : "ㄑㄧㄥ", + "romatzyh" : "ching" }, + "meanings" : [ "(of water etc) clear; clean", + "quiet; still", + "pure; uncorrupted", + "clear; distinct", + "to clear; to settle (accounts)" ], + "classifiers" : [] } ] }, + { "simplified" : "清澈", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 14725, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "清澈", + "transcriptions" : { "pinyin" : "qīng chè", + "numeric" : "qing1 che4", + "wadegiles" : "ch'ing¹ ch'e⁴", + "bopomofo" : "ㄑㄧㄥ ㄔㄜˋ", + "romatzyh" : "ching cheh" }, + "meanings" : [ "clear; limpid" ], + "classifiers" : [] } ] }, + { "simplified" : "清晨", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 7008, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "清晨", + "transcriptions" : { "pinyin" : "qīng chén", + "numeric" : "qing1 chen2", + "wadegiles" : "ch'ing¹ ch'en²", + "bopomofo" : "ㄑㄧㄥ ㄔㄣˊ", + "romatzyh" : "ching chern" }, + "meanings" : [ "early morning" ], + "classifiers" : [] } ] }, + { "simplified" : "清除", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4835, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "清除", + "transcriptions" : { "pinyin" : "qīng chú", + "numeric" : "qing1 chu2", + "wadegiles" : "ch'ing¹ ch'u²", + "bopomofo" : "ㄑㄧㄥ ㄔㄨˊ", + "romatzyh" : "ching chwu" }, + "meanings" : [ "to clear away", + "to eliminate", + "to get rid of" ], + "classifiers" : [] } ] }, + { "simplified" : "清楚", + "radical" : "氵", + "level" : [ "new-2", "old-3" ], + "frequency" : 766, + "pos" : [ "a", "v", "ad" ], + "forms" : [ { "traditional" : "清楚", + "transcriptions" : { "pinyin" : "qīng chu", + "numeric" : "qing1 chu5", + "wadegiles" : "ch'ing¹ chu", + "bopomofo" : "ㄑㄧㄥ chu", + "romatzyh" : "ching chu" }, + "meanings" : [ "clear", + "distinct", + "to understand thoroughly", + "to be clear about" ], + "classifiers" : [] } ] }, + { "simplified" : "清脆", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 31431, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "清脆", + "transcriptions" : { "pinyin" : "qīng cuì", + "numeric" : "qing1 cui4", + "wadegiles" : "ch'ing¹ ts'ui⁴", + "bopomofo" : "ㄑㄧㄥ ㄘㄨㄟˋ", + "romatzyh" : "ching tsuey" }, + "meanings" : [ "sharp and clear", + "crisp", + "melodious", + "ringing", + "tinkling", + "silvery (of sound)", + "fragile", + "frail", + "also written 轻脆" ], + "classifiers" : [] } ] }, + { "simplified" : "清单", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 7718, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "清單", + "transcriptions" : { "pinyin" : "qīng dān", + "numeric" : "qing1 dan1", + "wadegiles" : "ch'ing¹ tan¹", + "bopomofo" : "ㄑㄧㄥ ㄉㄢ", + "romatzyh" : "ching dan" }, + "meanings" : [ "list of items" ], + "classifiers" : [] } ] }, + { "simplified" : "清淡", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 17042, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "清淡", + "transcriptions" : { "pinyin" : "qīng dàn", + "numeric" : "qing1 dan4", + "wadegiles" : "ch'ing¹ tan⁴", + "bopomofo" : "ㄑㄧㄥ ㄉㄢˋ", + "romatzyh" : "ching dann" }, + "meanings" : [ "light (of food, not greasy or strongly flavored)", + "insipid", + "slack (sales)" ], + "classifiers" : [] } ] }, + { "simplified" : "清洁", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 4675, + "pos" : [ "a", "v", "an", "ad" ], + "forms" : [ { "traditional" : "清潔", + "transcriptions" : { "pinyin" : "qīng jié", + "numeric" : "qing1 jie2", + "wadegiles" : "ch'ing¹ chieh²", + "bopomofo" : "ㄑㄧㄥ ㄐㄧㄝˊ", + "romatzyh" : "ching jye" }, + "meanings" : [ "clean", "to clean" ], + "classifiers" : [] } ] }, + { "simplified" : "清洁工", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 15257, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "清潔工", + "transcriptions" : { "pinyin" : "qīng jié gōng", + "numeric" : "qing1 jie2 gong1", + "wadegiles" : "ch'ing¹ chieh² kung¹", + "bopomofo" : "ㄑㄧㄥ ㄐㄧㄝˊ ㄍㄨㄥ", + "romatzyh" : "ching jye gong" }, + "meanings" : [ "cleaner", + "janitor", + "garbage collector" ], + "classifiers" : [] } ] }, + { "simplified" : "清静", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 16392, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "清靜", + "transcriptions" : { "pinyin" : "qīng jìng", + "numeric" : "qing1 jing4", + "wadegiles" : "ch'ing¹ ching⁴", + "bopomofo" : "ㄑㄧㄥ ㄐㄧㄥˋ", + "romatzyh" : "ching jinq" }, + "meanings" : [ "quiet", "peaceful and quiet" ], + "classifiers" : [] } ] }, + { "simplified" : "清理", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 2808, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "清理", + "transcriptions" : { "pinyin" : "qīng lǐ", + "numeric" : "qing1 li3", + "wadegiles" : "ch'ing¹ li³", + "bopomofo" : "ㄑㄧㄥ ㄌㄧˇ", + "romatzyh" : "ching lii" }, + "meanings" : [ "to clear up", + "to tidy up", + "to dispose of" ], + "classifiers" : [] } ] }, + { "simplified" : "清凉", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17723, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "清涼", + "transcriptions" : { "pinyin" : "qīng liáng", + "numeric" : "qing1 liang2", + "wadegiles" : "ch'ing¹ liang²", + "bopomofo" : "ㄑㄧㄥ ㄌㄧㄤˊ", + "romatzyh" : "ching liang" }, + "meanings" : [ "cool", + "refreshing", + "(of clothing) skimpy", + "revealing" ], + "classifiers" : [] } ] }, + { "simplified" : "清明", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 33512, + "pos" : [ "t", "a" ], + "forms" : [ { "traditional" : "清明", + "transcriptions" : { "pinyin" : "Qīng míng", + "numeric" : "Qing1 ming2", + "wadegiles" : "ch'ing¹ ming²", + "bopomofo" : "ㄑㄧㄥ ㄇㄧㄥˊ", + "romatzyh" : "ching ming" }, + "meanings" : [ "Qingming or Pure Brightness, 5th of the 24 solar terms 二十四节气 5th-19th April", + "Pure Brightness Festival or Tomb Sweeping Day (in early April)" ], + "classifiers" : [] }, + { "traditional" : "清明", + "transcriptions" : { "pinyin" : "qīng míng", + "numeric" : "qing1 ming2", + "wadegiles" : "ch'ing¹ ming²", + "bopomofo" : "ㄑㄧㄥ ㄇㄧㄥˊ", + "romatzyh" : "ching ming" }, + "meanings" : [ "clear and bright", + "sober and calm", + "(of a government or administration) well ordered" ], + "classifiers" : [] } ] }, + { "simplified" : "清明节", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 26237, + "pos" : [], + "forms" : [ { "traditional" : "清明節", + "transcriptions" : { "pinyin" : "Qīng míng jié", + "numeric" : "Qing1 ming2 jie2", + "wadegiles" : "ch'ing¹ ming² chieh²", + "bopomofo" : "ㄑㄧㄥ ㄇㄧㄥˊ ㄐㄧㄝˊ", + "romatzyh" : "ching ming jye" }, + "meanings" : [ "Qingming or Pure Brightness Festival or Tomb Sweeping Day, celebration for the dead (in early April)" ], + "classifiers" : [] } ] }, + { "simplified" : "清晰", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4178, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "清晰", + "transcriptions" : { "pinyin" : "qīng xī", + "numeric" : "qing1 xi1", + "wadegiles" : "ch'ing¹ hsi¹", + "bopomofo" : "ㄑㄧㄥ ㄒㄧ", + "romatzyh" : "ching shi" }, + "meanings" : [ "clear", "distinct" ], + "classifiers" : [] } ] }, + { "simplified" : "清洗", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 6124, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "清洗", + "transcriptions" : { "pinyin" : "qīng xǐ", + "numeric" : "qing1 xi3", + "wadegiles" : "ch'ing¹ hsi³", + "bopomofo" : "ㄑㄧㄥ ㄒㄧˇ", + "romatzyh" : "ching shii" }, + "meanings" : [ "to wash", "to clean", "to purge" ], + "classifiers" : [] } ] }, + { "simplified" : "清新", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6188, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "清新", + "transcriptions" : { "pinyin" : "Qīng xīn", + "numeric" : "Qing1 xin1", + "wadegiles" : "ch'ing¹ hsin¹", + "bopomofo" : "ㄑㄧㄥ ㄒㄧㄣ", + "romatzyh" : "ching shin" }, + "meanings" : [ "Qingxin county in Qingyuan 清远, Guangdong" ], + "classifiers" : [] }, + { "traditional" : "清新", + "transcriptions" : { "pinyin" : "qīng xīn", + "numeric" : "qing1 xin1", + "wadegiles" : "ch'ing¹ hsin¹", + "bopomofo" : "ㄑㄧㄥ ㄒㄧㄣ", + "romatzyh" : "ching shin" }, + "meanings" : [ "fresh and clean" ], + "classifiers" : [] } ] }, + { "simplified" : "清醒", + "radical" : "氵", + "level" : [ "new-4", "old-6" ], + "frequency" : 3278, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "清醒", + "transcriptions" : { "pinyin" : "qīng xǐng", + "numeric" : "qing1 xing3", + "wadegiles" : "ch'ing¹ hsing³", + "bopomofo" : "ㄑㄧㄥ ㄒㄧㄥˇ", + "romatzyh" : "ching shiing" }, + "meanings" : [ "clear-headed", "sober", "awake" ], + "classifiers" : [] } ] }, + { "simplified" : "清真", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 35108, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "清真", + "transcriptions" : { "pinyin" : "qīng zhēn", + "numeric" : "qing1 zhen1", + "wadegiles" : "ch'ing¹ chen¹", + "bopomofo" : "ㄑㄧㄥ ㄓㄣ", + "romatzyh" : "ching jen" }, + "meanings" : [ "Islamic", + "Muslim", + "halal (of food)", + "clean", + "pure" ], + "classifiers" : [] } ] }, + { "simplified" : "清真寺", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17637, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "清真寺", + "transcriptions" : { "pinyin" : "qīng zhēn sì", + "numeric" : "qing1 zhen1 si4", + "wadegiles" : "ch'ing¹ chen¹ ssu⁴", + "bopomofo" : "ㄑㄧㄥ ㄓㄣ ㄙˋ", + "romatzyh" : "ching jen syh" }, + "meanings" : [ "mosque" ], + "classifiers" : [] } ] }, + { "simplified" : "情", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 966, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "情", + "transcriptions" : { "pinyin" : "qíng", + "numeric" : "qing2", + "wadegiles" : "ch'ing²", + "bopomofo" : "ㄑㄧㄥˊ", + "romatzyh" : "chyng" }, + "meanings" : [ "feeling", + "emotion", + "passion", + "situation" ], + "classifiers" : [] } ] }, + { "simplified" : "情报", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2886, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情報", + "transcriptions" : { "pinyin" : "qíng bào", + "numeric" : "qing2 bao4", + "wadegiles" : "ch'ing² pao⁴", + "bopomofo" : "ㄑㄧㄥˊ ㄅㄠˋ", + "romatzyh" : "chyng baw" }, + "meanings" : [ "information", "intelligence" ], + "classifiers" : [] } ] }, + { "simplified" : "情不自禁", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 11914, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "情不自禁", + "transcriptions" : { "pinyin" : "qíng bù zì jīn", + "numeric" : "qing2 bu4 zi4 jin1", + "wadegiles" : "ch'ing² pu⁴ tzu⁴ chin¹", + "bopomofo" : "ㄑㄧㄥˊ ㄅㄨˋ ㄗˋ ㄐㄧㄣ", + "romatzyh" : "chyng buh tzyh jin" }, + "meanings" : [ "unable to restrain emotions", + "cannot help" ], + "classifiers" : [] } ] }, + { "simplified" : "情调", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 14562, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情調", + "transcriptions" : { "pinyin" : "qíng diào", + "numeric" : "qing2 diao4", + "wadegiles" : "ch'ing² tiao⁴", + "bopomofo" : "ㄑㄧㄥˊ ㄉㄧㄠˋ", + "romatzyh" : "chyng diaw" }, + "meanings" : [ "sentiment", + "tone and mood", + "taste" ], + "classifiers" : [] } ] }, + { "simplified" : "情感", + "radical" : "忄", + "level" : [ "new-3" ], + "frequency" : 2942, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情感", + "transcriptions" : { "pinyin" : "qíng gǎn", + "numeric" : "qing2 gan3", + "wadegiles" : "ch'ing² kan³", + "bopomofo" : "ㄑㄧㄥˊ ㄍㄢˇ", + "romatzyh" : "chyng gaan" }, + "meanings" : [ "feeling", + "emotion", + "to move (emotionally)" ], + "classifiers" : [] } ] }, + { "simplified" : "情怀", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 20753, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情懷", + "transcriptions" : { "pinyin" : "qíng huái", + "numeric" : "qing2 huai2", + "wadegiles" : "ch'ing² huai²", + "bopomofo" : "ㄑㄧㄥˊ ㄏㄨㄞˊ", + "romatzyh" : "chyng hwai" }, + "meanings" : [ "feelings", "mood" ], + "classifiers" : [] } ] }, + { "simplified" : "情节", + "radical" : "忄", + "level" : [ "new-5", "old-6" ], + "frequency" : 4390, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情節", + "transcriptions" : { "pinyin" : "qíng jié", + "numeric" : "qing2 jie2", + "wadegiles" : "ch'ing² chieh²", + "bopomofo" : "ㄑㄧㄥˊ ㄐㄧㄝˊ", + "romatzyh" : "chyng jye" }, + "meanings" : [ "circumstances", "plot; storyline" ], + "classifiers" : [] } ] }, + { "simplified" : "情结", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 12330, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情結", + "transcriptions" : { "pinyin" : "qíng jié", + "numeric" : "qing2 jie2", + "wadegiles" : "ch'ing² chieh²", + "bopomofo" : "ㄑㄧㄥˊ ㄐㄧㄝˊ", + "romatzyh" : "chyng jye" }, + "meanings" : [ "complex (psychology)" ], + "classifiers" : [] } ] }, + { "simplified" : "情景", + "radical" : "忄", + "level" : [ "new-4", "old-5" ], + "frequency" : 5196, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情景", + "transcriptions" : { "pinyin" : "qíng jǐng", + "numeric" : "qing2 jing3", + "wadegiles" : "ch'ing² ching³", + "bopomofo" : "ㄑㄧㄥˊ ㄐㄧㄥˇ", + "romatzyh" : "chyng jiing" }, + "meanings" : [ "scene", + "spectacle", + "circumstances", + "situation" ], + "classifiers" : [] } ] }, + { "simplified" : "情况", + "radical" : "忄", + "level" : [ "new-3", "old-4" ], + "frequency" : 245, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情況", + "transcriptions" : { "pinyin" : "qíng kuàng", + "numeric" : "qing2 kuang4", + "wadegiles" : "ch'ing² k'uang⁴", + "bopomofo" : "ㄑㄧㄥˊ ㄎㄨㄤˋ", + "romatzyh" : "chyng kuanq" }, + "meanings" : [ "circumstances; state of affairs; situation" ], + "classifiers" : [ "个", "种" ] } ] }, + { "simplified" : "情理", + "radical" : "忄", + "level" : [ "old-6" ], + "frequency" : 20406, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情理", + "transcriptions" : { "pinyin" : "qíng lǐ", + "numeric" : "qing2 li3", + "wadegiles" : "ch'ing² li³", + "bopomofo" : "ㄑㄧㄥˊ ㄌㄧˇ", + "romatzyh" : "chyng lii" }, + "meanings" : [ "reason", "sense" ], + "classifiers" : [] } ] }, + { "simplified" : "情侣", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 5325, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情侶", + "transcriptions" : { "pinyin" : "qíng lu:3", + "numeric" : "qing2 lü3", + "wadegiles" : "ch'ing² lu:3", + "bopomofo" : "ㄑㄧㄥˊ lu:3", + "romatzyh" : "chyng lu:3" }, + "meanings" : [ "sweethearts", "lovers" ], + "classifiers" : [] } ] }, + { "simplified" : "情人", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 4038, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情人", + "transcriptions" : { "pinyin" : "qíng rén", + "numeric" : "qing2 ren2", + "wadegiles" : "ch'ing² jen²", + "bopomofo" : "ㄑㄧㄥˊ ㄖㄣˊ", + "romatzyh" : "chyng ren" }, + "meanings" : [ "lover", "sweetheart" ], + "classifiers" : [] } ] }, + { "simplified" : "情形", + "radical" : "忄", + "level" : [ "new-5", "old-6" ], + "frequency" : 4038, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情形", + "transcriptions" : { "pinyin" : "qíng xing", + "numeric" : "qing2 xing5", + "wadegiles" : "ch'ing² xing", + "bopomofo" : "ㄑㄧㄥˊ xing", + "romatzyh" : "chyng xing" }, + "meanings" : [ "circumstances", "situation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "情绪", + "radical" : "忄", + "level" : [ "new-6", "old-5" ], + "frequency" : 1810, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情緒", + "transcriptions" : { "pinyin" : "qíng xù", + "numeric" : "qing2 xu4", + "wadegiles" : "ch'ing² hsü⁴", + "bopomofo" : "ㄑㄧㄥˊ ㄒㄩˋ", + "romatzyh" : "chyng shiuh" }, + "meanings" : [ "mood", + "state of mind", + "moodiness" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "情谊", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 15880, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "情誼", + "transcriptions" : { "pinyin" : "qíng yì", + "numeric" : "qing2 yi4", + "wadegiles" : "ch'ing² i⁴", + "bopomofo" : "ㄑㄧㄥˊ ㄧˋ", + "romatzyh" : "chyng yih" }, + "meanings" : [ "friendship; camaraderie" ], + "classifiers" : [] } ] }, + { "simplified" : "情愿", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 9439, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "情願", + "transcriptions" : { "pinyin" : "qíng yuàn", + "numeric" : "qing2 yuan4", + "wadegiles" : "ch'ing² yüan⁴", + "bopomofo" : "ㄑㄧㄥˊ ㄩㄢˋ", + "romatzyh" : "chyng yuann" }, + "meanings" : [ "willingness", + "would rather (agree to X than Y)" ], + "classifiers" : [] } ] }, + { "simplified" : "晴", + "radical" : "日", + "level" : [ "new-2", "old-2" ], + "frequency" : 9343, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "晴", + "transcriptions" : { "pinyin" : "qíng", + "numeric" : "qing2", + "wadegiles" : "ch'ing²", + "bopomofo" : "ㄑㄧㄥˊ", + "romatzyh" : "chyng" }, + "meanings" : [ "clear", "fine (weather)" ], + "classifiers" : [] } ] }, + { "simplified" : "晴朗", + "radical" : "日", + "level" : [ "new-5", "old-6" ], + "frequency" : 15483, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "晴朗", + "transcriptions" : { "pinyin" : "qíng lǎng", + "numeric" : "qing2 lang3", + "wadegiles" : "ch'ing² lang³", + "bopomofo" : "ㄑㄧㄥˊ ㄌㄤˇ", + "romatzyh" : "chyng laang" }, + "meanings" : [ "sunny and cloudless" ], + "classifiers" : [] } ] }, + { "simplified" : "晴天", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 14859, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "晴天", + "transcriptions" : { "pinyin" : "qíng tiān", + "numeric" : "qing2 tian1", + "wadegiles" : "ch'ing² t'ien¹", + "bopomofo" : "ㄑㄧㄥˊ ㄊㄧㄢ", + "romatzyh" : "chyng tian" }, + "meanings" : [ "clear sky", "sunny day" ], + "classifiers" : [] } ] }, + { "simplified" : "请", + "radical" : "讠", + "level" : [ "new-1", "old-1" ], + "frequency" : 216, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "請", + "transcriptions" : { "pinyin" : "qǐng", + "numeric" : "qing3", + "wadegiles" : "ch'ing³", + "bopomofo" : "ㄑㄧㄥˇ", + "romatzyh" : "chiing" }, + "meanings" : [ "to ask", + "to invite", + "please (do sth)", + "to treat (to a meal etc)", + "to request" ], + "classifiers" : [] } ] }, + { "simplified" : "请假", + "radical" : "讠", + "level" : [ "new-1", "old-4" ], + "frequency" : 10134, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "請假", + "transcriptions" : { "pinyin" : "qǐng jià", + "numeric" : "qing3 jia4", + "wadegiles" : "ch'ing³ chia⁴", + "bopomofo" : "ㄑㄧㄥˇ ㄐㄧㄚˋ", + "romatzyh" : "chiing jiah" }, + "meanings" : [ "to request leave of absence" ], + "classifiers" : [] } ] }, + { "simplified" : "请柬", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22818, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "請柬", + "transcriptions" : { "pinyin" : "qǐng jiǎn", + "numeric" : "qing3 jian3", + "wadegiles" : "ch'ing³ chien³", + "bopomofo" : "ㄑㄧㄥˇ ㄐㄧㄢˇ", + "romatzyh" : "chiing jean" }, + "meanings" : [ "invitation card", + "written invitation" ], + "classifiers" : [] } ] }, + { "simplified" : "请教", + "radical" : "讠", + "level" : [ "new-3", "old-6" ], + "frequency" : 11806, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "請教", + "transcriptions" : { "pinyin" : "qǐng jiào", + "numeric" : "qing3 jiao4", + "wadegiles" : "ch'ing³ chiao⁴", + "bopomofo" : "ㄑㄧㄥˇ ㄐㄧㄠˋ", + "romatzyh" : "chiing jiaw" }, + "meanings" : [ "to ask for guidance", + "to consult" ], + "classifiers" : [] } ] }, + { "simplified" : "请进", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 21213, + "pos" : [], + "forms" : [ { "traditional" : "請進", + "transcriptions" : { "pinyin" : "qǐng jìn", + "numeric" : "qing3 jin4", + "wadegiles" : "ch'ing³ chin⁴", + "bopomofo" : "ㄑㄧㄥˇ ㄐㄧㄣˋ", + "romatzyh" : "chiing jinn" }, + "meanings" : [ "\"please come in\"" ], + "classifiers" : [] } ] }, + { "simplified" : "请客", + "radical" : "讠", + "level" : [ "new-2", "old-4" ], + "frequency" : 9854, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "請客", + "transcriptions" : { "pinyin" : "qǐng kè", + "numeric" : "qing3 ke4", + "wadegiles" : "ch'ing³ k'o⁴", + "bopomofo" : "ㄑㄧㄥˇ ㄎㄜˋ", + "romatzyh" : "chiing keh" }, + "meanings" : [ "to give a dinner party", + "to entertain guests", + "to invite to dinner" ], + "classifiers" : [] } ] }, + { "simplified" : "请求", + "radical" : "讠", + "level" : [ "new-2", "old-5" ], + "frequency" : 2837, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "請求", + "transcriptions" : { "pinyin" : "qǐng qiú", + "numeric" : "qing3 qiu2", + "wadegiles" : "ch'ing³ ch'iu²", + "bopomofo" : "ㄑㄧㄥˇ ㄑㄧㄡˊ", + "romatzyh" : "chiing chyou" }, + "meanings" : [ "to request; to ask", "request" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "请示", + "radical" : "讠", + "level" : [ "old-6" ], + "frequency" : 18413, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "請示", + "transcriptions" : { "pinyin" : "qǐng shì", + "numeric" : "qing3 shi4", + "wadegiles" : "ch'ing³ shih⁴", + "bopomofo" : "ㄑㄧㄥˇ ㄕˋ", + "romatzyh" : "chiing shyh" }, + "meanings" : [ "to ask for instructions" ], + "classifiers" : [] } ] }, + { "simplified" : "请帖", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 30508, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "請帖", + "transcriptions" : { "pinyin" : "qǐng tiě", + "numeric" : "qing3 tie3", + "wadegiles" : "ch'ing³ t'ieh³", + "bopomofo" : "ㄑㄧㄥˇ ㄊㄧㄝˇ", + "romatzyh" : "chiing tiee" }, + "meanings" : [ "invitation card", + "written invitation" ], + "classifiers" : [] } ] }, + { "simplified" : "请问", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 3689, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "請問", + "transcriptions" : { "pinyin" : "qǐng wèn", + "numeric" : "qing3 wen4", + "wadegiles" : "ch'ing³ wen⁴", + "bopomofo" : "ㄑㄧㄥˇ ㄨㄣˋ", + "romatzyh" : "chiing wenn" }, + "meanings" : [ "Excuse me, may I ask...?" ], + "classifiers" : [] } ] }, + { "simplified" : "请坐", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 37277, + "pos" : [], + "forms" : [ { "traditional" : "請坐", + "transcriptions" : { "pinyin" : "qǐng zuò", + "numeric" : "qing3 zuo4", + "wadegiles" : "ch'ing³ tso⁴", + "bopomofo" : "ㄑㄧㄥˇ ㄗㄨㄛˋ", + "romatzyh" : "chiing tzuoh" }, + "meanings" : [ "please, have a seat" ], + "classifiers" : [] } ] }, + { "simplified" : "庆典", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 8812, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "慶典", + "transcriptions" : { "pinyin" : "qìng diǎn", + "numeric" : "qing4 dian3", + "wadegiles" : "ch'ing⁴ tien³", + "bopomofo" : "ㄑㄧㄥˋ ㄉㄧㄢˇ", + "romatzyh" : "chinq dean" }, + "meanings" : [ "celebration" ], + "classifiers" : [] } ] }, + { "simplified" : "庆贺", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 18065, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "慶賀", + "transcriptions" : { "pinyin" : "qìng hè", + "numeric" : "qing4 he4", + "wadegiles" : "ch'ing⁴ ho⁴", + "bopomofo" : "ㄑㄧㄥˋ ㄏㄜˋ", + "romatzyh" : "chinq heh" }, + "meanings" : [ "to congratulate", "to celebrate" ], + "classifiers" : [] } ] }, + { "simplified" : "庆幸", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 7531, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "慶幸", + "transcriptions" : { "pinyin" : "qìng xìng", + "numeric" : "qing4 xing4", + "wadegiles" : "ch'ing⁴ hsing⁴", + "bopomofo" : "ㄑㄧㄥˋ ㄒㄧㄥˋ", + "romatzyh" : "chinq shinq" }, + "meanings" : [ "to rejoice; to be glad" ], + "classifiers" : [] } ] }, + { "simplified" : "庆祝", + "radical" : "广", + "level" : [ "new-3", "old-5" ], + "frequency" : 2543, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "慶祝", + "transcriptions" : { "pinyin" : "qìng zhù", + "numeric" : "qing4 zhu4", + "wadegiles" : "ch'ing⁴ chu⁴", + "bopomofo" : "ㄑㄧㄥˋ ㄓㄨˋ", + "romatzyh" : "chinq juh" }, + "meanings" : [ "to celebrate" ], + "classifiers" : [] } ] }, + { "simplified" : "穷", + "radical" : "穴", + "level" : [ "new-4", "old-4" ], + "frequency" : 4355, + "pos" : [ "a", "d", "g" ], + "forms" : [ { "traditional" : "窮", + "transcriptions" : { "pinyin" : "qióng", + "numeric" : "qiong2", + "wadegiles" : "ch'iung²", + "bopomofo" : "ㄑㄩㄥˊ", + "romatzyh" : "chyong" }, + "meanings" : [ "poor", + "destitute", + "to use up", + "to exhaust", + "thoroughly", + "extremely", + "(coll.) persistently and pointlessly" ], + "classifiers" : [] } ] }, + { "simplified" : "穷人", + "radical" : "穴", + "level" : [ "new-4" ], + "frequency" : 6993, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "窮人", + "transcriptions" : { "pinyin" : "qióng rén", + "numeric" : "qiong2 ren2", + "wadegiles" : "ch'iung² jen²", + "bopomofo" : "ㄑㄩㄥˊ ㄖㄣˊ", + "romatzyh" : "chyong ren" }, + "meanings" : [ "poor people", "the poor" ], + "classifiers" : [] } ] }, + { "simplified" : "丘陵", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26657, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "丘陵", + "transcriptions" : { "pinyin" : "qiū líng", + "numeric" : "qiu1 ling2", + "wadegiles" : "ch'iu¹ ling²", + "bopomofo" : "ㄑㄧㄡ ㄌㄧㄥˊ", + "romatzyh" : "chiou ling" }, + "meanings" : [ "hills" ], + "classifiers" : [] } ] }, + { "simplified" : "秋", + "radical" : "禾", + "level" : [ "old-3" ], + "frequency" : 5603, + "pos" : [ "tg", "g" ], + "forms" : [ { "traditional" : "秋", + "transcriptions" : { "pinyin" : "Qiū", + "numeric" : "Qiu1", + "wadegiles" : "ch'iu¹", + "bopomofo" : "ㄑㄧㄡ", + "romatzyh" : "chiou" }, + "meanings" : [ "surname Qiu" ], + "classifiers" : [] }, + { "traditional" : "秋", + "transcriptions" : { "pinyin" : "qiū", + "numeric" : "qiu1", + "wadegiles" : "ch'iu¹", + "bopomofo" : "ㄑㄧㄡ", + "romatzyh" : "chiou" }, + "meanings" : [ "autumn", "fall", "harvest time" ], + "classifiers" : [] }, + { "traditional" : "秌", + "transcriptions" : { "pinyin" : "qiū", + "numeric" : "qiu1", + "wadegiles" : "ch'iu¹", + "bopomofo" : "ㄑㄧㄡ", + "romatzyh" : "chiou" }, + "meanings" : [ "old variant of 秋" ], + "classifiers" : [] }, + { "traditional" : "鞦", + "transcriptions" : { "pinyin" : "qiū", + "numeric" : "qiu1", + "wadegiles" : "ch'iu¹", + "bopomofo" : "ㄑㄧㄡ", + "romatzyh" : "chiou" }, + "meanings" : [ "see 秋千" ], + "classifiers" : [] } ] }, + { "simplified" : "秋季", + "radical" : "禾", + "level" : [ "new-4" ], + "frequency" : 8932, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "秋季", + "transcriptions" : { "pinyin" : "qiū jì", + "numeric" : "qiu1 ji4", + "wadegiles" : "ch'iu¹ chi⁴", + "bopomofo" : "ㄑㄧㄡ ㄐㄧˋ", + "romatzyh" : "chiou jih" }, + "meanings" : [ "autumn", "fall" ], + "classifiers" : [] } ] }, + { "simplified" : "秋天", + "radical" : "禾", + "level" : [ "new-2" ], + "frequency" : 7055, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "秋天", + "transcriptions" : { "pinyin" : "qiū tiān", + "numeric" : "qiu1 tian1", + "wadegiles" : "ch'iu¹ t'ien¹", + "bopomofo" : "ㄑㄧㄡ ㄊㄧㄢ", + "romatzyh" : "chiou tian" }, + "meanings" : [ "autumn" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "囚犯", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 8699, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "囚犯", + "transcriptions" : { "pinyin" : "qiú fàn", + "numeric" : "qiu2 fan4", + "wadegiles" : "ch'iu² fan⁴", + "bopomofo" : "ㄑㄧㄡˊ ㄈㄢˋ", + "romatzyh" : "chyou fann" }, + "meanings" : [ "prisoner; convict" ], + "classifiers" : [] } ] }, + { "simplified" : "求", + "radical" : "氺", + "level" : [ "new-2" ], + "frequency" : 497, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "求", + "transcriptions" : { "pinyin" : "qiú", + "numeric" : "qiu2", + "wadegiles" : "ch'iu²", + "bopomofo" : "ㄑㄧㄡˊ", + "romatzyh" : "chyou" }, + "meanings" : [ "to seek", + "to look for", + "to request", + "to demand", + "to beseech" ], + "classifiers" : [] } ] }, + { "simplified" : "求婚", + "radical" : "氺", + "level" : [ "new-7+" ], + "frequency" : 8095, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "求婚", + "transcriptions" : { "pinyin" : "qiú hūn", + "numeric" : "qiu2 hun1", + "wadegiles" : "ch'iu² hun¹", + "bopomofo" : "ㄑㄧㄡˊ ㄏㄨㄣ", + "romatzyh" : "chyou huen" }, + "meanings" : [ "to propose marriage" ], + "classifiers" : [] } ] }, + { "simplified" : "求救", + "radical" : "氺", + "level" : [ "new-7+" ], + "frequency" : 10263, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "求救", + "transcriptions" : { "pinyin" : "qiú jiù", + "numeric" : "qiu2 jiu4", + "wadegiles" : "ch'iu² chiu⁴", + "bopomofo" : "ㄑㄧㄡˊ ㄐㄧㄡˋ", + "romatzyh" : "chyou jiow" }, + "meanings" : [ "to seek help (when in distress or having difficulties)" ], + "classifiers" : [] } ] }, + { "simplified" : "求学", + "radical" : "氺", + "level" : [ "new-7+" ], + "frequency" : 28724, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "求學", + "transcriptions" : { "pinyin" : "qiú xué", + "numeric" : "qiu2 xue2", + "wadegiles" : "ch'iu² hsüeh²", + "bopomofo" : "ㄑㄧㄡˊ ㄒㄩㄝˊ", + "romatzyh" : "chyou shyue" }, + "meanings" : [ "to seek knowledge", + "to study", + "to attend college" ], + "classifiers" : [] } ] }, + { "simplified" : "求医", + "radical" : "氺", + "level" : [ "new-7+" ], + "frequency" : 37285, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "求醫", + "transcriptions" : { "pinyin" : "qiú yī", + "numeric" : "qiu2 yi1", + "wadegiles" : "ch'iu² i¹", + "bopomofo" : "ㄑㄧㄡˊ ㄧ", + "romatzyh" : "chyou i" }, + "meanings" : [ "to seek medical treatment", + "to see a doctor" ], + "classifiers" : [] } ] }, + { "simplified" : "求证", + "radical" : "氺", + "level" : [ "new-7+" ], + "frequency" : 18393, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "求證", + "transcriptions" : { "pinyin" : "qiú zhèng", + "numeric" : "qiu2 zheng4", + "wadegiles" : "ch'iu² cheng⁴", + "bopomofo" : "ㄑㄧㄡˊ ㄓㄥˋ", + "romatzyh" : "chyou jenq" }, + "meanings" : [ "to seek proof", + "to seek confirmation" ], + "classifiers" : [] } ] }, + { "simplified" : "求职", + "radical" : "氺", + "level" : [ "new-6" ], + "frequency" : 16584, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "求職", + "transcriptions" : { "pinyin" : "qiú zhí", + "numeric" : "qiu2 zhi2", + "wadegiles" : "ch'iu² chih²", + "bopomofo" : "ㄑㄧㄡˊ ㄓˊ", + "romatzyh" : "chyou jyr" }, + "meanings" : [ "to seek employment" ], + "classifiers" : [] } ] }, + { "simplified" : "求助", + "radical" : "氺", + "level" : [ "new-7+" ], + "frequency" : 7221, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "求助", + "transcriptions" : { "pinyin" : "qiú zhù", + "numeric" : "qiu2 zhu4", + "wadegiles" : "ch'iu² chu⁴", + "bopomofo" : "ㄑㄧㄡˊ ㄓㄨˋ", + "romatzyh" : "chyou juh" }, + "meanings" : [ "to request help", + "to appeal (for help)" ], + "classifiers" : [] } ] }, + { "simplified" : "球", + "radical" : "王", + "level" : [ "new-1" ], + "frequency" : 518, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "球", + "transcriptions" : { "pinyin" : "qiú", + "numeric" : "qiu2", + "wadegiles" : "ch'iu²", + "bopomofo" : "ㄑㄧㄡˊ", + "romatzyh" : "chyou" }, + "meanings" : [ "ball", + "sphere", + "globe", + "ball game", + "match" ], + "classifiers" : [ "个", "场" ] } ] }, + { "simplified" : "球场", + "radical" : "王", + "level" : [ "new-2" ], + "frequency" : 4445, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "球場", + "transcriptions" : { "pinyin" : "qiú chǎng", + "numeric" : "qiu2 chang3", + "wadegiles" : "ch'iu² ch'ang³", + "bopomofo" : "ㄑㄧㄡˊ ㄔㄤˇ", + "romatzyh" : "chyou chaang" }, + "meanings" : [ "stadium", + "sports ground", + "court", + "pitch", + "field", + "golf course" ], + "classifiers" : [ "个", "处" ] } ] }, + { "simplified" : "球队", + "radical" : "王", + "level" : [ "new-2" ], + "frequency" : 2340, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "球隊", + "transcriptions" : { "pinyin" : "qiú duì", + "numeric" : "qiu2 dui4", + "wadegiles" : "ch'iu² tui⁴", + "bopomofo" : "ㄑㄧㄡˊ ㄉㄨㄟˋ", + "romatzyh" : "chyou duey" }, + "meanings" : [ "sports team (basketball, soccer, football etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "球迷", + "radical" : "王", + "level" : [ "new-3", "old-5" ], + "frequency" : 4097, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "球迷", + "transcriptions" : { "pinyin" : "qiú mí", + "numeric" : "qiu2 mi2", + "wadegiles" : "ch'iu² mi²", + "bopomofo" : "ㄑㄧㄡˊ ㄇㄧˊ", + "romatzyh" : "chyou mi" }, + "meanings" : [ "fan (ball sports)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "球拍", + "radical" : "王", + "level" : [ "new-6" ], + "frequency" : 25915, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "球拍", + "transcriptions" : { "pinyin" : "qiú pāi", + "numeric" : "qiu2 pai1", + "wadegiles" : "ch'iu² p'ai¹", + "bopomofo" : "ㄑㄧㄡˊ ㄆㄞ", + "romatzyh" : "chyou pai" }, + "meanings" : [ "racket" ], + "classifiers" : [] } ] }, + { "simplified" : "球鞋", + "radical" : "王", + "level" : [ "new-2" ], + "frequency" : 17153, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "球鞋", + "transcriptions" : { "pinyin" : "qiú xié", + "numeric" : "qiu2 xie2", + "wadegiles" : "ch'iu² hsieh²", + "bopomofo" : "ㄑㄧㄡˊ ㄒㄧㄝˊ", + "romatzyh" : "chyou shye" }, + "meanings" : [ "athletic shoes" ], + "classifiers" : [] } ] }, + { "simplified" : "球星", + "radical" : "王", + "level" : [ "new-6" ], + "frequency" : 11348, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "球星", + "transcriptions" : { "pinyin" : "qiú xīng", + "numeric" : "qiu2 xing1", + "wadegiles" : "ch'iu² hsing¹", + "bopomofo" : "ㄑㄧㄡˊ ㄒㄧㄥ", + "romatzyh" : "chyou shing" }, + "meanings" : [ "sports star (ball sport)" ], + "classifiers" : [] } ] }, + { "simplified" : "球员", + "radical" : "王", + "level" : [ "new-6" ], + "frequency" : 2445, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "球員", + "transcriptions" : { "pinyin" : "qiú yuán", + "numeric" : "qiu2 yuan2", + "wadegiles" : "ch'iu² yüan²", + "bopomofo" : "ㄑㄧㄡˊ ㄩㄢˊ", + "romatzyh" : "chyou yuan" }, + "meanings" : [ "(ball sports) player; team member" ], + "classifiers" : [] } ] }, + { "simplified" : "区", + "radical" : "匸", + "level" : [ "new-3" ], + "frequency" : 638, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "區", + "transcriptions" : { "pinyin" : "Oū", + "numeric" : "Ou1", + "wadegiles" : "Oū", + "bopomofo" : "Oū", + "romatzyh" : "Oū" }, + "meanings" : [ "surname Ou" ], + "classifiers" : [] }, + { "traditional" : "區", + "transcriptions" : { "pinyin" : "qū", + "numeric" : "qu1", + "wadegiles" : "ch'ü¹", + "bopomofo" : "ㄑㄩ", + "romatzyh" : "chiu" }, + "meanings" : [ "area", + "region", + "district", + "small", + "distinguish" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "区别", + "radical" : "匸", + "level" : [ "new-3", "old-4" ], + "frequency" : 2566, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "區別", + "transcriptions" : { "pinyin" : "qū bié", + "numeric" : "qu1 bie2", + "wadegiles" : "ch'ü¹ pieh²", + "bopomofo" : "ㄑㄩ ㄅㄧㄝˊ", + "romatzyh" : "chiu bye" }, + "meanings" : [ "difference", + "to distinguish", + "to discriminate", + "to make a distinction" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "区分", + "radical" : "匸", + "level" : [ "new-6", "old-6" ], + "frequency" : 8298, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "區分", + "transcriptions" : { "pinyin" : "qū fēn", + "numeric" : "qu1 fen1", + "wadegiles" : "ch'ü¹ fen¹", + "bopomofo" : "ㄑㄩ ㄈㄣ", + "romatzyh" : "chiu fen" }, + "meanings" : [ "to differentiate", + "to draw a distinction", + "to divide into categories" ], + "classifiers" : [] } ] }, + { "simplified" : "区域", + "radical" : "匸", + "level" : [ "new-5", "old-6" ], + "frequency" : 1701, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "區域", + "transcriptions" : { "pinyin" : "qū yù", + "numeric" : "qu1 yu4", + "wadegiles" : "ch'ü¹ yü⁴", + "bopomofo" : "ㄑㄩ ㄩˋ", + "romatzyh" : "chiu yuh" }, + "meanings" : [ "area", "region", "district" ], + "classifiers" : [] } ] }, + { "simplified" : "曲", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 2509, + "pos" : [ "g", "n", "q", "v" ], + "forms" : [ { "traditional" : "曲", + "transcriptions" : { "pinyin" : "Qū", + "numeric" : "Qu1", + "wadegiles" : "ch'ü¹", + "bopomofo" : "ㄑㄩ", + "romatzyh" : "chiu" }, + "meanings" : [ "surname Qu" ], + "classifiers" : [] }, + { "traditional" : "曲", + "transcriptions" : { "pinyin" : "qū", + "numeric" : "qu1", + "wadegiles" : "ch'ü¹", + "bopomofo" : "ㄑㄩ", + "romatzyh" : "chiu" }, + "meanings" : [ "bent", "crooked", "wrong" ], + "classifiers" : [] }, + { "traditional" : "曲", + "transcriptions" : { "pinyin" : "qǔ", + "numeric" : "qu3", + "wadegiles" : "ch'ü³", + "bopomofo" : "ㄑㄩˇ", + "romatzyh" : "cheu" }, + "meanings" : [ "tune", "song" ], + "classifiers" : [ "支" ] }, + { "traditional" : "麯", + "transcriptions" : { "pinyin" : "qū", + "numeric" : "qu1", + "wadegiles" : "ch'ü¹", + "bopomofo" : "ㄑㄩ", + "romatzyh" : "chiu" }, + "meanings" : [ "variant of 曲" ], + "classifiers" : [] }, + { "traditional" : "麴", + "transcriptions" : { "pinyin" : "qū", + "numeric" : "qu1", + "wadegiles" : "ch'ü¹", + "bopomofo" : "ㄑㄩ", + "romatzyh" : "chiu" }, + "meanings" : [ "yeast", + "Aspergillus (includes many common molds)", + "Taiwan pr. [qú]" ], + "classifiers" : [] } ] }, + { "simplified" : "曲线", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 6445, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "曲線", + "transcriptions" : { "pinyin" : "qū xiàn", + "numeric" : "qu1 xian4", + "wadegiles" : "ch'ü¹ hsien⁴", + "bopomofo" : "ㄑㄩ ㄒㄧㄢˋ", + "romatzyh" : "chiu shiann" }, + "meanings" : [ "curve", + "curved line", + "indirect", + "in a roundabout way" ], + "classifiers" : [] } ] }, + { "simplified" : "曲折", + "radical" : "曰", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13065, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "曲折", + "transcriptions" : { "pinyin" : "qū zhé", + "numeric" : "qu1 zhe2", + "wadegiles" : "ch'ü¹ che²", + "bopomofo" : "ㄑㄩ ㄓㄜˊ", + "romatzyh" : "chiu jer" }, + "meanings" : [ "winding", "(fig.) complicated" ], + "classifiers" : [] } ] }, + { "simplified" : "曲子", + "radical" : "曰", + "level" : [ "old-6" ], + "frequency" : 10200, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "曲子", + "transcriptions" : { "pinyin" : "qǔ zi", + "numeric" : "qu3 zi5", + "wadegiles" : "ch'ü³ zi", + "bopomofo" : "ㄑㄩˇ zi", + "romatzyh" : "cheu zi" }, + "meanings" : [ "poem for singing", + "tune", + "music" ], + "classifiers" : [ "支" ] } ] }, + { "simplified" : "驱动", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 11197, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "驅動", + "transcriptions" : { "pinyin" : "qū dòng", + "numeric" : "qu1 dong4", + "wadegiles" : "ch'ü¹ tung⁴", + "bopomofo" : "ㄑㄩ ㄉㄨㄥˋ", + "romatzyh" : "chiu donq" }, + "meanings" : [ "to drive", + "to propel", + "drive (vehicle wheel)", + "drive mechanism (tape or disk)", + "device driver (computing software)" ], + "classifiers" : [] } ] }, + { "simplified" : "驱逐", + "radical" : "马", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10878, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "驅逐", + "transcriptions" : { "pinyin" : "qū zhú", + "numeric" : "qu1 zhu2", + "wadegiles" : "ch'ü¹ chu²", + "bopomofo" : "ㄑㄩ ㄓㄨˊ", + "romatzyh" : "chiu jwu" }, + "meanings" : [ "to expel", + "to deport", + "banishment" ], + "classifiers" : [] } ] }, + { "simplified" : "屈服", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11097, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "屈服", + "transcriptions" : { "pinyin" : "qū fú", + "numeric" : "qu1 fu2", + "wadegiles" : "ch'ü¹ fu²", + "bopomofo" : "ㄑㄩ ㄈㄨˊ", + "romatzyh" : "chiu fwu" }, + "meanings" : [ "to surrender", + "to succumb", + "to yield", + "(as a transitive verb) to defeat", + "to prevail over" ], + "classifiers" : [] } ] }, + { "simplified" : "趋势", + "radical" : "走", + "level" : [ "new-4", "old-5" ], + "frequency" : 6576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "趨勢", + "transcriptions" : { "pinyin" : "qū shì", + "numeric" : "qu1 shi4", + "wadegiles" : "ch'ü¹ shih⁴", + "bopomofo" : "ㄑㄩ ㄕˋ", + "romatzyh" : "chiu shyh" }, + "meanings" : [ "trend; tendency" ], + "classifiers" : [] } ] }, + { "simplified" : "趋于", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 19589, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "趨於", + "transcriptions" : { "pinyin" : "qū yú", + "numeric" : "qu1 yu2", + "wadegiles" : "ch'ü¹ yü²", + "bopomofo" : "ㄑㄩ ㄩˊ", + "romatzyh" : "chiu yu" }, + "meanings" : [ "to tend towards" ], + "classifiers" : [] } ] }, + { "simplified" : "渠道", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 5503, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "渠道", + "transcriptions" : { "pinyin" : "qú dào", + "numeric" : "qu2 dao4", + "wadegiles" : "ch'ü² tao⁴", + "bopomofo" : "ㄑㄩˊ ㄉㄠˋ", + "romatzyh" : "chyu daw" }, + "meanings" : [ "irrigation ditch", + "(fig.) channel", + "means" ], + "classifiers" : [] } ] }, + { "simplified" : "取", + "radical" : "又", + "level" : [ "new-2", "old-4" ], + "frequency" : 1198, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取", + "transcriptions" : { "pinyin" : "qǔ", + "numeric" : "qu3", + "wadegiles" : "ch'ü³", + "bopomofo" : "ㄑㄩˇ", + "romatzyh" : "cheu" }, + "meanings" : [ "to take", + "to get", + "to choose", + "to fetch" ], + "classifiers" : [] } ] }, + { "simplified" : "取代", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 5252, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取代", + "transcriptions" : { "pinyin" : "qǔ dài", + "numeric" : "qu3 dai4", + "wadegiles" : "ch'ü³ tai⁴", + "bopomofo" : "ㄑㄩˇ ㄉㄞˋ", + "romatzyh" : "cheu day" }, + "meanings" : [ "to replace", + "to supersede", + "to supplant", + "(chemistry) substitution" ], + "classifiers" : [] } ] }, + { "simplified" : "取得", + "radical" : "又", + "level" : [ "new-2" ], + "frequency" : 1609, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取得", + "transcriptions" : { "pinyin" : "qǔ dé", + "numeric" : "qu3 de2", + "wadegiles" : "ch'ü³ te²", + "bopomofo" : "ㄑㄩˇ ㄉㄜˊ", + "romatzyh" : "cheu der" }, + "meanings" : [ "to acquire; to get; to obtain" ], + "classifiers" : [] } ] }, + { "simplified" : "取缔", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19774, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取締", + "transcriptions" : { "pinyin" : "qǔ dì", + "numeric" : "qu3 di4", + "wadegiles" : "ch'ü³ ti⁴", + "bopomofo" : "ㄑㄩˇ ㄉㄧˋ", + "romatzyh" : "cheu dih" }, + "meanings" : [ "to suppress; to crack down on; to prohibit" ], + "classifiers" : [] } ] }, + { "simplified" : "取而代之", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 16470, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取而代之", + "transcriptions" : { "pinyin" : "qǔ ér dài zhī", + "numeric" : "qu3 er2 dai4 zhi1", + "wadegiles" : "ch'ü³ erh² tai⁴ chih¹", + "bopomofo" : "ㄑㄩˇ ㄦˊ ㄉㄞˋ ㄓ", + "romatzyh" : "cheu erl day jy" }, + "meanings" : [ "(idiom) to replace; to supersede; to take its (or her etc) place" ], + "classifiers" : [] } ] }, + { "simplified" : "取经", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 27807, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取經", + "transcriptions" : { "pinyin" : "qǔ jīng", + "numeric" : "qu3 jing1", + "wadegiles" : "ch'ü³ ching¹", + "bopomofo" : "ㄑㄩˇ ㄐㄧㄥ", + "romatzyh" : "cheu jing" }, + "meanings" : [ "to journey to India on a quest for the Buddhist scriptures", + "to learn by studying another's experience" ], + "classifiers" : [] } ] }, + { "simplified" : "取决于", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 4910, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取決於", + "transcriptions" : { "pinyin" : "qǔ jué yú", + "numeric" : "qu3 jue2 yu2", + "wadegiles" : "ch'ü³ chüeh² yü²", + "bopomofo" : "ㄑㄩˇ ㄐㄩㄝˊ ㄩˊ", + "romatzyh" : "cheu jyue yu" }, + "meanings" : [ "to hinge on", + "to be decided by", + "to depend on" ], + "classifiers" : [] } ] }, + { "simplified" : "取款", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 15011, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "取款", + "transcriptions" : { "pinyin" : "qǔ kuǎn", + "numeric" : "qu3 kuan3", + "wadegiles" : "ch'ü³ k'uan³", + "bopomofo" : "ㄑㄩˇ ㄎㄨㄢˇ", + "romatzyh" : "cheu koan" }, + "meanings" : [ "to withdraw money from a bank" ], + "classifiers" : [] } ] }, + { "simplified" : "取款机", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "取款機", + "transcriptions" : { "pinyin" : "qǔ kuǎn jī", + "numeric" : "qu3 kuan3 ji1", + "wadegiles" : "ch'ü³ k'uan³ chi¹", + "bopomofo" : "ㄑㄩˇ ㄎㄨㄢˇ ㄐㄧ", + "romatzyh" : "cheu koan ji" }, + "meanings" : [ "ATM" ], + "classifiers" : [] } ] }, + { "simplified" : "取暖", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 12354, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "取暖", + "transcriptions" : { "pinyin" : "qǔ nuǎn", + "numeric" : "qu3 nuan3", + "wadegiles" : "ch'ü³ nuan³", + "bopomofo" : "ㄑㄩˇ ㄋㄨㄢˇ", + "romatzyh" : "cheu noan" }, + "meanings" : [ "to warm oneself (by a fire etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "取胜", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 8513, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "取勝", + "transcriptions" : { "pinyin" : "qǔ shèng", + "numeric" : "qu3 sheng4", + "wadegiles" : "ch'ü³ sheng⁴", + "bopomofo" : "ㄑㄩˇ ㄕㄥˋ", + "romatzyh" : "cheu shenq" }, + "meanings" : [ "to score a victory", + "to prevail over one's opponents" ], + "classifiers" : [] } ] }, + { "simplified" : "取消", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 1880, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取消", + "transcriptions" : { "pinyin" : "qǔ xiāo", + "numeric" : "qu3 xiao1", + "wadegiles" : "ch'ü³ hsiao¹", + "bopomofo" : "ㄑㄩˇ ㄒㄧㄠ", + "romatzyh" : "cheu shiau" }, + "meanings" : [ "to cancel", "cancellation" ], + "classifiers" : [] } ] }, + { "simplified" : "取笑", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 15306, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "取笑", + "transcriptions" : { "pinyin" : "qǔ xiào", + "numeric" : "qu3 xiao4", + "wadegiles" : "ch'ü³ hsiao⁴", + "bopomofo" : "ㄑㄩˇ ㄒㄧㄠˋ", + "romatzyh" : "cheu shiaw" }, + "meanings" : [ "to tease; to make fun of" ], + "classifiers" : [] } ] }, + { "simplified" : "娶", + "radical" : "女", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3752, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "娶", + "transcriptions" : { "pinyin" : "qǔ", + "numeric" : "qu3", + "wadegiles" : "ch'ü³", + "bopomofo" : "ㄑㄩˇ", + "romatzyh" : "cheu" }, + "meanings" : [ "to take a wife", + "to marry (a woman)" ], + "classifiers" : [] } ] }, + { "simplified" : "去", + "radical" : "厶", + "level" : [ "new-1", "old-1" ], + "frequency" : 38, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "去", + "transcriptions" : { "pinyin" : "qù", + "numeric" : "qu4", + "wadegiles" : "ch'ü⁴", + "bopomofo" : "ㄑㄩˋ", + "romatzyh" : "chiuh" }, + "meanings" : [ "to go", + "to go to (a place)", + "(of a time etc) last", + "just passed", + "to send", + "to remove", + "to get rid of", + "to reduce", + "to be apart from in space or time", + "to die (euphemism)", + "to play (a part)", + "(when used either before or after a verb) to go in order to do sth", + "(after a verb of motion indicates movement away from the speaker)", + "(used after certain verbs to indicate detachment or separation)" ], + "classifiers" : [] } ] }, + { "simplified" : "去除", + "radical" : "厶", + "level" : [ "new-7+" ], + "frequency" : 10988, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "去除", + "transcriptions" : { "pinyin" : "qù chú", + "numeric" : "qu4 chu2", + "wadegiles" : "ch'ü⁴ ch'u²", + "bopomofo" : "ㄑㄩˋ ㄔㄨˊ", + "romatzyh" : "chiuh chwu" }, + "meanings" : [ "to remove", "to dislodge" ], + "classifiers" : [] } ] }, + { "simplified" : "去处", + "radical" : "厶", + "level" : [ "new-7+" ], + "frequency" : 15356, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "去處", + "transcriptions" : { "pinyin" : "qù chù", + "numeric" : "qu4 chu4", + "wadegiles" : "ch'ü⁴ ch'u⁴", + "bopomofo" : "ㄑㄩˋ ㄔㄨˋ", + "romatzyh" : "chiuh chuh" }, + "meanings" : [ "place", "destination" ], + "classifiers" : [] } ] }, + { "simplified" : "去掉", + "radical" : "厶", + "level" : [ "new-6" ], + "frequency" : 8984, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "去掉", + "transcriptions" : { "pinyin" : "qù diào", + "numeric" : "qu4 diao4", + "wadegiles" : "ch'ü⁴ tiao⁴", + "bopomofo" : "ㄑㄩˋ ㄉㄧㄠˋ", + "romatzyh" : "chiuh diaw" }, + "meanings" : [ "to get rid of", + "to exclude", + "to eliminate", + "to remove", + "to delete", + "to strip out", + "to extract" ], + "classifiers" : [] } ] }, + { "simplified" : "去年", + "radical" : "厶", + "level" : [ "new-1", "old-2" ], + "frequency" : 933, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "去年", + "transcriptions" : { "pinyin" : "qù nián", + "numeric" : "qu4 nian2", + "wadegiles" : "ch'ü⁴ nien²", + "bopomofo" : "ㄑㄩˋ ㄋㄧㄢˊ", + "romatzyh" : "chiuh nian" }, + "meanings" : [ "last year" ], + "classifiers" : [] } ] }, + { "simplified" : "去世", + "radical" : "厶", + "level" : [ "new-3", "old-5" ], + "frequency" : 3502, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "去世", + "transcriptions" : { "pinyin" : "qù shì", + "numeric" : "qu4 shi4", + "wadegiles" : "ch'ü⁴ shih⁴", + "bopomofo" : "ㄑㄩˋ ㄕˋ", + "romatzyh" : "chiuh shyh" }, + "meanings" : [ "to pass away", "to die" ], + "classifiers" : [] } ] }, + { "simplified" : "去向", + "radical" : "厶", + "level" : [ "new-7+" ], + "frequency" : 10857, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "去向", + "transcriptions" : { "pinyin" : "qù xiàng", + "numeric" : "qu4 xiang4", + "wadegiles" : "ch'ü⁴ hsiang⁴", + "bopomofo" : "ㄑㄩˋ ㄒㄧㄤˋ", + "romatzyh" : "chiuh shianq" }, + "meanings" : [ "direction in which sb or sth has gone; whereabouts" ], + "classifiers" : [] } ] }, + { "simplified" : "趣味", + "radical" : "走", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "趣味", + "transcriptions" : { "pinyin" : "qù wèi", + "numeric" : "qu4 wei4", + "wadegiles" : "ch'ü⁴ wei⁴", + "bopomofo" : "ㄑㄩˋ ㄨㄟˋ", + "romatzyh" : "chiuh wey" }, + "meanings" : [ "fun; interest; delight", + "taste; liking; preference" ], + "classifiers" : [] } ] }, + { "simplified" : "圈", + "radical" : "囗", + "level" : [ "new-4", "old-5" ], + "frequency" : 1517, + "pos" : [ "qv", "n", "v" ], + "forms" : [ { "traditional" : "圈", + "transcriptions" : { "pinyin" : "juān", + "numeric" : "juan1", + "wadegiles" : "chüan¹", + "bopomofo" : "ㄐㄩㄢ", + "romatzyh" : "jiuan" }, + "meanings" : [ "to confine", + "to lock up", + "to pen in" ], + "classifiers" : [] }, + { "traditional" : "圈", + "transcriptions" : { "pinyin" : "juàn", + "numeric" : "juan4", + "wadegiles" : "chüan⁴", + "bopomofo" : "ㄐㄩㄢˋ", + "romatzyh" : "jiuann" }, + "meanings" : [ "livestock enclosure; pen; fold; sty" ], + "classifiers" : [] }, + { "traditional" : "圈", + "transcriptions" : { "pinyin" : "quān", + "numeric" : "quan1", + "wadegiles" : "ch'üan¹", + "bopomofo" : "ㄑㄩㄢ", + "romatzyh" : "chiuan" }, + "meanings" : [ "circle; ring; loop", + "classifier for loops, orbits, laps of race etc", + "to surround; to circle" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "圈套", + "radical" : "囗", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13626, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圈套", + "transcriptions" : { "pinyin" : "quān tào", + "numeric" : "quan1 tao4", + "wadegiles" : "ch'üan¹ t'ao⁴", + "bopomofo" : "ㄑㄩㄢ ㄊㄠˋ", + "romatzyh" : "chiuan taw" }, + "meanings" : [ "trap; snare; trick" ], + "classifiers" : [] } ] }, + { "simplified" : "圈子", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 7760, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圈子", + "transcriptions" : { "pinyin" : "quān zi", + "numeric" : "quan1 zi5", + "wadegiles" : "ch'üan¹ zi", + "bopomofo" : "ㄑㄩㄢ zi", + "romatzyh" : "chiuan zi" }, + "meanings" : [ "circle", + "ring", + "(social) circle" ], + "classifiers" : [] } ] }, + { "simplified" : "全", + "radical" : "入", + "level" : [ "new-2" ], + "frequency" : 404, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "全", + "transcriptions" : { "pinyin" : "Quán", + "numeric" : "Quan2", + "wadegiles" : "ch'üan²", + "bopomofo" : "ㄑㄩㄢˊ", + "romatzyh" : "chyuan" }, + "meanings" : [ "surname Quan" ], + "classifiers" : [] }, + { "traditional" : "全", + "transcriptions" : { "pinyin" : "quán", + "numeric" : "quan2", + "wadegiles" : "ch'üan²", + "bopomofo" : "ㄑㄩㄢˊ", + "romatzyh" : "chyuan" }, + "meanings" : [ "all", + "whole", + "entire", + "every", + "complete" ], + "classifiers" : [] } ] }, + { "simplified" : "全部", + "radical" : "入", + "level" : [ "new-2", "old-4" ], + "frequency" : 718, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "全部", + "transcriptions" : { "pinyin" : "quán bù", + "numeric" : "quan2 bu4", + "wadegiles" : "ch'üan² pu⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄅㄨˋ", + "romatzyh" : "chyuan buh" }, + "meanings" : [ "whole; all" ], + "classifiers" : [] } ] }, + { "simplified" : "全场", + "radical" : "入", + "level" : [ "new-3" ], + "frequency" : 5847, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全場", + "transcriptions" : { "pinyin" : "quán chǎng", + "numeric" : "quan2 chang3", + "wadegiles" : "ch'üan² ch'ang³", + "bopomofo" : "ㄑㄩㄢˊ ㄔㄤˇ", + "romatzyh" : "chyuan chaang" }, + "meanings" : [ "everyone present", + "the whole audience", + "across-the-board", + "unanimously", + "whole duration (of a competition or match)" ], + "classifiers" : [] } ] }, + { "simplified" : "全程", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 8061, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全程", + "transcriptions" : { "pinyin" : "quán chéng", + "numeric" : "quan2 cheng2", + "wadegiles" : "ch'üan² ch'eng²", + "bopomofo" : "ㄑㄩㄢˊ ㄔㄥˊ", + "romatzyh" : "chyuan cherng" }, + "meanings" : [ "the whole distance", + "from beginning to end" ], + "classifiers" : [] } ] }, + { "simplified" : "全都", + "radical" : "入", + "level" : [ "new-5" ], + "frequency" : 3132, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "全都", + "transcriptions" : { "pinyin" : "quán dōu", + "numeric" : "quan2 dou1", + "wadegiles" : "ch'üan² tou¹", + "bopomofo" : "ㄑㄩㄢˊ ㄉㄡ", + "romatzyh" : "chyuan dou" }, + "meanings" : [ "all", "without exception" ], + "classifiers" : [] } ] }, + { "simplified" : "全方位", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 11781, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全方位", + "transcriptions" : { "pinyin" : "quán fāng wèi", + "numeric" : "quan2 fang1 wei4", + "wadegiles" : "ch'üan² fang¹ wei⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄈㄤ ㄨㄟˋ", + "romatzyh" : "chyuan fang wey" }, + "meanings" : [ "all around", + "omnidirectional", + "complete", + "holistic", + "comprehensive" ], + "classifiers" : [] } ] }, + { "simplified" : "全国", + "radical" : "入", + "level" : [ "new-2" ], + "frequency" : 1228, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全國", + "transcriptions" : { "pinyin" : "quán guó", + "numeric" : "quan2 guo2", + "wadegiles" : "ch'üan² kuo²", + "bopomofo" : "ㄑㄩㄢˊ ㄍㄨㄛˊ", + "romatzyh" : "chyuan gwo" }, + "meanings" : [ "whole nation", + "nationwide", + "countrywide", + "national" ], + "classifiers" : [] } ] }, + { "simplified" : "全家", + "radical" : "入", + "level" : [ "new-2" ], + "frequency" : 4632, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全家", + "transcriptions" : { "pinyin" : "quán jiā", + "numeric" : "quan2 jia1", + "wadegiles" : "ch'üan² chia¹", + "bopomofo" : "ㄑㄩㄢˊ ㄐㄧㄚ", + "romatzyh" : "chyuan jia" }, + "meanings" : [ "whole family" ], + "classifiers" : [] } ] }, + { "simplified" : "全局", + "radical" : "入", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10030, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全局", + "transcriptions" : { "pinyin" : "quán jú", + "numeric" : "quan2 ju2", + "wadegiles" : "ch'üan² chü²", + "bopomofo" : "ㄑㄩㄢˊ ㄐㄩˊ", + "romatzyh" : "chyuan jyu" }, + "meanings" : [ "overall situation" ], + "classifiers" : [] } ] }, + { "simplified" : "全力", + "radical" : "入", + "level" : [ "new-6" ], + "frequency" : 3164, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "全力", + "transcriptions" : { "pinyin" : "quán lì", + "numeric" : "quan2 li4", + "wadegiles" : "ch'üan² li⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄌㄧˋ", + "romatzyh" : "chyuan lih" }, + "meanings" : [ "with all one's strength", + "full strength", + "all-out (effort)", + "fully (support)" ], + "classifiers" : [] } ] }, + { "simplified" : "全力以赴", + "radical" : "入", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9514, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "全力以赴", + "transcriptions" : { "pinyin" : "quán lì yǐ fù", + "numeric" : "quan2 li4 yi3 fu4", + "wadegiles" : "ch'üan² li⁴ i³ fu⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄌㄧˋ ㄧˇ ㄈㄨˋ", + "romatzyh" : "chyuan lih yii fuh" }, + "meanings" : [ "to do at all costs", + "to make an all-out effort" ], + "classifiers" : [] } ] }, + { "simplified" : "全面", + "radical" : "入", + "level" : [ "new-3", "old-5" ], + "frequency" : 2552, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "全面", + "transcriptions" : { "pinyin" : "quán miàn", + "numeric" : "quan2 mian4", + "wadegiles" : "ch'üan² mien⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄇㄧㄢˋ", + "romatzyh" : "chyuan miann" }, + "meanings" : [ "all-around", + "comprehensive", + "total", + "overall" ], + "classifiers" : [] } ] }, + { "simplified" : "全能", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 10964, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全能", + "transcriptions" : { "pinyin" : "quán néng", + "numeric" : "quan2 neng2", + "wadegiles" : "ch'üan² neng²", + "bopomofo" : "ㄑㄩㄢˊ ㄋㄥˊ", + "romatzyh" : "chyuan neng" }, + "meanings" : [ "omnipotent", + "all-round", + "strong in every area" ], + "classifiers" : [] } ] }, + { "simplified" : "全年", + "radical" : "入", + "level" : [ "new-2" ], + "frequency" : 15123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全年", + "transcriptions" : { "pinyin" : "quán nián", + "numeric" : "quan2 nian2", + "wadegiles" : "ch'üan² nien²", + "bopomofo" : "ㄑㄩㄢˊ ㄋㄧㄢˊ", + "romatzyh" : "chyuan nian" }, + "meanings" : [ "the whole year", "all year long" ], + "classifiers" : [] } ] }, + { "simplified" : "全球", + "radical" : "入", + "level" : [ "new-3" ], + "frequency" : 1858, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全球", + "transcriptions" : { "pinyin" : "quán qiú", + "numeric" : "quan2 qiu2", + "wadegiles" : "ch'üan² ch'iu²", + "bopomofo" : "ㄑㄩㄢˊ ㄑㄧㄡˊ", + "romatzyh" : "chyuan chyou" }, + "meanings" : [ "entire", + "total", + "global", + "the (whole) world", + "worldwide" ], + "classifiers" : [] } ] }, + { "simplified" : "全身", + "radical" : "入", + "level" : [ "new-2" ], + "frequency" : 3082, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全身", + "transcriptions" : { "pinyin" : "quán shēn", + "numeric" : "quan2 shen1", + "wadegiles" : "ch'üan² shen¹", + "bopomofo" : "ㄑㄩㄢˊ ㄕㄣ", + "romatzyh" : "chyuan shen" }, + "meanings" : [ "the whole body", + "(typography) em" ], + "classifiers" : [] } ] }, + { "simplified" : "全世界", + "radical" : "入", + "level" : [ "new-5" ], + "frequency" : 2337, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全世界", + "transcriptions" : { "pinyin" : "quán shì jiè", + "numeric" : "quan2 shi4 jie4", + "wadegiles" : "ch'üan² shih⁴ chieh⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄕˋ ㄐㄧㄝˋ", + "romatzyh" : "chyuan shyh jieh" }, + "meanings" : [ "worldwide", "entire world" ], + "classifiers" : [] } ] }, + { "simplified" : "全体", + "radical" : "入", + "level" : [ "new-2" ], + "frequency" : 3036, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全體", + "transcriptions" : { "pinyin" : "quán tǐ", + "numeric" : "quan2 ti3", + "wadegiles" : "ch'üan² t'i³", + "bopomofo" : "ㄑㄩㄢˊ ㄊㄧˇ", + "romatzyh" : "chyuan tii" }, + "meanings" : [ "all", "entire" ], + "classifiers" : [] } ] }, + { "simplified" : "全文", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 24504, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全文", + "transcriptions" : { "pinyin" : "quán wén", + "numeric" : "quan2 wen2", + "wadegiles" : "ch'üan² wen²", + "bopomofo" : "ㄑㄩㄢˊ ㄨㄣˊ", + "romatzyh" : "chyuan wen" }, + "meanings" : [ "entire text", "full text" ], + "classifiers" : [] } ] }, + { "simplified" : "全心全意", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 11148, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "全心全意", + "transcriptions" : { "pinyin" : "quán xīn quán yì", + "numeric" : "quan2 xin1 quan2 yi4", + "wadegiles" : "ch'üan² hsin¹ ch'üan² i⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄒㄧㄣ ㄑㄩㄢˊ ㄧˋ", + "romatzyh" : "chyuan shin chyuan yih" }, + "meanings" : [ "heart and soul", "wholeheartedly" ], + "classifiers" : [] } ] }, + { "simplified" : "全新", + "radical" : "入", + "level" : [ "new-6" ], + "frequency" : 2862, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "全新", + "transcriptions" : { "pinyin" : "quán xīn", + "numeric" : "quan2 xin1", + "wadegiles" : "ch'üan² hsin¹", + "bopomofo" : "ㄑㄩㄢˊ ㄒㄧㄣ", + "romatzyh" : "chyuan shin" }, + "meanings" : [ "all new", "completely new" ], + "classifiers" : [] } ] }, + { "simplified" : "全长", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 23343, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "全長", + "transcriptions" : { "pinyin" : "quán cháng", + "numeric" : "quan2 chang2", + "wadegiles" : "ch'üan² ch'ang²", + "bopomofo" : "ㄑㄩㄢˊ ㄔㄤˊ", + "romatzyh" : "chyuan charng" }, + "meanings" : [ "overall length", "span" ], + "classifiers" : [] } ] }, + { "simplified" : "权", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 1198, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "權", + "transcriptions" : { "pinyin" : "Quán", + "numeric" : "Quan2", + "wadegiles" : "ch'üan²", + "bopomofo" : "ㄑㄩㄢˊ", + "romatzyh" : "chyuan" }, + "meanings" : [ "surname Quan" ], + "classifiers" : [] }, + { "traditional" : "權", + "transcriptions" : { "pinyin" : "quán", + "numeric" : "quan2", + "wadegiles" : "ch'üan²", + "bopomofo" : "ㄑㄩㄢˊ", + "romatzyh" : "chyuan" }, + "meanings" : [ "authority", + "power", + "right", + "(literary) to weigh", + "expedient", + "temporary" ], + "classifiers" : [] } ] }, + { "simplified" : "权衡", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17687, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "權衡", + "transcriptions" : { "pinyin" : "quán héng", + "numeric" : "quan2 heng2", + "wadegiles" : "ch'üan² heng²", + "bopomofo" : "ㄑㄩㄢˊ ㄏㄥˊ", + "romatzyh" : "chyuan herng" }, + "meanings" : [ "to consider", + "to weigh (a matter)", + "to balance (pros and cons)" ], + "classifiers" : [] } ] }, + { "simplified" : "权力", + "radical" : "木", + "level" : [ "new-6", "old-5" ], + "frequency" : 2229, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "權力", + "transcriptions" : { "pinyin" : "quán lì", + "numeric" : "quan2 li4", + "wadegiles" : "ch'üan² li⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄌㄧˋ", + "romatzyh" : "chyuan lih" }, + "meanings" : [ "power", "authority" ], + "classifiers" : [] } ] }, + { "simplified" : "权利", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 1696, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "權利", + "transcriptions" : { "pinyin" : "quán lì", + "numeric" : "quan2 li4", + "wadegiles" : "ch'üan² li⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄌㄧˋ", + "romatzyh" : "chyuan lih" }, + "meanings" : [ "right (i.e. an entitlement to sth)", + "(classical) power and wealth" ], + "classifiers" : [] } ] }, + { "simplified" : "权威", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5493, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "權威", + "transcriptions" : { "pinyin" : "quán wēi", + "numeric" : "quan2 wei1", + "wadegiles" : "ch'üan² wei¹", + "bopomofo" : "ㄑㄩㄢˊ ㄨㄟ", + "romatzyh" : "chyuan uei" }, + "meanings" : [ "authority", + "authoritative", + "power and prestige" ], + "classifiers" : [] } ] }, + { "simplified" : "权益", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6690, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "權益", + "transcriptions" : { "pinyin" : "quán yì", + "numeric" : "quan2 yi4", + "wadegiles" : "ch'üan² i⁴", + "bopomofo" : "ㄑㄩㄢˊ ㄧˋ", + "romatzyh" : "chyuan yih" }, + "meanings" : [ "rights", + "interests", + "rights and benefits" ], + "classifiers" : [] } ] }, + { "simplified" : "泉", + "radical" : "水", + "level" : [ "new-5" ], + "frequency" : 7156, + "pos" : [ "g", "n", "q" ], + "forms" : [ { "traditional" : "泉", + "transcriptions" : { "pinyin" : "quán", + "numeric" : "quan2", + "wadegiles" : "ch'üan²", + "bopomofo" : "ㄑㄩㄢˊ", + "romatzyh" : "chyuan" }, + "meanings" : [ "spring (small stream)", + "mouth of a spring", + "coin (archaic)" ], + "classifiers" : [] } ] }, + { "simplified" : "拳", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 3246, + "pos" : [ "n", "qv" ], + "forms" : [ { "traditional" : "拳", + "transcriptions" : { "pinyin" : "quán", + "numeric" : "quan2", + "wadegiles" : "ch'üan²", + "bopomofo" : "ㄑㄩㄢˊ", + "romatzyh" : "chyuan" }, + "meanings" : [ "fist", "boxing" ], + "classifiers" : [] } ] }, + { "simplified" : "拳头", + "radical" : "手", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7826, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "拳頭", + "transcriptions" : { "pinyin" : "quán tou", + "numeric" : "quan2 tou5", + "wadegiles" : "ch'üan² tou", + "bopomofo" : "ㄑㄩㄢˊ tou", + "romatzyh" : "chyuan tou" }, + "meanings" : [ "fist", + "clenched fist", + "competitive (product)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "犬", + "radical" : "犬", + "level" : [ "old-6" ], + "frequency" : 4105, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "犬", + "transcriptions" : { "pinyin" : "quǎn", + "numeric" : "quan3", + "wadegiles" : "ch'üan³", + "bopomofo" : "ㄑㄩㄢˇ", + "romatzyh" : "cheuan" }, + "meanings" : [ "dog", "Kangxi radical 94" ], + "classifiers" : [] } ] }, + { "simplified" : "劝", + "radical" : "力", + "level" : [ "new-5", "old-5" ], + "frequency" : 3745, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勸", + "transcriptions" : { "pinyin" : "quàn", + "numeric" : "quan4", + "wadegiles" : "ch'üan⁴", + "bopomofo" : "ㄑㄩㄢˋ", + "romatzyh" : "chiuann" }, + "meanings" : [ "to advise", + "to urge", + "to try to persuade", + "to exhort", + "to console", + "to soothe" ], + "classifiers" : [] } ] }, + { "simplified" : "劝告", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 20177, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "勸告", + "transcriptions" : { "pinyin" : "quàn gào", + "numeric" : "quan4 gao4", + "wadegiles" : "ch'üan⁴ kao⁴", + "bopomofo" : "ㄑㄩㄢˋ ㄍㄠˋ", + "romatzyh" : "chiuann gaw" }, + "meanings" : [ "to advise", + "to urge", + "to exhort", + "exhortation", + "advice" ], + "classifiers" : [ "席" ] } ] }, + { "simplified" : "劝说", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 12642, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "勸說", + "transcriptions" : { "pinyin" : "quàn shuō", + "numeric" : "quan4 shuo1", + "wadegiles" : "ch'üan⁴ shuo¹", + "bopomofo" : "ㄑㄩㄢˋ ㄕㄨㄛ", + "romatzyh" : "chiuann shuo" }, + "meanings" : [ "to persuade", + "persuasion", + "to advise" ], + "classifiers" : [] } ] }, + { "simplified" : "劝阻", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 21438, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "勸阻", + "transcriptions" : { "pinyin" : "quàn zǔ", + "numeric" : "quan4 zu3", + "wadegiles" : "ch'üan⁴ tsu³", + "bopomofo" : "ㄑㄩㄢˋ ㄗㄨˇ", + "romatzyh" : "chiuann tzuu" }, + "meanings" : [ "to advise against", "to dissuade" ], + "classifiers" : [] } ] }, + { "simplified" : "券", + "radical" : "刀", + "level" : [ "new-6" ], + "frequency" : 6835, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "券", + "transcriptions" : { "pinyin" : "quàn", + "numeric" : "quan4", + "wadegiles" : "ch'üan⁴", + "bopomofo" : "ㄑㄩㄢˋ", + "romatzyh" : "chiuann" }, + "meanings" : [ "bond (esp. document split in two, with each party holding one half)", + "contract", + "deed (i.e. title deeds)", + "ticket", + "voucher", + "certificate" ], + "classifiers" : [] }, + { "traditional" : "劵", + "transcriptions" : { "pinyin" : "quàn", + "numeric" : "quan4", + "wadegiles" : "ch'üan⁴", + "bopomofo" : "ㄑㄩㄢˋ", + "romatzyh" : "chiuann" }, + "meanings" : [ "variant of 券" ], + "classifiers" : [] } ] }, + { "simplified" : "缺", + "radical" : "缶", + "level" : [ "new-3" ], + "frequency" : 2448, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "缺", + "transcriptions" : { "pinyin" : "quē", + "numeric" : "que1", + "wadegiles" : "ch'üeh¹", + "bopomofo" : "ㄑㄩㄝ", + "romatzyh" : "chiue" }, + "meanings" : [ "deficiency", + "lack", + "scarce", + "vacant post", + "to run short of" ], + "classifiers" : [] } ] }, + { "simplified" : "缺点", + "radical" : "缶", + "level" : [ "new-3", "old-4" ], + "frequency" : 5178, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "缺點", + "transcriptions" : { "pinyin" : "quē diǎn", + "numeric" : "que1 dian3", + "wadegiles" : "ch'üeh¹ tien³", + "bopomofo" : "ㄑㄩㄝ ㄉㄧㄢˇ", + "romatzyh" : "chiue dean" }, + "meanings" : [ "weak point", + "fault", + "shortcoming", + "disadvantage" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "缺乏", + "radical" : "缶", + "level" : [ "new-5", "old-5" ], + "frequency" : 2593, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "缺乏", + "transcriptions" : { "pinyin" : "quē fá", + "numeric" : "que1 fa2", + "wadegiles" : "ch'üeh¹ fa²", + "bopomofo" : "ㄑㄩㄝ ㄈㄚˊ", + "romatzyh" : "chiue far" }, + "meanings" : [ "to lack; to be short of" ], + "classifiers" : [] } ] }, + { "simplified" : "缺口", + "radical" : "缶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11446, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "缺口", + "transcriptions" : { "pinyin" : "quē kǒu", + "numeric" : "que1 kou3", + "wadegiles" : "ch'üeh¹ k'ou³", + "bopomofo" : "ㄑㄩㄝ ㄎㄡˇ", + "romatzyh" : "chiue koou" }, + "meanings" : [ "nick", "jag", "gap", "shortfall" ], + "classifiers" : [] } ] }, + { "simplified" : "缺少", + "radical" : "缶", + "level" : [ "new-3", "old-4" ], + "frequency" : 4326, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "缺少", + "transcriptions" : { "pinyin" : "quē shǎo", + "numeric" : "que1 shao3", + "wadegiles" : "ch'üeh¹ shao³", + "bopomofo" : "ㄑㄩㄝ ㄕㄠˇ", + "romatzyh" : "chiue shao" }, + "meanings" : [ "lack", + "shortage of", + "shortfall", + "to be short (of)", + "to lack" ], + "classifiers" : [] } ] }, + { "simplified" : "缺失", + "radical" : "缶", + "level" : [ "new-7+" ], + "frequency" : 12865, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "缺失", + "transcriptions" : { "pinyin" : "quē shī", + "numeric" : "que1 shi1", + "wadegiles" : "ch'üeh¹ shih¹", + "bopomofo" : "ㄑㄩㄝ ㄕ", + "romatzyh" : "chiue shy" }, + "meanings" : [ "lack; deficiency", + "shortcoming; flaw; defect", + "to be deficient; to lack" ], + "classifiers" : [] } ] }, + { "simplified" : "缺席", + "radical" : "缶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9842, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "缺席", + "transcriptions" : { "pinyin" : "quē xí", + "numeric" : "que1 xi2", + "wadegiles" : "ch'üeh¹ hsi²", + "bopomofo" : "ㄑㄩㄝ ㄒㄧˊ", + "romatzyh" : "chiue shyi" }, + "meanings" : [ "to be absent" ], + "classifiers" : [] } ] }, + { "simplified" : "缺陷", + "radical" : "缶", + "level" : [ "new-6", "old-6" ], + "frequency" : 5536, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "缺陷", + "transcriptions" : { "pinyin" : "quē xiàn", + "numeric" : "que1 xian4", + "wadegiles" : "ch'üeh¹ hsien⁴", + "bopomofo" : "ㄑㄩㄝ ㄒㄧㄢˋ", + "romatzyh" : "chiue shiann" }, + "meanings" : [ "defect; flaw" ], + "classifiers" : [] } ] }, + { "simplified" : "瘸", + "radical" : "疒", + "level" : [ "old-6" ], + "frequency" : 19513, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瘸", + "transcriptions" : { "pinyin" : "qué", + "numeric" : "que2", + "wadegiles" : "ch'üeh²", + "bopomofo" : "ㄑㄩㄝˊ", + "romatzyh" : "chyue" }, + "meanings" : [ "lame" ], + "classifiers" : [] } ] }, + { "simplified" : "却", + "radical" : "卩", + "level" : [ "new-4", "old-4" ], + "frequency" : 199, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "㕁", + "transcriptions" : { "pinyin" : "què", + "numeric" : "que4", + "wadegiles" : "ch'üeh⁴", + "bopomofo" : "ㄑㄩㄝˋ", + "romatzyh" : "chiueh" }, + "meanings" : [ "old variant of 却" ], + "classifiers" : [] }, + { "traditional" : "卻", + "transcriptions" : { "pinyin" : "què", + "numeric" : "que4", + "wadegiles" : "ch'üeh⁴", + "bopomofo" : "ㄑㄩㄝˋ", + "romatzyh" : "chiueh" }, + "meanings" : [ "but", + "yet", + "however", + "while", + "to go back", + "to decline", + "to retreat", + "nevertheless", + "even though" ], + "classifiers" : [] } ] }, + { "simplified" : "却是", + "radical" : "卩", + "level" : [ "new-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "卻是", + "transcriptions" : { "pinyin" : "què shì", + "numeric" : "que4 shi4", + "wadegiles" : "ch'üeh⁴ shih⁴", + "bopomofo" : "ㄑㄩㄝˋ ㄕˋ", + "romatzyh" : "chiueh shyh" }, + "meanings" : [ "nevertheless", + "actually", + "the fact is ..." ], + "classifiers" : [] } ] }, + { "simplified" : "确保", + "radical" : "石", + "level" : [ "new-3", "old-6" ], + "frequency" : 1674, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "確保", + "transcriptions" : { "pinyin" : "què bǎo", + "numeric" : "que4 bao3", + "wadegiles" : "ch'üeh⁴ pao³", + "bopomofo" : "ㄑㄩㄝˋ ㄅㄠˇ", + "romatzyh" : "chiueh bao" }, + "meanings" : [ "to ensure; to guarantee" ], + "classifiers" : [] } ] }, + { "simplified" : "确定", + "radical" : "石", + "level" : [ "new-3", "old-5" ], + "frequency" : 651, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "確定", + "transcriptions" : { "pinyin" : "què dìng", + "numeric" : "que4 ding4", + "wadegiles" : "ch'üeh⁴ ting⁴", + "bopomofo" : "ㄑㄩㄝˋ ㄉㄧㄥˋ", + "romatzyh" : "chiueh dinq" }, + "meanings" : [ "definite", + "certain", + "fixed", + "to fix (on sth)", + "to determine", + "to be sure", + "to ensure", + "to make certain", + "to ascertain", + "to clinch", + "to recognize", + "to confirm", + "OK (on computer dialog box)" ], + "classifiers" : [] } ] }, + { "simplified" : "确立", + "radical" : "石", + "level" : [ "new-5", "old-6" ], + "frequency" : 12943, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "確立", + "transcriptions" : { "pinyin" : "què lì", + "numeric" : "que4 li4", + "wadegiles" : "ch'üeh⁴ li⁴", + "bopomofo" : "ㄑㄩㄝˋ ㄌㄧˋ", + "romatzyh" : "chiueh lih" }, + "meanings" : [ "to establish", "to institute" ], + "classifiers" : [] } ] }, + { "simplified" : "确切", + "radical" : "石", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5982, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "確切", + "transcriptions" : { "pinyin" : "què qiè", + "numeric" : "que4 qie4", + "wadegiles" : "ch'üeh⁴ ch'ieh⁴", + "bopomofo" : "ㄑㄩㄝˋ ㄑㄧㄝˋ", + "romatzyh" : "chiueh chieh" }, + "meanings" : [ "definite", "exact", "precise" ], + "classifiers" : [] } ] }, + { "simplified" : "确认", + "radical" : "石", + "level" : [ "new-4", "old-5" ], + "frequency" : 2006, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "確認", + "transcriptions" : { "pinyin" : "què rèn", + "numeric" : "que4 ren4", + "wadegiles" : "ch'üeh⁴ jen⁴", + "bopomofo" : "ㄑㄩㄝˋ ㄖㄣˋ", + "romatzyh" : "chiueh renn" }, + "meanings" : [ "to confirm", + "to verify", + "confirmation" ], + "classifiers" : [] } ] }, + { "simplified" : "确实", + "radical" : "石", + "level" : [ "new-3", "old-4" ], + "frequency" : 850, + "pos" : [ "ad", "a", "d" ], + "forms" : [ { "traditional" : "確實", + "transcriptions" : { "pinyin" : "què shí", + "numeric" : "que4 shi2", + "wadegiles" : "ch'üeh⁴ shih²", + "bopomofo" : "ㄑㄩㄝˋ ㄕˊ", + "romatzyh" : "chiueh shyr" }, + "meanings" : [ "indeed", + "really", + "reliable", + "real", + "true" ], + "classifiers" : [] } ] }, + { "simplified" : "确信", + "radical" : "石", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9028, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "確信", + "transcriptions" : { "pinyin" : "què xìn", + "numeric" : "que4 xin4", + "wadegiles" : "ch'üeh⁴ hsin⁴", + "bopomofo" : "ㄑㄩㄝˋ ㄒㄧㄣˋ", + "romatzyh" : "chiueh shinn" }, + "meanings" : [ "to be convinced", + "to be sure", + "to firmly believe", + "to be positive that", + "definite news" ], + "classifiers" : [] } ] }, + { "simplified" : "确凿", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 17369, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "確鑿", + "transcriptions" : { "pinyin" : "què záo", + "numeric" : "que4 zao2", + "wadegiles" : "ch'üeh⁴ tsao²", + "bopomofo" : "ㄑㄩㄝˋ ㄗㄠˊ", + "romatzyh" : "chiueh tzaur" }, + "meanings" : [ "definite", + "conclusive", + "undeniable", + "authentic", + "also pr. [què zuò]" ], + "classifiers" : [] } ] }, + { "simplified" : "确诊", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 9753, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "確診", + "transcriptions" : { "pinyin" : "què zhěn", + "numeric" : "que4 zhen3", + "wadegiles" : "ch'üeh⁴ chen³", + "bopomofo" : "ㄑㄩㄝˋ ㄓㄣˇ", + "romatzyh" : "chiueh jeen" }, + "meanings" : [ "to make a definite diagnosis", + "confirmed (case of a specific disease)" ], + "classifiers" : [] } ] }, + { "simplified" : "裙子", + "radical" : "衤", + "level" : [ "new-3", "old-3" ], + "frequency" : 5466, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "裙子", + "transcriptions" : { "pinyin" : "qún zi", + "numeric" : "qun2 zi5", + "wadegiles" : "ch'ün² zi", + "bopomofo" : "ㄑㄩㄣˊ zi", + "romatzyh" : "chyun zi" }, + "meanings" : [ "skirt" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "群", + "radical" : "羊", + "level" : [ "new-3", "old-4" ], + "frequency" : 1165, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "羣", + "transcriptions" : { "pinyin" : "qún", + "numeric" : "qun2", + "wadegiles" : "ch'ün²", + "bopomofo" : "ㄑㄩㄣˊ", + "romatzyh" : "chyun" }, + "meanings" : [ "variant of 群" ], + "classifiers" : [] }, + { "traditional" : "群", + "transcriptions" : { "pinyin" : "qún", + "numeric" : "qun2", + "wadegiles" : "ch'ün²", + "bopomofo" : "ㄑㄩㄣˊ", + "romatzyh" : "chyun" }, + "meanings" : [ "group", + "crowd", + "flock, herd, pack etc" ], + "classifiers" : [] } ] }, + { "simplified" : "群体", + "radical" : "羊", + "level" : [ "new-5" ], + "frequency" : 5755, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "群體", + "transcriptions" : { "pinyin" : "qún tǐ", + "numeric" : "qun2 ti3", + "wadegiles" : "ch'ün² t'i³", + "bopomofo" : "ㄑㄩㄣˊ ㄊㄧˇ", + "romatzyh" : "chyun tii" }, + "meanings" : [ "community", "colony" ], + "classifiers" : [] } ] }, + { "simplified" : "群众", + "radical" : "羊", + "level" : [ "new-5", "old-6" ], + "frequency" : 3975, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "群眾", + "transcriptions" : { "pinyin" : "qún zhòng", + "numeric" : "qun2 zhong4", + "wadegiles" : "ch'ün² chung⁴", + "bopomofo" : "ㄑㄩㄣˊ ㄓㄨㄥˋ", + "romatzyh" : "chyun jonq" }, + "meanings" : [ "mass", "multitude", "the masses" ], + "classifiers" : [] } ] }, + { "simplified" : "然而", + "radical" : "灬", + "level" : [ "new-4", "old-4" ], + "frequency" : 1818, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "然而", + "transcriptions" : { "pinyin" : "rán ér", + "numeric" : "ran2 er2", + "wadegiles" : "jan² erh²", + "bopomofo" : "ㄖㄢˊ ㄦˊ", + "romatzyh" : "ran erl" }, + "meanings" : [ "however; yet; but" ], + "classifiers" : [] } ] }, + { "simplified" : "然后", + "radical" : "灬", + "level" : [ "new-2", "old-3" ], + "frequency" : 275, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "然後", + "transcriptions" : { "pinyin" : "rán hòu", + "numeric" : "ran2 hou4", + "wadegiles" : "jan² hou⁴", + "bopomofo" : "ㄖㄢˊ ㄏㄡˋ", + "romatzyh" : "ran how" }, + "meanings" : [ "then; after that; afterwards" ], + "classifiers" : [] } ] }, + { "simplified" : "燃放", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 24304, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "燃放", + "transcriptions" : { "pinyin" : "rán fàng", + "numeric" : "ran2 fang4", + "wadegiles" : "jan² fang⁴", + "bopomofo" : "ㄖㄢˊ ㄈㄤˋ", + "romatzyh" : "ran fanq" }, + "meanings" : [ "to light", + "to set off (firecrackers etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "燃料", + "radical" : "火", + "level" : [ "new-4" ], + "frequency" : 5829, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "燃料", + "transcriptions" : { "pinyin" : "rán liào", + "numeric" : "ran2 liao4", + "wadegiles" : "jan² liao⁴", + "bopomofo" : "ㄖㄢˊ ㄌㄧㄠˋ", + "romatzyh" : "ran liaw" }, + "meanings" : [ "fuel" ], + "classifiers" : [] } ] }, + { "simplified" : "燃气", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 18804, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "燃氣", + "transcriptions" : { "pinyin" : "rán qì", + "numeric" : "ran2 qi4", + "wadegiles" : "jan² ch'i⁴", + "bopomofo" : "ㄖㄢˊ ㄑㄧˋ", + "romatzyh" : "ran chih" }, + "meanings" : [ "fuel gas (coal gas, natural gas, methane etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "燃烧", + "radical" : "火", + "level" : [ "new-4", "old-5" ], + "frequency" : 4624, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "燃燒", + "transcriptions" : { "pinyin" : "rán shāo", + "numeric" : "ran2 shao1", + "wadegiles" : "jan² shao¹", + "bopomofo" : "ㄖㄢˊ ㄕㄠ", + "romatzyh" : "ran shau" }, + "meanings" : [ "to ignite", + "to combust", + "to burn", + "combustion", + "flaming" ], + "classifiers" : [] } ] }, + { "simplified" : "燃油", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 11633, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "燃油", + "transcriptions" : { "pinyin" : "rán yóu", + "numeric" : "ran2 you2", + "wadegiles" : "jan² yu²", + "bopomofo" : "ㄖㄢˊ ㄧㄡˊ", + "romatzyh" : "ran you" }, + "meanings" : [ "fuel oil" ], + "classifiers" : [] } ] }, + { "simplified" : "染", + "radical" : "木", + "level" : [ "new-5", "old-6" ], + "frequency" : 4175, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "染", + "transcriptions" : { "pinyin" : "rǎn", + "numeric" : "ran3", + "wadegiles" : "jan³", + "bopomofo" : "ㄖㄢˇ", + "romatzyh" : "raan" }, + "meanings" : [ "to dye", + "to catch (a disease)", + "to acquire (bad habits etc)", + "to contaminate", + "to add color washes to a painting" ], + "classifiers" : [] } ] }, + { "simplified" : "嚷", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 13472, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嚷", + "transcriptions" : { "pinyin" : "rǎng", + "numeric" : "rang3", + "wadegiles" : "jang³", + "bopomofo" : "ㄖㄤˇ", + "romatzyh" : "raang" }, + "meanings" : [ "to shout", + "to bellow", + "to make a big deal of sth", + "to make a fuss about sth" ], + "classifiers" : [] } ] }, + { "simplified" : "让", + "radical" : "讠", + "level" : [ "new-2", "old-2" ], + "frequency" : 54, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "讓", + "transcriptions" : { "pinyin" : "ràng", + "numeric" : "rang4", + "wadegiles" : "jang⁴", + "bopomofo" : "ㄖㄤˋ", + "romatzyh" : "ranq" }, + "meanings" : [ "to yield", + "to permit", + "to let sb do sth", + "to have sb do sth", + "to make sb (feel sad etc)", + "by (indicates the agent in a passive clause, like 被)" ], + "classifiers" : [] } ] }, + { "simplified" : "让步", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10734, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "讓步", + "transcriptions" : { "pinyin" : "ràng bù", + "numeric" : "rang4 bu4", + "wadegiles" : "jang⁴ pu⁴", + "bopomofo" : "ㄖㄤˋ ㄅㄨˋ", + "romatzyh" : "ranq buh" }, + "meanings" : [ "to concede", + "to give in", + "to yield", + "a concession", + "(linguistics) concessive" ], + "classifiers" : [] } ] }, + { "simplified" : "让座", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 33457, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "讓座", + "transcriptions" : { "pinyin" : "ràng zuò", + "numeric" : "rang4 zuo4", + "wadegiles" : "jang⁴ tso⁴", + "bopomofo" : "ㄖㄤˋ ㄗㄨㄛˋ", + "romatzyh" : "ranq tzuoh" }, + "meanings" : [ "to give up one's seat for sb" ], + "classifiers" : [] } ] }, + { "simplified" : "饶", + "radical" : "饣", + "level" : [ "new-7+" ], + "frequency" : 7774, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "饒", + "transcriptions" : { "pinyin" : "Ráo", + "numeric" : "Rao2", + "wadegiles" : "jao²", + "bopomofo" : "ㄖㄠˊ", + "romatzyh" : "rau" }, + "meanings" : [ "surname Rao" ], + "classifiers" : [] }, + { "traditional" : "饒", + "transcriptions" : { "pinyin" : "ráo", + "numeric" : "rao2", + "wadegiles" : "jao²", + "bopomofo" : "ㄖㄠˊ", + "romatzyh" : "rau" }, + "meanings" : [ "rich", + "abundant", + "exuberant", + "to add for free", + "to throw in as bonus", + "to spare", + "to forgive", + "despite", + "although" ], + "classifiers" : [] } ] }, + { "simplified" : "饶恕", + "radical" : "饣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 24201, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "饒恕", + "transcriptions" : { "pinyin" : "ráo shù", + "numeric" : "rao2 shu4", + "wadegiles" : "jao² shu⁴", + "bopomofo" : "ㄖㄠˊ ㄕㄨˋ", + "romatzyh" : "rau shuh" }, + "meanings" : [ "to forgive", + "to pardon", + "to spare" ], + "classifiers" : [] } ] }, + { "simplified" : "扰乱", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9719, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擾亂", + "transcriptions" : { "pinyin" : "rǎo luàn", + "numeric" : "rao3 luan4", + "wadegiles" : "jao³ luan⁴", + "bopomofo" : "ㄖㄠˇ ㄌㄨㄢˋ", + "romatzyh" : "rao luann" }, + "meanings" : [ "to disturb", + "to perturb", + "to harass" ], + "classifiers" : [] } ] }, + { "simplified" : "绕", + "radical" : "纟", + "level" : [ "new-5", "old-5" ], + "frequency" : 3312, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "繞", + "transcriptions" : { "pinyin" : "rào", + "numeric" : "rao4", + "wadegiles" : "jao⁴", + "bopomofo" : "ㄖㄠˋ", + "romatzyh" : "raw" }, + "meanings" : [ "to wind", + "to coil (thread)", + "to rotate around", + "to spiral", + "to move around", + "to go round (an obstacle)", + "to by-pass", + "to make a detour", + "to confuse", + "to perplex" ], + "classifiers" : [] }, + { "traditional" : "遶", + "transcriptions" : { "pinyin" : "rào", + "numeric" : "rao4", + "wadegiles" : "jao⁴", + "bopomofo" : "ㄖㄠˋ", + "romatzyh" : "raw" }, + "meanings" : [ "variant of 绕, to rotate around", + "to spiral", + "to move around", + "to go round (an obstacle)", + "to by-pass", + "to make a detour" ], + "classifiers" : [] } ] }, + { "simplified" : "绕行", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 22711, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "繞行", + "transcriptions" : { "pinyin" : "rào xíng", + "numeric" : "rao4 xing2", + "wadegiles" : "jao⁴ hsing²", + "bopomofo" : "ㄖㄠˋ ㄒㄧㄥˊ", + "romatzyh" : "raw shyng" }, + "meanings" : [ "to take a circular (or circuitous) route", + "to do a circuit", + "(of a planet) to orbit", + "(of a sailor) to circumnavigate", + "to take a detour", + "to bypass" ], + "classifiers" : [] } ] }, + { "simplified" : "惹", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 3183, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "惹", + "transcriptions" : { "pinyin" : "rě", + "numeric" : "re3", + "wadegiles" : "je³", + "bopomofo" : "ㄖㄜˇ", + "romatzyh" : "ree" }, + "meanings" : [ "to provoke", + "to irritate", + "to vex", + "to stir up", + "to anger", + "to attract (troubles)", + "to cause (problems)" ], + "classifiers" : [] } ] }, + { "simplified" : "惹祸", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 29923, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "惹禍", + "transcriptions" : { "pinyin" : "rě huò", + "numeric" : "re3 huo4", + "wadegiles" : "je³ huo⁴", + "bopomofo" : "ㄖㄜˇ ㄏㄨㄛˋ", + "romatzyh" : "ree huoh" }, + "meanings" : [ "to stir up trouble", + "to invite disaster" ], + "classifiers" : [] } ] }, + { "simplified" : "热", + "radical" : "灬", + "level" : [ "new-1", "old-1" ], + "frequency" : 938, + "pos" : [ "a", "n", "k", "v", "ad", "an" ], + "forms" : [ { "traditional" : "熱", + "transcriptions" : { "pinyin" : "rè", + "numeric" : "re4", + "wadegiles" : "je⁴", + "bopomofo" : "ㄖㄜˋ", + "romatzyh" : "reh" }, + "meanings" : [ "to warm up", + "to heat up", + "hot (of weather)", + "heat", + "fervent" ], + "classifiers" : [] } ] }, + { "simplified" : "热爱", + "radical" : "灬", + "level" : [ "new-3", "old-5" ], + "frequency" : 4185, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "熱愛", + "transcriptions" : { "pinyin" : "rè ài", + "numeric" : "re4 ai4", + "wadegiles" : "je⁴ ai⁴", + "bopomofo" : "ㄖㄜˋ ㄞˋ", + "romatzyh" : "reh ay" }, + "meanings" : [ "to love ardently", "to adore" ], + "classifiers" : [] } ] }, + { "simplified" : "热潮", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 12716, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱潮", + "transcriptions" : { "pinyin" : "rè cháo", + "numeric" : "re4 chao2", + "wadegiles" : "je⁴ ch'ao²", + "bopomofo" : "ㄖㄜˋ ㄔㄠˊ", + "romatzyh" : "reh chaur" }, + "meanings" : [ "upsurge", "popular craze" ], + "classifiers" : [] } ] }, + { "simplified" : "热带", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 8536, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱帶", + "transcriptions" : { "pinyin" : "rè dài", + "numeric" : "re4 dai4", + "wadegiles" : "je⁴ tai⁴", + "bopomofo" : "ㄖㄜˋ ㄉㄞˋ", + "romatzyh" : "reh day" }, + "meanings" : [ "the tropics", "tropical" ], + "classifiers" : [] } ] }, + { "simplified" : "热点", + "radical" : "灬", + "level" : [ "new-6" ], + "frequency" : 10916, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱點", + "transcriptions" : { "pinyin" : "rè diǎn", + "numeric" : "re4 dian3", + "wadegiles" : "je⁴ tien³", + "bopomofo" : "ㄖㄜˋ ㄉㄧㄢˇ", + "romatzyh" : "reh dean" }, + "meanings" : [ "hot spot", + "point of special interest" ], + "classifiers" : [] } ] }, + { "simplified" : "热泪盈眶", + "radical" : "灬", + "level" : [ "old-6" ], + "frequency" : 25380, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "熱淚盈眶", + "transcriptions" : { "pinyin" : "rè lèi yíng kuàng", + "numeric" : "re4 lei4 ying2 kuang4", + "wadegiles" : "je⁴ lei⁴ ying² k'uang⁴", + "bopomofo" : "ㄖㄜˋ ㄌㄟˋ ㄧㄥˊ ㄎㄨㄤˋ", + "romatzyh" : "reh ley yng kuanq" }, + "meanings" : [ "eyes brimming with tears of excitement (idiom)", + "extremely moved" ], + "classifiers" : [] } ] }, + { "simplified" : "热量", + "radical" : "灬", + "level" : [ "new-5" ], + "frequency" : 8063, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱量", + "transcriptions" : { "pinyin" : "rè liàng", + "numeric" : "re4 liang4", + "wadegiles" : "je⁴ liang⁴", + "bopomofo" : "ㄖㄜˋ ㄌㄧㄤˋ", + "romatzyh" : "reh lianq" }, + "meanings" : [ "heat", + "quantity of heat", + "calorific value" ], + "classifiers" : [] } ] }, + { "simplified" : "热烈", + "radical" : "灬", + "level" : [ "new-3", "old-5" ], + "frequency" : 4022, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "熱烈", + "transcriptions" : { "pinyin" : "rè liè", + "numeric" : "re4 lie4", + "wadegiles" : "je⁴ lieh⁴", + "bopomofo" : "ㄖㄜˋ ㄌㄧㄝˋ", + "romatzyh" : "reh lieh" }, + "meanings" : [ "enthusiastic", "ardent", "warm" ], + "classifiers" : [] } ] }, + { "simplified" : "热门", + "radical" : "灬", + "level" : [ "new-5", "old-6" ], + "frequency" : 6594, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "熱門", + "transcriptions" : { "pinyin" : "rè mén", + "numeric" : "re4 men2", + "wadegiles" : "je⁴ men²", + "bopomofo" : "ㄖㄜˋ ㄇㄣˊ", + "romatzyh" : "reh men" }, + "meanings" : [ "popular; hot; in vogue" ], + "classifiers" : [] } ] }, + { "simplified" : "热闹", + "radical" : "灬", + "level" : [ "new-4", "old-4" ], + "frequency" : 6073, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "熱鬧", + "transcriptions" : { "pinyin" : "rè nao", + "numeric" : "re4 nao5", + "wadegiles" : "je⁴ nao", + "bopomofo" : "ㄖㄜˋ nao", + "romatzyh" : "reh nao" }, + "meanings" : [ "bustling with noise and excitement", + "lively" ], + "classifiers" : [] } ] }, + { "simplified" : "热气", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 17239, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱氣", + "transcriptions" : { "pinyin" : "rè qì", + "numeric" : "re4 qi4", + "wadegiles" : "je⁴ ch'i⁴", + "bopomofo" : "ㄖㄜˋ ㄑㄧˋ", + "romatzyh" : "reh chih" }, + "meanings" : [ "steam", "heat" ], + "classifiers" : [ "股" ] } ] }, + { "simplified" : "热气球", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 19181, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱氣球", + "transcriptions" : { "pinyin" : "rè qì qiú", + "numeric" : "re4 qi4 qiu2", + "wadegiles" : "je⁴ ch'i⁴ ch'iu²", + "bopomofo" : "ㄖㄜˋ ㄑㄧˋ ㄑㄧㄡˊ", + "romatzyh" : "reh chih chyou" }, + "meanings" : [ "hot air balloon" ], + "classifiers" : [] } ] }, + { "simplified" : "热情", + "radical" : "灬", + "level" : [ "new-2", "old-3" ], + "frequency" : 2149, + "pos" : [ "an", "a", "ad" ], + "forms" : [ { "traditional" : "熱情", + "transcriptions" : { "pinyin" : "rè qíng", + "numeric" : "re4 qing2", + "wadegiles" : "je⁴ ch'ing²", + "bopomofo" : "ㄖㄜˋ ㄑㄧㄥˊ", + "romatzyh" : "reh chyng" }, + "meanings" : [ "cordial", + "enthusiastic", + "passion", + "passionate", + "passionately" ], + "classifiers" : [] } ] }, + { "simplified" : "热水", + "radical" : "灬", + "level" : [ "new-6" ], + "frequency" : 7195, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱水", + "transcriptions" : { "pinyin" : "rè shuǐ", + "numeric" : "re4 shui3", + "wadegiles" : "je⁴ shui³", + "bopomofo" : "ㄖㄜˋ ㄕㄨㄟˇ", + "romatzyh" : "reh shoei" }, + "meanings" : [ "hot water" ], + "classifiers" : [] } ] }, + { "simplified" : "热水器", + "radical" : "灬", + "level" : [ "new-6" ], + "frequency" : 18075, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱水器", + "transcriptions" : { "pinyin" : "rè shuǐ qì", + "numeric" : "re4 shui3 qi4", + "wadegiles" : "je⁴ shui³ ch'i⁴", + "bopomofo" : "ㄖㄜˋ ㄕㄨㄟˇ ㄑㄧˋ", + "romatzyh" : "reh shoei chih" }, + "meanings" : [ "water heater" ], + "classifiers" : [] } ] }, + { "simplified" : "热腾腾", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 24091, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "熱騰騰", + "transcriptions" : { "pinyin" : "rè téng téng", + "numeric" : "re4 teng2 teng2", + "wadegiles" : "je⁴ t'eng² t'eng²", + "bopomofo" : "ㄖㄜˋ ㄊㄥˊ ㄊㄥˊ", + "romatzyh" : "reh terng terng" }, + "meanings" : [ "steaming hot", + "(fig.) bustling", + "hectic", + "(fig.) excited", + "stirred up", + "(fig.) created only a short time before", + "freshly minted", + "hot off the press", + "(coll.) also pr. [rè tēng tēng]" ], + "classifiers" : [] } ] }, + { "simplified" : "热线", + "radical" : "灬", + "level" : [ "new-6" ], + "frequency" : 4084, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熱線", + "transcriptions" : { "pinyin" : "rè xiàn", + "numeric" : "re4 xian4", + "wadegiles" : "je⁴ hsien⁴", + "bopomofo" : "ㄖㄜˋ ㄒㄧㄢˋ", + "romatzyh" : "reh shiann" }, + "meanings" : [ "hotline (communications link)" ], + "classifiers" : [] } ] }, + { "simplified" : "热心", + "radical" : "灬", + "level" : [ "new-4", "old-5" ], + "frequency" : 7849, + "pos" : [ "a", "v", "ad", "u", "an" ], + "forms" : [ { "traditional" : "熱心", + "transcriptions" : { "pinyin" : "rè xīn", + "numeric" : "re4 xin1", + "wadegiles" : "je⁴ hsin¹", + "bopomofo" : "ㄖㄜˋ ㄒㄧㄣ", + "romatzyh" : "reh shin" }, + "meanings" : [ "enthusiastic; ardent; zealous" ], + "classifiers" : [] } ] }, + { "simplified" : "热衷", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 12985, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "熱衷", + "transcriptions" : { "pinyin" : "rè zhōng", + "numeric" : "re4 zhong1", + "wadegiles" : "je⁴ chung¹", + "bopomofo" : "ㄖㄜˋ ㄓㄨㄥ", + "romatzyh" : "reh jong" }, + "meanings" : [ "to feel strongly about", + "to be fond of", + "obsession", + "deep commitment" ], + "classifiers" : [] } ] }, + { "simplified" : "人", + "radical" : "人", + "level" : [ "new-1", "old-1" ], + "frequency" : 19, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人", + "transcriptions" : { "pinyin" : "rén", + "numeric" : "ren2", + "wadegiles" : "jen²", + "bopomofo" : "ㄖㄣˊ", + "romatzyh" : "ren" }, + "meanings" : [ "person; people" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "人才", + "radical" : "人", + "level" : [ "new-3", "old-5" ], + "frequency" : 2673, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人才", + "transcriptions" : { "pinyin" : "rén cái", + "numeric" : "ren2 cai2", + "wadegiles" : "jen² ts'ai²", + "bopomofo" : "ㄖㄣˊ ㄘㄞˊ", + "romatzyh" : "ren tsair" }, + "meanings" : [ "talent", + "talented person", + "looks", + "attractive looks" ], + "classifiers" : [] } ] }, + { "simplified" : "人次", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 37900, + "pos" : [ "qv" ], + "forms" : [ { "traditional" : "人次", + "transcriptions" : { "pinyin" : "rén cì", + "numeric" : "ren2 ci4", + "wadegiles" : "jen² tz'u⁴", + "bopomofo" : "ㄖㄣˊ ㄘˋ", + "romatzyh" : "ren tsyh" }, + "meanings" : [ "person-times", + "visits", + "classifier for number of people participating" ], + "classifiers" : [] } ] }, + { "simplified" : "人道", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12917, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人道", + "transcriptions" : { "pinyin" : "rén dào", + "numeric" : "ren2 dao4", + "wadegiles" : "jen² tao⁴", + "bopomofo" : "ㄖㄣˊ ㄉㄠˋ", + "romatzyh" : "ren daw" }, + "meanings" : [ "human sympathy", + "humanitarianism", + "humane", + "the \"human way\", one of the stages in the cycle of reincarnation (Buddhism)", + "sexual intercourse" ], + "classifiers" : [] } ] }, + { "simplified" : "人格", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5144, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人格", + "transcriptions" : { "pinyin" : "rén gé", + "numeric" : "ren2 ge2", + "wadegiles" : "jen² ko²", + "bopomofo" : "ㄖㄣˊ ㄍㄜˊ", + "romatzyh" : "ren ger" }, + "meanings" : [ "personality", + "integrity", + "dignity" ], + "classifiers" : [] } ] }, + { "simplified" : "人工", + "radical" : "人", + "level" : [ "new-3", "old-6" ], + "frequency" : 5772, + "pos" : [ "b", "d", "n" ], + "forms" : [ { "traditional" : "人工", + "transcriptions" : { "pinyin" : "rén gōng", + "numeric" : "ren2 gong1", + "wadegiles" : "jen² kung¹", + "bopomofo" : "ㄖㄣˊ ㄍㄨㄥ", + "romatzyh" : "ren gong" }, + "meanings" : [ "artificial", + "manpower", + "manual work" ], + "classifiers" : [] } ] }, + { "simplified" : "人工智能", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 23584, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人工智能", + "transcriptions" : { "pinyin" : "rén gōng zhì néng", + "numeric" : "ren2 gong1 zhi4 neng2", + "wadegiles" : "jen² kung¹ chih⁴ neng²", + "bopomofo" : "ㄖㄣˊ ㄍㄨㄥ ㄓˋ ㄋㄥˊ", + "romatzyh" : "ren gong jyh neng" }, + "meanings" : [ "artificial intelligence (AI)" ], + "classifiers" : [] } ] }, + { "simplified" : "人家", + "radical" : "人", + "level" : [ "new-4", "old-6" ], + "frequency" : 1850, + "pos" : [ "r", "n" ], + "forms" : [ { "traditional" : "人家", + "transcriptions" : { "pinyin" : "rén jiā", + "numeric" : "ren2 jia1", + "wadegiles" : "jen² chia¹", + "bopomofo" : "ㄖㄣˊ ㄐㄧㄚ", + "romatzyh" : "ren jia" }, + "meanings" : [ "household", + "dwelling", + "family", + "sb else's house", + "household business", + "house of woman's husband-to-be" ], + "classifiers" : [ "户", "家" ] }, + { "traditional" : "人家", + "transcriptions" : { "pinyin" : "rén jia", + "numeric" : "ren2 jia5", + "wadegiles" : "jen² jia", + "bopomofo" : "ㄖㄣˊ jia", + "romatzyh" : "ren jia" }, + "meanings" : [ "other people", + "sb else", + "he, she or they", + "I, me (referring to oneself as \"one\" or \"people\")" ], + "classifiers" : [] } ] }, + { "simplified" : "人间", + "radical" : "人", + "level" : [ "new-5", "old-6" ], + "frequency" : 5471, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人間", + "transcriptions" : { "pinyin" : "rén jiān", + "numeric" : "ren2 jian1", + "wadegiles" : "jen² chien¹", + "bopomofo" : "ㄖㄣˊ ㄐㄧㄢ", + "romatzyh" : "ren jian" }, + "meanings" : [ "the human world", "the earth" ], + "classifiers" : [] } ] }, + { "simplified" : "人均", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 20794, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "人均", + "transcriptions" : { "pinyin" : "rén jūn", + "numeric" : "ren2 jun1", + "wadegiles" : "jen² chün¹", + "bopomofo" : "ㄖㄣˊ ㄐㄩㄣ", + "romatzyh" : "ren jiun" }, + "meanings" : [ "per capita" ], + "classifiers" : [] } ] }, + { "simplified" : "人口", + "radical" : "人", + "level" : [ "new-2", "old-5" ], + "frequency" : 2767, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人口", + "transcriptions" : { "pinyin" : "rén kǒu", + "numeric" : "ren2 kou3", + "wadegiles" : "jen² k'ou³", + "bopomofo" : "ㄖㄣˊ ㄎㄡˇ", + "romatzyh" : "ren koou" }, + "meanings" : [ "population", "people" ], + "classifiers" : [] } ] }, + { "simplified" : "人类", + "radical" : "人", + "level" : [ "new-3", "old-5" ], + "frequency" : 1038, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人類", + "transcriptions" : { "pinyin" : "rén lèi", + "numeric" : "ren2 lei4", + "wadegiles" : "jen² lei⁴", + "bopomofo" : "ㄖㄣˊ ㄌㄟˋ", + "romatzyh" : "ren ley" }, + "meanings" : [ "humanity", + "human race", + "mankind" ], + "classifiers" : [] } ] }, + { "simplified" : "人力", + "radical" : "人", + "level" : [ "new-5" ], + "frequency" : 7315, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人力", + "transcriptions" : { "pinyin" : "rén lì", + "numeric" : "ren2 li4", + "wadegiles" : "jen² li⁴", + "bopomofo" : "ㄖㄣˊ ㄌㄧˋ", + "romatzyh" : "ren lih" }, + "meanings" : [ "manpower", "labor power" ], + "classifiers" : [] } ] }, + { "simplified" : "人们", + "radical" : "人", + "level" : [ "new-2" ], + "frequency" : 474, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人們", + "transcriptions" : { "pinyin" : "rén men", + "numeric" : "ren2 men5", + "wadegiles" : "jen² men", + "bopomofo" : "ㄖㄣˊ men", + "romatzyh" : "ren men" }, + "meanings" : [ "people" ], + "classifiers" : [] } ] }, + { "simplified" : "人民", + "radical" : "人", + "level" : [ "new-3" ], + "frequency" : 970, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人民", + "transcriptions" : { "pinyin" : "rén mín", + "numeric" : "ren2 min2", + "wadegiles" : "jen² min²", + "bopomofo" : "ㄖㄣˊ ㄇㄧㄣˊ", + "romatzyh" : "ren min" }, + "meanings" : [ "the people" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "人民币", + "radical" : "人", + "level" : [ "new-3", "old-4" ], + "frequency" : 21641, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人民幣", + "transcriptions" : { "pinyin" : "rén mín bì", + "numeric" : "ren2 min2 bi4", + "wadegiles" : "jen² min² pi⁴", + "bopomofo" : "ㄖㄣˊ ㄇㄧㄣˊ ㄅㄧˋ", + "romatzyh" : "ren min bih" }, + "meanings" : [ "Renminbi (RMB)", + "Chinese Yuan (CNY)" ], + "classifiers" : [] } ] }, + { "simplified" : "人品", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 10830, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人品", + "transcriptions" : { "pinyin" : "rén pǐn", + "numeric" : "ren2 pin3", + "wadegiles" : "jen² p'in³", + "bopomofo" : "ㄖㄣˊ ㄆㄧㄣˇ", + "romatzyh" : "ren piin" }, + "meanings" : [ "moral standing", + "moral quality", + "character", + "personality", + "appearance", + "looks (colloquial)", + "bearing" ], + "classifiers" : [] } ] }, + { "simplified" : "人气", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 10467, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人氣", + "transcriptions" : { "pinyin" : "rén qì", + "numeric" : "ren2 qi4", + "wadegiles" : "jen² ch'i⁴", + "bopomofo" : "ㄖㄣˊ ㄑㄧˋ", + "romatzyh" : "ren chih" }, + "meanings" : [ "popularity", + "personality", + "character" ], + "classifiers" : [] } ] }, + { "simplified" : "人情", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 7358, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人情", + "transcriptions" : { "pinyin" : "rén qíng", + "numeric" : "ren2 qing2", + "wadegiles" : "jen² ch'ing²", + "bopomofo" : "ㄖㄣˊ ㄑㄧㄥˊ", + "romatzyh" : "ren chyng" }, + "meanings" : [ "human emotions", + "social relationship", + "friendship", + "favor", + "a good turn" ], + "classifiers" : [] } ] }, + { "simplified" : "人权", + "radical" : "人", + "level" : [ "new-6" ], + "frequency" : 7841, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人權", + "transcriptions" : { "pinyin" : "rén quán", + "numeric" : "ren2 quan2", + "wadegiles" : "jen² ch'üan²", + "bopomofo" : "ㄖㄣˊ ㄑㄩㄢˊ", + "romatzyh" : "ren chyuan" }, + "meanings" : [ "human rights" ], + "classifiers" : [] } ] }, + { "simplified" : "人群", + "radical" : "人", + "level" : [ "new-3" ], + "frequency" : 2966, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人群", + "transcriptions" : { "pinyin" : "rén qún", + "numeric" : "ren2 qun2", + "wadegiles" : "jen² ch'ün²", + "bopomofo" : "ㄖㄣˊ ㄑㄩㄣˊ", + "romatzyh" : "ren chyun" }, + "meanings" : [ "crowd" ], + "classifiers" : [] } ] }, + { "simplified" : "人身", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 7914, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人身", + "transcriptions" : { "pinyin" : "rén shēn", + "numeric" : "ren2 shen1", + "wadegiles" : "jen² shen¹", + "bopomofo" : "ㄖㄣˊ ㄕㄣ", + "romatzyh" : "ren shen" }, + "meanings" : [ "person", "personal", "human body" ], + "classifiers" : [] } ] }, + { "simplified" : "人生", + "radical" : "人", + "level" : [ "new-3", "old-5" ], + "frequency" : 926, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人生", + "transcriptions" : { "pinyin" : "rén shēng", + "numeric" : "ren2 sheng1", + "wadegiles" : "jen² sheng¹", + "bopomofo" : "ㄖㄣˊ ㄕㄥ", + "romatzyh" : "ren sheng" }, + "meanings" : [ "life (one's time on earth)" ], + "classifiers" : [] } ] }, + { "simplified" : "人士", + "radical" : "人", + "level" : [ "new-5", "old-6" ], + "frequency" : 2129, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人士", + "transcriptions" : { "pinyin" : "rén shì", + "numeric" : "ren2 shi4", + "wadegiles" : "jen² shih⁴", + "bopomofo" : "ㄖㄣˊ ㄕˋ", + "romatzyh" : "ren shyh" }, + "meanings" : [ "person", + "figure", + "public figure" ], + "classifiers" : [] } ] }, + { "simplified" : "人事", + "radical" : "人", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7842, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人事", + "transcriptions" : { "pinyin" : "rén shì", + "numeric" : "ren2 shi4", + "wadegiles" : "jen² shih⁴", + "bopomofo" : "ㄖㄣˊ ㄕˋ", + "romatzyh" : "ren shyh" }, + "meanings" : [ "personnel", + "human resources", + "human affairs", + "ways of the world", + "(euphemism) sexuality", + "the facts of life" ], + "classifiers" : [] } ] }, + { "simplified" : "人手", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 8837, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人手", + "transcriptions" : { "pinyin" : "rén shǒu", + "numeric" : "ren2 shou3", + "wadegiles" : "jen² shou³", + "bopomofo" : "ㄖㄣˊ ㄕㄡˇ", + "romatzyh" : "ren shoou" }, + "meanings" : [ "manpower", "staff", "human hand" ], + "classifiers" : [] } ] }, + { "simplified" : "人数", + "radical" : "人", + "level" : [ "new-2" ], + "frequency" : 3139, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人數", + "transcriptions" : { "pinyin" : "rén shù", + "numeric" : "ren2 shu4", + "wadegiles" : "jen² shu⁴", + "bopomofo" : "ㄖㄣˊ ㄕㄨˋ", + "romatzyh" : "ren shuh" }, + "meanings" : [ "number of people" ], + "classifiers" : [] } ] }, + { "simplified" : "人体", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 3594, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人體", + "transcriptions" : { "pinyin" : "rén tǐ", + "numeric" : "ren2 ti3", + "wadegiles" : "jen² t'i³", + "bopomofo" : "ㄖㄣˊ ㄊㄧˇ", + "romatzyh" : "ren tii" }, + "meanings" : [ "human body" ], + "classifiers" : [] } ] }, + { "simplified" : "人为", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9224, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "人為", + "transcriptions" : { "pinyin" : "rén wéi", + "numeric" : "ren2 wei2", + "wadegiles" : "jen² wei²", + "bopomofo" : "ㄖㄣˊ ㄨㄟˊ", + "romatzyh" : "ren wei" }, + "meanings" : [ "artificial", + "man-made", + "having human cause or origin", + "human attempt or effort" ], + "classifiers" : [] } ] }, + { "simplified" : "人文", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 18807, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人文", + "transcriptions" : { "pinyin" : "rén wén", + "numeric" : "ren2 wen2", + "wadegiles" : "jen² wen²", + "bopomofo" : "ㄖㄣˊ ㄨㄣˊ", + "romatzyh" : "ren wen" }, + "meanings" : [ "humanities", + "human affairs", + "culture" ], + "classifiers" : [] } ] }, + { "simplified" : "人物", + "radical" : "人", + "level" : [ "new-5", "old-5" ], + "frequency" : 1410, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人物", + "transcriptions" : { "pinyin" : "rén wù", + "numeric" : "ren2 wu4", + "wadegiles" : "jen² wu⁴", + "bopomofo" : "ㄖㄣˊ ㄨˋ", + "romatzyh" : "ren wuh" }, + "meanings" : [ "person; personage; figure (esp. sb of importance)", + "character (in a play, novel etc)", + "figure painting (as a genre of traditional Chinese painting)" ], + "classifiers" : [] } ] }, + { "simplified" : "人行道", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 10935, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人行道", + "transcriptions" : { "pinyin" : "rén xíng dào", + "numeric" : "ren2 xing2 dao4", + "wadegiles" : "jen² hsing² tao⁴", + "bopomofo" : "ㄖㄣˊ ㄒㄧㄥˊ ㄉㄠˋ", + "romatzyh" : "ren shyng daw" }, + "meanings" : [ "sidewalk" ], + "classifiers" : [] } ] }, + { "simplified" : "人性", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5302, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人性", + "transcriptions" : { "pinyin" : "rén xìng", + "numeric" : "ren2 xing4", + "wadegiles" : "jen² hsing⁴", + "bopomofo" : "ㄖㄣˊ ㄒㄧㄥˋ", + "romatzyh" : "ren shinq" }, + "meanings" : [ "human nature", + "humanity", + "human", + "the totality of human attributes" ], + "classifiers" : [] } ] }, + { "simplified" : "人选", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 5303, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人選", + "transcriptions" : { "pinyin" : "rén xuǎn", + "numeric" : "ren2 xuan3", + "wadegiles" : "jen² hsüan³", + "bopomofo" : "ㄖㄣˊ ㄒㄩㄢˇ", + "romatzyh" : "ren sheuan" }, + "meanings" : [ "choice of person", "candidate" ], + "classifiers" : [] } ] }, + { "simplified" : "人员", + "radical" : "人", + "level" : [ "new-3", "old-5" ], + "frequency" : 671, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人員", + "transcriptions" : { "pinyin" : "rén yuán", + "numeric" : "ren2 yuan2", + "wadegiles" : "jen² yüan²", + "bopomofo" : "ㄖㄣˊ ㄩㄢˊ", + "romatzyh" : "ren yuan" }, + "meanings" : [ "staff", "crew", "personnel" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "人缘儿", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "人緣兒", + "transcriptions" : { "pinyin" : "rén yuán r", + "numeric" : "ren2 yuan2 r5", + "wadegiles" : "jen² yüan² r", + "bopomofo" : "ㄖㄣˊ ㄩㄢˊ r", + "romatzyh" : "ren yuan r" }, + "meanings" : [ "erhua variant of 人缘" ], + "classifiers" : [] } ] }, + { "simplified" : "人造", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 9994, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "人造", + "transcriptions" : { "pinyin" : "rén zào", + "numeric" : "ren2 zao4", + "wadegiles" : "jen² tsao⁴", + "bopomofo" : "ㄖㄣˊ ㄗㄠˋ", + "romatzyh" : "ren tzaw" }, + "meanings" : [ "man-made", + "artificial", + "synthetic" ], + "classifiers" : [] } ] }, + { "simplified" : "人质", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5750, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "人質", + "transcriptions" : { "pinyin" : "rén zhì", + "numeric" : "ren2 zhi4", + "wadegiles" : "jen² chih⁴", + "bopomofo" : "ㄖㄣˊ ㄓˋ", + "romatzyh" : "ren jyh" }, + "meanings" : [ "hostage" ], + "classifiers" : [] } ] }, + { "simplified" : "仁慈", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14134, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "仁慈", + "transcriptions" : { "pinyin" : "rén cí", + "numeric" : "ren2 ci2", + "wadegiles" : "jen² tz'u²", + "bopomofo" : "ㄖㄣˊ ㄘˊ", + "romatzyh" : "ren tsyr" }, + "meanings" : [ "benevolent", + "charitable", + "kind", + "kindly", + "kindness", + "merciful" ], + "classifiers" : [] } ] }, + { "simplified" : "忍", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 2712, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忍", + "transcriptions" : { "pinyin" : "rěn", + "numeric" : "ren3", + "wadegiles" : "jen³", + "bopomofo" : "ㄖㄣˇ", + "romatzyh" : "reen" }, + "meanings" : [ "to bear", + "to endure", + "to tolerate", + "to restrain oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "忍不住", + "radical" : "心", + "level" : [ "new-5", "old-5" ], + "frequency" : 4096, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忍不住", + "transcriptions" : { "pinyin" : "rěn bu zhù", + "numeric" : "ren3 bu5 zhu4", + "wadegiles" : "jen³ bu chu⁴", + "bopomofo" : "ㄖㄣˇ bu ㄓㄨˋ", + "romatzyh" : "reen bu juh" }, + "meanings" : [ "cannot help", "unable to bear" ], + "classifiers" : [] } ] }, + { "simplified" : "忍饥挨饿", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 77899, + "pos" : [], + "forms" : [ { "traditional" : "忍飢挨餓", + "transcriptions" : { "pinyin" : "rěn jī ái è", + "numeric" : "ren3 ji1 ai2 e4", + "wadegiles" : "jen³ chi¹ ai² e⁴", + "bopomofo" : "ㄖㄣˇ ㄐㄧ ㄞˊ ㄜˋ", + "romatzyh" : "reen ji air eh" }, + "meanings" : [ "starving", "famished" ], + "classifiers" : [] } ] }, + { "simplified" : "忍耐", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9047, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "忍耐", + "transcriptions" : { "pinyin" : "rěn nài", + "numeric" : "ren3 nai4", + "wadegiles" : "jen³ nai⁴", + "bopomofo" : "ㄖㄣˇ ㄋㄞˋ", + "romatzyh" : "reen nay" }, + "meanings" : [ "to endure", + "to bear with", + "to exercise patience", + "to restrain oneself", + "patience", + "endurance" ], + "classifiers" : [] } ] }, + { "simplified" : "忍受", + "radical" : "心", + "level" : [ "new-5", "old-6" ], + "frequency" : 4498, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "忍受", + "transcriptions" : { "pinyin" : "rěn shòu", + "numeric" : "ren3 shou4", + "wadegiles" : "jen³ shou⁴", + "bopomofo" : "ㄖㄣˇ ㄕㄡˋ", + "romatzyh" : "reen show" }, + "meanings" : [ "to bear", "to endure" ], + "classifiers" : [] } ] }, + { "simplified" : "忍心", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 11017, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忍心", + "transcriptions" : { "pinyin" : "rěn xīn", + "numeric" : "ren3 xin1", + "wadegiles" : "jen³ hsin¹", + "bopomofo" : "ㄖㄣˇ ㄒㄧㄣ", + "romatzyh" : "reen shin" }, + "meanings" : [ "to have the heart to do sth", + "to steel oneself to a task" ], + "classifiers" : [] } ] }, + { "simplified" : "认", + "radical" : "讠", + "level" : [ "new-5" ], + "frequency" : 3212, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "認", + "transcriptions" : { "pinyin" : "rèn", + "numeric" : "ren4", + "wadegiles" : "jen⁴", + "bopomofo" : "ㄖㄣˋ", + "romatzyh" : "renn" }, + "meanings" : [ "to recognize", + "to know", + "to admit" ], + "classifiers" : [] } ] }, + { "simplified" : "认出", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 6504, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "認出", + "transcriptions" : { "pinyin" : "rèn chū", + "numeric" : "ren4 chu1", + "wadegiles" : "jen⁴ ch'u¹", + "bopomofo" : "ㄖㄣˋ ㄔㄨ", + "romatzyh" : "renn chu" }, + "meanings" : [ "recognition", "to recognize" ], + "classifiers" : [] } ] }, + { "simplified" : "认错", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 11871, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "認錯", + "transcriptions" : { "pinyin" : "rèn cuò", + "numeric" : "ren4 cuo4", + "wadegiles" : "jen⁴ ts'o⁴", + "bopomofo" : "ㄖㄣˋ ㄘㄨㄛˋ", + "romatzyh" : "renn tsuoh" }, + "meanings" : [ "to admit an error", + "to acknowledge one's mistake" ], + "classifiers" : [] } ] }, + { "simplified" : "认得", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 9203, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "認得", + "transcriptions" : { "pinyin" : "rèn de", + "numeric" : "ren4 de5", + "wadegiles" : "jen⁴ de", + "bopomofo" : "ㄖㄣˋ de", + "romatzyh" : "renn de" }, + "meanings" : [ "to recognize", + "to remember sth (or sb) on seeing it", + "to know" ], + "classifiers" : [] } ] }, + { "simplified" : "认定", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 4272, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "認定", + "transcriptions" : { "pinyin" : "rèn dìng", + "numeric" : "ren4 ding4", + "wadegiles" : "jen⁴ ting⁴", + "bopomofo" : "ㄖㄣˋ ㄉㄧㄥˋ", + "romatzyh" : "renn dinq" }, + "meanings" : [ "to maintain (that sth is true)", + "to determine (a fact)", + "determination (of an amount)", + "of the firm opinion", + "to believe firmly", + "to set one's mind on", + "to identify with" ], + "classifiers" : [] } ] }, + { "simplified" : "认可", + "radical" : "讠", + "level" : [ "new-3", "old-6" ], + "frequency" : 5077, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "認可", + "transcriptions" : { "pinyin" : "rèn kě", + "numeric" : "ren4 ke3", + "wadegiles" : "jen⁴ k'o³", + "bopomofo" : "ㄖㄣˋ ㄎㄜˇ", + "romatzyh" : "renn kee" }, + "meanings" : [ "to approve", + "approval", + "acknowledgment", + "OK" ], + "classifiers" : [] } ] }, + { "simplified" : "认识", + "radical" : "讠", + "level" : [ "new-1", "old-1" ], + "frequency" : 463, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "認識", + "transcriptions" : { "pinyin" : "rèn shi", + "numeric" : "ren4 shi5", + "wadegiles" : "jen⁴ shi", + "bopomofo" : "ㄖㄣˋ shi", + "romatzyh" : "renn shi" }, + "meanings" : [ "to know", + "to recognize", + "to be familiar with", + "to get acquainted with sb", + "knowledge", + "understanding", + "awareness", + "cognition" ], + "classifiers" : [] } ] }, + { "simplified" : "认同", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 5855, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "認同", + "transcriptions" : { "pinyin" : "rèn tóng", + "numeric" : "ren4 tong2", + "wadegiles" : "jen⁴ t'ung²", + "bopomofo" : "ㄖㄣˋ ㄊㄨㄥˊ", + "romatzyh" : "renn torng" }, + "meanings" : [ "to approve of", + "to endorse", + "to acknowledge", + "to recognize", + "to identify oneself with" ], + "classifiers" : [] } ] }, + { "simplified" : "认为", + "radical" : "讠", + "level" : [ "new-2", "old-3" ], + "frequency" : 168, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "認為", + "transcriptions" : { "pinyin" : "rèn wéi", + "numeric" : "ren4 wei2", + "wadegiles" : "jen⁴ wei²", + "bopomofo" : "ㄖㄣˋ ㄨㄟˊ", + "romatzyh" : "renn wei" }, + "meanings" : [ "to believe; to think; to consider; to feel" ], + "classifiers" : [] } ] }, + { "simplified" : "认真", + "radical" : "讠", + "level" : [ "new-1", "old-3" ], + "frequency" : 1020, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "認真", + "transcriptions" : { "pinyin" : "rèn zhēn", + "numeric" : "ren4 zhen1", + "wadegiles" : "jen⁴ chen¹", + "bopomofo" : "ㄖㄣˋ ㄓㄣ", + "romatzyh" : "renn jen" }, + "meanings" : [ "conscientious", + "earnest", + "serious", + "to take seriously", + "to take to heart" ], + "classifiers" : [] } ] }, + { "simplified" : "认证", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 7871, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "認證", + "transcriptions" : { "pinyin" : "rèn zhèng", + "numeric" : "ren4 zheng4", + "wadegiles" : "jen⁴ cheng⁴", + "bopomofo" : "ㄖㄣˋ ㄓㄥˋ", + "romatzyh" : "renn jenq" }, + "meanings" : [ "to authenticate", "to approve" ], + "classifiers" : [] } ] }, + { "simplified" : "认知", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 8061, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "認知", + "transcriptions" : { "pinyin" : "rèn zhī", + "numeric" : "ren4 zhi1", + "wadegiles" : "jen⁴ chih¹", + "bopomofo" : "ㄖㄣˋ ㄓ", + "romatzyh" : "renn jy" }, + "meanings" : [ "cognition", + "cognitive", + "understanding", + "perception", + "awareness", + "to be cognizant of", + "to recognize", + "to realize" ], + "classifiers" : [] } ] }, + { "simplified" : "任", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 1943, + "pos" : [ "v", "qv" ], + "forms" : [ { "traditional" : "任", + "transcriptions" : { "pinyin" : "Rén", + "numeric" : "Ren2", + "wadegiles" : "jen²", + "bopomofo" : "ㄖㄣˊ", + "romatzyh" : "ren" }, + "meanings" : [ "surname Ren", + "Ren County 任县 in Hebei" ], + "classifiers" : [] }, + { "traditional" : "任", + "transcriptions" : { "pinyin" : "rèn", + "numeric" : "ren4", + "wadegiles" : "jen⁴", + "bopomofo" : "ㄖㄣˋ", + "romatzyh" : "renn" }, + "meanings" : [ "to assign", + "to appoint", + "to take up a post", + "office", + "responsibility", + "to let", + "to allow", + "to give free rein to", + "no matter (how, what etc)", + "classifier for terms served in office, or for spouses, girlfriends etc (as in 前任男友)" ], + "classifiers" : [] } ] }, + { "simplified" : "任何", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 356, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "任何", + "transcriptions" : { "pinyin" : "rèn hé", + "numeric" : "ren4 he2", + "wadegiles" : "jen⁴ ho²", + "bopomofo" : "ㄖㄣˋ ㄏㄜˊ", + "romatzyh" : "renn her" }, + "meanings" : [ "any", + "whatever", + "whichever", + "whatsoever" ], + "classifiers" : [] } ] }, + { "simplified" : "任命", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6667, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "任命", + "transcriptions" : { "pinyin" : "rèn mìng", + "numeric" : "ren4 ming4", + "wadegiles" : "jen⁴ ming⁴", + "bopomofo" : "ㄖㄣˋ ㄇㄧㄥˋ", + "romatzyh" : "renn minq" }, + "meanings" : [ "to appoint", "(job) appointment" ], + "classifiers" : [ "纸" ] } ] }, + { "simplified" : "任期", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 12192, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "任期", + "transcriptions" : { "pinyin" : "rèn qī", + "numeric" : "ren4 qi1", + "wadegiles" : "jen⁴ ch'i¹", + "bopomofo" : "ㄖㄣˋ ㄑㄧ", + "romatzyh" : "renn chi" }, + "meanings" : [ "term of office", + "tenure (entire period in office)" ], + "classifiers" : [ "届" ] } ] }, + { "simplified" : "任人宰割", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 42917, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "任人宰割", + "transcriptions" : { "pinyin" : "rèn rén zǎi gē", + "numeric" : "ren4 ren2 zai3 ge1", + "wadegiles" : "jen⁴ jen² tsai³ ko¹", + "bopomofo" : "ㄖㄣˋ ㄖㄣˊ ㄗㄞˇ ㄍㄜ", + "romatzyh" : "renn ren tzae ge" }, + "meanings" : [ "to get trampled on (idiom)", + "to be taken advantage of" ], + "classifiers" : [] } ] }, + { "simplified" : "任务", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 664, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "任務", + "transcriptions" : { "pinyin" : "rèn wu", + "numeric" : "ren4 wu5", + "wadegiles" : "jen⁴ wu", + "bopomofo" : "ㄖㄣˋ wu", + "romatzyh" : "renn wu" }, + "meanings" : [ "mission; assignment; task; duty; role" ], + "classifiers" : [ "项", "个" ] } ] }, + { "simplified" : "任性", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 10527, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "任性", + "transcriptions" : { "pinyin" : "rèn xìng", + "numeric" : "ren4 xing4", + "wadegiles" : "jen⁴ hsing⁴", + "bopomofo" : "ㄖㄣˋ ㄒㄧㄥˋ", + "romatzyh" : "renn shinq" }, + "meanings" : [ "willful", "headstrong", "unruly" ], + "classifiers" : [] } ] }, + { "simplified" : "任意", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6455, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "任意", + "transcriptions" : { "pinyin" : "rèn yì", + "numeric" : "ren4 yi4", + "wadegiles" : "jen⁴ i⁴", + "bopomofo" : "ㄖㄣˋ ㄧˋ", + "romatzyh" : "renn yih" }, + "meanings" : [ "any", + "arbitrary", + "at will", + "at random" ], + "classifiers" : [] } ] }, + { "simplified" : "任职", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10508, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "任職", + "transcriptions" : { "pinyin" : "rèn zhí", + "numeric" : "ren4 zhi2", + "wadegiles" : "jen⁴ chih²", + "bopomofo" : "ㄖㄣˋ ㄓˊ", + "romatzyh" : "renn jyr" }, + "meanings" : [ "to hold a post; to take office" ], + "classifiers" : [] } ] }, + { "simplified" : "任重道远", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 35050, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "任重道遠", + "transcriptions" : { "pinyin" : "rèn zhòng dào yuǎn", + "numeric" : "ren4 zhong4 dao4 yuan3", + "wadegiles" : "jen⁴ chung⁴ tao⁴ yüan³", + "bopomofo" : "ㄖㄣˋ ㄓㄨㄥˋ ㄉㄠˋ ㄩㄢˇ", + "romatzyh" : "renn jonq daw yeuan" }, + "meanings" : [ "a heavy load and a long road", + "fig. to bear heavy responsibilities through a long struggle (cf Confucian Analects, 8.7)" ], + "classifiers" : [] } ] }, + { "simplified" : "韧性", + "radical" : "韦", + "level" : [ "new-7+" ], + "frequency" : 27310, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "韌性", + "transcriptions" : { "pinyin" : "rèn xìng", + "numeric" : "ren4 xing4", + "wadegiles" : "jen⁴ hsing⁴", + "bopomofo" : "ㄖㄣˋ ㄒㄧㄥˋ", + "romatzyh" : "renn shinq" }, + "meanings" : [ "toughness" ], + "classifiers" : [] } ] }, + { "simplified" : "扔", + "radical" : "扌", + "level" : [ "new-5", "old-4" ], + "frequency" : 2405, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扔", + "transcriptions" : { "pinyin" : "rēng", + "numeric" : "reng1", + "wadegiles" : "jeng¹", + "bopomofo" : "ㄖㄥ", + "romatzyh" : "rheng" }, + "meanings" : [ "to throw", "to throw away" ], + "classifiers" : [] } ] }, + { "simplified" : "仍", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 1050, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "仍", + "transcriptions" : { "pinyin" : "réng", + "numeric" : "reng2", + "wadegiles" : "jeng²", + "bopomofo" : "ㄖㄥˊ", + "romatzyh" : "reng" }, + "meanings" : [ "still; yet", + "to remain", + "(literary) frequently; often" ], + "classifiers" : [] } ] }, + { "simplified" : "仍旧", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 7743, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "仍舊", + "transcriptions" : { "pinyin" : "réng jiù", + "numeric" : "reng2 jiu4", + "wadegiles" : "jeng² chiu⁴", + "bopomofo" : "ㄖㄥˊ ㄐㄧㄡˋ", + "romatzyh" : "reng jiow" }, + "meanings" : [ "still (remaining)", + "to remain (the same)", + "yet" ], + "classifiers" : [] } ] }, + { "simplified" : "仍然", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 1029, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "仍然", + "transcriptions" : { "pinyin" : "réng rán", + "numeric" : "reng2 ran2", + "wadegiles" : "jeng² jan²", + "bopomofo" : "ㄖㄥˊ ㄖㄢˊ", + "romatzyh" : "reng ran" }, + "meanings" : [ "still; as before; yet" ], + "classifiers" : [] } ] }, + { "simplified" : "日", + "radical" : "日", + "level" : [ "new-1", "old-1" ], + "frequency" : 395, + "pos" : [ "t", "g", "b", "qt" ], + "forms" : [ { "traditional" : "日", + "transcriptions" : { "pinyin" : "Rì", + "numeric" : "Ri4", + "wadegiles" : "jih⁴", + "bopomofo" : "ㄖˋ", + "romatzyh" : "ryh" }, + "meanings" : [ "abbr. for 本, Japan" ], + "classifiers" : [] }, + { "traditional" : "日", + "transcriptions" : { "pinyin" : "rì", + "numeric" : "ri4", + "wadegiles" : "jih⁴", + "bopomofo" : "ㄖˋ", + "romatzyh" : "ryh" }, + "meanings" : [ "sun", + "day", + "date, day of the month" ], + "classifiers" : [] } ] }, + { "simplified" : "日报", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 9879, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "日報", + "transcriptions" : { "pinyin" : "rì bào", + "numeric" : "ri4 bao4", + "wadegiles" : "jih⁴ pao⁴", + "bopomofo" : "ㄖˋ ㄅㄠˋ", + "romatzyh" : "ryh baw" }, + "meanings" : [ "daily newspaper" ], + "classifiers" : [] } ] }, + { "simplified" : "日常", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 5145, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "日常", + "transcriptions" : { "pinyin" : "rì cháng", + "numeric" : "ri4 chang2", + "wadegiles" : "jih⁴ ch'ang²", + "bopomofo" : "ㄖˋ ㄔㄤˊ", + "romatzyh" : "ryh charng" }, + "meanings" : [ "day-to-day; daily; everyday" ], + "classifiers" : [] } ] }, + { "simplified" : "日程", + "radical" : "日", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8938, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "日程", + "transcriptions" : { "pinyin" : "rì chéng", + "numeric" : "ri4 cheng2", + "wadegiles" : "jih⁴ ch'eng²", + "bopomofo" : "ㄖˋ ㄔㄥˊ", + "romatzyh" : "ryh cherng" }, + "meanings" : [ "schedule", "itinerary" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "日复一日", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 20223, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "日復一日", + "transcriptions" : { "pinyin" : "rì fù yī rì", + "numeric" : "ri4 fu4 yi1 ri4", + "wadegiles" : "jih⁴ fu⁴ i¹ jih⁴", + "bopomofo" : "ㄖˋ ㄈㄨˋ ㄧ ㄖˋ", + "romatzyh" : "ryh fuh i ryh" }, + "meanings" : [ "day after day" ], + "classifiers" : [] } ] }, + { "simplified" : "日后", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 12451, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "日後", + "transcriptions" : { "pinyin" : "rì hòu", + "numeric" : "ri4 hou4", + "wadegiles" : "jih⁴ hou⁴", + "bopomofo" : "ㄖˋ ㄏㄡˋ", + "romatzyh" : "ryh how" }, + "meanings" : [ "sometime", + "someday (in the future)" ], + "classifiers" : [] } ] }, + { "simplified" : "日记", + "radical" : "日", + "level" : [ "new-4", "old-4" ], + "frequency" : 4636, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "日記", + "transcriptions" : { "pinyin" : "rì jì", + "numeric" : "ri4 ji4", + "wadegiles" : "jih⁴ chi⁴", + "bopomofo" : "ㄖˋ ㄐㄧˋ", + "romatzyh" : "ryh jih" }, + "meanings" : [ "diary" ], + "classifiers" : [ "则", "本", "篇" ] } ] }, + { "simplified" : "日历", + "radical" : "日", + "level" : [ "new-4", "old-5" ], + "frequency" : 13555, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "日曆", + "transcriptions" : { "pinyin" : "rì lì", + "numeric" : "ri4 li4", + "wadegiles" : "jih⁴ li⁴", + "bopomofo" : "ㄖˋ ㄌㄧˋ", + "romatzyh" : "ryh lih" }, + "meanings" : [ "calendar" ], + "classifiers" : [ "张", "本" ] } ] }, + { "simplified" : "日期", + "radical" : "日", + "level" : [ "new-1", "old-5" ], + "frequency" : 3928, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "日期", + "transcriptions" : { "pinyin" : "rì qī", + "numeric" : "ri4 qi1", + "wadegiles" : "jih⁴ ch'i¹", + "bopomofo" : "ㄖˋ ㄑㄧ", + "romatzyh" : "ryh chi" }, + "meanings" : [ "date" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "日前", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 22586, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "日前", + "transcriptions" : { "pinyin" : "rì qián", + "numeric" : "ri4 qian2", + "wadegiles" : "jih⁴ ch'ien²", + "bopomofo" : "ㄖˋ ㄑㄧㄢˊ", + "romatzyh" : "ryh chyan" }, + "meanings" : [ "the other day", "a few days ago" ], + "classifiers" : [] } ] }, + { "simplified" : "日趋", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 21011, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "日趨", + "transcriptions" : { "pinyin" : "rì qū", + "numeric" : "ri4 qu1", + "wadegiles" : "jih⁴ ch'ü¹", + "bopomofo" : "ㄖˋ ㄑㄩ", + "romatzyh" : "ryh chiu" }, + "meanings" : [ "(increasing) day by day", + "(more critical) with every passing day", + "gradually" ], + "classifiers" : [] } ] }, + { "simplified" : "日新月异", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28296, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "日新月異", + "transcriptions" : { "pinyin" : "rì xīn yuè yì", + "numeric" : "ri4 xin1 yue4 yi4", + "wadegiles" : "jih⁴ hsin¹ yüeh⁴ i⁴", + "bopomofo" : "ㄖˋ ㄒㄧㄣ ㄩㄝˋ ㄧˋ", + "romatzyh" : "ryh shin yueh yih" }, + "meanings" : [ "daily renewal, monthly change (idiom)", + "every day sees new developments", + "rapid progress" ], + "classifiers" : [] } ] }, + { "simplified" : "日夜", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 12281, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "日夜", + "transcriptions" : { "pinyin" : "rì yè", + "numeric" : "ri4 ye4", + "wadegiles" : "jih⁴ yeh⁴", + "bopomofo" : "ㄖˋ ㄧㄝˋ", + "romatzyh" : "ryh yeh" }, + "meanings" : [ "day and night", + "around the clock" ], + "classifiers" : [] } ] }, + { "simplified" : "日益", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8810, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "日益", + "transcriptions" : { "pinyin" : "rì yì", + "numeric" : "ri4 yi4", + "wadegiles" : "jih⁴ i⁴", + "bopomofo" : "ㄖˋ ㄧˋ", + "romatzyh" : "ryh yih" }, + "meanings" : [ "day by day", + "more and more", + "increasingly", + "more and more with each passing day" ], + "classifiers" : [] } ] }, + { "simplified" : "日用品", + "radical" : "日", + "level" : [ "old-5" ], + "frequency" : 24114, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "日用品", + "transcriptions" : { "pinyin" : "rì yòng pǐn", + "numeric" : "ri4 yong4 pin3", + "wadegiles" : "jih⁴ yung⁴ p'in³", + "bopomofo" : "ㄖˋ ㄩㄥˋ ㄆㄧㄣˇ", + "romatzyh" : "ryh yonq piin" }, + "meanings" : [ "articles for daily use" ], + "classifiers" : [ "件", "个" ] } ] }, + { "simplified" : "日语", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 10842, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "日語", + "transcriptions" : { "pinyin" : "Rì yǔ", + "numeric" : "Ri4 yu3", + "wadegiles" : "jih⁴ yü³", + "bopomofo" : "ㄖˋ ㄩˇ", + "romatzyh" : "ryh yeu" }, + "meanings" : [ "Japanese language" ], + "classifiers" : [] } ] }, + { "simplified" : "日子", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 1197, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "日子", + "transcriptions" : { "pinyin" : "rì zi", + "numeric" : "ri4 zi5", + "wadegiles" : "jih⁴ zi", + "bopomofo" : "ㄖˋ zi", + "romatzyh" : "ryh zi" }, + "meanings" : [ "day", + "a (calendar) date", + "days of one's life" ], + "classifiers" : [] } ] }, + { "simplified" : "荣获", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 19118, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "榮獲", + "transcriptions" : { "pinyin" : "róng huò", + "numeric" : "rong2 huo4", + "wadegiles" : "jung² huo⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄏㄨㄛˋ", + "romatzyh" : "rong huoh" }, + "meanings" : [ "be honored with" ], + "classifiers" : [] } ] }, + { "simplified" : "荣幸", + "radical" : "艹", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6767, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "榮幸", + "transcriptions" : { "pinyin" : "róng xìng", + "numeric" : "rong2 xing4", + "wadegiles" : "jung² hsing⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄒㄧㄥˋ", + "romatzyh" : "rong shinq" }, + "meanings" : [ "honored (to have the privilege of ...)" ], + "classifiers" : [] } ] }, + { "simplified" : "荣誉", + "radical" : "艹", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3668, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "榮譽", + "transcriptions" : { "pinyin" : "róng yù", + "numeric" : "rong2 yu4", + "wadegiles" : "jung² yü⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄩˋ", + "romatzyh" : "rong yuh" }, + "meanings" : [ "honor", + "credit", + "glory", + "(honorable) reputation", + "honorary" ], + "classifiers" : [] } ] }, + { "simplified" : "容光焕发", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 29949, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "容光煥發", + "transcriptions" : { "pinyin" : "róng guāng huàn fā", + "numeric" : "rong2 guang1 huan4 fa1", + "wadegiles" : "jung² kuang¹ huan⁴ fa¹", + "bopomofo" : "ㄖㄨㄥˊ ㄍㄨㄤ ㄏㄨㄢˋ ㄈㄚ", + "romatzyh" : "rong guang huann fa" }, + "meanings" : [ "face glowing (idiom); looking radiant", + "all smiles" ], + "classifiers" : [] } ] }, + { "simplified" : "容量", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 11832, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "容量", + "transcriptions" : { "pinyin" : "róng liàng", + "numeric" : "rong2 liang4", + "wadegiles" : "jung² liang⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄌㄧㄤˋ", + "romatzyh" : "rong lianq" }, + "meanings" : [ "capacity", + "volume", + "quantitative (science)" ], + "classifiers" : [] } ] }, + { "simplified" : "容貌", + "radical" : "宀", + "level" : [ "old-6" ], + "frequency" : 14234, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "容貌", + "transcriptions" : { "pinyin" : "róng mào", + "numeric" : "rong2 mao4", + "wadegiles" : "jung² mao⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄇㄠˋ", + "romatzyh" : "rong maw" }, + "meanings" : [ "one's appearance", + "one's aspect", + "looks", + "features" ], + "classifiers" : [] } ] }, + { "simplified" : "容纳", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12247, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "容納", + "transcriptions" : { "pinyin" : "róng nà", + "numeric" : "rong2 na4", + "wadegiles" : "jung² na⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄋㄚˋ", + "romatzyh" : "rong nah" }, + "meanings" : [ "to hold", + "to contain", + "to accommodate", + "to tolerate (different opinions)" ], + "classifiers" : [] } ] }, + { "simplified" : "容器", + "radical" : "宀", + "level" : [ "old-6" ], + "frequency" : 8444, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "容器", + "transcriptions" : { "pinyin" : "róng qì", + "numeric" : "rong2 qi4", + "wadegiles" : "jung² ch'i⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄑㄧˋ", + "romatzyh" : "rong chih" }, + "meanings" : [ "receptacle", + "vessel", + "(computing) container" ], + "classifiers" : [] } ] }, + { "simplified" : "容忍", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6689, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "容忍", + "transcriptions" : { "pinyin" : "róng rěn", + "numeric" : "rong2 ren3", + "wadegiles" : "jung² jen³", + "bopomofo" : "ㄖㄨㄥˊ ㄖㄣˇ", + "romatzyh" : "rong reen" }, + "meanings" : [ "to put up with", "to tolerate" ], + "classifiers" : [] } ] }, + { "simplified" : "容许", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14246, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "容許", + "transcriptions" : { "pinyin" : "róng xǔ", + "numeric" : "rong2 xu3", + "wadegiles" : "jung² hsü³", + "bopomofo" : "ㄖㄨㄥˊ ㄒㄩˇ", + "romatzyh" : "rong sheu" }, + "meanings" : [ "to permit", "to allow" ], + "classifiers" : [] } ] }, + { "simplified" : "容颜", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 19563, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "容顏", + "transcriptions" : { "pinyin" : "róng yán", + "numeric" : "rong2 yan2", + "wadegiles" : "jung² yan²", + "bopomofo" : "ㄖㄨㄥˊ ㄧㄢˊ", + "romatzyh" : "rong yan" }, + "meanings" : [ "mien", "complexion" ], + "classifiers" : [] } ] }, + { "simplified" : "容易", + "radical" : "宀", + "level" : [ "new-3", "old-3" ], + "frequency" : 664, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "容易", + "transcriptions" : { "pinyin" : "róng yì", + "numeric" : "rong2 yi4", + "wadegiles" : "jung² i⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄧˋ", + "romatzyh" : "rong yih" }, + "meanings" : [ "easy; straightforward", + "likely; liable to; apt to" ], + "classifiers" : [] } ] }, + { "simplified" : "溶解", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12802, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "溶解", + "transcriptions" : { "pinyin" : "róng jiě", + "numeric" : "rong2 jie3", + "wadegiles" : "jung² chieh³", + "bopomofo" : "ㄖㄨㄥˊ ㄐㄧㄝˇ", + "romatzyh" : "rong jiee" }, + "meanings" : [ "to dissolve" ], + "classifiers" : [] } ] }, + { "simplified" : "融", + "radical" : "鬲", + "level" : [ "new-7+" ], + "frequency" : 8118, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "融", + "transcriptions" : { "pinyin" : "róng", + "numeric" : "rong2", + "wadegiles" : "jung²", + "bopomofo" : "ㄖㄨㄥˊ", + "romatzyh" : "rong" }, + "meanings" : [ "to melt", + "to thaw", + "to blend", + "to merge", + "to be in harmony" ], + "classifiers" : [] }, + { "traditional" : "螎", + "transcriptions" : { "pinyin" : "róng", + "numeric" : "rong2", + "wadegiles" : "jung²", + "bopomofo" : "ㄖㄨㄥˊ", + "romatzyh" : "rong" }, + "meanings" : [ "old variant of 融" ], + "classifiers" : [] } ] }, + { "simplified" : "融合", + "radical" : "鬲", + "level" : [ "new-6" ], + "frequency" : 6003, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "融合", + "transcriptions" : { "pinyin" : "róng hé", + "numeric" : "rong2 he2", + "wadegiles" : "jung² ho²", + "bopomofo" : "ㄖㄨㄥˊ ㄏㄜˊ", + "romatzyh" : "rong her" }, + "meanings" : [ "a mixture", + "an amalgam", + "fusion", + "welding together", + "to be in harmony with (nature)", + "to harmonize with", + "to fit in" ], + "classifiers" : [] } ] }, + { "simplified" : "融化", + "radical" : "鬲", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8983, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "融化", + "transcriptions" : { "pinyin" : "róng huà", + "numeric" : "rong2 hua4", + "wadegiles" : "jung² hua⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄏㄨㄚˋ", + "romatzyh" : "rong huah" }, + "meanings" : [ "to melt", + "to thaw", + "to dissolve", + "to blend into", + "to combine", + "to fuse" ], + "classifiers" : [] } ] }, + { "simplified" : "融洽", + "radical" : "鬲", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12145, + "pos" : [ "a", "v", "ad", "an" ], + "forms" : [ { "traditional" : "融洽", + "transcriptions" : { "pinyin" : "róng qià", + "numeric" : "rong2 qia4", + "wadegiles" : "jung² ch'ia⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄑㄧㄚˋ", + "romatzyh" : "rong chiah" }, + "meanings" : [ "harmonious", + "friendly relations", + "on good terms with one another" ], + "classifiers" : [] } ] }, + { "simplified" : "融入", + "radical" : "鬲", + "level" : [ "new-6" ], + "frequency" : 4761, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "融入", + "transcriptions" : { "pinyin" : "róng rù", + "numeric" : "rong2 ru4", + "wadegiles" : "jung² ju⁴", + "bopomofo" : "ㄖㄨㄥˊ ㄖㄨˋ", + "romatzyh" : "rong ruh" }, + "meanings" : [ "to blend into", + "to integrate", + "to assimilate", + "to merge" ], + "classifiers" : [] } ] }, + { "simplified" : "冗长", + "radical" : "冖", + "level" : [ "new-7+" ], + "frequency" : 26319, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "冗長", + "transcriptions" : { "pinyin" : "rǒng cháng", + "numeric" : "rong3 chang2", + "wadegiles" : "jung³ ch'ang²", + "bopomofo" : "ㄖㄨㄥˇ ㄔㄤˊ", + "romatzyh" : "roong charng" }, + "meanings" : [ "long and tedious", + "redundant", + "superfluous", + "supernumerary", + "verbose (of writing)" ], + "classifiers" : [] } ] }, + { "simplified" : "柔和", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11857, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "柔和", + "transcriptions" : { "pinyin" : "róu hé", + "numeric" : "rou2 he2", + "wadegiles" : "jou² ho²", + "bopomofo" : "ㄖㄡˊ ㄏㄜˊ", + "romatzyh" : "rou her" }, + "meanings" : [ "gentle", "soft" ], + "classifiers" : [] } ] }, + { "simplified" : "柔软", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 7257, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "柔軟", + "transcriptions" : { "pinyin" : "róu ruǎn", + "numeric" : "rou2 ruan3", + "wadegiles" : "jou² juan³", + "bopomofo" : "ㄖㄡˊ ㄖㄨㄢˇ", + "romatzyh" : "rou roan" }, + "meanings" : [ "soft" ], + "classifiers" : [] } ] }, + { "simplified" : "揉", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8985, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "揉", + "transcriptions" : { "pinyin" : "róu", + "numeric" : "rou2", + "wadegiles" : "jou²", + "bopomofo" : "ㄖㄡˊ", + "romatzyh" : "rou" }, + "meanings" : [ "to knead", "to massage", "to rub" ], + "classifiers" : [] } ] }, + { "simplified" : "肉", + "radical" : "肉", + "level" : [ "new-1" ], + "frequency" : 1215, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肉", + "transcriptions" : { "pinyin" : "ròu", + "numeric" : "rou4", + "wadegiles" : "jou⁴", + "bopomofo" : "ㄖㄡˋ", + "romatzyh" : "row" }, + "meanings" : [ "meat", + "flesh", + "pulp (of a fruit)", + "(coll.) (of a fruit) squashy", + "(of a person) flabby", + "irresolute", + "Kangxi radical 130" ], + "classifiers" : [] } ] }, + { "simplified" : "如", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 399, + "pos" : [ "v", "c" ], + "forms" : [ { "traditional" : "如", + "transcriptions" : { "pinyin" : "rú", + "numeric" : "ru2", + "wadegiles" : "ju²", + "bopomofo" : "ㄖㄨˊ", + "romatzyh" : "ru" }, + "meanings" : [ "as", "as if", "such as" ], + "classifiers" : [] } ] }, + { "simplified" : "如此", + "radical" : "女", + "level" : [ "new-5" ], + "frequency" : 493, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "如此", + "transcriptions" : { "pinyin" : "rú cǐ", + "numeric" : "ru2 ci3", + "wadegiles" : "ju² tz'u³", + "bopomofo" : "ㄖㄨˊ ㄘˇ", + "romatzyh" : "ru tsyy" }, + "meanings" : [ "like this; so; such" ], + "classifiers" : [] } ] }, + { "simplified" : "如果", + "radical" : "女", + "level" : [ "new-2", "old-3" ], + "frequency" : 89, + "pos" : [ "c", "v" ], + "forms" : [ { "traditional" : "如果", + "transcriptions" : { "pinyin" : "rú guǒ", + "numeric" : "ru2 guo3", + "wadegiles" : "ju² kuo³", + "bopomofo" : "ㄖㄨˊ ㄍㄨㄛˇ", + "romatzyh" : "ru guoo" }, + "meanings" : [ "if", + "in case", + "in the event that" ], + "classifiers" : [] } ] }, + { "simplified" : "如果说", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "如果說", + "transcriptions" : { "pinyin" : "rú guǒ shuō", + "numeric" : "ru2 guo3 shuo1", + "wadegiles" : "ju² kuo³ shuo¹", + "bopomofo" : "ㄖㄨˊ ㄍㄨㄛˇ ㄕㄨㄛ", + "romatzyh" : "ru guoo shuo" }, + "meanings" : [ "if", "if one were to say" ], + "classifiers" : [] } ] }, + { "simplified" : "如何", + "radical" : "女", + "level" : [ "new-3", "old-5" ], + "frequency" : 391, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "如何", + "transcriptions" : { "pinyin" : "rú hé", + "numeric" : "ru2 he2", + "wadegiles" : "ju² ho²", + "bopomofo" : "ㄖㄨˊ ㄏㄜˊ", + "romatzyh" : "ru her" }, + "meanings" : [ "how", "what way", "what" ], + "classifiers" : [] } ] }, + { "simplified" : "如今", + "radical" : "女", + "level" : [ "new-4", "old-5" ], + "frequency" : 2487, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "如今", + "transcriptions" : { "pinyin" : "rú jīn", + "numeric" : "ru2 jin1", + "wadegiles" : "ju² chin¹", + "bopomofo" : "ㄖㄨˊ ㄐㄧㄣ", + "romatzyh" : "ru jin" }, + "meanings" : [ "nowadays", "now" ], + "classifiers" : [] } ] }, + { "simplified" : "如实", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 13941, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "如實", + "transcriptions" : { "pinyin" : "rú shí", + "numeric" : "ru2 shi2", + "wadegiles" : "ju² shih²", + "bopomofo" : "ㄖㄨˊ ㄕˊ", + "romatzyh" : "ru shyr" }, + "meanings" : [ "as things really are", + "realistic" ], + "classifiers" : [] } ] }, + { "simplified" : "如同", + "radical" : "女", + "level" : [ "new-5" ], + "frequency" : 3867, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "如同", + "transcriptions" : { "pinyin" : "rú tóng", + "numeric" : "ru2 tong2", + "wadegiles" : "ju² t'ung²", + "bopomofo" : "ㄖㄨˊ ㄊㄨㄥˊ", + "romatzyh" : "ru torng" }, + "meanings" : [ "like", "as" ], + "classifiers" : [] } ] }, + { "simplified" : "如下", + "radical" : "女", + "level" : [ "new-5" ], + "frequency" : 5960, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "如下", + "transcriptions" : { "pinyin" : "rú xià", + "numeric" : "ru2 xia4", + "wadegiles" : "ju² hsia⁴", + "bopomofo" : "ㄖㄨˊ ㄒㄧㄚˋ", + "romatzyh" : "ru shiah" }, + "meanings" : [ "as follows" ], + "classifiers" : [] } ] }, + { "simplified" : "如一", + "radical" : "女", + "level" : [ "new-6" ], + "frequency" : 11594, + "pos" : [], + "forms" : [ { "traditional" : "如一", + "transcriptions" : { "pinyin" : "rú yī", + "numeric" : "ru2 yi1", + "wadegiles" : "ju² i¹", + "bopomofo" : "ㄖㄨˊ ㄧ", + "romatzyh" : "ru i" }, + "meanings" : [ "consistent", + "the same", + "unvarying" ], + "classifiers" : [] } ] }, + { "simplified" : "如意", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 11543, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "如意", + "transcriptions" : { "pinyin" : "rú yì", + "numeric" : "ru2 yi4", + "wadegiles" : "ju² i⁴", + "bopomofo" : "ㄖㄨˊ ㄧˋ", + "romatzyh" : "ru yih" }, + "meanings" : [ "as one wants; according to one's wishes", + "ruyi scepter, a symbol of power and good fortune" ], + "classifiers" : [] } ] }, + { "simplified" : "如愿以偿", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 18537, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "如願以償", + "transcriptions" : { "pinyin" : "rú yuàn yǐ cháng", + "numeric" : "ru2 yuan4 yi3 chang2", + "wadegiles" : "ju² yüan⁴ i³ ch'ang²", + "bopomofo" : "ㄖㄨˊ ㄩㄢˋ ㄧˇ ㄔㄤˊ", + "romatzyh" : "ru yuann yii charng" }, + "meanings" : [ "to have one's wish fulfilled" ], + "classifiers" : [] } ] }, + { "simplified" : "如醉如痴", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 73273, + "pos" : [], + "forms" : [ { "traditional" : "如醉如癡", + "transcriptions" : { "pinyin" : "rú zuì rú chī", + "numeric" : "ru2 zui4 ru2 chi1", + "wadegiles" : "ju² tsui⁴ ju² ch'ih¹", + "bopomofo" : "ㄖㄨˊ ㄗㄨㄟˋ ㄖㄨˊ ㄔ", + "romatzyh" : "ru tzuey ru chy" }, + "meanings" : [ "lit. as if drunk and stupefied (idiom)", + "intoxicated by sth", + "obsessed with", + "mad about sth", + "also written 如痴如醉" ], + "classifiers" : [] } ] }, + { "simplified" : "儒家", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11085, + "pos" : [], + "forms" : [ { "traditional" : "儒家", + "transcriptions" : { "pinyin" : "Rú jiā", + "numeric" : "Ru2 jia1", + "wadegiles" : "ju² chia¹", + "bopomofo" : "ㄖㄨˊ ㄐㄧㄚ", + "romatzyh" : "ru jia" }, + "meanings" : [ "Confucian school, founded by Confucius 子 (551-479 BC) and Mencius 子 (c. 372-c. 289 BC)" ], + "classifiers" : [] } ] }, + { "simplified" : "儒学", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 20258, + "pos" : [], + "forms" : [ { "traditional" : "儒學", + "transcriptions" : { "pinyin" : "Rú xué", + "numeric" : "Ru2 xue2", + "wadegiles" : "ju² hsüeh²", + "bopomofo" : "ㄖㄨˊ ㄒㄩㄝˊ", + "romatzyh" : "ru shyue" }, + "meanings" : [ "Confucianism" ], + "classifiers" : [] } ] }, + { "simplified" : "乳制品", + "radical" : "乚", + "level" : [ "new-6" ], + "frequency" : 27890, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "乳製品", + "transcriptions" : { "pinyin" : "rǔ zhì pǐn", + "numeric" : "ru3 zhi4 pin3", + "wadegiles" : "ju³ chih⁴ p'in³", + "bopomofo" : "ㄖㄨˇ ㄓˋ ㄆㄧㄣˇ", + "romatzyh" : "ruu jyh piin" }, + "meanings" : [ "dairy products" ], + "classifiers" : [] } ] }, + { "simplified" : "入", + "radical" : "入", + "level" : [ "new-6" ], + "frequency" : 756, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "入", + "transcriptions" : { "pinyin" : "rù", + "numeric" : "ru4", + "wadegiles" : "ju⁴", + "bopomofo" : "ㄖㄨˋ", + "romatzyh" : "ruh" }, + "meanings" : [ "to enter", + "to go into", + "to join", + "to become a member of", + "to confirm or agree with", + "abbr. for 入声" ], + "classifiers" : [] } ] }, + { "simplified" : "入场", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 12245, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "入場", + "transcriptions" : { "pinyin" : "rù chǎng", + "numeric" : "ru4 chang3", + "wadegiles" : "ju⁴ ch'ang³", + "bopomofo" : "ㄖㄨˋ ㄔㄤˇ", + "romatzyh" : "ruh chaang" }, + "meanings" : [ "to enter the venue for a meeting", + "to enter into an examination", + "to enter a stadium, arena etc" ], + "classifiers" : [] } ] }, + { "simplified" : "入场券", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 14998, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "入場券", + "transcriptions" : { "pinyin" : "rù chǎng quàn", + "numeric" : "ru4 chang3 quan4", + "wadegiles" : "ju⁴ ch'ang³ ch'üan⁴", + "bopomofo" : "ㄖㄨˋ ㄔㄤˇ ㄑㄩㄢˋ", + "romatzyh" : "ruh chaang chiuann" }, + "meanings" : [ "admission ticket" ], + "classifiers" : [] } ] }, + { "simplified" : "入境", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 11650, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "入境", + "transcriptions" : { "pinyin" : "rù jìng", + "numeric" : "ru4 jing4", + "wadegiles" : "ju⁴ ching⁴", + "bopomofo" : "ㄖㄨˋ ㄐㄧㄥˋ", + "romatzyh" : "ruh jinq" }, + "meanings" : [ "to enter a country" ], + "classifiers" : [] } ] }, + { "simplified" : "入口", + "radical" : "入", + "level" : [ "new-2", "old-4" ], + "frequency" : 5927, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "入口", + "transcriptions" : { "pinyin" : "rù kǒu", + "numeric" : "ru4 kou3", + "wadegiles" : "ju⁴ k'ou³", + "bopomofo" : "ㄖㄨˋ ㄎㄡˇ", + "romatzyh" : "ruh koou" }, + "meanings" : [ "entrance", "to import" ], + "classifiers" : [] } ] }, + { "simplified" : "入门", + "radical" : "入", + "level" : [ "new-5" ], + "frequency" : 14461, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "入門", + "transcriptions" : { "pinyin" : "rù mén", + "numeric" : "ru4 men2", + "wadegiles" : "ju⁴ men²", + "bopomofo" : "ㄖㄨˋ ㄇㄣˊ", + "romatzyh" : "ruh men" }, + "meanings" : [ "entrance door", + "to enter a door", + "introduction (to a subject)", + "to learn the basics of a subject" ], + "classifiers" : [] } ] }, + { "simplified" : "入侵", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 5805, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "入侵", + "transcriptions" : { "pinyin" : "rù qīn", + "numeric" : "ru4 qin1", + "wadegiles" : "ju⁴ ch'in¹", + "bopomofo" : "ㄖㄨˋ ㄑㄧㄣ", + "romatzyh" : "ruh chin" }, + "meanings" : [ "to invade" ], + "classifiers" : [] } ] }, + { "simplified" : "入手", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 9020, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "入手", + "transcriptions" : { "pinyin" : "rù shǒu", + "numeric" : "ru4 shou3", + "wadegiles" : "ju⁴ shou³", + "bopomofo" : "ㄖㄨˋ ㄕㄡˇ", + "romatzyh" : "ruh shoou" }, + "meanings" : [ "to begin (with ...) (typically used in a structure such as 从 + {noun} + 手: \"to begin with {noun}; to take {noun} as one's starting point\")", + "to receive; to obtain; to buy" ], + "classifiers" : [] } ] }, + { "simplified" : "入选", + "radical" : "入", + "level" : [ "new-7+" ], + "frequency" : 8521, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "入選", + "transcriptions" : { "pinyin" : "rù xuǎn", + "numeric" : "ru4 xuan3", + "wadegiles" : "ju⁴ hsüan³", + "bopomofo" : "ㄖㄨˋ ㄒㄩㄢˇ", + "romatzyh" : "ruh sheuan" }, + "meanings" : [ "to be included among those selected for" ], + "classifiers" : [] } ] }, + { "simplified" : "入学", + "radical" : "入", + "level" : [ "new-6" ], + "frequency" : 8206, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "入學", + "transcriptions" : { "pinyin" : "rù xué", + "numeric" : "ru4 xue2", + "wadegiles" : "ju⁴ hsüeh²", + "bopomofo" : "ㄖㄨˋ ㄒㄩㄝˊ", + "romatzyh" : "ruh shyue" }, + "meanings" : [ "to enter a school or college", + "to go to school for the first time as a child" ], + "classifiers" : [] } ] }, + { "simplified" : "软", + "radical" : "车", + "level" : [ "new-5", "old-4" ], + "frequency" : 3178, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "軟", + "transcriptions" : { "pinyin" : "ruǎn", + "numeric" : "ruan3", + "wadegiles" : "juan³", + "bopomofo" : "ㄖㄨㄢˇ", + "romatzyh" : "roan" }, + "meanings" : [ "soft", "flexible" ], + "classifiers" : [] }, + { "traditional" : "輭", + "transcriptions" : { "pinyin" : "ruǎn", + "numeric" : "ruan3", + "wadegiles" : "juan³", + "bopomofo" : "ㄖㄨㄢˇ", + "romatzyh" : "roan" }, + "meanings" : [ "variant of 软" ], + "classifiers" : [] } ] }, + { "simplified" : "软件", + "radical" : "车", + "level" : [ "new-5", "old-5" ], + "frequency" : 3539, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "軟件", + "transcriptions" : { "pinyin" : "ruǎn jiàn", + "numeric" : "ruan3 jian4", + "wadegiles" : "juan³ chien⁴", + "bopomofo" : "ㄖㄨㄢˇ ㄐㄧㄢˋ", + "romatzyh" : "roan jiann" }, + "meanings" : [ "(computer) software" ], + "classifiers" : [] } ] }, + { "simplified" : "软弱", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 8294, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "軟弱", + "transcriptions" : { "pinyin" : "ruǎn ruò", + "numeric" : "ruan3 ruo4", + "wadegiles" : "juan³ jo⁴", + "bopomofo" : "ㄖㄨㄢˇ ㄖㄨㄛˋ", + "romatzyh" : "roan ruoh" }, + "meanings" : [ "weak", "feeble", "flabby" ], + "classifiers" : [] } ] }, + { "simplified" : "软实力", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "軟實力", + "transcriptions" : { "pinyin" : "ruǎn shí lì", + "numeric" : "ruan3 shi2 li4", + "wadegiles" : "juan³ shih² li⁴", + "bopomofo" : "ㄖㄨㄢˇ ㄕˊ ㄌㄧˋ", + "romatzyh" : "roan shyr lih" }, + "meanings" : [ "soft power (in international relations)" ], + "classifiers" : [] } ] }, + { "simplified" : "瑞雪", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 47630, + "pos" : [], + "forms" : [ { "traditional" : "瑞雪", + "transcriptions" : { "pinyin" : "ruì xuě", + "numeric" : "rui4 xue3", + "wadegiles" : "jui⁴ hsüeh³", + "bopomofo" : "ㄖㄨㄟˋ ㄒㄩㄝˇ", + "romatzyh" : "ruey sheue" }, + "meanings" : [ "timely snow" ], + "classifiers" : [] } ] }, + { "simplified" : "润", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6937, + "pos" : [ "v", "a", "an" ], + "forms" : [ { "traditional" : "潤", + "transcriptions" : { "pinyin" : "rùn", + "numeric" : "run4", + "wadegiles" : "jun⁴", + "bopomofo" : "ㄖㄨㄣˋ", + "romatzyh" : "ruenn" }, + "meanings" : [ "moist; glossy; sleek", + "to moisten; to lubricate", + "to embellish; to enhance", + "profit; remuneration", + "(neologism c. 2021) (slang) (loanword from \"run\") to emigrate (in order to flee adverse conditions)" ], + "classifiers" : [] } ] }, + { "simplified" : "若", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 1349, + "pos" : [ "c", "v", "g" ], + "forms" : [ { "traditional" : "若", + "transcriptions" : { "pinyin" : "ruò", + "numeric" : "ruo4", + "wadegiles" : "jo⁴", + "bopomofo" : "ㄖㄨㄛˋ", + "romatzyh" : "ruoh" }, + "meanings" : [ "to seem", "like", "as", "if" ], + "classifiers" : [] } ] }, + { "simplified" : "若干", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10305, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "若干", + "transcriptions" : { "pinyin" : "ruò gān", + "numeric" : "ruo4 gan1", + "wadegiles" : "jo⁴ kan¹", + "bopomofo" : "ㄖㄨㄛˋ ㄍㄢ", + "romatzyh" : "ruoh gan" }, + "meanings" : [ "a certain number or amount", + "how many?", + "how much?" ], + "classifiers" : [] } ] }, + { "simplified" : "弱", + "radical" : "弓", + "level" : [ "new-4", "old-5" ], + "frequency" : 2968, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "弱", + "transcriptions" : { "pinyin" : "ruò", + "numeric" : "ruo4", + "wadegiles" : "jo⁴", + "bopomofo" : "ㄖㄨㄛˋ", + "romatzyh" : "ruoh" }, + "meanings" : [ "weak; feeble", + "young", + "inferior; not as good as", + "(following a decimal or fraction) slightly less than" ], + "classifiers" : [] } ] }, + { "simplified" : "弱点", + "radical" : "弓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7156, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "弱點", + "transcriptions" : { "pinyin" : "ruò diǎn", + "numeric" : "ruo4 dian3", + "wadegiles" : "jo⁴ tien³", + "bopomofo" : "ㄖㄨㄛˋ ㄉㄧㄢˇ", + "romatzyh" : "ruoh dean" }, + "meanings" : [ "weak point", "failing" ], + "classifiers" : [] } ] }, + { "simplified" : "弱势", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 20733, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "弱勢", + "transcriptions" : { "pinyin" : "ruò shì", + "numeric" : "ruo4 shi4", + "wadegiles" : "jo⁴ shih⁴", + "bopomofo" : "ㄖㄨㄛˋ ㄕˋ", + "romatzyh" : "ruoh shyh" }, + "meanings" : [ "vulnerable", "weak" ], + "classifiers" : [] } ] }, + { "simplified" : "撒", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 2662, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撒", + "transcriptions" : { "pinyin" : "sā", + "numeric" : "sa1", + "wadegiles" : "sa¹", + "bopomofo" : "ㄙㄚ", + "romatzyh" : "sa" }, + "meanings" : [ "to let go", + "to cast", + "to let loose", + "to discharge", + "to give expression to", + "(coll.) to pee" ], + "classifiers" : [] }, + { "traditional" : "撒", + "transcriptions" : { "pinyin" : "sǎ", + "numeric" : "sa3", + "wadegiles" : "sa³", + "bopomofo" : "ㄙㄚˇ", + "romatzyh" : "saa" }, + "meanings" : [ "to scatter", + "to sprinkle", + "to spill" ], + "classifiers" : [] } ] }, + { "simplified" : "撒谎", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8163, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撒謊", + "transcriptions" : { "pinyin" : "sā huǎng", + "numeric" : "sa1 huang3", + "wadegiles" : "sa¹ huang³", + "bopomofo" : "ㄙㄚ ㄏㄨㄤˇ", + "romatzyh" : "sa hoang" }, + "meanings" : [ "to tell lies" ], + "classifiers" : [] } ] }, + { "simplified" : "洒", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 6215, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "灑", + "transcriptions" : { "pinyin" : "sǎ", + "numeric" : "sa3", + "wadegiles" : "sa³", + "bopomofo" : "ㄙㄚˇ", + "romatzyh" : "saa" }, + "meanings" : [ "to sprinkle", + "to spray", + "to spill", + "to shed" ], + "classifiers" : [] } ] }, + { "simplified" : "塞", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 2163, + "pos" : [ "v", "b", "g" ], + "forms" : [ { "traditional" : "塞", + "transcriptions" : { "pinyin" : "Sāi", + "numeric" : "Sai1", + "wadegiles" : "sai¹", + "bopomofo" : "ㄙㄞ", + "romatzyh" : "sai" }, + "meanings" : [ "Serbia", + "Serbian", + "abbr. for 塞尔维亚" ], + "classifiers" : [] }, + { "traditional" : "塞", + "transcriptions" : { "pinyin" : "sāi", + "numeric" : "sai1", + "wadegiles" : "sai¹", + "bopomofo" : "ㄙㄞ", + "romatzyh" : "sai" }, + "meanings" : [ "to stop up", + "to squeeze in", + "to stuff", + "cork", + "stopper" ], + "classifiers" : [] }, + { "traditional" : "塞", + "transcriptions" : { "pinyin" : "sài", + "numeric" : "sai4", + "wadegiles" : "sai⁴", + "bopomofo" : "ㄙㄞˋ", + "romatzyh" : "say" }, + "meanings" : [ "strategic pass", + "tactical border position" ], + "classifiers" : [] }, + { "traditional" : "塞", + "transcriptions" : { "pinyin" : "sè", + "numeric" : "se4", + "wadegiles" : "se⁴", + "bopomofo" : "ㄙㄜˋ", + "romatzyh" : "seh" }, + "meanings" : [ "to stop up", + "to stuff", + "to cope with" ], + "classifiers" : [] } ] }, + { "simplified" : "腮", + "radical" : "⺼", + "level" : [ "old-6" ], + "frequency" : 19518, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腮", + "transcriptions" : { "pinyin" : "sāi", + "numeric" : "sai1", + "wadegiles" : "sai¹", + "bopomofo" : "ㄙㄞ", + "romatzyh" : "sai" }, + "meanings" : [ "cheek" ], + "classifiers" : [] }, + { "traditional" : "顋", + "transcriptions" : { "pinyin" : "sāi", + "numeric" : "sai1", + "wadegiles" : "sai¹", + "bopomofo" : "ㄙㄞ", + "romatzyh" : "sai" }, + "meanings" : [ "variant of 腮" ], + "classifiers" : [] } ] }, + { "simplified" : "赛", + "radical" : "贝", + "level" : [ "new-6" ], + "frequency" : 1181, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "賽", + "transcriptions" : { "pinyin" : "sài", + "numeric" : "sai4", + "wadegiles" : "sai⁴", + "bopomofo" : "ㄙㄞˋ", + "romatzyh" : "say" }, + "meanings" : [ "to compete", + "competition", + "match", + "to surpass", + "better than", + "superior to", + "to excel" ], + "classifiers" : [] } ] }, + { "simplified" : "赛场", + "radical" : "贝", + "level" : [ "new-6" ], + "frequency" : 7283, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賽場", + "transcriptions" : { "pinyin" : "sài chǎng", + "numeric" : "sai4 chang3", + "wadegiles" : "sai⁴ ch'ang³", + "bopomofo" : "ㄙㄞˋ ㄔㄤˇ", + "romatzyh" : "say chaang" }, + "meanings" : [ "racetrack", + "field (for athletics competition)" ], + "classifiers" : [] } ] }, + { "simplified" : "赛车", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 5140, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "賽車", + "transcriptions" : { "pinyin" : "sài chē", + "numeric" : "sai4 che1", + "wadegiles" : "sai⁴ ch'e¹", + "bopomofo" : "ㄙㄞˋ ㄔㄜ", + "romatzyh" : "say che" }, + "meanings" : [ "auto race", + "cycle race", + "race car" ], + "classifiers" : [] } ] }, + { "simplified" : "赛跑", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 16992, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "賽跑", + "transcriptions" : { "pinyin" : "sài pǎo", + "numeric" : "sai4 pao3", + "wadegiles" : "sai⁴ p'ao³", + "bopomofo" : "ㄙㄞˋ ㄆㄠˇ", + "romatzyh" : "say pao" }, + "meanings" : [ "race (running)", + "to race (running)" ], + "classifiers" : [] } ] }, + { "simplified" : "三", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 233, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "三", + "transcriptions" : { "pinyin" : "Sān", + "numeric" : "San1", + "wadegiles" : "san¹", + "bopomofo" : "ㄙㄢ", + "romatzyh" : "san" }, + "meanings" : [ "surname San" ], + "classifiers" : [] }, + { "traditional" : "三", + "transcriptions" : { "pinyin" : "sān", + "numeric" : "san1", + "wadegiles" : "san¹", + "bopomofo" : "ㄙㄢ", + "romatzyh" : "san" }, + "meanings" : [ "three", "3" ], + "classifiers" : [] } ] }, + { "simplified" : "三番五次", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 52808, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "三番五次", + "transcriptions" : { "pinyin" : "sān fān wǔ cì", + "numeric" : "san1 fan1 wu3 ci4", + "wadegiles" : "san¹ fan¹ wu³ tz'u⁴", + "bopomofo" : "ㄙㄢ ㄈㄢ ㄨˇ ㄘˋ", + "romatzyh" : "san fan wuu tsyh" }, + "meanings" : [ "over and over again (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "三角", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7531, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "三角", + "transcriptions" : { "pinyin" : "sān jiǎo", + "numeric" : "san1 jiao3", + "wadegiles" : "san¹ chiao³", + "bopomofo" : "ㄙㄢ ㄐㄧㄠˇ", + "romatzyh" : "san jeau" }, + "meanings" : [ "triangle" ], + "classifiers" : [] } ] }, + { "simplified" : "三明治", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 13871, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "三明治", + "transcriptions" : { "pinyin" : "sān míng zhì", + "numeric" : "san1 ming2 zhi4", + "wadegiles" : "san¹ ming² chih⁴", + "bopomofo" : "ㄙㄢ ㄇㄧㄥˊ ㄓˋ", + "romatzyh" : "san ming jyh" }, + "meanings" : [ "sandwich (loanword)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "三维", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 14872, + "pos" : [ "mq", "n" ], + "forms" : [ { "traditional" : "三維", + "transcriptions" : { "pinyin" : "sān wéi", + "numeric" : "san1 wei2", + "wadegiles" : "san¹ wei²", + "bopomofo" : "ㄙㄢ ㄨㄟˊ", + "romatzyh" : "san wei" }, + "meanings" : [ "three-dimensional", "3D" ], + "classifiers" : [] } ] }, + { "simplified" : "伞", + "radical" : "人", + "level" : [ "new-4", "old-3" ], + "frequency" : 6101, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傘", + "transcriptions" : { "pinyin" : "sǎn", + "numeric" : "san3", + "wadegiles" : "san³", + "bopomofo" : "ㄙㄢˇ", + "romatzyh" : "saan" }, + "meanings" : [ "umbrella", "parasol" ], + "classifiers" : [ "把" ] }, + { "traditional" : "繖", + "transcriptions" : { "pinyin" : "sǎn", + "numeric" : "san3", + "wadegiles" : "san³", + "bopomofo" : "ㄙㄢˇ", + "romatzyh" : "saan" }, + "meanings" : [ "damask silk", "variant of 伞" ], + "classifiers" : [] } ] }, + { "simplified" : "散", + "radical" : "攵", + "level" : [ "new-4" ], + "frequency" : 2965, + "pos" : [ "v", "a", "ad" ], + "forms" : [ { "traditional" : "㪚", + "transcriptions" : { "pinyin" : "sàn", + "numeric" : "san4", + "wadegiles" : "san⁴", + "bopomofo" : "ㄙㄢˋ", + "romatzyh" : "sann" }, + "meanings" : [ "variant of 散" ], + "classifiers" : [] }, + { "traditional" : "散", + "transcriptions" : { "pinyin" : "sǎn", + "numeric" : "san3", + "wadegiles" : "san³", + "bopomofo" : "ㄙㄢˇ", + "romatzyh" : "saan" }, + "meanings" : [ "scattered", + "loose", + "to come loose", + "to fall apart", + "leisurely", + "powdered medicine" ], + "classifiers" : [] }, + { "traditional" : "散", + "transcriptions" : { "pinyin" : "sàn", + "numeric" : "san4", + "wadegiles" : "san⁴", + "bopomofo" : "ㄙㄢˋ", + "romatzyh" : "sann" }, + "meanings" : [ "to scatter", + "to break up (a meeting etc)", + "to disperse", + "to disseminate", + "to dispel", + "(coll.) to sack" ], + "classifiers" : [] } ] }, + { "simplified" : "散布", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11482, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "散佈", + "transcriptions" : { "pinyin" : "sàn bù", + "numeric" : "san4 bu4", + "wadegiles" : "san⁴ pu⁴", + "bopomofo" : "ㄙㄢˋ ㄅㄨˋ", + "romatzyh" : "sann buh" }, + "meanings" : [ "to disseminate" ], + "classifiers" : [] } ] }, + { "simplified" : "散步", + "radical" : "攵", + "level" : [ "new-3", "old-4" ], + "frequency" : 6153, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "散步", + "transcriptions" : { "pinyin" : "sàn bù", + "numeric" : "san4 bu4", + "wadegiles" : "san⁴ pu⁴", + "bopomofo" : "ㄙㄢˋ ㄅㄨˋ", + "romatzyh" : "sann buh" }, + "meanings" : [ "to take a walk; to go for a walk" ], + "classifiers" : [] } ] }, + { "simplified" : "散发", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6694, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "散發", + "transcriptions" : { "pinyin" : "sàn fā", + "numeric" : "san4 fa1", + "wadegiles" : "san⁴ fa¹", + "bopomofo" : "ㄙㄢˋ ㄈㄚ", + "romatzyh" : "sann fa" }, + "meanings" : [ "to distribute", + "to emit", + "to issue" ], + "classifiers" : [] } ] }, + { "simplified" : "散文", + "radical" : "攵", + "level" : [ "new-5", "old-6" ], + "frequency" : 16676, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "散文", + "transcriptions" : { "pinyin" : "sǎn wén", + "numeric" : "san3 wen2", + "wadegiles" : "san³ wen²", + "bopomofo" : "ㄙㄢˇ ㄨㄣˊ", + "romatzyh" : "saan wen" }, + "meanings" : [ "prose", "essay" ], + "classifiers" : [] } ] }, + { "simplified" : "桑拿", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 17234, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "桑拿", + "transcriptions" : { "pinyin" : "sāng ná", + "numeric" : "sang1 na2", + "wadegiles" : "sang¹ na²", + "bopomofo" : "ㄙㄤ ㄋㄚˊ", + "romatzyh" : "sang na" }, + "meanings" : [ "sauna (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "嗓子", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8030, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嗓子", + "transcriptions" : { "pinyin" : "sǎng zi", + "numeric" : "sang3 zi5", + "wadegiles" : "sang³ zi", + "bopomofo" : "ㄙㄤˇ zi", + "romatzyh" : "saang zi" }, + "meanings" : [ "throat", "voice" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "丧生", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 10199, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "喪生", + "transcriptions" : { "pinyin" : "sàng shēng", + "numeric" : "sang4 sheng1", + "wadegiles" : "sang⁴ sheng¹", + "bopomofo" : "ㄙㄤˋ ㄕㄥ", + "romatzyh" : "sanq sheng" }, + "meanings" : [ "to die", "to lose one's life" ], + "classifiers" : [] } ] }, + { "simplified" : "丧失", + "radical" : "十", + "level" : [ "new-6", "old-6" ], + "frequency" : 5269, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "喪失", + "transcriptions" : { "pinyin" : "sàng shī", + "numeric" : "sang4 shi1", + "wadegiles" : "sang⁴ shih¹", + "bopomofo" : "ㄙㄤˋ ㄕ", + "romatzyh" : "sanq shy" }, + "meanings" : [ "to lose", "to forfeit" ], + "classifiers" : [] } ] }, + { "simplified" : "骚乱", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 11988, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "騷亂", + "transcriptions" : { "pinyin" : "sāo luàn", + "numeric" : "sao1 luan4", + "wadegiles" : "sao¹ luan⁴", + "bopomofo" : "ㄙㄠ ㄌㄨㄢˋ", + "romatzyh" : "sau luann" }, + "meanings" : [ "disturbance; riot", + "to create a disturbance" ], + "classifiers" : [] } ] }, + { "simplified" : "骚扰", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 6620, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "騷擾", + "transcriptions" : { "pinyin" : "sāo rǎo", + "numeric" : "sao1 rao3", + "wadegiles" : "sao¹ jao³", + "bopomofo" : "ㄙㄠ ㄖㄠˇ", + "romatzyh" : "sau rao" }, + "meanings" : [ "to disturb", + "to cause a commotion", + "to harass" ], + "classifiers" : [] } ] }, + { "simplified" : "扫", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 4584, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掃", + "transcriptions" : { "pinyin" : "sǎo", + "numeric" : "sao3", + "wadegiles" : "sao³", + "bopomofo" : "ㄙㄠˇ", + "romatzyh" : "sao" }, + "meanings" : [ "to sweep" ], + "classifiers" : [] }, + { "traditional" : "掃", + "transcriptions" : { "pinyin" : "sào", + "numeric" : "sao4", + "wadegiles" : "sao⁴", + "bopomofo" : "ㄙㄠˋ", + "romatzyh" : "saw" }, + "meanings" : [ "broom" ], + "classifiers" : [] } ] }, + { "simplified" : "扫除", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 20281, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掃除", + "transcriptions" : { "pinyin" : "sǎo chú", + "numeric" : "sao3 chu2", + "wadegiles" : "sao³ ch'u²", + "bopomofo" : "ㄙㄠˇ ㄔㄨˊ", + "romatzyh" : "sao chwu" }, + "meanings" : [ "to sweep", + "to clean with a brush", + "to sweep away (often fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "扫描", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 4864, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "掃描", + "transcriptions" : { "pinyin" : "sǎo miáo", + "numeric" : "sao3 miao2", + "wadegiles" : "sao³ miao²", + "bopomofo" : "ㄙㄠˇ ㄇㄧㄠˊ", + "romatzyh" : "sao miau" }, + "meanings" : [ "to scan" ], + "classifiers" : [] } ] }, + { "simplified" : "扫墓", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 29945, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掃墓", + "transcriptions" : { "pinyin" : "sǎo mù", + "numeric" : "sao3 mu4", + "wadegiles" : "sao³ mu⁴", + "bopomofo" : "ㄙㄠˇ ㄇㄨˋ", + "romatzyh" : "sao muh" }, + "meanings" : [ "to sweep a grave (and pay one's respects to the dead person)" ], + "classifiers" : [] } ] }, + { "simplified" : "扫兴", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 21314, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "掃興", + "transcriptions" : { "pinyin" : "sǎo xìng", + "numeric" : "sao3 xing4", + "wadegiles" : "sao³ hsing⁴", + "bopomofo" : "ㄙㄠˇ ㄒㄧㄥˋ", + "romatzyh" : "sao shinq" }, + "meanings" : [ "to spoil things; to dampen spirits", + "to feel deflated; to be dispirited" ], + "classifiers" : [] } ] }, + { "simplified" : "嫂子", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14522, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嫂子", + "transcriptions" : { "pinyin" : "sǎo zi", + "numeric" : "sao3 zi5", + "wadegiles" : "sao³ zi", + "bopomofo" : "ㄙㄠˇ zi", + "romatzyh" : "sao zi" }, + "meanings" : [ "(coll.) older brother's wife; sister-in-law" ], + "classifiers" : [] } ] }, + { "simplified" : "色", + "radical" : "色", + "level" : [ "new-4" ], + "frequency" : 1863, + "pos" : [ "g", "n", "q" ], + "forms" : [ { "traditional" : "色", + "transcriptions" : { "pinyin" : "sè", + "numeric" : "se4", + "wadegiles" : "se⁴", + "bopomofo" : "ㄙㄜˋ", + "romatzyh" : "seh" }, + "meanings" : [ "color", + "look", + "appearance", + "sex" ], + "classifiers" : [ "种" ] }, + { "traditional" : "色", + "transcriptions" : { "pinyin" : "shǎi", + "numeric" : "shai3", + "wadegiles" : "shai³", + "bopomofo" : "ㄕㄞˇ", + "romatzyh" : "shae" }, + "meanings" : [ "(coll.) color", "used in 子" ], + "classifiers" : [] } ] }, + { "simplified" : "色彩", + "radical" : "色", + "level" : [ "new-4", "old-6" ], + "frequency" : 4732, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "色彩", + "transcriptions" : { "pinyin" : "sè cǎi", + "numeric" : "se4 cai3", + "wadegiles" : "se⁴ ts'ai³", + "bopomofo" : "ㄙㄜˋ ㄘㄞˇ", + "romatzyh" : "seh tsae" }, + "meanings" : [ "tint; coloring; coloration", + "(fig.) flavor; character" ], + "classifiers" : [] } ] }, + { "simplified" : "森林", + "radical" : "木", + "level" : [ "old-4" ], + "frequency" : 3183, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "森林", + "transcriptions" : { "pinyin" : "sēn lín", + "numeric" : "sen1 lin2", + "wadegiles" : "sen¹ lin²", + "bopomofo" : "ㄙㄣ ㄌㄧㄣˊ", + "romatzyh" : "sen lin" }, + "meanings" : [ "forest" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "僧人", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 20566, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "僧人", + "transcriptions" : { "pinyin" : "sēng rén", + "numeric" : "seng1 ren2", + "wadegiles" : "seng¹ jen²", + "bopomofo" : "ㄙㄥ ㄖㄣˊ", + "romatzyh" : "seng ren" }, + "meanings" : [ "monk" ], + "classifiers" : [] } ] }, + { "simplified" : "杀", + "radical" : "木", + "level" : [ "new-5", "old-5" ], + "frequency" : 557, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "殺", + "transcriptions" : { "pinyin" : "shā", + "numeric" : "sha1", + "wadegiles" : "sha¹", + "bopomofo" : "ㄕㄚ", + "romatzyh" : "sha" }, + "meanings" : [ "to kill", + "to murder", + "to attack", + "to weaken or reduce", + "to smart (dialect)", + "(used after a verb) extremely" ], + "classifiers" : [] } ] }, + { "simplified" : "杀毒", + "radical" : "木", + "level" : [ "new-5" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "殺毒", + "transcriptions" : { "pinyin" : "shā dú", + "numeric" : "sha1 du2", + "wadegiles" : "sha¹ tu²", + "bopomofo" : "ㄕㄚ ㄉㄨˊ", + "romatzyh" : "sha dwu" }, + "meanings" : [ "to disinfect", + "(computing) to destroy a computer virus" ], + "classifiers" : [] } ] }, + { "simplified" : "杀害", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 5148, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "殺害", + "transcriptions" : { "pinyin" : "shā hài", + "numeric" : "sha1 hai4", + "wadegiles" : "sha¹ hai⁴", + "bopomofo" : "ㄕㄚ ㄏㄞˋ", + "romatzyh" : "sha hay" }, + "meanings" : [ "to murder" ], + "classifiers" : [] } ] }, + { "simplified" : "杀手", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 3723, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "殺手", + "transcriptions" : { "pinyin" : "shā shǒu", + "numeric" : "sha1 shou3", + "wadegiles" : "sha¹ shou³", + "bopomofo" : "ㄕㄚ ㄕㄡˇ", + "romatzyh" : "sha shoou" }, + "meanings" : [ "killer", + "murderer", + "hit man", + "(sports) formidable player" ], + "classifiers" : [] } ] }, + { "simplified" : "沙发", + "radical" : "氵", + "level" : [ "new-3", "old-4" ], + "frequency" : 3832, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "沙發", + "transcriptions" : { "pinyin" : "shā fā", + "numeric" : "sha1 fa1", + "wadegiles" : "sha¹ fa¹", + "bopomofo" : "ㄕㄚ ㄈㄚ", + "romatzyh" : "sha fa" }, + "meanings" : [ "sofa (loanword)", + "(Internet slang) the first reply or replier to a forum post" ], + "classifiers" : [ "条", "张" ] } ] }, + { "simplified" : "沙龙", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8762, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "沙龍", + "transcriptions" : { "pinyin" : "shā lóng", + "numeric" : "sha1 long2", + "wadegiles" : "sha¹ lung²", + "bopomofo" : "ㄕㄚ ㄌㄨㄥˊ", + "romatzyh" : "sha long" }, + "meanings" : [ "salon (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "沙漠", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 5824, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "沙漠", + "transcriptions" : { "pinyin" : "shā mò", + "numeric" : "sha1 mo4", + "wadegiles" : "sha¹ mo⁴", + "bopomofo" : "ㄕㄚ ㄇㄛˋ", + "romatzyh" : "sha moh" }, + "meanings" : [ "desert" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "沙滩", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "沙灘", + "transcriptions" : { "pinyin" : "shā tān", + "numeric" : "sha1 tan1", + "wadegiles" : "sha¹ t'an¹", + "bopomofo" : "ㄕㄚ ㄊㄢ", + "romatzyh" : "sha tan" }, + "meanings" : [ "beach", "sandy shore" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "沙子", + "radical" : "氵", + "level" : [ "new-3" ], + "frequency" : 11546, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "沙子", + "transcriptions" : { "pinyin" : "shā zi", + "numeric" : "sha1 zi5", + "wadegiles" : "sha¹ zi", + "bopomofo" : "ㄕㄚ zi", + "romatzyh" : "sha zi" }, + "meanings" : [ "sand", "grit" ], + "classifiers" : [ "粒", "把" ] } ] }, + { "simplified" : "纱", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 8482, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紗", + "transcriptions" : { "pinyin" : "shā", + "numeric" : "sha1", + "wadegiles" : "sha¹", + "bopomofo" : "ㄕㄚ", + "romatzyh" : "sha" }, + "meanings" : [ "cotton yarn", "muslin" ], + "classifiers" : [] } ] }, + { "simplified" : "刹车", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6961, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "剎車", + "transcriptions" : { "pinyin" : "shā chē", + "numeric" : "sha1 che1", + "wadegiles" : "sha¹ ch'e¹", + "bopomofo" : "ㄕㄚ ㄔㄜ", + "romatzyh" : "sha che" }, + "meanings" : [ "to brake (when driving)", + "to stop", + "to switch off", + "to check (bad habits)", + "a brake" ], + "classifiers" : [] } ] }, + { "simplified" : "刹那", + "radical" : "刂", + "level" : [ "old-6" ], + "frequency" : 25638, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "剎那", + "transcriptions" : { "pinyin" : "chà nà", + "numeric" : "cha4 na4", + "wadegiles" : "ch'a⁴ na⁴", + "bopomofo" : "ㄔㄚˋ ㄋㄚˋ", + "romatzyh" : "chah nah" }, + "meanings" : [ "an instant (Sanskrit: ksana); split second; the twinkling of an eye" ], + "classifiers" : [] } ] }, + { "simplified" : "砂糖", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 31940, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "砂糖", + "transcriptions" : { "pinyin" : "shā táng", + "numeric" : "sha1 tang2", + "wadegiles" : "sha¹ t'ang²", + "bopomofo" : "ㄕㄚ ㄊㄤˊ", + "romatzyh" : "sha tarng" }, + "meanings" : [ "granulated sugar" ], + "classifiers" : [] } ] }, + { "simplified" : "鲨鱼", + "radical" : "鱼", + "level" : [ "new-7+" ], + "frequency" : 9035, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鯊魚", + "transcriptions" : { "pinyin" : "shā yú", + "numeric" : "sha1 yu2", + "wadegiles" : "sha¹ yü²", + "bopomofo" : "ㄕㄚ ㄩˊ", + "romatzyh" : "sha yu" }, + "meanings" : [ "shark" ], + "classifiers" : [] } ] }, + { "simplified" : "傻", + "radical" : "亻", + "level" : [ "new-5", "old-5" ], + "frequency" : 1197, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "傻", + "transcriptions" : { "pinyin" : "shǎ", + "numeric" : "sha3", + "wadegiles" : "sha³", + "bopomofo" : "ㄕㄚˇ", + "romatzyh" : "shaa" }, + "meanings" : [ "foolish" ], + "classifiers" : [] } ] }, + { "simplified" : "傻瓜", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 5273, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傻瓜", + "transcriptions" : { "pinyin" : "shǎ guā", + "numeric" : "sha3 gua1", + "wadegiles" : "sha³ kua¹", + "bopomofo" : "ㄕㄚˇ ㄍㄨㄚ", + "romatzyh" : "shaa gua" }, + "meanings" : [ "idiot", "fool" ], + "classifiers" : [] } ] }, + { "simplified" : "啥", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 990, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "啥", + "transcriptions" : { "pinyin" : "shá", + "numeric" : "sha2", + "wadegiles" : "sha²", + "bopomofo" : "ㄕㄚˊ", + "romatzyh" : "shar" }, + "meanings" : [ "dialectal equivalent of 什么", + "also pr. [shà]" ], + "classifiers" : [] } ] }, + { "simplified" : "筛", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 16197, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "篩", + "transcriptions" : { "pinyin" : "shāi", + "numeric" : "shai1", + "wadegiles" : "shai¹", + "bopomofo" : "ㄕㄞ", + "romatzyh" : "shai" }, + "meanings" : [ "(bound form) a sieve", + "to sieve; to sift; to filter", + "to eliminate through selection", + "to warm a pot of rice wine (over a fire or in hot water)", + "to pour (wine or tea)", + "(dialect) to strike (a gong)" ], + "classifiers" : [] } ] }, + { "simplified" : "筛选", + "radical" : "⺮", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9637, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "篩選", + "transcriptions" : { "pinyin" : "shāi xuǎn", + "numeric" : "shai1 xuan3", + "wadegiles" : "shai¹ hsüan³", + "bopomofo" : "ㄕㄞ ㄒㄩㄢˇ", + "romatzyh" : "shai sheuan" }, + "meanings" : [ "to filter" ], + "classifiers" : [] } ] }, + { "simplified" : "晒", + "radical" : "日", + "level" : [ "new-4", "old-5" ], + "frequency" : 3679, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "晒", + "transcriptions" : { "pinyin" : "shài", + "numeric" : "shai4", + "wadegiles" : "shai⁴", + "bopomofo" : "ㄕㄞˋ", + "romatzyh" : "shay" }, + "meanings" : [ "variant of 晒" ], + "classifiers" : [] }, + { "traditional" : "曬", + "transcriptions" : { "pinyin" : "shài", + "numeric" : "shai4", + "wadegiles" : "shai⁴", + "bopomofo" : "ㄕㄞˋ", + "romatzyh" : "shay" }, + "meanings" : [ "(of the sun) to shine on", + "to bask in (the sunshine)", + "to dry (clothes, grain etc) in the sun", + "(fig.) to expose and share (one's experiences and thoughts) on the Web (loanword from \"share\")", + "(coll.) to give the cold shoulder to" ], + "classifiers" : [] } ] }, + { "simplified" : "晒太阳", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 12972, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "曬太陽", + "transcriptions" : { "pinyin" : "shài tài yáng", + "numeric" : "shai4 tai4 yang2", + "wadegiles" : "shai⁴ t'ai⁴ yang²", + "bopomofo" : "ㄕㄞˋ ㄊㄞˋ ㄧㄤˊ", + "romatzyh" : "shay tay yang" }, + "meanings" : [ "to be in the sun (getting warm or sunbathing etc)", + "to put sth in the sun (e.g. to dry it)" ], + "classifiers" : [] } ] }, + { "simplified" : "山", + "radical" : "山", + "level" : [ "new-1" ], + "frequency" : 1030, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山", + "transcriptions" : { "pinyin" : "Shān", + "numeric" : "Shan1", + "wadegiles" : "shan¹", + "bopomofo" : "ㄕㄢ", + "romatzyh" : "shan" }, + "meanings" : [ "surname Shan" ], + "classifiers" : [] }, + { "traditional" : "山", + "transcriptions" : { "pinyin" : "shān", + "numeric" : "shan1", + "wadegiles" : "shan¹", + "bopomofo" : "ㄕㄢ", + "romatzyh" : "shan" }, + "meanings" : [ "mountain; hill", + "(coll.) small bundle of straw for silkworms to spin cocoons on" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "山川", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 27081, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山川", + "transcriptions" : { "pinyin" : "shān chuān", + "numeric" : "shan1 chuan1", + "wadegiles" : "shan¹ ch'uan¹", + "bopomofo" : "ㄕㄢ ㄔㄨㄢ", + "romatzyh" : "shan chuan" }, + "meanings" : [ "mountains and rivers", + "landscape" ], + "classifiers" : [] } ] }, + { "simplified" : "山顶", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 9938, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山頂", + "transcriptions" : { "pinyin" : "shān dǐng", + "numeric" : "shan1 ding3", + "wadegiles" : "shan¹ ting³", + "bopomofo" : "ㄕㄢ ㄉㄧㄥˇ", + "romatzyh" : "shan diing" }, + "meanings" : [ "hilltop" ], + "classifiers" : [] } ] }, + { "simplified" : "山峰", + "radical" : "山", + "level" : [ "new-6" ], + "frequency" : 18234, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山峰", + "transcriptions" : { "pinyin" : "shān fēng", + "numeric" : "shan1 feng1", + "wadegiles" : "shan¹ feng¹", + "bopomofo" : "ㄕㄢ ㄈㄥ", + "romatzyh" : "shan feng" }, + "meanings" : [ "(mountain) peak" ], + "classifiers" : [] } ] }, + { "simplified" : "山冈", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 79223, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山岡", + "transcriptions" : { "pinyin" : "shān gāng", + "numeric" : "shan1 gang1", + "wadegiles" : "shan¹ kang¹", + "bopomofo" : "ㄕㄢ ㄍㄤ", + "romatzyh" : "shan gang" }, + "meanings" : [ "mound", "small hill" ], + "classifiers" : [] } ] }, + { "simplified" : "山谷", + "radical" : "山", + "level" : [ "new-6" ], + "frequency" : 10210, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山谷", + "transcriptions" : { "pinyin" : "shān gǔ", + "numeric" : "shan1 gu3", + "wadegiles" : "shan¹ ku³", + "bopomofo" : "ㄕㄢ ㄍㄨˇ", + "romatzyh" : "shan guu" }, + "meanings" : [ "valley", "ravine" ], + "classifiers" : [] } ] }, + { "simplified" : "山岭", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 38767, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山嶺", + "transcriptions" : { "pinyin" : "shān lǐng", + "numeric" : "shan1 ling3", + "wadegiles" : "shan¹ ling³", + "bopomofo" : "ㄕㄢ ㄌㄧㄥˇ", + "romatzyh" : "shan liing" }, + "meanings" : [ "mountain ridge" ], + "classifiers" : [] } ] }, + { "simplified" : "山路", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 15264, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山路", + "transcriptions" : { "pinyin" : "shān lù", + "numeric" : "shan1 lu4", + "wadegiles" : "shan¹ lu⁴", + "bopomofo" : "ㄕㄢ ㄌㄨˋ", + "romatzyh" : "shan luh" }, + "meanings" : [ "mountain road" ], + "classifiers" : [] } ] }, + { "simplified" : "山脉", + "radical" : "山", + "level" : [ "old-6" ], + "frequency" : 17979, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山脈", + "transcriptions" : { "pinyin" : "shān mài", + "numeric" : "shan1 mai4", + "wadegiles" : "shan¹ mai⁴", + "bopomofo" : "ㄕㄢ ㄇㄞˋ", + "romatzyh" : "shan may" }, + "meanings" : [ "mountain range" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "山坡", + "radical" : "山", + "level" : [ "new-6" ], + "frequency" : 13550, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山坡", + "transcriptions" : { "pinyin" : "shān pō", + "numeric" : "shan1 po1", + "wadegiles" : "shan¹ p'o¹", + "bopomofo" : "ㄕㄢ ㄆㄛ", + "romatzyh" : "shan po" }, + "meanings" : [ "hillside" ], + "classifiers" : [] } ] }, + { "simplified" : "山区", + "radical" : "山", + "level" : [ "new-5" ], + "frequency" : 10416, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山區", + "transcriptions" : { "pinyin" : "shān qū", + "numeric" : "shan1 qu1", + "wadegiles" : "shan¹ ch'ü¹", + "bopomofo" : "ㄕㄢ ㄑㄩ", + "romatzyh" : "shan chiu" }, + "meanings" : [ "mountain area" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "山寨", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 20616, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "山寨", + "transcriptions" : { "pinyin" : "shān zhài", + "numeric" : "shan1 zhai4", + "wadegiles" : "shan¹ chai⁴", + "bopomofo" : "ㄕㄢ ㄓㄞˋ", + "romatzyh" : "shan jay" }, + "meanings" : [ "fortified hill village", + "mountain stronghold (esp. of bandits)", + "(fig.) knockoff (goods)", + "counterfeit", + "imitation" ], + "classifiers" : [] } ] }, + { "simplified" : "删", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 5923, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "刪", + "transcriptions" : { "pinyin" : "shān", + "numeric" : "shan1", + "wadegiles" : "shan¹", + "bopomofo" : "ㄕㄢ", + "romatzyh" : "shan" }, + "meanings" : [ "to delete" ], + "classifiers" : [] } ] }, + { "simplified" : "删除", + "radical" : "刂", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7087, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "刪除", + "transcriptions" : { "pinyin" : "shān chú", + "numeric" : "shan1 chu2", + "wadegiles" : "shan¹ ch'u²", + "bopomofo" : "ㄕㄢ ㄔㄨˊ", + "romatzyh" : "shan chwu" }, + "meanings" : [ "to delete", "to cancel" ], + "classifiers" : [] } ] }, + { "simplified" : "煽动", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 14589, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "煽動", + "transcriptions" : { "pinyin" : "shān dòng", + "numeric" : "shan1 dong4", + "wadegiles" : "shan¹ tung⁴", + "bopomofo" : "ㄕㄢ ㄉㄨㄥˋ", + "romatzyh" : "shan donq" }, + "meanings" : [ "to incite", "to instigate" ], + "classifiers" : [] } ] }, + { "simplified" : "闪", + "radical" : "门", + "level" : [ "new-4" ], + "frequency" : 2909, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "閃", + "transcriptions" : { "pinyin" : "Shǎn", + "numeric" : "Shan3", + "wadegiles" : "shan³", + "bopomofo" : "ㄕㄢˇ", + "romatzyh" : "shaan" }, + "meanings" : [ "surname Shan" ], + "classifiers" : [] }, + { "traditional" : "閃", + "transcriptions" : { "pinyin" : "shǎn", + "numeric" : "shan3", + "wadegiles" : "shan³", + "bopomofo" : "ㄕㄢˇ", + "romatzyh" : "shaan" }, + "meanings" : [ "to dodge", + "to duck out of the way", + "to beat it", + "shaken (by a fall)", + "to sprain", + "to pull a muscle", + "lightning", + "spark", + "a flash", + "to flash (across one's mind)", + "to leave behind", + "(Internet slang) (of a display of affection) \"dazzlingly\" saccharine" ], + "classifiers" : [] } ] }, + { "simplified" : "闪电", + "radical" : "门", + "level" : [ "new-4", "old-5" ], + "frequency" : 6256, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "閃電", + "transcriptions" : { "pinyin" : "shǎn diàn", + "numeric" : "shan3 dian4", + "wadegiles" : "shan³ tien⁴", + "bopomofo" : "ㄕㄢˇ ㄉㄧㄢˋ", + "romatzyh" : "shaan diann" }, + "meanings" : [ "lightning" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "闪烁", + "radical" : "门", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10116, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "閃爍", + "transcriptions" : { "pinyin" : "shǎn shuò", + "numeric" : "shan3 shuo4", + "wadegiles" : "shan³ shuo⁴", + "bopomofo" : "ㄕㄢˇ ㄕㄨㄛˋ", + "romatzyh" : "shaan shuoh" }, + "meanings" : [ "flickering", + "twinkling", + "evasive", + "vague (of speech)" ], + "classifiers" : [] } ] }, + { "simplified" : "扇", + "radical" : "户", + "level" : [ "new-5" ], + "frequency" : 3773, + "pos" : [ "q", "v", "n" ], + "forms" : [ { "traditional" : "扇", + "transcriptions" : { "pinyin" : "shān", + "numeric" : "shan1", + "wadegiles" : "shan¹", + "bopomofo" : "ㄕㄢ", + "romatzyh" : "shan" }, + "meanings" : [ "to fan", "to slap sb on the face" ], + "classifiers" : [] }, + { "traditional" : "扇", + "transcriptions" : { "pinyin" : "shàn", + "numeric" : "shan4", + "wadegiles" : "shan⁴", + "bopomofo" : "ㄕㄢˋ", + "romatzyh" : "shann" }, + "meanings" : [ "fan", + "sliding, hinged or detachable flat part of sth", + "classifier for doors, windows etc" ], + "classifiers" : [] } ] }, + { "simplified" : "扇子", + "radical" : "户", + "level" : [ "new-5", "old-5" ], + "frequency" : 24273, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "扇子", + "transcriptions" : { "pinyin" : "shàn zi", + "numeric" : "shan4 zi5", + "wadegiles" : "shan⁴ zi", + "bopomofo" : "ㄕㄢˋ zi", + "romatzyh" : "shann zi" }, + "meanings" : [ "fan" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "善", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 3510, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "善", + "transcriptions" : { "pinyin" : "shàn", + "numeric" : "shan4", + "wadegiles" : "shan⁴", + "bopomofo" : "ㄕㄢˋ", + "romatzyh" : "shann" }, + "meanings" : [ "good (virtuous)", + "benevolent", + "well-disposed", + "good at sth", + "to improve or perfect" ], + "classifiers" : [] } ] }, + { "simplified" : "善良", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 4078, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "善良", + "transcriptions" : { "pinyin" : "shàn liáng", + "numeric" : "shan4 liang2", + "wadegiles" : "shan⁴ liang²", + "bopomofo" : "ㄕㄢˋ ㄌㄧㄤˊ", + "romatzyh" : "shann liang" }, + "meanings" : [ "good and honest", "kindhearted" ], + "classifiers" : [] } ] }, + { "simplified" : "善意", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 10577, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "善意", + "transcriptions" : { "pinyin" : "shàn yì", + "numeric" : "shan4 yi4", + "wadegiles" : "shan⁴ i⁴", + "bopomofo" : "ㄕㄢˋ ㄧˋ", + "romatzyh" : "shann yih" }, + "meanings" : [ "goodwill", + "benevolence", + "kindness" ], + "classifiers" : [] } ] }, + { "simplified" : "善于", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 5447, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "善於", + "transcriptions" : { "pinyin" : "shàn yú", + "numeric" : "shan4 yu2", + "wadegiles" : "shan⁴ yü²", + "bopomofo" : "ㄕㄢˋ ㄩˊ", + "romatzyh" : "shann yu" }, + "meanings" : [ "to be good at; to be adept at" ], + "classifiers" : [] } ] }, + { "simplified" : "擅长", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4999, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擅長", + "transcriptions" : { "pinyin" : "shàn cháng", + "numeric" : "shan4 chang2", + "wadegiles" : "shan⁴ ch'ang²", + "bopomofo" : "ㄕㄢˋ ㄔㄤˊ", + "romatzyh" : "shann charng" }, + "meanings" : [ "to be good at; to be expert in" ], + "classifiers" : [] } ] }, + { "simplified" : "擅自", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7694, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "擅自", + "transcriptions" : { "pinyin" : "shàn zì", + "numeric" : "shan4 zi4", + "wadegiles" : "shan⁴ tzu⁴", + "bopomofo" : "ㄕㄢˋ ㄗˋ", + "romatzyh" : "shann tzyh" }, + "meanings" : [ "without permission" ], + "classifiers" : [] } ] }, + { "simplified" : "膳食", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 20604, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膳食", + "transcriptions" : { "pinyin" : "shàn shí", + "numeric" : "shan4 shi2", + "wadegiles" : "shan⁴ shih²", + "bopomofo" : "ㄕㄢˋ ㄕˊ", + "romatzyh" : "shann shyr" }, + "meanings" : [ "meals; food" ], + "classifiers" : [] } ] }, + { "simplified" : "赡养", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 27145, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "贍養", + "transcriptions" : { "pinyin" : "shàn yǎng", + "numeric" : "shan4 yang3", + "wadegiles" : "shan⁴ yang³", + "bopomofo" : "ㄕㄢˋ ㄧㄤˇ", + "romatzyh" : "shann yeang" }, + "meanings" : [ "to support", + "to provide support for", + "to maintain" ], + "classifiers" : [] } ] }, + { "simplified" : "伤", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 715, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "傷", + "transcriptions" : { "pinyin" : "shāng", + "numeric" : "shang1", + "wadegiles" : "shang¹", + "bopomofo" : "ㄕㄤ", + "romatzyh" : "shang" }, + "meanings" : [ "to injure", "injury", "wound" ], + "classifiers" : [] } ] }, + { "simplified" : "伤残", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 19467, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "傷殘", + "transcriptions" : { "pinyin" : "shāng cán", + "numeric" : "shang1 can2", + "wadegiles" : "shang¹ ts'an²", + "bopomofo" : "ㄕㄤ ㄘㄢˊ", + "romatzyh" : "shang tsarn" }, + "meanings" : [ "disabled", + "maimed", + "crippled", + "(of objects) damaged" ], + "classifiers" : [] } ] }, + { "simplified" : "伤感", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7547, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "傷感", + "transcriptions" : { "pinyin" : "shāng gǎn", + "numeric" : "shang1 gan3", + "wadegiles" : "shang¹ kan³", + "bopomofo" : "ㄕㄤ ㄍㄢˇ", + "romatzyh" : "shang gaan" }, + "meanings" : [ "sad", + "emotional", + "sentimental", + "pathos" ], + "classifiers" : [] } ] }, + { "simplified" : "伤害", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 1296, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "傷害", + "transcriptions" : { "pinyin" : "shāng hài", + "numeric" : "shang1 hai4", + "wadegiles" : "shang¹ hai⁴", + "bopomofo" : "ㄕㄤ ㄏㄞˋ", + "romatzyh" : "shang hay" }, + "meanings" : [ "to injure", "to harm" ], + "classifiers" : [] } ] }, + { "simplified" : "伤痕", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傷痕", + "transcriptions" : { "pinyin" : "shāng hén", + "numeric" : "shang1 hen2", + "wadegiles" : "shang¹ hen²", + "bopomofo" : "ㄕㄤ ㄏㄣˊ", + "romatzyh" : "shang hern" }, + "meanings" : [ "scar", "bruise" ], + "classifiers" : [] } ] }, + { "simplified" : "伤口", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 3710, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傷口", + "transcriptions" : { "pinyin" : "shāng kǒu", + "numeric" : "shang1 kou3", + "wadegiles" : "shang¹ k'ou³", + "bopomofo" : "ㄕㄤ ㄎㄡˇ", + "romatzyh" : "shang koou" }, + "meanings" : [ "wound", "cut" ], + "classifiers" : [] } ] }, + { "simplified" : "伤脑筋", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26254, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "傷腦筋", + "transcriptions" : { "pinyin" : "shāng nǎo jīn", + "numeric" : "shang1 nao3 jin1", + "wadegiles" : "shang¹ nao³ chin¹", + "bopomofo" : "ㄕㄤ ㄋㄠˇ ㄐㄧㄣ", + "romatzyh" : "shang nao jin" }, + "meanings" : [ "to be a real headache", + "to find sth a real headache", + "to beat one's brains" ], + "classifiers" : [] } ] }, + { "simplified" : "伤势", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9849, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傷勢", + "transcriptions" : { "pinyin" : "shāng shì", + "numeric" : "shang1 shi4", + "wadegiles" : "shang¹ shih⁴", + "bopomofo" : "ㄕㄤ ㄕˋ", + "romatzyh" : "shang shyh" }, + "meanings" : [ "condition of an injury" ], + "classifiers" : [] } ] }, + { "simplified" : "伤亡", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 5509, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "傷亡", + "transcriptions" : { "pinyin" : "shāng wáng", + "numeric" : "shang1 wang2", + "wadegiles" : "shang¹ wang²", + "bopomofo" : "ㄕㄤ ㄨㄤˊ", + "romatzyh" : "shang wang" }, + "meanings" : [ "casualties", + "injuries and deaths" ], + "classifiers" : [] } ] }, + { "simplified" : "伤心", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 2543, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "傷心", + "transcriptions" : { "pinyin" : "shāng xīn", + "numeric" : "shang1 xin1", + "wadegiles" : "shang¹ hsin¹", + "bopomofo" : "ㄕㄤ ㄒㄧㄣ", + "romatzyh" : "shang shin" }, + "meanings" : [ "to grieve", + "to be broken-hearted", + "to feel deeply hurt" ], + "classifiers" : [] } ] }, + { "simplified" : "伤员", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 11892, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "傷員", + "transcriptions" : { "pinyin" : "shāng yuán", + "numeric" : "shang1 yuan2", + "wadegiles" : "shang¹ yüan²", + "bopomofo" : "ㄕㄤ ㄩㄢˊ", + "romatzyh" : "shang yuan" }, + "meanings" : [ "wounded person" ], + "classifiers" : [] } ] }, + { "simplified" : "商标", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 7527, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商標", + "transcriptions" : { "pinyin" : "shāng biāo", + "numeric" : "shang1 biao1", + "wadegiles" : "shang¹ piao¹", + "bopomofo" : "ㄕㄤ ㄅㄧㄠ", + "romatzyh" : "shang biau" }, + "meanings" : [ "trademark", "logo" ], + "classifiers" : [] } ] }, + { "simplified" : "商场", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 4093, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商場", + "transcriptions" : { "pinyin" : "shāng chǎng", + "numeric" : "shang1 chang3", + "wadegiles" : "shang¹ ch'ang³", + "bopomofo" : "ㄕㄤ ㄔㄤˇ", + "romatzyh" : "shang chaang" }, + "meanings" : [ "shopping mall", + "shopping center", + "department store", + "emporium", + "the business world" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "商城", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 13413, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商城", + "transcriptions" : { "pinyin" : "Shāng chéng", + "numeric" : "Shang1 cheng2", + "wadegiles" : "shang¹ ch'eng²", + "bopomofo" : "ㄕㄤ ㄔㄥˊ", + "romatzyh" : "shang cherng" }, + "meanings" : [ "see 商城县" ], + "classifiers" : [] }, + { "traditional" : "商城", + "transcriptions" : { "pinyin" : "shāng chéng", + "numeric" : "shang1 cheng2", + "wadegiles" : "shang¹ ch'eng²", + "bopomofo" : "ㄕㄤ ㄔㄥˊ", + "romatzyh" : "shang cherng" }, + "meanings" : [ "shopping center", + "department store" ], + "classifiers" : [] } ] }, + { "simplified" : "商店", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 3479, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商店", + "transcriptions" : { "pinyin" : "shāng diàn", + "numeric" : "shang1 dian4", + "wadegiles" : "shang¹ tien⁴", + "bopomofo" : "ㄕㄤ ㄉㄧㄢˋ", + "romatzyh" : "shang diann" }, + "meanings" : [ "store; shop" ], + "classifiers" : [ "家", "个" ] } ] }, + { "simplified" : "商贩", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 26598, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商販", + "transcriptions" : { "pinyin" : "shāng fàn", + "numeric" : "shang1 fan4", + "wadegiles" : "shang¹ fan⁴", + "bopomofo" : "ㄕㄤ ㄈㄢˋ", + "romatzyh" : "shang fann" }, + "meanings" : [ "trader", "peddler" ], + "classifiers" : [] } ] }, + { "simplified" : "商贾", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 31449, + "pos" : [], + "forms" : [ { "traditional" : "商賈", + "transcriptions" : { "pinyin" : "shāng gǔ", + "numeric" : "shang1 gu3", + "wadegiles" : "shang¹ ku³", + "bopomofo" : "ㄕㄤ ㄍㄨˇ", + "romatzyh" : "shang guu" }, + "meanings" : [ "merchant" ], + "classifiers" : [] } ] }, + { "simplified" : "商量", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 4232, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "商量", + "transcriptions" : { "pinyin" : "shāng liang", + "numeric" : "shang1 liang5", + "wadegiles" : "shang¹ liang", + "bopomofo" : "ㄕㄤ liang", + "romatzyh" : "shang liang" }, + "meanings" : [ "to consult", + "to talk over", + "to discuss" ], + "classifiers" : [] } ] }, + { "simplified" : "商品", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 3735, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商品", + "transcriptions" : { "pinyin" : "shāng pǐn", + "numeric" : "shang1 pin3", + "wadegiles" : "shang¹ p'in³", + "bopomofo" : "ㄕㄤ ㄆㄧㄣˇ", + "romatzyh" : "shang piin" }, + "meanings" : [ "commodity", + "goods", + "merchandise" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "商人", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 5221, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商人", + "transcriptions" : { "pinyin" : "shāng rén", + "numeric" : "shang1 ren2", + "wadegiles" : "shang¹ jen²", + "bopomofo" : "ㄕㄤ ㄖㄣˊ", + "romatzyh" : "shang ren" }, + "meanings" : [ "merchant", "businessman" ], + "classifiers" : [] } ] }, + { "simplified" : "商讨", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 12695, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "商討", + "transcriptions" : { "pinyin" : "shāng tǎo", + "numeric" : "shang1 tao3", + "wadegiles" : "shang¹ t'ao³", + "bopomofo" : "ㄕㄤ ㄊㄠˇ", + "romatzyh" : "shang tao" }, + "meanings" : [ "to discuss", "to deliberate" ], + "classifiers" : [] } ] }, + { "simplified" : "商务", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 5810, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商務", + "transcriptions" : { "pinyin" : "shāng wù", + "numeric" : "shang1 wu4", + "wadegiles" : "shang¹ wu⁴", + "bopomofo" : "ㄕㄤ ㄨˋ", + "romatzyh" : "shang wuh" }, + "meanings" : [ "commercial affairs", + "commercial", + "commerce", + "business" ], + "classifiers" : [] } ] }, + { "simplified" : "商业", + "radical" : "口", + "level" : [ "new-3", "old-5" ], + "frequency" : 2129, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "商業", + "transcriptions" : { "pinyin" : "shāng yè", + "numeric" : "shang1 ye4", + "wadegiles" : "shang¹ yeh⁴", + "bopomofo" : "ㄕㄤ ㄧㄝˋ", + "romatzyh" : "shang yeh" }, + "meanings" : [ "business", "trade", "commerce" ], + "classifiers" : [] } ] }, + { "simplified" : "赏", + "radical" : "贝", + "level" : [ "new-4" ], + "frequency" : 8287, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "賞", + "transcriptions" : { "pinyin" : "shǎng", + "numeric" : "shang3", + "wadegiles" : "shang³", + "bopomofo" : "ㄕㄤˇ", + "romatzyh" : "shaang" }, + "meanings" : [ "to bestow (a reward)", + "to give (to an inferior)", + "to hand down", + "a reward (bestowed by a superior)", + "to appreciate (beauty)" ], + "classifiers" : [] } ] }, + { "simplified" : "上", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 29, + "pos" : [ "f", "v", "g" ], + "forms" : [ { "traditional" : "上", + "transcriptions" : { "pinyin" : "shǎng", + "numeric" : "shang3", + "wadegiles" : "shang³", + "bopomofo" : "ㄕㄤˇ", + "romatzyh" : "shaang" }, + "meanings" : [ "used in 上声" ], + "classifiers" : [] }, + { "traditional" : "上", + "transcriptions" : { "pinyin" : "shàng", + "numeric" : "shang4", + "wadegiles" : "shang⁴", + "bopomofo" : "ㄕㄤˋ", + "romatzyh" : "shanq" }, + "meanings" : [ "(bound form) up; upper; above; previous", + "first (of multiple parts)", + "to climb; to get onto; to go up", + "to attend (class or university)", + "(directional complement) up", + "(noun suffix) on; above" ], + "classifiers" : [] } ] }, + { "simplified" : "上班", + "radical" : "一", + "level" : [ "new-1", "old-2" ], + "frequency" : 1495, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上班", + "transcriptions" : { "pinyin" : "shàng bān", + "numeric" : "shang4 ban1", + "wadegiles" : "shang⁴ pan¹", + "bopomofo" : "ㄕㄤˋ ㄅㄢ", + "romatzyh" : "shanq ban" }, + "meanings" : [ "to go to work", + "to be on duty", + "to start work", + "to go to the office" ], + "classifiers" : [] } ] }, + { "simplified" : "上班族", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 26506, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "上班族", + "transcriptions" : { "pinyin" : "shàng bān zú", + "numeric" : "shang4 ban1 zu2", + "wadegiles" : "shang⁴ pan¹ tsu²", + "bopomofo" : "ㄕㄤˋ ㄅㄢ ㄗㄨˊ", + "romatzyh" : "shanq ban tzwu" }, + "meanings" : [ "office workers (as social group)" ], + "classifiers" : [] } ] }, + { "simplified" : "上报", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 8421, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上報", + "transcriptions" : { "pinyin" : "shàng bào", + "numeric" : "shang4 bao4", + "wadegiles" : "shang⁴ pao⁴", + "bopomofo" : "ㄕㄤˋ ㄅㄠˋ", + "romatzyh" : "shanq baw" }, + "meanings" : [ "to report to one's superiors", + "to appear in the news", + "to reply to a letter" ], + "classifiers" : [] } ] }, + { "simplified" : "上边", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 14760, + "pos" : [ "f", "n" ], + "forms" : [ { "traditional" : "上邊", + "transcriptions" : { "pinyin" : "shàng bian", + "numeric" : "shang4 bian5", + "wadegiles" : "shang⁴ bian", + "bopomofo" : "ㄕㄤˋ bian", + "romatzyh" : "shanq bian" }, + "meanings" : [ "the top", + "above", + "overhead", + "upwards", + "the top margin", + "above-mentioned", + "those higher up" ], + "classifiers" : [] } ] }, + { "simplified" : "上场", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 4521, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上場", + "transcriptions" : { "pinyin" : "shàng chǎng", + "numeric" : "shang4 chang3", + "wadegiles" : "shang⁴ ch'ang³", + "bopomofo" : "ㄕㄤˋ ㄔㄤˇ", + "romatzyh" : "shanq chaang" }, + "meanings" : [ "on stage", + "to go on stage", + "to take the field" ], + "classifiers" : [] } ] }, + { "simplified" : "上车", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 5091, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上車", + "transcriptions" : { "pinyin" : "shàng chē", + "numeric" : "shang4 che1", + "wadegiles" : "shang⁴ ch'e¹", + "bopomofo" : "ㄕㄤˋ ㄔㄜ", + "romatzyh" : "shanq che" }, + "meanings" : [ "to get on or into (a bus, train, car etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "上次", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 2829, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "上次", + "transcriptions" : { "pinyin" : "shàng cì", + "numeric" : "shang4 ci4", + "wadegiles" : "shang⁴ tz'u⁴", + "bopomofo" : "ㄕㄤˋ ㄘˋ", + "romatzyh" : "shanq tsyh" }, + "meanings" : [ "last time" ], + "classifiers" : [] } ] }, + { "simplified" : "上当", + "radical" : "一", + "level" : [ "new-6", "old-5" ], + "frequency" : 9629, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上當", + "transcriptions" : { "pinyin" : "shàng dàng", + "numeric" : "shang4 dang4", + "wadegiles" : "shang⁴ tang⁴", + "bopomofo" : "ㄕㄤˋ ㄉㄤˋ", + "romatzyh" : "shanq danq" }, + "meanings" : [ "taken in (by sb's deceit)", + "to be fooled", + "to be duped" ], + "classifiers" : [] } ] }, + { "simplified" : "上帝", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 2412, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "上帝", + "transcriptions" : { "pinyin" : "Shàng dì", + "numeric" : "Shang4 di4", + "wadegiles" : "shang⁴ ti⁴", + "bopomofo" : "ㄕㄤˋ ㄉㄧˋ", + "romatzyh" : "shanq dih" }, + "meanings" : [ "God" ], + "classifiers" : [] } ] }, + { "simplified" : "上调", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 18670, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上調", + "transcriptions" : { "pinyin" : "shàng tiáo", + "numeric" : "shang4 tiao2", + "wadegiles" : "shang⁴ t'iao²", + "bopomofo" : "ㄕㄤˋ ㄊㄧㄠˊ", + "romatzyh" : "shanq tyau" }, + "meanings" : [ "to raise (prices)", + "to adjust upwards" ], + "classifiers" : [] } ] }, + { "simplified" : "上方", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7459, + "pos" : [ "f", "b" ], + "forms" : [ { "traditional" : "上方", + "transcriptions" : { "pinyin" : "shàng fāng", + "numeric" : "shang4 fang1", + "wadegiles" : "shang⁴ fang¹", + "bopomofo" : "ㄕㄤˋ ㄈㄤ", + "romatzyh" : "shanq fang" }, + "meanings" : [ "place above (it)", + "upper part (of it)" ], + "classifiers" : [] } ] }, + { "simplified" : "上岗", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 15147, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上崗", + "transcriptions" : { "pinyin" : "shàng gǎng", + "numeric" : "shang4 gang3", + "wadegiles" : "shang⁴ kang³", + "bopomofo" : "ㄕㄤˋ ㄍㄤˇ", + "romatzyh" : "shanq gaang" }, + "meanings" : [ "to take up one's post; to go on duty", + "to take up a job" ], + "classifiers" : [] } ] }, + { "simplified" : "上个月", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 6260, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "上個月", + "transcriptions" : { "pinyin" : "shàng gè yuè", + "numeric" : "shang4 ge4 yue4", + "wadegiles" : "shang⁴ ko⁴ yüeh⁴", + "bopomofo" : "ㄕㄤˋ ㄍㄜˋ ㄩㄝˋ", + "romatzyh" : "shanq geh yueh" }, + "meanings" : [ "last month" ], + "classifiers" : [] } ] }, + { "simplified" : "上火", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 21836, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上火", + "transcriptions" : { "pinyin" : "shàng huǒ", + "numeric" : "shang4 huo3", + "wadegiles" : "shang⁴ huo³", + "bopomofo" : "ㄕㄤˋ ㄏㄨㄛˇ", + "romatzyh" : "shanq huoo" }, + "meanings" : [ "to get angry", + "to suffer from excessive internal heat (TCM)" ], + "classifiers" : [] } ] }, + { "simplified" : "上级", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 5572, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "上級", + "transcriptions" : { "pinyin" : "shàng jí", + "numeric" : "shang4 ji2", + "wadegiles" : "shang⁴ chi²", + "bopomofo" : "ㄕㄤˋ ㄐㄧˊ", + "romatzyh" : "shanq jyi" }, + "meanings" : [ "higher authorities", "superiors" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "上进心", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 32278, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "上進心", + "transcriptions" : { "pinyin" : "shàng jìn xīn", + "numeric" : "shang4 jin4 xin1", + "wadegiles" : "shang⁴ chin⁴ hsin¹", + "bopomofo" : "ㄕㄤˋ ㄐㄧㄣˋ ㄒㄧㄣ", + "romatzyh" : "shanq jinn shin" }, + "meanings" : [ "motivation", "ambition" ], + "classifiers" : [] } ] }, + { "simplified" : "上课", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 3042, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上課", + "transcriptions" : { "pinyin" : "shàng kè", + "numeric" : "shang4 ke4", + "wadegiles" : "shang⁴ k'o⁴", + "bopomofo" : "ㄕㄤˋ ㄎㄜˋ", + "romatzyh" : "shanq keh" }, + "meanings" : [ "to go to class", + "to attend class", + "to go to teach a class" ], + "classifiers" : [] } ] }, + { "simplified" : "上空", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 8137, + "pos" : [ "s", "n" ], + "forms" : [ { "traditional" : "上空", + "transcriptions" : { "pinyin" : "shàng kōng", + "numeric" : "shang4 kong1", + "wadegiles" : "shang⁴ k'ung¹", + "bopomofo" : "ㄕㄤˋ ㄎㄨㄥ", + "romatzyh" : "shanq kong" }, + "meanings" : [ "overhead", "in the sky" ], + "classifiers" : [] } ] }, + { "simplified" : "上来", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 3160, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上來", + "transcriptions" : { "pinyin" : "shàng lái", + "numeric" : "shang4 lai2", + "wadegiles" : "shang⁴ lai²", + "bopomofo" : "ㄕㄤˋ ㄌㄞˊ", + "romatzyh" : "shanq lai" }, + "meanings" : [ "to come up", + "to approach", + "(verb complement indicating success)" ], + "classifiers" : [] } ] }, + { "simplified" : "上流", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 16770, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "上流", + "transcriptions" : { "pinyin" : "shàng liú", + "numeric" : "shang4 liu2", + "wadegiles" : "shang⁴ liu²", + "bopomofo" : "ㄕㄤˋ ㄌㄧㄡˊ", + "romatzyh" : "shanq liou" }, + "meanings" : [ "upper class" ], + "classifiers" : [] } ] }, + { "simplified" : "上楼", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 11082, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上樓", + "transcriptions" : { "pinyin" : "shàng lóu", + "numeric" : "shang4 lou2", + "wadegiles" : "shang⁴ lou²", + "bopomofo" : "ㄕㄤˋ ㄌㄡˊ", + "romatzyh" : "shanq lou" }, + "meanings" : [ "to go upstairs" ], + "classifiers" : [] } ] }, + { "simplified" : "上门", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 5566, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上門", + "transcriptions" : { "pinyin" : "shàng mén", + "numeric" : "shang4 men2", + "wadegiles" : "shang⁴ men²", + "bopomofo" : "ㄕㄤˋ ㄇㄣˊ", + "romatzyh" : "shanq men" }, + "meanings" : [ "to drop in", + "to visit", + "to lock a door", + "(of a shop) to close", + "to go and live with one's wife's family, in effect becoming a member of her family" ], + "classifiers" : [] } ] }, + { "simplified" : "上面", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 1248, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "上面", + "transcriptions" : { "pinyin" : "shàng miàn", + "numeric" : "shang4 mian4", + "wadegiles" : "shang⁴ mien⁴", + "bopomofo" : "ㄕㄤˋ ㄇㄧㄢˋ", + "romatzyh" : "shanq miann" }, + "meanings" : [ "on top of", + "above-mentioned", + "also pr. [shàng mian]" ], + "classifiers" : [] } ] }, + { "simplified" : "上期", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 52270, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "上期", + "transcriptions" : { "pinyin" : "shàng qī", + "numeric" : "shang4 qi1", + "wadegiles" : "shang⁴ ch'i¹", + "bopomofo" : "ㄕㄤˋ ㄑㄧ", + "romatzyh" : "shanq chi" }, + "meanings" : [ "previous period (week, month or quarter etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "上去", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 2127, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上去", + "transcriptions" : { "pinyin" : "shàng qù", + "numeric" : "shang4 qu4", + "wadegiles" : "shang⁴ ch'ü⁴", + "bopomofo" : "ㄕㄤˋ ㄑㄩˋ", + "romatzyh" : "shanq chiuh" }, + "meanings" : [ "to go up" ], + "classifiers" : [] } ] }, + { "simplified" : "上任", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10580, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上任", + "transcriptions" : { "pinyin" : "shàng rèn", + "numeric" : "shang4 ren4", + "wadegiles" : "shang⁴ jen⁴", + "bopomofo" : "ㄕㄤˋ ㄖㄣˋ", + "romatzyh" : "shanq renn" }, + "meanings" : [ "to take office", + "previous (incumbent)", + "predecessor" ], + "classifiers" : [] } ] }, + { "simplified" : "上升", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 2810, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上升", + "transcriptions" : { "pinyin" : "shàng shēng", + "numeric" : "shang4 sheng1", + "wadegiles" : "shang⁴ sheng¹", + "bopomofo" : "ㄕㄤˋ ㄕㄥ", + "romatzyh" : "shanq sheng" }, + "meanings" : [ "to rise", "to go up", "to ascend" ], + "classifiers" : [] } ] }, + { "simplified" : "上市", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 5443, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上市", + "transcriptions" : { "pinyin" : "shàng shì", + "numeric" : "shang4 shi4", + "wadegiles" : "shang⁴ shih⁴", + "bopomofo" : "ㄕㄤˋ ㄕˋ", + "romatzyh" : "shanq shyh" }, + "meanings" : [ "to hit the market (of a new product)", + "to float (a company on the stock market)" ], + "classifiers" : [] } ] }, + { "simplified" : "上述", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 9009, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "上述", + "transcriptions" : { "pinyin" : "shàng shù", + "numeric" : "shang4 shu4", + "wadegiles" : "shang⁴ shu⁴", + "bopomofo" : "ㄕㄤˋ ㄕㄨˋ", + "romatzyh" : "shanq shuh" }, + "meanings" : [ "aforementioned", + "above-mentioned" ], + "classifiers" : [] } ] }, + { "simplified" : "上司", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 6766, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "上司", + "transcriptions" : { "pinyin" : "shàng si", + "numeric" : "shang4 si5", + "wadegiles" : "shang⁴ si", + "bopomofo" : "ㄕㄤˋ si", + "romatzyh" : "shanq si" }, + "meanings" : [ "boss", "superior" ], + "classifiers" : [] } ] }, + { "simplified" : "上诉", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 6654, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上訴", + "transcriptions" : { "pinyin" : "shàng sù", + "numeric" : "shang4 su4", + "wadegiles" : "shang⁴ su⁴", + "bopomofo" : "ㄕㄤˋ ㄙㄨˋ", + "romatzyh" : "shanq suh" }, + "meanings" : [ "to appeal (a judicial case)", + "appeal" ], + "classifiers" : [] } ] }, + { "simplified" : "上台", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 6130, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上台", + "transcriptions" : { "pinyin" : "shàng tái", + "numeric" : "shang4 tai2", + "wadegiles" : "shang⁴ t'ai²", + "bopomofo" : "ㄕㄤˋ ㄊㄞˊ", + "romatzyh" : "shanq tair" }, + "meanings" : [ "to rise to power (in politics)", + "to go on stage (in the theater)" ], + "classifiers" : [] } ] }, + { "simplified" : "上头", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 14639, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "上頭", + "transcriptions" : { "pinyin" : "shàng tóu", + "numeric" : "shang4 tou2", + "wadegiles" : "shang⁴ t'ou²", + "bopomofo" : "ㄕㄤˋ ㄊㄡˊ", + "romatzyh" : "shanq tour" }, + "meanings" : [ "(of alcohol) to go to one's head", + "(old) (of a bride-to-be) to bind one's hair into a bun", + "(of a prostitute) to receive a patron for the first time" ], + "classifiers" : [] }, + { "traditional" : "上頭", + "transcriptions" : { "pinyin" : "shàng tou", + "numeric" : "shang4 tou5", + "wadegiles" : "shang⁴ tou", + "bopomofo" : "ㄕㄤˋ tou", + "romatzyh" : "shanq tou" }, + "meanings" : [ "above", + "on top of", + "on the surface of" ], + "classifiers" : [] } ] }, + { "simplified" : "上网", + "radical" : "一", + "level" : [ "new-1", "old-3" ], + "frequency" : 4061, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上網", + "transcriptions" : { "pinyin" : "shàng wǎng", + "numeric" : "shang4 wang3", + "wadegiles" : "shang⁴ wang³", + "bopomofo" : "ㄕㄤˋ ㄨㄤˇ", + "romatzyh" : "shanq woang" }, + "meanings" : [ "to go online", + "to connect to the Internet", + "(of a document etc) to be uploaded to the Internet", + "(tennis, volleyball etc) to move in close to the net" ], + "classifiers" : [] } ] }, + { "simplified" : "上午", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 2188, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "上午", + "transcriptions" : { "pinyin" : "shàng wǔ", + "numeric" : "shang4 wu3", + "wadegiles" : "shang⁴ wu³", + "bopomofo" : "ㄕㄤˋ ㄨˇ", + "romatzyh" : "shanq wuu" }, + "meanings" : [ "morning" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "上下", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 4808, + "pos" : [ "f", "n", "m", "v" ], + "forms" : [ { "traditional" : "上下", + "transcriptions" : { "pinyin" : "shàng xià", + "numeric" : "shang4 xia4", + "wadegiles" : "shang⁴ hsia⁴", + "bopomofo" : "ㄕㄤˋ ㄒㄧㄚˋ", + "romatzyh" : "shanq shiah" }, + "meanings" : [ "up and down", + "top and bottom", + "old and young", + "length", + "about" ], + "classifiers" : [] } ] }, + { "simplified" : "上限", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 14585, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "上限", + "transcriptions" : { "pinyin" : "shàng xiàn", + "numeric" : "shang4 xian4", + "wadegiles" : "shang⁴ hsien⁴", + "bopomofo" : "ㄕㄤˋ ㄒㄧㄢˋ", + "romatzyh" : "shanq shiann" }, + "meanings" : [ "upper bound" ], + "classifiers" : [] } ] }, + { "simplified" : "上学", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 2965, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "上學", + "transcriptions" : { "pinyin" : "shàng xué", + "numeric" : "shang4 xue2", + "wadegiles" : "shang⁴ hsüeh²", + "bopomofo" : "ㄕㄤˋ ㄒㄩㄝˊ", + "romatzyh" : "shanq shyue" }, + "meanings" : [ "to go to school", + "to attend school" ], + "classifiers" : [] } ] }, + { "simplified" : "上旬", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 40081, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "上旬", + "transcriptions" : { "pinyin" : "shàng xún", + "numeric" : "shang4 xun2", + "wadegiles" : "shang⁴ hsün²", + "bopomofo" : "ㄕㄤˋ ㄒㄩㄣˊ", + "romatzyh" : "shanq shyun" }, + "meanings" : [ "first third of a month" ], + "classifiers" : [] } ] }, + { "simplified" : "上演", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 4710, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上演", + "transcriptions" : { "pinyin" : "shàng yǎn", + "numeric" : "shang4 yan3", + "wadegiles" : "shang⁴ yan³", + "bopomofo" : "ㄕㄤˋ ㄧㄢˇ", + "romatzyh" : "shanq yean" }, + "meanings" : [ "to screen (a movie)", + "to stage (a play)", + "a screening", + "a staging" ], + "classifiers" : [] } ] }, + { "simplified" : "上衣", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 7489, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "上衣", + "transcriptions" : { "pinyin" : "shàng yī", + "numeric" : "shang4 yi1", + "wadegiles" : "shang⁴ i¹", + "bopomofo" : "ㄕㄤˋ ㄧ", + "romatzyh" : "shanq i" }, + "meanings" : [ "jacket", "upper outer garment" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "上瘾", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11015, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上癮", + "transcriptions" : { "pinyin" : "shàng yǐn", + "numeric" : "shang4 yin3", + "wadegiles" : "shang⁴ yin³", + "bopomofo" : "ㄕㄤˋ ㄧㄣˇ", + "romatzyh" : "shanq yiin" }, + "meanings" : [ "to get into a habit", + "to become addicted" ], + "classifiers" : [] } ] }, + { "simplified" : "上映", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7954, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上映", + "transcriptions" : { "pinyin" : "shàng yìng", + "numeric" : "shang4 ying4", + "wadegiles" : "shang⁴ ying⁴", + "bopomofo" : "ㄕㄤˋ ㄧㄥˋ", + "romatzyh" : "shanq yinq" }, + "meanings" : [ "to screen; to show (a movie)" ], + "classifiers" : [] } ] }, + { "simplified" : "上游", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10579, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "上游", + "transcriptions" : { "pinyin" : "shàng yóu", + "numeric" : "shang4 you2", + "wadegiles" : "shang⁴ yu²", + "bopomofo" : "ㄕㄤˋ ㄧㄡˊ", + "romatzyh" : "shanq you" }, + "meanings" : [ "upper reaches (of a river)", + "upper level", + "upper echelon", + "upstream" ], + "classifiers" : [] } ] }, + { "simplified" : "上涨", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 7924, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "上漲", + "transcriptions" : { "pinyin" : "shàng zhǎng", + "numeric" : "shang4 zhang3", + "wadegiles" : "shang⁴ chang³", + "bopomofo" : "ㄕㄤˋ ㄓㄤˇ", + "romatzyh" : "shanq jaang" }, + "meanings" : [ "to rise", "to go up" ], + "classifiers" : [] } ] }, + { "simplified" : "上周", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 2348, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "上周", + "transcriptions" : { "pinyin" : "shàng zhōu", + "numeric" : "shang4 zhou1", + "wadegiles" : "shang⁴ chou¹", + "bopomofo" : "ㄕㄤˋ ㄓㄡ", + "romatzyh" : "shanq jou" }, + "meanings" : [ "last week" ], + "classifiers" : [] } ] }, + { "simplified" : "尚", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 3816, + "pos" : [ "d", "g", "nr" ], + "forms" : [ { "traditional" : "尚", + "transcriptions" : { "pinyin" : "Shàng", + "numeric" : "Shang4", + "wadegiles" : "shang⁴", + "bopomofo" : "ㄕㄤˋ", + "romatzyh" : "shanq" }, + "meanings" : [ "surname Shang" ], + "classifiers" : [] }, + { "traditional" : "尚", + "transcriptions" : { "pinyin" : "shàng", + "numeric" : "shang4", + "wadegiles" : "shang⁴", + "bopomofo" : "ㄕㄤˋ", + "romatzyh" : "shanq" }, + "meanings" : [ "still", + "yet", + "to value", + "to esteem" ], + "classifiers" : [] } ] }, + { "simplified" : "尚未", + "radical" : "⺌", + "level" : [ "new-7+" ], + "frequency" : 5178, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "尚未", + "transcriptions" : { "pinyin" : "shàng wèi", + "numeric" : "shang4 wei4", + "wadegiles" : "shang⁴ wei⁴", + "bopomofo" : "ㄕㄤˋ ㄨㄟˋ", + "romatzyh" : "shanq wey" }, + "meanings" : [ "not yet; still not" ], + "classifiers" : [] } ] }, + { "simplified" : "捎", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12623, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捎", + "transcriptions" : { "pinyin" : "shāo", + "numeric" : "shao1", + "wadegiles" : "shao¹", + "bopomofo" : "ㄕㄠ", + "romatzyh" : "shau" }, + "meanings" : [ "to bring sth to sb", "to deliver" ], + "classifiers" : [] } ] }, + { "simplified" : "烧", + "radical" : "火", + "level" : [ "new-4" ], + "frequency" : 1488, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "燒", + "transcriptions" : { "pinyin" : "shāo", + "numeric" : "shao1", + "wadegiles" : "shao¹", + "bopomofo" : "ㄕㄠ", + "romatzyh" : "shau" }, + "meanings" : [ "to burn", + "to cook", + "to stew", + "to bake", + "to roast", + "to heat", + "to boil (tea, water etc)", + "fever", + "to run a temperature", + "(coll.) to let things go to one's head" ], + "classifiers" : [] } ] }, + { "simplified" : "烧毁", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 11071, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "燒燬", + "transcriptions" : { "pinyin" : "shāo huǐ", + "numeric" : "shao1 hui3", + "wadegiles" : "shao¹ hui³", + "bopomofo" : "ㄕㄠ ㄏㄨㄟˇ", + "romatzyh" : "shau hoei" }, + "meanings" : [ "to burn", "to burn down" ], + "classifiers" : [] } ] }, + { "simplified" : "烧烤", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 7139, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "燒烤", + "transcriptions" : { "pinyin" : "shāo kǎo", + "numeric" : "shao1 kao3", + "wadegiles" : "shao¹ k'ao³", + "bopomofo" : "ㄕㄠ ㄎㄠˇ", + "romatzyh" : "shau kao" }, + "meanings" : [ "barbecue", "to roast" ], + "classifiers" : [] } ] }, + { "simplified" : "梢", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 17485, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "梢", + "transcriptions" : { "pinyin" : "shāo", + "numeric" : "shao1", + "wadegiles" : "shao¹", + "bopomofo" : "ㄕㄠ", + "romatzyh" : "shau" }, + "meanings" : [ "tip of branch" ], + "classifiers" : [] } ] }, + { "simplified" : "稍", + "radical" : "禾", + "level" : [ "new-5" ], + "frequency" : 2631, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "稍", + "transcriptions" : { "pinyin" : "shāo", + "numeric" : "shao1", + "wadegiles" : "shao¹", + "bopomofo" : "ㄕㄠ", + "romatzyh" : "shau" }, + "meanings" : [ "somewhat", "a little" ], + "classifiers" : [] }, + { "traditional" : "稍", + "transcriptions" : { "pinyin" : "shào", + "numeric" : "shao4", + "wadegiles" : "shao⁴", + "bopomofo" : "ㄕㄠˋ", + "romatzyh" : "shaw" }, + "meanings" : [ "see 息" ], + "classifiers" : [] } ] }, + { "simplified" : "稍后", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 8877, + "pos" : [ "d", "f" ], + "forms" : [ { "traditional" : "稍後", + "transcriptions" : { "pinyin" : "shāo hòu", + "numeric" : "shao1 hou4", + "wadegiles" : "shao¹ hou⁴", + "bopomofo" : "ㄕㄠ ㄏㄡˋ", + "romatzyh" : "shau how" }, + "meanings" : [ "in a little while", + "in a moment", + "later on" ], + "classifiers" : [] } ] }, + { "simplified" : "稍候", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 32771, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "稍候", + "transcriptions" : { "pinyin" : "shāo hòu", + "numeric" : "shao1 hou4", + "wadegiles" : "shao¹ hou⁴", + "bopomofo" : "ㄕㄠ ㄏㄡˋ", + "romatzyh" : "shau how" }, + "meanings" : [ "to wait a moment" ], + "classifiers" : [] } ] }, + { "simplified" : "稍稍", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 10832, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "稍稍", + "transcriptions" : { "pinyin" : "shāo shāo", + "numeric" : "shao1 shao1", + "wadegiles" : "shao¹ shao¹", + "bopomofo" : "ㄕㄠ ㄕㄠ", + "romatzyh" : "shau shau" }, + "meanings" : [ "somewhat", "a little", "slightly" ], + "classifiers" : [] } ] }, + { "simplified" : "稍微", + "radical" : "禾", + "level" : [ "new-5", "old-4" ], + "frequency" : 4305, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "稍微", + "transcriptions" : { "pinyin" : "shāo wēi", + "numeric" : "shao1 wei1", + "wadegiles" : "shao¹ wei¹", + "bopomofo" : "ㄕㄠ ㄨㄟ", + "romatzyh" : "shau uei" }, + "meanings" : [ "a little bit" ], + "classifiers" : [] } ] }, + { "simplified" : "勺", + "radical" : "勹", + "level" : [ "new-6" ], + "frequency" : 10742, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "勺", + "transcriptions" : { "pinyin" : "sháo", + "numeric" : "shao2", + "wadegiles" : "shao²", + "bopomofo" : "ㄕㄠˊ", + "romatzyh" : "shaur" }, + "meanings" : [ "spoon", + "ladle", + "abbr. for 勺, centiliter (unit of volume)" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "勺子", + "radical" : "勹", + "level" : [ "old-5" ], + "frequency" : 15680, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勺子", + "transcriptions" : { "pinyin" : "sháo zi", + "numeric" : "shao2 zi5", + "wadegiles" : "shao² zi", + "bopomofo" : "ㄕㄠˊ zi", + "romatzyh" : "shaur zi" }, + "meanings" : [ "scoop", "ladle" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "少", + "radical" : "小", + "level" : [ "new-1", "old-1" ], + "frequency" : 538, + "pos" : [ "a", "ad", "v", "d", "g" ], + "forms" : [ { "traditional" : "少", + "transcriptions" : { "pinyin" : "shǎo", + "numeric" : "shao3", + "wadegiles" : "shao³", + "bopomofo" : "ㄕㄠˇ", + "romatzyh" : "shao" }, + "meanings" : [ "few", + "less", + "to lack", + "to be missing", + "to stop (doing sth)", + "seldom" ], + "classifiers" : [] }, + { "traditional" : "少", + "transcriptions" : { "pinyin" : "shào", + "numeric" : "shao4", + "wadegiles" : "shao⁴", + "bopomofo" : "ㄕㄠˋ", + "romatzyh" : "shaw" }, + "meanings" : [ "young" ], + "classifiers" : [] } ] }, + { "simplified" : "少不了", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 16510, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "少不了", + "transcriptions" : { "pinyin" : "shǎo bu liǎo", + "numeric" : "shao3 bu5 liao3", + "wadegiles" : "shao³ bu liao³", + "bopomofo" : "ㄕㄠˇ bu ㄌㄧㄠˇ", + "romatzyh" : "shao bu leau" }, + "meanings" : [ "cannot do without", + "to be unavoidable", + "are bound to be many" ], + "classifiers" : [] } ] }, + { "simplified" : "少儿", + "radical" : "小", + "level" : [ "new-6" ], + "frequency" : 18747, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "少兒", + "transcriptions" : { "pinyin" : "shào ér", + "numeric" : "shao4 er2", + "wadegiles" : "shao⁴ erh²", + "bopomofo" : "ㄕㄠˋ ㄦˊ", + "romatzyh" : "shaw erl" }, + "meanings" : [ "child" ], + "classifiers" : [] } ] }, + { "simplified" : "少见", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 8205, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "少見", + "transcriptions" : { "pinyin" : "shǎo jiàn", + "numeric" : "shao3 jian4", + "wadegiles" : "shao³ chien⁴", + "bopomofo" : "ㄕㄠˇ ㄐㄧㄢˋ", + "romatzyh" : "shao jiann" }, + "meanings" : [ "rare; seldom seen", + "(formal) it's a rare pleasure to see you" ], + "classifiers" : [] } ] }, + { "simplified" : "少量", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 8502, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "少量", + "transcriptions" : { "pinyin" : "shǎo liàng", + "numeric" : "shao3 liang4", + "wadegiles" : "shao³ liang⁴", + "bopomofo" : "ㄕㄠˇ ㄌㄧㄤˋ", + "romatzyh" : "shao lianq" }, + "meanings" : [ "a smidgen", + "a little bit", + "a few" ], + "classifiers" : [] } ] }, + { "simplified" : "少林寺", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 24852, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "少林寺", + "transcriptions" : { "pinyin" : "Shào lín Sì", + "numeric" : "Shao4 lin2 Si4", + "wadegiles" : "shao⁴ lin² ssu⁴", + "bopomofo" : "ㄕㄠˋ ㄌㄧㄣˊ ㄙˋ", + "romatzyh" : "shaw lin syh" }, + "meanings" : [ "Shaolin Temple, Buddhist monastery famous for its kung fu monks" ], + "classifiers" : [] } ] }, + { "simplified" : "少年", + "radical" : "小", + "level" : [ "new-2" ], + "frequency" : 3675, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "少年", + "transcriptions" : { "pinyin" : "shào nián", + "numeric" : "shao4 nian2", + "wadegiles" : "shao⁴ nien²", + "bopomofo" : "ㄕㄠˋ ㄋㄧㄢˊ", + "romatzyh" : "shaw nian" }, + "meanings" : [ "early youth", + "youngster", + "(literary) youth", + "young man" ], + "classifiers" : [] } ] }, + { "simplified" : "少女", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 3926, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "少女", + "transcriptions" : { "pinyin" : "shào nu:3", + "numeric" : "shao4 nü3", + "wadegiles" : "shao⁴ nu:3", + "bopomofo" : "ㄕㄠˋ nu:3", + "romatzyh" : "shaw nu:3" }, + "meanings" : [ "girl", "young lady" ], + "classifiers" : [] } ] }, + { "simplified" : "少数", + "radical" : "小", + "level" : [ "new-2" ], + "frequency" : 5240, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "少數", + "transcriptions" : { "pinyin" : "shǎo shù", + "numeric" : "shao3 shu4", + "wadegiles" : "shao³ shu⁴", + "bopomofo" : "ㄕㄠˇ ㄕㄨˋ", + "romatzyh" : "shao shuh" }, + "meanings" : [ "small number", "few", "minority" ], + "classifiers" : [] } ] }, + { "simplified" : "少有", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 14941, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "少有", + "transcriptions" : { "pinyin" : "shǎo yǒu", + "numeric" : "shao3 you3", + "wadegiles" : "shao³ yu³", + "bopomofo" : "ㄕㄠˇ ㄧㄡˇ", + "romatzyh" : "shao yeou" }, + "meanings" : [ "rare", "infrequent" ], + "classifiers" : [] } ] }, + { "simplified" : "哨", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 12583, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "哨", + "transcriptions" : { "pinyin" : "shào", + "numeric" : "shao4", + "wadegiles" : "shao⁴", + "bopomofo" : "ㄕㄠˋ", + "romatzyh" : "shaw" }, + "meanings" : [ "a whistle", "sentry" ], + "classifiers" : [] } ] }, + { "simplified" : "奢侈", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9105, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "奢侈", + "transcriptions" : { "pinyin" : "shē chǐ", + "numeric" : "she1 chi3", + "wadegiles" : "she¹ ch'ih³", + "bopomofo" : "ㄕㄜ ㄔˇ", + "romatzyh" : "she chyy" }, + "meanings" : [ "luxurious", "extravagant" ], + "classifiers" : [] } ] }, + { "simplified" : "奢望", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 12950, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "奢望", + "transcriptions" : { "pinyin" : "shē wàng", + "numeric" : "she1 wang4", + "wadegiles" : "she¹ wang⁴", + "bopomofo" : "ㄕㄜ ㄨㄤˋ", + "romatzyh" : "she wanq" }, + "meanings" : [ "an extravagant hope", + "to have excessive expectations" ], + "classifiers" : [] } ] }, + { "simplified" : "舌头", + "radical" : "舌", + "level" : [ "new-6", "old-5" ], + "frequency" : 6358, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舌頭", + "transcriptions" : { "pinyin" : "shé tou", + "numeric" : "she2 tou5", + "wadegiles" : "she² tou", + "bopomofo" : "ㄕㄜˊ tou", + "romatzyh" : "sher tou" }, + "meanings" : [ "tongue", + "enemy soldier captured for the purpose of extracting information" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "蛇", + "radical" : "虫", + "level" : [ "new-5", "old-5" ], + "frequency" : 3448, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "虵", + "transcriptions" : { "pinyin" : "shé", + "numeric" : "she2", + "wadegiles" : "she²", + "bopomofo" : "ㄕㄜˊ", + "romatzyh" : "sher" }, + "meanings" : [ "variant of 蛇" ], + "classifiers" : [] }, + { "traditional" : "蛇", + "transcriptions" : { "pinyin" : "shé", + "numeric" : "she2", + "wadegiles" : "she²", + "bopomofo" : "ㄕㄜˊ", + "romatzyh" : "sher" }, + "meanings" : [ "snake", "serpent" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "舍不得", + "radical" : "舌", + "level" : [ "new-5", "old-5" ], + "frequency" : 8924, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捨不得", + "transcriptions" : { "pinyin" : "shě bu de", + "numeric" : "she3 bu5 de5", + "wadegiles" : "she³ bu de", + "bopomofo" : "ㄕㄜˇ bu de", + "romatzyh" : "shee bu de" }, + "meanings" : [ "to hate to do sth", + "to hate to part with", + "to begrudge" ], + "classifiers" : [] } ] }, + { "simplified" : "舍得", + "radical" : "舌", + "level" : [ "new-5" ], + "frequency" : 11956, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捨得", + "transcriptions" : { "pinyin" : "shě de", + "numeric" : "she3 de5", + "wadegiles" : "she³ de", + "bopomofo" : "ㄕㄜˇ de", + "romatzyh" : "shee de" }, + "meanings" : [ "to be willing to part with sth" ], + "classifiers" : [] } ] }, + { "simplified" : "设", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 2512, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "設", + "transcriptions" : { "pinyin" : "shè", + "numeric" : "she4", + "wadegiles" : "she⁴", + "bopomofo" : "ㄕㄜˋ", + "romatzyh" : "sheh" }, + "meanings" : [ "to set up; to put in place", + "(math.) given; suppose; if" ], + "classifiers" : [] } ] }, + { "simplified" : "设备", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 1590, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "設備", + "transcriptions" : { "pinyin" : "shè bèi", + "numeric" : "she4 bei4", + "wadegiles" : "she⁴ pei⁴", + "bopomofo" : "ㄕㄜˋ ㄅㄟˋ", + "romatzyh" : "sheh bey" }, + "meanings" : [ "equipment; facilities; installations" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "设定", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 5771, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "設定", + "transcriptions" : { "pinyin" : "shè dìng", + "numeric" : "she4 ding4", + "wadegiles" : "she⁴ ting⁴", + "bopomofo" : "ㄕㄜˋ ㄉㄧㄥˋ", + "romatzyh" : "sheh dinq" }, + "meanings" : [ "to set", + "to set up", + "to install", + "setting", + "preferences" ], + "classifiers" : [] } ] }, + { "simplified" : "设法", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 7616, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "設法", + "transcriptions" : { "pinyin" : "shè fǎ", + "numeric" : "she4 fa3", + "wadegiles" : "she⁴ fa³", + "bopomofo" : "ㄕㄜˋ ㄈㄚˇ", + "romatzyh" : "sheh faa" }, + "meanings" : [ "to try", + "to make an attempt", + "to think of a way (to accomplish sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "设计", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 765, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "設計", + "transcriptions" : { "pinyin" : "shè jì", + "numeric" : "she4 ji4", + "wadegiles" : "she⁴ chi⁴", + "bopomofo" : "ㄕㄜˋ ㄐㄧˋ", + "romatzyh" : "sheh jih" }, + "meanings" : [ "to design; to plan", + "design; plan" ], + "classifiers" : [] } ] }, + { "simplified" : "设计师", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 3717, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "設計師", + "transcriptions" : { "pinyin" : "shè jì shī", + "numeric" : "she4 ji4 shi1", + "wadegiles" : "she⁴ chi⁴ shih¹", + "bopomofo" : "ㄕㄜˋ ㄐㄧˋ ㄕ", + "romatzyh" : "sheh jih shy" }, + "meanings" : [ "designer", "architect" ], + "classifiers" : [] } ] }, + { "simplified" : "设立", + "radical" : "讠", + "level" : [ "new-3", "old-6" ], + "frequency" : 5179, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "設立", + "transcriptions" : { "pinyin" : "shè lì", + "numeric" : "she4 li4", + "wadegiles" : "she⁴ li⁴", + "bopomofo" : "ㄕㄜˋ ㄌㄧˋ", + "romatzyh" : "sheh lih" }, + "meanings" : [ "to set up; to establish" ], + "classifiers" : [] } ] }, + { "simplified" : "设施", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 3321, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "設施", + "transcriptions" : { "pinyin" : "shè shī", + "numeric" : "she4 shi1", + "wadegiles" : "she⁴ shih¹", + "bopomofo" : "ㄕㄜˋ ㄕ", + "romatzyh" : "sheh shy" }, + "meanings" : [ "facilities", "installation" ], + "classifiers" : [] } ] }, + { "simplified" : "设想", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 7375, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "設想", + "transcriptions" : { "pinyin" : "shè xiǎng", + "numeric" : "she4 xiang3", + "wadegiles" : "she⁴ hsiang³", + "bopomofo" : "ㄕㄜˋ ㄒㄧㄤˇ", + "romatzyh" : "sheh sheang" }, + "meanings" : [ "to imagine", + "to assume", + "to envisage", + "tentative plan", + "to have consideration for" ], + "classifiers" : [] } ] }, + { "simplified" : "设置", + "radical" : "讠", + "level" : [ "new-4", "old-6" ], + "frequency" : 3247, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "設置", + "transcriptions" : { "pinyin" : "shè zhì", + "numeric" : "she4 zhi4", + "wadegiles" : "she⁴ chih⁴", + "bopomofo" : "ㄕㄜˋ ㄓˋ", + "romatzyh" : "sheh jyh" }, + "meanings" : [ "to set up; to install" ], + "classifiers" : [] } ] }, + { "simplified" : "社", + "radical" : "礻", + "level" : [ "new-5" ], + "frequency" : 3615, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "社", + "transcriptions" : { "pinyin" : "shè", + "numeric" : "she4", + "wadegiles" : "she⁴", + "bopomofo" : "ㄕㄜˋ", + "romatzyh" : "sheh" }, + "meanings" : [ "(bound form) society; organization; agency", + "(old) god of the land" ], + "classifiers" : [] } ] }, + { "simplified" : "社会", + "radical" : "礻", + "level" : [ "new-3", "old-4" ], + "frequency" : 836, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "社會", + "transcriptions" : { "pinyin" : "shè huì", + "numeric" : "she4 hui4", + "wadegiles" : "she⁴ hui⁴", + "bopomofo" : "ㄕㄜˋ ㄏㄨㄟˋ", + "romatzyh" : "sheh huey" }, + "meanings" : [ "society" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "社会主义", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 7317, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "社會主義", + "transcriptions" : { "pinyin" : "shè huì zhǔ yì", + "numeric" : "she4 hui4 zhu3 yi4", + "wadegiles" : "she⁴ hui⁴ chu³ i⁴", + "bopomofo" : "ㄕㄜˋ ㄏㄨㄟˋ ㄓㄨˇ ㄧˋ", + "romatzyh" : "sheh huey juu yih" }, + "meanings" : [ "socialism" ], + "classifiers" : [] } ] }, + { "simplified" : "社交", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 6894, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "社交", + "transcriptions" : { "pinyin" : "shè jiāo", + "numeric" : "she4 jiao1", + "wadegiles" : "she⁴ chiao¹", + "bopomofo" : "ㄕㄜˋ ㄐㄧㄠ", + "romatzyh" : "sheh jiau" }, + "meanings" : [ "interaction", "social contact" ], + "classifiers" : [] } ] }, + { "simplified" : "社论", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 17368, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "社論", + "transcriptions" : { "pinyin" : "shè lùn", + "numeric" : "she4 lun4", + "wadegiles" : "she⁴ lun⁴", + "bopomofo" : "ㄕㄜˋ ㄌㄨㄣˋ", + "romatzyh" : "sheh luenn" }, + "meanings" : [ "editorial (in a newspaper)" ], + "classifiers" : [ "篇" ] } ] }, + { "simplified" : "社区", + "radical" : "礻", + "level" : [ "new-5", "old-6" ], + "frequency" : 1886, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "社區", + "transcriptions" : { "pinyin" : "shè qū", + "numeric" : "she4 qu1", + "wadegiles" : "she⁴ ch'ü¹", + "bopomofo" : "ㄕㄜˋ ㄑㄩ", + "romatzyh" : "sheh chiu" }, + "meanings" : [ "community", "neighborhood" ], + "classifiers" : [] } ] }, + { "simplified" : "社团", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 9726, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "社團", + "transcriptions" : { "pinyin" : "shè tuán", + "numeric" : "she4 tuan2", + "wadegiles" : "she⁴ t'uan²", + "bopomofo" : "ㄕㄜˋ ㄊㄨㄢˊ", + "romatzyh" : "sheh twan" }, + "meanings" : [ "association", + "society", + "group", + "union", + "club", + "organization" ], + "classifiers" : [] } ] }, + { "simplified" : "射", + "radical" : "寸", + "level" : [ "new-5" ], + "frequency" : 1718, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "䠶", + "transcriptions" : { "pinyin" : "shè", + "numeric" : "she4", + "wadegiles" : "she⁴", + "bopomofo" : "ㄕㄜˋ", + "romatzyh" : "sheh" }, + "meanings" : [ "old variant of 射" ], + "classifiers" : [] }, + { "traditional" : "射", + "transcriptions" : { "pinyin" : "shè", + "numeric" : "she4", + "wadegiles" : "she⁴", + "bopomofo" : "ㄕㄜˋ", + "romatzyh" : "sheh" }, + "meanings" : [ "to shoot", + "to launch", + "to allude to", + "radio- (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "射击", + "radical" : "寸", + "level" : [ "new-5", "old-5" ], + "frequency" : 5059, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "射擊", + "transcriptions" : { "pinyin" : "shè jī", + "numeric" : "she4 ji1", + "wadegiles" : "she⁴ chi¹", + "bopomofo" : "ㄕㄜˋ ㄐㄧ", + "romatzyh" : "sheh ji" }, + "meanings" : [ "to shoot", "to fire (a gun)" ], + "classifiers" : [] } ] }, + { "simplified" : "涉及", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 3062, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "涉及", + "transcriptions" : { "pinyin" : "shè jí", + "numeric" : "she4 ji2", + "wadegiles" : "she⁴ chi²", + "bopomofo" : "ㄕㄜˋ ㄐㄧˊ", + "romatzyh" : "sheh jyi" }, + "meanings" : [ "to involve", + "to touch upon (a topic)" ], + "classifiers" : [] } ] }, + { "simplified" : "涉嫌", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 5080, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "涉嫌", + "transcriptions" : { "pinyin" : "shè xián", + "numeric" : "she4 xian2", + "wadegiles" : "she⁴ hsien²", + "bopomofo" : "ㄕㄜˋ ㄒㄧㄢˊ", + "romatzyh" : "sheh shyan" }, + "meanings" : [ "to be a suspect (in a crime)", + "to be suspected of" ], + "classifiers" : [] } ] }, + { "simplified" : "摄取", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 20161, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "攝取", + "transcriptions" : { "pinyin" : "shè qǔ", + "numeric" : "she4 qu3", + "wadegiles" : "she⁴ ch'ü³", + "bopomofo" : "ㄕㄜˋ ㄑㄩˇ", + "romatzyh" : "sheh cheu" }, + "meanings" : [ "to absorb (nutrients etc)", + "to assimilate", + "intake", + "to take a photograph of (a scene)" ], + "classifiers" : [] } ] }, + { "simplified" : "摄氏度", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14594, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "攝氏度", + "transcriptions" : { "pinyin" : "Shè shì dù", + "numeric" : "She4 shi4 du4", + "wadegiles" : "she⁴ shih⁴ tu⁴", + "bopomofo" : "ㄕㄜˋ ㄕˋ ㄉㄨˋ", + "romatzyh" : "sheh shyh duh" }, + "meanings" : [ "°C (degrees Celsius)" ], + "classifiers" : [] } ] }, + { "simplified" : "摄像", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 8249, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "攝像", + "transcriptions" : { "pinyin" : "shè xiàng", + "numeric" : "she4 xiang4", + "wadegiles" : "she⁴ hsiang⁴", + "bopomofo" : "ㄕㄜˋ ㄒㄧㄤˋ", + "romatzyh" : "sheh shianq" }, + "meanings" : [ "to videotape" ], + "classifiers" : [] } ] }, + { "simplified" : "摄像机", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 6585, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "攝像機", + "transcriptions" : { "pinyin" : "shè xiàng jī", + "numeric" : "she4 xiang4 ji1", + "wadegiles" : "she⁴ hsiang⁴ chi¹", + "bopomofo" : "ㄕㄜˋ ㄒㄧㄤˋ ㄐㄧ", + "romatzyh" : "sheh shianq ji" }, + "meanings" : [ "video camera" ], + "classifiers" : [ "部" ] } ] }, + { "simplified" : "摄影", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 3191, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "攝影", + "transcriptions" : { "pinyin" : "shè yǐng", + "numeric" : "she4 ying3", + "wadegiles" : "she⁴ ying³", + "bopomofo" : "ㄕㄜˋ ㄧㄥˇ", + "romatzyh" : "sheh yiing" }, + "meanings" : [ "to take a photograph", + "photography", + "to shoot (a movie)" ], + "classifiers" : [] } ] }, + { "simplified" : "摄影师", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 5266, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "攝影師", + "transcriptions" : { "pinyin" : "shè yǐng shī", + "numeric" : "she4 ying3 shi1", + "wadegiles" : "she⁴ ying³ shih¹", + "bopomofo" : "ㄕㄜˋ ㄧㄥˇ ㄕ", + "romatzyh" : "sheh yiing shy" }, + "meanings" : [ "photographer", "cameraman" ], + "classifiers" : [] } ] }, + { "simplified" : "申办", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 12953, + "pos" : [], + "forms" : [ { "traditional" : "申辦", + "transcriptions" : { "pinyin" : "shēn bàn", + "numeric" : "shen1 ban4", + "wadegiles" : "shen¹ pan⁴", + "bopomofo" : "ㄕㄣ ㄅㄢˋ", + "romatzyh" : "shen bann" }, + "meanings" : [ "to apply for", "to bid for" ], + "classifiers" : [] } ] }, + { "simplified" : "申报", + "radical" : "田", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11184, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "申報", + "transcriptions" : { "pinyin" : "shēn bào", + "numeric" : "shen1 bao4", + "wadegiles" : "shen¹ pao⁴", + "bopomofo" : "ㄕㄣ ㄅㄠˋ", + "romatzyh" : "shen baw" }, + "meanings" : [ "to report (to the authorities)", + "to declare (to customs)" ], + "classifiers" : [] } ] }, + { "simplified" : "申领", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 11401, + "pos" : [], + "forms" : [ { "traditional" : "申領", + "transcriptions" : { "pinyin" : "shēn lǐng", + "numeric" : "shen1 ling3", + "wadegiles" : "shen¹ ling³", + "bopomofo" : "ㄕㄣ ㄌㄧㄥˇ", + "romatzyh" : "shen liing" }, + "meanings" : [ "to apply (for license, visa etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "申请", + "radical" : "田", + "level" : [ "new-4", "old-4" ], + "frequency" : 1500, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "申請", + "transcriptions" : { "pinyin" : "shēn qǐng", + "numeric" : "shen1 qing3", + "wadegiles" : "shen¹ ch'ing³", + "bopomofo" : "ㄕㄣ ㄑㄧㄥˇ", + "romatzyh" : "shen chiing" }, + "meanings" : [ "to apply for sth", + "application form" ], + "classifiers" : [ "份" ] } ] }, + { "simplified" : "伸", + "radical" : "亻", + "level" : [ "new-5", "old-5" ], + "frequency" : 4337, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "伸", + "transcriptions" : { "pinyin" : "shēn", + "numeric" : "shen1", + "wadegiles" : "shen¹", + "bopomofo" : "ㄕㄣ", + "romatzyh" : "shen" }, + "meanings" : [ "to stretch", "to extend" ], + "classifiers" : [] } ] }, + { "simplified" : "伸手", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7348, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "伸手", + "transcriptions" : { "pinyin" : "shēn shǒu", + "numeric" : "shen1 shou3", + "wadegiles" : "shen¹ shou³", + "bopomofo" : "ㄕㄣ ㄕㄡˇ", + "romatzyh" : "shen shoou" }, + "meanings" : [ "to reach out with one's hand", + "to hold out a hand", + "(fig.) to beg", + "to get involved", + "to meddle" ], + "classifiers" : [] } ] }, + { "simplified" : "伸缩", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 27067, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "伸縮", + "transcriptions" : { "pinyin" : "shēn suō", + "numeric" : "shen1 suo1", + "wadegiles" : "shen¹ so¹", + "bopomofo" : "ㄕㄣ ㄙㄨㄛ", + "romatzyh" : "shen suo" }, + "meanings" : [ "to lengthen and shorten", + "flexible", + "adjustable", + "retractable", + "extensible", + "telescoping (collapsible)" ], + "classifiers" : [] } ] }, + { "simplified" : "伸张", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 30806, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "伸張", + "transcriptions" : { "pinyin" : "shēn zhāng", + "numeric" : "shen1 zhang1", + "wadegiles" : "shen¹ chang¹", + "bopomofo" : "ㄕㄣ ㄓㄤ", + "romatzyh" : "shen jang" }, + "meanings" : [ "to uphold (e.g. justice or virtue)", + "to promote" ], + "classifiers" : [] } ] }, + { "simplified" : "身边", + "radical" : "身", + "level" : [ "new-2" ], + "frequency" : 982, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "身邊", + "transcriptions" : { "pinyin" : "shēn biān", + "numeric" : "shen1 bian1", + "wadegiles" : "shen¹ pien¹", + "bopomofo" : "ㄕㄣ ㄅㄧㄢ", + "romatzyh" : "shen bian" }, + "meanings" : [ "at one's side", "on hand" ], + "classifiers" : [] } ] }, + { "simplified" : "身不由己", + "radical" : "身", + "level" : [ "new-7+" ], + "frequency" : 22648, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "身不由己", + "transcriptions" : { "pinyin" : "shēn bù yóu jǐ", + "numeric" : "shen1 bu4 you2 ji3", + "wadegiles" : "shen¹ pu⁴ yu² chi³", + "bopomofo" : "ㄕㄣ ㄅㄨˋ ㄧㄡˊ ㄐㄧˇ", + "romatzyh" : "shen buh you jii" }, + "meanings" : [ "without the freedom to act independently (idiom); involuntary", + "not of one's own volition", + "in spite of oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "身材", + "radical" : "身", + "level" : [ "new-4", "old-5" ], + "frequency" : 3318, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身材", + "transcriptions" : { "pinyin" : "shēn cái", + "numeric" : "shen1 cai2", + "wadegiles" : "shen¹ ts'ai²", + "bopomofo" : "ㄕㄣ ㄘㄞˊ", + "romatzyh" : "shen tsair" }, + "meanings" : [ "stature", + "build (height and weight)", + "figure" ], + "classifiers" : [] } ] }, + { "simplified" : "身份", + "radical" : "身", + "level" : [ "new-4", "old-5" ], + "frequency" : 1401, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身份", + "transcriptions" : { "pinyin" : "shēn fèn", + "numeric" : "shen1 fen4", + "wadegiles" : "shen¹ fen⁴", + "bopomofo" : "ㄕㄣ ㄈㄣˋ", + "romatzyh" : "shen fenn" }, + "meanings" : [ "identity", + "aspect of one's identity (i.e. sth that one is – mayor, father, permanent resident etc)", + "role", + "capacity (as in \"in his capacity as a ...\" 以…份)", + "status (social, legal etc)", + "position", + "rank" ], + "classifiers" : [] } ] }, + { "simplified" : "身份证", + "radical" : "身", + "level" : [ "new-3" ], + "frequency" : 4226, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身份證", + "transcriptions" : { "pinyin" : "shēn fèn zhèng", + "numeric" : "shen1 fen4 zheng4", + "wadegiles" : "shen¹ fen⁴ cheng⁴", + "bopomofo" : "ㄕㄣ ㄈㄣˋ ㄓㄥˋ", + "romatzyh" : "shen fenn jenq" }, + "meanings" : [ "identity card", "ID" ], + "classifiers" : [] } ] }, + { "simplified" : "身高", + "radical" : "身", + "level" : [ "new-4" ], + "frequency" : 5251, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身高", + "transcriptions" : { "pinyin" : "shēn gāo", + "numeric" : "shen1 gao1", + "wadegiles" : "shen¹ kao¹", + "bopomofo" : "ㄕㄣ ㄍㄠ", + "romatzyh" : "shen gau" }, + "meanings" : [ "(a person's) height" ], + "classifiers" : [] } ] }, + { "simplified" : "身价", + "radical" : "身", + "level" : [ "new-7+" ], + "frequency" : 11358, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身價", + "transcriptions" : { "pinyin" : "shēn jià", + "numeric" : "shen1 jia4", + "wadegiles" : "shen¹ chia⁴", + "bopomofo" : "ㄕㄣ ㄐㄧㄚˋ", + "romatzyh" : "shen jiah" }, + "meanings" : [ "social status", + "price of a slave", + "price of a person (a sportsman etc)", + "worth", + "value (of stocks, valuables etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "身躯", + "radical" : "身", + "level" : [ "new-7+" ], + "frequency" : 13643, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身軀", + "transcriptions" : { "pinyin" : "shēn qū", + "numeric" : "shen1 qu1", + "wadegiles" : "shen¹ ch'ü¹", + "bopomofo" : "ㄕㄣ ㄑㄩ", + "romatzyh" : "shen chiu" }, + "meanings" : [ "body" ], + "classifiers" : [] } ] }, + { "simplified" : "身上", + "radical" : "身", + "level" : [ "new-1" ], + "frequency" : 460, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "身上", + "transcriptions" : { "pinyin" : "shēn shang", + "numeric" : "shen1 shang5", + "wadegiles" : "shen¹ shang", + "bopomofo" : "ㄕㄣ shang", + "romatzyh" : "shen shang" }, + "meanings" : [ "on the body", "at hand", "among" ], + "classifiers" : [] } ] }, + { "simplified" : "身体", + "radical" : "身", + "level" : [ "new-1", "old-2" ], + "frequency" : 731, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身體", + "transcriptions" : { "pinyin" : "shēn tǐ", + "numeric" : "shen1 ti3", + "wadegiles" : "shen¹ t'i³", + "bopomofo" : "ㄕㄣ ㄊㄧˇ", + "romatzyh" : "shen tii" }, + "meanings" : [ "the body", + "one's health", + "in person" ], + "classifiers" : [ "具", "个" ] } ] }, + { "simplified" : "身心", + "radical" : "身", + "level" : [ "new-7+" ], + "frequency" : 8004, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身心", + "transcriptions" : { "pinyin" : "shēn xīn", + "numeric" : "shen1 xin1", + "wadegiles" : "shen¹ hsin¹", + "bopomofo" : "ㄕㄣ ㄒㄧㄣ", + "romatzyh" : "shen shin" }, + "meanings" : [ "body and mind", + "mental and physical" ], + "classifiers" : [] } ] }, + { "simplified" : "身影", + "radical" : "身", + "level" : [ "new-7+" ], + "frequency" : 9157, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身影", + "transcriptions" : { "pinyin" : "shēn yǐng", + "numeric" : "shen1 ying3", + "wadegiles" : "shen¹ ying³", + "bopomofo" : "ㄕㄣ ㄧㄥˇ", + "romatzyh" : "shen yiing" }, + "meanings" : [ "silhouette", "figure" ], + "classifiers" : [] } ] }, + { "simplified" : "身子", + "radical" : "身", + "level" : [ "new-7+" ], + "frequency" : 5938, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "身子", + "transcriptions" : { "pinyin" : "shēn zi", + "numeric" : "shen1 zi5", + "wadegiles" : "shen¹ zi", + "bopomofo" : "ㄕㄣ zi", + "romatzyh" : "shen zi" }, + "meanings" : [ "body", "pregnancy", "health" ], + "classifiers" : [] } ] }, + { "simplified" : "呻吟", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 12867, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "呻吟", + "transcriptions" : { "pinyin" : "shēn yín", + "numeric" : "shen1 yin2", + "wadegiles" : "shen¹ yin²", + "bopomofo" : "ㄕㄣ ㄧㄣˊ", + "romatzyh" : "shen yn" }, + "meanings" : [ "to moan", "to groan" ], + "classifiers" : [] } ] }, + { "simplified" : "绅士", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8945, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "紳士", + "transcriptions" : { "pinyin" : "shēn shì", + "numeric" : "shen1 shi4", + "wadegiles" : "shen¹ shih⁴", + "bopomofo" : "ㄕㄣ ㄕˋ", + "romatzyh" : "shen shyh" }, + "meanings" : [ "gentleman" ], + "classifiers" : [] } ] }, + { "simplified" : "深", + "radical" : "氵", + "level" : [ "new-3", "old-4" ], + "frequency" : 1014, + "pos" : [ "a", "d", "g", "b" ], + "forms" : [ { "traditional" : "㴱", + "transcriptions" : { "pinyin" : "shēn", + "numeric" : "shen1", + "wadegiles" : "shen¹", + "bopomofo" : "ㄕㄣ", + "romatzyh" : "shen" }, + "meanings" : [ "old variant of 深" ], + "classifiers" : [] }, + { "traditional" : "深", + "transcriptions" : { "pinyin" : "shēn", + "numeric" : "shen1", + "wadegiles" : "shen¹", + "bopomofo" : "ㄕㄣ", + "romatzyh" : "shen" }, + "meanings" : [ "deep (lit. and fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "深奥", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21352, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "深奧", + "transcriptions" : { "pinyin" : "shēn ào", + "numeric" : "shen1 ao4", + "wadegiles" : "shen¹ ao⁴", + "bopomofo" : "ㄕㄣ ㄠˋ", + "romatzyh" : "shen aw" }, + "meanings" : [ "profound", + "abstruse", + "recondite", + "profoundly" ], + "classifiers" : [] } ] }, + { "simplified" : "深沉", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 14042, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "深沉", + "transcriptions" : { "pinyin" : "shēn chén", + "numeric" : "shen1 chen2", + "wadegiles" : "shen¹ ch'en²", + "bopomofo" : "ㄕㄣ ㄔㄣˊ", + "romatzyh" : "shen chern" }, + "meanings" : [ "deep", + "profound", + "(of a person) reserved", + "undemonstrative", + "(of a voice, sound etc) deep", + "low-pitched" ], + "classifiers" : [] } ] }, + { "simplified" : "深处", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 5150, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "深處", + "transcriptions" : { "pinyin" : "shēn chù", + "numeric" : "shen1 chu4", + "wadegiles" : "shen¹ ch'u⁴", + "bopomofo" : "ㄕㄣ ㄔㄨˋ", + "romatzyh" : "shen chuh" }, + "meanings" : [ "abyss", + "depths", + "deepest or most distant part" ], + "classifiers" : [] } ] }, + { "simplified" : "深度", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 5852, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "深度", + "transcriptions" : { "pinyin" : "shēn dù", + "numeric" : "shen1 du4", + "wadegiles" : "shen¹ tu⁴", + "bopomofo" : "ㄕㄣ ㄉㄨˋ", + "romatzyh" : "shen duh" }, + "meanings" : [ "depth", + "(of a speech etc) profundity", + "advanced stage of development" ], + "classifiers" : [] } ] }, + { "simplified" : "深厚", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 13803, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "深厚", + "transcriptions" : { "pinyin" : "shēn hòu", + "numeric" : "shen1 hou4", + "wadegiles" : "shen¹ hou⁴", + "bopomofo" : "ㄕㄣ ㄏㄡˋ", + "romatzyh" : "shen how" }, + "meanings" : [ "deep; profound" ], + "classifiers" : [] } ] }, + { "simplified" : "深化", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 27143, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "深化", + "transcriptions" : { "pinyin" : "shēn huà", + "numeric" : "shen1 hua4", + "wadegiles" : "shen¹ hua⁴", + "bopomofo" : "ㄕㄣ ㄏㄨㄚˋ", + "romatzyh" : "shen huah" }, + "meanings" : [ "to deepen", "to intensify" ], + "classifiers" : [] } ] }, + { "simplified" : "深刻", + "radical" : "氵", + "level" : [ "new-3", "old-5" ], + "frequency" : 2542, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "深刻", + "transcriptions" : { "pinyin" : "shēn kè", + "numeric" : "shen1 ke4", + "wadegiles" : "shen¹ k'o⁴", + "bopomofo" : "ㄕㄣ ㄎㄜˋ", + "romatzyh" : "shen keh" }, + "meanings" : [ "profound", "deep", "deep-going" ], + "classifiers" : [] } ] }, + { "simplified" : "深切", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13392, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "深切", + "transcriptions" : { "pinyin" : "shēn qiè", + "numeric" : "shen1 qie4", + "wadegiles" : "shen¹ ch'ieh⁴", + "bopomofo" : "ㄕㄣ ㄑㄧㄝˋ", + "romatzyh" : "shen chieh" }, + "meanings" : [ "deeply felt", + "heartfelt", + "sincere", + "honest" ], + "classifiers" : [] } ] }, + { "simplified" : "深情", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10238, + "pos" : [ "n", "d", "a" ], + "forms" : [ { "traditional" : "深情", + "transcriptions" : { "pinyin" : "shēn qíng", + "numeric" : "shen1 qing2", + "wadegiles" : "shen¹ ch'ing²", + "bopomofo" : "ㄕㄣ ㄑㄧㄥˊ", + "romatzyh" : "shen chyng" }, + "meanings" : [ "deep emotion", + "deep feeling", + "deep love" ], + "classifiers" : [] } ] }, + { "simplified" : "深情厚谊", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 70510, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "深情厚誼", + "transcriptions" : { "pinyin" : "shēn qíng hòu yì", + "numeric" : "shen1 qing2 hou4 yi4", + "wadegiles" : "shen¹ ch'ing² hou⁴ i⁴", + "bopomofo" : "ㄕㄣ ㄑㄧㄥˊ ㄏㄡˋ ㄧˋ", + "romatzyh" : "shen chyng how yih" }, + "meanings" : [ "deep friendship" ], + "classifiers" : [] } ] }, + { "simplified" : "深入", + "radical" : "氵", + "level" : [ "new-3" ], + "frequency" : 2940, + "pos" : [ "v", "ad", "a" ], + "forms" : [ { "traditional" : "深入", + "transcriptions" : { "pinyin" : "shēn rù", + "numeric" : "shen1 ru4", + "wadegiles" : "shen¹ ju⁴", + "bopomofo" : "ㄕㄣ ㄖㄨˋ", + "romatzyh" : "shen ruh" }, + "meanings" : [ "to penetrate deeply", "thorough" ], + "classifiers" : [] } ] }, + { "simplified" : "深入人心", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 27174, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "深入人心", + "transcriptions" : { "pinyin" : "shēn rù rén xīn", + "numeric" : "shen1 ru4 ren2 xin1", + "wadegiles" : "shen¹ ju⁴ jen² hsin¹", + "bopomofo" : "ㄕㄣ ㄖㄨˋ ㄖㄣˊ ㄒㄧㄣ", + "romatzyh" : "shen ruh ren shin" }, + "meanings" : [ "to enter deeply into people's hearts", + "to have a real impact on the people (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "深深", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 5249, + "pos" : [ "d", "z", "a" ], + "forms" : [ { "traditional" : "深深", + "transcriptions" : { "pinyin" : "shēn shēn", + "numeric" : "shen1 shen1", + "wadegiles" : "shen¹ shen¹", + "bopomofo" : "ㄕㄣ ㄕㄣ", + "romatzyh" : "shen shen" }, + "meanings" : [ "deep", "profound" ], + "classifiers" : [] } ] }, + { "simplified" : "深受", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 9405, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "深受", + "transcriptions" : { "pinyin" : "shēn shòu", + "numeric" : "shen1 shou4", + "wadegiles" : "shen¹ shou⁴", + "bopomofo" : "ㄕㄣ ㄕㄡˋ", + "romatzyh" : "shen show" }, + "meanings" : [ "to receive in no small measure" ], + "classifiers" : [] } ] }, + { "simplified" : "深思", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17135, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "深思", + "transcriptions" : { "pinyin" : "shēn sī", + "numeric" : "shen1 si1", + "wadegiles" : "shen¹ ssu¹", + "bopomofo" : "ㄕㄣ ㄙ", + "romatzyh" : "shen sy" }, + "meanings" : [ "to ponder", "to consider" ], + "classifiers" : [] } ] }, + { "simplified" : "深信", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 15833, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "深信", + "transcriptions" : { "pinyin" : "shēn xìn", + "numeric" : "shen1 xin4", + "wadegiles" : "shen¹ hsin⁴", + "bopomofo" : "ㄕㄣ ㄒㄧㄣˋ", + "romatzyh" : "shen shinn" }, + "meanings" : [ "to believe firmly" ], + "classifiers" : [] } ] }, + { "simplified" : "深夜", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6579, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "深夜", + "transcriptions" : { "pinyin" : "shēn yè", + "numeric" : "shen1 ye4", + "wadegiles" : "shen¹ yeh⁴", + "bopomofo" : "ㄕㄣ ㄧㄝˋ", + "romatzyh" : "shen yeh" }, + "meanings" : [ "very late at night" ], + "classifiers" : [] } ] }, + { "simplified" : "深远", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13635, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "深遠", + "transcriptions" : { "pinyin" : "shēn yuǎn", + "numeric" : "shen1 yuan3", + "wadegiles" : "shen¹ yüan³", + "bopomofo" : "ㄕㄣ ㄩㄢˇ", + "romatzyh" : "shen yeuan" }, + "meanings" : [ "far-reaching", + "profound and long-lasting" ], + "classifiers" : [] } ] }, + { "simplified" : "什么", + "radical" : "亻", + "level" : [ "new-1", "old-1" ], + "frequency" : 55, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "什麼", + "transcriptions" : { "pinyin" : "shén me", + "numeric" : "shen2 me5", + "wadegiles" : "shen² me", + "bopomofo" : "ㄕㄣˊ me", + "romatzyh" : "shern me" }, + "meanings" : [ "what?", "something", "anything" ], + "classifiers" : [] } ] }, + { "simplified" : "什么样", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 1946, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "什麼樣", + "transcriptions" : { "pinyin" : "shén me yàng", + "numeric" : "shen2 me5 yang4", + "wadegiles" : "shen² me yang⁴", + "bopomofo" : "ㄕㄣˊ me ㄧㄤˋ", + "romatzyh" : "shern me yanq" }, + "meanings" : [ "what kind?; what sort?" ], + "classifiers" : [] } ] }, + { "simplified" : "甚至", + "radical" : "甘", + "level" : [ "new-4", "old-4" ], + "frequency" : 478, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "甚至", + "transcriptions" : { "pinyin" : "shèn zhì", + "numeric" : "shen4 zhi4", + "wadegiles" : "shen⁴ chih⁴", + "bopomofo" : "ㄕㄣˋ ㄓˋ", + "romatzyh" : "shenn jyh" }, + "meanings" : [ "even; so much so that" ], + "classifiers" : [] } ] }, + { "simplified" : "甚至于", + "radical" : "甘", + "level" : [ "new-7+" ], + "frequency" : 24305, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "甚至於", + "transcriptions" : { "pinyin" : "shèn zhì yú", + "numeric" : "shen4 zhi4 yu2", + "wadegiles" : "shen⁴ chih⁴ yü²", + "bopomofo" : "ㄕㄣˋ ㄓˋ ㄩˊ", + "romatzyh" : "shenn jyh yu" }, + "meanings" : [ "so much (that)", + "even (to the extent that)" ], + "classifiers" : [] } ] }, + { "simplified" : "神", + "radical" : "礻", + "level" : [ "new-5" ], + "frequency" : 786, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "神", + "transcriptions" : { "pinyin" : "Shén", + "numeric" : "Shen2", + "wadegiles" : "shen²", + "bopomofo" : "ㄕㄣˊ", + "romatzyh" : "shern" }, + "meanings" : [ "God", "abbr. for 舟" ], + "classifiers" : [] }, + { "traditional" : "神", + "transcriptions" : { "pinyin" : "shén", + "numeric" : "shen2", + "wadegiles" : "shen²", + "bopomofo" : "ㄕㄣˊ", + "romatzyh" : "shern" }, + "meanings" : [ "deity", + "soul", + "spirit", + "unusual", + "mysterious", + "lively", + "expressive", + "expression", + "look", + "(slang) awesome", + "amazing" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "神话", + "radical" : "礻", + "level" : [ "new-4", "old-5" ], + "frequency" : 6046, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "神話", + "transcriptions" : { "pinyin" : "shén huà", + "numeric" : "shen2 hua4", + "wadegiles" : "shen² hua⁴", + "bopomofo" : "ㄕㄣˊ ㄏㄨㄚˋ", + "romatzyh" : "shern huah" }, + "meanings" : [ "legend", + "fairy tale", + "myth", + "mythology" ], + "classifiers" : [] } ] }, + { "simplified" : "神经", + "radical" : "礻", + "level" : [ "new-5", "old-5" ], + "frequency" : 2307, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "神經", + "transcriptions" : { "pinyin" : "shén jīng", + "numeric" : "shen2 jing1", + "wadegiles" : "shen² ching¹", + "bopomofo" : "ㄕㄣˊ ㄐㄧㄥ", + "romatzyh" : "shern jing" }, + "meanings" : [ "nerve", + "mental state", + "(coll.) unhinged", + "nutjob" ], + "classifiers" : [] } ] }, + { "simplified" : "神秘", + "radical" : "礻", + "level" : [ "new-4", "old-5" ], + "frequency" : 2364, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "神秘", + "transcriptions" : { "pinyin" : "shén mì", + "numeric" : "shen2 mi4", + "wadegiles" : "shen² mi⁴", + "bopomofo" : "ㄕㄣˊ ㄇㄧˋ", + "romatzyh" : "shern mih" }, + "meanings" : [ "mysterious", "mystery" ], + "classifiers" : [] } ] }, + { "simplified" : "神奇", + "radical" : "礻", + "level" : [ "new-5", "old-6" ], + "frequency" : 3002, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "神奇", + "transcriptions" : { "pinyin" : "shén qí", + "numeric" : "shen2 qi2", + "wadegiles" : "shen² ch'i²", + "bopomofo" : "ㄕㄣˊ ㄑㄧˊ", + "romatzyh" : "shern chyi" }, + "meanings" : [ "magical", + "mystical", + "miraculous" ], + "classifiers" : [] } ] }, + { "simplified" : "神气", + "radical" : "礻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23813, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "神氣", + "transcriptions" : { "pinyin" : "shén qì", + "numeric" : "shen2 qi4", + "wadegiles" : "shen² ch'i⁴", + "bopomofo" : "ㄕㄣˊ ㄑㄧˋ", + "romatzyh" : "shern chih" }, + "meanings" : [ "expression", + "manner", + "vigorous", + "impressive", + "lofty", + "pretentious" ], + "classifiers" : [] } ] }, + { "simplified" : "神情", + "radical" : "礻", + "level" : [ "new-5", "old-6" ], + "frequency" : 10176, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "神情", + "transcriptions" : { "pinyin" : "shén qíng", + "numeric" : "shen2 qing2", + "wadegiles" : "shen² ch'ing²", + "bopomofo" : "ㄕㄣˊ ㄑㄧㄥˊ", + "romatzyh" : "shern chyng" }, + "meanings" : [ "look; expression" ], + "classifiers" : [] } ] }, + { "simplified" : "神色", + "radical" : "礻", + "level" : [ "old-6" ], + "frequency" : 18956, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "神色", + "transcriptions" : { "pinyin" : "shén sè", + "numeric" : "shen2 se4", + "wadegiles" : "shen² se⁴", + "bopomofo" : "ㄕㄣˊ ㄙㄜˋ", + "romatzyh" : "shern seh" }, + "meanings" : [ "expression", "look" ], + "classifiers" : [] } ] }, + { "simplified" : "神圣", + "radical" : "礻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6133, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "神聖", + "transcriptions" : { "pinyin" : "shén shèng", + "numeric" : "shen2 sheng4", + "wadegiles" : "shen² sheng⁴", + "bopomofo" : "ㄕㄣˊ ㄕㄥˋ", + "romatzyh" : "shern shenq" }, + "meanings" : [ "divine", + "hallow", + "holy", + "sacred" ], + "classifiers" : [] } ] }, + { "simplified" : "神态", + "radical" : "礻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22467, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "神態", + "transcriptions" : { "pinyin" : "shén tài", + "numeric" : "shen2 tai4", + "wadegiles" : "shen² t'ai⁴", + "bopomofo" : "ㄕㄣˊ ㄊㄞˋ", + "romatzyh" : "shern tay" }, + "meanings" : [ "appearance", + "manner", + "bearing", + "deportment", + "look", + "expression", + "mien" ], + "classifiers" : [] } ] }, + { "simplified" : "神仙", + "radical" : "礻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11834, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "神仙", + "transcriptions" : { "pinyin" : "shén xiān", + "numeric" : "shen2 xian1", + "wadegiles" : "shen² hsien¹", + "bopomofo" : "ㄕㄣˊ ㄒㄧㄢ", + "romatzyh" : "shern shian" }, + "meanings" : [ "Daoist immortal", + "supernatural entity", + "(in modern fiction) fairy, elf, leprechaun etc", + "fig. lighthearted person" ], + "classifiers" : [] } ] }, + { "simplified" : "审", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 6079, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "審", + "transcriptions" : { "pinyin" : "shěn", + "numeric" : "shen3", + "wadegiles" : "shen³", + "bopomofo" : "ㄕㄣˇ", + "romatzyh" : "sheen" }, + "meanings" : [ "to examine", + "to investigate", + "carefully", + "to try (in court)" ], + "classifiers" : [] } ] }, + { "simplified" : "审查", + "radical" : "宀", + "level" : [ "new-6", "old-6" ], + "frequency" : 5475, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "審查", + "transcriptions" : { "pinyin" : "shěn chá", + "numeric" : "shen3 cha2", + "wadegiles" : "shen³ ch'a²", + "bopomofo" : "ㄕㄣˇ ㄔㄚˊ", + "romatzyh" : "sheen char" }, + "meanings" : [ "to examine", + "to investigate", + "to censor out", + "censorship" ], + "classifiers" : [] } ] }, + { "simplified" : "审定", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 30256, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "審定", + "transcriptions" : { "pinyin" : "shěn dìng", + "numeric" : "shen3 ding4", + "wadegiles" : "shen³ ting⁴", + "bopomofo" : "ㄕㄣˇ ㄉㄧㄥˋ", + "romatzyh" : "sheen dinq" }, + "meanings" : [ "to examine sth and make a decision", + "to screen", + "to evaluate", + "to approve" ], + "classifiers" : [] } ] }, + { "simplified" : "审核", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 9924, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "審核", + "transcriptions" : { "pinyin" : "shěn hé", + "numeric" : "shen3 he2", + "wadegiles" : "shen³ ho²", + "bopomofo" : "ㄕㄣˇ ㄏㄜˊ", + "romatzyh" : "sheen her" }, + "meanings" : [ "to audit", + "to investigate thoroughly" ], + "classifiers" : [] } ] }, + { "simplified" : "审理", + "radical" : "宀", + "level" : [ "old-6" ], + "frequency" : 6423, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "審理", + "transcriptions" : { "pinyin" : "shěn lǐ", + "numeric" : "shen3 li3", + "wadegiles" : "shen³ li³", + "bopomofo" : "ㄕㄣˇ ㄌㄧˇ", + "romatzyh" : "sheen lii" }, + "meanings" : [ "to hear (a case)" ], + "classifiers" : [] } ] }, + { "simplified" : "审美", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19332, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "審美", + "transcriptions" : { "pinyin" : "shěn měi", + "numeric" : "shen3 mei3", + "wadegiles" : "shen³ mei³", + "bopomofo" : "ㄕㄣˇ ㄇㄟˇ", + "romatzyh" : "sheen meei" }, + "meanings" : [ "esthetics", + "appreciating the arts", + "taste" ], + "classifiers" : [] } ] }, + { "simplified" : "审判", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3741, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "審判", + "transcriptions" : { "pinyin" : "shěn pàn", + "numeric" : "shen3 pan4", + "wadegiles" : "shen³ p'an⁴", + "bopomofo" : "ㄕㄣˇ ㄆㄢˋ", + "romatzyh" : "sheen pann" }, + "meanings" : [ "a trial", "to try sb" ], + "classifiers" : [] } ] }, + { "simplified" : "审批", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 13298, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "審批", + "transcriptions" : { "pinyin" : "shěn pī", + "numeric" : "shen3 pi1", + "wadegiles" : "shen³ p'i¹", + "bopomofo" : "ㄕㄣˇ ㄆㄧ", + "romatzyh" : "sheen pi" }, + "meanings" : [ "to examine and approve", + "to endorse" ], + "classifiers" : [] } ] }, + { "simplified" : "审视", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 11636, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "審視", + "transcriptions" : { "pinyin" : "shěn shì", + "numeric" : "shen3 shi4", + "wadegiles" : "shen³ shih⁴", + "bopomofo" : "ㄕㄣˇ ㄕˋ", + "romatzyh" : "sheen shyh" }, + "meanings" : [ "to look closely at", "to examine" ], + "classifiers" : [] } ] }, + { "simplified" : "肾", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 4176, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腎", + "transcriptions" : { "pinyin" : "shèn", + "numeric" : "shen4", + "wadegiles" : "shen⁴", + "bopomofo" : "ㄕㄣˋ", + "romatzyh" : "shenn" }, + "meanings" : [ "kidney" ], + "classifiers" : [] } ] }, + { "simplified" : "渗", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 14195, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "滲", + "transcriptions" : { "pinyin" : "shèn", + "numeric" : "shen4", + "wadegiles" : "shen⁴", + "bopomofo" : "ㄕㄣˋ", + "romatzyh" : "shenn" }, + "meanings" : [ "to seep", "to ooze", "to horrify" ], + "classifiers" : [] } ] }, + { "simplified" : "渗透", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8262, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "滲透", + "transcriptions" : { "pinyin" : "shèn tòu", + "numeric" : "shen4 tou4", + "wadegiles" : "shen⁴ t'ou⁴", + "bopomofo" : "ㄕㄣˋ ㄊㄡˋ", + "romatzyh" : "shenn tow" }, + "meanings" : [ "(lit. and fig.) to permeate", + "to seep into", + "(of a product, idea etc) to penetrate (in a population)", + "(of hostile forces) to infiltrate", + "(chemistry) osmosis" ], + "classifiers" : [] } ] }, + { "simplified" : "慎重", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9496, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "慎重", + "transcriptions" : { "pinyin" : "shèn zhòng", + "numeric" : "shen4 zhong4", + "wadegiles" : "shen⁴ chung⁴", + "bopomofo" : "ㄕㄣˋ ㄓㄨㄥˋ", + "romatzyh" : "shenn jonq" }, + "meanings" : [ "cautious", "careful", "prudent" ], + "classifiers" : [] } ] }, + { "simplified" : "升", + "radical" : "十", + "level" : [ "new-3", "old-5" ], + "frequency" : 1863, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "升", + "transcriptions" : { "pinyin" : "shēng", + "numeric" : "sheng1", + "wadegiles" : "sheng¹", + "bopomofo" : "ㄕㄥ", + "romatzyh" : "sheng" }, + "meanings" : [ "to ascend", + "to rise to the rank of", + "to promote", + "to hoist", + "liter", + "measure for dry grain equal to one-tenth dou 斗" ], + "classifiers" : [] }, + { "traditional" : "昇", + "transcriptions" : { "pinyin" : "shēng", + "numeric" : "sheng1", + "wadegiles" : "sheng¹", + "bopomofo" : "ㄕㄥ", + "romatzyh" : "sheng" }, + "meanings" : [ "variant of 升" ], + "classifiers" : [] }, + { "traditional" : "陞", + "transcriptions" : { "pinyin" : "shēng", + "numeric" : "sheng1", + "wadegiles" : "sheng¹", + "bopomofo" : "ㄕㄥ", + "romatzyh" : "sheng" }, + "meanings" : [ "variant of 升" ], + "classifiers" : [] } ] }, + { "simplified" : "升高", + "radical" : "十", + "level" : [ "new-5" ], + "frequency" : 7541, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "升高", + "transcriptions" : { "pinyin" : "shēng gāo", + "numeric" : "sheng1 gao1", + "wadegiles" : "sheng¹ kao¹", + "bopomofo" : "ㄕㄥ ㄍㄠ", + "romatzyh" : "sheng gau" }, + "meanings" : [ "to raise", "to ascend" ], + "classifiers" : [] } ] }, + { "simplified" : "升级", + "radical" : "十", + "level" : [ "new-6" ], + "frequency" : 3585, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "升級", + "transcriptions" : { "pinyin" : "shēng jí", + "numeric" : "sheng1 ji2", + "wadegiles" : "sheng¹ chi²", + "bopomofo" : "ㄕㄥ ㄐㄧˊ", + "romatzyh" : "sheng jyi" }, + "meanings" : [ "to go up by one grade; to be promoted", + "to escalate (in intensity)", + "(computing) to upgrade" ], + "classifiers" : [] } ] }, + { "simplified" : "升温", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 15396, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "升溫", + "transcriptions" : { "pinyin" : "shēng wēn", + "numeric" : "sheng1 wen1", + "wadegiles" : "sheng¹ wen¹", + "bopomofo" : "ㄕㄥ ㄨㄣ", + "romatzyh" : "sheng uen" }, + "meanings" : [ "to become hot", + "temperature rise", + "(fig.) to intensify", + "to hot up", + "to escalate", + "to get a boost" ], + "classifiers" : [] } ] }, + { "simplified" : "升学", + "radical" : "十", + "level" : [ "new-6" ], + "frequency" : 25711, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "升學", + "transcriptions" : { "pinyin" : "shēng xué", + "numeric" : "sheng1 xue2", + "wadegiles" : "sheng¹ hsüeh²", + "bopomofo" : "ㄕㄥ ㄒㄩㄝˊ", + "romatzyh" : "sheng shyue" }, + "meanings" : [ "to enter the next grade school" ], + "classifiers" : [] } ] }, + { "simplified" : "升值", + "radical" : "十", + "level" : [ "new-6" ], + "frequency" : 14403, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "升值", + "transcriptions" : { "pinyin" : "shēng zhí", + "numeric" : "sheng1 zhi2", + "wadegiles" : "sheng¹ chih²", + "bopomofo" : "ㄕㄥ ㄓˊ", + "romatzyh" : "sheng jyr" }, + "meanings" : [ "to rise in value", + "to appreciate" ], + "classifiers" : [] } ] }, + { "simplified" : "生", + "radical" : "生", + "level" : [ "new-2" ], + "frequency" : 558, + "pos" : [ "v", "g", "a" ], + "forms" : [ { "traditional" : "生", + "transcriptions" : { "pinyin" : "shēng", + "numeric" : "sheng1", + "wadegiles" : "sheng¹", + "bopomofo" : "ㄕㄥ", + "romatzyh" : "sheng" }, + "meanings" : [ "to be born", + "to give birth", + "life", + "to grow", + "raw", + "uncooked", + "student" ], + "classifiers" : [] } ] }, + { "simplified" : "生病", + "radical" : "生", + "level" : [ "new-1", "old-2" ], + "frequency" : 4336, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "生病", + "transcriptions" : { "pinyin" : "shēng bìng", + "numeric" : "sheng1 bing4", + "wadegiles" : "sheng¹ ping⁴", + "bopomofo" : "ㄕㄥ ㄅㄧㄥˋ", + "romatzyh" : "sheng binq" }, + "meanings" : [ "to fall ill" ], + "classifiers" : [] } ] }, + { "simplified" : "生产", + "radical" : "生", + "level" : [ "new-3", "old-5" ], + "frequency" : 2146, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "生產", + "transcriptions" : { "pinyin" : "shēng chǎn", + "numeric" : "sheng1 chan3", + "wadegiles" : "sheng¹ ch'an³", + "bopomofo" : "ㄕㄥ ㄔㄢˇ", + "romatzyh" : "sheng chaan" }, + "meanings" : [ "to produce; to manufacture", + "to give birth to a child" ], + "classifiers" : [] } ] }, + { "simplified" : "生成", + "radical" : "生", + "level" : [ "new-5" ], + "frequency" : 10729, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "生成", + "transcriptions" : { "pinyin" : "shēng chéng", + "numeric" : "sheng1 cheng2", + "wadegiles" : "sheng¹ ch'eng²", + "bopomofo" : "ㄕㄥ ㄔㄥˊ", + "romatzyh" : "sheng cherng" }, + "meanings" : [ "to generate; to produce; to form; to be formed; to come into being", + "to be born with; to be blessed with" ], + "classifiers" : [] } ] }, + { "simplified" : "生词", + "radical" : "生", + "level" : [ "new-2" ], + "frequency" : 61776, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生詞", + "transcriptions" : { "pinyin" : "shēng cí", + "numeric" : "sheng1 ci2", + "wadegiles" : "sheng¹ tz'u²", + "bopomofo" : "ㄕㄥ ㄘˊ", + "romatzyh" : "sheng tsyr" }, + "meanings" : [ "new word (in textbook)", + "word that is unfamiliar or not yet studied" ], + "classifiers" : [ "组", "个" ] } ] }, + { "simplified" : "生存", + "radical" : "生", + "level" : [ "new-3", "old-6" ], + "frequency" : 2389, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "生存", + "transcriptions" : { "pinyin" : "shēng cún", + "numeric" : "sheng1 cun2", + "wadegiles" : "sheng¹ ts'un²", + "bopomofo" : "ㄕㄥ ㄘㄨㄣˊ", + "romatzyh" : "sheng tswen" }, + "meanings" : [ "to exist", "to survive" ], + "classifiers" : [] } ] }, + { "simplified" : "生动", + "radical" : "生", + "level" : [ "new-3", "old-5" ], + "frequency" : 7805, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "生動", + "transcriptions" : { "pinyin" : "shēng dòng", + "numeric" : "sheng1 dong4", + "wadegiles" : "sheng¹ tung⁴", + "bopomofo" : "ㄕㄥ ㄉㄨㄥˋ", + "romatzyh" : "sheng donq" }, + "meanings" : [ "vivid", "lively" ], + "classifiers" : [] } ] }, + { "simplified" : "生活", + "radical" : "生", + "level" : [ "new-2", "old-4" ], + "frequency" : 203, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "生活", + "transcriptions" : { "pinyin" : "shēng huó", + "numeric" : "sheng1 huo2", + "wadegiles" : "sheng¹ huo²", + "bopomofo" : "ㄕㄥ ㄏㄨㄛˊ", + "romatzyh" : "sheng hwo" }, + "meanings" : [ "to live", "life", "livelihood" ], + "classifiers" : [] } ] }, + { "simplified" : "生活费", + "radical" : "生", + "level" : [ "new-6" ], + "frequency" : 14663, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生活費", + "transcriptions" : { "pinyin" : "shēng huó fèi", + "numeric" : "sheng1 huo2 fei4", + "wadegiles" : "sheng¹ huo² fei⁴", + "bopomofo" : "ㄕㄥ ㄏㄨㄛˊ ㄈㄟˋ", + "romatzyh" : "sheng hwo fey" }, + "meanings" : [ "cost of living", + "living expenses", + "alimony" ], + "classifiers" : [] } ] }, + { "simplified" : "生机", + "radical" : "生", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12377, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生機", + "transcriptions" : { "pinyin" : "shēng jī", + "numeric" : "sheng1 ji1", + "wadegiles" : "sheng¹ chi¹", + "bopomofo" : "ㄕㄥ ㄐㄧ", + "romatzyh" : "sheng ji" }, + "meanings" : [ "opportunity to live", + "to reprieve from death", + "life force", + "vitality" ], + "classifiers" : [] } ] }, + { "simplified" : "生理", + "radical" : "生", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5461, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生理", + "transcriptions" : { "pinyin" : "shēng lǐ", + "numeric" : "sheng1 li3", + "wadegiles" : "sheng¹ li³", + "bopomofo" : "ㄕㄥ ㄌㄧˇ", + "romatzyh" : "sheng lii" }, + "meanings" : [ "physiology" ], + "classifiers" : [] } ] }, + { "simplified" : "生命", + "radical" : "生", + "level" : [ "new-3", "old-4" ], + "frequency" : 705, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生命", + "transcriptions" : { "pinyin" : "shēng mìng", + "numeric" : "sheng1 ming4", + "wadegiles" : "sheng¹ ming⁴", + "bopomofo" : "ㄕㄥ ㄇㄧㄥˋ", + "romatzyh" : "sheng minq" }, + "meanings" : [ "life (as the characteristic of living beings)", + "living being; creature" ], + "classifiers" : [ "个", "条" ] } ] }, + { "simplified" : "生命线", + "radical" : "生", + "level" : [ "new-7+" ], + "frequency" : 28405, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生命線", + "transcriptions" : { "pinyin" : "shēng mìng xiàn", + "numeric" : "sheng1 ming4 xian4", + "wadegiles" : "sheng¹ ming⁴ hsien⁴", + "bopomofo" : "ㄕㄥ ㄇㄧㄥˋ ㄒㄧㄢˋ", + "romatzyh" : "sheng minq shiann" }, + "meanings" : [ "lifeline" ], + "classifiers" : [] } ] }, + { "simplified" : "生怕", + "radical" : "生", + "level" : [ "new-7+" ], + "frequency" : 20681, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "生怕", + "transcriptions" : { "pinyin" : "shēng pà", + "numeric" : "sheng1 pa4", + "wadegiles" : "sheng¹ p'a⁴", + "bopomofo" : "ㄕㄥ ㄆㄚˋ", + "romatzyh" : "sheng pah" }, + "meanings" : [ "to fear", + "afraid", + "extremely nervous", + "for fear that", + "to avoid", + "so as not to" ], + "classifiers" : [] } ] }, + { "simplified" : "生平", + "radical" : "生", + "level" : [ "new-7+" ], + "frequency" : 15961, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生平", + "transcriptions" : { "pinyin" : "shēng píng", + "numeric" : "sheng1 ping2", + "wadegiles" : "sheng¹ p'ing²", + "bopomofo" : "ㄕㄥ ㄆㄧㄥˊ", + "romatzyh" : "sheng pyng" }, + "meanings" : [ "life (a person's whole life)", + "in one's entire life" ], + "classifiers" : [] } ] }, + { "simplified" : "生气", + "radical" : "生", + "level" : [ "new-1", "old-3" ], + "frequency" : 2113, + "pos" : [ "a", "n", "v", "an" ], + "forms" : [ { "traditional" : "生氣", + "transcriptions" : { "pinyin" : "shēng qì", + "numeric" : "sheng1 qi4", + "wadegiles" : "sheng¹ ch'i⁴", + "bopomofo" : "ㄕㄥ ㄑㄧˋ", + "romatzyh" : "sheng chih" }, + "meanings" : [ "to get angry", + "to take offense", + "angry", + "vitality", + "liveliness" ], + "classifiers" : [] } ] }, + { "simplified" : "生前", + "radical" : "生", + "level" : [ "new-7+" ], + "frequency" : 8621, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "生前", + "transcriptions" : { "pinyin" : "shēng qián", + "numeric" : "sheng1 qian2", + "wadegiles" : "sheng¹ ch'ien²", + "bopomofo" : "ㄕㄥ ㄑㄧㄢˊ", + "romatzyh" : "sheng chyan" }, + "meanings" : [ "(of a deceased) during one's life", + "while living" ], + "classifiers" : [] } ] }, + { "simplified" : "生日", + "radical" : "生", + "level" : [ "new-1", "old-2" ], + "frequency" : 1506, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生日", + "transcriptions" : { "pinyin" : "shēng rì", + "numeric" : "sheng1 ri4", + "wadegiles" : "sheng¹ jih⁴", + "bopomofo" : "ㄕㄥ ㄖˋ", + "romatzyh" : "sheng ryh" }, + "meanings" : [ "birthday" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "生疏", + "radical" : "生", + "level" : [ "old-6" ], + "frequency" : 23514, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "生疏", + "transcriptions" : { "pinyin" : "shēng shū", + "numeric" : "sheng1 shu1", + "wadegiles" : "sheng¹ shu¹", + "bopomofo" : "ㄕㄥ ㄕㄨ", + "romatzyh" : "sheng shu" }, + "meanings" : [ "unfamiliar", + "strange", + "out of practice", + "not accustomed" ], + "classifiers" : [] } ] }, + { "simplified" : "生死", + "radical" : "生", + "level" : [ "new-7+" ], + "frequency" : 5796, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "生死", + "transcriptions" : { "pinyin" : "shēng sǐ", + "numeric" : "sheng1 si3", + "wadegiles" : "sheng¹ ssu³", + "bopomofo" : "ㄕㄥ ㄙˇ", + "romatzyh" : "sheng syy" }, + "meanings" : [ "life or death" ], + "classifiers" : [] } ] }, + { "simplified" : "生态", + "radical" : "生", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7354, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生態", + "transcriptions" : { "pinyin" : "shēng tài", + "numeric" : "sheng1 tai4", + "wadegiles" : "sheng¹ t'ai⁴", + "bopomofo" : "ㄕㄥ ㄊㄞˋ", + "romatzyh" : "sheng tay" }, + "meanings" : [ "ecology" ], + "classifiers" : [] } ] }, + { "simplified" : "生物", + "radical" : "生", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2117, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生物", + "transcriptions" : { "pinyin" : "shēng wù", + "numeric" : "sheng1 wu4", + "wadegiles" : "sheng¹ wu⁴", + "bopomofo" : "ㄕㄥ ㄨˋ", + "romatzyh" : "sheng wuh" }, + "meanings" : [ "organism", + "living creature", + "life form", + "biological" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "生效", + "radical" : "生", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7791, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "生效", + "transcriptions" : { "pinyin" : "shēng xiào", + "numeric" : "sheng1 xiao4", + "wadegiles" : "sheng¹ hsiao⁴", + "bopomofo" : "ㄕㄥ ㄒㄧㄠˋ", + "romatzyh" : "sheng shiaw" }, + "meanings" : [ "to take effect", + "to go into effect" ], + "classifiers" : [] } ] }, + { "simplified" : "生锈", + "radical" : "生", + "level" : [ "old-6" ], + "frequency" : 21204, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "生銹", + "transcriptions" : { "pinyin" : "shēng xiù", + "numeric" : "sheng1 xiu4", + "wadegiles" : "sheng¹ hsiu⁴", + "bopomofo" : "ㄕㄥ ㄒㄧㄡˋ", + "romatzyh" : "sheng shiow" }, + "meanings" : [ "to rust", + "to grow rusty", + "to corrode", + "oxidization" ], + "classifiers" : [] } ] }, + { "simplified" : "生涯", + "radical" : "生", + "level" : [ "new-7+" ], + "frequency" : 4401, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生涯", + "transcriptions" : { "pinyin" : "shēng yá", + "numeric" : "sheng1 ya2", + "wadegiles" : "sheng¹ ya²", + "bopomofo" : "ㄕㄥ ㄧㄚˊ", + "romatzyh" : "sheng ya" }, + "meanings" : [ "career", + "life (way in which sb lives)", + "period of one's life" ], + "classifiers" : [] } ] }, + { "simplified" : "生意", + "radical" : "生", + "level" : [ "new-3" ], + "frequency" : 2112, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "生意", + "transcriptions" : { "pinyin" : "shēng yì", + "numeric" : "sheng1 yi4", + "wadegiles" : "sheng¹ i⁴", + "bopomofo" : "ㄕㄥ ㄧˋ", + "romatzyh" : "sheng yih" }, + "meanings" : [ "life force", "vitality" ], + "classifiers" : [] }, + { "traditional" : "生意", + "transcriptions" : { "pinyin" : "shēng yi", + "numeric" : "sheng1 yi5", + "wadegiles" : "sheng¹ yi", + "bopomofo" : "ㄕㄥ yi", + "romatzyh" : "sheng yi" }, + "meanings" : [ "business" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "生硬", + "radical" : "生", + "level" : [ "new-7+" ], + "frequency" : 23872, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "生硬", + "transcriptions" : { "pinyin" : "shēng yìng", + "numeric" : "sheng1 ying4", + "wadegiles" : "sheng¹ ying⁴", + "bopomofo" : "ㄕㄥ ㄧㄥˋ", + "romatzyh" : "sheng yinq" }, + "meanings" : [ "stiff", "harsh" ], + "classifiers" : [] } ] }, + { "simplified" : "生育", + "radical" : "生", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8140, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "生育", + "transcriptions" : { "pinyin" : "shēng yù", + "numeric" : "sheng1 yu4", + "wadegiles" : "sheng¹ yü⁴", + "bopomofo" : "ㄕㄥ ㄩˋ", + "romatzyh" : "sheng yuh" }, + "meanings" : [ "to bear", + "to give birth", + "to grow", + "to rear", + "to bring up (children)", + "fertility" ], + "classifiers" : [] } ] }, + { "simplified" : "生长", + "radical" : "生", + "level" : [ "new-3" ], + "frequency" : 4189, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "生長", + "transcriptions" : { "pinyin" : "shēng zhǎng", + "numeric" : "sheng1 zhang3", + "wadegiles" : "sheng¹ chang³", + "bopomofo" : "ㄕㄥ ㄓㄤˇ", + "romatzyh" : "sheng jaang" }, + "meanings" : [ "to grow", + "to grow up", + "to be brought up" ], + "classifiers" : [] } ] }, + { "simplified" : "声", + "radical" : "士", + "level" : [ "new-5" ], + "frequency" : 577, + "pos" : [ "qv", "g", "n" ], + "forms" : [ { "traditional" : "聲", + "transcriptions" : { "pinyin" : "shēng", + "numeric" : "sheng1", + "wadegiles" : "sheng¹", + "bopomofo" : "ㄕㄥ", + "romatzyh" : "sheng" }, + "meanings" : [ "sound", + "voice", + "tone", + "noise", + "reputation", + "classifier for sounds" ], + "classifiers" : [] } ] }, + { "simplified" : "声称", + "radical" : "士", + "level" : [ "new-7+" ], + "frequency" : 5017, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聲稱", + "transcriptions" : { "pinyin" : "shēng chēng", + "numeric" : "sheng1 cheng1", + "wadegiles" : "sheng¹ ch'eng¹", + "bopomofo" : "ㄕㄥ ㄔㄥ", + "romatzyh" : "sheng cheng" }, + "meanings" : [ "to claim", + "to state", + "to proclaim", + "to assert" ], + "classifiers" : [] } ] }, + { "simplified" : "声调", + "radical" : "士", + "level" : [ "old-5" ], + "frequency" : 23243, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聲調", + "transcriptions" : { "pinyin" : "shēng diào", + "numeric" : "sheng1 diao4", + "wadegiles" : "sheng¹ tiao⁴", + "bopomofo" : "ㄕㄥ ㄉㄧㄠˋ", + "romatzyh" : "sheng diaw" }, + "meanings" : [ "tone", + "note", + "a tone (on a Chinese syllable)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "声明", + "radical" : "士", + "level" : [ "new-3", "old-6" ], + "frequency" : 2813, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "聲明", + "transcriptions" : { "pinyin" : "shēng míng", + "numeric" : "sheng1 ming2", + "wadegiles" : "sheng¹ ming²", + "bopomofo" : "ㄕㄥ ㄇㄧㄥˊ", + "romatzyh" : "sheng ming" }, + "meanings" : [ "to state", + "to declare", + "statement", + "declaration" ], + "classifiers" : [ "项", "份" ] } ] }, + { "simplified" : "声势", + "radical" : "士", + "level" : [ "old-6" ], + "frequency" : 23742, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聲勢", + "transcriptions" : { "pinyin" : "shēng shì", + "numeric" : "sheng1 shi4", + "wadegiles" : "sheng¹ shih⁴", + "bopomofo" : "ㄕㄥ ㄕˋ", + "romatzyh" : "sheng shyh" }, + "meanings" : [ "fame and power", + "prestige", + "influence", + "impetus", + "momentum" ], + "classifiers" : [] } ] }, + { "simplified" : "声望", + "radical" : "士", + "level" : [ "new-7+" ], + "frequency" : 13373, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聲望", + "transcriptions" : { "pinyin" : "shēng wàng", + "numeric" : "sheng1 wang4", + "wadegiles" : "sheng¹ wang⁴", + "bopomofo" : "ㄕㄥ ㄨㄤˋ", + "romatzyh" : "sheng wanq" }, + "meanings" : [ "popularity", "prestige" ], + "classifiers" : [] } ] }, + { "simplified" : "声音", + "radical" : "士", + "level" : [ "new-2", "old-3" ], + "frequency" : 841, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聲音", + "transcriptions" : { "pinyin" : "shēng yīn", + "numeric" : "sheng1 yin1", + "wadegiles" : "sheng¹ yin¹", + "bopomofo" : "ㄕㄥ ㄧㄣ", + "romatzyh" : "sheng in" }, + "meanings" : [ "voice", "sound" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "声誉", + "radical" : "士", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9988, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聲譽", + "transcriptions" : { "pinyin" : "shēng yù", + "numeric" : "sheng1 yu4", + "wadegiles" : "sheng¹ yü⁴", + "bopomofo" : "ㄕㄥ ㄩˋ", + "romatzyh" : "sheng yuh" }, + "meanings" : [ "reputation", "fame" ], + "classifiers" : [] } ] }, + { "simplified" : "牲畜", + "radical" : "牛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14622, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牲畜", + "transcriptions" : { "pinyin" : "shēng chù", + "numeric" : "sheng1 chu4", + "wadegiles" : "sheng¹ ch'u⁴", + "bopomofo" : "ㄕㄥ ㄔㄨˋ", + "romatzyh" : "sheng chuh" }, + "meanings" : [ "domesticated animals", + "livestock" ], + "classifiers" : [] } ] }, + { "simplified" : "绳子", + "radical" : "纟", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7161, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "繩子", + "transcriptions" : { "pinyin" : "shéng zi", + "numeric" : "sheng2 zi5", + "wadegiles" : "sheng² zi", + "bopomofo" : "ㄕㄥˊ zi", + "romatzyh" : "sherng zi" }, + "meanings" : [ "cord; string; rope" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "省", + "radical" : "目", + "level" : [ "new-2", "old-4" ], + "frequency" : 1081, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "省", + "transcriptions" : { "pinyin" : "shěng", + "numeric" : "sheng3", + "wadegiles" : "sheng³", + "bopomofo" : "ㄕㄥˇ", + "romatzyh" : "sheeng" }, + "meanings" : [ "to save; to economize; to be frugal", + "to omit; to delete; to leave out", + "province", + "provincial capital", + "a ministry (of the Japanese government)" ], + "classifiers" : [] }, + { "traditional" : "省", + "transcriptions" : { "pinyin" : "xǐng", + "numeric" : "xing3", + "wadegiles" : "hsing³", + "bopomofo" : "ㄒㄧㄥˇ", + "romatzyh" : "shiing" }, + "meanings" : [ "(bound form) to scrutinize", + "(bound form) to reflect (on one's conduct)", + "(bound form) to come to realize", + "(bound form) to pay a visit (to one's parents or elders)" ], + "classifiers" : [] } ] }, + { "simplified" : "省略", + "radical" : "目", + "level" : [ "new-7+", "old-5" ], + "frequency" : 19480, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "省略", + "transcriptions" : { "pinyin" : "shěng lu:è", + "numeric" : "sheng3 lüe4", + "wadegiles" : "sheng³ lu:è", + "bopomofo" : "ㄕㄥˇ lu:è", + "romatzyh" : "sheeng lu:è" }, + "meanings" : [ "to leave out", "an omission" ], + "classifiers" : [] } ] }, + { "simplified" : "省会", + "radical" : "目", + "level" : [ "old-6" ], + "frequency" : 27605, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "省會", + "transcriptions" : { "pinyin" : "shěng huì", + "numeric" : "sheng3 hui4", + "wadegiles" : "sheng³ hui⁴", + "bopomofo" : "ㄕㄥˇ ㄏㄨㄟˋ", + "romatzyh" : "sheeng huey" }, + "meanings" : [ "provincial capital" ], + "classifiers" : [] } ] }, + { "simplified" : "省钱", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 15273, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "省錢", + "transcriptions" : { "pinyin" : "shěng qián", + "numeric" : "sheng3 qian2", + "wadegiles" : "sheng³ ch'ien²", + "bopomofo" : "ㄕㄥˇ ㄑㄧㄢˊ", + "romatzyh" : "sheeng chyan" }, + "meanings" : [ "to save money" ], + "classifiers" : [] } ] }, + { "simplified" : "省事", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 22484, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "省事", + "transcriptions" : { "pinyin" : "shěng shì", + "numeric" : "sheng3 shi4", + "wadegiles" : "sheng³ shih⁴", + "bopomofo" : "ㄕㄥˇ ㄕˋ", + "romatzyh" : "sheeng shyh" }, + "meanings" : [ "to simplify matters; to save trouble" ], + "classifiers" : [] }, + { "traditional" : "省事", + "transcriptions" : { "pinyin" : "xǐng shì", + "numeric" : "xing3 shi4", + "wadegiles" : "hsing³ shih⁴", + "bopomofo" : "ㄒㄧㄥˇ ㄕˋ", + "romatzyh" : "shiing shyh" }, + "meanings" : [ "perceptive; understanding", + "(archaic) to handle administrative work" ], + "classifiers" : [] } ] }, + { "simplified" : "圣诞节", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 2857, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "聖誕節", + "transcriptions" : { "pinyin" : "Shèng dàn jié", + "numeric" : "Sheng4 dan4 jie2", + "wadegiles" : "sheng⁴ tan⁴ chieh²", + "bopomofo" : "ㄕㄥˋ ㄉㄢˋ ㄐㄧㄝˊ", + "romatzyh" : "shenq dann jye" }, + "meanings" : [ "Christmas time", + "Christmas season", + "Christmas" ], + "classifiers" : [] } ] }, + { "simplified" : "圣贤", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 28718, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聖賢", + "transcriptions" : { "pinyin" : "shèng xián", + "numeric" : "sheng4 xian2", + "wadegiles" : "sheng⁴ hsien²", + "bopomofo" : "ㄕㄥˋ ㄒㄧㄢˊ", + "romatzyh" : "shenq shyan" }, + "meanings" : [ "a sage", + "wise and holy man", + "virtuous ruler", + "Buddhist lama", + "wine" ], + "classifiers" : [] } ] }, + { "simplified" : "胜", + "radical" : "⺼", + "level" : [ "new-3" ], + "frequency" : 1663, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "勝", + "transcriptions" : { "pinyin" : "shèng", + "numeric" : "sheng4", + "wadegiles" : "sheng⁴", + "bopomofo" : "ㄕㄥˋ", + "romatzyh" : "shenq" }, + "meanings" : [ "victory", + "success", + "to beat", + "to defeat", + "to surpass", + "victorious", + "superior to", + "to get the better of", + "better than", + "surpassing", + "superb (of vista)", + "beautiful (scenery)", + "wonderful (view)", + "(Taiwan pr. [shēng]) able to bear", + "equal to (a task)" ], + "classifiers" : [] } ] }, + { "simplified" : "胜出", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 26979, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "勝出", + "transcriptions" : { "pinyin" : "shèng chū", + "numeric" : "sheng4 chu1", + "wadegiles" : "sheng⁴ ch'u¹", + "bopomofo" : "ㄕㄥˋ ㄔㄨ", + "romatzyh" : "shenq chu" }, + "meanings" : [ "to come out on top", + "to win (in an election, contest etc)", + "success", + "victory" ], + "classifiers" : [] } ] }, + { "simplified" : "胜负", + "radical" : "⺼", + "level" : [ "new-5", "old-6" ], + "frequency" : 9326, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勝負", + "transcriptions" : { "pinyin" : "shèng fù", + "numeric" : "sheng4 fu4", + "wadegiles" : "sheng⁴ fu⁴", + "bopomofo" : "ㄕㄥˋ ㄈㄨˋ", + "romatzyh" : "shenq fuh" }, + "meanings" : [ "victory or defeat", + "the outcome of a battle" ], + "classifiers" : [] } ] }, + { "simplified" : "胜利", + "radical" : "⺼", + "level" : [ "new-3", "old-5" ], + "frequency" : 1445, + "pos" : [ "v", "vn", "nz" ], + "forms" : [ { "traditional" : "勝利", + "transcriptions" : { "pinyin" : "shèng lì", + "numeric" : "sheng4 li4", + "wadegiles" : "sheng⁴ li⁴", + "bopomofo" : "ㄕㄥˋ ㄌㄧˋ", + "romatzyh" : "shenq lih" }, + "meanings" : [ "victory" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "胜任", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 10591, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勝任", + "transcriptions" : { "pinyin" : "shèng rèn", + "numeric" : "sheng4 ren4", + "wadegiles" : "sheng⁴ jen⁴", + "bopomofo" : "ㄕㄥˋ ㄖㄣˋ", + "romatzyh" : "shenq renn" }, + "meanings" : [ "qualified", + "competent (professionally)", + "to be up to a task" ], + "classifiers" : [] } ] }, + { "simplified" : "盛", + "radical" : "皿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7003, + "pos" : [ "v", "a", "ad", "g" ], + "forms" : [ { "traditional" : "盛", + "transcriptions" : { "pinyin" : "Shèng", + "numeric" : "Sheng4", + "wadegiles" : "sheng⁴", + "bopomofo" : "ㄕㄥˋ", + "romatzyh" : "shenq" }, + "meanings" : [ "surname Sheng" ], + "classifiers" : [] }, + { "traditional" : "盛", + "transcriptions" : { "pinyin" : "chéng", + "numeric" : "cheng2", + "wadegiles" : "ch'eng²", + "bopomofo" : "ㄔㄥˊ", + "romatzyh" : "cherng" }, + "meanings" : [ "to hold", + "to contain", + "to ladle", + "to pick up with a utensil" ], + "classifiers" : [] }, + { "traditional" : "盛", + "transcriptions" : { "pinyin" : "shèng", + "numeric" : "sheng4", + "wadegiles" : "sheng⁴", + "bopomofo" : "ㄕㄥˋ", + "romatzyh" : "shenq" }, + "meanings" : [ "flourishing", + "vigorous", + "magnificent", + "extensively" ], + "classifiers" : [] } ] }, + { "simplified" : "盛产", + "radical" : "皿", + "level" : [ "old-6" ], + "frequency" : 26534, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盛產", + "transcriptions" : { "pinyin" : "shèng chǎn", + "numeric" : "sheng4 chan3", + "wadegiles" : "sheng⁴ ch'an³", + "bopomofo" : "ㄕㄥˋ ㄔㄢˇ", + "romatzyh" : "shenq chaan" }, + "meanings" : [ "to produce in abundance", + "to be rich in" ], + "classifiers" : [] } ] }, + { "simplified" : "盛大", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 6011, + "pos" : [ "b", "a" ], + "forms" : [ { "traditional" : "盛大", + "transcriptions" : { "pinyin" : "shèng dà", + "numeric" : "sheng4 da4", + "wadegiles" : "sheng⁴ ta⁴", + "bopomofo" : "ㄕㄥˋ ㄉㄚˋ", + "romatzyh" : "shenq dah" }, + "meanings" : [ "grand", "majestic", "magnificent" ], + "classifiers" : [] } ] }, + { "simplified" : "盛会", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 13107, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "盛會", + "transcriptions" : { "pinyin" : "shèng huì", + "numeric" : "sheng4 hui4", + "wadegiles" : "sheng⁴ hui⁴", + "bopomofo" : "ㄕㄥˋ ㄏㄨㄟˋ", + "romatzyh" : "shenq huey" }, + "meanings" : [ "pageant", "distinguished meeting" ], + "classifiers" : [] } ] }, + { "simplified" : "盛开", + "radical" : "皿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15581, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盛開", + "transcriptions" : { "pinyin" : "shèng kāi", + "numeric" : "sheng4 kai1", + "wadegiles" : "sheng⁴ k'ai¹", + "bopomofo" : "ㄕㄥˋ ㄎㄞ", + "romatzyh" : "shenq kai" }, + "meanings" : [ "blooming", "in full flower" ], + "classifiers" : [] } ] }, + { "simplified" : "盛气凌人", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 44358, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盛氣凌人", + "transcriptions" : { "pinyin" : "shèng qì líng rén", + "numeric" : "sheng4 qi4 ling2 ren2", + "wadegiles" : "sheng⁴ ch'i⁴ ling² jen²", + "bopomofo" : "ㄕㄥˋ ㄑㄧˋ ㄌㄧㄥˊ ㄖㄣˊ", + "romatzyh" : "shenq chih ling ren" }, + "meanings" : [ "overbearing", "arrogant bully" ], + "classifiers" : [] } ] }, + { "simplified" : "盛情", + "radical" : "皿", + "level" : [ "old-6" ], + "frequency" : 27521, + "pos" : [ "n", "ad" ], + "forms" : [ { "traditional" : "盛情", + "transcriptions" : { "pinyin" : "shèng qíng", + "numeric" : "sheng4 qing2", + "wadegiles" : "sheng⁴ ch'ing²", + "bopomofo" : "ㄕㄥˋ ㄑㄧㄥˊ", + "romatzyh" : "shenq chyng" }, + "meanings" : [ "great kindness", + "magnificent hospitality" ], + "classifiers" : [] } ] }, + { "simplified" : "盛行", + "radical" : "皿", + "level" : [ "new-6", "old-6" ], + "frequency" : 16304, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "盛行", + "transcriptions" : { "pinyin" : "shèng xíng", + "numeric" : "sheng4 xing2", + "wadegiles" : "sheng⁴ hsing²", + "bopomofo" : "ㄕㄥˋ ㄒㄧㄥˊ", + "romatzyh" : "shenq shyng" }, + "meanings" : [ "to be in vogue; to be popular; to be prevalent" ], + "classifiers" : [] } ] }, + { "simplified" : "剩", + "radical" : "刂", + "level" : [ "new-5", "old-4" ], + "frequency" : 2453, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "剩", + "transcriptions" : { "pinyin" : "shèng", + "numeric" : "sheng4", + "wadegiles" : "sheng⁴", + "bopomofo" : "ㄕㄥˋ", + "romatzyh" : "shenq" }, + "meanings" : [ "to remain", + "to be left", + "to have as remainder" ], + "classifiers" : [] } ] }, + { "simplified" : "剩下", + "radical" : "刂", + "level" : [ "new-5" ], + "frequency" : 1847, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "剩下", + "transcriptions" : { "pinyin" : "shèng xià", + "numeric" : "sheng4 xia4", + "wadegiles" : "sheng⁴ hsia⁴", + "bopomofo" : "ㄕㄥˋ ㄒㄧㄚˋ", + "romatzyh" : "shenq shiah" }, + "meanings" : [ "to remain; to be left over" ], + "classifiers" : [] } ] }, + { "simplified" : "剩余", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 6929, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "剩餘", + "transcriptions" : { "pinyin" : "shèng yú", + "numeric" : "sheng4 yu2", + "wadegiles" : "sheng⁴ yü²", + "bopomofo" : "ㄕㄥˋ ㄩˊ", + "romatzyh" : "shenq yu" }, + "meanings" : [ "remainder", "surplus" ], + "classifiers" : [] } ] }, + { "simplified" : "尸体", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2483, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "屍體", + "transcriptions" : { "pinyin" : "shī tǐ", + "numeric" : "shi1 ti3", + "wadegiles" : "shih¹ t'i³", + "bopomofo" : "ㄕ ㄊㄧˇ", + "romatzyh" : "shy tii" }, + "meanings" : [ "dead body", "corpse", "carcass" ], + "classifiers" : [ "具" ] } ] }, + { "simplified" : "失败", + "radical" : "大", + "level" : [ "new-4", "old-4" ], + "frequency" : 1588, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "失敗", + "transcriptions" : { "pinyin" : "shī bài", + "numeric" : "shi1 bai4", + "wadegiles" : "shih¹ pai⁴", + "bopomofo" : "ㄕ ㄅㄞˋ", + "romatzyh" : "shy bay" }, + "meanings" : [ "to be defeated", + "to lose", + "to fail (e.g. experiments)", + "failure", + "defeat" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "失传", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 26721, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "失傳", + "transcriptions" : { "pinyin" : "shī chuán", + "numeric" : "shi1 chuan2", + "wadegiles" : "shih¹ ch'uan²", + "bopomofo" : "ㄕ ㄔㄨㄢˊ", + "romatzyh" : "shy chwan" }, + "meanings" : [ "(of skills etc) to die out", + "lost", + "extinct" ], + "classifiers" : [] } ] }, + { "simplified" : "失控", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 7077, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "失控", + "transcriptions" : { "pinyin" : "shī kòng", + "numeric" : "shi1 kong4", + "wadegiles" : "shih¹ k'ung⁴", + "bopomofo" : "ㄕ ㄎㄨㄥˋ", + "romatzyh" : "shy konq" }, + "meanings" : [ "to go out of control" ], + "classifiers" : [] } ] }, + { "simplified" : "失利", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 12367, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "失利", + "transcriptions" : { "pinyin" : "shī lì", + "numeric" : "shi1 li4", + "wadegiles" : "shih¹ li⁴", + "bopomofo" : "ㄕ ㄌㄧˋ", + "romatzyh" : "shy lih" }, + "meanings" : [ "to lose", "to suffer defeat" ], + "classifiers" : [] } ] }, + { "simplified" : "失恋", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 10035, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "失戀", + "transcriptions" : { "pinyin" : "shī liàn", + "numeric" : "shi1 lian4", + "wadegiles" : "shih¹ lien⁴", + "bopomofo" : "ㄕ ㄌㄧㄢˋ", + "romatzyh" : "shy liann" }, + "meanings" : [ "to lose one's love", + "to break up (in a romantic relationship)", + "to feel jilted" ], + "classifiers" : [] } ] }, + { "simplified" : "失灵", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 13684, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "失靈", + "transcriptions" : { "pinyin" : "shī líng", + "numeric" : "shi1 ling2", + "wadegiles" : "shih¹ ling²", + "bopomofo" : "ㄕ ㄌㄧㄥˊ", + "romatzyh" : "shy ling" }, + "meanings" : [ "out of order (of machine)", + "not working properly", + "a failing (of a system)" ], + "classifiers" : [] } ] }, + { "simplified" : "失落", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 7646, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "失落", + "transcriptions" : { "pinyin" : "shī luò", + "numeric" : "shi1 luo4", + "wadegiles" : "shih¹ lo⁴", + "bopomofo" : "ㄕ ㄌㄨㄛˋ", + "romatzyh" : "shy luoh" }, + "meanings" : [ "to lose (sth)", + "to drop (sth)", + "to feel a sense of loss", + "frustrated", + "disappointment", + "loss" ], + "classifiers" : [] } ] }, + { "simplified" : "失眠", + "radical" : "大", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7134, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "失眠", + "transcriptions" : { "pinyin" : "shī mián", + "numeric" : "shi1 mian2", + "wadegiles" : "shih¹ mien²", + "bopomofo" : "ㄕ ㄇㄧㄢˊ", + "romatzyh" : "shy mian" }, + "meanings" : [ "to suffer from insomnia" ], + "classifiers" : [] } ] }, + { "simplified" : "失明", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 13560, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "失明", + "transcriptions" : { "pinyin" : "shī míng", + "numeric" : "shi1 ming2", + "wadegiles" : "shih¹ ming²", + "bopomofo" : "ㄕ ㄇㄧㄥˊ", + "romatzyh" : "shy ming" }, + "meanings" : [ "to lose one's eyesight", + "to become blind", + "blindness" ], + "classifiers" : [] } ] }, + { "simplified" : "失去", + "radical" : "大", + "level" : [ "new-3", "old-5" ], + "frequency" : 949, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "失去", + "transcriptions" : { "pinyin" : "shī qù", + "numeric" : "shi1 qu4", + "wadegiles" : "shih¹ ch'ü⁴", + "bopomofo" : "ㄕ ㄑㄩˋ", + "romatzyh" : "shy chiuh" }, + "meanings" : [ "to lose" ], + "classifiers" : [] } ] }, + { "simplified" : "失望", + "radical" : "大", + "level" : [ "new-4", "old-4" ], + "frequency" : 2106, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "失望", + "transcriptions" : { "pinyin" : "shī wàng", + "numeric" : "shi1 wang4", + "wadegiles" : "shih¹ wang⁴", + "bopomofo" : "ㄕ ㄨㄤˋ", + "romatzyh" : "shy wanq" }, + "meanings" : [ "disappointed", + "to lose hope", + "to despair" ], + "classifiers" : [] } ] }, + { "simplified" : "失误", + "radical" : "大", + "level" : [ "new-5", "old-6" ], + "frequency" : 4614, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "失誤", + "transcriptions" : { "pinyin" : "shī wù", + "numeric" : "shi1 wu4", + "wadegiles" : "shih¹ wu⁴", + "bopomofo" : "ㄕ ㄨˋ", + "romatzyh" : "shy wuh" }, + "meanings" : [ "lapse", + "mistake", + "to make a mistake", + "fault", + "service fault (in volleyball, tennis etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "失效", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 10642, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "失效", + "transcriptions" : { "pinyin" : "shī xiào", + "numeric" : "shi1 xiao4", + "wadegiles" : "shih¹ hsiao⁴", + "bopomofo" : "ㄕ ㄒㄧㄠˋ", + "romatzyh" : "shy shiaw" }, + "meanings" : [ "to fail", "to lose effectiveness" ], + "classifiers" : [] } ] }, + { "simplified" : "失业", + "radical" : "大", + "level" : [ "new-4", "old-5" ], + "frequency" : 4758, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "失業", + "transcriptions" : { "pinyin" : "shī yè", + "numeric" : "shi1 ye4", + "wadegiles" : "shih¹ yeh⁴", + "bopomofo" : "ㄕ ㄧㄝˋ", + "romatzyh" : "shy yeh" }, + "meanings" : [ "unemployment", + "to lose one's job" ], + "classifiers" : [] } ] }, + { "simplified" : "失业率", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 21507, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "失業率", + "transcriptions" : { "pinyin" : "shī yè lu:4", + "numeric" : "shi1 ye4 lü4", + "wadegiles" : "shih¹ yeh⁴ lu:4", + "bopomofo" : "ㄕ ㄧㄝˋ lu:4", + "romatzyh" : "shy yeh lu:4" }, + "meanings" : [ "unemployment rate" ], + "classifiers" : [] } ] }, + { "simplified" : "失踪", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3333, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "失蹤", + "transcriptions" : { "pinyin" : "shī zōng", + "numeric" : "shi1 zong1", + "wadegiles" : "shih¹ tsung¹", + "bopomofo" : "ㄕ ㄗㄨㄥ", + "romatzyh" : "shy tzong" }, + "meanings" : [ "to be missing", + "to disappear", + "unaccounted for" ], + "classifiers" : [] } ] }, + { "simplified" : "师范", + "radical" : "巾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11688, + "pos" : [], + "forms" : [ { "traditional" : "師範", + "transcriptions" : { "pinyin" : "shī fàn", + "numeric" : "shi1 fan4", + "wadegiles" : "shih¹ fan⁴", + "bopomofo" : "ㄕ ㄈㄢˋ", + "romatzyh" : "shy fann" }, + "meanings" : [ "teacher-training", + "pedagogical", + "normal (school, e.g. Beijing Normal University)" ], + "classifiers" : [] } ] }, + { "simplified" : "师父", + "radical" : "巾", + "level" : [ "new-6" ], + "frequency" : 7563, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "師父", + "transcriptions" : { "pinyin" : "shī fu", + "numeric" : "shi1 fu5", + "wadegiles" : "shih¹ fu", + "bopomofo" : "ㄕ fu", + "romatzyh" : "shy fu" }, + "meanings" : [ "used for 师傅 (in Taiwan)", + "master", + "qualified worker" ], + "classifiers" : [] } ] }, + { "simplified" : "师傅", + "radical" : "巾", + "level" : [ "new-5", "old-4" ], + "frequency" : 4911, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "師傅", + "transcriptions" : { "pinyin" : "shī fu", + "numeric" : "shi1 fu5", + "wadegiles" : "shih¹ fu", + "bopomofo" : "ㄕ fu", + "romatzyh" : "shy fu" }, + "meanings" : [ "master", + "qualified worker", + "respectful form of address for older men" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "师生", + "radical" : "巾", + "level" : [ "new-6" ], + "frequency" : 16827, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "師生", + "transcriptions" : { "pinyin" : "shī shēng", + "numeric" : "shi1 sheng1", + "wadegiles" : "shih¹ sheng¹", + "bopomofo" : "ㄕ ㄕㄥ", + "romatzyh" : "shy sheng" }, + "meanings" : [ "teachers and students" ], + "classifiers" : [] } ] }, + { "simplified" : "师长", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 33317, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "師長", + "transcriptions" : { "pinyin" : "shī zhǎng", + "numeric" : "shi1 zhang3", + "wadegiles" : "shih¹ chang³", + "bopomofo" : "ㄕ ㄓㄤˇ", + "romatzyh" : "shy jaang" }, + "meanings" : [ "military division level commander", + "teacher" ], + "classifiers" : [] } ] }, + { "simplified" : "师资", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 45241, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "師資", + "transcriptions" : { "pinyin" : "shī zī", + "numeric" : "shi1 zi1", + "wadegiles" : "shih¹ tzu¹", + "bopomofo" : "ㄕ ㄗ", + "romatzyh" : "shy tzy" }, + "meanings" : [ "qualified teacher" ], + "classifiers" : [] } ] }, + { "simplified" : "诗", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 2594, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "詩", + "transcriptions" : { "pinyin" : "Shī", + "numeric" : "Shi1", + "wadegiles" : "shih¹", + "bopomofo" : "ㄕ", + "romatzyh" : "shy" }, + "meanings" : [ "abbr. for Shijing 诗经, the Book of Songs" ], + "classifiers" : [] }, + { "traditional" : "詩", + "transcriptions" : { "pinyin" : "shī", + "numeric" : "shi1", + "wadegiles" : "shih¹", + "bopomofo" : "ㄕ", + "romatzyh" : "shy" }, + "meanings" : [ "poem", "poetry", "verse" ], + "classifiers" : [ "首" ] } ] }, + { "simplified" : "诗歌", + "radical" : "讠", + "level" : [ "new-5" ], + "frequency" : 8059, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "詩歌", + "transcriptions" : { "pinyin" : "shī gē", + "numeric" : "shi1 ge1", + "wadegiles" : "shih¹ ko¹", + "bopomofo" : "ㄕ ㄍㄜ", + "romatzyh" : "shy ge" }, + "meanings" : [ "poem" ], + "classifiers" : [ "本", "首", "段" ] } ] }, + { "simplified" : "诗人", + "radical" : "讠", + "level" : [ "new-4" ], + "frequency" : 6166, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "詩人", + "transcriptions" : { "pinyin" : "shī rén", + "numeric" : "shi1 ren2", + "wadegiles" : "shih¹ jen²", + "bopomofo" : "ㄕ ㄖㄣˊ", + "romatzyh" : "shy ren" }, + "meanings" : [ "bard", "poet" ], + "classifiers" : [] } ] }, + { "simplified" : "施工", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 6996, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "施工", + "transcriptions" : { "pinyin" : "shī gōng", + "numeric" : "shi1 gong1", + "wadegiles" : "shih¹ kung¹", + "bopomofo" : "ㄕ ㄍㄨㄥ", + "romatzyh" : "shy gong" }, + "meanings" : [ "construction", + "to carry out construction or large-scale repairs" ], + "classifiers" : [] } ] }, + { "simplified" : "施加", + "radical" : "方", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13190, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "施加", + "transcriptions" : { "pinyin" : "shī jiā", + "numeric" : "shi1 jia1", + "wadegiles" : "shih¹ chia¹", + "bopomofo" : "ㄕ ㄐㄧㄚ", + "romatzyh" : "shy jia" }, + "meanings" : [ "to exert (effort or pressure)" ], + "classifiers" : [] } ] }, + { "simplified" : "施行", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 13094, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "施行", + "transcriptions" : { "pinyin" : "shī xíng", + "numeric" : "shi1 xing2", + "wadegiles" : "shih¹ hsing²", + "bopomofo" : "ㄕ ㄒㄧㄥˊ", + "romatzyh" : "shy shyng" }, + "meanings" : [ "to put in place", + "to put into practice", + "to take effect" ], + "classifiers" : [] } ] }, + { "simplified" : "施压", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 14652, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "施壓", + "transcriptions" : { "pinyin" : "shī yā", + "numeric" : "shi1 ya1", + "wadegiles" : "shih¹ ya¹", + "bopomofo" : "ㄕ ㄧㄚ", + "romatzyh" : "shy ia" }, + "meanings" : [ "to pressure" ], + "classifiers" : [] } ] }, + { "simplified" : "施展", + "radical" : "方", + "level" : [ "old-6" ], + "frequency" : 10193, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "施展", + "transcriptions" : { "pinyin" : "shī zhǎn", + "numeric" : "shi1 zhan3", + "wadegiles" : "shih¹ chan³", + "bopomofo" : "ㄕ ㄓㄢˇ", + "romatzyh" : "shy jaan" }, + "meanings" : [ "to use fully", "to put to use" ], + "classifiers" : [] } ] }, + { "simplified" : "狮子", + "radical" : "犭", + "level" : [ "new-7+", "old-4" ], + "frequency" : 4295, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "獅子", + "transcriptions" : { "pinyin" : "Shī zǐ", + "numeric" : "Shi1 zi3", + "wadegiles" : "shih¹ tzu³", + "bopomofo" : "ㄕ ㄗˇ", + "romatzyh" : "shy tzyy" }, + "meanings" : [ "Leo (star sign)", + "Shihtzu township in Pingtung County 屏东县, Taiwan" ], + "classifiers" : [] }, + { "traditional" : "獅子", + "transcriptions" : { "pinyin" : "shī zi", + "numeric" : "shi1 zi5", + "wadegiles" : "shih¹ zi", + "bopomofo" : "ㄕ zi", + "romatzyh" : "shy zi" }, + "meanings" : [ "lion" ], + "classifiers" : [ "只", "头" ] } ] }, + { "simplified" : "湿", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 2585, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "溼", + "transcriptions" : { "pinyin" : "shī", + "numeric" : "shi1", + "wadegiles" : "shih¹", + "bopomofo" : "ㄕ", + "romatzyh" : "shy" }, + "meanings" : [ "variant of 湿" ], + "classifiers" : [] }, + { "traditional" : "濕", + "transcriptions" : { "pinyin" : "shī", + "numeric" : "shi1", + "wadegiles" : "shih¹", + "bopomofo" : "ㄕ", + "romatzyh" : "shy" }, + "meanings" : [ "moist", "wet" ], + "classifiers" : [] } ] }, + { "simplified" : "湿度", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 15617, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "濕度", + "transcriptions" : { "pinyin" : "shī dù", + "numeric" : "shi1 du4", + "wadegiles" : "shih¹ tu⁴", + "bopomofo" : "ㄕ ㄉㄨˋ", + "romatzyh" : "shy duh" }, + "meanings" : [ "humidity level" ], + "classifiers" : [] } ] }, + { "simplified" : "湿润", + "radical" : "氵", + "level" : [ "new-7+", "old-4" ], + "frequency" : 15795, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "濕潤", + "transcriptions" : { "pinyin" : "shī rùn", + "numeric" : "shi1 run4", + "wadegiles" : "shih¹ jun⁴", + "bopomofo" : "ㄕ ㄖㄨㄣˋ", + "romatzyh" : "shy ruenn" }, + "meanings" : [ "moist" ], + "classifiers" : [] } ] }, + { "simplified" : "十", + "radical" : "十", + "level" : [ "new-1", "old-1" ], + "frequency" : 865, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "十", + "transcriptions" : { "pinyin" : "shí", + "numeric" : "shi2", + "wadegiles" : "shih²", + "bopomofo" : "ㄕˊ", + "romatzyh" : "shyr" }, + "meanings" : [ "ten", "10" ], + "classifiers" : [] } ] }, + { "simplified" : "十分", + "radical" : "十", + "level" : [ "new-2", "old-4" ], + "frequency" : 1086, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "十分", + "transcriptions" : { "pinyin" : "shí fēn", + "numeric" : "shi2 fen1", + "wadegiles" : "shih² fen¹", + "bopomofo" : "ㄕˊ ㄈㄣ", + "romatzyh" : "shyr fen" }, + "meanings" : [ "very", + "completely", + "utterly", + "extremely", + "absolutely", + "hundred percent", + "to divide into ten equal parts" ], + "classifiers" : [] } ] }, + { "simplified" : "十字路口", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 14800, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "十字路口", + "transcriptions" : { "pinyin" : "shí zì lù kǒu", + "numeric" : "shi2 zi4 lu4 kou3", + "wadegiles" : "shih² tzu⁴ lu⁴ k'ou³", + "bopomofo" : "ㄕˊ ㄗˋ ㄌㄨˋ ㄎㄡˇ", + "romatzyh" : "shyr tzyh luh koou" }, + "meanings" : [ "crossroads", "intersection" ], + "classifiers" : [] } ] }, + { "simplified" : "十足", + "radical" : "十", + "level" : [ "new-5", "old-6" ], + "frequency" : 5146, + "pos" : [ "z", "b" ], + "forms" : [ { "traditional" : "十足", + "transcriptions" : { "pinyin" : "shí zú", + "numeric" : "shi2 zu2", + "wadegiles" : "shih² tsu²", + "bopomofo" : "ㄕˊ ㄗㄨˊ", + "romatzyh" : "shyr tzwu" }, + "meanings" : [ "ample", + "complete", + "hundred percent", + "a pure shade (of some color)" ], + "classifiers" : [] } ] }, + { "simplified" : "石头", + "radical" : "石", + "level" : [ "new-3", "old-5" ], + "frequency" : 3169, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "石頭", + "transcriptions" : { "pinyin" : "shí tou", + "numeric" : "shi2 tou5", + "wadegiles" : "shih² tou", + "bopomofo" : "ㄕˊ tou", + "romatzyh" : "shyr tou" }, + "meanings" : [ "stone" ], + "classifiers" : [ "块" ] } ] }, + { "simplified" : "石油", + "radical" : "石", + "level" : [ "new-3", "old-6" ], + "frequency" : 2940, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "石油", + "transcriptions" : { "pinyin" : "shí yóu", + "numeric" : "shi2 you2", + "wadegiles" : "shih² yu²", + "bopomofo" : "ㄕˊ ㄧㄡˊ", + "romatzyh" : "shyr you" }, + "meanings" : [ "oil", "petroleum" ], + "classifiers" : [] } ] }, + { "simplified" : "时", + "radical" : "日", + "level" : [ "new-3" ], + "frequency" : 115, + "pos" : [ "g", "t" ], + "forms" : [ { "traditional" : "旹", + "transcriptions" : { "pinyin" : "shí", + "numeric" : "shi2", + "wadegiles" : "shih²", + "bopomofo" : "ㄕˊ", + "romatzyh" : "shyr" }, + "meanings" : [ "old variant of 时" ], + "classifiers" : [] }, + { "traditional" : "時", + "transcriptions" : { "pinyin" : "Shí", + "numeric" : "Shi2", + "wadegiles" : "shih²", + "bopomofo" : "ㄕˊ", + "romatzyh" : "shyr" }, + "meanings" : [ "surname Shi" ], + "classifiers" : [] }, + { "traditional" : "時", + "transcriptions" : { "pinyin" : "shí", + "numeric" : "shi2", + "wadegiles" : "shih²", + "bopomofo" : "ㄕˊ", + "romatzyh" : "shyr" }, + "meanings" : [ "o'clock", + "time", + "when", + "hour", + "season", + "period" ], + "classifiers" : [] } ] }, + { "simplified" : "时不时", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 9417, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "時不時", + "transcriptions" : { "pinyin" : "shí bù shí", + "numeric" : "shi2 bu4 shi2", + "wadegiles" : "shih² pu⁴ shih²", + "bopomofo" : "ㄕˊ ㄅㄨˋ ㄕˊ", + "romatzyh" : "shyr buh shyr" }, + "meanings" : [ "from time to time" ], + "classifiers" : [] } ] }, + { "simplified" : "时差", + "radical" : "日", + "level" : [ "old-6" ], + "frequency" : 15662, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時差", + "transcriptions" : { "pinyin" : "shí chā", + "numeric" : "shi2 cha1", + "wadegiles" : "shih² ch'a¹", + "bopomofo" : "ㄕˊ ㄔㄚ", + "romatzyh" : "shyr cha" }, + "meanings" : [ "time difference", + "time lag", + "jet lag" ], + "classifiers" : [] } ] }, + { "simplified" : "时常", + "radical" : "日", + "level" : [ "new-5", "old-6" ], + "frequency" : 7880, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "時常", + "transcriptions" : { "pinyin" : "shí cháng", + "numeric" : "shi2 chang2", + "wadegiles" : "shih² ch'ang²", + "bopomofo" : "ㄕˊ ㄔㄤˊ", + "romatzyh" : "shyr charng" }, + "meanings" : [ "often", "frequently" ], + "classifiers" : [] } ] }, + { "simplified" : "时代", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 1384, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時代", + "transcriptions" : { "pinyin" : "Shí dài", + "numeric" : "Shi2 dai4", + "wadegiles" : "shih² tai⁴", + "bopomofo" : "ㄕˊ ㄉㄞˋ", + "romatzyh" : "shyr day" }, + "meanings" : [ "Time, US weekly news magazine" ], + "classifiers" : [] }, + { "traditional" : "時代", + "transcriptions" : { "pinyin" : "shí dài", + "numeric" : "shi2 dai4", + "wadegiles" : "shih² tai⁴", + "bopomofo" : "ㄕˊ ㄉㄞˋ", + "romatzyh" : "shyr day" }, + "meanings" : [ "age", + "era", + "epoch", + "period (in one's life)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "时段", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 9171, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時段", + "transcriptions" : { "pinyin" : "shí duàn", + "numeric" : "shi2 duan4", + "wadegiles" : "shih² tuan⁴", + "bopomofo" : "ㄕˊ ㄉㄨㄢˋ", + "romatzyh" : "shyr duann" }, + "meanings" : [ "time interval", + "work shift", + "time slot", + "the twelve two-hour divisions of the day" ], + "classifiers" : [] } ] }, + { "simplified" : "时而", + "radical" : "日", + "level" : [ "new-6", "old-6" ], + "frequency" : 15579, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "時而", + "transcriptions" : { "pinyin" : "shí ér", + "numeric" : "shi2 er2", + "wadegiles" : "shih² erh²", + "bopomofo" : "ㄕˊ ㄦˊ", + "romatzyh" : "shyr erl" }, + "meanings" : [ "occasionally", + "from time to time" ], + "classifiers" : [] } ] }, + { "simplified" : "时隔", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 23141, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "時隔", + "transcriptions" : { "pinyin" : "shí gé", + "numeric" : "shi2 ge2", + "wadegiles" : "shih² ko²", + "bopomofo" : "ㄕˊ ㄍㄜˊ", + "romatzyh" : "shyr ger" }, + "meanings" : [ "separated in time (usu. followed by a quantity of time)" ], + "classifiers" : [] } ] }, + { "simplified" : "时光", + "radical" : "日", + "level" : [ "new-5", "old-6" ], + "frequency" : 2412, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時光", + "transcriptions" : { "pinyin" : "shí guāng", + "numeric" : "shi2 guang1", + "wadegiles" : "shih² kuang¹", + "bopomofo" : "ㄕˊ ㄍㄨㄤ", + "romatzyh" : "shyr guang" }, + "meanings" : [ "time", "era", "period of time" ], + "classifiers" : [] } ] }, + { "simplified" : "时好时坏", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "時好時壞", + "transcriptions" : { "pinyin" : "shí hǎo shí huài", + "numeric" : "shi2 hao3 shi2 huai4", + "wadegiles" : "shih² hao³ shih² huai⁴", + "bopomofo" : "ㄕˊ ㄏㄠˇ ㄕˊ ㄏㄨㄞˋ", + "romatzyh" : "shyr hao shyr huay" }, + "meanings" : [ "sometimes good, sometimes bad" ], + "classifiers" : [] } ] }, + { "simplified" : "时候", + "radical" : "日", + "level" : [ "new-1", "old-1" ], + "frequency" : 107, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時候", + "transcriptions" : { "pinyin" : "shí hou", + "numeric" : "shi2 hou5", + "wadegiles" : "shih² hou", + "bopomofo" : "ㄕˊ hou", + "romatzyh" : "shyr hou" }, + "meanings" : [ "time", + "length of time", + "moment", + "period" ], + "classifiers" : [] } ] }, + { "simplified" : "时机", + "radical" : "日", + "level" : [ "new-5", "old-6" ], + "frequency" : 3402, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時機", + "transcriptions" : { "pinyin" : "shí jī", + "numeric" : "shi2 ji1", + "wadegiles" : "shih² chi¹", + "bopomofo" : "ㄕˊ ㄐㄧ", + "romatzyh" : "shyr ji" }, + "meanings" : [ "opportunity; opportune moment" ], + "classifiers" : [] } ] }, + { "simplified" : "时间", + "radical" : "日", + "level" : [ "new-1", "old-2" ], + "frequency" : 127, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時間", + "transcriptions" : { "pinyin" : "shí jiān", + "numeric" : "shi2 jian1", + "wadegiles" : "shih² chien¹", + "bopomofo" : "ㄕˊ ㄐㄧㄢ", + "romatzyh" : "shyr jian" }, + "meanings" : [ "time", "period" ], + "classifiers" : [ "段" ] } ] }, + { "simplified" : "时间表", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 9620, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時間表", + "transcriptions" : { "pinyin" : "shí jiān biǎo", + "numeric" : "shi2 jian1 biao3", + "wadegiles" : "shih² chien¹ piao³", + "bopomofo" : "ㄕˊ ㄐㄧㄢ ㄅㄧㄠˇ", + "romatzyh" : "shyr jian beau" }, + "meanings" : [ "schedule", "timetable" ], + "classifiers" : [] } ] }, + { "simplified" : "时节", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 15011, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時節", + "transcriptions" : { "pinyin" : "shí jié", + "numeric" : "shi2 jie2", + "wadegiles" : "shih² chieh²", + "bopomofo" : "ㄕˊ ㄐㄧㄝˊ", + "romatzyh" : "shyr jye" }, + "meanings" : [ "season; time" ], + "classifiers" : [] } ] }, + { "simplified" : "时刻", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 1705, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "時刻", + "transcriptions" : { "pinyin" : "shí kè", + "numeric" : "shi2 ke4", + "wadegiles" : "shih² k'o⁴", + "bopomofo" : "ㄕˊ ㄎㄜˋ", + "romatzyh" : "shyr keh" }, + "meanings" : [ "time", + "juncture", + "moment", + "period of time", + "constantly", + "always" ], + "classifiers" : [ "个", "段" ] } ] }, + { "simplified" : "时空", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 6484, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時空", + "transcriptions" : { "pinyin" : "shí kōng", + "numeric" : "shi2 kong1", + "wadegiles" : "shih² k'ung¹", + "bopomofo" : "ㄕˊ ㄎㄨㄥ", + "romatzyh" : "shyr kong" }, + "meanings" : [ "time and place", + "world of a particular locale and era", + "(physics) space-time" ], + "classifiers" : [] } ] }, + { "simplified" : "时髦", + "radical" : "日", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8563, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "時髦", + "transcriptions" : { "pinyin" : "shí máo", + "numeric" : "shi2 mao2", + "wadegiles" : "shih² mao²", + "bopomofo" : "ㄕˊ ㄇㄠˊ", + "romatzyh" : "shyr mau" }, + "meanings" : [ "in vogue", "fashionable" ], + "classifiers" : [] } ] }, + { "simplified" : "时期", + "radical" : "日", + "level" : [ "new-6", "old-5" ], + "frequency" : 2090, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時期", + "transcriptions" : { "pinyin" : "shí qī", + "numeric" : "shi2 qi1", + "wadegiles" : "shih² ch'i¹", + "bopomofo" : "ㄕˊ ㄑㄧ", + "romatzyh" : "shyr chi" }, + "meanings" : [ "period", "phase" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "时尚", + "radical" : "日", + "level" : [ "new-7+", "old-5" ], + "frequency" : 1741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時尚", + "transcriptions" : { "pinyin" : "shí shàng", + "numeric" : "shi2 shang4", + "wadegiles" : "shih² shang⁴", + "bopomofo" : "ㄕˊ ㄕㄤˋ", + "romatzyh" : "shyr shanq" }, + "meanings" : [ "fashion", "fad", "fashionable" ], + "classifiers" : [] } ] }, + { "simplified" : "时时", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 15697, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "時時", + "transcriptions" : { "pinyin" : "shí shí", + "numeric" : "shi2 shi2", + "wadegiles" : "shih² shih²", + "bopomofo" : "ㄕˊ ㄕˊ", + "romatzyh" : "shyr shyr" }, + "meanings" : [ "often", "constantly" ], + "classifiers" : [] } ] }, + { "simplified" : "时事", + "radical" : "日", + "level" : [ "new-5", "old-6" ], + "frequency" : 19360, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時事", + "transcriptions" : { "pinyin" : "shí shì", + "numeric" : "shi2 shi4", + "wadegiles" : "shih² shih⁴", + "bopomofo" : "ㄕˊ ㄕˋ", + "romatzyh" : "shyr shyh" }, + "meanings" : [ "current trends; the present situation; how things are going" ], + "classifiers" : [] } ] }, + { "simplified" : "时速", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 9398, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時速", + "transcriptions" : { "pinyin" : "shí sù", + "numeric" : "shi2 su4", + "wadegiles" : "shih² su⁴", + "bopomofo" : "ㄕˊ ㄙㄨˋ", + "romatzyh" : "shyr suh" }, + "meanings" : [ "speed per hour" ], + "classifiers" : [] } ] }, + { "simplified" : "时装", + "radical" : "日", + "level" : [ "new-6", "old-6" ], + "frequency" : 5049, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "時裝", + "transcriptions" : { "pinyin" : "shí zhuāng", + "numeric" : "shi2 zhuang1", + "wadegiles" : "shih² chuang¹", + "bopomofo" : "ㄕˊ ㄓㄨㄤ", + "romatzyh" : "shyr juang" }, + "meanings" : [ "fashion", "fashionable clothes" ], + "classifiers" : [] } ] }, + { "simplified" : "实地", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 10562, + "pos" : [ "d", "s", "n" ], + "forms" : [ { "traditional" : "實地", + "transcriptions" : { "pinyin" : "shí dì", + "numeric" : "shi2 di4", + "wadegiles" : "shih² ti⁴", + "bopomofo" : "ㄕˊ ㄉㄧˋ", + "romatzyh" : "shyr dih" }, + "meanings" : [ "on-site" ], + "classifiers" : [] } ] }, + { "simplified" : "实话", + "radical" : "宀", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4003, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "實話", + "transcriptions" : { "pinyin" : "shí huà", + "numeric" : "shi2 hua4", + "wadegiles" : "shih² hua⁴", + "bopomofo" : "ㄕˊ ㄏㄨㄚˋ", + "romatzyh" : "shyr huah" }, + "meanings" : [ "truth" ], + "classifiers" : [] } ] }, + { "simplified" : "实话实说", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 16161, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "實話實說", + "transcriptions" : { "pinyin" : "shí huà shí shuō", + "numeric" : "shi2 hua4 shi2 shuo1", + "wadegiles" : "shih² hua⁴ shih² shuo¹", + "bopomofo" : "ㄕˊ ㄏㄨㄚˋ ㄕˊ ㄕㄨㄛ", + "romatzyh" : "shyr huah shyr shuo" }, + "meanings" : [ "to tell the truth", + "to tell it as it is" ], + "classifiers" : [] } ] }, + { "simplified" : "实惠", + "radical" : "宀", + "level" : [ "new-5", "old-6" ], + "frequency" : 17421, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "實惠", + "transcriptions" : { "pinyin" : "shí huì", + "numeric" : "shi2 hui4", + "wadegiles" : "shih² hui⁴", + "bopomofo" : "ㄕˊ ㄏㄨㄟˋ", + "romatzyh" : "shyr huey" }, + "meanings" : [ "tangible benefit", + "material advantages", + "cheap", + "economical", + "advantageous (deal)", + "substantial (discount)" ], + "classifiers" : [] } ] }, + { "simplified" : "实际", + "radical" : "宀", + "level" : [ "new-2", "old-4" ], + "frequency" : 1981, + "pos" : [ "n", "a", "ad" ], + "forms" : [ { "traditional" : "實際", + "transcriptions" : { "pinyin" : "shí jì", + "numeric" : "shi2 ji4", + "wadegiles" : "shih² chi⁴", + "bopomofo" : "ㄕˊ ㄐㄧˋ", + "romatzyh" : "shyr jih" }, + "meanings" : [ "reality", + "practice", + "practical", + "realistic", + "real", + "actual" ], + "classifiers" : [] } ] }, + { "simplified" : "实际上", + "radical" : "宀", + "level" : [ "new-3" ], + "frequency" : 1232, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "實際上", + "transcriptions" : { "pinyin" : "shí jì shàng", + "numeric" : "shi2 ji4 shang4", + "wadegiles" : "shih² chi⁴ shang⁴", + "bopomofo" : "ㄕˊ ㄐㄧˋ ㄕㄤˋ", + "romatzyh" : "shyr jih shanq" }, + "meanings" : [ "in fact", + "in reality", + "as a matter of fact", + "in practice" ], + "classifiers" : [] } ] }, + { "simplified" : "实践", + "radical" : "宀", + "level" : [ "new-6", "old-5" ], + "frequency" : 5107, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "實踐", + "transcriptions" : { "pinyin" : "shí jiàn", + "numeric" : "shi2 jian4", + "wadegiles" : "shih² chien⁴", + "bopomofo" : "ㄕˊ ㄐㄧㄢˋ", + "romatzyh" : "shyr jiann" }, + "meanings" : [ "practice", + "to put into practice", + "to live up to (a promise)", + "to carry out (a project)" ], + "classifiers" : [] } ] }, + { "simplified" : "实况", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 16049, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "實況", + "transcriptions" : { "pinyin" : "shí kuàng", + "numeric" : "shi2 kuang4", + "wadegiles" : "shih² k'uang⁴", + "bopomofo" : "ㄕˊ ㄎㄨㄤˋ", + "romatzyh" : "shyr kuanq" }, + "meanings" : [ "live (e.g. broadcast or recording)", + "what is actually happening", + "scene", + "the real situation" ], + "classifiers" : [] } ] }, + { "simplified" : "实力", + "radical" : "宀", + "level" : [ "new-3", "old-6" ], + "frequency" : 2445, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "實力", + "transcriptions" : { "pinyin" : "shí lì", + "numeric" : "shi2 li4", + "wadegiles" : "shih² li⁴", + "bopomofo" : "ㄕˊ ㄌㄧˋ", + "romatzyh" : "shyr lih" }, + "meanings" : [ "strength" ], + "classifiers" : [] } ] }, + { "simplified" : "实施", + "radical" : "宀", + "level" : [ "new-4", "old-6" ], + "frequency" : 2584, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "實施", + "transcriptions" : { "pinyin" : "shí shī", + "numeric" : "shi2 shi1", + "wadegiles" : "shih² shih¹", + "bopomofo" : "ㄕˊ ㄕ", + "romatzyh" : "shyr shy" }, + "meanings" : [ "to implement", "to carry out" ], + "classifiers" : [] } ] }, + { "simplified" : "实事求是", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19818, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "實事求是", + "transcriptions" : { "pinyin" : "shí shì qiú shì", + "numeric" : "shi2 shi4 qiu2 shi4", + "wadegiles" : "shih² shih⁴ ch'iu² shih⁴", + "bopomofo" : "ㄕˊ ㄕˋ ㄑㄧㄡˊ ㄕˋ", + "romatzyh" : "shyr shyh chyou shyh" }, + "meanings" : [ "lit. to seek truth from facts (idiom)", + "fig. to be practical and realistic" ], + "classifiers" : [] } ] }, + { "simplified" : "实体", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 9379, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "實體", + "transcriptions" : { "pinyin" : "shí tǐ", + "numeric" : "shi2 ti3", + "wadegiles" : "shih² t'i³", + "bopomofo" : "ㄕˊ ㄊㄧˇ", + "romatzyh" : "shyr tii" }, + "meanings" : [ "entity", + "substance", + "thing that has a material existence (as opposed to a conceptual, virtual or online existence)", + "the real thing (as opposed to an image or model of it)" ], + "classifiers" : [] } ] }, + { "simplified" : "实物", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 14965, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "實物", + "transcriptions" : { "pinyin" : "shí wù", + "numeric" : "shi2 wu4", + "wadegiles" : "shih² wu⁴", + "bopomofo" : "ㄕˊ ㄨˋ", + "romatzyh" : "shyr wuh" }, + "meanings" : [ "material object", + "concrete object", + "original object", + "in kind", + "object for practical use", + "definite thing", + "reality", + "matter (physics)" ], + "classifiers" : [] } ] }, + { "simplified" : "实习", + "radical" : "宀", + "level" : [ "new-2", "old-5" ], + "frequency" : 6022, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "實習", + "transcriptions" : { "pinyin" : "shí xí", + "numeric" : "shi2 xi2", + "wadegiles" : "shih² hsi²", + "bopomofo" : "ㄕˊ ㄒㄧˊ", + "romatzyh" : "shyr shyi" }, + "meanings" : [ "to practice", + "field work", + "to intern", + "internship" ], + "classifiers" : [] } ] }, + { "simplified" : "实现", + "radical" : "宀", + "level" : [ "new-2", "old-5" ], + "frequency" : 1144, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "實現", + "transcriptions" : { "pinyin" : "shí xiàn", + "numeric" : "shi2 xian4", + "wadegiles" : "shih² hsien⁴", + "bopomofo" : "ㄕˊ ㄒㄧㄢˋ", + "romatzyh" : "shyr shiann" }, + "meanings" : [ "to achieve", + "to implement", + "to realize", + "to bring about" ], + "classifiers" : [] } ] }, + { "simplified" : "实行", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 4383, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "實行", + "transcriptions" : { "pinyin" : "shí xíng", + "numeric" : "shi2 xing2", + "wadegiles" : "shih² hsing²", + "bopomofo" : "ㄕˊ ㄒㄧㄥˊ", + "romatzyh" : "shyr shyng" }, + "meanings" : [ "to implement", + "to carry out", + "to put into practice" ], + "classifiers" : [] } ] }, + { "simplified" : "实验", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 1879, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "實驗", + "transcriptions" : { "pinyin" : "shí yàn", + "numeric" : "shi2 yan4", + "wadegiles" : "shih² yan⁴", + "bopomofo" : "ㄕˊ ㄧㄢˋ", + "romatzyh" : "shyr yann" }, + "meanings" : [ "experiment", + "test", + "experimental", + "to experiment" ], + "classifiers" : [ "个", "次" ] } ] }, + { "simplified" : "实验室", + "radical" : "宀", + "level" : [ "new-3" ], + "frequency" : 3028, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "實驗室", + "transcriptions" : { "pinyin" : "shí yàn shì", + "numeric" : "shi2 yan4 shi4", + "wadegiles" : "shih² yan⁴ shih⁴", + "bopomofo" : "ㄕˊ ㄧㄢˋ ㄕˋ", + "romatzyh" : "shyr yann shyh" }, + "meanings" : [ "laboratory" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "实用", + "radical" : "宀", + "level" : [ "new-4", "old-5" ], + "frequency" : 8149, + "pos" : [ "a", "vn" ], + "forms" : [ { "traditional" : "實用", + "transcriptions" : { "pinyin" : "shí yòng", + "numeric" : "shi2 yong4", + "wadegiles" : "shih² yung⁴", + "bopomofo" : "ㄕˊ ㄩㄥˋ", + "romatzyh" : "shyr yonq" }, + "meanings" : [ "practical", + "functional", + "pragmatic", + "applied (science)" ], + "classifiers" : [] } ] }, + { "simplified" : "实在", + "radical" : "宀", + "level" : [ "new-2", "old-4" ], + "frequency" : 1340, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "實在", + "transcriptions" : { "pinyin" : "shí zài", + "numeric" : "shi2 zai4", + "wadegiles" : "shih² tsai⁴", + "bopomofo" : "ㄕˊ ㄗㄞˋ", + "romatzyh" : "shyr tzay" }, + "meanings" : [ "really", + "actually", + "indeed", + "true", + "real", + "honest", + "dependable", + "(philosophy) reality" ], + "classifiers" : [] } ] }, + { "simplified" : "实质", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9217, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "實質", + "transcriptions" : { "pinyin" : "shí zhì", + "numeric" : "shi2 zhi4", + "wadegiles" : "shih² chih⁴", + "bopomofo" : "ㄕˊ ㄓˋ", + "romatzyh" : "shyr jyh" }, + "meanings" : [ "substance", "essence" ], + "classifiers" : [] } ] }, + { "simplified" : "食品", + "radical" : "食", + "level" : [ "new-3", "old-4" ], + "frequency" : 2176, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "食品", + "transcriptions" : { "pinyin" : "shí pǐn", + "numeric" : "shi2 pin3", + "wadegiles" : "shih² p'in³", + "bopomofo" : "ㄕˊ ㄆㄧㄣˇ", + "romatzyh" : "shyr piin" }, + "meanings" : [ "foodstuff; food; provisions" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "食宿", + "radical" : "食", + "level" : [ "new-7+" ], + "frequency" : 25212, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "食宿", + "transcriptions" : { "pinyin" : "shí sù", + "numeric" : "shi2 su4", + "wadegiles" : "shih² su⁴", + "bopomofo" : "ㄕˊ ㄙㄨˋ", + "romatzyh" : "shyr suh" }, + "meanings" : [ "board and lodging", + "room and board" ], + "classifiers" : [] } ] }, + { "simplified" : "食堂", + "radical" : "食", + "level" : [ "new-4" ], + "frequency" : 8754, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "食堂", + "transcriptions" : { "pinyin" : "shí táng", + "numeric" : "shi2 tang2", + "wadegiles" : "shih² t'ang²", + "bopomofo" : "ㄕˊ ㄊㄤˊ", + "romatzyh" : "shyr tarng" }, + "meanings" : [ "dining hall; cafeteria" ], + "classifiers" : [ "个", "间" ] } ] }, + { "simplified" : "食物", + "radical" : "食", + "level" : [ "new-2", "old-5" ], + "frequency" : 1768, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "食物", + "transcriptions" : { "pinyin" : "shí wù", + "numeric" : "shi2 wu4", + "wadegiles" : "shih² wu⁴", + "bopomofo" : "ㄕˊ ㄨˋ", + "romatzyh" : "shyr wuh" }, + "meanings" : [ "food" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "食用", + "radical" : "食", + "level" : [ "new-7+" ], + "frequency" : 9604, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "食用", + "transcriptions" : { "pinyin" : "shí yòng", + "numeric" : "shi2 yong4", + "wadegiles" : "shih² yung⁴", + "bopomofo" : "ㄕˊ ㄩㄥˋ", + "romatzyh" : "shyr yonq" }, + "meanings" : [ "to eat; to consume", "edible" ], + "classifiers" : [] } ] }, + { "simplified" : "食欲", + "radical" : "食", + "level" : [ "new-6" ], + "frequency" : 12389, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "食慾", + "transcriptions" : { "pinyin" : "shí yù", + "numeric" : "shi2 yu4", + "wadegiles" : "shih² yü⁴", + "bopomofo" : "ㄕˊ ㄩˋ", + "romatzyh" : "shyr yuh" }, + "meanings" : [ "appetite" ], + "classifiers" : [] } ] }, + { "simplified" : "史无前例", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 16692, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "史無前例", + "transcriptions" : { "pinyin" : "shǐ wú qián lì", + "numeric" : "shi3 wu2 qian2 li4", + "wadegiles" : "shih³ wu² ch'ien² li⁴", + "bopomofo" : "ㄕˇ ㄨˊ ㄑㄧㄢˊ ㄌㄧˋ", + "romatzyh" : "shyy wu chyan lih" }, + "meanings" : [ "unprecedented in history" ], + "classifiers" : [] } ] }, + { "simplified" : "使", + "radical" : "亻", + "level" : [ "new-3", "old-3" ], + "frequency" : 400, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "使", + "transcriptions" : { "pinyin" : "shǐ", + "numeric" : "shi3", + "wadegiles" : "shih³", + "bopomofo" : "ㄕˇ", + "romatzyh" : "shyy" }, + "meanings" : [ "to make", + "to cause", + "to enable", + "to use", + "to employ", + "to send", + "to instruct sb to do sth", + "envoy", + "messenger" ], + "classifiers" : [] } ] }, + { "simplified" : "使得", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 2959, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "使得", + "transcriptions" : { "pinyin" : "shǐ de", + "numeric" : "shi3 de5", + "wadegiles" : "shih³ de", + "bopomofo" : "ㄕˇ de", + "romatzyh" : "shyy de" }, + "meanings" : [ "usable", + "workable", + "feasible", + "doable", + "to make", + "to cause" ], + "classifiers" : [] } ] }, + { "simplified" : "使唤", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 20706, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "使喚", + "transcriptions" : { "pinyin" : "shǐ huan", + "numeric" : "shi3 huan5", + "wadegiles" : "shih³ huan", + "bopomofo" : "ㄕˇ huan", + "romatzyh" : "shyy huan" }, + "meanings" : [ "to order sb around", + "(coll.) to handle (a draught animal, tool, machine etc)", + "Taiwan pr. [shǐ huàn]" ], + "classifiers" : [] } ] }, + { "simplified" : "使劲", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 8033, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "使勁", + "transcriptions" : { "pinyin" : "shǐ jìn", + "numeric" : "shi3 jin4", + "wadegiles" : "shih³ chin⁴", + "bopomofo" : "ㄕˇ ㄐㄧㄣˋ", + "romatzyh" : "shyy jinn" }, + "meanings" : [ "to exert all one's strength" ], + "classifiers" : [] } ] }, + { "simplified" : "使劲儿", + "radical" : "亻", + "level" : [ "old-5" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "使勁兒", + "transcriptions" : { "pinyin" : "shǐ jìn r", + "numeric" : "shi3 jin4 r5", + "wadegiles" : "shih³ chin⁴ r", + "bopomofo" : "ㄕˇ ㄐㄧㄣˋ r", + "romatzyh" : "shyy jinn r" }, + "meanings" : [ "erhua variant of 使劲" ], + "classifiers" : [] } ] }, + { "simplified" : "使命", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5244, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "使命", + "transcriptions" : { "pinyin" : "shǐ mìng", + "numeric" : "shi3 ming4", + "wadegiles" : "shih³ ming⁴", + "bopomofo" : "ㄕˇ ㄇㄧㄥˋ", + "romatzyh" : "shyy minq" }, + "meanings" : [ "mission", + "long-term task to which one devotes oneself", + "a calling" ], + "classifiers" : [] } ] }, + { "simplified" : "使用", + "radical" : "亻", + "level" : [ "new-2", "old-4" ], + "frequency" : 641, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "使用", + "transcriptions" : { "pinyin" : "shǐ yòng", + "numeric" : "shi3 yong4", + "wadegiles" : "shih³ yung⁴", + "bopomofo" : "ㄕˇ ㄩㄥˋ", + "romatzyh" : "shyy yonq" }, + "meanings" : [ "to use", + "to employ", + "to apply", + "to make use of" ], + "classifiers" : [] } ] }, + { "simplified" : "使者", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8284, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "使者", + "transcriptions" : { "pinyin" : "shǐ zhě", + "numeric" : "shi3 zhe3", + "wadegiles" : "shih³ che³", + "bopomofo" : "ㄕˇ ㄓㄜˇ", + "romatzyh" : "shyy jee" }, + "meanings" : [ "emissary", "envoy" ], + "classifiers" : [] } ] }, + { "simplified" : "始终", + "radical" : "女", + "level" : [ "new-3", "old-5" ], + "frequency" : 2984, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "始終", + "transcriptions" : { "pinyin" : "shǐ zhōng", + "numeric" : "shi3 zhong1", + "wadegiles" : "shih³ chung¹", + "bopomofo" : "ㄕˇ ㄓㄨㄥ", + "romatzyh" : "shyy jong" }, + "meanings" : [ "from beginning to end", + "all along" ], + "classifiers" : [] } ] }, + { "simplified" : "士兵", + "radical" : "士", + "level" : [ "new-4", "old-5" ], + "frequency" : 2348, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "士兵", + "transcriptions" : { "pinyin" : "shì bīng", + "numeric" : "shi4 bing1", + "wadegiles" : "shih⁴ ping¹", + "bopomofo" : "ㄕˋ ㄅㄧㄥ", + "romatzyh" : "shyh bing" }, + "meanings" : [ "soldier" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "士气", + "radical" : "士", + "level" : [ "new-7+" ], + "frequency" : 10738, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "士氣", + "transcriptions" : { "pinyin" : "shì qì", + "numeric" : "shi4 qi4", + "wadegiles" : "shih⁴ ch'i⁴", + "bopomofo" : "ㄕˋ ㄑㄧˋ", + "romatzyh" : "shyh chih" }, + "meanings" : [ "morale" ], + "classifiers" : [] } ] }, + { "simplified" : "世代", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18618, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "世代", + "transcriptions" : { "pinyin" : "shì dài", + "numeric" : "shi4 dai4", + "wadegiles" : "shih⁴ tai⁴", + "bopomofo" : "ㄕˋ ㄉㄞˋ", + "romatzyh" : "shyh day" }, + "meanings" : [ "for many generations", + "generation", + "era", + "age" ], + "classifiers" : [] } ] }, + { "simplified" : "世故", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 21308, + "pos" : [ "a", "an", "n" ], + "forms" : [ { "traditional" : "世故", + "transcriptions" : { "pinyin" : "shì gù", + "numeric" : "shi4 gu4", + "wadegiles" : "shih⁴ ku⁴", + "bopomofo" : "ㄕˋ ㄍㄨˋ", + "romatzyh" : "shyh guh" }, + "meanings" : [ "the ways of the world" ], + "classifiers" : [] }, + { "traditional" : "世故", + "transcriptions" : { "pinyin" : "shì gu", + "numeric" : "shi4 gu5", + "wadegiles" : "shih⁴ gu", + "bopomofo" : "ㄕˋ gu", + "romatzyh" : "shyh gu" }, + "meanings" : [ "sophisticated", "worldly-wise" ], + "classifiers" : [] } ] }, + { "simplified" : "世纪", + "radical" : "一", + "level" : [ "new-3", "old-4" ], + "frequency" : 1599, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "世紀", + "transcriptions" : { "pinyin" : "shì jì", + "numeric" : "shi4 ji4", + "wadegiles" : "shih⁴ chi⁴", + "bopomofo" : "ㄕˋ ㄐㄧˋ", + "romatzyh" : "shyh jih" }, + "meanings" : [ "century" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "世界", + "radical" : "一", + "level" : [ "new-3", "old-3" ], + "frequency" : 238, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "世界", + "transcriptions" : { "pinyin" : "shì jiè", + "numeric" : "shi4 jie4", + "wadegiles" : "shih⁴ chieh⁴", + "bopomofo" : "ㄕˋ ㄐㄧㄝˋ", + "romatzyh" : "shyh jieh" }, + "meanings" : [ "world" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "世界杯", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 8383, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "世界杯", + "transcriptions" : { "pinyin" : "Shì jiè bēi", + "numeric" : "Shi4 jie4 bei1", + "wadegiles" : "shih⁴ chieh⁴ pei¹", + "bopomofo" : "ㄕˋ ㄐㄧㄝˋ ㄅㄟ", + "romatzyh" : "shyh jieh bei" }, + "meanings" : [ "World Cup" ], + "classifiers" : [] } ] }, + { "simplified" : "世界观", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 18701, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "世界觀", + "transcriptions" : { "pinyin" : "shì jiè guān", + "numeric" : "shi4 jie4 guan1", + "wadegiles" : "shih⁴ chieh⁴ kuan¹", + "bopomofo" : "ㄕˋ ㄐㄧㄝˋ ㄍㄨㄢ", + "romatzyh" : "shyh jieh guan" }, + "meanings" : [ "worldview", + "world outlook", + "Weltanschauung" ], + "classifiers" : [] } ] }, + { "simplified" : "世界级", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 13745, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "世界級", + "transcriptions" : { "pinyin" : "shì jiè jí", + "numeric" : "shi4 jie4 ji2", + "wadegiles" : "shih⁴ chieh⁴ chi²", + "bopomofo" : "ㄕˋ ㄐㄧㄝˋ ㄐㄧˊ", + "romatzyh" : "shyh jieh jyi" }, + "meanings" : [ "world-class" ], + "classifiers" : [] } ] }, + { "simplified" : "世袭", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 35110, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "世襲", + "transcriptions" : { "pinyin" : "shì xí", + "numeric" : "shi4 xi2", + "wadegiles" : "shih⁴ hsi²", + "bopomofo" : "ㄕˋ ㄒㄧˊ", + "romatzyh" : "shyh shyi" }, + "meanings" : [ "succession", + "inheritance", + "hereditary" ], + "classifiers" : [] } ] }, + { "simplified" : "市", + "radical" : "巾", + "level" : [ "new-2" ], + "frequency" : 1040, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "市", + "transcriptions" : { "pinyin" : "shì", + "numeric" : "shi4", + "wadegiles" : "shih⁴", + "bopomofo" : "ㄕˋ", + "romatzyh" : "shyh" }, + "meanings" : [ "market", "city" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "市场", + "radical" : "巾", + "level" : [ "new-3", "old-4" ], + "frequency" : 1190, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "市場", + "transcriptions" : { "pinyin" : "shì chǎng", + "numeric" : "shi4 chang3", + "wadegiles" : "shih⁴ ch'ang³", + "bopomofo" : "ㄕˋ ㄔㄤˇ", + "romatzyh" : "shyh chaang" }, + "meanings" : [ "marketplace", + "market (also in abstract)" ], + "classifiers" : [] } ] }, + { "simplified" : "市场经济", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 22676, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "市場經濟", + "transcriptions" : { "pinyin" : "shì chǎng jīng jì", + "numeric" : "shi4 chang3 jing1 ji4", + "wadegiles" : "shih⁴ ch'ang³ ching¹ chi⁴", + "bopomofo" : "ㄕˋ ㄔㄤˇ ㄐㄧㄥ ㄐㄧˋ", + "romatzyh" : "shyh chaang jing jih" }, + "meanings" : [ "market economy" ], + "classifiers" : [] } ] }, + { "simplified" : "市民", + "radical" : "巾", + "level" : [ "new-6" ], + "frequency" : 2765, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "市民", + "transcriptions" : { "pinyin" : "shì mín", + "numeric" : "shi4 min2", + "wadegiles" : "shih⁴ min²", + "bopomofo" : "ㄕˋ ㄇㄧㄣˊ", + "romatzyh" : "shyh min" }, + "meanings" : [ "city resident" ], + "classifiers" : [] } ] }, + { "simplified" : "市区", + "radical" : "巾", + "level" : [ "new-4" ], + "frequency" : 5603, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "市區", + "transcriptions" : { "pinyin" : "shì qū", + "numeric" : "shi4 qu1", + "wadegiles" : "shih⁴ ch'ü¹", + "bopomofo" : "ㄕˋ ㄑㄩ", + "romatzyh" : "shyh chiu" }, + "meanings" : [ "urban district", + "downtown", + "city center" ], + "classifiers" : [] } ] }, + { "simplified" : "市长", + "radical" : "巾", + "level" : [ "new-2" ], + "frequency" : 3369, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "市長", + "transcriptions" : { "pinyin" : "shì zhǎng", + "numeric" : "shi4 zhang3", + "wadegiles" : "shih⁴ chang³", + "bopomofo" : "ㄕˋ ㄓㄤˇ", + "romatzyh" : "shyh jaang" }, + "meanings" : [ "mayor" ], + "classifiers" : [] } ] }, + { "simplified" : "示范", + "radical" : "示", + "level" : [ "new-5", "old-6" ], + "frequency" : 5614, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "示範", + "transcriptions" : { "pinyin" : "shì fàn", + "numeric" : "shi4 fan4", + "wadegiles" : "shih⁴ fan⁴", + "bopomofo" : "ㄕˋ ㄈㄢˋ", + "romatzyh" : "shyh fann" }, + "meanings" : [ "to demonstrate", + "to show how to do sth", + "demonstration", + "a model example" ], + "classifiers" : [] } ] }, + { "simplified" : "示威", + "radical" : "示", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9675, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "示威", + "transcriptions" : { "pinyin" : "shì wēi", + "numeric" : "shi4 wei1", + "wadegiles" : "shih⁴ wei¹", + "bopomofo" : "ㄕˋ ㄨㄟ", + "romatzyh" : "shyh uei" }, + "meanings" : [ "to demonstrate (as a protest)", + "a demonstration", + "a military show of force" ], + "classifiers" : [] } ] }, + { "simplified" : "示意", + "radical" : "示", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13303, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "示意", + "transcriptions" : { "pinyin" : "shì yì", + "numeric" : "shi4 yi4", + "wadegiles" : "shih⁴ i⁴", + "bopomofo" : "ㄕˋ ㄧˋ", + "romatzyh" : "shyh yih" }, + "meanings" : [ "to hint", + "to indicate (an idea to sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "似曾相识", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 19017, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "似曾相識", + "transcriptions" : { "pinyin" : "sì céng xiāng shí", + "numeric" : "si4 ceng2 xiang1 shi2", + "wadegiles" : "ssu⁴ ts'eng² hsiang¹ shih²", + "bopomofo" : "ㄙˋ ㄘㄥˊ ㄒㄧㄤ ㄕˊ", + "romatzyh" : "syh tserng shiang shyr" }, + "meanings" : [ "déjà vu (the experience of seeing exactly the same situation a second time)", + "seemingly familiar", + "apparently already acquainted" ], + "classifiers" : [] } ] }, + { "simplified" : "似的", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 2525, + "pos" : [ "u" ], + "forms" : [ { "traditional" : "似的", + "transcriptions" : { "pinyin" : "shì de", + "numeric" : "shi4 de5", + "wadegiles" : "shih⁴ de", + "bopomofo" : "ㄕˋ de", + "romatzyh" : "shyh de" }, + "meanings" : [ "seems as if", + "rather like", + "Taiwan pr. [sì de]" ], + "classifiers" : [] } ] }, + { "simplified" : "似乎", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 997, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "似乎", + "transcriptions" : { "pinyin" : "sì hū", + "numeric" : "si4 hu1", + "wadegiles" : "ssu⁴ hu¹", + "bopomofo" : "ㄙˋ ㄏㄨ", + "romatzyh" : "syh hu" }, + "meanings" : [ "it seems; seemingly; as if" ], + "classifiers" : [] } ] }, + { "simplified" : "似是而非", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 37874, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "似是而非", + "transcriptions" : { "pinyin" : "sì shì ér fēi", + "numeric" : "si4 shi4 er2 fei1", + "wadegiles" : "ssu⁴ shih⁴ erh² fei¹", + "bopomofo" : "ㄙˋ ㄕˋ ㄦˊ ㄈㄟ", + "romatzyh" : "syh shyh erl fei" }, + "meanings" : [ "apparently right but actually wrong; specious (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "式", + "radical" : "弋", + "level" : [ "new-5" ], + "frequency" : 1463, + "pos" : [ "k", "g" ], + "forms" : [ { "traditional" : "式", + "transcriptions" : { "pinyin" : "shì", + "numeric" : "shi4", + "wadegiles" : "shih⁴", + "bopomofo" : "ㄕˋ", + "romatzyh" : "shyh" }, + "meanings" : [ "type", "form", "pattern", "style" ], + "classifiers" : [] } ] }, + { "simplified" : "事", + "radical" : "亅", + "level" : [ "new-1" ], + "frequency" : 113, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "事", + "transcriptions" : { "pinyin" : "shì", + "numeric" : "shi4", + "wadegiles" : "shih⁴", + "bopomofo" : "ㄕˋ", + "romatzyh" : "shyh" }, + "meanings" : [ "matter", + "thing", + "item", + "work", + "affair" ], + "classifiers" : [ "件", "桩", "回" ] } ] }, + { "simplified" : "事故", + "radical" : "亅", + "level" : [ "new-3", "old-6" ], + "frequency" : 1493, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事故", + "transcriptions" : { "pinyin" : "shì gù", + "numeric" : "shi4 gu4", + "wadegiles" : "shih⁴ ku⁴", + "bopomofo" : "ㄕˋ ㄍㄨˋ", + "romatzyh" : "shyh guh" }, + "meanings" : [ "accident" ], + "classifiers" : [ "桩", "起", "次" ] } ] }, + { "simplified" : "事后", + "radical" : "亅", + "level" : [ "new-6" ], + "frequency" : 8683, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "事後", + "transcriptions" : { "pinyin" : "shì hòu", + "numeric" : "shi4 hou4", + "wadegiles" : "shih⁴ hou⁴", + "bopomofo" : "ㄕˋ ㄏㄡˋ", + "romatzyh" : "shyh how" }, + "meanings" : [ "after the event", + "in hindsight", + "in retrospect" ], + "classifiers" : [] } ] }, + { "simplified" : "事迹", + "radical" : "亅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9158, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事跡", + "transcriptions" : { "pinyin" : "shì jì", + "numeric" : "shi4 ji4", + "wadegiles" : "shih⁴ chi⁴", + "bopomofo" : "ㄕˋ ㄐㄧˋ", + "romatzyh" : "shyh jih" }, + "meanings" : [ "deed", + "past achievement", + "important event of the past" ], + "classifiers" : [] } ] }, + { "simplified" : "事件", + "radical" : "亅", + "level" : [ "new-3", "old-6" ], + "frequency" : 973, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事件", + "transcriptions" : { "pinyin" : "shì jiàn", + "numeric" : "shi4 jian4", + "wadegiles" : "shih⁴ chien⁴", + "bopomofo" : "ㄕˋ ㄐㄧㄢˋ", + "romatzyh" : "shyh jiann" }, + "meanings" : [ "event", "happening", "incident" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "事情", + "radical" : "亅", + "level" : [ "new-2", "old-2" ], + "frequency" : 271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事情", + "transcriptions" : { "pinyin" : "shì qing", + "numeric" : "shi4 qing5", + "wadegiles" : "shih⁴ qing", + "bopomofo" : "ㄕˋ qing", + "romatzyh" : "shyh qing" }, + "meanings" : [ "affair; matter; thing; business" ], + "classifiers" : [ "件", "桩" ] } ] }, + { "simplified" : "事实", + "radical" : "亅", + "level" : [ "new-3", "old-5" ], + "frequency" : 1092, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事實", + "transcriptions" : { "pinyin" : "shì shí", + "numeric" : "shi4 shi2", + "wadegiles" : "shih⁴ shih²", + "bopomofo" : "ㄕˋ ㄕˊ", + "romatzyh" : "shyh shyr" }, + "meanings" : [ "fact" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "事实上", + "radical" : "亅", + "level" : [ "new-3" ], + "frequency" : 1577, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "事實上", + "transcriptions" : { "pinyin" : "shì shí shàng", + "numeric" : "shi4 shi2 shang4", + "wadegiles" : "shih⁴ shih² shang⁴", + "bopomofo" : "ㄕˋ ㄕˊ ㄕㄤˋ", + "romatzyh" : "shyh shyr shanq" }, + "meanings" : [ "in fact", + "in reality", + "actually", + "as a matter of fact", + "de facto", + "ipso facto" ], + "classifiers" : [] } ] }, + { "simplified" : "事态", + "radical" : "亅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11196, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事態", + "transcriptions" : { "pinyin" : "shì tài", + "numeric" : "shi4 tai4", + "wadegiles" : "shih⁴ t'ai⁴", + "bopomofo" : "ㄕˋ ㄊㄞˋ", + "romatzyh" : "shyh tay" }, + "meanings" : [ "situation", + "existing state of affairs" ], + "classifiers" : [] } ] }, + { "simplified" : "事物", + "radical" : "亅", + "level" : [ "new-4", "old-5" ], + "frequency" : 3523, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事物", + "transcriptions" : { "pinyin" : "shì wù", + "numeric" : "shi4 wu4", + "wadegiles" : "shih⁴ wu⁴", + "bopomofo" : "ㄕˋ ㄨˋ", + "romatzyh" : "shyh wuh" }, + "meanings" : [ "thing; object" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "事务", + "radical" : "亅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4356, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事務", + "transcriptions" : { "pinyin" : "shì wù", + "numeric" : "shi4 wu4", + "wadegiles" : "shih⁴ wu⁴", + "bopomofo" : "ㄕˋ ㄨˋ", + "romatzyh" : "shyh wuh" }, + "meanings" : [ "(political, economic etc) affairs", + "work", + "transaction (as in a computer database)" ], + "classifiers" : [] } ] }, + { "simplified" : "事务所", + "radical" : "亅", + "level" : [ "new-7+" ], + "frequency" : 4162, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事務所", + "transcriptions" : { "pinyin" : "shì wù suǒ", + "numeric" : "shi4 wu4 suo3", + "wadegiles" : "shih⁴ wu⁴ so³", + "bopomofo" : "ㄕˋ ㄨˋ ㄙㄨㄛˇ", + "romatzyh" : "shyh wuh suoo" }, + "meanings" : [ "office", "firm" ], + "classifiers" : [] } ] }, + { "simplified" : "事先", + "radical" : "亅", + "level" : [ "new-4", "old-5" ], + "frequency" : 4757, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "事先", + "transcriptions" : { "pinyin" : "shì xiān", + "numeric" : "shi4 xian1", + "wadegiles" : "shih⁴ hsien¹", + "bopomofo" : "ㄕˋ ㄒㄧㄢ", + "romatzyh" : "shyh shian" }, + "meanings" : [ "in advance", + "before the event", + "beforehand", + "prior" ], + "classifiers" : [] } ] }, + { "simplified" : "事项", + "radical" : "亅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9483, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事項", + "transcriptions" : { "pinyin" : "shì xiàng", + "numeric" : "shi4 xiang4", + "wadegiles" : "shih⁴ hsiang⁴", + "bopomofo" : "ㄕˋ ㄒㄧㄤˋ", + "romatzyh" : "shyh shianq" }, + "meanings" : [ "matter", "item" ], + "classifiers" : [] } ] }, + { "simplified" : "事业", + "radical" : "亅", + "level" : [ "new-3", "old-6" ], + "frequency" : 1326, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事業", + "transcriptions" : { "pinyin" : "shì yè", + "numeric" : "shi4 ye4", + "wadegiles" : "shih⁴ yeh⁴", + "bopomofo" : "ㄕˋ ㄧㄝˋ", + "romatzyh" : "shyh yeh" }, + "meanings" : [ "undertaking", + "project", + "activity", + "(charitable, political or revolutionary) cause", + "publicly funded institution, enterprise or foundation", + "career", + "occupation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "事宜", + "radical" : "亅", + "level" : [ "new-7+" ], + "frequency" : 8691, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "事宜", + "transcriptions" : { "pinyin" : "shì yí", + "numeric" : "shi4 yi2", + "wadegiles" : "shih⁴ i²", + "bopomofo" : "ㄕˋ ㄧˊ", + "romatzyh" : "shyh yi" }, + "meanings" : [ "matters", "arrangements" ], + "classifiers" : [] } ] }, + { "simplified" : "侍候", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 30125, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "侍候", + "transcriptions" : { "pinyin" : "shì hòu", + "numeric" : "shi4 hou4", + "wadegiles" : "shih⁴ hou⁴", + "bopomofo" : "ㄕˋ ㄏㄡˋ", + "romatzyh" : "shyh how" }, + "meanings" : [ "to serve", "to wait upon" ], + "classifiers" : [] } ] }, + { "simplified" : "势必", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17695, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "勢必", + "transcriptions" : { "pinyin" : "shì bì", + "numeric" : "shi4 bi4", + "wadegiles" : "shih⁴ pi⁴", + "bopomofo" : "ㄕˋ ㄅㄧˋ", + "romatzyh" : "shyh bih" }, + "meanings" : [ "to be bound to", + "undoubtedly will" ], + "classifiers" : [] } ] }, + { "simplified" : "势不可当", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 80787, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勢不可當", + "transcriptions" : { "pinyin" : "shì bù kě dāng", + "numeric" : "shi4 bu4 ke3 dang1", + "wadegiles" : "shih⁴ pu⁴ k'o³ tang¹", + "bopomofo" : "ㄕˋ ㄅㄨˋ ㄎㄜˇ ㄉㄤ", + "romatzyh" : "shyh buh kee dang" }, + "meanings" : [ "impossible to resist (idiom); an irresistible force" ], + "classifiers" : [] } ] }, + { "simplified" : "势力", + "radical" : "力", + "level" : [ "new-5", "old-6" ], + "frequency" : 5177, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勢力", + "transcriptions" : { "pinyin" : "shì li", + "numeric" : "shi4 li5", + "wadegiles" : "shih⁴ li", + "bopomofo" : "ㄕˋ li", + "romatzyh" : "shyh li" }, + "meanings" : [ "power", + "influence", + "a force (military, political etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "势头", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 11123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勢頭", + "transcriptions" : { "pinyin" : "shì tóu", + "numeric" : "shi4 tou2", + "wadegiles" : "shih⁴ t'ou²", + "bopomofo" : "ㄕˋ ㄊㄡˊ", + "romatzyh" : "shyh tour" }, + "meanings" : [ "power", + "momentum", + "tendency", + "impetus", + "situation", + "the look of things" ], + "classifiers" : [] } ] }, + { "simplified" : "视察", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 13400, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "視察", + "transcriptions" : { "pinyin" : "shì chá", + "numeric" : "shi4 cha2", + "wadegiles" : "shih⁴ ch'a²", + "bopomofo" : "ㄕˋ ㄔㄚˊ", + "romatzyh" : "shyh char" }, + "meanings" : [ "to inspect", "an investigation" ], + "classifiers" : [] } ] }, + { "simplified" : "视角", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 9678, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "視角", + "transcriptions" : { "pinyin" : "shì jiǎo", + "numeric" : "shi4 jiao3", + "wadegiles" : "shih⁴ chiao³", + "bopomofo" : "ㄕˋ ㄐㄧㄠˇ", + "romatzyh" : "shyh jeau" }, + "meanings" : [ "angle from which one observes an object", + "(fig.) perspective; viewpoint; frame of reference", + "(cinematography) camera angle", + "(visual perception) visual angle (the angle a viewed object subtends at the eye)", + "(photography) angle of view" ], + "classifiers" : [] } ] }, + { "simplified" : "视觉", + "radical" : "见", + "level" : [ "new-7+" ], + "frequency" : 5724, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "視覺", + "transcriptions" : { "pinyin" : "shì jué", + "numeric" : "shi4 jue2", + "wadegiles" : "shih⁴ chüeh²", + "bopomofo" : "ㄕˋ ㄐㄩㄝˊ", + "romatzyh" : "shyh jyue" }, + "meanings" : [ "sight", "vision", "visual" ], + "classifiers" : [] } ] }, + { "simplified" : "视力", + "radical" : "见", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7305, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "視力", + "transcriptions" : { "pinyin" : "shì lì", + "numeric" : "shi4 li4", + "wadegiles" : "shih⁴ li⁴", + "bopomofo" : "ㄕˋ ㄌㄧˋ", + "romatzyh" : "shyh lih" }, + "meanings" : [ "vision", "eyesight" ], + "classifiers" : [] } ] }, + { "simplified" : "视频", + "radical" : "见", + "level" : [ "new-5" ], + "frequency" : 2203, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "視頻", + "transcriptions" : { "pinyin" : "shì pín", + "numeric" : "shi4 pin2", + "wadegiles" : "shih⁴ p'in²", + "bopomofo" : "ㄕˋ ㄆㄧㄣˊ", + "romatzyh" : "shyh pyn" }, + "meanings" : [ "video" ], + "classifiers" : [] } ] }, + { "simplified" : "视为", + "radical" : "见", + "level" : [ "new-5" ], + "frequency" : 6165, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "視為", + "transcriptions" : { "pinyin" : "shì wéi", + "numeric" : "shi4 wei2", + "wadegiles" : "shih⁴ wei²", + "bopomofo" : "ㄕˋ ㄨㄟˊ", + "romatzyh" : "shyh wei" }, + "meanings" : [ "to view as", + "to see as", + "to consider to be", + "to deem" ], + "classifiers" : [] } ] }, + { "simplified" : "视线", + "radical" : "见", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5877, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "視線", + "transcriptions" : { "pinyin" : "shì xiàn", + "numeric" : "shi4 xian4", + "wadegiles" : "shih⁴ hsien⁴", + "bopomofo" : "ㄕˋ ㄒㄧㄢˋ", + "romatzyh" : "shyh shiann" }, + "meanings" : [ "line of sight" ], + "classifiers" : [] } ] }, + { "simplified" : "视野", + "radical" : "见", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7019, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "視野", + "transcriptions" : { "pinyin" : "shì yě", + "numeric" : "shi4 ye3", + "wadegiles" : "shih⁴ yeh³", + "bopomofo" : "ㄕˋ ㄧㄝˇ", + "romatzyh" : "shyh yee" }, + "meanings" : [ "field of view", + "(fig.) outlook", + "perspective" ], + "classifiers" : [] } ] }, + { "simplified" : "试", + "radical" : "讠", + "level" : [ "new-1", "old-4" ], + "frequency" : 938, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "試", + "transcriptions" : { "pinyin" : "shì", + "numeric" : "shi4", + "wadegiles" : "shih⁴", + "bopomofo" : "ㄕˋ", + "romatzyh" : "shyh" }, + "meanings" : [ "to test", + "to try", + "experiment", + "examination", + "test" ], + "classifiers" : [] } ] }, + { "simplified" : "试点", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 15623, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "試點", + "transcriptions" : { "pinyin" : "shì diǎn", + "numeric" : "shi4 dian3", + "wadegiles" : "shih⁴ tien³", + "bopomofo" : "ㄕˋ ㄉㄧㄢˇ", + "romatzyh" : "shyh dean" }, + "meanings" : [ "test point", + "to carry out trial", + "pilot scheme" ], + "classifiers" : [] } ] }, + { "simplified" : "试卷", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 12765, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "試卷", + "transcriptions" : { "pinyin" : "shì juàn", + "numeric" : "shi4 juan4", + "wadegiles" : "shih⁴ chüan⁴", + "bopomofo" : "ㄕˋ ㄐㄩㄢˋ", + "romatzyh" : "shyh jiuann" }, + "meanings" : [ "examination paper", "test paper" ], + "classifiers" : [ "份", "张" ] } ] }, + { "simplified" : "试探", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 11980, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "試探", + "transcriptions" : { "pinyin" : "shì tàn", + "numeric" : "shi4 tan4", + "wadegiles" : "shih⁴ t'an⁴", + "bopomofo" : "ㄕˋ ㄊㄢˋ", + "romatzyh" : "shyh tann" }, + "meanings" : [ "to sound out", + "to probe", + "to feel out", + "to try out" ], + "classifiers" : [] } ] }, + { "simplified" : "试题", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 18577, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "試題", + "transcriptions" : { "pinyin" : "shì tí", + "numeric" : "shi4 ti2", + "wadegiles" : "shih⁴ t'i²", + "bopomofo" : "ㄕˋ ㄊㄧˊ", + "romatzyh" : "shyh tyi" }, + "meanings" : [ "exam question", "test topic" ], + "classifiers" : [] } ] }, + { "simplified" : "试图", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 2537, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "試圖", + "transcriptions" : { "pinyin" : "shì tú", + "numeric" : "shi4 tu2", + "wadegiles" : "shih⁴ t'u²", + "bopomofo" : "ㄕˋ ㄊㄨˊ", + "romatzyh" : "shyh twu" }, + "meanings" : [ "to attempt", "to try" ], + "classifiers" : [] } ] }, + { "simplified" : "试行", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 30221, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "試行", + "transcriptions" : { "pinyin" : "shì xíng", + "numeric" : "shi4 xing2", + "wadegiles" : "shih⁴ hsing²", + "bopomofo" : "ㄕˋ ㄒㄧㄥˊ", + "romatzyh" : "shyh shyng" }, + "meanings" : [ "to try out", "to test" ], + "classifiers" : [] } ] }, + { "simplified" : "试验", + "radical" : "讠", + "level" : [ "new-3", "old-6" ], + "frequency" : 2151, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "試驗", + "transcriptions" : { "pinyin" : "shì yàn", + "numeric" : "shi4 yan4", + "wadegiles" : "shih⁴ yan⁴", + "bopomofo" : "ㄕˋ ㄧㄢˋ", + "romatzyh" : "shyh yann" }, + "meanings" : [ "experiment", + "test", + "to experiment", + "experimental" ], + "classifiers" : [ "次", "个" ] } ] }, + { "simplified" : "试用", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 11007, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "試用", + "transcriptions" : { "pinyin" : "shì yòng", + "numeric" : "shi4 yong4", + "wadegiles" : "shih⁴ yung⁴", + "bopomofo" : "ㄕˋ ㄩㄥˋ", + "romatzyh" : "shyh yonq" }, + "meanings" : [ "to try sth out", + "to be on probation" ], + "classifiers" : [] } ] }, + { "simplified" : "试用期", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 25091, + "pos" : [ "n", "t" ], + "forms" : [ { "traditional" : "試用期", + "transcriptions" : { "pinyin" : "shì yòng qī", + "numeric" : "shi4 yong4 qi1", + "wadegiles" : "shih⁴ yung⁴ ch'i¹", + "bopomofo" : "ㄕˋ ㄩㄥˋ ㄑㄧ", + "romatzyh" : "shyh yonq chi" }, + "meanings" : [ "trial period", + "probationary period" ], + "classifiers" : [] } ] }, + { "simplified" : "室", + "radical" : "宀", + "level" : [ "new-3" ], + "frequency" : 1382, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "室", + "transcriptions" : { "pinyin" : "Shì", + "numeric" : "Shi4", + "wadegiles" : "shih⁴", + "bopomofo" : "ㄕˋ", + "romatzyh" : "shyh" }, + "meanings" : [ "surname Shi" ], + "classifiers" : [] }, + { "traditional" : "室", + "transcriptions" : { "pinyin" : "shì", + "numeric" : "shi4", + "wadegiles" : "shih⁴", + "bopomofo" : "ㄕˋ", + "romatzyh" : "shyh" }, + "meanings" : [ "room", + "work unit", + "grave", + "scabbard", + "family or clan", + "one of the 28 constellations of Chinese astronomy" ], + "classifiers" : [] } ] }, + { "simplified" : "是", + "radical" : "日", + "level" : [ "new-1", "old-1" ], + "frequency" : 4, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "是", + "transcriptions" : { "pinyin" : "shì", + "numeric" : "shi4", + "wadegiles" : "shih⁴", + "bopomofo" : "ㄕˋ", + "romatzyh" : "shyh" }, + "meanings" : [ "to be (followed by substantives only)", + "correct; right; true", + "(respectful acknowledgement of a command) very well", + "(adverb for emphatic assertion)" ], + "classifiers" : [] }, + { "traditional" : "昰", + "transcriptions" : { "pinyin" : "shì", + "numeric" : "shi4", + "wadegiles" : "shih⁴", + "bopomofo" : "ㄕˋ", + "romatzyh" : "shyh" }, + "meanings" : [ "variant of 是" ], + "classifiers" : [] } ] }, + { "simplified" : "是不是", + "radical" : "日", + "level" : [ "new-1" ], + "frequency" : 2655, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "是不是", + "transcriptions" : { "pinyin" : "shì bù shì", + "numeric" : "shi4 bu4 shi4", + "wadegiles" : "shih⁴ pu⁴ shih⁴", + "bopomofo" : "ㄕˋ ㄅㄨˋ ㄕˋ", + "romatzyh" : "shyh buh shyh" }, + "meanings" : [ "is or isn't", + "yes or no", + "whether or not" ], + "classifiers" : [] } ] }, + { "simplified" : "是非", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6491, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "是非", + "transcriptions" : { "pinyin" : "shì fēi", + "numeric" : "shi4 fei1", + "wadegiles" : "shih⁴ fei¹", + "bopomofo" : "ㄕˋ ㄈㄟ", + "romatzyh" : "shyh fei" }, + "meanings" : [ "right and wrong", "quarrel" ], + "classifiers" : [] } ] }, + { "simplified" : "是否", + "radical" : "日", + "level" : [ "new-4", "old-5" ], + "frequency" : 553, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "是否", + "transcriptions" : { "pinyin" : "shì fǒu", + "numeric" : "shi4 fou3", + "wadegiles" : "shih⁴ fou³", + "bopomofo" : "ㄕˋ ㄈㄡˇ", + "romatzyh" : "shyh foou" }, + "meanings" : [ "whether (or not)", + "if", + "is or isn't" ], + "classifiers" : [] } ] }, + { "simplified" : "柿子", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 20350, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "柿子", + "transcriptions" : { "pinyin" : "shì zi", + "numeric" : "shi4 zi5", + "wadegiles" : "shih⁴ zi", + "bopomofo" : "ㄕˋ zi", + "romatzyh" : "shyh zi" }, + "meanings" : [ "persimmon" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "适当", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 3864, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "適當", + "transcriptions" : { "pinyin" : "shì dàng", + "numeric" : "shi4 dang4", + "wadegiles" : "shih⁴ tang⁴", + "bopomofo" : "ㄕˋ ㄉㄤˋ", + "romatzyh" : "shyh danq" }, + "meanings" : [ "suitable; appropriate" ], + "classifiers" : [] } ] }, + { "simplified" : "适度", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 14240, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "適度", + "transcriptions" : { "pinyin" : "shì dù", + "numeric" : "shi4 du4", + "wadegiles" : "shih⁴ tu⁴", + "bopomofo" : "ㄕˋ ㄉㄨˋ", + "romatzyh" : "shyh duh" }, + "meanings" : [ "moderately", "appropriate" ], + "classifiers" : [] } ] }, + { "simplified" : "适合", + "radical" : "辶", + "level" : [ "new-3", "old-4" ], + "frequency" : 1211, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "適合", + "transcriptions" : { "pinyin" : "shì hé", + "numeric" : "shi4 he2", + "wadegiles" : "shih⁴ ho²", + "bopomofo" : "ㄕˋ ㄏㄜˊ", + "romatzyh" : "shyh her" }, + "meanings" : [ "to fit; to suit" ], + "classifiers" : [] } ] }, + { "simplified" : "适量", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 23250, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "適量", + "transcriptions" : { "pinyin" : "shì liàng", + "numeric" : "shi4 liang4", + "wadegiles" : "shih⁴ liang⁴", + "bopomofo" : "ㄕˋ ㄌㄧㄤˋ", + "romatzyh" : "shyh lianq" }, + "meanings" : [ "appropriate amount" ], + "classifiers" : [] } ] }, + { "simplified" : "适时", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13914, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "適時", + "transcriptions" : { "pinyin" : "shì shí", + "numeric" : "shi4 shi2", + "wadegiles" : "shih⁴ shih²", + "bopomofo" : "ㄕˋ ㄕˊ", + "romatzyh" : "shyh shyr" }, + "meanings" : [ "timely", + "apt to the occasion", + "in due course" ], + "classifiers" : [] } ] }, + { "simplified" : "适宜", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11095, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "適宜", + "transcriptions" : { "pinyin" : "shì yí", + "numeric" : "shi4 yi2", + "wadegiles" : "shih⁴ i²", + "bopomofo" : "ㄕˋ ㄧˊ", + "romatzyh" : "shyh yi" }, + "meanings" : [ "suitable", "appropriate" ], + "classifiers" : [] } ] }, + { "simplified" : "适应", + "radical" : "辶", + "level" : [ "new-3", "old-4" ], + "frequency" : 2147, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "適應", + "transcriptions" : { "pinyin" : "shì yìng", + "numeric" : "shi4 ying4", + "wadegiles" : "shih⁴ ying⁴", + "bopomofo" : "ㄕˋ ㄧㄥˋ", + "romatzyh" : "shyh yinq" }, + "meanings" : [ "to adapt", "to fit", "to suit" ], + "classifiers" : [] } ] }, + { "simplified" : "适用", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 5429, + "pos" : [ "v", "a", "vn" ], + "forms" : [ { "traditional" : "適用", + "transcriptions" : { "pinyin" : "shì yòng", + "numeric" : "shi4 yong4", + "wadegiles" : "shih⁴ yung⁴", + "bopomofo" : "ㄕˋ ㄩㄥˋ", + "romatzyh" : "shyh yonq" }, + "meanings" : [ "to be applicable" ], + "classifiers" : [] } ] }, + { "simplified" : "逝世", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14081, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逝世", + "transcriptions" : { "pinyin" : "shì shì", + "numeric" : "shi4 shi4", + "wadegiles" : "shih⁴ shih⁴", + "bopomofo" : "ㄕˋ ㄕˋ", + "romatzyh" : "shyh shyh" }, + "meanings" : [ "to pass away", "to die" ], + "classifiers" : [] } ] }, + { "simplified" : "释放", + "radical" : "釆", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2630, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "釋放", + "transcriptions" : { "pinyin" : "shì fàng", + "numeric" : "shi4 fang4", + "wadegiles" : "shih⁴ fang⁴", + "bopomofo" : "ㄕˋ ㄈㄤˋ", + "romatzyh" : "shyh fanq" }, + "meanings" : [ "to release", + "to set free", + "to liberate (a prisoner)", + "to discharge" ], + "classifiers" : [] } ] }, + { "simplified" : "嗜好", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 15322, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嗜好", + "transcriptions" : { "pinyin" : "shì hào", + "numeric" : "shi4 hao4", + "wadegiles" : "shih⁴ hao⁴", + "bopomofo" : "ㄕˋ ㄏㄠˋ", + "romatzyh" : "shyh haw" }, + "meanings" : [ "hobby", + "indulgence", + "habit", + "addiction" ], + "classifiers" : [] } ] }, + { "simplified" : "识", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 7967, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "識", + "transcriptions" : { "pinyin" : "shí", + "numeric" : "shi2", + "wadegiles" : "shih²", + "bopomofo" : "ㄕˊ", + "romatzyh" : "shyr" }, + "meanings" : [ "to know", + "knowledge", + "Taiwan pr. [shì]" ], + "classifiers" : [] }, + { "traditional" : "識", + "transcriptions" : { "pinyin" : "zhì", + "numeric" : "zhi4", + "wadegiles" : "chih⁴", + "bopomofo" : "ㄓˋ", + "romatzyh" : "jyh" }, + "meanings" : [ "to record", "to write a footnote" ], + "classifiers" : [] } ] }, + { "simplified" : "识别", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5643, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "識別", + "transcriptions" : { "pinyin" : "shí bié", + "numeric" : "shi2 bie2", + "wadegiles" : "shih² pieh²", + "bopomofo" : "ㄕˊ ㄅㄧㄝˊ", + "romatzyh" : "shyr bye" }, + "meanings" : [ "to distinguish; to discern; to identify; to recognize" ], + "classifiers" : [] } ] }, + { "simplified" : "识字", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 14055, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "識字", + "transcriptions" : { "pinyin" : "shí zì", + "numeric" : "shi2 zi4", + "wadegiles" : "shih² tzu⁴", + "bopomofo" : "ㄕˊ ㄗˋ", + "romatzyh" : "shyr tzyh" }, + "meanings" : [ "to learn to read" ], + "classifiers" : [] } ] }, + { "simplified" : "拾", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 7430, + "pos" : [ "v", "t" ], + "forms" : [ { "traditional" : "拾", + "transcriptions" : { "pinyin" : "shè", + "numeric" : "she4", + "wadegiles" : "she⁴", + "bopomofo" : "ㄕㄜˋ", + "romatzyh" : "sheh" }, + "meanings" : [ "to ascend in light steps" ], + "classifiers" : [] }, + { "traditional" : "拾", + "transcriptions" : { "pinyin" : "shí", + "numeric" : "shi2", + "wadegiles" : "shih²", + "bopomofo" : "ㄕˊ", + "romatzyh" : "shyr" }, + "meanings" : [ "to pick up", + "to collate or arrange", + "ten (banker's anti-fraud numeral)" ], + "classifiers" : [] } ] }, + { "simplified" : "收", + "radical" : "攵", + "level" : [ "new-2", "old-4" ], + "frequency" : 834, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "收", + "transcriptions" : { "pinyin" : "shōu", + "numeric" : "shou1", + "wadegiles" : "shou¹", + "bopomofo" : "ㄕㄡ", + "romatzyh" : "shou" }, + "meanings" : [ "to receive", + "to accept", + "to collect", + "to put away", + "to restrain", + "to stop", + "in care of (used on address line after name)" ], + "classifiers" : [] } ] }, + { "simplified" : "收藏", + "radical" : "攵", + "level" : [ "new-6", "old-6" ], + "frequency" : 3669, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收藏", + "transcriptions" : { "pinyin" : "shōu cáng", + "numeric" : "shou1 cang2", + "wadegiles" : "shou¹ ts'ang²", + "bopomofo" : "ㄕㄡ ㄘㄤˊ", + "romatzyh" : "shou tsarng" }, + "meanings" : [ "to collect (works of art, dolls, antiques etc); to put away for safekeeping; (Internet) to bookmark", + "a collection" ], + "classifiers" : [] } ] }, + { "simplified" : "收到", + "radical" : "攵", + "level" : [ "new-2" ], + "frequency" : 1171, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "收到", + "transcriptions" : { "pinyin" : "shōu dào", + "numeric" : "shou1 dao4", + "wadegiles" : "shou¹ tao⁴", + "bopomofo" : "ㄕㄡ ㄉㄠˋ", + "romatzyh" : "shou daw" }, + "meanings" : [ "to receive" ], + "classifiers" : [] } ] }, + { "simplified" : "收费", + "radical" : "攵", + "level" : [ "new-3" ], + "frequency" : 4234, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "收費", + "transcriptions" : { "pinyin" : "shōu fèi", + "numeric" : "shou1 fei4", + "wadegiles" : "shou¹ fei⁴", + "bopomofo" : "ㄕㄡ ㄈㄟˋ", + "romatzyh" : "shou fey" }, + "meanings" : [ "to charge a fee" ], + "classifiers" : [] } ] }, + { "simplified" : "收复", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 26991, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "收復", + "transcriptions" : { "pinyin" : "shōu fù", + "numeric" : "shou1 fu4", + "wadegiles" : "shou¹ fu⁴", + "bopomofo" : "ㄕㄡ ㄈㄨˋ", + "romatzyh" : "shou fuh" }, + "meanings" : [ "to recover (lost territory etc)", + "to recapture" ], + "classifiers" : [] } ] }, + { "simplified" : "收购", + "radical" : "攵", + "level" : [ "new-5" ], + "frequency" : 4990, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收購", + "transcriptions" : { "pinyin" : "shōu gòu", + "numeric" : "shou1 gou4", + "wadegiles" : "shou¹ kou⁴", + "bopomofo" : "ㄕㄡ ㄍㄡˋ", + "romatzyh" : "shou gow" }, + "meanings" : [ "to purchase (from various places)", + "to acquire (a company)" ], + "classifiers" : [] } ] }, + { "simplified" : "收回", + "radical" : "攵", + "level" : [ "new-4" ], + "frequency" : 4431, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收回", + "transcriptions" : { "pinyin" : "shōu huí", + "numeric" : "shou1 hui2", + "wadegiles" : "shou¹ hui²", + "bopomofo" : "ㄕㄡ ㄏㄨㄟˊ", + "romatzyh" : "shou hwei" }, + "meanings" : [ "to regain", + "to retake", + "to take back", + "to withdraw", + "to revoke" ], + "classifiers" : [] } ] }, + { "simplified" : "收获", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 3809, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "收獲", + "transcriptions" : { "pinyin" : "shōu huò", + "numeric" : "shou1 huo4", + "wadegiles" : "shou¹ huo⁴", + "bopomofo" : "ㄕㄡ ㄏㄨㄛˋ", + "romatzyh" : "shou huoh" }, + "meanings" : [ "variant of 收获" ], + "classifiers" : [] }, + { "traditional" : "收穫", + "transcriptions" : { "pinyin" : "shōu huò", + "numeric" : "shou1 huo4", + "wadegiles" : "shou¹ huo⁴", + "bopomofo" : "ㄕㄡ ㄏㄨㄛˋ", + "romatzyh" : "shou huoh" }, + "meanings" : [ "to harvest", + "to reap", + "to gain", + "crop", + "harvest", + "profit", + "gain", + "bonus", + "reward" ], + "classifiers" : [] } ] }, + { "simplified" : "收集", + "radical" : "攵", + "level" : [ "new-5" ], + "frequency" : 2924, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收集", + "transcriptions" : { "pinyin" : "shōu jí", + "numeric" : "shou1 ji2", + "wadegiles" : "shou¹ chi²", + "bopomofo" : "ㄕㄡ ㄐㄧˊ", + "romatzyh" : "shou jyi" }, + "meanings" : [ "to gather", "to collect" ], + "classifiers" : [] } ] }, + { "simplified" : "收据", + "radical" : "攵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11991, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "收據", + "transcriptions" : { "pinyin" : "shōu jù", + "numeric" : "shou1 ju4", + "wadegiles" : "shou¹ chü⁴", + "bopomofo" : "ㄕㄡ ㄐㄩˋ", + "romatzyh" : "shou jiuh" }, + "meanings" : [ "receipt" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "收看", + "radical" : "攵", + "level" : [ "new-3" ], + "frequency" : 7983, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收看", + "transcriptions" : { "pinyin" : "shōu kàn", + "numeric" : "shou1 kan4", + "wadegiles" : "shou¹ k'an⁴", + "bopomofo" : "ㄕㄡ ㄎㄢˋ", + "romatzyh" : "shou kann" }, + "meanings" : [ "to watch (a TV program)" ], + "classifiers" : [] } ] }, + { "simplified" : "收敛", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 11751, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收斂", + "transcriptions" : { "pinyin" : "shōu liǎn", + "numeric" : "shou1 lian3", + "wadegiles" : "shou¹ lien³", + "bopomofo" : "ㄕㄡ ㄌㄧㄢˇ", + "romatzyh" : "shou lean" }, + "meanings" : [ "to dwindle", + "to vanish", + "to make vanish", + "to exercise restraint", + "to curb (one's mirth, arrogance etc)", + "to astringe", + "(math.) to converge" ], + "classifiers" : [] } ] }, + { "simplified" : "收留", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 14442, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "收留", + "transcriptions" : { "pinyin" : "shōu liú", + "numeric" : "shou1 liu2", + "wadegiles" : "shou¹ liu²", + "bopomofo" : "ㄕㄡ ㄌㄧㄡˊ", + "romatzyh" : "shou liou" }, + "meanings" : [ "to offer shelter; to have sb in one's care" ], + "classifiers" : [] } ] }, + { "simplified" : "收买", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 14106, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收買", + "transcriptions" : { "pinyin" : "shōu mǎi", + "numeric" : "shou1 mai3", + "wadegiles" : "shou¹ mai³", + "bopomofo" : "ㄕㄡ ㄇㄞˇ", + "romatzyh" : "shou mae" }, + "meanings" : [ "to purchase", "to bribe" ], + "classifiers" : [] } ] }, + { "simplified" : "收取", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 8208, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收取", + "transcriptions" : { "pinyin" : "shōu qǔ", + "numeric" : "shou1 qu3", + "wadegiles" : "shou¹ ch'ü³", + "bopomofo" : "ㄕㄡ ㄑㄩˇ", + "romatzyh" : "shou cheu" }, + "meanings" : [ "to receive", "to collect" ], + "classifiers" : [] } ] }, + { "simplified" : "收入", + "radical" : "攵", + "level" : [ "new-2", "old-4" ], + "frequency" : 2243, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "收入", + "transcriptions" : { "pinyin" : "shōu rù", + "numeric" : "shou1 ru4", + "wadegiles" : "shou¹ ju⁴", + "bopomofo" : "ㄕㄡ ㄖㄨˋ", + "romatzyh" : "shou ruh" }, + "meanings" : [ "to take in", "income", "revenue" ], + "classifiers" : [ "笔", "个" ] } ] }, + { "simplified" : "收视率", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 9580, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "收視率", + "transcriptions" : { "pinyin" : "shōu shì lu:4", + "numeric" : "shou1 shi4 lü4", + "wadegiles" : "shou¹ shih⁴ lu:4", + "bopomofo" : "ㄕㄡ ㄕˋ lu:4", + "romatzyh" : "shou shyh lu:4" }, + "meanings" : [ "ratings (of a TV show)" ], + "classifiers" : [] } ] }, + { "simplified" : "收拾", + "radical" : "攵", + "level" : [ "new-5", "old-4" ], + "frequency" : 3266, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "收拾", + "transcriptions" : { "pinyin" : "shōu shi", + "numeric" : "shou1 shi5", + "wadegiles" : "shou¹ shi", + "bopomofo" : "ㄕㄡ shi", + "romatzyh" : "shou shi" }, + "meanings" : [ "to put in order", + "to tidy up", + "to pack", + "to repair", + "(coll.) to sort sb out", + "to fix sb" ], + "classifiers" : [] } ] }, + { "simplified" : "收缩", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8334, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收縮", + "transcriptions" : { "pinyin" : "shōu suō", + "numeric" : "shou1 suo1", + "wadegiles" : "shou¹ so¹", + "bopomofo" : "ㄕㄡ ㄙㄨㄛ", + "romatzyh" : "shou suo" }, + "meanings" : [ "to pull back", + "to shrink", + "to contract", + "(physiology) systole" ], + "classifiers" : [] } ] }, + { "simplified" : "收听", + "radical" : "攵", + "level" : [ "new-3" ], + "frequency" : 9778, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收聽", + "transcriptions" : { "pinyin" : "shōu tīng", + "numeric" : "shou1 ting1", + "wadegiles" : "shou¹ t'ing¹", + "bopomofo" : "ㄕㄡ ㄊㄧㄥ", + "romatzyh" : "shou ting" }, + "meanings" : [ "to listen to (a radio broadcast)" ], + "classifiers" : [] } ] }, + { "simplified" : "收养", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 8175, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "收養", + "transcriptions" : { "pinyin" : "shōu yǎng", + "numeric" : "shou1 yang3", + "wadegiles" : "shou¹ yang³", + "bopomofo" : "ㄕㄡ ㄧㄤˇ", + "romatzyh" : "shou yeang" }, + "meanings" : [ "to take in and care for (an elderly person, a dog etc)", + "to adopt (a child)", + "adoption" ], + "classifiers" : [] } ] }, + { "simplified" : "收益", + "radical" : "攵", + "level" : [ "new-4", "old-6" ], + "frequency" : 5339, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "收益", + "transcriptions" : { "pinyin" : "shōu yì", + "numeric" : "shou1 yi4", + "wadegiles" : "shou¹ i⁴", + "bopomofo" : "ㄕㄡ ㄧˋ", + "romatzyh" : "shou yih" }, + "meanings" : [ "earnings", "profit" ], + "classifiers" : [] } ] }, + { "simplified" : "收音机", + "radical" : "攵", + "level" : [ "new-3", "old-6" ], + "frequency" : 9558, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "收音機", + "transcriptions" : { "pinyin" : "shōu yīn jī", + "numeric" : "shou1 yin1 ji1", + "wadegiles" : "shou¹ yin¹ chi¹", + "bopomofo" : "ㄕㄡ ㄧㄣ ㄐㄧ", + "romatzyh" : "shou in ji" }, + "meanings" : [ "radio" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "收支", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 14183, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "收支", + "transcriptions" : { "pinyin" : "shōu zhī", + "numeric" : "shou1 zhi1", + "wadegiles" : "shou¹ chih¹", + "bopomofo" : "ㄕㄡ ㄓ", + "romatzyh" : "shou jy" }, + "meanings" : [ "cash flow", + "financial balance", + "income and expenditure" ], + "classifiers" : [] } ] }, + { "simplified" : "手", + "radical" : "手", + "level" : [ "new-1" ], + "frequency" : 190, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "手", + "transcriptions" : { "pinyin" : "shǒu", + "numeric" : "shou3", + "wadegiles" : "shou³", + "bopomofo" : "ㄕㄡˇ", + "romatzyh" : "shoou" }, + "meanings" : [ "hand", + "(formal) to hold", + "person engaged in certain types of work", + "person skilled in certain types of work", + "personal(ly)", + "convenient", + "classifier for skill" ], + "classifiers" : [ "双", "只" ] } ] }, + { "simplified" : "手臂", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 4735, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手臂", + "transcriptions" : { "pinyin" : "shǒu bì", + "numeric" : "shou3 bi4", + "wadegiles" : "shou³ pi⁴", + "bopomofo" : "ㄕㄡˇ ㄅㄧˋ", + "romatzyh" : "shoou bih" }, + "meanings" : [ "arm", "helper" ], + "classifiers" : [] } ] }, + { "simplified" : "手表", + "radical" : "手", + "level" : [ "new-2", "old-2" ], + "frequency" : 6179, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手錶", + "transcriptions" : { "pinyin" : "shǒu biǎo", + "numeric" : "shou3 biao3", + "wadegiles" : "shou³ piao³", + "bopomofo" : "ㄕㄡˇ ㄅㄧㄠˇ", + "romatzyh" : "shoou beau" }, + "meanings" : [ "wristwatch" ], + "classifiers" : [ "块", "只", "个" ] } ] }, + { "simplified" : "手册", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 7783, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手冊", + "transcriptions" : { "pinyin" : "shǒu cè", + "numeric" : "shou3 ce4", + "wadegiles" : "shou³ ts'e⁴", + "bopomofo" : "ㄕㄡˇ ㄘㄜˋ", + "romatzyh" : "shoou tseh" }, + "meanings" : [ "manual; handbook" ], + "classifiers" : [] } ] }, + { "simplified" : "手动", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 9664, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "手動", + "transcriptions" : { "pinyin" : "shǒu dòng", + "numeric" : "shou3 dong4", + "wadegiles" : "shou³ tung⁴", + "bopomofo" : "ㄕㄡˇ ㄉㄨㄥˋ", + "romatzyh" : "shoou donq" }, + "meanings" : [ "manual", + "manually operated", + "manual gear-change" ], + "classifiers" : [] } ] }, + { "simplified" : "手段", + "radical" : "手", + "level" : [ "new-5" ], + "frequency" : 1890, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手段", + "transcriptions" : { "pinyin" : "shǒu duàn", + "numeric" : "shou3 duan4", + "wadegiles" : "shou³ tuan⁴", + "bopomofo" : "ㄕㄡˇ ㄉㄨㄢˋ", + "romatzyh" : "shoou duann" }, + "meanings" : [ "method", + "means (of doing sth)", + "strategy", + "trick" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "手法", + "radical" : "手", + "level" : [ "new-5", "old-6" ], + "frequency" : 4694, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手法", + "transcriptions" : { "pinyin" : "shǒu fǎ", + "numeric" : "shou3 fa3", + "wadegiles" : "shou³ fa³", + "bopomofo" : "ㄕㄡˇ ㄈㄚˇ", + "romatzyh" : "shoou faa" }, + "meanings" : [ "technique", "trick", "skill" ], + "classifiers" : [] } ] }, + { "simplified" : "手工", + "radical" : "手", + "level" : [ "new-4", "old-5" ], + "frequency" : 6943, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "手工", + "transcriptions" : { "pinyin" : "shǒu gōng", + "numeric" : "shou3 gong1", + "wadegiles" : "shou³ kung¹", + "bopomofo" : "ㄕㄡˇ ㄍㄨㄥ", + "romatzyh" : "shoou gong" }, + "meanings" : [ "handwork", "manual" ], + "classifiers" : [] } ] }, + { "simplified" : "手机", + "radical" : "手", + "level" : [ "new-1", "old-2" ], + "frequency" : 857, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手機", + "transcriptions" : { "pinyin" : "shǒu jī", + "numeric" : "shou3 ji1", + "wadegiles" : "shou³ chi¹", + "bopomofo" : "ㄕㄡˇ ㄐㄧ", + "romatzyh" : "shoou ji" }, + "meanings" : [ "cell phone", "mobile phone" ], + "classifiers" : [ "部", "支" ] } ] }, + { "simplified" : "手脚", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 6879, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手腳", + "transcriptions" : { "pinyin" : "shǒu jiǎo", + "numeric" : "shou3 jiao3", + "wadegiles" : "shou³ chiao³", + "bopomofo" : "ㄕㄡˇ ㄐㄧㄠˇ", + "romatzyh" : "shoou jeau" }, + "meanings" : [ "hand and foot", + "movement of limbs", + "action", + "trick", + "step in a procedure" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "手里", + "radical" : "手", + "level" : [ "new-4" ], + "frequency" : 1705, + "pos" : [ "s", "n" ], + "forms" : [ { "traditional" : "手裡", + "transcriptions" : { "pinyin" : "shǒu lǐ", + "numeric" : "shou3 li3", + "wadegiles" : "shou³ li³", + "bopomofo" : "ㄕㄡˇ ㄌㄧˇ", + "romatzyh" : "shoou lii" }, + "meanings" : [ "in hand", + "(a situation is) in sb's hands" ], + "classifiers" : [] } ] }, + { "simplified" : "手帕", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 17352, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手帕", + "transcriptions" : { "pinyin" : "shǒu pà", + "numeric" : "shou3 pa4", + "wadegiles" : "shou³ p'a⁴", + "bopomofo" : "ㄕㄡˇ ㄆㄚˋ", + "romatzyh" : "shoou pah" }, + "meanings" : [ "handkerchief" ], + "classifiers" : [ "方" ] } ] }, + { "simplified" : "手枪", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 6518, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手槍", + "transcriptions" : { "pinyin" : "shǒu qiāng", + "numeric" : "shou3 qiang1", + "wadegiles" : "shou³ ch'iang¹", + "bopomofo" : "ㄕㄡˇ ㄑㄧㄤ", + "romatzyh" : "shoou chiang" }, + "meanings" : [ "pistol" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "手势", + "radical" : "手", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9642, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手勢", + "transcriptions" : { "pinyin" : "shǒu shì", + "numeric" : "shou3 shi4", + "wadegiles" : "shou³ shih⁴", + "bopomofo" : "ㄕㄡˇ ㄕˋ", + "romatzyh" : "shoou shyh" }, + "meanings" : [ "gesture", "sign", "signal" ], + "classifiers" : [] } ] }, + { "simplified" : "手术", + "radical" : "手", + "level" : [ "new-4", "old-5" ], + "frequency" : 1041, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "手術", + "transcriptions" : { "pinyin" : "shǒu shù", + "numeric" : "shou3 shu4", + "wadegiles" : "shou³ shu⁴", + "bopomofo" : "ㄕㄡˇ ㄕㄨˋ", + "romatzyh" : "shoou shuh" }, + "meanings" : [ "(surgical) operation", "surgery" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "手术室", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 11730, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手術室", + "transcriptions" : { "pinyin" : "shǒu shù shì", + "numeric" : "shou3 shu4 shi4", + "wadegiles" : "shou³ shu⁴ shih⁴", + "bopomofo" : "ㄕㄡˇ ㄕㄨˋ ㄕˋ", + "romatzyh" : "shoou shuh shyh" }, + "meanings" : [ "operating room" ], + "classifiers" : [] } ] }, + { "simplified" : "手套", + "radical" : "手", + "level" : [ "new-4", "old-5" ], + "frequency" : 6306, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手套", + "transcriptions" : { "pinyin" : "shǒu tào", + "numeric" : "shou3 tao4", + "wadegiles" : "shou³ t'ao⁴", + "bopomofo" : "ㄕㄡˇ ㄊㄠˋ", + "romatzyh" : "shoou taw" }, + "meanings" : [ "glove", "mitten" ], + "classifiers" : [ "双", "只" ] } ] }, + { "simplified" : "手头", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 9741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手頭", + "transcriptions" : { "pinyin" : "shǒu tóu", + "numeric" : "shou3 tou2", + "wadegiles" : "shou³ t'ou²", + "bopomofo" : "ㄕㄡˇ ㄊㄡˊ", + "romatzyh" : "shoou tour" }, + "meanings" : [ "on hand", + "at hand", + "one's financial situation" ], + "classifiers" : [] } ] }, + { "simplified" : "手腕", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 7714, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手腕", + "transcriptions" : { "pinyin" : "shǒu wàn", + "numeric" : "shou3 wan4", + "wadegiles" : "shou³ wan⁴", + "bopomofo" : "ㄕㄡˇ ㄨㄢˋ", + "romatzyh" : "shoou wann" }, + "meanings" : [ "wrist", + "trickery", + "finesse", + "ability", + "skill" ], + "classifiers" : [] } ] }, + { "simplified" : "手续", + "radical" : "手", + "level" : [ "new-3", "old-5" ], + "frequency" : 5265, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手續", + "transcriptions" : { "pinyin" : "shǒu xù", + "numeric" : "shou3 xu4", + "wadegiles" : "shou³ hsü⁴", + "bopomofo" : "ㄕㄡˇ ㄒㄩˋ", + "romatzyh" : "shoou shiuh" }, + "meanings" : [ "procedure", "formalities" ], + "classifiers" : [ "道", "个" ] } ] }, + { "simplified" : "手续费", + "radical" : "手", + "level" : [ "new-6" ], + "frequency" : 21239, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手續費", + "transcriptions" : { "pinyin" : "shǒu xù fèi", + "numeric" : "shou3 xu4 fei4", + "wadegiles" : "shou³ hsü⁴ fei⁴", + "bopomofo" : "ㄕㄡˇ ㄒㄩˋ ㄈㄟˋ", + "romatzyh" : "shoou shiuh fey" }, + "meanings" : [ "service charge", + "processing fee", + "commission" ], + "classifiers" : [] } ] }, + { "simplified" : "手艺", + "radical" : "手", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12504, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手藝", + "transcriptions" : { "pinyin" : "shǒu yì", + "numeric" : "shou3 yi4", + "wadegiles" : "shou³ i⁴", + "bopomofo" : "ㄕㄡˇ ㄧˋ", + "romatzyh" : "shoou yih" }, + "meanings" : [ "craftmanship", + "workmanship", + "handicraft", + "trade" ], + "classifiers" : [] } ] }, + { "simplified" : "手掌", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 9804, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手掌", + "transcriptions" : { "pinyin" : "shǒu zhǎng", + "numeric" : "shou3 zhang3", + "wadegiles" : "shou³ chang³", + "bopomofo" : "ㄕㄡˇ ㄓㄤˇ", + "romatzyh" : "shoou jaang" }, + "meanings" : [ "palm" ], + "classifiers" : [] } ] }, + { "simplified" : "手指", + "radical" : "手", + "level" : [ "new-3", "old-5" ], + "frequency" : 3266, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "手指", + "transcriptions" : { "pinyin" : "shǒu zhǐ", + "numeric" : "shou3 zhi3", + "wadegiles" : "shou³ chih³", + "bopomofo" : "ㄕㄡˇ ㄓˇ", + "romatzyh" : "shoou jyy" }, + "meanings" : [ "finger" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "守", + "radical" : "宀", + "level" : [ "new-4" ], + "frequency" : 2638, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "守", + "transcriptions" : { "pinyin" : "shǒu", + "numeric" : "shou3", + "wadegiles" : "shou³", + "bopomofo" : "ㄕㄡˇ", + "romatzyh" : "shoou" }, + "meanings" : [ "to guard", + "to defend", + "to keep watch", + "to abide by the law", + "to observe (rules or ritual)", + "nearby", + "adjoining" ], + "classifiers" : [] } ] }, + { "simplified" : "守候", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 13391, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "守候", + "transcriptions" : { "pinyin" : "shǒu hòu", + "numeric" : "shou3 hou4", + "wadegiles" : "shou³ hou⁴", + "bopomofo" : "ㄕㄡˇ ㄏㄡˋ", + "romatzyh" : "shoou how" }, + "meanings" : [ "to wait for", + "to expect", + "to keep watch", + "to watch over", + "to nurse" ], + "classifiers" : [] } ] }, + { "simplified" : "守护", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7007, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "守護", + "transcriptions" : { "pinyin" : "shǒu hù", + "numeric" : "shou3 hu4", + "wadegiles" : "shou³ hu⁴", + "bopomofo" : "ㄕㄡˇ ㄏㄨˋ", + "romatzyh" : "shoou huh" }, + "meanings" : [ "to guard", "to protect" ], + "classifiers" : [] } ] }, + { "simplified" : "守株待兔", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 33204, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "守株待兔", + "transcriptions" : { "pinyin" : "shǒu zhū dài tù", + "numeric" : "shou3 zhu1 dai4 tu4", + "wadegiles" : "shou³ chu¹ tai⁴ t'u⁴", + "bopomofo" : "ㄕㄡˇ ㄓㄨ ㄉㄞˋ ㄊㄨˋ", + "romatzyh" : "shoou ju day tuh" }, + "meanings" : [ "lit. to guard a tree-stump, waiting for rabbits (idiom)", + "to wait idly for opportunities", + "to trust to chance rather than show initiative" ], + "classifiers" : [] } ] }, + { "simplified" : "首", + "radical" : "首", + "level" : [ "new-4" ], + "frequency" : 662, + "pos" : [ "m", "q", "g" ], + "forms" : [ { "traditional" : "首", + "transcriptions" : { "pinyin" : "shǒu", + "numeric" : "shou3", + "wadegiles" : "shou³", + "bopomofo" : "ㄕㄡˇ", + "romatzyh" : "shoou" }, + "meanings" : [ "head", + "chief", + "first (occasion, thing etc)", + "classifier for poems, songs etc" ], + "classifiers" : [] } ] }, + { "simplified" : "首创", + "radical" : "首", + "level" : [ "new-7+" ], + "frequency" : 22495, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "首創", + "transcriptions" : { "pinyin" : "shǒu chuàng", + "numeric" : "shou3 chuang4", + "wadegiles" : "shou³ ch'uang⁴", + "bopomofo" : "ㄕㄡˇ ㄔㄨㄤˋ", + "romatzyh" : "shoou chuanq" }, + "meanings" : [ "to create", + "original creation", + "to be the first to do sth" ], + "classifiers" : [] } ] }, + { "simplified" : "首次", + "radical" : "首", + "level" : [ "new-6" ], + "frequency" : 20591, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "首次", + "transcriptions" : { "pinyin" : "shǒu cì", + "numeric" : "shou3 ci4", + "wadegiles" : "shou³ tz'u⁴", + "bopomofo" : "ㄕㄡˇ ㄘˋ", + "romatzyh" : "shoou tsyh" }, + "meanings" : [ "first", + "first time", + "for the first time" ], + "classifiers" : [] } ] }, + { "simplified" : "首都", + "radical" : "首", + "level" : [ "new-3", "old-4" ], + "frequency" : 4483, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "首都", + "transcriptions" : { "pinyin" : "shǒu dū", + "numeric" : "shou3 du1", + "wadegiles" : "shou³ tu¹", + "bopomofo" : "ㄕㄡˇ ㄉㄨ", + "romatzyh" : "shoou du" }, + "meanings" : [ "capital (city)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "首府", + "radical" : "首", + "level" : [ "new-7+" ], + "frequency" : 13328, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "首府", + "transcriptions" : { "pinyin" : "shǒu fǔ", + "numeric" : "shou3 fu3", + "wadegiles" : "shou³ fu³", + "bopomofo" : "ㄕㄡˇ ㄈㄨˇ", + "romatzyh" : "shoou fuu" }, + "meanings" : [ "capital city of an autonomous region" ], + "classifiers" : [] } ] }, + { "simplified" : "首脑", + "radical" : "首", + "level" : [ "new-6" ], + "frequency" : 10682, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "首腦", + "transcriptions" : { "pinyin" : "shǒu nǎo", + "numeric" : "shou3 nao3", + "wadegiles" : "shou³ nao³", + "bopomofo" : "ㄕㄡˇ ㄋㄠˇ", + "romatzyh" : "shoou nao" }, + "meanings" : [ "head (of state)", + "summit (meeting)", + "leader" ], + "classifiers" : [] } ] }, + { "simplified" : "首批", + "radical" : "首", + "level" : [ "new-7+" ], + "frequency" : 5890, + "pos" : [], + "forms" : [ { "traditional" : "首批", + "transcriptions" : { "pinyin" : "shǒu pī", + "numeric" : "shou3 pi1", + "wadegiles" : "shou³ p'i¹", + "bopomofo" : "ㄕㄡˇ ㄆㄧ", + "romatzyh" : "shoou pi" }, + "meanings" : [ "first batch" ], + "classifiers" : [] } ] }, + { "simplified" : "首饰", + "radical" : "首", + "level" : [ "new-7+" ], + "frequency" : 9399, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "首飾", + "transcriptions" : { "pinyin" : "shǒu shì", + "numeric" : "shou3 shi4", + "wadegiles" : "shou³ shih⁴", + "bopomofo" : "ㄕㄡˇ ㄕˋ", + "romatzyh" : "shoou shyh" }, + "meanings" : [ "jewelry", "head ornament" ], + "classifiers" : [] } ] }, + { "simplified" : "首席", + "radical" : "首", + "level" : [ "new-6" ], + "frequency" : 4140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "首席", + "transcriptions" : { "pinyin" : "shǒu xí", + "numeric" : "shou3 xi2", + "wadegiles" : "shou³ hsi²", + "bopomofo" : "ㄕㄡˇ ㄒㄧˊ", + "romatzyh" : "shoou shyi" }, + "meanings" : [ "chief (representative, correspondent etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "首先", + "radical" : "首", + "level" : [ "new-3", "old-4" ], + "frequency" : 878, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "首先", + "transcriptions" : { "pinyin" : "shǒu xiān", + "numeric" : "shou3 xian1", + "wadegiles" : "shou³ hsien¹", + "bopomofo" : "ㄕㄡˇ ㄒㄧㄢ", + "romatzyh" : "shoou shian" }, + "meanings" : [ "first (of all)", + "in the first place" ], + "classifiers" : [] } ] }, + { "simplified" : "首相", + "radical" : "首", + "level" : [ "new-6" ], + "frequency" : 5438, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "首相", + "transcriptions" : { "pinyin" : "shǒu xiàng", + "numeric" : "shou3 xiang4", + "wadegiles" : "shou³ hsiang⁴", + "bopomofo" : "ㄕㄡˇ ㄒㄧㄤˋ", + "romatzyh" : "shoou shianq" }, + "meanings" : [ "prime minister (of Japan or UK etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "首要", + "radical" : "首", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6441, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "首要", + "transcriptions" : { "pinyin" : "shǒu yào", + "numeric" : "shou3 yao4", + "wadegiles" : "shou³ yao⁴", + "bopomofo" : "ㄕㄡˇ ㄧㄠˋ", + "romatzyh" : "shoou yaw" }, + "meanings" : [ "the most important", + "of chief importance" ], + "classifiers" : [] } ] }, + { "simplified" : "寿命", + "radical" : "寸", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10838, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "壽命", + "transcriptions" : { "pinyin" : "shòu mìng", + "numeric" : "shou4 ming4", + "wadegiles" : "shou⁴ ming⁴", + "bopomofo" : "ㄕㄡˋ ㄇㄧㄥˋ", + "romatzyh" : "show minq" }, + "meanings" : [ "life span", + "life expectancy", + "lifetime (of a machine)" ], + "classifiers" : [] } ] }, + { "simplified" : "寿司", + "radical" : "寸", + "level" : [ "new-5" ], + "frequency" : 12454, + "pos" : [], + "forms" : [ { "traditional" : "壽司", + "transcriptions" : { "pinyin" : "shòu sī", + "numeric" : "shou4 si1", + "wadegiles" : "shou⁴ ssu¹", + "bopomofo" : "ㄕㄡˋ ㄙ", + "romatzyh" : "show sy" }, + "meanings" : [ "sushi" ], + "classifiers" : [] } ] }, + { "simplified" : "受", + "radical" : "又", + "level" : [ "new-3" ], + "frequency" : 393, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "受", + "transcriptions" : { "pinyin" : "shòu", + "numeric" : "shou4", + "wadegiles" : "shou⁴", + "bopomofo" : "ㄕㄡˋ", + "romatzyh" : "show" }, + "meanings" : [ "to receive", + "to accept", + "to suffer", + "subjected to", + "to bear", + "to stand", + "pleasant", + "(passive marker)" ], + "classifiers" : [] } ] }, + { "simplified" : "受不了", + "radical" : "又", + "level" : [ "new-4", "old-4" ], + "frequency" : 3756, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "受不了", + "transcriptions" : { "pinyin" : "shòu bù liǎo", + "numeric" : "shou4 bu4 liao3", + "wadegiles" : "shou⁴ pu⁴ liao³", + "bopomofo" : "ㄕㄡˋ ㄅㄨˋ ㄌㄧㄠˇ", + "romatzyh" : "show buh leau" }, + "meanings" : [ "unbearable", + "unable to endure", + "can't stand" ], + "classifiers" : [] } ] }, + { "simplified" : "受到", + "radical" : "又", + "level" : [ "new-2", "old-4" ], + "frequency" : 858, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "受到", + "transcriptions" : { "pinyin" : "shòu dào", + "numeric" : "shou4 dao4", + "wadegiles" : "shou⁴ tao⁴", + "bopomofo" : "ㄕㄡˋ ㄉㄠˋ", + "romatzyh" : "show daw" }, + "meanings" : [ "to receive (praise, an education, punishment etc)", + "to be ...ed (praised, educated, punished etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "受过", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "受過", + "transcriptions" : { "pinyin" : "shòu guò", + "numeric" : "shou4 guo4", + "wadegiles" : "shou⁴ kuo⁴", + "bopomofo" : "ㄕㄡˋ ㄍㄨㄛˋ", + "romatzyh" : "show guoh" }, + "meanings" : [ "to take the blame (for sb else)" ], + "classifiers" : [] } ] }, + { "simplified" : "受害", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 12583, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "受害", + "transcriptions" : { "pinyin" : "shòu hài", + "numeric" : "shou4 hai4", + "wadegiles" : "shou⁴ hai⁴", + "bopomofo" : "ㄕㄡˋ ㄏㄞˋ", + "romatzyh" : "show hay" }, + "meanings" : [ "to suffer damage, injury etc", + "damaged", + "injured", + "killed", + "robbed" ], + "classifiers" : [] } ] }, + { "simplified" : "受害人", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 6583, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "受害人", + "transcriptions" : { "pinyin" : "shòu hài rén", + "numeric" : "shou4 hai4 ren2", + "wadegiles" : "shou⁴ hai⁴ jen²", + "bopomofo" : "ㄕㄡˋ ㄏㄞˋ ㄖㄣˊ", + "romatzyh" : "show hay ren" }, + "meanings" : [ "victim" ], + "classifiers" : [] } ] }, + { "simplified" : "受贿", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 12703, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "受賄", + "transcriptions" : { "pinyin" : "shòu huì", + "numeric" : "shou4 hui4", + "wadegiles" : "shou⁴ hui⁴", + "bopomofo" : "ㄕㄡˋ ㄏㄨㄟˋ", + "romatzyh" : "show huey" }, + "meanings" : [ "to accept a bribe" ], + "classifiers" : [] } ] }, + { "simplified" : "受惊", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 22069, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "受驚", + "transcriptions" : { "pinyin" : "shòu jīng", + "numeric" : "shou4 jing1", + "wadegiles" : "shou⁴ ching¹", + "bopomofo" : "ㄕㄡˋ ㄐㄧㄥ", + "romatzyh" : "show jing" }, + "meanings" : [ "startled" ], + "classifiers" : [] } ] }, + { "simplified" : "受苦", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 14680, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "受苦", + "transcriptions" : { "pinyin" : "shòu kǔ", + "numeric" : "shou4 ku3", + "wadegiles" : "shou⁴ k'u³", + "bopomofo" : "ㄕㄡˋ ㄎㄨˇ", + "romatzyh" : "show kuu" }, + "meanings" : [ "to suffer hardship" ], + "classifiers" : [] } ] }, + { "simplified" : "受理", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 10796, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "受理", + "transcriptions" : { "pinyin" : "shòu lǐ", + "numeric" : "shou4 li3", + "wadegiles" : "shou⁴ li³", + "bopomofo" : "ㄕㄡˋ ㄌㄧˇ", + "romatzyh" : "show lii" }, + "meanings" : [ "to accept to hear a case", + "to handle (a service)" ], + "classifiers" : [] } ] }, + { "simplified" : "受骗", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 15006, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "受騙", + "transcriptions" : { "pinyin" : "shòu piàn", + "numeric" : "shou4 pian4", + "wadegiles" : "shou⁴ p'ien⁴", + "bopomofo" : "ㄕㄡˋ ㄆㄧㄢˋ", + "romatzyh" : "show piann" }, + "meanings" : [ "to be cheated", + "to be taken in", + "to be hoodwinked" ], + "classifiers" : [] } ] }, + { "simplified" : "受伤", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 1454, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "受傷", + "transcriptions" : { "pinyin" : "shòu shāng", + "numeric" : "shou4 shang1", + "wadegiles" : "shou⁴ shang¹", + "bopomofo" : "ㄕㄡˋ ㄕㄤ", + "romatzyh" : "show shang" }, + "meanings" : [ "to sustain injuries", + "wounded (in an accident etc)", + "harmed" ], + "classifiers" : [] } ] }, + { "simplified" : "受益", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 7654, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "受益", + "transcriptions" : { "pinyin" : "shòu yì", + "numeric" : "shou4 yi4", + "wadegiles" : "shou⁴ i⁴", + "bopomofo" : "ㄕㄡˋ ㄧˋ", + "romatzyh" : "show yih" }, + "meanings" : [ "to benefit from", "profit" ], + "classifiers" : [] } ] }, + { "simplified" : "受灾", + "radical" : "又", + "level" : [ "new-5" ], + "frequency" : 20703, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "受災", + "transcriptions" : { "pinyin" : "shòu zāi", + "numeric" : "shou4 zai1", + "wadegiles" : "shou⁴ tsai¹", + "bopomofo" : "ㄕㄡˋ ㄗㄞ", + "romatzyh" : "show tzai" }, + "meanings" : [ "disaster-stricken", + "to be hit by a natural calamity" ], + "classifiers" : [] } ] }, + { "simplified" : "受罪", + "radical" : "又", + "level" : [ "old-6" ], + "frequency" : 18362, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "受罪", + "transcriptions" : { "pinyin" : "shòu zuì", + "numeric" : "shou4 zui4", + "wadegiles" : "shou⁴ tsui⁴", + "bopomofo" : "ㄕㄡˋ ㄗㄨㄟˋ", + "romatzyh" : "show tzuey" }, + "meanings" : [ "to endure", + "to suffer", + "hardships", + "torments", + "a hard time", + "a nuisance" ], + "classifiers" : [] } ] }, + { "simplified" : "售货员", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 19954, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "售貨員", + "transcriptions" : { "pinyin" : "shòu huò yuán", + "numeric" : "shou4 huo4 yuan2", + "wadegiles" : "shou⁴ huo⁴ yüan²", + "bopomofo" : "ㄕㄡˋ ㄏㄨㄛˋ ㄩㄢˊ", + "romatzyh" : "show huoh yuan" }, + "meanings" : [ "salesperson" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "售价", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 18675, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "售價", + "transcriptions" : { "pinyin" : "shòu jià", + "numeric" : "shou4 jia4", + "wadegiles" : "shou⁴ chia⁴", + "bopomofo" : "ㄕㄡˋ ㄐㄧㄚˋ", + "romatzyh" : "show jiah" }, + "meanings" : [ "selling price" ], + "classifiers" : [] } ] }, + { "simplified" : "售票", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 16573, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "售票", + "transcriptions" : { "pinyin" : "shòu piào", + "numeric" : "shou4 piao4", + "wadegiles" : "shou⁴ p'iao⁴", + "bopomofo" : "ㄕㄡˋ ㄆㄧㄠˋ", + "romatzyh" : "show piaw" }, + "meanings" : [ "to sell tickets" ], + "classifiers" : [] } ] }, + { "simplified" : "授权", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 3827, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "授權", + "transcriptions" : { "pinyin" : "shòu quán", + "numeric" : "shou4 quan2", + "wadegiles" : "shou⁴ ch'üan²", + "bopomofo" : "ㄕㄡˋ ㄑㄩㄢˊ", + "romatzyh" : "show chyuan" }, + "meanings" : [ "to authorize" ], + "classifiers" : [] } ] }, + { "simplified" : "授予", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7275, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "授予", + "transcriptions" : { "pinyin" : "shòu yǔ", + "numeric" : "shou4 yu3", + "wadegiles" : "shou⁴ yü³", + "bopomofo" : "ㄕㄡˋ ㄩˇ", + "romatzyh" : "show yeu" }, + "meanings" : [ "to award", "to confer" ], + "classifiers" : [] } ] }, + { "simplified" : "瘦", + "radical" : "疒", + "level" : [ "new-5", "old-3" ], + "frequency" : 2595, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "瘦", + "transcriptions" : { "pinyin" : "shòu", + "numeric" : "shou4", + "wadegiles" : "shou⁴", + "bopomofo" : "ㄕㄡˋ", + "romatzyh" : "show" }, + "meanings" : [ "thin", + "to lose weight", + "(of clothing) tight", + "(of meat) lean", + "(of land) unproductive" ], + "classifiers" : [] } ] }, + { "simplified" : "书", + "radical" : "丨", + "level" : [ "new-1", "old-1" ], + "frequency" : 560, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "書", + "transcriptions" : { "pinyin" : "Shū", + "numeric" : "Shu1", + "wadegiles" : "shu¹", + "bopomofo" : "ㄕㄨ", + "romatzyh" : "shu" }, + "meanings" : [ "abbr. for 书经" ], + "classifiers" : [] }, + { "traditional" : "書", + "transcriptions" : { "pinyin" : "shū", + "numeric" : "shu1", + "wadegiles" : "shu¹", + "bopomofo" : "ㄕㄨ", + "romatzyh" : "shu" }, + "meanings" : [ "book", + "letter", + "document", + "to write" ], + "classifiers" : [ "本", "册", "部" ] } ] }, + { "simplified" : "书包", + "radical" : "丨", + "level" : [ "new-1" ], + "frequency" : 11861, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書包", + "transcriptions" : { "pinyin" : "shū bāo", + "numeric" : "shu1 bao1", + "wadegiles" : "shu¹ pao¹", + "bopomofo" : "ㄕㄨ ㄅㄠ", + "romatzyh" : "shu bau" }, + "meanings" : [ "schoolbag", "satchel", "bookbag" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "书橱", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 61288, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書櫥", + "transcriptions" : { "pinyin" : "shū chú", + "numeric" : "shu1 chu2", + "wadegiles" : "shu¹ ch'u²", + "bopomofo" : "ㄕㄨ ㄔㄨˊ", + "romatzyh" : "shu chwu" }, + "meanings" : [ "bookcase" ], + "classifiers" : [] } ] }, + { "simplified" : "书店", + "radical" : "丨", + "level" : [ "new-1" ], + "frequency" : 7174, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書店", + "transcriptions" : { "pinyin" : "shū diàn", + "numeric" : "shu1 dian4", + "wadegiles" : "shu¹ tien⁴", + "bopomofo" : "ㄕㄨ ㄉㄧㄢˋ", + "romatzyh" : "shu diann" }, + "meanings" : [ "bookstore" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "书法", + "radical" : "丨", + "level" : [ "new-5", "old-6" ], + "frequency" : 15051, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書法", + "transcriptions" : { "pinyin" : "shū fǎ", + "numeric" : "shu1 fa3", + "wadegiles" : "shu¹ fa³", + "bopomofo" : "ㄕㄨ ㄈㄚˇ", + "romatzyh" : "shu faa" }, + "meanings" : [ "calligraphy", + "handwriting", + "penmanship" ], + "classifiers" : [] } ] }, + { "simplified" : "书房", + "radical" : "丨", + "level" : [ "new-6" ], + "frequency" : 9549, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書房", + "transcriptions" : { "pinyin" : "shū fáng", + "numeric" : "shu1 fang2", + "wadegiles" : "shu¹ fang²", + "bopomofo" : "ㄕㄨ ㄈㄤˊ", + "romatzyh" : "shu farng" }, + "meanings" : [ "study (room)", "studio" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "书柜", + "radical" : "丨", + "level" : [ "new-5" ], + "frequency" : 31619, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書櫃", + "transcriptions" : { "pinyin" : "shū guì", + "numeric" : "shu1 gui4", + "wadegiles" : "shu¹ kuei⁴", + "bopomofo" : "ㄕㄨ ㄍㄨㄟˋ", + "romatzyh" : "shu guey" }, + "meanings" : [ "bookcase" ], + "classifiers" : [] } ] }, + { "simplified" : "书籍", + "radical" : "丨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9005, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書籍", + "transcriptions" : { "pinyin" : "shū jí", + "numeric" : "shu1 ji2", + "wadegiles" : "shu¹ chi²", + "bopomofo" : "ㄕㄨ ㄐㄧˊ", + "romatzyh" : "shu jyi" }, + "meanings" : [ "books", "works" ], + "classifiers" : [] } ] }, + { "simplified" : "书记", + "radical" : "丨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14194, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書記", + "transcriptions" : { "pinyin" : "shū ji", + "numeric" : "shu1 ji5", + "wadegiles" : "shu¹ ji", + "bopomofo" : "ㄕㄨ ji", + "romatzyh" : "shu ji" }, + "meanings" : [ "secretary (chief official of a branch of a socialist or communist party)", + "clerk", + "scribe" ], + "classifiers" : [] } ] }, + { "simplified" : "书架", + "radical" : "丨", + "level" : [ "new-3", "old-5" ], + "frequency" : 16554, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書架", + "transcriptions" : { "pinyin" : "shū jià", + "numeric" : "shu1 jia4", + "wadegiles" : "shu¹ chia⁴", + "bopomofo" : "ㄕㄨ ㄐㄧㄚˋ", + "romatzyh" : "shu jiah" }, + "meanings" : [ "bookshelf" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "书面", + "radical" : "丨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6862, + "pos" : [ "b", "d", "n" ], + "forms" : [ { "traditional" : "書面", + "transcriptions" : { "pinyin" : "shū miàn", + "numeric" : "shu1 mian4", + "wadegiles" : "shu¹ mien⁴", + "bopomofo" : "ㄕㄨ ㄇㄧㄢˋ", + "romatzyh" : "shu miann" }, + "meanings" : [ "in writing", "written" ], + "classifiers" : [] } ] }, + { "simplified" : "书写", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 11723, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "書寫", + "transcriptions" : { "pinyin" : "shū xiě", + "numeric" : "shu1 xie3", + "wadegiles" : "shu¹ hsieh³", + "bopomofo" : "ㄕㄨ ㄒㄧㄝˇ", + "romatzyh" : "shu shiee" }, + "meanings" : [ "to write" ], + "classifiers" : [] } ] }, + { "simplified" : "书桌", + "radical" : "丨", + "level" : [ "new-5" ], + "frequency" : 17331, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "書桌", + "transcriptions" : { "pinyin" : "shū zhuō", + "numeric" : "shu1 zhuo1", + "wadegiles" : "shu¹ cho¹", + "bopomofo" : "ㄕㄨ ㄓㄨㄛ", + "romatzyh" : "shu juo" }, + "meanings" : [ "desk" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "抒情", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16306, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "抒情", + "transcriptions" : { "pinyin" : "shū qíng", + "numeric" : "shu1 qing2", + "wadegiles" : "shu¹ ch'ing²", + "bopomofo" : "ㄕㄨ ㄑㄧㄥˊ", + "romatzyh" : "shu chyng" }, + "meanings" : [ "to express emotion", "lyric" ], + "classifiers" : [] } ] }, + { "simplified" : "叔叔", + "radical" : "又", + "level" : [ "new-4", "old-3" ], + "frequency" : 3510, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "叔叔", + "transcriptions" : { "pinyin" : "shū shu", + "numeric" : "shu1 shu5", + "wadegiles" : "shu¹ shu", + "bopomofo" : "ㄕㄨ shu", + "romatzyh" : "shu shu" }, + "meanings" : [ "father's younger brother", + "uncle", + "Taiwan pr. [shú shu]" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "枢纽", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 20660, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樞紐", + "transcriptions" : { "pinyin" : "shū niǔ", + "numeric" : "shu1 niu3", + "wadegiles" : "shu¹ niu³", + "bopomofo" : "ㄕㄨ ㄋㄧㄡˇ", + "romatzyh" : "shu neou" }, + "meanings" : [ "hub (e.g. of traffic network)", + "hinge", + "pivot", + "fulcrum" ], + "classifiers" : [] } ] }, + { "simplified" : "梳", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 10902, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "梳", + "transcriptions" : { "pinyin" : "shū", + "numeric" : "shu1", + "wadegiles" : "shu¹", + "bopomofo" : "ㄕㄨ", + "romatzyh" : "shu" }, + "meanings" : [ "a comb", "to comb" ], + "classifiers" : [] } ] }, + { "simplified" : "梳理", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 14904, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "梳理", + "transcriptions" : { "pinyin" : "shū lǐ", + "numeric" : "shu1 li3", + "wadegiles" : "shu¹ li³", + "bopomofo" : "ㄕㄨ ㄌㄧˇ", + "romatzyh" : "shu lii" }, + "meanings" : [ "to comb", "fig. to sort out" ], + "classifiers" : [] } ] }, + { "simplified" : "梳子", + "radical" : "木", + "level" : [ "new-7+", "old-5" ], + "frequency" : 21250, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "梳子", + "transcriptions" : { "pinyin" : "shū zi", + "numeric" : "shu1 zi5", + "wadegiles" : "shu¹ zi", + "bopomofo" : "ㄕㄨ zi", + "romatzyh" : "shu zi" }, + "meanings" : [ "comb" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "疏导", + "radical" : "疋", + "level" : [ "new-7+" ], + "frequency" : 26988, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "疏導", + "transcriptions" : { "pinyin" : "shū dǎo", + "numeric" : "shu1 dao3", + "wadegiles" : "shu¹ tao³", + "bopomofo" : "ㄕㄨ ㄉㄠˇ", + "romatzyh" : "shu dao" }, + "meanings" : [ "to dredge", + "to open up a path for", + "to remove obstructions", + "to clear the way", + "to enlighten", + "persuasion" ], + "classifiers" : [] } ] }, + { "simplified" : "疏忽", + "radical" : "疋", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12839, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "疏忽", + "transcriptions" : { "pinyin" : "shū hu", + "numeric" : "shu1 hu5", + "wadegiles" : "shu¹ hu", + "bopomofo" : "ㄕㄨ hu", + "romatzyh" : "shu hu" }, + "meanings" : [ "to neglect", + "to overlook", + "negligence", + "carelessness" ], + "classifiers" : [] } ] }, + { "simplified" : "疏散", + "radical" : "疋", + "level" : [ "new-7+" ], + "frequency" : 8792, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "疏散", + "transcriptions" : { "pinyin" : "shū sàn", + "numeric" : "shu1 san4", + "wadegiles" : "shu¹ san⁴", + "bopomofo" : "ㄕㄨ ㄙㄢˋ", + "romatzyh" : "shu sann" }, + "meanings" : [ "to scatter", + "to disperse", + "to evacuate", + "scattered", + "to relax" ], + "classifiers" : [] } ] }, + { "simplified" : "疏通", + "radical" : "疋", + "level" : [ "new-7+" ], + "frequency" : 19535, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "疏通", + "transcriptions" : { "pinyin" : "shū tōng", + "numeric" : "shu1 tong1", + "wadegiles" : "shu¹ t'ung¹", + "bopomofo" : "ㄕㄨ ㄊㄨㄥ", + "romatzyh" : "shu tong" }, + "meanings" : [ "to unblock", + "to dredge", + "to clear the way", + "to get things flowing", + "to facilitate", + "to mediate", + "to lobby", + "to explicate (a text)" ], + "classifiers" : [] } ] }, + { "simplified" : "舒畅", + "radical" : "舌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18978, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "舒暢", + "transcriptions" : { "pinyin" : "shū chàng", + "numeric" : "shu1 chang4", + "wadegiles" : "shu¹ ch'ang⁴", + "bopomofo" : "ㄕㄨ ㄔㄤˋ", + "romatzyh" : "shu chanq" }, + "meanings" : [ "happy; entirely free from worry" ], + "classifiers" : [] } ] }, + { "simplified" : "舒服", + "radical" : "舌", + "level" : [ "new-2", "old-3" ], + "frequency" : 2343, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "舒服", + "transcriptions" : { "pinyin" : "shū fu", + "numeric" : "shu1 fu5", + "wadegiles" : "shu¹ fu", + "bopomofo" : "ㄕㄨ fu", + "romatzyh" : "shu fu" }, + "meanings" : [ "comfortable", "feeling well" ], + "classifiers" : [] } ] }, + { "simplified" : "舒适", + "radical" : "舌", + "level" : [ "new-4", "old-5" ], + "frequency" : 4270, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "舒適", + "transcriptions" : { "pinyin" : "shū shì", + "numeric" : "shu1 shi4", + "wadegiles" : "shu¹ shih⁴", + "bopomofo" : "ㄕㄨ ㄕˋ", + "romatzyh" : "shu shyh" }, + "meanings" : [ "cozy", "snug" ], + "classifiers" : [] } ] }, + { "simplified" : "输", + "radical" : "车", + "level" : [ "new-3", "old-4" ], + "frequency" : 1403, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "輸", + "transcriptions" : { "pinyin" : "shū", + "numeric" : "shu1", + "wadegiles" : "shu¹", + "bopomofo" : "ㄕㄨ", + "romatzyh" : "shu" }, + "meanings" : [ "to lose; to be beaten", + "(bound form) to transport", + "(literary) to donate; to contribute", + "(coll.) to enter (a password)" ], + "classifiers" : [] } ] }, + { "simplified" : "输出", + "radical" : "车", + "level" : [ "new-5" ], + "frequency" : 10311, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "輸出", + "transcriptions" : { "pinyin" : "shū chū", + "numeric" : "shu1 chu1", + "wadegiles" : "shu¹ ch'u¹", + "bopomofo" : "ㄕㄨ ㄔㄨ", + "romatzyh" : "shu chu" }, + "meanings" : [ "to export", "to output" ], + "classifiers" : [] } ] }, + { "simplified" : "输家", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 27508, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "輸家", + "transcriptions" : { "pinyin" : "shū jiā", + "numeric" : "shu1 jia1", + "wadegiles" : "shu¹ chia¹", + "bopomofo" : "ㄕㄨ ㄐㄧㄚ", + "romatzyh" : "shu jia" }, + "meanings" : [ "loser (as opposed to winner 赢家)" ], + "classifiers" : [] } ] }, + { "simplified" : "输入", + "radical" : "车", + "level" : [ "new-3", "old-5" ], + "frequency" : 4724, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "輸入", + "transcriptions" : { "pinyin" : "shū rù", + "numeric" : "shu1 ru4", + "wadegiles" : "shu¹ ju⁴", + "bopomofo" : "ㄕㄨ ㄖㄨˋ", + "romatzyh" : "shu ruh" }, + "meanings" : [ "to import", "to input" ], + "classifiers" : [] } ] }, + { "simplified" : "输送", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 12191, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "輸送", + "transcriptions" : { "pinyin" : "shū sòng", + "numeric" : "shu1 song4", + "wadegiles" : "shu¹ sung⁴", + "bopomofo" : "ㄕㄨ ㄙㄨㄥˋ", + "romatzyh" : "shu sonq" }, + "meanings" : [ "to transport", + "to convey", + "to deliver" ], + "classifiers" : [] } ] }, + { "simplified" : "输血", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 14301, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "輸血", + "transcriptions" : { "pinyin" : "shū xuè", + "numeric" : "shu1 xue4", + "wadegiles" : "shu¹ hsüeh⁴", + "bopomofo" : "ㄕㄨ ㄒㄩㄝˋ", + "romatzyh" : "shu shiueh" }, + "meanings" : [ "to transfuse blood", + "to give aid and support" ], + "classifiers" : [] } ] }, + { "simplified" : "输液", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 13615, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "輸液", + "transcriptions" : { "pinyin" : "shū yè", + "numeric" : "shu1 ye4", + "wadegiles" : "shu¹ yeh⁴", + "bopomofo" : "ㄕㄨ ㄧㄝˋ", + "romatzyh" : "shu yeh" }, + "meanings" : [ "intravenous infusion; to get put on an IV" ], + "classifiers" : [] } ] }, + { "simplified" : "蔬菜", + "radical" : "艹", + "level" : [ "new-5", "old-5" ], + "frequency" : 4103, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蔬菜", + "transcriptions" : { "pinyin" : "shū cài", + "numeric" : "shu1 cai4", + "wadegiles" : "shu¹ ts'ai⁴", + "bopomofo" : "ㄕㄨ ㄘㄞˋ", + "romatzyh" : "shu tsay" }, + "meanings" : [ "vegetables" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "赎", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 11652, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "贖", + "transcriptions" : { "pinyin" : "shú", + "numeric" : "shu2", + "wadegiles" : "shu²", + "bopomofo" : "ㄕㄨˊ", + "romatzyh" : "shwu" }, + "meanings" : [ "to redeem", "to ransom" ], + "classifiers" : [] } ] }, + { "simplified" : "熟", + "radical" : "灬", + "level" : [ "new-2" ], + "frequency" : 3050, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "熟", + "transcriptions" : { "pinyin" : "shú", + "numeric" : "shu2", + "wadegiles" : "shu²", + "bopomofo" : "ㄕㄨˊ", + "romatzyh" : "shwu" }, + "meanings" : [ "ripe; mature", + "thoroughly cooked; done", + "familiar; acquainted", + "experienced; skilled", + "(of sleep etc) deep; profound", + "also pr. [shóu]" ], + "classifiers" : [] } ] }, + { "simplified" : "熟练", + "radical" : "灬", + "level" : [ "new-4", "old-5" ], + "frequency" : 9623, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "熟練", + "transcriptions" : { "pinyin" : "shú liàn", + "numeric" : "shu2 lian4", + "wadegiles" : "shu² lien⁴", + "bopomofo" : "ㄕㄨˊ ㄌㄧㄢˋ", + "romatzyh" : "shwu liann" }, + "meanings" : [ "practiced", + "proficient", + "skilled", + "skillful" ], + "classifiers" : [] } ] }, + { "simplified" : "熟人", + "radical" : "灬", + "level" : [ "new-3" ], + "frequency" : 8931, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熟人", + "transcriptions" : { "pinyin" : "shú rén", + "numeric" : "shu2 ren2", + "wadegiles" : "shu² jen²", + "bopomofo" : "ㄕㄨˊ ㄖㄣˊ", + "romatzyh" : "shwu ren" }, + "meanings" : [ "acquaintance", "friend" ], + "classifiers" : [] } ] }, + { "simplified" : "熟悉", + "radical" : "灬", + "level" : [ "new-5", "old-4" ], + "frequency" : 2070, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "熟悉", + "transcriptions" : { "pinyin" : "shú xī", + "numeric" : "shu2 xi1", + "wadegiles" : "shu² hsi¹", + "bopomofo" : "ㄕㄨˊ ㄒㄧ", + "romatzyh" : "shwu shi" }, + "meanings" : [ "to be familiar with; to know well" ], + "classifiers" : [] } ] }, + { "simplified" : "属", + "radical" : "尸", + "level" : [ "new-3" ], + "frequency" : 3739, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "屬", + "transcriptions" : { "pinyin" : "shǔ", + "numeric" : "shu3", + "wadegiles" : "shu³", + "bopomofo" : "ㄕㄨˇ", + "romatzyh" : "shuu" }, + "meanings" : [ "category", + "genus (taxonomy)", + "family members", + "dependents", + "to belong to", + "subordinate to", + "affiliated with", + "be born in the year of (one of the 12 animals)", + "to be", + "to prove to be", + "to constitute" ], + "classifiers" : [] }, + { "traditional" : "屬", + "transcriptions" : { "pinyin" : "zhǔ", + "numeric" : "zhu3", + "wadegiles" : "chu³", + "bopomofo" : "ㄓㄨˇ", + "romatzyh" : "juu" }, + "meanings" : [ "to join together", + "to fix one's attention on", + "to concentrate on" ], + "classifiers" : [] } ] }, + { "simplified" : "属性", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 17443, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "屬性", + "transcriptions" : { "pinyin" : "shǔ xìng", + "numeric" : "shu3 xing4", + "wadegiles" : "shu³ hsing⁴", + "bopomofo" : "ㄕㄨˇ ㄒㄧㄥˋ", + "romatzyh" : "shuu shinq" }, + "meanings" : [ "attribute", "property" ], + "classifiers" : [] } ] }, + { "simplified" : "属于", + "radical" : "尸", + "level" : [ "new-3", "old-5" ], + "frequency" : 1036, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "屬於", + "transcriptions" : { "pinyin" : "shǔ yú", + "numeric" : "shu3 yu2", + "wadegiles" : "shu³ yü²", + "bopomofo" : "ㄕㄨˇ ㄩˊ", + "romatzyh" : "shuu yu" }, + "meanings" : [ "to be classified as", + "to belong to", + "to be part of" ], + "classifiers" : [] } ] }, + { "simplified" : "暑假", + "radical" : "日", + "level" : [ "new-4" ], + "frequency" : 7249, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "暑假", + "transcriptions" : { "pinyin" : "shǔ jià", + "numeric" : "shu3 jia4", + "wadegiles" : "shu³ chia⁴", + "bopomofo" : "ㄕㄨˇ ㄐㄧㄚˋ", + "romatzyh" : "shuu jiah" }, + "meanings" : [ "summer vacation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "暑期", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 13471, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "暑期", + "transcriptions" : { "pinyin" : "shǔ qī", + "numeric" : "shu3 qi1", + "wadegiles" : "shu³ ch'i¹", + "bopomofo" : "ㄕㄨˇ ㄑㄧ", + "romatzyh" : "shuu chi" }, + "meanings" : [ "summer vacation time" ], + "classifiers" : [] } ] }, + { "simplified" : "鼠", + "radical" : "鼠", + "level" : [ "new-5" ], + "frequency" : 3241, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "鼠", + "transcriptions" : { "pinyin" : "shǔ", + "numeric" : "shu3", + "wadegiles" : "shu³", + "bopomofo" : "ㄕㄨˇ", + "romatzyh" : "shuu" }, + "meanings" : [ "(bound form) rat; mouse" ], + "classifiers" : [] } ] }, + { "simplified" : "鼠标", + "radical" : "鼠", + "level" : [ "new-5", "old-5" ], + "frequency" : 18087, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鼠標", + "transcriptions" : { "pinyin" : "shǔ biāo", + "numeric" : "shu3 biao1", + "wadegiles" : "shu³ piao¹", + "bopomofo" : "ㄕㄨˇ ㄅㄧㄠ", + "romatzyh" : "shuu biau" }, + "meanings" : [ "mouse (computing)" ], + "classifiers" : [] } ] }, + { "simplified" : "薯片", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "薯片", + "transcriptions" : { "pinyin" : "shǔ piàn", + "numeric" : "shu3 pian4", + "wadegiles" : "shu³ p'ien⁴", + "bopomofo" : "ㄕㄨˇ ㄆㄧㄢˋ", + "romatzyh" : "shuu piann" }, + "meanings" : [ "fried potato chips" ], + "classifiers" : [] } ] }, + { "simplified" : "薯条", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 5044, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "薯條", + "transcriptions" : { "pinyin" : "shǔ tiáo", + "numeric" : "shu3 tiao2", + "wadegiles" : "shu³ t'iao²", + "bopomofo" : "ㄕㄨˇ ㄊㄧㄠˊ", + "romatzyh" : "shuu tyau" }, + "meanings" : [ "french fries", + "french fried potatoes", + "chips" ], + "classifiers" : [] } ] }, + { "simplified" : "曙光", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 14515, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "曙光", + "transcriptions" : { "pinyin" : "shǔ guāng", + "numeric" : "shu3 guang1", + "wadegiles" : "shu³ kuang¹", + "bopomofo" : "ㄕㄨˇ ㄍㄨㄤ", + "romatzyh" : "shuu guang" }, + "meanings" : [ "dawn", + "fig. the dawn of a new era" ], + "classifiers" : [] } ] }, + { "simplified" : "束", + "radical" : "木", + "level" : [ "new-3", "old-6" ], + "frequency" : 6473, + "pos" : [ "q", "v" ], + "forms" : [ { "traditional" : "束", + "transcriptions" : { "pinyin" : "Shù", + "numeric" : "Shu4", + "wadegiles" : "shu⁴", + "bopomofo" : "ㄕㄨˋ", + "romatzyh" : "shuh" }, + "meanings" : [ "surname Shu" ], + "classifiers" : [] }, + { "traditional" : "束", + "transcriptions" : { "pinyin" : "shù", + "numeric" : "shu4", + "wadegiles" : "shu⁴", + "bopomofo" : "ㄕㄨˋ", + "romatzyh" : "shuh" }, + "meanings" : [ "to bind", + "bunch", + "bundle", + "classifier for bunches, bundles, beams of light etc", + "to control" ], + "classifiers" : [] } ] }, + { "simplified" : "束缚", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7564, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "束縛", + "transcriptions" : { "pinyin" : "shù fù", + "numeric" : "shu4 fu4", + "wadegiles" : "shu⁴ fu⁴", + "bopomofo" : "ㄕㄨˋ ㄈㄨˋ", + "romatzyh" : "shuh fuh" }, + "meanings" : [ "to bind", + "to restrict", + "to tie", + "to commit", + "fetters" ], + "classifiers" : [] } ] }, + { "simplified" : "树", + "radical" : "木", + "level" : [ "new-1", "old-3" ], + "frequency" : 1481, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "樹", + "transcriptions" : { "pinyin" : "shù", + "numeric" : "shu4", + "wadegiles" : "shu⁴", + "bopomofo" : "ㄕㄨˋ", + "romatzyh" : "shuh" }, + "meanings" : [ "tree", + "to cultivate", + "to set up" ], + "classifiers" : [ "棵" ] } ] }, + { "simplified" : "树立", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6735, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "樹立", + "transcriptions" : { "pinyin" : "shù lì", + "numeric" : "shu4 li4", + "wadegiles" : "shu⁴ li⁴", + "bopomofo" : "ㄕㄨˋ ㄌㄧˋ", + "romatzyh" : "shuh lih" }, + "meanings" : [ "to set up", "to establish" ], + "classifiers" : [] } ] }, + { "simplified" : "树林", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 7102, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樹林", + "transcriptions" : { "pinyin" : "Shù lín", + "numeric" : "Shu4 lin2", + "wadegiles" : "shu⁴ lin²", + "bopomofo" : "ㄕㄨˋ ㄌㄧㄣˊ", + "romatzyh" : "shuh lin" }, + "meanings" : [ "Shulin city in New Taipei City 市, Taiwan" ], + "classifiers" : [] }, + { "traditional" : "樹林", + "transcriptions" : { "pinyin" : "shù lín", + "numeric" : "shu4 lin2", + "wadegiles" : "shu⁴ lin²", + "bopomofo" : "ㄕㄨˋ ㄌㄧㄣˊ", + "romatzyh" : "shuh lin" }, + "meanings" : [ "woods", "grove", "forest" ], + "classifiers" : [] } ] }, + { "simplified" : "树木", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 9271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樹木", + "transcriptions" : { "pinyin" : "shù mù", + "numeric" : "shu4 mu4", + "wadegiles" : "shu⁴ mu⁴", + "bopomofo" : "ㄕㄨˋ ㄇㄨˋ", + "romatzyh" : "shuh muh" }, + "meanings" : [ "tree" ], + "classifiers" : [] } ] }, + { "simplified" : "树梢", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 37468, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樹梢", + "transcriptions" : { "pinyin" : "shù shāo", + "numeric" : "shu4 shao1", + "wadegiles" : "shu⁴ shao¹", + "bopomofo" : "ㄕㄨˋ ㄕㄠ", + "romatzyh" : "shuh shau" }, + "meanings" : [ "the tip of a tree; treetop" ], + "classifiers" : [] } ] }, + { "simplified" : "树叶", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 11962, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樹葉", + "transcriptions" : { "pinyin" : "shù yè", + "numeric" : "shu4 ye4", + "wadegiles" : "shu⁴ yeh⁴", + "bopomofo" : "ㄕㄨˋ ㄧㄝˋ", + "romatzyh" : "shuh yeh" }, + "meanings" : [ "tree leaves" ], + "classifiers" : [] } ] }, + { "simplified" : "树荫", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 29574, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樹蔭", + "transcriptions" : { "pinyin" : "shù yīn", + "numeric" : "shu4 yin1", + "wadegiles" : "shu⁴ yin¹", + "bopomofo" : "ㄕㄨˋ ㄧㄣ", + "romatzyh" : "shuh in" }, + "meanings" : [ "shade of a tree", + "Taiwan pr. [shù yìn]" ], + "classifiers" : [] } ] }, + { "simplified" : "树枝", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 11026, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樹枝", + "transcriptions" : { "pinyin" : "shù zhī", + "numeric" : "shu4 zhi1", + "wadegiles" : "shu⁴ chih¹", + "bopomofo" : "ㄕㄨˋ ㄓ", + "romatzyh" : "shuh jy" }, + "meanings" : [ "branch", "twig" ], + "classifiers" : [] } ] }, + { "simplified" : "竖", + "radical" : "立", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9191, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "竪", + "transcriptions" : { "pinyin" : "shù", + "numeric" : "shu4", + "wadegiles" : "shu⁴", + "bopomofo" : "ㄕㄨˋ", + "romatzyh" : "shuh" }, + "meanings" : [ "variant of 竖" ], + "classifiers" : [] }, + { "traditional" : "豎", + "transcriptions" : { "pinyin" : "shù", + "numeric" : "shu4", + "wadegiles" : "shu⁴", + "bopomofo" : "ㄕㄨˋ", + "romatzyh" : "shuh" }, + "meanings" : [ "to erect", + "vertical", + "vertical stroke (in Chinese characters)" ], + "classifiers" : [] } ] }, + { "simplified" : "数", + "radical" : "攵", + "level" : [ "new-2", "old-6" ], + "frequency" : 852, + "pos" : [ "m", "n", "v" ], + "forms" : [ { "traditional" : "數", + "transcriptions" : { "pinyin" : "shǔ", + "numeric" : "shu3", + "wadegiles" : "shu³", + "bopomofo" : "ㄕㄨˇ", + "romatzyh" : "shuu" }, + "meanings" : [ "to count", + "to count as; to regard as", + "to enumerate; to list" ], + "classifiers" : [] }, + { "traditional" : "數", + "transcriptions" : { "pinyin" : "shù", + "numeric" : "shu4", + "wadegiles" : "shu⁴", + "bopomofo" : "ㄕㄨˋ", + "romatzyh" : "shuh" }, + "meanings" : [ "number; figure", "several; a few" ], + "classifiers" : [] }, + { "traditional" : "數", + "transcriptions" : { "pinyin" : "shuò", + "numeric" : "shuo4", + "wadegiles" : "shuo⁴", + "bopomofo" : "ㄕㄨㄛˋ", + "romatzyh" : "shuoh" }, + "meanings" : [ "(literary) frequently; repeatedly" ], + "classifiers" : [] } ] }, + { "simplified" : "数额", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10074, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "數額", + "transcriptions" : { "pinyin" : "shù é", + "numeric" : "shu4 e2", + "wadegiles" : "shu⁴ e²", + "bopomofo" : "ㄕㄨˋ ㄜˊ", + "romatzyh" : "shuh er" }, + "meanings" : [ "amount", + "sum of money", + "fixed number" ], + "classifiers" : [] } ] }, + { "simplified" : "数据", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 1496, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "數據", + "transcriptions" : { "pinyin" : "shù jù", + "numeric" : "shu4 ju4", + "wadegiles" : "shu⁴ chü⁴", + "bopomofo" : "ㄕㄨˋ ㄐㄩˋ", + "romatzyh" : "shuh jiuh" }, + "meanings" : [ "data" ], + "classifiers" : [] } ] }, + { "simplified" : "数据库", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 5370, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "數據庫", + "transcriptions" : { "pinyin" : "shù jù kù", + "numeric" : "shu4 ju4 ku4", + "wadegiles" : "shu⁴ chü⁴ k'u⁴", + "bopomofo" : "ㄕㄨˋ ㄐㄩˋ ㄎㄨˋ", + "romatzyh" : "shuh jiuh kuh" }, + "meanings" : [ "database" ], + "classifiers" : [] } ] }, + { "simplified" : "数量", + "radical" : "攵", + "level" : [ "new-3", "old-4" ], + "frequency" : 2916, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "數量", + "transcriptions" : { "pinyin" : "shù liàng", + "numeric" : "shu4 liang4", + "wadegiles" : "shu⁴ liang⁴", + "bopomofo" : "ㄕㄨˋ ㄌㄧㄤˋ", + "romatzyh" : "shuh lianq" }, + "meanings" : [ "amount", + "quantity", + "quantitative" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "数码", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 6016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "數碼", + "transcriptions" : { "pinyin" : "shù mǎ", + "numeric" : "shu4 ma3", + "wadegiles" : "shu⁴ ma³", + "bopomofo" : "ㄕㄨˋ ㄇㄚˇ", + "romatzyh" : "shuh maa" }, + "meanings" : [ "number", + "numerals", + "figures", + "digital", + "amount", + "numerical code" ], + "classifiers" : [] } ] }, + { "simplified" : "数目", + "radical" : "攵", + "level" : [ "new-5", "old-6" ], + "frequency" : 6683, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "數目", + "transcriptions" : { "pinyin" : "shù mù", + "numeric" : "shu4 mu4", + "wadegiles" : "shu⁴ mu⁴", + "bopomofo" : "ㄕㄨˋ ㄇㄨˋ", + "romatzyh" : "shuh muh" }, + "meanings" : [ "amount", "number" ], + "classifiers" : [] } ] }, + { "simplified" : "数学", + "radical" : "攵", + "level" : [ "old-3" ], + "frequency" : 3024, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "數學", + "transcriptions" : { "pinyin" : "shù xué", + "numeric" : "shu4 xue2", + "wadegiles" : "shu⁴ hsüeh²", + "bopomofo" : "ㄕㄨˋ ㄒㄩㄝˊ", + "romatzyh" : "shuh shyue" }, + "meanings" : [ "mathematics", "mathematical" ], + "classifiers" : [] } ] }, + { "simplified" : "数字", + "radical" : "攵", + "level" : [ "new-2", "old-4" ], + "frequency" : 1670, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "數字", + "transcriptions" : { "pinyin" : "shù zì", + "numeric" : "shu4 zi4", + "wadegiles" : "shu⁴ tzu⁴", + "bopomofo" : "ㄕㄨˋ ㄗˋ", + "romatzyh" : "shuh tzyh" }, + "meanings" : [ "numeral", + "digit", + "number", + "figure", + "amount", + "digital (electronics etc)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "刷", + "radical" : "刂", + "level" : [ "new-4", "old-3" ], + "frequency" : 3060, + "pos" : [ "v", "o" ], + "forms" : [ { "traditional" : "刷", + "transcriptions" : { "pinyin" : "shuā", + "numeric" : "shua1", + "wadegiles" : "shua¹", + "bopomofo" : "ㄕㄨㄚ", + "romatzyh" : "shua" }, + "meanings" : [ "to brush", + "to paint", + "to daub", + "to paste up", + "to skip class (of students)", + "to fire from a job" ], + "classifiers" : [] }, + { "traditional" : "刷", + "transcriptions" : { "pinyin" : "shuà", + "numeric" : "shua4", + "wadegiles" : "shua⁴", + "bopomofo" : "ㄕㄨㄚˋ", + "romatzyh" : "shuah" }, + "meanings" : [ "to select" ], + "classifiers" : [] } ] }, + { "simplified" : "刷新", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 13412, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "刷新", + "transcriptions" : { "pinyin" : "shuā xīn", + "numeric" : "shua1 xin1", + "wadegiles" : "shua¹ hsin¹", + "bopomofo" : "ㄕㄨㄚ ㄒㄧㄣ", + "romatzyh" : "shua shin" }, + "meanings" : [ "to renovate", + "to refurbish", + "to refresh (computer window)", + "to write a new page (in history)", + "to break (a record)" ], + "classifiers" : [] } ] }, + { "simplified" : "刷牙", + "radical" : "刂", + "level" : [ "new-4" ], + "frequency" : 10112, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "刷牙", + "transcriptions" : { "pinyin" : "shuā yá", + "numeric" : "shua1 ya2", + "wadegiles" : "shua¹ ya²", + "bopomofo" : "ㄕㄨㄚ ㄧㄚˊ", + "romatzyh" : "shua ya" }, + "meanings" : [ "to brush one's teeth" ], + "classifiers" : [] } ] }, + { "simplified" : "刷子", + "radical" : "刂", + "level" : [ "new-4" ], + "frequency" : 21763, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "刷子", + "transcriptions" : { "pinyin" : "shuā zi", + "numeric" : "shua1 zi5", + "wadegiles" : "shua¹ zi", + "bopomofo" : "ㄕㄨㄚ zi", + "romatzyh" : "shua zi" }, + "meanings" : [ "brush", "scrub" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "耍", + "radical" : "而", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3070, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耍", + "transcriptions" : { "pinyin" : "Shuǎ", + "numeric" : "Shua3", + "wadegiles" : "shua³", + "bopomofo" : "ㄕㄨㄚˇ", + "romatzyh" : "shoa" }, + "meanings" : [ "surname Shua" ], + "classifiers" : [] }, + { "traditional" : "耍", + "transcriptions" : { "pinyin" : "shuǎ", + "numeric" : "shua3", + "wadegiles" : "shua³", + "bopomofo" : "ㄕㄨㄚˇ", + "romatzyh" : "shoa" }, + "meanings" : [ "to play with", + "to wield", + "to act (cool etc)", + "to display (a skill, one's temper etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "耍赖", + "radical" : "而", + "level" : [ "new-7+" ], + "frequency" : 29362, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "耍賴", + "transcriptions" : { "pinyin" : "shuǎ lài", + "numeric" : "shua3 lai4", + "wadegiles" : "shua³ lai⁴", + "bopomofo" : "ㄕㄨㄚˇ ㄌㄞˋ", + "romatzyh" : "shoa lay" }, + "meanings" : [ "to act shamelessly", + "to refuse to acknowledge that one has lost the game, or made a promise etc", + "to act dumb", + "to act as if sth never happened" ], + "classifiers" : [] } ] }, + { "simplified" : "衰减", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 28810, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "衰減", + "transcriptions" : { "pinyin" : "shuāi jiǎn", + "numeric" : "shuai1 jian3", + "wadegiles" : "shuai¹ chien³", + "bopomofo" : "ㄕㄨㄞ ㄐㄧㄢˇ", + "romatzyh" : "shuai jean" }, + "meanings" : [ "to weaken", "to attenuate" ], + "classifiers" : [] } ] }, + { "simplified" : "衰竭", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 10257, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "衰竭", + "transcriptions" : { "pinyin" : "shuāi jié", + "numeric" : "shuai1 jie2", + "wadegiles" : "shuai¹ chieh²", + "bopomofo" : "ㄕㄨㄞ ㄐㄧㄝˊ", + "romatzyh" : "shuai jye" }, + "meanings" : [ "organ failure", + "exhaustion", + "prostration (medicine)" ], + "classifiers" : [] } ] }, + { "simplified" : "衰老", + "radical" : "衣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9618, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "衰老", + "transcriptions" : { "pinyin" : "shuāi lǎo", + "numeric" : "shuai1 lao3", + "wadegiles" : "shuai¹ lao³", + "bopomofo" : "ㄕㄨㄞ ㄌㄠˇ", + "romatzyh" : "shuai lao" }, + "meanings" : [ "to age", + "to deteriorate with age", + "old and weak" ], + "classifiers" : [] } ] }, + { "simplified" : "衰弱", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 25831, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "衰弱", + "transcriptions" : { "pinyin" : "shuāi ruò", + "numeric" : "shuai1 ruo4", + "wadegiles" : "shuai¹ jo⁴", + "bopomofo" : "ㄕㄨㄞ ㄖㄨㄛˋ", + "romatzyh" : "shuai ruoh" }, + "meanings" : [ "weak", "feeble" ], + "classifiers" : [] } ] }, + { "simplified" : "衰退", + "radical" : "衣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12859, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "衰退", + "transcriptions" : { "pinyin" : "shuāi tuì", + "numeric" : "shuai1 tui4", + "wadegiles" : "shuai¹ t'ui⁴", + "bopomofo" : "ㄕㄨㄞ ㄊㄨㄟˋ", + "romatzyh" : "shuai tuey" }, + "meanings" : [ "to decline", + "to fall", + "to drop", + "to falter", + "a decline", + "recession (in economics)" ], + "classifiers" : [] } ] }, + { "simplified" : "摔", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 3263, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "摔", + "transcriptions" : { "pinyin" : "shuāi", + "numeric" : "shuai1", + "wadegiles" : "shuai¹", + "bopomofo" : "ㄕㄨㄞ", + "romatzyh" : "shuai" }, + "meanings" : [ "to throw down", + "to fall", + "to drop and break" ], + "classifiers" : [] } ] }, + { "simplified" : "摔倒", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 8001, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "摔倒", + "transcriptions" : { "pinyin" : "shuāi dǎo", + "numeric" : "shuai1 dao3", + "wadegiles" : "shuai¹ tao³", + "bopomofo" : "ㄕㄨㄞ ㄉㄠˇ", + "romatzyh" : "shuai dao" }, + "meanings" : [ "to fall down", + "to slip and fall", + "to throw sb to the ground" ], + "classifiers" : [] } ] }, + { "simplified" : "摔跤", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11555, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "摔跤", + "transcriptions" : { "pinyin" : "shuāi jiāo", + "numeric" : "shuai1 jiao1", + "wadegiles" : "shuai¹ chiao¹", + "bopomofo" : "ㄕㄨㄞ ㄐㄧㄠ", + "romatzyh" : "shuai jiau" }, + "meanings" : [ "to trip and fall", + "to wrestle", + "wrestling (sports)" ], + "classifiers" : [] } ] }, + { "simplified" : "甩", + "radical" : "用", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3672, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "甩", + "transcriptions" : { "pinyin" : "shuǎi", + "numeric" : "shuai3", + "wadegiles" : "shuai³", + "bopomofo" : "ㄕㄨㄞˇ", + "romatzyh" : "shoai" }, + "meanings" : [ "to throw", + "to fling", + "to swing", + "to leave behind", + "to throw off", + "to dump (sb)" ], + "classifiers" : [] } ] }, + { "simplified" : "帅", + "radical" : "巾", + "level" : [ "new-4", "old-4" ], + "frequency" : 1452, + "pos" : [ "nr", "g" ], + "forms" : [ { "traditional" : "帥", + "transcriptions" : { "pinyin" : "Shuài", + "numeric" : "Shuai4", + "wadegiles" : "shuai⁴", + "bopomofo" : "ㄕㄨㄞˋ", + "romatzyh" : "shuay" }, + "meanings" : [ "surname Shuai" ], + "classifiers" : [] }, + { "traditional" : "帥", + "transcriptions" : { "pinyin" : "shuài", + "numeric" : "shuai4", + "wadegiles" : "shuai⁴", + "bopomofo" : "ㄕㄨㄞˋ", + "romatzyh" : "shuay" }, + "meanings" : [ "(bound form) commander-in-chief", + "(bound form) to lead; to command", + "handsome; graceful; dashing; elegant", + "(coll.) cool!; sweet!", + "(Chinese chess) general (on the red side, equivalent to a king in Western chess)" ], + "classifiers" : [] } ] }, + { "simplified" : "帅哥", + "radical" : "巾", + "level" : [ "new-4" ], + "frequency" : 6378, + "pos" : [ "nr" ], + "forms" : [ { "traditional" : "帥哥", + "transcriptions" : { "pinyin" : "shuài gē", + "numeric" : "shuai4 ge1", + "wadegiles" : "shuai⁴ ko¹", + "bopomofo" : "ㄕㄨㄞˋ ㄍㄜ", + "romatzyh" : "shuay ge" }, + "meanings" : [ "handsome guy", + "lady-killer", + "handsome (form of address)" ], + "classifiers" : [] } ] }, + { "simplified" : "拴", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13576, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拴", + "transcriptions" : { "pinyin" : "shuān", + "numeric" : "shuan1", + "wadegiles" : "shuan¹", + "bopomofo" : "ㄕㄨㄢ", + "romatzyh" : "shuan" }, + "meanings" : [ "to tie up" ], + "classifiers" : [] } ] }, + { "simplified" : "涮", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15007, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "涮", + "transcriptions" : { "pinyin" : "shuàn", + "numeric" : "shuan4", + "wadegiles" : "shuan⁴", + "bopomofo" : "ㄕㄨㄢˋ", + "romatzyh" : "shuann" }, + "meanings" : [ "to rinse", + "to trick", + "to fool sb", + "to cook by dipping finely sliced ingredients briefly in boiling water or soup (generally done at the dining table)" ], + "classifiers" : [] } ] }, + { "simplified" : "双", + "radical" : "又", + "level" : [ "new-3", "old-3" ], + "frequency" : 642, + "pos" : [ "m", "q" ], + "forms" : [ { "traditional" : "雙", + "transcriptions" : { "pinyin" : "Shuāng", + "numeric" : "Shuang1", + "wadegiles" : "shuang¹", + "bopomofo" : "ㄕㄨㄤ", + "romatzyh" : "shuang" }, + "meanings" : [ "surname Shuang" ], + "classifiers" : [] }, + { "traditional" : "雙", + "transcriptions" : { "pinyin" : "shuāng", + "numeric" : "shuang1", + "wadegiles" : "shuang¹", + "bopomofo" : "ㄕㄨㄤ", + "romatzyh" : "shuang" }, + "meanings" : [ "two", + "double", + "pair", + "both", + "even (number)" ], + "classifiers" : [] } ] }, + { "simplified" : "双胞胎", + "radical" : "又", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8603, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雙胞胎", + "transcriptions" : { "pinyin" : "shuāng bāo tāi", + "numeric" : "shuang1 bao1 tai1", + "wadegiles" : "shuang¹ pao¹ t'ai¹", + "bopomofo" : "ㄕㄨㄤ ㄅㄠ ㄊㄞ", + "romatzyh" : "shuang bau tai" }, + "meanings" : [ "twin" ], + "classifiers" : [ "对" ] } ] }, + { "simplified" : "双边", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 20258, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雙邊", + "transcriptions" : { "pinyin" : "shuāng biān", + "numeric" : "shuang1 bian1", + "wadegiles" : "shuang¹ pien¹", + "bopomofo" : "ㄕㄨㄤ ㄅㄧㄢ", + "romatzyh" : "shuang bian" }, + "meanings" : [ "bilateral" ], + "classifiers" : [] } ] }, + { "simplified" : "双打", + "radical" : "又", + "level" : [ "new-6" ], + "frequency" : 24817, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雙打", + "transcriptions" : { "pinyin" : "shuāng dǎ", + "numeric" : "shuang1 da3", + "wadegiles" : "shuang¹ ta³", + "bopomofo" : "ㄕㄨㄤ ㄉㄚˇ", + "romatzyh" : "shuang daa" }, + "meanings" : [ "doubles (in sports)" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "双方", + "radical" : "又", + "level" : [ "new-3", "old-5" ], + "frequency" : 2714, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雙方", + "transcriptions" : { "pinyin" : "shuāng fāng", + "numeric" : "shuang1 fang1", + "wadegiles" : "shuang¹ fang¹", + "bopomofo" : "ㄕㄨㄤ ㄈㄤ", + "romatzyh" : "shuang fang" }, + "meanings" : [ "bilateral", + "both sides", + "both parties involved" ], + "classifiers" : [] } ] }, + { "simplified" : "双手", + "radical" : "又", + "level" : [ "new-5" ], + "frequency" : 3719, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雙手", + "transcriptions" : { "pinyin" : "shuāng shǒu", + "numeric" : "shuang1 shou3", + "wadegiles" : "shuang¹ shou³", + "bopomofo" : "ㄕㄨㄤ ㄕㄡˇ", + "romatzyh" : "shuang shoou" }, + "meanings" : [ "both hands" ], + "classifiers" : [] } ] }, + { "simplified" : "双向", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 12505, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "雙向", + "transcriptions" : { "pinyin" : "shuāng xiàng", + "numeric" : "shuang1 xiang4", + "wadegiles" : "shuang¹ hsiang⁴", + "bopomofo" : "ㄕㄨㄤ ㄒㄧㄤˋ", + "romatzyh" : "shuang shianq" }, + "meanings" : [ "bidirectional", + "two-way", + "interactive" ], + "classifiers" : [] } ] }, + { "simplified" : "双赢", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "雙贏", + "transcriptions" : { "pinyin" : "shuāng yíng", + "numeric" : "shuang1 ying2", + "wadegiles" : "shuang¹ ying²", + "bopomofo" : "ㄕㄨㄤ ㄧㄥˊ", + "romatzyh" : "shuang yng" }, + "meanings" : [ "profitable to both sides", + "a win-win situation" ], + "classifiers" : [] } ] }, + { "simplified" : "双重", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 6239, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "雙重", + "transcriptions" : { "pinyin" : "shuāng chóng", + "numeric" : "shuang1 chong2", + "wadegiles" : "shuang¹ ch'ung²", + "bopomofo" : "ㄕㄨㄤ ㄔㄨㄥˊ", + "romatzyh" : "shuang chorng" }, + "meanings" : [ "double" ], + "classifiers" : [] } ] }, + { "simplified" : "霜", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 6485, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "霜", + "transcriptions" : { "pinyin" : "shuāng", + "numeric" : "shuang1", + "wadegiles" : "shuang¹", + "bopomofo" : "ㄕㄨㄤ", + "romatzyh" : "shuang" }, + "meanings" : [ "frost", + "white powder or cream spread over a surface", + "frosting", + "(skin) cream" ], + "classifiers" : [] } ] }, + { "simplified" : "爽", + "radical" : "爻", + "level" : [ "new-6" ], + "frequency" : 2263, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "爽", + "transcriptions" : { "pinyin" : "shuǎng", + "numeric" : "shuang3", + "wadegiles" : "shuang³", + "bopomofo" : "ㄕㄨㄤˇ", + "romatzyh" : "shoang" }, + "meanings" : [ "bright", + "clear", + "crisp", + "open", + "frank", + "straightforward", + "to feel well", + "fine", + "pleasurable", + "invigorating", + "to deviate" ], + "classifiers" : [] } ] }, + { "simplified" : "爽快", + "radical" : "爻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16589, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "爽快", + "transcriptions" : { "pinyin" : "shuǎng kuai", + "numeric" : "shuang3 kuai5", + "wadegiles" : "shuang³ kuai", + "bopomofo" : "ㄕㄨㄤˇ kuai", + "romatzyh" : "shoang kuai" }, + "meanings" : [ "refreshed", + "rejuvenated", + "frank and straightforward" ], + "classifiers" : [] } ] }, + { "simplified" : "谁", + "radical" : "讠", + "level" : [ "new-1", "old-1" ], + "frequency" : 142, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "誰", + "transcriptions" : { "pinyin" : "shéi", + "numeric" : "shei2", + "wadegiles" : "shei²", + "bopomofo" : "ㄕㄟˊ", + "romatzyh" : "sheir" }, + "meanings" : [ "who", "also pr. [shuí]" ], + "classifiers" : [] } ] }, + { "simplified" : "谁知道", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "誰知道", + "transcriptions" : { "pinyin" : "shéi zhī dào", + "numeric" : "shei2 zhi1 dao4", + "wadegiles" : "shei² chih¹ tao⁴", + "bopomofo" : "ㄕㄟˊ ㄓ ㄉㄠˋ", + "romatzyh" : "sheir jy daw" }, + "meanings" : [ "God knows...", + "Who would have imagined...?" ], + "classifiers" : [] } ] }, + { "simplified" : "水", + "radical" : "水", + "level" : [ "new-1", "old-1" ], + "frequency" : 335, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水", + "transcriptions" : { "pinyin" : "Shuǐ", + "numeric" : "Shui3", + "wadegiles" : "shui³", + "bopomofo" : "ㄕㄨㄟˇ", + "romatzyh" : "shoei" }, + "meanings" : [ "surname Shui" ], + "classifiers" : [] }, + { "traditional" : "水", + "transcriptions" : { "pinyin" : "shuǐ", + "numeric" : "shui3", + "wadegiles" : "shui³", + "bopomofo" : "ㄕㄨㄟˇ", + "romatzyh" : "shoei" }, + "meanings" : [ "water", + "river", + "liquid", + "beverage", + "additional charges or income", + "(of clothes) classifier for number of washes" ], + "classifiers" : [] } ] }, + { "simplified" : "水槽", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 22977, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水槽", + "transcriptions" : { "pinyin" : "shuǐ cáo", + "numeric" : "shui3 cao2", + "wadegiles" : "shui³ ts'ao²", + "bopomofo" : "ㄕㄨㄟˇ ㄘㄠˊ", + "romatzyh" : "shoei tsaur" }, + "meanings" : [ "sink" ], + "classifiers" : [] } ] }, + { "simplified" : "水产品", + "radical" : "水", + "level" : [ "new-5" ], + "frequency" : 12812, + "pos" : [], + "forms" : [ { "traditional" : "水產品", + "transcriptions" : { "pinyin" : "shuǐ chǎn pǐn", + "numeric" : "shui3 chan3 pin3", + "wadegiles" : "shui³ ch'an³ p'in³", + "bopomofo" : "ㄕㄨㄟˇ ㄔㄢˇ ㄆㄧㄣˇ", + "romatzyh" : "shoei chaan piin" }, + "meanings" : [ "aquatic products (including fish, crabs, seaweed etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "水稻", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 29081, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水稻", + "transcriptions" : { "pinyin" : "shuǐ dào", + "numeric" : "shui3 dao4", + "wadegiles" : "shui³ tao⁴", + "bopomofo" : "ㄕㄨㄟˇ ㄉㄠˋ", + "romatzyh" : "shoei daw" }, + "meanings" : [ "rice", "paddy" ], + "classifiers" : [ "株" ] } ] }, + { "simplified" : "水分", + "radical" : "水", + "level" : [ "new-5" ], + "frequency" : 10494, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水分", + "transcriptions" : { "pinyin" : "shuǐ fèn", + "numeric" : "shui3 fen4", + "wadegiles" : "shui³ fen⁴", + "bopomofo" : "ㄕㄨㄟˇ ㄈㄣˋ", + "romatzyh" : "shoei fenn" }, + "meanings" : [ "moisture content", + "(fig.) overstatement", + "padding" ], + "classifiers" : [] } ] }, + { "simplified" : "水管", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 9498, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水管", + "transcriptions" : { "pinyin" : "shuǐ guǎn", + "numeric" : "shui3 guan3", + "wadegiles" : "shui³ kuan³", + "bopomofo" : "ㄕㄨㄟˇ ㄍㄨㄢˇ", + "romatzyh" : "shoei goan" }, + "meanings" : [ "water pipe" ], + "classifiers" : [] } ] }, + { "simplified" : "水果", + "radical" : "水", + "level" : [ "new-1", "old-1" ], + "frequency" : 3271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水果", + "transcriptions" : { "pinyin" : "shuǐ guǒ", + "numeric" : "shui3 guo3", + "wadegiles" : "shui³ kuo³", + "bopomofo" : "ㄕㄨㄟˇ ㄍㄨㄛˇ", + "romatzyh" : "shoei guoo" }, + "meanings" : [ "fruit" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "水壶", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 17784, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水壺", + "transcriptions" : { "pinyin" : "shuǐ hú", + "numeric" : "shui3 hu2", + "wadegiles" : "shui³ hu²", + "bopomofo" : "ㄕㄨㄟˇ ㄏㄨˊ", + "romatzyh" : "shoei hwu" }, + "meanings" : [ "kettle", + "canteen", + "watering can" ], + "classifiers" : [] } ] }, + { "simplified" : "水货", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 37424, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水貨", + "transcriptions" : { "pinyin" : "shuǐ huò", + "numeric" : "shui3 huo4", + "wadegiles" : "shui³ huo⁴", + "bopomofo" : "ㄕㄨㄟˇ ㄏㄨㄛˋ", + "romatzyh" : "shoei huoh" }, + "meanings" : [ "smuggled goods", + "unauthorized goods" ], + "classifiers" : [] } ] }, + { "simplified" : "水晶", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 6229, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水晶", + "transcriptions" : { "pinyin" : "shuǐ jīng", + "numeric" : "shui3 jing1", + "wadegiles" : "shui³ ching¹", + "bopomofo" : "ㄕㄨㄟˇ ㄐㄧㄥ", + "romatzyh" : "shoei jing" }, + "meanings" : [ "crystal" ], + "classifiers" : [] } ] }, + { "simplified" : "水库", + "radical" : "水", + "level" : [ "new-5" ], + "frequency" : 9803, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水庫", + "transcriptions" : { "pinyin" : "shuǐ kù", + "numeric" : "shui3 ku4", + "wadegiles" : "shui³ k'u⁴", + "bopomofo" : "ㄕㄨㄟˇ ㄎㄨˋ", + "romatzyh" : "shoei kuh" }, + "meanings" : [ "reservoir" ], + "classifiers" : [ "座" ] } ] }, + { "simplified" : "水利", + "radical" : "水", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18333, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水利", + "transcriptions" : { "pinyin" : "shuǐ lì", + "numeric" : "shui3 li4", + "wadegiles" : "shui³ li⁴", + "bopomofo" : "ㄕㄨㄟˇ ㄌㄧˋ", + "romatzyh" : "shoei lih" }, + "meanings" : [ "water conservancy", + "irrigation works" ], + "classifiers" : [] } ] }, + { "simplified" : "水灵灵", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 57146, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "水靈靈", + "transcriptions" : { "pinyin" : "shuǐ líng líng", + "numeric" : "shui3 ling2 ling2", + "wadegiles" : "shui³ ling² ling²", + "bopomofo" : "ㄕㄨㄟˇ ㄌㄧㄥˊ ㄌㄧㄥˊ", + "romatzyh" : "shoei ling ling" }, + "meanings" : [ "see 水灵" ], + "classifiers" : [] } ] }, + { "simplified" : "水龙头", + "radical" : "水", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17310, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水龍頭", + "transcriptions" : { "pinyin" : "shuǐ lóng tóu", + "numeric" : "shui3 long2 tou2", + "wadegiles" : "shui³ lung² t'ou²", + "bopomofo" : "ㄕㄨㄟˇ ㄌㄨㄥˊ ㄊㄡˊ", + "romatzyh" : "shoei long tour" }, + "meanings" : [ "faucet", "tap" ], + "classifiers" : [] } ] }, + { "simplified" : "水落石出", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 21841, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "水落石出", + "transcriptions" : { "pinyin" : "shuǐ luò shí chū", + "numeric" : "shui3 luo4 shi2 chu1", + "wadegiles" : "shui³ lo⁴ shih² ch'u¹", + "bopomofo" : "ㄕㄨㄟˇ ㄌㄨㄛˋ ㄕˊ ㄔㄨ", + "romatzyh" : "shoei luoh shyr chu" }, + "meanings" : [ "as the water recedes, the rocks appear (idiom)", + "the truth comes to light" ], + "classifiers" : [] } ] }, + { "simplified" : "水面", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 7177, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水面", + "transcriptions" : { "pinyin" : "shuǐ miàn", + "numeric" : "shui3 mian4", + "wadegiles" : "shui³ mien⁴", + "bopomofo" : "ㄕㄨㄟˇ ㄇㄧㄢˋ", + "romatzyh" : "shoei miann" }, + "meanings" : [ "water surface" ], + "classifiers" : [] } ] }, + { "simplified" : "水泥", + "radical" : "水", + "level" : [ "new-6", "old-6" ], + "frequency" : 5785, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水泥", + "transcriptions" : { "pinyin" : "shuǐ ní", + "numeric" : "shui3 ni2", + "wadegiles" : "shui³ ni²", + "bopomofo" : "ㄕㄨㄟˇ ㄋㄧˊ", + "romatzyh" : "shoei ni" }, + "meanings" : [ "cement" ], + "classifiers" : [ "袋" ] } ] }, + { "simplified" : "水平", + "radical" : "水", + "level" : [ "new-2", "old-3" ], + "frequency" : 1490, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水平", + "transcriptions" : { "pinyin" : "shuǐ píng", + "numeric" : "shui3 ping2", + "wadegiles" : "shui³ p'ing²", + "bopomofo" : "ㄕㄨㄟˇ ㄆㄧㄥˊ", + "romatzyh" : "shoei pyng" }, + "meanings" : [ "level (of achievement etc)", + "standard", + "horizontal" ], + "classifiers" : [] } ] }, + { "simplified" : "水手", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 11321, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水手", + "transcriptions" : { "pinyin" : "shuǐ shǒu", + "numeric" : "shui3 shou3", + "wadegiles" : "shui³ shou³", + "bopomofo" : "ㄕㄨㄟˇ ㄕㄡˇ", + "romatzyh" : "shoei shoou" }, + "meanings" : [ "mariner", "sailor", "seaman" ], + "classifiers" : [] } ] }, + { "simplified" : "水温", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 24215, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水溫", + "transcriptions" : { "pinyin" : "shuǐ wēn", + "numeric" : "shui3 wen1", + "wadegiles" : "shui³ wen¹", + "bopomofo" : "ㄕㄨㄟˇ ㄨㄣ", + "romatzyh" : "shoei uen" }, + "meanings" : [ "water temperature" ], + "classifiers" : [] } ] }, + { "simplified" : "水域", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 13197, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水域", + "transcriptions" : { "pinyin" : "shuǐ yù", + "numeric" : "shui3 yu4", + "wadegiles" : "shui³ yü⁴", + "bopomofo" : "ㄕㄨㄟˇ ㄩˋ", + "romatzyh" : "shoei yuh" }, + "meanings" : [ "waters", "body of water" ], + "classifiers" : [] } ] }, + { "simplified" : "水源", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 9615, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水源", + "transcriptions" : { "pinyin" : "shuǐ yuán", + "numeric" : "shui3 yuan2", + "wadegiles" : "shui³ yüan²", + "bopomofo" : "ㄕㄨㄟˇ ㄩㄢˊ", + "romatzyh" : "shoei yuan" }, + "meanings" : [ "water source", + "water supply", + "headwaters of a river" ], + "classifiers" : [] } ] }, + { "simplified" : "水灾", + "radical" : "水", + "level" : [ "new-5" ], + "frequency" : 28359, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水災", + "transcriptions" : { "pinyin" : "shuǐ zāi", + "numeric" : "shui3 zai1", + "wadegiles" : "shui³ tsai¹", + "bopomofo" : "ㄕㄨㄟˇ ㄗㄞ", + "romatzyh" : "shoei tzai" }, + "meanings" : [ "flood", "flood damage" ], + "classifiers" : [] } ] }, + { "simplified" : "水涨船高", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 40619, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "水漲船高", + "transcriptions" : { "pinyin" : "shuǐ zhǎng chuán gāo", + "numeric" : "shui3 zhang3 chuan2 gao1", + "wadegiles" : "shui³ chang³ ch'uan² kao¹", + "bopomofo" : "ㄕㄨㄟˇ ㄓㄤˇ ㄔㄨㄢˊ ㄍㄠ", + "romatzyh" : "shoei jaang chwan gau" }, + "meanings" : [ "the tide rises, the boat floats (idiom); fig. to change with the overall trend", + "to develop according to the situation" ], + "classifiers" : [] } ] }, + { "simplified" : "水准", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 7494, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "水準", + "transcriptions" : { "pinyin" : "shuǐ zhǔn", + "numeric" : "shui3 zhun3", + "wadegiles" : "shui³ chun³", + "bopomofo" : "ㄕㄨㄟˇ ㄓㄨㄣˇ", + "romatzyh" : "shoei joen" }, + "meanings" : [ "level (of achievement etc)", + "standard", + "level (surveying)" ], + "classifiers" : [] } ] }, + { "simplified" : "税", + "radical" : "禾", + "level" : [ "new-6", "old-5" ], + "frequency" : 3627, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稅", + "transcriptions" : { "pinyin" : "shuì", + "numeric" : "shui4", + "wadegiles" : "shui⁴", + "bopomofo" : "ㄕㄨㄟˋ", + "romatzyh" : "shuey" }, + "meanings" : [ "taxes", "duties" ], + "classifiers" : [] } ] }, + { "simplified" : "税收", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 7717, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稅收", + "transcriptions" : { "pinyin" : "shuì shōu", + "numeric" : "shui4 shou1", + "wadegiles" : "shui⁴ shou¹", + "bopomofo" : "ㄕㄨㄟˋ ㄕㄡ", + "romatzyh" : "shuey shou" }, + "meanings" : [ "taxation" ], + "classifiers" : [] } ] }, + { "simplified" : "税务", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 9952, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "稅務", + "transcriptions" : { "pinyin" : "shuì wù", + "numeric" : "shui4 wu4", + "wadegiles" : "shui⁴ wu⁴", + "bopomofo" : "ㄕㄨㄟˋ ㄨˋ", + "romatzyh" : "shuey wuh" }, + "meanings" : [ "taxation services", + "state revenue service" ], + "classifiers" : [] } ] }, + { "simplified" : "睡", + "radical" : "目", + "level" : [ "new-1" ], + "frequency" : 464, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "睡", + "transcriptions" : { "pinyin" : "shuì", + "numeric" : "shui4", + "wadegiles" : "shui⁴", + "bopomofo" : "ㄕㄨㄟˋ", + "romatzyh" : "shuey" }, + "meanings" : [ "to sleep", "to lie down" ], + "classifiers" : [] } ] }, + { "simplified" : "睡袋", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 23812, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "睡袋", + "transcriptions" : { "pinyin" : "shuì dài", + "numeric" : "shui4 dai4", + "wadegiles" : "shui⁴ tai⁴", + "bopomofo" : "ㄕㄨㄟˋ ㄉㄞˋ", + "romatzyh" : "shuey day" }, + "meanings" : [ "sleeping bag" ], + "classifiers" : [] } ] }, + { "simplified" : "睡觉", + "radical" : "目", + "level" : [ "new-1", "old-1" ], + "frequency" : 944, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "睡覺", + "transcriptions" : { "pinyin" : "shuì jiào", + "numeric" : "shui4 jiao4", + "wadegiles" : "shui⁴ chiao⁴", + "bopomofo" : "ㄕㄨㄟˋ ㄐㄧㄠˋ", + "romatzyh" : "shuey jiaw" }, + "meanings" : [ "to go to bed", "to sleep" ], + "classifiers" : [] } ] }, + { "simplified" : "睡眠", + "radical" : "目", + "level" : [ "new-5" ], + "frequency" : 4716, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "睡眠", + "transcriptions" : { "pinyin" : "shuì mián", + "numeric" : "shui4 mian2", + "wadegiles" : "shui⁴ mien²", + "bopomofo" : "ㄕㄨㄟˋ ㄇㄧㄢˊ", + "romatzyh" : "shuey mian" }, + "meanings" : [ "sleep", + "to sleep", + "(computing) to enter sleep mode" ], + "classifiers" : [] } ] }, + { "simplified" : "睡着", + "radical" : "目", + "level" : [ "new-4" ], + "frequency" : 2904, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "睡著", + "transcriptions" : { "pinyin" : "shuì zháo", + "numeric" : "shui4 zhao2", + "wadegiles" : "shui⁴ chao²", + "bopomofo" : "ㄕㄨㄟˋ ㄓㄠˊ", + "romatzyh" : "shuey jaur" }, + "meanings" : [ "to fall asleep" ], + "classifiers" : [] } ] }, + { "simplified" : "顺", + "radical" : "页", + "level" : [ "new-6" ], + "frequency" : 2780, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "順", + "transcriptions" : { "pinyin" : "shùn", + "numeric" : "shun4", + "wadegiles" : "shun⁴", + "bopomofo" : "ㄕㄨㄣˋ", + "romatzyh" : "shuenn" }, + "meanings" : [ "to obey", + "to follow", + "to arrange", + "to make reasonable", + "along", + "favorable" ], + "classifiers" : [] } ] }, + { "simplified" : "顺便", + "radical" : "页", + "level" : [ "new-7+", "old-4" ], + "frequency" : 3796, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "順便", + "transcriptions" : { "pinyin" : "shùn biàn", + "numeric" : "shun4 bian4", + "wadegiles" : "shun⁴ pien⁴", + "bopomofo" : "ㄕㄨㄣˋ ㄅㄧㄢˋ", + "romatzyh" : "shuenn biann" }, + "meanings" : [ "conveniently", + "in passing", + "without much extra effort" ], + "classifiers" : [] } ] }, + { "simplified" : "顺差", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 54122, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "順差", + "transcriptions" : { "pinyin" : "shùn chā", + "numeric" : "shun4 cha1", + "wadegiles" : "shun⁴ ch'a¹", + "bopomofo" : "ㄕㄨㄣˋ ㄔㄚ", + "romatzyh" : "shuenn cha" }, + "meanings" : [ "(trade or budget) surplus" ], + "classifiers" : [] } ] }, + { "simplified" : "顺畅", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 14501, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "順暢", + "transcriptions" : { "pinyin" : "shùn chàng", + "numeric" : "shun4 chang4", + "wadegiles" : "shun⁴ ch'ang⁴", + "bopomofo" : "ㄕㄨㄣˋ ㄔㄤˋ", + "romatzyh" : "shuenn chanq" }, + "meanings" : [ "smooth and unhindered", "fluent" ], + "classifiers" : [] } ] }, + { "simplified" : "顺从", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 17272, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "順從", + "transcriptions" : { "pinyin" : "shùn cóng", + "numeric" : "shun4 cong2", + "wadegiles" : "shun⁴ ts'ung²", + "bopomofo" : "ㄕㄨㄣˋ ㄘㄨㄥˊ", + "romatzyh" : "shuenn tsorng" }, + "meanings" : [ "obedient", + "to comply", + "to submit", + "to defer" ], + "classifiers" : [] } ] }, + { "simplified" : "顺理成章", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 21854, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "順理成章", + "transcriptions" : { "pinyin" : "shùn lǐ chéng zhāng", + "numeric" : "shun4 li3 cheng2 zhang1", + "wadegiles" : "shun⁴ li³ ch'eng² chang¹", + "bopomofo" : "ㄕㄨㄣˋ ㄌㄧˇ ㄔㄥˊ ㄓㄤ", + "romatzyh" : "shuenn lii cherng jang" }, + "meanings" : [ "logical", + "only to be expected", + "rational and clearly structured (of text)" ], + "classifiers" : [] } ] }, + { "simplified" : "顺利", + "radical" : "页", + "level" : [ "new-2", "old-4" ], + "frequency" : 1475, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "順利", + "transcriptions" : { "pinyin" : "shùn lì", + "numeric" : "shun4 li4", + "wadegiles" : "shun⁴ li⁴", + "bopomofo" : "ㄕㄨㄣˋ ㄌㄧˋ", + "romatzyh" : "shuenn lih" }, + "meanings" : [ "smoothly; without a hitch" ], + "classifiers" : [] } ] }, + { "simplified" : "顺路", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 20368, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "順路", + "transcriptions" : { "pinyin" : "shùn lù", + "numeric" : "shun4 lu4", + "wadegiles" : "shun⁴ lu⁴", + "bopomofo" : "ㄕㄨㄣˋ ㄌㄨˋ", + "romatzyh" : "shuenn luh" }, + "meanings" : [ "by the way", + "while out doing sth else", + "conveniently" ], + "classifiers" : [] } ] }, + { "simplified" : "顺其自然", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 13447, + "pos" : [], + "forms" : [ { "traditional" : "順其自然", + "transcriptions" : { "pinyin" : "shùn qí zì rán", + "numeric" : "shun4 qi2 zi4 ran2", + "wadegiles" : "shun⁴ ch'i² tzu⁴ jan²", + "bopomofo" : "ㄕㄨㄣˋ ㄑㄧˊ ㄗˋ ㄖㄢˊ", + "romatzyh" : "shuenn chyi tzyh ran" }, + "meanings" : [ "to let nature take its course (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "顺势", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 18662, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "順勢", + "transcriptions" : { "pinyin" : "shùn shì", + "numeric" : "shun4 shi4", + "wadegiles" : "shun⁴ shih⁴", + "bopomofo" : "ㄕㄨㄣˋ ㄕˋ", + "romatzyh" : "shuenn shyh" }, + "meanings" : [ "to take advantage", + "to seize an opportunity", + "in passing", + "without taking extra trouble", + "conveniently" ], + "classifiers" : [] } ] }, + { "simplified" : "顺手", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 13485, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "順手", + "transcriptions" : { "pinyin" : "shùn shǒu", + "numeric" : "shun4 shou3", + "wadegiles" : "shun⁴ shou³", + "bopomofo" : "ㄕㄨㄣˋ ㄕㄡˇ", + "romatzyh" : "shuenn shoou" }, + "meanings" : [ "easily", + "without trouble", + "while one is at it", + "in passing", + "handy" ], + "classifiers" : [] } ] }, + { "simplified" : "顺心", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 16192, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "順心", + "transcriptions" : { "pinyin" : "shùn xīn", + "numeric" : "shun4 xin1", + "wadegiles" : "shun⁴ hsin¹", + "bopomofo" : "ㄕㄨㄣˋ ㄒㄧㄣ", + "romatzyh" : "shuenn shin" }, + "meanings" : [ "happy", "satisfactory" ], + "classifiers" : [] } ] }, + { "simplified" : "顺序", + "radical" : "页", + "level" : [ "new-4", "old-4" ], + "frequency" : 6178, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "順序", + "transcriptions" : { "pinyin" : "shùn xù", + "numeric" : "shun4 xu4", + "wadegiles" : "shun⁴ hsü⁴", + "bopomofo" : "ㄕㄨㄣˋ ㄒㄩˋ", + "romatzyh" : "shuenn shiuh" }, + "meanings" : [ "sequence", "order" ], + "classifiers" : [] } ] }, + { "simplified" : "顺应", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 22301, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "順應", + "transcriptions" : { "pinyin" : "shùn yìng", + "numeric" : "shun4 ying4", + "wadegiles" : "shun⁴ ying⁴", + "bopomofo" : "ㄕㄨㄣˋ ㄧㄥˋ", + "romatzyh" : "shuenn yinq" }, + "meanings" : [ "to comply; to conform to; in tune with; adapting to; to adjust to" ], + "classifiers" : [] } ] }, + { "simplified" : "顺着", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 6046, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "順著", + "transcriptions" : { "pinyin" : "shùn zhe", + "numeric" : "shun4 zhe5", + "wadegiles" : "shun⁴ zhe", + "bopomofo" : "ㄕㄨㄣˋ zhe", + "romatzyh" : "shuenn zhe" }, + "meanings" : [ "to follow", "following", "along" ], + "classifiers" : [] } ] }, + { "simplified" : "瞬间", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 3712, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "瞬間", + "transcriptions" : { "pinyin" : "shùn jiān", + "numeric" : "shun4 jian1", + "wadegiles" : "shun⁴ chien¹", + "bopomofo" : "ㄕㄨㄣˋ ㄐㄧㄢ", + "romatzyh" : "shuenn jian" }, + "meanings" : [ "in an instant", "in a flash" ], + "classifiers" : [] } ] }, + { "simplified" : "说", + "radical" : "讠", + "level" : [ "new-1" ], + "frequency" : 19, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "說", + "transcriptions" : { "pinyin" : "shuì", + "numeric" : "shui4", + "wadegiles" : "shui⁴", + "bopomofo" : "ㄕㄨㄟˋ", + "romatzyh" : "shuey" }, + "meanings" : [ "to persuade" ], + "classifiers" : [] }, + { "traditional" : "說", + "transcriptions" : { "pinyin" : "shuō", + "numeric" : "shuo1", + "wadegiles" : "shuo¹", + "bopomofo" : "ㄕㄨㄛ", + "romatzyh" : "shuo" }, + "meanings" : [ "to speak; to talk; to say", + "to explain; to comment", + "to scold; to tell off", + "(bound form) theory; doctrine" ], + "classifiers" : [] }, + { "traditional" : "説", + "transcriptions" : { "pinyin" : "shuō", + "numeric" : "shuo1", + "wadegiles" : "shuo¹", + "bopomofo" : "ㄕㄨㄛ", + "romatzyh" : "shuo" }, + "meanings" : [ "variant of 说" ], + "classifiers" : [] } ] }, + { "simplified" : "说白了", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 22831, + "pos" : [], + "forms" : [ { "traditional" : "說白了", + "transcriptions" : { "pinyin" : "shuō bái le", + "numeric" : "shuo1 bai2 le5", + "wadegiles" : "shuo¹ pai² le", + "bopomofo" : "ㄕㄨㄛ ㄅㄞˊ le", + "romatzyh" : "shuo bair le" }, + "meanings" : [ "to speak frankly" ], + "classifiers" : [] } ] }, + { "simplified" : "说不定", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 4677, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "說不定", + "transcriptions" : { "pinyin" : "shuō bu dìng", + "numeric" : "shuo1 bu5 ding4", + "wadegiles" : "shuo¹ bu ting⁴", + "bopomofo" : "ㄕㄨㄛ bu ㄉㄧㄥˋ", + "romatzyh" : "shuo bu dinq" }, + "meanings" : [ "can't say for sure", "maybe" ], + "classifiers" : [] } ] }, + { "simplified" : "说不上", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 36064, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "說不上", + "transcriptions" : { "pinyin" : "shuō bu shàng", + "numeric" : "shuo1 bu5 shang4", + "wadegiles" : "shuo¹ bu shang⁴", + "bopomofo" : "ㄕㄨㄛ bu ㄕㄤˋ", + "romatzyh" : "shuo bu shanq" }, + "meanings" : [ "to be unable to say or tell", + "to not be worth mentioning" ], + "classifiers" : [] } ] }, + { "simplified" : "说到底", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 13616, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "說到底", + "transcriptions" : { "pinyin" : "shuō dào dǐ", + "numeric" : "shuo1 dao4 di3", + "wadegiles" : "shuo¹ tao⁴ ti³", + "bopomofo" : "ㄕㄨㄛ ㄉㄠˋ ㄉㄧˇ", + "romatzyh" : "shuo daw dii" }, + "meanings" : [ "in the final analysis", + "in the end" ], + "classifiers" : [] } ] }, + { "simplified" : "说道", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 6087, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "說道", + "transcriptions" : { "pinyin" : "shuō dào", + "numeric" : "shuo1 dao4", + "wadegiles" : "shuo¹ tao⁴", + "bopomofo" : "ㄕㄨㄛ ㄉㄠˋ", + "romatzyh" : "shuo daw" }, + "meanings" : [ "to state", + "to say (the quoted words)" ], + "classifiers" : [] }, + { "traditional" : "說道", + "transcriptions" : { "pinyin" : "shuō dao", + "numeric" : "shuo1 dao5", + "wadegiles" : "shuo¹ dao", + "bopomofo" : "ㄕㄨㄛ dao", + "romatzyh" : "shuo dao" }, + "meanings" : [ "to discuss", + "reason (behind sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "说法", + "radical" : "讠", + "level" : [ "new-5" ], + "frequency" : 2350, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "說法", + "transcriptions" : { "pinyin" : "shuō fǎ", + "numeric" : "shuo1 fa3", + "wadegiles" : "shuo¹ fa³", + "bopomofo" : "ㄕㄨㄛ ㄈㄚˇ", + "romatzyh" : "shuo faa" }, + "meanings" : [ "to expound Buddhist teachings" ], + "classifiers" : [] }, + { "traditional" : "說法", + "transcriptions" : { "pinyin" : "shuō fa", + "numeric" : "shuo1 fa5", + "wadegiles" : "shuo¹ fa", + "bopomofo" : "ㄕㄨㄛ fa", + "romatzyh" : "shuo fa" }, + "meanings" : [ "way of speaking", + "wording", + "formulation", + "one's version (of events)", + "statement", + "theory", + "hypothesis", + "interpretation" ], + "classifiers" : [] } ] }, + { "simplified" : "说服", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 4892, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "說服", + "transcriptions" : { "pinyin" : "shuō fú", + "numeric" : "shuo1 fu2", + "wadegiles" : "shuo¹ fu²", + "bopomofo" : "ㄕㄨㄛ ㄈㄨˊ", + "romatzyh" : "shuo fwu" }, + "meanings" : [ "to persuade", + "to convince", + "to talk sb over", + "Taiwan pr. [shuì fú]" ], + "classifiers" : [] } ] }, + { "simplified" : "说干就干", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "說幹就幹", + "transcriptions" : { "pinyin" : "shuō gàn jiù gàn", + "numeric" : "shuo1 gan4 jiu4 gan4", + "wadegiles" : "shuo¹ kan⁴ chiu⁴ kan⁴", + "bopomofo" : "ㄕㄨㄛ ㄍㄢˋ ㄐㄧㄡˋ ㄍㄢˋ", + "romatzyh" : "shuo gann jiow gann" }, + "meanings" : [ "to do what needs to be done, without delay" ], + "classifiers" : [] } ] }, + { "simplified" : "说话", + "radical" : "讠", + "level" : [ "new-1", "old-1" ], + "frequency" : 880, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "說話", + "transcriptions" : { "pinyin" : "shuō huà", + "numeric" : "shuo1 hua4", + "wadegiles" : "shuo¹ hua⁴", + "bopomofo" : "ㄕㄨㄛ ㄏㄨㄚˋ", + "romatzyh" : "shuo huah" }, + "meanings" : [ "to speak", + "to say", + "to talk", + "to gossip", + "to tell stories", + "talk", + "word" ], + "classifiers" : [] } ] }, + { "simplified" : "说谎", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 6776, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "說謊", + "transcriptions" : { "pinyin" : "shuō huǎng", + "numeric" : "shuo1 huang3", + "wadegiles" : "shuo¹ huang³", + "bopomofo" : "ㄕㄨㄛ ㄏㄨㄤˇ", + "romatzyh" : "shuo hoang" }, + "meanings" : [ "to lie", "to tell an untruth" ], + "classifiers" : [] } ] }, + { "simplified" : "说老实话", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "說老實話", + "transcriptions" : { "pinyin" : "shuō lǎo shi huà", + "numeric" : "shuo1 lao3 shi5 hua4", + "wadegiles" : "shuo¹ lao³ shi hua⁴", + "bopomofo" : "ㄕㄨㄛ ㄌㄠˇ shi ㄏㄨㄚˋ", + "romatzyh" : "shuo lao shi huah" }, + "meanings" : [ "to be honest", + "to tell the truth", + "to be frank" ], + "classifiers" : [] } ] }, + { "simplified" : "说明", + "radical" : "讠", + "level" : [ "new-2", "old-4" ], + "frequency" : 968, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "說明", + "transcriptions" : { "pinyin" : "shuō míng", + "numeric" : "shuo1 ming2", + "wadegiles" : "shuo¹ ming²", + "bopomofo" : "ㄕㄨㄛ ㄇㄧㄥˊ", + "romatzyh" : "shuo ming" }, + "meanings" : [ "to explain", + "to illustrate", + "to indicate", + "to show", + "to prove", + "explanation", + "directions", + "caption" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "说明书", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 10577, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "說明書", + "transcriptions" : { "pinyin" : "shuō míng shū", + "numeric" : "shuo1 ming2 shu1", + "wadegiles" : "shuo¹ ming² shu¹", + "bopomofo" : "ㄕㄨㄛ ㄇㄧㄥˊ ㄕㄨ", + "romatzyh" : "shuo ming shu" }, + "meanings" : [ "(technical) manual", + "(book of) directions", + "synopsis (of a play or film)", + "specification (patent)" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "说起来", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "說起來", + "transcriptions" : { "pinyin" : "shuō qǐlái", + "numeric" : "shuo1 qǐlái", + "wadegiles" : "shuo¹ qǐlái", + "bopomofo" : "ㄕㄨㄛ qǐlái", + "romatzyh" : "shuo qǐlái" }, + "meanings" : [ "Say" ], + "classifiers" : [] } ] }, + { "simplified" : "说情", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 36421, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "說情", + "transcriptions" : { "pinyin" : "shuō qíng", + "numeric" : "shuo1 qing2", + "wadegiles" : "shuo¹ ch'ing²", + "bopomofo" : "ㄕㄨㄛ ㄑㄧㄥˊ", + "romatzyh" : "shuo chyng" }, + "meanings" : [ "to intercede", + "to plead for sb else" ], + "classifiers" : [] } ] }, + { "simplified" : "说实话", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 1740, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "說實話", + "transcriptions" : { "pinyin" : "shuō shí huà", + "numeric" : "shuo1 shi2 hua4", + "wadegiles" : "shuo¹ shih² hua⁴", + "bopomofo" : "ㄕㄨㄛ ㄕˊ ㄏㄨㄚˋ", + "romatzyh" : "shuo shyr huah" }, + "meanings" : [ "to speak the truth", + "truth to tell", + "frankly" ], + "classifiers" : [] } ] }, + { "simplified" : "说闲话", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 41546, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "說閒話", + "transcriptions" : { "pinyin" : "shuō xián huà", + "numeric" : "shuo1 xian2 hua4", + "wadegiles" : "shuo¹ hsien² hua⁴", + "bopomofo" : "ㄕㄨㄛ ㄒㄧㄢˊ ㄏㄨㄚˋ", + "romatzyh" : "shuo shyan huah" }, + "meanings" : [ "to chat", "to gossip" ], + "classifiers" : [] } ] }, + { "simplified" : "说真的", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "說真的", + "transcriptions" : { "pinyin" : "shuō zhēn de", + "numeric" : "shuo1 zhen1 de5", + "wadegiles" : "shuo¹ chen¹ de", + "bopomofo" : "ㄕㄨㄛ ㄓㄣ de", + "romatzyh" : "shuo jen de" }, + "meanings" : [ "to tell the truth", + "honestly", + "in fact" ], + "classifiers" : [] } ] }, + { "simplified" : "硕果", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 34691, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "碩果", + "transcriptions" : { "pinyin" : "shuò guǒ", + "numeric" : "shuo4 guo3", + "wadegiles" : "shuo⁴ kuo³", + "bopomofo" : "ㄕㄨㄛˋ ㄍㄨㄛˇ", + "romatzyh" : "shuoh guoo" }, + "meanings" : [ "major achievement", + "great work", + "triumphant success" ], + "classifiers" : [] } ] }, + { "simplified" : "硕士", + "radical" : "石", + "level" : [ "new-5", "old-4" ], + "frequency" : 9229, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "碩士", + "transcriptions" : { "pinyin" : "shuò shì", + "numeric" : "shuo4 shi4", + "wadegiles" : "shuo⁴ shih⁴", + "bopomofo" : "ㄕㄨㄛˋ ㄕˋ", + "romatzyh" : "shuoh shyh" }, + "meanings" : [ "master's degree", + "person who has a master's degree", + "learned person" ], + "classifiers" : [] } ] }, + { "simplified" : "丝", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 1558, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "絲", + "transcriptions" : { "pinyin" : "sī", + "numeric" : "si1", + "wadegiles" : "ssu¹", + "bopomofo" : "ㄙ", + "romatzyh" : "sy" }, + "meanings" : [ "silk", + "thread", + "trace", + "(cuisine) shreds or julienne strips", + "classifier: a thread (of cloud, smoke etc), a bit, an iota, a hint (of sth) etc" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "丝绸", + "radical" : "一", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12230, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "絲綢", + "transcriptions" : { "pinyin" : "sī chóu", + "numeric" : "si1 chou2", + "wadegiles" : "ssu¹ ch'ou²", + "bopomofo" : "ㄙ ㄔㄡˊ", + "romatzyh" : "sy chour" }, + "meanings" : [ "silk cloth", "silk" ], + "classifiers" : [] } ] }, + { "simplified" : "丝毫", + "radical" : "一", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5484, + "pos" : [ "m", "a", "n" ], + "forms" : [ { "traditional" : "絲毫", + "transcriptions" : { "pinyin" : "sī háo", + "numeric" : "si1 hao2", + "wadegiles" : "ssu¹ hao²", + "bopomofo" : "ㄙ ㄏㄠˊ", + "romatzyh" : "sy haur" }, + "meanings" : [ "the slightest amount or degree", + "a bit" ], + "classifiers" : [] } ] }, + { "simplified" : "司法", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3845, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "司法", + "transcriptions" : { "pinyin" : "sī fǎ", + "numeric" : "si1 fa3", + "wadegiles" : "ssu¹ fa³", + "bopomofo" : "ㄙ ㄈㄚˇ", + "romatzyh" : "sy faa" }, + "meanings" : [ "judicial", + "(administration of) justice" ], + "classifiers" : [] } ] }, + { "simplified" : "司机", + "radical" : "口", + "level" : [ "new-2", "old-3" ], + "frequency" : 1804, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "司機", + "transcriptions" : { "pinyin" : "sī jī", + "numeric" : "si1 ji1", + "wadegiles" : "ssu¹ chi¹", + "bopomofo" : "ㄙ ㄐㄧ", + "romatzyh" : "sy ji" }, + "meanings" : [ "chauffeur; driver" ], + "classifiers" : [] } ] }, + { "simplified" : "司空见惯", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 26048, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "司空見慣", + "transcriptions" : { "pinyin" : "sī kōng jiàn guàn", + "numeric" : "si1 kong1 jian4 guan4", + "wadegiles" : "ssu¹ k'ung¹ chien⁴ kuan⁴", + "bopomofo" : "ㄙ ㄎㄨㄥ ㄐㄧㄢˋ ㄍㄨㄢˋ", + "romatzyh" : "sy kong jiann guann" }, + "meanings" : [ "a common occurrence (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "司令", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10296, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "司令", + "transcriptions" : { "pinyin" : "sī lìng", + "numeric" : "si1 ling4", + "wadegiles" : "ssu¹ ling⁴", + "bopomofo" : "ㄙ ㄌㄧㄥˋ", + "romatzyh" : "sy linq" }, + "meanings" : [ "commanding officer" ], + "classifiers" : [] } ] }, + { "simplified" : "司长", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 31027, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "司長", + "transcriptions" : { "pinyin" : "sī zhǎng", + "numeric" : "si1 zhang3", + "wadegiles" : "ssu¹ chang³", + "bopomofo" : "ㄙ ㄓㄤˇ", + "romatzyh" : "sy jaang" }, + "meanings" : [ "bureau chief" ], + "classifiers" : [] } ] }, + { "simplified" : "私房钱", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 42411, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "私房錢", + "transcriptions" : { "pinyin" : "sī fáng qián", + "numeric" : "si1 fang2 qian2", + "wadegiles" : "ssu¹ fang² ch'ien²", + "bopomofo" : "ㄙ ㄈㄤˊ ㄑㄧㄢˊ", + "romatzyh" : "sy farng chyan" }, + "meanings" : [ "secret purse", + "secret stash of money" ], + "classifiers" : [] } ] }, + { "simplified" : "私家车", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "私家車", + "transcriptions" : { "pinyin" : "sī jiā chē", + "numeric" : "si1 jia1 che1", + "wadegiles" : "ssu¹ chia¹ ch'e¹", + "bopomofo" : "ㄙ ㄐㄧㄚ ㄔㄜ", + "romatzyh" : "sy jia che" }, + "meanings" : [ "private car" ], + "classifiers" : [] } ] }, + { "simplified" : "私立", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 14918, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "私立", + "transcriptions" : { "pinyin" : "sī lì", + "numeric" : "si1 li4", + "wadegiles" : "ssu¹ li⁴", + "bopomofo" : "ㄙ ㄌㄧˋ", + "romatzyh" : "sy lih" }, + "meanings" : [ "private (company, school etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "私人", + "radical" : "禾", + "level" : [ "new-5", "old-5" ], + "frequency" : 2449, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "私人", + "transcriptions" : { "pinyin" : "sī rén", + "numeric" : "si1 ren2", + "wadegiles" : "ssu¹ jen²", + "bopomofo" : "ㄙ ㄖㄣˊ", + "romatzyh" : "sy ren" }, + "meanings" : [ "private", + "personal", + "interpersonal", + "sb with whom one has a close personal relationship", + "a member of one's clique" ], + "classifiers" : [] } ] }, + { "simplified" : "私事", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 17057, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "私事", + "transcriptions" : { "pinyin" : "sī shì", + "numeric" : "si1 shi4", + "wadegiles" : "ssu¹ shih⁴", + "bopomofo" : "ㄙ ㄕˋ", + "romatzyh" : "sy shyh" }, + "meanings" : [ "personal matters" ], + "classifiers" : [] } ] }, + { "simplified" : "私下", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 7490, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "私下", + "transcriptions" : { "pinyin" : "sī xià", + "numeric" : "si1 xia4", + "wadegiles" : "ssu¹ hsia⁴", + "bopomofo" : "ㄙ ㄒㄧㄚˋ", + "romatzyh" : "sy shiah" }, + "meanings" : [ "in private" ], + "classifiers" : [] } ] }, + { "simplified" : "私营", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 14930, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "私營", + "transcriptions" : { "pinyin" : "sī yíng", + "numeric" : "si1 ying2", + "wadegiles" : "ssu¹ ying²", + "bopomofo" : "ㄙ ㄧㄥˊ", + "romatzyh" : "sy yng" }, + "meanings" : [ "privately-owned", "private" ], + "classifiers" : [] } ] }, + { "simplified" : "私有", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 19459, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "私有", + "transcriptions" : { "pinyin" : "sī yǒu", + "numeric" : "si1 you3", + "wadegiles" : "ssu¹ yu³", + "bopomofo" : "ㄙ ㄧㄡˇ", + "romatzyh" : "sy yeou" }, + "meanings" : [ "private", "privately-owned" ], + "classifiers" : [] } ] }, + { "simplified" : "私自", + "radical" : "禾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13196, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "私自", + "transcriptions" : { "pinyin" : "sī zì", + "numeric" : "si1 zi4", + "wadegiles" : "ssu¹ tzu⁴", + "bopomofo" : "ㄙ ㄗˋ", + "romatzyh" : "sy tzyh" }, + "meanings" : [ "private; personal", + "secretly; without explicit approval" ], + "classifiers" : [] } ] }, + { "simplified" : "思考", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 2231, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "思考", + "transcriptions" : { "pinyin" : "sī kǎo", + "numeric" : "si1 kao3", + "wadegiles" : "ssu¹ k'ao³", + "bopomofo" : "ㄙ ㄎㄠˇ", + "romatzyh" : "sy kao" }, + "meanings" : [ "to reflect on", "to ponder over" ], + "classifiers" : [] } ] }, + { "simplified" : "思路", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 5855, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "思路", + "transcriptions" : { "pinyin" : "sī lù", + "numeric" : "si1 lu4", + "wadegiles" : "ssu¹ lu⁴", + "bopomofo" : "ㄙ ㄌㄨˋ", + "romatzyh" : "sy luh" }, + "meanings" : [ "line of thought; way of thinking" ], + "classifiers" : [] } ] }, + { "simplified" : "思念", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6960, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "思念", + "transcriptions" : { "pinyin" : "sī niàn", + "numeric" : "si1 nian4", + "wadegiles" : "ssu¹ nien⁴", + "bopomofo" : "ㄙ ㄋㄧㄢˋ", + "romatzyh" : "sy niann" }, + "meanings" : [ "to think of", + "to long for", + "to miss" ], + "classifiers" : [] } ] }, + { "simplified" : "思前想后", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 48743, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "思前想後", + "transcriptions" : { "pinyin" : "sī qián xiǎng hòu", + "numeric" : "si1 qian2 xiang3 hou4", + "wadegiles" : "ssu¹ ch'ien² hsiang³ hou⁴", + "bopomofo" : "ㄙ ㄑㄧㄢˊ ㄒㄧㄤˇ ㄏㄡˋ", + "romatzyh" : "sy chyan sheang how" }, + "meanings" : [ "to consider past cause and future effect (idiom); to think over the past and future", + "to ponder over reasons and connection" ], + "classifiers" : [] } ] }, + { "simplified" : "思索", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13129, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "思索", + "transcriptions" : { "pinyin" : "sī suǒ", + "numeric" : "si1 suo3", + "wadegiles" : "ssu¹ so³", + "bopomofo" : "ㄙ ㄙㄨㄛˇ", + "romatzyh" : "sy suoo" }, + "meanings" : [ "to think deeply", "to ponder" ], + "classifiers" : [] } ] }, + { "simplified" : "思维", + "radical" : "心", + "level" : [ "new-5", "old-6" ], + "frequency" : 3914, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "思維", + "transcriptions" : { "pinyin" : "sī wéi", + "numeric" : "si1 wei2", + "wadegiles" : "ssu¹ wei²", + "bopomofo" : "ㄙ ㄨㄟˊ", + "romatzyh" : "sy wei" }, + "meanings" : [ "(line of) thought", "thinking" ], + "classifiers" : [] } ] }, + { "simplified" : "思想", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 1525, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "思想", + "transcriptions" : { "pinyin" : "sī xiǎng", + "numeric" : "si1 xiang3", + "wadegiles" : "ssu¹ hsiang³", + "bopomofo" : "ㄙ ㄒㄧㄤˇ", + "romatzyh" : "sy sheang" }, + "meanings" : [ "thought", + "thinking", + "idea", + "ideology" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "思绪", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 11576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "思緒", + "transcriptions" : { "pinyin" : "sī xù", + "numeric" : "si1 xu4", + "wadegiles" : "ssu¹ hsü⁴", + "bopomofo" : "ㄙ ㄒㄩˋ", + "romatzyh" : "sy shiuh" }, + "meanings" : [ "train of thought", + "emotional state", + "mood", + "feeling" ], + "classifiers" : [] } ] }, + { "simplified" : "斯文", + "radical" : "斤", + "level" : [ "old-6" ], + "frequency" : 19058, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "斯文", + "transcriptions" : { "pinyin" : "sī wén", + "numeric" : "si1 wen2", + "wadegiles" : "ssu¹ wen²", + "bopomofo" : "ㄙ ㄨㄣˊ", + "romatzyh" : "sy wen" }, + "meanings" : [ "refined", + "educate", + "cultured", + "intellectual", + "polite", + "gentle" ], + "classifiers" : [] } ] }, + { "simplified" : "撕", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5814, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撕", + "transcriptions" : { "pinyin" : "sī", + "numeric" : "si1", + "wadegiles" : "ssu¹", + "bopomofo" : "ㄙ", + "romatzyh" : "sy" }, + "meanings" : [ "to tear" ], + "classifiers" : [] } ] }, + { "simplified" : "死", + "radical" : "歹", + "level" : [ "new-3", "old-4" ], + "frequency" : 177, + "pos" : [ "v", "a", "vn", "d" ], + "forms" : [ { "traditional" : "死", + "transcriptions" : { "pinyin" : "sǐ", + "numeric" : "si3", + "wadegiles" : "ssu³", + "bopomofo" : "ㄙˇ", + "romatzyh" : "syy" }, + "meanings" : [ "to die", + "impassable", + "uncrossable", + "inflexible", + "rigid", + "extremely", + "damned" ], + "classifiers" : [] } ] }, + { "simplified" : "死亡", + "radical" : "歹", + "level" : [ "new-6", "old-6" ], + "frequency" : 956, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "死亡", + "transcriptions" : { "pinyin" : "sǐ wáng", + "numeric" : "si3 wang2", + "wadegiles" : "ssu³ wang²", + "bopomofo" : "ㄙˇ ㄨㄤˊ", + "romatzyh" : "syy wang" }, + "meanings" : [ "to die", "death" ], + "classifiers" : [] } ] }, + { "simplified" : "死心", + "radical" : "歹", + "level" : [ "new-7+" ], + "frequency" : 18782, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "死心", + "transcriptions" : { "pinyin" : "sǐ xīn", + "numeric" : "si3 xin1", + "wadegiles" : "ssu³ hsin¹", + "bopomofo" : "ㄙˇ ㄒㄧㄣ", + "romatzyh" : "syy shin" }, + "meanings" : [ "to give up", + "to admit failure", + "to drop the matter", + "to reconcile oneself to loss", + "to have no more illusions about" ], + "classifiers" : [] } ] }, + { "simplified" : "死心塌地", + "radical" : "歹", + "level" : [ "new-7+" ], + "frequency" : 31068, + "pos" : [], + "forms" : [ { "traditional" : "死心塌地", + "transcriptions" : { "pinyin" : "sǐ xīn tā dì", + "numeric" : "si3 xin1 ta1 di4", + "wadegiles" : "ssu³ hsin¹ t'a¹ ti⁴", + "bopomofo" : "ㄙˇ ㄒㄧㄣ ㄊㄚ ㄉㄧˋ", + "romatzyh" : "syy shin ta dih" }, + "meanings" : [ "to be hell-bent on", + "dead set on sth", + "unswerving" ], + "classifiers" : [] } ] }, + { "simplified" : "四", + "radical" : "囗", + "level" : [ "new-1", "old-1" ], + "frequency" : 481, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "四", + "transcriptions" : { "pinyin" : "sì", + "numeric" : "si4", + "wadegiles" : "ssu⁴", + "bopomofo" : "ㄙˋ", + "romatzyh" : "syh" }, + "meanings" : [ "four", "4" ], + "classifiers" : [] } ] }, + { "simplified" : "四处", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 4649, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "四處", + "transcriptions" : { "pinyin" : "sì chù", + "numeric" : "si4 chu4", + "wadegiles" : "ssu⁴ ch'u⁴", + "bopomofo" : "ㄙˋ ㄔㄨˋ", + "romatzyh" : "syh chuh" }, + "meanings" : [ "all over the place", + "everywhere and all directions" ], + "classifiers" : [] } ] }, + { "simplified" : "四合院", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 48844, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "四合院", + "transcriptions" : { "pinyin" : "sì hé yuàn", + "numeric" : "si4 he2 yuan4", + "wadegiles" : "ssu⁴ ho² yüan⁴", + "bopomofo" : "ㄙˋ ㄏㄜˊ ㄩㄢˋ", + "romatzyh" : "syh her yuann" }, + "meanings" : [ "courtyard house with a fully enclosed courtyard (type of Chinese residence)" ], + "classifiers" : [] } ] }, + { "simplified" : "四季", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 12112, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "四季", + "transcriptions" : { "pinyin" : "sì jì", + "numeric" : "si4 ji4", + "wadegiles" : "ssu⁴ chi⁴", + "bopomofo" : "ㄙˋ ㄐㄧˋ", + "romatzyh" : "syh jih" }, + "meanings" : [ "four seasons, namely: spring 春, summer 夏, autumn 秋 and winter 冬" ], + "classifiers" : [] } ] }, + { "simplified" : "四面八方", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 19629, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "四面八方", + "transcriptions" : { "pinyin" : "sì miàn bā fāng", + "numeric" : "si4 mian4 ba1 fang1", + "wadegiles" : "ssu⁴ mien⁴ pa¹ fang¹", + "bopomofo" : "ㄙˋ ㄇㄧㄢˋ ㄅㄚ ㄈㄤ", + "romatzyh" : "syh miann ba fang" }, + "meanings" : [ "in all directions", + "all around", + "far and near" ], + "classifiers" : [] } ] }, + { "simplified" : "四肢", + "radical" : "囗", + "level" : [ "old-6" ], + "frequency" : 10487, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "四肢", + "transcriptions" : { "pinyin" : "sì zhī", + "numeric" : "si4 zhi1", + "wadegiles" : "ssu⁴ chih¹", + "bopomofo" : "ㄙˋ ㄓ", + "romatzyh" : "syh jy" }, + "meanings" : [ "the four limbs of the body" ], + "classifiers" : [] } ] }, + { "simplified" : "四周", + "radical" : "囗", + "level" : [ "new-5" ], + "frequency" : 5269, + "pos" : [ "f", "s" ], + "forms" : [ { "traditional" : "四周", + "transcriptions" : { "pinyin" : "sì zhōu", + "numeric" : "si4 zhou1", + "wadegiles" : "ssu⁴ chou¹", + "bopomofo" : "ㄙˋ ㄓㄡ", + "romatzyh" : "syh jou" }, + "meanings" : [ "all around" ], + "classifiers" : [] } ] }, + { "simplified" : "寺", + "radical" : "寸", + "level" : [ "new-6" ], + "frequency" : 7938, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "寺", + "transcriptions" : { "pinyin" : "sì", + "numeric" : "si4", + "wadegiles" : "ssu⁴", + "bopomofo" : "ㄙˋ", + "romatzyh" : "syh" }, + "meanings" : [ "Buddhist temple", + "mosque", + "government office (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "寺庙", + "radical" : "寸", + "level" : [ "new-7+", "old-5" ], + "frequency" : 14797, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寺廟", + "transcriptions" : { "pinyin" : "sì miào", + "numeric" : "si4 miao4", + "wadegiles" : "ssu⁴ miao⁴", + "bopomofo" : "ㄙˋ ㄇㄧㄠˋ", + "romatzyh" : "syh miaw" }, + "meanings" : [ "temple", "monastery", "shrine" ], + "classifiers" : [] } ] }, + { "simplified" : "饲料", + "radical" : "饣", + "level" : [ "new-7+" ], + "frequency" : 11074, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飼料", + "transcriptions" : { "pinyin" : "sì liào", + "numeric" : "si4 liao4", + "wadegiles" : "ssu⁴ liao⁴", + "bopomofo" : "ㄙˋ ㄌㄧㄠˋ", + "romatzyh" : "syh liaw" }, + "meanings" : [ "feed", "fodder" ], + "classifiers" : [] } ] }, + { "simplified" : "饲养", + "radical" : "饣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12011, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "飼養", + "transcriptions" : { "pinyin" : "sì yǎng", + "numeric" : "si4 yang3", + "wadegiles" : "ssu⁴ yang³", + "bopomofo" : "ㄙˋ ㄧㄤˇ", + "romatzyh" : "syh yeang" }, + "meanings" : [ "to raise", "to rear" ], + "classifiers" : [] } ] }, + { "simplified" : "肆无忌惮", + "radical" : "聿", + "level" : [ "old-6" ], + "frequency" : 18846, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "肆無忌憚", + "transcriptions" : { "pinyin" : "sì wú jì dàn", + "numeric" : "si4 wu2 ji4 dan4", + "wadegiles" : "ssu⁴ wu² chi⁴ tan⁴", + "bopomofo" : "ㄙˋ ㄨˊ ㄐㄧˋ ㄉㄢˋ", + "romatzyh" : "syh wu jih dann" }, + "meanings" : [ "absolutely unrestrained", + "unbridled", + "without the slightest scruple" ], + "classifiers" : [] } ] }, + { "simplified" : "松", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 2768, + "pos" : [ "v", "a", "g" ], + "forms" : [ { "traditional" : "松", + "transcriptions" : { "pinyin" : "Sōng", + "numeric" : "Song1", + "wadegiles" : "sung¹", + "bopomofo" : "ㄙㄨㄥ", + "romatzyh" : "song" }, + "meanings" : [ "surname Song" ], + "classifiers" : [] }, + { "traditional" : "松", + "transcriptions" : { "pinyin" : "sōng", + "numeric" : "song1", + "wadegiles" : "sung¹", + "bopomofo" : "ㄙㄨㄥ", + "romatzyh" : "song" }, + "meanings" : [ "pine" ], + "classifiers" : [ "棵" ] }, + { "traditional" : "鬆", + "transcriptions" : { "pinyin" : "sōng", + "numeric" : "song1", + "wadegiles" : "sung¹", + "bopomofo" : "ㄙㄨㄥ", + "romatzyh" : "song" }, + "meanings" : [ "loose", + "to loosen", + "to relax", + "floss (dry, fluffy food product made from shredded, seasoned meat or fish, used as a topping or filling)" ], + "classifiers" : [] } ] }, + { "simplified" : "松绑", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 26251, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鬆綁", + "transcriptions" : { "pinyin" : "sōng bǎng", + "numeric" : "song1 bang3", + "wadegiles" : "sung¹ pang³", + "bopomofo" : "ㄙㄨㄥ ㄅㄤˇ", + "romatzyh" : "song baang" }, + "meanings" : [ "to untie", + "(fig.) to ease restrictions" ], + "classifiers" : [] } ] }, + { "simplified" : "松弛", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 15782, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "鬆弛", + "transcriptions" : { "pinyin" : "sōng chí", + "numeric" : "song1 chi2", + "wadegiles" : "sung¹ ch'ih²", + "bopomofo" : "ㄙㄨㄥ ㄔˊ", + "romatzyh" : "song chyr" }, + "meanings" : [ "to relax", + "relaxed", + "limp", + "lax" ], + "classifiers" : [] } ] }, + { "simplified" : "松树", + "radical" : "木", + "level" : [ "new-4" ], + "frequency" : 19425, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "松樹", + "transcriptions" : { "pinyin" : "sōng shù", + "numeric" : "song1 shu4", + "wadegiles" : "sung¹ shu⁴", + "bopomofo" : "ㄙㄨㄥ ㄕㄨˋ", + "romatzyh" : "song shuh" }, + "meanings" : [ "pine", "pine tree" ], + "classifiers" : [ "棵" ] } ] }, + { "simplified" : "耸", + "radical" : "耳", + "level" : [ "old-6" ], + "frequency" : 15254, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "聳", + "transcriptions" : { "pinyin" : "sǒng", + "numeric" : "song3", + "wadegiles" : "sung³", + "bopomofo" : "ㄙㄨㄥˇ", + "romatzyh" : "soong" }, + "meanings" : [ "to excite", + "to raise up", + "to shrug", + "high", + "lofty", + "towering" ], + "classifiers" : [] } ] }, + { "simplified" : "耸立", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 31433, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聳立", + "transcriptions" : { "pinyin" : "sǒng lì", + "numeric" : "song3 li4", + "wadegiles" : "sung³ li⁴", + "bopomofo" : "ㄙㄨㄥˇ ㄌㄧˋ", + "romatzyh" : "soong lih" }, + "meanings" : [ "to stand tall", "to tower aloft" ], + "classifiers" : [] } ] }, + { "simplified" : "送", + "radical" : "辶", + "level" : [ "new-1", "old-2" ], + "frequency" : 370, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "送", + "transcriptions" : { "pinyin" : "sòng", + "numeric" : "song4", + "wadegiles" : "sung⁴", + "bopomofo" : "ㄙㄨㄥˋ", + "romatzyh" : "sonq" }, + "meanings" : [ "to send; to deliver; to transmit", + "to give (as a present)", + "to see (sb) off", + "to accompany; to go along with" ], + "classifiers" : [] } ] }, + { "simplified" : "送别", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 23101, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "送別", + "transcriptions" : { "pinyin" : "sòng bié", + "numeric" : "song4 bie2", + "wadegiles" : "sung⁴ pieh²", + "bopomofo" : "ㄙㄨㄥˋ ㄅㄧㄝˊ", + "romatzyh" : "sonq bye" }, + "meanings" : [ "to farewell" ], + "classifiers" : [] } ] }, + { "simplified" : "送到", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 8114, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "送到", + "transcriptions" : { "pinyin" : "sòng dào", + "numeric" : "song4 dao4", + "wadegiles" : "sung⁴ tao⁴", + "bopomofo" : "ㄙㄨㄥˋ ㄉㄠˋ", + "romatzyh" : "sonq daw" }, + "meanings" : [ "Deliver" ], + "classifiers" : [] } ] }, + { "simplified" : "送给", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 2733, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "送給", + "transcriptions" : { "pinyin" : "sòng gěi", + "numeric" : "song4 gei3", + "wadegiles" : "sung⁴ kei³", + "bopomofo" : "ㄙㄨㄥˋ ㄍㄟˇ", + "romatzyh" : "sonq geei" }, + "meanings" : [ "to send", "to give as a present" ], + "classifiers" : [] } ] }, + { "simplified" : "送礼", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 14079, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "送禮", + "transcriptions" : { "pinyin" : "sòng lǐ", + "numeric" : "song4 li3", + "wadegiles" : "sung⁴ li³", + "bopomofo" : "ㄙㄨㄥˋ ㄌㄧˇ", + "romatzyh" : "sonq lii" }, + "meanings" : [ "to give a present" ], + "classifiers" : [] } ] }, + { "simplified" : "送行", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 20004, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "送行", + "transcriptions" : { "pinyin" : "sòng xíng", + "numeric" : "song4 xing2", + "wadegiles" : "sung⁴ hsing²", + "bopomofo" : "ㄙㄨㄥˋ ㄒㄧㄥˊ", + "romatzyh" : "sonq shyng" }, + "meanings" : [ "to see someone off", + "to throw someone a send-off party" ], + "classifiers" : [] } ] }, + { "simplified" : "搜", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 3653, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搜", + "transcriptions" : { "pinyin" : "sōu", + "numeric" : "sou1", + "wadegiles" : "sou¹", + "bopomofo" : "ㄙㄡ", + "romatzyh" : "sou" }, + "meanings" : [ "to search" ], + "classifiers" : [] } ] }, + { "simplified" : "搜查", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 7999, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搜查", + "transcriptions" : { "pinyin" : "sōu chá", + "numeric" : "sou1 cha2", + "wadegiles" : "sou¹ ch'a²", + "bopomofo" : "ㄙㄡ ㄔㄚˊ", + "romatzyh" : "sou char" }, + "meanings" : [ "to search" ], + "classifiers" : [] } ] }, + { "simplified" : "搜集", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8392, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搜集", + "transcriptions" : { "pinyin" : "sōu jí", + "numeric" : "sou1 ji2", + "wadegiles" : "sou¹ chi²", + "bopomofo" : "ㄙㄡ ㄐㄧˊ", + "romatzyh" : "sou jyi" }, + "meanings" : [ "to gather", "to collect" ], + "classifiers" : [] } ] }, + { "simplified" : "搜救", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "搜救", + "transcriptions" : { "pinyin" : "sōu jiù", + "numeric" : "sou1 jiu4", + "wadegiles" : "sou¹ chiu⁴", + "bopomofo" : "ㄙㄡ ㄐㄧㄡˋ", + "romatzyh" : "sou jiow" }, + "meanings" : [ "search and rescue" ], + "classifiers" : [] } ] }, + { "simplified" : "搜索", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 3062, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搜索", + "transcriptions" : { "pinyin" : "sōu suǒ", + "numeric" : "sou1 suo3", + "wadegiles" : "sou¹ so³", + "bopomofo" : "ㄙㄡ ㄙㄨㄛˇ", + "romatzyh" : "sou suoo" }, + "meanings" : [ "to search (a place)", + "to search (a database)", + "to search for (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "搜寻", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8349, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搜尋", + "transcriptions" : { "pinyin" : "sōu xún", + "numeric" : "sou1 xun2", + "wadegiles" : "sou¹ hsün²", + "bopomofo" : "ㄙㄡ ㄒㄩㄣˊ", + "romatzyh" : "sou shyun" }, + "meanings" : [ "to search", "to look for" ], + "classifiers" : [] } ] }, + { "simplified" : "艘", + "radical" : "舟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2548, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "艘", + "transcriptions" : { "pinyin" : "sōu", + "numeric" : "sou1", + "wadegiles" : "sou¹", + "bopomofo" : "ㄙㄡ", + "romatzyh" : "sou" }, + "meanings" : [ "classifier for ships", + "Taiwan pr. [sāo]" ], + "classifiers" : [] } ] }, + { "simplified" : "苏醒", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11918, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "甦醒", + "transcriptions" : { "pinyin" : "sū xǐng", + "numeric" : "su1 xing3", + "wadegiles" : "su¹ hsing³", + "bopomofo" : "ㄙㄨ ㄒㄧㄥˇ", + "romatzyh" : "su shiing" }, + "meanings" : [ "to come to", + "to awaken", + "to regain consciousness" ], + "classifiers" : [] } ] }, + { "simplified" : "酥", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 10489, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "酥", + "transcriptions" : { "pinyin" : "sū", + "numeric" : "su1", + "wadegiles" : "su¹", + "bopomofo" : "ㄙㄨ", + "romatzyh" : "su" }, + "meanings" : [ "flaky pastry", + "crunchy", + "limp", + "soft", + "silky" ], + "classifiers" : [] } ] }, + { "simplified" : "俗", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8279, + "pos" : [ "a", "ad", "g" ], + "forms" : [ { "traditional" : "俗", + "transcriptions" : { "pinyin" : "sú", + "numeric" : "su2", + "wadegiles" : "su²", + "bopomofo" : "ㄙㄨˊ", + "romatzyh" : "swu" }, + "meanings" : [ "custom", + "convention", + "popular", + "common", + "coarse", + "vulgar", + "secular" ], + "classifiers" : [] } ] }, + { "simplified" : "俗话", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18314, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "俗話", + "transcriptions" : { "pinyin" : "sú huà", + "numeric" : "su2 hua4", + "wadegiles" : "su² hua⁴", + "bopomofo" : "ㄙㄨˊ ㄏㄨㄚˋ", + "romatzyh" : "swu huah" }, + "meanings" : [ "common saying", "proverb" ], + "classifiers" : [] } ] }, + { "simplified" : "俗话说", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 19063, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "俗話說", + "transcriptions" : { "pinyin" : "sú huà shuō", + "numeric" : "su2 hua4 shuo1", + "wadegiles" : "su² hua⁴ shuo¹", + "bopomofo" : "ㄙㄨˊ ㄏㄨㄚˋ ㄕㄨㄛ", + "romatzyh" : "swu huah shuo" }, + "meanings" : [ "as the proverb says", + "as they say..." ], + "classifiers" : [] } ] }, + { "simplified" : "俗语", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 24526, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "俗語", + "transcriptions" : { "pinyin" : "sú yǔ", + "numeric" : "su2 yu3", + "wadegiles" : "su² yü³", + "bopomofo" : "ㄙㄨˊ ㄩˇ", + "romatzyh" : "swu yeu" }, + "meanings" : [ "common saying", + "proverb", + "colloquial speech" ], + "classifiers" : [] } ] }, + { "simplified" : "素", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 2618, + "pos" : [ "g", "n", "a" ], + "forms" : [ { "traditional" : "素", + "transcriptions" : { "pinyin" : "sù", + "numeric" : "su4", + "wadegiles" : "su⁴", + "bopomofo" : "ㄙㄨˋ", + "romatzyh" : "suh" }, + "meanings" : [ "raw silk", + "white", + "plain, unadorned", + "vegetarian (food)", + "essence", + "nature", + "element", + "constituent", + "usually", + "always", + "ever" ], + "classifiers" : [] } ] }, + { "simplified" : "素不相识", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 31683, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "素不相識", + "transcriptions" : { "pinyin" : "sù bù xiāng shí", + "numeric" : "su4 bu4 xiang1 shi2", + "wadegiles" : "su⁴ pu⁴ hsiang¹ shih²", + "bopomofo" : "ㄙㄨˋ ㄅㄨˋ ㄒㄧㄤ ㄕˊ", + "romatzyh" : "suh buh shiang shyr" }, + "meanings" : [ "to be total strangers (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "素材", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 12118, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "素材", + "transcriptions" : { "pinyin" : "sù cái", + "numeric" : "su4 cai2", + "wadegiles" : "su⁴ ts'ai²", + "bopomofo" : "ㄙㄨˋ ㄘㄞˊ", + "romatzyh" : "suh tsair" }, + "meanings" : [ "source material (in literature and art)" ], + "classifiers" : [] } ] }, + { "simplified" : "素描", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 18393, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "素描", + "transcriptions" : { "pinyin" : "sù miáo", + "numeric" : "su4 miao2", + "wadegiles" : "su⁴ miao²", + "bopomofo" : "ㄙㄨˋ ㄇㄧㄠˊ", + "romatzyh" : "suh miau" }, + "meanings" : [ "sketch" ], + "classifiers" : [] } ] }, + { "simplified" : "素食", + "radical" : "糸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15617, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "素食", + "transcriptions" : { "pinyin" : "sù shí", + "numeric" : "su4 shi2", + "wadegiles" : "su⁴ shih²", + "bopomofo" : "ㄙㄨˋ ㄕˊ", + "romatzyh" : "suh shyr" }, + "meanings" : [ "vegetarian food", + "to eat a vegetarian diet" ], + "classifiers" : [] } ] }, + { "simplified" : "素养", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 23559, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "素養", + "transcriptions" : { "pinyin" : "sù yǎng", + "numeric" : "su4 yang3", + "wadegiles" : "su⁴ yang³", + "bopomofo" : "ㄙㄨˋ ㄧㄤˇ", + "romatzyh" : "suh yeang" }, + "meanings" : [ "(personal) accomplishment", + "attainment in self-cultivation" ], + "classifiers" : [] } ] }, + { "simplified" : "素质", + "radical" : "糸", + "level" : [ "new-6", "old-6" ], + "frequency" : 6892, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "素質", + "transcriptions" : { "pinyin" : "sù zhì", + "numeric" : "su4 zhi4", + "wadegiles" : "su⁴ chih⁴", + "bopomofo" : "ㄙㄨˋ ㄓˋ", + "romatzyh" : "suh jyh" }, + "meanings" : [ "inner quality", "basic essence" ], + "classifiers" : [] } ] }, + { "simplified" : "速度", + "radical" : "辶", + "level" : [ "new-3", "old-4" ], + "frequency" : 1337, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "速度", + "transcriptions" : { "pinyin" : "sù dù", + "numeric" : "su4 du4", + "wadegiles" : "su⁴ tu⁴", + "bopomofo" : "ㄙㄨˋ ㄉㄨˋ", + "romatzyh" : "suh duh" }, + "meanings" : [ "speed", + "rate", + "velocity", + "(music) tempo" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "宿舍", + "radical" : "宀", + "level" : [ "new-5", "old-5" ], + "frequency" : 4045, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宿舍", + "transcriptions" : { "pinyin" : "sù shè", + "numeric" : "su4 she4", + "wadegiles" : "su⁴ she⁴", + "bopomofo" : "ㄙㄨˋ ㄕㄜˋ", + "romatzyh" : "suh sheh" }, + "meanings" : [ "dormitory", + "dorm room", + "living quarters", + "hostel" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "塑料", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 4823, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "塑料", + "transcriptions" : { "pinyin" : "sù liào", + "numeric" : "su4 liao4", + "wadegiles" : "su⁴ liao⁴", + "bopomofo" : "ㄙㄨˋ ㄌㄧㄠˋ", + "romatzyh" : "suh liaw" }, + "meanings" : [ "plastics" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "塑料袋", + "radical" : "土", + "level" : [ "new-4", "old-4" ], + "frequency" : 12101, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "塑料袋", + "transcriptions" : { "pinyin" : "sù liào dài", + "numeric" : "su4 liao4 dai4", + "wadegiles" : "su⁴ liao⁴ tai⁴", + "bopomofo" : "ㄙㄨˋ ㄌㄧㄠˋ ㄉㄞˋ", + "romatzyh" : "suh liaw day" }, + "meanings" : [ "plastic bag" ], + "classifiers" : [] } ] }, + { "simplified" : "塑造", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7539, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "塑造", + "transcriptions" : { "pinyin" : "sù zào", + "numeric" : "su4 zao4", + "wadegiles" : "su⁴ tsao⁴", + "bopomofo" : "ㄙㄨˋ ㄗㄠˋ", + "romatzyh" : "suh tzaw" }, + "meanings" : [ "to model", + "to mold", + "(fig.) to create (a character, a market, an image etc)", + "(literature) to portray (in words)" ], + "classifiers" : [] } ] }, + { "simplified" : "诉苦", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 23488, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "訴苦", + "transcriptions" : { "pinyin" : "sù kǔ", + "numeric" : "su4 ku3", + "wadegiles" : "su⁴ k'u³", + "bopomofo" : "ㄙㄨˋ ㄎㄨˇ", + "romatzyh" : "suh kuu" }, + "meanings" : [ "to grumble", + "to complain", + "grievance" ], + "classifiers" : [] } ] }, + { "simplified" : "诉说", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 13698, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "訴說", + "transcriptions" : { "pinyin" : "sù shuō", + "numeric" : "su4 shuo1", + "wadegiles" : "su⁴ shuo¹", + "bopomofo" : "ㄙㄨˋ ㄕㄨㄛ", + "romatzyh" : "suh shuo" }, + "meanings" : [ "to recount", + "to tell of", + "to relate", + "(fig.) (of a thing) to stand as testament to (some past history)" ], + "classifiers" : [] } ] }, + { "simplified" : "诉讼", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3548, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "訴訟", + "transcriptions" : { "pinyin" : "sù sòng", + "numeric" : "su4 song4", + "wadegiles" : "su⁴ sung⁴", + "bopomofo" : "ㄙㄨˋ ㄙㄨㄥˋ", + "romatzyh" : "suh sonq" }, + "meanings" : [ "lawsuit" ], + "classifiers" : [] } ] }, + { "simplified" : "酸", + "radical" : "酉", + "level" : [ "new-4", "old-4" ], + "frequency" : 3361, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "酸", + "transcriptions" : { "pinyin" : "suān", + "numeric" : "suan1", + "wadegiles" : "suan¹", + "bopomofo" : "ㄙㄨㄢ", + "romatzyh" : "suan" }, + "meanings" : [ "sour", + "tart", + "sick at heart", + "grieved", + "sore", + "aching", + "pedantic", + "impractical", + "to make sarcastic remarks about sb", + "an acid" ], + "classifiers" : [] } ] }, + { "simplified" : "酸奶", + "radical" : "酉", + "level" : [ "new-4" ], + "frequency" : 7176, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "酸奶", + "transcriptions" : { "pinyin" : "suān nǎi", + "numeric" : "suan1 nai3", + "wadegiles" : "suan¹ nai³", + "bopomofo" : "ㄙㄨㄢ ㄋㄞˇ", + "romatzyh" : "suan nae" }, + "meanings" : [ "yogurt" ], + "classifiers" : [] } ] }, + { "simplified" : "酸甜苦辣", + "radical" : "酉", + "level" : [ "new-5" ], + "frequency" : 32890, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "酸甜苦辣", + "transcriptions" : { "pinyin" : "suān tián kǔ là", + "numeric" : "suan1 tian2 ku3 la4", + "wadegiles" : "suan¹ t'ien² k'u³ la⁴", + "bopomofo" : "ㄙㄨㄢ ㄊㄧㄢˊ ㄎㄨˇ ㄌㄚˋ", + "romatzyh" : "suan tyan kuu lah" }, + "meanings" : [ "sour, sweet, bitter and spicy hot", + "fig. the joys and sorrows of life" ], + "classifiers" : [] } ] }, + { "simplified" : "蒜", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 11954, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蒜", + "transcriptions" : { "pinyin" : "suàn", + "numeric" : "suan4", + "wadegiles" : "suan⁴", + "bopomofo" : "ㄙㄨㄢˋ", + "romatzyh" : "suann" }, + "meanings" : [ "garlic" ], + "classifiers" : [ "头", "瓣" ] } ] }, + { "simplified" : "算", + "radical" : "⺮", + "level" : [ "new-2", "old-4" ], + "frequency" : 698, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "算", + "transcriptions" : { "pinyin" : "suàn", + "numeric" : "suan4", + "wadegiles" : "suan⁴", + "bopomofo" : "ㄙㄨㄢˋ", + "romatzyh" : "suann" }, + "meanings" : [ "to regard as", + "to figure", + "to calculate", + "to compute" ], + "classifiers" : [] } ] }, + { "simplified" : "算计", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 13871, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "算計", + "transcriptions" : { "pinyin" : "suàn ji", + "numeric" : "suan4 ji5", + "wadegiles" : "suan⁴ ji", + "bopomofo" : "ㄙㄨㄢˋ ji", + "romatzyh" : "suann ji" }, + "meanings" : [ "to reckon", + "to calculate", + "to plan", + "to expect", + "to scheme" ], + "classifiers" : [] } ] }, + { "simplified" : "算了", + "radical" : "⺮", + "level" : [ "new-6", "old-6" ], + "frequency" : 3829, + "pos" : [], + "forms" : [ { "traditional" : "算了", + "transcriptions" : { "pinyin" : "suàn le", + "numeric" : "suan4 le5", + "wadegiles" : "suan⁴ le", + "bopomofo" : "ㄙㄨㄢˋ le", + "romatzyh" : "suann le" }, + "meanings" : [ "let it be", + "let it pass", + "forget about it" ], + "classifiers" : [] } ] }, + { "simplified" : "算盘", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 23240, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "算盤", + "transcriptions" : { "pinyin" : "suàn pán", + "numeric" : "suan4 pan2", + "wadegiles" : "suan⁴ p'an²", + "bopomofo" : "ㄙㄨㄢˋ ㄆㄢˊ", + "romatzyh" : "suann parn" }, + "meanings" : [ "abacus", "plan", "scheme" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "算是", + "radical" : "⺮", + "level" : [ "new-6" ], + "frequency" : 2032, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "算是", + "transcriptions" : { "pinyin" : "suàn shì", + "numeric" : "suan4 shi4", + "wadegiles" : "suan⁴ shih⁴", + "bopomofo" : "ㄙㄨㄢˋ ㄕˋ", + "romatzyh" : "suann shyh" }, + "meanings" : [ "considered to be", "at last" ], + "classifiers" : [] } ] }, + { "simplified" : "算数", + "radical" : "⺮", + "level" : [ "old-6" ], + "frequency" : 15281, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "算數", + "transcriptions" : { "pinyin" : "suàn shù", + "numeric" : "suan4 shu4", + "wadegiles" : "suan⁴ shu⁴", + "bopomofo" : "ㄙㄨㄢˋ ㄕㄨˋ", + "romatzyh" : "suann shuh" }, + "meanings" : [ "to count numbers", + "to keep to one's word", + "to hold (i.e. to remain valid)", + "to count (i.e. to be important)" ], + "classifiers" : [] } ] }, + { "simplified" : "算账", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 18722, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "算賬", + "transcriptions" : { "pinyin" : "suàn zhàng", + "numeric" : "suan4 zhang4", + "wadegiles" : "suan⁴ chang⁴", + "bopomofo" : "ㄙㄨㄢˋ ㄓㄤˋ", + "romatzyh" : "suann janq" }, + "meanings" : [ "(accounting) to balance the books; to do the accounts", + "(fig.) to settle an account; to get one's revenge" ], + "classifiers" : [] } ] }, + { "simplified" : "虽", + "radical" : "虫", + "level" : [ "new-6" ], + "frequency" : 4393, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "雖", + "transcriptions" : { "pinyin" : "suī", + "numeric" : "sui1", + "wadegiles" : "sui¹", + "bopomofo" : "ㄙㄨㄟ", + "romatzyh" : "suei" }, + "meanings" : [ "although", "even though" ], + "classifiers" : [] } ] }, + { "simplified" : "虽然", + "radical" : "虫", + "level" : [ "new-2", "old-3" ], + "frequency" : 440, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "雖然", + "transcriptions" : { "pinyin" : "suī rán", + "numeric" : "sui1 ran2", + "wadegiles" : "sui¹ jan²", + "bopomofo" : "ㄙㄨㄟ ㄖㄢˊ", + "romatzyh" : "suei ran" }, + "meanings" : [ "although; even though (often used correlatively with 是 or 是 etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "虽说", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 8568, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "雖說", + "transcriptions" : { "pinyin" : "suī shuō", + "numeric" : "sui1 shuo1", + "wadegiles" : "sui¹ shuo¹", + "bopomofo" : "ㄙㄨㄟ ㄕㄨㄛ", + "romatzyh" : "suei shuo" }, + "meanings" : [ "though", "although" ], + "classifiers" : [] } ] }, + { "simplified" : "随", + "radical" : "阝", + "level" : [ "new-3" ], + "frequency" : 915, + "pos" : [ "p", "v", "g" ], + "forms" : [ { "traditional" : "隨", + "transcriptions" : { "pinyin" : "Suí", + "numeric" : "Sui2", + "wadegiles" : "sui²", + "bopomofo" : "ㄙㄨㄟˊ", + "romatzyh" : "swei" }, + "meanings" : [ "surname Sui" ], + "classifiers" : [] }, + { "traditional" : "隨", + "transcriptions" : { "pinyin" : "suí", + "numeric" : "sui2", + "wadegiles" : "sui²", + "bopomofo" : "ㄙㄨㄟˊ", + "romatzyh" : "swei" }, + "meanings" : [ "to follow", + "to comply with", + "varying according to...", + "to allow", + "subsequently" ], + "classifiers" : [] } ] }, + { "simplified" : "随便", + "radical" : "阝", + "level" : [ "new-2", "old-4" ], + "frequency" : 2071, + "pos" : [ "ad", "a", "v" ], + "forms" : [ { "traditional" : "隨便", + "transcriptions" : { "pinyin" : "suí biàn", + "numeric" : "sui2 bian4", + "wadegiles" : "sui² pien⁴", + "bopomofo" : "ㄙㄨㄟˊ ㄅㄧㄢˋ", + "romatzyh" : "swei biann" }, + "meanings" : [ "as one wishes", + "as one pleases", + "at random", + "negligent", + "casual", + "wanton" ], + "classifiers" : [] } ] }, + { "simplified" : "随处可见", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 19060, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "隨處可見", + "transcriptions" : { "pinyin" : "suí chù kě jiàn", + "numeric" : "sui2 chu4 ke3 jian4", + "wadegiles" : "sui² ch'u⁴ k'o³ chien⁴", + "bopomofo" : "ㄙㄨㄟˊ ㄔㄨˋ ㄎㄜˇ ㄐㄧㄢˋ", + "romatzyh" : "swei chuh kee jiann" }, + "meanings" : [ "can be seen everywhere" ], + "classifiers" : [] } ] }, + { "simplified" : "随大溜", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 182989, + "pos" : [], + "forms" : [ { "traditional" : "隨大溜", + "transcriptions" : { "pinyin" : "suí dà liù", + "numeric" : "sui2 da4 liu4", + "wadegiles" : "sui² ta⁴ liu⁴", + "bopomofo" : "ㄙㄨㄟˊ ㄉㄚˋ ㄌㄧㄡˋ", + "romatzyh" : "swei dah liow" }, + "meanings" : [ "to follow the crowd", + "going with the tide" ], + "classifiers" : [] } ] }, + { "simplified" : "随后", + "radical" : "阝", + "level" : [ "new-5" ], + "frequency" : 3562, + "pos" : [ "d", "f" ], + "forms" : [ { "traditional" : "隨後", + "transcriptions" : { "pinyin" : "suí hòu", + "numeric" : "sui2 hou4", + "wadegiles" : "sui² hou⁴", + "bopomofo" : "ㄙㄨㄟˊ ㄏㄡˋ", + "romatzyh" : "swei how" }, + "meanings" : [ "soon after" ], + "classifiers" : [] } ] }, + { "simplified" : "随机", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 5453, + "pos" : [ "d", "b", "z" ], + "forms" : [ { "traditional" : "隨機", + "transcriptions" : { "pinyin" : "suí jī", + "numeric" : "sui2 ji1", + "wadegiles" : "sui² chi¹", + "bopomofo" : "ㄙㄨㄟˊ ㄐㄧ", + "romatzyh" : "swei ji" }, + "meanings" : [ "according to the situation", + "pragmatic", + "random" ], + "classifiers" : [] } ] }, + { "simplified" : "随即", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12608, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "隨即", + "transcriptions" : { "pinyin" : "suí jí", + "numeric" : "sui2 ji2", + "wadegiles" : "sui² chi²", + "bopomofo" : "ㄙㄨㄟˊ ㄐㄧˊ", + "romatzyh" : "swei jyi" }, + "meanings" : [ "immediately", + "presently", + "following which" ], + "classifiers" : [] } ] }, + { "simplified" : "随身", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6903, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "隨身", + "transcriptions" : { "pinyin" : "suí shēn", + "numeric" : "sui2 shen1", + "wadegiles" : "sui² shen¹", + "bopomofo" : "ㄙㄨㄟˊ ㄕㄣ", + "romatzyh" : "swei shen" }, + "meanings" : [ "to (carry) on one's person", + "to (take) with one" ], + "classifiers" : [] } ] }, + { "simplified" : "随时", + "radical" : "阝", + "level" : [ "new-2", "old-5" ], + "frequency" : 2085, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "隨時", + "transcriptions" : { "pinyin" : "suí shí", + "numeric" : "sui2 shi2", + "wadegiles" : "sui² shih²", + "bopomofo" : "ㄙㄨㄟˊ ㄕˊ", + "romatzyh" : "swei shyr" }, + "meanings" : [ "at any time; at all times", + "at the right time; whenever necessary" ], + "classifiers" : [] } ] }, + { "simplified" : "随时随地", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 13454, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "隨時隨地", + "transcriptions" : { "pinyin" : "suí shí suí dì", + "numeric" : "sui2 shi2 sui2 di4", + "wadegiles" : "sui² shih² sui² ti⁴", + "bopomofo" : "ㄙㄨㄟˊ ㄕˊ ㄙㄨㄟˊ ㄉㄧˋ", + "romatzyh" : "swei shyr swei dih" }, + "meanings" : [ "anytime and anywhere" ], + "classifiers" : [] } ] }, + { "simplified" : "随手", + "radical" : "阝", + "level" : [ "new-4", "old-6" ], + "frequency" : 12138, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "隨手", + "transcriptions" : { "pinyin" : "suí shǒu", + "numeric" : "sui2 shou3", + "wadegiles" : "sui² shou³", + "bopomofo" : "ㄙㄨㄟˊ ㄕㄡˇ", + "romatzyh" : "swei shoou" }, + "meanings" : [ "conveniently", + "without extra trouble", + "while doing it", + "in passing" ], + "classifiers" : [] } ] }, + { "simplified" : "随心所欲", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 12643, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "隨心所欲", + "transcriptions" : { "pinyin" : "suí xīn suǒ yù", + "numeric" : "sui2 xin1 suo3 yu4", + "wadegiles" : "sui² hsin¹ so³ yü⁴", + "bopomofo" : "ㄙㄨㄟˊ ㄒㄧㄣ ㄙㄨㄛˇ ㄩˋ", + "romatzyh" : "swei shin suoo yuh" }, + "meanings" : [ "to follow one's heart's desires", + "to do as one pleases (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "随意", + "radical" : "阝", + "level" : [ "new-5", "old-6" ], + "frequency" : 3794, + "pos" : [ "ad", "a", "an" ], + "forms" : [ { "traditional" : "隨意", + "transcriptions" : { "pinyin" : "suí yì", + "numeric" : "sui2 yi4", + "wadegiles" : "sui² i⁴", + "bopomofo" : "ㄙㄨㄟˊ ㄧˋ", + "romatzyh" : "swei yih" }, + "meanings" : [ "as one wishes", + "according to one's wishes", + "at will", + "voluntary", + "conscious" ], + "classifiers" : [] } ] }, + { "simplified" : "随着", + "radical" : "阝", + "level" : [ "new-5", "old-4" ], + "frequency" : 3104, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "隨著", + "transcriptions" : { "pinyin" : "suí zhe", + "numeric" : "sui2 zhe5", + "wadegiles" : "sui² zhe", + "bopomofo" : "ㄙㄨㄟˊ zhe", + "romatzyh" : "swei zhe" }, + "meanings" : [ "along with", + "in the wake of", + "following" ], + "classifiers" : [] } ] }, + { "simplified" : "岁", + "radical" : "山", + "level" : [ "new-1", "old-1" ], + "frequency" : 266, + "pos" : [ "qt" ], + "forms" : [ { "traditional" : "嵗", + "transcriptions" : { "pinyin" : "suì", + "numeric" : "sui4", + "wadegiles" : "sui⁴", + "bopomofo" : "ㄙㄨㄟˋ", + "romatzyh" : "suey" }, + "meanings" : [ "variant of 岁, year", "years old" ], + "classifiers" : [] }, + { "traditional" : "歲", + "transcriptions" : { "pinyin" : "suì", + "numeric" : "sui4", + "wadegiles" : "sui⁴", + "bopomofo" : "ㄙㄨㄟˋ", + "romatzyh" : "suey" }, + "meanings" : [ "classifier for years (of age)", + "year", + "year (of crop harvests)" ], + "classifiers" : [] } ] }, + { "simplified" : "岁数", + "radical" : "山", + "level" : [ "new-6" ], + "frequency" : 15592, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歲數", + "transcriptions" : { "pinyin" : "suì shu", + "numeric" : "sui4 shu5", + "wadegiles" : "sui⁴ shu", + "bopomofo" : "ㄙㄨㄟˋ shu", + "romatzyh" : "suey shu" }, + "meanings" : [ "age (number of years old)" ], + "classifiers" : [] } ] }, + { "simplified" : "岁月", + "radical" : "山", + "level" : [ "new-5", "old-6" ], + "frequency" : 6038, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "歲月", + "transcriptions" : { "pinyin" : "suì yuè", + "numeric" : "sui4 yue4", + "wadegiles" : "sui⁴ yüeh⁴", + "bopomofo" : "ㄙㄨㄟˋ ㄩㄝˋ", + "romatzyh" : "suey yueh" }, + "meanings" : [ "years", "time" ], + "classifiers" : [] } ] }, + { "simplified" : "遂心", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 99591, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遂心", + "transcriptions" : { "pinyin" : "suì xīn", + "numeric" : "sui4 xin1", + "wadegiles" : "sui⁴ hsin¹", + "bopomofo" : "ㄙㄨㄟˋ ㄒㄧㄣ", + "romatzyh" : "suey shin" }, + "meanings" : [ "to one's liking" ], + "classifiers" : [] } ] }, + { "simplified" : "碎", + "radical" : "石", + "level" : [ "new-5", "old-5" ], + "frequency" : 2313, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "碎", + "transcriptions" : { "pinyin" : "suì", + "numeric" : "sui4", + "wadegiles" : "sui⁴", + "bopomofo" : "ㄙㄨㄟˋ", + "romatzyh" : "suey" }, + "meanings" : [ "(transitive or intransitive verb) to break into pieces; to shatter; to crumble", + "broken; fragmentary; scattered", + "garrulous" ], + "classifiers" : [] } ] }, + { "simplified" : "隧道", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5170, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隧道", + "transcriptions" : { "pinyin" : "suì dào", + "numeric" : "sui4 dao4", + "wadegiles" : "sui⁴ tao⁴", + "bopomofo" : "ㄙㄨㄟˋ ㄉㄠˋ", + "romatzyh" : "suey daw" }, + "meanings" : [ "tunnel" ], + "classifiers" : [] } ] }, + { "simplified" : "孙女", + "radical" : "子", + "level" : [ "new-4" ], + "frequency" : 11910, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "孫女", + "transcriptions" : { "pinyin" : "sūn nu:3", + "numeric" : "sun1 nü3", + "wadegiles" : "sun¹ nu:3", + "bopomofo" : "ㄙㄨㄣ nu:3", + "romatzyh" : "suen nu:3" }, + "meanings" : [ "son's daughter", "granddaughter" ], + "classifiers" : [] } ] }, + { "simplified" : "孙子", + "radical" : "子", + "level" : [ "new-4", "old-4" ], + "frequency" : 5639, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "孫子", + "transcriptions" : { "pinyin" : "Sūn zǐ", + "numeric" : "Sun1 zi3", + "wadegiles" : "sun¹ tzu³", + "bopomofo" : "ㄙㄨㄣ ㄗˇ", + "romatzyh" : "suen tzyy" }, + "meanings" : [ "Sun Tzu, also known as Sun Wu 孙武 (c. 500 BC, dates of birth and death uncertain), general, strategist and philosopher of the Spring and Autumn Period (700-475 BC), believed to be the author of the “Art of War” 孙子兵法, one of the Seven Military Classics of ancient China 武经七书" ], + "classifiers" : [] }, + { "traditional" : "孫子", + "transcriptions" : { "pinyin" : "sūn zi", + "numeric" : "sun1 zi5", + "wadegiles" : "sun¹ zi", + "bopomofo" : "ㄙㄨㄣ zi", + "romatzyh" : "suen zi" }, + "meanings" : [ "grandson", "son's son" ], + "classifiers" : [] } ] }, + { "simplified" : "损", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6484, + "pos" : [ "g", "vn" ], + "forms" : [ { "traditional" : "損", + "transcriptions" : { "pinyin" : "sǔn", + "numeric" : "sun3", + "wadegiles" : "sun³", + "bopomofo" : "ㄙㄨㄣˇ", + "romatzyh" : "soen" }, + "meanings" : [ "to decrease; to lose", + "to damage; to harm", + "(coll.) to ridicule; to deride", + "(coll.) caustic; sarcastic; nasty; mean", + "one of the 64 hexagrams of the Book of Changes: ䷨" ], + "classifiers" : [] } ] }, + { "simplified" : "损害", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 5173, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "損害", + "transcriptions" : { "pinyin" : "sǔn hài", + "numeric" : "sun3 hai4", + "wadegiles" : "sun³ hai⁴", + "bopomofo" : "ㄙㄨㄣˇ ㄏㄞˋ", + "romatzyh" : "soen hay" }, + "meanings" : [ "harm", "to damage", "to impair" ], + "classifiers" : [] } ] }, + { "simplified" : "损坏", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7169, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "損壞", + "transcriptions" : { "pinyin" : "sǔn huài", + "numeric" : "sun3 huai4", + "wadegiles" : "sun³ huai⁴", + "bopomofo" : "ㄙㄨㄣˇ ㄏㄨㄞˋ", + "romatzyh" : "soen huay" }, + "meanings" : [ "to damage", "to injure" ], + "classifiers" : [] } ] }, + { "simplified" : "损人利己", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 53422, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "損人利己", + "transcriptions" : { "pinyin" : "sǔn rén lì jǐ", + "numeric" : "sun3 ren2 li4 ji3", + "wadegiles" : "sun³ jen² li⁴ chi³", + "bopomofo" : "ㄙㄨㄣˇ ㄖㄣˊ ㄌㄧˋ ㄐㄧˇ", + "romatzyh" : "soen ren lih jii" }, + "meanings" : [ "harming others for one's personal benefit (idiom); personal gain to the detriment of others" ], + "classifiers" : [] } ] }, + { "simplified" : "损伤", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 3746, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "損傷", + "transcriptions" : { "pinyin" : "sǔn shāng", + "numeric" : "sun3 shang1", + "wadegiles" : "sun³ shang¹", + "bopomofo" : "ㄙㄨㄣˇ ㄕㄤ", + "romatzyh" : "soen shang" }, + "meanings" : [ "to harm", + "to damage", + "to injure", + "impairment", + "loss", + "disability" ], + "classifiers" : [] } ] }, + { "simplified" : "损失", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 1930, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "損失", + "transcriptions" : { "pinyin" : "sǔn shī", + "numeric" : "sun3 shi1", + "wadegiles" : "sun³ shih¹", + "bopomofo" : "ㄙㄨㄣˇ ㄕ", + "romatzyh" : "soen shy" }, + "meanings" : [ "loss", + "damage", + "to lose", + "to suffer damage" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "缩", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 6001, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "縮", + "transcriptions" : { "pinyin" : "suō", + "numeric" : "suo1", + "wadegiles" : "so¹", + "bopomofo" : "ㄙㄨㄛ", + "romatzyh" : "suo" }, + "meanings" : [ "to withdraw", + "to pull back", + "to contract", + "to shrink", + "to reduce", + "abbreviation", + "also pr. [sù]" ], + "classifiers" : [] } ] }, + { "simplified" : "缩短", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 9438, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "縮短", + "transcriptions" : { "pinyin" : "suō duǎn", + "numeric" : "suo1 duan3", + "wadegiles" : "so¹ tuan³", + "bopomofo" : "ㄙㄨㄛ ㄉㄨㄢˇ", + "romatzyh" : "suo doan" }, + "meanings" : [ "to curtail", "to cut down" ], + "classifiers" : [] } ] }, + { "simplified" : "缩水", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 17775, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "縮水", + "transcriptions" : { "pinyin" : "suō shuǐ", + "numeric" : "suo1 shui3", + "wadegiles" : "so¹ shui³", + "bopomofo" : "ㄙㄨㄛ ㄕㄨㄟˇ", + "romatzyh" : "suo shoei" }, + "meanings" : [ "to shrink (in the wash)", + "fig. to shrink (of profits etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "缩小", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 5320, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "縮小", + "transcriptions" : { "pinyin" : "suō xiǎo", + "numeric" : "suo1 xiao3", + "wadegiles" : "so¹ hsiao³", + "bopomofo" : "ㄙㄨㄛ ㄒㄧㄠˇ", + "romatzyh" : "suo sheau" }, + "meanings" : [ "to reduce", + "to decrease", + "to shrink" ], + "classifiers" : [] } ] }, + { "simplified" : "缩影", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 21636, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "縮影", + "transcriptions" : { "pinyin" : "suō yǐng", + "numeric" : "suo1 ying3", + "wadegiles" : "so¹ ying³", + "bopomofo" : "ㄙㄨㄛ ㄧㄥˇ", + "romatzyh" : "suo yiing" }, + "meanings" : [ "miniature version of sth", + "microcosm", + "epitome", + "(Tw) to microfilm" ], + "classifiers" : [] } ] }, + { "simplified" : "所", + "radical" : "户", + "level" : [ "new-3", "old-5" ], + "frequency" : 159, + "pos" : [ "u", "q", "n" ], + "forms" : [ { "traditional" : "所", + "transcriptions" : { "pinyin" : "suǒ", + "numeric" : "suo3", + "wadegiles" : "so³", + "bopomofo" : "ㄙㄨㄛˇ", + "romatzyh" : "suoo" }, + "meanings" : [ "actually", + "place", + "classifier for houses, small buildings, institutions etc", + "that which", + "particle introducing a relative clause or passive" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "所属", + "radical" : "户", + "level" : [ "new-7+" ], + "frequency" : 10088, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "所屬", + "transcriptions" : { "pinyin" : "suǒ shǔ", + "numeric" : "suo3 shu3", + "wadegiles" : "so³ shu³", + "bopomofo" : "ㄙㄨㄛˇ ㄕㄨˇ", + "romatzyh" : "suoo shuu" }, + "meanings" : [ "one's affiliation (i.e. the organization one is affiliated with)", + "subordinate (i.e. those subordinate to oneself)", + "belonging to", + "affiliated", + "under one's command" ], + "classifiers" : [] } ] }, + { "simplified" : "所谓", + "radical" : "户", + "level" : [ "new-7+", "old-5" ], + "frequency" : 1616, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "所謂", + "transcriptions" : { "pinyin" : "suǒ wèi", + "numeric" : "suo3 wei4", + "wadegiles" : "so³ wei⁴", + "bopomofo" : "ㄙㄨㄛˇ ㄨㄟˋ", + "romatzyh" : "suoo wey" }, + "meanings" : [ "so-called", "what is called" ], + "classifiers" : [] } ] }, + { "simplified" : "所以", + "radical" : "户", + "level" : [ "new-2", "old-2" ], + "frequency" : 157, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "所以", + "transcriptions" : { "pinyin" : "suǒ yǐ", + "numeric" : "suo3 yi3", + "wadegiles" : "so³ i³", + "bopomofo" : "ㄙㄨㄛˇ ㄧˇ", + "romatzyh" : "suoo yii" }, + "meanings" : [ "therefore", + "as a result", + "so", + "the reason why" ], + "classifiers" : [] } ] }, + { "simplified" : "所有", + "radical" : "户", + "level" : [ "new-2", "old-4" ], + "frequency" : 238, + "pos" : [ "b", "v" ], + "forms" : [ { "traditional" : "所有", + "transcriptions" : { "pinyin" : "suǒ yǒu", + "numeric" : "suo3 you3", + "wadegiles" : "so³ yu³", + "bopomofo" : "ㄙㄨㄛˇ ㄧㄡˇ", + "romatzyh" : "suoo yeou" }, + "meanings" : [ "all", + "to have; to possess; to own" ], + "classifiers" : [] } ] }, + { "simplified" : "所在", + "radical" : "户", + "level" : [ "new-5" ], + "frequency" : 2572, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "所在", + "transcriptions" : { "pinyin" : "suǒ zài", + "numeric" : "suo3 zai4", + "wadegiles" : "so³ tsai⁴", + "bopomofo" : "ㄙㄨㄛˇ ㄗㄞˋ", + "romatzyh" : "suoo tzay" }, + "meanings" : [ "place", + "location", + "(after a noun) place where it is located" ], + "classifiers" : [] } ] }, + { "simplified" : "所长", + "radical" : "户", + "level" : [ "new-3" ], + "frequency" : 13535, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "所長", + "transcriptions" : { "pinyin" : "suǒ cháng", + "numeric" : "suo3 chang2", + "wadegiles" : "so³ ch'ang²", + "bopomofo" : "ㄙㄨㄛˇ ㄔㄤˊ", + "romatzyh" : "suoo charng" }, + "meanings" : [ "what one is good at" ], + "classifiers" : [] }, + { "traditional" : "所長", + "transcriptions" : { "pinyin" : "suǒ zhǎng", + "numeric" : "suo3 zhang3", + "wadegiles" : "so³ chang³", + "bopomofo" : "ㄙㄨㄛˇ ㄓㄤˇ", + "romatzyh" : "suoo jaang" }, + "meanings" : [ "head of an institute etc" ], + "classifiers" : [] } ] }, + { "simplified" : "所作所为", + "radical" : "户", + "level" : [ "new-7+" ], + "frequency" : 12356, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "所作所為", + "transcriptions" : { "pinyin" : "suǒ zuò suǒ wéi", + "numeric" : "suo3 zuo4 suo3 wei2", + "wadegiles" : "so³ tso⁴ so³ wei²", + "bopomofo" : "ㄙㄨㄛˇ ㄗㄨㄛˋ ㄙㄨㄛˇ ㄨㄟˊ", + "romatzyh" : "suoo tzuoh suoo wei" }, + "meanings" : [ "one's conduct and deeds" ], + "classifiers" : [] } ] }, + { "simplified" : "索赔", + "radical" : "糸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12486, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "索賠", + "transcriptions" : { "pinyin" : "suǒ péi", + "numeric" : "suo3 pei2", + "wadegiles" : "so³ p'ei²", + "bopomofo" : "ㄙㄨㄛˇ ㄆㄟˊ", + "romatzyh" : "suoo peir" }, + "meanings" : [ "to ask for compensation", + "to claim damages", + "claim for damages" ], + "classifiers" : [] } ] }, + { "simplified" : "索取", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 14942, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "索取", + "transcriptions" : { "pinyin" : "suǒ qǔ", + "numeric" : "suo3 qu3", + "wadegiles" : "so³ ch'ü³", + "bopomofo" : "ㄙㄨㄛˇ ㄑㄩˇ", + "romatzyh" : "suoo cheu" }, + "meanings" : [ "to ask", "to demand" ], + "classifiers" : [] } ] }, + { "simplified" : "索性", + "radical" : "糸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18443, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "索性", + "transcriptions" : { "pinyin" : "suǒ xìng", + "numeric" : "suo3 xing4", + "wadegiles" : "so³ hsing⁴", + "bopomofo" : "ㄙㄨㄛˇ ㄒㄧㄥˋ", + "romatzyh" : "suoo shinq" }, + "meanings" : [ "you might as well (do it)", + "simply", + "just" ], + "classifiers" : [] } ] }, + { "simplified" : "锁", + "radical" : "钅", + "level" : [ "new-5", "old-5" ], + "frequency" : 2607, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "鎖", + "transcriptions" : { "pinyin" : "suǒ", + "numeric" : "suo3", + "wadegiles" : "so³", + "bopomofo" : "ㄙㄨㄛˇ", + "romatzyh" : "suoo" }, + "meanings" : [ "to lock; to lock up", "a lock" ], + "classifiers" : [ "把" ] }, + { "traditional" : "鎻", + "transcriptions" : { "pinyin" : "suǒ", + "numeric" : "suo3", + "wadegiles" : "so³", + "bopomofo" : "ㄙㄨㄛˇ", + "romatzyh" : "suoo" }, + "meanings" : [ "old variant of 锁" ], + "classifiers" : [] } ] }, + { "simplified" : "锁定", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 5401, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鎖定", + "transcriptions" : { "pinyin" : "suǒ dìng", + "numeric" : "suo3 ding4", + "wadegiles" : "so³ ting⁴", + "bopomofo" : "ㄙㄨㄛˇ ㄉㄧㄥˋ", + "romatzyh" : "suoo dinq" }, + "meanings" : [ "to lock (a door)", + "to close with a latch", + "to lock into place", + "a lock", + "a latch", + "to lock a computer file (to prevent it being overwritten)", + "to lock (denying access to a computer system or device or files, e.g. by password-protection)", + "to focus attention on", + "to target" ], + "classifiers" : [] } ] }, + { "simplified" : "他", + "radical" : "亻", + "level" : [ "new-1", "old-1" ], + "frequency" : 10, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "他", + "transcriptions" : { "pinyin" : "tā", + "numeric" : "ta1", + "wadegiles" : "t'a¹", + "bopomofo" : "ㄊㄚ", + "romatzyh" : "ta" }, + "meanings" : [ "he; him (used for either sex when the sex is unknown or unimportant)", + "(used before sb's name for emphasis)", + "(used as a meaningless mock object)", + "(literary) other" ], + "classifiers" : [] } ] }, + { "simplified" : "他们", + "radical" : "亻", + "level" : [ "new-1" ], + "frequency" : 49, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "他們", + "transcriptions" : { "pinyin" : "tā men", + "numeric" : "ta1 men5", + "wadegiles" : "t'a¹ men", + "bopomofo" : "ㄊㄚ men", + "romatzyh" : "ta men" }, + "meanings" : [ "they" ], + "classifiers" : [] } ] }, + { "simplified" : "他人", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 2618, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "他人", + "transcriptions" : { "pinyin" : "tā rén", + "numeric" : "ta1 ren2", + "wadegiles" : "t'a¹ jen²", + "bopomofo" : "ㄊㄚ ㄖㄣˊ", + "romatzyh" : "ta ren" }, + "meanings" : [ "another person; sb else; other people" ], + "classifiers" : [] } ] }, + { "simplified" : "它", + "radical" : "宀", + "level" : [ "new-2", "old-2" ], + "frequency" : 114, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "它", + "transcriptions" : { "pinyin" : "tā", + "numeric" : "ta1", + "wadegiles" : "t'a¹", + "bopomofo" : "ㄊㄚ", + "romatzyh" : "ta" }, + "meanings" : [ "it" ], + "classifiers" : [] } ] }, + { "simplified" : "它们", + "radical" : "宀", + "level" : [ "new-2" ], + "frequency" : 793, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "它們", + "transcriptions" : { "pinyin" : "tā men", + "numeric" : "ta1 men5", + "wadegiles" : "t'a¹ men", + "bopomofo" : "ㄊㄚ men", + "romatzyh" : "ta men" }, + "meanings" : [ "they (for inanimate objects)" ], + "classifiers" : [] } ] }, + { "simplified" : "她", + "radical" : "女", + "level" : [ "new-1", "old-1" ], + "frequency" : 38, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "她", + "transcriptions" : { "pinyin" : "tā", + "numeric" : "ta1", + "wadegiles" : "t'a¹", + "bopomofo" : "ㄊㄚ", + "romatzyh" : "ta" }, + "meanings" : [ "she" ], + "classifiers" : [] } ] }, + { "simplified" : "她们", + "radical" : "女", + "level" : [ "new-1" ], + "frequency" : 836, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "她們", + "transcriptions" : { "pinyin" : "tā men", + "numeric" : "ta1 men5", + "wadegiles" : "t'a¹ men", + "bopomofo" : "ㄊㄚ men", + "romatzyh" : "ta men" }, + "meanings" : [ "they", "them (for females)" ], + "classifiers" : [] } ] }, + { "simplified" : "塌", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8276, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "塌", + "transcriptions" : { "pinyin" : "tā", + "numeric" : "ta1", + "wadegiles" : "t'a¹", + "bopomofo" : "ㄊㄚ", + "romatzyh" : "ta" }, + "meanings" : [ "to collapse", + "to droop", + "to settle down" ], + "classifiers" : [] } ] }, + { "simplified" : "塔", + "radical" : "土", + "level" : [ "new-6", "old-5" ], + "frequency" : 2198, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "塔", + "transcriptions" : { "pinyin" : "tǎ", + "numeric" : "ta3", + "wadegiles" : "t'a³", + "bopomofo" : "ㄊㄚˇ", + "romatzyh" : "taa" }, + "meanings" : [ "pagoda", + "tower", + "minaret", + "stupa (abbr. loanword from Sanskrit tapo)" ], + "classifiers" : [ "座" ] }, + { "traditional" : "墖", + "transcriptions" : { "pinyin" : "tǎ", + "numeric" : "ta3", + "wadegiles" : "t'a³", + "bopomofo" : "ㄊㄚˇ", + "romatzyh" : "taa" }, + "meanings" : [ "old variant of 塔" ], + "classifiers" : [] } ] }, + { "simplified" : "拓宽", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 17344, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拓寬", + "transcriptions" : { "pinyin" : "tuò kuān", + "numeric" : "tuo4 kuan1", + "wadegiles" : "t'o⁴ k'uan¹", + "bopomofo" : "ㄊㄨㄛˋ ㄎㄨㄢ", + "romatzyh" : "tuoh kuan" }, + "meanings" : [ "to broaden" ], + "classifiers" : [] } ] }, + { "simplified" : "拓展", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10602, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拓展", + "transcriptions" : { "pinyin" : "tuò zhǎn", + "numeric" : "tuo4 zhan3", + "wadegiles" : "t'o⁴ chan³", + "bopomofo" : "ㄊㄨㄛˋ ㄓㄢˇ", + "romatzyh" : "tuoh jaan" }, + "meanings" : [ "to expand (one's client base, outlook etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "踏", + "radical" : "足", + "level" : [ "new-6" ], + "frequency" : 3442, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "踏", + "transcriptions" : { "pinyin" : "tā", + "numeric" : "ta1", + "wadegiles" : "t'a¹", + "bopomofo" : "ㄊㄚ", + "romatzyh" : "ta" }, + "meanings" : [ "see 踏实" ], + "classifiers" : [] }, + { "traditional" : "踏", + "transcriptions" : { "pinyin" : "tà", + "numeric" : "ta4", + "wadegiles" : "t'a⁴", + "bopomofo" : "ㄊㄚˋ", + "romatzyh" : "tah" }, + "meanings" : [ "to tread", + "to stamp", + "to step on", + "to press a pedal", + "to investigate on the spot" ], + "classifiers" : [] } ] }, + { "simplified" : "踏上", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 32613, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "踏上", + "transcriptions" : { "pinyin" : "tà shàng", + "numeric" : "ta4 shang4", + "wadegiles" : "t'a⁴ shang⁴", + "bopomofo" : "ㄊㄚˋ ㄕㄤˋ", + "romatzyh" : "tah shanq" }, + "meanings" : [ "to set foot on", + "to step on or into" ], + "classifiers" : [] } ] }, + { "simplified" : "踏实", + "radical" : "足", + "level" : [ "new-6", "old-6" ], + "frequency" : 14592, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "踏實", + "transcriptions" : { "pinyin" : "tā shi", + "numeric" : "ta1 shi5", + "wadegiles" : "t'a¹ shi", + "bopomofo" : "ㄊㄚ shi", + "romatzyh" : "ta shi" }, + "meanings" : [ "firmly-based", + "steady", + "steadfast", + "to have peace of mind", + "free from anxiety", + "Taiwan pr. [tà shí]" ], + "classifiers" : [] } ] }, + { "simplified" : "胎", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 6282, + "pos" : [ "g", "qv" ], + "forms" : [ { "traditional" : "胎", + "transcriptions" : { "pinyin" : "tāi", + "numeric" : "tai1", + "wadegiles" : "t'ai¹", + "bopomofo" : "ㄊㄞ", + "romatzyh" : "tai" }, + "meanings" : [ "fetus", + "classifier for litters (of puppies etc)", + "padding (in clothing or bedding)", + "womb carrying a fetus", + "(fig.) origin", + "source", + "(loanword) tire" ], + "classifiers" : [] } ] }, + { "simplified" : "胎儿", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 7319, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "胎兒", + "transcriptions" : { "pinyin" : "tāi ér", + "numeric" : "tai1 er2", + "wadegiles" : "t'ai¹ erh²", + "bopomofo" : "ㄊㄞ ㄦˊ", + "romatzyh" : "tai erl" }, + "meanings" : [ "unborn child", "fetus", "embryo" ], + "classifiers" : [] } ] }, + { "simplified" : "台", + "radical" : "口", + "level" : [ "new-3", "old-4" ], + "frequency" : 696, + "pos" : [ "q", "n", "b" ], + "forms" : [ { "traditional" : "台", + "transcriptions" : { "pinyin" : "Tái", + "numeric" : "Tai2", + "wadegiles" : "t'ai²", + "bopomofo" : "ㄊㄞˊ", + "romatzyh" : "tair" }, + "meanings" : [ "Taiwan (abbr.)", "surname Tai" ], + "classifiers" : [] }, + { "traditional" : "台", + "transcriptions" : { "pinyin" : "tái", + "numeric" : "tai2", + "wadegiles" : "t'ai²", + "bopomofo" : "ㄊㄞˊ", + "romatzyh" : "tair" }, + "meanings" : [ "(classical) you (in letters)", + "variant of 台" ], + "classifiers" : [] }, + { "traditional" : "檯", + "transcriptions" : { "pinyin" : "tái", + "numeric" : "tai2", + "wadegiles" : "t'ai²", + "bopomofo" : "ㄊㄞˊ", + "romatzyh" : "tair" }, + "meanings" : [ "desk; table; counter" ], + "classifiers" : [] }, + { "traditional" : "臺", + "transcriptions" : { "pinyin" : "Tái", + "numeric" : "Tai2", + "wadegiles" : "t'ai²", + "bopomofo" : "ㄊㄞˊ", + "romatzyh" : "tair" }, + "meanings" : [ "Taiwan (abbr.)" ], + "classifiers" : [] }, + { "traditional" : "臺", + "transcriptions" : { "pinyin" : "tái", + "numeric" : "tai2", + "wadegiles" : "t'ai²", + "bopomofo" : "ㄊㄞˊ", + "romatzyh" : "tair" }, + "meanings" : [ "platform", + "stage", + "terrace", + "stand", + "support", + "station", + "broadcasting station", + "classifier for vehicles or machines" ], + "classifiers" : [] }, + { "traditional" : "颱", + "transcriptions" : { "pinyin" : "tái", + "numeric" : "tai2", + "wadegiles" : "t'ai²", + "bopomofo" : "ㄊㄞˊ", + "romatzyh" : "tair" }, + "meanings" : [ "typhoon" ], + "classifiers" : [] } ] }, + { "simplified" : "台灯", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 17349, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "檯燈", + "transcriptions" : { "pinyin" : "tái dēng", + "numeric" : "tai2 deng1", + "wadegiles" : "t'ai² teng¹", + "bopomofo" : "ㄊㄞˊ ㄉㄥ", + "romatzyh" : "tair deng" }, + "meanings" : [ "desk lamp", "table lamp" ], + "classifiers" : [] } ] }, + { "simplified" : "台风", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 8942, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "臺風", + "transcriptions" : { "pinyin" : "tái fēng", + "numeric" : "tai2 feng1", + "wadegiles" : "t'ai² feng¹", + "bopomofo" : "ㄊㄞˊ ㄈㄥ", + "romatzyh" : "tair feng" }, + "meanings" : [ "stage presence, poise" ], + "classifiers" : [] }, + { "traditional" : "颱風", + "transcriptions" : { "pinyin" : "tái fēng", + "numeric" : "tai2 feng1", + "wadegiles" : "t'ai² feng¹", + "bopomofo" : "ㄊㄞˊ ㄈㄥ", + "romatzyh" : "tair feng" }, + "meanings" : [ "typhoon" ], + "classifiers" : [] } ] }, + { "simplified" : "台阶", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 7435, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "臺階", + "transcriptions" : { "pinyin" : "tái jiē", + "numeric" : "tai2 jie1", + "wadegiles" : "t'ai² chieh¹", + "bopomofo" : "ㄊㄞˊ ㄐㄧㄝ", + "romatzyh" : "tair jie" }, + "meanings" : [ "steps", + "flight of steps", + "step (over obstacle)", + "fig. way out of an embarrassing situation", + "bench (geology)" ], + "classifiers" : [] } ] }, + { "simplified" : "台球", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 12794, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "台球", + "transcriptions" : { "pinyin" : "tái qiú", + "numeric" : "tai2 qiu2", + "wadegiles" : "t'ai² ch'iu²", + "bopomofo" : "ㄊㄞˊ ㄑㄧㄡˊ", + "romatzyh" : "tair chyou" }, + "meanings" : [ "billiards" ], + "classifiers" : [] } ] }, + { "simplified" : "台上", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 4897, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "臺上", + "transcriptions" : { "pinyin" : "tái shàng", + "numeric" : "tai2 shang4", + "wadegiles" : "t'ai² shang⁴", + "bopomofo" : "ㄊㄞˊ ㄕㄤˋ", + "romatzyh" : "tair shanq" }, + "meanings" : [ "on stage" ], + "classifiers" : [] } ] }, + { "simplified" : "抬", + "radical" : "扌", + "level" : [ "new-5", "old-4" ], + "frequency" : 3574, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抬", + "transcriptions" : { "pinyin" : "tái", + "numeric" : "tai2", + "wadegiles" : "t'ai²", + "bopomofo" : "ㄊㄞˊ", + "romatzyh" : "tair" }, + "meanings" : [ "to lift", + "to raise", + "(of two or more persons) to carry" ], + "classifiers" : [] } ] }, + { "simplified" : "抬头", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 6447, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抬頭", + "transcriptions" : { "pinyin" : "tái tóu", + "numeric" : "tai2 tou2", + "wadegiles" : "t'ai² t'ou²", + "bopomofo" : "ㄊㄞˊ ㄊㄡˊ", + "romatzyh" : "tair tour" }, + "meanings" : [ "to raise one's head", + "to gain ground", + "account name, or space for writing the name on checks, bills etc" ], + "classifiers" : [] } ] }, + { "simplified" : "太", + "radical" : "大", + "level" : [ "new-1", "old-1" ], + "frequency" : 87, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "太", + "transcriptions" : { "pinyin" : "tài", + "numeric" : "tai4", + "wadegiles" : "t'ai⁴", + "bopomofo" : "ㄊㄞˋ", + "romatzyh" : "tay" }, + "meanings" : [ "highest", + "greatest", + "too (much)", + "very", + "extremely" ], + "classifiers" : [] } ] }, + { "simplified" : "太极", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 17618, + "pos" : [ "nz", "n" ], + "forms" : [ { "traditional" : "太極", + "transcriptions" : { "pinyin" : "Tài jí", + "numeric" : "Tai4 ji2", + "wadegiles" : "t'ai⁴ chi²", + "bopomofo" : "ㄊㄞˋ ㄐㄧˊ", + "romatzyh" : "tay jyi" }, + "meanings" : [ "the Absolute or Supreme Ultimate, the source of all things according to some interpretations of Chinese mythology" ], + "classifiers" : [] } ] }, + { "simplified" : "太极拳", + "radical" : "大", + "level" : [ "new-7+", "old-5" ], + "frequency" : 31592, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "太極拳", + "transcriptions" : { "pinyin" : "tài jí quán", + "numeric" : "tai4 ji2 quan2", + "wadegiles" : "t'ai⁴ chi² ch'üan²", + "bopomofo" : "ㄊㄞˋ ㄐㄧˊ ㄑㄩㄢˊ", + "romatzyh" : "tay jyi chyuan" }, + "meanings" : [ "shadowboxing or Taiji, T'aichi or T'aichichuan", + "traditional form of physical exercise or relaxation", + "a martial art" ], + "classifiers" : [] } ] }, + { "simplified" : "太空", + "radical" : "大", + "level" : [ "new-5", "old-6" ], + "frequency" : 3689, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "太空", + "transcriptions" : { "pinyin" : "tài kōng", + "numeric" : "tai4 kong1", + "wadegiles" : "t'ai⁴ k'ung¹", + "bopomofo" : "ㄊㄞˋ ㄎㄨㄥ", + "romatzyh" : "tay kong" }, + "meanings" : [ "outer space" ], + "classifiers" : [] } ] }, + { "simplified" : "太平", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 11020, + "pos" : [ "a", "ns" ], + "forms" : [ { "traditional" : "太平", + "transcriptions" : { "pinyin" : "Tài píng", + "numeric" : "Tai4 ping2", + "wadegiles" : "t'ai⁴ p'ing²", + "bopomofo" : "ㄊㄞˋ ㄆㄧㄥˊ", + "romatzyh" : "tay pyng" }, + "meanings" : [ "place name" ], + "classifiers" : [] }, + { "traditional" : "太平", + "transcriptions" : { "pinyin" : "tài píng", + "numeric" : "tai4 ping2", + "wadegiles" : "t'ai⁴ p'ing²", + "bopomofo" : "ㄊㄞˋ ㄆㄧㄥˊ", + "romatzyh" : "tay pyng" }, + "meanings" : [ "peace and security" ], + "classifiers" : [] } ] }, + { "simplified" : "太太", + "radical" : "大", + "level" : [ "new-2", "old-5" ], + "frequency" : 3823, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "太太", + "transcriptions" : { "pinyin" : "tài tai", + "numeric" : "tai4 tai5", + "wadegiles" : "t'ai⁴ tai", + "bopomofo" : "ㄊㄞˋ tai", + "romatzyh" : "tay tai" }, + "meanings" : [ "married woman", + "Mrs.", + "Madam", + "wife" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "太阳", + "radical" : "大", + "level" : [ "new-2", "old-3" ], + "frequency" : 2001, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "太陽", + "transcriptions" : { "pinyin" : "tài yang", + "numeric" : "tai4 yang5", + "wadegiles" : "t'ai⁴ yang", + "bopomofo" : "ㄊㄞˋ yang", + "romatzyh" : "tay yang" }, + "meanings" : [ "sun", "abbr. for 太阳穴" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "太阳能", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 10215, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "太陽能", + "transcriptions" : { "pinyin" : "tài yáng néng", + "numeric" : "tai4 yang2 neng2", + "wadegiles" : "t'ai⁴ yang² neng²", + "bopomofo" : "ㄊㄞˋ ㄧㄤˊ ㄋㄥˊ", + "romatzyh" : "tay yang neng" }, + "meanings" : [ "solar energy" ], + "classifiers" : [] } ] }, + { "simplified" : "态度", + "radical" : "心", + "level" : [ "new-2", "old-4" ], + "frequency" : 1647, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "態度", + "transcriptions" : { "pinyin" : "tài du", + "numeric" : "tai4 du5", + "wadegiles" : "t'ai⁴ du", + "bopomofo" : "ㄊㄞˋ du", + "romatzyh" : "tay du" }, + "meanings" : [ "manner", + "bearing", + "attitude", + "approach" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "泰斗", + "radical" : "氺", + "level" : [ "new-7+", "old-6" ], + "frequency" : 47526, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "泰斗", + "transcriptions" : { "pinyin" : "tài dǒu", + "numeric" : "tai4 dou3", + "wadegiles" : "t'ai⁴ tou³", + "bopomofo" : "ㄊㄞˋ ㄉㄡˇ", + "romatzyh" : "tay doou" }, + "meanings" : [ "(abbr. for 斗) distinguished figure", + "doyen", + "revered authority" ], + "classifiers" : [] } ] }, + { "simplified" : "贪", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 10632, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "貪", + "transcriptions" : { "pinyin" : "tān", + "numeric" : "tan1", + "wadegiles" : "t'an¹", + "bopomofo" : "ㄊㄢ", + "romatzyh" : "tan" }, + "meanings" : [ "to have a voracious desire for", + "to covet", + "greedy", + "corrupt" ], + "classifiers" : [] } ] }, + { "simplified" : "贪婪", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9086, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "貪婪", + "transcriptions" : { "pinyin" : "tān lán", + "numeric" : "tan1 lan2", + "wadegiles" : "t'an¹ lan²", + "bopomofo" : "ㄊㄢ ㄌㄢˊ", + "romatzyh" : "tan lan" }, + "meanings" : [ "avaricious", + "greedy", + "rapacious", + "insatiable", + "avid" ], + "classifiers" : [] } ] }, + { "simplified" : "贪玩儿", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "貪玩兒", + "transcriptions" : { "pinyin" : "tān wánr5", + "numeric" : "tan1 wánr5", + "wadegiles" : "t'an¹ wánr5", + "bopomofo" : "ㄊㄢ wánr5", + "romatzyh" : "tan wánr5" }, + "meanings" : [ "Greedy" ], + "classifiers" : [] } ] }, + { "simplified" : "贪污", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10770, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "貪污", + "transcriptions" : { "pinyin" : "tān wū", + "numeric" : "tan1 wu1", + "wadegiles" : "t'an¹ wu¹", + "bopomofo" : "ㄊㄢ ㄨ", + "romatzyh" : "tan u" }, + "meanings" : [ "to be corrupt", + "corruption", + "to embezzle" ], + "classifiers" : [] } ] }, + { "simplified" : "摊", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6664, + "pos" : [ "g", "n", "q", "v" ], + "forms" : [ { "traditional" : "攤", + "transcriptions" : { "pinyin" : "tān", + "numeric" : "tan1", + "wadegiles" : "t'an¹", + "bopomofo" : "ㄊㄢ", + "romatzyh" : "tan" }, + "meanings" : [ "to spread out", "vendor's stand" ], + "classifiers" : [] } ] }, + { "simplified" : "摊儿", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "攤兒", + "transcriptions" : { "pinyin" : "tān r", + "numeric" : "tan1 r5", + "wadegiles" : "t'an¹ r", + "bopomofo" : "ㄊㄢ r", + "romatzyh" : "tan r" }, + "meanings" : [ "erhua variant of 摊" ], + "classifiers" : [] } ] }, + { "simplified" : "瘫", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 17190, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "癱", + "transcriptions" : { "pinyin" : "tān", + "numeric" : "tan1", + "wadegiles" : "t'an¹", + "bopomofo" : "ㄊㄢ", + "romatzyh" : "tan" }, + "meanings" : [ "paralyzed" ], + "classifiers" : [] } ] }, + { "simplified" : "瘫痪", + "radical" : "疒", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8408, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "癱瘓", + "transcriptions" : { "pinyin" : "tān huàn", + "numeric" : "tan1 huan4", + "wadegiles" : "t'an¹ huan⁴", + "bopomofo" : "ㄊㄢ ㄏㄨㄢˋ", + "romatzyh" : "tan huann" }, + "meanings" : [ "paralysis", + "be paralyzed (body, transportation, etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "坛", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 16984, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "壇", + "transcriptions" : { "pinyin" : "tán", + "numeric" : "tan2", + "wadegiles" : "t'an²", + "bopomofo" : "ㄊㄢˊ", + "romatzyh" : "tarn" }, + "meanings" : [ "platform", "rostrum", "altar" ], + "classifiers" : [] }, + { "traditional" : "罈", + "transcriptions" : { "pinyin" : "tán", + "numeric" : "tan2", + "wadegiles" : "t'an²", + "bopomofo" : "ㄊㄢˊ", + "romatzyh" : "tarn" }, + "meanings" : [ "earthen jar" ], + "classifiers" : [] } ] }, + { "simplified" : "谈", + "radical" : "讠", + "level" : [ "new-3", "old-4" ], + "frequency" : 862, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "談", + "transcriptions" : { "pinyin" : "Tán", + "numeric" : "Tan2", + "wadegiles" : "t'an²", + "bopomofo" : "ㄊㄢˊ", + "romatzyh" : "tarn" }, + "meanings" : [ "surname Tan" ], + "classifiers" : [] }, + { "traditional" : "談", + "transcriptions" : { "pinyin" : "tán", + "numeric" : "tan2", + "wadegiles" : "t'an²", + "bopomofo" : "ㄊㄢˊ", + "romatzyh" : "tarn" }, + "meanings" : [ "to speak", + "to talk", + "to converse", + "to chat", + "to discuss" ], + "classifiers" : [] } ] }, + { "simplified" : "谈不上", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 29056, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "談不上", + "transcriptions" : { "pinyin" : "tán bu shàng", + "numeric" : "tan2 bu5 shang4", + "wadegiles" : "t'an² bu shang⁴", + "bopomofo" : "ㄊㄢˊ bu ㄕㄤˋ", + "romatzyh" : "tarn bu shanq" }, + "meanings" : [ "to be out of the question" ], + "classifiers" : [] } ] }, + { "simplified" : "谈到", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 14991, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "談到", + "transcriptions" : { "pinyin" : "tán dào", + "numeric" : "tan2 dao4", + "wadegiles" : "t'an² tao⁴", + "bopomofo" : "ㄊㄢˊ ㄉㄠˋ", + "romatzyh" : "tarn daw" }, + "meanings" : [ "to refer to", + "to speak about", + "to talk about" ], + "classifiers" : [] } ] }, + { "simplified" : "谈话", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 3136, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "談話", + "transcriptions" : { "pinyin" : "tán huà", + "numeric" : "tan2 hua4", + "wadegiles" : "t'an² hua⁴", + "bopomofo" : "ㄊㄢˊ ㄏㄨㄚˋ", + "romatzyh" : "tarn huah" }, + "meanings" : [ "to talk (with sb)", + "to have a conversation", + "talk", + "conversation" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "谈论", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 4939, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "談論", + "transcriptions" : { "pinyin" : "tán lùn", + "numeric" : "tan2 lun4", + "wadegiles" : "t'an² lun⁴", + "bopomofo" : "ㄊㄢˊ ㄌㄨㄣˋ", + "romatzyh" : "tarn luenn" }, + "meanings" : [ "to discuss; to talk about" ], + "classifiers" : [] } ] }, + { "simplified" : "谈判", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 2830, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "談判", + "transcriptions" : { "pinyin" : "tán pàn", + "numeric" : "tan2 pan4", + "wadegiles" : "t'an² p'an⁴", + "bopomofo" : "ㄊㄢˊ ㄆㄢˋ", + "romatzyh" : "tarn pann" }, + "meanings" : [ "to negotiate", + "negotiation", + "talks", + "conference" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "谈起", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 22560, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "談起", + "transcriptions" : { "pinyin" : "tán qǐ", + "numeric" : "tan2 qi3", + "wadegiles" : "t'an² ch'i³", + "bopomofo" : "ㄊㄢˊ ㄑㄧˇ", + "romatzyh" : "tarn chii" }, + "meanings" : [ "to mention", + "to speak of", + "to talk about" ], + "classifiers" : [] } ] }, + { "simplified" : "痰", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 10069, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "痰", + "transcriptions" : { "pinyin" : "tán", + "numeric" : "tan2", + "wadegiles" : "t'an²", + "bopomofo" : "ㄊㄢˊ", + "romatzyh" : "tarn" }, + "meanings" : [ "phlegm", "spittle" ], + "classifiers" : [] } ] }, + { "simplified" : "坦白", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7310, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "坦白", + "transcriptions" : { "pinyin" : "tǎn bái", + "numeric" : "tan3 bai2", + "wadegiles" : "t'an³ pai²", + "bopomofo" : "ㄊㄢˇ ㄅㄞˊ", + "romatzyh" : "taan bair" }, + "meanings" : [ "honest", + "forthcoming", + "to confess" ], + "classifiers" : [] } ] }, + { "simplified" : "坦诚", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 9965, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "坦誠", + "transcriptions" : { "pinyin" : "tǎn chéng", + "numeric" : "tan3 cheng2", + "wadegiles" : "t'an³ ch'eng²", + "bopomofo" : "ㄊㄢˇ ㄔㄥˊ", + "romatzyh" : "taan cherng" }, + "meanings" : [ "candid", "frank", "plain dealing" ], + "classifiers" : [] } ] }, + { "simplified" : "坦克", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 6208, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "坦克", + "transcriptions" : { "pinyin" : "tǎn kè", + "numeric" : "tan3 ke4", + "wadegiles" : "t'an³ k'o⁴", + "bopomofo" : "ㄊㄢˇ ㄎㄜˋ", + "romatzyh" : "taan keh" }, + "meanings" : [ "tank (military vehicle) (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "坦率", + "radical" : "土", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11926, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "坦率", + "transcriptions" : { "pinyin" : "tǎn shuài", + "numeric" : "tan3 shuai4", + "wadegiles" : "t'an³ shuai⁴", + "bopomofo" : "ㄊㄢˇ ㄕㄨㄞˋ", + "romatzyh" : "taan shuay" }, + "meanings" : [ "frank (discussion)", + "blunt", + "open" ], + "classifiers" : [] } ] }, + { "simplified" : "坦然", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 12753, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "坦然", + "transcriptions" : { "pinyin" : "tǎn rán", + "numeric" : "tan3 ran2", + "wadegiles" : "t'an³ jan²", + "bopomofo" : "ㄊㄢˇ ㄖㄢˊ", + "romatzyh" : "taan ran" }, + "meanings" : [ "calm", "undisturbed" ], + "classifiers" : [] } ] }, + { "simplified" : "毯子", + "radical" : "毛", + "level" : [ "new-7+" ], + "frequency" : 17479, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "毯子", + "transcriptions" : { "pinyin" : "tǎn zi", + "numeric" : "tan3 zi5", + "wadegiles" : "t'an³ zi", + "bopomofo" : "ㄊㄢˇ zi", + "romatzyh" : "taan zi" }, + "meanings" : [ "blanket" ], + "classifiers" : [ "条", "张", "床", "面" ] } ] }, + { "simplified" : "叹气", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 17278, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嘆氣", + "transcriptions" : { "pinyin" : "tàn qì", + "numeric" : "tan4 qi4", + "wadegiles" : "t'an⁴ ch'i⁴", + "bopomofo" : "ㄊㄢˋ ㄑㄧˋ", + "romatzyh" : "tann chih" }, + "meanings" : [ "to sigh", "to heave a sigh" ], + "classifiers" : [] } ] }, + { "simplified" : "炭", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 13259, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "炭", + "transcriptions" : { "pinyin" : "tàn", + "numeric" : "tan4", + "wadegiles" : "t'an⁴", + "bopomofo" : "ㄊㄢˋ", + "romatzyh" : "tann" }, + "meanings" : [ "wood charcoal", "coal" ], + "classifiers" : [] } ] }, + { "simplified" : "探", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 2298, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "探", + "transcriptions" : { "pinyin" : "tàn", + "numeric" : "tan4", + "wadegiles" : "t'an⁴", + "bopomofo" : "ㄊㄢˋ", + "romatzyh" : "tann" }, + "meanings" : [ "to explore", + "to search out", + "to scout", + "to visit", + "to stretch forward" ], + "classifiers" : [] } ] }, + { "simplified" : "探测", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8394, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "探測", + "transcriptions" : { "pinyin" : "tàn cè", + "numeric" : "tan4 ce4", + "wadegiles" : "t'an⁴ ts'e⁴", + "bopomofo" : "ㄊㄢˋ ㄘㄜˋ", + "romatzyh" : "tann tseh" }, + "meanings" : [ "to probe; to survey" ], + "classifiers" : [] } ] }, + { "simplified" : "探亲", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 22096, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "探親", + "transcriptions" : { "pinyin" : "tàn qīn", + "numeric" : "tan4 qin1", + "wadegiles" : "t'an⁴ ch'in¹", + "bopomofo" : "ㄊㄢˋ ㄑㄧㄣ", + "romatzyh" : "tann chin" }, + "meanings" : [ "to go home to visit one's family" ], + "classifiers" : [] } ] }, + { "simplified" : "探求", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 30109, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "探求", + "transcriptions" : { "pinyin" : "tàn qiú", + "numeric" : "tan4 qiu2", + "wadegiles" : "t'an⁴ ch'iu²", + "bopomofo" : "ㄊㄢˋ ㄑㄧㄡˊ", + "romatzyh" : "tann chyou" }, + "meanings" : [ "to seek", + "to pursue", + "to investigate" ], + "classifiers" : [] } ] }, + { "simplified" : "探索", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 4061, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "探索", + "transcriptions" : { "pinyin" : "tàn suǒ", + "numeric" : "tan4 suo3", + "wadegiles" : "t'an⁴ so³", + "bopomofo" : "ㄊㄢˋ ㄙㄨㄛˇ", + "romatzyh" : "tann suoo" }, + "meanings" : [ "to explore; to probe" ], + "classifiers" : [] } ] }, + { "simplified" : "探讨", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 7107, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "探討", + "transcriptions" : { "pinyin" : "tàn tǎo", + "numeric" : "tan4 tao3", + "wadegiles" : "t'an⁴ t'ao³", + "bopomofo" : "ㄊㄢˋ ㄊㄠˇ", + "romatzyh" : "tann tao" }, + "meanings" : [ "to investigate", "to probe" ], + "classifiers" : [] } ] }, + { "simplified" : "探望", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10583, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "探望", + "transcriptions" : { "pinyin" : "tàn wàng", + "numeric" : "tan4 wang4", + "wadegiles" : "t'an⁴ wang⁴", + "bopomofo" : "ㄊㄢˋ ㄨㄤˋ", + "romatzyh" : "tann wanq" }, + "meanings" : [ "to visit", + "to call on sb", + "to look around" ], + "classifiers" : [] } ] }, + { "simplified" : "探险", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8989, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "探險", + "transcriptions" : { "pinyin" : "tàn xiǎn", + "numeric" : "tan4 xian3", + "wadegiles" : "t'an⁴ hsien³", + "bopomofo" : "ㄊㄢˋ ㄒㄧㄢˇ", + "romatzyh" : "tann shean" }, + "meanings" : [ "to explore", + "to go on an expedition", + "adventure" ], + "classifiers" : [] } ] }, + { "simplified" : "碳", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 7624, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "碳", + "transcriptions" : { "pinyin" : "tàn", + "numeric" : "tan4", + "wadegiles" : "t'an⁴", + "bopomofo" : "ㄊㄢˋ", + "romatzyh" : "tann" }, + "meanings" : [ "carbon (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "汤", + "radical" : "氵", + "level" : [ "new-3", "old-4" ], + "frequency" : 2237, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "湯", + "transcriptions" : { "pinyin" : "Tāng", + "numeric" : "Tang1", + "wadegiles" : "t'ang¹", + "bopomofo" : "ㄊㄤ", + "romatzyh" : "tang" }, + "meanings" : [ "surname Tang" ], + "classifiers" : [] }, + { "traditional" : "湯", + "transcriptions" : { "pinyin" : "shāng", + "numeric" : "shang1", + "wadegiles" : "shang¹", + "bopomofo" : "ㄕㄤ", + "romatzyh" : "shang" }, + "meanings" : [ "rushing current" ], + "classifiers" : [] }, + { "traditional" : "湯", + "transcriptions" : { "pinyin" : "tāng", + "numeric" : "tang1", + "wadegiles" : "t'ang¹", + "bopomofo" : "ㄊㄤ", + "romatzyh" : "tang" }, + "meanings" : [ "soup", + "hot or boiling water", + "decoction of medicinal herbs", + "water in which sth has been boiled" ], + "classifiers" : [] } ] }, + { "simplified" : "汤圆", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 49606, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "湯圓", + "transcriptions" : { "pinyin" : "tāng yuán", + "numeric" : "tang1 yuan2", + "wadegiles" : "t'ang¹ yüan²", + "bopomofo" : "ㄊㄤ ㄩㄢˊ", + "romatzyh" : "tang yuan" }, + "meanings" : [ "boiled or deep-fried balls of glutinous rice flour, usually eaten during Lantern Festival" ], + "classifiers" : [] } ] }, + { "simplified" : "堂", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 3587, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "堂", + "transcriptions" : { "pinyin" : "táng", + "numeric" : "tang2", + "wadegiles" : "t'ang²", + "bopomofo" : "ㄊㄤˊ", + "romatzyh" : "tarng" }, + "meanings" : [ "(main) hall", + "large room for a specific purpose", + "relationship between cousins etc on the paternal side of a family", + "of the same clan", + "classifier for classes, lectures etc", + "classifier for sets of furniture" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "糖", + "radical" : "米", + "level" : [ "new-3", "old-3" ], + "frequency" : 2036, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "糖", + "transcriptions" : { "pinyin" : "táng", + "numeric" : "tang2", + "wadegiles" : "t'ang²", + "bopomofo" : "ㄊㄤˊ", + "romatzyh" : "tarng" }, + "meanings" : [ "sugar", "sweets", "candy" ], + "classifiers" : [ "颗", "块" ] }, + { "traditional" : "餹", + "transcriptions" : { "pinyin" : "táng", + "numeric" : "tang2", + "wadegiles" : "t'ang²", + "bopomofo" : "ㄊㄤˊ", + "romatzyh" : "tarng" }, + "meanings" : [ "old variant of 糖" ], + "classifiers" : [] } ] }, + { "simplified" : "糖果", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 6816, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "糖果", + "transcriptions" : { "pinyin" : "táng guǒ", + "numeric" : "tang2 guo3", + "wadegiles" : "t'ang² kuo³", + "bopomofo" : "ㄊㄤˊ ㄍㄨㄛˇ", + "romatzyh" : "tarng guoo" }, + "meanings" : [ "candy" ], + "classifiers" : [ "粒" ] } ] }, + { "simplified" : "糖葫芦", + "radical" : "米", + "level" : [ "old-6" ], + "frequency" : 62842, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "糖葫蘆", + "transcriptions" : { "pinyin" : "táng hú lu", + "numeric" : "tang2 hu2 lu5", + "wadegiles" : "t'ang² hu² lu", + "bopomofo" : "ㄊㄤˊ ㄏㄨˊ lu", + "romatzyh" : "tarng hwu lu" }, + "meanings" : [ "sugar-coated Chinese hawthorn or other fruit on a bamboo skewer", + "tanghulu" ], + "classifiers" : [] } ] }, + { "simplified" : "糖尿病", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 6384, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "糖尿病", + "transcriptions" : { "pinyin" : "táng niào bìng", + "numeric" : "tang2 niao4 bing4", + "wadegiles" : "t'ang² niao⁴ ping⁴", + "bopomofo" : "ㄊㄤˊ ㄋㄧㄠˋ ㄅㄧㄥˋ", + "romatzyh" : "tarng niaw binq" }, + "meanings" : [ "diabetes", "diabetes mellitus" ], + "classifiers" : [] } ] }, + { "simplified" : "倘若", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15613, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "倘若", + "transcriptions" : { "pinyin" : "tǎng ruò", + "numeric" : "tang3 ruo4", + "wadegiles" : "t'ang³ jo⁴", + "bopomofo" : "ㄊㄤˇ ㄖㄨㄛˋ", + "romatzyh" : "taang ruoh" }, + "meanings" : [ "if; supposing; in case" ], + "classifiers" : [] } ] }, + { "simplified" : "淌", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 16569, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "淌", + "transcriptions" : { "pinyin" : "tǎng", + "numeric" : "tang3", + "wadegiles" : "t'ang³", + "bopomofo" : "ㄊㄤˇ", + "romatzyh" : "taang" }, + "meanings" : [ "to drip", + "to trickle", + "to shed (tears)" ], + "classifiers" : [] } ] }, + { "simplified" : "躺", + "radical" : "身", + "level" : [ "new-4", "old-4" ], + "frequency" : 1892, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "躺", + "transcriptions" : { "pinyin" : "tǎng", + "numeric" : "tang3", + "wadegiles" : "t'ang³", + "bopomofo" : "ㄊㄤˇ", + "romatzyh" : "taang" }, + "meanings" : [ "to recline", "to lie down" ], + "classifiers" : [] } ] }, + { "simplified" : "烫", + "radical" : "火", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4676, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "燙", + "transcriptions" : { "pinyin" : "tàng", + "numeric" : "tang4", + "wadegiles" : "t'ang⁴", + "bopomofo" : "ㄊㄤˋ", + "romatzyh" : "tanq" }, + "meanings" : [ "to scald", + "to burn (by scalding)", + "to blanch (cooking)", + "to heat (sth) up in hot water", + "to perm", + "to iron", + "scalding hot" ], + "classifiers" : [] } ] }, + { "simplified" : "趟", + "radical" : "走", + "level" : [ "new-6", "old-4" ], + "frequency" : 3174, + "pos" : [ "qv", "v" ], + "forms" : [ { "traditional" : "䠀", + "transcriptions" : { "pinyin" : "tāng", + "numeric" : "tang1", + "wadegiles" : "t'ang¹", + "bopomofo" : "ㄊㄤ", + "romatzyh" : "tang" }, + "meanings" : [ "old variant of 趟" ], + "classifiers" : [] }, + { "traditional" : "趟", + "transcriptions" : { "pinyin" : "tāng", + "numeric" : "tang1", + "wadegiles" : "t'ang¹", + "bopomofo" : "ㄊㄤ", + "romatzyh" : "tang" }, + "meanings" : [ "to wade", + "to trample", + "to turn the soil" ], + "classifiers" : [] }, + { "traditional" : "趟", + "transcriptions" : { "pinyin" : "tàng", + "numeric" : "tang4", + "wadegiles" : "t'ang⁴", + "bopomofo" : "ㄊㄤˋ", + "romatzyh" : "tanq" }, + "meanings" : [ "classifier for times, round trips or rows", + "a time", + "a trip" ], + "classifiers" : [] } ] }, + { "simplified" : "掏", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 5068, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掏", + "transcriptions" : { "pinyin" : "tāo", + "numeric" : "tao1", + "wadegiles" : "t'ao¹", + "bopomofo" : "ㄊㄠ", + "romatzyh" : "tau" }, + "meanings" : [ "to fish out (from pocket)", + "to scoop" ], + "classifiers" : [] }, + { "traditional" : "搯", + "transcriptions" : { "pinyin" : "tāo", + "numeric" : "tao1", + "wadegiles" : "t'ao¹", + "bopomofo" : "ㄊㄠ", + "romatzyh" : "tau" }, + "meanings" : [ "variant of 掏" ], + "classifiers" : [] } ] }, + { "simplified" : "掏钱", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12130, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掏錢", + "transcriptions" : { "pinyin" : "tāo qián", + "numeric" : "tao1 qian2", + "wadegiles" : "t'ao¹ ch'ien²", + "bopomofo" : "ㄊㄠ ㄑㄧㄢˊ", + "romatzyh" : "tau chyan" }, + "meanings" : [ "to pay", + "to spend money", + "to fork out" ], + "classifiers" : [] } ] }, + { "simplified" : "滔滔不绝", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19862, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "滔滔不絕", + "transcriptions" : { "pinyin" : "tāo tāo bù jué", + "numeric" : "tao1 tao1 bu4 jue2", + "wadegiles" : "t'ao¹ t'ao¹ pu⁴ chüeh²", + "bopomofo" : "ㄊㄠ ㄊㄠ ㄅㄨˋ ㄐㄩㄝˊ", + "romatzyh" : "tau tau buh jyue" }, + "meanings" : [ "unceasing torrent (idiom)", + "talking non-stop", + "gabbling forty to the dozen" ], + "classifiers" : [] } ] }, + { "simplified" : "逃", + "radical" : "辶", + "level" : [ "new-5", "old-5" ], + "frequency" : 2056, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "逃", + "transcriptions" : { "pinyin" : "táo", + "numeric" : "tao2", + "wadegiles" : "t'ao²", + "bopomofo" : "ㄊㄠˊ", + "romatzyh" : "taur" }, + "meanings" : [ "to escape", + "to run away", + "to flee" ], + "classifiers" : [] } ] }, + { "simplified" : "逃避", + "radical" : "辶", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4735, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "逃避", + "transcriptions" : { "pinyin" : "táo bì", + "numeric" : "tao2 bi4", + "wadegiles" : "t'ao² pi⁴", + "bopomofo" : "ㄊㄠˊ ㄅㄧˋ", + "romatzyh" : "taur bih" }, + "meanings" : [ "to escape", + "to evade", + "to avoid", + "to shirk" ], + "classifiers" : [] } ] }, + { "simplified" : "逃跑", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 4877, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逃跑", + "transcriptions" : { "pinyin" : "táo pǎo", + "numeric" : "tao2 pao3", + "wadegiles" : "t'ao² p'ao³", + "bopomofo" : "ㄊㄠˊ ㄆㄠˇ", + "romatzyh" : "taur pao" }, + "meanings" : [ "to flee from sth", + "to run away", + "to escape" ], + "classifiers" : [] } ] }, + { "simplified" : "逃生", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 11935, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逃生", + "transcriptions" : { "pinyin" : "táo shēng", + "numeric" : "tao2 sheng1", + "wadegiles" : "t'ao² sheng¹", + "bopomofo" : "ㄊㄠˊ ㄕㄥ", + "romatzyh" : "taur sheng" }, + "meanings" : [ "to flee for one's life" ], + "classifiers" : [] } ] }, + { "simplified" : "逃亡", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 11837, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逃亡", + "transcriptions" : { "pinyin" : "táo wáng", + "numeric" : "tao2 wang2", + "wadegiles" : "t'ao² wang²", + "bopomofo" : "ㄊㄠˊ ㄨㄤˊ", + "romatzyh" : "taur wang" }, + "meanings" : [ "to flee", + "flight (from danger)", + "fugitive" ], + "classifiers" : [] } ] }, + { "simplified" : "逃走", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 7231, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "逃走", + "transcriptions" : { "pinyin" : "táo zǒu", + "numeric" : "tao2 zou3", + "wadegiles" : "t'ao² tsou³", + "bopomofo" : "ㄊㄠˊ ㄗㄡˇ", + "romatzyh" : "taur tzoou" }, + "meanings" : [ "to escape", + "to flee", + "to run away" ], + "classifiers" : [] } ] }, + { "simplified" : "桃", + "radical" : "木", + "level" : [ "new-5", "old-5" ], + "frequency" : 6265, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "桃", + "transcriptions" : { "pinyin" : "táo", + "numeric" : "tao2", + "wadegiles" : "t'ao²", + "bopomofo" : "ㄊㄠˊ", + "romatzyh" : "taur" }, + "meanings" : [ "peach" ], + "classifiers" : [] } ] }, + { "simplified" : "桃花", + "radical" : "木", + "level" : [ "new-5" ], + "frequency" : 17500, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "桃花", + "transcriptions" : { "pinyin" : "táo huā", + "numeric" : "tao2 hua1", + "wadegiles" : "t'ao² hua¹", + "bopomofo" : "ㄊㄠˊ ㄏㄨㄚ", + "romatzyh" : "taur hua" }, + "meanings" : [ "peach blossom", + "(fig.) love affair" ], + "classifiers" : [] } ] }, + { "simplified" : "桃树", + "radical" : "木", + "level" : [ "new-5" ], + "frequency" : 35576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "桃樹", + "transcriptions" : { "pinyin" : "táo shù", + "numeric" : "tao2 shu4", + "wadegiles" : "t'ao² shu⁴", + "bopomofo" : "ㄊㄠˊ ㄕㄨˋ", + "romatzyh" : "taur shuh" }, + "meanings" : [ "peach tree" ], + "classifiers" : [ "株" ] } ] }, + { "simplified" : "陶瓷", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10494, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陶瓷", + "transcriptions" : { "pinyin" : "táo cí", + "numeric" : "tao2 ci2", + "wadegiles" : "t'ao² tz'u²", + "bopomofo" : "ㄊㄠˊ ㄘˊ", + "romatzyh" : "taur tsyr" }, + "meanings" : [ "pottery and porcelain", + "ceramics" ], + "classifiers" : [] } ] }, + { "simplified" : "陶冶", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 65189, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "陶冶", + "transcriptions" : { "pinyin" : "táo yě", + "numeric" : "tao2 ye3", + "wadegiles" : "t'ao² yeh³", + "bopomofo" : "ㄊㄠˊ ㄧㄝˇ", + "romatzyh" : "taur yee" }, + "meanings" : [ "lit. to fire pots and smelt metal", + "fig. to educate" ], + "classifiers" : [] } ] }, + { "simplified" : "陶醉", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 13282, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "陶醉", + "transcriptions" : { "pinyin" : "táo zuì", + "numeric" : "tao2 zui4", + "wadegiles" : "t'ao² tsui⁴", + "bopomofo" : "ㄊㄠˊ ㄗㄨㄟˋ", + "romatzyh" : "taur tzuey" }, + "meanings" : [ "to be infatuated with; to be drunk with; to be enchanted with; to revel in" ], + "classifiers" : [] } ] }, + { "simplified" : "淘", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8224, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "淘", + "transcriptions" : { "pinyin" : "táo", + "numeric" : "tao2", + "wadegiles" : "t'ao²", + "bopomofo" : "ㄊㄠˊ", + "romatzyh" : "taur" }, + "meanings" : [ "to wash", + "to clean out", + "to cleanse", + "to eliminate", + "to dredge" ], + "classifiers" : [] } ] }, + { "simplified" : "淘气", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14473, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "淘氣", + "transcriptions" : { "pinyin" : "táo qì", + "numeric" : "tao2 qi4", + "wadegiles" : "t'ao² ch'i⁴", + "bopomofo" : "ㄊㄠˊ ㄑㄧˋ", + "romatzyh" : "taur chih" }, + "meanings" : [ "naughty", "mischievous" ], + "classifiers" : [] } ] }, + { "simplified" : "淘汰", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2620, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "淘汰", + "transcriptions" : { "pinyin" : "táo tài", + "numeric" : "tao2 tai4", + "wadegiles" : "t'ao² t'ai⁴", + "bopomofo" : "ㄊㄠˊ ㄊㄞˋ", + "romatzyh" : "taur tay" }, + "meanings" : [ "to wash out", + "(fig.) to cull", + "to weed out", + "to eliminate", + "to die out", + "to phase out" ], + "classifiers" : [] } ] }, + { "simplified" : "讨", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 4393, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "討", + "transcriptions" : { "pinyin" : "tǎo", + "numeric" : "tao3", + "wadegiles" : "t'ao³", + "bopomofo" : "ㄊㄠˇ", + "romatzyh" : "tao" }, + "meanings" : [ "to invite", + "to provoke", + "to demand or ask for", + "to send armed forces to suppress", + "to denounce or condemn", + "to marry (a woman)", + "to discuss or study" ], + "classifiers" : [] } ] }, + { "simplified" : "讨好", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 10495, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "討好", + "transcriptions" : { "pinyin" : "tǎo hǎo", + "numeric" : "tao3 hao3", + "wadegiles" : "t'ao³ hao³", + "bopomofo" : "ㄊㄠˇ ㄏㄠˇ", + "romatzyh" : "tao hao" }, + "meanings" : [ "to get the desired outcome", + "to win favor by fawning on sb", + "to curry favor with", + "a fruitful outcome to reward one's labor" ], + "classifiers" : [] } ] }, + { "simplified" : "讨价还价", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12869, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "討價還價", + "transcriptions" : { "pinyin" : "tǎo jià huán jià", + "numeric" : "tao3 jia4 huan2 jia4", + "wadegiles" : "t'ao³ chia⁴ huan² chia⁴", + "bopomofo" : "ㄊㄠˇ ㄐㄧㄚˋ ㄏㄨㄢˊ ㄐㄧㄚˋ", + "romatzyh" : "tao jiah hwan jiah" }, + "meanings" : [ "to haggle over price", + "to bargain" ], + "classifiers" : [] } ] }, + { "simplified" : "讨论", + "radical" : "讠", + "level" : [ "new-2", "old-4" ], + "frequency" : 1047, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "討論", + "transcriptions" : { "pinyin" : "tǎo lùn", + "numeric" : "tao3 lun4", + "wadegiles" : "t'ao³ lun⁴", + "bopomofo" : "ㄊㄠˇ ㄌㄨㄣˋ", + "romatzyh" : "tao luenn" }, + "meanings" : [ "to discuss; to talk over" ], + "classifiers" : [] } ] }, + { "simplified" : "讨人喜欢", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "討人喜歡", + "transcriptions" : { "pinyin" : "tǎo rén xǐ huan", + "numeric" : "tao3 ren2 xi3 huan5", + "wadegiles" : "t'ao³ jen² hsi³ huan", + "bopomofo" : "ㄊㄠˇ ㄖㄣˊ ㄒㄧˇ huan", + "romatzyh" : "tao ren shii huan" }, + "meanings" : [ "to attract people's affection", + "charming", + "delightful" ], + "classifiers" : [] } ] }, + { "simplified" : "讨厌", + "radical" : "讠", + "level" : [ "new-5", "old-4" ], + "frequency" : 1401, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "討厭", + "transcriptions" : { "pinyin" : "tǎo yàn", + "numeric" : "tao3 yan4", + "wadegiles" : "t'ao³ yan⁴", + "bopomofo" : "ㄊㄠˇ ㄧㄢˋ", + "romatzyh" : "tao yann" }, + "meanings" : [ "to dislike", + "to loathe", + "disagreeable", + "troublesome", + "annoying" ], + "classifiers" : [] } ] }, + { "simplified" : "套", + "radical" : "大", + "level" : [ "new-2", "old-5" ], + "frequency" : 715, + "pos" : [ "q", "v", "g" ], + "forms" : [ { "traditional" : "套", + "transcriptions" : { "pinyin" : "tào", + "numeric" : "tao4", + "wadegiles" : "t'ao⁴", + "bopomofo" : "ㄊㄠˋ", + "romatzyh" : "taw" }, + "meanings" : [ "to cover", + "to encase", + "cover", + "sheath", + "to overlap", + "to interleave", + "to model after", + "to copy", + "formula", + "harness", + "loop of rope", + "(fig.) to fish for", + "to obtain slyly", + "classifier for sets, collections", + "bend (of a river or mountain range, in place names)", + "tau (Greek letter Ττ)" ], + "classifiers" : [] } ] }, + { "simplified" : "套餐", + "radical" : "大", + "level" : [ "new-4" ], + "frequency" : 12344, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "套餐", + "transcriptions" : { "pinyin" : "tào cān", + "numeric" : "tao4 can1", + "wadegiles" : "t'ao⁴ ts'an¹", + "bopomofo" : "ㄊㄠˋ ㄘㄢ", + "romatzyh" : "taw tsan" }, + "meanings" : [ "set meal", + "(fig.) product or service package (e.g. for a cell phone subscription)" ], + "classifiers" : [] } ] }, + { "simplified" : "特", + "radical" : "牛", + "level" : [ "new-6" ], + "frequency" : 695, + "pos" : [ "g", "d" ], + "forms" : [ { "traditional" : "特", + "transcriptions" : { "pinyin" : "tè", + "numeric" : "te4", + "wadegiles" : "t'e⁴", + "bopomofo" : "ㄊㄜˋ", + "romatzyh" : "teh" }, + "meanings" : [ "special", + "unique", + "distinguished", + "especially", + "unusual", + "very", + "abbr. for 斯, tex" ], + "classifiers" : [] } ] }, + { "simplified" : "特别", + "radical" : "牛", + "level" : [ "new-2", "old-3" ], + "frequency" : 541, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "特別", + "transcriptions" : { "pinyin" : "tè bié", + "numeric" : "te4 bie2", + "wadegiles" : "t'e⁴ pieh²", + "bopomofo" : "ㄊㄜˋ ㄅㄧㄝˊ", + "romatzyh" : "teh bye" }, + "meanings" : [ "unusual; special", + "very; especially; particularly", + "expressly; for a specific purpose", + "(often followed by 是) in particular" ], + "classifiers" : [] } ] }, + { "simplified" : "特产", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 21019, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特產", + "transcriptions" : { "pinyin" : "tè chǎn", + "numeric" : "te4 chan3", + "wadegiles" : "t'e⁴ ch'an³", + "bopomofo" : "ㄊㄜˋ ㄔㄢˇ", + "romatzyh" : "teh chaan" }, + "meanings" : [ "special local product", + "(regional) specialty" ], + "classifiers" : [] } ] }, + { "simplified" : "特大", + "radical" : "牛", + "level" : [ "new-6" ], + "frequency" : 9243, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "特大", + "transcriptions" : { "pinyin" : "tè dà", + "numeric" : "te4 da4", + "wadegiles" : "t'e⁴ ta⁴", + "bopomofo" : "ㄊㄜˋ ㄉㄚˋ", + "romatzyh" : "teh dah" }, + "meanings" : [ "exceptionally big" ], + "classifiers" : [] } ] }, + { "simplified" : "特地", + "radical" : "牛", + "level" : [ "new-6" ], + "frequency" : 8288, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "特地", + "transcriptions" : { "pinyin" : "tè dì", + "numeric" : "te4 di4", + "wadegiles" : "t'e⁴ ti⁴", + "bopomofo" : "ㄊㄜˋ ㄉㄧˋ", + "romatzyh" : "teh dih" }, + "meanings" : [ "specially", + "for a special purpose" ], + "classifiers" : [] } ] }, + { "simplified" : "特点", + "radical" : "牛", + "level" : [ "new-2", "old-4" ], + "frequency" : 4039, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特點", + "transcriptions" : { "pinyin" : "tè diǎn", + "numeric" : "te4 dian3", + "wadegiles" : "t'e⁴ tien³", + "bopomofo" : "ㄊㄜˋ ㄉㄧㄢˇ", + "romatzyh" : "teh dean" }, + "meanings" : [ "characteristic (feature)", + "trait", + "feature" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "特定", + "radical" : "牛", + "level" : [ "new-5", "old-6" ], + "frequency" : 5385, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "特定", + "transcriptions" : { "pinyin" : "tè dìng", + "numeric" : "te4 ding4", + "wadegiles" : "t'e⁴ ting⁴", + "bopomofo" : "ㄊㄜˋ ㄉㄧㄥˋ", + "romatzyh" : "teh dinq" }, + "meanings" : [ "special", + "specific", + "designated", + "particular" ], + "classifiers" : [] } ] }, + { "simplified" : "特价", + "radical" : "牛", + "level" : [ "new-4" ], + "frequency" : 10340, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特價", + "transcriptions" : { "pinyin" : "tè jià", + "numeric" : "te4 jia4", + "wadegiles" : "t'e⁴ chia⁴", + "bopomofo" : "ㄊㄜˋ ㄐㄧㄚˋ", + "romatzyh" : "teh jiah" }, + "meanings" : [ "special price" ], + "classifiers" : [] } ] }, + { "simplified" : "特快", + "radical" : "牛", + "level" : [ "new-6" ], + "frequency" : 19517, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "特快", + "transcriptions" : { "pinyin" : "tè kuài", + "numeric" : "te4 kuai4", + "wadegiles" : "t'e⁴ k'uai⁴", + "bopomofo" : "ㄊㄜˋ ㄎㄨㄞˋ", + "romatzyh" : "teh kuay" }, + "meanings" : [ "express (train, delivery etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "特例", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 25371, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特例", + "transcriptions" : { "pinyin" : "tè lì", + "numeric" : "te4 li4", + "wadegiles" : "t'e⁴ li⁴", + "bopomofo" : "ㄊㄜˋ ㄌㄧˋ", + "romatzyh" : "teh lih" }, + "meanings" : [ "special case", "isolated example" ], + "classifiers" : [] } ] }, + { "simplified" : "特权", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 8533, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特權", + "transcriptions" : { "pinyin" : "tè quán", + "numeric" : "te4 quan2", + "wadegiles" : "t'e⁴ ch'üan²", + "bopomofo" : "ㄊㄜˋ ㄑㄩㄢˊ", + "romatzyh" : "teh chyuan" }, + "meanings" : [ "prerogative", + "privilege", + "privileged" ], + "classifiers" : [] } ] }, + { "simplified" : "特色", + "radical" : "牛", + "level" : [ "new-3", "old-6" ], + "frequency" : 4212, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特色", + "transcriptions" : { "pinyin" : "tè sè", + "numeric" : "te4 se4", + "wadegiles" : "t'e⁴ se⁴", + "bopomofo" : "ㄊㄜˋ ㄙㄜˋ", + "romatzyh" : "teh seh" }, + "meanings" : [ "characteristic", + "distinguishing feature or quality" ], + "classifiers" : [] } ] }, + { "simplified" : "特殊", + "radical" : "牛", + "level" : [ "new-4", "old-5" ], + "frequency" : 1632, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "特殊", + "transcriptions" : { "pinyin" : "tè shū", + "numeric" : "te4 shu1", + "wadegiles" : "t'e⁴ shu¹", + "bopomofo" : "ㄊㄜˋ ㄕㄨ", + "romatzyh" : "teh shu" }, + "meanings" : [ "special", + "particular", + "unusual", + "extraordinary" ], + "classifiers" : [] } ] }, + { "simplified" : "特性", + "radical" : "牛", + "level" : [ "new-5" ], + "frequency" : 8741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特性", + "transcriptions" : { "pinyin" : "tè xìng", + "numeric" : "te4 xing4", + "wadegiles" : "t'e⁴ hsing⁴", + "bopomofo" : "ㄊㄜˋ ㄒㄧㄥˋ", + "romatzyh" : "teh shinq" }, + "meanings" : [ "property", "characteristic" ], + "classifiers" : [] } ] }, + { "simplified" : "特邀", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 19944, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "特邀", + "transcriptions" : { "pinyin" : "tè yāo", + "numeric" : "te4 yao1", + "wadegiles" : "t'e⁴ yao¹", + "bopomofo" : "ㄊㄜˋ ㄧㄠ", + "romatzyh" : "teh iau" }, + "meanings" : [ "special invitation" ], + "classifiers" : [] } ] }, + { "simplified" : "特意", + "radical" : "牛", + "level" : [ "new-6", "old-5" ], + "frequency" : 6391, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "特意", + "transcriptions" : { "pinyin" : "tè yì", + "numeric" : "te4 yi4", + "wadegiles" : "t'e⁴ i⁴", + "bopomofo" : "ㄊㄜˋ ㄧˋ", + "romatzyh" : "teh yih" }, + "meanings" : [ "specially", "intentionally" ], + "classifiers" : [] } ] }, + { "simplified" : "特有", + "radical" : "牛", + "level" : [ "new-5" ], + "frequency" : 9336, + "pos" : [ "b", "v" ], + "forms" : [ { "traditional" : "特有", + "transcriptions" : { "pinyin" : "tè yǒu", + "numeric" : "te4 you3", + "wadegiles" : "t'e⁴ yu³", + "bopomofo" : "ㄊㄜˋ ㄧㄡˇ", + "romatzyh" : "teh yeou" }, + "meanings" : [ "specific (to)", + "characteristic (of)", + "distinctive" ], + "classifiers" : [] } ] }, + { "simplified" : "特长", + "radical" : "牛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10629, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特長", + "transcriptions" : { "pinyin" : "tè cháng", + "numeric" : "te4 chang2", + "wadegiles" : "t'e⁴ ch'ang²", + "bopomofo" : "ㄊㄜˋ ㄔㄤˊ", + "romatzyh" : "teh charng" }, + "meanings" : [ "personal strength", + "one's special ability or strong points" ], + "classifiers" : [] } ] }, + { "simplified" : "特征", + "radical" : "牛", + "level" : [ "new-4", "old-5" ], + "frequency" : 3497, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特徵", + "transcriptions" : { "pinyin" : "tè zhēng", + "numeric" : "te4 zheng1", + "wadegiles" : "t'e⁴ cheng¹", + "bopomofo" : "ㄊㄜˋ ㄓㄥ", + "romatzyh" : "teh jeng" }, + "meanings" : [ "characteristic", + "diagnostic property", + "distinctive feature", + "trait" ], + "classifiers" : [] } ] }, + { "simplified" : "特制", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 12498, + "pos" : [ "b", "v" ], + "forms" : [ { "traditional" : "特制", + "transcriptions" : { "pinyin" : "tè zhì", + "numeric" : "te4 zhi4", + "wadegiles" : "t'e⁴ chih⁴", + "bopomofo" : "ㄊㄜˋ ㄓˋ", + "romatzyh" : "teh jyh" }, + "meanings" : [ "special", "unique" ], + "classifiers" : [] } ] }, + { "simplified" : "特质", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 9755, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "特質", + "transcriptions" : { "pinyin" : "tè zhì", + "numeric" : "te4 zhi4", + "wadegiles" : "t'e⁴ chih⁴", + "bopomofo" : "ㄊㄜˋ ㄓˋ", + "romatzyh" : "teh jyh" }, + "meanings" : [ "characteristic", + "special quality" ], + "classifiers" : [] } ] }, + { "simplified" : "疼", + "radical" : "疒", + "level" : [ "new-2", "old-3" ], + "frequency" : 1641, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "疼", + "transcriptions" : { "pinyin" : "téng", + "numeric" : "teng2", + "wadegiles" : "t'eng²", + "bopomofo" : "ㄊㄥˊ", + "romatzyh" : "terng" }, + "meanings" : [ "(it) hurts; sore", + "to love dearly" ], + "classifiers" : [] } ] }, + { "simplified" : "疼爱", + "radical" : "疒", + "level" : [ "old-5" ], + "frequency" : 14247, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "疼愛", + "transcriptions" : { "pinyin" : "téng ài", + "numeric" : "teng2 ai4", + "wadegiles" : "t'eng² ai⁴", + "bopomofo" : "ㄊㄥˊ ㄞˋ", + "romatzyh" : "terng ay" }, + "meanings" : [ "to love dearly" ], + "classifiers" : [] } ] }, + { "simplified" : "疼痛", + "radical" : "疒", + "level" : [ "new-6" ], + "frequency" : 3944, + "pos" : [ "an", "a", "n" ], + "forms" : [ { "traditional" : "疼痛", + "transcriptions" : { "pinyin" : "téng tòng", + "numeric" : "teng2 tong4", + "wadegiles" : "t'eng² t'ung⁴", + "bopomofo" : "ㄊㄥˊ ㄊㄨㄥˋ", + "romatzyh" : "terng tonq" }, + "meanings" : [ "pain", + "(of a body part) to be painful; to be sore; to hurt", + "(of a person) to be in pain" ], + "classifiers" : [] } ] }, + { "simplified" : "腾", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 8009, + "pos" : [ "v", "o" ], + "forms" : [ { "traditional" : "騰", + "transcriptions" : { "pinyin" : "téng", + "numeric" : "teng2", + "wadegiles" : "t'eng²", + "bopomofo" : "ㄊㄥˊ", + "romatzyh" : "terng" }, + "meanings" : [ "(bound form) to gallop; to prance", + "(bound form) to soar; to hover", + "to make room; to clear out; to vacate", + "(verb suffix indicating repeated action)" ], + "classifiers" : [] } ] }, + { "simplified" : "藤椅", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 55380, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藤椅", + "transcriptions" : { "pinyin" : "téng yǐ", + "numeric" : "teng2 yi3", + "wadegiles" : "t'eng² i³", + "bopomofo" : "ㄊㄥˊ ㄧˇ", + "romatzyh" : "terng yii" }, + "meanings" : [ "rattan chair" ], + "classifiers" : [] } ] }, + { "simplified" : "剔除", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 19717, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "剔除", + "transcriptions" : { "pinyin" : "tī chú", + "numeric" : "ti1 chu2", + "wadegiles" : "t'i¹ ch'u²", + "bopomofo" : "ㄊㄧ ㄔㄨˊ", + "romatzyh" : "ti chwu" }, + "meanings" : [ "to reject", + "to discard", + "to get rid of" ], + "classifiers" : [] } ] }, + { "simplified" : "梯子", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 15634, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "梯子", + "transcriptions" : { "pinyin" : "tī zi", + "numeric" : "ti1 zi5", + "wadegiles" : "t'i¹ zi", + "bopomofo" : "ㄊㄧ zi", + "romatzyh" : "ti zi" }, + "meanings" : [ "ladder", "stepladder" ], + "classifiers" : [] } ] }, + { "simplified" : "踢", + "radical" : "足", + "level" : [ "new-6", "old-2" ], + "frequency" : 2330, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "踢", + "transcriptions" : { "pinyin" : "tī", + "numeric" : "ti1", + "wadegiles" : "t'i¹", + "bopomofo" : "ㄊㄧ", + "romatzyh" : "ti" }, + "meanings" : [ "to kick", + "to play (e.g. soccer)", + "(slang) butch (in a lesbian relationship)" ], + "classifiers" : [] } ] }, + { "simplified" : "提", + "radical" : "扌", + "level" : [ "new-2", "old-5" ], + "frequency" : 919, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提", + "transcriptions" : { "pinyin" : "dī", + "numeric" : "di1", + "wadegiles" : "ti¹", + "bopomofo" : "ㄉㄧ", + "romatzyh" : "di" }, + "meanings" : [ "used in 防 and 溜" ], + "classifiers" : [] }, + { "traditional" : "提", + "transcriptions" : { "pinyin" : "tí", + "numeric" : "ti2", + "wadegiles" : "t'i²", + "bopomofo" : "ㄊㄧˊ", + "romatzyh" : "tyi" }, + "meanings" : [ "to carry (hanging down from the hand)", + "to lift", + "to put forward", + "to mention", + "to raise (an issue)", + "upwards character stroke", + "lifting brush stroke (in painting)", + "scoop for measuring liquid" ], + "classifiers" : [] } ] }, + { "simplified" : "提拔", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12631, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提拔", + "transcriptions" : { "pinyin" : "tí bá", + "numeric" : "ti2 ba2", + "wadegiles" : "t'i² pa²", + "bopomofo" : "ㄊㄧˊ ㄅㄚˊ", + "romatzyh" : "tyi bar" }, + "meanings" : [ "to promote to a higher job", + "to select for promotion" ], + "classifiers" : [] } ] }, + { "simplified" : "提倡", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 11719, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "提倡", + "transcriptions" : { "pinyin" : "tí chàng", + "numeric" : "ti2 chang4", + "wadegiles" : "t'i² ch'ang⁴", + "bopomofo" : "ㄊㄧˊ ㄔㄤˋ", + "romatzyh" : "tyi chanq" }, + "meanings" : [ "to promote", "to advocate" ], + "classifiers" : [] } ] }, + { "simplified" : "提出", + "radical" : "扌", + "level" : [ "new-2" ], + "frequency" : 1125, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提出", + "transcriptions" : { "pinyin" : "tí chū", + "numeric" : "ti2 chu1", + "wadegiles" : "t'i² ch'u¹", + "bopomofo" : "ㄊㄧˊ ㄔㄨ", + "romatzyh" : "tyi chu" }, + "meanings" : [ "to raise (an issue)", + "to propose", + "to put forward", + "to suggest", + "to post (on a website)", + "to withdraw (cash)" ], + "classifiers" : [] } ] }, + { "simplified" : "提到", + "radical" : "扌", + "level" : [ "new-2" ], + "frequency" : 2683, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提到", + "transcriptions" : { "pinyin" : "tí dào", + "numeric" : "ti2 dao4", + "wadegiles" : "t'i² tao⁴", + "bopomofo" : "ㄊㄧˊ ㄉㄠˋ", + "romatzyh" : "tyi daw" }, + "meanings" : [ "to mention", + "to raise (a subject)", + "to refer to" ], + "classifiers" : [] } ] }, + { "simplified" : "提防", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 15445, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提防", + "transcriptions" : { "pinyin" : "dī fang", + "numeric" : "di1 fang5", + "wadegiles" : "ti¹ fang", + "bopomofo" : "ㄉㄧ fang", + "romatzyh" : "di fang" }, + "meanings" : [ "to guard against", + "to be vigilant", + "watch you don't (slip)", + "Taiwan pr. [tí fáng]" ], + "classifiers" : [] } ] }, + { "simplified" : "提纲", + "radical" : "扌", + "level" : [ "old-5" ], + "frequency" : 28361, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "提綱", + "transcriptions" : { "pinyin" : "tí gāng", + "numeric" : "ti2 gang1", + "wadegiles" : "t'i² kang¹", + "bopomofo" : "ㄊㄧˊ ㄍㄤ", + "romatzyh" : "tyi gang" }, + "meanings" : [ "outline", "synopsis", "notes" ], + "classifiers" : [] } ] }, + { "simplified" : "提高", + "radical" : "扌", + "level" : [ "new-2", "old-3" ], + "frequency" : 1724, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "提高", + "transcriptions" : { "pinyin" : "tí gāo", + "numeric" : "ti2 gao1", + "wadegiles" : "t'i² kao¹", + "bopomofo" : "ㄊㄧˊ ㄍㄠ", + "romatzyh" : "tyi gau" }, + "meanings" : [ "to raise", + "to increase", + "to improve" ], + "classifiers" : [] } ] }, + { "simplified" : "提供", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 621, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提供", + "transcriptions" : { "pinyin" : "tí gōng", + "numeric" : "ti2 gong1", + "wadegiles" : "t'i² kung¹", + "bopomofo" : "ㄊㄧˊ ㄍㄨㄥ", + "romatzyh" : "tyi gong" }, + "meanings" : [ "to offer", + "to supply", + "to provide", + "to furnish" ], + "classifiers" : [] } ] }, + { "simplified" : "提交", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 5768, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提交", + "transcriptions" : { "pinyin" : "tí jiāo", + "numeric" : "ti2 jiao1", + "wadegiles" : "t'i² chiao¹", + "bopomofo" : "ㄊㄧˊ ㄐㄧㄠ", + "romatzyh" : "tyi jiau" }, + "meanings" : [ "to submit (a report etc)", + "to refer (a problem) to sb" ], + "classifiers" : [] } ] }, + { "simplified" : "提炼", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16362, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "提煉", + "transcriptions" : { "pinyin" : "tí liàn", + "numeric" : "ti2 lian4", + "wadegiles" : "t'i² lien⁴", + "bopomofo" : "ㄊㄧˊ ㄌㄧㄢˋ", + "romatzyh" : "tyi liann" }, + "meanings" : [ "to extract (ore, minerals etc)", + "to refine", + "to purify", + "to process" ], + "classifiers" : [] } ] }, + { "simplified" : "提名", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 5189, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "提名", + "transcriptions" : { "pinyin" : "tí míng", + "numeric" : "ti2 ming2", + "wadegiles" : "t'i² ming²", + "bopomofo" : "ㄊㄧˊ ㄇㄧㄥˊ", + "romatzyh" : "tyi ming" }, + "meanings" : [ "to nominate" ], + "classifiers" : [] } ] }, + { "simplified" : "提起", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 3871, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提起", + "transcriptions" : { "pinyin" : "tí qǐ", + "numeric" : "ti2 qi3", + "wadegiles" : "t'i² ch'i³", + "bopomofo" : "ㄊㄧˊ ㄑㄧˇ", + "romatzyh" : "tyi chii" }, + "meanings" : [ "to mention", + "to speak of", + "to lift", + "to pick up", + "to arouse", + "to raise (a topic, a heavy weight, one's fist, one's spirits etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "提前", + "radical" : "扌", + "level" : [ "new-3", "old-4" ], + "frequency" : 2206, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "提前", + "transcriptions" : { "pinyin" : "tí qián", + "numeric" : "ti2 qian2", + "wadegiles" : "t'i² ch'ien²", + "bopomofo" : "ㄊㄧˊ ㄑㄧㄢˊ", + "romatzyh" : "tyi chyan" }, + "meanings" : [ "to shift to an earlier date", + "to do sth ahead of time", + "in advance" ], + "classifiers" : [] } ] }, + { "simplified" : "提升", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 3275, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "提升", + "transcriptions" : { "pinyin" : "tí shēng", + "numeric" : "ti2 sheng1", + "wadegiles" : "t'i² sheng¹", + "bopomofo" : "ㄊㄧˊ ㄕㄥ", + "romatzyh" : "tyi sheng" }, + "meanings" : [ "to promote (to a higher-ranking position)", + "to lift; to hoist", + "(fig.) to elevate; to raise; to improve" ], + "classifiers" : [] } ] }, + { "simplified" : "提示", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 3243, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "提示", + "transcriptions" : { "pinyin" : "tí shì", + "numeric" : "ti2 shi4", + "wadegiles" : "t'i² shih⁴", + "bopomofo" : "ㄊㄧˊ ㄕˋ", + "romatzyh" : "tyi shyh" }, + "meanings" : [ "to point out", + "to remind (sb of sth)", + "to suggest", + "suggestion", + "tip", + "reminder", + "notice" ], + "classifiers" : [] } ] }, + { "simplified" : "提速", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 37206, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提速", + "transcriptions" : { "pinyin" : "tí sù", + "numeric" : "ti2 su4", + "wadegiles" : "t'i² su⁴", + "bopomofo" : "ㄊㄧˊ ㄙㄨˋ", + "romatzyh" : "tyi suh" }, + "meanings" : [ "to increase the specified cruising speed", + "to pick up speed", + "to speed up" ], + "classifiers" : [] } ] }, + { "simplified" : "提问", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 5085, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "提問", + "transcriptions" : { "pinyin" : "tí wèn", + "numeric" : "ti2 wen4", + "wadegiles" : "t'i² wen⁴", + "bopomofo" : "ㄊㄧˊ ㄨㄣˋ", + "romatzyh" : "tyi wenn" }, + "meanings" : [ "to question; to quiz; to grill" ], + "classifiers" : [] } ] }, + { "simplified" : "提心吊胆", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 20737, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "提心吊膽", + "transcriptions" : { "pinyin" : "tí xīn diào dǎn", + "numeric" : "ti2 xin1 diao4 dan3", + "wadegiles" : "t'i² hsin¹ tiao⁴ tan³", + "bopomofo" : "ㄊㄧˊ ㄒㄧㄣ ㄉㄧㄠˋ ㄉㄢˇ", + "romatzyh" : "tyi shin diaw daan" }, + "meanings" : [ "(saying) to be very scared and on edge" ], + "classifiers" : [] } ] }, + { "simplified" : "提醒", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 1634, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "提醒", + "transcriptions" : { "pinyin" : "tí xǐng", + "numeric" : "ti2 xing3", + "wadegiles" : "t'i² hsing³", + "bopomofo" : "ㄊㄧˊ ㄒㄧㄥˇ", + "romatzyh" : "tyi shiing" }, + "meanings" : [ "to remind", + "to call attention to", + "to warn of" ], + "classifiers" : [] } ] }, + { "simplified" : "提议", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4891, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "提議", + "transcriptions" : { "pinyin" : "tí yì", + "numeric" : "ti2 yi4", + "wadegiles" : "t'i² i⁴", + "bopomofo" : "ㄊㄧˊ ㄧˋ", + "romatzyh" : "tyi yih" }, + "meanings" : [ "proposal", + "suggestion", + "to propose", + "to suggest" ], + "classifiers" : [] } ] }, + { "simplified" : "提早", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10528, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "提早", + "transcriptions" : { "pinyin" : "tí zǎo", + "numeric" : "ti2 zao3", + "wadegiles" : "t'i² tsao³", + "bopomofo" : "ㄊㄧˊ ㄗㄠˇ", + "romatzyh" : "tyi tzao" }, + "meanings" : [ "ahead of schedule", + "sooner than planned", + "to bring forward (to an earlier time)" ], + "classifiers" : [] } ] }, + { "simplified" : "题", + "radical" : "页", + "level" : [ "new-2", "old-2" ], + "frequency" : 2690, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "題", + "transcriptions" : { "pinyin" : "Tí", + "numeric" : "Ti2", + "wadegiles" : "t'i²", + "bopomofo" : "ㄊㄧˊ", + "romatzyh" : "tyi" }, + "meanings" : [ "surname Ti" ], + "classifiers" : [] }, + { "traditional" : "題", + "transcriptions" : { "pinyin" : "tí", + "numeric" : "ti2", + "wadegiles" : "t'i²", + "bopomofo" : "ㄊㄧˊ", + "romatzyh" : "tyi" }, + "meanings" : [ "topic", + "problem for discussion", + "exam question", + "subject", + "to inscribe", + "to mention" ], + "classifiers" : [ "个", "道" ] } ] }, + { "simplified" : "题材", + "radical" : "页", + "level" : [ "new-5", "old-6" ], + "frequency" : 8324, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "題材", + "transcriptions" : { "pinyin" : "tí cái", + "numeric" : "ti2 cai2", + "wadegiles" : "t'i² ts'ai²", + "bopomofo" : "ㄊㄧˊ ㄘㄞˊ", + "romatzyh" : "tyi tsair" }, + "meanings" : [ "subject matter" ], + "classifiers" : [] } ] }, + { "simplified" : "题目", + "radical" : "页", + "level" : [ "new-3", "old-5" ], + "frequency" : 7020, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "題目", + "transcriptions" : { "pinyin" : "tí mù", + "numeric" : "ti2 mu4", + "wadegiles" : "t'i² mu⁴", + "bopomofo" : "ㄊㄧˊ ㄇㄨˋ", + "romatzyh" : "tyi muh" }, + "meanings" : [ "subject", "title", "topic" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "体操", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 8893, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體操", + "transcriptions" : { "pinyin" : "tǐ cāo", + "numeric" : "ti3 cao1", + "wadegiles" : "t'i³ ts'ao¹", + "bopomofo" : "ㄊㄧˇ ㄘㄠ", + "romatzyh" : "tii tsau" }, + "meanings" : [ "gymnastic", "gymnastics" ], + "classifiers" : [] } ] }, + { "simplified" : "体会", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 3605, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "體會", + "transcriptions" : { "pinyin" : "tǐ huì", + "numeric" : "ti3 hui4", + "wadegiles" : "t'i³ hui⁴", + "bopomofo" : "ㄊㄧˇ ㄏㄨㄟˋ", + "romatzyh" : "tii huey" }, + "meanings" : [ "to know from experience", + "to learn through experience", + "to realize", + "understanding", + "experience" ], + "classifiers" : [] } ] }, + { "simplified" : "体积", + "radical" : "亻", + "level" : [ "new-5", "old-5" ], + "frequency" : 10883, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體積", + "transcriptions" : { "pinyin" : "tǐ jī", + "numeric" : "ti3 ji1", + "wadegiles" : "t'i³ chi¹", + "bopomofo" : "ㄊㄧˇ ㄐㄧ", + "romatzyh" : "tii ji" }, + "meanings" : [ "volume", "bulk" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "体检", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 8459, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "體檢", + "transcriptions" : { "pinyin" : "tǐ jiǎn", + "numeric" : "ti3 jian3", + "wadegiles" : "t'i³ chien³", + "bopomofo" : "ㄊㄧˇ ㄐㄧㄢˇ", + "romatzyh" : "tii jean" }, + "meanings" : [ "abbr. for 体格检查" ], + "classifiers" : [] } ] }, + { "simplified" : "体力", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 6132, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體力", + "transcriptions" : { "pinyin" : "tǐ lì", + "numeric" : "ti3 li4", + "wadegiles" : "t'i³ li⁴", + "bopomofo" : "ㄊㄧˇ ㄌㄧˋ", + "romatzyh" : "tii lih" }, + "meanings" : [ "physical strength", + "physical power" ], + "classifiers" : [] } ] }, + { "simplified" : "体谅", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12385, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "體諒", + "transcriptions" : { "pinyin" : "tǐ liàng", + "numeric" : "ti3 liang4", + "wadegiles" : "t'i³ liang⁴", + "bopomofo" : "ㄊㄧˇ ㄌㄧㄤˋ", + "romatzyh" : "tii lianq" }, + "meanings" : [ "to empathize", + "to allow (for sth)", + "to show understanding", + "to appreciate" ], + "classifiers" : [] } ] }, + { "simplified" : "体面", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13447, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "體面", + "transcriptions" : { "pinyin" : "tǐ miàn", + "numeric" : "ti3 mian4", + "wadegiles" : "t'i³ mien⁴", + "bopomofo" : "ㄊㄧˇ ㄇㄧㄢˋ", + "romatzyh" : "tii miann" }, + "meanings" : [ "dignity; prestige; face", + "honorable; creditable", + "(of sb's appearance) presentable; respectable" ], + "classifiers" : [] } ] }, + { "simplified" : "体能", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 12260, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體能", + "transcriptions" : { "pinyin" : "tǐ néng", + "numeric" : "ti3 neng2", + "wadegiles" : "t'i³ neng²", + "bopomofo" : "ㄊㄧˇ ㄋㄥˊ", + "romatzyh" : "tii neng" }, + "meanings" : [ "physical capability", "stamina" ], + "classifiers" : [] } ] }, + { "simplified" : "体贴", + "radical" : "亻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7789, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "體貼", + "transcriptions" : { "pinyin" : "tǐ tiē", + "numeric" : "ti3 tie1", + "wadegiles" : "t'i³ t'ieh¹", + "bopomofo" : "ㄊㄧˇ ㄊㄧㄝ", + "romatzyh" : "tii tie" }, + "meanings" : [ "considerate (of other people's needs)" ], + "classifiers" : [] } ] }, + { "simplified" : "体温", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7596, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體溫", + "transcriptions" : { "pinyin" : "tǐ wēn", + "numeric" : "ti3 wen1", + "wadegiles" : "t'i³ wen¹", + "bopomofo" : "ㄊㄧˇ ㄨㄣ", + "romatzyh" : "tii uen" }, + "meanings" : [ "(body) temperature" ], + "classifiers" : [] } ] }, + { "simplified" : "体系", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4476, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體系", + "transcriptions" : { "pinyin" : "tǐ xì", + "numeric" : "ti3 xi4", + "wadegiles" : "t'i³ hsi⁴", + "bopomofo" : "ㄊㄧˇ ㄒㄧˋ", + "romatzyh" : "tii shih" }, + "meanings" : [ "system", "setup" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "体现", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 4185, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "體現", + "transcriptions" : { "pinyin" : "tǐ xiàn", + "numeric" : "ti3 xian4", + "wadegiles" : "t'i³ hsien⁴", + "bopomofo" : "ㄊㄧˇ ㄒㄧㄢˋ", + "romatzyh" : "tii shiann" }, + "meanings" : [ "to embody", + "to reflect", + "to incarnate" ], + "classifiers" : [] } ] }, + { "simplified" : "体验", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 2553, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "體驗", + "transcriptions" : { "pinyin" : "tǐ yàn", + "numeric" : "ti3 yan4", + "wadegiles" : "t'i³ yan⁴", + "bopomofo" : "ㄊㄧˇ ㄧㄢˋ", + "romatzyh" : "tii yann" }, + "meanings" : [ "to experience for oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "体育", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 2354, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體育", + "transcriptions" : { "pinyin" : "tǐ yù", + "numeric" : "ti3 yu4", + "wadegiles" : "t'i³ yü⁴", + "bopomofo" : "ㄊㄧˇ ㄩˋ", + "romatzyh" : "tii yuh" }, + "meanings" : [ "sports", "physical education" ], + "classifiers" : [] } ] }, + { "simplified" : "体育场", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 10575, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體育場", + "transcriptions" : { "pinyin" : "tǐ yù chǎng", + "numeric" : "ti3 yu4 chang3", + "wadegiles" : "t'i³ yü⁴ ch'ang³", + "bopomofo" : "ㄊㄧˇ ㄩˋ ㄔㄤˇ", + "romatzyh" : "tii yuh chaang" }, + "meanings" : [ "stadium" ], + "classifiers" : [ "个", "座" ] } ] }, + { "simplified" : "体育馆", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 7477, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體育館", + "transcriptions" : { "pinyin" : "tǐ yù guǎn", + "numeric" : "ti3 yu4 guan3", + "wadegiles" : "t'i³ yü⁴ kuan³", + "bopomofo" : "ㄊㄧˇ ㄩˋ ㄍㄨㄢˇ", + "romatzyh" : "tii yuh goan" }, + "meanings" : [ "gym", "gymnasium", "stadium" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "体制", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7005, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體制", + "transcriptions" : { "pinyin" : "tǐ zhì", + "numeric" : "ti3 zhi4", + "wadegiles" : "t'i³ chih⁴", + "bopomofo" : "ㄊㄧˇ ㄓˋ", + "romatzyh" : "tii jyh" }, + "meanings" : [ "system", "organization" ], + "classifiers" : [] } ] }, + { "simplified" : "体质", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15276, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體質", + "transcriptions" : { "pinyin" : "tǐ zhì", + "numeric" : "ti3 zhi4", + "wadegiles" : "t'i³ chih⁴", + "bopomofo" : "ㄊㄧˇ ㄓˋ", + "romatzyh" : "tii jyh" }, + "meanings" : [ "constitution" ], + "classifiers" : [] } ] }, + { "simplified" : "体重", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 4003, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "體重", + "transcriptions" : { "pinyin" : "tǐ zhòng", + "numeric" : "ti3 zhong4", + "wadegiles" : "t'i³ chung⁴", + "bopomofo" : "ㄊㄧˇ ㄓㄨㄥˋ", + "romatzyh" : "tii jonq" }, + "meanings" : [ "body weight" ], + "classifiers" : [] } ] }, + { "simplified" : "剃", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 12514, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "剃", + "transcriptions" : { "pinyin" : "tì", + "numeric" : "ti4", + "wadegiles" : "t'i⁴", + "bopomofo" : "ㄊㄧˋ", + "romatzyh" : "tih" }, + "meanings" : [ "to shave" ], + "classifiers" : [] }, + { "traditional" : "薙", + "transcriptions" : { "pinyin" : "tì", + "numeric" : "ti4", + "wadegiles" : "t'i⁴", + "bopomofo" : "ㄊㄧˋ", + "romatzyh" : "tih" }, + "meanings" : [ "shave", "to weed" ], + "classifiers" : [] }, + { "traditional" : "鬀", + "transcriptions" : { "pinyin" : "tì", + "numeric" : "ti4", + "wadegiles" : "t'i⁴", + "bopomofo" : "ㄊㄧˋ", + "romatzyh" : "tih" }, + "meanings" : [ "variant of 剃" ], + "classifiers" : [] } ] }, + { "simplified" : "替", + "radical" : "曰", + "level" : [ "new-4" ], + "frequency" : 1826, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "替", + "transcriptions" : { "pinyin" : "tì", + "numeric" : "ti4", + "wadegiles" : "t'i⁴", + "bopomofo" : "ㄊㄧˋ", + "romatzyh" : "tih" }, + "meanings" : [ "to substitute for", + "to take the place of", + "to replace", + "for", + "on behalf of", + "to stand in for" ], + "classifiers" : [] } ] }, + { "simplified" : "替代", + "radical" : "曰", + "level" : [ "new-4" ], + "frequency" : 5840, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "替代", + "transcriptions" : { "pinyin" : "tì dài", + "numeric" : "ti4 dai4", + "wadegiles" : "t'i⁴ tai⁴", + "bopomofo" : "ㄊㄧˋ ㄉㄞˋ", + "romatzyh" : "tih day" }, + "meanings" : [ "to substitute for", + "to replace", + "to supersede" ], + "classifiers" : [] } ] }, + { "simplified" : "替换", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 10602, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "替換", + "transcriptions" : { "pinyin" : "tì huàn", + "numeric" : "ti4 huan4", + "wadegiles" : "t'i⁴ huan⁴", + "bopomofo" : "ㄊㄧˋ ㄏㄨㄢˋ", + "romatzyh" : "tih huann" }, + "meanings" : [ "to exchange", + "to replace", + "to substitute for", + "to switch" ], + "classifiers" : [] } ] }, + { "simplified" : "替身", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 16305, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "替身", + "transcriptions" : { "pinyin" : "tì shēn", + "numeric" : "ti4 shen1", + "wadegiles" : "t'i⁴ shen¹", + "bopomofo" : "ㄊㄧˋ ㄕㄣ", + "romatzyh" : "tih shen" }, + "meanings" : [ "stand-in", + "substitute", + "body double", + "stuntman", + "scapegoat", + "fall guy", + "to stand in for sb else" ], + "classifiers" : [] } ] }, + { "simplified" : "天", + "radical" : "大", + "level" : [ "new-1" ], + "frequency" : 83, + "pos" : [ "qt", "n" ], + "forms" : [ { "traditional" : "天", + "transcriptions" : { "pinyin" : "tiān", + "numeric" : "tian1", + "wadegiles" : "t'ien¹", + "bopomofo" : "ㄊㄧㄢ", + "romatzyh" : "tian" }, + "meanings" : [ "day", "sky", "heaven" ], + "classifiers" : [] } ] }, + { "simplified" : "天才", + "radical" : "大", + "level" : [ "new-5", "old-6" ], + "frequency" : 4429, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "天才", + "transcriptions" : { "pinyin" : "tiān cái", + "numeric" : "tian1 cai2", + "wadegiles" : "t'ien¹ ts'ai²", + "bopomofo" : "ㄊㄧㄢ ㄘㄞˊ", + "romatzyh" : "tian tsair" }, + "meanings" : [ "talent", + "gift", + "genius", + "talented", + "gifted" ], + "classifiers" : [] } ] }, + { "simplified" : "天地", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 7764, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天地", + "transcriptions" : { "pinyin" : "tiān dì", + "numeric" : "tian1 di4", + "wadegiles" : "t'ien¹ ti⁴", + "bopomofo" : "ㄊㄧㄢ ㄉㄧˋ", + "romatzyh" : "tian dih" }, + "meanings" : [ "heaven and earth", + "world", + "scope", + "field of activity" ], + "classifiers" : [] } ] }, + { "simplified" : "天鹅", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 10373, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天鵝", + "transcriptions" : { "pinyin" : "tiān é", + "numeric" : "tian1 e2", + "wadegiles" : "t'ien¹ e²", + "bopomofo" : "ㄊㄧㄢ ㄜˊ", + "romatzyh" : "tian er" }, + "meanings" : [ "swan" ], + "classifiers" : [] } ] }, + { "simplified" : "天分", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 16449, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天分", + "transcriptions" : { "pinyin" : "tiān fèn", + "numeric" : "tian1 fen4", + "wadegiles" : "t'ien¹ fen⁴", + "bopomofo" : "ㄊㄧㄢ ㄈㄣˋ", + "romatzyh" : "tian fenn" }, + "meanings" : [ "natural gift", "talent" ], + "classifiers" : [] } ] }, + { "simplified" : "天赋", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 6020, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "天賦", + "transcriptions" : { "pinyin" : "tiān fù", + "numeric" : "tian1 fu4", + "wadegiles" : "t'ien¹ fu⁴", + "bopomofo" : "ㄊㄧㄢ ㄈㄨˋ", + "romatzyh" : "tian fuh" }, + "meanings" : [ "gift", "innate skill" ], + "classifiers" : [] } ] }, + { "simplified" : "天经地义", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 30356, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "天經地義", + "transcriptions" : { "pinyin" : "tiān jīng dì yì", + "numeric" : "tian1 jing1 di4 yi4", + "wadegiles" : "t'ien¹ ching¹ ti⁴ i⁴", + "bopomofo" : "ㄊㄧㄢ ㄐㄧㄥ ㄉㄧˋ ㄧˋ", + "romatzyh" : "tian jing dih yih" }, + "meanings" : [ "lit. heaven's law and earth's principle (idiom); fig. right and proper", + "right and unalterable", + "a matter of course" ], + "classifiers" : [] } ] }, + { "simplified" : "天空", + "radical" : "大", + "level" : [ "new-3", "old-5" ], + "frequency" : 3292, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天空", + "transcriptions" : { "pinyin" : "tiān kōng", + "numeric" : "tian1 kong1", + "wadegiles" : "t'ien¹ k'ung¹", + "bopomofo" : "ㄊㄧㄢ ㄎㄨㄥ", + "romatzyh" : "tian kong" }, + "meanings" : [ "sky" ], + "classifiers" : [] } ] }, + { "simplified" : "天伦之乐", + "radical" : "大", + "level" : [ "old-6" ], + "frequency" : 36076, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "天倫之樂", + "transcriptions" : { "pinyin" : "tiān lún zhī lè", + "numeric" : "tian1 lun2 zhi1 le4", + "wadegiles" : "t'ien¹ lun² chih¹ le⁴", + "bopomofo" : "ㄊㄧㄢ ㄌㄨㄣˊ ㄓ ㄌㄜˋ", + "romatzyh" : "tian luen jy leh" }, + "meanings" : [ "family love and joy", + "domestic bliss" ], + "classifiers" : [] } ] }, + { "simplified" : "天平", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 16762, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天平", + "transcriptions" : { "pinyin" : "tiān píng", + "numeric" : "tian1 ping2", + "wadegiles" : "t'ien¹ p'ing²", + "bopomofo" : "ㄊㄧㄢ ㄆㄧㄥˊ", + "romatzyh" : "tian pyng" }, + "meanings" : [ "scales (to weigh things)" ], + "classifiers" : [] } ] }, + { "simplified" : "天气", + "radical" : "大", + "level" : [ "new-1", "old-1" ], + "frequency" : 1675, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天氣", + "transcriptions" : { "pinyin" : "tiān qì", + "numeric" : "tian1 qi4", + "wadegiles" : "t'ien¹ ch'i⁴", + "bopomofo" : "ㄊㄧㄢ ㄑㄧˋ", + "romatzyh" : "tian chih" }, + "meanings" : [ "weather" ], + "classifiers" : [] } ] }, + { "simplified" : "天桥", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 12172, + "pos" : [ "n", "ns" ], + "forms" : [ { "traditional" : "天橋", + "transcriptions" : { "pinyin" : "Tiān qiáo", + "numeric" : "Tian1 qiao2", + "wadegiles" : "t'ien¹ ch'iao²", + "bopomofo" : "ㄊㄧㄢ ㄑㄧㄠˊ", + "romatzyh" : "tian chyau" }, + "meanings" : [ "Tianqiao district of Jinan city 济南市, Shandong", + "Tianqiao district in Beijing, formerly a center of folk culture" ], + "classifiers" : [] }, + { "traditional" : "天橋", + "transcriptions" : { "pinyin" : "tiān qiáo", + "numeric" : "tian1 qiao2", + "wadegiles" : "t'ien¹ ch'iao²", + "bopomofo" : "ㄊㄧㄢ ㄑㄧㄠˊ", + "romatzyh" : "tian chyau" }, + "meanings" : [ "overhead walkway", + "pedestrian bridge" ], + "classifiers" : [] } ] }, + { "simplified" : "天然", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 6323, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "天然", + "transcriptions" : { "pinyin" : "tiān rán", + "numeric" : "tian1 ran2", + "wadegiles" : "t'ien¹ jan²", + "bopomofo" : "ㄊㄧㄢ ㄖㄢˊ", + "romatzyh" : "tian ran" }, + "meanings" : [ "natural" ], + "classifiers" : [] } ] }, + { "simplified" : "天然气", + "radical" : "大", + "level" : [ "new-5", "old-6" ], + "frequency" : 9485, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天然氣", + "transcriptions" : { "pinyin" : "tiān rán qì", + "numeric" : "tian1 ran2 qi4", + "wadegiles" : "t'ien¹ jan² ch'i⁴", + "bopomofo" : "ㄊㄧㄢ ㄖㄢˊ ㄑㄧˋ", + "romatzyh" : "tian ran chih" }, + "meanings" : [ "natural gas" ], + "classifiers" : [] } ] }, + { "simplified" : "天上", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 5808, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "天上", + "transcriptions" : { "pinyin" : "tiān shàng", + "numeric" : "tian1 shang4", + "wadegiles" : "t'ien¹ shang⁴", + "bopomofo" : "ㄊㄧㄢ ㄕㄤˋ", + "romatzyh" : "tian shanq" }, + "meanings" : [ "celestial", "heavenly" ], + "classifiers" : [] } ] }, + { "simplified" : "天生", + "radical" : "大", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4564, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "天生", + "transcriptions" : { "pinyin" : "tiān shēng", + "numeric" : "tian1 sheng1", + "wadegiles" : "t'ien¹ sheng¹", + "bopomofo" : "ㄊㄧㄢ ㄕㄥ", + "romatzyh" : "tian sheng" }, + "meanings" : [ "nature", + "disposition", + "innate", + "natural" ], + "classifiers" : [] } ] }, + { "simplified" : "天使", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 3295, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天使", + "transcriptions" : { "pinyin" : "tiān shǐ", + "numeric" : "tian1 shi3", + "wadegiles" : "t'ien¹ shih³", + "bopomofo" : "ㄊㄧㄢ ㄕˇ", + "romatzyh" : "tian shyy" }, + "meanings" : [ "angel" ], + "classifiers" : [] } ] }, + { "simplified" : "天堂", + "radical" : "大", + "level" : [ "new-6", "old-6" ], + "frequency" : 3183, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天堂", + "transcriptions" : { "pinyin" : "tiān táng", + "numeric" : "tian1 tang2", + "wadegiles" : "t'ien¹ t'ang²", + "bopomofo" : "ㄊㄧㄢ ㄊㄤˊ", + "romatzyh" : "tian tarng" }, + "meanings" : [ "paradise", "heaven" ], + "classifiers" : [] } ] }, + { "simplified" : "天文", + "radical" : "大", + "level" : [ "new-5", "old-6" ], + "frequency" : 18488, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天文", + "transcriptions" : { "pinyin" : "tiān wén", + "numeric" : "tian1 wen2", + "wadegiles" : "t'ien¹ wen²", + "bopomofo" : "ㄊㄧㄢ ㄨㄣˊ", + "romatzyh" : "tian wen" }, + "meanings" : [ "astronomy" ], + "classifiers" : [] } ] }, + { "simplified" : "天下", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 3855, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天下", + "transcriptions" : { "pinyin" : "tiān xià", + "numeric" : "tian1 xia4", + "wadegiles" : "t'ien¹ hsia⁴", + "bopomofo" : "ㄊㄧㄢ ㄒㄧㄚˋ", + "romatzyh" : "tian shiah" }, + "meanings" : [ "land under heaven", + "the whole world", + "the whole of China", + "realm", + "rule" ], + "classifiers" : [] } ] }, + { "simplified" : "天线", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 11888, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天線", + "transcriptions" : { "pinyin" : "tiān xiàn", + "numeric" : "tian1 xian4", + "wadegiles" : "t'ien¹ hsien⁴", + "bopomofo" : "ㄊㄧㄢ ㄒㄧㄢˋ", + "romatzyh" : "tian shiann" }, + "meanings" : [ "antenna", + "mast", + "connection with high-ranking officials" ], + "classifiers" : [] } ] }, + { "simplified" : "天性", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 10935, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "天性", + "transcriptions" : { "pinyin" : "tiān xìng", + "numeric" : "tian1 xing4", + "wadegiles" : "t'ien¹ hsing⁴", + "bopomofo" : "ㄊㄧㄢ ㄒㄧㄥˋ", + "romatzyh" : "tian shinq" }, + "meanings" : [ "nature", "innate tendency" ], + "classifiers" : [] } ] }, + { "simplified" : "天长地久", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 20808, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "天長地久", + "transcriptions" : { "pinyin" : "tiān cháng dì jiǔ", + "numeric" : "tian1 chang2 di4 jiu3", + "wadegiles" : "t'ien¹ ch'ang² ti⁴ chiu³", + "bopomofo" : "ㄊㄧㄢ ㄔㄤˊ ㄉㄧˋ ㄐㄧㄡˇ", + "romatzyh" : "tian charng dih jeou" }, + "meanings" : [ "enduring while the world lasts (idiom)", + "eternal" ], + "classifiers" : [] } ] }, + { "simplified" : "天真", + "radical" : "大", + "level" : [ "new-4", "old-5" ], + "frequency" : 5823, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "天真", + "transcriptions" : { "pinyin" : "tiān zhēn", + "numeric" : "tian1 zhen1", + "wadegiles" : "t'ien¹ chen¹", + "bopomofo" : "ㄊㄧㄢ ㄓㄣ", + "romatzyh" : "tian jen" }, + "meanings" : [ "naive", "innocent", "artless" ], + "classifiers" : [] } ] }, + { "simplified" : "天主教", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 15354, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "天主教", + "transcriptions" : { "pinyin" : "Tiān zhǔ jiào", + "numeric" : "Tian1 zhu3 jiao4", + "wadegiles" : "t'ien¹ chu³ chiao⁴", + "bopomofo" : "ㄊㄧㄢ ㄓㄨˇ ㄐㄧㄠˋ", + "romatzyh" : "tian juu jiaw" }, + "meanings" : [ "Catholicism" ], + "classifiers" : [] } ] }, + { "simplified" : "添", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 4852, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "添", + "transcriptions" : { "pinyin" : "tiān", + "numeric" : "tian1", + "wadegiles" : "t'ien¹", + "bopomofo" : "ㄊㄧㄢ", + "romatzyh" : "tian" }, + "meanings" : [ "to add", + "to increase", + "to replenish" ], + "classifiers" : [] } ] }, + { "simplified" : "添加", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 9253, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "添加", + "transcriptions" : { "pinyin" : "tiān jiā", + "numeric" : "tian1 jia1", + "wadegiles" : "t'ien¹ chia¹", + "bopomofo" : "ㄊㄧㄢ ㄐㄧㄚ", + "romatzyh" : "tian jia" }, + "meanings" : [ "to add", "to increase" ], + "classifiers" : [] } ] }, + { "simplified" : "田", + "radical" : "田", + "level" : [ "new-6" ], + "frequency" : 3192, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "田", + "transcriptions" : { "pinyin" : "Tián", + "numeric" : "Tian2", + "wadegiles" : "t'ien²", + "bopomofo" : "ㄊㄧㄢˊ", + "romatzyh" : "tyan" }, + "meanings" : [ "surname Tian" ], + "classifiers" : [] }, + { "traditional" : "田", + "transcriptions" : { "pinyin" : "tián", + "numeric" : "tian2", + "wadegiles" : "t'ien²", + "bopomofo" : "ㄊㄧㄢˊ", + "romatzyh" : "tyan" }, + "meanings" : [ "field", "farm" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "田径", + "radical" : "田", + "level" : [ "new-6", "old-6" ], + "frequency" : 12862, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "田徑", + "transcriptions" : { "pinyin" : "tián jìng", + "numeric" : "tian2 jing4", + "wadegiles" : "t'ien² ching⁴", + "bopomofo" : "ㄊㄧㄢˊ ㄐㄧㄥˋ", + "romatzyh" : "tyan jinq" }, + "meanings" : [ "track and field (athletics)" ], + "classifiers" : [] } ] }, + { "simplified" : "田野", + "radical" : "田", + "level" : [ "old-5" ], + "frequency" : 16069, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "田野", + "transcriptions" : { "pinyin" : "tián yě", + "numeric" : "tian2 ye3", + "wadegiles" : "t'ien² yeh³", + "bopomofo" : "ㄊㄧㄢˊ ㄧㄝˇ", + "romatzyh" : "tyan yee" }, + "meanings" : [ "field", "open land" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "甜", + "radical" : "甘", + "level" : [ "new-3", "old-3" ], + "frequency" : 2472, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "甜", + "transcriptions" : { "pinyin" : "tián", + "numeric" : "tian2", + "wadegiles" : "t'ien²", + "bopomofo" : "ㄊㄧㄢˊ", + "romatzyh" : "tyan" }, + "meanings" : [ "sweet" ], + "classifiers" : [] } ] }, + { "simplified" : "甜美", + "radical" : "甘", + "level" : [ "new-7+" ], + "frequency" : 6581, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "甜美", + "transcriptions" : { "pinyin" : "tián měi", + "numeric" : "tian2 mei3", + "wadegiles" : "t'ien² mei³", + "bopomofo" : "ㄊㄧㄢˊ ㄇㄟˇ", + "romatzyh" : "tyan meei" }, + "meanings" : [ "sweet", "pleasant", "happy" ], + "classifiers" : [] } ] }, + { "simplified" : "甜蜜", + "radical" : "甘", + "level" : [ "new-7+" ], + "frequency" : 4680, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "甜蜜", + "transcriptions" : { "pinyin" : "tián mì", + "numeric" : "tian2 mi4", + "wadegiles" : "t'ien² mi⁴", + "bopomofo" : "ㄊㄧㄢˊ ㄇㄧˋ", + "romatzyh" : "tyan mih" }, + "meanings" : [ "sweet", "happy" ], + "classifiers" : [] } ] }, + { "simplified" : "甜头", + "radical" : "甘", + "level" : [ "new-7+" ], + "frequency" : 16846, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "甜頭", + "transcriptions" : { "pinyin" : "tián tou", + "numeric" : "tian2 tou5", + "wadegiles" : "t'ien² tou", + "bopomofo" : "ㄊㄧㄢˊ tou", + "romatzyh" : "tyan tou" }, + "meanings" : [ "sweet taste (of power, success etc)", + "benefit" ], + "classifiers" : [] } ] }, + { "simplified" : "填", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 4140, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "填", + "transcriptions" : { "pinyin" : "tián", + "numeric" : "tian2", + "wadegiles" : "t'ien²", + "bopomofo" : "ㄊㄧㄢˊ", + "romatzyh" : "tyan" }, + "meanings" : [ "to fill or stuff", + "(of a form etc) to fill in" ], + "classifiers" : [] } ] }, + { "simplified" : "填补", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 9801, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "填補", + "transcriptions" : { "pinyin" : "tián bǔ", + "numeric" : "tian2 bu3", + "wadegiles" : "t'ien² pu³", + "bopomofo" : "ㄊㄧㄢˊ ㄅㄨˇ", + "romatzyh" : "tyan buu" }, + "meanings" : [ "to fill a gap", + "to fill in a blank (on a form)", + "to overcome a deficiency" ], + "classifiers" : [] } ] }, + { "simplified" : "填充", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 16183, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "填充", + "transcriptions" : { "pinyin" : "tián chōng", + "numeric" : "tian2 chong1", + "wadegiles" : "t'ien² ch'ung¹", + "bopomofo" : "ㄊㄧㄢˊ ㄔㄨㄥ", + "romatzyh" : "tyan chong" }, + "meanings" : [ "to fill up; to stuff", + "to fill in a blank space" ], + "classifiers" : [] } ] }, + { "simplified" : "填空", + "radical" : "土", + "level" : [ "new-4", "old-4" ], + "frequency" : 42424, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "填空", + "transcriptions" : { "pinyin" : "tián kòng", + "numeric" : "tian2 kong4", + "wadegiles" : "t'ien² k'ung⁴", + "bopomofo" : "ㄊㄧㄢˊ ㄎㄨㄥˋ", + "romatzyh" : "tyan konq" }, + "meanings" : [ "to fill a job vacancy", + "to fill in a blank (e.g. on questionnaire or exam paper)" ], + "classifiers" : [] } ] }, + { "simplified" : "填写", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 10133, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "填寫", + "transcriptions" : { "pinyin" : "tián xiě", + "numeric" : "tian2 xie3", + "wadegiles" : "t'ien² hsieh³", + "bopomofo" : "ㄊㄧㄢˊ ㄒㄧㄝˇ", + "romatzyh" : "tyan shiee" }, + "meanings" : [ "to fill in a form", + "to write data in a box (on a questionnaire or web form)" ], + "classifiers" : [] } ] }, + { "simplified" : "舔", + "radical" : "舌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7383, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "舔", + "transcriptions" : { "pinyin" : "tiǎn", + "numeric" : "tian3", + "wadegiles" : "t'ien³", + "bopomofo" : "ㄊㄧㄢˇ", + "romatzyh" : "tean" }, + "meanings" : [ "to lick", "to lap" ], + "classifiers" : [] } ] }, + { "simplified" : "挑", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 2310, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挑", + "transcriptions" : { "pinyin" : "tiāo", + "numeric" : "tiao1", + "wadegiles" : "t'iao¹", + "bopomofo" : "ㄊㄧㄠ", + "romatzyh" : "tiau" }, + "meanings" : [ "to carry on a shoulder pole", + "to choose", + "to pick", + "to nitpick" ], + "classifiers" : [] }, + { "traditional" : "挑", + "transcriptions" : { "pinyin" : "tiǎo", + "numeric" : "tiao3", + "wadegiles" : "t'iao³", + "bopomofo" : "ㄊㄧㄠˇ", + "romatzyh" : "teau" }, + "meanings" : [ "to raise", + "to dig up", + "to poke", + "to prick", + "to incite", + "to stir up" ], + "classifiers" : [] } ] }, + { "simplified" : "挑拨", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 27120, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挑撥", + "transcriptions" : { "pinyin" : "tiǎo bō", + "numeric" : "tiao3 bo1", + "wadegiles" : "t'iao³ po¹", + "bopomofo" : "ㄊㄧㄠˇ ㄅㄛ", + "romatzyh" : "teau bo" }, + "meanings" : [ "to incite disharmony", + "to instigate" ], + "classifiers" : [] } ] }, + { "simplified" : "挑起", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9853, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挑起", + "transcriptions" : { "pinyin" : "tiǎo qǐ", + "numeric" : "tiao3 qi3", + "wadegiles" : "t'iao³ ch'i³", + "bopomofo" : "ㄊㄧㄠˇ ㄑㄧˇ", + "romatzyh" : "teau chii" }, + "meanings" : [ "to provoke", + "to stir up", + "to incite" ], + "classifiers" : [] } ] }, + { "simplified" : "挑剔", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10153, + "pos" : [ "v", "a", "vn" ], + "forms" : [ { "traditional" : "挑剔", + "transcriptions" : { "pinyin" : "tiāo ti", + "numeric" : "tiao1 ti5", + "wadegiles" : "t'iao¹ ti", + "bopomofo" : "ㄊㄧㄠ ti", + "romatzyh" : "tiau ti" }, + "meanings" : [ "picky", "fussy" ], + "classifiers" : [] } ] }, + { "simplified" : "挑衅", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9812, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "挑釁", + "transcriptions" : { "pinyin" : "tiǎo xìn", + "numeric" : "tiao3 xin4", + "wadegiles" : "t'iao³ hsin⁴", + "bopomofo" : "ㄊㄧㄠˇ ㄒㄧㄣˋ", + "romatzyh" : "teau shinn" }, + "meanings" : [ "to provoke", "provocation" ], + "classifiers" : [] } ] }, + { "simplified" : "挑选", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 4696, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "挑選", + "transcriptions" : { "pinyin" : "tiāo xuǎn", + "numeric" : "tiao1 xuan3", + "wadegiles" : "t'iao¹ hsüan³", + "bopomofo" : "ㄊㄧㄠ ㄒㄩㄢˇ", + "romatzyh" : "tiau sheuan" }, + "meanings" : [ "to choose", "to select" ], + "classifiers" : [] } ] }, + { "simplified" : "挑战", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 1571, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "挑戰", + "transcriptions" : { "pinyin" : "tiǎo zhàn", + "numeric" : "tiao3 zhan4", + "wadegiles" : "t'iao³ chan⁴", + "bopomofo" : "ㄊㄧㄠˇ ㄓㄢˋ", + "romatzyh" : "teau jann" }, + "meanings" : [ "to challenge", "challenge" ], + "classifiers" : [] } ] }, + { "simplified" : "条", + "radical" : "木", + "level" : [ "new-2", "old-3" ], + "frequency" : 277, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "條", + "transcriptions" : { "pinyin" : "tiáo", + "numeric" : "tiao2", + "wadegiles" : "t'iao²", + "bopomofo" : "ㄊㄧㄠˊ", + "romatzyh" : "tyau" }, + "meanings" : [ "strip", + "item", + "article", + "clause (of law or treaty)", + "classifier for long thin things (ribbon, river, road, trousers etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "条件", + "radical" : "木", + "level" : [ "new-2", "old-4" ], + "frequency" : 1104, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "條件", + "transcriptions" : { "pinyin" : "tiáo jiàn", + "numeric" : "tiao2 jian4", + "wadegiles" : "t'iao² chien⁴", + "bopomofo" : "ㄊㄧㄠˊ ㄐㄧㄢˋ", + "romatzyh" : "tyau jiann" }, + "meanings" : [ "condition; circumstance; term; factor", + "requirement; prerequisite; qualification", + "situation; state; condition" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "条款", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5580, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "條款", + "transcriptions" : { "pinyin" : "tiáo kuǎn", + "numeric" : "tiao2 kuan3", + "wadegiles" : "t'iao² k'uan³", + "bopomofo" : "ㄊㄧㄠˊ ㄎㄨㄢˇ", + "romatzyh" : "tyau koan" }, + "meanings" : [ "clause (of contract or law)" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "条理", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 22242, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "條理", + "transcriptions" : { "pinyin" : "tiáo lǐ", + "numeric" : "tiao2 li3", + "wadegiles" : "t'iao² li³", + "bopomofo" : "ㄊㄧㄠˊ ㄌㄧˇ", + "romatzyh" : "tyau lii" }, + "meanings" : [ "arrangement", "order", "tidiness" ], + "classifiers" : [] } ] }, + { "simplified" : "条例", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 4946, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "條例", + "transcriptions" : { "pinyin" : "tiáo lì", + "numeric" : "tiao2 li4", + "wadegiles" : "t'iao² li⁴", + "bopomofo" : "ㄊㄧㄠˊ ㄌㄧˋ", + "romatzyh" : "tyau lih" }, + "meanings" : [ "regulations; rules; code of conduct; ordinances; statutes" ], + "classifiers" : [] } ] }, + { "simplified" : "条约", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7534, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "條約", + "transcriptions" : { "pinyin" : "tiáo yuē", + "numeric" : "tiao2 yue1", + "wadegiles" : "t'iao² yüeh¹", + "bopomofo" : "ㄊㄧㄠˊ ㄩㄝ", + "romatzyh" : "tyau iue" }, + "meanings" : [ "treaty", "pact" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "跳", + "radical" : "足", + "level" : [ "new-3" ], + "frequency" : 1099, + "pos" : [ "v", "vn", "q" ], + "forms" : [ { "traditional" : "跳", + "transcriptions" : { "pinyin" : "tiào", + "numeric" : "tiao4", + "wadegiles" : "t'iao⁴", + "bopomofo" : "ㄊㄧㄠˋ", + "romatzyh" : "tiaw" }, + "meanings" : [ "to jump", + "to hop", + "to skip over", + "to bounce", + "to palpitate" ], + "classifiers" : [] } ] }, + { "simplified" : "跳槽", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 19676, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跳槽", + "transcriptions" : { "pinyin" : "tiào cáo", + "numeric" : "tiao4 cao2", + "wadegiles" : "t'iao⁴ ts'ao²", + "bopomofo" : "ㄊㄧㄠˋ ㄘㄠˊ", + "romatzyh" : "tiaw tsaur" }, + "meanings" : [ "to change jobs", "job-hopping" ], + "classifiers" : [] } ] }, + { "simplified" : "跳动", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 11061, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "跳動", + "transcriptions" : { "pinyin" : "tiào dòng", + "numeric" : "tiao4 dong4", + "wadegiles" : "t'iao⁴ tung⁴", + "bopomofo" : "ㄊㄧㄠˋ ㄉㄨㄥˋ", + "romatzyh" : "tiaw donq" }, + "meanings" : [ "to throb", + "to pulse", + "to bounce", + "to jiggle", + "to jump about" ], + "classifiers" : [] } ] }, + { "simplified" : "跳高", + "radical" : "足", + "level" : [ "new-3" ], + "frequency" : 29918, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "跳高", + "transcriptions" : { "pinyin" : "tiào gāo", + "numeric" : "tiao4 gao1", + "wadegiles" : "t'iao⁴ kao¹", + "bopomofo" : "ㄊㄧㄠˋ ㄍㄠ", + "romatzyh" : "tiaw gau" }, + "meanings" : [ "high jump (athletics)" ], + "classifiers" : [] } ] }, + { "simplified" : "跳伞", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 17522, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "跳傘", + "transcriptions" : { "pinyin" : "tiào sǎn", + "numeric" : "tiao4 san3", + "wadegiles" : "t'iao⁴ san³", + "bopomofo" : "ㄊㄧㄠˋ ㄙㄢˇ", + "romatzyh" : "tiaw saan" }, + "meanings" : [ "to parachute", + "to bail out", + "parachute jumping" ], + "classifiers" : [] } ] }, + { "simplified" : "跳水", + "radical" : "足", + "level" : [ "new-6" ], + "frequency" : 12755, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "跳水", + "transcriptions" : { "pinyin" : "tiào shuǐ", + "numeric" : "tiao4 shui3", + "wadegiles" : "t'iao⁴ shui³", + "bopomofo" : "ㄊㄧㄠˋ ㄕㄨㄟˇ", + "romatzyh" : "tiaw shoei" }, + "meanings" : [ "to dive (into water)", + "(sports) diving", + "to commit suicide by jumping into water", + "(fig.) (of stock prices etc) to fall dramatically" ], + "classifiers" : [] } ] }, + { "simplified" : "跳舞", + "radical" : "足", + "level" : [ "new-3", "old-2" ], + "frequency" : 3920, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "跳舞", + "transcriptions" : { "pinyin" : "tiào wǔ", + "numeric" : "tiao4 wu3", + "wadegiles" : "t'iao⁴ wu³", + "bopomofo" : "ㄊㄧㄠˋ ㄨˇ", + "romatzyh" : "tiaw wuu" }, + "meanings" : [ "to dance" ], + "classifiers" : [] } ] }, + { "simplified" : "跳远", + "radical" : "足", + "level" : [ "new-3" ], + "frequency" : 40040, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "跳遠", + "transcriptions" : { "pinyin" : "tiào yuǎn", + "numeric" : "tiao4 yuan3", + "wadegiles" : "t'iao⁴ yüan³", + "bopomofo" : "ㄊㄧㄠˋ ㄩㄢˇ", + "romatzyh" : "tiaw yeuan" }, + "meanings" : [ "long jump (athletics)" ], + "classifiers" : [] } ] }, + { "simplified" : "跳跃", + "radical" : "足", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8646, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "跳躍", + "transcriptions" : { "pinyin" : "tiào yuè", + "numeric" : "tiao4 yue4", + "wadegiles" : "t'iao⁴ yüeh⁴", + "bopomofo" : "ㄊㄧㄠˋ ㄩㄝˋ", + "romatzyh" : "tiaw yueh" }, + "meanings" : [ "to jump", + "to leap", + "to bound", + "to skip" ], + "classifiers" : [] } ] }, + { "simplified" : "帖子", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 8341, + "pos" : [], + "forms" : [ { "traditional" : "帖子", + "transcriptions" : { "pinyin" : "tiě zi", + "numeric" : "tie3 zi5", + "wadegiles" : "t'ieh³ zi", + "bopomofo" : "ㄊㄧㄝˇ zi", + "romatzyh" : "tiee zi" }, + "meanings" : [ "card", + "invitation", + "message", + "(forum) post" ], + "classifiers" : [] } ] }, + { "simplified" : "贴", + "radical" : "贝", + "level" : [ "new-4" ], + "frequency" : 1971, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "貼", + "transcriptions" : { "pinyin" : "tiē", + "numeric" : "tie1", + "wadegiles" : "t'ieh¹", + "bopomofo" : "ㄊㄧㄝ", + "romatzyh" : "tie" }, + "meanings" : [ "to stick", + "to paste", + "to post (e.g. on a blog)", + "to keep close to", + "to fit snugly", + "to subsidize", + "allowance (e.g. money for food or housing)", + "sticker", + "classifier for sticking plaster: strip" ], + "classifiers" : [] } ] }, + { "simplified" : "贴近", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 14562, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "貼近", + "transcriptions" : { "pinyin" : "tiē jìn", + "numeric" : "tie1 jin4", + "wadegiles" : "t'ieh¹ chin⁴", + "bopomofo" : "ㄊㄧㄝ ㄐㄧㄣˋ", + "romatzyh" : "tie jinn" }, + "meanings" : [ "to press close to", + "to snuggle close", + "intimate" ], + "classifiers" : [] } ] }, + { "simplified" : "贴切", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 19402, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "貼切", + "transcriptions" : { "pinyin" : "tiē qiè", + "numeric" : "tie1 qie4", + "wadegiles" : "t'ieh¹ ch'ieh⁴", + "bopomofo" : "ㄊㄧㄝ ㄑㄧㄝˋ", + "romatzyh" : "tie chieh" }, + "meanings" : [ "close-fitting", + "closest (translation)" ], + "classifiers" : [] } ] }, + { "simplified" : "铁", + "radical" : "钅", + "level" : [ "new-3" ], + "frequency" : 2193, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "鐵", + "transcriptions" : { "pinyin" : "Tiě", + "numeric" : "Tie3", + "wadegiles" : "t'ieh³", + "bopomofo" : "ㄊㄧㄝˇ", + "romatzyh" : "tiee" }, + "meanings" : [ "surname Tie" ], + "classifiers" : [] }, + { "traditional" : "鐵", + "transcriptions" : { "pinyin" : "tiě", + "numeric" : "tie3", + "wadegiles" : "t'ieh³", + "bopomofo" : "ㄊㄧㄝˇ", + "romatzyh" : "tiee" }, + "meanings" : [ "iron (metal)", + "arms", + "weapons", + "hard", + "strong", + "violent", + "unshakeable", + "determined", + "close", + "tight (slang)" ], + "classifiers" : [] } ] }, + { "simplified" : "铁路", + "radical" : "钅", + "level" : [ "new-3" ], + "frequency" : 4310, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鐵路", + "transcriptions" : { "pinyin" : "tiě lù", + "numeric" : "tie3 lu4", + "wadegiles" : "t'ieh³ lu⁴", + "bopomofo" : "ㄊㄧㄝˇ ㄌㄨˋ", + "romatzyh" : "tiee luh" }, + "meanings" : [ "railroad", "railway" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "厅", + "radical" : "厂", + "level" : [ "new-5" ], + "frequency" : 3102, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "廳", + "transcriptions" : { "pinyin" : "tīng", + "numeric" : "ting1", + "wadegiles" : "t'ing¹", + "bopomofo" : "ㄊㄧㄥ", + "romatzyh" : "ting" }, + "meanings" : [ "(reception) hall", + "living room", + "office", + "provincial government department" ], + "classifiers" : [] } ] }, + { "simplified" : "听", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 190, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "听", + "transcriptions" : { "pinyin" : "yǐn", + "numeric" : "yin3", + "wadegiles" : "yin³", + "bopomofo" : "ㄧㄣˇ", + "romatzyh" : "yiin" }, + "meanings" : [ "smile (archaic)" ], + "classifiers" : [] }, + { "traditional" : "聽", + "transcriptions" : { "pinyin" : "tīng", + "numeric" : "ting1", + "wadegiles" : "t'ing¹", + "bopomofo" : "ㄊㄧㄥ", + "romatzyh" : "ting" }, + "meanings" : [ "to listen to; to hear", + "to heed; to obey", + "a can (loanword from English \"tin\")", + "classifier for canned beverages", + "to let be; to allow (Taiwan pr. [tìng])", + "(literary) to administer; to deal with (Taiwan pr. [tìng])" ], + "classifiers" : [] } ] }, + { "simplified" : "听从", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 10740, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聽從", + "transcriptions" : { "pinyin" : "tīng cóng", + "numeric" : "ting1 cong2", + "wadegiles" : "t'ing¹ ts'ung²", + "bopomofo" : "ㄊㄧㄥ ㄘㄨㄥˊ", + "romatzyh" : "ting tsorng" }, + "meanings" : [ "to listen and obey", + "to comply with", + "to heed", + "to hearken" ], + "classifiers" : [] } ] }, + { "simplified" : "听到", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 877, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聽到", + "transcriptions" : { "pinyin" : "tīng dào", + "numeric" : "ting1 dao4", + "wadegiles" : "t'ing¹ tao⁴", + "bopomofo" : "ㄊㄧㄥ ㄉㄠˋ", + "romatzyh" : "ting daw" }, + "meanings" : [ "to hear" ], + "classifiers" : [] } ] }, + { "simplified" : "听话", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6757, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "聽話", + "transcriptions" : { "pinyin" : "tīng huà", + "numeric" : "ting1 hua4", + "wadegiles" : "t'ing¹ hua⁴", + "bopomofo" : "ㄊㄧㄥ ㄏㄨㄚˋ", + "romatzyh" : "ting huah" }, + "meanings" : [ "to do what one is told", + "obedient" ], + "classifiers" : [] } ] }, + { "simplified" : "听见", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 3114, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聽見", + "transcriptions" : { "pinyin" : "tīng jiàn", + "numeric" : "ting1 jian4", + "wadegiles" : "t'ing¹ chien⁴", + "bopomofo" : "ㄊㄧㄥ ㄐㄧㄢˋ", + "romatzyh" : "ting jiann" }, + "meanings" : [ "to hear" ], + "classifiers" : [] } ] }, + { "simplified" : "听讲", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 26538, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聽講", + "transcriptions" : { "pinyin" : "tīng jiǎng", + "numeric" : "ting1 jiang3", + "wadegiles" : "t'ing¹ chiang³", + "bopomofo" : "ㄊㄧㄥ ㄐㄧㄤˇ", + "romatzyh" : "ting jeang" }, + "meanings" : [ "to attend a lecture", + "to listen to a talk" ], + "classifiers" : [] } ] }, + { "simplified" : "听力", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 10212, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聽力", + "transcriptions" : { "pinyin" : "tīng lì", + "numeric" : "ting1 li4", + "wadegiles" : "t'ing¹ li⁴", + "bopomofo" : "ㄊㄧㄥ ㄌㄧˋ", + "romatzyh" : "ting lih" }, + "meanings" : [ "hearing", "listening ability" ], + "classifiers" : [] } ] }, + { "simplified" : "听取", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 6676, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聽取", + "transcriptions" : { "pinyin" : "tīng qǔ", + "numeric" : "ting1 qu3", + "wadegiles" : "t'ing¹ ch'ü³", + "bopomofo" : "ㄊㄧㄥ ㄑㄩˇ", + "romatzyh" : "ting cheu" }, + "meanings" : [ "to hear (news); to listen to" ], + "classifiers" : [] } ] }, + { "simplified" : "听说", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 1283, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聽說", + "transcriptions" : { "pinyin" : "tīng shuō", + "numeric" : "ting1 shuo1", + "wadegiles" : "t'ing¹ shuo¹", + "bopomofo" : "ㄊㄧㄥ ㄕㄨㄛ", + "romatzyh" : "ting shuo" }, + "meanings" : [ "to hear (sth said)", + "one hears (that)", + "hearsay", + "listening and speaking" ], + "classifiers" : [] } ] }, + { "simplified" : "听写", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 44026, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "聽寫", + "transcriptions" : { "pinyin" : "tīng xiě", + "numeric" : "ting1 xie3", + "wadegiles" : "t'ing¹ hsieh³", + "bopomofo" : "ㄊㄧㄥ ㄒㄧㄝˇ", + "romatzyh" : "ting shiee" }, + "meanings" : [ "(of a pupil) to write down (in a dictation exercise)", + "dictation", + "(music) to transcribe by ear" ], + "classifiers" : [] } ] }, + { "simplified" : "听众", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 8461, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "聽眾", + "transcriptions" : { "pinyin" : "tīng zhòng", + "numeric" : "ting1 zhong4", + "wadegiles" : "t'ing¹ chung⁴", + "bopomofo" : "ㄊㄧㄥ ㄓㄨㄥˋ", + "romatzyh" : "ting jonq" }, + "meanings" : [ "audience", "listeners" ], + "classifiers" : [] } ] }, + { "simplified" : "亭子", + "radical" : "亠", + "level" : [ "old-6" ], + "frequency" : 32764, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "亭子", + "transcriptions" : { "pinyin" : "tíng zi", + "numeric" : "ting2 zi5", + "wadegiles" : "t'ing² zi", + "bopomofo" : "ㄊㄧㄥˊ zi", + "romatzyh" : "tyng zi" }, + "meanings" : [ "pavilion" ], + "classifiers" : [] } ] }, + { "simplified" : "停", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 768, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "停", + "transcriptions" : { "pinyin" : "tíng", + "numeric" : "ting2", + "wadegiles" : "t'ing²", + "bopomofo" : "ㄊㄧㄥˊ", + "romatzyh" : "tyng" }, + "meanings" : [ "to stop", + "to halt", + "to park (a car)" ], + "classifiers" : [] } ] }, + { "simplified" : "停车", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 3222, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "停車", + "transcriptions" : { "pinyin" : "tíng chē", + "numeric" : "ting2 che1", + "wadegiles" : "t'ing² ch'e¹", + "bopomofo" : "ㄊㄧㄥˊ ㄔㄜ", + "romatzyh" : "tyng che" }, + "meanings" : [ "to pull up (stop one's vehicle)", + "to park", + "(of a machine) to stop working", + "to stall" ], + "classifiers" : [] } ] }, + { "simplified" : "停车场", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 5453, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "停車場", + "transcriptions" : { "pinyin" : "tíng chē chǎng", + "numeric" : "ting2 che1 chang3", + "wadegiles" : "t'ing² ch'e¹ ch'ang³", + "bopomofo" : "ㄊㄧㄥˊ ㄔㄜ ㄔㄤˇ", + "romatzyh" : "tyng che chaang" }, + "meanings" : [ "parking lot", "car park" ], + "classifiers" : [] } ] }, + { "simplified" : "停车位", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 13096, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "停車位", + "transcriptions" : { "pinyin" : "tíng chē wèi", + "numeric" : "ting2 che1 wei4", + "wadegiles" : "t'ing² ch'e¹ wei⁴", + "bopomofo" : "ㄊㄧㄥˊ ㄔㄜ ㄨㄟˋ", + "romatzyh" : "tyng che wey" }, + "meanings" : [ "parking space", "parking spot" ], + "classifiers" : [] } ] }, + { "simplified" : "停电", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 7921, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "停電", + "transcriptions" : { "pinyin" : "tíng diàn", + "numeric" : "ting2 dian4", + "wadegiles" : "t'ing² tien⁴", + "bopomofo" : "ㄊㄧㄥˊ ㄉㄧㄢˋ", + "romatzyh" : "tyng diann" }, + "meanings" : [ "to have a power failure", + "power cut" ], + "classifiers" : [] } ] }, + { "simplified" : "停顿", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13836, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "停頓", + "transcriptions" : { "pinyin" : "tíng dùn", + "numeric" : "ting2 dun4", + "wadegiles" : "t'ing² tun⁴", + "bopomofo" : "ㄊㄧㄥˊ ㄉㄨㄣˋ", + "romatzyh" : "tyng duenn" }, + "meanings" : [ "to halt", + "to break off", + "pause (in speech)" ], + "classifiers" : [] } ] }, + { "simplified" : "停放", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 20324, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "停放", + "transcriptions" : { "pinyin" : "tíng fàng", + "numeric" : "ting2 fang4", + "wadegiles" : "t'ing² fang⁴", + "bopomofo" : "ㄊㄧㄥˊ ㄈㄤˋ", + "romatzyh" : "tyng fanq" }, + "meanings" : [ "to park (a car etc)", + "to moor (a boat etc)", + "to leave sth (in a place)" ], + "classifiers" : [] } ] }, + { "simplified" : "停留", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 5875, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "停留", + "transcriptions" : { "pinyin" : "tíng liú", + "numeric" : "ting2 liu2", + "wadegiles" : "t'ing² liu²", + "bopomofo" : "ㄊㄧㄥˊ ㄌㄧㄡˊ", + "romatzyh" : "tyng liou" }, + "meanings" : [ "to stay somewhere temporarily", + "to stop over" ], + "classifiers" : [] } ] }, + { "simplified" : "停泊", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21647, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "停泊", + "transcriptions" : { "pinyin" : "tíng bó", + "numeric" : "ting2 bo2", + "wadegiles" : "t'ing² po²", + "bopomofo" : "ㄊㄧㄥˊ ㄅㄛˊ", + "romatzyh" : "tyng bor" }, + "meanings" : [ "to anchor", + "anchorage", + "mooring (of a ship)" ], + "classifiers" : [] } ] }, + { "simplified" : "停下", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 1183, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "停下", + "transcriptions" : { "pinyin" : "tíng xià", + "numeric" : "ting2 xia4", + "wadegiles" : "t'ing² hsia⁴", + "bopomofo" : "ㄊㄧㄥˊ ㄒㄧㄚˋ", + "romatzyh" : "tyng shiah" }, + "meanings" : [ "to stop" ], + "classifiers" : [] } ] }, + { "simplified" : "停业", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 19262, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "停業", + "transcriptions" : { "pinyin" : "tíng yè", + "numeric" : "ting2 ye4", + "wadegiles" : "t'ing² yeh⁴", + "bopomofo" : "ㄊㄧㄥˊ ㄧㄝˋ", + "romatzyh" : "tyng yeh" }, + "meanings" : [ "to cease trading (temporarily or permanently)", + "to close down" ], + "classifiers" : [] } ] }, + { "simplified" : "停止", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 1632, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "停止", + "transcriptions" : { "pinyin" : "tíng zhǐ", + "numeric" : "ting2 zhi3", + "wadegiles" : "t'ing² chih³", + "bopomofo" : "ㄊㄧㄥˊ ㄓˇ", + "romatzyh" : "tyng jyy" }, + "meanings" : [ "to stop; to halt; to cease" ], + "classifiers" : [] } ] }, + { "simplified" : "停滞", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 16362, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "停滯", + "transcriptions" : { "pinyin" : "tíng zhì", + "numeric" : "ting2 zhi4", + "wadegiles" : "t'ing² chih⁴", + "bopomofo" : "ㄊㄧㄥˊ ㄓˋ", + "romatzyh" : "tyng jyh" }, + "meanings" : [ "stagnation", + "at a standstill", + "bogged down" ], + "classifiers" : [] } ] }, + { "simplified" : "挺", + "radical" : "扌", + "level" : [ "new-2", "old-4" ], + "frequency" : 737, + "pos" : [ "d", "v", "g", "q" ], + "forms" : [ { "traditional" : "挺", + "transcriptions" : { "pinyin" : "tǐng", + "numeric" : "ting3", + "wadegiles" : "t'ing³", + "bopomofo" : "ㄊㄧㄥˇ", + "romatzyh" : "tiing" }, + "meanings" : [ "straight", + "erect", + "to stick out (a part of the body)", + "to (physically) straighten up", + "to support", + "to withstand", + "outstanding", + "(coll.) quite", + "very", + "classifier for machine guns" ], + "classifiers" : [] } ] }, + { "simplified" : "挺拔", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 28996, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "挺拔", + "transcriptions" : { "pinyin" : "tǐng bá", + "numeric" : "ting3 ba2", + "wadegiles" : "t'ing³ pa²", + "bopomofo" : "ㄊㄧㄥˇ ㄅㄚˊ", + "romatzyh" : "tiing bar" }, + "meanings" : [ "tall and straight" ], + "classifiers" : [] } ] }, + { "simplified" : "挺好", + "radical" : "扌", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "挺好", + "transcriptions" : { "pinyin" : "tǐng hǎo", + "numeric" : "ting3 hao3", + "wadegiles" : "t'ing³ hao³", + "bopomofo" : "ㄊㄧㄥˇ ㄏㄠˇ", + "romatzyh" : "tiing hao" }, + "meanings" : [ "very good" ], + "classifiers" : [] } ] }, + { "simplified" : "通", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 1155, + "pos" : [ "v", "a", "qv" ], + "forms" : [ { "traditional" : "通", + "transcriptions" : { "pinyin" : "tōng", + "numeric" : "tong1", + "wadegiles" : "t'ung¹", + "bopomofo" : "ㄊㄨㄥ", + "romatzyh" : "tong" }, + "meanings" : [ "to go through", + "to know well", + "(suffix) expert", + "to connect", + "to communicate", + "open", + "to clear", + "classifier for letters, telegrams, phone calls etc" ], + "classifiers" : [] }, + { "traditional" : "通", + "transcriptions" : { "pinyin" : "tòng", + "numeric" : "tong4", + "wadegiles" : "t'ung⁴", + "bopomofo" : "ㄊㄨㄥˋ", + "romatzyh" : "tonq" }, + "meanings" : [ "classifier for an activity, taken in its entirety (tirade of abuse, stint of music playing, bout of drinking etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "通报", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 6821, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "通報", + "transcriptions" : { "pinyin" : "tōng bào", + "numeric" : "tong1 bao4", + "wadegiles" : "t'ung¹ pao⁴", + "bopomofo" : "ㄊㄨㄥ ㄅㄠˋ", + "romatzyh" : "tong baw" }, + "meanings" : [ "to inform", + "to notify", + "to announce", + "circular", + "bulletin", + "(scientific) journal" ], + "classifiers" : [] } ] }, + { "simplified" : "通常", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 1897, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "通常", + "transcriptions" : { "pinyin" : "tōng cháng", + "numeric" : "tong1 chang2", + "wadegiles" : "t'ung¹ ch'ang²", + "bopomofo" : "ㄊㄨㄥ ㄔㄤˊ", + "romatzyh" : "tong charng" }, + "meanings" : [ "regular", + "usual", + "normal", + "usually", + "normally" ], + "classifiers" : [] } ] }, + { "simplified" : "通畅", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 18843, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "通暢", + "transcriptions" : { "pinyin" : "tōng chàng", + "numeric" : "tong1 chang4", + "wadegiles" : "t'ung¹ ch'ang⁴", + "bopomofo" : "ㄊㄨㄥ ㄔㄤˋ", + "romatzyh" : "tong chanq" }, + "meanings" : [ "unobstructed; clear", + "(of writing or thinking) coherent; fluent" ], + "classifiers" : [] } ] }, + { "simplified" : "通车", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 22923, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "通車", + "transcriptions" : { "pinyin" : "tōng chē", + "numeric" : "tong1 che1", + "wadegiles" : "t'ung¹ ch'e¹", + "bopomofo" : "ㄊㄨㄥ ㄔㄜ", + "romatzyh" : "tong che" }, + "meanings" : [ "to open to traffic (e.g. new bridge, rail line etc)", + "(of a locality) to have a transportation service", + "(Tw) to commute" ], + "classifiers" : [] } ] }, + { "simplified" : "通道", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 3191, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "通道", + "transcriptions" : { "pinyin" : "Tōng dào", + "numeric" : "Tong1 dao4", + "wadegiles" : "t'ung¹ tao⁴", + "bopomofo" : "ㄊㄨㄥ ㄉㄠˋ", + "romatzyh" : "tong daw" }, + "meanings" : [ "Tongdao Dong autonomous county in Huaihua 怀化, Hunan" ], + "classifiers" : [] }, + { "traditional" : "通道", + "transcriptions" : { "pinyin" : "tōng dào", + "numeric" : "tong1 dao4", + "wadegiles" : "t'ung¹ tao⁴", + "bopomofo" : "ㄊㄨㄥ ㄉㄠˋ", + "romatzyh" : "tong daw" }, + "meanings" : [ "(communications) channel", + "thoroughfare", + "passage" ], + "classifiers" : [] } ] }, + { "simplified" : "通风", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9572, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "通風", + "transcriptions" : { "pinyin" : "tōng fēng", + "numeric" : "tong1 feng1", + "wadegiles" : "t'ung¹ feng¹", + "bopomofo" : "ㄊㄨㄥ ㄈㄥ", + "romatzyh" : "tong feng" }, + "meanings" : [ "airy", + "ventilation", + "to ventilate", + "to disclose information" ], + "classifiers" : [] } ] }, + { "simplified" : "通告", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9042, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "通告", + "transcriptions" : { "pinyin" : "tōng gào", + "numeric" : "tong1 gao4", + "wadegiles" : "t'ung¹ kao⁴", + "bopomofo" : "ㄊㄨㄥ ㄍㄠˋ", + "romatzyh" : "tong gaw" }, + "meanings" : [ "to announce; to give notice", + "announcement" ], + "classifiers" : [] } ] }, + { "simplified" : "通过", + "radical" : "辶", + "level" : [ "new-2", "old-4" ], + "frequency" : 343, + "pos" : [ "p", "v", "vn" ], + "forms" : [ { "traditional" : "通過", + "transcriptions" : { "pinyin" : "tōng guò", + "numeric" : "tong1 guo4", + "wadegiles" : "t'ung¹ kuo⁴", + "bopomofo" : "ㄊㄨㄥ ㄍㄨㄛˋ", + "romatzyh" : "tong guoh" }, + "meanings" : [ "to pass through; to get through", + "to adopt (a resolution); to pass (legislation)", + "to pass (a test)", + "by means of; through; via" ], + "classifiers" : [] } ] }, + { "simplified" : "通红", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 21285, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "通紅", + "transcriptions" : { "pinyin" : "tōng hóng", + "numeric" : "tong1 hong2", + "wadegiles" : "t'ung¹ hung²", + "bopomofo" : "ㄊㄨㄥ ㄏㄨㄥˊ", + "romatzyh" : "tong horng" }, + "meanings" : [ "very red", + "red through and through", + "to blush (deep red)" ], + "classifiers" : [] } ] }, + { "simplified" : "通话", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 5961, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "通話", + "transcriptions" : { "pinyin" : "tōng huà", + "numeric" : "tong1 hua4", + "wadegiles" : "t'ung¹ hua⁴", + "bopomofo" : "ㄊㄨㄥ ㄏㄨㄚˋ", + "romatzyh" : "tong huah" }, + "meanings" : [ "to hold a conversation", + "to talk over the telephone", + "phone call" ], + "classifiers" : [] } ] }, + { "simplified" : "通货", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 53897, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "通貨", + "transcriptions" : { "pinyin" : "tōng huò", + "numeric" : "tong1 huo4", + "wadegiles" : "t'ung¹ huo⁴", + "bopomofo" : "ㄊㄨㄥ ㄏㄨㄛˋ", + "romatzyh" : "tong huoh" }, + "meanings" : [ "currency", + "(old) exchange of goods" ], + "classifiers" : [] } ] }, + { "simplified" : "通缉", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 12618, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "通緝", + "transcriptions" : { "pinyin" : "tōng jī", + "numeric" : "tong1 ji1", + "wadegiles" : "t'ung¹ chi¹", + "bopomofo" : "ㄊㄨㄥ ㄐㄧ", + "romatzyh" : "tong ji" }, + "meanings" : [ "to order the arrest of sb as criminal", + "to list as wanted" ], + "classifiers" : [] } ] }, + { "simplified" : "通顺", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 50383, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "通順", + "transcriptions" : { "pinyin" : "tōng shùn", + "numeric" : "tong1 shun4", + "wadegiles" : "t'ung¹ shun⁴", + "bopomofo" : "ㄊㄨㄥ ㄕㄨㄣˋ", + "romatzyh" : "tong shuenn" }, + "meanings" : [ "smooth", "clear and coherent" ], + "classifiers" : [] } ] }, + { "simplified" : "通俗", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18163, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "通俗", + "transcriptions" : { "pinyin" : "tōng sú", + "numeric" : "tong1 su2", + "wadegiles" : "t'ung¹ su²", + "bopomofo" : "ㄊㄨㄥ ㄙㄨˊ", + "romatzyh" : "tong swu" }, + "meanings" : [ "common", "everyday", "average" ], + "classifiers" : [] } ] }, + { "simplified" : "通通", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 14122, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "通通", + "transcriptions" : { "pinyin" : "tōng tōng", + "numeric" : "tong1 tong1", + "wadegiles" : "t'ung¹ t'ung¹", + "bopomofo" : "ㄊㄨㄥ ㄊㄨㄥ", + "romatzyh" : "tong tong" }, + "meanings" : [ "all", "entire", "complete" ], + "classifiers" : [] } ] }, + { "simplified" : "通往", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 6900, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "通往", + "transcriptions" : { "pinyin" : "tōng wǎng", + "numeric" : "tong1 wang3", + "wadegiles" : "t'ung¹ wang³", + "bopomofo" : "ㄊㄨㄥ ㄨㄤˇ", + "romatzyh" : "tong woang" }, + "meanings" : [ "to lead to" ], + "classifiers" : [] } ] }, + { "simplified" : "通宵", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9060, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "通宵", + "transcriptions" : { "pinyin" : "tōng xiāo", + "numeric" : "tong1 xiao1", + "wadegiles" : "t'ung¹ hsiao¹", + "bopomofo" : "ㄊㄨㄥ ㄒㄧㄠ", + "romatzyh" : "tong shiau" }, + "meanings" : [ "all night", + "throughout the night" ], + "classifiers" : [] } ] }, + { "simplified" : "通信", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 4315, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "通信", + "transcriptions" : { "pinyin" : "tōng xìn", + "numeric" : "tong1 xin4", + "wadegiles" : "t'ung¹ hsin⁴", + "bopomofo" : "ㄊㄨㄥ ㄒㄧㄣˋ", + "romatzyh" : "tong shinn" }, + "meanings" : [ "to correspond (by letter etc)", + "to communicate", + "communication" ], + "classifiers" : [] } ] }, + { "simplified" : "通行", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 9027, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "通行", + "transcriptions" : { "pinyin" : "tōng xíng", + "numeric" : "tong1 xing2", + "wadegiles" : "t'ung¹ hsing²", + "bopomofo" : "ㄊㄨㄥ ㄒㄧㄥˊ", + "romatzyh" : "tong shyng" }, + "meanings" : [ "to go through", + "to pass through", + "to be in general use" ], + "classifiers" : [] } ] }, + { "simplified" : "通行证", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 10140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "通行證", + "transcriptions" : { "pinyin" : "tōng xíng zhèng", + "numeric" : "tong1 xing2 zheng4", + "wadegiles" : "t'ung¹ hsing² cheng⁴", + "bopomofo" : "ㄊㄨㄥ ㄒㄧㄥˊ ㄓㄥˋ", + "romatzyh" : "tong shyng jenq" }, + "meanings" : [ "a pass (authority to enter)", + "a laissez-passer or safe conduct" ], + "classifiers" : [] } ] }, + { "simplified" : "通讯", + "radical" : "辶", + "level" : [ "new-6", "old-5" ], + "frequency" : 3811, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "通訊", + "transcriptions" : { "pinyin" : "tōng xùn", + "numeric" : "tong1 xun4", + "wadegiles" : "t'ung¹ hsün⁴", + "bopomofo" : "ㄊㄨㄥ ㄒㄩㄣˋ", + "romatzyh" : "tong shiunn" }, + "meanings" : [ "communications", + "news story", + "dispatch" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "通用", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 8338, + "pos" : [ "nz", "vn", "v" ], + "forms" : [ { "traditional" : "通用", + "transcriptions" : { "pinyin" : "tōng yòng", + "numeric" : "tong1 yong4", + "wadegiles" : "t'ung¹ yung⁴", + "bopomofo" : "ㄊㄨㄥ ㄩㄥˋ", + "romatzyh" : "tong yonq" }, + "meanings" : [ "to use anywhere, anytime (card, ticket etc)", + "to be used by everyone (language, textbook etc)", + "(of two or more things) interchangeable" ], + "classifiers" : [] } ] }, + { "simplified" : "通知", + "radical" : "辶", + "level" : [ "new-2", "old-4" ], + "frequency" : 1246, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "通知", + "transcriptions" : { "pinyin" : "tōng zhī", + "numeric" : "tong1 zhi1", + "wadegiles" : "t'ung¹ chih¹", + "bopomofo" : "ㄊㄨㄥ ㄓ", + "romatzyh" : "tong jy" }, + "meanings" : [ "to notify", + "to inform", + "notice", + "notification" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "通知书", + "radical" : "辶", + "level" : [ "new-4" ], + "frequency" : 14400, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "通知書", + "transcriptions" : { "pinyin" : "tōng zhī shū", + "numeric" : "tong1 zhi1 shu1", + "wadegiles" : "t'ung¹ chih¹ shu¹", + "bopomofo" : "ㄊㄨㄥ ㄓ ㄕㄨ", + "romatzyh" : "tong jy shu" }, + "meanings" : [ "written notice" ], + "classifiers" : [] } ] }, + { "simplified" : "同", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 442, + "pos" : [ "p", "v", "d" ], + "forms" : [ { "traditional" : "同", + "transcriptions" : { "pinyin" : "tóng", + "numeric" : "tong2", + "wadegiles" : "t'ung²", + "bopomofo" : "ㄊㄨㄥˊ", + "romatzyh" : "torng" }, + "meanings" : [ "like", + "same", + "similar", + "together", + "alike", + "with" ], + "classifiers" : [] }, + { "traditional" : "衕", + "transcriptions" : { "pinyin" : "tòng", + "numeric" : "tong4", + "wadegiles" : "t'ung⁴", + "bopomofo" : "ㄊㄨㄥˋ", + "romatzyh" : "tonq" }, + "meanings" : [ "see 胡同" ], + "classifiers" : [] } ] }, + { "simplified" : "同伴", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6312, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同伴", + "transcriptions" : { "pinyin" : "tóng bàn", + "numeric" : "tong2 ban4", + "wadegiles" : "t'ung² pan⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄅㄢˋ", + "romatzyh" : "torng bann" }, + "meanings" : [ "companion; comrade; fellow" ], + "classifiers" : [] } ] }, + { "simplified" : "同胞", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 6032, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同胞", + "transcriptions" : { "pinyin" : "tóng bāo", + "numeric" : "tong2 bao1", + "wadegiles" : "t'ung² pao¹", + "bopomofo" : "ㄊㄨㄥˊ ㄅㄠ", + "romatzyh" : "torng bau" }, + "meanings" : [ "born of the same parents", + "sibling", + "fellow citizen", + "compatriot" ], + "classifiers" : [] } ] }, + { "simplified" : "同步", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6408, + "pos" : [ "v", "vn", "b" ], + "forms" : [ { "traditional" : "同步", + "transcriptions" : { "pinyin" : "tóng bù", + "numeric" : "tong2 bu4", + "wadegiles" : "t'ung² pu⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄅㄨˋ", + "romatzyh" : "torng buh" }, + "meanings" : [ "synchronous", + "to synchronize", + "to keep step with" ], + "classifiers" : [] } ] }, + { "simplified" : "同等", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11078, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "同等", + "transcriptions" : { "pinyin" : "tóng děng", + "numeric" : "tong2 deng3", + "wadegiles" : "t'ung² teng³", + "bopomofo" : "ㄊㄨㄥˊ ㄉㄥˇ", + "romatzyh" : "torng deeng" }, + "meanings" : [ "equal to", + "having the same social class or status" ], + "classifiers" : [] } ] }, + { "simplified" : "同感", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 9619, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同感", + "transcriptions" : { "pinyin" : "tóng gǎn", + "numeric" : "tong2 gan3", + "wadegiles" : "t'ung² kan³", + "bopomofo" : "ㄊㄨㄥˊ ㄍㄢˇ", + "romatzyh" : "torng gaan" }, + "meanings" : [ "(have the) same feeling", + "similar impression", + "common feeling" ], + "classifiers" : [] } ] }, + { "simplified" : "同伙", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 10281, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同伙", + "transcriptions" : { "pinyin" : "tóng huǒ", + "numeric" : "tong2 huo3", + "wadegiles" : "t'ung² huo³", + "bopomofo" : "ㄊㄨㄥˊ ㄏㄨㄛˇ", + "romatzyh" : "torng huoo" }, + "meanings" : [ "colleague", + "co-conspirator", + "accomplice" ], + "classifiers" : [] } ] }, + { "simplified" : "同类", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 7983, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同類", + "transcriptions" : { "pinyin" : "tóng lèi", + "numeric" : "tong2 lei4", + "wadegiles" : "t'ung² lei⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄌㄟˋ", + "romatzyh" : "torng ley" }, + "meanings" : [ "similar", "same type", "alike" ], + "classifiers" : [] } ] }, + { "simplified" : "同盟", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 10148, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同盟", + "transcriptions" : { "pinyin" : "tóng méng", + "numeric" : "tong2 meng2", + "wadegiles" : "t'ung² meng²", + "bopomofo" : "ㄊㄨㄥˊ ㄇㄥˊ", + "romatzyh" : "torng meng" }, + "meanings" : [ "alliance" ], + "classifiers" : [] } ] }, + { "simplified" : "同年", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 15175, + "pos" : [ "d", "t" ], + "forms" : [ { "traditional" : "同年", + "transcriptions" : { "pinyin" : "tóng nián", + "numeric" : "tong2 nian2", + "wadegiles" : "t'ung² nien²", + "bopomofo" : "ㄊㄨㄥˊ ㄋㄧㄢˊ", + "romatzyh" : "torng nian" }, + "meanings" : [ "the same year" ], + "classifiers" : [] } ] }, + { "simplified" : "同期", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 18095, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "同期", + "transcriptions" : { "pinyin" : "tóng qī", + "numeric" : "tong2 qi1", + "wadegiles" : "t'ung² ch'i¹", + "bopomofo" : "ㄊㄨㄥˊ ㄑㄧ", + "romatzyh" : "torng chi" }, + "meanings" : [ "the corresponding time period (in a different year etc)", + "concurrent", + "synchronous" ], + "classifiers" : [] } ] }, + { "simplified" : "同情", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 4665, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "同情", + "transcriptions" : { "pinyin" : "tóng qíng", + "numeric" : "tong2 qing2", + "wadegiles" : "t'ung² ch'ing²", + "bopomofo" : "ㄊㄨㄥˊ ㄑㄧㄥˊ", + "romatzyh" : "torng chyng" }, + "meanings" : [ "to sympathize with", "sympathy" ], + "classifiers" : [] } ] }, + { "simplified" : "同人", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 35408, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同人", + "transcriptions" : { "pinyin" : "tóng rén", + "numeric" : "tong2 ren2", + "wadegiles" : "t'ung² jen²", + "bopomofo" : "ㄊㄨㄥˊ ㄖㄣˊ", + "romatzyh" : "torng ren" }, + "meanings" : [ "people from the same workplace or profession", + "co-worker", + "colleague", + "pop culture enthusiasts who create fan fiction etc" ], + "classifiers" : [] } ] }, + { "simplified" : "同时", + "radical" : "口", + "level" : [ "new-2", "old-5" ], + "frequency" : 566, + "pos" : [ "c", "n", "d" ], + "forms" : [ { "traditional" : "同時", + "transcriptions" : { "pinyin" : "tóng shí", + "numeric" : "tong2 shi2", + "wadegiles" : "t'ung² shih²", + "bopomofo" : "ㄊㄨㄥˊ ㄕˊ", + "romatzyh" : "torng shyr" }, + "meanings" : [ "at the same time", + "simultaneously" ], + "classifiers" : [] } ] }, + { "simplified" : "同事", + "radical" : "口", + "level" : [ "new-2", "old-3" ], + "frequency" : 2337, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同事", + "transcriptions" : { "pinyin" : "tóng shì", + "numeric" : "tong2 shi4", + "wadegiles" : "t'ung² shih⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄕˋ", + "romatzyh" : "torng shyh" }, + "meanings" : [ "colleague; co-worker" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "同行", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 6467, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "同行", + "transcriptions" : { "pinyin" : "tóng háng", + "numeric" : "tong2 hang2", + "wadegiles" : "t'ung² hang²", + "bopomofo" : "ㄊㄨㄥˊ ㄏㄤˊ", + "romatzyh" : "torng harng" }, + "meanings" : [ "person of the same profession", + "of the same trade, occupation or industry" ], + "classifiers" : [] }, + { "traditional" : "同行", + "transcriptions" : { "pinyin" : "tóng xíng", + "numeric" : "tong2 xing2", + "wadegiles" : "t'ung² hsing²", + "bopomofo" : "ㄊㄨㄥˊ ㄒㄧㄥˊ", + "romatzyh" : "torng shyng" }, + "meanings" : [ "to journey together" ], + "classifiers" : [] } ] }, + { "simplified" : "同学", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 1828, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同學", + "transcriptions" : { "pinyin" : "tóng xué", + "numeric" : "tong2 xue2", + "wadegiles" : "t'ung² hsüeh²", + "bopomofo" : "ㄊㄨㄥˊ ㄒㄩㄝˊ", + "romatzyh" : "torng shyue" }, + "meanings" : [ "to study at the same school", + "fellow student", + "classmate" ], + "classifiers" : [ "位", "个" ] } ] }, + { "simplified" : "同样", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 971, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "同樣", + "transcriptions" : { "pinyin" : "tóng yàng", + "numeric" : "tong2 yang4", + "wadegiles" : "t'ung² yang⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄧㄤˋ", + "romatzyh" : "torng yanq" }, + "meanings" : [ "same", "equal", "equivalent" ], + "classifiers" : [] } ] }, + { "simplified" : "同一", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 4145, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "同一", + "transcriptions" : { "pinyin" : "tóng yī", + "numeric" : "tong2 yi1", + "wadegiles" : "t'ung² i¹", + "bopomofo" : "ㄊㄨㄥˊ ㄧ", + "romatzyh" : "torng i" }, + "meanings" : [ "identical; the same" ], + "classifiers" : [] } ] }, + { "simplified" : "同意", + "radical" : "口", + "level" : [ "new-3", "old-3" ], + "frequency" : 985, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "同意", + "transcriptions" : { "pinyin" : "tóng yì", + "numeric" : "tong2 yi4", + "wadegiles" : "t'ung² i⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄧˋ", + "romatzyh" : "torng yih" }, + "meanings" : [ "to agree", + "to consent", + "to approve" ], + "classifiers" : [] } ] }, + { "simplified" : "同志", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 1228, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "同志", + "transcriptions" : { "pinyin" : "tóng zhì", + "numeric" : "tong2 zhi4", + "wadegiles" : "t'ung² chih⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄓˋ", + "romatzyh" : "torng jyh" }, + "meanings" : [ "comrade", "(slang) homosexual" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "同舟共济", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 36268, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "同舟共濟", + "transcriptions" : { "pinyin" : "tóng zhōu gòng jì", + "numeric" : "tong2 zhou1 gong4 ji4", + "wadegiles" : "t'ung² chou¹ kung⁴ chi⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄓㄡ ㄍㄨㄥˋ ㄐㄧˋ", + "romatzyh" : "torng jou gonq jih" }, + "meanings" : [ "cross a river in the same boat (idiom); fig. having common interests", + "obliged to collaborate towards common goals" ], + "classifiers" : [] } ] }, + { "simplified" : "铜", + "radical" : "钅", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4916, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "銅", + "transcriptions" : { "pinyin" : "tóng", + "numeric" : "tong2", + "wadegiles" : "t'ung²", + "bopomofo" : "ㄊㄨㄥˊ", + "romatzyh" : "torng" }, + "meanings" : [ "copper (chemistry)", + "see also 红铜" ], + "classifiers" : [ "块" ] } ] }, + { "simplified" : "铜矿", + "radical" : "钅", + "level" : [ "old-6" ], + "frequency" : 35317, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "銅礦", + "transcriptions" : { "pinyin" : "tóng kuàng", + "numeric" : "tong2 kuang4", + "wadegiles" : "t'ung² k'uang⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄎㄨㄤˋ", + "romatzyh" : "torng kuanq" }, + "meanings" : [ "copper mine", "copper ore" ], + "classifiers" : [] } ] }, + { "simplified" : "铜牌", + "radical" : "钅", + "level" : [ "new-6" ], + "frequency" : 24178, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "銅牌", + "transcriptions" : { "pinyin" : "tóng pái", + "numeric" : "tong2 pai2", + "wadegiles" : "t'ung² p'ai²", + "bopomofo" : "ㄊㄨㄥˊ ㄆㄞˊ", + "romatzyh" : "torng pair" }, + "meanings" : [ "bronze medal", + "bronze plaque bearing a business name or logo etc" ], + "classifiers" : [ "枚" ] } ] }, + { "simplified" : "童话", + "radical" : "立", + "level" : [ "new-4", "old-6" ], + "frequency" : 6278, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "童話", + "transcriptions" : { "pinyin" : "tóng huà", + "numeric" : "tong2 hua4", + "wadegiles" : "t'ung² hua⁴", + "bopomofo" : "ㄊㄨㄥˊ ㄏㄨㄚˋ", + "romatzyh" : "torng huah" }, + "meanings" : [ "children's fairy tales" ], + "classifiers" : [] } ] }, + { "simplified" : "童年", + "radical" : "立", + "level" : [ "new-4" ], + "frequency" : 5573, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "童年", + "transcriptions" : { "pinyin" : "tóng nián", + "numeric" : "tong2 nian2", + "wadegiles" : "t'ung² nien²", + "bopomofo" : "ㄊㄨㄥˊ ㄋㄧㄢˊ", + "romatzyh" : "torng nian" }, + "meanings" : [ "childhood" ], + "classifiers" : [] } ] }, + { "simplified" : "统筹", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 23019, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "統籌", + "transcriptions" : { "pinyin" : "tǒng chóu", + "numeric" : "tong3 chou2", + "wadegiles" : "t'ung³ ch'ou²", + "bopomofo" : "ㄊㄨㄥˇ ㄔㄡˊ", + "romatzyh" : "toong chour" }, + "meanings" : [ "an overall plan", + "to plan an entire project as a whole" ], + "classifiers" : [] } ] }, + { "simplified" : "统筹兼顾", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 34565, + "pos" : [], + "forms" : [ { "traditional" : "統籌兼顧", + "transcriptions" : { "pinyin" : "tǒng chóu jiān gù", + "numeric" : "tong3 chou2 jian1 gu4", + "wadegiles" : "t'ung³ ch'ou² chien¹ ku⁴", + "bopomofo" : "ㄊㄨㄥˇ ㄔㄡˊ ㄐㄧㄢ ㄍㄨˋ", + "romatzyh" : "toong chour jian guh" }, + "meanings" : [ "an overall plan taking into account all factors" ], + "classifiers" : [] } ] }, + { "simplified" : "统计", + "radical" : "纟", + "level" : [ "new-4", "old-6" ], + "frequency" : 3473, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "統計", + "transcriptions" : { "pinyin" : "tǒng jì", + "numeric" : "tong3 ji4", + "wadegiles" : "t'ung³ chi⁴", + "bopomofo" : "ㄊㄨㄥˇ ㄐㄧˋ", + "romatzyh" : "toong jih" }, + "meanings" : [ "statistics", + "to count", + "to add up" ], + "classifiers" : [] } ] }, + { "simplified" : "统统", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7958, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "統統", + "transcriptions" : { "pinyin" : "tǒng tǒng", + "numeric" : "tong3 tong3", + "wadegiles" : "t'ung³ t'ung³", + "bopomofo" : "ㄊㄨㄥˇ ㄊㄨㄥˇ", + "romatzyh" : "toong toong" }, + "meanings" : [ "totally" ], + "classifiers" : [] } ] }, + { "simplified" : "统一", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 3308, + "pos" : [ "v", "vn", "a", "ad" ], + "forms" : [ { "traditional" : "統一", + "transcriptions" : { "pinyin" : "tǒng yī", + "numeric" : "tong3 yi1", + "wadegiles" : "t'ung³ i¹", + "bopomofo" : "ㄊㄨㄥˇ ㄧ", + "romatzyh" : "toong i" }, + "meanings" : [ "to unify; to integrate", + "unified; integrated" ], + "classifiers" : [] } ] }, + { "simplified" : "统治", + "radical" : "纟", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4679, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "統治", + "transcriptions" : { "pinyin" : "tǒng zhì", + "numeric" : "tong3 zhi4", + "wadegiles" : "t'ung³ chih⁴", + "bopomofo" : "ㄊㄨㄥˇ ㄓˋ", + "romatzyh" : "toong jyh" }, + "meanings" : [ "to rule (a country)", + "to govern", + "rule", + "regime" ], + "classifiers" : [] } ] }, + { "simplified" : "捅", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6249, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捅", + "transcriptions" : { "pinyin" : "tǒng", + "numeric" : "tong3", + "wadegiles" : "t'ung³", + "bopomofo" : "ㄊㄨㄥˇ", + "romatzyh" : "toong" }, + "meanings" : [ "to stab", + "to poke", + "to prod", + "to nudge", + "to disclose" ], + "classifiers" : [] } ] }, + { "simplified" : "桶", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 3595, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "桶", + "transcriptions" : { "pinyin" : "tǒng", + "numeric" : "tong3", + "wadegiles" : "t'ung³", + "bopomofo" : "ㄊㄨㄥˇ", + "romatzyh" : "toong" }, + "meanings" : [ "bucket", + "(trash) can", + "barrel (of oil etc)" ], + "classifiers" : [ "个", "只" ] } ] }, + { "simplified" : "筒", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 6284, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "筒", + "transcriptions" : { "pinyin" : "tǒng", + "numeric" : "tong3", + "wadegiles" : "t'ung³", + "bopomofo" : "ㄊㄨㄥˇ", + "romatzyh" : "toong" }, + "meanings" : [ "tube", + "cylinder", + "to encase in sth cylindrical (such as hands in sleeves etc)" ], + "classifiers" : [] }, + { "traditional" : "筩", + "transcriptions" : { "pinyin" : "tǒng", + "numeric" : "tong3", + "wadegiles" : "t'ung³", + "bopomofo" : "ㄊㄨㄥˇ", + "romatzyh" : "toong" }, + "meanings" : [ "variant of 筒" ], + "classifiers" : [] } ] }, + { "simplified" : "痛", + "radical" : "疒", + "level" : [ "new-3" ], + "frequency" : 1254, + "pos" : [ "a", "g", "an" ], + "forms" : [ { "traditional" : "痛", + "transcriptions" : { "pinyin" : "tòng", + "numeric" : "tong4", + "wadegiles" : "t'ung⁴", + "bopomofo" : "ㄊㄨㄥˋ", + "romatzyh" : "tonq" }, + "meanings" : [ "ache", + "pain", + "sorrow", + "deeply", + "thoroughly" ], + "classifiers" : [] } ] }, + { "simplified" : "痛苦", + "radical" : "疒", + "level" : [ "new-3", "old-5" ], + "frequency" : 1336, + "pos" : [ "an", "a", "ad" ], + "forms" : [ { "traditional" : "痛苦", + "transcriptions" : { "pinyin" : "tòng kǔ", + "numeric" : "tong4 ku3", + "wadegiles" : "t'ung⁴ k'u³", + "bopomofo" : "ㄊㄨㄥˋ ㄎㄨˇ", + "romatzyh" : "tonq kuu" }, + "meanings" : [ "pain", "suffering", "painful" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "痛快", + "radical" : "疒", + "level" : [ "new-4", "old-5" ], + "frequency" : 9101, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "痛快", + "transcriptions" : { "pinyin" : "tòng kuài", + "numeric" : "tong4 kuai4", + "wadegiles" : "t'ung⁴ k'uai⁴", + "bopomofo" : "ㄊㄨㄥˋ ㄎㄨㄞˋ", + "romatzyh" : "tonq kuay" }, + "meanings" : [ "delighted", + "to one's heart's content", + "straightforward", + "also pr. [tòng kuai]" ], + "classifiers" : [] } ] }, + { "simplified" : "痛心", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 16344, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "痛心", + "transcriptions" : { "pinyin" : "tòng xīn", + "numeric" : "tong4 xin1", + "wadegiles" : "t'ung⁴ hsin¹", + "bopomofo" : "ㄊㄨㄥˋ ㄒㄧㄣ", + "romatzyh" : "tonq shin" }, + "meanings" : [ "grieved", "pained" ], + "classifiers" : [] } ] }, + { "simplified" : "偷", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 1795, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "偷", + "transcriptions" : { "pinyin" : "tōu", + "numeric" : "tou1", + "wadegiles" : "t'ou¹", + "bopomofo" : "ㄊㄡ", + "romatzyh" : "tou" }, + "meanings" : [ "to steal", + "to pilfer", + "to snatch", + "thief", + "stealthily" ], + "classifiers" : [] } ] }, + { "simplified" : "偷看", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 14446, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "偷看", + "transcriptions" : { "pinyin" : "tōu kàn", + "numeric" : "tou1 kan4", + "wadegiles" : "t'ou¹ k'an⁴", + "bopomofo" : "ㄊㄡ ㄎㄢˋ", + "romatzyh" : "tou kann" }, + "meanings" : [ "to peep", + "to peek", + "to steal a glance" ], + "classifiers" : [] } ] }, + { "simplified" : "偷窥", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15593, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "偷窺", + "transcriptions" : { "pinyin" : "tōu kuī", + "numeric" : "tou1 kui1", + "wadegiles" : "t'ou¹ k'uei¹", + "bopomofo" : "ㄊㄡ ㄎㄨㄟ", + "romatzyh" : "tou kuei" }, + "meanings" : [ "to peep", + "to peek", + "to act as voyeur" ], + "classifiers" : [] } ] }, + { "simplified" : "偷懒", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 14374, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "偷懶", + "transcriptions" : { "pinyin" : "tōu lǎn", + "numeric" : "tou1 lan3", + "wadegiles" : "t'ou¹ lan³", + "bopomofo" : "ㄊㄡ ㄌㄢˇ", + "romatzyh" : "tou laan" }, + "meanings" : [ "to goof off", "to be lazy" ], + "classifiers" : [] } ] }, + { "simplified" : "偷偷", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 4590, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "偷偷", + "transcriptions" : { "pinyin" : "tōu tōu", + "numeric" : "tou1 tou1", + "wadegiles" : "t'ou¹ t'ou¹", + "bopomofo" : "ㄊㄡ ㄊㄡ", + "romatzyh" : "tou tou" }, + "meanings" : [ "stealthily", + "secretly", + "covertly", + "furtively", + "on the sly" ], + "classifiers" : [] } ] }, + { "simplified" : "头", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 329, + "pos" : [ "n", "q", "m", "k" ], + "forms" : [ { "traditional" : "頭", + "transcriptions" : { "pinyin" : "tóu", + "numeric" : "tou2", + "wadegiles" : "t'ou²", + "bopomofo" : "ㄊㄡˊ", + "romatzyh" : "tour" }, + "meanings" : [ "head", + "hair style", + "the top", + "end", + "beginning or end", + "a stub", + "remnant", + "chief", + "boss", + "side", + "aspect", + "first", + "leading", + "classifier for pigs or livestock" ], + "classifiers" : [] }, + { "traditional" : "頭", + "transcriptions" : { "pinyin" : "tou", + "numeric" : "tou5", + "wadegiles" : "tou", + "bopomofo" : "tou", + "romatzyh" : "tou" }, + "meanings" : [ "suffix for nouns" ], + "classifiers" : [] } ] }, + { "simplified" : "头", + "radical" : "大", + "level" : [ "new-2" ], + "frequency" : 329, + "pos" : [ "n", "q", "m", "k" ], + "forms" : [ { "traditional" : "頭", + "transcriptions" : { "pinyin" : "tóu", + "numeric" : "tou2", + "wadegiles" : "t'ou²", + "bopomofo" : "ㄊㄡˊ", + "romatzyh" : "tour" }, + "meanings" : [ "head", + "hair style", + "the top", + "end", + "beginning or end", + "a stub", + "remnant", + "chief", + "boss", + "side", + "aspect", + "first", + "leading", + "classifier for pigs or livestock" ], + "classifiers" : [ "个" ] }, + { "traditional" : "頭", + "transcriptions" : { "pinyin" : "tou", + "numeric" : "tou5", + "wadegiles" : "tou", + "bopomofo" : "tou", + "romatzyh" : "tou" }, + "meanings" : [ "suffix for nouns" ], + "classifiers" : [] } ] }, + { "simplified" : "头部", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 3966, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "頭部", + "transcriptions" : { "pinyin" : "tóu bù", + "numeric" : "tou2 bu4", + "wadegiles" : "t'ou² pu⁴", + "bopomofo" : "ㄊㄡˊ ㄅㄨˋ", + "romatzyh" : "tour buh" }, + "meanings" : [ "head" ], + "classifiers" : [] } ] }, + { "simplified" : "头顶", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 8775, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "頭頂", + "transcriptions" : { "pinyin" : "tóu dǐng", + "numeric" : "tou2 ding3", + "wadegiles" : "t'ou² ting³", + "bopomofo" : "ㄊㄡˊ ㄉㄧㄥˇ", + "romatzyh" : "tour diing" }, + "meanings" : [ "top of the head" ], + "classifiers" : [] } ] }, + { "simplified" : "头发", + "radical" : "大", + "level" : [ "new-2", "old-3" ], + "frequency" : 1533, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "頭髮", + "transcriptions" : { "pinyin" : "tóu fa", + "numeric" : "tou2 fa5", + "wadegiles" : "t'ou² fa", + "bopomofo" : "ㄊㄡˊ fa", + "romatzyh" : "tour fa" }, + "meanings" : [ "hair (on the head)" ], + "classifiers" : [] } ] }, + { "simplified" : "头号", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 7261, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "頭號", + "transcriptions" : { "pinyin" : "tóu hào", + "numeric" : "tou2 hao4", + "wadegiles" : "t'ou² hao⁴", + "bopomofo" : "ㄊㄡˊ ㄏㄠˋ", + "romatzyh" : "tour haw" }, + "meanings" : [ "first rate", + "top rank", + "number one" ], + "classifiers" : [] } ] }, + { "simplified" : "头脑", + "radical" : "大", + "level" : [ "new-3" ], + "frequency" : 4295, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "頭腦", + "transcriptions" : { "pinyin" : "tóu nǎo", + "numeric" : "tou2 nao3", + "wadegiles" : "t'ou² nao³", + "bopomofo" : "ㄊㄡˊ ㄋㄠˇ", + "romatzyh" : "tour nao" }, + "meanings" : [ "brains", + "mind", + "skull", + "(fig.) gist (of a matter)", + "leader", + "boss" ], + "classifiers" : [] } ] }, + { "simplified" : "头疼", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 5962, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "頭疼", + "transcriptions" : { "pinyin" : "tóu téng", + "numeric" : "tou2 teng2", + "wadegiles" : "t'ou² t'eng²", + "bopomofo" : "ㄊㄡˊ ㄊㄥˊ", + "romatzyh" : "tour terng" }, + "meanings" : [ "headache" ], + "classifiers" : [] } ] }, + { "simplified" : "头条", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 17548, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "頭條", + "transcriptions" : { "pinyin" : "Tóu tiáo", + "numeric" : "Tou2 tiao2", + "wadegiles" : "t'ou² t'iao²", + "bopomofo" : "ㄊㄡˊ ㄊㄧㄠˊ", + "romatzyh" : "tour tyau" }, + "meanings" : [ "Toutiao, personalized content recommendation app (abbr. for 今日头条)" ], + "classifiers" : [] }, + { "traditional" : "頭條", + "transcriptions" : { "pinyin" : "tóu tiáo", + "numeric" : "tou2 tiao2", + "wadegiles" : "t'ou² t'iao²", + "bopomofo" : "ㄊㄡˊ ㄊㄧㄠˊ", + "romatzyh" : "tour tyau" }, + "meanings" : [ "lead story (on the news)" ], + "classifiers" : [] } ] }, + { "simplified" : "头头是道", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 39740, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "頭頭是道", + "transcriptions" : { "pinyin" : "tóu tóu shì dào", + "numeric" : "tou2 tou2 shi4 dao4", + "wadegiles" : "t'ou² t'ou² shih⁴ tao⁴", + "bopomofo" : "ㄊㄡˊ ㄊㄡˊ ㄕˋ ㄉㄠˋ", + "romatzyh" : "tour tour shyh daw" }, + "meanings" : [ "clear and logical" ], + "classifiers" : [] } ] }, + { "simplified" : "头衔", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 9443, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "頭銜", + "transcriptions" : { "pinyin" : "tóu xián", + "numeric" : "tou2 xian2", + "wadegiles" : "t'ou² hsien²", + "bopomofo" : "ㄊㄡˊ ㄒㄧㄢˊ", + "romatzyh" : "tour shyan" }, + "meanings" : [ "title", "rank", "appellation" ], + "classifiers" : [] } ] }, + { "simplified" : "头晕", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 8484, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "頭暈", + "transcriptions" : { "pinyin" : "tóu yūn", + "numeric" : "tou2 yun1", + "wadegiles" : "t'ou² yün¹", + "bopomofo" : "ㄊㄡˊ ㄩㄣ", + "romatzyh" : "tour iun" }, + "meanings" : [ "dizzy" ], + "classifiers" : [] } ] }, + { "simplified" : "投", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 1081, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "投", + "transcriptions" : { "pinyin" : "tóu", + "numeric" : "tou2", + "wadegiles" : "t'ou²", + "bopomofo" : "ㄊㄡˊ", + "romatzyh" : "tour" }, + "meanings" : [ "to cast", + "to send", + "to throw oneself (into the river etc)", + "to seek refuge", + "to place oneself into the hands of" ], + "classifiers" : [] } ] }, + { "simplified" : "投奔", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 22518, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "投奔", + "transcriptions" : { "pinyin" : "tóu bèn", + "numeric" : "tou2 ben4", + "wadegiles" : "t'ou² pen⁴", + "bopomofo" : "ㄊㄡˊ ㄅㄣˋ", + "romatzyh" : "tour benn" }, + "meanings" : [ "to seek shelter", + "to seek asylum" ], + "classifiers" : [] } ] }, + { "simplified" : "投稿", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13109, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "投稿", + "transcriptions" : { "pinyin" : "tóu gǎo", + "numeric" : "tou2 gao3", + "wadegiles" : "t'ou² kao³", + "bopomofo" : "ㄊㄡˊ ㄍㄠˇ", + "romatzyh" : "tour gao" }, + "meanings" : [ "to submit articles for publication", + "to contribute (writing)" ], + "classifiers" : [] } ] }, + { "simplified" : "投机", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12302, + "pos" : [ "vn", "v", "a" ], + "forms" : [ { "traditional" : "投機", + "transcriptions" : { "pinyin" : "tóu jī", + "numeric" : "tou2 ji1", + "wadegiles" : "t'ou² chi¹", + "bopomofo" : "ㄊㄡˊ ㄐㄧ", + "romatzyh" : "tour ji" }, + "meanings" : [ "to speculate (on financial markets)", + "opportunistic", + "congenial", + "agreeable" ], + "classifiers" : [] } ] }, + { "simplified" : "投降", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5903, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "投降", + "transcriptions" : { "pinyin" : "tóu xiáng", + "numeric" : "tou2 xiang2", + "wadegiles" : "t'ou² hsiang²", + "bopomofo" : "ㄊㄡˊ ㄒㄧㄤˊ", + "romatzyh" : "tour shyang" }, + "meanings" : [ "to surrender", "surrender" ], + "classifiers" : [] } ] }, + { "simplified" : "投票", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 1089, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "投票", + "transcriptions" : { "pinyin" : "tóu piào", + "numeric" : "tou2 piao4", + "wadegiles" : "t'ou² p'iao⁴", + "bopomofo" : "ㄊㄡˊ ㄆㄧㄠˋ", + "romatzyh" : "tour piaw" }, + "meanings" : [ "to vote", "vote" ], + "classifiers" : [] } ] }, + { "simplified" : "投入", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 1661, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "投入", + "transcriptions" : { "pinyin" : "tóu rù", + "numeric" : "tou2 ru4", + "wadegiles" : "t'ou² ju⁴", + "bopomofo" : "ㄊㄡˊ ㄖㄨˋ", + "romatzyh" : "tour ruh" }, + "meanings" : [ "to throw into", + "to put into", + "to throw oneself into", + "to participate in", + "to invest in", + "absorbed", + "engrossed" ], + "classifiers" : [] } ] }, + { "simplified" : "投射", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 20816, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "投射", + "transcriptions" : { "pinyin" : "tóu shè", + "numeric" : "tou2 she4", + "wadegiles" : "t'ou² she⁴", + "bopomofo" : "ㄊㄡˊ ㄕㄜˋ", + "romatzyh" : "tour sheh" }, + "meanings" : [ "to throw (a projectile)", + "to cast (light)" ], + "classifiers" : [] } ] }, + { "simplified" : "投身", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13174, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "投身", + "transcriptions" : { "pinyin" : "tóu shēn", + "numeric" : "tou2 shen1", + "wadegiles" : "t'ou² shen¹", + "bopomofo" : "ㄊㄡˊ ㄕㄣ", + "romatzyh" : "tour shen" }, + "meanings" : [ "to throw oneself into sth" ], + "classifiers" : [] } ] }, + { "simplified" : "投诉", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 3986, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "投訴", + "transcriptions" : { "pinyin" : "tóu sù", + "numeric" : "tou2 su4", + "wadegiles" : "t'ou² su⁴", + "bopomofo" : "ㄊㄡˊ ㄙㄨˋ", + "romatzyh" : "tour suh" }, + "meanings" : [ "complaint", + "to complain", + "to register a complaint (esp. as a customer)" ], + "classifiers" : [] } ] }, + { "simplified" : "投掷", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 18662, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "投擲", + "transcriptions" : { "pinyin" : "tóu zhì", + "numeric" : "tou2 zhi4", + "wadegiles" : "t'ou² chih⁴", + "bopomofo" : "ㄊㄡˊ ㄓˋ", + "romatzyh" : "tour jyh" }, + "meanings" : [ "to throw sth a long distance", + "to hurl", + "to throw at", + "to throw (dice etc)", + "to flip (a coin)" ], + "classifiers" : [] } ] }, + { "simplified" : "投资", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 1236, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "投資", + "transcriptions" : { "pinyin" : "tóu zī", + "numeric" : "tou2 zi1", + "wadegiles" : "t'ou² tzu¹", + "bopomofo" : "ㄊㄡˊ ㄗ", + "romatzyh" : "tour tzy" }, + "meanings" : [ "investment", "to invest" ], + "classifiers" : [] } ] }, + { "simplified" : "透", + "radical" : "辶", + "level" : [ "new-4" ], + "frequency" : 2096, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "透", + "transcriptions" : { "pinyin" : "tòu", + "numeric" : "tou4", + "wadegiles" : "t'ou⁴", + "bopomofo" : "ㄊㄡˋ", + "romatzyh" : "tow" }, + "meanings" : [ "(bound form) to penetrate; to seep through", + "to tell secretly; to leak", + "thoroughly; through and through", + "to appear; to show" ], + "classifiers" : [] } ] }, + { "simplified" : "透彻", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 18296, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "透徹", + "transcriptions" : { "pinyin" : "tòu chè", + "numeric" : "tou4 che4", + "wadegiles" : "t'ou⁴ ch'e⁴", + "bopomofo" : "ㄊㄡˋ ㄔㄜˋ", + "romatzyh" : "tow cheh" }, + "meanings" : [ "penetrating; thorough; incisive" ], + "classifiers" : [] } ] }, + { "simplified" : "透过", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 6580, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "透過", + "transcriptions" : { "pinyin" : "tòu guò", + "numeric" : "tou4 guo4", + "wadegiles" : "t'ou⁴ kuo⁴", + "bopomofo" : "ㄊㄡˋ ㄍㄨㄛˋ", + "romatzyh" : "tow guoh" }, + "meanings" : [ "to pass through", + "to penetrate", + "by means of", + "via" ], + "classifiers" : [] } ] }, + { "simplified" : "透露", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 2467, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "透露", + "transcriptions" : { "pinyin" : "tòu lù", + "numeric" : "tou4 lu4", + "wadegiles" : "t'ou⁴ lu⁴", + "bopomofo" : "ㄊㄡˋ ㄌㄨˋ", + "romatzyh" : "tow luh" }, + "meanings" : [ "to leak out", + "to divulge", + "to reveal" ], + "classifiers" : [] } ] }, + { "simplified" : "透明", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 6636, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "透明", + "transcriptions" : { "pinyin" : "tòu míng", + "numeric" : "tou4 ming2", + "wadegiles" : "t'ou⁴ ming²", + "bopomofo" : "ㄊㄡˋ ㄇㄧㄥˊ", + "romatzyh" : "tow ming" }, + "meanings" : [ "transparent", + "(fig.) transparent; open to scrutiny" ], + "classifiers" : [] } ] }, + { "simplified" : "透气", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 14227, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "透氣", + "transcriptions" : { "pinyin" : "tòu qì", + "numeric" : "tou4 qi4", + "wadegiles" : "t'ou⁴ ch'i⁴", + "bopomofo" : "ㄊㄡˋ ㄑㄧˋ", + "romatzyh" : "tow chih" }, + "meanings" : [ "to flow freely (of air)", + "to ventilate", + "to breathe (of fabric etc)", + "to take a breath of fresh air", + "to divulge" ], + "classifiers" : [] } ] }, + { "simplified" : "透支", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 15162, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "透支", + "transcriptions" : { "pinyin" : "tòu zhī", + "numeric" : "tou4 zhi1", + "wadegiles" : "t'ou⁴ chih¹", + "bopomofo" : "ㄊㄡˋ ㄓ", + "romatzyh" : "tow jy" }, + "meanings" : [ "(banking) to overdraw", + "to take out an overdraft", + "an overdraft", + "to overspend (i.e. expenditure in excess of revenue)", + "(old) to draw one's wage in advance", + "(fig.) to exhaust (one's enthusiasm, energy etc)", + "to damage a natural resource through overuse" ], + "classifiers" : [] } ] }, + { "simplified" : "凸", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 12197, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "凸", + "transcriptions" : { "pinyin" : "tū", + "numeric" : "tu1", + "wadegiles" : "t'u¹", + "bopomofo" : "ㄊㄨ", + "romatzyh" : "tu" }, + "meanings" : [ "to stick out", + "protruding", + "convex", + "male (connector etc)", + "Taiwan pr. [tú]" ], + "classifiers" : [] } ] }, + { "simplified" : "凸显", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 26590, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "凸顯", + "transcriptions" : { "pinyin" : "tū xiǎn", + "numeric" : "tu1 xian3", + "wadegiles" : "t'u¹ hsien³", + "bopomofo" : "ㄊㄨ ㄒㄧㄢˇ", + "romatzyh" : "tu shean" }, + "meanings" : [ "to present clearly", + "to give prominence to", + "to magnify", + "clear and obvious" ], + "classifiers" : [] } ] }, + { "simplified" : "秃", + "radical" : "禾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15174, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "禿", + "transcriptions" : { "pinyin" : "tū", + "numeric" : "tu1", + "wadegiles" : "t'u¹", + "bopomofo" : "ㄊㄨ", + "romatzyh" : "tu" }, + "meanings" : [ "bald", "blunt" ], + "classifiers" : [] } ] }, + { "simplified" : "突出", + "radical" : "穴", + "level" : [ "new-3", "old-5" ], + "frequency" : 3980, + "pos" : [ "a", "v", "ad" ], + "forms" : [ { "traditional" : "突出", + "transcriptions" : { "pinyin" : "tū chū", + "numeric" : "tu1 chu1", + "wadegiles" : "t'u¹ ch'u¹", + "bopomofo" : "ㄊㄨ ㄔㄨ", + "romatzyh" : "tu chu" }, + "meanings" : [ "prominent", + "outstanding", + "to give prominence to", + "to protrude", + "to project" ], + "classifiers" : [] } ] }, + { "simplified" : "突发", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 6668, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "突發", + "transcriptions" : { "pinyin" : "tū fā", + "numeric" : "tu1 fa1", + "wadegiles" : "t'u¹ fa¹", + "bopomofo" : "ㄊㄨ ㄈㄚ", + "romatzyh" : "tu fa" }, + "meanings" : [ "to occur suddenly" ], + "classifiers" : [] } ] }, + { "simplified" : "突击", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 7596, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "突擊", + "transcriptions" : { "pinyin" : "tū jī", + "numeric" : "tu1 ji1", + "wadegiles" : "t'u¹ chi¹", + "bopomofo" : "ㄊㄨ ㄐㄧ", + "romatzyh" : "tu ji" }, + "meanings" : [ "sudden and violent attack", + "assault", + "fig. rushed job", + "concentrated effort to finish a job quickly" ], + "classifiers" : [] } ] }, + { "simplified" : "突破", + "radical" : "穴", + "level" : [ "new-5", "old-6" ], + "frequency" : 2698, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "突破", + "transcriptions" : { "pinyin" : "tū pò", + "numeric" : "tu1 po4", + "wadegiles" : "t'u¹ p'o⁴", + "bopomofo" : "ㄊㄨ ㄆㄛˋ", + "romatzyh" : "tu poh" }, + "meanings" : [ "to break through", + "to make a breakthrough", + "to surmount (an obstacle)", + "(sports) to break through the opponent's defense" ], + "classifiers" : [] } ] }, + { "simplified" : "突破口", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 14208, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "突破口", + "transcriptions" : { "pinyin" : "tū pò kǒu", + "numeric" : "tu1 po4 kou3", + "wadegiles" : "t'u¹ p'o⁴ k'ou³", + "bopomofo" : "ㄊㄨ ㄆㄛˋ ㄎㄡˇ", + "romatzyh" : "tu poh koou" }, + "meanings" : [ "breach", + "gap", + "breakthrough point" ], + "classifiers" : [] } ] }, + { "simplified" : "突然", + "radical" : "穴", + "level" : [ "new-3", "old-3" ], + "frequency" : 644, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "突然", + "transcriptions" : { "pinyin" : "tū rán", + "numeric" : "tu1 ran2", + "wadegiles" : "t'u¹ jan²", + "bopomofo" : "ㄊㄨ ㄖㄢˊ", + "romatzyh" : "tu ran" }, + "meanings" : [ "sudden; abrupt; unexpected" ], + "classifiers" : [] } ] }, + { "simplified" : "突如其来", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 15992, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "突如其來", + "transcriptions" : { "pinyin" : "tū rú qí lái", + "numeric" : "tu1 ru2 qi2 lai2", + "wadegiles" : "t'u¹ ju² ch'i² lai²", + "bopomofo" : "ㄊㄨ ㄖㄨˊ ㄑㄧˊ ㄌㄞˊ", + "romatzyh" : "tu ru chyi lai" }, + "meanings" : [ "to arise abruptly", + "to arrive suddenly", + "happening suddenly" ], + "classifiers" : [] } ] }, + { "simplified" : "图", + "radical" : "囗", + "level" : [ "new-3" ], + "frequency" : 1231, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "圖", + "transcriptions" : { "pinyin" : "tú", + "numeric" : "tu2", + "wadegiles" : "t'u²", + "bopomofo" : "ㄊㄨˊ", + "romatzyh" : "twu" }, + "meanings" : [ "diagram", + "picture", + "drawing", + "chart", + "map", + "to plan", + "to scheme", + "to attempt", + "to pursue", + "to seek" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "图案", + "radical" : "囗", + "level" : [ "new-4", "old-6" ], + "frequency" : 6241, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖案", + "transcriptions" : { "pinyin" : "tú àn", + "numeric" : "tu2 an4", + "wadegiles" : "t'u² an⁴", + "bopomofo" : "ㄊㄨˊ ㄢˋ", + "romatzyh" : "twu ann" }, + "meanings" : [ "design; pattern" ], + "classifiers" : [] } ] }, + { "simplified" : "图表", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 12345, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖表", + "transcriptions" : { "pinyin" : "tú biǎo", + "numeric" : "tu2 biao3", + "wadegiles" : "t'u² piao³", + "bopomofo" : "ㄊㄨˊ ㄅㄧㄠˇ", + "romatzyh" : "twu beau" }, + "meanings" : [ "chart", "diagram" ], + "classifiers" : [] } ] }, + { "simplified" : "图画", + "radical" : "囗", + "level" : [ "new-3" ], + "frequency" : 14983, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖畫", + "transcriptions" : { "pinyin" : "tú huà", + "numeric" : "tu2 hua4", + "wadegiles" : "t'u² hua⁴", + "bopomofo" : "ㄊㄨˊ ㄏㄨㄚˋ", + "romatzyh" : "twu huah" }, + "meanings" : [ "drawing", "picture" ], + "classifiers" : [] } ] }, + { "simplified" : "图片", + "radical" : "囗", + "level" : [ "new-2" ], + "frequency" : 2934, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖片", + "transcriptions" : { "pinyin" : "tú piàn", + "numeric" : "tu2 pian4", + "wadegiles" : "t'u² p'ien⁴", + "bopomofo" : "ㄊㄨˊ ㄆㄧㄢˋ", + "romatzyh" : "twu piann" }, + "meanings" : [ "picture; photograph" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "图书", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 7804, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖書", + "transcriptions" : { "pinyin" : "tú shū", + "numeric" : "tu2 shu1", + "wadegiles" : "t'u² shu¹", + "bopomofo" : "ㄊㄨˊ ㄕㄨ", + "romatzyh" : "twu shu" }, + "meanings" : [ "books (in a library or bookstore)" ], + "classifiers" : [ "本", "册", "部" ] } ] }, + { "simplified" : "图书馆", + "radical" : "囗", + "level" : [ "new-1", "old-3" ], + "frequency" : 3836, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖書館", + "transcriptions" : { "pinyin" : "tú shū guǎn", + "numeric" : "tu2 shu1 guan3", + "wadegiles" : "t'u² shu¹ kuan³", + "bopomofo" : "ㄊㄨˊ ㄕㄨ ㄍㄨㄢˇ", + "romatzyh" : "twu shu goan" }, + "meanings" : [ "library" ], + "classifiers" : [ "家", "个" ] } ] }, + { "simplified" : "图像", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 4824, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖像", + "transcriptions" : { "pinyin" : "tú xiàng", + "numeric" : "tu2 xiang4", + "wadegiles" : "t'u² hsiang⁴", + "bopomofo" : "ㄊㄨˊ ㄒㄧㄤˋ", + "romatzyh" : "twu shianq" }, + "meanings" : [ "image; picture; graphic" ], + "classifiers" : [] } ] }, + { "simplified" : "图形", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 15043, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖形", + "transcriptions" : { "pinyin" : "tú xíng", + "numeric" : "tu2 xing2", + "wadegiles" : "t'u² hsing²", + "bopomofo" : "ㄊㄨˊ ㄒㄧㄥˊ", + "romatzyh" : "twu shyng" }, + "meanings" : [ "picture", + "figure", + "diagram", + "graph", + "depiction", + "graphical" ], + "classifiers" : [] } ] }, + { "simplified" : "图纸", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 12662, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圖紙", + "transcriptions" : { "pinyin" : "tú zhǐ", + "numeric" : "tu2 zhi3", + "wadegiles" : "t'u² chih³", + "bopomofo" : "ㄊㄨˊ ㄓˇ", + "romatzyh" : "twu jyy" }, + "meanings" : [ "blueprint", + "drawing", + "design plans", + "graph paper" ], + "classifiers" : [] } ] }, + { "simplified" : "徒步", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 12160, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "徒步", + "transcriptions" : { "pinyin" : "tú bù", + "numeric" : "tu2 bu4", + "wadegiles" : "t'u² pu⁴", + "bopomofo" : "ㄊㄨˊ ㄅㄨˋ", + "romatzyh" : "twu buh" }, + "meanings" : [ "to be on foot" ], + "classifiers" : [] } ] }, + { "simplified" : "徒弟", + "radical" : "彳", + "level" : [ "new-6", "old-6" ], + "frequency" : 11560, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "徒弟", + "transcriptions" : { "pinyin" : "tú dì", + "numeric" : "tu2 di4", + "wadegiles" : "t'u² ti⁴", + "bopomofo" : "ㄊㄨˊ ㄉㄧˋ", + "romatzyh" : "twu dih" }, + "meanings" : [ "apprentice", "disciple" ], + "classifiers" : [] } ] }, + { "simplified" : "途径", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 4471, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "途徑", + "transcriptions" : { "pinyin" : "tú jìng", + "numeric" : "tu2 jing4", + "wadegiles" : "t'u² ching⁴", + "bopomofo" : "ㄊㄨˊ ㄐㄧㄥˋ", + "romatzyh" : "twu jinq" }, + "meanings" : [ "way; means; channel" ], + "classifiers" : [] } ] }, + { "simplified" : "途中", + "radical" : "辶", + "level" : [ "new-4" ], + "frequency" : 6004, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "途中", + "transcriptions" : { "pinyin" : "tú zhōng", + "numeric" : "tu2 zhong1", + "wadegiles" : "t'u² chung¹", + "bopomofo" : "ㄊㄨˊ ㄓㄨㄥ", + "romatzyh" : "twu jong" }, + "meanings" : [ "en route" ], + "classifiers" : [] } ] }, + { "simplified" : "屠杀", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 8592, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "屠殺", + "transcriptions" : { "pinyin" : "tú shā", + "numeric" : "tu2 sha1", + "wadegiles" : "t'u² sha¹", + "bopomofo" : "ㄊㄨˊ ㄕㄚ", + "romatzyh" : "twu sha" }, + "meanings" : [ "to massacre; to slaughter" ], + "classifiers" : [] } ] }, + { "simplified" : "土", + "radical" : "土", + "level" : [ "new-3" ], + "frequency" : 2399, + "pos" : [ "n", "b", "a" ], + "forms" : [ { "traditional" : "土", + "transcriptions" : { "pinyin" : "Tǔ", + "numeric" : "Tu3", + "wadegiles" : "t'u³", + "bopomofo" : "ㄊㄨˇ", + "romatzyh" : "tuu" }, + "meanings" : [ "Tu (ethnic group)", "surname Tu" ], + "classifiers" : [] }, + { "traditional" : "土", + "transcriptions" : { "pinyin" : "tǔ", + "numeric" : "tu3", + "wadegiles" : "t'u³", + "bopomofo" : "ㄊㄨˇ", + "romatzyh" : "tuu" }, + "meanings" : [ "earth", + "dust", + "clay", + "local", + "indigenous", + "crude opium", + "unsophisticated", + "one of the eight categories of ancient musical instruments 音" ], + "classifiers" : [] } ] }, + { "simplified" : "土地", + "radical" : "土", + "level" : [ "new-4", "old-5" ], + "frequency" : 1563, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "土地", + "transcriptions" : { "pinyin" : "tǔ dì", + "numeric" : "tu3 di4", + "wadegiles" : "t'u³ ti⁴", + "bopomofo" : "ㄊㄨˇ ㄉㄧˋ", + "romatzyh" : "tuu dih" }, + "meanings" : [ "land", "soil", "territory" ], + "classifiers" : [ "片", "块" ] }, + { "traditional" : "土地", + "transcriptions" : { "pinyin" : "tǔ di", + "numeric" : "tu3 di5", + "wadegiles" : "t'u³ di", + "bopomofo" : "ㄊㄨˇ di", + "romatzyh" : "tuu di" }, + "meanings" : [ "local god", "genius loci" ], + "classifiers" : [] } ] }, + { "simplified" : "土豆", + "radical" : "土", + "level" : [ "new-5", "old-5" ], + "frequency" : 5611, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "土豆", + "transcriptions" : { "pinyin" : "tǔ dòu", + "numeric" : "tu3 dou4", + "wadegiles" : "t'u³ tou⁴", + "bopomofo" : "ㄊㄨˇ ㄉㄡˋ", + "romatzyh" : "tuu dow" }, + "meanings" : [ "potato", "(Tw) peanut" ], + "classifiers" : [ "个", "颗" ] } ] }, + { "simplified" : "土匪", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 15222, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "土匪", + "transcriptions" : { "pinyin" : "tǔ fěi", + "numeric" : "tu3 fei3", + "wadegiles" : "t'u³ fei³", + "bopomofo" : "ㄊㄨˇ ㄈㄟˇ", + "romatzyh" : "tuu feei" }, + "meanings" : [ "bandit" ], + "classifiers" : [] } ] }, + { "simplified" : "土壤", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9058, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "土壤", + "transcriptions" : { "pinyin" : "tǔ rǎng", + "numeric" : "tu3 rang3", + "wadegiles" : "t'u³ jang³", + "bopomofo" : "ㄊㄨˇ ㄖㄤˇ", + "romatzyh" : "tuu raang" }, + "meanings" : [ "soil" ], + "classifiers" : [] } ] }, + { "simplified" : "土生土长", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 23491, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "土生土長", + "transcriptions" : { "pinyin" : "tǔ shēng tǔ zhǎng", + "numeric" : "tu3 sheng1 tu3 zhang3", + "wadegiles" : "t'u³ sheng¹ t'u³ chang³", + "bopomofo" : "ㄊㄨˇ ㄕㄥ ㄊㄨˇ ㄓㄤˇ", + "romatzyh" : "tuu sheng tuu jaang" }, + "meanings" : [ "locally born and bred", + "indigenous", + "home-grown" ], + "classifiers" : [] } ] }, + { "simplified" : "吐", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 1958, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吐", + "transcriptions" : { "pinyin" : "tǔ", + "numeric" : "tu3", + "wadegiles" : "t'u³", + "bopomofo" : "ㄊㄨˇ", + "romatzyh" : "tuu" }, + "meanings" : [ "to spit", + "to send out (silk from a silkworm, bolls from cotton flowers etc)", + "to say", + "to pour out (one's grievances)" ], + "classifiers" : [] }, + { "traditional" : "吐", + "transcriptions" : { "pinyin" : "tù", + "numeric" : "tu4", + "wadegiles" : "t'u⁴", + "bopomofo" : "ㄊㄨˋ", + "romatzyh" : "tuh" }, + "meanings" : [ "to vomit", "to throw up" ], + "classifiers" : [] } ] }, + { "simplified" : "兔", + "radical" : "儿", + "level" : [ "new-5" ], + "frequency" : 4413, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "兎", + "transcriptions" : { "pinyin" : "tù", + "numeric" : "tu4", + "wadegiles" : "t'u⁴", + "bopomofo" : "ㄊㄨˋ", + "romatzyh" : "tuh" }, + "meanings" : [ "variant of 兔" ], + "classifiers" : [] }, + { "traditional" : "兔", + "transcriptions" : { "pinyin" : "tù", + "numeric" : "tu4", + "wadegiles" : "t'u⁴", + "bopomofo" : "ㄊㄨˋ", + "romatzyh" : "tuh" }, + "meanings" : [ "rabbit" ], + "classifiers" : [] } ] }, + { "simplified" : "兔子", + "radical" : "儿", + "level" : [ "old-5" ], + "frequency" : 5002, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兔子", + "transcriptions" : { "pinyin" : "tù zi", + "numeric" : "tu4 zi5", + "wadegiles" : "t'u⁴ zi", + "bopomofo" : "ㄊㄨˋ zi", + "romatzyh" : "tuh zi" }, + "meanings" : [ "hare", "rabbit" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "涂", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 3698, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "塗", + "transcriptions" : { "pinyin" : "tú", + "numeric" : "tu2", + "wadegiles" : "t'u²", + "bopomofo" : "ㄊㄨˊ", + "romatzyh" : "twu" }, + "meanings" : [ "to apply (paint etc)", + "to smear", + "to daub", + "to blot out", + "to scribble", + "to scrawl", + "(literary) mud", + "street" ], + "classifiers" : [] }, + { "traditional" : "涂", + "transcriptions" : { "pinyin" : "Tú", + "numeric" : "Tu2", + "wadegiles" : "t'u²", + "bopomofo" : "ㄊㄨˊ", + "romatzyh" : "twu" }, + "meanings" : [ "surname Tu" ], + "classifiers" : [] }, + { "traditional" : "涂", + "transcriptions" : { "pinyin" : "tú", + "numeric" : "tu2", + "wadegiles" : "t'u²", + "bopomofo" : "ㄊㄨˊ", + "romatzyh" : "twu" }, + "meanings" : [ "variant of 途" ], + "classifiers" : [] } ] }, + { "simplified" : "涂抹", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 19465, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "塗抹", + "transcriptions" : { "pinyin" : "tú mǒ", + "numeric" : "tu2 mo3", + "wadegiles" : "t'u² mo³", + "bopomofo" : "ㄊㄨˊ ㄇㄛˇ", + "romatzyh" : "twu moo" }, + "meanings" : [ "to paint", + "to smear", + "to apply (makeup etc)", + "to doodle", + "to erase", + "to obliterate" ], + "classifiers" : [] } ] }, + { "simplified" : "团", + "radical" : "囗", + "level" : [ "new-3", "old-5" ], + "frequency" : 1597, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "團", + "transcriptions" : { "pinyin" : "tuán", + "numeric" : "tuan2", + "wadegiles" : "t'uan²", + "bopomofo" : "ㄊㄨㄢˊ", + "romatzyh" : "twan" }, + "meanings" : [ "round", + "lump", + "ball", + "to roll into a ball", + "to gather", + "regiment", + "group", + "society", + "classifier for a lump or a soft mass: wad (of paper), ball (of wool), cloud (of smoke)" ], + "classifiers" : [] }, + { "traditional" : "糰", + "transcriptions" : { "pinyin" : "tuán", + "numeric" : "tuan2", + "wadegiles" : "t'uan²", + "bopomofo" : "ㄊㄨㄢˊ", + "romatzyh" : "twan" }, + "meanings" : [ "dumpling" ], + "classifiers" : [] } ] }, + { "simplified" : "团队", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 2500, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "團隊", + "transcriptions" : { "pinyin" : "tuán duì", + "numeric" : "tuan2 dui4", + "wadegiles" : "t'uan² tui⁴", + "bopomofo" : "ㄊㄨㄢˊ ㄉㄨㄟˋ", + "romatzyh" : "twan duey" }, + "meanings" : [ "team" ], + "classifiers" : [] } ] }, + { "simplified" : "团伙", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 6421, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "團伙", + "transcriptions" : { "pinyin" : "tuán huǒ", + "numeric" : "tuan2 huo3", + "wadegiles" : "t'uan² huo³", + "bopomofo" : "ㄊㄨㄢˊ ㄏㄨㄛˇ", + "romatzyh" : "twan huoo" }, + "meanings" : [ "(criminal) gang", + "gang member", + "accomplice", + "crony" ], + "classifiers" : [] } ] }, + { "simplified" : "团结", + "radical" : "囗", + "level" : [ "new-3", "old-6" ], + "frequency" : 3060, + "pos" : [ "v", "an", "a" ], + "forms" : [ { "traditional" : "團結", + "transcriptions" : { "pinyin" : "tuán jié", + "numeric" : "tuan2 jie2", + "wadegiles" : "t'uan² chieh²", + "bopomofo" : "ㄊㄨㄢˊ ㄐㄧㄝˊ", + "romatzyh" : "twan jye" }, + "meanings" : [ "to unite", + "unity", + "solidarity", + "united" ], + "classifiers" : [] } ] }, + { "simplified" : "团聚", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 10265, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "團聚", + "transcriptions" : { "pinyin" : "tuán jù", + "numeric" : "tuan2 ju4", + "wadegiles" : "t'uan² chü⁴", + "bopomofo" : "ㄊㄨㄢˊ ㄐㄩˋ", + "romatzyh" : "twan jiuh" }, + "meanings" : [ "to reunite", "to have a reunion" ], + "classifiers" : [] } ] }, + { "simplified" : "团体", + "radical" : "囗", + "level" : [ "new-3", "old-6" ], + "frequency" : 3675, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "團體", + "transcriptions" : { "pinyin" : "tuán tǐ", + "numeric" : "tuan2 ti3", + "wadegiles" : "t'uan² t'i³", + "bopomofo" : "ㄊㄨㄢˊ ㄊㄧˇ", + "romatzyh" : "twan tii" }, + "meanings" : [ "group", "organization", "team" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "团员", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 18564, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "團員", + "transcriptions" : { "pinyin" : "tuán yuán", + "numeric" : "tuan2 yuan2", + "wadegiles" : "t'uan² yüan²", + "bopomofo" : "ㄊㄨㄢˊ ㄩㄢˊ", + "romatzyh" : "twan yuan" }, + "meanings" : [ "member", "group member" ], + "classifiers" : [] } ] }, + { "simplified" : "团圆", + "radical" : "囗", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16364, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "團圓", + "transcriptions" : { "pinyin" : "tuán yuán", + "numeric" : "tuan2 yuan2", + "wadegiles" : "t'uan² yüan²", + "bopomofo" : "ㄊㄨㄢˊ ㄩㄢˊ", + "romatzyh" : "twan yuan" }, + "meanings" : [ "to have a reunion" ], + "classifiers" : [] } ] }, + { "simplified" : "团长", + "radical" : "囗", + "level" : [ "new-5" ], + "frequency" : 12279, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "團長", + "transcriptions" : { "pinyin" : "tuán zhǎng", + "numeric" : "tuan2 zhang3", + "wadegiles" : "t'uan² chang³", + "bopomofo" : "ㄊㄨㄢˊ ㄓㄤˇ", + "romatzyh" : "twan jaang" }, + "meanings" : [ "regimental command", + "head of a delegation", + "group buy organizer; group-buying coordinator" ], + "classifiers" : [] } ] }, + { "simplified" : "推", + "radical" : "扌", + "level" : [ "new-2", "old-4" ], + "frequency" : 1277, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推", + "transcriptions" : { "pinyin" : "tuī", + "numeric" : "tui1", + "wadegiles" : "t'ui¹", + "bopomofo" : "ㄊㄨㄟ", + "romatzyh" : "tuei" }, + "meanings" : [ "to push", + "to cut", + "to refuse", + "to reject", + "to decline", + "to shirk (responsibility)", + "to put off", + "to delay", + "to push forward", + "to nominate", + "to elect", + "massage" ], + "classifiers" : [] } ] }, + { "simplified" : "推测", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6954, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推測", + "transcriptions" : { "pinyin" : "tuī cè", + "numeric" : "tui1 ce4", + "wadegiles" : "t'ui¹ ts'e⁴", + "bopomofo" : "ㄊㄨㄟ ㄘㄜˋ", + "romatzyh" : "tuei tseh" }, + "meanings" : [ "speculation", + "to conjecture", + "to surmise", + "to speculate" ], + "classifiers" : [] } ] }, + { "simplified" : "推迟", + "radical" : "扌", + "level" : [ "new-4", "old-4" ], + "frequency" : 6409, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推遲", + "transcriptions" : { "pinyin" : "tuī chí", + "numeric" : "tui1 chi2", + "wadegiles" : "t'ui¹ ch'ih²", + "bopomofo" : "ㄊㄨㄟ ㄔˊ", + "romatzyh" : "tuei chyr" }, + "meanings" : [ "to postpone", + "to put off", + "to defer" ], + "classifiers" : [] } ] }, + { "simplified" : "推出", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 4420, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推出", + "transcriptions" : { "pinyin" : "tuī chū", + "numeric" : "tui1 chu1", + "wadegiles" : "t'ui¹ ch'u¹", + "bopomofo" : "ㄊㄨㄟ ㄔㄨ", + "romatzyh" : "tuei chu" }, + "meanings" : [ "to push out", + "to release", + "to launch", + "to publish", + "to recommend" ], + "classifiers" : [] } ] }, + { "simplified" : "推辞", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 28333, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推辭", + "transcriptions" : { "pinyin" : "tuī cí", + "numeric" : "tui1 ci2", + "wadegiles" : "t'ui¹ tz'u²", + "bopomofo" : "ㄊㄨㄟ ㄘˊ", + "romatzyh" : "tuei tsyr" }, + "meanings" : [ "to decline (an appointment, invitation etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "推动", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 5417, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推動", + "transcriptions" : { "pinyin" : "tuī dòng", + "numeric" : "tui1 dong4", + "wadegiles" : "t'ui¹ tung⁴", + "bopomofo" : "ㄊㄨㄟ ㄉㄨㄥˋ", + "romatzyh" : "tuei donq" }, + "meanings" : [ "to push (e.g. for acceptance of a plan); to promote; to give impetus to" ], + "classifiers" : [] } ] }, + { "simplified" : "推断", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10746, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推斷", + "transcriptions" : { "pinyin" : "tuī duàn", + "numeric" : "tui1 duan4", + "wadegiles" : "t'ui¹ tuan⁴", + "bopomofo" : "ㄊㄨㄟ ㄉㄨㄢˋ", + "romatzyh" : "tuei duann" }, + "meanings" : [ "to infer", + "to deduce", + "to predict", + "to extrapolate" ], + "classifiers" : [] } ] }, + { "simplified" : "推翻", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8789, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推翻", + "transcriptions" : { "pinyin" : "tuī fān", + "numeric" : "tui1 fan1", + "wadegiles" : "t'ui¹ fan¹", + "bopomofo" : "ㄊㄨㄟ ㄈㄢ", + "romatzyh" : "tuei fan" }, + "meanings" : [ "to overthrow" ], + "classifiers" : [] } ] }, + { "simplified" : "推广", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 6093, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推廣", + "transcriptions" : { "pinyin" : "tuī guǎng", + "numeric" : "tui1 guang3", + "wadegiles" : "t'ui¹ kuang³", + "bopomofo" : "ㄊㄨㄟ ㄍㄨㄤˇ", + "romatzyh" : "tuei goang" }, + "meanings" : [ "to extend", + "to spread", + "to popularize", + "generalization", + "promotion (of a product etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "推荐", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2168, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推薦", + "transcriptions" : { "pinyin" : "tuī jiàn", + "numeric" : "tui1 jian4", + "wadegiles" : "t'ui¹ chien⁴", + "bopomofo" : "ㄊㄨㄟ ㄐㄧㄢˋ", + "romatzyh" : "tuei jiann" }, + "meanings" : [ "to recommend", "recommendation" ], + "classifiers" : [] } ] }, + { "simplified" : "推进", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 3651, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推進", + "transcriptions" : { "pinyin" : "tuī jìn", + "numeric" : "tui1 jin4", + "wadegiles" : "t'ui¹ chin⁴", + "bopomofo" : "ㄊㄨㄟ ㄐㄧㄣˋ", + "romatzyh" : "tuei jinn" }, + "meanings" : [ "to impel", + "to carry forward", + "to push on", + "to advance", + "to drive forward" ], + "classifiers" : [] } ] }, + { "simplified" : "推开", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 9319, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推開", + "transcriptions" : { "pinyin" : "tuī kāi", + "numeric" : "tui1 kai1", + "wadegiles" : "t'ui¹ k'ai¹", + "bopomofo" : "ㄊㄨㄟ ㄎㄞ", + "romatzyh" : "tuei kai" }, + "meanings" : [ "to push open (a gate etc)", + "to push away", + "to reject", + "to decline" ], + "classifiers" : [] } ] }, + { "simplified" : "推理", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10227, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "推理", + "transcriptions" : { "pinyin" : "tuī lǐ", + "numeric" : "tui1 li3", + "wadegiles" : "t'ui¹ li³", + "bopomofo" : "ㄊㄨㄟ ㄌㄧˇ", + "romatzyh" : "tuei lii" }, + "meanings" : [ "reasoning", + "inference", + "to infer", + "to deduce" ], + "classifiers" : [] } ] }, + { "simplified" : "推论", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 18566, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推論", + "transcriptions" : { "pinyin" : "tuī lùn", + "numeric" : "tui1 lun4", + "wadegiles" : "t'ui¹ lun⁴", + "bopomofo" : "ㄊㄨㄟ ㄌㄨㄣˋ", + "romatzyh" : "tuei luenn" }, + "meanings" : [ "to infer", + "inference", + "corollary", + "reasoned conclusion" ], + "classifiers" : [] } ] }, + { "simplified" : "推敲", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 28185, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推敲", + "transcriptions" : { "pinyin" : "tuī qiāo", + "numeric" : "tui1 qiao1", + "wadegiles" : "t'ui¹ ch'iao¹", + "bopomofo" : "ㄊㄨㄟ ㄑㄧㄠ", + "romatzyh" : "tuei chiau" }, + "meanings" : [ "to think over" ], + "classifiers" : [] } ] }, + { "simplified" : "推算", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 20499, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推算", + "transcriptions" : { "pinyin" : "tuī suàn", + "numeric" : "tui1 suan4", + "wadegiles" : "t'ui¹ suan⁴", + "bopomofo" : "ㄊㄨㄟ ㄙㄨㄢˋ", + "romatzyh" : "tuei suann" }, + "meanings" : [ "to calculate", + "to reckon", + "to extrapolate (in calculation)" ], + "classifiers" : [] } ] }, + { "simplified" : "推销", + "radical" : "扌", + "level" : [ "new-4", "old-6" ], + "frequency" : 6567, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推銷", + "transcriptions" : { "pinyin" : "tuī xiāo", + "numeric" : "tui1 xiao1", + "wadegiles" : "t'ui¹ hsiao¹", + "bopomofo" : "ㄊㄨㄟ ㄒㄧㄠ", + "romatzyh" : "tuei shiau" }, + "meanings" : [ "to market", "to sell" ], + "classifiers" : [] } ] }, + { "simplified" : "推卸", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 19919, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推卸", + "transcriptions" : { "pinyin" : "tuī xiè", + "numeric" : "tui1 xie4", + "wadegiles" : "t'ui¹ hsieh⁴", + "bopomofo" : "ㄊㄨㄟ ㄒㄧㄝˋ", + "romatzyh" : "tuei shieh" }, + "meanings" : [ "to avoid (esp. responsibility); to shift (the blame); to pass the buck" ], + "classifiers" : [] } ] }, + { "simplified" : "推行", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 12757, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "推行", + "transcriptions" : { "pinyin" : "tuī xíng", + "numeric" : "tui1 xing2", + "wadegiles" : "t'ui¹ hsing²", + "bopomofo" : "ㄊㄨㄟ ㄒㄧㄥˊ", + "romatzyh" : "tuei shyng" }, + "meanings" : [ "to put into effect", + "to carry out" ], + "classifiers" : [] } ] }, + { "simplified" : "推选", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 21310, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "推選", + "transcriptions" : { "pinyin" : "tuī xuǎn", + "numeric" : "tui1 xuan3", + "wadegiles" : "t'ui¹ hsüan³", + "bopomofo" : "ㄊㄨㄟ ㄒㄩㄢˇ", + "romatzyh" : "tuei sheuan" }, + "meanings" : [ "to elect", "to choose" ], + "classifiers" : [] } ] }, + { "simplified" : "推移", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 18780, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "推移", + "transcriptions" : { "pinyin" : "tuī yí", + "numeric" : "tui1 yi2", + "wadegiles" : "t'ui¹ i²", + "bopomofo" : "ㄊㄨㄟ ㄧˊ", + "romatzyh" : "tuei yi" }, + "meanings" : [ "(of time) to elapse or pass", + "(of a situation) to develop or evolve" ], + "classifiers" : [] } ] }, + { "simplified" : "颓废", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 15571, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "頹廢", + "transcriptions" : { "pinyin" : "tuí fèi", + "numeric" : "tui2 fei4", + "wadegiles" : "t'ui² fei⁴", + "bopomofo" : "ㄊㄨㄟˊ ㄈㄟˋ", + "romatzyh" : "twei fey" }, + "meanings" : [ "decadent", + "dispirited", + "depressed", + "dejected" ], + "classifiers" : [] } ] }, + { "simplified" : "腿", + "radical" : "⺼", + "level" : [ "new-2", "old-3" ], + "frequency" : 1216, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腿", + "transcriptions" : { "pinyin" : "tuǐ", + "numeric" : "tui3", + "wadegiles" : "t'ui³", + "bopomofo" : "ㄊㄨㄟˇ", + "romatzyh" : "toei" }, + "meanings" : [ "leg" ], + "classifiers" : [ "条" ] }, + { "traditional" : "骽", + "transcriptions" : { "pinyin" : "tuǐ", + "numeric" : "tui3", + "wadegiles" : "t'ui³", + "bopomofo" : "ㄊㄨㄟˇ", + "romatzyh" : "toei" }, + "meanings" : [ "hip bone", "old variant of 腿" ], + "classifiers" : [] } ] }, + { "simplified" : "退", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 1809, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "退", + "transcriptions" : { "pinyin" : "tuì", + "numeric" : "tui4", + "wadegiles" : "t'ui⁴", + "bopomofo" : "ㄊㄨㄟˋ", + "romatzyh" : "tuey" }, + "meanings" : [ "to retreat; to withdraw", + "to reject; to return (sth)", + "to decline" ], + "classifiers" : [] } ] }, + { "simplified" : "退步", + "radical" : "辶", + "level" : [ "old-5" ], + "frequency" : 21136, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "退步", + "transcriptions" : { "pinyin" : "tuì bù", + "numeric" : "tui4 bu4", + "wadegiles" : "t'ui⁴ pu⁴", + "bopomofo" : "ㄊㄨㄟˋ ㄅㄨˋ", + "romatzyh" : "tuey buh" }, + "meanings" : [ "to do less well than before", + "to make a concession", + "setback", + "backward step", + "leeway", + "room to maneuver", + "fallback" ], + "classifiers" : [] } ] }, + { "simplified" : "退出", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 2723, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "退出", + "transcriptions" : { "pinyin" : "tuì chū", + "numeric" : "tui4 chu1", + "wadegiles" : "t'ui⁴ ch'u¹", + "bopomofo" : "ㄊㄨㄟˋ ㄔㄨ", + "romatzyh" : "tuey chu" }, + "meanings" : [ "to withdraw", + "to abort", + "to quit", + "to log out (computing)" ], + "classifiers" : [] } ] }, + { "simplified" : "退回", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 11557, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "退回", + "transcriptions" : { "pinyin" : "tuì huí", + "numeric" : "tui4 hui2", + "wadegiles" : "t'ui⁴ hui²", + "bopomofo" : "ㄊㄨㄟˋ ㄏㄨㄟˊ", + "romatzyh" : "tuey hwei" }, + "meanings" : [ "to return (an item)", + "to send back", + "to go back" ], + "classifiers" : [] } ] }, + { "simplified" : "退票", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 24894, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "退票", + "transcriptions" : { "pinyin" : "tuì piào", + "numeric" : "tui4 piao4", + "wadegiles" : "t'ui⁴ p'iao⁴", + "bopomofo" : "ㄊㄨㄟˋ ㄆㄧㄠˋ", + "romatzyh" : "tuey piaw" }, + "meanings" : [ "to bounce (a check)", + "to return a ticket", + "ticket refund" ], + "classifiers" : [] } ] }, + { "simplified" : "退却", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 26542, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "退卻", + "transcriptions" : { "pinyin" : "tuì què", + "numeric" : "tui4 que4", + "wadegiles" : "t'ui⁴ ch'üeh⁴", + "bopomofo" : "ㄊㄨㄟˋ ㄑㄩㄝˋ", + "romatzyh" : "tuey chiueh" }, + "meanings" : [ "to retreat", "to shrink back" ], + "classifiers" : [] } ] }, + { "simplified" : "退让", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 24961, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "退讓", + "transcriptions" : { "pinyin" : "tuì ràng", + "numeric" : "tui4 rang4", + "wadegiles" : "t'ui⁴ jang⁴", + "bopomofo" : "ㄊㄨㄟˋ ㄖㄤˋ", + "romatzyh" : "tuey ranq" }, + "meanings" : [ "to move aside", + "to get out of the way", + "to back down", + "to concede" ], + "classifiers" : [] } ] }, + { "simplified" : "退缩", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 11862, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "退縮", + "transcriptions" : { "pinyin" : "tuì suō", + "numeric" : "tui4 suo1", + "wadegiles" : "t'ui⁴ so¹", + "bopomofo" : "ㄊㄨㄟˋ ㄙㄨㄛ", + "romatzyh" : "tuey suo" }, + "meanings" : [ "to shrink back", "to cower" ], + "classifiers" : [] } ] }, + { "simplified" : "退休", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 3442, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "退休", + "transcriptions" : { "pinyin" : "tuì xiū", + "numeric" : "tui4 xiu1", + "wadegiles" : "t'ui⁴ hsiu¹", + "bopomofo" : "ㄊㄨㄟˋ ㄒㄧㄡ", + "romatzyh" : "tuey shiou" }, + "meanings" : [ "to retire (from the workforce); to go into retirement" ], + "classifiers" : [] } ] }, + { "simplified" : "退休金", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 17615, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "退休金", + "transcriptions" : { "pinyin" : "tuì xiū jīn", + "numeric" : "tui4 xiu1 jin1", + "wadegiles" : "t'ui⁴ hsiu¹ chin¹", + "bopomofo" : "ㄊㄨㄟˋ ㄒㄧㄡ ㄐㄧㄣ", + "romatzyh" : "tuey shiou jin" }, + "meanings" : [ "retirement pay", "pension" ], + "classifiers" : [] } ] }, + { "simplified" : "退学", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13880, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "退學", + "transcriptions" : { "pinyin" : "tuì xué", + "numeric" : "tui4 xue2", + "wadegiles" : "t'ui⁴ hsüeh²", + "bopomofo" : "ㄊㄨㄟˋ ㄒㄩㄝˊ", + "romatzyh" : "tuey shyue" }, + "meanings" : [ "to quit school" ], + "classifiers" : [] } ] }, + { "simplified" : "退役", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 7817, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "退役", + "transcriptions" : { "pinyin" : "tuì yì", + "numeric" : "tui4 yi4", + "wadegiles" : "t'ui⁴ i⁴", + "bopomofo" : "ㄊㄨㄟˋ ㄧˋ", + "romatzyh" : "tuey yih" }, + "meanings" : [ "(of military personnel or athletes) to retire", + "(of outdated equipment) to be decommissioned" ], + "classifiers" : [] } ] }, + { "simplified" : "吞", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 5282, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吞", + "transcriptions" : { "pinyin" : "tūn", + "numeric" : "tun1", + "wadegiles" : "t'un¹", + "bopomofo" : "ㄊㄨㄣ", + "romatzyh" : "tuen" }, + "meanings" : [ "to swallow", "to take" ], + "classifiers" : [] } ] }, + { "simplified" : "吞咽", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 24549, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吞嚥", + "transcriptions" : { "pinyin" : "tūn yàn", + "numeric" : "tun1 yan4", + "wadegiles" : "t'un¹ yan⁴", + "bopomofo" : "ㄊㄨㄣ ㄧㄢˋ", + "romatzyh" : "tuen yann" }, + "meanings" : [ "to swallow", "to gulp" ], + "classifiers" : [] } ] }, + { "simplified" : "屯", + "radical" : "屮", + "level" : [ "new-7+" ], + "frequency" : 20522, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "屯", + "transcriptions" : { "pinyin" : "tún", + "numeric" : "tun2", + "wadegiles" : "t'un²", + "bopomofo" : "ㄊㄨㄣˊ", + "romatzyh" : "twen" }, + "meanings" : [ "to station (soldiers)", + "to store up", + "village" ], + "classifiers" : [] }, + { "traditional" : "屯", + "transcriptions" : { "pinyin" : "zhūn", + "numeric" : "zhun1", + "wadegiles" : "chun¹", + "bopomofo" : "ㄓㄨㄣ", + "romatzyh" : "juen" }, + "meanings" : [ "difficult", "stingy" ], + "classifiers" : [] } ] }, + { "simplified" : "托", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 2533, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "托", + "transcriptions" : { "pinyin" : "tuō", + "numeric" : "tuo1", + "wadegiles" : "t'o¹", + "bopomofo" : "ㄊㄨㄛ", + "romatzyh" : "tuo" }, + "meanings" : [ "prop", + "support (for weight)", + "rest (e.g. arm rest)", + "thanks to", + "to hold in one's hand", + "to support in one's palm", + "to give", + "to base", + "to commit", + "to set", + "torr (unit of pressure)" ], + "classifiers" : [] }, + { "traditional" : "託", + "transcriptions" : { "pinyin" : "tuō", + "numeric" : "tuo1", + "wadegiles" : "t'o¹", + "bopomofo" : "ㄊㄨㄛ", + "romatzyh" : "tuo" }, + "meanings" : [ "to trust", + "to entrust", + "to be entrusted with", + "to act as trustee" ], + "classifiers" : [] } ] }, + { "simplified" : "托付", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 18375, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "托付", + "transcriptions" : { "pinyin" : "tuō fù", + "numeric" : "tuo1 fu4", + "wadegiles" : "t'o¹ fu⁴", + "bopomofo" : "ㄊㄨㄛ ㄈㄨˋ", + "romatzyh" : "tuo fuh" }, + "meanings" : [ "to entrust" ], + "classifiers" : [] } ] }, + { "simplified" : "托运", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 21871, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "托運", + "transcriptions" : { "pinyin" : "tuō yùn", + "numeric" : "tuo1 yun4", + "wadegiles" : "t'o¹ yün⁴", + "bopomofo" : "ㄊㄨㄛ ㄩㄣˋ", + "romatzyh" : "tuo yunn" }, + "meanings" : [ "to consign (goods)", + "to check through (baggage)" ], + "classifiers" : [] } ] }, + { "simplified" : "拖", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 2130, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拕", + "transcriptions" : { "pinyin" : "tuō", + "numeric" : "tuo1", + "wadegiles" : "t'o¹", + "bopomofo" : "ㄊㄨㄛ", + "romatzyh" : "tuo" }, + "meanings" : [ "variant of 拖" ], + "classifiers" : [] }, + { "traditional" : "拖", + "transcriptions" : { "pinyin" : "tuō", + "numeric" : "tuo1", + "wadegiles" : "t'o¹", + "bopomofo" : "ㄊㄨㄛ", + "romatzyh" : "tuo" }, + "meanings" : [ "to drag", + "to tow", + "to trail", + "to hang down", + "to mop (the floor)", + "to delay", + "to drag on" ], + "classifiers" : [] } ] }, + { "simplified" : "拖累", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13870, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拖累", + "transcriptions" : { "pinyin" : "tuō lěi", + "numeric" : "tuo1 lei3", + "wadegiles" : "t'o¹ lei³", + "bopomofo" : "ㄊㄨㄛ ㄌㄟˇ", + "romatzyh" : "tuo leei" }, + "meanings" : [ "to encumber", + "to be a burden on", + "to implicate" ], + "classifiers" : [] } ] }, + { "simplified" : "拖欠", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14024, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拖欠", + "transcriptions" : { "pinyin" : "tuō qiàn", + "numeric" : "tuo1 qian4", + "wadegiles" : "t'o¹ ch'ien⁴", + "bopomofo" : "ㄊㄨㄛ ㄑㄧㄢˋ", + "romatzyh" : "tuo chiann" }, + "meanings" : [ "in arrears", + "behind in payments", + "to default on one's debts" ], + "classifiers" : [] } ] }, + { "simplified" : "拖鞋", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 10344, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "拖鞋", + "transcriptions" : { "pinyin" : "tuō xié", + "numeric" : "tuo1 xie2", + "wadegiles" : "t'o¹ hsieh²", + "bopomofo" : "ㄊㄨㄛ ㄒㄧㄝˊ", + "romatzyh" : "tuo shye" }, + "meanings" : [ "slippers", + "sandals", + "flip-flops" ], + "classifiers" : [ "双", "只" ] } ] }, + { "simplified" : "拖延", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7732, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拖延", + "transcriptions" : { "pinyin" : "tuō yán", + "numeric" : "tuo1 yan2", + "wadegiles" : "t'o¹ yan²", + "bopomofo" : "ㄊㄨㄛ ㄧㄢˊ", + "romatzyh" : "tuo yan" }, + "meanings" : [ "to delay", + "to put off", + "to procrastinate" ], + "classifiers" : [] } ] }, + { "simplified" : "脱", + "radical" : "⺼", + "level" : [ "new-4", "old-4" ], + "frequency" : 2303, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "脫", + "transcriptions" : { "pinyin" : "tuō", + "numeric" : "tuo1", + "wadegiles" : "t'o¹", + "bopomofo" : "ㄊㄨㄛ", + "romatzyh" : "tuo" }, + "meanings" : [ "to shed", + "to take off", + "to escape", + "to get away from" ], + "classifiers" : [] } ] }, + { "simplified" : "脱节", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 20901, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "脫節", + "transcriptions" : { "pinyin" : "tuō jié", + "numeric" : "tuo1 jie2", + "wadegiles" : "t'o¹ chieh²", + "bopomofo" : "ㄊㄨㄛ ㄐㄧㄝˊ", + "romatzyh" : "tuo jye" }, + "meanings" : [ "to come apart" ], + "classifiers" : [] } ] }, + { "simplified" : "脱口而出", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 18812, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "脫口而出", + "transcriptions" : { "pinyin" : "tuō kǒu ér chū", + "numeric" : "tuo1 kou3 er2 chu1", + "wadegiles" : "t'o¹ k'ou³ erh² ch'u¹", + "bopomofo" : "ㄊㄨㄛ ㄎㄡˇ ㄦˊ ㄔㄨ", + "romatzyh" : "tuo koou erl chu" }, + "meanings" : [ "to blurt out; to let slip (an indiscreet remark)" ], + "classifiers" : [] } ] }, + { "simplified" : "脱离", + "radical" : "⺼", + "level" : [ "new-5", "old-6" ], + "frequency" : 4351, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "脫離", + "transcriptions" : { "pinyin" : "tuō lí", + "numeric" : "tuo1 li2", + "wadegiles" : "t'o¹ li²", + "bopomofo" : "ㄊㄨㄛ ㄌㄧˊ", + "romatzyh" : "tuo li" }, + "meanings" : [ "to separate oneself from", + "to break away from", + "diastasis (medicine)", + "abscission", + "abjunction (botany)" ], + "classifiers" : [] } ] }, + { "simplified" : "脱落", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 11749, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "脫落", + "transcriptions" : { "pinyin" : "tuō luò", + "numeric" : "tuo1 luo4", + "wadegiles" : "t'o¹ lo⁴", + "bopomofo" : "ㄊㄨㄛ ㄌㄨㄛˋ", + "romatzyh" : "tuo luoh" }, + "meanings" : [ "to drop off", + "to come off", + "to lose (hair etc)", + "to omit (a character when writing)" ], + "classifiers" : [] } ] }, + { "simplified" : "脱身", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 12896, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "脫身", + "transcriptions" : { "pinyin" : "tuō shēn", + "numeric" : "tuo1 shen1", + "wadegiles" : "t'o¹ shen¹", + "bopomofo" : "ㄊㄨㄛ ㄕㄣ", + "romatzyh" : "tuo shen" }, + "meanings" : [ "to get away", + "to escape (from obligations)", + "to free oneself", + "to disengage" ], + "classifiers" : [] } ] }, + { "simplified" : "脱颖而出", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 10861, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "脫穎而出", + "transcriptions" : { "pinyin" : "tuō yǐng ér chū", + "numeric" : "tuo1 ying3 er2 chu1", + "wadegiles" : "t'o¹ ying³ erh² ch'u¹", + "bopomofo" : "ㄊㄨㄛ ㄧㄥˇ ㄦˊ ㄔㄨ", + "romatzyh" : "tuo yiing erl chu" }, + "meanings" : [ "to reveal one's talent (idiom)", + "to rise above others; to distinguish oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "驮", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 28188, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "䭾", + "transcriptions" : { "pinyin" : "tuó", + "numeric" : "tuo2", + "wadegiles" : "t'o²", + "bopomofo" : "ㄊㄨㄛˊ", + "romatzyh" : "two" }, + "meanings" : [ "variant of 驮" ], + "classifiers" : [] }, + { "traditional" : "馱", + "transcriptions" : { "pinyin" : "duò", + "numeric" : "duo4", + "wadegiles" : "to⁴", + "bopomofo" : "ㄉㄨㄛˋ", + "romatzyh" : "duoh" }, + "meanings" : [ "load carried by a pack animal" ], + "classifiers" : [] }, + { "traditional" : "馱", + "transcriptions" : { "pinyin" : "tuó", + "numeric" : "tuo2", + "wadegiles" : "t'o²", + "bopomofo" : "ㄊㄨㄛˊ", + "romatzyh" : "two" }, + "meanings" : [ "to carry on one's back" ], + "classifiers" : [] } ] }, + { "simplified" : "妥", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 8024, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "妥", + "transcriptions" : { "pinyin" : "tuǒ", + "numeric" : "tuo3", + "wadegiles" : "t'o³", + "bopomofo" : "ㄊㄨㄛˇ", + "romatzyh" : "tuoo" }, + "meanings" : [ "suitable", + "adequate", + "ready", + "settled" ], + "classifiers" : [] } ] }, + { "simplified" : "妥当", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14010, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "妥當", + "transcriptions" : { "pinyin" : "tuǒ dang", + "numeric" : "tuo3 dang5", + "wadegiles" : "t'o³ dang", + "bopomofo" : "ㄊㄨㄛˇ dang", + "romatzyh" : "tuoo dang" }, + "meanings" : [ "appropriate", "proper", "ready" ], + "classifiers" : [] } ] }, + { "simplified" : "妥善", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11968, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "妥善", + "transcriptions" : { "pinyin" : "tuǒ shàn", + "numeric" : "tuo3 shan4", + "wadegiles" : "t'o³ shan⁴", + "bopomofo" : "ㄊㄨㄛˇ ㄕㄢˋ", + "romatzyh" : "tuoo shann" }, + "meanings" : [ "appropriate; proper" ], + "classifiers" : [] } ] }, + { "simplified" : "妥协", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7090, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "妥協", + "transcriptions" : { "pinyin" : "tuǒ xié", + "numeric" : "tuo3 xie2", + "wadegiles" : "t'o³ hsieh²", + "bopomofo" : "ㄊㄨㄛˇ ㄒㄧㄝˊ", + "romatzyh" : "tuoo shye" }, + "meanings" : [ "to compromise", + "to reach terms", + "a compromise" ], + "classifiers" : [] } ] }, + { "simplified" : "椭圆", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 26348, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "橢圓", + "transcriptions" : { "pinyin" : "tuǒ yuán", + "numeric" : "tuo3 yuan2", + "wadegiles" : "t'o³ yüan²", + "bopomofo" : "ㄊㄨㄛˇ ㄩㄢˊ", + "romatzyh" : "tuoo yuan" }, + "meanings" : [ "oval", "ellipse", "elliptic" ], + "classifiers" : [] } ] }, + { "simplified" : "唾沫", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 21892, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "唾沫", + "transcriptions" : { "pinyin" : "tuò mo", + "numeric" : "tuo4 mo5", + "wadegiles" : "t'o⁴ mo", + "bopomofo" : "ㄊㄨㄛˋ mo", + "romatzyh" : "tuoh mo" }, + "meanings" : [ "spittle", "saliva" ], + "classifiers" : [] } ] }, + { "simplified" : "唾液", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 17628, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "唾液", + "transcriptions" : { "pinyin" : "tuò yè", + "numeric" : "tuo4 ye4", + "wadegiles" : "t'o⁴ yeh⁴", + "bopomofo" : "ㄊㄨㄛˋ ㄧㄝˋ", + "romatzyh" : "tuoh yeh" }, + "meanings" : [ "saliva" ], + "classifiers" : [] } ] }, + { "simplified" : "挖", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 2449, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挖", + "transcriptions" : { "pinyin" : "wā", + "numeric" : "wa1", + "wadegiles" : "wa¹", + "bopomofo" : "ㄨㄚ", + "romatzyh" : "ua" }, + "meanings" : [ "to dig", + "to excavate", + "to scoop out" ], + "classifiers" : [] } ] }, + { "simplified" : "挖掘", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5490, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "挖掘", + "transcriptions" : { "pinyin" : "wā jué", + "numeric" : "wa1 jue2", + "wadegiles" : "wa¹ chüeh²", + "bopomofo" : "ㄨㄚ ㄐㄩㄝˊ", + "romatzyh" : "ua jyue" }, + "meanings" : [ "to excavate", + "to dig", + "to unearth" ], + "classifiers" : [] } ] }, + { "simplified" : "挖苦", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 22351, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "挖苦", + "transcriptions" : { "pinyin" : "wā kǔ", + "numeric" : "wa1 ku3", + "wadegiles" : "wa¹ k'u³", + "bopomofo" : "ㄨㄚ ㄎㄨˇ", + "romatzyh" : "ua kuu" }, + "meanings" : [ "to speak sarcastically", + "to make cutting remarks", + "also pr. [wā ku]" ], + "classifiers" : [] } ] }, + { "simplified" : "娃娃", + "radical" : "女", + "level" : [ "new-6", "old-6" ], + "frequency" : 4084, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "娃娃", + "transcriptions" : { "pinyin" : "wá wa", + "numeric" : "wa2 wa5", + "wadegiles" : "wa² wa", + "bopomofo" : "ㄨㄚˊ wa", + "romatzyh" : "wa wa" }, + "meanings" : [ "baby", "small child", "doll" ], + "classifiers" : [] } ] }, + { "simplified" : "瓦", + "radical" : "瓦", + "level" : [ "new-7+" ], + "frequency" : 3722, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "瓦", + "transcriptions" : { "pinyin" : "wǎ", + "numeric" : "wa3", + "wadegiles" : "wa³", + "bopomofo" : "ㄨㄚˇ", + "romatzyh" : "waa" }, + "meanings" : [ "roof tile", "abbr. for 特" ], + "classifiers" : [] } ] }, + { "simplified" : "瓦解", + "radical" : "瓦", + "level" : [ "old-6" ], + "frequency" : 15829, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "瓦解", + "transcriptions" : { "pinyin" : "wǎ jiě", + "numeric" : "wa3 jie3", + "wadegiles" : "wa³ chieh³", + "bopomofo" : "ㄨㄚˇ ㄐㄧㄝˇ", + "romatzyh" : "waa jiee" }, + "meanings" : [ "to collapse; to disintegrate; to crumble", + "to disrupt; to break up" ], + "classifiers" : [] } ] }, + { "simplified" : "袜子", + "radical" : "衤", + "level" : [ "new-4", "old-4" ], + "frequency" : 6566, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "襪子", + "transcriptions" : { "pinyin" : "wà zi", + "numeric" : "wa4 zi5", + "wadegiles" : "wa⁴ zi", + "bopomofo" : "ㄨㄚˋ zi", + "romatzyh" : "wah zi" }, + "meanings" : [ "socks", "stockings" ], + "classifiers" : [ "只", "对", "双" ] } ] }, + { "simplified" : "哇", + "radical" : "口", + "level" : [ "new-6", "old-6" ], + "frequency" : 762, + "pos" : [ "y", "o" ], + "forms" : [ { "traditional" : "哇", + "transcriptions" : { "pinyin" : "wā", + "numeric" : "wa1", + "wadegiles" : "wa¹", + "bopomofo" : "ㄨㄚ", + "romatzyh" : "ua" }, + "meanings" : [ "Wow!", + "sound of a child's crying", + "sound of vomiting" ], + "classifiers" : [] }, + { "traditional" : "哇", + "transcriptions" : { "pinyin" : "wa", + "numeric" : "wa5", + "wadegiles" : "wa", + "bopomofo" : "wa", + "romatzyh" : "wa" }, + "meanings" : [ "replaces 啊 when following the vowel \"u\" or \"ao\"" ], + "classifiers" : [] } ] }, + { "simplified" : "歪", + "radical" : "止", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5307, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "歪", + "transcriptions" : { "pinyin" : "wāi", + "numeric" : "wai1", + "wadegiles" : "wai¹", + "bopomofo" : "ㄨㄞ", + "romatzyh" : "uai" }, + "meanings" : [ "askew", + "at a crooked angle", + "devious", + "noxious", + "(coll.) to lie on one's side" ], + "classifiers" : [] }, + { "traditional" : "歪", + "transcriptions" : { "pinyin" : "wǎi", + "numeric" : "wai3", + "wadegiles" : "wai³", + "bopomofo" : "ㄨㄞˇ", + "romatzyh" : "woai" }, + "meanings" : [ "to sprain (one's ankle) (Tw)" ], + "classifiers" : [] } ] }, + { "simplified" : "歪曲", + "radical" : "止", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15953, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "歪曲", + "transcriptions" : { "pinyin" : "wāi qū", + "numeric" : "wai1 qu1", + "wadegiles" : "wai¹ ch'ü¹", + "bopomofo" : "ㄨㄞ ㄑㄩ", + "romatzyh" : "uai chiu" }, + "meanings" : [ "to distort", "to misrepresent" ], + "classifiers" : [] } ] }, + { "simplified" : "外", + "radical" : "夕", + "level" : [ "new-1", "old-2" ], + "frequency" : 489, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "外", + "transcriptions" : { "pinyin" : "wài", + "numeric" : "wai4", + "wadegiles" : "wai⁴", + "bopomofo" : "ㄨㄞˋ", + "romatzyh" : "way" }, + "meanings" : [ "outside", + "in addition", + "foreign", + "external" ], + "classifiers" : [] } ] }, + { "simplified" : "外币", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 26687, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外幣", + "transcriptions" : { "pinyin" : "wài bì", + "numeric" : "wai4 bi4", + "wadegiles" : "wai⁴ pi⁴", + "bopomofo" : "ㄨㄞˋ ㄅㄧˋ", + "romatzyh" : "way bih" }, + "meanings" : [ "foreign currency" ], + "classifiers" : [] } ] }, + { "simplified" : "外边", + "radical" : "夕", + "level" : [ "new-1" ], + "frequency" : 12319, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "外邊", + "transcriptions" : { "pinyin" : "wài bian", + "numeric" : "wai4 bian5", + "wadegiles" : "wai⁴ bian", + "bopomofo" : "ㄨㄞˋ bian", + "romatzyh" : "way bian" }, + "meanings" : [ "outside", + "outer surface", + "abroad", + "place other than one's home" ], + "classifiers" : [] } ] }, + { "simplified" : "外表", + "radical" : "夕", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5139, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外表", + "transcriptions" : { "pinyin" : "wài biǎo", + "numeric" : "wai4 biao3", + "wadegiles" : "wai⁴ piao³", + "bopomofo" : "ㄨㄞˋ ㄅㄧㄠˇ", + "romatzyh" : "way beau" }, + "meanings" : [ "external", + "outside", + "outward appearance" ], + "classifiers" : [] } ] }, + { "simplified" : "外部", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 6530, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "外部", + "transcriptions" : { "pinyin" : "wài bù", + "numeric" : "wai4 bu4", + "wadegiles" : "wai⁴ pu⁴", + "bopomofo" : "ㄨㄞˋ ㄅㄨˋ", + "romatzyh" : "way buh" }, + "meanings" : [ "the outside; (attributive) external", + "exterior; surface" ], + "classifiers" : [] } ] }, + { "simplified" : "外出", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 5865, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "外出", + "transcriptions" : { "pinyin" : "wài chū", + "numeric" : "wai4 chu1", + "wadegiles" : "wai⁴ ch'u¹", + "bopomofo" : "ㄨㄞˋ ㄔㄨ", + "romatzyh" : "way chu" }, + "meanings" : [ "to go out", + "to go away (on a trip etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "外地", + "radical" : "夕", + "level" : [ "new-2" ], + "frequency" : 7943, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "外地", + "transcriptions" : { "pinyin" : "wài dì", + "numeric" : "wai4 di4", + "wadegiles" : "wai⁴ ti⁴", + "bopomofo" : "ㄨㄞˋ ㄉㄧˋ", + "romatzyh" : "way dih" }, + "meanings" : [ "parts of the country other than where one is" ], + "classifiers" : [] } ] }, + { "simplified" : "外公", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 10197, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外公", + "transcriptions" : { "pinyin" : "wài gōng", + "numeric" : "wai4 gong1", + "wadegiles" : "wai⁴ kung¹", + "bopomofo" : "ㄨㄞˋ ㄍㄨㄥ", + "romatzyh" : "way gong" }, + "meanings" : [ "(coll.) mother's father", + "maternal grandfather" ], + "classifiers" : [] } ] }, + { "simplified" : "外观", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 12593, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外觀", + "transcriptions" : { "pinyin" : "wài guān", + "numeric" : "wai4 guan1", + "wadegiles" : "wai⁴ kuan¹", + "bopomofo" : "ㄨㄞˋ ㄍㄨㄢ", + "romatzyh" : "way guan" }, + "meanings" : [ "outward appearance" ], + "classifiers" : [] } ] }, + { "simplified" : "外国", + "radical" : "夕", + "level" : [ "new-1" ], + "frequency" : 4151, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外國", + "transcriptions" : { "pinyin" : "wài guó", + "numeric" : "wai4 guo2", + "wadegiles" : "wai⁴ kuo²", + "bopomofo" : "ㄨㄞˋ ㄍㄨㄛˊ", + "romatzyh" : "way gwo" }, + "meanings" : [ "foreign (country)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "外号", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 13355, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外號", + "transcriptions" : { "pinyin" : "wài hào", + "numeric" : "wai4 hao4", + "wadegiles" : "wai⁴ hao⁴", + "bopomofo" : "ㄨㄞˋ ㄏㄠˋ", + "romatzyh" : "way haw" }, + "meanings" : [ "nickname" ], + "classifiers" : [] } ] }, + { "simplified" : "外汇", + "radical" : "夕", + "level" : [ "new-4" ], + "frequency" : 15343, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外匯", + "transcriptions" : { "pinyin" : "wài huì", + "numeric" : "wai4 hui4", + "wadegiles" : "wai⁴ hui⁴", + "bopomofo" : "ㄨㄞˋ ㄏㄨㄟˋ", + "romatzyh" : "way huey" }, + "meanings" : [ "foreign (currency) exchange" ], + "classifiers" : [] } ] }, + { "simplified" : "外籍", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 23378, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外籍", + "transcriptions" : { "pinyin" : "wài jí", + "numeric" : "wai4 ji2", + "wadegiles" : "wai⁴ chi²", + "bopomofo" : "ㄨㄞˋ ㄐㄧˊ", + "romatzyh" : "way jyi" }, + "meanings" : [ "foreign (i.e. of foreign nationality)" ], + "classifiers" : [] } ] }, + { "simplified" : "外交", + "radical" : "夕", + "level" : [ "new-3", "old-5" ], + "frequency" : 5317, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外交", + "transcriptions" : { "pinyin" : "wài jiāo", + "numeric" : "wai4 jiao1", + "wadegiles" : "wai⁴ chiao¹", + "bopomofo" : "ㄨㄞˋ ㄐㄧㄠ", + "romatzyh" : "way jiau" }, + "meanings" : [ "diplomacy", + "diplomatic", + "foreign affairs" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "外交官", + "radical" : "夕", + "level" : [ "new-4" ], + "frequency" : 15122, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外交官", + "transcriptions" : { "pinyin" : "wài jiāo guān", + "numeric" : "wai4 jiao1 guan1", + "wadegiles" : "wai⁴ chiao¹ kuan¹", + "bopomofo" : "ㄨㄞˋ ㄐㄧㄠ ㄍㄨㄢ", + "romatzyh" : "way jiau guan" }, + "meanings" : [ "diplomat" ], + "classifiers" : [] } ] }, + { "simplified" : "外界", + "radical" : "夕", + "level" : [ "new-5", "old-6" ], + "frequency" : 5695, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外界", + "transcriptions" : { "pinyin" : "wài jiè", + "numeric" : "wai4 jie4", + "wadegiles" : "wai⁴ chieh⁴", + "bopomofo" : "ㄨㄞˋ ㄐㄧㄝˋ", + "romatzyh" : "way jieh" }, + "meanings" : [ "the outside world", "external" ], + "classifiers" : [] } ] }, + { "simplified" : "外科", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 4446, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外科", + "transcriptions" : { "pinyin" : "wài kē", + "numeric" : "wai4 ke1", + "wadegiles" : "wai⁴ k'o¹", + "bopomofo" : "ㄨㄞˋ ㄎㄜ", + "romatzyh" : "way ke" }, + "meanings" : [ "surgery (branch of medicine)" ], + "classifiers" : [] } ] }, + { "simplified" : "外来", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 7042, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "外來", + "transcriptions" : { "pinyin" : "wài lái", + "numeric" : "wai4 lai2", + "wadegiles" : "wai⁴ lai²", + "bopomofo" : "ㄨㄞˋ ㄌㄞˊ", + "romatzyh" : "way lai" }, + "meanings" : [ "external", "foreign", "outside" ], + "classifiers" : [] } ] }, + { "simplified" : "外卖", + "radical" : "夕", + "level" : [ "new-2" ], + "frequency" : 15748, + "pos" : [], + "forms" : [ { "traditional" : "外賣", + "transcriptions" : { "pinyin" : "wài mài", + "numeric" : "wai4 mai4", + "wadegiles" : "wai⁴ mai⁴", + "bopomofo" : "ㄨㄞˋ ㄇㄞˋ", + "romatzyh" : "way may" }, + "meanings" : [ "(of a restaurant) to provide a takeout or home delivery meal", + "takeout (business)", + "takeout (meal)" ], + "classifiers" : [] } ] }, + { "simplified" : "外贸", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 25516, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外貿", + "transcriptions" : { "pinyin" : "wài mào", + "numeric" : "wai4 mao4", + "wadegiles" : "wai⁴ mao⁴", + "bopomofo" : "ㄨㄞˋ ㄇㄠˋ", + "romatzyh" : "way maw" }, + "meanings" : [ "foreign trade" ], + "classifiers" : [] } ] }, + { "simplified" : "外貌", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 13933, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外貌", + "transcriptions" : { "pinyin" : "wài mào", + "numeric" : "wai4 mao4", + "wadegiles" : "wai⁴ mao⁴", + "bopomofo" : "ㄨㄞˋ ㄇㄠˋ", + "romatzyh" : "way maw" }, + "meanings" : [ "profile", "appearance" ], + "classifiers" : [] } ] }, + { "simplified" : "外面", + "radical" : "夕", + "level" : [ "new-3" ], + "frequency" : 1352, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "外面", + "transcriptions" : { "pinyin" : "wài miàn", + "numeric" : "wai4 mian4", + "wadegiles" : "wai⁴ mien⁴", + "bopomofo" : "ㄨㄞˋ ㄇㄧㄢˋ", + "romatzyh" : "way miann" }, + "meanings" : [ "outside (also pr. [wài mian] for this sense)", + "surface", + "exterior", + "external appearance" ], + "classifiers" : [] } ] }, + { "simplified" : "外婆", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 5967, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外婆", + "transcriptions" : { "pinyin" : "wài pó", + "numeric" : "wai4 po2", + "wadegiles" : "wai⁴ p'o²", + "bopomofo" : "ㄨㄞˋ ㄆㄛˊ", + "romatzyh" : "way por" }, + "meanings" : [ "(coll.) mother's mother", + "maternal grandmother" ], + "classifiers" : [] } ] }, + { "simplified" : "外企", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 15812, + "pos" : [], + "forms" : [ { "traditional" : "外企", + "transcriptions" : { "pinyin" : "wài qǐ", + "numeric" : "wai4 qi3", + "wadegiles" : "wai⁴ ch'i³", + "bopomofo" : "ㄨㄞˋ ㄑㄧˇ", + "romatzyh" : "way chii" }, + "meanings" : [ "foreign enterprise", + "company established in mainland China with direct investment from foreign entities or from investors in Taiwan, Macao or Hong Kong", + "abbr. for 外资企业" ], + "classifiers" : [] } ] }, + { "simplified" : "外套", + "radical" : "夕", + "level" : [ "new-4" ], + "frequency" : 3188, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外套", + "transcriptions" : { "pinyin" : "wài tào", + "numeric" : "wai4 tao4", + "wadegiles" : "wai⁴ t'ao⁴", + "bopomofo" : "ㄨㄞˋ ㄊㄠˋ", + "romatzyh" : "way taw" }, + "meanings" : [ "coat", "jacket" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "外头", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 16569, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "外頭", + "transcriptions" : { "pinyin" : "wài tou", + "numeric" : "wai4 tou5", + "wadegiles" : "wai⁴ tou", + "bopomofo" : "ㄨㄞˋ tou", + "romatzyh" : "way tou" }, + "meanings" : [ "outside", "out" ], + "classifiers" : [] } ] }, + { "simplified" : "外文", + "radical" : "夕", + "level" : [ "new-3" ], + "frequency" : 32623, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外文", + "transcriptions" : { "pinyin" : "wài wén", + "numeric" : "wai4 wen2", + "wadegiles" : "wai⁴ wen²", + "bopomofo" : "ㄨㄞˋ ㄨㄣˊ", + "romatzyh" : "way wen" }, + "meanings" : [ "foreign language (written)" ], + "classifiers" : [] } ] }, + { "simplified" : "外向", + "radical" : "夕", + "level" : [ "old-6" ], + "frequency" : 32377, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "外向", + "transcriptions" : { "pinyin" : "wài xiàng", + "numeric" : "wai4 xiang4", + "wadegiles" : "wai⁴ hsiang⁴", + "bopomofo" : "ㄨㄞˋ ㄒㄧㄤˋ", + "romatzyh" : "way shianq" }, + "meanings" : [ "extroverted (personality)", + "(economics etc) export-oriented" ], + "classifiers" : [] } ] }, + { "simplified" : "外星人", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 8135, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外星人", + "transcriptions" : { "pinyin" : "wài xīng rén", + "numeric" : "wai4 xing1 ren2", + "wadegiles" : "wai⁴ hsing¹ jen²", + "bopomofo" : "ㄨㄞˋ ㄒㄧㄥ ㄖㄣˊ", + "romatzyh" : "way shing ren" }, + "meanings" : [ "space alien; extraterrestrial" ], + "classifiers" : [] } ] }, + { "simplified" : "外行", + "radical" : "夕", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18243, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "外行", + "transcriptions" : { "pinyin" : "wài háng", + "numeric" : "wai4 hang2", + "wadegiles" : "wai⁴ hang²", + "bopomofo" : "ㄨㄞˋ ㄏㄤˊ", + "romatzyh" : "way harng" }, + "meanings" : [ "layman", "amateur" ], + "classifiers" : [] } ] }, + { "simplified" : "外形", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 8907, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外形", + "transcriptions" : { "pinyin" : "wài xíng", + "numeric" : "wai4 xing2", + "wadegiles" : "wai⁴ hsing²", + "bopomofo" : "ㄨㄞˋ ㄒㄧㄥˊ", + "romatzyh" : "way shyng" }, + "meanings" : [ "figure", + "shape", + "external form", + "contour" ], + "classifiers" : [] } ] }, + { "simplified" : "外衣", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 11418, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外衣", + "transcriptions" : { "pinyin" : "wài yī", + "numeric" : "wai4 yi1", + "wadegiles" : "wai⁴ i¹", + "bopomofo" : "ㄨㄞˋ ㄧ", + "romatzyh" : "way i" }, + "meanings" : [ "outer clothing", + "semblance", + "appearance" ], + "classifiers" : [] } ] }, + { "simplified" : "外语", + "radical" : "夕", + "level" : [ "new-1" ], + "frequency" : 11159, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外語", + "transcriptions" : { "pinyin" : "wài yǔ", + "numeric" : "wai4 yu3", + "wadegiles" : "wai⁴ yü³", + "bopomofo" : "ㄨㄞˋ ㄩˇ", + "romatzyh" : "way yeu" }, + "meanings" : [ "foreign language" ], + "classifiers" : [ "门" ] } ] }, + { "simplified" : "外援", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 18275, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外援", + "transcriptions" : { "pinyin" : "wài yuán", + "numeric" : "wai4 yuan2", + "wadegiles" : "wai⁴ yüan²", + "bopomofo" : "ㄨㄞˋ ㄩㄢˊ", + "romatzyh" : "way yuan" }, + "meanings" : [ "foreign aid", + "external aid", + "(sports) foreign player", + "player recruited from overseas" ], + "classifiers" : [] } ] }, + { "simplified" : "外资", + "radical" : "夕", + "level" : [ "new-6" ], + "frequency" : 39797, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "外資", + "transcriptions" : { "pinyin" : "wài zī", + "numeric" : "wai4 zi1", + "wadegiles" : "wai⁴ tzu¹", + "bopomofo" : "ㄨㄞˋ ㄗ", + "romatzyh" : "way tzy" }, + "meanings" : [ "foreign investment" ], + "classifiers" : [] } ] }, + { "simplified" : "弯", + "radical" : "弓", + "level" : [ "new-4", "old-5" ], + "frequency" : 5007, + "pos" : [ "v", "g", "a", "q" ], + "forms" : [ { "traditional" : "彎", + "transcriptions" : { "pinyin" : "wān", + "numeric" : "wan1", + "wadegiles" : "wan¹", + "bopomofo" : "ㄨㄢ", + "romatzyh" : "uan" }, + "meanings" : [ "to bend", + "bent", + "a bend; a turn (in a road etc)" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "弯曲", + "radical" : "弓", + "level" : [ "new-6" ], + "frequency" : 10174, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "彎曲", + "transcriptions" : { "pinyin" : "wān qū", + "numeric" : "wan1 qu1", + "wadegiles" : "wan¹ ch'ü¹", + "bopomofo" : "ㄨㄢ ㄑㄩ", + "romatzyh" : "uan chiu" }, + "meanings" : [ "to bend", + "to curve around", + "curved", + "crooked", + "to wind", + "to warp" ], + "classifiers" : [] } ] }, + { "simplified" : "丸", + "radical" : "丶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6699, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "丸", + "transcriptions" : { "pinyin" : "wán", + "numeric" : "wan2", + "wadegiles" : "wan²", + "bopomofo" : "ㄨㄢˊ", + "romatzyh" : "wan" }, + "meanings" : [ "ball", "pellet", "pill" ], + "classifiers" : [] } ] }, + { "simplified" : "完", + "radical" : "宀", + "level" : [ "new-2", "old-2" ], + "frequency" : 395, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "完", + "transcriptions" : { "pinyin" : "wán", + "numeric" : "wan2", + "wadegiles" : "wan²", + "bopomofo" : "ㄨㄢˊ", + "romatzyh" : "wan" }, + "meanings" : [ "to finish", + "to be over", + "whole", + "complete", + "entire" ], + "classifiers" : [] } ] }, + { "simplified" : "完备", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21641, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "完備", + "transcriptions" : { "pinyin" : "wán bèi", + "numeric" : "wan2 bei4", + "wadegiles" : "wan² pei⁴", + "bopomofo" : "ㄨㄢˊ ㄅㄟˋ", + "romatzyh" : "wan bey" }, + "meanings" : [ "faultless", + "complete", + "perfect", + "to leave nothing to be desired" ], + "classifiers" : [] } ] }, + { "simplified" : "完毕", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3434, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "完畢", + "transcriptions" : { "pinyin" : "wán bì", + "numeric" : "wan2 bi4", + "wadegiles" : "wan² pi⁴", + "bopomofo" : "ㄨㄢˊ ㄅㄧˋ", + "romatzyh" : "wan bih" }, + "meanings" : [ "to finish", + "to end", + "to complete" ], + "classifiers" : [] } ] }, + { "simplified" : "完成", + "radical" : "宀", + "level" : [ "new-2", "old-3" ], + "frequency" : 486, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "完成", + "transcriptions" : { "pinyin" : "wán chéng", + "numeric" : "wan2 cheng2", + "wadegiles" : "wan² ch'eng²", + "bopomofo" : "ㄨㄢˊ ㄔㄥˊ", + "romatzyh" : "wan cherng" }, + "meanings" : [ "to complete; to accomplish" ], + "classifiers" : [] } ] }, + { "simplified" : "完蛋", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 8995, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "完蛋", + "transcriptions" : { "pinyin" : "wán dàn", + "numeric" : "wan2 dan4", + "wadegiles" : "wan² tan⁴", + "bopomofo" : "ㄨㄢˊ ㄉㄢˋ", + "romatzyh" : "wan dann" }, + "meanings" : [ "(coll.) to be done for" ], + "classifiers" : [] } ] }, + { "simplified" : "完好", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 12191, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "完好", + "transcriptions" : { "pinyin" : "wán hǎo", + "numeric" : "wan2 hao3", + "wadegiles" : "wan² hao³", + "bopomofo" : "ㄨㄢˊ ㄏㄠˇ", + "romatzyh" : "wan hao" }, + "meanings" : [ "intact", "in good condition" ], + "classifiers" : [] } ] }, + { "simplified" : "完了", + "radical" : "宀", + "level" : [ "new-5" ], + "frequency" : 4189, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "完了", + "transcriptions" : { "pinyin" : "wán le", + "numeric" : "wan2 le5", + "wadegiles" : "wan² le", + "bopomofo" : "ㄨㄢˊ le", + "romatzyh" : "wan le" }, + "meanings" : [ "to be finished", + "to be done for", + "ruined", + "gone to the dogs", + "oh no" ], + "classifiers" : [] } ] }, + { "simplified" : "完美", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 1292, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "完美", + "transcriptions" : { "pinyin" : "wán měi", + "numeric" : "wan2 mei3", + "wadegiles" : "wan² mei³", + "bopomofo" : "ㄨㄢˊ ㄇㄟˇ", + "romatzyh" : "wan meei" }, + "meanings" : [ "perfect" ], + "classifiers" : [] } ] }, + { "simplified" : "完全", + "radical" : "宀", + "level" : [ "new-2", "old-4" ], + "frequency" : 393, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "完全", + "transcriptions" : { "pinyin" : "wán quán", + "numeric" : "wan2 quan2", + "wadegiles" : "wan² ch'üan²", + "bopomofo" : "ㄨㄢˊ ㄑㄩㄢˊ", + "romatzyh" : "wan chyuan" }, + "meanings" : [ "complete; whole", + "totally; entirely" ], + "classifiers" : [] } ] }, + { "simplified" : "完善", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 5660, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "完善", + "transcriptions" : { "pinyin" : "wán shàn", + "numeric" : "wan2 shan4", + "wadegiles" : "wan² shan⁴", + "bopomofo" : "ㄨㄢˊ ㄕㄢˋ", + "romatzyh" : "wan shann" }, + "meanings" : [ "(of systems, facilities etc) comprehensive", + "well-developed", + "excellent", + "to refine", + "to improve" ], + "classifiers" : [] } ] }, + { "simplified" : "完整", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 2824, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "完整", + "transcriptions" : { "pinyin" : "wán zhěng", + "numeric" : "wan2 zheng3", + "wadegiles" : "wan² cheng³", + "bopomofo" : "ㄨㄢˊ ㄓㄥˇ", + "romatzyh" : "wan jeeng" }, + "meanings" : [ "complete", "intact" ], + "classifiers" : [] } ] }, + { "simplified" : "玩", + "radical" : "王", + "level" : [ "old-2" ], + "frequency" : 415, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "玩", + "transcriptions" : { "pinyin" : "wán", + "numeric" : "wan2", + "wadegiles" : "wan²", + "bopomofo" : "ㄨㄢˊ", + "romatzyh" : "wan" }, + "meanings" : [ "to play", + "to have fun", + "to trifle with", + "toy", + "sth used for amusement", + "curio or antique (Taiwan pr. [wàn])", + "to keep sth for entertainment" ], + "classifiers" : [] }, + { "traditional" : "翫", + "transcriptions" : { "pinyin" : "wán", + "numeric" : "wan2", + "wadegiles" : "wan²", + "bopomofo" : "ㄨㄢˊ", + "romatzyh" : "wan" }, + "meanings" : [ "variant of 玩", "Taiwan pr. [wàn]" ], + "classifiers" : [] } ] }, + { "simplified" : "玩儿", + "radical" : "王", + "level" : [ "new-1" ], + "frequency" : 7297, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "玩兒", + "transcriptions" : { "pinyin" : "wán r", + "numeric" : "wan2 r5", + "wadegiles" : "wan² r", + "bopomofo" : "ㄨㄢˊ r", + "romatzyh" : "wan r" }, + "meanings" : [ "to play", + "to have fun", + "to hang out" ], + "classifiers" : [] } ] }, + { "simplified" : "玩具", + "radical" : "王", + "level" : [ "new-3", "old-5" ], + "frequency" : 3240, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "玩具", + "transcriptions" : { "pinyin" : "wán jù", + "numeric" : "wan2 ju4", + "wadegiles" : "wan² chü⁴", + "bopomofo" : "ㄨㄢˊ ㄐㄩˋ", + "romatzyh" : "wan jiuh" }, + "meanings" : [ "plaything", "toy" ], + "classifiers" : [] } ] }, + { "simplified" : "玩弄", + "radical" : "王", + "level" : [ "old-6" ], + "frequency" : 11043, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "玩弄", + "transcriptions" : { "pinyin" : "wán nòng", + "numeric" : "wan2 nong4", + "wadegiles" : "wan² nung⁴", + "bopomofo" : "ㄨㄢˊ ㄋㄨㄥˋ", + "romatzyh" : "wan nonq" }, + "meanings" : [ "to play with", + "to toy with", + "to dally with", + "to engage in", + "to resort to" ], + "classifiers" : [] } ] }, + { "simplified" : "玩耍", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 10026, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "玩耍", + "transcriptions" : { "pinyin" : "wán shuǎ", + "numeric" : "wan2 shua3", + "wadegiles" : "wan² shua³", + "bopomofo" : "ㄨㄢˊ ㄕㄨㄚˇ", + "romatzyh" : "wan shoa" }, + "meanings" : [ "to play (as children do)", + "to amuse oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "玩意儿", + "radical" : "王", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14169, + "pos" : [], + "forms" : [ { "traditional" : "玩意兒", + "transcriptions" : { "pinyin" : "wán yì r", + "numeric" : "wan2 yi4 r5", + "wadegiles" : "wan² i⁴ r", + "bopomofo" : "ㄨㄢˊ ㄧˋ r", + "romatzyh" : "wan yih r" }, + "meanings" : [ "erhua variant of 意" ], + "classifiers" : [] } ] }, + { "simplified" : "顽固", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11477, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "頑固", + "transcriptions" : { "pinyin" : "wán gù", + "numeric" : "wan2 gu4", + "wadegiles" : "wan² ku⁴", + "bopomofo" : "ㄨㄢˊ ㄍㄨˋ", + "romatzyh" : "wan guh" }, + "meanings" : [ "stubborn; obstinate" ], + "classifiers" : [] } ] }, + { "simplified" : "顽皮", + "radical" : "页", + "level" : [ "new-6" ], + "frequency" : 19839, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "頑皮", + "transcriptions" : { "pinyin" : "wán pí", + "numeric" : "wan2 pi2", + "wadegiles" : "wan² p'i²", + "bopomofo" : "ㄨㄢˊ ㄆㄧˊ", + "romatzyh" : "wan pyi" }, + "meanings" : [ "naughty" ], + "classifiers" : [] } ] }, + { "simplified" : "顽强", + "radical" : "页", + "level" : [ "new-6", "old-6" ], + "frequency" : 9997, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "頑強", + "transcriptions" : { "pinyin" : "wán qiáng", + "numeric" : "wan2 qiang2", + "wadegiles" : "wan² ch'iang²", + "bopomofo" : "ㄨㄢˊ ㄑㄧㄤˊ", + "romatzyh" : "wan chyang" }, + "meanings" : [ "tenacious", "hard to defeat" ], + "classifiers" : [] } ] }, + { "simplified" : "挽", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14394, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挽", + "transcriptions" : { "pinyin" : "wǎn", + "numeric" : "wan3", + "wadegiles" : "wan³", + "bopomofo" : "ㄨㄢˇ", + "romatzyh" : "woan" }, + "meanings" : [ "to pull", + "to draw (a cart or a bow)", + "to roll up", + "to coil", + "to carry on the arm", + "to lament the dead", + "(fig.) to pull against", + "to recover" ], + "classifiers" : [] }, + { "traditional" : "輓", + "transcriptions" : { "pinyin" : "wǎn", + "numeric" : "wan3", + "wadegiles" : "wan³", + "bopomofo" : "ㄨㄢˇ", + "romatzyh" : "woan" }, + "meanings" : [ "variant of 挽", + "to draw (a cart)", + "to lament the dead" ], + "classifiers" : [] } ] }, + { "simplified" : "挽回", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7524, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挽回", + "transcriptions" : { "pinyin" : "wǎn huí", + "numeric" : "wan3 hui2", + "wadegiles" : "wan³ hui²", + "bopomofo" : "ㄨㄢˇ ㄏㄨㄟˊ", + "romatzyh" : "woan hwei" }, + "meanings" : [ "to retrieve", "to redeem" ], + "classifiers" : [] } ] }, + { "simplified" : "挽救", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6916, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "挽救", + "transcriptions" : { "pinyin" : "wǎn jiù", + "numeric" : "wan3 jiu4", + "wadegiles" : "wan³ chiu⁴", + "bopomofo" : "ㄨㄢˇ ㄐㄧㄡˋ", + "romatzyh" : "woan jiow" }, + "meanings" : [ "to save", + "to remedy", + "to rescue" ], + "classifiers" : [] } ] }, + { "simplified" : "惋惜", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15115, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "惋惜", + "transcriptions" : { "pinyin" : "wǎn xī", + "numeric" : "wan3 xi1", + "wadegiles" : "wan³ hsi¹", + "bopomofo" : "ㄨㄢˇ ㄒㄧ", + "romatzyh" : "woan shi" }, + "meanings" : [ "to regret", + "to feel that it is a great pity", + "to feel sorry for sb" ], + "classifiers" : [] } ] }, + { "simplified" : "晚", + "radical" : "日", + "level" : [ "new-1" ], + "frequency" : 558, + "pos" : [ "tg", "a", "ad" ], + "forms" : [ { "traditional" : "晚", + "transcriptions" : { "pinyin" : "wǎn", + "numeric" : "wan3", + "wadegiles" : "wan³", + "bopomofo" : "ㄨㄢˇ", + "romatzyh" : "woan" }, + "meanings" : [ "evening", "night", "late" ], + "classifiers" : [] } ] }, + { "simplified" : "晚安", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 1116, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "晚安", + "transcriptions" : { "pinyin" : "wǎn ān", + "numeric" : "wan3 an1", + "wadegiles" : "wan³ an¹", + "bopomofo" : "ㄨㄢˇ ㄢ", + "romatzyh" : "woan an" }, + "meanings" : [ "Good night!", "Good evening!" ], + "classifiers" : [] } ] }, + { "simplified" : "晚报", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 17540, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "晚報", + "transcriptions" : { "pinyin" : "wǎn bào", + "numeric" : "wan3 bao4", + "wadegiles" : "wan³ pao⁴", + "bopomofo" : "ㄨㄢˇ ㄅㄠˋ", + "romatzyh" : "woan baw" }, + "meanings" : [ "evening newspaper", + "(in a newspaper's name) Evening News" ], + "classifiers" : [] } ] }, + { "simplified" : "晚餐", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 3610, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "晚餐", + "transcriptions" : { "pinyin" : "wǎn cān", + "numeric" : "wan3 can1", + "wadegiles" : "wan³ ts'an¹", + "bopomofo" : "ㄨㄢˇ ㄘㄢ", + "romatzyh" : "woan tsan" }, + "meanings" : [ "evening meal", "dinner" ], + "classifiers" : [ "份", "顿", "次" ] } ] }, + { "simplified" : "晚点", + "radical" : "日", + "level" : [ "new-4" ], + "frequency" : 8761, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "晚點", + "transcriptions" : { "pinyin" : "wǎn diǎn", + "numeric" : "wan3 dian3", + "wadegiles" : "wan³ tien³", + "bopomofo" : "ㄨㄢˇ ㄉㄧㄢˇ", + "romatzyh" : "woan dean" }, + "meanings" : [ "(of trains etc) late", + "delayed", + "behind schedule", + "light dinner" ], + "classifiers" : [] } ] }, + { "simplified" : "晚饭", + "radical" : "日", + "level" : [ "new-1" ], + "frequency" : 3794, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "晚飯", + "transcriptions" : { "pinyin" : "wǎn fàn", + "numeric" : "wan3 fan4", + "wadegiles" : "wan³ fan⁴", + "bopomofo" : "ㄨㄢˇ ㄈㄢˋ", + "romatzyh" : "woan fann" }, + "meanings" : [ "evening meal", "dinner", "supper" ], + "classifiers" : [ "份", "顿", "次", "餐" ] } ] }, + { "simplified" : "晚会", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 3620, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "晚會", + "transcriptions" : { "pinyin" : "wǎn huì", + "numeric" : "wan3 hui4", + "wadegiles" : "wan³ hui⁴", + "bopomofo" : "ㄨㄢˇ ㄏㄨㄟˋ", + "romatzyh" : "woan huey" }, + "meanings" : [ "evening party" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "晚间", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 9159, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "晚間", + "transcriptions" : { "pinyin" : "wǎn jiān", + "numeric" : "wan3 jian1", + "wadegiles" : "wan³ chien¹", + "bopomofo" : "ㄨㄢˇ ㄐㄧㄢ", + "romatzyh" : "woan jian" }, + "meanings" : [ "evening", "night" ], + "classifiers" : [] } ] }, + { "simplified" : "晚年", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 17146, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "晚年", + "transcriptions" : { "pinyin" : "wǎn nián", + "numeric" : "wan3 nian2", + "wadegiles" : "wan³ nien²", + "bopomofo" : "ㄨㄢˇ ㄋㄧㄢˊ", + "romatzyh" : "woan nian" }, + "meanings" : [ "one's later years" ], + "classifiers" : [] } ] }, + { "simplified" : "晚期", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 11966, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "晚期", + "transcriptions" : { "pinyin" : "wǎn qī", + "numeric" : "wan3 qi1", + "wadegiles" : "wan³ ch'i¹", + "bopomofo" : "ㄨㄢˇ ㄑㄧ", + "romatzyh" : "woan chi" }, + "meanings" : [ "later period", + "end stage", + "terminal" ], + "classifiers" : [] } ] }, + { "simplified" : "晚上", + "radical" : "日", + "level" : [ "new-1", "old-2" ], + "frequency" : 502, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "晚上", + "transcriptions" : { "pinyin" : "wǎn shang", + "numeric" : "wan3 shang5", + "wadegiles" : "wan³ shang", + "bopomofo" : "ㄨㄢˇ shang", + "romatzyh" : "woan shang" }, + "meanings" : [ "evening", + "night", + "in the evening" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "碗", + "radical" : "石", + "level" : [ "new-2", "old-3" ], + "frequency" : 2866, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "㼝", + "transcriptions" : { "pinyin" : "wǎn", + "numeric" : "wan3", + "wadegiles" : "wan³", + "bopomofo" : "ㄨㄢˇ", + "romatzyh" : "woan" }, + "meanings" : [ "variant of 碗" ], + "classifiers" : [] }, + { "traditional" : "椀", + "transcriptions" : { "pinyin" : "wǎn", + "numeric" : "wan3", + "wadegiles" : "wan³", + "bopomofo" : "ㄨㄢˇ", + "romatzyh" : "woan" }, + "meanings" : [ "variant of 碗" ], + "classifiers" : [] }, + { "traditional" : "盌", + "transcriptions" : { "pinyin" : "wǎn", + "numeric" : "wan3", + "wadegiles" : "wan³", + "bopomofo" : "ㄨㄢˇ", + "romatzyh" : "woan" }, + "meanings" : [ "variant of 碗" ], + "classifiers" : [] }, + { "traditional" : "碗", + "transcriptions" : { "pinyin" : "wǎn", + "numeric" : "wan3", + "wadegiles" : "wan³", + "bopomofo" : "ㄨㄢˇ", + "romatzyh" : "woan" }, + "meanings" : [ "bowl", "cup" ], + "classifiers" : [ "只", "个" ] } ] }, + { "simplified" : "万", + "radical" : "一", + "level" : [ "new-2", "old-3" ], + "frequency" : 557, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "万", + "transcriptions" : { "pinyin" : "mò", + "numeric" : "mo4", + "wadegiles" : "mo⁴", + "bopomofo" : "ㄇㄛˋ", + "romatzyh" : "moh" }, + "meanings" : [ "used in 俟" ], + "classifiers" : [] }, + { "traditional" : "萬", + "transcriptions" : { "pinyin" : "Wàn", + "numeric" : "Wan4", + "wadegiles" : "wan⁴", + "bopomofo" : "ㄨㄢˋ", + "romatzyh" : "wann" }, + "meanings" : [ "surname Wan" ], + "classifiers" : [] }, + { "traditional" : "萬", + "transcriptions" : { "pinyin" : "wàn", + "numeric" : "wan4", + "wadegiles" : "wan⁴", + "bopomofo" : "ㄨㄢˋ", + "romatzyh" : "wann" }, + "meanings" : [ "ten thousand", "a great number" ], + "classifiers" : [] } ] }, + { "simplified" : "万分", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7486, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "萬分", + "transcriptions" : { "pinyin" : "wàn fēn", + "numeric" : "wan4 fen1", + "wadegiles" : "wan⁴ fen¹", + "bopomofo" : "ㄨㄢˋ ㄈㄣ", + "romatzyh" : "wann fen" }, + "meanings" : [ "very much", + "extremely", + "one ten thousandth part" ], + "classifiers" : [] } ] }, + { "simplified" : "万古长青", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 74217, + "pos" : [], + "forms" : [ { "traditional" : "萬古長青", + "transcriptions" : { "pinyin" : "wàn gǔ cháng qīng", + "numeric" : "wan4 gu3 chang2 qing1", + "wadegiles" : "wan⁴ ku³ ch'ang² ch'ing¹", + "bopomofo" : "ㄨㄢˋ ㄍㄨˇ ㄔㄤˊ ㄑㄧㄥ", + "romatzyh" : "wann guu charng ching" }, + "meanings" : [ "remain fresh", + "last forever", + "eternal" ], + "classifiers" : [] } ] }, + { "simplified" : "万能", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 8366, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "萬能", + "transcriptions" : { "pinyin" : "wàn néng", + "numeric" : "wan4 neng2", + "wadegiles" : "wan⁴ neng²", + "bopomofo" : "ㄨㄢˋ ㄋㄥˊ", + "romatzyh" : "wann neng" }, + "meanings" : [ "omnipotent", + "all-purpose", + "universal" ], + "classifiers" : [] } ] }, + { "simplified" : "万万", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 23985, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "萬萬", + "transcriptions" : { "pinyin" : "wàn wàn", + "numeric" : "wan4 wan4", + "wadegiles" : "wan⁴ wan⁴", + "bopomofo" : "ㄨㄢˋ ㄨㄢˋ", + "romatzyh" : "wann wann" }, + "meanings" : [ "absolutely", "wholly" ], + "classifiers" : [] } ] }, + { "simplified" : "万无一失", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 19546, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "萬無一失", + "transcriptions" : { "pinyin" : "wàn wú yī shī", + "numeric" : "wan4 wu2 yi1 shi1", + "wadegiles" : "wan⁴ wu² i¹ shih¹", + "bopomofo" : "ㄨㄢˋ ㄨˊ ㄧ ㄕ", + "romatzyh" : "wann wu i shy" }, + "meanings" : [ "surefire; absolutely safe (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "万一", + "radical" : "一", + "level" : [ "new-4", "old-5" ], + "frequency" : 2483, + "pos" : [ "c", "d", "t" ], + "forms" : [ { "traditional" : "萬一", + "transcriptions" : { "pinyin" : "wàn yī", + "numeric" : "wan4 yi1", + "wadegiles" : "wan⁴ i¹", + "bopomofo" : "ㄨㄢˋ ㄧ", + "romatzyh" : "wann i" }, + "meanings" : [ "just in case", + "if by any chance", + "contingency" ], + "classifiers" : [] } ] }, + { "simplified" : "汪洋", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 32495, + "pos" : [ "n", "z" ], + "forms" : [ { "traditional" : "汪洋", + "transcriptions" : { "pinyin" : "wāng yáng", + "numeric" : "wang1 yang2", + "wadegiles" : "wang¹ yang²", + "bopomofo" : "ㄨㄤ ㄧㄤˊ", + "romatzyh" : "uang yang" }, + "meanings" : [ "vast body of water" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "亡羊补牢", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 32906, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "亡羊補牢", + "transcriptions" : { "pinyin" : "wáng yáng bǔ láo", + "numeric" : "wang2 yang2 bu3 lao2", + "wadegiles" : "wang² yang² pu³ lao²", + "bopomofo" : "ㄨㄤˊ ㄧㄤˊ ㄅㄨˇ ㄌㄠˊ", + "romatzyh" : "wang yang buu lau" }, + "meanings" : [ "lit. to mend the pen after sheep are lost (idiom)", + "fig. to act belatedly", + "better late than never", + "to lock the stable door after the horse has bolted" ], + "classifiers" : [] } ] }, + { "simplified" : "王", + "radical" : "王", + "level" : [ "new-4" ], + "frequency" : 1039, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "王", + "transcriptions" : { "pinyin" : "Wáng", + "numeric" : "Wang2", + "wadegiles" : "wang²", + "bopomofo" : "ㄨㄤˊ", + "romatzyh" : "wang" }, + "meanings" : [ "surname Wang" ], + "classifiers" : [] }, + { "traditional" : "王", + "transcriptions" : { "pinyin" : "wáng", + "numeric" : "wang2", + "wadegiles" : "wang²", + "bopomofo" : "ㄨㄤˊ", + "romatzyh" : "wang" }, + "meanings" : [ "king or monarch", + "best or strongest of its type", + "grand", + "great" ], + "classifiers" : [] }, + { "traditional" : "王", + "transcriptions" : { "pinyin" : "wàng", + "numeric" : "wang4", + "wadegiles" : "wang⁴", + "bopomofo" : "ㄨㄤˋ", + "romatzyh" : "wanq" }, + "meanings" : [ "to rule", "to reign over" ], + "classifiers" : [] } ] }, + { "simplified" : "王国", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 7263, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "王國", + "transcriptions" : { "pinyin" : "wáng guó", + "numeric" : "wang2 guo2", + "wadegiles" : "wang² kuo²", + "bopomofo" : "ㄨㄤˊ ㄍㄨㄛˊ", + "romatzyh" : "wang gwo" }, + "meanings" : [ "kingdom", "realm" ], + "classifiers" : [] } ] }, + { "simplified" : "王后", + "radical" : "王", + "level" : [ "new-6" ], + "frequency" : 15380, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "王后", + "transcriptions" : { "pinyin" : "wáng hòu", + "numeric" : "wang2 hou4", + "wadegiles" : "wang² hou⁴", + "bopomofo" : "ㄨㄤˊ ㄏㄡˋ", + "romatzyh" : "wang how" }, + "meanings" : [ "queen" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "王牌", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 13076, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "王牌", + "transcriptions" : { "pinyin" : "wáng pái", + "numeric" : "wang2 pai2", + "wadegiles" : "wang² p'ai²", + "bopomofo" : "ㄨㄤˊ ㄆㄞˊ", + "romatzyh" : "wang pair" }, + "meanings" : [ "trump card" ], + "classifiers" : [] } ] }, + { "simplified" : "王子", + "radical" : "王", + "level" : [ "new-6", "old-5" ], + "frequency" : 3631, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "王子", + "transcriptions" : { "pinyin" : "wáng zǐ", + "numeric" : "wang2 zi3", + "wadegiles" : "wang² tzu³", + "bopomofo" : "ㄨㄤˊ ㄗˇ", + "romatzyh" : "wang tzyy" }, + "meanings" : [ "prince", "son of a king" ], + "classifiers" : [] } ] }, + { "simplified" : "网", + "radical" : "网", + "level" : [ "new-2" ], + "frequency" : 1491, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "網", + "transcriptions" : { "pinyin" : "wǎng", + "numeric" : "wang3", + "wadegiles" : "wang³", + "bopomofo" : "ㄨㄤˇ", + "romatzyh" : "woang" }, + "meanings" : [ "net", "network" ], + "classifiers" : [] } ] }, + { "simplified" : "网吧", + "radical" : "网", + "level" : [ "new-6" ], + "frequency" : 13175, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "網吧", + "transcriptions" : { "pinyin" : "wǎng bā", + "numeric" : "wang3 ba1", + "wadegiles" : "wang³ pa¹", + "bopomofo" : "ㄨㄤˇ ㄅㄚ", + "romatzyh" : "woang ba" }, + "meanings" : [ "Internet café" ], + "classifiers" : [] } ] }, + { "simplified" : "网点", + "radical" : "网", + "level" : [ "new-7+" ], + "frequency" : 31135, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "網點", + "transcriptions" : { "pinyin" : "wǎng diǎn", + "numeric" : "wang3 dian3", + "wadegiles" : "wang³ tien³", + "bopomofo" : "ㄨㄤˇ ㄉㄧㄢˇ", + "romatzyh" : "woang dean" }, + "meanings" : [ "(computing) node in a network", + "(commerce) sales outlet", + "branch", + "service center", + "(illustration) screentone", + "halftone dot" ], + "classifiers" : [] } ] }, + { "simplified" : "网络", + "radical" : "网", + "level" : [ "new-4", "old-6" ], + "frequency" : 1462, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "網絡", + "transcriptions" : { "pinyin" : "Wǎng luò", + "numeric" : "Wang3 luo4", + "wadegiles" : "wang³ lo⁴", + "bopomofo" : "ㄨㄤˇ ㄌㄨㄛˋ", + "romatzyh" : "woang luoh" }, + "meanings" : [ "Internet" ], + "classifiers" : [] }, + { "traditional" : "網絡", + "transcriptions" : { "pinyin" : "wǎng luò", + "numeric" : "wang3 luo4", + "wadegiles" : "wang³ lo⁴", + "bopomofo" : "ㄨㄤˇ ㄌㄨㄛˋ", + "romatzyh" : "woang luoh" }, + "meanings" : [ "network (computing, telecommunications, transport etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "网民", + "radical" : "网", + "level" : [ "new-7+" ], + "frequency" : 48593, + "pos" : [ "nr" ], + "forms" : [ { "traditional" : "網民", + "transcriptions" : { "pinyin" : "wǎng mín", + "numeric" : "wang3 min2", + "wadegiles" : "wang³ min²", + "bopomofo" : "ㄨㄤˇ ㄇㄧㄣˊ", + "romatzyh" : "woang min" }, + "meanings" : [ "web user", "netizen" ], + "classifiers" : [] } ] }, + { "simplified" : "网球", + "radical" : "网", + "level" : [ "new-2", "old-4" ], + "frequency" : 5430, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "網球", + "transcriptions" : { "pinyin" : "wǎng qiú", + "numeric" : "wang3 qiu2", + "wadegiles" : "wang³ ch'iu²", + "bopomofo" : "ㄨㄤˇ ㄑㄧㄡˊ", + "romatzyh" : "woang chyou" }, + "meanings" : [ "tennis", "tennis ball" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "网上", + "radical" : "网", + "level" : [ "new-1" ], + "frequency" : 2474, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "網上", + "transcriptions" : { "pinyin" : "wǎng shàng", + "numeric" : "wang3 shang4", + "wadegiles" : "wang³ shang⁴", + "bopomofo" : "ㄨㄤˇ ㄕㄤˋ", + "romatzyh" : "woang shanq" }, + "meanings" : [ "online" ], + "classifiers" : [] } ] }, + { "simplified" : "网页", + "radical" : "网", + "level" : [ "new-6" ], + "frequency" : 9778, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "網頁", + "transcriptions" : { "pinyin" : "wǎng yè", + "numeric" : "wang3 ye4", + "wadegiles" : "wang³ yeh⁴", + "bopomofo" : "ㄨㄤˇ ㄧㄝˋ", + "romatzyh" : "woang yeh" }, + "meanings" : [ "web page" ], + "classifiers" : [] } ] }, + { "simplified" : "网友", + "radical" : "网", + "level" : [ "new-1" ], + "frequency" : 29751, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "網友", + "transcriptions" : { "pinyin" : "wǎng yǒu", + "numeric" : "wang3 you3", + "wadegiles" : "wang³ yu³", + "bopomofo" : "ㄨㄤˇ ㄧㄡˇ", + "romatzyh" : "woang yeou" }, + "meanings" : [ "online friend", "Internet user" ], + "classifiers" : [] } ] }, + { "simplified" : "网站", + "radical" : "网", + "level" : [ "new-2", "old-4" ], + "frequency" : 1965, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "網站", + "transcriptions" : { "pinyin" : "wǎng zhàn", + "numeric" : "wang3 zhan4", + "wadegiles" : "wang³ chan⁴", + "bopomofo" : "ㄨㄤˇ ㄓㄢˋ", + "romatzyh" : "woang jann" }, + "meanings" : [ "website", + "network station", + "node" ], + "classifiers" : [] } ] }, + { "simplified" : "网址", + "radical" : "网", + "level" : [ "new-4" ], + "frequency" : 18736, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "網址", + "transcriptions" : { "pinyin" : "wǎng zhǐ", + "numeric" : "wang3 zhi3", + "wadegiles" : "wang³ chih³", + "bopomofo" : "ㄨㄤˇ ㄓˇ", + "romatzyh" : "woang jyy" }, + "meanings" : [ "website", "web address", "URL" ], + "classifiers" : [] } ] }, + { "simplified" : "往", + "radical" : "彳", + "level" : [ "new-2", "old-4" ], + "frequency" : 760, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "往", + "transcriptions" : { "pinyin" : "wǎng", + "numeric" : "wang3", + "wadegiles" : "wang³", + "bopomofo" : "ㄨㄤˇ", + "romatzyh" : "woang" }, + "meanings" : [ "to go (in a direction)", + "to", + "towards", + "(of a train) bound for", + "past", + "previous" ], + "classifiers" : [] }, + { "traditional" : "徃", + "transcriptions" : { "pinyin" : "wǎng", + "numeric" : "wang3", + "wadegiles" : "wang³", + "bopomofo" : "ㄨㄤˇ", + "romatzyh" : "woang" }, + "meanings" : [ "old variant of 往" ], + "classifiers" : [] } ] }, + { "simplified" : "往常", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9346, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "往常", + "transcriptions" : { "pinyin" : "wǎng cháng", + "numeric" : "wang3 chang2", + "wadegiles" : "wang³ ch'ang²", + "bopomofo" : "ㄨㄤˇ ㄔㄤˊ", + "romatzyh" : "woang charng" }, + "meanings" : [ "usual", "customary" ], + "classifiers" : [] } ] }, + { "simplified" : "往返", + "radical" : "彳", + "level" : [ "new-7+", "old-5" ], + "frequency" : 13580, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "往返", + "transcriptions" : { "pinyin" : "wǎng fǎn", + "numeric" : "wang3 fan3", + "wadegiles" : "wang³ fan³", + "bopomofo" : "ㄨㄤˇ ㄈㄢˇ", + "romatzyh" : "woang faan" }, + "meanings" : [ "to go back and forth; to go to and fro; to do a round trip" ], + "classifiers" : [] } ] }, + { "simplified" : "往后", + "radical" : "彳", + "level" : [ "new-6" ], + "frequency" : 7978, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "往後", + "transcriptions" : { "pinyin" : "wǎng hòu", + "numeric" : "wang3 hou4", + "wadegiles" : "wang³ hou⁴", + "bopomofo" : "ㄨㄤˇ ㄏㄡˋ", + "romatzyh" : "woang how" }, + "meanings" : [ "from now on", + "in the future", + "time to come" ], + "classifiers" : [] } ] }, + { "simplified" : "往来", + "radical" : "彳", + "level" : [ "new-6" ], + "frequency" : 8720, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "往來", + "transcriptions" : { "pinyin" : "wǎng lái", + "numeric" : "wang3 lai2", + "wadegiles" : "wang³ lai²", + "bopomofo" : "ㄨㄤˇ ㄌㄞˊ", + "romatzyh" : "woang lai" }, + "meanings" : [ "dealings", + "contacts", + "to go back and forth" ], + "classifiers" : [] } ] }, + { "simplified" : "往年", + "radical" : "彳", + "level" : [ "new-6" ], + "frequency" : 15676, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "往年", + "transcriptions" : { "pinyin" : "wǎng nián", + "numeric" : "wang3 nian2", + "wadegiles" : "wang³ nien²", + "bopomofo" : "ㄨㄤˇ ㄋㄧㄢˊ", + "romatzyh" : "woang nian" }, + "meanings" : [ "in former years", + "in previous years" ], + "classifiers" : [] } ] }, + { "simplified" : "往日", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 12966, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "往日", + "transcriptions" : { "pinyin" : "wǎng rì", + "numeric" : "wang3 ri4", + "wadegiles" : "wang³ jih⁴", + "bopomofo" : "ㄨㄤˇ ㄖˋ", + "romatzyh" : "woang ryh" }, + "meanings" : [ "former days; the past" ], + "classifiers" : [] } ] }, + { "simplified" : "往事", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7060, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "往事", + "transcriptions" : { "pinyin" : "wǎng shì", + "numeric" : "wang3 shi4", + "wadegiles" : "wang³ shih⁴", + "bopomofo" : "ㄨㄤˇ ㄕˋ", + "romatzyh" : "woang shyh" }, + "meanings" : [ "past events", "former happenings" ], + "classifiers" : [] } ] }, + { "simplified" : "往往", + "radical" : "彳", + "level" : [ "new-3", "old-4" ], + "frequency" : 4050, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "往往", + "transcriptions" : { "pinyin" : "wǎng wǎng", + "numeric" : "wang3 wang3", + "wadegiles" : "wang³ wang³", + "bopomofo" : "ㄨㄤˇ ㄨㄤˇ", + "romatzyh" : "woang woang" }, + "meanings" : [ "usually", + "in many cases", + "more often than not" ], + "classifiers" : [] } ] }, + { "simplified" : "妄想", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10019, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "妄想", + "transcriptions" : { "pinyin" : "wàng xiǎng", + "numeric" : "wang4 xiang3", + "wadegiles" : "wang⁴ hsiang³", + "bopomofo" : "ㄨㄤˋ ㄒㄧㄤˇ", + "romatzyh" : "wanq sheang" }, + "meanings" : [ "to attempt vainly", + "a vain attempt", + "delusion" ], + "classifiers" : [] } ] }, + { "simplified" : "忘", + "radical" : "心", + "level" : [ "new-1" ], + "frequency" : 1015, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忘", + "transcriptions" : { "pinyin" : "wàng", + "numeric" : "wang4", + "wadegiles" : "wang⁴", + "bopomofo" : "ㄨㄤˋ", + "romatzyh" : "wanq" }, + "meanings" : [ "to forget", + "to overlook", + "to neglect" ], + "classifiers" : [] } ] }, + { "simplified" : "忘不了", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 17402, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忘不了", + "transcriptions" : { "pinyin" : "wàng bù liǎo", + "numeric" : "wang4 bu4 liao3", + "wadegiles" : "wang⁴ pu⁴ liao³", + "bopomofo" : "ㄨㄤˋ ㄅㄨˋ ㄌㄧㄠˇ", + "romatzyh" : "wanq buh leau" }, + "meanings" : [ "cannot forget" ], + "classifiers" : [] } ] }, + { "simplified" : "忘掉", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 7754, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忘掉", + "transcriptions" : { "pinyin" : "wàng diào", + "numeric" : "wang4 diao4", + "wadegiles" : "wang⁴ tiao⁴", + "bopomofo" : "ㄨㄤˋ ㄉㄧㄠˋ", + "romatzyh" : "wanq diaw" }, + "meanings" : [ "to forget" ], + "classifiers" : [] } ] }, + { "simplified" : "忘记", + "radical" : "心", + "level" : [ "new-1", "old-3" ], + "frequency" : 1335, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忘記", + "transcriptions" : { "pinyin" : "wàng jì", + "numeric" : "wang4 ji4", + "wadegiles" : "wang⁴ chi⁴", + "bopomofo" : "ㄨㄤˋ ㄐㄧˋ", + "romatzyh" : "wanq jih" }, + "meanings" : [ "to forget" ], + "classifiers" : [] } ] }, + { "simplified" : "旺", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 7543, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "旺", + "transcriptions" : { "pinyin" : "wàng", + "numeric" : "wang4", + "wadegiles" : "wang⁴", + "bopomofo" : "ㄨㄤˋ", + "romatzyh" : "wanq" }, + "meanings" : [ "prosperous", + "flourishing", + "(of flowers) blooming", + "(of fire) roaring" ], + "classifiers" : [] } ] }, + { "simplified" : "旺季", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 20197, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旺季", + "transcriptions" : { "pinyin" : "wàng jì", + "numeric" : "wang4 ji4", + "wadegiles" : "wang⁴ chi⁴", + "bopomofo" : "ㄨㄤˋ ㄐㄧˋ", + "romatzyh" : "wanq jih" }, + "meanings" : [ "busy season", + "peak period", + "see also 季" ], + "classifiers" : [] } ] }, + { "simplified" : "旺盛", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 10698, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "旺盛", + "transcriptions" : { "pinyin" : "wàng shèng", + "numeric" : "wang4 sheng4", + "wadegiles" : "wang⁴ sheng⁴", + "bopomofo" : "ㄨㄤˋ ㄕㄥˋ", + "romatzyh" : "wanq shenq" }, + "meanings" : [ "vigorous", "exuberant" ], + "classifiers" : [] } ] }, + { "simplified" : "望", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 3165, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "望", + "transcriptions" : { "pinyin" : "wàng", + "numeric" : "wang4", + "wadegiles" : "wang⁴", + "bopomofo" : "ㄨㄤˋ", + "romatzyh" : "wanq" }, + "meanings" : [ "full moon", + "to hope", + "to expect", + "to visit", + "to gaze (into the distance)", + "to look towards", + "towards" ], + "classifiers" : [] }, + { "traditional" : "朢", + "transcriptions" : { "pinyin" : "wàng", + "numeric" : "wang4", + "wadegiles" : "wang⁴", + "bopomofo" : "ㄨㄤˋ", + "romatzyh" : "wanq" }, + "meanings" : [ "15th day of month (lunar calendar)", + "old variant of 望" ], + "classifiers" : [] } ] }, + { "simplified" : "望见", + "radical" : "月", + "level" : [ "new-6" ], + "frequency" : 43360, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "望見", + "transcriptions" : { "pinyin" : "wàng jiàn", + "numeric" : "wang4 jian4", + "wadegiles" : "wang⁴ chien⁴", + "bopomofo" : "ㄨㄤˋ ㄐㄧㄢˋ", + "romatzyh" : "wanq jiann" }, + "meanings" : [ "to espy", "to spot" ], + "classifiers" : [] } ] }, + { "simplified" : "望远镜", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 10171, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "望遠鏡", + "transcriptions" : { "pinyin" : "wàng yuǎn jìng", + "numeric" : "wang4 yuan3 jing4", + "wadegiles" : "wang⁴ yüan³ ching⁴", + "bopomofo" : "ㄨㄤˋ ㄩㄢˇ ㄐㄧㄥˋ", + "romatzyh" : "wanq yeuan jinq" }, + "meanings" : [ "binoculars", "telescope" ], + "classifiers" : [ "付", "副", "部" ] } ] }, + { "simplified" : "危害", + "radical" : "㔾", + "level" : [ "new-3", "old-5" ], + "frequency" : 5260, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "危害", + "transcriptions" : { "pinyin" : "wēi hài", + "numeric" : "wei1 hai4", + "wadegiles" : "wei¹ hai⁴", + "bopomofo" : "ㄨㄟ ㄏㄞˋ", + "romatzyh" : "uei hay" }, + "meanings" : [ "to jeopardize", + "to harm", + "to endanger", + "harmful effect", + "damage" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "危机", + "radical" : "㔾", + "level" : [ "new-6", "old-6" ], + "frequency" : 2869, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "危機", + "transcriptions" : { "pinyin" : "wēi jī", + "numeric" : "wei1 ji1", + "wadegiles" : "wei¹ chi¹", + "bopomofo" : "ㄨㄟ ㄐㄧ", + "romatzyh" : "uei ji" }, + "meanings" : [ "crisis" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "危及", + "radical" : "㔾", + "level" : [ "new-7+" ], + "frequency" : 12509, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "危及", + "transcriptions" : { "pinyin" : "wēi jí", + "numeric" : "wei1 ji2", + "wadegiles" : "wei¹ chi²", + "bopomofo" : "ㄨㄟ ㄐㄧˊ", + "romatzyh" : "uei jyi" }, + "meanings" : [ "to endanger", + "to jeopardize", + "a danger (to life, national security etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "危急", + "radical" : "㔾", + "level" : [ "new-7+" ], + "frequency" : 12584, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "危急", + "transcriptions" : { "pinyin" : "wēi jí", + "numeric" : "wei1 ji2", + "wadegiles" : "wei¹ chi²", + "bopomofo" : "ㄨㄟ ㄐㄧˊ", + "romatzyh" : "uei jyi" }, + "meanings" : [ "critical", + "desperate (situation)" ], + "classifiers" : [] } ] }, + { "simplified" : "危险", + "radical" : "㔾", + "level" : [ "new-3", "old-4" ], + "frequency" : 1201, + "pos" : [ "a", "an", "n" ], + "forms" : [ { "traditional" : "危險", + "transcriptions" : { "pinyin" : "wēi xiǎn", + "numeric" : "wei1 xian3", + "wadegiles" : "wei¹ hsien³", + "bopomofo" : "ㄨㄟ ㄒㄧㄢˇ", + "romatzyh" : "uei shean" }, + "meanings" : [ "danger", "dangerous" ], + "classifiers" : [] } ] }, + { "simplified" : "威风", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19000, + "pos" : [ "a", "an", "n" ], + "forms" : [ { "traditional" : "威風", + "transcriptions" : { "pinyin" : "wēi fēng", + "numeric" : "wei1 feng1", + "wadegiles" : "wei¹ feng¹", + "bopomofo" : "ㄨㄟ ㄈㄥ", + "romatzyh" : "uei feng" }, + "meanings" : [ "might", + "awe-inspiring authority", + "impressive" ], + "classifiers" : [] } ] }, + { "simplified" : "威力", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6981, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "威力", + "transcriptions" : { "pinyin" : "wēi lì", + "numeric" : "wei1 li4", + "wadegiles" : "wei¹ li⁴", + "bopomofo" : "ㄨㄟ ㄌㄧˋ", + "romatzyh" : "uei lih" }, + "meanings" : [ "might", "formidable power" ], + "classifiers" : [] } ] }, + { "simplified" : "威慑", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 27484, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "威懾", + "transcriptions" : { "pinyin" : "wēi shè", + "numeric" : "wei1 she4", + "wadegiles" : "wei¹ she⁴", + "bopomofo" : "ㄨㄟ ㄕㄜˋ", + "romatzyh" : "uei sheh" }, + "meanings" : [ "to cower by military force", + "deterrence" ], + "classifiers" : [] } ] }, + { "simplified" : "威望", + "radical" : "女", + "level" : [ "old-6" ], + "frequency" : 23156, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "威望", + "transcriptions" : { "pinyin" : "wēi wàng", + "numeric" : "wei1 wang4", + "wadegiles" : "wei¹ wang⁴", + "bopomofo" : "ㄨㄟ ㄨㄤˋ", + "romatzyh" : "uei wanq" }, + "meanings" : [ "prestige" ], + "classifiers" : [] } ] }, + { "simplified" : "威胁", + "radical" : "女", + "level" : [ "new-6", "old-5" ], + "frequency" : 1564, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "威脅", + "transcriptions" : { "pinyin" : "wēi xié", + "numeric" : "wei1 xie2", + "wadegiles" : "wei¹ hsieh²", + "bopomofo" : "ㄨㄟ ㄒㄧㄝˊ", + "romatzyh" : "uei shye" }, + "meanings" : [ "to threaten; to menace" ], + "classifiers" : [] } ] }, + { "simplified" : "威信", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18966, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "威信", + "transcriptions" : { "pinyin" : "Wēi xìn", + "numeric" : "Wei1 xin4", + "wadegiles" : "wei¹ hsin⁴", + "bopomofo" : "ㄨㄟ ㄒㄧㄣˋ", + "romatzyh" : "uei shinn" }, + "meanings" : [ "Weixin county in Zhaotong 通, Yunnan" ], + "classifiers" : [] }, + { "traditional" : "威信", + "transcriptions" : { "pinyin" : "wēi xìn", + "numeric" : "wei1 xin4", + "wadegiles" : "wei¹ hsin⁴", + "bopomofo" : "ㄨㄟ ㄒㄧㄣˋ", + "romatzyh" : "uei shinn" }, + "meanings" : [ "prestige", + "reputation", + "trust", + "credit with the people" ], + "classifiers" : [] } ] }, + { "simplified" : "萎缩", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 10824, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "萎縮", + "transcriptions" : { "pinyin" : "wěi suō", + "numeric" : "wei3 suo1", + "wadegiles" : "wei³ so¹", + "bopomofo" : "ㄨㄟˇ ㄙㄨㄛ", + "romatzyh" : "woei suo" }, + "meanings" : [ "to wither", + "to dry up (of a plant)", + "to atrophy (of muscle, social custom etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "微波炉", + "radical" : "彳", + "level" : [ "new-6" ], + "frequency" : 10818, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "微波爐", + "transcriptions" : { "pinyin" : "wēi bō lú", + "numeric" : "wei1 bo1 lu2", + "wadegiles" : "wei¹ po¹ lu²", + "bopomofo" : "ㄨㄟ ㄅㄛ ㄌㄨˊ", + "romatzyh" : "uei bo lu" }, + "meanings" : [ "microwave oven" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "微博", + "radical" : "彳", + "level" : [ "new-5" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "微博", + "transcriptions" : { "pinyin" : "wēi bó", + "numeric" : "wei1 bo2", + "wadegiles" : "wei¹ po²", + "bopomofo" : "ㄨㄟ ㄅㄛˊ", + "romatzyh" : "uei bor" }, + "meanings" : [ "microblogging", "microblog" ], + "classifiers" : [] } ] }, + { "simplified" : "微不足道", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14170, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "微不足道", + "transcriptions" : { "pinyin" : "wēi bù zú dào", + "numeric" : "wei1 bu4 zu2 dao4", + "wadegiles" : "wei¹ pu⁴ tsu² tao⁴", + "bopomofo" : "ㄨㄟ ㄅㄨˋ ㄗㄨˊ ㄉㄠˋ", + "romatzyh" : "uei buh tzwu daw" }, + "meanings" : [ "negligible; insignificant" ], + "classifiers" : [] } ] }, + { "simplified" : "微观", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26198, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "微觀", + "transcriptions" : { "pinyin" : "wēi guān", + "numeric" : "wei1 guan1", + "wadegiles" : "wei¹ kuan¹", + "bopomofo" : "ㄨㄟ ㄍㄨㄢ", + "romatzyh" : "uei guan" }, + "meanings" : [ "micro-", "subatomic" ], + "classifiers" : [] } ] }, + { "simplified" : "微妙", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 10426, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "微妙", + "transcriptions" : { "pinyin" : "wēi miào", + "numeric" : "wei1 miao4", + "wadegiles" : "wei¹ miao⁴", + "bopomofo" : "ㄨㄟ ㄇㄧㄠˋ", + "romatzyh" : "uei miaw" }, + "meanings" : [ "subtle" ], + "classifiers" : [] } ] }, + { "simplified" : "微弱", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 11031, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "微弱", + "transcriptions" : { "pinyin" : "wēi ruò", + "numeric" : "wei1 ruo4", + "wadegiles" : "wei¹ jo⁴", + "bopomofo" : "ㄨㄟ ㄖㄨㄛˋ", + "romatzyh" : "uei ruoh" }, + "meanings" : [ "weak", "faint", "feeble" ], + "classifiers" : [] } ] }, + { "simplified" : "微笑", + "radical" : "彳", + "level" : [ "new-4", "old-5" ], + "frequency" : 2208, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "微笑", + "transcriptions" : { "pinyin" : "wēi xiào", + "numeric" : "wei1 xiao4", + "wadegiles" : "wei¹ hsiao⁴", + "bopomofo" : "ㄨㄟ ㄒㄧㄠˋ", + "romatzyh" : "uei shiaw" }, + "meanings" : [ "smile", "to smile" ], + "classifiers" : [ "个", "丝" ] } ] }, + { "simplified" : "微信", + "radical" : "彳", + "level" : [ "new-4" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "微信", + "transcriptions" : { "pinyin" : "Wēi xìn", + "numeric" : "Wei1 xin4", + "wadegiles" : "wei¹ hsin⁴", + "bopomofo" : "ㄨㄟ ㄒㄧㄣˋ", + "romatzyh" : "uei shinn" }, + "meanings" : [ "Weixin or WeChat (mobile text and voice messaging service developed by Tencent 腾讯)" ], + "classifiers" : [] } ] }, + { "simplified" : "微型", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 11327, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "微型", + "transcriptions" : { "pinyin" : "wēi xíng", + "numeric" : "wei1 xing2", + "wadegiles" : "wei¹ hsing²", + "bopomofo" : "ㄨㄟ ㄒㄧㄥˊ", + "romatzyh" : "uei shyng" }, + "meanings" : [ "miniature", "micro-", "tiny" ], + "classifiers" : [] } ] }, + { "simplified" : "围", + "radical" : "囗", + "level" : [ "new-3" ], + "frequency" : 2818, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "圍", + "transcriptions" : { "pinyin" : "Wéi", + "numeric" : "Wei2", + "wadegiles" : "wei²", + "bopomofo" : "ㄨㄟˊ", + "romatzyh" : "wei" }, + "meanings" : [ "surname Wei" ], + "classifiers" : [] }, + { "traditional" : "圍", + "transcriptions" : { "pinyin" : "wéi", + "numeric" : "wei2", + "wadegiles" : "wei²", + "bopomofo" : "ㄨㄟˊ", + "romatzyh" : "wei" }, + "meanings" : [ "to encircle", + "to surround", + "all around", + "to wear by wrapping around (scarf, shawl)" ], + "classifiers" : [] } ] }, + { "simplified" : "围巾", + "radical" : "囗", + "level" : [ "new-4", "old-5" ], + "frequency" : 7051, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圍巾", + "transcriptions" : { "pinyin" : "wéi jīn", + "numeric" : "wei2 jin1", + "wadegiles" : "wei² chin¹", + "bopomofo" : "ㄨㄟˊ ㄐㄧㄣ", + "romatzyh" : "wei jin" }, + "meanings" : [ "scarf", "shawl" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "围墙", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 12193, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圍牆", + "transcriptions" : { "pinyin" : "wéi qiáng", + "numeric" : "wei2 qiang2", + "wadegiles" : "wei² ch'iang²", + "bopomofo" : "ㄨㄟˊ ㄑㄧㄤˊ", + "romatzyh" : "wei chyang" }, + "meanings" : [ "perimeter wall", "fence" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "围绕", + "radical" : "囗", + "level" : [ "new-5", "old-5" ], + "frequency" : 5297, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "圍繞", + "transcriptions" : { "pinyin" : "wéi rào", + "numeric" : "wei2 rao4", + "wadegiles" : "wei² jao⁴", + "bopomofo" : "ㄨㄟˊ ㄖㄠˋ", + "romatzyh" : "wei raw" }, + "meanings" : [ "to revolve around", + "to center on (an issue)" ], + "classifiers" : [] } ] }, + { "simplified" : "违背", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6358, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "違背", + "transcriptions" : { "pinyin" : "wéi bèi", + "numeric" : "wei2 bei4", + "wadegiles" : "wei² pei⁴", + "bopomofo" : "ㄨㄟˊ ㄅㄟˋ", + "romatzyh" : "wei bey" }, + "meanings" : [ "to go against", + "to be contrary to", + "to violate" ], + "classifiers" : [] } ] }, + { "simplified" : "违法", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 2910, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "違法", + "transcriptions" : { "pinyin" : "wéi fǎ", + "numeric" : "wei2 fa3", + "wadegiles" : "wei² fa³", + "bopomofo" : "ㄨㄟˊ ㄈㄚˇ", + "romatzyh" : "wei faa" }, + "meanings" : [ "illegal", "to break the law" ], + "classifiers" : [] } ] }, + { "simplified" : "违反", + "radical" : "辶", + "level" : [ "new-5", "old-5" ], + "frequency" : 3160, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "違反", + "transcriptions" : { "pinyin" : "wéi fǎn", + "numeric" : "wei2 fan3", + "wadegiles" : "wei² fan³", + "bopomofo" : "ㄨㄟˊ ㄈㄢˇ", + "romatzyh" : "wei faan" }, + "meanings" : [ "to violate (a law)" ], + "classifiers" : [] } ] }, + { "simplified" : "违规", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 6325, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "違規", + "transcriptions" : { "pinyin" : "wéi guī", + "numeric" : "wei2 gui1", + "wadegiles" : "wei² kuei¹", + "bopomofo" : "ㄨㄟˊ ㄍㄨㄟ", + "romatzyh" : "wei guei" }, + "meanings" : [ "to violate the rules" ], + "classifiers" : [] } ] }, + { "simplified" : "违约", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 16276, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "違約", + "transcriptions" : { "pinyin" : "wéi yuē", + "numeric" : "wei2 yue1", + "wadegiles" : "wei² yüeh¹", + "bopomofo" : "ㄨㄟˊ ㄩㄝ", + "romatzyh" : "wei iue" }, + "meanings" : [ "to break a promise", + "to violate an agreement", + "to default (on a loan or contract)" ], + "classifiers" : [] } ] }, + { "simplified" : "违章", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 12488, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "違章", + "transcriptions" : { "pinyin" : "wéi zhāng", + "numeric" : "wei2 zhang1", + "wadegiles" : "wei² chang¹", + "bopomofo" : "ㄨㄟˊ ㄓㄤ", + "romatzyh" : "wei jang" }, + "meanings" : [ "to break the rules", + "to violate regulations" ], + "classifiers" : [] } ] }, + { "simplified" : "唯", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 1556, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "唯", + "transcriptions" : { "pinyin" : "wéi", + "numeric" : "wei2", + "wadegiles" : "wei²", + "bopomofo" : "ㄨㄟˊ", + "romatzyh" : "wei" }, + "meanings" : [ "only", + "alone", + "-ism (in Chinese, a prefix, often combined with a suffix such as 主义 or 论, e.g. 唯理论, rationalism)" ], + "classifiers" : [] }, + { "traditional" : "唯", + "transcriptions" : { "pinyin" : "wěi", + "numeric" : "wei3", + "wadegiles" : "wei³", + "bopomofo" : "ㄨㄟˇ", + "romatzyh" : "woei" }, + "meanings" : [ "yes" ], + "classifiers" : [] } ] }, + { "simplified" : "唯独", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17552, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "唯獨", + "transcriptions" : { "pinyin" : "wéi dú", + "numeric" : "wei2 du2", + "wadegiles" : "wei² tu²", + "bopomofo" : "ㄨㄟˊ ㄉㄨˊ", + "romatzyh" : "wei dwu" }, + "meanings" : [ "only", + "just (i.e. it is only that...)", + "all except", + "unique" ], + "classifiers" : [] } ] }, + { "simplified" : "唯一", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 426, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "唯一", + "transcriptions" : { "pinyin" : "wéi yī", + "numeric" : "wei2 yi1", + "wadegiles" : "wei² i¹", + "bopomofo" : "ㄨㄟˊ ㄧ", + "romatzyh" : "wei i" }, + "meanings" : [ "only; sole" ], + "classifiers" : [] } ] }, + { "simplified" : "维持", + "radical" : "纟", + "level" : [ "new-4", "old-6" ], + "frequency" : 2514, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "維持", + "transcriptions" : { "pinyin" : "wéi chí", + "numeric" : "wei2 chi2", + "wadegiles" : "wei² ch'ih²", + "bopomofo" : "ㄨㄟˊ ㄔˊ", + "romatzyh" : "wei chyr" }, + "meanings" : [ "to keep", + "to maintain", + "to preserve" ], + "classifiers" : [] } ] }, + { "simplified" : "维护", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 3156, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "維護", + "transcriptions" : { "pinyin" : "wéi hù", + "numeric" : "wei2 hu4", + "wadegiles" : "wei² hu⁴", + "bopomofo" : "ㄨㄟˊ ㄏㄨˋ", + "romatzyh" : "wei huh" }, + "meanings" : [ "to defend", + "to safeguard", + "to protect", + "to uphold", + "to maintain" ], + "classifiers" : [] } ] }, + { "simplified" : "维生素", + "radical" : "纟", + "level" : [ "new-6", "old-6" ], + "frequency" : 7240, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "維生素", + "transcriptions" : { "pinyin" : "wéi shēng sù", + "numeric" : "wei2 sheng1 su4", + "wadegiles" : "wei² sheng¹ su⁴", + "bopomofo" : "ㄨㄟˊ ㄕㄥ ㄙㄨˋ", + "romatzyh" : "wei sheng suh" }, + "meanings" : [ "vitamin" ], + "classifiers" : [] } ] }, + { "simplified" : "维修", + "radical" : "纟", + "level" : [ "new-4", "old-6" ], + "frequency" : 4508, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "維修", + "transcriptions" : { "pinyin" : "wéi xiū", + "numeric" : "wei2 xiu1", + "wadegiles" : "wei² hsiu¹", + "bopomofo" : "ㄨㄟˊ ㄒㄧㄡ", + "romatzyh" : "wei shiou" }, + "meanings" : [ "maintenance (of equipment)", + "to protect and maintain" ], + "classifiers" : [] } ] }, + { "simplified" : "伟大", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 1387, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "偉大", + "transcriptions" : { "pinyin" : "wěi dà", + "numeric" : "wei3 da4", + "wadegiles" : "wei³ ta⁴", + "bopomofo" : "ㄨㄟˇ ㄉㄚˋ", + "romatzyh" : "woei dah" }, + "meanings" : [ "huge; great; grand; worthy of the greatest admiration; important (contribution etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "伪造", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6608, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "偽造", + "transcriptions" : { "pinyin" : "wěi zào", + "numeric" : "wei3 zao4", + "wadegiles" : "wei³ tsao⁴", + "bopomofo" : "ㄨㄟˇ ㄗㄠˋ", + "romatzyh" : "woei tzaw" }, + "meanings" : [ "to forge", + "to fake", + "to counterfeit" ], + "classifiers" : [] } ] }, + { "simplified" : "伪装", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 6445, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "偽裝", + "transcriptions" : { "pinyin" : "wěi zhuāng", + "numeric" : "wei3 zhuang1", + "wadegiles" : "wei³ chuang¹", + "bopomofo" : "ㄨㄟˇ ㄓㄨㄤ", + "romatzyh" : "woei juang" }, + "meanings" : [ "to pretend to be (asleep etc)", + "to disguise oneself as", + "pretense", + "disguise", + "(military) to camouflage", + "camouflage" ], + "classifiers" : [] } ] }, + { "simplified" : "尾巴", + "radical" : "尸", + "level" : [ "new-4", "old-5" ], + "frequency" : 6892, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "尾巴", + "transcriptions" : { "pinyin" : "wěi ba", + "numeric" : "wei3 ba5", + "wadegiles" : "wei³ ba", + "bopomofo" : "ㄨㄟˇ ba", + "romatzyh" : "woei ba" }, + "meanings" : [ "tail", "colloquial pr. [yǐ ba]" ], + "classifiers" : [] } ] }, + { "simplified" : "尾气", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 23681, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "尾氣", + "transcriptions" : { "pinyin" : "wěi qì", + "numeric" : "wei3 qi4", + "wadegiles" : "wei³ ch'i⁴", + "bopomofo" : "ㄨㄟˇ ㄑㄧˋ", + "romatzyh" : "woei chih" }, + "meanings" : [ "exhaust; emissions" ], + "classifiers" : [] } ] }, + { "simplified" : "尾声", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 12403, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "尾聲", + "transcriptions" : { "pinyin" : "wěi shēng", + "numeric" : "wei3 sheng1", + "wadegiles" : "wei³ sheng¹", + "bopomofo" : "ㄨㄟˇ ㄕㄥ", + "romatzyh" : "woei sheng" }, + "meanings" : [ "coda", "epilogue", "end" ], + "classifiers" : [] } ] }, + { "simplified" : "纬度", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 26877, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "緯度", + "transcriptions" : { "pinyin" : "wěi dù", + "numeric" : "wei3 du4", + "wadegiles" : "wei³ tu⁴", + "bopomofo" : "ㄨㄟˇ ㄉㄨˋ", + "romatzyh" : "woei duh" }, + "meanings" : [ "latitude" ], + "classifiers" : [] } ] }, + { "simplified" : "委屈", + "radical" : "女", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10626, + "pos" : [ "a", "v", "an", "vn", "ad" ], + "forms" : [ { "traditional" : "委屈", + "transcriptions" : { "pinyin" : "wěi qu", + "numeric" : "wei3 qu5", + "wadegiles" : "wei³ qu", + "bopomofo" : "ㄨㄟˇ qu", + "romatzyh" : "woei qu" }, + "meanings" : [ "to feel wronged", + "to cause sb to feel wronged", + "grievance" ], + "classifiers" : [] } ] }, + { "simplified" : "委托", + "radical" : "女", + "level" : [ "new-5", "old-5" ], + "frequency" : 3172, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "委託", + "transcriptions" : { "pinyin" : "wěi tuō", + "numeric" : "wei3 tuo1", + "wadegiles" : "wei³ t'o¹", + "bopomofo" : "ㄨㄟˇ ㄊㄨㄛ", + "romatzyh" : "woei tuo" }, + "meanings" : [ "to entrust", + "to trust", + "to commission" ], + "classifiers" : [] } ] }, + { "simplified" : "委婉", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 17242, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "委婉", + "transcriptions" : { "pinyin" : "wěi wǎn", + "numeric" : "wei3 wan3", + "wadegiles" : "wei³ wan³", + "bopomofo" : "ㄨㄟˇ ㄨㄢˇ", + "romatzyh" : "woei woan" }, + "meanings" : [ "tactful", + "euphemistic", + "(of voice etc) suave", + "soft" ], + "classifiers" : [] } ] }, + { "simplified" : "委员", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7019, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "委員", + "transcriptions" : { "pinyin" : "wěi yuán", + "numeric" : "wei3 yuan2", + "wadegiles" : "wei³ yüan²", + "bopomofo" : "ㄨㄟˇ ㄩㄢˊ", + "romatzyh" : "woei yuan" }, + "meanings" : [ "committee member" ], + "classifiers" : [] } ] }, + { "simplified" : "委员会", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 1659, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "委員會", + "transcriptions" : { "pinyin" : "wěi yuán huì", + "numeric" : "wei3 yuan2 hui4", + "wadegiles" : "wei³ yüan² hui⁴", + "bopomofo" : "ㄨㄟˇ ㄩㄢˊ ㄏㄨㄟˋ", + "romatzyh" : "woei yuan huey" }, + "meanings" : [ "committee" ], + "classifiers" : [] } ] }, + { "simplified" : "卫生", + "radical" : "乛", + "level" : [ "new-3" ], + "frequency" : 3002, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "衛生", + "transcriptions" : { "pinyin" : "wèi shēng", + "numeric" : "wei4 sheng1", + "wadegiles" : "wei⁴ sheng¹", + "bopomofo" : "ㄨㄟˋ ㄕㄥ", + "romatzyh" : "wey sheng" }, + "meanings" : [ "health", "hygiene", "sanitation" ], + "classifiers" : [] } ] }, + { "simplified" : "卫生间", + "radical" : "乛", + "level" : [ "new-3", "old-5" ], + "frequency" : 7314, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "衛生間", + "transcriptions" : { "pinyin" : "wèi shēng jiān", + "numeric" : "wei4 sheng1 jian1", + "wadegiles" : "wei⁴ sheng¹ chien¹", + "bopomofo" : "ㄨㄟˋ ㄕㄥ ㄐㄧㄢ", + "romatzyh" : "wey sheng jian" }, + "meanings" : [ "bathroom", "toilet", "WC" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "卫视", + "radical" : "乛", + "level" : [ "new-7+" ], + "frequency" : 27956, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "衛視", + "transcriptions" : { "pinyin" : "wèi shì", + "numeric" : "wei4 shi4", + "wadegiles" : "wei⁴ shih⁴", + "bopomofo" : "ㄨㄟˋ ㄕˋ", + "romatzyh" : "wey shyh" }, + "meanings" : [ "satellite TV (abbr. for 卫星电视)" ], + "classifiers" : [] } ] }, + { "simplified" : "卫星", + "radical" : "乛", + "level" : [ "new-5", "old-6" ], + "frequency" : 3342, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "衛星", + "transcriptions" : { "pinyin" : "wèi xīng", + "numeric" : "wei4 xing1", + "wadegiles" : "wei⁴ hsing¹", + "bopomofo" : "ㄨㄟˋ ㄒㄧㄥ", + "romatzyh" : "wey shing" }, + "meanings" : [ "satellite", "moon" ], + "classifiers" : [ "颗" ] } ] }, + { "simplified" : "为", + "radical" : "丶", + "level" : [ "new-2", "old-2" ], + "frequency" : 58, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "為", + "transcriptions" : { "pinyin" : "wéi", + "numeric" : "wei2", + "wadegiles" : "wei²", + "bopomofo" : "ㄨㄟˊ", + "romatzyh" : "wei" }, + "meanings" : [ "as (in the capacity of)", + "to take sth as", + "to act as", + "to serve as", + "to behave as", + "to become", + "to be", + "to do", + "by (in the passive voice)" ], + "classifiers" : [] }, + { "traditional" : "為", + "transcriptions" : { "pinyin" : "wèi", + "numeric" : "wei4", + "wadegiles" : "wei⁴", + "bopomofo" : "ㄨㄟˋ", + "romatzyh" : "wey" }, + "meanings" : [ "because of", "for", "to" ], + "classifiers" : [] }, + { "traditional" : "爲", + "transcriptions" : { "pinyin" : "wéi", + "numeric" : "wei2", + "wadegiles" : "wei²", + "bopomofo" : "ㄨㄟˊ", + "romatzyh" : "wei" }, + "meanings" : [ "variant of 为" ], + "classifiers" : [] }, + { "traditional" : "爲", + "transcriptions" : { "pinyin" : "wèi", + "numeric" : "wei4", + "wadegiles" : "wei⁴", + "bopomofo" : "ㄨㄟˋ", + "romatzyh" : "wey" }, + "meanings" : [ "variant of 为" ], + "classifiers" : [] } ] }, + { "simplified" : "为此", + "radical" : "丶", + "level" : [ "new-6" ], + "frequency" : 2706, + "pos" : [ "d", "l" ], + "forms" : [ { "traditional" : "為此", + "transcriptions" : { "pinyin" : "wèi cǐ", + "numeric" : "wei4 ci3", + "wadegiles" : "wei⁴ tz'u³", + "bopomofo" : "ㄨㄟˋ ㄘˇ", + "romatzyh" : "wey tsyy" }, + "meanings" : [ "for this reason", + "with regards to this", + "in this respect", + "in order to do this", + "to this end" ], + "classifiers" : [] } ] }, + { "simplified" : "为何", + "radical" : "丶", + "level" : [ "new-6" ], + "frequency" : 1948, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "為何", + "transcriptions" : { "pinyin" : "wèi hé", + "numeric" : "wei4 he2", + "wadegiles" : "wei⁴ ho²", + "bopomofo" : "ㄨㄟˋ ㄏㄜˊ", + "romatzyh" : "wey her" }, + "meanings" : [ "why" ], + "classifiers" : [] } ] }, + { "simplified" : "为了", + "radical" : "丶", + "level" : [ "new-3", "old-3" ], + "frequency" : 229, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "為了", + "transcriptions" : { "pinyin" : "wèi le", + "numeric" : "wei4 le5", + "wadegiles" : "wei⁴ le", + "bopomofo" : "ㄨㄟˋ le", + "romatzyh" : "wey le" }, + "meanings" : [ "for; for the purpose of; in order to" ], + "classifiers" : [] } ] }, + { "simplified" : "为难", + "radical" : "丶", + "level" : [ "new-5", "old-6" ], + "frequency" : 7920, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "為難", + "transcriptions" : { "pinyin" : "wéi nán", + "numeric" : "wei2 nan2", + "wadegiles" : "wei² nan²", + "bopomofo" : "ㄨㄟˊ ㄋㄢˊ", + "romatzyh" : "wei nan" }, + "meanings" : [ "to feel embarrassed or awkward", + "to make things difficult (for someone)", + "to find things difficult (to do or manage)" ], + "classifiers" : [] } ] }, + { "simplified" : "为期", + "radical" : "丶", + "level" : [ "new-5", "old-6" ], + "frequency" : 12047, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "為期", + "transcriptions" : { "pinyin" : "wéi qī", + "numeric" : "wei2 qi1", + "wadegiles" : "wei² ch'i¹", + "bopomofo" : "ㄨㄟˊ ㄑㄧ", + "romatzyh" : "wei chi" }, + "meanings" : [ "(to be done) by (a certain date)", + "lasting (a certain time)" ], + "classifiers" : [] } ] }, + { "simplified" : "为人", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 6680, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "為人", + "transcriptions" : { "pinyin" : "wéi rén", + "numeric" : "wei2 ren2", + "wadegiles" : "wei² jen²", + "bopomofo" : "ㄨㄟˊ ㄖㄣˊ", + "romatzyh" : "wei ren" }, + "meanings" : [ "to conduct oneself", + "behavior; conduct; personal character" ], + "classifiers" : [] }, + { "traditional" : "為人", + "transcriptions" : { "pinyin" : "wèi rén", + "numeric" : "wei4 ren2", + "wadegiles" : "wei⁴ jen²", + "bopomofo" : "ㄨㄟˋ ㄖㄣˊ", + "romatzyh" : "wey ren" }, + "meanings" : [ "for sb", "for others' interest" ], + "classifiers" : [] } ] }, + { "simplified" : "为什么", + "radical" : "丶", + "level" : [ "new-2", "old-3" ], + "frequency" : 299, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "為什麼", + "transcriptions" : { "pinyin" : "wèi shén me", + "numeric" : "wei4 shen2 me5", + "wadegiles" : "wei⁴ shen² me", + "bopomofo" : "ㄨㄟˋ ㄕㄣˊ me", + "romatzyh" : "wey shern me" }, + "meanings" : [ "why?", "for what reason?" ], + "classifiers" : [] } ] }, + { "simplified" : "为首", + "radical" : "丶", + "level" : [ "old-6" ], + "frequency" : 16331, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "為首", + "transcriptions" : { "pinyin" : "wéi shǒu", + "numeric" : "wei2 shou3", + "wadegiles" : "wei² shou³", + "bopomofo" : "ㄨㄟˊ ㄕㄡˇ", + "romatzyh" : "wei shoou" }, + "meanings" : [ "head", "be headed by" ], + "classifiers" : [] } ] }, + { "simplified" : "为止", + "radical" : "丶", + "level" : [ "new-5" ], + "frequency" : 2138, + "pos" : [ "u" ], + "forms" : [ { "traditional" : "為止", + "transcriptions" : { "pinyin" : "wéi zhǐ", + "numeric" : "wei2 zhi3", + "wadegiles" : "wei² chih³", + "bopomofo" : "ㄨㄟˊ ㄓˇ", + "romatzyh" : "wei jyy" }, + "meanings" : [ "until", + "(used in combination with words like 到 or 至 in constructs of the form 到...到...为止)" ], + "classifiers" : [] } ] }, + { "simplified" : "为主", + "radical" : "丶", + "level" : [ "new-5" ], + "frequency" : 8724, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "為主", + "transcriptions" : { "pinyin" : "wéi zhǔ", + "numeric" : "wei2 zhu3", + "wadegiles" : "wei² chu³", + "bopomofo" : "ㄨㄟˊ ㄓㄨˇ", + "romatzyh" : "wei juu" }, + "meanings" : [ "to rely mainly on", + "to attach most importance to" ], + "classifiers" : [] } ] }, + { "simplified" : "未", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 752, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "未", + "transcriptions" : { "pinyin" : "wèi", + "numeric" : "wei4", + "wadegiles" : "wei⁴", + "bopomofo" : "ㄨㄟˋ", + "romatzyh" : "wey" }, + "meanings" : [ "not yet", + "did not", + "have not", + "not", + "8th earthly branch: 1-3 p.m., 6th solar month (7th July-6th August), year of the Sheep", + "ancient Chinese compass point: 210°" ], + "classifiers" : [] } ] }, + { "simplified" : "未必", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 7646, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "未必", + "transcriptions" : { "pinyin" : "wèi bì", + "numeric" : "wei4 bi4", + "wadegiles" : "wei⁴ pi⁴", + "bopomofo" : "ㄨㄟˋ ㄅㄧˋ", + "romatzyh" : "wey bih" }, + "meanings" : [ "not necessarily", "maybe not" ], + "classifiers" : [] } ] }, + { "simplified" : "未成年人", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 8740, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "未成年人", + "transcriptions" : { "pinyin" : "wèi chéng nián rén", + "numeric" : "wei4 cheng2 nian2 ren2", + "wadegiles" : "wei⁴ ch'eng² nien² jen²", + "bopomofo" : "ㄨㄟˋ ㄔㄥˊ ㄋㄧㄢˊ ㄖㄣˊ", + "romatzyh" : "wey cherng nian ren" }, + "meanings" : [ "minor (i.e. person under 18)" ], + "classifiers" : [] } ] }, + { "simplified" : "未经", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 6654, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "未經", + "transcriptions" : { "pinyin" : "wèi jīng", + "numeric" : "wei4 jing1", + "wadegiles" : "wei⁴ ching¹", + "bopomofo" : "ㄨㄟˋ ㄐㄧㄥ", + "romatzyh" : "wey jing" }, + "meanings" : [ "not having undergone", + "without (having gone though a certain process)" ], + "classifiers" : [] } ] }, + { "simplified" : "未来", + "radical" : "木", + "level" : [ "new-4", "old-5" ], + "frequency" : 765, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "未來", + "transcriptions" : { "pinyin" : "wèi lái", + "numeric" : "wei4 lai2", + "wadegiles" : "wei⁴ lai²", + "bopomofo" : "ㄨㄟˋ ㄌㄞˊ", + "romatzyh" : "wey lai" }, + "meanings" : [ "future", + "tomorrow", + "approaching", + "coming", + "pending" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "未免", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13291, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "未免", + "transcriptions" : { "pinyin" : "wèi miǎn", + "numeric" : "wei4 mian3", + "wadegiles" : "wei⁴ mien³", + "bopomofo" : "ㄨㄟˋ ㄇㄧㄢˇ", + "romatzyh" : "wey mean" }, + "meanings" : [ "unavoidably", + "can't help", + "really", + "rather" ], + "classifiers" : [] } ] }, + { "simplified" : "未知数", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 24868, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "未知數", + "transcriptions" : { "pinyin" : "wèi zhī shù", + "numeric" : "wei4 zhi1 shu4", + "wadegiles" : "wei⁴ chih¹ shu⁴", + "bopomofo" : "ㄨㄟˋ ㄓ ㄕㄨˋ", + "romatzyh" : "wey jy shuh" }, + "meanings" : [ "unknown quantity" ], + "classifiers" : [] } ] }, + { "simplified" : "位", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 177, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "位", + "transcriptions" : { "pinyin" : "wèi", + "numeric" : "wei4", + "wadegiles" : "wei⁴", + "bopomofo" : "ㄨㄟˋ", + "romatzyh" : "wey" }, + "meanings" : [ "position", + "location", + "place", + "seat", + "classifier for people (honorific)", + "classifier for binary bits (e.g. 十六位 16-bit or 2 bytes)", + "(physics) potential" ], + "classifiers" : [] } ] }, + { "simplified" : "位于", + "radical" : "亻", + "level" : [ "new-4", "old-6" ], + "frequency" : 3108, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "位於", + "transcriptions" : { "pinyin" : "wèi yú", + "numeric" : "wei4 yu2", + "wadegiles" : "wei⁴ yü²", + "bopomofo" : "ㄨㄟˋ ㄩˊ", + "romatzyh" : "wey yu" }, + "meanings" : [ "to be located at", + "to be situated at", + "to lie" ], + "classifiers" : [] } ] }, + { "simplified" : "位置", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 1003, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "位置", + "transcriptions" : { "pinyin" : "wèi zhi", + "numeric" : "wei4 zhi5", + "wadegiles" : "wei⁴ zhi", + "bopomofo" : "ㄨㄟˋ zhi", + "romatzyh" : "wey zhi" }, + "meanings" : [ "position", "place", "seat" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "位子", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8395, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "位子", + "transcriptions" : { "pinyin" : "wèi zi", + "numeric" : "wei4 zi5", + "wadegiles" : "wei⁴ zi", + "bopomofo" : "ㄨㄟˋ zi", + "romatzyh" : "wey zi" }, + "meanings" : [ "place", "seat" ], + "classifiers" : [] } ] }, + { "simplified" : "味道", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 1705, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "味道", + "transcriptions" : { "pinyin" : "wèi dao", + "numeric" : "wei4 dao5", + "wadegiles" : "wei⁴ dao", + "bopomofo" : "ㄨㄟˋ dao", + "romatzyh" : "wey dao" }, + "meanings" : [ "flavor; taste", + "(fig.) feeling (of ...); sense (of ...); hint (of ...)", + "(fig.) interest; delight", + "(dialect) smell; odor" ], + "classifiers" : [] } ] }, + { "simplified" : "味儿", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 10621, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "味兒", + "transcriptions" : { "pinyin" : "wèi r", + "numeric" : "wei4 r5", + "wadegiles" : "wei⁴ r", + "bopomofo" : "ㄨㄟˋ r", + "romatzyh" : "wey r" }, + "meanings" : [ "taste" ], + "classifiers" : [] } ] }, + { "simplified" : "味精", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 26745, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "味精", + "transcriptions" : { "pinyin" : "wèi jīng", + "numeric" : "wei4 jing1", + "wadegiles" : "wei⁴ ching¹", + "bopomofo" : "ㄨㄟˋ ㄐㄧㄥ", + "romatzyh" : "wey jing" }, + "meanings" : [ "monosodium glutamate (MSG)" ], + "classifiers" : [] } ] }, + { "simplified" : "畏惧", + "radical" : "田", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11358, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "畏懼", + "transcriptions" : { "pinyin" : "wèi jù", + "numeric" : "wei4 ju4", + "wadegiles" : "wei⁴ chü⁴", + "bopomofo" : "ㄨㄟˋ ㄐㄩˋ", + "romatzyh" : "wey jiuh" }, + "meanings" : [ "to fear", + "to dread", + "foreboding" ], + "classifiers" : [] } ] }, + { "simplified" : "畏缩", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 34781, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "畏縮", + "transcriptions" : { "pinyin" : "wèi suō", + "numeric" : "wei4 suo1", + "wadegiles" : "wei⁴ so¹", + "bopomofo" : "ㄨㄟˋ ㄙㄨㄛ", + "romatzyh" : "wey suo" }, + "meanings" : [ "to cower", + "to flinch", + "to quail", + "to recoil" ], + "classifiers" : [] } ] }, + { "simplified" : "胃", + "radical" : "⺼", + "level" : [ "new-5", "old-5" ], + "frequency" : 3072, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "胃", + "transcriptions" : { "pinyin" : "wèi", + "numeric" : "wei4", + "wadegiles" : "wei⁴", + "bopomofo" : "ㄨㄟˋ", + "romatzyh" : "wey" }, + "meanings" : [ "stomach" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "胃口", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7324, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "胃口", + "transcriptions" : { "pinyin" : "wèi kǒu", + "numeric" : "wei4 kou3", + "wadegiles" : "wei⁴ k'ou³", + "bopomofo" : "ㄨㄟˋ ㄎㄡˇ", + "romatzyh" : "wey koou" }, + "meanings" : [ "appetite", "liking" ], + "classifiers" : [] } ] }, + { "simplified" : "喂", + "radical" : "口", + "level" : [ "new-2", "old-1" ], + "frequency" : 1301, + "pos" : [ "v", "e" ], + "forms" : [ { "traditional" : "喂", + "transcriptions" : { "pinyin" : "wéi", + "numeric" : "wei2", + "wadegiles" : "wei²", + "bopomofo" : "ㄨㄟˊ", + "romatzyh" : "wei" }, + "meanings" : [ "hello (when answering the phone)" ], + "classifiers" : [] }, + { "traditional" : "喂", + "transcriptions" : { "pinyin" : "wèi", + "numeric" : "wei4", + "wadegiles" : "wei⁴", + "bopomofo" : "ㄨㄟˋ", + "romatzyh" : "wey" }, + "meanings" : [ "hey", + "to feed (an animal, baby, invalid etc)" ], + "classifiers" : [] }, + { "traditional" : "餧", + "transcriptions" : { "pinyin" : "wèi", + "numeric" : "wei4", + "wadegiles" : "wei⁴", + "bopomofo" : "ㄨㄟˋ", + "romatzyh" : "wey" }, + "meanings" : [ "variant of 喂" ], + "classifiers" : [] }, + { "traditional" : "餵", + "transcriptions" : { "pinyin" : "wèi", + "numeric" : "wei4", + "wadegiles" : "wei⁴", + "bopomofo" : "ㄨㄟˋ", + "romatzyh" : "wey" }, + "meanings" : [ "to feed" ], + "classifiers" : [] } ] }, + { "simplified" : "喂养", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 13029, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "餵養", + "transcriptions" : { "pinyin" : "wèi yǎng", + "numeric" : "wei4 yang3", + "wadegiles" : "wei⁴ yang³", + "bopomofo" : "ㄨㄟˋ ㄧㄤˇ", + "romatzyh" : "wey yeang" }, + "meanings" : [ "to feed (a child, domestic animal etc)", + "to keep", + "to raise (an animal)" ], + "classifiers" : [] } ] }, + { "simplified" : "慰劳", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 40023, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "慰勞", + "transcriptions" : { "pinyin" : "wèi láo", + "numeric" : "wei4 lao2", + "wadegiles" : "wei⁴ lao²", + "bopomofo" : "ㄨㄟˋ ㄌㄠˊ", + "romatzyh" : "wey lau" }, + "meanings" : [ "to show appreciation (by kind words, small gifts etc)", + "to comfort" ], + "classifiers" : [] } ] }, + { "simplified" : "慰问", + "radical" : "心", + "level" : [ "new-5", "old-6" ], + "frequency" : 13425, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "慰問", + "transcriptions" : { "pinyin" : "wèi wèn", + "numeric" : "wei4 wen4", + "wadegiles" : "wei⁴ wen⁴", + "bopomofo" : "ㄨㄟˋ ㄨㄣˋ", + "romatzyh" : "wey wenn" }, + "meanings" : [ "to express sympathy, greetings, consolation etc" ], + "classifiers" : [] } ] }, + { "simplified" : "温带", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 52921, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "溫帶", + "transcriptions" : { "pinyin" : "wēn dài", + "numeric" : "wen1 dai4", + "wadegiles" : "wen¹ tai⁴", + "bopomofo" : "ㄨㄣ ㄉㄞˋ", + "romatzyh" : "uen day" }, + "meanings" : [ "temperate zone" ], + "classifiers" : [] } ] }, + { "simplified" : "温度", + "radical" : "氵", + "level" : [ "new-2", "old-4" ], + "frequency" : 3440, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "溫度", + "transcriptions" : { "pinyin" : "wēn dù", + "numeric" : "wen1 du4", + "wadegiles" : "wen¹ tu⁴", + "bopomofo" : "ㄨㄣ ㄉㄨˋ", + "romatzyh" : "uen duh" }, + "meanings" : [ "temperature" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "温度计", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 29216, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "溫度計", + "transcriptions" : { "pinyin" : "wēn dù jì", + "numeric" : "wen1 du4 ji4", + "wadegiles" : "wen¹ tu⁴ chi⁴", + "bopomofo" : "ㄨㄣ ㄉㄨˋ ㄐㄧˋ", + "romatzyh" : "uen duh jih" }, + "meanings" : [ "thermometer", "thermograph" ], + "classifiers" : [] } ] }, + { "simplified" : "温和", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 7438, + "pos" : [ "a", "nr" ], + "forms" : [ { "traditional" : "溫和", + "transcriptions" : { "pinyin" : "wēn hé", + "numeric" : "wen1 he2", + "wadegiles" : "wen¹ ho²", + "bopomofo" : "ㄨㄣ ㄏㄜˊ", + "romatzyh" : "uen her" }, + "meanings" : [ "mild", "gentle", "moderate" ], + "classifiers" : [] }, + { "traditional" : "溫和", + "transcriptions" : { "pinyin" : "wēn huo", + "numeric" : "wen1 huo5", + "wadegiles" : "wen¹ huo", + "bopomofo" : "ㄨㄣ huo", + "romatzyh" : "uen huo" }, + "meanings" : [ "lukewarm" ], + "classifiers" : [] } ] }, + { "simplified" : "温暖", + "radical" : "氵", + "level" : [ "new-3", "old-5" ], + "frequency" : 2753, + "pos" : [ "an", "a", "v" ], + "forms" : [ { "traditional" : "溫暖", + "transcriptions" : { "pinyin" : "wēn nuǎn", + "numeric" : "wen1 nuan3", + "wadegiles" : "wen¹ nuan³", + "bopomofo" : "ㄨㄣ ㄋㄨㄢˇ", + "romatzyh" : "uen noan" }, + "meanings" : [ "warm" ], + "classifiers" : [] } ] }, + { "simplified" : "温泉", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 7424, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "溫泉", + "transcriptions" : { "pinyin" : "Wēn quán", + "numeric" : "Wen1 quan2", + "wadegiles" : "wen¹ ch'üan²", + "bopomofo" : "ㄨㄣ ㄑㄩㄢˊ", + "romatzyh" : "uen chyuan" }, + "meanings" : [ "Arishang Nahiyisi or Wenquan county in Börtala Mongol autonomous prefecture 博尔塔拉蒙古自治州, Xinjiang" ], + "classifiers" : [] }, + { "traditional" : "溫泉", + "transcriptions" : { "pinyin" : "wēn quán", + "numeric" : "wen1 quan2", + "wadegiles" : "wen¹ ch'üan²", + "bopomofo" : "ㄨㄣ ㄑㄩㄢˊ", + "romatzyh" : "uen chyuan" }, + "meanings" : [ "hot spring", "spa", "onsen" ], + "classifiers" : [] } ] }, + { "simplified" : "温柔", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3534, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "溫柔", + "transcriptions" : { "pinyin" : "wēn róu", + "numeric" : "wen1 rou2", + "wadegiles" : "wen¹ jou²", + "bopomofo" : "ㄨㄣ ㄖㄡˊ", + "romatzyh" : "uen rou" }, + "meanings" : [ "gentle and soft; tender; sweet (commonly used to describe a girl or woman)" ], + "classifiers" : [] } ] }, + { "simplified" : "温室", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13526, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "溫室", + "transcriptions" : { "pinyin" : "wēn shì", + "numeric" : "wen1 shi4", + "wadegiles" : "wen¹ shih⁴", + "bopomofo" : "ㄨㄣ ㄕˋ", + "romatzyh" : "uen shyh" }, + "meanings" : [ "greenhouse" ], + "classifiers" : [] } ] }, + { "simplified" : "温习", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 30799, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "溫習", + "transcriptions" : { "pinyin" : "wēn xí", + "numeric" : "wen1 xi2", + "wadegiles" : "wen¹ hsi²", + "bopomofo" : "ㄨㄣ ㄒㄧˊ", + "romatzyh" : "uen shyi" }, + "meanings" : [ "to review (a lesson etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "温馨", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 5716, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "溫馨", + "transcriptions" : { "pinyin" : "wēn xīn", + "numeric" : "wen1 xin1", + "wadegiles" : "wen¹ hsin¹", + "bopomofo" : "ㄨㄣ ㄒㄧㄣ", + "romatzyh" : "uen shin" }, + "meanings" : [ "comfort", + "soft and fragrant", + "warm" ], + "classifiers" : [] } ] }, + { "simplified" : "瘟疫", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 17960, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "瘟疫", + "transcriptions" : { "pinyin" : "wēn yì", + "numeric" : "wen1 yi4", + "wadegiles" : "wen¹ i⁴", + "bopomofo" : "ㄨㄣ ㄧˋ", + "romatzyh" : "uen yih" }, + "meanings" : [ "plague; pestilence" ], + "classifiers" : [] } ] }, + { "simplified" : "文", + "radical" : "文", + "level" : [ "new-7+" ], + "frequency" : 1391, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "文", + "transcriptions" : { "pinyin" : "Wén", + "numeric" : "Wen2", + "wadegiles" : "wen²", + "bopomofo" : "ㄨㄣˊ", + "romatzyh" : "wen" }, + "meanings" : [ "surname Wen" ], + "classifiers" : [] }, + { "traditional" : "文", + "transcriptions" : { "pinyin" : "wén", + "numeric" : "wen2", + "wadegiles" : "wen²", + "bopomofo" : "ㄨㄣˊ", + "romatzyh" : "wen" }, + "meanings" : [ "language", + "culture", + "writing", + "formal", + "literary", + "gentle", + "(old) classifier for coins", + "Kangxi radical 67" ], + "classifiers" : [] } ] }, + { "simplified" : "文化", + "radical" : "文", + "level" : [ "new-3", "old-3" ], + "frequency" : 1632, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文化", + "transcriptions" : { "pinyin" : "wén huà", + "numeric" : "wen2 hua4", + "wadegiles" : "wen² hua⁴", + "bopomofo" : "ㄨㄣˊ ㄏㄨㄚˋ", + "romatzyh" : "wen huah" }, + "meanings" : [ "culture", + "civilization", + "cultural" ], + "classifiers" : [ "个", "种" ] } ] }, + { "simplified" : "文件", + "radical" : "文", + "level" : [ "new-3", "old-5" ], + "frequency" : 1342, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文件", + "transcriptions" : { "pinyin" : "wén jiàn", + "numeric" : "wen2 jian4", + "wadegiles" : "wen² chien⁴", + "bopomofo" : "ㄨㄣˊ ㄐㄧㄢˋ", + "romatzyh" : "wen jiann" }, + "meanings" : [ "document", "file" ], + "classifiers" : [ "份" ] } ] }, + { "simplified" : "文具", + "radical" : "文", + "level" : [ "new-7+", "old-5" ], + "frequency" : 24111, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文具", + "transcriptions" : { "pinyin" : "wén jù", + "numeric" : "wen2 ju4", + "wadegiles" : "wen² chü⁴", + "bopomofo" : "ㄨㄣˊ ㄐㄩˋ", + "romatzyh" : "wen jiuh" }, + "meanings" : [ "stationery", + "item of stationery (pen, pencil, eraser, pencil sharpener etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "文科", + "radical" : "文", + "level" : [ "new-7+" ], + "frequency" : 24983, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文科", + "transcriptions" : { "pinyin" : "wén kē", + "numeric" : "wen2 ke1", + "wadegiles" : "wen² k'o¹", + "bopomofo" : "ㄨㄣˊ ㄎㄜ", + "romatzyh" : "wen ke" }, + "meanings" : [ "liberal arts", "humanities" ], + "classifiers" : [] } ] }, + { "simplified" : "文盲", + "radical" : "文", + "level" : [ "new-7+" ], + "frequency" : 15821, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文盲", + "transcriptions" : { "pinyin" : "wén máng", + "numeric" : "wen2 mang2", + "wadegiles" : "wen² mang²", + "bopomofo" : "ㄨㄣˊ ㄇㄤˊ", + "romatzyh" : "wen mang" }, + "meanings" : [ "illiterate" ], + "classifiers" : [] } ] }, + { "simplified" : "文明", + "radical" : "文", + "level" : [ "new-3", "old-5" ], + "frequency" : 3200, + "pos" : [ "n", "a", "ad" ], + "forms" : [ { "traditional" : "文明", + "transcriptions" : { "pinyin" : "wén míng", + "numeric" : "wen2 ming2", + "wadegiles" : "wen² ming²", + "bopomofo" : "ㄨㄣˊ ㄇㄧㄥˊ", + "romatzyh" : "wen ming" }, + "meanings" : [ "civilized", + "civilization", + "culture" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "文凭", + "radical" : "文", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12620, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文憑", + "transcriptions" : { "pinyin" : "wén píng", + "numeric" : "wen2 ping2", + "wadegiles" : "wen² p'ing²", + "bopomofo" : "ㄨㄣˊ ㄆㄧㄥˊ", + "romatzyh" : "wen pyng" }, + "meanings" : [ "diploma" ], + "classifiers" : [] } ] }, + { "simplified" : "文人", + "radical" : "文", + "level" : [ "new-7+" ], + "frequency" : 26292, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "文人", + "transcriptions" : { "pinyin" : "wén rén", + "numeric" : "wen2 ren2", + "wadegiles" : "wen² jen²", + "bopomofo" : "ㄨㄣˊ ㄖㄣˊ", + "romatzyh" : "wen ren" }, + "meanings" : [ "scholar", "literati" ], + "classifiers" : [] } ] }, + { "simplified" : "文物", + "radical" : "文", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7733, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文物", + "transcriptions" : { "pinyin" : "wén wù", + "numeric" : "wen2 wu4", + "wadegiles" : "wen² wu⁴", + "bopomofo" : "ㄨㄣˊ ㄨˋ", + "romatzyh" : "wen wuh" }, + "meanings" : [ "cultural relic", + "historical relic" ], + "classifiers" : [ "件", "个" ] } ] }, + { "simplified" : "文献", + "radical" : "文", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11770, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文獻", + "transcriptions" : { "pinyin" : "wén xiàn", + "numeric" : "wen2 xian4", + "wadegiles" : "wen² hsien⁴", + "bopomofo" : "ㄨㄣˊ ㄒㄧㄢˋ", + "romatzyh" : "wen shiann" }, + "meanings" : [ "document" ], + "classifiers" : [] } ] }, + { "simplified" : "文学", + "radical" : "文", + "level" : [ "new-3", "old-5" ], + "frequency" : 4277, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文學", + "transcriptions" : { "pinyin" : "wén xué", + "numeric" : "wen2 xue2", + "wadegiles" : "wen² hsüeh²", + "bopomofo" : "ㄨㄣˊ ㄒㄩㄝˊ", + "romatzyh" : "wen shyue" }, + "meanings" : [ "literature" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "文雅", + "radical" : "文", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23023, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "文雅", + "transcriptions" : { "pinyin" : "wén yǎ", + "numeric" : "wen2 ya3", + "wadegiles" : "wen² ya³", + "bopomofo" : "ㄨㄣˊ ㄧㄚˇ", + "romatzyh" : "wen yea" }, + "meanings" : [ "elegant", "refined" ], + "classifiers" : [] } ] }, + { "simplified" : "文艺", + "radical" : "文", + "level" : [ "new-5", "old-6" ], + "frequency" : 13887, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文藝", + "transcriptions" : { "pinyin" : "wén yì", + "numeric" : "wen2 yi4", + "wadegiles" : "wen² i⁴", + "bopomofo" : "ㄨㄣˊ ㄧˋ", + "romatzyh" : "wen yih" }, + "meanings" : [ "literature and art" ], + "classifiers" : [] } ] }, + { "simplified" : "文娱", + "radical" : "文", + "level" : [ "new-6" ], + "frequency" : 34927, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文娛", + "transcriptions" : { "pinyin" : "wén yú", + "numeric" : "wen2 yu2", + "wadegiles" : "wen² yü²", + "bopomofo" : "ㄨㄣˊ ㄩˊ", + "romatzyh" : "wen yu" }, + "meanings" : [ "cultural recreation", + "entertainment" ], + "classifiers" : [] } ] }, + { "simplified" : "文章", + "radical" : "文", + "level" : [ "new-3", "old-4" ], + "frequency" : 1958, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文章", + "transcriptions" : { "pinyin" : "wén zhāng", + "numeric" : "wen2 zhang1", + "wadegiles" : "wen² chang¹", + "bopomofo" : "ㄨㄣˊ ㄓㄤ", + "romatzyh" : "wen jang" }, + "meanings" : [ "article", + "essay", + "literary works", + "writings", + "hidden meaning" ], + "classifiers" : [ "篇", "段", "页" ] } ] }, + { "simplified" : "文字", + "radical" : "文", + "level" : [ "new-3" ], + "frequency" : 4168, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "文字", + "transcriptions" : { "pinyin" : "wén zì", + "numeric" : "wen2 zi4", + "wadegiles" : "wen² tzu⁴", + "bopomofo" : "ㄨㄣˊ ㄗˋ", + "romatzyh" : "wen tzyh" }, + "meanings" : [ "character", + "script", + "writing", + "written language", + "writing style", + "phraseology" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "闻", + "radical" : "门", + "level" : [ "new-2", "old-5" ], + "frequency" : 2427, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聞", + "transcriptions" : { "pinyin" : "Wén", + "numeric" : "Wen2", + "wadegiles" : "wen²", + "bopomofo" : "ㄨㄣˊ", + "romatzyh" : "wen" }, + "meanings" : [ "surname Wen" ], + "classifiers" : [] }, + { "traditional" : "聞", + "transcriptions" : { "pinyin" : "wén", + "numeric" : "wen2", + "wadegiles" : "wen²", + "bopomofo" : "ㄨㄣˊ", + "romatzyh" : "wen" }, + "meanings" : [ "to hear", + "news", + "well-known", + "famous", + "reputation", + "fame", + "to smell", + "to sniff at" ], + "classifiers" : [] } ] }, + { "simplified" : "闻名", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 10375, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "聞名", + "transcriptions" : { "pinyin" : "wén míng", + "numeric" : "wen2 ming2", + "wadegiles" : "wen² ming²", + "bopomofo" : "ㄨㄣˊ ㄇㄧㄥˊ", + "romatzyh" : "wen ming" }, + "meanings" : [ "well-known", + "famous", + "renowned", + "eminent" ], + "classifiers" : [] } ] }, + { "simplified" : "蚊帐", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 29214, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蚊帳", + "transcriptions" : { "pinyin" : "wén zhàng", + "numeric" : "wen2 zhang4", + "wadegiles" : "wen² chang⁴", + "bopomofo" : "ㄨㄣˊ ㄓㄤˋ", + "romatzyh" : "wen janq" }, + "meanings" : [ "mosquito net" ], + "classifiers" : [ "顶" ] } ] }, + { "simplified" : "蚊子", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 9995, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蚊子", + "transcriptions" : { "pinyin" : "wén zi", + "numeric" : "wen2 zi5", + "wadegiles" : "wen² zi", + "bopomofo" : "ㄨㄣˊ zi", + "romatzyh" : "wen zi" }, + "meanings" : [ "mosquito" ], + "classifiers" : [] } ] }, + { "simplified" : "吻", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 2797, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吻", + "transcriptions" : { "pinyin" : "wěn", + "numeric" : "wen3", + "wadegiles" : "wen³", + "bopomofo" : "ㄨㄣˇ", + "romatzyh" : "woen" }, + "meanings" : [ "kiss", "to kiss", "mouth" ], + "classifiers" : [] }, + { "traditional" : "脗", + "transcriptions" : { "pinyin" : "wěn", + "numeric" : "wen3", + "wadegiles" : "wen³", + "bopomofo" : "ㄨㄣˇ", + "romatzyh" : "woen" }, + "meanings" : [ "variant of 吻" ], + "classifiers" : [] } ] }, + { "simplified" : "吻合", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 5450, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吻合", + "transcriptions" : { "pinyin" : "wěn hé", + "numeric" : "wen3 he2", + "wadegiles" : "wen³ ho²", + "bopomofo" : "ㄨㄣˇ ㄏㄜˊ", + "romatzyh" : "woen her" }, + "meanings" : [ "to be a good fit", + "to be identical with", + "to adjust oneself to", + "to fit in" ], + "classifiers" : [] } ] }, + { "simplified" : "紊乱", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 10820, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "紊亂", + "transcriptions" : { "pinyin" : "wěn luàn", + "numeric" : "wen3 luan4", + "wadegiles" : "wen³ luan⁴", + "bopomofo" : "ㄨㄣˇ ㄌㄨㄢˋ", + "romatzyh" : "woen luann" }, + "meanings" : [ "disorder", "chaos" ], + "classifiers" : [] } ] }, + { "simplified" : "稳", + "radical" : "禾", + "level" : [ "new-4" ], + "frequency" : 3303, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "穩", + "transcriptions" : { "pinyin" : "wěn", + "numeric" : "wen3", + "wadegiles" : "wen³", + "bopomofo" : "ㄨㄣˇ", + "romatzyh" : "woen" }, + "meanings" : [ "settled", "steady", "stable" ], + "classifiers" : [] } ] }, + { "simplified" : "稳定", + "radical" : "禾", + "level" : [ "new-4", "old-5" ], + "frequency" : 1539, + "pos" : [ "a", "an", "v", "ad" ], + "forms" : [ { "traditional" : "穩定", + "transcriptions" : { "pinyin" : "wěn dìng", + "numeric" : "wen3 ding4", + "wadegiles" : "wen³ ting⁴", + "bopomofo" : "ㄨㄣˇ ㄉㄧㄥˋ", + "romatzyh" : "woen dinq" }, + "meanings" : [ "steady", + "stable", + "stability", + "to stabilize", + "to pacify" ], + "classifiers" : [] } ] }, + { "simplified" : "稳固", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 14938, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "穩固", + "transcriptions" : { "pinyin" : "wěn gù", + "numeric" : "wen3 gu4", + "wadegiles" : "wen³ ku⁴", + "bopomofo" : "ㄨㄣˇ ㄍㄨˋ", + "romatzyh" : "woen guh" }, + "meanings" : [ "stable", + "steady", + "firm", + "to stabilize" ], + "classifiers" : [] } ] }, + { "simplified" : "稳健", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 17364, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "穩健", + "transcriptions" : { "pinyin" : "wěn jiàn", + "numeric" : "wen3 jian4", + "wadegiles" : "wen³ chien⁴", + "bopomofo" : "ㄨㄣˇ ㄐㄧㄢˋ", + "romatzyh" : "woen jiann" }, + "meanings" : [ "firm", "stable and steady" ], + "classifiers" : [] } ] }, + { "simplified" : "稳妥", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 20098, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "穩妥", + "transcriptions" : { "pinyin" : "wěn tuǒ", + "numeric" : "wen3 tuo3", + "wadegiles" : "wen³ t'o³", + "bopomofo" : "ㄨㄣˇ ㄊㄨㄛˇ", + "romatzyh" : "woen tuoo" }, + "meanings" : [ "dependable" ], + "classifiers" : [] } ] }, + { "simplified" : "稳重", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 17141, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "穩重", + "transcriptions" : { "pinyin" : "wěn zhòng", + "numeric" : "wen3 zhong4", + "wadegiles" : "wen³ chung⁴", + "bopomofo" : "ㄨㄣˇ ㄓㄨㄥˋ", + "romatzyh" : "woen jonq" }, + "meanings" : [ "steady", "earnest", "staid" ], + "classifiers" : [] } ] }, + { "simplified" : "问", + "radical" : "门", + "level" : [ "new-1", "old-2" ], + "frequency" : 246, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "問", + "transcriptions" : { "pinyin" : "wèn", + "numeric" : "wen4", + "wadegiles" : "wen⁴", + "bopomofo" : "ㄨㄣˋ", + "romatzyh" : "wenn" }, + "meanings" : [ "to ask; to inquire" ], + "classifiers" : [] } ] }, + { "simplified" : "问候", + "radical" : "门", + "level" : [ "new-4", "old-5" ], + "frequency" : 6124, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "問候", + "transcriptions" : { "pinyin" : "wèn hòu", + "numeric" : "wen4 hou4", + "wadegiles" : "wen⁴ hou⁴", + "bopomofo" : "ㄨㄣˋ ㄏㄡˋ", + "romatzyh" : "wenn how" }, + "meanings" : [ "to give one's respects", + "to send a greeting", + "(fig.) (coll.) to make offensive reference to (somebody dear to the person to whom one is speaking)" ], + "classifiers" : [] } ] }, + { "simplified" : "问卷", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 13374, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "問卷", + "transcriptions" : { "pinyin" : "wèn juàn", + "numeric" : "wen4 juan4", + "wadegiles" : "wen⁴ chüan⁴", + "bopomofo" : "ㄨㄣˋ ㄐㄩㄢˋ", + "romatzyh" : "wenn jiuann" }, + "meanings" : [ "questionnaire" ], + "classifiers" : [ "份" ] } ] }, + { "simplified" : "问路", + "radical" : "门", + "level" : [ "new-2" ], + "frequency" : 19022, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "問路", + "transcriptions" : { "pinyin" : "wèn lù", + "numeric" : "wen4 lu4", + "wadegiles" : "wen⁴ lu⁴", + "bopomofo" : "ㄨㄣˋ ㄌㄨˋ", + "romatzyh" : "wenn luh" }, + "meanings" : [ "to ask for directions", + "to ask the way (to some place)" ], + "classifiers" : [] } ] }, + { "simplified" : "问世", + "radical" : "门", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16765, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "問世", + "transcriptions" : { "pinyin" : "wèn shì", + "numeric" : "wen4 shi4", + "wadegiles" : "wen⁴ shih⁴", + "bopomofo" : "ㄨㄣˋ ㄕˋ", + "romatzyh" : "wenn shyh" }, + "meanings" : [ "to be published", "to come out" ], + "classifiers" : [] } ] }, + { "simplified" : "问题", + "radical" : "门", + "level" : [ "new-2", "old-2" ], + "frequency" : 109, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "問題", + "transcriptions" : { "pinyin" : "wèn tí", + "numeric" : "wen4 ti2", + "wadegiles" : "wen⁴ t'i²", + "bopomofo" : "ㄨㄣˋ ㄊㄧˊ", + "romatzyh" : "wenn tyi" }, + "meanings" : [ "question", + "problem", + "issue", + "topic" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "窝", + "radical" : "穴", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4511, + "pos" : [ "n", "q", "v" ], + "forms" : [ { "traditional" : "窩", + "transcriptions" : { "pinyin" : "wō", + "numeric" : "wo1", + "wadegiles" : "wo¹", + "bopomofo" : "ㄨㄛ", + "romatzyh" : "uo" }, + "meanings" : [ "nest", + "pit or hollow on the human body", + "lair", + "den", + "place", + "to harbor or shelter", + "to hold in check", + "to bend", + "classifier for litters and broods" ], + "classifiers" : [] } ] }, + { "simplified" : "我", + "radical" : "戈", + "level" : [ "new-1", "old-1" ], + "frequency" : 3, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "我", + "transcriptions" : { "pinyin" : "wǒ", + "numeric" : "wo3", + "wadegiles" : "wo³", + "bopomofo" : "ㄨㄛˇ", + "romatzyh" : "woo" }, + "meanings" : [ "I; me; my" ], + "classifiers" : [] } ] }, + { "simplified" : "我们", + "radical" : "戈", + "level" : [ "new-1", "old-1" ], + "frequency" : 19, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "我們", + "transcriptions" : { "pinyin" : "wǒ men", + "numeric" : "wo3 men5", + "wadegiles" : "wo³ men", + "bopomofo" : "ㄨㄛˇ men", + "romatzyh" : "woo men" }, + "meanings" : [ "we", "us", "ourselves", "our" ], + "classifiers" : [] } ] }, + { "simplified" : "卧", + "radical" : "臣", + "level" : [ "new-7+" ], + "frequency" : 7481, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "臥", + "transcriptions" : { "pinyin" : "wò", + "numeric" : "wo4", + "wadegiles" : "wo⁴", + "bopomofo" : "ㄨㄛˋ", + "romatzyh" : "woh" }, + "meanings" : [ "to lie", "to crouch" ], + "classifiers" : [] } ] }, + { "simplified" : "卧铺", + "radical" : "臣", + "level" : [ "new-6" ], + "frequency" : 30450, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "臥鋪", + "transcriptions" : { "pinyin" : "wò pù", + "numeric" : "wo4 pu4", + "wadegiles" : "wo⁴ p'u⁴", + "bopomofo" : "ㄨㄛˋ ㄆㄨˋ", + "romatzyh" : "woh puh" }, + "meanings" : [ "a bed (on a train)", + "a couchette" ], + "classifiers" : [] } ] }, + { "simplified" : "卧室", + "radical" : "臣", + "level" : [ "new-5", "old-5" ], + "frequency" : 4607, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "臥室", + "transcriptions" : { "pinyin" : "wò shì", + "numeric" : "wo4 shi4", + "wadegiles" : "wo⁴ shih⁴", + "bopomofo" : "ㄨㄛˋ ㄕˋ", + "romatzyh" : "woh shyh" }, + "meanings" : [ "bedroom" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "握", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 4486, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "握", + "transcriptions" : { "pinyin" : "wò", + "numeric" : "wo4", + "wadegiles" : "wo⁴", + "bopomofo" : "ㄨㄛˋ", + "romatzyh" : "woh" }, + "meanings" : [ "to hold; to grasp", + "to clench (one's fist)", + "(bound form) to have in one's control", + "classifier: a handful" ], + "classifiers" : [] } ] }, + { "simplified" : "握手", + "radical" : "扌", + "level" : [ "new-3", "old-4" ], + "frequency" : 6920, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "握手", + "transcriptions" : { "pinyin" : "wò shǒu", + "numeric" : "wo4 shou3", + "wadegiles" : "wo⁴ shou³", + "bopomofo" : "ㄨㄛˋ ㄕㄡˇ", + "romatzyh" : "woh shoou" }, + "meanings" : [ "to shake hands" ], + "classifiers" : [] } ] }, + { "simplified" : "乌黑", + "radical" : "丿", + "level" : [ "old-6" ], + "frequency" : 36237, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "烏黑", + "transcriptions" : { "pinyin" : "wū hēi", + "numeric" : "wu1 hei1", + "wadegiles" : "wu¹ hei¹", + "bopomofo" : "ㄨ ㄏㄟ", + "romatzyh" : "u hei" }, + "meanings" : [ "jet-black", "dark" ], + "classifiers" : [] } ] }, + { "simplified" : "乌云", + "radical" : "丿", + "level" : [ "new-6" ], + "frequency" : 16527, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "烏雲", + "transcriptions" : { "pinyin" : "wū yún", + "numeric" : "wu1 yun2", + "wadegiles" : "wu¹ yün²", + "bopomofo" : "ㄨ ㄩㄣˊ", + "romatzyh" : "u yun" }, + "meanings" : [ "black cloud" ], + "classifiers" : [] } ] }, + { "simplified" : "污秽", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 26017, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "污穢", + "transcriptions" : { "pinyin" : "wū huì", + "numeric" : "wu1 hui4", + "wadegiles" : "wu¹ hui⁴", + "bopomofo" : "ㄨ ㄏㄨㄟˋ", + "romatzyh" : "u huey" }, + "meanings" : [ "nasty", "sordid", "filthy" ], + "classifiers" : [] } ] }, + { "simplified" : "污蔑", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 25744, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "污蔑", + "transcriptions" : { "pinyin" : "wū miè", + "numeric" : "wu1 mie4", + "wadegiles" : "wu¹ mieh⁴", + "bopomofo" : "ㄨ ㄇㄧㄝˋ", + "romatzyh" : "u mieh" }, + "meanings" : [ "variant of 污蔑" ], + "classifiers" : [] }, + { "traditional" : "污衊", + "transcriptions" : { "pinyin" : "wū miè", + "numeric" : "wu1 mie4", + "wadegiles" : "wu¹ mieh⁴", + "bopomofo" : "ㄨ ㄇㄧㄝˋ", + "romatzyh" : "u mieh" }, + "meanings" : [ "to slander", + "to smear", + "to tarnish" ], + "classifiers" : [] } ] }, + { "simplified" : "污染", + "radical" : "氵", + "level" : [ "new-5", "old-4" ], + "frequency" : 3379, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "污染", + "transcriptions" : { "pinyin" : "wū rǎn", + "numeric" : "wu1 ran3", + "wadegiles" : "wu¹ jan³", + "bopomofo" : "ㄨ ㄖㄢˇ", + "romatzyh" : "u raan" }, + "meanings" : [ "to pollute; to contaminate (lit. and fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "污水", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 9062, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "污水", + "transcriptions" : { "pinyin" : "wū shuǐ", + "numeric" : "wu1 shui3", + "wadegiles" : "wu¹ shui³", + "bopomofo" : "ㄨ ㄕㄨㄟˇ", + "romatzyh" : "u shoei" }, + "meanings" : [ "sewage" ], + "classifiers" : [] } ] }, + { "simplified" : "呜咽", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 32446, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嗚咽", + "transcriptions" : { "pinyin" : "wū yè", + "numeric" : "wu1 ye4", + "wadegiles" : "wu¹ yeh⁴", + "bopomofo" : "ㄨ ㄧㄝˋ", + "romatzyh" : "u yeh" }, + "meanings" : [ "to sob", "to whimper" ], + "classifiers" : [] } ] }, + { "simplified" : "巫婆", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 19139, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "巫婆", + "transcriptions" : { "pinyin" : "wū pó", + "numeric" : "wu1 po2", + "wadegiles" : "wu¹ p'o²", + "bopomofo" : "ㄨ ㄆㄛˊ", + "romatzyh" : "u por" }, + "meanings" : [ "witch", + "sorceress", + "female shaman" ], + "classifiers" : [] } ] }, + { "simplified" : "屋", + "radical" : "尸", + "level" : [ "new-5" ], + "frequency" : 1984, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "屋", + "transcriptions" : { "pinyin" : "wū", + "numeric" : "wu1", + "wadegiles" : "wu¹", + "bopomofo" : "ㄨ", + "romatzyh" : "u" }, + "meanings" : [ "(bound form) house", + "(bound form) room" ], + "classifiers" : [] } ] }, + { "simplified" : "屋顶", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 6087, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "屋頂", + "transcriptions" : { "pinyin" : "wū dǐng", + "numeric" : "wu1 ding3", + "wadegiles" : "wu¹ ting³", + "bopomofo" : "ㄨ ㄉㄧㄥˇ", + "romatzyh" : "u diing" }, + "meanings" : [ "roof" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "屋子", + "radical" : "尸", + "level" : [ "new-3", "old-5" ], + "frequency" : 4296, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "屋子", + "transcriptions" : { "pinyin" : "wū zi", + "numeric" : "wu1 zi5", + "wadegiles" : "wu¹ zi", + "bopomofo" : "ㄨ zi", + "romatzyh" : "u zi" }, + "meanings" : [ "house", "room" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "诬陷", + "radical" : "讠", + "level" : [ "old-6" ], + "frequency" : 20844, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "誣陷", + "transcriptions" : { "pinyin" : "wū xiàn", + "numeric" : "wu1 xian4", + "wadegiles" : "wu¹ hsien⁴", + "bopomofo" : "ㄨ ㄒㄧㄢˋ", + "romatzyh" : "u shiann" }, + "meanings" : [ "to entrap", + "to frame", + "to plant false evidence against sb" ], + "classifiers" : [] } ] }, + { "simplified" : "无", + "radical" : "无", + "level" : [ "new-4", "old-4" ], + "frequency" : 344, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無", + "transcriptions" : { "pinyin" : "wú", + "numeric" : "wu2", + "wadegiles" : "wu²", + "bopomofo" : "ㄨˊ", + "romatzyh" : "wu" }, + "meanings" : [ "not to have", + "no", + "none", + "not", + "to lack", + "un-", + "-less" ], + "classifiers" : [] } ] }, + { "simplified" : "无比", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3895, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "無比", + "transcriptions" : { "pinyin" : "wú bǐ", + "numeric" : "wu2 bi3", + "wadegiles" : "wu² pi³", + "bopomofo" : "ㄨˊ ㄅㄧˇ", + "romatzyh" : "wu bii" }, + "meanings" : [ "incomparable", "matchless" ], + "classifiers" : [] } ] }, + { "simplified" : "无边", + "radical" : "无", + "level" : [ "new-6" ], + "frequency" : 18215, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "無邊", + "transcriptions" : { "pinyin" : "wú biān", + "numeric" : "wu2 bian1", + "wadegiles" : "wu² pien¹", + "bopomofo" : "ㄨˊ ㄅㄧㄢ", + "romatzyh" : "wu bian" }, + "meanings" : [ "without boundary", "not bordered" ], + "classifiers" : [] } ] }, + { "simplified" : "无不", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 25506, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "無不", + "transcriptions" : { "pinyin" : "wú bù", + "numeric" : "wu2 bu4", + "wadegiles" : "wu² pu⁴", + "bopomofo" : "ㄨˊ ㄅㄨˋ", + "romatzyh" : "wu buh" }, + "meanings" : [ "none lacking", + "none missing", + "everything is there", + "everyone without exception" ], + "classifiers" : [] } ] }, + { "simplified" : "无偿", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13741, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "無償", + "transcriptions" : { "pinyin" : "wú cháng", + "numeric" : "wu2 chang2", + "wadegiles" : "wu² ch'ang²", + "bopomofo" : "ㄨˊ ㄔㄤˊ", + "romatzyh" : "wu charng" }, + "meanings" : [ "free; no charge; at no cost" ], + "classifiers" : [] } ] }, + { "simplified" : "无耻", + "radical" : "无", + "level" : [ "old-6" ], + "frequency" : 7732, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "無恥", + "transcriptions" : { "pinyin" : "wú chǐ", + "numeric" : "wu2 chi3", + "wadegiles" : "wu² ch'ih³", + "bopomofo" : "ㄨˊ ㄔˇ", + "romatzyh" : "wu chyy" }, + "meanings" : [ "without any sense of shame", + "unembarrassed", + "shameless" ], + "classifiers" : [] } ] }, + { "simplified" : "无从", + "radical" : "无", + "level" : [ "old-6" ], + "frequency" : 11867, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "無從", + "transcriptions" : { "pinyin" : "wú cóng", + "numeric" : "wu2 cong2", + "wadegiles" : "wu² ts'ung²", + "bopomofo" : "ㄨˊ ㄘㄨㄥˊ", + "romatzyh" : "wu tsorng" }, + "meanings" : [ "not to have access", + "beyond one's authority or capability", + "sth one has no way of doing" ], + "classifiers" : [] } ] }, + { "simplified" : "无敌", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 6502, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "無敵", + "transcriptions" : { "pinyin" : "wú dí", + "numeric" : "wu2 di2", + "wadegiles" : "wu² ti²", + "bopomofo" : "ㄨˊ ㄉㄧˊ", + "romatzyh" : "wu dyi" }, + "meanings" : [ "unequalled", + "without rival", + "a paragon" ], + "classifiers" : [] } ] }, + { "simplified" : "无动于衷", + "radical" : "无", + "level" : [ "old-6" ], + "frequency" : 16560, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無動於衷", + "transcriptions" : { "pinyin" : "wú dòng yú zhōng", + "numeric" : "wu2 dong4 yu2 zhong1", + "wadegiles" : "wu² tung⁴ yü² chung¹", + "bopomofo" : "ㄨˊ ㄉㄨㄥˋ ㄩˊ ㄓㄨㄥ", + "romatzyh" : "wu donq yu jong" }, + "meanings" : [ "aloof", + "indifferent", + "unconcerned" ], + "classifiers" : [] } ] }, + { "simplified" : "无恶不作", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 40408, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無惡不作", + "transcriptions" : { "pinyin" : "wú è bù zuò", + "numeric" : "wu2 e4 bu4 zuo4", + "wadegiles" : "wu² e⁴ pu⁴ tso⁴", + "bopomofo" : "ㄨˊ ㄜˋ ㄅㄨˋ ㄗㄨㄛˋ", + "romatzyh" : "wu eh buh tzuoh" }, + "meanings" : [ "not to shrink from any crime (idiom); to commit any imaginable misdeed" ], + "classifiers" : [] } ] }, + { "simplified" : "无法", + "radical" : "无", + "level" : [ "new-4" ], + "frequency" : 482, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "無法", + "transcriptions" : { "pinyin" : "wú fǎ", + "numeric" : "wu2 fa3", + "wadegiles" : "wu² fa³", + "bopomofo" : "ㄨˊ ㄈㄚˇ", + "romatzyh" : "wu faa" }, + "meanings" : [ "unable", "incapable" ], + "classifiers" : [] } ] }, + { "simplified" : "无非", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12628, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "無非", + "transcriptions" : { "pinyin" : "wú fēi", + "numeric" : "wu2 fei1", + "wadegiles" : "wu² fei¹", + "bopomofo" : "ㄨˊ ㄈㄟ", + "romatzyh" : "wu fei" }, + "meanings" : [ "only", "nothing else" ], + "classifiers" : [] } ] }, + { "simplified" : "无辜", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 5012, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "無辜", + "transcriptions" : { "pinyin" : "wú gū", + "numeric" : "wu2 gu1", + "wadegiles" : "wu² ku¹", + "bopomofo" : "ㄨˊ ㄍㄨ", + "romatzyh" : "wu gu" }, + "meanings" : [ "innocent", + "innocence", + "not guilty (law)" ], + "classifiers" : [] } ] }, + { "simplified" : "无故", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 17829, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "無故", + "transcriptions" : { "pinyin" : "wú gù", + "numeric" : "wu2 gu4", + "wadegiles" : "wu² ku⁴", + "bopomofo" : "ㄨˊ ㄍㄨˋ", + "romatzyh" : "wu guh" }, + "meanings" : [ "without cause or reason" ], + "classifiers" : [] } ] }, + { "simplified" : "无关", + "radical" : "无", + "level" : [ "new-6" ], + "frequency" : 3342, + "pos" : [ "v", "b" ], + "forms" : [ { "traditional" : "無關", + "transcriptions" : { "pinyin" : "wú guān", + "numeric" : "wu2 guan1", + "wadegiles" : "wu² kuan¹", + "bopomofo" : "ㄨˊ ㄍㄨㄢ", + "romatzyh" : "wu guan" }, + "meanings" : [ "unrelated", + "having nothing to do (with sth else)" ], + "classifiers" : [] } ] }, + { "simplified" : "无关紧要", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 14902, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無關緊要", + "transcriptions" : { "pinyin" : "wú guān jǐn yào", + "numeric" : "wu2 guan1 jin3 yao4", + "wadegiles" : "wu² kuan¹ chin³ yao⁴", + "bopomofo" : "ㄨˊ ㄍㄨㄢ ㄐㄧㄣˇ ㄧㄠˋ", + "romatzyh" : "wu guan jiin yaw" }, + "meanings" : [ "indifferent", "insignificant" ], + "classifiers" : [] } ] }, + { "simplified" : "无话可说", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 15411, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無話可說", + "transcriptions" : { "pinyin" : "wú huà kě shuō", + "numeric" : "wu2 hua4 ke3 shuo1", + "wadegiles" : "wu² hua⁴ k'o³ shuo¹", + "bopomofo" : "ㄨˊ ㄏㄨㄚˋ ㄎㄜˇ ㄕㄨㄛ", + "romatzyh" : "wu huah kee shuo" }, + "meanings" : [ "to have nothing to say (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "无济于事", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 18284, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無濟於事", + "transcriptions" : { "pinyin" : "wú jì yú shì", + "numeric" : "wu2 ji4 yu2 shi4", + "wadegiles" : "wu² chi⁴ yü² shih⁴", + "bopomofo" : "ㄨˊ ㄐㄧˋ ㄩˊ ㄕˋ", + "romatzyh" : "wu jih yu shyh" }, + "meanings" : [ "(idiom) to no avail; of no use" ], + "classifiers" : [] } ] }, + { "simplified" : "无家可归", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 15746, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無家可歸", + "transcriptions" : { "pinyin" : "wú jiā kě guī", + "numeric" : "wu2 jia1 ke3 gui1", + "wadegiles" : "wu² chia¹ k'o³ kuei¹", + "bopomofo" : "ㄨˊ ㄐㄧㄚ ㄎㄜˇ ㄍㄨㄟ", + "romatzyh" : "wu jia kee guei" }, + "meanings" : [ "homeless" ], + "classifiers" : [] } ] }, + { "simplified" : "无精打采", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26282, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無精打采", + "transcriptions" : { "pinyin" : "wú jīng dǎ cǎi", + "numeric" : "wu2 jing1 da3 cai3", + "wadegiles" : "wu² ching¹ ta³ ts'ai³", + "bopomofo" : "ㄨˊ ㄐㄧㄥ ㄉㄚˇ ㄘㄞˇ", + "romatzyh" : "wu jing daa tsae" }, + "meanings" : [ "dispirited and downcast (idiom); listless", + "in low spirits", + "washed out" ], + "classifiers" : [] } ] }, + { "simplified" : "无可奉告", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 31077, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無可奉告", + "transcriptions" : { "pinyin" : "wú kě fèng gào", + "numeric" : "wu2 ke3 feng4 gao4", + "wadegiles" : "wu² k'o³ feng⁴ kao⁴", + "bopomofo" : "ㄨˊ ㄎㄜˇ ㄈㄥˋ ㄍㄠˋ", + "romatzyh" : "wu kee fenq gaw" }, + "meanings" : [ "(idiom) \"no comment\"" ], + "classifiers" : [] } ] }, + { "simplified" : "无可厚非", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 23211, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無可厚非", + "transcriptions" : { "pinyin" : "wú kě hòu fēi", + "numeric" : "wu2 ke3 hou4 fei1", + "wadegiles" : "wu² k'o³ hou⁴ fei¹", + "bopomofo" : "ㄨˊ ㄎㄜˇ ㄏㄡˋ ㄈㄟ", + "romatzyh" : "wu kee how fei" }, + "meanings" : [ "see 非" ], + "classifiers" : [] } ] }, + { "simplified" : "无可奈何", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19845, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無可奈何", + "transcriptions" : { "pinyin" : "wú kě nài hé", + "numeric" : "wu2 ke3 nai4 he2", + "wadegiles" : "wu² k'o³ nai⁴ ho²", + "bopomofo" : "ㄨˊ ㄎㄜˇ ㄋㄞˋ ㄏㄜˊ", + "romatzyh" : "wu kee nay her" }, + "meanings" : [ "have no way out", + "have no alternative", + "abbr. to 无奈" ], + "classifiers" : [] } ] }, + { "simplified" : "无赖", + "radical" : "无", + "level" : [ "old-6" ], + "frequency" : 13694, + "pos" : [ "n", "an" ], + "forms" : [ { "traditional" : "無賴", + "transcriptions" : { "pinyin" : "wú lài", + "numeric" : "wu2 lai4", + "wadegiles" : "wu² lai⁴", + "bopomofo" : "ㄨˊ ㄌㄞˋ", + "romatzyh" : "wu lay" }, + "meanings" : [ "hoodlum", + "rascal", + "rogue", + "rascally", + "scoundrelly" ], + "classifiers" : [] } ] }, + { "simplified" : "无理", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 14822, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "無理", + "transcriptions" : { "pinyin" : "wú lǐ", + "numeric" : "wu2 li3", + "wadegiles" : "wu² li³", + "bopomofo" : "ㄨˊ ㄌㄧˇ", + "romatzyh" : "wu lii" }, + "meanings" : [ "irrational", "unreasonable" ], + "classifiers" : [] } ] }, + { "simplified" : "无理取闹", + "radical" : "无", + "level" : [ "old-6" ], + "frequency" : 17505, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無理取鬧", + "transcriptions" : { "pinyin" : "wú lǐ qǔ nào", + "numeric" : "wu2 li3 qu3 nao4", + "wadegiles" : "wu² li³ ch'ü³ nao⁴", + "bopomofo" : "ㄨˊ ㄌㄧˇ ㄑㄩˇ ㄋㄠˋ", + "romatzyh" : "wu lii cheu naw" }, + "meanings" : [ "to make trouble without reason (idiom); to be deliberately provocative" ], + "classifiers" : [] } ] }, + { "simplified" : "无力", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 6036, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無力", + "transcriptions" : { "pinyin" : "wú lì", + "numeric" : "wu2 li4", + "wadegiles" : "wu² li⁴", + "bopomofo" : "ㄨˊ ㄌㄧˋ", + "romatzyh" : "wu lih" }, + "meanings" : [ "powerless", "lacking strength" ], + "classifiers" : [] } ] }, + { "simplified" : "无聊", + "radical" : "无", + "level" : [ "new-4", "old-4" ], + "frequency" : 1955, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "無聊", + "transcriptions" : { "pinyin" : "wú liáo", + "numeric" : "wu2 liao2", + "wadegiles" : "wu² liao²", + "bopomofo" : "ㄨˊ ㄌㄧㄠˊ", + "romatzyh" : "wu liau" }, + "meanings" : [ "bored", "boring", "senseless" ], + "classifiers" : [] } ] }, + { "simplified" : "无论", + "radical" : "无", + "level" : [ "new-4", "old-4" ], + "frequency" : 1069, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "無論", + "transcriptions" : { "pinyin" : "wú lùn", + "numeric" : "wu2 lun4", + "wadegiles" : "wu² lun⁴", + "bopomofo" : "ㄨˊ ㄌㄨㄣˋ", + "romatzyh" : "wu luenn" }, + "meanings" : [ "no matter what or how", + "regardless of whether..." ], + "classifiers" : [] } ] }, + { "simplified" : "无论如何", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 4814, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "無論如何", + "transcriptions" : { "pinyin" : "wú lùn rú hé", + "numeric" : "wu2 lun4 ru2 he2", + "wadegiles" : "wu² lun⁴ ju² ho²", + "bopomofo" : "ㄨˊ ㄌㄨㄣˋ ㄖㄨˊ ㄏㄜˊ", + "romatzyh" : "wu luenn ru her" }, + "meanings" : [ "whatever the case", + "in any event", + "no matter what", + "by all possible means" ], + "classifiers" : [] } ] }, + { "simplified" : "无奈", + "radical" : "无", + "level" : [ "new-5", "old-5" ], + "frequency" : 8772, + "pos" : [ "d", "an", "a", "n" ], + "forms" : [ { "traditional" : "無奈", + "transcriptions" : { "pinyin" : "wú nài", + "numeric" : "wu2 nai4", + "wadegiles" : "wu² nai⁴", + "bopomofo" : "ㄨˊ ㄋㄞˋ", + "romatzyh" : "wu nay" }, + "meanings" : [ "to have no alternative", + "frustrated", + "exasperated", + "helpless", + "(conjunction) but unfortunately" ], + "classifiers" : [] } ] }, + { "simplified" : "无能", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 9252, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "無能", + "transcriptions" : { "pinyin" : "wú néng", + "numeric" : "wu2 neng2", + "wadegiles" : "wu² neng²", + "bopomofo" : "ㄨˊ ㄋㄥˊ", + "romatzyh" : "wu neng" }, + "meanings" : [ "incompetence", + "inability", + "incapable", + "powerless" ], + "classifiers" : [] } ] }, + { "simplified" : "无能为力", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8626, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無能為力", + "transcriptions" : { "pinyin" : "wú néng wéi lì", + "numeric" : "wu2 neng2 wei2 li4", + "wadegiles" : "wu² neng² wei² li⁴", + "bopomofo" : "ㄨˊ ㄋㄥˊ ㄨㄟˊ ㄌㄧˋ", + "romatzyh" : "wu neng wei lih" }, + "meanings" : [ "impotent (idiom)", + "powerless", + "helpless" ], + "classifiers" : [] } ] }, + { "simplified" : "无情", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 6678, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "無情", + "transcriptions" : { "pinyin" : "wú qíng", + "numeric" : "wu2 qing2", + "wadegiles" : "wu² ch'ing²", + "bopomofo" : "ㄨˊ ㄑㄧㄥˊ", + "romatzyh" : "wu chyng" }, + "meanings" : [ "pitiless", + "ruthless", + "merciless", + "heartless" ], + "classifiers" : [] } ] }, + { "simplified" : "无情无义", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 53755, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無情無義", + "transcriptions" : { "pinyin" : "wú qíng wú yì", + "numeric" : "wu2 qing2 wu2 yi4", + "wadegiles" : "wu² ch'ing² wu² i⁴", + "bopomofo" : "ㄨˊ ㄑㄧㄥˊ ㄨˊ ㄧˋ", + "romatzyh" : "wu chyng wu yih" }, + "meanings" : [ "completely lacking any feeling or sense of justice (idiom); cold and ruthless" ], + "classifiers" : [] } ] }, + { "simplified" : "无穷", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 9542, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "無窮", + "transcriptions" : { "pinyin" : "wú qióng", + "numeric" : "wu2 qiong2", + "wadegiles" : "wu² ch'iung²", + "bopomofo" : "ㄨˊ ㄑㄩㄥˊ", + "romatzyh" : "wu chyong" }, + "meanings" : [ "endless", + "boundless", + "inexhaustible" ], + "classifiers" : [] } ] }, + { "simplified" : "无穷无尽", + "radical" : "无", + "level" : [ "old-6" ], + "frequency" : 26310, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無窮無盡", + "transcriptions" : { "pinyin" : "wú qióng wú jìn", + "numeric" : "wu2 qiong2 wu2 jin4", + "wadegiles" : "wu² ch'iung² wu² chin⁴", + "bopomofo" : "ㄨˊ ㄑㄩㄥˊ ㄨˊ ㄐㄧㄣˋ", + "romatzyh" : "wu chyong wu jinn" }, + "meanings" : [ "endless", "boundless", "infinite" ], + "classifiers" : [] } ] }, + { "simplified" : "无数", + "radical" : "无", + "level" : [ "new-4", "old-5" ], + "frequency" : 3156, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "無數", + "transcriptions" : { "pinyin" : "wú shù", + "numeric" : "wu2 shu4", + "wadegiles" : "wu² shu⁴", + "bopomofo" : "ㄨˊ ㄕㄨˋ", + "romatzyh" : "wu shuh" }, + "meanings" : [ "countless", + "numberless", + "innumerable" ], + "classifiers" : [] } ] }, + { "simplified" : "无私", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 9969, + "pos" : [ "b", "v", "d", "an" ], + "forms" : [ { "traditional" : "無私", + "transcriptions" : { "pinyin" : "wú sī", + "numeric" : "wu2 si1", + "wadegiles" : "wu² ssu¹", + "bopomofo" : "ㄨˊ ㄙ", + "romatzyh" : "wu sy" }, + "meanings" : [ "selfless", + "unselfish", + "disinterested", + "altruistic" ], + "classifiers" : [] } ] }, + { "simplified" : "无所事事", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 16294, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無所事事", + "transcriptions" : { "pinyin" : "wú suǒ shì shì", + "numeric" : "wu2 suo3 shi4 shi4", + "wadegiles" : "wu² so³ shih⁴ shih⁴", + "bopomofo" : "ㄨˊ ㄙㄨㄛˇ ㄕˋ ㄕˋ", + "romatzyh" : "wu suoo shyh shyh" }, + "meanings" : [ "to have nothing to do", + "to idle one's time away (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "无所谓", + "radical" : "无", + "level" : [ "new-4" ], + "frequency" : 4014, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無所謂", + "transcriptions" : { "pinyin" : "wú suǒ wèi", + "numeric" : "wu2 suo3 wei4", + "wadegiles" : "wu² so³ wei⁴", + "bopomofo" : "ㄨˊ ㄙㄨㄛˇ ㄨㄟˋ", + "romatzyh" : "wu suoo wey" }, + "meanings" : [ "to be indifferent", + "not to matter", + "cannot be said to be" ], + "classifiers" : [] } ] }, + { "simplified" : "无所作为", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 32252, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無所作為", + "transcriptions" : { "pinyin" : "wú suǒ zuò wéi", + "numeric" : "wu2 suo3 zuo4 wei2", + "wadegiles" : "wu² so³ tso⁴ wei²", + "bopomofo" : "ㄨˊ ㄙㄨㄛˇ ㄗㄨㄛˋ ㄨㄟˊ", + "romatzyh" : "wu suoo tzuoh wei" }, + "meanings" : [ "attempting nothing and accomplishing nothing (idiom); without any initiative or drive", + "feckless" ], + "classifiers" : [] } ] }, + { "simplified" : "无条件", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 12248, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "無條件", + "transcriptions" : { "pinyin" : "wú tiáo jiàn", + "numeric" : "wu2 tiao2 jian4", + "wadegiles" : "wu² t'iao² chien⁴", + "bopomofo" : "ㄨˊ ㄊㄧㄠˊ ㄐㄧㄢˋ", + "romatzyh" : "wu tyau jiann" }, + "meanings" : [ "unconditional" ], + "classifiers" : [] } ] }, + { "simplified" : "无微不至", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25869, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "無微不至", + "transcriptions" : { "pinyin" : "wú wēi bù zhì", + "numeric" : "wu2 wei1 bu4 zhi4", + "wadegiles" : "wu² wei¹ pu⁴ chih⁴", + "bopomofo" : "ㄨˊ ㄨㄟ ㄅㄨˋ ㄓˋ", + "romatzyh" : "wu uei buh jyh" }, + "meanings" : [ "in every possible way (idiom); meticulous" ], + "classifiers" : [] } ] }, + { "simplified" : "无线", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 5601, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "無線", + "transcriptions" : { "pinyin" : "wú xiàn", + "numeric" : "wu2 xian4", + "wadegiles" : "wu² hsien⁴", + "bopomofo" : "ㄨˊ ㄒㄧㄢˋ", + "romatzyh" : "wu shiann" }, + "meanings" : [ "wireless" ], + "classifiers" : [] } ] }, + { "simplified" : "无线电", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 9519, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "無線電", + "transcriptions" : { "pinyin" : "wú xiàn diàn", + "numeric" : "wu2 xian4 dian4", + "wadegiles" : "wu² hsien⁴ tien⁴", + "bopomofo" : "ㄨˊ ㄒㄧㄢˋ ㄉㄧㄢˋ", + "romatzyh" : "wu shiann diann" }, + "meanings" : [ "wireless" ], + "classifiers" : [] } ] }, + { "simplified" : "无限", + "radical" : "无", + "level" : [ "new-4" ], + "frequency" : 4514, + "pos" : [ "v", "b", "d", "vn" ], + "forms" : [ { "traditional" : "無限", + "transcriptions" : { "pinyin" : "wú xiàn", + "numeric" : "wu2 xian4", + "wadegiles" : "wu² hsien⁴", + "bopomofo" : "ㄨˊ ㄒㄧㄢˋ", + "romatzyh" : "wu shiann" }, + "meanings" : [ "unlimited", "unbounded" ], + "classifiers" : [] } ] }, + { "simplified" : "无效", + "radical" : "无", + "level" : [ "new-6" ], + "frequency" : 4758, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "無效", + "transcriptions" : { "pinyin" : "wú xiào", + "numeric" : "wu2 xiao4", + "wadegiles" : "wu² hsiao⁴", + "bopomofo" : "ㄨˊ ㄒㄧㄠˋ", + "romatzyh" : "wu shiaw" }, + "meanings" : [ "not valid", + "ineffective", + "in vain" ], + "classifiers" : [] } ] }, + { "simplified" : "无形", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 10714, + "pos" : [ "b", "a" ], + "forms" : [ { "traditional" : "無形", + "transcriptions" : { "pinyin" : "wú xíng", + "numeric" : "wu2 xing2", + "wadegiles" : "wu² hsing²", + "bopomofo" : "ㄨˊ ㄒㄧㄥˊ", + "romatzyh" : "wu shyng" }, + "meanings" : [ "incorporeal", + "virtual", + "formless", + "invisible (assets)", + "intangible" ], + "classifiers" : [] } ] }, + { "simplified" : "无形中", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 41160, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "無形中", + "transcriptions" : { "pinyin" : "wú xíng zhōng", + "numeric" : "wu2 xing2 zhong1", + "wadegiles" : "wu² hsing² chung¹", + "bopomofo" : "ㄨˊ ㄒㄧㄥˊ ㄓㄨㄥ", + "romatzyh" : "wu shyng jong" }, + "meanings" : [ "imperceptibly", "virtually" ], + "classifiers" : [] } ] }, + { "simplified" : "无须", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 11845, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "無須", + "transcriptions" : { "pinyin" : "wú xū", + "numeric" : "wu2 xu1", + "wadegiles" : "wu² hsü¹", + "bopomofo" : "ㄨˊ ㄒㄩ", + "romatzyh" : "wu shiu" }, + "meanings" : [ "need not", + "not obliged to", + "not necessarily" ], + "classifiers" : [] } ] }, + { "simplified" : "无疑", + "radical" : "无", + "level" : [ "new-5" ], + "frequency" : 3987, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "無疑", + "transcriptions" : { "pinyin" : "wú yí", + "numeric" : "wu2 yi2", + "wadegiles" : "wu² i²", + "bopomofo" : "ㄨˊ ㄧˊ", + "romatzyh" : "wu yi" }, + "meanings" : [ "undoubtedly; without doubt; for sure" ], + "classifiers" : [] } ] }, + { "simplified" : "无意", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 6944, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無意", + "transcriptions" : { "pinyin" : "wú yì", + "numeric" : "wu2 yi4", + "wadegiles" : "wu² i⁴", + "bopomofo" : "ㄨˊ ㄧˋ", + "romatzyh" : "wu yih" }, + "meanings" : [ "inadvertent", + "accidental", + "to have no intention of (doing sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "无忧无虑", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19001, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無憂無慮", + "transcriptions" : { "pinyin" : "wú yōu wú lu:4", + "numeric" : "wu2 you1 wu2 lü4", + "wadegiles" : "wu² yu¹ wu² lu:4", + "bopomofo" : "ㄨˊ ㄧㄡ ㄨˊ lu:4", + "romatzyh" : "wu iou wu lu:4" }, + "meanings" : [ "carefree and without worries (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "无缘", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 13331, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無緣", + "transcriptions" : { "pinyin" : "wú yuán", + "numeric" : "wu2 yuan2", + "wadegiles" : "wu² yüan²", + "bopomofo" : "ㄨˊ ㄩㄢˊ", + "romatzyh" : "wu yuan" }, + "meanings" : [ "to have no opportunity", + "no way (of doing sth)", + "no chance", + "no connection", + "not placed (in a competition)", + "(in pop lyrics) no chance of love, no place to be together etc" ], + "classifiers" : [] } ] }, + { "simplified" : "无知", + "radical" : "无", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7484, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "無知", + "transcriptions" : { "pinyin" : "wú zhī", + "numeric" : "wu2 zhi1", + "wadegiles" : "wu² chih¹", + "bopomofo" : "ㄨˊ ㄓ", + "romatzyh" : "wu jy" }, + "meanings" : [ "ignorant", "ignorance" ], + "classifiers" : [] } ] }, + { "simplified" : "无足轻重", + "radical" : "无", + "level" : [ "new-7+" ], + "frequency" : 26725, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "無足輕重", + "transcriptions" : { "pinyin" : "wú zú qīng zhòng", + "numeric" : "wu2 zu2 qing1 zhong4", + "wadegiles" : "wu² tsu² ch'ing¹ chung⁴", + "bopomofo" : "ㄨˊ ㄗㄨˊ ㄑㄧㄥ ㄓㄨㄥˋ", + "romatzyh" : "wu tzwu ching jonq" }, + "meanings" : [ "insignificant" ], + "classifiers" : [] } ] }, + { "simplified" : "五", + "radical" : "二", + "level" : [ "new-1", "old-1" ], + "frequency" : 563, + "pos" : [ "m", "t" ], + "forms" : [ { "traditional" : "五", + "transcriptions" : { "pinyin" : "wǔ", + "numeric" : "wu3", + "wadegiles" : "wu³", + "bopomofo" : "ㄨˇ", + "romatzyh" : "wuu" }, + "meanings" : [ "five", "5" ], + "classifiers" : [] } ] }, + { "simplified" : "五花八门", + "radical" : "二", + "level" : [ "new-7+" ], + "frequency" : 27751, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "五花八門", + "transcriptions" : { "pinyin" : "wǔ huā bā mén", + "numeric" : "wu3 hua1 ba1 men2", + "wadegiles" : "wu³ hua¹ pa¹ men²", + "bopomofo" : "ㄨˇ ㄏㄨㄚ ㄅㄚ ㄇㄣˊ", + "romatzyh" : "wuu hua ba men" }, + "meanings" : [ "myriad", + "all kinds of", + "all sorts of" ], + "classifiers" : [] } ] }, + { "simplified" : "五星级", + "radical" : "二", + "level" : [ "new-7+" ], + "frequency" : 18967, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "五星級", + "transcriptions" : { "pinyin" : "wǔ xīng jí", + "numeric" : "wu3 xing1 ji2", + "wadegiles" : "wu³ hsing¹ chi²", + "bopomofo" : "ㄨˇ ㄒㄧㄥ ㄐㄧˊ", + "romatzyh" : "wuu shing jyi" }, + "meanings" : [ "five-star (hotel)" ], + "classifiers" : [] } ] }, + { "simplified" : "五颜六色", + "radical" : "二", + "level" : [ "new-4" ], + "frequency" : 28844, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "五顏六色", + "transcriptions" : { "pinyin" : "wǔ yán liù sè", + "numeric" : "wu3 yan2 liu4 se4", + "wadegiles" : "wu³ yan² liu⁴ se⁴", + "bopomofo" : "ㄨˇ ㄧㄢˊ ㄌㄧㄡˋ ㄙㄜˋ", + "romatzyh" : "wuu yan liow seh" }, + "meanings" : [ "multicolored", + "every color under the sun" ], + "classifiers" : [] } ] }, + { "simplified" : "午餐", + "radical" : "十", + "level" : [ "new-2" ], + "frequency" : 4296, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "午餐", + "transcriptions" : { "pinyin" : "wǔ cān", + "numeric" : "wu3 can1", + "wadegiles" : "wu³ ts'an¹", + "bopomofo" : "ㄨˇ ㄘㄢ", + "romatzyh" : "wuu tsan" }, + "meanings" : [ "lunch", "luncheon" ], + "classifiers" : [ "份", "顿", "次" ] } ] }, + { "simplified" : "午饭", + "radical" : "十", + "level" : [ "new-1" ], + "frequency" : 4986, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "午飯", + "transcriptions" : { "pinyin" : "wǔ fàn", + "numeric" : "wu3 fan4", + "wadegiles" : "wu³ fan⁴", + "bopomofo" : "ㄨˇ ㄈㄢˋ", + "romatzyh" : "wuu fann" }, + "meanings" : [ "lunch" ], + "classifiers" : [ "份", "顿", "次", "餐" ] } ] }, + { "simplified" : "午睡", + "radical" : "十", + "level" : [ "new-2" ], + "frequency" : 19822, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "午睡", + "transcriptions" : { "pinyin" : "wǔ shuì", + "numeric" : "wu3 shui4", + "wadegiles" : "wu³ shui⁴", + "bopomofo" : "ㄨˇ ㄕㄨㄟˋ", + "romatzyh" : "wuu shuey" }, + "meanings" : [ "to take a nap", "siesta" ], + "classifiers" : [] } ] }, + { "simplified" : "武力", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 10347, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "武力", + "transcriptions" : { "pinyin" : "wǔ lì", + "numeric" : "wu3 li4", + "wadegiles" : "wu³ li⁴", + "bopomofo" : "ㄨˇ ㄌㄧˋ", + "romatzyh" : "wuu lih" }, + "meanings" : [ "military force" ], + "classifiers" : [] } ] }, + { "simplified" : "武器", + "radical" : "止", + "level" : [ "new-3", "old-5" ], + "frequency" : 1505, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "武器", + "transcriptions" : { "pinyin" : "wǔ qì", + "numeric" : "wu3 qi4", + "wadegiles" : "wu³ ch'i⁴", + "bopomofo" : "ㄨˇ ㄑㄧˋ", + "romatzyh" : "wuu chih" }, + "meanings" : [ "weapon", "arms" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "武术", + "radical" : "止", + "level" : [ "new-3", "old-5" ], + "frequency" : 9314, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "武術", + "transcriptions" : { "pinyin" : "wǔ shù", + "numeric" : "wu3 shu4", + "wadegiles" : "wu³ shu⁴", + "bopomofo" : "ㄨˇ ㄕㄨˋ", + "romatzyh" : "wuu shuh" }, + "meanings" : [ "military skill or technique (in former times)", + "all kinds of martial art sports (some claiming spiritual development)", + "self-defense", + "tradition of choreographed fights from opera and film (recent usage)", + "also called kungfu 功夫" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "武侠", + "radical" : "止", + "level" : [ "old-6" ], + "frequency" : 49963, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "武俠", + "transcriptions" : { "pinyin" : "wǔ xiá", + "numeric" : "wu3 xia2", + "wadegiles" : "wu³ hsia²", + "bopomofo" : "ㄨˇ ㄒㄧㄚˊ", + "romatzyh" : "wuu shya" }, + "meanings" : [ "martial arts chivalry (Chinese literary, theatrical and cinema genre)", + "knight-errant" ], + "classifiers" : [] } ] }, + { "simplified" : "武装", + "radical" : "止", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3152, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "武裝", + "transcriptions" : { "pinyin" : "wǔ zhuāng", + "numeric" : "wu3 zhuang1", + "wadegiles" : "wu³ chuang¹", + "bopomofo" : "ㄨˇ ㄓㄨㄤ", + "romatzyh" : "wuu juang" }, + "meanings" : [ "arms", + "equipment", + "to arm", + "military", + "armed (forces)" ], + "classifiers" : [] } ] }, + { "simplified" : "侮辱", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6712, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "侮辱", + "transcriptions" : { "pinyin" : "wǔ rǔ", + "numeric" : "wu3 ru3", + "wadegiles" : "wu³ ju³", + "bopomofo" : "ㄨˇ ㄖㄨˇ", + "romatzyh" : "wuu ruu" }, + "meanings" : [ "to insult", + "to humiliate", + "dishonor" ], + "classifiers" : [] } ] }, + { "simplified" : "捂", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11743, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捂", + "transcriptions" : { "pinyin" : "wǔ", + "numeric" : "wu3", + "wadegiles" : "wu³", + "bopomofo" : "ㄨˇ", + "romatzyh" : "wuu" }, + "meanings" : [ "to enclose", + "to cover with the hand (one's eyes, nose or ears)", + "to cover up (an affair)", + "contrary", + "to contradict" ], + "classifiers" : [] } ] }, + { "simplified" : "舞", + "radical" : "舛", + "level" : [ "new-5" ], + "frequency" : 1675, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "舞", + "transcriptions" : { "pinyin" : "wǔ", + "numeric" : "wu3", + "wadegiles" : "wu³", + "bopomofo" : "ㄨˇ", + "romatzyh" : "wuu" }, + "meanings" : [ "to dance", + "to wield", + "to brandish" ], + "classifiers" : [] } ] }, + { "simplified" : "舞蹈", + "radical" : "舛", + "level" : [ "new-6", "old-6" ], + "frequency" : 2684, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舞蹈", + "transcriptions" : { "pinyin" : "wǔ dǎo", + "numeric" : "wu3 dao3", + "wadegiles" : "wu³ tao³", + "bopomofo" : "ㄨˇ ㄉㄠˇ", + "romatzyh" : "wuu dao" }, + "meanings" : [ "dance (performance art)", + "dancing" ], + "classifiers" : [] } ] }, + { "simplified" : "舞台", + "radical" : "舛", + "level" : [ "new-3" ], + "frequency" : 2023, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舞臺", + "transcriptions" : { "pinyin" : "wǔ tái", + "numeric" : "wu3 tai2", + "wadegiles" : "wu³ t'ai²", + "bopomofo" : "ㄨˇ ㄊㄞˊ", + "romatzyh" : "wuu tair" }, + "meanings" : [ "(lit. and fig.) stage; arena" ], + "classifiers" : [] } ] }, + { "simplified" : "舞厅", + "radical" : "舛", + "level" : [ "new-7+" ], + "frequency" : 16879, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舞廳", + "transcriptions" : { "pinyin" : "wǔ tīng", + "numeric" : "wu3 ting1", + "wadegiles" : "wu³ t'ing¹", + "bopomofo" : "ㄨˇ ㄊㄧㄥ", + "romatzyh" : "wuu ting" }, + "meanings" : [ "dance hall", "ballroom" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "勿", + "radical" : "勹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6999, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "勿", + "transcriptions" : { "pinyin" : "wù", + "numeric" : "wu4", + "wadegiles" : "wu⁴", + "bopomofo" : "ㄨˋ", + "romatzyh" : "wuh" }, + "meanings" : [ "do not" ], + "classifiers" : [] } ] }, + { "simplified" : "物价", + "radical" : "牛", + "level" : [ "new-5" ], + "frequency" : 17118, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物價", + "transcriptions" : { "pinyin" : "wù jià", + "numeric" : "wu4 jia4", + "wadegiles" : "wu⁴ chia⁴", + "bopomofo" : "ㄨˋ ㄐㄧㄚˋ", + "romatzyh" : "wuh jiah" }, + "meanings" : [ "(commodity) prices" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "物理", + "radical" : "牛", + "level" : [ "old-5" ], + "frequency" : 4843, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物理", + "transcriptions" : { "pinyin" : "wù lǐ", + "numeric" : "wu4 li3", + "wadegiles" : "wu⁴ li³", + "bopomofo" : "ㄨˋ ㄌㄧˇ", + "romatzyh" : "wuh lii" }, + "meanings" : [ "physics", "physical" ], + "classifiers" : [] } ] }, + { "simplified" : "物流", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 34629, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物流", + "transcriptions" : { "pinyin" : "wù liú", + "numeric" : "wu4 liu2", + "wadegiles" : "wu⁴ liu²", + "bopomofo" : "ㄨˋ ㄌㄧㄡˊ", + "romatzyh" : "wuh liou" }, + "meanings" : [ "distribution (business)", + "logistics" ], + "classifiers" : [] } ] }, + { "simplified" : "物美价廉", + "radical" : "牛", + "level" : [ "old-6" ], + "frequency" : 29995, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "物美價廉", + "transcriptions" : { "pinyin" : "wù měi jià lián", + "numeric" : "wu4 mei3 jia4 lian2", + "wadegiles" : "wu⁴ mei³ chia⁴ lien²", + "bopomofo" : "ㄨˋ ㄇㄟˇ ㄐㄧㄚˋ ㄌㄧㄢˊ", + "romatzyh" : "wuh meei jiah lian" }, + "meanings" : [ "good quality and cheap", + "a bargain" ], + "classifiers" : [] } ] }, + { "simplified" : "物品", + "radical" : "牛", + "level" : [ "new-6" ], + "frequency" : 3016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物品", + "transcriptions" : { "pinyin" : "wù pǐn", + "numeric" : "wu4 pin3", + "wadegiles" : "wu⁴ p'in³", + "bopomofo" : "ㄨˋ ㄆㄧㄣˇ", + "romatzyh" : "wuh piin" }, + "meanings" : [ "articles; goods" ], + "classifiers" : [] } ] }, + { "simplified" : "物体", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 7517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物體", + "transcriptions" : { "pinyin" : "wù tǐ", + "numeric" : "wu4 ti3", + "wadegiles" : "wu⁴ t'i³", + "bopomofo" : "ㄨˋ ㄊㄧˇ", + "romatzyh" : "wuh tii" }, + "meanings" : [ "object; body; substance" ], + "classifiers" : [] } ] }, + { "simplified" : "物业", + "radical" : "牛", + "level" : [ "new-5" ], + "frequency" : 12455, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物業", + "transcriptions" : { "pinyin" : "wù yè", + "numeric" : "wu4 ye4", + "wadegiles" : "wu⁴ yeh⁴", + "bopomofo" : "ㄨˋ ㄧㄝˋ", + "romatzyh" : "wuh yeh" }, + "meanings" : [ "property", + "real estate", + "abbr. for 物业管理, property management" ], + "classifiers" : [] } ] }, + { "simplified" : "物证", + "radical" : "牛", + "level" : [ "new-7+" ], + "frequency" : 17180, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物證", + "transcriptions" : { "pinyin" : "wù zhèng", + "numeric" : "wu4 zheng4", + "wadegiles" : "wu⁴ cheng⁴", + "bopomofo" : "ㄨˋ ㄓㄥˋ", + "romatzyh" : "wuh jenq" }, + "meanings" : [ "material evidence" ], + "classifiers" : [] } ] }, + { "simplified" : "物质", + "radical" : "牛", + "level" : [ "new-5", "old-5" ], + "frequency" : 2353, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物質", + "transcriptions" : { "pinyin" : "wù zhì", + "numeric" : "wu4 zhi4", + "wadegiles" : "wu⁴ chih⁴", + "bopomofo" : "ㄨˋ ㄓˋ", + "romatzyh" : "wuh jyh" }, + "meanings" : [ "matter", + "substance", + "material", + "materialistic" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "物资", + "radical" : "牛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9165, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "物資", + "transcriptions" : { "pinyin" : "wù zī", + "numeric" : "wu4 zi1", + "wadegiles" : "wu⁴ tzu¹", + "bopomofo" : "ㄨˋ ㄗ", + "romatzyh" : "wuh tzy" }, + "meanings" : [ "goods", "supplies" ], + "classifiers" : [] } ] }, + { "simplified" : "误", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 4850, + "pos" : [ "v", "d", "g" ], + "forms" : [ { "traditional" : "誤", + "transcriptions" : { "pinyin" : "wù", + "numeric" : "wu4", + "wadegiles" : "wu⁴", + "bopomofo" : "ㄨˋ", + "romatzyh" : "wuh" }, + "meanings" : [ "mistake", + "error", + "to miss", + "to harm", + "to delay", + "to neglect", + "mistakenly" ], + "classifiers" : [] } ] }, + { "simplified" : "误差", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15847, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "誤差", + "transcriptions" : { "pinyin" : "wù chā", + "numeric" : "wu4 cha1", + "wadegiles" : "wu⁴ ch'a¹", + "bopomofo" : "ㄨˋ ㄔㄚ", + "romatzyh" : "wuh cha" }, + "meanings" : [ "difference", + "error", + "inaccuracy" ], + "classifiers" : [] } ] }, + { "simplified" : "误导", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 9535, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "誤導", + "transcriptions" : { "pinyin" : "wù dǎo", + "numeric" : "wu4 dao3", + "wadegiles" : "wu⁴ tao³", + "bopomofo" : "ㄨˋ ㄉㄠˇ", + "romatzyh" : "wuh dao" }, + "meanings" : [ "to mislead", + "to misguide", + "misleading" ], + "classifiers" : [] } ] }, + { "simplified" : "误会", + "radical" : "讠", + "level" : [ "new-4", "old-4" ], + "frequency" : 4880, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "誤會", + "transcriptions" : { "pinyin" : "wù huì", + "numeric" : "wu4 hui4", + "wadegiles" : "wu⁴ hui⁴", + "bopomofo" : "ㄨˋ ㄏㄨㄟˋ", + "romatzyh" : "wuh huey" }, + "meanings" : [ "to misunderstand", + "to mistake", + "misunderstanding" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "误解", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 6851, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "誤解", + "transcriptions" : { "pinyin" : "wù jiě", + "numeric" : "wu4 jie3", + "wadegiles" : "wu⁴ chieh³", + "bopomofo" : "ㄨˋ ㄐㄧㄝˇ", + "romatzyh" : "wuh jiee" }, + "meanings" : [ "to misunderstand", + "misunderstanding" ], + "classifiers" : [] } ] }, + { "simplified" : "误区", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 26395, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "誤區", + "transcriptions" : { "pinyin" : "wù qū", + "numeric" : "wu4 qu1", + "wadegiles" : "wu⁴ ch'ü¹", + "bopomofo" : "ㄨˋ ㄑㄩ", + "romatzyh" : "wuh chiu" }, + "meanings" : [ "mistaken ideas", + "misconceptions", + "the error of one's ways" ], + "classifiers" : [] } ] }, + { "simplified" : "雾", + "radical" : "雨", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4332, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "霧", + "transcriptions" : { "pinyin" : "wù", + "numeric" : "wu4", + "wadegiles" : "wu⁴", + "bopomofo" : "ㄨˋ", + "romatzyh" : "wuh" }, + "meanings" : [ "fog", "mist" ], + "classifiers" : [ "场", "阵" ] } ] }, + { "simplified" : "务必", + "radical" : "夂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10677, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "務必", + "transcriptions" : { "pinyin" : "wù bì", + "numeric" : "wu4 bi4", + "wadegiles" : "wu⁴ pi⁴", + "bopomofo" : "ㄨˋ ㄅㄧˋ", + "romatzyh" : "wuh bih" }, + "meanings" : [ "must", + "to need to", + "to be sure to" ], + "classifiers" : [] } ] }, + { "simplified" : "务实", + "radical" : "夂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20393, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "務實", + "transcriptions" : { "pinyin" : "wù shí", + "numeric" : "wu4 shi2", + "wadegiles" : "wu⁴ shih²", + "bopomofo" : "ㄨˋ ㄕˊ", + "romatzyh" : "wuh shyr" }, + "meanings" : [ "pragmatic", + "dealing with concrete issues" ], + "classifiers" : [] } ] }, + { "simplified" : "夕阳", + "radical" : "夕", + "level" : [ "old-6" ], + "frequency" : 13510, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夕陽", + "transcriptions" : { "pinyin" : "xī yáng", + "numeric" : "xi1 yang2", + "wadegiles" : "hsi¹ yang²", + "bopomofo" : "ㄒㄧ ㄧㄤˊ", + "romatzyh" : "shi yang" }, + "meanings" : [ "sunset", "the setting sun" ], + "classifiers" : [] } ] }, + { "simplified" : "吸", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 2340, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吸", + "transcriptions" : { "pinyin" : "xī", + "numeric" : "xi1", + "wadegiles" : "hsi¹", + "bopomofo" : "ㄒㄧ", + "romatzyh" : "shi" }, + "meanings" : [ "to breathe", + "to suck in", + "to absorb", + "to inhale" ], + "classifiers" : [] } ] }, + { "simplified" : "吸毒", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 6447, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "吸毒", + "transcriptions" : { "pinyin" : "xī dú", + "numeric" : "xi1 du2", + "wadegiles" : "hsi¹ tu²", + "bopomofo" : "ㄒㄧ ㄉㄨˊ", + "romatzyh" : "shi dwu" }, + "meanings" : [ "to take drugs" ], + "classifiers" : [] } ] }, + { "simplified" : "吸管", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 18880, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "吸管", + "transcriptions" : { "pinyin" : "xī guǎn", + "numeric" : "xi1 guan3", + "wadegiles" : "hsi¹ kuan³", + "bopomofo" : "ㄒㄧ ㄍㄨㄢˇ", + "romatzyh" : "shi goan" }, + "meanings" : [ "(drinking) straw", + "pipette", + "eyedropper", + "snorkel" ], + "classifiers" : [ "支" ] } ] }, + { "simplified" : "吸纳", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 20140, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吸納", + "transcriptions" : { "pinyin" : "xī nà", + "numeric" : "xi1 na4", + "wadegiles" : "hsi¹ na⁴", + "bopomofo" : "ㄒㄧ ㄋㄚˋ", + "romatzyh" : "shi nah" }, + "meanings" : [ "to take in", + "to absorb", + "to admit", + "to accept" ], + "classifiers" : [] } ] }, + { "simplified" : "吸取", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7936, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吸取", + "transcriptions" : { "pinyin" : "xī qǔ", + "numeric" : "xi1 qu3", + "wadegiles" : "hsi¹ ch'ü³", + "bopomofo" : "ㄒㄧ ㄑㄩˇ", + "romatzyh" : "shi cheu" }, + "meanings" : [ "to absorb", + "to draw (a lesson, insight etc)", + "to assimilate" ], + "classifiers" : [] } ] }, + { "simplified" : "吸收", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 4256, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "吸收", + "transcriptions" : { "pinyin" : "xī shōu", + "numeric" : "xi1 shou1", + "wadegiles" : "hsi¹ shou¹", + "bopomofo" : "ㄒㄧ ㄕㄡ", + "romatzyh" : "shi shou" }, + "meanings" : [ "to absorb", + "to assimilate", + "to ingest", + "to recruit" ], + "classifiers" : [] } ] }, + { "simplified" : "吸烟", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 5921, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "吸煙", + "transcriptions" : { "pinyin" : "xī yān", + "numeric" : "xi1 yan1", + "wadegiles" : "hsi¹ yan¹", + "bopomofo" : "ㄒㄧ ㄧㄢ", + "romatzyh" : "shi ian" }, + "meanings" : [ "to smoke" ], + "classifiers" : [] } ] }, + { "simplified" : "吸引", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 1617, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "吸引", + "transcriptions" : { "pinyin" : "xī yǐn", + "numeric" : "xi1 yin3", + "wadegiles" : "hsi¹ yin³", + "bopomofo" : "ㄒㄧ ㄧㄣˇ", + "romatzyh" : "shi yiin" }, + "meanings" : [ "to attract; to appeal to; to fascinate" ], + "classifiers" : [] } ] }, + { "simplified" : "希望", + "radical" : "巾", + "level" : [ "new-3", "old-2" ], + "frequency" : 182, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "希望", + "transcriptions" : { "pinyin" : "xī wàng", + "numeric" : "xi1 wang4", + "wadegiles" : "hsi¹ wang⁴", + "bopomofo" : "ㄒㄧ ㄨㄤˋ", + "romatzyh" : "shi wanq" }, + "meanings" : [ "to hope", "a hope; a wish" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "昔日", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14974, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "昔日", + "transcriptions" : { "pinyin" : "xī rì", + "numeric" : "xi1 ri4", + "wadegiles" : "hsi¹ jih⁴", + "bopomofo" : "ㄒㄧ ㄖˋ", + "romatzyh" : "shi ryh" }, + "meanings" : [ "former days", "in the past" ], + "classifiers" : [] } ] }, + { "simplified" : "牺牲", + "radical" : "牛", + "level" : [ "new-6", "old-6" ], + "frequency" : 3100, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "犧牲", + "transcriptions" : { "pinyin" : "xī shēng", + "numeric" : "xi1 sheng1", + "wadegiles" : "hsi¹ sheng¹", + "bopomofo" : "ㄒㄧ ㄕㄥ", + "romatzyh" : "shi sheng" }, + "meanings" : [ "to sacrifice one's life", + "to sacrifice (sth valued)", + "beast slaughtered as a sacrifice" ], + "classifiers" : [] } ] }, + { "simplified" : "稀", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 8894, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "稀", + "transcriptions" : { "pinyin" : "xī", + "numeric" : "xi1", + "wadegiles" : "hsi¹", + "bopomofo" : "ㄒㄧ", + "romatzyh" : "shi" }, + "meanings" : [ "rare", + "uncommon", + "watery", + "sparse" ], + "classifiers" : [] } ] }, + { "simplified" : "稀罕", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 16474, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "稀罕", + "transcriptions" : { "pinyin" : "xī han", + "numeric" : "xi1 han5", + "wadegiles" : "hsi¹ han", + "bopomofo" : "ㄒㄧ han", + "romatzyh" : "shi han" }, + "meanings" : [ "rare; uncommon", + "rare thing; rarity", + "to value as a rarity; to cherish", + "Taiwan pr. [xī hǎn]" ], + "classifiers" : [] } ] }, + { "simplified" : "稀奇", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 18938, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "稀奇", + "transcriptions" : { "pinyin" : "xī qí", + "numeric" : "xi1 qi2", + "wadegiles" : "hsi¹ ch'i²", + "bopomofo" : "ㄒㄧ ㄑㄧˊ", + "romatzyh" : "shi chyi" }, + "meanings" : [ "rare", "strange" ], + "classifiers" : [] } ] }, + { "simplified" : "稀少", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 20630, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "稀少", + "transcriptions" : { "pinyin" : "xī shǎo", + "numeric" : "xi1 shao3", + "wadegiles" : "hsi¹ shao³", + "bopomofo" : "ㄒㄧ ㄕㄠˇ", + "romatzyh" : "shi shao" }, + "meanings" : [ "sparse", "rare" ], + "classifiers" : [] } ] }, + { "simplified" : "溪", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 7590, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "溪", + "transcriptions" : { "pinyin" : "xī", + "numeric" : "xi1", + "wadegiles" : "hsi¹", + "bopomofo" : "ㄒㄧ", + "romatzyh" : "shi" }, + "meanings" : [ "creek", "rivulet" ], + "classifiers" : [] }, + { "traditional" : "谿", + "transcriptions" : { "pinyin" : "xī", + "numeric" : "xi1", + "wadegiles" : "hsi¹", + "bopomofo" : "ㄒㄧ", + "romatzyh" : "shi" }, + "meanings" : [ "variant of 溪" ], + "classifiers" : [] } ] }, + { "simplified" : "锡", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 9399, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "錫", + "transcriptions" : { "pinyin" : "xī", + "numeric" : "xi1", + "wadegiles" : "hsi¹", + "bopomofo" : "ㄒㄧ", + "romatzyh" : "shi" }, + "meanings" : [ "tin (chemistry)", + "to bestow", + "to confer", + "to grant", + "Taiwan pr. [xí]" ], + "classifiers" : [] } ] }, + { "simplified" : "熄火", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 18547, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "熄火", + "transcriptions" : { "pinyin" : "xī huǒ", + "numeric" : "xi1 huo3", + "wadegiles" : "hsi¹ huo³", + "bopomofo" : "ㄒㄧ ㄏㄨㄛˇ", + "romatzyh" : "shi huoo" }, + "meanings" : [ "(of fire, lamp etc) to go out", + "to put out (fire)", + "(fig.) to die down", + "(of a vehicle) to stall" ], + "classifiers" : [] } ] }, + { "simplified" : "熄灭", + "radical" : "火", + "level" : [ "old-6" ], + "frequency" : 13334, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "熄滅", + "transcriptions" : { "pinyin" : "xī miè", + "numeric" : "xi1 mie4", + "wadegiles" : "hsi¹ mieh⁴", + "bopomofo" : "ㄒㄧ ㄇㄧㄝˋ", + "romatzyh" : "shi mieh" }, + "meanings" : [ "to stop burning", + "to go out (of fire)", + "to die out", + "extinguished" ], + "classifiers" : [] } ] }, + { "simplified" : "熙熙攘攘", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 30846, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "熙熙攘攘", + "transcriptions" : { "pinyin" : "xī xī rǎng rǎng", + "numeric" : "xi1 xi1 rang3 rang3", + "wadegiles" : "hsi¹ hsi¹ jang³ jang³", + "bopomofo" : "ㄒㄧ ㄒㄧ ㄖㄤˇ ㄖㄤˇ", + "romatzyh" : "shi shi raang raang" }, + "meanings" : [ "bustling with activity (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "嬉笑", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 36701, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "嬉笑", + "transcriptions" : { "pinyin" : "xī xiào", + "numeric" : "xi1 xiao4", + "wadegiles" : "hsi¹ hsiao⁴", + "bopomofo" : "ㄒㄧ ㄒㄧㄠˋ", + "romatzyh" : "shi shiaw" }, + "meanings" : [ "to be laughing and playing", + "to giggle" ], + "classifiers" : [] } ] }, + { "simplified" : "膝盖", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5803, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "膝蓋", + "transcriptions" : { "pinyin" : "xī gài", + "numeric" : "xi1 gai4", + "wadegiles" : "hsi¹ kai⁴", + "bopomofo" : "ㄒㄧ ㄍㄞˋ", + "romatzyh" : "shi gay" }, + "meanings" : [ "knee", + "(Internet slang) to kneel down (in admiration)" ], + "classifiers" : [] } ] }, + { "simplified" : "习惯", + "radical" : "冫", + "level" : [ "new-2", "old-3" ], + "frequency" : 1251, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "習慣", + "transcriptions" : { "pinyin" : "xí guàn", + "numeric" : "xi2 guan4", + "wadegiles" : "hsi² kuan⁴", + "bopomofo" : "ㄒㄧˊ ㄍㄨㄢˋ", + "romatzyh" : "shyi guann" }, + "meanings" : [ "habit", + "custom", + "usual practice", + "to be used to" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "习俗", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10748, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "習俗", + "transcriptions" : { "pinyin" : "xí sú", + "numeric" : "xi2 su2", + "wadegiles" : "hsi² su²", + "bopomofo" : "ㄒㄧˊ ㄙㄨˊ", + "romatzyh" : "shyi swu" }, + "meanings" : [ "custom", + "tradition", + "local tradition", + "convention" ], + "classifiers" : [] } ] }, + { "simplified" : "席", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 5971, + "pos" : [ "qt", "g" ], + "forms" : [ { "traditional" : "席", + "transcriptions" : { "pinyin" : "Xí", + "numeric" : "Xi2", + "wadegiles" : "hsi²", + "bopomofo" : "ㄒㄧˊ", + "romatzyh" : "shyi" }, + "meanings" : [ "surname Xi" ], + "classifiers" : [] }, + { "traditional" : "席", + "transcriptions" : { "pinyin" : "xí", + "numeric" : "xi2", + "wadegiles" : "hsi²", + "bopomofo" : "ㄒㄧˊ", + "romatzyh" : "shyi" }, + "meanings" : [ "woven mat", + "seat", + "banquet", + "place in a democratic assembly", + "classifier for banquets, conversations etc" ], + "classifiers" : [] }, + { "traditional" : "蓆", + "transcriptions" : { "pinyin" : "xí", + "numeric" : "xi2", + "wadegiles" : "hsi²", + "bopomofo" : "ㄒㄧˊ", + "romatzyh" : "shyi" }, + "meanings" : [ "variant of 席", "woven mat" ], + "classifiers" : [] } ] }, + { "simplified" : "席位", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 10016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "席位", + "transcriptions" : { "pinyin" : "xí wèi", + "numeric" : "xi2 wei4", + "wadegiles" : "hsi² wei⁴", + "bopomofo" : "ㄒㄧˊ ㄨㄟˋ", + "romatzyh" : "shyi wey" }, + "meanings" : [ "a seat (in a theater, stadium etc)", + "parliamentary or congressional seat" ], + "classifiers" : [] } ] }, + { "simplified" : "袭击", + "radical" : "龙", + "level" : [ "new-7+", "old-6" ], + "frequency" : 1984, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "襲擊", + "transcriptions" : { "pinyin" : "xí jī", + "numeric" : "xi2 ji1", + "wadegiles" : "hsi² chi¹", + "bopomofo" : "ㄒㄧˊ ㄐㄧ", + "romatzyh" : "shyi ji" }, + "meanings" : [ "attack (esp. surprise attack)", + "raid", + "to attack" ], + "classifiers" : [] } ] }, + { "simplified" : "媳妇", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13013, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "媳婦", + "transcriptions" : { "pinyin" : "xí fù", + "numeric" : "xi2 fu4", + "wadegiles" : "hsi² fu⁴", + "bopomofo" : "ㄒㄧˊ ㄈㄨˋ", + "romatzyh" : "shyi fuh" }, + "meanings" : [ "daughter-in-law", + "wife (of a younger man)", + "young married woman", + "young woman" ], + "classifiers" : [] } ] }, + { "simplified" : "洗", + "radical" : "氵", + "level" : [ "new-1", "old-2" ], + "frequency" : 1298, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "洗", + "transcriptions" : { "pinyin" : "xǐ", + "numeric" : "xi3", + "wadegiles" : "hsi³", + "bopomofo" : "ㄒㄧˇ", + "romatzyh" : "shii" }, + "meanings" : [ "to wash; to bathe", + "to develop (photographs)", + "to shuffle (cards etc)", + "to erase (a recording)" ], + "classifiers" : [] } ] }, + { "simplified" : "洗涤剂", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 34376, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "洗滌劑", + "transcriptions" : { "pinyin" : "xǐ dí jì", + "numeric" : "xi3 di2 ji4", + "wadegiles" : "hsi³ ti² chi⁴", + "bopomofo" : "ㄒㄧˇ ㄉㄧˊ ㄐㄧˋ", + "romatzyh" : "shii dyi jih" }, + "meanings" : [ "cleaning agent", "detergent" ], + "classifiers" : [] } ] }, + { "simplified" : "洗礼", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 12267, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "洗禮", + "transcriptions" : { "pinyin" : "xǐ lǐ", + "numeric" : "xi3 li3", + "wadegiles" : "hsi³ li³", + "bopomofo" : "ㄒㄧˇ ㄌㄧˇ", + "romatzyh" : "shii lii" }, + "meanings" : [ "baptism (lit. or fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "洗手间", + "radical" : "氵", + "level" : [ "new-1", "old-3" ], + "frequency" : 9674, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "洗手間", + "transcriptions" : { "pinyin" : "xǐ shǒu jiān", + "numeric" : "xi3 shou3 jian1", + "wadegiles" : "hsi³ shou³ chien¹", + "bopomofo" : "ㄒㄧˇ ㄕㄡˇ ㄐㄧㄢ", + "romatzyh" : "shii shoou jian" }, + "meanings" : [ "toilet", "lavatory", "washroom" ], + "classifiers" : [] } ] }, + { "simplified" : "洗衣粉", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 27239, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "洗衣粉", + "transcriptions" : { "pinyin" : "xǐ yī fěn", + "numeric" : "xi3 yi1 fen3", + "wadegiles" : "hsi³ i¹ fen³", + "bopomofo" : "ㄒㄧˇ ㄧ ㄈㄣˇ", + "romatzyh" : "shii i feen" }, + "meanings" : [ "laundry detergent", + "washing powder" ], + "classifiers" : [] } ] }, + { "simplified" : "洗衣机", + "radical" : "氵", + "level" : [ "new-2", "old-4" ], + "frequency" : 10344, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "洗衣機", + "transcriptions" : { "pinyin" : "xǐ yī jī", + "numeric" : "xi3 yi1 ji1", + "wadegiles" : "hsi³ i¹ chi¹", + "bopomofo" : "ㄒㄧˇ ㄧ ㄐㄧ", + "romatzyh" : "shii i ji" }, + "meanings" : [ "washing machine; washer" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "洗澡", + "radical" : "氵", + "level" : [ "new-2", "old-3" ], + "frequency" : 3512, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "洗澡", + "transcriptions" : { "pinyin" : "xǐ zǎo", + "numeric" : "xi3 zao3", + "wadegiles" : "hsi³ tsao³", + "bopomofo" : "ㄒㄧˇ ㄗㄠˇ", + "romatzyh" : "shii tzao" }, + "meanings" : [ "to bathe", "to take a shower" ], + "classifiers" : [] } ] }, + { "simplified" : "喜爱", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 4247, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "喜愛", + "transcriptions" : { "pinyin" : "xǐ ài", + "numeric" : "xi3 ai4", + "wadegiles" : "hsi³ ai⁴", + "bopomofo" : "ㄒㄧˇ ㄞˋ", + "romatzyh" : "shii ay" }, + "meanings" : [ "to like", + "to love", + "to be fond of", + "favorite" ], + "classifiers" : [] } ] }, + { "simplified" : "喜出望外", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 29648, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "喜出望外", + "transcriptions" : { "pinyin" : "xǐ chū wàng wài", + "numeric" : "xi3 chu1 wang4 wai4", + "wadegiles" : "hsi³ ch'u¹ wang⁴ wai⁴", + "bopomofo" : "ㄒㄧˇ ㄔㄨ ㄨㄤˋ ㄨㄞˋ", + "romatzyh" : "shii chu wanq way" }, + "meanings" : [ "to be pleased beyond one's expectations (idiom)", + "overjoyed at the turn of events" ], + "classifiers" : [] } ] }, + { "simplified" : "喜好", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 11945, + "pos" : [ "vn", "v", "an" ], + "forms" : [ { "traditional" : "喜好", + "transcriptions" : { "pinyin" : "xǐ hào", + "numeric" : "xi3 hao4", + "wadegiles" : "hsi³ hao⁴", + "bopomofo" : "ㄒㄧˇ ㄏㄠˋ", + "romatzyh" : "shii haw" }, + "meanings" : [ "to like", + "fond of", + "to prefer", + "to love", + "one's tastes", + "preference" ], + "classifiers" : [] } ] }, + { "simplified" : "喜欢", + "radical" : "口", + "level" : [ "new-1", "old-1" ], + "frequency" : 139, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "喜歡", + "transcriptions" : { "pinyin" : "xǐ huan", + "numeric" : "xi3 huan5", + "wadegiles" : "hsi³ huan", + "bopomofo" : "ㄒㄧˇ huan", + "romatzyh" : "shii huan" }, + "meanings" : [ "to like; to be fond of" ], + "classifiers" : [] } ] }, + { "simplified" : "喜酒", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 42048, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "喜酒", + "transcriptions" : { "pinyin" : "xǐ jiǔ", + "numeric" : "xi3 jiu3", + "wadegiles" : "hsi³ chiu³", + "bopomofo" : "ㄒㄧˇ ㄐㄧㄡˇ", + "romatzyh" : "shii jeou" }, + "meanings" : [ "wedding feast", + "liquor drunk at a wedding feast" ], + "classifiers" : [] } ] }, + { "simplified" : "喜剧", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 5717, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "喜劇", + "transcriptions" : { "pinyin" : "xǐ jù", + "numeric" : "xi3 ju4", + "wadegiles" : "hsi³ chü⁴", + "bopomofo" : "ㄒㄧˇ ㄐㄩˋ", + "romatzyh" : "shii jiuh" }, + "meanings" : [ "comedy" ], + "classifiers" : [ "部", "出" ] } ] }, + { "simplified" : "喜怒哀乐", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 26105, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "喜怒哀樂", + "transcriptions" : { "pinyin" : "xǐ nù āi lè", + "numeric" : "xi3 nu4 ai1 le4", + "wadegiles" : "hsi³ nu⁴ ai¹ le⁴", + "bopomofo" : "ㄒㄧˇ ㄋㄨˋ ㄞ ㄌㄜˋ", + "romatzyh" : "shii nuh ai leh" }, + "meanings" : [ "four types of human emotions, namely: happiness 欢喜, anger 愤怒, sorrow 哀 and joy 快乐" ], + "classifiers" : [] } ] }, + { "simplified" : "喜庆", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 18509, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "喜慶", + "transcriptions" : { "pinyin" : "xǐ qìng", + "numeric" : "xi3 qing4", + "wadegiles" : "hsi³ ch'ing⁴", + "bopomofo" : "ㄒㄧˇ ㄑㄧㄥˋ", + "romatzyh" : "shii chinq" }, + "meanings" : [ "jubilation", "festive" ], + "classifiers" : [] } ] }, + { "simplified" : "喜事", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 22506, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "喜事", + "transcriptions" : { "pinyin" : "xǐ shì", + "numeric" : "xi3 shi4", + "wadegiles" : "hsi³ shih⁴", + "bopomofo" : "ㄒㄧˇ ㄕˋ", + "romatzyh" : "shii shyh" }, + "meanings" : [ "happy occasion", "wedding" ], + "classifiers" : [] } ] }, + { "simplified" : "喜糖", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 30010, + "pos" : [], + "forms" : [ { "traditional" : "喜糖", + "transcriptions" : { "pinyin" : "xǐ táng", + "numeric" : "xi3 tang2", + "wadegiles" : "hsi³ t'ang²", + "bopomofo" : "ㄒㄧˇ ㄊㄤˊ", + "romatzyh" : "shii tarng" }, + "meanings" : [ "sweet given on a happy occasion (esp. wedding)" ], + "classifiers" : [] } ] }, + { "simplified" : "喜闻乐见", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 43166, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "喜聞樂見", + "transcriptions" : { "pinyin" : "xǐ wén lè jiàn", + "numeric" : "xi3 wen2 le4 jian4", + "wadegiles" : "hsi³ wen² le⁴ chien⁴", + "bopomofo" : "ㄒㄧˇ ㄨㄣˊ ㄌㄜˋ ㄐㄧㄢˋ", + "romatzyh" : "shii wen leh jiann" }, + "meanings" : [ "to love to hear and see (idiom)", + "well received", + "to one's liking" ], + "classifiers" : [] } ] }, + { "simplified" : "喜洋洋", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 36979, + "pos" : [], + "forms" : [ { "traditional" : "喜洋洋", + "transcriptions" : { "pinyin" : "xǐ yáng yáng", + "numeric" : "xi3 yang2 yang2", + "wadegiles" : "hsi³ yang² yang²", + "bopomofo" : "ㄒㄧˇ ㄧㄤˊ ㄧㄤˊ", + "romatzyh" : "shii yang yang" }, + "meanings" : [ "radiant with joy" ], + "classifiers" : [] } ] }, + { "simplified" : "喜悦", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7848, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "喜悅", + "transcriptions" : { "pinyin" : "xǐ yuè", + "numeric" : "xi3 yue4", + "wadegiles" : "hsi³ yüeh⁴", + "bopomofo" : "ㄒㄧˇ ㄩㄝˋ", + "romatzyh" : "shii yueh" }, + "meanings" : [ "happy", "joyous" ], + "classifiers" : [] } ] }, + { "simplified" : "戏", + "radical" : "戈", + "level" : [ "new-5" ], + "frequency" : 1763, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "戯", + "transcriptions" : { "pinyin" : "xì", + "numeric" : "xi4", + "wadegiles" : "hsi⁴", + "bopomofo" : "ㄒㄧˋ", + "romatzyh" : "shih" }, + "meanings" : [ "variant of 戏" ], + "classifiers" : [] }, + { "traditional" : "戲", + "transcriptions" : { "pinyin" : "xì", + "numeric" : "xi4", + "wadegiles" : "hsi⁴", + "bopomofo" : "ㄒㄧˋ", + "romatzyh" : "shih" }, + "meanings" : [ "trick", "drama", "play", "show" ], + "classifiers" : [ "出", "场", "台" ] } ] }, + { "simplified" : "戏剧", + "radical" : "戈", + "level" : [ "new-5", "old-5" ], + "frequency" : 5290, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戲劇", + "transcriptions" : { "pinyin" : "xì jù", + "numeric" : "xi4 ju4", + "wadegiles" : "hsi⁴ chü⁴", + "bopomofo" : "ㄒㄧˋ ㄐㄩˋ", + "romatzyh" : "shih jiuh" }, + "meanings" : [ "a drama; a play; theater", + "script of a play" ], + "classifiers" : [] } ] }, + { "simplified" : "戏曲", + "radical" : "戈", + "level" : [ "new-6" ], + "frequency" : 46627, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戲曲", + "transcriptions" : { "pinyin" : "xì qǔ", + "numeric" : "xi4 qu3", + "wadegiles" : "hsi⁴ ch'ü³", + "bopomofo" : "ㄒㄧˋ ㄑㄩˇ", + "romatzyh" : "shih cheu" }, + "meanings" : [ "Chinese opera" ], + "classifiers" : [] } ] }, + { "simplified" : "系", + "radical" : "糸", + "level" : [ "new-3", "old-5" ], + "frequency" : 1415, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "係", + "transcriptions" : { "pinyin" : "xì", + "numeric" : "xi4", + "wadegiles" : "hsi⁴", + "bopomofo" : "ㄒㄧˋ", + "romatzyh" : "shih" }, + "meanings" : [ "to connect", + "to relate to", + "to tie up", + "to bind", + "to be (literary)" ], + "classifiers" : [] }, + { "traditional" : "系", + "transcriptions" : { "pinyin" : "xì", + "numeric" : "xi4", + "wadegiles" : "hsi⁴", + "bopomofo" : "ㄒㄧˋ", + "romatzyh" : "shih" }, + "meanings" : [ "system", "department", "faculty" ], + "classifiers" : [] }, + { "traditional" : "繫", + "transcriptions" : { "pinyin" : "jì", + "numeric" : "ji4", + "wadegiles" : "chi⁴", + "bopomofo" : "ㄐㄧˋ", + "romatzyh" : "jih" }, + "meanings" : [ "to tie", + "to fasten", + "to button up" ], + "classifiers" : [] }, + { "traditional" : "繫", + "transcriptions" : { "pinyin" : "xì", + "numeric" : "xi4", + "wadegiles" : "hsi⁴", + "bopomofo" : "ㄒㄧˋ", + "romatzyh" : "shih" }, + "meanings" : [ "to connect", + "to arrest", + "to worry" ], + "classifiers" : [] } ] }, + { "simplified" : "系列", + "radical" : "糸", + "level" : [ "new-4", "old-6" ], + "frequency" : 2176, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "系列", + "transcriptions" : { "pinyin" : "xì liè", + "numeric" : "xi4 lie4", + "wadegiles" : "hsi⁴ lieh⁴", + "bopomofo" : "ㄒㄧˋ ㄌㄧㄝˋ", + "romatzyh" : "shih lieh" }, + "meanings" : [ "series", "set" ], + "classifiers" : [] } ] }, + { "simplified" : "系领带", + "radical" : "糸", + "level" : [ "old-5" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "繫領帶", + "transcriptions" : { "pinyin" : "xì lǐng dài", + "numeric" : "xi4 ling3 dai4", + "wadegiles" : "hsi⁴ ling³ tai⁴", + "bopomofo" : "ㄒㄧˋ ㄌㄧㄥˇ ㄉㄞˋ", + "romatzyh" : "shih liing day" }, + "meanings" : [ "to wear a tie" ], + "classifiers" : [] } ] }, + { "simplified" : "系统", + "radical" : "糸", + "level" : [ "new-4", "old-5" ], + "frequency" : 552, + "pos" : [ "n", "ad", "a" ], + "forms" : [ { "traditional" : "系統", + "transcriptions" : { "pinyin" : "xì tǒng", + "numeric" : "xi4 tong3", + "wadegiles" : "hsi⁴ t'ung³", + "bopomofo" : "ㄒㄧˋ ㄊㄨㄥˇ", + "romatzyh" : "shih toong" }, + "meanings" : [ "system" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "细", + "radical" : "纟", + "level" : [ "new-4" ], + "frequency" : 3744, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "細", + "transcriptions" : { "pinyin" : "xì", + "numeric" : "xi4", + "wadegiles" : "hsi⁴", + "bopomofo" : "ㄒㄧˋ", + "romatzyh" : "shih" }, + "meanings" : [ "thin or slender", + "finely particulate", + "thin and soft", + "fine", + "delicate", + "trifling", + "(of a sound) quiet", + "frugal" ], + "classifiers" : [] } ] }, + { "simplified" : "细胞", + "radical" : "纟", + "level" : [ "new-6", "old-6" ], + "frequency" : 2532, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "細胞", + "transcriptions" : { "pinyin" : "xì bāo", + "numeric" : "xi4 bao1", + "wadegiles" : "hsi⁴ pao¹", + "bopomofo" : "ㄒㄧˋ ㄅㄠ", + "romatzyh" : "shih bau" }, + "meanings" : [ "cell (biology)" ], + "classifiers" : [] } ] }, + { "simplified" : "细节", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 2507, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "細節", + "transcriptions" : { "pinyin" : "xì jié", + "numeric" : "xi4 jie2", + "wadegiles" : "hsi⁴ chieh²", + "bopomofo" : "ㄒㄧˋ ㄐㄧㄝˊ", + "romatzyh" : "shih jye" }, + "meanings" : [ "details", "particulars" ], + "classifiers" : [] } ] }, + { "simplified" : "细菌", + "radical" : "纟", + "level" : [ "new-6", "old-6" ], + "frequency" : 5314, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "細菌", + "transcriptions" : { "pinyin" : "xì jūn", + "numeric" : "xi4 jun1", + "wadegiles" : "hsi⁴ chün¹", + "bopomofo" : "ㄒㄧˋ ㄐㄩㄣ", + "romatzyh" : "shih jiun" }, + "meanings" : [ "bacterium", "germ" ], + "classifiers" : [] } ] }, + { "simplified" : "细腻", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 12755, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "細膩", + "transcriptions" : { "pinyin" : "xì nì", + "numeric" : "xi4 ni4", + "wadegiles" : "hsi⁴ ni⁴", + "bopomofo" : "ㄒㄧˋ ㄋㄧˋ", + "romatzyh" : "shih nih" }, + "meanings" : [ "exquisite", "meticulous" ], + "classifiers" : [] } ] }, + { "simplified" : "细微", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 13506, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "細微", + "transcriptions" : { "pinyin" : "xì wēi", + "numeric" : "xi4 wei1", + "wadegiles" : "hsi⁴ wei¹", + "bopomofo" : "ㄒㄧˋ ㄨㄟ", + "romatzyh" : "shih uei" }, + "meanings" : [ "tiny", + "minute", + "fine", + "subtle", + "sensitive (instruments)" ], + "classifiers" : [] } ] }, + { "simplified" : "细心", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 10169, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "細心", + "transcriptions" : { "pinyin" : "xì xīn", + "numeric" : "xi4 xin1", + "wadegiles" : "hsi⁴ hsin¹", + "bopomofo" : "ㄒㄧˋ ㄒㄧㄣ", + "romatzyh" : "shih shin" }, + "meanings" : [ "careful", "attentive" ], + "classifiers" : [] } ] }, + { "simplified" : "细致", + "radical" : "纟", + "level" : [ "new-4", "old-6" ], + "frequency" : 11083, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "細緻", + "transcriptions" : { "pinyin" : "xì zhì", + "numeric" : "xi4 zhi4", + "wadegiles" : "hsi⁴ chih⁴", + "bopomofo" : "ㄒㄧˋ ㄓˋ", + "romatzyh" : "shih jyh" }, + "meanings" : [ "delicate", + "fine", + "careful", + "meticulous", + "painstaking" ], + "classifiers" : [] } ] }, + { "simplified" : "西", + "radical" : "西", + "level" : [ "new-1", "old-3" ], + "frequency" : 958, + "pos" : [ "f", "b" ], + "forms" : [ { "traditional" : "西", + "transcriptions" : { "pinyin" : "Xī", + "numeric" : "Xi1", + "wadegiles" : "hsi¹", + "bopomofo" : "ㄒㄧ", + "romatzyh" : "shi" }, + "meanings" : [ "the West", + "abbr. for Spain 牙", + "Spanish" ], + "classifiers" : [] }, + { "traditional" : "西", + "transcriptions" : { "pinyin" : "xī", + "numeric" : "xi1", + "wadegiles" : "hsi¹", + "bopomofo" : "ㄒㄧ", + "romatzyh" : "shi" }, + "meanings" : [ "west" ], + "classifiers" : [] } ] }, + { "simplified" : "西班牙语", + "radical" : "西", + "level" : [ "new-6" ], + "frequency" : 17382, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "西班牙語", + "transcriptions" : { "pinyin" : "Xī bān yá yǔ", + "numeric" : "Xi1 ban1 ya2 yu3", + "wadegiles" : "hsi¹ pan¹ ya² yü³", + "bopomofo" : "ㄒㄧ ㄅㄢ ㄧㄚˊ ㄩˇ", + "romatzyh" : "shi ban ya yeu" }, + "meanings" : [ "Spanish language" ], + "classifiers" : [] } ] }, + { "simplified" : "西北", + "radical" : "西", + "level" : [ "new-2" ], + "frequency" : 7263, + "pos" : [ "s", "ns", "f" ], + "forms" : [ { "traditional" : "西北", + "transcriptions" : { "pinyin" : "Xī běi", + "numeric" : "Xi1 bei3", + "wadegiles" : "hsi¹ pei³", + "bopomofo" : "ㄒㄧ ㄅㄟˇ", + "romatzyh" : "shi beei" }, + "meanings" : [ "Northwest China (Shaanxi, Gansu, Qinghai, Ningxia, Xinjiang)" ], + "classifiers" : [] }, + { "traditional" : "西北", + "transcriptions" : { "pinyin" : "xī běi", + "numeric" : "xi1 bei3", + "wadegiles" : "hsi¹ pei³", + "bopomofo" : "ㄒㄧ ㄅㄟˇ", + "romatzyh" : "shi beei" }, + "meanings" : [ "northwest" ], + "classifiers" : [] } ] }, + { "simplified" : "西边", + "radical" : "西", + "level" : [ "new-1" ], + "frequency" : 14628, + "pos" : [ "f", "nr" ], + "forms" : [ { "traditional" : "西邊", + "transcriptions" : { "pinyin" : "xī biān", + "numeric" : "xi1 bian1", + "wadegiles" : "hsi¹ pien¹", + "bopomofo" : "ㄒㄧ ㄅㄧㄢ", + "romatzyh" : "shi bian" }, + "meanings" : [ "west", + "west side", + "western part", + "to the west of" ], + "classifiers" : [] } ] }, + { "simplified" : "西部", + "radical" : "西", + "level" : [ "new-3" ], + "frequency" : 3207, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "西部", + "transcriptions" : { "pinyin" : "xī bù", + "numeric" : "xi1 bu4", + "wadegiles" : "hsi¹ pu⁴", + "bopomofo" : "ㄒㄧ ㄅㄨˋ", + "romatzyh" : "shi buh" }, + "meanings" : [ "western part" ], + "classifiers" : [] } ] }, + { "simplified" : "西餐", + "radical" : "西", + "level" : [ "new-2" ], + "frequency" : 31561, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "西餐", + "transcriptions" : { "pinyin" : "xī cān", + "numeric" : "xi1 can1", + "wadegiles" : "hsi¹ ts'an¹", + "bopomofo" : "ㄒㄧ ㄘㄢ", + "romatzyh" : "shi tsan" }, + "meanings" : [ "Western-style food" ], + "classifiers" : [ "份", "顿" ] } ] }, + { "simplified" : "西方", + "radical" : "西", + "level" : [ "new-2" ], + "frequency" : 4391, + "pos" : [ "s", "f" ], + "forms" : [ { "traditional" : "西方", + "transcriptions" : { "pinyin" : "Xī fāng", + "numeric" : "Xi1 fang1", + "wadegiles" : "hsi¹ fang¹", + "bopomofo" : "ㄒㄧ ㄈㄤ", + "romatzyh" : "shi fang" }, + "meanings" : [ "the West", + "the Occident", + "Western countries" ], + "classifiers" : [] } ] }, + { "simplified" : "西瓜", + "radical" : "西", + "level" : [ "new-4", "old-2" ], + "frequency" : 9098, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "西瓜", + "transcriptions" : { "pinyin" : "xī guā", + "numeric" : "xi1 gua1", + "wadegiles" : "hsi¹ kua¹", + "bopomofo" : "ㄒㄧ ㄍㄨㄚ", + "romatzyh" : "shi gua" }, + "meanings" : [ "watermelon" ], + "classifiers" : [ "颗", "个" ] } ] }, + { "simplified" : "西红柿", + "radical" : "西", + "level" : [ "new-5", "old-4" ], + "frequency" : 10725, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "西紅柿", + "transcriptions" : { "pinyin" : "xī hóng shì", + "numeric" : "xi1 hong2 shi4", + "wadegiles" : "hsi¹ hung² shih⁴", + "bopomofo" : "ㄒㄧ ㄏㄨㄥˊ ㄕˋ", + "romatzyh" : "shi horng shyh" }, + "meanings" : [ "tomato" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "西南", + "radical" : "西", + "level" : [ "new-2" ], + "frequency" : 7237, + "pos" : [ "s", "f", "ns" ], + "forms" : [ { "traditional" : "西南", + "transcriptions" : { "pinyin" : "xī nán", + "numeric" : "xi1 nan2", + "wadegiles" : "hsi¹ nan²", + "bopomofo" : "ㄒㄧ ㄋㄢˊ", + "romatzyh" : "shi nan" }, + "meanings" : [ "southwest" ], + "classifiers" : [] } ] }, + { "simplified" : "西医", + "radical" : "西", + "level" : [ "new-2" ], + "frequency" : 25471, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "西醫", + "transcriptions" : { "pinyin" : "xī yī", + "numeric" : "xi1 yi1", + "wadegiles" : "hsi¹ i¹", + "bopomofo" : "ㄒㄧ ㄧ", + "romatzyh" : "shi i" }, + "meanings" : [ "Western medicine", + "a doctor trained in Western medicine" ], + "classifiers" : [] } ] }, + { "simplified" : "西装", + "radical" : "西", + "level" : [ "new-5" ], + "frequency" : 6433, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "西裝", + "transcriptions" : { "pinyin" : "xī zhuāng", + "numeric" : "xi1 zhuang1", + "wadegiles" : "hsi¹ chuang¹", + "bopomofo" : "ㄒㄧ ㄓㄨㄤ", + "romatzyh" : "shi juang" }, + "meanings" : [ "suit", "Western-style clothes" ], + "classifiers" : [ "套" ] } ] }, + { "simplified" : "息息相关", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 19632, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "息息相關", + "transcriptions" : { "pinyin" : "xī xī xiāng guān", + "numeric" : "xi1 xi1 xiang1 guan1", + "wadegiles" : "hsi¹ hsi¹ hsiang¹ kuan¹", + "bopomofo" : "ㄒㄧ ㄒㄧ ㄒㄧㄤ ㄍㄨㄢ", + "romatzyh" : "shi shi shiang guan" }, + "meanings" : [ "closely bound up (idiom); intimately related" ], + "classifiers" : [] } ] }, + { "simplified" : "虾", + "radical" : "虫", + "level" : [ "new-7+" ], + "frequency" : 5399, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蝦", + "transcriptions" : { "pinyin" : "há", + "numeric" : "ha2", + "wadegiles" : "ha²", + "bopomofo" : "ㄏㄚˊ", + "romatzyh" : "har" }, + "meanings" : [ "used in 虾蟆" ], + "classifiers" : [] }, + { "traditional" : "蝦", + "transcriptions" : { "pinyin" : "xiā", + "numeric" : "xia1", + "wadegiles" : "hsia¹", + "bopomofo" : "ㄒㄧㄚ", + "romatzyh" : "shia" }, + "meanings" : [ "shrimp", "prawn" ], + "classifiers" : [] } ] }, + { "simplified" : "瞎", + "radical" : "目", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3932, + "pos" : [ "d", "v", "a" ], + "forms" : [ { "traditional" : "瞎", + "transcriptions" : { "pinyin" : "xiā", + "numeric" : "xia1", + "wadegiles" : "hsia¹", + "bopomofo" : "ㄒㄧㄚ", + "romatzyh" : "shia" }, + "meanings" : [ "blind", + "groundlessly", + "foolishly", + "to no purpose" ], + "classifiers" : [] } ] }, + { "simplified" : "侠义", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 39235, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "俠義", + "transcriptions" : { "pinyin" : "xiá yì", + "numeric" : "xia2 yi4", + "wadegiles" : "hsia² i⁴", + "bopomofo" : "ㄒㄧㄚˊ ㄧˋ", + "romatzyh" : "shya yih" }, + "meanings" : [ "chivalrous", + "chivalry", + "knight-errantry" ], + "classifiers" : [] } ] }, + { "simplified" : "峡谷", + "radical" : "山", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10789, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "峽谷", + "transcriptions" : { "pinyin" : "xiá gǔ", + "numeric" : "xia2 gu3", + "wadegiles" : "hsia² ku³", + "bopomofo" : "ㄒㄧㄚˊ ㄍㄨˇ", + "romatzyh" : "shya guu" }, + "meanings" : [ "canyon", "gill", "ravine" ], + "classifiers" : [] } ] }, + { "simplified" : "狭隘", + "radical" : "犭", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17946, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "狹隘", + "transcriptions" : { "pinyin" : "xiá ài", + "numeric" : "xia2 ai4", + "wadegiles" : "hsia² ai⁴", + "bopomofo" : "ㄒㄧㄚˊ ㄞˋ", + "romatzyh" : "shya ay" }, + "meanings" : [ "narrow", + "tight", + "narrow minded", + "lacking in experience" ], + "classifiers" : [] } ] }, + { "simplified" : "狭小", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 17182, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "狹小", + "transcriptions" : { "pinyin" : "xiá xiǎo", + "numeric" : "xia2 xiao3", + "wadegiles" : "hsia² hsiao³", + "bopomofo" : "ㄒㄧㄚˊ ㄒㄧㄠˇ", + "romatzyh" : "shya sheau" }, + "meanings" : [ "narrow" ], + "classifiers" : [] } ] }, + { "simplified" : "狭窄", + "radical" : "犭", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10765, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "狹窄", + "transcriptions" : { "pinyin" : "xiá zhǎi", + "numeric" : "xia2 zhai3", + "wadegiles" : "hsia² chai³", + "bopomofo" : "ㄒㄧㄚˊ ㄓㄞˇ", + "romatzyh" : "shya jae" }, + "meanings" : [ "narrow" ], + "classifiers" : [] } ] }, + { "simplified" : "霞", + "radical" : "雨", + "level" : [ "old-6" ], + "frequency" : 21021, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "霞", + "transcriptions" : { "pinyin" : "xiá", + "numeric" : "xia2", + "wadegiles" : "hsia²", + "bopomofo" : "ㄒㄧㄚˊ", + "romatzyh" : "shya" }, + "meanings" : [ "rose-tinted sky or clouds at sunrise or sunset" ], + "classifiers" : [] } ] }, + { "simplified" : "下", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 70, + "pos" : [ "v", "f", "qt", "g" ], + "forms" : [ { "traditional" : "下", + "transcriptions" : { "pinyin" : "xià", + "numeric" : "xia4", + "wadegiles" : "hsia⁴", + "bopomofo" : "ㄒㄧㄚˋ", + "romatzyh" : "shiah" }, + "meanings" : [ "down", + "downwards", + "below", + "lower", + "later", + "next (week etc)", + "second (of two parts)", + "to decline", + "to go down", + "to arrive at (a decision, conclusion etc)", + "measure word to show the frequency of an action" ], + "classifiers" : [] } ] }, + { "simplified" : "下班", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 3207, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "下班", + "transcriptions" : { "pinyin" : "xià bān", + "numeric" : "xia4 ban1", + "wadegiles" : "hsia⁴ pan¹", + "bopomofo" : "ㄒㄧㄚˋ ㄅㄢ", + "romatzyh" : "shiah ban" }, + "meanings" : [ "to finish work", + "to get off work" ], + "classifiers" : [] } ] }, + { "simplified" : "下边", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 19063, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "下邊", + "transcriptions" : { "pinyin" : "xià bian", + "numeric" : "xia4 bian5", + "wadegiles" : "hsia⁴ bian", + "bopomofo" : "ㄒㄧㄚˋ bian", + "romatzyh" : "shiah bian" }, + "meanings" : [ "under", "the underside", "below" ], + "classifiers" : [] } ] }, + { "simplified" : "下场", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7197, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "下場", + "transcriptions" : { "pinyin" : "xià chǎng", + "numeric" : "xia4 chang3", + "wadegiles" : "hsia⁴ ch'ang³", + "bopomofo" : "ㄒㄧㄚˋ ㄔㄤˇ", + "romatzyh" : "shiah chaang" }, + "meanings" : [ "to leave (the stage, an exam room, the playing field etc)", + "to take part in some activity", + "to take an examination (in the imperial examination system)" ], + "classifiers" : [] }, + { "traditional" : "下場", + "transcriptions" : { "pinyin" : "xià chang", + "numeric" : "xia4 chang5", + "wadegiles" : "hsia⁴ chang", + "bopomofo" : "ㄒㄧㄚˋ chang", + "romatzyh" : "shiah chang" }, + "meanings" : [ "the end", "to conclude" ], + "classifiers" : [] } ] }, + { "simplified" : "下车", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 6014, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "下車", + "transcriptions" : { "pinyin" : "xià chē", + "numeric" : "xia4 che1", + "wadegiles" : "hsia⁴ ch'e¹", + "bopomofo" : "ㄒㄧㄚˋ ㄔㄜ", + "romatzyh" : "shiah che" }, + "meanings" : [ "to get off or out of (a bus, train, car etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "下次", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 2268, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "下次", + "transcriptions" : { "pinyin" : "xià cì", + "numeric" : "xia4 ci4", + "wadegiles" : "hsia⁴ tz'u⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄘˋ", + "romatzyh" : "shiah tsyh" }, + "meanings" : [ "next time" ], + "classifiers" : [] } ] }, + { "simplified" : "下调", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 25370, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下調", + "transcriptions" : { "pinyin" : "xià diào", + "numeric" : "xia4 diao4", + "wadegiles" : "hsia⁴ tiao⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄉㄧㄠˋ", + "romatzyh" : "shiah diaw" }, + "meanings" : [ "to demote", + "to pass down to a lower unit" ], + "classifiers" : [] }, + { "traditional" : "下調", + "transcriptions" : { "pinyin" : "xià tiáo", + "numeric" : "xia4 tiao2", + "wadegiles" : "hsia⁴ t'iao²", + "bopomofo" : "ㄒㄧㄚˋ ㄊㄧㄠˊ", + "romatzyh" : "shiah tyau" }, + "meanings" : [ "to adjust downwards", + "to lower (prices, wages etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "下跌", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 10596, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下跌", + "transcriptions" : { "pinyin" : "xià diē", + "numeric" : "xia4 die1", + "wadegiles" : "hsia⁴ tieh¹", + "bopomofo" : "ㄒㄧㄚˋ ㄉㄧㄝ", + "romatzyh" : "shiah die" }, + "meanings" : [ "to fall", "to tumble" ], + "classifiers" : [] } ] }, + { "simplified" : "下岗", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 13460, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "下崗", + "transcriptions" : { "pinyin" : "xià gǎng", + "numeric" : "xia4 gang3", + "wadegiles" : "hsia⁴ kang³", + "bopomofo" : "ㄒㄧㄚˋ ㄍㄤˇ", + "romatzyh" : "shiah gaang" }, + "meanings" : [ "(of a guard, sentry etc) to come off duty", + "(of a worker) be to laid off" ], + "classifiers" : [] } ] }, + { "simplified" : "下个月", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "下個月", + "transcriptions" : { "pinyin" : "xià gè yuè", + "numeric" : "xia4 ge4 yue4", + "wadegiles" : "hsia⁴ ko⁴ yüeh⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄍㄜˋ ㄩㄝˋ", + "romatzyh" : "shiah geh yueh" }, + "meanings" : [ "next month" ], + "classifiers" : [] } ] }, + { "simplified" : "下功夫", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 18471, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下功夫", + "transcriptions" : { "pinyin" : "xià gōng fu", + "numeric" : "xia4 gong1 fu5", + "wadegiles" : "hsia⁴ kung¹ fu", + "bopomofo" : "ㄒㄧㄚˋ ㄍㄨㄥ fu", + "romatzyh" : "shiah gong fu" }, + "meanings" : [ "see 夫" ], + "classifiers" : [] } ] }, + { "simplified" : "下海", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 20606, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下海", + "transcriptions" : { "pinyin" : "xià hǎi", + "numeric" : "xia4 hai3", + "wadegiles" : "hsia⁴ hai³", + "bopomofo" : "ㄒㄧㄚˋ ㄏㄞˇ", + "romatzyh" : "shiah hae" }, + "meanings" : [ "to go out to sea", + "to enter the sea (to swim etc)", + "(fig.) to take the plunge (e.g. leave a secure job, or enter prostitution etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "下级", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 19150, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "下級", + "transcriptions" : { "pinyin" : "xià jí", + "numeric" : "xia4 ji2", + "wadegiles" : "hsia⁴ chi²", + "bopomofo" : "ㄒㄧㄚˋ ㄐㄧˊ", + "romatzyh" : "shiah jyi" }, + "meanings" : [ "low ranking", + "low level", + "underclass", + "subordinate" ], + "classifiers" : [] } ] }, + { "simplified" : "下降", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 2377, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "下降", + "transcriptions" : { "pinyin" : "xià jiàng", + "numeric" : "xia4 jiang4", + "wadegiles" : "hsia⁴ chiang⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄐㄧㄤˋ", + "romatzyh" : "shiah jianq" }, + "meanings" : [ "to decline", + "to drop", + "to fall", + "to go down", + "to decrease" ], + "classifiers" : [] } ] }, + { "simplified" : "下决心", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 14875, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下決心", + "transcriptions" : { "pinyin" : "xià jué xīn", + "numeric" : "xia4 jue2 xin1", + "wadegiles" : "hsia⁴ chüeh² hsin¹", + "bopomofo" : "ㄒㄧㄚˋ ㄐㄩㄝˊ ㄒㄧㄣ", + "romatzyh" : "shiah jyue shin" }, + "meanings" : [ "to determine", "to resolve" ], + "classifiers" : [] } ] }, + { "simplified" : "下课", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 9694, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "下課", + "transcriptions" : { "pinyin" : "xià kè", + "numeric" : "xia4 ke4", + "wadegiles" : "hsia⁴ k'o⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄎㄜˋ", + "romatzyh" : "shiah keh" }, + "meanings" : [ "to finish class", + "to get out of class", + "(fig.) (esp. of a sports coach) to be dismissed", + "to be fired" ], + "classifiers" : [] } ] }, + { "simplified" : "下来", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 628, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下來", + "transcriptions" : { "pinyin" : "xià lai", + "numeric" : "xia4 lai5", + "wadegiles" : "hsia⁴ lai", + "bopomofo" : "ㄒㄧㄚˋ lai", + "romatzyh" : "shiah lai" }, + "meanings" : [ "to come down", + "(completed action marker)", + "(after verb of motion, indicates motion down and towards us, also fig.)", + "(indicates continuation from the past towards us)", + "to be harvested (of crops)", + "to be over (of a period of time)", + "to go among the masses (said of leaders)" ], + "classifiers" : [] } ] }, + { "simplified" : "下令", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7284, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下令", + "transcriptions" : { "pinyin" : "xià lìng", + "numeric" : "xia4 ling4", + "wadegiles" : "hsia⁴ ling⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄌㄧㄥˋ", + "romatzyh" : "shiah linq" }, + "meanings" : [ "to give an order", "to command" ], + "classifiers" : [] } ] }, + { "simplified" : "下楼", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 11084, + "pos" : [], + "forms" : [ { "traditional" : "下樓", + "transcriptions" : { "pinyin" : "xià lóu", + "numeric" : "xia4 lou2", + "wadegiles" : "hsia⁴ lou²", + "bopomofo" : "ㄒㄧㄚˋ ㄌㄡˊ", + "romatzyh" : "shiah lou" }, + "meanings" : [ "to go downstairs" ], + "classifiers" : [] } ] }, + { "simplified" : "下落", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 8624, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "下落", + "transcriptions" : { "pinyin" : "xià luò", + "numeric" : "xia4 luo4", + "wadegiles" : "hsia⁴ lo⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄌㄨㄛˋ", + "romatzyh" : "shiah luoh" }, + "meanings" : [ "whereabouts", + "to drop", + "to fall" ], + "classifiers" : [] } ] }, + { "simplified" : "下面", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 1459, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "下面", + "transcriptions" : { "pinyin" : "xià miàn", + "numeric" : "xia4 mian4", + "wadegiles" : "hsia⁴ mien⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄇㄧㄢˋ", + "romatzyh" : "shiah miann" }, + "meanings" : [ "below", + "under", + "next", + "the following", + "also pr. [xià mian]" ], + "classifiers" : [] }, + { "traditional" : "下麵", + "transcriptions" : { "pinyin" : "xià miàn", + "numeric" : "xia4 mian4", + "wadegiles" : "hsia⁴ mien⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄇㄧㄢˋ", + "romatzyh" : "shiah miann" }, + "meanings" : [ "to boil noodles" ], + "classifiers" : [] } ] }, + { "simplified" : "下期", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 24943, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "下期", + "transcriptions" : { "pinyin" : "xià qī", + "numeric" : "xia4 qi1", + "wadegiles" : "hsia⁴ ch'i¹", + "bopomofo" : "ㄒㄧㄚˋ ㄑㄧ", + "romatzyh" : "shiah chi" }, + "meanings" : [ "next period (week, month or quarter etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "下棋", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 16593, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下棋", + "transcriptions" : { "pinyin" : "xià qí", + "numeric" : "xia4 qi2", + "wadegiles" : "hsia⁴ ch'i²", + "bopomofo" : "ㄒㄧㄚˋ ㄑㄧˊ", + "romatzyh" : "shiah chyi" }, + "meanings" : [ "to play chess" ], + "classifiers" : [] } ] }, + { "simplified" : "下去", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 838, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下去", + "transcriptions" : { "pinyin" : "xià qù", + "numeric" : "xia4 qu4", + "wadegiles" : "hsia⁴ ch'ü⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄑㄩˋ", + "romatzyh" : "shiah chiuh" }, + "meanings" : [ "to go down", + "to descend", + "to go on", + "to continue", + "(of a servant) to withdraw" ], + "classifiers" : [] } ] }, + { "simplified" : "下山", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 16762, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下山", + "transcriptions" : { "pinyin" : "xià shān", + "numeric" : "xia4 shan1", + "wadegiles" : "hsia⁴ shan¹", + "bopomofo" : "ㄒㄧㄚˋ ㄕㄢ", + "romatzyh" : "shiah shan" }, + "meanings" : [ "to go down a hill", + "(of the sun or moon) to set" ], + "classifiers" : [] } ] }, + { "simplified" : "下手", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 5513, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "下手", + "transcriptions" : { "pinyin" : "xià shǒu", + "numeric" : "xia4 shou3", + "wadegiles" : "hsia⁴ shou³", + "bopomofo" : "ㄒㄧㄚˋ ㄕㄡˇ", + "romatzyh" : "shiah shoou" }, + "meanings" : [ "to start", + "to put one's hand to", + "to set about", + "the seat to the right of the main guest" ], + "classifiers" : [] } ] }, + { "simplified" : "下属", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7832, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "下屬", + "transcriptions" : { "pinyin" : "xià shǔ", + "numeric" : "xia4 shu3", + "wadegiles" : "hsia⁴ shu³", + "bopomofo" : "ㄒㄧㄚˋ ㄕㄨˇ", + "romatzyh" : "shiah shuu" }, + "meanings" : [ "subordinate", "underling" ], + "classifiers" : [] } ] }, + { "simplified" : "下台", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11392, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下臺", + "transcriptions" : { "pinyin" : "xià tái", + "numeric" : "xia4 tai2", + "wadegiles" : "hsia⁴ t'ai²", + "bopomofo" : "ㄒㄧㄚˋ ㄊㄞˊ", + "romatzyh" : "shiah tair" }, + "meanings" : [ "to go off the stage", + "to fall from position of prestige", + "to step down (from office etc)", + "to disentangle oneself", + "to get off the hook" ], + "classifiers" : [] } ] }, + { "simplified" : "下午", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 782, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "下午", + "transcriptions" : { "pinyin" : "xià wǔ", + "numeric" : "xia4 wu3", + "wadegiles" : "hsia⁴ wu³", + "bopomofo" : "ㄒㄧㄚˋ ㄨˇ", + "romatzyh" : "shiah wuu" }, + "meanings" : [ "afternoon", "p.m." ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "下乡", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 35280, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下鄉", + "transcriptions" : { "pinyin" : "xià xiāng", + "numeric" : "xia4 xiang1", + "wadegiles" : "hsia⁴ hsiang¹", + "bopomofo" : "ㄒㄧㄚˋ ㄒㄧㄤ", + "romatzyh" : "shiah shiang" }, + "meanings" : [ "to go to the countryside" ], + "classifiers" : [] } ] }, + { "simplified" : "下雪", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 7185, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下雪", + "transcriptions" : { "pinyin" : "xià xuě", + "numeric" : "xia4 xue3", + "wadegiles" : "hsia⁴ hsüeh³", + "bopomofo" : "ㄒㄧㄚˋ ㄒㄩㄝˇ", + "romatzyh" : "shiah sheue" }, + "meanings" : [ "to snow" ], + "classifiers" : [] } ] }, + { "simplified" : "下旬", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 26057, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "下旬", + "transcriptions" : { "pinyin" : "xià xún", + "numeric" : "xia4 xun2", + "wadegiles" : "hsia⁴ hsün²", + "bopomofo" : "ㄒㄧㄚˋ ㄒㄩㄣˊ", + "romatzyh" : "shiah shyun" }, + "meanings" : [ "last third of the month" ], + "classifiers" : [] } ] }, + { "simplified" : "下一代", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 12563, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "下一代", + "transcriptions" : { "pinyin" : "xià yī dài", + "numeric" : "xia4 yi1 dai4", + "wadegiles" : "hsia⁴ i¹ tai⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄧ ㄉㄞˋ", + "romatzyh" : "shiah i day" }, + "meanings" : [ "the next generation" ], + "classifiers" : [] } ] }, + { "simplified" : "下意识", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 18088, + "pos" : [ "n", "v", "d" ], + "forms" : [ { "traditional" : "下意識", + "transcriptions" : { "pinyin" : "xià yì shí", + "numeric" : "xia4 yi4 shi2", + "wadegiles" : "hsia⁴ i⁴ shih²", + "bopomofo" : "ㄒㄧㄚˋ ㄧˋ ㄕˊ", + "romatzyh" : "shiah yih shyr" }, + "meanings" : [ "subconscious mind" ], + "classifiers" : [] } ] }, + { "simplified" : "下游", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 14062, + "pos" : [ "f", "n", "s" ], + "forms" : [ { "traditional" : "下游", + "transcriptions" : { "pinyin" : "xià yóu", + "numeric" : "xia4 you2", + "wadegiles" : "hsia⁴ yu²", + "bopomofo" : "ㄒㄧㄚˋ ㄧㄡˊ", + "romatzyh" : "shiah you" }, + "meanings" : [ "lower reaches (of a river)", + "lower level", + "lower echelon", + "downstream" ], + "classifiers" : [] } ] }, + { "simplified" : "下雨", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 5648, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下雨", + "transcriptions" : { "pinyin" : "xià yǔ", + "numeric" : "xia4 yu3", + "wadegiles" : "hsia⁴ yü³", + "bopomofo" : "ㄒㄧㄚˋ ㄩˇ", + "romatzyh" : "shiah yeu" }, + "meanings" : [ "to rain" ], + "classifiers" : [] } ] }, + { "simplified" : "下载", + "radical" : "一", + "level" : [ "new-4", "old-5" ], + "frequency" : 4502, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下載", + "transcriptions" : { "pinyin" : "xià zǎi", + "numeric" : "xia4 zai3", + "wadegiles" : "hsia⁴ tsai³", + "bopomofo" : "ㄒㄧㄚˋ ㄗㄞˇ", + "romatzyh" : "shiah tzae" }, + "meanings" : [ "to download", + "also pr. [xià zài]" ], + "classifiers" : [] } ] }, + { "simplified" : "下周", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "下週", + "transcriptions" : { "pinyin" : "xià zhōu", + "numeric" : "xia4 zhou1", + "wadegiles" : "hsia⁴ chou¹", + "bopomofo" : "ㄒㄧㄚˋ ㄓㄡ", + "romatzyh" : "shiah jou" }, + "meanings" : [ "next week" ], + "classifiers" : [] } ] }, + { "simplified" : "下坠", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 30023, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "下墜", + "transcriptions" : { "pinyin" : "xià zhuì", + "numeric" : "xia4 zhui4", + "wadegiles" : "hsia⁴ chui⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄓㄨㄟˋ", + "romatzyh" : "shiah juey" }, + "meanings" : [ "(of objects) to fall", + "to drop", + "to droop", + "(medicine) to experience tenesmus" ], + "classifiers" : [] } ] }, + { "simplified" : "吓", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 1856, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嚇", + "transcriptions" : { "pinyin" : "hè", + "numeric" : "he4", + "wadegiles" : "ho⁴", + "bopomofo" : "ㄏㄜˋ", + "romatzyh" : "heh" }, + "meanings" : [ "to scare", + "to intimidate", + "to threaten", + "(interjection showing disapproval) tut-tut", + "(interjection showing astonishment)" ], + "classifiers" : [] }, + { "traditional" : "嚇", + "transcriptions" : { "pinyin" : "xià", + "numeric" : "xia4", + "wadegiles" : "hsia⁴", + "bopomofo" : "ㄒㄧㄚˋ", + "romatzyh" : "shiah" }, + "meanings" : [ "to frighten", "to scare" ], + "classifiers" : [] } ] }, + { "simplified" : "吓唬", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 13521, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嚇唬", + "transcriptions" : { "pinyin" : "xià hu", + "numeric" : "xia4 hu5", + "wadegiles" : "hsia⁴ hu", + "bopomofo" : "ㄒㄧㄚˋ hu", + "romatzyh" : "shiah hu" }, + "meanings" : [ "to scare", "to frighten" ], + "classifiers" : [] } ] }, + { "simplified" : "吓人", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6592, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "嚇人", + "transcriptions" : { "pinyin" : "xià rén", + "numeric" : "xia4 ren2", + "wadegiles" : "hsia⁴ jen²", + "bopomofo" : "ㄒㄧㄚˋ ㄖㄣˊ", + "romatzyh" : "shiah ren" }, + "meanings" : [ "to scare", "scary", "frightening" ], + "classifiers" : [] } ] }, + { "simplified" : "夏", + "radical" : "夊", + "level" : [ "old-3" ], + "frequency" : 3828, + "pos" : [ "tg", "g", "nr" ], + "forms" : [ { "traditional" : "夏", + "transcriptions" : { "pinyin" : "Xià", + "numeric" : "Xia4", + "wadegiles" : "hsia⁴", + "bopomofo" : "ㄒㄧㄚˋ", + "romatzyh" : "shiah" }, + "meanings" : [ "the Xia or Hsia dynasty c. 2000 BC", + "Xia of the Sixteen Kingdoms (407-432)", + "surname Xia" ], + "classifiers" : [] }, + { "traditional" : "夏", + "transcriptions" : { "pinyin" : "xià", + "numeric" : "xia4", + "wadegiles" : "hsia⁴", + "bopomofo" : "ㄒㄧㄚˋ", + "romatzyh" : "shiah" }, + "meanings" : [ "summer" ], + "classifiers" : [] } ] }, + { "simplified" : "夏季", + "radical" : "夊", + "level" : [ "new-4" ], + "frequency" : 7332, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "夏季", + "transcriptions" : { "pinyin" : "xià jì", + "numeric" : "xia4 ji4", + "wadegiles" : "hsia⁴ chi⁴", + "bopomofo" : "ㄒㄧㄚˋ ㄐㄧˋ", + "romatzyh" : "shiah jih" }, + "meanings" : [ "summer" ], + "classifiers" : [] } ] }, + { "simplified" : "夏令营", + "radical" : "夊", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13625, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夏令營", + "transcriptions" : { "pinyin" : "xià lìng yíng", + "numeric" : "xia4 ling4 ying2", + "wadegiles" : "hsia⁴ ling⁴ ying²", + "bopomofo" : "ㄒㄧㄚˋ ㄌㄧㄥˋ ㄧㄥˊ", + "romatzyh" : "shiah linq yng" }, + "meanings" : [ "summer camp" ], + "classifiers" : [] } ] }, + { "simplified" : "夏天", + "radical" : "夊", + "level" : [ "new-2" ], + "frequency" : 2925, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "夏天", + "transcriptions" : { "pinyin" : "xià tiān", + "numeric" : "xia4 tian1", + "wadegiles" : "hsia⁴ t'ien¹", + "bopomofo" : "ㄒㄧㄚˋ ㄊㄧㄢ", + "romatzyh" : "shiah tian" }, + "meanings" : [ "summer" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "先", + "radical" : "儿", + "level" : [ "new-1", "old-3" ], + "frequency" : 306, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "先", + "transcriptions" : { "pinyin" : "xiān", + "numeric" : "xian1", + "wadegiles" : "hsien¹", + "bopomofo" : "ㄒㄧㄢ", + "romatzyh" : "shian" }, + "meanings" : [ "early", + "prior", + "former", + "in advance", + "first" ], + "classifiers" : [] } ] }, + { "simplified" : "先锋", + "radical" : "儿", + "level" : [ "new-6" ], + "frequency" : 10956, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "先鋒", + "transcriptions" : { "pinyin" : "xiān fēng", + "numeric" : "xian1 feng1", + "wadegiles" : "hsien¹ feng¹", + "bopomofo" : "ㄒㄧㄢ ㄈㄥ", + "romatzyh" : "shian feng" }, + "meanings" : [ "vanguard", + "pioneer", + "avant-garde" ], + "classifiers" : [] } ] }, + { "simplified" : "先后", + "radical" : "儿", + "level" : [ "new-5" ], + "frequency" : 9452, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "先後", + "transcriptions" : { "pinyin" : "xiān hòu", + "numeric" : "xian1 hou4", + "wadegiles" : "hsien¹ hou⁴", + "bopomofo" : "ㄒㄧㄢ ㄏㄡˋ", + "romatzyh" : "shian how" }, + "meanings" : [ "early or late", + "priority", + "in succession", + "one after another" ], + "classifiers" : [] } ] }, + { "simplified" : "先进", + "radical" : "儿", + "level" : [ "new-3", "old-6" ], + "frequency" : 3190, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "先進", + "transcriptions" : { "pinyin" : "xiān jìn", + "numeric" : "xian1 jin4", + "wadegiles" : "hsien¹ chin⁴", + "bopomofo" : "ㄒㄧㄢ ㄐㄧㄣˋ", + "romatzyh" : "shian jinn" }, + "meanings" : [ "advanced (technology)", + "to advance" ], + "classifiers" : [] } ] }, + { "simplified" : "先例", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 14275, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "先例", + "transcriptions" : { "pinyin" : "xiān lì", + "numeric" : "xian1 li4", + "wadegiles" : "hsien¹ li⁴", + "bopomofo" : "ㄒㄧㄢ ㄌㄧˋ", + "romatzyh" : "shian lih" }, + "meanings" : [ "antecedent", "precedent" ], + "classifiers" : [] } ] }, + { "simplified" : "先前", + "radical" : "儿", + "level" : [ "new-5", "old-6" ], + "frequency" : 7581, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "先前", + "transcriptions" : { "pinyin" : "xiān qián", + "numeric" : "xian1 qian2", + "wadegiles" : "hsien¹ ch'ien²", + "bopomofo" : "ㄒㄧㄢ ㄑㄧㄢˊ", + "romatzyh" : "shian chyan" }, + "meanings" : [ "before; previously" ], + "classifiers" : [] } ] }, + { "simplified" : "先生", + "radical" : "儿", + "level" : [ "new-1", "old-1" ], + "frequency" : 586, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "先生", + "transcriptions" : { "pinyin" : "xiān sheng", + "numeric" : "xian1 sheng5", + "wadegiles" : "hsien¹ sheng", + "bopomofo" : "ㄒㄧㄢ sheng", + "romatzyh" : "shian sheng" }, + "meanings" : [ "teacher", + "gentleman; sir; mister (Mr.)", + "husband", + "(dialect) doctor" ], + "classifiers" : [ "位" ] } ] }, + { "simplified" : "先天", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 16558, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "先天", + "transcriptions" : { "pinyin" : "xiān tiān", + "numeric" : "xian1 tian1", + "wadegiles" : "hsien¹ t'ien¹", + "bopomofo" : "ㄒㄧㄢ ㄊㄧㄢ", + "romatzyh" : "shian tian" }, + "meanings" : [ "embryonic period (contrasted with 后天 [hòu tiān])", + "inborn", + "innate", + "natural" ], + "classifiers" : [] } ] }, + { "simplified" : "纤维", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4880, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "纖維", + "transcriptions" : { "pinyin" : "xiān wéi", + "numeric" : "xian1 wei2", + "wadegiles" : "hsien¹ wei²", + "bopomofo" : "ㄒㄧㄢ ㄨㄟˊ", + "romatzyh" : "shian wei" }, + "meanings" : [ "fiber" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "掀", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13713, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掀", + "transcriptions" : { "pinyin" : "xiān", + "numeric" : "xian1", + "wadegiles" : "hsien¹", + "bopomofo" : "ㄒㄧㄢ", + "romatzyh" : "shian" }, + "meanings" : [ "to lift (a lid)", + "to rock", + "to convulse" ], + "classifiers" : [] } ] }, + { "simplified" : "掀起", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8186, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掀起", + "transcriptions" : { "pinyin" : "xiān qǐ", + "numeric" : "xian1 qi3", + "wadegiles" : "hsien¹ ch'i³", + "bopomofo" : "ㄒㄧㄢ ㄑㄧˇ", + "romatzyh" : "shian chii" }, + "meanings" : [ "to lift; to raise (a lid etc)", + "(of a storm) to surge; to stir up (waves etc)", + "(fig.) to trigger; set off (a wave of popularity, a controversy etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "鲜", + "radical" : "鱼", + "level" : [ "new-4" ], + "frequency" : 6056, + "pos" : [ "a", "g", "ad" ], + "forms" : [ { "traditional" : "尟", + "transcriptions" : { "pinyin" : "xiǎn", + "numeric" : "xian3", + "wadegiles" : "hsien³", + "bopomofo" : "ㄒㄧㄢˇ", + "romatzyh" : "shean" }, + "meanings" : [ "variant of 鲜" ], + "classifiers" : [] }, + { "traditional" : "尠", + "transcriptions" : { "pinyin" : "xiǎn", + "numeric" : "xian3", + "wadegiles" : "hsien³", + "bopomofo" : "ㄒㄧㄢˇ", + "romatzyh" : "shean" }, + "meanings" : [ "variant of 鲜" ], + "classifiers" : [] }, + { "traditional" : "鮮", + "transcriptions" : { "pinyin" : "xiān", + "numeric" : "xian1", + "wadegiles" : "hsien¹", + "bopomofo" : "ㄒㄧㄢ", + "romatzyh" : "shian" }, + "meanings" : [ "fresh", + "bright (in color)", + "delicious", + "tasty", + "delicacy", + "aquatic foods" ], + "classifiers" : [] }, + { "traditional" : "鮮", + "transcriptions" : { "pinyin" : "xiǎn", + "numeric" : "xian3", + "wadegiles" : "hsien³", + "bopomofo" : "ㄒㄧㄢˇ", + "romatzyh" : "shean" }, + "meanings" : [ "few", "rare" ], + "classifiers" : [] }, + { "traditional" : "鱻", + "transcriptions" : { "pinyin" : "xiān", + "numeric" : "xian1", + "wadegiles" : "hsien¹", + "bopomofo" : "ㄒㄧㄢ", + "romatzyh" : "shian" }, + "meanings" : [ "fish", "old variant of 鲜" ], + "classifiers" : [] }, + { "traditional" : "鱻", + "transcriptions" : { "pinyin" : "xiǎn", + "numeric" : "xian3", + "wadegiles" : "hsien³", + "bopomofo" : "ㄒㄧㄢˇ", + "romatzyh" : "shean" }, + "meanings" : [ "old variant of 鲜" ], + "classifiers" : [] } ] }, + { "simplified" : "鲜花", + "radical" : "鱼", + "level" : [ "new-4" ], + "frequency" : 6737, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鮮花", + "transcriptions" : { "pinyin" : "xiān huā", + "numeric" : "xian1 hua1", + "wadegiles" : "hsien¹ hua¹", + "bopomofo" : "ㄒㄧㄢ ㄏㄨㄚ", + "romatzyh" : "shian hua" }, + "meanings" : [ "flower", "fresh flowers" ], + "classifiers" : [ "朵" ] } ] }, + { "simplified" : "鲜活", + "radical" : "鱼", + "level" : [ "new-7+" ], + "frequency" : 14248, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "鮮活", + "transcriptions" : { "pinyin" : "xiān huó", + "numeric" : "xian1 huo2", + "wadegiles" : "hsien¹ huo²", + "bopomofo" : "ㄒㄧㄢ ㄏㄨㄛˊ", + "romatzyh" : "shian hwo" }, + "meanings" : [ "vivid", + "lively", + "(of food ingredients) live or fresh" ], + "classifiers" : [] } ] }, + { "simplified" : "鲜美", + "radical" : "鱼", + "level" : [ "new-7+" ], + "frequency" : 22932, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "鮮美", + "transcriptions" : { "pinyin" : "xiān měi", + "numeric" : "xian1 mei3", + "wadegiles" : "hsien¹ mei³", + "bopomofo" : "ㄒㄧㄢ ㄇㄟˇ", + "romatzyh" : "shian meei" }, + "meanings" : [ "delicious", "tasty" ], + "classifiers" : [] } ] }, + { "simplified" : "鲜明", + "radical" : "鱼", + "level" : [ "new-4", "old-6" ], + "frequency" : 10344, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "鮮明", + "transcriptions" : { "pinyin" : "xiān míng", + "numeric" : "xian1 ming2", + "wadegiles" : "hsien¹ ming²", + "bopomofo" : "ㄒㄧㄢ ㄇㄧㄥˊ", + "romatzyh" : "shian ming" }, + "meanings" : [ "bright", "clear-cut", "distinct" ], + "classifiers" : [] } ] }, + { "simplified" : "鲜血", + "radical" : "鱼", + "level" : [ "new-7+" ], + "frequency" : 6558, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鮮血", + "transcriptions" : { "pinyin" : "xiān xuè", + "numeric" : "xian1 xue4", + "wadegiles" : "hsien¹ hsüeh⁴", + "bopomofo" : "ㄒㄧㄢ ㄒㄩㄝˋ", + "romatzyh" : "shian shiueh" }, + "meanings" : [ "blood" ], + "classifiers" : [] } ] }, + { "simplified" : "鲜艳", + "radical" : "鱼", + "level" : [ "new-5", "old-5" ], + "frequency" : 15101, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "鮮艷", + "transcriptions" : { "pinyin" : "xiān yàn", + "numeric" : "xian1 yan4", + "wadegiles" : "hsien¹ yan⁴", + "bopomofo" : "ㄒㄧㄢ ㄧㄢˋ", + "romatzyh" : "shian yann" }, + "meanings" : [ "bright-colored; gaily-colored" ], + "classifiers" : [] } ] }, + { "simplified" : "闲", + "radical" : "门", + "level" : [ "new-5" ], + "frequency" : 5440, + "pos" : [ "v", "a", "ad" ], + "forms" : [ { "traditional" : "閑", + "transcriptions" : { "pinyin" : "xián", + "numeric" : "xian2", + "wadegiles" : "hsien²", + "bopomofo" : "ㄒㄧㄢˊ", + "romatzyh" : "shyan" }, + "meanings" : [ "enclosure", + "(variant of 闲) idle", + "unoccupied", + "leisure" ], + "classifiers" : [] }, + { "traditional" : "閒", + "transcriptions" : { "pinyin" : "xián", + "numeric" : "xian2", + "wadegiles" : "hsien²", + "bopomofo" : "ㄒㄧㄢˊ", + "romatzyh" : "shyan" }, + "meanings" : [ "idle", "unoccupied", "leisure" ], + "classifiers" : [] } ] }, + { "simplified" : "闲话", + "radical" : "门", + "level" : [ "old-6" ], + "frequency" : 21656, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "閒話", + "transcriptions" : { "pinyin" : "xián huà", + "numeric" : "xian2 hua4", + "wadegiles" : "hsien² hua⁴", + "bopomofo" : "ㄒㄧㄢˊ ㄏㄨㄚˋ", + "romatzyh" : "shyan huah" }, + "meanings" : [ "casual conversation", + "chat", + "gossip", + "to talk about (whatever comes to mind)" ], + "classifiers" : [] } ] }, + { "simplified" : "弦", + "radical" : "弓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8692, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "弦", + "transcriptions" : { "pinyin" : "xián", + "numeric" : "xian2", + "wadegiles" : "hsien²", + "bopomofo" : "ㄒㄧㄢˊ", + "romatzyh" : "shyan" }, + "meanings" : [ "bow string", + "string of musical instrument", + "watchspring", + "chord (segment of curve)", + "hypotenuse" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "贤惠", + "radical" : "贝", + "level" : [ "old-6" ], + "frequency" : 28468, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "賢惠", + "transcriptions" : { "pinyin" : "xián huì", + "numeric" : "xian2 hui4", + "wadegiles" : "hsien² hui⁴", + "bopomofo" : "ㄒㄧㄢˊ ㄏㄨㄟˋ", + "romatzyh" : "shyan huey" }, + "meanings" : [ "variant of 贤慧" ], + "classifiers" : [] } ] }, + { "simplified" : "咸", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 7379, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "咸", + "transcriptions" : { "pinyin" : "Xián", + "numeric" : "Xian2", + "wadegiles" : "hsien²", + "bopomofo" : "ㄒㄧㄢˊ", + "romatzyh" : "shyan" }, + "meanings" : [ "surname Xian" ], + "classifiers" : [] }, + { "traditional" : "咸", + "transcriptions" : { "pinyin" : "xián", + "numeric" : "xian2", + "wadegiles" : "hsien²", + "bopomofo" : "ㄒㄧㄢˊ", + "romatzyh" : "shyan" }, + "meanings" : [ "all", + "everyone", + "each", + "widespread", + "harmonious" ], + "classifiers" : [] }, + { "traditional" : "鹹", + "transcriptions" : { "pinyin" : "xián", + "numeric" : "xian2", + "wadegiles" : "hsien²", + "bopomofo" : "ㄒㄧㄢˊ", + "romatzyh" : "shyan" }, + "meanings" : [ "salted", + "salty", + "stingy", + "miserly" ], + "classifiers" : [] } ] }, + { "simplified" : "衔接", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19609, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "銜接", + "transcriptions" : { "pinyin" : "xián jiē", + "numeric" : "xian2 jie1", + "wadegiles" : "hsien² chieh¹", + "bopomofo" : "ㄒㄧㄢˊ ㄐㄧㄝ", + "romatzyh" : "shyan jie" }, + "meanings" : [ "to link up; to connect; to join" ], + "classifiers" : [] } ] }, + { "simplified" : "嫌", + "radical" : "女", + "level" : [ "new-6", "old-6" ], + "frequency" : 5973, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "嫌", + "transcriptions" : { "pinyin" : "xián", + "numeric" : "xian2", + "wadegiles" : "hsien²", + "bopomofo" : "ㄒㄧㄢˊ", + "romatzyh" : "shyan" }, + "meanings" : [ "to dislike", + "suspicion", + "resentment", + "enmity", + "abbr. for 犯, criminal suspect" ], + "classifiers" : [] } ] }, + { "simplified" : "嫌弃", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 15715, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嫌棄", + "transcriptions" : { "pinyin" : "xián qì", + "numeric" : "xian2 qi4", + "wadegiles" : "hsien² ch'i⁴", + "bopomofo" : "ㄒㄧㄢˊ ㄑㄧˋ", + "romatzyh" : "shyan chih" }, + "meanings" : [ "to regard with disdain", + "to shun" ], + "classifiers" : [] } ] }, + { "simplified" : "嫌疑", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7043, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嫌疑", + "transcriptions" : { "pinyin" : "xián yí", + "numeric" : "xian2 yi2", + "wadegiles" : "hsien² i²", + "bopomofo" : "ㄒㄧㄢˊ ㄧˊ", + "romatzyh" : "shyan yi" }, + "meanings" : [ "suspicion", "to have suspicions" ], + "classifiers" : [] } ] }, + { "simplified" : "显", + "radical" : "日", + "level" : [ "new-5" ], + "frequency" : 3543, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "顯", + "transcriptions" : { "pinyin" : "xiǎn", + "numeric" : "xian3", + "wadegiles" : "hsien³", + "bopomofo" : "ㄒㄧㄢˇ", + "romatzyh" : "shean" }, + "meanings" : [ "to make visible", + "to reveal", + "prominent", + "conspicuous", + "(prefix) phanero-" ], + "classifiers" : [] } ] }, + { "simplified" : "显出", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 14141, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "顯出", + "transcriptions" : { "pinyin" : "xiǎn chū", + "numeric" : "xian3 chu1", + "wadegiles" : "hsien³ ch'u¹", + "bopomofo" : "ㄒㄧㄢˇ ㄔㄨ", + "romatzyh" : "shean chu" }, + "meanings" : [ "to express", "to exhibit" ], + "classifiers" : [] } ] }, + { "simplified" : "显得", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 2352, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "顯得", + "transcriptions" : { "pinyin" : "xiǎn de", + "numeric" : "xian3 de5", + "wadegiles" : "hsien³ de", + "bopomofo" : "ㄒㄧㄢˇ de", + "romatzyh" : "shean de" }, + "meanings" : [ "to seem", "to look", "to appear" ], + "classifiers" : [] } ] }, + { "simplified" : "显而易见", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 10457, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "顯而易見", + "transcriptions" : { "pinyin" : "xiǎn ér yì jiàn", + "numeric" : "xian3 er2 yi4 jian4", + "wadegiles" : "hsien³ erh² i⁴ chien⁴", + "bopomofo" : "ㄒㄧㄢˇ ㄦˊ ㄧˋ ㄐㄧㄢˋ", + "romatzyh" : "shean erl yih jiann" }, + "meanings" : [ "clearly and easy to see (idiom); obviously", + "clearly", + "it goes without saying" ], + "classifiers" : [] } ] }, + { "simplified" : "显赫", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 18526, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "顯赫", + "transcriptions" : { "pinyin" : "xiǎn hè", + "numeric" : "xian3 he4", + "wadegiles" : "hsien³ ho⁴", + "bopomofo" : "ㄒㄧㄢˇ ㄏㄜˋ", + "romatzyh" : "shean heh" }, + "meanings" : [ "illustrious", "celebrated" ], + "classifiers" : [] } ] }, + { "simplified" : "显然", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 1345, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "顯然", + "transcriptions" : { "pinyin" : "xiǎn rán", + "numeric" : "xian3 ran2", + "wadegiles" : "hsien³ jan²", + "bopomofo" : "ㄒㄧㄢˇ ㄖㄢˊ", + "romatzyh" : "shean ran" }, + "meanings" : [ "clearly; evidently; obviously" ], + "classifiers" : [] } ] }, + { "simplified" : "显示", + "radical" : "日", + "level" : [ "new-3", "old-5" ], + "frequency" : 1030, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "顯示", + "transcriptions" : { "pinyin" : "xiǎn shì", + "numeric" : "xian3 shi4", + "wadegiles" : "hsien³ shih⁴", + "bopomofo" : "ㄒㄧㄢˇ ㄕˋ", + "romatzyh" : "shean shyh" }, + "meanings" : [ "to show", + "to illustrate", + "to display", + "to demonstrate" ], + "classifiers" : [] } ] }, + { "simplified" : "显示器", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 11588, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "顯示器", + "transcriptions" : { "pinyin" : "xiǎn shì qì", + "numeric" : "xian3 shi4 qi4", + "wadegiles" : "hsien³ shih⁴ ch'i⁴", + "bopomofo" : "ㄒㄧㄢˇ ㄕˋ ㄑㄧˋ", + "romatzyh" : "shean shyh chih" }, + "meanings" : [ "monitor (computer)" ], + "classifiers" : [] } ] }, + { "simplified" : "显现", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 8581, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "顯現", + "transcriptions" : { "pinyin" : "xiǎn xiàn", + "numeric" : "xian3 xian4", + "wadegiles" : "hsien³ hsien⁴", + "bopomofo" : "ㄒㄧㄢˇ ㄒㄧㄢˋ", + "romatzyh" : "shean shiann" }, + "meanings" : [ "appearance", "to appear" ], + "classifiers" : [] } ] }, + { "simplified" : "显眼", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 13517, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "顯眼", + "transcriptions" : { "pinyin" : "xiǎn yǎn", + "numeric" : "xian3 yan3", + "wadegiles" : "hsien³ yan³", + "bopomofo" : "ㄒㄧㄢˇ ㄧㄢˇ", + "romatzyh" : "shean yean" }, + "meanings" : [ "conspicuous", + "eye-catching", + "glamorous" ], + "classifiers" : [] } ] }, + { "simplified" : "显著", + "radical" : "日", + "level" : [ "new-4", "old-6" ], + "frequency" : 1981, + "pos" : [], + "forms" : [ { "traditional" : "顯著", + "transcriptions" : { "pinyin" : "xiǎn zhù", + "numeric" : "xian3 zhu4", + "wadegiles" : "hsien³ chu⁴", + "bopomofo" : "ㄒㄧㄢˇ ㄓㄨˋ", + "romatzyh" : "shean juh" }, + "meanings" : [ "outstanding", + "notable", + "remarkable", + "statistically significant" ], + "classifiers" : [] } ] }, + { "simplified" : "险", + "radical" : "阝", + "level" : [ "new-6" ], + "frequency" : 3419, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "險", + "transcriptions" : { "pinyin" : "xiǎn", + "numeric" : "xian3", + "wadegiles" : "hsien³", + "bopomofo" : "ㄒㄧㄢˇ", + "romatzyh" : "shean" }, + "meanings" : [ "danger", "dangerous", "rugged" ], + "classifiers" : [] } ] }, + { "simplified" : "县", + "radical" : "厶", + "level" : [ "new-4", "old-5" ], + "frequency" : 3513, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "縣", + "transcriptions" : { "pinyin" : "xiàn", + "numeric" : "xian4", + "wadegiles" : "hsien⁴", + "bopomofo" : "ㄒㄧㄢˋ", + "romatzyh" : "shiann" }, + "meanings" : [ "county" ], + "classifiers" : [] } ] }, + { "simplified" : "现场", + "radical" : "王", + "level" : [ "new-3", "old-6" ], + "frequency" : 627, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "現場", + "transcriptions" : { "pinyin" : "xiàn chǎng", + "numeric" : "xian4 chang3", + "wadegiles" : "hsien⁴ ch'ang³", + "bopomofo" : "ㄒㄧㄢˋ ㄔㄤˇ", + "romatzyh" : "shiann chaang" }, + "meanings" : [ "the scene (of a crime, accident etc)", + "(on) the spot", + "(at) the site" ], + "classifiers" : [] } ] }, + { "simplified" : "现成", + "radical" : "王", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16759, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "現成", + "transcriptions" : { "pinyin" : "xiàn chéng", + "numeric" : "xian4 cheng2", + "wadegiles" : "hsien⁴ ch'eng²", + "bopomofo" : "ㄒㄧㄢˋ ㄔㄥˊ", + "romatzyh" : "shiann cherng" }, + "meanings" : [ "ready-made", "readily available" ], + "classifiers" : [] } ] }, + { "simplified" : "现代", + "radical" : "王", + "level" : [ "new-3", "old-4" ], + "frequency" : 2512, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "現代", + "transcriptions" : { "pinyin" : "Xiàn dài", + "numeric" : "Xian4 dai4", + "wadegiles" : "hsien⁴ tai⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄉㄞˋ", + "romatzyh" : "shiann day" }, + "meanings" : [ "Hyundai, South Korean company" ], + "classifiers" : [] }, + { "traditional" : "現代", + "transcriptions" : { "pinyin" : "xiàn dài", + "numeric" : "xian4 dai4", + "wadegiles" : "hsien⁴ tai⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄉㄞˋ", + "romatzyh" : "shiann day" }, + "meanings" : [ "modern times", + "modern age", + "modern era" ], + "classifiers" : [] } ] }, + { "simplified" : "现代化", + "radical" : "王", + "level" : [ "new-3" ], + "frequency" : 10626, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "現代化", + "transcriptions" : { "pinyin" : "xiàn dài huà", + "numeric" : "xian4 dai4 hua4", + "wadegiles" : "hsien⁴ tai⁴ hua⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄉㄞˋ ㄏㄨㄚˋ", + "romatzyh" : "shiann day huah" }, + "meanings" : [ "modernization" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "现金", + "radical" : "王", + "level" : [ "new-3", "old-5" ], + "frequency" : 2030, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "現金", + "transcriptions" : { "pinyin" : "xiàn jīn", + "numeric" : "xian4 jin1", + "wadegiles" : "hsien⁴ chin¹", + "bopomofo" : "ㄒㄧㄢˋ ㄐㄧㄣ", + "romatzyh" : "shiann jin" }, + "meanings" : [ "cash" ], + "classifiers" : [] } ] }, + { "simplified" : "现任", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 10005, + "pos" : [ "b", "v" ], + "forms" : [ { "traditional" : "現任", + "transcriptions" : { "pinyin" : "xiàn rèn", + "numeric" : "xian4 ren4", + "wadegiles" : "hsien⁴ jen⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄖㄣˋ", + "romatzyh" : "shiann renn" }, + "meanings" : [ "to occupy a post currently", + "current (president etc)", + "incumbent", + "(coll.) current boyfriend (girlfriend, spouse)" ], + "classifiers" : [] } ] }, + { "simplified" : "现实", + "radical" : "王", + "level" : [ "new-3", "old-5" ], + "frequency" : 1237, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "現實", + "transcriptions" : { "pinyin" : "xiàn shí", + "numeric" : "xian4 shi2", + "wadegiles" : "hsien⁴ shih²", + "bopomofo" : "ㄒㄧㄢˋ ㄕˊ", + "romatzyh" : "shiann shyr" }, + "meanings" : [ "reality", + "actuality", + "real", + "actual", + "realistic", + "pragmatic", + "materialistic", + "self-interested" ], + "classifiers" : [] } ] }, + { "simplified" : "现象", + "radical" : "王", + "level" : [ "new-3", "old-5" ], + "frequency" : 2440, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "現象", + "transcriptions" : { "pinyin" : "xiàn xiàng", + "numeric" : "xian4 xiang4", + "wadegiles" : "hsien⁴ hsiang⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄒㄧㄤˋ", + "romatzyh" : "shiann shianq" }, + "meanings" : [ "phenomenon", "appearance" ], + "classifiers" : [ "个", "种" ] } ] }, + { "simplified" : "现行", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 11397, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "現行", + "transcriptions" : { "pinyin" : "xiàn xíng", + "numeric" : "xian4 xing2", + "wadegiles" : "hsien⁴ hsing²", + "bopomofo" : "ㄒㄧㄢˋ ㄒㄧㄥˊ", + "romatzyh" : "shiann shyng" }, + "meanings" : [ "to be in effect", + "in force", + "current" ], + "classifiers" : [] } ] }, + { "simplified" : "现有", + "radical" : "王", + "level" : [ "new-5" ], + "frequency" : 5606, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "現有", + "transcriptions" : { "pinyin" : "xiàn yǒu", + "numeric" : "xian4 you3", + "wadegiles" : "hsien⁴ yu³", + "bopomofo" : "ㄒㄧㄢˋ ㄧㄡˇ", + "romatzyh" : "shiann yeou" }, + "meanings" : [ "currently existing", + "currently available" ], + "classifiers" : [] } ] }, + { "simplified" : "现在", + "radical" : "王", + "level" : [ "new-1", "old-1" ], + "frequency" : 77, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "現在", + "transcriptions" : { "pinyin" : "xiàn zài", + "numeric" : "xian4 zai4", + "wadegiles" : "hsien⁴ tsai⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄗㄞˋ", + "romatzyh" : "shiann tzay" }, + "meanings" : [ "now", + "at present", + "at the moment", + "modern", + "current", + "nowadays" ], + "classifiers" : [] } ] }, + { "simplified" : "现状", + "radical" : "王", + "level" : [ "new-5", "old-6" ], + "frequency" : 5540, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "現狀", + "transcriptions" : { "pinyin" : "xiàn zhuàng", + "numeric" : "xian4 zhuang4", + "wadegiles" : "hsien⁴ chuang⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄓㄨㄤˋ", + "romatzyh" : "shiann juanq" }, + "meanings" : [ "current situation" ], + "classifiers" : [] } ] }, + { "simplified" : "线", + "radical" : "纟", + "level" : [ "new-3" ], + "frequency" : 679, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "綫", + "transcriptions" : { "pinyin" : "xiàn", + "numeric" : "xian4", + "wadegiles" : "hsien⁴", + "bopomofo" : "ㄒㄧㄢˋ", + "romatzyh" : "shiann" }, + "meanings" : [ "variant of 线" ], + "classifiers" : [] }, + { "traditional" : "線", + "transcriptions" : { "pinyin" : "xiàn", + "numeric" : "xian4", + "wadegiles" : "hsien⁴", + "bopomofo" : "ㄒㄧㄢˋ", + "romatzyh" : "shiann" }, + "meanings" : [ "thread", + "string", + "wire", + "line", + "(after a number) tier (unofficial ranking of a Chinese city)" ], + "classifiers" : [ "条", "股", "根" ] } ] }, + { "simplified" : "线路", + "radical" : "纟", + "level" : [ "new-6" ], + "frequency" : 4070, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "線路", + "transcriptions" : { "pinyin" : "xiàn lù", + "numeric" : "xian4 lu4", + "wadegiles" : "hsien⁴ lu⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄌㄨˋ", + "romatzyh" : "shiann luh" }, + "meanings" : [ "(electricity) line; circuit; wire", + "(traffic) road; track; route" ], + "classifiers" : [] } ] }, + { "simplified" : "线索", + "radical" : "纟", + "level" : [ "new-5", "old-6" ], + "frequency" : 2891, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "線索", + "transcriptions" : { "pinyin" : "xiàn suǒ", + "numeric" : "xian4 suo3", + "wadegiles" : "hsien⁴ so³", + "bopomofo" : "ㄒㄧㄢˋ ㄙㄨㄛˇ", + "romatzyh" : "shiann suoo" }, + "meanings" : [ "trail", + "clues", + "thread (of a story)" ], + "classifiers" : [] } ] }, + { "simplified" : "线条", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 8512, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "線條", + "transcriptions" : { "pinyin" : "xiàn tiáo", + "numeric" : "xian4 tiao2", + "wadegiles" : "hsien⁴ t'iao²", + "bopomofo" : "ㄒㄧㄢˋ ㄊㄧㄠˊ", + "romatzyh" : "shiann tyau" }, + "meanings" : [ "line (in drawing, calligraphy etc)", + "the lines or contours of a three-dimensional object (hairstyle, clothing, car etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "限", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 5564, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "限", + "transcriptions" : { "pinyin" : "xiàn", + "numeric" : "xian4", + "wadegiles" : "hsien⁴", + "bopomofo" : "ㄒㄧㄢˋ", + "romatzyh" : "shiann" }, + "meanings" : [ "to limit", + "to restrict", + "(bound form) limit", + "bound" ], + "classifiers" : [] } ] }, + { "simplified" : "限定", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 16505, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "限定", + "transcriptions" : { "pinyin" : "xiàn dìng", + "numeric" : "xian4 ding4", + "wadegiles" : "hsien⁴ ting⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄉㄧㄥˋ", + "romatzyh" : "shiann dinq" }, + "meanings" : [ "to restrict to", "to limit" ], + "classifiers" : [] } ] }, + { "simplified" : "限度", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 11462, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "限度", + "transcriptions" : { "pinyin" : "xiàn dù", + "numeric" : "xian4 du4", + "wadegiles" : "hsien⁴ tu⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄉㄨˋ", + "romatzyh" : "shiann duh" }, + "meanings" : [ "limitation", "limit" ], + "classifiers" : [] } ] }, + { "simplified" : "限于", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 9451, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "限於", + "transcriptions" : { "pinyin" : "xiàn yú", + "numeric" : "xian4 yu2", + "wadegiles" : "hsien⁴ yü²", + "bopomofo" : "ㄒㄧㄢˋ ㄩˊ", + "romatzyh" : "shiann yu" }, + "meanings" : [ "to be limited to", + "to be confined to" ], + "classifiers" : [] } ] }, + { "simplified" : "限制", + "radical" : "阝", + "level" : [ "new-4", "old-4" ], + "frequency" : 2479, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "限制", + "transcriptions" : { "pinyin" : "xiàn zhì", + "numeric" : "xian4 zhi4", + "wadegiles" : "hsien⁴ chih⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄓˋ", + "romatzyh" : "shiann jyh" }, + "meanings" : [ "to restrict", + "to limit", + "to confine", + "restriction", + "limit" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "宪法", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5123, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "憲法", + "transcriptions" : { "pinyin" : "xiàn fǎ", + "numeric" : "xian4 fa3", + "wadegiles" : "hsien⁴ fa³", + "bopomofo" : "ㄒㄧㄢˋ ㄈㄚˇ", + "romatzyh" : "shiann faa" }, + "meanings" : [ "constitution (of a country)" ], + "classifiers" : [ "部" ] } ] }, + { "simplified" : "陷", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 6466, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "陷", + "transcriptions" : { "pinyin" : "xiàn", + "numeric" : "xian4", + "wadegiles" : "hsien⁴", + "bopomofo" : "ㄒㄧㄢˋ", + "romatzyh" : "shiann" }, + "meanings" : [ "pitfall", + "trap", + "to get stuck", + "to sink", + "to cave in", + "to frame (false charge)", + "to capture (a city in battle)", + "to fall (to the enemy)", + "defect" ], + "classifiers" : [] } ] }, + { "simplified" : "陷害", + "radical" : "阝", + "level" : [ "old-6" ], + "frequency" : 12379, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "陷害", + "transcriptions" : { "pinyin" : "xiàn hài", + "numeric" : "xian4 hai4", + "wadegiles" : "hsien⁴ hai⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄏㄞˋ", + "romatzyh" : "shiann hay" }, + "meanings" : [ "to entrap", + "to set up", + "to frame (up)", + "to make false charges against" ], + "classifiers" : [] } ] }, + { "simplified" : "陷阱", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 6271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陷阱", + "transcriptions" : { "pinyin" : "xiàn jǐng", + "numeric" : "xian4 jing3", + "wadegiles" : "hsien⁴ ching³", + "bopomofo" : "ㄒㄧㄢˋ ㄐㄧㄥˇ", + "romatzyh" : "shiann jiing" }, + "meanings" : [ "pitfall", "snare", "trap" ], + "classifiers" : [] } ] }, + { "simplified" : "陷入", + "radical" : "阝", + "level" : [ "new-6", "old-6" ], + "frequency" : 3109, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "陷入", + "transcriptions" : { "pinyin" : "xiàn rù", + "numeric" : "xian4 ru4", + "wadegiles" : "hsien⁴ ju⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄖㄨˋ", + "romatzyh" : "shiann ruh" }, + "meanings" : [ "to sink into", + "to get caught up in", + "to land in (a predicament)" ], + "classifiers" : [] } ] }, + { "simplified" : "馅儿", + "radical" : "饣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 52762, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餡兒", + "transcriptions" : { "pinyin" : "xiàn r", + "numeric" : "xian4 r5", + "wadegiles" : "hsien⁴ r", + "bopomofo" : "ㄒㄧㄢˋ r", + "romatzyh" : "shiann r" }, + "meanings" : [ "erhua variant of 馅" ], + "classifiers" : [] } ] }, + { "simplified" : "羡慕", + "radical" : "羊", + "level" : [ "new-7+", "old-4" ], + "frequency" : 4551, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "羨慕", + "transcriptions" : { "pinyin" : "xiàn mù", + "numeric" : "xian4 mu4", + "wadegiles" : "hsien⁴ mu⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄇㄨˋ", + "romatzyh" : "shiann muh" }, + "meanings" : [ "to envy", "to admire" ], + "classifiers" : [] } ] }, + { "simplified" : "献", + "radical" : "犬", + "level" : [ "new-5" ], + "frequency" : 4768, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "獻", + "transcriptions" : { "pinyin" : "xiàn", + "numeric" : "xian4", + "wadegiles" : "hsien⁴", + "bopomofo" : "ㄒㄧㄢˋ", + "romatzyh" : "shiann" }, + "meanings" : [ "to offer", + "to present", + "to dedicate", + "to donate", + "to show", + "to put on display", + "worthy person (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "献血", + "radical" : "犬", + "level" : [ "new-7+" ], + "frequency" : 14055, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "獻血", + "transcriptions" : { "pinyin" : "xiàn xuè", + "numeric" : "xian4 xue4", + "wadegiles" : "hsien⁴ hsüeh⁴", + "bopomofo" : "ㄒㄧㄢˋ ㄒㄩㄝˋ", + "romatzyh" : "shiann shiueh" }, + "meanings" : [ "to donate blood" ], + "classifiers" : [] } ] }, + { "simplified" : "腺", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 13774, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腺", + "transcriptions" : { "pinyin" : "xiàn", + "numeric" : "xian4", + "wadegiles" : "hsien⁴", + "bopomofo" : "ㄒㄧㄢˋ", + "romatzyh" : "shiann" }, + "meanings" : [ "gland" ], + "classifiers" : [] } ] }, + { "simplified" : "仙鹤", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 42178, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "仙鶴", + "transcriptions" : { "pinyin" : "xiān hè", + "numeric" : "xian1 he4", + "wadegiles" : "hsien¹ ho⁴", + "bopomofo" : "ㄒㄧㄢ ㄏㄜˋ", + "romatzyh" : "shian heh" }, + "meanings" : [ "red-crowned crane (Grus japonensis)" ], + "classifiers" : [] } ] }, + { "simplified" : "仙女", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11436, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "仙女", + "transcriptions" : { "pinyin" : "xiān nu:3", + "numeric" : "xian1 nü3", + "wadegiles" : "hsien¹ nu:3", + "bopomofo" : "ㄒㄧㄢ nu:3", + "romatzyh" : "shian nu:3" }, + "meanings" : [ "fairy" ], + "classifiers" : [] } ] }, + { "simplified" : "乡", + "radical" : "幺", + "level" : [ "new-5" ], + "frequency" : 5793, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鄉", + "transcriptions" : { "pinyin" : "xiāng", + "numeric" : "xiang1", + "wadegiles" : "hsiang¹", + "bopomofo" : "ㄒㄧㄤ", + "romatzyh" : "shiang" }, + "meanings" : [ "country or countryside", + "native place", + "home village or town", + "township (PRC administrative unit)" ], + "classifiers" : [] } ] }, + { "simplified" : "乡村", + "radical" : "幺", + "level" : [ "new-5" ], + "frequency" : 4094, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鄉村", + "transcriptions" : { "pinyin" : "xiāng cūn", + "numeric" : "xiang1 cun1", + "wadegiles" : "hsiang¹ ts'un¹", + "bopomofo" : "ㄒㄧㄤ ㄘㄨㄣ", + "romatzyh" : "shiang tsuen" }, + "meanings" : [ "rustic", "village", "countryside" ], + "classifiers" : [] } ] }, + { "simplified" : "乡亲", + "radical" : "幺", + "level" : [ "new-7+" ], + "frequency" : 21178, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鄉親", + "transcriptions" : { "pinyin" : "xiāng qīn", + "numeric" : "xiang1 qin1", + "wadegiles" : "hsiang¹ ch'in¹", + "bopomofo" : "ㄒㄧㄤ ㄑㄧㄣ", + "romatzyh" : "shiang chin" }, + "meanings" : [ "fellow countryman (from the same village)", + "local people", + "villager", + "the folks back home" ], + "classifiers" : [] } ] }, + { "simplified" : "乡下", + "radical" : "幺", + "level" : [ "new-7+" ], + "frequency" : 9308, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "鄉下", + "transcriptions" : { "pinyin" : "xiāng xia", + "numeric" : "xiang1 xia5", + "wadegiles" : "hsiang¹ xia", + "bopomofo" : "ㄒㄧㄤ xia", + "romatzyh" : "shiang xia" }, + "meanings" : [ "countryside", "rural area" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "乡镇", + "radical" : "幺", + "level" : [ "old-6" ], + "frequency" : 21128, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鄉鎮", + "transcriptions" : { "pinyin" : "xiāng zhèn", + "numeric" : "xiang1 zhen4", + "wadegiles" : "hsiang¹ chen⁴", + "bopomofo" : "ㄒㄧㄤ ㄓㄣˋ", + "romatzyh" : "shiang jenn" }, + "meanings" : [ "village", "township" ], + "classifiers" : [] } ] }, + { "simplified" : "相伴", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 9989, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相伴", + "transcriptions" : { "pinyin" : "xiāng bàn", + "numeric" : "xiang1 ban4", + "wadegiles" : "hsiang¹ pan⁴", + "bopomofo" : "ㄒㄧㄤ ㄅㄢˋ", + "romatzyh" : "shiang bann" }, + "meanings" : [ "to accompany sb", + "to accompany each other" ], + "classifiers" : [] } ] }, + { "simplified" : "相比", + "radical" : "目", + "level" : [ "new-3" ], + "frequency" : 2934, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相比", + "transcriptions" : { "pinyin" : "xiāng bǐ", + "numeric" : "xiang1 bi3", + "wadegiles" : "hsiang¹ pi³", + "bopomofo" : "ㄒㄧㄤ ㄅㄧˇ", + "romatzyh" : "shiang bii" }, + "meanings" : [ "to compare" ], + "classifiers" : [] } ] }, + { "simplified" : "相比之下", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 21165, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相比之下", + "transcriptions" : { "pinyin" : "xiāng bǐ zhī xià", + "numeric" : "xiang1 bi3 zhi1 xia4", + "wadegiles" : "hsiang¹ pi³ chih¹ hsia⁴", + "bopomofo" : "ㄒㄧㄤ ㄅㄧˇ ㄓ ㄒㄧㄚˋ", + "romatzyh" : "shiang bii jy shiah" }, + "meanings" : [ "by comparison" ], + "classifiers" : [] } ] }, + { "simplified" : "相差", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11680, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相差", + "transcriptions" : { "pinyin" : "xiāng chà", + "numeric" : "xiang1 cha4", + "wadegiles" : "hsiang¹ ch'a⁴", + "bopomofo" : "ㄒㄧㄤ ㄔㄚˋ", + "romatzyh" : "shiang chah" }, + "meanings" : [ "to differ", "discrepancy between" ], + "classifiers" : [] } ] }, + { "simplified" : "相处", + "radical" : "目", + "level" : [ "new-4", "old-5" ], + "frequency" : 3898, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "相處", + "transcriptions" : { "pinyin" : "xiāng chǔ", + "numeric" : "xiang1 chu3", + "wadegiles" : "hsiang¹ ch'u³", + "bopomofo" : "ㄒㄧㄤ ㄔㄨˇ", + "romatzyh" : "shiang chuu" }, + "meanings" : [ "to be in contact (with sb)", + "to associate", + "to interact", + "to get along (well, poorly)" ], + "classifiers" : [] } ] }, + { "simplified" : "相传", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 22657, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相傳", + "transcriptions" : { "pinyin" : "xiāng chuán", + "numeric" : "xiang1 chuan2", + "wadegiles" : "hsiang¹ ch'uan²", + "bopomofo" : "ㄒㄧㄤ ㄔㄨㄢˊ", + "romatzyh" : "shiang chwan" }, + "meanings" : [ "to pass on", + "to hand down", + "tradition has it that ...", + "according to legend" ], + "classifiers" : [] } ] }, + { "simplified" : "相当", + "radical" : "目", + "level" : [ "new-3", "old-5" ], + "frequency" : 1139, + "pos" : [ "d", "v", "vn" ], + "forms" : [ { "traditional" : "相當", + "transcriptions" : { "pinyin" : "xiāng dāng", + "numeric" : "xiang1 dang1", + "wadegiles" : "hsiang¹ tang¹", + "bopomofo" : "ㄒㄧㄤ ㄉㄤ", + "romatzyh" : "shiang dang" }, + "meanings" : [ "equivalent to", + "appropriate", + "considerably", + "to a certain extent", + "fairly", + "quite" ], + "classifiers" : [] } ] }, + { "simplified" : "相当于", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 14927, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相當於", + "transcriptions" : { "pinyin" : "xiāng dāng yú", + "numeric" : "xiang1 dang1 yu2", + "wadegiles" : "hsiang¹ tang¹ yü²", + "bopomofo" : "ㄒㄧㄤ ㄉㄤ ㄩˊ", + "romatzyh" : "shiang dang yu" }, + "meanings" : [ "equivalent to" ], + "classifiers" : [] } ] }, + { "simplified" : "相等", + "radical" : "目", + "level" : [ "new-5", "old-6" ], + "frequency" : 20539, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相等", + "transcriptions" : { "pinyin" : "xiāng děng", + "numeric" : "xiang1 deng3", + "wadegiles" : "hsiang¹ teng³", + "bopomofo" : "ㄒㄧㄤ ㄉㄥˇ", + "romatzyh" : "shiang deeng" }, + "meanings" : [ "equal", "equally", "equivalent" ], + "classifiers" : [] } ] }, + { "simplified" : "相对", + "radical" : "目", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3673, + "pos" : [ "d", "v", "b" ], + "forms" : [ { "traditional" : "相對", + "transcriptions" : { "pinyin" : "xiāng duì", + "numeric" : "xiang1 dui4", + "wadegiles" : "hsiang¹ tui⁴", + "bopomofo" : "ㄒㄧㄤ ㄉㄨㄟˋ", + "romatzyh" : "shiang duey" }, + "meanings" : [ "relatively", + "opposite", + "to resist", + "to oppose", + "relative", + "vis-a-vis", + "counterpart" ], + "classifiers" : [] } ] }, + { "simplified" : "相对而言", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 28925, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "相對而言", + "transcriptions" : { "pinyin" : "xiāng duì ér yán", + "numeric" : "xiang1 dui4 er2 yan2", + "wadegiles" : "hsiang¹ tui⁴ erh² yan²", + "bopomofo" : "ㄒㄧㄤ ㄉㄨㄟˋ ㄦˊ ㄧㄢˊ", + "romatzyh" : "shiang duey erl yan" }, + "meanings" : [ "relatively speaking", + "comparatively speaking" ], + "classifiers" : [] } ] }, + { "simplified" : "相反", + "radical" : "目", + "level" : [ "new-4", "old-4" ], + "frequency" : 3525, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "相反", + "transcriptions" : { "pinyin" : "xiāng fǎn", + "numeric" : "xiang1 fan3", + "wadegiles" : "hsiang¹ fan³", + "bopomofo" : "ㄒㄧㄤ ㄈㄢˇ", + "romatzyh" : "shiang faan" }, + "meanings" : [ "opposite", "contrary" ], + "classifiers" : [] } ] }, + { "simplified" : "相辅相成", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 39443, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相輔相成", + "transcriptions" : { "pinyin" : "xiāng fǔ xiāng chéng", + "numeric" : "xiang1 fu3 xiang1 cheng2", + "wadegiles" : "hsiang¹ fu³ hsiang¹ ch'eng²", + "bopomofo" : "ㄒㄧㄤ ㄈㄨˇ ㄒㄧㄤ ㄔㄥˊ", + "romatzyh" : "shiang fuu shiang cherng" }, + "meanings" : [ "to complement one another (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "相关", + "radical" : "目", + "level" : [ "new-3", "old-5" ], + "frequency" : 1782, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "相關", + "transcriptions" : { "pinyin" : "xiāng guān", + "numeric" : "xiang1 guan1", + "wadegiles" : "hsiang¹ kuan¹", + "bopomofo" : "ㄒㄧㄤ ㄍㄨㄢ", + "romatzyh" : "shiang guan" }, + "meanings" : [ "related", + "relevant", + "pertinent", + "to be interrelated", + "(statistics) correlation" ], + "classifiers" : [] } ] }, + { "simplified" : "相互", + "radical" : "目", + "level" : [ "new-3" ], + "frequency" : 2492, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "相互", + "transcriptions" : { "pinyin" : "xiāng hù", + "numeric" : "xiang1 hu4", + "wadegiles" : "hsiang¹ hu⁴", + "bopomofo" : "ㄒㄧㄤ ㄏㄨˋ", + "romatzyh" : "shiang huh" }, + "meanings" : [ "each other", "mutual" ], + "classifiers" : [] } ] }, + { "simplified" : "相机", + "radical" : "目", + "level" : [ "new-2" ], + "frequency" : 3401, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "相機", + "transcriptions" : { "pinyin" : "xiàng jī", + "numeric" : "xiang4 ji1", + "wadegiles" : "hsiang⁴ chi¹", + "bopomofo" : "ㄒㄧㄤˋ ㄐㄧ", + "romatzyh" : "shianq ji" }, + "meanings" : [ "camera (abbr. for 照相机)", + "at the opportune moment", + "as the circumstances allow" ], + "classifiers" : [] } ] }, + { "simplified" : "相继", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 13859, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "相繼", + "transcriptions" : { "pinyin" : "xiāng jì", + "numeric" : "xiang1 ji4", + "wadegiles" : "hsiang¹ chi⁴", + "bopomofo" : "ㄒㄧㄤ ㄐㄧˋ", + "romatzyh" : "shiang jih" }, + "meanings" : [ "in succession", + "following closely" ], + "classifiers" : [] } ] }, + { "simplified" : "相连", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 9446, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相連", + "transcriptions" : { "pinyin" : "xiāng lián", + "numeric" : "xiang1 lian2", + "wadegiles" : "hsiang¹ lien²", + "bopomofo" : "ㄒㄧㄤ ㄌㄧㄢˊ", + "romatzyh" : "shiang lian" }, + "meanings" : [ "to link", + "to join", + "link", + "connection" ], + "classifiers" : [] } ] }, + { "simplified" : "相片", + "radical" : "目", + "level" : [ "new-4" ], + "frequency" : 9258, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "相片", + "transcriptions" : { "pinyin" : "xiàng piàn", + "numeric" : "xiang4 pian4", + "wadegiles" : "hsiang⁴ p'ien⁴", + "bopomofo" : "ㄒㄧㄤˋ ㄆㄧㄢˋ", + "romatzyh" : "shianq piann" }, + "meanings" : [ "image", "photograph" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "相声", + "radical" : "目", + "level" : [ "new-5" ], + "frequency" : 16761, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "相聲", + "transcriptions" : { "pinyin" : "xiàng sheng", + "numeric" : "xiang4 sheng5", + "wadegiles" : "hsiang⁴ sheng", + "bopomofo" : "ㄒㄧㄤˋ sheng", + "romatzyh" : "shianq sheng" }, + "meanings" : [ "comic dialogue", + "sketch", + "crosstalk" ], + "classifiers" : [] } ] }, + { "simplified" : "相似", + "radical" : "目", + "level" : [ "new-3", "old-5" ], + "frequency" : 4024, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "相似", + "transcriptions" : { "pinyin" : "xiāng sì", + "numeric" : "xiang1 si4", + "wadegiles" : "hsiang¹ ssu⁴", + "bopomofo" : "ㄒㄧㄤ ㄙˋ", + "romatzyh" : "shiang syh" }, + "meanings" : [ "similar; alike" ], + "classifiers" : [] } ] }, + { "simplified" : "相识", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 8658, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相識", + "transcriptions" : { "pinyin" : "xiāng shí", + "numeric" : "xiang1 shi2", + "wadegiles" : "hsiang¹ shih²", + "bopomofo" : "ㄒㄧㄤ ㄕˊ", + "romatzyh" : "shiang shyr" }, + "meanings" : [ "to get to know each other", + "acquaintance" ], + "classifiers" : [] } ] }, + { "simplified" : "相提并论", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 17200, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相提並論", + "transcriptions" : { "pinyin" : "xiāng tí bìng lùn", + "numeric" : "xiang1 ti2 bing4 lun4", + "wadegiles" : "hsiang¹ t'i² ping⁴ lun⁴", + "bopomofo" : "ㄒㄧㄤ ㄊㄧˊ ㄅㄧㄥˋ ㄌㄨㄣˋ", + "romatzyh" : "shiang tyi binq luenn" }, + "meanings" : [ "to discuss two disparate things together (idiom); to mention on equal terms", + "to place on a par with", + "(often with negatives: impossible to mention X in the same breath as Y)" ], + "classifiers" : [] } ] }, + { "simplified" : "相通", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 15457, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相通", + "transcriptions" : { "pinyin" : "xiāng tōng", + "numeric" : "xiang1 tong1", + "wadegiles" : "hsiang¹ t'ung¹", + "bopomofo" : "ㄒㄧㄤ ㄊㄨㄥ", + "romatzyh" : "shiang tong" }, + "meanings" : [ "interlinked", + "connected", + "communicating", + "in communication", + "accommodating" ], + "classifiers" : [] } ] }, + { "simplified" : "相同", + "radical" : "目", + "level" : [ "new-2", "old-3" ], + "frequency" : 2110, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "相同", + "transcriptions" : { "pinyin" : "xiāng tóng", + "numeric" : "xiang1 tong2", + "wadegiles" : "hsiang¹ t'ung²", + "bopomofo" : "ㄒㄧㄤ ㄊㄨㄥˊ", + "romatzyh" : "shiang torng" }, + "meanings" : [ "identical", "same" ], + "classifiers" : [] } ] }, + { "simplified" : "相信", + "radical" : "目", + "level" : [ "new-2", "old-3" ], + "frequency" : 431, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相信", + "transcriptions" : { "pinyin" : "xiāng xìn", + "numeric" : "xiang1 xin4", + "wadegiles" : "hsiang¹ hsin⁴", + "bopomofo" : "ㄒㄧㄤ ㄒㄧㄣˋ", + "romatzyh" : "shiang shinn" }, + "meanings" : [ "to be convinced (that sth is true); to believe; to accept sth as true" ], + "classifiers" : [] } ] }, + { "simplified" : "相依为命", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 24505, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相依為命", + "transcriptions" : { "pinyin" : "xiāng yī wéi mìng", + "numeric" : "xiang1 yi1 wei2 ming4", + "wadegiles" : "hsiang¹ i¹ wei² ming⁴", + "bopomofo" : "ㄒㄧㄤ ㄧ ㄨㄟˊ ㄇㄧㄥˋ", + "romatzyh" : "shiang i wei minq" }, + "meanings" : [ "mutually dependent for life (idiom); to rely upon one another for survival", + "interdependent" ], + "classifiers" : [] } ] }, + { "simplified" : "相应", + "radical" : "目", + "level" : [ "new-5", "old-6" ], + "frequency" : 6310, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "相應", + "transcriptions" : { "pinyin" : "xiāng yìng", + "numeric" : "xiang1 ying4", + "wadegiles" : "hsiang¹ ying⁴", + "bopomofo" : "ㄒㄧㄤ ㄧㄥˋ", + "romatzyh" : "shiang yinq" }, + "meanings" : [ "to correspond", + "answering (one another)", + "to agree (among the part)", + "corresponding", + "relevant", + "appropriate", + "(modify) accordingly" ], + "classifiers" : [] } ] }, + { "simplified" : "相遇", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 5707, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "相遇", + "transcriptions" : { "pinyin" : "xiāng yù", + "numeric" : "xiang1 yu4", + "wadegiles" : "hsiang¹ yü⁴", + "bopomofo" : "ㄒㄧㄤ ㄩˋ", + "romatzyh" : "shiang yuh" }, + "meanings" : [ "to meet", + "to encounter", + "to come across" ], + "classifiers" : [] } ] }, + { "simplified" : "相约", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 16205, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "相約", + "transcriptions" : { "pinyin" : "xiāng yuē", + "numeric" : "xiang1 yue1", + "wadegiles" : "hsiang¹ yüeh¹", + "bopomofo" : "ㄒㄧㄤ ㄩㄝ", + "romatzyh" : "shiang iue" }, + "meanings" : [ "to agree (on a meeting place, date etc)", + "to reach agreement", + "to make an appointment" ], + "classifiers" : [] } ] }, + { "simplified" : "香", + "radical" : "香", + "level" : [ "new-3", "old-4" ], + "frequency" : 1953, + "pos" : [ "n", "a", "v" ], + "forms" : [ { "traditional" : "香", + "transcriptions" : { "pinyin" : "xiāng", + "numeric" : "xiang1", + "wadegiles" : "hsiang¹", + "bopomofo" : "ㄒㄧㄤ", + "romatzyh" : "shiang" }, + "meanings" : [ "fragrant", + "sweet smelling", + "aromatic", + "savory or appetizing", + "(to eat) with relish", + "(of sleep) sound", + "perfume or spice", + "joss or incense stick" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "香肠", + "radical" : "香", + "level" : [ "new-5" ], + "frequency" : 11857, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "香腸", + "transcriptions" : { "pinyin" : "xiāng cháng", + "numeric" : "xiang1 chang2", + "wadegiles" : "hsiang¹ ch'ang²", + "bopomofo" : "ㄒㄧㄤ ㄔㄤˊ", + "romatzyh" : "shiang charng" }, + "meanings" : [ "sausage" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "香蕉", + "radical" : "香", + "level" : [ "new-3", "old-3" ], + "frequency" : 5473, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "香蕉", + "transcriptions" : { "pinyin" : "xiāng jiāo", + "numeric" : "xiang1 jiao1", + "wadegiles" : "hsiang¹ chiao¹", + "bopomofo" : "ㄒㄧㄤ ㄐㄧㄠ", + "romatzyh" : "shiang jiau" }, + "meanings" : [ "banana" ], + "classifiers" : [ "枝", "根", "个", "把" ] } ] }, + { "simplified" : "香料", + "radical" : "香", + "level" : [ "new-7+" ], + "frequency" : 14321, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "香料", + "transcriptions" : { "pinyin" : "xiāng liào", + "numeric" : "xiang1 liao4", + "wadegiles" : "hsiang¹ liao⁴", + "bopomofo" : "ㄒㄧㄤ ㄌㄧㄠˋ", + "romatzyh" : "shiang liaw" }, + "meanings" : [ "spice", + "flavoring", + "condiment", + "perfume" ], + "classifiers" : [] } ] }, + { "simplified" : "香水", + "radical" : "香", + "level" : [ "new-7+" ], + "frequency" : 5737, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "香水", + "transcriptions" : { "pinyin" : "xiāng shuǐ", + "numeric" : "xiang1 shui3", + "wadegiles" : "hsiang¹ shui³", + "bopomofo" : "ㄒㄧㄤ ㄕㄨㄟˇ", + "romatzyh" : "shiang shoei" }, + "meanings" : [ "perfume", "cologne" ], + "classifiers" : [] } ] }, + { "simplified" : "香味", + "radical" : "香", + "level" : [ "new-7+" ], + "frequency" : 8749, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "香味", + "transcriptions" : { "pinyin" : "xiāng wèi", + "numeric" : "xiang1 wei4", + "wadegiles" : "hsiang¹ wei⁴", + "bopomofo" : "ㄒㄧㄤ ㄨㄟˋ", + "romatzyh" : "shiang wey" }, + "meanings" : [ "fragrance", + "bouquet", + "sweet smell" ], + "classifiers" : [ "股" ] } ] }, + { "simplified" : "香烟", + "radical" : "香", + "level" : [ "new-7+" ], + "frequency" : 6871, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "香煙", + "transcriptions" : { "pinyin" : "xiāng yān", + "numeric" : "xiang1 yan1", + "wadegiles" : "hsiang¹ yan¹", + "bopomofo" : "ㄒㄧㄤ ㄧㄢ", + "romatzyh" : "shiang ian" }, + "meanings" : [ "cigarette", + "smoke from burning incense" ], + "classifiers" : [ "支", "条" ] } ] }, + { "simplified" : "香油", + "radical" : "香", + "level" : [ "new-7+" ], + "frequency" : 30870, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "香油", + "transcriptions" : { "pinyin" : "xiāng yóu", + "numeric" : "xiang1 you2", + "wadegiles" : "hsiang¹ yu²", + "bopomofo" : "ㄒㄧㄤ ㄧㄡˊ", + "romatzyh" : "shiang you" }, + "meanings" : [ "sesame oil", "perfumed oil" ], + "classifiers" : [] } ] }, + { "simplified" : "箱", + "radical" : "⺮", + "level" : [ "new-4" ], + "frequency" : 2345, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "箱", + "transcriptions" : { "pinyin" : "xiāng", + "numeric" : "xiang1", + "wadegiles" : "hsiang¹", + "bopomofo" : "ㄒㄧㄤ", + "romatzyh" : "shiang" }, + "meanings" : [ "box", "trunk", "chest" ], + "classifiers" : [] } ] }, + { "simplified" : "箱子", + "radical" : "⺮", + "level" : [ "new-4" ], + "frequency" : 5854, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "箱子", + "transcriptions" : { "pinyin" : "xiāng zi", + "numeric" : "xiang1 zi5", + "wadegiles" : "hsiang¹ zi", + "bopomofo" : "ㄒㄧㄤ zi", + "romatzyh" : "shiang zi" }, + "meanings" : [ "suitcase", + "chest", + "box", + "case", + "trunk" ], + "classifiers" : [ "只", "个" ] } ] }, + { "simplified" : "镶", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 13195, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鑲", + "transcriptions" : { "pinyin" : "xiāng", + "numeric" : "xiang1", + "wadegiles" : "hsiang¹", + "bopomofo" : "ㄒㄧㄤ", + "romatzyh" : "shiang" }, + "meanings" : [ "to inlay", + "to embed", + "ridge", + "border" ], + "classifiers" : [] } ] }, + { "simplified" : "镶嵌", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19000, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鑲嵌", + "transcriptions" : { "pinyin" : "xiāng qiàn", + "numeric" : "xiang1 qian4", + "wadegiles" : "hsiang¹ ch'ien⁴", + "bopomofo" : "ㄒㄧㄤ ㄑㄧㄢˋ", + "romatzyh" : "shiang chiann" }, + "meanings" : [ "to inlay", + "to embed", + "to set (e.g. a jewel in a ring)", + "tiling", + "tesselation" ], + "classifiers" : [] } ] }, + { "simplified" : "详尽", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 18410, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "詳盡", + "transcriptions" : { "pinyin" : "xiáng jìn", + "numeric" : "xiang2 jin4", + "wadegiles" : "hsiang² chin⁴", + "bopomofo" : "ㄒㄧㄤˊ ㄐㄧㄣˋ", + "romatzyh" : "shyang jinn" }, + "meanings" : [ "thorough and detailed", + "exhaustive", + "the tedious details in full" ], + "classifiers" : [] } ] }, + { "simplified" : "详细", + "radical" : "讠", + "level" : [ "new-5", "old-4" ], + "frequency" : 2875, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "詳細", + "transcriptions" : { "pinyin" : "xiáng xì", + "numeric" : "xiang2 xi4", + "wadegiles" : "hsiang² hsi⁴", + "bopomofo" : "ㄒㄧㄤˊ ㄒㄧˋ", + "romatzyh" : "shyang shih" }, + "meanings" : [ "detailed", "in detail", "minute" ], + "classifiers" : [] } ] }, + { "simplified" : "祥和", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 18109, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "祥和", + "transcriptions" : { "pinyin" : "xiáng hé", + "numeric" : "xiang2 he2", + "wadegiles" : "hsiang² ho²", + "bopomofo" : "ㄒㄧㄤˊ ㄏㄜˊ", + "romatzyh" : "shyang her" }, + "meanings" : [ "auspicious and peaceful" ], + "classifiers" : [] } ] }, + { "simplified" : "享", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 7536, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "享", + "transcriptions" : { "pinyin" : "xiǎng", + "numeric" : "xiang3", + "wadegiles" : "hsiang³", + "bopomofo" : "ㄒㄧㄤˇ", + "romatzyh" : "sheang" }, + "meanings" : [ "to enjoy", + "to benefit", + "to have the use of" ], + "classifiers" : [] }, + { "traditional" : "亯", + "transcriptions" : { "pinyin" : "xiǎng", + "numeric" : "xiang3", + "wadegiles" : "hsiang³", + "bopomofo" : "ㄒㄧㄤˇ", + "romatzyh" : "sheang" }, + "meanings" : [ "old variant of 享" ], + "classifiers" : [] } ] }, + { "simplified" : "享受", + "radical" : "亠", + "level" : [ "new-5", "old-5" ], + "frequency" : 1102, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "享受", + "transcriptions" : { "pinyin" : "xiǎng shòu", + "numeric" : "xiang3 shou4", + "wadegiles" : "hsiang³ shou⁴", + "bopomofo" : "ㄒㄧㄤˇ ㄕㄡˋ", + "romatzyh" : "sheang show" }, + "meanings" : [ "to enjoy", + "to live it up", + "pleasure" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "享有", + "radical" : "亠", + "level" : [ "new-7+" ], + "frequency" : 7670, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "享有", + "transcriptions" : { "pinyin" : "xiǎng yǒu", + "numeric" : "xiang3 you3", + "wadegiles" : "hsiang³ yu³", + "bopomofo" : "ㄒㄧㄤˇ ㄧㄡˇ", + "romatzyh" : "sheang yeou" }, + "meanings" : [ "to enjoy (rights, privileges etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "响", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 2237, + "pos" : [ "v", "a", "q" ], + "forms" : [ { "traditional" : "響", + "transcriptions" : { "pinyin" : "xiǎng", + "numeric" : "xiang3", + "wadegiles" : "hsiang³", + "bopomofo" : "ㄒㄧㄤˇ", + "romatzyh" : "sheang" }, + "meanings" : [ "echo", + "sound", + "noise", + "to make a sound", + "to sound", + "to ring", + "loud", + "classifier for noises" ], + "classifiers" : [] } ] }, + { "simplified" : "响亮", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15207, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "響亮", + "transcriptions" : { "pinyin" : "xiǎng liàng", + "numeric" : "xiang3 liang4", + "wadegiles" : "hsiang³ liang⁴", + "bopomofo" : "ㄒㄧㄤˇ ㄌㄧㄤˋ", + "romatzyh" : "sheang lianq" }, + "meanings" : [ "loud and clear", "resounding" ], + "classifiers" : [] } ] }, + { "simplified" : "响起", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6888, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "響起", + "transcriptions" : { "pinyin" : "xiǎng qǐ", + "numeric" : "xiang3 qi3", + "wadegiles" : "hsiang³ ch'i³", + "bopomofo" : "ㄒㄧㄤˇ ㄑㄧˇ", + "romatzyh" : "sheang chii" }, + "meanings" : [ "(of a sound) to come forth", + "(of a sound source) to ring out", + "to sound", + "to go off" ], + "classifiers" : [] } ] }, + { "simplified" : "响声", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 16743, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "響聲", + "transcriptions" : { "pinyin" : "xiǎng shēng", + "numeric" : "xiang3 sheng1", + "wadegiles" : "hsiang³ sheng¹", + "bopomofo" : "ㄒㄧㄤˇ ㄕㄥ", + "romatzyh" : "sheang sheng" }, + "meanings" : [ "noise" ], + "classifiers" : [] } ] }, + { "simplified" : "响应", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10032, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "響應", + "transcriptions" : { "pinyin" : "xiǎng yìng", + "numeric" : "xiang3 ying4", + "wadegiles" : "hsiang³ ying⁴", + "bopomofo" : "ㄒㄧㄤˇ ㄧㄥˋ", + "romatzyh" : "sheang yinq" }, + "meanings" : [ "to respond to", "answer" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "想", + "radical" : "心", + "level" : [ "new-1", "old-1" ], + "frequency" : 44, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "想", + "transcriptions" : { "pinyin" : "xiǎng", + "numeric" : "xiang3", + "wadegiles" : "hsiang³", + "bopomofo" : "ㄒㄧㄤˇ", + "romatzyh" : "sheang" }, + "meanings" : [ "to think (about)", + "to think of; to devise", + "to think (that); to believe (that)", + "to desire; to want (to)", + "to miss (feel wistful about the absence of)" ], + "classifiers" : [] } ] }, + { "simplified" : "想不到", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 5435, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "想不到", + "transcriptions" : { "pinyin" : "xiǎng bu dào", + "numeric" : "xiang3 bu5 dao4", + "wadegiles" : "hsiang³ bu tao⁴", + "bopomofo" : "ㄒㄧㄤˇ bu ㄉㄠˋ", + "romatzyh" : "sheang bu daw" }, + "meanings" : [ "unexpected", + "hard to imagine", + "it had not occurred to me", + "who could have thought that" ], + "classifiers" : [] } ] }, + { "simplified" : "想到", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 733, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "想到", + "transcriptions" : { "pinyin" : "xiǎng dào", + "numeric" : "xiang3 dao4", + "wadegiles" : "hsiang³ tao⁴", + "bopomofo" : "ㄒㄧㄤˇ ㄉㄠˋ", + "romatzyh" : "sheang daw" }, + "meanings" : [ "to think of", + "to call to mind", + "to anticipate" ], + "classifiers" : [] } ] }, + { "simplified" : "想法", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 1433, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "想法", + "transcriptions" : { "pinyin" : "xiǎng fǎ", + "numeric" : "xiang3 fa3", + "wadegiles" : "hsiang³ fa³", + "bopomofo" : "ㄒㄧㄤˇ ㄈㄚˇ", + "romatzyh" : "sheang faa" }, + "meanings" : [ "way of thinking; opinion; notion", + "to think of a way (to do sth)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "想方设法", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12483, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "想方設法", + "transcriptions" : { "pinyin" : "xiǎng fāng shè fǎ", + "numeric" : "xiang3 fang1 she4 fa3", + "wadegiles" : "hsiang³ fang¹ she⁴ fa³", + "bopomofo" : "ㄒㄧㄤˇ ㄈㄤ ㄕㄜˋ ㄈㄚˇ", + "romatzyh" : "sheang fang sheh faa" }, + "meanings" : [ "to think up every possible method (idiom); to devise ways and means", + "to try this, that and the other" ], + "classifiers" : [] } ] }, + { "simplified" : "想念", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 3090, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "想念", + "transcriptions" : { "pinyin" : "xiǎng niàn", + "numeric" : "xiang3 nian4", + "wadegiles" : "hsiang³ nien⁴", + "bopomofo" : "ㄒㄧㄤˇ ㄋㄧㄢˋ", + "romatzyh" : "sheang niann" }, + "meanings" : [ "to miss", + "to remember with longing", + "to long to see again" ], + "classifiers" : [] } ] }, + { "simplified" : "想起", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 1611, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "想起", + "transcriptions" : { "pinyin" : "xiǎng qǐ", + "numeric" : "xiang3 qi3", + "wadegiles" : "hsiang³ ch'i³", + "bopomofo" : "ㄒㄧㄤˇ ㄑㄧˇ", + "romatzyh" : "sheang chii" }, + "meanings" : [ "to recall", + "to think of", + "to call to mind" ], + "classifiers" : [] } ] }, + { "simplified" : "想象", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 1608, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "想象", + "transcriptions" : { "pinyin" : "xiǎng xiàng", + "numeric" : "xiang3 xiang4", + "wadegiles" : "hsiang³ hsiang⁴", + "bopomofo" : "ㄒㄧㄤˇ ㄒㄧㄤˋ", + "romatzyh" : "sheang shianq" }, + "meanings" : [ "to imagine; to envision", + "imagination" ], + "classifiers" : [] } ] }, + { "simplified" : "向", + "radical" : "口", + "level" : [ "new-2", "old-2" ], + "frequency" : 165, + "pos" : [ "p", "v", "g" ], + "forms" : [ { "traditional" : "向", + "transcriptions" : { "pinyin" : "Xiàng", + "numeric" : "Xiang4", + "wadegiles" : "hsiang⁴", + "bopomofo" : "ㄒㄧㄤˋ", + "romatzyh" : "shianq" }, + "meanings" : [ "surname Xiang" ], + "classifiers" : [] }, + { "traditional" : "向", + "transcriptions" : { "pinyin" : "xiàng", + "numeric" : "xiang4", + "wadegiles" : "hsiang⁴", + "bopomofo" : "ㄒㄧㄤˋ", + "romatzyh" : "shianq" }, + "meanings" : [ "towards", + "to face", + "to turn towards", + "direction", + "to support", + "to side with", + "shortly before", + "formerly", + "always", + "all along", + "(suffix) suitable for ...", + "oriented to ..." ], + "classifiers" : [] }, + { "traditional" : "嚮", + "transcriptions" : { "pinyin" : "xiàng", + "numeric" : "xiang4", + "wadegiles" : "hsiang⁴", + "bopomofo" : "ㄒㄧㄤˋ", + "romatzyh" : "shianq" }, + "meanings" : [ "to tend toward", + "to guide", + "variant of 向" ], + "classifiers" : [] }, + { "traditional" : "曏", + "transcriptions" : { "pinyin" : "xiàng", + "numeric" : "xiang4", + "wadegiles" : "hsiang⁴", + "bopomofo" : "ㄒㄧㄤˋ", + "romatzyh" : "shianq" }, + "meanings" : [ "variant of 向", + "direction", + "orientation", + "to face", + "to turn toward", + "to", + "towards", + "shortly before", + "formerly" ], + "classifiers" : [] } ] }, + { "simplified" : "向导", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 15744, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嚮導", + "transcriptions" : { "pinyin" : "xiàng dǎo", + "numeric" : "xiang4 dao3", + "wadegiles" : "hsiang⁴ tao³", + "bopomofo" : "ㄒㄧㄤˋ ㄉㄠˇ", + "romatzyh" : "shianq dao" }, + "meanings" : [ "guide" ], + "classifiers" : [] } ] }, + { "simplified" : "向来", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12301, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "向來", + "transcriptions" : { "pinyin" : "xiàng lái", + "numeric" : "xiang4 lai2", + "wadegiles" : "hsiang⁴ lai²", + "bopomofo" : "ㄒㄧㄤˋ ㄌㄞˊ", + "romatzyh" : "shianq lai" }, + "meanings" : [ "always (previously)" ], + "classifiers" : [] } ] }, + { "simplified" : "向前", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 4314, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "向前", + "transcriptions" : { "pinyin" : "xiàng qián", + "numeric" : "xiang4 qian2", + "wadegiles" : "hsiang⁴ ch'ien²", + "bopomofo" : "ㄒㄧㄤˋ ㄑㄧㄢˊ", + "romatzyh" : "shianq chyan" }, + "meanings" : [ "forward", "onward" ], + "classifiers" : [] } ] }, + { "simplified" : "向上", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 6564, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "向上", + "transcriptions" : { "pinyin" : "xiàng shàng", + "numeric" : "xiang4 shang4", + "wadegiles" : "hsiang⁴ shang⁴", + "bopomofo" : "ㄒㄧㄤˋ ㄕㄤˋ", + "romatzyh" : "shianq shanq" }, + "meanings" : [ "upward", + "up", + "to advance", + "to try to improve oneself", + "to make progress" ], + "classifiers" : [] } ] }, + { "simplified" : "向往", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8559, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "嚮往", + "transcriptions" : { "pinyin" : "xiàng wǎng", + "numeric" : "xiang4 wang3", + "wadegiles" : "hsiang⁴ wang³", + "bopomofo" : "ㄒㄧㄤˋ ㄨㄤˇ", + "romatzyh" : "shianq woang" }, + "meanings" : [ "to yearn for", + "to look forward to" ], + "classifiers" : [] } ] }, + { "simplified" : "向着", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 13962, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "向著", + "transcriptions" : { "pinyin" : "xiàng zhe", + "numeric" : "xiang4 zhe5", + "wadegiles" : "hsiang⁴ zhe", + "bopomofo" : "ㄒㄧㄤˋ zhe", + "romatzyh" : "shianq zhe" }, + "meanings" : [ "towards", + "facing (sb or sth)", + "(coll.) to side with", + "to favor" ], + "classifiers" : [] } ] }, + { "simplified" : "巷", + "radical" : "巳", + "level" : [ "old-6" ], + "frequency" : 9123, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "巷", + "transcriptions" : { "pinyin" : "xiàng", + "numeric" : "xiang4", + "wadegiles" : "hsiang⁴", + "bopomofo" : "ㄒㄧㄤˋ", + "romatzyh" : "shianq" }, + "meanings" : [ "lane", "alley" ], + "classifiers" : [] } ] }, + { "simplified" : "项", + "radical" : "页", + "level" : [ "new-4", "old-5" ], + "frequency" : 837, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "項", + "transcriptions" : { "pinyin" : "Xiàng", + "numeric" : "Xiang4", + "wadegiles" : "hsiang⁴", + "bopomofo" : "ㄒㄧㄤˋ", + "romatzyh" : "shianq" }, + "meanings" : [ "surname Xiang" ], + "classifiers" : [] }, + { "traditional" : "項", + "transcriptions" : { "pinyin" : "xiàng", + "numeric" : "xiang4", + "wadegiles" : "hsiang⁴", + "bopomofo" : "ㄒㄧㄤˋ", + "romatzyh" : "shianq" }, + "meanings" : [ "back of neck", + "item", + "thing", + "term (in a mathematical formula)", + "sum (of money)", + "classifier for principles, items, clauses, tasks, research projects etc" ], + "classifiers" : [] } ] }, + { "simplified" : "项链", + "radical" : "页", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6716, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "項鏈", + "transcriptions" : { "pinyin" : "xiàng liàn", + "numeric" : "xiang4 lian4", + "wadegiles" : "hsiang⁴ lien⁴", + "bopomofo" : "ㄒㄧㄤˋ ㄌㄧㄢˋ", + "romatzyh" : "shianq liann" }, + "meanings" : [ "necklace" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "项目", + "radical" : "页", + "level" : [ "new-4", "old-5" ], + "frequency" : 908, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "項目", + "transcriptions" : { "pinyin" : "xiàng mù", + "numeric" : "xiang4 mu4", + "wadegiles" : "hsiang⁴ mu⁴", + "bopomofo" : "ㄒㄧㄤˋ ㄇㄨˋ", + "romatzyh" : "shianq muh" }, + "meanings" : [ "item", + "project", + "(sports) event" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "象棋", + "radical" : "豕", + "level" : [ "old-5" ], + "frequency" : 15393, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "象棋", + "transcriptions" : { "pinyin" : "xiàng qí", + "numeric" : "xiang4 qi2", + "wadegiles" : "hsiang⁴ ch'i²", + "bopomofo" : "ㄒㄧㄤˋ ㄑㄧˊ", + "romatzyh" : "shianq chyi" }, + "meanings" : [ "Chinese chess" ], + "classifiers" : [ "副" ] } ] }, + { "simplified" : "象征", + "radical" : "豕", + "level" : [ "new-5", "old-5" ], + "frequency" : 5049, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "象徵", + "transcriptions" : { "pinyin" : "xiàng zhēng", + "numeric" : "xiang4 zheng1", + "wadegiles" : "hsiang⁴ cheng¹", + "bopomofo" : "ㄒㄧㄤˋ ㄓㄥ", + "romatzyh" : "shianq jeng" }, + "meanings" : [ "emblem", + "symbol", + "token", + "badge", + "to symbolize", + "to signify", + "to stand for" ], + "classifiers" : [] } ] }, + { "simplified" : "像", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 151, + "pos" : [ "v", "p", "n", "d" ], + "forms" : [ { "traditional" : "像", + "transcriptions" : { "pinyin" : "xiàng", + "numeric" : "xiang4", + "wadegiles" : "hsiang⁴", + "bopomofo" : "ㄒㄧㄤˋ", + "romatzyh" : "shianq" }, + "meanings" : [ "to resemble", + "to be like", + "to look as if", + "such as", + "appearance", + "image", + "portrait", + "image under a mapping (math.)" ], + "classifiers" : [] } ] }, + { "simplified" : "像样", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 14848, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "像樣", + "transcriptions" : { "pinyin" : "xiàng yàng", + "numeric" : "xiang4 yang4", + "wadegiles" : "hsiang⁴ yang⁴", + "bopomofo" : "ㄒㄧㄤˋ ㄧㄤˋ", + "romatzyh" : "shianq yanq" }, + "meanings" : [ "presentable", + "decent", + "up to par" ], + "classifiers" : [] } ] }, + { "simplified" : "橡胶", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 7485, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "橡膠", + "transcriptions" : { "pinyin" : "xiàng jiāo", + "numeric" : "xiang4 jiao1", + "wadegiles" : "hsiang⁴ chiao¹", + "bopomofo" : "ㄒㄧㄤˋ ㄐㄧㄠ", + "romatzyh" : "shianq jiau" }, + "meanings" : [ "rubber", "caoutchouc" ], + "classifiers" : [] } ] }, + { "simplified" : "橡皮", + "radical" : "木", + "level" : [ "new-7+", "old-5" ], + "frequency" : 17575, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "橡皮", + "transcriptions" : { "pinyin" : "xiàng pí", + "numeric" : "xiang4 pi2", + "wadegiles" : "hsiang⁴ p'i²", + "bopomofo" : "ㄒㄧㄤˋ ㄆㄧˊ", + "romatzyh" : "shianq pyi" }, + "meanings" : [ "rubber", "an eraser" ], + "classifiers" : [ "块" ] } ] }, + { "simplified" : "消", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 5407, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "消", + "transcriptions" : { "pinyin" : "xiāo", + "numeric" : "xiao1", + "wadegiles" : "hsiao¹", + "bopomofo" : "ㄒㄧㄠ", + "romatzyh" : "shiau" }, + "meanings" : [ "to diminish; to subside", + "to consume; to reduce", + "to idle away (the time)", + "(after 不 or 只 or 何 etc) to need; to require; to take" ], + "classifiers" : [] } ] }, + { "simplified" : "消沉", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 18836, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "消沉", + "transcriptions" : { "pinyin" : "xiāo chén", + "numeric" : "xiao1 chen2", + "wadegiles" : "hsiao¹ ch'en²", + "bopomofo" : "ㄒㄧㄠ ㄔㄣˊ", + "romatzyh" : "shiau chern" }, + "meanings" : [ "depressed", + "bad mood", + "low spirit" ], + "classifiers" : [] } ] }, + { "simplified" : "消除", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 3789, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "消除", + "transcriptions" : { "pinyin" : "xiāo chú", + "numeric" : "xiao1 chu2", + "wadegiles" : "hsiao¹ ch'u²", + "bopomofo" : "ㄒㄧㄠ ㄔㄨˊ", + "romatzyh" : "shiau chwu" }, + "meanings" : [ "to eliminate", "to remove" ], + "classifiers" : [] } ] }, + { "simplified" : "消毒", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 7069, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "消毒", + "transcriptions" : { "pinyin" : "xiāo dú", + "numeric" : "xiao1 du2", + "wadegiles" : "hsiao¹ tu²", + "bopomofo" : "ㄒㄧㄠ ㄉㄨˊ", + "romatzyh" : "shiau dwu" }, + "meanings" : [ "to disinfect; to sterilize" ], + "classifiers" : [] } ] }, + { "simplified" : "消防", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 3685, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "消防", + "transcriptions" : { "pinyin" : "xiāo fáng", + "numeric" : "xiao1 fang2", + "wadegiles" : "hsiao¹ fang²", + "bopomofo" : "ㄒㄧㄠ ㄈㄤˊ", + "romatzyh" : "shiau farng" }, + "meanings" : [ "firefighting", "fire control" ], + "classifiers" : [] } ] }, + { "simplified" : "消费", + "radical" : "氵", + "level" : [ "new-3", "old-5" ], + "frequency" : 4382, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "消費", + "transcriptions" : { "pinyin" : "xiāo fèi", + "numeric" : "xiao1 fei4", + "wadegiles" : "hsiao¹ fei⁴", + "bopomofo" : "ㄒㄧㄠ ㄈㄟˋ", + "romatzyh" : "shiau fey" }, + "meanings" : [ "to consume", "to spend" ], + "classifiers" : [] } ] }, + { "simplified" : "消费者", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 7354, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "消費者", + "transcriptions" : { "pinyin" : "xiāo fèi zhě", + "numeric" : "xiao1 fei4 zhe3", + "wadegiles" : "hsiao¹ fei⁴ che³", + "bopomofo" : "ㄒㄧㄠ ㄈㄟˋ ㄓㄜˇ", + "romatzyh" : "shiau fey jee" }, + "meanings" : [ "consumer" ], + "classifiers" : [] } ] }, + { "simplified" : "消耗", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 6744, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "消耗", + "transcriptions" : { "pinyin" : "xiāo hào", + "numeric" : "xiao1 hao4", + "wadegiles" : "hsiao¹ hao⁴", + "bopomofo" : "ㄒㄧㄠ ㄏㄠˋ", + "romatzyh" : "shiau haw" }, + "meanings" : [ "to use up", "to consume" ], + "classifiers" : [] } ] }, + { "simplified" : "消化", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 5399, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "消化", + "transcriptions" : { "pinyin" : "xiāo huà", + "numeric" : "xiao1 hua4", + "wadegiles" : "hsiao¹ hua⁴", + "bopomofo" : "ㄒㄧㄠ ㄏㄨㄚˋ", + "romatzyh" : "shiau huah" }, + "meanings" : [ "to digest (food)", + "(fig.) to absorb (information etc); to assimilate; to process" ], + "classifiers" : [] } ] }, + { "simplified" : "消极", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 7959, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "消極", + "transcriptions" : { "pinyin" : "xiāo jí", + "numeric" : "xiao1 ji2", + "wadegiles" : "hsiao¹ chi²", + "bopomofo" : "ㄒㄧㄠ ㄐㄧˊ", + "romatzyh" : "shiau jyi" }, + "meanings" : [ "negative", "passive", "inactive" ], + "classifiers" : [] } ] }, + { "simplified" : "消灭", + "radical" : "氵", + "level" : [ "new-6", "old-5" ], + "frequency" : 4105, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "消滅", + "transcriptions" : { "pinyin" : "xiāo miè", + "numeric" : "xiao1 mie4", + "wadegiles" : "hsiao¹ mieh⁴", + "bopomofo" : "ㄒㄧㄠ ㄇㄧㄝˋ", + "romatzyh" : "shiau mieh" }, + "meanings" : [ "to put an end to", + "to annihilate", + "to cause to perish", + "to perish", + "annihilation (in quantum field theory)" ], + "classifiers" : [] } ] }, + { "simplified" : "消遣", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 15871, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "消遣", + "transcriptions" : { "pinyin" : "xiāo qiǎn", + "numeric" : "xiao1 qian3", + "wadegiles" : "hsiao¹ ch'ien³", + "bopomofo" : "ㄒㄧㄠ ㄑㄧㄢˇ", + "romatzyh" : "shiau chean" }, + "meanings" : [ "to while the time away", + "amusement", + "pastime", + "recreation", + "to make sport of" ], + "classifiers" : [] } ] }, + { "simplified" : "消失", + "radical" : "氵", + "level" : [ "new-3", "old-5" ], + "frequency" : 1528, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "消失", + "transcriptions" : { "pinyin" : "xiāo shī", + "numeric" : "xiao1 shi1", + "wadegiles" : "hsiao¹ shih¹", + "bopomofo" : "ㄒㄧㄠ ㄕ", + "romatzyh" : "shiau shy" }, + "meanings" : [ "to disappear; to fade away" ], + "classifiers" : [] } ] }, + { "simplified" : "消息", + "radical" : "氵", + "level" : [ "new-3", "old-4" ], + "frequency" : 448, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "消息", + "transcriptions" : { "pinyin" : "xiāo xi", + "numeric" : "xiao1 xi5", + "wadegiles" : "hsiao¹ xi", + "bopomofo" : "ㄒㄧㄠ xi", + "romatzyh" : "shiau xi" }, + "meanings" : [ "news", "information" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "萧条", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 16548, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "蕭條", + "transcriptions" : { "pinyin" : "xiāo tiáo", + "numeric" : "xiao1 tiao2", + "wadegiles" : "hsiao¹ t'iao²", + "bopomofo" : "ㄒㄧㄠ ㄊㄧㄠˊ", + "romatzyh" : "shiau tyau" }, + "meanings" : [ "bleak; desolate", + "(economics) in a slump; sluggish; depressed" ], + "classifiers" : [] } ] }, + { "simplified" : "销", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 11332, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "銷", + "transcriptions" : { "pinyin" : "xiāo", + "numeric" : "xiao1", + "wadegiles" : "hsiao¹", + "bopomofo" : "ㄒㄧㄠ", + "romatzyh" : "shiau" }, + "meanings" : [ "to melt (metal)", + "to cancel; to annul", + "to sell", + "to expend; to spend", + "pin; bolt", + "to fasten with a pin or bolt" ], + "classifiers" : [] } ] }, + { "simplified" : "销毁", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9028, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "銷毀", + "transcriptions" : { "pinyin" : "xiāo huǐ", + "numeric" : "xiao1 hui3", + "wadegiles" : "hsiao¹ hui³", + "bopomofo" : "ㄒㄧㄠ ㄏㄨㄟˇ", + "romatzyh" : "shiau hoei" }, + "meanings" : [ "to destroy (by melting or burning)", + "to obliterate" ], + "classifiers" : [] } ] }, + { "simplified" : "销量", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 6489, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "銷量", + "transcriptions" : { "pinyin" : "xiāo liàng", + "numeric" : "xiao1 liang4", + "wadegiles" : "hsiao¹ liang⁴", + "bopomofo" : "ㄒㄧㄠ ㄌㄧㄤˋ", + "romatzyh" : "shiau lianq" }, + "meanings" : [ "sales volume" ], + "classifiers" : [] } ] }, + { "simplified" : "销售", + "radical" : "钅", + "level" : [ "new-4", "old-5" ], + "frequency" : 1999, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "銷售", + "transcriptions" : { "pinyin" : "xiāo shòu", + "numeric" : "xiao1 shou4", + "wadegiles" : "hsiao¹ shou⁴", + "bopomofo" : "ㄒㄧㄠ ㄕㄡˋ", + "romatzyh" : "shiau show" }, + "meanings" : [ "to sell", + "to market", + "sales (representative, agreement etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "潇洒", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10096, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "瀟灑", + "transcriptions" : { "pinyin" : "xiāo sǎ", + "numeric" : "xiao1 sa3", + "wadegiles" : "hsiao¹ sa³", + "bopomofo" : "ㄒㄧㄠ ㄙㄚˇ", + "romatzyh" : "shiau saa" }, + "meanings" : [ "confident and at ease", + "free and easy" ], + "classifiers" : [] } ] }, + { "simplified" : "小", + "radical" : "小", + "level" : [ "new-1", "old-1" ], + "frequency" : 100, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "小", + "transcriptions" : { "pinyin" : "xiǎo", + "numeric" : "xiao3", + "wadegiles" : "hsiao³", + "bopomofo" : "ㄒㄧㄠˇ", + "romatzyh" : "sheau" }, + "meanings" : [ "small", "tiny", "few", "young" ], + "classifiers" : [] } ] }, + { "simplified" : "小吃", + "radical" : "小", + "level" : [ "new-4", "old-5" ], + "frequency" : 10263, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小吃", + "transcriptions" : { "pinyin" : "xiǎo chī", + "numeric" : "xiao3 chi1", + "wadegiles" : "hsiao³ ch'ih¹", + "bopomofo" : "ㄒㄧㄠˇ ㄔ", + "romatzyh" : "sheau chy" }, + "meanings" : [ "snack", "refreshments" ], + "classifiers" : [ "家" ] } ] }, + { "simplified" : "小丑", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 10969, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小丑", + "transcriptions" : { "pinyin" : "xiǎo chǒu", + "numeric" : "xiao3 chou3", + "wadegiles" : "hsiao³ ch'ou³", + "bopomofo" : "ㄒㄧㄠˇ ㄔㄡˇ", + "romatzyh" : "sheau choou" }, + "meanings" : [ "clown" ], + "classifiers" : [] } ] }, + { "simplified" : "小贩", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 16732, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小販", + "transcriptions" : { "pinyin" : "xiǎo fàn", + "numeric" : "xiao3 fan4", + "wadegiles" : "hsiao³ fan⁴", + "bopomofo" : "ㄒㄧㄠˇ ㄈㄢˋ", + "romatzyh" : "sheau fann" }, + "meanings" : [ "peddler", "hawker" ], + "classifiers" : [] } ] }, + { "simplified" : "小费", + "radical" : "小", + "level" : [ "new-6" ], + "frequency" : 17358, + "pos" : [ "nr", "n" ], + "forms" : [ { "traditional" : "小費", + "transcriptions" : { "pinyin" : "xiǎo fèi", + "numeric" : "xiao3 fei4", + "wadegiles" : "hsiao³ fei⁴", + "bopomofo" : "ㄒㄧㄠˇ ㄈㄟˋ", + "romatzyh" : "sheau fey" }, + "meanings" : [ "tip", "gratuity" ], + "classifiers" : [] } ] }, + { "simplified" : "小孩儿", + "radical" : "小", + "level" : [ "new-1" ], + "frequency" : 25607, + "pos" : [], + "forms" : [ { "traditional" : "小孩兒", + "transcriptions" : { "pinyin" : "xiǎo hái r", + "numeric" : "xiao3 hai2 r5", + "wadegiles" : "hsiao³ hai² r", + "bopomofo" : "ㄒㄧㄠˇ ㄏㄞˊ r", + "romatzyh" : "sheau hair r" }, + "meanings" : [ "erhua variant of 孩" ], + "classifiers" : [] } ] }, + { "simplified" : "小伙子", + "radical" : "小", + "level" : [ "new-4", "old-5" ], + "frequency" : 4267, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小伙子", + "transcriptions" : { "pinyin" : "xiǎo huǒ zi", + "numeric" : "xiao3 huo3 zi5", + "wadegiles" : "hsiao³ huo³ zi", + "bopomofo" : "ㄒㄧㄠˇ ㄏㄨㄛˇ zi", + "romatzyh" : "sheau huoo zi" }, + "meanings" : [ "young man", + "young guy", + "lad", + "youngster" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "小姐", + "radical" : "小", + "level" : [ "new-1", "old-1" ], + "frequency" : 1575, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小姐", + "transcriptions" : { "pinyin" : "xiǎo jie", + "numeric" : "xiao3 jie5", + "wadegiles" : "hsiao³ jie", + "bopomofo" : "ㄒㄧㄠˇ jie", + "romatzyh" : "sheau jie" }, + "meanings" : [ "young lady", + "miss", + "(slang) prostitute" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "小看", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 13789, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "小看", + "transcriptions" : { "pinyin" : "xiǎo kàn", + "numeric" : "xiao3 kan4", + "wadegiles" : "hsiao³ k'an⁴", + "bopomofo" : "ㄒㄧㄠˇ ㄎㄢˋ", + "romatzyh" : "sheau kann" }, + "meanings" : [ "to look down on", + "to underestimate" ], + "classifiers" : [] } ] }, + { "simplified" : "小康", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 27618, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小康", + "transcriptions" : { "pinyin" : "Xiǎo kāng", + "numeric" : "Xiao3 kang1", + "wadegiles" : "hsiao³ k'ang¹", + "bopomofo" : "ㄒㄧㄠˇ ㄎㄤ", + "romatzyh" : "sheau kang" }, + "meanings" : [ "Xiaokang, a Confucian near-ideal state of society, second only to Datong 同" ], + "classifiers" : [] }, + { "traditional" : "小康", + "transcriptions" : { "pinyin" : "xiǎo kāng", + "numeric" : "xiao3 kang1", + "wadegiles" : "hsiao³ k'ang¹", + "bopomofo" : "ㄒㄧㄠˇ ㄎㄤ", + "romatzyh" : "sheau kang" }, + "meanings" : [ "moderately affluent", + "well-off", + "a period of peace and prosperity" ], + "classifiers" : [] } ] }, + { "simplified" : "小路", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 12622, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小路", + "transcriptions" : { "pinyin" : "xiǎo lù", + "numeric" : "xiao3 lu4", + "wadegiles" : "hsiao³ lu⁴", + "bopomofo" : "ㄒㄧㄠˇ ㄌㄨˋ", + "romatzyh" : "sheau luh" }, + "meanings" : [ "minor road", + "lane", + "pathway", + "trail" ], + "classifiers" : [] } ] }, + { "simplified" : "小麦", + "radical" : "小", + "level" : [ "new-6", "old-5" ], + "frequency" : 8774, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小麥", + "transcriptions" : { "pinyin" : "xiǎo mài", + "numeric" : "xiao3 mai4", + "wadegiles" : "hsiao³ mai⁴", + "bopomofo" : "ㄒㄧㄠˇ ㄇㄞˋ", + "romatzyh" : "sheau may" }, + "meanings" : [ "wheat" ], + "classifiers" : [ "粒" ] } ] }, + { "simplified" : "小朋友", + "radical" : "小", + "level" : [ "new-1" ], + "frequency" : 4536, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小朋友", + "transcriptions" : { "pinyin" : "xiǎo péng yǒu", + "numeric" : "xiao3 peng2 you3", + "wadegiles" : "hsiao³ p'eng² yu³", + "bopomofo" : "ㄒㄧㄠˇ ㄆㄥˊ ㄧㄡˇ", + "romatzyh" : "sheau perng yeou" }, + "meanings" : [ "child" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "小品", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 8510, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小品", + "transcriptions" : { "pinyin" : "xiǎo pǐn", + "numeric" : "xiao3 pin3", + "wadegiles" : "hsiao³ p'in³", + "bopomofo" : "ㄒㄧㄠˇ ㄆㄧㄣˇ", + "romatzyh" : "sheau piin" }, + "meanings" : [ "short, simple literary or artistic creation", + "essay", + "skit" ], + "classifiers" : [] } ] }, + { "simplified" : "小气", + "radical" : "小", + "level" : [ "new-7+", "old-5" ], + "frequency" : 13236, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "小氣", + "transcriptions" : { "pinyin" : "xiǎo qì", + "numeric" : "xiao3 qi4", + "wadegiles" : "hsiao³ ch'i⁴", + "bopomofo" : "ㄒㄧㄠˇ ㄑㄧˋ", + "romatzyh" : "sheau chih" }, + "meanings" : [ "stingy", + "miserly", + "narrow-minded", + "petty" ], + "classifiers" : [] } ] }, + { "simplified" : "小区", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 6982, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小區", + "transcriptions" : { "pinyin" : "xiǎo qū", + "numeric" : "xiao3 qu1", + "wadegiles" : "hsiao³ ch'ü¹", + "bopomofo" : "ㄒㄧㄠˇ ㄑㄩ", + "romatzyh" : "sheau chiu" }, + "meanings" : [ "neighborhood", "district" ], + "classifiers" : [] } ] }, + { "simplified" : "小曲", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 34172, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "小曲", + "transcriptions" : { "pinyin" : "xiǎo qǔ", + "numeric" : "xiao3 qu3", + "wadegiles" : "hsiao³ ch'ü³", + "bopomofo" : "ㄒㄧㄠˇ ㄑㄩˇ", + "romatzyh" : "sheau cheu" }, + "meanings" : [ "popular song", + "folk tune", + "ballad" ], + "classifiers" : [] } ] }, + { "simplified" : "小人", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 7656, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小人", + "transcriptions" : { "pinyin" : "xiǎo rén", + "numeric" : "xiao3 ren2", + "wadegiles" : "hsiao³ jen²", + "bopomofo" : "ㄒㄧㄠˇ ㄖㄣˊ", + "romatzyh" : "sheau ren" }, + "meanings" : [ "person of low social status (old)", + "I, me (used to refer humbly to oneself)", + "nasty person", + "vile character" ], + "classifiers" : [] } ] }, + { "simplified" : "小声", + "radical" : "小", + "level" : [ "new-2" ], + "frequency" : 7958, + "pos" : [ "v", "d", "ad" ], + "forms" : [ { "traditional" : "小聲", + "transcriptions" : { "pinyin" : "xiǎo shēng", + "numeric" : "xiao3 sheng1", + "wadegiles" : "hsiao³ sheng¹", + "bopomofo" : "ㄒㄧㄠˇ ㄕㄥ", + "romatzyh" : "sheau sheng" }, + "meanings" : [ "in a low voice", + "(speak) in whispers" ], + "classifiers" : [] } ] }, + { "simplified" : "小时", + "radical" : "小", + "level" : [ "new-1", "old-2" ], + "frequency" : 389, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "小時", + "transcriptions" : { "pinyin" : "xiǎo shí", + "numeric" : "xiao3 shi2", + "wadegiles" : "hsiao³ shih²", + "bopomofo" : "ㄒㄧㄠˇ ㄕˊ", + "romatzyh" : "sheau shyr" }, + "meanings" : [ "hour" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "小时候", + "radical" : "小", + "level" : [ "new-2" ], + "frequency" : 3067, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "小時候", + "transcriptions" : { "pinyin" : "xiǎo shí hou", + "numeric" : "xiao3 shi2 hou5", + "wadegiles" : "hsiao³ shih² hou", + "bopomofo" : "ㄒㄧㄠˇ ㄕˊ hou", + "romatzyh" : "sheau shyr hou" }, + "meanings" : [ "in one's childhood" ], + "classifiers" : [] } ] }, + { "simplified" : "小说", + "radical" : "小", + "level" : [ "new-2", "old-4" ], + "frequency" : 2624, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小說", + "transcriptions" : { "pinyin" : "xiǎo shuō", + "numeric" : "xiao3 shuo1", + "wadegiles" : "hsiao³ shuo¹", + "bopomofo" : "ㄒㄧㄠˇ ㄕㄨㄛ", + "romatzyh" : "sheau shuo" }, + "meanings" : [ "novel", "fiction" ], + "classifiers" : [ "本", "部" ] } ] }, + { "simplified" : "小提琴", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 12077, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小提琴", + "transcriptions" : { "pinyin" : "xiǎo tí qín", + "numeric" : "xiao3 ti2 qin2", + "wadegiles" : "hsiao³ t'i² ch'in²", + "bopomofo" : "ㄒㄧㄠˇ ㄊㄧˊ ㄑㄧㄣˊ", + "romatzyh" : "sheau tyi chyn" }, + "meanings" : [ "fiddle", "violin" ], + "classifiers" : [] } ] }, + { "simplified" : "小偷", + "radical" : "小", + "level" : [ "old-5" ], + "frequency" : 5113, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小偷", + "transcriptions" : { "pinyin" : "xiǎo tōu", + "numeric" : "xiao3 tou1", + "wadegiles" : "hsiao³ t'ou¹", + "bopomofo" : "ㄒㄧㄠˇ ㄊㄡ", + "romatzyh" : "sheau tou" }, + "meanings" : [ "thief" ], + "classifiers" : [] } ] }, + { "simplified" : "小偷儿", + "radical" : "小", + "level" : [ "new-5" ], + "frequency" : 147151, + "pos" : [], + "forms" : [ { "traditional" : "小偷兒", + "transcriptions" : { "pinyin" : "xiǎotōur5", + "numeric" : "xiǎotōur5", + "wadegiles" : "xiǎotōur5", + "bopomofo" : "xiǎotōur5", + "romatzyh" : "xiǎotōur5" }, + "meanings" : [ "Thief" ], + "classifiers" : [] } ] }, + { "simplified" : "小溪", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 16437, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小溪", + "transcriptions" : { "pinyin" : "xiǎo xī", + "numeric" : "xiao3 xi1", + "wadegiles" : "hsiao³ hsi¹", + "bopomofo" : "ㄒㄧㄠˇ ㄒㄧ", + "romatzyh" : "sheau shi" }, + "meanings" : [ "brook", "streamlet" ], + "classifiers" : [] } ] }, + { "simplified" : "小心", + "radical" : "小", + "level" : [ "new-2", "old-3" ], + "frequency" : 1411, + "pos" : [ "a", "v", "ad" ], + "forms" : [ { "traditional" : "小心", + "transcriptions" : { "pinyin" : "xiǎo xīn", + "numeric" : "xiao3 xin1", + "wadegiles" : "hsiao³ hsin¹", + "bopomofo" : "ㄒㄧㄠˇ ㄒㄧㄣ", + "romatzyh" : "sheau shin" }, + "meanings" : [ "to be careful", "to take care" ], + "classifiers" : [] } ] }, + { "simplified" : "小心翼翼", + "radical" : "小", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11125, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "小心翼翼", + "transcriptions" : { "pinyin" : "xiǎo xīn yì yì", + "numeric" : "xiao3 xin1 yi4 yi4", + "wadegiles" : "hsiao³ hsin¹ i⁴ i⁴", + "bopomofo" : "ㄒㄧㄠˇ ㄒㄧㄣ ㄧˋ ㄧˋ", + "romatzyh" : "sheau shin yih yih" }, + "meanings" : [ "cautious and solemn (idiom); very carefully", + "prudent", + "gently and cautiously" ], + "classifiers" : [] } ] }, + { "simplified" : "小型", + "radical" : "小", + "level" : [ "new-4" ], + "frequency" : 5057, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "小型", + "transcriptions" : { "pinyin" : "xiǎo xíng", + "numeric" : "xiao3 xing2", + "wadegiles" : "hsiao³ hsing²", + "bopomofo" : "ㄒㄧㄠˇ ㄒㄧㄥˊ", + "romatzyh" : "sheau shyng" }, + "meanings" : [ "small scale", "small size" ], + "classifiers" : [] } ] }, + { "simplified" : "小学", + "radical" : "小", + "level" : [ "new-1" ], + "frequency" : 3819, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小學", + "transcriptions" : { "pinyin" : "xiǎo xué", + "numeric" : "xiao3 xue2", + "wadegiles" : "hsiao³ hsüeh²", + "bopomofo" : "ㄒㄧㄠˇ ㄒㄩㄝˊ", + "romatzyh" : "sheau shyue" }, + "meanings" : [ "elementary school; primary school" ], + "classifiers" : [] } ] }, + { "simplified" : "小学生", + "radical" : "小", + "level" : [ "new-1" ], + "frequency" : 12165, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小學生", + "transcriptions" : { "pinyin" : "xiǎo xué shēng", + "numeric" : "xiao3 xue2 sheng1", + "wadegiles" : "hsiao³ hsüeh² sheng¹", + "bopomofo" : "ㄒㄧㄠˇ ㄒㄩㄝˊ ㄕㄥ", + "romatzyh" : "sheau shyue sheng" }, + "meanings" : [ "primary school student", + "schoolchild", + "(fig.) beginner" ], + "classifiers" : [ "个", "名" ] } ] }, + { "simplified" : "小于", + "radical" : "小", + "level" : [ "new-6" ], + "frequency" : 15276, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "小於", + "transcriptions" : { "pinyin" : "xiǎo yú", + "numeric" : "xiao3 yu2", + "wadegiles" : "hsiao³ yü²", + "bopomofo" : "ㄒㄧㄠˇ ㄩˊ", + "romatzyh" : "sheau yu" }, + "meanings" : [ "less than, <" ], + "classifiers" : [] } ] }, + { "simplified" : "小卒", + "radical" : "小", + "level" : [ "new-7+" ], + "frequency" : 50862, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小卒", + "transcriptions" : { "pinyin" : "xiǎo zú", + "numeric" : "xiao3 zu2", + "wadegiles" : "hsiao³ tsu²", + "bopomofo" : "ㄒㄧㄠˇ ㄗㄨˊ", + "romatzyh" : "sheau tzwu" }, + "meanings" : [ "foot soldier", + "minor figure", + "a nobody", + "(chess) pawn" ], + "classifiers" : [] } ] }, + { "simplified" : "小组", + "radical" : "小", + "level" : [ "new-2" ], + "frequency" : 1652, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "小組", + "transcriptions" : { "pinyin" : "xiǎo zǔ", + "numeric" : "xiao3 zu3", + "wadegiles" : "hsiao³ tsu³", + "bopomofo" : "ㄒㄧㄠˇ ㄗㄨˇ", + "romatzyh" : "sheau tzuu" }, + "meanings" : [ "group" ], + "classifiers" : [] } ] }, + { "simplified" : "晓得", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 5338, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "曉得", + "transcriptions" : { "pinyin" : "xiǎo de", + "numeric" : "xiao3 de5", + "wadegiles" : "hsiao³ de", + "bopomofo" : "ㄒㄧㄠˇ de", + "romatzyh" : "sheau de" }, + "meanings" : [ "to know" ], + "classifiers" : [] } ] }, + { "simplified" : "孝敬", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 23538, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "孝敬", + "transcriptions" : { "pinyin" : "xiào jìng", + "numeric" : "xiao4 jing4", + "wadegiles" : "hsiao⁴ ching⁴", + "bopomofo" : "ㄒㄧㄠˋ ㄐㄧㄥˋ", + "romatzyh" : "shiaw jinq" }, + "meanings" : [ "to show filial respect", + "to give presents (to one's elders or superiors)", + "to support one's aged parents" ], + "classifiers" : [] } ] }, + { "simplified" : "孝顺", + "radical" : "子", + "level" : [ "new-7+", "old-5" ], + "frequency" : 17571, + "pos" : [ "v", "a", "an" ], + "forms" : [ { "traditional" : "孝順", + "transcriptions" : { "pinyin" : "xiào shùn", + "numeric" : "xiao4 shun4", + "wadegiles" : "hsiao⁴ shun⁴", + "bopomofo" : "ㄒㄧㄠˋ ㄕㄨㄣˋ", + "romatzyh" : "shiaw shuenn" }, + "meanings" : [ "filial", + "dutiful", + "devoted to one's parents (and grandparents etc)", + "to show filial piety towards (an older family member)", + "filial piety" ], + "classifiers" : [] } ] }, + { "simplified" : "肖像", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16725, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肖像", + "transcriptions" : { "pinyin" : "xiào xiàng", + "numeric" : "xiao4 xiang4", + "wadegiles" : "hsiao⁴ hsiang⁴", + "bopomofo" : "ㄒㄧㄠˋ ㄒㄧㄤˋ", + "romatzyh" : "shiaw shianq" }, + "meanings" : [ "portrait (painting, photo etc)", + "(in a general sense) representation of a person", + "likeness" ], + "classifiers" : [] } ] }, + { "simplified" : "效仿", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 21781, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "傚仿", + "transcriptions" : { "pinyin" : "xiào fǎng", + "numeric" : "xiao4 fang3", + "wadegiles" : "hsiao⁴ fang³", + "bopomofo" : "ㄒㄧㄠˋ ㄈㄤˇ", + "romatzyh" : "shiaw faang" }, + "meanings" : [ "see 仿效" ], + "classifiers" : [] } ] }, + { "simplified" : "效果", + "radical" : "攵", + "level" : [ "new-3", "old-4" ], + "frequency" : 1352, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "效果", + "transcriptions" : { "pinyin" : "xiào guǒ", + "numeric" : "xiao4 guo3", + "wadegiles" : "hsiao⁴ kuo³", + "bopomofo" : "ㄒㄧㄠˋ ㄍㄨㄛˇ", + "romatzyh" : "shiaw guoo" }, + "meanings" : [ "result", + "effect", + "efficacy", + "(theater) sound or visual effects" ], + "classifiers" : [] } ] }, + { "simplified" : "效力", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 6954, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "效力", + "transcriptions" : { "pinyin" : "xiào lì", + "numeric" : "xiao4 li4", + "wadegiles" : "hsiao⁴ li⁴", + "bopomofo" : "ㄒㄧㄠˋ ㄌㄧˋ", + "romatzyh" : "shiaw lih" }, + "meanings" : [ "effectiveness", + "positive effect", + "to serve (in some capacity)" ], + "classifiers" : [] } ] }, + { "simplified" : "效率", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 5188, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "效率", + "transcriptions" : { "pinyin" : "xiào lu:4", + "numeric" : "xiao4 lü4", + "wadegiles" : "hsiao⁴ lu:4", + "bopomofo" : "ㄒㄧㄠˋ lu:4", + "romatzyh" : "shiaw lu:4" }, + "meanings" : [ "efficiency" ], + "classifiers" : [] } ] }, + { "simplified" : "效益", + "radical" : "攵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16352, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "效益", + "transcriptions" : { "pinyin" : "xiào yì", + "numeric" : "xiao4 yi4", + "wadegiles" : "hsiao⁴ i⁴", + "bopomofo" : "ㄒㄧㄠˋ ㄧˋ", + "romatzyh" : "shiaw yih" }, + "meanings" : [ "benefit", + "effectiveness", + "efficiency" ], + "classifiers" : [] } ] }, + { "simplified" : "效应", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 5050, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "效應", + "transcriptions" : { "pinyin" : "xiào yìng", + "numeric" : "xiao4 ying4", + "wadegiles" : "hsiao⁴ ying⁴", + "bopomofo" : "ㄒㄧㄠˋ ㄧㄥˋ", + "romatzyh" : "shiaw yinq" }, + "meanings" : [ "effect (scientific phenomenon)" ], + "classifiers" : [] } ] }, + { "simplified" : "校园", + "radical" : "木", + "level" : [ "new-2" ], + "frequency" : 4303, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "校園", + "transcriptions" : { "pinyin" : "xiào yuán", + "numeric" : "xiao4 yuan2", + "wadegiles" : "hsiao⁴ yüan²", + "bopomofo" : "ㄒㄧㄠˋ ㄩㄢˊ", + "romatzyh" : "shiaw yuan" }, + "meanings" : [ "campus" ], + "classifiers" : [] } ] }, + { "simplified" : "校长", + "radical" : "木", + "level" : [ "new-2", "old-3" ], + "frequency" : 3365, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "校長", + "transcriptions" : { "pinyin" : "xiào zhǎng", + "numeric" : "xiao4 zhang3", + "wadegiles" : "hsiao⁴ chang³", + "bopomofo" : "ㄒㄧㄠˋ ㄓㄤˇ", + "romatzyh" : "shiaw jaang" }, + "meanings" : [ "(college, university) president", + "headmaster" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "笑", + "radical" : "⺮", + "level" : [ "new-1", "old-2" ], + "frequency" : 382, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "咲", + "transcriptions" : { "pinyin" : "xiào", + "numeric" : "xiao4", + "wadegiles" : "hsiao⁴", + "bopomofo" : "ㄒㄧㄠˋ", + "romatzyh" : "shiaw" }, + "meanings" : [ "old variant of 笑" ], + "classifiers" : [] }, + { "traditional" : "笑", + "transcriptions" : { "pinyin" : "xiào", + "numeric" : "xiao4", + "wadegiles" : "hsiao⁴", + "bopomofo" : "ㄒㄧㄠˋ", + "romatzyh" : "shiaw" }, + "meanings" : [ "to laugh; to smile", + "to laugh at" ], + "classifiers" : [] } ] }, + { "simplified" : "笑话", + "radical" : "⺮", + "level" : [ "new-2", "old-4" ], + "frequency" : 4078, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "笑話", + "transcriptions" : { "pinyin" : "xiào hua", + "numeric" : "xiao4 hua5", + "wadegiles" : "hsiao⁴ hua", + "bopomofo" : "ㄒㄧㄠˋ hua", + "romatzyh" : "shiaw hua" }, + "meanings" : [ "joke; jest", + "to laugh at; to mock" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "笑话儿", + "radical" : "⺮", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "笑話兒", + "transcriptions" : { "pinyin" : "xiàohuar5", + "numeric" : "xiàohuar5", + "wadegiles" : "xiàohuar5", + "bopomofo" : "xiàohuar5", + "romatzyh" : "xiàohuar5" }, + "meanings" : [ "Joke" ], + "classifiers" : [] } ] }, + { "simplified" : "笑脸", + "radical" : "⺮", + "level" : [ "new-6" ], + "frequency" : 9303, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "笑臉", + "transcriptions" : { "pinyin" : "xiào liǎn", + "numeric" : "xiao4 lian3", + "wadegiles" : "hsiao⁴ lien³", + "bopomofo" : "ㄒㄧㄠˋ ㄌㄧㄢˇ", + "romatzyh" : "shiaw lean" }, + "meanings" : [ "smiling face", "smiley :) ☺" ], + "classifiers" : [ "副" ] } ] }, + { "simplified" : "笑容", + "radical" : "⺮", + "level" : [ "new-6" ], + "frequency" : 3774, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "笑容", + "transcriptions" : { "pinyin" : "xiào róng", + "numeric" : "xiao4 rong2", + "wadegiles" : "hsiao⁴ jung²", + "bopomofo" : "ㄒㄧㄠˋ ㄖㄨㄥˊ", + "romatzyh" : "shiaw rong" }, + "meanings" : [ "smile", "smiling expression" ], + "classifiers" : [ "副" ] } ] }, + { "simplified" : "笑声", + "radical" : "⺮", + "level" : [ "new-6" ], + "frequency" : 7252, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "笑聲", + "transcriptions" : { "pinyin" : "xiào shēng", + "numeric" : "xiao4 sheng1", + "wadegiles" : "hsiao⁴ sheng¹", + "bopomofo" : "ㄒㄧㄠˋ ㄕㄥ", + "romatzyh" : "shiaw sheng" }, + "meanings" : [ "laughter" ], + "classifiers" : [] } ] }, + { "simplified" : "些", + "radical" : "二", + "level" : [ "new-4", "old-1" ], + "frequency" : 611, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "些", + "transcriptions" : { "pinyin" : "xiē", + "numeric" : "xie1", + "wadegiles" : "hsieh¹", + "bopomofo" : "ㄒㄧㄝ", + "romatzyh" : "shie" }, + "meanings" : [ "classifier indicating a small amount or small number greater than 1: some, a few, several" ], + "classifiers" : [] } ] }, + { "simplified" : "歇", + "radical" : "欠", + "level" : [ "new-5", "old-5" ], + "frequency" : 6962, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "歇", + "transcriptions" : { "pinyin" : "xiē", + "numeric" : "xie1", + "wadegiles" : "hsieh¹", + "bopomofo" : "ㄒㄧㄝ", + "romatzyh" : "shie" }, + "meanings" : [ "to rest", + "to take a break", + "to stop", + "to halt", + "(dialect) to sleep", + "a moment", + "a short while" ], + "classifiers" : [] } ] }, + { "simplified" : "协调", + "radical" : "十", + "level" : [ "new-6", "old-5" ], + "frequency" : 4200, + "pos" : [ "v", "vn", "a", "ad", "an" ], + "forms" : [ { "traditional" : "協調", + "transcriptions" : { "pinyin" : "xié tiáo", + "numeric" : "xie2 tiao2", + "wadegiles" : "hsieh² t'iao²", + "bopomofo" : "ㄒㄧㄝˊ ㄊㄧㄠˊ", + "romatzyh" : "shye tyau" }, + "meanings" : [ "to coordinate", + "to harmonize", + "to fit together", + "to match (colors etc)", + "harmonious", + "concerted" ], + "classifiers" : [] } ] }, + { "simplified" : "协定", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 7490, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "協定", + "transcriptions" : { "pinyin" : "xié dìng", + "numeric" : "xie2 ding4", + "wadegiles" : "hsieh² ting⁴", + "bopomofo" : "ㄒㄧㄝˊ ㄉㄧㄥˋ", + "romatzyh" : "shye dinq" }, + "meanings" : [ "agreement", + "accord", + "to reach an agreement" ], + "classifiers" : [] } ] }, + { "simplified" : "协会", + "radical" : "十", + "level" : [ "new-6", "old-6" ], + "frequency" : 2517, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "協會", + "transcriptions" : { "pinyin" : "xié huì", + "numeric" : "xie2 hui4", + "wadegiles" : "hsieh² hui⁴", + "bopomofo" : "ㄒㄧㄝˊ ㄏㄨㄟˋ", + "romatzyh" : "shye huey" }, + "meanings" : [ "an association", "a society" ], + "classifiers" : [ "个", "家" ] } ] }, + { "simplified" : "协商", + "radical" : "十", + "level" : [ "new-6", "old-6" ], + "frequency" : 7011, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "協商", + "transcriptions" : { "pinyin" : "xié shāng", + "numeric" : "xie2 shang1", + "wadegiles" : "hsieh² shang¹", + "bopomofo" : "ㄒㄧㄝˊ ㄕㄤ", + "romatzyh" : "shye shang" }, + "meanings" : [ "to consult with", + "to talk things over", + "agreement" ], + "classifiers" : [] } ] }, + { "simplified" : "协同", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 12214, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "協同", + "transcriptions" : { "pinyin" : "xié tóng", + "numeric" : "xie2 tong2", + "wadegiles" : "hsieh² t'ung²", + "bopomofo" : "ㄒㄧㄝˊ ㄊㄨㄥˊ", + "romatzyh" : "shye torng" }, + "meanings" : [ "to cooperate", + "in coordination with", + "coordinated", + "collaborate", + "collaboration", + "collaborative" ], + "classifiers" : [] } ] }, + { "simplified" : "协议", + "radical" : "十", + "level" : [ "new-5", "old-6" ], + "frequency" : 1554, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "協議", + "transcriptions" : { "pinyin" : "xié yì", + "numeric" : "xie2 yi4", + "wadegiles" : "hsieh² i⁴", + "bopomofo" : "ㄒㄧㄝˊ ㄧˋ", + "romatzyh" : "shye yih" }, + "meanings" : [ "agreement", "pact", "protocol" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "协议书", + "radical" : "十", + "level" : [ "new-5" ], + "frequency" : 16037, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "協議書", + "transcriptions" : { "pinyin" : "xié yì shū", + "numeric" : "xie2 yi4 shu1", + "wadegiles" : "hsieh² i⁴ shu¹", + "bopomofo" : "ㄒㄧㄝˊ ㄧˋ ㄕㄨ", + "romatzyh" : "shye yih shu" }, + "meanings" : [ "contract", "protocol" ], + "classifiers" : [] } ] }, + { "simplified" : "协助", + "radical" : "十", + "level" : [ "new-6", "old-6" ], + "frequency" : 3724, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "協助", + "transcriptions" : { "pinyin" : "xié zhù", + "numeric" : "xie2 zhu4", + "wadegiles" : "hsieh² chu⁴", + "bopomofo" : "ㄒㄧㄝˊ ㄓㄨˋ", + "romatzyh" : "shye juh" }, + "meanings" : [ "to provide assistance", "to aid" ], + "classifiers" : [] } ] }, + { "simplified" : "协作", + "radical" : "十", + "level" : [ "new-7+" ], + "frequency" : 9517, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "協作", + "transcriptions" : { "pinyin" : "xié zuò", + "numeric" : "xie2 zuo4", + "wadegiles" : "hsieh² tso⁴", + "bopomofo" : "ㄒㄧㄝˊ ㄗㄨㄛˋ", + "romatzyh" : "shye tzuoh" }, + "meanings" : [ "cooperation", "coordination" ], + "classifiers" : [] } ] }, + { "simplified" : "邪", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 5941, + "pos" : [ "a", "g", "y" ], + "forms" : [ { "traditional" : "衺", + "transcriptions" : { "pinyin" : "xié", + "numeric" : "xie2", + "wadegiles" : "hsieh²", + "bopomofo" : "ㄒㄧㄝˊ", + "romatzyh" : "shye" }, + "meanings" : [ "old variant of 邪" ], + "classifiers" : [] }, + { "traditional" : "邪", + "transcriptions" : { "pinyin" : "xié", + "numeric" : "xie2", + "wadegiles" : "hsieh²", + "bopomofo" : "ㄒㄧㄝˊ", + "romatzyh" : "shye" }, + "meanings" : [ "demonic", + "iniquitous", + "nefarious", + "evil", + "unhealthy influences that cause disease (Chinese medicine)", + "(coll.) strange", + "abnormal" ], + "classifiers" : [] } ] }, + { "simplified" : "邪恶", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 4300, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "邪惡", + "transcriptions" : { "pinyin" : "xié è", + "numeric" : "xie2 e4", + "wadegiles" : "hsieh² e⁴", + "bopomofo" : "ㄒㄧㄝˊ ㄜˋ", + "romatzyh" : "shye eh" }, + "meanings" : [ "sinister", + "vicious", + "wicked", + "evil" ], + "classifiers" : [] } ] }, + { "simplified" : "挟持", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 19182, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "挾持", + "transcriptions" : { "pinyin" : "xié chí", + "numeric" : "xie2 chi2", + "wadegiles" : "hsieh² ch'ih²", + "bopomofo" : "ㄒㄧㄝˊ ㄔˊ", + "romatzyh" : "shye chyr" }, + "meanings" : [ "to seize" ], + "classifiers" : [] } ] }, + { "simplified" : "斜", + "radical" : "斗", + "level" : [ "new-5", "old-5" ], + "frequency" : 7766, + "pos" : [ "ad", "v", "a" ], + "forms" : [ { "traditional" : "斜", + "transcriptions" : { "pinyin" : "xié", + "numeric" : "xie2", + "wadegiles" : "hsieh²", + "bopomofo" : "ㄒㄧㄝˊ", + "romatzyh" : "shye" }, + "meanings" : [ "inclined", + "slanting", + "oblique", + "tilting" ], + "classifiers" : [] } ] }, + { "simplified" : "携带", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4738, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攜帶", + "transcriptions" : { "pinyin" : "xié dài", + "numeric" : "xie2 dai4", + "wadegiles" : "hsieh² tai⁴", + "bopomofo" : "ㄒㄧㄝˊ ㄉㄞˋ", + "romatzyh" : "shye day" }, + "meanings" : [ "to carry (on one's person)", + "to support (old)", + "Taiwan pr. [xī dài]" ], + "classifiers" : [] } ] }, + { "simplified" : "携手", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9426, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攜手", + "transcriptions" : { "pinyin" : "xié shǒu", + "numeric" : "xie2 shou3", + "wadegiles" : "hsieh² shou³", + "bopomofo" : "ㄒㄧㄝˊ ㄕㄡˇ", + "romatzyh" : "shye shoou" }, + "meanings" : [ "hand in hand", + "to join hands", + "to collaborate" ], + "classifiers" : [] } ] }, + { "simplified" : "鞋", + "radical" : "革", + "level" : [ "new-2", "old-3" ], + "frequency" : 1249, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鞋", + "transcriptions" : { "pinyin" : "xié", + "numeric" : "xie2", + "wadegiles" : "hsieh²", + "bopomofo" : "ㄒㄧㄝˊ", + "romatzyh" : "shye" }, + "meanings" : [ "shoe" ], + "classifiers" : [ "双", "只" ] }, + { "traditional" : "鞵", + "transcriptions" : { "pinyin" : "xié", + "numeric" : "xie2", + "wadegiles" : "hsieh²", + "bopomofo" : "ㄒㄧㄝˊ", + "romatzyh" : "shye" }, + "meanings" : [ "variant of 鞋" ], + "classifiers" : [] } ] }, + { "simplified" : "写", + "radical" : "冖", + "level" : [ "new-1", "old-1" ], + "frequency" : 352, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "寫", + "transcriptions" : { "pinyin" : "xiě", + "numeric" : "xie3", + "wadegiles" : "hsieh³", + "bopomofo" : "ㄒㄧㄝˇ", + "romatzyh" : "shiee" }, + "meanings" : [ "to write" ], + "classifiers" : [] } ] }, + { "simplified" : "写照", + "radical" : "冖", + "level" : [ "new-7+" ], + "frequency" : 18487, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寫照", + "transcriptions" : { "pinyin" : "xiě zhào", + "numeric" : "xie3 zhao4", + "wadegiles" : "hsieh³ chao⁴", + "bopomofo" : "ㄒㄧㄝˇ ㄓㄠˋ", + "romatzyh" : "shiee jaw" }, + "meanings" : [ "portrayal" ], + "classifiers" : [] } ] }, + { "simplified" : "写字楼", + "radical" : "冖", + "level" : [ "new-6" ], + "frequency" : 23538, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寫字樓", + "transcriptions" : { "pinyin" : "xiě zì lóu", + "numeric" : "xie3 zi4 lou2", + "wadegiles" : "hsieh³ tzu⁴ lou²", + "bopomofo" : "ㄒㄧㄝˇ ㄗˋ ㄌㄡˊ", + "romatzyh" : "shiee tzyh lou" }, + "meanings" : [ "office building" ], + "classifiers" : [] } ] }, + { "simplified" : "写字台", + "radical" : "冖", + "level" : [ "new-6" ], + "frequency" : 39106, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寫字檯", + "transcriptions" : { "pinyin" : "xiě zì tái", + "numeric" : "xie3 zi4 tai2", + "wadegiles" : "hsieh³ tzu⁴ t'ai²", + "bopomofo" : "ㄒㄧㄝˇ ㄗˋ ㄊㄞˊ", + "romatzyh" : "shiee tzyh tair" }, + "meanings" : [ "writing desk" ], + "classifiers" : [] } ] }, + { "simplified" : "写作", + "radical" : "冖", + "level" : [ "new-3", "old-6" ], + "frequency" : 5219, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "寫作", + "transcriptions" : { "pinyin" : "xiě zuò", + "numeric" : "xie3 zuo4", + "wadegiles" : "hsieh³ tso⁴", + "bopomofo" : "ㄒㄧㄝˇ ㄗㄨㄛˋ", + "romatzyh" : "shiee tzuoh" }, + "meanings" : [ "to write", + "to compose", + "writing", + "written works" ], + "classifiers" : [] } ] }, + { "simplified" : "泄", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10624, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "泄", + "transcriptions" : { "pinyin" : "xiè", + "numeric" : "xie4", + "wadegiles" : "hsieh⁴", + "bopomofo" : "ㄒㄧㄝˋ", + "romatzyh" : "shieh" }, + "meanings" : [ "variant of 泄" ], + "classifiers" : [] }, + { "traditional" : "洩", + "transcriptions" : { "pinyin" : "xiè", + "numeric" : "xie4", + "wadegiles" : "hsieh⁴", + "bopomofo" : "ㄒㄧㄝˋ", + "romatzyh" : "shieh" }, + "meanings" : [ "(bound form) to leak out; to discharge; (fig.) to divulge" ], + "classifiers" : [] } ] }, + { "simplified" : "泄漏", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8141, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "洩漏", + "transcriptions" : { "pinyin" : "xiè lòu", + "numeric" : "xie4 lou4", + "wadegiles" : "hsieh⁴ lou⁴", + "bopomofo" : "ㄒㄧㄝˋ ㄌㄡˋ", + "romatzyh" : "shieh low" }, + "meanings" : [ "(of a liquid or gas) to leak", + "to divulge; to leak (information)" ], + "classifiers" : [] } ] }, + { "simplified" : "泄露", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7731, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "泄露", + "transcriptions" : { "pinyin" : "xiè lù", + "numeric" : "xie4 lu4", + "wadegiles" : "hsieh⁴ lu⁴", + "bopomofo" : "ㄒㄧㄝˋ ㄌㄨˋ", + "romatzyh" : "shieh luh" }, + "meanings" : [ "to leak (information); to divulge", + "also pr. [xiè lòu]" ], + "classifiers" : [] } ] }, + { "simplified" : "泄密", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 18653, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "洩密", + "transcriptions" : { "pinyin" : "xiè mì", + "numeric" : "xie4 mi4", + "wadegiles" : "hsieh⁴ mi⁴", + "bopomofo" : "ㄒㄧㄝˋ ㄇㄧˋ", + "romatzyh" : "shieh mih" }, + "meanings" : [ "to leak secrets" ], + "classifiers" : [] } ] }, + { "simplified" : "泄气", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22620, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "洩氣", + "transcriptions" : { "pinyin" : "xiè qì", + "numeric" : "xie4 qi4", + "wadegiles" : "hsieh⁴ ch'i⁴", + "bopomofo" : "ㄒㄧㄝˋ ㄑㄧˋ", + "romatzyh" : "shieh chih" }, + "meanings" : [ "to leak (gas)", + "to be discouraged", + "to despair", + "(disparaging) pathetic", + "to vent one's anger", + "(of a tire) to be flat" ], + "classifiers" : [] } ] }, + { "simplified" : "泻", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 15896, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瀉", + "transcriptions" : { "pinyin" : "xiè", + "numeric" : "xie4", + "wadegiles" : "hsieh⁴", + "bopomofo" : "ㄒㄧㄝˋ", + "romatzyh" : "shieh" }, + "meanings" : [ "to flow out swiftly", + "to flood", + "a torrent", + "diarrhea", + "laxative" ], + "classifiers" : [] } ] }, + { "simplified" : "卸", + "radical" : "卩", + "level" : [ "new-7+" ], + "frequency" : 8077, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "卸", + "transcriptions" : { "pinyin" : "xiè", + "numeric" : "xie4", + "wadegiles" : "hsieh⁴", + "bopomofo" : "ㄒㄧㄝˋ", + "romatzyh" : "shieh" }, + "meanings" : [ "to unload", + "to unhitch", + "to remove or strip", + "to get rid of" ], + "classifiers" : [] } ] }, + { "simplified" : "屑", + "radical" : "尸", + "level" : [ "old-6" ], + "frequency" : 10193, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "屑", + "transcriptions" : { "pinyin" : "xiè", + "numeric" : "xie4", + "wadegiles" : "hsieh⁴", + "bopomofo" : "ㄒㄧㄝˋ", + "romatzyh" : "shieh" }, + "meanings" : [ "bits", + "fragments", + "crumbs", + "filings", + "trifling", + "trivial", + "to condescend to" ], + "classifiers" : [] } ] }, + { "simplified" : "谢绝", + "radical" : "讠", + "level" : [ "old-6" ], + "frequency" : 24810, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "謝絕", + "transcriptions" : { "pinyin" : "xiè jué", + "numeric" : "xie4 jue2", + "wadegiles" : "hsieh⁴ chüeh²", + "bopomofo" : "ㄒㄧㄝˋ ㄐㄩㄝˊ", + "romatzyh" : "shieh jyue" }, + "meanings" : [ "to refuse politely" ], + "classifiers" : [] } ] }, + { "simplified" : "谢谢", + "radical" : "讠", + "level" : [ "new-1", "old-1" ], + "frequency" : 520, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "謝謝", + "transcriptions" : { "pinyin" : "xiè xie", + "numeric" : "xie4 xie5", + "wadegiles" : "hsieh⁴ xie", + "bopomofo" : "ㄒㄧㄝˋ xie", + "romatzyh" : "shieh xie" }, + "meanings" : [ "to thank", "thanks", "thank you" ], + "classifiers" : [] } ] }, + { "simplified" : "心", + "radical" : "心", + "level" : [ "new-3" ], + "frequency" : 291, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心", + "transcriptions" : { "pinyin" : "xīn", + "numeric" : "xin1", + "wadegiles" : "hsin¹", + "bopomofo" : "ㄒㄧㄣ", + "romatzyh" : "shin" }, + "meanings" : [ "heart", + "mind", + "intention", + "center", + "core" ], + "classifiers" : [ "颗", "个" ] } ] }, + { "simplified" : "心爱", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 7587, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "心愛", + "transcriptions" : { "pinyin" : "xīn ài", + "numeric" : "xin1 ai4", + "wadegiles" : "hsin¹ ai⁴", + "bopomofo" : "ㄒㄧㄣ ㄞˋ", + "romatzyh" : "shin ay" }, + "meanings" : [ "beloved" ], + "classifiers" : [] } ] }, + { "simplified" : "心安理得", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 25820, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "心安理得", + "transcriptions" : { "pinyin" : "xīn ān lǐ dé", + "numeric" : "xin1 an1 li3 de2", + "wadegiles" : "hsin¹ an¹ li³ te²", + "bopomofo" : "ㄒㄧㄣ ㄢ ㄌㄧˇ ㄉㄜˊ", + "romatzyh" : "shin an lii der" }, + "meanings" : [ "to have a clear conscience", + "to have no qualms about sth" ], + "classifiers" : [] } ] }, + { "simplified" : "心病", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 27340, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心病", + "transcriptions" : { "pinyin" : "xīn bìng", + "numeric" : "xin1 bing4", + "wadegiles" : "hsin¹ ping⁴", + "bopomofo" : "ㄒㄧㄣ ㄅㄧㄥˋ", + "romatzyh" : "shin binq" }, + "meanings" : [ "anxiety", + "sore point", + "secret worry", + "mental disorder", + "heart disease (medicine)" ], + "classifiers" : [] } ] }, + { "simplified" : "心肠", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 17817, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心腸", + "transcriptions" : { "pinyin" : "xīn cháng", + "numeric" : "xin1 chang2", + "wadegiles" : "hsin¹ ch'ang²", + "bopomofo" : "ㄒㄧㄣ ㄔㄤˊ", + "romatzyh" : "shin charng" }, + "meanings" : [ "heart", + "intention", + "one's inclination", + "state of mind", + "to have the heart for sth", + "mood" ], + "classifiers" : [] } ] }, + { "simplified" : "心得", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14908, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心得", + "transcriptions" : { "pinyin" : "xīn dé", + "numeric" : "xin1 de2", + "wadegiles" : "hsin¹ te²", + "bopomofo" : "ㄒㄧㄣ ㄉㄜˊ", + "romatzyh" : "shin der" }, + "meanings" : [ "what one has learned (through experience, reading etc)", + "knowledge", + "insight", + "understanding", + "tips" ], + "classifiers" : [ "项", "个" ] } ] }, + { "simplified" : "心慌", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 27384, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "心慌", + "transcriptions" : { "pinyin" : "xīn huāng", + "numeric" : "xin1 huang1", + "wadegiles" : "hsin¹ huang¹", + "bopomofo" : "ㄒㄧㄣ ㄏㄨㄤ", + "romatzyh" : "shin huang" }, + "meanings" : [ "to be flustered", + "(dialect) irregular heart-beat" ], + "classifiers" : [] } ] }, + { "simplified" : "心急如焚", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 32937, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "心急如焚", + "transcriptions" : { "pinyin" : "xīn jí rú fén", + "numeric" : "xin1 ji2 ru2 fen2", + "wadegiles" : "hsin¹ chi² ju² fen²", + "bopomofo" : "ㄒㄧㄣ ㄐㄧˊ ㄖㄨˊ ㄈㄣˊ", + "romatzyh" : "shin jyi ru fern" }, + "meanings" : [ "to burn with impatience", + "torn with anxiety" ], + "classifiers" : [] } ] }, + { "simplified" : "心里", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 1214, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "心裡", + "transcriptions" : { "pinyin" : "xīn li", + "numeric" : "xin1 li5", + "wadegiles" : "hsin¹ li", + "bopomofo" : "ㄒㄧㄣ li", + "romatzyh" : "shin li" }, + "meanings" : [ "chest", "heart", "mind" ], + "classifiers" : [] } ] }, + { "simplified" : "心里话", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 16506, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心裡話", + "transcriptions" : { "pinyin" : "xīn li huà", + "numeric" : "xin1 li5 hua4", + "wadegiles" : "hsin¹ li hua⁴", + "bopomofo" : "ㄒㄧㄣ li ㄏㄨㄚˋ", + "romatzyh" : "shin li huah" }, + "meanings" : [ "(to express one's) true feelings", + "what is on one's mind", + "secret mind" ], + "classifiers" : [] } ] }, + { "simplified" : "心理", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 1160, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心理", + "transcriptions" : { "pinyin" : "xīn lǐ", + "numeric" : "xin1 li3", + "wadegiles" : "hsin¹ li³", + "bopomofo" : "ㄒㄧㄣ ㄌㄧˇ", + "romatzyh" : "shin lii" }, + "meanings" : [ "psychology", "mentality" ], + "classifiers" : [] } ] }, + { "simplified" : "心灵", + "radical" : "心", + "level" : [ "new-6", "old-6" ], + "frequency" : 3168, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心靈", + "transcriptions" : { "pinyin" : "xīn líng", + "numeric" : "xin1 ling2", + "wadegiles" : "hsin¹ ling²", + "bopomofo" : "ㄒㄧㄣ ㄌㄧㄥˊ", + "romatzyh" : "shin ling" }, + "meanings" : [ "bright", + "smart", + "quick-witted", + "heart", + "thoughts", + "spirit" ], + "classifiers" : [] } ] }, + { "simplified" : "心灵手巧", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 44403, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "心靈手巧", + "transcriptions" : { "pinyin" : "xīn líng shǒu qiǎo", + "numeric" : "xin1 ling2 shou3 qiao3", + "wadegiles" : "hsin¹ ling² shou³ ch'iao³", + "bopomofo" : "ㄒㄧㄣ ㄌㄧㄥˊ ㄕㄡˇ ㄑㄧㄠˇ", + "romatzyh" : "shin ling shoou cheau" }, + "meanings" : [ "capable", "clever", "dexterous" ], + "classifiers" : [] } ] }, + { "simplified" : "心目", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 7322, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心目", + "transcriptions" : { "pinyin" : "xīn mù", + "numeric" : "xin1 mu4", + "wadegiles" : "hsin¹ mu⁴", + "bopomofo" : "ㄒㄧㄣ ㄇㄨˋ", + "romatzyh" : "shin muh" }, + "meanings" : [ "mind" ], + "classifiers" : [] } ] }, + { "simplified" : "心情", + "radical" : "心", + "level" : [ "new-2", "old-4" ], + "frequency" : 1302, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心情", + "transcriptions" : { "pinyin" : "xīn qíng", + "numeric" : "xin1 qing2", + "wadegiles" : "hsin¹ ch'ing²", + "bopomofo" : "ㄒㄧㄣ ㄑㄧㄥˊ", + "romatzyh" : "shin chyng" }, + "meanings" : [ "mood; frame of mind" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "心声", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 8599, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心聲", + "transcriptions" : { "pinyin" : "xīn shēng", + "numeric" : "xin1 sheng1", + "wadegiles" : "hsin¹ sheng¹", + "bopomofo" : "ㄒㄧㄣ ㄕㄥ", + "romatzyh" : "shin sheng" }, + "meanings" : [ "thoughts", + "feelings", + "aspirations", + "heartfelt wishes", + "inner voice" ], + "classifiers" : [] } ] }, + { "simplified" : "心事", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 9447, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心事", + "transcriptions" : { "pinyin" : "xīn shì", + "numeric" : "xin1 shi4", + "wadegiles" : "hsin¹ shih⁴", + "bopomofo" : "ㄒㄧㄣ ㄕˋ", + "romatzyh" : "shin shyh" }, + "meanings" : [ "a load on one's mind", "worry" ], + "classifiers" : [ "宗", "桩" ] } ] }, + { "simplified" : "心思", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 5582, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心思", + "transcriptions" : { "pinyin" : "xīn si", + "numeric" : "xin1 si5", + "wadegiles" : "hsin¹ si", + "bopomofo" : "ㄒㄧㄣ si", + "romatzyh" : "shin si" }, + "meanings" : [ "mind", + "thoughts", + "inclination", + "mood" ], + "classifiers" : [] } ] }, + { "simplified" : "心酸", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 20160, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "心酸", + "transcriptions" : { "pinyin" : "xīn suān", + "numeric" : "xin1 suan1", + "wadegiles" : "hsin¹ suan¹", + "bopomofo" : "ㄒㄧㄣ ㄙㄨㄢ", + "romatzyh" : "shin suan" }, + "meanings" : [ "to feel sad" ], + "classifiers" : [] } ] }, + { "simplified" : "心态", + "radical" : "心", + "level" : [ "new-5", "old-6" ], + "frequency" : 6962, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心態", + "transcriptions" : { "pinyin" : "xīn tài", + "numeric" : "xin1 tai4", + "wadegiles" : "hsin¹ t'ai⁴", + "bopomofo" : "ㄒㄧㄣ ㄊㄞˋ", + "romatzyh" : "shin tay" }, + "meanings" : [ "attitude (of the heart)", + "state of one's psyche", + "way of thinking", + "mentality" ], + "classifiers" : [] } ] }, + { "simplified" : "心疼", + "radical" : "心", + "level" : [ "new-5", "old-6" ], + "frequency" : 14175, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "心疼", + "transcriptions" : { "pinyin" : "xīn téng", + "numeric" : "xin1 teng2", + "wadegiles" : "hsin¹ t'eng²", + "bopomofo" : "ㄒㄧㄣ ㄊㄥˊ", + "romatzyh" : "shin terng" }, + "meanings" : [ "to love dearly", + "to feel sorry for sb", + "to regret", + "to grudge", + "to be distressed" ], + "classifiers" : [] } ] }, + { "simplified" : "心想事成", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 17746, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "心想事成", + "transcriptions" : { "pinyin" : "xīn xiǎng shì chéng", + "numeric" : "xin1 xiang3 shi4 cheng2", + "wadegiles" : "hsin¹ hsiang³ shih⁴ ch'eng²", + "bopomofo" : "ㄒㄧㄣ ㄒㄧㄤˇ ㄕˋ ㄔㄥˊ", + "romatzyh" : "shin sheang shyh cherng" }, + "meanings" : [ "to have one's wishes come true", + "wish you the best!" ], + "classifiers" : [] } ] }, + { "simplified" : "心胸", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 14296, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心胸", + "transcriptions" : { "pinyin" : "xīn xiōng", + "numeric" : "xin1 xiong1", + "wadegiles" : "hsin¹ hsiung¹", + "bopomofo" : "ㄒㄧㄣ ㄒㄩㄥ", + "romatzyh" : "shin shiong" }, + "meanings" : [ "heart", + "mind", + "ambition", + "aspiration" ], + "classifiers" : [] } ] }, + { "simplified" : "心血", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10451, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心血", + "transcriptions" : { "pinyin" : "xīn xuè", + "numeric" : "xin1 xue4", + "wadegiles" : "hsin¹ hsüeh⁴", + "bopomofo" : "ㄒㄧㄣ ㄒㄩㄝˋ", + "romatzyh" : "shin shiueh" }, + "meanings" : [ "heart's blood", + "expenditure (for some project)", + "meticulous care" ], + "classifiers" : [] } ] }, + { "simplified" : "心眼儿", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 55439, + "pos" : [], + "forms" : [ { "traditional" : "心眼兒", + "transcriptions" : { "pinyin" : "xīn yǎn r", + "numeric" : "xin1 yan3 r5", + "wadegiles" : "hsin¹ yan³ r", + "bopomofo" : "ㄒㄧㄣ ㄧㄢˇ r", + "romatzyh" : "shin yean r" }, + "meanings" : [ "one's thoughts", + "mind", + "intention", + "willingness to accept new ideas", + "baseless suspicions" ], + "classifiers" : [] } ] }, + { "simplified" : "心意", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 7619, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心意", + "transcriptions" : { "pinyin" : "xīn yì", + "numeric" : "xin1 yi4", + "wadegiles" : "hsin¹ i⁴", + "bopomofo" : "ㄒㄧㄣ ㄧˋ", + "romatzyh" : "shin yih" }, + "meanings" : [ "intention", + "regard; kindly feelings" ], + "classifiers" : [] } ] }, + { "simplified" : "心愿", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 7950, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心願", + "transcriptions" : { "pinyin" : "xīn yuàn", + "numeric" : "xin1 yuan4", + "wadegiles" : "hsin¹ yüan⁴", + "bopomofo" : "ㄒㄧㄣ ㄩㄢˋ", + "romatzyh" : "shin yuann" }, + "meanings" : [ "cherished desire", + "dream", + "craving", + "wish", + "aspiration" ], + "classifiers" : [] } ] }, + { "simplified" : "心脏", + "radical" : "心", + "level" : [ "new-6", "old-5" ], + "frequency" : 2663, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心臟", + "transcriptions" : { "pinyin" : "xīn zàng", + "numeric" : "xin1 zang4", + "wadegiles" : "hsin¹ tsang⁴", + "bopomofo" : "ㄒㄧㄣ ㄗㄤˋ", + "romatzyh" : "shin tzanq" }, + "meanings" : [ "heart" ], + "classifiers" : [ "颗", "个" ] } ] }, + { "simplified" : "心脏病", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 5722, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "心臟病", + "transcriptions" : { "pinyin" : "xīn zàng bìng", + "numeric" : "xin1 zang4 bing4", + "wadegiles" : "hsin¹ tsang⁴ ping⁴", + "bopomofo" : "ㄒㄧㄣ ㄗㄤˋ ㄅㄧㄥˋ", + "romatzyh" : "shin tzanq binq" }, + "meanings" : [ "heart disease" ], + "classifiers" : [] } ] }, + { "simplified" : "心中", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 1983, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "心中", + "transcriptions" : { "pinyin" : "xīn zhōng", + "numeric" : "xin1 zhong1", + "wadegiles" : "hsin¹ chung¹", + "bopomofo" : "ㄒㄧㄣ ㄓㄨㄥ", + "romatzyh" : "shin jong" }, + "meanings" : [ "central point", + "in one's thoughts", + "in one's heart" ], + "classifiers" : [] } ] }, + { "simplified" : "芯片", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 4335, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "芯片", + "transcriptions" : { "pinyin" : "xīn piàn", + "numeric" : "xin1 pian4", + "wadegiles" : "hsin¹ p'ien⁴", + "bopomofo" : "ㄒㄧㄣ ㄆㄧㄢˋ", + "romatzyh" : "shin piann" }, + "meanings" : [ "computer chip", "microchip" ], + "classifiers" : [] } ] }, + { "simplified" : "辛苦", + "radical" : "辛", + "level" : [ "new-5", "old-4" ], + "frequency" : 2449, + "pos" : [ "a", "v", "ad", "an" ], + "forms" : [ { "traditional" : "辛苦", + "transcriptions" : { "pinyin" : "xīn kǔ", + "numeric" : "xin1 ku3", + "wadegiles" : "hsin¹ k'u³", + "bopomofo" : "ㄒㄧㄣ ㄎㄨˇ", + "romatzyh" : "shin kuu" }, + "meanings" : [ "exhausting", + "hard", + "tough", + "arduous", + "to work hard", + "to go to a lot of trouble", + "hardship(s)" ], + "classifiers" : [] } ] }, + { "simplified" : "辛勤", + "radical" : "辛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11878, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "辛勤", + "transcriptions" : { "pinyin" : "xīn qín", + "numeric" : "xin1 qin2", + "wadegiles" : "hsin¹ ch'in²", + "bopomofo" : "ㄒㄧㄣ ㄑㄧㄣˊ", + "romatzyh" : "shin chyn" }, + "meanings" : [ "hardworking", "industrious" ], + "classifiers" : [] } ] }, + { "simplified" : "辛酸", + "radical" : "辛", + "level" : [ "new-7+" ], + "frequency" : 26445, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "辛酸", + "transcriptions" : { "pinyin" : "xīn suān", + "numeric" : "xin1 suan1", + "wadegiles" : "hsin¹ suan¹", + "bopomofo" : "ㄒㄧㄣ ㄙㄨㄢ", + "romatzyh" : "shin suan" }, + "meanings" : [ "pungent (taste)", + "bitter", + "fig. sad", + "miserable" ], + "classifiers" : [] } ] }, + { "simplified" : "欣赏", + "radical" : "欠", + "level" : [ "new-5", "old-5" ], + "frequency" : 2305, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "欣賞", + "transcriptions" : { "pinyin" : "xīn shǎng", + "numeric" : "xin1 shang3", + "wadegiles" : "hsin¹ shang³", + "bopomofo" : "ㄒㄧㄣ ㄕㄤˇ", + "romatzyh" : "shin shaang" }, + "meanings" : [ "to appreciate; to enjoy; to admire" ], + "classifiers" : [] } ] }, + { "simplified" : "欣慰", + "radical" : "欠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8454, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "欣慰", + "transcriptions" : { "pinyin" : "xīn wèi", + "numeric" : "xin1 wei4", + "wadegiles" : "hsin¹ wei⁴", + "bopomofo" : "ㄒㄧㄣ ㄨㄟˋ", + "romatzyh" : "shin wey" }, + "meanings" : [ "to be gratified" ], + "classifiers" : [] } ] }, + { "simplified" : "欣喜", + "radical" : "欠", + "level" : [ "new-7+" ], + "frequency" : 13520, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "欣喜", + "transcriptions" : { "pinyin" : "xīn xǐ", + "numeric" : "xin1 xi3", + "wadegiles" : "hsin¹ hsi³", + "bopomofo" : "ㄒㄧㄣ ㄒㄧˇ", + "romatzyh" : "shin shii" }, + "meanings" : [ "happy" ], + "classifiers" : [] } ] }, + { "simplified" : "欣欣向荣", + "radical" : "欠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 32921, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "欣欣向榮", + "transcriptions" : { "pinyin" : "xīn xīn xiàng róng", + "numeric" : "xin1 xin1 xiang4 rong2", + "wadegiles" : "hsin¹ hsin¹ hsiang⁴ jung²", + "bopomofo" : "ㄒㄧㄣ ㄒㄧㄣ ㄒㄧㄤˋ ㄖㄨㄥˊ", + "romatzyh" : "shin shin shianq rong" }, + "meanings" : [ "(idiom) flourishing", "thriving" ], + "classifiers" : [] } ] }, + { "simplified" : "新", + "radical" : "斤", + "level" : [ "new-1", "old-2" ], + "frequency" : 150, + "pos" : [ "a", "d", "b" ], + "forms" : [ { "traditional" : "新", + "transcriptions" : { "pinyin" : "Xīn", + "numeric" : "Xin1", + "wadegiles" : "hsin¹", + "bopomofo" : "ㄒㄧㄣ", + "romatzyh" : "shin" }, + "meanings" : [ "abbr. for Xinjiang 疆 or Singapore 坡", + "surname Xin" ], + "classifiers" : [] }, + { "traditional" : "新", + "transcriptions" : { "pinyin" : "xīn", + "numeric" : "xin1", + "wadegiles" : "hsin¹", + "bopomofo" : "ㄒㄧㄣ", + "romatzyh" : "shin" }, + "meanings" : [ "new", + "newly", + "meso- (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "新潮", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 17692, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "新潮", + "transcriptions" : { "pinyin" : "xīn cháo", + "numeric" : "xin1 chao2", + "wadegiles" : "hsin¹ ch'ao²", + "bopomofo" : "ㄒㄧㄣ ㄔㄠˊ", + "romatzyh" : "shin chaur" }, + "meanings" : [ "modern", "fashionable" ], + "classifiers" : [] } ] }, + { "simplified" : "新陈代谢", + "radical" : "斤", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16136, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "新陳代謝", + "transcriptions" : { "pinyin" : "xīn chén dài xiè", + "numeric" : "xin1 chen2 dai4 xie4", + "wadegiles" : "hsin¹ ch'en² tai⁴ hsieh⁴", + "bopomofo" : "ㄒㄧㄣ ㄔㄣˊ ㄉㄞˋ ㄒㄧㄝˋ", + "romatzyh" : "shin chern day shieh" }, + "meanings" : [ "metabolism (biology)", + "the new replaces the old (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "新房", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 15052, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "新房", + "transcriptions" : { "pinyin" : "xīn fáng", + "numeric" : "xin1 fang2", + "wadegiles" : "hsin¹ fang²", + "bopomofo" : "ㄒㄧㄣ ㄈㄤˊ", + "romatzyh" : "shin farng" }, + "meanings" : [ "brand new house", + "bridal chamber" ], + "classifiers" : [] } ] }, + { "simplified" : "新款", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 14970, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "新款", + "transcriptions" : { "pinyin" : "xīn kuǎn", + "numeric" : "xin1 kuan3", + "wadegiles" : "hsin¹ k'uan³", + "bopomofo" : "ㄒㄧㄣ ㄎㄨㄢˇ", + "romatzyh" : "shin koan" }, + "meanings" : [ "new style", + "latest fashion", + "new model" ], + "classifiers" : [] } ] }, + { "simplified" : "新郎", + "radical" : "斤", + "level" : [ "new-4", "old-6" ], + "frequency" : 8652, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "新郎", + "transcriptions" : { "pinyin" : "xīn láng", + "numeric" : "xin1 lang2", + "wadegiles" : "hsin¹ lang²", + "bopomofo" : "ㄒㄧㄣ ㄌㄤˊ", + "romatzyh" : "shin lang" }, + "meanings" : [ "bridegroom", "groom" ], + "classifiers" : [] } ] }, + { "simplified" : "新年", + "radical" : "斤", + "level" : [ "new-1" ], + "frequency" : 3160, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "新年", + "transcriptions" : { "pinyin" : "xīn nián", + "numeric" : "xin1 nian2", + "wadegiles" : "hsin¹ nien²", + "bopomofo" : "ㄒㄧㄣ ㄋㄧㄢˊ", + "romatzyh" : "shin nian" }, + "meanings" : [ "New Year" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "新娘", + "radical" : "斤", + "level" : [ "new-4", "old-6" ], + "frequency" : 4498, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "新娘", + "transcriptions" : { "pinyin" : "xīn niáng", + "numeric" : "xin1 niang2", + "wadegiles" : "hsin¹ niang²", + "bopomofo" : "ㄒㄧㄣ ㄋㄧㄤˊ", + "romatzyh" : "shin niang" }, + "meanings" : [ "bride" ], + "classifiers" : [] } ] }, + { "simplified" : "新奇", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 13235, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "新奇", + "transcriptions" : { "pinyin" : "xīn qí", + "numeric" : "xin1 qi2", + "wadegiles" : "hsin¹ ch'i²", + "bopomofo" : "ㄒㄧㄣ ㄑㄧˊ", + "romatzyh" : "shin chyi" }, + "meanings" : [ "novel; new; exotic" ], + "classifiers" : [] } ] }, + { "simplified" : "新人", + "radical" : "斤", + "level" : [ "new-6" ], + "frequency" : 4775, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "新人", + "transcriptions" : { "pinyin" : "xīn rén", + "numeric" : "xin1 ren2", + "wadegiles" : "hsin¹ jen²", + "bopomofo" : "ㄒㄧㄣ ㄖㄣˊ", + "romatzyh" : "shin ren" }, + "meanings" : [ "newcomer", + "fresh talent", + "newlywed, esp. new bride", + "bride and groom", + "(paleoanthropology) Homo sapiens" ], + "classifiers" : [] } ] }, + { "simplified" : "新生", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 6116, + "pos" : [ "n", "nr", "v" ], + "forms" : [ { "traditional" : "新生", + "transcriptions" : { "pinyin" : "xīn shēng", + "numeric" : "xin1 sheng1", + "wadegiles" : "hsin¹ sheng¹", + "bopomofo" : "ㄒㄧㄣ ㄕㄥ", + "romatzyh" : "shin sheng" }, + "meanings" : [ "new", + "newborn", + "emerging", + "nascent", + "rebirth", + "regeneration", + "new life", + "new student" ], + "classifiers" : [] } ] }, + { "simplified" : "新式", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 15606, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "新式", + "transcriptions" : { "pinyin" : "xīn shì", + "numeric" : "xin1 shi4", + "wadegiles" : "hsin¹ shih⁴", + "bopomofo" : "ㄒㄧㄣ ㄕˋ", + "romatzyh" : "shin shyh" }, + "meanings" : [ "new style", "latest type" ], + "classifiers" : [] } ] }, + { "simplified" : "新手", + "radical" : "斤", + "level" : [ "new-7+" ], + "frequency" : 10247, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "新手", + "transcriptions" : { "pinyin" : "xīn shǒu", + "numeric" : "xin1 shou3", + "wadegiles" : "hsin¹ shou³", + "bopomofo" : "ㄒㄧㄣ ㄕㄡˇ", + "romatzyh" : "shin shoou" }, + "meanings" : [ "new hand", + "novice", + "raw recruit" ], + "classifiers" : [] } ] }, + { "simplified" : "新闻", + "radical" : "斤", + "level" : [ "new-2", "old-3" ], + "frequency" : 805, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "新聞", + "transcriptions" : { "pinyin" : "xīn wén", + "numeric" : "xin1 wen2", + "wadegiles" : "hsin¹ wen²", + "bopomofo" : "ㄒㄧㄣ ㄨㄣˊ", + "romatzyh" : "shin wen" }, + "meanings" : [ "news" ], + "classifiers" : [ "条", "个" ] } ] }, + { "simplified" : "新鲜", + "radical" : "斤", + "level" : [ "new-4", "old-3" ], + "frequency" : 2651, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "新鮮", + "transcriptions" : { "pinyin" : "xīn xiān", + "numeric" : "xin1 xian1", + "wadegiles" : "hsin¹ hsien¹", + "bopomofo" : "ㄒㄧㄣ ㄒㄧㄢ", + "romatzyh" : "shin shian" }, + "meanings" : [ "fresh (experience, food etc)", + "freshness", + "novel", + "uncommon" ], + "classifiers" : [] } ] }, + { "simplified" : "新型", + "radical" : "斤", + "level" : [ "new-4" ], + "frequency" : 7169, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "新型", + "transcriptions" : { "pinyin" : "xīn xíng", + "numeric" : "xin1 xing2", + "wadegiles" : "hsin¹ hsing²", + "bopomofo" : "ㄒㄧㄣ ㄒㄧㄥˊ", + "romatzyh" : "shin shyng" }, + "meanings" : [ "new type; new kind" ], + "classifiers" : [] } ] }, + { "simplified" : "新兴", + "radical" : "斤", + "level" : [ "new-6" ], + "frequency" : 17047, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "新興", + "transcriptions" : { "pinyin" : "Xīn xīng", + "numeric" : "Xin1 xing1", + "wadegiles" : "hsin¹ hsing¹", + "bopomofo" : "ㄒㄧㄣ ㄒㄧㄥ", + "romatzyh" : "shin shing" }, + "meanings" : [ "Xinxing county in Yunfu 云浮, Guangdong", + "Xinxing or Hsinhsing district of Kaohsiung city 市, south Taiwan" ], + "classifiers" : [] }, + { "traditional" : "新興", + "transcriptions" : { "pinyin" : "xīn xīng", + "numeric" : "xin1 xing1", + "wadegiles" : "hsin¹ hsing¹", + "bopomofo" : "ㄒㄧㄣ ㄒㄧㄥ", + "romatzyh" : "shin shing" }, + "meanings" : [ "(of markets, industries, infectious diseases etc) rising", + "emerging", + "in the ascendant" ], + "classifiers" : [] } ] }, + { "simplified" : "新颖", + "radical" : "斤", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15260, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "新穎", + "transcriptions" : { "pinyin" : "xīn yǐng", + "numeric" : "xin1 ying3", + "wadegiles" : "hsin¹ ying³", + "bopomofo" : "ㄒㄧㄣ ㄧㄥˇ", + "romatzyh" : "shin yiing" }, + "meanings" : [ "lit. new bud", + "fig. new and original" ], + "classifiers" : [] } ] }, + { "simplified" : "薪水", + "radical" : "艹", + "level" : [ "new-6", "old-6" ], + "frequency" : 7554, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "薪水", + "transcriptions" : { "pinyin" : "xīn shuǐ", + "numeric" : "xin1 shui3", + "wadegiles" : "hsin¹ shui³", + "bopomofo" : "ㄒㄧㄣ ㄕㄨㄟˇ", + "romatzyh" : "shin shoei" }, + "meanings" : [ "salary", "wage" ], + "classifiers" : [] } ] }, + { "simplified" : "信", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 419, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "信", + "transcriptions" : { "pinyin" : "xìn", + "numeric" : "xin4", + "wadegiles" : "hsin⁴", + "bopomofo" : "ㄒㄧㄣˋ", + "romatzyh" : "shinn" }, + "meanings" : [ "letter", + "mail", + "to trust", + "to believe", + "to profess faith in", + "truthful", + "confidence", + "trust", + "at will", + "at random" ], + "classifiers" : [ "封" ] } ] }, + { "simplified" : "信贷", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 12373, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信貸", + "transcriptions" : { "pinyin" : "xìn dài", + "numeric" : "xin4 dai4", + "wadegiles" : "hsin⁴ tai⁴", + "bopomofo" : "ㄒㄧㄣˋ ㄉㄞˋ", + "romatzyh" : "shinn day" }, + "meanings" : [ "credit", "borrowed money" ], + "classifiers" : [] } ] }, + { "simplified" : "信封", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 10268, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信封", + "transcriptions" : { "pinyin" : "xìn fēng", + "numeric" : "xin4 feng1", + "wadegiles" : "hsin⁴ feng¹", + "bopomofo" : "ㄒㄧㄣˋ ㄈㄥ", + "romatzyh" : "shinn feng" }, + "meanings" : [ "envelope" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "信号", + "radical" : "亻", + "level" : [ "new-2", "old-5" ], + "frequency" : 1815, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信號", + "transcriptions" : { "pinyin" : "xìn hào", + "numeric" : "xin4 hao4", + "wadegiles" : "hsin⁴ hao⁴", + "bopomofo" : "ㄒㄧㄣˋ ㄏㄠˋ", + "romatzyh" : "shinn haw" }, + "meanings" : [ "signal" ], + "classifiers" : [] } ] }, + { "simplified" : "信件", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9107, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信件", + "transcriptions" : { "pinyin" : "xìn jiàn", + "numeric" : "xin4 jian4", + "wadegiles" : "hsin⁴ chien⁴", + "bopomofo" : "ㄒㄧㄣˋ ㄐㄧㄢˋ", + "romatzyh" : "shinn jiann" }, + "meanings" : [ "letter (sent by mail)" ], + "classifiers" : [] } ] }, + { "simplified" : "信赖", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8119, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "信賴", + "transcriptions" : { "pinyin" : "xìn lài", + "numeric" : "xin4 lai4", + "wadegiles" : "hsin⁴ lai⁴", + "bopomofo" : "ㄒㄧㄣˋ ㄌㄞˋ", + "romatzyh" : "shinn lay" }, + "meanings" : [ "to trust", + "to have confidence in", + "to have faith in", + "to rely on" ], + "classifiers" : [] } ] }, + { "simplified" : "信念", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 5379, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信念", + "transcriptions" : { "pinyin" : "xìn niàn", + "numeric" : "xin4 nian4", + "wadegiles" : "hsin⁴ nien⁴", + "bopomofo" : "ㄒㄧㄣˋ ㄋㄧㄢˋ", + "romatzyh" : "shinn niann" }, + "meanings" : [ "faith", "belief", "conviction" ], + "classifiers" : [] } ] }, + { "simplified" : "信任", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 1963, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "信任", + "transcriptions" : { "pinyin" : "xìn rèn", + "numeric" : "xin4 ren4", + "wadegiles" : "hsin⁴ jen⁴", + "bopomofo" : "ㄒㄧㄣˋ ㄖㄣˋ", + "romatzyh" : "shinn renn" }, + "meanings" : [ "to trust", + "to have confidence in" ], + "classifiers" : [] } ] }, + { "simplified" : "信息", + "radical" : "亻", + "level" : [ "new-2", "old-5" ], + "frequency" : 612, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信息", + "transcriptions" : { "pinyin" : "xìn xī", + "numeric" : "xin4 xi1", + "wadegiles" : "hsin⁴ hsi¹", + "bopomofo" : "ㄒㄧㄣˋ ㄒㄧ", + "romatzyh" : "shinn shi" }, + "meanings" : [ "information", "news", "message" ], + "classifiers" : [] } ] }, + { "simplified" : "信箱", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 10392, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信箱", + "transcriptions" : { "pinyin" : "xìn xiāng", + "numeric" : "xin4 xiang1", + "wadegiles" : "hsin⁴ hsiang¹", + "bopomofo" : "ㄒㄧㄣˋ ㄒㄧㄤ", + "romatzyh" : "shinn shiang" }, + "meanings" : [ "mailbox", "post office box" ], + "classifiers" : [] } ] }, + { "simplified" : "信心", + "radical" : "亻", + "level" : [ "new-2", "old-4" ], + "frequency" : 2405, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信心", + "transcriptions" : { "pinyin" : "xìn xīn", + "numeric" : "xin4 xin1", + "wadegiles" : "hsin⁴ hsin¹", + "bopomofo" : "ㄒㄧㄣˋ ㄒㄧㄣ", + "romatzyh" : "shinn shin" }, + "meanings" : [ "confidence", + "faith (in sb or sth)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "信仰", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 3912, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "信仰", + "transcriptions" : { "pinyin" : "xìn yǎng", + "numeric" : "xin4 yang3", + "wadegiles" : "hsin⁴ yang³", + "bopomofo" : "ㄒㄧㄣˋ ㄧㄤˇ", + "romatzyh" : "shinn yeang" }, + "meanings" : [ "to believe in (a religion)", + "firm belief", + "conviction" ], + "classifiers" : [] } ] }, + { "simplified" : "信用", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 5789, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "信用", + "transcriptions" : { "pinyin" : "xìn yòng", + "numeric" : "xin4 yong4", + "wadegiles" : "hsin⁴ yung⁴", + "bopomofo" : "ㄒㄧㄣˋ ㄩㄥˋ", + "romatzyh" : "shinn yonq" }, + "meanings" : [ "trustworthiness", + "(commerce) credit", + "(literary) to trust and appoint" ], + "classifiers" : [] } ] }, + { "simplified" : "信用卡", + "radical" : "亻", + "level" : [ "new-2", "old-4" ], + "frequency" : 3960, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信用卡", + "transcriptions" : { "pinyin" : "xìn yòng kǎ", + "numeric" : "xin4 yong4 ka3", + "wadegiles" : "hsin⁴ yung⁴ k'a³", + "bopomofo" : "ㄒㄧㄣˋ ㄩㄥˋ ㄎㄚˇ", + "romatzyh" : "shinn yonq kaa" }, + "meanings" : [ "credit card" ], + "classifiers" : [] } ] }, + { "simplified" : "信誉", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10182, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "信譽", + "transcriptions" : { "pinyin" : "xìn yù", + "numeric" : "xin4 yu4", + "wadegiles" : "hsin⁴ yü⁴", + "bopomofo" : "ㄒㄧㄣˋ ㄩˋ", + "romatzyh" : "shinn yuh" }, + "meanings" : [ "prestige", + "distinction", + "reputation", + "trust" ], + "classifiers" : [] } ] }, + { "simplified" : "星期", + "radical" : "日", + "level" : [ "new-1", "old-1" ], + "frequency" : 1956, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "星期", + "transcriptions" : { "pinyin" : "xīng qī", + "numeric" : "xing1 qi1", + "wadegiles" : "hsing¹ ch'i¹", + "bopomofo" : "ㄒㄧㄥ ㄑㄧ", + "romatzyh" : "shing chi" }, + "meanings" : [ "week", + "day of the week", + "Sunday" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "星期日", + "radical" : "日", + "level" : [ "new-1" ], + "frequency" : 12997, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "星期日", + "transcriptions" : { "pinyin" : "Xīng qī rì", + "numeric" : "Xing1 qi1 ri4", + "wadegiles" : "hsing¹ ch'i¹ jih⁴", + "bopomofo" : "ㄒㄧㄥ ㄑㄧ ㄖˋ", + "romatzyh" : "shing chi ryh" }, + "meanings" : [ "Sunday" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "星期天", + "radical" : "日", + "level" : [ "new-1" ], + "frequency" : 7577, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "星期天", + "transcriptions" : { "pinyin" : "Xīng qī tiān", + "numeric" : "Xing1 qi1 tian1", + "wadegiles" : "hsing¹ ch'i¹ t'ien¹", + "bopomofo" : "ㄒㄧㄥ ㄑㄧ ㄊㄧㄢ", + "romatzyh" : "shing chi tian" }, + "meanings" : [ "Sunday" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "星星", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 4903, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "星星", + "transcriptions" : { "pinyin" : "xīng xing", + "numeric" : "xing1 xing5", + "wadegiles" : "hsing¹ xing", + "bopomofo" : "ㄒㄧㄥ xing", + "romatzyh" : "shing xing" }, + "meanings" : [ "(coll.) a star; the stars in the sky" ], + "classifiers" : [] } ] }, + { "simplified" : "星座", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 6353, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "星座", + "transcriptions" : { "pinyin" : "xīng zuò", + "numeric" : "xing1 zuo4", + "wadegiles" : "hsing¹ tso⁴", + "bopomofo" : "ㄒㄧㄥ ㄗㄨㄛˋ", + "romatzyh" : "shing tzuoh" }, + "meanings" : [ "constellation", + "astrological sign" ], + "classifiers" : [ "张" ] } ] }, + { "simplified" : "猩猩", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 15070, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "猩猩", + "transcriptions" : { "pinyin" : "xīng xing", + "numeric" : "xing1 xing5", + "wadegiles" : "hsing¹ xing", + "bopomofo" : "ㄒㄧㄥ xing", + "romatzyh" : "shing xing" }, + "meanings" : [ "orangutan", + "(slang) dialect speaker whose speech is corrupted by Standard Mandarin" ], + "classifiers" : [] } ] }, + { "simplified" : "腥", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15338, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "腥", + "transcriptions" : { "pinyin" : "xīng", + "numeric" : "xing1", + "wadegiles" : "hsing¹", + "bopomofo" : "ㄒㄧㄥ", + "romatzyh" : "shing" }, + "meanings" : [ "fishy (smell)" ], + "classifiers" : [] } ] }, + { "simplified" : "刑法", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 15273, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "刑法", + "transcriptions" : { "pinyin" : "xíng fǎ", + "numeric" : "xing2 fa3", + "wadegiles" : "hsing² fa³", + "bopomofo" : "ㄒㄧㄥˊ ㄈㄚˇ", + "romatzyh" : "shyng faa" }, + "meanings" : [ "criminal law" ], + "classifiers" : [] } ] }, + { "simplified" : "刑事", + "radical" : "刂", + "level" : [ "old-6" ], + "frequency" : 5397, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "刑事", + "transcriptions" : { "pinyin" : "xíng shì", + "numeric" : "xing2 shi4", + "wadegiles" : "hsing² shih⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄕˋ", + "romatzyh" : "shyng shyh" }, + "meanings" : [ "criminal; penal" ], + "classifiers" : [] } ] }, + { "simplified" : "行", + "radical" : "行", + "level" : [ "new-1", "old-4" ], + "frequency" : 272, + "pos" : [ "v", "g", "q", "a", "n" ], + "forms" : [ { "traditional" : "行", + "transcriptions" : { "pinyin" : "háng", + "numeric" : "hang2", + "wadegiles" : "hang²", + "bopomofo" : "ㄏㄤˊ", + "romatzyh" : "harng" }, + "meanings" : [ "row", + "line", + "commercial firm", + "line of business", + "profession", + "to rank (first, second etc) among one's siblings (by age)", + "(in data tables) row", + "(Tw) column" ], + "classifiers" : [] }, + { "traditional" : "行", + "transcriptions" : { "pinyin" : "xíng", + "numeric" : "xing2", + "wadegiles" : "hsing²", + "bopomofo" : "ㄒㄧㄥˊ", + "romatzyh" : "shyng" }, + "meanings" : [ "to walk", + "to go", + "to travel", + "a visit", + "temporary", + "makeshift", + "current", + "in circulation", + "to do", + "to perform", + "capable", + "competent", + "effective", + "all right", + "OK!", + "will do", + "behavior", + "conduct", + "Taiwan pr. [xìng] for the behavior-conduct sense" ], + "classifiers" : [] } ] }, + { "simplified" : "行程", + "radical" : "行", + "level" : [ "new-6" ], + "frequency" : 6301, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "行程", + "transcriptions" : { "pinyin" : "xíng chéng", + "numeric" : "xing2 cheng2", + "wadegiles" : "hsing² ch'eng²", + "bopomofo" : "ㄒㄧㄥˊ ㄔㄥˊ", + "romatzyh" : "shyng cherng" }, + "meanings" : [ "journey", + "course of a journey", + "distance traveled", + "trajectory", + "itinerary", + "route", + "course (of history)", + "stroke (of a piston)", + "(Tw) (computing) process" ], + "classifiers" : [] } ] }, + { "simplified" : "行动", + "radical" : "行", + "level" : [ "new-2", "old-5" ], + "frequency" : 666, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "行動", + "transcriptions" : { "pinyin" : "xíng dòng", + "numeric" : "xing2 dong4", + "wadegiles" : "hsing² tung⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄉㄨㄥˋ", + "romatzyh" : "shyng donq" }, + "meanings" : [ "operation", + "action", + "to move about", + "mobile" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "行家", + "radical" : "行", + "level" : [ "new-7+" ], + "frequency" : 15474, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行家", + "transcriptions" : { "pinyin" : "háng jiā", + "numeric" : "hang2 jia1", + "wadegiles" : "hang² chia¹", + "bopomofo" : "ㄏㄤˊ ㄐㄧㄚ", + "romatzyh" : "harng jia" }, + "meanings" : [ "connoisseur", "expert", "veteran" ], + "classifiers" : [] } ] }, + { "simplified" : "行李", + "radical" : "行", + "level" : [ "new-3" ], + "frequency" : 4886, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行李", + "transcriptions" : { "pinyin" : "xíng li", + "numeric" : "xing2 li5", + "wadegiles" : "hsing² li", + "bopomofo" : "ㄒㄧㄥˊ li", + "romatzyh" : "shyng li" }, + "meanings" : [ "luggage" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "行李箱", + "radical" : "行", + "level" : [ "old-3" ], + "frequency" : 16680, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行李箱", + "transcriptions" : { "pinyin" : "xíng li xiāng", + "numeric" : "xing2 li5 xiang1", + "wadegiles" : "hsing² li hsiang¹", + "bopomofo" : "ㄒㄧㄥˊ li ㄒㄧㄤ", + "romatzyh" : "shyng li shiang" }, + "meanings" : [ "suitcase", + "baggage compartment", + "overhead bin", + "(car) trunk", + "boot" ], + "classifiers" : [] } ] }, + { "simplified" : "行列", + "radical" : "行", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8922, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行列", + "transcriptions" : { "pinyin" : "háng liè", + "numeric" : "hang2 lie4", + "wadegiles" : "hang² lieh⁴", + "bopomofo" : "ㄏㄤˊ ㄌㄧㄝˋ", + "romatzyh" : "harng lieh" }, + "meanings" : [ "formation", + "array", + "(fig.) ranks (as in \"join the ranks of ...\")" ], + "classifiers" : [] } ] }, + { "simplified" : "行情", + "radical" : "行", + "level" : [ "new-7+" ], + "frequency" : 10951, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行情", + "transcriptions" : { "pinyin" : "háng qíng", + "numeric" : "hang2 qing2", + "wadegiles" : "hang² ch'ing²", + "bopomofo" : "ㄏㄤˊ ㄑㄧㄥˊ", + "romatzyh" : "harng chyng" }, + "meanings" : [ "market price", + "quotation of market price", + "the current market situation" ], + "classifiers" : [] } ] }, + { "simplified" : "行人", + "radical" : "行", + "level" : [ "new-2", "old-5" ], + "frequency" : 10141, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行人", + "transcriptions" : { "pinyin" : "xíng rén", + "numeric" : "xing2 ren2", + "wadegiles" : "hsing² jen²", + "bopomofo" : "ㄒㄧㄥˊ ㄖㄣˊ", + "romatzyh" : "shyng ren" }, + "meanings" : [ "pedestrian", + "traveler on foot", + "passer-by", + "official responsible for arranging audiences with the emperor" ], + "classifiers" : [] } ] }, + { "simplified" : "行使", + "radical" : "行", + "level" : [ "new-7+" ], + "frequency" : 8152, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "行使", + "transcriptions" : { "pinyin" : "xíng shǐ", + "numeric" : "xing2 shi3", + "wadegiles" : "hsing² shih³", + "bopomofo" : "ㄒㄧㄥˊ ㄕˇ", + "romatzyh" : "shyng shyy" }, + "meanings" : [ "to exercise (a right etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "行驶", + "radical" : "行", + "level" : [ "new-5" ], + "frequency" : 5640, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "行駛", + "transcriptions" : { "pinyin" : "xíng shǐ", + "numeric" : "xing2 shi3", + "wadegiles" : "hsing² shih³", + "bopomofo" : "ㄒㄧㄥˊ ㄕˇ", + "romatzyh" : "shyng shyy" }, + "meanings" : [ "to travel along a route (of vehicles etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "行为", + "radical" : "行", + "level" : [ "new-2", "old-5" ], + "frequency" : 734, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行為", + "transcriptions" : { "pinyin" : "xíng wéi", + "numeric" : "xing2 wei2", + "wadegiles" : "hsing² wei²", + "bopomofo" : "ㄒㄧㄥˊ ㄨㄟˊ", + "romatzyh" : "shyng wei" }, + "meanings" : [ "action", + "conduct", + "behavior", + "activity" ], + "classifiers" : [] } ] }, + { "simplified" : "行业", + "radical" : "行", + "level" : [ "new-4", "old-5" ], + "frequency" : 2346, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行業", + "transcriptions" : { "pinyin" : "háng yè", + "numeric" : "hang2 ye4", + "wadegiles" : "hang² yeh⁴", + "bopomofo" : "ㄏㄤˊ ㄧㄝˋ", + "romatzyh" : "harng yeh" }, + "meanings" : [ "trade; profession; industry; business" ], + "classifiers" : [] } ] }, + { "simplified" : "行政", + "radical" : "行", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3843, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "行政", + "transcriptions" : { "pinyin" : "xíng zhèng", + "numeric" : "xing2 zheng4", + "wadegiles" : "hsing² cheng⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄓㄥˋ", + "romatzyh" : "shyng jenq" }, + "meanings" : [ "administration", + "(attributive) administrative; executive" ], + "classifiers" : [] } ] }, + { "simplified" : "行走", + "radical" : "行", + "level" : [ "new-7+" ], + "frequency" : 6775, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "行走", + "transcriptions" : { "pinyin" : "xíng zǒu", + "numeric" : "xing2 zou3", + "wadegiles" : "hsing² tsou³", + "bopomofo" : "ㄒㄧㄥˊ ㄗㄡˇ", + "romatzyh" : "shyng tzoou" }, + "meanings" : [ "to walk" ], + "classifiers" : [] } ] }, + { "simplified" : "形", + "radical" : "彡", + "level" : [ "new-6" ], + "frequency" : 2745, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "形", + "transcriptions" : { "pinyin" : "xíng", + "numeric" : "xing2", + "wadegiles" : "hsing²", + "bopomofo" : "ㄒㄧㄥˊ", + "romatzyh" : "shyng" }, + "meanings" : [ "to appear", + "to look", + "form", + "shape" ], + "classifiers" : [] } ] }, + { "simplified" : "形成", + "radical" : "彡", + "level" : [ "new-3", "old-5" ], + "frequency" : 2335, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "形成", + "transcriptions" : { "pinyin" : "xíng chéng", + "numeric" : "xing2 cheng2", + "wadegiles" : "hsing² ch'eng²", + "bopomofo" : "ㄒㄧㄥˊ ㄔㄥˊ", + "romatzyh" : "shyng cherng" }, + "meanings" : [ "to form", "to take shape" ], + "classifiers" : [] } ] }, + { "simplified" : "形容", + "radical" : "彡", + "level" : [ "new-4", "old-5" ], + "frequency" : 4235, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "形容", + "transcriptions" : { "pinyin" : "xíng róng", + "numeric" : "xing2 rong2", + "wadegiles" : "hsing² jung²", + "bopomofo" : "ㄒㄧㄥˊ ㄖㄨㄥˊ", + "romatzyh" : "shyng rong" }, + "meanings" : [ "to describe", + "(literary) countenance; appearance" ], + "classifiers" : [] } ] }, + { "simplified" : "形式", + "radical" : "彡", + "level" : [ "new-3", "old-5" ], + "frequency" : 2476, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "形式", + "transcriptions" : { "pinyin" : "xíng shì", + "numeric" : "xing2 shi4", + "wadegiles" : "hsing² shih⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄕˋ", + "romatzyh" : "shyng shyh" }, + "meanings" : [ "outer appearance", + "form", + "shape", + "formality" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "形势", + "radical" : "彡", + "level" : [ "new-4", "old-5" ], + "frequency" : 3741, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "形勢", + "transcriptions" : { "pinyin" : "xíng shì", + "numeric" : "xing2 shi4", + "wadegiles" : "hsing² shih⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄕˋ", + "romatzyh" : "shyng shyh" }, + "meanings" : [ "circumstances", + "situation", + "terrain" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "形态", + "radical" : "彡", + "level" : [ "new-5", "old-6" ], + "frequency" : 8215, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "形態", + "transcriptions" : { "pinyin" : "xíng tài", + "numeric" : "xing2 tai4", + "wadegiles" : "hsing² t'ai⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄊㄞˋ", + "romatzyh" : "shyng tay" }, + "meanings" : [ "shape", + "form", + "pattern", + "morphology" ], + "classifiers" : [] } ] }, + { "simplified" : "形象", + "radical" : "彡", + "level" : [ "new-3", "old-5" ], + "frequency" : 2124, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "形象", + "transcriptions" : { "pinyin" : "xíng xiàng", + "numeric" : "xing2 xiang4", + "wadegiles" : "hsing² hsiang⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄒㄧㄤˋ", + "romatzyh" : "shyng shianq" }, + "meanings" : [ "image", + "form", + "figure", + "visualization", + "vivid" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "形形色色", + "radical" : "彡", + "level" : [ "new-7+" ], + "frequency" : 22513, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "形形色色", + "transcriptions" : { "pinyin" : "xíng xíng sè sè", + "numeric" : "xing2 xing2 se4 se4", + "wadegiles" : "hsing² hsing² se⁴ se⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄒㄧㄥˊ ㄙㄜˋ ㄙㄜˋ", + "romatzyh" : "shyng shyng seh seh" }, + "meanings" : [ "all kinds of", + "all sorts of", + "every (different) kind of" ], + "classifiers" : [] } ] }, + { "simplified" : "形影不离", + "radical" : "彡", + "level" : [ "new-7+" ], + "frequency" : 24715, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "形影不離", + "transcriptions" : { "pinyin" : "xíng yǐng bù lí", + "numeric" : "xing2 ying3 bu4 li2", + "wadegiles" : "hsing² ying³ pu⁴ li²", + "bopomofo" : "ㄒㄧㄥˊ ㄧㄥˇ ㄅㄨˋ ㄌㄧˊ", + "romatzyh" : "shyng yiing buh li" }, + "meanings" : [ "inseparable (as form and shadow)" ], + "classifiers" : [] } ] }, + { "simplified" : "形状", + "radical" : "彡", + "level" : [ "new-3", "old-5" ], + "frequency" : 5839, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "形狀", + "transcriptions" : { "pinyin" : "xíng zhuàng", + "numeric" : "xing2 zhuang4", + "wadegiles" : "hsing² chuang⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄓㄨㄤˋ", + "romatzyh" : "shyng juanq" }, + "meanings" : [ "form; shape" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "型", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 1361, + "pos" : [ "k", "g", "n" ], + "forms" : [ { "traditional" : "型", + "transcriptions" : { "pinyin" : "xíng", + "numeric" : "xing2", + "wadegiles" : "hsing²", + "bopomofo" : "ㄒㄧㄥˊ", + "romatzyh" : "shyng" }, + "meanings" : [ "mold", "type", "style", "model" ], + "classifiers" : [] } ] }, + { "simplified" : "型号", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 7153, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "型號", + "transcriptions" : { "pinyin" : "xíng hào", + "numeric" : "xing2 hao4", + "wadegiles" : "hsing² hao⁴", + "bopomofo" : "ㄒㄧㄥˊ ㄏㄠˋ", + "romatzyh" : "shyng haw" }, + "meanings" : [ "model (particular version of a manufactured article)", + "type (product specification in terms of color, size etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "醒", + "radical" : "酉", + "level" : [ "new-4", "old-4" ], + "frequency" : 1399, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "醒", + "transcriptions" : { "pinyin" : "xǐng", + "numeric" : "xing3", + "wadegiles" : "hsing³", + "bopomofo" : "ㄒㄧㄥˇ", + "romatzyh" : "shiing" }, + "meanings" : [ "to wake up", + "to be awake", + "to become aware", + "to sober up", + "to come to" ], + "classifiers" : [] } ] }, + { "simplified" : "醒来", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 3258, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "醒來", + "transcriptions" : { "pinyin" : "xǐng lái", + "numeric" : "xing3 lai2", + "wadegiles" : "hsing³ lai²", + "bopomofo" : "ㄒㄧㄥˇ ㄌㄞˊ", + "romatzyh" : "shiing lai" }, + "meanings" : [ "to waken" ], + "classifiers" : [] } ] }, + { "simplified" : "醒目", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 12299, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "醒目", + "transcriptions" : { "pinyin" : "xǐng mù", + "numeric" : "xing3 mu4", + "wadegiles" : "hsing³ mu⁴", + "bopomofo" : "ㄒㄧㄥˇ ㄇㄨˋ", + "romatzyh" : "shiing muh" }, + "meanings" : [ "eye-grabbing (headline)", + "striking (illustration)" ], + "classifiers" : [] } ] }, + { "simplified" : "醒悟", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 16036, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "醒悟", + "transcriptions" : { "pinyin" : "xǐng wù", + "numeric" : "xing3 wu4", + "wadegiles" : "hsing³ wu⁴", + "bopomofo" : "ㄒㄧㄥˇ ㄨˋ", + "romatzyh" : "shiing wuh" }, + "meanings" : [ "to come to oneself", + "to come to realize", + "to come to see the truth", + "to wake up to reality" ], + "classifiers" : [] } ] }, + { "simplified" : "兴奋", + "radical" : "八", + "level" : [ "new-4", "old-4" ], + "frequency" : 1839, + "pos" : [ "v", "a", "an" ], + "forms" : [ { "traditional" : "興奮", + "transcriptions" : { "pinyin" : "xīng fèn", + "numeric" : "xing1 fen4", + "wadegiles" : "hsing¹ fen⁴", + "bopomofo" : "ㄒㄧㄥ ㄈㄣˋ", + "romatzyh" : "shing fenn" }, + "meanings" : [ "excited", + "excitement", + "(physiology) excitation" ], + "classifiers" : [] } ] }, + { "simplified" : "兴奋剂", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 11692, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "興奮劑", + "transcriptions" : { "pinyin" : "xīng fèn jì", + "numeric" : "xing1 fen4 ji4", + "wadegiles" : "hsing¹ fen⁴ chi⁴", + "bopomofo" : "ㄒㄧㄥ ㄈㄣˋ ㄐㄧˋ", + "romatzyh" : "shing fenn jih" }, + "meanings" : [ "stimulant", + "doping (in athletics)" ], + "classifiers" : [] } ] }, + { "simplified" : "兴高采烈", + "radical" : "八", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21103, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "興高采烈", + "transcriptions" : { "pinyin" : "xìng gāo cǎi liè", + "numeric" : "xing4 gao1 cai3 lie4", + "wadegiles" : "hsing⁴ kao¹ ts'ai³ lieh⁴", + "bopomofo" : "ㄒㄧㄥˋ ㄍㄠ ㄘㄞˇ ㄌㄧㄝˋ", + "romatzyh" : "shinq gau tsae lieh" }, + "meanings" : [ "happy and excited (idiom)", + "in high spirits", + "in great delight" ], + "classifiers" : [] } ] }, + { "simplified" : "兴建", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 17808, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "興建", + "transcriptions" : { "pinyin" : "xīng jiàn", + "numeric" : "xing1 jian4", + "wadegiles" : "hsing¹ chien⁴", + "bopomofo" : "ㄒㄧㄥ ㄐㄧㄢˋ", + "romatzyh" : "shing jiann" }, + "meanings" : [ "to build", "to construct" ], + "classifiers" : [] } ] }, + { "simplified" : "兴隆", + "radical" : "八", + "level" : [ "old-6" ], + "frequency" : 26149, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "興隆", + "transcriptions" : { "pinyin" : "Xīng lóng", + "numeric" : "Xing1 long2", + "wadegiles" : "hsing¹ lung²", + "bopomofo" : "ㄒㄧㄥ ㄌㄨㄥˊ", + "romatzyh" : "shing long" }, + "meanings" : [ "Xinglong county in Chengde 德, Hebei" ], + "classifiers" : [] }, + { "traditional" : "興隆", + "transcriptions" : { "pinyin" : "xīng lóng", + "numeric" : "xing1 long2", + "wadegiles" : "hsing¹ lung²", + "bopomofo" : "ㄒㄧㄥ ㄌㄨㄥˊ", + "romatzyh" : "shing long" }, + "meanings" : [ "prosperous", + "thriving", + "flourishing" ], + "classifiers" : [] } ] }, + { "simplified" : "兴起", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 12036, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "興起", + "transcriptions" : { "pinyin" : "xīng qǐ", + "numeric" : "xing1 qi3", + "wadegiles" : "hsing¹ ch'i³", + "bopomofo" : "ㄒㄧㄥ ㄑㄧˇ", + "romatzyh" : "shing chii" }, + "meanings" : [ "to rise", + "to spring up", + "to burgeon", + "to be aroused", + "to come into vogue" ], + "classifiers" : [] } ] }, + { "simplified" : "兴趣", + "radical" : "八", + "level" : [ "new-4", "old-3" ], + "frequency" : 1847, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "興趣", + "transcriptions" : { "pinyin" : "xìng qù", + "numeric" : "xing4 qu4", + "wadegiles" : "hsing⁴ ch'ü⁴", + "bopomofo" : "ㄒㄧㄥˋ ㄑㄩˋ", + "romatzyh" : "shinq chiuh" }, + "meanings" : [ "interest (desire to know about sth)", + "interest (thing in which one is interested); hobby" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "兴旺", + "radical" : "八", + "level" : [ "new-6", "old-6" ], + "frequency" : 21132, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "興旺", + "transcriptions" : { "pinyin" : "xīng wàng", + "numeric" : "xing1 wang4", + "wadegiles" : "hsing¹ wang⁴", + "bopomofo" : "ㄒㄧㄥ ㄨㄤˋ", + "romatzyh" : "shing wanq" }, + "meanings" : [ "prosperous", + "thriving", + "to prosper", + "to flourish" ], + "classifiers" : [] } ] }, + { "simplified" : "兴致", + "radical" : "八", + "level" : [ "new-7+" ], + "frequency" : 13570, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "興致", + "transcriptions" : { "pinyin" : "xìng zhì", + "numeric" : "xing4 zhi4", + "wadegiles" : "hsing⁴ chih⁴", + "bopomofo" : "ㄒㄧㄥˋ ㄓˋ", + "romatzyh" : "shinq jyh" }, + "meanings" : [ "mood", "spirits", "interest" ], + "classifiers" : [] } ] }, + { "simplified" : "兴致勃勃", + "radical" : "八", + "level" : [ "old-6" ], + "frequency" : 26094, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "興致勃勃", + "transcriptions" : { "pinyin" : "xìng zhì bó bó", + "numeric" : "xing4 zhi4 bo2 bo2", + "wadegiles" : "hsing⁴ chih⁴ po² po²", + "bopomofo" : "ㄒㄧㄥˋ ㄓˋ ㄅㄛˊ ㄅㄛˊ", + "romatzyh" : "shinq jyh bor bor" }, + "meanings" : [ "to become exhilarated (idiom); in high spirits", + "full of zest" ], + "classifiers" : [] } ] }, + { "simplified" : "姓", + "radical" : "女", + "level" : [ "new-2", "old-2" ], + "frequency" : 3576, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "姓", + "transcriptions" : { "pinyin" : "xìng", + "numeric" : "xing4", + "wadegiles" : "hsing⁴", + "bopomofo" : "ㄒㄧㄥˋ", + "romatzyh" : "shinq" }, + "meanings" : [ "family name", + "surname", + "to be surnamed" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "姓名", + "radical" : "女", + "level" : [ "new-2" ], + "frequency" : 4286, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姓名", + "transcriptions" : { "pinyin" : "xìng míng", + "numeric" : "xing4 ming2", + "wadegiles" : "hsing⁴ ming²", + "bopomofo" : "ㄒㄧㄥˋ ㄇㄧㄥˊ", + "romatzyh" : "shinq ming" }, + "meanings" : [ "surname and given name", + "full name" ], + "classifiers" : [] } ] }, + { "simplified" : "姓氏", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 14616, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姓氏", + "transcriptions" : { "pinyin" : "xìng shì", + "numeric" : "xing4 shi4", + "wadegiles" : "hsing⁴ shih⁴", + "bopomofo" : "ㄒㄧㄥˋ ㄕˋ", + "romatzyh" : "shinq shyh" }, + "meanings" : [ "family name" ], + "classifiers" : [] } ] }, + { "simplified" : "幸存", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 15246, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "倖存", + "transcriptions" : { "pinyin" : "xìng cún", + "numeric" : "xing4 cun2", + "wadegiles" : "hsing⁴ ts'un²", + "bopomofo" : "ㄒㄧㄥˋ ㄘㄨㄣˊ", + "romatzyh" : "shinq tswen" }, + "meanings" : [ "to survive (a disaster)" ], + "classifiers" : [] } ] }, + { "simplified" : "幸福", + "radical" : "干", + "level" : [ "new-3", "old-4" ], + "frequency" : 928, + "pos" : [ "a", "an", "nz" ], + "forms" : [ { "traditional" : "幸福", + "transcriptions" : { "pinyin" : "xìng fú", + "numeric" : "xing4 fu2", + "wadegiles" : "hsing⁴ fu²", + "bopomofo" : "ㄒㄧㄥˋ ㄈㄨˊ", + "romatzyh" : "shinq fwu" }, + "meanings" : [ "happiness", "happy", "blessed" ], + "classifiers" : [] } ] }, + { "simplified" : "幸好", + "radical" : "干", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5735, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "幸好", + "transcriptions" : { "pinyin" : "xìng hǎo", + "numeric" : "xing4 hao3", + "wadegiles" : "hsing⁴ hao³", + "bopomofo" : "ㄒㄧㄥˋ ㄏㄠˇ", + "romatzyh" : "shinq hao" }, + "meanings" : [ "fortunately" ], + "classifiers" : [] } ] }, + { "simplified" : "幸亏", + "radical" : "干", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10426, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "幸虧", + "transcriptions" : { "pinyin" : "xìng kuī", + "numeric" : "xing4 kui1", + "wadegiles" : "hsing⁴ k'uei¹", + "bopomofo" : "ㄒㄧㄥˋ ㄎㄨㄟ", + "romatzyh" : "shinq kuei" }, + "meanings" : [ "fortunately", "luckily" ], + "classifiers" : [] } ] }, + { "simplified" : "幸免", + "radical" : "干", + "level" : [ "new-7+" ], + "frequency" : 17067, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "倖免", + "transcriptions" : { "pinyin" : "xìng miǎn", + "numeric" : "xing4 mian3", + "wadegiles" : "hsing⁴ mien³", + "bopomofo" : "ㄒㄧㄥˋ ㄇㄧㄢˇ", + "romatzyh" : "shinq mean" }, + "meanings" : [ "to avoid (an unpleasant fate)" ], + "classifiers" : [] } ] }, + { "simplified" : "幸运", + "radical" : "干", + "level" : [ "new-3", "old-5" ], + "frequency" : 1830, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "幸運", + "transcriptions" : { "pinyin" : "xìng yùn", + "numeric" : "xing4 yun4", + "wadegiles" : "hsing⁴ yün⁴", + "bopomofo" : "ㄒㄧㄥˋ ㄩㄣˋ", + "romatzyh" : "shinq yunn" }, + "meanings" : [ "fortunate", + "lucky", + "fortune", + "luck" ], + "classifiers" : [] } ] }, + { "simplified" : "性", + "radical" : "忄", + "level" : [ "new-3" ], + "frequency" : 775, + "pos" : [ "g", "n", "k" ], + "forms" : [ { "traditional" : "性", + "transcriptions" : { "pinyin" : "xìng", + "numeric" : "xing4", + "wadegiles" : "hsing⁴", + "bopomofo" : "ㄒㄧㄥˋ", + "romatzyh" : "shinq" }, + "meanings" : [ "nature", + "character", + "property", + "quality", + "attribute", + "sexuality", + "sex", + "gender", + "suffix forming adjective from verb", + "suffix forming noun from adjective, corresponding to -ness or -ity", + "essence" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "性", + "radical" : "忄", + "level" : [ "new-3" ], + "frequency" : 775, + "pos" : [ "g", "n", "k" ], + "forms" : [ { "traditional" : "性", + "transcriptions" : { "pinyin" : "xìng", + "numeric" : "xing4", + "wadegiles" : "hsing⁴", + "bopomofo" : "ㄒㄧㄥˋ", + "romatzyh" : "shinq" }, + "meanings" : [ "nature", + "character", + "property", + "quality", + "attribute", + "sexuality", + "sex", + "gender", + "suffix forming adjective from verb", + "suffix forming noun from adjective, corresponding to -ness or -ity", + "essence" ], + "classifiers" : [] } ] }, + { "simplified" : "性别", + "radical" : "忄", + "level" : [ "new-3", "old-4" ], + "frequency" : 6513, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "性別", + "transcriptions" : { "pinyin" : "xìng bié", + "numeric" : "xing4 bie2", + "wadegiles" : "hsing⁴ pieh²", + "bopomofo" : "ㄒㄧㄥˋ ㄅㄧㄝˊ", + "romatzyh" : "shinq bye" }, + "meanings" : [ "gender", "sex" ], + "classifiers" : [] } ] }, + { "simplified" : "性感", + "radical" : "忄", + "level" : [ "old-6" ], + "frequency" : 2157, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "性感", + "transcriptions" : { "pinyin" : "xìng gǎn", + "numeric" : "xing4 gan3", + "wadegiles" : "hsing⁴ kan³", + "bopomofo" : "ㄒㄧㄥˋ ㄍㄢˇ", + "romatzyh" : "shinq gaan" }, + "meanings" : [ "sex appeal", + "eroticism", + "sexuality", + "sexy" ], + "classifiers" : [] } ] }, + { "simplified" : "性格", + "radical" : "忄", + "level" : [ "new-3", "old-4" ], + "frequency" : 3053, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "性格", + "transcriptions" : { "pinyin" : "xìng gé", + "numeric" : "xing4 ge2", + "wadegiles" : "hsing⁴ ko²", + "bopomofo" : "ㄒㄧㄥˋ ㄍㄜˊ", + "romatzyh" : "shinq ger" }, + "meanings" : [ "nature", + "disposition", + "temperament", + "character" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "性价比", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "性價比", + "transcriptions" : { "pinyin" : "xìng jià bǐ", + "numeric" : "xing4 jia4 bi3", + "wadegiles" : "hsing⁴ chia⁴ pi³", + "bopomofo" : "ㄒㄧㄥˋ ㄐㄧㄚˋ ㄅㄧˇ", + "romatzyh" : "shinq jiah bii" }, + "meanings" : [ "cost-performance ratio" ], + "classifiers" : [] } ] }, + { "simplified" : "性命", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6391, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "性命", + "transcriptions" : { "pinyin" : "xìng mìng", + "numeric" : "xing4 ming4", + "wadegiles" : "hsing⁴ ming⁴", + "bopomofo" : "ㄒㄧㄥˋ ㄇㄧㄥˋ", + "romatzyh" : "shinq minq" }, + "meanings" : [ "life" ], + "classifiers" : [] } ] }, + { "simplified" : "性能", + "radical" : "忄", + "level" : [ "new-5", "old-6" ], + "frequency" : 8457, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "性能", + "transcriptions" : { "pinyin" : "xìng néng", + "numeric" : "xing4 neng2", + "wadegiles" : "hsing⁴ neng²", + "bopomofo" : "ㄒㄧㄥˋ ㄋㄥˊ", + "romatzyh" : "shinq neng" }, + "meanings" : [ "function; performance; behavior" ], + "classifiers" : [] } ] }, + { "simplified" : "性情", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13762, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "性情", + "transcriptions" : { "pinyin" : "xìng qíng", + "numeric" : "xing4 qing2", + "wadegiles" : "hsing⁴ ch'ing²", + "bopomofo" : "ㄒㄧㄥˋ ㄑㄧㄥˊ", + "romatzyh" : "shinq chyng" }, + "meanings" : [ "nature", "temperament" ], + "classifiers" : [] } ] }, + { "simplified" : "性质", + "radical" : "忄", + "level" : [ "new-4", "old-5" ], + "frequency" : 6027, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "性質", + "transcriptions" : { "pinyin" : "xìng zhì", + "numeric" : "xing4 zhi4", + "wadegiles" : "hsing⁴ chih⁴", + "bopomofo" : "ㄒㄧㄥˋ ㄓˋ", + "romatzyh" : "shinq jyh" }, + "meanings" : [ "nature", "characteristic" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "凶", + "radical" : "凵", + "level" : [ "new-6" ], + "frequency" : 4364, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "兇", + "transcriptions" : { "pinyin" : "xiōng", + "numeric" : "xiong1", + "wadegiles" : "hsiung¹", + "bopomofo" : "ㄒㄩㄥ", + "romatzyh" : "shiong" }, + "meanings" : [ "terrible", "fearful" ], + "classifiers" : [] }, + { "traditional" : "凶", + "transcriptions" : { "pinyin" : "xiōng", + "numeric" : "xiong1", + "wadegiles" : "hsiung¹", + "bopomofo" : "ㄒㄩㄥ", + "romatzyh" : "shiong" }, + "meanings" : [ "vicious", + "fierce", + "ominous", + "inauspicious", + "famine", + "variant of 凶" ], + "classifiers" : [] } ] }, + { "simplified" : "凶残", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 12697, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "兇殘", + "transcriptions" : { "pinyin" : "xiōng cán", + "numeric" : "xiong1 can2", + "wadegiles" : "hsiung¹ ts'an²", + "bopomofo" : "ㄒㄩㄥ ㄘㄢˊ", + "romatzyh" : "shiong tsarn" }, + "meanings" : [ "savage", "cruel", "fierce" ], + "classifiers" : [] }, + { "traditional" : "凶殘", + "transcriptions" : { "pinyin" : "xiōng cán", + "numeric" : "xiong1 can2", + "wadegiles" : "hsiung¹ ts'an²", + "bopomofo" : "ㄒㄩㄥ ㄘㄢˊ", + "romatzyh" : "shiong tsarn" }, + "meanings" : [ "savage" ], + "classifiers" : [] } ] }, + { "simplified" : "凶恶", + "radical" : "凵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21192, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "兇惡", + "transcriptions" : { "pinyin" : "xiōng è", + "numeric" : "xiong1 e4", + "wadegiles" : "hsiung¹ e⁴", + "bopomofo" : "ㄒㄩㄥ ㄜˋ", + "romatzyh" : "shiong eh" }, + "meanings" : [ "fierce", + "ferocious", + "fiendish", + "frightening" ], + "classifiers" : [] }, + { "traditional" : "凶惡", + "transcriptions" : { "pinyin" : "xiōng è", + "numeric" : "xiong1 e4", + "wadegiles" : "hsiung¹ e⁴", + "bopomofo" : "ㄒㄩㄥ ㄜˋ", + "romatzyh" : "shiong eh" }, + "meanings" : [ "variant of 凶恶, fierce", + "ferocious", + "fiendish", + "frightening" ], + "classifiers" : [] } ] }, + { "simplified" : "凶狠", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 16248, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "兇狠", + "transcriptions" : { "pinyin" : "xiōng hěn", + "numeric" : "xiong1 hen3", + "wadegiles" : "hsiung¹ hen³", + "bopomofo" : "ㄒㄩㄥ ㄏㄣˇ", + "romatzyh" : "shiong heen" }, + "meanings" : [ "variant of 狠" ], + "classifiers" : [] }, + { "traditional" : "凶狠", + "transcriptions" : { "pinyin" : "xiōng hěn", + "numeric" : "xiong1 hen3", + "wadegiles" : "hsiung¹ hen³", + "bopomofo" : "ㄒㄩㄥ ㄏㄣˇ", + "romatzyh" : "shiong heen" }, + "meanings" : [ "cruel", + "vicious", + "fierce and malicious", + "vengeful" ], + "classifiers" : [] } ] }, + { "simplified" : "凶猛", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 13921, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "兇猛", + "transcriptions" : { "pinyin" : "xiōng měng", + "numeric" : "xiong1 meng3", + "wadegiles" : "hsiung¹ meng³", + "bopomofo" : "ㄒㄩㄥ ㄇㄥˇ", + "romatzyh" : "shiong meeng" }, + "meanings" : [ "fierce", "violent", "ferocious" ], + "classifiers" : [] } ] }, + { "simplified" : "凶手", + "radical" : "凵", + "level" : [ "new-6", "old-6" ], + "frequency" : 5045, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兇手", + "transcriptions" : { "pinyin" : "xiōng shǒu", + "numeric" : "xiong1 shou3", + "wadegiles" : "hsiung¹ shou³", + "bopomofo" : "ㄒㄩㄥ ㄕㄡˇ", + "romatzyh" : "shiong shoou" }, + "meanings" : [ "murderer", "assassin" ], + "classifiers" : [] } ] }, + { "simplified" : "兄弟", + "radical" : "儿", + "level" : [ "new-4", "old-5" ], + "frequency" : 1060, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兄弟", + "transcriptions" : { "pinyin" : "xiōng dì", + "numeric" : "xiong1 di4", + "wadegiles" : "hsiung¹ ti⁴", + "bopomofo" : "ㄒㄩㄥ ㄉㄧˋ", + "romatzyh" : "shiong dih" }, + "meanings" : [ "brothers", + "younger brother", + "I, me (humble term used by men in public speech)", + "brotherly", + "fraternal" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "汹涌", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 16474, + "pos" : [ "a", "ad", "n" ], + "forms" : [ { "traditional" : "洶湧", + "transcriptions" : { "pinyin" : "xiōng yǒng", + "numeric" : "xiong1 yong3", + "wadegiles" : "hsiung¹ yung³", + "bopomofo" : "ㄒㄩㄥ ㄩㄥˇ", + "romatzyh" : "shiong yeong" }, + "meanings" : [ "to surge up violently (of ocean, river, lake etc)", + "turbulent" ], + "classifiers" : [] } ] }, + { "simplified" : "胸", + "radical" : "⺼", + "level" : [ "old-5" ], + "frequency" : 2291, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "胷", + "transcriptions" : { "pinyin" : "xiōng", + "numeric" : "xiong1", + "wadegiles" : "hsiung¹", + "bopomofo" : "ㄒㄩㄥ", + "romatzyh" : "shiong" }, + "meanings" : [ "variant of 胸" ], + "classifiers" : [] }, + { "traditional" : "胸", + "transcriptions" : { "pinyin" : "xiōng", + "numeric" : "xiong1", + "wadegiles" : "hsiung¹", + "bopomofo" : "ㄒㄩㄥ", + "romatzyh" : "shiong" }, + "meanings" : [ "chest", + "bosom", + "heart", + "mind", + "thorax" ], + "classifiers" : [] } ] }, + { "simplified" : "胸部", + "radical" : "⺼", + "level" : [ "new-4" ], + "frequency" : 5077, + "pos" : [ "n", "s" ], + "forms" : [ { "traditional" : "胸部", + "transcriptions" : { "pinyin" : "xiōng bù", + "numeric" : "xiong1 bu4", + "wadegiles" : "hsiung¹ pu⁴", + "bopomofo" : "ㄒㄩㄥ ㄅㄨˋ", + "romatzyh" : "shiong buh" }, + "meanings" : [ "chest", "bosom" ], + "classifiers" : [] } ] }, + { "simplified" : "胸怀", + "radical" : "⺼", + "level" : [ "old-6" ], + "frequency" : 17578, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "胸懷", + "transcriptions" : { "pinyin" : "xiōng huái", + "numeric" : "xiong1 huai2", + "wadegiles" : "hsiung¹ huai²", + "bopomofo" : "ㄒㄩㄥ ㄏㄨㄞˊ", + "romatzyh" : "shiong hwai" }, + "meanings" : [ "one's bosom (the seat of emotions)", + "breast", + "broad-minded and open", + "to think about", + "to cherish" ], + "classifiers" : [] } ] }, + { "simplified" : "胸膛", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14528, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "胸膛", + "transcriptions" : { "pinyin" : "xiōng táng", + "numeric" : "xiong1 tang2", + "wadegiles" : "hsiung¹ t'ang²", + "bopomofo" : "ㄒㄩㄥ ㄊㄤˊ", + "romatzyh" : "shiong tarng" }, + "meanings" : [ "chest" ], + "classifiers" : [] } ] }, + { "simplified" : "胸有成竹", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 26904, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "胸有成竹", + "transcriptions" : { "pinyin" : "xiōng yǒu chéng zhú", + "numeric" : "xiong1 you3 cheng2 zhu2", + "wadegiles" : "hsiung¹ yu³ ch'eng² chu²", + "bopomofo" : "ㄒㄩㄥ ㄧㄡˇ ㄔㄥˊ ㄓㄨˊ", + "romatzyh" : "shiong yeou cherng jwu" }, + "meanings" : [ "(idiom) to have a well thought out plan in mind" ], + "classifiers" : [] } ] }, + { "simplified" : "雄厚", + "radical" : "隹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19383, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "雄厚", + "transcriptions" : { "pinyin" : "xióng hòu", + "numeric" : "xiong2 hou4", + "wadegiles" : "hsiung² hou⁴", + "bopomofo" : "ㄒㄩㄥˊ ㄏㄡˋ", + "romatzyh" : "shyong how" }, + "meanings" : [ "substantial; robust; ample; abundant" ], + "classifiers" : [] } ] }, + { "simplified" : "雄伟", + "radical" : "隹", + "level" : [ "new-5", "old-5" ], + "frequency" : 21406, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "雄偉", + "transcriptions" : { "pinyin" : "xióng wěi", + "numeric" : "xiong2 wei3", + "wadegiles" : "hsiung² wei³", + "bopomofo" : "ㄒㄩㄥˊ ㄨㄟˇ", + "romatzyh" : "shyong woei" }, + "meanings" : [ "grand", + "imposing", + "magnificent", + "majestic" ], + "classifiers" : [] } ] }, + { "simplified" : "熊", + "radical" : "灬", + "level" : [ "new-5" ], + "frequency" : 2749, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "熊", + "transcriptions" : { "pinyin" : "Xióng", + "numeric" : "Xiong2", + "wadegiles" : "hsiung²", + "bopomofo" : "ㄒㄩㄥˊ", + "romatzyh" : "shyong" }, + "meanings" : [ "surname Xiong" ], + "classifiers" : [] }, + { "traditional" : "熊", + "transcriptions" : { "pinyin" : "xióng", + "numeric" : "xiong2", + "wadegiles" : "hsiung²", + "bopomofo" : "ㄒㄩㄥˊ", + "romatzyh" : "shyong" }, + "meanings" : [ "bear", + "(coll.) to scold", + "to rebuke", + "(coll.) weak", + "incapable" ], + "classifiers" : [] } ] }, + { "simplified" : "熊猫", + "radical" : "灬", + "level" : [ "old-3" ], + "frequency" : 7123, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "熊貓", + "transcriptions" : { "pinyin" : "xióng māo", + "numeric" : "xiong2 mao1", + "wadegiles" : "hsiung² mao¹", + "bopomofo" : "ㄒㄩㄥˊ ㄇㄠ", + "romatzyh" : "shyong mhau" }, + "meanings" : [ "panda" ], + "classifiers" : [ "只" ] } ] }, + { "simplified" : "休假", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 7947, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "休假", + "transcriptions" : { "pinyin" : "xiū jià", + "numeric" : "xiu1 jia4", + "wadegiles" : "hsiu¹ chia⁴", + "bopomofo" : "ㄒㄧㄡ ㄐㄧㄚˋ", + "romatzyh" : "shiou jiah" }, + "meanings" : [ "to go on vacation; to have a holiday; to take leave" ], + "classifiers" : [] } ] }, + { "simplified" : "休克", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 11253, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "休克", + "transcriptions" : { "pinyin" : "xiū kè", + "numeric" : "xiu1 ke4", + "wadegiles" : "hsiu¹ k'o⁴", + "bopomofo" : "ㄒㄧㄡ ㄎㄜˋ", + "romatzyh" : "shiou keh" }, + "meanings" : [ "shock (loanword)", + "to go into shock" ], + "classifiers" : [] } ] }, + { "simplified" : "休眠", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 25787, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "休眠", + "transcriptions" : { "pinyin" : "xiū mián", + "numeric" : "xiu1 mian2", + "wadegiles" : "hsiu¹ mien²", + "bopomofo" : "ㄒㄧㄡ ㄇㄧㄢˊ", + "romatzyh" : "shiou mian" }, + "meanings" : [ "to be dormant (biology)", + "inactive (volcano)", + "to hibernate (computing)" ], + "classifiers" : [] } ] }, + { "simplified" : "休息", + "radical" : "亻", + "level" : [ "new-1", "old-2" ], + "frequency" : 1225, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "休息", + "transcriptions" : { "pinyin" : "xiū xi", + "numeric" : "xiu1 xi5", + "wadegiles" : "hsiu¹ xi", + "bopomofo" : "ㄒㄧㄡ xi", + "romatzyh" : "shiou xi" }, + "meanings" : [ "rest", "to rest" ], + "classifiers" : [] } ] }, + { "simplified" : "休闲", + "radical" : "亻", + "level" : [ "new-5", "old-5" ], + "frequency" : 5276, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "休閒", + "transcriptions" : { "pinyin" : "xiū xián", + "numeric" : "xiu1 xian2", + "wadegiles" : "hsiu¹ hsien²", + "bopomofo" : "ㄒㄧㄡ ㄒㄧㄢˊ", + "romatzyh" : "shiou shyan" }, + "meanings" : [ "leisure", + "relaxation", + "not working", + "idle", + "to enjoy leisure", + "to lie fallow" ], + "classifiers" : [] } ] }, + { "simplified" : "休想", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 17275, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "休想", + "transcriptions" : { "pinyin" : "xiū xiǎng", + "numeric" : "xiu1 xiang3", + "wadegiles" : "hsiu¹ hsiang³", + "bopomofo" : "ㄒㄧㄡ ㄒㄧㄤˇ", + "romatzyh" : "shiou sheang" }, + "meanings" : [ "don't think (that)", + "don't imagine (that)" ], + "classifiers" : [] } ] }, + { "simplified" : "休养", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18052, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "休養", + "transcriptions" : { "pinyin" : "xiū yǎng", + "numeric" : "xiu1 yang3", + "wadegiles" : "hsiu¹ yang³", + "bopomofo" : "ㄒㄧㄡ ㄧㄤˇ", + "romatzyh" : "shiou yeang" }, + "meanings" : [ "to recuperate", + "to recover", + "to convalesce" ], + "classifiers" : [] } ] }, + { "simplified" : "修", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 1778, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "修", + "transcriptions" : { "pinyin" : "Xiū", + "numeric" : "Xiu1", + "wadegiles" : "hsiu¹", + "bopomofo" : "ㄒㄧㄡ", + "romatzyh" : "shiou" }, + "meanings" : [ "surname Xiu" ], + "classifiers" : [] }, + { "traditional" : "修", + "transcriptions" : { "pinyin" : "xiū", + "numeric" : "xiu1", + "wadegiles" : "hsiu¹", + "bopomofo" : "ㄒㄧㄡ", + "romatzyh" : "shiou" }, + "meanings" : [ "to decorate", + "to embellish", + "to repair", + "to build", + "to write", + "to cultivate", + "to study", + "to take (a class)" ], + "classifiers" : [] }, + { "traditional" : "脩", + "transcriptions" : { "pinyin" : "xiū", + "numeric" : "xiu1", + "wadegiles" : "hsiu¹", + "bopomofo" : "ㄒㄧㄡ", + "romatzyh" : "shiou" }, + "meanings" : [ "variant of 修" ], + "classifiers" : [] } ] }, + { "simplified" : "修补", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10271, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修補", + "transcriptions" : { "pinyin" : "xiū bǔ", + "numeric" : "xiu1 bu3", + "wadegiles" : "hsiu¹ pu³", + "bopomofo" : "ㄒㄧㄡ ㄅㄨˇ", + "romatzyh" : "shiou buu" }, + "meanings" : [ "to mend" ], + "classifiers" : [] } ] }, + { "simplified" : "修车", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 15468, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修車", + "transcriptions" : { "pinyin" : "xiū chē", + "numeric" : "xiu1 che1", + "wadegiles" : "hsiu¹ ch'e¹", + "bopomofo" : "ㄒㄧㄡ ㄔㄜ", + "romatzyh" : "shiou che" }, + "meanings" : [ "to repair a bike (car etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "修订", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15186, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修訂", + "transcriptions" : { "pinyin" : "xiū dìng", + "numeric" : "xiu1 ding4", + "wadegiles" : "hsiu¹ ting⁴", + "bopomofo" : "ㄒㄧㄡ ㄉㄧㄥˋ", + "romatzyh" : "shiou dinq" }, + "meanings" : [ "to revise" ], + "classifiers" : [] } ] }, + { "simplified" : "修复", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 4833, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修復", + "transcriptions" : { "pinyin" : "xiū fù", + "numeric" : "xiu1 fu4", + "wadegiles" : "hsiu¹ fu⁴", + "bopomofo" : "ㄒㄧㄡ ㄈㄨˋ", + "romatzyh" : "shiou fuh" }, + "meanings" : [ "to restore; to renovate", + "(computing) to repair (a corrupted file etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "修改", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 3871, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修改", + "transcriptions" : { "pinyin" : "xiū gǎi", + "numeric" : "xiu1 gai3", + "wadegiles" : "hsiu¹ kai³", + "bopomofo" : "ㄒㄧㄡ ㄍㄞˇ", + "romatzyh" : "shiou gae" }, + "meanings" : [ "to amend", + "to alter", + "to modify" ], + "classifiers" : [] } ] }, + { "simplified" : "修建", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 8670, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修建", + "transcriptions" : { "pinyin" : "xiū jiàn", + "numeric" : "xiu1 jian4", + "wadegiles" : "hsiu¹ chien⁴", + "bopomofo" : "ㄒㄧㄡ ㄐㄧㄢˋ", + "romatzyh" : "shiou jiann" }, + "meanings" : [ "to build", "to construct" ], + "classifiers" : [] } ] }, + { "simplified" : "修理", + "radical" : "亻", + "level" : [ "new-4", "old-6" ], + "frequency" : 5879, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修理", + "transcriptions" : { "pinyin" : "xiū lǐ", + "numeric" : "xiu1 li3", + "wadegiles" : "hsiu¹ li³", + "bopomofo" : "ㄒㄧㄡ ㄌㄧˇ", + "romatzyh" : "shiou lii" }, + "meanings" : [ "to repair", + "to fix", + "to prune", + "to trim", + "(coll.) to sort sb out", + "to fix sb" ], + "classifiers" : [] } ] }, + { "simplified" : "修路", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 21675, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修路", + "transcriptions" : { "pinyin" : "xiū lù", + "numeric" : "xiu1 lu4", + "wadegiles" : "hsiu¹ lu⁴", + "bopomofo" : "ㄒㄧㄡ ㄌㄨˋ", + "romatzyh" : "shiou luh" }, + "meanings" : [ "to repair a road" ], + "classifiers" : [] } ] }, + { "simplified" : "修养", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 13316, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "修養", + "transcriptions" : { "pinyin" : "xiū yǎng", + "numeric" : "xiu1 yang3", + "wadegiles" : "hsiu¹ yang³", + "bopomofo" : "ㄒㄧㄡ ㄧㄤˇ", + "romatzyh" : "shiou yeang" }, + "meanings" : [ "accomplishment", + "training", + "self-cultivation" ], + "classifiers" : [] } ] }, + { "simplified" : "修长", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 18026, + "pos" : [ "a", "nr" ], + "forms" : [ { "traditional" : "修長", + "transcriptions" : { "pinyin" : "xiū cháng", + "numeric" : "xiu1 chang2", + "wadegiles" : "hsiu¹ ch'ang²", + "bopomofo" : "ㄒㄧㄡ ㄔㄤˊ", + "romatzyh" : "shiou charng" }, + "meanings" : [ "slender", + "lanky", + "tall and thin" ], + "classifiers" : [] } ] }, + { "simplified" : "修正", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8722, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "修正", + "transcriptions" : { "pinyin" : "xiū zhèng", + "numeric" : "xiu1 zheng4", + "wadegiles" : "hsiu¹ cheng⁴", + "bopomofo" : "ㄒㄧㄡ ㄓㄥˋ", + "romatzyh" : "shiou jenq" }, + "meanings" : [ "to revise", "to amend" ], + "classifiers" : [] } ] }, + { "simplified" : "羞耻", + "radical" : "羊", + "level" : [ "old-6" ], + "frequency" : 16207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "羞恥", + "transcriptions" : { "pinyin" : "xiū chǐ", + "numeric" : "xiu1 chi3", + "wadegiles" : "hsiu¹ ch'ih³", + "bopomofo" : "ㄒㄧㄡ ㄔˇ", + "romatzyh" : "shiou chyy" }, + "meanings" : [ "(a feeling of) shame" ], + "classifiers" : [] } ] }, + { "simplified" : "羞愧", + "radical" : "羊", + "level" : [ "new-7+" ], + "frequency" : 13779, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "羞愧", + "transcriptions" : { "pinyin" : "xiū kuì", + "numeric" : "xiu1 kui4", + "wadegiles" : "hsiu¹ k'uei⁴", + "bopomofo" : "ㄒㄧㄡ ㄎㄨㄟˋ", + "romatzyh" : "shiou kuey" }, + "meanings" : [ "ashamed" ], + "classifiers" : [] } ] }, + { "simplified" : "秀丽", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 26034, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "秀麗", + "transcriptions" : { "pinyin" : "xiù lì", + "numeric" : "xiu4 li4", + "wadegiles" : "hsiu⁴ li⁴", + "bopomofo" : "ㄒㄧㄡˋ ㄌㄧˋ", + "romatzyh" : "shiow lih" }, + "meanings" : [ "pretty; beautiful" ], + "classifiers" : [] } ] }, + { "simplified" : "秀美", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 29506, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "秀美", + "transcriptions" : { "pinyin" : "xiù měi", + "numeric" : "xiu4 mei3", + "wadegiles" : "hsiu⁴ mei³", + "bopomofo" : "ㄒㄧㄡˋ ㄇㄟˇ", + "romatzyh" : "shiow meei" }, + "meanings" : [ "elegant", "graceful" ], + "classifiers" : [] } ] }, + { "simplified" : "绣", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12463, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "綉", + "transcriptions" : { "pinyin" : "xiù", + "numeric" : "xiu4", + "wadegiles" : "hsiu⁴", + "bopomofo" : "ㄒㄧㄡˋ", + "romatzyh" : "shiow" }, + "meanings" : [ "variant of 绣" ], + "classifiers" : [] }, + { "traditional" : "繡", + "transcriptions" : { "pinyin" : "xiù", + "numeric" : "xiu4", + "wadegiles" : "hsiu⁴", + "bopomofo" : "ㄒㄧㄡˋ", + "romatzyh" : "shiow" }, + "meanings" : [ "to embroider; embroidery" ], + "classifiers" : [] } ] }, + { "simplified" : "袖手旁观", + "radical" : "衤", + "level" : [ "new-7+" ], + "frequency" : 21626, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "袖手旁觀", + "transcriptions" : { "pinyin" : "xiù shǒu páng guān", + "numeric" : "xiu4 shou3 pang2 guan1", + "wadegiles" : "hsiu⁴ shou³ p'ang² kuan¹", + "bopomofo" : "ㄒㄧㄡˋ ㄕㄡˇ ㄆㄤˊ ㄍㄨㄢ", + "romatzyh" : "shiow shoou parng guan" }, + "meanings" : [ "to watch with folded arms (idiom); to look on without lifting a finger" ], + "classifiers" : [] } ] }, + { "simplified" : "袖珍", + "radical" : "衤", + "level" : [ "new-6" ], + "frequency" : 27717, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "袖珍", + "transcriptions" : { "pinyin" : "xiù zhēn", + "numeric" : "xiu4 zhen1", + "wadegiles" : "hsiu⁴ chen¹", + "bopomofo" : "ㄒㄧㄡˋ ㄓㄣ", + "romatzyh" : "shiow jen" }, + "meanings" : [ "pocket-sized", + "pocket (book etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "锈", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 16722, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "銹", + "transcriptions" : { "pinyin" : "xiù", + "numeric" : "xiu4", + "wadegiles" : "hsiu⁴", + "bopomofo" : "ㄒㄧㄡˋ", + "romatzyh" : "shiow" }, + "meanings" : [ "variant of 锈" ], + "classifiers" : [] }, + { "traditional" : "鏽", + "transcriptions" : { "pinyin" : "xiù", + "numeric" : "xiu4", + "wadegiles" : "hsiu⁴", + "bopomofo" : "ㄒㄧㄡˋ", + "romatzyh" : "shiow" }, + "meanings" : [ "to rust" ], + "classifiers" : [] } ] }, + { "simplified" : "嗅觉", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15998, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嗅覺", + "transcriptions" : { "pinyin" : "xiù jué", + "numeric" : "xiu4 jue2", + "wadegiles" : "hsiu⁴ chüeh²", + "bopomofo" : "ㄒㄧㄡˋ ㄐㄩㄝˊ", + "romatzyh" : "shiow jyue" }, + "meanings" : [ "sense of smell" ], + "classifiers" : [] } ] }, + { "simplified" : "须", + "radical" : "彡", + "level" : [ "new-7+" ], + "frequency" : 4564, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "須", + "transcriptions" : { "pinyin" : "xū", + "numeric" : "xu1", + "wadegiles" : "hsü¹", + "bopomofo" : "ㄒㄩ", + "romatzyh" : "shiu" }, + "meanings" : [ "must", "to have to", "to wait" ], + "classifiers" : [] }, + { "traditional" : "鬚", + "transcriptions" : { "pinyin" : "xū", + "numeric" : "xu1", + "wadegiles" : "hsü¹", + "bopomofo" : "ㄒㄩ", + "romatzyh" : "shiu" }, + "meanings" : [ "beard", + "mustache", + "feeler (of an insect etc)", + "tassel" ], + "classifiers" : [] } ] }, + { "simplified" : "须知", + "radical" : "彡", + "level" : [ "old-6" ], + "frequency" : 30839, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "須知", + "transcriptions" : { "pinyin" : "xū zhī", + "numeric" : "xu1 zhi1", + "wadegiles" : "hsü¹ chih¹", + "bopomofo" : "ㄒㄩ ㄓ", + "romatzyh" : "shiu jy" }, + "meanings" : [ "key information", + "instructions", + "it must be borne in mind" ], + "classifiers" : [] } ] }, + { "simplified" : "虚", + "radical" : "虍", + "level" : [ "new-7+" ], + "frequency" : 5892, + "pos" : [ "a", "d", "g" ], + "forms" : [ { "traditional" : "虛", + "transcriptions" : { "pinyin" : "xū", + "numeric" : "xu1", + "wadegiles" : "hsü¹", + "bopomofo" : "ㄒㄩ", + "romatzyh" : "shiu" }, + "meanings" : [ "emptiness", + "void", + "abstract theory or guiding principles", + "empty or unoccupied", + "diffident or timid", + "false", + "humble or modest", + "(of health) weak", + "virtual", + "in vain" ], + "classifiers" : [] } ] }, + { "simplified" : "虚构", + "radical" : "虍", + "level" : [ "new-7+" ], + "frequency" : 10616, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "虛構", + "transcriptions" : { "pinyin" : "xū gòu", + "numeric" : "xu1 gou4", + "wadegiles" : "hsü¹ kou⁴", + "bopomofo" : "ㄒㄩ ㄍㄡˋ", + "romatzyh" : "shiu gow" }, + "meanings" : [ "to make up", + "fabrication", + "fictional", + "imaginary" ], + "classifiers" : [] } ] }, + { "simplified" : "虚幻", + "radical" : "虍", + "level" : [ "new-7+" ], + "frequency" : 15889, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "虛幻", + "transcriptions" : { "pinyin" : "xū huàn", + "numeric" : "xu1 huan4", + "wadegiles" : "hsü¹ huan⁴", + "bopomofo" : "ㄒㄩ ㄏㄨㄢˋ", + "romatzyh" : "shiu huann" }, + "meanings" : [ "imaginary", "illusory" ], + "classifiers" : [] } ] }, + { "simplified" : "虚假", + "radical" : "虍", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7341, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "虛假", + "transcriptions" : { "pinyin" : "xū jiǎ", + "numeric" : "xu1 jia3", + "wadegiles" : "hsü¹ chia³", + "bopomofo" : "ㄒㄩ ㄐㄧㄚˇ", + "romatzyh" : "shiu jea" }, + "meanings" : [ "false", "phony", "pretense" ], + "classifiers" : [] } ] }, + { "simplified" : "虚拟", + "radical" : "虍", + "level" : [ "new-7+" ], + "frequency" : 8167, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "虛擬", + "transcriptions" : { "pinyin" : "xū nǐ", + "numeric" : "xu1 ni3", + "wadegiles" : "hsü¹ ni³", + "bopomofo" : "ㄒㄩ ㄋㄧˇ", + "romatzyh" : "shiu nii" }, + "meanings" : [ "to imagine; to make up", + "fictitious; theoretical; hypothetical", + "(computing) to emulate", + "(computing) virtual" ], + "classifiers" : [] } ] }, + { "simplified" : "虚荣", + "radical" : "虍", + "level" : [ "old-6" ], + "frequency" : 18427, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "虛榮", + "transcriptions" : { "pinyin" : "xū róng", + "numeric" : "xu1 rong2", + "wadegiles" : "hsü¹ jung²", + "bopomofo" : "ㄒㄩ ㄖㄨㄥˊ", + "romatzyh" : "shiu rong" }, + "meanings" : [ "vanity" ], + "classifiers" : [] } ] }, + { "simplified" : "虚弱", + "radical" : "虍", + "level" : [ "new-7+" ], + "frequency" : 9500, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "虛弱", + "transcriptions" : { "pinyin" : "xū ruò", + "numeric" : "xu1 ruo4", + "wadegiles" : "hsü¹ jo⁴", + "bopomofo" : "ㄒㄩ ㄖㄨㄛˋ", + "romatzyh" : "shiu ruoh" }, + "meanings" : [ "weak", "in poor health" ], + "classifiers" : [] } ] }, + { "simplified" : "虚伪", + "radical" : "虍", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8706, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "虛偽", + "transcriptions" : { "pinyin" : "xū wěi", + "numeric" : "xu1 wei3", + "wadegiles" : "hsü¹ wei³", + "bopomofo" : "ㄒㄩ ㄨㄟˇ", + "romatzyh" : "shiu woei" }, + "meanings" : [ "false", + "hypocritical", + "artificial", + "sham" ], + "classifiers" : [] } ] }, + { "simplified" : "虚心", + "radical" : "虍", + "level" : [ "new-5", "old-5" ], + "frequency" : 25241, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "虛心", + "transcriptions" : { "pinyin" : "xū xīn", + "numeric" : "xu1 xin1", + "wadegiles" : "hsü¹ hsin¹", + "bopomofo" : "ㄒㄩ ㄒㄧㄣ", + "romatzyh" : "shiu shin" }, + "meanings" : [ "open-minded", "humble" ], + "classifiers" : [] } ] }, + { "simplified" : "需", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 1631, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "需", + "transcriptions" : { "pinyin" : "xū", + "numeric" : "xu1", + "wadegiles" : "hsü¹", + "bopomofo" : "ㄒㄩ", + "romatzyh" : "shiu" }, + "meanings" : [ "to require", + "to need", + "to want", + "necessity", + "need" ], + "classifiers" : [] } ] }, + { "simplified" : "需求", + "radical" : "雨", + "level" : [ "new-3", "old-6" ], + "frequency" : 3122, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "需求", + "transcriptions" : { "pinyin" : "xū qiú", + "numeric" : "xu1 qiu2", + "wadegiles" : "hsü¹ ch'iu²", + "bopomofo" : "ㄒㄩ ㄑㄧㄡˊ", + "romatzyh" : "shiu chyou" }, + "meanings" : [ "requirement", + "to require", + "(economics) demand" ], + "classifiers" : [] } ] }, + { "simplified" : "需要", + "radical" : "雨", + "level" : [ "new-3", "old-3" ], + "frequency" : 131, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "需要", + "transcriptions" : { "pinyin" : "xū yào", + "numeric" : "xu1 yao4", + "wadegiles" : "hsü¹ yao⁴", + "bopomofo" : "ㄒㄩ ㄧㄠˋ", + "romatzyh" : "shiu yaw" }, + "meanings" : [ "to need; to want; to demand; to require", + "needs" ], + "classifiers" : [] } ] }, + { "simplified" : "徐徐", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 25996, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "徐徐", + "transcriptions" : { "pinyin" : "xú xú", + "numeric" : "xu2 xu2", + "wadegiles" : "hsü² hsü²", + "bopomofo" : "ㄒㄩˊ ㄒㄩˊ", + "romatzyh" : "shyu shyu" }, + "meanings" : [ "slowly", "gently" ], + "classifiers" : [] } ] }, + { "simplified" : "许", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 2038, + "pos" : [ "v", "m", "g", "nr" ], + "forms" : [ { "traditional" : "許", + "transcriptions" : { "pinyin" : "Xǔ", + "numeric" : "Xu3", + "wadegiles" : "hsü³", + "bopomofo" : "ㄒㄩˇ", + "romatzyh" : "sheu" }, + "meanings" : [ "surname Xu" ], + "classifiers" : [] }, + { "traditional" : "許", + "transcriptions" : { "pinyin" : "xǔ", + "numeric" : "xu3", + "wadegiles" : "hsü³", + "bopomofo" : "ㄒㄩˇ", + "romatzyh" : "sheu" }, + "meanings" : [ "to allow", + "to permit", + "to promise", + "to praise", + "somewhat", + "perhaps" ], + "classifiers" : [] } ] }, + { "simplified" : "许多", + "radical" : "讠", + "level" : [ "new-2", "old-4" ], + "frequency" : 969, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "許多", + "transcriptions" : { "pinyin" : "xǔ duō", + "numeric" : "xu3 duo1", + "wadegiles" : "hsü³ to¹", + "bopomofo" : "ㄒㄩˇ ㄉㄨㄛ", + "romatzyh" : "sheu duo" }, + "meanings" : [ "many", "a lot of", "much" ], + "classifiers" : [] } ] }, + { "simplified" : "许可", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 4795, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "許可", + "transcriptions" : { "pinyin" : "xǔ kě", + "numeric" : "xu3 ke3", + "wadegiles" : "hsü³ k'o³", + "bopomofo" : "ㄒㄩˇ ㄎㄜˇ", + "romatzyh" : "sheu kee" }, + "meanings" : [ "to allow", "to permit" ], + "classifiers" : [] } ] }, + { "simplified" : "许可证", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 6731, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "許可證", + "transcriptions" : { "pinyin" : "xǔ kě zhèng", + "numeric" : "xu3 ke3 zheng4", + "wadegiles" : "hsü³ k'o³ cheng⁴", + "bopomofo" : "ㄒㄩˇ ㄎㄜˇ ㄓㄥˋ", + "romatzyh" : "sheu kee jenq" }, + "meanings" : [ "license", + "authorization", + "permit" ], + "classifiers" : [] } ] }, + { "simplified" : "旭日", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 32316, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旭日", + "transcriptions" : { "pinyin" : "xù rì", + "numeric" : "xu4 ri4", + "wadegiles" : "hsü⁴ jih⁴", + "bopomofo" : "ㄒㄩˋ ㄖˋ", + "romatzyh" : "shiuh ryh" }, + "meanings" : [ "the rising sun" ], + "classifiers" : [] } ] }, + { "simplified" : "序", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 11610, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "序", + "transcriptions" : { "pinyin" : "xù", + "numeric" : "xu4", + "wadegiles" : "hsü⁴", + "bopomofo" : "ㄒㄩˋ", + "romatzyh" : "shiuh" }, + "meanings" : [ "(bound form) order; sequence", + "(bound form) introductory; initial", + "preface" ], + "classifiers" : [] } ] }, + { "simplified" : "序幕", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 17209, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "序幕", + "transcriptions" : { "pinyin" : "xù mù", + "numeric" : "xu4 mu4", + "wadegiles" : "hsü⁴ mu⁴", + "bopomofo" : "ㄒㄩˋ ㄇㄨˋ", + "romatzyh" : "shiuh muh" }, + "meanings" : [ "prologue" ], + "classifiers" : [] } ] }, + { "simplified" : "序言", + "radical" : "广", + "level" : [ "old-6" ], + "frequency" : 36371, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "序言", + "transcriptions" : { "pinyin" : "xù yán", + "numeric" : "xu4 yan2", + "wadegiles" : "hsü⁴ yan²", + "bopomofo" : "ㄒㄩˋ ㄧㄢˊ", + "romatzyh" : "shiuh yan" }, + "meanings" : [ "preface", + "introductory remarks", + "preamble", + "prelude" ], + "classifiers" : [] } ] }, + { "simplified" : "叙述", + "radical" : "又", + "level" : [ "new-7+", "old-5" ], + "frequency" : 9937, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "敘述", + "transcriptions" : { "pinyin" : "xù shù", + "numeric" : "xu4 shu4", + "wadegiles" : "hsü⁴ shu⁴", + "bopomofo" : "ㄒㄩˋ ㄕㄨˋ", + "romatzyh" : "shiuh shuh" }, + "meanings" : [ "to relate (a story or information)", + "to tell or talk about", + "to recount", + "narration", + "telling", + "narrative", + "account" ], + "classifiers" : [] } ] }, + { "simplified" : "续", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 7378, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "續", + "transcriptions" : { "pinyin" : "xù", + "numeric" : "xu4", + "wadegiles" : "hsü⁴", + "bopomofo" : "ㄒㄩˋ", + "romatzyh" : "shiuh" }, + "meanings" : [ "to continue", "to replenish" ], + "classifiers" : [] } ] }, + { "simplified" : "酗酒", + "radical" : "酉", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13274, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "酗酒", + "transcriptions" : { "pinyin" : "xù jiǔ", + "numeric" : "xu4 jiu3", + "wadegiles" : "hsü⁴ chiu³", + "bopomofo" : "ㄒㄩˋ ㄐㄧㄡˇ", + "romatzyh" : "shiuh jeou" }, + "meanings" : [ "heavy drinking", + "to get drunk", + "to drink to excess" ], + "classifiers" : [] } ] }, + { "simplified" : "絮叨", + "radical" : "糸", + "level" : [ "new-7+" ], + "frequency" : 43697, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "絮叨", + "transcriptions" : { "pinyin" : "xù dao", + "numeric" : "xu4 dao5", + "wadegiles" : "hsü⁴ dao", + "bopomofo" : "ㄒㄩˋ dao", + "romatzyh" : "shiuh dao" }, + "meanings" : [ "long-winded", + "garrulous", + "to talk endlessly without getting to the point" ], + "classifiers" : [] } ] }, + { "simplified" : "宣布", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 1467, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "宣布", + "transcriptions" : { "pinyin" : "xuān bù", + "numeric" : "xuan1 bu4", + "wadegiles" : "hsüan¹ pu⁴", + "bopomofo" : "ㄒㄩㄢ ㄅㄨˋ", + "romatzyh" : "shiuan buh" }, + "meanings" : [ "to declare", + "to announce", + "to proclaim" ], + "classifiers" : [] } ] }, + { "simplified" : "宣称", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 6974, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "宣稱", + "transcriptions" : { "pinyin" : "xuān chēng", + "numeric" : "xuan1 cheng1", + "wadegiles" : "hsüan¹ ch'eng¹", + "bopomofo" : "ㄒㄩㄢ ㄔㄥ", + "romatzyh" : "shiuan cheng" }, + "meanings" : [ "to assert", "to claim" ], + "classifiers" : [] } ] }, + { "simplified" : "宣传", + "radical" : "宀", + "level" : [ "new-3", "old-5" ], + "frequency" : 2072, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "宣傳", + "transcriptions" : { "pinyin" : "xuān chuán", + "numeric" : "xuan1 chuan2", + "wadegiles" : "hsüan¹ ch'uan²", + "bopomofo" : "ㄒㄩㄢ ㄔㄨㄢˊ", + "romatzyh" : "shiuan chwan" }, + "meanings" : [ "to disseminate", + "to give publicity to", + "propaganda" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "宣读", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 11262, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "宣讀", + "transcriptions" : { "pinyin" : "xuān dú", + "numeric" : "xuan1 du2", + "wadegiles" : "hsüan¹ tu²", + "bopomofo" : "ㄒㄩㄢ ㄉㄨˊ", + "romatzyh" : "shiuan dwu" }, + "meanings" : [ "to read out loud to an audience", + "a prepared speech (e.g. to a party conference)" ], + "classifiers" : [] } ] }, + { "simplified" : "宣告", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 9186, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "宣告", + "transcriptions" : { "pinyin" : "xuān gào", + "numeric" : "xuan1 gao4", + "wadegiles" : "hsüan¹ kao⁴", + "bopomofo" : "ㄒㄩㄢ ㄍㄠˋ", + "romatzyh" : "shiuan gaw" }, + "meanings" : [ "to declare", "to proclaim" ], + "classifiers" : [] } ] }, + { "simplified" : "宣誓", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10963, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "宣誓", + "transcriptions" : { "pinyin" : "xuān shì", + "numeric" : "xuan1 shi4", + "wadegiles" : "hsüan¹ shih⁴", + "bopomofo" : "ㄒㄩㄢ ㄕˋ", + "romatzyh" : "shiuan shyh" }, + "meanings" : [ "to swear an oath (of office)", + "to make a vow" ], + "classifiers" : [] } ] }, + { "simplified" : "宣泄", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 15140, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "宣洩", + "transcriptions" : { "pinyin" : "xuān xiè", + "numeric" : "xuan1 xie4", + "wadegiles" : "hsüan¹ hsieh⁴", + "bopomofo" : "ㄒㄩㄢ ㄒㄧㄝˋ", + "romatzyh" : "shiuan shieh" }, + "meanings" : [ "to drain (by leading off water)", + "to unburden oneself", + "to divulge", + "to leak a secret" ], + "classifiers" : [] } ] }, + { "simplified" : "宣言", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 7322, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宣言", + "transcriptions" : { "pinyin" : "xuān yán", + "numeric" : "xuan1 yan2", + "wadegiles" : "hsüan¹ yan²", + "bopomofo" : "ㄒㄩㄢ ㄧㄢˊ", + "romatzyh" : "shiuan yan" }, + "meanings" : [ "declaration", "manifesto" ], + "classifiers" : [] } ] }, + { "simplified" : "宣扬", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11582, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "宣揚", + "transcriptions" : { "pinyin" : "xuān yáng", + "numeric" : "xuan1 yang2", + "wadegiles" : "hsüan¹ yang²", + "bopomofo" : "ㄒㄩㄢ ㄧㄤˊ", + "romatzyh" : "shiuan yang" }, + "meanings" : [ "to publicize; to advertise; to spread far and wide" ], + "classifiers" : [] } ] }, + { "simplified" : "喧哗", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 24091, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "喧嘩", + "transcriptions" : { "pinyin" : "xuān huá", + "numeric" : "xuan1 hua2", + "wadegiles" : "hsüan¹ hua²", + "bopomofo" : "ㄒㄩㄢ ㄏㄨㄚˊ", + "romatzyh" : "shiuan hwa" }, + "meanings" : [ "hubbub", + "clamor", + "to make a racket" ], + "classifiers" : [] } ] }, + { "simplified" : "喧闹", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 19046, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "喧鬧", + "transcriptions" : { "pinyin" : "xuān nào", + "numeric" : "xuan1 nao4", + "wadegiles" : "hsüan¹ nao⁴", + "bopomofo" : "ㄒㄩㄢ ㄋㄠˋ", + "romatzyh" : "shiuan naw" }, + "meanings" : [ "to make a noise", "noisy" ], + "classifiers" : [] } ] }, + { "simplified" : "玄", + "radical" : "玄", + "level" : [ "new-7+" ], + "frequency" : 10533, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "玄", + "transcriptions" : { "pinyin" : "xuán", + "numeric" : "xuan2", + "wadegiles" : "hsüan²", + "bopomofo" : "ㄒㄩㄢˊ", + "romatzyh" : "shyuan" }, + "meanings" : [ "black", "mysterious" ], + "classifiers" : [] } ] }, + { "simplified" : "玄机", + "radical" : "玄", + "level" : [ "new-7+" ], + "frequency" : 24532, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "玄機", + "transcriptions" : { "pinyin" : "xuán jī", + "numeric" : "xuan2 ji1", + "wadegiles" : "hsüan² chi¹", + "bopomofo" : "ㄒㄩㄢˊ ㄐㄧ", + "romatzyh" : "shyuan ji" }, + "meanings" : [ "profound theory (in Daoism and Buddhism)", + "mysterious principles" ], + "classifiers" : [] } ] }, + { "simplified" : "悬", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 7493, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "懸", + "transcriptions" : { "pinyin" : "xuán", + "numeric" : "xuan2", + "wadegiles" : "hsüan²", + "bopomofo" : "ㄒㄩㄢˊ", + "romatzyh" : "shyuan" }, + "meanings" : [ "to hang or suspend", + "to worry", + "public announcement", + "unresolved", + "baseless", + "without foundation" ], + "classifiers" : [] } ] }, + { "simplified" : "悬挂", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14021, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "懸掛", + "transcriptions" : { "pinyin" : "xuán guà", + "numeric" : "xuan2 gua4", + "wadegiles" : "hsüan² kua⁴", + "bopomofo" : "ㄒㄩㄢˊ ㄍㄨㄚˋ", + "romatzyh" : "shyuan guah" }, + "meanings" : [ "to suspend", + "to hang", + "(vehicle) suspension" ], + "classifiers" : [] } ] }, + { "simplified" : "悬念", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11315, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "懸念", + "transcriptions" : { "pinyin" : "xuán niàn", + "numeric" : "xuan2 nian4", + "wadegiles" : "hsüan² nien⁴", + "bopomofo" : "ㄒㄩㄢˊ ㄋㄧㄢˋ", + "romatzyh" : "shyuan niann" }, + "meanings" : [ "suspense in a movie, play etc", + "concern for sb's welfare" ], + "classifiers" : [] } ] }, + { "simplified" : "悬殊", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 20622, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "懸殊", + "transcriptions" : { "pinyin" : "xuán shū", + "numeric" : "xuan2 shu1", + "wadegiles" : "hsüan² shu¹", + "bopomofo" : "ㄒㄩㄢˊ ㄕㄨ", + "romatzyh" : "shyuan shu" }, + "meanings" : [ "widely different", + "large disparity" ], + "classifiers" : [] } ] }, + { "simplified" : "悬崖", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 10937, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "懸崖", + "transcriptions" : { "pinyin" : "xuán yá", + "numeric" : "xuan2 ya2", + "wadegiles" : "hsüan² ya²", + "bopomofo" : "ㄒㄩㄢˊ ㄧㄚˊ", + "romatzyh" : "shyuan ya" }, + "meanings" : [ "precipice", "overhanging cliff" ], + "classifiers" : [] } ] }, + { "simplified" : "悬崖峭壁", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 48736, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "懸崖峭壁", + "transcriptions" : { "pinyin" : "xuán yá qiào bì", + "numeric" : "xuan2 ya2 qiao4 bi4", + "wadegiles" : "hsüan² ya² ch'iao⁴ pi⁴", + "bopomofo" : "ㄒㄩㄢˊ ㄧㄚˊ ㄑㄧㄠˋ ㄅㄧˋ", + "romatzyh" : "shyuan ya chiaw bih" }, + "meanings" : [ "sheer cliffs and precipitous rock faces (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "旋律", + "radical" : "方", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旋律", + "transcriptions" : { "pinyin" : "xuán lu:4", + "numeric" : "xuan2 lü4", + "wadegiles" : "hsüan² lu:4", + "bopomofo" : "ㄒㄩㄢˊ lu:4", + "romatzyh" : "shyuan lu:4" }, + "meanings" : [ "melody" ], + "classifiers" : [] } ] }, + { "simplified" : "旋涡", + "radical" : "方", + "level" : [ "new-7+" ], + "frequency" : 37673, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "旋渦", + "transcriptions" : { "pinyin" : "xuán wō", + "numeric" : "xuan2 wo1", + "wadegiles" : "hsüan² wo¹", + "bopomofo" : "ㄒㄩㄢˊ ㄨㄛ", + "romatzyh" : "shyuan uo" }, + "meanings" : [ "spiral", + "whirlpool", + "eddy", + "vortex" ], + "classifiers" : [] } ] }, + { "simplified" : "旋转", + "radical" : "方", + "level" : [ "new-6", "old-6" ], + "frequency" : 5279, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "旋轉", + "transcriptions" : { "pinyin" : "xuán zhuǎn", + "numeric" : "xuan2 zhuan3", + "wadegiles" : "hsüan² chuan³", + "bopomofo" : "ㄒㄩㄢˊ ㄓㄨㄢˇ", + "romatzyh" : "shyuan joan" }, + "meanings" : [ "to rotate", + "to revolve", + "to spin", + "to whirl" ], + "classifiers" : [] } ] }, + { "simplified" : "选", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 590, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "選", + "transcriptions" : { "pinyin" : "xuǎn", + "numeric" : "xuan3", + "wadegiles" : "hsüan³", + "bopomofo" : "ㄒㄩㄢˇ", + "romatzyh" : "sheuan" }, + "meanings" : [ "to choose", + "to pick", + "to select", + "to elect" ], + "classifiers" : [] } ] }, + { "simplified" : "选拔", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 7832, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "選拔", + "transcriptions" : { "pinyin" : "xuǎn bá", + "numeric" : "xuan3 ba2", + "wadegiles" : "hsüan³ pa²", + "bopomofo" : "ㄒㄩㄢˇ ㄅㄚˊ", + "romatzyh" : "sheuan bar" }, + "meanings" : [ "to select the best" ], + "classifiers" : [] } ] }, + { "simplified" : "选举", + "radical" : "辶", + "level" : [ "new-6", "old-5" ], + "frequency" : 3104, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "選舉", + "transcriptions" : { "pinyin" : "xuǎn jǔ", + "numeric" : "xuan3 ju3", + "wadegiles" : "hsüan³ chü³", + "bopomofo" : "ㄒㄩㄢˇ ㄐㄩˇ", + "romatzyh" : "sheuan jeu" }, + "meanings" : [ "to elect", "election" ], + "classifiers" : [ "次", "个" ] } ] }, + { "simplified" : "选民", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9017, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "選民", + "transcriptions" : { "pinyin" : "xuǎn mín", + "numeric" : "xuan3 min2", + "wadegiles" : "hsüan³ min²", + "bopomofo" : "ㄒㄩㄢˇ ㄇㄧㄣˊ", + "romatzyh" : "sheuan min" }, + "meanings" : [ "voter", + "constituency", + "electorate" ], + "classifiers" : [] } ] }, + { "simplified" : "选手", + "radical" : "辶", + "level" : [ "new-3", "old-6" ], + "frequency" : 1025, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "選手", + "transcriptions" : { "pinyin" : "xuǎn shǒu", + "numeric" : "xuan3 shou3", + "wadegiles" : "hsüan³ shou³", + "bopomofo" : "ㄒㄩㄢˇ ㄕㄡˇ", + "romatzyh" : "sheuan shoou" }, + "meanings" : [ "athlete", "contestant" ], + "classifiers" : [] } ] }, + { "simplified" : "选项", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 11774, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "選項", + "transcriptions" : { "pinyin" : "xuǎn xiàng", + "numeric" : "xuan3 xiang4", + "wadegiles" : "hsüan³ hsiang⁴", + "bopomofo" : "ㄒㄩㄢˇ ㄒㄧㄤˋ", + "romatzyh" : "sheuan shianq" }, + "meanings" : [ "option; alternative; choice", + "to choose a project" ], + "classifiers" : [] } ] }, + { "simplified" : "选修", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 26976, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "選修", + "transcriptions" : { "pinyin" : "xuǎn xiū", + "numeric" : "xuan3 xiu1", + "wadegiles" : "hsüan³ hsiu¹", + "bopomofo" : "ㄒㄩㄢˇ ㄒㄧㄡ", + "romatzyh" : "sheuan shiou" }, + "meanings" : [ "(at a school) to take as an elective", + "an elective", + "elective (subject)" ], + "classifiers" : [] } ] }, + { "simplified" : "选用", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 15557, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "選用", + "transcriptions" : { "pinyin" : "xuǎn yòng", + "numeric" : "xuan3 yong4", + "wadegiles" : "hsüan³ yung⁴", + "bopomofo" : "ㄒㄩㄢˇ ㄩㄥˋ", + "romatzyh" : "sheuan yonq" }, + "meanings" : [ "to choose for some purpose", + "to select and use" ], + "classifiers" : [] } ] }, + { "simplified" : "选择", + "radical" : "辶", + "level" : [ "new-4", "old-3" ], + "frequency" : 373, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "選擇", + "transcriptions" : { "pinyin" : "xuǎn zé", + "numeric" : "xuan3 ze2", + "wadegiles" : "hsüan³ tse²", + "bopomofo" : "ㄒㄩㄢˇ ㄗㄜˊ", + "romatzyh" : "sheuan tzer" }, + "meanings" : [ "to select", + "to pick", + "choice", + "option", + "alternative" ], + "classifiers" : [] } ] }, + { "simplified" : "炫耀", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 7910, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "炫耀", + "transcriptions" : { "pinyin" : "xuàn yào", + "numeric" : "xuan4 yao4", + "wadegiles" : "hsüan⁴ yao⁴", + "bopomofo" : "ㄒㄩㄢˋ ㄧㄠˋ", + "romatzyh" : "shiuann yaw" }, + "meanings" : [ "dazzling", + "to show off", + "to flaunt" ], + "classifiers" : [] } ] }, + { "simplified" : "削", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 9051, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "削", + "transcriptions" : { "pinyin" : "xiāo", + "numeric" : "xiao1", + "wadegiles" : "hsiao¹", + "bopomofo" : "ㄒㄧㄠ", + "romatzyh" : "shiau" }, + "meanings" : [ "to peel with a knife", + "to pare", + "to cut (a ball at tennis etc)" ], + "classifiers" : [] }, + { "traditional" : "削", + "transcriptions" : { "pinyin" : "xuē", + "numeric" : "xue1", + "wadegiles" : "hsüeh¹", + "bopomofo" : "ㄒㄩㄝ", + "romatzyh" : "shiue" }, + "meanings" : [ "to pare", + "to reduce", + "to remove", + "Taiwan pr. [xuè]" ], + "classifiers" : [] } ] }, + { "simplified" : "削弱", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11259, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "削弱", + "transcriptions" : { "pinyin" : "xuē ruò", + "numeric" : "xue1 ruo4", + "wadegiles" : "hsüeh¹ jo⁴", + "bopomofo" : "ㄒㄩㄝ ㄖㄨㄛˋ", + "romatzyh" : "shiue ruoh" }, + "meanings" : [ "to weaken", + "to impair", + "to cripple" ], + "classifiers" : [] } ] }, + { "simplified" : "靴子", + "radical" : "革", + "level" : [ "new-7+" ], + "frequency" : 7637, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "靴子", + "transcriptions" : { "pinyin" : "xuē zi", + "numeric" : "xue1 zi5", + "wadegiles" : "hsüeh¹ zi", + "bopomofo" : "ㄒㄩㄝ zi", + "romatzyh" : "shiue zi" }, + "meanings" : [ "boots" ], + "classifiers" : [] } ] }, + { "simplified" : "穴位", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 22704, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "穴位", + "transcriptions" : { "pinyin" : "xué wèi", + "numeric" : "xue2 wei4", + "wadegiles" : "hsüeh² wei⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄨㄟˋ", + "romatzyh" : "shyue wey" }, + "meanings" : [ "acupuncture point", + "location of a grave" ], + "classifiers" : [] } ] }, + { "simplified" : "学", + "radical" : "子", + "level" : [ "new-1" ], + "frequency" : 524, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "學", + "transcriptions" : { "pinyin" : "xué", + "numeric" : "xue2", + "wadegiles" : "hsüeh²", + "bopomofo" : "ㄒㄩㄝˊ", + "romatzyh" : "shyue" }, + "meanings" : [ "to learn", + "to study", + "to imitate", + "science", + "-ology" ], + "classifiers" : [] } ] }, + { "simplified" : "学费", + "radical" : "子", + "level" : [ "new-3" ], + "frequency" : 6307, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學費", + "transcriptions" : { "pinyin" : "xué fèi", + "numeric" : "xue2 fei4", + "wadegiles" : "hsüeh² fei⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄈㄟˋ", + "romatzyh" : "shyue fey" }, + "meanings" : [ "tuition fee", "tuition" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "学分", + "radical" : "子", + "level" : [ "new-4" ], + "frequency" : 15668, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學分", + "transcriptions" : { "pinyin" : "xué fēn", + "numeric" : "xue2 fen1", + "wadegiles" : "hsüeh² fen¹", + "bopomofo" : "ㄒㄩㄝˊ ㄈㄣ", + "romatzyh" : "shyue fen" }, + "meanings" : [ "course credit" ], + "classifiers" : [] } ] }, + { "simplified" : "学会", + "radical" : "子", + "level" : [ "new-6" ], + "frequency" : 1893, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "學會", + "transcriptions" : { "pinyin" : "xué huì", + "numeric" : "xue2 hui4", + "wadegiles" : "hsüeh² hui⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄏㄨㄟˋ", + "romatzyh" : "shyue huey" }, + "meanings" : [ "to learn", + "to master", + "institute", + "learned society", + "(scholarly) association" ], + "classifiers" : [] } ] }, + { "simplified" : "学科", + "radical" : "子", + "level" : [ "new-5" ], + "frequency" : 11598, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學科", + "transcriptions" : { "pinyin" : "xué kē", + "numeric" : "xue2 ke1", + "wadegiles" : "hsüeh² k'o¹", + "bopomofo" : "ㄒㄩㄝˊ ㄎㄜ", + "romatzyh" : "shyue ke" }, + "meanings" : [ "subject", + "branch of learning", + "course", + "academic discipline" ], + "classifiers" : [] } ] }, + { "simplified" : "学历", + "radical" : "子", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9089, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學歷", + "transcriptions" : { "pinyin" : "xué lì", + "numeric" : "xue2 li4", + "wadegiles" : "hsüeh² li⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄌㄧˋ", + "romatzyh" : "shyue lih" }, + "meanings" : [ "educational background", + "academic qualifications" ], + "classifiers" : [] } ] }, + { "simplified" : "学年", + "radical" : "子", + "level" : [ "new-4" ], + "frequency" : 19939, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學年", + "transcriptions" : { "pinyin" : "xué nián", + "numeric" : "xue2 nian2", + "wadegiles" : "hsüeh² nien²", + "bopomofo" : "ㄒㄩㄝˊ ㄋㄧㄢˊ", + "romatzyh" : "shyue nian" }, + "meanings" : [ "academic year" ], + "classifiers" : [] } ] }, + { "simplified" : "学期", + "radical" : "子", + "level" : [ "new-2", "old-5" ], + "frequency" : 5859, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學期", + "transcriptions" : { "pinyin" : "xué qī", + "numeric" : "xue2 qi1", + "wadegiles" : "hsüeh² ch'i¹", + "bopomofo" : "ㄒㄩㄝˊ ㄑㄧ", + "romatzyh" : "shyue chi" }, + "meanings" : [ "term", "semester" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "学生", + "radical" : "子", + "level" : [ "new-1", "old-1" ], + "frequency" : 651, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學生", + "transcriptions" : { "pinyin" : "xué sheng", + "numeric" : "xue2 sheng5", + "wadegiles" : "hsüeh² sheng", + "bopomofo" : "ㄒㄩㄝˊ sheng", + "romatzyh" : "shyue sheng" }, + "meanings" : [ "student", "schoolchild" ], + "classifiers" : [] } ] }, + { "simplified" : "学时", + "radical" : "子", + "level" : [ "new-4" ], + "frequency" : 52820, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學時", + "transcriptions" : { "pinyin" : "xué shí", + "numeric" : "xue2 shi2", + "wadegiles" : "hsüeh² shih²", + "bopomofo" : "ㄒㄩㄝˊ ㄕˊ", + "romatzyh" : "shyue shyr" }, + "meanings" : [ "class hour", "period" ], + "classifiers" : [] } ] }, + { "simplified" : "学士", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 17708, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學士", + "transcriptions" : { "pinyin" : "xué shì", + "numeric" : "xue2 shi4", + "wadegiles" : "hsüeh² shih⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄕˋ", + "romatzyh" : "shyue shyh" }, + "meanings" : [ "bachelor's degree", + "person holding a university degree" ], + "classifiers" : [] } ] }, + { "simplified" : "学术", + "radical" : "子", + "level" : [ "new-4", "old-5" ], + "frequency" : 6632, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學術", + "transcriptions" : { "pinyin" : "xué shù", + "numeric" : "xue2 shu4", + "wadegiles" : "hsüeh² shu⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄕㄨˋ", + "romatzyh" : "shyue shuh" }, + "meanings" : [ "learning", "science", "academic" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "学说", + "radical" : "子", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17578, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學說", + "transcriptions" : { "pinyin" : "xué shuō", + "numeric" : "xue2 shuo1", + "wadegiles" : "hsüeh² shuo¹", + "bopomofo" : "ㄒㄩㄝˊ ㄕㄨㄛ", + "romatzyh" : "shyue shuo" }, + "meanings" : [ "theory", "doctrine" ], + "classifiers" : [] } ] }, + { "simplified" : "学堂", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 31575, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學堂", + "transcriptions" : { "pinyin" : "xué táng", + "numeric" : "xue2 tang2", + "wadegiles" : "hsüeh² t'ang²", + "bopomofo" : "ㄒㄩㄝˊ ㄊㄤˊ", + "romatzyh" : "shyue tarng" }, + "meanings" : [ "college", "school (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "学位", + "radical" : "子", + "level" : [ "new-5", "old-6" ], + "frequency" : 6034, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學位", + "transcriptions" : { "pinyin" : "xué wèi", + "numeric" : "xue2 wei4", + "wadegiles" : "hsüeh² wei⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄨㄟˋ", + "romatzyh" : "shyue wey" }, + "meanings" : [ "academic degree", + "place in school" ], + "classifiers" : [] } ] }, + { "simplified" : "学问", + "radical" : "子", + "level" : [ "new-4", "old-5" ], + "frequency" : 14605, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學問", + "transcriptions" : { "pinyin" : "xué wèn", + "numeric" : "xue2 wen4", + "wadegiles" : "hsüeh² wen⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄨㄣˋ", + "romatzyh" : "shyue wenn" }, + "meanings" : [ "learning", "knowledge" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "学习", + "radical" : "子", + "level" : [ "new-1", "old-1" ], + "frequency" : 789, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "學習", + "transcriptions" : { "pinyin" : "xué xí", + "numeric" : "xue2 xi2", + "wadegiles" : "hsüeh² hsi²", + "bopomofo" : "ㄒㄩㄝˊ ㄒㄧˊ", + "romatzyh" : "shyue shyi" }, + "meanings" : [ "to learn", "to study" ], + "classifiers" : [] } ] }, + { "simplified" : "学校", + "radical" : "子", + "level" : [ "new-1", "old-1" ], + "frequency" : 430, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學校", + "transcriptions" : { "pinyin" : "xué xiào", + "numeric" : "xue2 xiao4", + "wadegiles" : "hsüeh² hsiao⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄒㄧㄠˋ", + "romatzyh" : "shyue shiaw" }, + "meanings" : [ "school" ], + "classifiers" : [ "所" ] } ] }, + { "simplified" : "学业", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 9622, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學業", + "transcriptions" : { "pinyin" : "xué yè", + "numeric" : "xue2 ye4", + "wadegiles" : "hsüeh² yeh⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄧㄝˋ", + "romatzyh" : "shyue yeh" }, + "meanings" : [ "studies", "schoolwork" ], + "classifiers" : [] } ] }, + { "simplified" : "学艺", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 34339, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "學藝", + "transcriptions" : { "pinyin" : "xué yì", + "numeric" : "xue2 yi4", + "wadegiles" : "hsüeh² i⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄧˋ", + "romatzyh" : "shyue yih" }, + "meanings" : [ "to learn a skill or art" ], + "classifiers" : [] } ] }, + { "simplified" : "学员", + "radical" : "子", + "level" : [ "new-6" ], + "frequency" : 7156, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學員", + "transcriptions" : { "pinyin" : "xué yuán", + "numeric" : "xue2 yuan2", + "wadegiles" : "hsüeh² yüan²", + "bopomofo" : "ㄒㄩㄝˊ ㄩㄢˊ", + "romatzyh" : "shyue yuan" }, + "meanings" : [ "student", + "member of an institution of learning", + "officer cadet" ], + "classifiers" : [] } ] }, + { "simplified" : "学院", + "radical" : "子", + "level" : [ "new-1" ], + "frequency" : 2360, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學院", + "transcriptions" : { "pinyin" : "xué yuàn", + "numeric" : "xue2 yuan4", + "wadegiles" : "hsüeh² yüan⁴", + "bopomofo" : "ㄒㄩㄝˊ ㄩㄢˋ", + "romatzyh" : "shyue yuann" }, + "meanings" : [ "college", + "educational institute", + "school", + "faculty" ], + "classifiers" : [ "所" ] } ] }, + { "simplified" : "学者", + "radical" : "子", + "level" : [ "new-5" ], + "frequency" : 5241, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學者", + "transcriptions" : { "pinyin" : "xué zhě", + "numeric" : "xue2 zhe3", + "wadegiles" : "hsüeh² che³", + "bopomofo" : "ㄒㄩㄝˊ ㄓㄜˇ", + "romatzyh" : "shyue jee" }, + "meanings" : [ "scholar" ], + "classifiers" : [] } ] }, + { "simplified" : "学子", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 37016, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "學子", + "transcriptions" : { "pinyin" : "xué zǐ", + "numeric" : "xue2 zi3", + "wadegiles" : "hsüeh² tzu³", + "bopomofo" : "ㄒㄩㄝˊ ㄗˇ", + "romatzyh" : "shyue tzyy" }, + "meanings" : [ "(literary) student", "scholar" ], + "classifiers" : [] } ] }, + { "simplified" : "雪", + "radical" : "雨", + "level" : [ "new-2", "old-2" ], + "frequency" : 1971, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雪", + "transcriptions" : { "pinyin" : "Xuě", + "numeric" : "Xue3", + "wadegiles" : "hsüeh³", + "bopomofo" : "ㄒㄩㄝˇ", + "romatzyh" : "sheue" }, + "meanings" : [ "surname Xue" ], + "classifiers" : [] }, + { "traditional" : "雪", + "transcriptions" : { "pinyin" : "xuě", + "numeric" : "xue3", + "wadegiles" : "hsüeh³", + "bopomofo" : "ㄒㄩㄝˇ", + "romatzyh" : "sheue" }, + "meanings" : [ "snow", + "(literary) to wipe away (a humiliation etc)" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "雪山", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 11115, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雪山", + "transcriptions" : { "pinyin" : "xuě shān", + "numeric" : "xue3 shan1", + "wadegiles" : "hsüeh³ shan¹", + "bopomofo" : "ㄒㄩㄝˇ ㄕㄢ", + "romatzyh" : "sheue shan" }, + "meanings" : [ "snow-capped mountain" ], + "classifiers" : [] } ] }, + { "simplified" : "雪上加霜", + "radical" : "雨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19891, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "雪上加霜", + "transcriptions" : { "pinyin" : "xuě shàng jiā shuāng", + "numeric" : "xue3 shang4 jia1 shuang1", + "wadegiles" : "hsüeh³ shang⁴ chia¹ shuang¹", + "bopomofo" : "ㄒㄩㄝˇ ㄕㄤˋ ㄐㄧㄚ ㄕㄨㄤ", + "romatzyh" : "sheue shanq jia shuang" }, + "meanings" : [ "(idiom) to make matters even worse", + "to add insult to injury" ], + "classifiers" : [] } ] }, + { "simplified" : "血", + "radical" : "血", + "level" : [ "new-3", "old-4" ], + "frequency" : 726, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "血", + "transcriptions" : { "pinyin" : "xuè", + "numeric" : "xue4", + "wadegiles" : "hsüeh⁴", + "bopomofo" : "ㄒㄩㄝˋ", + "romatzyh" : "shiueh" }, + "meanings" : [ "blood", "colloquial pr. [xiě]" ], + "classifiers" : [ "滴", "片" ] } ] }, + { "simplified" : "血管", + "radical" : "血", + "level" : [ "new-6" ], + "frequency" : 4071, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "血管", + "transcriptions" : { "pinyin" : "xuè guǎn", + "numeric" : "xue4 guan3", + "wadegiles" : "hsüeh⁴ kuan³", + "bopomofo" : "ㄒㄩㄝˋ ㄍㄨㄢˇ", + "romatzyh" : "shiueh goan" }, + "meanings" : [ "vein", "artery" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "血脉", + "radical" : "血", + "level" : [ "new-7+" ], + "frequency" : 16612, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "血脈", + "transcriptions" : { "pinyin" : "xuè mài", + "numeric" : "xue4 mai4", + "wadegiles" : "hsüeh⁴ mai⁴", + "bopomofo" : "ㄒㄩㄝˋ ㄇㄞˋ", + "romatzyh" : "shiueh may" }, + "meanings" : [ "blood vessels" ], + "classifiers" : [] } ] }, + { "simplified" : "血栓", + "radical" : "血", + "level" : [ "new-7+" ], + "frequency" : 16211, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "血栓", + "transcriptions" : { "pinyin" : "xuè shuān", + "numeric" : "xue4 shuan1", + "wadegiles" : "hsüeh⁴ shuan¹", + "bopomofo" : "ㄒㄩㄝˋ ㄕㄨㄢ", + "romatzyh" : "shiueh shuan" }, + "meanings" : [ "blood clot", "thrombus" ], + "classifiers" : [] } ] }, + { "simplified" : "血压", + "radical" : "血", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5637, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "血壓", + "transcriptions" : { "pinyin" : "xuè yā", + "numeric" : "xue4 ya1", + "wadegiles" : "hsüeh⁴ ya¹", + "bopomofo" : "ㄒㄩㄝˋ ㄧㄚ", + "romatzyh" : "shiueh ia" }, + "meanings" : [ "blood pressure" ], + "classifiers" : [] } ] }, + { "simplified" : "血液", + "radical" : "血", + "level" : [ "new-6" ], + "frequency" : 2736, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "血液", + "transcriptions" : { "pinyin" : "xuè yè", + "numeric" : "xue4 ye4", + "wadegiles" : "hsüeh⁴ yeh⁴", + "bopomofo" : "ㄒㄩㄝˋ ㄧㄝˋ", + "romatzyh" : "shiueh yeh" }, + "meanings" : [ "blood" ], + "classifiers" : [] } ] }, + { "simplified" : "血缘", + "radical" : "血", + "level" : [ "new-7+" ], + "frequency" : 14542, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "血緣", + "transcriptions" : { "pinyin" : "xuè yuán", + "numeric" : "xue4 yuan2", + "wadegiles" : "hsüeh⁴ yüan²", + "bopomofo" : "ㄒㄩㄝˋ ㄩㄢˊ", + "romatzyh" : "shiueh yuan" }, + "meanings" : [ "bloodline" ], + "classifiers" : [] } ] }, + { "simplified" : "勋章", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 3956, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勛章", + "transcriptions" : { "pinyin" : "xūn zhāng", + "numeric" : "xun1 zhang1", + "wadegiles" : "hsün¹ chang¹", + "bopomofo" : "ㄒㄩㄣ ㄓㄤ", + "romatzyh" : "shiun jang" }, + "meanings" : [ "medal", "decoration" ], + "classifiers" : [] } ] }, + { "simplified" : "熏", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 7339, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "熏", + "transcriptions" : { "pinyin" : "xūn", + "numeric" : "xun1", + "wadegiles" : "hsün¹", + "bopomofo" : "ㄒㄩㄣ", + "romatzyh" : "shiun" }, + "meanings" : [ "to smoke", + "to fumigate", + "to assail the nostrils", + "to perfume" ], + "classifiers" : [] }, + { "traditional" : "燻", + "transcriptions" : { "pinyin" : "xūn", + "numeric" : "xun1", + "wadegiles" : "hsün¹", + "bopomofo" : "ㄒㄩㄣ", + "romatzyh" : "shiun" }, + "meanings" : [ "variant of 熏" ], + "classifiers" : [] }, + { "traditional" : "薰", + "transcriptions" : { "pinyin" : "xūn", + "numeric" : "xun1", + "wadegiles" : "hsün¹", + "bopomofo" : "ㄒㄩㄣ", + "romatzyh" : "shiun" }, + "meanings" : [ "fragrance", + "warm", + "to educate", + "variant of 熏", + "to smoke", + "to fumigate" ], + "classifiers" : [] } ] }, + { "simplified" : "熏陶", + "radical" : "灬", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25457, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "薰陶", + "transcriptions" : { "pinyin" : "xūn táo", + "numeric" : "xun1 tao2", + "wadegiles" : "hsün¹ t'ao²", + "bopomofo" : "ㄒㄩㄣ ㄊㄠˊ", + "romatzyh" : "shiun taur" }, + "meanings" : [ "to seep in", + "to influence", + "to nurture", + "influence", + "training" ], + "classifiers" : [] } ] }, + { "simplified" : "寻", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 3606, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "尋", + "transcriptions" : { "pinyin" : "xún", + "numeric" : "xun2", + "wadegiles" : "hsün²", + "bopomofo" : "ㄒㄩㄣˊ", + "romatzyh" : "shyun" }, + "meanings" : [ "to search", + "to look for", + "to seek" ], + "classifiers" : [] } ] }, + { "simplified" : "寻常", + "radical" : "彐", + "level" : [ "new-7+" ], + "frequency" : 6708, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "尋常", + "transcriptions" : { "pinyin" : "xún cháng", + "numeric" : "xun2 chang2", + "wadegiles" : "hsün² ch'ang²", + "bopomofo" : "ㄒㄩㄣˊ ㄔㄤˊ", + "romatzyh" : "shyun charng" }, + "meanings" : [ "usual", "common", "ordinary" ], + "classifiers" : [] } ] }, + { "simplified" : "寻觅", + "radical" : "彐", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14135, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "尋覓", + "transcriptions" : { "pinyin" : "xún mì", + "numeric" : "xun2 mi4", + "wadegiles" : "hsün² mi⁴", + "bopomofo" : "ㄒㄩㄣˊ ㄇㄧˋ", + "romatzyh" : "shyun mih" }, + "meanings" : [ "to look for" ], + "classifiers" : [] } ] }, + { "simplified" : "寻求", + "radical" : "彐", + "level" : [ "new-5" ], + "frequency" : 3808, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "尋求", + "transcriptions" : { "pinyin" : "xún qiú", + "numeric" : "xun2 qiu2", + "wadegiles" : "hsün² ch'iu²", + "bopomofo" : "ㄒㄩㄣˊ ㄑㄧㄡˊ", + "romatzyh" : "shyun chyou" }, + "meanings" : [ "to seek; to look for" ], + "classifiers" : [] } ] }, + { "simplified" : "寻找", + "radical" : "彐", + "level" : [ "new-4", "old-5" ], + "frequency" : 1444, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "尋找", + "transcriptions" : { "pinyin" : "xún zhǎo", + "numeric" : "xun2 zhao3", + "wadegiles" : "hsün² chao³", + "bopomofo" : "ㄒㄩㄣˊ ㄓㄠˇ", + "romatzyh" : "shyun jao" }, + "meanings" : [ "to seek; to look for" ], + "classifiers" : [] } ] }, + { "simplified" : "巡逻", + "radical" : "巛", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5903, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "巡邏", + "transcriptions" : { "pinyin" : "xún luó", + "numeric" : "xun2 luo2", + "wadegiles" : "hsün² lo²", + "bopomofo" : "ㄒㄩㄣˊ ㄌㄨㄛˊ", + "romatzyh" : "shyun luo" }, + "meanings" : [ "to patrol (police, army or navy)" ], + "classifiers" : [] } ] }, + { "simplified" : "驯", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 11376, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "馴", + "transcriptions" : { "pinyin" : "xùn", + "numeric" : "xun4", + "wadegiles" : "hsün⁴", + "bopomofo" : "ㄒㄩㄣˋ", + "romatzyh" : "shiunn" }, + "meanings" : [ "to attain gradually", + "to tame", + "Taiwan pr. [xún]" ], + "classifiers" : [] } ] }, + { "simplified" : "询问", + "radical" : "讠", + "level" : [ "new-5", "old-5" ], + "frequency" : 3515, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "詢問", + "transcriptions" : { "pinyin" : "xún wèn", + "numeric" : "xun2 wen4", + "wadegiles" : "hsün² wen⁴", + "bopomofo" : "ㄒㄩㄣˊ ㄨㄣˋ", + "romatzyh" : "shyun wenn" }, + "meanings" : [ "to inquire" ], + "classifiers" : [] } ] }, + { "simplified" : "循环", + "radical" : "彳", + "level" : [ "new-6", "old-6" ], + "frequency" : 4192, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "循環", + "transcriptions" : { "pinyin" : "xún huán", + "numeric" : "xun2 huan2", + "wadegiles" : "hsün² huan²", + "bopomofo" : "ㄒㄩㄣˊ ㄏㄨㄢˊ", + "romatzyh" : "shyun hwan" }, + "meanings" : [ "to cycle", + "to circulate", + "circle", + "loop" ], + "classifiers" : [] } ] }, + { "simplified" : "循序渐进", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25628, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "循序漸進", + "transcriptions" : { "pinyin" : "xún xù jiàn jìn", + "numeric" : "xun2 xu4 jian4 jin4", + "wadegiles" : "hsün² hsü⁴ chien⁴ chin⁴", + "bopomofo" : "ㄒㄩㄣˊ ㄒㄩˋ ㄐㄧㄢˋ ㄐㄧㄣˋ", + "romatzyh" : "shyun shiuh jiann jinn" }, + "meanings" : [ "in sequence, step by step (idiom); to make steady progress incrementally" ], + "classifiers" : [] } ] }, + { "simplified" : "迅速", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 2524, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "迅速", + "transcriptions" : { "pinyin" : "xùn sù", + "numeric" : "xun4 su4", + "wadegiles" : "hsün⁴ su⁴", + "bopomofo" : "ㄒㄩㄣˋ ㄙㄨˋ", + "romatzyh" : "shiunn suh" }, + "meanings" : [ "rapid", "speedy", "fast" ], + "classifiers" : [] } ] }, + { "simplified" : "逊色", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 25216, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "遜色", + "transcriptions" : { "pinyin" : "xùn sè", + "numeric" : "xun4 se4", + "wadegiles" : "hsün⁴ se⁴", + "bopomofo" : "ㄒㄩㄣˋ ㄙㄜˋ", + "romatzyh" : "shiunn seh" }, + "meanings" : [ "inferior (often in the combination 毫无逊色, not in the least inferior)" ], + "classifiers" : [] } ] }, + { "simplified" : "训", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 5758, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "訓", + "transcriptions" : { "pinyin" : "xùn", + "numeric" : "xun4", + "wadegiles" : "hsün⁴", + "bopomofo" : "ㄒㄩㄣˋ", + "romatzyh" : "shiunn" }, + "meanings" : [ "to teach", + "to train", + "to admonish", + "instruction (from superiors)", + "teachings", + "rule" ], + "classifiers" : [] } ] }, + { "simplified" : "训练", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 985, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "訓練", + "transcriptions" : { "pinyin" : "xùn liàn", + "numeric" : "xun4 lian4", + "wadegiles" : "hsün⁴ lien⁴", + "bopomofo" : "ㄒㄩㄣˋ ㄌㄧㄢˋ", + "romatzyh" : "shiunn liann" }, + "meanings" : [ "to train", "to drill", "training" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "丫头", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 6329, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "丫頭", + "transcriptions" : { "pinyin" : "yā tou", + "numeric" : "ya1 tou5", + "wadegiles" : "ya¹ tou", + "bopomofo" : "ㄧㄚ tou", + "romatzyh" : "ia tou" }, + "meanings" : [ "girl", + "servant girl", + "(used deprecatingly, but sometimes also as a term of endearment)" ], + "classifiers" : [] } ] }, + { "simplified" : "压", + "radical" : "厂", + "level" : [ "new-3" ], + "frequency" : 1672, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "壓", + "transcriptions" : { "pinyin" : "yā", + "numeric" : "ya1", + "wadegiles" : "ya¹", + "bopomofo" : "ㄧㄚ", + "romatzyh" : "ia" }, + "meanings" : [ "to press", + "to push down", + "to keep under (control)", + "pressure" ], + "classifiers" : [] }, + { "traditional" : "壓", + "transcriptions" : { "pinyin" : "yà", + "numeric" : "ya4", + "wadegiles" : "ya⁴", + "bopomofo" : "ㄧㄚˋ", + "romatzyh" : "yah" }, + "meanings" : [ "used in 压根儿 and 压马路 and 压板" ], + "classifiers" : [] } ] }, + { "simplified" : "压倒", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 15711, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "壓倒", + "transcriptions" : { "pinyin" : "yā dǎo", + "numeric" : "ya1 dao3", + "wadegiles" : "ya¹ tao³", + "bopomofo" : "ㄧㄚ ㄉㄠˇ", + "romatzyh" : "ia dao" }, + "meanings" : [ "to overwhelm", + "to overpower", + "overwhelming" ], + "classifiers" : [] } ] }, + { "simplified" : "压力", + "radical" : "厂", + "level" : [ "new-3", "old-4" ], + "frequency" : 981, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "壓力", + "transcriptions" : { "pinyin" : "yā lì", + "numeric" : "ya1 li4", + "wadegiles" : "ya¹ li⁴", + "bopomofo" : "ㄧㄚ ㄌㄧˋ", + "romatzyh" : "ia lih" }, + "meanings" : [ "pressure" ], + "classifiers" : [] } ] }, + { "simplified" : "压迫", + "radical" : "厂", + "level" : [ "new-6", "old-6" ], + "frequency" : 7597, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "壓迫", + "transcriptions" : { "pinyin" : "yā pò", + "numeric" : "ya1 po4", + "wadegiles" : "ya¹ p'o⁴", + "bopomofo" : "ㄧㄚ ㄆㄛˋ", + "romatzyh" : "ia poh" }, + "meanings" : [ "to oppress", + "to repress", + "to constrict", + "oppression", + "stress (physics)" ], + "classifiers" : [] } ] }, + { "simplified" : "压岁钱", + "radical" : "厂", + "level" : [ "old-6" ], + "frequency" : 30823, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "壓歲錢", + "transcriptions" : { "pinyin" : "yā suì qián", + "numeric" : "ya1 sui4 qian2", + "wadegiles" : "ya¹ sui⁴ ch'ien²", + "bopomofo" : "ㄧㄚ ㄙㄨㄟˋ ㄑㄧㄢˊ", + "romatzyh" : "ia suey chyan" }, + "meanings" : [ "money given to children as a gift on Chinese New Year's Eve" ], + "classifiers" : [] } ] }, + { "simplified" : "压缩", + "radical" : "厂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11394, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "壓縮", + "transcriptions" : { "pinyin" : "yā suō", + "numeric" : "ya1 suo1", + "wadegiles" : "ya¹ so¹", + "bopomofo" : "ㄧㄚ ㄙㄨㄛ", + "romatzyh" : "ia suo" }, + "meanings" : [ "to compress; compression" ], + "classifiers" : [] } ] }, + { "simplified" : "压抑", + "radical" : "厂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6607, + "pos" : [ "v", "a", "an", "vn" ], + "forms" : [ { "traditional" : "壓抑", + "transcriptions" : { "pinyin" : "yā yì", + "numeric" : "ya1 yi4", + "wadegiles" : "ya¹ i⁴", + "bopomofo" : "ㄧㄚ ㄧˋ", + "romatzyh" : "ia yih" }, + "meanings" : [ "to constrain or repress emotions", + "oppressive", + "stifling", + "depressing", + "repression" ], + "classifiers" : [] } ] }, + { "simplified" : "压榨", + "radical" : "厂", + "level" : [ "old-6" ], + "frequency" : 20212, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "壓榨", + "transcriptions" : { "pinyin" : "yā zhà", + "numeric" : "ya1 zha4", + "wadegiles" : "ya¹ cha⁴", + "bopomofo" : "ㄧㄚ ㄓㄚˋ", + "romatzyh" : "ia jah" }, + "meanings" : [ "to press", + "to squeeze", + "to extract juice, oil etc by squeezing" ], + "classifiers" : [] } ] }, + { "simplified" : "压制", + "radical" : "厂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8746, + "pos" : [], + "forms" : [ { "traditional" : "壓制", + "transcriptions" : { "pinyin" : "yā zhì", + "numeric" : "ya1 zhi4", + "wadegiles" : "ya¹ chih⁴", + "bopomofo" : "ㄧㄚ ㄓˋ", + "romatzyh" : "ia jyh" }, + "meanings" : [ "to suppress", + "to inhibit", + "to stifle" ], + "classifiers" : [] } ] }, + { "simplified" : "押", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 5343, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "押", + "transcriptions" : { "pinyin" : "yā", + "numeric" : "ya1", + "wadegiles" : "ya¹", + "bopomofo" : "ㄧㄚ", + "romatzyh" : "ia" }, + "meanings" : [ "to mortgage", + "to pawn", + "to detain in custody", + "to escort and protect", + "(literary) to sign" ], + "classifiers" : [] } ] }, + { "simplified" : "押金", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 17113, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "押金", + "transcriptions" : { "pinyin" : "yā jīn", + "numeric" : "ya1 jin1", + "wadegiles" : "ya¹ chin¹", + "bopomofo" : "ㄧㄚ ㄐㄧㄣ", + "romatzyh" : "ia jin" }, + "meanings" : [ "deposit", "down payment" ], + "classifiers" : [] } ] }, + { "simplified" : "鸦雀无声", + "radical" : "鸟", + "level" : [ "new-7+" ], + "frequency" : 43787, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鴉雀無聲", + "transcriptions" : { "pinyin" : "yā què wú shēng", + "numeric" : "ya1 que4 wu2 sheng1", + "wadegiles" : "ya¹ ch'üeh⁴ wu² sheng¹", + "bopomofo" : "ㄧㄚ ㄑㄩㄝˋ ㄨˊ ㄕㄥ", + "romatzyh" : "ia chiueh wu sheng" }, + "meanings" : [ "lit. crow and peacock make no sound", + "absolute silence (idiom); not a single voice can be heard", + "absolute silence" ], + "classifiers" : [] } ] }, + { "simplified" : "鸭子", + "radical" : "鸟", + "level" : [ "new-5" ], + "frequency" : 8269, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鴨子", + "transcriptions" : { "pinyin" : "yā zi", + "numeric" : "ya1 zi5", + "wadegiles" : "ya¹ zi", + "bopomofo" : "ㄧㄚ zi", + "romatzyh" : "ia zi" }, + "meanings" : [ "duck", "male prostitute (slang)" ], + "classifiers" : [] } ] }, + { "simplified" : "牙", + "radical" : "牙", + "level" : [ "new-4" ], + "frequency" : 2506, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牙", + "transcriptions" : { "pinyin" : "yá", + "numeric" : "ya2", + "wadegiles" : "ya²", + "bopomofo" : "ㄧㄚˊ", + "romatzyh" : "ya" }, + "meanings" : [ "tooth", "ivory" ], + "classifiers" : [ "颗" ] } ] }, + { "simplified" : "牙齿", + "radical" : "牙", + "level" : [ "new-7+" ], + "frequency" : 4626, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牙齒", + "transcriptions" : { "pinyin" : "yá chǐ", + "numeric" : "ya2 chi3", + "wadegiles" : "ya² ch'ih³", + "bopomofo" : "ㄧㄚˊ ㄔˇ", + "romatzyh" : "ya chyy" }, + "meanings" : [ "tooth", "dental" ], + "classifiers" : [ "颗" ] } ] }, + { "simplified" : "牙膏", + "radical" : "牙", + "level" : [ "new-7+", "old-4" ], + "frequency" : 9450, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牙膏", + "transcriptions" : { "pinyin" : "yá gāo", + "numeric" : "ya2 gao1", + "wadegiles" : "ya² kao¹", + "bopomofo" : "ㄧㄚˊ ㄍㄠ", + "romatzyh" : "ya gau" }, + "meanings" : [ "toothpaste" ], + "classifiers" : [ "管" ] } ] }, + { "simplified" : "牙刷", + "radical" : "牙", + "level" : [ "new-4" ], + "frequency" : 12849, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牙刷", + "transcriptions" : { "pinyin" : "yá shuā", + "numeric" : "ya2 shua1", + "wadegiles" : "ya² shua¹", + "bopomofo" : "ㄧㄚˊ ㄕㄨㄚ", + "romatzyh" : "ya shua" }, + "meanings" : [ "toothbrush" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "芽", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 12443, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "芽", + "transcriptions" : { "pinyin" : "yá", + "numeric" : "ya2", + "wadegiles" : "ya²", + "bopomofo" : "ㄧㄚˊ", + "romatzyh" : "ya" }, + "meanings" : [ "bud", "sprout" ], + "classifiers" : [] } ] }, + { "simplified" : "哑", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 12656, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "啞", + "transcriptions" : { "pinyin" : "yā", + "numeric" : "ya1", + "wadegiles" : "ya¹", + "bopomofo" : "ㄧㄚ", + "romatzyh" : "ia" }, + "meanings" : [ "(onom.) sound of cawing", + "sound of infant learning to talk", + "variant of 呀" ], + "classifiers" : [] }, + { "traditional" : "啞", + "transcriptions" : { "pinyin" : "yǎ", + "numeric" : "ya3", + "wadegiles" : "ya³", + "bopomofo" : "ㄧㄚˇ", + "romatzyh" : "yea" }, + "meanings" : [ "mute; dumb; incapable of speech", + "(of a voice) hoarse; husky", + "(of a bullet, bomb etc) dud" ], + "classifiers" : [] } ] }, + { "simplified" : "亚军", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 11554, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "亞軍", + "transcriptions" : { "pinyin" : "yà jūn", + "numeric" : "ya4 jun1", + "wadegiles" : "ya⁴ chün¹", + "bopomofo" : "ㄧㄚˋ ㄐㄩㄣ", + "romatzyh" : "yah jiun" }, + "meanings" : [ "second place (in a sports contest)", + "runner-up" ], + "classifiers" : [] } ] }, + { "simplified" : "亚运会", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 25188, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "亞運會", + "transcriptions" : { "pinyin" : "Yà yùn huì", + "numeric" : "Ya4 yun4 hui4", + "wadegiles" : "ya⁴ yün⁴ hui⁴", + "bopomofo" : "ㄧㄚˋ ㄩㄣˋ ㄏㄨㄟˋ", + "romatzyh" : "yah yunn huey" }, + "meanings" : [ "Asian Games" ], + "classifiers" : [] } ] }, + { "simplified" : "亚洲", + "radical" : "一", + "level" : [ "old-4" ], + "frequency" : 3164, + "pos" : [ "ns" ], + "forms" : [ { "traditional" : "亞洲", + "transcriptions" : { "pinyin" : "Yà zhōu", + "numeric" : "Ya4 zhou1", + "wadegiles" : "ya⁴ chou¹", + "bopomofo" : "ㄧㄚˋ ㄓㄡ", + "romatzyh" : "yah jou" }, + "meanings" : [ "Asia (abbr. for 亚细亚洲)" ], + "classifiers" : [] } ] }, + { "simplified" : "呀", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 432, + "pos" : [ "y" ], + "forms" : [ { "traditional" : "呀", + "transcriptions" : { "pinyin" : "ya", + "numeric" : "ya5", + "wadegiles" : "ya", + "bopomofo" : "ya", + "romatzyh" : "ya" }, + "meanings" : [ "(particle equivalent to 啊 after a vowel, expressing surprise or doubt)" ], + "classifiers" : [] } ] }, + { "simplified" : "烟", + "radical" : "火", + "level" : [ "new-3" ], + "frequency" : 2110, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "煙", + "transcriptions" : { "pinyin" : "yān", + "numeric" : "yan1", + "wadegiles" : "yan¹", + "bopomofo" : "ㄧㄢ", + "romatzyh" : "ian" }, + "meanings" : [ "cigarette or pipe tobacco", + "smoke", + "mist", + "vapour", + "tobacco plant", + "(of the eyes) to be irritated by smoke" ], + "classifiers" : [ "根", "缕" ] } ] }, + { "simplified" : "烟囱", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 15613, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "煙囪", + "transcriptions" : { "pinyin" : "yān cōng", + "numeric" : "yan1 cong1", + "wadegiles" : "yan¹ ts'ung¹", + "bopomofo" : "ㄧㄢ ㄘㄨㄥ", + "romatzyh" : "ian tsong" }, + "meanings" : [ "chimney" ], + "classifiers" : [] } ] }, + { "simplified" : "烟花", + "radical" : "火", + "level" : [ "new-6", "old-6" ], + "frequency" : 7136, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "煙花", + "transcriptions" : { "pinyin" : "yān huā", + "numeric" : "yan1 hua1", + "wadegiles" : "yan¹ hua¹", + "bopomofo" : "ㄧㄢ ㄏㄨㄚ", + "romatzyh" : "ian hua" }, + "meanings" : [ "fireworks", + "prostitute (esp. in Yuan theater)" ], + "classifiers" : [] } ] }, + { "simplified" : "烟火", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 14459, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "煙火", + "transcriptions" : { "pinyin" : "yān huǒ", + "numeric" : "yan1 huo3", + "wadegiles" : "yan¹ huo³", + "bopomofo" : "ㄧㄢ ㄏㄨㄛˇ", + "romatzyh" : "ian huoo" }, + "meanings" : [ "smoke and fire", "fireworks" ], + "classifiers" : [] } ] }, + { "simplified" : "淹", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13011, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "淹", + "transcriptions" : { "pinyin" : "yān", + "numeric" : "yan1", + "wadegiles" : "yan¹", + "bopomofo" : "ㄧㄢ", + "romatzyh" : "ian" }, + "meanings" : [ "to flood", + "to submerge", + "to drown", + "to irritate the skin (of liquids)", + "to delay" ], + "classifiers" : [] } ] }, + { "simplified" : "淹没", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 10092, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "淹沒", + "transcriptions" : { "pinyin" : "yān mò", + "numeric" : "yan1 mo4", + "wadegiles" : "yan¹ mo⁴", + "bopomofo" : "ㄧㄢ ㄇㄛˋ", + "romatzyh" : "ian moh" }, + "meanings" : [ "to submerge", + "to drown", + "to flood", + "to drown out (also fig.)" ], + "classifiers" : [] } ] }, + { "simplified" : "延", + "radical" : "廴", + "level" : [ "new-7+" ], + "frequency" : 7305, + "pos" : [ "g", "b" ], + "forms" : [ { "traditional" : "延", + "transcriptions" : { "pinyin" : "Yán", + "numeric" : "Yan2", + "wadegiles" : "yan²", + "bopomofo" : "ㄧㄢˊ", + "romatzyh" : "yan" }, + "meanings" : [ "surname Yan" ], + "classifiers" : [] }, + { "traditional" : "延", + "transcriptions" : { "pinyin" : "yán", + "numeric" : "yan2", + "wadegiles" : "yan²", + "bopomofo" : "ㄧㄢˊ", + "romatzyh" : "yan" }, + "meanings" : [ "to prolong", + "to extend", + "to delay" ], + "classifiers" : [] } ] }, + { "simplified" : "延缓", + "radical" : "廴", + "level" : [ "new-7+" ], + "frequency" : 14949, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "延緩", + "transcriptions" : { "pinyin" : "yán huǎn", + "numeric" : "yan2 huan3", + "wadegiles" : "yan² huan³", + "bopomofo" : "ㄧㄢˊ ㄏㄨㄢˇ", + "romatzyh" : "yan hoan" }, + "meanings" : [ "to defer", + "to postpone", + "to put off", + "to retard", + "to slow sth down" ], + "classifiers" : [] } ] }, + { "simplified" : "延期", + "radical" : "廴", + "level" : [ "new-4", "old-6" ], + "frequency" : 10510, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "延期", + "transcriptions" : { "pinyin" : "yán qī", + "numeric" : "yan2 qi1", + "wadegiles" : "yan² ch'i¹", + "bopomofo" : "ㄧㄢˊ ㄑㄧ", + "romatzyh" : "yan chi" }, + "meanings" : [ "to delay", + "to extend", + "to postpone", + "to defer" ], + "classifiers" : [] } ] }, + { "simplified" : "延伸", + "radical" : "廴", + "level" : [ "new-5", "old-6" ], + "frequency" : 7357, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "延伸", + "transcriptions" : { "pinyin" : "yán shēn", + "numeric" : "yan2 shen1", + "wadegiles" : "yan² shen¹", + "bopomofo" : "ㄧㄢˊ ㄕㄣ", + "romatzyh" : "yan shen" }, + "meanings" : [ "to extend", "to spread" ], + "classifiers" : [] } ] }, + { "simplified" : "延误", + "radical" : "廴", + "level" : [ "new-7+" ], + "frequency" : 12237, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "延誤", + "transcriptions" : { "pinyin" : "yán wu", + "numeric" : "yan2 wu5", + "wadegiles" : "yan² wu", + "bopomofo" : "ㄧㄢˊ wu", + "romatzyh" : "yan wu" }, + "meanings" : [ "to delay", + "to be held up", + "to miss (an opportunity)", + "delay", + "holdup" ], + "classifiers" : [] } ] }, + { "simplified" : "延续", + "radical" : "廴", + "level" : [ "new-4", "old-6" ], + "frequency" : 6017, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "延續", + "transcriptions" : { "pinyin" : "yán xù", + "numeric" : "yan2 xu4", + "wadegiles" : "yan² hsü⁴", + "bopomofo" : "ㄧㄢˊ ㄒㄩˋ", + "romatzyh" : "yan shiuh" }, + "meanings" : [ "to continue", + "to go on", + "to last" ], + "classifiers" : [] } ] }, + { "simplified" : "延长", + "radical" : "廴", + "level" : [ "new-4", "old-5" ], + "frequency" : 5928, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "延長", + "transcriptions" : { "pinyin" : "Yán cháng", + "numeric" : "Yan2 chang2", + "wadegiles" : "yan² ch'ang²", + "bopomofo" : "ㄧㄢˊ ㄔㄤˊ", + "romatzyh" : "yan charng" }, + "meanings" : [ "Yanchang county in Yan'an 安, Shaanxi" ], + "classifiers" : [] }, + { "traditional" : "延長", + "transcriptions" : { "pinyin" : "yán cháng", + "numeric" : "yan2 chang2", + "wadegiles" : "yan² ch'ang²", + "bopomofo" : "ㄧㄢˊ ㄔㄤˊ", + "romatzyh" : "yan charng" }, + "meanings" : [ "to prolong", + "to extend", + "to delay" ], + "classifiers" : [] } ] }, + { "simplified" : "严", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 5871, + "pos" : [ "a", "ad", "nr" ], + "forms" : [ { "traditional" : "嚴", + "transcriptions" : { "pinyin" : "Yán", + "numeric" : "Yan2", + "wadegiles" : "yan²", + "bopomofo" : "ㄧㄢˊ", + "romatzyh" : "yan" }, + "meanings" : [ "surname Yan" ], + "classifiers" : [] }, + { "traditional" : "嚴", + "transcriptions" : { "pinyin" : "yán", + "numeric" : "yan2", + "wadegiles" : "yan²", + "bopomofo" : "ㄧㄢˊ", + "romatzyh" : "yan" }, + "meanings" : [ "tight (closely sealed)", + "stern", + "strict", + "rigorous", + "severe", + "father" ], + "classifiers" : [] } ] }, + { "simplified" : "严格", + "radical" : "一", + "level" : [ "new-4", "old-4" ], + "frequency" : 2279, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "嚴格", + "transcriptions" : { "pinyin" : "yán gé", + "numeric" : "yan2 ge2", + "wadegiles" : "yan² ko²", + "bopomofo" : "ㄧㄢˊ ㄍㄜˊ", + "romatzyh" : "yan ger" }, + "meanings" : [ "strict", + "stringent", + "tight", + "rigorous" ], + "classifiers" : [] } ] }, + { "simplified" : "严寒", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 21390, + "pos" : [ "an", "a" ], + "forms" : [ { "traditional" : "嚴寒", + "transcriptions" : { "pinyin" : "yán hán", + "numeric" : "yan2 han2", + "wadegiles" : "yan² han²", + "bopomofo" : "ㄧㄢˊ ㄏㄢˊ", + "romatzyh" : "yan harn" }, + "meanings" : [ "bitter cold", "severe winter" ], + "classifiers" : [] } ] }, + { "simplified" : "严谨", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 12950, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "嚴謹", + "transcriptions" : { "pinyin" : "yán jǐn", + "numeric" : "yan2 jin3", + "wadegiles" : "yan² chin³", + "bopomofo" : "ㄧㄢˊ ㄐㄧㄣˇ", + "romatzyh" : "yan jiin" }, + "meanings" : [ "rigorous; strict; careful", + "(of writing) well organized; meticulous" ], + "classifiers" : [] } ] }, + { "simplified" : "严禁", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12452, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "嚴禁", + "transcriptions" : { "pinyin" : "yán jìn", + "numeric" : "yan2 jin4", + "wadegiles" : "yan² chin⁴", + "bopomofo" : "ㄧㄢˊ ㄐㄧㄣˋ", + "romatzyh" : "yan jinn" }, + "meanings" : [ "to strictly prohibit" ], + "classifiers" : [] } ] }, + { "simplified" : "严峻", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9120, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "嚴峻", + "transcriptions" : { "pinyin" : "yán jùn", + "numeric" : "yan2 jun4", + "wadegiles" : "yan² chün⁴", + "bopomofo" : "ㄧㄢˊ ㄐㄩㄣˋ", + "romatzyh" : "yan jiunn" }, + "meanings" : [ "grim", "severe", "rigorous" ], + "classifiers" : [] } ] }, + { "simplified" : "严厉", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 5614, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "嚴厲", + "transcriptions" : { "pinyin" : "yán lì", + "numeric" : "yan2 li4", + "wadegiles" : "yan² li⁴", + "bopomofo" : "ㄧㄢˊ ㄌㄧˋ", + "romatzyh" : "yan lih" }, + "meanings" : [ "severe", "strict" ], + "classifiers" : [] } ] }, + { "simplified" : "严密", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8320, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "嚴密", + "transcriptions" : { "pinyin" : "yán mì", + "numeric" : "yan2 mi4", + "wadegiles" : "yan² mi⁴", + "bopomofo" : "ㄧㄢˊ ㄇㄧˋ", + "romatzyh" : "yan mih" }, + "meanings" : [ "strict", + "tight (organization, surveillance etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "严肃", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 3552, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "嚴肅", + "transcriptions" : { "pinyin" : "yán sù", + "numeric" : "yan2 su4", + "wadegiles" : "yan² su⁴", + "bopomofo" : "ㄧㄢˊ ㄙㄨˋ", + "romatzyh" : "yan suh" }, + "meanings" : [ "solemn", + "grave", + "serious", + "earnest", + "severe" ], + "classifiers" : [] } ] }, + { "simplified" : "严重", + "radical" : "一", + "level" : [ "new-4", "old-4" ], + "frequency" : 785, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "嚴重", + "transcriptions" : { "pinyin" : "yán zhòng", + "numeric" : "yan2 zhong4", + "wadegiles" : "yan² chung⁴", + "bopomofo" : "ㄧㄢˊ ㄓㄨㄥˋ", + "romatzyh" : "yan jonq" }, + "meanings" : [ "grave", + "serious", + "severe", + "critical" ], + "classifiers" : [] } ] }, + { "simplified" : "言辞", + "radical" : "言", + "level" : [ "new-7+" ], + "frequency" : 16596, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "言辭", + "transcriptions" : { "pinyin" : "yán cí", + "numeric" : "yan2 ci2", + "wadegiles" : "yan² tz'u²", + "bopomofo" : "ㄧㄢˊ ㄘˊ", + "romatzyh" : "yan tsyr" }, + "meanings" : [ "words", + "expression", + "what one says" ], + "classifiers" : [] } ] }, + { "simplified" : "言论", + "radical" : "言", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6492, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "言論", + "transcriptions" : { "pinyin" : "yán lùn", + "numeric" : "yan2 lun4", + "wadegiles" : "yan² lun⁴", + "bopomofo" : "ㄧㄢˊ ㄌㄨㄣˋ", + "romatzyh" : "yan luenn" }, + "meanings" : [ "expression of opinion", + "views", + "remarks", + "arguments" ], + "classifiers" : [] } ] }, + { "simplified" : "言行", + "radical" : "言", + "level" : [ "new-7+" ], + "frequency" : 12249, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "言行", + "transcriptions" : { "pinyin" : "yán xíng", + "numeric" : "yan2 xing2", + "wadegiles" : "yan² hsing²", + "bopomofo" : "ㄧㄢˊ ㄒㄧㄥˊ", + "romatzyh" : "yan shyng" }, + "meanings" : [ "words and actions", + "what one says and what one does" ], + "classifiers" : [] } ] }, + { "simplified" : "言语", + "radical" : "言", + "level" : [ "new-5" ], + "frequency" : 6771, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "言語", + "transcriptions" : { "pinyin" : "yán yǔ", + "numeric" : "yan2 yu3", + "wadegiles" : "yan² yü³", + "bopomofo" : "ㄧㄢˊ ㄩˇ", + "romatzyh" : "yan yeu" }, + "meanings" : [ "words", + "speech", + "(spoken) language" ], + "classifiers" : [] }, + { "traditional" : "言語", + "transcriptions" : { "pinyin" : "yán yu", + "numeric" : "yan2 yu5", + "wadegiles" : "yan² yu", + "bopomofo" : "ㄧㄢˊ yu", + "romatzyh" : "yan yu" }, + "meanings" : [ "to speak", "to tell" ], + "classifiers" : [] } ] }, + { "simplified" : "岩石", + "radical" : "山", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7234, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "岩石", + "transcriptions" : { "pinyin" : "yán shí", + "numeric" : "yan2 shi2", + "wadegiles" : "yan² shih²", + "bopomofo" : "ㄧㄢˊ ㄕˊ", + "romatzyh" : "yan shyr" }, + "meanings" : [ "rock" ], + "classifiers" : [] } ] }, + { "simplified" : "沿", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 4970, + "pos" : [ "p", "f", "v" ], + "forms" : [ { "traditional" : "沿", + "transcriptions" : { "pinyin" : "yán", + "numeric" : "yan2", + "wadegiles" : "yan²", + "bopomofo" : "ㄧㄢˊ", + "romatzyh" : "yan" }, + "meanings" : [ "along", + "to follow (a line, tradition etc)", + "to carry on", + "to trim (a border with braid, tape etc)", + "border", + "edge" ], + "classifiers" : [] } ] }, + { "simplified" : "沿岸", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17154, + "pos" : [ "f", "s" ], + "forms" : [ { "traditional" : "沿岸", + "transcriptions" : { "pinyin" : "yán àn", + "numeric" : "yan2 an4", + "wadegiles" : "yan² an⁴", + "bopomofo" : "ㄧㄢˊ ㄢˋ", + "romatzyh" : "yan ann" }, + "meanings" : [ "coastal area", + "littoral or riparian" ], + "classifiers" : [] } ] }, + { "simplified" : "沿海", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 25696, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "沿海", + "transcriptions" : { "pinyin" : "yán hǎi", + "numeric" : "yan2 hai3", + "wadegiles" : "yan² hai³", + "bopomofo" : "ㄧㄢˊ ㄏㄞˇ", + "romatzyh" : "yan hae" }, + "meanings" : [ "coastal" ], + "classifiers" : [] } ] }, + { "simplified" : "沿途", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 15332, + "pos" : [ "d", "b", "s" ], + "forms" : [ { "traditional" : "沿途", + "transcriptions" : { "pinyin" : "yán tú", + "numeric" : "yan2 tu2", + "wadegiles" : "yan² t'u²", + "bopomofo" : "ㄧㄢˊ ㄊㄨˊ", + "romatzyh" : "yan twu" }, + "meanings" : [ "along the sides of the road", + "by the wayside" ], + "classifiers" : [] } ] }, + { "simplified" : "沿线", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 37401, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "沿線", + "transcriptions" : { "pinyin" : "yán xiàn", + "numeric" : "yan2 xian4", + "wadegiles" : "yan² hsien⁴", + "bopomofo" : "ㄧㄢˊ ㄒㄧㄢˋ", + "romatzyh" : "yan shiann" }, + "meanings" : [ "along the line (e.g. railway)", + "the region near the line" ], + "classifiers" : [] } ] }, + { "simplified" : "沿着", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 4043, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "沿著", + "transcriptions" : { "pinyin" : "yán zhe", + "numeric" : "yan2 zhe5", + "wadegiles" : "yan² zhe", + "bopomofo" : "ㄧㄢˊ zhe", + "romatzyh" : "yan zhe" }, + "meanings" : [ "to go along", "to follow" ], + "classifiers" : [] } ] }, + { "simplified" : "炎热", + "radical" : "火", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14826, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "炎熱", + "transcriptions" : { "pinyin" : "yán rè", + "numeric" : "yan2 re4", + "wadegiles" : "yan² je⁴", + "bopomofo" : "ㄧㄢˊ ㄖㄜˋ", + "romatzyh" : "yan reh" }, + "meanings" : [ "blistering hot", + "sizzling hot (weather)" ], + "classifiers" : [] } ] }, + { "simplified" : "炎症", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 14732, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "炎症", + "transcriptions" : { "pinyin" : "yán zhèng", + "numeric" : "yan2 zheng4", + "wadegiles" : "yan² cheng⁴", + "bopomofo" : "ㄧㄢˊ ㄓㄥˋ", + "romatzyh" : "yan jenq" }, + "meanings" : [ "inflammation" ], + "classifiers" : [] } ] }, + { "simplified" : "研发", + "radical" : "石", + "level" : [ "new-6" ], + "frequency" : 6428, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "研發", + "transcriptions" : { "pinyin" : "yán fā", + "numeric" : "yan2 fa1", + "wadegiles" : "yan² fa¹", + "bopomofo" : "ㄧㄢˊ ㄈㄚ", + "romatzyh" : "yan fa" }, + "meanings" : [ "research and development", + "to develop" ], + "classifiers" : [] } ] }, + { "simplified" : "研究", + "radical" : "石", + "level" : [ "new-4" ], + "frequency" : 582, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "研究", + "transcriptions" : { "pinyin" : "yán jiū", + "numeric" : "yan2 jiu1", + "wadegiles" : "yan² chiu¹", + "bopomofo" : "ㄧㄢˊ ㄐㄧㄡ", + "romatzyh" : "yan jiou" }, + "meanings" : [ "research", + "a study", + "to research", + "to look into" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "研究生", + "radical" : "石", + "level" : [ "new-4", "old-4" ], + "frequency" : 7033, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "研究生", + "transcriptions" : { "pinyin" : "yán jiū shēng", + "numeric" : "yan2 jiu1 sheng1", + "wadegiles" : "yan² chiu¹ sheng¹", + "bopomofo" : "ㄧㄢˊ ㄐㄧㄡ ㄕㄥ", + "romatzyh" : "yan jiou sheng" }, + "meanings" : [ "graduate student", + "postgraduate student", + "research student" ], + "classifiers" : [] } ] }, + { "simplified" : "研究所", + "radical" : "石", + "level" : [ "new-5" ], + "frequency" : 7271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "研究所", + "transcriptions" : { "pinyin" : "yán jiū suǒ", + "numeric" : "yan2 jiu1 suo3", + "wadegiles" : "yan² chiu¹ so³", + "bopomofo" : "ㄧㄢˊ ㄐㄧㄡ ㄙㄨㄛˇ", + "romatzyh" : "yan jiou suoo" }, + "meanings" : [ "research institute", + "graduate studies", + "graduate school" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "研讨", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 22210, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "研討", + "transcriptions" : { "pinyin" : "yán tǎo", + "numeric" : "yan2 tao3", + "wadegiles" : "yan² t'ao³", + "bopomofo" : "ㄧㄢˊ ㄊㄠˇ", + "romatzyh" : "yan tao" }, + "meanings" : [ "discussion" ], + "classifiers" : [] } ] }, + { "simplified" : "研制", + "radical" : "石", + "level" : [ "new-4" ], + "frequency" : 8797, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "研製", + "transcriptions" : { "pinyin" : "yán zhì", + "numeric" : "yan2 zhi4", + "wadegiles" : "yan² chih⁴", + "bopomofo" : "ㄧㄢˊ ㄓˋ", + "romatzyh" : "yan jyh" }, + "meanings" : [ "to research and manufacture; to research and to develop" ], + "classifiers" : [] } ] }, + { "simplified" : "盐", + "radical" : "皿", + "level" : [ "new-4", "old-4" ], + "frequency" : 3653, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鹽", + "transcriptions" : { "pinyin" : "yán", + "numeric" : "yan2", + "wadegiles" : "yan²", + "bopomofo" : "ㄧㄢˊ", + "romatzyh" : "yan" }, + "meanings" : [ "salt" ], + "classifiers" : [ "粒" ] } ] }, + { "simplified" : "阎王", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 27587, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "閻王", + "transcriptions" : { "pinyin" : "Yán wáng", + "numeric" : "Yan2 wang2", + "wadegiles" : "yan² wang²", + "bopomofo" : "ㄧㄢˊ ㄨㄤˊ", + "romatzyh" : "yan wang" }, + "meanings" : [ "(Buddhism) Yama, the King of Hell", + "(fig.) cruel and tyrannical person" ], + "classifiers" : [] } ] }, + { "simplified" : "颜色", + "radical" : "页", + "level" : [ "new-2", "old-2" ], + "frequency" : 1880, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "顏色", + "transcriptions" : { "pinyin" : "yán sè", + "numeric" : "yan2 se4", + "wadegiles" : "yan² se⁴", + "bopomofo" : "ㄧㄢˊ ㄙㄜˋ", + "romatzyh" : "yan seh" }, + "meanings" : [ "color", + "countenance", + "appearance", + "facial expression", + "pigment", + "dyestuff" ], + "classifiers" : [] } ] }, + { "simplified" : "衍生", + "radical" : "行", + "level" : [ "new-7+" ], + "frequency" : 20747, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "衍生", + "transcriptions" : { "pinyin" : "yǎn shēng", + "numeric" : "yan3 sheng1", + "wadegiles" : "yan³ sheng¹", + "bopomofo" : "ㄧㄢˇ ㄕㄥ", + "romatzyh" : "yean sheng" }, + "meanings" : [ "to give rise to", + "to derive", + "derivative", + "derivation" ], + "classifiers" : [] } ] }, + { "simplified" : "掩盖", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6257, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "掩蓋", + "transcriptions" : { "pinyin" : "yǎn gài", + "numeric" : "yan3 gai4", + "wadegiles" : "yan³ kai⁴", + "bopomofo" : "ㄧㄢˇ ㄍㄞˋ", + "romatzyh" : "yean gay" }, + "meanings" : [ "to conceal", + "to hide behind", + "to cover up" ], + "classifiers" : [] } ] }, + { "simplified" : "掩护", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7317, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "掩護", + "transcriptions" : { "pinyin" : "yǎn hù", + "numeric" : "yan3 hu4", + "wadegiles" : "yan³ hu⁴", + "bopomofo" : "ㄧㄢˇ ㄏㄨˋ", + "romatzyh" : "yean huh" }, + "meanings" : [ "to screen", + "to shield", + "to cover", + "protection", + "cover" ], + "classifiers" : [ "面" ] } ] }, + { "simplified" : "掩饰", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6255, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "掩飾", + "transcriptions" : { "pinyin" : "yǎn shì", + "numeric" : "yan3 shi4", + "wadegiles" : "yan³ shih⁴", + "bopomofo" : "ㄧㄢˇ ㄕˋ", + "romatzyh" : "yean shyh" }, + "meanings" : [ "to cover up", + "to conceal", + "to mask", + "to gloss over" ], + "classifiers" : [] } ] }, + { "simplified" : "眼", + "radical" : "目", + "level" : [ "new-2" ], + "frequency" : 762, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "眼", + "transcriptions" : { "pinyin" : "yǎn", + "numeric" : "yan3", + "wadegiles" : "yan³", + "bopomofo" : "ㄧㄢˇ", + "romatzyh" : "yean" }, + "meanings" : [ "eye", + "small hole", + "crux (of a matter)", + "classifier for big hollow things (wells, stoves, pots etc)" ], + "classifiers" : [ "只", "双" ] } ] }, + { "simplified" : "眼光", + "radical" : "目", + "level" : [ "new-5", "old-6" ], + "frequency" : 5024, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眼光", + "transcriptions" : { "pinyin" : "yǎn guāng", + "numeric" : "yan3 guang1", + "wadegiles" : "yan³ kuang¹", + "bopomofo" : "ㄧㄢˇ ㄍㄨㄤ", + "romatzyh" : "yean guang" }, + "meanings" : [ "gaze", + "insight", + "foresight", + "vision", + "way of looking at things" ], + "classifiers" : [] } ] }, + { "simplified" : "眼红", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 25358, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "眼紅", + "transcriptions" : { "pinyin" : "yǎn hóng", + "numeric" : "yan3 hong2", + "wadegiles" : "yan³ hung²", + "bopomofo" : "ㄧㄢˇ ㄏㄨㄥˊ", + "romatzyh" : "yean horng" }, + "meanings" : [ "to covet", + "envious", + "jealous", + "green with envy", + "infuriated", + "furious" ], + "classifiers" : [] } ] }, + { "simplified" : "眼界", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 16720, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眼界", + "transcriptions" : { "pinyin" : "yǎn jiè", + "numeric" : "yan3 jie4", + "wadegiles" : "yan³ chieh⁴", + "bopomofo" : "ㄧㄢˇ ㄐㄧㄝˋ", + "romatzyh" : "yean jieh" }, + "meanings" : [ "ken", "scope" ], + "classifiers" : [] } ] }, + { "simplified" : "眼镜", + "radical" : "目", + "level" : [ "new-4", "old-3" ], + "frequency" : 3998, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眼鏡", + "transcriptions" : { "pinyin" : "yǎn jìng", + "numeric" : "yan3 jing4", + "wadegiles" : "yan³ ching⁴", + "bopomofo" : "ㄧㄢˇ ㄐㄧㄥˋ", + "romatzyh" : "yean jinq" }, + "meanings" : [ "spectacles", "eyeglasses" ], + "classifiers" : [ "副" ] } ] }, + { "simplified" : "眼睛", + "radical" : "目", + "level" : [ "new-2", "old-2" ], + "frequency" : 814, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眼睛", + "transcriptions" : { "pinyin" : "yǎn jing", + "numeric" : "yan3 jing5", + "wadegiles" : "yan³ jing", + "bopomofo" : "ㄧㄢˇ jing", + "romatzyh" : "yean jing" }, + "meanings" : [ "eye" ], + "classifiers" : [ "只", "双" ] } ] }, + { "simplified" : "眼看", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 9160, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "眼看", + "transcriptions" : { "pinyin" : "yǎn kàn", + "numeric" : "yan3 kan4", + "wadegiles" : "yan³ k'an⁴", + "bopomofo" : "ㄧㄢˇ ㄎㄢˋ", + "romatzyh" : "yean kann" }, + "meanings" : [ "soon", + "in a moment", + "to look on as sth happens" ], + "classifiers" : [] } ] }, + { "simplified" : "眼泪", + "radical" : "目", + "level" : [ "new-4" ], + "frequency" : 3450, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眼淚", + "transcriptions" : { "pinyin" : "yǎn lèi", + "numeric" : "yan3 lei4", + "wadegiles" : "yan³ lei⁴", + "bopomofo" : "ㄧㄢˇ ㄌㄟˋ", + "romatzyh" : "yean ley" }, + "meanings" : [ "tears", "crying" ], + "classifiers" : [ "滴" ] } ] }, + { "simplified" : "眼里", + "radical" : "目", + "level" : [ "new-4" ], + "frequency" : 4213, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "眼裡", + "transcriptions" : { "pinyin" : "yǎnli", + "numeric" : "yǎnli", + "wadegiles" : "yǎnli", + "bopomofo" : "yǎnli", + "romatzyh" : "yǎnli" }, + "meanings" : [ "In the eyes" ], + "classifiers" : [] } ] }, + { "simplified" : "眼前", + "radical" : "目", + "level" : [ "new-3" ], + "frequency" : 2549, + "pos" : [ "s", "t" ], + "forms" : [ { "traditional" : "眼前", + "transcriptions" : { "pinyin" : "yǎn qián", + "numeric" : "yan3 qian2", + "wadegiles" : "yan³ ch'ien²", + "bopomofo" : "ㄧㄢˇ ㄑㄧㄢˊ", + "romatzyh" : "yean chyan" }, + "meanings" : [ "before one's eyes", + "now", + "at present" ], + "classifiers" : [] } ] }, + { "simplified" : "眼色", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20729, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眼色", + "transcriptions" : { "pinyin" : "yǎn sè", + "numeric" : "yan3 se4", + "wadegiles" : "yan³ se⁴", + "bopomofo" : "ㄧㄢˇ ㄙㄜˋ", + "romatzyh" : "yean seh" }, + "meanings" : [ "signal made with one's eyes", + "meaningful glance" ], + "classifiers" : [] } ] }, + { "simplified" : "眼神", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2911, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眼神", + "transcriptions" : { "pinyin" : "yǎn shén", + "numeric" : "yan3 shen2", + "wadegiles" : "yan³ shen²", + "bopomofo" : "ㄧㄢˇ ㄕㄣˊ", + "romatzyh" : "yean shern" }, + "meanings" : [ "expression or emotion showing in one's eyes", + "meaningful glance", + "wink", + "eyesight (dialect)" ], + "classifiers" : [] } ] }, + { "simplified" : "眼下", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6919, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "眼下", + "transcriptions" : { "pinyin" : "yǎn xià", + "numeric" : "yan3 xia4", + "wadegiles" : "yan³ hsia⁴", + "bopomofo" : "ㄧㄢˇ ㄒㄧㄚˋ", + "romatzyh" : "yean shiah" }, + "meanings" : [ "now", + "at present", + "subocular (medicine)" ], + "classifiers" : [] } ] }, + { "simplified" : "演", + "radical" : "氵", + "level" : [ "new-3" ], + "frequency" : 1613, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "演", + "transcriptions" : { "pinyin" : "yǎn", + "numeric" : "yan3", + "wadegiles" : "yan³", + "bopomofo" : "ㄧㄢˇ", + "romatzyh" : "yean" }, + "meanings" : [ "to develop", + "to evolve", + "to practice", + "to perform", + "to play", + "to act" ], + "classifiers" : [] } ] }, + { "simplified" : "演变", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9829, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "演變", + "transcriptions" : { "pinyin" : "yǎn biàn", + "numeric" : "yan3 bian4", + "wadegiles" : "yan³ pien⁴", + "bopomofo" : "ㄧㄢˇ ㄅㄧㄢˋ", + "romatzyh" : "yean biann" }, + "meanings" : [ "to develop", + "to evolve", + "development", + "evolution" ], + "classifiers" : [] } ] }, + { "simplified" : "演播室", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17796, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "演播室", + "transcriptions" : { "pinyin" : "yǎn bō shì", + "numeric" : "yan3 bo1 shi4", + "wadegiles" : "yan³ po¹ shih⁴", + "bopomofo" : "ㄧㄢˇ ㄅㄛ ㄕˋ", + "romatzyh" : "yean bo shyh" }, + "meanings" : [ "broadcasting studio" ], + "classifiers" : [] } ] }, + { "simplified" : "演唱", + "radical" : "氵", + "level" : [ "new-3" ], + "frequency" : 3897, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "演唱", + "transcriptions" : { "pinyin" : "yǎn chàng", + "numeric" : "yan3 chang4", + "wadegiles" : "yan³ ch'ang⁴", + "bopomofo" : "ㄧㄢˇ ㄔㄤˋ", + "romatzyh" : "yean chanq" }, + "meanings" : [ "sung performance", + "to sing for an audience" ], + "classifiers" : [] } ] }, + { "simplified" : "演唱会", + "radical" : "氵", + "level" : [ "new-3" ], + "frequency" : 3862, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "演唱會", + "transcriptions" : { "pinyin" : "yǎn chàng huì", + "numeric" : "yan3 chang4 hui4", + "wadegiles" : "yan³ ch'ang⁴ hui⁴", + "bopomofo" : "ㄧㄢˇ ㄔㄤˋ ㄏㄨㄟˋ", + "romatzyh" : "yean chanq huey" }, + "meanings" : [ "vocal recital or concert" ], + "classifiers" : [] } ] }, + { "simplified" : "演出", + "radical" : "氵", + "level" : [ "new-3", "old-4" ], + "frequency" : 1568, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "演出", + "transcriptions" : { "pinyin" : "yǎn chū", + "numeric" : "yan3 chu1", + "wadegiles" : "yan³ ch'u¹", + "bopomofo" : "ㄧㄢˇ ㄔㄨ", + "romatzyh" : "yean chu" }, + "meanings" : [ "to act (in a play)", + "to perform", + "to put on (a performance)", + "performance", + "concert", + "show" ], + "classifiers" : [ "场", "次" ] } ] }, + { "simplified" : "演技", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 9630, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "演技", + "transcriptions" : { "pinyin" : "yǎn jì", + "numeric" : "yan3 ji4", + "wadegiles" : "yan³ chi⁴", + "bopomofo" : "ㄧㄢˇ ㄐㄧˋ", + "romatzyh" : "yean jih" }, + "meanings" : [ "acting", "performing skills" ], + "classifiers" : [] } ] }, + { "simplified" : "演讲", + "radical" : "氵", + "level" : [ "new-4", "old-6" ], + "frequency" : 3526, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "演講", + "transcriptions" : { "pinyin" : "yǎn jiǎng", + "numeric" : "yan3 jiang3", + "wadegiles" : "yan³ chiang³", + "bopomofo" : "ㄧㄢˇ ㄐㄧㄤˇ", + "romatzyh" : "yean jeang" }, + "meanings" : [ "lecture", "to make a speech" ], + "classifiers" : [] } ] }, + { "simplified" : "演练", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13826, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "演練", + "transcriptions" : { "pinyin" : "yǎn liàn", + "numeric" : "yan3 lian4", + "wadegiles" : "yan³ lien⁴", + "bopomofo" : "ㄧㄢˇ ㄌㄧㄢˋ", + "romatzyh" : "yean liann" }, + "meanings" : [ "to do a drill", + "to practice", + "training", + "drill" ], + "classifiers" : [] } ] }, + { "simplified" : "演示", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8584, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "演示", + "transcriptions" : { "pinyin" : "yǎn shì", + "numeric" : "yan3 shi4", + "wadegiles" : "yan³ shih⁴", + "bopomofo" : "ㄧㄢˇ ㄕˋ", + "romatzyh" : "yean shyh" }, + "meanings" : [ "to demonstrate", + "to show", + "presentation", + "demonstration" ], + "classifiers" : [] } ] }, + { "simplified" : "演说", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10349, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "演說", + "transcriptions" : { "pinyin" : "yǎn shuō", + "numeric" : "yan3 shuo1", + "wadegiles" : "yan³ shuo¹", + "bopomofo" : "ㄧㄢˇ ㄕㄨㄛ", + "romatzyh" : "yean shuo" }, + "meanings" : [ "speech", "to deliver a speech" ], + "classifiers" : [] } ] }, + { "simplified" : "演习", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6261, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "演習", + "transcriptions" : { "pinyin" : "yǎn xí", + "numeric" : "yan3 xi2", + "wadegiles" : "yan³ hsi²", + "bopomofo" : "ㄧㄢˇ ㄒㄧˊ", + "romatzyh" : "yean shyi" }, + "meanings" : [ "maneuver", + "exercise", + "practice", + "to maneuver" ], + "classifiers" : [] } ] }, + { "simplified" : "演戏", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8399, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "演戲", + "transcriptions" : { "pinyin" : "yǎn xì", + "numeric" : "yan3 xi4", + "wadegiles" : "yan³ hsi⁴", + "bopomofo" : "ㄧㄢˇ ㄒㄧˋ", + "romatzyh" : "yean shih" }, + "meanings" : [ "to put on a play", + "to perform", + "fig. to pretend", + "to feign" ], + "classifiers" : [] } ] }, + { "simplified" : "演艺圈", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 16822, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "演藝圈", + "transcriptions" : { "pinyin" : "yǎn yì quān", + "numeric" : "yan3 yi4 quan1", + "wadegiles" : "yan³ i⁴ ch'üan¹", + "bopomofo" : "ㄧㄢˇ ㄧˋ ㄑㄩㄢ", + "romatzyh" : "yean yih chiuan" }, + "meanings" : [ "show business" ], + "classifiers" : [] } ] }, + { "simplified" : "演绎", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5431, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "演繹", + "transcriptions" : { "pinyin" : "yǎn yì", + "numeric" : "yan3 yi4", + "wadegiles" : "yan³ i⁴", + "bopomofo" : "ㄧㄢˇ ㄧˋ", + "romatzyh" : "yean yih" }, + "meanings" : [ "(of a story etc) to unfold", + "to play out", + "to develop (a technique etc)", + "to enact", + "(logic) to deduce", + "to infer" ], + "classifiers" : [] } ] }, + { "simplified" : "演员", + "radical" : "氵", + "level" : [ "new-3", "old-4" ], + "frequency" : 1643, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "演員", + "transcriptions" : { "pinyin" : "yǎn yuán", + "numeric" : "yan3 yuan2", + "wadegiles" : "yan³ yüan²", + "bopomofo" : "ㄧㄢˇ ㄩㄢˊ", + "romatzyh" : "yean yuan" }, + "meanings" : [ "actor or actress", "performer" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "演奏", + "radical" : "氵", + "level" : [ "new-6", "old-6" ], + "frequency" : 6261, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "演奏", + "transcriptions" : { "pinyin" : "yǎn zòu", + "numeric" : "yan3 zou4", + "wadegiles" : "yan³ tsou⁴", + "bopomofo" : "ㄧㄢˇ ㄗㄡˋ", + "romatzyh" : "yean tzow" }, + "meanings" : [ "to perform on a musical instrument" ], + "classifiers" : [] } ] }, + { "simplified" : "厌恶", + "radical" : "厂", + "level" : [ "old-6" ], + "frequency" : 7894, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "厭惡", + "transcriptions" : { "pinyin" : "yàn wù", + "numeric" : "yan4 wu4", + "wadegiles" : "yan⁴ wu⁴", + "bopomofo" : "ㄧㄢˋ ㄨˋ", + "romatzyh" : "yann wuh" }, + "meanings" : [ "to loathe", + "to hate", + "disgusted with sth" ], + "classifiers" : [] } ] }, + { "simplified" : "厌烦", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 13120, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "厭煩", + "transcriptions" : { "pinyin" : "yàn fán", + "numeric" : "yan4 fan2", + "wadegiles" : "yan⁴ fan²", + "bopomofo" : "ㄧㄢˋ ㄈㄢˊ", + "romatzyh" : "yann farn" }, + "meanings" : [ "bored; fed up with sth; sick of sth" ], + "classifiers" : [] } ] }, + { "simplified" : "厌倦", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 7767, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "厭倦", + "transcriptions" : { "pinyin" : "yàn juàn", + "numeric" : "yan4 juan4", + "wadegiles" : "yan⁴ chüan⁴", + "bopomofo" : "ㄧㄢˋ ㄐㄩㄢˋ", + "romatzyh" : "yann jiuann" }, + "meanings" : [ "to be weary of; to be fed up with; to be bored with" ], + "classifiers" : [] } ] }, + { "simplified" : "咽", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 9313, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "咽", + "transcriptions" : { "pinyin" : "yān", + "numeric" : "yan1", + "wadegiles" : "yan¹", + "bopomofo" : "ㄧㄢ", + "romatzyh" : "ian" }, + "meanings" : [ "throat; pharynx", "narrow pass" ], + "classifiers" : [] }, + { "traditional" : "咽", + "transcriptions" : { "pinyin" : "yàn", + "numeric" : "yan4", + "wadegiles" : "yan⁴", + "bopomofo" : "ㄧㄢˋ", + "romatzyh" : "yann" }, + "meanings" : [ "variant of 咽" ], + "classifiers" : [] }, + { "traditional" : "咽", + "transcriptions" : { "pinyin" : "yè", + "numeric" : "ye4", + "wadegiles" : "yeh⁴", + "bopomofo" : "ㄧㄝˋ", + "romatzyh" : "yeh" }, + "meanings" : [ "to choke (in crying)" ], + "classifiers" : [] }, + { "traditional" : "嚥", + "transcriptions" : { "pinyin" : "yàn", + "numeric" : "yan4", + "wadegiles" : "yan⁴", + "bopomofo" : "ㄧㄢˋ", + "romatzyh" : "yann" }, + "meanings" : [ "to swallow" ], + "classifiers" : [] } ] }, + { "simplified" : "咽喉", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 15508, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "咽喉", + "transcriptions" : { "pinyin" : "yān hóu", + "numeric" : "yan1 hou2", + "wadegiles" : "yan¹ hou²", + "bopomofo" : "ㄧㄢ ㄏㄡˊ", + "romatzyh" : "ian hour" }, + "meanings" : [ "throat" ], + "classifiers" : [] } ] }, + { "simplified" : "宴会", + "radical" : "宀", + "level" : [ "new-6", "old-5" ], + "frequency" : 6859, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宴會", + "transcriptions" : { "pinyin" : "yàn huì", + "numeric" : "yan4 hui4", + "wadegiles" : "yan⁴ hui⁴", + "bopomofo" : "ㄧㄢˋ ㄏㄨㄟˋ", + "romatzyh" : "yann huey" }, + "meanings" : [ "banquet", "feast", "dinner party" ], + "classifiers" : [ "席", "个" ] } ] }, + { "simplified" : "艳丽", + "radical" : "色", + "level" : [ "new-7+" ], + "frequency" : 26439, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "艷麗", + "transcriptions" : { "pinyin" : "yàn lì", + "numeric" : "yan4 li4", + "wadegiles" : "yan⁴ li⁴", + "bopomofo" : "ㄧㄢˋ ㄌㄧˋ", + "romatzyh" : "yann lih" }, + "meanings" : [ "gorgeous", "garish and beautiful" ], + "classifiers" : [] } ] }, + { "simplified" : "验", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 7908, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "騐", + "transcriptions" : { "pinyin" : "yàn", + "numeric" : "yan4", + "wadegiles" : "yan⁴", + "bopomofo" : "ㄧㄢˋ", + "romatzyh" : "yann" }, + "meanings" : [ "variant of 验" ], + "classifiers" : [] }, + { "traditional" : "驗", + "transcriptions" : { "pinyin" : "yàn", + "numeric" : "yan4", + "wadegiles" : "yan⁴", + "bopomofo" : "ㄧㄢˋ", + "romatzyh" : "yann" }, + "meanings" : [ "to examine", + "to test", + "to check" ], + "classifiers" : [] } ] }, + { "simplified" : "验收", + "radical" : "马", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18985, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "驗收", + "transcriptions" : { "pinyin" : "yàn shōu", + "numeric" : "yan4 shou1", + "wadegiles" : "yan⁴ shou¹", + "bopomofo" : "ㄧㄢˋ ㄕㄡ", + "romatzyh" : "yann shou" }, + "meanings" : [ "to inspect and accept", + "acceptance" ], + "classifiers" : [] } ] }, + { "simplified" : "验证", + "radical" : "马", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7174, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "驗證", + "transcriptions" : { "pinyin" : "yàn zhèng", + "numeric" : "yan4 zheng4", + "wadegiles" : "yan⁴ cheng⁴", + "bopomofo" : "ㄧㄢˋ ㄓㄥˋ", + "romatzyh" : "yann jenq" }, + "meanings" : [ "to inspect and verify", + "experimental verification", + "to validate (a theory)", + "to authenticate" ], + "classifiers" : [] } ] }, + { "simplified" : "焰火", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 18440, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "焰火", + "transcriptions" : { "pinyin" : "yàn huǒ", + "numeric" : "yan4 huo3", + "wadegiles" : "yan⁴ huo³", + "bopomofo" : "ㄧㄢˋ ㄏㄨㄛˇ", + "romatzyh" : "yann huoo" }, + "meanings" : [ "fireworks" ], + "classifiers" : [] } ] }, + { "simplified" : "燕子", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 18534, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "燕子", + "transcriptions" : { "pinyin" : "yàn zi", + "numeric" : "yan4 zi5", + "wadegiles" : "yan⁴ zi", + "bopomofo" : "ㄧㄢˋ zi", + "romatzyh" : "yann zi" }, + "meanings" : [ "swallow" ], + "classifiers" : [] } ] }, + { "simplified" : "秧歌", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 34752, + "pos" : [], + "forms" : [ { "traditional" : "秧歌", + "transcriptions" : { "pinyin" : "yāng ge", + "numeric" : "yang1 ge5", + "wadegiles" : "yang¹ ge", + "bopomofo" : "ㄧㄤ ge", + "romatzyh" : "iang ge" }, + "meanings" : [ "Yangge, a popular rural folk dance" ], + "classifiers" : [] } ] }, + { "simplified" : "扬", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6047, + "pos" : [ "g", "v" ], + "forms" : [ { "traditional" : "揚", + "transcriptions" : { "pinyin" : "Yáng", + "numeric" : "Yang2", + "wadegiles" : "yang²", + "bopomofo" : "ㄧㄤˊ", + "romatzyh" : "yang" }, + "meanings" : [ "abbr. for 扬州", "surname Yang" ], + "classifiers" : [] }, + { "traditional" : "揚", + "transcriptions" : { "pinyin" : "yáng", + "numeric" : "yang2", + "wadegiles" : "yang²", + "bopomofo" : "ㄧㄤˊ", + "romatzyh" : "yang" }, + "meanings" : [ "to raise", + "to hoist", + "the action of tossing or winnowing", + "scattering (in the wind)", + "to flutter", + "to propagate" ], + "classifiers" : [] }, + { "traditional" : "敭", + "transcriptions" : { "pinyin" : "yáng", + "numeric" : "yang2", + "wadegiles" : "yang²", + "bopomofo" : "ㄧㄤˊ", + "romatzyh" : "yang" }, + "meanings" : [ "variant of 扬" ], + "classifiers" : [] } ] }, + { "simplified" : "羊", + "radical" : "羊", + "level" : [ "new-3" ], + "frequency" : 2574, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "羊", + "transcriptions" : { "pinyin" : "Yáng", + "numeric" : "Yang2", + "wadegiles" : "yang²", + "bopomofo" : "ㄧㄤˊ", + "romatzyh" : "yang" }, + "meanings" : [ "surname Yang" ], + "classifiers" : [] }, + { "traditional" : "羊", + "transcriptions" : { "pinyin" : "yáng", + "numeric" : "yang2", + "wadegiles" : "yang²", + "bopomofo" : "ㄧㄤˊ", + "romatzyh" : "yang" }, + "meanings" : [ "sheep; goat" ], + "classifiers" : [ "头", "只" ] } ] }, + { "simplified" : "羊肉", + "radical" : "羊", + "level" : [ "old-2" ], + "frequency" : 11336, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "羊肉", + "transcriptions" : { "pinyin" : "yáng ròu", + "numeric" : "yang2 rou4", + "wadegiles" : "yang² jou⁴", + "bopomofo" : "ㄧㄤˊ ㄖㄡˋ", + "romatzyh" : "yang row" }, + "meanings" : [ "mutton", "goat meat" ], + "classifiers" : [] } ] }, + { "simplified" : "阳光", + "radical" : "阝", + "level" : [ "new-3", "old-4" ], + "frequency" : 2043, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "陽光", + "transcriptions" : { "pinyin" : "yáng guāng", + "numeric" : "yang2 guang1", + "wadegiles" : "yang² kuang¹", + "bopomofo" : "ㄧㄤˊ ㄍㄨㄤ", + "romatzyh" : "yang guang" }, + "meanings" : [ "sunshine", + "(of personality) upbeat; energetic", + "transparent (open to public scrutiny)" ], + "classifiers" : [] } ] }, + { "simplified" : "阳台", + "radical" : "阝", + "level" : [ "new-4", "old-5" ], + "frequency" : 6690, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陽台", + "transcriptions" : { "pinyin" : "yáng tái", + "numeric" : "yang2 tai2", + "wadegiles" : "yang² t'ai²", + "bopomofo" : "ㄧㄤˊ ㄊㄞˊ", + "romatzyh" : "yang tair" }, + "meanings" : [ "variant of 阳台" ], + "classifiers" : [] }, + { "traditional" : "陽臺", + "transcriptions" : { "pinyin" : "yáng tái", + "numeric" : "yang2 tai2", + "wadegiles" : "yang² t'ai²", + "bopomofo" : "ㄧㄤˊ ㄊㄞˊ", + "romatzyh" : "yang tair" }, + "meanings" : [ "balcony", "porch" ], + "classifiers" : [] } ] }, + { "simplified" : "阳性", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 6067, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陽性", + "transcriptions" : { "pinyin" : "yáng xìng", + "numeric" : "yang2 xing4", + "wadegiles" : "yang² hsing⁴", + "bopomofo" : "ㄧㄤˊ ㄒㄧㄥˋ", + "romatzyh" : "yang shinq" }, + "meanings" : [ "positive", "masculine" ], + "classifiers" : [] } ] }, + { "simplified" : "杨树", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 43758, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "楊樹", + "transcriptions" : { "pinyin" : "yáng shù", + "numeric" : "yang2 shu4", + "wadegiles" : "yang² shu⁴", + "bopomofo" : "ㄧㄤˊ ㄕㄨˋ", + "romatzyh" : "yang shuh" }, + "meanings" : [ "poplar tree", + "various trees of genus Populus" ], + "classifiers" : [] } ] }, + { "simplified" : "洋", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 5778, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "洋", + "transcriptions" : { "pinyin" : "yáng", + "numeric" : "yang2", + "wadegiles" : "yang²", + "bopomofo" : "ㄧㄤˊ", + "romatzyh" : "yang" }, + "meanings" : [ "ocean", + "vast", + "foreign", + "silver dollar or coin" ], + "classifiers" : [] } ] }, + { "simplified" : "洋溢", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 22369, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "洋溢", + "transcriptions" : { "pinyin" : "yáng yì", + "numeric" : "yang2 yi4", + "wadegiles" : "yang² i⁴", + "bopomofo" : "ㄧㄤˊ ㄧˋ", + "romatzyh" : "yang yih" }, + "meanings" : [ "brimming with", "steeped in" ], + "classifiers" : [] } ] }, + { "simplified" : "仰", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 11544, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "仰", + "transcriptions" : { "pinyin" : "Yǎng", + "numeric" : "Yang3", + "wadegiles" : "yang³", + "bopomofo" : "ㄧㄤˇ", + "romatzyh" : "yeang" }, + "meanings" : [ "surname Yang" ], + "classifiers" : [] }, + { "traditional" : "仰", + "transcriptions" : { "pinyin" : "yǎng", + "numeric" : "yang3", + "wadegiles" : "yang³", + "bopomofo" : "ㄧㄤˇ", + "romatzyh" : "yeang" }, + "meanings" : [ "to face upward", + "to look up", + "to admire", + "to rely on" ], + "classifiers" : [] } ] }, + { "simplified" : "养", + "radical" : "丷", + "level" : [ "new-2" ], + "frequency" : 1346, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "養", + "transcriptions" : { "pinyin" : "yǎng", + "numeric" : "yang3", + "wadegiles" : "yang³", + "bopomofo" : "ㄧㄤˇ", + "romatzyh" : "yeang" }, + "meanings" : [ "to raise (animals)", + "to bring up (children)", + "to keep (pets)", + "to support", + "to give birth" ], + "classifiers" : [] } ] }, + { "simplified" : "养成", + "radical" : "丷", + "level" : [ "new-4", "old-4" ], + "frequency" : 13078, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "養成", + "transcriptions" : { "pinyin" : "yǎng chéng", + "numeric" : "yang3 cheng2", + "wadegiles" : "yang³ ch'eng²", + "bopomofo" : "ㄧㄤˇ ㄔㄥˊ", + "romatzyh" : "yeang cherng" }, + "meanings" : [ "to cultivate", + "to raise", + "to form (a habit)", + "to acquire" ], + "classifiers" : [] } ] }, + { "simplified" : "养活", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 11652, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "養活", + "transcriptions" : { "pinyin" : "yǎng huo", + "numeric" : "yang3 huo5", + "wadegiles" : "yang³ huo", + "bopomofo" : "ㄧㄤˇ huo", + "romatzyh" : "yeang huo" }, + "meanings" : [ "to provide for", + "to keep (animals, a family etc)", + "to raise animals", + "to feed and clothe", + "support", + "the necessities of life", + "to give birth" ], + "classifiers" : [] } ] }, + { "simplified" : "养老", + "radical" : "丷", + "level" : [ "new-6" ], + "frequency" : 11131, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "養老", + "transcriptions" : { "pinyin" : "yǎng lǎo", + "numeric" : "yang3 lao3", + "wadegiles" : "yang³ lao³", + "bopomofo" : "ㄧㄤˇ ㄌㄠˇ", + "romatzyh" : "yeang lao" }, + "meanings" : [ "to provide for the elderly (family members)", + "to enjoy a life in retirement" ], + "classifiers" : [] } ] }, + { "simplified" : "养老金", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 10458, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "養老金", + "transcriptions" : { "pinyin" : "yǎng lǎo jīn", + "numeric" : "yang3 lao3 jin1", + "wadegiles" : "yang³ lao³ chin¹", + "bopomofo" : "ㄧㄤˇ ㄌㄠˇ ㄐㄧㄣ", + "romatzyh" : "yeang lao jin" }, + "meanings" : [ "pension" ], + "classifiers" : [] } ] }, + { "simplified" : "养老院", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 21201, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "養老院", + "transcriptions" : { "pinyin" : "yǎng lǎo yuàn", + "numeric" : "yang3 lao3 yuan4", + "wadegiles" : "yang³ lao³ yüan⁴", + "bopomofo" : "ㄧㄤˇ ㄌㄠˇ ㄩㄢˋ", + "romatzyh" : "yeang lao yuann" }, + "meanings" : [ "nursing home" ], + "classifiers" : [] } ] }, + { "simplified" : "养生", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 27107, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "養生", + "transcriptions" : { "pinyin" : "yǎng shēng", + "numeric" : "yang3 sheng1", + "wadegiles" : "yang³ sheng¹", + "bopomofo" : "ㄧㄤˇ ㄕㄥ", + "romatzyh" : "yeang sheng" }, + "meanings" : [ "to maintain good health", + "to raise a child or animal", + "curing (of concrete etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "养殖", + "radical" : "丷", + "level" : [ "new-7+" ], + "frequency" : 19446, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "養殖", + "transcriptions" : { "pinyin" : "yǎng zhí", + "numeric" : "yang3 zhi2", + "wadegiles" : "yang³ chih²", + "bopomofo" : "ㄧㄤˇ ㄓˊ", + "romatzyh" : "yeang jyr" }, + "meanings" : [ "to cultivate", + "cultivation", + "to further", + "to encourage" ], + "classifiers" : [] } ] }, + { "simplified" : "氧", + "radical" : "气", + "level" : [ "new-7+" ], + "frequency" : 5633, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氧", + "transcriptions" : { "pinyin" : "yǎng", + "numeric" : "yang3", + "wadegiles" : "yang³", + "bopomofo" : "ㄧㄤˇ", + "romatzyh" : "yeang" }, + "meanings" : [ "oxygen (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "氧气", + "radical" : "气", + "level" : [ "new-6", "old-6" ], + "frequency" : 8778, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "氧氣", + "transcriptions" : { "pinyin" : "yǎng qì", + "numeric" : "yang3 qi4", + "wadegiles" : "yang³ ch'i⁴", + "bopomofo" : "ㄧㄤˇ ㄑㄧˋ", + "romatzyh" : "yeang chih" }, + "meanings" : [ "oxygen" ], + "classifiers" : [] } ] }, + { "simplified" : "痒", + "radical" : "疒", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7367, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "痒", + "transcriptions" : { "pinyin" : "yǎng", + "numeric" : "yang3", + "wadegiles" : "yang³", + "bopomofo" : "ㄧㄤˇ", + "romatzyh" : "yeang" }, + "meanings" : [ "variant of 痒", + "to itch", + "to tickle" ], + "classifiers" : [] }, + { "traditional" : "癢", + "transcriptions" : { "pinyin" : "yǎng", + "numeric" : "yang3", + "wadegiles" : "yang³", + "bopomofo" : "ㄧㄤˇ", + "romatzyh" : "yeang" }, + "meanings" : [ "to itch", "to tickle" ], + "classifiers" : [] } ] }, + { "simplified" : "样", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 1699, + "pos" : [ "q", "g", "u" ], + "forms" : [ { "traditional" : "樣", + "transcriptions" : { "pinyin" : "yàng", + "numeric" : "yang4", + "wadegiles" : "yang⁴", + "bopomofo" : "ㄧㄤˋ", + "romatzyh" : "yanq" }, + "meanings" : [ "manner", + "pattern", + "way", + "appearance", + "shape", + "classifier: kind, type" ], + "classifiers" : [] } ] }, + { "simplified" : "样本", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 5611, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樣本", + "transcriptions" : { "pinyin" : "yàng běn", + "numeric" : "yang4 ben3", + "wadegiles" : "yang⁴ pen³", + "bopomofo" : "ㄧㄤˋ ㄅㄣˇ", + "romatzyh" : "yanq been" }, + "meanings" : [ "sample; specimen" ], + "classifiers" : [] } ] }, + { "simplified" : "样品", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7037, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樣品", + "transcriptions" : { "pinyin" : "yàng pǐn", + "numeric" : "yang4 pin3", + "wadegiles" : "yang⁴ p'in³", + "bopomofo" : "ㄧㄤˋ ㄆㄧㄣˇ", + "romatzyh" : "yanq piin" }, + "meanings" : [ "sample; specimen" ], + "classifiers" : [] } ] }, + { "simplified" : "样式", + "radical" : "木", + "level" : [ "old-5" ], + "frequency" : 14126, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樣式", + "transcriptions" : { "pinyin" : "yàng shì", + "numeric" : "yang4 shi4", + "wadegiles" : "yang⁴ shih⁴", + "bopomofo" : "ㄧㄤˋ ㄕˋ", + "romatzyh" : "yanq shyh" }, + "meanings" : [ "type", "style" ], + "classifiers" : [] } ] }, + { "simplified" : "样子", + "radical" : "木", + "level" : [ "new-2", "old-4" ], + "frequency" : 1140, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "樣子", + "transcriptions" : { "pinyin" : "yàng zi", + "numeric" : "yang4 zi5", + "wadegiles" : "yang⁴ zi", + "bopomofo" : "ㄧㄤˋ zi", + "romatzyh" : "yanq zi" }, + "meanings" : [ "appearance", + "manner", + "pattern", + "model" ], + "classifiers" : [] } ] }, + { "simplified" : "妖怪", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 12672, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "妖怪", + "transcriptions" : { "pinyin" : "yāo guài", + "numeric" : "yao1 guai4", + "wadegiles" : "yao¹ kuai⁴", + "bopomofo" : "ㄧㄠ ㄍㄨㄞˋ", + "romatzyh" : "iau guay" }, + "meanings" : [ "monster", "devil" ], + "classifiers" : [] } ] }, + { "simplified" : "腰", + "radical" : "⺼", + "level" : [ "new-4", "old-5" ], + "frequency" : 3323, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腰", + "transcriptions" : { "pinyin" : "yāo", + "numeric" : "yao1", + "wadegiles" : "yao¹", + "bopomofo" : "ㄧㄠ", + "romatzyh" : "iau" }, + "meanings" : [ "waist", + "lower back", + "pocket", + "middle", + "loins" ], + "classifiers" : [] } ] }, + { "simplified" : "邀", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 6695, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "邀", + "transcriptions" : { "pinyin" : "yāo", + "numeric" : "yao1", + "wadegiles" : "yao¹", + "bopomofo" : "ㄧㄠ", + "romatzyh" : "iau" }, + "meanings" : [ "to invite", + "to request", + "to intercept", + "to solicit", + "to seek" ], + "classifiers" : [] } ] }, + { "simplified" : "邀请", + "radical" : "辶", + "level" : [ "new-5", "old-4" ], + "frequency" : 1683, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "邀請", + "transcriptions" : { "pinyin" : "yāo qǐng", + "numeric" : "yao1 qing3", + "wadegiles" : "yao¹ ch'ing³", + "bopomofo" : "ㄧㄠ ㄑㄧㄥˇ", + "romatzyh" : "iau chiing" }, + "meanings" : [ "to invite", "invitation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "窑", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 14714, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "窯", + "transcriptions" : { "pinyin" : "yáo", + "numeric" : "yao2", + "wadegiles" : "yao²", + "bopomofo" : "ㄧㄠˊ", + "romatzyh" : "yau" }, + "meanings" : [ "kiln", + "oven", + "coal pit", + "cave dwelling", + "(coll.) brothel" ], + "classifiers" : [] }, + { "traditional" : "窰", + "transcriptions" : { "pinyin" : "yáo", + "numeric" : "yao2", + "wadegiles" : "yao²", + "bopomofo" : "ㄧㄠˊ", + "romatzyh" : "yau" }, + "meanings" : [ "variant of 窑" ], + "classifiers" : [] } ] }, + { "simplified" : "谣言", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8381, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "謠言", + "transcriptions" : { "pinyin" : "yáo yán", + "numeric" : "yao2 yan2", + "wadegiles" : "yao² yan²", + "bopomofo" : "ㄧㄠˊ ㄧㄢˊ", + "romatzyh" : "yau yan" }, + "meanings" : [ "rumor" ], + "classifiers" : [] } ] }, + { "simplified" : "摇", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 3118, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搖", + "transcriptions" : { "pinyin" : "Yáo", + "numeric" : "Yao2", + "wadegiles" : "yao²", + "bopomofo" : "ㄧㄠˊ", + "romatzyh" : "yau" }, + "meanings" : [ "surname Yao" ], + "classifiers" : [] }, + { "traditional" : "搖", + "transcriptions" : { "pinyin" : "yáo", + "numeric" : "yao2", + "wadegiles" : "yao²", + "bopomofo" : "ㄧㄠˊ", + "romatzyh" : "yau" }, + "meanings" : [ "to shake", + "to rock", + "to row", + "to crank" ], + "classifiers" : [] } ] }, + { "simplified" : "摇摆", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12557, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "搖擺", + "transcriptions" : { "pinyin" : "yáo bǎi", + "numeric" : "yao2 bai3", + "wadegiles" : "yao² pai³", + "bopomofo" : "ㄧㄠˊ ㄅㄞˇ", + "romatzyh" : "yau bae" }, + "meanings" : [ "to sway", "to wobble", "to waver" ], + "classifiers" : [] } ] }, + { "simplified" : "摇滚", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5660, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "搖滾", + "transcriptions" : { "pinyin" : "yáo gǔn", + "numeric" : "yao2 gun3", + "wadegiles" : "yao² kun³", + "bopomofo" : "ㄧㄠˊ ㄍㄨㄣˇ", + "romatzyh" : "yau goen" }, + "meanings" : [ "rock 'n' roll (music)", + "to rock", + "to fall off" ], + "classifiers" : [] } ] }, + { "simplified" : "摇晃", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13559, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搖晃", + "transcriptions" : { "pinyin" : "yáo huàng", + "numeric" : "yao2 huang4", + "wadegiles" : "yao² huang⁴", + "bopomofo" : "ㄧㄠˊ ㄏㄨㄤˋ", + "romatzyh" : "yau huanq" }, + "meanings" : [ "to rock; to shake; to sway" ], + "classifiers" : [] } ] }, + { "simplified" : "摇篮", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14968, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "搖籃", + "transcriptions" : { "pinyin" : "yáo lán", + "numeric" : "yao2 lan2", + "wadegiles" : "yao² lan²", + "bopomofo" : "ㄧㄠˊ ㄌㄢˊ", + "romatzyh" : "yau lan" }, + "meanings" : [ "cradle" ], + "classifiers" : [] } ] }, + { "simplified" : "摇头", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 6924, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搖頭", + "transcriptions" : { "pinyin" : "yáo tóu", + "numeric" : "yao2 tou2", + "wadegiles" : "yao² t'ou²", + "bopomofo" : "ㄧㄠˊ ㄊㄡˊ", + "romatzyh" : "yau tour" }, + "meanings" : [ "to shake one's head" ], + "classifiers" : [] } ] }, + { "simplified" : "摇摇欲坠", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 26421, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搖搖欲墜", + "transcriptions" : { "pinyin" : "yáo yáo yù zhuì", + "numeric" : "yao2 yao2 yu4 zhui4", + "wadegiles" : "yao² yao² yü⁴ chui⁴", + "bopomofo" : "ㄧㄠˊ ㄧㄠˊ ㄩˋ ㄓㄨㄟˋ", + "romatzyh" : "yau yau yuh juey" }, + "meanings" : [ "tottering", + "on the verge of collapse" ], + "classifiers" : [] } ] }, + { "simplified" : "遥控", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11466, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "遙控", + "transcriptions" : { "pinyin" : "yáo kòng", + "numeric" : "yao2 kong4", + "wadegiles" : "yao² k'ung⁴", + "bopomofo" : "ㄧㄠˊ ㄎㄨㄥˋ", + "romatzyh" : "yau konq" }, + "meanings" : [ "to direct operations from a remote location", + "to remotely control" ], + "classifiers" : [] } ] }, + { "simplified" : "遥远", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6127, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "遙遠", + "transcriptions" : { "pinyin" : "yáo yuǎn", + "numeric" : "yao2 yuan3", + "wadegiles" : "yao² yüan³", + "bopomofo" : "ㄧㄠˊ ㄩㄢˇ", + "romatzyh" : "yau yeuan" }, + "meanings" : [ "distant", "remote" ], + "classifiers" : [] } ] }, + { "simplified" : "咬", + "radical" : "口", + "level" : [ "new-5", "old-5" ], + "frequency" : 2563, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "咬", + "transcriptions" : { "pinyin" : "yǎo", + "numeric" : "yao3", + "wadegiles" : "yao³", + "bopomofo" : "ㄧㄠˇ", + "romatzyh" : "yeau" }, + "meanings" : [ "to bite", "to nip" ], + "classifiers" : [] }, + { "traditional" : "齩", + "transcriptions" : { "pinyin" : "yǎo", + "numeric" : "yao3", + "wadegiles" : "yao³", + "bopomofo" : "ㄧㄠˇ", + "romatzyh" : "yeau" }, + "meanings" : [ "variant of 咬" ], + "classifiers" : [] } ] }, + { "simplified" : "咬牙切齿", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 26671, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "咬牙切齒", + "transcriptions" : { "pinyin" : "yǎo yá qiè chǐ", + "numeric" : "yao3 ya2 qie4 chi3", + "wadegiles" : "yao³ ya² ch'ieh⁴ ch'ih³", + "bopomofo" : "ㄧㄠˇ ㄧㄚˊ ㄑㄧㄝˋ ㄔˇ", + "romatzyh" : "yeau ya chieh chyy" }, + "meanings" : [ "(idiom) to gnash one's teeth; to fume with rage" ], + "classifiers" : [] } ] }, + { "simplified" : "药", + "radical" : "艹", + "level" : [ "new-2", "old-2" ], + "frequency" : 701, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "葯", + "transcriptions" : { "pinyin" : "yào", + "numeric" : "yao4", + "wadegiles" : "yao⁴", + "bopomofo" : "ㄧㄠˋ", + "romatzyh" : "yaw" }, + "meanings" : [ "leaf of the iris", "variant of 药" ], + "classifiers" : [] }, + { "traditional" : "藥", + "transcriptions" : { "pinyin" : "yào", + "numeric" : "yao4", + "wadegiles" : "yao⁴", + "bopomofo" : "ㄧㄠˋ", + "romatzyh" : "yaw" }, + "meanings" : [ "medicine", + "drug", + "substance used for a specific purpose (e.g. poisoning, explosion, fermenting)", + "to poison" ], + "classifiers" : [ "种", "服", "味" ] } ] }, + { "simplified" : "药材", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 29493, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藥材", + "transcriptions" : { "pinyin" : "yào cái", + "numeric" : "yao4 cai2", + "wadegiles" : "yao⁴ ts'ai²", + "bopomofo" : "ㄧㄠˋ ㄘㄞˊ", + "romatzyh" : "yaw tsair" }, + "meanings" : [ "medicinal ingredient" ], + "classifiers" : [] } ] }, + { "simplified" : "药店", + "radical" : "艹", + "level" : [ "new-2" ], + "frequency" : 9052, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藥店", + "transcriptions" : { "pinyin" : "yào diàn", + "numeric" : "yao4 dian4", + "wadegiles" : "yao⁴ tien⁴", + "bopomofo" : "ㄧㄠˋ ㄉㄧㄢˋ", + "romatzyh" : "yaw diann" }, + "meanings" : [ "pharmacy" ], + "classifiers" : [] } ] }, + { "simplified" : "药方", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 18652, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藥方", + "transcriptions" : { "pinyin" : "yào fāng", + "numeric" : "yao4 fang1", + "wadegiles" : "yao⁴ fang¹", + "bopomofo" : "ㄧㄠˋ ㄈㄤ", + "romatzyh" : "yaw fang" }, + "meanings" : [ "prescription" ], + "classifiers" : [] } ] }, + { "simplified" : "药片", + "radical" : "艹", + "level" : [ "new-2" ], + "frequency" : 19934, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藥片", + "transcriptions" : { "pinyin" : "yào piàn", + "numeric" : "yao4 pian4", + "wadegiles" : "yao⁴ p'ien⁴", + "bopomofo" : "ㄧㄠˋ ㄆㄧㄢˋ", + "romatzyh" : "yaw piann" }, + "meanings" : [ "a (medicine) pill or tablet" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "药品", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 3431, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藥品", + "transcriptions" : { "pinyin" : "yào pǐn", + "numeric" : "yao4 pin3", + "wadegiles" : "yao⁴ p'in³", + "bopomofo" : "ㄧㄠˋ ㄆㄧㄣˇ", + "romatzyh" : "yaw piin" }, + "meanings" : [ "medicaments", "medicine", "drug" ], + "classifiers" : [] } ] }, + { "simplified" : "药水", + "radical" : "艹", + "level" : [ "new-2" ], + "frequency" : 17705, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藥水", + "transcriptions" : { "pinyin" : "Yào shuǐ", + "numeric" : "Yao4 shui3", + "wadegiles" : "yao⁴ shui³", + "bopomofo" : "ㄧㄠˋ ㄕㄨㄟˇ", + "romatzyh" : "yaw shoei" }, + "meanings" : [ "Yaksu in North Korea, near the border with Liaoning and Jiling province" ], + "classifiers" : [] }, + { "traditional" : "藥水", + "transcriptions" : { "pinyin" : "yào shuǐ", + "numeric" : "yao4 shui3", + "wadegiles" : "yao⁴ shui³", + "bopomofo" : "ㄧㄠˋ ㄕㄨㄟˇ", + "romatzyh" : "yaw shoei" }, + "meanings" : [ "medicine in liquid form", + "bottled medicine", + "lotion" ], + "classifiers" : [] } ] }, + { "simplified" : "药物", + "radical" : "艹", + "level" : [ "new-4" ], + "frequency" : 1991, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藥物", + "transcriptions" : { "pinyin" : "yào wù", + "numeric" : "yao4 wu4", + "wadegiles" : "yao⁴ wu⁴", + "bopomofo" : "ㄧㄠˋ ㄨˋ", + "romatzyh" : "yaw wuh" }, + "meanings" : [ "medicaments", + "pharmaceuticals", + "medication", + "medicine", + "drug" ], + "classifiers" : [] } ] }, + { "simplified" : "要", + "radical" : "覀", + "level" : [ "new-1", "old-2" ], + "frequency" : 19, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "要", + "transcriptions" : { "pinyin" : "yāo", + "numeric" : "yao1", + "wadegiles" : "yao¹", + "bopomofo" : "ㄧㄠ", + "romatzyh" : "iau" }, + "meanings" : [ "(bound form) to demand; to coerce" ], + "classifiers" : [] }, + { "traditional" : "要", + "transcriptions" : { "pinyin" : "yào", + "numeric" : "yao4", + "wadegiles" : "yao⁴", + "bopomofo" : "ㄧㄠˋ", + "romatzyh" : "yaw" }, + "meanings" : [ "to want; to need; to ask for", + "will; shall; about to", + "need to; should", + "if (same as 是)", + "(bound form) important" ], + "classifiers" : [] } ] }, + { "simplified" : "要不", + "radical" : "覀", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3885, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "要不", + "transcriptions" : { "pinyin" : "yào bù", + "numeric" : "yao4 bu4", + "wadegiles" : "yao⁴ pu⁴", + "bopomofo" : "ㄧㄠˋ ㄅㄨˋ", + "romatzyh" : "yaw buh" }, + "meanings" : [ "otherwise", + "or else", + "how about...?", + "either... (or...)" ], + "classifiers" : [] } ] }, + { "simplified" : "要不然", + "radical" : "覀", + "level" : [ "new-6", "old-6" ], + "frequency" : 7865, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "要不然", + "transcriptions" : { "pinyin" : "yào bù rán", + "numeric" : "yao4 bu4 ran2", + "wadegiles" : "yao⁴ pu⁴ jan²", + "bopomofo" : "ㄧㄠˋ ㄅㄨˋ ㄖㄢˊ", + "romatzyh" : "yaw buh ran" }, + "meanings" : [ "otherwise", "or else", "or" ], + "classifiers" : [] } ] }, + { "simplified" : "要不是", + "radical" : "覀", + "level" : [ "new-7+" ], + "frequency" : 14653, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "要不是", + "transcriptions" : { "pinyin" : "yào bu shì", + "numeric" : "yao4 bu5 shi4", + "wadegiles" : "yao⁴ bu shih⁴", + "bopomofo" : "ㄧㄠˋ bu ㄕˋ", + "romatzyh" : "yaw bu shyh" }, + "meanings" : [ "if it were not for", "but for" ], + "classifiers" : [] } ] }, + { "simplified" : "要点", + "radical" : "覀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9297, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "要點", + "transcriptions" : { "pinyin" : "yào diǎn", + "numeric" : "yao4 dian3", + "wadegiles" : "yao⁴ tien³", + "bopomofo" : "ㄧㄠˋ ㄉㄧㄢˇ", + "romatzyh" : "yaw dean" }, + "meanings" : [ "main point", "essential" ], + "classifiers" : [] } ] }, + { "simplified" : "要害", + "radical" : "覀", + "level" : [ "new-7+" ], + "frequency" : 12297, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "要害", + "transcriptions" : { "pinyin" : "yào hài", + "numeric" : "yao4 hai4", + "wadegiles" : "yao⁴ hai⁴", + "bopomofo" : "ㄧㄠˋ ㄏㄞˋ", + "romatzyh" : "yaw hay" }, + "meanings" : [ "vital part", + "(fig.) key point", + "crucial" ], + "classifiers" : [] } ] }, + { "simplified" : "要好", + "radical" : "覀", + "level" : [ "new-6" ], + "frequency" : 11824, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "要好", + "transcriptions" : { "pinyin" : "yào hǎo", + "numeric" : "yao4 hao3", + "wadegiles" : "yao⁴ hao³", + "bopomofo" : "ㄧㄠˋ ㄏㄠˇ", + "romatzyh" : "yaw hao" }, + "meanings" : [ "to be on good terms", + "to be close friends", + "striving for self-improvement" ], + "classifiers" : [] } ] }, + { "simplified" : "要紧", + "radical" : "覀", + "level" : [ "new-7+" ], + "frequency" : 10172, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "要緊", + "transcriptions" : { "pinyin" : "yào jǐn", + "numeric" : "yao4 jin3", + "wadegiles" : "yao⁴ chin³", + "bopomofo" : "ㄧㄠˋ ㄐㄧㄣˇ", + "romatzyh" : "yaw jiin" }, + "meanings" : [ "important", "urgent" ], + "classifiers" : [] } ] }, + { "simplified" : "要领", + "radical" : "覀", + "level" : [ "new-7+" ], + "frequency" : 26676, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "要領", + "transcriptions" : { "pinyin" : "yào lǐng", + "numeric" : "yao4 ling3", + "wadegiles" : "yao⁴ ling³", + "bopomofo" : "ㄧㄠˋ ㄌㄧㄥˇ", + "romatzyh" : "yaw liing" }, + "meanings" : [ "main aspects", + "essentials", + "gist" ], + "classifiers" : [] } ] }, + { "simplified" : "要么", + "radical" : "覀", + "level" : [ "new-6" ], + "frequency" : 2454, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "要麼", + "transcriptions" : { "pinyin" : "yào me", + "numeric" : "yao4 me5", + "wadegiles" : "yao⁴ me", + "bopomofo" : "ㄧㄠˋ me", + "romatzyh" : "yaw me" }, + "meanings" : [ "or", "either one or the other" ], + "classifiers" : [] } ] }, + { "simplified" : "要命", + "radical" : "覀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7960, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "要命", + "transcriptions" : { "pinyin" : "yào mìng", + "numeric" : "yao4 ming4", + "wadegiles" : "yao⁴ ming⁴", + "bopomofo" : "ㄧㄠˋ ㄇㄧㄥˋ", + "romatzyh" : "yaw minq" }, + "meanings" : [ "to cause sb's death", + "extremely; terribly", + "(used in complaining about sth) to be a nuisance" ], + "classifiers" : [] } ] }, + { "simplified" : "要强", + "radical" : "覀", + "level" : [ "new-7+" ], + "frequency" : 25212, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "要強", + "transcriptions" : { "pinyin" : "yào qiáng", + "numeric" : "yao4 qiang2", + "wadegiles" : "yao⁴ ch'iang²", + "bopomofo" : "ㄧㄠˋ ㄑㄧㄤˊ", + "romatzyh" : "yaw chyang" }, + "meanings" : [ "eager to excel", + "eager to get ahead in life", + "strong-minded" ], + "classifiers" : [] } ] }, + { "simplified" : "要求", + "radical" : "覀", + "level" : [ "new-2", "old-3" ], + "frequency" : 409, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "要求", + "transcriptions" : { "pinyin" : "yāo qiú", + "numeric" : "yao1 qiu2", + "wadegiles" : "yao¹ ch'iu²", + "bopomofo" : "ㄧㄠ ㄑㄧㄡˊ", + "romatzyh" : "iau chyou" }, + "meanings" : [ "to request", + "to require", + "requirement", + "to stake a claim", + "to ask", + "to demand" ], + "classifiers" : [ "点" ] } ] }, + { "simplified" : "要是", + "radical" : "覀", + "level" : [ "new-3", "old-5" ], + "frequency" : 1413, + "pos" : [ "c", "v" ], + "forms" : [ { "traditional" : "要是", + "transcriptions" : { "pinyin" : "yào shi", + "numeric" : "yao4 shi5", + "wadegiles" : "yao⁴ shi", + "bopomofo" : "ㄧㄠˋ shi", + "romatzyh" : "yaw shi" }, + "meanings" : [ "(coll.) if" ], + "classifiers" : [] } ] }, + { "simplified" : "要素", + "radical" : "覀", + "level" : [ "new-6", "old-6" ], + "frequency" : 10026, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "要素", + "transcriptions" : { "pinyin" : "yào sù", + "numeric" : "yao4 su4", + "wadegiles" : "yao⁴ su⁴", + "bopomofo" : "ㄧㄠˋ ㄙㄨˋ", + "romatzyh" : "yaw suh" }, + "meanings" : [ "essential factor", + "key constituent" ], + "classifiers" : [] } ] }, + { "simplified" : "钥匙", + "radical" : "钅", + "level" : [ "new-7+", "old-4" ], + "frequency" : 3354, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鑰匙", + "transcriptions" : { "pinyin" : "yào shi", + "numeric" : "yao4 shi5", + "wadegiles" : "yao⁴ shi", + "bopomofo" : "ㄧㄠˋ shi", + "romatzyh" : "yaw shi" }, + "meanings" : [ "key" ], + "classifiers" : [ "把" ] } ] }, + { "simplified" : "耀眼", + "radical" : "羽", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9264, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "耀眼", + "transcriptions" : { "pinyin" : "yào yǎn", + "numeric" : "yao4 yan3", + "wadegiles" : "yao⁴ yan³", + "bopomofo" : "ㄧㄠˋ ㄧㄢˇ", + "romatzyh" : "yaw yean" }, + "meanings" : [ "to dazzle", "dazzling" ], + "classifiers" : [] } ] }, + { "simplified" : "椰子", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 16865, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "椰子", + "transcriptions" : { "pinyin" : "yē zi", + "numeric" : "ye1 zi5", + "wadegiles" : "yeh¹ zi", + "bopomofo" : "ㄧㄝ zi", + "romatzyh" : "ie zi" }, + "meanings" : [ "a coconut palm", "a coconut" ], + "classifiers" : [] } ] }, + { "simplified" : "也", + "radical" : "乚", + "level" : [ "new-1", "old-2" ], + "frequency" : 23, + "pos" : [ "d", "y", "u", "b" ], + "forms" : [ { "traditional" : "也", + "transcriptions" : { "pinyin" : "Yě", + "numeric" : "Ye3", + "wadegiles" : "yeh³", + "bopomofo" : "ㄧㄝˇ", + "romatzyh" : "yee" }, + "meanings" : [ "surname Ye" ], + "classifiers" : [] }, + { "traditional" : "也", + "transcriptions" : { "pinyin" : "yě", + "numeric" : "ye3", + "wadegiles" : "yeh³", + "bopomofo" : "ㄧㄝˇ", + "romatzyh" : "yee" }, + "meanings" : [ "(adverb) also; both ... and ... (before predicates only)", + "(literary) particle having functions similar to 啊" ], + "classifiers" : [] } ] }, + { "simplified" : "也好", + "radical" : "乚", + "level" : [ "new-5" ], + "frequency" : 4579, + "pos" : [ "y", "d" ], + "forms" : [ { "traditional" : "也好", + "transcriptions" : { "pinyin" : "yě hǎo", + "numeric" : "ye3 hao3", + "wadegiles" : "yeh³ hao³", + "bopomofo" : "ㄧㄝˇ ㄏㄠˇ", + "romatzyh" : "yee hao" }, + "meanings" : [ "that's fine", + "may as well", + "(reduplicated) regardless of whether ... or ..." ], + "classifiers" : [] } ] }, + { "simplified" : "也就是说", + "radical" : "乚", + "level" : [ "new-7+" ], + "frequency" : 3200, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "也就是說", + "transcriptions" : { "pinyin" : "yě jiù shì shuō", + "numeric" : "ye3 jiu4 shi4 shuo1", + "wadegiles" : "yeh³ chiu⁴ shih⁴ shuo¹", + "bopomofo" : "ㄧㄝˇ ㄐㄧㄡˋ ㄕˋ ㄕㄨㄛ", + "romatzyh" : "yee jiow shyh shuo" }, + "meanings" : [ "in other words", + "that is to say", + "so", + "thus" ], + "classifiers" : [] } ] }, + { "simplified" : "也许", + "radical" : "乚", + "level" : [ "new-2", "old-4" ], + "frequency" : 601, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "也許", + "transcriptions" : { "pinyin" : "yě xǔ", + "numeric" : "ye3 xu3", + "wadegiles" : "yeh³ hsü³", + "bopomofo" : "ㄧㄝˇ ㄒㄩˇ", + "romatzyh" : "yee sheu" }, + "meanings" : [ "perhaps", "maybe" ], + "classifiers" : [] } ] }, + { "simplified" : "野", + "radical" : "里", + "level" : [ "new-6" ], + "frequency" : 2794, + "pos" : [ "b", "a", "g", "ad", "an" ], + "forms" : [ { "traditional" : "埜", + "transcriptions" : { "pinyin" : "yě", + "numeric" : "ye3", + "wadegiles" : "yeh³", + "bopomofo" : "ㄧㄝˇ", + "romatzyh" : "yee" }, + "meanings" : [ "old variant of 野" ], + "classifiers" : [] }, + { "traditional" : "壄", + "transcriptions" : { "pinyin" : "yě", + "numeric" : "ye3", + "wadegiles" : "yeh³", + "bopomofo" : "ㄧㄝˇ", + "romatzyh" : "yee" }, + "meanings" : [ "erroneous variant of 野" ], + "classifiers" : [] }, + { "traditional" : "野", + "transcriptions" : { "pinyin" : "yě", + "numeric" : "ye3", + "wadegiles" : "yeh³", + "bopomofo" : "ㄧㄝˇ", + "romatzyh" : "yee" }, + "meanings" : [ "field", + "plain", + "open space", + "limit", + "boundary", + "rude", + "feral" ], + "classifiers" : [] } ] }, + { "simplified" : "野餐", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 25267, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "野餐", + "transcriptions" : { "pinyin" : "yě cān", + "numeric" : "ye3 can1", + "wadegiles" : "yeh³ ts'an¹", + "bopomofo" : "ㄧㄝˇ ㄘㄢ", + "romatzyh" : "yee tsan" }, + "meanings" : [ "picnic", "to have a picnic" ], + "classifiers" : [] } ] }, + { "simplified" : "野炊", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 53428, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "野炊", + "transcriptions" : { "pinyin" : "yě chuī", + "numeric" : "ye3 chui1", + "wadegiles" : "yeh³ ch'ui¹", + "bopomofo" : "ㄧㄝˇ ㄔㄨㄟ", + "romatzyh" : "yee chuei" }, + "meanings" : [ "to cook a meal over a campfire (usu. for a group of people on an outing)", + "cookout" ], + "classifiers" : [] } ] }, + { "simplified" : "野蛮", + "radical" : "里", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8048, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "野蠻", + "transcriptions" : { "pinyin" : "yě mán", + "numeric" : "ye3 man2", + "wadegiles" : "yeh³ man²", + "bopomofo" : "ㄧㄝˇ ㄇㄢˊ", + "romatzyh" : "yee man" }, + "meanings" : [ "barbarous", "uncivilized" ], + "classifiers" : [] } ] }, + { "simplified" : "野生", + "radical" : "里", + "level" : [ "new-6" ], + "frequency" : 8844, + "pos" : [ "b", "v" ], + "forms" : [ { "traditional" : "野生", + "transcriptions" : { "pinyin" : "yě shēng", + "numeric" : "ye3 sheng1", + "wadegiles" : "yeh³ sheng¹", + "bopomofo" : "ㄧㄝˇ ㄕㄥ", + "romatzyh" : "yee sheng" }, + "meanings" : [ "wild", "undomesticated" ], + "classifiers" : [] } ] }, + { "simplified" : "野兽", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 9614, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "野獸", + "transcriptions" : { "pinyin" : "yě shòu", + "numeric" : "ye3 shou4", + "wadegiles" : "yeh³ shou⁴", + "bopomofo" : "ㄧㄝˇ ㄕㄡˋ", + "romatzyh" : "yee show" }, + "meanings" : [ "beast", "wild animal" ], + "classifiers" : [] } ] }, + { "simplified" : "野外", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 10150, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "野外", + "transcriptions" : { "pinyin" : "yě wài", + "numeric" : "ye3 wai4", + "wadegiles" : "yeh³ wai⁴", + "bopomofo" : "ㄧㄝˇ ㄨㄞˋ", + "romatzyh" : "yee way" }, + "meanings" : [ "countryside", + "areas outside the city" ], + "classifiers" : [] } ] }, + { "simplified" : "野心", + "radical" : "里", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10351, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "野心", + "transcriptions" : { "pinyin" : "yě xīn", + "numeric" : "ye3 xin1", + "wadegiles" : "yeh³ hsin¹", + "bopomofo" : "ㄧㄝˇ ㄒㄧㄣ", + "romatzyh" : "yee shin" }, + "meanings" : [ "ambition", + "wild schemes", + "careerism" ], + "classifiers" : [] } ] }, + { "simplified" : "野营", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 25370, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "野營", + "transcriptions" : { "pinyin" : "yě yíng", + "numeric" : "ye3 ying2", + "wadegiles" : "yeh³ ying²", + "bopomofo" : "ㄧㄝˇ ㄧㄥˊ", + "romatzyh" : "yee yng" }, + "meanings" : [ "to camp", "field lodgings" ], + "classifiers" : [] } ] }, + { "simplified" : "业", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 2831, + "pos" : [ "g", "k" ], + "forms" : [ { "traditional" : "業", + "transcriptions" : { "pinyin" : "Yè", + "numeric" : "Ye4", + "wadegiles" : "yeh⁴", + "bopomofo" : "ㄧㄝˋ", + "romatzyh" : "yeh" }, + "meanings" : [ "surname Ye" ], + "classifiers" : [] }, + { "traditional" : "業", + "transcriptions" : { "pinyin" : "yè", + "numeric" : "ye4", + "wadegiles" : "yeh⁴", + "bopomofo" : "ㄧㄝˋ", + "romatzyh" : "yeh" }, + "meanings" : [ "line of business", + "industry", + "occupation", + "job", + "employment", + "school studies", + "enterprise", + "property", + "(Buddhism) karma", + "deed", + "to engage in", + "already" ], + "classifiers" : [] } ] }, + { "simplified" : "业绩", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 8094, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "業績", + "transcriptions" : { "pinyin" : "yè jì", + "numeric" : "ye4 ji4", + "wadegiles" : "yeh⁴ chi⁴", + "bopomofo" : "ㄧㄝˋ ㄐㄧˋ", + "romatzyh" : "yeh jih" }, + "meanings" : [ "achievement", + "accomplishment", + "(in more recent usage) performance (of a business, employee etc)", + "results" ], + "classifiers" : [] } ] }, + { "simplified" : "业务", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 2972, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "業務", + "transcriptions" : { "pinyin" : "yè wù", + "numeric" : "ye4 wu4", + "wadegiles" : "yeh⁴ wu⁴", + "bopomofo" : "ㄧㄝˋ ㄨˋ", + "romatzyh" : "yeh wuh" }, + "meanings" : [ "business", + "professional work", + "service" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "业余", + "radical" : "一", + "level" : [ "new-4", "old-5" ], + "frequency" : 5236, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "業餘", + "transcriptions" : { "pinyin" : "yè yú", + "numeric" : "ye4 yu2", + "wadegiles" : "yeh⁴ yü²", + "bopomofo" : "ㄧㄝˋ ㄩˊ", + "romatzyh" : "yeh yu" }, + "meanings" : [ "in one's spare time", + "outside working hours", + "amateur (historian etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "叶子", + "radical" : "口", + "level" : [ "new-4", "old-4" ], + "frequency" : 10287, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "葉子", + "transcriptions" : { "pinyin" : "yè zi", + "numeric" : "ye4 zi5", + "wadegiles" : "yeh⁴ zi", + "bopomofo" : "ㄧㄝˋ zi", + "romatzyh" : "yeh zi" }, + "meanings" : [ "leaf", "(slang) marijuana" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "页", + "radical" : "页", + "level" : [ "new-1", "old-4" ], + "frequency" : 2404, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "頁", + "transcriptions" : { "pinyin" : "xié", + "numeric" : "xie2", + "wadegiles" : "hsieh²", + "bopomofo" : "ㄒㄧㄝˊ", + "romatzyh" : "shye" }, + "meanings" : [ "head" ], + "classifiers" : [] }, + { "traditional" : "頁", + "transcriptions" : { "pinyin" : "yè", + "numeric" : "ye4", + "wadegiles" : "yeh⁴", + "bopomofo" : "ㄧㄝˋ", + "romatzyh" : "yeh" }, + "meanings" : [ "page", "leaf" ], + "classifiers" : [] } ] }, + { "simplified" : "夜", + "radical" : "夕", + "level" : [ "new-2", "old-5" ], + "frequency" : 1082, + "pos" : [ "tg", "qt" ], + "forms" : [ { "traditional" : "亱", + "transcriptions" : { "pinyin" : "yè", + "numeric" : "ye4", + "wadegiles" : "yeh⁴", + "bopomofo" : "ㄧㄝˋ", + "romatzyh" : "yeh" }, + "meanings" : [ "variant of 夜" ], + "classifiers" : [] }, + { "traditional" : "夜", + "transcriptions" : { "pinyin" : "yè", + "numeric" : "ye4", + "wadegiles" : "yeh⁴", + "bopomofo" : "ㄧㄝˋ", + "romatzyh" : "yeh" }, + "meanings" : [ "night" ], + "classifiers" : [] } ] }, + { "simplified" : "夜班", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 11872, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夜班", + "transcriptions" : { "pinyin" : "yè bān", + "numeric" : "ye4 ban1", + "wadegiles" : "yeh⁴ pan¹", + "bopomofo" : "ㄧㄝˋ ㄅㄢ", + "romatzyh" : "yeh ban" }, + "meanings" : [ "night shift" ], + "classifiers" : [] } ] }, + { "simplified" : "夜间", + "radical" : "夕", + "level" : [ "new-5" ], + "frequency" : 6232, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "夜間", + "transcriptions" : { "pinyin" : "yè jiān", + "numeric" : "ye4 jian1", + "wadegiles" : "yeh⁴ chien¹", + "bopomofo" : "ㄧㄝˋ ㄐㄧㄢ", + "romatzyh" : "yeh jian" }, + "meanings" : [ "nighttime", + "evening or night (e.g. classes)" ], + "classifiers" : [] } ] }, + { "simplified" : "夜里", + "radical" : "夕", + "level" : [ "new-2" ], + "frequency" : 6459, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "夜裡", + "transcriptions" : { "pinyin" : "yè li", + "numeric" : "ye4 li5", + "wadegiles" : "yeh⁴ li", + "bopomofo" : "ㄧㄝˋ li", + "romatzyh" : "yeh li" }, + "meanings" : [ "during the night", + "at night", + "nighttime" ], + "classifiers" : [] } ] }, + { "simplified" : "夜市", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 29040, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夜市", + "transcriptions" : { "pinyin" : "yè shì", + "numeric" : "ye4 shi4", + "wadegiles" : "yeh⁴ shih⁴", + "bopomofo" : "ㄧㄝˋ ㄕˋ", + "romatzyh" : "yeh shyh" }, + "meanings" : [ "night market" ], + "classifiers" : [] } ] }, + { "simplified" : "夜晚", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 3559, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "夜晚", + "transcriptions" : { "pinyin" : "yè wǎn", + "numeric" : "ye4 wan3", + "wadegiles" : "yeh⁴ wan³", + "bopomofo" : "ㄧㄝˋ ㄨㄢˇ", + "romatzyh" : "yeh woan" }, + "meanings" : [ "night" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "夜校", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 24385, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夜校", + "transcriptions" : { "pinyin" : "yè xiào", + "numeric" : "ye4 xiao4", + "wadegiles" : "yeh⁴ hsiao⁴", + "bopomofo" : "ㄧㄝˋ ㄒㄧㄠˋ", + "romatzyh" : "yeh shiaw" }, + "meanings" : [ "evening school", "night school" ], + "classifiers" : [] } ] }, + { "simplified" : "夜以继日", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 28406, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "夜以繼日", + "transcriptions" : { "pinyin" : "yè yǐ jì rì", + "numeric" : "ye4 yi3 ji4 ri4", + "wadegiles" : "yeh⁴ i³ chi⁴ jih⁴", + "bopomofo" : "ㄧㄝˋ ㄧˇ ㄐㄧˋ ㄖˋ", + "romatzyh" : "yeh yii jih ryh" }, + "meanings" : [ "night and day (idiom); continuous strenuous effort" ], + "classifiers" : [] } ] }, + { "simplified" : "夜总会", + "radical" : "夕", + "level" : [ "new-7+" ], + "frequency" : 11951, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "夜總會", + "transcriptions" : { "pinyin" : "yè zǒng huì", + "numeric" : "ye4 zong3 hui4", + "wadegiles" : "yeh⁴ tsung³ hui⁴", + "bopomofo" : "ㄧㄝˋ ㄗㄨㄥˇ ㄏㄨㄟˋ", + "romatzyh" : "yeh tzoong huey" }, + "meanings" : [ "nightclub", "nightspot" ], + "classifiers" : [] } ] }, + { "simplified" : "液晶", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 15199, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "液晶", + "transcriptions" : { "pinyin" : "yè jīng", + "numeric" : "ye4 jing1", + "wadegiles" : "yeh⁴ ching¹", + "bopomofo" : "ㄧㄝˋ ㄐㄧㄥ", + "romatzyh" : "yeh jing" }, + "meanings" : [ "liquid crystal" ], + "classifiers" : [] } ] }, + { "simplified" : "液体", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 6827, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "液體", + "transcriptions" : { "pinyin" : "yè tǐ", + "numeric" : "ye4 ti3", + "wadegiles" : "yeh⁴ t'i³", + "bopomofo" : "ㄧㄝˋ ㄊㄧˇ", + "romatzyh" : "yeh tii" }, + "meanings" : [ "liquid" ], + "classifiers" : [] } ] }, + { "simplified" : "爷爷", + "radical" : "父", + "level" : [ "new-1", "old-3" ], + "frequency" : 3099, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爺爺", + "transcriptions" : { "pinyin" : "yé ye", + "numeric" : "ye2 ye5", + "wadegiles" : "yeh² ye", + "bopomofo" : "ㄧㄝˊ ye", + "romatzyh" : "ye ye" }, + "meanings" : [ "(coll.) father's father", + "paternal grandfather" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "一", + "radical" : "一", + "level" : [ "new-1", "old-1" ], + "frequency" : 21, + "pos" : [ "m", "d", "t" ], + "forms" : [ { "traditional" : "一", + "transcriptions" : { "pinyin" : "yī", + "numeric" : "yi1", + "wadegiles" : "i¹", + "bopomofo" : "ㄧ", + "romatzyh" : "i" }, + "meanings" : [ "one", + "single", + "a (article)", + "as soon as", + "entire; whole; all; throughout", + "\"one\" radical in Chinese characters (Kangxi radical 1)", + "also pr. [yāo] for greater clarity when spelling out numbers digit by digit" ], + "classifiers" : [] } ] }, + { "simplified" : "一把手", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 20084, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一把手", + "transcriptions" : { "pinyin" : "yī bǎ shǒu", + "numeric" : "yi1 ba3 shou3", + "wadegiles" : "i¹ pa³ shou³", + "bopomofo" : "ㄧ ㄅㄚˇ ㄕㄡˇ", + "romatzyh" : "i baa shoou" }, + "meanings" : [ "working hand; member of a work team; participant", + "the boss (short form of 手)" ], + "classifiers" : [] } ] }, + { "simplified" : "一般", + "radical" : "一", + "level" : [ "new-2", "old-3" ], + "frequency" : 798, + "pos" : [ "a", "ad", "u" ], + "forms" : [ { "traditional" : "一般", + "transcriptions" : { "pinyin" : "yī bān", + "numeric" : "yi1 ban1", + "wadegiles" : "i¹ pan¹", + "bopomofo" : "ㄧ ㄅㄢ", + "romatzyh" : "i ban" }, + "meanings" : [ "same", + "ordinary", + "so-so", + "common", + "general", + "generally", + "in general" ], + "classifiers" : [] } ] }, + { "simplified" : "一般来说", + "radical" : "一", + "level" : [ "new-4" ], + "frequency" : 9210, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一般來說", + "transcriptions" : { "pinyin" : "yī bān lái shuō", + "numeric" : "yi1 ban1 lai2 shuo1", + "wadegiles" : "i¹ pan¹ lai² shuo¹", + "bopomofo" : "ㄧ ㄅㄢ ㄌㄞˊ ㄕㄨㄛ", + "romatzyh" : "i ban lai shuo" }, + "meanings" : [ "generally speaking" ], + "classifiers" : [] } ] }, + { "simplified" : "一半", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 1554, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "一半", + "transcriptions" : { "pinyin" : "yī bàn", + "numeric" : "yi1 ban4", + "wadegiles" : "i¹ pan⁴", + "bopomofo" : "ㄧ ㄅㄢˋ", + "romatzyh" : "i bann" }, + "meanings" : [ "half" ], + "classifiers" : [] } ] }, + { "simplified" : "一辈子", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 2335, + "pos" : [ "mq" ], + "forms" : [ { "traditional" : "一輩子", + "transcriptions" : { "pinyin" : "yī bèi zi", + "numeric" : "yi1 bei4 zi5", + "wadegiles" : "i¹ pei⁴ zi", + "bopomofo" : "ㄧ ㄅㄟˋ zi", + "romatzyh" : "i bey zi" }, + "meanings" : [ "(for) a lifetime" ], + "classifiers" : [] } ] }, + { "simplified" : "一边", + "radical" : "一", + "level" : [ "new-1", "old-3" ], + "frequency" : 1241, + "pos" : [ "d", "f" ], + "forms" : [ { "traditional" : "一邊", + "transcriptions" : { "pinyin" : "yī biān", + "numeric" : "yi1 bian1", + "wadegiles" : "i¹ pien¹", + "bopomofo" : "ㄧ ㄅㄧㄢ", + "romatzyh" : "i bian" }, + "meanings" : [ "one side", + "either side", + "on the one hand", + "on the other hand", + "doing while" ], + "classifiers" : [] } ] }, + { "simplified" : "一不小心", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 14161, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一不小心", + "transcriptions" : { "pinyin" : "yī bù xiǎo xīn", + "numeric" : "yi1 bu4 xiao3 xin1", + "wadegiles" : "i¹ pu⁴ hsiao³ hsin¹", + "bopomofo" : "ㄧ ㄅㄨˋ ㄒㄧㄠˇ ㄒㄧㄣ", + "romatzyh" : "i buh sheau shin" }, + "meanings" : [ "to be a little bit careless; to have a moment of inattentiveness" ], + "classifiers" : [] } ] }, + { "simplified" : "一部分", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 4346, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "一部分", + "transcriptions" : { "pinyin" : "yī bù fen", + "numeric" : "yi1 bu4 fen5", + "wadegiles" : "i¹ pu⁴ fen", + "bopomofo" : "ㄧ ㄅㄨˋ fen", + "romatzyh" : "i buh fen" }, + "meanings" : [ "portion", "part of", "subset" ], + "classifiers" : [] } ] }, + { "simplified" : "一成不变", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 19445, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一成不變", + "transcriptions" : { "pinyin" : "yī chéng bù biàn", + "numeric" : "yi1 cheng2 bu4 bian4", + "wadegiles" : "i¹ ch'eng² pu⁴ pien⁴", + "bopomofo" : "ㄧ ㄔㄥˊ ㄅㄨˋ ㄅㄧㄢˋ", + "romatzyh" : "i cherng buh biann" }, + "meanings" : [ "(idiom) immutable; impervious to change; set in stone" ], + "classifiers" : [] } ] }, + { "simplified" : "一筹莫展", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 31915, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一籌莫展", + "transcriptions" : { "pinyin" : "yī chóu mò zhǎn", + "numeric" : "yi1 chou2 mo4 zhan3", + "wadegiles" : "i¹ ch'ou² mo⁴ chan³", + "bopomofo" : "ㄧ ㄔㄡˊ ㄇㄛˋ ㄓㄢˇ", + "romatzyh" : "i chour moh jaan" }, + "meanings" : [ "to be unable to find a solution", + "to be at wits' end" ], + "classifiers" : [] } ] }, + { "simplified" : "一次性", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 7116, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "一次性", + "transcriptions" : { "pinyin" : "yī cì xìng", + "numeric" : "yi1 ci4 xing4", + "wadegiles" : "i¹ tz'u⁴ hsing⁴", + "bopomofo" : "ㄧ ㄘˋ ㄒㄧㄥˋ", + "romatzyh" : "i tsyh shinq" }, + "meanings" : [ "one-off (offer)", + "one-time", + "single-use", + "disposable (goods)" ], + "classifiers" : [] } ] }, + { "simplified" : "一大早", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7571, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "一大早", + "transcriptions" : { "pinyin" : "yī dà zǎo", + "numeric" : "yi1 da4 zao3", + "wadegiles" : "i¹ ta⁴ tsao³", + "bopomofo" : "ㄧ ㄉㄚˋ ㄗㄠˇ", + "romatzyh" : "i dah tzao" }, + "meanings" : [ "at dawn", + "at first light", + "first thing in the morning" ], + "classifiers" : [] } ] }, + { "simplified" : "一代", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 9102, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一代", + "transcriptions" : { "pinyin" : "yī dài", + "numeric" : "yi1 dai4", + "wadegiles" : "i¹ tai⁴", + "bopomofo" : "ㄧ ㄉㄞˋ", + "romatzyh" : "i day" }, + "meanings" : [ "generation" ], + "classifiers" : [] } ] }, + { "simplified" : "一带", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 6591, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一帶", + "transcriptions" : { "pinyin" : "yī dài", + "numeric" : "yi1 dai4", + "wadegiles" : "i¹ tai⁴", + "bopomofo" : "ㄧ ㄉㄞˋ", + "romatzyh" : "i day" }, + "meanings" : [ "region", "district" ], + "classifiers" : [] } ] }, + { "simplified" : "一旦", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 1323, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "一旦", + "transcriptions" : { "pinyin" : "yī dàn", + "numeric" : "yi1 dan4", + "wadegiles" : "i¹ tan⁴", + "bopomofo" : "ㄧ ㄉㄢˋ", + "romatzyh" : "i dann" }, + "meanings" : [ "in case (sth happens)", + "if", + "once (sth happens, then...)", + "when", + "in a short time", + "in one day" ], + "classifiers" : [] } ] }, + { "simplified" : "一道", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 8613, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一道", + "transcriptions" : { "pinyin" : "yī dào", + "numeric" : "yi1 dao4", + "wadegiles" : "i¹ tao⁴", + "bopomofo" : "ㄧ ㄉㄠˋ", + "romatzyh" : "i daw" }, + "meanings" : [ "together" ], + "classifiers" : [] } ] }, + { "simplified" : "一点点", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 20631, + "pos" : [ "t", "m" ], + "forms" : [ { "traditional" : "一點點", + "transcriptions" : { "pinyin" : "yī diǎn diǎn", + "numeric" : "yi1 dian3 dian3", + "wadegiles" : "i¹ tien³ tien³", + "bopomofo" : "ㄧ ㄉㄧㄢˇ ㄉㄧㄢˇ", + "romatzyh" : "i dean dean" }, + "meanings" : [ "a little bit" ], + "classifiers" : [] } ] }, + { "simplified" : "一点儿", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 6921, + "pos" : [ "mq" ], + "forms" : [ { "traditional" : "一點兒", + "transcriptions" : { "pinyin" : "yī diǎn r", + "numeric" : "yi1 dian3 r5", + "wadegiles" : "i¹ tien³ r", + "bopomofo" : "ㄧ ㄉㄧㄢˇ r", + "romatzyh" : "i dean r" }, + "meanings" : [ "erhua variant of 一点" ], + "classifiers" : [] } ] }, + { "simplified" : "一定", + "radical" : "一", + "level" : [ "new-2", "old-3" ], + "frequency" : 198, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "一定", + "transcriptions" : { "pinyin" : "yī dìng", + "numeric" : "yi1 ding4", + "wadegiles" : "i¹ ting⁴", + "bopomofo" : "ㄧ ㄉㄧㄥˋ", + "romatzyh" : "i dinq" }, + "meanings" : [ "surely", + "certainly", + "necessarily", + "fixed", + "a certain (extent etc)", + "given", + "particular", + "must" ], + "classifiers" : [] } ] }, + { "simplified" : "一动不动", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 16188, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一動不動", + "transcriptions" : { "pinyin" : "yī dòng bù dòng", + "numeric" : "yi1 dong4 bu4 dong4", + "wadegiles" : "i¹ tung⁴ pu⁴ tung⁴", + "bopomofo" : "ㄧ ㄉㄨㄥˋ ㄅㄨˋ ㄉㄨㄥˋ", + "romatzyh" : "i donq buh donq" }, + "meanings" : [ "motionless" ], + "classifiers" : [] } ] }, + { "simplified" : "一度", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8225, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一度", + "transcriptions" : { "pinyin" : "yī dù", + "numeric" : "yi1 du4", + "wadegiles" : "i¹ tu⁴", + "bopomofo" : "ㄧ ㄉㄨˋ", + "romatzyh" : "i duh" }, + "meanings" : [ "for a time", + "at one time", + "one time", + "once" ], + "classifiers" : [] } ] }, + { "simplified" : "一帆风顺", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17562, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一帆風順", + "transcriptions" : { "pinyin" : "yī fān fēng shùn", + "numeric" : "yi1 fan1 feng1 shun4", + "wadegiles" : "i¹ fan¹ feng¹ shun⁴", + "bopomofo" : "ㄧ ㄈㄢ ㄈㄥ ㄕㄨㄣˋ", + "romatzyh" : "i fan feng shuenn" }, + "meanings" : [ "propitious wind throughout the journey (idiom)", + "plain sailing", + "to go smoothly", + "have a nice trip!" ], + "classifiers" : [] } ] }, + { "simplified" : "一番", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 3681, + "pos" : [ "mq" ], + "forms" : [ { "traditional" : "一番", + "transcriptions" : { "pinyin" : "yì fān", + "numeric" : "yi4 fan1", + "wadegiles" : "i⁴ fan¹", + "bopomofo" : "ㄧˋ ㄈㄢ", + "romatzyh" : "yih fan" }, + "meanings" : [ "Some" ], + "classifiers" : [] } ] }, + { "simplified" : "一方面", + "radical" : "一", + "level" : [ "new-3" ], + "frequency" : 7572, + "pos" : [ "c", "n" ], + "forms" : [ { "traditional" : "一方面", + "transcriptions" : { "pinyin" : "yī fāng miàn", + "numeric" : "yi1 fang1 mian4", + "wadegiles" : "i¹ fang¹ mien⁴", + "bopomofo" : "ㄧ ㄈㄤ ㄇㄧㄢˋ", + "romatzyh" : "i fang miann" }, + "meanings" : [ "on the one hand" ], + "classifiers" : [] } ] }, + { "simplified" : "一概", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 23649, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一概", + "transcriptions" : { "pinyin" : "yī gài", + "numeric" : "yi1 gai4", + "wadegiles" : "i¹ kai⁴", + "bopomofo" : "ㄧ ㄍㄞˋ", + "romatzyh" : "i gay" }, + "meanings" : [ "all", + "without any exceptions", + "categorically" ], + "classifiers" : [] } ] }, + { "simplified" : "一概而论", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 47671, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一概而論", + "transcriptions" : { "pinyin" : "yī gài ér lùn", + "numeric" : "yi1 gai4 er2 lun4", + "wadegiles" : "i¹ kai⁴ erh² lun⁴", + "bopomofo" : "ㄧ ㄍㄞˋ ㄦˊ ㄌㄨㄣˋ", + "romatzyh" : "i gay erl luenn" }, + "meanings" : [ "to lump different matters together (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "一干二净", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 23050, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一乾二淨", + "transcriptions" : { "pinyin" : "yī gān èr jìng", + "numeric" : "yi1 gan1 er4 jing4", + "wadegiles" : "i¹ kan¹ erh⁴ ching⁴", + "bopomofo" : "ㄧ ㄍㄢ ㄦˋ ㄐㄧㄥˋ", + "romatzyh" : "i gan ell jinq" }, + "meanings" : [ "thoroughly (idiom)", + "completely", + "one and all", + "very clean" ], + "classifiers" : [] } ] }, + { "simplified" : "一个劲儿", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 35871, + "pos" : [], + "forms" : [ { "traditional" : "一個勁兒", + "transcriptions" : { "pinyin" : "yī gè jìn r", + "numeric" : "yi1 ge4 jin4 r5", + "wadegiles" : "i¹ ko⁴ chin⁴ r", + "bopomofo" : "ㄧ ㄍㄜˋ ㄐㄧㄣˋ r", + "romatzyh" : "i geh jinn r" }, + "meanings" : [ "erhua variant of 一个劲" ], + "classifiers" : [] } ] }, + { "simplified" : "一共", + "radical" : "一", + "level" : [ "new-2", "old-3" ], + "frequency" : 4765, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一共", + "transcriptions" : { "pinyin" : "yī gòng", + "numeric" : "yi1 gong4", + "wadegiles" : "i¹ kung⁴", + "bopomofo" : "ㄧ ㄍㄨㄥˋ", + "romatzyh" : "i gonq" }, + "meanings" : [ "altogether" ], + "classifiers" : [] } ] }, + { "simplified" : "一鼓作气", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 34580, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一鼓作氣", + "transcriptions" : { "pinyin" : "yī gǔ zuò qì", + "numeric" : "yi1 gu3 zuo4 qi4", + "wadegiles" : "i¹ ku³ tso⁴ ch'i⁴", + "bopomofo" : "ㄧ ㄍㄨˇ ㄗㄨㄛˋ ㄑㄧˋ", + "romatzyh" : "i guu tzuoh chih" }, + "meanings" : [ "in a spurt of energy" ], + "classifiers" : [] } ] }, + { "simplified" : "一贯", + "radical" : "一", + "level" : [ "new-6", "old-6" ], + "frequency" : 7299, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "一貫", + "transcriptions" : { "pinyin" : "yī guàn", + "numeric" : "yi1 guan4", + "wadegiles" : "i¹ kuan⁴", + "bopomofo" : "ㄧ ㄍㄨㄢˋ", + "romatzyh" : "i guann" }, + "meanings" : [ "consistent", + "constant", + "from start to finish", + "all along", + "persistent" ], + "classifiers" : [] } ] }, + { "simplified" : "一锅粥", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 43564, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一鍋粥", + "transcriptions" : { "pinyin" : "yī guō zhōu", + "numeric" : "yi1 guo1 zhou1", + "wadegiles" : "i¹ kuo¹ chou¹", + "bopomofo" : "ㄧ ㄍㄨㄛ ㄓㄡ", + "romatzyh" : "i guo jou" }, + "meanings" : [ "(lit.) a pot of porridge", + "(fig.) a complete mess" ], + "classifiers" : [] } ] }, + { "simplified" : "一晃", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 26016, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一晃", + "transcriptions" : { "pinyin" : "yī huǎng", + "numeric" : "yi1 huang3", + "wadegiles" : "i¹ huang³", + "bopomofo" : "ㄧ ㄏㄨㄤˇ", + "romatzyh" : "i hoang" }, + "meanings" : [ "(of passing time) in an instant", + "(of a sight) in a flash" ], + "classifiers" : [] } ] }, + { "simplified" : "一回事", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 12272, + "pos" : [], + "forms" : [ { "traditional" : "一回事", + "transcriptions" : { "pinyin" : "yī huí shì", + "numeric" : "yi1 hui2 shi4", + "wadegiles" : "i¹ hui² shih⁴", + "bopomofo" : "ㄧ ㄏㄨㄟˊ ㄕˋ", + "romatzyh" : "i hwei shyh" }, + "meanings" : [ "one and the same (thing)", + "one thing (as distinct from another)" ], + "classifiers" : [] } ] }, + { "simplified" : "一会儿", + "radical" : "一", + "level" : [ "new-1", "old-3" ], + "frequency" : 2207, + "pos" : [ "mq" ], + "forms" : [ { "traditional" : "一會兒", + "transcriptions" : { "pinyin" : "yī huì r", + "numeric" : "yi1 hui4 r5", + "wadegiles" : "i¹ hui⁴ r", + "bopomofo" : "ㄧ ㄏㄨㄟˋ r", + "romatzyh" : "i huey r" }, + "meanings" : [ "a moment", + "a while", + "in a moment", + "now...now...", + "also pr. [yī huǐ r]" ], + "classifiers" : [] } ] }, + { "simplified" : "一技之长", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 36099, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一技之長", + "transcriptions" : { "pinyin" : "yī jì zhī cháng", + "numeric" : "yi1 ji4 zhi1 chang2", + "wadegiles" : "i¹ chi⁴ chih¹ ch'ang²", + "bopomofo" : "ㄧ ㄐㄧˋ ㄓ ㄔㄤˊ", + "romatzyh" : "i jih jy charng" }, + "meanings" : [ "proficiency in a particular field (idiom)", + "skill in a specialized area (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "一家人", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 16475, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一家人", + "transcriptions" : { "pinyin" : "yī jiā rén", + "numeric" : "yi1 jia1 ren2", + "wadegiles" : "i¹ chia¹ jen²", + "bopomofo" : "ㄧ ㄐㄧㄚ ㄖㄣˊ", + "romatzyh" : "i jia ren" }, + "meanings" : [ "household", "the whole family" ], + "classifiers" : [] } ] }, + { "simplified" : "一经", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 19599, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一經", + "transcriptions" : { "pinyin" : "yī jīng", + "numeric" : "yi1 jing1", + "wadegiles" : "i¹ ching¹", + "bopomofo" : "ㄧ ㄐㄧㄥ", + "romatzyh" : "i jing" }, + "meanings" : [ "as soon as", + "once (an action has been completed)" ], + "classifiers" : [] } ] }, + { "simplified" : "一举", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 12406, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一舉", + "transcriptions" : { "pinyin" : "yī jǔ", + "numeric" : "yi1 ju3", + "wadegiles" : "i¹ chü³", + "bopomofo" : "ㄧ ㄐㄩˇ", + "romatzyh" : "i jeu" }, + "meanings" : [ "a move", + "an action", + "in one move", + "at a stroke", + "in one go" ], + "classifiers" : [] } ] }, + { "simplified" : "一举两得", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 30782, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一舉兩得", + "transcriptions" : { "pinyin" : "yī jǔ liǎng dé", + "numeric" : "yi1 ju3 liang3 de2", + "wadegiles" : "i¹ chü³ liang³ te²", + "bopomofo" : "ㄧ ㄐㄩˇ ㄌㄧㄤˇ ㄉㄜˊ", + "romatzyh" : "i jeu leang der" }, + "meanings" : [ "one move, two gains (idiom); two birds with one stone" ], + "classifiers" : [] } ] }, + { "simplified" : "一举一动", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 13650, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一舉一動", + "transcriptions" : { "pinyin" : "yī jǔ yī dòng", + "numeric" : "yi1 ju3 yi1 dong4", + "wadegiles" : "i¹ chü³ i¹ tung⁴", + "bopomofo" : "ㄧ ㄐㄩˇ ㄧ ㄉㄨㄥˋ", + "romatzyh" : "i jeu i donq" }, + "meanings" : [ "every movement; each and every move" ], + "classifiers" : [] } ] }, + { "simplified" : "一句话", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 2843, + "pos" : [], + "forms" : [ { "traditional" : "一句話", + "transcriptions" : { "pinyin" : "yī jù huà", + "numeric" : "yi1 ju4 hua4", + "wadegiles" : "i¹ chü⁴ hua⁴", + "bopomofo" : "ㄧ ㄐㄩˋ ㄏㄨㄚˋ", + "romatzyh" : "i jiuh huah" }, + "meanings" : [ "in a word", "in short" ], + "classifiers" : [] } ] }, + { "simplified" : "一卡通", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "一卡通", + "transcriptions" : { "pinyin" : "Yī kǎ tōng", + "numeric" : "Yi1 ka3 tong1", + "wadegiles" : "i¹ k'a³ t'ung¹", + "bopomofo" : "ㄧ ㄎㄚˇ ㄊㄨㄥ", + "romatzyh" : "i kaa tong" }, + "meanings" : [ "the name of various contactless smart cards, notably Yikatong (mainly for public transport in Beijing) and iPASS (mainly for public transport in Taiwan)" ], + "classifiers" : [] } ] }, + { "simplified" : "一口气", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 12928, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "一口氣", + "transcriptions" : { "pinyin" : "yī kǒu qì", + "numeric" : "yi1 kou3 qi4", + "wadegiles" : "i¹ k'ou³ ch'i⁴", + "bopomofo" : "ㄧ ㄎㄡˇ ㄑㄧˋ", + "romatzyh" : "i koou chih" }, + "meanings" : [ "one breath", + "in one breath", + "at a stretch" ], + "classifiers" : [] } ] }, + { "simplified" : "一块儿", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 11449, + "pos" : [ "d", "s" ], + "forms" : [ { "traditional" : "一塊兒", + "transcriptions" : { "pinyin" : "yī kuài r", + "numeric" : "yi1 kuai4 r5", + "wadegiles" : "i¹ k'uai⁴ r", + "bopomofo" : "ㄧ ㄎㄨㄞˋ r", + "romatzyh" : "i kuay r" }, + "meanings" : [ "erhua variant of 一块" ], + "classifiers" : [] } ] }, + { "simplified" : "一揽子", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 27919, + "pos" : [ "l", "q" ], + "forms" : [ { "traditional" : "一攬子", + "transcriptions" : { "pinyin" : "yī lǎn zi", + "numeric" : "yi1 lan3 zi5", + "wadegiles" : "i¹ lan³ zi", + "bopomofo" : "ㄧ ㄌㄢˇ zi", + "romatzyh" : "i laan zi" }, + "meanings" : [ "all-inclusive", + "undiscriminating" ], + "classifiers" : [] } ] }, + { "simplified" : "一连", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 18593, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一連", + "transcriptions" : { "pinyin" : "yī lián", + "numeric" : "yi1 lian2", + "wadegiles" : "i¹ lien²", + "bopomofo" : "ㄧ ㄌㄧㄢˊ", + "romatzyh" : "i lian" }, + "meanings" : [ "in a row", + "in succession", + "running" ], + "classifiers" : [] } ] }, + { "simplified" : "一连串", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11835, + "pos" : [ "l", "n" ], + "forms" : [ { "traditional" : "一連串", + "transcriptions" : { "pinyin" : "yī lián chuàn", + "numeric" : "yi1 lian2 chuan4", + "wadegiles" : "i¹ lien² ch'uan⁴", + "bopomofo" : "ㄧ ㄌㄧㄢˊ ㄔㄨㄢˋ", + "romatzyh" : "i lian chuann" }, + "meanings" : [ "a succession of", "a series of" ], + "classifiers" : [] } ] }, + { "simplified" : "一流", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 5035, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "一流", + "transcriptions" : { "pinyin" : "yī liú", + "numeric" : "yi1 liu2", + "wadegiles" : "i¹ liu²", + "bopomofo" : "ㄧ ㄌㄧㄡˊ", + "romatzyh" : "i liou" }, + "meanings" : [ "top quality", "front ranking" ], + "classifiers" : [] } ] }, + { "simplified" : "一路", + "radical" : "一", + "level" : [ "new-5", "old-5" ], + "frequency" : 2451, + "pos" : [ "mq", "d" ], + "forms" : [ { "traditional" : "一路", + "transcriptions" : { "pinyin" : "yī lù", + "numeric" : "yi1 lu4", + "wadegiles" : "i¹ lu⁴", + "bopomofo" : "ㄧ ㄌㄨˋ", + "romatzyh" : "i luh" }, + "meanings" : [ "the whole journey", + "all the way", + "going the same way", + "going in the same direction", + "of the same kind" ], + "classifiers" : [] } ] }, + { "simplified" : "一路平安", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 32899, + "pos" : [], + "forms" : [ { "traditional" : "一路平安", + "transcriptions" : { "pinyin" : "yī lù píng ān", + "numeric" : "yi1 lu4 ping2 an1", + "wadegiles" : "i¹ lu⁴ p'ing² an¹", + "bopomofo" : "ㄧ ㄌㄨˋ ㄆㄧㄥˊ ㄢ", + "romatzyh" : "i luh pyng an" }, + "meanings" : [ "to have a pleasant journey", + "Bon voyage!" ], + "classifiers" : [] } ] }, + { "simplified" : "一路上", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 9985, + "pos" : [], + "forms" : [ { "traditional" : "一路上", + "transcriptions" : { "pinyin" : "yī lù shàng", + "numeric" : "yi1 lu4 shang4", + "wadegiles" : "i¹ lu⁴ shang⁴", + "bopomofo" : "ㄧ ㄌㄨˋ ㄕㄤˋ", + "romatzyh" : "i luh shanq" }, + "meanings" : [ "along the way", + "the whole way", + "(fig.) the whole time" ], + "classifiers" : [] } ] }, + { "simplified" : "一路顺风", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 17523, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一路順風", + "transcriptions" : { "pinyin" : "yī lù shùn fēng", + "numeric" : "yi1 lu4 shun4 feng1", + "wadegiles" : "i¹ lu⁴ shun⁴ feng¹", + "bopomofo" : "ㄧ ㄌㄨˋ ㄕㄨㄣˋ ㄈㄥ", + "romatzyh" : "i luh shuenn feng" }, + "meanings" : [ "to have a pleasant journey (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "一律", + "radical" : "一", + "level" : [ "new-4", "old-6" ], + "frequency" : 13897, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一律", + "transcriptions" : { "pinyin" : "yī lu:4", + "numeric" : "yi1 lü4", + "wadegiles" : "i¹ lu:4", + "bopomofo" : "ㄧ lu:4", + "romatzyh" : "i lu:4" }, + "meanings" : [ "same", + "uniformly", + "all", + "without exception" ], + "classifiers" : [] } ] }, + { "simplified" : "一毛不拔", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 75450, + "pos" : [], + "forms" : [ { "traditional" : "一毛不拔", + "transcriptions" : { "pinyin" : "yī máo bù bá", + "numeric" : "yi1 mao2 bu4 ba2", + "wadegiles" : "i¹ mao² pu⁴ pa²", + "bopomofo" : "ㄧ ㄇㄠˊ ㄅㄨˋ ㄅㄚˊ", + "romatzyh" : "i mau buh bar" }, + "meanings" : [ "stingy (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "一面", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 2535, + "pos" : [ "n", "d", "f" ], + "forms" : [ { "traditional" : "一面", + "transcriptions" : { "pinyin" : "yī miàn", + "numeric" : "yi1 mian4", + "wadegiles" : "i¹ mien⁴", + "bopomofo" : "ㄧ ㄇㄧㄢˋ", + "romatzyh" : "i miann" }, + "meanings" : [ "one side", + "one aspect", + "simultaneously... (and...)", + "one's whole face" ], + "classifiers" : [] } ] }, + { "simplified" : "一模一样", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 8179, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一模一樣", + "transcriptions" : { "pinyin" : "yī mú yī yàng", + "numeric" : "yi1 mu2 yi1 yang4", + "wadegiles" : "i¹ mu² i¹ yang⁴", + "bopomofo" : "ㄧ ㄇㄨˊ ㄧ ㄧㄤˋ", + "romatzyh" : "i mu i yanq" }, + "meanings" : [ "exactly the same (idiom)", + "carbon copy", + "also pr. [yī mó yī yàng]" ], + "classifiers" : [] } ] }, + { "simplified" : "一目了然", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18968, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一目了然", + "transcriptions" : { "pinyin" : "yī mù liǎo rán", + "numeric" : "yi1 mu4 liao3 ran2", + "wadegiles" : "i¹ mu⁴ liao³ jan²", + "bopomofo" : "ㄧ ㄇㄨˋ ㄌㄧㄠˇ ㄖㄢˊ", + "romatzyh" : "i muh leau ran" }, + "meanings" : [ "obvious at a glance (idiom)" ], + "classifiers" : [] }, + { "traditional" : "一目瞭然", + "transcriptions" : { "pinyin" : "yī mù liǎo rán", + "numeric" : "yi1 mu4 liao3 ran2", + "wadegiles" : "i¹ mu⁴ liao³ jan²", + "bopomofo" : "ㄧ ㄇㄨˋ ㄌㄧㄠˇ ㄖㄢˊ", + "romatzyh" : "i muh leau ran" }, + "meanings" : [ "obvious at a glance (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "一年到头", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 37724, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一年到頭", + "transcriptions" : { "pinyin" : "yī nián dào tóu", + "numeric" : "yi1 nian2 dao4 tou2", + "wadegiles" : "i¹ nien² tao⁴ t'ou²", + "bopomofo" : "ㄧ ㄋㄧㄢˊ ㄉㄠˋ ㄊㄡˊ", + "romatzyh" : "i nian daw tour" }, + "meanings" : [ "all year round" ], + "classifiers" : [] } ] }, + { "simplified" : "一旁", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7919, + "pos" : [ "f", "s" ], + "forms" : [ { "traditional" : "一旁", + "transcriptions" : { "pinyin" : "yī páng", + "numeric" : "yi1 pang2", + "wadegiles" : "i¹ p'ang²", + "bopomofo" : "ㄧ ㄆㄤˊ", + "romatzyh" : "i parng" }, + "meanings" : [ "aside", "to the side of" ], + "classifiers" : [] } ] }, + { "simplified" : "一齐", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 13522, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一齊", + "transcriptions" : { "pinyin" : "yī qí", + "numeric" : "yi1 qi2", + "wadegiles" : "i¹ ch'i²", + "bopomofo" : "ㄧ ㄑㄧˊ", + "romatzyh" : "i chyi" }, + "meanings" : [ "at the same time", + "simultaneously" ], + "classifiers" : [] } ] }, + { "simplified" : "一起", + "radical" : "一", + "level" : [ "new-1", "old-2" ], + "frequency" : 172, + "pos" : [ "s", "d", "nr" ], + "forms" : [ { "traditional" : "一起", + "transcriptions" : { "pinyin" : "yī qǐ", + "numeric" : "yi1 qi3", + "wadegiles" : "i¹ ch'i³", + "bopomofo" : "ㄧ ㄑㄧˇ", + "romatzyh" : "i chii" }, + "meanings" : [ "in the same place", + "together", + "with", + "altogether (in total)" ], + "classifiers" : [] } ] }, + { "simplified" : "一切", + "radical" : "一", + "level" : [ "new-3", "old-4" ], + "frequency" : 350, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "一切", + "transcriptions" : { "pinyin" : "yī qiè", + "numeric" : "yi1 qie4", + "wadegiles" : "i¹ ch'ieh⁴", + "bopomofo" : "ㄧ ㄑㄧㄝˋ", + "romatzyh" : "i chieh" }, + "meanings" : [ "everything", "every", "all" ], + "classifiers" : [] } ] }, + { "simplified" : "一如既往", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9416, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一如既往", + "transcriptions" : { "pinyin" : "yī rú jì wǎng", + "numeric" : "yi1 ru2 ji4 wang3", + "wadegiles" : "i¹ ju² chi⁴ wang³", + "bopomofo" : "ㄧ ㄖㄨˊ ㄐㄧˋ ㄨㄤˇ", + "romatzyh" : "i ru jih woang" }, + "meanings" : [ "just as in the past (idiom); as before", + "continuing as always" ], + "classifiers" : [] } ] }, + { "simplified" : "一刹那", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 17189, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "一剎那", + "transcriptions" : { "pinyin" : "yī chà nà", + "numeric" : "yi1 cha4 na4", + "wadegiles" : "i¹ ch'a⁴ na⁴", + "bopomofo" : "ㄧ ㄔㄚˋ ㄋㄚˋ", + "romatzyh" : "i chah nah" }, + "meanings" : [ "a moment", + "an instant", + "in a flash" ], + "classifiers" : [] } ] }, + { "simplified" : "一身", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 8569, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一身", + "transcriptions" : { "pinyin" : "yī shēn", + "numeric" : "yi1 shen1", + "wadegiles" : "i¹ shen¹", + "bopomofo" : "ㄧ ㄕㄣ", + "romatzyh" : "i shen" }, + "meanings" : [ "whole body", + "from head to toe", + "single person", + "a suit of clothes" ], + "classifiers" : [] } ] }, + { "simplified" : "一生", + "radical" : "一", + "level" : [ "new-2" ], + "frequency" : 1626, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一生", + "transcriptions" : { "pinyin" : "yī shēng", + "numeric" : "yi1 sheng1", + "wadegiles" : "i¹ sheng¹", + "bopomofo" : "ㄧ ㄕㄥ", + "romatzyh" : "i sheng" }, + "meanings" : [ "all one's life; throughout one's life" ], + "classifiers" : [] } ] }, + { "simplified" : "一声不吭", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 26480, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一聲不吭", + "transcriptions" : { "pinyin" : "yī shēng bù kēng", + "numeric" : "yi1 sheng1 bu4 keng1", + "wadegiles" : "i¹ sheng¹ pu⁴ k'eng¹", + "bopomofo" : "ㄧ ㄕㄥ ㄅㄨˋ ㄎㄥ", + "romatzyh" : "i sheng buh keng" }, + "meanings" : [ "to not say a word" ], + "classifiers" : [] } ] }, + { "simplified" : "一时", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 3531, + "pos" : [ "t", "m" ], + "forms" : [ { "traditional" : "一時", + "transcriptions" : { "pinyin" : "yī shí", + "numeric" : "yi1 shi2", + "wadegiles" : "i¹ shih²", + "bopomofo" : "ㄧ ㄕˊ", + "romatzyh" : "i shyr" }, + "meanings" : [ "a period of time", + "a while", + "for a short while", + "temporary", + "momentary", + "at the same time" ], + "classifiers" : [] } ] }, + { "simplified" : "一事无成", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 22215, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一事無成", + "transcriptions" : { "pinyin" : "yī shì wú chéng", + "numeric" : "yi1 shi4 wu2 cheng2", + "wadegiles" : "i¹ shih⁴ wu² ch'eng²", + "bopomofo" : "ㄧ ㄕˋ ㄨˊ ㄔㄥˊ", + "romatzyh" : "i shyh wu cherng" }, + "meanings" : [ "to have achieved nothing", + "to be a total failure", + "to get nowhere" ], + "classifiers" : [] } ] }, + { "simplified" : "一手", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7866, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "一手", + "transcriptions" : { "pinyin" : "yī shǒu", + "numeric" : "yi1 shou3", + "wadegiles" : "i¹ shou³", + "bopomofo" : "ㄧ ㄕㄡˇ", + "romatzyh" : "i shoou" }, + "meanings" : [ "a skill", + "mastery of a trade", + "by oneself", + "without outside help" ], + "classifiers" : [] } ] }, + { "simplified" : "一瞬间", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7348, + "pos" : [ "t", "m" ], + "forms" : [ { "traditional" : "一瞬間", + "transcriptions" : { "pinyin" : "yī shùn jiān", + "numeric" : "yi1 shun4 jian1", + "wadegiles" : "i¹ shun⁴ chien¹", + "bopomofo" : "ㄧ ㄕㄨㄣˋ ㄐㄧㄢ", + "romatzyh" : "i shuenn jian" }, + "meanings" : [ "split second" ], + "classifiers" : [] } ] }, + { "simplified" : "一丝不苟", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 21385, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一絲不苟", + "transcriptions" : { "pinyin" : "yī sī bù gǒu", + "numeric" : "yi1 si1 bu4 gou3", + "wadegiles" : "i¹ ssu¹ pu⁴ kou³", + "bopomofo" : "ㄧ ㄙ ㄅㄨˋ ㄍㄡˇ", + "romatzyh" : "i sy buh goou" }, + "meanings" : [ "not one thread loose (idiom); strictly according to the rules", + "meticulous", + "not one hair out of place" ], + "classifiers" : [] } ] }, + { "simplified" : "一塌糊涂", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11014, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一塌糊塗", + "transcriptions" : { "pinyin" : "yī tā hú tu", + "numeric" : "yi1 ta1 hu2 tu5", + "wadegiles" : "i¹ t'a¹ hu² tu", + "bopomofo" : "ㄧ ㄊㄚ ㄏㄨˊ tu", + "romatzyh" : "i ta hwu tu" }, + "meanings" : [ "muddled and completely collapsing (idiom); in an awful condition", + "complete shambles", + "a total mess" ], + "classifiers" : [] } ] }, + { "simplified" : "一体", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7220, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一體", + "transcriptions" : { "pinyin" : "yī tǐ", + "numeric" : "yi1 ti3", + "wadegiles" : "i¹ t'i³", + "bopomofo" : "ㄧ ㄊㄧˇ", + "romatzyh" : "i tii" }, + "meanings" : [ "an integral whole", + "all concerned", + "everybody" ], + "classifiers" : [] } ] }, + { "simplified" : "一天到晚", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 15466, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一天到晚", + "transcriptions" : { "pinyin" : "yī tiān dào wǎn", + "numeric" : "yi1 tian1 dao4 wan3", + "wadegiles" : "i¹ t'ien¹ tao⁴ wan³", + "bopomofo" : "ㄧ ㄊㄧㄢ ㄉㄠˋ ㄨㄢˇ", + "romatzyh" : "i tian daw woan" }, + "meanings" : [ "all day long; the whole day" ], + "classifiers" : [] } ] }, + { "simplified" : "一同", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 5754, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一同", + "transcriptions" : { "pinyin" : "yī tóng", + "numeric" : "yi1 tong2", + "wadegiles" : "i¹ t'ung²", + "bopomofo" : "ㄧ ㄊㄨㄥˊ", + "romatzyh" : "i torng" }, + "meanings" : [ "together" ], + "classifiers" : [] } ] }, + { "simplified" : "一头", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 9187, + "pos" : [ "mq", "d", "n", "nr" ], + "forms" : [ { "traditional" : "一頭", + "transcriptions" : { "pinyin" : "yī tóu", + "numeric" : "yi1 tou2", + "wadegiles" : "i¹ t'ou²", + "bopomofo" : "ㄧ ㄊㄡˊ", + "romatzyh" : "i tour" }, + "meanings" : [ "one head", + "a head full of sth", + "one end (of a stick)", + "one side", + "headlong", + "directly", + "rapidly", + "simultaneously" ], + "classifiers" : [] } ] }, + { "simplified" : "一味", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 21515, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一味", + "transcriptions" : { "pinyin" : "yī wèi", + "numeric" : "yi1 wei4", + "wadegiles" : "i¹ wei⁴", + "bopomofo" : "ㄧ ㄨㄟˋ", + "romatzyh" : "i wey" }, + "meanings" : [ "blindly", "invariably" ], + "classifiers" : [] } ] }, + { "simplified" : "一无所有", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11565, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一無所有", + "transcriptions" : { "pinyin" : "yī wú suǒ yǒu", + "numeric" : "yi1 wu2 suo3 you3", + "wadegiles" : "i¹ wu² so³ yu³", + "bopomofo" : "ㄧ ㄨˊ ㄙㄨㄛˇ ㄧㄡˇ", + "romatzyh" : "i wu suoo yeou" }, + "meanings" : [ "not having anything at all (idiom); utterly lacking", + "without two sticks to rub together" ], + "classifiers" : [] } ] }, + { "simplified" : "一无所知", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 11975, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一無所知", + "transcriptions" : { "pinyin" : "yī wú suǒ zhī", + "numeric" : "yi1 wu2 suo3 zhi1", + "wadegiles" : "i¹ wu² so³ chih¹", + "bopomofo" : "ㄧ ㄨˊ ㄙㄨㄛˇ ㄓ", + "romatzyh" : "i wu suoo jy" }, + "meanings" : [ "not knowing anything at all (idiom); completely ignorant", + "without an inkling" ], + "classifiers" : [] } ] }, + { "simplified" : "一系列", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 24973, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "一系列", + "transcriptions" : { "pinyin" : "yī xì liè", + "numeric" : "yi1 xi4 lie4", + "wadegiles" : "i¹ hsi⁴ lieh⁴", + "bopomofo" : "ㄧ ㄒㄧˋ ㄌㄧㄝˋ", + "romatzyh" : "i shih lieh" }, + "meanings" : [ "a series of", "a string of" ], + "classifiers" : [] } ] }, + { "simplified" : "一下儿", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "一下兒", + "transcriptions" : { "pinyin" : "yī xià r", + "numeric" : "yi1 xia4 r5", + "wadegiles" : "i¹ hsia⁴ r", + "bopomofo" : "ㄧ ㄒㄧㄚˋ r", + "romatzyh" : "i shiah r" }, + "meanings" : [ "erhua variant of 下" ], + "classifiers" : [] } ] }, + { "simplified" : "一下子", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 4322, + "pos" : [ "mq", "d" ], + "forms" : [ { "traditional" : "一下子", + "transcriptions" : { "pinyin" : "yī xià zi", + "numeric" : "yi1 xia4 zi5", + "wadegiles" : "i¹ hsia⁴ zi", + "bopomofo" : "ㄧ ㄒㄧㄚˋ zi", + "romatzyh" : "i shiah zi" }, + "meanings" : [ "in a short while", + "all at once", + "all of a sudden" ], + "classifiers" : [] } ] }, + { "simplified" : "一线", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7391, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一線", + "transcriptions" : { "pinyin" : "yī xiàn", + "numeric" : "yi1 xian4", + "wadegiles" : "i¹ hsien⁴", + "bopomofo" : "ㄧ ㄒㄧㄢˋ", + "romatzyh" : "i shiann" }, + "meanings" : [ "front line" ], + "classifiers" : [] } ] }, + { "simplified" : "一向", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 4429, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一向", + "transcriptions" : { "pinyin" : "yī xiàng", + "numeric" : "yi1 xiang4", + "wadegiles" : "i¹ hsiang⁴", + "bopomofo" : "ㄧ ㄒㄧㄤˋ", + "romatzyh" : "i shianq" }, + "meanings" : [ "always (previously)", + "a period of time in the recent past" ], + "classifiers" : [] } ] }, + { "simplified" : "一些", + "radical" : "一", + "level" : [ "new-1" ], + "frequency" : 187, + "pos" : [ "mq" ], + "forms" : [ { "traditional" : "一些", + "transcriptions" : { "pinyin" : "yī xiē", + "numeric" : "yi1 xie1", + "wadegiles" : "i¹ hsieh¹", + "bopomofo" : "ㄧ ㄒㄧㄝ", + "romatzyh" : "i shie" }, + "meanings" : [ "some", + "a few", + "a little", + "(following an adjective) slightly ...er" ], + "classifiers" : [] } ] }, + { "simplified" : "一心", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 9183, + "pos" : [ "d", "nr" ], + "forms" : [ { "traditional" : "一心", + "transcriptions" : { "pinyin" : "yī xīn", + "numeric" : "yi1 xin1", + "wadegiles" : "i¹ hsin¹", + "bopomofo" : "ㄧ ㄒㄧㄣ", + "romatzyh" : "i shin" }, + "meanings" : [ "wholeheartedly", "heart and soul" ], + "classifiers" : [] } ] }, + { "simplified" : "一心一意", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 19090, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一心一意", + "transcriptions" : { "pinyin" : "yī xīn yī yì", + "numeric" : "yi1 xin1 yi1 yi4", + "wadegiles" : "i¹ hsin¹ i¹ i⁴", + "bopomofo" : "ㄧ ㄒㄧㄣ ㄧ ㄧˋ", + "romatzyh" : "i shin i yih" }, + "meanings" : [ "concentrating one's thoughts and efforts", + "single-minded", + "bent on", + "intently" ], + "classifiers" : [] } ] }, + { "simplified" : "一行", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 13419, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "一行", + "transcriptions" : { "pinyin" : "yī xíng", + "numeric" : "yi1 xing2", + "wadegiles" : "i¹ hsing²", + "bopomofo" : "ㄧ ㄒㄧㄥˊ", + "romatzyh" : "i shyng" }, + "meanings" : [ "party", "delegation" ], + "classifiers" : [] } ] }, + { "simplified" : "一言不发", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 18750, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一言不發", + "transcriptions" : { "pinyin" : "yī yán bù fā", + "numeric" : "yi1 yan2 bu4 fa1", + "wadegiles" : "i¹ yan² pu⁴ fa¹", + "bopomofo" : "ㄧ ㄧㄢˊ ㄅㄨˋ ㄈㄚ", + "romatzyh" : "i yan buh fa" }, + "meanings" : [ "to not say a word (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "一言一行", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 37817, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "一言一行", + "transcriptions" : { "pinyin" : "yī yán yī xíng", + "numeric" : "yi1 yan2 yi1 xing2", + "wadegiles" : "i¹ yan² i¹ hsing²", + "bopomofo" : "ㄧ ㄧㄢˊ ㄧ ㄒㄧㄥˊ", + "romatzyh" : "i yan i shyng" }, + "meanings" : [ "every word and action (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "一眼", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 12941, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一眼", + "transcriptions" : { "pinyin" : "yī yǎn", + "numeric" : "yi1 yan3", + "wadegiles" : "i¹ yan³", + "bopomofo" : "ㄧ ㄧㄢˇ", + "romatzyh" : "i yean" }, + "meanings" : [ "a glance", + "a quick look", + "a glimpse" ], + "classifiers" : [] } ] }, + { "simplified" : "一样", + "radical" : "一", + "level" : [ "new-1", "old-3" ], + "frequency" : 235, + "pos" : [ "u", "a", "ad" ], + "forms" : [ { "traditional" : "一樣", + "transcriptions" : { "pinyin" : "yī yàng", + "numeric" : "yi1 yang4", + "wadegiles" : "i¹ yang⁴", + "bopomofo" : "ㄧ ㄧㄤˋ", + "romatzyh" : "i yanq" }, + "meanings" : [ "same", + "like", + "equal to", + "the same as", + "just like" ], + "classifiers" : [] } ] }, + { "simplified" : "一一", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 2016, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一一", + "transcriptions" : { "pinyin" : "yī yī", + "numeric" : "yi1 yi1", + "wadegiles" : "i¹ i¹", + "bopomofo" : "ㄧ ㄧ", + "romatzyh" : "i i" }, + "meanings" : [ "one by one", "one after another" ], + "classifiers" : [] } ] }, + { "simplified" : "一应俱全", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 31560, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "一應俱全", + "transcriptions" : { "pinyin" : "yī yīng jù quán", + "numeric" : "yi1 ying1 ju4 quan2", + "wadegiles" : "i¹ ying¹ chü⁴ ch'üan²", + "bopomofo" : "ㄧ ㄧㄥ ㄐㄩˋ ㄑㄩㄢˊ", + "romatzyh" : "i ing jiuh chyuan" }, + "meanings" : [ "with everything needed available" ], + "classifiers" : [] } ] }, + { "simplified" : "一再", + "radical" : "一", + "level" : [ "new-4", "old-6" ], + "frequency" : 10127, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一再", + "transcriptions" : { "pinyin" : "yī zài", + "numeric" : "yi1 zai4", + "wadegiles" : "i¹ tsai⁴", + "bopomofo" : "ㄧ ㄗㄞˋ", + "romatzyh" : "i tzay" }, + "meanings" : [ "repeatedly" ], + "classifiers" : [] } ] }, + { "simplified" : "一早", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 6719, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "一早", + "transcriptions" : { "pinyin" : "yī zǎo", + "numeric" : "yi1 zao3", + "wadegiles" : "i¹ tsao³", + "bopomofo" : "ㄧ ㄗㄠˇ", + "romatzyh" : "i tzao" }, + "meanings" : [ "early in the morning", "at dawn" ], + "classifiers" : [] } ] }, + { "simplified" : "一长一短", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 110959, + "pos" : [], + "forms" : [ { "traditional" : "一長一短", + "transcriptions" : { "pinyin" : "yī cháng yī duǎn", + "numeric" : "yi1 chang2 yi1 duan3", + "wadegiles" : "i¹ ch'ang² i¹ tuan³", + "bopomofo" : "ㄧ ㄔㄤˊ ㄧ ㄉㄨㄢˇ", + "romatzyh" : "i charng i doan" }, + "meanings" : [ "talking endlessly; long-winded" ], + "classifiers" : [] } ] }, + { "simplified" : "一阵", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 3300, + "pos" : [ "mq" ], + "forms" : [ { "traditional" : "一陣", + "transcriptions" : { "pinyin" : "yī zhèn", + "numeric" : "yi1 zhen4", + "wadegiles" : "i¹ chen⁴", + "bopomofo" : "ㄧ ㄓㄣˋ", + "romatzyh" : "i jenn" }, + "meanings" : [ "a burst", + "a fit", + "a peal", + "a spell (period of time)" ], + "classifiers" : [] } ] }, + { "simplified" : "一直", + "radical" : "一", + "level" : [ "new-2", "old-3" ], + "frequency" : 203, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "一直", + "transcriptions" : { "pinyin" : "yī zhí", + "numeric" : "yi1 zhi2", + "wadegiles" : "i¹ chih²", + "bopomofo" : "ㄧ ㄓˊ", + "romatzyh" : "i jyr" }, + "meanings" : [ "straight (in a straight line)", + "continuously; always; all the way through" ], + "classifiers" : [] } ] }, + { "simplified" : "一致", + "radical" : "一", + "level" : [ "new-4", "old-5" ], + "frequency" : 1957, + "pos" : [ "a", "an", "ad", "nz" ], + "forms" : [ { "traditional" : "一致", + "transcriptions" : { "pinyin" : "yī zhì", + "numeric" : "yi1 zhi4", + "wadegiles" : "i¹ chih⁴", + "bopomofo" : "ㄧ ㄓˋ", + "romatzyh" : "i jyh" }, + "meanings" : [ "unanimous", + "identical (views or opinions)" ], + "classifiers" : [] } ] }, + { "simplified" : "伊斯兰教", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 18822, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "伊斯蘭教", + "transcriptions" : { "pinyin" : "Yī sī lán jiào", + "numeric" : "Yi1 si1 lan2 jiao4", + "wadegiles" : "i¹ ssu¹ lan² chiao⁴", + "bopomofo" : "ㄧ ㄙ ㄌㄢˊ ㄐㄧㄠˋ", + "romatzyh" : "i sy lan jiaw" }, + "meanings" : [ "Islam" ], + "classifiers" : [] } ] }, + { "simplified" : "衣服", + "radical" : "衣", + "level" : [ "new-1", "old-1" ], + "frequency" : 1472, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "衣服", + "transcriptions" : { "pinyin" : "yī fu", + "numeric" : "yi1 fu5", + "wadegiles" : "i¹ fu", + "bopomofo" : "ㄧ fu", + "romatzyh" : "i fu" }, + "meanings" : [ "clothes" ], + "classifiers" : [ "件", "套" ] } ] }, + { "simplified" : "衣架", + "radical" : "衣", + "level" : [ "new-3" ], + "frequency" : 32226, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "衣架", + "transcriptions" : { "pinyin" : "yī jià", + "numeric" : "yi1 jia4", + "wadegiles" : "i¹ chia⁴", + "bopomofo" : "ㄧ ㄐㄧㄚˋ", + "romatzyh" : "i jiah" }, + "meanings" : [ "clothes hanger", "clothes rack" ], + "classifiers" : [] } ] }, + { "simplified" : "衣裳", + "radical" : "衣", + "level" : [ "old-6" ], + "frequency" : 24542, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "衣裳", + "transcriptions" : { "pinyin" : "yī shang", + "numeric" : "yi1 shang5", + "wadegiles" : "i¹ shang", + "bopomofo" : "ㄧ shang", + "romatzyh" : "i shang" }, + "meanings" : [ "(coll.) clothes" ], + "classifiers" : [] } ] }, + { "simplified" : "衣食住行", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 38411, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "衣食住行", + "transcriptions" : { "pinyin" : "yī shí zhù xíng", + "numeric" : "yi1 shi2 zhu4 xing2", + "wadegiles" : "i¹ shih² chu⁴ hsing²", + "bopomofo" : "ㄧ ㄕˊ ㄓㄨˋ ㄒㄧㄥˊ", + "romatzyh" : "i shyr juh shyng" }, + "meanings" : [ "clothing, food, housing and transport (idiom); people's basic needs" ], + "classifiers" : [] } ] }, + { "simplified" : "医疗", + "radical" : "匸", + "level" : [ "new-4" ], + "frequency" : 1749, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醫療", + "transcriptions" : { "pinyin" : "yī liáo", + "numeric" : "yi1 liao2", + "wadegiles" : "i¹ liao²", + "bopomofo" : "ㄧ ㄌㄧㄠˊ", + "romatzyh" : "i liau" }, + "meanings" : [ "medical treatment" ], + "classifiers" : [] } ] }, + { "simplified" : "医生", + "radical" : "匸", + "level" : [ "new-1", "old-1" ], + "frequency" : 827, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醫生", + "transcriptions" : { "pinyin" : "yī shēng", + "numeric" : "yi1 sheng1", + "wadegiles" : "i¹ sheng¹", + "bopomofo" : "ㄧ ㄕㄥ", + "romatzyh" : "i sheng" }, + "meanings" : [ "doctor" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "医务", + "radical" : "匸", + "level" : [ "new-7+" ], + "frequency" : 9497, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "醫務", + "transcriptions" : { "pinyin" : "yī wù", + "numeric" : "yi1 wu4", + "wadegiles" : "i¹ wu⁴", + "bopomofo" : "ㄧ ㄨˋ", + "romatzyh" : "i wuh" }, + "meanings" : [ "medical affairs" ], + "classifiers" : [] } ] }, + { "simplified" : "医学", + "radical" : "匸", + "level" : [ "new-4" ], + "frequency" : 3044, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醫學", + "transcriptions" : { "pinyin" : "yī xué", + "numeric" : "yi1 xue2", + "wadegiles" : "i¹ hsüeh²", + "bopomofo" : "ㄧ ㄒㄩㄝˊ", + "romatzyh" : "i shyue" }, + "meanings" : [ "medicine", + "medical science", + "study of medicine" ], + "classifiers" : [] } ] }, + { "simplified" : "医药", + "radical" : "匸", + "level" : [ "new-6" ], + "frequency" : 6630, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醫藥", + "transcriptions" : { "pinyin" : "yī yào", + "numeric" : "yi1 yao4", + "wadegiles" : "i¹ yao⁴", + "bopomofo" : "ㄧ ㄧㄠˋ", + "romatzyh" : "i yaw" }, + "meanings" : [ "medical care and medicines", + "medicine (drug)", + "medical", + "pharmaceutical" ], + "classifiers" : [] } ] }, + { "simplified" : "医院", + "radical" : "匸", + "level" : [ "new-1", "old-1" ], + "frequency" : 608, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "醫院", + "transcriptions" : { "pinyin" : "yī yuàn", + "numeric" : "yi1 yuan4", + "wadegiles" : "i¹ yüan⁴", + "bopomofo" : "ㄧ ㄩㄢˋ", + "romatzyh" : "i yuann" }, + "meanings" : [ "hospital" ], + "classifiers" : [ "所", "家", "座" ] } ] }, + { "simplified" : "依", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 3723, + "pos" : [ "v", "p", "nr" ], + "forms" : [ { "traditional" : "依", + "transcriptions" : { "pinyin" : "yī", + "numeric" : "yi1", + "wadegiles" : "i¹", + "bopomofo" : "ㄧ", + "romatzyh" : "i" }, + "meanings" : [ "to depend on", + "to comply with or listen to sb", + "according to", + "in the light of" ], + "classifiers" : [] } ] }, + { "simplified" : "依次", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 13888, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "依次", + "transcriptions" : { "pinyin" : "yī cì", + "numeric" : "yi1 ci4", + "wadegiles" : "i¹ tz'u⁴", + "bopomofo" : "ㄧ ㄘˋ", + "romatzyh" : "i tsyh" }, + "meanings" : [ "in order", "in succession" ], + "classifiers" : [] } ] }, + { "simplified" : "依法", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 9449, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "依法", + "transcriptions" : { "pinyin" : "yī fǎ", + "numeric" : "yi1 fa3", + "wadegiles" : "i¹ fa³", + "bopomofo" : "ㄧ ㄈㄚˇ", + "romatzyh" : "i faa" }, + "meanings" : [ "legal (proceedings)", + "according to law" ], + "classifiers" : [] } ] }, + { "simplified" : "依旧", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 4631, + "pos" : [ "z", "d" ], + "forms" : [ { "traditional" : "依舊", + "transcriptions" : { "pinyin" : "yī jiù", + "numeric" : "yi1 jiu4", + "wadegiles" : "i¹ chiu⁴", + "bopomofo" : "ㄧ ㄐㄧㄡˋ", + "romatzyh" : "i jiow" }, + "meanings" : [ "as before", "still" ], + "classifiers" : [] } ] }, + { "simplified" : "依据", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 4533, + "pos" : [ "n", "p", "v" ], + "forms" : [ { "traditional" : "依據", + "transcriptions" : { "pinyin" : "yī jù", + "numeric" : "yi1 ju4", + "wadegiles" : "i¹ chü⁴", + "bopomofo" : "ㄧ ㄐㄩˋ", + "romatzyh" : "i jiuh" }, + "meanings" : [ "according to", + "basis", + "foundation" ], + "classifiers" : [] } ] }, + { "simplified" : "依靠", + "radical" : "亻", + "level" : [ "new-4", "old-6" ], + "frequency" : 2967, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "依靠", + "transcriptions" : { "pinyin" : "yī kào", + "numeric" : "yi1 kao4", + "wadegiles" : "i¹ k'ao⁴", + "bopomofo" : "ㄧ ㄎㄠˋ", + "romatzyh" : "i kaw" }, + "meanings" : [ "to rely on sth (for support etc)", + "to depend on" ], + "classifiers" : [] } ] }, + { "simplified" : "依赖", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 4839, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "依賴", + "transcriptions" : { "pinyin" : "yī lài", + "numeric" : "yi1 lai4", + "wadegiles" : "i¹ lai⁴", + "bopomofo" : "ㄧ ㄌㄞˋ", + "romatzyh" : "i lay" }, + "meanings" : [ "to depend on", + "to be dependent on" ], + "classifiers" : [] } ] }, + { "simplified" : "依然", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 1943, + "pos" : [ "d", "z" ], + "forms" : [ { "traditional" : "依然", + "transcriptions" : { "pinyin" : "yī rán", + "numeric" : "yi1 ran2", + "wadegiles" : "i¹ jan²", + "bopomofo" : "ㄧ ㄖㄢˊ", + "romatzyh" : "i ran" }, + "meanings" : [ "still", "as before" ], + "classifiers" : [] } ] }, + { "simplified" : "依托", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20466, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "依託", + "transcriptions" : { "pinyin" : "yī tuō", + "numeric" : "yi1 tuo1", + "wadegiles" : "i¹ t'o¹", + "bopomofo" : "ㄧ ㄊㄨㄛ", + "romatzyh" : "i tuo" }, + "meanings" : [ "to rely on", + "to depend on", + "support" ], + "classifiers" : [] } ] }, + { "simplified" : "依依不舍", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 34544, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "依依不捨", + "transcriptions" : { "pinyin" : "yī yī bù shě", + "numeric" : "yi1 yi1 bu4 she3", + "wadegiles" : "i¹ i¹ pu⁴ she³", + "bopomofo" : "ㄧ ㄧ ㄅㄨˋ ㄕㄜˇ", + "romatzyh" : "i i buh shee" }, + "meanings" : [ "reluctant to part (idiom); broken-hearted at having to leave" ], + "classifiers" : [] } ] }, + { "simplified" : "依照", + "radical" : "亻", + "level" : [ "new-5" ], + "frequency" : 8772, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "依照", + "transcriptions" : { "pinyin" : "yī zhào", + "numeric" : "yi1 zhao4", + "wadegiles" : "i¹ chao⁴", + "bopomofo" : "ㄧ ㄓㄠˋ", + "romatzyh" : "i jaw" }, + "meanings" : [ "according to", "in light of" ], + "classifiers" : [] } ] }, + { "simplified" : "仪表", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 12333, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "儀表", + "transcriptions" : { "pinyin" : "yí biǎo", + "numeric" : "yi2 biao3", + "wadegiles" : "i² piao³", + "bopomofo" : "ㄧˊ ㄅㄧㄠˇ", + "romatzyh" : "yi beau" }, + "meanings" : [ "appearance", + "bearing", + "meter (i.e. measuring instrument)" ], + "classifiers" : [] } ] }, + { "simplified" : "仪器", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 5598, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "儀器", + "transcriptions" : { "pinyin" : "yí qì", + "numeric" : "yi2 qi4", + "wadegiles" : "i² ch'i⁴", + "bopomofo" : "ㄧˊ ㄑㄧˋ", + "romatzyh" : "yi chih" }, + "meanings" : [ "instrument; apparatus" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "仪式", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 2371, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "儀式", + "transcriptions" : { "pinyin" : "yí shì", + "numeric" : "yi2 shi4", + "wadegiles" : "i² shih⁴", + "bopomofo" : "ㄧˊ ㄕˋ", + "romatzyh" : "yi shyh" }, + "meanings" : [ "ceremony" ], + "classifiers" : [] } ] }, + { "simplified" : "怡然自得", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 51833, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "怡然自得", + "transcriptions" : { "pinyin" : "yí rán zì dé", + "numeric" : "yi2 ran2 zi4 de2", + "wadegiles" : "i² jan² tzu⁴ te²", + "bopomofo" : "ㄧˊ ㄖㄢˊ ㄗˋ ㄉㄜˊ", + "romatzyh" : "yi ran tzyh der" }, + "meanings" : [ "happy and content (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "姨", + "radical" : "女", + "level" : [ "new-7+" ], + "frequency" : 11475, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姨", + "transcriptions" : { "pinyin" : "yí", + "numeric" : "yi2", + "wadegiles" : "i²", + "bopomofo" : "ㄧˊ", + "romatzyh" : "yi" }, + "meanings" : [ "mother's sister", "aunt" ], + "classifiers" : [] } ] }, + { "simplified" : "移", + "radical" : "禾", + "level" : [ "new-4" ], + "frequency" : 3002, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "移", + "transcriptions" : { "pinyin" : "yí", + "numeric" : "yi2", + "wadegiles" : "i²", + "bopomofo" : "ㄧˊ", + "romatzyh" : "yi" }, + "meanings" : [ "to move", + "to shift", + "to change", + "to alter", + "to remove" ], + "classifiers" : [] } ] }, + { "simplified" : "移动", + "radical" : "禾", + "level" : [ "new-4", "old-5" ], + "frequency" : 1997, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "移動", + "transcriptions" : { "pinyin" : "yí dòng", + "numeric" : "yi2 dong4", + "wadegiles" : "i² tung⁴", + "bopomofo" : "ㄧˊ ㄉㄨㄥˋ", + "romatzyh" : "yi donq" }, + "meanings" : [ "to move", + "movement", + "migration", + "mobile", + "portable" ], + "classifiers" : [] } ] }, + { "simplified" : "移交", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 9811, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "移交", + "transcriptions" : { "pinyin" : "yí jiāo", + "numeric" : "yi2 jiao1", + "wadegiles" : "i² chiao¹", + "bopomofo" : "ㄧˊ ㄐㄧㄠ", + "romatzyh" : "yi jiau" }, + "meanings" : [ "to transfer", "to hand over" ], + "classifiers" : [] } ] }, + { "simplified" : "移民", + "radical" : "禾", + "level" : [ "new-4", "old-5" ], + "frequency" : 4025, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "移民", + "transcriptions" : { "pinyin" : "yí mín", + "numeric" : "yi2 min2", + "wadegiles" : "i² min²", + "bopomofo" : "ㄧˊ ㄇㄧㄣˊ", + "romatzyh" : "yi min" }, + "meanings" : [ "to immigrate", + "to migrate", + "emigrant", + "immigrant" ], + "classifiers" : [] } ] }, + { "simplified" : "移植", + "radical" : "禾", + "level" : [ "new-7+" ], + "frequency" : 4158, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "移植", + "transcriptions" : { "pinyin" : "yí zhí", + "numeric" : "yi2 zhi2", + "wadegiles" : "i² chih²", + "bopomofo" : "ㄧˊ ㄓˊ", + "romatzyh" : "yi jyr" }, + "meanings" : [ "to transplant" ], + "classifiers" : [] } ] }, + { "simplified" : "遗产", + "radical" : "辶", + "level" : [ "new-4", "old-6" ], + "frequency" : 5210, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遺產", + "transcriptions" : { "pinyin" : "yí chǎn", + "numeric" : "yi2 chan3", + "wadegiles" : "i² ch'an³", + "bopomofo" : "ㄧˊ ㄔㄢˇ", + "romatzyh" : "yi chaan" }, + "meanings" : [ "heritage", + "legacy", + "inheritance", + "bequest" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "遗传", + "radical" : "辶", + "level" : [ "new-4", "old-6" ], + "frequency" : 5637, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "遺傳", + "transcriptions" : { "pinyin" : "yí chuán", + "numeric" : "yi2 chuan2", + "wadegiles" : "i² ch'uan²", + "bopomofo" : "ㄧˊ ㄔㄨㄢˊ", + "romatzyh" : "yi chwan" }, + "meanings" : [ "heredity", + "to inherit (a trait)", + "to pass on (to one's offspring)" ], + "classifiers" : [] } ] }, + { "simplified" : "遗憾", + "radical" : "辶", + "level" : [ "new-6", "old-5" ], + "frequency" : 1908, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "遺憾", + "transcriptions" : { "pinyin" : "yí hàn", + "numeric" : "yi2 han4", + "wadegiles" : "i² han⁴", + "bopomofo" : "ㄧˊ ㄏㄢˋ", + "romatzyh" : "yi hann" }, + "meanings" : [ "regret", + "to regret", + "to be sorry that" ], + "classifiers" : [] } ] }, + { "simplified" : "遗留", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11284, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遺留", + "transcriptions" : { "pinyin" : "yí liú", + "numeric" : "yi2 liu2", + "wadegiles" : "i² liu²", + "bopomofo" : "ㄧˊ ㄌㄧㄡˊ", + "romatzyh" : "yi liou" }, + "meanings" : [ "to leave behind", "to hand down" ], + "classifiers" : [] } ] }, + { "simplified" : "遗弃", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 10752, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遺棄", + "transcriptions" : { "pinyin" : "yí qì", + "numeric" : "yi2 qi4", + "wadegiles" : "i² ch'i⁴", + "bopomofo" : "ㄧˊ ㄑㄧˋ", + "romatzyh" : "yi chih" }, + "meanings" : [ "to leave", "to abandon" ], + "classifiers" : [] } ] }, + { "simplified" : "遗失", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 10473, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遺失", + "transcriptions" : { "pinyin" : "yí shī", + "numeric" : "yi2 shi1", + "wadegiles" : "i² shih¹", + "bopomofo" : "ㄧˊ ㄕ", + "romatzyh" : "yi shy" }, + "meanings" : [ "to lose; to leave behind (inadvertently)" ], + "classifiers" : [] } ] }, + { "simplified" : "遗体", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8520, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遺體", + "transcriptions" : { "pinyin" : "yí tǐ", + "numeric" : "yi2 ti3", + "wadegiles" : "i² t'i³", + "bopomofo" : "ㄧˊ ㄊㄧˇ", + "romatzyh" : "yi tii" }, + "meanings" : [ "remains (of a dead person)" ], + "classifiers" : [] } ] }, + { "simplified" : "遗忘", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 6299, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遺忘", + "transcriptions" : { "pinyin" : "yí wàng", + "numeric" : "yi2 wang4", + "wadegiles" : "i² wang⁴", + "bopomofo" : "ㄧˊ ㄨㄤˋ", + "romatzyh" : "yi wanq" }, + "meanings" : [ "to forget; to cease to think about (sb or sth) anymore" ], + "classifiers" : [] } ] }, + { "simplified" : "遗物", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 18820, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遺物", + "transcriptions" : { "pinyin" : "yí wù", + "numeric" : "yi2 wu4", + "wadegiles" : "i² wu⁴", + "bopomofo" : "ㄧˊ ㄨˋ", + "romatzyh" : "yi wuh" }, + "meanings" : [ "remnant" ], + "classifiers" : [] } ] }, + { "simplified" : "遗愿", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 25369, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遺願", + "transcriptions" : { "pinyin" : "yí yuàn", + "numeric" : "yi2 yuan4", + "wadegiles" : "i² yüan⁴", + "bopomofo" : "ㄧˊ ㄩㄢˋ", + "romatzyh" : "yi yuann" }, + "meanings" : [ "final wishes of the departed" ], + "classifiers" : [] } ] }, + { "simplified" : "遗址", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 14891, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遺址", + "transcriptions" : { "pinyin" : "yí zhǐ", + "numeric" : "yi2 zhi3", + "wadegiles" : "i² chih³", + "bopomofo" : "ㄧˊ ㄓˇ", + "romatzyh" : "yi jyy" }, + "meanings" : [ "ruins", "historic relics" ], + "classifiers" : [] } ] }, + { "simplified" : "遗嘱", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 11396, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遺囑", + "transcriptions" : { "pinyin" : "yí zhǔ", + "numeric" : "yi2 zhu3", + "wadegiles" : "i² chu³", + "bopomofo" : "ㄧˊ ㄓㄨˇ", + "romatzyh" : "yi juu" }, + "meanings" : [ "testament", "will" ], + "classifiers" : [] } ] }, + { "simplified" : "疑点", + "radical" : "疋", + "level" : [ "new-7+" ], + "frequency" : 15992, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "疑點", + "transcriptions" : { "pinyin" : "yí diǎn", + "numeric" : "yi2 dian3", + "wadegiles" : "i² tien³", + "bopomofo" : "ㄧˊ ㄉㄧㄢˇ", + "romatzyh" : "yi dean" }, + "meanings" : [ "a doubtful point" ], + "classifiers" : [] } ] }, + { "simplified" : "疑惑", + "radical" : "疋", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7683, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "疑惑", + "transcriptions" : { "pinyin" : "yí huò", + "numeric" : "yi2 huo4", + "wadegiles" : "i² huo⁴", + "bopomofo" : "ㄧˊ ㄏㄨㄛˋ", + "romatzyh" : "yi huoh" }, + "meanings" : [ "to doubt", + "to distrust", + "unconvincing", + "to puzzle over", + "misgivings", + "suspicions" ], + "classifiers" : [] } ] }, + { "simplified" : "疑虑", + "radical" : "疋", + "level" : [ "new-7+" ], + "frequency" : 11913, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "疑慮", + "transcriptions" : { "pinyin" : "yí lu:4", + "numeric" : "yi2 lü4", + "wadegiles" : "i² lu:4", + "bopomofo" : "ㄧˊ lu:4", + "romatzyh" : "yi lu:4" }, + "meanings" : [ "hesitation", + "misgivings", + "doubt" ], + "classifiers" : [] } ] }, + { "simplified" : "疑问", + "radical" : "疋", + "level" : [ "new-4", "old-5" ], + "frequency" : 5419, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "疑問", + "transcriptions" : { "pinyin" : "yí wèn", + "numeric" : "yi2 wen4", + "wadegiles" : "i² wen⁴", + "bopomofo" : "ㄧˊ ㄨㄣˋ", + "romatzyh" : "yi wenn" }, + "meanings" : [ "question", + "interrogation", + "doubt" ], + "classifiers" : [] } ] }, + { "simplified" : "乙", + "radical" : "乙", + "level" : [ "new-5", "old-5" ], + "frequency" : 7820, + "pos" : [ "m", "Mg", "n", "g" ], + "forms" : [ { "traditional" : "乙", + "transcriptions" : { "pinyin" : "yǐ", + "numeric" : "yi3", + "wadegiles" : "i³", + "bopomofo" : "ㄧˇ", + "romatzyh" : "yii" }, + "meanings" : [ "second of the ten Heavenly Stems 干", + "second in order", + "letter \"B\" or Roman \"II\" in list \"A, B, C\", or \"I, II, III\" etc", + "second party (in legal contract, usually 方, as opposed to 方)", + "ethyl", + "bent", + "winding", + "radical in Chinese characters (Kangxi radical 5)", + "ancient Chinese compass point: 105°" ], + "classifiers" : [] }, + { "traditional" : "乙", + "transcriptions" : { "pinyin" : "zhé", + "numeric" : "zhe2", + "wadegiles" : "che²", + "bopomofo" : "ㄓㄜˊ", + "romatzyh" : "jer" }, + "meanings" : [ "turning stroke (in Chinese characters), aka 折" ], + "classifiers" : [] } ] }, + { "simplified" : "已", + "radical" : "己", + "level" : [ "new-3" ], + "frequency" : 303, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "已", + "transcriptions" : { "pinyin" : "yǐ", + "numeric" : "yi3", + "wadegiles" : "i³", + "bopomofo" : "ㄧˇ", + "romatzyh" : "yii" }, + "meanings" : [ "already", + "to stop", + "then", + "afterwards" ], + "classifiers" : [] } ] }, + { "simplified" : "已经", + "radical" : "己", + "level" : [ "new-2", "old-2" ], + "frequency" : 85, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "已經", + "transcriptions" : { "pinyin" : "yǐ jīng", + "numeric" : "yi3 jing1", + "wadegiles" : "i³ ching¹", + "bopomofo" : "ㄧˇ ㄐㄧㄥ", + "romatzyh" : "yii jing" }, + "meanings" : [ "already" ], + "classifiers" : [] } ] }, + { "simplified" : "以", + "radical" : "人", + "level" : [ "new-7+", "old-4" ], + "frequency" : 166, + "pos" : [ "p", "c", "b" ], + "forms" : [ { "traditional" : "㕥", + "transcriptions" : { "pinyin" : "yǐ", + "numeric" : "yi3", + "wadegiles" : "i³", + "bopomofo" : "ㄧˇ", + "romatzyh" : "yii" }, + "meanings" : [ "old variant of 以" ], + "classifiers" : [] }, + { "traditional" : "㠯", + "transcriptions" : { "pinyin" : "yǐ", + "numeric" : "yi3", + "wadegiles" : "i³", + "bopomofo" : "ㄧˇ", + "romatzyh" : "yii" }, + "meanings" : [ "old variant of 以" ], + "classifiers" : [] }, + { "traditional" : "以", + "transcriptions" : { "pinyin" : "Yǐ", + "numeric" : "Yi3", + "wadegiles" : "i³", + "bopomofo" : "ㄧˇ", + "romatzyh" : "yii" }, + "meanings" : [ "abbr. for Israel 列" ], + "classifiers" : [] }, + { "traditional" : "以", + "transcriptions" : { "pinyin" : "yǐ", + "numeric" : "yi3", + "wadegiles" : "i³", + "bopomofo" : "ㄧˇ", + "romatzyh" : "yii" }, + "meanings" : [ "to use", + "by means of", + "according to", + "in order to", + "because of", + "at (a certain date or place)" ], + "classifiers" : [] } ] }, + { "simplified" : "以便", + "radical" : "人", + "level" : [ "new-5", "old-6" ], + "frequency" : 4799, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "以便", + "transcriptions" : { "pinyin" : "yǐ biàn", + "numeric" : "yi3 bian4", + "wadegiles" : "i³ pien⁴", + "bopomofo" : "ㄧˇ ㄅㄧㄢˋ", + "romatzyh" : "yii biann" }, + "meanings" : [ "so that", + "so as to", + "in order to" ], + "classifiers" : [] } ] }, + { "simplified" : "以后", + "radical" : "人", + "level" : [ "new-2", "old-3" ], + "frequency" : 407, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "以後", + "transcriptions" : { "pinyin" : "yǐ hòu", + "numeric" : "yi3 hou4", + "wadegiles" : "i³ hou⁴", + "bopomofo" : "ㄧˇ ㄏㄡˋ", + "romatzyh" : "yii how" }, + "meanings" : [ "after", + "later", + "afterwards", + "following", + "later on", + "in the future" ], + "classifiers" : [] } ] }, + { "simplified" : "以及", + "radical" : "人", + "level" : [ "new-4", "old-5" ], + "frequency" : 558, + "pos" : [ "cc" ], + "forms" : [ { "traditional" : "以及", + "transcriptions" : { "pinyin" : "yǐ jí", + "numeric" : "yi3 ji2", + "wadegiles" : "i³ chi²", + "bopomofo" : "ㄧˇ ㄐㄧˊ", + "romatzyh" : "yii jyi" }, + "meanings" : [ "as well as", "too", "and" ], + "classifiers" : [] } ] }, + { "simplified" : "以来", + "radical" : "人", + "level" : [ "new-3", "old-5" ], + "frequency" : 1117, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "以來", + "transcriptions" : { "pinyin" : "yǐ lái", + "numeric" : "yi3 lai2", + "wadegiles" : "i³ lai²", + "bopomofo" : "ㄧˇ ㄌㄞˊ", + "romatzyh" : "yii lai" }, + "meanings" : [ "since (a previous event)" ], + "classifiers" : [] } ] }, + { "simplified" : "以免", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6746, + "pos" : [ "c", "v" ], + "forms" : [ { "traditional" : "以免", + "transcriptions" : { "pinyin" : "yǐ miǎn", + "numeric" : "yi3 mian3", + "wadegiles" : "i³ mien³", + "bopomofo" : "ㄧˇ ㄇㄧㄢˇ", + "romatzyh" : "yii mean" }, + "meanings" : [ "in order to avoid", + "so as not to" ], + "classifiers" : [] } ] }, + { "simplified" : "以内", + "radical" : "人", + "level" : [ "new-4" ], + "frequency" : 7129, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "以內", + "transcriptions" : { "pinyin" : "yǐ nèi", + "numeric" : "yi3 nei4", + "wadegiles" : "i³ nei⁴", + "bopomofo" : "ㄧˇ ㄋㄟˋ", + "romatzyh" : "yii ney" }, + "meanings" : [ "within", "less than" ], + "classifiers" : [] } ] }, + { "simplified" : "以前", + "radical" : "人", + "level" : [ "new-2", "old-3" ], + "frequency" : 524, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "以前", + "transcriptions" : { "pinyin" : "yǐ qián", + "numeric" : "yi3 qian2", + "wadegiles" : "i³ ch'ien²", + "bopomofo" : "ㄧˇ ㄑㄧㄢˊ", + "romatzyh" : "yii chyan" }, + "meanings" : [ "before", + "formerly", + "previous", + "ago" ], + "classifiers" : [] } ] }, + { "simplified" : "以上", + "radical" : "人", + "level" : [ "new-2" ], + "frequency" : 2124, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "以上", + "transcriptions" : { "pinyin" : "yǐ shàng", + "numeric" : "yi3 shang4", + "wadegiles" : "i³ shang⁴", + "bopomofo" : "ㄧˇ ㄕㄤˋ", + "romatzyh" : "yii shanq" }, + "meanings" : [ "that level or higher", + "that amount or more", + "the above-mentioned", + "(used to indicate that one has completed one's remarks) That is all." ], + "classifiers" : [] } ] }, + { "simplified" : "以身作则", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 26601, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "以身作則", + "transcriptions" : { "pinyin" : "yǐ shēn zuò zé", + "numeric" : "yi3 shen1 zuo4 ze2", + "wadegiles" : "i³ shen¹ tso⁴ tse²", + "bopomofo" : "ㄧˇ ㄕㄣ ㄗㄨㄛˋ ㄗㄜˊ", + "romatzyh" : "yii shen tzuoh tzer" }, + "meanings" : [ "to set an example (idiom); to serve as a model" ], + "classifiers" : [] } ] }, + { "simplified" : "以外", + "radical" : "人", + "level" : [ "new-2" ], + "frequency" : 3014, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "以外", + "transcriptions" : { "pinyin" : "yǐ wài", + "numeric" : "yi3 wai4", + "wadegiles" : "i³ wai⁴", + "bopomofo" : "ㄧˇ ㄨㄞˋ", + "romatzyh" : "yii way" }, + "meanings" : [ "apart from", + "other than", + "except for", + "external", + "outside of", + "on the other side of", + "beyond" ], + "classifiers" : [] } ] }, + { "simplified" : "以往", + "radical" : "人", + "level" : [ "new-5", "old-6" ], + "frequency" : 4084, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "以往", + "transcriptions" : { "pinyin" : "yǐ wǎng", + "numeric" : "yi3 wang3", + "wadegiles" : "i³ wang³", + "bopomofo" : "ㄧˇ ㄨㄤˇ", + "romatzyh" : "yii woang" }, + "meanings" : [ "in the past", "formerly" ], + "classifiers" : [] } ] }, + { "simplified" : "以为", + "radical" : "人", + "level" : [ "new-2", "old-3" ], + "frequency" : 567, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "以為", + "transcriptions" : { "pinyin" : "yǐ wéi", + "numeric" : "yi3 wei2", + "wadegiles" : "i³ wei²", + "bopomofo" : "ㄧˇ ㄨㄟˊ", + "romatzyh" : "yii wei" }, + "meanings" : [ "to think (i.e. to take it to be true that ...) (Usually there is an implication that the notion is mistaken – except when expressing one's own current opinion.)" ], + "classifiers" : [] } ] }, + { "simplified" : "以下", + "radical" : "人", + "level" : [ "new-2" ], + "frequency" : 2058, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "以下", + "transcriptions" : { "pinyin" : "yǐ xià", + "numeric" : "yi3 xia4", + "wadegiles" : "i³ hsia⁴", + "bopomofo" : "ㄧˇ ㄒㄧㄚˋ", + "romatzyh" : "yii shiah" }, + "meanings" : [ "that level or lower", + "that amount or less", + "the following" ], + "classifiers" : [] } ] }, + { "simplified" : "以至", + "radical" : "人", + "level" : [ "old-6" ], + "frequency" : 16023, + "pos" : [ "cc" ], + "forms" : [ { "traditional" : "以至", + "transcriptions" : { "pinyin" : "yǐ zhì", + "numeric" : "yi3 zhi4", + "wadegiles" : "i³ chih⁴", + "bopomofo" : "ㄧˇ ㄓˋ", + "romatzyh" : "yii jyh" }, + "meanings" : [ "down to", + "up to", + "to such an extent as to ...", + "also written 以至于" ], + "classifiers" : [] } ] }, + { "simplified" : "以至于", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 8091, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "以至於", + "transcriptions" : { "pinyin" : "yǐ zhì yú", + "numeric" : "yi3 zhi4 yu2", + "wadegiles" : "i³ chih⁴ yü²", + "bopomofo" : "ㄧˇ ㄓˋ ㄩˊ", + "romatzyh" : "yii jyh yu" }, + "meanings" : [ "down to", + "up to", + "to the extent that..." ], + "classifiers" : [] } ] }, + { "simplified" : "以致", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10543, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "以致", + "transcriptions" : { "pinyin" : "yǐ zhì", + "numeric" : "yi3 zhi4", + "wadegiles" : "i³ chih⁴", + "bopomofo" : "ㄧˇ ㄓˋ", + "romatzyh" : "yii jyh" }, + "meanings" : [ "to such an extent as to", + "down to", + "up to" ], + "classifiers" : [] } ] }, + { "simplified" : "矣", + "radical" : "矢", + "level" : [ "new-7+" ], + "frequency" : 12662, + "pos" : [ "y" ], + "forms" : [ { "traditional" : "矣", + "transcriptions" : { "pinyin" : "yǐ", + "numeric" : "yi3", + "wadegiles" : "i³", + "bopomofo" : "ㄧˇ", + "romatzyh" : "yii" }, + "meanings" : [ "classical final particle, similar to modern 了" ], + "classifiers" : [] } ] }, + { "simplified" : "倚", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 19232, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "倚", + "transcriptions" : { "pinyin" : "yǐ", + "numeric" : "yi3", + "wadegiles" : "i³", + "bopomofo" : "ㄧˇ", + "romatzyh" : "yii" }, + "meanings" : [ "to lean on", "to rely upon" ], + "classifiers" : [] } ] }, + { "simplified" : "椅子", + "radical" : "木", + "level" : [ "new-2", "old-1" ], + "frequency" : 4472, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "椅子", + "transcriptions" : { "pinyin" : "yǐ zi", + "numeric" : "yi3 zi5", + "wadegiles" : "i³ zi", + "bopomofo" : "ㄧˇ zi", + "romatzyh" : "yii zi" }, + "meanings" : [ "chair" ], + "classifiers" : [ "把", "套" ] } ] }, + { "simplified" : "义工", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 32774, + "pos" : [ "nr" ], + "forms" : [ { "traditional" : "義工", + "transcriptions" : { "pinyin" : "yì gōng", + "numeric" : "yi4 gong1", + "wadegiles" : "i⁴ kung¹", + "bopomofo" : "ㄧˋ ㄍㄨㄥ", + "romatzyh" : "yih gong" }, + "meanings" : [ "volunteer worker", + "volunteer work" ], + "classifiers" : [] } ] }, + { "simplified" : "义务", + "radical" : "丿", + "level" : [ "new-4", "old-5" ], + "frequency" : 3344, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "義務", + "transcriptions" : { "pinyin" : "yì wù", + "numeric" : "yi4 wu4", + "wadegiles" : "i⁴ wu⁴", + "bopomofo" : "ㄧˋ ㄨˋ", + "romatzyh" : "yih wuh" }, + "meanings" : [ "duty", + "obligation", + "volunteer (work etc)" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "亿", + "radical" : "亻", + "level" : [ "new-2", "old-4" ], + "frequency" : 3215, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "億", + "transcriptions" : { "pinyin" : "yì", + "numeric" : "yi4", + "wadegiles" : "i⁴", + "bopomofo" : "ㄧˋ", + "romatzyh" : "yih" }, + "meanings" : [ "100 million" ], + "classifiers" : [] } ] }, + { "simplified" : "艺人", + "radical" : "艹", + "level" : [ "new-6" ], + "frequency" : 6701, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藝人", + "transcriptions" : { "pinyin" : "yì rén", + "numeric" : "yi4 ren2", + "wadegiles" : "i⁴ jen²", + "bopomofo" : "ㄧˋ ㄖㄣˊ", + "romatzyh" : "yih ren" }, + "meanings" : [ "performing artist", "actor" ], + "classifiers" : [] } ] }, + { "simplified" : "艺术", + "radical" : "艹", + "level" : [ "new-3", "old-4" ], + "frequency" : 1488, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "藝術", + "transcriptions" : { "pinyin" : "yì shù", + "numeric" : "yi4 shu4", + "wadegiles" : "i⁴ shu⁴", + "bopomofo" : "ㄧˋ ㄕㄨˋ", + "romatzyh" : "yih shuh" }, + "meanings" : [ "art" ], + "classifiers" : [] } ] }, + { "simplified" : "议", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 9694, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "議", + "transcriptions" : { "pinyin" : "yì", + "numeric" : "yi4", + "wadegiles" : "i⁴", + "bopomofo" : "ㄧˋ", + "romatzyh" : "yih" }, + "meanings" : [ "to comment on", + "to discuss", + "to suggest" ], + "classifiers" : [] } ] }, + { "simplified" : "议程", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 12971, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "議程", + "transcriptions" : { "pinyin" : "yì chéng", + "numeric" : "yi4 cheng2", + "wadegiles" : "i⁴ ch'eng²", + "bopomofo" : "ㄧˋ ㄔㄥˊ", + "romatzyh" : "yih cherng" }, + "meanings" : [ "agenda", "agenda item" ], + "classifiers" : [] } ] }, + { "simplified" : "议会", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 5245, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "議會", + "transcriptions" : { "pinyin" : "yì huì", + "numeric" : "yi4 hui4", + "wadegiles" : "i⁴ hui⁴", + "bopomofo" : "ㄧˋ ㄏㄨㄟˋ", + "romatzyh" : "yih huey" }, + "meanings" : [ "parliament", + "legislative assembly" ], + "classifiers" : [] } ] }, + { "simplified" : "议论", + "radical" : "讠", + "level" : [ "new-4", "old-5" ], + "frequency" : 9604, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "議論", + "transcriptions" : { "pinyin" : "yì lùn", + "numeric" : "yi4 lun4", + "wadegiles" : "i⁴ lun⁴", + "bopomofo" : "ㄧˋ ㄌㄨㄣˋ", + "romatzyh" : "yih luenn" }, + "meanings" : [ "to comment", + "to talk about", + "to discuss", + "discussion" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "议题", + "radical" : "讠", + "level" : [ "new-6" ], + "frequency" : 13627, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "議題", + "transcriptions" : { "pinyin" : "yì tí", + "numeric" : "yi4 ti2", + "wadegiles" : "i⁴ t'i²", + "bopomofo" : "ㄧˋ ㄊㄧˊ", + "romatzyh" : "yih tyi" }, + "meanings" : [ "topic of discussion", + "topic", + "subject", + "issue (under discussion)" ], + "classifiers" : [ "项" ] } ] }, + { "simplified" : "议员", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 4299, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "議員", + "transcriptions" : { "pinyin" : "yì yuán", + "numeric" : "yi4 yuan2", + "wadegiles" : "i⁴ yüan²", + "bopomofo" : "ㄧˋ ㄩㄢˊ", + "romatzyh" : "yih yuan" }, + "meanings" : [ "member (of a legislative body)", + "representative" ], + "classifiers" : [] } ] }, + { "simplified" : "亦", + "radical" : "亠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3970, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "亦", + "transcriptions" : { "pinyin" : "yì", + "numeric" : "yi4", + "wadegiles" : "i⁴", + "bopomofo" : "ㄧˋ", + "romatzyh" : "yih" }, + "meanings" : [ "also" ], + "classifiers" : [] } ] }, + { "simplified" : "屹立", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 21479, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "屹立", + "transcriptions" : { "pinyin" : "yì lì", + "numeric" : "yi4 li4", + "wadegiles" : "i⁴ li⁴", + "bopomofo" : "ㄧˋ ㄌㄧˋ", + "romatzyh" : "yih lih" }, + "meanings" : [ "to tower", + "to stand straight (of person's bearing)" ], + "classifiers" : [] } ] }, + { "simplified" : "异常", + "radical" : "廾", + "level" : [ "new-6", "old-6" ], + "frequency" : 2505, + "pos" : [ "a", "d", "an" ], + "forms" : [ { "traditional" : "異常", + "transcriptions" : { "pinyin" : "yì cháng", + "numeric" : "yi4 chang2", + "wadegiles" : "i⁴ ch'ang²", + "bopomofo" : "ㄧˋ ㄔㄤˊ", + "romatzyh" : "yih charng" }, + "meanings" : [ "unusual; abnormal", + "extremely; exceptionally" ], + "classifiers" : [] } ] }, + { "simplified" : "异口同声", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 27668, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "異口同聲", + "transcriptions" : { "pinyin" : "yì kǒu tóng shēng", + "numeric" : "yi4 kou3 tong2 sheng1", + "wadegiles" : "i⁴ k'ou³ t'ung² sheng¹", + "bopomofo" : "ㄧˋ ㄎㄡˇ ㄊㄨㄥˊ ㄕㄥ", + "romatzyh" : "yih koou torng sheng" }, + "meanings" : [ "different mouths, same voice", + "to speak in unison (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "异想天开", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 27249, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "異想天開", + "transcriptions" : { "pinyin" : "yì xiǎng tiān kāi", + "numeric" : "yi4 xiang3 tian1 kai1", + "wadegiles" : "i⁴ hsiang³ t'ien¹ k'ai¹", + "bopomofo" : "ㄧˋ ㄒㄧㄤˇ ㄊㄧㄢ ㄎㄞ", + "romatzyh" : "yih sheang tian kai" }, + "meanings" : [ "to imagine the wildest thing", + "to indulge in fantasy" ], + "classifiers" : [] } ] }, + { "simplified" : "异性", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 5644, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "異性", + "transcriptions" : { "pinyin" : "yì xìng", + "numeric" : "yi4 xing4", + "wadegiles" : "i⁴ hsing⁴", + "bopomofo" : "ㄧˋ ㄒㄧㄥˋ", + "romatzyh" : "yih shinq" }, + "meanings" : [ "the opposite sex", + "of the opposite sex", + "heterosexual", + "different in nature" ], + "classifiers" : [] } ] }, + { "simplified" : "异议", + "radical" : "廾", + "level" : [ "new-7+" ], + "frequency" : 9182, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "異議", + "transcriptions" : { "pinyin" : "yì yì", + "numeric" : "yi4 yi4", + "wadegiles" : "i⁴ i⁴", + "bopomofo" : "ㄧˋ ㄧˋ", + "romatzyh" : "yih yih" }, + "meanings" : [ "objection", "dissent" ], + "classifiers" : [] } ] }, + { "simplified" : "抑扬顿挫", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 55315, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "抑揚頓挫", + "transcriptions" : { "pinyin" : "yì yáng dùn cuò", + "numeric" : "yi4 yang2 dun4 cuo4", + "wadegiles" : "i⁴ yang² tun⁴ ts'o⁴", + "bopomofo" : "ㄧˋ ㄧㄤˊ ㄉㄨㄣˋ ㄘㄨㄛˋ", + "romatzyh" : "yih yang duenn tsuoh" }, + "meanings" : [ "see 顿挫抑扬" ], + "classifiers" : [] } ] }, + { "simplified" : "抑郁", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8298, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "抑鬱", + "transcriptions" : { "pinyin" : "yì yù", + "numeric" : "yi4 yu4", + "wadegiles" : "i⁴ yü⁴", + "bopomofo" : "ㄧˋ ㄩˋ", + "romatzyh" : "yih yuh" }, + "meanings" : [ "depressed; despondent; gloomy" ], + "classifiers" : [] } ] }, + { "simplified" : "抑郁症", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13332, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "抑鬱症", + "transcriptions" : { "pinyin" : "yì yù zhèng", + "numeric" : "yi4 yu4 zheng4", + "wadegiles" : "i⁴ yü⁴ cheng⁴", + "bopomofo" : "ㄧˋ ㄩˋ ㄓㄥˋ", + "romatzyh" : "yih yuh jenq" }, + "meanings" : [ "clinical depression" ], + "classifiers" : [] } ] }, + { "simplified" : "抑制", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5184, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "抑制", + "transcriptions" : { "pinyin" : "yì zhì", + "numeric" : "yi4 zhi4", + "wadegiles" : "i⁴ chih⁴", + "bopomofo" : "ㄧˋ ㄓˋ", + "romatzyh" : "yih jyh" }, + "meanings" : [ "to inhibit", + "to keep down", + "to suppress" ], + "classifiers" : [] } ] }, + { "simplified" : "译", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 12694, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "譯", + "transcriptions" : { "pinyin" : "yì", + "numeric" : "yi4", + "wadegiles" : "i⁴", + "bopomofo" : "ㄧˋ", + "romatzyh" : "yih" }, + "meanings" : [ "to translate", "to interpret" ], + "classifiers" : [] } ] }, + { "simplified" : "易拉罐", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 28228, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "易拉罐", + "transcriptions" : { "pinyin" : "yì lā guàn", + "numeric" : "yi4 la1 guan4", + "wadegiles" : "i⁴ la¹ kuan⁴", + "bopomofo" : "ㄧˋ ㄌㄚ ㄍㄨㄢˋ", + "romatzyh" : "yih lha guann" }, + "meanings" : [ "pull-top can", + "easy-open can (with ring-pull)" ], + "classifiers" : [] } ] }, + { "simplified" : "疫苗", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 5922, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "疫苗", + "transcriptions" : { "pinyin" : "yì miáo", + "numeric" : "yi4 miao2", + "wadegiles" : "i⁴ miao²", + "bopomofo" : "ㄧˋ ㄇㄧㄠˊ", + "romatzyh" : "yih miau" }, + "meanings" : [ "vaccine" ], + "classifiers" : [] } ] }, + { "simplified" : "益处", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 18403, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "益處", + "transcriptions" : { "pinyin" : "yì chu", + "numeric" : "yi4 chu5", + "wadegiles" : "i⁴ chu", + "bopomofo" : "ㄧˋ chu", + "romatzyh" : "yih chu" }, + "meanings" : [ "benefit" ], + "classifiers" : [] } ] }, + { "simplified" : "意见", + "radical" : "心", + "level" : [ "new-2", "old-4" ], + "frequency" : 995, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "意見", + "transcriptions" : { "pinyin" : "yì jiàn", + "numeric" : "yi4 jian4", + "wadegiles" : "i⁴ chien⁴", + "bopomofo" : "ㄧˋ ㄐㄧㄢˋ", + "romatzyh" : "yih jiann" }, + "meanings" : [ "idea", + "opinion", + "suggestion", + "objection", + "complaint" ], + "classifiers" : [ "点", "条" ] } ] }, + { "simplified" : "意料", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10688, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "意料", + "transcriptions" : { "pinyin" : "yì liào", + "numeric" : "yi4 liao4", + "wadegiles" : "i⁴ liao⁴", + "bopomofo" : "ㄧˋ ㄌㄧㄠˋ", + "romatzyh" : "yih liaw" }, + "meanings" : [ "to anticipate; to expect", + "expectations" ], + "classifiers" : [] } ] }, + { "simplified" : "意料之外", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 23162, + "pos" : [], + "forms" : [ { "traditional" : "意料之外", + "transcriptions" : { "pinyin" : "yì liào zhī wài", + "numeric" : "yi4 liao4 zhi1 wai4", + "wadegiles" : "i⁴ liao⁴ chih¹ wai⁴", + "bopomofo" : "ㄧˋ ㄌㄧㄠˋ ㄓ ㄨㄞˋ", + "romatzyh" : "yih liaw jy way" }, + "meanings" : [ "(idiom) contrary to expectation; unexpected" ], + "classifiers" : [] } ] }, + { "simplified" : "意识", + "radical" : "心", + "level" : [ "new-5", "old-6" ], + "frequency" : 1263, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "意識", + "transcriptions" : { "pinyin" : "yì shí", + "numeric" : "yi4 shi2", + "wadegiles" : "i⁴ shih²", + "bopomofo" : "ㄧˋ ㄕˊ", + "romatzyh" : "yih shyr" }, + "meanings" : [ "consciousness", + "awareness", + "to be aware", + "to realize" ], + "classifiers" : [] } ] }, + { "simplified" : "意思", + "radical" : "心", + "level" : [ "new-2", "old-2" ], + "frequency" : 988, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "意思", + "transcriptions" : { "pinyin" : "yì si", + "numeric" : "yi4 si5", + "wadegiles" : "i⁴ si", + "bopomofo" : "ㄧˋ si", + "romatzyh" : "yih si" }, + "meanings" : [ "idea", + "opinion", + "meaning", + "wish", + "desire", + "interest", + "fun", + "token of appreciation, affection etc", + "to give as a small token", + "to do sth as a gesture of goodwill etc" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "意图", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6740, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "意圖", + "transcriptions" : { "pinyin" : "yì tú", + "numeric" : "yi4 tu2", + "wadegiles" : "i⁴ t'u²", + "bopomofo" : "ㄧˋ ㄊㄨˊ", + "romatzyh" : "yih twu" }, + "meanings" : [ "intent", "intention", "to intend" ], + "classifiers" : [] } ] }, + { "simplified" : "意外", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 1703, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "意外", + "transcriptions" : { "pinyin" : "yì wài", + "numeric" : "yi4 wai4", + "wadegiles" : "i⁴ wai⁴", + "bopomofo" : "ㄧˋ ㄨㄞˋ", + "romatzyh" : "yih way" }, + "meanings" : [ "unexpected", "accident", "mishap" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "意味着", + "radical" : "心", + "level" : [ "new-5", "old-6" ], + "frequency" : 1594, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "意味著", + "transcriptions" : { "pinyin" : "yì wèi zhe", + "numeric" : "yi4 wei4 zhe5", + "wadegiles" : "i⁴ wei⁴ zhe", + "bopomofo" : "ㄧˋ ㄨㄟˋ zhe", + "romatzyh" : "yih wey zhe" }, + "meanings" : [ "to signify", + "to mean", + "to imply" ], + "classifiers" : [] } ] }, + { "simplified" : "意想不到", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 10435, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "意想不到", + "transcriptions" : { "pinyin" : "yì xiǎng bù dào", + "numeric" : "yi4 xiang3 bu4 dao4", + "wadegiles" : "i⁴ hsiang³ pu⁴ tao⁴", + "bopomofo" : "ㄧˋ ㄒㄧㄤˇ ㄅㄨˋ ㄉㄠˋ", + "romatzyh" : "yih sheang buh daw" }, + "meanings" : [ "unexpected", + "previously unimagined" ], + "classifiers" : [] } ] }, + { "simplified" : "意向", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13480, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "意向", + "transcriptions" : { "pinyin" : "yì xiàng", + "numeric" : "yi4 xiang4", + "wadegiles" : "i⁴ hsiang⁴", + "bopomofo" : "ㄧˋ ㄒㄧㄤˋ", + "romatzyh" : "yih shianq" }, + "meanings" : [ "intention", + "purpose", + "intent", + "inclination", + "disposition" ], + "classifiers" : [] } ] }, + { "simplified" : "意义", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 807, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "意義", + "transcriptions" : { "pinyin" : "yì yì", + "numeric" : "yi4 yi4", + "wadegiles" : "i⁴ i⁴", + "bopomofo" : "ㄧˋ ㄧˋ", + "romatzyh" : "yih yih" }, + "meanings" : [ "sense", + "meaning", + "significance", + "importance" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "意愿", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 5947, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "意願", + "transcriptions" : { "pinyin" : "yì yuàn", + "numeric" : "yi4 yuan4", + "wadegiles" : "i⁴ yüan⁴", + "bopomofo" : "ㄧˋ ㄩㄢˋ", + "romatzyh" : "yih yuann" }, + "meanings" : [ "aspiration", + "wish (for)", + "desire" ], + "classifiers" : [] } ] }, + { "simplified" : "意志", + "radical" : "心", + "level" : [ "new-5", "old-6" ], + "frequency" : 4774, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "意志", + "transcriptions" : { "pinyin" : "yì zhì", + "numeric" : "yi4 zhi4", + "wadegiles" : "i⁴ chih⁴", + "bopomofo" : "ㄧˋ ㄓˋ", + "romatzyh" : "yih jyh" }, + "meanings" : [ "will; willpower; determination" ], + "classifiers" : [] } ] }, + { "simplified" : "溢", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13031, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "溢", + "transcriptions" : { "pinyin" : "yì", + "numeric" : "yi4", + "wadegiles" : "i⁴", + "bopomofo" : "ㄧˋ", + "romatzyh" : "yih" }, + "meanings" : [ "to overflow", + "(literary) excessive", + "old variant of 镒" ], + "classifiers" : [] } ] }, + { "simplified" : "毅力", + "radical" : "殳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15355, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "毅力", + "transcriptions" : { "pinyin" : "yì lì", + "numeric" : "yi4 li4", + "wadegiles" : "i⁴ li⁴", + "bopomofo" : "ㄧˋ ㄌㄧˋ", + "romatzyh" : "yih lih" }, + "meanings" : [ "perseverance", "willpower" ], + "classifiers" : [] } ] }, + { "simplified" : "毅然", + "radical" : "殳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 27444, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "毅然", + "transcriptions" : { "pinyin" : "yì rán", + "numeric" : "yi4 ran2", + "wadegiles" : "i⁴ jan²", + "bopomofo" : "ㄧˋ ㄖㄢˊ", + "romatzyh" : "yih ran" }, + "meanings" : [ "firmly", + "resolutely", + "without hesitation" ], + "classifiers" : [] } ] }, + { "simplified" : "翼", + "radical" : "羽", + "level" : [ "old-6" ], + "frequency" : 6996, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "翼", + "transcriptions" : { "pinyin" : "Yì", + "numeric" : "Yi4", + "wadegiles" : "i⁴", + "bopomofo" : "ㄧˋ", + "romatzyh" : "yih" }, + "meanings" : [ "surname Yi", + "alternative name for 绛 capital of the Jin State during the Spring and Autumn Period (770-475 BC)" ], + "classifiers" : [] }, + { "traditional" : "翼", + "transcriptions" : { "pinyin" : "yì", + "numeric" : "yi4", + "wadegiles" : "i⁴", + "bopomofo" : "ㄧˋ", + "romatzyh" : "yih" }, + "meanings" : [ "wing", + "area surrounding the bullseye of a target", + "to assist", + "one of the 28 constellations of Chinese astronomy", + "old variant of 翌" ], + "classifiers" : [] } ] }, + { "simplified" : "因", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 679, + "pos" : [ "p", "c", "g" ], + "forms" : [ { "traditional" : "囙", + "transcriptions" : { "pinyin" : "yīn", + "numeric" : "yin1", + "wadegiles" : "yin¹", + "bopomofo" : "ㄧㄣ", + "romatzyh" : "in" }, + "meanings" : [ "old variant of 因" ], + "classifiers" : [] }, + { "traditional" : "因", + "transcriptions" : { "pinyin" : "yīn", + "numeric" : "yin1", + "wadegiles" : "yin¹", + "bopomofo" : "ㄧㄣ", + "romatzyh" : "in" }, + "meanings" : [ "cause", "reason", "because" ], + "classifiers" : [] } ] }, + { "simplified" : "因此", + "radical" : "囗", + "level" : [ "new-3", "old-4" ], + "frequency" : 668, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "因此", + "transcriptions" : { "pinyin" : "yīn cǐ", + "numeric" : "yin1 ci3", + "wadegiles" : "yin¹ tz'u³", + "bopomofo" : "ㄧㄣ ㄘˇ", + "romatzyh" : "in tsyy" }, + "meanings" : [ "thus; consequently; as a result" ], + "classifiers" : [] } ] }, + { "simplified" : "因而", + "radical" : "囗", + "level" : [ "new-5", "old-5" ], + "frequency" : 8979, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "因而", + "transcriptions" : { "pinyin" : "yīn ér", + "numeric" : "yin1 er2", + "wadegiles" : "yin¹ erh²", + "bopomofo" : "ㄧㄣ ㄦˊ", + "romatzyh" : "in erl" }, + "meanings" : [ "therefore", + "as a result", + "thus", + "and as a result, ..." ], + "classifiers" : [] } ] }, + { "simplified" : "因人而异", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 32691, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "因人而異", + "transcriptions" : { "pinyin" : "yīn rén ér yì", + "numeric" : "yin1 ren2 er2 yi4", + "wadegiles" : "yin¹ jen² erh² i⁴", + "bopomofo" : "ㄧㄣ ㄖㄣˊ ㄦˊ ㄧˋ", + "romatzyh" : "in ren erl yih" }, + "meanings" : [ "varying from person to person (idiom); different for each individual" ], + "classifiers" : [] } ] }, + { "simplified" : "因素", + "radical" : "囗", + "level" : [ "new-6", "old-5" ], + "frequency" : 2704, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "因素", + "transcriptions" : { "pinyin" : "yīn sù", + "numeric" : "yin1 su4", + "wadegiles" : "yin¹ su⁴", + "bopomofo" : "ㄧㄣ ㄙㄨˋ", + "romatzyh" : "in suh" }, + "meanings" : [ "element", "factor" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "因为", + "radical" : "囗", + "level" : [ "new-2", "old-2" ], + "frequency" : 91, + "pos" : [ "p", "c" ], + "forms" : [ { "traditional" : "因為", + "transcriptions" : { "pinyin" : "yīn wèi", + "numeric" : "yin1 wei4", + "wadegiles" : "yin¹ wei⁴", + "bopomofo" : "ㄧㄣ ㄨㄟˋ", + "romatzyh" : "in wey" }, + "meanings" : [ "because", + "owing to", + "on account of" ], + "classifiers" : [] } ] }, + { "simplified" : "阴", + "radical" : "阝", + "level" : [ "new-2", "old-2" ], + "frequency" : 4058, + "pos" : [ "a", "g", "ad", "b" ], + "forms" : [ { "traditional" : "陰", + "transcriptions" : { "pinyin" : "Yīn", + "numeric" : "Yin1", + "wadegiles" : "yin¹", + "bopomofo" : "ㄧㄣ", + "romatzyh" : "in" }, + "meanings" : [ "surname Yin" ], + "classifiers" : [] }, + { "traditional" : "陰", + "transcriptions" : { "pinyin" : "yīn", + "numeric" : "yin1", + "wadegiles" : "yin¹", + "bopomofo" : "ㄧㄣ", + "romatzyh" : "in" }, + "meanings" : [ "overcast (weather)", + "cloudy", + "shady", + "Yin (the negative principle of Yin and Yang)", + "negative (electric.)", + "feminine", + "moon", + "implicit", + "hidden", + "genitalia" ], + "classifiers" : [] }, + { "traditional" : "隂", + "transcriptions" : { "pinyin" : "yīn", + "numeric" : "yin1", + "wadegiles" : "yin¹", + "bopomofo" : "ㄧㄣ", + "romatzyh" : "in" }, + "meanings" : [ "variant of 阴" ], + "classifiers" : [] } ] }, + { "simplified" : "阴暗", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 12522, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "陰暗", + "transcriptions" : { "pinyin" : "yīn àn", + "numeric" : "yin1 an4", + "wadegiles" : "yin¹ an⁴", + "bopomofo" : "ㄧㄣ ㄢˋ", + "romatzyh" : "in ann" }, + "meanings" : [ "dim", + "dark", + "overcast", + "darkness", + "shadow", + "(fig.) dismal", + "gloomy", + "somber", + "murky", + "shadowy (side)" ], + "classifiers" : [] } ] }, + { "simplified" : "阴谋", + "radical" : "阝", + "level" : [ "new-6", "old-6" ], + "frequency" : 5006, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "陰謀", + "transcriptions" : { "pinyin" : "yīn móu", + "numeric" : "yin1 mou2", + "wadegiles" : "yin¹ mou²", + "bopomofo" : "ㄧㄣ ㄇㄡˊ", + "romatzyh" : "in mou" }, + "meanings" : [ "to conspire; to plot", + "a conspiracy; a plot" ], + "classifiers" : [] } ] }, + { "simplified" : "阴天", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 25274, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陰天", + "transcriptions" : { "pinyin" : "yīn tiān", + "numeric" : "yin1 tian1", + "wadegiles" : "yin¹ t'ien¹", + "bopomofo" : "ㄧㄣ ㄊㄧㄢ", + "romatzyh" : "in tian" }, + "meanings" : [ "cloudy day; overcast sky" ], + "classifiers" : [] } ] }, + { "simplified" : "阴性", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 8426, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陰性", + "transcriptions" : { "pinyin" : "yīn xìng", + "numeric" : "yin1 xing4", + "wadegiles" : "yin¹ hsing⁴", + "bopomofo" : "ㄧㄣ ㄒㄧㄥˋ", + "romatzyh" : "in shinq" }, + "meanings" : [ "negative", "feminine" ], + "classifiers" : [] } ] }, + { "simplified" : "阴影", + "radical" : "阝", + "level" : [ "new-6" ], + "frequency" : 5588, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陰影", + "transcriptions" : { "pinyin" : "yīn yǐng", + "numeric" : "yin1 ying3", + "wadegiles" : "yin¹ ying³", + "bopomofo" : "ㄧㄣ ㄧㄥˇ", + "romatzyh" : "in yiing" }, + "meanings" : [ "(lit. and fig.) shadow" ], + "classifiers" : [] } ] }, + { "simplified" : "音节", + "radical" : "音", + "level" : [ "new-2" ], + "frequency" : 20226, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "音節", + "transcriptions" : { "pinyin" : "yīn jié", + "numeric" : "yin1 jie2", + "wadegiles" : "yin¹ chieh²", + "bopomofo" : "ㄧㄣ ㄐㄧㄝˊ", + "romatzyh" : "in jye" }, + "meanings" : [ "syllable" ], + "classifiers" : [] } ] }, + { "simplified" : "音乐", + "radical" : "音", + "level" : [ "new-2", "old-3" ], + "frequency" : 742, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "音樂", + "transcriptions" : { "pinyin" : "yīn yuè", + "numeric" : "yin1 yue4", + "wadegiles" : "yin¹ yüeh⁴", + "bopomofo" : "ㄧㄣ ㄩㄝˋ", + "romatzyh" : "in yueh" }, + "meanings" : [ "music" ], + "classifiers" : [ "张", "曲", "段" ] } ] }, + { "simplified" : "音乐会", + "radical" : "音", + "level" : [ "new-2" ], + "frequency" : 6465, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "音樂會", + "transcriptions" : { "pinyin" : "yīn yuè huì", + "numeric" : "yin1 yue4 hui4", + "wadegiles" : "yin¹ yüeh⁴ hui⁴", + "bopomofo" : "ㄧㄣ ㄩㄝˋ ㄏㄨㄟˋ", + "romatzyh" : "in yueh huey" }, + "meanings" : [ "concert" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "音量", + "radical" : "音", + "level" : [ "new-6" ], + "frequency" : 13653, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "音量", + "transcriptions" : { "pinyin" : "yīn liàng", + "numeric" : "yin1 liang4", + "wadegiles" : "yin¹ liang⁴", + "bopomofo" : "ㄧㄣ ㄌㄧㄤˋ", + "romatzyh" : "in lianq" }, + "meanings" : [ "loudness", "volume" ], + "classifiers" : [] } ] }, + { "simplified" : "音响", + "radical" : "音", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8563, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "音響", + "transcriptions" : { "pinyin" : "yīn xiǎng", + "numeric" : "yin1 xiang3", + "wadegiles" : "yin¹ hsiang³", + "bopomofo" : "ㄧㄣ ㄒㄧㄤˇ", + "romatzyh" : "in sheang" }, + "meanings" : [ "sound", + "acoustics", + "audio", + "hi-fi system", + "stereo sound system", + "abbr. for 组合音响" ], + "classifiers" : [] } ] }, + { "simplified" : "音像", + "radical" : "音", + "level" : [ "new-6" ], + "frequency" : 14508, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "音像", + "transcriptions" : { "pinyin" : "yīn xiàng", + "numeric" : "yin1 xiang4", + "wadegiles" : "yin¹ hsiang⁴", + "bopomofo" : "ㄧㄣ ㄒㄧㄤˋ", + "romatzyh" : "in shianq" }, + "meanings" : [ "audio and video", "audiovisual" ], + "classifiers" : [] } ] }, + { "simplified" : "殷勤", + "radical" : "殳", + "level" : [ "new-7+" ], + "frequency" : 27419, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "殷勤", + "transcriptions" : { "pinyin" : "yīn qín", + "numeric" : "yin1 qin2", + "wadegiles" : "yin¹ ch'in²", + "bopomofo" : "ㄧㄣ ㄑㄧㄣˊ", + "romatzyh" : "in chyn" }, + "meanings" : [ "politely", + "solicitously", + "eagerly attentive" ], + "classifiers" : [] } ] }, + { "simplified" : "银", + "radical" : "钅", + "level" : [ "new-3", "old-5" ], + "frequency" : 2564, + "pos" : [ "b", "g", "n" ], + "forms" : [ { "traditional" : "銀", + "transcriptions" : { "pinyin" : "yín", + "numeric" : "yin2", + "wadegiles" : "yin²", + "bopomofo" : "ㄧㄣˊ", + "romatzyh" : "yn" }, + "meanings" : [ "silver", + "silver-colored", + "relating to money or currency" ], + "classifiers" : [] } ] }, + { "simplified" : "银幕", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 16291, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "銀幕", + "transcriptions" : { "pinyin" : "yín mù", + "numeric" : "yin2 mu4", + "wadegiles" : "yin² mu⁴", + "bopomofo" : "ㄧㄣˊ ㄇㄨˋ", + "romatzyh" : "yn muh" }, + "meanings" : [ "movie screen" ], + "classifiers" : [] } ] }, + { "simplified" : "银牌", + "radical" : "钅", + "level" : [ "new-3" ], + "frequency" : 21103, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "銀牌", + "transcriptions" : { "pinyin" : "yín pái", + "numeric" : "yin2 pai2", + "wadegiles" : "yin² p'ai²", + "bopomofo" : "ㄧㄣˊ ㄆㄞˊ", + "romatzyh" : "yn pair" }, + "meanings" : [ "silver medal" ], + "classifiers" : [ "枚" ] } ] }, + { "simplified" : "银行", + "radical" : "钅", + "level" : [ "new-2", "old-3" ], + "frequency" : 769, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "銀行", + "transcriptions" : { "pinyin" : "yín háng", + "numeric" : "yin2 hang2", + "wadegiles" : "yin² hang²", + "bopomofo" : "ㄧㄣˊ ㄏㄤˊ", + "romatzyh" : "yn harng" }, + "meanings" : [ "bank" ], + "classifiers" : [ "家", "个" ] } ] }, + { "simplified" : "银行卡", + "radical" : "钅", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "銀行卡", + "transcriptions" : { "pinyin" : "yín háng kǎ", + "numeric" : "yin2 hang2 ka3", + "wadegiles" : "yin² hang² k'a³", + "bopomofo" : "ㄧㄣˊ ㄏㄤˊ ㄎㄚˇ", + "romatzyh" : "yn harng kaa" }, + "meanings" : [ "bank card", "ATM card" ], + "classifiers" : [] } ] }, + { "simplified" : "引", + "radical" : "弓", + "level" : [ "new-4" ], + "frequency" : 2892, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "引", + "transcriptions" : { "pinyin" : "yǐn", + "numeric" : "yin3", + "wadegiles" : "yin³", + "bopomofo" : "ㄧㄣˇ", + "romatzyh" : "yiin" }, + "meanings" : [ "to draw (e.g. a bow)", + "to pull", + "to stretch sth", + "to extend", + "to lengthen", + "to involve or implicate in", + "to attract", + "to lead", + "to guide", + "to leave", + "to provide evidence or justification for", + "old unit of distance equal to 10 丈, one-thirtieth of a km or 33.33 meters" ], + "classifiers" : [] } ] }, + { "simplified" : "引导", + "radical" : "弓", + "level" : [ "new-4", "old-6" ], + "frequency" : 3723, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "引導", + "transcriptions" : { "pinyin" : "yǐn dǎo", + "numeric" : "yin3 dao3", + "wadegiles" : "yin³ tao³", + "bopomofo" : "ㄧㄣˇ ㄉㄠˇ", + "romatzyh" : "yiin dao" }, + "meanings" : [ "to guide", + "to lead (around)", + "to conduct", + "to boot", + "introduction", + "primer" ], + "classifiers" : [] } ] }, + { "simplified" : "引发", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 3404, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "引發", + "transcriptions" : { "pinyin" : "yǐn fā", + "numeric" : "yin3 fa1", + "wadegiles" : "yin³ fa¹", + "bopomofo" : "ㄧㄣˇ ㄈㄚ", + "romatzyh" : "yiin fa" }, + "meanings" : [ "to lead to", + "to trigger", + "to initiate", + "to cause", + "to evoke (emotions)" ], + "classifiers" : [] } ] }, + { "simplified" : "引进", + "radical" : "弓", + "level" : [ "new-4" ], + "frequency" : 8315, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "引進", + "transcriptions" : { "pinyin" : "yǐn jìn", + "numeric" : "yin3 jin4", + "wadegiles" : "yin³ chin⁴", + "bopomofo" : "ㄧㄣˇ ㄐㄧㄣˋ", + "romatzyh" : "yiin jinn" }, + "meanings" : [ "to recommend", + "to introduce (from outside)" ], + "classifiers" : [] } ] }, + { "simplified" : "引经据典", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 49890, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "引經據典", + "transcriptions" : { "pinyin" : "yǐn jīng jù diǎn", + "numeric" : "yin3 jing1 ju4 dian3", + "wadegiles" : "yin³ ching¹ chü⁴ tien³", + "bopomofo" : "ㄧㄣˇ ㄐㄧㄥ ㄐㄩˋ ㄉㄧㄢˇ", + "romatzyh" : "yiin jing jiuh dean" }, + "meanings" : [ "lit. to quote the classics", + "to quote chapter and verse (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "引领", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 8946, + "pos" : [], + "forms" : [ { "traditional" : "引領", + "transcriptions" : { "pinyin" : "yǐn lǐng", + "numeric" : "yin3 ling3", + "wadegiles" : "yin³ ling³", + "bopomofo" : "ㄧㄣˇ ㄌㄧㄥˇ", + "romatzyh" : "yiin liing" }, + "meanings" : [ "to crane one's neck", + "to await eagerly", + "to lead", + "to show the way" ], + "classifiers" : [] } ] }, + { "simplified" : "引起", + "radical" : "弓", + "level" : [ "new-4", "old-4" ], + "frequency" : 1216, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "引起", + "transcriptions" : { "pinyin" : "yǐn qǐ", + "numeric" : "yin3 qi3", + "wadegiles" : "yin³ ch'i³", + "bopomofo" : "ㄧㄣˇ ㄑㄧˇ", + "romatzyh" : "yiin chii" }, + "meanings" : [ "to give rise to; to lead to; to cause; to arouse" ], + "classifiers" : [] } ] }, + { "simplified" : "引擎", + "radical" : "弓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4502, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "引擎", + "transcriptions" : { "pinyin" : "yǐn qíng", + "numeric" : "yin3 qing2", + "wadegiles" : "yin³ ch'ing²", + "bopomofo" : "ㄧㄣˇ ㄑㄧㄥˊ", + "romatzyh" : "yiin chyng" }, + "meanings" : [ "engine (loanword)" ], + "classifiers" : [ "台" ] } ] }, + { "simplified" : "引人入胜", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 26589, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "引人入勝", + "transcriptions" : { "pinyin" : "yǐn rén rù shèng", + "numeric" : "yin3 ren2 ru4 sheng4", + "wadegiles" : "yin³ jen² ju⁴ sheng⁴", + "bopomofo" : "ㄧㄣˇ ㄖㄣˊ ㄖㄨˋ ㄕㄥˋ", + "romatzyh" : "yiin ren ruh shenq" }, + "meanings" : [ "to enchant", "fascinating" ], + "classifiers" : [] } ] }, + { "simplified" : "引人注目", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 9290, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "引人注目", + "transcriptions" : { "pinyin" : "yǐn rén zhù mù", + "numeric" : "yin3 ren2 zhu4 mu4", + "wadegiles" : "yin³ jen² chu⁴ mu⁴", + "bopomofo" : "ㄧㄣˇ ㄖㄣˊ ㄓㄨˋ ㄇㄨˋ", + "romatzyh" : "yiin ren juh muh" }, + "meanings" : [ "to attract attention", + "eye-catching", + "conspicuous" ], + "classifiers" : [] } ] }, + { "simplified" : "引入", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 9959, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "引入", + "transcriptions" : { "pinyin" : "yǐn rù", + "numeric" : "yin3 ru4", + "wadegiles" : "yin³ ju⁴", + "bopomofo" : "ㄧㄣˇ ㄖㄨˋ", + "romatzyh" : "yiin ruh" }, + "meanings" : [ "to draw into", + "to pull into", + "to introduce" ], + "classifiers" : [] } ] }, + { "simplified" : "引用", + "radical" : "弓", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7851, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "引用", + "transcriptions" : { "pinyin" : "yǐn yòng", + "numeric" : "yin3 yong4", + "wadegiles" : "yin³ yung⁴", + "bopomofo" : "ㄧㄣˇ ㄩㄥˋ", + "romatzyh" : "yiin yonq" }, + "meanings" : [ "to quote", + "to cite", + "to recommend", + "to appoint", + "(computing) reference" ], + "classifiers" : [] } ] }, + { "simplified" : "引诱", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 11617, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "引誘", + "transcriptions" : { "pinyin" : "yǐn yòu", + "numeric" : "yin3 you4", + "wadegiles" : "yin³ yu⁴", + "bopomofo" : "ㄧㄣˇ ㄧㄡˋ", + "romatzyh" : "yiin yow" }, + "meanings" : [ "to coerce (sb into doing sth bad)", + "to lure (into a trap)", + "to seduce" ], + "classifiers" : [] } ] }, + { "simplified" : "饮料", + "radical" : "饣", + "level" : [ "new-5", "old-4" ], + "frequency" : 3463, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飲料", + "transcriptions" : { "pinyin" : "yǐn liào", + "numeric" : "yin3 liao4", + "wadegiles" : "yin³ liao⁴", + "bopomofo" : "ㄧㄣˇ ㄌㄧㄠˋ", + "romatzyh" : "yiin liaw" }, + "meanings" : [ "drink", "beverage" ], + "classifiers" : [] } ] }, + { "simplified" : "饮食", + "radical" : "饣", + "level" : [ "new-5", "old-6" ], + "frequency" : 5648, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飲食", + "transcriptions" : { "pinyin" : "yǐn shí", + "numeric" : "yin3 shi2", + "wadegiles" : "yin³ shih²", + "bopomofo" : "ㄧㄣˇ ㄕˊ", + "romatzyh" : "yiin shyr" }, + "meanings" : [ "eating and drinking", + "food and drink; diet" ], + "classifiers" : [] } ] }, + { "simplified" : "饮水", + "radical" : "饣", + "level" : [ "new-7+" ], + "frequency" : 13870, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "飲水", + "transcriptions" : { "pinyin" : "yǐn shuǐ", + "numeric" : "yin3 shui3", + "wadegiles" : "yin³ shui³", + "bopomofo" : "ㄧㄣˇ ㄕㄨㄟˇ", + "romatzyh" : "yiin shoei" }, + "meanings" : [ "drinking water" ], + "classifiers" : [] } ] }, + { "simplified" : "饮用水", + "radical" : "饣", + "level" : [ "new-7+" ], + "frequency" : 17077, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "飲用水", + "transcriptions" : { "pinyin" : "yǐn yòng shuǐ", + "numeric" : "yin3 yong4 shui3", + "wadegiles" : "yin³ yung⁴ shui³", + "bopomofo" : "ㄧㄣˇ ㄩㄥˋ ㄕㄨㄟˇ", + "romatzyh" : "yiin yonq shoei" }, + "meanings" : [ "drinking water", "potable water" ], + "classifiers" : [] } ] }, + { "simplified" : "隐蔽", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9346, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "隱蔽", + "transcriptions" : { "pinyin" : "yǐn bì", + "numeric" : "yin3 bi4", + "wadegiles" : "yin³ pi⁴", + "bopomofo" : "ㄧㄣˇ ㄅㄧˋ", + "romatzyh" : "yiin bih" }, + "meanings" : [ "to conceal", + "to hide", + "covert", + "under cover" ], + "classifiers" : [] } ] }, + { "simplified" : "隐藏", + "radical" : "阝", + "level" : [ "new-6" ], + "frequency" : 3821, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "隱藏", + "transcriptions" : { "pinyin" : "yǐn cáng", + "numeric" : "yin3 cang2", + "wadegiles" : "yin³ ts'ang²", + "bopomofo" : "ㄧㄣˇ ㄘㄤˊ", + "romatzyh" : "yiin tsarng" }, + "meanings" : [ "to hide", + "to conceal", + "to mask", + "to shelter", + "to harbor (i.e. keep sth hidden)", + "to hide oneself", + "to lie low", + "to nestle", + "hidden", + "implicit", + "private", + "covert", + "recessed (lighting)" ], + "classifiers" : [] } ] }, + { "simplified" : "隐患", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11919, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隱患", + "transcriptions" : { "pinyin" : "yǐn huàn", + "numeric" : "yin3 huan4", + "wadegiles" : "yin³ huan⁴", + "bopomofo" : "ㄧㄣˇ ㄏㄨㄢˋ", + "romatzyh" : "yiin huann" }, + "meanings" : [ "a danger concealed within sth", + "hidden damage", + "misfortune not visible from the surface" ], + "classifiers" : [] } ] }, + { "simplified" : "隐瞒", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5947, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "隱瞞", + "transcriptions" : { "pinyin" : "yǐn mán", + "numeric" : "yin3 man2", + "wadegiles" : "yin³ man²", + "bopomofo" : "ㄧㄣˇ ㄇㄢˊ", + "romatzyh" : "yiin man" }, + "meanings" : [ "to conceal", + "to hide (a taboo subject)", + "to cover up the truth" ], + "classifiers" : [] } ] }, + { "simplified" : "隐情", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 28207, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隱情", + "transcriptions" : { "pinyin" : "yǐn qíng", + "numeric" : "yin3 qing2", + "wadegiles" : "yin³ ch'ing²", + "bopomofo" : "ㄧㄣˇ ㄑㄧㄥˊ", + "romatzyh" : "yiin chyng" }, + "meanings" : [ "sth one wishes to keep secret", + "ulterior motive", + "a subject best avoided" ], + "classifiers" : [] } ] }, + { "simplified" : "隐身", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 12784, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "隱身", + "transcriptions" : { "pinyin" : "yǐn shēn", + "numeric" : "yin3 shen1", + "wadegiles" : "yin³ shen¹", + "bopomofo" : "ㄧㄣˇ ㄕㄣ", + "romatzyh" : "yiin shen" }, + "meanings" : [ "to hide oneself", + "invisible (person or online status)" ], + "classifiers" : [] } ] }, + { "simplified" : "隐私", + "radical" : "阝", + "level" : [ "new-6", "old-6" ], + "frequency" : 6796, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隱私", + "transcriptions" : { "pinyin" : "yǐn sī", + "numeric" : "yin3 si1", + "wadegiles" : "yin³ ssu¹", + "bopomofo" : "ㄧㄣˇ ㄙ", + "romatzyh" : "yiin sy" }, + "meanings" : [ "secrets", + "private business", + "privacy" ], + "classifiers" : [] } ] }, + { "simplified" : "隐形", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 8831, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "隱形", + "transcriptions" : { "pinyin" : "yǐn xíng", + "numeric" : "yin3 xing2", + "wadegiles" : "yin³ hsing²", + "bopomofo" : "ㄧㄣˇ ㄒㄧㄥˊ", + "romatzyh" : "yiin shyng" }, + "meanings" : [ "invisible" ], + "classifiers" : [] } ] }, + { "simplified" : "隐性", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 21205, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "隱性", + "transcriptions" : { "pinyin" : "yǐn xìng", + "numeric" : "yin3 xing4", + "wadegiles" : "yin³ hsing⁴", + "bopomofo" : "ㄧㄣˇ ㄒㄧㄥˋ", + "romatzyh" : "yiin shinq" }, + "meanings" : [ "hidden", + "crypto-", + "recessive (gene)" ], + "classifiers" : [] } ] }, + { "simplified" : "隐约", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17193, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "隱約", + "transcriptions" : { "pinyin" : "yǐn yuē", + "numeric" : "yin3 yue1", + "wadegiles" : "yin³ yüeh¹", + "bopomofo" : "ㄧㄣˇ ㄩㄝ", + "romatzyh" : "yiin iue" }, + "meanings" : [ "vague", "faint", "indistinct" ], + "classifiers" : [] } ] }, + { "simplified" : "瘾", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 7327, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "癮", + "transcriptions" : { "pinyin" : "yǐn", + "numeric" : "yin3", + "wadegiles" : "yin³", + "bopomofo" : "ㄧㄣˇ", + "romatzyh" : "yiin" }, + "meanings" : [ "addiction", "craving" ], + "classifiers" : [] } ] }, + { "simplified" : "印", + "radical" : "卩", + "level" : [ "new-6" ], + "frequency" : 2082, + "pos" : [ "v", "b", "g" ], + "forms" : [ { "traditional" : "印", + "transcriptions" : { "pinyin" : "Yìn", + "numeric" : "Yin4", + "wadegiles" : "yin⁴", + "bopomofo" : "ㄧㄣˋ", + "romatzyh" : "yinn" }, + "meanings" : [ "surname Yin", "abbr. for 度" ], + "classifiers" : [] }, + { "traditional" : "印", + "transcriptions" : { "pinyin" : "yìn", + "numeric" : "yin4", + "wadegiles" : "yin⁴", + "bopomofo" : "ㄧㄣˋ", + "romatzyh" : "yinn" }, + "meanings" : [ "to print", + "to mark", + "to engrave", + "a seal", + "a print", + "a stamp", + "a mark", + "a trace", + "image" ], + "classifiers" : [] } ] }, + { "simplified" : "印刷", + "radical" : "卩", + "level" : [ "new-5", "old-6" ], + "frequency" : 8873, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "印刷", + "transcriptions" : { "pinyin" : "yìn shuā", + "numeric" : "yin4 shua1", + "wadegiles" : "yin⁴ shua¹", + "bopomofo" : "ㄧㄣˋ ㄕㄨㄚ", + "romatzyh" : "yinn shua" }, + "meanings" : [ "to print", "printing" ], + "classifiers" : [] } ] }, + { "simplified" : "印刷术", + "radical" : "卩", + "level" : [ "new-7+" ], + "frequency" : 56927, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "印刷術", + "transcriptions" : { "pinyin" : "yìn shuā shù", + "numeric" : "yin4 shua1 shu4", + "wadegiles" : "yin⁴ shua¹ shu⁴", + "bopomofo" : "ㄧㄣˋ ㄕㄨㄚ ㄕㄨˋ", + "romatzyh" : "yinn shua shuh" }, + "meanings" : [ "printing", "printing technology" ], + "classifiers" : [] } ] }, + { "simplified" : "印象", + "radical" : "卩", + "level" : [ "new-3", "old-4" ], + "frequency" : 2109, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "印象", + "transcriptions" : { "pinyin" : "yìn xiàng", + "numeric" : "yin4 xiang4", + "wadegiles" : "yin⁴ hsiang⁴", + "bopomofo" : "ㄧㄣˋ ㄒㄧㄤˋ", + "romatzyh" : "yinn shianq" }, + "meanings" : [ "impression (sth that stays in one's mind)", + "a memory" ], + "classifiers" : [] } ] }, + { "simplified" : "印章", + "radical" : "卩", + "level" : [ "new-7+" ], + "frequency" : 15423, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "印章", + "transcriptions" : { "pinyin" : "yìn zhāng", + "numeric" : "yin4 zhang1", + "wadegiles" : "yin⁴ chang¹", + "bopomofo" : "ㄧㄣˋ ㄓㄤ", + "romatzyh" : "yinn jang" }, + "meanings" : [ "seal", "signet", "chop", "stamp" ], + "classifiers" : [ "方" ] } ] }, + { "simplified" : "印证", + "radical" : "卩", + "level" : [ "new-7+" ], + "frequency" : 20138, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "印證", + "transcriptions" : { "pinyin" : "yìn zhèng", + "numeric" : "yin4 zheng4", + "wadegiles" : "yin⁴ cheng⁴", + "bopomofo" : "ㄧㄣˋ ㄓㄥˋ", + "romatzyh" : "yinn jenq" }, + "meanings" : [ "to confirm; to corroborate; to verify", + "proof; evidence" ], + "classifiers" : [] } ] }, + { "simplified" : "应", + "radical" : "广", + "level" : [ "new-4" ], + "frequency" : 999, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "應", + "transcriptions" : { "pinyin" : "Yīng", + "numeric" : "Ying1", + "wadegiles" : "ying¹", + "bopomofo" : "ㄧㄥ", + "romatzyh" : "ing" }, + "meanings" : [ "surname Ying", + "Taiwan pr. [Yìng]" ], + "classifiers" : [] }, + { "traditional" : "應", + "transcriptions" : { "pinyin" : "yīng", + "numeric" : "ying1", + "wadegiles" : "ying¹", + "bopomofo" : "ㄧㄥ", + "romatzyh" : "ing" }, + "meanings" : [ "to agree (to do sth)", + "should", + "ought to", + "must", + "(legal) shall" ], + "classifiers" : [] }, + { "traditional" : "應", + "transcriptions" : { "pinyin" : "yìng", + "numeric" : "ying4", + "wadegiles" : "ying⁴", + "bopomofo" : "ㄧㄥˋ", + "romatzyh" : "yinq" }, + "meanings" : [ "to answer", + "to respond", + "to comply with", + "to deal or cope with" ], + "classifiers" : [] } ] }, + { "simplified" : "应酬", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16229, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "應酬", + "transcriptions" : { "pinyin" : "yìng chou", + "numeric" : "ying4 chou5", + "wadegiles" : "ying⁴ chou", + "bopomofo" : "ㄧㄥˋ chou", + "romatzyh" : "yinq chou" }, + "meanings" : [ "to engage in social activities; to socialize", + "dinner party; banquet; social engagement" ], + "classifiers" : [] } ] }, + { "simplified" : "应当", + "radical" : "广", + "level" : [ "new-3" ], + "frequency" : 3391, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "應當", + "transcriptions" : { "pinyin" : "yīng dāng", + "numeric" : "ying1 dang1", + "wadegiles" : "ying¹ tang¹", + "bopomofo" : "ㄧㄥ ㄉㄤ", + "romatzyh" : "ing dang" }, + "meanings" : [ "should; ought to" ], + "classifiers" : [] } ] }, + { "simplified" : "应对", + "radical" : "广", + "level" : [ "new-6" ], + "frequency" : 7020, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "應對", + "transcriptions" : { "pinyin" : "yìng duì", + "numeric" : "ying4 dui4", + "wadegiles" : "ying⁴ tui⁴", + "bopomofo" : "ㄧㄥˋ ㄉㄨㄟˋ", + "romatzyh" : "yinq duey" }, + "meanings" : [ "to answer; to reply", + "to handle; to deal with", + "response" ], + "classifiers" : [] } ] }, + { "simplified" : "应付", + "radical" : "广", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4308, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "應付", + "transcriptions" : { "pinyin" : "yìng fu", + "numeric" : "ying4 fu5", + "wadegiles" : "ying⁴ fu", + "bopomofo" : "ㄧㄥˋ fu", + "romatzyh" : "yinq fu" }, + "meanings" : [ "to deal with", "to cope" ], + "classifiers" : [] } ] }, + { "simplified" : "应该", + "radical" : "广", + "level" : [ "new-2", "old-3" ], + "frequency" : 174, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "應該", + "transcriptions" : { "pinyin" : "yīng gāi", + "numeric" : "ying1 gai1", + "wadegiles" : "ying¹ kai¹", + "bopomofo" : "ㄧㄥ ㄍㄞ", + "romatzyh" : "ing gai" }, + "meanings" : [ "ought to", "should", "must" ], + "classifiers" : [] } ] }, + { "simplified" : "应急", + "radical" : "广", + "level" : [ "new-6" ], + "frequency" : 6487, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "應急", + "transcriptions" : { "pinyin" : "yìng jí", + "numeric" : "ying4 ji2", + "wadegiles" : "ying⁴ chi²", + "bopomofo" : "ㄧㄥˋ ㄐㄧˊ", + "romatzyh" : "yinq jyi" }, + "meanings" : [ "to respond to an emergency", + "to meet a contingency", + "(attributive) emergency" ], + "classifiers" : [] } ] }, + { "simplified" : "应聘", + "radical" : "广", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12946, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "應聘", + "transcriptions" : { "pinyin" : "yìng pìn", + "numeric" : "ying4 pin4", + "wadegiles" : "ying⁴ p'in⁴", + "bopomofo" : "ㄧㄥˋ ㄆㄧㄣˋ", + "romatzyh" : "yinq pinn" }, + "meanings" : [ "to accept a job offer", + "to apply for an advertised position" ], + "classifiers" : [] } ] }, + { "simplified" : "应邀", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19976, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "應邀", + "transcriptions" : { "pinyin" : "yìng yāo", + "numeric" : "ying4 yao1", + "wadegiles" : "ying⁴ yao¹", + "bopomofo" : "ㄧㄥˋ ㄧㄠ", + "romatzyh" : "yinq iau" }, + "meanings" : [ "at sb's invitation", + "on invitation" ], + "classifiers" : [] } ] }, + { "simplified" : "应用", + "radical" : "广", + "level" : [ "new-3", "old-5" ], + "frequency" : 5484, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "應用", + "transcriptions" : { "pinyin" : "yìng yòng", + "numeric" : "ying4 yong4", + "wadegiles" : "ying⁴ yung⁴", + "bopomofo" : "ㄧㄥˋ ㄩㄥˋ", + "romatzyh" : "yinq yonq" }, + "meanings" : [ "to put to use", + "to apply", + "practical", + "applied (science, linguistics etc)", + "application", + "practical use", + "(computing) app" ], + "classifiers" : [] } ] }, + { "simplified" : "应有尽有", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 18982, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "應有盡有", + "transcriptions" : { "pinyin" : "yīng yǒu jìn yǒu", + "numeric" : "ying1 you3 jin4 you3", + "wadegiles" : "ying¹ yu³ chin⁴ yu³", + "bopomofo" : "ㄧㄥ ㄧㄡˇ ㄐㄧㄣˋ ㄧㄡˇ", + "romatzyh" : "ing yeou jinn yeou" }, + "meanings" : [ "everything that should be here is here (idiom); all one can think of is on hand", + "to have all one needs" ], + "classifiers" : [] } ] }, + { "simplified" : "英镑", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 5342, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "英鎊", + "transcriptions" : { "pinyin" : "Yīng bàng", + "numeric" : "Ying1 bang4", + "wadegiles" : "ying¹ pang⁴", + "bopomofo" : "ㄧㄥ ㄅㄤˋ", + "romatzyh" : "ing banq" }, + "meanings" : [ "pound sterling" ], + "classifiers" : [] } ] }, + { "simplified" : "英俊", + "radical" : "艹", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8920, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "英俊", + "transcriptions" : { "pinyin" : "yīng jùn", + "numeric" : "ying1 jun4", + "wadegiles" : "ying¹ chün⁴", + "bopomofo" : "ㄧㄥ ㄐㄩㄣˋ", + "romatzyh" : "ing jiunn" }, + "meanings" : [ "handsome" ], + "classifiers" : [] } ] }, + { "simplified" : "英明", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 16155, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "英明", + "transcriptions" : { "pinyin" : "yīng míng", + "numeric" : "ying1 ming2", + "wadegiles" : "ying¹ ming²", + "bopomofo" : "ㄧㄥ ㄇㄧㄥˊ", + "romatzyh" : "ing ming" }, + "meanings" : [ "wise", "brilliant" ], + "classifiers" : [] } ] }, + { "simplified" : "英文", + "radical" : "艹", + "level" : [ "new-2" ], + "frequency" : 7197, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "英文", + "transcriptions" : { "pinyin" : "Yīng wén", + "numeric" : "Ying1 wen2", + "wadegiles" : "ying¹ wen²", + "bopomofo" : "ㄧㄥ ㄨㄣˊ", + "romatzyh" : "ing wen" }, + "meanings" : [ "English (language)" ], + "classifiers" : [] } ] }, + { "simplified" : "英雄", + "radical" : "艹", + "level" : [ "new-6", "old-5" ], + "frequency" : 1553, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "英雄", + "transcriptions" : { "pinyin" : "yīng xióng", + "numeric" : "ying1 xiong2", + "wadegiles" : "ying¹ hsiung²", + "bopomofo" : "ㄧㄥ ㄒㄩㄥˊ", + "romatzyh" : "ing shyong" }, + "meanings" : [ "hero" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "英勇", + "radical" : "艹", + "level" : [ "new-4", "old-6" ], + "frequency" : 7835, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "英勇", + "transcriptions" : { "pinyin" : "yīng yǒng", + "numeric" : "ying1 yong3", + "wadegiles" : "ying¹ yung³", + "bopomofo" : "ㄧㄥ ㄩㄥˇ", + "romatzyh" : "ing yeong" }, + "meanings" : [ "heroic", "gallant", "valiant" ], + "classifiers" : [] } ] }, + { "simplified" : "英语", + "radical" : "艹", + "level" : [ "new-2" ], + "frequency" : 2039, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "英語", + "transcriptions" : { "pinyin" : "Yīng yǔ", + "numeric" : "Ying1 yu3", + "wadegiles" : "ying¹ yü³", + "bopomofo" : "ㄧㄥ ㄩˇ", + "romatzyh" : "ing yeu" }, + "meanings" : [ "English (language)" ], + "classifiers" : [] } ] }, + { "simplified" : "婴儿", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3041, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嬰兒", + "transcriptions" : { "pinyin" : "yīng ér", + "numeric" : "ying1 er2", + "wadegiles" : "ying¹ erh²", + "bopomofo" : "ㄧㄥ ㄦˊ", + "romatzyh" : "ing erl" }, + "meanings" : [ "infant", "baby", "lead (Pb)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "鹰", + "radical" : "鸟", + "level" : [ "new-7+" ], + "frequency" : 5195, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鷹", + "transcriptions" : { "pinyin" : "yīng", + "numeric" : "ying1", + "wadegiles" : "ying¹", + "bopomofo" : "ㄧㄥ", + "romatzyh" : "ing" }, + "meanings" : [ "eagle", "falcon", "hawk" ], + "classifiers" : [] } ] }, + { "simplified" : "迎", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8262, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "迎", + "transcriptions" : { "pinyin" : "yíng", + "numeric" : "ying2", + "wadegiles" : "ying²", + "bopomofo" : "ㄧㄥˊ", + "romatzyh" : "yng" }, + "meanings" : [ "to welcome; to meet", + "to forge ahead (esp. in the face of difficulties); to meet face to face" ], + "classifiers" : [] } ] }, + { "simplified" : "迎合", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13117, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "迎合", + "transcriptions" : { "pinyin" : "yíng hé", + "numeric" : "ying2 he2", + "wadegiles" : "ying² ho²", + "bopomofo" : "ㄧㄥˊ ㄏㄜˊ", + "romatzyh" : "yng her" }, + "meanings" : [ "to cater to", "to pander to" ], + "classifiers" : [] } ] }, + { "simplified" : "迎接", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 4264, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "迎接", + "transcriptions" : { "pinyin" : "yíng jiē", + "numeric" : "ying2 jie1", + "wadegiles" : "ying² chieh¹", + "bopomofo" : "ㄧㄥˊ ㄐㄧㄝ", + "romatzyh" : "yng jie" }, + "meanings" : [ "to welcome; to greet" ], + "classifiers" : [] } ] }, + { "simplified" : "迎来", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 7364, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "迎來", + "transcriptions" : { "pinyin" : "yíng lái", + "numeric" : "ying2 lai2", + "wadegiles" : "ying² lai²", + "bopomofo" : "ㄧㄥˊ ㄌㄞˊ", + "romatzyh" : "yng lai" }, + "meanings" : [ "to welcome (a visitor or newcomer)", + "(fig.) to usher in" ], + "classifiers" : [] } ] }, + { "simplified" : "迎面", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 18956, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "迎面", + "transcriptions" : { "pinyin" : "yíng miàn", + "numeric" : "ying2 mian4", + "wadegiles" : "ying² mien⁴", + "bopomofo" : "ㄧㄥˊ ㄇㄧㄢˋ", + "romatzyh" : "yng miann" }, + "meanings" : [ "directly; head-on (collision)", + "in one's face (of wind)" ], + "classifiers" : [] } ] }, + { "simplified" : "盈利", + "radical" : "皿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9004, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "盈利", + "transcriptions" : { "pinyin" : "yíng lì", + "numeric" : "ying2 li4", + "wadegiles" : "ying² li⁴", + "bopomofo" : "ㄧㄥˊ ㄌㄧˋ", + "romatzyh" : "yng lih" }, + "meanings" : [ "profit", + "gain", + "to make profits" ], + "classifiers" : [] } ] }, + { "simplified" : "荧光", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 13583, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熒光", + "transcriptions" : { "pinyin" : "yíng guāng", + "numeric" : "ying2 guang1", + "wadegiles" : "ying² kuang¹", + "bopomofo" : "ㄧㄥˊ ㄍㄨㄤ", + "romatzyh" : "yng guang" }, + "meanings" : [ "fluorescence", "fluorescent" ], + "classifiers" : [] } ] }, + { "simplified" : "荧屏", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 20338, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "熒屏", + "transcriptions" : { "pinyin" : "yíng píng", + "numeric" : "ying2 ping2", + "wadegiles" : "ying² p'ing²", + "bopomofo" : "ㄧㄥˊ ㄆㄧㄥˊ", + "romatzyh" : "yng pyng" }, + "meanings" : [ "fluorescent screen", "TV screen" ], + "classifiers" : [] } ] }, + { "simplified" : "营救", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 9598, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "營救", + "transcriptions" : { "pinyin" : "yíng jiù", + "numeric" : "ying2 jiu4", + "wadegiles" : "ying² chiu⁴", + "bopomofo" : "ㄧㄥˊ ㄐㄧㄡˋ", + "romatzyh" : "yng jiow" }, + "meanings" : [ "to rescue" ], + "classifiers" : [] } ] }, + { "simplified" : "营养", + "radical" : "艹", + "level" : [ "new-3", "old-5" ], + "frequency" : 4865, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "營養", + "transcriptions" : { "pinyin" : "yíng yǎng", + "numeric" : "ying2 yang3", + "wadegiles" : "ying² yang³", + "bopomofo" : "ㄧㄥˊ ㄧㄤˇ", + "romatzyh" : "yng yeang" }, + "meanings" : [ "nutrition", "nourishment" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "营业", + "radical" : "艹", + "level" : [ "new-4", "old-5" ], + "frequency" : 6105, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "營業", + "transcriptions" : { "pinyin" : "yíng yè", + "numeric" : "ying2 ye4", + "wadegiles" : "ying² yeh⁴", + "bopomofo" : "ㄧㄥˊ ㄧㄝˋ", + "romatzyh" : "yng yeh" }, + "meanings" : [ "to do business", "to trade" ], + "classifiers" : [] } ] }, + { "simplified" : "营造", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 8857, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "營造", + "transcriptions" : { "pinyin" : "yíng zào", + "numeric" : "ying2 zao4", + "wadegiles" : "ying² tsao⁴", + "bopomofo" : "ㄧㄥˊ ㄗㄠˋ", + "romatzyh" : "yng tzaw" }, + "meanings" : [ "to build (housing)", + "to construct", + "to make" ], + "classifiers" : [] } ] }, + { "simplified" : "赢", + "radical" : "贝", + "level" : [ "new-3", "old-4" ], + "frequency" : 952, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "贏", + "transcriptions" : { "pinyin" : "yíng", + "numeric" : "ying2", + "wadegiles" : "ying²", + "bopomofo" : "ㄧㄥˊ", + "romatzyh" : "yng" }, + "meanings" : [ "to beat", "to win", "to profit" ], + "classifiers" : [] } ] }, + { "simplified" : "赢得", + "radical" : "贝", + "level" : [ "new-4" ], + "frequency" : 1820, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "贏得", + "transcriptions" : { "pinyin" : "yíng dé", + "numeric" : "ying2 de2", + "wadegiles" : "ying² te²", + "bopomofo" : "ㄧㄥˊ ㄉㄜˊ", + "romatzyh" : "yng der" }, + "meanings" : [ "to win", "to gain" ], + "classifiers" : [] } ] }, + { "simplified" : "赢家", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 11299, + "pos" : [], + "forms" : [ { "traditional" : "贏家", + "transcriptions" : { "pinyin" : "yíng jiā", + "numeric" : "ying2 jia1", + "wadegiles" : "ying² chia¹", + "bopomofo" : "ㄧㄥˊ ㄐㄧㄚ", + "romatzyh" : "yng jia" }, + "meanings" : [ "winner" ], + "classifiers" : [] } ] }, + { "simplified" : "影迷", + "radical" : "彡", + "level" : [ "new-6" ], + "frequency" : 11993, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "影迷", + "transcriptions" : { "pinyin" : "yǐng mí", + "numeric" : "ying3 mi2", + "wadegiles" : "ying³ mi²", + "bopomofo" : "ㄧㄥˇ ㄇㄧˊ", + "romatzyh" : "yiing mi" }, + "meanings" : [ "film enthusiast", "movie fan" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "影片", + "radical" : "彡", + "level" : [ "new-2" ], + "frequency" : 3433, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "影片", + "transcriptions" : { "pinyin" : "yǐng piàn", + "numeric" : "ying3 pian4", + "wadegiles" : "ying³ p'ien⁴", + "bopomofo" : "ㄧㄥˇ ㄆㄧㄢˋ", + "romatzyh" : "yiing piann" }, + "meanings" : [ "a copy of a film", + "film; motion picture; movie" ], + "classifiers" : [ "部" ] } ] }, + { "simplified" : "影视", + "radical" : "彡", + "level" : [ "new-3" ], + "frequency" : 12925, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "影視", + "transcriptions" : { "pinyin" : "yǐng shì", + "numeric" : "ying3 shi4", + "wadegiles" : "ying³ shih⁴", + "bopomofo" : "ㄧㄥˇ ㄕˋ", + "romatzyh" : "yiing shyh" }, + "meanings" : [ "movies and television" ], + "classifiers" : [] } ] }, + { "simplified" : "影响", + "radical" : "彡", + "level" : [ "new-2", "old-3" ], + "frequency" : 598, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "影響", + "transcriptions" : { "pinyin" : "yǐng xiǎng", + "numeric" : "ying3 xiang3", + "wadegiles" : "ying³ hsiang³", + "bopomofo" : "ㄧㄥˇ ㄒㄧㄤˇ", + "romatzyh" : "yiing sheang" }, + "meanings" : [ "influence", + "effect", + "to influence", + "to affect (usually adversely)", + "to disturb" ], + "classifiers" : [ "股" ] } ] }, + { "simplified" : "影响力", + "radical" : "彡", + "level" : [ "new-6" ], + "frequency" : 5422, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "影響力", + "transcriptions" : { "pinyin" : "yǐng xiǎng lì", + "numeric" : "ying3 xiang3 li4", + "wadegiles" : "ying³ hsiang³ li⁴", + "bopomofo" : "ㄧㄥˇ ㄒㄧㄤˇ ㄌㄧˋ", + "romatzyh" : "yiing sheang lih" }, + "meanings" : [ "influence", "impact" ], + "classifiers" : [] } ] }, + { "simplified" : "影像", + "radical" : "彡", + "level" : [ "new-7+" ], + "frequency" : 5203, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "影像", + "transcriptions" : { "pinyin" : "yǐng xiàng", + "numeric" : "ying3 xiang4", + "wadegiles" : "ying³ hsiang⁴", + "bopomofo" : "ㄧㄥˇ ㄒㄧㄤˋ", + "romatzyh" : "yiing shianq" }, + "meanings" : [ "image" ], + "classifiers" : [] } ] }, + { "simplified" : "影星", + "radical" : "彡", + "level" : [ "new-6" ], + "frequency" : 12675, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "影星", + "transcriptions" : { "pinyin" : "yǐng xīng", + "numeric" : "ying3 xing1", + "wadegiles" : "ying³ hsing¹", + "bopomofo" : "ㄧㄥˇ ㄒㄧㄥ", + "romatzyh" : "yiing shing" }, + "meanings" : [ "film star" ], + "classifiers" : [] } ] }, + { "simplified" : "影子", + "radical" : "彡", + "level" : [ "new-4", "old-5" ], + "frequency" : 5925, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "影子", + "transcriptions" : { "pinyin" : "yǐng zi", + "numeric" : "ying3 zi5", + "wadegiles" : "ying³ zi", + "bopomofo" : "ㄧㄥˇ zi", + "romatzyh" : "yiing zi" }, + "meanings" : [ "shadow", + "reflection", + "(fig.) hint", + "indication", + "influence" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "映", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 8489, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "映", + "transcriptions" : { "pinyin" : "yìng", + "numeric" : "ying4", + "wadegiles" : "ying⁴", + "bopomofo" : "ㄧㄥˋ", + "romatzyh" : "yinq" }, + "meanings" : [ "to reflect (light)", + "to shine", + "to project (an image onto a screen etc)" ], + "classifiers" : [] }, + { "traditional" : "暎", + "transcriptions" : { "pinyin" : "yìng", + "numeric" : "ying4", + "wadegiles" : "ying⁴", + "bopomofo" : "ㄧㄥˋ", + "romatzyh" : "yinq" }, + "meanings" : [ "old variant of 映" ], + "classifiers" : [] } ] }, + { "simplified" : "硬", + "radical" : "石", + "level" : [ "new-5", "old-4" ], + "frequency" : 2476, + "pos" : [ "a", "d" ], + "forms" : [ { "traditional" : "硬", + "transcriptions" : { "pinyin" : "yìng", + "numeric" : "ying4", + "wadegiles" : "ying⁴", + "bopomofo" : "ㄧㄥˋ", + "romatzyh" : "yinq" }, + "meanings" : [ "hard; stiff; solid", + "(fig.) strong; firm", + "resolutely; uncompromisingly", + "laboriously; with great difficulty", + "good (quality); able (person)", + "(of food) filling; substantial" ], + "classifiers" : [] } ] }, + { "simplified" : "硬币", + "radical" : "石", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8735, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "硬幣", + "transcriptions" : { "pinyin" : "yìng bì", + "numeric" : "ying4 bi4", + "wadegiles" : "ying⁴ pi⁴", + "bopomofo" : "ㄧㄥˋ ㄅㄧˋ", + "romatzyh" : "yinq bih" }, + "meanings" : [ "coin" ], + "classifiers" : [ "枚" ] } ] }, + { "simplified" : "硬件", + "radical" : "石", + "level" : [ "new-5", "old-5" ], + "frequency" : 10323, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "硬件", + "transcriptions" : { "pinyin" : "yìng jiàn", + "numeric" : "ying4 jian4", + "wadegiles" : "ying⁴ chien⁴", + "bopomofo" : "ㄧㄥˋ ㄐㄧㄢˋ", + "romatzyh" : "yinq jiann" }, + "meanings" : [ "hardware" ], + "classifiers" : [] } ] }, + { "simplified" : "硬朗", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 22706, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "硬朗", + "transcriptions" : { "pinyin" : "yìng lǎng", + "numeric" : "ying4 lang3", + "wadegiles" : "ying⁴ lang³", + "bopomofo" : "ㄧㄥˋ ㄌㄤˇ", + "romatzyh" : "yinq laang" }, + "meanings" : [ "robust", "healthy" ], + "classifiers" : [] } ] }, + { "simplified" : "硬盘", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 5591, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "硬盤", + "transcriptions" : { "pinyin" : "yìng pán", + "numeric" : "ying4 pan2", + "wadegiles" : "ying⁴ p'an²", + "bopomofo" : "ㄧㄥˋ ㄆㄢˊ", + "romatzyh" : "yinq parn" }, + "meanings" : [ "hard disk" ], + "classifiers" : [] } ] }, + { "simplified" : "拥抱", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 3677, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擁抱", + "transcriptions" : { "pinyin" : "yōng bào", + "numeric" : "yong1 bao4", + "wadegiles" : "yung¹ pao⁴", + "bopomofo" : "ㄩㄥ ㄅㄠˋ", + "romatzyh" : "iong baw" }, + "meanings" : [ "to embrace", "to hug" ], + "classifiers" : [] } ] }, + { "simplified" : "拥护", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10681, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "擁護", + "transcriptions" : { "pinyin" : "yōng hù", + "numeric" : "yong1 hu4", + "wadegiles" : "yung¹ hu⁴", + "bopomofo" : "ㄩㄥ ㄏㄨˋ", + "romatzyh" : "iong huh" }, + "meanings" : [ "to endorse; to support" ], + "classifiers" : [] } ] }, + { "simplified" : "拥挤", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8579, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "擁擠", + "transcriptions" : { "pinyin" : "yōng jǐ", + "numeric" : "yong1 ji3", + "wadegiles" : "yung¹ chi³", + "bopomofo" : "ㄩㄥ ㄐㄧˇ", + "romatzyh" : "iong jii" }, + "meanings" : [ "crowded", + "to throng", + "congestion" ], + "classifiers" : [] } ] }, + { "simplified" : "拥有", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 692, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "擁有", + "transcriptions" : { "pinyin" : "yōng yǒu", + "numeric" : "yong1 you3", + "wadegiles" : "yung¹ yu³", + "bopomofo" : "ㄩㄥ ㄧㄡˇ", + "romatzyh" : "iong yeou" }, + "meanings" : [ "to have; to possess" ], + "classifiers" : [] } ] }, + { "simplified" : "庸俗", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19483, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "庸俗", + "transcriptions" : { "pinyin" : "yōng sú", + "numeric" : "yong1 su2", + "wadegiles" : "yung¹ su²", + "bopomofo" : "ㄩㄥ ㄙㄨˊ", + "romatzyh" : "iong swu" }, + "meanings" : [ "vulgar", "tacky", "tawdry" ], + "classifiers" : [] } ] }, + { "simplified" : "永不", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 5989, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "永不", + "transcriptions" : { "pinyin" : "yǒng bù", + "numeric" : "yong3 bu4", + "wadegiles" : "yung³ pu⁴", + "bopomofo" : "ㄩㄥˇ ㄅㄨˋ", + "romatzyh" : "yeong buh" }, + "meanings" : [ "never", "will never" ], + "classifiers" : [] } ] }, + { "simplified" : "永恒", + "radical" : "水", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5499, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "永恆", + "transcriptions" : { "pinyin" : "yǒng héng", + "numeric" : "yong3 heng2", + "wadegiles" : "yung³ heng²", + "bopomofo" : "ㄩㄥˇ ㄏㄥˊ", + "romatzyh" : "yeong herng" }, + "meanings" : [ "eternal", + "everlasting", + "fig. to pass into eternity (i.e. to die)" ], + "classifiers" : [] } ] }, + { "simplified" : "永久", + "radical" : "水", + "level" : [ "new-7+" ], + "frequency" : 7342, + "pos" : [ "b", "d", "nz" ], + "forms" : [ { "traditional" : "永久", + "transcriptions" : { "pinyin" : "yǒng jiǔ", + "numeric" : "yong3 jiu3", + "wadegiles" : "yung³ chiu³", + "bopomofo" : "ㄩㄥˇ ㄐㄧㄡˇ", + "romatzyh" : "yeong jeou" }, + "meanings" : [ "everlasting", + "perpetual", + "lasting", + "forever", + "permanent" ], + "classifiers" : [] } ] }, + { "simplified" : "永远", + "radical" : "水", + "level" : [ "new-2", "old-4" ], + "frequency" : 599, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "永遠", + "transcriptions" : { "pinyin" : "yǒng yuǎn", + "numeric" : "yong3 yuan3", + "wadegiles" : "yung³ yüan³", + "bopomofo" : "ㄩㄥˇ ㄩㄢˇ", + "romatzyh" : "yeong yeuan" }, + "meanings" : [ "forever", "eternal" ], + "classifiers" : [] } ] }, + { "simplified" : "勇敢", + "radical" : "力", + "level" : [ "new-4", "old-4" ], + "frequency" : 2934, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "勇敢", + "transcriptions" : { "pinyin" : "yǒng gǎn", + "numeric" : "yong3 gan3", + "wadegiles" : "yung³ kan³", + "bopomofo" : "ㄩㄥˇ ㄍㄢˇ", + "romatzyh" : "yeong gaan" }, + "meanings" : [ "brave; courageous" ], + "classifiers" : [] } ] }, + { "simplified" : "勇气", + "radical" : "力", + "level" : [ "new-4", "old-5" ], + "frequency" : 3096, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "勇氣", + "transcriptions" : { "pinyin" : "yǒng qì", + "numeric" : "yong3 qi4", + "wadegiles" : "yung³ ch'i⁴", + "bopomofo" : "ㄩㄥˇ ㄑㄧˋ", + "romatzyh" : "yeong chih" }, + "meanings" : [ "courage", "valor" ], + "classifiers" : [] } ] }, + { "simplified" : "勇往直前", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 20605, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勇往直前", + "transcriptions" : { "pinyin" : "yǒng wǎng zhí qián", + "numeric" : "yong3 wang3 zhi2 qian2", + "wadegiles" : "yung³ wang³ chih² ch'ien²", + "bopomofo" : "ㄩㄥˇ ㄨㄤˇ ㄓˊ ㄑㄧㄢˊ", + "romatzyh" : "yeong woang jyr chyan" }, + "meanings" : [ "to advance bravely" ], + "classifiers" : [] } ] }, + { "simplified" : "勇于", + "radical" : "力", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12276, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "勇於", + "transcriptions" : { "pinyin" : "yǒng yú", + "numeric" : "yong3 yu2", + "wadegiles" : "yung³ yü²", + "bopomofo" : "ㄩㄥˇ ㄩˊ", + "romatzyh" : "yeong yu" }, + "meanings" : [ "to dare to", + "to be brave enough to" ], + "classifiers" : [] } ] }, + { "simplified" : "涌", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 7443, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "涌", + "transcriptions" : { "pinyin" : "chōng", + "numeric" : "chong1", + "wadegiles" : "ch'ung¹", + "bopomofo" : "ㄔㄨㄥ", + "romatzyh" : "chong" }, + "meanings" : [ "(used in place names)" ], + "classifiers" : [] }, + { "traditional" : "涌", + "transcriptions" : { "pinyin" : "yǒng", + "numeric" : "yong3", + "wadegiles" : "yung³", + "bopomofo" : "ㄩㄥˇ", + "romatzyh" : "yeong" }, + "meanings" : [ "variant of 涌" ], + "classifiers" : [] }, + { "traditional" : "湧", + "transcriptions" : { "pinyin" : "yǒng", + "numeric" : "yong3", + "wadegiles" : "yung³", + "bopomofo" : "ㄩㄥˇ", + "romatzyh" : "yeong" }, + "meanings" : [ "to bubble up", "to rush forth" ], + "classifiers" : [] } ] }, + { "simplified" : "涌入", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 17190, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "湧入", + "transcriptions" : { "pinyin" : "yǒng rù", + "numeric" : "yong3 ru4", + "wadegiles" : "yung³ ju⁴", + "bopomofo" : "ㄩㄥˇ ㄖㄨˋ", + "romatzyh" : "yeong ruh" }, + "meanings" : [ "to come pouring in", "influx" ], + "classifiers" : [] } ] }, + { "simplified" : "涌现", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16229, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "湧現", + "transcriptions" : { "pinyin" : "yǒng xiàn", + "numeric" : "yong3 xian4", + "wadegiles" : "yung³ hsien⁴", + "bopomofo" : "ㄩㄥˇ ㄒㄧㄢˋ", + "romatzyh" : "yeong shiann" }, + "meanings" : [ "to emerge in large numbers", + "to spring up", + "to emerge prominently" ], + "classifiers" : [] } ] }, + { "simplified" : "踊跃", + "radical" : "足", + "level" : [ "new-7+", "old-6" ], + "frequency" : 38961, + "pos" : [ "ad" ], + "forms" : [ { "traditional" : "踴躍", + "transcriptions" : { "pinyin" : "yǒng yuè", + "numeric" : "yong3 yue4", + "wadegiles" : "yung³ yüeh⁴", + "bopomofo" : "ㄩㄥˇ ㄩㄝˋ", + "romatzyh" : "yeong yueh" }, + "meanings" : [ "to leap", + "to jump", + "eager", + "enthusiastically" ], + "classifiers" : [] } ] }, + { "simplified" : "用", + "radical" : "用", + "level" : [ "new-1", "old-3" ], + "frequency" : 79, + "pos" : [ "v", "p", "g" ], + "forms" : [ { "traditional" : "用", + "transcriptions" : { "pinyin" : "yòng", + "numeric" : "yong4", + "wadegiles" : "yung⁴", + "bopomofo" : "ㄩㄥˋ", + "romatzyh" : "yonq" }, + "meanings" : [ "to use", + "to employ", + "to have to", + "to eat or drink", + "expense or outlay", + "usefulness", + "hence", + "therefore" ], + "classifiers" : [] } ] }, + { "simplified" : "用不着", + "radical" : "用", + "level" : [ "new-5" ], + "frequency" : 8346, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "用不著", + "transcriptions" : { "pinyin" : "yòng bu zháo", + "numeric" : "yong4 bu5 zhao2", + "wadegiles" : "yung⁴ bu chao²", + "bopomofo" : "ㄩㄥˋ bu ㄓㄠˊ", + "romatzyh" : "yonq bu jaur" }, + "meanings" : [ "not need", "have no use for" ], + "classifiers" : [] } ] }, + { "simplified" : "用餐", + "radical" : "用", + "level" : [ "new-7+" ], + "frequency" : 10715, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "用餐", + "transcriptions" : { "pinyin" : "yòng cān", + "numeric" : "yong4 can1", + "wadegiles" : "yung⁴ ts'an¹", + "bopomofo" : "ㄩㄥˋ ㄘㄢ", + "romatzyh" : "yonq tsan" }, + "meanings" : [ "to eat a meal" ], + "classifiers" : [] } ] }, + { "simplified" : "用处", + "radical" : "用", + "level" : [ "new-6" ], + "frequency" : 12143, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "用處", + "transcriptions" : { "pinyin" : "yòng chu", + "numeric" : "yong4 chu5", + "wadegiles" : "yung⁴ chu", + "bopomofo" : "ㄩㄥˋ chu", + "romatzyh" : "yonq chu" }, + "meanings" : [ "usefulness" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "用得着", + "radical" : "用", + "level" : [ "new-6" ], + "frequency" : 24751, + "pos" : [], + "forms" : [ { "traditional" : "用得著", + "transcriptions" : { "pinyin" : "yòng de zháo", + "numeric" : "yong4 de5 zhao2", + "wadegiles" : "yung⁴ de chao²", + "bopomofo" : "ㄩㄥˋ de ㄓㄠˊ", + "romatzyh" : "yonq de jaur" }, + "meanings" : [ "to be able to use; useable; to have a use for", + "(in a question) to be necessary to" ], + "classifiers" : [] } ] }, + { "simplified" : "用法", + "radical" : "用", + "level" : [ "new-6" ], + "frequency" : 29232, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "用法", + "transcriptions" : { "pinyin" : "yòng fǎ", + "numeric" : "yong4 fa3", + "wadegiles" : "yung⁴ fa³", + "bopomofo" : "ㄩㄥˋ ㄈㄚˇ", + "romatzyh" : "yonq faa" }, + "meanings" : [ "usage" ], + "classifiers" : [] } ] }, + { "simplified" : "用功", + "radical" : "用", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19231, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "用功", + "transcriptions" : { "pinyin" : "yòng gōng", + "numeric" : "yong4 gong1", + "wadegiles" : "yung⁴ kung¹", + "bopomofo" : "ㄩㄥˋ ㄍㄨㄥ", + "romatzyh" : "yonq gong" }, + "meanings" : [ "diligent", + "industrious (in one's studies)", + "to study hard", + "to make great effort" ], + "classifiers" : [] } ] }, + { "simplified" : "用户", + "radical" : "用", + "level" : [ "new-5", "old-6" ], + "frequency" : 4213, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "用戶", + "transcriptions" : { "pinyin" : "yòng hù", + "numeric" : "yong4 hu4", + "wadegiles" : "yung⁴ hu⁴", + "bopomofo" : "ㄩㄥˋ ㄏㄨˋ", + "romatzyh" : "yonq huh" }, + "meanings" : [ "user", + "consumer", + "subscriber", + "customer" ], + "classifiers" : [] } ] }, + { "simplified" : "用来", + "radical" : "用", + "level" : [ "new-5" ], + "frequency" : 3299, + "pos" : [ "v", "nr" ], + "forms" : [ { "traditional" : "用來", + "transcriptions" : { "pinyin" : "yòng lái", + "numeric" : "yong4 lai2", + "wadegiles" : "yung⁴ lai²", + "bopomofo" : "ㄩㄥˋ ㄌㄞˊ", + "romatzyh" : "yonq lai" }, + "meanings" : [ "to be used for" ], + "classifiers" : [] } ] }, + { "simplified" : "用力", + "radical" : "用", + "level" : [ "new-7+" ], + "frequency" : 6274, + "pos" : [ "ad", "a", "v" ], + "forms" : [ { "traditional" : "用力", + "transcriptions" : { "pinyin" : "yòng lì", + "numeric" : "yong4 li4", + "wadegiles" : "yung⁴ li⁴", + "bopomofo" : "ㄩㄥˋ ㄌㄧˋ", + "romatzyh" : "yonq lih" }, + "meanings" : [ "to exert oneself physically" ], + "classifiers" : [] } ] }, + { "simplified" : "用品", + "radical" : "用", + "level" : [ "new-6" ], + "frequency" : 4978, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "用品", + "transcriptions" : { "pinyin" : "yòng pǐn", + "numeric" : "yong4 pin3", + "wadegiles" : "yung⁴ p'in³", + "bopomofo" : "ㄩㄥˋ ㄆㄧㄣˇ", + "romatzyh" : "yonq piin" }, + "meanings" : [ "articles for use", + "products", + "goods" ], + "classifiers" : [] } ] }, + { "simplified" : "用人", + "radical" : "用", + "level" : [ "new-7+" ], + "frequency" : 15824, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "用人", + "transcriptions" : { "pinyin" : "yòng rén", + "numeric" : "yong4 ren2", + "wadegiles" : "yung⁴ jen²", + "bopomofo" : "ㄩㄥˋ ㄖㄣˊ", + "romatzyh" : "yonq ren" }, + "meanings" : [ "servant", + "to employ sb for a job", + "to manage people", + "to be in need of staff" ], + "classifiers" : [] } ] }, + { "simplified" : "用途", + "radical" : "用", + "level" : [ "new-4", "old-5" ], + "frequency" : 8360, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "用途", + "transcriptions" : { "pinyin" : "yòng tú", + "numeric" : "yong4 tu2", + "wadegiles" : "yung⁴ t'u²", + "bopomofo" : "ㄩㄥˋ ㄊㄨˊ", + "romatzyh" : "yonq twu" }, + "meanings" : [ "use; application" ], + "classifiers" : [] } ] }, + { "simplified" : "用心", + "radical" : "用", + "level" : [ "new-6" ], + "frequency" : 5685, + "pos" : [ "ad", "n", "a", "v" ], + "forms" : [ { "traditional" : "用心", + "transcriptions" : { "pinyin" : "yòng xīn", + "numeric" : "yong4 xin1", + "wadegiles" : "yung⁴ hsin¹", + "bopomofo" : "ㄩㄥˋ ㄒㄧㄣ", + "romatzyh" : "yonq shin" }, + "meanings" : [ "motive", + "intention", + "to be diligent or attentive", + "careful" ], + "classifiers" : [] } ] }, + { "simplified" : "用意", + "radical" : "用", + "level" : [ "new-7+" ], + "frequency" : 14706, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "用意", + "transcriptions" : { "pinyin" : "yòng yì", + "numeric" : "yong4 yi4", + "wadegiles" : "yung⁴ i⁴", + "bopomofo" : "ㄩㄥˋ ㄧˋ", + "romatzyh" : "yonq yih" }, + "meanings" : [ "intention", "purpose" ], + "classifiers" : [] } ] }, + { "simplified" : "用于", + "radical" : "用", + "level" : [ "new-5" ], + "frequency" : 3191, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "用於", + "transcriptions" : { "pinyin" : "yòng yú", + "numeric" : "yong4 yu2", + "wadegiles" : "yung⁴ yü²", + "bopomofo" : "ㄩㄥˋ ㄩˊ", + "romatzyh" : "yonq yu" }, + "meanings" : [ "to use in; to use on; to use for" ], + "classifiers" : [] } ] }, + { "simplified" : "优", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 5053, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "優", + "transcriptions" : { "pinyin" : "yōu", + "numeric" : "you1", + "wadegiles" : "yu¹", + "bopomofo" : "ㄧㄡ", + "romatzyh" : "iou" }, + "meanings" : [ "excellent", "superior" ], + "classifiers" : [] } ] }, + { "simplified" : "优点", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 5641, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "優點", + "transcriptions" : { "pinyin" : "yōu diǎn", + "numeric" : "you1 dian3", + "wadegiles" : "yu¹ tien³", + "bopomofo" : "ㄧㄡ ㄉㄧㄢˇ", + "romatzyh" : "iou dean" }, + "meanings" : [ "merit", + "benefit", + "strong point", + "advantage" ], + "classifiers" : [ "个", "项" ] } ] }, + { "simplified" : "优化", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15241, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "優化", + "transcriptions" : { "pinyin" : "yōu huà", + "numeric" : "you1 hua4", + "wadegiles" : "yu¹ hua⁴", + "bopomofo" : "ㄧㄡ ㄏㄨㄚˋ", + "romatzyh" : "iou huah" }, + "meanings" : [ "to optimize" ], + "classifiers" : [] } ] }, + { "simplified" : "优惠", + "radical" : "亻", + "level" : [ "new-5", "old-5" ], + "frequency" : 6443, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "優惠", + "transcriptions" : { "pinyin" : "yōu huì", + "numeric" : "you1 hui4", + "wadegiles" : "yu¹ hui⁴", + "bopomofo" : "ㄧㄡ ㄏㄨㄟˋ", + "romatzyh" : "iou huey" }, + "meanings" : [ "privilege", + "favorable (terms)", + "preferential (treatment)", + "discount (price)" ], + "classifiers" : [] } ] }, + { "simplified" : "优良", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 10627, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "優良", + "transcriptions" : { "pinyin" : "yōu liáng", + "numeric" : "you1 liang2", + "wadegiles" : "yu¹ liang²", + "bopomofo" : "ㄧㄡ ㄌㄧㄤˊ", + "romatzyh" : "iou liang" }, + "meanings" : [ "fine", "good", "first-rate" ], + "classifiers" : [] } ] }, + { "simplified" : "优美", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 7192, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "優美", + "transcriptions" : { "pinyin" : "yōu měi", + "numeric" : "you1 mei3", + "wadegiles" : "yu¹ mei³", + "bopomofo" : "ㄧㄡ ㄇㄟˇ", + "romatzyh" : "iou meei" }, + "meanings" : [ "graceful", "fine", "elegant" ], + "classifiers" : [] } ] }, + { "simplified" : "优胜劣汰", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 30236, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "優勝劣汰", + "transcriptions" : { "pinyin" : "yōu shèng liè tài", + "numeric" : "you1 sheng4 lie4 tai4", + "wadegiles" : "yu¹ sheng⁴ lieh⁴ t'ai⁴", + "bopomofo" : "ㄧㄡ ㄕㄥˋ ㄌㄧㄝˋ ㄊㄞˋ", + "romatzyh" : "iou shenq lieh tay" }, + "meanings" : [ "survival of the fittest (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "优势", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 2080, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "優勢", + "transcriptions" : { "pinyin" : "yōu shì", + "numeric" : "you1 shi4", + "wadegiles" : "yu¹ shih⁴", + "bopomofo" : "ㄧㄡ ㄕˋ", + "romatzyh" : "iou shyh" }, + "meanings" : [ "superiority", + "dominance", + "advantage" ], + "classifiers" : [] } ] }, + { "simplified" : "优先", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 4732, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "優先", + "transcriptions" : { "pinyin" : "yōu xiān", + "numeric" : "you1 xian1", + "wadegiles" : "yu¹ hsien¹", + "bopomofo" : "ㄧㄡ ㄒㄧㄢ", + "romatzyh" : "iou shian" }, + "meanings" : [ "to have priority", + "to take precedence" ], + "classifiers" : [] } ] }, + { "simplified" : "优秀", + "radical" : "亻", + "level" : [ "new-4", "old-4" ], + "frequency" : 1689, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "優秀", + "transcriptions" : { "pinyin" : "yōu xiù", + "numeric" : "you1 xiu4", + "wadegiles" : "yu¹ hsiu⁴", + "bopomofo" : "ㄧㄡ ㄒㄧㄡˋ", + "romatzyh" : "iou shiow" }, + "meanings" : [ "outstanding; excellent" ], + "classifiers" : [] } ] }, + { "simplified" : "优雅", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 4257, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "優雅", + "transcriptions" : { "pinyin" : "yōu yǎ", + "numeric" : "you1 ya3", + "wadegiles" : "yu¹ ya³", + "bopomofo" : "ㄧㄡ ㄧㄚˇ", + "romatzyh" : "iou yea" }, + "meanings" : [ "grace", "graceful" ], + "classifiers" : [] } ] }, + { "simplified" : "优异", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13012, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "優異", + "transcriptions" : { "pinyin" : "yōu yì", + "numeric" : "you1 yi4", + "wadegiles" : "yu¹ i⁴", + "bopomofo" : "ㄧㄡ ㄧˋ", + "romatzyh" : "iou yih" }, + "meanings" : [ "exceptional; outstandingly good" ], + "classifiers" : [] } ] }, + { "simplified" : "优越", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12558, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "優越", + "transcriptions" : { "pinyin" : "yōu yuè", + "numeric" : "you1 yue4", + "wadegiles" : "yu¹ yüeh⁴", + "bopomofo" : "ㄧㄡ ㄩㄝˋ", + "romatzyh" : "iou yueh" }, + "meanings" : [ "superior", "superiority" ], + "classifiers" : [] } ] }, + { "simplified" : "优质", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 10298, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "優質", + "transcriptions" : { "pinyin" : "yōu zhì", + "numeric" : "you1 zhi4", + "wadegiles" : "yu¹ chih⁴", + "bopomofo" : "ㄧㄡ ㄓˋ", + "romatzyh" : "iou jyh" }, + "meanings" : [ "excellent quality" ], + "classifiers" : [] } ] }, + { "simplified" : "忧愁", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 17511, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "憂愁", + "transcriptions" : { "pinyin" : "yōu chóu", + "numeric" : "you1 chou2", + "wadegiles" : "yu¹ ch'ou²", + "bopomofo" : "ㄧㄡ ㄔㄡˊ", + "romatzyh" : "iou chour" }, + "meanings" : [ "to be worried" ], + "classifiers" : [] } ] }, + { "simplified" : "忧虑", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 10453, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "憂慮", + "transcriptions" : { "pinyin" : "yōu lu:4", + "numeric" : "you1 lü4", + "wadegiles" : "yu¹ lu:4", + "bopomofo" : "ㄧㄡ lu:4", + "romatzyh" : "iou lu:4" }, + "meanings" : [ "to worry", "anxiety (about)" ], + "classifiers" : [] } ] }, + { "simplified" : "忧郁", + "radical" : "忄", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8164, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "憂鬱", + "transcriptions" : { "pinyin" : "yōu yù", + "numeric" : "you1 yu4", + "wadegiles" : "yu¹ yü⁴", + "bopomofo" : "ㄧㄡ ㄩˋ", + "romatzyh" : "iou yuh" }, + "meanings" : [ "sullen; depressed; melancholy; dejected" ], + "classifiers" : [] } ] }, + { "simplified" : "幽默", + "radical" : "幺", + "level" : [ "new-5", "old-4" ], + "frequency" : 4810, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "幽默", + "transcriptions" : { "pinyin" : "yōu mò", + "numeric" : "you1 mo4", + "wadegiles" : "yu¹ mo⁴", + "bopomofo" : "ㄧㄡ ㄇㄛˋ", + "romatzyh" : "iou moh" }, + "meanings" : [ "(loanword) humor", "humorous" ], + "classifiers" : [] } ] }, + { "simplified" : "悠久", + "radical" : "心", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12577, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "悠久", + "transcriptions" : { "pinyin" : "yōu jiǔ", + "numeric" : "you1 jiu3", + "wadegiles" : "yu¹ chiu³", + "bopomofo" : "ㄧㄡ ㄐㄧㄡˇ", + "romatzyh" : "iou jeou" }, + "meanings" : [ "long (tradition, history etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "悠闲", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 13882, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "悠閑", + "transcriptions" : { "pinyin" : "yōu xián", + "numeric" : "you1 xian2", + "wadegiles" : "yu¹ hsien²", + "bopomofo" : "ㄧㄡ ㄒㄧㄢˊ", + "romatzyh" : "iou shyan" }, + "meanings" : [ "variant of 悠闲", "leisurely" ], + "classifiers" : [] }, + { "traditional" : "悠閒", + "transcriptions" : { "pinyin" : "yōu xián", + "numeric" : "you1 xian2", + "wadegiles" : "yu¹ hsien²", + "bopomofo" : "ㄧㄡ ㄒㄧㄢˊ", + "romatzyh" : "iou shyan" }, + "meanings" : [ "leisurely", "carefree", "relaxed" ], + "classifiers" : [] } ] }, + { "simplified" : "尤其", + "radical" : "尢", + "level" : [ "new-5", "old-4" ], + "frequency" : 2400, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "尤其", + "transcriptions" : { "pinyin" : "yóu qí", + "numeric" : "you2 qi2", + "wadegiles" : "yu² ch'i²", + "bopomofo" : "ㄧㄡˊ ㄑㄧˊ", + "romatzyh" : "you chyi" }, + "meanings" : [ "especially; particularly" ], + "classifiers" : [] } ] }, + { "simplified" : "尤为", + "radical" : "尢", + "level" : [ "new-7+" ], + "frequency" : 17205, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "尤為", + "transcriptions" : { "pinyin" : "yóu wéi", + "numeric" : "you2 wei2", + "wadegiles" : "yu² wei²", + "bopomofo" : "ㄧㄡˊ ㄨㄟˊ", + "romatzyh" : "you wei" }, + "meanings" : [ "especially" ], + "classifiers" : [] } ] }, + { "simplified" : "由", + "radical" : "田", + "level" : [ "new-3", "old-4" ], + "frequency" : 353, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "由", + "transcriptions" : { "pinyin" : "yóu", + "numeric" : "you2", + "wadegiles" : "yu²", + "bopomofo" : "ㄧㄡˊ", + "romatzyh" : "you" }, + "meanings" : [ "to follow", + "from", + "because of; due to", + "by; via; through", + "(before a noun and a verb) it is for ... to ..." ], + "classifiers" : [] } ] }, + { "simplified" : "由此", + "radical" : "田", + "level" : [ "new-5" ], + "frequency" : 6883, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "由此", + "transcriptions" : { "pinyin" : "yóu cǐ", + "numeric" : "you2 ci3", + "wadegiles" : "yu² tz'u³", + "bopomofo" : "ㄧㄡˊ ㄘˇ", + "romatzyh" : "you tsyy" }, + "meanings" : [ "hereby", "from this" ], + "classifiers" : [] } ] }, + { "simplified" : "由此看来", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 57699, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "由此看來", + "transcriptions" : { "pinyin" : "yóu cǐ kàn lái", + "numeric" : "you2 ci3 kan4 lai2", + "wadegiles" : "yu² tz'u³ k'an⁴ lai²", + "bopomofo" : "ㄧㄡˊ ㄘˇ ㄎㄢˋ ㄌㄞˊ", + "romatzyh" : "you tsyy kann lai" }, + "meanings" : [ "thereby", "judging from this" ], + "classifiers" : [] } ] }, + { "simplified" : "由此可见", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 37325, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "由此可見", + "transcriptions" : { "pinyin" : "yóu cǐ kě jiàn", + "numeric" : "you2 ci3 ke3 jian4", + "wadegiles" : "yu² tz'u³ k'o³ chien⁴", + "bopomofo" : "ㄧㄡˊ ㄘˇ ㄎㄜˇ ㄐㄧㄢˋ", + "romatzyh" : "you tsyy kee jiann" }, + "meanings" : [ "from this, it can be seen that..." ], + "classifiers" : [] } ] }, + { "simplified" : "由来", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 22702, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "由來", + "transcriptions" : { "pinyin" : "yóu lái", + "numeric" : "you2 lai2", + "wadegiles" : "yu² lai²", + "bopomofo" : "ㄧㄡˊ ㄌㄞˊ", + "romatzyh" : "you lai" }, + "meanings" : [ "origin" ], + "classifiers" : [] } ] }, + { "simplified" : "由于", + "radical" : "田", + "level" : [ "new-3", "old-4" ], + "frequency" : 982, + "pos" : [ "p", "c" ], + "forms" : [ { "traditional" : "由於", + "transcriptions" : { "pinyin" : "yóu yú", + "numeric" : "you2 yu2", + "wadegiles" : "yu² yü²", + "bopomofo" : "ㄧㄡˊ ㄩˊ", + "romatzyh" : "you yu" }, + "meanings" : [ "due to", + "as a result of", + "thanks to", + "owing to", + "since", + "because" ], + "classifiers" : [] } ] }, + { "simplified" : "由衷", + "radical" : "田", + "level" : [ "new-7+" ], + "frequency" : 14868, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "由衷", + "transcriptions" : { "pinyin" : "yóu zhōng", + "numeric" : "you2 zhong1", + "wadegiles" : "yu² chung¹", + "bopomofo" : "ㄧㄡˊ ㄓㄨㄥ", + "romatzyh" : "you jong" }, + "meanings" : [ "heartfelt", + "sincere", + "unfeigned" ], + "classifiers" : [] } ] }, + { "simplified" : "犹如", + "radical" : "犭", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9172, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "猶如", + "transcriptions" : { "pinyin" : "yóu rú", + "numeric" : "you2 ru2", + "wadegiles" : "yu² ju²", + "bopomofo" : "ㄧㄡˊ ㄖㄨˊ", + "romatzyh" : "you ru" }, + "meanings" : [ "similar to; like" ], + "classifiers" : [] } ] }, + { "simplified" : "犹豫", + "radical" : "犭", + "level" : [ "new-5", "old-5" ], + "frequency" : 5102, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "猶豫", + "transcriptions" : { "pinyin" : "yóu yù", + "numeric" : "you2 yu4", + "wadegiles" : "yu² yü⁴", + "bopomofo" : "ㄧㄡˊ ㄩˋ", + "romatzyh" : "you yuh" }, + "meanings" : [ "to hesitate" ], + "classifiers" : [] } ] }, + { "simplified" : "犹豫不决", + "radical" : "犭", + "level" : [ "new-7+" ], + "frequency" : 18782, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "猶豫不決", + "transcriptions" : { "pinyin" : "yóu yù bù jué", + "numeric" : "you2 yu4 bu4 jue2", + "wadegiles" : "yu² yü⁴ pu⁴ chüeh²", + "bopomofo" : "ㄧㄡˊ ㄩˋ ㄅㄨˋ ㄐㄩㄝˊ", + "romatzyh" : "you yuh buh jyue" }, + "meanings" : [ "hesitancy", + "indecision", + "to waver" ], + "classifiers" : [] } ] }, + { "simplified" : "邮编", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 21261, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "郵編", + "transcriptions" : { "pinyin" : "yóu biān", + "numeric" : "you2 bian1", + "wadegiles" : "yu² pien¹", + "bopomofo" : "ㄧㄡˊ ㄅㄧㄢ", + "romatzyh" : "you bian" }, + "meanings" : [ "postal code", "zip code" ], + "classifiers" : [] } ] }, + { "simplified" : "邮件", + "radical" : "阝", + "level" : [ "new-3" ], + "frequency" : 3970, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "郵件", + "transcriptions" : { "pinyin" : "yóu jiàn", + "numeric" : "you2 jian4", + "wadegiles" : "yu² chien⁴", + "bopomofo" : "ㄧㄡˊ ㄐㄧㄢˋ", + "romatzyh" : "you jiann" }, + "meanings" : [ "mail", "post", "email" ], + "classifiers" : [] } ] }, + { "simplified" : "邮局", + "radical" : "阝", + "level" : [ "new-4", "old-5" ], + "frequency" : 11689, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "郵局", + "transcriptions" : { "pinyin" : "yóu jú", + "numeric" : "you2 ju2", + "wadegiles" : "yu² chü²", + "bopomofo" : "ㄧㄡˊ ㄐㄩˊ", + "romatzyh" : "you jyu" }, + "meanings" : [ "post office" ], + "classifiers" : [ "家", "个" ] } ] }, + { "simplified" : "邮票", + "radical" : "阝", + "level" : [ "new-3" ], + "frequency" : 9219, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "郵票", + "transcriptions" : { "pinyin" : "yóu piào", + "numeric" : "you2 piao4", + "wadegiles" : "yu² p'iao⁴", + "bopomofo" : "ㄧㄡˊ ㄆㄧㄠˋ", + "romatzyh" : "you piaw" }, + "meanings" : [ "(postage) stamp" ], + "classifiers" : [ "枚", "张" ] } ] }, + { "simplified" : "邮箱", + "radical" : "阝", + "level" : [ "new-3" ], + "frequency" : 8497, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "郵箱", + "transcriptions" : { "pinyin" : "yóu xiāng", + "numeric" : "you2 xiang1", + "wadegiles" : "yu² hsiang¹", + "bopomofo" : "ㄧㄡˊ ㄒㄧㄤ", + "romatzyh" : "you shiang" }, + "meanings" : [ "mailbox", + "post office box", + "email", + "email inbox" ], + "classifiers" : [] } ] }, + { "simplified" : "邮政", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 12169, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "郵政", + "transcriptions" : { "pinyin" : "yóu zhèng", + "numeric" : "you2 zheng4", + "wadegiles" : "yu² cheng⁴", + "bopomofo" : "ㄧㄡˊ ㄓㄥˋ", + "romatzyh" : "you jenq" }, + "meanings" : [ "postal service", "postal" ], + "classifiers" : [] } ] }, + { "simplified" : "油", + "radical" : "氵", + "level" : [ "new-2" ], + "frequency" : 1290, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "油", + "transcriptions" : { "pinyin" : "yóu", + "numeric" : "you2", + "wadegiles" : "yu²", + "bopomofo" : "ㄧㄡˊ", + "romatzyh" : "you" }, + "meanings" : [ "oil", + "fat", + "grease", + "petroleum", + "to apply tung oil, paint or varnish", + "oily", + "greasy", + "glib", + "cunning" ], + "classifiers" : [] } ] }, + { "simplified" : "油画", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 10696, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "油畫", + "transcriptions" : { "pinyin" : "yóu huà", + "numeric" : "you2 hua4", + "wadegiles" : "yu² hua⁴", + "bopomofo" : "ㄧㄡˊ ㄏㄨㄚˋ", + "romatzyh" : "you huah" }, + "meanings" : [ "oil painting" ], + "classifiers" : [] } ] }, + { "simplified" : "油腻", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 18917, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "油膩", + "transcriptions" : { "pinyin" : "yóu nì", + "numeric" : "you2 ni4", + "wadegiles" : "yu² ni⁴", + "bopomofo" : "ㄧㄡˊ ㄋㄧˋ", + "romatzyh" : "you nih" }, + "meanings" : [ "greasy food; oily food", + "(of food) greasy; oily; fatty", + "(neologism c. 2017) (of a middle-aged man) obnoxious; pretentious; vulgar" ], + "classifiers" : [] } ] }, + { "simplified" : "油漆", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 10378, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "油漆", + "transcriptions" : { "pinyin" : "yóu qī", + "numeric" : "you2 qi1", + "wadegiles" : "yu² ch'i¹", + "bopomofo" : "ㄧㄡˊ ㄑㄧ", + "romatzyh" : "you chi" }, + "meanings" : [ "oil paints", + "lacquer", + "to paint" ], + "classifiers" : [ "层" ] } ] }, + { "simplified" : "油炸", + "radical" : "氵", + "level" : [ "old-5" ], + "frequency" : 15944, + "pos" : [], + "forms" : [ { "traditional" : "油炸", + "transcriptions" : { "pinyin" : "yóu zhá", + "numeric" : "you2 zha2", + "wadegiles" : "yu² cha²", + "bopomofo" : "ㄧㄡˊ ㄓㄚˊ", + "romatzyh" : "you jar" }, + "meanings" : [ "to deep fry" ], + "classifiers" : [] } ] }, + { "simplified" : "游", + "radical" : "氵", + "level" : [ "new-3" ], + "frequency" : 2164, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "游", + "transcriptions" : { "pinyin" : "Yóu", + "numeric" : "You2", + "wadegiles" : "yu²", + "bopomofo" : "ㄧㄡˊ", + "romatzyh" : "you" }, + "meanings" : [ "surname You" ], + "classifiers" : [] }, + { "traditional" : "游", + "transcriptions" : { "pinyin" : "yóu", + "numeric" : "you2", + "wadegiles" : "yu²", + "bopomofo" : "ㄧㄡˊ", + "romatzyh" : "you" }, + "meanings" : [ "to swim", "variant of 游" ], + "classifiers" : [] }, + { "traditional" : "遊", + "transcriptions" : { "pinyin" : "yóu", + "numeric" : "you2", + "wadegiles" : "yu²", + "bopomofo" : "ㄧㄡˊ", + "romatzyh" : "you" }, + "meanings" : [ "to walk", + "to tour", + "to roam", + "to travel" ], + "classifiers" : [] } ] }, + { "simplified" : "游船", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 21760, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遊船", + "transcriptions" : { "pinyin" : "yóu chuán", + "numeric" : "you2 chuan2", + "wadegiles" : "yu² ch'uan²", + "bopomofo" : "ㄧㄡˊ ㄔㄨㄢˊ", + "romatzyh" : "you chwan" }, + "meanings" : [ "pleasure boat", "cruise ship" ], + "classifiers" : [] } ] }, + { "simplified" : "游客", + "radical" : "氵", + "level" : [ "new-2" ], + "frequency" : 4572, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遊客", + "transcriptions" : { "pinyin" : "yóu kè", + "numeric" : "you2 ke4", + "wadegiles" : "yu² k'o⁴", + "bopomofo" : "ㄧㄡˊ ㄎㄜˋ", + "romatzyh" : "you keh" }, + "meanings" : [ "traveler", + "tourist", + "(online gaming) guest player" ], + "classifiers" : [] } ] }, + { "simplified" : "游览", + "radical" : "氵", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12549, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遊覽", + "transcriptions" : { "pinyin" : "yóu lǎn", + "numeric" : "you2 lan3", + "wadegiles" : "yu² lan³", + "bopomofo" : "ㄧㄡˊ ㄌㄢˇ", + "romatzyh" : "you laan" }, + "meanings" : [ "to go sightseeing", + "to tour", + "to visit" ], + "classifiers" : [ "次" ] } ] }, + { "simplified" : "游人", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 26098, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遊人", + "transcriptions" : { "pinyin" : "yóu rén", + "numeric" : "you2 ren2", + "wadegiles" : "yu² jen²", + "bopomofo" : "ㄧㄡˊ ㄖㄣˊ", + "romatzyh" : "you ren" }, + "meanings" : [ "a tourist" ], + "classifiers" : [] } ] }, + { "simplified" : "游玩", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 16867, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遊玩", + "transcriptions" : { "pinyin" : "yóu wán", + "numeric" : "you2 wan2", + "wadegiles" : "yu² wan²", + "bopomofo" : "ㄧㄡˊ ㄨㄢˊ", + "romatzyh" : "you wan" }, + "meanings" : [ "to amuse oneself", + "to have fun", + "to go sightseeing", + "to take a stroll" ], + "classifiers" : [] } ] }, + { "simplified" : "游戏", + "radical" : "氵", + "level" : [ "new-3", "old-3" ], + "frequency" : 603, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "遊戲", + "transcriptions" : { "pinyin" : "yóu xì", + "numeric" : "you2 xi4", + "wadegiles" : "yu² hsi⁴", + "bopomofo" : "ㄧㄡˊ ㄒㄧˋ", + "romatzyh" : "you shih" }, + "meanings" : [ "game", "to play" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "游戏机", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 13177, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遊戲機", + "transcriptions" : { "pinyin" : "yóu xì jī", + "numeric" : "you2 xi4 ji1", + "wadegiles" : "yu² hsi⁴ chi¹", + "bopomofo" : "ㄧㄡˊ ㄒㄧˋ ㄐㄧ", + "romatzyh" : "you shih ji" }, + "meanings" : [ "video game machine", + "video game console" ], + "classifiers" : [] } ] }, + { "simplified" : "游行", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 5773, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "遊行", + "transcriptions" : { "pinyin" : "yóu xíng", + "numeric" : "you2 xing2", + "wadegiles" : "yu² hsing²", + "bopomofo" : "ㄧㄡˊ ㄒㄧㄥˊ", + "romatzyh" : "you shyng" }, + "meanings" : [ "to march; to parade; to demonstrate", + "procession; march; demonstration", + "to travel around; to roam" ], + "classifiers" : [] } ] }, + { "simplified" : "游泳", + "radical" : "氵", + "level" : [ "new-3", "old-2" ], + "frequency" : 3695, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "游泳", + "transcriptions" : { "pinyin" : "yóu yǒng", + "numeric" : "you2 yong3", + "wadegiles" : "yu² yung³", + "bopomofo" : "ㄧㄡˊ ㄩㄥˇ", + "romatzyh" : "you yeong" }, + "meanings" : [ "swimming", "to swim" ], + "classifiers" : [] } ] }, + { "simplified" : "游泳池", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 10359, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "游泳池", + "transcriptions" : { "pinyin" : "yóu yǒng chí", + "numeric" : "you2 yong3 chi2", + "wadegiles" : "yu² yung³ ch'ih²", + "bopomofo" : "ㄧㄡˊ ㄩㄥˇ ㄔˊ", + "romatzyh" : "you yeong chyr" }, + "meanings" : [ "swimming pool" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "有", + "radical" : "月", + "level" : [ "new-1", "old-1" ], + "frequency" : 9, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有", + "transcriptions" : { "pinyin" : "yǒu", + "numeric" : "you3", + "wadegiles" : "yu³", + "bopomofo" : "ㄧㄡˇ", + "romatzyh" : "yeou" }, + "meanings" : [ "to have; there is", + "(bound form) having; with; -ful; -ed; -al (as in 意 intentional)" ], + "classifiers" : [] } ] }, + { "simplified" : "有朝一日", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 20719, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "有朝一日", + "transcriptions" : { "pinyin" : "yǒu zhāo yī rì", + "numeric" : "you3 zhao1 yi1 ri4", + "wadegiles" : "yu³ chao¹ i¹ jih⁴", + "bopomofo" : "ㄧㄡˇ ㄓㄠ ㄧ ㄖˋ", + "romatzyh" : "yeou jau i ryh" }, + "meanings" : [ "one day", + "sometime in the future" ], + "classifiers" : [] } ] }, + { "simplified" : "有待", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 9654, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有待", + "transcriptions" : { "pinyin" : "yǒu dài", + "numeric" : "you3 dai4", + "wadegiles" : "yu³ tai⁴", + "bopomofo" : "ㄧㄡˇ ㄉㄞˋ", + "romatzyh" : "yeou day" }, + "meanings" : [ "not yet (done)", "pending" ], + "classifiers" : [] } ] }, + { "simplified" : "有的", + "radical" : "月", + "level" : [ "new-1" ], + "frequency" : 1300, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "有的", + "transcriptions" : { "pinyin" : "yǒu de", + "numeric" : "you3 de5", + "wadegiles" : "yu³ de", + "bopomofo" : "ㄧㄡˇ de", + "romatzyh" : "yeou de" }, + "meanings" : [ "(there are) some (who are...)", + "some (exist)" ], + "classifiers" : [] } ] }, + { "simplified" : "有的放矢", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 56118, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有的放矢", + "transcriptions" : { "pinyin" : "yǒu dì fàng shǐ", + "numeric" : "you3 di4 fang4 shi3", + "wadegiles" : "yu³ ti⁴ fang⁴ shih³", + "bopomofo" : "ㄧㄡˇ ㄉㄧˋ ㄈㄤˋ ㄕˇ", + "romatzyh" : "yeou dih fanq shyy" }, + "meanings" : [ "lit. to have a target in mind when shooting one's arrows (idiom)", + "fig. to have a clear objective" ], + "classifiers" : [] } ] }, + { "simplified" : "有的是", + "radical" : "月", + "level" : [ "new-3" ], + "frequency" : 14445, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "有的是", + "transcriptions" : { "pinyin" : "yǒu de shì", + "numeric" : "you3 de5 shi4", + "wadegiles" : "yu³ de shih⁴", + "bopomofo" : "ㄧㄡˇ de ㄕˋ", + "romatzyh" : "yeou de shyh" }, + "meanings" : [ "have plenty of", + "there's no lack of" ], + "classifiers" : [] } ] }, + { "simplified" : "有点儿", + "radical" : "月", + "level" : [ "new-2" ], + "frequency" : 11175, + "pos" : [], + "forms" : [ { "traditional" : "有點兒", + "transcriptions" : { "pinyin" : "yǒu diǎn r", + "numeric" : "you3 dian3 r5", + "wadegiles" : "yu³ tien³ r", + "bopomofo" : "ㄧㄡˇ ㄉㄧㄢˇ r", + "romatzyh" : "yeou dean r" }, + "meanings" : [ "slightly", "a little", "somewhat" ], + "classifiers" : [] } ] }, + { "simplified" : "有点儿", + "radical" : "月", + "level" : [ "new-2" ], + "frequency" : 11175, + "pos" : [], + "forms" : [ { "traditional" : "有點兒", + "transcriptions" : { "pinyin" : "yǒu diǎn r", + "numeric" : "you3 dian3 r5", + "wadegiles" : "yu³ tien³ r", + "bopomofo" : "ㄧㄡˇ ㄉㄧㄢˇ r", + "romatzyh" : "yeou dean r" }, + "meanings" : [ "slightly", "a little", "somewhat" ], + "classifiers" : [] } ] }, + { "simplified" : "有毒", + "radical" : "月", + "level" : [ "new-5" ], + "frequency" : 7616, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "有毒", + "transcriptions" : { "pinyin" : "yǒu dú", + "numeric" : "you3 du2", + "wadegiles" : "yu³ tu²", + "bopomofo" : "ㄧㄡˇ ㄉㄨˊ", + "romatzyh" : "yeou dwu" }, + "meanings" : [ "poisonous" ], + "classifiers" : [] } ] }, + { "simplified" : "有关", + "radical" : "月", + "level" : [ "new-6" ], + "frequency" : 508, + "pos" : [ "vn", "p", "v" ], + "forms" : [ { "traditional" : "有關", + "transcriptions" : { "pinyin" : "yǒu guān", + "numeric" : "you3 guan1", + "wadegiles" : "yu³ kuan¹", + "bopomofo" : "ㄧㄡˇ ㄍㄨㄢ", + "romatzyh" : "yeou guan" }, + "meanings" : [ "to have sth to do with", + "to relate to", + "related to", + "to concern", + "concerning" ], + "classifiers" : [] } ] }, + { "simplified" : "有害", + "radical" : "月", + "level" : [ "new-5" ], + "frequency" : 7768, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "有害", + "transcriptions" : { "pinyin" : "yǒu hài", + "numeric" : "you3 hai4", + "wadegiles" : "yu³ hai⁴", + "bopomofo" : "ㄧㄡˇ ㄏㄞˋ", + "romatzyh" : "yeou hay" }, + "meanings" : [ "destructive", + "harmful", + "damaging" ], + "classifiers" : [] } ] }, + { "simplified" : "有机", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 6879, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "有機", + "transcriptions" : { "pinyin" : "yǒu jī", + "numeric" : "you3 ji1", + "wadegiles" : "yu³ chi¹", + "bopomofo" : "ㄧㄡˇ ㄐㄧ", + "romatzyh" : "yeou ji" }, + "meanings" : [ "organic" ], + "classifiers" : [] } ] }, + { "simplified" : "有劲儿", + "radical" : "月", + "level" : [ "new-4" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "有勁兒", + "transcriptions" : { "pinyin" : "yǒujìnr5", + "numeric" : "yǒujìnr5", + "wadegiles" : "yǒujìnr5", + "bopomofo" : "yǒujìnr5", + "romatzyh" : "yǒujìnr5" }, + "meanings" : [ "Strength" ], + "classifiers" : [] } ] }, + { "simplified" : "有空儿", + "radical" : "月", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "有空兒", + "transcriptions" : { "pinyin" : "yǒukòngr5", + "numeric" : "yǒukòngr5", + "wadegiles" : "yǒukòngr5", + "bopomofo" : "yǒukòngr5", + "romatzyh" : "yǒukòngr5" }, + "meanings" : [ "available" ], + "classifiers" : [] } ] }, + { "simplified" : "有口无心", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 70262, + "pos" : [], + "forms" : [ { "traditional" : "有口無心", + "transcriptions" : { "pinyin" : "yǒu kǒu wú xīn", + "numeric" : "you3 kou3 wu2 xin1", + "wadegiles" : "yu³ k'ou³ wu² hsin¹", + "bopomofo" : "ㄧㄡˇ ㄎㄡˇ ㄨˊ ㄒㄧㄣ", + "romatzyh" : "yeou koou wu shin" }, + "meanings" : [ "to speak harshly but without any bad intent (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "有力", + "radical" : "月", + "level" : [ "new-5" ], + "frequency" : 4350, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "有力", + "transcriptions" : { "pinyin" : "yǒu lì", + "numeric" : "you3 li4", + "wadegiles" : "yu³ li⁴", + "bopomofo" : "ㄧㄡˇ ㄌㄧˋ", + "romatzyh" : "yeou lih" }, + "meanings" : [ "powerful", "forceful", "vigorous" ], + "classifiers" : [] } ] }, + { "simplified" : "有利", + "radical" : "月", + "level" : [ "new-3", "old-5" ], + "frequency" : 4172, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "有利", + "transcriptions" : { "pinyin" : "yǒu lì", + "numeric" : "you3 li4", + "wadegiles" : "yu³ li⁴", + "bopomofo" : "ㄧㄡˇ ㄌㄧˋ", + "romatzyh" : "yeou lih" }, + "meanings" : [ "advantageous; favorable" ], + "classifiers" : [] } ] }, + { "simplified" : "有利于", + "radical" : "月", + "level" : [ "new-5" ], + "frequency" : 7879, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有利於", + "transcriptions" : { "pinyin" : "yǒu lì yú", + "numeric" : "you3 li4 yu2", + "wadegiles" : "yu³ li⁴ yü²", + "bopomofo" : "ㄧㄡˇ ㄌㄧˋ ㄩˊ", + "romatzyh" : "yeou lih yu" }, + "meanings" : [ "to be advantageous to; to be beneficial for" ], + "classifiers" : [] } ] }, + { "simplified" : "有两下子", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 70813, + "pos" : [], + "forms" : [ { "traditional" : "有兩下子", + "transcriptions" : { "pinyin" : "yǒu liǎng xià zi", + "numeric" : "you3 liang3 xia4 zi5", + "wadegiles" : "yu³ liang³ hsia⁴ zi", + "bopomofo" : "ㄧㄡˇ ㄌㄧㄤˇ ㄒㄧㄚˋ zi", + "romatzyh" : "yeou leang shiah zi" }, + "meanings" : [ "to have real skill", + "to know one's stuff" ], + "classifiers" : [] } ] }, + { "simplified" : "有没有", + "radical" : "月", + "level" : [ "new-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "有沒有", + "transcriptions" : { "pinyin" : "yǒu méi yǒu", + "numeric" : "you3 mei2 you3", + "wadegiles" : "yu³ mei² yu³", + "bopomofo" : "ㄧㄡˇ ㄇㄟˊ ㄧㄡˇ", + "romatzyh" : "yeou mei yeou" }, + "meanings" : [ "(before a noun) Do (you, they etc) have ...?", + "Is there a ...?", + "(before a verb) Did (you, they etc) (verb, infinitive)?", + "Have (you, they etc) (verb, past participle)?" ], + "classifiers" : [] } ] }, + { "simplified" : "有名", + "radical" : "月", + "level" : [ "new-1", "old-3" ], + "frequency" : 6219, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "有名", + "transcriptions" : { "pinyin" : "yǒu míng", + "numeric" : "you3 ming2", + "wadegiles" : "yu³ ming²", + "bopomofo" : "ㄧㄡˇ ㄇㄧㄥˊ", + "romatzyh" : "yeou ming" }, + "meanings" : [ "famous", "well-known" ], + "classifiers" : [] } ] }, + { "simplified" : "有趣", + "radical" : "月", + "level" : [ "new-4", "old-4" ], + "frequency" : 2524, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "有趣", + "transcriptions" : { "pinyin" : "yǒu qù", + "numeric" : "you3 qu4", + "wadegiles" : "yu³ ch'ü⁴", + "bopomofo" : "ㄧㄡˇ ㄑㄩˋ", + "romatzyh" : "yeou chiuh" }, + "meanings" : [ "interesting", + "fascinating", + "amusing" ], + "classifiers" : [] } ] }, + { "simplified" : "有人", + "radical" : "月", + "level" : [ "new-2" ], + "frequency" : 463, + "pos" : [ "r", "nr" ], + "forms" : [ { "traditional" : "有人", + "transcriptions" : { "pinyin" : "yǒu rén", + "numeric" : "you3 ren2", + "wadegiles" : "yu³ jen²", + "bopomofo" : "ㄧㄡˇ ㄖㄣˊ", + "romatzyh" : "yeou ren" }, + "meanings" : [ "someone", + "people", + "anyone", + "there is someone there", + "occupied (as in restroom)" ], + "classifiers" : [] } ] }, + { "simplified" : "有声有色", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 42205, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "有聲有色", + "transcriptions" : { "pinyin" : "yǒu shēng yǒu sè", + "numeric" : "you3 sheng1 you3 se4", + "wadegiles" : "yu³ sheng¹ yu³ se⁴", + "bopomofo" : "ㄧㄡˇ ㄕㄥ ㄧㄡˇ ㄙㄜˋ", + "romatzyh" : "yeou sheng yeou seh" }, + "meanings" : [ "having sound and color (idiom); vivid", + "dazzling" ], + "classifiers" : [] } ] }, + { "simplified" : "有时", + "radical" : "月", + "level" : [ "new-1" ], + "frequency" : 1568, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "有時", + "transcriptions" : { "pinyin" : "yǒu shí", + "numeric" : "you3 shi2", + "wadegiles" : "yu³ shih²", + "bopomofo" : "ㄧㄡˇ ㄕˊ", + "romatzyh" : "yeou shyr" }, + "meanings" : [ "sometimes", "now and then" ], + "classifiers" : [] } ] }, + { "simplified" : "有时候", + "radical" : "月", + "level" : [ "new-1" ], + "frequency" : 1725, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "有時候", + "transcriptions" : { "pinyin" : "yǒu shí hou", + "numeric" : "you3 shi2 hou5", + "wadegiles" : "yu³ shih² hou", + "bopomofo" : "ㄧㄡˇ ㄕˊ hou", + "romatzyh" : "yeou shyr hou" }, + "meanings" : [ "sometimes" ], + "classifiers" : [] } ] }, + { "simplified" : "有事", + "radical" : "月", + "level" : [ "new-6" ], + "frequency" : 6982, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有事", + "transcriptions" : { "pinyin" : "yǒu shì", + "numeric" : "you3 shi4", + "wadegiles" : "yu³ shih⁴", + "bopomofo" : "ㄧㄡˇ ㄕˋ", + "romatzyh" : "yeou shyh" }, + "meanings" : [ "to be occupied with sth", + "to have sth on one's mind", + "there is something the matter" ], + "classifiers" : [] } ] }, + { "simplified" : "有所", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 1676, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有所", + "transcriptions" : { "pinyin" : "yǒu suǒ", + "numeric" : "you3 suo3", + "wadegiles" : "yu³ so³", + "bopomofo" : "ㄧㄡˇ ㄙㄨㄛˇ", + "romatzyh" : "yeou suoo" }, + "meanings" : [ "somewhat", "to some extent" ], + "classifiers" : [] } ] }, + { "simplified" : "有所不同", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 12326, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有所不同", + "transcriptions" : { "pinyin" : "yǒu suǒ bù tóng", + "numeric" : "you3 suo3 bu4 tong2", + "wadegiles" : "yu³ so³ pu⁴ t'ung²", + "bopomofo" : "ㄧㄡˇ ㄙㄨㄛˇ ㄅㄨˋ ㄊㄨㄥˊ", + "romatzyh" : "yeou suoo buh torng" }, + "meanings" : [ "to differ to some extent (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "有条不紊", + "radical" : "月", + "level" : [ "old-6" ], + "frequency" : 21130, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "有條不紊", + "transcriptions" : { "pinyin" : "yǒu tiáo bù wěn", + "numeric" : "you3 tiao2 bu4 wen3", + "wadegiles" : "yu³ t'iao² pu⁴ wen³", + "bopomofo" : "ㄧㄡˇ ㄊㄧㄠˊ ㄅㄨˋ ㄨㄣˇ", + "romatzyh" : "yeou tyau buh woen" }, + "meanings" : [ "regular and thorough (idiom); methodically arranged" ], + "classifiers" : [] } ] }, + { "simplified" : "有望", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 11461, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有望", + "transcriptions" : { "pinyin" : "yǒu wàng", + "numeric" : "you3 wang4", + "wadegiles" : "yu³ wang⁴", + "bopomofo" : "ㄧㄡˇ ㄨㄤˋ", + "romatzyh" : "yeou wanq" }, + "meanings" : [ "hopeful", "promising" ], + "classifiers" : [] } ] }, + { "simplified" : "有限", + "radical" : "月", + "level" : [ "new-4" ], + "frequency" : 4159, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "有限", + "transcriptions" : { "pinyin" : "yǒu xiàn", + "numeric" : "you3 xian4", + "wadegiles" : "yu³ hsien⁴", + "bopomofo" : "ㄧㄡˇ ㄒㄧㄢˋ", + "romatzyh" : "yeou shiann" }, + "meanings" : [ "limited", "finite" ], + "classifiers" : [] } ] }, + { "simplified" : "有效", + "radical" : "月", + "level" : [ "new-3" ], + "frequency" : 1379, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "有效", + "transcriptions" : { "pinyin" : "yǒu xiào", + "numeric" : "you3 xiao4", + "wadegiles" : "yu³ hsiao⁴", + "bopomofo" : "ㄧㄡˇ ㄒㄧㄠˋ", + "romatzyh" : "yeou shiaw" }, + "meanings" : [ "effective", "in effect", "valid" ], + "classifiers" : [] } ] }, + { "simplified" : "有效期", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 20380, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "有效期", + "transcriptions" : { "pinyin" : "yǒu xiào qī", + "numeric" : "you3 xiao4 qi1", + "wadegiles" : "yu³ hsiao⁴ ch'i¹", + "bopomofo" : "ㄧㄡˇ ㄒㄧㄠˋ ㄑㄧ", + "romatzyh" : "yeou shiaw chi" }, + "meanings" : [ "period of validity", + "sell-by date" ], + "classifiers" : [] } ] }, + { "simplified" : "有些", + "radical" : "月", + "level" : [ "new-1" ], + "frequency" : 394, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "有些", + "transcriptions" : { "pinyin" : "yǒu xiē", + "numeric" : "you3 xie1", + "wadegiles" : "yu³ hsieh¹", + "bopomofo" : "ㄧㄡˇ ㄒㄧㄝ", + "romatzyh" : "yeou shie" }, + "meanings" : [ "some", "somewhat" ], + "classifiers" : [] } ] }, + { "simplified" : "有些", + "radical" : "月", + "level" : [ "new-1" ], + "frequency" : 394, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "有些", + "transcriptions" : { "pinyin" : "yǒu xiē", + "numeric" : "you3 xie1", + "wadegiles" : "yu³ hsieh¹", + "bopomofo" : "ㄧㄡˇ ㄒㄧㄝ", + "romatzyh" : "yeou shie" }, + "meanings" : [ "some", "somewhat" ], + "classifiers" : [] } ] }, + { "simplified" : "有幸", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 9817, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有幸", + "transcriptions" : { "pinyin" : "yǒu xìng", + "numeric" : "you3 xing4", + "wadegiles" : "yu³ hsing⁴", + "bopomofo" : "ㄧㄡˇ ㄒㄧㄥˋ", + "romatzyh" : "yeou shinq" }, + "meanings" : [ "fortunately" ], + "classifiers" : [] } ] }, + { "simplified" : "有序", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 20495, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "有序", + "transcriptions" : { "pinyin" : "yǒu xù", + "numeric" : "you3 xu4", + "wadegiles" : "yu³ hsü⁴", + "bopomofo" : "ㄧㄡˇ ㄒㄩˋ", + "romatzyh" : "yeou shiuh" }, + "meanings" : [ "regular", + "orderly", + "successive", + "in order" ], + "classifiers" : [] } ] }, + { "simplified" : "有一点儿", + "radical" : "月", + "level" : [ "new-2" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "有一點兒", + "transcriptions" : { "pinyin" : "yǒu yī diǎn r", + "numeric" : "you3 yi1 dian3 r5", + "wadegiles" : "yu³ i¹ tien³ r", + "bopomofo" : "ㄧㄡˇ ㄧ ㄉㄧㄢˇ r", + "romatzyh" : "yeou i dean r" }, + "meanings" : [ "a bit", "a little" ], + "classifiers" : [] } ] }, + { "simplified" : "有一些", + "radical" : "月", + "level" : [ "new-1" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "有一些", + "transcriptions" : { "pinyin" : "yǒu yī xiē", + "numeric" : "you3 yi1 xie1", + "wadegiles" : "yu³ i¹ hsieh¹", + "bopomofo" : "ㄧㄡˇ ㄧ ㄒㄧㄝ", + "romatzyh" : "yeou i shie" }, + "meanings" : [ "somewhat", "rather", "some" ], + "classifiers" : [] } ] }, + { "simplified" : "有益", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 7633, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "有益", + "transcriptions" : { "pinyin" : "yǒu yì", + "numeric" : "you3 yi4", + "wadegiles" : "yu³ i⁴", + "bopomofo" : "ㄧㄡˇ ㄧˋ", + "romatzyh" : "yeou yih" }, + "meanings" : [ "useful", + "beneficial", + "profitable" ], + "classifiers" : [] } ] }, + { "simplified" : "有意", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 4661, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "有意", + "transcriptions" : { "pinyin" : "yǒu yì", + "numeric" : "you3 yi4", + "wadegiles" : "yu³ i⁴", + "bopomofo" : "ㄧㄡˇ ㄧˋ", + "romatzyh" : "yeou yih" }, + "meanings" : [ "to intend", + "intentionally", + "interested in" ], + "classifiers" : [] } ] }, + { "simplified" : "有意思", + "radical" : "月", + "level" : [ "new-2" ], + "frequency" : 2983, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "有意思", + "transcriptions" : { "pinyin" : "yǒu yì si", + "numeric" : "you3 yi4 si5", + "wadegiles" : "yu³ i⁴ si", + "bopomofo" : "ㄧㄡˇ ㄧˋ si", + "romatzyh" : "yeou yih si" }, + "meanings" : [ "interesting", + "meaningful", + "enjoyable", + "fun" ], + "classifiers" : [] } ] }, + { "simplified" : "有用", + "radical" : "月", + "level" : [ "new-1" ], + "frequency" : 4834, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "有用", + "transcriptions" : { "pinyin" : "yǒu yòng", + "numeric" : "you3 yong4", + "wadegiles" : "yu³ yung⁴", + "bopomofo" : "ㄧㄡˇ ㄩㄥˋ", + "romatzyh" : "yeou yonq" }, + "meanings" : [ "useful" ], + "classifiers" : [] } ] }, + { "simplified" : "有着", + "radical" : "月", + "level" : [ "new-5" ], + "frequency" : 2225, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有著", + "transcriptions" : { "pinyin" : "yǒu zhe", + "numeric" : "you3 zhe5", + "wadegiles" : "yu³ zhe", + "bopomofo" : "ㄧㄡˇ zhe", + "romatzyh" : "yeou zhe" }, + "meanings" : [ "to have", "to possess" ], + "classifiers" : [] } ] }, + { "simplified" : "有助于", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 6239, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "有助於", + "transcriptions" : { "pinyin" : "yǒu zhù yú", + "numeric" : "you3 zhu4 yu2", + "wadegiles" : "yu³ chu⁴ yü²", + "bopomofo" : "ㄧㄡˇ ㄓㄨˋ ㄩˊ", + "romatzyh" : "yeou juh yu" }, + "meanings" : [ "to contribute to", "to promote" ], + "classifiers" : [] } ] }, + { "simplified" : "又", + "radical" : "又", + "level" : [ "new-2", "old-3" ], + "frequency" : 91, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "又", + "transcriptions" : { "pinyin" : "yòu", + "numeric" : "you4", + "wadegiles" : "yu⁴", + "bopomofo" : "ㄧㄡˋ", + "romatzyh" : "yow" }, + "meanings" : [ "(once) again", + "also", + "both... and...", + "and yet", + "(used for emphasis) anyway" ], + "classifiers" : [] } ] }, + { "simplified" : "右", + "radical" : "口", + "level" : [ "new-1" ], + "frequency" : 1481, + "pos" : [ "f", "a" ], + "forms" : [ { "traditional" : "右", + "transcriptions" : { "pinyin" : "yòu", + "numeric" : "you4", + "wadegiles" : "yu⁴", + "bopomofo" : "ㄧㄡˋ", + "romatzyh" : "yow" }, + "meanings" : [ "(bound form) right; right-hand side", + "(bound form) (politics) right of center", + "(bound form) (old) west", + "(literary) the right side as the side of precedence" ], + "classifiers" : [] } ] }, + { "simplified" : "右边", + "radical" : "口", + "level" : [ "new-1", "old-2" ], + "frequency" : 2906, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "右邊", + "transcriptions" : { "pinyin" : "yòu bian", + "numeric" : "you4 bian5", + "wadegiles" : "yu⁴ bian", + "bopomofo" : "ㄧㄡˋ bian", + "romatzyh" : "yow bian" }, + "meanings" : [ "right side", + "right, to the right" ], + "classifiers" : [] } ] }, + { "simplified" : "幼儿园", + "radical" : "幺", + "level" : [ "new-4", "old-5" ], + "frequency" : 5893, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "幼兒園", + "transcriptions" : { "pinyin" : "yòu ér yuán", + "numeric" : "you4 er2 yuan2", + "wadegiles" : "yu⁴ erh² yüan²", + "bopomofo" : "ㄧㄡˋ ㄦˊ ㄩㄢˊ", + "romatzyh" : "yow erl yuan" }, + "meanings" : [ "kindergarten", "nursery school" ], + "classifiers" : [] } ] }, + { "simplified" : "幼稚", + "radical" : "幺", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6903, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "幼稚", + "transcriptions" : { "pinyin" : "yòu zhì", + "numeric" : "you4 zhi4", + "wadegiles" : "yu⁴ chih⁴", + "bopomofo" : "ㄧㄡˋ ㄓˋ", + "romatzyh" : "yow jyh" }, + "meanings" : [ "young", "childish", "puerile" ], + "classifiers" : [] } ] }, + { "simplified" : "诱饵", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 16190, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "誘餌", + "transcriptions" : { "pinyin" : "yòu ěr", + "numeric" : "you4 er3", + "wadegiles" : "yu⁴ erh³", + "bopomofo" : "ㄧㄡˋ ㄦˇ", + "romatzyh" : "yow eel" }, + "meanings" : [ "bait" ], + "classifiers" : [] } ] }, + { "simplified" : "诱发", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 15926, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "誘發", + "transcriptions" : { "pinyin" : "yòu fā", + "numeric" : "you4 fa1", + "wadegiles" : "yu⁴ fa¹", + "bopomofo" : "ㄧㄡˋ ㄈㄚ", + "romatzyh" : "yow fa" }, + "meanings" : [ "to induce", + "to cause", + "to elicit", + "to trigger" ], + "classifiers" : [] } ] }, + { "simplified" : "诱惑", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3997, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "誘惑", + "transcriptions" : { "pinyin" : "yòu huò", + "numeric" : "you4 huo4", + "wadegiles" : "yu⁴ huo⁴", + "bopomofo" : "ㄧㄡˋ ㄏㄨㄛˋ", + "romatzyh" : "yow huoh" }, + "meanings" : [ "to entice", + "to lure", + "to induce", + "to attract" ], + "classifiers" : [] } ] }, + { "simplified" : "诱人", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 7738, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "誘人", + "transcriptions" : { "pinyin" : "yòu rén", + "numeric" : "you4 ren2", + "wadegiles" : "yu⁴ jen²", + "bopomofo" : "ㄧㄡˋ ㄖㄣˊ", + "romatzyh" : "yow ren" }, + "meanings" : [ "attractive; alluring; captivating" ], + "classifiers" : [] } ] }, + { "simplified" : "友好", + "radical" : "又", + "level" : [ "new-2", "old-4" ], + "frequency" : 3210, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "友好", + "transcriptions" : { "pinyin" : "Yǒu hǎo", + "numeric" : "You3 hao3", + "wadegiles" : "yu³ hao³", + "bopomofo" : "ㄧㄡˇ ㄏㄠˇ", + "romatzyh" : "yeou hao" }, + "meanings" : [ "Youhao district of Yichun city 市, Heilongjiang" ], + "classifiers" : [] }, + { "traditional" : "友好", + "transcriptions" : { "pinyin" : "yǒu hǎo", + "numeric" : "you3 hao3", + "wadegiles" : "yu³ hao³", + "bopomofo" : "ㄧㄡˇ ㄏㄠˇ", + "romatzyh" : "yeou hao" }, + "meanings" : [ "friendly; amicable", + "close friend" ], + "classifiers" : [] } ] }, + { "simplified" : "友情", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 6544, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "友情", + "transcriptions" : { "pinyin" : "yǒu qíng", + "numeric" : "you3 qing2", + "wadegiles" : "yu³ ch'ing²", + "bopomofo" : "ㄧㄡˇ ㄑㄧㄥˊ", + "romatzyh" : "yeou chyng" }, + "meanings" : [ "friendly feelings", "friendship" ], + "classifiers" : [] } ] }, + { "simplified" : "友人", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 18153, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "友人", + "transcriptions" : { "pinyin" : "yǒu rén", + "numeric" : "you3 ren2", + "wadegiles" : "yu³ jen²", + "bopomofo" : "ㄧㄡˇ ㄖㄣˊ", + "romatzyh" : "yeou ren" }, + "meanings" : [ "friend" ], + "classifiers" : [] } ] }, + { "simplified" : "友善", + "radical" : "又", + "level" : [ "new-7+" ], + "frequency" : 11688, + "pos" : [ "a", "nr", "an" ], + "forms" : [ { "traditional" : "友善", + "transcriptions" : { "pinyin" : "yǒu shàn", + "numeric" : "you3 shan4", + "wadegiles" : "yu³ shan⁴", + "bopomofo" : "ㄧㄡˇ ㄕㄢˋ", + "romatzyh" : "yeou shann" }, + "meanings" : [ "friendly" ], + "classifiers" : [] } ] }, + { "simplified" : "友谊", + "radical" : "又", + "level" : [ "new-5", "old-4" ], + "frequency" : 3801, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "友誼", + "transcriptions" : { "pinyin" : "yǒu yì", + "numeric" : "you3 yi4", + "wadegiles" : "yu³ i⁴", + "bopomofo" : "ㄧㄡˇ ㄧˋ", + "romatzyh" : "yeou yih" }, + "meanings" : [ "companionship", + "fellowship", + "friendship" ], + "classifiers" : [] } ] }, + { "simplified" : "于", + "radical" : "二", + "level" : [ "new-6" ], + "frequency" : 246, + "pos" : [ "p", "g" ], + "forms" : [ { "traditional" : "于", + "transcriptions" : { "pinyin" : "Yú", + "numeric" : "Yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "surname Yu" ], + "classifiers" : [] }, + { "traditional" : "于", + "transcriptions" : { "pinyin" : "yú", + "numeric" : "yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "to go", + "to take", + "sentence-final interrogative particle", + "variant of 于" ], + "classifiers" : [] }, + { "traditional" : "於", + "transcriptions" : { "pinyin" : "yú", + "numeric" : "yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "(of time or place) in; at; on", + "(indicating any indirect relation) to; toward; vis-à-vis; with regard to; for", + "(indicating a source) from; out of", + "(used in comparison) than", + "(used in the passive voice) by" ], + "classifiers" : [] } ] }, + { "simplified" : "于是", + "radical" : "二", + "level" : [ "new-4", "old-4" ], + "frequency" : 1151, + "pos" : [ "cc" ], + "forms" : [ { "traditional" : "於是", + "transcriptions" : { "pinyin" : "yú shì", + "numeric" : "yu2 shi4", + "wadegiles" : "yü² shih⁴", + "bopomofo" : "ㄩˊ ㄕˋ", + "romatzyh" : "yu shyh" }, + "meanings" : [ "thereupon; as a result; consequently; thus; hence" ], + "classifiers" : [] } ] }, + { "simplified" : "余", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 8291, + "pos" : [ "m", "g", "Rg", "v" ], + "forms" : [ { "traditional" : "余", + "transcriptions" : { "pinyin" : "Yú", + "numeric" : "Yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "surname Yu" ], + "classifiers" : [] }, + { "traditional" : "余", + "transcriptions" : { "pinyin" : "yú", + "numeric" : "yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "(literary) I; me", "variant of 余" ], + "classifiers" : [] }, + { "traditional" : "餘", + "transcriptions" : { "pinyin" : "yú", + "numeric" : "yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "extra", + "surplus", + "remaining", + "remainder after division", + "(following numerical value) or more", + "in excess of (some number)", + "residue (math.)", + "after", + "I", + "me" ], + "classifiers" : [] } ] }, + { "simplified" : "余地", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 8721, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餘地", + "transcriptions" : { "pinyin" : "yú dì", + "numeric" : "yu2 di4", + "wadegiles" : "yü² ti⁴", + "bopomofo" : "ㄩˊ ㄉㄧˋ", + "romatzyh" : "yu dih" }, + "meanings" : [ "margin", "leeway" ], + "classifiers" : [] } ] }, + { "simplified" : "余额", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 13488, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "餘額", + "transcriptions" : { "pinyin" : "yú é", + "numeric" : "yu2 e2", + "wadegiles" : "yü² e²", + "bopomofo" : "ㄩˊ ㄜˊ", + "romatzyh" : "yu er" }, + "meanings" : [ "balance (of an account, bill etc)", + "surplus", + "remainder" ], + "classifiers" : [] } ] }, + { "simplified" : "鱼", + "radical" : "鱼", + "level" : [ "new-2", "old-2" ], + "frequency" : 1189, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "魚", + "transcriptions" : { "pinyin" : "Yú", + "numeric" : "Yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "surname Yu" ], + "classifiers" : [] }, + { "traditional" : "魚", + "transcriptions" : { "pinyin" : "yú", + "numeric" : "yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "fish" ], + "classifiers" : [ "条", "尾" ] } ] }, + { "simplified" : "娱乐", + "radical" : "女", + "level" : [ "new-6", "old-5" ], + "frequency" : 2283, + "pos" : [ "vn", "v", "n" ], + "forms" : [ { "traditional" : "娛樂", + "transcriptions" : { "pinyin" : "yú lè", + "numeric" : "yu2 le4", + "wadegiles" : "yü² le⁴", + "bopomofo" : "ㄩˊ ㄌㄜˋ", + "romatzyh" : "yu leh" }, + "meanings" : [ "to entertain", + "to amuse", + "entertainment", + "recreation", + "amusement", + "hobby", + "fun", + "joy" ], + "classifiers" : [] } ] }, + { "simplified" : "渔船", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 13146, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "漁船", + "transcriptions" : { "pinyin" : "yú chuán", + "numeric" : "yu2 chuan2", + "wadegiles" : "yü² ch'uan²", + "bopomofo" : "ㄩˊ ㄔㄨㄢˊ", + "romatzyh" : "yu chwan" }, + "meanings" : [ "fishing boat" ], + "classifiers" : [ "条" ] } ] }, + { "simplified" : "渔民", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16659, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "漁民", + "transcriptions" : { "pinyin" : "yú mín", + "numeric" : "yu2 min2", + "wadegiles" : "yü² min²", + "bopomofo" : "ㄩˊ ㄇㄧㄣˊ", + "romatzyh" : "yu min" }, + "meanings" : [ "fisherman", "fisher folk" ], + "classifiers" : [] } ] }, + { "simplified" : "愉快", + "radical" : "忄", + "level" : [ "new-6", "old-4" ], + "frequency" : 2823, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "愉快", + "transcriptions" : { "pinyin" : "yú kuài", + "numeric" : "yu2 kuai4", + "wadegiles" : "yü² k'uai⁴", + "bopomofo" : "ㄩˊ ㄎㄨㄞˋ", + "romatzyh" : "yu kuay" }, + "meanings" : [ "cheerful", + "cheerily", + "delightful", + "pleasant", + "pleasantly", + "pleasing", + "happy", + "delighted" ], + "classifiers" : [] } ] }, + { "simplified" : "逾期", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 23749, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "逾期", + "transcriptions" : { "pinyin" : "yú qī", + "numeric" : "yu2 qi1", + "wadegiles" : "yü² ch'i¹", + "bopomofo" : "ㄩˊ ㄑㄧ", + "romatzyh" : "yu chi" }, + "meanings" : [ "to be overdue", + "to fail to meet a deadline", + "to be behind in doing sth" ], + "classifiers" : [] } ] }, + { "simplified" : "愚蠢", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5764, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "愚蠢", + "transcriptions" : { "pinyin" : "yú chǔn", + "numeric" : "yu2 chun3", + "wadegiles" : "yü² ch'un³", + "bopomofo" : "ㄩˊ ㄔㄨㄣˇ", + "romatzyh" : "yu choen" }, + "meanings" : [ "silly", "stupid" ], + "classifiers" : [] } ] }, + { "simplified" : "愚公移山", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 50260, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "愚公移山", + "transcriptions" : { "pinyin" : "yú gōng yí shān", + "numeric" : "yu2 gong1 yi2 shan1", + "wadegiles" : "yü² kung¹ i² shan¹", + "bopomofo" : "ㄩˊ ㄍㄨㄥ ㄧˊ ㄕㄢ", + "romatzyh" : "yu gong yi shan" }, + "meanings" : [ "the old man moves mountains (idiom); fig. where there's a will, there's a way" ], + "classifiers" : [] } ] }, + { "simplified" : "愚昧", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 18748, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "愚昧", + "transcriptions" : { "pinyin" : "yú mèi", + "numeric" : "yu2 mei4", + "wadegiles" : "yü² mei⁴", + "bopomofo" : "ㄩˊ ㄇㄟˋ", + "romatzyh" : "yu mey" }, + "meanings" : [ "ignorant; uneducated", + "ignorance" ], + "classifiers" : [] } ] }, + { "simplified" : "舆论", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9147, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "輿論", + "transcriptions" : { "pinyin" : "yú lùn", + "numeric" : "yu2 lun4", + "wadegiles" : "yü² lun⁴", + "bopomofo" : "ㄩˊ ㄌㄨㄣˋ", + "romatzyh" : "yu luenn" }, + "meanings" : [ "public opinion" ], + "classifiers" : [] } ] }, + { "simplified" : "与", + "radical" : "一", + "level" : [ "new-6", "old-4" ], + "frequency" : 147, + "pos" : [ "p", "cc" ], + "forms" : [ { "traditional" : "與", + "transcriptions" : { "pinyin" : "yú", + "numeric" : "yu2", + "wadegiles" : "yü²", + "bopomofo" : "ㄩˊ", + "romatzyh" : "yu" }, + "meanings" : [ "variant of 欤" ], + "classifiers" : [] }, + { "traditional" : "與", + "transcriptions" : { "pinyin" : "yǔ", + "numeric" : "yu3", + "wadegiles" : "yü³", + "bopomofo" : "ㄩˇ", + "romatzyh" : "yeu" }, + "meanings" : [ "and", "to give", "together with" ], + "classifiers" : [] }, + { "traditional" : "與", + "transcriptions" : { "pinyin" : "yù", + "numeric" : "yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "to take part in" ], + "classifiers" : [] } ] }, + { "simplified" : "与此同时", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 4800, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "與此同時", + "transcriptions" : { "pinyin" : "yǔ cǐ tóng shí", + "numeric" : "yu3 ci3 tong2 shi2", + "wadegiles" : "yü³ tz'u³ t'ung² shih²", + "bopomofo" : "ㄩˇ ㄘˇ ㄊㄨㄥˊ ㄕˊ", + "romatzyh" : "yeu tsyy torng shyr" }, + "meanings" : [ "at the same time; meanwhile" ], + "classifiers" : [] } ] }, + { "simplified" : "与否", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7060, + "pos" : [ "u" ], + "forms" : [ { "traditional" : "與否", + "transcriptions" : { "pinyin" : "yǔ fǒu", + "numeric" : "yu3 fou3", + "wadegiles" : "yü³ fou³", + "bopomofo" : "ㄩˇ ㄈㄡˇ", + "romatzyh" : "yeu foou" }, + "meanings" : [ "whether or not (at the end of a phrase)" ], + "classifiers" : [] } ] }, + { "simplified" : "与其", + "radical" : "一", + "level" : [ "new-7+", "old-5" ], + "frequency" : 14771, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "與其", + "transcriptions" : { "pinyin" : "yǔ qí", + "numeric" : "yu3 qi2", + "wadegiles" : "yü³ ch'i²", + "bopomofo" : "ㄩˇ ㄑㄧˊ", + "romatzyh" : "yeu chyi" }, + "meanings" : [ "rather than...", + "与其 A 如 B (rather than A, better to B)" ], + "classifiers" : [] } ] }, + { "simplified" : "与日俱增", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 27300, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "與日俱增", + "transcriptions" : { "pinyin" : "yǔ rì jù zēng", + "numeric" : "yu3 ri4 ju4 zeng1", + "wadegiles" : "yü³ jih⁴ chü⁴ tseng¹", + "bopomofo" : "ㄩˇ ㄖˋ ㄐㄩˋ ㄗㄥ", + "romatzyh" : "yeu ryh jiuh tzeng" }, + "meanings" : [ "to increase steadily", + "to grow with each passing day" ], + "classifiers" : [] } ] }, + { "simplified" : "与时俱进", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "與時俱進", + "transcriptions" : { "pinyin" : "yǔ shí jù jìn", + "numeric" : "yu3 shi2 ju4 jin4", + "wadegiles" : "yü³ shih² chü⁴ chin⁴", + "bopomofo" : "ㄩˇ ㄕˊ ㄐㄩˋ ㄐㄧㄣˋ", + "romatzyh" : "yeu shyr jiuh jinn" }, + "meanings" : [ "abreast of modern developments", + "to keep up with the times", + "progressive", + "timely" ], + "classifiers" : [] } ] }, + { "simplified" : "与众不同", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 6561, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "與眾不同", + "transcriptions" : { "pinyin" : "yǔ zhòng bù tóng", + "numeric" : "yu3 zhong4 bu4 tong2", + "wadegiles" : "yü³ chung⁴ pu⁴ t'ung²", + "bopomofo" : "ㄩˇ ㄓㄨㄥˋ ㄅㄨˋ ㄊㄨㄥˊ", + "romatzyh" : "yeu jonq buh torng" }, + "meanings" : [ "to stand out from the masses (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "予以", + "radical" : "亅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8707, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "予以", + "transcriptions" : { "pinyin" : "yǔ yǐ", + "numeric" : "yu3 yi3", + "wadegiles" : "yü³ i³", + "bopomofo" : "ㄩˇ ㄧˇ", + "romatzyh" : "yeu yii" }, + "meanings" : [ "to give", "to impose", "to apply" ], + "classifiers" : [] } ] }, + { "simplified" : "宇航员", + "radical" : "宀", + "level" : [ "new-6" ], + "frequency" : 9650, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宇航員", + "transcriptions" : { "pinyin" : "yǔ háng yuán", + "numeric" : "yu3 hang2 yuan2", + "wadegiles" : "yü³ hang² yüan²", + "bopomofo" : "ㄩˇ ㄏㄤˊ ㄩㄢˊ", + "romatzyh" : "yeu harng yuan" }, + "meanings" : [ "astronaut" ], + "classifiers" : [] } ] }, + { "simplified" : "宇宙", + "radical" : "宀", + "level" : [ "new-7+", "old-5" ], + "frequency" : 3871, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宇宙", + "transcriptions" : { "pinyin" : "yǔ zhòu", + "numeric" : "yu3 zhou4", + "wadegiles" : "yü³ chou⁴", + "bopomofo" : "ㄩˇ ㄓㄡˋ", + "romatzyh" : "yeu jow" }, + "meanings" : [ "universe", "cosmos" ], + "classifiers" : [] } ] }, + { "simplified" : "羽毛球", + "radical" : "羽", + "level" : [ "new-5", "old-4" ], + "frequency" : 16966, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "羽毛球", + "transcriptions" : { "pinyin" : "yǔ máo qiú", + "numeric" : "yu3 mao2 qiu2", + "wadegiles" : "yü³ mao² ch'iu²", + "bopomofo" : "ㄩˇ ㄇㄠˊ ㄑㄧㄡˊ", + "romatzyh" : "yeu mau chyou" }, + "meanings" : [ "shuttlecock", "badminton" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "羽绒服", + "radical" : "羽", + "level" : [ "new-5", "old-6" ], + "frequency" : 37036, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "羽絨服", + "transcriptions" : { "pinyin" : "yǔ róng fú", + "numeric" : "yu3 rong2 fu2", + "wadegiles" : "yü³ jung² fu²", + "bopomofo" : "ㄩˇ ㄖㄨㄥˊ ㄈㄨˊ", + "romatzyh" : "yeu rong fwu" }, + "meanings" : [ "down-filled garment" ], + "classifiers" : [] } ] }, + { "simplified" : "雨", + "radical" : "雨", + "level" : [ "new-1" ], + "frequency" : 1929, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "雨", + "transcriptions" : { "pinyin" : "yǔ", + "numeric" : "yu3", + "wadegiles" : "yü³", + "bopomofo" : "ㄩˇ", + "romatzyh" : "yeu" }, + "meanings" : [ "rain" ], + "classifiers" : [ "阵", "场" ] }, + { "traditional" : "雨", + "transcriptions" : { "pinyin" : "yù", + "numeric" : "yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "(literary) to rain", + "(of rain, snow etc) to fall", + "to precipitate", + "to wet" ], + "classifiers" : [] } ] }, + { "simplified" : "雨水", + "radical" : "雨", + "level" : [ "new-5" ], + "frequency" : 11013, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雨水", + "transcriptions" : { "pinyin" : "Yǔ shuǐ", + "numeric" : "Yu3 shui3", + "wadegiles" : "yü³ shui³", + "bopomofo" : "ㄩˇ ㄕㄨㄟˇ", + "romatzyh" : "yeu shoei" }, + "meanings" : [ "Yushui or Rain Water, 2nd of the 24 solar terms 二十四节气 19th February-5th March" ], + "classifiers" : [] }, + { "traditional" : "雨水", + "transcriptions" : { "pinyin" : "yǔ shuǐ", + "numeric" : "yu3 shui3", + "wadegiles" : "yü³ shui³", + "bopomofo" : "ㄩˇ ㄕㄨㄟˇ", + "romatzyh" : "yeu shoei" }, + "meanings" : [ "rainwater; rainfall; rain" ], + "classifiers" : [] } ] }, + { "simplified" : "雨衣", + "radical" : "雨", + "level" : [ "new-6" ], + "frequency" : 23626, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雨衣", + "transcriptions" : { "pinyin" : "yǔ yī", + "numeric" : "yu3 yi1", + "wadegiles" : "yü³ i¹", + "bopomofo" : "ㄩˇ ㄧ", + "romatzyh" : "yeu i" }, + "meanings" : [ "raincoat" ], + "classifiers" : [ "件" ] } ] }, + { "simplified" : "语法", + "radical" : "讠", + "level" : [ "new-4", "old-4" ], + "frequency" : 13430, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "語法", + "transcriptions" : { "pinyin" : "yǔ fǎ", + "numeric" : "yu3 fa3", + "wadegiles" : "yü³ fa³", + "bopomofo" : "ㄩˇ ㄈㄚˇ", + "romatzyh" : "yeu faa" }, + "meanings" : [ "grammar" ], + "classifiers" : [] } ] }, + { "simplified" : "语气", + "radical" : "讠", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5826, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "語氣", + "transcriptions" : { "pinyin" : "yǔ qì", + "numeric" : "yu3 qi4", + "wadegiles" : "yü³ ch'i⁴", + "bopomofo" : "ㄩˇ ㄑㄧˋ", + "romatzyh" : "yeu chih" }, + "meanings" : [ "tone", + "manner of speaking", + "mood" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "语言", + "radical" : "讠", + "level" : [ "new-2", "old-4" ], + "frequency" : 1948, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "語言", + "transcriptions" : { "pinyin" : "yǔ yán", + "numeric" : "yu3 yan2", + "wadegiles" : "yü³ yan²", + "bopomofo" : "ㄩˇ ㄧㄢˊ", + "romatzyh" : "yeu yan" }, + "meanings" : [ "language" ], + "classifiers" : [ "门", "种" ] } ] }, + { "simplified" : "语音", + "radical" : "讠", + "level" : [ "new-4" ], + "frequency" : 6221, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "語音", + "transcriptions" : { "pinyin" : "yǔ yīn", + "numeric" : "yu3 yin1", + "wadegiles" : "yü³ yin¹", + "bopomofo" : "ㄩˇ ㄧㄣ", + "romatzyh" : "yeu in" }, + "meanings" : [ "speech sounds", + "pronunciation", + "colloquial (rather than literary) pronunciation of a Chinese character", + "phonetic", + "audio", + "voice", + "(Internet) to voice chat", + "voice message" ], + "classifiers" : [] } ] }, + { "simplified" : "玉", + "radical" : "玉", + "level" : [ "new-4" ], + "frequency" : 5296, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "玉", + "transcriptions" : { "pinyin" : "yù", + "numeric" : "yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "jade" ], + "classifiers" : [] } ] }, + { "simplified" : "玉米", + "radical" : "玉", + "level" : [ "new-4", "old-5" ], + "frequency" : 3314, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "玉米", + "transcriptions" : { "pinyin" : "yù mǐ", + "numeric" : "yu4 mi3", + "wadegiles" : "yü⁴ mi³", + "bopomofo" : "ㄩˋ ㄇㄧˇ", + "romatzyh" : "yuh mii" }, + "meanings" : [ "corn", "maize" ], + "classifiers" : [ "粒" ] } ] }, + { "simplified" : "浴室", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "浴室", + "transcriptions" : { "pinyin" : "yù shì", + "numeric" : "yu4 shi4", + "wadegiles" : "yü⁴ shih⁴", + "bopomofo" : "ㄩˋ ㄕˋ", + "romatzyh" : "yuh shyh" }, + "meanings" : [ "bathroom (room used for bathing)" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "预报", + "radical" : "页", + "level" : [ "new-3", "old-5" ], + "frequency" : 8603, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "預報", + "transcriptions" : { "pinyin" : "yù bào", + "numeric" : "yu4 bao4", + "wadegiles" : "yü⁴ pao⁴", + "bopomofo" : "ㄩˋ ㄅㄠˋ", + "romatzyh" : "yuh baw" }, + "meanings" : [ "forecast" ], + "classifiers" : [] } ] }, + { "simplified" : "预备", + "radical" : "页", + "level" : [ "new-5" ], + "frequency" : 7752, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "預備", + "transcriptions" : { "pinyin" : "yù bèi", + "numeric" : "yu4 bei4", + "wadegiles" : "yü⁴ pei⁴", + "bopomofo" : "ㄩˋ ㄅㄟˋ", + "romatzyh" : "yuh bey" }, + "meanings" : [ "to prepare", + "to make ready", + "preparation", + "preparatory" ], + "classifiers" : [] } ] }, + { "simplified" : "预测", + "radical" : "页", + "level" : [ "new-4" ], + "frequency" : 3092, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預測", + "transcriptions" : { "pinyin" : "yù cè", + "numeric" : "yu4 ce4", + "wadegiles" : "yü⁴ ts'e⁴", + "bopomofo" : "ㄩˋ ㄘㄜˋ", + "romatzyh" : "yuh tseh" }, + "meanings" : [ "to forecast", "to predict" ], + "classifiers" : [] } ] }, + { "simplified" : "预订", + "radical" : "页", + "level" : [ "new-4", "old-5" ], + "frequency" : 6551, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預訂", + "transcriptions" : { "pinyin" : "yù dìng", + "numeric" : "yu4 ding4", + "wadegiles" : "yü⁴ ting⁴", + "bopomofo" : "ㄩˋ ㄉㄧㄥˋ", + "romatzyh" : "yuh dinq" }, + "meanings" : [ "to place an order", + "to book ahead" ], + "classifiers" : [] } ] }, + { "simplified" : "预定", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 6077, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預定", + "transcriptions" : { "pinyin" : "yù dìng", + "numeric" : "yu4 ding4", + "wadegiles" : "yü⁴ ting⁴", + "bopomofo" : "ㄩˋ ㄉㄧㄥˋ", + "romatzyh" : "yuh dinq" }, + "meanings" : [ "to schedule in advance" ], + "classifiers" : [] } ] }, + { "simplified" : "预防", + "radical" : "页", + "level" : [ "new-3", "old-5" ], + "frequency" : 5185, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預防", + "transcriptions" : { "pinyin" : "yù fáng", + "numeric" : "yu4 fang2", + "wadegiles" : "yü⁴ fang²", + "bopomofo" : "ㄩˋ ㄈㄤˊ", + "romatzyh" : "yuh farng" }, + "meanings" : [ "to prevent", + "to take precautions against", + "to protect", + "to guard against", + "precautionary", + "prophylactic" ], + "classifiers" : [] } ] }, + { "simplified" : "预感", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 8942, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "預感", + "transcriptions" : { "pinyin" : "yù gǎn", + "numeric" : "yu4 gan3", + "wadegiles" : "yü⁴ kan³", + "bopomofo" : "ㄩˋ ㄍㄢˇ", + "romatzyh" : "yuh gaan" }, + "meanings" : [ "to have a premonition", + "premonition" ], + "classifiers" : [] } ] }, + { "simplified" : "预告", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 9153, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "預告", + "transcriptions" : { "pinyin" : "yù gào", + "numeric" : "yu4 gao4", + "wadegiles" : "yü⁴ kao⁴", + "bopomofo" : "ㄩˋ ㄍㄠˋ", + "romatzyh" : "yuh gaw" }, + "meanings" : [ "to forecast", + "to predict", + "advance notice" ], + "classifiers" : [] } ] }, + { "simplified" : "预计", + "radical" : "页", + "level" : [ "new-3" ], + "frequency" : 3808, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預計", + "transcriptions" : { "pinyin" : "yù jì", + "numeric" : "yu4 ji4", + "wadegiles" : "yü⁴ chi⁴", + "bopomofo" : "ㄩˋ ㄐㄧˋ", + "romatzyh" : "yuh jih" }, + "meanings" : [ "to forecast", + "to predict", + "to estimate" ], + "classifiers" : [] } ] }, + { "simplified" : "预见", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 8600, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "預見", + "transcriptions" : { "pinyin" : "yù jiàn", + "numeric" : "yu4 jian4", + "wadegiles" : "yü⁴ chien⁴", + "bopomofo" : "ㄩˋ ㄐㄧㄢˋ", + "romatzyh" : "yuh jiann" }, + "meanings" : [ "to foresee", + "to predict", + "to forecast", + "to envision", + "foresight", + "intuition", + "vision" ], + "classifiers" : [] } ] }, + { "simplified" : "预料", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6408, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預料", + "transcriptions" : { "pinyin" : "yù liào", + "numeric" : "yu4 liao4", + "wadegiles" : "yü⁴ liao⁴", + "bopomofo" : "ㄩˋ ㄌㄧㄠˋ", + "romatzyh" : "yuh liaw" }, + "meanings" : [ "to forecast", + "to anticipate", + "expectation" ], + "classifiers" : [] } ] }, + { "simplified" : "预期", + "radical" : "页", + "level" : [ "new-5", "old-6" ], + "frequency" : 4393, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預期", + "transcriptions" : { "pinyin" : "yù qī", + "numeric" : "yu4 qi1", + "wadegiles" : "yü⁴ ch'i¹", + "bopomofo" : "ㄩˋ ㄑㄧ", + "romatzyh" : "yuh chi" }, + "meanings" : [ "to expect", "to anticipate" ], + "classifiers" : [] } ] }, + { "simplified" : "预赛", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19145, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "預賽", + "transcriptions" : { "pinyin" : "yù sài", + "numeric" : "yu4 sai4", + "wadegiles" : "yü⁴ sai⁴", + "bopomofo" : "ㄩˋ ㄙㄞˋ", + "romatzyh" : "yuh say" }, + "meanings" : [ "preliminary competition", + "to hold preliminary heats" ], + "classifiers" : [] } ] }, + { "simplified" : "预示", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 12060, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "預示", + "transcriptions" : { "pinyin" : "yù shì", + "numeric" : "yu4 shi4", + "wadegiles" : "yü⁴ shih⁴", + "bopomofo" : "ㄩˋ ㄕˋ", + "romatzyh" : "yuh shyh" }, + "meanings" : [ "to indicate", + "to foretell", + "to forebode", + "to betoken" ], + "classifiers" : [] } ] }, + { "simplified" : "预售", + "radical" : "页", + "level" : [ "new-7+" ], + "frequency" : 29955, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "預售", + "transcriptions" : { "pinyin" : "yù shòu", + "numeric" : "yu4 shou4", + "wadegiles" : "yü⁴ shou⁴", + "bopomofo" : "ㄩˋ ㄕㄡˋ", + "romatzyh" : "yuh show" }, + "meanings" : [ "to sell in advance" ], + "classifiers" : [] } ] }, + { "simplified" : "预算", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3840, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "預算", + "transcriptions" : { "pinyin" : "yù suàn", + "numeric" : "yu4 suan4", + "wadegiles" : "yü⁴ suan⁴", + "bopomofo" : "ㄩˋ ㄙㄨㄢˋ", + "romatzyh" : "yuh suann" }, + "meanings" : [ "budget" ], + "classifiers" : [] } ] }, + { "simplified" : "预习", + "radical" : "页", + "level" : [ "new-3", "old-4" ], + "frequency" : 36044, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預習", + "transcriptions" : { "pinyin" : "yù xí", + "numeric" : "yu4 xi2", + "wadegiles" : "yü⁴ hsi²", + "bopomofo" : "ㄩˋ ㄒㄧˊ", + "romatzyh" : "yuh shyi" }, + "meanings" : [ "to prepare a lesson" ], + "classifiers" : [] } ] }, + { "simplified" : "预先", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10460, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "預先", + "transcriptions" : { "pinyin" : "yù xiān", + "numeric" : "yu4 xian1", + "wadegiles" : "yü⁴ hsien¹", + "bopomofo" : "ㄩˋ ㄒㄧㄢ", + "romatzyh" : "yuh shian" }, + "meanings" : [ "beforehand", "in advance" ], + "classifiers" : [] } ] }, + { "simplified" : "预言", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7075, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "預言", + "transcriptions" : { "pinyin" : "yù yán", + "numeric" : "yu4 yan2", + "wadegiles" : "yü⁴ yan²", + "bopomofo" : "ㄩˋ ㄧㄢˊ", + "romatzyh" : "yuh yan" }, + "meanings" : [ "to predict", "prophecy" ], + "classifiers" : [] } ] }, + { "simplified" : "预约", + "radical" : "页", + "level" : [ "new-6" ], + "frequency" : 6574, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "預約", + "transcriptions" : { "pinyin" : "yù yuē", + "numeric" : "yu4 yue1", + "wadegiles" : "yü⁴ yüeh¹", + "bopomofo" : "ㄩˋ ㄩㄝ", + "romatzyh" : "yuh iue" }, + "meanings" : [ "booking", + "reservation", + "to book", + "to make an appointment" ], + "classifiers" : [] } ] }, + { "simplified" : "预兆", + "radical" : "页", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20165, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "預兆", + "transcriptions" : { "pinyin" : "yù zhào", + "numeric" : "yu4 zhao4", + "wadegiles" : "yü⁴ chao⁴", + "bopomofo" : "ㄩˋ ㄓㄠˋ", + "romatzyh" : "yuh jaw" }, + "meanings" : [ "omen", + "sign (of sth yet to occur)", + "prior indication", + "to foreshadow" ], + "classifiers" : [] } ] }, + { "simplified" : "欲望", + "radical" : "欠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4261, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "慾望", + "transcriptions" : { "pinyin" : "yù wàng", + "numeric" : "yu4 wang4", + "wadegiles" : "yü⁴ wang⁴", + "bopomofo" : "ㄩˋ ㄨㄤˋ", + "romatzyh" : "yuh wanq" }, + "meanings" : [ "desire; longing; appetite; craving" ], + "classifiers" : [] } ] }, + { "simplified" : "寓言", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26341, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "寓言", + "transcriptions" : { "pinyin" : "yù yán", + "numeric" : "yu4 yan2", + "wadegiles" : "yü⁴ yan²", + "bopomofo" : "ㄩˋ ㄧㄢˊ", + "romatzyh" : "yuh yan" }, + "meanings" : [ "fable" ], + "classifiers" : [ "则" ] } ] }, + { "simplified" : "寓意", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 18653, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "寓意", + "transcriptions" : { "pinyin" : "yù yì", + "numeric" : "yu4 yi4", + "wadegiles" : "yü⁴ i⁴", + "bopomofo" : "ㄩˋ ㄧˋ", + "romatzyh" : "yuh yih" }, + "meanings" : [ "moral (of a story)", + "lesson to be learned", + "implication", + "message", + "import", + "metaphorical meaning" ], + "classifiers" : [] } ] }, + { "simplified" : "遇", + "radical" : "辶", + "level" : [ "new-4" ], + "frequency" : 2834, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遇", + "transcriptions" : { "pinyin" : "Yù", + "numeric" : "Yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "surname Yu" ], + "classifiers" : [] }, + { "traditional" : "遇", + "transcriptions" : { "pinyin" : "yù", + "numeric" : "yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "to meet", + "to encounter", + "to treat", + "to receive", + "opportunity", + "chance" ], + "classifiers" : [] } ] }, + { "simplified" : "遇到", + "radical" : "辶", + "level" : [ "new-4", "old-3" ], + "frequency" : 1063, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遇到", + "transcriptions" : { "pinyin" : "yù dào", + "numeric" : "yu4 dao4", + "wadegiles" : "yü⁴ tao⁴", + "bopomofo" : "ㄩˋ ㄉㄠˋ", + "romatzyh" : "yuh daw" }, + "meanings" : [ "to meet; to run into; to come across" ], + "classifiers" : [] } ] }, + { "simplified" : "遇见", + "radical" : "辶", + "level" : [ "new-4" ], + "frequency" : 3411, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遇見", + "transcriptions" : { "pinyin" : "yù jiàn", + "numeric" : "yu4 jian4", + "wadegiles" : "yü⁴ chien⁴", + "bopomofo" : "ㄩˋ ㄐㄧㄢˋ", + "romatzyh" : "yuh jiann" }, + "meanings" : [ "to meet" ], + "classifiers" : [] } ] }, + { "simplified" : "遇难", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 9459, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遇難", + "transcriptions" : { "pinyin" : "yù nàn", + "numeric" : "yu4 nan4", + "wadegiles" : "yü⁴ nan⁴", + "bopomofo" : "ㄩˋ ㄋㄢˋ", + "romatzyh" : "yuh nann" }, + "meanings" : [ "to perish", "to be killed" ], + "classifiers" : [] } ] }, + { "simplified" : "遇上", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 18309, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遇上", + "transcriptions" : { "pinyin" : "yù shàng", + "numeric" : "yu4 shang4", + "wadegiles" : "yü⁴ shang⁴", + "bopomofo" : "ㄩˋ ㄕㄤˋ", + "romatzyh" : "yuh shanq" }, + "meanings" : [ "to come across (sb)", + "to run into" ], + "classifiers" : [] } ] }, + { "simplified" : "遇险", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 24828, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遇險", + "transcriptions" : { "pinyin" : "yù xiǎn", + "numeric" : "yu4 xian3", + "wadegiles" : "yü⁴ hsien³", + "bopomofo" : "ㄩˋ ㄒㄧㄢˇ", + "romatzyh" : "yuh shean" }, + "meanings" : [ "to get into difficulties", + "to meet with danger" ], + "classifiers" : [] } ] }, + { "simplified" : "愈", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 6850, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "愈", + "transcriptions" : { "pinyin" : "yù", + "numeric" : "yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "the more...(the more...)", + "to recover", + "to heal", + "better" ], + "classifiers" : [] }, + { "traditional" : "癒", + "transcriptions" : { "pinyin" : "yù", + "numeric" : "yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "variant of 愈", "to heal" ], + "classifiers" : [] } ] }, + { "simplified" : "愈合", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 8852, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "癒合", + "transcriptions" : { "pinyin" : "yù hé", + "numeric" : "yu4 he2", + "wadegiles" : "yü⁴ ho²", + "bopomofo" : "ㄩˋ ㄏㄜˊ", + "romatzyh" : "yuh her" }, + "meanings" : [ "(of a wound) to heal" ], + "classifiers" : [] } ] }, + { "simplified" : "愈来愈", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 17719, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "愈來愈", + "transcriptions" : { "pinyin" : "yù lái yù", + "numeric" : "yu4 lai2 yu4", + "wadegiles" : "yü⁴ lai² yü⁴", + "bopomofo" : "ㄩˋ ㄌㄞˊ ㄩˋ", + "romatzyh" : "yuh lai yuh" }, + "meanings" : [ "more and more" ], + "classifiers" : [] } ] }, + { "simplified" : "愈演愈烈", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 19539, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "愈演愈烈", + "transcriptions" : { "pinyin" : "yù yǎn yù liè", + "numeric" : "yu4 yan3 yu4 lie4", + "wadegiles" : "yü⁴ yan³ yü⁴ lieh⁴", + "bopomofo" : "ㄩˋ ㄧㄢˇ ㄩˋ ㄌㄧㄝˋ", + "romatzyh" : "yuh yean yuh lieh" }, + "meanings" : [ "ever more critical", + "problems get more and more intense" ], + "classifiers" : [] } ] }, + { "simplified" : "冤", + "radical" : "冖", + "level" : [ "new-7+" ], + "frequency" : 17435, + "pos" : [ "an", "v", "a", "vn", "g" ], + "forms" : [ { "traditional" : "冤", + "transcriptions" : { "pinyin" : "yuān", + "numeric" : "yuan1", + "wadegiles" : "yüan¹", + "bopomofo" : "ㄩㄢ", + "romatzyh" : "iuan" }, + "meanings" : [ "injustice", "grievance", "wrong" ], + "classifiers" : [] }, + { "traditional" : "寃", + "transcriptions" : { "pinyin" : "yuān", + "numeric" : "yuan1", + "wadegiles" : "yüan¹", + "bopomofo" : "ㄩㄢ", + "romatzyh" : "iuan" }, + "meanings" : [ "old variant of 冤" ], + "classifiers" : [] } ] }, + { "simplified" : "冤枉", + "radical" : "冖", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12372, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "冤枉", + "transcriptions" : { "pinyin" : "yuān wang", + "numeric" : "yuan1 wang5", + "wadegiles" : "yüan¹ wang", + "bopomofo" : "ㄩㄢ wang", + "romatzyh" : "iuan wang" }, + "meanings" : [ "to accuse wrongly", + "to treat unjustly", + "injustice", + "wronged", + "not worthwhile" ], + "classifiers" : [] } ] }, + { "simplified" : "渊源", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 18462, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "淵源", + "transcriptions" : { "pinyin" : "yuān yuán", + "numeric" : "yuan1 yuan2", + "wadegiles" : "yüan¹ yüan²", + "bopomofo" : "ㄩㄢ ㄩㄢˊ", + "romatzyh" : "iuan yuan" }, + "meanings" : [ "origin", "source", "relationship" ], + "classifiers" : [] } ] }, + { "simplified" : "元", + "radical" : "儿", + "level" : [ "new-1", "old-2" ], + "frequency" : 744, + "pos" : [ "q", "tg" ], + "forms" : [ { "traditional" : "元", + "transcriptions" : { "pinyin" : "Yuán", + "numeric" : "Yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "surname Yuan", + "the Yuan or Mongol dynasty (1279-1368)" ], + "classifiers" : [] }, + { "traditional" : "元", + "transcriptions" : { "pinyin" : "yuán", + "numeric" : "yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "currency unit (esp. Chinese yuan)", + "first", + "original", + "primary", + "fundamental", + "constituent", + "part", + "era (of a reign)", + "meta- (prefix)", + "(math.) argument", + "variable", + "(Tw) (geology) eon" ], + "classifiers" : [] } ] }, + { "simplified" : "元旦", + "radical" : "儿", + "level" : [ "new-5", "old-5" ], + "frequency" : 17634, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "元旦", + "transcriptions" : { "pinyin" : "Yuán dàn", + "numeric" : "Yuan2 dan4", + "wadegiles" : "yüan² tan⁴", + "bopomofo" : "ㄩㄢˊ ㄉㄢˋ", + "romatzyh" : "yuan dann" }, + "meanings" : [ "New Year's Day" ], + "classifiers" : [] } ] }, + { "simplified" : "元老", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 17065, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "元老", + "transcriptions" : { "pinyin" : "yuán lǎo", + "numeric" : "yuan2 lao3", + "wadegiles" : "yüan² lao³", + "bopomofo" : "ㄩㄢˊ ㄌㄠˇ", + "romatzyh" : "yuan lao" }, + "meanings" : [ "senior figure", "elder", "doyen" ], + "classifiers" : [] } ] }, + { "simplified" : "元首", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8471, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "元首", + "transcriptions" : { "pinyin" : "yuán shǒu", + "numeric" : "yuan2 shou3", + "wadegiles" : "yüan² shou³", + "bopomofo" : "ㄩㄢˊ ㄕㄡˇ", + "romatzyh" : "yuan shoou" }, + "meanings" : [ "head of state" ], + "classifiers" : [] } ] }, + { "simplified" : "元素", + "radical" : "儿", + "level" : [ "new-6", "old-6" ], + "frequency" : 4636, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "元素", + "transcriptions" : { "pinyin" : "yuán sù", + "numeric" : "yuan2 su4", + "wadegiles" : "yüan² su⁴", + "bopomofo" : "ㄩㄢˊ ㄙㄨˋ", + "romatzyh" : "yuan suh" }, + "meanings" : [ "element (key component of sth)", + "(chemistry) element", + "(math.) element (member of a set)" ], + "classifiers" : [] } ] }, + { "simplified" : "元宵节", + "radical" : "儿", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23963, + "pos" : [], + "forms" : [ { "traditional" : "元宵節", + "transcriptions" : { "pinyin" : "Yuán xiāo jié", + "numeric" : "Yuan2 xiao1 jie2", + "wadegiles" : "yüan² hsiao¹ chieh²", + "bopomofo" : "ㄩㄢˊ ㄒㄧㄠ ㄐㄧㄝˊ", + "romatzyh" : "yuan shiau jye" }, + "meanings" : [ "Lantern Festival, the final event of the Spring Festival 春节, on 15th of first month of the lunar calendar" ], + "classifiers" : [] } ] }, + { "simplified" : "员", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 1874, + "pos" : [ "g", "q", "n" ], + "forms" : [ { "traditional" : "員", + "transcriptions" : { "pinyin" : "yuán", + "numeric" : "yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "person", "employee", "member" ], + "classifiers" : [] } ] }, + { "simplified" : "员", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 1874, + "pos" : [ "g", "q", "n" ], + "forms" : [ { "traditional" : "員", + "transcriptions" : { "pinyin" : "yuán", + "numeric" : "yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "person", "employee", "member" ], + "classifiers" : [] } ] }, + { "simplified" : "员工", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 1852, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "員工", + "transcriptions" : { "pinyin" : "yuán gōng", + "numeric" : "yuan2 gong1", + "wadegiles" : "yüan² kung¹", + "bopomofo" : "ㄩㄢˊ ㄍㄨㄥ", + "romatzyh" : "yuan gong" }, + "meanings" : [ "staff", "personnel", "employee" ], + "classifiers" : [] } ] }, + { "simplified" : "园", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 4873, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "園", + "transcriptions" : { "pinyin" : "Yuán", + "numeric" : "Yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "surname Yuan" ], + "classifiers" : [] }, + { "traditional" : "園", + "transcriptions" : { "pinyin" : "yuán", + "numeric" : "yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "land used for growing plants", + "site used for public recreation", + "abbr. for a place ending in 园, such as a botanical garden 植物园, kindergarten 幼儿园 etc" ], + "classifiers" : [] } ] }, + { "simplified" : "园地", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 32332, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "園地", + "transcriptions" : { "pinyin" : "yuán dì", + "numeric" : "yuan2 di4", + "wadegiles" : "yüan² ti⁴", + "bopomofo" : "ㄩㄢˊ ㄉㄧˋ", + "romatzyh" : "yuan dih" }, + "meanings" : [ "garden area" ], + "classifiers" : [] } ] }, + { "simplified" : "园林", + "radical" : "囗", + "level" : [ "new-5", "old-6" ], + "frequency" : 19734, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "園林", + "transcriptions" : { "pinyin" : "yuán lín", + "numeric" : "yuan2 lin2", + "wadegiles" : "yüan² lin²", + "bopomofo" : "ㄩㄢˊ ㄌㄧㄣˊ", + "romatzyh" : "yuan lin" }, + "meanings" : [ "gardens; park; landscape garden" ], + "classifiers" : [] } ] }, + { "simplified" : "原", + "radical" : "厂", + "level" : [ "new-6" ], + "frequency" : 1178, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "原", + "transcriptions" : { "pinyin" : "Yuán", + "numeric" : "Yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "surname Yuan", + "(Japanese surname) Hara" ], + "classifiers" : [] }, + { "traditional" : "原", + "transcriptions" : { "pinyin" : "yuán", + "numeric" : "yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "former", + "original", + "primary", + "raw", + "level", + "cause", + "source" ], + "classifiers" : [] } ] }, + { "simplified" : "原本", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 3144, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "原本", + "transcriptions" : { "pinyin" : "yuán běn", + "numeric" : "yuan2 ben3", + "wadegiles" : "yüan² pen³", + "bopomofo" : "ㄩㄢˊ ㄅㄣˇ", + "romatzyh" : "yuan been" }, + "meanings" : [ "originally", "original" ], + "classifiers" : [] } ] }, + { "simplified" : "原材料", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 18996, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "原材料", + "transcriptions" : { "pinyin" : "yuán cái liào", + "numeric" : "yuan2 cai2 liao4", + "wadegiles" : "yüan² ts'ai² liao⁴", + "bopomofo" : "ㄩㄢˊ ㄘㄞˊ ㄌㄧㄠˋ", + "romatzyh" : "yuan tsair liaw" }, + "meanings" : [ "raw and semifinished materials" ], + "classifiers" : [] } ] }, + { "simplified" : "原创", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "原創", + "transcriptions" : { "pinyin" : "yuán chuàng", + "numeric" : "yuan2 chuang4", + "wadegiles" : "yüan² ch'uang⁴", + "bopomofo" : "ㄩㄢˊ ㄔㄨㄤˋ", + "romatzyh" : "yuan chuanq" }, + "meanings" : [ "to create (sth original)", + "(adj.) original", + "originality", + "original work" ], + "classifiers" : [] } ] }, + { "simplified" : "原地", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 7224, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "原地", + "transcriptions" : { "pinyin" : "yuán dì", + "numeric" : "yuan2 di4", + "wadegiles" : "yüan² ti⁴", + "bopomofo" : "ㄩㄢˊ ㄉㄧˋ", + "romatzyh" : "yuan dih" }, + "meanings" : [ "(in) the original place", + "the place where one currently is", + "place of origin", + "local (product)" ], + "classifiers" : [] } ] }, + { "simplified" : "原告", + "radical" : "厂", + "level" : [ "new-6", "old-6" ], + "frequency" : 6377, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "原告", + "transcriptions" : { "pinyin" : "yuán gào", + "numeric" : "yuan2 gao4", + "wadegiles" : "yüan² kao⁴", + "bopomofo" : "ㄩㄢˊ ㄍㄠˋ", + "romatzyh" : "yuan gaw" }, + "meanings" : [ "complainant", "plaintiff" ], + "classifiers" : [] } ] }, + { "simplified" : "原来", + "radical" : "厂", + "level" : [ "new-2", "old-4" ], + "frequency" : 790, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "原來", + "transcriptions" : { "pinyin" : "yuán lái", + "numeric" : "yuan2 lai2", + "wadegiles" : "yüan² lai²", + "bopomofo" : "ㄩㄢˊ ㄌㄞˊ", + "romatzyh" : "yuan lai" }, + "meanings" : [ "original", + "former", + "originally", + "formerly", + "at first", + "so, actually, as it turns out" ], + "classifiers" : [] } ] }, + { "simplified" : "原理", + "radical" : "厂", + "level" : [ "new-5", "old-6" ], + "frequency" : 6978, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "原理", + "transcriptions" : { "pinyin" : "yuán lǐ", + "numeric" : "yuan2 li3", + "wadegiles" : "yüan² li³", + "bopomofo" : "ㄩㄢˊ ㄌㄧˇ", + "romatzyh" : "yuan lii" }, + "meanings" : [ "principle", "theory" ], + "classifiers" : [] } ] }, + { "simplified" : "原谅", + "radical" : "厂", + "level" : [ "new-6", "old-4" ], + "frequency" : 2754, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "原諒", + "transcriptions" : { "pinyin" : "yuán liàng", + "numeric" : "yuan2 liang4", + "wadegiles" : "yüan² liang⁴", + "bopomofo" : "ㄩㄢˊ ㄌㄧㄤˋ", + "romatzyh" : "yuan lianq" }, + "meanings" : [ "to excuse", + "to forgive", + "to pardon" ], + "classifiers" : [] } ] }, + { "simplified" : "原料", + "radical" : "厂", + "level" : [ "new-4", "old-5" ], + "frequency" : 6634, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "原料", + "transcriptions" : { "pinyin" : "yuán liào", + "numeric" : "yuan2 liao4", + "wadegiles" : "yüan² liao⁴", + "bopomofo" : "ㄩㄢˊ ㄌㄧㄠˋ", + "romatzyh" : "yuan liaw" }, + "meanings" : [ "raw material" ], + "classifiers" : [] } ] }, + { "simplified" : "原始", + "radical" : "厂", + "level" : [ "new-5", "old-6" ], + "frequency" : 4929, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "原始", + "transcriptions" : { "pinyin" : "yuán shǐ", + "numeric" : "yuan2 shi3", + "wadegiles" : "yüan² shih³", + "bopomofo" : "ㄩㄢˊ ㄕˇ", + "romatzyh" : "yuan shyy" }, + "meanings" : [ "first", + "original", + "primitive", + "original (document etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "原先", + "radical" : "厂", + "level" : [ "new-5", "old-6" ], + "frequency" : 7083, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "原先", + "transcriptions" : { "pinyin" : "yuán xiān", + "numeric" : "yuan2 xian1", + "wadegiles" : "yüan² hsien¹", + "bopomofo" : "ㄩㄢˊ ㄒㄧㄢ", + "romatzyh" : "yuan shian" }, + "meanings" : [ "originally", "original", "former" ], + "classifiers" : [] } ] }, + { "simplified" : "原型", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 12078, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "原型", + "transcriptions" : { "pinyin" : "yuán xíng", + "numeric" : "yuan2 xing2", + "wadegiles" : "yüan² hsing²", + "bopomofo" : "ㄩㄢˊ ㄒㄧㄥˊ", + "romatzyh" : "yuan shyng" }, + "meanings" : [ "model", "prototype", "archetype" ], + "classifiers" : [] } ] }, + { "simplified" : "原因", + "radical" : "厂", + "level" : [ "new-2", "old-4" ], + "frequency" : 441, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "原因", + "transcriptions" : { "pinyin" : "yuán yīn", + "numeric" : "yuan2 yin1", + "wadegiles" : "yüan² yin¹", + "bopomofo" : "ㄩㄢˊ ㄧㄣ", + "romatzyh" : "yuan in" }, + "meanings" : [ "cause", + "origin", + "root cause", + "reason" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "原有", + "radical" : "厂", + "level" : [ "new-5" ], + "frequency" : 10932, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "原有", + "transcriptions" : { "pinyin" : "yuán yǒu", + "numeric" : "yuan2 you3", + "wadegiles" : "yüan² yu³", + "bopomofo" : "ㄩㄢˊ ㄧㄡˇ", + "romatzyh" : "yuan yeou" }, + "meanings" : [ "original", "former" ], + "classifiers" : [] } ] }, + { "simplified" : "原则", + "radical" : "厂", + "level" : [ "new-4", "old-5" ], + "frequency" : 2188, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "原則", + "transcriptions" : { "pinyin" : "yuán zé", + "numeric" : "yuan2 ze2", + "wadegiles" : "yüan² tse²", + "bopomofo" : "ㄩㄢˊ ㄗㄜˊ", + "romatzyh" : "yuan tzer" }, + "meanings" : [ "principle", "doctrine" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "原汁原味", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 27889, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "原汁原味", + "transcriptions" : { "pinyin" : "yuán zhī yuán wèi", + "numeric" : "yuan2 zhi1 yuan2 wei4", + "wadegiles" : "yüan² chih¹ yüan² wei⁴", + "bopomofo" : "ㄩㄢˊ ㄓ ㄩㄢˊ ㄨㄟˋ", + "romatzyh" : "yuan jy yuan wey" }, + "meanings" : [ "original", "authentic" ], + "classifiers" : [] } ] }, + { "simplified" : "原装", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 21967, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "原裝", + "transcriptions" : { "pinyin" : "yuán zhuāng", + "numeric" : "yuan2 zhuang1", + "wadegiles" : "yüan² chuang¹", + "bopomofo" : "ㄩㄢˊ ㄓㄨㄤ", + "romatzyh" : "yuan juang" }, + "meanings" : [ "genuine", + "intact in original packaging (not locally assembled and packaged)" ], + "classifiers" : [] } ] }, + { "simplified" : "圆", + "radical" : "囗", + "level" : [ "new-4", "old-4" ], + "frequency" : 2899, + "pos" : [ "g", "a", "n", "v" ], + "forms" : [ { "traditional" : "圓", + "transcriptions" : { "pinyin" : "yuán", + "numeric" : "yuan2", + "wadegiles" : "yüan²", + "bopomofo" : "ㄩㄢˊ", + "romatzyh" : "yuan" }, + "meanings" : [ "circle", + "round", + "circular", + "spherical", + "(of the moon) full", + "unit of Chinese currency (yuan)", + "tactful", + "to make consistent and whole (the narrative of a dream or a lie)" ], + "classifiers" : [] } ] }, + { "simplified" : "圆满", + "radical" : "囗", + "level" : [ "new-4", "old-6" ], + "frequency" : 7745, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "圓滿", + "transcriptions" : { "pinyin" : "yuán mǎn", + "numeric" : "yuan2 man3", + "wadegiles" : "yüan² man³", + "bopomofo" : "ㄩㄢˊ ㄇㄢˇ", + "romatzyh" : "yuan maan" }, + "meanings" : [ "satisfactory", + "consummate", + "perfect" ], + "classifiers" : [] } ] }, + { "simplified" : "圆形", + "radical" : "囗", + "level" : [ "new-7+" ], + "frequency" : 10908, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圓形", + "transcriptions" : { "pinyin" : "yuán xíng", + "numeric" : "yuan2 xing2", + "wadegiles" : "yüan² hsing²", + "bopomofo" : "ㄩㄢˊ ㄒㄧㄥˊ", + "romatzyh" : "yuan shyng" }, + "meanings" : [ "round", "circular" ], + "classifiers" : [] } ] }, + { "simplified" : "圆珠笔", + "radical" : "囗", + "level" : [ "new-6" ], + "frequency" : 28444, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "圓珠筆", + "transcriptions" : { "pinyin" : "yuán zhū bǐ", + "numeric" : "yuan2 zhu1 bi3", + "wadegiles" : "yüan² chu¹ pi³", + "bopomofo" : "ㄩㄢˊ ㄓㄨ ㄅㄧˇ", + "romatzyh" : "yuan ju bii" }, + "meanings" : [ "ballpoint pen" ], + "classifiers" : [ "支", "枝" ] } ] }, + { "simplified" : "援助", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 4393, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "援助", + "transcriptions" : { "pinyin" : "yuán zhù", + "numeric" : "yuan2 zhu4", + "wadegiles" : "yüan² chu⁴", + "bopomofo" : "ㄩㄢˊ ㄓㄨˋ", + "romatzyh" : "yuan juh" }, + "meanings" : [ "to help", + "to support", + "to aid", + "aid", + "assistance" ], + "classifiers" : [] } ] }, + { "simplified" : "缘分", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 11799, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "緣分", + "transcriptions" : { "pinyin" : "yuán fèn", + "numeric" : "yuan2 fen4", + "wadegiles" : "yüan² fen⁴", + "bopomofo" : "ㄩㄢˊ ㄈㄣˋ", + "romatzyh" : "yuan fenn" }, + "meanings" : [ "fate or chance that brings people together", + "predestined affinity or relationship", + "(Budd.) destiny" ], + "classifiers" : [] } ] }, + { "simplified" : "缘故", + "radical" : "纟", + "level" : [ "new-6", "old-5" ], + "frequency" : 7942, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "緣故", + "transcriptions" : { "pinyin" : "yuán gù", + "numeric" : "yuan2 gu4", + "wadegiles" : "yüan² ku⁴", + "bopomofo" : "ㄩㄢˊ ㄍㄨˋ", + "romatzyh" : "yuan guh" }, + "meanings" : [ "reason", "cause" ], + "classifiers" : [] } ] }, + { "simplified" : "源泉", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13484, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "源泉", + "transcriptions" : { "pinyin" : "yuán quán", + "numeric" : "yuan2 quan2", + "wadegiles" : "yüan² ch'üan²", + "bopomofo" : "ㄩㄢˊ ㄑㄩㄢˊ", + "romatzyh" : "yuan chyuan" }, + "meanings" : [ "fountainhead", + "well-spring", + "water source", + "fig. origin" ], + "classifiers" : [] } ] }, + { "simplified" : "源头", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 8224, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "源頭", + "transcriptions" : { "pinyin" : "yuán tóu", + "numeric" : "yuan2 tou2", + "wadegiles" : "yüan² t'ou²", + "bopomofo" : "ㄩㄢˊ ㄊㄡˊ", + "romatzyh" : "yuan tour" }, + "meanings" : [ "source", "fountainhead" ], + "classifiers" : [] } ] }, + { "simplified" : "源于", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 9722, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "源於", + "transcriptions" : { "pinyin" : "yuán yú", + "numeric" : "yuan2 yu2", + "wadegiles" : "yüan² yü²", + "bopomofo" : "ㄩㄢˊ ㄩˊ", + "romatzyh" : "yuan yu" }, + "meanings" : [ "has its origins in" ], + "classifiers" : [] } ] }, + { "simplified" : "源源不断", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 18347, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "源源不斷", + "transcriptions" : { "pinyin" : "yuán yuán bù duàn", + "numeric" : "yuan2 yuan2 bu4 duan4", + "wadegiles" : "yüan² yüan² pu⁴ tuan⁴", + "bopomofo" : "ㄩㄢˊ ㄩㄢˊ ㄅㄨˋ ㄉㄨㄢˋ", + "romatzyh" : "yuan yuan buh duann" }, + "meanings" : [ "a steady flow (idiom); an unending stream" ], + "classifiers" : [] } ] }, + { "simplified" : "远", + "radical" : "辶", + "level" : [ "new-1", "old-2" ], + "frequency" : 635, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "遠", + "transcriptions" : { "pinyin" : "yuǎn", + "numeric" : "yuan3", + "wadegiles" : "yüan³", + "bopomofo" : "ㄩㄢˇ", + "romatzyh" : "yeuan" }, + "meanings" : [ "far", + "distant", + "remote", + "(intensifier in a comparison) by far", + "much (lower etc)" ], + "classifiers" : [] }, + { "traditional" : "遠", + "transcriptions" : { "pinyin" : "yuàn", + "numeric" : "yuan4", + "wadegiles" : "yüan⁴", + "bopomofo" : "ㄩㄢˋ", + "romatzyh" : "yuann" }, + "meanings" : [ "to distance oneself from (classical)" ], + "classifiers" : [] } ] }, + { "simplified" : "远程", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 7829, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "遠程", + "transcriptions" : { "pinyin" : "yuǎn chéng", + "numeric" : "yuan3 cheng2", + "wadegiles" : "yüan³ ch'eng²", + "bopomofo" : "ㄩㄢˇ ㄔㄥˊ", + "romatzyh" : "yeuan cherng" }, + "meanings" : [ "remote", + "long distance", + "long range" ], + "classifiers" : [] } ] }, + { "simplified" : "远处", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 7573, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "遠處", + "transcriptions" : { "pinyin" : "yuǎn chù", + "numeric" : "yuan3 chu4", + "wadegiles" : "yüan³ ch'u⁴", + "bopomofo" : "ㄩㄢˇ ㄔㄨˋ", + "romatzyh" : "yeuan chuh" }, + "meanings" : [ "distant place" ], + "classifiers" : [] } ] }, + { "simplified" : "远方", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 10239, + "pos" : [ "s" ], + "forms" : [ { "traditional" : "遠方", + "transcriptions" : { "pinyin" : "yuǎn fāng", + "numeric" : "yuan3 fang1", + "wadegiles" : "yüan³ fang¹", + "bopomofo" : "ㄩㄢˇ ㄈㄤ", + "romatzyh" : "yeuan fang" }, + "meanings" : [ "far away", "a distant location" ], + "classifiers" : [] } ] }, + { "simplified" : "远见", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 18215, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "遠見", + "transcriptions" : { "pinyin" : "yuǎn jiàn", + "numeric" : "yuan3 jian4", + "wadegiles" : "yüan³ chien⁴", + "bopomofo" : "ㄩㄢˇ ㄐㄧㄢˋ", + "romatzyh" : "yeuan jiann" }, + "meanings" : [ "foresight", + "discernment", + "vision" ], + "classifiers" : [] } ] }, + { "simplified" : "远近闻名", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 41183, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "遠近聞名", + "transcriptions" : { "pinyin" : "yuǎn jìn wén míng", + "numeric" : "yuan3 jin4 wen2 ming2", + "wadegiles" : "yüan³ chin⁴ wen² ming²", + "bopomofo" : "ㄩㄢˇ ㄐㄧㄣˋ ㄨㄣˊ ㄇㄧㄥˊ", + "romatzyh" : "yeuan jinn wen ming" }, + "meanings" : [ "to be known far and wide", + "to be well-known" ], + "classifiers" : [] } ] }, + { "simplified" : "远离", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 3854, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遠離", + "transcriptions" : { "pinyin" : "yuǎn lí", + "numeric" : "yuan3 li2", + "wadegiles" : "yüan³ li²", + "bopomofo" : "ㄩㄢˇ ㄌㄧˊ", + "romatzyh" : "yeuan li" }, + "meanings" : [ "to be far from", + "to keep away from" ], + "classifiers" : [] } ] }, + { "simplified" : "远远", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 3328, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "遠遠", + "transcriptions" : { "pinyin" : "yuǎn yuǎn", + "numeric" : "yuan3 yuan3", + "wadegiles" : "yüan³ yüan³", + "bopomofo" : "ㄩㄢˇ ㄩㄢˇ", + "romatzyh" : "yeuan yeuan" }, + "meanings" : [ "distant", "by far" ], + "classifiers" : [] } ] }, + { "simplified" : "怨", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 6771, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "怨", + "transcriptions" : { "pinyin" : "yuàn", + "numeric" : "yuan4", + "wadegiles" : "yüan⁴", + "bopomofo" : "ㄩㄢˋ", + "romatzyh" : "yuann" }, + "meanings" : [ "to blame", + "(bound form) resentment; hatred; grudge" ], + "classifiers" : [] } ] }, + { "simplified" : "怨恨", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 11813, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "怨恨", + "transcriptions" : { "pinyin" : "yuàn hèn", + "numeric" : "yuan4 hen4", + "wadegiles" : "yüan⁴ hen⁴", + "bopomofo" : "ㄩㄢˋ ㄏㄣˋ", + "romatzyh" : "yuann henn" }, + "meanings" : [ "to resent", + "to harbor a grudge against", + "to loathe", + "resentment", + "rancor" ], + "classifiers" : [] } ] }, + { "simplified" : "怨气", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 22352, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "怨氣", + "transcriptions" : { "pinyin" : "yuàn qì", + "numeric" : "yuan4 qi4", + "wadegiles" : "yüan⁴ ch'i⁴", + "bopomofo" : "ㄩㄢˋ ㄑㄧˋ", + "romatzyh" : "yuann chih" }, + "meanings" : [ "grievance", + "resentment", + "complaint" ], + "classifiers" : [] } ] }, + { "simplified" : "怨言", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 18582, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "怨言", + "transcriptions" : { "pinyin" : "yuàn yán", + "numeric" : "yuan4 yan2", + "wadegiles" : "yüan⁴ yan²", + "bopomofo" : "ㄩㄢˋ ㄧㄢˊ", + "romatzyh" : "yuann yan" }, + "meanings" : [ "complaint" ], + "classifiers" : [] } ] }, + { "simplified" : "院", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 2470, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "院", + "transcriptions" : { "pinyin" : "yuàn", + "numeric" : "yuan4", + "wadegiles" : "yüan⁴", + "bopomofo" : "ㄩㄢˋ", + "romatzyh" : "yuann" }, + "meanings" : [ "courtyard", "institution" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "院士", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 52481, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "院士", + "transcriptions" : { "pinyin" : "yuàn shì", + "numeric" : "yuan4 shi4", + "wadegiles" : "yüan⁴ shih⁴", + "bopomofo" : "ㄩㄢˋ ㄕˋ", + "romatzyh" : "yuann shyh" }, + "meanings" : [ "scholar", + "academician", + "fellow (of an academy)" ], + "classifiers" : [] } ] }, + { "simplified" : "院长", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 6239, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "院長", + "transcriptions" : { "pinyin" : "yuàn zhǎng", + "numeric" : "yuan4 zhang3", + "wadegiles" : "yüan⁴ chang³", + "bopomofo" : "ㄩㄢˋ ㄓㄤˇ", + "romatzyh" : "yuann jaang" }, + "meanings" : [ "the head of an institution whose name ends in 院", + "chair of a board", + "president of a university", + "department head", + "dean", + "premier of the Republic of China" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "院子", + "radical" : "阝", + "level" : [ "new-2" ], + "frequency" : 6479, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "院子", + "transcriptions" : { "pinyin" : "yuàn zi", + "numeric" : "yuan4 zi5", + "wadegiles" : "yüan⁴ zi", + "bopomofo" : "ㄩㄢˋ zi", + "romatzyh" : "yuann zi" }, + "meanings" : [ "courtyard", + "garden", + "yard", + "patio", + "(old) servant" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "愿", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 1709, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "愿", + "transcriptions" : { "pinyin" : "yuàn", + "numeric" : "yuan4", + "wadegiles" : "yüan⁴", + "bopomofo" : "ㄩㄢˋ", + "romatzyh" : "yuann" }, + "meanings" : [ "honest", + "prudent", + "variant of 愿" ], + "classifiers" : [] }, + { "traditional" : "願", + "transcriptions" : { "pinyin" : "yuàn", + "numeric" : "yuan4", + "wadegiles" : "yüan⁴", + "bopomofo" : "ㄩㄢˋ", + "romatzyh" : "yuann" }, + "meanings" : [ "to hope", + "to wish", + "to desire", + "hoped-for", + "ready", + "willing" ], + "classifiers" : [] } ] }, + { "simplified" : "愿望", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 2889, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "願望", + "transcriptions" : { "pinyin" : "yuàn wàng", + "numeric" : "yuan4 wang4", + "wadegiles" : "yüan⁴ wang⁴", + "bopomofo" : "ㄩㄢˋ ㄨㄤˋ", + "romatzyh" : "yuann wanq" }, + "meanings" : [ "desire", "wish" ], + "classifiers" : [] } ] }, + { "simplified" : "愿意", + "radical" : "心", + "level" : [ "new-2", "old-3" ], + "frequency" : 738, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "願意", + "transcriptions" : { "pinyin" : "yuàn yì", + "numeric" : "yuan4 yi4", + "wadegiles" : "yüan⁴ i⁴", + "bopomofo" : "ㄩㄢˋ ㄧˋ", + "romatzyh" : "yuann yih" }, + "meanings" : [ "to wish", + "to want", + "ready", + "willing (to do sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "曰", + "radical" : "曰", + "level" : [ "new-7+" ], + "frequency" : 15711, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "曰", + "transcriptions" : { "pinyin" : "yuē", + "numeric" : "yue1", + "wadegiles" : "yüeh¹", + "bopomofo" : "ㄩㄝ", + "romatzyh" : "iue" }, + "meanings" : [ "to speak", "to say" ], + "classifiers" : [] } ] }, + { "simplified" : "约", + "radical" : "纟", + "level" : [ "new-3" ], + "frequency" : 797, + "pos" : [ "d", "b", "v", "g" ], + "forms" : [ { "traditional" : "約", + "transcriptions" : { "pinyin" : "yāo", + "numeric" : "yao1", + "wadegiles" : "yao¹", + "bopomofo" : "ㄧㄠ", + "romatzyh" : "iau" }, + "meanings" : [ "to weigh in a balance or on a scale" ], + "classifiers" : [] }, + { "traditional" : "約", + "transcriptions" : { "pinyin" : "yuē", + "numeric" : "yue1", + "wadegiles" : "yüeh¹", + "bopomofo" : "ㄩㄝ", + "romatzyh" : "iue" }, + "meanings" : [ "to make an appointment", + "to invite", + "approximately", + "pact", + "treaty", + "to economize", + "to restrict", + "to reduce (a fraction)", + "concise" ], + "classifiers" : [] } ] }, + { "simplified" : "约定", + "radical" : "纟", + "level" : [ "new-6" ], + "frequency" : 4371, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "約定", + "transcriptions" : { "pinyin" : "yuē dìng", + "numeric" : "yue1 ding4", + "wadegiles" : "yüeh¹ ting⁴", + "bopomofo" : "ㄩㄝ ㄉㄧㄥˋ", + "romatzyh" : "iue dinq" }, + "meanings" : [ "to agree on sth (after discussion)", + "to conclude a bargain", + "to arrange", + "to promise", + "to stipulate", + "to make an appointment", + "stipulated (time, amount, quality etc)", + "an arrangement", + "a deal", + "appointment", + "undertaking", + "commitment", + "understanding", + "engagement", + "stipulation" ], + "classifiers" : [] } ] }, + { "simplified" : "约定俗成", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 53683, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "約定俗成", + "transcriptions" : { "pinyin" : "yuē dìng sú chéng", + "numeric" : "yue1 ding4 su2 cheng2", + "wadegiles" : "yüeh¹ ting⁴ su² ch'eng²", + "bopomofo" : "ㄩㄝ ㄉㄧㄥˋ ㄙㄨˊ ㄔㄥˊ", + "romatzyh" : "iue dinq swu cherng" }, + "meanings" : [ "established by popular usage (idiom); common usage agreement", + "customary convention" ], + "classifiers" : [] } ] }, + { "simplified" : "约会", + "radical" : "纟", + "level" : [ "new-4", "old-4" ], + "frequency" : 3731, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "約會", + "transcriptions" : { "pinyin" : "yuē huì", + "numeric" : "yue1 hui4", + "wadegiles" : "yüeh¹ hui⁴", + "bopomofo" : "ㄩㄝ ㄏㄨㄟˋ", + "romatzyh" : "iue huey" }, + "meanings" : [ "appointment", + "engagement", + "date", + "to arrange to meet" ], + "classifiers" : [ "次", "个" ] } ] }, + { "simplified" : "约束", + "radical" : "纟", + "level" : [ "new-5", "old-6" ], + "frequency" : 6418, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "約束", + "transcriptions" : { "pinyin" : "yuē shù", + "numeric" : "yue1 shu4", + "wadegiles" : "yüeh¹ shu⁴", + "bopomofo" : "ㄩㄝ ㄕㄨˋ", + "romatzyh" : "iue shuh" }, + "meanings" : [ "to restrict", + "to limit to", + "to constrain", + "restriction", + "constraint" ], + "classifiers" : [] } ] }, + { "simplified" : "月", + "radical" : "月", + "level" : [ "new-1", "old-1" ], + "frequency" : 161, + "pos" : [ "n", "t" ], + "forms" : [ { "traditional" : "月", + "transcriptions" : { "pinyin" : "yuè", + "numeric" : "yue4", + "wadegiles" : "yüeh⁴", + "bopomofo" : "ㄩㄝˋ", + "romatzyh" : "yueh" }, + "meanings" : [ "moon", "month", "monthly" ], + "classifiers" : [ "个", "轮" ] } ] }, + { "simplified" : "月饼", + "radical" : "月", + "level" : [ "new-5" ], + "frequency" : 35984, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "月餅", + "transcriptions" : { "pinyin" : "yuè bǐng", + "numeric" : "yue4 bing3", + "wadegiles" : "yüeh⁴ ping³", + "bopomofo" : "ㄩㄝˋ ㄅㄧㄥˇ", + "romatzyh" : "yueh biing" }, + "meanings" : [ "mooncake (esp. for the Mid-Autumn Festival)" ], + "classifiers" : [] } ] }, + { "simplified" : "月初", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 34296, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "月初", + "transcriptions" : { "pinyin" : "yuè chū", + "numeric" : "yue4 chu1", + "wadegiles" : "yüeh⁴ ch'u¹", + "bopomofo" : "ㄩㄝˋ ㄔㄨ", + "romatzyh" : "yueh chu" }, + "meanings" : [ "start of month", + "early in the month" ], + "classifiers" : [] } ] }, + { "simplified" : "月底", + "radical" : "月", + "level" : [ "new-4" ], + "frequency" : 13715, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "月底", + "transcriptions" : { "pinyin" : "yuè dǐ", + "numeric" : "yue4 di3", + "wadegiles" : "yüeh⁴ ti³", + "bopomofo" : "ㄩㄝˋ ㄉㄧˇ", + "romatzyh" : "yueh dii" }, + "meanings" : [ "end of the month" ], + "classifiers" : [] } ] }, + { "simplified" : "月份", + "radical" : "月", + "level" : [ "new-2" ], + "frequency" : 5613, + "pos" : [ "t", "n" ], + "forms" : [ { "traditional" : "月份", + "transcriptions" : { "pinyin" : "yuè fèn", + "numeric" : "yue4 fen4", + "wadegiles" : "yüeh⁴ fen⁴", + "bopomofo" : "ㄩㄝˋ ㄈㄣˋ", + "romatzyh" : "yueh fenn" }, + "meanings" : [ "month" ], + "classifiers" : [] } ] }, + { "simplified" : "月亮", + "radical" : "月", + "level" : [ "new-2", "old-3" ], + "frequency" : 4781, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "月亮", + "transcriptions" : { "pinyin" : "yuè liang", + "numeric" : "yue4 liang5", + "wadegiles" : "yüeh⁴ liang", + "bopomofo" : "ㄩㄝˋ liang", + "romatzyh" : "yueh liang" }, + "meanings" : [ "the moon" ], + "classifiers" : [] } ] }, + { "simplified" : "月票", + "radical" : "月", + "level" : [ "new-7+" ], + "frequency" : 26277, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "月票", + "transcriptions" : { "pinyin" : "yuè piào", + "numeric" : "yue4 piao4", + "wadegiles" : "yüeh⁴ p'iao⁴", + "bopomofo" : "ㄩㄝˋ ㄆㄧㄠˋ", + "romatzyh" : "yueh piaw" }, + "meanings" : [ "monthly ticket" ], + "classifiers" : [] } ] }, + { "simplified" : "月球", + "radical" : "月", + "level" : [ "new-5" ], + "frequency" : 7401, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "月球", + "transcriptions" : { "pinyin" : "yuè qiú", + "numeric" : "yue4 qiu2", + "wadegiles" : "yüeh⁴ ch'iu²", + "bopomofo" : "ㄩㄝˋ ㄑㄧㄡˊ", + "romatzyh" : "yueh chyou" }, + "meanings" : [ "the moon" ], + "classifiers" : [] } ] }, + { "simplified" : "岳父", + "radical" : "山", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15555, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "岳父", + "transcriptions" : { "pinyin" : "yuè fù", + "numeric" : "yue4 fu4", + "wadegiles" : "yüeh⁴ fu⁴", + "bopomofo" : "ㄩㄝˋ ㄈㄨˋ", + "romatzyh" : "yueh fuh" }, + "meanings" : [ "wife's father, father-in-law" ], + "classifiers" : [] } ] }, + { "simplified" : "岳母", + "radical" : "山", + "level" : [ "new-7+" ], + "frequency" : 20019, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "岳母", + "transcriptions" : { "pinyin" : "yuè mǔ", + "numeric" : "yue4 mu3", + "wadegiles" : "yüeh⁴ mu³", + "bopomofo" : "ㄩㄝˋ ㄇㄨˇ", + "romatzyh" : "yueh muu" }, + "meanings" : [ "wife's mother, mother-in-law" ], + "classifiers" : [] } ] }, + { "simplified" : "悦耳", + "radical" : "忄", + "level" : [ "new-7+" ], + "frequency" : 23721, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "悅耳", + "transcriptions" : { "pinyin" : "yuè ěr", + "numeric" : "yue4 er3", + "wadegiles" : "yüeh⁴ erh³", + "bopomofo" : "ㄩㄝˋ ㄦˇ", + "romatzyh" : "yueh eel" }, + "meanings" : [ "sweet-sounding", + "beautiful (of sound)" ], + "classifiers" : [] } ] }, + { "simplified" : "阅读", + "radical" : "门", + "level" : [ "new-4", "old-4" ], + "frequency" : 4349, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "閱讀", + "transcriptions" : { "pinyin" : "yuè dú", + "numeric" : "yue4 du2", + "wadegiles" : "yüeh⁴ tu²", + "bopomofo" : "ㄩㄝˋ ㄉㄨˊ", + "romatzyh" : "yueh dwu" }, + "meanings" : [ "to read", "reading" ], + "classifiers" : [] } ] }, + { "simplified" : "阅览室", + "radical" : "门", + "level" : [ "new-5" ], + "frequency" : 35678, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "閱覽室", + "transcriptions" : { "pinyin" : "yuè lǎn shì", + "numeric" : "yue4 lan3 shi4", + "wadegiles" : "yüeh⁴ lan³ shih⁴", + "bopomofo" : "ㄩㄝˋ ㄌㄢˇ ㄕˋ", + "romatzyh" : "yueh laan shyh" }, + "meanings" : [ "reading room" ], + "classifiers" : [ "间" ] } ] }, + { "simplified" : "阅历", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 21027, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "閱歷", + "transcriptions" : { "pinyin" : "yuè lì", + "numeric" : "yue4 li4", + "wadegiles" : "yüeh⁴ li⁴", + "bopomofo" : "ㄩㄝˋ ㄌㄧˋ", + "romatzyh" : "yueh lih" }, + "meanings" : [ "to experience", "experience" ], + "classifiers" : [] } ] }, + { "simplified" : "越", + "radical" : "走", + "level" : [ "new-2", "old-3" ], + "frequency" : 574, + "pos" : [ "d", "g", "b" ], + "forms" : [ { "traditional" : "越", + "transcriptions" : { "pinyin" : "Yuè", + "numeric" : "Yue4", + "wadegiles" : "yüeh⁴", + "bopomofo" : "ㄩㄝˋ", + "romatzyh" : "yueh" }, + "meanings" : [ "generic word for peoples or states of south China or south Asia at different historical periods", + "abbr. for Vietnam 越南" ], + "classifiers" : [] }, + { "traditional" : "越", + "transcriptions" : { "pinyin" : "yuè", + "numeric" : "yue4", + "wadegiles" : "yüeh⁴", + "bopomofo" : "ㄩㄝˋ", + "romatzyh" : "yueh" }, + "meanings" : [ "to exceed", + "to climb over", + "to surpass", + "the more... the more" ], + "classifiers" : [] } ] }, + { "simplified" : "越发", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 13246, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "越發", + "transcriptions" : { "pinyin" : "yuè fā", + "numeric" : "yue4 fa1", + "wadegiles" : "yüeh⁴ fa¹", + "bopomofo" : "ㄩㄝˋ ㄈㄚ", + "romatzyh" : "yueh fa" }, + "meanings" : [ "increasingly", + "more and more", + "ever more", + "all the more" ], + "classifiers" : [] } ] }, + { "simplified" : "越过", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 8860, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "越過", + "transcriptions" : { "pinyin" : "yuè guò", + "numeric" : "yue4 guo4", + "wadegiles" : "yüeh⁴ kuo⁴", + "bopomofo" : "ㄩㄝˋ ㄍㄨㄛˋ", + "romatzyh" : "yueh guoh" }, + "meanings" : [ "to cross over", + "to transcend", + "to cover distance", + "to overcome", + "to rise above" ], + "classifiers" : [] } ] }, + { "simplified" : "越来越", + "radical" : "走", + "level" : [ "new-2" ], + "frequency" : 982, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "越來越", + "transcriptions" : { "pinyin" : "yuè lái yuè", + "numeric" : "yue4 lai2 yue4", + "wadegiles" : "yüeh⁴ lai² yüeh⁴", + "bopomofo" : "ㄩㄝˋ ㄌㄞˊ ㄩㄝˋ", + "romatzyh" : "yueh lai yueh" }, + "meanings" : [ "more and more" ], + "classifiers" : [] } ] }, + { "simplified" : "晕", + "radical" : "日", + "level" : [ "new-6", "old-5" ], + "frequency" : 2983, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "暈", + "transcriptions" : { "pinyin" : "yūn", + "numeric" : "yun1", + "wadegiles" : "yün¹", + "bopomofo" : "ㄩㄣ", + "romatzyh" : "iun" }, + "meanings" : [ "confused", + "dizzy", + "giddy", + "to faint", + "to swoon", + "to lose consciousness", + "to pass out" ], + "classifiers" : [] }, + { "traditional" : "暈", + "transcriptions" : { "pinyin" : "yùn", + "numeric" : "yun4", + "wadegiles" : "yün⁴", + "bopomofo" : "ㄩㄣˋ", + "romatzyh" : "yunn" }, + "meanings" : [ "dizzy", + "halo", + "ring around moon or sun" ], + "classifiers" : [] } ] }, + { "simplified" : "晕车", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 22555, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "暈車", + "transcriptions" : { "pinyin" : "yùn chē", + "numeric" : "yun4 che1", + "wadegiles" : "yün⁴ ch'e¹", + "bopomofo" : "ㄩㄣˋ ㄔㄜ", + "romatzyh" : "yunn che" }, + "meanings" : [ "to be carsick" ], + "classifiers" : [] } ] }, + { "simplified" : "晕倒", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 11045, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "暈倒", + "transcriptions" : { "pinyin" : "yūn dǎo", + "numeric" : "yun1 dao3", + "wadegiles" : "yün¹ tao³", + "bopomofo" : "ㄩㄣ ㄉㄠˇ", + "romatzyh" : "iun dao" }, + "meanings" : [ "to faint", + "to swoon", + "to black out", + "to become unconscious" ], + "classifiers" : [] } ] }, + { "simplified" : "云", + "radical" : "二", + "level" : [ "new-2", "old-3" ], + "frequency" : 3335, + "pos" : [ "n", "g", "b" ], + "forms" : [ { "traditional" : "云", + "transcriptions" : { "pinyin" : "yún", + "numeric" : "yun2", + "wadegiles" : "yün²", + "bopomofo" : "ㄩㄣˊ", + "romatzyh" : "yun" }, + "meanings" : [ "(classical) to say" ], + "classifiers" : [] }, + { "traditional" : "雲", + "transcriptions" : { "pinyin" : "Yún", + "numeric" : "Yun2", + "wadegiles" : "yün²", + "bopomofo" : "ㄩㄣˊ", + "romatzyh" : "yun" }, + "meanings" : [ "surname Yun", + "abbr. for Yunnan Province 云南省" ], + "classifiers" : [] }, + { "traditional" : "雲", + "transcriptions" : { "pinyin" : "yún", + "numeric" : "yun2", + "wadegiles" : "yün²", + "bopomofo" : "ㄩㄣˊ", + "romatzyh" : "yun" }, + "meanings" : [ "cloud" ], + "classifiers" : [ "朵" ] } ] }, + { "simplified" : "允许", + "radical" : "儿", + "level" : [ "new-6", "old-4" ], + "frequency" : 1611, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "允許", + "transcriptions" : { "pinyin" : "yǔn xǔ", + "numeric" : "yun3 xu3", + "wadegiles" : "yün³ hsü³", + "bopomofo" : "ㄩㄣˇ ㄒㄩˇ", + "romatzyh" : "yeun sheu" }, + "meanings" : [ "to permit", "to allow" ], + "classifiers" : [] } ] }, + { "simplified" : "陨石", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 16248, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "隕石", + "transcriptions" : { "pinyin" : "yǔn shí", + "numeric" : "yun3 shi2", + "wadegiles" : "yün³ shih²", + "bopomofo" : "ㄩㄣˇ ㄕˊ", + "romatzyh" : "yeun shyr" }, + "meanings" : [ "meteorite", "aerolite" ], + "classifiers" : [ "块", "颗" ] } ] }, + { "simplified" : "孕妇", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 7177, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "孕婦", + "transcriptions" : { "pinyin" : "yùn fù", + "numeric" : "yun4 fu4", + "wadegiles" : "yün⁴ fu⁴", + "bopomofo" : "ㄩㄣˋ ㄈㄨˋ", + "romatzyh" : "yunn fuh" }, + "meanings" : [ "pregnant woman" ], + "classifiers" : [] } ] }, + { "simplified" : "孕育", + "radical" : "子", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13877, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "孕育", + "transcriptions" : { "pinyin" : "yùn yù", + "numeric" : "yun4 yu4", + "wadegiles" : "yün⁴ yü⁴", + "bopomofo" : "ㄩㄣˋ ㄩˋ", + "romatzyh" : "yunn yuh" }, + "meanings" : [ "to be pregnant", + "to produce offspring", + "to nurture (a development, school of thought, artwork etc)", + "fig. replete with (culture etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "运", + "radical" : "辶", + "level" : [ "new-5" ], + "frequency" : 1730, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "運", + "transcriptions" : { "pinyin" : "yùn", + "numeric" : "yun4", + "wadegiles" : "yün⁴", + "bopomofo" : "ㄩㄣˋ", + "romatzyh" : "yunn" }, + "meanings" : [ "to move", + "to transport", + "to use", + "to apply", + "fortune", + "luck", + "fate" ], + "classifiers" : [] } ] }, + { "simplified" : "运动", + "radical" : "辶", + "level" : [ "new-2", "old-2" ], + "frequency" : 1138, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "運動", + "transcriptions" : { "pinyin" : "yùn dòng", + "numeric" : "yun4 dong4", + "wadegiles" : "yün⁴ tung⁴", + "bopomofo" : "ㄩㄣˋ ㄉㄨㄥˋ", + "romatzyh" : "yunn donq" }, + "meanings" : [ "to move", + "to exercise", + "sports", + "exercise", + "motion", + "movement", + "campaign" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "运动会", + "radical" : "辶", + "level" : [ "new-4" ], + "frequency" : 11698, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "運動會", + "transcriptions" : { "pinyin" : "yùn dòng huì", + "numeric" : "yun4 dong4 hui4", + "wadegiles" : "yün⁴ tung⁴ hui⁴", + "bopomofo" : "ㄩㄣˋ ㄉㄨㄥˋ ㄏㄨㄟˋ", + "romatzyh" : "yunn donq huey" }, + "meanings" : [ "sports competition" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "运动员", + "radical" : "辶", + "level" : [ "new-4" ], + "frequency" : 3182, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "運動員", + "transcriptions" : { "pinyin" : "yùn dòng yuán", + "numeric" : "yun4 dong4 yuan2", + "wadegiles" : "yün⁴ tung⁴ yüan²", + "bopomofo" : "ㄩㄣˋ ㄉㄨㄥˋ ㄩㄢˊ", + "romatzyh" : "yunn donq yuan" }, + "meanings" : [ "athlete" ], + "classifiers" : [ "名", "个" ] } ] }, + { "simplified" : "运河", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13041, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "運河", + "transcriptions" : { "pinyin" : "yùn hé", + "numeric" : "yun4 he2", + "wadegiles" : "yün⁴ ho²", + "bopomofo" : "ㄩㄣˋ ㄏㄜˊ", + "romatzyh" : "yunn her" }, + "meanings" : [ "canal" ], + "classifiers" : [] } ] }, + { "simplified" : "运气", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 3235, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "運氣", + "transcriptions" : { "pinyin" : "yùn qi", + "numeric" : "yun4 qi5", + "wadegiles" : "yün⁴ qi", + "bopomofo" : "ㄩㄣˋ qi", + "romatzyh" : "yunn qi" }, + "meanings" : [ "luck (good or bad)" ], + "classifiers" : [] } ] }, + { "simplified" : "运输", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 3770, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "運輸", + "transcriptions" : { "pinyin" : "yùn shū", + "numeric" : "yun4 shu1", + "wadegiles" : "yün⁴ shu¹", + "bopomofo" : "ㄩㄣˋ ㄕㄨ", + "romatzyh" : "yunn shu" }, + "meanings" : [ "to transport", + "to carry", + "transportation" ], + "classifiers" : [] } ] }, + { "simplified" : "运送", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8282, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "運送", + "transcriptions" : { "pinyin" : "yùn sòng", + "numeric" : "yun4 song4", + "wadegiles" : "yün⁴ sung⁴", + "bopomofo" : "ㄩㄣˋ ㄙㄨㄥˋ", + "romatzyh" : "yunn sonq" }, + "meanings" : [ "to transport", "to carry" ], + "classifiers" : [] } ] }, + { "simplified" : "运算", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 15793, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "運算", + "transcriptions" : { "pinyin" : "yùn suàn", + "numeric" : "yun4 suan4", + "wadegiles" : "yün⁴ suan⁴", + "bopomofo" : "ㄩㄣˋ ㄙㄨㄢˋ", + "romatzyh" : "yunn suann" }, + "meanings" : [ "to perform calculations", + "(mathematical) operation" ], + "classifiers" : [] } ] }, + { "simplified" : "运行", + "radical" : "辶", + "level" : [ "new-5", "old-6" ], + "frequency" : 3506, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "運行", + "transcriptions" : { "pinyin" : "yùn xíng", + "numeric" : "yun4 xing2", + "wadegiles" : "yün⁴ hsing²", + "bopomofo" : "ㄩㄣˋ ㄒㄧㄥˊ", + "romatzyh" : "yunn shyng" }, + "meanings" : [ "to move along one's course (of celestial bodies etc)", + "(fig.) to function; to be in operation", + "(of a train service etc) to operate; to run", + "(of a computer) to run" ], + "classifiers" : [] } ] }, + { "simplified" : "运营", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 7293, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "運營", + "transcriptions" : { "pinyin" : "yùn yíng", + "numeric" : "yun4 ying2", + "wadegiles" : "yün⁴ ying²", + "bopomofo" : "ㄩㄣˋ ㄧㄥˊ", + "romatzyh" : "yunn yng" }, + "meanings" : [ "to be in operation", + "to do business", + "(of train, bus etc) to be in service", + "operation", + "service" ], + "classifiers" : [] } ] }, + { "simplified" : "运用", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 3345, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "運用", + "transcriptions" : { "pinyin" : "yùn yòng", + "numeric" : "yun4 yong4", + "wadegiles" : "yün⁴ yung⁴", + "bopomofo" : "ㄩㄣˋ ㄩㄥˋ", + "romatzyh" : "yunn yonq" }, + "meanings" : [ "to use", "to put to use" ], + "classifiers" : [] } ] }, + { "simplified" : "运转", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 6506, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "運轉", + "transcriptions" : { "pinyin" : "yùn zhuǎn", + "numeric" : "yun4 zhuan3", + "wadegiles" : "yün⁴ chuan³", + "bopomofo" : "ㄩㄣˋ ㄓㄨㄢˇ", + "romatzyh" : "yunn joan" }, + "meanings" : [ "to work", + "to operate", + "to revolve", + "to turn around" ], + "classifiers" : [] } ] }, + { "simplified" : "运作", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 3448, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "運作", + "transcriptions" : { "pinyin" : "yùn zuò", + "numeric" : "yun4 zuo4", + "wadegiles" : "yün⁴ tso⁴", + "bopomofo" : "ㄩㄣˋ ㄗㄨㄛˋ", + "romatzyh" : "yunn tzuoh" }, + "meanings" : [ "to operate", + "operations", + "workings", + "activities (usu. of an organization)", + "thread (computing)" ], + "classifiers" : [] } ] }, + { "simplified" : "酝酿", + "radical" : "酉", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11059, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "醞釀", + "transcriptions" : { "pinyin" : "yùn niàng", + "numeric" : "yun4 niang4", + "wadegiles" : "yün⁴ niang⁴", + "bopomofo" : "ㄩㄣˋ ㄋㄧㄤˋ", + "romatzyh" : "yunn nianq" }, + "meanings" : [ "(of alcohol) to ferment", + "(of a crisis) to be brewing", + "to mull over (an issue)", + "to hold exploratory discussions" ], + "classifiers" : [] } ] }, + { "simplified" : "韵味", + "radical" : "音", + "level" : [ "new-7+" ], + "frequency" : 20325, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "韻味", + "transcriptions" : { "pinyin" : "yùn wèi", + "numeric" : "yun4 wei4", + "wadegiles" : "yün⁴ wei⁴", + "bopomofo" : "ㄩㄣˋ ㄨㄟˋ", + "romatzyh" : "yunn wey" }, + "meanings" : [ "implicit charm in rhyme or sound", + "hinted appeal", + "interest" ], + "classifiers" : [] } ] }, + { "simplified" : "熨", + "radical" : "火", + "level" : [ "old-6" ], + "frequency" : 20839, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "熨", + "transcriptions" : { "pinyin" : "yù", + "numeric" : "yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "reconciled", "smooth" ], + "classifiers" : [] }, + { "traditional" : "熨", + "transcriptions" : { "pinyin" : "yùn", + "numeric" : "yun4", + "wadegiles" : "yün⁴", + "bopomofo" : "ㄩㄣˋ", + "romatzyh" : "yunn" }, + "meanings" : [ "an iron", "to iron" ], + "classifiers" : [] } ] }, + { "simplified" : "蕴藏", + "radical" : "艹", + "level" : [ "new-7+", "old-6" ], + "frequency" : 20995, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "蘊藏", + "transcriptions" : { "pinyin" : "yùn cáng", + "numeric" : "yun4 cang2", + "wadegiles" : "yün⁴ ts'ang²", + "bopomofo" : "ㄩㄣˋ ㄘㄤˊ", + "romatzyh" : "yunn tsarng" }, + "meanings" : [ "to hold in store", + "to contain (untapped reserves etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "蕴涵", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 32795, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "蘊涵", + "transcriptions" : { "pinyin" : "yùn hán", + "numeric" : "yun4 han2", + "wadegiles" : "yün⁴ han²", + "bopomofo" : "ㄩㄣˋ ㄏㄢˊ", + "romatzyh" : "yunn harn" }, + "meanings" : [ "to contain", + "to accumulate", + "to embrace", + "implicit condition", + "implication", + "entailment" ], + "classifiers" : [] } ] }, + { "simplified" : "杂", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 6202, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "襍", + "transcriptions" : { "pinyin" : "zá", + "numeric" : "za2", + "wadegiles" : "tsa²", + "bopomofo" : "ㄗㄚˊ", + "romatzyh" : "tzar" }, + "meanings" : [ "variant of 杂" ], + "classifiers" : [] }, + { "traditional" : "雜", + "transcriptions" : { "pinyin" : "zá", + "numeric" : "za2", + "wadegiles" : "tsa²", + "bopomofo" : "ㄗㄚˊ", + "romatzyh" : "tzar" }, + "meanings" : [ "mixed", + "miscellaneous", + "various", + "to mix" ], + "classifiers" : [] } ] }, + { "simplified" : "杂技", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15170, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雜技", + "transcriptions" : { "pinyin" : "zá jì", + "numeric" : "za2 ji4", + "wadegiles" : "tsa² chi⁴", + "bopomofo" : "ㄗㄚˊ ㄐㄧˋ", + "romatzyh" : "tzar jih" }, + "meanings" : [ "acrobatics" ], + "classifiers" : [ "场" ] } ] }, + { "simplified" : "杂交", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14159, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "雜交", + "transcriptions" : { "pinyin" : "zá jiāo", + "numeric" : "za2 jiao1", + "wadegiles" : "tsa² chiao¹", + "bopomofo" : "ㄗㄚˊ ㄐㄧㄠ", + "romatzyh" : "tzar jiau" }, + "meanings" : [ "to hybridize", + "to crossbreed", + "promiscuity" ], + "classifiers" : [] } ] }, + { "simplified" : "杂乱无章", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 34808, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "雜亂無章", + "transcriptions" : { "pinyin" : "zá luàn wú zhāng", + "numeric" : "za2 luan4 wu2 zhang1", + "wadegiles" : "tsa² luan⁴ wu² chang¹", + "bopomofo" : "ㄗㄚˊ ㄌㄨㄢˋ ㄨˊ ㄓㄤ", + "romatzyh" : "tzar luann wu jang" }, + "meanings" : [ "disordered and in a mess (idiom); all mixed up and chaotic" ], + "classifiers" : [] } ] }, + { "simplified" : "杂志", + "radical" : "木", + "level" : [ "new-3", "old-4" ], + "frequency" : 1627, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "雜誌", + "transcriptions" : { "pinyin" : "zá zhì", + "numeric" : "za2 zhi4", + "wadegiles" : "tsa² chih⁴", + "bopomofo" : "ㄗㄚˊ ㄓˋ", + "romatzyh" : "tzar jyh" }, + "meanings" : [ "magazine" ], + "classifiers" : [ "本", "份", "期" ] } ] }, + { "simplified" : "砸", + "radical" : "石", + "level" : [ "new-7+", "old-6" ], + "frequency" : 2037, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "砸", + "transcriptions" : { "pinyin" : "zá", + "numeric" : "za2", + "wadegiles" : "tsa²", + "bopomofo" : "ㄗㄚˊ", + "romatzyh" : "tzar" }, + "meanings" : [ "to smash", + "to pound", + "to fail", + "to muck up", + "to bungle" ], + "classifiers" : [] } ] }, + { "simplified" : "咋", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 4187, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "咋", + "transcriptions" : { "pinyin" : "zǎ", + "numeric" : "za3", + "wadegiles" : "tsa³", + "bopomofo" : "ㄗㄚˇ", + "romatzyh" : "tzaa" }, + "meanings" : [ "dialectal equivalent of 怎么" ], + "classifiers" : [] }, + { "traditional" : "咋", + "transcriptions" : { "pinyin" : "zé", + "numeric" : "ze2", + "wadegiles" : "tse²", + "bopomofo" : "ㄗㄜˊ", + "romatzyh" : "tzer" }, + "meanings" : [ "gnaw" ], + "classifiers" : [] }, + { "traditional" : "咋", + "transcriptions" : { "pinyin" : "zhà", + "numeric" : "zha4", + "wadegiles" : "cha⁴", + "bopomofo" : "ㄓㄚˋ", + "romatzyh" : "jah" }, + "meanings" : [ "loud noise", "shout", "suddenly" ], + "classifiers" : [] } ] }, + { "simplified" : "灾", + "radical" : "火", + "level" : [ "new-5" ], + "frequency" : 8756, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "災", + "transcriptions" : { "pinyin" : "zāi", + "numeric" : "zai1", + "wadegiles" : "tsai¹", + "bopomofo" : "ㄗㄞ", + "romatzyh" : "tzai" }, + "meanings" : [ "disaster", "calamity" ], + "classifiers" : [] }, + { "traditional" : "烖", + "transcriptions" : { "pinyin" : "zāi", + "numeric" : "zai1", + "wadegiles" : "tsai¹", + "bopomofo" : "ㄗㄞ", + "romatzyh" : "tzai" }, + "meanings" : [ "variant of 灾" ], + "classifiers" : [] }, + { "traditional" : "菑", + "transcriptions" : { "pinyin" : "zāi", + "numeric" : "zai1", + "wadegiles" : "tsai¹", + "bopomofo" : "ㄗㄞ", + "romatzyh" : "tzai" }, + "meanings" : [ "old variant of 灾" ], + "classifiers" : [] } ] }, + { "simplified" : "灾害", + "radical" : "火", + "level" : [ "new-5", "old-5" ], + "frequency" : 13624, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "災害", + "transcriptions" : { "pinyin" : "zāi hài", + "numeric" : "zai1 hai4", + "wadegiles" : "tsai¹ hai⁴", + "bopomofo" : "ㄗㄞ ㄏㄞˋ", + "romatzyh" : "tzai hay" }, + "meanings" : [ "calamity", "disaster" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "灾难", + "radical" : "火", + "level" : [ "new-5", "old-6" ], + "frequency" : 4796, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "災難", + "transcriptions" : { "pinyin" : "zāi nàn", + "numeric" : "zai1 nan4", + "wadegiles" : "tsai¹ nan⁴", + "bopomofo" : "ㄗㄞ ㄋㄢˋ", + "romatzyh" : "tzai nann" }, + "meanings" : [ "disaster; catastrophe" ], + "classifiers" : [] } ] }, + { "simplified" : "灾区", + "radical" : "火", + "level" : [ "new-5" ], + "frequency" : 19915, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "災區", + "transcriptions" : { "pinyin" : "zāi qū", + "numeric" : "zai1 qu1", + "wadegiles" : "tsai¹ ch'ü¹", + "bopomofo" : "ㄗㄞ ㄑㄩ", + "romatzyh" : "tzai chiu" }, + "meanings" : [ "disaster area", "stricken region" ], + "classifiers" : [] } ] }, + { "simplified" : "栽", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 8512, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "栽", + "transcriptions" : { "pinyin" : "zāi", + "numeric" : "zai1", + "wadegiles" : "tsai¹", + "bopomofo" : "ㄗㄞ", + "romatzyh" : "tzai" }, + "meanings" : [ "to plant; to grow", + "to insert; to erect (e.g. a bus stop sign)", + "to impose sth on sb", + "to stumble; to fall down" ], + "classifiers" : [] } ] }, + { "simplified" : "栽培", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15725, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "栽培", + "transcriptions" : { "pinyin" : "zāi péi", + "numeric" : "zai1 pei2", + "wadegiles" : "tsai¹ p'ei²", + "bopomofo" : "ㄗㄞ ㄆㄟˊ", + "romatzyh" : "tzai peir" }, + "meanings" : [ "to grow", + "to cultivate", + "to train", + "to educate", + "to patronize" ], + "classifiers" : [] } ] }, + { "simplified" : "宰", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5527, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "宰", + "transcriptions" : { "pinyin" : "zǎi", + "numeric" : "zai3", + "wadegiles" : "tsai³", + "bopomofo" : "ㄗㄞˇ", + "romatzyh" : "tzae" }, + "meanings" : [ "to slaughter; to butcher; to kill (animals etc)", + "(coll.) to fleece; to rip off; to overcharge", + "(bound form) to govern; to rule", + "(bound form) (a title for certain government officials in ancient China)" ], + "classifiers" : [] } ] }, + { "simplified" : "再", + "radical" : "冂", + "level" : [ "new-1", "old-2" ], + "frequency" : 91, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "再", + "transcriptions" : { "pinyin" : "zài", + "numeric" : "zai4", + "wadegiles" : "tsai⁴", + "bopomofo" : "ㄗㄞˋ", + "romatzyh" : "tzay" }, + "meanings" : [ "again; once more; re-", + "second; another", + "then (after sth, and not until then)", + "no matter how ... (followed by an adjective or verb, and then (usually) 也 or 都 for emphasis)" ], + "classifiers" : [] } ] }, + { "simplified" : "再次", + "radical" : "冂", + "level" : [ "new-5" ], + "frequency" : 983, + "pos" : [ "d", "c" ], + "forms" : [ { "traditional" : "再次", + "transcriptions" : { "pinyin" : "zài cì", + "numeric" : "zai4 ci4", + "wadegiles" : "tsai⁴ tz'u⁴", + "bopomofo" : "ㄗㄞˋ ㄘˋ", + "romatzyh" : "tzay tsyh" }, + "meanings" : [ "one more time", + "again", + "one more", + "once again" ], + "classifiers" : [] } ] }, + { "simplified" : "再度", + "radical" : "冂", + "level" : [ "new-7+" ], + "frequency" : 5508, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "再度", + "transcriptions" : { "pinyin" : "zài dù", + "numeric" : "zai4 du4", + "wadegiles" : "tsai⁴ tu⁴", + "bopomofo" : "ㄗㄞˋ ㄉㄨˋ", + "romatzyh" : "tzay duh" }, + "meanings" : [ "once more; once again; one more time" ], + "classifiers" : [] } ] }, + { "simplified" : "再见", + "radical" : "冂", + "level" : [ "new-1", "old-1" ], + "frequency" : 2487, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "再見", + "transcriptions" : { "pinyin" : "zài jiàn", + "numeric" : "zai4 jian4", + "wadegiles" : "tsai⁴ chien⁴", + "bopomofo" : "ㄗㄞˋ ㄐㄧㄢˋ", + "romatzyh" : "tzay jiann" }, + "meanings" : [ "goodbye", "see you again later" ], + "classifiers" : [] } ] }, + { "simplified" : "再接再厉", + "radical" : "冂", + "level" : [ "old-6" ], + "frequency" : 23317, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "再接再厲", + "transcriptions" : { "pinyin" : "zài jiē zài lì", + "numeric" : "zai4 jie1 zai4 li4", + "wadegiles" : "tsai⁴ chieh¹ tsai⁴ li⁴", + "bopomofo" : "ㄗㄞˋ ㄐㄧㄝ ㄗㄞˋ ㄌㄧˋ", + "romatzyh" : "tzay jie tzay lih" }, + "meanings" : [ "to continue the struggle (idiom); to persist", + "unremitting efforts" ], + "classifiers" : [] } ] }, + { "simplified" : "再三", + "radical" : "冂", + "level" : [ "new-4", "old-5" ], + "frequency" : 13301, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "再三", + "transcriptions" : { "pinyin" : "zài sān", + "numeric" : "zai4 san1", + "wadegiles" : "tsai⁴ san¹", + "bopomofo" : "ㄗㄞˋ ㄙㄢ", + "romatzyh" : "tzay san" }, + "meanings" : [ "over and over again", + "again and again" ], + "classifiers" : [] } ] }, + { "simplified" : "再生", + "radical" : "冂", + "level" : [ "new-6" ], + "frequency" : 7384, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "再生", + "transcriptions" : { "pinyin" : "zài shēng", + "numeric" : "zai4 sheng1", + "wadegiles" : "tsai⁴ sheng¹", + "bopomofo" : "ㄗㄞˋ ㄕㄥ", + "romatzyh" : "tzay sheng" }, + "meanings" : [ "to be reborn", + "to regenerate", + "to be a second so-and-so (famous dead person)", + "recycling", + "regeneration" ], + "classifiers" : [] } ] }, + { "simplified" : "再说", + "radical" : "冂", + "level" : [ "new-6" ], + "frequency" : 2395, + "pos" : [ "v", "c" ], + "forms" : [ { "traditional" : "再說", + "transcriptions" : { "pinyin" : "zài shuō", + "numeric" : "zai4 shuo1", + "wadegiles" : "tsai⁴ shuo¹", + "bopomofo" : "ㄗㄞˋ ㄕㄨㄛ", + "romatzyh" : "tzay shuo" }, + "meanings" : [ "to say again", + "to put off a discussion until later", + "moreover", + "what's more", + "besides" ], + "classifiers" : [] } ] }, + { "simplified" : "再现", + "radical" : "冂", + "level" : [ "new-7+" ], + "frequency" : 10909, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "再現", + "transcriptions" : { "pinyin" : "zài xiàn", + "numeric" : "zai4 xian4", + "wadegiles" : "tsai⁴ hsien⁴", + "bopomofo" : "ㄗㄞˋ ㄒㄧㄢˋ", + "romatzyh" : "tzay shiann" }, + "meanings" : [ "to recreate", + "to reconstruct (a historical relic)" ], + "classifiers" : [] } ] }, + { "simplified" : "再也", + "radical" : "冂", + "level" : [ "new-5" ], + "frequency" : 6773, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "再也", + "transcriptions" : { "pinyin" : "zài yě", + "numeric" : "zai4 ye3", + "wadegiles" : "tsai⁴ yeh³", + "bopomofo" : "ㄗㄞˋ ㄧㄝˇ", + "romatzyh" : "tzay yee" }, + "meanings" : [ "(not) any more" ], + "classifiers" : [] } ] }, + { "simplified" : "在", + "radical" : "土", + "level" : [ "new-1", "old-1" ], + "frequency" : 5, + "pos" : [ "p", "v", "d" ], + "forms" : [ { "traditional" : "在", + "transcriptions" : { "pinyin" : "zài", + "numeric" : "zai4", + "wadegiles" : "tsai⁴", + "bopomofo" : "ㄗㄞˋ", + "romatzyh" : "tzay" }, + "meanings" : [ "to exist; to be alive", + "(of sb or sth) to be (located) at", + "(used before a verb to indicate an action in progress)" ], + "classifiers" : [] } ] }, + { "simplified" : "在场", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 3230, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "在場", + "transcriptions" : { "pinyin" : "zài chǎng", + "numeric" : "zai4 chang3", + "wadegiles" : "tsai⁴ ch'ang³", + "bopomofo" : "ㄗㄞˋ ㄔㄤˇ", + "romatzyh" : "tzay chaang" }, + "meanings" : [ "to be present", + "to be on the scene" ], + "classifiers" : [] } ] }, + { "simplified" : "在乎", + "radical" : "土", + "level" : [ "new-4", "old-6" ], + "frequency" : 2833, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "在乎", + "transcriptions" : { "pinyin" : "zài hu", + "numeric" : "zai4 hu5", + "wadegiles" : "tsai⁴ hu", + "bopomofo" : "ㄗㄞˋ hu", + "romatzyh" : "tzay hu" }, + "meanings" : [ "to care about", + "equivalent of 在于" ], + "classifiers" : [] } ] }, + { "simplified" : "在家", + "radical" : "土", + "level" : [ "new-1" ], + "frequency" : 2444, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "在家", + "transcriptions" : { "pinyin" : "zài jiā", + "numeric" : "zai4 jia1", + "wadegiles" : "tsai⁴ chia¹", + "bopomofo" : "ㄗㄞˋ ㄐㄧㄚ", + "romatzyh" : "tzay jia" }, + "meanings" : [ "to be at home", + "(at a workplace) to be in (as opposed to being away on official business 差)", + "(Buddhism etc) to remain a layman (as opposed to becoming a monk or a nun 家)" ], + "classifiers" : [] } ] }, + { "simplified" : "在内", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 5311, + "pos" : [ "u", "v" ], + "forms" : [ { "traditional" : "在內", + "transcriptions" : { "pinyin" : "zài nèi", + "numeric" : "zai4 nei4", + "wadegiles" : "tsai⁴ nei⁴", + "bopomofo" : "ㄗㄞˋ ㄋㄟˋ", + "romatzyh" : "tzay ney" }, + "meanings" : [ "(included) in it", "among them" ], + "classifiers" : [] } ] }, + { "simplified" : "在线", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 8993, + "pos" : [ "vn", "b" ], + "forms" : [ { "traditional" : "在線", + "transcriptions" : { "pinyin" : "zài xiàn", + "numeric" : "zai4 xian4", + "wadegiles" : "tsai⁴ hsien⁴", + "bopomofo" : "ㄗㄞˋ ㄒㄧㄢˋ", + "romatzyh" : "tzay shiann" }, + "meanings" : [ "online" ], + "classifiers" : [] } ] }, + { "simplified" : "在意", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4370, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "在意", + "transcriptions" : { "pinyin" : "zài yì", + "numeric" : "zai4 yi4", + "wadegiles" : "tsai⁴ i⁴", + "bopomofo" : "ㄗㄞˋ ㄧˋ", + "romatzyh" : "tzay yih" }, + "meanings" : [ "to care about", "to mind" ], + "classifiers" : [] } ] }, + { "simplified" : "在于", + "radical" : "土", + "level" : [ "new-4" ], + "frequency" : 1868, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "在於", + "transcriptions" : { "pinyin" : "zài yú", + "numeric" : "zai4 yu2", + "wadegiles" : "tsai⁴ yü²", + "bopomofo" : "ㄗㄞˋ ㄩˊ", + "romatzyh" : "tzay yu" }, + "meanings" : [ "to be in", + "to lie in", + "to consist in", + "to depend on", + "to rest with" ], + "classifiers" : [] } ] }, + { "simplified" : "在职", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 16273, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "在職", + "transcriptions" : { "pinyin" : "zài zhí", + "numeric" : "zai4 zhi2", + "wadegiles" : "tsai⁴ chih²", + "bopomofo" : "ㄗㄞˋ ㄓˊ", + "romatzyh" : "tzay jyr" }, + "meanings" : [ "to be employed", + "to be in post", + "on-the-job" ], + "classifiers" : [] } ] }, + { "simplified" : "载体", + "radical" : "戈", + "level" : [ "new-7+" ], + "frequency" : 18861, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "載體", + "transcriptions" : { "pinyin" : "zài tǐ", + "numeric" : "zai4 ti3", + "wadegiles" : "tsai⁴ t'i³", + "bopomofo" : "ㄗㄞˋ ㄊㄧˇ", + "romatzyh" : "tzay tii" }, + "meanings" : [ "carrier (chemistry)", + "vector (epidemiology)", + "vehicle or medium" ], + "classifiers" : [] } ] }, + { "simplified" : "咱", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 3116, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "偺", + "transcriptions" : { "pinyin" : "zán", + "numeric" : "zan2", + "wadegiles" : "tsan²", + "bopomofo" : "ㄗㄢˊ", + "romatzyh" : "tzarn" }, + "meanings" : [ "variant of 咱" ], + "classifiers" : [] }, + { "traditional" : "咱", + "transcriptions" : { "pinyin" : "zá", + "numeric" : "za2", + "wadegiles" : "tsa²", + "bopomofo" : "ㄗㄚˊ", + "romatzyh" : "tzar" }, + "meanings" : [ "see 咱" ], + "classifiers" : [] }, + { "traditional" : "咱", + "transcriptions" : { "pinyin" : "zán", + "numeric" : "zan2", + "wadegiles" : "tsan²", + "bopomofo" : "ㄗㄢˊ", + "romatzyh" : "tzarn" }, + "meanings" : [ "I or me", + "we (including both the speaker and the person spoken to)" ], + "classifiers" : [] }, + { "traditional" : "喒", + "transcriptions" : { "pinyin" : "zán", + "numeric" : "zan2", + "wadegiles" : "tsan²", + "bopomofo" : "ㄗㄢˊ", + "romatzyh" : "tzarn" }, + "meanings" : [ "variant of 咱" ], + "classifiers" : [] } ] }, + { "simplified" : "咱们", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 1405, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "咱們", + "transcriptions" : { "pinyin" : "zán men", + "numeric" : "zan2 men5", + "wadegiles" : "tsan² men", + "bopomofo" : "ㄗㄢˊ men", + "romatzyh" : "tzarn men" }, + "meanings" : [ "we or us (including both the speaker and the person(s) spoken to)", + "(dialect) I or me", + "(dialect) (in a coaxing or familiar way) you", + "also pr. [zá men]" ], + "classifiers" : [] } ] }, + { "simplified" : "攒", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11208, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "攢", + "transcriptions" : { "pinyin" : "cuán", + "numeric" : "cuan2", + "wadegiles" : "ts'uan²", + "bopomofo" : "ㄘㄨㄢˊ", + "romatzyh" : "tswan" }, + "meanings" : [ "to bring together" ], + "classifiers" : [] }, + { "traditional" : "攢", + "transcriptions" : { "pinyin" : "zǎn", + "numeric" : "zan3", + "wadegiles" : "tsan³", + "bopomofo" : "ㄗㄢˇ", + "romatzyh" : "tzaan" }, + "meanings" : [ "to collect", + "to hoard", + "to accumulate", + "to save" ], + "classifiers" : [] } ] }, + { "simplified" : "暂", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 8838, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "暫", + "transcriptions" : { "pinyin" : "zàn", + "numeric" : "zan4", + "wadegiles" : "tsan⁴", + "bopomofo" : "ㄗㄢˋ", + "romatzyh" : "tzann" }, + "meanings" : [ "temporary", "Taiwan pr. [zhàn]" ], + "classifiers" : [] }, + { "traditional" : "蹔", + "transcriptions" : { "pinyin" : "zàn", + "numeric" : "zan4", + "wadegiles" : "tsan⁴", + "bopomofo" : "ㄗㄢˋ", + "romatzyh" : "tzann" }, + "meanings" : [ "to scurry", "variant of 暂" ], + "classifiers" : [] } ] }, + { "simplified" : "暂且", + "radical" : "日", + "level" : [ "old-6" ], + "frequency" : 20166, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "暫且", + "transcriptions" : { "pinyin" : "zàn qiě", + "numeric" : "zan4 qie3", + "wadegiles" : "tsan⁴ ch'ieh³", + "bopomofo" : "ㄗㄢˋ ㄑㄧㄝˇ", + "romatzyh" : "tzann chiee" }, + "meanings" : [ "for now", + "for the time being", + "temporarily" ], + "classifiers" : [] } ] }, + { "simplified" : "暂时", + "radical" : "日", + "level" : [ "new-5", "old-4" ], + "frequency" : 2209, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "暫時", + "transcriptions" : { "pinyin" : "zàn shí", + "numeric" : "zan4 shi2", + "wadegiles" : "tsan⁴ shih²", + "bopomofo" : "ㄗㄢˋ ㄕˊ", + "romatzyh" : "tzann shyr" }, + "meanings" : [ "temporary", + "provisional", + "for the time being" ], + "classifiers" : [] } ] }, + { "simplified" : "暂停", + "radical" : "日", + "level" : [ "new-5" ], + "frequency" : 4545, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "暫停", + "transcriptions" : { "pinyin" : "zàn tíng", + "numeric" : "zan4 ting2", + "wadegiles" : "tsan⁴ t'ing²", + "bopomofo" : "ㄗㄢˋ ㄊㄧㄥˊ", + "romatzyh" : "tzann tyng" }, + "meanings" : [ "to suspend", + "time-out (e.g. in sports)", + "stoppage", + "pause (media player)" ], + "classifiers" : [] } ] }, + { "simplified" : "赞不绝口", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 24518, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "讚不絕口", + "transcriptions" : { "pinyin" : "zàn bù jué kǒu", + "numeric" : "zan4 bu4 jue2 kou3", + "wadegiles" : "tsan⁴ pu⁴ chüeh² k'ou³", + "bopomofo" : "ㄗㄢˋ ㄅㄨˋ ㄐㄩㄝˊ ㄎㄡˇ", + "romatzyh" : "tzann buh jyue koou" }, + "meanings" : [ "to praise without cease (idiom); praise sb to high heaven" ], + "classifiers" : [] }, + { "traditional" : "贊不絕口", + "transcriptions" : { "pinyin" : "zàn bù jué kǒu", + "numeric" : "zan4 bu4 jue2 kou3", + "wadegiles" : "tsan⁴ pu⁴ chüeh² k'ou³", + "bopomofo" : "ㄗㄢˋ ㄅㄨˋ ㄐㄩㄝˊ ㄎㄡˇ", + "romatzyh" : "tzann buh jyue koou" }, + "meanings" : [ "to praise without cease (idiom); praise sb to high heaven" ], + "classifiers" : [] } ] }, + { "simplified" : "赞成", + "radical" : "贝", + "level" : [ "new-4", "old-5" ], + "frequency" : 5381, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "贊成", + "transcriptions" : { "pinyin" : "zàn chéng", + "numeric" : "zan4 cheng2", + "wadegiles" : "tsan⁴ ch'eng²", + "bopomofo" : "ㄗㄢˋ ㄔㄥˊ", + "romatzyh" : "tzann cherng" }, + "meanings" : [ "to approve", + "to endorse", + "(literary) to assist" ], + "classifiers" : [] } ] }, + { "simplified" : "赞美", + "radical" : "贝", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7340, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "讚美", + "transcriptions" : { "pinyin" : "zàn měi", + "numeric" : "zan4 mei3", + "wadegiles" : "tsan⁴ mei³", + "bopomofo" : "ㄗㄢˋ ㄇㄟˇ", + "romatzyh" : "tzann meei" }, + "meanings" : [ "to admire", + "to praise", + "to eulogize" ], + "classifiers" : [] } ] }, + { "simplified" : "赞赏", + "radical" : "贝", + "level" : [ "new-4" ], + "frequency" : 9507, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "讚賞", + "transcriptions" : { "pinyin" : "zàn shǎng", + "numeric" : "zan4 shang3", + "wadegiles" : "tsan⁴ shang³", + "bopomofo" : "ㄗㄢˋ ㄕㄤˇ", + "romatzyh" : "tzann shaang" }, + "meanings" : [ "to admire", + "to praise", + "to appreciate" ], + "classifiers" : [] } ] }, + { "simplified" : "赞叹", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16824, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "讚嘆", + "transcriptions" : { "pinyin" : "zàn tàn", + "numeric" : "zan4 tan4", + "wadegiles" : "tsan⁴ t'an⁴", + "bopomofo" : "ㄗㄢˋ ㄊㄢˋ", + "romatzyh" : "tzann tann" }, + "meanings" : [ "to exclaim in admiration" ], + "classifiers" : [] } ] }, + { "simplified" : "赞叹不已", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 51147, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "贊嘆不已", + "transcriptions" : { "pinyin" : "zàn tàn bù yǐ", + "numeric" : "zan4 tan4 bu4 yi3", + "wadegiles" : "tsan⁴ t'an⁴ pu⁴ i³", + "bopomofo" : "ㄗㄢˋ ㄊㄢˋ ㄅㄨˋ ㄧˇ", + "romatzyh" : "tzann tann buh yii" }, + "meanings" : [ "to be full of praise (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "赞同", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5974, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "讚同", + "transcriptions" : { "pinyin" : "zàn tóng", + "numeric" : "zan4 tong2", + "wadegiles" : "tsan⁴ t'ung²", + "bopomofo" : "ㄗㄢˋ ㄊㄨㄥˊ", + "romatzyh" : "tzann torng" }, + "meanings" : [ "to approve of", + "to endorse", + "(vote) in favor" ], + "classifiers" : [] }, + { "traditional" : "贊同", + "transcriptions" : { "pinyin" : "zàn tóng", + "numeric" : "zan4 tong2", + "wadegiles" : "tsan⁴ t'ung²", + "bopomofo" : "ㄗㄢˋ ㄊㄨㄥˊ", + "romatzyh" : "tzann torng" }, + "meanings" : [ "to approve of", + "to endorse", + "(vote) in favor" ], + "classifiers" : [] } ] }, + { "simplified" : "赞许", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 24179, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "讚許", + "transcriptions" : { "pinyin" : "zàn xǔ", + "numeric" : "zan4 xu3", + "wadegiles" : "tsan⁴ hsü³", + "bopomofo" : "ㄗㄢˋ ㄒㄩˇ", + "romatzyh" : "tzann sheu" }, + "meanings" : [ "to praise", "to laud" ], + "classifiers" : [] } ] }, + { "simplified" : "赞扬", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9387, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "讚揚", + "transcriptions" : { "pinyin" : "zàn yáng", + "numeric" : "zan4 yang2", + "wadegiles" : "tsan⁴ yang²", + "bopomofo" : "ㄗㄢˋ ㄧㄤˊ", + "romatzyh" : "tzann yang" }, + "meanings" : [ "to praise", + "to approve of", + "to show approval" ], + "classifiers" : [] } ] }, + { "simplified" : "赞助", + "radical" : "贝", + "level" : [ "new-4", "old-6" ], + "frequency" : 5290, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "贊助", + "transcriptions" : { "pinyin" : "zàn zhù", + "numeric" : "zan4 zhu4", + "wadegiles" : "tsan⁴ chu⁴", + "bopomofo" : "ㄗㄢˋ ㄓㄨˋ", + "romatzyh" : "tzann juh" }, + "meanings" : [ "to support", + "to assist", + "to sponsor" ], + "classifiers" : [] } ] }, + { "simplified" : "脏", + "radical" : "⺼", + "level" : [ "new-2", "old-4" ], + "frequency" : 4623, + "pos" : [ "a", "g" ], + "forms" : [ { "traditional" : "臟", + "transcriptions" : { "pinyin" : "zàng", + "numeric" : "zang4", + "wadegiles" : "tsang⁴", + "bopomofo" : "ㄗㄤˋ", + "romatzyh" : "tzanq" }, + "meanings" : [ "viscera", "(anatomy) organ" ], + "classifiers" : [] }, + { "traditional" : "髒", + "transcriptions" : { "pinyin" : "zāng", + "numeric" : "zang1", + "wadegiles" : "tsang¹", + "bopomofo" : "ㄗㄤ", + "romatzyh" : "tzang" }, + "meanings" : [ "dirty", + "filthy", + "to get (sth) dirty" ], + "classifiers" : [] } ] }, + { "simplified" : "葬", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 11836, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "塟", + "transcriptions" : { "pinyin" : "zàng", + "numeric" : "zang4", + "wadegiles" : "tsang⁴", + "bopomofo" : "ㄗㄤˋ", + "romatzyh" : "tzanq" }, + "meanings" : [ "old variant of 葬" ], + "classifiers" : [] }, + { "traditional" : "葬", + "transcriptions" : { "pinyin" : "zàng", + "numeric" : "zang4", + "wadegiles" : "tsang⁴", + "bopomofo" : "ㄗㄤˋ", + "romatzyh" : "tzanq" }, + "meanings" : [ "to bury (the dead)", "to inter" ], + "classifiers" : [] } ] }, + { "simplified" : "葬礼", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 9283, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "葬禮", + "transcriptions" : { "pinyin" : "zàng lǐ", + "numeric" : "zang4 li3", + "wadegiles" : "tsang⁴ li³", + "bopomofo" : "ㄗㄤˋ ㄌㄧˇ", + "romatzyh" : "tzanq lii" }, + "meanings" : [ "burial", "funeral" ], + "classifiers" : [] } ] }, + { "simplified" : "遭到", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 3320, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遭到", + "transcriptions" : { "pinyin" : "zāo dào", + "numeric" : "zao1 dao4", + "wadegiles" : "tsao¹ tao⁴", + "bopomofo" : "ㄗㄠ ㄉㄠˋ", + "romatzyh" : "tzau daw" }, + "meanings" : [ "to suffer", + "to meet with (sth unfortunate)" ], + "classifiers" : [] } ] }, + { "simplified" : "遭受", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 4480, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遭受", + "transcriptions" : { "pinyin" : "zāo shòu", + "numeric" : "zao1 shou4", + "wadegiles" : "tsao¹ shou⁴", + "bopomofo" : "ㄗㄠ ㄕㄡˋ", + "romatzyh" : "tzau show" }, + "meanings" : [ "to suffer; to sustain (loss, misfortune)" ], + "classifiers" : [] } ] }, + { "simplified" : "遭殃", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21901, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遭殃", + "transcriptions" : { "pinyin" : "zāo yāng", + "numeric" : "zao1 yang1", + "wadegiles" : "tsao¹ yang¹", + "bopomofo" : "ㄗㄠ ㄧㄤ", + "romatzyh" : "tzau iang" }, + "meanings" : [ "to suffer a calamity" ], + "classifiers" : [] } ] }, + { "simplified" : "遭遇", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 3395, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "遭遇", + "transcriptions" : { "pinyin" : "zāo yù", + "numeric" : "zao1 yu4", + "wadegiles" : "tsao¹ yü⁴", + "bopomofo" : "ㄗㄠ ㄩˋ", + "romatzyh" : "tzau yuh" }, + "meanings" : [ "to meet with", + "to encounter", + "(bitter) experience" ], + "classifiers" : [] } ] }, + { "simplified" : "糟", + "radical" : "米", + "level" : [ "new-5" ], + "frequency" : 5229, + "pos" : [ "a", "v" ], + "forms" : [ { "traditional" : "糟", + "transcriptions" : { "pinyin" : "zāo", + "numeric" : "zao1", + "wadegiles" : "tsao¹", + "bopomofo" : "ㄗㄠ", + "romatzyh" : "tzau" }, + "meanings" : [ "dregs", + "draff", + "pickled in wine", + "rotten", + "messy", + "ruined" ], + "classifiers" : [] } ] }, + { "simplified" : "糟糕", + "radical" : "米", + "level" : [ "new-5", "old-5" ], + "frequency" : 3403, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "糟糕", + "transcriptions" : { "pinyin" : "zāo gāo", + "numeric" : "zao1 gao1", + "wadegiles" : "tsao¹ kao¹", + "bopomofo" : "ㄗㄠ ㄍㄠ", + "romatzyh" : "tzau gau" }, + "meanings" : [ "too bad", + "how terrible", + "what bad luck", + "terrible", + "bad" ], + "classifiers" : [] } ] }, + { "simplified" : "糟蹋", + "radical" : "米", + "level" : [ "old-6" ], + "frequency" : 16341, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "糟蹋", + "transcriptions" : { "pinyin" : "zāo tà", + "numeric" : "zao1 ta4", + "wadegiles" : "tsao¹ t'a⁴", + "bopomofo" : "ㄗㄠ ㄊㄚˋ", + "romatzyh" : "tzau tah" }, + "meanings" : [ "to waste", + "to defile", + "to abuse", + "to insult", + "to defile", + "to trample on", + "to wreck", + "also pr. [zāo ta]" ], + "classifiers" : [] } ] }, + { "simplified" : "凿", + "radical" : "凵", + "level" : [ "new-7+" ], + "frequency" : 17288, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鑿", + "transcriptions" : { "pinyin" : "záo", + "numeric" : "zao2", + "wadegiles" : "tsao²", + "bopomofo" : "ㄗㄠˊ", + "romatzyh" : "tzaur" }, + "meanings" : [ "chisel", + "to bore a hole", + "to chisel or dig", + "(literary) (bound form) certain", + "authentic", + "irrefutable", + "also pr. [zuò]" ], + "classifiers" : [] } ] }, + { "simplified" : "早", + "radical" : "日", + "level" : [ "new-1" ], + "frequency" : 445, + "pos" : [ "ad", "a", "tg" ], + "forms" : [ { "traditional" : "早", + "transcriptions" : { "pinyin" : "zǎo", + "numeric" : "zao3", + "wadegiles" : "tsao³", + "bopomofo" : "ㄗㄠˇ", + "romatzyh" : "tzao" }, + "meanings" : [ "early", + "morning", + "Good morning!", + "long ago", + "prematurely" ], + "classifiers" : [] } ] }, + { "simplified" : "早餐", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 2932, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "早餐", + "transcriptions" : { "pinyin" : "zǎo cān", + "numeric" : "zao3 can1", + "wadegiles" : "tsao³ ts'an¹", + "bopomofo" : "ㄗㄠˇ ㄘㄢ", + "romatzyh" : "tzao tsan" }, + "meanings" : [ "breakfast" ], + "classifiers" : [ "份", "顿", "次" ] } ] }, + { "simplified" : "早晨", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 2994, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "早晨", + "transcriptions" : { "pinyin" : "zǎo chén", + "numeric" : "zao3 chen2", + "wadegiles" : "tsao³ ch'en²", + "bopomofo" : "ㄗㄠˇ ㄔㄣˊ", + "romatzyh" : "tzao chern" }, + "meanings" : [ "early morning", + "also pr. [zǎo chen]" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "早饭", + "radical" : "日", + "level" : [ "new-1" ], + "frequency" : 6748, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "早飯", + "transcriptions" : { "pinyin" : "zǎo fàn", + "numeric" : "zao3 fan4", + "wadegiles" : "tsao³ fan⁴", + "bopomofo" : "ㄗㄠˇ ㄈㄢˋ", + "romatzyh" : "tzao fann" }, + "meanings" : [ "breakfast" ], + "classifiers" : [ "份", "顿", "次", "餐" ] } ] }, + { "simplified" : "早就", + "radical" : "日", + "level" : [ "new-2" ], + "frequency" : 2223, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "早就", + "transcriptions" : { "pinyin" : "zǎo jiù", + "numeric" : "zao3 jiu4", + "wadegiles" : "tsao³ chiu⁴", + "bopomofo" : "ㄗㄠˇ ㄐㄧㄡˋ", + "romatzyh" : "tzao jiow" }, + "meanings" : [ "already at an earlier time" ], + "classifiers" : [] } ] }, + { "simplified" : "早年", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 17977, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "早年", + "transcriptions" : { "pinyin" : "zǎo nián", + "numeric" : "zao3 nian2", + "wadegiles" : "tsao³ nien²", + "bopomofo" : "ㄗㄠˇ ㄋㄧㄢˊ", + "romatzyh" : "tzao nian" }, + "meanings" : [ "many years ago; in the past", + "in one's early years" ], + "classifiers" : [] } ] }, + { "simplified" : "早期", + "radical" : "日", + "level" : [ "new-5" ], + "frequency" : 5122, + "pos" : [ "t", "f" ], + "forms" : [ { "traditional" : "早期", + "transcriptions" : { "pinyin" : "zǎo qī", + "numeric" : "zao3 qi1", + "wadegiles" : "tsao³ ch'i¹", + "bopomofo" : "ㄗㄠˇ ㄑㄧ", + "romatzyh" : "tzao chi" }, + "meanings" : [ "early period; early phase; early stage" ], + "classifiers" : [] } ] }, + { "simplified" : "早日", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 8155, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "早日", + "transcriptions" : { "pinyin" : "zǎo rì", + "numeric" : "zao3 ri4", + "wadegiles" : "tsao³ jih⁴", + "bopomofo" : "ㄗㄠˇ ㄖˋ", + "romatzyh" : "tzao ryh" }, + "meanings" : [ "soon; at an early date", + "the early days; the past" ], + "classifiers" : [] } ] }, + { "simplified" : "早上", + "radical" : "日", + "level" : [ "new-1", "old-2" ], + "frequency" : 1092, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "早上", + "transcriptions" : { "pinyin" : "zǎo shang", + "numeric" : "zao3 shang5", + "wadegiles" : "tsao³ shang", + "bopomofo" : "ㄗㄠˇ shang", + "romatzyh" : "tzao shang" }, + "meanings" : [ "early morning" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "早晚", + "radical" : "日", + "level" : [ "new-6" ], + "frequency" : 8073, + "pos" : [ "d", "t" ], + "forms" : [ { "traditional" : "早晚", + "transcriptions" : { "pinyin" : "zǎo wǎn", + "numeric" : "zao3 wan3", + "wadegiles" : "tsao³ wan³", + "bopomofo" : "ㄗㄠˇ ㄨㄢˇ", + "romatzyh" : "tzao woan" }, + "meanings" : [ "morning and evening", + "(dialect) some time in the future; some day" ], + "classifiers" : [] } ] }, + { "simplified" : "早已", + "radical" : "日", + "level" : [ "new-3" ], + "frequency" : 4715, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "早已", + "transcriptions" : { "pinyin" : "zǎo yǐ", + "numeric" : "zao3 yi3", + "wadegiles" : "tsao³ i³", + "bopomofo" : "ㄗㄠˇ ㄧˇ", + "romatzyh" : "tzao yii" }, + "meanings" : [ "for a long time; long since", + "(dialect) in the past" ], + "classifiers" : [] } ] }, + { "simplified" : "枣", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 24961, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棗", + "transcriptions" : { "pinyin" : "zǎo", + "numeric" : "zao3", + "wadegiles" : "tsao³", + "bopomofo" : "ㄗㄠˇ", + "romatzyh" : "tzao" }, + "meanings" : [ "(bound form) jujube; Chinese date (Zizyphus jujuba)" ], + "classifiers" : [] } ] }, + { "simplified" : "造", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 2608, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "造", + "transcriptions" : { "pinyin" : "zào", + "numeric" : "zao4", + "wadegiles" : "tsao⁴", + "bopomofo" : "ㄗㄠˋ", + "romatzyh" : "tzaw" }, + "meanings" : [ "to make", + "to build", + "to manufacture", + "to invent", + "to fabricate", + "to go to", + "party (in a lawsuit or legal agreement)", + "crop", + "classifier for crops" ], + "classifiers" : [] } ] }, + { "simplified" : "造成", + "radical" : "辶", + "level" : [ "new-3", "old-5" ], + "frequency" : 910, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "造成", + "transcriptions" : { "pinyin" : "zào chéng", + "numeric" : "zao4 cheng2", + "wadegiles" : "tsao⁴ ch'eng²", + "bopomofo" : "ㄗㄠˋ ㄔㄥˊ", + "romatzyh" : "tzaw cherng" }, + "meanings" : [ "to bring about", + "to create", + "to cause" ], + "classifiers" : [] } ] }, + { "simplified" : "造反", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 15169, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "造反", + "transcriptions" : { "pinyin" : "zào fǎn", + "numeric" : "zao4 fan3", + "wadegiles" : "tsao⁴ fan³", + "bopomofo" : "ㄗㄠˋ ㄈㄢˇ", + "romatzyh" : "tzaw faan" }, + "meanings" : [ "to rebel", "to revolt" ], + "classifiers" : [] } ] }, + { "simplified" : "造福", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 18627, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "造福", + "transcriptions" : { "pinyin" : "zào fú", + "numeric" : "zao4 fu2", + "wadegiles" : "tsao⁴ fu²", + "bopomofo" : "ㄗㄠˋ ㄈㄨˊ", + "romatzyh" : "tzaw fwu" }, + "meanings" : [ "to benefit (e.g. the people)" ], + "classifiers" : [] } ] }, + { "simplified" : "造假", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 15884, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "造假", + "transcriptions" : { "pinyin" : "zào jiǎ", + "numeric" : "zao4 jia3", + "wadegiles" : "tsao⁴ chia³", + "bopomofo" : "ㄗㄠˋ ㄐㄧㄚˇ", + "romatzyh" : "tzaw jea" }, + "meanings" : [ "to counterfeit", + "to pass off a fake as genuine" ], + "classifiers" : [] } ] }, + { "simplified" : "造价", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 25685, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "造價", + "transcriptions" : { "pinyin" : "zào jià", + "numeric" : "zao4 jia4", + "wadegiles" : "tsao⁴ chia⁴", + "bopomofo" : "ㄗㄠˋ ㄐㄧㄚˋ", + "romatzyh" : "tzaw jiah" }, + "meanings" : [ "construction cost" ], + "classifiers" : [] } ] }, + { "simplified" : "造就", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8826, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "造就", + "transcriptions" : { "pinyin" : "zào jiù", + "numeric" : "zao4 jiu4", + "wadegiles" : "tsao⁴ chiu⁴", + "bopomofo" : "ㄗㄠˋ ㄐㄧㄡˋ", + "romatzyh" : "tzaw jiow" }, + "meanings" : [ "to bring up", + "to train", + "to contribute to", + "achievements (usually of young people)" ], + "classifiers" : [] } ] }, + { "simplified" : "造型", + "radical" : "辶", + "level" : [ "new-4", "old-6" ], + "frequency" : 2842, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "造型", + "transcriptions" : { "pinyin" : "zào xíng", + "numeric" : "zao4 xing2", + "wadegiles" : "tsao⁴ hsing²", + "bopomofo" : "ㄗㄠˋ ㄒㄧㄥˊ", + "romatzyh" : "tzaw shyng" }, + "meanings" : [ "to model", + "to shape", + "appearance", + "style", + "design", + "form", + "pose" ], + "classifiers" : [] } ] }, + { "simplified" : "造纸术", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 93172, + "pos" : [], + "forms" : [ { "traditional" : "造紙術", + "transcriptions" : { "pinyin" : "zào zhǐ shù", + "numeric" : "zao4 zhi3 shu4", + "wadegiles" : "tsao⁴ chih³ shu⁴", + "bopomofo" : "ㄗㄠˋ ㄓˇ ㄕㄨˋ", + "romatzyh" : "tzaw jyy shuh" }, + "meanings" : [ "papermaking process" ], + "classifiers" : [] } ] }, + { "simplified" : "噪声", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 13457, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "噪聲", + "transcriptions" : { "pinyin" : "zào shēng", + "numeric" : "zao4 sheng1", + "wadegiles" : "tsao⁴ sheng¹", + "bopomofo" : "ㄗㄠˋ ㄕㄥ", + "romatzyh" : "tzaw sheng" }, + "meanings" : [ "noise" ], + "classifiers" : [] } ] }, + { "simplified" : "噪音", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7079, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "噪音", + "transcriptions" : { "pinyin" : "zào yīn", + "numeric" : "zao4 yin1", + "wadegiles" : "tsao⁴ yin¹", + "bopomofo" : "ㄗㄠˋ ㄧㄣ", + "romatzyh" : "tzaw in" }, + "meanings" : [ "rumble", + "noise", + "static (in a signal)" ], + "classifiers" : [] } ] }, + { "simplified" : "则", + "radical" : "刂", + "level" : [ "new-7+", "old-5" ], + "frequency" : 966, + "pos" : [ "d", "c", "q", "g" ], + "forms" : [ { "traditional" : "則", + "transcriptions" : { "pinyin" : "zé", + "numeric" : "ze2", + "wadegiles" : "tse²", + "bopomofo" : "ㄗㄜˊ", + "romatzyh" : "tzer" }, + "meanings" : [ "(literary) (conjunction used to express contrast with a previous clause) but; then", + "(bound form) standard; norm", + "(bound form) principle", + "(literary) to imitate; to follow", + "classifier for written items" ], + "classifiers" : [] } ] }, + { "simplified" : "责备", + "radical" : "贝", + "level" : [ "new-7+", "old-5" ], + "frequency" : 12948, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "責備", + "transcriptions" : { "pinyin" : "zé bèi", + "numeric" : "ze2 bei4", + "wadegiles" : "tse² pei⁴", + "bopomofo" : "ㄗㄜˊ ㄅㄟˋ", + "romatzyh" : "tzer bey" }, + "meanings" : [ "to blame", + "to criticize", + "condemnation", + "reproach" ], + "classifiers" : [] } ] }, + { "simplified" : "责怪", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10912, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "責怪", + "transcriptions" : { "pinyin" : "zé guài", + "numeric" : "ze2 guai4", + "wadegiles" : "tse² kuai⁴", + "bopomofo" : "ㄗㄜˊ ㄍㄨㄞˋ", + "romatzyh" : "tzer guay" }, + "meanings" : [ "to blame", "to rebuke" ], + "classifiers" : [] } ] }, + { "simplified" : "责任", + "radical" : "贝", + "level" : [ "new-3", "old-4" ], + "frequency" : 935, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "責任", + "transcriptions" : { "pinyin" : "zé rèn", + "numeric" : "ze2 ren4", + "wadegiles" : "tse² jen⁴", + "bopomofo" : "ㄗㄜˊ ㄖㄣˋ", + "romatzyh" : "tzer renn" }, + "meanings" : [ "responsibility", "blame", "duty" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "责任感", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 9192, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "責任感", + "transcriptions" : { "pinyin" : "zé rèn gǎn", + "numeric" : "ze2 ren4 gan3", + "wadegiles" : "tse² jen⁴ kan³", + "bopomofo" : "ㄗㄜˊ ㄖㄣˋ ㄍㄢˇ", + "romatzyh" : "tzer renn gaan" }, + "meanings" : [ "sense of responsibility" ], + "classifiers" : [] } ] }, + { "simplified" : "贼", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3807, + "pos" : [ "n", "g", "a" ], + "forms" : [ { "traditional" : "賊", + "transcriptions" : { "pinyin" : "zéi", + "numeric" : "zei2", + "wadegiles" : "tsei²", + "bopomofo" : "ㄗㄟˊ", + "romatzyh" : "tzeir" }, + "meanings" : [ "thief", + "traitor", + "wily", + "deceitful", + "evil", + "extremely" ], + "classifiers" : [] } ] }, + { "simplified" : "怎么", + "radical" : "心", + "level" : [ "new-1", "old-1" ], + "frequency" : 128, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "怎麼", + "transcriptions" : { "pinyin" : "zěn me", + "numeric" : "zen3 me5", + "wadegiles" : "tsen³ me", + "bopomofo" : "ㄗㄣˇ me", + "romatzyh" : "tzeen me" }, + "meanings" : [ "how?", "what?", "why?" ], + "classifiers" : [] }, + { "traditional" : "怎麽", + "transcriptions" : { "pinyin" : "zěn me", + "numeric" : "zen3 me5", + "wadegiles" : "tsen³ me", + "bopomofo" : "ㄗㄣˇ me", + "romatzyh" : "tzeen me" }, + "meanings" : [ "variant of 怎么" ], + "classifiers" : [] } ] }, + { "simplified" : "怎么办", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 1422, + "pos" : [ "r", "v" ], + "forms" : [ { "traditional" : "怎麼辦", + "transcriptions" : { "pinyin" : "zěn me bàn", + "numeric" : "zen3 me5 ban4", + "wadegiles" : "tsen³ me pan⁴", + "bopomofo" : "ㄗㄣˇ me ㄅㄢˋ", + "romatzyh" : "tzeen me bann" }, + "meanings" : [ "what's to be done" ], + "classifiers" : [] } ] }, + { "simplified" : "怎么样", + "radical" : "心", + "level" : [ "new-2", "old-1" ], + "frequency" : 1367, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "怎麼樣", + "transcriptions" : { "pinyin" : "zěn me yàng", + "numeric" : "zen3 me5 yang4", + "wadegiles" : "tsen³ me yang⁴", + "bopomofo" : "ㄗㄣˇ me ㄧㄤˋ", + "romatzyh" : "tzeen me yanq" }, + "meanings" : [ "how?", + "how about?", + "how was it?", + "how are things?" ], + "classifiers" : [] } ] }, + { "simplified" : "怎样", + "radical" : "心", + "level" : [ "new-2" ], + "frequency" : 823, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "怎樣", + "transcriptions" : { "pinyin" : "zěn yàng", + "numeric" : "zen3 yang4", + "wadegiles" : "tsen³ yang⁴", + "bopomofo" : "ㄗㄣˇ ㄧㄤˋ", + "romatzyh" : "tzeen yanq" }, + "meanings" : [ "how", "what kind" ], + "classifiers" : [] } ] }, + { "simplified" : "增", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 4648, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "增", + "transcriptions" : { "pinyin" : "zēng", + "numeric" : "zeng1", + "wadegiles" : "tseng¹", + "bopomofo" : "ㄗㄥ", + "romatzyh" : "tzeng" }, + "meanings" : [ "(bound form) to increase; to augment; to add to" ], + "classifiers" : [] } ] }, + { "simplified" : "增产", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 5858, + "pos" : [], + "forms" : [ { "traditional" : "增產", + "transcriptions" : { "pinyin" : "zēng chǎn", + "numeric" : "zeng1 chan3", + "wadegiles" : "tseng¹ ch'an³", + "bopomofo" : "ㄗㄥ ㄔㄢˇ", + "romatzyh" : "tzeng chaan" }, + "meanings" : [ "to increase production" ], + "classifiers" : [] } ] }, + { "simplified" : "增大", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 9149, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "增大", + "transcriptions" : { "pinyin" : "zēng dà", + "numeric" : "zeng1 da4", + "wadegiles" : "tseng¹ ta⁴", + "bopomofo" : "ㄗㄥ ㄉㄚˋ", + "romatzyh" : "tzeng dah" }, + "meanings" : [ "to enlarge", + "to amplify", + "to magnify" ], + "classifiers" : [] } ] }, + { "simplified" : "增多", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 10203, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "增多", + "transcriptions" : { "pinyin" : "zēng duō", + "numeric" : "zeng1 duo1", + "wadegiles" : "tseng¹ to¹", + "bopomofo" : "ㄗㄥ ㄉㄨㄛ", + "romatzyh" : "tzeng duo" }, + "meanings" : [ "to increase", "to grow in number" ], + "classifiers" : [] } ] }, + { "simplified" : "增加", + "radical" : "土", + "level" : [ "new-3", "old-4" ], + "frequency" : 1419, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "增加", + "transcriptions" : { "pinyin" : "zēng jiā", + "numeric" : "zeng1 jia1", + "wadegiles" : "tseng¹ chia¹", + "bopomofo" : "ㄗㄥ ㄐㄧㄚ", + "romatzyh" : "tzeng jia" }, + "meanings" : [ "to raise", "to increase" ], + "classifiers" : [] } ] }, + { "simplified" : "增进", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 13619, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "增進", + "transcriptions" : { "pinyin" : "zēng jìn", + "numeric" : "zeng1 jin4", + "wadegiles" : "tseng¹ chin⁴", + "bopomofo" : "ㄗㄥ ㄐㄧㄣˋ", + "romatzyh" : "tzeng jinn" }, + "meanings" : [ "to promote", + "to enhance", + "to further", + "to advance (a cause etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "增强", + "radical" : "土", + "level" : [ "new-5" ], + "frequency" : 4471, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "增強", + "transcriptions" : { "pinyin" : "zēng qiáng", + "numeric" : "zeng1 qiang2", + "wadegiles" : "tseng¹ ch'iang²", + "bopomofo" : "ㄗㄥ ㄑㄧㄤˊ", + "romatzyh" : "tzeng chyang" }, + "meanings" : [ "to increase", "to strengthen" ], + "classifiers" : [] } ] }, + { "simplified" : "增收", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 34528, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "增收", + "transcriptions" : { "pinyin" : "zēng shōu", + "numeric" : "zeng1 shou1", + "wadegiles" : "tseng¹ shou¹", + "bopomofo" : "ㄗㄥ ㄕㄡ", + "romatzyh" : "tzeng shou" }, + "meanings" : [ "to increase revenue", + "to increase income by (x amount)", + "to levy (a surcharge, tax increase etc)", + "(of a school) to have an increased student intake" ], + "classifiers" : [] } ] }, + { "simplified" : "增添", + "radical" : "土", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11519, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "增添", + "transcriptions" : { "pinyin" : "zēng tiān", + "numeric" : "zeng1 tian1", + "wadegiles" : "tseng¹ t'ien¹", + "bopomofo" : "ㄗㄥ ㄊㄧㄢ", + "romatzyh" : "tzeng tian" }, + "meanings" : [ "to add", "to increase" ], + "classifiers" : [] } ] }, + { "simplified" : "增长", + "radical" : "土", + "level" : [ "new-3", "old-4" ], + "frequency" : 3521, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "增長", + "transcriptions" : { "pinyin" : "zēng zhǎng", + "numeric" : "zeng1 zhang3", + "wadegiles" : "tseng¹ chang³", + "bopomofo" : "ㄗㄥ ㄓㄤˇ", + "romatzyh" : "tzeng jaang" }, + "meanings" : [ "to grow", "to increase" ], + "classifiers" : [] } ] }, + { "simplified" : "增值", + "radical" : "土", + "level" : [ "new-6" ], + "frequency" : 19210, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "增值", + "transcriptions" : { "pinyin" : "zēng zhí", + "numeric" : "zeng1 zhi2", + "wadegiles" : "tseng¹ chih²", + "bopomofo" : "ㄗㄥ ㄓˊ", + "romatzyh" : "tzeng jyr" }, + "meanings" : [ "to appreciate (financially)", + "to increase in value", + "value-added (accountancy)" ], + "classifiers" : [] } ] }, + { "simplified" : "赠", + "radical" : "贝", + "level" : [ "new-5" ], + "frequency" : 8918, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "贈", + "transcriptions" : { "pinyin" : "zèng", + "numeric" : "zeng4", + "wadegiles" : "tseng⁴", + "bopomofo" : "ㄗㄥˋ", + "romatzyh" : "tzenq" }, + "meanings" : [ "to give as a present", + "to repel", + "to bestow an honorary title after death (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "赠送", + "radical" : "贝", + "level" : [ "new-5", "old-6" ], + "frequency" : 8534, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "贈送", + "transcriptions" : { "pinyin" : "zèng sòng", + "numeric" : "zeng4 song4", + "wadegiles" : "tseng⁴ sung⁴", + "bopomofo" : "ㄗㄥˋ ㄙㄨㄥˋ", + "romatzyh" : "tzenq sonq" }, + "meanings" : [ "to present as a gift" ], + "classifiers" : [] } ] }, + { "simplified" : "扎", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 3490, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扎", + "transcriptions" : { "pinyin" : "zhā", + "numeric" : "zha1", + "wadegiles" : "cha¹", + "bopomofo" : "ㄓㄚ", + "romatzyh" : "ja" }, + "meanings" : [ "to prick", + "to run or stick (a needle etc) into", + "mug or jug used for serving beer (loanword from \"jar\")" ], + "classifiers" : [] }, + { "traditional" : "扎", + "transcriptions" : { "pinyin" : "zhá", + "numeric" : "zha2", + "wadegiles" : "cha²", + "bopomofo" : "ㄓㄚˊ", + "romatzyh" : "jar" }, + "meanings" : [ "used in 挣扎" ], + "classifiers" : [] }, + { "traditional" : "紥", + "transcriptions" : { "pinyin" : "zā", + "numeric" : "za1", + "wadegiles" : "tsa¹", + "bopomofo" : "ㄗㄚ", + "romatzyh" : "tza" }, + "meanings" : [ "variant of 扎" ], + "classifiers" : [] }, + { "traditional" : "紥", + "transcriptions" : { "pinyin" : "zhā", + "numeric" : "zha1", + "wadegiles" : "cha¹", + "bopomofo" : "ㄓㄚ", + "romatzyh" : "ja" }, + "meanings" : [ "variant of 扎" ], + "classifiers" : [] }, + { "traditional" : "紮", + "transcriptions" : { "pinyin" : "zā", + "numeric" : "za1", + "wadegiles" : "tsa¹", + "bopomofo" : "ㄗㄚ", + "romatzyh" : "tza" }, + "meanings" : [ "to tie", + "to bind", + "classifier for flowers, banknotes etc: bundle", + "Taiwan pr. [zhá]" ], + "classifiers" : [] }, + { "traditional" : "紮", + "transcriptions" : { "pinyin" : "zhā", + "numeric" : "zha1", + "wadegiles" : "cha¹", + "bopomofo" : "ㄓㄚ", + "romatzyh" : "ja" }, + "meanings" : [ "(of troops) to be stationed (at)", + "Taiwan pr. [zhá]" ], + "classifiers" : [] } ] }, + { "simplified" : "扎根", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 20613, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "扎根", + "transcriptions" : { "pinyin" : "zhā gēn", + "numeric" : "zha1 gen1", + "wadegiles" : "cha¹ ken¹", + "bopomofo" : "ㄓㄚ ㄍㄣ", + "romatzyh" : "ja gen" }, + "meanings" : [ "to take root" ], + "classifiers" : [] } ] }, + { "simplified" : "扎实", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 16716, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "扎實", + "transcriptions" : { "pinyin" : "zhā shi", + "numeric" : "zha1 shi5", + "wadegiles" : "cha¹ shi", + "bopomofo" : "ㄓㄚ shi", + "romatzyh" : "ja shi" }, + "meanings" : [ "strong", + "solid", + "sturdy", + "firm", + "practical" ], + "classifiers" : [] }, + { "traditional" : "紮實", + "transcriptions" : { "pinyin" : "zhā shi", + "numeric" : "zha1 shi5", + "wadegiles" : "cha¹ shi", + "bopomofo" : "ㄓㄚ shi", + "romatzyh" : "ja shi" }, + "meanings" : [ "variant of 扎实" ], + "classifiers" : [] } ] }, + { "simplified" : "渣", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 4720, + "pos" : [ "g", "n" ], + "forms" : [ { "traditional" : "渣", + "transcriptions" : { "pinyin" : "zhā", + "numeric" : "zha1", + "wadegiles" : "cha¹", + "bopomofo" : "ㄓㄚ", + "romatzyh" : "ja" }, + "meanings" : [ "slag (in mining or smelting)", + "dregs" ], + "classifiers" : [] } ] }, + { "simplified" : "渣子", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 40267, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "渣子", + "transcriptions" : { "pinyin" : "zhā zi", + "numeric" : "zha1 zi5", + "wadegiles" : "cha¹ zi", + "bopomofo" : "ㄓㄚ zi", + "romatzyh" : "ja zi" }, + "meanings" : [ "dregs", + "bits", + "dregs (of society)" ], + "classifiers" : [] } ] }, + { "simplified" : "闸", + "radical" : "门", + "level" : [ "new-7+" ], + "frequency" : 13900, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "牐", + "transcriptions" : { "pinyin" : "zhá", + "numeric" : "zha2", + "wadegiles" : "cha²", + "bopomofo" : "ㄓㄚˊ", + "romatzyh" : "jar" }, + "meanings" : [ "old variant of 闸", + "sluice", + "lock (on waterway)" ], + "classifiers" : [] }, + { "traditional" : "閘", + "transcriptions" : { "pinyin" : "zhá", + "numeric" : "zha2", + "wadegiles" : "cha²", + "bopomofo" : "ㄓㄚˊ", + "romatzyh" : "jar" }, + "meanings" : [ "gear", + "brake", + "sluice", + "lock (on waterway)", + "electric switch or circuit breaker" ], + "classifiers" : [] } ] }, + { "simplified" : "眨", + "radical" : "目", + "level" : [ "old-6" ], + "frequency" : 10148, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "眨", + "transcriptions" : { "pinyin" : "zhǎ", + "numeric" : "zha3", + "wadegiles" : "cha³", + "bopomofo" : "ㄓㄚˇ", + "romatzyh" : "jaa" }, + "meanings" : [ "to blink", "to wink" ], + "classifiers" : [] } ] }, + { "simplified" : "眨眼", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 11342, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "眨眼", + "transcriptions" : { "pinyin" : "zhǎ yǎn", + "numeric" : "zha3 yan3", + "wadegiles" : "cha³ yan³", + "bopomofo" : "ㄓㄚˇ ㄧㄢˇ", + "romatzyh" : "jaa yean" }, + "meanings" : [ "to blink", + "to wink", + "in the twinkling of an eye" ], + "classifiers" : [] } ] }, + { "simplified" : "诈骗", + "radical" : "讠", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6909, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "詐騙", + "transcriptions" : { "pinyin" : "zhà piàn", + "numeric" : "zha4 pian4", + "wadegiles" : "cha⁴ p'ien⁴", + "bopomofo" : "ㄓㄚˋ ㄆㄧㄢˋ", + "romatzyh" : "jah piann" }, + "meanings" : [ "to defraud", + "to swindle", + "to blackmail" ], + "classifiers" : [] } ] }, + { "simplified" : "炸", + "radical" : "火", + "level" : [ "new-6" ], + "frequency" : 3064, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "炸", + "transcriptions" : { "pinyin" : "zhá", + "numeric" : "zha2", + "wadegiles" : "cha²", + "bopomofo" : "ㄓㄚˊ", + "romatzyh" : "jar" }, + "meanings" : [ "to deep fry", "Taiwan pr. [zhà]" ], + "classifiers" : [] }, + { "traditional" : "炸", + "transcriptions" : { "pinyin" : "zhà", + "numeric" : "zha4", + "wadegiles" : "cha⁴", + "bopomofo" : "ㄓㄚˋ", + "romatzyh" : "jah" }, + "meanings" : [ "to burst", + "to explode", + "to blow up", + "(fig.) to fly into a rage" ], + "classifiers" : [] } ] }, + { "simplified" : "炸弹", + "radical" : "火", + "level" : [ "new-6" ], + "frequency" : 3453, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "炸彈", + "transcriptions" : { "pinyin" : "zhà dàn", + "numeric" : "zha4 dan4", + "wadegiles" : "cha⁴ tan⁴", + "bopomofo" : "ㄓㄚˋ ㄉㄢˋ", + "romatzyh" : "jah dann" }, + "meanings" : [ "bomb" ], + "classifiers" : [ "枚", "颗" ] } ] }, + { "simplified" : "炸药", + "radical" : "火", + "level" : [ "new-6" ], + "frequency" : 7656, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "炸藥", + "transcriptions" : { "pinyin" : "zhà yào", + "numeric" : "zha4 yao4", + "wadegiles" : "cha⁴ yao⁴", + "bopomofo" : "ㄓㄚˋ ㄧㄠˋ", + "romatzyh" : "jah yaw" }, + "meanings" : [ "explosive (material)" ], + "classifiers" : [] } ] }, + { "simplified" : "榨", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 10020, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "搾", + "transcriptions" : { "pinyin" : "zhà", + "numeric" : "zha4", + "wadegiles" : "cha⁴", + "bopomofo" : "ㄓㄚˋ", + "romatzyh" : "jah" }, + "meanings" : [ "variant of 榨", + "to press", + "to extract (juice)" ], + "classifiers" : [] }, + { "traditional" : "榨", + "transcriptions" : { "pinyin" : "zhà", + "numeric" : "zha4", + "wadegiles" : "cha⁴", + "bopomofo" : "ㄓㄚˋ", + "romatzyh" : "jah" }, + "meanings" : [ "to press", + "to extract (juice)", + "device for extracting juice, oils etc" ], + "classifiers" : [] } ] }, + { "simplified" : "摘", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 5217, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "摘", + "transcriptions" : { "pinyin" : "zhāi", + "numeric" : "zhai1", + "wadegiles" : "chai¹", + "bopomofo" : "ㄓㄞ", + "romatzyh" : "jai" }, + "meanings" : [ "to take", + "to borrow", + "to pick (flowers, fruit etc)", + "to pluck", + "to select", + "to remove", + "to take off (glasses, hat etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "摘要", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 15351, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "摘要", + "transcriptions" : { "pinyin" : "zhāi yào", + "numeric" : "zhai1 yao4", + "wadegiles" : "chai¹ yao⁴", + "bopomofo" : "ㄓㄞ ㄧㄠˋ", + "romatzyh" : "jai yaw" }, + "meanings" : [ "summary", "abstract" ], + "classifiers" : [] } ] }, + { "simplified" : "窄", + "radical" : "穴", + "level" : [ "new-7+", "old-4" ], + "frequency" : 8622, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "窄", + "transcriptions" : { "pinyin" : "zhǎi", + "numeric" : "zhai3", + "wadegiles" : "chai³", + "bopomofo" : "ㄓㄞˇ", + "romatzyh" : "jae" }, + "meanings" : [ "narrow", + "narrow-minded", + "badly off" ], + "classifiers" : [] } ] }, + { "simplified" : "债", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 5172, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "債", + "transcriptions" : { "pinyin" : "zhài", + "numeric" : "zhai4", + "wadegiles" : "chai⁴", + "bopomofo" : "ㄓㄞˋ", + "romatzyh" : "jay" }, + "meanings" : [ "debt" ], + "classifiers" : [ "笔" ] } ] }, + { "simplified" : "债券", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 7583, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "債券", + "transcriptions" : { "pinyin" : "zhài quàn", + "numeric" : "zhai4 quan4", + "wadegiles" : "chai⁴ ch'üan⁴", + "bopomofo" : "ㄓㄞˋ ㄑㄩㄢˋ", + "romatzyh" : "jay chiuann" }, + "meanings" : [ "bond", "debenture" ], + "classifiers" : [] } ] }, + { "simplified" : "债务", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 5497, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "債務", + "transcriptions" : { "pinyin" : "zhài wù", + "numeric" : "zhai4 wu4", + "wadegiles" : "chai⁴ wu⁴", + "bopomofo" : "ㄓㄞˋ ㄨˋ", + "romatzyh" : "jay wuh" }, + "meanings" : [ "debt", + "liability", + "amount due", + "indebtedness" ], + "classifiers" : [] } ] }, + { "simplified" : "沾", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 5557, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沾", + "transcriptions" : { "pinyin" : "zhān", + "numeric" : "zhan1", + "wadegiles" : "chan¹", + "bopomofo" : "ㄓㄢ", + "romatzyh" : "jan" }, + "meanings" : [ "to moisten", + "to be infected by", + "to receive benefit or advantage through a contact", + "to touch" ], + "classifiers" : [] }, + { "traditional" : "霑", + "transcriptions" : { "pinyin" : "zhān", + "numeric" : "zhan1", + "wadegiles" : "chan¹", + "bopomofo" : "ㄓㄢ", + "romatzyh" : "jan" }, + "meanings" : [ "variant of 沾", "to moisten" ], + "classifiers" : [] } ] }, + { "simplified" : "沾光", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 57428, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "沾光", + "transcriptions" : { "pinyin" : "zhān guāng", + "numeric" : "zhan1 guang1", + "wadegiles" : "chan¹ kuang¹", + "bopomofo" : "ㄓㄢ ㄍㄨㄤ", + "romatzyh" : "jan guang" }, + "meanings" : [ "to bask in the light", + "fig. to benefit from association with sb or sth", + "reflected glory" ], + "classifiers" : [] } ] }, + { "simplified" : "粘", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 3640, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "粘", + "transcriptions" : { "pinyin" : "nián", + "numeric" : "nian2", + "wadegiles" : "nien²", + "bopomofo" : "ㄋㄧㄢˊ", + "romatzyh" : "nian" }, + "meanings" : [ "variant of 黏" ], + "classifiers" : [] }, + { "traditional" : "粘", + "transcriptions" : { "pinyin" : "zhān", + "numeric" : "zhan1", + "wadegiles" : "chan¹", + "bopomofo" : "ㄓㄢ", + "romatzyh" : "jan" }, + "meanings" : [ "to glue", + "to paste", + "to adhere", + "to stick to" ], + "classifiers" : [] } ] }, + { "simplified" : "粘贴", + "radical" : "米", + "level" : [ "old-5" ], + "frequency" : 26487, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "粘貼", + "transcriptions" : { "pinyin" : "zhān tiē", + "numeric" : "zhan1 tie1", + "wadegiles" : "chan¹ t'ieh¹", + "bopomofo" : "ㄓㄢ ㄊㄧㄝ", + "romatzyh" : "jan tie" }, + "meanings" : [ "to stick", + "to affix", + "to adhere", + "to paste (as in \"copy and paste\")", + "Taiwan pr. [nián tiē]", + "also written 黏贴" ], + "classifiers" : [] } ] }, + { "simplified" : "瞻仰", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 31432, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "瞻仰", + "transcriptions" : { "pinyin" : "zhān yǎng", + "numeric" : "zhan1 yang3", + "wadegiles" : "chan¹ yang³", + "bopomofo" : "ㄓㄢ ㄧㄤˇ", + "romatzyh" : "jan yeang" }, + "meanings" : [ "to revere", "to admire" ], + "classifiers" : [] } ] }, + { "simplified" : "斩", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 9472, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "斬", + "transcriptions" : { "pinyin" : "zhǎn", + "numeric" : "zhan3", + "wadegiles" : "chan³", + "bopomofo" : "ㄓㄢˇ", + "romatzyh" : "jaan" }, + "meanings" : [ "to behead (as form of capital punishment)", + "to chop" ], + "classifiers" : [] } ] }, + { "simplified" : "斩草除根", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 45361, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "斬草除根", + "transcriptions" : { "pinyin" : "zhǎn cǎo chú gēn", + "numeric" : "zhan3 cao3 chu2 gen1", + "wadegiles" : "chan³ ts'ao³ ch'u² ken¹", + "bopomofo" : "ㄓㄢˇ ㄘㄠˇ ㄔㄨˊ ㄍㄣ", + "romatzyh" : "jaan tsao chwu gen" }, + "meanings" : [ "to cut weeds and eliminate the roots (idiom); to destroy root and branch", + "to eliminate completely" ], + "classifiers" : [] } ] }, + { "simplified" : "斩钉截铁", + "radical" : "车", + "level" : [ "old-6" ], + "frequency" : 35900, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "斬釘截鐵", + "transcriptions" : { "pinyin" : "zhǎn dīng jié tiě", + "numeric" : "zhan3 ding1 jie2 tie3", + "wadegiles" : "chan³ ting¹ chieh² t'ieh³", + "bopomofo" : "ㄓㄢˇ ㄉㄧㄥ ㄐㄧㄝˊ ㄊㄧㄝˇ", + "romatzyh" : "jaan ding jye tiee" }, + "meanings" : [ "lit. to chop the nail and slice the iron (idiom)", + "fig. resolute and decisive; unhesitating; categorical" ], + "classifiers" : [] } ] }, + { "simplified" : "展出", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 10253, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "展出", + "transcriptions" : { "pinyin" : "zhǎn chū", + "numeric" : "zhan3 chu1", + "wadegiles" : "chan³ ch'u¹", + "bopomofo" : "ㄓㄢˇ ㄔㄨ", + "romatzyh" : "jaan chu" }, + "meanings" : [ "to put on display", + "to be on show", + "to exhibit" ], + "classifiers" : [] } ] }, + { "simplified" : "展开", + "radical" : "尸", + "level" : [ "new-3", "old-5" ], + "frequency" : 3065, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "展開", + "transcriptions" : { "pinyin" : "zhǎn kāi", + "numeric" : "zhan3 kai1", + "wadegiles" : "chan³ k'ai¹", + "bopomofo" : "ㄓㄢˇ ㄎㄞ", + "romatzyh" : "jaan kai" }, + "meanings" : [ "to unfold; to spread out; to open up", + "to launch; to carry out" ], + "classifiers" : [] } ] }, + { "simplified" : "展览", + "radical" : "尸", + "level" : [ "new-5", "old-5" ], + "frequency" : 5620, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "展覽", + "transcriptions" : { "pinyin" : "zhǎn lǎn", + "numeric" : "zhan3 lan3", + "wadegiles" : "chan³ lan³", + "bopomofo" : "ㄓㄢˇ ㄌㄢˇ", + "romatzyh" : "jaan laan" }, + "meanings" : [ "to put on display", + "to exhibit", + "exhibition", + "show" ], + "classifiers" : [ "个", "次" ] } ] }, + { "simplified" : "展览会", + "radical" : "尸", + "level" : [ "new-7+" ], + "frequency" : 15180, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "展覽會", + "transcriptions" : { "pinyin" : "zhǎn lǎn huì", + "numeric" : "zhan3 lan3 hui4", + "wadegiles" : "chan³ lan³ hui⁴", + "bopomofo" : "ㄓㄢˇ ㄌㄢˇ ㄏㄨㄟˋ", + "romatzyh" : "jaan laan huey" }, + "meanings" : [ "exhibition", "show" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "展示", + "radical" : "尸", + "level" : [ "new-5", "old-6" ], + "frequency" : 1798, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "展示", + "transcriptions" : { "pinyin" : "zhǎn shì", + "numeric" : "zhan3 shi4", + "wadegiles" : "chan³ shih⁴", + "bopomofo" : "ㄓㄢˇ ㄕˋ", + "romatzyh" : "jaan shyh" }, + "meanings" : [ "to reveal; to display; to show; to exhibit" ], + "classifiers" : [] } ] }, + { "simplified" : "展望", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12326, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "展望", + "transcriptions" : { "pinyin" : "zhǎn wàng", + "numeric" : "zhan3 wang4", + "wadegiles" : "chan³ wang⁴", + "bopomofo" : "ㄓㄢˇ ㄨㄤˋ", + "romatzyh" : "jaan wanq" }, + "meanings" : [ "outlook", + "prospect", + "to look ahead", + "to look forward to" ], + "classifiers" : [] } ] }, + { "simplified" : "展现", + "radical" : "尸", + "level" : [ "new-5", "old-6" ], + "frequency" : 3124, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "展現", + "transcriptions" : { "pinyin" : "zhǎn xiàn", + "numeric" : "zhan3 xian4", + "wadegiles" : "chan³ hsien⁴", + "bopomofo" : "ㄓㄢˇ ㄒㄧㄢˋ", + "romatzyh" : "jaan shiann" }, + "meanings" : [ "to unfold before one's eyes; to emerge; to reveal; to display" ], + "classifiers" : [] } ] }, + { "simplified" : "盏", + "radical" : "皿", + "level" : [ "new-7+" ], + "frequency" : 8983, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "盞", + "transcriptions" : { "pinyin" : "zhǎn", + "numeric" : "zhan3", + "wadegiles" : "chan³", + "bopomofo" : "ㄓㄢˇ", + "romatzyh" : "jaan" }, + "meanings" : [ "a small cup", + "classifier for lamps" ], + "classifiers" : [] } ] }, + { "simplified" : "崭新", + "radical" : "山", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7384, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "嶄新", + "transcriptions" : { "pinyin" : "zhǎn xīn", + "numeric" : "zhan3 xin1", + "wadegiles" : "chan³ hsin¹", + "bopomofo" : "ㄓㄢˇ ㄒㄧㄣ", + "romatzyh" : "jaan shin" }, + "meanings" : [ "brand new" ], + "classifiers" : [] } ] }, + { "simplified" : "占", + "radical" : "⺊", + "level" : [ "new-2" ], + "frequency" : 1571, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "佔", + "transcriptions" : { "pinyin" : "zhàn", + "numeric" : "zhan4", + "wadegiles" : "chan⁴", + "bopomofo" : "ㄓㄢˋ", + "romatzyh" : "jann" }, + "meanings" : [ "variant of 占" ], + "classifiers" : [] }, + { "traditional" : "占", + "transcriptions" : { "pinyin" : "zhān", + "numeric" : "zhan1", + "wadegiles" : "chan¹", + "bopomofo" : "ㄓㄢ", + "romatzyh" : "jan" }, + "meanings" : [ "to observe", "to divine" ], + "classifiers" : [] }, + { "traditional" : "占", + "transcriptions" : { "pinyin" : "zhàn", + "numeric" : "zhan4", + "wadegiles" : "chan⁴", + "bopomofo" : "ㄓㄢˋ", + "romatzyh" : "jann" }, + "meanings" : [ "to take possession of", + "to occupy", + "to take up" ], + "classifiers" : [] } ] }, + { "simplified" : "占卜", + "radical" : "⺊", + "level" : [ "new-7+" ], + "frequency" : 24286, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "占卜", + "transcriptions" : { "pinyin" : "zhān bǔ", + "numeric" : "zhan1 bu3", + "wadegiles" : "chan¹ pu³", + "bopomofo" : "ㄓㄢ ㄅㄨˇ", + "romatzyh" : "jan buu" }, + "meanings" : [ "to divine" ], + "classifiers" : [] } ] }, + { "simplified" : "占据", + "radical" : "⺊", + "level" : [ "new-6", "old-6" ], + "frequency" : 5028, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "佔據", + "transcriptions" : { "pinyin" : "zhàn jù", + "numeric" : "zhan4 ju4", + "wadegiles" : "chan⁴ chü⁴", + "bopomofo" : "ㄓㄢˋ ㄐㄩˋ", + "romatzyh" : "jann jiuh" }, + "meanings" : [ "to occupy", "to hold" ], + "classifiers" : [] } ] }, + { "simplified" : "占领", + "radical" : "⺊", + "level" : [ "new-5", "old-6" ], + "frequency" : 6042, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "佔領", + "transcriptions" : { "pinyin" : "zhàn lǐng", + "numeric" : "zhan4 ling3", + "wadegiles" : "chan⁴ ling³", + "bopomofo" : "ㄓㄢˋ ㄌㄧㄥˇ", + "romatzyh" : "jann liing" }, + "meanings" : [ "to capture; to seize; to occupy by force" ], + "classifiers" : [] } ] }, + { "simplified" : "占线", + "radical" : "⺊", + "level" : [ "old-5" ], + "frequency" : 38012, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "佔線", + "transcriptions" : { "pinyin" : "zhàn xiàn", + "numeric" : "zhan4 xian4", + "wadegiles" : "chan⁴ hsien⁴", + "bopomofo" : "ㄓㄢˋ ㄒㄧㄢˋ", + "romatzyh" : "jann shiann" }, + "meanings" : [ "busy (telephone line)" ], + "classifiers" : [] } ] }, + { "simplified" : "占用", + "radical" : "⺊", + "level" : [ "new-7+" ], + "frequency" : 6832, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "佔用", + "transcriptions" : { "pinyin" : "zhàn yòng", + "numeric" : "zhan4 yong4", + "wadegiles" : "chan⁴ yung⁴", + "bopomofo" : "ㄓㄢˋ ㄩㄥˋ", + "romatzyh" : "jann yonq" }, + "meanings" : [ "to occupy" ], + "classifiers" : [] } ] }, + { "simplified" : "占有", + "radical" : "⺊", + "level" : [ "new-5", "old-6" ], + "frequency" : 7035, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "佔有", + "transcriptions" : { "pinyin" : "zhàn yǒu", + "numeric" : "zhan4 you3", + "wadegiles" : "chan⁴ yu³", + "bopomofo" : "ㄓㄢˋ ㄧㄡˇ", + "romatzyh" : "jann yeou" }, + "meanings" : [ "to have", + "to own", + "to hold", + "to occupy", + "to possess", + "to account for (a high proportion etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "战场", + "radical" : "戈", + "level" : [ "new-6" ], + "frequency" : 4405, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戰場", + "transcriptions" : { "pinyin" : "zhàn chǎng", + "numeric" : "zhan4 chang3", + "wadegiles" : "chan⁴ ch'ang³", + "bopomofo" : "ㄓㄢˋ ㄔㄤˇ", + "romatzyh" : "jann chaang" }, + "meanings" : [ "battlefield" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "战斗", + "radical" : "戈", + "level" : [ "new-4", "old-6" ], + "frequency" : 1822, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "戰鬥", + "transcriptions" : { "pinyin" : "zhàn dòu", + "numeric" : "zhan4 dou4", + "wadegiles" : "chan⁴ tou⁴", + "bopomofo" : "ㄓㄢˋ ㄉㄡˋ", + "romatzyh" : "jann dow" }, + "meanings" : [ "to fight", + "to engage in combat", + "struggle", + "battle" ], + "classifiers" : [ "场", "次" ] } ] }, + { "simplified" : "战略", + "radical" : "戈", + "level" : [ "new-6", "old-6" ], + "frequency" : 3278, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戰略", + "transcriptions" : { "pinyin" : "zhàn lu:è", + "numeric" : "zhan4 lüe4", + "wadegiles" : "chan⁴ lu:è", + "bopomofo" : "ㄓㄢˋ lu:è", + "romatzyh" : "jann lu:è" }, + "meanings" : [ "strategy" ], + "classifiers" : [] } ] }, + { "simplified" : "战胜", + "radical" : "戈", + "level" : [ "new-4" ], + "frequency" : 3571, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "戰勝", + "transcriptions" : { "pinyin" : "zhàn shèng", + "numeric" : "zhan4 sheng4", + "wadegiles" : "chan⁴ sheng⁴", + "bopomofo" : "ㄓㄢˋ ㄕㄥˋ", + "romatzyh" : "jann shenq" }, + "meanings" : [ "to prevail over", + "to defeat", + "to surmount" ], + "classifiers" : [] } ] }, + { "simplified" : "战士", + "radical" : "戈", + "level" : [ "new-4" ], + "frequency" : 2973, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戰士", + "transcriptions" : { "pinyin" : "zhàn shì", + "numeric" : "zhan4 shi4", + "wadegiles" : "chan⁴ shih⁴", + "bopomofo" : "ㄓㄢˋ ㄕˋ", + "romatzyh" : "jann shyh" }, + "meanings" : [ "fighter", "soldier", "warrior" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "战术", + "radical" : "戈", + "level" : [ "new-6", "old-6" ], + "frequency" : 4242, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戰術", + "transcriptions" : { "pinyin" : "zhàn shù", + "numeric" : "zhan4 shu4", + "wadegiles" : "chan⁴ shu⁴", + "bopomofo" : "ㄓㄢˋ ㄕㄨˋ", + "romatzyh" : "jann shuh" }, + "meanings" : [ "tactics" ], + "classifiers" : [] } ] }, + { "simplified" : "战役", + "radical" : "戈", + "level" : [ "old-6" ], + "frequency" : 7305, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戰役", + "transcriptions" : { "pinyin" : "zhàn yì", + "numeric" : "zhan4 yi4", + "wadegiles" : "chan⁴ i⁴", + "bopomofo" : "ㄓㄢˋ ㄧˋ", + "romatzyh" : "jann yih" }, + "meanings" : [ "military campaign" ], + "classifiers" : [] } ] }, + { "simplified" : "战友", + "radical" : "戈", + "level" : [ "new-6" ], + "frequency" : 8543, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戰友", + "transcriptions" : { "pinyin" : "zhàn yǒu", + "numeric" : "zhan4 you3", + "wadegiles" : "chan⁴ yu³", + "bopomofo" : "ㄓㄢˋ ㄧㄡˇ", + "romatzyh" : "jann yeou" }, + "meanings" : [ "comrade-in-arms", + "battle companion" ], + "classifiers" : [] } ] }, + { "simplified" : "战争", + "radical" : "戈", + "level" : [ "new-4", "old-5" ], + "frequency" : 1274, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "戰爭", + "transcriptions" : { "pinyin" : "zhàn zhēng", + "numeric" : "zhan4 zheng1", + "wadegiles" : "chan⁴ cheng¹", + "bopomofo" : "ㄓㄢˋ ㄓㄥ", + "romatzyh" : "jann jeng" }, + "meanings" : [ "war", "conflict" ], + "classifiers" : [ "场", "次" ] } ] }, + { "simplified" : "站", + "radical" : "立", + "level" : [ "new-1", "old-3" ], + "frequency" : 399, + "pos" : [ "v", "n", "q" ], + "forms" : [ { "traditional" : "站", + "transcriptions" : { "pinyin" : "zhàn", + "numeric" : "zhan4", + "wadegiles" : "chan⁴", + "bopomofo" : "ㄓㄢˋ", + "romatzyh" : "jann" }, + "meanings" : [ "station", + "to stand", + "to halt", + "to stop", + "branch of a company or organization", + "website" ], + "classifiers" : [] } ] }, + { "simplified" : "站立", + "radical" : "立", + "level" : [ "new-7+" ], + "frequency" : 11694, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "站立", + "transcriptions" : { "pinyin" : "zhàn lì", + "numeric" : "zhan4 li4", + "wadegiles" : "chan⁴ li⁴", + "bopomofo" : "ㄓㄢˋ ㄌㄧˋ", + "romatzyh" : "jann lih" }, + "meanings" : [ "to stand", + "standing", + "on one's feet" ], + "classifiers" : [] } ] }, + { "simplified" : "站台", + "radical" : "立", + "level" : [ "new-6" ], + "frequency" : 10722, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "站臺", + "transcriptions" : { "pinyin" : "zhàn tái", + "numeric" : "zhan4 tai2", + "wadegiles" : "chan⁴ t'ai²", + "bopomofo" : "ㄓㄢˋ ㄊㄞˊ", + "romatzyh" : "jann tair" }, + "meanings" : [ "platform (at a railway station)", + "(Tw) (of an influential person) to publicly lend one's support (e.g. for an election candidate)", + "(Tw) website" ], + "classifiers" : [] } ] }, + { "simplified" : "站住", + "radical" : "立", + "level" : [ "new-2" ], + "frequency" : 11455, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "站住", + "transcriptions" : { "pinyin" : "zhàn zhù", + "numeric" : "zhan4 zhu4", + "wadegiles" : "chan⁴ chu⁴", + "bopomofo" : "ㄓㄢˋ ㄓㄨˋ", + "romatzyh" : "jann juh" }, + "meanings" : [ "to stand" ], + "classifiers" : [] } ] }, + { "simplified" : "绽放", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 12206, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "綻放", + "transcriptions" : { "pinyin" : "zhàn fàng", + "numeric" : "zhan4 fang4", + "wadegiles" : "chan⁴ fang⁴", + "bopomofo" : "ㄓㄢˋ ㄈㄤˋ", + "romatzyh" : "jann fanq" }, + "meanings" : [ "to blossom" ], + "classifiers" : [] } ] }, + { "simplified" : "蘸", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 14207, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "蘸", + "transcriptions" : { "pinyin" : "zhàn", + "numeric" : "zhan4", + "wadegiles" : "chan⁴", + "bopomofo" : "ㄓㄢˋ", + "romatzyh" : "jann" }, + "meanings" : [ "to dip in (ink, sauce etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "张", + "radical" : "弓", + "level" : [ "new-3", "old-2" ], + "frequency" : 316, + "pos" : [ "q", "nr", "v", "g" ], + "forms" : [ { "traditional" : "張", + "transcriptions" : { "pinyin" : "Zhāng", + "numeric" : "Zhang1", + "wadegiles" : "chang¹", + "bopomofo" : "ㄓㄤ", + "romatzyh" : "jang" }, + "meanings" : [ "surname Zhang" ], + "classifiers" : [] }, + { "traditional" : "張", + "transcriptions" : { "pinyin" : "zhāng", + "numeric" : "zhang1", + "wadegiles" : "chang¹", + "bopomofo" : "ㄓㄤ", + "romatzyh" : "jang" }, + "meanings" : [ "to open up", + "to spread", + "sheet of paper", + "classifier for flat objects, sheet", + "classifier for votes" ], + "classifiers" : [] } ] }, + { "simplified" : "张灯结彩", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 63826, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "張燈結彩", + "transcriptions" : { "pinyin" : "zhāng dēng jié cǎi", + "numeric" : "zhang1 deng1 jie2 cai3", + "wadegiles" : "chang¹ teng¹ chieh² ts'ai³", + "bopomofo" : "ㄓㄤ ㄉㄥ ㄐㄧㄝˊ ㄘㄞˇ", + "romatzyh" : "jang deng jye tsae" }, + "meanings" : [ "to be decorated with lanterns and colored banners (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "张贴", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 15794, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "張貼", + "transcriptions" : { "pinyin" : "zhāng tiē", + "numeric" : "zhang1 tie1", + "wadegiles" : "chang¹ t'ieh¹", + "bopomofo" : "ㄓㄤ ㄊㄧㄝ", + "romatzyh" : "jang tie" }, + "meanings" : [ "to post (a notice)", + "to advertise" ], + "classifiers" : [] } ] }, + { "simplified" : "张扬", + "radical" : "弓", + "level" : [ "new-7+" ], + "frequency" : 10725, + "pos" : [ "v", "nr" ], + "forms" : [ { "traditional" : "張揚", + "transcriptions" : { "pinyin" : "Zhāng Yáng", + "numeric" : "Zhang1 Yang2", + "wadegiles" : "chang¹ yang²", + "bopomofo" : "ㄓㄤ ㄧㄤˊ", + "romatzyh" : "jang yang" }, + "meanings" : [ "Zhang Yang (1967-), PRC film director and screenwriter" ], + "classifiers" : [] }, + { "traditional" : "張揚", + "transcriptions" : { "pinyin" : "zhāng yáng", + "numeric" : "zhang1 yang2", + "wadegiles" : "chang¹ yang²", + "bopomofo" : "ㄓㄤ ㄧㄤˊ", + "romatzyh" : "jang yang" }, + "meanings" : [ "to display ostentatiously", + "to bring out into the open", + "to make public", + "to spread around", + "flamboyant", + "brash" ], + "classifiers" : [] } ] }, + { "simplified" : "章", + "radical" : "立", + "level" : [ "new-6" ], + "frequency" : 3279, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "章", + "transcriptions" : { "pinyin" : "Zhāng", + "numeric" : "Zhang1", + "wadegiles" : "chang¹", + "bopomofo" : "ㄓㄤ", + "romatzyh" : "jang" }, + "meanings" : [ "surname Zhang" ], + "classifiers" : [] }, + { "traditional" : "章", + "transcriptions" : { "pinyin" : "zhāng", + "numeric" : "zhang1", + "wadegiles" : "chang¹", + "bopomofo" : "ㄓㄤ", + "romatzyh" : "jang" }, + "meanings" : [ "chapter", + "section", + "clause", + "movement (of symphony)", + "seal", + "badge", + "regulation", + "order" ], + "classifiers" : [] } ] }, + { "simplified" : "章程", + "radical" : "立", + "level" : [ "old-6" ], + "frequency" : 15269, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "章程", + "transcriptions" : { "pinyin" : "zhāng chéng", + "numeric" : "zhang1 cheng2", + "wadegiles" : "chang¹ ch'eng²", + "bopomofo" : "ㄓㄤ ㄔㄥˊ", + "romatzyh" : "jang cherng" }, + "meanings" : [ "rules", + "regulations", + "constitution", + "statute", + "articles of association (of company)", + "articles of incorporation", + "charter (of a corporation)", + "by-laws" ], + "classifiers" : [] } ] }, + { "simplified" : "长", + "radical" : "长", + "level" : [ "new-2", "old-2", "old-2" ], + "frequency" : 246, + "pos" : [ "a", "v", "ad", "g" ], + "forms" : [ { "traditional" : "長", + "transcriptions" : { "pinyin" : "cháng", + "numeric" : "chang2", + "wadegiles" : "ch'ang²", + "bopomofo" : "ㄔㄤˊ", + "romatzyh" : "charng" }, + "meanings" : [ "length", + "long", + "forever", + "always", + "constantly" ], + "classifiers" : [] }, + { "traditional" : "長", + "transcriptions" : { "pinyin" : "zhǎng", + "numeric" : "zhang3", + "wadegiles" : "chang³", + "bopomofo" : "ㄓㄤˇ", + "romatzyh" : "jaang" }, + "meanings" : [ "chief", + "head", + "elder", + "to grow", + "to develop", + "to increase", + "to enhance" ], + "classifiers" : [] } ] }, + { "simplified" : "长辈", + "radical" : "长", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14245, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "長輩", + "transcriptions" : { "pinyin" : "zhǎng bèi", + "numeric" : "zhang3 bei4", + "wadegiles" : "chang³ pei⁴", + "bopomofo" : "ㄓㄤˇ ㄅㄟˋ", + "romatzyh" : "jaang bey" }, + "meanings" : [ "one's elders", "older generation" ], + "classifiers" : [] } ] }, + { "simplified" : "长城", + "radical" : "长", + "level" : [ "new-3", "old-4" ], + "frequency" : 9599, + "pos" : [ "ns" ], + "forms" : [ { "traditional" : "長城", + "transcriptions" : { "pinyin" : "Cháng chéng", + "numeric" : "Chang2 cheng2", + "wadegiles" : "ch'ang² ch'eng²", + "bopomofo" : "ㄔㄤˊ ㄔㄥˊ", + "romatzyh" : "charng cherng" }, + "meanings" : [ "the Great Wall" ], + "classifiers" : [] } ] }, + { "simplified" : "长处", + "radical" : "长", + "level" : [ "new-3" ], + "frequency" : 15374, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "長處", + "transcriptions" : { "pinyin" : "cháng chù", + "numeric" : "chang2 chu4", + "wadegiles" : "ch'ang² ch'u⁴", + "bopomofo" : "ㄔㄤˊ ㄔㄨˋ", + "romatzyh" : "charng chuh" }, + "meanings" : [ "good aspects", "strong points" ], + "classifiers" : [] } ] }, + { "simplified" : "长达", + "radical" : "长", + "level" : [ "new-7+" ], + "frequency" : 36584, + "pos" : [ "nr", "v" ], + "forms" : [ { "traditional" : "長達", + "transcriptions" : { "pinyin" : "cháng dá", + "numeric" : "chang2 da2", + "wadegiles" : "ch'ang² ta²", + "bopomofo" : "ㄔㄤˊ ㄉㄚˊ", + "romatzyh" : "charng dar" }, + "meanings" : [ "to extend as long as", + "to lengthen out to" ], + "classifiers" : [] } ] }, + { "simplified" : "长大", + "radical" : "长", + "level" : [ "new-2" ], + "frequency" : 1531, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "長大", + "transcriptions" : { "pinyin" : "zhǎng dà", + "numeric" : "zhang3 da4", + "wadegiles" : "chang³ ta⁴", + "bopomofo" : "ㄓㄤˇ ㄉㄚˋ", + "romatzyh" : "jaang dah" }, + "meanings" : [ "to grow up" ], + "classifiers" : [] } ] }, + { "simplified" : "长度", + "radical" : "长", + "level" : [ "new-5" ], + "frequency" : 8167, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "長度", + "transcriptions" : { "pinyin" : "cháng dù", + "numeric" : "chang2 du4", + "wadegiles" : "ch'ang² tu⁴", + "bopomofo" : "ㄔㄤˊ ㄉㄨˋ", + "romatzyh" : "charng duh" }, + "meanings" : [ "length" ], + "classifiers" : [] } ] }, + { "simplified" : "长短", + "radical" : "长", + "level" : [ "new-6" ], + "frequency" : 22940, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "長短", + "transcriptions" : { "pinyin" : "cháng duǎn", + "numeric" : "chang2 duan3", + "wadegiles" : "ch'ang² tuan³", + "bopomofo" : "ㄔㄤˊ ㄉㄨㄢˇ", + "romatzyh" : "charng doan" }, + "meanings" : [ "length", + "accident; mishap", + "right and wrong; good and bad; merits and demerits" ], + "classifiers" : [] } ] }, + { "simplified" : "长假", + "radical" : "长", + "level" : [ "new-6" ], + "frequency" : 14297, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "長假", + "transcriptions" : { "pinyin" : "cháng jià", + "numeric" : "chang2 jia4", + "wadegiles" : "ch'ang² chia⁴", + "bopomofo" : "ㄔㄤˊ ㄐㄧㄚˋ", + "romatzyh" : "charng jiah" }, + "meanings" : [ "long vacation" ], + "classifiers" : [] } ] }, + { "simplified" : "长江", + "radical" : "长", + "level" : [ "old-4" ], + "frequency" : 20034, + "pos" : [ "ns" ], + "forms" : [ { "traditional" : "長江", + "transcriptions" : { "pinyin" : "Cháng Jiāng", + "numeric" : "Chang2 Jiang1", + "wadegiles" : "ch'ang² chiang¹", + "bopomofo" : "ㄔㄤˊ ㄐㄧㄤ", + "romatzyh" : "charng jiang" }, + "meanings" : [ "Yangtze River, or Chang Jiang" ], + "classifiers" : [] } ] }, + { "simplified" : "长久", + "radical" : "长", + "level" : [ "new-6" ], + "frequency" : 6069, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "長久", + "transcriptions" : { "pinyin" : "cháng jiǔ", + "numeric" : "chang2 jiu3", + "wadegiles" : "ch'ang² chiu³", + "bopomofo" : "ㄔㄤˊ ㄐㄧㄡˇ", + "romatzyh" : "charng jeou" }, + "meanings" : [ "(for a) long time" ], + "classifiers" : [] } ] }, + { "simplified" : "长跑", + "radical" : "长", + "level" : [ "new-6" ], + "frequency" : 19365, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "長跑", + "transcriptions" : { "pinyin" : "cháng pǎo", + "numeric" : "chang2 pao3", + "wadegiles" : "ch'ang² p'ao³", + "bopomofo" : "ㄔㄤˊ ㄆㄠˇ", + "romatzyh" : "charng pao" }, + "meanings" : [ "long-distance running" ], + "classifiers" : [] } ] }, + { "simplified" : "长期", + "radical" : "长", + "level" : [ "new-3" ], + "frequency" : 2911, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "長期", + "transcriptions" : { "pinyin" : "cháng qī", + "numeric" : "chang2 qi1", + "wadegiles" : "ch'ang² ch'i¹", + "bopomofo" : "ㄔㄤˊ ㄑㄧ", + "romatzyh" : "charng chi" }, + "meanings" : [ "long term", + "long time", + "long range (of a forecast)" ], + "classifiers" : [] } ] }, + { "simplified" : "长期以来", + "radical" : "长", + "level" : [ "new-7+" ], + "frequency" : 29889, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "長期以來", + "transcriptions" : { "pinyin" : "cháng qī yǐ lái", + "numeric" : "chang2 qi1 yi3 lai2", + "wadegiles" : "ch'ang² ch'i¹ i³ lai²", + "bopomofo" : "ㄔㄤˊ ㄑㄧ ㄧˇ ㄌㄞˊ", + "romatzyh" : "charng chi yii lai" }, + "meanings" : [ "for a long time" ], + "classifiers" : [] } ] }, + { "simplified" : "长寿", + "radical" : "长", + "level" : [ "new-5" ], + "frequency" : 13208, + "pos" : [ "a", "an", "ns" ], + "forms" : [ { "traditional" : "長壽", + "transcriptions" : { "pinyin" : "Cháng shòu", + "numeric" : "Chang2 shou4", + "wadegiles" : "ch'ang² shou⁴", + "bopomofo" : "ㄔㄤˊ ㄕㄡˋ", + "romatzyh" : "charng show" }, + "meanings" : [ "Changshou suburban district of Chongqing municipality, formerly in Sichuan" ], + "classifiers" : [] }, + { "traditional" : "長壽", + "transcriptions" : { "pinyin" : "cháng shòu", + "numeric" : "chang2 shou4", + "wadegiles" : "ch'ang² shou⁴", + "bopomofo" : "ㄔㄤˊ ㄕㄡˋ", + "romatzyh" : "charng show" }, + "meanings" : [ "longevity", "long-lived" ], + "classifiers" : [] } ] }, + { "simplified" : "长途", + "radical" : "长", + "level" : [ "new-4", "old-5" ], + "frequency" : 9492, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "長途", + "transcriptions" : { "pinyin" : "cháng tú", + "numeric" : "chang2 tu2", + "wadegiles" : "ch'ang² t'u²", + "bopomofo" : "ㄔㄤˊ ㄊㄨˊ", + "romatzyh" : "charng twu" }, + "meanings" : [ "long distance" ], + "classifiers" : [] } ] }, + { "simplified" : "长相", + "radical" : "长", + "level" : [ "new-7+" ], + "frequency" : 8331, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "長相", + "transcriptions" : { "pinyin" : "zhǎng xiàng", + "numeric" : "zhang3 xiang4", + "wadegiles" : "chang³ hsiang⁴", + "bopomofo" : "ㄓㄤˇ ㄒㄧㄤˋ", + "romatzyh" : "jaang shianq" }, + "meanings" : [ "appearance", + "looks", + "profile", + "countenance" ], + "classifiers" : [] } ] }, + { "simplified" : "长效", + "radical" : "长", + "level" : [ "new-7+" ], + "frequency" : 96545, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "長效", + "transcriptions" : { "pinyin" : "cháng xiào", + "numeric" : "chang2 xiao4", + "wadegiles" : "ch'ang² hsiao⁴", + "bopomofo" : "ㄔㄤˊ ㄒㄧㄠˋ", + "romatzyh" : "charng shiaw" }, + "meanings" : [ "to be effective over an extended period" ], + "classifiers" : [] } ] }, + { "simplified" : "长远", + "radical" : "长", + "level" : [ "new-6" ], + "frequency" : 8868, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "長遠", + "transcriptions" : { "pinyin" : "cháng yuǎn", + "numeric" : "chang2 yuan3", + "wadegiles" : "ch'ang² yüan³", + "bopomofo" : "ㄔㄤˊ ㄩㄢˇ", + "romatzyh" : "charng yeuan" }, + "meanings" : [ "long-term", "long-range" ], + "classifiers" : [] } ] }, + { "simplified" : "长征", + "radical" : "长", + "level" : [ "new-7+" ], + "frequency" : 27081, + "pos" : [ "n", "nz" ], + "forms" : [ { "traditional" : "長征", + "transcriptions" : { "pinyin" : "Cháng zhēng", + "numeric" : "Chang2 zheng1", + "wadegiles" : "ch'ang² cheng¹", + "bopomofo" : "ㄔㄤˊ ㄓㄥ", + "romatzyh" : "charng jeng" }, + "meanings" : [ "Long March (retreat of the Red Army 1934-1935)" ], + "classifiers" : [] }, + { "traditional" : "長征", + "transcriptions" : { "pinyin" : "cháng zhēng", + "numeric" : "chang2 zheng1", + "wadegiles" : "ch'ang² cheng¹", + "bopomofo" : "ㄔㄤˊ ㄓㄥ", + "romatzyh" : "charng jeng" }, + "meanings" : [ "expedition", "long journey" ], + "classifiers" : [] } ] }, + { "simplified" : "长足", + "radical" : "长", + "level" : [ "new-7+" ], + "frequency" : 26492, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "長足", + "transcriptions" : { "pinyin" : "cháng zú", + "numeric" : "chang2 zu2", + "wadegiles" : "ch'ang² tsu²", + "bopomofo" : "ㄔㄤˊ ㄗㄨˊ", + "romatzyh" : "charng tzwu" }, + "meanings" : [ "remarkable (progress, improvement, expansion etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "涨", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 4020, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "漲", + "transcriptions" : { "pinyin" : "zhǎng", + "numeric" : "zhang3", + "wadegiles" : "chang³", + "bopomofo" : "ㄓㄤˇ", + "romatzyh" : "jaang" }, + "meanings" : [ "to rise (of prices, rivers)" ], + "classifiers" : [] }, + { "traditional" : "漲", + "transcriptions" : { "pinyin" : "zhàng", + "numeric" : "zhang4", + "wadegiles" : "chang⁴", + "bopomofo" : "ㄓㄤˋ", + "romatzyh" : "janq" }, + "meanings" : [ "to swell", "to distend" ], + "classifiers" : [] } ] }, + { "simplified" : "涨价", + "radical" : "氵", + "level" : [ "new-5" ], + "frequency" : 14037, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "漲價", + "transcriptions" : { "pinyin" : "zhǎng jià", + "numeric" : "zhang3 jia4", + "wadegiles" : "chang³ chia⁴", + "bopomofo" : "ㄓㄤˇ ㄐㄧㄚˋ", + "romatzyh" : "jaang jiah" }, + "meanings" : [ "to appreciate (in value)", + "to increase in price" ], + "classifiers" : [] } ] }, + { "simplified" : "掌管", + "radical" : "手", + "level" : [ "new-7+" ], + "frequency" : 14059, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掌管", + "transcriptions" : { "pinyin" : "zhǎng guǎn", + "numeric" : "zhang3 guan3", + "wadegiles" : "chang³ kuan³", + "bopomofo" : "ㄓㄤˇ ㄍㄨㄢˇ", + "romatzyh" : "jaang goan" }, + "meanings" : [ "in charge of", "to control" ], + "classifiers" : [] } ] }, + { "simplified" : "掌声", + "radical" : "手", + "level" : [ "new-6" ], + "frequency" : 5343, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "掌聲", + "transcriptions" : { "pinyin" : "zhǎng shēng", + "numeric" : "zhang3 sheng1", + "wadegiles" : "chang³ sheng¹", + "bopomofo" : "ㄓㄤˇ ㄕㄥ", + "romatzyh" : "jaang sheng" }, + "meanings" : [ "applause" ], + "classifiers" : [ "阵" ] } ] }, + { "simplified" : "掌握", + "radical" : "手", + "level" : [ "new-5", "old-5" ], + "frequency" : 1826, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掌握", + "transcriptions" : { "pinyin" : "zhǎng wò", + "numeric" : "zhang3 wo4", + "wadegiles" : "chang³ wo⁴", + "bopomofo" : "ㄓㄤˇ ㄨㄛˋ", + "romatzyh" : "jaang woh" }, + "meanings" : [ "to grasp (often fig.)", + "to control", + "to seize (initiative, opportunity, destiny)", + "to master", + "to know well", + "to understand sth well and know how to use it", + "fluency" ], + "classifiers" : [] } ] }, + { "simplified" : "丈夫", + "radical" : "一", + "level" : [ "new-4", "old-2" ], + "frequency" : 1376, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "丈夫", + "transcriptions" : { "pinyin" : "zhàng fu", + "numeric" : "zhang4 fu5", + "wadegiles" : "chang⁴ fu", + "bopomofo" : "ㄓㄤˋ fu", + "romatzyh" : "janq fu" }, + "meanings" : [ "husband" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "帐篷", + "radical" : "巾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7940, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "帳篷", + "transcriptions" : { "pinyin" : "zhàng peng", + "numeric" : "zhang4 peng5", + "wadegiles" : "chang⁴ peng", + "bopomofo" : "ㄓㄤˋ peng", + "romatzyh" : "janq peng" }, + "meanings" : [ "tent" ], + "classifiers" : [ "顶", "座" ] } ] }, + { "simplified" : "帐子", + "radical" : "巾", + "level" : [ "new-7+" ], + "frequency" : 70265, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "帳子", + "transcriptions" : { "pinyin" : "zhàng zi", + "numeric" : "zhang4 zi5", + "wadegiles" : "chang⁴ zi", + "bopomofo" : "ㄓㄤˋ zi", + "romatzyh" : "janq zi" }, + "meanings" : [ "mosquito net" ], + "classifiers" : [ "顶" ] } ] }, + { "simplified" : "胀", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 12289, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "脹", + "transcriptions" : { "pinyin" : "zhàng", + "numeric" : "zhang4", + "wadegiles" : "chang⁴", + "bopomofo" : "ㄓㄤˋ", + "romatzyh" : "janq" }, + "meanings" : [ "to swell; dropsical; swollen; bloated" ], + "classifiers" : [] } ] }, + { "simplified" : "账", + "radical" : "贝", + "level" : [ "new-6" ], + "frequency" : 6981, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賬", + "transcriptions" : { "pinyin" : "zhàng", + "numeric" : "zhang4", + "wadegiles" : "chang⁴", + "bopomofo" : "ㄓㄤˋ", + "romatzyh" : "janq" }, + "meanings" : [ "account", "bill", "debt" ], + "classifiers" : [ "本", "笔" ] } ] }, + { "simplified" : "账单", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 11708, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賬單", + "transcriptions" : { "pinyin" : "zhàng dān", + "numeric" : "zhang4 dan1", + "wadegiles" : "chang⁴ tan¹", + "bopomofo" : "ㄓㄤˋ ㄉㄢ", + "romatzyh" : "janq dan" }, + "meanings" : [ "bill" ], + "classifiers" : [] } ] }, + { "simplified" : "账号", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 10644, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賬號", + "transcriptions" : { "pinyin" : "zhàng hào", + "numeric" : "zhang4 hao4", + "wadegiles" : "chang⁴ hao⁴", + "bopomofo" : "ㄓㄤˋ ㄏㄠˋ", + "romatzyh" : "janq haw" }, + "meanings" : [ "account", "username" ], + "classifiers" : [] } ] }, + { "simplified" : "账户", + "radical" : "贝", + "level" : [ "new-6", "old-5" ], + "frequency" : 3852, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "賬戶", + "transcriptions" : { "pinyin" : "zhàng hù", + "numeric" : "zhang4 hu4", + "wadegiles" : "chang⁴ hu⁴", + "bopomofo" : "ㄓㄤˋ ㄏㄨˋ", + "romatzyh" : "janq huh" }, + "meanings" : [ "bank account", "online account" ], + "classifiers" : [] } ] }, + { "simplified" : "障碍", + "radical" : "阝", + "level" : [ "new-6", "old-6" ], + "frequency" : 2859, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "障礙", + "transcriptions" : { "pinyin" : "zhàng ài", + "numeric" : "zhang4 ai4", + "wadegiles" : "chang⁴ ai⁴", + "bopomofo" : "ㄓㄤˋ ㄞˋ", + "romatzyh" : "janq ay" }, + "meanings" : [ "barrier", + "obstruction", + "hindrance", + "impediment", + "obstacle" ], + "classifiers" : [] } ] }, + { "simplified" : "招", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 1522, + "pos" : [ "v", "q", "n" ], + "forms" : [ { "traditional" : "招", + "transcriptions" : { "pinyin" : "zhāo", + "numeric" : "zhao1", + "wadegiles" : "chao¹", + "bopomofo" : "ㄓㄠ", + "romatzyh" : "jau" }, + "meanings" : [ "to recruit", + "to provoke", + "to beckon", + "to incur", + "to infect", + "contagious", + "a move (chess)", + "a maneuver", + "device", + "trick", + "to confess" ], + "classifiers" : [] } ] }, + { "simplified" : "招标", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 19253, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "招標", + "transcriptions" : { "pinyin" : "zhāo biāo", + "numeric" : "zhao1 biao1", + "wadegiles" : "chao¹ piao¹", + "bopomofo" : "ㄓㄠ ㄅㄧㄠ", + "romatzyh" : "jau biau" }, + "meanings" : [ "to invite bids" ], + "classifiers" : [] } ] }, + { "simplified" : "招待", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8447, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "招待", + "transcriptions" : { "pinyin" : "zhāo dài", + "numeric" : "zhao1 dai4", + "wadegiles" : "chao¹ tai⁴", + "bopomofo" : "ㄓㄠ ㄉㄞˋ", + "romatzyh" : "jau day" }, + "meanings" : [ "to hold a reception; to offer hospitality; to entertain (guests); to serve (customers)" ], + "classifiers" : [] } ] }, + { "simplified" : "招待会", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14282, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "招待會", + "transcriptions" : { "pinyin" : "zhāo dài huì", + "numeric" : "zhao1 dai4 hui4", + "wadegiles" : "chao¹ tai⁴ hui⁴", + "bopomofo" : "ㄓㄠ ㄉㄞˋ ㄏㄨㄟˋ", + "romatzyh" : "jau day huey" }, + "meanings" : [ "a reception" ], + "classifiers" : [ "个", "次" ] } ] }, + { "simplified" : "招呼", + "radical" : "扌", + "level" : [ "new-4" ], + "frequency" : 5046, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "招呼", + "transcriptions" : { "pinyin" : "zhāo hu", + "numeric" : "zhao1 hu5", + "wadegiles" : "chao¹ hu", + "bopomofo" : "ㄓㄠ hu", + "romatzyh" : "jau hu" }, + "meanings" : [ "to call out to", + "to greet", + "to say hello to", + "to inform", + "to take care of", + "to take care that one does not" ], + "classifiers" : [] } ] }, + { "simplified" : "招揽", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 21908, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "招攬", + "transcriptions" : { "pinyin" : "zhāo lǎn", + "numeric" : "zhao1 lan3", + "wadegiles" : "chao¹ lan³", + "bopomofo" : "ㄓㄠ ㄌㄢˇ", + "romatzyh" : "jau laan" }, + "meanings" : [ "to attract (customers); to drum up (trade)" ], + "classifiers" : [] } ] }, + { "simplified" : "招募", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8938, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "招募", + "transcriptions" : { "pinyin" : "zhāo mù", + "numeric" : "zhao1 mu4", + "wadegiles" : "chao¹ mu⁴", + "bopomofo" : "ㄓㄠ ㄇㄨˋ", + "romatzyh" : "jau muh" }, + "meanings" : [ "to recruit", "to enlist" ], + "classifiers" : [] } ] }, + { "simplified" : "招牌", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9174, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "招牌", + "transcriptions" : { "pinyin" : "zhāo pai", + "numeric" : "zhao1 pai5", + "wadegiles" : "chao¹ pai", + "bopomofo" : "ㄓㄠ pai", + "romatzyh" : "jau pai" }, + "meanings" : [ "signboard", + "shop sign", + "reputation of a business" ], + "classifiers" : [] } ] }, + { "simplified" : "招聘", + "radical" : "扌", + "level" : [ "new-6", "old-4" ], + "frequency" : 8004, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "招聘", + "transcriptions" : { "pinyin" : "zhāo pìn", + "numeric" : "zhao1 pin4", + "wadegiles" : "chao¹ p'in⁴", + "bopomofo" : "ㄓㄠ ㄆㄧㄣˋ", + "romatzyh" : "jau pinn" }, + "meanings" : [ "to invite applications for a job", + "to recruit" ], + "classifiers" : [] } ] }, + { "simplified" : "招生", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 14045, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "招生", + "transcriptions" : { "pinyin" : "zhāo shēng", + "numeric" : "zhao1 sheng1", + "wadegiles" : "chao¹ sheng¹", + "bopomofo" : "ㄓㄠ ㄕㄥ", + "romatzyh" : "jau sheng" }, + "meanings" : [ "to enroll new students", + "to get students" ], + "classifiers" : [] } ] }, + { "simplified" : "招收", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16009, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "招收", + "transcriptions" : { "pinyin" : "zhāo shōu", + "numeric" : "zhao1 shou1", + "wadegiles" : "chao¹ shou¹", + "bopomofo" : "ㄓㄠ ㄕㄡ", + "romatzyh" : "jau shou" }, + "meanings" : [ "to hire", "to recruit" ], + "classifiers" : [] } ] }, + { "simplified" : "招手", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 15211, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "招手", + "transcriptions" : { "pinyin" : "zhāo shǒu", + "numeric" : "zhao1 shou3", + "wadegiles" : "chao¹ shou³", + "bopomofo" : "ㄓㄠ ㄕㄡˇ", + "romatzyh" : "jau shoou" }, + "meanings" : [ "to wave", "to beckon" ], + "classifiers" : [] } ] }, + { "simplified" : "招数", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 14163, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "招數", + "transcriptions" : { "pinyin" : "zhāo shù", + "numeric" : "zhao1 shu4", + "wadegiles" : "chao¹ shu⁴", + "bopomofo" : "ㄓㄠ ㄕㄨˋ", + "romatzyh" : "jau shuh" }, + "meanings" : [ "move (in chess, on stage, in martial arts)", + "gambit", + "trick", + "scheme", + "movement", + "same as 着数" ], + "classifiers" : [] } ] }, + { "simplified" : "招投标", + "radical" : "扌", + "level" : [ "old-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "招投標", + "transcriptions" : { "pinyin" : "zhāo tóu biāo", + "numeric" : "zhao1 tou2 biao1", + "wadegiles" : "chao¹ t'ou² piao¹", + "bopomofo" : "ㄓㄠ ㄊㄡˊ ㄅㄧㄠ", + "romatzyh" : "jau tour biau" }, + "meanings" : [ "bid inviting and bid offering", + "bidding", + "auction" ], + "classifiers" : [] } ] }, + { "simplified" : "爪子", + "radical" : "爪", + "level" : [ "new-7+" ], + "frequency" : 12261, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爪子", + "transcriptions" : { "pinyin" : "zhuǎ zi", + "numeric" : "zhua3 zi5", + "wadegiles" : "chua³ zi", + "bopomofo" : "ㄓㄨㄚˇ zi", + "romatzyh" : "joa zi" }, + "meanings" : [ "(animal's) claw" ], + "classifiers" : [] } ] }, + { "simplified" : "找", + "radical" : "扌", + "level" : [ "new-1", "old-2" ], + "frequency" : 152, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "找", + "transcriptions" : { "pinyin" : "zhǎo", + "numeric" : "zhao3", + "wadegiles" : "chao³", + "bopomofo" : "ㄓㄠˇ", + "romatzyh" : "jao" }, + "meanings" : [ "to try to find", + "to look for", + "to call on sb", + "to find", + "to seek", + "to return", + "to give change" ], + "classifiers" : [] } ] }, + { "simplified" : "找出", + "radical" : "扌", + "level" : [ "new-2" ], + "frequency" : 6479, + "pos" : [], + "forms" : [ { "traditional" : "找出", + "transcriptions" : { "pinyin" : "zhǎo chū", + "numeric" : "zhao3 chu1", + "wadegiles" : "chao³ ch'u¹", + "bopomofo" : "ㄓㄠˇ ㄔㄨ", + "romatzyh" : "jao chu" }, + "meanings" : [ "to find", "to search out" ], + "classifiers" : [] } ] }, + { "simplified" : "找到", + "radical" : "扌", + "level" : [ "new-1" ], + "frequency" : 188, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "找到", + "transcriptions" : { "pinyin" : "zhǎo dào", + "numeric" : "zhao3 dao4", + "wadegiles" : "chao³ tao⁴", + "bopomofo" : "ㄓㄠˇ ㄉㄠˋ", + "romatzyh" : "jao daw" }, + "meanings" : [ "to find" ], + "classifiers" : [] } ] }, + { "simplified" : "沼泽", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15922, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "沼澤", + "transcriptions" : { "pinyin" : "zhǎo zé", + "numeric" : "zhao3 ze2", + "wadegiles" : "chao³ tse²", + "bopomofo" : "ㄓㄠˇ ㄗㄜˊ", + "romatzyh" : "jao tzer" }, + "meanings" : [ "marsh", + "swamp", + "wetlands", + "glade" ], + "classifiers" : [] } ] }, + { "simplified" : "召集", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 6613, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "召集", + "transcriptions" : { "pinyin" : "zhào jí", + "numeric" : "zhao4 ji2", + "wadegiles" : "chao⁴ chi²", + "bopomofo" : "ㄓㄠˋ ㄐㄧˊ", + "romatzyh" : "jaw jyi" }, + "meanings" : [ "to convene", "to gather" ], + "classifiers" : [] } ] }, + { "simplified" : "召开", + "radical" : "口", + "level" : [ "new-4", "old-5" ], + "frequency" : 4146, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "召開", + "transcriptions" : { "pinyin" : "zhào kāi", + "numeric" : "zhao4 kai1", + "wadegiles" : "chao⁴ k'ai¹", + "bopomofo" : "ㄓㄠˋ ㄎㄞ", + "romatzyh" : "jaw kai" }, + "meanings" : [ "to convene (a conference or meeting)", + "to convoke", + "to call together" ], + "classifiers" : [] } ] }, + { "simplified" : "兆头", + "radical" : "儿", + "level" : [ "new-7+" ], + "frequency" : 40377, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "兆頭", + "transcriptions" : { "pinyin" : "zhào tou", + "numeric" : "zhao4 tou5", + "wadegiles" : "chao⁴ tou", + "bopomofo" : "ㄓㄠˋ tou", + "romatzyh" : "jaw tou" }, + "meanings" : [ "omen", "portent", "sign" ], + "classifiers" : [] } ] }, + { "simplified" : "照", + "radical" : "灬", + "level" : [ "new-3" ], + "frequency" : 1165, + "pos" : [ "v", "p", "g", "d" ], + "forms" : [ { "traditional" : "炤", + "transcriptions" : { "pinyin" : "zhào", + "numeric" : "zhao4", + "wadegiles" : "chao⁴", + "bopomofo" : "ㄓㄠˋ", + "romatzyh" : "jaw" }, + "meanings" : [ "variant of 照", + "to shine", + "to illuminate" ], + "classifiers" : [] }, + { "traditional" : "照", + "transcriptions" : { "pinyin" : "zhào", + "numeric" : "zhao4", + "wadegiles" : "chao⁴", + "bopomofo" : "ㄓㄠˋ", + "romatzyh" : "jaw" }, + "meanings" : [ "according to", + "in accordance with", + "to shine", + "to illuminate", + "to reflect", + "to look at (one's reflection)", + "to take (a photo)", + "photo", + "as requested", + "as before" ], + "classifiers" : [] } ] }, + { "simplified" : "照办", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 21771, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "照辦", + "transcriptions" : { "pinyin" : "zhào bàn", + "numeric" : "zhao4 ban4", + "wadegiles" : "chao⁴ pan⁴", + "bopomofo" : "ㄓㄠˋ ㄅㄢˋ", + "romatzyh" : "jaw bann" }, + "meanings" : [ "to follow the rules", + "to do as instructed", + "to play by the book", + "to comply with a request" ], + "classifiers" : [] } ] }, + { "simplified" : "照常", + "radical" : "灬", + "level" : [ "new-7+", "old-5" ], + "frequency" : 15387, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "照常", + "transcriptions" : { "pinyin" : "zhào cháng", + "numeric" : "zhao4 chang2", + "wadegiles" : "chao⁴ ch'ang²", + "bopomofo" : "ㄓㄠˋ ㄔㄤˊ", + "romatzyh" : "jaw charng" }, + "meanings" : [ "as usual" ], + "classifiers" : [] } ] }, + { "simplified" : "照顾", + "radical" : "灬", + "level" : [ "new-2", "old-3" ], + "frequency" : 1631, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "照顧", + "transcriptions" : { "pinyin" : "zhào gu", + "numeric" : "zhao4 gu5", + "wadegiles" : "chao⁴ gu", + "bopomofo" : "ㄓㄠˋ gu", + "romatzyh" : "jaw gu" }, + "meanings" : [ "to take care of", + "to show consideration", + "to attend to", + "to look after" ], + "classifiers" : [] } ] }, + { "simplified" : "照例", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 25802, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "照例", + "transcriptions" : { "pinyin" : "zhào lì", + "numeric" : "zhao4 li4", + "wadegiles" : "chao⁴ li⁴", + "bopomofo" : "ㄓㄠˋ ㄌㄧˋ", + "romatzyh" : "jaw lih" }, + "meanings" : [ "as a rule", "as usual", "usually" ], + "classifiers" : [] } ] }, + { "simplified" : "照料", + "radical" : "灬", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11806, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "照料", + "transcriptions" : { "pinyin" : "zhào liào", + "numeric" : "zhao4 liao4", + "wadegiles" : "chao⁴ liao⁴", + "bopomofo" : "ㄓㄠˋ ㄌㄧㄠˋ", + "romatzyh" : "jaw liaw" }, + "meanings" : [ "to tend", "to take care of sb" ], + "classifiers" : [] } ] }, + { "simplified" : "照明", + "radical" : "灬", + "level" : [ "new-7+" ], + "frequency" : 11661, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "照明", + "transcriptions" : { "pinyin" : "zhào míng", + "numeric" : "zhao4 ming2", + "wadegiles" : "chao⁴ ming²", + "bopomofo" : "ㄓㄠˋ ㄇㄧㄥˊ", + "romatzyh" : "jaw ming" }, + "meanings" : [ "lighting", + "illumination", + "to light up", + "to illuminate" ], + "classifiers" : [] } ] }, + { "simplified" : "照片", + "radical" : "灬", + "level" : [ "new-2", "old-3" ], + "frequency" : 766, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "照片", + "transcriptions" : { "pinyin" : "zhào piàn", + "numeric" : "zhao4 pian4", + "wadegiles" : "chao⁴ p'ien⁴", + "bopomofo" : "ㄓㄠˋ ㄆㄧㄢˋ", + "romatzyh" : "jaw piann" }, + "meanings" : [ "photograph", "picture" ], + "classifiers" : [ "张", "套", "幅" ] } ] }, + { "simplified" : "照相", + "radical" : "灬", + "level" : [ "new-2" ], + "frequency" : 9002, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "照相", + "transcriptions" : { "pinyin" : "zhào xiàng", + "numeric" : "zhao4 xiang4", + "wadegiles" : "chao⁴ hsiang⁴", + "bopomofo" : "ㄓㄠˋ ㄒㄧㄤˋ", + "romatzyh" : "jaw shianq" }, + "meanings" : [ "to take a photograph" ], + "classifiers" : [] } ] }, + { "simplified" : "照相机", + "radical" : "灬", + "level" : [ "old-3" ], + "frequency" : 10452, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "照相機", + "transcriptions" : { "pinyin" : "zhào xiàng jī", + "numeric" : "zhao4 xiang4 ji1", + "wadegiles" : "chao⁴ hsiang⁴ chi¹", + "bopomofo" : "ㄓㄠˋ ㄒㄧㄤˋ ㄐㄧ", + "romatzyh" : "jaw shianq ji" }, + "meanings" : [ "camera" ], + "classifiers" : [ "个", "架", "部", "台", "只" ] } ] }, + { "simplified" : "照样", + "radical" : "灬", + "level" : [ "new-6", "old-6" ], + "frequency" : 9598, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "照樣", + "transcriptions" : { "pinyin" : "zhào yàng", + "numeric" : "zhao4 yang4", + "wadegiles" : "chao⁴ yang⁴", + "bopomofo" : "ㄓㄠˋ ㄧㄤˋ", + "romatzyh" : "jaw yanq" }, + "meanings" : [ "as before", + "(same) as usual", + "in the same manner", + "still", + "nevertheless" ], + "classifiers" : [] } ] }, + { "simplified" : "照耀", + "radical" : "灬", + "level" : [ "new-6", "old-6" ], + "frequency" : 13897, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "照耀", + "transcriptions" : { "pinyin" : "zhào yào", + "numeric" : "zhao4 yao4", + "wadegiles" : "chao⁴ yao⁴", + "bopomofo" : "ㄓㄠˋ ㄧㄠˋ", + "romatzyh" : "jaw yaw" }, + "meanings" : [ "to shine", "to illuminate" ], + "classifiers" : [] } ] }, + { "simplified" : "照应", + "radical" : "灬", + "level" : [ "old-6" ], + "frequency" : 23973, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "照應", + "transcriptions" : { "pinyin" : "zhào yìng", + "numeric" : "zhao4 ying4", + "wadegiles" : "chao⁴ ying⁴", + "bopomofo" : "ㄓㄠˋ ㄧㄥˋ", + "romatzyh" : "jaw yinq" }, + "meanings" : [ "to correlate with", + "to correspond to" ], + "classifiers" : [] }, + { "traditional" : "照應", + "transcriptions" : { "pinyin" : "zhào ying", + "numeric" : "zhao4 ying5", + "wadegiles" : "chao⁴ ying", + "bopomofo" : "ㄓㄠˋ ying", + "romatzyh" : "jaw ying" }, + "meanings" : [ "to look after", + "to take care of", + "to attend to" ], + "classifiers" : [] } ] }, + { "simplified" : "罩", + "radical" : "罒", + "level" : [ "new-7+" ], + "frequency" : 6107, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "罩", + "transcriptions" : { "pinyin" : "zhào", + "numeric" : "zhao4", + "wadegiles" : "chao⁴", + "bopomofo" : "ㄓㄠˋ", + "romatzyh" : "jaw" }, + "meanings" : [ "cover", + "fish trap (basket)", + "shade" ], + "classifiers" : [] } ] }, + { "simplified" : "肇事", + "radical" : "聿", + "level" : [ "new-7+" ], + "frequency" : 9468, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "肇事", + "transcriptions" : { "pinyin" : "zhào shì", + "numeric" : "zhao4 shi4", + "wadegiles" : "chao⁴ shih⁴", + "bopomofo" : "ㄓㄠˋ ㄕˋ", + "romatzyh" : "jaw shyh" }, + "meanings" : [ "to cause an accident", + "to be responsible for an incident", + "to provoke a disturbance" ], + "classifiers" : [] } ] }, + { "simplified" : "遮", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 8541, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遮", + "transcriptions" : { "pinyin" : "zhē", + "numeric" : "zhe1", + "wadegiles" : "che¹", + "bopomofo" : "ㄓㄜ", + "romatzyh" : "je" }, + "meanings" : [ "to cover up (a shortcoming)", + "to screen off", + "to hide", + "to conceal" ], + "classifiers" : [] } ] }, + { "simplified" : "遮挡", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 23348, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遮擋", + "transcriptions" : { "pinyin" : "zhē dǎng", + "numeric" : "zhe1 dang3", + "wadegiles" : "che¹ tang³", + "bopomofo" : "ㄓㄜ ㄉㄤˇ", + "romatzyh" : "je daang" }, + "meanings" : [ "to shelter", "to shelter from" ], + "classifiers" : [] } ] }, + { "simplified" : "遮盖", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 21080, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "遮蓋", + "transcriptions" : { "pinyin" : "zhē gài", + "numeric" : "zhe1 gai4", + "wadegiles" : "che¹ kai⁴", + "bopomofo" : "ㄓㄜ ㄍㄞˋ", + "romatzyh" : "je gay" }, + "meanings" : [ "to hide", + "to cover (one's tracks)" ], + "classifiers" : [] } ] }, + { "simplified" : "折", + "radical" : "扌", + "level" : [ "new-4", "old-6" ], + "frequency" : 3422, + "pos" : [ "v", "q" ], + "forms" : [ { "traditional" : "折", + "transcriptions" : { "pinyin" : "shé", + "numeric" : "she2", + "wadegiles" : "she²", + "bopomofo" : "ㄕㄜˊ", + "romatzyh" : "sher" }, + "meanings" : [ "to snap", + "to break (a stick, a bone etc)", + "(bound form) to sustain a loss (in business)" ], + "classifiers" : [] }, + { "traditional" : "折", + "transcriptions" : { "pinyin" : "zhē", + "numeric" : "zhe1", + "wadegiles" : "che¹", + "bopomofo" : "ㄓㄜ", + "romatzyh" : "je" }, + "meanings" : [ "to turn sth over", + "to turn upside down", + "to tip sth out (of a container)" ], + "classifiers" : [] }, + { "traditional" : "折", + "transcriptions" : { "pinyin" : "zhé", + "numeric" : "zhe2", + "wadegiles" : "che²", + "bopomofo" : "ㄓㄜˊ", + "romatzyh" : "jer" }, + "meanings" : [ "to break", + "to fracture", + "to snap", + "to suffer loss", + "to bend", + "to twist", + "to turn", + "to change direction", + "convinced", + "to convert into (currency)", + "discount", + "rebate", + "tenth (in price)", + "classifier for theatrical scenes", + "to fold", + "accounts book" ], + "classifiers" : [] }, + { "traditional" : "摺", + "transcriptions" : { "pinyin" : "zhé", + "numeric" : "zhe2", + "wadegiles" : "che²", + "bopomofo" : "ㄓㄜˊ", + "romatzyh" : "jer" }, + "meanings" : [ "variant of 折", "to fold" ], + "classifiers" : [] } ] }, + { "simplified" : "折叠", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 13701, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "折疊", + "transcriptions" : { "pinyin" : "zhé dié", + "numeric" : "zhe2 die2", + "wadegiles" : "che² tieh²", + "bopomofo" : "ㄓㄜˊ ㄉㄧㄝˊ", + "romatzyh" : "jer dye" }, + "meanings" : [ "to fold", + "collapsible; folding (bicycle, antenna, bed etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "折合", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 31485, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "折合", + "transcriptions" : { "pinyin" : "zhé hé", + "numeric" : "zhe2 he2", + "wadegiles" : "che² ho²", + "bopomofo" : "ㄓㄜˊ ㄏㄜˊ", + "romatzyh" : "jer her" }, + "meanings" : [ "to convert into", + "to amount to", + "to be equivalent to" ], + "classifiers" : [] } ] }, + { "simplified" : "折扣", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 9396, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "折扣", + "transcriptions" : { "pinyin" : "zhé kòu", + "numeric" : "zhe2 kou4", + "wadegiles" : "che² k'ou⁴", + "bopomofo" : "ㄓㄜˊ ㄎㄡˋ", + "romatzyh" : "jer kow" }, + "meanings" : [ "discount" ], + "classifiers" : [] } ] }, + { "simplified" : "折磨", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3782, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "折磨", + "transcriptions" : { "pinyin" : "zhé mó", + "numeric" : "zhe2 mo2", + "wadegiles" : "che² mo²", + "bopomofo" : "ㄓㄜˊ ㄇㄛˊ", + "romatzyh" : "jer mo" }, + "meanings" : [ "to torment", "to torture" ], + "classifiers" : [] } ] }, + { "simplified" : "折射", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 20161, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "折射", + "transcriptions" : { "pinyin" : "zhé shè", + "numeric" : "zhe2 she4", + "wadegiles" : "che² she⁴", + "bopomofo" : "ㄓㄜˊ ㄕㄜˋ", + "romatzyh" : "jer sheh" }, + "meanings" : [ "to refract", + "refraction", + "to reflect (in the figurative sense: to show the nature of)" ], + "classifiers" : [] } ] }, + { "simplified" : "折腾", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6707, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "折騰", + "transcriptions" : { "pinyin" : "zhē teng", + "numeric" : "zhe1 teng5", + "wadegiles" : "che¹ teng", + "bopomofo" : "ㄓㄜ teng", + "romatzyh" : "je teng" }, + "meanings" : [ "to toss from side to side (e.g. sleeplessly)", + "to repeat sth over and over again", + "to torment sb", + "to play crazy", + "to squander (time, money)" ], + "classifiers" : [] } ] }, + { "simplified" : "哲学", + "radical" : "口", + "level" : [ "new-6", "old-5" ], + "frequency" : 5028, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "哲學", + "transcriptions" : { "pinyin" : "zhé xué", + "numeric" : "zhe2 xue2", + "wadegiles" : "che² hsüeh²", + "bopomofo" : "ㄓㄜˊ ㄒㄩㄝˊ", + "romatzyh" : "jer shyue" }, + "meanings" : [ "philosophy" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "者", + "radical" : "耂", + "level" : [ "new-3" ], + "frequency" : 499, + "pos" : [ "k", "r", "y", "n", "g", "u" ], + "forms" : [ { "traditional" : "者", + "transcriptions" : { "pinyin" : "zhě", + "numeric" : "zhe3", + "wadegiles" : "che³", + "bopomofo" : "ㄓㄜˇ", + "romatzyh" : "jee" }, + "meanings" : [ "(after a verb or adjective) one who (is) ...", + "(after a noun) person involved in ...", + "-er", + "-ist", + "(used after a number or 后 or 前 to refer to sth mentioned previously)", + "(used after a term, to mark a pause before defining the term)", + "(old) (used at the end of a command)", + "(old) this" ], + "classifiers" : [] } ] }, + { "simplified" : "者", + "radical" : "耂", + "level" : [ "new-3" ], + "frequency" : 499, + "pos" : [ "k", "r", "y", "n", "g", "u" ], + "forms" : [ { "traditional" : "者", + "transcriptions" : { "pinyin" : "zhě", + "numeric" : "zhe3", + "wadegiles" : "che³", + "bopomofo" : "ㄓㄜˇ", + "romatzyh" : "jee" }, + "meanings" : [ "(after a verb or adjective) one who (is) ...", + "(after a noun) person involved in ...", + "-er", + "-ist", + "(used after a number or 后 or 前 to refer to sth mentioned previously)", + "(used after a term, to mark a pause before defining the term)", + "(old) (used at the end of a command)", + "(old) this" ], + "classifiers" : [] } ] }, + { "simplified" : "这", + "radical" : "辶", + "level" : [ "new-1", "old-1" ], + "frequency" : 11, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這", + "transcriptions" : { "pinyin" : "zhè", + "numeric" : "zhe4", + "wadegiles" : "che⁴", + "bopomofo" : "ㄓㄜˋ", + "romatzyh" : "jeh" }, + "meanings" : [ "(pronoun) this; these", + "(bound form) this; the (followed by a noun)", + "(bound form) this; these (followed by a classifier) (in this sense, commonly pr. [zhèi], esp. in Beijing)" ], + "classifiers" : [] } ] }, + { "simplified" : "这边", + "radical" : "辶", + "level" : [ "new-1" ], + "frequency" : 2774, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這邊", + "transcriptions" : { "pinyin" : "zhè biān", + "numeric" : "zhe4 bian1", + "wadegiles" : "che⁴ pien¹", + "bopomofo" : "ㄓㄜˋ ㄅㄧㄢ", + "romatzyh" : "jeh bian" }, + "meanings" : [ "this side", "here" ], + "classifiers" : [] } ] }, + { "simplified" : "这儿", + "radical" : "辶", + "level" : [ "new-1" ], + "frequency" : 2522, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這兒", + "transcriptions" : { "pinyin" : "zhè r", + "numeric" : "zhe4 r5", + "wadegiles" : "che⁴ r", + "bopomofo" : "ㄓㄜˋ r", + "romatzyh" : "jeh r" }, + "meanings" : [ "here" ], + "classifiers" : [] } ] }, + { "simplified" : "这会儿", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13922, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這會兒", + "transcriptions" : { "pinyin" : "zhè huì r", + "numeric" : "zhe4 hui4 r5", + "wadegiles" : "che⁴ hui⁴ r", + "bopomofo" : "ㄓㄜˋ ㄏㄨㄟˋ r", + "romatzyh" : "jeh huey r" }, + "meanings" : [ "(coll.) now", + "this moment", + "also pr. [zhè huǐ r]" ], + "classifiers" : [] } ] }, + { "simplified" : "这就是说", + "radical" : "辶", + "level" : [ "new-6" ], + "frequency" : 18506, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "這就是說", + "transcriptions" : { "pinyin" : "zhè jiù shì shuō", + "numeric" : "zhe4 jiu4 shi4 shuo1", + "wadegiles" : "che⁴ chiu⁴ shih⁴ shuo¹", + "bopomofo" : "ㄓㄜˋ ㄐㄧㄡˋ ㄕˋ ㄕㄨㄛ", + "romatzyh" : "jeh jiow shyh shuo" }, + "meanings" : [ "in other words", "that is to say" ], + "classifiers" : [] } ] }, + { "simplified" : "这里", + "radical" : "辶", + "level" : [ "new-1" ], + "frequency" : 209, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這裏", + "transcriptions" : { "pinyin" : "zhè lǐ", + "numeric" : "zhe4 li3", + "wadegiles" : "che⁴ li³", + "bopomofo" : "ㄓㄜˋ ㄌㄧˇ", + "romatzyh" : "jeh lii" }, + "meanings" : [ "variant of 这里" ], + "classifiers" : [] }, + { "traditional" : "這裡", + "transcriptions" : { "pinyin" : "zhè lǐ", + "numeric" : "zhe4 li3", + "wadegiles" : "che⁴ li³", + "bopomofo" : "ㄓㄜˋ ㄌㄧˇ", + "romatzyh" : "jeh lii" }, + "meanings" : [ "here" ], + "classifiers" : [] } ] }, + { "simplified" : "这么", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 166, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這麼", + "transcriptions" : { "pinyin" : "zhè me", + "numeric" : "zhe4 me5", + "wadegiles" : "che⁴ me", + "bopomofo" : "ㄓㄜˋ me", + "romatzyh" : "jeh me" }, + "meanings" : [ "so much", + "this much", + "how much?", + "this way", + "like this" ], + "classifiers" : [] } ] }, + { "simplified" : "这时", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 3532, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這時", + "transcriptions" : { "pinyin" : "zhè shí", + "numeric" : "zhe4 shi2", + "wadegiles" : "che⁴ shih²", + "bopomofo" : "ㄓㄜˋ ㄕˊ", + "romatzyh" : "jeh shyr" }, + "meanings" : [ "at this time", "at this moment" ], + "classifiers" : [] } ] }, + { "simplified" : "这时候", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 5552, + "pos" : [ "r", "t" ], + "forms" : [ { "traditional" : "這時候", + "transcriptions" : { "pinyin" : "zhè shíhòu", + "numeric" : "zhe4 shíhòu", + "wadegiles" : "che⁴ shíhòu", + "bopomofo" : "ㄓㄜˋ shíhòu", + "romatzyh" : "jeh shíhòu" }, + "meanings" : [ "At this moment" ], + "classifiers" : [] } ] }, + { "simplified" : "这些", + "radical" : "辶", + "level" : [ "new-1" ], + "frequency" : 132, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這些", + "transcriptions" : { "pinyin" : "zhè xiē", + "numeric" : "zhe4 xie1", + "wadegiles" : "che⁴ hsieh¹", + "bopomofo" : "ㄓㄜˋ ㄒㄧㄝ", + "romatzyh" : "jeh shie" }, + "meanings" : [ "these" ], + "classifiers" : [] } ] }, + { "simplified" : "这样", + "radical" : "辶", + "level" : [ "new-2" ], + "frequency" : 85, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "這樣", + "transcriptions" : { "pinyin" : "zhè yàng", + "numeric" : "zhe4 yang4", + "wadegiles" : "che⁴ yang⁴", + "bopomofo" : "ㄓㄜˋ ㄧㄤˋ", + "romatzyh" : "jeh yanq" }, + "meanings" : [ "this kind of", + "so", + "this way", + "like this", + "such" ], + "classifiers" : [] } ] }, + { "simplified" : "这样一来", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 29867, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "這樣一來", + "transcriptions" : { "pinyin" : "zhè yàng yī lái", + "numeric" : "zhe4 yang4 yi1 lai2", + "wadegiles" : "che⁴ yang⁴ i¹ lai²", + "bopomofo" : "ㄓㄜˋ ㄧㄤˋ ㄧ ㄌㄞˊ", + "romatzyh" : "jeh yanq i lai" }, + "meanings" : [ "thus", "if this happens then" ], + "classifiers" : [] } ] }, + { "simplified" : "着", + "radical" : "目", + "level" : [ "new-1", "old-2" ], + "frequency" : 38, + "pos" : [ "u", "v", "n", "q" ], + "forms" : [ { "traditional" : "著", + "transcriptions" : { "pinyin" : "zhāo", + "numeric" : "zhao1", + "wadegiles" : "chao¹", + "bopomofo" : "ㄓㄠ", + "romatzyh" : "jau" }, + "meanings" : [ "(chess) move", + "trick", + "all right!", + "(dialect) to add" ], + "classifiers" : [] }, + { "traditional" : "著", + "transcriptions" : { "pinyin" : "zháo", + "numeric" : "zhao2", + "wadegiles" : "chao²", + "bopomofo" : "ㄓㄠˊ", + "romatzyh" : "jaur" }, + "meanings" : [ "to touch", + "to come in contact with", + "to feel", + "to be affected by", + "to catch fire", + "to burn", + "(coll.) to fall asleep", + "(after a verb) hitting the mark", + "succeeding in" ], + "classifiers" : [] }, + { "traditional" : "著", + "transcriptions" : { "pinyin" : "zhe", + "numeric" : "zhe5", + "wadegiles" : "zhe", + "bopomofo" : "zhe", + "romatzyh" : "zhe" }, + "meanings" : [ "aspect particle indicating action in progress or ongoing state" ], + "classifiers" : [] }, + { "traditional" : "著", + "transcriptions" : { "pinyin" : "zhuó", + "numeric" : "zhuo2", + "wadegiles" : "cho²", + "bopomofo" : "ㄓㄨㄛˊ", + "romatzyh" : "jwo" }, + "meanings" : [ "to wear (clothes)", + "to contact", + "to use", + "to apply" ], + "classifiers" : [] } ] }, + { "simplified" : "着火", + "radical" : "目", + "level" : [ "new-4" ], + "frequency" : 8629, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "著火", + "transcriptions" : { "pinyin" : "zháo huǒ", + "numeric" : "zhao2 huo3", + "wadegiles" : "chao² huo³", + "bopomofo" : "ㄓㄠˊ ㄏㄨㄛˇ", + "romatzyh" : "jaur huoo" }, + "meanings" : [ "to catch fire" ], + "classifiers" : [] } ] }, + { "simplified" : "着急", + "radical" : "目", + "level" : [ "new-4", "old-3" ], + "frequency" : 4461, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "著急", + "transcriptions" : { "pinyin" : "zháo jí", + "numeric" : "zhao2 ji2", + "wadegiles" : "chao² chi²", + "bopomofo" : "ㄓㄠˊ ㄐㄧˊ", + "romatzyh" : "jaur jyi" }, + "meanings" : [ "to worry; to feel anxious", + "to feel a sense of urgency; to be in a hurry", + "Taiwan pr. [zhāo jí]" ], + "classifiers" : [] } ] }, + { "simplified" : "着力", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 25274, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "著力", + "transcriptions" : { "pinyin" : "zhuó lì", + "numeric" : "zhuo2 li4", + "wadegiles" : "cho² li⁴", + "bopomofo" : "ㄓㄨㄛˊ ㄌㄧˋ", + "romatzyh" : "jwo lih" }, + "meanings" : [ "to put effort into sth", + "to try really hard" ], + "classifiers" : [] } ] }, + { "simplified" : "着凉", + "radical" : "目", + "level" : [ "old-5" ], + "frequency" : 22241, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "著涼", + "transcriptions" : { "pinyin" : "zháo liáng", + "numeric" : "zhao2 liang2", + "wadegiles" : "chao² liang²", + "bopomofo" : "ㄓㄠˊ ㄌㄧㄤˊ", + "romatzyh" : "jaur liang" }, + "meanings" : [ "to catch cold", + "Taiwan pr. [zhāo liáng]" ], + "classifiers" : [] } ] }, + { "simplified" : "着落", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 21158, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "著落", + "transcriptions" : { "pinyin" : "zhuó luò", + "numeric" : "zhuo2 luo4", + "wadegiles" : "cho² lo⁴", + "bopomofo" : "ㄓㄨㄛˊ ㄌㄨㄛˋ", + "romatzyh" : "jwo luoh" }, + "meanings" : [ "whereabouts", + "place to settle", + "reliable source (of funds etc)", + "(of responsibility for a matter) to rest with sb", + "settlement", + "solution" ], + "classifiers" : [] } ] }, + { "simplified" : "着迷", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12593, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "著迷", + "transcriptions" : { "pinyin" : "zháo mí", + "numeric" : "zhao2 mi2", + "wadegiles" : "chao² mi²", + "bopomofo" : "ㄓㄠˊ ㄇㄧˊ", + "romatzyh" : "jaur mi" }, + "meanings" : [ "to be fascinated", + "to be captivated" ], + "classifiers" : [] } ] }, + { "simplified" : "着实", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 13006, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "著實", + "transcriptions" : { "pinyin" : "zhuó shí", + "numeric" : "zhuo2 shi2", + "wadegiles" : "cho² shih²", + "bopomofo" : "ㄓㄨㄛˊ ㄕˊ", + "romatzyh" : "jwo shyr" }, + "meanings" : [ "truly", + "indeed", + "severely", + "harshly" ], + "classifiers" : [] } ] }, + { "simplified" : "着手", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5230, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "著手", + "transcriptions" : { "pinyin" : "zhuó shǒu", + "numeric" : "zhuo2 shou3", + "wadegiles" : "cho² shou³", + "bopomofo" : "ㄓㄨㄛˊ ㄕㄡˇ", + "romatzyh" : "jwo shoou" }, + "meanings" : [ "to put one's hand to it", + "to start out on a task", + "to set out" ], + "classifiers" : [] } ] }, + { "simplified" : "着想", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8001, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "著想", + "transcriptions" : { "pinyin" : "zhuó xiǎng", + "numeric" : "zhuo2 xiang3", + "wadegiles" : "cho² hsiang³", + "bopomofo" : "ㄓㄨㄛˊ ㄒㄧㄤˇ", + "romatzyh" : "jwo sheang" }, + "meanings" : [ "to give thought (to others)", + "to consider (other people's needs)", + "also pr. [zháo xiǎng]" ], + "classifiers" : [] } ] }, + { "simplified" : "着眼", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 11269, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "著眼", + "transcriptions" : { "pinyin" : "zhuó yǎn", + "numeric" : "zhuo2 yan3", + "wadegiles" : "cho² yan³", + "bopomofo" : "ㄓㄨㄛˊ ㄧㄢˇ", + "romatzyh" : "jwo yean" }, + "meanings" : [ "to have one's eyes on (a goal)", + "having sth in mind", + "to concentrate" ], + "classifiers" : [] } ] }, + { "simplified" : "着眼于", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "著眼於", + "transcriptions" : { "pinyin" : "zhuóyǎn yú", + "numeric" : "zhuóyǎn yu2", + "wadegiles" : "zhuóyǎn yü²", + "bopomofo" : "zhuóyǎn ㄩˊ", + "romatzyh" : "zhuóyǎn yu" }, + "meanings" : [ "Focus on" ], + "classifiers" : [] } ] }, + { "simplified" : "着重", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15109, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "著重", + "transcriptions" : { "pinyin" : "zhuó zhòng", + "numeric" : "zhuo2 zhong4", + "wadegiles" : "cho² chung⁴", + "bopomofo" : "ㄓㄨㄛˊ ㄓㄨㄥˋ", + "romatzyh" : "jwo jonq" }, + "meanings" : [ "to put emphasis on; to stress" ], + "classifiers" : [] } ] }, + { "simplified" : "著名", + "radical" : "艹", + "level" : [ "new-4", "old-4" ], + "frequency" : 1436, + "pos" : [], + "forms" : [ { "traditional" : "著名", + "transcriptions" : { "pinyin" : "zhù míng", + "numeric" : "zhu4 ming2", + "wadegiles" : "chu⁴ ming²", + "bopomofo" : "ㄓㄨˋ ㄇㄧㄥˊ", + "romatzyh" : "juh ming" }, + "meanings" : [ "famous", + "noted", + "well-known", + "celebrated" ], + "classifiers" : [] } ] }, + { "simplified" : "著作", + "radical" : "艹", + "level" : [ "new-4", "old-6" ], + "frequency" : 5487, + "pos" : [], + "forms" : [ { "traditional" : "著作", + "transcriptions" : { "pinyin" : "zhù zuò", + "numeric" : "zhu4 zuo4", + "wadegiles" : "chu⁴ tso⁴", + "bopomofo" : "ㄓㄨˋ ㄗㄨㄛˋ", + "romatzyh" : "juh tzuoh" }, + "meanings" : [ "to write", + "literary work", + "book", + "article", + "writings" ], + "classifiers" : [ "部" ] } ] }, + { "simplified" : "针", + "radical" : "钅", + "level" : [ "new-4" ], + "frequency" : 2990, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "針", + "transcriptions" : { "pinyin" : "zhēn", + "numeric" : "zhen1", + "wadegiles" : "chen¹", + "bopomofo" : "ㄓㄣ", + "romatzyh" : "jen" }, + "meanings" : [ "needle", + "pin", + "injection", + "stitch" ], + "classifiers" : [ "根", "支" ] }, + { "traditional" : "鍼", + "transcriptions" : { "pinyin" : "zhēn", + "numeric" : "zhen1", + "wadegiles" : "chen¹", + "bopomofo" : "ㄓㄣ", + "romatzyh" : "jen" }, + "meanings" : [ "variant of 针, needle" ], + "classifiers" : [] } ] }, + { "simplified" : "针对", + "radical" : "钅", + "level" : [ "new-4", "old-5" ], + "frequency" : 1899, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "針對", + "transcriptions" : { "pinyin" : "zhēn duì", + "numeric" : "zhen1 dui4", + "wadegiles" : "chen¹ tui⁴", + "bopomofo" : "ㄓㄣ ㄉㄨㄟˋ", + "romatzyh" : "jen duey" }, + "meanings" : [ "to target", + "to focus on", + "to be aimed at or against", + "in response to" ], + "classifiers" : [] } ] }, + { "simplified" : "针锋相对", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 20666, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "針鋒相對", + "transcriptions" : { "pinyin" : "zhēn fēng xiāng duì", + "numeric" : "zhen1 feng1 xiang1 dui4", + "wadegiles" : "chen¹ feng¹ hsiang¹ tui⁴", + "bopomofo" : "ㄓㄣ ㄈㄥ ㄒㄧㄤ ㄉㄨㄟˋ", + "romatzyh" : "jen feng shiang duey" }, + "meanings" : [ "to oppose each other with equal harshness (idiom); tit for tat", + "measure for measure" ], + "classifiers" : [] } ] }, + { "simplified" : "针灸", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 13266, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "針灸", + "transcriptions" : { "pinyin" : "zhēn jiǔ", + "numeric" : "zhen1 jiu3", + "wadegiles" : "chen¹ chiu³", + "bopomofo" : "ㄓㄣ ㄐㄧㄡˇ", + "romatzyh" : "jen jeou" }, + "meanings" : [ "acupuncture and moxibustion", + "to give or have acupuncture and moxibustion" ], + "classifiers" : [] } ] }, + { "simplified" : "侦察", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9150, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "偵察", + "transcriptions" : { "pinyin" : "zhēn chá", + "numeric" : "zhen1 cha2", + "wadegiles" : "chen¹ ch'a²", + "bopomofo" : "ㄓㄣ ㄔㄚˊ", + "romatzyh" : "jen char" }, + "meanings" : [ "to investigate a crime", + "to scout", + "to reconnoiter", + "reconnaissance", + "detection", + "a scout" ], + "classifiers" : [] } ] }, + { "simplified" : "侦探", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 8860, + "pos" : [ "n", "vn" ], + "forms" : [ { "traditional" : "偵探", + "transcriptions" : { "pinyin" : "zhēn tàn", + "numeric" : "zhen1 tan4", + "wadegiles" : "chen¹ t'an⁴", + "bopomofo" : "ㄓㄣ ㄊㄢˋ", + "romatzyh" : "jen tann" }, + "meanings" : [ "detective", + "to do detective work" ], + "classifiers" : [] } ] }, + { "simplified" : "珍藏", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 12362, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "珍藏", + "transcriptions" : { "pinyin" : "zhēn cáng", + "numeric" : "zhen1 cang2", + "wadegiles" : "chen¹ ts'ang²", + "bopomofo" : "ㄓㄣ ㄘㄤˊ", + "romatzyh" : "jen tsarng" }, + "meanings" : [ "a collection of rare and valuable items", + "to collect (such items)" ], + "classifiers" : [] } ] }, + { "simplified" : "珍贵", + "radical" : "王", + "level" : [ "new-5", "old-6" ], + "frequency" : 5205, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "珍貴", + "transcriptions" : { "pinyin" : "zhēn guì", + "numeric" : "zhen1 gui4", + "wadegiles" : "chen¹ kuei⁴", + "bopomofo" : "ㄓㄣ ㄍㄨㄟˋ", + "romatzyh" : "jen guey" }, + "meanings" : [ "precious" ], + "classifiers" : [] } ] }, + { "simplified" : "珍视", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 22928, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "珍視", + "transcriptions" : { "pinyin" : "zhēn shì", + "numeric" : "zhen1 shi4", + "wadegiles" : "chen¹ shih⁴", + "bopomofo" : "ㄓㄣ ㄕˋ", + "romatzyh" : "jen shyh" }, + "meanings" : [ "to place great importance on", + "to treasure" ], + "classifiers" : [] } ] }, + { "simplified" : "珍惜", + "radical" : "王", + "level" : [ "new-5", "old-5" ], + "frequency" : 3787, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "珍惜", + "transcriptions" : { "pinyin" : "zhēn xī", + "numeric" : "zhen1 xi1", + "wadegiles" : "chen¹ hsi¹", + "bopomofo" : "ㄓㄣ ㄒㄧ", + "romatzyh" : "jen shi" }, + "meanings" : [ "to treasure", + "to value", + "to cherish" ], + "classifiers" : [] } ] }, + { "simplified" : "珍稀", + "radical" : "王", + "level" : [ "old-6" ], + "frequency" : 25346, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "珍稀", + "transcriptions" : { "pinyin" : "zhēn xī", + "numeric" : "zhen1 xi1", + "wadegiles" : "chen¹ hsi¹", + "bopomofo" : "ㄓㄣ ㄒㄧ", + "romatzyh" : "jen shi" }, + "meanings" : [ "rare", "precious and uncommon" ], + "classifiers" : [] } ] }, + { "simplified" : "珍重", + "radical" : "王", + "level" : [ "new-7+" ], + "frequency" : 35184, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "珍重", + "transcriptions" : { "pinyin" : "zhēn zhòng", + "numeric" : "zhen1 zhong4", + "wadegiles" : "chen¹ chung⁴", + "bopomofo" : "ㄓㄣ ㄓㄨㄥˋ", + "romatzyh" : "jen jonq" }, + "meanings" : [ "precious", + "extremely valuable", + "(honorific) Please take good care of yourself!" ], + "classifiers" : [] } ] }, + { "simplified" : "珍珠", + "radical" : "王", + "level" : [ "new-5", "old-6" ], + "frequency" : 7342, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "珍珠", + "transcriptions" : { "pinyin" : "zhēn zhū", + "numeric" : "zhen1 zhu1", + "wadegiles" : "chen¹ chu¹", + "bopomofo" : "ㄓㄣ ㄓㄨ", + "romatzyh" : "jen ju" }, + "meanings" : [ "pearl" ], + "classifiers" : [ "颗" ] } ] }, + { "simplified" : "真", + "radical" : "目", + "level" : [ "new-1", "old-2" ], + "frequency" : 76, + "pos" : [ "d", "a", "g" ], + "forms" : [ { "traditional" : "真", + "transcriptions" : { "pinyin" : "zhēn", + "numeric" : "zhen1", + "wadegiles" : "chen¹", + "bopomofo" : "ㄓㄣ", + "romatzyh" : "jen" }, + "meanings" : [ "really", + "truly", + "indeed", + "real", + "true", + "genuine" ], + "classifiers" : [] } ] }, + { "simplified" : "真诚", + "radical" : "目", + "level" : [ "new-5" ], + "frequency" : 4527, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "真誠", + "transcriptions" : { "pinyin" : "zhēn chéng", + "numeric" : "zhen1 cheng2", + "wadegiles" : "chen¹ ch'eng²", + "bopomofo" : "ㄓㄣ ㄔㄥˊ", + "romatzyh" : "jen cherng" }, + "meanings" : [ "sincere; genuine; true" ], + "classifiers" : [] } ] }, + { "simplified" : "真的", + "radical" : "目", + "level" : [ "new-1" ], + "frequency" : 622, + "pos" : [ "d", "a" ], + "forms" : [ { "traditional" : "真的", + "transcriptions" : { "pinyin" : "zhēn de", + "numeric" : "zhen1 de", + "wadegiles" : "chen¹ de", + "bopomofo" : "ㄓㄣ de", + "romatzyh" : "jen de" }, + "meanings" : [ "really, truly, indeed" ], + "classifiers" : [] } ] }, + { "simplified" : "真假", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 18340, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "真假", + "transcriptions" : { "pinyin" : "zhēn jiǎ", + "numeric" : "zhen1 jia3", + "wadegiles" : "chen¹ chia³", + "bopomofo" : "ㄓㄣ ㄐㄧㄚˇ", + "romatzyh" : "jen jea" }, + "meanings" : [ "genuine or fake", "true or false" ], + "classifiers" : [] } ] }, + { "simplified" : "真空", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 12073, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "真空", + "transcriptions" : { "pinyin" : "zhēn kōng", + "numeric" : "zhen1 kong1", + "wadegiles" : "chen¹ k'ung¹", + "bopomofo" : "ㄓㄣ ㄎㄨㄥ", + "romatzyh" : "jen kong" }, + "meanings" : [ "vacuum" ], + "classifiers" : [] } ] }, + { "simplified" : "真理", + "radical" : "目", + "level" : [ "new-5", "old-5" ], + "frequency" : 5445, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "真理", + "transcriptions" : { "pinyin" : "zhēn lǐ", + "numeric" : "zhen1 li3", + "wadegiles" : "chen¹ li³", + "bopomofo" : "ㄓㄣ ㄌㄧˇ", + "romatzyh" : "jen lii" }, + "meanings" : [ "truth" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "真情", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 10828, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "真情", + "transcriptions" : { "pinyin" : "zhēn qíng", + "numeric" : "zhen1 qing2", + "wadegiles" : "chen¹ ch'ing²", + "bopomofo" : "ㄓㄣ ㄑㄧㄥˊ", + "romatzyh" : "jen chyng" }, + "meanings" : [ "real situation", "the truth" ], + "classifiers" : [] } ] }, + { "simplified" : "真实", + "radical" : "目", + "level" : [ "new-3", "old-5" ], + "frequency" : 1299, + "pos" : [ "a", "ad", "an" ], + "forms" : [ { "traditional" : "真實", + "transcriptions" : { "pinyin" : "zhēn shí", + "numeric" : "zhen1 shi2", + "wadegiles" : "chen¹ shih²", + "bopomofo" : "ㄓㄣ ㄕˊ", + "romatzyh" : "jen shyr" }, + "meanings" : [ "true; real" ], + "classifiers" : [] } ] }, + { "simplified" : "真是的", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 18236, + "pos" : [], + "forms" : [ { "traditional" : "真是的", + "transcriptions" : { "pinyin" : "zhēn shi de", + "numeric" : "zhen1 shi5 de5", + "wadegiles" : "chen¹ shi de", + "bopomofo" : "ㄓㄣ shi de", + "romatzyh" : "jen shi de" }, + "meanings" : [ "Really! (interj. of annoyance or frustration)" ], + "classifiers" : [] } ] }, + { "simplified" : "真相", + "radical" : "目", + "level" : [ "new-5", "old-6" ], + "frequency" : 2208, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "真相", + "transcriptions" : { "pinyin" : "zhēn xiàng", + "numeric" : "zhen1 xiang4", + "wadegiles" : "chen¹ hsiang⁴", + "bopomofo" : "ㄓㄣ ㄒㄧㄤˋ", + "romatzyh" : "jen shianq" }, + "meanings" : [ "the truth about sth; the actual facts" ], + "classifiers" : [] } ] }, + { "simplified" : "真心", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 2734, + "pos" : [ "d", "n" ], + "forms" : [ { "traditional" : "真心", + "transcriptions" : { "pinyin" : "zhēn xīn", + "numeric" : "zhen1 xin1", + "wadegiles" : "chen¹ hsin¹", + "bopomofo" : "ㄓㄣ ㄒㄧㄣ", + "romatzyh" : "jen shin" }, + "meanings" : [ "sincere", "heartfelt" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "真正", + "radical" : "目", + "level" : [ "new-2", "old-4" ], + "frequency" : 544, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "真正", + "transcriptions" : { "pinyin" : "zhēn zhèng", + "numeric" : "zhen1 zheng4", + "wadegiles" : "chen¹ cheng⁴", + "bopomofo" : "ㄓㄣ ㄓㄥˋ", + "romatzyh" : "jen jenq" }, + "meanings" : [ "genuine; real; true", + "really; indeed" ], + "classifiers" : [] } ] }, + { "simplified" : "真挚", + "radical" : "目", + "level" : [ "new-7+", "old-6" ], + "frequency" : 16317, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "真摯", + "transcriptions" : { "pinyin" : "zhēn zhì", + "numeric" : "zhen1 zhi4", + "wadegiles" : "chen¹ chih⁴", + "bopomofo" : "ㄓㄣ ㄓˋ", + "romatzyh" : "jen jyh" }, + "meanings" : [ "sincere", "sincerity" ], + "classifiers" : [] } ] }, + { "simplified" : "斟酌", + "radical" : "斗", + "level" : [ "old-6" ], + "frequency" : 26512, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "斟酌", + "transcriptions" : { "pinyin" : "zhēn zhuó", + "numeric" : "zhen1 zhuo2", + "wadegiles" : "chen¹ cho²", + "bopomofo" : "ㄓㄣ ㄓㄨㄛˊ", + "romatzyh" : "jen jwo" }, + "meanings" : [ "to consider", + "to deliberate", + "to fill up a cup to the brim" ], + "classifiers" : [] } ] }, + { "simplified" : "诊断", + "radical" : "讠", + "level" : [ "new-5", "old-5" ], + "frequency" : 3008, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "診斷", + "transcriptions" : { "pinyin" : "zhěn duàn", + "numeric" : "zhen3 duan4", + "wadegiles" : "chen³ tuan⁴", + "bopomofo" : "ㄓㄣˇ ㄉㄨㄢˋ", + "romatzyh" : "jeen duann" }, + "meanings" : [ "to diagnose" ], + "classifiers" : [] } ] }, + { "simplified" : "诊所", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 7286, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "診所", + "transcriptions" : { "pinyin" : "zhěn suǒ", + "numeric" : "zhen3 suo3", + "wadegiles" : "chen³ so³", + "bopomofo" : "ㄓㄣˇ ㄙㄨㄛˇ", + "romatzyh" : "jeen suoo" }, + "meanings" : [ "clinic" ], + "classifiers" : [] } ] }, + { "simplified" : "枕头", + "radical" : "木", + "level" : [ "new-7+", "old-5" ], + "frequency" : 7101, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "枕頭", + "transcriptions" : { "pinyin" : "zhěn tou", + "numeric" : "zhen3 tou5", + "wadegiles" : "chen³ tou", + "bopomofo" : "ㄓㄣˇ tou", + "romatzyh" : "jeen tou" }, + "meanings" : [ "pillow" ], + "classifiers" : [] } ] }, + { "simplified" : "阵", + "radical" : "阝", + "level" : [ "new-4", "old-5" ], + "frequency" : 3920, + "pos" : [ "g", "qt" ], + "forms" : [ { "traditional" : "陣", + "transcriptions" : { "pinyin" : "zhèn", + "numeric" : "zhen4", + "wadegiles" : "chen⁴", + "bopomofo" : "ㄓㄣˋ", + "romatzyh" : "jenn" }, + "meanings" : [ "disposition of troops", + "wave", + "spate", + "burst", + "spell", + "short period of time", + "classifier for events or states of short duration" ], + "classifiers" : [] } ] }, + { "simplified" : "阵地", + "radical" : "阝", + "level" : [ "old-6" ], + "frequency" : 9736, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陣地", + "transcriptions" : { "pinyin" : "zhèn dì", + "numeric" : "zhen4 di4", + "wadegiles" : "chen⁴ ti⁴", + "bopomofo" : "ㄓㄣˋ ㄉㄧˋ", + "romatzyh" : "jenn dih" }, + "meanings" : [ "(military) position", "front" ], + "classifiers" : [] } ] }, + { "simplified" : "阵容", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11067, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陣容", + "transcriptions" : { "pinyin" : "zhèn róng", + "numeric" : "zhen4 rong2", + "wadegiles" : "chen⁴ jung²", + "bopomofo" : "ㄓㄣˋ ㄖㄨㄥˊ", + "romatzyh" : "jenn rong" }, + "meanings" : [ "troop arrangement", + "battle formation", + "lineup (of a sports team etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "阵营", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 10345, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "陣營", + "transcriptions" : { "pinyin" : "zhèn yíng", + "numeric" : "zhen4 ying2", + "wadegiles" : "chen⁴ ying²", + "bopomofo" : "ㄓㄣˋ ㄧㄥˊ", + "romatzyh" : "jenn yng" }, + "meanings" : [ "group of people", + "camp", + "faction", + "sides in a dispute" ], + "classifiers" : [] } ] }, + { "simplified" : "振动", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 11577, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "振動", + "transcriptions" : { "pinyin" : "zhèn dòng", + "numeric" : "zhen4 dong4", + "wadegiles" : "chen⁴ tung⁴", + "bopomofo" : "ㄓㄣˋ ㄉㄨㄥˋ", + "romatzyh" : "jenn donq" }, + "meanings" : [ "to vibrate", + "to shake", + "vibration" ], + "classifiers" : [] } ] }, + { "simplified" : "振奋", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10653, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "振奮", + "transcriptions" : { "pinyin" : "zhèn fèn", + "numeric" : "zhen4 fen4", + "wadegiles" : "chen⁴ fen⁴", + "bopomofo" : "ㄓㄣˋ ㄈㄣˋ", + "romatzyh" : "jenn fenn" }, + "meanings" : [ "to stir oneself up", + "to raise one's spirits", + "to inspire" ], + "classifiers" : [] } ] }, + { "simplified" : "振兴", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23419, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "振興", + "transcriptions" : { "pinyin" : "Zhèn xīng", + "numeric" : "Zhen4 xing1", + "wadegiles" : "chen⁴ hsing¹", + "bopomofo" : "ㄓㄣˋ ㄒㄧㄥ", + "romatzyh" : "jenn shing" }, + "meanings" : [ "Zhengxing district of Dandong city 丹东市, Liaoning" ], + "classifiers" : [] }, + { "traditional" : "振興", + "transcriptions" : { "pinyin" : "zhèn xīng", + "numeric" : "zhen4 xing1", + "wadegiles" : "chen⁴ hsing¹", + "bopomofo" : "ㄓㄣˋ ㄒㄧㄥ", + "romatzyh" : "jenn shing" }, + "meanings" : [ "to revive; to revitalize; to invigorate; to re-energize" ], + "classifiers" : [] } ] }, + { "simplified" : "振作", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 11363, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "振作", + "transcriptions" : { "pinyin" : "zhèn zuò", + "numeric" : "zhen4 zuo4", + "wadegiles" : "chen⁴ tso⁴", + "bopomofo" : "ㄓㄣˋ ㄗㄨㄛˋ", + "romatzyh" : "jenn tzuoh" }, + "meanings" : [ "to bestir oneself", + "to pull oneself together", + "to cheer up", + "to uplift", + "to stimulate" ], + "classifiers" : [] } ] }, + { "simplified" : "镇", + "radical" : "钅", + "level" : [ "new-6" ], + "frequency" : 1583, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鎮", + "transcriptions" : { "pinyin" : "zhèn", + "numeric" : "zhen4", + "wadegiles" : "chen⁴", + "bopomofo" : "ㄓㄣˋ", + "romatzyh" : "jenn" }, + "meanings" : [ "to press down", + "to calm", + "to subdue", + "to suppress", + "to guard", + "garrison", + "small town", + "to cool or chill (food or drinks)" ], + "classifiers" : [] } ] }, + { "simplified" : "镇定", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10185, + "pos" : [ "a", "vn" ], + "forms" : [ { "traditional" : "鎮定", + "transcriptions" : { "pinyin" : "zhèn dìng", + "numeric" : "zhen4 ding4", + "wadegiles" : "chen⁴ ting⁴", + "bopomofo" : "ㄓㄣˋ ㄉㄧㄥˋ", + "romatzyh" : "jenn dinq" }, + "meanings" : [ "calm", "unperturbed", "cool" ], + "classifiers" : [] } ] }, + { "simplified" : "镇静", + "radical" : "钅", + "level" : [ "old-6" ], + "frequency" : 11463, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "鎮靜", + "transcriptions" : { "pinyin" : "zhèn jìng", + "numeric" : "zhen4 jing4", + "wadegiles" : "chen⁴ ching⁴", + "bopomofo" : "ㄓㄣˋ ㄐㄧㄥˋ", + "romatzyh" : "jenn jinq" }, + "meanings" : [ "calm", "cool" ], + "classifiers" : [] } ] }, + { "simplified" : "镇压", + "radical" : "钅", + "level" : [ "old-6" ], + "frequency" : 12119, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鎮壓", + "transcriptions" : { "pinyin" : "zhèn yā", + "numeric" : "zhen4 ya1", + "wadegiles" : "chen⁴ ya¹", + "bopomofo" : "ㄓㄣˋ ㄧㄚ", + "romatzyh" : "jenn ia" }, + "meanings" : [ "suppression", + "repression", + "to suppress", + "to put down", + "to quell" ], + "classifiers" : [] } ] }, + { "simplified" : "震", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 5448, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "震", + "transcriptions" : { "pinyin" : "zhèn", + "numeric" : "zhen4", + "wadegiles" : "chen⁴", + "bopomofo" : "ㄓㄣˋ", + "romatzyh" : "jenn" }, + "meanings" : [ "to shake", + "to vibrate", + "to jolt", + "to quake", + "excited", + "shocked", + "one of the Eight Trigrams 卦, symbolizing thunder", + "☳" ], + "classifiers" : [] } ] }, + { "simplified" : "震动", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 8530, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "震動", + "transcriptions" : { "pinyin" : "zhèn dòng", + "numeric" : "zhen4 dong4", + "wadegiles" : "chen⁴ tung⁴", + "bopomofo" : "ㄓㄣˋ ㄉㄨㄥˋ", + "romatzyh" : "jenn donq" }, + "meanings" : [ "to shake", + "to vibrate", + "to strongly affect", + "shock", + "vibration" ], + "classifiers" : [] } ] }, + { "simplified" : "震撼", + "radical" : "雨", + "level" : [ "new-7+" ], + "frequency" : 5156, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "震撼", + "transcriptions" : { "pinyin" : "zhèn hàn", + "numeric" : "zhen4 han4", + "wadegiles" : "chen⁴ han⁴", + "bopomofo" : "ㄓㄣˋ ㄏㄢˋ", + "romatzyh" : "jenn hann" }, + "meanings" : [ "to shake", + "to shock", + "to stun", + "shocking", + "stunning", + "shock" ], + "classifiers" : [] } ] }, + { "simplified" : "震惊", + "radical" : "雨", + "level" : [ "new-5", "old-6" ], + "frequency" : 3938, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "震驚", + "transcriptions" : { "pinyin" : "zhèn jīng", + "numeric" : "zhen4 jing1", + "wadegiles" : "chen⁴ ching¹", + "bopomofo" : "ㄓㄣˋ ㄐㄧㄥ", + "romatzyh" : "jenn jing" }, + "meanings" : [ "to shock", "to astonish" ], + "classifiers" : [] } ] }, + { "simplified" : "争", + "radical" : "亅", + "level" : [ "new-3" ], + "frequency" : 2989, + "pos" : [ "v", "g", "vn" ], + "forms" : [ { "traditional" : "爭", + "transcriptions" : { "pinyin" : "zhēng", + "numeric" : "zheng1", + "wadegiles" : "cheng¹", + "bopomofo" : "ㄓㄥ", + "romatzyh" : "jeng" }, + "meanings" : [ "to strive for", + "to vie for", + "to argue or debate", + "deficient or lacking (dialect)", + "how or what (literary)" ], + "classifiers" : [] } ] }, + { "simplified" : "争吵", + "radical" : "亅", + "level" : [ "new-7+" ], + "frequency" : 6559, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "爭吵", + "transcriptions" : { "pinyin" : "zhēng chǎo", + "numeric" : "zheng1 chao3", + "wadegiles" : "cheng¹ ch'ao³", + "bopomofo" : "ㄓㄥ ㄔㄠˇ", + "romatzyh" : "jeng chao" }, + "meanings" : [ "to quarrel", "dispute" ], + "classifiers" : [] } ] }, + { "simplified" : "争端", + "radical" : "亅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12915, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "爭端", + "transcriptions" : { "pinyin" : "zhēng duān", + "numeric" : "zheng1 duan1", + "wadegiles" : "cheng¹ tuan¹", + "bopomofo" : "ㄓㄥ ㄉㄨㄢ", + "romatzyh" : "jeng duan" }, + "meanings" : [ "dispute", + "controversy", + "conflict" ], + "classifiers" : [] } ] }, + { "simplified" : "争夺", + "radical" : "亅", + "level" : [ "new-6", "old-6" ], + "frequency" : 4859, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "爭奪", + "transcriptions" : { "pinyin" : "zhēng duó", + "numeric" : "zheng1 duo2", + "wadegiles" : "cheng¹ to²", + "bopomofo" : "ㄓㄥ ㄉㄨㄛˊ", + "romatzyh" : "jeng dwo" }, + "meanings" : [ "to fight over", + "to contest", + "to vie over" ], + "classifiers" : [] } ] }, + { "simplified" : "争分夺秒", + "radical" : "亅", + "level" : [ "new-7+" ], + "frequency" : 34909, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "爭分奪秒", + "transcriptions" : { "pinyin" : "zhēng fēn duó miǎo", + "numeric" : "zheng1 fen1 duo2 miao3", + "wadegiles" : "cheng¹ fen¹ to² miao³", + "bopomofo" : "ㄓㄥ ㄈㄣ ㄉㄨㄛˊ ㄇㄧㄠˇ", + "romatzyh" : "jeng fen dwo meau" }, + "meanings" : [ "lit. fight minutes, snatch seconds (idiom); a race against time", + "making every second count" ], + "classifiers" : [] } ] }, + { "simplified" : "争光", + "radical" : "亅", + "level" : [ "new-7+" ], + "frequency" : 32316, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "爭光", + "transcriptions" : { "pinyin" : "zhēng guāng", + "numeric" : "zheng1 guang1", + "wadegiles" : "cheng¹ kuang¹", + "bopomofo" : "ㄓㄥ ㄍㄨㄤ", + "romatzyh" : "jeng guang" }, + "meanings" : [ "to win an honor", + "to strive to win a prize" ], + "classifiers" : [] } ] }, + { "simplified" : "争论", + "radical" : "亅", + "level" : [ "new-4", "old-5" ], + "frequency" : 5270, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "爭論", + "transcriptions" : { "pinyin" : "zhēng lùn", + "numeric" : "zheng1 lun4", + "wadegiles" : "cheng¹ lun⁴", + "bopomofo" : "ㄓㄥ ㄌㄨㄣˋ", + "romatzyh" : "jeng luenn" }, + "meanings" : [ "to argue", + "to debate", + "to contend", + "argument", + "contention", + "controversy", + "debate" ], + "classifiers" : [ "次", "场" ] } ] }, + { "simplified" : "争气", + "radical" : "亅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18239, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "爭氣", + "transcriptions" : { "pinyin" : "zhēng qì", + "numeric" : "zheng1 qi4", + "wadegiles" : "cheng¹ ch'i⁴", + "bopomofo" : "ㄓㄥ ㄑㄧˋ", + "romatzyh" : "jeng chih" }, + "meanings" : [ "to work hard for sth", + "to resolve on improvement", + "determined not to fall short" ], + "classifiers" : [] } ] }, + { "simplified" : "争取", + "radical" : "亅", + "level" : [ "new-3", "old-5" ], + "frequency" : 2213, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "爭取", + "transcriptions" : { "pinyin" : "zhēng qǔ", + "numeric" : "zheng1 qu3", + "wadegiles" : "cheng¹ ch'ü³", + "bopomofo" : "ㄓㄥ ㄑㄩˇ", + "romatzyh" : "jeng cheu" }, + "meanings" : [ "to fight for", + "to strive for", + "to win over" ], + "classifiers" : [] } ] }, + { "simplified" : "争先恐后", + "radical" : "亅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 27476, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "爭先恐後", + "transcriptions" : { "pinyin" : "zhēng xiān kǒng hòu", + "numeric" : "zheng1 xian1 kong3 hou4", + "wadegiles" : "cheng¹ hsien¹ k'ung³ hou⁴", + "bopomofo" : "ㄓㄥ ㄒㄧㄢ ㄎㄨㄥˇ ㄏㄡˋ", + "romatzyh" : "jeng shian koong how" }, + "meanings" : [ "striving to be first and fearing to be last (idiom); outdoing one another" ], + "classifiers" : [] } ] }, + { "simplified" : "争议", + "radical" : "亅", + "level" : [ "new-5", "old-6" ], + "frequency" : 6061, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "爭議", + "transcriptions" : { "pinyin" : "zhēng yì", + "numeric" : "zheng1 yi4", + "wadegiles" : "cheng¹ i⁴", + "bopomofo" : "ㄓㄥ ㄧˋ", + "romatzyh" : "jeng yih" }, + "meanings" : [ "controversy", + "dispute", + "to dispute" ], + "classifiers" : [] } ] }, + { "simplified" : "争执", + "radical" : "亅", + "level" : [ "new-7+" ], + "frequency" : 7481, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "爭執", + "transcriptions" : { "pinyin" : "zhēng zhí", + "numeric" : "zheng1 zhi2", + "wadegiles" : "cheng¹ chih²", + "bopomofo" : "ㄓㄥ ㄓˊ", + "romatzyh" : "jeng jyr" }, + "meanings" : [ "to dispute", + "to disagree", + "to argue opinionatedly", + "to wrangle" ], + "classifiers" : [] } ] }, + { "simplified" : "征", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 6191, + "pos" : [ "v", "nr" ], + "forms" : [ { "traditional" : "征", + "transcriptions" : { "pinyin" : "zhēng", + "numeric" : "zheng1", + "wadegiles" : "cheng¹", + "bopomofo" : "ㄓㄥ", + "romatzyh" : "jeng" }, + "meanings" : [ "journey", + "trip", + "expedition", + "to go on long campaign", + "to attack" ], + "classifiers" : [] }, + { "traditional" : "徵", + "transcriptions" : { "pinyin" : "zhēng", + "numeric" : "zheng1", + "wadegiles" : "cheng¹", + "bopomofo" : "ㄓㄥ", + "romatzyh" : "jeng" }, + "meanings" : [ "to invite", + "to recruit", + "to levy (taxes)", + "to draft (troops)", + "phenomenon", + "symptom", + "characteristic sign (used as proof)", + "evidence" ], + "classifiers" : [] } ] }, + { "simplified" : "征服", + "radical" : "彳", + "level" : [ "new-4", "old-6" ], + "frequency" : 5954, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "征服", + "transcriptions" : { "pinyin" : "zhēng fú", + "numeric" : "zheng1 fu2", + "wadegiles" : "cheng¹ fu²", + "bopomofo" : "ㄓㄥ ㄈㄨˊ", + "romatzyh" : "jeng fwu" }, + "meanings" : [ "to conquer", + "to subdue", + "to vanquish" ], + "classifiers" : [] } ] }, + { "simplified" : "征集", + "radical" : "彳", + "level" : [ "new-7+" ], + "frequency" : 17311, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "徵集", + "transcriptions" : { "pinyin" : "zhēng jí", + "numeric" : "zheng1 ji2", + "wadegiles" : "cheng¹ chi²", + "bopomofo" : "ㄓㄥ ㄐㄧˊ", + "romatzyh" : "jeng jyi" }, + "meanings" : [ "to collect", "to recruit" ], + "classifiers" : [] } ] }, + { "simplified" : "征求", + "radical" : "彳", + "level" : [ "new-4", "old-5" ], + "frequency" : 8059, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "徵求", + "transcriptions" : { "pinyin" : "zhēng qiú", + "numeric" : "zheng1 qiu2", + "wadegiles" : "cheng¹ ch'iu²", + "bopomofo" : "ㄓㄥ ㄑㄧㄡˊ", + "romatzyh" : "jeng chyou" }, + "meanings" : [ "to solicit", + "to seek", + "to request (opinions, feedback etc)", + "to petition" ], + "classifiers" : [] } ] }, + { "simplified" : "征收", + "radical" : "彳", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17356, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "徵收", + "transcriptions" : { "pinyin" : "zhēng shōu", + "numeric" : "zheng1 shou1", + "wadegiles" : "cheng¹ shou¹", + "bopomofo" : "ㄓㄥ ㄕㄡ", + "romatzyh" : "jeng shou" }, + "meanings" : [ "to levy (a tax)", + "to expropriate" ], + "classifiers" : [] } ] }, + { "simplified" : "挣", + "radical" : "扌", + "level" : [ "new-5" ], + "frequency" : 4542, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "掙", + "transcriptions" : { "pinyin" : "zhēng", + "numeric" : "zheng1", + "wadegiles" : "cheng¹", + "bopomofo" : "ㄓㄥ", + "romatzyh" : "jeng" }, + "meanings" : [ "used in 挣扎" ], + "classifiers" : [] }, + { "traditional" : "掙", + "transcriptions" : { "pinyin" : "zhèng", + "numeric" : "zheng4", + "wadegiles" : "cheng⁴", + "bopomofo" : "ㄓㄥˋ", + "romatzyh" : "jenq" }, + "meanings" : [ "to struggle to get free", + "to strive to acquire", + "to make (money)" ], + "classifiers" : [] } ] }, + { "simplified" : "挣钱", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 7421, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "掙錢", + "transcriptions" : { "pinyin" : "zhèng qián", + "numeric" : "zheng4 qian2", + "wadegiles" : "cheng⁴ ch'ien²", + "bopomofo" : "ㄓㄥˋ ㄑㄧㄢˊ", + "romatzyh" : "jenq chyan" }, + "meanings" : [ "to make money" ], + "classifiers" : [] } ] }, + { "simplified" : "挣扎", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4837, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "掙扎", + "transcriptions" : { "pinyin" : "zhēng zhá", + "numeric" : "zheng1 zha2", + "wadegiles" : "cheng¹ cha²", + "bopomofo" : "ㄓㄥ ㄓㄚˊ", + "romatzyh" : "jeng jar" }, + "meanings" : [ "to struggle" ], + "classifiers" : [] } ] }, + { "simplified" : "睁", + "radical" : "目", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5578, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "睜", + "transcriptions" : { "pinyin" : "zhēng", + "numeric" : "zheng1", + "wadegiles" : "cheng¹", + "bopomofo" : "ㄓㄥ", + "romatzyh" : "jeng" }, + "meanings" : [ "to open (one's eyes)" ], + "classifiers" : [] } ] }, + { "simplified" : "蒸", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 9269, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "蒸", + "transcriptions" : { "pinyin" : "zhēng", + "numeric" : "zheng1", + "wadegiles" : "cheng¹", + "bopomofo" : "ㄓㄥ", + "romatzyh" : "jeng" }, + "meanings" : [ "to evaporate", + "(of cooking) to steam", + "torch made from hemp stalks or bamboo (old)", + "finely chopped firewood (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "蒸发", + "radical" : "艹", + "level" : [ "old-6" ], + "frequency" : 10558, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "蒸發", + "transcriptions" : { "pinyin" : "zhēng fā", + "numeric" : "zheng1 fa1", + "wadegiles" : "cheng¹ fa¹", + "bopomofo" : "ㄓㄥ ㄈㄚ", + "romatzyh" : "jeng fa" }, + "meanings" : [ "to evaporate", "evaporation" ], + "classifiers" : [] } ] }, + { "simplified" : "拯救", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 4187, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "拯救", + "transcriptions" : { "pinyin" : "zhěng jiù", + "numeric" : "zheng3 jiu4", + "wadegiles" : "cheng³ chiu⁴", + "bopomofo" : "ㄓㄥˇ ㄐㄧㄡˋ", + "romatzyh" : "jeeng jiow" }, + "meanings" : [ "to save; to rescue" ], + "classifiers" : [] } ] }, + { "simplified" : "整", + "radical" : "攵", + "level" : [ "new-3" ], + "frequency" : 1315, + "pos" : [ "m", "v", "a" ], + "forms" : [ { "traditional" : "整", + "transcriptions" : { "pinyin" : "zhěng", + "numeric" : "zheng3", + "wadegiles" : "cheng³", + "bopomofo" : "ㄓㄥˇ", + "romatzyh" : "jeeng" }, + "meanings" : [ "exactly", + "in good order", + "whole", + "complete", + "entire", + "in order", + "orderly", + "to repair", + "to mend", + "to renovate", + "(coll.) to fix sb", + "to give sb a hard time", + "to mess with sb" ], + "classifiers" : [] } ] }, + { "simplified" : "整顿", + "radical" : "攵", + "level" : [ "new-6", "old-6" ], + "frequency" : 11404, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "整頓", + "transcriptions" : { "pinyin" : "zhěng dùn", + "numeric" : "zheng3 dun4", + "wadegiles" : "cheng³ tun⁴", + "bopomofo" : "ㄓㄥˇ ㄉㄨㄣˋ", + "romatzyh" : "jeeng duenn" }, + "meanings" : [ "to tidy up", + "to reorganize", + "to consolidate", + "to rectify" ], + "classifiers" : [] } ] }, + { "simplified" : "整个", + "radical" : "攵", + "level" : [ "new-3", "old-5" ], + "frequency" : 572, + "pos" : [ "b", "m", "n" ], + "forms" : [ { "traditional" : "整個", + "transcriptions" : { "pinyin" : "zhěng gè", + "numeric" : "zheng3 ge4", + "wadegiles" : "cheng³ ko⁴", + "bopomofo" : "ㄓㄥˇ ㄍㄜˋ", + "romatzyh" : "jeeng geh" }, + "meanings" : [ "whole", "entire", "total" ], + "classifiers" : [] } ] }, + { "simplified" : "整合", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 9593, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "整合", + "transcriptions" : { "pinyin" : "zhěng hé", + "numeric" : "zheng3 he2", + "wadegiles" : "cheng³ ho²", + "bopomofo" : "ㄓㄥˇ ㄏㄜˊ", + "romatzyh" : "jeeng her" }, + "meanings" : [ "to conform", "to integrate" ], + "classifiers" : [] } ] }, + { "simplified" : "整洁", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 10954, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "整潔", + "transcriptions" : { "pinyin" : "zhěng jié", + "numeric" : "zheng3 jie2", + "wadegiles" : "cheng³ chieh²", + "bopomofo" : "ㄓㄥˇ ㄐㄧㄝˊ", + "romatzyh" : "jeeng jye" }, + "meanings" : [ "neatly", "tidy" ], + "classifiers" : [] } ] }, + { "simplified" : "整理", + "radical" : "攵", + "level" : [ "new-3", "old-4" ], + "frequency" : 2737, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "整理", + "transcriptions" : { "pinyin" : "zhěng lǐ", + "numeric" : "zheng3 li3", + "wadegiles" : "cheng³ li³", + "bopomofo" : "ㄓㄥˇ ㄌㄧˇ", + "romatzyh" : "jeeng lii" }, + "meanings" : [ "to arrange", + "to tidy up", + "to sort out", + "to straighten out", + "to list systematically", + "to collate (data, files)", + "to pack (luggage)" ], + "classifiers" : [] } ] }, + { "simplified" : "整齐", + "radical" : "攵", + "level" : [ "new-3", "old-4" ], + "frequency" : 8739, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "整齊", + "transcriptions" : { "pinyin" : "zhěng qí", + "numeric" : "zheng3 qi2", + "wadegiles" : "cheng³ ch'i²", + "bopomofo" : "ㄓㄥˇ ㄑㄧˊ", + "romatzyh" : "jeeng chyi" }, + "meanings" : [ "orderly", "neat", "even", "tidy" ], + "classifiers" : [] } ] }, + { "simplified" : "整数", + "radical" : "攵", + "level" : [ "new-7+" ], + "frequency" : 24165, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "整數", + "transcriptions" : { "pinyin" : "zhěng shù", + "numeric" : "zheng3 shu4", + "wadegiles" : "cheng³ shu⁴", + "bopomofo" : "ㄓㄥˇ ㄕㄨˋ", + "romatzyh" : "jeeng shuh" }, + "meanings" : [ "whole number", + "integer (math.)", + "round figure" ], + "classifiers" : [] } ] }, + { "simplified" : "整体", + "radical" : "攵", + "level" : [ "new-3", "old-5" ], + "frequency" : 4225, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "整體", + "transcriptions" : { "pinyin" : "zhěng tǐ", + "numeric" : "zheng3 ti3", + "wadegiles" : "cheng³ t'i³", + "bopomofo" : "ㄓㄥˇ ㄊㄧˇ", + "romatzyh" : "jeeng tii" }, + "meanings" : [ "whole entity", + "entire body", + "synthesis", + "as a whole (situation, construction, team etc)", + "global", + "macrocosm", + "integral", + "holistic", + "whole" ], + "classifiers" : [] } ] }, + { "simplified" : "整天", + "radical" : "攵", + "level" : [ "new-3" ], + "frequency" : 3492, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "整天", + "transcriptions" : { "pinyin" : "zhěng tiān", + "numeric" : "zheng3 tian1", + "wadegiles" : "cheng³ t'ien¹", + "bopomofo" : "ㄓㄥˇ ㄊㄧㄢ", + "romatzyh" : "jeeng tian" }, + "meanings" : [ "all day long", "whole day" ], + "classifiers" : [] } ] }, + { "simplified" : "整整", + "radical" : "攵", + "level" : [ "new-3" ], + "frequency" : 4509, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "整整", + "transcriptions" : { "pinyin" : "zhěng zhěng", + "numeric" : "zheng3 zheng3", + "wadegiles" : "cheng³ cheng³", + "bopomofo" : "ㄓㄥˇ ㄓㄥˇ", + "romatzyh" : "jeeng jeeng" }, + "meanings" : [ "whole", "full" ], + "classifiers" : [] } ] }, + { "simplified" : "整治", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 18458, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "整治", + "transcriptions" : { "pinyin" : "zhěng zhì", + "numeric" : "zheng3 zhi4", + "wadegiles" : "cheng³ chih⁴", + "bopomofo" : "ㄓㄥˇ ㄓˋ", + "romatzyh" : "jeeng jyh" }, + "meanings" : [ "to bring under control", + "to regulate", + "to restore to good condition", + "(coll.) to fix (a person)", + "to prepare (a meal etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "正", + "radical" : "止", + "level" : [ "new-1", "old-5" ], + "frequency" : 294, + "pos" : [ "d", "b", "a", "v" ], + "forms" : [ { "traditional" : "正", + "transcriptions" : { "pinyin" : "zhēng", + "numeric" : "zheng1", + "wadegiles" : "cheng¹", + "bopomofo" : "ㄓㄥ", + "romatzyh" : "jeng" }, + "meanings" : [ "first month of the lunar year" ], + "classifiers" : [] }, + { "traditional" : "正", + "transcriptions" : { "pinyin" : "zhèng", + "numeric" : "zheng4", + "wadegiles" : "cheng⁴", + "bopomofo" : "ㄓㄥˋ", + "romatzyh" : "jenq" }, + "meanings" : [ "straight", + "upright", + "proper", + "main", + "principal", + "to correct", + "to rectify", + "exactly", + "just (at that time)", + "right (in that place)", + "(math.) positive" ], + "classifiers" : [] } ] }, + { "simplified" : "正版", + "radical" : "止", + "level" : [ "new-5" ], + "frequency" : 46413, + "pos" : [ "b", "n" ], + "forms" : [ { "traditional" : "正版", + "transcriptions" : { "pinyin" : "zhèng bǎn", + "numeric" : "zheng4 ban3", + "wadegiles" : "cheng⁴ pan³", + "bopomofo" : "ㄓㄥˋ ㄅㄢˇ", + "romatzyh" : "jenq baan" }, + "meanings" : [ "genuine", "legal", "see also 盗版" ], + "classifiers" : [] } ] }, + { "simplified" : "正常", + "radical" : "止", + "level" : [ "new-2", "old-4" ], + "frequency" : 722, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "正常", + "transcriptions" : { "pinyin" : "zhèng cháng", + "numeric" : "zheng4 chang2", + "wadegiles" : "cheng⁴ ch'ang²", + "bopomofo" : "ㄓㄥˋ ㄔㄤˊ", + "romatzyh" : "jenq charng" }, + "meanings" : [ "regular", "normal", "ordinary" ], + "classifiers" : [] } ] }, + { "simplified" : "正当", + "radical" : "止", + "level" : [ "new-6", "old-6" ], + "frequency" : 4824, + "pos" : [ "a", "p", "v", "ad" ], + "forms" : [ { "traditional" : "正當", + "transcriptions" : { "pinyin" : "zhèng dāng", + "numeric" : "zheng4 dang1", + "wadegiles" : "cheng⁴ tang¹", + "bopomofo" : "ㄓㄥˋ ㄉㄤ", + "romatzyh" : "jenq dang" }, + "meanings" : [ "timely", "just (when needed)" ], + "classifiers" : [] }, + { "traditional" : "正當", + "transcriptions" : { "pinyin" : "zhèng dàng", + "numeric" : "zheng4 dang4", + "wadegiles" : "cheng⁴ tang⁴", + "bopomofo" : "ㄓㄥˋ ㄉㄤˋ", + "romatzyh" : "jenq danq" }, + "meanings" : [ "honest", + "reasonable", + "fair", + "sensible" ], + "classifiers" : [] } ] }, + { "simplified" : "正负", + "radical" : "止", + "level" : [ "old-6" ], + "frequency" : 46177, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "正負", + "transcriptions" : { "pinyin" : "zhèng fù", + "numeric" : "zheng4 fu4", + "wadegiles" : "cheng⁴ fu⁴", + "bopomofo" : "ㄓㄥˋ ㄈㄨˋ", + "romatzyh" : "jenq fuh" }, + "meanings" : [ "positive and negative" ], + "classifiers" : [] } ] }, + { "simplified" : "正规", + "radical" : "止", + "level" : [ "new-5", "old-6" ], + "frequency" : 8673, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "正規", + "transcriptions" : { "pinyin" : "zhèng guī", + "numeric" : "zheng4 gui1", + "wadegiles" : "cheng⁴ kuei¹", + "bopomofo" : "ㄓㄥˋ ㄍㄨㄟ", + "romatzyh" : "jenq guei" }, + "meanings" : [ "regular", + "according to standards" ], + "classifiers" : [] } ] }, + { "simplified" : "正好", + "radical" : "止", + "level" : [ "new-2", "old-4" ], + "frequency" : 2469, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "正好", + "transcriptions" : { "pinyin" : "zhèng hǎo", + "numeric" : "zheng4 hao3", + "wadegiles" : "cheng⁴ hao³", + "bopomofo" : "ㄓㄥˋ ㄏㄠˇ", + "romatzyh" : "jenq hao" }, + "meanings" : [ "just (in time)", + "just right", + "just enough", + "to happen to", + "to chance to", + "by chance", + "it just so happens that" ], + "classifiers" : [] } ] }, + { "simplified" : "正经", + "radical" : "止", + "level" : [ "old-6" ], + "frequency" : 8992, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "正經", + "transcriptions" : { "pinyin" : "zhèng jīng", + "numeric" : "zheng4 jing1", + "wadegiles" : "cheng⁴ ching¹", + "bopomofo" : "ㄓㄥˋ ㄐㄧㄥ", + "romatzyh" : "jenq jing" }, + "meanings" : [ "decent", + "honorable", + "proper", + "serious", + "according to standards" ], + "classifiers" : [] } ] }, + { "simplified" : "正面", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 5294, + "pos" : [ "d", "n", "b", "f" ], + "forms" : [ { "traditional" : "正面", + "transcriptions" : { "pinyin" : "zhèng miàn", + "numeric" : "zheng4 mian4", + "wadegiles" : "cheng⁴ mien⁴", + "bopomofo" : "ㄓㄥˋ ㄇㄧㄢˋ", + "romatzyh" : "jenq miann" }, + "meanings" : [ "front", + "obverse side", + "right side", + "positive", + "direct", + "open" ], + "classifiers" : [] } ] }, + { "simplified" : "正能量", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "正能量", + "transcriptions" : { "pinyin" : "zhèng néng liàng", + "numeric" : "zheng4 neng2 liang4", + "wadegiles" : "cheng⁴ neng² liang⁴", + "bopomofo" : "ㄓㄥˋ ㄋㄥˊ ㄌㄧㄤˋ", + "romatzyh" : "jenq neng lianq" }, + "meanings" : [ "positive energy", "positivity" ], + "classifiers" : [] } ] }, + { "simplified" : "正气", + "radical" : "止", + "level" : [ "old-6" ], + "frequency" : 27510, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "正氣", + "transcriptions" : { "pinyin" : "zhèng qì", + "numeric" : "zheng4 qi4", + "wadegiles" : "cheng⁴ ch'i⁴", + "bopomofo" : "ㄓㄥˋ ㄑㄧˋ", + "romatzyh" : "jenq chih" }, + "meanings" : [ "healthy atmosphere; moral spirit", + "unyielding integrity; probity", + "(TCM) vital energy (resistance to diseases)" ], + "classifiers" : [] } ] }, + { "simplified" : "正确", + "radical" : "止", + "level" : [ "new-2", "old-4" ], + "frequency" : 1163, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "正確", + "transcriptions" : { "pinyin" : "zhèng què", + "numeric" : "zheng4 que4", + "wadegiles" : "cheng⁴ ch'üeh⁴", + "bopomofo" : "ㄓㄥˋ ㄑㄩㄝˋ", + "romatzyh" : "jenq chiueh" }, + "meanings" : [ "correct; sound; right; proper" ], + "classifiers" : [] } ] }, + { "simplified" : "正如", + "radical" : "止", + "level" : [ "new-5" ], + "frequency" : 12338, + "pos" : [ "v", "nr" ], + "forms" : [ { "traditional" : "正如", + "transcriptions" : { "pinyin" : "zhèng rú", + "numeric" : "zheng4 ru2", + "wadegiles" : "cheng⁴ ju²", + "bopomofo" : "ㄓㄥˋ ㄖㄨˊ", + "romatzyh" : "jenq ru" }, + "meanings" : [ "just as", "precisely as" ], + "classifiers" : [] } ] }, + { "simplified" : "正式", + "radical" : "止", + "level" : [ "new-3", "old-4" ], + "frequency" : 1215, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "正式", + "transcriptions" : { "pinyin" : "zhèng shì", + "numeric" : "zheng4 shi4", + "wadegiles" : "cheng⁴ shih⁴", + "bopomofo" : "ㄓㄥˋ ㄕˋ", + "romatzyh" : "jenq shyh" }, + "meanings" : [ "formal; official" ], + "classifiers" : [] } ] }, + { "simplified" : "正视", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 13172, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "正視", + "transcriptions" : { "pinyin" : "zhèng shì", + "numeric" : "zheng4 shi4", + "wadegiles" : "cheng⁴ shih⁴", + "bopomofo" : "ㄓㄥˋ ㄕˋ", + "romatzyh" : "jenq shyh" }, + "meanings" : [ "to face squarely; to meet head on; to face up to" ], + "classifiers" : [] } ] }, + { "simplified" : "正是", + "radical" : "止", + "level" : [ "new-2" ], + "frequency" : 1179, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "正是", + "transcriptions" : { "pinyin" : "zhèng shì", + "numeric" : "zheng4 shi4", + "wadegiles" : "cheng⁴ shih⁴", + "bopomofo" : "ㄓㄥˋ ㄕˋ", + "romatzyh" : "jenq shyh" }, + "meanings" : [ "is precisely" ], + "classifiers" : [] } ] }, + { "simplified" : "正义", + "radical" : "止", + "level" : [ "new-5", "old-6" ], + "frequency" : 4214, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "正義", + "transcriptions" : { "pinyin" : "zhèng yì", + "numeric" : "zheng4 yi4", + "wadegiles" : "cheng⁴ i⁴", + "bopomofo" : "ㄓㄥˋ ㄧˋ", + "romatzyh" : "jenq yih" }, + "meanings" : [ "justice", + "righteousness", + "just", + "righteous" ], + "classifiers" : [] } ] }, + { "simplified" : "正月", + "radical" : "止", + "level" : [ "old-6" ], + "frequency" : 24741, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "正月", + "transcriptions" : { "pinyin" : "Zhēng yuè", + "numeric" : "Zheng1 yue4", + "wadegiles" : "cheng¹ yüeh⁴", + "bopomofo" : "ㄓㄥ ㄩㄝˋ", + "romatzyh" : "jeng yueh" }, + "meanings" : [ "first month of the lunar year" ], + "classifiers" : [] } ] }, + { "simplified" : "正在", + "radical" : "止", + "level" : [ "new-1", "old-2" ], + "frequency" : 420, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "正在", + "transcriptions" : { "pinyin" : "zhèng zài", + "numeric" : "zheng4 zai4", + "wadegiles" : "cheng⁴ tsai⁴", + "bopomofo" : "ㄓㄥˋ ㄗㄞˋ", + "romatzyh" : "jenq tzay" }, + "meanings" : [ "just at (that time)", + "right in (that place)", + "right in the middle of (doing sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "正直", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 10756, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "正直", + "transcriptions" : { "pinyin" : "zhèng zhí", + "numeric" : "zheng4 zhi2", + "wadegiles" : "cheng⁴ chih²", + "bopomofo" : "ㄓㄥˋ ㄓˊ", + "romatzyh" : "jenq jyr" }, + "meanings" : [ "upright", "upstanding", "honest" ], + "classifiers" : [] } ] }, + { "simplified" : "正宗", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 12466, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "正宗", + "transcriptions" : { "pinyin" : "zhèng zōng", + "numeric" : "zheng4 zong1", + "wadegiles" : "cheng⁴ tsung¹", + "bopomofo" : "ㄓㄥˋ ㄗㄨㄥ", + "romatzyh" : "jenq tzong" }, + "meanings" : [ "orthodox school", + "fig. traditional", + "old school", + "authentic", + "genuine" ], + "classifiers" : [] } ] }, + { "simplified" : "证", + "radical" : "讠", + "level" : [ "new-3" ], + "frequency" : 1605, + "pos" : [ "n", "g" ], + "forms" : [ { "traditional" : "証", + "transcriptions" : { "pinyin" : "zhèng", + "numeric" : "zheng4", + "wadegiles" : "cheng⁴", + "bopomofo" : "ㄓㄥˋ", + "romatzyh" : "jenq" }, + "meanings" : [ "to admonish", "variant of 证" ], + "classifiers" : [] }, + { "traditional" : "證", + "transcriptions" : { "pinyin" : "zhèng", + "numeric" : "zheng4", + "wadegiles" : "cheng⁴", + "bopomofo" : "ㄓㄥˋ", + "romatzyh" : "jenq" }, + "meanings" : [ "certificate", + "proof", + "to prove", + "to demonstrate", + "to confirm", + "variant of 症" ], + "classifiers" : [] } ] }, + { "simplified" : "证件", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 5876, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "證件", + "transcriptions" : { "pinyin" : "zhèng jiàn", + "numeric" : "zheng4 jian4", + "wadegiles" : "cheng⁴ chien⁴", + "bopomofo" : "ㄓㄥˋ ㄐㄧㄢˋ", + "romatzyh" : "jenq jiann" }, + "meanings" : [ "certificate; papers; credentials; document; ID" ], + "classifiers" : [] } ] }, + { "simplified" : "证据", + "radical" : "讠", + "level" : [ "new-3", "old-5" ], + "frequency" : 1826, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "證據", + "transcriptions" : { "pinyin" : "zhèng jù", + "numeric" : "zheng4 ju4", + "wadegiles" : "cheng⁴ chü⁴", + "bopomofo" : "ㄓㄥˋ ㄐㄩˋ", + "romatzyh" : "jenq jiuh" }, + "meanings" : [ "evidence", "proof", "testimony" ], + "classifiers" : [] } ] }, + { "simplified" : "证明", + "radical" : "讠", + "level" : [ "new-3", "old-4" ], + "frequency" : 838, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "證明", + "transcriptions" : { "pinyin" : "zhèng míng", + "numeric" : "zheng4 ming2", + "wadegiles" : "cheng⁴ ming²", + "bopomofo" : "ㄓㄥˋ ㄇㄧㄥˊ", + "romatzyh" : "jenq ming" }, + "meanings" : [ "proof", + "certificate", + "identification", + "testimonial", + "to prove", + "to testify", + "to confirm the truth of" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "证人", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 6180, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "證人", + "transcriptions" : { "pinyin" : "zhèng rén", + "numeric" : "zheng4 ren2", + "wadegiles" : "cheng⁴ jen²", + "bopomofo" : "ㄓㄥˋ ㄖㄣˊ", + "romatzyh" : "jenq ren" }, + "meanings" : [ "witness" ], + "classifiers" : [] } ] }, + { "simplified" : "证实", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 2449, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "證實", + "transcriptions" : { "pinyin" : "zhèng shí", + "numeric" : "zheng4 shi2", + "wadegiles" : "cheng⁴ shih²", + "bopomofo" : "ㄓㄥˋ ㄕˊ", + "romatzyh" : "jenq shyr" }, + "meanings" : [ "to confirm (sth to be true)", + "to verify" ], + "classifiers" : [] } ] }, + { "simplified" : "证书", + "radical" : "讠", + "level" : [ "new-5", "old-6" ], + "frequency" : 6390, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "證書", + "transcriptions" : { "pinyin" : "zhèng shū", + "numeric" : "zheng4 shu1", + "wadegiles" : "cheng⁴ shu¹", + "bopomofo" : "ㄓㄥˋ ㄕㄨ", + "romatzyh" : "jenq shu" }, + "meanings" : [ "credentials", "certificate" ], + "classifiers" : [] } ] }, + { "simplified" : "郑重", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11923, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "鄭重", + "transcriptions" : { "pinyin" : "zhèng zhòng", + "numeric" : "zheng4 zhong4", + "wadegiles" : "cheng⁴ chung⁴", + "bopomofo" : "ㄓㄥˋ ㄓㄨㄥˋ", + "romatzyh" : "jenq jonq" }, + "meanings" : [ "serious", + "solemn", + "earnest", + "conscientious" ], + "classifiers" : [] } ] }, + { "simplified" : "政策", + "radical" : "攵", + "level" : [ "new-6", "old-5" ], + "frequency" : 2305, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "政策", + "transcriptions" : { "pinyin" : "zhèng cè", + "numeric" : "zheng4 ce4", + "wadegiles" : "cheng⁴ ts'e⁴", + "bopomofo" : "ㄓㄥˋ ㄘㄜˋ", + "romatzyh" : "jenq tseh" }, + "meanings" : [ "policy" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "政党", + "radical" : "攵", + "level" : [ "new-6" ], + "frequency" : 12675, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "政黨", + "transcriptions" : { "pinyin" : "zhèng dǎng", + "numeric" : "zheng4 dang3", + "wadegiles" : "cheng⁴ tang³", + "bopomofo" : "ㄓㄥˋ ㄉㄤˇ", + "romatzyh" : "jenq daang" }, + "meanings" : [ "political party" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "政府", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 527, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "政府", + "transcriptions" : { "pinyin" : "zhèng fǔ", + "numeric" : "zheng4 fu3", + "wadegiles" : "cheng⁴ fu³", + "bopomofo" : "ㄓㄥˋ ㄈㄨˇ", + "romatzyh" : "jenq fuu" }, + "meanings" : [ "government" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "政权", + "radical" : "攵", + "level" : [ "new-6", "old-6" ], + "frequency" : 7321, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "政權", + "transcriptions" : { "pinyin" : "zhèng quán", + "numeric" : "zheng4 quan2", + "wadegiles" : "cheng⁴ ch'üan²", + "bopomofo" : "ㄓㄥˋ ㄑㄩㄢˊ", + "romatzyh" : "jenq chyuan" }, + "meanings" : [ "regime", "political power" ], + "classifiers" : [] } ] }, + { "simplified" : "政治", + "radical" : "攵", + "level" : [ "new-4", "old-5" ], + "frequency" : 1320, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "政治", + "transcriptions" : { "pinyin" : "zhèng zhì", + "numeric" : "zheng4 zhi4", + "wadegiles" : "cheng⁴ chih⁴", + "bopomofo" : "ㄓㄥˋ ㄓˋ", + "romatzyh" : "jenq jyh" }, + "meanings" : [ "politics", "political" ], + "classifiers" : [] } ] }, + { "simplified" : "症结", + "radical" : "疒", + "level" : [ "new-7+" ], + "frequency" : 22958, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "癥結", + "transcriptions" : { "pinyin" : "zhēng jié", + "numeric" : "zheng1 jie2", + "wadegiles" : "cheng¹ chieh²", + "bopomofo" : "ㄓㄥ ㄐㄧㄝˊ", + "romatzyh" : "jeng jye" }, + "meanings" : [ "hard lump in the abdomen (in Chinese medicine)", + "crux of an issue", + "main point in an argument", + "sticking point", + "deadlock in negotiations" ], + "classifiers" : [] } ] }, + { "simplified" : "症状", + "radical" : "疒", + "level" : [ "new-6", "old-6" ], + "frequency" : 2536, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "症狀", + "transcriptions" : { "pinyin" : "zhèng zhuàng", + "numeric" : "zheng4 zhuang4", + "wadegiles" : "cheng⁴ chuang⁴", + "bopomofo" : "ㄓㄥˋ ㄓㄨㄤˋ", + "romatzyh" : "jenq juanq" }, + "meanings" : [ "symptom (of an illness)" ], + "classifiers" : [] } ] }, + { "simplified" : "之", + "radical" : "丿", + "level" : [ "new-7+", "old-4" ], + "frequency" : 160, + "pos" : [ "u", "r", "g" ], + "forms" : [ { "traditional" : "之", + "transcriptions" : { "pinyin" : "zhī", + "numeric" : "zhi1", + "wadegiles" : "chih¹", + "bopomofo" : "ㄓ", + "romatzyh" : "jy" }, + "meanings" : [ "(possessive particle, literary equivalent of 的)", + "him", + "her", + "it" ], + "classifiers" : [] } ] }, + { "simplified" : "之后", + "radical" : "丿", + "level" : [ "new-4" ], + "frequency" : 303, + "pos" : [ "f", "t" ], + "forms" : [ { "traditional" : "之後", + "transcriptions" : { "pinyin" : "zhī hòu", + "numeric" : "zhi1 hou4", + "wadegiles" : "chih¹ hou⁴", + "bopomofo" : "ㄓ ㄏㄡˋ", + "romatzyh" : "jy how" }, + "meanings" : [ "after; behind", + "(at the beginning of a sentence) afterwards; since then" ], + "classifiers" : [] } ] }, + { "simplified" : "之间", + "radical" : "丿", + "level" : [ "new-4" ], + "frequency" : 476, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "之間", + "transcriptions" : { "pinyin" : "zhī jiān", + "numeric" : "zhi1 jian1", + "wadegiles" : "chih¹ chien¹", + "bopomofo" : "ㄓ ㄐㄧㄢ", + "romatzyh" : "jy jian" }, + "meanings" : [ "(after a noun) between; among; amid", + "(used after certain bisyllabic words to form expressions indicating a short period of time, e.g. 弹指之间)" ], + "classifiers" : [] } ] }, + { "simplified" : "之类", + "radical" : "丿", + "level" : [ "new-6" ], + "frequency" : 1380, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "之類", + "transcriptions" : { "pinyin" : "zhī lèi", + "numeric" : "zhi1 lei4", + "wadegiles" : "chih¹ lei⁴", + "bopomofo" : "ㄓ ㄌㄟˋ", + "romatzyh" : "jy ley" }, + "meanings" : [ "and so on", "and such" ], + "classifiers" : [] } ] }, + { "simplified" : "之内", + "radical" : "丿", + "level" : [ "new-5" ], + "frequency" : 3090, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "之內", + "transcriptions" : { "pinyin" : "zhī nèi", + "numeric" : "zhi1 nei4", + "wadegiles" : "chih¹ nei⁴", + "bopomofo" : "ㄓ ㄋㄟˋ", + "romatzyh" : "jy ney" }, + "meanings" : [ "inside", "within" ], + "classifiers" : [] } ] }, + { "simplified" : "之前", + "radical" : "丿", + "level" : [ "new-4" ], + "frequency" : 479, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "之前", + "transcriptions" : { "pinyin" : "zhī qián", + "numeric" : "zhi1 qian2", + "wadegiles" : "chih¹ ch'ien²", + "bopomofo" : "ㄓ ㄑㄧㄢˊ", + "romatzyh" : "jy chyan" }, + "meanings" : [ "before", + "prior to", + "ago", + "previously", + "beforehand" ], + "classifiers" : [] } ] }, + { "simplified" : "之所以", + "radical" : "丿", + "level" : [ "new-7+" ], + "frequency" : 3256, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "之所以", + "transcriptions" : { "pinyin" : "zhī suǒ yǐ", + "numeric" : "zhi1 suo3 yi3", + "wadegiles" : "chih¹ so³ i³", + "bopomofo" : "ㄓ ㄙㄨㄛˇ ㄧˇ", + "romatzyh" : "jy suoo yii" }, + "meanings" : [ "(after a noun N and before a predicate P) the reason why N P", + "Example: 我之所以讨厌他 \"the reason why I dislike him (is ...)\"" ], + "classifiers" : [] } ] }, + { "simplified" : "之外", + "radical" : "丿", + "level" : [ "new-5" ], + "frequency" : 2066, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "之外", + "transcriptions" : { "pinyin" : "zhī wài", + "numeric" : "zhi1 wai4", + "wadegiles" : "chih¹ wai⁴", + "bopomofo" : "ㄓ ㄨㄞˋ", + "romatzyh" : "jy way" }, + "meanings" : [ "outside", "excluding" ], + "classifiers" : [] } ] }, + { "simplified" : "之下", + "radical" : "丿", + "level" : [ "new-5" ], + "frequency" : 2749, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "之下", + "transcriptions" : { "pinyin" : "zhī xià", + "numeric" : "zhi1 xia4", + "wadegiles" : "chih¹ hsia⁴", + "bopomofo" : "ㄓ ㄒㄧㄚˋ", + "romatzyh" : "jy shiah" }, + "meanings" : [ "under", "beneath", "less than" ], + "classifiers" : [] } ] }, + { "simplified" : "之一", + "radical" : "丿", + "level" : [ "new-4" ], + "frequency" : 893, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "之一", + "transcriptions" : { "pinyin" : "zhī yī", + "numeric" : "zhi1 yi1", + "wadegiles" : "chih¹ i¹", + "bopomofo" : "ㄓ ㄧ", + "romatzyh" : "jy i" }, + "meanings" : [ "one of (sth)", + "one out of a multitude", + "one (third, quarter, percent etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "之中", + "radical" : "丿", + "level" : [ "new-5" ], + "frequency" : 1618, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "之中", + "transcriptions" : { "pinyin" : "zhī zhōng", + "numeric" : "zhi1 zhong1", + "wadegiles" : "chih¹ chung¹", + "bopomofo" : "ㄓ ㄓㄨㄥ", + "romatzyh" : "jy jong" }, + "meanings" : [ "inside", + "among", + "in the midst of (doing sth)", + "during" ], + "classifiers" : [] } ] }, + { "simplified" : "支", + "radical" : "支", + "level" : [ "new-3", "old-5" ], + "frequency" : 915, + "pos" : [ "q", "v" ], + "forms" : [ { "traditional" : "支", + "transcriptions" : { "pinyin" : "Zhī", + "numeric" : "Zhi1", + "wadegiles" : "chih¹", + "bopomofo" : "ㄓ", + "romatzyh" : "jy" }, + "meanings" : [ "surname Zhi" ], + "classifiers" : [] }, + { "traditional" : "支", + "transcriptions" : { "pinyin" : "zhī", + "numeric" : "zhi1", + "wadegiles" : "chih¹", + "bopomofo" : "ㄓ", + "romatzyh" : "jy" }, + "meanings" : [ "to support", + "to sustain", + "to erect", + "to raise", + "branch", + "division", + "to draw money", + "classifier for rods such as pens and guns, for army divisions and for songs or compositions" ], + "classifiers" : [] } ] }, + { "simplified" : "支撑", + "radical" : "支", + "level" : [ "new-6", "old-6" ], + "frequency" : 4627, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "支撐", + "transcriptions" : { "pinyin" : "zhī chēng", + "numeric" : "zhi1 cheng1", + "wadegiles" : "chih¹ ch'eng¹", + "bopomofo" : "ㄓ ㄔㄥ", + "romatzyh" : "jy cheng" }, + "meanings" : [ "to prop up", + "to support", + "strut", + "brace" ], + "classifiers" : [] } ] }, + { "simplified" : "支持", + "radical" : "支", + "level" : [ "new-3", "old-4" ], + "frequency" : 546, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "支持", + "transcriptions" : { "pinyin" : "zhī chí", + "numeric" : "zhi1 chi2", + "wadegiles" : "chih¹ ch'ih²", + "bopomofo" : "ㄓ ㄔˊ", + "romatzyh" : "jy chyr" }, + "meanings" : [ "to be in favor of", + "to support", + "to back", + "support", + "backing", + "to stand by" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "支出", + "radical" : "支", + "level" : [ "new-5", "old-6" ], + "frequency" : 8039, + "pos" : [ "n", "vn", "v" ], + "forms" : [ { "traditional" : "支出", + "transcriptions" : { "pinyin" : "zhī chū", + "numeric" : "zhi1 chu1", + "wadegiles" : "chih¹ ch'u¹", + "bopomofo" : "ㄓ ㄔㄨ", + "romatzyh" : "jy chu" }, + "meanings" : [ "to spend; to pay out", + "expenses; expenditure" ], + "classifiers" : [] } ] }, + { "simplified" : "支付", + "radical" : "支", + "level" : [ "new-3" ], + "frequency" : 2724, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "支付", + "transcriptions" : { "pinyin" : "zhī fù", + "numeric" : "zhi1 fu4", + "wadegiles" : "chih¹ fu⁴", + "bopomofo" : "ㄓ ㄈㄨˋ", + "romatzyh" : "jy fuh" }, + "meanings" : [ "to pay (money)" ], + "classifiers" : [] } ] }, + { "simplified" : "支流", + "radical" : "支", + "level" : [ "old-6" ], + "frequency" : 27337, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "支流", + "transcriptions" : { "pinyin" : "zhī liú", + "numeric" : "zhi1 liu2", + "wadegiles" : "chih¹ liu²", + "bopomofo" : "ㄓ ㄌㄧㄡˊ", + "romatzyh" : "jy liou" }, + "meanings" : [ "tributary (river)" ], + "classifiers" : [] } ] }, + { "simplified" : "支配", + "radical" : "支", + "level" : [ "new-5", "old-6" ], + "frequency" : 8015, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "支配", + "transcriptions" : { "pinyin" : "zhī pèi", + "numeric" : "zhi1 pei4", + "wadegiles" : "chih¹ p'ei⁴", + "bopomofo" : "ㄓ ㄆㄟˋ", + "romatzyh" : "jy pey" }, + "meanings" : [ "to control", + "to dominate", + "to allocate" ], + "classifiers" : [] } ] }, + { "simplified" : "支票", + "radical" : "支", + "level" : [ "new-7+", "old-5" ], + "frequency" : 8607, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "支票", + "transcriptions" : { "pinyin" : "zhī piào", + "numeric" : "zhi1 piao4", + "wadegiles" : "chih¹ p'iao⁴", + "bopomofo" : "ㄓ ㄆㄧㄠˋ", + "romatzyh" : "jy piaw" }, + "meanings" : [ "check (bank)", "cheque" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "支援", + "radical" : "支", + "level" : [ "new-6", "old-6" ], + "frequency" : 4069, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "支援", + "transcriptions" : { "pinyin" : "zhī yuán", + "numeric" : "zhi1 yuan2", + "wadegiles" : "chih¹ yüan²", + "bopomofo" : "ㄓ ㄩㄢˊ", + "romatzyh" : "jy yuan" }, + "meanings" : [ "to provide assistance", + "to support", + "to back" ], + "classifiers" : [] } ] }, + { "simplified" : "支柱", + "radical" : "支", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9180, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "支柱", + "transcriptions" : { "pinyin" : "zhī zhù", + "numeric" : "zhi1 zhu4", + "wadegiles" : "chih¹ chu⁴", + "bopomofo" : "ㄓ ㄓㄨˋ", + "romatzyh" : "jy juh" }, + "meanings" : [ "mainstay", + "pillar", + "prop", + "backbone" ], + "classifiers" : [] } ] }, + { "simplified" : "汁", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 3498, + "pos" : [ "g" ], + "forms" : [ { "traditional" : "汁", + "transcriptions" : { "pinyin" : "zhī", + "numeric" : "zhi1", + "wadegiles" : "chih¹", + "bopomofo" : "ㄓ", + "romatzyh" : "jy" }, + "meanings" : [ "juice" ], + "classifiers" : [] } ] }, + { "simplified" : "芝麻", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 10752, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "芝麻", + "transcriptions" : { "pinyin" : "zhī ma", + "numeric" : "zhi1 ma5", + "wadegiles" : "chih¹ ma", + "bopomofo" : "ㄓ ma", + "romatzyh" : "jy ma" }, + "meanings" : [ "sesame (seed)" ], + "classifiers" : [] } ] }, + { "simplified" : "芝士", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 7608, + "pos" : [ "nr" ], + "forms" : [ { "traditional" : "芝士", + "transcriptions" : { "pinyin" : "zhī shì", + "numeric" : "zhi1 shi4", + "wadegiles" : "chih¹ shih⁴", + "bopomofo" : "ㄓ ㄕˋ", + "romatzyh" : "jy shyh" }, + "meanings" : [ "cheese (loanword)" ], + "classifiers" : [] } ] }, + { "simplified" : "枝", + "radical" : "木", + "level" : [ "new-6", "old-6" ], + "frequency" : 7489, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "枝", + "transcriptions" : { "pinyin" : "zhī", + "numeric" : "zhi1", + "wadegiles" : "chih¹", + "bopomofo" : "ㄓ", + "romatzyh" : "jy" }, + "meanings" : [ "branch", + "classifier for sticks, rods, pencils etc" ], + "classifiers" : [] } ] }, + { "simplified" : "知道", + "radical" : "矢", + "level" : [ "new-1", "old-2" ], + "frequency" : 105, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "知道", + "transcriptions" : { "pinyin" : "zhī dào", + "numeric" : "zhi1 dao4", + "wadegiles" : "chih¹ tao⁴", + "bopomofo" : "ㄓ ㄉㄠˋ", + "romatzyh" : "jy daw" }, + "meanings" : [ "to know; to become aware of", + "also pr. [zhī dao]" ], + "classifiers" : [] } ] }, + { "simplified" : "知己", + "radical" : "矢", + "level" : [ "new-7+" ], + "frequency" : 12989, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "知己", + "transcriptions" : { "pinyin" : "zhī jǐ", + "numeric" : "zhi1 ji3", + "wadegiles" : "chih¹ chi³", + "bopomofo" : "ㄓ ㄐㄧˇ", + "romatzyh" : "jy jii" }, + "meanings" : [ "to know oneself", + "to be intimate or close", + "intimate friend" ], + "classifiers" : [] } ] }, + { "simplified" : "知觉", + "radical" : "矢", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9920, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "知覺", + "transcriptions" : { "pinyin" : "zhī jué", + "numeric" : "zhi1 jue2", + "wadegiles" : "chih¹ chüeh²", + "bopomofo" : "ㄓ ㄐㄩㄝˊ", + "romatzyh" : "jy jyue" }, + "meanings" : [ "perception", "consciousness" ], + "classifiers" : [] } ] }, + { "simplified" : "知名", + "radical" : "矢", + "level" : [ "new-6" ], + "frequency" : 4410, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "知名", + "transcriptions" : { "pinyin" : "zhī míng", + "numeric" : "zhi1 ming2", + "wadegiles" : "chih¹ ming²", + "bopomofo" : "ㄓ ㄇㄧㄥˊ", + "romatzyh" : "jy ming" }, + "meanings" : [ "well-known; famous" ], + "classifiers" : [] } ] }, + { "simplified" : "知名度", + "radical" : "矢", + "level" : [ "new-7+" ], + "frequency" : 12332, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "知名度", + "transcriptions" : { "pinyin" : "zhī míng dù", + "numeric" : "zhi1 ming2 du4", + "wadegiles" : "chih¹ ming² tu⁴", + "bopomofo" : "ㄓ ㄇㄧㄥˊ ㄉㄨˋ", + "romatzyh" : "jy ming duh" }, + "meanings" : [ "reputation", + "profile", + "familiarity in the public consciousness" ], + "classifiers" : [] } ] }, + { "simplified" : "知识", + "radical" : "矢", + "level" : [ "new-1", "old-4" ], + "frequency" : 2284, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "知識", + "transcriptions" : { "pinyin" : "zhī shi", + "numeric" : "zhi1 shi5", + "wadegiles" : "chih¹ shi", + "bopomofo" : "ㄓ shi", + "romatzyh" : "jy shi" }, + "meanings" : [ "knowledge", "intellectual" ], + "classifiers" : [ "门" ] } ] }, + { "simplified" : "知识分子", + "radical" : "矢", + "level" : [ "new-7+" ], + "frequency" : 15978, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "知識分子", + "transcriptions" : { "pinyin" : "zhī shi fèn zǐ", + "numeric" : "zhi1 shi5 fen4 zi3", + "wadegiles" : "chih¹ shi fen⁴ tzu³", + "bopomofo" : "ㄓ shi ㄈㄣˋ ㄗˇ", + "romatzyh" : "jy shi fenn tzyy" }, + "meanings" : [ "intellectual", + "intelligentsia", + "learned person" ], + "classifiers" : [] } ] }, + { "simplified" : "知足", + "radical" : "矢", + "level" : [ "new-7+" ], + "frequency" : 13902, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "知足", + "transcriptions" : { "pinyin" : "zhī zú", + "numeric" : "zhi1 zu2", + "wadegiles" : "chih¹ tsu²", + "bopomofo" : "ㄓ ㄗㄨˊ", + "romatzyh" : "jy tzwu" }, + "meanings" : [ "content with one's situation", + "to know contentment (hence happiness)" ], + "classifiers" : [] } ] }, + { "simplified" : "知足常乐", + "radical" : "矢", + "level" : [ "old-6" ], + "frequency" : 39895, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "知足常樂", + "transcriptions" : { "pinyin" : "zhī zú cháng lè", + "numeric" : "zhi1 zu2 chang2 le4", + "wadegiles" : "chih¹ tsu² ch'ang² le⁴", + "bopomofo" : "ㄓ ㄗㄨˊ ㄔㄤˊ ㄌㄜˋ", + "romatzyh" : "jy tzwu charng leh" }, + "meanings" : [ "satisfied with what one has (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "织", + "radical" : "纟", + "level" : [ "new-6" ], + "frequency" : 5952, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "織", + "transcriptions" : { "pinyin" : "zhī", + "numeric" : "zhi1", + "wadegiles" : "chih¹", + "bopomofo" : "ㄓ", + "romatzyh" : "jy" }, + "meanings" : [ "to weave" ], + "classifiers" : [] } ] }, + { "simplified" : "肢体", + "radical" : "⺼", + "level" : [ "new-7+" ], + "frequency" : 9449, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "肢體", + "transcriptions" : { "pinyin" : "zhī tǐ", + "numeric" : "zhi1 ti3", + "wadegiles" : "chih¹ t'i³", + "bopomofo" : "ㄓ ㄊㄧˇ", + "romatzyh" : "jy tii" }, + "meanings" : [ "limb", "limbs and trunk", "body" ], + "classifiers" : [] } ] }, + { "simplified" : "脂肪", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5472, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "脂肪", + "transcriptions" : { "pinyin" : "zhī fáng", + "numeric" : "zhi1 fang2", + "wadegiles" : "chih¹ fang²", + "bopomofo" : "ㄓ ㄈㄤˊ", + "romatzyh" : "jy farng" }, + "meanings" : [ "fat (in the body, in a plant, or in food)" ], + "classifiers" : [] } ] }, + { "simplified" : "执法", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 3334, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "執法", + "transcriptions" : { "pinyin" : "zhí fǎ", + "numeric" : "zhi2 fa3", + "wadegiles" : "chih² fa³", + "bopomofo" : "ㄓˊ ㄈㄚˇ", + "romatzyh" : "jyr faa" }, + "meanings" : [ "to enforce a law", + "law enforcement" ], + "classifiers" : [] } ] }, + { "simplified" : "执行", + "radical" : "扌", + "level" : [ "new-5", "old-5" ], + "frequency" : 1328, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "執行", + "transcriptions" : { "pinyin" : "zhí xíng", + "numeric" : "zhi2 xing2", + "wadegiles" : "chih² hsing²", + "bopomofo" : "ㄓˊ ㄒㄧㄥˊ", + "romatzyh" : "jyr shyng" }, + "meanings" : [ "to implement", + "to carry out", + "to execute", + "to run" ], + "classifiers" : [] } ] }, + { "simplified" : "执意", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 16982, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "執意", + "transcriptions" : { "pinyin" : "zhí yì", + "numeric" : "zhi2 yi4", + "wadegiles" : "chih² i⁴", + "bopomofo" : "ㄓˊ ㄧˋ", + "romatzyh" : "jyr yih" }, + "meanings" : [ "to be determined to", + "to insist on" ], + "classifiers" : [] } ] }, + { "simplified" : "执照", + "radical" : "扌", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11711, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "執照", + "transcriptions" : { "pinyin" : "zhí zhào", + "numeric" : "zhi2 zhao4", + "wadegiles" : "chih² chao⁴", + "bopomofo" : "ㄓˊ ㄓㄠˋ", + "romatzyh" : "jyr jaw" }, + "meanings" : [ "license", "permit" ], + "classifiers" : [] } ] }, + { "simplified" : "执着", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 12841, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "執著", + "transcriptions" : { "pinyin" : "zhí zhuó", + "numeric" : "zhi2 zhuo2", + "wadegiles" : "chih² cho²", + "bopomofo" : "ㄓˊ ㄓㄨㄛˊ", + "romatzyh" : "jyr jwo" }, + "meanings" : [ "to be strongly attached to", + "to be dedicated", + "to cling to", + "(Buddhism) attachment" ], + "classifiers" : [] } ] }, + { "simplified" : "直", + "radical" : "目", + "level" : [ "new-3", "old-5" ], + "frequency" : 1420, + "pos" : [ "d", "a", "v" ], + "forms" : [ { "traditional" : "直", + "transcriptions" : { "pinyin" : "Zhí", + "numeric" : "Zhi2", + "wadegiles" : "chih²", + "bopomofo" : "ㄓˊ", + "romatzyh" : "jyr" }, + "meanings" : [ "surname Zhi", + "Zhi (c. 2000 BC), fifth of the legendary Flame Emperors 帝 descended from Shennong 神农 Farmer God" ], + "classifiers" : [] }, + { "traditional" : "直", + "transcriptions" : { "pinyin" : "zhí", + "numeric" : "zhi2", + "wadegiles" : "chih²", + "bopomofo" : "ㄓˊ", + "romatzyh" : "jyr" }, + "meanings" : [ "straight", + "to straighten", + "fair and reasonable", + "frank", + "straightforward", + "(indicates continuing motion or action)", + "vertical", + "vertical downward stroke in Chinese characters" ], + "classifiers" : [] } ] }, + { "simplified" : "直奔", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 11138, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "直奔", + "transcriptions" : { "pinyin" : "zhí bèn", + "numeric" : "zhi2 ben4", + "wadegiles" : "chih² pen⁴", + "bopomofo" : "ㄓˊ ㄅㄣˋ", + "romatzyh" : "jyr benn" }, + "meanings" : [ "to go straight to", + "to make a beeline for" ], + "classifiers" : [] } ] }, + { "simplified" : "直播", + "radical" : "目", + "level" : [ "new-3", "old-6" ], + "frequency" : 3374, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "直播", + "transcriptions" : { "pinyin" : "zhí bō", + "numeric" : "zhi2 bo1", + "wadegiles" : "chih² po¹", + "bopomofo" : "ㄓˊ ㄅㄛ", + "romatzyh" : "jyr bo" }, + "meanings" : [ "(TV, radio) to broadcast live", + "live broadcast", + "(Internet) to livestream", + "(agriculture) direct seeding" ], + "classifiers" : [] } ] }, + { "simplified" : "直达", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 14278, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "直達", + "transcriptions" : { "pinyin" : "zhí dá", + "numeric" : "zhi2 da2", + "wadegiles" : "chih² ta²", + "bopomofo" : "ㄓˊ ㄉㄚˊ", + "romatzyh" : "jyr dar" }, + "meanings" : [ "to reach (a place) directly", + "(transportation) to reach the destination without changing service or without stopping", + "(of a train, flight etc) direct; nonstop" ], + "classifiers" : [] } ] }, + { "simplified" : "直到", + "radical" : "目", + "level" : [ "new-3" ], + "frequency" : 1292, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "直到", + "transcriptions" : { "pinyin" : "zhí dào", + "numeric" : "zhi2 dao4", + "wadegiles" : "chih² tao⁴", + "bopomofo" : "ㄓˊ ㄉㄠˋ", + "romatzyh" : "jyr daw" }, + "meanings" : [ "until" ], + "classifiers" : [] } ] }, + { "simplified" : "直观", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 21729, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "直觀", + "transcriptions" : { "pinyin" : "zhí guān", + "numeric" : "zhi2 guan1", + "wadegiles" : "chih² kuan¹", + "bopomofo" : "ㄓˊ ㄍㄨㄢ", + "romatzyh" : "jyr guan" }, + "meanings" : [ "direct observation", + "directly perceived through the senses", + "intuitive", + "audiovisual" ], + "classifiers" : [] } ] }, + { "simplified" : "直接", + "radical" : "目", + "level" : [ "new-2", "old-4" ], + "frequency" : 588, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "直接", + "transcriptions" : { "pinyin" : "zhí jiē", + "numeric" : "zhi2 jie1", + "wadegiles" : "chih² chieh¹", + "bopomofo" : "ㄓˊ ㄐㄧㄝ", + "romatzyh" : "jyr jie" }, + "meanings" : [ "direct (opposite: indirect 间接)", + "immediate", + "straightforward" ], + "classifiers" : [] } ] }, + { "simplified" : "直径", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 10443, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "直徑", + "transcriptions" : { "pinyin" : "zhí jìng", + "numeric" : "zhi2 jing4", + "wadegiles" : "chih² ching⁴", + "bopomofo" : "ㄓˊ ㄐㄧㄥˋ", + "romatzyh" : "jyr jinq" }, + "meanings" : [ "diameter" ], + "classifiers" : [] } ] }, + { "simplified" : "直觉", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 7284, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "直覺", + "transcriptions" : { "pinyin" : "zhí jué", + "numeric" : "zhi2 jue2", + "wadegiles" : "chih² chüeh²", + "bopomofo" : "ㄓˊ ㄐㄩㄝˊ", + "romatzyh" : "jyr jyue" }, + "meanings" : [ "intuition" ], + "classifiers" : [] } ] }, + { "simplified" : "直升机", + "radical" : "目", + "level" : [ "new-6" ], + "frequency" : 4657, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "直升機", + "transcriptions" : { "pinyin" : "zhí shēng jī", + "numeric" : "zhi2 sheng1 ji1", + "wadegiles" : "chih² sheng¹ chi¹", + "bopomofo" : "ㄓˊ ㄕㄥ ㄐㄧ", + "romatzyh" : "jyr sheng ji" }, + "meanings" : [ "helicopter" ], + "classifiers" : [ "架" ] } ] }, + { "simplified" : "直视", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 14441, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "直視", + "transcriptions" : { "pinyin" : "zhí shì", + "numeric" : "zhi2 shi4", + "wadegiles" : "chih² shih⁴", + "bopomofo" : "ㄓˊ ㄕˋ", + "romatzyh" : "jyr shyh" }, + "meanings" : [ "to look straight at" ], + "classifiers" : [] } ] }, + { "simplified" : "直线", + "radical" : "目", + "level" : [ "new-5" ], + "frequency" : 8100, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "直線", + "transcriptions" : { "pinyin" : "zhí xiàn", + "numeric" : "zhi2 xian4", + "wadegiles" : "chih² hsien⁴", + "bopomofo" : "ㄓˊ ㄒㄧㄢˋ", + "romatzyh" : "jyr shiann" }, + "meanings" : [ "straight line", + "sharply (rise or fall)" ], + "classifiers" : [] } ] }, + { "simplified" : "直至", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 7255, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "直至", + "transcriptions" : { "pinyin" : "zhí zhì", + "numeric" : "zhi2 zhi4", + "wadegiles" : "chih² chih⁴", + "bopomofo" : "ㄓˊ ㄓˋ", + "romatzyh" : "jyr jyh" }, + "meanings" : [ "lasting until", + "up till (the present)" ], + "classifiers" : [] } ] }, + { "simplified" : "值", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 1322, + "pos" : [ "v", "n", "a" ], + "forms" : [ { "traditional" : "值", + "transcriptions" : { "pinyin" : "zhí", + "numeric" : "zhi2", + "wadegiles" : "chih²", + "bopomofo" : "ㄓˊ", + "romatzyh" : "jyr" }, + "meanings" : [ "value", + "(to be) worth", + "to happen to", + "to be on duty" ], + "classifiers" : [] } ] }, + { "simplified" : "值班", + "radical" : "亻", + "level" : [ "new-5", "old-6" ], + "frequency" : 7266, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "值班", + "transcriptions" : { "pinyin" : "zhí bān", + "numeric" : "zhi2 ban1", + "wadegiles" : "chih² pan¹", + "bopomofo" : "ㄓˊ ㄅㄢ", + "romatzyh" : "jyr ban" }, + "meanings" : [ "to work a shift", "on duty" ], + "classifiers" : [] } ] }, + { "simplified" : "值得", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 1037, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "值得", + "transcriptions" : { "pinyin" : "zhí de", + "numeric" : "zhi2 de5", + "wadegiles" : "chih² de", + "bopomofo" : "ㄓˊ de", + "romatzyh" : "jyr de" }, + "meanings" : [ "to be worth", "to deserve" ], + "classifiers" : [] } ] }, + { "simplified" : "值钱", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 9069, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "值錢", + "transcriptions" : { "pinyin" : "zhí qián", + "numeric" : "zhi2 qian2", + "wadegiles" : "chih² ch'ien²", + "bopomofo" : "ㄓˊ ㄑㄧㄢˊ", + "romatzyh" : "jyr chyan" }, + "meanings" : [ "valuable", "costly", "expensive" ], + "classifiers" : [] } ] }, + { "simplified" : "职工", + "radical" : "耳", + "level" : [ "new-3" ], + "frequency" : 8810, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職工", + "transcriptions" : { "pinyin" : "zhí gōng", + "numeric" : "zhi2 gong1", + "wadegiles" : "chih² kung¹", + "bopomofo" : "ㄓˊ ㄍㄨㄥ", + "romatzyh" : "jyr gong" }, + "meanings" : [ "workers; staff" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "职能", + "radical" : "耳", + "level" : [ "new-5", "old-6" ], + "frequency" : 15427, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職能", + "transcriptions" : { "pinyin" : "zhí néng", + "numeric" : "zhi2 neng2", + "wadegiles" : "chih² neng²", + "bopomofo" : "ㄓˊ ㄋㄥˊ", + "romatzyh" : "jyr neng" }, + "meanings" : [ "function", "role" ], + "classifiers" : [] } ] }, + { "simplified" : "职权", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 11348, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職權", + "transcriptions" : { "pinyin" : "zhí quán", + "numeric" : "zhi2 quan2", + "wadegiles" : "chih² ch'üan²", + "bopomofo" : "ㄓˊ ㄑㄩㄢˊ", + "romatzyh" : "jyr chyuan" }, + "meanings" : [ "authority", "power over others" ], + "classifiers" : [] } ] }, + { "simplified" : "职位", + "radical" : "耳", + "level" : [ "new-5", "old-6" ], + "frequency" : 4431, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職位", + "transcriptions" : { "pinyin" : "zhí wèi", + "numeric" : "zhi2 wei4", + "wadegiles" : "chih² wei⁴", + "bopomofo" : "ㄓˊ ㄨㄟˋ", + "romatzyh" : "jyr wey" }, + "meanings" : [ "position; post; job" ], + "classifiers" : [] } ] }, + { "simplified" : "职务", + "radical" : "耳", + "level" : [ "new-5", "old-6" ], + "frequency" : 5790, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職務", + "transcriptions" : { "pinyin" : "zhí wù", + "numeric" : "zhi2 wu4", + "wadegiles" : "chih² wu⁴", + "bopomofo" : "ㄓˊ ㄨˋ", + "romatzyh" : "jyr wuh" }, + "meanings" : [ "post", + "position", + "job", + "duties" ], + "classifiers" : [] } ] }, + { "simplified" : "职业", + "radical" : "耳", + "level" : [ "new-3", "old-4" ], + "frequency" : 1317, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職業", + "transcriptions" : { "pinyin" : "zhí yè", + "numeric" : "zhi2 ye4", + "wadegiles" : "chih² yeh⁴", + "bopomofo" : "ㄓˊ ㄧㄝˋ", + "romatzyh" : "jyr yeh" }, + "meanings" : [ "occupation; profession; vocation", + "professional" ], + "classifiers" : [] } ] }, + { "simplified" : "职业病", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 19943, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職業病", + "transcriptions" : { "pinyin" : "zhí yè bìng", + "numeric" : "zhi2 ye4 bing4", + "wadegiles" : "chih² yeh⁴ ping⁴", + "bopomofo" : "ㄓˊ ㄧㄝˋ ㄅㄧㄥˋ", + "romatzyh" : "jyr yeh binq" }, + "meanings" : [ "occupational disease" ], + "classifiers" : [] } ] }, + { "simplified" : "职员", + "radical" : "耳", + "level" : [ "new-7+" ], + "frequency" : 7519, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職員", + "transcriptions" : { "pinyin" : "zhí yuán", + "numeric" : "zhi2 yuan2", + "wadegiles" : "chih² yüan²", + "bopomofo" : "ㄓˊ ㄩㄢˊ", + "romatzyh" : "jyr yuan" }, + "meanings" : [ "office worker", "staff member" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "职责", + "radical" : "耳", + "level" : [ "new-6" ], + "frequency" : 3326, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "職責", + "transcriptions" : { "pinyin" : "zhí zé", + "numeric" : "zhi2 ze2", + "wadegiles" : "chih² tse²", + "bopomofo" : "ㄓˊ ㄗㄜˊ", + "romatzyh" : "jyr tzer" }, + "meanings" : [ "duty", + "responsibility", + "obligation" ], + "classifiers" : [] } ] }, + { "simplified" : "植物", + "radical" : "木", + "level" : [ "new-4", "old-4" ], + "frequency" : 3915, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "植物", + "transcriptions" : { "pinyin" : "zhí wù", + "numeric" : "zhi2 wu4", + "wadegiles" : "chih² wu⁴", + "bopomofo" : "ㄓˊ ㄨˋ", + "romatzyh" : "jyr wuh" }, + "meanings" : [ "plant", "vegetation" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "殖民地", + "radical" : "歹", + "level" : [ "old-6" ], + "frequency" : 13271, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "殖民地", + "transcriptions" : { "pinyin" : "zhí mín dì", + "numeric" : "zhi2 min2 di4", + "wadegiles" : "chih² min² ti⁴", + "bopomofo" : "ㄓˊ ㄇㄧㄣˊ ㄉㄧˋ", + "romatzyh" : "jyr min dih" }, + "meanings" : [ "colony" ], + "classifiers" : [] } ] }, + { "simplified" : "止", + "radical" : "止", + "level" : [ "new-6" ], + "frequency" : 3025, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "止", + "transcriptions" : { "pinyin" : "zhǐ", + "numeric" : "zhi3", + "wadegiles" : "chih³", + "bopomofo" : "ㄓˇ", + "romatzyh" : "jyy" }, + "meanings" : [ "to stop", + "to prohibit", + "until", + "only" ], + "classifiers" : [] } ] }, + { "simplified" : "止步", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 17306, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "止步", + "transcriptions" : { "pinyin" : "zhǐ bù", + "numeric" : "zhi3 bu4", + "wadegiles" : "chih³ pu⁴", + "bopomofo" : "ㄓˇ ㄅㄨˋ", + "romatzyh" : "jyy buh" }, + "meanings" : [ "to halt", + "to stop", + "to go no farther" ], + "classifiers" : [] } ] }, + { "simplified" : "止咳", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 20692, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "止咳", + "transcriptions" : { "pinyin" : "zhǐ ké", + "numeric" : "zhi3 ke2", + "wadegiles" : "chih³ k'o²", + "bopomofo" : "ㄓˇ ㄎㄜˊ", + "romatzyh" : "jyy ker" }, + "meanings" : [ "to suppress coughing" ], + "classifiers" : [] } ] }, + { "simplified" : "止血", + "radical" : "止", + "level" : [ "new-7+" ], + "frequency" : 10375, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "止血", + "transcriptions" : { "pinyin" : "zhǐ xuè", + "numeric" : "zhi3 xue4", + "wadegiles" : "chih³ hsüeh⁴", + "bopomofo" : "ㄓˇ ㄒㄩㄝˋ", + "romatzyh" : "jyy shiueh" }, + "meanings" : [ "to staunch (bleeding)", + "hemostatic (drug)" ], + "classifiers" : [] } ] }, + { "simplified" : "只", + "radical" : "口", + "level" : [ "new-2", "old-3", "old-3" ], + "frequency" : 98, + "pos" : [ "d", "q" ], + "forms" : [ { "traditional" : "只", + "transcriptions" : { "pinyin" : "zhǐ", + "numeric" : "zhi3", + "wadegiles" : "chih³", + "bopomofo" : "ㄓˇ", + "romatzyh" : "jyy" }, + "meanings" : [ "only", "merely", "just", "but" ], + "classifiers" : [] }, + { "traditional" : "祇", + "transcriptions" : { "pinyin" : "zhǐ", + "numeric" : "zhi3", + "wadegiles" : "chih³", + "bopomofo" : "ㄓˇ", + "romatzyh" : "jyy" }, + "meanings" : [ "variant of 只" ], + "classifiers" : [] }, + { "traditional" : "秖", + "transcriptions" : { "pinyin" : "zhī", + "numeric" : "zhi1", + "wadegiles" : "chih¹", + "bopomofo" : "ㄓ", + "romatzyh" : "jy" }, + "meanings" : [ "grain that has begun to ripen" ], + "classifiers" : [] }, + { "traditional" : "衹", + "transcriptions" : { "pinyin" : "zhǐ", + "numeric" : "zhi3", + "wadegiles" : "chih³", + "bopomofo" : "ㄓˇ", + "romatzyh" : "jyy" }, + "meanings" : [ "variant of 只" ], + "classifiers" : [] }, + { "traditional" : "隻", + "transcriptions" : { "pinyin" : "zhī", + "numeric" : "zhi1", + "wadegiles" : "chih¹", + "bopomofo" : "ㄓ", + "romatzyh" : "jy" }, + "meanings" : [ "classifier for birds and certain animals, one of a pair, some utensils, vessels etc" ], + "classifiers" : [] } ] }, + { "simplified" : "只不过", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 2500, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "只不過", + "transcriptions" : { "pinyin" : "zhǐ bu guò", + "numeric" : "zhi3 bu5 guo4", + "wadegiles" : "chih³ bu kuo⁴", + "bopomofo" : "ㄓˇ bu ㄍㄨㄛˋ", + "romatzyh" : "jyy bu guoh" }, + "meanings" : [ "only", + "merely", + "nothing but", + "no more than", + "it's just that ..." ], + "classifiers" : [] } ] }, + { "simplified" : "只得", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 15228, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "只得", + "transcriptions" : { "pinyin" : "zhǐ dé", + "numeric" : "zhi3 de2", + "wadegiles" : "chih³ te²", + "bopomofo" : "ㄓˇ ㄉㄜˊ", + "romatzyh" : "jyy der" }, + "meanings" : [ "to have no alternative but to; to be obliged to" ], + "classifiers" : [] } ] }, + { "simplified" : "只顾", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 13620, + "pos" : [ "v", "d" ], + "forms" : [ { "traditional" : "只顧", + "transcriptions" : { "pinyin" : "zhǐ gù", + "numeric" : "zhi3 gu4", + "wadegiles" : "chih³ ku⁴", + "bopomofo" : "ㄓˇ ㄍㄨˋ", + "romatzyh" : "jyy guh" }, + "meanings" : [ "solely preoccupied (with one thing)", + "engrossed", + "focusing (on sth)", + "to look after only one aspect" ], + "classifiers" : [] } ] }, + { "simplified" : "只管", + "radical" : "口", + "level" : [ "new-6" ], + "frequency" : 15701, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "只管", + "transcriptions" : { "pinyin" : "zhǐ guǎn", + "numeric" : "zhi3 guan3", + "wadegiles" : "chih³ kuan³", + "bopomofo" : "ㄓˇ ㄍㄨㄢˇ", + "romatzyh" : "jyy goan" }, + "meanings" : [ "solely engrossed in one thing", + "just (one thing, no need to worry about the rest)", + "simply", + "by all means", + "please feel free", + "do not hesitate (to ask for sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "只好", + "radical" : "口", + "level" : [ "new-3", "old-4" ], + "frequency" : 3132, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "只好", + "transcriptions" : { "pinyin" : "zhǐ hǎo", + "numeric" : "zhi3 hao3", + "wadegiles" : "chih³ hao³", + "bopomofo" : "ㄓˇ ㄏㄠˇ", + "romatzyh" : "jyy hao" }, + "meanings" : [ "to have no other option but to ...; to have to; to be forced to" ], + "classifiers" : [] } ] }, + { "simplified" : "只见", + "radical" : "口", + "level" : [ "new-5" ], + "frequency" : 31932, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "只見", + "transcriptions" : { "pinyin" : "zhǐ jiàn", + "numeric" : "zhi3 jian4", + "wadegiles" : "chih³ chien⁴", + "bopomofo" : "ㄓˇ ㄐㄧㄢˋ", + "romatzyh" : "jyy jiann" }, + "meanings" : [ "to see (the same thing) over and over again", + "to see, to one's surprise, (sth happen suddenly)" ], + "classifiers" : [] } ] }, + { "simplified" : "只能", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 874, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "只能", + "transcriptions" : { "pinyin" : "zhǐ néng", + "numeric" : "zhi3 neng2", + "wadegiles" : "chih³ neng²", + "bopomofo" : "ㄓˇ ㄋㄥˊ", + "romatzyh" : "jyy neng" }, + "meanings" : [ "can only", + "obliged to do sth", + "to have no other choice" ], + "classifiers" : [] } ] }, + { "simplified" : "只是", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 236, + "pos" : [ "d", "c", "v" ], + "forms" : [ { "traditional" : "只是", + "transcriptions" : { "pinyin" : "zhǐ shì", + "numeric" : "zhi3 shi4", + "wadegiles" : "chih³ shih⁴", + "bopomofo" : "ㄓˇ ㄕˋ", + "romatzyh" : "jyy shyh" }, + "meanings" : [ "merely; only; just; nothing but", + "simply", + "but; however" ], + "classifiers" : [] } ] }, + { "simplified" : "只要", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 452, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "只要", + "transcriptions" : { "pinyin" : "zhǐ yào", + "numeric" : "zhi3 yao4", + "wadegiles" : "chih³ yao⁴", + "bopomofo" : "ㄓˇ ㄧㄠˋ", + "romatzyh" : "jyy yaw" }, + "meanings" : [ "if only", "so long as" ], + "classifiers" : [] } ] }, + { "simplified" : "只有", + "radical" : "口", + "level" : [ "new-3" ], + "frequency" : 374, + "pos" : [ "c", "d", "v" ], + "forms" : [ { "traditional" : "只有", + "transcriptions" : { "pinyin" : "zhǐ yǒu", + "numeric" : "zhi3 you3", + "wadegiles" : "chih³ yu³", + "bopomofo" : "ㄓˇ ㄧㄡˇ", + "romatzyh" : "jyy yeou" }, + "meanings" : [ "only have ...", + "there is only ...", + "(used in combination with 才) it is only if one ... (that one can ...) (Example: 只有通过治疗才能痊愈 \"the only way to cure it is with therapy\")", + "it is only ... (who ...) (Example: 要 \"only men would have such a requirement\")", + "(used to indicate that one has no alternative) one can only (do a certain thing) (Example: 服 \"the only thing you can do is give in\")" ], + "classifiers" : [] } ] }, + { "simplified" : "旨在", + "radical" : "日", + "level" : [ "new-7+" ], + "frequency" : 16107, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "旨在", + "transcriptions" : { "pinyin" : "zhǐ zài", + "numeric" : "zhi3 zai4", + "wadegiles" : "chih³ tsai⁴", + "bopomofo" : "ㄓˇ ㄗㄞˋ", + "romatzyh" : "jyy tzay" }, + "meanings" : [ "to have as its purpose", + "to be intended to", + "to aim to (do sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "纸", + "radical" : "纟", + "level" : [ "new-2" ], + "frequency" : 1621, + "pos" : [ "n", "q" ], + "forms" : [ { "traditional" : "帋", + "transcriptions" : { "pinyin" : "zhǐ", + "numeric" : "zhi3", + "wadegiles" : "chih³", + "bopomofo" : "ㄓˇ", + "romatzyh" : "jyy" }, + "meanings" : [ "variant of 纸" ], + "classifiers" : [] }, + { "traditional" : "紙", + "transcriptions" : { "pinyin" : "zhǐ", + "numeric" : "zhi3", + "wadegiles" : "chih³", + "bopomofo" : "ㄓˇ", + "romatzyh" : "jyy" }, + "meanings" : [ "paper", + "classifier for documents, letter etc" ], + "classifiers" : [ "张", "沓" ] } ] }, + { "simplified" : "指", + "radical" : "扌", + "level" : [ "new-3", "old-4" ], + "frequency" : 639, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "指", + "transcriptions" : { "pinyin" : "zhǐ", + "numeric" : "zhi3", + "wadegiles" : "chih³", + "bopomofo" : "ㄓˇ", + "romatzyh" : "jyy" }, + "meanings" : [ "finger", + "to point at or to", + "to indicate or refer to", + "to depend on", + "to count on", + "(of hair) to stand on end" ], + "classifiers" : [] } ] }, + { "simplified" : "指标", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 8982, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "指標", + "transcriptions" : { "pinyin" : "zhǐ biāo", + "numeric" : "zhi3 biao1", + "wadegiles" : "chih³ piao¹", + "bopomofo" : "ㄓˇ ㄅㄧㄠ", + "romatzyh" : "jyy biau" }, + "meanings" : [ "(production) target", + "quota", + "index", + "indicator", + "sign", + "signpost", + "(computing) pointer" ], + "classifiers" : [] } ] }, + { "simplified" : "指出", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 2661, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "指出", + "transcriptions" : { "pinyin" : "zhǐ chū", + "numeric" : "zhi3 chu1", + "wadegiles" : "chih³ ch'u¹", + "bopomofo" : "ㄓˇ ㄔㄨ", + "romatzyh" : "jyy chu" }, + "meanings" : [ "to indicate", "to point out" ], + "classifiers" : [] } ] }, + { "simplified" : "指导", + "radical" : "扌", + "level" : [ "new-3", "old-5" ], + "frequency" : 2171, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "指導", + "transcriptions" : { "pinyin" : "zhǐ dǎo", + "numeric" : "zhi3 dao3", + "wadegiles" : "chih³ tao³", + "bopomofo" : "ㄓˇ ㄉㄠˇ", + "romatzyh" : "jyy dao" }, + "meanings" : [ "to guide", + "to give directions", + "to direct", + "to coach", + "guidance", + "tuition" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "指点", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 10947, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "指點", + "transcriptions" : { "pinyin" : "zhǐ diǎn", + "numeric" : "zhi3 dian3", + "wadegiles" : "chih³ tien³", + "bopomofo" : "ㄓˇ ㄉㄧㄢˇ", + "romatzyh" : "jyy dean" }, + "meanings" : [ "to point out", + "to indicate", + "to give directions", + "to show how (to do sth)", + "to censure", + "to pick at" ], + "classifiers" : [] } ] }, + { "simplified" : "指定", + "radical" : "扌", + "level" : [ "new-6", "old-6" ], + "frequency" : 4756, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "指定", + "transcriptions" : { "pinyin" : "zhǐ dìng", + "numeric" : "zhi3 ding4", + "wadegiles" : "chih³ ting⁴", + "bopomofo" : "ㄓˇ ㄉㄧㄥˋ", + "romatzyh" : "jyy dinq" }, + "meanings" : [ "to appoint", + "to assign", + "to indicate clearly and with certainty", + "designated" ], + "classifiers" : [] } ] }, + { "simplified" : "指挥", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 2687, + "pos" : [ "v", "vn", "n" ], + "forms" : [ { "traditional" : "指揮", + "transcriptions" : { "pinyin" : "zhǐ huī", + "numeric" : "zhi3 hui1", + "wadegiles" : "chih³ hui¹", + "bopomofo" : "ㄓˇ ㄏㄨㄟ", + "romatzyh" : "jyy huei" }, + "meanings" : [ "to conduct", + "to command", + "to direct", + "conductor (of an orchestra)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "指甲", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 6131, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "指甲", + "transcriptions" : { "pinyin" : "zhǐ jia", + "numeric" : "zhi3 jia5", + "wadegiles" : "chih³ jia", + "bopomofo" : "ㄓˇ jia", + "romatzyh" : "jyy jia" }, + "meanings" : [ "fingernail" ], + "classifiers" : [] } ] }, + { "simplified" : "指教", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 21045, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "指教", + "transcriptions" : { "pinyin" : "zhǐ jiào", + "numeric" : "zhi3 jiao4", + "wadegiles" : "chih³ chiao⁴", + "bopomofo" : "ㄓˇ ㄐㄧㄠˋ", + "romatzyh" : "jyy jiaw" }, + "meanings" : [ "to give advice or comments" ], + "classifiers" : [] } ] }, + { "simplified" : "指令", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6156, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "指令", + "transcriptions" : { "pinyin" : "zhǐ lìng", + "numeric" : "zhi3 ling4", + "wadegiles" : "chih³ ling⁴", + "bopomofo" : "ㄓˇ ㄌㄧㄥˋ", + "romatzyh" : "jyy linq" }, + "meanings" : [ "order", "command", "instruction" ], + "classifiers" : [] } ] }, + { "simplified" : "指南", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 8102, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "指南", + "transcriptions" : { "pinyin" : "zhǐ nán", + "numeric" : "zhi3 nan2", + "wadegiles" : "chih³ nan²", + "bopomofo" : "ㄓˇ ㄋㄢˊ", + "romatzyh" : "jyy nan" }, + "meanings" : [ "to guide", "guidebook" ], + "classifiers" : [] } ] }, + { "simplified" : "指南针", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 26990, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "指南針", + "transcriptions" : { "pinyin" : "zhǐ nán zhēn", + "numeric" : "zhi3 nan2 zhen1", + "wadegiles" : "chih³ nan² chen¹", + "bopomofo" : "ㄓˇ ㄋㄢˊ ㄓㄣ", + "romatzyh" : "jyy nan jen" }, + "meanings" : [ "compass" ], + "classifiers" : [] } ] }, + { "simplified" : "指示", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 3699, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "指示", + "transcriptions" : { "pinyin" : "zhǐ shì", + "numeric" : "zhi3 shi4", + "wadegiles" : "chih³ shih⁴", + "bopomofo" : "ㄓˇ ㄕˋ", + "romatzyh" : "jyy shyh" }, + "meanings" : [ "to point out", + "to indicate", + "to instruct", + "directives", + "instructions" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "指手画脚", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 22588, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "指手畫腳", + "transcriptions" : { "pinyin" : "zhǐ shǒu huà jiǎo", + "numeric" : "zhi3 shou3 hua4 jiao3", + "wadegiles" : "chih³ shou³ hua⁴ chiao³", + "bopomofo" : "ㄓˇ ㄕㄡˇ ㄏㄨㄚˋ ㄐㄧㄠˇ", + "romatzyh" : "jyy shoou huah jeau" }, + "meanings" : [ "to gesticulate while talking (idiom)", + "to explain by waving one's hands", + "to criticize or give orders summarily" ], + "classifiers" : [] } ] }, + { "simplified" : "指数", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 5185, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "指數", + "transcriptions" : { "pinyin" : "zhǐ shù", + "numeric" : "zhi3 shu4", + "wadegiles" : "chih³ shu⁴", + "bopomofo" : "ㄓˇ ㄕㄨˋ", + "romatzyh" : "jyy shuh" }, + "meanings" : [ "(numerical, statistical) index", + "(math.) exponent", + "index", + "exponential (function, growth)" ], + "classifiers" : [] } ] }, + { "simplified" : "指头", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 15618, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "指頭", + "transcriptions" : { "pinyin" : "zhǐ tou", + "numeric" : "zhi3 tou5", + "wadegiles" : "chih³ tou", + "bopomofo" : "ㄓˇ tou", + "romatzyh" : "jyy tou" }, + "meanings" : [ "finger", "toe" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "指望", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5232, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "指望", + "transcriptions" : { "pinyin" : "zhǐ wàng", + "numeric" : "zhi3 wang4", + "wadegiles" : "chih³ wang⁴", + "bopomofo" : "ㄓˇ ㄨㄤˋ", + "romatzyh" : "jyy wanq" }, + "meanings" : [ "to count on; to hope for", + "prospect; hope" ], + "classifiers" : [] } ] }, + { "simplified" : "指向", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 7488, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "指向", + "transcriptions" : { "pinyin" : "zhǐ xiàng", + "numeric" : "zhi3 xiang4", + "wadegiles" : "chih³ hsiang⁴", + "bopomofo" : "ㄓˇ ㄒㄧㄤˋ", + "romatzyh" : "jyy shianq" }, + "meanings" : [ "to point towards", + "aimed at", + "facing", + "the direction indicated" ], + "classifiers" : [] } ] }, + { "simplified" : "指引", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 6095, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "指引", + "transcriptions" : { "pinyin" : "zhǐ yǐn", + "numeric" : "zhi3 yin3", + "wadegiles" : "chih³ yin³", + "bopomofo" : "ㄓˇ ㄧㄣˇ", + "romatzyh" : "jyy yiin" }, + "meanings" : [ "to guide", + "to show", + "to point (the way)", + "directions", + "guidance", + "guidelines" ], + "classifiers" : [] } ] }, + { "simplified" : "指责", + "radical" : "扌", + "level" : [ "new-5", "old-6" ], + "frequency" : 4694, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "指責", + "transcriptions" : { "pinyin" : "zhǐ zé", + "numeric" : "zhi3 ze2", + "wadegiles" : "chih³ tse²", + "bopomofo" : "ㄓˇ ㄗㄜˊ", + "romatzyh" : "jyy tzer" }, + "meanings" : [ "to criticize", + "to find fault with", + "to denounce" ], + "classifiers" : [] } ] }, + { "simplified" : "指着", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "指著", + "transcriptions" : { "pinyin" : "zhǐzhe", + "numeric" : "zhǐzhe", + "wadegiles" : "zhǐzhe", + "bopomofo" : "zhǐzhe", + "romatzyh" : "zhǐzhe" }, + "meanings" : [ "Poke" ], + "classifiers" : [] } ] }, + { "simplified" : "至", + "radical" : "至", + "level" : [ "new-5" ], + "frequency" : 941, + "pos" : [ "p", "v", "g" ], + "forms" : [ { "traditional" : "至", + "transcriptions" : { "pinyin" : "zhì", + "numeric" : "zhi4", + "wadegiles" : "chih⁴", + "bopomofo" : "ㄓˋ", + "romatzyh" : "jyh" }, + "meanings" : [ "to arrive", "most", "to", "until" ], + "classifiers" : [] } ] }, + { "simplified" : "至此", + "radical" : "至", + "level" : [ "new-7+" ], + "frequency" : 9258, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "至此", + "transcriptions" : { "pinyin" : "zhì cǐ", + "numeric" : "zhi4 ci3", + "wadegiles" : "chih⁴ tz'u³", + "bopomofo" : "ㄓˋ ㄘˇ", + "romatzyh" : "jyh tsyy" }, + "meanings" : [ "up until now", "so far" ], + "classifiers" : [] } ] }, + { "simplified" : "至关重要", + "radical" : "至", + "level" : [ "new-7+" ], + "frequency" : 7960, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "至關重要", + "transcriptions" : { "pinyin" : "zhì guān zhòng yào", + "numeric" : "zhi4 guan1 zhong4 yao4", + "wadegiles" : "chih⁴ kuan¹ chung⁴ yao⁴", + "bopomofo" : "ㄓˋ ㄍㄨㄢ ㄓㄨㄥˋ ㄧㄠˋ", + "romatzyh" : "jyh guan jonq yaw" }, + "meanings" : [ "extremely important", + "vital", + "crucial", + "essential" ], + "classifiers" : [] } ] }, + { "simplified" : "至今", + "radical" : "至", + "level" : [ "new-3", "old-5" ], + "frequency" : 3155, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "至今", + "transcriptions" : { "pinyin" : "zhì jīn", + "numeric" : "zhi4 jin1", + "wadegiles" : "chih⁴ chin¹", + "bopomofo" : "ㄓˋ ㄐㄧㄣ", + "romatzyh" : "jyh jin" }, + "meanings" : [ "so far", + "to this day", + "until now" ], + "classifiers" : [] } ] }, + { "simplified" : "至少", + "radical" : "至", + "level" : [ "new-3", "old-4" ], + "frequency" : 868, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "至少", + "transcriptions" : { "pinyin" : "zhì shǎo", + "numeric" : "zhi4 shao3", + "wadegiles" : "chih⁴ shao³", + "bopomofo" : "ㄓˋ ㄕㄠˇ", + "romatzyh" : "jyh shao" }, + "meanings" : [ "at least", "(to say the) least" ], + "classifiers" : [] } ] }, + { "simplified" : "至于", + "radical" : "至", + "level" : [ "new-6", "old-5" ], + "frequency" : 2570, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "至於", + "transcriptions" : { "pinyin" : "zhì yú", + "numeric" : "zhi4 yu2", + "wadegiles" : "chih⁴ yü²", + "bopomofo" : "ㄓˋ ㄩˊ", + "romatzyh" : "jyh yu" }, + "meanings" : [ "as for", + "as to", + "to go so far as to" ], + "classifiers" : [] } ] }, + { "simplified" : "志气", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 28346, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "志氣", + "transcriptions" : { "pinyin" : "zhì qì", + "numeric" : "zhi4 qi4", + "wadegiles" : "chih⁴ ch'i⁴", + "bopomofo" : "ㄓˋ ㄑㄧˋ", + "romatzyh" : "jyh chih" }, + "meanings" : [ "ambition", + "resolve", + "backbone", + "drive", + "spirit" ], + "classifiers" : [] } ] }, + { "simplified" : "志愿", + "radical" : "心", + "level" : [ "new-3" ], + "frequency" : 8766, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "志願", + "transcriptions" : { "pinyin" : "zhì yuàn", + "numeric" : "zhi4 yuan4", + "wadegiles" : "chih⁴ yüan⁴", + "bopomofo" : "ㄓˋ ㄩㄢˋ", + "romatzyh" : "jyh yuann" }, + "meanings" : [ "aspiration", + "ambition", + "to volunteer" ], + "classifiers" : [] } ] }, + { "simplified" : "志愿者", + "radical" : "心", + "level" : [ "new-3", "old-5" ], + "frequency" : 5709, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "志願者", + "transcriptions" : { "pinyin" : "zhì yuàn zhě", + "numeric" : "zhi4 yuan4 zhe3", + "wadegiles" : "chih⁴ yüan⁴ che³", + "bopomofo" : "ㄓˋ ㄩㄢˋ ㄓㄜˇ", + "romatzyh" : "jyh yuann jee" }, + "meanings" : [ "volunteer" ], + "classifiers" : [] } ] }, + { "simplified" : "志愿者", + "radical" : "心", + "level" : [ "new-3" ], + "frequency" : 5709, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "志願者", + "transcriptions" : { "pinyin" : "zhì yuàn zhě", + "numeric" : "zhi4 yuan4 zhe3", + "wadegiles" : "chih⁴ yüan⁴ che³", + "bopomofo" : "ㄓˋ ㄩㄢˋ ㄓㄜˇ", + "romatzyh" : "jyh yuann jee" }, + "meanings" : [ "volunteer" ], + "classifiers" : [] } ] }, + { "simplified" : "制", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 2245, + "pos" : [ "v", "k", "g" ], + "forms" : [ { "traditional" : "制", + "transcriptions" : { "pinyin" : "zhì", + "numeric" : "zhi4", + "wadegiles" : "chih⁴", + "bopomofo" : "ㄓˋ", + "romatzyh" : "jyh" }, + "meanings" : [ "system", + "to control", + "to regulate", + "variant of 制" ], + "classifiers" : [] }, + { "traditional" : "製", + "transcriptions" : { "pinyin" : "zhì", + "numeric" : "zhi4", + "wadegiles" : "chih⁴", + "bopomofo" : "ㄓˋ", + "romatzyh" : "jyh" }, + "meanings" : [ "to manufacture", "to make" ], + "classifiers" : [] } ] }, + { "simplified" : "制裁", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8936, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "制裁", + "transcriptions" : { "pinyin" : "zhì cái", + "numeric" : "zhi4 cai2", + "wadegiles" : "chih⁴ ts'ai²", + "bopomofo" : "ㄓˋ ㄘㄞˊ", + "romatzyh" : "jyh tsair" }, + "meanings" : [ "to punish", + "punishment", + "sanctions (incl. economic)" ], + "classifiers" : [] } ] }, + { "simplified" : "制成", + "radical" : "刂", + "level" : [ "new-5" ], + "frequency" : 8912, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "製成", + "transcriptions" : { "pinyin" : "zhì chéng", + "numeric" : "zhi4 cheng2", + "wadegiles" : "chih⁴ ch'eng²", + "bopomofo" : "ㄓˋ ㄔㄥˊ", + "romatzyh" : "jyh cherng" }, + "meanings" : [ "to manufacture", + "to turn out (a product)" ], + "classifiers" : [] } ] }, + { "simplified" : "制订", + "radical" : "刂", + "level" : [ "new-4", "old-6" ], + "frequency" : 12587, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "制訂", + "transcriptions" : { "pinyin" : "zhì dìng", + "numeric" : "zhi4 ding4", + "wadegiles" : "chih⁴ ting⁴", + "bopomofo" : "ㄓˋ ㄉㄧㄥˋ", + "romatzyh" : "jyh dinq" }, + "meanings" : [ "to work out", "to formulate" ], + "classifiers" : [] } ] }, + { "simplified" : "制定", + "radical" : "刂", + "level" : [ "new-3", "old-5" ], + "frequency" : 3364, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "制定", + "transcriptions" : { "pinyin" : "zhì dìng", + "numeric" : "zhi4 ding4", + "wadegiles" : "chih⁴ ting⁴", + "bopomofo" : "ㄓˋ ㄉㄧㄥˋ", + "romatzyh" : "jyh dinq" }, + "meanings" : [ "to draw up; to formulate" ], + "classifiers" : [] } ] }, + { "simplified" : "制度", + "radical" : "刂", + "level" : [ "new-3", "old-5" ], + "frequency" : 3310, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "制度", + "transcriptions" : { "pinyin" : "zhì dù", + "numeric" : "zhi4 du4", + "wadegiles" : "chih⁴ tu⁴", + "bopomofo" : "ㄓˋ ㄉㄨˋ", + "romatzyh" : "jyh duh" }, + "meanings" : [ "system (e.g. political, adminstrative etc)", + "institution" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "制服", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6167, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "制服", + "transcriptions" : { "pinyin" : "zhì fú", + "numeric" : "zhi4 fu2", + "wadegiles" : "chih⁴ fu²", + "bopomofo" : "ㄓˋ ㄈㄨˊ", + "romatzyh" : "jyh fwu" }, + "meanings" : [ "to subdue", + "to check", + "to bring under control", + "(in former times) what one is allowed to wear depending on social status", + "uniform (army, party, school etc)", + "livery (for company employees)" ], + "classifiers" : [ "套" ] } ] }, + { "simplified" : "制品", + "radical" : "刂", + "level" : [ "new-7+" ], + "frequency" : 8723, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "製品", + "transcriptions" : { "pinyin" : "zhì pǐn", + "numeric" : "zhi4 pin3", + "wadegiles" : "chih⁴ p'in³", + "bopomofo" : "ㄓˋ ㄆㄧㄣˇ", + "romatzyh" : "jyh piin" }, + "meanings" : [ "products", "goods" ], + "classifiers" : [] } ] }, + { "simplified" : "制约", + "radical" : "刂", + "level" : [ "new-5", "old-6" ], + "frequency" : 13919, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "制約", + "transcriptions" : { "pinyin" : "zhì yuē", + "numeric" : "zhi4 yue1", + "wadegiles" : "chih⁴ yüeh¹", + "bopomofo" : "ㄓˋ ㄩㄝ", + "romatzyh" : "jyh iue" }, + "meanings" : [ "to restrict", "condition" ], + "classifiers" : [] } ] }, + { "simplified" : "制造", + "radical" : "刂", + "level" : [ "new-3", "old-4" ], + "frequency" : 1600, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "製造", + "transcriptions" : { "pinyin" : "zhì zào", + "numeric" : "zhi4 zao4", + "wadegiles" : "chih⁴ tsao⁴", + "bopomofo" : "ㄓˋ ㄗㄠˋ", + "romatzyh" : "jyh tzaw" }, + "meanings" : [ "to manufacture; to make" ], + "classifiers" : [] } ] }, + { "simplified" : "制止", + "radical" : "刂", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6288, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "制止", + "transcriptions" : { "pinyin" : "zhì zhǐ", + "numeric" : "zhi4 zhi3", + "wadegiles" : "chih⁴ chih³", + "bopomofo" : "ㄓˋ ㄓˇ", + "romatzyh" : "jyh jyy" }, + "meanings" : [ "to curb", + "to put a stop to", + "to stop", + "to check", + "to limit" ], + "classifiers" : [] } ] }, + { "simplified" : "制作", + "radical" : "刂", + "level" : [ "new-3", "old-5" ], + "frequency" : 1835, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "製作", + "transcriptions" : { "pinyin" : "zhì zuò", + "numeric" : "zhi4 zuo4", + "wadegiles" : "chih⁴ tso⁴", + "bopomofo" : "ㄓˋ ㄗㄨㄛˋ", + "romatzyh" : "jyh tzuoh" }, + "meanings" : [ "to make; to manufacture" ], + "classifiers" : [] } ] }, + { "simplified" : "治", + "radical" : "氵", + "level" : [ "new-4" ], + "frequency" : 2101, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "治", + "transcriptions" : { "pinyin" : "zhì", + "numeric" : "zhi4", + "wadegiles" : "chih⁴", + "bopomofo" : "ㄓˋ", + "romatzyh" : "jyh" }, + "meanings" : [ "to rule", + "to govern", + "to manage", + "to control", + "to harness (a river)", + "to treat (a disease)", + "to wipe out (a pest)", + "to punish", + "to research" ], + "classifiers" : [] } ] }, + { "simplified" : "治安", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 3402, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "治安", + "transcriptions" : { "pinyin" : "zhì ān", + "numeric" : "zhi4 an1", + "wadegiles" : "chih⁴ an¹", + "bopomofo" : "ㄓˋ ㄢ", + "romatzyh" : "jyh an" }, + "meanings" : [ "law and order", "public security" ], + "classifiers" : [] } ] }, + { "simplified" : "治病", + "radical" : "氵", + "level" : [ "new-6" ], + "frequency" : 11762, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "治病", + "transcriptions" : { "pinyin" : "zhì bìng", + "numeric" : "zhi4 bing4", + "wadegiles" : "chih⁴ ping⁴", + "bopomofo" : "ㄓˋ ㄅㄧㄥˋ", + "romatzyh" : "jyh binq" }, + "meanings" : [ "to treat an illness" ], + "classifiers" : [] } ] }, + { "simplified" : "治理", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 10575, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "治理", + "transcriptions" : { "pinyin" : "zhì lǐ", + "numeric" : "zhi4 li3", + "wadegiles" : "chih⁴ li³", + "bopomofo" : "ㄓˋ ㄌㄧˇ", + "romatzyh" : "jyh lii" }, + "meanings" : [ "to govern", + "to administer", + "to manage", + "to control", + "governance" ], + "classifiers" : [] } ] }, + { "simplified" : "治疗", + "radical" : "氵", + "level" : [ "new-4", "old-5" ], + "frequency" : 691, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "治療", + "transcriptions" : { "pinyin" : "zhì liáo", + "numeric" : "zhi4 liao2", + "wadegiles" : "chih⁴ liao²", + "bopomofo" : "ㄓˋ ㄌㄧㄠˊ", + "romatzyh" : "jyh liau" }, + "meanings" : [ "to treat (an illness)", + "medical treatment", + "therapy" ], + "classifiers" : [] } ] }, + { "simplified" : "治学", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 31458, + "pos" : [], + "forms" : [ { "traditional" : "治學", + "transcriptions" : { "pinyin" : "zhì xué", + "numeric" : "zhi4 xue2", + "wadegiles" : "chih⁴ hsüeh²", + "bopomofo" : "ㄓˋ ㄒㄩㄝˊ", + "romatzyh" : "jyh shyue" }, + "meanings" : [ "scholarship", + "high-level study", + "to do scholarly research", + "to pursue a high level of study" ], + "classifiers" : [] } ] }, + { "simplified" : "治愈", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 5099, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "治癒", + "transcriptions" : { "pinyin" : "zhì yù", + "numeric" : "zhi4 yu4", + "wadegiles" : "chih⁴ yü⁴", + "bopomofo" : "ㄓˋ ㄩˋ", + "romatzyh" : "jyh yuh" }, + "meanings" : [ "to cure; to restore to health", + "uplifting; heartwarming" ], + "classifiers" : [] } ] }, + { "simplified" : "质地", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 16862, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "質地", + "transcriptions" : { "pinyin" : "zhì dì", + "numeric" : "zhi4 di4", + "wadegiles" : "chih⁴ ti⁴", + "bopomofo" : "ㄓˋ ㄉㄧˋ", + "romatzyh" : "jyh dih" }, + "meanings" : [ "texture", + "background (texture)", + "grain", + "quality", + "character", + "disposition" ], + "classifiers" : [] } ] }, + { "simplified" : "质量", + "radical" : "厂", + "level" : [ "new-4", "old-4" ], + "frequency" : 2805, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "質量", + "transcriptions" : { "pinyin" : "zhì liàng", + "numeric" : "zhi4 liang4", + "wadegiles" : "chih⁴ liang⁴", + "bopomofo" : "ㄓˋ ㄌㄧㄤˋ", + "romatzyh" : "jyh lianq" }, + "meanings" : [ "quality", "(physics) mass" ], + "classifiers" : [] } ] }, + { "simplified" : "质朴", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 28126, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "質樸", + "transcriptions" : { "pinyin" : "zhì pǔ", + "numeric" : "zhi4 pu3", + "wadegiles" : "chih⁴ p'u³", + "bopomofo" : "ㄓˋ ㄆㄨˇ", + "romatzyh" : "jyh puu" }, + "meanings" : [ "simple", + "plain", + "unadorned", + "unaffected", + "unsophisticated", + "rustic", + "earthy" ], + "classifiers" : [] } ] }, + { "simplified" : "质问", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 12730, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "質問", + "transcriptions" : { "pinyin" : "zhì wèn", + "numeric" : "zhi4 wen4", + "wadegiles" : "chih⁴ wen⁴", + "bopomofo" : "ㄓˋ ㄨㄣˋ", + "romatzyh" : "jyh wenn" }, + "meanings" : [ "to question", + "to ask questions", + "to inquire", + "to bring to account", + "to interrogate" ], + "classifiers" : [] } ] }, + { "simplified" : "质疑", + "radical" : "厂", + "level" : [ "new-7+" ], + "frequency" : 4119, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "質疑", + "transcriptions" : { "pinyin" : "zhì yí", + "numeric" : "zhi4 yi2", + "wadegiles" : "chih⁴ i²", + "bopomofo" : "ㄓˋ ㄧˊ", + "romatzyh" : "jyh yi" }, + "meanings" : [ "to call into question", + "to question (truth or validity)" ], + "classifiers" : [] } ] }, + { "simplified" : "秩序", + "radical" : "禾", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4066, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "秩序", + "transcriptions" : { "pinyin" : "zhì xù", + "numeric" : "zhi4 xu4", + "wadegiles" : "chih⁴ hsü⁴", + "bopomofo" : "ㄓˋ ㄒㄩˋ", + "romatzyh" : "jyh shiuh" }, + "meanings" : [ "order (orderly)", + "order (sequence)", + "social order", + "the state (of society)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "致", + "radical" : "至", + "level" : [ "new-7+" ], + "frequency" : 3258, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "緻", + "transcriptions" : { "pinyin" : "zhì", + "numeric" : "zhi4", + "wadegiles" : "chih⁴", + "bopomofo" : "ㄓˋ", + "romatzyh" : "jyh" }, + "meanings" : [ "(bound form) fine; delicate; exquisite" ], + "classifiers" : [] }, + { "traditional" : "致", + "transcriptions" : { "pinyin" : "zhì", + "numeric" : "zhi4", + "wadegiles" : "chih⁴", + "bopomofo" : "ㄓˋ", + "romatzyh" : "jyh" }, + "meanings" : [ "to send", + "to devote", + "to deliver", + "to cause", + "to convey" ], + "classifiers" : [] } ] }, + { "simplified" : "致辞", + "radical" : "至", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15818, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "致辭", + "transcriptions" : { "pinyin" : "zhì cí", + "numeric" : "zhi4 ci2", + "wadegiles" : "chih⁴ tz'u²", + "bopomofo" : "ㄓˋ ㄘˊ", + "romatzyh" : "jyh tsyr" }, + "meanings" : [ "to express in words or writing", + "to make a speech (esp. short introduction, vote of thanks, afterword, funeral homily etc)", + "to address (an audience)", + "same as 致词" ], + "classifiers" : [] } ] }, + { "simplified" : "致富", + "radical" : "至", + "level" : [ "new-7+" ], + "frequency" : 15406, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "致富", + "transcriptions" : { "pinyin" : "zhì fù", + "numeric" : "zhi4 fu4", + "wadegiles" : "chih⁴ fu⁴", + "bopomofo" : "ㄓˋ ㄈㄨˋ", + "romatzyh" : "jyh fuh" }, + "meanings" : [ "to become rich" ], + "classifiers" : [] } ] }, + { "simplified" : "致敬", + "radical" : "至", + "level" : [ "new-7+" ], + "frequency" : 8598, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "致敬", + "transcriptions" : { "pinyin" : "zhì jìng", + "numeric" : "zhi4 jing4", + "wadegiles" : "chih⁴ ching⁴", + "bopomofo" : "ㄓˋ ㄐㄧㄥˋ", + "romatzyh" : "jyh jinq" }, + "meanings" : [ "to salute", + "to pay one's respects to", + "to pay tribute to", + "to pay homage to" ], + "classifiers" : [] } ] }, + { "simplified" : "致力于", + "radical" : "至", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6734, + "pos" : [], + "forms" : [ { "traditional" : "致力於", + "transcriptions" : { "pinyin" : "zhìlìyú", + "numeric" : "zhìlìyú", + "wadegiles" : "zhìlìyú", + "bopomofo" : "zhìlìyú", + "romatzyh" : "zhìlìyú" }, + "meanings" : [ "Dedicate" ], + "classifiers" : [] } ] }, + { "simplified" : "致命", + "radical" : "至", + "level" : [ "new-7+" ], + "frequency" : 5285, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "致命", + "transcriptions" : { "pinyin" : "zhì mìng", + "numeric" : "zhi4 ming4", + "wadegiles" : "chih⁴ ming⁴", + "bopomofo" : "ㄓˋ ㄇㄧㄥˋ", + "romatzyh" : "jyh minq" }, + "meanings" : [ "fatal", + "mortal", + "deadly", + "to sacrifice one's life" ], + "classifiers" : [] } ] }, + { "simplified" : "致使", + "radical" : "至", + "level" : [ "new-7+", "old-6" ], + "frequency" : 11597, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "致使", + "transcriptions" : { "pinyin" : "zhì shǐ", + "numeric" : "zhi4 shi3", + "wadegiles" : "chih⁴ shih³", + "bopomofo" : "ㄓˋ ㄕˇ", + "romatzyh" : "jyh shyy" }, + "meanings" : [ "to cause", "to result in" ], + "classifiers" : [] } ] }, + { "simplified" : "窒息", + "radical" : "穴", + "level" : [ "new-7+" ], + "frequency" : 7332, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "窒息", + "transcriptions" : { "pinyin" : "zhì xī", + "numeric" : "zhi4 xi1", + "wadegiles" : "chih⁴ hsi¹", + "bopomofo" : "ㄓˋ ㄒㄧ", + "romatzyh" : "jyh shi" }, + "meanings" : [ "to choke", + "to stifle", + "to suffocate" ], + "classifiers" : [] } ] }, + { "simplified" : "智慧", + "radical" : "日", + "level" : [ "new-6", "old-5" ], + "frequency" : 3247, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "智慧", + "transcriptions" : { "pinyin" : "zhì huì", + "numeric" : "zhi4 hui4", + "wadegiles" : "chih⁴ hui⁴", + "bopomofo" : "ㄓˋ ㄏㄨㄟˋ", + "romatzyh" : "jyh huey" }, + "meanings" : [ "wisdom", + "knowledge", + "intelligent", + "intelligence" ], + "classifiers" : [] } ] }, + { "simplified" : "智力", + "radical" : "日", + "level" : [ "new-4", "old-6" ], + "frequency" : 6821, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "智力", + "transcriptions" : { "pinyin" : "zhì lì", + "numeric" : "zhi4 li4", + "wadegiles" : "chih⁴ li⁴", + "bopomofo" : "ㄓˋ ㄌㄧˋ", + "romatzyh" : "jyh lih" }, + "meanings" : [ "intelligence", "intellect" ], + "classifiers" : [] } ] }, + { "simplified" : "智能", + "radical" : "日", + "level" : [ "new-4", "old-6" ], + "frequency" : 6940, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "智能", + "transcriptions" : { "pinyin" : "zhì néng", + "numeric" : "zhi4 neng2", + "wadegiles" : "chih⁴ neng²", + "bopomofo" : "ㄓˋ ㄋㄥˊ", + "romatzyh" : "jyh neng" }, + "meanings" : [ "intelligent", + "able", + "smart (phone, system, bomb etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "智商", + "radical" : "日", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7392, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "智商", + "transcriptions" : { "pinyin" : "zhì shāng", + "numeric" : "zhi4 shang1", + "wadegiles" : "chih⁴ shang¹", + "bopomofo" : "ㄓˋ ㄕㄤ", + "romatzyh" : "jyh shang" }, + "meanings" : [ "IQ (intelligence quotient)" ], + "classifiers" : [] } ] }, + { "simplified" : "滞后", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 22998, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "滯後", + "transcriptions" : { "pinyin" : "zhì hòu", + "numeric" : "zhi4 hou4", + "wadegiles" : "chih⁴ hou⁴", + "bopomofo" : "ㄓˋ ㄏㄡˋ", + "romatzyh" : "jyh how" }, + "meanings" : [ "to lag behind" ], + "classifiers" : [] } ] }, + { "simplified" : "滞留", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15567, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "滯留", + "transcriptions" : { "pinyin" : "zhì liú", + "numeric" : "zhi4 liu2", + "wadegiles" : "chih⁴ liu²", + "bopomofo" : "ㄓˋ ㄌㄧㄡˊ", + "romatzyh" : "jyh liou" }, + "meanings" : [ "(of a person) to remain in (a place) (due to circumstances that prevent one leaving); to be stranded", + "(of sth that would typically dissipate, e.g. floodwater, pollutants) to remain; to linger" ], + "classifiers" : [] } ] }, + { "simplified" : "置", + "radical" : "罒", + "level" : [ "new-7+" ], + "frequency" : 3076, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "置", + "transcriptions" : { "pinyin" : "zhì", + "numeric" : "zhi4", + "wadegiles" : "chih⁴", + "bopomofo" : "ㄓˋ", + "romatzyh" : "jyh" }, + "meanings" : [ "to install", + "to place", + "to put", + "to buy" ], + "classifiers" : [] } ] }, + { "simplified" : "中", + "radical" : "丨", + "level" : [ "new-1" ], + "frequency" : 71, + "pos" : [ "f", "b", "v" ], + "forms" : [ { "traditional" : "中", + "transcriptions" : { "pinyin" : "Zhōng", + "numeric" : "Zhong1", + "wadegiles" : "chung¹", + "bopomofo" : "ㄓㄨㄥ", + "romatzyh" : "jong" }, + "meanings" : [ "China", + "Chinese", + "surname Zhong" ], + "classifiers" : [] }, + { "traditional" : "中", + "transcriptions" : { "pinyin" : "zhōng", + "numeric" : "zhong1", + "wadegiles" : "chung¹", + "bopomofo" : "ㄓㄨㄥ", + "romatzyh" : "jong" }, + "meanings" : [ "within; among; in", + "middle; center", + "while (doing sth); during", + "(dialect) OK; all right" ], + "classifiers" : [] }, + { "traditional" : "中", + "transcriptions" : { "pinyin" : "zhòng", + "numeric" : "zhong4", + "wadegiles" : "chung⁴", + "bopomofo" : "ㄓㄨㄥˋ", + "romatzyh" : "jonq" }, + "meanings" : [ "to hit (the mark)", + "to be hit by", + "to suffer", + "to win (a prize, a lottery)" ], + "classifiers" : [] } ] }, + { "simplified" : "中部", + "radical" : "丨", + "level" : [ "new-3" ], + "frequency" : 6364, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "中部", + "transcriptions" : { "pinyin" : "zhōng bù", + "numeric" : "zhong1 bu4", + "wadegiles" : "chung¹ pu⁴", + "bopomofo" : "ㄓㄨㄥ ㄅㄨˋ", + "romatzyh" : "jong buh" }, + "meanings" : [ "middle part", "central section" ], + "classifiers" : [] } ] }, + { "simplified" : "中餐", + "radical" : "丨", + "level" : [ "new-2" ], + "frequency" : 14640, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中餐", + "transcriptions" : { "pinyin" : "zhōng cān", + "numeric" : "zhong1 can1", + "wadegiles" : "chung¹ ts'an¹", + "bopomofo" : "ㄓㄨㄥ ㄘㄢ", + "romatzyh" : "jong tsan" }, + "meanings" : [ "lunch", + "Chinese meal", + "Chinese food" ], + "classifiers" : [ "份", "顿" ] } ] }, + { "simplified" : "中等", + "radical" : "丨", + "level" : [ "new-6" ], + "frequency" : 8572, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "中等", + "transcriptions" : { "pinyin" : "zhōng děng", + "numeric" : "zhong1 deng3", + "wadegiles" : "chung¹ teng³", + "bopomofo" : "ㄓㄨㄥ ㄉㄥˇ", + "romatzyh" : "jong deeng" }, + "meanings" : [ "medium" ], + "classifiers" : [] } ] }, + { "simplified" : "中毒", + "radical" : "丨", + "level" : [ "new-5" ], + "frequency" : 5105, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "中毒", + "transcriptions" : { "pinyin" : "zhòng dú", + "numeric" : "zhong4 du2", + "wadegiles" : "chung⁴ tu²", + "bopomofo" : "ㄓㄨㄥˋ ㄉㄨˊ", + "romatzyh" : "jonq dwu" }, + "meanings" : [ "to be poisoned" ], + "classifiers" : [] } ] }, + { "simplified" : "中断", + "radical" : "丨", + "level" : [ "new-5", "old-6" ], + "frequency" : 6613, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "中斷", + "transcriptions" : { "pinyin" : "zhōng duàn", + "numeric" : "zhong1 duan4", + "wadegiles" : "chung¹ tuan⁴", + "bopomofo" : "ㄓㄨㄥ ㄉㄨㄢˋ", + "romatzyh" : "jong duann" }, + "meanings" : [ "to cut short", + "to break off", + "to discontinue", + "to interrupt" ], + "classifiers" : [] } ] }, + { "simplified" : "中国", + "radical" : "丨", + "level" : [ "new-1", "old-1" ], + "frequency" : 729, + "pos" : [ "ns" ], + "forms" : [ { "traditional" : "中國", + "transcriptions" : { "pinyin" : "Zhōng guó", + "numeric" : "Zhong1 guo2", + "wadegiles" : "chung¹ kuo²", + "bopomofo" : "ㄓㄨㄥ ㄍㄨㄛˊ", + "romatzyh" : "jong gwo" }, + "meanings" : [ "China" ], + "classifiers" : [] } ] }, + { "simplified" : "中国画", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 30455, + "pos" : [], + "forms" : [ { "traditional" : "中國畫", + "transcriptions" : { "pinyin" : "Zhōng guó huà", + "numeric" : "Zhong1 guo2 hua4", + "wadegiles" : "chung¹ kuo² hua⁴", + "bopomofo" : "ㄓㄨㄥ ㄍㄨㄛˊ ㄏㄨㄚˋ", + "romatzyh" : "jong gwo huah" }, + "meanings" : [ "Chinese painting" ], + "classifiers" : [] } ] }, + { "simplified" : "中华", + "radical" : "丨", + "level" : [ "new-6" ], + "frequency" : 21349, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "中華", + "transcriptions" : { "pinyin" : "Zhōng huá", + "numeric" : "Zhong1 hua2", + "wadegiles" : "chung¹ hua²", + "bopomofo" : "ㄓㄨㄥ ㄏㄨㄚˊ", + "romatzyh" : "jong hwa" }, + "meanings" : [ "China (alternate formal name)" ], + "classifiers" : [] } ] }, + { "simplified" : "中华民族", + "radical" : "丨", + "level" : [ "new-3" ], + "frequency" : 6125, + "pos" : [], + "forms" : [ { "traditional" : "中華民族", + "transcriptions" : { "pinyin" : "Zhōng huá mín zú", + "numeric" : "Zhong1 hua2 min2 zu2", + "wadegiles" : "chung¹ hua² min² tsu²", + "bopomofo" : "ㄓㄨㄥ ㄏㄨㄚˊ ㄇㄧㄣˊ ㄗㄨˊ", + "romatzyh" : "jong hwa min tzwu" }, + "meanings" : [ "the Chinese nation", + "the Chinese people (collective reference to all the ethnic groups in China)" ], + "classifiers" : [] } ] }, + { "simplified" : "中级", + "radical" : "丨", + "level" : [ "new-2" ], + "frequency" : 20452, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "中級", + "transcriptions" : { "pinyin" : "zhōng jí", + "numeric" : "zhong1 ji2", + "wadegiles" : "chung¹ chi²", + "bopomofo" : "ㄓㄨㄥ ㄐㄧˊ", + "romatzyh" : "jong jyi" }, + "meanings" : [ "middle level (in a hierarchy)" ], + "classifiers" : [] } ] }, + { "simplified" : "中间", + "radical" : "丨", + "level" : [ "new-1", "old-3" ], + "frequency" : 1889, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "中間", + "transcriptions" : { "pinyin" : "zhōng jiān", + "numeric" : "zhong1 jian1", + "wadegiles" : "chung¹ chien¹", + "bopomofo" : "ㄓㄨㄥ ㄐㄧㄢ", + "romatzyh" : "jong jian" }, + "meanings" : [ "the middle; the inside", + "in the middle; within; between; among", + "during; in the meantime" ], + "classifiers" : [] } ] }, + { "simplified" : "中奖", + "radical" : "丨", + "level" : [ "new-4" ], + "frequency" : 8049, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "中獎", + "transcriptions" : { "pinyin" : "zhòng jiǎng", + "numeric" : "zhong4 jiang3", + "wadegiles" : "chung⁴ chiang³", + "bopomofo" : "ㄓㄨㄥˋ ㄐㄧㄤˇ", + "romatzyh" : "jonq jeang" }, + "meanings" : [ "to win a prize (in a lottery etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "中介", + "radical" : "丨", + "level" : [ "new-4", "old-5" ], + "frequency" : 8051, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中介", + "transcriptions" : { "pinyin" : "zhōng jiè", + "numeric" : "zhong1 jie4", + "wadegiles" : "chung¹ chieh⁴", + "bopomofo" : "ㄓㄨㄥ ㄐㄧㄝˋ", + "romatzyh" : "jong jieh" }, + "meanings" : [ "to act as intermediary", + "to link", + "intermediate", + "inter-", + "agency", + "agent" ], + "classifiers" : [] } ] }, + { "simplified" : "中立", + "radical" : "丨", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12236, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "中立", + "transcriptions" : { "pinyin" : "zhōng lì", + "numeric" : "zhong1 li4", + "wadegiles" : "chung¹ li⁴", + "bopomofo" : "ㄓㄨㄥ ㄌㄧˋ", + "romatzyh" : "jong lih" }, + "meanings" : [ "neutral", "neutrality" ], + "classifiers" : [] } ] }, + { "simplified" : "中年", + "radical" : "丨", + "level" : [ "new-2" ], + "frequency" : 6470, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "中年", + "transcriptions" : { "pinyin" : "zhōng nián", + "numeric" : "zhong1 nian2", + "wadegiles" : "chung¹ nien²", + "bopomofo" : "ㄓㄨㄥ ㄋㄧㄢˊ", + "romatzyh" : "jong nian" }, + "meanings" : [ "middle age" ], + "classifiers" : [] } ] }, + { "simplified" : "中期", + "radical" : "丨", + "level" : [ "new-6" ], + "frequency" : 9674, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "中期", + "transcriptions" : { "pinyin" : "zhōng qī", + "numeric" : "zhong1 qi1", + "wadegiles" : "chung¹ ch'i¹", + "bopomofo" : "ㄓㄨㄥ ㄑㄧ", + "romatzyh" : "jong chi" }, + "meanings" : [ "middle (of a period of time)", + "medium-term (plan, forecast etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "中秋节", + "radical" : "丨", + "level" : [ "new-5" ], + "frequency" : 44601, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "中秋節", + "transcriptions" : { "pinyin" : "Zhōng qiū jié", + "numeric" : "Zhong1 qiu1 jie2", + "wadegiles" : "chung¹ ch'iu¹ chieh²", + "bopomofo" : "ㄓㄨㄥ ㄑㄧㄡ ㄐㄧㄝˊ", + "romatzyh" : "jong chiou jye" }, + "meanings" : [ "the Mid-Autumn Festival on 15th of 8th lunar month" ], + "classifiers" : [] } ] }, + { "simplified" : "中途", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 8486, + "pos" : [ "d", "s" ], + "forms" : [ { "traditional" : "中途", + "transcriptions" : { "pinyin" : "zhōng tú", + "numeric" : "zhong1 tu2", + "wadegiles" : "chung¹ t'u²", + "bopomofo" : "ㄓㄨㄥ ㄊㄨˊ", + "romatzyh" : "jong twu" }, + "meanings" : [ "midway" ], + "classifiers" : [] } ] }, + { "simplified" : "中外", + "radical" : "丨", + "level" : [ "new-6" ], + "frequency" : 19472, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "中外", + "transcriptions" : { "pinyin" : "zhōng wài", + "numeric" : "zhong1 wai4", + "wadegiles" : "chung¹ wai⁴", + "bopomofo" : "ㄓㄨㄥ ㄨㄞˋ", + "romatzyh" : "jong way" }, + "meanings" : [ "Sino-foreign", + "Chinese-foreign", + "home and abroad" ], + "classifiers" : [] } ] }, + { "simplified" : "中文", + "radical" : "丨", + "level" : [ "new-1", "old-4" ], + "frequency" : 6459, + "pos" : [ "nz" ], + "forms" : [ { "traditional" : "中文", + "transcriptions" : { "pinyin" : "Zhōng wén", + "numeric" : "Zhong1 wen2", + "wadegiles" : "chung¹ wen²", + "bopomofo" : "ㄓㄨㄥ ㄨㄣˊ", + "romatzyh" : "jong wen" }, + "meanings" : [ "Chinese language" ], + "classifiers" : [] } ] }, + { "simplified" : "中午", + "radical" : "丨", + "level" : [ "new-1", "old-1" ], + "frequency" : 2600, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "中午", + "transcriptions" : { "pinyin" : "zhōng wǔ", + "numeric" : "zhong1 wu3", + "wadegiles" : "chung¹ wu³", + "bopomofo" : "ㄓㄨㄥ ㄨˇ", + "romatzyh" : "jong wuu" }, + "meanings" : [ "noon", "midday" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "中小学", + "radical" : "丨", + "level" : [ "new-2" ], + "frequency" : 29379, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中小學", + "transcriptions" : { "pinyin" : "zhōng xiǎo xué", + "numeric" : "zhong1 xiao3 xue2", + "wadegiles" : "chung¹ hsiao³ hsüeh²", + "bopomofo" : "ㄓㄨㄥ ㄒㄧㄠˇ ㄒㄩㄝˊ", + "romatzyh" : "jong sheau shyue" }, + "meanings" : [ "middle and elementary school" ], + "classifiers" : [] } ] }, + { "simplified" : "中心", + "radical" : "丨", + "level" : [ "new-2", "old-5" ], + "frequency" : 661, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中心", + "transcriptions" : { "pinyin" : "zhōng xīn", + "numeric" : "zhong1 xin1", + "wadegiles" : "chung¹ hsin¹", + "bopomofo" : "ㄓㄨㄥ ㄒㄧㄣ", + "romatzyh" : "jong shin" }, + "meanings" : [ "center", "heart", "core" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "中型", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 20887, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "中型", + "transcriptions" : { "pinyin" : "zhōng xíng", + "numeric" : "zhong1 xing2", + "wadegiles" : "chung¹ hsing²", + "bopomofo" : "ㄓㄨㄥ ㄒㄧㄥˊ", + "romatzyh" : "jong shyng" }, + "meanings" : [ "medium sized" ], + "classifiers" : [] } ] }, + { "simplified" : "中性", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 17507, + "pos" : [ "n", "b" ], + "forms" : [ { "traditional" : "中性", + "transcriptions" : { "pinyin" : "zhōng xìng", + "numeric" : "zhong1 xing4", + "wadegiles" : "chung¹ hsing⁴", + "bopomofo" : "ㄓㄨㄥ ㄒㄧㄥˋ", + "romatzyh" : "jong shinq" }, + "meanings" : [ "neutral" ], + "classifiers" : [] } ] }, + { "simplified" : "中学", + "radical" : "丨", + "level" : [ "new-1" ], + "frequency" : 4042, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中學", + "transcriptions" : { "pinyin" : "zhōng xué", + "numeric" : "zhong1 xue2", + "wadegiles" : "chung¹ hsüeh²", + "bopomofo" : "ㄓㄨㄥ ㄒㄩㄝˊ", + "romatzyh" : "jong shyue" }, + "meanings" : [ "middle school" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "中学生", + "radical" : "丨", + "level" : [ "new-1" ], + "frequency" : 12707, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中學生", + "transcriptions" : { "pinyin" : "zhōng xué shēng", + "numeric" : "zhong1 xue2 sheng1", + "wadegiles" : "chung¹ hsüeh² sheng¹", + "bopomofo" : "ㄓㄨㄥ ㄒㄩㄝˊ ㄕㄥ", + "romatzyh" : "jong shyue sheng" }, + "meanings" : [ "middle-school student", + "high school student" ], + "classifiers" : [] } ] }, + { "simplified" : "中旬", + "radical" : "丨", + "level" : [ "new-7+", "old-5" ], + "frequency" : 15789, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "中旬", + "transcriptions" : { "pinyin" : "zhōng xún", + "numeric" : "zhong1 xun2", + "wadegiles" : "chung¹ hsün²", + "bopomofo" : "ㄓㄨㄥ ㄒㄩㄣˊ", + "romatzyh" : "jong shyun" }, + "meanings" : [ "middle third of a month" ], + "classifiers" : [] } ] }, + { "simplified" : "中央", + "radical" : "丨", + "level" : [ "new-5", "old-6" ], + "frequency" : 1962, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中央", + "transcriptions" : { "pinyin" : "zhōng yāng", + "numeric" : "zhong1 yang1", + "wadegiles" : "chung¹ yang¹", + "bopomofo" : "ㄓㄨㄥ ㄧㄤ", + "romatzyh" : "jong iang" }, + "meanings" : [ "central", + "middle", + "center", + "central authorities (of a state)" ], + "classifiers" : [] } ] }, + { "simplified" : "中药", + "radical" : "丨", + "level" : [ "new-5" ], + "frequency" : 22936, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中藥", + "transcriptions" : { "pinyin" : "zhōng yào", + "numeric" : "zhong1 yao4", + "wadegiles" : "chung¹ yao⁴", + "bopomofo" : "ㄓㄨㄥ ㄧㄠˋ", + "romatzyh" : "jong yaw" }, + "meanings" : [ "traditional Chinese medicine" ], + "classifiers" : [ "服", "种" ] } ] }, + { "simplified" : "中医", + "radical" : "丨", + "level" : [ "new-2" ], + "frequency" : 18327, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中醫", + "transcriptions" : { "pinyin" : "Zhōng yī", + "numeric" : "Zhong1 yi1", + "wadegiles" : "chung¹ i¹", + "bopomofo" : "ㄓㄨㄥ ㄧ", + "romatzyh" : "jong i" }, + "meanings" : [ "traditional Chinese medical science", + "a doctor trained in Chinese medicine" ], + "classifiers" : [] } ] }, + { "simplified" : "中庸", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 27576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "中庸", + "transcriptions" : { "pinyin" : "Zhōng yōng", + "numeric" : "Zhong1 yong1", + "wadegiles" : "chung¹ yung¹", + "bopomofo" : "ㄓㄨㄥ ㄩㄥ", + "romatzyh" : "jong iong" }, + "meanings" : [ "the Doctrine of the Mean, one of the Four Books 四书" ], + "classifiers" : [] }, + { "traditional" : "中庸", + "transcriptions" : { "pinyin" : "zhōng yōng", + "numeric" : "zhong1 yong1", + "wadegiles" : "chung¹ yung¹", + "bopomofo" : "ㄓㄨㄥ ㄩㄥ", + "romatzyh" : "jong iong" }, + "meanings" : [ "golden mean (Confucianism)", + "(literary) (of person) mediocre", + "ordinary" ], + "classifiers" : [] } ] }, + { "simplified" : "中止", + "radical" : "丨", + "level" : [ "new-7+" ], + "frequency" : 9809, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "中止", + "transcriptions" : { "pinyin" : "zhōng zhǐ", + "numeric" : "zhong1 zhi3", + "wadegiles" : "chung¹ chih³", + "bopomofo" : "ㄓㄨㄥ ㄓˇ", + "romatzyh" : "jong jyy" }, + "meanings" : [ "to cease", + "to suspend", + "to break off", + "to stop", + "to discontinue" ], + "classifiers" : [] } ] }, + { "simplified" : "忠诚", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5148, + "pos" : [ "a", "an", "v", "ad" ], + "forms" : [ { "traditional" : "忠誠", + "transcriptions" : { "pinyin" : "zhōng chéng", + "numeric" : "zhong1 cheng2", + "wadegiles" : "chung¹ ch'eng²", + "bopomofo" : "ㄓㄨㄥ ㄔㄥˊ", + "romatzyh" : "jong cherng" }, + "meanings" : [ "devoted", + "loyal", + "fidelity", + "loyalty" ], + "classifiers" : [] } ] }, + { "simplified" : "忠实", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7296, + "pos" : [ "a", "ad", "v" ], + "forms" : [ { "traditional" : "忠實", + "transcriptions" : { "pinyin" : "zhōng shí", + "numeric" : "zhong1 shi2", + "wadegiles" : "chung¹ shih²", + "bopomofo" : "ㄓㄨㄥ ㄕˊ", + "romatzyh" : "jong shyr" }, + "meanings" : [ "faithful" ], + "classifiers" : [] } ] }, + { "simplified" : "忠心", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 15871, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "忠心", + "transcriptions" : { "pinyin" : "zhōng xīn", + "numeric" : "zhong1 xin1", + "wadegiles" : "chung¹ hsin¹", + "bopomofo" : "ㄓㄨㄥ ㄒㄧㄣ", + "romatzyh" : "jong shin" }, + "meanings" : [ "good faith", + "devotion", + "loyalty", + "dedication" ], + "classifiers" : [] } ] }, + { "simplified" : "忠于", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 10589, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "忠於", + "transcriptions" : { "pinyin" : "zhōng yú", + "numeric" : "zhong1 yu2", + "wadegiles" : "chung¹ yü²", + "bopomofo" : "ㄓㄨㄥ ㄩˊ", + "romatzyh" : "jong yu" }, + "meanings" : [ "to be loyal to" ], + "classifiers" : [] } ] }, + { "simplified" : "忠贞", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 25720, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "忠貞", + "transcriptions" : { "pinyin" : "zhōng zhēn", + "numeric" : "zhong1 zhen1", + "wadegiles" : "chung¹ chen¹", + "bopomofo" : "ㄓㄨㄥ ㄓㄣ", + "romatzyh" : "jong jen" }, + "meanings" : [ "loyal and dependable" ], + "classifiers" : [] } ] }, + { "simplified" : "终点", + "radical" : "纟", + "level" : [ "new-5", "old-6" ], + "frequency" : 6594, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "終點", + "transcriptions" : { "pinyin" : "zhōng diǎn", + "numeric" : "zhong1 dian3", + "wadegiles" : "chung¹ tien³", + "bopomofo" : "ㄓㄨㄥ ㄉㄧㄢˇ", + "romatzyh" : "jong dean" }, + "meanings" : [ "the end", + "end point", + "finishing line (in a race)", + "destination", + "terminus" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "终结", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 7108, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "終結", + "transcriptions" : { "pinyin" : "zhōng jié", + "numeric" : "zhong1 jie2", + "wadegiles" : "chung¹ chieh²", + "bopomofo" : "ㄓㄨㄥ ㄐㄧㄝˊ", + "romatzyh" : "jong jye" }, + "meanings" : [ "end; conclusion", + "to come to an end; to terminate (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "终究", + "radical" : "纟", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7641, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "終究", + "transcriptions" : { "pinyin" : "zhōng jiū", + "numeric" : "zhong1 jiu1", + "wadegiles" : "chung¹ chiu¹", + "bopomofo" : "ㄓㄨㄥ ㄐㄧㄡ", + "romatzyh" : "jong jiou" }, + "meanings" : [ "in the end", + "after all is said and done" ], + "classifiers" : [] } ] }, + { "simplified" : "终年", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 36457, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "終年", + "transcriptions" : { "pinyin" : "zhōng nián", + "numeric" : "zhong1 nian2", + "wadegiles" : "chung¹ nien²", + "bopomofo" : "ㄓㄨㄥ ㄋㄧㄢˊ", + "romatzyh" : "jong nian" }, + "meanings" : [ "entire year", + "throughout the year", + "age at death" ], + "classifiers" : [] } ] }, + { "simplified" : "终身", + "radical" : "纟", + "level" : [ "new-5", "old-6" ], + "frequency" : 6075, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "終身", + "transcriptions" : { "pinyin" : "zhōng shēn", + "numeric" : "zhong1 shen1", + "wadegiles" : "chung¹ shen¹", + "bopomofo" : "ㄓㄨㄥ ㄕㄣ", + "romatzyh" : "jong shen" }, + "meanings" : [ "lifelong", + "all one's life", + "marriage" ], + "classifiers" : [] } ] }, + { "simplified" : "终生", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 9351, + "pos" : [ "m", "d", "b" ], + "forms" : [ { "traditional" : "終生", + "transcriptions" : { "pinyin" : "zhōng shēng", + "numeric" : "zhong1 sheng1", + "wadegiles" : "chung¹ sheng¹", + "bopomofo" : "ㄓㄨㄥ ㄕㄥ", + "romatzyh" : "jong sheng" }, + "meanings" : [ "throughout one's life", + "lifetime; lifelong" ], + "classifiers" : [] } ] }, + { "simplified" : "终于", + "radical" : "纟", + "level" : [ "new-3", "old-3" ], + "frequency" : 625, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "終於", + "transcriptions" : { "pinyin" : "zhōng yú", + "numeric" : "zhong1 yu2", + "wadegiles" : "chung¹ yü²", + "bopomofo" : "ㄓㄨㄥ ㄩˊ", + "romatzyh" : "jong yu" }, + "meanings" : [ "at last", + "in the end", + "finally", + "eventually" ], + "classifiers" : [] } ] }, + { "simplified" : "终止", + "radical" : "纟", + "level" : [ "new-5", "old-6" ], + "frequency" : 6256, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "終止", + "transcriptions" : { "pinyin" : "zhōng zhǐ", + "numeric" : "zhong1 zhi3", + "wadegiles" : "chung¹ chih³", + "bopomofo" : "ㄓㄨㄥ ㄓˇ", + "romatzyh" : "jong jyy" }, + "meanings" : [ "to stop; to terminate" ], + "classifiers" : [] } ] }, + { "simplified" : "钟", + "radical" : "钅", + "level" : [ "new-3", "old-5" ], + "frequency" : 1714, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "鍾", + "transcriptions" : { "pinyin" : "Zhōng", + "numeric" : "Zhong1", + "wadegiles" : "chung¹", + "bopomofo" : "ㄓㄨㄥ", + "romatzyh" : "jong" }, + "meanings" : [ "surname Zhong" ], + "classifiers" : [] }, + { "traditional" : "鍾", + "transcriptions" : { "pinyin" : "zhōng", + "numeric" : "zhong1", + "wadegiles" : "chung¹", + "bopomofo" : "ㄓㄨㄥ", + "romatzyh" : "jong" }, + "meanings" : [ "handleless cup", + "goblet", + "to concentrate", + "variant of 钟" ], + "classifiers" : [] }, + { "traditional" : "鐘", + "transcriptions" : { "pinyin" : "zhōng", + "numeric" : "zhong1", + "wadegiles" : "chung¹", + "bopomofo" : "ㄓㄨㄥ", + "romatzyh" : "jong" }, + "meanings" : [ "clock", + "o'clock", + "time as measured in hours and minutes", + "bell" ], + "classifiers" : [ "架", "座" ] } ] }, + { "simplified" : "钟头", + "radical" : "钅", + "level" : [ "new-6" ], + "frequency" : 12772, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鐘頭", + "transcriptions" : { "pinyin" : "zhōng tóu", + "numeric" : "zhong1 tou2", + "wadegiles" : "chung¹ t'ou²", + "bopomofo" : "ㄓㄨㄥ ㄊㄡˊ", + "romatzyh" : "jong tour" }, + "meanings" : [ "hour" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "衷心", + "radical" : "衣", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10293, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "衷心", + "transcriptions" : { "pinyin" : "zhōng xīn", + "numeric" : "zhong1 xin1", + "wadegiles" : "chung¹ hsin¹", + "bopomofo" : "ㄓㄨㄥ ㄒㄧㄣ", + "romatzyh" : "jong shin" }, + "meanings" : [ "heartfelt", + "wholehearted", + "cordial" ], + "classifiers" : [] } ] }, + { "simplified" : "肿", + "radical" : "⺼", + "level" : [ "new-6" ], + "frequency" : 4469, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "腫", + "transcriptions" : { "pinyin" : "zhǒng", + "numeric" : "zhong3", + "wadegiles" : "chung³", + "bopomofo" : "ㄓㄨㄥˇ", + "romatzyh" : "joong" }, + "meanings" : [ "to swell", "swelling", "swollen" ], + "classifiers" : [] } ] }, + { "simplified" : "肿瘤", + "radical" : "⺼", + "level" : [ "new-7+", "old-6" ], + "frequency" : 3230, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "腫瘤", + "transcriptions" : { "pinyin" : "zhǒng liú", + "numeric" : "zhong3 liu2", + "wadegiles" : "chung³ liu²", + "bopomofo" : "ㄓㄨㄥˇ ㄌㄧㄡˊ", + "romatzyh" : "joong liou" }, + "meanings" : [ "tumor" ], + "classifiers" : [] } ] }, + { "simplified" : "种", + "radical" : "禾", + "level" : [ "new-3", "old-3" ], + "frequency" : 179, + "pos" : [ "q", "v", "g" ], + "forms" : [ { "traditional" : "種", + "transcriptions" : { "pinyin" : "zhǒng", + "numeric" : "zhong3", + "wadegiles" : "chung³", + "bopomofo" : "ㄓㄨㄥˇ", + "romatzyh" : "joong" }, + "meanings" : [ "seed", + "species", + "kind", + "type", + "classifier for types, kinds, sorts" ], + "classifiers" : [] }, + { "traditional" : "種", + "transcriptions" : { "pinyin" : "zhòng", + "numeric" : "zhong4", + "wadegiles" : "chung⁴", + "bopomofo" : "ㄓㄨㄥˋ", + "romatzyh" : "jonq" }, + "meanings" : [ "to plant", + "to grow", + "to cultivate" ], + "classifiers" : [] } ] }, + { "simplified" : "种类", + "radical" : "禾", + "level" : [ "new-4" ], + "frequency" : 7596, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "種類", + "transcriptions" : { "pinyin" : "zhǒng lèi", + "numeric" : "zhong3 lei4", + "wadegiles" : "chung³ lei⁴", + "bopomofo" : "ㄓㄨㄥˇ ㄌㄟˋ", + "romatzyh" : "joong ley" }, + "meanings" : [ "kind", + "genus", + "type", + "category", + "variety", + "species", + "sort", + "class" ], + "classifiers" : [] } ] }, + { "simplified" : "种植", + "radical" : "禾", + "level" : [ "new-4" ], + "frequency" : 7377, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "種植", + "transcriptions" : { "pinyin" : "zhòng zhí", + "numeric" : "zhong4 zhi2", + "wadegiles" : "chung⁴ chih²", + "bopomofo" : "ㄓㄨㄥˋ ㄓˊ", + "romatzyh" : "jonq jyr" }, + "meanings" : [ "to plant; to grow (a crop); to cultivate" ], + "classifiers" : [] } ] }, + { "simplified" : "种种", + "radical" : "禾", + "level" : [ "new-6" ], + "frequency" : 6043, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "種種", + "transcriptions" : { "pinyin" : "zhǒng zhǒng", + "numeric" : "zhong3 zhong3", + "wadegiles" : "chung³ chung³", + "bopomofo" : "ㄓㄨㄥˇ ㄓㄨㄥˇ", + "romatzyh" : "joong joong" }, + "meanings" : [ "all kinds of" ], + "classifiers" : [] } ] }, + { "simplified" : "种子", + "radical" : "禾", + "level" : [ "new-3", "old-6" ], + "frequency" : 5365, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "種子", + "transcriptions" : { "pinyin" : "zhǒng zi", + "numeric" : "zhong3 zi5", + "wadegiles" : "chung³ zi", + "bopomofo" : "ㄓㄨㄥˇ zi", + "romatzyh" : "joong zi" }, + "meanings" : [ "seed" ], + "classifiers" : [ "颗", "粒" ] } ] }, + { "simplified" : "种族", + "radical" : "禾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7348, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "種族", + "transcriptions" : { "pinyin" : "zhǒng zú", + "numeric" : "zhong3 zu2", + "wadegiles" : "chung³ tsu²", + "bopomofo" : "ㄓㄨㄥˇ ㄗㄨˊ", + "romatzyh" : "joong tzwu" }, + "meanings" : [ "race", "ethnicity" ], + "classifiers" : [] } ] }, + { "simplified" : "仲裁", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 13626, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "仲裁", + "transcriptions" : { "pinyin" : "zhòng cái", + "numeric" : "zhong4 cai2", + "wadegiles" : "chung⁴ ts'ai²", + "bopomofo" : "ㄓㄨㄥˋ ㄘㄞˊ", + "romatzyh" : "jonq tsair" }, + "meanings" : [ "arbitration" ], + "classifiers" : [] } ] }, + { "simplified" : "众多", + "radical" : "人", + "level" : [ "new-5" ], + "frequency" : 4607, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "眾多", + "transcriptions" : { "pinyin" : "zhòng duō", + "numeric" : "zhong4 duo1", + "wadegiles" : "chung⁴ to¹", + "bopomofo" : "ㄓㄨㄥˋ ㄉㄨㄛ", + "romatzyh" : "jonq duo" }, + "meanings" : [ "numerous" ], + "classifiers" : [] } ] }, + { "simplified" : "众人", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 4898, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "眾人", + "transcriptions" : { "pinyin" : "zhòng rén", + "numeric" : "zhong4 ren2", + "wadegiles" : "chung⁴ jen²", + "bopomofo" : "ㄓㄨㄥˋ ㄖㄣˊ", + "romatzyh" : "jonq ren" }, + "meanings" : [ "everyone" ], + "classifiers" : [] } ] }, + { "simplified" : "众所周知", + "radical" : "人", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9992, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "眾所周知", + "transcriptions" : { "pinyin" : "zhòng suǒ zhōu zhī", + "numeric" : "zhong4 suo3 zhou1 zhi1", + "wadegiles" : "chung⁴ so³ chou¹ chih¹", + "bopomofo" : "ㄓㄨㄥˋ ㄙㄨㄛˇ ㄓㄡ ㄓ", + "romatzyh" : "jonq suoo jou jy" }, + "meanings" : [ "as everyone knows (idiom)" ], + "classifiers" : [] }, + { "traditional" : "眾所週知", + "transcriptions" : { "pinyin" : "zhòng suǒ zhōu zhī", + "numeric" : "zhong4 suo3 zhou1 zhi1", + "wadegiles" : "chung⁴ so³ chou¹ chih¹", + "bopomofo" : "ㄓㄨㄥˋ ㄙㄨㄛˇ ㄓㄡ ㄓ", + "romatzyh" : "jonq suoo jou jy" }, + "meanings" : [ "see 众所周知" ], + "classifiers" : [] } ] }, + { "simplified" : "众志成城", + "radical" : "人", + "level" : [ "new-7+" ], + "frequency" : 41428, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "眾志成城", + "transcriptions" : { "pinyin" : "zhòng zhì chéng chéng", + "numeric" : "zhong4 zhi4 cheng2 cheng2", + "wadegiles" : "chung⁴ chih⁴ ch'eng² ch'eng²", + "bopomofo" : "ㄓㄨㄥˋ ㄓˋ ㄔㄥˊ ㄔㄥˊ", + "romatzyh" : "jonq jyh cherng cherng" }, + "meanings" : [ "unity of will is an impregnable stronghold (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "重", + "radical" : "里", + "level" : [ "new-1", "old-5" ], + "frequency" : 608, + "pos" : [ "a", "d", "v", "q", "g" ], + "forms" : [ { "traditional" : "重", + "transcriptions" : { "pinyin" : "chóng", + "numeric" : "chong2", + "wadegiles" : "ch'ung²", + "bopomofo" : "ㄔㄨㄥˊ", + "romatzyh" : "chorng" }, + "meanings" : [ "to repeat", + "repetition", + "again", + "re-", + "classifier: layer" ], + "classifiers" : [] }, + { "traditional" : "重", + "transcriptions" : { "pinyin" : "zhòng", + "numeric" : "zhong4", + "wadegiles" : "chung⁴", + "bopomofo" : "ㄓㄨㄥˋ", + "romatzyh" : "jonq" }, + "meanings" : [ "heavy", + "serious", + "to attach importance to" ], + "classifiers" : [] } ] }, + { "simplified" : "重播", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 15349, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "重播", + "transcriptions" : { "pinyin" : "chóng bō", + "numeric" : "chong2 bo1", + "wadegiles" : "ch'ung² po¹", + "bopomofo" : "ㄔㄨㄥˊ ㄅㄛ", + "romatzyh" : "chorng bo" }, + "meanings" : [ "to replay", + "to rerun", + "(agriculture) to reseed", + "to oversow" ], + "classifiers" : [] } ] }, + { "simplified" : "重创", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 16454, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "重創", + "transcriptions" : { "pinyin" : "zhòng chuāng", + "numeric" : "zhong4 chuang1", + "wadegiles" : "chung⁴ ch'uang¹", + "bopomofo" : "ㄓㄨㄥˋ ㄔㄨㄤ", + "romatzyh" : "jonq chuang" }, + "meanings" : [ "to inflict heavy losses", + "to inflict serious damage" ], + "classifiers" : [] } ] }, + { "simplified" : "重大", + "radical" : "里", + "level" : [ "new-3" ], + "frequency" : 1734, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "重大", + "transcriptions" : { "pinyin" : "zhòng dà", + "numeric" : "zhong4 da4", + "wadegiles" : "chung⁴ ta⁴", + "bopomofo" : "ㄓㄨㄥˋ ㄉㄚˋ", + "romatzyh" : "jonq dah" }, + "meanings" : [ "great", + "important", + "major", + "significant" ], + "classifiers" : [] } ] }, + { "simplified" : "重点", + "radical" : "里", + "level" : [ "new-2", "old-4" ], + "frequency" : 1381, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "重點", + "transcriptions" : { "pinyin" : "chóng diǎn", + "numeric" : "chong2 dian3", + "wadegiles" : "ch'ung² tien³", + "bopomofo" : "ㄔㄨㄥˊ ㄉㄧㄢˇ", + "romatzyh" : "chorng dean" }, + "meanings" : [ "to recount (e.g. results of election)", + "to re-evaluate" ], + "classifiers" : [] }, + { "traditional" : "重點", + "transcriptions" : { "pinyin" : "zhòng diǎn", + "numeric" : "zhong4 dian3", + "wadegiles" : "chung⁴ tien³", + "bopomofo" : "ㄓㄨㄥˋ ㄉㄧㄢˇ", + "romatzyh" : "jonq dean" }, + "meanings" : [ "important point; main point; focus", + "key (project etc)", + "to focus on; to put the emphasis on" ], + "classifiers" : [] } ] }, + { "simplified" : "重叠", + "radical" : "里", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15699, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "重疊", + "transcriptions" : { "pinyin" : "chóng dié", + "numeric" : "chong2 die2", + "wadegiles" : "ch'ung² tieh²", + "bopomofo" : "ㄔㄨㄥˊ ㄉㄧㄝˊ", + "romatzyh" : "chorng dye" }, + "meanings" : [ "to overlap", + "to superimpose", + "to telescope", + "to run together", + "to duplicate", + "one over another", + "superposition", + "an overlap", + "redundancy", + "reduplication (in Chinese grammar, e.g. 步 to have a stroll)" ], + "classifiers" : [] } ] }, + { "simplified" : "重返", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 8381, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "重返", + "transcriptions" : { "pinyin" : "chóng fǎn", + "numeric" : "chong2 fan3", + "wadegiles" : "ch'ung² fan³", + "bopomofo" : "ㄔㄨㄥˊ ㄈㄢˇ", + "romatzyh" : "chorng faan" }, + "meanings" : [ "to return to" ], + "classifiers" : [] } ] }, + { "simplified" : "重复", + "radical" : "里", + "level" : [ "new-2", "old-5" ], + "frequency" : 2608, + "pos" : [ "v", "vn", "a" ], + "forms" : [ { "traditional" : "重複", + "transcriptions" : { "pinyin" : "chóng fù", + "numeric" : "chong2 fu4", + "wadegiles" : "ch'ung² fu⁴", + "bopomofo" : "ㄔㄨㄥˊ ㄈㄨˋ", + "romatzyh" : "chorng fuh" }, + "meanings" : [ "to repeat", "to duplicate" ], + "classifiers" : [ "个" ] }, + { "traditional" : "重覆", + "transcriptions" : { "pinyin" : "chóng fù", + "numeric" : "chong2 fu4", + "wadegiles" : "ch'ung² fu⁴", + "bopomofo" : "ㄔㄨㄥˊ ㄈㄨˋ", + "romatzyh" : "chorng fuh" }, + "meanings" : [ "variant of 重复" ], + "classifiers" : [] } ] }, + { "simplified" : "重合", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 30332, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "重合", + "transcriptions" : { "pinyin" : "chóng hé", + "numeric" : "chong2 he2", + "wadegiles" : "ch'ung² ho²", + "bopomofo" : "ㄔㄨㄥˊ ㄏㄜˊ", + "romatzyh" : "chorng her" }, + "meanings" : [ "to match up", "to coincide" ], + "classifiers" : [] } ] }, + { "simplified" : "重建", + "radical" : "里", + "level" : [ "new-6" ], + "frequency" : 4998, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "重建", + "transcriptions" : { "pinyin" : "chóng jiàn", + "numeric" : "chong2 jian4", + "wadegiles" : "ch'ung² chien⁴", + "bopomofo" : "ㄔㄨㄥˊ ㄐㄧㄢˋ", + "romatzyh" : "chorng jiann" }, + "meanings" : [ "to rebuild", + "to reestablish", + "reconstruction", + "rebuilding" ], + "classifiers" : [] } ] }, + { "simplified" : "重量", + "radical" : "里", + "level" : [ "new-4", "old-5" ], + "frequency" : 5720, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "重量", + "transcriptions" : { "pinyin" : "zhòng liàng", + "numeric" : "zhong4 liang4", + "wadegiles" : "chung⁴ liang⁴", + "bopomofo" : "ㄓㄨㄥˋ ㄌㄧㄤˋ", + "romatzyh" : "jonq lianq" }, + "meanings" : [ "weight" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "重量级", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 10852, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "重量級", + "transcriptions" : { "pinyin" : "zhòng liàng jí", + "numeric" : "zhong4 liang4 ji2", + "wadegiles" : "chung⁴ liang⁴ chi²", + "bopomofo" : "ㄓㄨㄥˋ ㄌㄧㄤˋ ㄐㄧˊ", + "romatzyh" : "jonq lianq jyi" }, + "meanings" : [ "heavyweight (boxing etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "重任", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 13187, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "重任", + "transcriptions" : { "pinyin" : "zhòng rèn", + "numeric" : "zhong4 ren4", + "wadegiles" : "chung⁴ jen⁴", + "bopomofo" : "ㄓㄨㄥˋ ㄖㄣˋ", + "romatzyh" : "jonq renn" }, + "meanings" : [ "heavy responsibility" ], + "classifiers" : [] } ] }, + { "simplified" : "重伤", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 9569, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "重傷", + "transcriptions" : { "pinyin" : "zhòng shāng", + "numeric" : "zhong4 shang1", + "wadegiles" : "chung⁴ shang¹", + "bopomofo" : "ㄓㄨㄥˋ ㄕㄤ", + "romatzyh" : "jonq shang" }, + "meanings" : [ "seriously hurt", "serious injury" ], + "classifiers" : [] } ] }, + { "simplified" : "重申", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 10173, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "重申", + "transcriptions" : { "pinyin" : "chóng shēn", + "numeric" : "chong2 shen1", + "wadegiles" : "ch'ung² shen¹", + "bopomofo" : "ㄔㄨㄥˊ ㄕㄣ", + "romatzyh" : "chorng shen" }, + "meanings" : [ "to reaffirm", "to reiterate" ], + "classifiers" : [] } ] }, + { "simplified" : "重视", + "radical" : "里", + "level" : [ "new-2", "old-4" ], + "frequency" : 3506, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "重視", + "transcriptions" : { "pinyin" : "zhòng shì", + "numeric" : "zhong4 shi4", + "wadegiles" : "chung⁴ shih⁴", + "bopomofo" : "ㄓㄨㄥˋ ㄕˋ", + "romatzyh" : "jonq shyh" }, + "meanings" : [ "to attach importance to sth; to value" ], + "classifiers" : [] } ] }, + { "simplified" : "重现", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 10802, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "重現", + "transcriptions" : { "pinyin" : "chóng xiàn", + "numeric" : "chong2 xian4", + "wadegiles" : "ch'ung² hsien⁴", + "bopomofo" : "ㄔㄨㄥˊ ㄒㄧㄢˋ", + "romatzyh" : "chorng shiann" }, + "meanings" : [ "to reappear" ], + "classifiers" : [] } ] }, + { "simplified" : "重心", + "radical" : "里", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9679, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "重心", + "transcriptions" : { "pinyin" : "zhòng xīn", + "numeric" : "zhong4 xin1", + "wadegiles" : "chung⁴ hsin¹", + "bopomofo" : "ㄓㄨㄥˋ ㄒㄧㄣ", + "romatzyh" : "jonq shin" }, + "meanings" : [ "center of gravity", + "central core", + "main part" ], + "classifiers" : [] } ] }, + { "simplified" : "重新", + "radical" : "里", + "level" : [ "new-2", "old-4" ], + "frequency" : 915, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "重新", + "transcriptions" : { "pinyin" : "chóng xīn", + "numeric" : "chong2 xin1", + "wadegiles" : "ch'ung² hsin¹", + "bopomofo" : "ㄔㄨㄥˊ ㄒㄧㄣ", + "romatzyh" : "chorng shin" }, + "meanings" : [ "again; once more; re-" ], + "classifiers" : [] } ] }, + { "simplified" : "重型", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 13702, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "重型", + "transcriptions" : { "pinyin" : "zhòng xíng", + "numeric" : "zhong4 xing2", + "wadegiles" : "chung⁴ hsing²", + "bopomofo" : "ㄓㄨㄥˋ ㄒㄧㄥˊ", + "romatzyh" : "jonq shyng" }, + "meanings" : [ "heavy", + "heavy duty", + "large caliber" ], + "classifiers" : [] } ] }, + { "simplified" : "重阳节", + "radical" : "里", + "level" : [ "old-6" ], + "frequency" : 71111, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "重陽節", + "transcriptions" : { "pinyin" : "Chóng yáng jié", + "numeric" : "Chong2 yang2 jie2", + "wadegiles" : "ch'ung² yang² chieh²", + "bopomofo" : "ㄔㄨㄥˊ ㄧㄤˊ ㄐㄧㄝˊ", + "romatzyh" : "chorng yang jye" }, + "meanings" : [ "Double Ninth or Yang Festival", + "9th day of 9th lunar month" ], + "classifiers" : [] } ] }, + { "simplified" : "重要", + "radical" : "里", + "level" : [ "new-1", "old-3" ], + "frequency" : 240, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "重要", + "transcriptions" : { "pinyin" : "zhòng yào", + "numeric" : "zhong4 yao4", + "wadegiles" : "chung⁴ yao⁴", + "bopomofo" : "ㄓㄨㄥˋ ㄧㄠˋ", + "romatzyh" : "jonq yaw" }, + "meanings" : [ "important", + "significant", + "major" ], + "classifiers" : [] } ] }, + { "simplified" : "重中之重", + "radical" : "里", + "level" : [ "new-7+" ], + "frequency" : 31683, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "重中之重", + "transcriptions" : { "pinyin" : "zhòng zhōng zhī zhòng", + "numeric" : "zhong4 zhong1 zhi1 zhong4", + "wadegiles" : "chung⁴ chung¹ chih¹ chung⁴", + "bopomofo" : "ㄓㄨㄥˋ ㄓㄨㄥ ㄓ ㄓㄨㄥˋ", + "romatzyh" : "jonq jong jy jonq" }, + "meanings" : [ "of the utmost importance", + "of highest priority" ], + "classifiers" : [] } ] }, + { "simplified" : "重组", + "radical" : "里", + "level" : [ "new-6" ], + "frequency" : 5805, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "重組", + "transcriptions" : { "pinyin" : "chóng zǔ", + "numeric" : "chong2 zu3", + "wadegiles" : "ch'ung² tsu³", + "bopomofo" : "ㄔㄨㄥˊ ㄗㄨˇ", + "romatzyh" : "chorng tzuu" }, + "meanings" : [ "to reorganize; to recombine; to restructure" ], + "classifiers" : [] } ] }, + { "simplified" : "州", + "radical" : "川", + "level" : [ "old-6" ], + "frequency" : 1970, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "州", + "transcriptions" : { "pinyin" : "zhōu", + "numeric" : "zhou1", + "wadegiles" : "chou¹", + "bopomofo" : "ㄓㄡ", + "romatzyh" : "jou" }, + "meanings" : [ "prefecture", + "(old) province", + "(old) administrative division", + "state (e.g. of US)", + "oblast (Russia)", + "canton (Switzerland)" ], + "classifiers" : [] } ] }, + { "simplified" : "舟", + "radical" : "舟", + "level" : [ "old-6" ], + "frequency" : 13838, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "舟", + "transcriptions" : { "pinyin" : "zhōu", + "numeric" : "zhou1", + "wadegiles" : "chou¹", + "bopomofo" : "ㄓㄡ", + "romatzyh" : "jou" }, + "meanings" : [ "boat" ], + "classifiers" : [] } ] }, + { "simplified" : "周", + "radical" : "口", + "level" : [ "new-2" ], + "frequency" : 352, + "pos" : [ "qt", "nr", "g", "n", "tg" ], + "forms" : [ { "traditional" : "周", + "transcriptions" : { "pinyin" : "Zhōu", + "numeric" : "Zhou1", + "wadegiles" : "chou¹", + "bopomofo" : "ㄓㄡ", + "romatzyh" : "jou" }, + "meanings" : [ "surname Zhou", + "Zhou Dynasty (1046-256 BC)" ], + "classifiers" : [] }, + { "traditional" : "周", + "transcriptions" : { "pinyin" : "zhōu", + "numeric" : "zhou1", + "wadegiles" : "chou¹", + "bopomofo" : "ㄓㄡ", + "romatzyh" : "jou" }, + "meanings" : [ "to make a circuit", + "to circle", + "circle", + "circumference", + "lap", + "cycle", + "complete", + "all", + "all over", + "thorough", + "to help financially" ], + "classifiers" : [] }, + { "traditional" : "週", + "transcriptions" : { "pinyin" : "zhōu", + "numeric" : "zhou1", + "wadegiles" : "chou¹", + "bopomofo" : "ㄓㄡ", + "romatzyh" : "jou" }, + "meanings" : [ "week", "weekly", "variant of 周" ], + "classifiers" : [] } ] }, + { "simplified" : "周边", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6380, + "pos" : [ "n", "nr" ], + "forms" : [ { "traditional" : "周邊", + "transcriptions" : { "pinyin" : "zhōu biān", + "numeric" : "zhou1 bian1", + "wadegiles" : "chou¹ pien¹", + "bopomofo" : "ㄓㄡ ㄅㄧㄢ", + "romatzyh" : "jou bian" }, + "meanings" : [ "periphery", + "rim", + "surroundings", + "all around", + "perimeter", + "peripheral (computing)", + "spin-offs" ], + "classifiers" : [] } ] }, + { "simplified" : "周到", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10949, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "周到", + "transcriptions" : { "pinyin" : "zhōu dào", + "numeric" : "zhou1 dao4", + "wadegiles" : "chou¹ tao⁴", + "bopomofo" : "ㄓㄡ ㄉㄠˋ", + "romatzyh" : "jou daw" }, + "meanings" : [ "thoughtful", + "considerate", + "attentive", + "thorough", + "also pr. [zhōu dao]" ], + "classifiers" : [] } ] }, + { "simplified" : "周密", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15586, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "周密", + "transcriptions" : { "pinyin" : "zhōu mì", + "numeric" : "zhou1 mi4", + "wadegiles" : "chou¹ mi⁴", + "bopomofo" : "ㄓㄡ ㄇㄧˋ", + "romatzyh" : "jou mih" }, + "meanings" : [ "careful", + "thorough", + "meticulous", + "dense", + "impenetrable" ], + "classifiers" : [] } ] }, + { "simplified" : "周末", + "radical" : "口", + "level" : [ "new-2", "old-3" ], + "frequency" : 1269, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "週末", + "transcriptions" : { "pinyin" : "zhōu mò", + "numeric" : "zhou1 mo4", + "wadegiles" : "chou¹ mo⁴", + "bopomofo" : "ㄓㄡ ㄇㄛˋ", + "romatzyh" : "jou moh" }, + "meanings" : [ "weekend" ], + "classifiers" : [] } ] }, + { "simplified" : "周年", + "radical" : "口", + "level" : [ "new-2", "old-6" ], + "frequency" : 3466, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "週年", + "transcriptions" : { "pinyin" : "zhōu nián", + "numeric" : "zhou1 nian2", + "wadegiles" : "chou¹ nien²", + "bopomofo" : "ㄓㄡ ㄋㄧㄢˊ", + "romatzyh" : "jou nian" }, + "meanings" : [ "anniversary", "annual" ], + "classifiers" : [] } ] }, + { "simplified" : "周期", + "radical" : "口", + "level" : [ "new-5", "old-6" ], + "frequency" : 8079, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "週期", + "transcriptions" : { "pinyin" : "zhōu qī", + "numeric" : "zhou1 qi1", + "wadegiles" : "chou¹ ch'i¹", + "bopomofo" : "ㄓㄡ ㄑㄧ", + "romatzyh" : "jou chi" }, + "meanings" : [ "period", "cycle" ], + "classifiers" : [] } ] }, + { "simplified" : "周围", + "radical" : "口", + "level" : [ "new-3", "old-4" ], + "frequency" : 1649, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "周圍", + "transcriptions" : { "pinyin" : "zhōu wéi", + "numeric" : "zhou1 wei2", + "wadegiles" : "chou¹ wei²", + "bopomofo" : "ㄓㄡ ㄨㄟˊ", + "romatzyh" : "jou wei" }, + "meanings" : [ "environs; surroundings; periphery" ], + "classifiers" : [] } ] }, + { "simplified" : "周旋", + "radical" : "口", + "level" : [ "new-7+" ], + "frequency" : 18812, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "周旋", + "transcriptions" : { "pinyin" : "zhōu xuán", + "numeric" : "zhou1 xuan2", + "wadegiles" : "chou¹ hsüan²", + "bopomofo" : "ㄓㄡ ㄒㄩㄢˊ", + "romatzyh" : "jou shyuan" }, + "meanings" : [ "to mix with others", + "to socialize", + "to deal with", + "to contend" ], + "classifiers" : [] } ] }, + { "simplified" : "周折", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 20500, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "周折", + "transcriptions" : { "pinyin" : "zhōu zhé", + "numeric" : "zhou1 zhe2", + "wadegiles" : "chou¹ che²", + "bopomofo" : "ㄓㄡ ㄓㄜˊ", + "romatzyh" : "jou jer" }, + "meanings" : [ "twists and turns", + "vicissitude", + "complication", + "difficulty", + "effort" ], + "classifiers" : [ "番" ] } ] }, + { "simplified" : "周转", + "radical" : "口", + "level" : [ "old-6" ], + "frequency" : 19545, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "周轉", + "transcriptions" : { "pinyin" : "zhōu zhuǎn", + "numeric" : "zhou1 zhuan3", + "wadegiles" : "chou¹ chuan³", + "bopomofo" : "ㄓㄡ ㄓㄨㄢˇ", + "romatzyh" : "jou joan" }, + "meanings" : [ "to rotate", + "to circulate (cash, stock etc)", + "turnover", + "circulation", + "cash flow" ], + "classifiers" : [] } ] }, + { "simplified" : "粥", + "radical" : "米", + "level" : [ "new-6", "old-6" ], + "frequency" : 6967, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "粥", + "transcriptions" : { "pinyin" : "yù", + "numeric" : "yu4", + "wadegiles" : "yü⁴", + "bopomofo" : "ㄩˋ", + "romatzyh" : "yuh" }, + "meanings" : [ "used in 荤粥" ], + "classifiers" : [] }, + { "traditional" : "粥", + "transcriptions" : { "pinyin" : "zhōu", + "numeric" : "zhou1", + "wadegiles" : "chou¹", + "bopomofo" : "ㄓㄡ", + "romatzyh" : "jou" }, + "meanings" : [ "congee", "gruel", "porridge" ], + "classifiers" : [ "碗" ] } ] }, + { "simplified" : "昼夜", + "radical" : "尸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18083, + "pos" : [ "n", "d" ], + "forms" : [ { "traditional" : "晝夜", + "transcriptions" : { "pinyin" : "zhòu yè", + "numeric" : "zhou4 ye4", + "wadegiles" : "chou⁴ yeh⁴", + "bopomofo" : "ㄓㄡˋ ㄧㄝˋ", + "romatzyh" : "jow yeh" }, + "meanings" : [ "day and night", + "period of 24 hours", + "continuously, without stop" ], + "classifiers" : [] } ] }, + { "simplified" : "皱", + "radical" : "皮", + "level" : [ "new-7+" ], + "frequency" : 7246, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "皺", + "transcriptions" : { "pinyin" : "zhòu", + "numeric" : "zhou4", + "wadegiles" : "chou⁴", + "bopomofo" : "ㄓㄡˋ", + "romatzyh" : "jow" }, + "meanings" : [ "to wrinkle", + "wrinkled", + "to crease" ], + "classifiers" : [] } ] }, + { "simplified" : "皱纹", + "radical" : "皮", + "level" : [ "old-6" ], + "frequency" : 9872, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "皺紋", + "transcriptions" : { "pinyin" : "zhòu wén", + "numeric" : "zhou4 wen2", + "wadegiles" : "chou⁴ wen²", + "bopomofo" : "ㄓㄡˋ ㄨㄣˊ", + "romatzyh" : "jow wen" }, + "meanings" : [ "wrinkle" ], + "classifiers" : [ "道" ] } ] }, + { "simplified" : "骤然", + "radical" : "马", + "level" : [ "new-7+" ], + "frequency" : 33542, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "驟然", + "transcriptions" : { "pinyin" : "zhòu rán", + "numeric" : "zhou4 ran2", + "wadegiles" : "chou⁴ jan²", + "bopomofo" : "ㄓㄡˋ ㄖㄢˊ", + "romatzyh" : "jow ran" }, + "meanings" : [ "suddenly", "abruptly" ], + "classifiers" : [] } ] }, + { "simplified" : "朱红", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 57663, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "朱紅", + "transcriptions" : { "pinyin" : "zhū hóng", + "numeric" : "zhu1 hong2", + "wadegiles" : "chu¹ hung²", + "bopomofo" : "ㄓㄨ ㄏㄨㄥˊ", + "romatzyh" : "ju horng" }, + "meanings" : [ "vermilion" ], + "classifiers" : [] } ] }, + { "simplified" : "株", + "radical" : "木", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8828, + "pos" : [ "q" ], + "forms" : [ { "traditional" : "株", + "transcriptions" : { "pinyin" : "zhū", + "numeric" : "zhu1", + "wadegiles" : "chu¹", + "bopomofo" : "ㄓㄨ", + "romatzyh" : "ju" }, + "meanings" : [ "tree trunk", + "stump (tree root)", + "a plant", + "classifier for trees or plants", + "strain (biology)", + "to involve others (in shady business)" ], + "classifiers" : [] } ] }, + { "simplified" : "珠宝", + "radical" : "王", + "level" : [ "new-6" ], + "frequency" : 5766, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "珠寶", + "transcriptions" : { "pinyin" : "zhū bǎo", + "numeric" : "zhu1 bao3", + "wadegiles" : "chu¹ pao³", + "bopomofo" : "ㄓㄨ ㄅㄠˇ", + "romatzyh" : "ju bao" }, + "meanings" : [ "pearls", + "jewels", + "precious stones" ], + "classifiers" : [] } ] }, + { "simplified" : "诸多", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 10368, + "pos" : [ "m" ], + "forms" : [ { "traditional" : "諸多", + "transcriptions" : { "pinyin" : "zhū duō", + "numeric" : "zhu1 duo1", + "wadegiles" : "chu¹ to¹", + "bopomofo" : "ㄓㄨ ㄉㄨㄛ", + "romatzyh" : "ju duo" }, + "meanings" : [ "(used for abstract things) a good deal, a lot of" ], + "classifiers" : [] } ] }, + { "simplified" : "诸如此类", + "radical" : "讠", + "level" : [ "new-7+" ], + "frequency" : 18755, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "諸如此類", + "transcriptions" : { "pinyin" : "zhū rú cǐ lèi", + "numeric" : "zhu1 ru2 ci3 lei4", + "wadegiles" : "chu¹ ju² tz'u³ lei⁴", + "bopomofo" : "ㄓㄨ ㄖㄨˊ ㄘˇ ㄌㄟˋ", + "romatzyh" : "ju ru tsyy ley" }, + "meanings" : [ "things like this (idiom); and so on", + "and the rest", + "etc" ], + "classifiers" : [] } ] }, + { "simplified" : "诸位", + "radical" : "讠", + "level" : [ "new-6", "old-6" ], + "frequency" : 9293, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "諸位", + "transcriptions" : { "pinyin" : "zhū wèi", + "numeric" : "zhu1 wei4", + "wadegiles" : "chu¹ wei⁴", + "bopomofo" : "ㄓㄨ ㄨㄟˋ", + "romatzyh" : "ju wey" }, + "meanings" : [ "(pron) everyone", + "Ladies and Gentlemen", + "Sirs" ], + "classifiers" : [] } ] }, + { "simplified" : "猪", + "radical" : "犭", + "level" : [ "new-3", "old-4" ], + "frequency" : 1583, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "豬", + "transcriptions" : { "pinyin" : "zhū", + "numeric" : "zhu1", + "wadegiles" : "chu¹", + "bopomofo" : "ㄓㄨ", + "romatzyh" : "ju" }, + "meanings" : [ "hog", "pig", "swine" ], + "classifiers" : [ "口", "头" ] } ] }, + { "simplified" : "竹竿", + "radical" : "竹", + "level" : [ "new-7+" ], + "frequency" : 26873, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "竹竿", + "transcriptions" : { "pinyin" : "zhú gān", + "numeric" : "zhu2 gan1", + "wadegiles" : "chu² kan¹", + "bopomofo" : "ㄓㄨˊ ㄍㄢ", + "romatzyh" : "jwu gan" }, + "meanings" : [ "bamboo", "bamboo pole" ], + "classifiers" : [] } ] }, + { "simplified" : "竹子", + "radical" : "竹", + "level" : [ "new-5", "old-5" ], + "frequency" : 15281, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "竹子", + "transcriptions" : { "pinyin" : "zhú zi", + "numeric" : "zhu2 zi5", + "wadegiles" : "chu² zi", + "bopomofo" : "ㄓㄨˊ zi", + "romatzyh" : "jwu zi" }, + "meanings" : [ "bamboo" ], + "classifiers" : [ "棵", "支", "根" ] } ] }, + { "simplified" : "逐步", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 8734, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "逐步", + "transcriptions" : { "pinyin" : "zhú bù", + "numeric" : "zhu2 bu4", + "wadegiles" : "chu² pu⁴", + "bopomofo" : "ㄓㄨˊ ㄅㄨˋ", + "romatzyh" : "jwu buh" }, + "meanings" : [ "progressively", "step by step" ], + "classifiers" : [] } ] }, + { "simplified" : "逐渐", + "radical" : "辶", + "level" : [ "new-4", "old-4" ], + "frequency" : 3347, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "逐漸", + "transcriptions" : { "pinyin" : "zhú jiàn", + "numeric" : "zhu2 jian4", + "wadegiles" : "chu² chien⁴", + "bopomofo" : "ㄓㄨˊ ㄐㄧㄢˋ", + "romatzyh" : "jwu jiann" }, + "meanings" : [ "gradually" ], + "classifiers" : [] } ] }, + { "simplified" : "逐年", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 22226, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "逐年", + "transcriptions" : { "pinyin" : "zhú nián", + "numeric" : "zhu2 nian2", + "wadegiles" : "chu² nien²", + "bopomofo" : "ㄓㄨˊ ㄋㄧㄢˊ", + "romatzyh" : "jwu nian" }, + "meanings" : [ "year after year", + "with each passing year", + "over the years" ], + "classifiers" : [] } ] }, + { "simplified" : "主", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 768, + "pos" : [ "g", "n", "b" ], + "forms" : [ { "traditional" : "主", + "transcriptions" : { "pinyin" : "zhǔ", + "numeric" : "zhu3", + "wadegiles" : "chu³", + "bopomofo" : "ㄓㄨˇ", + "romatzyh" : "juu" }, + "meanings" : [ "owner", + "master", + "host", + "individual or party concerned", + "God", + "Lord", + "main", + "to indicate or signify", + "trump card (in card games)" ], + "classifiers" : [] } ] }, + { "simplified" : "主办", + "radical" : "丶", + "level" : [ "new-5", "old-6" ], + "frequency" : 10648, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "主辦", + "transcriptions" : { "pinyin" : "zhǔ bàn", + "numeric" : "zhu3 ban4", + "wadegiles" : "chu³ pan⁴", + "bopomofo" : "ㄓㄨˇ ㄅㄢˋ", + "romatzyh" : "juu bann" }, + "meanings" : [ "to organize", + "to host (a conference or sports event)" ], + "classifiers" : [] } ] }, + { "simplified" : "主编", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 7958, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "主編", + "transcriptions" : { "pinyin" : "zhǔ biān", + "numeric" : "zhu3 bian1", + "wadegiles" : "chu³ pien¹", + "bopomofo" : "ㄓㄨˇ ㄅㄧㄢ", + "romatzyh" : "juu bian" }, + "meanings" : [ "editor in chief" ], + "classifiers" : [] } ] }, + { "simplified" : "主持", + "radical" : "丶", + "level" : [ "new-3", "old-5" ], + "frequency" : 3176, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "主持", + "transcriptions" : { "pinyin" : "zhǔ chí", + "numeric" : "zhu3 chi2", + "wadegiles" : "chu³ ch'ih²", + "bopomofo" : "ㄓㄨˇ ㄔˊ", + "romatzyh" : "juu chyr" }, + "meanings" : [ "to take charge of", + "to manage or direct", + "to preside over", + "to uphold", + "to stand for (justice etc)", + "to host (a TV or radio program etc)", + "(TV) anchor" ], + "classifiers" : [] } ] }, + { "simplified" : "主持人", + "radical" : "丶", + "level" : [ "new-6" ], + "frequency" : 3059, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主持人", + "transcriptions" : { "pinyin" : "zhǔ chí rén", + "numeric" : "zhu3 chi2 ren2", + "wadegiles" : "chu³ ch'ih² jen²", + "bopomofo" : "ㄓㄨˇ ㄔˊ ㄖㄣˊ", + "romatzyh" : "juu chyr ren" }, + "meanings" : [ "TV or radio presenter", + "host", + "anchor" ], + "classifiers" : [] } ] }, + { "simplified" : "主导", + "radical" : "丶", + "level" : [ "new-5", "old-6" ], + "frequency" : 7113, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "主導", + "transcriptions" : { "pinyin" : "zhǔ dǎo", + "numeric" : "zhu3 dao3", + "wadegiles" : "chu³ tao³", + "bopomofo" : "ㄓㄨˇ ㄉㄠˇ", + "romatzyh" : "juu dao" }, + "meanings" : [ "leading", + "dominant", + "prevailing", + "to lead", + "to direct", + "to dominate" ], + "classifiers" : [] } ] }, + { "simplified" : "主动", + "radical" : "丶", + "level" : [ "new-3", "old-4" ], + "frequency" : 2470, + "pos" : [ "ad", "a", "an" ], + "forms" : [ { "traditional" : "主動", + "transcriptions" : { "pinyin" : "zhǔ dòng", + "numeric" : "zhu3 dong4", + "wadegiles" : "chu³ tung⁴", + "bopomofo" : "ㄓㄨˇ ㄉㄨㄥˋ", + "romatzyh" : "juu donq" }, + "meanings" : [ "to take the initiative", + "to do sth of one's own accord", + "spontaneous", + "active", + "opposite: passive 被动", + "drive (of gears and shafts etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "主妇", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 13657, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主婦", + "transcriptions" : { "pinyin" : "zhǔ fù", + "numeric" : "zhu3 fu4", + "wadegiles" : "chu³ fu⁴", + "bopomofo" : "ㄓㄨˇ ㄈㄨˋ", + "romatzyh" : "juu fuh" }, + "meanings" : [ "housewife", + "woman of senior authority in a household", + "the lady of the house", + "hostess" ], + "classifiers" : [] } ] }, + { "simplified" : "主观", + "radical" : "丶", + "level" : [ "new-5", "old-5" ], + "frequency" : 9403, + "pos" : [ "a", "n" ], + "forms" : [ { "traditional" : "主觀", + "transcriptions" : { "pinyin" : "zhǔ guān", + "numeric" : "zhu3 guan1", + "wadegiles" : "chu³ kuan¹", + "bopomofo" : "ㄓㄨˇ ㄍㄨㄢ", + "romatzyh" : "juu guan" }, + "meanings" : [ "subjective" ], + "classifiers" : [] } ] }, + { "simplified" : "主管", + "radical" : "丶", + "level" : [ "new-5", "old-6" ], + "frequency" : 2737, + "pos" : [ "vn", "n", "v" ], + "forms" : [ { "traditional" : "主管", + "transcriptions" : { "pinyin" : "zhǔ guǎn", + "numeric" : "zhu3 guan3", + "wadegiles" : "chu³ kuan³", + "bopomofo" : "ㄓㄨˇ ㄍㄨㄢˇ", + "romatzyh" : "juu goan" }, + "meanings" : [ "in charge", + "responsible for", + "person in charge", + "manager" ], + "classifiers" : [] } ] }, + { "simplified" : "主角", + "radical" : "丶", + "level" : [ "new-6" ], + "frequency" : 3747, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主角", + "transcriptions" : { "pinyin" : "zhǔ jué", + "numeric" : "zhu3 jue2", + "wadegiles" : "chu³ chüeh²", + "bopomofo" : "ㄓㄨˇ ㄐㄩㄝˊ", + "romatzyh" : "juu jyue" }, + "meanings" : [ "leading role; lead", + "protagonist" ], + "classifiers" : [] } ] }, + { "simplified" : "主力", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 9001, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主力", + "transcriptions" : { "pinyin" : "zhǔ lì", + "numeric" : "zhu3 li4", + "wadegiles" : "chu³ li⁴", + "bopomofo" : "ㄓㄨˇ ㄌㄧˋ", + "romatzyh" : "juu lih" }, + "meanings" : [ "main force", + "main strength of an army" ], + "classifiers" : [] } ] }, + { "simplified" : "主流", + "radical" : "丶", + "level" : [ "new-6", "old-6" ], + "frequency" : 8548, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主流", + "transcriptions" : { "pinyin" : "zhǔ liú", + "numeric" : "zhu3 liu2", + "wadegiles" : "chu³ liu²", + "bopomofo" : "ㄓㄨˇ ㄌㄧㄡˊ", + "romatzyh" : "juu liou" }, + "meanings" : [ "main stream (of a river)", + "fig. the essential point", + "main viewpoint of a matter", + "mainstream (culture etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "主权", + "radical" : "丶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12890, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主權", + "transcriptions" : { "pinyin" : "zhǔ quán", + "numeric" : "zhu3 quan2", + "wadegiles" : "chu³ ch'üan²", + "bopomofo" : "ㄓㄨˇ ㄑㄩㄢˊ", + "romatzyh" : "juu chyuan" }, + "meanings" : [ "sovereignty" ], + "classifiers" : [] } ] }, + { "simplified" : "主人", + "radical" : "丶", + "level" : [ "new-2", "old-5" ], + "frequency" : 2399, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主人", + "transcriptions" : { "pinyin" : "zhǔ rén", + "numeric" : "zhu3 ren2", + "wadegiles" : "chu³ jen²", + "bopomofo" : "ㄓㄨˇ ㄖㄣˊ", + "romatzyh" : "juu ren" }, + "meanings" : [ "master", "host", "owner" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "主人公", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 12344, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主人公", + "transcriptions" : { "pinyin" : "zhǔ rén gōng", + "numeric" : "zhu3 ren2 gong1", + "wadegiles" : "chu³ jen² kung¹", + "bopomofo" : "ㄓㄨˇ ㄖㄣˊ ㄍㄨㄥ", + "romatzyh" : "juu ren gong" }, + "meanings" : [ "hero (of a novel or film); main protagonist" ], + "classifiers" : [] } ] }, + { "simplified" : "主任", + "radical" : "丶", + "level" : [ "new-3" ], + "frequency" : 2133, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主任", + "transcriptions" : { "pinyin" : "zhǔ rèn", + "numeric" : "zhu3 ren4", + "wadegiles" : "chu³ jen⁴", + "bopomofo" : "ㄓㄨˇ ㄖㄣˋ", + "romatzyh" : "juu renn" }, + "meanings" : [ "director", "head" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "主食", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 29792, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主食", + "transcriptions" : { "pinyin" : "zhǔ shí", + "numeric" : "zhu3 shi2", + "wadegiles" : "chu³ shih²", + "bopomofo" : "ㄓㄨˇ ㄕˊ", + "romatzyh" : "juu shyr" }, + "meanings" : [ "staple food" ], + "classifiers" : [] } ] }, + { "simplified" : "主题", + "radical" : "丶", + "level" : [ "new-4", "old-6" ], + "frequency" : 2127, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主題", + "transcriptions" : { "pinyin" : "zhǔ tí", + "numeric" : "zhu3 ti2", + "wadegiles" : "chu³ t'i²", + "bopomofo" : "ㄓㄨˇ ㄊㄧˊ", + "romatzyh" : "juu tyi" }, + "meanings" : [ "theme", "subject" ], + "classifiers" : [] } ] }, + { "simplified" : "主题歌", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 31573, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主題歌", + "transcriptions" : { "pinyin" : "zhǔ tí gē", + "numeric" : "zhu3 ti2 ge1", + "wadegiles" : "chu³ t'i² ko¹", + "bopomofo" : "ㄓㄨˇ ㄊㄧˊ ㄍㄜ", + "romatzyh" : "juu tyi ge" }, + "meanings" : [ "theme song" ], + "classifiers" : [] } ] }, + { "simplified" : "主体", + "radical" : "丶", + "level" : [ "new-5" ], + "frequency" : 14949, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主體", + "transcriptions" : { "pinyin" : "zhǔ tǐ", + "numeric" : "zhu3 ti3", + "wadegiles" : "chu³ t'i³", + "bopomofo" : "ㄓㄨˇ ㄊㄧˇ", + "romatzyh" : "juu tii" }, + "meanings" : [ "main part", + "bulk", + "body", + "subject", + "agent" ], + "classifiers" : [] } ] }, + { "simplified" : "主席", + "radical" : "丶", + "level" : [ "new-4", "old-5" ], + "frequency" : 2330, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主席", + "transcriptions" : { "pinyin" : "zhǔ xí", + "numeric" : "zhu3 xi2", + "wadegiles" : "chu³ hsi²", + "bopomofo" : "ㄓㄨˇ ㄒㄧˊ", + "romatzyh" : "juu shyi" }, + "meanings" : [ "chairperson", + "premier", + "chairman" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "主演", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 6397, + "pos" : [], + "forms" : [ { "traditional" : "主演", + "transcriptions" : { "pinyin" : "zhǔ yǎn", + "numeric" : "zhu3 yan3", + "wadegiles" : "chu³ yan³", + "bopomofo" : "ㄓㄨˇ ㄧㄢˇ", + "romatzyh" : "juu yean" }, + "meanings" : [ "to act the leading role (in a movie or a play)", + "to star", + "lead actor" ], + "classifiers" : [] } ] }, + { "simplified" : "主要", + "radical" : "丶", + "level" : [ "new-2", "old-3" ], + "frequency" : 1031, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "主要", + "transcriptions" : { "pinyin" : "zhǔ yào", + "numeric" : "zhu3 yao4", + "wadegiles" : "chu³ yao⁴", + "bopomofo" : "ㄓㄨˇ ㄧㄠˋ", + "romatzyh" : "juu yaw" }, + "meanings" : [ "main", + "principal", + "major", + "primary" ], + "classifiers" : [] } ] }, + { "simplified" : "主页", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 15045, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主頁", + "transcriptions" : { "pinyin" : "zhǔ yè", + "numeric" : "zhu3 ye4", + "wadegiles" : "chu³ yeh⁴", + "bopomofo" : "ㄓㄨˇ ㄧㄝˋ", + "romatzyh" : "juu yeh" }, + "meanings" : [ "home page" ], + "classifiers" : [] } ] }, + { "simplified" : "主义", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 2798, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主義", + "transcriptions" : { "pinyin" : "zhǔ yì", + "numeric" : "zhu3 yi4", + "wadegiles" : "chu³ i⁴", + "bopomofo" : "ㄓㄨˇ ㄧˋ", + "romatzyh" : "juu yih" }, + "meanings" : [ "-ism", "ideology" ], + "classifiers" : [] } ] }, + { "simplified" : "主意", + "radical" : "丶", + "level" : [ "new-3", "old-4" ], + "frequency" : 3584, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "主意", + "transcriptions" : { "pinyin" : "zhǔ yi", + "numeric" : "zhu3 yi5", + "wadegiles" : "chu³ yi", + "bopomofo" : "ㄓㄨˇ yi", + "romatzyh" : "juu yi" }, + "meanings" : [ "plan", + "idea", + "decision", + "Beijing pr. [zhú yi]" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "主宰", + "radical" : "丶", + "level" : [ "new-7+" ], + "frequency" : 11908, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "主宰", + "transcriptions" : { "pinyin" : "zhǔ zǎi", + "numeric" : "zhu3 zai3", + "wadegiles" : "chu³ tsai³", + "bopomofo" : "ㄓㄨˇ ㄗㄞˇ", + "romatzyh" : "juu tzae" }, + "meanings" : [ "to dominate", + "to rule", + "to dictate", + "master" ], + "classifiers" : [] } ] }, + { "simplified" : "主张", + "radical" : "丶", + "level" : [ "new-3", "old-5" ], + "frequency" : 6498, + "pos" : [ "v", "n" ], + "forms" : [ { "traditional" : "主張", + "transcriptions" : { "pinyin" : "zhǔ zhāng", + "numeric" : "zhu3 zhang1", + "wadegiles" : "chu³ chang¹", + "bopomofo" : "ㄓㄨˇ ㄓㄤ", + "romatzyh" : "juu jang" }, + "meanings" : [ "to advocate", + "to stand for", + "view", + "position", + "stand", + "proposition", + "viewpoint", + "assertion" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "拄", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 25510, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拄", + "transcriptions" : { "pinyin" : "zhǔ", + "numeric" : "zhu3", + "wadegiles" : "chu³", + "bopomofo" : "ㄓㄨˇ", + "romatzyh" : "juu" }, + "meanings" : [ "to lean on", "to prop on" ], + "classifiers" : [] } ] }, + { "simplified" : "煮", + "radical" : "灬", + "level" : [ "new-6", "old-5" ], + "frequency" : 2829, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "煑", + "transcriptions" : { "pinyin" : "zhǔ", + "numeric" : "zhu3", + "wadegiles" : "chu³", + "bopomofo" : "ㄓㄨˇ", + "romatzyh" : "juu" }, + "meanings" : [ "variant of 煮" ], + "classifiers" : [] }, + { "traditional" : "煮", + "transcriptions" : { "pinyin" : "zhǔ", + "numeric" : "zhu3", + "wadegiles" : "chu³", + "bopomofo" : "ㄓㄨˇ", + "romatzyh" : "juu" }, + "meanings" : [ "to cook", "to boil" ], + "classifiers" : [] } ] }, + { "simplified" : "嘱咐", + "radical" : "口", + "level" : [ "new-7+", "old-5" ], + "frequency" : 17575, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "囑咐", + "transcriptions" : { "pinyin" : "zhǔ fù", + "numeric" : "zhu3 fu4", + "wadegiles" : "chu³ fu⁴", + "bopomofo" : "ㄓㄨˇ ㄈㄨˋ", + "romatzyh" : "juu fuh" }, + "meanings" : [ "to tell", + "to exhort", + "injunction" ], + "classifiers" : [] } ] }, + { "simplified" : "瞩目", + "radical" : "目", + "level" : [ "new-7+" ], + "frequency" : 11052, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "矚目", + "transcriptions" : { "pinyin" : "zhǔ mù", + "numeric" : "zhu3 mu4", + "wadegiles" : "chu³ mu⁴", + "bopomofo" : "ㄓㄨˇ ㄇㄨˋ", + "romatzyh" : "juu muh" }, + "meanings" : [ "to focus attention upon" ], + "classifiers" : [] } ] }, + { "simplified" : "住", + "radical" : "亻", + "level" : [ "new-1", "old-1" ], + "frequency" : 280, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "住", + "transcriptions" : { "pinyin" : "zhù", + "numeric" : "zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "to live", + "to dwell", + "to stay", + "to reside", + "to stop", + "(suffix indicating firmness, steadiness, or coming to a halt)" ], + "classifiers" : [] } ] }, + { "simplified" : "住处", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 8775, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "住處", + "transcriptions" : { "pinyin" : "zhù chù", + "numeric" : "zhu4 chu4", + "wadegiles" : "chu⁴ ch'u⁴", + "bopomofo" : "ㄓㄨˋ ㄔㄨˋ", + "romatzyh" : "juh chuh" }, + "meanings" : [ "residence; dwelling" ], + "classifiers" : [] } ] }, + { "simplified" : "住房", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 7400, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "住房", + "transcriptions" : { "pinyin" : "zhù fáng", + "numeric" : "zhu4 fang2", + "wadegiles" : "chu⁴ fang²", + "bopomofo" : "ㄓㄨˋ ㄈㄤˊ", + "romatzyh" : "juh farng" }, + "meanings" : [ "housing" ], + "classifiers" : [] } ] }, + { "simplified" : "住户", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10943, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "住戶", + "transcriptions" : { "pinyin" : "zhù hù", + "numeric" : "zhu4 hu4", + "wadegiles" : "chu⁴ hu⁴", + "bopomofo" : "ㄓㄨˋ ㄏㄨˋ", + "romatzyh" : "juh huh" }, + "meanings" : [ "household", + "inhabitant", + "householder" ], + "classifiers" : [] } ] }, + { "simplified" : "住宿", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 10703, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "住宿", + "transcriptions" : { "pinyin" : "zhù sù", + "numeric" : "zhu4 su4", + "wadegiles" : "chu⁴ su⁴", + "bopomofo" : "ㄓㄨˋ ㄙㄨˋ", + "romatzyh" : "juh suh" }, + "meanings" : [ "to stay at", + "lodging", + "accommodation" ], + "classifiers" : [] } ] }, + { "simplified" : "住院", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 4464, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "住院", + "transcriptions" : { "pinyin" : "zhù yuàn", + "numeric" : "zhu4 yuan4", + "wadegiles" : "chu⁴ yüan⁴", + "bopomofo" : "ㄓㄨˋ ㄩㄢˋ", + "romatzyh" : "juh yuann" }, + "meanings" : [ "to be in hospital", + "to be hospitalized" ], + "classifiers" : [] } ] }, + { "simplified" : "住宅", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 5260, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "住宅", + "transcriptions" : { "pinyin" : "zhù zhái", + "numeric" : "zhu4 zhai2", + "wadegiles" : "chu⁴ chai²", + "bopomofo" : "ㄓㄨˋ ㄓㄞˊ", + "romatzyh" : "juh jair" }, + "meanings" : [ "residence; dwelling; abode" ], + "classifiers" : [] } ] }, + { "simplified" : "住址", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 14235, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "住址", + "transcriptions" : { "pinyin" : "zhù zhǐ", + "numeric" : "zhu4 zhi3", + "wadegiles" : "chu⁴ chih³", + "bopomofo" : "ㄓㄨˋ ㄓˇ", + "romatzyh" : "juh jyy" }, + "meanings" : [ "address" ], + "classifiers" : [] } ] }, + { "simplified" : "助理", + "radical" : "力", + "level" : [ "new-5", "old-6" ], + "frequency" : 3755, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "助理", + "transcriptions" : { "pinyin" : "zhù lǐ", + "numeric" : "zhu4 li3", + "wadegiles" : "chu⁴ li³", + "bopomofo" : "ㄓㄨˋ ㄌㄧˇ", + "romatzyh" : "juh lii" }, + "meanings" : [ "assistant" ], + "classifiers" : [] } ] }, + { "simplified" : "助手", + "radical" : "力", + "level" : [ "new-5", "old-6" ], + "frequency" : 5431, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "助手", + "transcriptions" : { "pinyin" : "zhù shǒu", + "numeric" : "zhu4 shou3", + "wadegiles" : "chu⁴ shou³", + "bopomofo" : "ㄓㄨˋ ㄕㄡˇ", + "romatzyh" : "juh shoou" }, + "meanings" : [ "assistant; helper" ], + "classifiers" : [] } ] }, + { "simplified" : "助威", + "radical" : "力", + "level" : [ "new-7+" ], + "frequency" : 21943, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "助威", + "transcriptions" : { "pinyin" : "zhù wēi", + "numeric" : "zhu4 wei1", + "wadegiles" : "chu⁴ wei¹", + "bopomofo" : "ㄓㄨˋ ㄨㄟ", + "romatzyh" : "juh uei" }, + "meanings" : [ "to cheer for", + "to encourage", + "to boost the morale of" ], + "classifiers" : [] } ] }, + { "simplified" : "注", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 2196, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "注", + "transcriptions" : { "pinyin" : "zhù", + "numeric" : "zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "to inject", + "to pour into", + "to concentrate", + "to pay attention", + "stake (gambling)", + "classifier for sums of money", + "variant of 注" ], + "classifiers" : [] }, + { "traditional" : "註", + "transcriptions" : { "pinyin" : "zhù", + "numeric" : "zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "to register", + "to annotate", + "note", + "comment" ], + "classifiers" : [] } ] }, + { "simplified" : "注册", + "radical" : "氵", + "level" : [ "new-5", "old-5" ], + "frequency" : 3097, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "註冊", + "transcriptions" : { "pinyin" : "zhù cè", + "numeric" : "zhu4 ce4", + "wadegiles" : "chu⁴ ts'e⁴", + "bopomofo" : "ㄓㄨˋ ㄘㄜˋ", + "romatzyh" : "juh tseh" }, + "meanings" : [ "to register", "to enroll" ], + "classifiers" : [] } ] }, + { "simplified" : "注定", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 3545, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "註定", + "transcriptions" : { "pinyin" : "zhù dìng", + "numeric" : "zhu4 ding4", + "wadegiles" : "chu⁴ ting⁴", + "bopomofo" : "ㄓㄨˋ ㄉㄧㄥˋ", + "romatzyh" : "juh dinq" }, + "meanings" : [ "to foreordain", + "to be bound to", + "to be destined to", + "to be doomed to", + "inevitably" ], + "classifiers" : [] } ] }, + { "simplified" : "注入", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 6200, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "注入", + "transcriptions" : { "pinyin" : "zhù rù", + "numeric" : "zhu4 ru4", + "wadegiles" : "chu⁴ ju⁴", + "bopomofo" : "ㄓㄨˋ ㄖㄨˋ", + "romatzyh" : "juh ruh" }, + "meanings" : [ "to pour into", "to empty into" ], + "classifiers" : [] } ] }, + { "simplified" : "注射", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 3225, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "注射", + "transcriptions" : { "pinyin" : "zhù shè", + "numeric" : "zhu4 she4", + "wadegiles" : "chu⁴ she⁴", + "bopomofo" : "ㄓㄨˋ ㄕㄜˋ", + "romatzyh" : "juh sheh" }, + "meanings" : [ "injection", "to inject" ], + "classifiers" : [] } ] }, + { "simplified" : "注视", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 7687, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "注視", + "transcriptions" : { "pinyin" : "zhù shì", + "numeric" : "zhu4 shi4", + "wadegiles" : "chu⁴ shih⁴", + "bopomofo" : "ㄓㄨˋ ㄕˋ", + "romatzyh" : "juh shyh" }, + "meanings" : [ "to look attentively at; to closely watch; to gaze at" ], + "classifiers" : [] } ] }, + { "simplified" : "注释", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 21479, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "注釋", + "transcriptions" : { "pinyin" : "zhù shì", + "numeric" : "zhu4 shi4", + "wadegiles" : "chu⁴ shih⁴", + "bopomofo" : "ㄓㄨˋ ㄕˋ", + "romatzyh" : "juh shyh" }, + "meanings" : [ "to annotate; to add a comment", + "explanatory note; annotation" ], + "classifiers" : [] }, + { "traditional" : "註釋", + "transcriptions" : { "pinyin" : "zhù shì", + "numeric" : "zhu4 shi4", + "wadegiles" : "chu⁴ shih⁴", + "bopomofo" : "ㄓㄨˋ ㄕˋ", + "romatzyh" : "juh shyh" }, + "meanings" : [ "variant of 注释" ], + "classifiers" : [] } ] }, + { "simplified" : "注意", + "radical" : "氵", + "level" : [ "new-3", "old-3" ], + "frequency" : 547, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "注意", + "transcriptions" : { "pinyin" : "zhù yì", + "numeric" : "zhu4 yi4", + "wadegiles" : "chu⁴ i⁴", + "bopomofo" : "ㄓㄨˋ ㄧˋ", + "romatzyh" : "juh yih" }, + "meanings" : [ "to take note of; to pay attention to" ], + "classifiers" : [] } ] }, + { "simplified" : "注重", + "radical" : "氵", + "level" : [ "new-5", "old-6" ], + "frequency" : 6231, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "注重", + "transcriptions" : { "pinyin" : "zhù zhòng", + "numeric" : "zhu4 zhong4", + "wadegiles" : "chu⁴ chung⁴", + "bopomofo" : "ㄓㄨˋ ㄓㄨㄥˋ", + "romatzyh" : "juh jonq" }, + "meanings" : [ "to pay attention to", + "to emphasize" ], + "classifiers" : [] } ] }, + { "simplified" : "贮藏", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 24432, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "貯藏", + "transcriptions" : { "pinyin" : "zhù cáng", + "numeric" : "zhu4 cang2", + "wadegiles" : "chu⁴ ts'ang²", + "bopomofo" : "ㄓㄨˋ ㄘㄤˊ", + "romatzyh" : "juh tsarng" }, + "meanings" : [ "to store up", + "to hoard", + "deposits" ], + "classifiers" : [] } ] }, + { "simplified" : "驻", + "radical" : "马", + "level" : [ "new-6" ], + "frequency" : 5499, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "駐", + "transcriptions" : { "pinyin" : "zhù", + "numeric" : "zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "to halt", + "to stay", + "to be stationed (of troops, diplomats etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "驻扎", + "radical" : "马", + "level" : [ "old-6" ], + "frequency" : 13157, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "駐紮", + "transcriptions" : { "pinyin" : "zhù zhā", + "numeric" : "zhu4 zha1", + "wadegiles" : "chu⁴ cha¹", + "bopomofo" : "ㄓㄨˋ ㄓㄚ", + "romatzyh" : "juh ja" }, + "meanings" : [ "to station", + "to garrison (troops)" ], + "classifiers" : [] } ] }, + { "simplified" : "柱子", + "radical" : "木", + "level" : [ "new-6" ], + "frequency" : 15583, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "柱子", + "transcriptions" : { "pinyin" : "zhù zi", + "numeric" : "zhu4 zi5", + "wadegiles" : "chu⁴ zi", + "bopomofo" : "ㄓㄨˋ zi", + "romatzyh" : "juh zi" }, + "meanings" : [ "pillar" ], + "classifiers" : [ "根" ] } ] }, + { "simplified" : "祝", + "radical" : "礻", + "level" : [ "new-3", "old-3" ], + "frequency" : 1197, + "pos" : [ "v", "nr" ], + "forms" : [ { "traditional" : "祝", + "transcriptions" : { "pinyin" : "Zhù", + "numeric" : "Zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "surname Zhu" ], + "classifiers" : [] }, + { "traditional" : "祝", + "transcriptions" : { "pinyin" : "zhù", + "numeric" : "zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "to pray for", + "to wish (sb bon voyage, happy birthday etc)", + "person who invokes the spirits during sacrificial ceremonies" ], + "classifiers" : [] } ] }, + { "simplified" : "祝福", + "radical" : "礻", + "level" : [ "new-4", "old-5" ], + "frequency" : 2756, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "祝福", + "transcriptions" : { "pinyin" : "zhù fú", + "numeric" : "zhu4 fu2", + "wadegiles" : "chu⁴ fu²", + "bopomofo" : "ㄓㄨˋ ㄈㄨˊ", + "romatzyh" : "juh fwu" }, + "meanings" : [ "blessings", "to wish sb well" ], + "classifiers" : [] } ] }, + { "simplified" : "祝贺", + "radical" : "礻", + "level" : [ "new-5", "old-4" ], + "frequency" : 3501, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "祝賀", + "transcriptions" : { "pinyin" : "zhù hè", + "numeric" : "zhu4 he4", + "wadegiles" : "chu⁴ ho⁴", + "bopomofo" : "ㄓㄨˋ ㄏㄜˋ", + "romatzyh" : "juh heh" }, + "meanings" : [ "to congratulate", + "congratulations" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "祝愿", + "radical" : "礻", + "level" : [ "new-6" ], + "frequency" : 9931, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "祝願", + "transcriptions" : { "pinyin" : "zhù yuàn", + "numeric" : "zhu4 yuan4", + "wadegiles" : "chu⁴ yüan⁴", + "bopomofo" : "ㄓㄨˋ ㄩㄢˋ", + "romatzyh" : "juh yuann" }, + "meanings" : [ "to wish" ], + "classifiers" : [] } ] }, + { "simplified" : "筑", + "radical" : "⺮", + "level" : [ "new-7+" ], + "frequency" : 10332, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "筑", + "transcriptions" : { "pinyin" : "Zhù", + "numeric" : "Zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "short name for Guiyang 贵阳" ], + "classifiers" : [] }, + { "traditional" : "筑", + "transcriptions" : { "pinyin" : "zhù", + "numeric" : "zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "five-string lute", + "Taiwan pr. [zhú]" ], + "classifiers" : [] }, + { "traditional" : "築", + "transcriptions" : { "pinyin" : "zhù", + "numeric" : "zhu4", + "wadegiles" : "chu⁴", + "bopomofo" : "ㄓㄨˋ", + "romatzyh" : "juh" }, + "meanings" : [ "to build", + "to construct", + "to ram", + "to hit", + "Taiwan pr. [zhú]" ], + "classifiers" : [] } ] }, + { "simplified" : "铸造", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14851, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鑄造", + "transcriptions" : { "pinyin" : "zhù zào", + "numeric" : "zhu4 zao4", + "wadegiles" : "chu⁴ tsao⁴", + "bopomofo" : "ㄓㄨˋ ㄗㄠˋ", + "romatzyh" : "juh tzaw" }, + "meanings" : [ "to cast (pour metal into a mold)" ], + "classifiers" : [] } ] }, + { "simplified" : "抓", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 797, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抓", + "transcriptions" : { "pinyin" : "zhuā", + "numeric" : "zhua1", + "wadegiles" : "chua¹", + "bopomofo" : "ㄓㄨㄚ", + "romatzyh" : "jua" }, + "meanings" : [ "to grab", + "to catch", + "to arrest", + "to snatch", + "to scratch" ], + "classifiers" : [] } ] }, + { "simplified" : "抓紧", + "radical" : "扌", + "level" : [ "new-4", "old-5" ], + "frequency" : 3896, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抓緊", + "transcriptions" : { "pinyin" : "zhuā jǐn", + "numeric" : "zhua1 jin3", + "wadegiles" : "chua¹ chin³", + "bopomofo" : "ㄓㄨㄚ ㄐㄧㄣˇ", + "romatzyh" : "jua jiin" }, + "meanings" : [ "to keep a firm grip on", + "to pay close attention to", + "to lose no time in (doing sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "抓住", + "radical" : "扌", + "level" : [ "new-3" ], + "frequency" : 1500, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "抓住", + "transcriptions" : { "pinyin" : "zhuā zhù", + "numeric" : "zhua1 zhu4", + "wadegiles" : "chua¹ chu⁴", + "bopomofo" : "ㄓㄨㄚ ㄓㄨˋ", + "romatzyh" : "jua juh" }, + "meanings" : [ "to grab hold of; to capture" ], + "classifiers" : [] } ] }, + { "simplified" : "拽", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6459, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "拽", + "transcriptions" : { "pinyin" : "yè", + "numeric" : "ye4", + "wadegiles" : "yeh⁴", + "bopomofo" : "ㄧㄝˋ", + "romatzyh" : "yeh" }, + "meanings" : [ "to drag", "to haul" ], + "classifiers" : [] }, + { "traditional" : "拽", + "transcriptions" : { "pinyin" : "zhuāi", + "numeric" : "zhuai1", + "wadegiles" : "chuai¹", + "bopomofo" : "ㄓㄨㄞ", + "romatzyh" : "juai" }, + "meanings" : [ "to throw", "to fling" ], + "classifiers" : [] }, + { "traditional" : "拽", + "transcriptions" : { "pinyin" : "zhuǎi", + "numeric" : "zhuai3", + "wadegiles" : "chuai³", + "bopomofo" : "ㄓㄨㄞˇ", + "romatzyh" : "joai" }, + "meanings" : [ "alternate writing of 跩" ], + "classifiers" : [] }, + { "traditional" : "拽", + "transcriptions" : { "pinyin" : "zhuài", + "numeric" : "zhuai4", + "wadegiles" : "chuai⁴", + "bopomofo" : "ㄓㄨㄞˋ", + "romatzyh" : "juay" }, + "meanings" : [ "to pull", "to tug at (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "专程", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12055, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "專程", + "transcriptions" : { "pinyin" : "zhuān chéng", + "numeric" : "zhuan1 cheng2", + "wadegiles" : "chuan¹ ch'eng²", + "bopomofo" : "ㄓㄨㄢ ㄔㄥˊ", + "romatzyh" : "juan cherng" }, + "meanings" : [ "specifically", + "specially (for that purpose)" ], + "classifiers" : [] } ] }, + { "simplified" : "专柜", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 20297, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專櫃", + "transcriptions" : { "pinyin" : "zhuān guì", + "numeric" : "zhuan1 gui4", + "wadegiles" : "chuan¹ kuei⁴", + "bopomofo" : "ㄓㄨㄢ ㄍㄨㄟˋ", + "romatzyh" : "juan guey" }, + "meanings" : [ "sales counter dedicated to a certain kind of product (e.g. alcohol)" ], + "classifiers" : [] } ] }, + { "simplified" : "专辑", + "radical" : "一", + "level" : [ "new-5" ], + "frequency" : 3299, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專輯", + "transcriptions" : { "pinyin" : "zhuān jí", + "numeric" : "zhuan1 ji2", + "wadegiles" : "chuan¹ chi²", + "bopomofo" : "ㄓㄨㄢ ㄐㄧˊ", + "romatzyh" : "juan jyi" }, + "meanings" : [ "album", + "record (music)", + "special collection of printed or broadcast material" ], + "classifiers" : [] } ] }, + { "simplified" : "专家", + "radical" : "一", + "level" : [ "new-3", "old-5" ], + "frequency" : 1096, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專家", + "transcriptions" : { "pinyin" : "zhuān jiā", + "numeric" : "zhuan1 jia1", + "wadegiles" : "chuan¹ chia¹", + "bopomofo" : "ㄓㄨㄢ ㄐㄧㄚ", + "romatzyh" : "juan jia" }, + "meanings" : [ "expert; specialist" ], + "classifiers" : [] } ] }, + { "simplified" : "专科", + "radical" : "一", + "level" : [ "old-6" ], + "frequency" : 13834, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專科", + "transcriptions" : { "pinyin" : "zhuān kē", + "numeric" : "zhuan1 ke1", + "wadegiles" : "chuan¹ k'o¹", + "bopomofo" : "ㄓㄨㄢ ㄎㄜ", + "romatzyh" : "juan ke" }, + "meanings" : [ "specialized subject", + "branch (of medicine)", + "specialized training school" ], + "classifiers" : [] } ] }, + { "simplified" : "专栏", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 9363, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專欄", + "transcriptions" : { "pinyin" : "zhuān lán", + "numeric" : "zhuan1 lan2", + "wadegiles" : "chuan¹ lan²", + "bopomofo" : "ㄓㄨㄢ ㄌㄢˊ", + "romatzyh" : "juan lan" }, + "meanings" : [ "special column" ], + "classifiers" : [] } ] }, + { "simplified" : "专利", + "radical" : "一", + "level" : [ "new-5", "old-6" ], + "frequency" : 6388, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專利", + "transcriptions" : { "pinyin" : "zhuān lì", + "numeric" : "zhuan1 li4", + "wadegiles" : "chuan¹ li⁴", + "bopomofo" : "ㄓㄨㄢ ㄌㄧˋ", + "romatzyh" : "juan lih" }, + "meanings" : [ "patent", + "sth uniquely enjoyed (or possessed etc) by a certain group of people", + "monopoly" ], + "classifiers" : [] } ] }, + { "simplified" : "专卖店", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 13829, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專賣店", + "transcriptions" : { "pinyin" : "zhuān mài diàn", + "numeric" : "zhuan1 mai4 dian4", + "wadegiles" : "chuan¹ mai⁴ tien⁴", + "bopomofo" : "ㄓㄨㄢ ㄇㄞˋ ㄉㄧㄢˋ", + "romatzyh" : "juan may diann" }, + "meanings" : [ "specialty store" ], + "classifiers" : [] } ] }, + { "simplified" : "专门", + "radical" : "一", + "level" : [ "new-3", "old-4" ], + "frequency" : 2288, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "專門", + "transcriptions" : { "pinyin" : "zhuān mén", + "numeric" : "zhuan1 men2", + "wadegiles" : "chuan¹ men²", + "bopomofo" : "ㄓㄨㄢ ㄇㄣˊ", + "romatzyh" : "juan men" }, + "meanings" : [ "specialist", + "specialized", + "customized" ], + "classifiers" : [] } ] }, + { "simplified" : "专人", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 16448, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專人", + "transcriptions" : { "pinyin" : "zhuān rén", + "numeric" : "zhuan1 ren2", + "wadegiles" : "chuan¹ jen²", + "bopomofo" : "ㄓㄨㄢ ㄖㄣˊ", + "romatzyh" : "juan ren" }, + "meanings" : [ "specialist", + "person appointed for specific task" ], + "classifiers" : [] } ] }, + { "simplified" : "专题", + "radical" : "一", + "level" : [ "new-3", "old-6" ], + "frequency" : 10707, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專題", + "transcriptions" : { "pinyin" : "zhuān tí", + "numeric" : "zhuan1 ti2", + "wadegiles" : "chuan¹ t'i²", + "bopomofo" : "ㄓㄨㄢ ㄊㄧˊ", + "romatzyh" : "juan tyi" }, + "meanings" : [ "specific topic (addressed by a book, lecture, TV program etc)", + "article, report or program etc on a specific topic" ], + "classifiers" : [] } ] }, + { "simplified" : "专心", + "radical" : "一", + "level" : [ "new-4", "old-5" ], + "frequency" : 8032, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "專心", + "transcriptions" : { "pinyin" : "zhuān xīn", + "numeric" : "zhuan1 xin1", + "wadegiles" : "chuan¹ hsin¹", + "bopomofo" : "ㄓㄨㄢ ㄒㄧㄣ", + "romatzyh" : "juan shin" }, + "meanings" : [ "to focus one's attention; to concentrate on (doing sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "专业", + "radical" : "一", + "level" : [ "new-3", "old-4" ], + "frequency" : 1146, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專業", + "transcriptions" : { "pinyin" : "zhuān yè", + "numeric" : "zhuan1 ye4", + "wadegiles" : "chuan¹ yeh⁴", + "bopomofo" : "ㄓㄨㄢ ㄧㄝˋ", + "romatzyh" : "juan yeh" }, + "meanings" : [ "specialty", + "specialized field", + "main field of study (at university)", + "major", + "professional" ], + "classifiers" : [ "门", "个" ] } ] }, + { "simplified" : "专用", + "radical" : "一", + "level" : [ "new-6" ], + "frequency" : 5813, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "專用", + "transcriptions" : { "pinyin" : "zhuān yòng", + "numeric" : "zhuan1 yong4", + "wadegiles" : "chuan¹ yung⁴", + "bopomofo" : "ㄓㄨㄢ ㄩㄥˋ", + "romatzyh" : "juan yonq" }, + "meanings" : [ "special", "dedicated" ], + "classifiers" : [] } ] }, + { "simplified" : "专长", + "radical" : "一", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14409, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "專長", + "transcriptions" : { "pinyin" : "zhuān cháng", + "numeric" : "zhuan1 chang2", + "wadegiles" : "chuan¹ ch'ang²", + "bopomofo" : "ㄓㄨㄢ ㄔㄤˊ", + "romatzyh" : "juan charng" }, + "meanings" : [ "specialty", + "special knowledge or ability" ], + "classifiers" : [] } ] }, + { "simplified" : "专著", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 18827, + "pos" : [], + "forms" : [ { "traditional" : "專著", + "transcriptions" : { "pinyin" : "zhuān zhù", + "numeric" : "zhuan1 zhu4", + "wadegiles" : "chuan¹ chu⁴", + "bopomofo" : "ㄓㄨㄢ ㄓㄨˋ", + "romatzyh" : "juan juh" }, + "meanings" : [ "monograph", "specialized text" ], + "classifiers" : [] } ] }, + { "simplified" : "专职", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 13892, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "專職", + "transcriptions" : { "pinyin" : "zhuān zhí", + "numeric" : "zhuan1 zhi2", + "wadegiles" : "chuan¹ chih²", + "bopomofo" : "ㄓㄨㄢ ㄓˊ", + "romatzyh" : "juan jyr" }, + "meanings" : [ "special duty", + "assigned full time to a task" ], + "classifiers" : [] } ] }, + { "simplified" : "专制", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 17036, + "pos" : [ "n", "a" ], + "forms" : [ { "traditional" : "專制", + "transcriptions" : { "pinyin" : "zhuān zhì", + "numeric" : "zhuan1 zhi4", + "wadegiles" : "chuan¹ chih⁴", + "bopomofo" : "ㄓㄨㄢ ㄓˋ", + "romatzyh" : "juan jyh" }, + "meanings" : [ "autocracy", "dictatorship" ], + "classifiers" : [] } ] }, + { "simplified" : "专注", + "radical" : "一", + "level" : [ "new-7+" ], + "frequency" : 7159, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "專注", + "transcriptions" : { "pinyin" : "zhuān zhù", + "numeric" : "zhuan1 zhu4", + "wadegiles" : "chuan¹ chu⁴", + "bopomofo" : "ㄓㄨㄢ ㄓㄨˋ", + "romatzyh" : "juan juh" }, + "meanings" : [ "to focus; to concentrate; to give one's full attention" ], + "classifiers" : [] } ] }, + { "simplified" : "砖", + "radical" : "石", + "level" : [ "new-7+" ], + "frequency" : 6186, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "塼", + "transcriptions" : { "pinyin" : "zhuān", + "numeric" : "zhuan1", + "wadegiles" : "chuan¹", + "bopomofo" : "ㄓㄨㄢ", + "romatzyh" : "juan" }, + "meanings" : [ "variant of 砖" ], + "classifiers" : [] }, + { "traditional" : "甎", + "transcriptions" : { "pinyin" : "zhuān", + "numeric" : "zhuan1", + "wadegiles" : "chuan¹", + "bopomofo" : "ㄓㄨㄢ", + "romatzyh" : "juan" }, + "meanings" : [ "variant of 砖" ], + "classifiers" : [] }, + { "traditional" : "磚", + "transcriptions" : { "pinyin" : "zhuān", + "numeric" : "zhuan1", + "wadegiles" : "chuan¹", + "bopomofo" : "ㄓㄨㄢ", + "romatzyh" : "juan" }, + "meanings" : [ "brick" ], + "classifiers" : [ "块" ] } ] }, + { "simplified" : "砖瓦", + "radical" : "石", + "level" : [ "old-6" ], + "frequency" : 65496, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "磚瓦", + "transcriptions" : { "pinyin" : "zhuān wǎ", + "numeric" : "zhuan1 wa3", + "wadegiles" : "chuan¹ wa³", + "bopomofo" : "ㄓㄨㄢ ㄨㄚˇ", + "romatzyh" : "juan waa" }, + "meanings" : [ "tiles and bricks" ], + "classifiers" : [] } ] }, + { "simplified" : "转", + "radical" : "车", + "level" : [ "new-3" ], + "frequency" : 508, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "轉", + "transcriptions" : { "pinyin" : "zhuǎi", + "numeric" : "zhuai3", + "wadegiles" : "chuai³", + "bopomofo" : "ㄓㄨㄞˇ", + "romatzyh" : "joai" }, + "meanings" : [ "see 转文" ], + "classifiers" : [] }, + { "traditional" : "轉", + "transcriptions" : { "pinyin" : "zhuǎn", + "numeric" : "zhuan3", + "wadegiles" : "chuan³", + "bopomofo" : "ㄓㄨㄢˇ", + "romatzyh" : "joan" }, + "meanings" : [ "to turn", + "to change direction", + "to transfer", + "to forward (mail)", + "(Internet) to share (sb else's content)" ], + "classifiers" : [] }, + { "traditional" : "轉", + "transcriptions" : { "pinyin" : "zhuàn", + "numeric" : "zhuan4", + "wadegiles" : "chuan⁴", + "bopomofo" : "ㄓㄨㄢˋ", + "romatzyh" : "juann" }, + "meanings" : [ "to revolve", + "to turn", + "to circle about", + "to walk about", + "classifier for revolutions (per minute etc): revs, rpm", + "classifier for repeated actions" ], + "classifiers" : [] } ] }, + { "simplified" : "转变", + "radical" : "车", + "level" : [ "new-3", "old-5" ], + "frequency" : 3151, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉變", + "transcriptions" : { "pinyin" : "zhuǎn biàn", + "numeric" : "zhuan3 bian4", + "wadegiles" : "chuan³ pien⁴", + "bopomofo" : "ㄓㄨㄢˇ ㄅㄧㄢˋ", + "romatzyh" : "joan biann" }, + "meanings" : [ "to change", + "to transform", + "shift", + "transformation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "转播", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 10252, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "轉播", + "transcriptions" : { "pinyin" : "zhuǎn bō", + "numeric" : "zhuan3 bo1", + "wadegiles" : "chuan³ po¹", + "bopomofo" : "ㄓㄨㄢˇ ㄅㄛ", + "romatzyh" : "joan bo" }, + "meanings" : [ "relay", + "broadcast (on radio or TV)" ], + "classifiers" : [] } ] }, + { "simplified" : "转达", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14912, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "轉達", + "transcriptions" : { "pinyin" : "zhuǎn dá", + "numeric" : "zhuan3 da2", + "wadegiles" : "chuan³ ta²", + "bopomofo" : "ㄓㄨㄢˇ ㄉㄚˊ", + "romatzyh" : "joan dar" }, + "meanings" : [ "to pass on", + "to convey", + "to communicate" ], + "classifiers" : [] } ] }, + { "simplified" : "转动", + "radical" : "车", + "level" : [ "new-4" ], + "frequency" : 8802, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉動", + "transcriptions" : { "pinyin" : "zhuǎn dòng", + "numeric" : "zhuan3 dong4", + "wadegiles" : "chuan³ tung⁴", + "bopomofo" : "ㄓㄨㄢˇ ㄉㄨㄥˋ", + "romatzyh" : "joan donq" }, + "meanings" : [ "to turn sth around", "to swivel" ], + "classifiers" : [] }, + { "traditional" : "轉動", + "transcriptions" : { "pinyin" : "zhuàn dòng", + "numeric" : "zhuan4 dong4", + "wadegiles" : "chuan⁴ tung⁴", + "bopomofo" : "ㄓㄨㄢˋ ㄉㄨㄥˋ", + "romatzyh" : "juann donq" }, + "meanings" : [ "to rotate (about an axis)", + "to revolve", + "to turn", + "to move in a circle", + "to gyrate" ], + "classifiers" : [] } ] }, + { "simplified" : "转告", + "radical" : "车", + "level" : [ "new-4", "old-5" ], + "frequency" : 12234, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "轉告", + "transcriptions" : { "pinyin" : "zhuǎn gào", + "numeric" : "zhuan3 gao4", + "wadegiles" : "chuan³ kao⁴", + "bopomofo" : "ㄓㄨㄢˇ ㄍㄠˋ", + "romatzyh" : "joan gaw" }, + "meanings" : [ "to pass on", + "to communicate", + "to transmit" ], + "classifiers" : [] } ] }, + { "simplified" : "转化", + "radical" : "车", + "level" : [ "new-5" ], + "frequency" : 7786, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉化", + "transcriptions" : { "pinyin" : "zhuǎn huà", + "numeric" : "zhuan3 hua4", + "wadegiles" : "chuan³ hua⁴", + "bopomofo" : "ㄓㄨㄢˇ ㄏㄨㄚˋ", + "romatzyh" : "joan huah" }, + "meanings" : [ "to change", + "to transform", + "isomerization (chemistry)" ], + "classifiers" : [] } ] }, + { "simplified" : "转换", + "radical" : "车", + "level" : [ "new-5" ], + "frequency" : 4951, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉換", + "transcriptions" : { "pinyin" : "zhuǎn huàn", + "numeric" : "zhuan3 huan4", + "wadegiles" : "chuan³ huan⁴", + "bopomofo" : "ㄓㄨㄢˇ ㄏㄨㄢˋ", + "romatzyh" : "joan huann" }, + "meanings" : [ "to change", + "to switch", + "to convert", + "to transform" ], + "classifiers" : [] } ] }, + { "simplified" : "转机", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 12036, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "轉機", + "transcriptions" : { "pinyin" : "zhuǎn jī", + "numeric" : "zhuan3 ji1", + "wadegiles" : "chuan³ chi¹", + "bopomofo" : "ㄓㄨㄢˇ ㄐㄧ", + "romatzyh" : "joan ji" }, + "meanings" : [ "(to take) a turn for the better", + "to change planes" ], + "classifiers" : [] } ] }, + { "simplified" : "转交", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 14866, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "轉交", + "transcriptions" : { "pinyin" : "zhuǎn jiāo", + "numeric" : "zhuan3 jiao1", + "wadegiles" : "chuan³ chiao¹", + "bopomofo" : "ㄓㄨㄢˇ ㄐㄧㄠ", + "romatzyh" : "joan jiau" }, + "meanings" : [ "to pass on to sb", + "to carry and give to sb else" ], + "classifiers" : [] } ] }, + { "simplified" : "转让", + "radical" : "车", + "level" : [ "new-5", "old-6" ], + "frequency" : 10032, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉讓", + "transcriptions" : { "pinyin" : "zhuǎn ràng", + "numeric" : "zhuan3 rang4", + "wadegiles" : "chuan³ jang⁴", + "bopomofo" : "ㄓㄨㄢˇ ㄖㄤˋ", + "romatzyh" : "joan ranq" }, + "meanings" : [ "to transfer (ownership, rights etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "转身", + "radical" : "车", + "level" : [ "new-4" ], + "frequency" : 3933, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉身", + "transcriptions" : { "pinyin" : "zhuǎn shēn", + "numeric" : "zhuan3 shen1", + "wadegiles" : "chuan³ shen¹", + "bopomofo" : "ㄓㄨㄢˇ ㄕㄣ", + "romatzyh" : "joan shen" }, + "meanings" : [ "(of a person) to turn round", + "to face about", + "(of a widow) to remarry (archaic)" ], + "classifiers" : [] } ] }, + { "simplified" : "转弯", + "radical" : "车", + "level" : [ "new-4" ], + "frequency" : 10633, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉彎", + "transcriptions" : { "pinyin" : "zhuǎn wān", + "numeric" : "zhuan3 wan1", + "wadegiles" : "chuan³ wan¹", + "bopomofo" : "ㄓㄨㄢˇ ㄨㄢ", + "romatzyh" : "joan uan" }, + "meanings" : [ "to turn", "to go around a corner" ], + "classifiers" : [] } ] }, + { "simplified" : "转向", + "radical" : "车", + "level" : [ "new-5" ], + "frequency" : 5484, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "轉向", + "transcriptions" : { "pinyin" : "zhuǎn xiàng", + "numeric" : "zhuan3 xiang4", + "wadegiles" : "chuan³ hsiang⁴", + "bopomofo" : "ㄓㄨㄢˇ ㄒㄧㄤˋ", + "romatzyh" : "joan shianq" }, + "meanings" : [ "to change direction", + "fig. to change one's stance" ], + "classifiers" : [] }, + { "traditional" : "轉向", + "transcriptions" : { "pinyin" : "zhuàn xiàng", + "numeric" : "zhuan4 xiang4", + "wadegiles" : "chuan⁴ hsiang⁴", + "bopomofo" : "ㄓㄨㄢˋ ㄒㄧㄤˋ", + "romatzyh" : "juann shianq" }, + "meanings" : [ "to get lost", "to lose one's way" ], + "classifiers" : [] } ] }, + { "simplified" : "转型", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 12211, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉型", + "transcriptions" : { "pinyin" : "zhuǎn xíng", + "numeric" : "zhuan3 xing2", + "wadegiles" : "chuan³ hsing²", + "bopomofo" : "ㄓㄨㄢˇ ㄒㄧㄥˊ", + "romatzyh" : "joan shyng" }, + "meanings" : [ "to undergo fundamental change; to transition; to transform", + "to update (to a new model of product)" ], + "classifiers" : [] } ] }, + { "simplified" : "转学", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 21954, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "轉學", + "transcriptions" : { "pinyin" : "zhuǎn xué", + "numeric" : "zhuan3 xue2", + "wadegiles" : "chuan³ hsüeh²", + "bopomofo" : "ㄓㄨㄢˇ ㄒㄩㄝˊ", + "romatzyh" : "joan shyue" }, + "meanings" : [ "to change schools", + "to transfer to another college" ], + "classifiers" : [] } ] }, + { "simplified" : "转眼", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 17636, + "pos" : [ "d", "t" ], + "forms" : [ { "traditional" : "轉眼", + "transcriptions" : { "pinyin" : "zhuǎn yǎn", + "numeric" : "zhuan3 yan3", + "wadegiles" : "chuan³ yan³", + "bopomofo" : "ㄓㄨㄢˇ ㄧㄢˇ", + "romatzyh" : "joan yean" }, + "meanings" : [ "in a flash", + "in the blink of an eye", + "to glance" ], + "classifiers" : [] } ] }, + { "simplified" : "转移", + "radical" : "车", + "level" : [ "new-4", "old-6" ], + "frequency" : 2080, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "轉移", + "transcriptions" : { "pinyin" : "zhuǎn yí", + "numeric" : "zhuan3 yi2", + "wadegiles" : "chuan³ i²", + "bopomofo" : "ㄓㄨㄢˇ ㄧˊ", + "romatzyh" : "joan yi" }, + "meanings" : [ "to shift; to relocate; to transfer", + "(fig.) to shift (attention); to change (the subject etc)", + "(medicine) to metastasize" ], + "classifiers" : [] } ] }, + { "simplified" : "转悠", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 9739, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "轉悠", + "transcriptions" : { "pinyin" : "zhuàn you", + "numeric" : "zhuan4 you5", + "wadegiles" : "chuan⁴ you", + "bopomofo" : "ㄓㄨㄢˋ you", + "romatzyh" : "juann you" }, + "meanings" : [ "to roll", + "to wander around", + "to appear repeatedly" ], + "classifiers" : [] } ] }, + { "simplified" : "转载", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 20118, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "轉載", + "transcriptions" : { "pinyin" : "zhuǎn zǎi", + "numeric" : "zhuan3 zai3", + "wadegiles" : "chuan³ tsai³", + "bopomofo" : "ㄓㄨㄢˇ ㄗㄞˇ", + "romatzyh" : "joan tzae" }, + "meanings" : [ "to forward (a shipment)", + "to reprint sth published elsewhere", + "Taiwan pr. [zhuǎn zài]" ], + "classifiers" : [] } ] }, + { "simplified" : "转折", + "radical" : "车", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15256, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "轉折", + "transcriptions" : { "pinyin" : "zhuǎn zhé", + "numeric" : "zhuan3 zhe2", + "wadegiles" : "chuan³ che²", + "bopomofo" : "ㄓㄨㄢˇ ㄓㄜˊ", + "romatzyh" : "joan jer" }, + "meanings" : [ "shift in the trend of events", + "turnaround", + "plot shift in a book", + "turn in the conversation" ], + "classifiers" : [] } ] }, + { "simplified" : "转折点", + "radical" : "车", + "level" : [ "new-7+" ], + "frequency" : 16397, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "轉折點", + "transcriptions" : { "pinyin" : "zhuǎn zhé diǎn", + "numeric" : "zhuan3 zhe2 dian3", + "wadegiles" : "chuan³ che² tien³", + "bopomofo" : "ㄓㄨㄢˇ ㄓㄜˊ ㄉㄧㄢˇ", + "romatzyh" : "joan jer dean" }, + "meanings" : [ "turning point", "breaking point" ], + "classifiers" : [] } ] }, + { "simplified" : "赚", + "radical" : "贝", + "level" : [ "new-6", "old-4" ], + "frequency" : 2163, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "賺", + "transcriptions" : { "pinyin" : "zhuàn", + "numeric" : "zhuan4", + "wadegiles" : "chuan⁴", + "bopomofo" : "ㄓㄨㄢˋ", + "romatzyh" : "juann" }, + "meanings" : [ "to earn", "to make a profit" ], + "classifiers" : [] }, + { "traditional" : "賺", + "transcriptions" : { "pinyin" : "zuàn", + "numeric" : "zuan4", + "wadegiles" : "tsuan⁴", + "bopomofo" : "ㄗㄨㄢˋ", + "romatzyh" : "tzuann" }, + "meanings" : [ "to cheat", "to swindle" ], + "classifiers" : [] } ] }, + { "simplified" : "赚钱", + "radical" : "贝", + "level" : [ "new-6" ], + "frequency" : 3630, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "賺錢", + "transcriptions" : { "pinyin" : "zhuàn qián", + "numeric" : "zhuan4 qian2", + "wadegiles" : "chuan⁴ ch'ien²", + "bopomofo" : "ㄓㄨㄢˋ ㄑㄧㄢˊ", + "romatzyh" : "juann chyan" }, + "meanings" : [ "to earn money", "moneymaking" ], + "classifiers" : [] } ] }, + { "simplified" : "撰写", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 15130, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撰寫", + "transcriptions" : { "pinyin" : "zhuàn xiě", + "numeric" : "zhuan4 xie3", + "wadegiles" : "chuan⁴ hsieh³", + "bopomofo" : "ㄓㄨㄢˋ ㄒㄧㄝˇ", + "romatzyh" : "juann shiee" }, + "meanings" : [ "to write", "to compose" ], + "classifiers" : [] } ] }, + { "simplified" : "庄稼", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 15246, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "莊稼", + "transcriptions" : { "pinyin" : "zhuāng jia", + "numeric" : "zhuang1 jia5", + "wadegiles" : "chuang¹ jia", + "bopomofo" : "ㄓㄨㄤ jia", + "romatzyh" : "juang jia" }, + "meanings" : [ "farm crop" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "庄严", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 12335, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "莊嚴", + "transcriptions" : { "pinyin" : "zhuāng yán", + "numeric" : "zhuang1 yan2", + "wadegiles" : "chuang¹ yan²", + "bopomofo" : "ㄓㄨㄤ ㄧㄢˊ", + "romatzyh" : "juang yan" }, + "meanings" : [ "solemn; dignified; stately" ], + "classifiers" : [] } ] }, + { "simplified" : "庄园", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 12957, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "莊園", + "transcriptions" : { "pinyin" : "zhuāng yuán", + "numeric" : "zhuang1 yuan2", + "wadegiles" : "chuang¹ yüan²", + "bopomofo" : "ㄓㄨㄤ ㄩㄢˊ", + "romatzyh" : "juang yuan" }, + "meanings" : [ "manor", + "feudal land", + "villa and park" ], + "classifiers" : [] } ] }, + { "simplified" : "庄重", + "radical" : "广", + "level" : [ "old-6" ], + "frequency" : 17692, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "莊重", + "transcriptions" : { "pinyin" : "zhuāng zhòng", + "numeric" : "zhuang1 zhong4", + "wadegiles" : "chuang¹ chung⁴", + "bopomofo" : "ㄓㄨㄤ ㄓㄨㄥˋ", + "romatzyh" : "juang jonq" }, + "meanings" : [ "grave", "solemn", "dignified" ], + "classifiers" : [] } ] }, + { "simplified" : "桩", + "radical" : "木", + "level" : [ "new-7+" ], + "frequency" : 4450, + "pos" : [ "q", "n" ], + "forms" : [ { "traditional" : "樁", + "transcriptions" : { "pinyin" : "zhuāng", + "numeric" : "zhuang1", + "wadegiles" : "chuang¹", + "bopomofo" : "ㄓㄨㄤ", + "romatzyh" : "juang" }, + "meanings" : [ "stump", + "stake", + "pile", + "classifier for items" ], + "classifiers" : [] } ] }, + { "simplified" : "装", + "radical" : "衣", + "level" : [ "new-2", "old-5" ], + "frequency" : 741, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "裝", + "transcriptions" : { "pinyin" : "zhuāng", + "numeric" : "zhuang1", + "wadegiles" : "chuang¹", + "bopomofo" : "ㄓㄨㄤ", + "romatzyh" : "juang" }, + "meanings" : [ "adornment", + "to adorn", + "dress", + "clothing", + "costume (of an actor in a play)", + "to play a role", + "to pretend", + "to install", + "to fix", + "to wrap (sth in a bag)", + "to load", + "to pack" ], + "classifiers" : [] } ] }, + { "simplified" : "装扮", + "radical" : "衣", + "level" : [ "new-7+" ], + "frequency" : 8307, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "裝扮", + "transcriptions" : { "pinyin" : "zhuāng bàn", + "numeric" : "zhuang1 ban4", + "wadegiles" : "chuang¹ pan⁴", + "bopomofo" : "ㄓㄨㄤ ㄅㄢˋ", + "romatzyh" : "juang bann" }, + "meanings" : [ "to decorate", + "to adorn", + "to dress up", + "to disguise oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "装备", + "radical" : "衣", + "level" : [ "new-6", "old-6" ], + "frequency" : 2855, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "裝備", + "transcriptions" : { "pinyin" : "zhuāng bèi", + "numeric" : "zhuang1 bei4", + "wadegiles" : "chuang¹ pei⁴", + "bopomofo" : "ㄓㄨㄤ ㄅㄟˋ", + "romatzyh" : "juang bey" }, + "meanings" : [ "equipment", + "to equip", + "to outfit" ], + "classifiers" : [] } ] }, + { "simplified" : "装饰", + "radical" : "衣", + "level" : [ "new-5", "old-5" ], + "frequency" : 3810, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "裝飾", + "transcriptions" : { "pinyin" : "zhuāng shì", + "numeric" : "zhuang1 shi4", + "wadegiles" : "chuang¹ shih⁴", + "bopomofo" : "ㄓㄨㄤ ㄕˋ", + "romatzyh" : "juang shyh" }, + "meanings" : [ "to decorate", + "decoration", + "decorative", + "ornamental" ], + "classifiers" : [] } ] }, + { "simplified" : "装卸", + "radical" : "衣", + "level" : [ "old-6" ], + "frequency" : 21173, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "裝卸", + "transcriptions" : { "pinyin" : "zhuāng xiè", + "numeric" : "zhuang1 xie4", + "wadegiles" : "chuang¹ hsieh⁴", + "bopomofo" : "ㄓㄨㄤ ㄒㄧㄝˋ", + "romatzyh" : "juang shieh" }, + "meanings" : [ "to load or unload", + "to transfer", + "to assemble and disassemble" ], + "classifiers" : [] } ] }, + { "simplified" : "装修", + "radical" : "衣", + "level" : [ "new-4" ], + "frequency" : 4138, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "裝修", + "transcriptions" : { "pinyin" : "zhuāng xiū", + "numeric" : "zhuang1 xiu1", + "wadegiles" : "chuang¹ hsiu¹", + "bopomofo" : "ㄓㄨㄤ ㄒㄧㄡ", + "romatzyh" : "juang shiou" }, + "meanings" : [ "to decorate", + "interior decoration", + "to fit up", + "to renovate" ], + "classifiers" : [] } ] }, + { "simplified" : "装置", + "radical" : "衣", + "level" : [ "new-4" ], + "frequency" : 2991, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "裝置", + "transcriptions" : { "pinyin" : "zhuāng zhì", + "numeric" : "zhuang1 zhi4", + "wadegiles" : "chuang¹ chih⁴", + "bopomofo" : "ㄓㄨㄤ ㄓˋ", + "romatzyh" : "juang jyh" }, + "meanings" : [ "to install", + "installation", + "equipment", + "system", + "unit", + "device" ], + "classifiers" : [] } ] }, + { "simplified" : "壮", + "radical" : "士", + "level" : [ "new-7+" ], + "frequency" : 6069, + "pos" : [ "v", "a", "b" ], + "forms" : [ { "traditional" : "壯", + "transcriptions" : { "pinyin" : "Zhuàng", + "numeric" : "Zhuang4", + "wadegiles" : "chuang⁴", + "bopomofo" : "ㄓㄨㄤˋ", + "romatzyh" : "juanq" }, + "meanings" : [ "Zhuang ethnic group of Guangxi, the PRC's second most numerous ethnic group" ], + "classifiers" : [] }, + { "traditional" : "壯", + "transcriptions" : { "pinyin" : "zhuàng", + "numeric" : "zhuang4", + "wadegiles" : "chuang⁴", + "bopomofo" : "ㄓㄨㄤˋ", + "romatzyh" : "juanq" }, + "meanings" : [ "to strengthen", + "strong", + "robust" ], + "classifiers" : [] } ] }, + { "simplified" : "壮大", + "radical" : "士", + "level" : [ "new-7+" ], + "frequency" : 11982, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "壯大", + "transcriptions" : { "pinyin" : "zhuàng dà", + "numeric" : "zhuang4 da4", + "wadegiles" : "chuang⁴ ta⁴", + "bopomofo" : "ㄓㄨㄤˋ ㄉㄚˋ", + "romatzyh" : "juanq dah" }, + "meanings" : [ "to expand", "to strengthen" ], + "classifiers" : [] } ] }, + { "simplified" : "壮胆", + "radical" : "士", + "level" : [ "new-7+" ], + "frequency" : 35084, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "壯膽", + "transcriptions" : { "pinyin" : "zhuàng dǎn", + "numeric" : "zhuang4 dan3", + "wadegiles" : "chuang⁴ tan³", + "bopomofo" : "ㄓㄨㄤˋ ㄉㄢˇ", + "romatzyh" : "juanq daan" }, + "meanings" : [ "to get one’s courage up", + "to embolden" ], + "classifiers" : [] } ] }, + { "simplified" : "壮观", + "radical" : "士", + "level" : [ "new-6", "old-6" ], + "frequency" : 9701, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "壯觀", + "transcriptions" : { "pinyin" : "zhuàng guān", + "numeric" : "zhuang4 guan1", + "wadegiles" : "chuang⁴ kuan¹", + "bopomofo" : "ㄓㄨㄤˋ ㄍㄨㄢ", + "romatzyh" : "juanq guan" }, + "meanings" : [ "spectacular", "magnificent sight" ], + "classifiers" : [] } ] }, + { "simplified" : "壮丽", + "radical" : "士", + "level" : [ "new-7+", "old-6" ], + "frequency" : 23422, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "壯麗", + "transcriptions" : { "pinyin" : "zhuàng lì", + "numeric" : "zhuang4 li4", + "wadegiles" : "chuang⁴ li⁴", + "bopomofo" : "ㄓㄨㄤˋ ㄌㄧˋ", + "romatzyh" : "juanq lih" }, + "meanings" : [ "magnificence", + "magnificent", + "majestic", + "glorious" ], + "classifiers" : [] } ] }, + { "simplified" : "壮烈", + "radical" : "士", + "level" : [ "old-6" ], + "frequency" : 26193, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "壯烈", + "transcriptions" : { "pinyin" : "zhuàng liè", + "numeric" : "zhuang4 lie4", + "wadegiles" : "chuang⁴ lieh⁴", + "bopomofo" : "ㄓㄨㄤˋ ㄌㄧㄝˋ", + "romatzyh" : "juanq lieh" }, + "meanings" : [ "brave", "heroic" ], + "classifiers" : [] } ] }, + { "simplified" : "壮实", + "radical" : "士", + "level" : [ "new-7+" ], + "frequency" : 40182, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "壯實", + "transcriptions" : { "pinyin" : "zhuàng shi", + "numeric" : "zhuang4 shi5", + "wadegiles" : "chuang⁴ shi", + "bopomofo" : "ㄓㄨㄤˋ shi", + "romatzyh" : "juanq shi" }, + "meanings" : [ "robust", "sturdy" ], + "classifiers" : [] } ] }, + { "simplified" : "状况", + "radical" : "犬", + "level" : [ "new-3", "old-5" ], + "frequency" : 1372, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "狀況", + "transcriptions" : { "pinyin" : "zhuàng kuàng", + "numeric" : "zhuang4 kuang4", + "wadegiles" : "chuang⁴ k'uang⁴", + "bopomofo" : "ㄓㄨㄤˋ ㄎㄨㄤˋ", + "romatzyh" : "juanq kuanq" }, + "meanings" : [ "condition; state; situation" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "状态", + "radical" : "犬", + "level" : [ "new-3", "old-5" ], + "frequency" : 1158, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "狀態", + "transcriptions" : { "pinyin" : "zhuàng tài", + "numeric" : "zhuang4 tai4", + "wadegiles" : "chuang⁴ t'ai⁴", + "bopomofo" : "ㄓㄨㄤˋ ㄊㄞˋ", + "romatzyh" : "juanq tay" }, + "meanings" : [ "condition; state; state of affairs" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "状元", + "radical" : "犬", + "level" : [ "new-7+" ], + "frequency" : 23703, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "狀元", + "transcriptions" : { "pinyin" : "zhuàng yuán", + "numeric" : "zhuang4 yuan2", + "wadegiles" : "chuang⁴ yüan²", + "bopomofo" : "ㄓㄨㄤˋ ㄩㄢˊ", + "romatzyh" : "juanq yuan" }, + "meanings" : [ "top scorer in the palace examination (highest rank of the Imperial examination system)", + "see 眼 and 花", + "top scorer in college entrance examination 考", + "(fig.) the most brilliantly talented person in the field", + "leading light" ], + "classifiers" : [] } ] }, + { "simplified" : "撞", + "radical" : "扌", + "level" : [ "new-5", "old-4" ], + "frequency" : 2075, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "撞", + "transcriptions" : { "pinyin" : "zhuàng", + "numeric" : "zhuang4", + "wadegiles" : "chuang⁴", + "bopomofo" : "ㄓㄨㄤˋ", + "romatzyh" : "juanq" }, + "meanings" : [ "to knock against", + "to bump into", + "to run into", + "to meet by accident" ], + "classifiers" : [] } ] }, + { "simplified" : "撞击", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 7572, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "撞擊", + "transcriptions" : { "pinyin" : "zhuàng jī", + "numeric" : "zhuang4 ji1", + "wadegiles" : "chuang⁴ chi¹", + "bopomofo" : "ㄓㄨㄤˋ ㄐㄧ", + "romatzyh" : "juanq ji" }, + "meanings" : [ "to strike", "to hit", "to ram" ], + "classifiers" : [] } ] }, + { "simplified" : "追", + "radical" : "辶", + "level" : [ "new-3" ], + "frequency" : 1265, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "追", + "transcriptions" : { "pinyin" : "duī", + "numeric" : "dui1", + "wadegiles" : "tui¹", + "bopomofo" : "ㄉㄨㄟ", + "romatzyh" : "duei" }, + "meanings" : [ "to sculpt", + "to carve", + "musical instrument (old)" ], + "classifiers" : [] }, + { "traditional" : "追", + "transcriptions" : { "pinyin" : "zhuī", + "numeric" : "zhui1", + "wadegiles" : "chui¹", + "bopomofo" : "ㄓㄨㄟ", + "romatzyh" : "juei" }, + "meanings" : [ "to chase", + "to pursue", + "to look into", + "to investigate", + "to reminisce", + "to recall", + "to court (one's beloved)", + "to binge-watch (a TV drama)", + "retroactively", + "posthumously" ], + "classifiers" : [] } ] }, + { "simplified" : "追悼", + "radical" : "辶", + "level" : [ "old-6" ], + "frequency" : 28513, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "追悼", + "transcriptions" : { "pinyin" : "zhuī dào", + "numeric" : "zhui1 dao4", + "wadegiles" : "chui¹ tao⁴", + "bopomofo" : "ㄓㄨㄟ ㄉㄠˋ", + "romatzyh" : "juei daw" }, + "meanings" : [ "to mourn; to pay last respects" ], + "classifiers" : [] } ] }, + { "simplified" : "追悼会", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 21919, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "追悼會", + "transcriptions" : { "pinyin" : "zhuī dào huì", + "numeric" : "zhui1 dao4 hui4", + "wadegiles" : "chui¹ tao⁴ hui⁴", + "bopomofo" : "ㄓㄨㄟ ㄉㄠˋ ㄏㄨㄟˋ", + "romatzyh" : "juei daw huey" }, + "meanings" : [ "memorial service", + "funeral service" ], + "classifiers" : [] } ] }, + { "simplified" : "追赶", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 10339, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "追趕", + "transcriptions" : { "pinyin" : "zhuī gǎn", + "numeric" : "zhui1 gan3", + "wadegiles" : "chui¹ kan³", + "bopomofo" : "ㄓㄨㄟ ㄍㄢˇ", + "romatzyh" : "juei gaan" }, + "meanings" : [ "to pursue", + "to chase after", + "to accelerate", + "to catch up with", + "to overtake" ], + "classifiers" : [] } ] }, + { "simplified" : "追究", + "radical" : "辶", + "level" : [ "new-6", "old-6" ], + "frequency" : 7709, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "追究", + "transcriptions" : { "pinyin" : "zhuī jiū", + "numeric" : "zhui1 jiu1", + "wadegiles" : "chui¹ chiu¹", + "bopomofo" : "ㄓㄨㄟ ㄐㄧㄡ", + "romatzyh" : "juei jiou" }, + "meanings" : [ "to investigate", "to look into" ], + "classifiers" : [] } ] }, + { "simplified" : "追求", + "radical" : "辶", + "level" : [ "new-4", "old-5" ], + "frequency" : 2302, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "追求", + "transcriptions" : { "pinyin" : "zhuī qiú", + "numeric" : "zhui1 qiu2", + "wadegiles" : "chui¹ ch'iu²", + "bopomofo" : "ㄓㄨㄟ ㄑㄧㄡˊ", + "romatzyh" : "juei chyou" }, + "meanings" : [ "to pursue (a goal etc) stubbornly", + "to seek after", + "to woo" ], + "classifiers" : [] } ] }, + { "simplified" : "追溯", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 12382, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "追溯", + "transcriptions" : { "pinyin" : "zhuī sù", + "numeric" : "zhui1 su4", + "wadegiles" : "chui¹ su⁴", + "bopomofo" : "ㄓㄨㄟ ㄙㄨˋ", + "romatzyh" : "juei suh" }, + "meanings" : [ "lit. to go upstream", + "to trace sth back to", + "to date from" ], + "classifiers" : [] } ] }, + { "simplified" : "追随", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 10411, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "追隨", + "transcriptions" : { "pinyin" : "zhuī suí", + "numeric" : "zhui1 sui2", + "wadegiles" : "chui¹ sui²", + "bopomofo" : "ㄓㄨㄟ ㄙㄨㄟˊ", + "romatzyh" : "juei swei" }, + "meanings" : [ "to follow", "to accompany" ], + "classifiers" : [] } ] }, + { "simplified" : "追尾", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "追尾", + "transcriptions" : { "pinyin" : "zhuī wěi", + "numeric" : "zhui1 wei3", + "wadegiles" : "chui¹ wei³", + "bopomofo" : "ㄓㄨㄟ ㄨㄟˇ", + "romatzyh" : "juei woei" }, + "meanings" : [ "to tailgate", + "to hit the car in front as a result of tailgating" ], + "classifiers" : [] } ] }, + { "simplified" : "追问", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 12504, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "追問", + "transcriptions" : { "pinyin" : "zhuī wèn", + "numeric" : "zhui1 wen4", + "wadegiles" : "chui¹ wen⁴", + "bopomofo" : "ㄓㄨㄟ ㄨㄣˋ", + "romatzyh" : "juei wenn" }, + "meanings" : [ "to question closely", + "to investigate in detail", + "to examine minutely", + "to get to the heart of the matter" ], + "classifiers" : [] } ] }, + { "simplified" : "追逐", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 7441, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "追逐", + "transcriptions" : { "pinyin" : "zhuī zhú", + "numeric" : "zhui1 zhu2", + "wadegiles" : "chui¹ chu²", + "bopomofo" : "ㄓㄨㄟ ㄓㄨˊ", + "romatzyh" : "juei jwu" }, + "meanings" : [ "to chase", "to pursue vigorously" ], + "classifiers" : [] } ] }, + { "simplified" : "追踪", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 5274, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "追蹤", + "transcriptions" : { "pinyin" : "zhuī zōng", + "numeric" : "zhui1 zong1", + "wadegiles" : "chui¹ tsung¹", + "bopomofo" : "ㄓㄨㄟ ㄗㄨㄥ", + "romatzyh" : "juei tzong" }, + "meanings" : [ "to follow a trail", + "to trace", + "to pursue" ], + "classifiers" : [] } ] }, + { "simplified" : "坠", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 8652, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "墜", + "transcriptions" : { "pinyin" : "zhuì", + "numeric" : "zhui4", + "wadegiles" : "chui⁴", + "bopomofo" : "ㄓㄨㄟˋ", + "romatzyh" : "juey" }, + "meanings" : [ "to fall", + "to drop", + "to weigh down" ], + "classifiers" : [] } ] }, + { "simplified" : "准", + "radical" : "冫", + "level" : [ "new-3" ], + "frequency" : 1396, + "pos" : [ "a", "d", "h", "v" ], + "forms" : [ { "traditional" : "准", + "transcriptions" : { "pinyin" : "zhǔn", + "numeric" : "zhun3", + "wadegiles" : "chun³", + "bopomofo" : "ㄓㄨㄣˇ", + "romatzyh" : "joen" }, + "meanings" : [ "to allow", + "to grant", + "in accordance with", + "in the light of" ], + "classifiers" : [] }, + { "traditional" : "準", + "transcriptions" : { "pinyin" : "zhǔn", + "numeric" : "zhun3", + "wadegiles" : "chun³", + "bopomofo" : "ㄓㄨㄣˇ", + "romatzyh" : "joen" }, + "meanings" : [ "accurate", + "standard", + "definitely", + "certainly", + "about to become (bride, son-in-law etc)", + "quasi-", + "para-" ], + "classifiers" : [] } ] }, + { "simplified" : "准备", + "radical" : "冫", + "level" : [ "new-1", "old-2" ], + "frequency" : 333, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "準備", + "transcriptions" : { "pinyin" : "zhǔn bèi", + "numeric" : "zhun3 bei4", + "wadegiles" : "chun³ pei⁴", + "bopomofo" : "ㄓㄨㄣˇ ㄅㄟˋ", + "romatzyh" : "joen bey" }, + "meanings" : [ "preparation", + "to prepare", + "to intend", + "to be about to", + "reserve (fund)" ], + "classifiers" : [] } ] }, + { "simplified" : "准确", + "radical" : "冫", + "level" : [ "new-2", "old-4" ], + "frequency" : 2864, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "準確", + "transcriptions" : { "pinyin" : "zhǔn què", + "numeric" : "zhun3 que4", + "wadegiles" : "chun³ ch'üeh⁴", + "bopomofo" : "ㄓㄨㄣˇ ㄑㄩㄝˋ", + "romatzyh" : "joen chiueh" }, + "meanings" : [ "accurate; exact; precise" ], + "classifiers" : [] } ] }, + { "simplified" : "准时", + "radical" : "冫", + "level" : [ "new-4", "old-4" ], + "frequency" : 6248, + "pos" : [ "ad", "a", "an" ], + "forms" : [ { "traditional" : "準時", + "transcriptions" : { "pinyin" : "zhǔn shí", + "numeric" : "zhun3 shi2", + "wadegiles" : "chun³ shih²", + "bopomofo" : "ㄓㄨㄣˇ ㄕˊ", + "romatzyh" : "joen shyr" }, + "meanings" : [ "on time", + "punctual", + "on schedule" ], + "classifiers" : [] } ] }, + { "simplified" : "准许", + "radical" : "冫", + "level" : [ "new-7+" ], + "frequency" : 15685, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "准許", + "transcriptions" : { "pinyin" : "zhǔn xǔ", + "numeric" : "zhun3 xu3", + "wadegiles" : "chun³ hsü³", + "bopomofo" : "ㄓㄨㄣˇ ㄒㄩˇ", + "romatzyh" : "joen sheu" }, + "meanings" : [ "to allow", + "to grant", + "to permit" ], + "classifiers" : [] } ] }, + { "simplified" : "准则", + "radical" : "冫", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6318, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "準則", + "transcriptions" : { "pinyin" : "zhǔn zé", + "numeric" : "zhun3 ze2", + "wadegiles" : "chun³ tse²", + "bopomofo" : "ㄓㄨㄣˇ ㄗㄜˊ", + "romatzyh" : "joen tzer" }, + "meanings" : [ "norm", "standard", "criterion" ], + "classifiers" : [] } ] }, + { "simplified" : "卓越", + "radical" : "十", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10029, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "卓越", + "transcriptions" : { "pinyin" : "zhuó yuè", + "numeric" : "zhuo2 yue4", + "wadegiles" : "cho² yüeh⁴", + "bopomofo" : "ㄓㄨㄛˊ ㄩㄝˋ", + "romatzyh" : "jwo yueh" }, + "meanings" : [ "outstanding", + "surpassing", + "distinguished", + "splendid" ], + "classifiers" : [] } ] }, + { "simplified" : "拙劣", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 27134, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "拙劣", + "transcriptions" : { "pinyin" : "zhuō liè", + "numeric" : "zhuo1 lie4", + "wadegiles" : "cho¹ lieh⁴", + "bopomofo" : "ㄓㄨㄛ ㄌㄧㄝˋ", + "romatzyh" : "juo lieh" }, + "meanings" : [ "clumsy", "botched" ], + "classifiers" : [] } ] }, + { "simplified" : "捉", + "radical" : "扌", + "level" : [ "new-6" ], + "frequency" : 6204, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "捉", + "transcriptions" : { "pinyin" : "zhuō", + "numeric" : "zhuo1", + "wadegiles" : "cho¹", + "bopomofo" : "ㄓㄨㄛ", + "romatzyh" : "juo" }, + "meanings" : [ "to clutch", + "to grab", + "to capture" ], + "classifiers" : [] } ] }, + { "simplified" : "捉迷藏", + "radical" : "扌", + "level" : [ "new-7+" ], + "frequency" : 43140, + "pos" : [], + "forms" : [ { "traditional" : "捉迷藏", + "transcriptions" : { "pinyin" : "zhuō mí cáng", + "numeric" : "zhuo1 mi2 cang2", + "wadegiles" : "cho¹ mi² ts'ang²", + "bopomofo" : "ㄓㄨㄛ ㄇㄧˊ ㄘㄤˊ", + "romatzyh" : "juo mi tsarng" }, + "meanings" : [ "to play hide-and-seek" ], + "classifiers" : [] } ] }, + { "simplified" : "桌子", + "radical" : "木", + "level" : [ "new-1" ], + "frequency" : 3639, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "桌子", + "transcriptions" : { "pinyin" : "zhuō zi", + "numeric" : "zhuo1 zi5", + "wadegiles" : "cho¹ zi", + "bopomofo" : "ㄓㄨㄛ zi", + "romatzyh" : "juo zi" }, + "meanings" : [ "table", "desk" ], + "classifiers" : [] } ] }, + { "simplified" : "桌子", + "radical" : "木", + "level" : [ "new-1", "old-1" ], + "frequency" : 3639, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "桌子", + "transcriptions" : { "pinyin" : "zhuō zi", + "numeric" : "zhuo1 zi5", + "wadegiles" : "cho¹ zi", + "bopomofo" : "ㄓㄨㄛ zi", + "romatzyh" : "juo zi" }, + "meanings" : [ "table", "desk" ], + "classifiers" : [ "张", "套" ] } ] }, + { "simplified" : "灼热", + "radical" : "火", + "level" : [ "new-7+" ], + "frequency" : 26169, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "灼熱", + "transcriptions" : { "pinyin" : "zhuó rè", + "numeric" : "zhuo2 re4", + "wadegiles" : "cho² je⁴", + "bopomofo" : "ㄓㄨㄛˊ ㄖㄜˋ", + "romatzyh" : "jwo reh" }, + "meanings" : [ "burning hot; scorching" ], + "classifiers" : [] } ] }, + { "simplified" : "酌情", + "radical" : "酉", + "level" : [ "new-7+" ], + "frequency" : 35706, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "酌情", + "transcriptions" : { "pinyin" : "zhuó qíng", + "numeric" : "zhuo2 qing2", + "wadegiles" : "cho² ch'ing²", + "bopomofo" : "ㄓㄨㄛˊ ㄑㄧㄥˊ", + "romatzyh" : "jwo chyng" }, + "meanings" : [ "to use discretion", + "to take circumstances into account", + "to make allowances pertinent to a situation" ], + "classifiers" : [] } ] }, + { "simplified" : "兹", + "radical" : "艹", + "level" : [ "new-7+" ], + "frequency" : 5397, + "pos" : [ "Rg" ], + "forms" : [ { "traditional" : "茲", + "transcriptions" : { "pinyin" : "zī", + "numeric" : "zi1", + "wadegiles" : "tzu¹", + "bopomofo" : "ㄗ", + "romatzyh" : "tzy" }, + "meanings" : [ "now", + "here", + "this", + "time", + "year" ], + "classifiers" : [] } ] }, + { "simplified" : "咨询", + "radical" : "口", + "level" : [ "new-6", "old-5" ], + "frequency" : 2768, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "咨詢", + "transcriptions" : { "pinyin" : "zī xún", + "numeric" : "zi1 xun2", + "wadegiles" : "tzu¹ hsün²", + "bopomofo" : "ㄗ ㄒㄩㄣˊ", + "romatzyh" : "tzy shyun" }, + "meanings" : [ "to consult", + "to seek advice", + "consultation", + "(sales) inquiry (formal)" ], + "classifiers" : [] } ] }, + { "simplified" : "姿势", + "radical" : "女", + "level" : [ "new-7+", "old-5" ], + "frequency" : 4464, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姿勢", + "transcriptions" : { "pinyin" : "zī shì", + "numeric" : "zi1 shi4", + "wadegiles" : "tzu¹ shih⁴", + "bopomofo" : "ㄗ ㄕˋ", + "romatzyh" : "tzy shyh" }, + "meanings" : [ "posture", "position" ], + "classifiers" : [] } ] }, + { "simplified" : "姿态", + "radical" : "女", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6886, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "姿態", + "transcriptions" : { "pinyin" : "zī tài", + "numeric" : "zi1 tai4", + "wadegiles" : "tzu¹ t'ai⁴", + "bopomofo" : "ㄗ ㄊㄞˋ", + "romatzyh" : "tzy tay" }, + "meanings" : [ "attitude", "posture", "stance" ], + "classifiers" : [] } ] }, + { "simplified" : "资本", + "radical" : "贝", + "level" : [ "new-5", "old-6" ], + "frequency" : 6830, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資本", + "transcriptions" : { "pinyin" : "zī běn", + "numeric" : "zi1 ben3", + "wadegiles" : "tzu¹ pen³", + "bopomofo" : "ㄗ ㄅㄣˇ", + "romatzyh" : "tzy been" }, + "meanings" : [ "capital (economics)" ], + "classifiers" : [] } ] }, + { "simplified" : "资本主义", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 9043, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資本主義", + "transcriptions" : { "pinyin" : "zī běn zhǔ yì", + "numeric" : "zi1 ben3 zhu3 yi4", + "wadegiles" : "tzu¹ pen³ chu³ i⁴", + "bopomofo" : "ㄗ ㄅㄣˇ ㄓㄨˇ ㄧˋ", + "romatzyh" : "tzy been juu yih" }, + "meanings" : [ "capitalism" ], + "classifiers" : [] } ] }, + { "simplified" : "资产", + "radical" : "贝", + "level" : [ "new-5", "old-6" ], + "frequency" : 3495, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資產", + "transcriptions" : { "pinyin" : "zī chǎn", + "numeric" : "zi1 chan3", + "wadegiles" : "tzu¹ ch'an³", + "bopomofo" : "ㄗ ㄔㄢˇ", + "romatzyh" : "tzy chaan" }, + "meanings" : [ "property", "assets" ], + "classifiers" : [] } ] }, + { "simplified" : "资格", + "radical" : "贝", + "level" : [ "new-3", "old-5" ], + "frequency" : 2290, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資格", + "transcriptions" : { "pinyin" : "zī gé", + "numeric" : "zi1 ge2", + "wadegiles" : "tzu¹ ko²", + "bopomofo" : "ㄗ ㄍㄜˊ", + "romatzyh" : "tzy ger" }, + "meanings" : [ "qualifications", "seniority" ], + "classifiers" : [] } ] }, + { "simplified" : "资金", + "radical" : "贝", + "level" : [ "new-3", "old-5" ], + "frequency" : 1851, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資金", + "transcriptions" : { "pinyin" : "zī jīn", + "numeric" : "zi1 jin1", + "wadegiles" : "tzu¹ chin¹", + "bopomofo" : "ㄗ ㄐㄧㄣ", + "romatzyh" : "tzy jin" }, + "meanings" : [ "funds; capital" ], + "classifiers" : [] } ] }, + { "simplified" : "资历", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 19166, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資歷", + "transcriptions" : { "pinyin" : "zī lì", + "numeric" : "zi1 li4", + "wadegiles" : "tzu¹ li⁴", + "bopomofo" : "ㄗ ㄌㄧˋ", + "romatzyh" : "tzy lih" }, + "meanings" : [ "qualifications", + "experience", + "seniority" ], + "classifiers" : [] } ] }, + { "simplified" : "资料", + "radical" : "贝", + "level" : [ "new-4", "old-5" ], + "frequency" : 1130, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資料", + "transcriptions" : { "pinyin" : "zī liào", + "numeric" : "zi1 liao4", + "wadegiles" : "tzu¹ liao⁴", + "bopomofo" : "ㄗ ㄌㄧㄠˋ", + "romatzyh" : "tzy liaw" }, + "meanings" : [ "material", + "resources", + "data", + "information", + "profile (Internet)" ], + "classifiers" : [ "份", "个" ] } ] }, + { "simplified" : "资深", + "radical" : "贝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 9745, + "pos" : [ "b" ], + "forms" : [ { "traditional" : "資深", + "transcriptions" : { "pinyin" : "zī shēn", + "numeric" : "zi1 shen1", + "wadegiles" : "tzu¹ shen¹", + "bopomofo" : "ㄗ ㄕㄣ", + "romatzyh" : "tzy shen" }, + "meanings" : [ "veteran (journalist etc)", + "senior", + "highly experienced" ], + "classifiers" : [] } ] }, + { "simplified" : "资讯", + "radical" : "贝", + "level" : [ "new-7+" ], + "frequency" : 9530, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資訊", + "transcriptions" : { "pinyin" : "zī xùn", + "numeric" : "zi1 xun4", + "wadegiles" : "tzu¹ hsün⁴", + "bopomofo" : "ㄗ ㄒㄩㄣˋ", + "romatzyh" : "tzy shiunn" }, + "meanings" : [ "information" ], + "classifiers" : [] } ] }, + { "simplified" : "资源", + "radical" : "贝", + "level" : [ "new-4", "old-5" ], + "frequency" : 2319, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "資源", + "transcriptions" : { "pinyin" : "Zī yuán", + "numeric" : "Zi1 yuan2", + "wadegiles" : "tzu¹ yüan²", + "bopomofo" : "ㄗ ㄩㄢˊ", + "romatzyh" : "tzy yuan" }, + "meanings" : [ "Ziyuan county in Guilin 林, Guangxi" ], + "classifiers" : [] }, + { "traditional" : "資源", + "transcriptions" : { "pinyin" : "zī yuán", + "numeric" : "zi1 yuan2", + "wadegiles" : "tzu¹ yüan²", + "bopomofo" : "ㄗ ㄩㄢˊ", + "romatzyh" : "tzy yuan" }, + "meanings" : [ "natural resource (such as water or minerals)", + "resource (such as manpower or tourism)" ], + "classifiers" : [] } ] }, + { "simplified" : "资助", + "radical" : "贝", + "level" : [ "new-5", "old-6" ], + "frequency" : 5290, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "資助", + "transcriptions" : { "pinyin" : "zī zhù", + "numeric" : "zi1 zhu4", + "wadegiles" : "tzu¹ chu⁴", + "bopomofo" : "ㄗ ㄓㄨˋ", + "romatzyh" : "tzy juh" }, + "meanings" : [ "to subsidize", + "to provide financial aid", + "subsidy" ], + "classifiers" : [] } ] }, + { "simplified" : "滋润", + "radical" : "氵", + "level" : [ "new-7+" ], + "frequency" : 11719, + "pos" : [ "v", "a", "an", "vn" ], + "forms" : [ { "traditional" : "滋潤", + "transcriptions" : { "pinyin" : "zī rùn", + "numeric" : "zi1 run4", + "wadegiles" : "tzu¹ jun⁴", + "bopomofo" : "ㄗ ㄖㄨㄣˋ", + "romatzyh" : "tzy ruenn" }, + "meanings" : [ "moist", + "humid", + "to moisten", + "to provide moisture", + "comfortably off" ], + "classifiers" : [] } ] }, + { "simplified" : "滋味", + "radical" : "氵", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5466, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "滋味", + "transcriptions" : { "pinyin" : "zī wèi", + "numeric" : "zi1 wei4", + "wadegiles" : "tzu¹ wei⁴", + "bopomofo" : "ㄗ ㄨㄟˋ", + "romatzyh" : "tzy wey" }, + "meanings" : [ "taste", "flavor", "feeling" ], + "classifiers" : [] } ] }, + { "simplified" : "滋长", + "radical" : "氵", + "level" : [ "old-6" ], + "frequency" : 32742, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "滋長", + "transcriptions" : { "pinyin" : "zī zhǎng", + "numeric" : "zi1 zhang3", + "wadegiles" : "tzu¹ chang³", + "bopomofo" : "ㄗ ㄓㄤˇ", + "romatzyh" : "tzy jaang" }, + "meanings" : [ "to grow (usually of abstract things)", + "to yield", + "to develop" ], + "classifiers" : [] } ] }, + { "simplified" : "仔细", + "radical" : "亻", + "level" : [ "new-5", "old-4" ], + "frequency" : 2274, + "pos" : [ "ad", "a" ], + "forms" : [ { "traditional" : "仔細", + "transcriptions" : { "pinyin" : "zǐ xì", + "numeric" : "zi3 xi4", + "wadegiles" : "tzu³ hsi⁴", + "bopomofo" : "ㄗˇ ㄒㄧˋ", + "romatzyh" : "tzyy shih" }, + "meanings" : [ "careful; attentive; cautious", + "to be careful; to look out" ], + "classifiers" : [] } ] }, + { "simplified" : "紫", + "radical" : "糸", + "level" : [ "new-5", "old-5" ], + "frequency" : 6061, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "紫", + "transcriptions" : { "pinyin" : "zǐ", + "numeric" : "zi3", + "wadegiles" : "tzu³", + "bopomofo" : "ㄗˇ", + "romatzyh" : "tzyy" }, + "meanings" : [ "purple", "violet" ], + "classifiers" : [] } ] }, + { "simplified" : "字", + "radical" : "子", + "level" : [ "new-1", "old-1" ], + "frequency" : 913, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "字", + "transcriptions" : { "pinyin" : "zì", + "numeric" : "zi4", + "wadegiles" : "tzu⁴", + "bopomofo" : "ㄗˋ", + "romatzyh" : "tzyh" }, + "meanings" : [ "letter", + "symbol", + "character", + "word", + "courtesy or style name traditionally given to males aged 20 in dynastic China" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "字典", + "radical" : "子", + "level" : [ "new-2", "old-3" ], + "frequency" : 13961, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "字典", + "transcriptions" : { "pinyin" : "zì diǎn", + "numeric" : "zi4 dian3", + "wadegiles" : "tzu⁴ tien³", + "bopomofo" : "ㄗˋ ㄉㄧㄢˇ", + "romatzyh" : "tzyh dean" }, + "meanings" : [ "Chinese character dictionary (containing entries for single characters, contrasted with a 词典, which has entries for words of one or more characters)", + "(coll.) dictionary" ], + "classifiers" : [ "本" ] } ] }, + { "simplified" : "字迹", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 18775, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "字跡", + "transcriptions" : { "pinyin" : "zì jì", + "numeric" : "zi4 ji4", + "wadegiles" : "tzu⁴ chi⁴", + "bopomofo" : "ㄗˋ ㄐㄧˋ", + "romatzyh" : "tzyh jih" }, + "meanings" : [ "handwriting" ], + "classifiers" : [] } ] }, + { "simplified" : "字母", + "radical" : "子", + "level" : [ "new-4", "old-6" ], + "frequency" : 6456, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "字母", + "transcriptions" : { "pinyin" : "zì mǔ", + "numeric" : "zi4 mu3", + "wadegiles" : "tzu⁴ mu³", + "bopomofo" : "ㄗˋ ㄇㄨˇ", + "romatzyh" : "tzyh muu" }, + "meanings" : [ "letter (of the alphabet)" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "字幕", + "radical" : "子", + "level" : [ "new-7+", "old-5" ], + "frequency" : 11551, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "字幕", + "transcriptions" : { "pinyin" : "zì mù", + "numeric" : "zi4 mu4", + "wadegiles" : "tzu⁴ mu⁴", + "bopomofo" : "ㄗˋ ㄇㄨˋ", + "romatzyh" : "tzyh muh" }, + "meanings" : [ "caption", "subtitle" ], + "classifiers" : [] } ] }, + { "simplified" : "字体", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 14849, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "字體", + "transcriptions" : { "pinyin" : "zì tǐ", + "numeric" : "zi4 ti3", + "wadegiles" : "tzu⁴ t'i³", + "bopomofo" : "ㄗˋ ㄊㄧˇ", + "romatzyh" : "tzyh tii" }, + "meanings" : [ "calligraphic style", + "typeface", + "font" ], + "classifiers" : [] } ] }, + { "simplified" : "字眼", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 12610, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "字眼", + "transcriptions" : { "pinyin" : "zì yǎn", + "numeric" : "zi4 yan3", + "wadegiles" : "tzu⁴ yan³", + "bopomofo" : "ㄗˋ ㄧㄢˇ", + "romatzyh" : "tzyh yean" }, + "meanings" : [ "wording" ], + "classifiers" : [] } ] }, + { "simplified" : "自", + "radical" : "自", + "level" : [ "new-4" ], + "frequency" : 566, + "pos" : [ "p", "r", "d" ], + "forms" : [ { "traditional" : "自", + "transcriptions" : { "pinyin" : "zì", + "numeric" : "zi4", + "wadegiles" : "tzu⁴", + "bopomofo" : "ㄗˋ", + "romatzyh" : "tzyh" }, + "meanings" : [ "self", + "oneself", + "from", + "since", + "naturally", + "surely" ], + "classifiers" : [] } ] }, + { "simplified" : "自卑", + "radical" : "自", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13615, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "自卑", + "transcriptions" : { "pinyin" : "zì bēi", + "numeric" : "zi4 bei1", + "wadegiles" : "tzu⁴ pei¹", + "bopomofo" : "ㄗˋ ㄅㄟ", + "romatzyh" : "tzyh bei" }, + "meanings" : [ "to have low self-esteem", + "to abase oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "自称", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 6216, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "自稱", + "transcriptions" : { "pinyin" : "zì chēng", + "numeric" : "zi4 cheng1", + "wadegiles" : "tzu⁴ ch'eng¹", + "bopomofo" : "ㄗˋ ㄔㄥ", + "romatzyh" : "tzyh cheng" }, + "meanings" : [ "to call oneself", + "to claim to be", + "to profess", + "to claim a title" ], + "classifiers" : [] } ] }, + { "simplified" : "自从", + "radical" : "自", + "level" : [ "new-3", "old-5" ], + "frequency" : 2256, + "pos" : [ "p" ], + "forms" : [ { "traditional" : "自從", + "transcriptions" : { "pinyin" : "zì cóng", + "numeric" : "zi4 cong2", + "wadegiles" : "tzu⁴ ts'ung²", + "bopomofo" : "ㄗˋ ㄘㄨㄥˊ", + "romatzyh" : "tzyh tsorng" }, + "meanings" : [ "since (a time)", "ever since" ], + "classifiers" : [] } ] }, + { "simplified" : "自动", + "radical" : "自", + "level" : [ "new-3", "old-5" ], + "frequency" : 2365, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "自動", + "transcriptions" : { "pinyin" : "zì dòng", + "numeric" : "zi4 dong4", + "wadegiles" : "tzu⁴ tung⁴", + "bopomofo" : "ㄗˋ ㄉㄨㄥˋ", + "romatzyh" : "tzyh donq" }, + "meanings" : [ "automatic", "voluntarily" ], + "classifiers" : [] } ] }, + { "simplified" : "自发", + "radical" : "自", + "level" : [ "new-7+", "old-6" ], + "frequency" : 14028, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "自發", + "transcriptions" : { "pinyin" : "zì fā", + "numeric" : "zi4 fa1", + "wadegiles" : "tzu⁴ fa¹", + "bopomofo" : "ㄗˋ ㄈㄚ", + "romatzyh" : "tzyh fa" }, + "meanings" : [ "spontaneous" ], + "classifiers" : [] } ] }, + { "simplified" : "自费", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 30053, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "自費", + "transcriptions" : { "pinyin" : "zì fèi", + "numeric" : "zi4 fei4", + "wadegiles" : "tzu⁴ fei⁴", + "bopomofo" : "ㄗˋ ㄈㄟˋ", + "romatzyh" : "tzyh fey" }, + "meanings" : [ "at one's own expense", + "self-funded" ], + "classifiers" : [] } ] }, + { "simplified" : "自负", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 12486, + "pos" : [ "v", "a" ], + "forms" : [ { "traditional" : "自負", + "transcriptions" : { "pinyin" : "zì fù", + "numeric" : "zi4 fu4", + "wadegiles" : "tzu⁴ fu⁴", + "bopomofo" : "ㄗˋ ㄈㄨˋ", + "romatzyh" : "tzyh fuh" }, + "meanings" : [ "conceited", + "to take responsibility" ], + "classifiers" : [] } ] }, + { "simplified" : "自豪", + "radical" : "自", + "level" : [ "new-5", "old-5" ], + "frequency" : 4682, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "自豪", + "transcriptions" : { "pinyin" : "zì háo", + "numeric" : "zi4 hao2", + "wadegiles" : "tzu⁴ hao²", + "bopomofo" : "ㄗˋ ㄏㄠˊ", + "romatzyh" : "tzyh haur" }, + "meanings" : [ "proud (of one's achievements etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "自己", + "radical" : "自", + "level" : [ "new-2", "old-3" ], + "frequency" : 56, + "pos" : [ "r", "v" ], + "forms" : [ { "traditional" : "自己", + "transcriptions" : { "pinyin" : "zì jǐ", + "numeric" : "zi4 ji3", + "wadegiles" : "tzu⁴ chi³", + "bopomofo" : "ㄗˋ ㄐㄧˇ", + "romatzyh" : "tzyh jii" }, + "meanings" : [ "oneself", "one's own" ], + "classifiers" : [] } ] }, + { "simplified" : "自觉", + "radical" : "自", + "level" : [ "new-3", "old-5" ], + "frequency" : 7977, + "pos" : [ "a", "ad", "v", "an" ], + "forms" : [ { "traditional" : "自覺", + "transcriptions" : { "pinyin" : "zì jué", + "numeric" : "zi4 jue2", + "wadegiles" : "tzu⁴ chüeh²", + "bopomofo" : "ㄗˋ ㄐㄩㄝˊ", + "romatzyh" : "tzyh jyue" }, + "meanings" : [ "conscious", + "aware", + "on one's own initiative", + "conscientious" ], + "classifiers" : [] } ] }, + { "simplified" : "自来水", + "radical" : "自", + "level" : [ "new-6" ], + "frequency" : 11026, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "自來水", + "transcriptions" : { "pinyin" : "zì lái shuǐ", + "numeric" : "zi4 lai2 shui3", + "wadegiles" : "tzu⁴ lai² shui³", + "bopomofo" : "ㄗˋ ㄌㄞˊ ㄕㄨㄟˇ", + "romatzyh" : "tzyh lai shoei" }, + "meanings" : [ "running water", "tap water" ], + "classifiers" : [] } ] }, + { "simplified" : "自理", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 21709, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自理", + "transcriptions" : { "pinyin" : "zì lǐ", + "numeric" : "zi4 li3", + "wadegiles" : "tzu⁴ li³", + "bopomofo" : "ㄗˋ ㄌㄧˇ", + "romatzyh" : "tzyh lii" }, + "meanings" : [ "to take care of oneself", + "to provide for oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "自力更生", + "radical" : "自", + "level" : [ "new-7+", "old-6" ], + "frequency" : 17454, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "自力更生", + "transcriptions" : { "pinyin" : "zì lì gēng shēng", + "numeric" : "zi4 li4 geng1 sheng1", + "wadegiles" : "tzu⁴ li⁴ keng¹ sheng¹", + "bopomofo" : "ㄗˋ ㄌㄧˋ ㄍㄥ ㄕㄥ", + "romatzyh" : "tzyh lih geng sheng" }, + "meanings" : [ "regeneration through one's own effort (idiom)", + "self-reliance" ], + "classifiers" : [] } ] }, + { "simplified" : "自立", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 14329, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自立", + "transcriptions" : { "pinyin" : "zì lì", + "numeric" : "zi4 li4", + "wadegiles" : "tzu⁴ li⁴", + "bopomofo" : "ㄗˋ ㄌㄧˋ", + "romatzyh" : "tzyh lih" }, + "meanings" : [ "independent", + "self-reliant", + "self-sustaining", + "to stand on one's own feet", + "to support oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "自满", + "radical" : "自", + "level" : [ "old-6" ], + "frequency" : 28624, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "自滿", + "transcriptions" : { "pinyin" : "zì mǎn", + "numeric" : "zi4 man3", + "wadegiles" : "tzu⁴ man³", + "bopomofo" : "ㄗˋ ㄇㄢˇ", + "romatzyh" : "tzyh maan" }, + "meanings" : [ "complacent", "self-satisfied" ], + "classifiers" : [] } ] }, + { "simplified" : "自强不息", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 36274, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "自強不息", + "transcriptions" : { "pinyin" : "zì qiáng bù xī", + "numeric" : "zi4 qiang2 bu4 xi1", + "wadegiles" : "tzu⁴ ch'iang² pu⁴ hsi¹", + "bopomofo" : "ㄗˋ ㄑㄧㄤˊ ㄅㄨˋ ㄒㄧ", + "romatzyh" : "tzyh chyang buh shi" }, + "meanings" : [ "to strive unremittingly", + "self-improvement" ], + "classifiers" : [] } ] }, + { "simplified" : "自然", + "radical" : "自", + "level" : [ "new-3", "old-4" ], + "frequency" : 929, + "pos" : [ "n", "d", "a" ], + "forms" : [ { "traditional" : "自然", + "transcriptions" : { "pinyin" : "zì rán", + "numeric" : "zi4 ran2", + "wadegiles" : "tzu⁴ jan²", + "bopomofo" : "ㄗˋ ㄖㄢˊ", + "romatzyh" : "tzyh ran" }, + "meanings" : [ "nature", "natural", "naturally" ], + "classifiers" : [] } ] }, + { "simplified" : "自然而然", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 13203, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "自然而然", + "transcriptions" : { "pinyin" : "zì rán ér rán", + "numeric" : "zi4 ran2 er2 ran2", + "wadegiles" : "tzu⁴ jan² erh² jan²", + "bopomofo" : "ㄗˋ ㄖㄢˊ ㄦˊ ㄖㄢˊ", + "romatzyh" : "tzyh ran erl ran" }, + "meanings" : [ "involuntary", "automatically" ], + "classifiers" : [] } ] }, + { "simplified" : "自然界", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 14883, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "自然界", + "transcriptions" : { "pinyin" : "zì rán jiè", + "numeric" : "zi4 ran2 jie4", + "wadegiles" : "tzu⁴ jan² chieh⁴", + "bopomofo" : "ㄗˋ ㄖㄢˊ ㄐㄧㄝˋ", + "romatzyh" : "tzyh ran jieh" }, + "meanings" : [ "nature", "the natural world" ], + "classifiers" : [] } ] }, + { "simplified" : "自如", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 10772, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "自如", + "transcriptions" : { "pinyin" : "zì rú", + "numeric" : "zi4 ru2", + "wadegiles" : "tzu⁴ ju²", + "bopomofo" : "ㄗˋ ㄖㄨˊ", + "romatzyh" : "tzyh ru" }, + "meanings" : [ "unobstructed", + "unconstrained", + "smoothly", + "with ease", + "freely" ], + "classifiers" : [] } ] }, + { "simplified" : "自杀", + "radical" : "自", + "level" : [ "new-5" ], + "frequency" : 2864, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自殺", + "transcriptions" : { "pinyin" : "zì shā", + "numeric" : "zi4 sha1", + "wadegiles" : "tzu⁴ sha¹", + "bopomofo" : "ㄗˋ ㄕㄚ", + "romatzyh" : "tzyh sha" }, + "meanings" : [ "to kill oneself", + "to commit suicide", + "to attempt suicide" ], + "classifiers" : [] } ] }, + { "simplified" : "自身", + "radical" : "自", + "level" : [ "new-3" ], + "frequency" : 3490, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "自身", + "transcriptions" : { "pinyin" : "zì shēn", + "numeric" : "zi4 shen1", + "wadegiles" : "tzu⁴ shen¹", + "bopomofo" : "ㄗˋ ㄕㄣ", + "romatzyh" : "tzyh shen" }, + "meanings" : [ "itself", "oneself", "one's own" ], + "classifiers" : [] } ] }, + { "simplified" : "自始至终", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 17560, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "自始至終", + "transcriptions" : { "pinyin" : "zì shǐ zhì zhōng", + "numeric" : "zi4 shi3 zhi4 zhong1", + "wadegiles" : "tzu⁴ shih³ chih⁴ chung¹", + "bopomofo" : "ㄗˋ ㄕˇ ㄓˋ ㄓㄨㄥ", + "romatzyh" : "tzyh shyy jyh jong" }, + "meanings" : [ "from start to finish (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "自私", + "radical" : "自", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5778, + "pos" : [ "a", "an" ], + "forms" : [ { "traditional" : "自私", + "transcriptions" : { "pinyin" : "zì sī", + "numeric" : "zi4 si1", + "wadegiles" : "tzu⁴ ssu¹", + "bopomofo" : "ㄗˋ ㄙ", + "romatzyh" : "tzyh sy" }, + "meanings" : [ "selfish", "selfishness" ], + "classifiers" : [] } ] }, + { "simplified" : "自私自利", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 29615, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "自私自利", + "transcriptions" : { "pinyin" : "zì sī zì lì", + "numeric" : "zi4 si1 zi4 li4", + "wadegiles" : "tzu⁴ ssu¹ tzu⁴ li⁴", + "bopomofo" : "ㄗˋ ㄙ ㄗˋ ㄌㄧˋ", + "romatzyh" : "tzyh sy tzyh lih" }, + "meanings" : [ "everything for self and selfish profit (idiom); with no regard for others", + "selfish", + "mercenary" ], + "classifiers" : [] } ] }, + { "simplified" : "自卫", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 12386, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自衛", + "transcriptions" : { "pinyin" : "zì wèi", + "numeric" : "zi4 wei4", + "wadegiles" : "tzu⁴ wei⁴", + "bopomofo" : "ㄗˋ ㄨㄟˋ", + "romatzyh" : "tzyh wey" }, + "meanings" : [ "to defend oneself", + "self-defense" ], + "classifiers" : [] } ] }, + { "simplified" : "自我", + "radical" : "自", + "level" : [ "new-6" ], + "frequency" : 1634, + "pos" : [ "r" ], + "forms" : [ { "traditional" : "自我", + "transcriptions" : { "pinyin" : "zì wǒ", + "numeric" : "zi4 wo3", + "wadegiles" : "tzu⁴ wo³", + "bopomofo" : "ㄗˋ ㄨㄛˇ", + "romatzyh" : "tzyh woo" }, + "meanings" : [ "self-", "ego (psychology)" ], + "classifiers" : [] } ] }, + { "simplified" : "自相矛盾", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 28620, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "自相矛盾", + "transcriptions" : { "pinyin" : "zì xiāng máo dùn", + "numeric" : "zi4 xiang1 mao2 dun4", + "wadegiles" : "tzu⁴ hsiang¹ mao² tun⁴", + "bopomofo" : "ㄗˋ ㄒㄧㄤ ㄇㄠˊ ㄉㄨㄣˋ", + "romatzyh" : "tzyh shiang mau duenn" }, + "meanings" : [ "to contradict oneself", + "self-contradictory", + "inconsistent" ], + "classifiers" : [] } ] }, + { "simplified" : "自信", + "radical" : "自", + "level" : [ "new-4", "old-5" ], + "frequency" : 2610, + "pos" : [ "v", "an", "a", "vn" ], + "forms" : [ { "traditional" : "自信", + "transcriptions" : { "pinyin" : "zì xìn", + "numeric" : "zi4 xin4", + "wadegiles" : "tzu⁴ hsin⁴", + "bopomofo" : "ㄗˋ ㄒㄧㄣˋ", + "romatzyh" : "tzyh shinn" }, + "meanings" : [ "to have confidence in oneself", + "self-confidence" ], + "classifiers" : [] } ] }, + { "simplified" : "自信心", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 16766, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "自信心", + "transcriptions" : { "pinyin" : "zì xìn xīn", + "numeric" : "zi4 xin4 xin1", + "wadegiles" : "tzu⁴ hsin⁴ hsin¹", + "bopomofo" : "ㄗˋ ㄒㄧㄣˋ ㄒㄧㄣ", + "romatzyh" : "tzyh shinn shin" }, + "meanings" : [ "self-confidence" ], + "classifiers" : [] } ] }, + { "simplified" : "自行", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 7172, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "自行", + "transcriptions" : { "pinyin" : "zì xíng", + "numeric" : "zi4 xing2", + "wadegiles" : "tzu⁴ hsing²", + "bopomofo" : "ㄗˋ ㄒㄧㄥˊ", + "romatzyh" : "tzyh shyng" }, + "meanings" : [ "voluntary", + "autonomous", + "by oneself", + "self-" ], + "classifiers" : [] } ] }, + { "simplified" : "自行车", + "radical" : "自", + "level" : [ "new-2", "old-2" ], + "frequency" : 3400, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "自行車", + "transcriptions" : { "pinyin" : "zì xíng chē", + "numeric" : "zi4 xing2 che1", + "wadegiles" : "tzu⁴ hsing² ch'e¹", + "bopomofo" : "ㄗˋ ㄒㄧㄥˊ ㄔㄜ", + "romatzyh" : "tzyh shyng che" }, + "meanings" : [ "bicycle; bike" ], + "classifiers" : [ "辆" ] } ] }, + { "simplified" : "自学", + "radical" : "自", + "level" : [ "new-6" ], + "frequency" : 15439, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自學", + "transcriptions" : { "pinyin" : "zì xué", + "numeric" : "zi4 xue2", + "wadegiles" : "tzu⁴ hsüeh²", + "bopomofo" : "ㄗˋ ㄒㄩㄝˊ", + "romatzyh" : "tzyh shyue" }, + "meanings" : [ "self-study", + "to study on one's own" ], + "classifiers" : [] } ] }, + { "simplified" : "自言自语", + "radical" : "自", + "level" : [ "new-6" ], + "frequency" : 13534, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "自言自語", + "transcriptions" : { "pinyin" : "zì yán zì yǔ", + "numeric" : "zi4 yan2 zi4 yu3", + "wadegiles" : "tzu⁴ yan² tzu⁴ yü³", + "bopomofo" : "ㄗˋ ㄧㄢˊ ㄗˋ ㄩˇ", + "romatzyh" : "tzyh yan tzyh yeu" }, + "meanings" : [ "to talk to oneself", + "to think aloud", + "to soliloquize" ], + "classifiers" : [] } ] }, + { "simplified" : "自以为是", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 12001, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "自以為是", + "transcriptions" : { "pinyin" : "zì yǐ wéi shì", + "numeric" : "zi4 yi3 wei2 shi4", + "wadegiles" : "tzu⁴ i³ wei² shih⁴", + "bopomofo" : "ㄗˋ ㄧˇ ㄨㄟˊ ㄕˋ", + "romatzyh" : "tzyh yii wei shyh" }, + "meanings" : [ "to believe oneself infallible (idiom)", + "to be opinionated" ], + "classifiers" : [] } ] }, + { "simplified" : "自由", + "radical" : "自", + "level" : [ "new-2", "old-5" ], + "frequency" : 1067, + "pos" : [ "a", "an", "ad" ], + "forms" : [ { "traditional" : "自由", + "transcriptions" : { "pinyin" : "zì yóu", + "numeric" : "zi4 you2", + "wadegiles" : "tzu⁴ yu²", + "bopomofo" : "ㄗˋ ㄧㄡˊ", + "romatzyh" : "tzyh you" }, + "meanings" : [ "freedom; liberty", + "free; unrestricted" ], + "classifiers" : [ "种" ] } ] }, + { "simplified" : "自由自在", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 19488, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "自由自在", + "transcriptions" : { "pinyin" : "zì yóu zì zài", + "numeric" : "zi4 you2 zi4 zai4", + "wadegiles" : "tzu⁴ yu² tzu⁴ tsai⁴", + "bopomofo" : "ㄗˋ ㄧㄡˊ ㄗˋ ㄗㄞˋ", + "romatzyh" : "tzyh you tzyh tzay" }, + "meanings" : [ "free and easy (idiom); carefree", + "leisurely" ], + "classifiers" : [] } ] }, + { "simplified" : "自愿", + "radical" : "自", + "level" : [ "new-5", "old-5" ], + "frequency" : 4902, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自願", + "transcriptions" : { "pinyin" : "zì yuàn", + "numeric" : "zi4 yuan4", + "wadegiles" : "tzu⁴ yüan⁴", + "bopomofo" : "ㄗˋ ㄩㄢˋ", + "romatzyh" : "tzyh yuann" }, + "meanings" : [ "voluntary" ], + "classifiers" : [] } ] }, + { "simplified" : "自在", + "radical" : "自", + "level" : [ "new-6" ], + "frequency" : 7927, + "pos" : [ "a", "ad" ], + "forms" : [ { "traditional" : "自在", + "transcriptions" : { "pinyin" : "zì zai", + "numeric" : "zi4 zai5", + "wadegiles" : "tzu⁴ zai", + "bopomofo" : "ㄗˋ zai", + "romatzyh" : "tzyh zai" }, + "meanings" : [ "comfortable; at ease" ], + "classifiers" : [] } ] }, + { "simplified" : "自责", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 12389, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自責", + "transcriptions" : { "pinyin" : "zì zé", + "numeric" : "zi4 ze2", + "wadegiles" : "tzu⁴ tse²", + "bopomofo" : "ㄗˋ ㄗㄜˊ", + "romatzyh" : "tzyh tzer" }, + "meanings" : [ "to blame oneself" ], + "classifiers" : [] } ] }, + { "simplified" : "自主", + "radical" : "自", + "level" : [ "new-3", "old-6" ], + "frequency" : 6858, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自主", + "transcriptions" : { "pinyin" : "zì zhǔ", + "numeric" : "zi4 zhu3", + "wadegiles" : "tzu⁴ chu³", + "bopomofo" : "ㄗˋ ㄓㄨˇ", + "romatzyh" : "tzyh juu" }, + "meanings" : [ "independent", + "to act for oneself", + "autonomous" ], + "classifiers" : [] } ] }, + { "simplified" : "自助", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 10615, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "自助", + "transcriptions" : { "pinyin" : "zì zhù", + "numeric" : "zi4 zhu4", + "wadegiles" : "tzu⁴ chu⁴", + "bopomofo" : "ㄗˋ ㄓㄨˋ", + "romatzyh" : "tzyh juh" }, + "meanings" : [ "self-service" ], + "classifiers" : [] } ] }, + { "simplified" : "自尊", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 8402, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "自尊", + "transcriptions" : { "pinyin" : "zì zūn", + "numeric" : "zi4 zun1", + "wadegiles" : "tzu⁴ tsun¹", + "bopomofo" : "ㄗˋ ㄗㄨㄣ", + "romatzyh" : "tzyh tzuen" }, + "meanings" : [ "self-respect", + "self-esteem", + "ego", + "pride" ], + "classifiers" : [] } ] }, + { "simplified" : "自尊心", + "radical" : "自", + "level" : [ "new-7+" ], + "frequency" : 13455, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "自尊心", + "transcriptions" : { "pinyin" : "zì zūn xīn", + "numeric" : "zi4 zun1 xin1", + "wadegiles" : "tzu⁴ tsun¹ hsin¹", + "bopomofo" : "ㄗˋ ㄗㄨㄣ ㄒㄧㄣ", + "romatzyh" : "tzyh tzuen shin" }, + "meanings" : [ "self-respect", + "self-esteem", + "ego" ], + "classifiers" : [] } ] }, + { "simplified" : "子", + "radical" : "子", + "level" : [ "new-1" ], + "frequency" : 627, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "子", + "transcriptions" : { "pinyin" : "zǐ", + "numeric" : "zi3", + "wadegiles" : "tzu³", + "bopomofo" : "ㄗˇ", + "romatzyh" : "tzyy" }, + "meanings" : [ "son", + "child", + "seed", + "egg", + "small thing", + "1st earthly branch: 11 p.m.-1 a.m., midnight, 11th solar month (7th December to 5th January), year of the Rat", + "Viscount, fourth of five orders of nobility 位", + "ancient Chinese compass point: 0° (north)", + "subsidiary", + "subordinate", + "sub-" ], + "classifiers" : [] }, + { "traditional" : "子", + "transcriptions" : { "pinyin" : "zi", + "numeric" : "zi5", + "wadegiles" : "zi", + "bopomofo" : "zi", + "romatzyh" : "zi" }, + "meanings" : [ "(noun suffix)" ], + "classifiers" : [] } ] }, + { "simplified" : "子", + "radical" : "子", + "level" : [ "new-1" ], + "frequency" : 627, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "子", + "transcriptions" : { "pinyin" : "zǐ", + "numeric" : "zi3", + "wadegiles" : "tzu³", + "bopomofo" : "ㄗˇ", + "romatzyh" : "tzyy" }, + "meanings" : [ "son", + "child", + "seed", + "egg", + "small thing", + "1st earthly branch: 11 p.m.-1 a.m., midnight, 11th solar month (7th December to 5th January), year of the Rat", + "Viscount, fourth of five orders of nobility 位", + "ancient Chinese compass point: 0° (north)", + "subsidiary", + "subordinate", + "sub-" ], + "classifiers" : [] }, + { "traditional" : "子", + "transcriptions" : { "pinyin" : "zi", + "numeric" : "zi5", + "wadegiles" : "zi", + "bopomofo" : "zi", + "romatzyh" : "zi" }, + "meanings" : [ "(noun suffix)" ], + "classifiers" : [] } ] }, + { "simplified" : "子弹", + "radical" : "子", + "level" : [ "new-5", "old-6" ], + "frequency" : 4136, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "子彈", + "transcriptions" : { "pinyin" : "zǐ dàn", + "numeric" : "zi3 dan4", + "wadegiles" : "tzu³ tan⁴", + "bopomofo" : "ㄗˇ ㄉㄢˋ", + "romatzyh" : "tzyy dann" }, + "meanings" : [ "bullet" ], + "classifiers" : [ "粒", "颗", "发" ] } ] }, + { "simplified" : "子弟", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 15306, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "子弟", + "transcriptions" : { "pinyin" : "zǐ dì", + "numeric" : "zi3 di4", + "wadegiles" : "tzu³ ti⁴", + "bopomofo" : "ㄗˇ ㄉㄧˋ", + "romatzyh" : "tzyy dih" }, + "meanings" : [ "child", "the younger generation" ], + "classifiers" : [] } ] }, + { "simplified" : "子女", + "radical" : "子", + "level" : [ "new-3" ], + "frequency" : 7337, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "子女", + "transcriptions" : { "pinyin" : "zǐ nu:3", + "numeric" : "zi3 nü3", + "wadegiles" : "tzu³ nu:3", + "bopomofo" : "ㄗˇ nu:3", + "romatzyh" : "tzyy nu:3" }, + "meanings" : [ "children; sons and daughters" ], + "classifiers" : [] } ] }, + { "simplified" : "子孙", + "radical" : "子", + "level" : [ "new-7+" ], + "frequency" : 14649, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "子孫", + "transcriptions" : { "pinyin" : "zǐ sūn", + "numeric" : "zi3 sun1", + "wadegiles" : "tzu³ sun¹", + "bopomofo" : "ㄗˇ ㄙㄨㄣ", + "romatzyh" : "tzyy suen" }, + "meanings" : [ "offspring", "posterity" ], + "classifiers" : [] } ] }, + { "simplified" : "宗", + "radical" : "宀", + "level" : [ "new-7+" ], + "frequency" : 3992, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "宗", + "transcriptions" : { "pinyin" : "Zōng", + "numeric" : "Zong1", + "wadegiles" : "tsung¹", + "bopomofo" : "ㄗㄨㄥ", + "romatzyh" : "tzong" }, + "meanings" : [ "surname Zong" ], + "classifiers" : [] }, + { "traditional" : "宗", + "transcriptions" : { "pinyin" : "zōng", + "numeric" : "zong1", + "wadegiles" : "tsung¹", + "bopomofo" : "ㄗㄨㄥ", + "romatzyh" : "tzong" }, + "meanings" : [ "school", + "sect", + "purpose", + "model", + "ancestor", + "clan", + "to take as one's model (in academic or artistic work)", + "classifier for batches, items, cases (medical or legal), reservoirs" ], + "classifiers" : [] } ] }, + { "simplified" : "宗教", + "radical" : "宀", + "level" : [ "new-6", "old-5" ], + "frequency" : 3459, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宗教", + "transcriptions" : { "pinyin" : "zōng jiào", + "numeric" : "zong1 jiao4", + "wadegiles" : "tsung¹ chiao⁴", + "bopomofo" : "ㄗㄨㄥ ㄐㄧㄠˋ", + "romatzyh" : "tzong jiaw" }, + "meanings" : [ "religion" ], + "classifiers" : [] } ] }, + { "simplified" : "宗旨", + "radical" : "宀", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10577, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "宗旨", + "transcriptions" : { "pinyin" : "zōng zhǐ", + "numeric" : "zong1 zhi3", + "wadegiles" : "tsung¹ chih³", + "bopomofo" : "ㄗㄨㄥ ㄓˇ", + "romatzyh" : "tzong jyy" }, + "meanings" : [ "objective", "aim", "goal" ], + "classifiers" : [] } ] }, + { "simplified" : "综合", + "radical" : "纟", + "level" : [ "new-4", "old-5" ], + "frequency" : 4226, + "pos" : [ "vn", "v", "a" ], + "forms" : [ { "traditional" : "綜合", + "transcriptions" : { "pinyin" : "zōng hé", + "numeric" : "zong1 he2", + "wadegiles" : "tsung¹ ho²", + "bopomofo" : "ㄗㄨㄥ ㄏㄜˊ", + "romatzyh" : "tzong her" }, + "meanings" : [ "comprehensive", + "composite", + "synthesized", + "mixed", + "to sum up", + "to integrate", + "to synthesize" ], + "classifiers" : [] } ] }, + { "simplified" : "综上所述", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 37654, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "綜上所述", + "transcriptions" : { "pinyin" : "zōng shàng suǒ shù", + "numeric" : "zong1 shang4 suo3 shu4", + "wadegiles" : "tsung¹ shang⁴ so³ shu⁴", + "bopomofo" : "ㄗㄨㄥ ㄕㄤˋ ㄙㄨㄛˇ ㄕㄨˋ", + "romatzyh" : "tzong shanq suoo shuh" }, + "meanings" : [ "to summarize", "to sum up" ], + "classifiers" : [] } ] }, + { "simplified" : "棕色", + "radical" : "木", + "level" : [ "old-6" ], + "frequency" : 9535, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "棕色", + "transcriptions" : { "pinyin" : "zōng sè", + "numeric" : "zong1 se4", + "wadegiles" : "tsung¹ se⁴", + "bopomofo" : "ㄗㄨㄥ ㄙㄜˋ", + "romatzyh" : "tzong seh" }, + "meanings" : [ "brown" ], + "classifiers" : [] } ] }, + { "simplified" : "踪迹", + "radical" : "足", + "level" : [ "old-6" ], + "frequency" : 12702, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "蹤跡", + "transcriptions" : { "pinyin" : "zōng jì", + "numeric" : "zong1 ji4", + "wadegiles" : "tsung¹ chi⁴", + "bopomofo" : "ㄗㄨㄥ ㄐㄧˋ", + "romatzyh" : "tzong jih" }, + "meanings" : [ "tracks", + "trail", + "footprint", + "trace", + "vestige" ], + "classifiers" : [] } ] }, + { "simplified" : "总", + "radical" : "心", + "level" : [ "new-3" ], + "frequency" : 335, + "pos" : [ "d", "b", "v" ], + "forms" : [ { "traditional" : "總", + "transcriptions" : { "pinyin" : "zǒng", + "numeric" : "zong3", + "wadegiles" : "tsung³", + "bopomofo" : "ㄗㄨㄥˇ", + "romatzyh" : "tzoong" }, + "meanings" : [ "general; overall", + "to sum up", + "in every case; always; invariably", + "anyway; after all; eventually; sooner or later", + "surely", + "(after a person's name) abbr. for 总经理 or 总编 etc" ], + "classifiers" : [] } ] }, + { "simplified" : "总部", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 3767, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總部", + "transcriptions" : { "pinyin" : "zǒng bù", + "numeric" : "zong3 bu4", + "wadegiles" : "tsung³ pu⁴", + "bopomofo" : "ㄗㄨㄥˇ ㄅㄨˋ", + "romatzyh" : "tzoong buh" }, + "meanings" : [ "general headquarters" ], + "classifiers" : [] } ] }, + { "simplified" : "总裁", + "radical" : "心", + "level" : [ "new-5", "old-5" ], + "frequency" : 4197, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總裁", + "transcriptions" : { "pinyin" : "zǒng cái", + "numeric" : "zong3 cai2", + "wadegiles" : "tsung³ ts'ai²", + "bopomofo" : "ㄗㄨㄥˇ ㄘㄞˊ", + "romatzyh" : "tzoong tsair" }, + "meanings" : [ "chairman", + "director-general (of a company etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "总的来说", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 9622, + "pos" : [ "c", "l" ], + "forms" : [ { "traditional" : "總的來說", + "transcriptions" : { "pinyin" : "zǒng de lái shuō", + "numeric" : "zong3 de5 lai2 shuo1", + "wadegiles" : "tsung³ de lai² shuo¹", + "bopomofo" : "ㄗㄨㄥˇ de ㄌㄞˊ ㄕㄨㄛ", + "romatzyh" : "tzoong de lai shuo" }, + "meanings" : [ "generally speaking", + "to sum up", + "in summary", + "in short" ], + "classifiers" : [] } ] }, + { "simplified" : "总额", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 12628, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總額", + "transcriptions" : { "pinyin" : "zǒng é", + "numeric" : "zong3 e2", + "wadegiles" : "tsung³ e²", + "bopomofo" : "ㄗㄨㄥˇ ㄜˊ", + "romatzyh" : "tzoong er" }, + "meanings" : [ "total (amount or value)" ], + "classifiers" : [] } ] }, + { "simplified" : "总而言之", + "radical" : "心", + "level" : [ "new-7+", "old-6" ], + "frequency" : 19808, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "總而言之", + "transcriptions" : { "pinyin" : "zǒng ér yán zhī", + "numeric" : "zong3 er2 yan2 zhi1", + "wadegiles" : "tsung³ erh² yan² chih¹", + "bopomofo" : "ㄗㄨㄥˇ ㄦˊ ㄧㄢˊ ㄓ", + "romatzyh" : "tzoong erl yan jy" }, + "meanings" : [ "in short", + "in a word", + "in brief" ], + "classifiers" : [] } ] }, + { "simplified" : "总共", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 6369, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "總共", + "transcriptions" : { "pinyin" : "zǒng gòng", + "numeric" : "zong3 gong4", + "wadegiles" : "tsung³ kung⁴", + "bopomofo" : "ㄗㄨㄥˇ ㄍㄨㄥˋ", + "romatzyh" : "tzoong gonq" }, + "meanings" : [ "altogether; in sum; in all; in total" ], + "classifiers" : [] } ] }, + { "simplified" : "总和", + "radical" : "心", + "level" : [ "old-6" ], + "frequency" : 15265, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總和", + "transcriptions" : { "pinyin" : "zǒng hé", + "numeric" : "zong3 he2", + "wadegiles" : "tsung³ ho²", + "bopomofo" : "ㄗㄨㄥˇ ㄏㄜˊ", + "romatzyh" : "tzoong her" }, + "meanings" : [ "sum" ], + "classifiers" : [] } ] }, + { "simplified" : "总计", + "radical" : "心", + "level" : [ "new-7+" ], + "frequency" : 19345, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "總計", + "transcriptions" : { "pinyin" : "zǒng jì", + "numeric" : "zong3 ji4", + "wadegiles" : "tsung³ chi⁴", + "bopomofo" : "ㄗㄨㄥˇ ㄐㄧˋ", + "romatzyh" : "tzoong jih" }, + "meanings" : [ "(grand) total" ], + "classifiers" : [] } ] }, + { "simplified" : "总监", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 6644, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總監", + "transcriptions" : { "pinyin" : "zǒng jiān", + "numeric" : "zong3 jian1", + "wadegiles" : "tsung³ chien¹", + "bopomofo" : "ㄗㄨㄥˇ ㄐㄧㄢ", + "romatzyh" : "tzoong jian" }, + "meanings" : [ "head", + "director (of an organizational unit)", + "(police) commissioner", + "inspector-general", + "rank of local governor in Tang dynasty administration" ], + "classifiers" : [] } ] }, + { "simplified" : "总结", + "radical" : "心", + "level" : [ "new-3", "old-4" ], + "frequency" : 4753, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "總結", + "transcriptions" : { "pinyin" : "zǒng jié", + "numeric" : "zong3 jie2", + "wadegiles" : "tsung³ chieh²", + "bopomofo" : "ㄗㄨㄥˇ ㄐㄧㄝˊ", + "romatzyh" : "tzoong jye" }, + "meanings" : [ "to sum up", + "to conclude", + "summary", + "résumé" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "总经理", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 8536, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總經理", + "transcriptions" : { "pinyin" : "zǒng jīng lǐ", + "numeric" : "zong3 jing1 li3", + "wadegiles" : "tsung³ ching¹ li³", + "bopomofo" : "ㄗㄨㄥˇ ㄐㄧㄥ ㄌㄧˇ", + "romatzyh" : "tzoong jing lii" }, + "meanings" : [ "general manager", "CEO" ], + "classifiers" : [] } ] }, + { "simplified" : "总理", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 5561, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總理", + "transcriptions" : { "pinyin" : "zǒng lǐ", + "numeric" : "zong3 li3", + "wadegiles" : "tsung³ li³", + "bopomofo" : "ㄗㄨㄥˇ ㄌㄧˇ", + "romatzyh" : "tzoong lii" }, + "meanings" : [ "premier", "prime minister" ], + "classifiers" : [ "个", "位", "名" ] } ] }, + { "simplified" : "总量", + "radical" : "心", + "level" : [ "new-6" ], + "frequency" : 20305, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總量", + "transcriptions" : { "pinyin" : "zǒng liàng", + "numeric" : "zong3 liang4", + "wadegiles" : "tsung³ liang⁴", + "bopomofo" : "ㄗㄨㄥˇ ㄌㄧㄤˋ", + "romatzyh" : "tzoong lianq" }, + "meanings" : [ "total", "overall amount" ], + "classifiers" : [] } ] }, + { "simplified" : "总是", + "radical" : "心", + "level" : [ "new-3", "old-3" ], + "frequency" : 638, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "總是", + "transcriptions" : { "pinyin" : "zǒng shì", + "numeric" : "zong3 shi4", + "wadegiles" : "tsung³ shih⁴", + "bopomofo" : "ㄗㄨㄥˇ ㄕˋ", + "romatzyh" : "tzoong shyh" }, + "meanings" : [ "always" ], + "classifiers" : [] } ] }, + { "simplified" : "总数", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 9556, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總數", + "transcriptions" : { "pinyin" : "zǒng shù", + "numeric" : "zong3 shu4", + "wadegiles" : "tsung³ shu⁴", + "bopomofo" : "ㄗㄨㄥˇ ㄕㄨˋ", + "romatzyh" : "tzoong shuh" }, + "meanings" : [ "total", "sum", "aggregate" ], + "classifiers" : [] } ] }, + { "simplified" : "总算", + "radical" : "心", + "level" : [ "new-5", "old-5" ], + "frequency" : 4933, + "pos" : [ "d", "v" ], + "forms" : [ { "traditional" : "總算", + "transcriptions" : { "pinyin" : "zǒng suàn", + "numeric" : "zong3 suan4", + "wadegiles" : "tsung³ suan⁴", + "bopomofo" : "ㄗㄨㄥˇ ㄙㄨㄢˋ", + "romatzyh" : "tzoong suann" }, + "meanings" : [ "at long last", + "finally", + "on the whole" ], + "classifiers" : [] } ] }, + { "simplified" : "总体", + "radical" : "心", + "level" : [ "new-5" ], + "frequency" : 6976, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總體", + "transcriptions" : { "pinyin" : "zǒng tǐ", + "numeric" : "zong3 ti3", + "wadegiles" : "tsung³ t'i³", + "bopomofo" : "ㄗㄨㄥˇ ㄊㄧˇ", + "romatzyh" : "tzoong tii" }, + "meanings" : [ "completely", + "totally", + "total", + "entire", + "overall", + "population (statistics)" ], + "classifiers" : [] } ] }, + { "simplified" : "总统", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 988, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "總統", + "transcriptions" : { "pinyin" : "zǒng tǒng", + "numeric" : "zong3 tong3", + "wadegiles" : "tsung³ t'ung³", + "bopomofo" : "ㄗㄨㄥˇ ㄊㄨㄥˇ", + "romatzyh" : "tzoong toong" }, + "meanings" : [ "president (of a country)" ], + "classifiers" : [ "个", "位", "名", "届" ] } ] }, + { "simplified" : "总之", + "radical" : "心", + "level" : [ "new-4", "old-5" ], + "frequency" : 3282, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "總之", + "transcriptions" : { "pinyin" : "zǒng zhī", + "numeric" : "zong3 zhi1", + "wadegiles" : "tsung³ chih¹", + "bopomofo" : "ㄗㄨㄥˇ ㄓ", + "romatzyh" : "tzoong jy" }, + "meanings" : [ "in a word", + "in short", + "in brief" ], + "classifiers" : [] } ] }, + { "simplified" : "纵观", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 21904, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "縱觀", + "transcriptions" : { "pinyin" : "zòng guān", + "numeric" : "zong4 guan1", + "wadegiles" : "tsung⁴ kuan¹", + "bopomofo" : "ㄗㄨㄥˋ ㄍㄨㄢ", + "romatzyh" : "tzonq guan" }, + "meanings" : [ "to survey comprehensively", + "an overall survey" ], + "classifiers" : [] } ] }, + { "simplified" : "纵横", + "radical" : "纟", + "level" : [ "old-6" ], + "frequency" : 18852, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "縱橫", + "transcriptions" : { "pinyin" : "zòng héng", + "numeric" : "zong4 heng2", + "wadegiles" : "tsung⁴ heng²", + "bopomofo" : "ㄗㄨㄥˋ ㄏㄥˊ", + "romatzyh" : "tzonq herng" }, + "meanings" : [ "lit. warp and weft in weaving; vertically and horizontal", + "length and breadth", + "criss-crossed", + "able to move unhindered", + "abbr. for 合纵连横, School of Diplomacy during the Warring States Period (475-221 BC)" ], + "classifiers" : [] } ] }, + { "simplified" : "纵横交错", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 51225, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "縱橫交錯", + "transcriptions" : { "pinyin" : "zòng héng jiāo cuò", + "numeric" : "zong4 heng2 jiao1 cuo4", + "wadegiles" : "tsung⁴ heng² chiao¹ ts'o⁴", + "bopomofo" : "ㄗㄨㄥˋ ㄏㄥˊ ㄐㄧㄠ ㄘㄨㄛˋ", + "romatzyh" : "tzonq herng jiau tsuoh" }, + "meanings" : [ "criss-crossed (idiom)" ], + "classifiers" : [] } ] }, + { "simplified" : "纵然", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 26104, + "pos" : [ "c" ], + "forms" : [ { "traditional" : "縱然", + "transcriptions" : { "pinyin" : "zòng rán", + "numeric" : "zong4 ran2", + "wadegiles" : "tsung⁴ jan²", + "bopomofo" : "ㄗㄨㄥˋ ㄖㄢˊ", + "romatzyh" : "tzonq ran" }, + "meanings" : [ "even if", "even though" ], + "classifiers" : [] } ] }, + { "simplified" : "纵容", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 13862, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "縱容", + "transcriptions" : { "pinyin" : "zòng róng", + "numeric" : "zong4 rong2", + "wadegiles" : "tsung⁴ jung²", + "bopomofo" : "ㄗㄨㄥˋ ㄖㄨㄥˊ", + "romatzyh" : "tzonq rong" }, + "meanings" : [ "to indulge", "to connive at" ], + "classifiers" : [] } ] }, + { "simplified" : "纵深", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 34239, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "縱深", + "transcriptions" : { "pinyin" : "zòng shēn", + "numeric" : "zong4 shen1", + "wadegiles" : "tsung⁴ shen¹", + "bopomofo" : "ㄗㄨㄥˋ ㄕㄣ", + "romatzyh" : "tzonq shen" }, + "meanings" : [ "depth (from front to rear)", + "depth (into a territory)", + "span (of time)", + "(fig.) depth (of deployment, progress, development etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "粽子", + "radical" : "米", + "level" : [ "new-7+" ], + "frequency" : 26967, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "粽子", + "transcriptions" : { "pinyin" : "zòng zi", + "numeric" : "zong4 zi5", + "wadegiles" : "tsung⁴ zi", + "bopomofo" : "ㄗㄨㄥˋ zi", + "romatzyh" : "tzonq zi" }, + "meanings" : [ "glutinous rice and choice of filling wrapped in leaves and steamed or boiled" ], + "classifiers" : [] } ] }, + { "simplified" : "走", + "radical" : "走", + "level" : [ "new-1", "old-2" ], + "frequency" : 109, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走", + "transcriptions" : { "pinyin" : "zǒu", + "numeric" : "zou3", + "wadegiles" : "tsou³", + "bopomofo" : "ㄗㄡˇ", + "romatzyh" : "tzoou" }, + "meanings" : [ "to walk", + "to go", + "to run", + "to move (of vehicle)", + "to visit", + "to leave", + "to go away", + "to die (euph.)", + "from", + "through", + "away (in compound verbs, such as 走)", + "to change (shape, form, meaning)" ], + "classifiers" : [] } ] }, + { "simplified" : "走过", + "radical" : "走", + "level" : [ "new-2" ], + "frequency" : 5277, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走過", + "transcriptions" : { "pinyin" : "zǒu guò", + "numeric" : "zou3 guo4", + "wadegiles" : "tsou³ kuo⁴", + "bopomofo" : "ㄗㄡˇ ㄍㄨㄛˋ", + "romatzyh" : "tzoou guoh" }, + "meanings" : [ "to walk past", "to pass by" ], + "classifiers" : [] } ] }, + { "simplified" : "走过场", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 35620, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走過場", + "transcriptions" : { "pinyin" : "zǒu guò chǎng", + "numeric" : "zou3 guo4 chang3", + "wadegiles" : "tsou³ kuo⁴ ch'ang³", + "bopomofo" : "ㄗㄡˇ ㄍㄨㄛˋ ㄔㄤˇ", + "romatzyh" : "tzoou guoh chaang" }, + "meanings" : [ "to go through the motions" ], + "classifiers" : [] } ] }, + { "simplified" : "走后门", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 33149, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走後門", + "transcriptions" : { "pinyin" : "zǒu hòu mén", + "numeric" : "zou3 hou4 men2", + "wadegiles" : "tsou³ hou⁴ men²", + "bopomofo" : "ㄗㄡˇ ㄏㄡˋ ㄇㄣˊ", + "romatzyh" : "tzoou how men" }, + "meanings" : [ "lit. to enter by the back door", + "fig. to gain influence by pull or unofficial channels", + "back door or under the counter connections" ], + "classifiers" : [] } ] }, + { "simplified" : "走近", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 11575, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走近", + "transcriptions" : { "pinyin" : "zǒu jìn", + "numeric" : "zou3 jin4", + "wadegiles" : "tsou³ chin⁴", + "bopomofo" : "ㄗㄡˇ ㄐㄧㄣˋ", + "romatzyh" : "tzoou jinn" }, + "meanings" : [ "to approach", "to draw near to" ], + "classifiers" : [] } ] }, + { "simplified" : "走进", + "radical" : "走", + "level" : [ "new-2" ], + "frequency" : 10163, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走進", + "transcriptions" : { "pinyin" : "zǒu jìn", + "numeric" : "zou3 jin4", + "wadegiles" : "tsou³ chin⁴", + "bopomofo" : "ㄗㄡˇ ㄐㄧㄣˋ", + "romatzyh" : "tzoou jinn" }, + "meanings" : [ "to enter" ], + "classifiers" : [] } ] }, + { "simplified" : "走开", + "radical" : "走", + "level" : [ "new-2" ], + "frequency" : 7742, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走開", + "transcriptions" : { "pinyin" : "zǒu kāi", + "numeric" : "zou3 kai1", + "wadegiles" : "tsou³ k'ai¹", + "bopomofo" : "ㄗㄡˇ ㄎㄞ", + "romatzyh" : "tzoou kai" }, + "meanings" : [ "to leave", + "to walk away", + "to beat it", + "to move aside" ], + "classifiers" : [] } ] }, + { "simplified" : "走廊", + "radical" : "走", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5747, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "走廊", + "transcriptions" : { "pinyin" : "zǒu láng", + "numeric" : "zou3 lang2", + "wadegiles" : "tsou³ lang²", + "bopomofo" : "ㄗㄡˇ ㄌㄤˊ", + "romatzyh" : "tzoou lang" }, + "meanings" : [ "corridor", + "aisle", + "hallway", + "passageway", + "veranda" ], + "classifiers" : [] } ] }, + { "simplified" : "走漏", + "radical" : "走", + "level" : [ "old-6" ], + "frequency" : 35406, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走漏", + "transcriptions" : { "pinyin" : "zǒu lòu", + "numeric" : "zou3 lou4", + "wadegiles" : "tsou³ lou⁴", + "bopomofo" : "ㄗㄡˇ ㄌㄡˋ", + "romatzyh" : "tzoou low" }, + "meanings" : [ "to leak (information, secrets etc)", + "to smuggle and evade tax", + "to suffer shrinkage (partial loss of goods due to theft etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "走路", + "radical" : "走", + "level" : [ "new-1" ], + "frequency" : 4517, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "走路", + "transcriptions" : { "pinyin" : "zǒu lù", + "numeric" : "zou3 lu4", + "wadegiles" : "tsou³ lu⁴", + "bopomofo" : "ㄗㄡˇ ㄌㄨˋ", + "romatzyh" : "tzoou luh" }, + "meanings" : [ "to walk", "to go on foot" ], + "classifiers" : [] } ] }, + { "simplified" : "走私", + "radical" : "走", + "level" : [ "new-6", "old-6" ], + "frequency" : 6907, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "走私", + "transcriptions" : { "pinyin" : "zǒu sī", + "numeric" : "zou3 si1", + "wadegiles" : "tsou³ ssu¹", + "bopomofo" : "ㄗㄡˇ ㄙ", + "romatzyh" : "tzoou sy" }, + "meanings" : [ "to smuggle", + "to have an illicit affair" ], + "classifiers" : [] } ] }, + { "simplified" : "走投无路", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 21040, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "走投無路", + "transcriptions" : { "pinyin" : "zǒu tóu wú lù", + "numeric" : "zou3 tou2 wu2 lu4", + "wadegiles" : "tsou³ t'ou² wu² lu⁴", + "bopomofo" : "ㄗㄡˇ ㄊㄡˊ ㄨˊ ㄌㄨˋ", + "romatzyh" : "tzoou tour wu luh" }, + "meanings" : [ "to be at an impasse (idiom)", + "in a tight spot", + "at the end of one's rope", + "desperate" ], + "classifiers" : [] } ] }, + { "simplified" : "走弯路", + "radical" : "走", + "level" : [ "new-7+" ], + "frequency" : 46527, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "走彎路", + "transcriptions" : { "pinyin" : "zǒu wān lù", + "numeric" : "zou3 wan1 lu4", + "wadegiles" : "tsou³ wan¹ lu⁴", + "bopomofo" : "ㄗㄡˇ ㄨㄢ ㄌㄨˋ", + "romatzyh" : "tzoou uan luh" }, + "meanings" : [ "to take an indirect route", + "to waste one's time by using an inappropriate method" ], + "classifiers" : [] } ] }, + { "simplified" : "奏", + "radical" : "大", + "level" : [ "new-6" ], + "frequency" : 9296, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "奏", + "transcriptions" : { "pinyin" : "zòu", + "numeric" : "zou4", + "wadegiles" : "tsou⁴", + "bopomofo" : "ㄗㄡˋ", + "romatzyh" : "tzow" }, + "meanings" : [ "to play music", + "to achieve", + "to present a memorial to the emperor (old)" ], + "classifiers" : [] } ] }, + { "simplified" : "奏效", + "radical" : "大", + "level" : [ "new-7+" ], + "frequency" : 12887, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "奏效", + "transcriptions" : { "pinyin" : "zòu xiào", + "numeric" : "zou4 xiao4", + "wadegiles" : "tsou⁴ hsiao⁴", + "bopomofo" : "ㄗㄡˋ ㄒㄧㄠˋ", + "romatzyh" : "tzow shiaw" }, + "meanings" : [ "to show results; to be effective" ], + "classifiers" : [] } ] }, + { "simplified" : "揍", + "radical" : "扌", + "level" : [ "new-7+", "old-6" ], + "frequency" : 6384, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "揍", + "transcriptions" : { "pinyin" : "zòu", + "numeric" : "zou4", + "wadegiles" : "tsou⁴", + "bopomofo" : "ㄗㄡˋ", + "romatzyh" : "tzow" }, + "meanings" : [ "to hit; to beat (sb)", + "(coll.) to smash (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "租", + "radical" : "禾", + "level" : [ "new-2", "old-4" ], + "frequency" : 2332, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "租", + "transcriptions" : { "pinyin" : "zū", + "numeric" : "zu1", + "wadegiles" : "tsu¹", + "bopomofo" : "ㄗㄨ", + "romatzyh" : "tzu" }, + "meanings" : [ "to hire", + "to rent", + "to charter", + "to rent out", + "to lease out", + "rent", + "land tax" ], + "classifiers" : [] } ] }, + { "simplified" : "租金", + "radical" : "禾", + "level" : [ "new-6" ], + "frequency" : 6930, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "租金", + "transcriptions" : { "pinyin" : "zū jīn", + "numeric" : "zu1 jin1", + "wadegiles" : "tsu¹ chin¹", + "bopomofo" : "ㄗㄨ ㄐㄧㄣ", + "romatzyh" : "tzu jin" }, + "meanings" : [ "rent" ], + "classifiers" : [] } ] }, + { "simplified" : "租赁", + "radical" : "禾", + "level" : [ "new-7+", "old-6" ], + "frequency" : 10185, + "pos" : [ "vn", "v" ], + "forms" : [ { "traditional" : "租賃", + "transcriptions" : { "pinyin" : "zū lìn", + "numeric" : "zu1 lin4", + "wadegiles" : "tsu¹ lin⁴", + "bopomofo" : "ㄗㄨ ㄌㄧㄣˋ", + "romatzyh" : "tzu linn" }, + "meanings" : [ "to rent; to lease; to hire" ], + "classifiers" : [] } ] }, + { "simplified" : "足", + "radical" : "足", + "level" : [ "new-6" ], + "frequency" : 2507, + "pos" : [ "a", "d", "g" ], + "forms" : [ { "traditional" : "足", + "transcriptions" : { "pinyin" : "jù", + "numeric" : "ju4", + "wadegiles" : "chü⁴", + "bopomofo" : "ㄐㄩˋ", + "romatzyh" : "jiuh" }, + "meanings" : [ "excessive" ], + "classifiers" : [] }, + { "traditional" : "足", + "transcriptions" : { "pinyin" : "zú", + "numeric" : "zu2", + "wadegiles" : "tsu²", + "bopomofo" : "ㄗㄨˊ", + "romatzyh" : "tzwu" }, + "meanings" : [ "foot", + "to be sufficient", + "ample" ], + "classifiers" : [] } ] }, + { "simplified" : "足够", + "radical" : "足", + "level" : [ "new-3" ], + "frequency" : 1692, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "足夠", + "transcriptions" : { "pinyin" : "zú gòu", + "numeric" : "zu2 gou4", + "wadegiles" : "tsu² kou⁴", + "bopomofo" : "ㄗㄨˊ ㄍㄡˋ", + "romatzyh" : "tzwu gow" }, + "meanings" : [ "enough", "sufficient" ], + "classifiers" : [] } ] }, + { "simplified" : "足迹", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 11803, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "足跡", + "transcriptions" : { "pinyin" : "zú jì", + "numeric" : "zu2 ji4", + "wadegiles" : "tsu² chi⁴", + "bopomofo" : "ㄗㄨˊ ㄐㄧˋ", + "romatzyh" : "tzwu jih" }, + "meanings" : [ "footprint", "track", "spoor" ], + "classifiers" : [] } ] }, + { "simplified" : "足球", + "radical" : "足", + "level" : [ "new-3" ], + "frequency" : 2550, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "足球", + "transcriptions" : { "pinyin" : "zú qiú", + "numeric" : "zu2 qiu2", + "wadegiles" : "tsu² ch'iu²", + "bopomofo" : "ㄗㄨˊ ㄑㄧㄡˊ", + "romatzyh" : "tzwu chyou" }, + "meanings" : [ "soccer ball", + "a football", + "soccer", + "football" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "足以", + "radical" : "足", + "level" : [ "new-6", "old-6" ], + "frequency" : 4303, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "足以", + "transcriptions" : { "pinyin" : "zú yǐ", + "numeric" : "zu2 yi3", + "wadegiles" : "tsu² i³", + "bopomofo" : "ㄗㄨˊ ㄧˇ", + "romatzyh" : "tzwu yii" }, + "meanings" : [ "sufficient to...", + "so much so that", + "so that" ], + "classifiers" : [] } ] }, + { "simplified" : "足智多谋", + "radical" : "足", + "level" : [ "new-7+" ], + "frequency" : 37859, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "足智多謀", + "transcriptions" : { "pinyin" : "zú zhì duō móu", + "numeric" : "zu2 zhi4 duo1 mou2", + "wadegiles" : "tsu² chih⁴ to¹ mou²", + "bopomofo" : "ㄗㄨˊ ㄓˋ ㄉㄨㄛ ㄇㄡˊ", + "romatzyh" : "tzwu jyh duo mou" }, + "meanings" : [ "resourceful", + "full of stratagems" ], + "classifiers" : [] } ] }, + { "simplified" : "族", + "radical" : "方", + "level" : [ "new-6" ], + "frequency" : 2852, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "族", + "transcriptions" : { "pinyin" : "zú", + "numeric" : "zu2", + "wadegiles" : "tsu²", + "bopomofo" : "ㄗㄨˊ", + "romatzyh" : "tzwu" }, + "meanings" : [ "race", + "nationality", + "ethnicity", + "clan", + "by extension, social group (e.g. office workers 上班族)" ], + "classifiers" : [] } ] }, + { "simplified" : "族", + "radical" : "方", + "level" : [ "new-6" ], + "frequency" : 2852, + "pos" : [ "g", "q" ], + "forms" : [ { "traditional" : "族", + "transcriptions" : { "pinyin" : "zú", + "numeric" : "zu2", + "wadegiles" : "tsu²", + "bopomofo" : "ㄗㄨˊ", + "romatzyh" : "tzwu" }, + "meanings" : [ "race", + "nationality", + "ethnicity", + "clan", + "by extension, social group (e.g. office workers 上班族)" ], + "classifiers" : [] } ] }, + { "simplified" : "阻碍", + "radical" : "阝", + "level" : [ "new-5", "old-6" ], + "frequency" : 6293, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "阻礙", + "transcriptions" : { "pinyin" : "zǔ ài", + "numeric" : "zu3 ai4", + "wadegiles" : "tsu³ ai⁴", + "bopomofo" : "ㄗㄨˇ ㄞˋ", + "romatzyh" : "tzuu ay" }, + "meanings" : [ "to obstruct", + "to hinder", + "to block", + "obstruction", + "hindrance" ], + "classifiers" : [] } ] }, + { "simplified" : "阻挡", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 7670, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "阻擋", + "transcriptions" : { "pinyin" : "zǔ dǎng", + "numeric" : "zu3 dang3", + "wadegiles" : "tsu³ tang³", + "bopomofo" : "ㄗㄨˇ ㄉㄤˇ", + "romatzyh" : "tzuu daang" }, + "meanings" : [ "to stop", + "to resist", + "to obstruct" ], + "classifiers" : [] } ] }, + { "simplified" : "阻拦", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 15281, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "阻攔", + "transcriptions" : { "pinyin" : "zǔ lán", + "numeric" : "zu3 lan2", + "wadegiles" : "tsu³ lan²", + "bopomofo" : "ㄗㄨˇ ㄌㄢˊ", + "romatzyh" : "tzuu lan" }, + "meanings" : [ "to stop", "to obstruct" ], + "classifiers" : [] } ] }, + { "simplified" : "阻力", + "radical" : "阝", + "level" : [ "new-7+" ], + "frequency" : 11777, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "阻力", + "transcriptions" : { "pinyin" : "zǔ lì", + "numeric" : "zu3 li4", + "wadegiles" : "tsu³ li⁴", + "bopomofo" : "ㄗㄨˇ ㄌㄧˋ", + "romatzyh" : "tzuu lih" }, + "meanings" : [ "resistance", "drag" ], + "classifiers" : [] } ] }, + { "simplified" : "阻挠", + "radical" : "阝", + "level" : [ "new-7+", "old-6" ], + "frequency" : 13665, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "阻撓", + "transcriptions" : { "pinyin" : "zǔ náo", + "numeric" : "zu3 nao2", + "wadegiles" : "tsu³ nao²", + "bopomofo" : "ㄗㄨˇ ㄋㄠˊ", + "romatzyh" : "tzuu nau" }, + "meanings" : [ "to thwart", "to obstruct (sth)" ], + "classifiers" : [] } ] }, + { "simplified" : "阻止", + "radical" : "阝", + "level" : [ "new-4", "old-5" ], + "frequency" : 2318, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "阻止", + "transcriptions" : { "pinyin" : "zǔ zhǐ", + "numeric" : "zu3 zhi3", + "wadegiles" : "tsu³ chih³", + "bopomofo" : "ㄗㄨˇ ㄓˇ", + "romatzyh" : "tzuu jyy" }, + "meanings" : [ "to prevent", "to block" ], + "classifiers" : [] } ] }, + { "simplified" : "组", + "radical" : "纟", + "level" : [ "new-2", "old-6" ], + "frequency" : 578, + "pos" : [ "n", "q", "g", "v" ], + "forms" : [ { "traditional" : "組", + "transcriptions" : { "pinyin" : "Zǔ", + "numeric" : "Zu3", + "wadegiles" : "tsu³", + "bopomofo" : "ㄗㄨˇ", + "romatzyh" : "tzuu" }, + "meanings" : [ "surname Zu" ], + "classifiers" : [] }, + { "traditional" : "組", + "transcriptions" : { "pinyin" : "zǔ", + "numeric" : "zu3", + "wadegiles" : "tsu³", + "bopomofo" : "ㄗㄨˇ", + "romatzyh" : "tzuu" }, + "meanings" : [ "to form", + "to organize", + "group", + "team", + "classifier for sets, series, groups of people, batteries" ], + "classifiers" : [] } ] }, + { "simplified" : "组成", + "radical" : "纟", + "level" : [ "new-2", "old-4" ], + "frequency" : 2717, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "組成", + "transcriptions" : { "pinyin" : "zǔ chéng", + "numeric" : "zu3 cheng2", + "wadegiles" : "tsu³ ch'eng²", + "bopomofo" : "ㄗㄨˇ ㄔㄥˊ", + "romatzyh" : "tzuu cherng" }, + "meanings" : [ "to form", + "to make up", + "to constitute" ], + "classifiers" : [] } ] }, + { "simplified" : "组合", + "radical" : "纟", + "level" : [ "new-3", "old-5" ], + "frequency" : 2208, + "pos" : [ "v", "n", "vn" ], + "forms" : [ { "traditional" : "組合", + "transcriptions" : { "pinyin" : "zǔ hé", + "numeric" : "zu3 he2", + "wadegiles" : "tsu³ ho²", + "bopomofo" : "ㄗㄨˇ ㄏㄜˊ", + "romatzyh" : "tzuu her" }, + "meanings" : [ "to assemble", + "to combine", + "to compose", + "combination", + "association", + "set", + "compilation", + "(math.) combinatorial" ], + "classifiers" : [] } ] }, + { "simplified" : "组建", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 6285, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "組建", + "transcriptions" : { "pinyin" : "zǔ jiàn", + "numeric" : "zu3 jian4", + "wadegiles" : "tsu³ chien⁴", + "bopomofo" : "ㄗㄨˇ ㄐㄧㄢˋ", + "romatzyh" : "tzuu jiann" }, + "meanings" : [ "to organize", + "to set up", + "to establish" ], + "classifiers" : [] } ] }, + { "simplified" : "组长", + "radical" : "纟", + "level" : [ "new-2" ], + "frequency" : 10622, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "組長", + "transcriptions" : { "pinyin" : "zǔ zhǎng", + "numeric" : "zu3 zhang3", + "wadegiles" : "tsu³ chang³", + "bopomofo" : "ㄗㄨˇ ㄓㄤˇ", + "romatzyh" : "tzuu jaang" }, + "meanings" : [ "group leader" ], + "classifiers" : [] } ] }, + { "simplified" : "组织", + "radical" : "纟", + "level" : [ "new-5", "old-4" ], + "frequency" : 590, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "組織", + "transcriptions" : { "pinyin" : "zǔ zhī", + "numeric" : "zu3 zhi1", + "wadegiles" : "tsu³ chih¹", + "bopomofo" : "ㄗㄨˇ ㄓ", + "romatzyh" : "tzuu jy" }, + "meanings" : [ "to organize", + "organization", + "(biology) tissue", + "(textiles) weave" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "组装", + "radical" : "纟", + "level" : [ "new-7+" ], + "frequency" : 12300, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "組裝", + "transcriptions" : { "pinyin" : "zǔ zhuāng", + "numeric" : "zu3 zhuang1", + "wadegiles" : "tsu³ chuang¹", + "bopomofo" : "ㄗㄨˇ ㄓㄨㄤ", + "romatzyh" : "tzuu juang" }, + "meanings" : [ "to assemble; to put together" ], + "classifiers" : [] } ] }, + { "simplified" : "祖传", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 28840, + "pos" : [ "vn" ], + "forms" : [ { "traditional" : "祖傳", + "transcriptions" : { "pinyin" : "zǔ chuán", + "numeric" : "zu3 chuan2", + "wadegiles" : "tsu³ ch'uan²", + "bopomofo" : "ㄗㄨˇ ㄔㄨㄢˊ", + "romatzyh" : "tzuu chwan" }, + "meanings" : [ "passed on from ancestors", + "handed down from generation to generation" ], + "classifiers" : [] } ] }, + { "simplified" : "祖父", + "radical" : "礻", + "level" : [ "new-6", "old-6" ], + "frequency" : 11332, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "祖父", + "transcriptions" : { "pinyin" : "zǔ fù", + "numeric" : "zu3 fu4", + "wadegiles" : "tsu³ fu⁴", + "bopomofo" : "ㄗㄨˇ ㄈㄨˋ", + "romatzyh" : "tzuu fuh" }, + "meanings" : [ "father's father", + "paternal grandfather" ], + "classifiers" : [] } ] }, + { "simplified" : "祖国", + "radical" : "礻", + "level" : [ "new-6", "old-5" ], + "frequency" : 4334, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "祖國", + "transcriptions" : { "pinyin" : "zǔ guó", + "numeric" : "zu3 guo2", + "wadegiles" : "tsu³ kuo²", + "bopomofo" : "ㄗㄨˇ ㄍㄨㄛˊ", + "romatzyh" : "tzuu gwo" }, + "meanings" : [ "motherland" ], + "classifiers" : [] } ] }, + { "simplified" : "祖籍", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 38480, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "祖籍", + "transcriptions" : { "pinyin" : "zǔ jí", + "numeric" : "zu3 ji2", + "wadegiles" : "tsu³ chi²", + "bopomofo" : "ㄗㄨˇ ㄐㄧˊ", + "romatzyh" : "tzuu jyi" }, + "meanings" : [ "ancestral hometown", + "original domicile (and civil registration)" ], + "classifiers" : [] } ] }, + { "simplified" : "祖母", + "radical" : "礻", + "level" : [ "new-6" ], + "frequency" : 12428, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "祖母", + "transcriptions" : { "pinyin" : "zǔ mǔ", + "numeric" : "zu3 mu3", + "wadegiles" : "tsu³ mu³", + "bopomofo" : "ㄗㄨˇ ㄇㄨˇ", + "romatzyh" : "tzuu muu" }, + "meanings" : [ "father's mother", + "paternal grandmother" ], + "classifiers" : [] } ] }, + { "simplified" : "祖先", + "radical" : "礻", + "level" : [ "new-7+", "old-5" ], + "frequency" : 10617, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "祖先", + "transcriptions" : { "pinyin" : "zǔ xiān", + "numeric" : "zu3 xian1", + "wadegiles" : "tsu³ hsien¹", + "bopomofo" : "ㄗㄨˇ ㄒㄧㄢ", + "romatzyh" : "tzuu shian" }, + "meanings" : [ "ancestors; forebears", + "(biology) ancestral species; ancient species from which present-day species evolved" ], + "classifiers" : [] } ] }, + { "simplified" : "祖宗", + "radical" : "礻", + "level" : [ "new-7+" ], + "frequency" : 19716, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "祖宗", + "transcriptions" : { "pinyin" : "zǔ zōng", + "numeric" : "zu3 zong1", + "wadegiles" : "tsu³ tsung¹", + "bopomofo" : "ㄗㄨˇ ㄗㄨㄥ", + "romatzyh" : "tzuu tzong" }, + "meanings" : [ "ancestor", "forebear" ], + "classifiers" : [] } ] }, + { "simplified" : "钻", + "radical" : "钅", + "level" : [ "new-6" ], + "frequency" : 3642, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鑚", + "transcriptions" : { "pinyin" : "zuàn", + "numeric" : "zuan4", + "wadegiles" : "tsuan⁴", + "bopomofo" : "ㄗㄨㄢˋ", + "romatzyh" : "tzuann" }, + "meanings" : [ "variant of 钻" ], + "classifiers" : [] }, + { "traditional" : "鑽", + "transcriptions" : { "pinyin" : "zuān", + "numeric" : "zuan1", + "wadegiles" : "tsuan¹", + "bopomofo" : "ㄗㄨㄢ", + "romatzyh" : "tzuan" }, + "meanings" : [ "to drill", + "to bore", + "to get into", + "to make one's way into", + "to enter (a hole)", + "to thread one's way through", + "to study intensively", + "to dig into", + "to curry favor for personal gain" ], + "classifiers" : [] }, + { "traditional" : "鑽", + "transcriptions" : { "pinyin" : "zuàn", + "numeric" : "zuan4", + "wadegiles" : "tsuan⁴", + "bopomofo" : "ㄗㄨㄢˋ", + "romatzyh" : "tzuann" }, + "meanings" : [ "an auger", "diamond" ], + "classifiers" : [] } ] }, + { "simplified" : "钻空子", + "radical" : "钅", + "level" : [ "new-7+" ], + "frequency" : 41378, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "鑽空子", + "transcriptions" : { "pinyin" : "zuān kòng zi", + "numeric" : "zuan1 kong4 zi5", + "wadegiles" : "tsuan¹ k'ung⁴ zi", + "bopomofo" : "ㄗㄨㄢ ㄎㄨㄥˋ zi", + "romatzyh" : "tzuan konq zi" }, + "meanings" : [ "to take advantage of a loophole; to exploit an advantage; to seize the opportunity (esp. to do sth bad)" ], + "classifiers" : [] } ] }, + { "simplified" : "钻石", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 4656, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "鑽石", + "transcriptions" : { "pinyin" : "zuàn shí", + "numeric" : "zuan4 shi2", + "wadegiles" : "tsuan⁴ shih²", + "bopomofo" : "ㄗㄨㄢˋ ㄕˊ", + "romatzyh" : "tzuann shyr" }, + "meanings" : [ "diamond" ], + "classifiers" : [ "颗" ] } ] }, + { "simplified" : "钻研", + "radical" : "钅", + "level" : [ "new-7+", "old-6" ], + "frequency" : 18148, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "鑽研", + "transcriptions" : { "pinyin" : "zuān yán", + "numeric" : "zuan1 yan2", + "wadegiles" : "tsuan¹ yan²", + "bopomofo" : "ㄗㄨㄢ ㄧㄢˊ", + "romatzyh" : "tzuan yan" }, + "meanings" : [ "to study meticulously", + "to delve into" ], + "classifiers" : [] } ] }, + { "simplified" : "嘴", + "radical" : "口", + "level" : [ "new-2", "old-4" ], + "frequency" : 1059, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嘴", + "transcriptions" : { "pinyin" : "zuǐ", + "numeric" : "zui3", + "wadegiles" : "tsui³", + "bopomofo" : "ㄗㄨㄟˇ", + "romatzyh" : "tzoei" }, + "meanings" : [ "mouth", + "beak", + "nozzle", + "spout (of teapot etc)" ], + "classifiers" : [ "张", "个" ] } ] }, + { "simplified" : "嘴巴", + "radical" : "口", + "level" : [ "new-4" ], + "frequency" : 4576, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嘴巴", + "transcriptions" : { "pinyin" : "zuǐ ba", + "numeric" : "zui3 ba5", + "wadegiles" : "tsui³ ba", + "bopomofo" : "ㄗㄨㄟˇ ba", + "romatzyh" : "tzoei ba" }, + "meanings" : [ "mouth", "slap in the face" ], + "classifiers" : [ "张", "个" ] } ] }, + { "simplified" : "嘴唇", + "radical" : "口", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5750, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "嘴唇", + "transcriptions" : { "pinyin" : "zuǐ chún", + "numeric" : "zui3 chun2", + "wadegiles" : "tsui³ ch'un²", + "bopomofo" : "ㄗㄨㄟˇ ㄔㄨㄣˊ", + "romatzyh" : "tzoei chwen" }, + "meanings" : [ "lip" ], + "classifiers" : [ "片" ] } ] }, + { "simplified" : "最", + "radical" : "曰", + "level" : [ "new-1", "old-2" ], + "frequency" : 89, + "pos" : [ "d", "g" ], + "forms" : [ { "traditional" : "㝡", + "transcriptions" : { "pinyin" : "zuì", + "numeric" : "zui4", + "wadegiles" : "tsui⁴", + "bopomofo" : "ㄗㄨㄟˋ", + "romatzyh" : "tzuey" }, + "meanings" : [ "variant of 最" ], + "classifiers" : [] }, + { "traditional" : "冣", + "transcriptions" : { "pinyin" : "zuì", + "numeric" : "zui4", + "wadegiles" : "tsui⁴", + "bopomofo" : "ㄗㄨㄟˋ", + "romatzyh" : "tzuey" }, + "meanings" : [ "old variant of 最" ], + "classifiers" : [] }, + { "traditional" : "最", + "transcriptions" : { "pinyin" : "zuì", + "numeric" : "zui4", + "wadegiles" : "tsui⁴", + "bopomofo" : "ㄗㄨㄟˋ", + "romatzyh" : "tzuey" }, + "meanings" : [ "most", + "the most", + "-est (superlative suffix)" ], + "classifiers" : [] } ] }, + { "simplified" : "最初", + "radical" : "曰", + "level" : [ "new-4", "old-5" ], + "frequency" : 4118, + "pos" : [ "b", "d" ], + "forms" : [ { "traditional" : "最初", + "transcriptions" : { "pinyin" : "zuì chū", + "numeric" : "zui4 chu1", + "wadegiles" : "tsui⁴ ch'u¹", + "bopomofo" : "ㄗㄨㄟˋ ㄔㄨ", + "romatzyh" : "tzuey chu" }, + "meanings" : [ "first", + "primary", + "initial", + "original", + "at first", + "initially", + "originally" ], + "classifiers" : [] } ] }, + { "simplified" : "最好", + "radical" : "曰", + "level" : [ "new-1", "old-4" ], + "frequency" : 1704, + "pos" : [ "d" ], + "forms" : [ { "traditional" : "最好", + "transcriptions" : { "pinyin" : "zuì hǎo", + "numeric" : "zui4 hao3", + "wadegiles" : "tsui⁴ hao³", + "bopomofo" : "ㄗㄨㄟˋ ㄏㄠˇ", + "romatzyh" : "tzuey hao" }, + "meanings" : [ "best", + "(you) had better (do what we suggest)" ], + "classifiers" : [] } ] }, + { "simplified" : "最后", + "radical" : "曰", + "level" : [ "new-1", "old-4" ], + "frequency" : 261, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "最後", + "transcriptions" : { "pinyin" : "zuì hòu", + "numeric" : "zui4 hou4", + "wadegiles" : "tsui⁴ hou⁴", + "bopomofo" : "ㄗㄨㄟˋ ㄏㄡˋ", + "romatzyh" : "tzuey how" }, + "meanings" : [ "final", + "last", + "finally", + "ultimate" ], + "classifiers" : [] } ] }, + { "simplified" : "最佳", + "radical" : "曰", + "level" : [ "new-6" ], + "frequency" : 1835, + "pos" : [ "z" ], + "forms" : [ { "traditional" : "最佳", + "transcriptions" : { "pinyin" : "zuì jiā", + "numeric" : "zui4 jia1", + "wadegiles" : "tsui⁴ chia¹", + "bopomofo" : "ㄗㄨㄟˋ ㄐㄧㄚ", + "romatzyh" : "tzuey jia" }, + "meanings" : [ "optimum", + "optimal", + "peak", + "best (athlete, movie etc)" ], + "classifiers" : [] } ] }, + { "simplified" : "最近", + "radical" : "曰", + "level" : [ "new-2", "old-3" ], + "frequency" : 612, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "最近", + "transcriptions" : { "pinyin" : "zuì jìn", + "numeric" : "zui4 jin4", + "wadegiles" : "tsui⁴ chin⁴", + "bopomofo" : "ㄗㄨㄟˋ ㄐㄧㄣˋ", + "romatzyh" : "tzuey jinn" }, + "meanings" : [ "recently", "soon", "nearest" ], + "classifiers" : [] } ] }, + { "simplified" : "最终", + "radical" : "曰", + "level" : [ "new-6" ], + "frequency" : 898, + "pos" : [ "d", "b" ], + "forms" : [ { "traditional" : "最終", + "transcriptions" : { "pinyin" : "zuì zhōng", + "numeric" : "zui4 zhong1", + "wadegiles" : "tsui⁴ chung¹", + "bopomofo" : "ㄗㄨㄟˋ ㄓㄨㄥ", + "romatzyh" : "tzuey jong" }, + "meanings" : [ "final; ultimate" ], + "classifiers" : [] } ] }, + { "simplified" : "罪", + "radical" : "罒", + "level" : [ "new-6" ], + "frequency" : 1978, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "罪", + "transcriptions" : { "pinyin" : "zuì", + "numeric" : "zui4", + "wadegiles" : "tsui⁴", + "bopomofo" : "ㄗㄨㄟˋ", + "romatzyh" : "tzuey" }, + "meanings" : [ "guilt", + "crime", + "fault", + "blame", + "sin" ], + "classifiers" : [] }, + { "traditional" : "辠", + "transcriptions" : { "pinyin" : "zuì", + "numeric" : "zui4", + "wadegiles" : "tsui⁴", + "bopomofo" : "ㄗㄨㄟˋ", + "romatzyh" : "tzuey" }, + "meanings" : [ "variant of 罪, crime" ], + "classifiers" : [] } ] }, + { "simplified" : "罪恶", + "radical" : "罒", + "level" : [ "new-6" ], + "frequency" : 6336, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "罪惡", + "transcriptions" : { "pinyin" : "zuì è", + "numeric" : "zui4 e4", + "wadegiles" : "tsui⁴ e⁴", + "bopomofo" : "ㄗㄨㄟˋ ㄜˋ", + "romatzyh" : "tzuey eh" }, + "meanings" : [ "crime", "evil", "sin" ], + "classifiers" : [] } ] }, + { "simplified" : "罪犯", + "radical" : "罒", + "level" : [ "new-7+", "old-5" ], + "frequency" : 5901, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "罪犯", + "transcriptions" : { "pinyin" : "zuì fàn", + "numeric" : "zui4 fan4", + "wadegiles" : "tsui⁴ fan⁴", + "bopomofo" : "ㄗㄨㄟˋ ㄈㄢˋ", + "romatzyh" : "tzuey fann" }, + "meanings" : [ "criminal" ], + "classifiers" : [] } ] }, + { "simplified" : "罪魁祸首", + "radical" : "罒", + "level" : [ "new-7+" ], + "frequency" : 18017, + "pos" : [ "l" ], + "forms" : [ { "traditional" : "罪魁禍首", + "transcriptions" : { "pinyin" : "zuì kuí huò shǒu", + "numeric" : "zui4 kui2 huo4 shou3", + "wadegiles" : "tsui⁴ k'uei² huo⁴ shou³", + "bopomofo" : "ㄗㄨㄟˋ ㄎㄨㄟˊ ㄏㄨㄛˋ ㄕㄡˇ", + "romatzyh" : "tzuey kwei huoh shoou" }, + "meanings" : [ "criminal ringleader, main offender (idiom); main culprit", + "fig. main cause of a disaster" ], + "classifiers" : [] } ] }, + { "simplified" : "醉", + "radical" : "酉", + "level" : [ "new-5", "old-5" ], + "frequency" : 2402, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "醉", + "transcriptions" : { "pinyin" : "zuì", + "numeric" : "zui4", + "wadegiles" : "tsui⁴", + "bopomofo" : "ㄗㄨㄟˋ", + "romatzyh" : "tzuey" }, + "meanings" : [ "intoxicated" ], + "classifiers" : [] } ] }, + { "simplified" : "尊贵", + "radical" : "寸", + "level" : [ "new-7+" ], + "frequency" : 11538, + "pos" : [ "a" ], + "forms" : [ { "traditional" : "尊貴", + "transcriptions" : { "pinyin" : "zūn guì", + "numeric" : "zun1 gui4", + "wadegiles" : "tsun¹ kuei⁴", + "bopomofo" : "ㄗㄨㄣ ㄍㄨㄟˋ", + "romatzyh" : "tzuen guey" }, + "meanings" : [ "respected", + "respectable", + "honorable" ], + "classifiers" : [] } ] }, + { "simplified" : "尊敬", + "radical" : "寸", + "level" : [ "new-5", "old-5" ], + "frequency" : 4630, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "尊敬", + "transcriptions" : { "pinyin" : "zūn jìng", + "numeric" : "zun1 jing4", + "wadegiles" : "tsun¹ ching⁴", + "bopomofo" : "ㄗㄨㄣ ㄐㄧㄥˋ", + "romatzyh" : "tzuen jinq" }, + "meanings" : [ "to respect; to revere; to esteem", + "honorable; distinguished (used on formal occasions before a term of address)" ], + "classifiers" : [] } ] }, + { "simplified" : "尊严", + "radical" : "寸", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5506, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "尊嚴", + "transcriptions" : { "pinyin" : "zūn yán", + "numeric" : "zun1 yan2", + "wadegiles" : "tsun¹ yan²", + "bopomofo" : "ㄗㄨㄣ ㄧㄢˊ", + "romatzyh" : "tzuen yan" }, + "meanings" : [ "dignity", + "sanctity", + "honor", + "majesty" ], + "classifiers" : [] } ] }, + { "simplified" : "尊重", + "radical" : "寸", + "level" : [ "new-5", "old-4" ], + "frequency" : 1926, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "尊重", + "transcriptions" : { "pinyin" : "zūn zhòng", + "numeric" : "zun1 zhong4", + "wadegiles" : "tsun¹ chung⁴", + "bopomofo" : "ㄗㄨㄣ ㄓㄨㄥˋ", + "romatzyh" : "tzuen jonq" }, + "meanings" : [ "to esteem", + "to respect", + "to honor", + "to value", + "eminent", + "serious", + "proper" ], + "classifiers" : [] } ] }, + { "simplified" : "遵守", + "radical" : "辶", + "level" : [ "new-5", "old-5" ], + "frequency" : 3894, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遵守", + "transcriptions" : { "pinyin" : "zūn shǒu", + "numeric" : "zun1 shou3", + "wadegiles" : "tsun¹ shou³", + "bopomofo" : "ㄗㄨㄣ ㄕㄡˇ", + "romatzyh" : "tzuen shoou" }, + "meanings" : [ "to comply with; to abide by; to respect (an agreement)" ], + "classifiers" : [] } ] }, + { "simplified" : "遵循", + "radical" : "辶", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7828, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "遵循", + "transcriptions" : { "pinyin" : "zūn xún", + "numeric" : "zun1 xun2", + "wadegiles" : "tsun¹ hsün²", + "bopomofo" : "ㄗㄨㄣ ㄒㄩㄣˊ", + "romatzyh" : "tzuen shyun" }, + "meanings" : [ "to follow; to abide by; to comply with" ], + "classifiers" : [] } ] }, + { "simplified" : "遵照", + "radical" : "辶", + "level" : [ "new-7+" ], + "frequency" : 13750, + "pos" : [ "v", "p" ], + "forms" : [ { "traditional" : "遵照", + "transcriptions" : { "pinyin" : "zūn zhào", + "numeric" : "zun1 zhao4", + "wadegiles" : "tsun¹ chao⁴", + "bopomofo" : "ㄗㄨㄣ ㄓㄠˋ", + "romatzyh" : "tzuen jaw" }, + "meanings" : [ "in accordance with", + "to follow (the rules)" ], + "classifiers" : [] } ] }, + { "simplified" : "昨天", + "radical" : "日", + "level" : [ "new-1", "old-1" ], + "frequency" : 557, + "pos" : [ "t" ], + "forms" : [ { "traditional" : "昨天", + "transcriptions" : { "pinyin" : "zuó tiān", + "numeric" : "zuo2 tian1", + "wadegiles" : "tso² t'ien¹", + "bopomofo" : "ㄗㄨㄛˊ ㄊㄧㄢ", + "romatzyh" : "tzwo tian" }, + "meanings" : [ "yesterday" ], + "classifiers" : [] } ] }, + { "simplified" : "琢磨", + "radical" : "王", + "level" : [ "new-7+", "old-6" ], + "frequency" : 8593, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "琢磨", + "transcriptions" : { "pinyin" : "zhuó mó", + "numeric" : "zhuo2 mo2", + "wadegiles" : "cho² mo²", + "bopomofo" : "ㄓㄨㄛˊ ㄇㄛˊ", + "romatzyh" : "jwo mo" }, + "meanings" : [ "to carve and polish (jade)", + "to polish and refine a literary work" ], + "classifiers" : [] }, + { "traditional" : "琢磨", + "transcriptions" : { "pinyin" : "zuó mo", + "numeric" : "zuo2 mo5", + "wadegiles" : "tso² mo", + "bopomofo" : "ㄗㄨㄛˊ mo", + "romatzyh" : "tzwo mo" }, + "meanings" : [ "to ponder", + "to mull over", + "to think through", + "Taiwan pr. [zhuó mó]" ], + "classifiers" : [] } ] }, + { "simplified" : "左", + "radical" : "工", + "level" : [ "new-1" ], + "frequency" : 1382, + "pos" : [ "f", "a" ], + "forms" : [ { "traditional" : "左", + "transcriptions" : { "pinyin" : "Zuǒ", + "numeric" : "Zuo3", + "wadegiles" : "tso³", + "bopomofo" : "ㄗㄨㄛˇ", + "romatzyh" : "tzuoo" }, + "meanings" : [ "surname Zuo" ], + "classifiers" : [] }, + { "traditional" : "左", + "transcriptions" : { "pinyin" : "zuǒ", + "numeric" : "zuo3", + "wadegiles" : "tso³", + "bopomofo" : "ㄗㄨㄛˇ", + "romatzyh" : "tzuoo" }, + "meanings" : [ "left", + "the Left (politics)", + "east", + "unorthodox", + "queer", + "wrong", + "differing", + "opposite", + "variant of 佐" ], + "classifiers" : [] } ] }, + { "simplified" : "左边", + "radical" : "工", + "level" : [ "new-1", "old-2" ], + "frequency" : 4584, + "pos" : [ "f" ], + "forms" : [ { "traditional" : "左邊", + "transcriptions" : { "pinyin" : "zuǒ bian", + "numeric" : "zuo3 bian5", + "wadegiles" : "tso³ bian", + "bopomofo" : "ㄗㄨㄛˇ bian", + "romatzyh" : "tzuoo bian" }, + "meanings" : [ "left", + "the left side", + "to the left of" ], + "classifiers" : [] } ] }, + { "simplified" : "左顾右盼", + "radical" : "工", + "level" : [ "new-7+" ], + "frequency" : 42319, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "左顧右盼", + "transcriptions" : { "pinyin" : "zuǒ gù yòu pàn", + "numeric" : "zuo3 gu4 you4 pan4", + "wadegiles" : "tso³ ku⁴ yu⁴ p'an⁴", + "bopomofo" : "ㄗㄨㄛˇ ㄍㄨˋ ㄧㄡˋ ㄆㄢˋ", + "romatzyh" : "tzuoo guh yow pann" }, + "meanings" : [ "glancing to left and right (idiom); to look all around" ], + "classifiers" : [] } ] }, + { "simplified" : "左右", + "radical" : "工", + "level" : [ "new-3", "old-6" ], + "frequency" : 1351, + "pos" : [ "m", "f", "v" ], + "forms" : [ { "traditional" : "左右", + "transcriptions" : { "pinyin" : "zuǒ yòu", + "numeric" : "zuo3 you4", + "wadegiles" : "tso³ yu⁴", + "bopomofo" : "ㄗㄨㄛˇ ㄧㄡˋ", + "romatzyh" : "tzuoo yow" }, + "meanings" : [ "left and right", + "nearby", + "approximately", + "attendant", + "to control", + "to influence" ], + "classifiers" : [] } ] }, + { "simplified" : "佐料", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 30583, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "佐料", + "transcriptions" : { "pinyin" : "zuǒ liào", + "numeric" : "zuo3 liao4", + "wadegiles" : "tso³ liao⁴", + "bopomofo" : "ㄗㄨㄛˇ ㄌㄧㄠˋ", + "romatzyh" : "tzuoo liaw" }, + "meanings" : [ "condiments", "seasoning" ], + "classifiers" : [] } ] }, + { "simplified" : "作", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 483, + "pos" : [ "v", "g" ], + "forms" : [ { "traditional" : "作", + "transcriptions" : { "pinyin" : "zuō", + "numeric" : "zuo1", + "wadegiles" : "tso¹", + "bopomofo" : "ㄗㄨㄛ", + "romatzyh" : "tzuo" }, + "meanings" : [ "worker", + "workshop", + "(slang) troublesome", + "high-maintenance (person)" ], + "classifiers" : [] }, + { "traditional" : "作", + "transcriptions" : { "pinyin" : "zuò", + "numeric" : "zuo4", + "wadegiles" : "tso⁴", + "bopomofo" : "ㄗㄨㄛˋ", + "romatzyh" : "tzuoh" }, + "meanings" : [ "to do; to engage in", + "to write; to compose", + "to pretend; to feign", + "to regard as; to consider to be", + "to be; to act the part of", + "to feel (itchy, nauseous etc)", + "writings; works" ], + "classifiers" : [] } ] }, + { "simplified" : "作弊", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 7875, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "作弊", + "transcriptions" : { "pinyin" : "zuò bì", + "numeric" : "zuo4 bi4", + "wadegiles" : "tso⁴ pi⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄅㄧˋ", + "romatzyh" : "tzuoh bih" }, + "meanings" : [ "to practice fraud", + "to cheat", + "to engage in corrupt practices" ], + "classifiers" : [] } ] }, + { "simplified" : "作出", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 3060, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "作出", + "transcriptions" : { "pinyin" : "zuò chū", + "numeric" : "zuo4 chu1", + "wadegiles" : "tso⁴ ch'u¹", + "bopomofo" : "ㄗㄨㄛˋ ㄔㄨ", + "romatzyh" : "tzuoh chu" }, + "meanings" : [ "to put out", + "to come up with", + "to make (a choice, decision, proposal, response, comment etc)", + "to issue (a permit, statement, explanation, apology, reassurance to the public etc)", + "to draw (conclusion)", + "to deliver (speech, judgment)", + "to devise (explanation)", + "to extract" ], + "classifiers" : [] } ] }, + { "simplified" : "作对", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 17854, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "作對", + "transcriptions" : { "pinyin" : "zuò duì", + "numeric" : "zuo4 dui4", + "wadegiles" : "tso⁴ tui⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄉㄨㄟˋ", + "romatzyh" : "tzuoh duey" }, + "meanings" : [ "to set oneself against", + "to oppose", + "to make a pair" ], + "classifiers" : [] } ] }, + { "simplified" : "作废", + "radical" : "亻", + "level" : [ "new-6", "old-6" ], + "frequency" : 15045, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "作廢", + "transcriptions" : { "pinyin" : "zuò fèi", + "numeric" : "zuo4 fei4", + "wadegiles" : "tso⁴ fei⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄈㄟˋ", + "romatzyh" : "tzuoh fey" }, + "meanings" : [ "to become invalid", + "to cancel", + "to delete", + "to nullify" ], + "classifiers" : [] } ] }, + { "simplified" : "作风", + "radical" : "亻", + "level" : [ "new-7+", "old-6" ], + "frequency" : 5307, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "作風", + "transcriptions" : { "pinyin" : "zuò fēng", + "numeric" : "zuo4 feng1", + "wadegiles" : "tso⁴ feng¹", + "bopomofo" : "ㄗㄨㄛˋ ㄈㄥ", + "romatzyh" : "tzuoh feng" }, + "meanings" : [ "style", "style of work", "way" ], + "classifiers" : [] } ] }, + { "simplified" : "作家", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 3034, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "作家", + "transcriptions" : { "pinyin" : "zuò jiā", + "numeric" : "zuo4 jia1", + "wadegiles" : "tso⁴ chia¹", + "bopomofo" : "ㄗㄨㄛˋ ㄐㄧㄚ", + "romatzyh" : "tzuoh jia" }, + "meanings" : [ "author" ], + "classifiers" : [ "个", "位" ] } ] }, + { "simplified" : "作客", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 29234, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "作客", + "transcriptions" : { "pinyin" : "zuò kè", + "numeric" : "zuo4 ke4", + "wadegiles" : "tso⁴ k'o⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄎㄜˋ", + "romatzyh" : "tzuoh keh" }, + "meanings" : [ "to live somewhere as a visitor; to stay with sb as a guest; to sojourn" ], + "classifiers" : [] } ] }, + { "simplified" : "作品", + "radical" : "亻", + "level" : [ "new-3", "old-5" ], + "frequency" : 1381, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "作品", + "transcriptions" : { "pinyin" : "zuò pǐn", + "numeric" : "zuo4 pin3", + "wadegiles" : "tso⁴ p'in³", + "bopomofo" : "ㄗㄨㄛˋ ㄆㄧㄣˇ", + "romatzyh" : "tzuoh piin" }, + "meanings" : [ "work (of art)", "opus" ], + "classifiers" : [ "部", "篇" ] } ] }, + { "simplified" : "作为", + "radical" : "亻", + "level" : [ "new-4", "old-5" ], + "frequency" : 405, + "pos" : [ "p", "v" ], + "forms" : [ { "traditional" : "作為", + "transcriptions" : { "pinyin" : "zuò wéi", + "numeric" : "zuo4 wei2", + "wadegiles" : "tso⁴ wei²", + "bopomofo" : "ㄗㄨㄛˋ ㄨㄟˊ", + "romatzyh" : "tzuoh wei" }, + "meanings" : [ "one's conduct", + "deed", + "activity", + "accomplishment", + "achievement", + "to act as", + "as (in the capacity of)", + "qua", + "to view as", + "to look upon (sth as)", + "to take sth to be" ], + "classifiers" : [] } ] }, + { "simplified" : "作文", + "radical" : "亻", + "level" : [ "new-2", "old-5" ], + "frequency" : 10798, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "作文", + "transcriptions" : { "pinyin" : "zuò wén", + "numeric" : "zuo4 wen2", + "wadegiles" : "tso⁴ wen²", + "bopomofo" : "ㄗㄨㄛˋ ㄨㄣˊ", + "romatzyh" : "tzuoh wen" }, + "meanings" : [ "to write an essay", + "composition (student essay)" ], + "classifiers" : [ "篇" ] } ] }, + { "simplified" : "作物", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 15534, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "作物", + "transcriptions" : { "pinyin" : "zuò wù", + "numeric" : "zuo4 wu4", + "wadegiles" : "tso⁴ wu⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄨˋ", + "romatzyh" : "tzuoh wuh" }, + "meanings" : [ "crop" ], + "classifiers" : [] } ] }, + { "simplified" : "作息", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 24065, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "作息", + "transcriptions" : { "pinyin" : "zuò xī", + "numeric" : "zuo4 xi1", + "wadegiles" : "tso⁴ hsi¹", + "bopomofo" : "ㄗㄨㄛˋ ㄒㄧ", + "romatzyh" : "tzuoh shi" }, + "meanings" : [ "to work and rest" ], + "classifiers" : [] } ] }, + { "simplified" : "作业", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 2574, + "pos" : [ "n", "v", "vn" ], + "forms" : [ { "traditional" : "作業", + "transcriptions" : { "pinyin" : "zuò yè", + "numeric" : "zuo4 ye4", + "wadegiles" : "tso⁴ yeh⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄧㄝˋ", + "romatzyh" : "tzuoh yeh" }, + "meanings" : [ "school assignment", + "homework", + "work", + "task", + "operation", + "to operate" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "作用", + "radical" : "亻", + "level" : [ "new-2", "old-3" ], + "frequency" : 955, + "pos" : [ "n", "v" ], + "forms" : [ { "traditional" : "作用", + "transcriptions" : { "pinyin" : "zuò yòng", + "numeric" : "zuo4 yong4", + "wadegiles" : "tso⁴ yung⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄩㄥˋ", + "romatzyh" : "tzuoh yonq" }, + "meanings" : [ "to act on", + "to affect", + "action", + "function", + "activity", + "impact", + "result", + "effect", + "purpose", + "intent", + "(suffix) -ation, -tion etc, as in 用, inhibition" ], + "classifiers" : [] } ] }, + { "simplified" : "作战", + "radical" : "亻", + "level" : [ "new-6" ], + "frequency" : 3612, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "作戰", + "transcriptions" : { "pinyin" : "zuò zhàn", + "numeric" : "zuo4 zhan4", + "wadegiles" : "tso⁴ chan⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄓㄢˋ", + "romatzyh" : "tzuoh jann" }, + "meanings" : [ "combat", "to fight" ], + "classifiers" : [] } ] }, + { "simplified" : "作者", + "radical" : "亻", + "level" : [ "new-3", "old-4" ], + "frequency" : 2796, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "作者", + "transcriptions" : { "pinyin" : "zuò zhě", + "numeric" : "zuo4 zhe3", + "wadegiles" : "tso⁴ che³", + "bopomofo" : "ㄗㄨㄛˋ ㄓㄜˇ", + "romatzyh" : "tzuoh jee" }, + "meanings" : [ "author; writer" ], + "classifiers" : [] } ] }, + { "simplified" : "坐", + "radical" : "土", + "level" : [ "new-1", "old-1" ], + "frequency" : 435, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "坐", + "transcriptions" : { "pinyin" : "Zuò", + "numeric" : "Zuo4", + "wadegiles" : "tso⁴", + "bopomofo" : "ㄗㄨㄛˋ", + "romatzyh" : "tzuoh" }, + "meanings" : [ "surname Zuo" ], + "classifiers" : [] }, + { "traditional" : "坐", + "transcriptions" : { "pinyin" : "zuò", + "numeric" : "zuo4", + "wadegiles" : "tso⁴", + "bopomofo" : "ㄗㄨㄛˋ", + "romatzyh" : "tzuoh" }, + "meanings" : [ "to sit", + "to take a seat", + "to take (a bus, airplane etc)", + "to bear fruit", + "variant of 座" ], + "classifiers" : [] } ] }, + { "simplified" : "坐落", + "radical" : "土", + "level" : [ "new-7+" ], + "frequency" : 17181, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "坐落", + "transcriptions" : { "pinyin" : "zuò luò", + "numeric" : "zuo4 luo4", + "wadegiles" : "tso⁴ lo⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄌㄨㄛˋ", + "romatzyh" : "tzuoh luoh" }, + "meanings" : [ "to be situated", + "to be located (of a building)" ], + "classifiers" : [] } ] }, + { "simplified" : "坐下", + "radical" : "土", + "level" : [ "new-1" ], + "frequency" : 3600, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "坐下", + "transcriptions" : { "pinyin" : "zuò xia", + "numeric" : "zuo4 xia5", + "wadegiles" : "tso⁴ xia", + "bopomofo" : "ㄗㄨㄛˋ xia", + "romatzyh" : "tzuoh xia" }, + "meanings" : [ "to sit down" ], + "classifiers" : [] } ] }, + { "simplified" : "座", + "radical" : "广", + "level" : [ "new-2", "old-4" ], + "frequency" : 751, + "pos" : [ "q", "g" ], + "forms" : [ { "traditional" : "座", + "transcriptions" : { "pinyin" : "zuò", + "numeric" : "zuo4", + "wadegiles" : "tso⁴", + "bopomofo" : "ㄗㄨㄛˋ", + "romatzyh" : "tzuoh" }, + "meanings" : [ "seat", + "base", + "stand", + "(archaic) suffix used in a respectful form of address, e.g. 师座", + "classifier for buildings, mountains and similar immovable objects" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "座谈", + "radical" : "广", + "level" : [ "new-7+" ], + "frequency" : 20453, + "pos" : [ "v", "vn" ], + "forms" : [ { "traditional" : "座談", + "transcriptions" : { "pinyin" : "zuò tán", + "numeric" : "zuo4 tan2", + "wadegiles" : "tso⁴ t'an²", + "bopomofo" : "ㄗㄨㄛˋ ㄊㄢˊ", + "romatzyh" : "tzuoh tarn" }, + "meanings" : [ "to have an informal discussion" ], + "classifiers" : [ "次", "个" ] } ] }, + { "simplified" : "座谈会", + "radical" : "广", + "level" : [ "new-6" ], + "frequency" : 14733, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "座談會", + "transcriptions" : { "pinyin" : "zuò tán huì", + "numeric" : "zuo4 tan2 hui4", + "wadegiles" : "tso⁴ t'an² hui⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄊㄢˊ ㄏㄨㄟˋ", + "romatzyh" : "tzuoh tarn huey" }, + "meanings" : [ "conference", + "symposium", + "rap session" ], + "classifiers" : [] } ] }, + { "simplified" : "座位", + "radical" : "广", + "level" : [ "new-2", "old-4" ], + "frequency" : 4477, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "座位", + "transcriptions" : { "pinyin" : "zuò wèi", + "numeric" : "zuo4 wei4", + "wadegiles" : "tso⁴ wei⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄨㄟˋ", + "romatzyh" : "tzuoh wey" }, + "meanings" : [ "seat" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "座右铭", + "radical" : "广", + "level" : [ "new-7+", "old-6" ], + "frequency" : 21583, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "座右銘", + "transcriptions" : { "pinyin" : "zuò yòu míng", + "numeric" : "zuo4 you4 ming2", + "wadegiles" : "tso⁴ yu⁴ ming²", + "bopomofo" : "ㄗㄨㄛˋ ㄧㄡˋ ㄇㄧㄥˊ", + "romatzyh" : "tzuoh yow ming" }, + "meanings" : [ "motto", "maxim" ], + "classifiers" : [] } ] }, + { "simplified" : "做", + "radical" : "亻", + "level" : [ "new-1", "old-1" ], + "frequency" : 53, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "做", + "transcriptions" : { "pinyin" : "zuò", + "numeric" : "zuo4", + "wadegiles" : "tso⁴", + "bopomofo" : "ㄗㄨㄛˋ", + "romatzyh" : "tzuoh" }, + "meanings" : [ "to make; to produce", + "to write; to compose", + "to do; to engage in; to hold (a party etc)", + "(of a person) to be (an intermediary, a good student etc); to become (husband and wife, friends etc)", + "(of a thing) to serve as; to be used for", + "to assume (an air or manner)" ], + "classifiers" : [] } ] }, + { "simplified" : "做到", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 818, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "做到", + "transcriptions" : { "pinyin" : "zuò dào", + "numeric" : "zuo4 dao4", + "wadegiles" : "tso⁴ tao⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄉㄠˋ", + "romatzyh" : "tzuoh daw" }, + "meanings" : [ "to accomplish", "to achieve" ], + "classifiers" : [] } ] }, + { "simplified" : "做东", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 53335, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "做東", + "transcriptions" : { "pinyin" : "zuò dōng", + "numeric" : "zuo4 dong1", + "wadegiles" : "tso⁴ tung¹", + "bopomofo" : "ㄗㄨㄛˋ ㄉㄨㄥ", + "romatzyh" : "tzuoh dong" }, + "meanings" : [ "to act as host" ], + "classifiers" : [] } ] }, + { "simplified" : "做法", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 3019, + "pos" : [ "n" ], + "forms" : [ { "traditional" : "做法", + "transcriptions" : { "pinyin" : "zuò fǎ", + "numeric" : "zuo4 fa3", + "wadegiles" : "tso⁴ fa³", + "bopomofo" : "ㄗㄨㄛˋ ㄈㄚˇ", + "romatzyh" : "tzuoh faa" }, + "meanings" : [ "way of handling sth", + "method for making", + "work method", + "recipe", + "practice" ], + "classifiers" : [ "个" ] } ] }, + { "simplified" : "做饭", + "radical" : "亻", + "level" : [ "new-2" ], + "frequency" : 5512, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "做飯", + "transcriptions" : { "pinyin" : "zuò fàn", + "numeric" : "zuo4 fan4", + "wadegiles" : "tso⁴ fan⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄈㄢˋ", + "romatzyh" : "tzuoh fann" }, + "meanings" : [ "to prepare a meal", "to cook" ], + "classifiers" : [] } ] }, + { "simplified" : "做客", + "radical" : "亻", + "level" : [ "new-3" ], + "frequency" : 13383, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "做客", + "transcriptions" : { "pinyin" : "zuò kè", + "numeric" : "zuo4 ke4", + "wadegiles" : "tso⁴ k'o⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄎㄜˋ", + "romatzyh" : "tzuoh keh" }, + "meanings" : [ "to be a guest or visitor" ], + "classifiers" : [] } ] }, + { "simplified" : "做梦", + "radical" : "亻", + "level" : [ "new-4" ], + "frequency" : 4824, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "做夢", + "transcriptions" : { "pinyin" : "zuò mèng", + "numeric" : "zuo4 meng4", + "wadegiles" : "tso⁴ meng⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄇㄥˋ", + "romatzyh" : "tzuoh menq" }, + "meanings" : [ "to dream", + "to have a dream", + "fig. illusion", + "fantasy", + "pipe dream" ], + "classifiers" : [] } ] }, + { "simplified" : "做生意", + "radical" : "亻", + "level" : [ "new-7+", "old-4" ], + "frequency" : 9762, + "pos" : [], + "forms" : [ { "traditional" : "做生意", + "transcriptions" : { "pinyin" : "zuò shēng yì", + "numeric" : "zuo4 sheng1 yi4", + "wadegiles" : "tso⁴ sheng¹ i⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄕㄥ ㄧˋ", + "romatzyh" : "tzuoh sheng yih" }, + "meanings" : [ "to do business" ], + "classifiers" : [] } ] }, + { "simplified" : "做证", + "radical" : "亻", + "level" : [ "new-7+" ], + "frequency" : 1000000, + "pos" : [], + "forms" : [ { "traditional" : "做證", + "transcriptions" : { "pinyin" : "zuò zhèng", + "numeric" : "zuo4 zheng4", + "wadegiles" : "tso⁴ cheng⁴", + "bopomofo" : "ㄗㄨㄛˋ ㄓㄥˋ", + "romatzyh" : "tzuoh jenq" }, + "meanings" : [ "variant of 作证" ], + "classifiers" : [] } ] }, + { "simplified" : "做主", + "radical" : "亻", + "level" : [ "old-6" ], + "frequency" : 12610, + "pos" : [ "v" ], + "forms" : [ { "traditional" : "做主", + "transcriptions" : { "pinyin" : "zuò zhǔ", + "numeric" : "zuo4 zhu3", + "wadegiles" : "tso⁴ chu³", + "bopomofo" : "ㄗㄨㄛˋ ㄓㄨˇ", + "romatzyh" : "tzuoh juu" }, + "meanings" : [ "see 主" ], + "classifiers" : [] } ] } ] \ No newline at end of file diff --git a/src/actions/admin.ts b/src/actions/admin.ts index 57d04ca..49a5fba 100644 --- a/src/actions/admin.ts +++ b/src/actions/admin.ts @@ -44,6 +44,11 @@ const toggleUserStatusSchema = z.object({ userId: z.string().min(1), }) +const initializeDatabaseSchema = z.object({ + fileNames: z.array(z.string()).min(1, "At least one file is required"), + cleanData: z.boolean().default(false), +}) + // ============================================================================ // GLOBAL COLLECTIONS // ============================================================================ @@ -517,3 +522,250 @@ export async function toggleUserStatus(userId: string): Promise { } } } + +// ============================================================================ +// DATABASE INITIALIZATION +// ============================================================================ + +/** + * Get list of available initialization files + */ +export async function getInitializationFiles(): Promise> { + try { + await requireAdmin() + + const fs = await import("fs/promises") + const path = await import("path") + const dirPath = path.join(process.cwd(), "data", "initialization") + + try { + const files = await fs.readdir(dirPath) + // Filter for JSON files only + const jsonFiles = files.filter(file => file.endsWith(".json")) + + return { + success: true, + data: jsonFiles, + } + } catch (error) { + return { + success: false, + message: "Initialization directory not found", + data: [], + } + } + } catch (error) { + if (error instanceof Error && error.message.startsWith("Unauthorized")) { + return { + success: false, + message: error.message, + } + } + + return { + success: false, + message: "Failed to get initialization files", + } + } +} + +/** + * Initialize database with hanzi and collections from a JSON file + * + * NOTE: This is kept for backwards compatibility but the API route + * /api/admin/initialize should be used for real-time progress updates + * + * This function: + * 1. Optionally cleans all hanzi and collections + * 2. Imports hanzi from the specified file + * 3. Creates collections for each unique HSK level found + * 4. Adds hanzi to their corresponding level collections + * + * @param fileName - Name of the file in data/initialization/ (e.g., "complete.json") + * @param cleanData - If true, deletes all hanzi and collections before import + * @returns ActionResult with import statistics + */ +export async function initializeDatabase( + fileName: string, + cleanData: boolean = false +): Promise> { + try { + await requireAdmin() + + const validation = initializeDatabaseSchema.safeParse({ fileName, cleanData }) + + if (!validation.success) { + return { + success: false, + message: "Validation failed", + errors: validation.error.flatten().fieldErrors, + } + } + + // Read file from filesystem + const fs = await import("fs/promises") + const path = await import("path") + const filePath = path.join(process.cwd(), "data", "initialization", fileName) + + let fileData: string + try { + fileData = await fs.readFile(filePath, "utf-8") + } catch (error) { + return { + success: false, + message: `Failed to read file: ${fileName}`, + } + } + + // Parse the JSON file + const { result: parseResult, data: parsedData } = parseHSKJson(fileData) + + if (!parseResult.success) { + return { + success: false, + message: `Parse failed: ${parseResult.errors.length} errors found`, + } + } + + // Clean data if requested + if (cleanData) { + // Delete all collection items first (foreign key constraint) + await prisma.collectionItem.deleteMany({}) + // Delete all collections + await prisma.collection.deleteMany({}) + // Delete all user hanzi progress + await prisma.userHanziProgress.deleteMany({}) + // Delete all session reviews + await prisma.sessionReview.deleteMany({}) + // Delete all learning sessions + await prisma.learningSession.deleteMany({}) + + // Delete all hanzi-related data + await prisma.hanziMeaning.deleteMany({}) + await prisma.hanziTranscription.deleteMany({}) + await prisma.hanziClassifier.deleteMany({}) + await prisma.hanziForm.deleteMany({}) + await prisma.hanziHSKLevel.deleteMany({}) + await prisma.hanziPOS.deleteMany({}) + await prisma.hanzi.deleteMany({}) + } + + // Import hanzi + await saveParsedHanzi(parsedData, true) + + // Extract all unique HSK levels from the parsed data + const uniqueLevels = new Set() + parsedData.forEach(hanzi => { + hanzi.hskLevels.forEach(level => { + uniqueLevels.add(level) + }) + }) + + // Create collections for each level (if they don't exist) + const levelCollections = new Map() // level -> collectionId + let collectionsCreated = 0 + + for (const level of uniqueLevels) { + // Check if collection already exists + const existingCollection = await prisma.collection.findFirst({ + where: { + name: `HSK ${level}`, + isPublic: true, + }, + }) + + if (existingCollection) { + levelCollections.set(level, existingCollection.id) + } else { + // Create new collection + const session = await auth() + const newCollection = await prisma.collection.create({ + data: { + name: `HSK ${level}`, + description: `HSK ${level} vocabulary collection`, + isPublic: true, + createdBy: session?.user?.id, + }, + }) + levelCollections.set(level, newCollection.id) + collectionsCreated++ + } + } + + // Add hanzi to their corresponding collections + let hanziAddedToCollections = 0 + + for (const hanzi of parsedData) { + // Find the hanzi record in the database + const hanziRecord = await prisma.hanzi.findUnique({ + where: { simplified: hanzi.simplified }, + }) + + if (!hanziRecord) continue + + // Add to each level collection + for (const level of hanzi.hskLevels) { + const collectionId = levelCollections.get(level) + if (!collectionId) continue + + // Check if already in collection + const existingItem = await prisma.collectionItem.findUnique({ + where: { + collectionId_hanziId: { + collectionId, + hanziId: hanziRecord.id, + }, + }, + }) + + if (!existingItem) { + // Get the next orderIndex + const maxOrderIndex = await prisma.collectionItem.findFirst({ + where: { collectionId }, + orderBy: { orderIndex: "desc" }, + select: { orderIndex: true }, + }) + + await prisma.collectionItem.create({ + data: { + collectionId, + hanziId: hanziRecord.id, + orderIndex: (maxOrderIndex?.orderIndex ?? -1) + 1, + }, + }) + hanziAddedToCollections++ + } + } + } + + revalidatePath("/collections") + revalidatePath("/hanzi") + + return { + success: true, + data: { + imported: parseResult.imported, + collectionsCreated, + hanziAddedToCollections, + }, + message: `Successfully initialized: ${parseResult.imported} hanzi imported, ${collectionsCreated} collections created, ${hanziAddedToCollections} hanzi added to collections`, + } + } catch (error) { + if (error instanceof Error && error.message.startsWith("Unauthorized")) { + return { + success: false, + message: error.message, + } + } + + console.error("Database initialization error:", error) + return { + success: false, + message: "Failed to initialize database", + } + } +} diff --git a/src/app/(admin)/admin/import/page.tsx b/src/app/(admin)/admin/import/page.tsx index afa0611..0571470 100644 --- a/src/app/(admin)/admin/import/page.tsx +++ b/src/app/(admin)/admin/import/page.tsx @@ -1,6 +1,7 @@ "use client" import { useState } from "react" +import Link from "next/link" import { importHanzi } from "@/actions/admin" import type { ImportResult } from "@/lib/import/types" @@ -79,7 +80,18 @@ export default function AdminImportPage() { return (
-

Import Hanzi Data

+
+

Import Hanzi Data

+
+ Import + + Initialize + +
+

Import Data

diff --git a/src/app/(admin)/admin/initialize/page.tsx b/src/app/(admin)/admin/initialize/page.tsx new file mode 100644 index 0000000..020f6bf --- /dev/null +++ b/src/app/(admin)/admin/initialize/page.tsx @@ -0,0 +1,305 @@ +"use client" + +import { useState, useEffect } from "react" +import Link from "next/link" +import { getInitializationFiles } from "@/actions/admin" + +interface ProgressData { + percent: number + current: number + total: number + message: string +} + +interface CompleteData { + imported: number + collectionsCreated: number + hanziAddedToCollections: number +} + +export default function AdminInitializePage() { + const [availableFiles, setAvailableFiles] = useState([]) + const [selectedFiles, setSelectedFiles] = useState([]) + const [cleanData, setCleanData] = useState(false) + const [loading, setLoading] = useState(false) + const [progress, setProgress] = useState(null) + const [result, setResult] = useState(null) + const [error, setError] = useState(null) + + // Load available files on mount + useEffect(() => { + const loadFiles = async () => { + const response = await getInitializationFiles() + if (response.success && response.data) { + setAvailableFiles(response.data) + // Auto-select complete.json if available + if (response.data.includes("complete.json")) { + setSelectedFiles(["complete.json"]) + } + } + } + loadFiles() + }, []) + + // Debug: Log when progress changes + useEffect(() => { + if (progress) { + console.log("Progress state changed in UI:", progress) + } + }, [progress]) + + const toggleFileSelection = (fileName: string) => { + setSelectedFiles(prev => + prev.includes(fileName) + ? prev.filter(f => f !== fileName) + : [...prev, fileName] + ) + } + + const handleSubmit = async (e: React.FormEvent) => { + e.preventDefault() + + if (selectedFiles.length === 0) { + setError("Please select at least one file") + return + } + + setLoading(true) + setError(null) + setResult(null) + setProgress({ percent: 0, current: 0, total: 0, message: "Starting..." }) + + try { + // Create EventSource connection to SSE endpoint + const response = await fetch("/api/admin/initialize", { + method: "POST", + headers: { "Content-Type": "application/json" }, + body: JSON.stringify({ fileNames: selectedFiles, cleanData }), + }) + + if (!response.ok) { + throw new Error(`HTTP error! status: ${response.status}`) + } + + const reader = response.body?.getReader() + const decoder = new TextDecoder() + + if (!reader) { + throw new Error("No response body") + } + + let buffer = "" + + while (true) { + const { done, value } = await reader.read() + if (done) break + + const chunk = decoder.decode(value, { stream: true }) + console.log("Received chunk:", chunk.substring(0, 100)) // Debug: show first 100 chars + + buffer += chunk + const lines = buffer.split("\n\n") + buffer = lines.pop() || "" + + for (const line of lines) { + if (!line.trim()) continue + + const eventMatch = line.match(/^event: (.+)$/) + const dataMatch = line.match(/^data: (.+)$/m) + + if (eventMatch && dataMatch) { + const event = eventMatch[1] + const data = JSON.parse(dataMatch[1]) + + console.log("SSE Event:", event, data) // Debug logging + + if (event === "progress") { + setProgress({ ...data }) // Create new object to force re-render + console.log("Updated progress state:", data) + } else if (event === "complete") { + setResult(data) + setProgress({ percent: 100, current: data.imported, total: data.imported, message: "Complete!" }) + setLoading(false) + console.log("Completed!") + } else if (event === "error") { + setError(data.message) + setLoading(false) + console.log("Error:", data.message) + } + } + } + } + } catch (err) { + setError(err instanceof Error ? err.message : "An error occurred") + setLoading(false) + } + } + + return ( +
+
+

Initialize Database

+
+ + Import + + Initialize +
+
+ +
+

+ ⚠️ Warning +

+

+ This operation will import all hanzi from the selected files and create HSK level collections. + {cleanData && ( + + With "Clean data" enabled, ALL existing hanzi, collections, and user progress will be PERMANENTLY DELETED before import. + + )} +

+
+ +
+

Initialization Settings

+ +
+
+ +
+ {availableFiles.length === 0 ? ( +

No files available in data/initialization/

+ ) : ( +
+ {availableFiles.map(fileName => ( + + ))} +
+ )} +
+ {selectedFiles.length > 0 && ( +

+ {selectedFiles.length} file(s) selected: {selectedFiles.join(", ")} +

+ )} +
+ +
+ +

+ Warning: This will delete all hanzi, collections, user progress, and learning sessions +

+
+ + +
+
+ + {progress && ( +
+

Progress

+
+
+
+ {progress.message} + {progress.percent}% +
+
+
+
+
+ {progress.total > 0 && ( +

+ {progress.current.toLocaleString()} / {progress.total.toLocaleString()} +

+ )} +
+
+ )} + + {error && ( +
+

+ Error +

+

{error}

+
+ )} + + {result && ( +
+

+ ✓ Initialization Complete +

+
+

+ Hanzi imported: {result.imported.toLocaleString()} +

+

+ Collections created: {result.collectionsCreated} +

+

+ Hanzi added to collections: {result.hanziAddedToCollections.toLocaleString()} +

+
+
+ )} + +
+

+ How It Works +

+
    +
  • Reads hanzi data from selected JSON files in data/initialization/
  • +
  • Optionally cleans all existing data (hanzi, collections, progress)
  • +
  • Imports all hanzi with their forms, meanings, and transcriptions
  • +
  • Creates public collections for each unique HSK level found (e.g., "HSK new-1", "HSK old-3")
  • +
  • Adds each hanzi to its corresponding level collection(s)
  • +
  • Shows real-time progress updates during the entire process
  • +
+
+
+ ) +} diff --git a/src/app/(app)/dashboard/page.tsx b/src/app/(app)/dashboard/page.tsx index 63b0739..bc0c399 100644 --- a/src/app/(app)/dashboard/page.tsx +++ b/src/app/(app)/dashboard/page.tsx @@ -46,12 +46,20 @@ export default async function DashboardPage() { Settings {(user.role === 'ADMIN' || user.role === 'MODERATOR') && ( - - Import - + <> + + Import + + + Initialize + + )}
diff --git a/src/app/api/admin/initialize/route.ts b/src/app/api/admin/initialize/route.ts new file mode 100644 index 0000000..f1f37da --- /dev/null +++ b/src/app/api/admin/initialize/route.ts @@ -0,0 +1,330 @@ +import { NextRequest } from "next/server" +import { isAdminOrModerator } from "@/lib/auth" +import { auth } from "@/lib/auth" +import { prisma } from "@/lib/prisma" +import { parseHSKJson } from "@/lib/import/hsk-json-parser" +import type { ParsedHanzi } from "@/lib/import/types" + +/** + * SSE endpoint for database initialization with real-time progress updates + * + * POST /api/admin/initialize + * Body: { fileNames: string[], cleanData: boolean } + * + * Returns Server-Sent Events stream with progress updates: + * - progress: { percent, current, total, message } + * - complete: { imported, collectionsCreated, hanziAddedToCollections } + * - error: { message } + */ +export async function POST(req: NextRequest) { + try { + // Check admin authorization + const isAuthorized = await isAdminOrModerator() + if (!isAuthorized) { + return new Response("Unauthorized", { status: 401 }) + } + + const session = await auth() + + const body = await req.json() + const { fileNames, cleanData } = body as { fileNames: string[]; cleanData: boolean } + + if (!fileNames || fileNames.length === 0) { + return new Response("No files specified", { status: 400 }) + } + + // Create SSE stream with proper flushing + const encoder = new TextEncoder() + const { readable, writable } = new TransformStream() + const writer = writable.getWriter() + + // Start processing in background (don't await - let it run while streaming) + const processInitialization = async () => { + try { + // Helper to send SSE events with immediate flush + const sendEvent = async (event: string, data: any) => { + const message = `event: ${event}\ndata: ${JSON.stringify(data)}\n\n` + await writer.write(encoder.encode(message)) + } + + // Step 1: Read and parse all files + await sendEvent("progress", { percent: 0, current: 0, total: 0, message: "Reading files..." }) + + const fs = await import("fs/promises") + const path = await import("path") + const allParsedHanzi: ParsedHanzi[] = [] + let totalFiles = fileNames.length + let filesProcessed = 0 + + for (const fileName of fileNames) { + const filePath = path.join(process.cwd(), "data", "initialization", fileName) + + try { + const fileData = await fs.readFile(filePath, "utf-8") + const { result, data } = parseHSKJson(fileData) + + if (!result.success) { + await sendEvent("error", { message: `Failed to parse ${fileName}: ${result.errors.join(", ")}` }) + await writer.close() + return + } + + allParsedHanzi.push(...data) + filesProcessed++ + + await sendEvent("progress", { + percent: Math.round((filesProcessed / totalFiles) * 10), + current: filesProcessed, + total: totalFiles, + message: `Parsed ${fileName} (${data.length} hanzi)`, + }) + } catch (error) { + await sendEvent("error", { message: `Failed to read ${fileName}` }) + await writer.close() + return + } + } + + const totalHanzi = allParsedHanzi.length + await sendEvent("progress", { + percent: 10, + current: 0, + total: totalHanzi, + message: `Ready to import ${totalHanzi} hanzi`, + }) + + // Step 2: Clean data if requested + if (cleanData) { + await sendEvent("progress", { percent: 15, current: 0, total: totalHanzi, message: "Cleaning existing data..." }) + + await prisma.collectionItem.deleteMany({}) + await prisma.collection.deleteMany({}) + await prisma.userHanziProgress.deleteMany({}) + await prisma.sessionReview.deleteMany({}) + await prisma.learningSession.deleteMany({}) + await prisma.hanziMeaning.deleteMany({}) + await prisma.hanziTranscription.deleteMany({}) + await prisma.hanziClassifier.deleteMany({}) + await prisma.hanziForm.deleteMany({}) + await prisma.hanziHSKLevel.deleteMany({}) + await prisma.hanziPOS.deleteMany({}) + await prisma.hanzi.deleteMany({}) + + await sendEvent("progress", { percent: 20, current: 0, total: totalHanzi, message: "Data cleaned" }) + } else { + await sendEvent("progress", { percent: 20, current: 0, total: totalHanzi, message: "Skipping clean" }) + } + + // Step 3: Get or create English language + let englishLanguage = await prisma.language.findUnique({ where: { code: "en" } }) + if (!englishLanguage) { + englishLanguage = await prisma.language.create({ + data: { code: "en", name: "English", nativeName: "English", isActive: true }, + }) + } + + // Step 4: Import hanzi with progress updates + let imported = 0 + const importStartPercent = 20 + const importEndPercent = 70 + + for (const hanzi of allParsedHanzi) { + // Import hanzi (same logic as saveParsedHanzi but inline) + const hanziRecord = await prisma.hanzi.upsert({ + where: { simplified: hanzi.simplified }, + update: { radical: hanzi.radical, frequency: hanzi.frequency }, + create: { simplified: hanzi.simplified, radical: hanzi.radical, frequency: hanzi.frequency }, + }) + + // Delete existing related data + await prisma.hanziForm.deleteMany({ where: { hanziId: hanziRecord.id } }) + await prisma.hanziHSKLevel.deleteMany({ where: { hanziId: hanziRecord.id } }) + await prisma.hanziPOS.deleteMany({ where: { hanziId: hanziRecord.id } }) + + // Create HSK levels + if (hanzi.hskLevels.length > 0) { + await prisma.hanziHSKLevel.createMany({ + data: hanzi.hskLevels.map(level => ({ hanziId: hanziRecord.id, level })), + }) + } + + // Create parts of speech + if (hanzi.partsOfSpeech.length > 0) { + await prisma.hanziPOS.createMany({ + data: hanzi.partsOfSpeech.map(pos => ({ hanziId: hanziRecord.id, pos })), + }) + } + + // Create forms with transcriptions, meanings, classifiers + for (const form of hanzi.forms) { + const formRecord = await prisma.hanziForm.create({ + data: { hanziId: hanziRecord.id, traditional: form.traditional, isDefault: form.isDefault }, + }) + + if (form.transcriptions.length > 0) { + await prisma.hanziTranscription.createMany({ + data: form.transcriptions.map(trans => ({ + formId: formRecord.id, + type: trans.type, + value: trans.value, + })), + }) + } + + if (form.meanings.length > 0) { + await prisma.hanziMeaning.createMany({ + data: form.meanings.map(meaning => ({ + formId: formRecord.id, + languageId: englishLanguage!.id, + meaning: meaning.meaning, + })), + }) + } + + if (form.classifiers.length > 0) { + await prisma.hanziClassifier.createMany({ + data: form.classifiers.map(classifier => ({ + formId: formRecord.id, + classifier: classifier, + })), + }) + } + } + + imported++ + + // Send progress update every 50 hanzi or on last one + if (imported % 50 === 0 || imported === totalHanzi) { + const percent = importStartPercent + Math.round(((imported / totalHanzi) * (importEndPercent - importStartPercent))) + await sendEvent("progress", { + percent, + current: imported, + total: totalHanzi, + message: `Importing hanzi: ${imported}/${totalHanzi}`, + }) + } + } + + await sendEvent("progress", { percent: 70, current: totalHanzi, total: totalHanzi, message: "All hanzi imported" }) + + // Step 5: Extract unique HSK levels and create collections + await sendEvent("progress", { percent: 75, current: 0, total: 0, message: "Creating collections..." }) + + const uniqueLevels = new Set() + allParsedHanzi.forEach(hanzi => { + hanzi.hskLevels.forEach(level => uniqueLevels.add(level)) + }) + + const levelCollections = new Map() + let collectionsCreated = 0 + + for (const level of uniqueLevels) { + const existingCollection = await prisma.collection.findFirst({ + where: { name: `HSK ${level}`, isPublic: true }, + }) + + if (existingCollection) { + levelCollections.set(level, existingCollection.id) + } else { + const newCollection = await prisma.collection.create({ + data: { + name: `HSK ${level}`, + description: `HSK ${level} vocabulary collection`, + isPublic: true, + createdBy: session?.user?.id, + }, + }) + levelCollections.set(level, newCollection.id) + collectionsCreated++ + } + } + + await sendEvent("progress", { + percent: 80, + current: collectionsCreated, + total: uniqueLevels.size, + message: `Created ${collectionsCreated} collections`, + }) + + // Step 6: Add hanzi to collections + await sendEvent("progress", { percent: 85, current: 0, total: totalHanzi, message: "Adding hanzi to collections..." }) + + let hanziAddedToCollections = 0 + let processedForCollections = 0 + + for (const hanzi of allParsedHanzi) { + const hanziRecord = await prisma.hanzi.findUnique({ where: { simplified: hanzi.simplified } }) + if (!hanziRecord) continue + + for (const level of hanzi.hskLevels) { + const collectionId = levelCollections.get(level) + if (!collectionId) continue + + const existingItem = await prisma.collectionItem.findUnique({ + where: { collectionId_hanziId: { collectionId, hanziId: hanziRecord.id } }, + }) + + if (!existingItem) { + const maxOrderIndex = await prisma.collectionItem.findFirst({ + where: { collectionId }, + orderBy: { orderIndex: "desc" }, + select: { orderIndex: true }, + }) + + await prisma.collectionItem.create({ + data: { + collectionId, + hanziId: hanziRecord.id, + orderIndex: (maxOrderIndex?.orderIndex ?? -1) + 1, + }, + }) + hanziAddedToCollections++ + } + } + + processedForCollections++ + + // Send progress update every 100 hanzi + if (processedForCollections % 100 === 0 || processedForCollections === totalHanzi) { + const percent = 85 + Math.round(((processedForCollections / totalHanzi) * 15)) + await sendEvent("progress", { + percent, + current: processedForCollections, + total: totalHanzi, + message: `Adding to collections: ${processedForCollections}/${totalHanzi}`, + }) + } + } + + // Step 7: Complete + await sendEvent("complete", { + imported: totalHanzi, + collectionsCreated, + hanziAddedToCollections, + }) + + await writer.close() + } catch (error) { + console.error("Initialization error:", error) + const message = `event: error\ndata: ${JSON.stringify({ message: "Initialization failed" })}\n\n` + await writer.write(encoder.encode(message)) + await writer.close() + } + } + + // Start processing (don't await - let it stream) + processInitialization() + + return new Response(readable, { + headers: { + "Content-Type": "text/event-stream", + "Cache-Control": "no-cache, no-transform", + "Connection": "keep-alive", + "X-Accel-Buffering": "no", // Disable nginx buffering + }, + }) + } catch (error) { + console.error("API error:", error) + return new Response("Internal server error", { status: 500 }) + } +}