├── README.md ├── convert_to_struct_content.py ├── dojg ├── index.json └── term_bank_1.json ├── edewakaru ├── changelog.txt ├── index.json ├── term_bank_1.json ├── term_bank_2.json ├── term_bank_3.json └── term_bank_4.json ├── nihongo_kyoushi ├── changelog.txt ├── index.json ├── term_bank_1.json ├── term_bank_2.json ├── term_bank_3.json ├── term_bank_4.json ├── term_bank_5.json └── term_bank_6.json ├── nihongo_no_sensei ├── changelog.txt ├── index.json ├── term_bank_1.json ├── term_bank_2.json ├── term_bank_3.json ├── term_bank_4.json └── term_bank_5.json └── scraping_scripts ├── edewakaru ├── edewakaru1.py └── util.py └── nihongo_no_sensei ├── step1.py ├── step2.py └── util.py /README.md: -------------------------------------------------------------------------------- 1 | # Yomichan Grammar Dictionaries 2 | **Read the [How to use](#How-to-use) section below if you're a bit confused on how to use grammar dictionaries with Yomichan.** 3 | 4 | [Download Link](https://drive.google.com/drive/folders/1zLqkD6KTf7c6jHp3gzJQtHYWdLhN72Bq) 5 | 6 | [Youtube Demo](https://www.youtube.com/watch?v=EkgBnkupuVQ) **(turn the captions on)** 7 | 8 | ## Overview 9 | Website | Yomichan dict name | Info | Deconjugation support | 10 | :-- | :-- | :-- | :-- 11 | [Nihongo no sensei](https://nihongonosensei.net/?page_id=10246) | 毎日のんびり日本語教師 | Although the site was made primarily for Chinese students studying Japanese, you might still find some value in this dictionary as a filler (and for deconjugation); although you might want to download a few of shoui's chinese dicts just for this specific dict because its `意味` section is in chinese, its 解説 section is still in Japanese though | Y 12 | [E de wakaru](https://www.edewakaru.com/archives/cat_179055.html) | 絵でわかる日本語 | Really good example sentences because most of the time they rephrase sentences so you can better understand them (my second most preferred grammar dict next to nihongo kyoushi) | Y 13 | [Nihongo Kyoshi](https://nihongokyoshi-net.com/jlpt-grammars/) | JLPT文法解説まとめ | Probably the best overall of the grammar dicts, although I feel that for most of its entries, it doesn't go too deep into nuances but is really great for quick lookups. I usually cross-reference the definitions and explanations with other monolingual dicts if I feel this dict doesn't cover it that much. Some of the entries might have missing examples sentences, but whatever, just click the links | Y 14 | Donna Toki | どんなときどう使う 日本語表現文型辞典 | Written both in English and Japanese. Most of its Japanese definitions are written as 類義語 so they're great for quick lookups but it also has explanations and further notes at the end which might go deeper into the nuances of the grammar point | Y 15 | DoJG | 日本語文法辞典(全集) | Written in English so this is great for beginners. The first dict I made. Its entries aren't complete since I made this dict from the itazuraneko anki deck (as opposed to web scraping, which i used on the other dicts). I manually removed some entries which I thought were too easy and might simply clog your yomichan search results; Incomplete readings; no external links | N 16 | 17 | *If some of the dicts fail to import, check that you're using at least Yomichan version `22.4.4.0`.* 18 | 19 | ### Which dictionaries do I install? 20 | * Depends of your needs but I have all of them installed. Do note that these dictionaries are much smaller in size than full-fledged dictionaries like 大辞林, they barely affect the performance of your device if at all. In fact, I have a pathetic 6+ year old android phone with Kiwi + TTU + Yomichan with around 10 monolingual dictionaries and all of these grammar dicts and it runs just fine. 21 | * If you're a beginner, I'd still recommend that you install at least two grammar dictionaries for parsing purposes. If you can't understand what the dictionary is saying you can always try asking through discord, language exchange apps or DeepL. (In fact I recommend that you install a lot of monolingual dicts even if you're a beginner just for parsing). 22 | 23 | *Note: No special settings or installation procedures required, simply Install the dictionaries like you would install any other Yomichan dictionary* 24 | 25 | 26 | ## How to use 27 | ### Usage 28 | 29 | #### For beginners 30 | * Go through a basic grammar guide first, even with these dicts in hand. 31 | Unless you've had some basic grammar study and a bit of immersion experience, some of the dictionaries might simply confuse you so do that first. 32 | * I recommend going through Tae Kim first, then Cure Dolly. 33 | * For Cure Dolly in particular I recommend that you at least go through the first 20-30 or so videos just so that when you come across a grammar point, you aren't just blindly memorizing 'rules', instead you realize that most of the time, these 'grammar points' can make sense when you look at their components. 34 | 35 | #### For non-beginners 36 | * Skim through a list of grammar points to get a feel for what they look like. (i.e. go to one of the sites I listed above and try hovering over those grammar points, then try hovering over the grammar points in the context of the sentence, similar to what I did on my youtube demo). Grinding a grammar deck also helps. 37 | * Look up the grammar points you come across in your immersion and create cards as necessary. The more you immerse and look stuff up, the more you'll start to get a feel of what structures look like a grammar point, tbh, you'd probably surprised that what looks like some random string of hiragana scribbles actually turns out to be a grammar point. 38 | 39 | * When you common across patterns without an adequate explanation inside the grammar dicts/monolingual dicts, just right click whatever it is that yomichan parsed and do a google search (something like ` 文法解説`). I use a plugin called [Context Menu Search](https://chrome.google.com/webstore/detail/context-menu-search/ocpcmghnefmdhljkoiapafejjohldoga) to make such searches easier. 40 | * Keep in mind that the main reason that I made these dictionaries is because I dislike the 10 seconds it takes to google a grammar point, which you aren't even sure is a grammar point. Also when googling ` 文法解説`, they almost always point to the same 2-4 sites anyway, so why not turn those sites into a yomichan dictionary. With that said, do not expect to find a lot of info about grammar inside these dictionaries. Most immersion learners would probably agree anyway that these grammar points aren't even grammar most of the time, instead, they're usually common phrases, expression strategies or even vocabulary. 41 | 42 | * You might want to check [this](https://github.com/FooSoft/yomichan/issues/2168) out if you want to keep dictionary definitions concise by using yomichan's collapsed dictionaries feature + some CSS. 43 | 44 | 45 | 46 | ### Limitations 47 | * Do note however that these still do not account for every conjugation possible because most of these sites list the conjugations relative to `Ichidan Verbs (v1)` and `suru-verbs (vs)`. For example: https://nihongonosensei.net/?p=18790 `(~されるまま/されるがままに)`, the yomichan entries that can be automatically made from these are `されるまま` and `されるがままに`. 48 | However, take a look the example sentences. You'll see **言われるがままに**, unfortunately, they only listed `~されるまま/されるがままに` as the entries and not **われるがままに**, which makes sense because otherwise you'll have to list every conjugation for the `godan verbs (v5)`, which is a huge pain in the ass and probably why they didn't do it and also why I won't (just takes too much time for marginal benefit). IMO, immersion would bridge this gap anyway. (but if someone can think of a solution to this, feel free to edit and reupload any of the dicts). 49 | 50 | * For grammar points structured as `なになに~なになに`, e.g. **〜か〜ないかのうちに**, it's usually best to break them apart into their own entry (e.g. one entry for **か** another for **ないかのうちに**). It's obvious though that か is just too vague and common to be an entry so i only made `ないかのうちに` as an entry. Feel free to send a PR though if you think I've made a mistake with some of the entries (probably did), but do note that having too many vague entries can make yomichan hard to navigate (e.g. `なになに~なに`, scanning for **ない** would give you a LOT of entries, most of which you probably already know anyway). 51 | 52 | * These dictionaries aren't perfect and yomichan's deconjugation isn't perfect either (particularly for very colloquial expressions), you could try deconjugating(or converting a godan conjugation to an ichidan/suru-verb conjugation) something that looks like a grammar point before looking it up on yomichan (it works sometimes). If you're a bit more advanced, you could try adding regex replacements rules inside yomichan or even editing the [deinflection json file](https://github.com/FooSoft/yomichan/blob/master/ext/data/deinflect.json). 53 | 54 | 55 | ## Interested in creating your own grammar dict? 56 | * In case some people might want to scrape other sites to create another dict, I also uploaded the scripts I used just to give you guys an idea. It's a really half-assed script though and I bet you guys can come up with a better one. 57 | 58 | * Btw, when I first tried to scrape Nihongo Sensei and Nihongo Kyoushi, at first I only intended to create a dict containing only the grammar points for yomichan parsing and its only content would be the link, but then I went further for some reason. If you're a bit short on time, just keep in mind that the content isn't even the most important part of grammar dictionaries, it's the **parsing** part (because tbh, you'd be surprised what things count as a grammar point) that's most important. After yomichan has parsed whatever shit that is, you could simply right-click and google the grammar point, or if you have the link then click the link. That'd be the most bare-bones but still very powerful grammar dict. 59 | Remember to share them though, even if they're just barebones :D 60 | 61 | ### Here are a few of the sites that I think would be worth looking into: 62 | * https://jn1et.com/jlpt/ 63 | * https://nihon5-bunka.net/japanese-grammars/ 64 | * https://japanese-bank.com/jlpt-grammar-all/ 65 | 66 | 67 | ## For those interested in the inner workings of the dicts: 68 | * The [4th entry](https://github.com/aiko-tanaka/Grammar-Dictionaries/blob/main/nihongo_kyoushi/term_bank_1.json#L270) of a dictionary entry represents its `part of speech(p.o.s.)` `(e.g. vs, vk, v1, v5, adj-i, empty=noun)`. It's responsible for yomichan's deconjugation stuff. 69 | 70 | ## For those interested in improving the dictionaries: 71 | * (Send me a message first if you plan to edit any of the dicts just to ensure that we aren't doing something redundant) 72 | 73 | 1. Complete the part of speech info (classify according to these: `vs, vk, v1, v5, vz, adj-i`), afaik, only these 6 part of speech markers work with yomichan (according to the [yomichan deinflection rules](https://github.com/FooSoft/yomichan/blob/master/ext/data/deinflect.json) or [the schema](https://github.com/FooSoft/yomichan/blob/master/ext/data/schemas/dictionary-term-bank-v3-schema.json#L304)), if it's a noun or already conjugated, leave it blank 74 | 2. There are some entries that would be worth duplicating and deconjugating. For example, let's say there's a grammar point called `をちゅうしんにする`, if you add its p.o.s., i.e. `vs` `(suru-verb)`, yomichan would catch `をちゅうしんにして, をちゅうしんにしました, etc.` 75 | However, for example the grammar point [ないこともない](https://github.com/aiko-tanaka/Grammar-Dictionaries/blob/main/nihongo_kyoushi/term_bank_2.json#L2423), if you add its p.o.s., `adj-i`, it'd catch `ないこともなくて, ないこともなく, etc.` but it won't catch `ないこともありません` , in order for yomichan to catch that, you'll have to create a fake entry, [ないこともある](https://github.com/aiko-tanaka/Grammar-Dictionaries/blob/main/nihongo_kyoushi/term_bank_2.json#L2445). 76 | 3. You might want to check [this](https://github.com/FooSoft/yomichan/blob/master/test/data/dictionaries/valid-dictionary1/term_bank_1.json) and the other grammar dicts for examples on how to format entries. 77 | 4. Send a PR I guess 78 | 79 | ## Corrections / Incomplete Info 80 | For all dictionaries: I used web scraping for all of the dicts except DOJG so there might be a few missing entries and parsing mistakes. For some of the entries, I used a [script](https://github.com/aiko-tanaka/Grammar-Dictionaries/blob/main/scraping_scripts/edewakaru/util.py) to generate the reading when the reading info isn't available, so look out for reading mistakes. 81 | Send me a message or open an issue if you find any corrections, missing entries, etc. Might take a while to update though cause I'm lazy. 82 | 83 | ### DOJG 84 | Incomplete readings(there might be some entries where the dictionary entry is also the reading), incomplete entries (particularly for `基本`), no deconjugation/p.o.s. info 85 | ### Nihongo Kyoushi 86 | Some entries have the example sentences cut off, some entries might have ads at the end; also, some entries have wildly differing HTML structures (e.g. some use tables, some have more than one 例文 sections), etc., might have a few missing entries from N4, N5 that i didn't bother to add 87 | ### Donna Toki 88 | Might have a few entries missing, incomplete kanjification (all of donna toki's entries are in hiragana, I converted some of them into kanji but not all) 89 | ### Nihongo no Sensei 90 | Might have a few entries missing?, a few reading mistakes maybe, a few ads at the end of some entries maybe 91 | 92 | -------------------------------------------------------------------------------- /convert_to_struct_content.py: -------------------------------------------------------------------------------- 1 | # code i used to convert from non-struct content into struct content 2 | 3 | import json 4 | 5 | with open('term_bank_1.json', 'r', encoding='UTF8') as fh: 6 | initial_data : list = json.load(fh) 7 | 8 | new_data = initial_data 9 | 10 | for index, x in enumerate(initial_data): 11 | old_format = x[5][0] 12 | new_format = { "type": "structured-content", "content" : [old_format]} 13 | 14 | new_data[index][5][0] = new_format 15 | 16 | with open('term_bank_new.json', 'w', encoding='UTF8') as fh: 17 | json.dump(new_data, fh, indent=4, ensure_ascii=False) 18 | -------------------------------------------------------------------------------- /dojg/index.json: -------------------------------------------------------------------------------- 1 | {"revision":"DOJG_v1.01;2022-04-30;better formatting","url":"https://bookclub.japantimes.co.jp/jp/book/b309577.html","description":"基本・中級・上級の各レベルごとに重要な文法を約200項目ずつ取り上げ、文型分析と豊富な例文、的確でわかりやすい英文解説を施したロングセラーの文法書。 間違えやすいポイントや類似表現との使い分けも丁寧に説明しているので、より深く日本語文法が理解できます。 学習者だけでなく教師のための参考書としても必携です。","attribution":"The Japan Times","title":"日本語文法辞典(全集)","format":3,"sequenced":true,"author":"nihongobongo"} 2 | -------------------------------------------------------------------------------- /edewakaru/changelog.txt: -------------------------------------------------------------------------------- 1 | CHANGELOG 2 | 3 | ----------------- 4 | edewakaru v 1.03 5 | - added missing entries, added their pos using a script 6 | 7 | ----------------- 8 | edewakaru v 1.01 9 | - kanjification 10 | - clean entries 11 | - p.o.s. 12 | -------------------------------------------------------------------------------- /edewakaru/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "revision":"edewakaru_v1.03; 2022-09-01", 3 | "url":"https://github.com/aiko-tanaka/Grammar-Dictionaries/", 4 | "description":"日本語文法・自動詞他動詞・口語形・間違えやすい日本語・擬音語・擬態語などを「絵」で説明します。日本語を勉強している人のためのブログです.", 5 | "attribution":"https://www.edewakaru.com/archives/cat_179055.html", 6 | "title":"絵でわかる日本語", 7 | "format":3, 8 | "sequenced":true, 9 | "author":"nihongobongo" 10 | } 11 | -------------------------------------------------------------------------------- /nihongo_kyoushi/changelog.txt: -------------------------------------------------------------------------------- 1 | nihongo net v 1.02 2 | 3 | completed pos info 4 | 5 | add missing entries 6 | fix spaces @ global tags 7 | separate each level into their own term bank 8 | N1: added ・〜なり 9 | 10 | N2: ・〜あまり 11 | ・〜上で(〜てから) 12 | ・〜限り(限界) 13 | ・〜ものだ(感慨) 14 | 15 | N3: ・〜かわりに(代償・交換条件) 16 | ・〜によって(対応) 17 | ・〜によって(手段・方法) 18 | ・〜ば〜のに(反実仮想) 19 | ・〜ほど(相関関係) 20 | ・〜ほど(程度) 21 | ・まるで〜みたいだ(比喩) 22 | ・〜も〜ば〜も(useless entry, too easy) 23 | ・〜を通して / 〜を通じて(期間) 24 | -------------------------------------------------------------------------------- /nihongo_kyoushi/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "revision":"nihongo_kyoshi_v1.03; 2022-05-27; p.o.s. info", 3 | "url":"https://nihongokyoshi-net.com/jlpt-grammars/", 4 | "description":"このページでは、JLPTに登場する文型を紹介しています。JLPTのレベル毎に50音順で並べています。\n\n how to use:https://github.com/aiko-tanaka/Grammar-Dictionaries/", 5 | "attribution":"日本語NET", 6 | "title":"JLPT文法解説まとめ", 7 | "format":3, 8 | "sequenced":true, 9 | "author":"nihongobongo" 10 | } 11 | -------------------------------------------------------------------------------- /nihongo_kyoushi/term_bank_4.json: -------------------------------------------------------------------------------- 1 | [ 2 | [ 3 | "間", 4 | "あいだ", 5 | "・〜間", 6 | "", 7 | 0, 8 | [ 9 | { 10 | "type": "structured-content", 11 | "content": [ 12 | "【 【JLPT N4】文法・例文:〜間 】\n\n\n[意味]\n 〜の期間ずっと\n\n[英訳]\n while / during\n\n[接続]\n V(普通形) + 間\n イAい + 間\n ナAな + 間\n Nの + 間\n\n[JLPT レベル]\n N4\n\n[備考]\n 「間」の後ろには継続性のある動作や状態を表す言葉が来る。\n\n\n例文\n・夏休みの間、実家で過ごすつもりです。\n・友達が髪を切っている間、私は雑誌を読んで待ちました。\n・地震で家具や家電が揺れている間は机の下に避難してください。\n・学校にいる間は、携帯電話の使用は禁止です。\n・授業の間は、スマホを使ってはいけません。\n・日本にいる間はなるべく日本語だけを使って生活するつもりです。\n・電車に乗っている間、ずっと英語のCDを聞いています。\n・子供が小さい間は、できるだけ早く帰って妻をサポートするつもりです。\n・友達を待っている間、椅子に座って音楽を聞いていました。\n・校長先生が話している間、しっかりと話を聞きましょう。\n・飛行機に乗っている間、ずっと寝ていました。\n・友達を待っている間、小説を読んでいました。\n・妻が晩ご飯を作っている間、私はずっとスマホでゲームをしていました。\n・留守の間、しばらくうちのペットを預かっていただけないでしょうか。\n \n", 13 | { 14 | "tag": "a", 15 | "href": "https://nihongokyoshi-net.com/2019/05/02/jlptn4-grammar-aida/", 16 | "content": "nihongo kyoushi link" 17 | } 18 | ] 19 | } 20 | ], 21 | 0, 22 | "日本語NETーN4文法" 23 | ], 24 | [ 25 | "間に", 26 | "あいだに", 27 | "・〜間に", 28 | "", 29 | 0, 30 | [ 31 | { 32 | "type": "structured-content", 33 | "content": [ 34 | "【 【JLPT N4】文法・例文:〜間に 】\n\n\n[意味]\n 〜の期間に・・・する。\n ※ずっと〜するのではない。\n\n[英訳]\n ・・・ take place, while 〜\n\n[接続]\n 普通形 + 間に\n\n[JLPT レベル]\n N4\n\n[備考]\n 「間に」の後ろに継続性のある動詞や表現は使えない。\n●誤用例\n 兄がゲームをしている間に、私は隣でずっと見ていました。\n\n\n例文\n・昨日、寝ている間に地震がありました。\n・娘が出かけている間に晩御飯を作りました。\n・日本に住んでいる間に一度でいいから歌舞伎を見てみたいです。\n・会わない間にずいぶん大きくなりましたね。\n・夏休みの間に富士山に登りたいです。\n・留守の間に友達が訪ねて来たようです。\n・休み時間の間にトイレを済ませておきます。\n・若い間に色々なことにチャレンジするつもりです。\n・暇な間に宿題を終わらせてしまいます。\n・晩ご飯を作っている間に、誰か来ました。\n・夏休みで帰省している間に、泥棒に入られたようだ。\n・学生の間に、一度でいいから海外へ行ってみたい。\n・トムさんと話したり、遊んだりしている間に、彼のことが好きになった。\n・夏休みの間に、一度髪を染めてみようかな。\n・本を読んでいる間に、寝てしまった。\n・生きている間に、一度でいいからヨーロッパへ行ってみたい。\n・昼休み時間の間に、次の授業の予習をしておきます。\n・ちょっと見ない間に、ずいぶん大きくなりましたね。\n\n", 35 | { 36 | "tag": "a", 37 | "href": "https://nihongokyoshi-net.com/2019/04/18/jlptn4-grammar-aidani/", 38 | "content": "nihongo kyoushi link" 39 | } 40 | ] 41 | } 42 | ], 43 | 0, 44 | "日本語NETーN4文法" 45 | ], 46 | [ 47 | "終わる", 48 | "おわる", 49 | "・〜終わる", 50 | "v5", 51 | 0, 52 | [ 53 | { 54 | "type": "structured-content", 55 | "content": [ 56 | "【 【JLPT N4】文法・例文:〜終わる 】\n\n\n[意味]\n 動作の終わりを表す。\n\n[英訳]\n \"finish doing\"\n Indicates the end of an action.\n\n[接続]\n V(ます形)ます + 終わる\n\n[JLPT レベル]\n N4\n\n[備考]\n 自然現象や生理現象には使うことができない。\n 例:雨が降り終わる / 赤ん坊が泣き終わる\n\n\n例文\n今日はもう勉強し終わったので、ゆっくり映画でも見ます。\nI've finished studying today, so I'm going to watch a movie.\nこの本読み終わったんなら借りてもいいよね?\nIf you've finished reading this book, I can borrow it, right?\n作文が書き終わった人から帰ってもいいです。\nThe person who has finished writing the essay can go home first.\nDVDを見終わったので、TSUTAYAに返しに行きます。\nI've finished watching the DVD, so I'm going to return it to TSUTAYA.\n私が話終わってから、質問してください。あとで、質問の時間をとりますから。\nPlease ask questions after I finish talking. I'll give you time for questions later.\nアイロンをかけ終わったら、棚にしまっておいて。\nWhen you finish ironing, please put it away on the shelf.\nパソコンを使い終わったら、電源は切っておいてください。\nWhen you finish using the computer, please turn it off.\n食べ終わったんなら、食器を片ずけなさい。\nIf you've finished eating, please put away the dishes.\n飲み終わったペットボトルはこちらに捨ててください。\nPlease throw away the plastic bottles if you have finished drinking.\n早く問題を解き終わった人は間違いがないかもう一度チェックしてくださいね。\nIf you finish solving questions quickly, please check again if you have mistakes.\n田中さんがこの曲を終わったら、帰りましょう。\nWhen Mr. Tanaka finishes singing this song, let's go home.\n部屋を掃除し終わったし、宿題もやったから遊びに行ってもいいよね?\nI've finished cleaning my room and I've done my homework, so I can go play, right?\nやっと、レポートが書き終わった。\nI've finally finished writing my report.\nハサミを使い終わったら、もとの場所に戻しておいてください。\nWhen you finish using the scissors, please put them back where they belong.\n\n(adsbygoogle = window.adsbygoogle || []).push({});\nこの文型が登場する教科書中級へ行こう 第1課 中級へ行こう 日本語の文型と表現55 第2版 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店教案中級へ行こう 第1課:ファストフード2018.2.24中級へ行こう 第1課「ファストフード」の教案です。学習文型:①N1とえば、N2、②(数量)も、③Nは〜こと、〜ことだ、④V始める・V終わる...\n\n類似文型\n教案中級へ行こう 第1課:ファストフード\n", 57 | { 58 | "tag": "a", 59 | "href": "https://nihongokyoshi-net.com/2019/04/02/jlptn4-grammar-owaru/", 60 | "content": "nihongo kyoushi link" 61 | } 62 | ] 63 | } 64 | ], 65 | 0, 66 | "日本語NETーN4文法" 67 | ], 68 | [ 69 | "がする", 70 | "がする", 71 | "・〜がする", 72 | "vs", 73 | 0, 74 | [ 75 | { 76 | "type": "structured-content", 77 | "content": [ 78 | "【 【JLPT N4】文法・例文:〜がする 】\n\n\n[意味]\n 音、声、味、匂い、香り、感じなど感覚を表したいときの言い方。\n\n[英訳]\n \"can hear / see / smell etc (noun).\"\n Used to express the notion that the speaker can perceive a sound, voice, taste, smell, fragrance or feeling.\n\n[接続]\n N + がします\n\n[JLPT レベル]\n N4\n\n\n例文\nどこかでいい匂いがしますね。\nThere's a good smell somewhere.\nキッチンから、カレーの匂いがしてきます。\nI can smell the curry cooking in the kitchen.\nジェシーさんの髪からシャンプーのいい匂いがします。\nI can smell the shampoo from Mr. Jesse's hair.\n隣の部屋から変な音がします。何の音なんでしょう。\nThere's a strange sound coming from the next room. I wonder what it is.\nこのお菓子、コーヒーの味がしますね。\nThis candy tastes like coffee.\nこの飴はりんごの味がします。\nThis candy tastes like apple.\nこの景色を見ていると、なんだか夢のような感じがします。\nWhen I look at this scenery, I feel like I'm in a dream.\n家の外で大きな音がした。\nI heard a loud noise outside my house.\n遠くで、犬の声がしますね。\nI heard a dog's voice at a distance.\n\n", 79 | { 80 | "tag": "a", 81 | "href": "https://nihongokyoshi-net.com/2018/04/12/jlptn4-grammar-gasuru/", 82 | "content": "nihongo kyoushi link" 83 | } 84 | ] 85 | } 86 | ], 87 | 0, 88 | "日本語NETーN4文法" 89 | ], 90 | [ 91 | "かどうか", 92 | "かどうか", 93 | "・〜かどうか", 94 | "", 95 | 0, 96 | [ 97 | { 98 | "type": "structured-content", 99 | "content": [ 100 | "【 【JLPT N4】文法・例文:〜かどうか 】\n\n\n[意味]\n 間接疑問文。\n 文の中に疑問詞を使っていない疑問文を埋め込んで使う表現。\n\n[接続]\n V(普通形)かどうか、〜\n イA(普通形)かどうか、〜\n ナA(普通形)だかどうか、〜   ※ナAだ\n N(普通形)だかどうか、〜  ※Nだ\n\n[JLPT レベル]\n N4\n\n\n例文\n納豆は食べたことがないので、美味しいかどうかわかりません。\nI've never eaten natto before, so I don't know if it's good or not.\n今夜のパーティーに行けるかどうか、まだわかりません。\nI'm not sure if I can go to the party tonight.\n学校を卒業したら国へ帰るかどうか、まだ決めていません。\nI haven't decided yet whether or not I will go back to my country after I graduate from school.\n新しいカバンを買うかどうか、実際に見てから決めます。\nI'll decide whether to buy a new bag or not after I see it in person.\nトムさんに彼女がいるかどうか、聞いてもらえない?\nCan you ask Mr. Tom if he has a girlfriend?\n今年結婚するかどうか、まだわかりませんが、遅くても来年にはする予定です。\nI don't know yet if I'll get married this year, but I'm planning to do it next year latest.\n本当に宇宙人がいるかどうか、誰にもわかりません。\nNo one knows if there really are aliens or not.\nトムさんも参加できるかどうか、聞いてみるね。\nI'll ask Tom if he can join us.\n間違いがないかどうか、もう一度確認してください。\nPlease check again to make sure if there are no mistakes.\nこの文型が登場する教科書みんなの日本語2 第40課 みんなの日本語 初級II 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店げんき2 第20課 GENKI: An Integrated Course in Elementary Japanese II [Third Edition] 初級日本語げんき[第3版] IIJapan Times Amazon 楽天市場 Yahooショッピング\n", 101 | { 102 | "tag": "a", 103 | "href": "https://nihongokyoshi-net.com/2020/01/28/jlptn4-grammar-kadouka/", 104 | "content": "nihongo kyoushi link" 105 | } 106 | ] 107 | } 108 | ], 109 | 0, 110 | "日本語NETーN4文法" 111 | ], 112 | [ 113 | "かもしれない", 114 | "かもしれない", 115 | "・〜かもしれない", 116 | "adj-i", 117 | 0, 118 | [ 119 | { 120 | "type": "structured-content", 121 | "content": [ 122 | "【 【JLPT N4】文法・例文:〜かもしれない 】\n\n\n[意味]\n \n 〜の可能性がある\n \n話し手が推測したことを言う表現。「〜でしょう / だろう」に比べ、判断の根拠が薄く、不確かな推量である。\n\n[英訳]\n \"maybe / perhaps\"\n Indicates that there is a possibility.\n An expression in which the speaker says what he or she guesses. It is an uncertain guess with less basis for judgment than ”〜でしょう / 〜だろう”\n\n[接続]\n V(普通形) + かもしれない\n イA(普通形)+かもしれない\n ナA(普通形)だ + かもしれない\n N(普通形)だ + かもしれない\n\n[JLPT レベル]\n N4\n\n\n例文\n1. 動詞文午後から雨がやむかもしれません。\nThe rain might stop from the afternoon.\n来週、大型の台風が来るかもしれない。\nThere might be a big typhoon next week.\n最近、夫の帰りが遅いし、いい匂いがするし、浮気しているかもしれない。\nMy husband has been coming home late lately, he smells nice, so he might be having an affair.\n今日は仕事がたくさんあるので、飲み会に参加できないかもしれない。\nI have a lot of work to do today, so I might not be able to attend the drinking party.\nピーターさんは薬指に指輪をしているし、結婚しているかもしれない。\nPeter has a ring on his ring finger, he might be married.\n走れば終電に間に合うかもしれません。\nIf I run, I might be able to catch the last train.\n\n", 123 | { 124 | "tag": "a", 125 | "href": "https://nihongokyoshi-net.com/2019/08/18/jlptn4-grammar-kamoshirenai/", 126 | "content": "nihongo kyoushi link" 127 | } 128 | ] 129 | } 130 | ], 131 | 0, 132 | "日本語NETーN4文法" 133 | ], 134 | [ 135 | "ことがある", 136 | "ことがある", 137 | "・〜ことがある", 138 | "v5", 139 | 0, 140 | [ 141 | { 142 | "type": "structured-content", 143 | "content": [ 144 | "【 【JLPT N4】文法・例文:〜ことがある / 〜こともある 】\n\n\n[意味]\n いつもではないが、時々〜する\n\n[英訳]\n sometimes do\n\n[接続]\n V(辞書形 / ナイ形)+ ことがある / 〜こともある\n\n[JLPT レベル]\n N4\n\n\n例文\n・大学をしてからも、たまに同じ学部だった友達に会うことがあります。\n・深夜に夫のいびきで、目が覚めることがあります。\n・普段は母がご飯を作りますが、私が作ることもあります。\n・時々、テレビをつけたまま寝てしまうことがあります。\n・私は会議中でも、寝てしまうことがある。\n・山下先輩はとても優しいですが、怒ることもあります。\n・木村部長はとても仕事ができる人ですが、失敗することもあります。\n・一人暮らしをしていると、実家が恋しくなることがある。\n・時々、頭が痛くて寝られないことがあるんですが・・・。\n・プロでもミスをすることがある。\nこの文型が登場する教科書まるごと 日本のことばと文化 初級1 A2 りかい 第13課 Marugoto: Japanese language and culture Elementary1 A2 Coursebook for communicative language competences \"Rikai\" / まるごと 日本のことばと文化 初級1 A2 りかい (JF Standard coursebook / JF日本語教育スタンダード準拠コースブック) Amazon 楽天市場 Yahooショッピング上級へのとびら 第1課 上級へのとびら ―コンテンツとマルチメディアで学ぶ日本語:TOBIRA Gateway to Advanced Japanese Learning Through Content and Multimedia Amazon 楽天市場 Yahooショッピング 紀伊國屋書店\n", 145 | { 146 | "tag": "a", 147 | "href": "https://nihongokyoshi-net.com/2019/05/09/jlptn4-grammar-kotogaaru/", 148 | "content": "nihongo kyoushi link" 149 | } 150 | ] 151 | } 152 | ], 153 | 0, 154 | "日本語NETーN4文法" 155 | ], 156 | [ 157 | "ことにする", 158 | "ことにする", 159 | "・〜ことにする", 160 | "vs", 161 | 0, 162 | [ 163 | { 164 | "type": "structured-content", 165 | "content": [ 166 | "【 【JLPT N4】文法・例文:〜ことにする 】\n\n\n[意味]\n \n \"〜すると決める\"\n 自分の意志で〜する、〜しないと決めたことを言う時に使う。\n \n\n[英訳]\n decide to do\n Used to say that you have decided to do or not to do something of your own volition.\n\n[接続]\n V(辞書形 / ナイ形)+ことにする\n \n\n[JLPT レベル]\n N4\n\n[備考]\n ・少し硬い表現に「〜こととする」という表現もある。\n ・自分の意志に関係なく決まったことを言う場合は「〜ことになる」を使う。\n\n\n例文\n・明日から、毎日10分ジョギングをすることにしました。\n・次の夏休みは国へ帰ることにします。\n・頭が痛いので、今日は早く寝ることにします。\n・日本語学校を卒業したら、国へ帰って働くことにしました。\n・みんなが真面目に勉強しないので、明後日テストをすることにします。\n・浮気ばかりするから、彼とは別れることにしました。\n・自分の会社を作るために、12月で会社を辞めることにしました。\n・今夜のパーティーには行かないことにしました。\n・何度教えても、覚えてくれないから、ジョンさんにはもう教えないことにしました。\n・健康のために、タバコとお酒をやめることにしました。\n・ダイエットのために、お菓子をやめることにします。\n・わからないことがあったら、まず自分で調べることにします。\n・いくら調べてもわからないので、先生に聞くことにします。\n・大学を卒業後は就職せずに、大学院に行くことにします。\n類似文型【JLPT N4】文法・\n\n例文\n:〜ことになる2019.5.2文型:〜ことになる \"〜することに決まる\" ①自分の意志に関係なく予定や計画が決まることを表す。 ②自分の意志で決めたことを婉曲的に言いたい時にも使う。 something has been decided V(辞書形)+ことになる V(ナイ形)+ことになる N4 ・「〜こととなる」という言い方もあ...\n\n類似文型\n【JLPT N4】文法・例文:〜ことになる\nげんき2 初級日本語 第23課\n", 167 | { 168 | "tag": "a", 169 | "href": "https://nihongokyoshi-net.com/2019/04/29/jlptn4-grammar-kotonisuru/", 170 | "content": "nihongo kyoushi link" 171 | } 172 | ] 173 | } 174 | ], 175 | 0, 176 | "日本語NETーN4文法" 177 | ], 178 | [ 179 | "ことになる", 180 | "ことになる", 181 | "・〜ことになる", 182 | "v5", 183 | 0, 184 | [ 185 | { 186 | "type": "structured-content", 187 | "content": [ 188 | "【 【JLPT N4】文法・例文:〜ことになる 】\n\n\n[意味]\n \n \"〜することに決まる\"\n①自分の意志に関係なく予定や計画が決まることを表す。\n ②自分の意志で決めたことを婉曲的に言いたい時にも使う。\n\n[英訳]\n something has been decided\n\n[接続]\n V(辞書形)+ことになる\n V(ナイ形)+ことになる\n\n[JLPT レベル]\n N4\n\n[備考]\n ・「〜こととなる」という言い方もあるが、「〜ことになる」よりも少し硬い。\n ・自分の意志で決めたこと言う場合は「〜ことにする」を使う。\n\n\n例文\n・来月から長期で中国へ出張することになった。\n・システムメンテナンス作業のため年末は出勤することになりました。\n・親から国へ帰ってくるように言われ、来月帰ることになりました。\n・次のプレゼンテーションは私が担当することになった。\n・僕たち、来年の春に結婚することになりました。\n・妻とは話し合いの末、離婚することになった。\n・しばらく、入院することになったので、後はよろしく頼みます。\n・海外転勤が決まったんですが、英語が全く話せなにので、3ヶ月語学研修を受けることになりました。\n・来年から、転勤でタイに住むことになりました。\n・田中さんが休みなので、私が発表することになった。\n・授業中に辞書の代わりとして、スマホを使ってもいいことになった。\n・システムの変更作業で年末出社することになった。\n・多数決の結果、次の生徒会長は僕がすることになった。\n・教授が紹介してくれたおかげで、行きたかったの会社で働けることになった。\n類似文型【JLPT N4】文法・\n\n例文\n:〜ことにする2019.4.29文型:〜ことにする \"〜すると決める\" 自分の意志で〜する、〜しないと決めたことを言う時に使う。 decide to do Used to say that you have decided to do or not to do something of your own volition. V(辞...この文型が登場する教科書4技能でひろがる 中級日本語カルテット1 第2課:メールと手紙 4技能でひろがる 中級日本語 カルテット I Amazon 楽天市場 Yahooショッピング 紀伊國屋書店\n\n類似文型\n【JLPT N4】文法・例文:〜ことにする\n", 189 | { 190 | "tag": "a", 191 | "href": "https://nihongokyoshi-net.com/2019/05/02/jlptn4-grammar-kotoninaru/", 192 | "content": "nihongo kyoushi link" 193 | } 194 | ] 195 | } 196 | ], 197 | 0, 198 | "日本語NETーN4文法" 199 | ], 200 | [ 201 | "させてください", 202 | "させてください", 203 | "・〜させてください", 204 | "", 205 | 0, 206 | [ 207 | { 208 | "type": "structured-content", 209 | "content": [ 210 | "【 【JLPT N4】文法・例文:〜させてください 】\n\n[意味]\n 「〜させてほしい」と相手に頼むときに使う表現。\n 相手が許可することを確信して使う場合が多い。\n\n[英訳]\n \"Please let me do\"\n An expression used to ask someone , “Please let me do 〜”\n This is often used with confidence that the other person will allow it.\n\n[接続]\n V(使役形のて形) + ください\n\n[JLPT レベル]\n N4\n\n\n例文\nこの仕事、ぜひ私にやらせてください。\nPlease let me do this job.\nすみません。写真を撮らせてください。\nExcuse me. Please let me take your picture.\nコピーをとらせてください。\nPlease let me make a copy.\nすぐに取りに来ますから、ここに少し荷物を置かせてください。\nI'll be right back to get it, so let me just leave my stuff here.\nすみません。お腹が痛いので、トイレを使わせてください。\nI'm sorry. I have a stomachache, please let me use the restroom.\nもう少し考えさせてください。\nPlease let me think a little more.\n私にもやらせてください。\nPlease let me do it, too.\nちょっと休ませてください。\nPlease let me take a break.\nこの問題は私に答えさせてください。\nPlease let me answer this question.\nすみません。母が倒れたので、今日はもう帰らせてください。\nI'm sorry. My mother collapsed, please let me go home.\n (adsbygoogle = window.adsbygoogle || []).push({});\n\n\n類似文型\n教案げんき2 初級日本語 第22課\n", 211 | { 212 | "tag": "a", 213 | "href": "https://nihongokyoshi-net.com/2018/07/25/jlptn4-grammar-sasetekudasai/", 214 | "content": "nihongo kyoushi link" 215 | } 216 | ] 217 | } 218 | ], 219 | 0, 220 | "日本語NETーN4文法" 221 | ], 222 | [ 223 | "しか", 224 | "しか", 225 | "・〜しか〜ない", 226 | "", 227 | 0, 228 | [ 229 | { 230 | "type": "structured-content", 231 | "content": [ 232 | "【 【JLPT N4】文法・例文:〜しか〜ない 】\n\n\n[意味]\n \n 「〜だけ」\n 期待していたよりも程度が低いと感じた時や、量が少ないと感じた時に使う表現。\n\n[英訳]\n \"only\"\n An expression used when you feel that the degree or amount of something is less than you expected.\n\n[接続]\n Noun + しか\n Number + counter + しか\n\n[JLPT レベル]\n N4\n\n[備考]\n 動詞は常に否定の形をとる\n\n\n例文\n・マークさんは日本に3年も留学したのに、ひらがなしか書けません。\n・昨日、忙しすぎて4時間しか寝られませんでした。\n・今、財布の中には500円しかありません。\n・1,500円もするのに、これだけしかありません。少なすぎますよ。\n・昨日、30分しか勉強できませんでした。\n・昨日は彼女と10分しか電話で話せなかった。\n・夜は野菜しか食べないんです。\n・休みは日曜日しかありません。月曜日から土曜日まで働きます。\n・えっ!断食の時は1日に1食しか食べられないんですか。\n・私の英語は挨拶しかできないレベルです。\n・このお店は予約した人しか入れません。\n・頑張って勉強したのに、テストの結果は30点しかありませんでした。\n・あー、あと10分しかないのに、まだ半分以上問題が残っている。\n・シャンプーがもう少ししかないので、明日買ってきて。\n・昨日の試験は3割しかわからなかった。\nA:今夜の飲み会の場所はここから遠いの?\n B:ううん、歩いて10分しかかからないよ。\nA:え、富士山は夏しか登れないんですか。\n B:そうですね。冬は寒いし危ないですから。それに山小屋も閉まります。\nこの文型が登場する教科書みんなの日本語 第27課 みんなの日本語 初級II 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店げんき2 第13課 GENKI: An Integrated Course in Elementary Japanese II [Third Edition] 初級日本語げんき[第3版] IIJapan Times Amazon 楽天市場 Yahooショッピング4技能でひろがる 中級日本語カルテット1 第2課:メールと手紙 4技能でひろがる 中級日本語 カルテット I Amazon 楽天市場 Yahooショッピング 紀伊國屋書店まるごと 日本のことばと文化 初級2 A2 りかい 第9課 Marugoto: Japanese language and culture Elementary2 A2 Coursebook for communicative language competences \"Rikai\" / まるごと 日本のことばと文化 初級2 A2 りかい(JF Standard coursebook / JF日本語教育スタンダード準拠コースブック) Amazon 楽天市場 Yahooショッピング\n", 233 | { 234 | "tag": "a", 235 | "href": "https://nihongokyoshi-net.com/2019/08/15/jlptn4-grammar-shika/", 236 | "content": "nihongo kyoushi link" 237 | } 238 | ] 239 | } 240 | ], 241 | 0, 242 | "日本語NETーN4文法" 243 | ], 244 | [ 245 | "し", 246 | "し", 247 | "・〜し、〜し", 248 | "", 249 | 0, 250 | [ 251 | { 252 | "type": "structured-content", 253 | "content": [ 254 | "【 【JLPT N4】文法・例文:〜し、〜し 】\n\n\n[意味]\n \n ①並立描写\n 複数の事柄を並べて述べる表現。話し手の「さらに」、「その上」という気持ちが含まれる。人や物を評価するときによく使われる。\n②理由の列挙\n 理由を複数の上げ、最後に結論を述べる表現。\n 理由を1つだけ言う時もこの文型が使えるが、「言っていないだけで、他にも理由がある」というニュアンがある。\n\n[英訳]\n and besides / because A and B\n\n[接続]\n V(普通形)+ し\n イA(普通形) + し\n ナA(普通形) + し\n N(普通形) + し\n\n[JLPT レベル]\n N4\n\n\n例文\n1. 並列描写・トムさんは、面白いし、親切だし、サッカーも上手です。\n・田中先生は優しいし、かっこいいし、それに教え方も上手です。\n・ジョンさんはスポーツもできるし、頭もいいし、それに女の子からの人気が高いです。\n・大阪は美味しい食べ物がたくさんあるし、観光地がたくさんあるし、それに人が面白いです。\n・スマホがあれば、メールはできるし、電話はできるし、それにゲームもできます。\n2. 理由の列挙・漢字は多いし、文法は難しいし、私は日本語の勉強があまり好きではありません。\n・日本は綺麗だし、食べ物が美味しいし、好きです。\n・このレストランは 安いし 量も多いし、よく来ます。\n・NARUTOも読み終わったし、ドラゴンボールも読み終わったし、何かおすすめの漫画を教えてください。\n・頭も痛いし、熱もあるし、今夜のパーティーには行けません。\n・今日は朝寝坊するし、電車は事故で遅れるし、雨も降るし、最悪な1日だった。\n・日本の電車は時間通りに来るし、たくさんあるし、とても便利です。\n・東京は人が多いし、物価は高いし、住みにくいです。\nこの文型が登場する教科書みんなの日本語 第28課 みんなの日本語 初級II 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店げんき2 第13課 GENKI: An Integrated Course in Elementary Japanese II [Third Edition] 初級日本語げんき[第3版] IIJapan Times Amazon 楽天市場 Yahooショッピングまるごと 日本のことばと文化 初級2 A2 りかい 第6課 Marugoto: Japanese language and culture Elementary2 A2 Coursebook for communicative language competences \"Rikai\" / まるごと 日本のことばと文化 初級2 A2 りかい(JF Standard coursebook / JF日本語教育スタンダード準拠コースブック) Amazon 楽天市場 Yahooショッピング\n", 255 | { 256 | "tag": "a", 257 | "href": "https://nihongokyoshi-net.com/2019/08/09/jlptn4-grammar-shi-shi/", 258 | "content": "nihongo kyoushi link" 259 | } 260 | ] 261 | } 262 | ], 263 | 0, 264 | "日本語NETーN4文法" 265 | ], 266 | [ 267 | "すぎる", 268 | "すぎる", 269 | "・〜すぎる", 270 | "v1", 271 | 0, 272 | [ 273 | { 274 | "type": "structured-content", 275 | "content": [ 276 | "【 【JLPT N4】文法・例文:〜すぎる 】\n\n\n[意味]\n 非常に〜だ。\n 程度が水準を超えていることを表す。\n\n[英訳]\n \"too much\"\n Indicates that the degree exceeds the level.\n\n[接続]\n V(ます形)ます + すぎる\n イAい + すぎる\n ナA + すぎる\n\n[備考]\n ネガディブな意味で使われることが多い。\n\n[JLPT レベル]\n N4\n\n\n類似文型\n〜すぎる\n教案【教案】みんなの日本語初級2:第42課\n", 277 | { 278 | "tag": "a", 279 | "href": "https://nihongokyoshi-net.com/2019/05/06/jlptn4-grammar-sugiru/", 280 | "content": "nihongo kyoushi link" 281 | } 282 | ] 283 | } 284 | ], 285 | 0, 286 | "日本語NETーN4文法" 287 | ], 288 | [ 289 | "する", 290 | "する", 291 | "・(形容詞)する", 292 | "vs", 293 | 0, 294 | [ 295 | { 296 | "type": "structured-content", 297 | "content": [ 298 | "【 【JLPT N4】文法・例文:(形容詞)する 】\n\n\n[意味]\n 対象をある状態に変化させることを表す文型\n\n[英訳]\n make it 形容詞\n\n[接続]\n イAく + する\n ナAに + する\n\n[JLPT レベル]\n N4\n\n", 299 | { 300 | "tag": "a", 301 | "href": "https://nihongokyoshi-net.com/2020/01/23/jlptn4-grammar-adjective-suru/", 302 | "content": "nihongo kyoushi link" 303 | } 304 | ] 305 | } 306 | ], 307 | 0, 308 | "日本語NETーN4文法" 309 | ], 310 | [ 311 | "そうです", 312 | "そうです", 313 | "・〜そうです(伝聞)", 314 | "", 315 | 0, 316 | [ 317 | { 318 | "type": "structured-content", 319 | "content": [ 320 | "【 【JLPT N4】文法・例文:〜そうです(伝聞) 】\n\n\n[意味]\n \n 見たり、聞いた情報を他の人に伝えるときに使われる表現。\n \n\n[英訳]\n \"I heard\"\n Expressions used to convey information you have seen or heard from others.\n\n[接続]\n 普通形 + そうです\n\n[JLPT レベル]\n N4\n\n\n類似文型\n【JLPT N3】文法・例文:〜とのことだ\n【JLPT N3】文法・例文:ということだ <伝聞・結論>\n【JLPT N2】文法・例文:〜とか(で)\n【教案】みんなの日本語初級2:第47課\nげんき2 初級日本語 第17課\n", 321 | { 322 | "tag": "a", 323 | "href": "https://nihongokyoshi-net.com/2019/02/24/jlptn4-grammar-soudesu/", 324 | "content": "nihongo kyoushi link" 325 | } 326 | ] 327 | } 328 | ], 329 | 0, 330 | "日本語NETーN4文法" 331 | ], 332 | [ 333 | "出す", 334 | "だす", 335 | "・〜出す", 336 | "v5", 337 | 0, 338 | [ 339 | { 340 | "type": "structured-content", 341 | "content": [ 342 | "【 【JLPT N4】文法・例文:〜出す 】\n\n\n[意味]\n ① 動作の開始を表す。\n ② 中や隠れたところから外へ移動することを表す。\n ③ 存在しなかったものを新たに作ったり出現させることを表す(創出・創造)。\n\n[接続]\n V(ます形)ます + 出す\n\n[JLPT レベル]\n N4\n ※N4では意味①のみ扱う。\n[①の意味を表す場合に、よく一緒に使われる単語]\n 突然、急に、いきなり\n\n\n例文\n1. 動作の開始・あ〜、ポテトチップスって食べ出すとどうして止まらないんだろう。\n・突然、雨が降り出して、びしょ濡れになった\n・友達の赤ん坊は私の顔を見ると、突然泣き出した。\n・犯人は警察に気づきどこかに向かって走り出した。\n・みんな揃っていないのに、ジョンさんが突然、食べ出してその場は変な空気になった。\n・フィリピンでコンビニへ行った時、レジの人が突然歌い出してびっくりしました。\n・車を運転している時、突然、子供が飛び出してきて、ひきそうになった。\n・授業中に、ライアンさんが急に隣のアンナさんと話し出したので怒った。\n・急に男の子が飛び出してきて、危うくひきそうになりました。\n・ATMからお金を引き出しました。\n・男はカバンから銃を取り出した。\n・彼の目から涙が溢れ出した。\n・素晴らしいアイデアを生み出すには素晴らしい環境が必要だと思います。\n・今年入った新入社員がバンバン新製品のアイデアを生み出している。\n・この会社は毎年、画期的な商品を作り出している。\n①どちらも動作の開始を表す文型ですが、「〜出す」は意志文では使えない。\n②「出す」のほうが、突然その動作が始まるニュアンスがあり、「始める」は徐々に始まっていくニュアンスがある。\n\n\n類似文型\n【JLPT N4】文法・例文:〜はじめる\n", 343 | { 344 | "tag": "a", 345 | "href": "https://nihongokyoshi-net.com/2019/05/01/jlptn4-grammar-dasu/", 346 | "content": "nihongo kyoushi link" 347 | } 348 | ] 349 | } 350 | ], 351 | 0, 352 | "日本語NETーN4文法" 353 | ], 354 | [ 355 | "たばかり", 356 | "たばかり", 357 | "・〜たばかり", 358 | "", 359 | 0, 360 | [ 361 | { 362 | "type": "structured-content", 363 | "content": [ 364 | "【 【JLPT N4】文法・例文:〜たばかり 】\n\n\n[意味]\n ちょっと前に〜が終わった、〜をした。\n 動作が終わってからの時間が短いことを言いたい時に使う。\n\n[英訳]\n \"have just done\"\n\n[接続]\n V(タ形) + ばかり\n\n[JLPT レベル]\n N4\n\n\n例文\n入社したばかりなのに、毎日とても忙しいです。\nI just joined the company, but I am very busy every day.\n日本に来たばかりなので、まだ日本語は全然わかりません。\nI just came to Japan, so I don't understand Japanese at all yet.\n起きたばかりなので、何も食べたくない。\nI don't want to eat anything because I just woke up.\n転職したばかりなので、まだ仕事の仕方についてわからないことが多い。\nI've just changed jobs, so I still have a lot of questions about how to do my job.\nさっき作ったばかりなので、料理はまだ温かいよ。\nThe food is still warm because I just cooked it a while ago.\n今さっき、食べたばかりなのに、また食べるの。\nI just ate a few minutes ago, and now I'm eating again.\n生まれたばかりの子猫ってかわいいね。\nNewly born kittens are so cute.\nこのパソコン先週買ったばかりなのに、もう壊れたよ。\nI just bought this computer last week, and now it's broken.\n僕は去年、大学院を卒業したばかりです。\nI just graduated from graduate school last year.\n昨日、教えたばかりなのにもう忘れちゃったの?\nI just taught you yesterday, and you've already forgotten?\nパーマをあてたばかりなので、友達に見てもらいたいな。\nI just got a perm, so I want my friends to see it.\nまだ日本に来たばかりなのに、もう国の家族や友達が恋しい。\nI've only just arrived in Japan, but I already miss my family and friends back home.\nA:今日はこの店でご飯食べない?\n B:えー、この前行ったばかりだから違うところにしようよ。\nA: Would you like to have dinner at this restaurant today?\n B: Uhhh, we just went there the other day, so let's go somewhere else.\n\n", 365 | { 366 | "tag": "a", 367 | "href": "https://nihongokyoshi-net.com/2018/04/12/jlptn4-grammar-tabakari/", 368 | "content": "nihongo kyoushi link" 369 | } 370 | ] 371 | } 372 | ], 373 | 0, 374 | "日本語NETーN4文法" 375 | ], 376 | [ 377 | "たらいいですか", 378 | "たらいいですか", 379 | "・〜たらいいですか", 380 | "", 381 | 0, 382 | [ 383 | { 384 | "type": "structured-content", 385 | "content": [ 386 | "【 【JLPT N4】文法・例文:Vたらいいですか 】\n\n\n[意味]\n 相手に指示を求める時に使う表現。\n「Vたらどうですか」と形が似ているので、注意。\n\n[英訳]\n Used when the speaker seeks instructions from listener\n\n[接続]\n 疑問詞 + V(タ)+ らいいですか。\n\n[JLPT レベル]\n N4\n\n\n例文\n・ホテルの予約をキャンセルしたいんですが、どうしたらいいですか。\n・財布を落としてしまったんですが、どうしたらいいですか。\n・駅まで行きたいんですが、どう行ったらいいですか。\n・先生、いつまでにレポートを出したらいいですか。\n・この本はいつまでに返したらいいですか。\n・もうすぐ、彼女の誕生日なんですが、何を買ったらいいと思いますか。\n・東京スカイツリーへ行きたいんですが、どの駅で降りたらいいですか。\n・来年、韓国へ旅行に行こうと思っているんですが、どこへ行ったらいいですか。\n・Amazonで本を注文したいんですが、どうやったらいですか。\nこの文型が使われている教科書みんなの日本語 初級2 第26課 みんなの日本語 初級II 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店\n\n類似文型\n【教案】みんなの日本語初級2:第26課\n", 387 | { 388 | "tag": "a", 389 | "href": "https://nihongokyoshi-net.com/2018/06/26/jlptn4-grammar-taraiidesuka/", 390 | "content": "nihongo kyoushi link" 391 | } 392 | ] 393 | } 394 | ], 395 | 0, 396 | "日本語NETーN4文法" 397 | ], 398 | [ 399 | "たらどうですか", 400 | "たらどうですか", 401 | "・〜たらどうですか", 402 | "", 403 | 0, 404 | [ 405 | { 406 | "type": "structured-content", 407 | "content": [ 408 | "【 【JLPT N4】文法・例文:〜たらどうですか 】\n\n\n[意味]\n 相手にある行動をするように提案する言い方。\n 「たほうがいい」よりも直接的な提案。\n\n[英訳]\n \"Why don't you ~ / how about if you ~\"\n A way of suggesting that the other person do a certain action.\n A more direct suggestion than \"~たほうがいい\"\n\n[接続]\n V(タ形)+ らどうですか。\n\n[JLPT レベル]\n N4\n\n[備考]\n カジュアルな表現は「〜たら?」や「〜たらどう?」が使われる。\n\n\n例文\nA:最近、体の調子がよくないんです。\n B:そうですか。じゃあ、病院で見てもらったらどうですか。\nA: I haven't been feeling well lately.\n B: I see. Then why don't you go to the hospital for a checkup?\nA:将来、システムエンジニアになりたいと思っているんですが。\n B:じゃあ、大学でコンピューターの勉強をしたらどうですか。\nA: I'd like to be a system engineer in the future.\n B: Then why don't you study computer science at the university?\nA:日本人の彼女が欲しいなぁ。\n B:じゃあ、交流イベントに参加してみたら?\nA: I want to have a Japanese girlfriend.\n B: Then why don't you join a social event?\nA:安い服が欲しいんだけど、どこかいい店知らない?\n B:う〜ん、知らないなぁ。鈴木さんに聞いてみたらどう?\nA: I need some cheap clothes, do you know any good stores?\n B: Hmmm, I don't know. Why don't you ask Mr. Suzuki?\nA:宿題もたくさんあるし、バイトもあるし、全然休む時間がないよ。\n B:そんなに大変なら、バイト減らしたら?\nA: I have a lot of homework and a part-time job, so I don't have time to rest at all.\n B: If it's that hard, why don't you cut back on your part-time job?\nA:今、お金が全然なくてさ。ごめん、貸してくれない?\n B:う〜ん、まずは、親に借りたらどう?\nA: I don't have any money at the moment. I'm sorry, can you lend me some?\n B: Hmmm, Why don't you borrow some from your parents first?\nA:今、昼休みだよ。まだ、仕事してるの?ちょっと休んだら?\n B:うん、ありがとう。でも、これ1時までに作らないといけない資料だから。\nA: We are on our lunch break. Are you still working? Why don't you take a break?\n B: Yeah, thanks. But this is a document that needs to be made by one o'clock.\nA:私の家、ゴキブリが多くて困ってるんです。\n B:じゃあ、一度、家の中をチェックしてもらったらどう?\nA: I have a problem with cockroaches in my house.\n B: Well, why don't you have a contractor check your house?\nA:日本の大学で日本語を勉強したいと思っているんです。\n B:じゃあ、先生に相談してみたらどうですか?\nA: I'd like to study Japanese at a Japanese university.\n B: Well, why don't you talk to your teacher about it?\nA:将来は海外で働きたいないんだけど、どうやったら働けるかな?\n B:知らないよー。先生に相談してみたら?\nA: I'd like to work abroad in the future, how can I do that?\n B: I don't know! Why don't you talk to your teacher about it?\n\n", 409 | { 410 | "tag": "a", 411 | "href": "https://nihongokyoshi-net.com/2018/06/24/jlptn4-grammar-taradoodesuka/", 412 | "content": "nihongo kyoushi link" 413 | } 414 | ] 415 | } 416 | ], 417 | 0, 418 | "日本語NETーN4文法" 419 | ], 420 | [ 421 | "続ける", 422 | "つづける", 423 | "・〜続ける", 424 | "v1", 425 | 0, 426 | [ 427 | { 428 | "type": "structured-content", 429 | "content": [ 430 | "【 【JLPT N4】文法・例文:〜つづける 】\n\n\n[意味]\n 動作や習慣の継続を表す。\n\n[英訳]\n \"keep on / continue to do\"\n Indicates the continuation of an action or habit.\n\n[接続]\n V(ます形)ます + つづける\n\n[JLPT レベル]\n N4\n\n\n例文\n・母からもらった万年筆を今も使い続けています。\n・私はこの鞄を10年以上も使い続けています。\n・どんなに大変だったとしても、やり続けることが大切です。\n・努力し続けると、いつかきっと成功するはずです。\n・日本語学校を卒業しても、日本語を勉強し続けるつもりです。\n・私はこの街が大好きですから、結婚してもここに住み続けるつもりです。\n・かなり危ない現場なのに、最後までカメラマンは撮り続けていた\n・スマホの画面を見続けると目によくない。\n・部長は10分前からずっと話し続けています\n・たくさんの参考書を使って勉強するよりも、1つの参考書を何度も繰り返しやり続けるほうが大切です。\n・1時間以上待ち続けているが、まだ飛行機が来ない。\n・年々、若い人材は減り続けています。\n・商品を置かせて欲しいと、色々な店をまわったが、断られ続けた。\n・どんなに辛くても最後まであきらめずに走り続けます。\n\n", 431 | { 432 | "tag": "a", 433 | "href": "https://nihongokyoshi-net.com/2018/07/10/jlptn4-grammar-tsudukeru/", 434 | "content": "nihongo kyoushi link" 435 | } 436 | ] 437 | } 438 | ], 439 | 0, 440 | "日本語NETーN4文法" 441 | ], 442 | [ 443 | "って", 444 | "って", 445 | "・〜って", 446 | "", 447 | 0, 448 | [ 449 | { 450 | "type": "structured-content", 451 | "content": [ 452 | "【 【JLPT N4】文法・例文:〜って 】\n\n\n[意味]\n 人や物の名前をいう時に使う表現。\n 話し言葉。「〜っていう」とも言える。\n書き言葉は「〜という」。\n\n[英訳]\n named / called\n\n[接続]\n N + って\n\n[JLPT レベル]\n N4\n\n\n例文\nリュウさん、さっき田中さんって人が探してたよ。\nMr. Ryu, a man named Mr. Tanaka was looking for you earlier.\nこれはたこ焼きっていう食べ物だよ。\nThis food is called takoyaki.\n夏目漱石って人が書いた本を読んだんけど、とても難しくてわからなかった。\nI read a book written by a man named Soseki Natsume, but it was very difficult to understand.\nマルイっていうデパートに行ったことある?\nHave you ever been to a department store called Marui?\nみんなの日本語っていう教科書が一番有名だよね。\nThe most famous textbook is Minna no Nihongo, isn’t it?\nナルトっていう漫画が面白いらしいよ。\nI heard that a manga called Naruto is very interesting.\nanelloっていう鞄が最近、人気があるらしいね。\nI heard that a bag called anello is very popular these days.\nこれはじゃんけんっていうゲームだよ。\nThis is a game called janken(rock, paper, scissors).\n\n", 453 | { 454 | "tag": "a", 455 | "href": "https://nihongokyoshi-net.com/2018/07/12/jlptn4-grammar-tte/", 456 | "content": "nihongo kyoushi link" 457 | } 458 | ] 459 | } 460 | ], 461 | 0, 462 | "日本語NETーN4文法" 463 | ], 464 | [ 465 | "て", 466 | "て", 467 | "・〜て(理由・原因)", 468 | "", 469 | 0, 470 | [ 471 | { 472 | "type": "structured-content", 473 | "content": [ 474 | "【 【JLPT N4】文法・例文:〜て(理由・原因) 】\n\n\n[意味]\n 理由や原因を表す。\n\n[英訳]\n because\n\n[接続]\n V(て形)\n イAくて\n ナAで\n Nで (Nは地震や台風、火事などのよくない単語が来る)\n\n[JLPT レベル]\n N4\n\n[備考]\n 後ろには感情を表す言葉が来ることが多い。\n 後ろに意志を表す動詞は来ない。\n\n\n例文\n1. 動詞文遅れて、ごめん。\nSorry for the delay.\nJLPTに合格できて、本当に嬉しいです。\nI'm really happy to have passed the JLPT.\n今朝のニュースを見て、びっくりしました。\nI was surprised to see the news this morning.\n長い間、家族に会えなくて、寂しいです。\nI'm sad that I haven't seen my family in a long time.\n財布を失くして、困りました。\nI lost my wallet and was in trouble.\n\n", 475 | { 476 | "tag": "a", 477 | "href": "https://nihongokyoshi-net.com/2019/08/22/jlptn4-grammar-de/", 478 | "content": "nihongo kyoushi link" 479 | } 480 | ] 481 | } 482 | ], 483 | 0, 484 | "日本語NETーN4文法" 485 | ], 486 | [ 487 | "てある", 488 | "てある", 489 | "・〜てある", 490 | "v5", 491 | 0, 492 | [ 493 | { 494 | "type": "structured-content", 495 | "content": [ 496 | "【 【JLPT N4】文法・例文:〜てある 】\n\n\n[意味]\n 誰かが何か目的があってその行為を行い、その行為の結果が残っていることを表す文型。\n\n[英訳]\n somebody has done something intentionally and that state continues.\n\n[接続]\n V(て形) + ある\n\n[JLPT レベル]\n N4\n\n[備考]\n 動詞は他動詞が来る。\n\n\n例文\n・壁にポスターが貼ってあります。\n・テーブルにお皿が並べてあります。\n・もう宿題はしてあります。\n・お風呂はもう沸かしてあります。\n・あ、机の上にケーキが置いてある。\n・もうホテルの予約はしてありますか?\n・昼ごはんは用意してあるから、電子レンジでチンして食べてね。\n・ん?机の上に何かメモが置いてあるなあ。\n・この問題の答えは120ページに書いてありますよ。\nA:そろそろ帰りましょうか?\n B:お会計は?\n A:もう払ってありますから、大丈夫です。\nこの文型が登場する教科書みんなの日本語2 第30課 みんなの日本語 初級II 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店げんき2 第21課 GENKI: An Integrated Course in Elementary Japanese II [Third Edition] 初級日本語げんき[第3版] IIJapan Times Amazon 楽天市場 Yahooショッピングまるごと 日本のことばと文化 初級2 A2 りかい 第14課 Marugoto: Japanese language and culture Elementary2 A2 Coursebook for communicative language competences \"Rikai\" / まるごと 日本のことばと文化 初級2 A2 りかい(JF Standard coursebook / JF日本語教育スタンダード準拠コースブック) Amazon 楽天市場 Yahooショッピング\n", 497 | { 498 | "tag": "a", 499 | "href": "https://nihongokyoshi-net.com/2020/01/02/jlptn4-grammar-tearu/", 500 | "content": "nihongo kyoushi link" 501 | } 502 | ] 503 | } 504 | ], 505 | 0, 506 | "日本語NETーN4文法" 507 | ], 508 | [ 509 | "ていく", 510 | "ていく", 511 | "・〜ていく", 512 | "v5", 513 | 0, 514 | [ 515 | { 516 | "type": "structured-content", 517 | "content": [ 518 | "【 【JLPT N4】文法・例文:〜ていく 】\n\n\n[意味]\n ① 今を基準とした、今後の推移や変化を表す。\n ② Vの方向が話し手から離れていくことを表す。\n[英訳]① Used to show, based on the present situation, how things will change in the future.\n ② Used to indicate that the direction of V is away from the speaker.\n[接続]\n V(て形) + いく\n[JLPT レベル]\n N4\n", 519 | { 520 | "tag": "a", 521 | "href": "https://nihongokyoshi-net.com/2020/01/06/jlptn4-grammar-teiku/", 522 | "content": "nihongo kyoushi link" 523 | } 524 | ] 525 | } 526 | ], 527 | 0, 528 | "日本語NETーN4文法" 529 | ], 530 | [ 531 | "ておく", 532 | "ておく", 533 | "・〜ておく", 534 | "v5", 535 | 0, 536 | [ 537 | { 538 | "type": "structured-content", 539 | "content": [ 540 | "【 【JLPT N4】文法・例文:〜ておく 】\n\n\n[意味]\n ① 何かの目的のために、前もって~する(準備)。\n ② 何もしないで、そのままの状態を維持する(放置・現状維持)。\n\n[英訳]\n ① do something in advance\n ② leave something undone\n\n[接続]\n V(て形) + おく\n\n[JLPT レベル]\n N4\n\n[備考]\n 動詞は意志動詞のみ使える\n\n\n例文\n1. 準備・来月、北海道に行くから、ホテルを予約しておきます。\n・来週、パーティーに行くから、髪を切っておきます。\n・後で友達が家に来るから、掃除しておきます。\n・もうすぐJLPTがあるから、習った文法を復習しておきます。\n・雨が降るかもしれないから、傘を持って行っておきます。\n・あとで彼とデートするから、歯を磨いておきます。\n・来週、友達の誕生日パーティーがあるから、プレゼントを買っておきます。\n・明後日、友達の結婚式があるから、スーツを買っておきます。\n・もうすぐ台風が来るかもしれないから、食べ物を用意しておきます。\n・来週、中間試験があるから、単語を復習しておきます。\n・明日、新しい課を勉強するから予習しておきます。\n・明日、プレゼンテーションがあるので、資料をコピーしておきます。\n・もうすぐ映画が始まるので、トイレに行っておきます。\n・夜中に頂上に向けて出発しますので、たくさん休んでおいてください。\n2. 放置・現状維持・先生、ホワイトボードは消さずにそのままにしておいてください。あとで、私が消しますから。\n・プロジェクターは次の会議でも使いますから、そのままにしておいてください。\n・今晩、友達と焼肉食べ放題に行くので、あまり食べないでおこう。\n・エアコンはつけたままにしておいてください。\nA:トム、まだ寝ているね。\n B:アルバイトや勉強で疲れているんでしょう。起こさないでおきましょう。\n\n", 541 | { 542 | "tag": "a", 543 | "href": "https://nihongokyoshi-net.com/2018/09/19/jlptn4-grammar-teoku/", 544 | "content": "nihongo kyoushi link" 545 | } 546 | ] 547 | } 548 | ], 549 | 0, 550 | "日本語NETーN4文法" 551 | ], 552 | [ 553 | "ていただけませんか", 554 | "ていただけませんか", 555 | "・〜ていただけませんか", 556 | "", 557 | 0, 558 | [ 559 | { 560 | "type": "structured-content", 561 | "content": [ 562 | "【 【JLPT N4】文法・例文:〜ていただけませんか 】\n\n\n[意味]\n 丁寧にお願いする表現\n\n[英訳]\n \"please do something for me.\"\n Used to when you request someone to do something in a polite way.\n\n[接続]\n V(て形) + いただけませんか\n\n[JLPT レベル]\n N4\n\n[備考]\n カジュアルな言い方は「〜てくれない?」\n\n\n例文\n銀行へ行きたいんですが、道を教えていただけませんか。\nI want to go to the bank, could you tell me the way?\nこの漢字の読み方を教えていただけませんか。\nCould you please tell me how to read this kanji?\nすみませんが、お金を貸していただけませんか。\nI'm sorry, but could you lend me some money?\n明日は8時に起こしていただけませんか。\nCould you wake me up at 8:00 tomorrow?\n先生、すみませんが、この単語の意味を教えていただけませんか。\nExcuse me, teacher, could you tell me the meaning of this word?\nすみません。写真を撮っていただけませんか。\nExcuse me, could you take a picture of me?\nシャワーが壊れているようなので、部屋を変えていただけませんか。\nThe shower seems to be broken, could you please change my room?\n消しゴムを忘れたので、貸していただけませんか。\nI forgot my eraser, can I please borrow it?\n先生、推薦状を書いていただけませんか。\nTeacher, could you please write a letter of recommendation for me?\nすぐに戻ってくるので、少しの間、荷物を置かせていただけませんか。\nI'll be back soon, may I please leave my belongings for a while?\nすみませんが、もう一度説明していただけませんか。\nI'm sorry, but could you please explain again?\n\n", 563 | { 564 | "tag": "a", 565 | "href": "https://nihongokyoshi-net.com/2020/01/02/jlptn4-grammar-teitadakemasenka/", 566 | "content": "nihongo kyoushi link" 567 | } 568 | ] 569 | } 570 | ], 571 | 0, 572 | "日本語NETーN4文法" 573 | ], 574 | [ 575 | "てくる", 576 | "てくる", 577 | "・〜てくる(行って戻る)", 578 | "vk", 579 | 0, 580 | [ 581 | { 582 | "type": "structured-content", 583 | "content": [ 584 | "【 【JLPT N4】文法・例文:〜てくる(行って戻る) 】\n\n\n[意味]\n 一時的に用事で他の場所へ移動し、用事を済ませ戻って来ることを表す。\n\n[英訳]\n To leave somewhere for temporary time for trivial purpose.\n\n[接続]\n Vて + くる\n\n[JLPT レベル]\n N4\n\n\n例文\n・牛乳が無いですね。ちょっと、コンビニまで買いに行ってきます。\n・ちょっとトイレに行ってきます。\n・あら、スプーンが無いですね。ちょっと取ってきます。\n・ちょっとお腹が空いたので、マクドナルドでポテトを買ってきます。\n・あれ、パクさんがまだですね。ちょっと呼んできます。\n・先生を呼びに行ってきます。\n・あれ、トムさんはまだ来ていませんね。ちょっと探してきます。\n・ちょっと自動販売機でジュースを買ってきます。\n・ゴミがたまったので、捨ててきますね。\nこの文型が登場する教科書みんなの日本語2 初級 第43課  みんなの日本語 初級II 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店 【教案】みんなの日本語初級2:第43課2018.1.22みんなの日本語 第43課の教案です。この課では「〜そうです」と「〜て 来ます」の文型を学習します。...できる日本語 初級 第10課 バスツアー できる日本語 初級 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店 \n\n類似文型\n【教案】みんなの日本語初級2:第43課\n", 585 | { 586 | "tag": "a", 587 | "href": "https://nihongokyoshi-net.com/2018/09/18/jlptn4-grammar-tekuru/", 588 | "content": "nihongo kyoushi link" 589 | } 590 | ] 591 | } 592 | ], 593 | 0, 594 | "日本語NETーN4文法" 595 | ], 596 | [ 597 | "でしょう", 598 | "でしょう", 599 | "・〜でしょう(確認・同意)", 600 | "", 601 | 0, 602 | [ 603 | { 604 | "type": "structured-content", 605 | "content": [ 606 | "【 【JLPT N5】文法・例文:〜でしょう(確認・同意) 】\n\n\n[意味] 相手に確認したり、同意を求める表現\n\n[英訳]\n \"right\"\n “でしょう?” is used to seek the listener’s confirmation or agreement.\n \n\n[接続]\n V(普通形)+ でしょう\n イA(普通形)+でしょう\n ナA(普通形)\b+ でしょう  ※ナAな + でしょう\n N(普通形) + でしょう ※Nだ + でしょう\n\n[JLPT レベル]\n N5\n\n\n例文\nA:ねぇ、冷蔵庫にあった私のケーキ食べたでしょう? B:知らないよ。\nA:今、私の話してたでしょう?何話してたの? B:何も話てないよ。 A:嘘だー。絶対話してたよ。\nA:トムさんは今夜の飲み会に来るでしょう? B:うん、行くよ。\nA:あれー、私のスマホどこ? B:机の上にあるでしょう?\nA:今、私のこと見てたでしょう? B:み、見てないよ!\n\n", 607 | { 608 | "tag": "a", 609 | "href": "https://nihongokyoshi-net.com/2020/01/29/jlptn5-grammar-deshou/", 610 | "content": "nihongo kyoushi link" 611 | } 612 | ] 613 | } 614 | ], 615 | 0, 616 | "日本語NETーN5文法" 617 | ], 618 | [ 619 | "てみる", 620 | "てみる", 621 | "・〜てみる", 622 | "v1", 623 | 0, 624 | [ 625 | { 626 | "type": "structured-content", 627 | "content": [ 628 | "【 【JLPT N4】文法・例文:〜てみる 】\n\n\n[意味]\n \n いいかどうかわからないので実際に行動して確かめる\n \n\n[英訳]\n try doing something\n\n[接続]\n V(て形)+ みる\n 意志動詞と接続する。\n\n[JLPT レベル]\n N4\n\n\n例文\n似合うかどうかわからないので、履いてみます。\nI don't know if it suits me, so I'll try it on.\nサイズが合うかどうかわからないので、着てみます。\nI don't know if it fits, so I'll try it on.\n美味しいかどうかわからないので、試しに食べてみます。\nI don't know if it tastes good, so I'll try it.\nもしお金がたくさんあったら、何をしてみたいですか。\nIf you had a lot of money, what would you like to do?\n日本に行ったら、相撲を見てみたいです。\nIf I went to Japan, I would like to try watching sumo wrestling.\n一度でいいから海が綺麗な南の島でのんびり過ごしてみたいなぁ。\nI would like to spend a relaxing time on a southern island with a beautiful sea just once.\n京都に行ったら、着物を着てみたいです。\nWhen I go to Kyoto, I want to try on a kimono.\n大人になったら、世界一周旅行をしてみたいです。\nWhen I grow up, I want to try traveling around the world.\n\n", 629 | { 630 | "tag": "a", 631 | "href": "https://nihongokyoshi-net.com/2019/03/22/jlptn4-grammar-temiru/", 632 | "content": "nihongo kyoushi link" 633 | } 634 | ] 635 | } 636 | ], 637 | 0, 638 | "日本語NETーN4文法" 639 | ], 640 | [ 641 | "と", 642 | "と", 643 | "・〜と", 644 | "", 645 | 0, 646 | [ 647 | { 648 | "type": "structured-content", 649 | "content": [ 650 | "【 【JLPT N4】文法・例文:〜と 】\n\n\n[意味]\n ある動作を行うと、必ず、別のことがらや作用が続いて起こることを表す。\n 機械の使い方や道順の説明によく使われる。\n\n[英訳]\n whenever A happens, B also happens.\n\n[接続]\n V(辞書形 / ナイ形)+ と\n イAい + と\n ナAだ + と\n Nだ + と\n\n[JLPT レベル]\n N4\n\n[備考]\n ・後件に意志を表す文や依頼表現などは使えない。\n ・仮定条件には使うことができない。\n 例:もし100万円あると、何がしたいですか?\n\n\n例文\n・この道をまっすぐ行くと、病院があります。\n・このまままっすぐ行って、2つ目の角を左に曲がると、交番があります。\n・お金を入れて、食べたい料理のボタンを押すと、食券が出ます。\n・春になると桜が咲きます。\n・冬になると、暗くなるのが早くなります。\n・一日中パソコンを使うと、目が痛くなります。\n・私は彼の顔を見ると、いつも元気になります。\n・私は電気を消さないと、寝られません。\n・このダイアルを回すと、音が大きくなります。\n・このボタンを押すと、ドアが開きます。\n・JLPT N2に受からないと、就職は難しいですね。\n・アレルギーがあるので、猫に触ると体がかゆくなります。\n・成績が悪いと、学校を卒業できませんよ。\n\n", 651 | { 652 | "tag": "a", 653 | "href": "https://nihongokyoshi-net.com/2019/09/03/jlptn4-grammar-to/", 654 | "content": "nihongo kyoushi link" 655 | } 656 | ] 657 | } 658 | ], 659 | 0, 660 | "日本語NETーN4文法" 661 | ], 662 | [ 663 | "ところだ", 664 | "ところだ", 665 | "・〜ところだ", 666 | "", 667 | 0, 668 | [ 669 | { 670 | "type": "structured-content", 671 | "content": [ 672 | "【 【JLPT N4】文法・例文:〜ところだ 】\n\n\n[意味]\n ① ある動作が始まる直前を表す。これから〜する。\n ② ある動作が今、まさに行われている最中であることを表す。\n ③ ある動作が終わった直後を表す。たった今〜した。\n\n[接続]\n ① V(辞書形)+ところだ。\n ② V(て形)いる + ところだ。\n ③ V(た形)+ ところだ。\n\n[JLPT レベル]\n N4\n\n\n例文\n1. 直前・今から、電車に乗るところです。\n・これから飛行機に乗るところなので、着いたら連絡します。\n・今から、ご飯を食べるところです。\n・今から、会社を出るところだよ。\nA:もう映画始まった?\n B:ううん、今から始まるところだよ。\n2. 最中・今、電車に乗っているところだから、後で電話するね。\n・今、宿題をしているところだから、後で遊ぼう。\n・今、エラーの原因を調べているところなので、もう少し待ってください。\n・今、晩ご飯の準備をしているところだから、もう少し待ってね。\nA:今から遊びに行ってもいい?\n B:ごめん、今部屋を掃除しているところだから、終わってからでいい?_\n3. 直後・今、電車を降りたところなので、あと10分ぐらいで着きます。\n・ちょうど今、宿題が終わったところなので、一緒に遊べますよ。\n・ちょうど今、ご飯を食べ終わったところで、お腹いっぱいなので動けません。\n・あ、もしもし、ちょうど今、カフェに着いたところだよ。\nA:ごめん、待った?\n B:ううん。私も今着いたところだよ。\n\n", 673 | { 674 | "tag": "a", 675 | "href": "https://nihongokyoshi-net.com/2020/01/03/jlptn4-grammar-tokoroda/", 676 | "content": "nihongo kyoushi link" 677 | } 678 | ] 679 | } 680 | ], 681 | 0, 682 | "日本語NETーN4文法" 683 | ], 684 | [ 685 | "という", 686 | "という", 687 | "・〜という", 688 | "v5", 689 | 0, 690 | [ 691 | { 692 | "type": "structured-content", 693 | "content": [ 694 | "【 【JLPT N4】文法・例文:〜という 】\n\n\n[意味]\n 聞き手が知らないであろう物・人・場所などの名前を言う時に使う。\n\n[英訳]\n …called / …named\n\n[接続]\n N1 + という + N2\n\n[JLPT レベル]\n N4\n\n[備考]\n ・カジュアルな言い方は「〜っていう」\n\n\n例文\n私はタマという猫を飼っています。\nI have a cat named Tama.\n村上春樹という小説家を知っていますか?\nDo you know a novelist named Haruki Murakami?\n私はインドネシアのバンドンという町から来ました。\nI'm from a town called Bandung in Indonesia.\nママルースというイタリアンレストランが美味しいらしいです。\nI heard that the food in the Italian restaurant called Mama Lou’s is delicious.\n「鬼滅の刃」という漫画が、世界中で人気があるそうです。\nI heard that the manga called “Kimetsu no yaiba” is popular all over the world.\n先ほど、木村さんという方からお電話がありましたよ。\nI just received a phone call from a person named Mr. Kimura.\nまっすぐ行くと、「来来亭」というラーメン屋がありますから、そこを右に曲がると病院があります。\nIf you go straight, you will see a ramen shop called \"Rairaitei\", then turn right and you will find the hospital.\n「十人十色」という言葉を知っていますか。\nHave you ever heard of the phrase “juunin toiro?\n私は日本語を勉強する時、「日本語NET」というサイトを使っています。\nWhen I study Japanese, I use a website called “日本語NET\".\nフィリピンはシニガンという料理が有名らしい。\nI heard that the Philippines is famous for a dish called sinigang.\n\n", 695 | { 696 | "tag": "a", 697 | "href": "https://nihongokyoshi-net.com/2020/01/02/jlptn4-grammar-toiu/", 698 | "content": "nihongo kyoushi link" 699 | } 700 | ] 701 | } 702 | ], 703 | 0, 704 | "日本語NETーN4文法" 705 | ], 706 | [ 707 | "なかなか", 708 | "なかなか", 709 | "・なかなか〜ない", 710 | "", 711 | 0, 712 | [ 713 | { 714 | "type": "structured-content", 715 | "content": [ 716 | "【 【JLPT N4】文法・例文:なかなか〜ない 】\n\n\n[意味]\n ① 簡単には〜できない\n ② 〜するには時間がかかる\n\n[英訳]\n not easily\n\n[接続]\n なかなか + V(否定形)\n\n[JLPT レベル]\n N4\n\n\n例文\n・もう来るはずなんですが、なかなかバスが来ませんね。\n・さっきコーヒーを飲んだせいで、なかなか寝られません。\n・タバコをやめたいと思っているんですが、なかなかやめることができません。\n・もう日本に来て1年以上経つのですが、日本語がなかなか上手になりません。\n・毎日ジョンギングをし、食べる量も減らしたのですが、なかなか痩せません。\n・先日潰したニキビの跡がなかなか消えません。\n・一度ポテチを食べ始めると、なかなかやめることができません。\n・薬を飲んで、たくさん寝ているんですが、なかなか熱が下がりません。\n・何度も書いて練習しているんですが、なかなか覚えられません。\n・飲み会の店を探しているんですが、どこも満席でなかなか見つけられません。\n\n", 717 | { 718 | "tag": "a", 719 | "href": "https://nihongokyoshi-net.com/2019/07/28/jlptn4-grammar-nakanaka-nai/", 720 | "content": "nihongo kyoushi link" 721 | } 722 | ] 723 | } 724 | ], 725 | 0, 726 | "日本語NETーN4文法" 727 | ], 728 | [ 729 | "なさい", 730 | "なさい", 731 | "・〜なさい", 732 | "", 733 | 0, 734 | [ 735 | { 736 | "type": "structured-content", 737 | "content": [ 738 | "【 【JLPT N4】文法・例文:〜なさい 】\n\n\n[意味]\n 命令・指示を表す。\n\n[英訳]\n do it\n\n[接続]\n V(ます形)ます + なさい\n ex. たべる → たべ(ます) + なさい = たべなさい\n\n[JLPT レベル]\n N4\n\n\n例文\nジェームス、早く起きなさい。\nJames, wake up.\n今何時だと思ってるの!早く寝なさい。\nDo you know what time it is? Go to bed.\n次の質問に答えなさい。\nAnswer the following questions.\nご飯の前に、ちゃんと手を洗いなさい。\nWash your hands before you eat.\nもっと、野菜も食べなさい。\nEat more vegetables.\nよく噛んで食べなさい。\nChew your food well.\nジェームさん、廊下で立っていなさい。\nStand outside in the hallway, James.\nちょっと、どこ行くの。待ちなさい!\nWhere are you going? Wait!\nゲームばかりはダメよ!ちゃんと、勉強もしなさい。\nDon't play video games all the time! Study too.\n部屋が汚すぎよ!掃除しなさい。\nYour room is so dirty! Clean it up.\nしっかり考えてから、言いなさい。\nThink thoroughly before you speak.\nそこ、うるさいよ!静かにしなさい。\nIt's too noisy in there! Be quiet.\n二人とも、喧嘩はやめなさい。\nBoth of you, stop fighting.\n\n", 739 | { 740 | "tag": "a", 741 | "href": "https://nihongokyoshi-net.com/2020/01/02/jlptn4-grammar-nasai/", 742 | "content": "nihongo kyoushi link" 743 | } 744 | ] 745 | } 746 | ], 747 | 0, 748 | "日本語NETーN4文法" 749 | ], 750 | [ 751 | "なら", 752 | "なら", 753 | "・〜なら", 754 | "", 755 | 0, 756 | [ 757 | { 758 | "type": "structured-content", 759 | "content": [ 760 | "【 【JLPT N4】文法・例文:〜なら 】\n\n\n[意味]\n ① 相手が話題にしたことを取り上げて、それに関してアドバイスしたり、リクエストしたりする時に使われる表現\n ② 相手の言ったことを話題に取り上げて述べる表現\n ③ 限定や対照を表す。「他は〜ではないが、ある1つのものや事柄に関して言うと〜だ」という意味。\n\n[接続]\n ① 普通形 + なら\n ② N + なら\n ③ N + なら\n[JL. PT レベル]\n N4\n\n\n例文\n1. アドバイス・リクエストA:今度、韓国へ旅行に行くんですが、お土産に何を買えばいいですか。\n B:韓国ならやっぱり海苔かな。\nA:来週、シンガポールに行くんですが、何を食べればいいですか?\n B:シンガポールなら「チリクラブ」がオススメですよ。\nA:今度、大阪に旅行に行くんだけど、何かオススメある?\n B:初めての大阪なら、大阪城とか、通天閣とかかなあ。それと、大阪のたこ焼きは絶対に食べたほうがいいよ。\nA:将来、日本で働きたいと思っています。\n B:日本で働きたいなら、基本的な日本語はもちろん、きちんと敬語を勉強しておいたほうがいいよ。\nA:ちょっとコンビニへ行ってくる。\n B:コンビニへ行くなら、ついでに牛乳買ってきて。\nA:先輩、リスニングの試験でいい点が取れないんです。\n B:リスニングが苦手なら、シャドーイングの練習をしてみたらどうかな。\n2. 話題に取り上げるA:トムさんはどこ?\n B:トムさんなら、さっきトイレに行ったよ。\nA:すみません。浅草寺はどこですか。\n B:浅草寺なら、この道をまっすぐいったところにありますよ。\nA:何か楽器ができますか。 B:ギターならできますよ。\nA:日本語が話せますか。 B:少しなら話せます。\nA:Bさんはサッカーをしますか。 B:しないですね。でも、野球ならしますよ。\nA:料理ができますか。 B:いいえ、できません。でも、味噌汁ぐらいなら作れますよ。\nA:アルバイトをしたことがありますか。 B:いいえ、ありません。でも、ボランティアならしたことがあります。\nA:ペットを飼ったことがありますか。 B:猫なら飼ったことがありますよ。\nA:海外に行ったことがありますか。 B:中国なら行ったことがありますよ。\nA:Bさんは本を読みますか? B:漫画なら読みますよ。\nA:明日は時間がありますか。 B:午後から忙しいので、午前なら大丈夫です。\n (adsbygoogle = window.adsbygoogle || []).push({});\n\n", 761 | { 762 | "tag": "a", 763 | "href": "https://nihongokyoshi-net.com/2020/01/04/jlptn4-grammar-nara/", 764 | "content": "nihongo kyoushi link" 765 | } 766 | ] 767 | } 768 | ], 769 | 0, 770 | "日本語NETーN4文法" 771 | ], 772 | [ 773 | "にくい", 774 | "にくい", 775 | "・〜にくい", 776 | "adj-i", 777 | 0, 778 | [ 779 | { 780 | "type": "structured-content", 781 | "content": [ 782 | "【 【JLPT N4】文法・例文:〜にくい 】\n\n\n[意味]\n ①〜するのが難しい\n ②なかなか〜しない(性質)\n\n[英訳]\n difficult to do\n\n[接続]\n V(ます形)ます + にくい\n\n[JLPT レベル]\n N4\n\n\n例文\nこの漢字は覚えにくいです。\nIt's hard to memorize this kanji.\n焼き魚は骨が多くて食べにくいです。\nIt is difficult to eat grilled fish because it has many bones.\n上司は無口で、顔が怖いので話しかけにくいです。\nMy boss doesn't talk much and has a scary face, so it's hard for me to talk to him.\nこの靴はデザインはかっこいいんですが、歩きにくいです。\nThese shoes have a cool design, but they are hard to walk in.\nこんなところでハイヒールは歩きにくいですよ。\nIt's hard to walk in high heels in a place like this.\n今日は曇りなので、洗濯物が乾きにくいです。\nIt's cloudy today, so it's hard to dry the laundry.\nこの本は字が小さくて読みにくいです。\nIt's hard to read this book because the characters are too small.\n田中先生の授業は説明が難しくて、わかりにくいです。\nTeacher Tanaka's lessons are difficult to understand because of his difficult explanations.\nトムさんの話はいつも長くてわかりにくい。\nMr. Tom's talks are always long and difficult to understand.\nこのあたりは、高いビルが多いし、賑やかだし、住みにくそうです。\nThere are a lot of tall buildings in this area, and it is crowded, so it seems difficult to live here.\nこの道は狭くて、車も多いので、運転しにくいです。\nThis road is narrow and there are many cars, so it is difficult to drive.\nこのカバンは安いですが、丈夫で壊れにくいです。\nThis bag is cheap, but it is durable and hard to break.\nこのコップはプラスチック製なので割れにくいです。\nThis cup is made of plastic, so it's hard to break.\nちょっとここでは話しにくいので、場所を変えませんか。\nIt's a little difficult to talk here, so let's transfer to another place.\nちょっと先生には相談しにくいので、トムさん、私の悩みを聞いてくれない?\nIt's a little difficult to talk to the teacher, so can you listen to my problems, Mr. Tom?\n\n", 783 | { 784 | "tag": "a", 785 | "href": "https://nihongokyoshi-net.com/2019/05/01/jlptn4-grammar-nikui/", 786 | "content": "nihongo kyoushi link" 787 | } 788 | ] 789 | } 790 | ], 791 | 0, 792 | "日本語NETーN4文法" 793 | ], 794 | [ 795 | "にする", 796 | "にする", 797 | "・〜にする", 798 | "vs", 799 | 0, 800 | [ 801 | { 802 | "type": "structured-content", 803 | "content": [ 804 | "【 【JLPT N4】文法・例文:〜にする 】\n\n\n[意味]\n 色々ある選択肢の中から、1つを選んで決めるときに使う。\n\n[英訳]\n \"decide on\"\n Used to decide on one out of the various options.\n\n[接続]\n N + にする\n\n[JLPT レベル]\n N4\n\n\n例文\n【レストランで】\n A:う〜ん、私はステーキにします。Bさんは?\n B:私はスパゲティにします。\n【In a restaurant】\n A: Hmm, I'll have the steak. How about Mr. B?\n B: I'll have spaghetti. \n【ホテルの受付で】\n A:お部屋はツインベットとダブルベット、どちらになさいますか。\n B:ダブルベッドにします。\n【At the reception desk of the hotel】\n A: Would you like a twin bed or a double bed in your room?\n B: I'll have a double bed.\n【服屋で】\n A:どっちにしようかなあ。こっちはデザインがいいし。でも、こっちはセールで値段が安いし。\n B:欲しいのにしたら?\n A:うん、じゃあデザインがかっこいいのにする。\n【At a clothing store】\n A: I wonder which one I should choose. This one has a better design, but this one is on sale and has a lower price.\n B: Why don't you get the one you want?\n A: Yeah, I'll go with the one with the cool design.\n【授業中止の案内】\n 大型の台風が近づいてきているので、今日は休みにします。\n【Class Cancellation Notice】\n A big typhoon is approaching, so we're going to cancel today.\n【予定を決める】\n A:来週の土曜日、USJに行かない?\n B:いいね、行こう!\n A:やったー。じゃあ、待ち合わせ場所はどこにする?\n B:10時に大阪駅はどう?\n A:オッケー。\n【Decide on the schedule】\n A: Next Saturday, why don't we go to USJ?\n B: Sounds good, let's go!\n A: Yay! Then, where do you want to meet?\n B: How about Osaka Station at 10:00?\n A: Ok.\n\n", 805 | { 806 | "tag": "a", 807 | "href": "https://nihongokyoshi-net.com/2019/05/29/jlptn4-grammar-nisuru/", 808 | "content": "nihongo kyoushi link" 809 | } 810 | ] 811 | } 812 | ], 813 | 0, 814 | "日本語NETーN4文法" 815 | ], 816 | [ 817 | "ので", 818 | "ので", 819 | "・〜ので", 820 | "", 821 | 0, 822 | [ 823 | { 824 | "type": "structured-content", 825 | "content": [ 826 | "【 【JLPT N4】文法・例文:〜ので 】\n\n\n[意味]\n 理由・原因を言う時に使う。\n\n[英訳]\n because\n Used to say the reason or cause.\n \"ので\" sounds more formal than \"から\"\n \n\n[接続]\n 普通形 + ので\n\n[JLPT レベル]\n N4\n\n[備考]\n 「から」よりも少しフォーマルな文型。\n 命令文や禁止文などでは「ので」よりも「から」を使うことが多い。\n\n\n例文\n暑いので、エアコンをつけてもいいですか。\nIt's hot, so can I turn on the air conditioner?\n電車が遅れたので、少し遅刻しそうです。\nThe train is late, so I'm going to be a little late.\n頭が痛いので、帰ってもいいですか。\nI have a headache, can I go home?\n熱があるので、今日は学校を休みます。\nI have a fever, so I'm going to miss school today.\nお腹が痛いので、トイレに行ってもいいですか。\nI have a stomachache, can I go to the restroom?\n仕事が終わったので、そろそろ家に帰ります。\nI've finished my work, so I will go home soon.\n私はベジタリアンなので、肉は食べません。\nI'm a vegetarian, so I don't eat meat.\n来週、国から家族が来るので、アルバイトを休ませていただけませんか。\nMy family will come from overseas next week, so can I take a break from my part-time job?\n床が滑りやすくなっているので、気をつけてください。\nThe floor is slippery, so please be careful.\nこの本、面白いので、ぜひ読んでみてください。\nThis book is very interesting, so please read it.\n来月、友達の結婚式があるので、国へ帰ります。\nI'm going back to my country next month because it’s my  friend's wedding.\n人がいっぱいなので、別のお店へ行きましょう。\nThere are too many people, so let's go to another store.\n疲れたので、ちょっと休ませてください。\nI'm tired, please let me rest.\n本を読んでいるので、静かにしてください。\nI'm reading a book, so please be quiet.\n\n", 827 | { 828 | "tag": "a", 829 | "href": "https://nihongokyoshi-net.com/2020/01/01/jlptn4-grammar-node/", 830 | "content": "nihongo kyoushi link" 831 | } 832 | ] 833 | } 834 | ], 835 | 0, 836 | "日本語NETーN4文法" 837 | ], 838 | [ 839 | "のは", 840 | "のは", 841 | "〜のは〜だ", 842 | "", 843 | 0, 844 | [ 845 | { 846 | "type": "structured-content", 847 | "content": [ 848 | "【 【JLPT N4】文法・例文:〜のは〜だ 】\n\n\n[意味]\n 強調構文。\n 後件の内容を強く言いたい時に使う表現。この文型を使うことで、文全体の主張が強まる\n\n[英訳]\n It is 〜 that 〜. / The reason 〜 is because 〜\n (Used to focus on the latter part of the sentence.)\n\n[接続]\n V(普通形) + のは\n N + なのは\n イA + のは\n ナAな + のは\n(事実) +のは + (説明、理由、強調したいこと) です。\n\n[JLPT レベル]\n N4\n\n\n例文\n・地震が起きた時、一番大切なのは慌てないことだ。\n・日本語を勉強するとき、一番難しいのは漢字だ。\n・問題なのは物価が高いことだ。\n・山田さんが家へ来たのは、先週の火曜日です。\n・私が住んでいるのは、大阪です。京都じゃありません。\n・働いているのは、お金のためはなく、自分のスキルアップのためだ。\n・アルバイトをしているのは、旅行をするためです。\n・試合に負けたのは、練習が足りなかったからです。\n・この店で一番人気があるのは、ハンバーグだ。\nこの文型が登場する教科書みんなの日本語2 第38課 みんなの日本語 初級II 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店まるごと 日本のことばと文化 初級2 A2 りかい 第3課 Marugoto: Japanese language and culture Elementary2 A2 Coursebook for communicative language competences \"Rikai\" / まるごと 日本のことばと文化 初級2 A2 りかい(JF Standard coursebook / JF日本語教育スタンダード準拠コースブック) Amazon 楽天市場 Yahooショッピング\n", 849 | { 850 | "tag": "a", 851 | "href": "https://nihongokyoshi-net.com/2018/04/10/jlptn4-grammar-nowa-desu/", 852 | "content": "nihongo kyoushi link" 853 | } 854 | ] 855 | } 856 | ], 857 | 0, 858 | "日本語NETーN4文法" 859 | ], 860 | [ 861 | "が", 862 | "が", 863 | "・〜は〜が、〜は(対比)", 864 | "", 865 | 0, 866 | [ 867 | { 868 | "type": "structured-content", 869 | "content": [ 870 | "【 【JLPT N4】文法・例文:〜は〜が、〜は(対比) 】\n\n\n[意味]\n 2つの物や事柄を対比して言う時に助詞「は」が使われる。\n\n[JLPT レベル]\n N4\n\n\n例文\n・日本に来たときは寂しかったですが、今は友達もできて楽しくなりました。\n・日本語の会話練習は好きですが、漢字の練習は嫌いです。\n・トムさんにはバレンタインのチョコをあげたけど、ジェームスさんにはあげなかった。\n・日本に来てから京都へは行きましたが、東京へはまだ行っていません。\n・時給は安いですが、この仕事は楽しいです。\n・英語ははわかりますが、中国語はわかりません。\n・犬は好きですが、猫はあまり好きじゃありません。\n\n", 871 | { 872 | "tag": "a", 873 | "href": "https://nihongokyoshi-net.com/2019/09/06/jlptn4-grammar-wa-ga-wa/", 874 | "content": "nihongo kyoushi link" 875 | } 876 | ] 877 | } 878 | ], 879 | 0, 880 | "日本語NETーN4文法" 881 | ], 882 | [ 883 | "ばかり", 884 | "ばかり", 885 | "・〜ばかり", 886 | "", 887 | 0, 888 | [ 889 | { 890 | "type": "structured-content", 891 | "content": [ 892 | "【 【JLPT N4】文法・例文:〜ばかり 】\n\n\n[意味]\n 同じ物がたくさんある、同じことを何度もするという意味を表す。 マイナスの意味で使われることが多い。\n\n[接続]\n V(て形) + ばかり\n N + ばかり\n\n[JLPT レベル]\n N4\n\n\n例文\n1. Vてばかり・友達はいつもゲームしてばかりいる。\n・田中さんはいつも仕事中に寝てばかりいます。\n・私の父は休みの日にいつも、テレビを見てばかりいます。\n・食べてばかりいると、太りますよ。\n・遊んでばかりいないで、勉強もしなさい。\n・毎日お酒を飲んでばかりいると、いつか体を壊しますよ。\n・座ってばかりなので、お尻が痛いです。\n・山田先生はいつも怒ってばかりで、授業が楽しくない。\n2. Nばかり・この会社の社員は若い女性ばかりだ 。\n・友達は旅行中、セルフィーばかりしていました。\n・トムさんは文句ばかりで、全然宿題をしてこない。\n・一人暮らしの息子は、ファストフードやインスタント食品ばかり食べているので少し心配です。\n・彼はいつも嘘ばかりついているから信用されていない。\n・ここ数日、雨ばかりね。\n・甘い物ばかり食べていると、虫歯になるよ。\n・ファストフードばかり食べていると、病気になるよ。\n・最近、失敗ばかりで本当に嫌になるよ。\n\n", 893 | { 894 | "tag": "a", 895 | "href": "https://nihongokyoshi-net.com/2019/11/27/jlptn4-grammar-bakari/", 896 | "content": "nihongo kyoushi link" 897 | } 898 | ] 899 | } 900 | ], 901 | 0, 902 | "日本語NETーN4文法" 903 | ], 904 | [ 905 | "はずだ", 906 | "はずだ", 907 | "・〜はずだ", 908 | "", 909 | 0, 910 | [ 911 | { 912 | "type": "structured-content", 913 | "content": [ 914 | "【 【JLPT N4】文法・例文:〜はずだ 】\n\n\n[意味]\n 理由があって、絶対に〜だと思う。\n\n[英訳]\n must / be supposed to be the case\n\n[接続]\n V(普通形)+ はずだ\n イA(普通形)+ はずだ\n ナA(普通形) + はずだ ※ ナAな + はずだ / ナAである + はずだ\n N(普通形)+はずだ ※ Nの + はずだ / Nである + はずだ\n\n[JLPT レベル]\n N4\n\n[備考]\n 過去の計画について述べる時は「〜はずだった」\n\n\n例文\n高いし、人が多いし、このレストランの料理は美味しいはずです。\nIt's expensive and crowded, so the food in this restaurant must be good.\n今日は日曜日だから、銀行は閉まっているはずだ。\nIt's Sunday, so the banks must be closed.\n田中さんは東京大学を卒業したから、頭がいいはずです。\nMr. Tanaka graduated from Tokyo University, so he must be very smart.\nトムさんは20年も日本に住んでいるから、日本が上手なはずです。\nTom has lived in Japan for 20 years, so he must be good at Japanese.\n彼はお金持ちですから、車をたくさん持っているはずです。\nHe's rich, so he must have a lot of cars.\n佐藤さんはお酒が嫌いだといっていましたから 、ビールを飲まないはずです。\nMr. Sato said he doesn't like to drink alcohol, so he must not drink beer.\n黒田さんは毎日ジョギングをしていますから、 ジョギングが好きなはずです。\nMr. Kuroda jogs every day, so he must like jogging.\n山田さんは毎日買い物していますから、お金がたくさんあるはずです。\nYamada does shopping every day, so she must have a lot of money.\n太郎くんは17歳ですから、お酒を飲まないはずです。\nTaro is 17 years old, so he shouldn't drink alcohol.\nリーさんと1時間前に電話したから、そろそろ着くはずです。\nI called Mr. Lee an hour ago, so he should be there soon.\nトムさんなら、JLPT N1に絶対合格できるはずだ。\nI'm sure Tom can pass the JLPT N1.\nちゃんと考えた?マークさんなら答えはわかるはずだよ。\nHave you thought this through? I'm sure Mark will know the answer.\n確か、田中さんは帰国子女だから、英語がペラペラなはずですよ。\nI'm sure Tanaka-san is a returnee, so he should be fluent in English.\n確か、ジェシカさんは抹茶のチョコレートが好きなはずだから、お土産はこれにしよう。\nI'm sure Jessica likes green tea chocolates, so I'll bring her some as souvenirs.\n昨日、面接を受けるはずだったが、台風のせいで延期になってしまった。\nI was supposed to have an interview yesterday, but it was postponed because of the typhoon.\n\n", 915 | { 916 | "tag": "a", 917 | "href": "https://nihongokyoshi-net.com/2018/10/01/jlptn4-grammar-hazuda/", 918 | "content": "nihongo kyoushi link" 919 | } 920 | ] 921 | } 922 | ], 923 | 0, 924 | "日本語NETーN4文法" 925 | ], 926 | [ 927 | "始める", 928 | "はじめる", 929 | "・〜始める", 930 | "v1", 931 | 0, 932 | [ 933 | { 934 | "type": "structured-content", 935 | "content": [ 936 | "【 【JLPT N4】文法・例文:〜はじめる 】\n\n\n[意味]\n 動作や現象の開始を表す。\n\n[英訳]\n \"start to / begin to\"\n Indicates the beginning of an action or phenomenon.\n\n[接続]\n V(ます形)ます + 始める\n\n[JLPT レベル]\n N4\n\n\n例文\n来週から英会話教室に通い始めます。\nI'm going to start taking English conversation classes next week.\nまだ、みんな揃ってないですが、先に食べ始めましょう。\nWe're not all here yet, but let's start eating first.\nチャイムが鳴って、学生が椅子に座り始めた。\nThe chime rang, and the students began to sit on their chairs.\n日本に住み始めたばかりなので、わからないことがたくさんある。\nI've just started living in Japan, so there are many things I don't understand.\n先週から犬を飼い始めた。\nI started to have a dog last week.\n春が来て、桜が咲き始めました。\nSpring has come and the cherry blossoms have started to bloom.\n秋が来て、葉が赤くなり始めました。\nAutumn has come, and the leaves have started to turn red.\n健康のために、サプリメントを飲み始めました。\nI started taking supplements for my health.\n雨が降り始めたので、急いで帰ることにしました。\nIt started to rain, so I decided to hurry home.\n先週から、この会社で働き始めました。\nI started working at this company last week.\n\n", 937 | { 938 | "tag": "a", 939 | "href": "https://nihongokyoshi-net.com/2019/03/25/jlptn4-grammar-hajimeru/", 940 | "content": "nihongo kyoushi link" 941 | } 942 | ] 943 | } 944 | ], 945 | 0, 946 | "日本語NETーN4文法" 947 | ], 948 | [ 949 | "必要がある", 950 | "ひつようがある", 951 | "・〜必要がある", 952 | "v5", 953 | 0, 954 | [ 955 | { 956 | "type": "structured-content", 957 | "content": [ 958 | "【 【JLPT N4】文法・例文:〜必要がある 】\n\n\n[意味]\n 〜しなければならない\n ある目標や目的を達成するためには、〜しなければならないという意味。\n\n[英訳]\n \"It is necessary to / need to do\"\n This sentence pattern is used to indicate that the necessity of doing something.\n\n[接続]\n V(辞書形)+ 必要がある\n\n[JLPT レベル]\n N4\n\n\n例文\n図書館の本を借りるには、図書カードを作る必要がある。\nIn order to borrow books from the library, you need to make a library card.\n本当にJLPTに合格したいなら、ジョンさんはもっと勉強する必要がありますよ。\nJohn, If you really want to pass the JLPT, you need to study harder.\n会議室を使いたい場合は、予約しておく必要がある。\nIf you want to use a meeting room, you need to reserve it.\n海外で働くには、その国でワーキングビザを取る必要がある。\nIf you want to work abroad, you need to get a working visa in that country.\n海外旅行をする前に、パスポートを作る必要があります。\nWe need to get a passport before we travel abroad.\n進路については、もっと話し合う必要がありそうだ。\nI think we need to talk more about your future course.\n日本の会社で働くために、JLPT N3に合格する必要がある。\nI need to pass the JLPT N3 in order to work for a Japanese company.\n御社の製品を採用するかどうかは、もう少し社内で検討する必要がある。\nWe need to discuss more internally whether or not to adopt your products.\n\n", 959 | { 960 | "tag": "a", 961 | "href": "https://nihongokyoshi-net.com/2020/02/24/jlptn4-grammar-hitsuyougaaru/", 962 | "content": "nihongo kyoushi link" 963 | } 964 | ] 965 | } 966 | ], 967 | 0, 968 | "日本語NETーN4文法" 969 | ], 970 | [ 971 | "ほうがいい", 972 | "ほうがいい", 973 | "・〜ほうがいい", 974 | "adj-i", 975 | 0, 976 | [ 977 | { 978 | "type": "structured-content", 979 | "content": [ 980 | "【 【JLPT N4】文型・例文:〜ほうがいい 】\n\n\n[意味]\n \n 〜すること(しないこと)を、相手に助言する表現。\n そうしなかったら悪いことが起こると助言や忠告をするときに使う。\n\n[英訳]\n \"had better\"\n Express an advice or recommendation.\n Used to advise or giving warning that something bad will happen if you don't.\n\n[接続]\n V(た形) + ほうがいい\n V(ナイ形) + ほうがいい\n\n[JLPT レベル]\n N4\n\n\n例文\n・疲れているとき、早く寝たほうがいいよ。\n・大切な試験の日は早く家を出たほうがいい。\n・健康のために、できるだけ運動したほうがいい。\n・肉だけじゃなく、野菜も食べたほうがいいですよ。\n・毎日、少しずつ単語を覚えたほうがいいよ。\n・君はもっと勉強したほうがいいよ。\n・熱があるから、今日はゆっくり休んだほうがいいよ。\n・習ったことは、その日のうちに復習したほうがいいよ。\n・悪いことをしたら、素直に謝ったほうがいいよ。\n・ここらへんは滑りやすいから、気をつけたほうがいいよ。\n・いくら考えてもわからないなら、先生に相談したほうがいいよ。\n・これはちょっとグロテスクな映画なので、苦手なら見ないほうがいいよ\n・今日は雨が降るらしいから、傘を持っていったほうがいいよ。\n・そっちは危ないから行かないほうがいいよ。\n・そのプリン、たぶん賞味期限が切れてるから食べないほうがいいよ。\n・タバコは吸いすぎないほうがいいよ。\n・無理をしないほうがいいですよ。\n・あまり冷たいものは飲まないほうがいいですよ。\n・水で冷やしたほうがいいですよ。\n・ここで、その話はしないほうがいいよ。\n・その椅子は汚れているから、座らないほうがいいよ。\n・部屋を掃除したほうがいいですよ。\n文型イラスト〜たほうがいい / 〜ないほうがいい2020.7.31日本語の初級文型「〜たほうがいい / 〜ないほうがいい」の導入や練習に役立つ絵カードです。 10枚120円で販売します。 購入はnoteでできます。 「〜たほうがいい / 〜ないほうがいい」の絵カードを購入する...類似文型【JLPT N4】文法・\n\n例文\n:〜たらどうですか2018.6.24文型:〜たらどうですか 相手にある行動をするように提案する言い方。 「たほうがいい」よりも直接的な提案。 \"Why don't you ~ / how about if you ~\" A way of suggesting that the other person do a certain act...\n\n類似文型\n〜たほうがいい / 〜ないほうがいい\n【JLPT N4】文法・例文:〜たらどうですか\n【教案】みんなの日本語初級2:第32課\n", 981 | { 982 | "tag": "a", 983 | "href": "https://nihongokyoshi-net.com/2018/04/19/jlptn4-grammar-hougaii/", 984 | "content": "nihongo kyoushi link" 985 | } 986 | ] 987 | } 988 | ], 989 | 0, 990 | "日本語NETーN4文法" 991 | ], 992 | [ 993 | "まだ", 994 | "まだ", 995 | "・まだ〜ていない", 996 | "", 997 | 0, 998 | [ 999 | { 1000 | "type": "structured-content", 1001 | "content": [ 1002 | "【 【JLPT N4】文法・例文:まだ〜ていない 】\n\n\n[意味]\n 動作やイベントが終わっていないことを表す(未完了)。\n\n[英訳]\n \"not yet\"\n Indicates that the action or event has not been completed.\n\n[接続]\n まだ + V(テ形) + いません\n\n[JLPT レベル]\n N4\n\n[備考]\n ① 話し言葉では、「Vていない」が「Vてない」になる。\n ② 質問に「いいえ」で返答する時は「いいえ、まだです。」と言い方もある。\n\n\n例文\nあ〜、まだ国へ帰るチケットを買ってない。\nOh, I haven't bought a ticket back to my country yet.\nまだ明日締め切りのレポートが終わってないので、遊びに行けない。\nI still haven't finished the report that's due tomorrow, so I can't go out to hang out.\nA:遅れてごめん。もう、試合始まった?\n B:ううん、まだ始まってないよ。\nA: Sorry for the delay. Has the game started yet?\n B: No, it hasn't started.\nA:トムさんは来ましたか?\n B:いいえ、まだ来ていません。ちょっと電話してみましょうか。\nA: Has Mr. Tom arrived yet?\n B: No, he hasn't arrived yet. Shall I call him.\nA:もう夏休みの宿題終わった?\n B:ううん、まだ終わってない。\nA: Have you finished your summer homework yet?\n B: No, I haven't finished it.\nA:みなさんはどこの大学を受験するか決めましたか?\n B:いいえ、まだ決めていません。\nA: Have you decided which university you're going to apply for?\n B: No, I haven't decided yet.\nA:もう昼ごはん食べた?\n B:ううん、まだ食べてない。\nA: Have you eaten lunch yet?\n B: No, I haven't eaten.\nA:昨日、教えた単語はもう覚えましたか。\n B:いいえ、まだ覚えていません。\nA: Have you memorized the words I taught you yesterday?\n B: No, I haven't memorized them yet.\nA:ごめん、寝てた?\n B:ううん。まだ寝てないよ。どうしたの?\nA: Sorry, were you asleep?\n B: No. I'm not asleep. What's wrong?\nA:最近、公開された「ジョーカー」もう見た?\n B:ううん、まだ見てないよ。\n A:じゃ、一緒に見ない?\n B:うん、いいよ。\nA: Have you seen \"The Joker\" that came out recently?\n B: No, I haven't seen it yet.\n A: Well, do you want to watch it with me?\n B: Yes, that's fine.\nA:みなさん、Lesson15の単語はもう覚えましたか?\n B:いいえ、まだ覚えてません。\nA: Have you memorized the words for Lesson 15 yet?\n B: No, I haven't memorized them yet.\n\n", 1003 | { 1004 | "tag": "a", 1005 | "href": "https://nihongokyoshi-net.com/2019/08/27/jlptn2-grammar-mada-teinai/", 1006 | "content": "nihongo kyoushi link" 1007 | } 1008 | ] 1009 | } 1010 | ], 1011 | 0, 1012 | "日本語NETーN4文法" 1013 | ], 1014 | [ 1015 | "ていない", 1016 | "ていない", 1017 | "・まだ〜ていない", 1018 | "adj-i", 1019 | 0, 1020 | [ 1021 | { 1022 | "type": "structured-content", 1023 | "content": [ 1024 | "【 【JLPT N4】文法・例文:まだ〜ていない 】\n\n\n[意味]\n 動作やイベントが終わっていないことを表す(未完了)。\n\n[英訳]\n \"not yet\"\n Indicates that the action or event has not been completed.\n\n[接続]\n まだ + V(テ形) + いません\n\n[JLPT レベル]\n N4\n\n[備考]\n ① 話し言葉では、「Vていない」が「Vてない」になる。\n ② 質問に「いいえ」で返答する時は「いいえ、まだです。」と言い方もある。\n\n\n例文\nあ〜、まだ国へ帰るチケットを買ってない。\nOh, I haven't bought a ticket back to my country yet.\nまだ明日締め切りのレポートが終わってないので、遊びに行けない。\nI still haven't finished the report that's due tomorrow, so I can't go out to hang out.\nA:遅れてごめん。もう、試合始まった?\n B:ううん、まだ始まってないよ。\nA: Sorry for the delay. Has the game started yet?\n B: No, it hasn't started.\nA:トムさんは来ましたか?\n B:いいえ、まだ来ていません。ちょっと電話してみましょうか。\nA: Has Mr. Tom arrived yet?\n B: No, he hasn't arrived yet. Shall I call him.\nA:もう夏休みの宿題終わった?\n B:ううん、まだ終わってない。\nA: Have you finished your summer homework yet?\n B: No, I haven't finished it.\nA:みなさんはどこの大学を受験するか決めましたか?\n B:いいえ、まだ決めていません。\nA: Have you decided which university you're going to apply for?\n B: No, I haven't decided yet.\nA:もう昼ごはん食べた?\n B:ううん、まだ食べてない。\nA: Have you eaten lunch yet?\n B: No, I haven't eaten.\nA:昨日、教えた単語はもう覚えましたか。\n B:いいえ、まだ覚えていません。\nA: Have you memorized the words I taught you yesterday?\n B: No, I haven't memorized them yet.\nA:ごめん、寝てた?\n B:ううん。まだ寝てないよ。どうしたの?\nA: Sorry, were you asleep?\n B: No. I'm not asleep. What's wrong?\nA:最近、公開された「ジョーカー」もう見た?\n B:ううん、まだ見てないよ。\n A:じゃ、一緒に見ない?\n B:うん、いいよ。\nA: Have you seen \"The Joker\" that came out recently?\n B: No, I haven't seen it yet.\n A: Well, do you want to watch it with me?\n B: Yes, that's fine.\nA:みなさん、Lesson15の単語はもう覚えましたか?\n B:いいえ、まだ覚えてません。\nA: Have you memorized the words for Lesson 15 yet?\n B: No, I haven't memorized them yet.\n\n", 1025 | { 1026 | "tag": "a", 1027 | "href": "https://nihongokyoshi-net.com/2019/08/27/jlptn2-grammar-mada-teinai/", 1028 | "content": "nihongo kyoushi link" 1029 | } 1030 | ] 1031 | } 1032 | ], 1033 | 0, 1034 | "日本語NETーN4文法" 1035 | ], 1036 | [ 1037 | "までに", 1038 | "までに", 1039 | "・〜までに", 1040 | "", 1041 | 0, 1042 | [ 1043 | { 1044 | "type": "structured-content", 1045 | "content": [ 1046 | "【 【JLPT N4】文法・例文:〜までに 】\n\n\n[意味]\n その時間や日付が来る前に\n\n[英訳]\n “までに” indicates “time limit”.\n Used when talking about doing something within a given time period.\n\n[接続]\n V(辞書形)+ までに\n N(時間 / 日付)+ までに\n\n[JLPT レベル]\n N4\n\n\n例文\nレポートは来週の水曜日までに出してください。\nPlease submit the report by next Wednesday.\n死ぬまでに1度はアフリカへ行ってみたいです。\nI want to go to Africa at least once before I die.\n月末までに、きちんと家賃を払ってくださいね。\nPlease make sure you pay your rent by the end of the month.\n今日の5時までに、終わらせてください。\nPlease finish it by 5 o'clock today.\n参加したい人は、明日までに連絡ください。\nIf you want to participate, please contact me by tomorrow.\nイベントは朝9時からスタートしますから、8時までに学校に来てください。\nThe event starts at 9:00 a.m., so please be at the school by 8:00 a.m.\n30歳になるまでに結婚したいです。\nI want to get married before I turn 30.\nトムさんの分はないので、彼が来るまでに食べてしまってください。\nWe don't have enough for Tom, so please eat up before he gets here.\nこの本、15日までに返してくださいね。\nPlease return this book by the 15th.\n部長が出張から戻ってくるまでに、なんとかこの資料を完成させなければ。\nI have to finish this document before the director comes back from his business trip.\n大学を卒業するまでに、なんとか仕事を見つけたい。\nI want to find a job before I graduate from college.\n日が暮れるまでに帰らないと、怒らちゃう。\nI'll be scolded if I'm not home by sundown.\nシンデレラは夜12時までに帰らないと魔法が解けるということで慌てて帰りました。\nCinderella was in a hurry to go home because the spell would be broken if she didn't get home by midnight.\n シンデレラ (ディズニー プレミアム・コレクション) Amazon 楽天市場 Yahooショッピング\n", 1047 | { 1048 | "tag": "a", 1049 | "href": "https://nihongokyoshi-net.com/2019/08/24/jlptn4-grammar-madeni/", 1050 | "content": "nihongo kyoushi link" 1051 | } 1052 | ] 1053 | } 1054 | ], 1055 | 0, 1056 | "日本語NETーN4文法" 1057 | ], 1058 | [ 1059 | "まま", 1060 | "まま", 1061 | "・〜まま", 1062 | "", 1063 | 0, 1064 | [ 1065 | { 1066 | "type": "structured-content", 1067 | "content": [ 1068 | "【 【JLPT N4】文法・例文:〜まま 】\n\n\n[意味]\n 同じ状態が変わらずに続くことを表す。\n\n[英訳]\n while ~ (Used to show the same situation continues.)\n\n[接続]\n V(タ形 / ナイ形) + まま\n イAい + まま\n ナAな + まま\n Nの + まま\n\n[JLPT レベル]\n N4\n\n\n例文\n1. 動詞文・昨日は電気をつけたまま寝てしまった。\n・どうぞ、靴を履いたままでお上がりください。\n・友達に本を借りたまま、まだ返していません。\n・見て、ジョンさん、目を開けたまま寝てる。\n・息子は朝、家を出たまま、まだ帰ってこない。\n・私の妻は10年前も今も綺麗なままだ。\n・この街は昔と変わらず不便なままだ。\n・これは生のままでも食べられますか。\n・田中さんの顔は10年前のまま変わっていません。\n・着替えるのが面倒だったので、パジャマのままコンビニへ行った。\n・この街は昔のまま、何も変わってないなあ。\n・スリッパのままでけっこうですよ。\n「Vたまま」は瞬間動詞と一緒に使われる。 (例)立ったまま、食べる。 /  死んだまま、動かない。/ 電気をつけたまま、寝る。\n\n\n類似文型\n〜まま\n中級へ行こう 第6課:日本人の発明\n", 1069 | { 1070 | "tag": "a", 1071 | "href": "https://nihongokyoshi-net.com/2019/05/24/jlptn4-grammar-mama/", 1072 | "content": "nihongo kyoushi link" 1073 | } 1074 | ] 1075 | } 1076 | ], 1077 | 0, 1078 | "日本語NETーN4文法" 1079 | ], 1080 | [ 1081 | "みたいだ", 1082 | "みたいだ", 1083 | "・〜みたいだ(推量)", 1084 | "", 1085 | 0, 1086 | [ 1087 | { 1088 | "type": "structured-content", 1089 | "content": [ 1090 | "【 【JLPT N4】文法・例文:〜みたいだ(推量) 】\n\n\n[意味]\n \n \"〜と思う / 〜の感じがする\"\n 五感を使って話し手が感じたこと、推量したことを言う表現\n \n\n[英訳]\n It seems like\n\n[接続]\n V(普通形) + みたいだ\n イA(普通形)+ みたいだ\n ナA + みたいだ\n N + みたいだ\n \n\n[JLPT レベル]\n N4\n\n[備考]\n 「〜ようだ 」よりもカジュアルで、友達や家族、親しい人と話す時に使う。\n\n\n例文\n・あそこで事故があったみたいです。\n・どうやら、車とバイクがぶつかったみたいです。\n・彼はお腹が空いているみたいです。\n・頭が痛いし、体も暑いし、熱があるみたいだ。\n・トムさんは最近、忙しいみたいだ。\n・電源ボタンを押しても、つかないし、壊れているみたいだ。\n・二人は最近話さないし、別れたみたいだ。\n・トムさん、すごく嬉しそうだし、試験に合格したみたいだね。\n・広場に有名人がいるみたいで、たくさん人が集まっている。\n・あのレストランは人がたくさん並んでいるし、人気があるみたいです。\n・彼は昨日あまり寝てないみたいだ。\n\n\n類似文型\n【JLPT N4】文法・例文:〜ようだ(推量)\n", 1091 | { 1092 | "tag": "a", 1093 | "href": "https://nihongokyoshi-net.com/2020/07/22/jlptn4-grammar-mitaida/", 1094 | "content": "nihongo kyoushi link" 1095 | } 1096 | ] 1097 | } 1098 | ], 1099 | 0, 1100 | "日本語NETーN4文法" 1101 | ], 1102 | [ 1103 | "みたいな", 1104 | "みたいな", 1105 | "・〜みたいな / 〜みたいに(例示)", 1106 | "", 1107 | 0, 1108 | [ 1109 | { 1110 | "type": "structured-content", 1111 | "content": [ 1112 | "【 【JLPT N4】文法・例文:〜みたいな / 〜みたいに (例示) 】\n\n\n[意味]\n 具体的な例を挙げる時に使う\n \n\n[英訳]\n Used to explain something by showing an example.\n \n\n[接続]\n V(普通形) + みたいな / みたいに\n N + みたいな / みたいに\n\n[JLPT レベル]\n N4\n\n\n例文\nトムさんみたいに日本語が上手に話せるようになりたいなあ。\nI want to be able to speak Japanese like Tom.\n彼みたいに怠け者で、いつも親に頼ってばかりいる人にはなりたくない。\nI don't want to be a lazy person like him, always relying on my parents.\n将来はマレーシアみたいな物価の安い国に住みたい。\nI want to live in a low-living-cost country like Malaysia in the future.\nグレープフルーツや、レモンみたいな酸っぱい果物が苦手です。\nI don't like sour fruits such as grapefruit and lemon.\nハンバーガーやピザみたいな高カロリーの物ばかり食べていると太るよ。\nYou will get fat if you eat only high-calorie foods like hamburgers and pizza.\n私は大阪みたいな賑やかな街が好きです。\nI like bustling cities like Osaka.\n将来は先生みたいな優しくて、面白い人になりたいです。\nIn the future, I want to be a kind and interesting person like my teacher.\n\n", 1113 | { 1114 | "tag": "a", 1115 | "href": "https://nihongokyoshi-net.com/2020/07/22/jlptn4-grammar-mitaina/", 1116 | "content": "nihongo kyoushi link" 1117 | } 1118 | ] 1119 | } 1120 | ], 1121 | 0, 1122 | "日本語NETーN4文法" 1123 | ], 1124 | [ 1125 | "みたいに", 1126 | "みたいに", 1127 | "・〜みたいな / 〜みたいに(例示)", 1128 | "", 1129 | 0, 1130 | [ 1131 | { 1132 | "type": "structured-content", 1133 | "content": [ 1134 | "【 【JLPT N4】文法・例文:〜みたいな / 〜みたいに (例示) 】\n\n\n[意味]\n 具体的な例を挙げる時に使う\n \n\n[英訳]\n Used to explain something by showing an example.\n \n\n[接続]\n V(普通形) + みたいな / みたいに\n N + みたいな / みたいに\n\n[JLPT レベル]\n N4\n\n\n例文\nトムさんみたいに日本語が上手に話せるようになりたいなあ。\nI want to be able to speak Japanese like Tom.\n彼みたいに怠け者で、いつも親に頼ってばかりいる人にはなりたくない。\nI don't want to be a lazy person like him, always relying on my parents.\n将来はマレーシアみたいな物価の安い国に住みたい。\nI want to live in a low-living-cost country like Malaysia in the future.\nグレープフルーツや、レモンみたいな酸っぱい果物が苦手です。\nI don't like sour fruits such as grapefruit and lemon.\nハンバーガーやピザみたいな高カロリーの物ばかり食べていると太るよ。\nYou will get fat if you eat only high-calorie foods like hamburgers and pizza.\n私は大阪みたいな賑やかな街が好きです。\nI like bustling cities like Osaka.\n将来は先生みたいな優しくて、面白い人になりたいです。\nIn the future, I want to be a kind and interesting person like my teacher.\n\n", 1135 | { 1136 | "tag": "a", 1137 | "href": "https://nihongokyoshi-net.com/2020/07/22/jlptn4-grammar-mitaina/", 1138 | "content": "nihongo kyoushi link" 1139 | } 1140 | ] 1141 | } 1142 | ], 1143 | 0, 1144 | "日本語NETーN4文法" 1145 | ], 1146 | [ 1147 | "やすい", 1148 | "やすい", 1149 | "・〜やすい", 1150 | "adj-i", 1151 | 0, 1152 | [ 1153 | { 1154 | "type": "structured-content", 1155 | "content": [ 1156 | "【 【JLPT N4】文法・例文:〜やすい 】\n\n\n[意味]\n 〜するのが簡単だ / 簡単に〜という状態になる\n\n[英訳]\n easy to do\n\n[接続]\n V(ます形)ます + やすい\n\n[JLPT レベル]\n N4\n\n\n例文\n「山」という漢字は実際の山と形が似ているため、覚えやすいです。\nThe kanji “山” is easy to memorize because it is similar in shape to a real mountain.\nスプーンとフォークを使ったほうが食べやすいですよ。\nIt's easier to eat with a spoon and fork.\n野菜を食べやすい大きさに切ってください。\nPlease cut the vegetables into bite-sized pieces.\nこのスマホは機能がシンプルなので使いやすいです。\nThis phone is easy to use because of its simple functions.\n田中先生の説明は他の先生よりもわかりやすいです。\nTeacher Tanaka’s explanations are easier to understand than those of other teachers.\nこっちの道を通ったほうが渋滞もないので、行きやすいですよ。\nIt's easier to go this way because there is no traffic jam.\n山田さんはやさしくて、おしゃべりなのでとても話しやすいです。\nMr. Yamada is kind and talkative, so he is very easy to talk to.\nこの教科書は漢字の上にルビがあるからわかりやすいです。\nThis textbook is easy to understand because of the ruby above the kanji.\nこの入れ物は割れやすいので、注意してください。\nPlease be careful with this container, it is easy to break.\nこの街は静かで、車も少ないから住みやすいです。\nThis town is quiet and there are few cars, so it is easy to live here.\nこの問題は間違えやすいから注意してください。\nThis question is easy to get wrong, so please be careful.\nこのカメラでは初心者でも使いやすいですよ。\nThis camera is easy to use, even for beginners.\nインドネシア語は日本人にとって勉強しやすい外国語らしい。\nI heard that Indonesian is an easy foreign language for Japanese to learn.\n働きやすい環境で仕事がしたいね。\nI want to work in a comfortable environment.\n私は他の人よりも太りやすい。\nI gain weight more easily than other people.\n年をとると、髪も抜けやすくなります。\nAs people get older, their hair tends to fall out.\n\n", 1157 | { 1158 | "tag": "a", 1159 | "href": "https://nihongokyoshi-net.com/2019/05/02/jlptn4-grammar-yasui/", 1160 | "content": "nihongo kyoushi link" 1161 | } 1162 | ] 1163 | } 1164 | ], 1165 | 0, 1166 | "日本語NETーN4文法" 1167 | ], 1168 | [ 1169 | "ようだ", 1170 | "ようだ", 1171 | "・〜ようだ(推量)", 1172 | "", 1173 | 0, 1174 | [ 1175 | { 1176 | "type": "structured-content", 1177 | "content": [ 1178 | "【 【JLPT N4】文法・例文:〜ようだ(推量) 】\n\n\n[意味]\n \n 五感を使って話し手が感じたこと、推量したことを言う表現\n \n\n[英訳]\n It seems like\n\n[接続]\n V(普通形) + ようです\n イA(普通形)+ ようです\n ナA(普通形)+ ようです ※\u001cナAな + ようです\n N(普通形)+ ようです    ※Nの + ようです\n\n[JLPT レベル]\n N4\n\n\n例文\n彼はお腹が空いているようです。\nHe seems to be hungry.\nさっき雨が降ったようです。\nIt seems to have rained a while ago.\nあの二人は喧嘩したようです。\nIt seems that they had a fight.\nトムさんは試験に合格したようです。\nTom seems to have passed his exam.\n事故があったようで、たくさんの人が集まっている。\nThere seems to have been an accident, and there are a lot of people here.\nあのレストランは人がたくさん並んでいるし、人気があるようです。\nThere are a lot of people lined up at that restaurant, and it seems to be very popular.\nどうやら 彼は留守のようです。\nIt looks like he's not home.\n彼は昨日あまり寝てないようです。\nHe doesn't seem to have slept much last night.\nこの家からいい匂いがする。どうやら晩ご飯はカレーのようだ。\nThere's a nice smell coming from this house.  It looks like curry for dinner.\n(福袋を触って)中に傘が入っているようだ。\nTouching the lucky bag:There seems to be an umbrella inside.\n\n", 1179 | { 1180 | "tag": "a", 1181 | "href": "https://nihongokyoshi-net.com/2019/08/13/jlptn4-grammar-youda/", 1182 | "content": "nihongo kyoushi link" 1183 | } 1184 | ] 1185 | } 1186 | ], 1187 | 0, 1188 | "日本語NETーN4文法" 1189 | ], 1190 | [ 1191 | "ようと思う", 1192 | "ようとおもう", 1193 | "・〜ようと思う", 1194 | "v5", 1195 | 0, 1196 | [ 1197 | { 1198 | "type": "structured-content", 1199 | "content": [ 1200 | "【 【JLPT N4】文法・例文:〜ようと思う 】\n\n\n[意味]\n 話し手が発話の時点で考えた計画や決心を述べる時に使う表現。\n\n[英訳]\n This sentence pattern is used to talk about the speaker’s determinations or plans.\n\n[接続]\n V(意向形) + と思う\n\n[JLPT レベル]\n N4\n\n\n例文\nこれから、図書館で勉強しようと思います。\nI'm going to study at the library.\n今日は給料日なので、欲しかったゲームを買おうと思います。\nToday is payday, so I'm going to buy the game I want.\n早く仕事が終わったので、ちょっと飲みに行こうと思います。\nI finished work early, so I'm going out for a drink.\n風邪を引いたので、今日はゆっくり家で休もうと思います。\nI caught a cold, so I'm going to take it easy at home today.\n明日は早く起きようと思います。\nI'm going to wake up early tomorrow.\n忘れ物をしたので、一度家に帰ろうと思います。\nI forgot something, so I'm going to go home once.\n夏休みはアルバイトを増やそうと思います。\nI'm going to get another part time job during the summer vacation.\nお年玉でゲームを買おうと思います。\nI'm going to buy a video game with my Otoshidama (New Year's allowance).\n授業が簡単すぎるので、もう少し難しい本を買って自分で勉強しようと思います。\nI'm going to buy some more difficult books and study by myself because the classes are too easy.\n来年はJLPTを受けようと思います。\nI'm going to take the JLPT next year.\n体調が悪いので、今日はもう帰ろうと思います。\nI'm not feeling well, so I think I'll go home now.\n\n", 1201 | { 1202 | "tag": "a", 1203 | "href": "https://nihongokyoshi-net.com/2019/12/31/jlptn4-grammar-youtoomou/", 1204 | "content": "nihongo kyoushi link" 1205 | } 1206 | ] 1207 | } 1208 | ], 1209 | 0, 1210 | "日本語NETーN4文法" 1211 | ], 1212 | [ 1213 | "ようと思っている", 1214 | "ようとおもっている", 1215 | "・〜ようと思っている", 1216 | "v1", 1217 | 0, 1218 | [ 1219 | { 1220 | "type": "structured-content", 1221 | "content": [ 1222 | "【 【JLPT N4】文法・例文:〜ようと思っている 】\n\n\n[意味]\n 話し手の意思や計画を伝える時に使う表現。\n\n[英訳]\n Used to talk about the speaker’s determinations or plans.\n\n[接続]\n V(意向形) + と思っています\n\n[JLPT レベル]\n N4\n\n[備考]\n 「〜ようと思っている」はその前から話し手がずっと考えていたこと。「〜ようと思う」は発話の時点で考えたこと。\n\n\n例文\n大学を卒業したら、国へ帰ろうと思っています。\nI'm planning to go back to my country after I graduate from university.\n夏休みは国へ帰ろうと思っています。\nI am planning to go back to my country during the summer vacation.\n将来はマレーシアに住もうと思っています。\nI'm planning to live in Malaysia in the future.\nお年玉で新しいゲームを買おうと思っています。\nI am going to buy a new game with my Otoshidama(New Year's gift).\n来年は本を100冊読もうと思っています。\nI am planning to read 100 books next year.\n来年はJLPT N2を受けようと思っています。\nI am planning to take the JLPT N2 exam next year.\n30歳になるまでに、結婚しようと思っています。\nI am planning to get married before I turn 30.\n今度の記念日に彼女にプロポーズしようと思っています。\nI'm planning to propose to my girlfriend on our upcoming anniversary.\n国へ帰る前に、一度相撲の試合を見に行こうと思っています。\nI'm planning to see a sumo match before I go back to my country.\n将来は医者になろうと思っています。\nI'm planning to become a doctor in the future.\n彼女の誕生日に鞄を買おうと思っています。\nI'm planning to buy my girlfriend a bag for her birthday.\n来週、クリスマスパーティーをしようと思っています。\nI’m going to have a Christmas party next week.\nこの本を買おうと思っているんですが、どうですか。\nI'm thinking of buying this book, what do you think?\n\n", 1223 | { 1224 | "tag": "a", 1225 | "href": "https://nihongokyoshi-net.com/2019/12/31/jlptn4-grammar-youtoomotteiru/", 1226 | "content": "nihongo kyoushi link" 1227 | } 1228 | ] 1229 | } 1230 | ], 1231 | 0, 1232 | "日本語NETーN4文法" 1233 | ], 1234 | [ 1235 | "ような", 1236 | "ような", 1237 | "・〜ような / 〜ように (例示)", 1238 | "", 1239 | 0, 1240 | [ 1241 | { 1242 | "type": "structured-content", 1243 | "content": [ 1244 | "【 【JLPT N4】文法・例文:〜ような / 〜ように (例示) 】\n\n\n[意味]\n 具体的な例を挙げる時に使う\n \n\n[英訳]\n Used to explain something by showing an example.\n \n\n[接続]\n V(普通形) + ような / ように\n Nの + ような / ように\n\n[JLPT レベル]\n N4\n\n[備考]\n 話し言葉では「〜みたいな」を使う\n\n\n例文\n彼が持っているような鞄が欲しいです。\nI want a bag like the one he has.\n彼はまだ小学生なのに、大人が読むような難しい本を読んでいます。\nHe is still in elementary school, but he reads difficult books like adults.\n私は大阪のような賑やかな街が好きです。\nI like bustling cities like Osaka.\n私は父のような真面目な人になりたいです。\nI want to be a diligent person like my father.\nチョコレートのような甘い物が大好きです。\nI love sweets like chocolate.\n彼のように日本語が上手に話せるようになりたい。\nI want to be able to speak Japanese as well as he does.\n子供でもわかるように、わかりやすい言葉で説明してください。\nPlease explain in a simple manner that even a child can understand.\n一度でいいから、王様のような暮らしがしてみたい。\nI want to live like a king, just once.\n\n", 1245 | { 1246 | "tag": "a", 1247 | "href": "https://nihongokyoshi-net.com/2020/07/21/jlptn4-grammar-youna/", 1248 | "content": "nihongo kyoushi link" 1249 | } 1250 | ] 1251 | } 1252 | ], 1253 | 0, 1254 | "日本語NETーN4文法" 1255 | ], 1256 | [ 1257 | "ように", 1258 | "ように", 1259 | "・〜ように(目標・期待)", 1260 | "", 1261 | 0, 1262 | [ 1263 | { 1264 | "type": "structured-content", 1265 | "content": [ 1266 | "【 【JLPT N4】文法・例文:〜ように(目標・期待) 】\n\n\n[意味]\n 目標を実現させるために〜する\n\n[英訳]\n so that / in order to\n\n[接続]\n V(辞書形) + ように\n V(ナイ形)+ ように\nVは無意志動詞(見える、聞こえる、わかる、なおる、可能動詞など)\n\n[JLPT レベル]\n N4\n\n\n例文\nJLPTに合格できるように、勉強した単語や文法を復習します。\nI will review the vocabulary and grammar I have studied so that I can pass the JLPT.\nホワイトボードの字がよく見えるように、前の席に座ります。\nI will sit by the front so that I can see the characters on the whiteboard clearly.\n日本語を上手に話せるように、毎日シャドーイングをしています。\nI do shadowing every day so that I can speak Japanese well.\n日本語初級者でもわかるように、やさしい日本語で話します。\nI will speak in easy Japanese so that even beginners can understand.\n来年、海外旅行ができるように、お金を少しずつ貯めています。\nI am saving up money so that I can travel abroad next year.\n友達が日本に留学できるように、祈っています。\nI am praying for my friends to be able to study in Japan.\n子供でも飲めるように、少しコーヒーを甘くしました。\nI made the coffee a little sweeter so that even children can drink it.\n日本語で漫画が読めるように、毎日日本語を勉強しています。\nI study Japanese everyday so that I can read manga in Japanese.\n太らないように、甘いものは食べないことにしています。\nI try not to eat sweets so that I don't gain weight.\n明日、寝坊しないように、今日は早く寝ます。\nI'm going to bed early today so that I won't oversleep tomorrow.\n誰にも気がつかれないように、こっそりと家を出た。\nI left the house secretly so that no one would notice.\n忘れないように、メモをしておきます。\nI will make a memo so that I won't forget.\n地震が起きても慌てないように、家族との連絡方法を決めておきます。\nIn order to avoid panic in the event of an earthquake, we will decide in advance how to contact our families.\n明日、遠足でしょ? ちゃんと、起きられるように今夜は早く寝なさい。\nTomorrow is a field trip, right? Go to bed early tonight so that you can wake up properly.\nおじいちゃんに聞こえるように、大きな声で話します。\nI will speak loudly so that my grandpa can hear me.\n\n", 1267 | { 1268 | "tag": "a", 1269 | "href": "https://nihongokyoshi-net.com/2018/09/25/jlptn4-grammar-yooni/", 1270 | "content": "nihongo kyoushi link" 1271 | } 1272 | ] 1273 | } 1274 | ], 1275 | 0, 1276 | "日本語NETーN4文法" 1277 | ], 1278 | [ 1279 | "ようにしている", 1280 | "ようにしている", 1281 | "・〜ようにしている", 1282 | "", 1283 | 0, 1284 | [ 1285 | { 1286 | "type": "structured-content", 1287 | "content": [ 1288 | "【 【JLPT N4】文法・例文:〜ようにしている 】\n\n\n[意味]\n 習慣的にしていることをいう表現\n\n[接続]\n V(辞書形 / ナイ形)+ ようにしている\n\n[JLPT レベル]\n N4\n\n\n例文\n・健康のためにできるだけ毎日運動するようにしています。\n・健康のためにタバコは吸わないようにしています。\n・毎日11時には寝るようにしています。\n・朝ごはんはきちんと食べるようにしています。\n・今、一人暮らしをしていますが、毎日、野菜を食べるようにしています。\n・すみません、お酒は飲まないようにしているんです。\n・毎日10分はシャドーイングの練習をするようにしています。\n・就職してからは、毎日新聞を読むようにしています。\n・授業で習ったことは、家に帰ってからすぐに復習するようにしています。\n・1週間に1回、国の家族に連絡するようにしています。\n・メッセージをもらったら、できるだけ早く返すようにしています。\n・1日1回は彼女にメッセージを送るようにしています。\n・私は1日に1回は妻に\"I love you\"と言うようにしています。\n・電車では空いていても、座らないようにしています。\n・習った言葉は、できるだけその日に使うようにしています。\n・ドラマやアニメは見ませんが、ニュースは毎日見るようにしています。\n\n", 1289 | { 1290 | "tag": "a", 1291 | "href": "https://nihongokyoshi-net.com/2019/08/26/jlptn4-graammar-younishiteiru/", 1292 | "content": "nihongo kyoushi link" 1293 | } 1294 | ] 1295 | } 1296 | ], 1297 | 0, 1298 | "日本語NETーN4文法" 1299 | ], 1300 | [ 1301 | "ようにする", 1302 | "ようにする", 1303 | "・〜ようにする", 1304 | "vs", 1305 | 0, 1306 | [ 1307 | { 1308 | "type": "structured-content", 1309 | "content": [ 1310 | "【 【JLPT N4】文法・例文:〜ようにする 】\n\n\n[意味]\n 〜ように 努力する/ 頑張って〜する\n 話し手が意識的に頑張って〜すると決めて、それを述べる時に使う。\n\n[英訳]\n to make a conscious effort to do something\n\n[接続]\n V(辞書形)+ ようにする\n V(ない形)+ ようにする\n\n[JLPT レベル]\n N4\n\n\n例文\n・体がことが心配になって来たので、しばらくタバコは吸わないようにします。\n医者:健康のために野菜もしっかり食べてください。\n 患者:わかりました。じゃあ、今日から毎日野菜を食べるようにします。\nA:このまま痩せなければ、入院することになりますよ!\n B:じゃあ、明日から毎朝10分ジョギングするようにします。\n B:それから、スナックやカロリーの高いものは食べないようにします。\nA:トムさんは今日も遅刻ですよ!いつになったら時間通りに来れるんですか?\n B:すみません、明日からは絶対に遅刻しないようにします。\nA:もっとナチュラルな日本語を話したいなら、毎日シャドーイングの練習をしてみたらどうですか?\n B:じゃあ、今日から毎日朝と夜にシャドーイングの練習をするようにします。\n\n", 1311 | { 1312 | "tag": "a", 1313 | "href": "https://nihongokyoshi-net.com/2020/01/09/jlptn4-grammar-younisuru/", 1314 | "content": "nihongo kyoushi link" 1315 | } 1316 | ] 1317 | } 1318 | ], 1319 | 0, 1320 | "日本語NETーN4文法" 1321 | ], 1322 | [ 1323 | "ようになる", 1324 | "ようになる", 1325 | "・〜ようになる", 1326 | "v5", 1327 | 0, 1328 | [ 1329 | { 1330 | "type": "structured-content", 1331 | "content": [ 1332 | "【 【JLPT N4】文法・例文:〜ようになる / 〜なくなる 】\n\n\n[意味]\n 以前は〜じゃないが、今は〜である。\n 状況や能力の変化を表す。\n●誤用例\n 最近、運動不足なので、太るようになりました。\n\n[英訳]\n become such that\n\n[接続]\n V(辞書形)+ ようになる\n V(ない形)なくなる\n\n[JLPT レベル]\n N4\n\n\n例文\n1. 〜ようになる・最近、納豆が食べられるようになりました。\n・うちの子は一人で自転車に乗れるようになりました。\n・日本語で書かれた小説が読めるようになりました。\n・日本に来た時は全然、映画の日本語が聞き取れませんでしたが、今では少し聞き取れるようになりました。\n・1年前は全然漢字が書けなかったけど、今はたくさん書けるようになりました。\n・以前よりも給料がだいぶ増えたので、一人で暮らしていけるようになりました。\n・出張がキャンセルになったので、今夜の飲み会に参加できるようになりました。\n・日本語の勉強を始めてから、日本語で漫画を読んだり、アニメを見たりするようになりました。\n・大学生になってから自分で弁当を作るようになりました。\n2. 〜なくなる・学校を卒業してからは、もう英語を勉強していないので、話せなくなりました。\n・子供の時はよく外で遊びましたが、大人になってからは遊ばなくなりました。\n・友達と大げんかして以来、一度も話さなくなりました。\n・子供の頃、よく家族と旅行したのに、今はあまりしなくなりました。\n・インフルエンザになって、学校に行けなくなりました。\n・交通事故で怪我をして、私は歩けなくなりました。\n・年をとったせいで、小さな文字が見えなくなってきました。\n・終電を逃して、帰れなくなりました。\n・社会人になってからはゲームをしなくなりました。\n・大学生になってからはテレビを見なくなりました。\n\n\n類似文型\n〜ようになる\n〜なくなる\n【教案】みんなの日本語初級2:第36課\n", 1333 | { 1334 | "tag": "a", 1335 | "href": "https://nihongokyoshi-net.com/2018/06/23/jlptn4-grammar-youninaru-nakunaru/", 1336 | "content": "nihongo kyoushi link" 1337 | } 1338 | ] 1339 | } 1340 | ], 1341 | 0, 1342 | "日本語NETーN4文法" 1343 | ], 1344 | [ 1345 | "予定だ", 1346 | "よていだ", 1347 | "・〜予定だ", 1348 | "", 1349 | 0, 1350 | [ 1351 | { 1352 | "type": "structured-content", 1353 | "content": [ 1354 | "【 【JLPT N4】文法・例文:〜予定だ 】\n\n\n[意味]\n 〜するつもりだ\nすでに決まったスケジュールを言うときに使われる。話し手の意志が含まれていないことにも使える。\n\n[英訳]\n  Used to say that an action/plan is scheduled to happen or be done.\n\n[接続]\n V(辞書形) + 予定だ\n N + の予定だ\n\n[JLPT レベル]\n N4\n\n\n例文\n1. V + 予定です明日は友達とモールへ行く予定です。\nI'm going to the mall tomorrow with my friends.\n夏休みは国へ帰る予定です。\nI’m planing to go back to my country during the summer vacation.\n大学を卒業したら、国へ帰る予定です。\nI’m planing to go back to my country after I graduate from college.\n僕たちは来年、結婚する予定です。\nWe are planning to get married next year.\n来週、家族が日本へ来る予定です。\nMy family will be coming to Japan next week.\n来年から1年、世界一周する予定です。\nWe are planning to go around the world for a year from next year.\n明日は朝9時の飛行機に乗る予定です。\nI am going to take a 9:00 a.m. flight tomorrow.\n\n", 1355 | { 1356 | "tag": "a", 1357 | "href": "https://nihongokyoshi-net.com/2019/12/30/jlptn4-grammar-yoteida/", 1358 | "content": "nihongo kyoushi link" 1359 | } 1360 | ] 1361 | } 1362 | ], 1363 | 0, 1364 | "日本語NETーN4文法" 1365 | ], 1366 | [ 1367 | "らしい", 1368 | "らしい", 1369 | "・〜らしい(典型)", 1370 | "adj-i", 1371 | 0, 1372 | [ 1373 | { 1374 | "type": "structured-content", 1375 | "content": [ 1376 | "【 【JLPT N4】文法・例文:Nらしい(典型) 】\n\n\n[意味]\n 「そのものの典型的な性質を持っている」ということを表す表現。\n\n[英訳]\n Acts just like~ is / typical of ~ / an epitome of\n\n[接続]\n N + らしい\n N + らしく\n\n[JLPT レベル]\n N4\n\n\n例文\n・子供は子供らしく、外で遊んだいいがいい。\n・今日は夏らしい日だ。\n・今日は少し暖かく、春らしい天気となるでしょう。\n・私は今まで、病気らしい病気をしたことがありません。\n・田中さんは本当に男らしいですね。\n・この絵はいかにも鈴木さんらしい絵ですね。\n・だんだん秋らしい景色になってきましたね。\n・遊んでばかりいないで、もっと学生らしく勉強しなさい。\n・この会社にいても自分らしく働くことは難しいから、自分の会社を作ろうを思っている。\n・彼はまだ入社1年目なのに、毎日、新入社員らしくない格好で会社へ来ている。\n・約束の時間の5分前には着いてるなんて、日本人らしいね。僕の国だったら、たいてい30分は遅れるよ。\n\n\n類似文型\n中級を学ぼう-中級前期 第5課:わたしの町\n", 1377 | { 1378 | "tag": "a", 1379 | "href": "https://nihongokyoshi-net.com/2018/06/22/jlptn4-grammar-rashii/", 1380 | "content": "nihongo kyoushi link" 1381 | } 1382 | ] 1383 | } 1384 | ], 1385 | 0, 1386 | "日本語NETーN4文法" 1387 | ] 1388 | ] 1389 | -------------------------------------------------------------------------------- /nihongo_kyoushi/term_bank_5.json: -------------------------------------------------------------------------------- 1 | [ 2 | [ 3 | "あとで", 4 | "あとで", 5 | "・〜あとで", 6 | "", 7 | 0, 8 | [ 9 | { 10 | "type": "structured-content", 11 | "content": [ 12 | "【 【JLPT N5】文法・例文:〜あとで 】\n\n\n[意味]\n 〜してから\n 前件の事柄が後件の事柄より先に起こること表す。\n\n[英訳]\n \"after\"\n \n\n[接続]\n V(タ形) + あとで\n N + のあとで\n\n[JLPT レベル]\n N5\n\n\n例文\n1. 動詞文図書館で宿題をしたあとで、帰ります。\nAfter doing my homework at the library, I will go home.\n今から少し練習したあとで、前で発表してもらいます。\nAfter you have practiced a little, I will ask you to make a presentation in front of the class.\n電車に乗ったあとで、学校に忘れ物をしたことに気がつきました。\nAfter getting on the train, I realized that I forgot something at school.\nアニメを見たあとで、お風呂に入ります。\nAfter watching anime, I'm going to take a bath.\nスマホで写真を撮ったあとで、少し色を変えたり、サイズを変えたりします。\nAfter taking a picture with my phone, I change the color and the size a little.\n\n", 13 | { 14 | "tag": "a", 15 | "href": "https://nihongokyoshi-net.com/2019/12/18/jlptn5-grammar-atode/", 16 | "content": "nihongo kyoushi link" 17 | } 18 | ] 19 | } 20 | ], 21 | 0, 22 | "日本語NETーN5文法" 23 | ], 24 | [ 25 | "がいちばん", 26 | "がいちばん", 27 | "・〜がいちばん", 28 | "", 29 | 0, 30 | [ 31 | { 32 | "type": "structured-content", 33 | "content": [ 34 | "【 【JLPT N5】文法・例文:〜がいちばん 】\n\n\n[意味]\n \n 比較する全てのもの(3つ以上)の中で、最も程度が高いことを表す。\n \n\n[英訳]\n \"the best\"\n Indicates the highest degree of all (three or more) that are compared.\n\n[接続]\n N + がいちばん\n\n[JLPT レベル]\n N5\n\n[備考]\n 比較するものが2つだけの時は「AはBより〜です」の文型を使う。\n\n", 35 | { 36 | "tag": "a", 37 | "href": "https://nihongokyoshi-net.com/2020/02/26/jlptn5-grammar-gaichiban/", 38 | "content": "nihongo kyoushi link" 39 | } 40 | ] 41 | } 42 | ], 43 | 0, 44 | "日本語NETーN5文法" 45 | ], 46 | [ 47 | "方", 48 | "かた", 49 | "・〜方", 50 | "", 51 | 0, 52 | [ 53 | { 54 | "type": "structured-content", 55 | "content": [ 56 | "【 【JLPT N5】文法・例文:〜方(かた) 】\n\n\n[意味]\n 〜をする方法\n\n[英訳]\n The way of doing something / how to do\n\n[接続]\n V(ます形)ます + 方\n\n[JLPT レベル]\n N5\n\n\n例文\n泳ぎ方を教えていただけませんか。\nCould you please teach me how to swim?\nATMの使い方を教えていただけませんか。\nCan you teach me how to use an ATM?\nこの漢字の読み方を教えてください。\nPlease tell me how to read this kanji.\nおいしい料理の作り方を母に習いました。\nMy mother taught me how to make delicious curry.\nあの先生の教え方はとてもわかりやすいです。\nThat teacher's way of teaching is very easy to understand.\n箸の使い方が上手ですね。\nYou are good at using chopsticks, aren't you?\nAAAデパートへの行き方を教えていただけませんか。\nCan you tell me how to get to the AAA department store?\nアンジェラさんの走り方はとてもかわいいです。\nAngela’s running style is very cute.\n切符の買い方がわかりません。\nI don't know how to buy a train ticket.\n肉じゃがの作り方が知りたいです。\nI want to know how to cook nikujaga.\n\n", 57 | { 58 | "tag": "a", 59 | "href": "https://nihongokyoshi-net.com/2018/04/12/jlptn5-grammar-kata/", 60 | "content": "nihongo kyoushi link" 61 | } 62 | ] 63 | } 64 | ], 65 | 0, 66 | "日本語NETーN5文法" 67 | ], 68 | [ 69 | "が欲しい", 70 | "がほしい", 71 | "・〜が欲しい", 72 | "adj-i", 73 | 0, 74 | [ 75 | { 76 | "type": "structured-content", 77 | "content": [ 78 | "【 【JLPT N5】文法・例文:〜が欲しい 】\n\n\n[意味]\n \n 話し手の願望や希望などを表す文型。\n \n\n[英訳]\n \"want\"\n Expresses the speaker's desires or hopes.\n\n[接続]\n N + が欲しい\n\n[JLPT レベル]\n N5\n\n[備考]\n 第三人称(彼、彼女など)の願望・希望は、表せない。\n 目上の人に「〜欲しいですか」は使えない(使うと失礼)。\n \n\n\n例文\nもっとお金が欲しいです。\nI want more money.\n彼女が欲しいです。\nI want a girlfriend.\nMac Book Proが欲しいです。\nI want a Mac Book Pro.\nもっと休みが欲しいです。\nI want more time off.\n先生、あと5分欲しいです。\nTeacher, I want five more minutes.\nあ〜、どこでもドアが欲しい。\nOh, I want an “Anywhere door”.\n誕生日に何が欲しいですか。\nWhat do you want for your birthday?\n今、何が欲しいですか。\nWhat do you want now?\nジェームスさんはどれが欲しいですか。\nWhich one do you want, James?\nトムさんはどんな車が欲しいですか。\nWhat kind of car do you want, Tom?\n時間とお金とどちらが欲しいですか。\nWhich do you want more, time or money?\n\n", 79 | { 80 | "tag": "a", 81 | "href": "https://nihongokyoshi-net.com/2020/02/12/jlptn5-grammar-gahoshii/", 82 | "content": "nihongo kyoushi link" 83 | } 84 | ] 85 | } 86 | ], 87 | 0, 88 | "日本語NETーN5文法" 89 | ], 90 | [ 91 | "ぜひ", 92 | "ぜひ", 93 | "・ぜひ", 94 | "", 95 | 0, 96 | [ 97 | { 98 | "type": "structured-content", 99 | "content": [ 100 | "【 【JLPT N5】文法・例文:ぜひ 】\n\n\n[意味]\n \n 依頼や願望を強調して言う表現。\n \n\n[英訳]\n \"by all means / really\"\n An expression that emphasizes a request or desire.\n\n[JLPT レベル]\n N5\n\n[備考]\n ① 否定文と一緒には基本的に使わない。\n 例:ぜひ来ないでください。\n② 人の行為に対して使うため、自然現象には使えない。\n 例:明日は嫌いな運動会だから、ぜひ雨が降って欲しい。\n\n\n例文\nぜひ、今度うちへ遊びにきてください。\nPlease do come and visit us sometime.\n東京に来るときは、ぜひ連絡ください。\nPlease do contact me when you come to Tokyo.\n週末、パーティーをするので、ぜひ来てください。\nWe are having a party on the weekend, so please do come.\n彼女は結婚しても仕事を続けたいと言っているので、ぜひ続けてほしい。\nShe says she wants to continue working after marriage, so I hope she will.\nA:今度、一緒に京都へ行きませんか。色々な場所を案内しますよ。\n B:はい、ぜひ行きたいです。\nA: Would you like to go to Kyoto with me next time? I will show you many places.\n B: Yes, I'd love to go.\nA:一緒に映画を見に行きませんか。トムさんとジェームスさんも行きます。\n B:はい、ぜひ一緒に見に行きたいです。\nA: Why don't we go see a movie together? Tom and James will be there too.\n B: Yes, I'd love to go see a movie with you.\n\n", 101 | { 102 | "tag": "a", 103 | "href": "https://nihongokyoshi-net.com/2019/09/23/jlptn5-grammar-zehi/", 104 | "content": "nihongo kyoushi link" 105 | } 106 | ] 107 | } 108 | ], 109 | 0, 110 | "日本語NETーN5文法" 111 | ], 112 | [ 113 | "で", 114 | "で", 115 | "・〜で(手段・方法)", 116 | "", 117 | 0, 118 | [ 119 | { 120 | "type": "structured-content", 121 | "content": [ 122 | "【 【JLPT N5】文法・例文:〜で(手段・方法) 】\n\n\n[意味]\n 手段・方法を表す。\n\n[英訳]\n \"by\"\n Indicates methods or means\n\n[JLPT レベル]\n N5\n\n\n類似文型\n〜で(手段・方法)\n", 123 | { 124 | "tag": "a", 125 | "href": "https://nihongokyoshi-net.com/2019/08/13/jlptn5-grammar-de/", 126 | "content": "nihongo kyoushi link" 127 | } 128 | ] 129 | } 130 | ], 131 | 0, 132 | "日本語NETーN5文法" 133 | ], 134 | [ 135 | "てから", 136 | "てから", 137 | "・〜てから", 138 | "", 139 | 0, 140 | [ 141 | { 142 | "type": "structured-content", 143 | "content": [ 144 | "【 【JLPT N5】文法・例文:〜てから 】\n\n\n[意味]\n \n XてからY:Xを先に行い、それが終わったらYを行う。\n \n\n[英訳]\n \"and then / after\"\n This expresses that X is done before Y.\n\n[接続]\n V(て形)+ から\n\n[JLPT レベル]\n N5\n\n[備考]\n 「後文の事柄が起こる条件として、まず前文の事柄が起こる必要がある」というニュアンスがある。\n\n\n例文\n・手を洗ってからご飯を食べます。\n・洗濯してから、部屋を掃除します。\n・靴を脱いでから、入ってください。\n・ご飯を食べてから、薬を飲んでください。\n・歯を磨いてから寝ます。\n・家に帰ってから、ご飯を食べます。\n・お金を入れてからボタンを押してください。\n・手を洗ってから、料理をしましょう。\n・宿題をしてから、寝ます。\n・テレビを見てから、勉強します。\n・日本に来てから、たくさん日本人の友達ができました。\n・飛行機が止まってから、席を立ってください。\n・先に食券を買ってから、席に座ってください。\n\n\n類似文型\n〜てから\n【JLPT N5】文法・例文:〜あとで\n【JLPT N2】文法・例文:〜上で\n", 145 | { 146 | "tag": "a", 147 | "href": "https://nihongokyoshi-net.com/2020/08/16/jlptn5-grammar-tekara/", 148 | "content": "nihongo kyoushi link" 149 | } 150 | ] 151 | } 152 | ], 153 | 0, 154 | "日本語NETーN5文法" 155 | ], 156 | [ 157 | "てはいけない", 158 | "てはいけない", 159 | "・〜てはいけない", 160 | "adj-i", 161 | 0, 162 | [ 163 | { 164 | "type": "structured-content", 165 | "content": [ 166 | "【 【JLPT N5】文法・例文:〜てはいけない 】\n\n\n[意味]\n \n 禁止や規制を表す。\n \n\n[英訳]\n \"must not\"\n Indicates a prohibition or regulation.\n\n[接続]\n V(て形) + はいけない。\n\n[JLPT レベル]\n N5\n\n[備考]\n 話し言葉は「ちゃいけない」や「じゃいけない」となる。\n\n\n例文\nこの川で泳いではいけません。\nYou must not swim in this river.\n授業中に携帯電話を使ってはいけません。\nYou must not use your cell phone in class.\n図書館でうるさくしてはいけません。\nYou must not be noisy in the library.\nこの美術館では絵に触ってはいけません。\nYou must not touch the pictures in this museum.\nここでタバコを吸ってはいけませんよ。\nYou must not smoke here.\n20歳未満の人はお酒を飲んだり、タバコを吸ってはいけません。\nYou must not drink alcohol or smoke if you are under 20 years old.\n廊下を走ってはいけませんよ。\nYou must not run in the hallway.\nこれは笑ってはいけないゲームです。\nThis is a game where you must not laugh.\nこの学校では髪を染めてはいけません。\nYou must not dye your hair in this school.\nこの学校ではスカートを短くしてはいけません。\nYou must not wear short skirts in this school.\n\n", 167 | { 168 | "tag": "a", 169 | "href": "https://nihongokyoshi-net.com/2019/05/07/jlptn5-grammar-tewaikemasen/", 170 | "content": "nihongo kyoushi link" 171 | } 172 | ] 173 | } 174 | ], 175 | 0, 176 | "日本語NETーN5文法" 177 | ], 178 | [ 179 | "てはいく", 180 | "てはいけない", 181 | "・〜てはいけない", 182 | "v5", 183 | 0, 184 | [ 185 | { 186 | "type": "structured-content", 187 | "content": [ 188 | "【 【JLPT N5】文法・例文:〜てはいけない 】\n\n\n[意味]\n \n 禁止や規制を表す。\n \n\n[英訳]\n \"must not\"\n Indicates a prohibition or regulation.\n\n[接続]\n V(て形) + はいけない。\n\n[JLPT レベル]\n N5\n\n[備考]\n 話し言葉は「ちゃいけない」や「じゃいけない」となる。\n\n\n例文\nこの川で泳いではいけません。\nYou must not swim in this river.\n授業中に携帯電話を使ってはいけません。\nYou must not use your cell phone in class.\n図書館でうるさくしてはいけません。\nYou must not be noisy in the library.\nこの美術館では絵に触ってはいけません。\nYou must not touch the pictures in this museum.\nここでタバコを吸ってはいけませんよ。\nYou must not smoke here.\n20歳未満の人はお酒を飲んだり、タバコを吸ってはいけません。\nYou must not drink alcohol or smoke if you are under 20 years old.\n廊下を走ってはいけませんよ。\nYou must not run in the hallway.\nこれは笑ってはいけないゲームです。\nThis is a game where you must not laugh.\nこの学校では髪を染めてはいけません。\nYou must not dye your hair in this school.\nこの学校ではスカートを短くしてはいけません。\nYou must not wear short skirts in this school.\n\n", 189 | { 190 | "tag": "a", 191 | "href": "https://nihongokyoshi-net.com/2019/05/07/jlptn5-grammar-tewaikemasen/", 192 | "content": "nihongo kyoushi link" 193 | } 194 | ] 195 | } 196 | ], 197 | 0, 198 | "日本語NETーN5文法" 199 | ], 200 | [ 201 | "てもいいですか", 202 | "てもいいですか", 203 | "・〜てもいいですか", 204 | "", 205 | 0, 206 | [ 207 | { 208 | "type": "structured-content", 209 | "content": [ 210 | "【 【JLPT N5】文法・例文:〜てもいいですか 】\n\n\n[意味]\n \n 許可を求める時に使う表現\n \n\n[英訳]\n May I 〜? / Can I 〜?\n Used for asking permission to do something.\n\n[接続]\n V(て形) + てもいいですか\nのむ → のんでもいいですか\n たべる → たべてもいいですか\n みる → みてもいいですか\n\n[JLPT レベル]\n N5\n\n\n例文\nちょっと寒いので、エアコンを消してもいいですか。\nIt's a little cold,  can I turn off the air conditioner?\n部屋が少し暗いので、電気をつけてもいいですか。\nThe room is a little dark, can I turn on the light?\n先生、すみません。トイレに言ってもいいですか。\nExcuse me, teacher. May I go to the restroom?\n(友達の家で)あ、これトムさんの卒業アルバム?ちょっと、見てもいい?\nAt a friend's house: Oh, is this Tom's graduation album? May I see it?\n(電話で)先生、熱があるんです。今日、休んでもいいですか。\nOn the phone: Teacher, I have a fever. May I take a day off today?\n先生、テストの時、辞書を使ってもいいですか。\nTeacher, May I use the dictionary during the test?\nすみません。消しゴムを忘れてしまったので、ちょっと借りてもいいですか。\nExcuse me. I forgot my eraser, can I borrow yours?\n今日、妻の誕生日なので早めに帰ってもいいですか。\nIt's my wife's birthday today, may I go home early?\nこのコピー機は学生が使ってもいいですか。\nIs it okay for students to use this copier?\nここに座ってもいいですか。\nCan I sit here?\nもう帰ってもいいですか。\nCan I go home now?\nこの服、試着してみてもいいですか。\nCan I try on these clothes?\n\n", 211 | { 212 | "tag": "a", 213 | "href": "https://nihongokyoshi-net.com/2019/02/23/jlptn5-grammar-temoiidesuka/", 214 | "content": "nihongo kyoushi link" 215 | } 216 | ] 217 | } 218 | ], 219 | 0, 220 | "日本語NETーN5文法" 221 | ], 222 | [ 223 | "どうやって", 224 | "どうやって", 225 | "・〜どうやって", 226 | "", 227 | 0, 228 | [ 229 | { 230 | "type": "structured-content", 231 | "content": [ 232 | "【 【JLPT N5】文法・例文:どうやって 】\n\n\n[意味]\n \n 方法を尋ねる表現。\n\n[英訳]\n This is used to ask the way how to do it.\n \n\n[JLPT レベル]\n N5\n\n", 233 | { 234 | "tag": "a", 235 | "href": "https://nihongokyoshi-net.com/2020/02/28/jlptn5-grammar-douyatte/", 236 | "content": "nihongo kyoushi link" 237 | } 238 | ] 239 | } 240 | ], 241 | 0, 242 | "日本語NETーN5文法" 243 | ], 244 | [ 245 | "と思う", 246 | "とおもう", 247 | "・〜と思う", 248 | "v5", 249 | 0, 250 | [ 251 | { 252 | "type": "structured-content", 253 | "content": [ 254 | "【 【JLPT N5】文法・例文:〜と思う 】\n\n\n[意味]\n 意見を述べたり、推測したことを述べる表現。\n\n[英訳]\n I think\nThis is used to express the speaker’s conjecture or used when saying an opinion.\n\n[接続]\n V(普通形) + と思う\n イA(普通形) + と思う\n ナA(普通形) + と思う\n N(普通形) + と思う\n \n\n[JLPT レベル]\n N5\n\n\n例文\n1. 動詞文・今日は午後から雨が降ると思います。\n・トムさんはあとで来ると思います。\n・たぶん、キムさんは納豆が嫌いだと思います。\n・ジェシカさんには彼氏がいると思います。\n・来年は海外留学していると思います。\n・10年後は結婚して、幸せに暮らしていると思います。\n・この問題、テストに出ると思いますか。\n・先生、それは昨日やったと思います。\n・もう先生は帰ったと思います。\n・今夜の飲み会には行かないと思います。\n2. イ形容詞文・食べ過ぎは体によくないと思います。\n・まだ熱いと思うから、気をつけて食べて。\n・この人は若いと思いますか。\n・ひらがなよりカタカナのほうが難しいと思います。\n・Androidよりi-phoneのほうがいいと思います。\n・日本の物価は高いと思いますか。\n3. ナ形容詞文・このキャラクタ〜は有名だと思っていたんですが、知らないんですか。\n・日本のコンビニは私の国のコンビニより便利だと思います。\n・ジェームさんは彼女ができて、幸せだと思います。\n4. 名詞文・この人は何歳だと思いますか。\n・僕の彼女はどんな人だと思いますか、\nこの文型が登場する教科書みんなの日本語 第21課 みんなの日本語 初級I 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店まるごと 日本のことばと文化 初級1 A2 りかい 第18課 Marugoto: Japanese language and culture Elementary1 A2 Coursebook for communicative language competences \"Rikai\" / まるごと 日本のことばと文化 初級1 A2 りかい (JF Standard coursebook / JF日本語教育スタンダード準拠コースブック) Amazon 楽天市場 Yahooショッピング\n", 255 | { 256 | "tag": "a", 257 | "href": "https://nihongokyoshi-net.com/2020/02/02/jlptn5-grammar-toomou/", 258 | "content": "nihongo kyoushi link" 259 | } 260 | ] 261 | } 262 | ], 263 | 0, 264 | "日本語NETーN5文法" 265 | ], 266 | [ 267 | "とても", 268 | "とても", 269 | "・とても〜ない", 270 | "", 271 | 0, 272 | [ 273 | { 274 | "type": "structured-content", 275 | "content": [ 276 | "【 【JLPTに出ない?】文法・例文:とても〜ない 】\n\n\n[意味]\n 〜できない / 絶対に無理だ\n\n[接続]\n とても + V(ナイ形)\n\n[JLPT レベル]\n ?\n\n\n例文\n・彼女がせっかく作ってくれた料理をまずいだなんて、とても言えない。\n・たくさんあって、とても食べきれない。\n・日本語の文字がびっしり詰まった本なんで、私にはとても読めません。\n・明日までに、10ページ分の漢字を全部覚えるなんてとてもできない。\n・今の気持ちはとても言葉では言い表せません。\n\n", 277 | { 278 | "tag": "a", 279 | "href": "https://nihongokyoshi-net.com/2019/05/30/jlptn0-grammar-totemo-nai/", 280 | "content": "nihongo kyoushi link" 281 | } 282 | ] 283 | } 284 | ], 285 | 0, 286 | "日本語NETーJLPTに出ない?文型" 287 | ], 288 | [ 289 | "どんな", 290 | "どんな", 291 | "・どんな", 292 | "", 293 | 0, 294 | [ 295 | { 296 | "type": "structured-content", 297 | "content": [ 298 | "【 【JLPT N5】文法・例文:どんな 】\n\n\n[意味]\n \n 人や物、場所の特徴について尋ねる文型\n \n\n[英訳]\n \"what kind of / what sort of\"\n Used when you ask about the state or the character of a person, thing, etc.\n\n[接続]\n どんな + N\n\n[JLPT レベル]\n N5\n\n", 299 | { 300 | "tag": "a", 301 | "href": "https://nihongokyoshi-net.com/2020/02/20/jlptn5-grammar-donna/", 302 | "content": "nihongo kyoushi link" 303 | } 304 | ] 305 | } 306 | ], 307 | 0, 308 | "日本語NETーN5文法" 309 | ], 310 | [ 311 | "たい", 312 | "たい", 313 | "・〜たい", 314 | "adj-i", 315 | 0, 316 | [ 317 | { 318 | "type": "structured-content", 319 | "content": [ 320 | "【 【JLPT N5】文法・例文:〜たい 】\n\n\n[意味]\n \n 行為の欲求や希望などを表す文型。\n \n\n[英訳]\n \"want to do\"\n Used to express the speaker’s desire to do something.\n\n[接続]\n V(ます形)ます + たい\n\n[JLPT レベル]\n N5\n\n[備考]\n 第三人称(彼、彼女など)のしたいことを言う時は、この文型は使えない。\n 目上の人に「〜たいですか」は使えない(使うと失礼)。\n い形容詞と同じように活用する。\n → 行きたいです / 行きたくないです / 行きたかったです / 行きたくなかったです\nThis sentence pattern cannot be used to describe what the third person (he, she, etc.) wants to do. If you use this sentence pattern to a superior/senior person, it is rude. So it’ better not to use it to them.\n\n\n例文\n夏休みは海に行きたいです。\nI want to go to the beach during my summer vacation.\n今夜はラーメンが食べたいです。\nI want to eat ramen tonight.\n日本語をもっと勉強したいです。\nI want to study Japanese more.\n週末は映画をみたいです。\nI want to watch a movie on weekends.\n早く結婚したい。\nI want to get married soon.\nあ〜、早く家に帰りたい。\nAh~, I want to go home soon.\n国の家族に会いたいです。\nI want to meet my family in my country.\n韓国語も勉強したいです。\nI want to study Korean.\n今日は家で休みたいです。\nI want to rest at home today.\n将来は日本の会社で働きたいです。\nI want to work in a Japanese company in the future.\n今日はどこへも行きたくないです。\nI don't want to go anywhere today.\nホラー映画は苦手ですから、見たくないです。\nI'm not a fan of scary movies., so I don't want to watch them.\nお金がたくさんあったら、何をしたいですか。\nIf you had a lot of money, what would you like to do?\n\n", 321 | { 322 | "tag": "a", 323 | "href": "https://nihongokyoshi-net.com/2020/02/12/jlptn5-grammar-tai/", 324 | "content": "nihongo kyoushi link" 325 | } 326 | ] 327 | } 328 | ], 329 | 0, 330 | "日本語NETーN5文法" 331 | ], 332 | [ 333 | "たり", 334 | "たりたり", 335 | "・〜たり〜たり", 336 | "", 337 | 0, 338 | [ 339 | { 340 | "type": "structured-content", 341 | "content": [ 342 | "【 【JLPT N5】文法・例文:〜たり〜たり 】\n\n\n[意味]\n 複数ある事柄の中から代表的なものを2、3挙げて言う表現。\n\n[英訳]\n V1 and V2 \n\n[接続]\n V1(タ形)+ り +  V2 (タ形)+ り\n\n[JLPT レベル]\n N5\n\n[備考]\n 「たり」1つでも使うことができる。\n\n\n例文\n・土曜日は買い物したり、映画を見たりしました。\n・休みの日は、たいてい家でYouTubeを見たり、音楽を聞いたりしています。\n・今度の夏休みは、花火を見たり、海へ泳ぎにいったりするつもりです。\n・学校生活は遠足があったり、体育祭があったりして、楽しかった。\n・留学中に現地の料理を食べたり、旅行したりしました。\n・今日は宿題をしたり、部屋の掃除をしたり、忙しいです。\n・カフェには勉強する人がいたり、仕事をする人がいたり、色々な人がいます。\n・私は外国人の人と交流したり、外国語を学ぶのが好きです。\n・宿題をしたり、手紙を書いたり、今日はとても忙しかった。\n・見たり、聞いたりして感じたことを話してください。\n類似文型【JLPT N1】文法・\n\n例文\n:〜つ〜つ2019.2.15文型:〜つ〜つ 〜たり〜たり 「〜たり〜たり」の慣用的な表現で、使用場面は限られる。同一場面、同じ時間帯の中で起こっていることを表すので、次のようなのは使えない。 誤用例:明日は勉強しつ、本を読みつするつもりだ。 and V(ます形)+ つ、V(ます形) + つ N1 \n\n例文\n ・どうしても欲しいパソコ...この文型が登場する教科書みんなの日本語 第19課 みんなの日本語 初級I 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店げんき1 第11課 GENKI: An Integrated Course in Elementary Japanese I [Third Edition] 初級日本語げんき[第3版] Kindle Amazon 楽天市場 Yahooショッピングまるごと 日本のことばと文化 初級1 A2 りかい 第16課 Marugoto: Japanese language and culture Elementary1 A2 Coursebook for communicative language competences \"Rikai\" / まるごと 日本のことばと文化 初級1 A2 りかい (JF Standard coursebook / JF日本語教育スタンダード準拠コースブック) Amazon 楽天市場 Yahooショッピング\n\n類似文型\n【JLPT N1】文法・例文:〜つ〜つ\n", 343 | { 344 | "tag": "a", 345 | "href": "https://nihongokyoshi-net.com/2019/06/18/jlptn5-grammar-taritari/", 346 | "content": "nihongo kyoushi link" 347 | } 348 | ] 349 | } 350 | ], 351 | 0, 352 | "日本語NETーN5文法" 353 | ], 354 | [ 355 | "とき", 356 | "とき", 357 | "・〜とき", 358 | "", 359 | 0, 360 | [ 361 | { 362 | "type": "structured-content", 363 | "content": [ 364 | "【 【JLPT N5】文法・例文:〜とき 】\n\n\n[意味]\n 「AときB」Bの状態、動作の時間をAで表す時に使われる。\n「AときB」のAの動詞(V1)の時制は、主文の時制つまり「AときB」のBの動詞の時制(V2)とは関係がない。そのため、英語から日本語訳を考えると、使い方を間違える学生がいるので要注意である。\nV1の時制の考え方はV2がV1より先に行われるか、後に行われるかで決まる。V1がV2より先に行われる場合、V1は過去形(タ形)、V2より後に行われる場合は、V1は現在形(辞書形)になる。\n(例)\n When I leave the classroom, I turn off the light\n 教室を出るとき、電気を消します。\nWhen I enter the classroom, I turn on the light.\n 教室に入った時、電気をつけます。\n\n[英訳]\n when\n\n[接続]\n V(普) + とき\n イAい + とき\n ナAな + とき\n N + のとき\n\n[JLPT レベル]\n N5\n\n", 365 | { 366 | "tag": "a", 367 | "href": "https://nihongokyoshi-net.com/2018/06/09/jlptn5-grammar-toki/", 368 | "content": "nihongo kyoushi link" 369 | } 370 | ] 371 | } 372 | ], 373 | 0, 374 | "日本語NETーN5文法" 375 | ], 376 | [ 377 | "ないで", 378 | "ないで", 379 | "・〜ないで", 380 | "", 381 | 0, 382 | [ 383 | { 384 | "type": "structured-content", 385 | "content": [ 386 | "【 【JLPT N5】文法・例文:〜ないで 】\n\n\n[意味]\n \n Aをしない状態でBをする。\n \n\n[英訳]\n To do B without doing A\n\n[接続]\n V(ない形) + ないで\nのむ → のまないで\n たべる → たべないで\n みる → みないで\n\n[JLPT レベル]\n N5\n\n\n例文\n今朝、朝ごはんを食べないで学校に来ました。\nThis morning, I came to school without eating breakfast.\n私は毎日、電気を消さないで寝ます。\nI sleep without turning off the lights every day.\n最近、涼しいので、エアコンをつけないで寝ます。\nI sleep without turning on the air conditioner because it is cooler these days.\n傘を持たないで出かけます。\nI will go out without an umbrella.\nコーヒーに砂糖を入れないで飲みます。\nI drink coffee without sugar.\n宿題をしないで学校に行ったら怒られました。\nI went to school without doing my homework, and my teacher got angry with me.\n昨日、お風呂に入らないで寝てしまった。\nI fell asleep without taking a bath last night.\n友達にもらった本を読まないで売ってしまった。\nI sold the book that my friend gave me without reading it.\n明日は試験なので、今晩は寝ないで勉強します。\nI have an exam tomorrow, so I'm going to study without sleeping tonight.\n熱があったので、お風呂に入らないで寝ました。\nI had a fever, so I went to bed without taking a bath.\n体調が悪いときは、無理しないで休んでください。\nIf you are not feeling well, please rest without straining yourself.\nわからないことがあったら、遠慮しないで聞いてください。\nIf you have any questions, please don't hesitate to ask.\n財布を持たないで来てしまった。\nI came here without my wallet.\n辞書を使わないで、一人でやりました。\nI did not use a dictionary and did the work by myself.\n朝寝坊して急いでいたので、歯磨きをしないで学校に来ちゃった。\nI overslept and was in a hurry, so I came to school without brushing my teeth.\n今日は学校に行かないで、どこに行っていたの?\nWhere did you go without going to school today?\n\n\n類似文型\n関連記事【JLPT N3】文法・例文:〜ずに\n〜ないで\n【教案】みんなの日本語初級2:第34課\nげんき2 初級日本語 第20課\n", 387 | { 388 | "tag": "a", 389 | "href": "https://nihongokyoshi-net.com/2018/04/20/jlptn5-grammar-naide/", 390 | "content": "nihongo kyoushi link" 391 | } 392 | ] 393 | } 394 | ], 395 | 0, 396 | "日本語NETーN5文法" 397 | ], 398 | [ 399 | "ないでください", 400 | "ないでください", 401 | "・〜ないでください", 402 | "", 403 | 0, 404 | [ 405 | { 406 | "type": "structured-content", 407 | "content": [ 408 | "【 【JLPT N5】文法・例文:〜ないでください 】\n\n\n[意味]\n \n 何かをしないように指示する表現。\n \n\n[英訳]\n \"please don't do / giving warning not to do\"\n Used to ask someone not to do something.\n \n\n[接続]\n V(ない形) + ないでください\nのむ → のまないでください\n たべる → たべないでください\n みる → みないでください\n\n[JLPT レベル]\n N5\n\n\n例文\nそちらの絵に触らないでください。\nPlease don't touch that picture.\nそれは売り物ですから、座らないでください。\nIt's for sale, so don't sit on it.\n映画館の中で写真を撮らないでください。\nPlease don't take pictures in the theater.\n後で使いますから、コンピューターの電源は切らないでください。\nPlease don’t  turn off your computer as we will use it later.\nここではタバコを吸わないでください。\nPlease do not smoke in this area.\n動物にエサを与えないでください。\nPlease do not feed the animals.\nここにゴミを捨てないでください。\nPlease do not throw garbage here.\nここに自転車をとめないでください。\nPlease do not park your bicycles here.\n授業中に寝ないでください。\nPlease do not sleep during the class.\nすみません、窓を開けないでください。\nPlease do not open the windows.\n今日はお風呂に入らないでください。\nPlease don't take a bath today.\nちょっと、押さないでくださいよ。\nHey, don't push me.\nそこには入らないでください。\nPlease don't go in there.\n図書館では食べたり、飲んだりしないでください。\nPlease don't eat or drink in the library.\n図書館では、うるさくしないでください。\nPlease don't be noisy in the library.\n\n", 409 | { 410 | "tag": "a", 411 | "href": "https://nihongokyoshi-net.com/2019/02/23/jlptn5-grammar-naidekudasai/", 412 | "content": "nihongo kyoushi link" 413 | } 414 | ] 415 | } 416 | ], 417 | 0, 418 | "日本語NETーN5文法" 419 | ], 420 | [ 421 | "なくてもいい", 422 | "なくてもいい", 423 | "・〜なくてもいい", 424 | "", 425 | 0, 426 | [ 427 | { 428 | "type": "structured-content", 429 | "content": [ 430 | "【 【JLPT N5】文法・例文:〜なくてもいい 】\n\n\n[意味]\n \n 〜する必要がない。\n \n\n[英訳]\n don't have to\n\n[接続]\n V(ナイ形)ない + くてもいい\n\n[JLPT レベル]\n N5\n\n", 431 | { 432 | "tag": "a", 433 | "href": "https://nihongokyoshi-net.com/2019/09/04/jlptn5-grammar-nakutemoii/", 434 | "content": "nihongo kyoushi link" 435 | } 436 | ] 437 | } 438 | ], 439 | 0, 440 | "日本語NETーN5文法" 441 | ], 442 | [ 443 | "なければならない", 444 | "なければならない", 445 | "・〜なければならない", 446 | "adj-i", 447 | 0, 448 | [ 449 | { 450 | "type": "structured-content", 451 | "content": [ 452 | "【 【JLPT N5】文法・例文:〜なければならない 】\n\n\n[意味] 〜する義務がある / 〜する必要がある\n\n[英訳]\n must / have to\n Used when the speaker says that it is necessary to do something or it must be done.\n\n[接続]\n V(ナイ形)ない + ければならない\n \n\n[JLPT レベル]\n N5\n\n[備考]\n 質問文「〜なければなりませんか」に対して、「いいえ」で答える場合「〜なくてもいいです」の文型が使われる。\n\n\n例文\n今日中に本を返さなければなりません。\nI have to return the book by the end of the day.\n飛行機に乗る時はパスポートを見せなければなりません。\nYou have to show your passport when you get on the plane.\n明日は学校でイベントがありますから、8時までに学校に行かなければなりません。\nI have to be at school by 8:00 a.m. because there is an event at the school tomorrow.\nもうすぐテストですから、勉強しなければなりません。\nI have a test coming up soon, so I have to study.\n今日の5時までにレポートを出さなければなりません。\nI have to submit my report by 5:00 today.\n先生、明日までにこの課の漢字を全部覚えなければなりませんか。\nTeacher, do I have to memorize all the kanji in this lesson by tomorrow?\n日本では家に入る時、靴を脱がなければなりません。\nIn Japan, you have to take off your shoes when you enter a house.\n車に乗る時はシートベルトをしなければなりません。\nYou have to wear a seatbelt when you get into a car.\n明日の会議では私が発表しなければなりません。\nI have to make a presentation at the meeting tomorrow.\n仕事がまだ終わらないので、残業しなければなりません。\nI have to work late because my work is not finished yet.\nこの薬を毎日飲まなければならない。\nI have to take this medicine every day.\n\n", 453 | { 454 | "tag": "a", 455 | "href": "https://nihongokyoshi-net.com/2020/02/06/jlptn5-grammar-nakerebanaranai/", 456 | "content": "nihongo kyoushi link" 457 | } 458 | ] 459 | } 460 | ], 461 | 0, 462 | "日本語NETーN5文法" 463 | ], 464 | [ 465 | "なければなる", 466 | "なければならない", 467 | "・〜なければならない", 468 | "v5", 469 | 0, 470 | [ 471 | { 472 | "type": "structured-content", 473 | "content": [ 474 | "【 【JLPT N5】文法・例文:〜なければならない 】\n\n\n[意味] 〜する義務がある / 〜する必要がある\n\n[英訳]\n must / have to\n Used when the speaker says that it is necessary to do something or it must be done.\n\n[接続]\n V(ナイ形)ない + ければならない\n \n\n[JLPT レベル]\n N5\n\n[備考]\n 質問文「〜なければなりませんか」に対して、「いいえ」で答える場合「〜なくてもいいです」の文型が使われる。\n\n\n例文\n今日中に本を返さなければなりません。\nI have to return the book by the end of the day.\n飛行機に乗る時はパスポートを見せなければなりません。\nYou have to show your passport when you get on the plane.\n明日は学校でイベントがありますから、8時までに学校に行かなければなりません。\nI have to be at school by 8:00 a.m. because there is an event at the school tomorrow.\nもうすぐテストですから、勉強しなければなりません。\nI have a test coming up soon, so I have to study.\n今日の5時までにレポートを出さなければなりません。\nI have to submit my report by 5:00 today.\n先生、明日までにこの課の漢字を全部覚えなければなりませんか。\nTeacher, do I have to memorize all the kanji in this lesson by tomorrow?\n日本では家に入る時、靴を脱がなければなりません。\nIn Japan, you have to take off your shoes when you enter a house.\n車に乗る時はシートベルトをしなければなりません。\nYou have to wear a seatbelt when you get into a car.\n明日の会議では私が発表しなければなりません。\nI have to make a presentation at the meeting tomorrow.\n仕事がまだ終わらないので、残業しなければなりません。\nI have to work late because my work is not finished yet.\nこの薬を毎日飲まなければならない。\nI have to take this medicine every day.\n\n", 475 | { 476 | "tag": "a", 477 | "href": "https://nihongokyoshi-net.com/2020/02/06/jlptn5-grammar-nakerebanaranai/", 478 | "content": "nihongo kyoushi link" 479 | } 480 | ] 481 | } 482 | ], 483 | 0, 484 | "日本語NETーN5文法" 485 | ], 486 | [ 487 | "なる", 488 | "なる", 489 | "・〜なる", 490 | "v5", 491 | 0, 492 | [ 493 | { 494 | "type": "structured-content", 495 | "content": [ 496 | "【 【JLPT N5】文法・例文:〜なる 】\n\n\n[意味]\n 状態の変化を表す。Aという状態が変わり、Bという状態に変化する。\n\n[英訳]\n become\n\n[接続]\n イAく + なる\n ナAに + なる\n Nに + なる\n\n[JLPT レベル]\n N5\n\n\n類似文型\n教案【教案】みんなの日本語初級1:第19課\n", 497 | { 498 | "tag": "a", 499 | "href": "https://nihongokyoshi-net.com/2019/03/13/jlptn5-grammar-naru/", 500 | "content": "nihongo kyoushi link" 501 | } 502 | ] 503 | } 504 | ], 505 | 0, 506 | "日本語NETーN5文法" 507 | ], 508 | [ 509 | "に行く", 510 | "にいく", 511 | "・(目的)に行く / 来る / 帰る", 512 | "v5", 513 | 0, 514 | [ 515 | { 516 | "type": "structured-content", 517 | "content": [ 518 | "【 【JLPT N5】文法・例文:(目的)に行く / 来る / 帰る 】\n\n\n[意味]\n \n その場所へ行く目的を表す。\n \n\n[英訳]\n \"go/come/go home (place) to do ~\"\n Used to indicate the purpose of going to a specific place.\n\n[接続]\n N(場所)へ +  V(ます形)ます + に行きます / 来ます / 帰ります\n N1(場所)へ +  N2 + に行きます / 来ます / 帰ります  ※N2はする動詞のN\n\n[JLPT レベル]\n N5\n\n\n例文\n1. Vにいきますコンビニへ水を買いに行きます。\nI'm going to the convenience store to buy some water.\n昨日、デパートへ服を買いに行きました。\nYesterday, I went to a department store to buy clothes.\nモールへ映画を見に行きます。\nI'm going to the mall to watch a movie. \n図書館へ本を借りに行きます。\nI am going to the library to check out some books.\n家へ忘れ物を取りに帰ります。\nI'm going home to get something I forgot.\n郵便局へ手紙を出しに行きます。\nI am going to the post office to send a letter.\n京都へ友達に会いに行きます。\nI will go to Kyoto to see my friends.\n動物園へパンダを見に行きます。\nI will go to the zoo to see the pandas.\n食堂へ昼ご飯を食べに行きます。\nI will go to the cafeteria/canteen to have lunch.\n美容院へ髪を切りに行きます。\nI will go to the hair salon to get my hair cut.\n山へ写真を撮りに行きます。\nI will go to the mountains to take pictures.\n海へ泳ぎに行きます。\nI'm going to go swimming in the sea.\n日本へ何をしに来ましたか。\nWhat did you come to Japan to do?\n昨日誰とご飯を食べに行ったの?\nWho did you go out to eat with yesterday?\n\n", 519 | { 520 | "tag": "a", 521 | "href": "https://nihongokyoshi-net.com/2019/12/10/jlptn5-grammar-niikimasu/", 522 | "content": "nihongo kyoushi link" 523 | } 524 | ] 525 | } 526 | ], 527 | 0, 528 | "日本語NETーN5文法" 529 | ], 530 | [ 531 | "来る", 532 | "くる", 533 | "・(目的)に行く / 来る / 帰る", 534 | "vk", 535 | 0, 536 | [ 537 | { 538 | "type": "structured-content", 539 | "content": [ 540 | "【 【JLPT N5】文法・例文:(目的)に行く / 来る / 帰る 】\n\n\n[意味]\n \n その場所へ行く目的を表す。\n \n\n[英訳]\n \"go/come/go home (place) to do ~\"\n Used to indicate the purpose of going to a specific place.\n\n[接続]\n N(場所)へ +  V(ます形)ます + に行きます / 来ます / 帰ります\n N1(場所)へ +  N2 + に行きます / 来ます / 帰ります  ※N2はする動詞のN\n\n[JLPT レベル]\n N5\n\n\n例文\n1. Vにいきますコンビニへ水を買いに行きます。\nI'm going to the convenience store to buy some water.\n昨日、デパートへ服を買いに行きました。\nYesterday, I went to a department store to buy clothes.\nモールへ映画を見に行きます。\nI'm going to the mall to watch a movie. \n図書館へ本を借りに行きます。\nI am going to the library to check out some books.\n家へ忘れ物を取りに帰ります。\nI'm going home to get something I forgot.\n郵便局へ手紙を出しに行きます。\nI am going to the post office to send a letter.\n京都へ友達に会いに行きます。\nI will go to Kyoto to see my friends.\n動物園へパンダを見に行きます。\nI will go to the zoo to see the pandas.\n食堂へ昼ご飯を食べに行きます。\nI will go to the cafeteria/canteen to have lunch.\n美容院へ髪を切りに行きます。\nI will go to the hair salon to get my hair cut.\n山へ写真を撮りに行きます。\nI will go to the mountains to take pictures.\n海へ泳ぎに行きます。\nI'm going to go swimming in the sea.\n日本へ何をしに来ましたか。\nWhat did you come to Japan to do?\n昨日誰とご飯を食べに行ったの?\nWho did you go out to eat with yesterday?\n\n", 541 | { 542 | "tag": "a", 543 | "href": "https://nihongokyoshi-net.com/2019/12/10/jlptn5-grammar-niikimasu/", 544 | "content": "nihongo kyoushi link" 545 | } 546 | ] 547 | } 548 | ], 549 | 0, 550 | "日本語NETーN5文法" 551 | ], 552 | [ 553 | "帰る", 554 | "かえる", 555 | "・(目的)に行く / 来る / 帰る", 556 | "v5", 557 | 0, 558 | [ 559 | { 560 | "type": "structured-content", 561 | "content": [ 562 | "【 【JLPT N5】文法・例文:(目的)に行く / 来る / 帰る 】\n\n\n[意味]\n \n その場所へ行く目的を表す。\n \n\n[英訳]\n \"go/come/go home (place) to do ~\"\n Used to indicate the purpose of going to a specific place.\n\n[接続]\n N(場所)へ +  V(ます形)ます + に行きます / 来ます / 帰ります\n N1(場所)へ +  N2 + に行きます / 来ます / 帰ります  ※N2はする動詞のN\n\n[JLPT レベル]\n N5\n\n\n例文\n1. Vにいきますコンビニへ水を買いに行きます。\nI'm going to the convenience store to buy some water.\n昨日、デパートへ服を買いに行きました。\nYesterday, I went to a department store to buy clothes.\nモールへ映画を見に行きます。\nI'm going to the mall to watch a movie. \n図書館へ本を借りに行きます。\nI am going to the library to check out some books.\n家へ忘れ物を取りに帰ります。\nI'm going home to get something I forgot.\n郵便局へ手紙を出しに行きます。\nI am going to the post office to send a letter.\n京都へ友達に会いに行きます。\nI will go to Kyoto to see my friends.\n動物園へパンダを見に行きます。\nI will go to the zoo to see the pandas.\n食堂へ昼ご飯を食べに行きます。\nI will go to the cafeteria/canteen to have lunch.\n美容院へ髪を切りに行きます。\nI will go to the hair salon to get my hair cut.\n山へ写真を撮りに行きます。\nI will go to the mountains to take pictures.\n海へ泳ぎに行きます。\nI'm going to go swimming in the sea.\n日本へ何をしに来ましたか。\nWhat did you come to Japan to do?\n昨日誰とご飯を食べに行ったの?\nWho did you go out to eat with yesterday?\n\n", 563 | { 564 | "tag": "a", 565 | "href": "https://nihongokyoshi-net.com/2019/12/10/jlptn5-grammar-niikimasu/", 566 | "content": "nihongo kyoushi link" 567 | } 568 | ] 569 | } 570 | ], 571 | 0, 572 | "日本語NETーN5文法" 573 | ], 574 | [ 575 | "はどうですか", 576 | "はどうですか", 577 | "・〜はどうですか", 578 | "", 579 | 0, 580 | [ 581 | { 582 | "type": "structured-content", 583 | "content": [ 584 | "【 【JLPT N5】文法・例文:〜はどうですか 】\n\n\n[意味]\n 相手に意見や印象、感想など聞く時に使う。\n\n[英訳]\n \"How about / How is\"\n Used to ask about the listener’s impression or opinion.\n \n\n[接続]\n N + はどうですか\n\n[JLPT レベル]\n N5\n\n\n例文\n日本料理はどうですか。美味しいですか。\nHow is Japanese cuisine? Is it tasty?\n映画はどうでしたか。面白かったですか。\nHow was the movie? Was it interesting?\n旅行はどうでしたか。楽しかったですか。\nHow was your trip? Was it fun?\n日本の生活はどうですか。\nHow is life in Japan?\n仕事はどうですか。\nHow are you doing these days?\n最近どう?\nHow are you doing these days?\n調子はどうですか。\nHow are you doing?\n日本語の勉強はどうですか。\nHow is your Japanese study?\n日本のトイレはどうですか。\nHow are the toilets in Japan?\n学校はどうですか。楽しいですか。\nHow is school? Is it fun?\n僕の日本語はどう? 間違ってない?\nHow is my Japanese? Is it correct?\n日本の電車はどうですか。\nHow is the train in Japan?\nこの文型が登場する教科書みんなの日本語 第8課 みんなの日本語 初級I 第2版 本冊 Amazon 楽天市場 Yahooショッピング 紀伊國屋書店\n", 585 | { 586 | "tag": "a", 587 | "href": "https://nihongokyoshi-net.com/2019/12/13/jlptn5-grammar-wadoudesuka/", 588 | "content": "nihongo kyoushi link" 589 | } 590 | ] 591 | } 592 | ], 593 | 0, 594 | "日本語NETーN5文法" 595 | ], 596 | [ 597 | "前に", 598 | "まえに", 599 | "・〜前に", 600 | "", 601 | 0, 602 | [ 603 | { 604 | "type": "structured-content", 605 | "content": [ 606 | "【 【JLPT N5】文法・例文:〜前に 】\n\n\n[意味]\n 2つの行為のうち、どちらを先に行うかを表す時に使う表現。\n\n[英訳]\n \"before\"\n An expression used to indicate which of two actions should be done first.\n\n[接続]\n V(辞書形)+ 前に\n N + の前に\n N(期間) + 前に\n\n[JLPT レベル]\n N5\n\n[備考]\n 昨日、今日、去年、今年、先月などの数字を伴わない時間表現には使えない。\n\n\n類似文型\n【教案】みんなの日本語初級1:第18課\nげんき2 初級日本語 第17課\n", 607 | { 608 | "tag": "a", 609 | "href": "https://nihongokyoshi-net.com/2019/04/15/jlptn5-grammar-maeni/", 610 | "content": "nihongo kyoushi link" 611 | } 612 | ] 613 | } 614 | ], 615 | 0, 616 | "日本語NETーN5文法" 617 | ], 618 | [ 619 | "ましょう", 620 | "ましょう", 621 | "・〜ましょう", 622 | "", 623 | 0, 624 | [ 625 | { 626 | "type": "structured-content", 627 | "content": [ 628 | "【 【JLPT N5】文法・例文:〜ましょう 】\n\n\n[意味]\n ①一緒に何かをするよう誘う表現(Let's)\n ②誘いを受け入れる返事をする時にも使われる表現(例)\n A:今晩、飲みに行きませんか。B:行きましょう。\n\n[英訳]① An expression to invite someone to do something together.\n ② Also used to reply to an invitation.\n\n[接続]\n V(ます形)ます  + しょう\n[JLPTレベル]\n N5\n\n", 629 | { 630 | "tag": "a", 631 | "href": "https://nihongokyoshi-net.com/2017/12/05/jlptn5-grammar-masho/", 632 | "content": "nihongo kyoushi link" 633 | } 634 | ] 635 | } 636 | ], 637 | 0, 638 | "日本語NETーN5文法" 639 | ], 640 | [ 641 | "ましょうか", 642 | "ましょうか", 643 | "・〜ましょうか", 644 | "", 645 | 0, 646 | [ 647 | { 648 | "type": "structured-content", 649 | "content": [ 650 | "【 【JLPT N5】文法・例文:〜ましょうか 】\n\n\n[意味]\n \n 手伝いを申し出る表現。\n \n\n[英訳]\n \"Shall I ~ ?\"\n Used to offer to help for the listener.\n\n[接続]\n V(ます形)ます + しょうか\n\n[JLPT レベル]\n N5\n\n\n例文\n荷物を持ちましょうか。\nShall I carry your luggage?\n傘を貸しましょうか。\nShall I lend you an umbrella?\nタクシーを呼びましょうか。\nShall I call a cab?\nエアコンを消しましょうか。\nShall I turn off the air conditioner?\nエアコンをつけましょうか。\nShall I turn on the air conditioner?\n写真を撮りましょうか。\nShall I take a picture?\n塩を取りましょうか。\nShall I pass you the salt?\nドアを開けましょうか。\nShall I open the door?\nコピーしましょうか。\nShall I make a copy?\n駅まで迎えに行きましょうか。\nShall I pick you up at the station?\n手伝いましょうか。\nShall I help you?\n私が教えましょうか。\nShall I teach you?\n\n", 651 | { 652 | "tag": "a", 653 | "href": "https://nihongokyoshi-net.com/2019/08/07/jlptn5-grammar-mashouka/", 654 | "content": "nihongo kyoushi link" 655 | } 656 | ] 657 | } 658 | ], 659 | 0, 660 | "日本語NETーN5文法" 661 | ], 662 | [ 663 | "ませんか", 664 | "ませんか", 665 | "・〜ませんか", 666 | "", 667 | 0, 668 | [ 669 | { 670 | "type": "structured-content", 671 | "content": [ 672 | "【 【JLPT N5】文法・例文:〜ませんか 】\n\n\n[意味]\n \n 相手を誘う表現\n \n\n[英訳]\n \"Would you like to 〜 ? / Do you want to 〜 ?\"\n Used to invite someone to do something.\n\n[接続]\n V(ます形)ます + せんか\n\n[JLPT レベル]\n N5\n\n[備考]\n 「一緒に」とセットで使うことが多い。\n\n\n例文\n週末、一緒に映画を見ませんか。\nWould you like to watch a movie together this weekend?\n今晩、一緒に食事しませんか。\nWould you like to have dinner with me tonight?\n一緒に帰りませんか。\nWould you like to go home together?\n一緒に図書館で勉強しませんか。\nWould you like to study at the library with me?\nこれから、一緒にカフェに行きませんか。\nWould you like to go to a cafe with me now?\n夏休み、みんなで海に行きませんか。\nWhy don't we all go to the beach together during the summer vacation?\nコンサートのチケットをもらったんですが、一緒に見ませんか。\nI got a ticket to a concert, would you like to see it with me?\n一緒に花火大会に行きませんか。\nWhy don't we go to the fireworks festival together?\n今度の日曜日、交流会に参加しませんか。\nWhy don't you join us for a social event this Sunday?\n\n\n類似文型\n〜ませんか\n", 673 | { 674 | "tag": "a", 675 | "href": "https://nihongokyoshi-net.com/2019/12/14/jlptn5-grammar-masenka/", 676 | "content": "nihongo kyoushi link" 677 | } 678 | ] 679 | } 680 | ], 681 | 0, 682 | "日本語NETーN5文法" 683 | ], 684 | [ 685 | "もう", 686 | "もう", 687 | "・もう〜した", 688 | "", 689 | 0, 690 | [ 691 | { 692 | "type": "structured-content", 693 | "content": [ 694 | "【 【JLPT N5】文法・例文:もう〜した 】\n\n\n[意味]\n \n 動作や出来事の完了を表す。\n \n\n[英訳]\n \"already done\"\n Indicates the completion of an action or event.\n\n[接続]\n V(肯定形 + 過去形)\n\n[JLPT レベル]\n N5\n\n[備考]\n 「もう〜ましたか?」の質問にまだ完了していないことを述べる場合は「いいえ、まだです」や「いいえ、まだ〜ていません」の形で答える。\n\n", 695 | { 696 | "tag": "a", 697 | "href": "https://nihongokyoshi-net.com/2020/02/21/jlptn5-grammar-mou-mashita/", 698 | "content": "nihongo kyoushi link" 699 | } 700 | ] 701 | } 702 | ], 703 | 0, 704 | "日本語NETーN5文法" 705 | ], 706 | [ 707 | "をください", 708 | "をください", 709 | "・〜をください", 710 | "", 711 | 0, 712 | [ 713 | { 714 | "type": "structured-content", 715 | "content": [ 716 | "【 【JLPT N5】文法・例文:〜をください 】\n\n\n[意味]\n \n 依頼表現。\n レストランで注文する時や、お店で商品する時などに使う。\n\n[英訳]\n \"please give me 〜\"\n A request expression. Used when ordering something at a restaurant, or when buying something at a store.\n\n[接続]\n N + をください\n\n[JLPT レベル]\n N5\n\n", 717 | { 718 | "tag": "a", 719 | "href": "https://nihongokyoshi-net.com/2020/02/27/jlptn5-grammar-wokudasai/", 720 | "content": "nihongo kyoushi link" 721 | } 722 | ] 723 | } 724 | ], 725 | 0, 726 | "日本語NETーN5文法" 727 | ] 728 | ] 729 | -------------------------------------------------------------------------------- /nihongo_kyoushi/term_bank_6.json: -------------------------------------------------------------------------------- 1 | [ 2 | [ 3 | "すぎです", 4 | "すぎです", 5 | "・〜すぎです", 6 | "", 7 | 0, 8 | [ 9 | { 10 | "type": "structured-content", 11 | "content": [ 12 | "【 【JLPTに出ない?】文法・例文:~すぎです 】\n\n\n[意味]\n 非常に〜だ。\n 程度が水準を超えていることを表す。\n\n[接続]\n V(ます形)ます + すぎです。\n\n[JLPT レベル]\n ?\n\n[備考]\n 自分自身には使わない。話し手が聞き手に対して使う。\n 助言や警告する時に使うことが多い。\n\n\n例文\n醤油かけすぎですよ。\nYou put too much soy sauce on it.\nタバコ吸いすぎですよ。\nYou smoke too much.\nお酒の飲みすぎですよ。\nYou drink too much alcohol.\nえ!コーヒーに砂糖3杯は入れすぎですよ。\nWhat? Three sugars in your coffee is too much.\nお菓子ばかり食べすぎよ。あとで晩御飯食べられなくても知らないから。\nYou're eating too many sweets. I won’t care if you can't finish your dinner later.\n\n", 13 | { 14 | "tag": "a", 15 | "href": "https://nihongokyoshi-net.com/2019/09/01/jlptn0-grammar-sugidesu/", 16 | "content": "nihongo kyoushi link" 17 | } 18 | ] 19 | } 20 | ], 21 | 0, 22 | "日本語NETーJLPTに出ない?文型" 23 | ], 24 | [ 25 | "でも", 26 | "でも", 27 | "・〜でも", 28 | "", 29 | 0, 30 | [ 31 | { 32 | "type": "structured-content", 33 | "content": [ 34 | "【 【JLPTに出ない?】文法・例文:~でも 】\n\n\n[意味]\n ~か、何か\nいくつかある選択肢の中から、1つ例を取り上げていう言い方。\n\n[接続]\n N + でも\n\n[JLPT レベル]\n ?\n\n\n例文\n\n", 35 | { 36 | "tag": "a", 37 | "href": "https://nihongokyoshi-net.com/2018/12/09/jlptn0-grammar-demo/", 38 | "content": "nihongo kyoushi link" 39 | } 40 | ] 41 | } 42 | ], 43 | 0, 44 | "日本語NETーJLPTに出ない?文型" 45 | ], 46 | [ 47 | "づらい", 48 | "づらい", 49 | "・〜づらい", 50 | "adj-i", 51 | 0, 52 | [ 53 | { 54 | "type": "structured-content", 55 | "content": [ 56 | "【 【JLPTに出ない?】文法・例文:~づらい 】\n\n\n[意味]\n 〜するのが難しい\n「〜にくい」と似た意味を持つが、「~辛い」という漢字から来ていることから「精神的、肉体的に負担に思う」という時に使う。よって、以下のように自然現象と関連する動詞を使うことはできない。\n例:この紙袋、丈夫で破れづらいよ。\n\n[英訳]\n difficult to do something\n\n[接続]\n V(ます形)+ づらい\n\n[JLPT レベル]\n ?\n\n\n例文\n・このハンバーガー、大きすぎるし、形が崩れやすいし、食べづらいね。\n・12月で会社を辞めようと思っているんだけど、何だか言いづらいなぁ。\n・昨日買った靴、デザインは気に入ってるんだけど、ちょっと歩きづらいのがね・・・。\n・最近のスマホって、いろんな機能がついていて、僕には使いづらいなぁ。\n・新聞の文字って小さいから読みづらいよ。\n・さっき始まったセールの影響で、ウェブサイトにアクセスしづらくなってる。\n\n\n類似文型\n【JLPT N4】文法・例文:〜にくい\n【JLPT N2】文法・例文:〜がたい\n", 57 | { 58 | "tag": "a", 59 | "href": "https://nihongokyoshi-net.com/2019/02/18/jlptn0-grammar-durai/", 60 | "content": "nihongo kyoushi link" 61 | } 62 | ] 63 | } 64 | ], 65 | 0, 66 | "日本語NETーJLPTに出ない?文型" 67 | ], 68 | [ 69 | "並み", 70 | "なみ", 71 | "・〜並み", 72 | "", 73 | 0, 74 | [ 75 | { 76 | "type": "structured-content", 77 | "content": [ 78 | "【 【JLPTに出ない?】文法・例文:~並み 】\n\n\n[意味]\n 〜程度 / 〜と同じぐらい\n程度が同じぐらいであることを表す。\n\n[接続]\n N + 並み\n\n[JLPT レベル]\n ?\n\n[備考]\n 慣用表現としても使われることが多い。\n月並み:あふれていて新鮮味がないこと。平凡なこと\n 軒並み:多くの家が並んでいること\n お手並み:腕前や力量\n\n\n例文\n\n", 79 | { 80 | "tag": "a", 81 | "href": "https://nihongokyoshi-net.com/2019/12/17/jlptn0-grammar-nami/", 82 | "content": "nihongo kyoushi link" 83 | } 84 | ] 85 | } 86 | ], 87 | 0, 88 | "日本語NETーJLPTに出ない?文型" 89 | ], 90 | [ 91 | "にかけても", 92 | "にかけても", 93 | "・〜にかけても", 94 | "", 95 | 0, 96 | [ 97 | { 98 | "type": "structured-content", 99 | "content": [ 100 | "【 【JLPTに出ない?】文法・例文:~にかけても 】\n\n\n[意味]\n \"〜にかかわるとしても\"\n 「もし失敗したら〜を失う覚悟ができている」という話し手の強い態度を表す。\n\n[接続]\n N + にかけても\n Nには「命、名誉、誇り」など価値の高いものが来る。\n\n[JLPT レベル]\n N3\n\n[備考]\n ①「賭ける」という言葉から来ている\n ②「〜かけても」の「も」は省略することができる。\n\n\n例文\n・命にかけても、彼女を守ります。\n・我が社の名誉にかけても、このプロジェクトは成功させる必要がある。\n・我がチームの誇りにかけて、今日の試合には絶対に負けられない。\n・警視庁の威信にかけても、必ず犯人を逮捕してみせる。\n・我が社の信用にかけて、責任をもって対応させていただきます。\n\n", 101 | { 102 | "tag": "a", 103 | "href": "https://nihongokyoshi-net.com/2019/11/06/jlptn0-grammar-nikaketemo/", 104 | "content": "nihongo kyoushi link" 105 | } 106 | ] 107 | } 108 | ], 109 | 0, 110 | "日本語NETーJLPTに出ない?文型" 111 | ], 112 | [ 113 | "まくる", 114 | "まくる", 115 | "・〜まくる", 116 | "v5", 117 | 0, 118 | [ 119 | { 120 | "type": "structured-content", 121 | "content": [ 122 | "【 【JLPTに出ない?】文法・例文:~まくる 】\n\n\n[意味]\n とてもたくさん~する\n 動作をたくさん繰り返したり、継続する様子。\n\n[英訳]\n \"do very much\"\n Expressed to repeat or continue an action a lot.\n\n[接続]\n V(ます形) + まくる\n\n[JLPT レベル]\n ?\n\n", 123 | { 124 | "tag": "a", 125 | "href": "https://nihongokyoshi-net.com/2019/05/23/jlptn0-grammar-makuru/", 126 | "content": "nihongo kyoushi link" 127 | } 128 | ] 129 | } 130 | ], 131 | 0, 132 | "日本語NETーJLPTに出ない?文型" 133 | ], 134 | [ 135 | "やつ", 136 | "やつ", 137 | "・〜やつ", 138 | "", 139 | 0, 140 | [ 141 | { 142 | "type": "structured-content", 143 | "content": [ 144 | "【 【JLPTに出ない?】文法・例文:~やつ 】\n\n\n[意味]\n 〜というもの\n物を詳しく説明するときに使う表現。\n カジュアルな言い方。\n\n[接続]\n 文 + やつ\n\n[JLPT レベル]\n ?\n\n\n例文\nA:日本語の辞書を探してるんだけど、何かおすすめある?\n B:これなんかどう?\n A:うーん、アクセントが書かれているやつが欲しいんだけど。\nA: I'm looking for a Japanese dictionary, do you have any suggestions?\n B: How about this one?\n A: Hmmm, I need one with accents on it.\nA:このコートいいんじゃない。\n B:そうだね。でも、もう少しゆったりしたやつが欲しいなあ。\nA: I think this coat is good.\n B: Yes, it is. But I'd like something a little more loose.\nA:あの曲って何っていう名前だっけ?\n B:あれって、どれ?\n A:あれだよ、あれ。えーっと、最近若い人に人気があって、よくCMで流れているやつ。\nA: What's the name of that song again?\n B: Which one is that?\n A: That one, that one. It's popular among young people these days, and is often shown in commercials.\nもっと大きめのやつないの?\nIsn't there a bigger one?\n\n", 145 | { 146 | "tag": "a", 147 | "href": "https://nihongokyoshi-net.com/2020/01/02/jlptn0-grammar-yatsu/", 148 | "content": "nihongo kyoushi link" 149 | } 150 | ] 151 | } 152 | ], 153 | 0, 154 | "日本語NETーJLPTに出ない?文型" 155 | ] 156 | ] 157 | -------------------------------------------------------------------------------- /nihongo_no_sensei/changelog.txt: -------------------------------------------------------------------------------- 1 | 1.04 2 | some kanjification 3 | 4 | 1.03 5 | complete part of speech indicators 6 | 7 | 1.02 8 | use yomichan's URL struct content 9 | -------------------------------------------------------------------------------- /nihongo_no_sensei/index.json: -------------------------------------------------------------------------------- 1 | { 2 | "revision":"nihongo_no_sensei_v_1.04 ;2022-07-03;embedded urls, p of speech indicators(N5-N0)", 3 | "url":"https://github.com/aiko-tanaka/Grammar-Dictionaries/", 4 | "description":"term bank 1 contains N1, bank 2 N2, etc...中国の大学で日本語教師をしています。日本語教育能力検定試験の解説、対策講座、中国での生活や授業、日本語の文法の説明をしています。", 5 | "attribution":"nihongo_no_sensei\n https://nihongonosensei.net/?page_id=10246", 6 | "title":"毎日のんびり日本語教師", 7 | "format":3, 8 | "sequenced":true, 9 | "author":"nihongobongo" 10 | } 11 | -------------------------------------------------------------------------------- /scraping_scripts/edewakaru/edewakaru1.py: -------------------------------------------------------------------------------- 1 | import util 2 | import json 3 | import copy 4 | import re 5 | 6 | from bs4 import BeautifulSoup 7 | from collections import OrderedDict 8 | 9 | final_dict = [] 10 | 11 | for i in range(1,13): 12 | master_site = '' 13 | if i == 1: 14 | #################################################################-------------------------------------- 15 | master_site = r'https://www.edewakaru.com/archives/cat_116866.html' #chuukyuu 16 | elif i > 1: 17 | master_site = f'https://www.edewakaru.com/archives/cat_116866.html?p={i}' 18 | # print(master_site) 19 | 20 | try: 21 | master_page = util.try_access_site(master_site) 22 | except Exception as e: 23 | raise 24 | master_soup = BeautifulSoup(master_page, features='html.parser') 25 | 26 | article_body = master_soup.find_all('div', attrs={'class': 'article-body'}) 27 | article_headers = master_soup.find_all('header', attrs={'class': 'article-header'}) 28 | 29 | 30 | # print(len(article_body), len(article_headers)) 31 | # if not len(article_body) == len(article_headers): 32 | # print(f'ERROR1, site:{specific_site_link}') 33 | # raise IndexError 34 | 35 | for index, article in enumerate(article_body): 36 | # print(article) 37 | specific_header : str = article_headers[index].find_all('a')[0].contents[0] 38 | # print(specific_header) 39 | 40 | specific_site_link = article_headers[index].find_all('a')[0]['href'] 41 | print(specific_site_link) 42 | 43 | raw_grmr_pt = specific_header.split('|')[0] 44 | local_tag = copy.deepcopy(raw_grmr_pt) 45 | print(raw_grmr_pt) 46 | 47 | raw_grmr_pt = re.sub(r'[①②③④⑤⑥⑦]*', '', raw_grmr_pt) 48 | raw_grmr_pt = re.sub(r'\([^)]*\)', '', raw_grmr_pt) 49 | raw_grmr_pt = re.sub(r'\([^)]*\)', '', raw_grmr_pt) 50 | 51 | print(local_tag) 52 | 53 | #################################################################-------------------------------------- 54 | level = '絵でわかる初級文法' 55 | #################################################################-------------------------------------- 56 | 57 | article = str(article) 58 | article = article.strip() 59 | article = article.replace('
', '') 60 | article = article.replace('
', '\n') 61 | # article = article.replace(' ', '') 62 | # article = re.sub(r'([\n])', '', article) 63 | article = article.replace('\n\n\n\n', '\n') 64 | article = article.replace('\n\n\n\n\n', '\n') 65 | article = article.replace('\n\n\n\n\n\n', '\n') 66 | article = article.split('【日本語文法リスト】')[0] 67 | 68 | article = re.sub(r'(.*?)', r'-----\1-----', article) 69 | # article = re.sub(r'(.*?)', r'-----\1-----', article) 70 | article = re.sub(r'(.*?)', r'-----\1-----', article) 71 | article = re.sub(r'(.*?)', r'-----\1-----', article) 72 | 73 | # article = re.sub(r'', r'\b\b\b', article) 74 | 75 | article = util.strip_tags(article) 76 | article = specific_header + article 77 | 78 | # TODO: なろうとも 79 | # TODO: replace regex @ N++ -----\1----- 80 | 81 | # https://gist.github.com/terrancesnyder/1345094 82 | article = re.sub(r'\([ぁ-ゔゞ゛゜ー]{1,6}\)', '', article) 83 | print(article) 84 | 85 | specific_grmr_pts = raw_grmr_pt.split('・') 86 | for specific_pt in specific_grmr_pts: 87 | possible_further_pts = specific_pt.split('〜') 88 | print(possible_further_pts) 89 | 90 | for final_pt in possible_further_pts: 91 | if final_pt: 92 | final_grammar_pt = final_pt 93 | final_reading = util.generate_reading(final_grammar_pt) 94 | 95 | link_string = {"tag": "a", "href": specific_site_link, "content": "edewakaru link" } 96 | 97 | better_struct_cont = [ { "type": "structured-content", "content": [article, "\n\n", link_string, "\n---END---"] } ] 98 | temp_list = [ 99 | final_grammar_pt, 100 | final_reading, 101 | local_tag, "", 0, 102 | better_struct_cont, 103 | 0, 104 | level 105 | ] 106 | 107 | final_dict.append(temp_list) 108 | print(i) 109 | print('-----------------------------------\n') 110 | 111 | # if i == 1: 112 | # break 113 | 114 | if False: 115 | #################################################################-------------------------------------- 116 | with open('term_bank_test_3.json', 'w', encoding='UTF8') as fh: 117 | json.dump(final_dict, 118 | fh, 119 | indent=4, 120 | ensure_ascii=False) 121 | -------------------------------------------------------------------------------- /scraping_scripts/edewakaru/util.py: -------------------------------------------------------------------------------- 1 | from sudachipy import tokenizer 2 | from sudachipy import dictionary 3 | 4 | import jaconv 5 | import time 6 | import random 7 | import urllib.request 8 | 9 | from io import StringIO 10 | from html.parser import HTMLParser 11 | 12 | 13 | mode = tokenizer.Tokenizer.SplitMode.C 14 | tokenizer_obj = dictionary.Dictionary().create() 15 | 16 | def generate_reading(text): 17 | """ 18 | Generate reading of a particular japanese text 19 | to import: from sudachi_wrapper import generate_reading 20 | """ 21 | m = tokenizer_obj.tokenize(text, mode) 22 | 23 | aggr = '' 24 | for z in m: 25 | aggr += jaconv.kata2hira(z.reading_form()) 26 | 27 | return aggr 28 | 29 | def try_access_site(site, sleep_time=0.15, num_retries=20, wait_time=45.0, timeout=15): 30 | 31 | initial_time = time.time() 32 | time_margin = 0.02 33 | 34 | response = None 35 | try: 36 | response = urllib.request.urlopen(site, timeout=timeout) 37 | 38 | except: 39 | for i in range(num_retries): 40 | lapsed_time = time.time() 41 | if lapsed_time - initial_time > wait_time: return None 42 | 43 | try: 44 | response = urllib.request.urlopen(site, timeout=timeout) 45 | except: 46 | # does something like random.uniform(0.06, 0.10) 47 | sleep_time = random.uniform(sleep_time - time_margin, 48 | sleep_time + time_margin) 49 | time.sleep(sleep_time) 50 | finally: 51 | return response 52 | 53 | class MLStripper(HTMLParser): 54 | def __init__(self): 55 | super().__init__() 56 | self.reset() 57 | self.strict = False 58 | self.convert_charrefs= True 59 | self.text = StringIO() 60 | def handle_data(self, d): 61 | self.text.write(d) 62 | def get_data(self): 63 | return self.text.getvalue() 64 | 65 | def strip_tags(html): 66 | s = MLStripper() 67 | s.feed(html) 68 | return s.get_data() 69 | 70 | if __name__ == '__main__': 71 | # に忍びない 72 | print(generate_reading("と相まって")) 73 | print(generate_reading("に忍びない")) 74 | print(generate_reading("に即して")) 75 | print(generate_reading("に限ったことではない")) 76 | print(generate_reading("ないではおかない")) 77 | 78 | -------------------------------------------------------------------------------- /scraping_scripts/nihongo_no_sensei/step1.py: -------------------------------------------------------------------------------- 1 | # step 1, i.e. this is STEP 1, 2 | # this code only collects the grammar points 3 | # and the specific webpages that explain them 4 | 5 | from util import try_access_site 6 | 7 | from bs4 import BeautifulSoup 8 | 9 | from collections import OrderedDict 10 | 11 | import re 12 | import json 13 | 14 | # this site provides a reading column 15 | # unfortantely, the correspondence between grammar pt and reading 16 | # isn't always 1:1, so use the reading if the correspondence is 1:1 (e.g. 3 grammar pts separated by /'s) 17 | # otherwise generate the reading 18 | 19 | # grammar table master page 20 | master_site = r'https://nihongonosensei.net/?page_id=10246' 21 | master_page = try_access_site(master_site) 22 | 23 | master_soup = BeautifulSoup(master_page, features='html.parser') 24 | 25 | # fish for everything inside 26 | # only get the first five matches, because the rest are simply the same grammar points 27 | # except in あいうえお order instead of JLPT order 28 | 29 | jlpt_levels = master_soup.find_all('table', style=re.compile(r'font-size:15px.*?line-height:1em;')) 30 | 31 | 32 | # 33 | # (useless info) 34 | # (use to indicate level) 35 | # 36 | # (reading) 37 | # 38 | 39 | 40 | jlpt_level_points_dict = OrderedDict() 41 | 42 | ctr = 1 43 | for level in jlpt_levels: 44 | # print(level) 45 | 46 | level_rows = level.find_all('tr') 47 | # print(len(level_rows[2])) 48 | 49 | print(level_rows[1].contents) 50 | # ['\n', , '\n', , '\n', 51 | # , '\n', , '\n'] 52 | 53 | 54 | for col in level_rows: 55 | temp_dict = OrderedDict() 56 | col = col.contents 57 | 58 | level = col[3].contents[0] 59 | reading = col[7].contents[0] 60 | 61 | link = col[5].find('a') 62 | link = str(link) 63 | 64 | grmr_pt = link.split('">')[-1].split('')[0] 65 | final_link = link.split('">')[0].split('')[-1].replace('説明', '') 50 | all_page_clearfix = all_page_clearfix.split('(adsbygoogle = window.adsbygoogle || []).push({});')[0] 51 | all_page_clearfix = re.sub(r'201(.*?)日本語の文法', '', all_page_clearfix).replace('\n\n\n', '').strip() 52 | all_page_clearfix = re.sub(r'202(.*?)日本語の文法', '', all_page_clearfix).replace('\n\n\n', '').strip() 53 | 54 | # reibun_contents = '\n'.join([r for r in reibun_contents if '' in r or 'font-weight:bold' in r]) 55 | # apparently, I can use $1 or \1 to reference the nth match? I think 56 | regx_struct_content = r'", {"type": "structured-content", "content": [ {"tag": "span", "style": {"fontWeight": "bold"}, "content": \1} ] }, "' 57 | # all_page_clearfix = re.sub(r'(.*?)', regx_struct_content, all_page_clearfix) 58 | # all_page_clearfix = re.sub(r'(.*?)', regx_struct_content, all_page_clearfix) 59 | 60 | all_page_clearfix = re.sub(r'(.*?)', r'-----\1-----', all_page_clearfix) 61 | all_page_clearfix = re.sub(r'(.*?)', r'-----\1-----', 62 | all_page_clearfix) 63 | 64 | all_page_clearfix = strip_tags(all_page_clearfix).replace('\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n', '') 65 | print(all_page_clearfix) 66 | 67 | print(link) 68 | print('\n') 69 | 70 | 71 | # raise error if any of the variables is empty 72 | if not any ([all_page_clearfix]): 73 | print(f'-------error found at {raw_grmr_pt} @ link: {link}-------------------------------' ) 74 | raise NotImplementedError 75 | 76 | 77 | dict_tag = raw_grmr_pt 78 | global_tag = f'日本語教師―{level}' 79 | 80 | raw_grmr_pt = re.sub(r'\([^)]*\)', '', raw_grmr_pt) # remove everything bn parenths 81 | specific_grmr_pts = raw_grmr_pt.split('/') 82 | 83 | raw_reading = re.sub(r'\([^)]*\)', '', raw_reading) # remove everything bn parenths 84 | specific_readings = raw_reading.split('/') 85 | 86 | for specific_pt in specific_grmr_pts: 87 | 88 | 89 | final_grmr_pt = specific_pt.replace('~', '') 90 | if len(specific_grmr_pts) == 1: 91 | final_reading = specific_readings[0] 92 | 93 | else: 94 | final_reading = generate_reading(final_grmr_pt) 95 | 96 | 97 | # {"type": "structured-content", "content": [ {"tag": "span", "style": {"fontWeight": "bold"}, "content": \1} ] } 98 | # [all_page_clearfix, f"\n\nlink:{link}\n\n---END---"] 99 | link_string = f"\n\nlink:{link}\n\n---END---" 100 | better_struct_cont = [{"type": "structured-content", "content": [ all_page_clearfix, link_string ] }] 101 | temp_list = [final_grmr_pt, 102 | final_reading, 103 | raw_grmr_pt, "", 0, 104 | better_struct_cont, 105 | 0, 106 | global_tag] 107 | 108 | final_dict.append(temp_list) 109 | 110 | print('\n------------------------------------') 111 | 112 | # ctr += 1 113 | # if ctr >= 10: 114 | # break 115 | 116 | ######## -------------------------------------------------------- 117 | 118 | out_file_jlpt_level = 'N0' 119 | out_file = f'nihongo_no_sensei_{out_file_jlpt_level}.json' 120 | 121 | with open(out_file, 'w', encoding='UTF8') as fh: 122 | json.dump(final_dict, fh, indent=4, ensure_ascii=False) 123 | -------------------------------------------------------------------------------- /scraping_scripts/nihongo_no_sensei/util.py: -------------------------------------------------------------------------------- 1 | # install sudachipy and jaconv first 2 | 3 | from sudachipy import tokenizer 4 | from sudachipy import dictionary 5 | 6 | import jaconv 7 | import time 8 | import random 9 | import urllib.request 10 | 11 | from io import StringIO 12 | from html.parser import HTMLParser 13 | 14 | 15 | mode = tokenizer.Tokenizer.SplitMode.C 16 | tokenizer_obj = dictionary.Dictionary().create() 17 | 18 | def generate_reading(text): 19 | """ 20 | Generate reading of a particular japanese text 21 | to import: from sudachi_wrapper import generate_reading 22 | """ 23 | m = tokenizer_obj.tokenize(text, mode) 24 | 25 | aggr = '' 26 | for z in m: 27 | aggr += jaconv.kata2hira(z.reading_form()) 28 | 29 | return aggr 30 | 31 | def try_access_site(site, sleep_time=0.08, num_retries=3, wait_time=15.0, timeout=5): 32 | 33 | initial_time = time.time() 34 | time_margin = 0.02 35 | 36 | response = None 37 | try: 38 | response = urllib.request.urlopen(site, timeout=timeout) 39 | 40 | except: 41 | for i in range(num_retries): 42 | lapsed_time = time.time() 43 | if lapsed_time - initial_time > wait_time: return None 44 | 45 | try: 46 | response = urllib.request.urlopen(site, timeout=timeout) 47 | except: 48 | # does something like random.uniform(0.06, 0.10) 49 | sleep_time = random.uniform(sleep_time - time_margin, 50 | sleep_time + time_margin) 51 | time.sleep(sleep_time) 52 | finally: 53 | return response 54 | 55 | class MLStripper(HTMLParser): 56 | def __init__(self): 57 | super().__init__() 58 | self.reset() 59 | self.strict = False 60 | self.convert_charrefs= True 61 | self.text = StringIO() 62 | def handle_data(self, d): 63 | self.text.write(d) 64 | def get_data(self): 65 | return self.text.getvalue() 66 | 67 | def strip_tags(html): 68 | s = MLStripper() 69 | s.feed(html) 70 | return s.get_data() 71 | 72 | if __name__ == '__main__': 73 | # に忍びない 74 | print(generate_reading("と相まって")) 75 | print(generate_reading("に忍びない")) 76 | print(generate_reading("に即して")) 77 | print(generate_reading("に限ったことではない")) 78 | print(generate_reading("ないではおかない")) 79 | 80 | --------------------------------------------------------------------------------
N0~あぐねるあぐねる
N1~あってのあっての