Commit ·
c6ea8ce
0
Parent(s):
Duplicate from lysandre/anki-words
Browse filesCo-authored-by: Lysandre <lysandre@users.noreply.huggingface.co>
- .gitattributes +60 -0
- README.md +60 -0
- vocabulary.jsonl +478 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files: vocabulary.jsonl
|
| 5 |
+
default: true
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# anki:Kaishi 1.5k Vocabulary Dataset
|
| 9 |
+
|
| 10 |
+
Japanese vocabulary dataset exported from Anki deck.
|
| 11 |
+
|
| 12 |
+
## Dataset Information
|
| 13 |
+
|
| 14 |
+
- **Deck Name**: anki:Kaishi 1.5k
|
| 15 |
+
- **Word Count**: 478
|
| 16 |
+
- **Format**: JSONL (one word per line)
|
| 17 |
+
- **Last Updated**: 2026-02-21
|
| 18 |
+
|
| 19 |
+
## Schema
|
| 20 |
+
|
| 21 |
+
Each word entry contains:
|
| 22 |
+
|
| 23 |
+
- `word` (string): The Japanese word in kanji/kana
|
| 24 |
+
- `reading` (string): The reading in hiragana/katakana
|
| 25 |
+
- `meaning` (string): English translation/meaning
|
| 26 |
+
|
| 27 |
+
- `jlpt`: JLPT level (N5, N4, N3, N2, N1)
|
| 28 |
+
- N5: Basic level (easiest)
|
| 29 |
+
- N4: Elementary level
|
| 30 |
+
- N3: Intermediate level
|
| 31 |
+
- N2: Pre-advanced level
|
| 32 |
+
- N1: Advanced level (hardest)
|
| 33 |
+
|
| 34 |
+
Optional fields (may be added in future updates):
|
| 35 |
+
- `pos`: Part of speech (noun, verb, adjective, etc.)
|
| 36 |
+
- `tags`: List of tags/categories
|
| 37 |
+
- `frequency_rank`: Frequency ranking
|
| 38 |
+
- `note`: Additional notes
|
| 39 |
+
|
| 40 |
+
## Usage
|
| 41 |
+
|
| 42 |
+
### Load with Hugging Face datasets
|
| 43 |
+
|
| 44 |
+
```python
|
| 45 |
+
from datasets import load_dataset
|
| 46 |
+
|
| 47 |
+
# Load all words
|
| 48 |
+
dataset = load_dataset("username/anki-words", split="train")
|
| 49 |
+
|
| 50 |
+
# Filter by JLPT level (if available)
|
| 51 |
+
n5_words = dataset.filter(lambda x: x.get("jlpt") == "N5")
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
### View in dataset viewer
|
| 55 |
+
|
| 56 |
+
The dataset viewer on Hugging Face Hub will display all words with their readings and meanings.
|
| 57 |
+
|
| 58 |
+
## License
|
| 59 |
+
|
| 60 |
+
Personal vocabulary dataset for language learning purposes.
|
vocabulary.jsonl
ADDED
|
@@ -0,0 +1,478 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"word": "私", "reading": "わたし", "meaning": "I (polite, general)", "jlpt": "N5"}
|
| 2 |
+
{"word": "あなた", "reading": "あなた", "meaning": "you (usually when one doesn't know the person)", "jlpt": "N5"}
|
| 3 |
+
{"word": "さん", "reading": "さん", "meaning": "san", "jlpt": "N1"}
|
| 4 |
+
{"word": "彼", "reading": "かれ", "meaning": "he, him", "jlpt": "N4"}
|
| 5 |
+
{"word": "好き", "reading": "すき", "meaning": "like, fond of", "jlpt": "N5"}
|
| 6 |
+
{"word": "人", "reading": "ひと", "meaning": "person", "jlpt": "N5"}
|
| 7 |
+
{"word": "いい", "reading": "いい", "meaning": "good", "jlpt": "N5"}
|
| 8 |
+
{"word": "人", "reading": "じん", "meaning": "person from (nationality)", "jlpt": "N5"}
|
| 9 |
+
{"word": "日本語", "reading": "にほんご", "meaning": "Japanese language", "jlpt": "N3"}
|
| 10 |
+
{"word": "勉強", "reading": "べんきょう", "meaning": "study", "jlpt": "N5"}
|
| 11 |
+
{"word": "本", "reading": "ほん", "meaning": "book", "jlpt": "N5"}
|
| 12 |
+
{"word": "これ", "reading": "これ", "meaning": "this", "jlpt": "N5"}
|
| 13 |
+
{"word": "何", "reading": "なに・なん", "meaning": "what", "jlpt": "N5"}
|
| 14 |
+
{"word": "それ", "reading": "それ", "meaning": "that", "jlpt": "N5"}
|
| 15 |
+
{"word": "あれ", "reading": "あれ", "meaning": "that over there", "jlpt": "N5"}
|
| 16 |
+
{"word": "どれ", "reading": "どれ", "meaning": "which, what", "jlpt": "N5"}
|
| 17 |
+
{"word": "毎日", "reading": "まいにち", "meaning": "every day", "jlpt": "N5"}
|
| 18 |
+
{"word": "兄", "reading": "あに", "meaning": "older brother", "jlpt": "N5"}
|
| 19 |
+
{"word": "いる", "reading": "いる", "meaning": "have, exist (animate)", "jlpt": "N1"}
|
| 20 |
+
{"word": "ある", "reading": "ある", "meaning": "have, exist (inanimate)", "jlpt": "N5"}
|
| 21 |
+
{"word": "あまり", "reading": "あまり", "meaning": "(not) very, (not) much", "jlpt": "N5"}
|
| 22 |
+
{"word": "今", "reading": "いま", "meaning": "now", "jlpt": "N5"}
|
| 23 |
+
{"word": "時間", "reading": "じかん", "meaning": "time, hour", "jlpt": "N5"}
|
| 24 |
+
{"word": "無い", "reading": "ない", "meaning": "to not be", "jlpt": "N3"}
|
| 25 |
+
{"word": "この", "reading": "この", "meaning": "this one", "jlpt": "N5"}
|
| 26 |
+
{"word": "その", "reading": "その", "meaning": "that one", "jlpt": "N5"}
|
| 27 |
+
{"word": "あの", "reading": "あの", "meaning": "that one there", "jlpt": "N5"}
|
| 28 |
+
{"word": "どの", "reading": "どの", "meaning": "which one", "jlpt": "N5"}
|
| 29 |
+
{"word": "見る", "reading": "みる", "meaning": "see, look at", "jlpt": "N5"}
|
| 30 |
+
{"word": "全然", "reading": "ぜんぜん", "meaning": "(not) at all", "jlpt": "N3"}
|
| 31 |
+
{"word": "面白い", "reading": "おもしろい", "meaning": "interesting, amusing", "jlpt": "N1"}
|
| 32 |
+
{"word": "する", "reading": "する", "meaning": "do, make", "jlpt": "N5"}
|
| 33 |
+
{"word": "なる", "reading": "なる", "meaning": "become, result in, come (to do)", "jlpt": "N5"}
|
| 34 |
+
{"word": "先生", "reading": "せんせい", "meaning": "teacher", "jlpt": "N5"}
|
| 35 |
+
{"word": "ください", "reading": "ください", "meaning": "please give..., please do...", "jlpt": "N5"}
|
| 36 |
+
{"word": "名前", "reading": "なまえ", "meaning": "name", "jlpt": "N5"}
|
| 37 |
+
{"word": "教える", "reading": "おしえる", "meaning": "teach, tell", "jlpt": "N5"}
|
| 38 |
+
{"word": "ここ", "reading": "ここ", "meaning": "here", "jlpt": "N5"}
|
| 39 |
+
{"word": "そこ", "reading": "そこ", "meaning": "there", "jlpt": "N5"}
|
| 40 |
+
{"word": "あそこ", "reading": "あそこ", "meaning": "over there", "jlpt": "N5"}
|
| 41 |
+
{"word": "どこ", "reading": "どこ", "meaning": "where", "jlpt": "N5"}
|
| 42 |
+
{"word": "置く", "reading": "おく", "meaning": "put, place", "jlpt": "N5"}
|
| 43 |
+
{"word": "家", "reading": "いえ", "meaning": "house, home", "jlpt": "N5"}
|
| 44 |
+
{"word": "帰る", "reading": "かえる", "meaning": "return, go back", "jlpt": "N5"}
|
| 45 |
+
{"word": "話", "reading": "はなし", "meaning": "talk, story", "jlpt": "N5"}
|
| 46 |
+
{"word": "知る", "reading": "しる", "meaning": "know", "jlpt": "N5"}
|
| 47 |
+
{"word": "彼女", "reading": "かのじょ", "meaning": "she, her, girlfriend", "jlpt": "N4"}
|
| 48 |
+
{"word": "ちゃん", "reading": "ちゃん", "meaning": "chan", "jlpt": "N4"}
|
| 49 |
+
{"word": "はい", "reading": "はい", "meaning": "yes (polite)", "jlpt": "N5"}
|
| 50 |
+
{"word": "いいえ", "reading": "いいえ", "meaning": "no (polite)", "jlpt": "N5"}
|
| 51 |
+
{"word": "日本", "reading": "にほん", "meaning": "Japan", "jlpt": "N3"}
|
| 52 |
+
{"word": "学校", "reading": "がっこう", "meaning": "school", "jlpt": "N5"}
|
| 53 |
+
{"word": "行く", "reading": "いく", "meaning": "go", "jlpt": "N5"}
|
| 54 |
+
{"word": "明日", "reading": "あした", "meaning": "tomorrow", "jlpt": "N5"}
|
| 55 |
+
{"word": "来る", "reading": "くる", "meaning": "come", "jlpt": "N5"}
|
| 56 |
+
{"word": "また", "reading": "また", "meaning": "again, also", "jlpt": "N5"}
|
| 57 |
+
{"word": "いつ", "reading": "いつ", "meaning": "when", "jlpt": "N5"}
|
| 58 |
+
{"word": "思う", "reading": "おもう", "meaning": "think", "jlpt": "N4"}
|
| 59 |
+
{"word": "こう", "reading": "こう", "meaning": "like this, this kind of", "jlpt": "N4"}
|
| 60 |
+
{"word": "そう", "reading": "そう", "meaning": "in such manner, that way", "jlpt": "N4"}
|
| 61 |
+
{"word": "どう", "reading": "どう", "meaning": "how, what", "jlpt": "N5"}
|
| 62 |
+
{"word": "会う", "reading": "あう", "meaning": "meet", "jlpt": "N5"}
|
| 63 |
+
{"word": "次", "reading": "つぎ", "meaning": "next, subsequent", "jlpt": "N5"}
|
| 64 |
+
{"word": "方", "reading": "ほう", "meaning": "direction, side", "jlpt": "N5"}
|
| 65 |
+
{"word": "方", "reading": "かた", "meaning": "person (polite form)", "jlpt": "N5"}
|
| 66 |
+
{"word": "聞く", "reading": "きく", "meaning": "hear", "jlpt": "N5"}
|
| 67 |
+
{"word": "聞く", "reading": "きく", "meaning": "ask", "jlpt": "N5"}
|
| 68 |
+
{"word": "お願いします", "reading": "おねがいします", "meaning": "please", "jlpt": "N1"}
|
| 69 |
+
{"word": "分かる", "reading": "わかる", "meaning": "understand", "jlpt": "N5"}
|
| 70 |
+
{"word": "よく", "reading": "よく", "meaning": "well", "jlpt": "N5"}
|
| 71 |
+
{"word": "よく", "reading": "よく", "meaning": "often", "jlpt": "N5"}
|
| 72 |
+
{"word": "考える", "reading": "かんがえる", "meaning": "think, consider", "jlpt": "N4"}
|
| 73 |
+
{"word": "ありがとうございます", "reading": "ありがとうございます", "meaning": "thank you (formal)", "jlpt": "N1"}
|
| 74 |
+
{"word": "話す", "reading": "はなす", "meaning": "talk, speak", "jlpt": "N5"}
|
| 75 |
+
{"word": "もっと", "reading": "もっと", "meaning": "more, a bit more", "jlpt": "N5"}
|
| 76 |
+
{"word": "ゆっくり", "reading": "ゆっくり", "meaning": "slowly", "jlpt": "N5"}
|
| 77 |
+
{"word": "言う", "reading": "いう", "meaning": "say", "jlpt": "N5"}
|
| 78 |
+
{"word": "友達", "reading": "ともだち", "meaning": "friend, companion", "jlpt": "N5"}
|
| 79 |
+
{"word": "待つ", "reading": "まつ", "meaning": "wait", "jlpt": "N5"}
|
| 80 |
+
{"word": "昨日", "reading": "きのう", "meaning": "yesterday", "jlpt": "N5"}
|
| 81 |
+
{"word": "町", "reading": "まち", "meaning": "town, city", "jlpt": "N5"}
|
| 82 |
+
{"word": "高い", "reading": "たかい", "meaning": "expensive", "jlpt": "N5"}
|
| 83 |
+
{"word": "高い", "reading": "たかい", "meaning": "high, tall", "jlpt": "N5"}
|
| 84 |
+
{"word": "一番", "reading": "いちばん", "meaning": "(the) most", "jlpt": "N3"}
|
| 85 |
+
{"word": "ちょっと", "reading": "ちょっと", "meaning": "a little", "jlpt": "N5"}
|
| 86 |
+
{"word": "もう", "reading": "もう", "meaning": "already, yet", "jlpt": "N5"}
|
| 87 |
+
{"word": "もう", "reading": "もう", "meaning": "another, again", "jlpt": "N5"}
|
| 88 |
+
{"word": "父", "reading": "ちち", "meaning": "(speaker's) father", "jlpt": "N1"}
|
| 89 |
+
{"word": "大好き", "reading": "だいすき", "meaning": "love", "jlpt": "N5"}
|
| 90 |
+
{"word": "母", "reading": "はは", "meaning": "(speaker's) mother", "jlpt": "N1"}
|
| 91 |
+
{"word": "あげる", "reading": "あげる", "meaning": "give (receiver is not in the speaker's group)", "jlpt": "N4"}
|
| 92 |
+
{"word": "くれる", "reading": "くれる", "meaning": "give (receiver is in the speaker's group)", "jlpt": "N4"}
|
| 93 |
+
{"word": "もらう", "reading": "もらう", "meaning": "receive", "jlpt": "N4"}
|
| 94 |
+
{"word": "物", "reading": "もの", "meaning": "thing, object", "jlpt": "N5"}
|
| 95 |
+
{"word": "君", "reading": "きみ", "meaning": "you (to someone of equal or lower status)", "jlpt": "N4"}
|
| 96 |
+
{"word": "中", "reading": "なか", "meaning": "inside, middle", "jlpt": "N5"}
|
| 97 |
+
{"word": "出来る", "reading": "できる", "meaning": "can do, be good at", "jlpt": "N5"}
|
| 98 |
+
{"word": "本当", "reading": "ほんとう", "meaning": "truth, reality", "jlpt": "N3"}
|
| 99 |
+
{"word": "立つ", "reading": "たつ", "meaning": "stand, rise", "jlpt": "N5"}
|
| 100 |
+
{"word": "前", "reading": "まえ", "meaning": "front, before", "jlpt": "N5"}
|
| 101 |
+
{"word": "入る", "reading": "はいる", "meaning": "enter", "jlpt": "N5"}
|
| 102 |
+
{"word": "家族", "reading": "かぞく", "meaning": "family", "jlpt": "N5"}
|
| 103 |
+
{"word": "住む", "reading": "すむ", "meaning": "live, reside", "jlpt": "N5"}
|
| 104 |
+
{"word": "大きな", "reading": "おおきな", "meaning": "big, large", "jlpt": "N5"}
|
| 105 |
+
{"word": "大きい", "reading": "おおきい", "meaning": "big, large", "jlpt": "N5"}
|
| 106 |
+
{"word": "声", "reading": "こえ", "meaning": "voice, sound", "jlpt": "N5"}
|
| 107 |
+
{"word": "目", "reading": "め", "meaning": "eye", "jlpt": "N5"}
|
| 108 |
+
{"word": "手", "reading": "て", "meaning": "hand", "jlpt": "N5"}
|
| 109 |
+
{"word": "上げる", "reading": "あげる", "meaning": "raise, increase", "jlpt": "N5"}
|
| 110 |
+
{"word": "嫌い", "reading": "きらい", "meaning": "dislike", "jlpt": "N5"}
|
| 111 |
+
{"word": "おじいさん", "reading": "おじいさん", "meaning": "grandfather", "jlpt": "N3"}
|
| 112 |
+
{"word": "おばあさん", "reading": "おばあさん", "meaning": "grandmother", "jlpt": "N5"}
|
| 113 |
+
{"word": "元気", "reading": "げんき", "meaning": "energetic, healthy", "jlpt": "N5"}
|
| 114 |
+
{"word": "いつも", "reading": "いつも", "meaning": "always, usually", "jlpt": "N5"}
|
| 115 |
+
{"word": "持つ", "reading": "もつ", "meaning": "have, hold", "jlpt": "N5"}
|
| 116 |
+
{"word": "みんな", "reading": "みんな", "meaning": "all, everybody", "jlpt": "N5"}
|
| 117 |
+
{"word": "使う", "reading": "つかう", "meaning": "use", "jlpt": "N5"}
|
| 118 |
+
{"word": "大丈夫", "reading": "だいじょうぶ", "meaning": "alright, OK", "jlpt": "N5"}
|
| 119 |
+
{"word": "始める", "reading": "はじめる", "meaning": "start", "jlpt": "N4"}
|
| 120 |
+
{"word": "今日", "reading": "きょう", "meaning": "today", "jlpt": "N5"}
|
| 121 |
+
{"word": "部屋", "reading": "へや", "meaning": "room", "jlpt": "N5"}
|
| 122 |
+
{"word": "悪い", "reading": "わるい", "meaning": "bad", "jlpt": "N5"}
|
| 123 |
+
{"word": "まあ", "reading": "まあ", "meaning": "well...", "jlpt": "N3"}
|
| 124 |
+
{"word": "食べる", "reading": "たべる", "meaning": "eat", "jlpt": "N5"}
|
| 125 |
+
{"word": "沢山", "reading": "たくさん", "meaning": "a lot, plenty", "jlpt": "N1"}
|
| 126 |
+
{"word": "場所", "reading": "ばしょ", "meaning": "place, location", "jlpt": "N4"}
|
| 127 |
+
{"word": "呼ぶ", "reading": "よぶ", "meaning": "call, name", "jlpt": "N5"}
|
| 128 |
+
{"word": "動く", "reading": "うごく", "meaning": "move", "jlpt": "N4"}
|
| 129 |
+
{"word": "気持ち", "reading": "きもち", "meaning": "feeling, sensation", "jlpt": "N4"}
|
| 130 |
+
{"word": "誰", "reading": "だれ", "meaning": "who", "jlpt": "N5"}
|
| 131 |
+
{"word": "子", "reading": "こ", "meaning": "child, kid", "jlpt": "N4"}
|
| 132 |
+
{"word": "どんな", "reading": "どんな", "meaning": "what kind of...", "jlpt": "N3"}
|
| 133 |
+
{"word": "意味", "reading": "いみ", "meaning": "meaning, significance", "jlpt": "N5"}
|
| 134 |
+
{"word": "言葉", "reading": "ことば", "meaning": "word, language", "jlpt": "N5"}
|
| 135 |
+
{"word": "心配", "reading": "しんぱい", "meaning": "worry", "jlpt": "N4"}
|
| 136 |
+
{"word": "様子", "reading": "ようす", "meaning": "appearance, state", "jlpt": "N3"}
|
| 137 |
+
{"word": "信じる", "reading": "しんじる", "meaning": "to believe, to trust", "jlpt": "N3"}
|
| 138 |
+
{"word": "自分", "reading": "じぶん", "meaning": "self, oneself", "jlpt": "N5"}
|
| 139 |
+
{"word": "調べる", "reading": "しらべる", "meaning": "look up, search", "jlpt": "N4"}
|
| 140 |
+
{"word": "事", "reading": "こと", "meaning": "thing, incident", "jlpt": "N3"}
|
| 141 |
+
{"word": "同じ", "reading": "おなじ", "meaning": "same, identical", "jlpt": "N5"}
|
| 142 |
+
{"word": "申し訳ない", "reading": "もうしわけない", "meaning": "sorry, inexcusable", "jlpt": "N2"}
|
| 143 |
+
{"word": "もちろん", "reading": "もちろん", "meaning": "of course, no doubt", "jlpt": "N4"}
|
| 144 |
+
{"word": "とても", "reading": "とても", "meaning": "very", "jlpt": "N5"}
|
| 145 |
+
{"word": "楽しい", "reading": "たのしい", "meaning": "fun, enjoyable", "jlpt": "N5"}
|
| 146 |
+
{"word": "失礼します", "reading": "しつれいします", "meaning": "pardon me, excuse me (e.g. when leaving)", "jlpt": "N1"}
|
| 147 |
+
{"word": "手伝う", "reading": "てつだう", "meaning": "to help", "jlpt": "N4"}
|
| 148 |
+
{"word": "忙しい", "reading": "いそがしい", "meaning": "busy, occupied", "jlpt": "N5"}
|
| 149 |
+
{"word": "仕事", "reading": "しごと", "meaning": "work, job", "jlpt": "N5"}
|
| 150 |
+
{"word": "続ける", "reading": "つづける", "meaning": "to continue, to keep up", "jlpt": "N4"}
|
| 151 |
+
{"word": "見せる", "reading": "みせる", "meaning": "to show", "jlpt": "N5"}
|
| 152 |
+
{"word": "うち", "reading": "うち", "meaning": "one's household", "jlpt": "N4"}
|
| 153 |
+
{"word": "約束", "reading": "やくそく", "meaning": "promise, appointment", "jlpt": "N4"}
|
| 154 |
+
{"word": "忘れる", "reading": "わすれる", "meaning": "to forget", "jlpt": "N5"}
|
| 155 |
+
{"word": "守る", "reading": "まもる", "meaning": "to protect, to observe", "jlpt": "N3"}
|
| 156 |
+
{"word": "変える", "reading": "かえる", "meaning": "to change, to alter", "jlpt": "N4"}
|
| 157 |
+
{"word": "さっき", "reading": "さっき", "meaning": "(only) a moment ago", "jlpt": "N4"}
|
| 158 |
+
{"word": "今度", "reading": "こんど", "meaning": "next time", "jlpt": "N4"}
|
| 159 |
+
{"word": "これから", "reading": "これから", "meaning": "from now on, after this", "jlpt": "N4"}
|
| 160 |
+
{"word": "止める", "reading": "とめる", "meaning": "to stop (at some place)", "jlpt": "N4"}
|
| 161 |
+
{"word": "止める", "reading": "やめる", "meaning": "to stop (doing something)", "jlpt": "N4"}
|
| 162 |
+
{"word": "頼む", "reading": "たのむ", "meaning": "to ask, to request", "jlpt": "N5"}
|
| 163 |
+
{"word": "許す", "reading": "ゆるす", "meaning": "to forgive, to permit", "jlpt": "N3"}
|
| 164 |
+
{"word": "嬉しい", "reading": "うれしい", "meaning": "happy, glad", "jlpt": "N3"}
|
| 165 |
+
{"word": "頑張る", "reading": "がんばる", "meaning": "to persevere, to do one's best", "jlpt": "N3"}
|
| 166 |
+
{"word": "なるほど", "reading": "なるほど", "meaning": "I see, really", "jlpt": "N4"}
|
| 167 |
+
{"word": "つまり", "reading": "つまり", "meaning": "in short, basically", "jlpt": "N3"}
|
| 168 |
+
{"word": "国", "reading": "くに", "meaning": "country", "jlpt": "N5"}
|
| 169 |
+
{"word": "優しい", "reading": "やさしい", "meaning": "gentle, kind", "jlpt": "N4"}
|
| 170 |
+
{"word": "嫌", "reading": "いや", "meaning": "disliking, unwilling (to do)", "jlpt": "N5"}
|
| 171 |
+
{"word": "そんなに", "reading": "そんなに", "meaning": "that much", "jlpt": "N4"}
|
| 172 |
+
{"word": "今回", "reading": "こんかい", "meaning": "this time", "jlpt": "N3"}
|
| 173 |
+
{"word": "夜", "reading": "よる", "meaning": "evening, night", "jlpt": "N5"}
|
| 174 |
+
{"word": "買う", "reading": "かう", "meaning": "to buy", "jlpt": "N5"}
|
| 175 |
+
{"word": "今まで", "reading": "いままで", "meaning": "until now", "jlpt": "N3"}
|
| 176 |
+
{"word": "奴", "reading": "やつ", "meaning": "that guy, (s)he (usu. derogatory)", "jlpt": "N1"}
|
| 177 |
+
{"word": "あいつ", "reading": "あいつ", "meaning": "that guy", "jlpt": "N4"}
|
| 178 |
+
{"word": "もし", "reading": "もし", "meaning": "if, in the event of...", "jlpt": "N4"}
|
| 179 |
+
{"word": "理解", "reading": "りかい", "meaning": "understanding, comprehension", "jlpt": "N3"}
|
| 180 |
+
{"word": "夢", "reading": "ゆめ", "meaning": "dream", "jlpt": "N4"}
|
| 181 |
+
{"word": "俺", "reading": "おれ", "meaning": "I (male)", "jlpt": "N1"}
|
| 182 |
+
{"word": "難しい", "reading": "むずかしい", "meaning": "difficult", "jlpt": "N5"}
|
| 183 |
+
{"word": "今度", "reading": "こんど", "meaning": "this time", "jlpt": "N4"}
|
| 184 |
+
{"word": "おかしい", "reading": "おかしい", "meaning": "strange, suspicious", "jlpt": "N4"}
|
| 185 |
+
{"word": "男の子", "reading": "おとこのこ", "meaning": "boy", "jlpt": "N5"}
|
| 186 |
+
{"word": "女の子", "reading": "おんなのこ", "meaning": "girl", "jlpt": "N5"}
|
| 187 |
+
{"word": "寝る", "reading": "ねる", "meaning": "sleep", "jlpt": "N5"}
|
| 188 |
+
{"word": "伝える", "reading": "つたえる", "meaning": "to convey, to transmit", "jlpt": "N4"}
|
| 189 |
+
{"word": "小さい", "reading": "ちいさい", "meaning": "small", "jlpt": "N5"}
|
| 190 |
+
{"word": "選ぶ", "reading": "えらぶ", "meaning": "to choose, to elect", "jlpt": "N4"}
|
| 191 |
+
{"word": "座る", "reading": "すわる", "meaning": "to sit", "jlpt": "N5"}
|
| 192 |
+
{"word": "簡単", "reading": "かんたん", "meaning": "simple, easy", "jlpt": "N4"}
|
| 193 |
+
{"word": "お願い", "reading": "おねがい", "meaning": "favor", "jlpt": "N1"}
|
| 194 |
+
{"word": "進む", "reading": "すすむ", "meaning": "to move forward", "jlpt": "N4"}
|
| 195 |
+
{"word": "全く", "reading": "まったく", "meaning": "entirely, truly", "jlpt": "N3"}
|
| 196 |
+
{"word": "なぜ", "reading": "なぜ", "meaning": "why", "jlpt": "N5"}
|
| 197 |
+
{"word": "僕", "reading": "ぼく", "meaning": "I (male)", "jlpt": "N4"}
|
| 198 |
+
{"word": "水", "reading": "みず", "meaning": "water", "jlpt": "N5"}
|
| 199 |
+
{"word": "飲む", "reading": "のむ", "meaning": "drink", "jlpt": "N5"}
|
| 200 |
+
{"word": "暇", "reading": "ひま", "meaning": "free, not busy", "jlpt": "N5"}
|
| 201 |
+
{"word": "時", "reading": "とき", "meaning": "time, occasion", "jlpt": "N3"}
|
| 202 |
+
{"word": "時", "reading": "じ", "meaning": "hour, o'clock", "jlpt": "N3"}
|
| 203 |
+
{"word": "一", "reading": "いち", "meaning": "one", "jlpt": "N5"}
|
| 204 |
+
{"word": "二", "reading": "に", "meaning": "two", "jlpt": "N5"}
|
| 205 |
+
{"word": "三", "reading": "さん", "meaning": "three", "jlpt": "N5"}
|
| 206 |
+
{"word": "四", "reading": "よん・し", "meaning": "four", "jlpt": "N5"}
|
| 207 |
+
{"word": "五", "reading": "ご", "meaning": "five", "jlpt": "N5"}
|
| 208 |
+
{"word": "六", "reading": "ろく", "meaning": "six", "jlpt": "N5"}
|
| 209 |
+
{"word": "七", "reading": "なな・しち", "meaning": "seven", "jlpt": "N5"}
|
| 210 |
+
{"word": "八", "reading": "はち", "meaning": "eight", "jlpt": "N5"}
|
| 211 |
+
{"word": "九", "reading": "きゅう", "meaning": "nine", "jlpt": "N5"}
|
| 212 |
+
{"word": "十", "reading": "じゅう", "meaning": "ten", "jlpt": "N5"}
|
| 213 |
+
{"word": "くん", "reading": "くん", "meaning": "kun (usu. used with men younger or of the same age)"}
|
| 214 |
+
{"word": "すみません", "reading": "すみません", "meaning": "sorry, excuse me", "jlpt": "N3"}
|
| 215 |
+
{"word": "やる", "reading": "やる", "meaning": "to do", "jlpt": "N5"}
|
| 216 |
+
{"word": "顔", "reading": "かお", "meaning": "face", "jlpt": "N1"}
|
| 217 |
+
{"word": "今朝", "reading": "けさ", "meaning": "this morning", "jlpt": "N5"}
|
| 218 |
+
{"word": "出る", "reading": "でる", "meaning": "to go out, to leave", "jlpt": "N5"}
|
| 219 |
+
{"word": "そして", "reading": "そして", "meaning": "and, and then", "jlpt": "N5"}
|
| 220 |
+
{"word": "まだ", "reading": "まだ", "meaning": "yet, more", "jlpt": "N5"}
|
| 221 |
+
{"word": "じゃ", "reading": "じゃ", "meaning": "then, well", "jlpt": "N5"}
|
| 222 |
+
{"word": "ため", "reading": "ため", "meaning": "sake, purpose", "jlpt": "N2"}
|
| 223 |
+
{"word": "ご飯", "reading": "ごはん", "meaning": "cooked rice, meal", "jlpt": "N3"}
|
| 224 |
+
{"word": "ところ", "reading": "ところ", "meaning": "place", "jlpt": "N1"}
|
| 225 |
+
{"word": "少し", "reading": "すこし", "meaning": "a bit, a little while", "jlpt": "N5"}
|
| 226 |
+
{"word": "見える", "reading": "みえる", "meaning": "be visible", "jlpt": "N4"}
|
| 227 |
+
{"word": "違う", "reading": "ちがう", "meaning": "to differ, to be wrong", "jlpt": "N5"}
|
| 228 |
+
{"word": "男", "reading": "おとこ", "meaning": "man, male", "jlpt": "N5"}
|
| 229 |
+
{"word": "ただ", "reading": "ただ", "meaning": "free", "jlpt": "N3"}
|
| 230 |
+
{"word": "ただ", "reading": "ただ", "meaning": "simply", "jlpt": "N3"}
|
| 231 |
+
{"word": "人間", "reading": "にんげん", "meaning": "human being, people", "jlpt": "N3"}
|
| 232 |
+
{"word": "作る", "reading": "つくる", "meaning": "to make, to create", "jlpt": "N5"}
|
| 233 |
+
{"word": "感じる", "reading": "かんじる", "meaning": "to feel, to sense", "jlpt": "N3"}
|
| 234 |
+
{"word": "上", "reading": "うえ", "meaning": "up, above", "jlpt": "N5"}
|
| 235 |
+
{"word": "強い", "reading": "つよい", "meaning": "strong", "jlpt": "N5"}
|
| 236 |
+
{"word": "出す", "reading": "だす", "meaning": "to take out", "jlpt": "N5"}
|
| 237 |
+
{"word": "笑う", "reading": "わらう", "meaning": "laugh, smile", "jlpt": "N4"}
|
| 238 |
+
{"word": "毎月", "reading": "まいつき", "meaning": "every month", "jlpt": "N5"}
|
| 239 |
+
{"word": "毎年", "reading": "まいとし", "meaning": "every year", "jlpt": "N5"}
|
| 240 |
+
{"word": "多く", "reading": "おおく", "meaning": "many, much"}
|
| 241 |
+
{"word": "くらい", "reading": "くらい", "meaning": "approximately, about"}
|
| 242 |
+
{"word": "姉", "reading": "あね", "meaning": "older sister", "jlpt": "N5"}
|
| 243 |
+
{"word": "弟", "reading": "おとうと", "meaning": "younger brother", "jlpt": "N5"}
|
| 244 |
+
{"word": "妹", "reading": "いもうと", "meaning": "younger sister", "jlpt": "N5"}
|
| 245 |
+
{"word": "力", "reading": "ちから", "meaning": "strength, power", "jlpt": "N4"}
|
| 246 |
+
{"word": "世界", "reading": "せかい", "meaning": "world", "jlpt": "N4"}
|
| 247 |
+
{"word": "相手", "reading": "あいて", "meaning": "partner, opponent", "jlpt": "N3"}
|
| 248 |
+
{"word": "姿", "reading": "すがた", "meaning": "figure, appearance", "jlpt": "N3"}
|
| 249 |
+
{"word": "死ぬ", "reading": "しぬ", "meaning": "to die", "jlpt": "N5"}
|
| 250 |
+
{"word": "早い", "reading": "はやい", "meaning": "early", "jlpt": "N5"}
|
| 251 |
+
{"word": "早い", "reading": "はやい", "meaning": "fast (in terms of time)", "jlpt": "N5"}
|
| 252 |
+
{"word": "頭", "reading": "あたま", "meaning": "head", "jlpt": "N5"}
|
| 253 |
+
{"word": "戻る", "reading": "もどる", "meaning": "to return, to go back", "jlpt": "N4"}
|
| 254 |
+
{"word": "ずっと", "reading": "ずっと", "meaning": "continuously, the whole time", "jlpt": "N3"}
|
| 255 |
+
{"word": "どうして", "reading": "どうして", "meaning": "why", "jlpt": "N5"}
|
| 256 |
+
{"word": "やっぱり", "reading": "やっぱり", "meaning": "just as I thought, after all", "jlpt": "N4"}
|
| 257 |
+
{"word": "つもり", "reading": "つもり", "meaning": "intention, purpose", "jlpt": "N4"}
|
| 258 |
+
{"word": "必要", "reading": "ひつよう", "meaning": "necessary, needed", "jlpt": "N4"}
|
| 259 |
+
{"word": "終わる", "reading": "おわる", "meaning": "to finish, to end", "jlpt": "N1"}
|
| 260 |
+
{"word": "者", "reading": "もの", "meaning": "person", "jlpt": "N3"}
|
| 261 |
+
{"word": "後", "reading": "あと", "meaning": "after", "jlpt": "N5"}
|
| 262 |
+
{"word": "こちら", "reading": "こちら", "meaning": "here, this way", "jlpt": "N5"}
|
| 263 |
+
{"word": "向かう", "reading": "むかう", "meaning": "to face, to head toward", "jlpt": "N4"}
|
| 264 |
+
{"word": "きっと", "reading": "きっと", "meaning": "surely, certainly", "jlpt": "N4"}
|
| 265 |
+
{"word": "変わる", "reading": "かわる", "meaning": "to change", "jlpt": "N4"}
|
| 266 |
+
{"word": "凄い", "reading": "すごい", "meaning": "wonderful, great, a lot", "jlpt": "N4"}
|
| 267 |
+
{"word": "女", "reading": "おんな", "meaning": "woman, girl", "jlpt": "N5"}
|
| 268 |
+
{"word": "ちゃんと", "reading": "ちゃんと", "meaning": "properly", "jlpt": "N3"}
|
| 269 |
+
{"word": "音", "reading": "おと", "meaning": "sound", "jlpt": "N4"}
|
| 270 |
+
{"word": "体", "reading": "からだ", "meaning": "body", "jlpt": "N5"}
|
| 271 |
+
{"word": "掛ける", "reading": "かける", "meaning": "to hang, to put on", "jlpt": "N4"}
|
| 272 |
+
{"word": "歩く", "reading": "あるく", "meaning": "to walk, to go on foot", "jlpt": "N5"}
|
| 273 |
+
{"word": "存在", "reading": "そんざい", "meaning": "existence, being", "jlpt": "N3"}
|
| 274 |
+
{"word": "過ぎる", "reading": "すぎる", "meaning": "to exceed, to pass by", "jlpt": "N4"}
|
| 275 |
+
{"word": "聞こえる", "reading": "きこえる", "meaning": "can hear", "jlpt": "N4"}
|
| 276 |
+
{"word": "受ける", "reading": "うける", "meaning": "to receive, to accept", "jlpt": "N4"}
|
| 277 |
+
{"word": "今年", "reading": "ことし", "meaning": "this year", "jlpt": "N5"}
|
| 278 |
+
{"word": "去年", "reading": "きょねん", "meaning": "last year", "jlpt": "N5"}
|
| 279 |
+
{"word": "来年", "reading": "らいねん", "meaning": "next year", "jlpt": "N5"}
|
| 280 |
+
{"word": "殺す", "reading": "ころす", "meaning": "to kill", "jlpt": "N3"}
|
| 281 |
+
{"word": "まさか", "reading": "まさか", "meaning": "by no means, never!", "jlpt": "N3"}
|
| 282 |
+
{"word": "絶対", "reading": "ぜったい", "meaning": "absolutely", "jlpt": "N3"}
|
| 283 |
+
{"word": "理由", "reading": "りゆう", "meaning": "reason, cause", "jlpt": "N4"}
|
| 284 |
+
{"word": "口", "reading": "くち", "meaning": "mouth", "jlpt": "N5"}
|
| 285 |
+
{"word": "外", "reading": "そと", "meaning": "outside", "jlpt": "N5"}
|
| 286 |
+
{"word": "逃げる", "reading": "にげる", "meaning": "to escape, to run away", "jlpt": "N4"}
|
| 287 |
+
{"word": "誰か", "reading": "だれか", "meaning": "someone", "jlpt": "N3"}
|
| 288 |
+
{"word": "まるで", "reading": "まるで", "meaning": "just like, completely", "jlpt": "N3"}
|
| 289 |
+
{"word": "他", "reading": "ほか", "meaning": "another, somewhere else", "jlpt": "N3"}
|
| 290 |
+
{"word": "他", "reading": "た", "meaning": "other (esp. people and abstract matters)", "jlpt": "N3"}
|
| 291 |
+
{"word": "問題", "reading": "もんだい", "meaning": "problem, question", "jlpt": "N5"}
|
| 292 |
+
{"word": "今後", "reading": "こんご", "meaning": "after this, in the future", "jlpt": "N3"}
|
| 293 |
+
{"word": "普通", "reading": "ふつう", "meaning": "normal, regular, average", "jlpt": "N4"}
|
| 294 |
+
{"word": "心", "reading": "こころ", "meaning": "heart, mind", "jlpt": "N4"}
|
| 295 |
+
{"word": "春", "reading": "はる", "meaning": "spring", "jlpt": "N5"}
|
| 296 |
+
{"word": "��", "reading": "なつ", "meaning": "summer", "jlpt": "N5"}
|
| 297 |
+
{"word": "秋", "reading": "あき", "meaning": "fall", "jlpt": "N5"}
|
| 298 |
+
{"word": "冬", "reading": "ふゆ", "meaning": "winter", "jlpt": "N5"}
|
| 299 |
+
{"word": "以上", "reading": "いじょう", "meaning": "... or more, beyond", "jlpt": "N4"}
|
| 300 |
+
{"word": "それで", "reading": "それで", "meaning": "then, so", "jlpt": "N4"}
|
| 301 |
+
{"word": "生きる", "reading": "いきる", "meaning": "to live, to exist", "jlpt": "N4"}
|
| 302 |
+
{"word": "最初", "reading": "さいしょ", "meaning": "first, beginning", "jlpt": "N4"}
|
| 303 |
+
{"word": "最後", "reading": "さいご", "meaning": "last, final", "jlpt": "N4"}
|
| 304 |
+
{"word": "日", "reading": "ひ", "meaning": "day", "jlpt": "N4"}
|
| 305 |
+
{"word": "間", "reading": "あいだ", "meaning": "interval", "jlpt": "N4"}
|
| 306 |
+
{"word": "間", "reading": "ま", "meaning": "interval, duration of time", "jlpt": "N4"}
|
| 307 |
+
{"word": "について", "reading": "について", "meaning": "concerning, regarding"}
|
| 308 |
+
{"word": "左", "reading": "ひだり", "meaning": "left", "jlpt": "N5"}
|
| 309 |
+
{"word": "右", "reading": "みぎ", "meaning": "right", "jlpt": "N5"}
|
| 310 |
+
{"word": "感じ", "reading": "かんじ", "meaning": "feeling, impression", "jlpt": "N3"}
|
| 311 |
+
{"word": "胸", "reading": "むね", "meaning": "chest", "jlpt": "N3"}
|
| 312 |
+
{"word": "表情", "reading": "ひょうじょう", "meaning": "expression, look", "jlpt": "N3"}
|
| 313 |
+
{"word": "多い", "reading": "おおい", "meaning": "a lot", "jlpt": "N5"}
|
| 314 |
+
{"word": "初めて", "reading": "はじめて", "meaning": "for the first time", "jlpt": "N5"}
|
| 315 |
+
{"word": "無理", "reading": "むり", "meaning": "unreasonable, impossible", "jlpt": "N4"}
|
| 316 |
+
{"word": "欲しい", "reading": "ほしい", "meaning": "wanting, wishing for", "jlpt": "N5"}
|
| 317 |
+
{"word": "ごめん", "reading": "ごめん", "meaning": "sorry", "jlpt": "N2"}
|
| 318 |
+
{"word": "覚える", "reading": "おぼえる", "meaning": "to memorize", "jlpt": "N5"}
|
| 319 |
+
{"word": "別に", "reading": "べつに", "meaning": "(not) particularly", "jlpt": "N3"}
|
| 320 |
+
{"word": "思い出す", "reading": "おもいだす", "meaning": "to recollect, to recall", "jlpt": "N4"}
|
| 321 |
+
{"word": "入れる", "reading": "いれる", "meaning": "to put in", "jlpt": "N5"}
|
| 322 |
+
{"word": "開く", "reading": "あく", "meaning": "to open", "jlpt": "N5"}
|
| 323 |
+
{"word": "開く", "reading": "ひらく", "meaning": "to open", "jlpt": "N5"}
|
| 324 |
+
{"word": "残る", "reading": "のこる", "meaning": "to remain, to be left over", "jlpt": "N4"}
|
| 325 |
+
{"word": "答える", "reading": "こたえる", "meaning": "to answer", "jlpt": "N5"}
|
| 326 |
+
{"word": "怖い", "reading": "こわい", "meaning": "fearful, be afraid, fearsome", "jlpt": "N4"}
|
| 327 |
+
{"word": "年", "reading": "ねん", "meaning": "counter for years", "jlpt": "N5"}
|
| 328 |
+
{"word": "年", "reading": "とし", "meaning": "year", "jlpt": "N5"}
|
| 329 |
+
{"word": "取る", "reading": "とる", "meaning": "to take, to get", "jlpt": "N5"}
|
| 330 |
+
{"word": "全て", "reading": "すべて", "meaning": "all, entirely", "jlpt": "N3"}
|
| 331 |
+
{"word": "助ける", "reading": "たすける", "meaning": "to help, to save", "jlpt": "N3"}
|
| 332 |
+
{"word": "状況", "reading": "じょうきょう", "meaning": "state of affairs, conditions", "jlpt": "N3"}
|
| 333 |
+
{"word": "確認", "reading": "かくにん", "meaning": "confirmation", "jlpt": "N3"}
|
| 334 |
+
{"word": "消える", "reading": "きえる", "meaning": "to turn off, to disappear", "jlpt": "N5"}
|
| 335 |
+
{"word": "長い", "reading": "ながい", "meaning": "long", "jlpt": "N5"}
|
| 336 |
+
{"word": "驚く", "reading": "おどろく", "meaning": "to be surprised, to be astonished", "jlpt": "N4"}
|
| 337 |
+
{"word": "腕", "reading": "うで", "meaning": "arm", "jlpt": "N4"}
|
| 338 |
+
{"word": "以外", "reading": "いがい", "meaning": "except for", "jlpt": "N4"}
|
| 339 |
+
{"word": "困る", "reading": "こまる", "meaning": "to be at a loss, to be in trouble", "jlpt": "N5"}
|
| 340 |
+
{"word": "離れる", "reading": "はなれる", "meaning": "to be separated, to be apart", "jlpt": "N3"}
|
| 341 |
+
{"word": "気", "reading": "き", "meaning": "spirit, temperament", "jlpt": "N4"}
|
| 342 |
+
{"word": "書く", "reading": "かく", "meaning": "to write", "jlpt": "N5"}
|
| 343 |
+
{"word": "光", "reading": "ひかり", "meaning": "light, flash", "jlpt": "N4"}
|
| 344 |
+
{"word": "走る", "reading": "はしる", "meaning": "to run", "jlpt": "N5"}
|
| 345 |
+
{"word": "戦う", "reading": "たたかう", "meaning": "to wage war, to fight", "jlpt": "N3"}
|
| 346 |
+
{"word": "余り", "reading": "あまり", "meaning": "remainder, leftover", "jlpt": "N3"}
|
| 347 |
+
{"word": "全部", "reading": "ぜんぶ", "meaning": "all, everything", "jlpt": "N5"}
|
| 348 |
+
{"word": "瞬間", "reading": "しゅんかん", "meaning": "instant, moment", "jlpt": "N3"}
|
| 349 |
+
{"word": "説明", "reading": "せつめい", "meaning": "explanation", "jlpt": "N4"}
|
| 350 |
+
{"word": "決める", "reading": "きめる", "meaning": "to decide", "jlpt": "N4"}
|
| 351 |
+
{"word": "女性", "reading": "じょせい", "meaning": "woman, female", "jlpt": "N4"}
|
| 352 |
+
{"word": "頂く", "reading": "いただく", "meaning": "to receive, to take (humble form)", "jlpt": "N3"}
|
| 353 |
+
{"word": "敵", "reading": "てき", "meaning": "enemy", "jlpt": "N3"}
|
| 354 |
+
{"word": "起きる", "reading": "おきる", "meaning": "to occur", "jlpt": "N5"}
|
| 355 |
+
{"word": "起きる", "reading": "おきる", "meaning": "to get up, to get out of bed", "jlpt": "N5"}
|
| 356 |
+
{"word": "落ちる", "reading": "おちる", "meaning": "to fall", "jlpt": "N1"}
|
| 357 |
+
{"word": "足", "reading": "あし", "meaning": "leg, foot", "jlpt": "N5"}
|
| 358 |
+
{"word": "それに", "reading": "それに", "meaning": "in addition", "jlpt": "N4"}
|
| 359 |
+
{"word": "先に", "reading": "さきに", "meaning": "before, ahead", "jlpt": "N1"}
|
| 360 |
+
{"word": "魔法", "reading": "まほう", "meaning": "magic", "jlpt": "N3"}
|
| 361 |
+
{"word": "探す", "reading": "さがす", "meaning": "to look for, to search", "jlpt": "N4"}
|
| 362 |
+
{"word": "子供", "reading": "こども", "meaning": "child, kid", "jlpt": "N5"}
|
| 363 |
+
{"word": "怒る", "reading": "おこる", "meaning": "to get angry, to scold", "jlpt": "N4"}
|
| 364 |
+
{"word": "笑顔", "reading": "えがお", "meaning": "smile", "jlpt": "N3"}
|
| 365 |
+
{"word": "先輩", "reading": "せんぱい", "meaning": "senior (at work, school, etc.)", "jlpt": "N4"}
|
| 366 |
+
{"word": "続く", "reading": "つづく", "meaning": "to continue, to keep up", "jlpt": "N4"}
|
| 367 |
+
{"word": "こんなに", "reading": "こんなに", "meaning": "this much, such", "jlpt": "N3"}
|
| 368 |
+
{"word": "変", "reading": "へん", "meaning": "strange, funny", "jlpt": "N4"}
|
| 369 |
+
{"word": "読む", "reading": "よむ", "meaning": "to read", "jlpt": "N5"}
|
| 370 |
+
{"word": "当然", "reading": "とうぜん", "meaning": "natural, as a matter of course"}
|
| 371 |
+
{"word": "情報", "reading": "じょうほう", "meaning": "information", "jlpt": "N3"}
|
| 372 |
+
{"word": "見つける", "reading": "みつける", "meaning": "to find", "jlpt": "N4"}
|
| 373 |
+
{"word": "少女", "reading": "しょうじょ", "meaning": "girl", "jlpt": "N3"}
|
| 374 |
+
{"word": "大変", "reading": "たいへん", "meaning": "terrible, serious, grave", "jlpt": "N3"}
|
| 375 |
+
{"word": "かなり", "reading": "かなり", "meaning": "fairly, rather", "jlpt": "N3"}
|
| 376 |
+
{"word": "下", "reading": "した", "meaning": "under, below", "jlpt": "N5"}
|
| 377 |
+
{"word": "下", "reading": "もと", "meaning": "under (the supervision of)", "jlpt": "N5"}
|
| 378 |
+
{"word": "かかる", "reading": "かかる", "meaning": "to take (e.g. time or money)", "jlpt": "N5"}
|
| 379 |
+
{"word": "掛かる", "reading": "かかる", "meaning": "to hang, to be hung", "jlpt": "N3"}
|
| 380 |
+
{"word": "一度", "reading": "いちど", "meaning": "once", "jlpt": "N4"}
|
| 381 |
+
{"word": "完全", "reading": "かんぜん", "meaning": "perfect, complete", "jlpt": "N3"}
|
| 382 |
+
{"word": "後ろ", "reading": "うしろ", "meaning": "back, behind", "jlpt": "N5"}
|
| 383 |
+
{"word": "泣く", "reading": "なく", "meaning": "to cry", "jlpt": "N4"}
|
| 384 |
+
{"word": "状態", "reading": "じょうたい", "meaning": "state, condition", "jlpt": "N3"}
|
| 385 |
+
{"word": "関係", "reading": "かんけい", "meaning": "relation(ship)", "jlpt": "N4"}
|
| 386 |
+
{"word": "向ける", "reading": "むける", "meaning": "to turn toward, to point at", "jlpt": "N3"}
|
| 387 |
+
{"word": "奥", "reading": "おく", "meaning": "inner part, back (of...)", "jlpt": "N3"}
|
| 388 |
+
{"word": "軽い", "reading": "かるい", "meaning": "light", "jlpt": "N5"}
|
| 389 |
+
{"word": "返す", "reading": "かえす", "meaning": "to return, to repay", "jlpt": "N5"}
|
| 390 |
+
{"word": "現れる", "reading": "あらわれる", "meaning": "to appear, to emerge", "jlpt": "N3"}
|
| 391 |
+
{"word": "痛い", "reading": "いたい", "meaning": "hurt, ouch", "jlpt": "N5"}
|
| 392 |
+
{"word": "どうやら", "reading": "どうやら", "meaning": "(seems) likely, seems like", "jlpt": "N1"}
|
| 393 |
+
{"word": "点ける", "reading": "つける", "meaning": "to switch on", "jlpt": "N2"}
|
| 394 |
+
{"word": "付ける", "reading": "つける", "meaning": "to attach, to set, to add", "jlpt": "N3"}
|
| 395 |
+
{"word": "一瞬", "reading": "いっしゅん", "meaning": "instant, for a moment", "jlpt": "N3"}
|
| 396 |
+
{"word": "隠す", "reading": "かくす", "meaning": "to hide", "jlpt": "N3"}
|
| 397 |
+
{"word": "準備", "reading": "じゅんび", "meaning": "preparation, arrangements", "jlpt": "N4"}
|
| 398 |
+
{"word": "そろそろ", "reading": "そろそろ", "meaning": "soon, about time", "jlpt": "N4"}
|
| 399 |
+
{"word": "落ち着く", "reading": "おちつく", "meaning": "to calm down, to settle in", "jlpt": "N1"}
|
| 400 |
+
{"word": "恥ずかしい", "reading": "はずかしい", "meaning": "embarrassing, shy", "jlpt": "N4"}
|
| 401 |
+
{"word": "場合", "reading": "ばあい", "meaning": "situation, case", "jlpt": "N4"}
|
| 402 |
+
{"word": "しっかり", "reading": "しっかり", "meaning": "tightly, firmly", "jlpt": "N4"}
|
| 403 |
+
{"word": "しっかり", "reading": "しっかり", "meaning": "mature, responsible", "jlpt": "N4"}
|
| 404 |
+
{"word": "髪", "reading": "かみ", "meaning": "hair(style)", "jlpt": "N4"}
|
| 405 |
+
{"word": "元", "reading": "もと", "meaning": "former, ex-", "jlpt": "N3"}
|
| 406 |
+
{"word": "得る", "reading": "える", "meaning": "to obtain, to gain", "jlpt": "N3"}
|
| 407 |
+
{"word": "すぐ", "reading": "すぐ", "meaning": "at once, right away", "jlpt": "N4"}
|
| 408 |
+
{"word": "来月", "reading": "らいげつ", "meaning": "next month", "jlpt": "N5"}
|
| 409 |
+
{"word": "昔", "reading": "むかし", "meaning": "a long time ago, the old days", "jlpt": "N4"}
|
| 410 |
+
{"word": "近い", "reading": "ちかい", "meaning": "near", "jlpt": "N5"}
|
| 411 |
+
{"word": "動き", "reading": "うごき", "meaning": "movement, motion", "jlpt": "N1"}
|
| 412 |
+
{"word": "見つめる", "reading": "みつめる", "meaning": "to stare"}
|
| 413 |
+
{"word": "幸せ", "reading": "しあわせ", "meaning": "happiness, good fortune", "jlpt": "N3"}
|
| 414 |
+
{"word": "記憶", "reading": "きおく", "meaning": "memory", "jlpt": "N3"}
|
| 415 |
+
{"word": "反応", "reading": "はんのう", "meaning": "reaction, response", "jlpt": "N1"}
|
| 416 |
+
{"word": "私たち", "reading": "わたしたち", "meaning": "we", "jlpt": "N5"}
|
| 417 |
+
{"word": "とにかく", "reading": "とにかく", "meaning": "in any case, anyway", "jlpt": "N3"}
|
| 418 |
+
{"word": "勝手", "reading": "かって", "meaning": "selfish, self-centered", "jlpt": "N5"}
|
| 419 |
+
{"word": "攻撃", "reading": "こうげき", "meaning": "attack, assault, criticism", "jlpt": "N3"}
|
| 420 |
+
{"word": "開ける", "reading": "あける", "meaning": "to open, to unlock", "jlpt": "N5"}
|
| 421 |
+
{"word": "黙る", "reading": "だまる", "meaning": "to become silent, to shut one's mouth", "jlpt": "N3"}
|
| 422 |
+
{"word": "最近", "reading": "さいきん", "meaning": "recently", "jlpt": "N4"}
|
| 423 |
+
{"word": "全員", "reading": "ぜんいん", "meaning": "all members, (the) entire staff", "jlpt": "N3"}
|
| 424 |
+
{"word": "せい", "reading": "せい", "meaning": "cause, fault"}
|
| 425 |
+
{"word": "深い", "reading": "ふかい", "meaning": "deep, profound", "jlpt": "N4"}
|
| 426 |
+
{"word": "別", "reading": "べつ", "meaning": "another, different", "jlpt": "N4"}
|
| 427 |
+
{"word": "決まる", "reading": "きまる", "meaning": "to be decided", "jlpt": "N1"}
|
| 428 |
+
{"word": "しばらく", "reading": "しばらく", "meaning": "for a while, for the time being", "jlpt": "N4"}
|
| 429 |
+
{"word": "行う", "reading": "おこなう", "meaning": "to perform, to do", "jlpt": "N4"}
|
| 430 |
+
{"word": "上がる", "reading": "あがる", "meaning": "to go up, to rise", "jlpt": "N1"}
|
| 431 |
+
{"word": "隣", "reading": "となり", "meaning": "next to, adjacent", "jlpt": "N5"}
|
| 432 |
+
{"word": "扉", "reading": "とびら", "meaning": "door", "jlpt": "N1"}
|
| 433 |
+
{"word": "指", "reading": "ゆび", "meaning": "finger, toe", "jlpt": "N4"}
|
| 434 |
+
{"word": "結果", "reading": "けっか", "meaning": "result, outcome", "jlpt": "N3"}
|
| 435 |
+
{"word": "与える", "reading": "あたえる", "meaning": "to give", "jlpt": "N3"}
|
| 436 |
+
{"word": "道", "reading": "みち", "meaning": "road", "jlpt": "N5"}
|
| 437 |
+
{"word": "乗る", "reading": "のる", "meaning": "to ride, to take", "jlpt": "N5"}
|
| 438 |
+
{"word": "特に", "reading": "とくに", "meaning": "specially, particularly", "jlpt": "N4"}
|
| 439 |
+
{"word": "形", "reading": "かたち", "meaning": "shape", "jlpt": "N4"}
|
| 440 |
+
{"word": "さあ", "reading": "さあ", "meaning": "I'm not sure, Hmm...", "jlpt": "N5"}
|
| 441 |
+
{"word": "血", "reading": "ち", "meaning": "blood", "jlpt": "N4"}
|
| 442 |
+
{"word": "更に", "reading": "さらに", "meaning": "furthermore, even more", "jlpt": "N3"}
|
| 443 |
+
{"word": "用意", "reading": "ようい", "meaning": "preparation, getting ready", "jlpt": "N4"}
|
| 444 |
+
{"word": "負ける", "reading": "まける", "meaning": "to lose", "jlpt": "N4"}
|
| 445 |
+
{"word": "神", "reading": "かみ", "meaning": "god, spirit", "jlpt": "N3"}
|
| 446 |
+
{"word": "実は", "reading": "じつは", "meaning": "actually, the truth is", "jlpt": "N3"}
|
| 447 |
+
{"word": "服", "reading": "ふく", "meaning": "clothes", "jlpt": "N5"}
|
| 448 |
+
{"word": "不思議", "reading": "ふしぎ", "meaning": "strange, wonderful", "jlpt": "N3"}
|
| 449 |
+
{"word": "意識", "reading": "いしき", "meaning": "consciousness, awareness", "jlpt": "N3"}
|
| 450 |
+
{"word": "一体", "reading": "いったい", "meaning": "what on earth, what the…", "jlpt": "N3"}
|
| 451 |
+
{"word": "とりあえず", "reading": "とりあえず", "meaning": "for now, first of all", "jlpt": "N1"}
|
| 452 |
+
{"word": "送る", "reading": "おくる", "meaning": "to send", "jlpt": "N4"}
|
| 453 |
+
{"word": "では", "reading": "では", "meaning": "then", "jlpt": "N5"}
|
| 454 |
+
{"word": "安心", "reading": "あんしん", "meaning": "peace of mind, relief", "jlpt": "N4"}
|
| 455 |
+
{"word": "失う", "reading": "うしなう", "meaning": "to lose, to miss", "jlpt": "N3"}
|
| 456 |
+
{"word": "行動", "reading": "こうどう", "meaning": "action, conduct", "jlpt": "N3"}
|
| 457 |
+
{"word": "触れる", "reading": "ふれる", "meaning": "to touch, to come in contact with", "jlpt": "N3"}
|
| 458 |
+
{"word": "そもそも", "reading": "そもそも", "meaning": "in the first place"}
|
| 459 |
+
{"word": "少ない", "reading": "すくない", "meaning": "few, little", "jlpt": "N5"}
|
| 460 |
+
{"word": "結局", "reading": "けっきょく", "meaning": "after all, finally", "jlpt": "N3"}
|
| 461 |
+
{"word": "空", "reading": "そら", "meaning": "sky, weather", "jlpt": "N5"}
|
| 462 |
+
{"word": "済む", "reading": "すむ", "meaning": "to be settled, to complete", "jlpt": "N4"}
|
| 463 |
+
{"word": "任せる", "reading": "まかせる", "meaning": "to entrust to, to leave it to", "jlpt": "N3"}
|
| 464 |
+
{"word": "赤い", "reading": "あかい", "meaning": "red", "jlpt": "N5"}
|
| 465 |
+
{"word": "大事", "reading": "だいじ", "meaning": "important, precious", "jlpt": "N4"}
|
| 466 |
+
{"word": "残す", "reading": "のこす", "meaning": "to leave, to reserve", "jlpt": "N3"}
|
| 467 |
+
{"word": "止まる", "reading": "とまる", "meaning": "to stop, to come to a stop", "jlpt": "N5"}
|
| 468 |
+
{"word": "朝", "reading": "あさ", "meaning": "morning", "jlpt": "N5"}
|
| 469 |
+
{"word": "命", "reading": "いのち", "meaning": "life", "jlpt": "N3"}
|
| 470 |
+
{"word": "不安", "reading": "ふあん", "meaning": "uneasiness, anxiety", "jlpt": "N3"}
|
| 471 |
+
{"word": "結構", "reading": "けっこう", "meaning": "all right, no thank you", "jlpt": "N5"}
|
| 472 |
+
{"word": "結構", "reading": "けっこう", "meaning": "quite", "jlpt": "N5"}
|
| 473 |
+
{"word": "新しい", "reading": "あたらしい", "meaning": "new", "jlpt": "N5"}
|
| 474 |
+
{"word": "程度", "reading": "ていど", "meaning": "degree, extent", "jlpt": "N3"}
|
| 475 |
+
{"word": "壁", "reading": "かべ", "meaning": "wall, partition", "jlpt": "N4"}
|
| 476 |
+
{"word": "用", "reading": "よう", "meaning": "things to do, (as a suffix) to do..., made for...", "jlpt": "N4"}
|
| 477 |
+
{"word": "背中", "reading": "せなか", "meaning": "back", "jlpt": "N4"}
|
| 478 |
+
{"word": "気付く", "reading": "きづく", "meaning": "to realize, to notice", "jlpt": "N3"}
|