mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-07-06 01:47:36 +00:00
Compare commits
50 Commits
v4
...
1f1cbb88d3
Author | SHA1 | Date | |
---|---|---|---|
1f1cbb88d3 | |||
7c7de05047 | |||
0b25d016e2 | |||
506e066f11 | |||
469f1a51f8 | |||
1d423e3e31 | |||
55cb4c3b24 | |||
ed1dd8a959 | |||
519cf47e67 | |||
30ef552287 | |||
784f17d83d | |||
a7f550d69f | |||
7ef7344fa2 | |||
23821c6795 | |||
60b63687e8 | |||
f1fdd0ef81 | |||
93bd1d8a7f | |||
f172200585 | |||
c172c9eea2 | |||
2d4f9c3f57 | |||
5aabf1faaa | |||
fa650bf623 | |||
91837b8574 | |||
abd71c4e3e | |||
a65f656192 | |||
e3f604107a | |||
f96c408d02 | |||
4decba7b95 | |||
a572f8e701 | |||
3dd1f22428 | |||
10886de473 | |||
726ea3b91f | |||
bf5aa870ab | |||
c6f9cd12e0 | |||
e86450abd3 | |||
6e29281f91 | |||
d63e5ae6a7 | |||
5f4e04d364 | |||
1ce534d696 | |||
760cb91ad2 | |||
242bd75378 | |||
7d8cc8d0be | |||
51da3c172d | |||
4cb6b5fa4c | |||
2be716bf75 | |||
7108c68a7b | |||
5283a7e481 | |||
c2dab1344e | |||
fbed2635e2 | |||
4595f54660 |
12
Dockerfile
12
Dockerfile
@ -1,3 +1,14 @@
|
||||
FROM python:latest as convert
|
||||
WORKDIR /usr/src/app
|
||||
COPY content/ ./
|
||||
COPY custom/convert-furigana/program/convert-furigana.py ./
|
||||
COPY custom/convert-usage/program/convert-usage.py ./
|
||||
ENV PIP_ROOT_USER_ACTION=ignore
|
||||
RUN python -m pip install --upgrade pip
|
||||
RUN python -m pip install beautifulsoup4
|
||||
RUN python convert-furigana.py .
|
||||
RUN python convert-usage.py .
|
||||
|
||||
FROM node:20-slim as builder
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json .
|
||||
@ -8,4 +19,5 @@ FROM node:20-slim
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
COPY . .
|
||||
COPY --from=convert /usr/src/app/ /usr/src/app/content/
|
||||
CMD ["npx", "quartz", "build", "--serve"]
|
||||
|
2
content/.gitignore
vendored
Normal file
2
content/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.obsidian/workspace.json
|
||||
0- Do-Not-Commit
|
10
content/.obsidian/app.json
vendored
Normal file
10
content/.obsidian/app.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"alwaysUpdateLinks": true,
|
||||
"showInlineTitle": false,
|
||||
"pdfExportSettings": {
|
||||
"pageSize": "A4",
|
||||
"landscape": false,
|
||||
"margin": "0",
|
||||
"downscalePercent": 100
|
||||
}
|
||||
}
|
11
content/.obsidian/appearance.json
vendored
Normal file
11
content/.obsidian/appearance.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"accentColor": "",
|
||||
"theme": "moonstone",
|
||||
"enabledCssSnippets": [
|
||||
"usage",
|
||||
"spacing",
|
||||
"highlight-color"
|
||||
],
|
||||
"cssTheme": "AnuPpuccin",
|
||||
"showViewHeader": true
|
||||
}
|
6
content/.obsidian/community-plugins.json
vendored
Normal file
6
content/.obsidian/community-plugins.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[
|
||||
"obsidian-markdown-furigana",
|
||||
"obsidian-style-settings",
|
||||
"obsidian42-brat",
|
||||
"obsidian-opener"
|
||||
]
|
30
content/.obsidian/core-plugins-migration.json
vendored
Normal file
30
content/.obsidian/core-plugins-migration.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"properties": false,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"bookmarks": true,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": false,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false
|
||||
}
|
20
content/.obsidian/core-plugins.json
vendored
Normal file
20
content/.obsidian/core-plugins.json
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"canvas",
|
||||
"outgoing-link",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"daily-notes",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"bookmarks",
|
||||
"outline",
|
||||
"word-count",
|
||||
"file-recovery"
|
||||
]
|
22
content/.obsidian/graph.json
vendored
Normal file
22
content/.obsidian/graph.json
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
"hideUnresolved": false,
|
||||
"showOrphans": true,
|
||||
"collapse-color-groups": true,
|
||||
"colorGroups": [],
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": 0,
|
||||
"nodeSizeMultiplier": 1,
|
||||
"lineSizeMultiplier": 1,
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.518713248970312,
|
||||
"repelStrength": 10,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 250,
|
||||
"scale": 1,
|
||||
"close": false
|
||||
}
|
169
content/.obsidian/plugins/obsidian-markdown-furigana/main.js
vendored
Normal file
169
content/.obsidian/plugins/obsidian-markdown-furigana/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/.obsidian/plugins/obsidian-markdown-furigana/manifest.json
vendored
Normal file
10
content/.obsidian/plugins/obsidian-markdown-furigana/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-markdown-furigana",
|
||||
"name": "Markdown Furigana",
|
||||
"version": "1.3.0",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "Simple Markdown to Furigana Rendering Plugin for Obsidian.",
|
||||
"author": "Steven Kraft",
|
||||
"authorUrl": "https://github.com/steven-kraft/obsidian-markdown-furigana",
|
||||
"isDesktopOnly": false
|
||||
}
|
377
content/.obsidian/plugins/obsidian-opener/main.js
vendored
Normal file
377
content/.obsidian/plugins/obsidian-opener/main.js
vendored
Normal file
@ -0,0 +1,377 @@
|
||||
/*
|
||||
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
|
||||
if you want to view the source, please visit the github repository of this plugin
|
||||
*/
|
||||
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
var __copyProps = (to, from, except, desc) => {
|
||||
if (from && typeof from === "object" || typeof from === "function") {
|
||||
for (let key of __getOwnPropNames(from))
|
||||
if (!__hasOwnProp.call(to, key) && key !== except)
|
||||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
||||
}
|
||||
return to;
|
||||
};
|
||||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
||||
|
||||
// main.ts
|
||||
var main_exports = {};
|
||||
__export(main_exports, {
|
||||
default: () => Opener
|
||||
});
|
||||
module.exports = __toCommonJS(main_exports);
|
||||
var import_obsidian2 = require("obsidian");
|
||||
|
||||
// node_modules/monkey-around/mjs/index.js
|
||||
function around(obj, factories) {
|
||||
const removers = Object.keys(factories).map((key) => around1(obj, key, factories[key]));
|
||||
return removers.length === 1 ? removers[0] : function() {
|
||||
removers.forEach((r) => r());
|
||||
};
|
||||
}
|
||||
function around1(obj, method, createWrapper) {
|
||||
const original = obj[method], hadOwn = obj.hasOwnProperty(method);
|
||||
let current = createWrapper(original);
|
||||
if (original)
|
||||
Object.setPrototypeOf(current, original);
|
||||
Object.setPrototypeOf(wrapper, current);
|
||||
obj[method] = wrapper;
|
||||
return remove;
|
||||
function wrapper(...args) {
|
||||
if (current === original && obj[method] === wrapper)
|
||||
remove();
|
||||
return current.apply(this, args);
|
||||
}
|
||||
function remove() {
|
||||
if (obj[method] === wrapper) {
|
||||
if (hadOwn)
|
||||
obj[method] = original;
|
||||
else
|
||||
delete obj[method];
|
||||
}
|
||||
if (current === original)
|
||||
return;
|
||||
current = original;
|
||||
Object.setPrototypeOf(wrapper, original || Function);
|
||||
}
|
||||
}
|
||||
|
||||
// settings.ts
|
||||
var import_obsidian = require("obsidian");
|
||||
var OpenerSettingTab = class extends import_obsidian.PluginSettingTab {
|
||||
display() {
|
||||
const { containerEl } = this;
|
||||
const plugin = this.plugin;
|
||||
containerEl.empty();
|
||||
new import_obsidian.Setting(containerEl).setName("New Tab Default").setDesc(
|
||||
"Enable to open new files in a new tab (or existing tab, if it was previously opened). Disable for default Obsidian behavior."
|
||||
).addToggle(
|
||||
(toggle) => toggle.setValue(plugin.settings.newTab).onChange((value) => {
|
||||
plugin.settings.newTab = value;
|
||||
plugin.saveSettings();
|
||||
})
|
||||
);
|
||||
new import_obsidian.Setting(containerEl).setName("PDF Default App").setDesc(
|
||||
"Enable to open pdfs with system viewer app. Disable for default behavior (open pdfs in Obsidian)."
|
||||
).addToggle(
|
||||
(toggle) => toggle.setValue(plugin.settings.PDFApp).onChange((value) => {
|
||||
plugin.settings.PDFApp = value;
|
||||
plugin.saveSettings();
|
||||
})
|
||||
);
|
||||
new import_obsidian.Setting(containerEl).setName("Default app only when Ctrl/Cmd-Key is held").setDesc(
|
||||
"Open in default app only when Ctrl/Cmd-Key is held. Disable to always\u201A open with system viewer."
|
||||
).addToggle(
|
||||
(toggle) => toggle.setValue(plugin.settings.extOnlyWhenMetaKey).onChange((value) => {
|
||||
plugin.settings.extOnlyWhenMetaKey = value;
|
||||
plugin.saveSettings();
|
||||
})
|
||||
);
|
||||
new import_obsidian.Setting(containerEl).setName("Open everything outside of Obsidian").setDesc(
|
||||
"Enable to open all obsidian supported extensions with system viewer instead. Disable for default behavior (open within Obsidian). Defaults supported extensions are 'png', 'webp', 'jpg', 'jpeg', 'gif', 'bmp', 'svg', 'mp3', 'webm', 'wav', 'm4a', 'ogg','3gp', 'flac', 'mp4', 'ogv', 'mov', 'mkv'."
|
||||
).addToggle(
|
||||
(toggle) => toggle.setValue(plugin.settings.allExt).onChange((value) => {
|
||||
plugin.settings.allExt = value;
|
||||
plugin.saveSettings();
|
||||
})
|
||||
);
|
||||
new import_obsidian.Setting(containerEl).setName("Open Outside Obsidian: Manual List").setDesc("This shouldn't be necessary, but you can manually enable custom extensions here.").addToggle(
|
||||
(toggle) => toggle.setValue(plugin.settings.custExt).onChange((value) => {
|
||||
plugin.settings.custExt = value;
|
||||
plugin.saveSettings();
|
||||
this.display();
|
||||
})
|
||||
);
|
||||
if (plugin.settings.custExt) {
|
||||
new import_obsidian.Setting(containerEl).setName("Manual List").setDesc("Enter extension names (without the dot, ie, just docx separated by newlines).").addTextArea((textArea) => {
|
||||
textArea.inputEl.rows = 5;
|
||||
textArea.setValue(plugin.settings.custExtList.join("\n")).onChange(async (value) => {
|
||||
plugin.settings.custExtList = value.split("\n");
|
||||
plugin.saveSettings();
|
||||
});
|
||||
}).settingEl.style.borderTop = "none";
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// constants.ts
|
||||
var DEFAULT_SETTINGS = {
|
||||
newTab: true,
|
||||
PDFApp: true,
|
||||
extOnlyWhenMetaKey: true,
|
||||
allExt: false,
|
||||
custExt: false,
|
||||
custExtList: []
|
||||
};
|
||||
|
||||
// main.ts
|
||||
var Opener = class extends import_obsidian2.Plugin {
|
||||
constructor() {
|
||||
super(...arguments);
|
||||
this.isMetaKeyHeld = null;
|
||||
this.sameTabOnce = false;
|
||||
// Meta key listeners
|
||||
// arrow syntax to preserve `this` context
|
||||
this.keyDownHandler = (e) => {
|
||||
if (e.key === "Meta" || e.key === "Control") {
|
||||
this.isMetaKeyHeld = true;
|
||||
}
|
||||
};
|
||||
this.keyUpHandler = (e) => {
|
||||
if (e.key === "Meta" || e.key === "Control") {
|
||||
this.isMetaKeyHeld = false;
|
||||
}
|
||||
};
|
||||
// Mouse handler is needed because the key handler will not fire if the app is out of focus
|
||||
this.mouseDownHandler = (e) => {
|
||||
if (e.metaKey || e.ctrlKey) {
|
||||
this.isMetaKeyHeld = true;
|
||||
} else {
|
||||
this.isMetaKeyHeld = false;
|
||||
}
|
||||
};
|
||||
}
|
||||
async onload() {
|
||||
console.log("loading " + this.manifest.name + " plugin");
|
||||
await this.loadSettings();
|
||||
this.addSettingTab(new OpenerSettingTab(this.app, this));
|
||||
this.updateMetaKeyListeners();
|
||||
this.monkeyPatchOpenFile();
|
||||
this.addCommands();
|
||||
this.addMenuItem();
|
||||
}
|
||||
onunload() {
|
||||
this.uninstallMonkeyPatchOpenFile && this.uninstallMonkeyPatchOpenFile();
|
||||
this.removeMetaKeyListeners();
|
||||
console.log("unloading " + this.manifest.name + " plugin");
|
||||
}
|
||||
async loadSettings() {
|
||||
const data = await this.loadData();
|
||||
this.settings = Object.assign({}, DEFAULT_SETTINGS, data);
|
||||
}
|
||||
async saveSettings() {
|
||||
await this.saveData(this.settings);
|
||||
this.updateMetaKeyListeners();
|
||||
}
|
||||
addCommands() {
|
||||
this.addCommand({
|
||||
id: "same-tab-once",
|
||||
name: "Open next file in same tab (Obsidian default behavior)",
|
||||
checkCallback: (checking) => {
|
||||
if (checking) {
|
||||
return this.settings.newTab;
|
||||
}
|
||||
this.sameTabOnce = true;
|
||||
new import_obsidian2.Notice("Next file will open in same tab");
|
||||
}
|
||||
});
|
||||
this.addCommand({
|
||||
id: "enable-new-tab",
|
||||
name: "Enable new tab for all files",
|
||||
checkCallback: (checking) => {
|
||||
if (checking) {
|
||||
return !this.settings.newTab;
|
||||
}
|
||||
this.settings.newTab = true;
|
||||
this.saveSettings();
|
||||
new import_obsidian2.Notice("Opener: New tab for all files enabled");
|
||||
}
|
||||
});
|
||||
this.addCommand({
|
||||
id: "disable-new-tab",
|
||||
name: "Disable new tab for all files",
|
||||
checkCallback: (checking) => {
|
||||
if (checking) {
|
||||
return this.settings.newTab;
|
||||
}
|
||||
this.settings.newTab = false;
|
||||
this.saveSettings();
|
||||
new import_obsidian2.Notice("Opener: New tab for all files disabled");
|
||||
}
|
||||
});
|
||||
this.addCommand({
|
||||
id: "enable-pdf",
|
||||
name: "Enable open all PDFs with default app",
|
||||
checkCallback: (checking) => {
|
||||
if (checking) {
|
||||
return !this.settings.PDFApp;
|
||||
}
|
||||
this.settings.PDFApp = true;
|
||||
this.saveSettings();
|
||||
new import_obsidian2.Notice("Opener: Open all PDFs with default app enabled");
|
||||
}
|
||||
});
|
||||
this.addCommand({
|
||||
id: "disable-pdf",
|
||||
name: "Disable open all PDFs with default app",
|
||||
checkCallback: (checking) => {
|
||||
if (checking) {
|
||||
return this.settings.PDFApp;
|
||||
}
|
||||
this.settings.PDFApp = false;
|
||||
this.saveSettings();
|
||||
new import_obsidian2.Notice("Opener: Open all PDFs with default app disabled");
|
||||
}
|
||||
});
|
||||
this.addCommand({
|
||||
id: "open-graph-view-in-new-tab",
|
||||
name: "Open Graph View in new tab",
|
||||
callback: () => {
|
||||
this.app.commands.executeCommandById("workspace:new-tab");
|
||||
this.app.commands.executeCommandById("graph:open");
|
||||
}
|
||||
});
|
||||
}
|
||||
// add command to right-click menu
|
||||
addMenuItem() {
|
||||
this.registerEvent(
|
||||
this.app.workspace.on("file-menu", (menu, file, source, leaf) => {
|
||||
if (file instanceof import_obsidian2.TFile) {
|
||||
menu.addItem((item) => {
|
||||
item.setSection("open");
|
||||
item.setTitle("Open in same tab").onClick(() => {
|
||||
this.sameTabOnce = true;
|
||||
this.app.workspace.getLeaf().openFile(file);
|
||||
});
|
||||
});
|
||||
}
|
||||
})
|
||||
);
|
||||
}
|
||||
addMetaKeyListeners() {
|
||||
if (this.isMetaKeyHeld !== null)
|
||||
return;
|
||||
this.isMetaKeyHeld = false;
|
||||
document.addEventListener("keydown", this.keyDownHandler);
|
||||
document.addEventListener("keyup", this.keyUpHandler);
|
||||
document.addEventListener("mousedown", this.mouseDownHandler, { capture: true });
|
||||
}
|
||||
removeMetaKeyListeners() {
|
||||
if (this.isMetaKeyHeld === null)
|
||||
return;
|
||||
document.removeEventListener("keydown", this.keyDownHandler);
|
||||
document.removeEventListener("keyup", this.keyUpHandler);
|
||||
document.removeEventListener("mousedown", this.mouseDownHandler, { capture: true });
|
||||
this.isMetaKeyHeld = null;
|
||||
}
|
||||
updateMetaKeyListeners() {
|
||||
if (this.settings.extOnlyWhenMetaKey) {
|
||||
this.addMetaKeyListeners();
|
||||
} else {
|
||||
this.removeMetaKeyListeners();
|
||||
}
|
||||
}
|
||||
monkeyPatchOpenFile() {
|
||||
const parentThis = this;
|
||||
this.uninstallMonkeyPatchOpenFile = around(import_obsidian2.WorkspaceLeaf.prototype, {
|
||||
openFile(oldOpenFile) {
|
||||
return async function(file, openState) {
|
||||
var _a, _b, _c, _d, _e, _f, _g, _h;
|
||||
const defaultBehavior = () => {
|
||||
return oldOpenFile.apply(this, [file, openState]);
|
||||
};
|
||||
const preparedEmptyLeave = ((_a = this.getViewState()) == null ? void 0 : _a.type) == "empty";
|
||||
if (((_b = openState == null ? void 0 : openState.state) == null ? void 0 : _b.mode) && preparedEmptyLeave) {
|
||||
return defaultBehavior();
|
||||
}
|
||||
if (file.path == ((_c = app.workspace.getActiveFile()) == null ? void 0 : _c.path) && ((_d = openState == null ? void 0 : openState.eState) == null ? void 0 : _d.subpath)) {
|
||||
return defaultBehavior();
|
||||
}
|
||||
if (parentThis.sameTabOnce) {
|
||||
parentThis.sameTabOnce = false;
|
||||
return defaultBehavior();
|
||||
}
|
||||
const ALLEXT = ["png", "webp", "jpg", "jpeg", "gif", "bmp", "svg", "mp3", "webm", "wav", "m4a", "ogg", "3gp", "flac", "mp4", "ogv", "mov", "mkv"];
|
||||
const OBSID_OPENABLE = ALLEXT.concat(["md", "canvas", "pdf"]);
|
||||
if (parentThis.settings.PDFApp && file.extension == "pdf" || parentThis.settings.allExt && ALLEXT.includes(file.extension) || parentThis.settings.custExt && parentThis.settings.custExtList.includes(file.extension)) {
|
||||
if (!parentThis.settings.extOnlyWhenMetaKey || parentThis.isMetaKeyHeld) {
|
||||
new import_obsidian2.Notice("Opening external file with default app (Opener Plugin)");
|
||||
if (preparedEmptyLeave) {
|
||||
this.detach();
|
||||
}
|
||||
parentThis.app.openWithDefaultApp(file.path);
|
||||
return;
|
||||
} else {
|
||||
new import_obsidian2.Notice("Opener Tip: Hold Cmd/Ctrl key to open with default app");
|
||||
}
|
||||
}
|
||||
if (!parentThis.settings.newTab) {
|
||||
return defaultBehavior();
|
||||
}
|
||||
if (this.group) {
|
||||
new import_obsidian2.Notice("Opener: This is a Linked Tab! Opening in same tab therefore.");
|
||||
return defaultBehavior();
|
||||
}
|
||||
const matchingLeaves = [];
|
||||
const pushLeaveIfMatching = (leaf) => {
|
||||
var _a2;
|
||||
if (((_a2 = leaf.getViewState().state) == null ? void 0 : _a2.file) == file.path) {
|
||||
matchingLeaves.push(leaf);
|
||||
}
|
||||
};
|
||||
app.workspace.iterateRootLeaves(pushLeaveIfMatching);
|
||||
(_g = (_f = (_e = app.workspace.getLayout()) == null ? void 0 : _e.floating) == null ? void 0 : _f.children) == null ? void 0 : _g.forEach((win) => {
|
||||
var _a2;
|
||||
if ((win == null ? void 0 : win.type) !== "window")
|
||||
return console.log("Opener-Plugin: Strange floating object found (no window)", win);
|
||||
(_a2 = win.children) == null ? void 0 : _a2.forEach((tabs) => {
|
||||
var _a3;
|
||||
if ((tabs == null ? void 0 : tabs.type) !== "tabs")
|
||||
return console.log("Opener-Plugin: Strange floating object found (no tabs)", tabs);
|
||||
(_a3 = tabs.children) == null ? void 0 : _a3.forEach((leaf) => {
|
||||
if ((leaf == null ? void 0 : leaf.type) !== "leaf")
|
||||
return console.log("Opener-Plugin: Strange floating object found (no leaf)", leaf);
|
||||
pushLeaveIfMatching(app.workspace.getLeafById(leaf.id));
|
||||
});
|
||||
});
|
||||
});
|
||||
if (matchingLeaves.length) {
|
||||
if (preparedEmptyLeave) {
|
||||
new import_obsidian2.Notice(`File is now open in ${matchingLeaves.length + 1} Tabs`);
|
||||
return defaultBehavior();
|
||||
} else {
|
||||
return oldOpenFile.apply(matchingLeaves[0], [file, openState]);
|
||||
}
|
||||
}
|
||||
if (preparedEmptyLeave) {
|
||||
return defaultBehavior();
|
||||
}
|
||||
if (!((_h = parentThis.app.viewRegistry) == null ? void 0 : _h.getTypeByExtension(file.extension))) {
|
||||
return defaultBehavior();
|
||||
}
|
||||
return oldOpenFile.apply(app.workspace.getLeaf("tab"), [
|
||||
file,
|
||||
openState
|
||||
]);
|
||||
};
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
1
content/.obsidian/plugins/obsidian-opener/manifest.json
vendored
Normal file
1
content/.obsidian/plugins/obsidian-opener/manifest.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"id":"obsidian-opener","name":"Opener","minAppVersion":"0.15.9","description":"Open links in new/existing tabs by default. Open PDFs in System App by default. Can open other file formats in System Apps if desired.","author":"Aidan Gibson","authorUrl":"https://github.com/aidan-gibson","isDesktopOnly":false,"version":"2.1.2"}
|
5
content/.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
5
content/.obsidian/plugins/obsidian-style-settings/data.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"anuppuccin-theme-settings@@anuppuccin-theme-light": "ctp-latte",
|
||||
"anuppuccin-theme-settings@@anuppuccin-light-theme-accents": "ctp-accent-light-lavender",
|
||||
"anuppuccin-theme-settings@@anuppuccin-theme-accents": "ctp-accent-lavender"
|
||||
}
|
9858
content/.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
9858
content/.obsidian/plugins/obsidian-style-settings/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
content/.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
10
content/.obsidian/plugins/obsidian-style-settings/manifest.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-style-settings",
|
||||
"name": "Style Settings",
|
||||
"version": "1.0.8",
|
||||
"minAppVersion": "0.11.5",
|
||||
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
|
||||
"isDesktopOnly": false
|
||||
}
|
243
content/.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
243
content/.obsidian/plugins/obsidian-style-settings/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
16
content/.obsidian/plugins/obsidian42-brat/data.json
vendored
Normal file
16
content/.obsidian/plugins/obsidian42-brat/data.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"pluginList": [
|
||||
"aidan-gibson/obsidian-opener"
|
||||
],
|
||||
"pluginSubListFrozenVersion": [],
|
||||
"themesList": [],
|
||||
"updateAtStartup": true,
|
||||
"updateThemesAtStartup": true,
|
||||
"enableAfterInstall": true,
|
||||
"loggingEnabled": false,
|
||||
"loggingPath": "BRAT-log",
|
||||
"loggingVerboseEnabled": false,
|
||||
"debuggingMode": false,
|
||||
"notificationsEnabled": true,
|
||||
"personalAccessToken": ""
|
||||
}
|
2419
content/.obsidian/plugins/obsidian42-brat/main.js
vendored
Normal file
2419
content/.obsidian/plugins/obsidian42-brat/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
15
content/.obsidian/plugins/obsidian42-brat/manifest.json
vendored
Normal file
15
content/.obsidian/plugins/obsidian42-brat/manifest.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"id": "obsidian42-brat",
|
||||
"name": "BRAT",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "1.4.16",
|
||||
"description": "Easily install a beta version of a plugin for testing.",
|
||||
"author": "TfTHacker",
|
||||
"authorUrl": "https://github.com/TfTHacker/obsidian42-brat",
|
||||
"helpUrl": "https://tfthacker.com/BRAT",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": {
|
||||
"Buy Me a Coffee": "https://bit.ly/o42-kofi",
|
||||
"Visit my site": "https://tfthacker.com"
|
||||
}
|
||||
}
|
3
content/.obsidian/plugins/obsidian42-brat/styles.css
vendored
Normal file
3
content/.obsidian/plugins/obsidian42-brat/styles.css
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.brat-modal .modal-button-container {
|
||||
margin-top: 5px !important;
|
||||
}
|
3
content/.obsidian/snippets/highlight-color.css
vendored
Normal file
3
content/.obsidian/snippets/highlight-color.css
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cm-s-obsidian span.cm-formatting-highlight, .cm-s-obsidian span.cm-highlight, .markdown-rendered mark {
|
||||
--text-highlight-bg: #e6cee7;
|
||||
}
|
3
content/.obsidian/snippets/spacing.css
vendored
Normal file
3
content/.obsidian/snippets/spacing.css
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cm-s-obsidian .cm-line.HyperMD-header {
|
||||
padding-top: 0;
|
||||
}
|
55
content/.obsidian/snippets/usage.css
vendored
Normal file
55
content/.obsidian/snippets/usage.css
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
.usage {
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.usage p {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.usage .box {
|
||||
border: 1px solid black;
|
||||
border-radius: 0.5rem;
|
||||
padding: 0.2rem 0.3rem 0.2rem 0.3rem;
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
margin: 0.2rem;
|
||||
}
|
||||
|
||||
.usage .left {
|
||||
padding-right: 1.7rem;
|
||||
|
||||
background-image: linear-gradient(black, black), linear-gradient(black, black);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 8px 2px;
|
||||
background-position: top right, bottom right;
|
||||
|
||||
border-right: solid black;
|
||||
border-width: 0 2px;
|
||||
}
|
||||
|
||||
.usage .right {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.usage .r {
|
||||
margin-left: 0.25rem;
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.usage .ileft {
|
||||
padding-left: 1.7rem;
|
||||
|
||||
background-image: linear-gradient(black, black), linear-gradient(black, black);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 8px 2px;
|
||||
background-position: top left, bottom left;
|
||||
|
||||
border-left: solid black;
|
||||
border-width: 0 2px;
|
||||
}
|
||||
|
||||
.usage .iright {
|
||||
padding-right: 1rem;
|
||||
}
|
7
content/.obsidian/themes/AnuPpuccin/manifest.json
vendored
Normal file
7
content/.obsidian/themes/AnuPpuccin/manifest.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "AnuPpuccin",
|
||||
"version": "1.4.5",
|
||||
"minAppVersion": "0.16.0",
|
||||
"author": "Anubis",
|
||||
"authorUrl": "https://github.com/AnubisNekhet"
|
||||
}
|
8490
content/.obsidian/themes/AnuPpuccin/theme.css
vendored
Normal file
8490
content/.obsidian/themes/AnuPpuccin/theme.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
65
content/Conjugation/Basics.md
Normal file
65
content/Conjugation/Basics.md
Normal file
@ -0,0 +1,65 @@
|
||||
# Basics
|
||||
|
||||
## う-verbs
|
||||
|
||||
| Tense | Dictionary positive | Dictionary negative | Polite positive | Polite negative |
|
||||
| ------------------- | ------------------- | ------------------- | --------------- | --------------- |
|
||||
| Present | 書く | 書かない | 書きます | 書きません |
|
||||
| Past | 書いた | 書かなかった | 書きました | 書きませんでした |
|
||||
| Volitional | 書こう | 書かないだろう | 書きましょう | 書かないでしょう |
|
||||
| Present Progressive | 書いている | 書いていない | 書いています | 書いていません |
|
||||
| Past Progressive | 書いていた | 書いていなかった | 書いていました | 書いていませんでした |
|
||||
| Imperative | 書け | 書けな | 書いてください | 書かないでください |
|
||||
| Conditional -eba | 書けば | 書かなければ | / | / |
|
||||
| Conditional -tara | 書いたら | 書かなかったら | / | / |
|
||||
| Potential | 書ける | 書けない | 書けます | 書けません |
|
||||
| Causative | 書かせる | 書かせない | 書かせます | 書かせません |
|
||||
| Passive | 書かれる | 書かれない | 書かれます | 書かれません |
|
||||
|
||||
## る-verbs
|
||||
|
||||
| Tense | Dictionary positive | Dictionary negative | Polite positive | Polite negative |
|
||||
| ------------------- | ------------------- | ------------------- | --------------- | --------------- |
|
||||
| Present | 食べる | 食べない | 食べます | 食べません |
|
||||
| Past | 食べた | 食べなかった | 食べました | 食べませんでした |
|
||||
| Volitional | 食べよう | 食べないだろう | 食べましょう | 食べませんでしょう |
|
||||
| Present Progressive | 食べている | 食べていない | 食べています | 食べていません |
|
||||
| Past Progressive | 食べていた | 食べていなかった | 食べていました | 食べていませんでした |
|
||||
| Imperative | 食べろ | 食べるな | 食べてください | 食べないでください |
|
||||
| Conditional -eba | 食べれば | 食べなければ | / | / |
|
||||
| Conditional -tara | 食べたら | 食べなかったら | / | / |
|
||||
| Potential | 食べられる | 食べられない | 食べられます | 食べられません |
|
||||
| Causative | 食べさせる | 食べさせない | 食べさせます | 食べさせません |
|
||||
| Passive | 食べられる | 食べられない | 食べられます | 食べられません |
|
||||
|
||||
## Irregular: する
|
||||
|
||||
| Tense | Dictionary positive | Dictionary negative | Polite positive | Polite negative |
|
||||
| ------------------- | ------------------- | ------------------- | --------------- | --------------- |
|
||||
| Present | する | しない | します | しません |
|
||||
| Past | した | しなかった | しました | しませんでした |
|
||||
| Volitional | しよう | しないだろう | しましょう | しませんでしょう |
|
||||
| Present Progressive | している | していない | しています | していません |
|
||||
| Past Progressive | していた | していなかった | していました | していませんでした |
|
||||
| Imperative | しろ | するな | してください | しないでください |
|
||||
| Conditional -eba | すれば | しなければ | / | / |
|
||||
| Conditional -tara | したら | しなかったら | / | / |
|
||||
| Potential | できる | できない | できます | できません |
|
||||
| Causative | させる | させない | させます | させません |
|
||||
| Passive | される | されない | されます | されません |
|
||||
|
||||
## Irregular: 来る
|
||||
|
||||
| Tense | Dictionary positive | Dictionary negative | Polite positive | Polite negative |
|
||||
| ------------------- | ------------------- | ------------------- | --------------- | --------------- |
|
||||
| Present | くる | こない | きます | きません |
|
||||
| Past | きた | こなかった | きました | きませんでした |
|
||||
| Volitional | きよう | こないだろう | きましょう | きませんでしょう |
|
||||
| Present Progressive | きている | きていない | きています | きていません |
|
||||
| Past Progressive | きていた | きていなかった | きていました | きていませんでした |
|
||||
| Imperative | こい | くるな | きてください | こないでください |
|
||||
| Conditional -eba | くれば | こなければ | / | / |
|
||||
| Conditional -tara | きたら | こなかったら | / | / |
|
||||
| Potential | こられる | こられない | こられます | こられません |
|
||||
| Causative | こさせる | こさせない | こさせます | こさせません |
|
||||
| Passive | こられる | こられない | こられます | こられません |
|
206
content/Conjugation/Conditional.md
Normal file
206
content/Conjugation/Conditional.md
Normal file
@ -0,0 +1,206 @@
|
||||
# Conditional
|
||||
|
||||
## と
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ と</p>
|
||||
</div>
|
||||
|
||||
Means "if", "whenever". Used when a result is known or assumed to be true, aka a logical cause-effect relationship. Cannot be used if the result is uncertain. So it cannot be an intention, a request, a desire, an order, etc.
|
||||
|
||||
> [!info] Example
|
||||
> {急|いそ}いでない==と==、{遅刻|ちこく}に{着|つ}きます。
|
||||
> If you don't hurry, you'll arrive late.
|
||||
|
||||
## なら
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual) + (の)</span></p>
|
||||
<p><span class="box">い-Adj + (の)</span></p>
|
||||
<p><span class="box">な-Adj + (の)</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ なら</p>
|
||||
</div>
|
||||
|
||||
Means "in the case that/of". The second part of the sentence is generally an opinion, a request or a suggestion.
|
||||
Adding の adds emphasis. ならば can be used in more formal contexts.
|
||||
|
||||
> [!info] Example
|
||||
> {車|くるま}を{使|つか}う==なら==、{気|き}を{付|つ}けて。
|
||||
> If you're using a car, be careful.
|
||||
|
||||
## たら
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> + かった</span></p>
|
||||
<p><span class="box">な-Adj + だった</span></p>
|
||||
<p><span class="box">N + だった</span></p>
|
||||
</div>
|
||||
<p class="right">+ ら</p>
|
||||
</div>
|
||||
|
||||
Means "if" or "when". Describes a condition (the first action must be completed before the second action). Used for hypothetical situations and certain results. It is the main word used for conditional.
|
||||
|
||||
> [!info] Example
|
||||
> {安|やす}==かったら==、{買|か}う。
|
||||
> (If / When) it's cheap, I'll buy it.
|
||||
|
||||
## 場合
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 場合は</p>
|
||||
</div>
|
||||
|
||||
{場合|ば|あい} means "in the case of". The second part explains what to do in the situation (instructions, advices, etc). More formal than たら.
|
||||
|
||||
> [!info] Example
|
||||
> {地震|じ|しん}==の場合は==、エレベーターを使わないでください。
|
||||
> In case of an earthquake, please don't use the elevators.
|
||||
|
||||
## ば・なければ
|
||||
|
||||
Positive form:
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (う -> え)</span></p>
|
||||
<p><span class="box">い-Adj + けれ</span></p>
|
||||
<p><span class="box">な-Adj + なら</span></p>
|
||||
<p><span class="box">N + なら</span></p>
|
||||
</div>
|
||||
<p class="right">+ ば</p>
|
||||
</div>
|
||||
|
||||
Negative form:
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V <strike>ない</strike></span></p>
|
||||
<p><span class="box">い-Adj <strike>ない</strike></span></p>
|
||||
<p><span class="box">な-Adj + で</span></p>
|
||||
<p><span class="box">N + で</span></p>
|
||||
</div>
|
||||
<p class="right">+ なければ</p>
|
||||
</div>
|
||||
|
||||
See Conjugation [[Basics]] for verbs (the う sound transforms the the corresponding え sound).
|
||||
|
||||
Means "if". A conditional relationship without the cause-effect relationship of と.
|
||||
If A happens, then B. Situations must be hypothetical. Generally used for one-time results.
|
||||
|
||||
> [!info] Examples
|
||||
> 雨が止==めれば==、店に行く。
|
||||
> If it stops raining, I'll go to the store.
|
||||
>
|
||||
> おいしい==でなければ==、食べません。
|
||||
> If it's not good, I will not eat it.
|
||||
|
||||
### ばいい
|
||||
|
||||
Used for hope about a result. "It would be good if".
|
||||
Can also be used to give an advice, in a meaning similar to "should".
|
||||
|
||||
> [!info] Example
|
||||
> {宝|たから}くじが{当|あ}たれ==ばいい==ね。
|
||||
> It would be good if I win the lottery...
|
||||
>
|
||||
>
|
||||
|
||||
### ばよかった
|
||||
|
||||
Used for regret about something that would have been better if done. "It would have been good if".
|
||||
More emphasis can be added by adding のに.
|
||||
|
||||
> [!info] Example
|
||||
> {上着|うわぎ}を{持|も}て==ばよかった==。
|
||||
> I should have brought a jacket.
|
||||
|
||||
### ば~ほど
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V (ば)</span></p>
|
||||
</div>
|
||||
<p class="r"> + </p>
|
||||
<div class="">
|
||||
<p><span class="box">V (る)</span></p>
|
||||
</div>
|
||||
<p class="r">+ ほど</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">い-Adj <strike>い</strike> + ければ</span></p>
|
||||
</div>
|
||||
<p class="r"> + </p>
|
||||
<div class="">
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
</div>
|
||||
<p class="r">+ ほど</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">な-Adj + なら</span></p>
|
||||
</div>
|
||||
<p class="r"> + </p>
|
||||
<div class="">
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
</div>
|
||||
<p class="r">+ ほど</p>
|
||||
</div>
|
||||
|
||||
Means "the more... the more". Used by repeating the same verb.
|
||||
|
||||
> [!info] Example
|
||||
> {自転車|じてんしゃ}をすれ==ば==する==ほど==、{上手|じょうず}になります。
|
||||
> The more you bike, the better you get.
|
||||
|
||||
## Summing up
|
||||
|
||||
* ==と== has a logical cause-effect relationship. Certain result.
|
||||
* ==なら== usually used for opinion, request, suggestion.
|
||||
* ==V-たら== describes a condition to be met for the result. Usually used for hypothetical situation.
|
||||
* ==場合== explains what to do in a described situation. More formal than V-たら.
|
||||
* ==V-ば== is a conditional relationship, close to V-たら. Used for hypothetical situations, generally for for one-time results.
|
||||
|
||||
## とすれば・としたら・とすると
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ とすれば・としたら・とすると</p>
|
||||
</div>
|
||||
|
||||
Means "if we assume that A, B".
|
||||
としたら is more casual than とすれば.
|
||||
とすると is used for an action that is likely to happen.
|
||||
|
||||
> [!info] Example
|
||||
> {電車|でんしゃ}で行く==とすると==、20{分|っぷん}かかるです。
|
||||
> If you were to go by train, it would take 20 minutes.
|
||||
|
||||
## もし(も)
|
||||
|
||||
Used with conditional forms ば, と, たら and ても (see [[TeF (4) - even if#Even if ても・でも]]).
|
||||
もしも puts more emphasis than もし.
|
||||
|
||||
> [!info] Example
|
||||
> ==もし==ペットが{病気|びょうき}になったら、{動物|どうぶつ}{病院|びょういん}に行かなきゃ。
|
||||
> If you pet gets sick, you have to bring it to the veterinarian clinic.
|
230
content/Conjugation/TeF (1) - basics.md
Normal file
230
content/Conjugation/TeF (1) - basics.md
Normal file
@ -0,0 +1,230 @@
|
||||
# Te-Form (1) - basics
|
||||
|
||||
## Rule
|
||||
|
||||
### Verbs
|
||||
|
||||
The easiest way to identify whether to use て or で is by looking at the preceding kana.
|
||||
If the plain (dictionary) form of the verb finishes in ぐ, ぬ, ぶ, or む, then で will be used.
|
||||
る-Verbs never use で.
|
||||
|
||||
| Ending | Ending Te-Form | Verb | Te-Form | Hiragana |
|
||||
| ------------------- | -------------- | -------------- | ----------------------------- | ------------------- |
|
||||
| **る verbs** | | | | |
|
||||
| (い・え)る | て | 食べる | 食べ==て== | たべて |
|
||||
| **う verbs** | | | | |
|
||||
| う<br>つ<br>る | <br>って<br> | 歌う<br>打つ<br>座る | 歌==って==<br>打==って==<br>座==って== | うたって<br>うって<br>すわって |
|
||||
| む<br>ぶ<br>ぬ | <br>んで | 休む<br>飛ぶ<br>死ぬ | 休==んで==<br>飛==んで==<br>死==んで== | やすんで<br>とんで<br>しんで |
|
||||
| く | いて | 歩く | 歩==いて== | あるいて |
|
||||
| ぐ | いで | 泳ぐ | 泳==いで== | およいで |
|
||||
| す | して | 話す | 話==して== | はなして |
|
||||
| **Irregular Verbs** | | | | |
|
||||
| | | する | し==て== | |
|
||||
| | | 行く | 行==って== | いって |
|
||||
| | | 来る | 来==て== | きて |
|
||||
|
||||
### Adjectives and nouns
|
||||
|
||||
| Form | Word | Word Te-Form |
|
||||
| -------------------- | ----- | ------------ |
|
||||
| **いA** + ~~い~~ く + て | おもしろい | おもしろ==くて== |
|
||||
| **なA** + で | しずか | しずか==で== |
|
||||
| **N** + で | 猫 | 猫==で== |
|
||||
|
||||
### Song
|
||||
|
||||
A common way to remember this form is by a song. Here is one sung by Hatsune Miku.
|
||||
|
||||

|
||||
|
||||
| Ending | Te-Form |
|
||||
| ------ | ------- |
|
||||
| う・つ・る | って |
|
||||
| む・ぶ・ぬ | んで |
|
||||
| く | いて |
|
||||
| ぐ | いで |
|
||||
| いく | いって |
|
||||
| くる | きて |
|
||||
| する | して |
|
||||
| す | して |
|
||||
|
||||
## Basic functions
|
||||
|
||||
### Connection
|
||||
|
||||
The most basic function of the Te-Form: form connection between **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> 食べ==て=={寝|ね}る。
|
||||
> To eat, then sleep.
|
||||
|
||||
This also works with **いA**, **なA**, and **nouns**.
|
||||
|
||||
> [!info] Example
|
||||
> あの{自転車|じてんしゃ}は{便利|べんり}==で=={軽|かる}い。
|
||||
> That bicycle is useful and light.
|
||||
|
||||
### Reasons
|
||||
|
||||
Used primarily for reasons beyond control of the speaker.
|
||||
|
||||
> [!info] Example
|
||||
> 大雨==で==バスが止まりました。
|
||||
> The bus stopped with rain. (the reason is the rain)
|
||||
|
||||
### Manners
|
||||
|
||||
Highlights something being used, whether a tool, a circumstance, a situation, etc.
|
||||
|
||||
> [!info] Examples
|
||||
> 私はご{飯|はん}を{急|いそ}い==で==食べる。
|
||||
> I eat food in a hurry.
|
||||
>
|
||||
> ハサミ==で=={野菜|やさい}を{切|き}ります。
|
||||
> I cut my vegetables using scissors.
|
||||
|
||||
## Sequence and non-sequence
|
||||
|
||||
Only for **verbs**.
|
||||
|
||||
### て sequence
|
||||
|
||||
Used to list a sequence of events that happen one after another. Must be used for ordered sequence of what is being said!
|
||||
|
||||
> [!info] Example
|
||||
> パンを買==って==、食べた。
|
||||
> I bought some bread, then ate it.
|
||||
|
||||
### て non-sequence
|
||||
|
||||
The particle can also contrast things that have some sort of relationship. It can mean something like "and" or "while", but is not really similar to "but": it always has the same weight in the sentence, as opposed to expressions like けど・のに, etc.
|
||||
|
||||
> [!info] Examples
|
||||
> 朝は雨が{降|ふ}==って=={夕方|ゆう|がた}は{晴|は}れた。
|
||||
> It rained this morning, **and** then it cleared up in the afternoon. (there is no particular emphasis on either event).
|
||||
>
|
||||
> 朝は雨が降った==けど==夕方は晴れた。
|
||||
> It rained this morning, **but then** it cleared up in the afternoon. (there is emphasis on the fact that it stopped raining).
|
||||
|
||||
### てから
|
||||
|
||||
Used to say that something will happen after something else : "after doing (A), (B)".
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> {洗濯|せん|たく}をし==てから==、出かける。
|
||||
> After doing the laundry, I will go out.
|
||||
|
||||
⚠ Simple present (るから) and past (たから) have a meaning closer to "because" or "since".
|
||||
|
||||
## States
|
||||
|
||||
### ている form
|
||||
|
||||
| Plain | Polite |
|
||||
| ----- | ------ |
|
||||
| ている | ています |
|
||||
| てる | てます |
|
||||
|
||||
ている is often shortened to てる. This applies to all tenses, including てる, てて, てた, and even てます.
|
||||
Only for **verbs**.
|
||||
|
||||
Sometimes ている can become しとる (like in manga).
|
||||
|
||||
#### 1/ State of existence: is being done
|
||||
|
||||
Used to convey a constant state of the verb being done, executed, etc. It is continuing to exist in a specific state.
|
||||
|
||||
> [!info] Example
|
||||
>今ラーメンを食べ==ています==。
|
||||
>I am eating ramen now.
|
||||
|
||||
#### 2/ State of existence: has been done
|
||||
|
||||
Expresses "existing in a of state of having been done".
|
||||
In English, a different tense would have been used, but in Japanese it is also Te-form.
|
||||
|
||||
> [!info] Examples
|
||||
> お前はもう死==んでいる==。
|
||||
> You are already dead.
|
||||
>
|
||||
> クラスは始ま==っている==。
|
||||
> The class has already started. (existing in the state of having started)
|
||||
>
|
||||
> お母さんは今買い物に行==っています==。
|
||||
> My mom went out to go shopping. (existing in the state of having gone)
|
||||
>
|
||||
> 先生がめちゃ{怒|おこ}==っている==。
|
||||
> My teacher is very angry. (existing in the state of having gotten angry)
|
||||
|
||||
Then, how to differentiate from the past form? Think about if the action can happen twice. For example, something cannot start twice, so it will use ている. The same applies for dying. This will not work for all verbs, but for the majority.
|
||||
|
||||
> [!info] Example
|
||||
> ピアノが{落|お}ち==ている==。
|
||||
> The piano has fallen. (existing in the state of having fallen)
|
||||
> Something has fallen and is already on the ground, so it cannot fall again. ている will be used.
|
||||
|
||||
#### 3/ State of existence: frequent and repeated action
|
||||
|
||||
Used for the repetition of common activities. They are not continuing per se, but are occurring at such a frequency that they are considered to be continuous.
|
||||
For example: going to work, having a hobby, doing sports, etc.
|
||||
|
||||
You can see it as "continuing to exist in a specific state".
|
||||
Expression of time are often used with this meaning.
|
||||
|
||||
> [!info] Examples
|
||||
> 私は毎日ギターを{弾|ひ}い==ている==。
|
||||
> I play my guitar everyday (hobby).
|
||||
>
|
||||
> {毎晩|まい|ばん}9時に{寝|ね}==ている==。
|
||||
> I sleep at 9 every night (habit).
|
||||
>
|
||||
> {彼|かれ}は学校で{働|はたら}い==ている==。
|
||||
> He works at a school (regular activity).
|
||||
|
||||
### ていた・ていました
|
||||
|
||||
Means that something was happening, someone was doing something. If an object has changed state and is still in the state, it can also be used, for example a broken window.
|
||||
Only for **verbs**.
|
||||
|
||||
ていた can be shortened to てた, and ていました to てました.
|
||||
|
||||
> [!info] Example
|
||||
> {勉強|べんきょう}をし==ていた==けど、今は{休|やす}んでいる。
|
||||
> I was studying but am taking a break right now.
|
||||
|
||||
### てある
|
||||
|
||||
Shares with ている the meaning of being in an ongoing state, meaning that something has been done. It is also similar to a simple past form. However, the nuance is that this form is only used with transitive verbs on inanimate objects, meaning either:
|
||||
* the action has been done intentionally (focuses on a person's intention),
|
||||
* the focus is the resulting state of the action.
|
||||
|
||||
> [!info] Examples
|
||||
> 明日の{弁当|べん|とう}はもう作==ってある==。
|
||||
> Tomorrow's lunch has already been prepared.
|
||||
>
|
||||
> ドアが{開|あ}け==てある==。
|
||||
> The door has been left open (intentionally).
|
||||
|
||||
Only for **transitive verbs**.
|
||||
|
||||
### ておく
|
||||
|
||||
Means to do something in advance, to complete something in preparation for something.
|
||||
If used in past form ておいた, means that the completed action was in preparation for the current situation.
|
||||
Only for **verbs**.
|
||||
|
||||
Can be shortened as とく.
|
||||
|
||||
> [!info] Example
|
||||
> メロンパンを買==っておく==。
|
||||
> I'll buy a melon pan (in preparation for a something, for example a picnic).
|
||||
|
||||
### まだ~ていません
|
||||
|
||||
This means "still have not done something".
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> このゲームは==まだ==し==ていない==。
|
||||
> I haven't played this game yet.
|
116
content/Conjugation/TeF (2) - manner of doing.md
Normal file
116
content/Conjugation/TeF (2) - manner of doing.md
Normal file
@ -0,0 +1,116 @@
|
||||
# Te-Form (2) - manner of doing
|
||||
|
||||
## ていく・てくる
|
||||
|
||||
ていく combines the Te-form with the verb 行く.
|
||||
てくる combines the Te-form with the verb 来る.
|
||||
Both can be used when representing time or a physical place. Kanji and hiragana can be used, and they can be conjugated.
|
||||
Only for **verbs**.
|
||||
|
||||
The first meaning is the following:
|
||||
* ていく means to go and do something.
|
||||
* てくる means to do and come back.
|
||||
|
||||
> [!info] Examples
|
||||
> 家で食べ==ていく==か?
|
||||
> Want to go and eat at my home?
|
||||
>
|
||||
> {晩御飯|ばんごはん}を買==ってきた==。
|
||||
> I brought tonight's dinner. (bought and came with).
|
||||
|
||||
The second meaning is:
|
||||
* ていく means to start doing something with your own agency.
|
||||
* てくる on the contrary, is when something comes to the listener without agency from them.
|
||||
|
||||
> [!info] Examples
|
||||
> 彼は駅まで歩い==ていきます==。
|
||||
> He walk to the station.
|
||||
>
|
||||
> 雨が{降|ふ}==ってきた==。
|
||||
> It started raining.
|
||||
|
||||
## てしまう・ちゃう・じゃう
|
||||
|
||||
<div class="usage">
|
||||
<div>
|
||||
<p><span class="box">Vて</span> + しまう</p>
|
||||
<p><span class="box">V<strike>て</strike></span> + ちゃう</p>
|
||||
<p><span class="box">V<strike>で</strike></span> + じゃう</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
This means "by accident, unfortunately" or "completely".
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Examples
|
||||
> {宿題|しゅく|だい}もうや==ってしまいました==。
|
||||
> I've already finished my homework.
|
||||
>
|
||||
> もう{全部|ぜん|ぶ}食べ==ちゃった==。。。
|
||||
> I've already eaten everything...
|
||||
|
||||
## てみる
|
||||
|
||||
Used to express the meaning of trying something, usually something new.
|
||||
Can also be used to suggest to someone to try something.
|
||||
Used in past tense, it implies a successful attempt.
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> これを食べ==てみる==か?
|
||||
> Do you want to try this food?
|
||||
|
||||
## てすみません
|
||||
|
||||
Means "sorry for".
|
||||
|
||||
> [!info] Example
|
||||
> {遅|おく}れ==てすみません==。
|
||||
> Sorry for being late.
|
||||
|
||||
## てよかった
|
||||
|
||||
Means "glad that".
|
||||
|
||||
> [!info] Example
|
||||
> {美術館|びじゅつかん}に行==ってよかった==。
|
||||
> I'm glad I went to the museum.
|
||||
|
||||
## ているところ
|
||||
|
||||
Means "in the process/middle of doing". Can either talk about the exact moment or in general.
|
||||
See also [[🔰 Grammar/Time#たところ]].
|
||||
|
||||
> [!info] Example
|
||||
> {現在|げんざい}、{求職|きゅうしょく}し==ているところ==です。
|
||||
> I am currently seeking a job.
|
||||
|
||||
## てはじめて
|
||||
|
||||
Means "not until".
|
||||
|
||||
> [!info] Example
|
||||
> {韓国|かんこく}に{来|き}==て初めて==キムチを{知|し}らなかった。
|
||||
> Before coming to Korea, I had never heard of kimchi.
|
||||
|
||||
## て済む
|
||||
|
||||
て{済|す}む has different meanings:
|
||||
* that it is sufficient, enough
|
||||
* that it solves something
|
||||
|
||||
> [!info] Example
|
||||
> {切符|きっぷ}は500円==で済ませる==。
|
||||
> The ticket costs only 500 yen.
|
||||
>
|
||||
> {会合|かいごう}に{遅|おく}れてしまったが、{電話|でんわ}で{謝|あやま}==って済みました==。
|
||||
> I was late for a meeting, but I was able to apologize over the phone (thus solving the situation).
|
||||
|
||||
## ている場合じゃない
|
||||
|
||||
ている{場合|ばあい}(じゃない・ではない) means "this is no time to be doing". Tells the listener to stop doing what they are doing.
|
||||
Used with verbs in て form.
|
||||
|
||||
> [!info] Example
|
||||
> {夜|よる}ので、{歌|うた}え==ている場合じゃない==!
|
||||
> It's night, so it's no time to be singing!
|
56
content/Conjugation/TeF (3) - give & receive.md
Normal file
56
content/Conjugation/TeF (3) - give & receive.md
Normal file
@ -0,0 +1,56 @@
|
||||
# Te-Form (3) - give & receive
|
||||
|
||||
Extends the common forms of あげる, くれる, and もらう, but what is received or given is now a verb, instead of a noun.
|
||||
|
||||
## てあげる
|
||||
|
||||
Expresses that someone is doing or did something for someone else.
|
||||
The person that received the favor is followed by the に particle.
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> 母にケーキを買==ってあげた==。
|
||||
> I bought a cake for my mother.
|
||||
>
|
||||
|
||||
For casual language, ==てやる== can be used.
|
||||
|
||||
## てくれる
|
||||
|
||||
Used to ask a favor from someone or to say that something was done to the speaker.
|
||||
The person that received the favor (usually oneself and thus omitted) is followed by the に particle.
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> {友達|とも|だち}がギターを{教|おし}え==てくれる==。
|
||||
> My friend will teach me the guitar.
|
||||
|
||||
### てくれてありがとう
|
||||
|
||||
This form expresses gratitude for something that benefited the speaker. It is not used for something expected.
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> 今日来==てくれてありがとう==!
|
||||
> Thank you for coming today!
|
||||
|
||||
## てもらう
|
||||
|
||||
This form expresses gratitude for a favor that the recipient generally requested for, or where gratitude is the focus.
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> {友達|とも|だち}が手伝==ってもらった==。
|
||||
> My friend helped me (and I owe him / because I asked him and I am grateful)
|
||||
|
||||
## てくれない・てもらえない
|
||||
|
||||
Used as a mean to ask for a favor like "would you, could you?". Used in a similar form to じゃないか.
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> {電気|でん|き}をつけ==てもらえない==か。
|
||||
> Could you please turn on the lights?
|
||||
>
|
||||
> 電気をつけ==ないでもらえない==か。
|
||||
> Could you please turn off the light?
|
69
content/Conjugation/TeF (4) - even if.md
Normal file
69
content/Conjugation/TeF (4) - even if.md
Normal file
@ -0,0 +1,69 @@
|
||||
# Te-Form (4) - even if
|
||||
|
||||
For **verbs**, **adjectives** and **nouns**.
|
||||
|
||||
## Even if: ても・でも
|
||||
|
||||
Works by adding も to the Te-Form.
|
||||
|
||||
> [!info] Example
|
||||
> 安==くても==、買いません。
|
||||
> Even if it's cheap, I won't buy it.
|
||||
>
|
||||
> 好き==でも==、買えなかった。
|
||||
> Even if I liked it, I didn't bought it.
|
||||
|
||||
### てもいい
|
||||
|
||||
Means that something is "alright". Frequently used for questions.
|
||||
|
||||
> [!info] Example
|
||||
> ここに{座|すわ}==ってもいい==?
|
||||
> Is it okay if I sit here?
|
||||
>
|
||||
> {冷|つめ}たい==でもいい==。
|
||||
> It's okay even if it's cold.
|
||||
|
||||
### ても~なくても
|
||||
|
||||
Means "whether or not". A form a bit strange, where the verb is repeated two times in the following manner: VてもVなくても.
|
||||
|
||||
> [!info] Example
|
||||
> 食べ==ても==食べ==なくても==、{構|かま}いません。
|
||||
> It doesn't matter whether you eat it orb not.
|
||||
|
||||
### ても構わない・てもかまわない
|
||||
|
||||
Means that it doesn't matter or that the speaker doesn't mind.
|
||||
|
||||
> [!info] Example
|
||||
> 雨が{降|ふ}==っても構わない==。
|
||||
> I don't mind if it rains.
|
||||
|
||||
### ても始まらない・てもはじまらない
|
||||
|
||||
Means that even if you do it, it will never start: that it's no use.
|
||||
Only for **verbs**.
|
||||
|
||||
> [!info] Example
|
||||
> この時間に会==っても始まらない==。
|
||||
> There's no point meeting at this time of the day.
|
||||
|
||||
### いくら~ても・どんなに~ても
|
||||
|
||||
Means "no matter how much".
|
||||
|
||||
> [!info] Example
|
||||
> ==いくら==好き==でも==、買えません。
|
||||
> No matter how much you like it, I won't buy it for you.
|
||||
>
|
||||
> ==どんなに==高==くても==、買います。
|
||||
> No matter how expensive, I'll buy it.
|
||||
|
||||
### たとえ〜ても
|
||||
|
||||
Used to make a supposition. Would translate to something like "even if... is the case".
|
||||
|
||||
> [!info] Example
|
||||
> ==たとえ=={新幹線|しん|かん|せん}==でも==、1時間かかる。
|
||||
> Even if you take the Shinkansen, it will take one hour.
|
52
content/index.md
Normal file
52
content/index.md
Normal file
@ -0,0 +1,52 @@
|
||||
# Japanese Grammar
|
||||
|
||||
Welcome to my Japanese Grammar project!
|
||||
|
||||
## Goal
|
||||
|
||||
The goal of this website is to be a synthesis of useful resources for my Japanese learning adventure. I want to have grammar points next to each other, independently of any "difficulty level", set up in a logical and consistent form. I don't want to have to open 5 pages to compare information, and I don't want a deep dive into a notion. The goal is to be a reminder of the things I learn, rather than a way to learn. I want a few examples to grasp it, but I do not want to have ten of the same kind. And nothing quite fits for me!
|
||||
|
||||
## Sources
|
||||
|
||||
Of course, since I'm _learning_ the language, I need to get inspired from different sources. So this website partly uses information from the websites listed here. I don't want any recognition of what is here! It's mostly a compilation of what people who are way better in this language have made before.
|
||||
|
||||
* [Bunpro](https://bunpro.jp/grammar_points)
|
||||
* [JLPT Sensei](https://jlptsensei.com/#jlpt-grammar-lists)
|
||||
* [Maggie Sensei](https://maggiesensei.com/)
|
||||
* [Try! Series of books](https://2024.ask-books.com/tag/try/)
|
||||
* [Hedgehog Japanese](https://hedgehog-japanese.com/category/grammar/)
|
||||
* [Wasabi](https://www.wasabi-jpn.com/category/japanese-grammar/)
|
||||
* [Japanese StackExchange](https://japanese.stackexchange.com/)
|
||||
* [Guide du Japonais](https://guidedujaponais.fr/)
|
||||
* [Tofugu](https://www.tofugu.com)
|
||||
* [Imabi](https://imabi.org/table-of-contents-%e7%9b%ae%e6%ac%a1/)
|
||||
* [Tae-Kim's Guide](https://guidetojapanese.org/learn/)
|
||||
|
||||
## Other useful resources
|
||||
|
||||
In addition to those I cited, here are other resources I find useful.
|
||||
|
||||
### Kanjis
|
||||
|
||||
* [Remembering the Kanji (RTK)](https://en.wikipedia.org/wiki/Remembering_the_Kanji_and_Remembering_the_Hanzi), a kanji learning method
|
||||
* [Kanji Koohii](https://kanji.koohii.com/), a website using the RTK method and spaced repetition
|
||||
* [Remember the JLPT](https://git.marchal.dev/keb/remember-the-JLPT), a tool I made to learn kanjis by JLPT levels
|
||||
|
||||
### Reading
|
||||
|
||||
* [Sakubun](https://sakubun.xyz/)
|
||||
* [NHK News Web Easy](https://www3.nhk.or.jp/news/easy/)
|
||||
|
||||
### Grammar
|
||||
|
||||
* [jtest4you](https://japanesetest4you.com/)
|
||||
* [Japanese Conjugation Drill](https://drill.jp.marchal.dev)
|
||||
|
||||
### Vocabulary
|
||||
|
||||
* [Jisho](https://jisho.org/), an online dictionary
|
||||
* [Tatoeba](https://tatoeba.org), for its sentences database
|
||||
|
||||
## Any errors?
|
||||
|
||||
If you find any error, please do contact me! I wrote the examples by myself, so they might not be accurate. You can find my website in the footer of any page of this website. Thanks!
|
135
content/🔰 Grammar/Actions.md
Normal file
135
content/🔰 Grammar/Actions.md
Normal file
@ -0,0 +1,135 @@
|
||||
# Actions
|
||||
|
||||
## になる
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">い-Adj + <strike>い</strike> + く</span></p>
|
||||
<p><span class="box">な-Adj + に</span></p>
|
||||
<p><span class="box">N + に</span></p>
|
||||
</div>
|
||||
<p class="right">+ なる</p>
|
||||
</div>
|
||||
|
||||
Means "to become".
|
||||
|
||||
> [!info] Example
|
||||
> {新幹線|しんかんせん}==になりたい==!
|
||||
> I want to become a bullet train!
|
||||
|
||||
## にする
|
||||
|
||||
### To decide
|
||||
|
||||
Means "to decide".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> このレストラン==にしました==。
|
||||
> I've decided on this restaurant.
|
||||
|
||||
### Make something
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">い-Adj + <strike>い</strike> + く</span></p>
|
||||
<p><span class="box">な-Adj + に</span></p>
|
||||
</div>
|
||||
<p class="right">+ なる</p>
|
||||
</div>
|
||||
|
||||
Means to "make something more".
|
||||
|
||||
> [!info] Example
|
||||
> ストーブを{点|つ}けて{部屋|へや}を{暑|あつ}==くする==。
|
||||
> Turn on the heater to make the room hotter.
|
||||
|
||||
## ようになる
|
||||
|
||||
Means "to reach a point". Used with verbs.
|
||||
|
||||
> [!info] Example
|
||||
> この本{全部|ぜんぶ}{分|わ}かる==ようになった==。
|
||||
> I've come to understand all of this book.
|
||||
|
||||
## に気がつく
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V + こと</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ に気がつく</p>
|
||||
</div>
|
||||
|
||||
に{気|き}がつく means "to notice", "to realize".
|
||||
|
||||
> [!info] Example
|
||||
> {新|あたら}しいレストランが{開店|かい|てん}==に気がついた==。
|
||||
> I noticed a new restaurant opened.
|
||||
|
||||
## と思う
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ と思う</p>
|
||||
</div>
|
||||
|
||||
と{思|おも}う means "to think".
|
||||
|
||||
> [!info] Example
|
||||
> {変|へん}だ==と思わない==か。
|
||||
> Don't you think it's strange?
|
||||
>
|
||||
> 今日は{公園|こう|えん}に行く==と思います==。
|
||||
> I think I'll go to the park today.
|
||||
|
||||
## すぎる
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike></span></p>
|
||||
<p><span class="box">な-Adj</span></p>
|
||||
</div>
|
||||
<p class="right">+ すぎる</p>
|
||||
</div>
|
||||
|
||||
Means "too much", "exceeding".
|
||||
|
||||
> [!info] Example
|
||||
> {昨晩|さく|ばん}に{飲|の}み==すぎて=={頭|あたま}が{痛|いた}い。
|
||||
> I drank too much last night and my head hurts.
|
||||
|
||||
## Try to
|
||||
|
||||
### ようにする
|
||||
|
||||
Means "to try to", "to make sure to". It's more of an assertion than ようとする.
|
||||
Used with a verb.
|
||||
|
||||
> [!info] Example
|
||||
> 毎日に{朝|あさ}ご{飯|はん}を食べる==ようとします==。
|
||||
> I'll try to eat a breakfast everyday.
|
||||
|
||||
### ようとする・ようとしない
|
||||
|
||||
Means "try to", "attempt to" (or not, in the negative form). It's more of an attempt than with ようにする.
|
||||
Used with the volitional form of verbs (よう).
|
||||
|
||||
> [!info] Example
|
||||
> 出かけ==ようとした==時、電話が{鳴|な}ってた。
|
||||
> At the time I was trying to go out, the phone rang.
|
||||
>
|
||||
> さっき店に{入|はい}==ろうとしたら==が、ドアが{閉|し}まってしまいました。
|
||||
> I tried to enter the shop earlier, but the door was closed...
|
||||
>
|
||||
> 彼は{運動|うんどう}し==ようとしない==。
|
||||
> He doesn't try to exercise.
|
||||
|
||||
⚠ Not used in negative form to talk about oneself.
|
85
content/🔰 Grammar/Adverbs.md
Normal file
85
content/🔰 Grammar/Adverbs.md
Normal file
@ -0,0 +1,85 @@
|
||||
# Adverbs
|
||||
|
||||
## さすが
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">さすが</span></p>
|
||||
</div>
|
||||
<p class="r">+ に + V</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">さすが</span></p>
|
||||
</div>
|
||||
<p class="r">+ の + N</p>
|
||||
</div>
|
||||
|
||||
Means "as expected".
|
||||
|
||||
> [!info] Example
|
||||
> ==さすが==のオランダ人、{自転車|じてんしゃ}で{通|かよ}う。
|
||||
> As expected of a Dutch, they commute by bicycle.
|
||||
|
||||
## そんなに
|
||||
|
||||
Means "so much" or "like that".
|
||||
Not used with nouns.
|
||||
|
||||
⚠ It is applied to the following word, not the preceding one.
|
||||
|
||||
> [!info] Example
|
||||
> {僕|ぼく}は{卵|たまご}が==そんなに==好きじゃない。
|
||||
> I don't like eggs that much.
|
||||
|
||||
## なかなか~ない
|
||||
|
||||
This form means that an effort has been made, but no outcome happens. Can be translated as "not easy to", "not able to", "hardly", "not at all".
|
||||
This form is used with a verb in the negative form (ない).
|
||||
|
||||
> [!info] Example
|
||||
> 雨だから、==なかなか==タクシーが来てい==ません==。
|
||||
> Because of the rain, it's not easy to get a taxi.
|
||||
>
|
||||
> ==なかなか==お{酒|さけ}止めるでき==ない==。
|
||||
> It is not easy to stop drinking.
|
||||
|
||||
## 一体
|
||||
|
||||
{一体|いったい} is used to make an emphasis when something is surprising, confusing, etc.
|
||||
|
||||
> [!info] Example
|
||||
> ==いったい=={誰|だれ}がそんあことをしたか。
|
||||
> Who in the world would do something like this?
|
||||
|
||||
## まるで
|
||||
|
||||
<div class="usage">
|
||||
<p class="iright">まるで + </p>
|
||||
<div class="ileft">
|
||||
<p><span class="box">V + よう・みたい</span></p>
|
||||
<p><span class="box">N + のよう・みたい</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "as if".
|
||||
|
||||
> [!info] Example
|
||||
> え、{中古|ちゅうこ}ですね。==まるで=={新規|しんき}の==よう==です。
|
||||
> Eh, it's second-hand? It looks like new.
|
||||
|
||||
## もう
|
||||
|
||||
Means "already".
|
||||
|
||||
> [!info] Example
|
||||
> ==もう==出ちゃった。
|
||||
> They already left.
|
||||
|
||||
## すでに
|
||||
|
||||
Means "already". More formal than もう, implies that something is too late and cannot be changed.
|
||||
|
||||
> [!info] Example
|
||||
> {遅|おそ}く{起|お}きたので==すでに==バスは{出発|しゅっぱつ}してしまった。
|
||||
> I woke up late, so the bus already left.
|
19
content/🔰 Grammar/Advice - Guidance.md
Normal file
19
content/🔰 Grammar/Advice - Guidance.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Advice & guidance
|
||||
|
||||
## たらどう
|
||||
|
||||
Used to ask about a situation, usually to give advice. Translates to "why don't you" or "how about".
|
||||
Used with the たら form of verbs.
|
||||
|
||||
> [!info] Example
|
||||
> ゲームをし==たらどう==か。
|
||||
> How about you play a game?
|
||||
|
||||
## たらいいですか
|
||||
|
||||
Used to ask about an advice or instructions. Translates to "what should I do".
|
||||
Used with the たら form of verbs.
|
||||
|
||||
> [!info] Example
|
||||
> 何を{飲|の}ん==だらいいですか==。
|
||||
> What should I drink?
|
74
content/🔰 Grammar/Amount.md
Normal file
74
content/🔰 Grammar/Amount.md
Normal file
@ -0,0 +1,74 @@
|
||||
# Amount
|
||||
|
||||
## くらい・ぐらい
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (ない)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ くらい・ぐらい</p>
|
||||
</div>
|
||||
|
||||
Means "about" or "approximately" when talking about numbers or counter words. Focuses on the uncertainty of the number.
|
||||
ぐらい is more common than くらい in conversations, but can change depending on the preceding word.
|
||||
|
||||
> [!info] Example
|
||||
> {電車|でんしゃ}はどの==くらい==で{到着|とうちゃく}しますか。
|
||||
> About how much time will the train take to arrive?
|
||||
>
|
||||
> {医者|いしゃ}に1時間==ぐらい==を{待|ま}ってました。
|
||||
> I waited approximately an hour for the doctor.
|
||||
|
||||
Also used to compare things as being similar.
|
||||
|
||||
> [!info] Example
|
||||
> {友達|ともだち}と{試験|しけん}の{結果|けっか}は{同|おな}じ==ぐらい==です。
|
||||
> My friend and I have about the same results at the test.
|
||||
|
||||
Also means "to the extent of".
|
||||
|
||||
> [!info] Example
|
||||
> 食べなくて{寝|ね}たい==ぐらい=={疲|つか}れています。
|
||||
> I'm tired to the extent of not eating and going to sleep.
|
||||
|
||||
## は particle
|
||||
|
||||
See [[🔰 Particles (1)#は]].
|
||||
|
||||
## ほど
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (non-past)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ 程</p>
|
||||
</div>
|
||||
|
||||
Like くらい, it describes an approximate amount. It focuses on a limit being reached. It translates to "about" or "to the extent".
|
||||
|
||||
> [!info] Example
|
||||
> {地下鉄|ちかてつ}を{乗|の}るために、{死|し}ぬ==程=={走|はし}った。
|
||||
> In order to catch the subway, I ran to death.
|
||||
|
||||
## 一度に
|
||||
|
||||
{一度|いち|ど}に means "all at once".
|
||||
|
||||
> [!info] Example
|
||||
> バスは==一度に==100{人|にん}を{乗|の}せることができる。
|
||||
> A bus can carry 100 persons at a time.
|
||||
|
||||
## ずつ
|
||||
|
||||
Used with nouns that express a number or a counter, meaning "each", "at time".
|
||||
Used with {少|すこ}し, means "little by little".
|
||||
|
||||
> [!info] Example
|
||||
> 2{個|こ}==ずつ==ください。
|
||||
> I'll take two of each please.
|
127
content/🔰 Grammar/Amounts - frequency.md
Normal file
127
content/🔰 Grammar/Amounts - frequency.md
Normal file
@ -0,0 +1,127 @@
|
||||
# Amounts of frequency
|
||||
|
||||
## Never
|
||||
|
||||
### 決して~ない
|
||||
|
||||
<div class="usage">
|
||||
<p class="iright">消して + </p>
|
||||
<div class="ileft">
|
||||
<p><span class="box">V (ない)</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> くない</span></p>
|
||||
<p><span class="box">な-Adj + ではない</span></p>
|
||||
<p><span class="box">N + ではない</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{決|け}して~ない means "never". Used with negative verbs.
|
||||
|
||||
> [!info] Examples
|
||||
> 私は==決して=={夢|ゆめ}を{覚|おぼ}えません。
|
||||
> I never remember my dreams.
|
||||
|
||||
## Rarely
|
||||
|
||||
### めったに~ない
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">めったに + </p>
|
||||
<div class="">
|
||||
<p><span class="box">V (ない)</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">N + は</span></p>
|
||||
</div>
|
||||
<p class="r">+ めったに</p>
|
||||
</div>
|
||||
|
||||
Means "hardly", "rarely". Used with negative verbs.
|
||||
|
||||
> [!info] Examples
|
||||
> {車|くるま}は==めったに=={運転|うんてん}し==ません==。
|
||||
> I rarely drive a car.
|
||||
|
||||
### あまり
|
||||
|
||||
Means "rarely".
|
||||
Used with negative verbs.
|
||||
|
||||
> [!info] Examples
|
||||
> {最近|さいきん}{絵|え}を==あまり=={書|か}けない。
|
||||
> I haven't been able to draw much lately.
|
||||
|
||||
## Unlikely
|
||||
|
||||
### そうもない・そうにない
|
||||
|
||||
Means that an action is very unlikely.
|
||||
Made by removing ます from a verb and adding そうもない・そうにない.
|
||||
|
||||
> [!info] Examples
|
||||
> コロナので{今年|ことし}も{旅行|りょこう}し==そうもない==。
|
||||
> Because of COVID19, it's unlikely I'll travel again this year.
|
||||
|
||||
## Sometimes
|
||||
|
||||
### たまに
|
||||
|
||||
Means "occasionally", "once in a while".
|
||||
|
||||
> [!info] Examples
|
||||
> {彼女|かのじょ}は{抹茶|まっちゃ}を==たまに=={飲|の}む。
|
||||
> She occasionally drinks matcha.
|
||||
|
||||
### 時々
|
||||
|
||||
{時々|ときどき} means "sometimes".
|
||||
|
||||
> [!info] Examples
|
||||
> ==時々=={遊園地|ゆうえんち}に{行|い}く。
|
||||
> I sometimes go to amusement parks.
|
||||
|
||||
## Often
|
||||
|
||||
### 度々
|
||||
|
||||
{度々|たびたび} means "often", "frequently".
|
||||
|
||||
> [!info] Examples
|
||||
> {私|わたし}の{彼女|かのじょ}は==度々=={遅|おく}れてきます。
|
||||
> My girlfriend is often late.
|
||||
|
||||
### よく
|
||||
|
||||
Means "often".
|
||||
|
||||
> [!info] Examples
|
||||
> {最近|さいきん}、{数学|すうがく}の{練習|れんしゅう}{問題|もんだい}を==よく==やっています。
|
||||
> I have been doing a lot of math exercises lately.
|
||||
|
||||
## Always
|
||||
|
||||
### いつも
|
||||
|
||||
Means "always", "every time".
|
||||
|
||||
> [!info] Examples
|
||||
> {夏|なつ}の{時|とき}==いつも==アイスクリームを食べます。
|
||||
> I always eat ice cream in the summer.
|
||||
|
||||
### ずっと
|
||||
|
||||
Means "always", "continuously".
|
||||
|
||||
> [!info] Examples
|
||||
> {蛇|へび}が==ずっと=={好|す}きだった。
|
||||
> I've always loved snakes.
|
||||
|
||||
### たものだ
|
||||
|
||||
Used to talk about a past situation where something used to frequently occur.
|
||||
Used with a verb in the past tense (た) by adding ものだ.
|
||||
|
||||
> [!info] Examples
|
||||
> {子供|こども}のころはいつも{森|もり}で{遊|あそ}==んだものだ==。
|
||||
> I always played in the woods when I was a kid.
|
178
content/🔰 Grammar/Amounts - quantification.md
Normal file
178
content/🔰 Grammar/Amounts - quantification.md
Normal file
@ -0,0 +1,178 @@
|
||||
# Amounts of quantification
|
||||
|
||||
## 以 prefix
|
||||
|
||||
{以上|い|じょう} means "above", "exceeding".
|
||||
{以下|い|か} means "below", "not exceeding".
|
||||
{以外|い|がい} means "excepting".
|
||||
{以内|い|ない} means "within".
|
||||
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> 1{時間|じかん}==以内=={終|お}わります。
|
||||
> It will be finished within an hour.
|
||||
|
||||
## せいぜい
|
||||
|
||||
Means "at the most".
|
||||
Used before a noun of time or a verb.
|
||||
|
||||
> [!info] Example
|
||||
> ==せいぜい=={頑張|がんば}ります。
|
||||
> I'll do my best.
|
||||
>
|
||||
> この木は==せいぜい==3{年|ねん}です。
|
||||
> This tree is at most 3 years old.
|
||||
|
||||
## さらに
|
||||
|
||||
{更|さら}に means "even more", "more and more", "in addition to".
|
||||
Used with time, quantity, etc.
|
||||
|
||||
> [!info] Example
|
||||
> {新|あたら}しい{仕事|しごと}を{始|はじめ}めて==さらに==うれしいになりました。
|
||||
> I've become even happier with my new job.
|
||||
|
||||
## 別に~ない
|
||||
|
||||
{別|べつ}に means "not really", "not particularly".
|
||||
Used with words in negative form.
|
||||
|
||||
> [!info] Example
|
||||
> どうしてエアコンを{付|つ}きましたか。{今|いま}は==別に=={暑|あつ}==くない==よ。
|
||||
> Why did you turn on the AC? It's not that hot right now.
|
||||
|
||||
## No matter how
|
||||
|
||||
### どんなに~ても
|
||||
|
||||
<div class="usage">
|
||||
<p class="iright">どんなに + </p>
|
||||
<div class="ileft">
|
||||
<p><span class="box">V (て)</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> くても</span></p>
|
||||
<p><span class="box">な-Adj + でも</span></p>
|
||||
<p><span class="box">N + でも</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "no matter how much". Also used as いくら~ても.
|
||||
|
||||
> [!info] Example
|
||||
> ==どんなに=={練習|れんしゅう}し==ても==、マラソンを{走|はし}れない。
|
||||
> No matter how much I train, I cannot run a marathon.
|
||||
|
||||
### どうしても
|
||||
|
||||
Means "no matter what".
|
||||
|
||||
> [!info] Example
|
||||
> ==どうしても=={花火|はなび}に行きたい。
|
||||
> No matter what, I want to go see the fireworks.
|
||||
|
||||
## Very
|
||||
|
||||
### てしょうがない・てしかたがない
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (て)</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> くて</span></p>
|
||||
<p><span class="box">な-Adj + <strike>な</strike> で</span></p>
|
||||
</div>
|
||||
<p class="right">+ しょうがない・しかたがない</p>
|
||||
</div>
|
||||
|
||||
Means both "extremely" and "can't be helped".
|
||||
|
||||
> [!info] Example
|
||||
> {今日|きょう}は{暑|あつ}く==てしょうがない==。
|
||||
> Today is extremely hot.
|
||||
>
|
||||
> {隣|となり}の{会話|かいわ}は{聞|き}き==ってしょうがない==。
|
||||
> I can't help but to listen to the conversion next door.
|
||||
|
||||
### なかなか
|
||||
|
||||
<div class="usage">
|
||||
<p class="iright">なかなか + </p>
|
||||
<div class="ileft">
|
||||
<p><span class="box">Adj</span></p>
|
||||
<p><span class="box">の + N</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "very", "quite".
|
||||
See also [[Adverbs#なかなか~ない]].
|
||||
|
||||
> [!info] Example
|
||||
> {今日|きょう}は==なかなか=={寒|さむ}いね。
|
||||
> It's quite cold today.
|
||||
|
||||
### だけ
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ だけ</p>
|
||||
</div>
|
||||
|
||||
Means "as much".
|
||||
See also [[Only - just#だけ]].
|
||||
|
||||
> [!info] Example
|
||||
> 私は{払|はら}うんでだ、{飲|の}む==だけ==飲んで!
|
||||
> I'll be paying, so drink as much as you can!
|
||||
|
||||
### なるべく・できるだけ
|
||||
|
||||
Means "as much as possible". なるべく is a bit softer than できるだけ.
|
||||
|
||||
> [!info] Example
|
||||
> ==なるべく=={静|しず}かにしてください。
|
||||
> Please be as quiet as possible.
|
||||
|
||||
### あまり
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ あまり</p>
|
||||
</div>
|
||||
|
||||
Means "so much... that".
|
||||
Adjectives nominalized can be used as nouns. See [[Transformation#~さ adjective as noun]] and [[Transformation#~み adjective as noun]].
|
||||
|
||||
> [!info] Example
|
||||
> おいしさの==あまり==、このレストラン{毎日|まいにち}行きたい。
|
||||
> The food is so delicious that I want to eat in this restaurant every day.
|
||||
|
||||
### あまりにも
|
||||
|
||||
<div class="usage">
|
||||
<p class="iright">あまりに(も) + </p>
|
||||
<div class="ileft">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">Adj</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">あまりの + </p>
|
||||
<div class="">
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "so much... that". A version of あまり that can also be used with adjectives.
|
||||
|
||||
> [!info] Example
|
||||
> {先生|せんせい}が==あまりに=={厳|きび}しくて、{私|わたし}は{泣|な}き{始|はじ}めった。
|
||||
> The teacher was so strict that I started to cry.
|
40
content/🔰 Grammar/Can't help - doesn't matter.md
Normal file
40
content/🔰 Grammar/Can't help - doesn't matter.md
Normal file
@ -0,0 +1,40 @@
|
||||
# Can't help; doesn't matter
|
||||
|
||||
## Can't help
|
||||
|
||||
### ずにはいられない
|
||||
|
||||
Means "can't help but do something".
|
||||
Made with a verb in the negative form (ない) without the ない ending and adding ずにはいられない.
|
||||
|
||||
> [!info] Example
|
||||
> {悲|かな}しいのでアイスクリーム食べ==ずには入れれない==。
|
||||
> I'm sad so I can't help but eat ice cream.
|
||||
|
||||
### てしょうがない・てしかたがない
|
||||
|
||||
Means can't be helped".
|
||||
See [[Amounts - quantification#てしょうがない・てしかたがない]].
|
||||
|
||||
## Doesn't matter
|
||||
|
||||
### ても構わない
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (て)</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> くて</span></p>
|
||||
<p><span class="box">な-Adj + で</span></p>
|
||||
<p><span class="box">N + で</span></p>
|
||||
</div>
|
||||
<p class="right">+ もかまわない・もかまいません</p>
|
||||
</div>
|
||||
|
||||
Means "it doesn't matter if", "I don't mind".
|
||||
|
||||
> [!info] Example
|
||||
> ここで{座|すわ}==っても構いません==か。
|
||||
> Would it be okay if I sit here?
|
||||
>
|
||||
> ==かまわない==よ。
|
||||
> I don't mind.
|
68
content/🔰 Grammar/Certainty.md
Normal file
68
content/🔰 Grammar/Certainty.md
Normal file
@ -0,0 +1,68 @@
|
||||
# Certainty
|
||||
|
||||
## Certain
|
||||
|
||||
### に違いない
|
||||
|
||||
に{違|ちが}いない means "I'm certain that".
|
||||
|
||||
> [!info] Example
|
||||
> 私は{試験|しけん}を{合格|ごうかく}==に違いない==。
|
||||
> I'm sure I'll pass the exam.
|
||||
|
||||
## Not always: とは限らない
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ とは限らない</p>
|
||||
</div>
|
||||
|
||||
とは{限|かぎ}らない means "not always", "not necessarily".
|
||||
|
||||
> [!info] Example
|
||||
> {大人|おとな}は{正|ただ}しい==とは限らない==。
|
||||
> Adults are not always right.
|
||||
|
||||
## Impossible
|
||||
|
||||
### わけがない
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
</div>
|
||||
<p class="right">+ わけがない</p>
|
||||
</div>
|
||||
|
||||
Means that there is no way, "impossible".
|
||||
|
||||
> [!info] Example
|
||||
> {全部|ぜんぶ}食べられる==わけがない==よ!
|
||||
> It is impossible to eat it all!
|
||||
|
||||
### ようがない・ようもない
|
||||
|
||||
🛠 Todo: understand the nuance between わけがない and ようがない.
|
||||
🛠 Todo: understand the nuance between ようがない and ようもない.
|
||||
|
||||
~{様|よう}がない means that there is no way, "impossible".
|
||||
Works by removing ~ます from a verb and adding ようがない・ようもない.
|
||||
|
||||
> [!info] Example
|
||||
> もうこんな時間。帰り==ようがない==。
|
||||
> It's already this late. I have no way to go back home.
|
||||
|
||||
### まさか
|
||||
|
||||
Usually at the start of a sentence, expresses surprise, about something that seemed impossible.
|
||||
|
||||
> [!info] Example
|
||||
> ==まさか=={僕|ぼく}たちのチームが{負|ま}けた。
|
||||
> I cannot believe our team lost.
|
162
content/🔰 Grammar/Combination actions.md
Normal file
162
content/🔰 Grammar/Combination actions.md
Normal file
@ -0,0 +1,162 @@
|
||||
# Combination actions
|
||||
|
||||
Those rules combine a verb and an adjective to make a new meaning.
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V-<strike>ます</strike></span></p>
|
||||
</div>
|
||||
<p class="r">+ Adj</p>
|
||||
</div>
|
||||
|
||||
## Difficulty
|
||||
|
||||
### ~やすい: easy
|
||||
|
||||
Means:
|
||||
* easy to do
|
||||
* likely to happen
|
||||
* has a tendency of
|
||||
|
||||
> [!info] Example
|
||||
> 見==やすい==。
|
||||
> Easy to see.
|
||||
>
|
||||
> {泣|な}き==やすい==。
|
||||
> Prone to crying.
|
||||
|
||||
### ~にくい・~づらい: difficult
|
||||
|
||||
Means that something is difficult to do.
|
||||
While にくい is the broader form, づらい is used in a more subjective manner, for actions that are intentional.
|
||||
|
||||
> [!info] Example
|
||||
> 見==にくい==。
|
||||
> Difficult to see.
|
||||
|
||||
### ~がたい: very difficult
|
||||
|
||||
~がたい means that something is very difficult to do.
|
||||
It is more extreme than ~にくい.
|
||||
|
||||
> [!info] Example
|
||||
> それは{信|しん}じ==がたい==な。
|
||||
> That's hard to believe...
|
||||
|
||||
## ~始める
|
||||
|
||||
~{始|はじ}める means that something starts or has started. Expresses intentionality.
|
||||
|
||||
> [!info] Example
|
||||
> {飲|の}み==始める==。
|
||||
> To start to drink.
|
||||
|
||||
## ~出す
|
||||
|
||||
~{出|だ}す means that something suddenly started. Has the nuance of being unintentional, or cannot be avoided.
|
||||
|
||||
> [!info] Example
|
||||
> 雨が降り==出した==。
|
||||
> It suddenly started raining.
|
||||
|
||||
## ~続く
|
||||
|
||||
~{続|つづ}く means that something continues.
|
||||
|
||||
> [!info] Example
|
||||
> {飲|の}み==続ける==。
|
||||
> To continue to drink.
|
||||
|
||||
## ~終わる
|
||||
|
||||
~{終|お}わる means that something ends.
|
||||
|
||||
> [!info] Example
|
||||
> {飲|の}み==終わります==。
|
||||
> To stop to drink.
|
||||
|
||||
## ~上げる
|
||||
|
||||
This can be used both as:
|
||||
* {上|あ}げる means "finish doing" (transitive)
|
||||
* {上|あ}がる means "was finished" (intransitive)
|
||||
|
||||
> [!info] Example
|
||||
> {全部|ぜんぶ}の{夏休|なつ|や}みの{宿題|しゅくだい}を出来==上げった==。
|
||||
> I have finished all my summer homework.
|
||||
|
||||
## ~合う
|
||||
|
||||
~{合|あ}う means that the action is done with someone else.
|
||||
|
||||
> [!info] Example
|
||||
> {妹|いもうと}と{家|いえ}へ{帰|かえ}り==会った==。
|
||||
> I went home with my sister.
|
||||
|
||||
## ~切る・~切れる・~切れない
|
||||
|
||||
~{切|き}る means "to do completely" and ~切れる means "able to do completely".
|
||||
The negative form ~切れない means "unable to do", "too much to complete".
|
||||
It focuses on the end of the action rather than the process.
|
||||
|
||||
> [!info] Example
|
||||
> 父はすべての{部屋|へや}を{掃除|そうじ}し==切った==。
|
||||
> My father finished cleaning all the rooms.
|
||||
>
|
||||
> 彼は{納豆|なっとう}を食べ==切れなかった==。
|
||||
> He could not finish all his natto.
|
||||
|
||||
## ~通す
|
||||
|
||||
~{通|とお}す means "to do something until the end", "continually" or "through". It focuses on the process of the action, rather than its ending.
|
||||
|
||||
> [!info] Example
|
||||
> マラソンの{全部|ぜんぶ}を{走|はし}り==通した==。
|
||||
> He ran through the whole marathon.
|
||||
|
||||
## ~直す
|
||||
|
||||
~{直|なお}す means to do something again.
|
||||
|
||||
> [!info] Example
|
||||
> {今年|ことし}をやり==直す==てほしい。
|
||||
> I want this year to start over.
|
||||
|
||||
## ~っぱなし
|
||||
|
||||
~っぱなし means leaving something as it is.
|
||||
|
||||
> [!info] Example
|
||||
> この13時間{飛行|ひこう}で{座|すわ}り==っぱなし==でした。
|
||||
> I sat the entire time on this 13 hours flight.
|
||||
|
||||
## ~込む
|
||||
|
||||
~{込|こ}む has multiple meanings depending on the verb. Sometimes it is idiomatic and so it cannot exactly be guessed. However, there are some broad categories.
|
||||
|
||||
⚠ Depending on the context, verbs can fall into multiple categories!
|
||||
|
||||
### Going into
|
||||
|
||||
* If the verb describes a movement, adding 込む add the meaning of "into" (jumping => jumping into).
|
||||
* If the verb already has a notion of "into", it put emphasis into it. It could have a meaning like "completely into".
|
||||
|
||||
> [!info] Example
|
||||
> {海|うみ}に{飛|とび}び==込んだ==。
|
||||
> He jumped into the ocean.
|
||||
|
||||
### Emphasis
|
||||
|
||||
When the verb does not include physical movement, 込む can be used to put emphasis on certain verbs (deeply, a lot, etc).
|
||||
|
||||
> [!info] Example
|
||||
> {猫|ねこ}が{眠|ねむ}り==込んでいます==。
|
||||
> The cat is fast asleep.
|
||||
|
||||
### Repetition
|
||||
|
||||
The last common meaning is for an action that is repeated until a point is reached. It can also be an action that is done for a long time.
|
||||
|
||||
> [!info] Example
|
||||
> {毎朝|まいあさ}5キロ{走|かし}り==込む==。
|
||||
> Every morning I go for a 5km run (emphasis on the fact that it is a long run).
|
119
content/🔰 Grammar/Comparison.md
Normal file
119
content/🔰 Grammar/Comparison.md
Normal file
@ -0,0 +1,119 @@
|
||||
# Comparison
|
||||
|
||||
## より
|
||||
|
||||
With the following pattern, it means that A is "more" Adj "than" B.
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">AはB +</p>
|
||||
<div class="">
|
||||
<p><span class="box">より</span></p>
|
||||
</div>
|
||||
<p class="r">+ Adj + です</p>
|
||||
</div>
|
||||
|
||||
> [!info] Example
|
||||
> 電車は車==より=={速|はや}いです。
|
||||
> Trains are faster than cars.
|
||||
|
||||
## より(も)
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">V・N + </p>
|
||||
<div class="">
|
||||
<p><span class="box">より(も)</span></p>
|
||||
</div>
|
||||
<p class="r">+ Adj</p>
|
||||
</div>
|
||||
|
||||
With this pattern, it just means "more".
|
||||
|
||||
> [!info] Example
|
||||
> このビルは私のマンション==よりも=={高|たか}い。
|
||||
> This building is taller than my apartment.
|
||||
|
||||
## というより
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">A + </p>
|
||||
<div class="">
|
||||
<p><span class="box">というより</span></p>
|
||||
</div>
|
||||
<p class="r">+ B</p>
|
||||
</div>
|
||||
|
||||
This form is similar to より(も), but with a sense closer to "rather than".
|
||||
"It is rather B than A".
|
||||
Used with verbs, adjectives and nouns.
|
||||
|
||||
> [!info] Example
|
||||
> 彼女は{恥|は}ずかしがり==というより=={静|しず}かです。
|
||||
> She is quiet rather than shy.
|
||||
|
||||
## ほうがいい
|
||||
|
||||
Means "should", or "it would be better", as an advice. It's better than not doing it.
|
||||
Used with a verb.
|
||||
|
||||
> [!info] Example
|
||||
> 毎日{練習|れんしゅう}する==ほうがいい==。
|
||||
> It's better to train everyday.
|
||||
|
||||
## より~ほうが
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ ほうが</p>
|
||||
</div>
|
||||
|
||||
With the following pattern, it means that B is more than A:
|
||||
<div class="usage">
|
||||
<p class="r">A +</p>
|
||||
<div class="">
|
||||
<p><span class="box">より</span></p>
|
||||
</div>
|
||||
<p class="r">+ B +</p>
|
||||
<div class="">
|
||||
<p><span class="box">ほうが</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
より indicates the lesser thing, and {方|ほう}が the greater thing.
|
||||
|
||||
> [!info] Example
|
||||
> 昨日==より==今日の==ほうが==寒いです。
|
||||
> Today is colder than yesterday.
|
||||
|
||||
## に比べて
|
||||
|
||||
に{比|くら}べて is used for comparison.
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> 昨日==に比べて==、今日は晴れるです。
|
||||
> Compared to yesterday, it is sunny today.
|
||||
|
||||
## ほど~ない
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">N + </p>
|
||||
<div class="">
|
||||
<p><span class="box">ほど</span></p>
|
||||
</div>
|
||||
<p class="r">+ V・Adj (ない)</p>
|
||||
</div>
|
||||
|
||||
Means that the extent has not been reached, so it is not as much.
|
||||
See also [[Amount#ほど]].
|
||||
|
||||
> [!info] Example
|
||||
> {韓国|かんこく}==ほど=={辛|から}いの食べ{物|もの}は==ない==。
|
||||
> There's no food as spicy as Korean food.
|
||||
>
|
||||
> {中国|ちゅうごく}{料理|りょうり}は{韓国|かんこく}{料理|りょうり}==ほど=={辛|から}く==ない==です。
|
||||
> Korean food is spicier than Chinese food.
|
69
content/🔰 Grammar/Connectors - in order to.md
Normal file
69
content/🔰 Grammar/Connectors - in order to.md
Normal file
@ -0,0 +1,69 @@
|
||||
# Connectors: in order to
|
||||
|
||||
## のに
|
||||
|
||||
Means "to do", "in order to".
|
||||
See [[Connectors#のに#In order to]].
|
||||
|
||||
## ために
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ ため(に)</p>
|
||||
</div>
|
||||
|
||||
Means "in order to". Mostly used in writing.
|
||||
|
||||
> [!info] Examples
|
||||
> {面接|めんせつ}の==ために==ヒゲを{剃|そ}らなきゃ。
|
||||
> I have to shave for the interview.
|
||||
|
||||
Can also mean "as a result of". Verbs are generally used in past tense.
|
||||
|
||||
> [!info] Examples
|
||||
> {雨|あめ}の==ために==、{動物|どうぶつ}が{見|み}えません。
|
||||
> Due to the rain, I cannot see any animals.
|
||||
|
||||
## には
|
||||
|
||||
Means "in order to", "for", "to". Implies a implicit second part (in order to A... but not B).
|
||||
Used with verbs and nouns.
|
||||
|
||||
> [!info] Examples
|
||||
> {日本|にほん}を{住|す}んでいる==には==、ビザがひつようです。
|
||||
> A visa is required to live in Japan.
|
||||
|
||||
Can also mean "as for", "regarding".
|
||||
|
||||
> [!info] Examples
|
||||
> 私==には==行けない。
|
||||
> As for me, I won't go.
|
||||
|
||||
## ように
|
||||
|
||||
Means "in order to". Implies that an effort is made or a goal to obtain.
|
||||
Used with verbs.
|
||||
|
||||
> [!info] Examples
|
||||
> 100メートルを{泳|およ}げる==ように==、毎週練習しなきゃ。
|
||||
> In order to swim 100m, I have to train every week.
|
||||
|
||||
## Summing up
|
||||
|
||||
* ==のに== and ==ために== have the same meaning, but ために is usually more written than のに.
|
||||
* ==には== implies an implicit second part.
|
||||
* ==ように== implies an effort or an objective.
|
||||
|
||||
## てはいけないから・とはいけないから
|
||||
|
||||
Means "in order not to". Used to avoid a negative situation.
|
||||
Used with both a verb in て-form, and a verb in dictionary (る) with いけないから.
|
||||
|
||||
> [!info] Examples
|
||||
> {遅|おく}れる==とはいけないから==、ちょっと{急|いそ}いでください。
|
||||
> In order not to be late, please hurry up a bit.
|
67
content/🔰 Grammar/Connectors.md
Normal file
67
content/🔰 Grammar/Connectors.md
Normal file
@ -0,0 +1,67 @@
|
||||
# Connectors (conjunctions)
|
||||
|
||||
## Just by: だけで
|
||||
|
||||
Means "just by doing".
|
||||
Used with nouns and verbs.
|
||||
|
||||
> [!info] Example
|
||||
> 会う==だけで=={幸|しあわ}せになる。
|
||||
> Just by meeting you, I get happy.
|
||||
|
||||
## のに
|
||||
|
||||
### Even tough
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + な</span></p>
|
||||
</div>
|
||||
<p class="right">+ のに</p>
|
||||
</div>
|
||||
|
||||
The first meaning is "although", "even tough".
|
||||
|
||||
> [!info] Example
|
||||
> 食べたばかり==なのに==、まだお{腹|なか}が{空|す}いた。
|
||||
> Even tough I just ate, I'm still hungry.
|
||||
|
||||
### In order to
|
||||
|
||||
Means "to do", "in order to".
|
||||
Used with a verb (dictionary).
|
||||
|
||||
> [!info] Example
|
||||
> {勉強|べんきょう}する==のに=={図書館|としょかん}に行くつもりです。
|
||||
> In order to study, I plan to go to the library.
|
||||
|
||||
## And: そして, それから, それに, それで
|
||||
|
||||
See [[Listing#Connecting sentences]].
|
||||
|
||||
## Well then: さて
|
||||
|
||||
Used to change to topic of the conversation, or to a new element. Translates to "well (then)" or "now".
|
||||
|
||||
> [!info] Example
|
||||
> ==さて==、食べようか。
|
||||
> Well then, shall we eat?
|
||||
|
||||
## By the way: ところで
|
||||
|
||||
Used to introduce a new topic of conversation. Translates to "by the way".
|
||||
|
||||
> [!info] Example
|
||||
> ==ところで==、車の{修理|しゅうり}はどう。
|
||||
> By the way, how are the repairs for your car?
|
||||
|
||||
## Certainly: 確かに
|
||||
|
||||
{確|たし}かに means "surely", "certainly".
|
||||
|
||||
> [!info] Example
|
||||
> この{歌|うた}は==確かに=={面白|おも|しろ}そうだ。
|
||||
> This song certainly sounds interesting.
|
122
content/🔰 Grammar/Considering - for - as.md
Normal file
122
content/🔰 Grammar/Considering - for - as.md
Normal file
@ -0,0 +1,122 @@
|
||||
# Considering - for - as
|
||||
|
||||
## としては
|
||||
|
||||
🛠 Todo: nuance.
|
||||
|
||||
Means "as", "in the role of". The と particle implies a result.
|
||||
More used for objective judgments.
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> {厳|きび}しいのに{先生|せんせい}==としては==あまり{良|よ}くない。
|
||||
> Because he is strict, he's not a very good teacher.
|
||||
|
||||
## にしては
|
||||
|
||||
🛠 Todo: nuance.
|
||||
|
||||
Means "considering", "for". The に particle implies a simultaneous existence.
|
||||
More used to give personal opinions.
|
||||
Used with verbs and nouns.
|
||||
|
||||
> [!info] Example
|
||||
> 田中さんは{父|ちち}==にしては=={最低|さいてい}です。
|
||||
> As a father, Tanaka-san is the worst.
|
||||
|
||||
## としても
|
||||
|
||||
🛠 Todo: nuance.
|
||||
|
||||
Means "assuming", "even if".
|
||||
|
||||
> [!info] Example
|
||||
> 私==としても==出来ます。
|
||||
> I can do it as well.
|
||||
|
||||
## にしても
|
||||
|
||||
🛠 Todo: nuance.
|
||||
|
||||
Means "even if", "even though".
|
||||
|
||||
> [!info] Example
|
||||
> それ==にしても==、{気|き}を{付|つ}けてくください。
|
||||
> Still, please be careful.
|
||||
|
||||
## "As": Gradual change
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V + (の)</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ につれて・にしたがって・と共に・に伴って</p>
|
||||
</div>
|
||||
|
||||
The four following forms have the same meaning of a gradual change:
|
||||
* につれて
|
||||
* にしたがって
|
||||
* と{共|とも}に
|
||||
* に{伴|とも}って
|
||||
|
||||
It means that when when the first part of the sentence changes, the second part changes gradually as well.
|
||||
|
||||
> [!info] Example
|
||||
> {年|とし}をとる==につれて=={髪|かみ}を{抜|ぬ}けます。
|
||||
> As we get older, we lose hair.
|
||||
|
||||
This example works with all forms.
|
||||
|
||||
## につれて and にしたがって
|
||||
|
||||
In both forms, the change is natural, and is not an intentional change. When the verb expresses gradual change, both can be used.
|
||||
につれて is more common and more used for personal actions.
|
||||
|
||||
> [!info] Example
|
||||
> {冬|ふゆ}が{地|ちか}づく==にしたがって・につれて=={気温|きおん}が{下|さ}がってきた。
|
||||
> As winter approaches, the temperatures have lowered.
|
||||
|
||||
## にしたがって
|
||||
|
||||
This form also has the meaning of "in accordance to". It doesn't express change. It is possible to talk about intention.
|
||||
|
||||
> [!info] Example
|
||||
> {歯医者|はいしゃ}==にしたがって=={毎日|まいにち}2{回|かい}{歯|は}を{磨|みが}く。
|
||||
> I brush my teeth twice a day as recommended by my dentist.
|
||||
|
||||
## に伴って
|
||||
|
||||
に{伴|ともな}って also has the meaning of a an instantaneous change: when the first part changes, the second part also changes instantly. The first part is the reason of it changing.
|
||||
|
||||
> [!info] Example
|
||||
> オリンピックがある==に伴って=={交通費|こうつうひ}がねあが{値上|ねあ}がりしてしまった。
|
||||
> As the Olympics are held, transportations cost have increased.
|
||||
|
||||
## と共に
|
||||
|
||||
と{共|とも}に has 3 other meanings.
|
||||
|
||||
### Almost at the same time
|
||||
|
||||
It is also used for two actions that happens at approximately the same time. The two actions do not have to be related. They also don't have to be specifically about change.
|
||||
|
||||
> [!info] Example
|
||||
> {鳥|とり}は{鳴|な}き{声|ごえ}をする==と共に=={風|かぜ}が{吹|ふ}く。
|
||||
> The bird sings and the wind blows.
|
||||
|
||||
### Together with
|
||||
|
||||
It can also mean "together with". It is much more formal than {一緒|いっしょ}に.
|
||||
|
||||
> [!info] Example
|
||||
> {妻|つま}==と共に=={新|あたら}しい{人生|じんせい}を{始|はじ}めります。
|
||||
> I am starting a new life with my wife.
|
||||
|
||||
### As well as, also
|
||||
|
||||
It can also mean "as well as", "also".
|
||||
|
||||
> [!info] Example
|
||||
> パンはチーズ==と共に==フランスに{人気|にんき}{食料|しょくりょう}です。
|
||||
> Bread, along with cheese, is a popular food in France.
|
23
content/🔰 Grammar/Decision.md
Normal file
23
content/🔰 Grammar/Decision.md
Normal file
@ -0,0 +1,23 @@
|
||||
# Decision
|
||||
|
||||
## ことになる
|
||||
|
||||
Used for a decision that is made from an external factor. Means "it has been decided that".
|
||||
Used with verbs.
|
||||
|
||||
> [!info] Example
|
||||
> {病気|びょうき}だから少し{仕事|しごと}を休む==ことになった==。
|
||||
> I had to take some time off work because I was sick.
|
||||
|
||||
## ことにする
|
||||
|
||||
Used for a decision that is made by oneself. Means "to decide on".
|
||||
Used with verbs.
|
||||
|
||||
> [!info] Example
|
||||
> {吸|す}うを止める==ことにしました==。
|
||||
> I decided to stop smoking.
|
||||
|
||||
## にする
|
||||
|
||||
See [[Actions#To decide]].
|
94
content/🔰 Grammar/Description.md
Normal file
94
content/🔰 Grammar/Description.md
Normal file
@ -0,0 +1,94 @@
|
||||
# Description
|
||||
|
||||
## って・って言う・と言う
|
||||
|
||||
Means "named", "called".
|
||||
* って and っていう: used after a noun.
|
||||
* という: used after a noun or a phrase.
|
||||
|
||||
> [!info] Examples
|
||||
> ゴキブリ==って==虫しっているか。
|
||||
> Do you know the insect named cockroach?
|
||||
>
|
||||
> スペイン語で、ゴキブリは「クカラチャ」==といいます==。
|
||||
> In Spanish, cockroaches are called "cucaracha".
|
||||
>
|
||||
> {台風|たいふう}が来る==という==ニュース。
|
||||
> A news that a typhoon is coming.
|
||||
|
||||
## と言ってもいい
|
||||
|
||||
Means "you could say".
|
||||
|
||||
> [!info] Examples
|
||||
> サッカーは{彼|かれ}の{得意|とくい}です。ほとんどサッカーのプロ==と言ってもいい==。
|
||||
> Soccer is his strong point. You could almost say he's a pro.
|
||||
|
||||
## がする
|
||||
|
||||
This means to experience a sense (except visual): to smell, to hear, to taste, etc, depending on the noun.
|
||||
|
||||
> [!info] Example
|
||||
> いい{匂|にお}い==がする==。
|
||||
> It smells good.
|
||||
>
|
||||
> 今日は{最悪|さいあく}日{気|き}==がする==。
|
||||
> I feel like today is the worst.
|
||||
|
||||
## から作る・で作る
|
||||
|
||||
Means "made from".
|
||||
|
||||
> [!info] Example
|
||||
> チーズは{牛乳|ぎゅうにゅう}==から作る==。
|
||||
> Cheese is made from milk.
|
||||
|
||||
## のが「好き・上手・下手」
|
||||
|
||||
のが({好|すき}き・{上手|じょうず}・{下手|へた}) means "to (like/be good/be bad)" at an action.
|
||||
Used with a verb in dictionary form.
|
||||
|
||||
> [!info] Example
|
||||
> テレビでサッカーを見る==のが好き==です。
|
||||
> I like watching soccer on the television.
|
||||
>
|
||||
> 彼女は料理を作る==のが上手==と思います。
|
||||
> I think she is a good cook.
|
||||
>
|
||||
> {絵|え}を{塗|ぬる}る==のが下手==です。
|
||||
> I'm not good at painting.
|
||||
|
||||
## だらけ
|
||||
|
||||
Means that something is "full of" or "covered with" something undesirable.
|
||||
|
||||
> [!info] Example
|
||||
> {子供|こども}のズボンは{泥|どろ}==だらけ==です。
|
||||
> The child's pants are covered in mud.
|
||||
|
||||
## を込めて
|
||||
|
||||
を{込|こ}めて means that something is "full of" or "filled with". Used with positive feelings.
|
||||
|
||||
> [!info] Example
|
||||
> この{映画|えいが}は{監督|かんとく}から{愛|あい}==を込めて=={作|つく}った。
|
||||
> That movie was made with love from the director.
|
||||
|
||||
## は~で有名
|
||||
|
||||
<div class="usage">
|
||||
<p class="iright">N + は + </p>
|
||||
<div class="left">
|
||||
<p><span class="box">V + こと</span></p>
|
||||
<p><span class="box">い-Adj + こと</span></p>
|
||||
<p><span class="box">な-Adj + な + こと</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ で有名</p>
|
||||
</div>
|
||||
|
||||
は~で{有名|ゆうめい} means "famous for". Used to describe why people, places or things are famous.
|
||||
|
||||
> [!info] Example
|
||||
> パリ==は==エッフェル{塔|とう}==で有名==です。
|
||||
> Paris is famous for its Eiffel Tower.
|
17
content/🔰 Grammar/Exception.md
Normal file
17
content/🔰 Grammar/Exception.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Exception
|
||||
|
||||
## は別として
|
||||
|
||||
は{別|べつ}として means "aside from", "whether or not".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> {虫|むし}==は別として==、{今日|きょう}は{楽|たの}しかった。
|
||||
> Aside from the insects, today was fun.
|
||||
|
||||
With verbs and adjectives, かどうか is placed before.
|
||||
|
||||
> [!info] Example
|
||||
> {勝|かつ}かどうか==は別として==、{試合|しあい}をやってみたい。
|
||||
> Whether we win or not, I want to play the game.
|
||||
|
18
content/🔰 Grammar/Experience.md
Normal file
18
content/🔰 Grammar/Experience.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Experience
|
||||
|
||||
## たことがある
|
||||
|
||||
Used with past verbs to talk about things experienced before.
|
||||
|
||||
> [!info] Example
|
||||
> 日本に行==ったことがあるですか==。
|
||||
> Have you ever been to Japan?
|
||||
|
||||
## に慣れる
|
||||
|
||||
に{慣|な}れる means "to be used to".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> {自転車|じてんしゃ}{通勤|つうきん}==に慣れました==。
|
||||
> I got used to commute by bicycle.
|
89
content/🔰 Grammar/Give - Receive - Lend - Borrow.md
Normal file
89
content/🔰 Grammar/Give - Receive - Lend - Borrow.md
Normal file
@ -0,0 +1,89 @@
|
||||
# Give and receive; lend and borrow
|
||||
|
||||
## Give and receive
|
||||
|
||||
### あげる
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">Giver が Receiver に Object を + </p>
|
||||
<div class="">
|
||||
<p><span class="box">あげる</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Used when you give an object to someone.
|
||||
|
||||
> [!info] Example
|
||||
> {友達|とも|だち}に本を==あげる==。
|
||||
> I give a book to my friend.
|
||||
|
||||
### くれる
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">Giver が Receiver に Object を + </p>
|
||||
<div class="">
|
||||
<p><span class="box">くれる</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Used when someone gives an object to you.
|
||||
|
||||
> [!info] Example
|
||||
> {友達|とも|だち}が本を==くれる==。
|
||||
> My friend gives me a book.
|
||||
|
||||
### もらう
|
||||
|
||||
<div class="usage">
|
||||
<p class="r">Receiver が Giver 「に・から」 Object を + </p>
|
||||
<div class="">
|
||||
<p><span class="box">もらう</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Used when you receive an object from someone.
|
||||
|
||||
> [!info] Example
|
||||
> {友達|とも|だち}に本を==もらう==。
|
||||
> I get a book from my friend.
|
||||
|
||||
### When to use?
|
||||
|
||||
#### Giving
|
||||
|
||||
There's a nuance between the two terms depending on who you are close to.
|
||||
The general rule is that you:
|
||||
* use ==あげる== if you, your friends or family give something to others (closer to giver's side).
|
||||
* use ==くれる== if you, your friends or family are receiving things from others (closer to receiver's side).
|
||||
|
||||
In both cases, the topic is the giver.
|
||||
|
||||
#### Receiving
|
||||
|
||||
There's only one word: ==もらう==, and it doesn't matter who you are close to.
|
||||
|
||||
In this case, the topic is the receiver.
|
||||
|
||||
## Lend and borrow
|
||||
|
||||
### 貸す
|
||||
|
||||
{貸|か}す means to lend.
|
||||
|
||||
> [!info] Examples
|
||||
> 傘を==貸しました==。
|
||||
> I lent my umbrella.
|
||||
>
|
||||
> 傘を==貸して==くれませんか?
|
||||
> Could you do me a favor of lending me your umbrella?
|
||||
>
|
||||
> トイレ==貸りて==もいい。
|
||||
> Could I use your toilets?
|
||||
|
||||
### 借りる
|
||||
|
||||
{借|か}りる means to borrow.
|
||||
|
||||
> [!info] Example
|
||||
> 傘を==借りました==。
|
||||
> I borrowed the umbrella.
|
39
content/🔰 Grammar/Instead.md
Normal file
39
content/🔰 Grammar/Instead.md
Normal file
@ -0,0 +1,39 @@
|
||||
# Instead
|
||||
|
||||
## むしろ
|
||||
|
||||
Means "instead" or "rather".
|
||||
|
||||
> [!info] Example
|
||||
> ==むしろ=={自転車|じてんしゃ}で行こうと思います。
|
||||
> I think I'd rather go by bike.
|
||||
|
||||
## 代わりに
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 代わりに</p>
|
||||
</div>
|
||||
|
||||
{代|か}わりに means "instead of", "in exchange for". Generally used about things.
|
||||
Does not have a notion of replacing in a temporal transition, more like a one off occurrence.
|
||||
|
||||
> [!info] Examples
|
||||
> {今朝|けさ}{自転車|じてんしゃ}の==代わりに=={地下鉄|ちかてつ}で行きました。
|
||||
> I took the train this morning instead of biking.
|
||||
|
||||
## にかわって・にかわり
|
||||
|
||||
Means "instead of". Generally used about persons.
|
||||
Also has a notion of "taking over" as in replacing in a temporal transition.
|
||||
にかわり is more formal than にかわって.
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Examples
|
||||
> {私|わたし}==に代わって=={妹|いもうと}が{行|い}った。
|
||||
> My sister went in my behalf.
|
196
content/🔰 Grammar/Listing.md
Normal file
196
content/🔰 Grammar/Listing.md
Normal file
@ -0,0 +1,196 @@
|
||||
# Listing
|
||||
|
||||
## Connecting sentences
|
||||
|
||||
### そして
|
||||
|
||||
This conjunction means "and". It implies a cause-effect relationship between the two sentences. There's an interconnection, where the order of the actions cannot be changed.
|
||||
|
||||
> [!info] Examples
|
||||
> バスケットボールをした。==そして==水を{飲|の}んだ。
|
||||
> I played basketball. Then, I drank water.
|
||||
|
||||
### それから
|
||||
|
||||
This conjunction means "and" or "after that". It implies a chronological order to the events. Since there's no interconnection, the order of actions could be changed.
|
||||
|
||||
> [!info] Examples
|
||||
> スーパーに行きました。==それから=={弁当|べんとう}を食べました。
|
||||
> I went to the supermarket. After that, I ate my bento.
|
||||
|
||||
### それに
|
||||
|
||||
This conjunction means "and", "besides" or "in addition". Implies a new information in relation to the precedent one. It is not used to add a negative information to a positive one, and vice-versa.
|
||||
|
||||
> [!info] Examples
|
||||
> 昨日、{病気|びょうき}になった。==それに==パソコンも{壊|こわ}れた。
|
||||
> I got sick yesterday. Beside, my computer broke.
|
||||
|
||||
### それで
|
||||
|
||||
Means "because of that", "therefore". Substitutes the first sentence happening before by それ, highlighting information from it.
|
||||
|
||||
> [!info] Examples
|
||||
> {子供|こども}のころ、毎日{電車|でんしゃ}で{通|かよ}うていた。==それで=={電車|でんしゃ}{運転手|うんてんしゅ}になりたかった。
|
||||
> When I was a child, I took the train to school every day. Because of that, I wanted to be a train driver.
|
||||
|
||||
## Exhaustive listing
|
||||
|
||||
### と
|
||||
|
||||
This particles means "and" or "with". Used for a list that is exhaustive. Connects sentences.
|
||||
|
||||
> [!info] Examples
|
||||
> 犬==と=={住|す}んでいます。
|
||||
> I live with my dog.
|
||||
>
|
||||
> フランス語==と==スペイン語を習っています。
|
||||
> I am learning French and Spanish.
|
||||
|
||||
### て connecting
|
||||
|
||||
Used for a list that is exhaustive. Connects verbs.
|
||||
See [[TeF (1) - basics#て sequence]].
|
||||
|
||||
## Unexhaustive listing
|
||||
|
||||
### や
|
||||
|
||||
Used for a list that is unexhaustive. Translates to "among other things". Formal.
|
||||
Used only with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> フランス==や==スペインに{旅行|りょこう}しました。
|
||||
> I travelled to France and Spain (among others).
|
||||
|
||||
### など
|
||||
|
||||
Means "things as". Can be used with や for a meaning like "etc".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> お金がないのでカフェ**や**レストラン==など=={払|はら}えない。
|
||||
> I can't pay things like cafes or restaurant (etc.) because I have no money.
|
||||
|
||||
### とか~とか
|
||||
|
||||
Used for a list that is unexhaustive. Translates to "and", "among other things". More casual than や. Ending a sentence with とか can soften the meaning. Can also be used to quote someone.
|
||||
Only used with verbs and nouns.
|
||||
|
||||
> [!info] Examples
|
||||
> {果物|くだもの}はバナナ==とか==リンゴ==とか==が好きです。
|
||||
> I like fruits like bananas and apples.
|
||||
>
|
||||
> 明日{野球|やきゅう}==とか==しようか。
|
||||
> Do you want to play baseball (or something) tomorrow?
|
||||
>
|
||||
> もう{諦|あきら}めよう==とか==言わないで。
|
||||
> Don't say (things like) we should already give up.
|
||||
|
||||
### たり~たり
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V-た</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> かった</span></p>
|
||||
<p><span class="box">な-Adj + だった</span></p>
|
||||
</div>
|
||||
<p class="right">+ り...します</p>
|
||||
</div>
|
||||
|
||||
This is used to list things that are related, in an unexhaustive way. Translates to "or", "do things such as".
|
||||
Usually used to talk about things like hobbies, explaining liked things, activities done, etc. Not used for usual things like a routine. It is not an ordered or chronological list like [[#て connecting]].
|
||||
|
||||
> [!info] Example
|
||||
> {週末|しゅうまつ}に{泳|およ}い==だり==、{散歩|さんぽ}し==たり==、{買|か}い{物|もの}し==たり==します。
|
||||
> On the weekends, I do things like swimming, walking and shopping.
|
||||
|
||||
### し
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ し</p>
|
||||
</div>
|
||||
|
||||
Used for a list that is unexhaustive, going in the same direction: for example reasons, causes, qualities, etc. Gives an opinion, a review.
|
||||
It can be used to emphasize something when used at the end of a sentence.
|
||||
|
||||
> [!info] Examples
|
||||
> この電車は{速|はや}い==し==デザインもかっこいい。
|
||||
> This train is fast and has a cool design.
|
||||
>
|
||||
> 言ってない==し==!
|
||||
> I never said that!
|
||||
|
||||
## Summing up
|
||||
|
||||
* ==や== means "and", and is formal. Can be completed by ==など== (= etc).
|
||||
* ==とか== also means "and", but is casual.
|
||||
* ==たり== means "or", "things like". Used to express possibilities.
|
||||
* ==し== means "and", but with an emphasis on a review.
|
||||
|
||||
## And also
|
||||
|
||||
### も~ば~も
|
||||
|
||||
<div class="usage">
|
||||
<p class="iright">N1 + も + </p>
|
||||
<div class="ileft">
|
||||
<div class="left">
|
||||
<p><span class="box">V (ば)</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> ければ</span></p>
|
||||
<p><span class="box">な-Adj + なら</span></p>
|
||||
<p><span class="box">N + なら</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="right">+ N2 + も</p>
|
||||
</div>
|
||||
|
||||
Means "also", "as well". Means that both N1 and N2 are true (and should share a connection).
|
||||
⚠ Despite using conditional form, it is not conditional in meaning.
|
||||
|
||||
> [!info] Examples
|
||||
> {母|はは}はポルトガル{語|ご}==も==できれ==ば==スペイン{語|ご}==も=={話|はな}せる。
|
||||
> My mother can speak Portuguese as well as Spanish.
|
||||
|
||||
### 上に
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 上(に)</p>
|
||||
</div>
|
||||
|
||||
{上|うえ}に means "and also", "in addition", "as well". Used with similar qualities (positive with positive, negative with negative).
|
||||
|
||||
> [!info] Examples
|
||||
> このスーパーは{高|たか}い==上に=={不便|ふべん}です。
|
||||
> This supermarket is expensive as well as inconvenient.
|
||||
|
||||
### はもちろん
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="r">+ はもちろん + </p>
|
||||
<div class="">
|
||||
<p><span class="box">phrase</span></p>
|
||||
</div>
|
||||
<p class="r">+ も・さえ</p>
|
||||
</div>
|
||||
|
||||
Means "not only but also", "not to mention".
|
||||
|
||||
> [!info] Examples
|
||||
> このゲームセンターにはゲーム==はもちろん==ボウリングもあります。
|
||||
> This game center not only has games but also bowling.
|
88
content/🔰 Grammar/Means.md
Normal file
88
content/🔰 Grammar/Means.md
Normal file
@ -0,0 +1,88 @@
|
||||
# Means
|
||||
|
||||
## つい
|
||||
|
||||
Means "accidentally", "unintentionally". Can be combined with [[TeF (2) - manner of doing## てしまう・ちゃう・じゃう|てしまう]].
|
||||
|
||||
> [!info] Example
|
||||
> {歩|ある}きながら{携帯|けいたい}を見ていました、==つい=={誰|だれ}かとぶつきました。
|
||||
> I was looking at my phone while walking, when I accidentally bumped into someone.
|
||||
|
||||
## わざと
|
||||
|
||||
Means "on purpose".
|
||||
|
||||
> [!info] Example
|
||||
> 彼女は==わざと=={学校|がっこ}を{休|やす}んだ。
|
||||
> She missed school on purpose.
|
||||
|
||||
## わざわざ
|
||||
|
||||
Expresses that someone has made a great effort to reach a certain result.
|
||||
Can be used for example for gratitude when someone made something for you.
|
||||
|
||||
> [!info] Example
|
||||
> ==わざわざ==私のために{作|つく}った。
|
||||
> Thank you for going the trouble of making this for me.
|
||||
|
||||
## ふりをする
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ ふりをする</p>
|
||||
</div>
|
||||
|
||||
This means "to pretend", "to act as if".
|
||||
|
||||
> [!info] Example
|
||||
> うちの{子|こ}は{病気|びょうき}の==ふりをする==。
|
||||
> My child pretends to be sick.
|
||||
|
||||
## を通じて・を通して
|
||||
|
||||
を{通|つう}じて・を{通|とお}して mean "through" or "by". Indicates a method or a location.
|
||||
を{通|とお}して is the most widely used, the other one being more formal.
|
||||
Used with a noun.
|
||||
|
||||
> [!info] Example
|
||||
> {写真|しゃしん}を{撮|と}る==を通して==、私の{見方|みかた}は{変|か}わりました。
|
||||
> Through photography, my perspective has changed.
|
||||
|
||||
## によって・による・による
|
||||
|
||||
Means "depending on", "by means of", or "because of".
|
||||
による will most likely be found at the end of a sentence, highlighting a statement.
|
||||
Used with a noun.
|
||||
|
||||
> [!info] Example
|
||||
> {国|くに}==によって==、{法律|ほうりつ}は{違|ちが}います。
|
||||
> Depending on the country, the laws are different.
|
||||
>
|
||||
> 台風==により==、出かけられない。
|
||||
> Because of the typhoon, I cannot go out.
|
||||
|
||||
## とおりに
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V (る・た)</span></p>
|
||||
</div>
|
||||
<p class="r">+ とおりに</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="r">+ のとおりに・どおりに</p>
|
||||
</div>
|
||||
|
||||
Means "just as", "precisely". Can be written as 通り.
|
||||
|
||||
> [!info] Example
|
||||
> {計画|けいかく}==どおり=={間|ま}に{合|あ}った。
|
||||
> We arrived on time as planned.
|
76
content/🔰 Grammar/Obligation - なければ・ないと.md
Normal file
76
content/🔰 Grammar/Obligation - なければ・ないと.md
Normal file
@ -0,0 +1,76 @@
|
||||
# Obligation: なければ・ないと
|
||||
|
||||
## Must
|
||||
|
||||
### なくちゃ・なきゃ
|
||||
|
||||
Only used on casual spoken conversations.
|
||||
This form is used with the negative form of a verb (ない), and adding なくちゃ and optionally one of the following ending: だめ, いけない, いけません, ならない, なりません.
|
||||
|
||||
なくちゃ is the shortened form of なくては.
|
||||
なきゃ is the shortened form of なければ.
|
||||
|
||||
> [!info] Example
|
||||
> {歯|は}を{磨|みが}か==なくちゃいけない==。
|
||||
> I must brush my teeth.
|
||||
|
||||
### なくては「いけない・ならない」
|
||||
|
||||
Also formed with the negative form of a verb.
|
||||
|
||||
> [!info] Example
|
||||
> 今{遅|おそ}いね。{寝|ね}に行か==なくてはいけない==。
|
||||
> It's late now. I have to go to sleep.
|
||||
|
||||
### なければ「いけない・ならない」
|
||||
|
||||
Also formed with the negative form of a verb.
|
||||
|
||||
> [!info] Example
|
||||
> {事務所|じむしょ}では{静|しず}かにし==なければならない==。
|
||||
> You have to be quiet in the office.
|
||||
|
||||
### ないといけない
|
||||
|
||||
Also formed with the negative form of a verb.
|
||||
In casual contexts, can be shortened as ないと.
|
||||
|
||||
> [!info] Example
|
||||
> 今日は{勉強|べんきょう}し==ないといけない==。
|
||||
> I have to study today.
|
||||
|
||||
## Must not
|
||||
|
||||
#### 「ちゃ・じゃ」「だめ・いけない・いけません」
|
||||
|
||||
Only used on casual spoken conversations. いけません is a bit more formal.
|
||||
This form is used with a V-て, depending on the ending:
|
||||
* with て, ちゃ is used.
|
||||
* with で, じゃ is used.
|
||||
|
||||
> [!info] Examples
|
||||
> その{花|はな}を食べ==ちゃだめ==。
|
||||
> Don't eat those flowers.
|
||||
>
|
||||
> {花瓶|か|びん}の水を{飲|の}ん==じゃいけない==。
|
||||
> Don't drink the water of the flower vase.
|
||||
|
||||
### てはいけない
|
||||
|
||||
Used in a more formal or written manner. Used with a V-て.
|
||||
|
||||
> [!info] Example
|
||||
> {鉄道|てつ|どう}に{歩|ある}い==てはいけません==。
|
||||
> Do not walk on the railroad.
|
||||
|
||||
## Comparing いけない and ならない
|
||||
|
||||
* ==いけない== is the standardly used form. It implies a subjective view, that it would be better to do something, to avoid negative consequences (eg: brushing one's teeth, eating well, etc).
|
||||
* ==ならない== is usually more formal or in written form. It implies a is more objective view, something that has to be done because there's no other way (eg: respecting the law, paying taxes, etc).
|
||||
|
||||
## Comparing なくては, なければ and ないと
|
||||
|
||||
なくては and なければ are generally interchangeable in speech. However:
|
||||
* ==なくては== is generally used when there is _no penalty_ for not complying.
|
||||
* ==なければ== is generally used when there _is a penalty_ for not complying.
|
||||
* ==ないと== is lighter and does not imply that there can or cannot be penalty. Its construction is based on the [[Conditional#と]] particle, and should be based on knowledge or experience.
|
133
content/🔰 Grammar/Obligation.md
Normal file
133
content/🔰 Grammar/Obligation.md
Normal file
@ -0,0 +1,133 @@
|
||||
# Obligation
|
||||
|
||||
## が必要・必要がある
|
||||
|
||||
Means "needed" or "necessary".
|
||||
が{必要|ひつよう} is used mainly with nouns (can be used with verbs by appending こと before).
|
||||
{必要|ひつよう}がある is used with verbs.
|
||||
|
||||
> [!info] Example
|
||||
> {今時|いまどき}、{携帯電話|けいたいでんわ}==が必要です==。
|
||||
> Nowadays, a cell phone is necessary.
|
||||
>
|
||||
> 今日はパン{屋|や}に行く==必要がない==。
|
||||
> No need to go to the bakery today.
|
||||
|
||||
## わけにはいかない
|
||||
|
||||
Used with verbs for a meaning of "cannot do" (which cannot be your inability, but an external factor).
|
||||
Used with verbs in negative form (ない) for a meaning of "cannot be avoided".
|
||||
Can be used as わけはいかない or わけにはいきません.
|
||||
|
||||
> [!info] Example
|
||||
> {今日|きょう}の{弟|おとうと}の{誕生日|たんじょうび}に行か==ないわけにはいかない==だから、{飲|の}み{会|かい}に行かない。
|
||||
> There's no way I don't go to my younger brother's birthday today, so I won't go to the afterwork.
|
||||
>
|
||||
> {本当|ほんとう}に飲み会に行く==わけにはいかない==よ。
|
||||
> There's really no way I can go to the afterwork.
|
||||
|
||||
## なくてもいい
|
||||
|
||||
Means "don't have to". Used with a verb in the negative form (ない), appending なくてもいい.
|
||||
Can also be used as なくていい.
|
||||
|
||||
> [!info] Example
|
||||
> 今日はレストランで{手伝|て|つ}わ==なくてもいい==。
|
||||
> You don't have to help out at the restaurant today (it's okay if you don't help at the restaurant today).
|
||||
|
||||
## てからでないと
|
||||
|
||||
Means "must first do". The second part becomes possible after the first one.
|
||||
Used with a verb in て form, with からでないと or からでないければ.
|
||||
|
||||
> [!info] Example
|
||||
> {払|はら}==ってからでないと=={入|はい}るができること。
|
||||
> You can enter only after paying.
|
||||
|
||||
## こと as "should do"
|
||||
|
||||
### こと
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">V (ない)</span></p>
|
||||
</div>
|
||||
<p class="right">+ こと</p>
|
||||
</div>
|
||||
|
||||
Means "should do". Mostly used to set rules.
|
||||
|
||||
> [!info] Example
|
||||
> ここに{車|くるま}を{止|と}めない==こと==です。
|
||||
> Don't park your car here.
|
||||
|
||||
### ことになっている
|
||||
|
||||
This form is used to express rules or expectations.
|
||||
Used with dictionary (る) and negative (ない) form of verbs.
|
||||
|
||||
> [!info] Examples
|
||||
> {指|ゆび}で食べない==ことになっている==。
|
||||
> You're not supposed to eat with your fingers.
|
||||
|
||||
### ことはない
|
||||
|
||||
This has two meanings:
|
||||
* it is not necessary to
|
||||
* it never happens
|
||||
|
||||
Used with a verb in the dictionary form.
|
||||
|
||||
> [!info] Example
|
||||
> {走|はし}る==ことはない==。まだ{時間|じかん}がある。
|
||||
> There's no need to run. There's still time.
|
||||
|
||||
## 必ず
|
||||
|
||||
{必|かなら}ず means certainly, definitely. Expresses an obligation.
|
||||
|
||||
> [!info] Example
|
||||
> 明日の{授業|じゅ|ぎょう}==必ず==来てください。
|
||||
> Please be sure to attend tomorrow's class.
|
||||
|
||||
## べき
|
||||
|
||||
### べきだ
|
||||
|
||||
Means "should do", "must do". Compared to the [[Obligation - なければ・ないと]] forms and 必ず, it has a nuance of being less universally logical. It is defined by the speaker's own logic.
|
||||
Used with verbs.
|
||||
する can be used as するべき or すべき.
|
||||
|
||||
> [!info] Example
|
||||
> {来週|らいしゅう}{試験|しけん}があるので{勉強|べんきょう}す==べきです==。
|
||||
> There is an exam next week, so I should study.
|
||||
|
||||
### べきではない・べきじゃない
|
||||
|
||||
The contrary of べきだ is べきではない・べきじゃない.
|
||||
|
||||
> [!info] Example
|
||||
> {泥|どろ}を食べる==べきではない==。
|
||||
> You should not eat mud.
|
||||
|
||||
## はずだ・はずがない
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ はずだ ・ はずがない</p>
|
||||
</div>
|
||||
|
||||
はずだ means "it must/should be", while はずがない means "it cannot be". Has a nuance of being sure that it is something possible (or impossible).
|
||||
|
||||
> [!info] Examples
|
||||
> {彼|かれ}は今日来る==はずだ==。
|
||||
> He should be coming today.
|
||||
>
|
||||
> そんあ==はずがありません==。
|
||||
> This cannot be true.
|
87
content/🔰 Grammar/Observation - hearsay.md
Normal file
87
content/🔰 Grammar/Observation - hearsay.md
Normal file
@ -0,0 +1,87 @@
|
||||
# Observation: hearsay
|
||||
|
||||
## んだって
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + な</span></p>
|
||||
</div>
|
||||
<p class="right">+ んだって・んですって</p>
|
||||
</div>
|
||||
|
||||
Used to quote something that you heard in a casual conversation.
|
||||
Similar in the quotation sense to [[Description#って・って言う・と言う|って]], but here the nuance is that the information is new or unexpected.
|
||||
|
||||
> [!info] Example
|
||||
> ワールドカップでアルゼンチンが{勝|か}した==んだって==!
|
||||
> Argentina won the world cup! (you just saw it on TV but you were doing something else and are surprised)
|
||||
|
||||
## と聞いた
|
||||
|
||||
Used for something you heard by someone identifiable: for example, you were told by someone.
|
||||
Mostly used formally.
|
||||
|
||||
> [!info] Example
|
||||
> 彼はバカ==と聞いた==。
|
||||
> They say he's an idiot (I've heard that he's an idiot).
|
||||
|
||||
## と言われている
|
||||
|
||||
Used when you heard something, but not from someone specifically identifiable: general knowledge, a rumour, etc.
|
||||
For nouns, だ is placed before.
|
||||
Mostly used formally.
|
||||
|
||||
> [!info] Example
|
||||
> このレストランのカレーはおいしいだ==と言われています==。
|
||||
> They say the curry of this restaurant is good.
|
||||
|
||||
## そうだ
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ そうだ</p>
|
||||
</div>
|
||||
|
||||
Means "I heard that".
|
||||
Do not confuse with [[Observation - looking like#そうだ]] (no stem modification).
|
||||
It is casual.
|
||||
|
||||
> [!info] Examples
|
||||
> テストは{難|むず}しいだ==そうだ==。
|
||||
> The exam is said to be difficult.
|
||||
|
||||
## ということだ
|
||||
|
||||
It is used for hearsay. Has a nuance of being sure of the validity.
|
||||
Can also be used for a meaning close to "this means".
|
||||
More formal than そうだ.
|
||||
Can be used as ==ということだ== or ==とのことだ==. A more casual version is ==ってことだ==.
|
||||
|
||||
> [!info] Examples
|
||||
> {専門家|せん|もん|か}によると、{今年|ことし}の{夏|なつ}は{最高|さいこう}{暑|あつ}くなる==ということです==。
|
||||
> According to the experts, this summer will be the hottest ever.
|
||||
|
||||
## Summing up
|
||||
|
||||
* ==んだって== used for quotation, similar to って, when the information is new.
|
||||
* ==と聞いた== is used for something for something you heard from an identifiable speaker. Is mostly formal.
|
||||
* ==と言われている== is used for something for something you heard from an unspecified speaker. Is mostly formal.
|
||||
* ==そうだ== is used for hearsay and is casual.
|
||||
* ==ということだ== is used for hearsay, when the validity of the information is certain. More formal than そうだ.
|
||||
|
||||
## によると・によれば
|
||||
|
||||
Means "according to".
|
||||
Used with nouns. With verbs, ところ is added before.
|
||||
|
||||
> [!info] Examples
|
||||
> {天気予報|てんきよほう}==によると=={今日|きょう}は{雪|ゆき}が{降|ふ}るようだ。
|
||||
> According to the weather forecast, it's supposed to snow today.
|
208
content/🔰 Grammar/Observation - looking like.md
Normal file
208
content/🔰 Grammar/Observation - looking like.md
Normal file
@ -0,0 +1,208 @@
|
||||
# Observation: looking like
|
||||
|
||||
## よう
|
||||
|
||||
Means that it looks like. Used from direct knowledge or experience, with a high degree of confidence.
|
||||
|
||||
It has two meanings:
|
||||
* Looks like something: visual observation. Similar to みたい, but more polite.
|
||||
* Perhaps it is. Might be something else, but it look like it is.
|
||||
|
||||
Contrary to そう, focuses on the more logical aspect of things.
|
||||
|
||||
### ようだ
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ ようだ</p>
|
||||
</div>
|
||||
|
||||
Means that it looks like, appears like, seems like.
|
||||
|
||||
> [!info] Example
|
||||
> {子供|こども}が{嬉|うれ}しい==ようだ==。
|
||||
> The kids look happy (= I can see them laughing and smiling).
|
||||
|
||||
### ように・ような
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ [ように + V] ・ [ような + N]</p>
|
||||
</div>
|
||||
|
||||
Expresses "in the manner of".
|
||||
|
||||
> [!info] Examples
|
||||
> {新幹線|しんかんせん}の==ような=={速度|そく|ど}。
|
||||
> Speed like a Shinkansen.
|
||||
>
|
||||
> アヒルの==ように==食べる。
|
||||
> To eat like a duck.
|
||||
|
||||
## そう
|
||||
|
||||
Contrary to よう, focuses on a more subjective feeling.
|
||||
|
||||
### そうだ
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike></span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ そうだ</p>
|
||||
</div>
|
||||
|
||||
Means that it looks like.
|
||||
Do not confuse with [[Observation - hearsay#そうだ]].
|
||||
|
||||
> [!info] Examples
|
||||
> おいし==そうだ==。
|
||||
> lt looks like it is delicious.
|
||||
|
||||
### そうに・そうな
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike></span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ 「そうに・そうな」 + N・V</p>
|
||||
</div>
|
||||
|
||||
Also means that it looks like, but connecting to nouns and verbs.
|
||||
|
||||
> [!info] Example
|
||||
> 面白==そうに==人です。
|
||||
> He seems like an interesting person.
|
||||
|
||||
## みたい
|
||||
|
||||
みたい means similar to, like. Used for direct observation, with a high degree of certainty in consequence. Usually used for visual observation.
|
||||
It is a less polite form of ようだ.
|
||||
|
||||
### みたいだ
|
||||
|
||||
The basic form, used with all forms of words.
|
||||
|
||||
> [!info] Example
|
||||
> 今日は暑いですね。夏==みたいだ==な。
|
||||
> It's hot today, isn't it. It looks like it's summer.
|
||||
|
||||
### みたいに
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ みたいに + V / Adj</p>
|
||||
</div>
|
||||
|
||||
The adverbial form.
|
||||
|
||||
> [!info] Example
|
||||
> 犬==みたいに==食べた。
|
||||
> I ate like a dog.
|
||||
|
||||
### みたいな
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ みたいな + N</p>
|
||||
</div>
|
||||
|
||||
Similar to the precedent form, but when using with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> {故郷|ふる|さと}==みたいな==町だ。
|
||||
> A city like my hometown.
|
||||
|
||||
## らしい
|
||||
|
||||
Expresses an information based on hearsay, or based on the situation, or ressemblance. This is always used based on a source that is unknown or ambiguous. It can be similar to a guess. Similar to the "perhaps" meaning of ようだ.
|
||||
Also used for something typical, expected, characteristic.
|
||||
|
||||
> [!info] Examples
|
||||
> 男==らしい==。
|
||||
> Typical of a man (befitting of a man).
|
||||
>
|
||||
> 今日は{君|きみ}==らしくない==。
|
||||
> You aren't yourself today.
|
||||
|
||||
## っぽい
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike></span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ っぽい</p>
|
||||
</div>
|
||||
|
||||
This has the meaning of like, easy to, _-ish_. Makes a direct comparison with certainty, from the point of view of the person saying it. Close to an even more casual meaning of みたい, with a focus on attitude or gesture.
|
||||
|
||||
> [!info] Examples
|
||||
> {子供|こ|ども}==っぽい==。
|
||||
> Childish.
|
||||
>
|
||||
> {忘|わす}れ==っぽい==。
|
||||
> Easy to forget.
|
||||
|
||||
## 気味
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ 気味</p>
|
||||
</div>
|
||||
|
||||
{気味|ぎみ} means that it shows sign of. It talks about a condition (tiredness, sickness, lateness, etc).
|
||||
|
||||
> [!info] Example
|
||||
> 今日、{君|きみ}はちょっと{病気|びょうき}==気味==です。
|
||||
> You look a bit sick today.
|
||||
|
||||
## Summing up
|
||||
|
||||
* ==ようだ== is a formal way to say that it looks like, usually from direct observation. Used for logical assumptions.
|
||||
* ==そうだ== is used for things that are on the more subjective side.
|
||||
* ==みたい== is a less formal way, used in a casual conversation. Focused on visual information.
|
||||
* ==っぽい== is even more casual. Usually used for attitude or gesture.
|
||||
* ==らしい== is usually used when something is typical or expected.
|
||||
* ==気味== is used for condition (tiredness, sickness, lateness, etc).
|
||||
|
||||
## に見える
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (て)</span></p>
|
||||
<p><span class="box">V (casual) + ように</span></p>
|
||||
<p><span class="box">い-Adj + <strike>い</strike>く</span></p>
|
||||
<p><span class="box">な-Adj + に</span></p>
|
||||
<p><span class="box">N + (のよう) + に</span></p>
|
||||
</div>
|
||||
<p class="right">+ 見える</p>
|
||||
</div>
|
||||
|
||||
This is used (unlike other forms that can apply to abstract similarities) exclusively for visual resemblance.
|
||||
|
||||
> [!info] Example
|
||||
> {彼女|かのじょ}はフランス人==に見える==。
|
||||
> She looks like she is French.
|
87
content/🔰 Grammar/Observation - tendency - feelings.md
Normal file
87
content/🔰 Grammar/Observation - tendency - feelings.md
Normal file
@ -0,0 +1,87 @@
|
||||
# Observation: tendency & feelings
|
||||
|
||||
## がる・がっている
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">い-Adj <strike>い</strike></span></p>
|
||||
<p><span class="box">な-Adj</span></p>
|
||||
</div>
|
||||
<p class="right">+ がる ・ がっている</p>
|
||||
</div>
|
||||
|
||||
This transforms adjective into verbs, and means "to show signs of", "to appear like".
|
||||
Can be conjugated: がっている means to currently show signs, がていた means to have shown signs.
|
||||
|
||||
> [!info] Example
|
||||
> {彼女|かのじょ}は虫を{怖|ごわ}==がる==。
|
||||
> She seems afraid of insects.
|
||||
|
||||
## がり
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">い-Adj <strike>い</strike></span></p>
|
||||
<p><span class="box">な-Adj</span></p>
|
||||
</div>
|
||||
<p class="right">+ がり</p>
|
||||
</div>
|
||||
|
||||
Expresses a personality trait (tendency to, sensitivity towards).
|
||||
|
||||
> [!info] Example
|
||||
> {彼|かれ}はを{怖|ごわ}==がり==。
|
||||
> He has a tendency of being scared.
|
||||
|
||||
## がち
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ がち</p>
|
||||
</div>
|
||||
|
||||
Used to describe a tendency, something that happens often. Usually used for something negative.
|
||||
|
||||
> [!info] Example
|
||||
> ドイツの{電車|でんしゃ}は{遅|おく}れ==がち==。
|
||||
> Trains in Germany tend to be late.
|
||||
|
||||
## とみえる・とみえて
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ と見える・とみえて</p>
|
||||
</div>
|
||||
|
||||
Means "it seems that". Used for something that the speaker concludes, being reasonably confident.
|
||||
|
||||
> [!info] Example
|
||||
> {通|とお}りにはゴミがない。{清掃車|せいそうしゃ}が{通|とお}り{過|す}ぎた==と見える==。
|
||||
> There's no garbage in the streets. It seems the garbage truck has passed by.
|
||||
|
||||
## ような気がする
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V + ような</span></p>
|
||||
<p><span class="box">い-Adj + ような</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + のような</span></p>
|
||||
</div>
|
||||
<p class="right">+ 気がする</p>
|
||||
</div>
|
||||
|
||||
ような{気|き}がする means "have a feeling". Has a degree of uncertainty.
|
||||
See also [[Description#がする]].
|
||||
|
||||
> [!info] Example
|
||||
> {今年|ことし}は{恋人|こいびと}を{見|み}つかる==ような気がする==。
|
||||
> I have a feeling I will find a lover this year.
|
114
content/🔰 Grammar/Only - just.md
Normal file
114
content/🔰 Grammar/Only - just.md
Normal file
@ -0,0 +1,114 @@
|
||||
# Only, just
|
||||
|
||||
## だけ
|
||||
|
||||
Means "only", "just".
|
||||
|
||||
> [!info] Example
|
||||
> {一|ひと}つ==だけ==ください。
|
||||
> Only one, please.
|
||||
|
||||
## だけでなく
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な・である</span></p>
|
||||
<p><span class="box">N (である)</span></p>
|
||||
</div>
|
||||
<p class="right">+ だけでなく(て) ... (も)</p>
|
||||
</div>
|
||||
|
||||
Means "not only A but also B".
|
||||
Can also be used as だけではなく.
|
||||
|
||||
> [!info] Example
|
||||
> この{都市|とし}は大きい==だけでなく==、きれいでもある。
|
||||
> This city is not only big, it's also pretty.
|
||||
|
||||
## きり
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ きり・っきり</p>
|
||||
</div>
|
||||
|
||||
Used with verbs and nouns, it indicates a cutting off point.
|
||||
|
||||
> [!info] Example
|
||||
> {一人|ひとり}==きり==で{住|す}んでいます。
|
||||
> I live alone.
|
||||
|
||||
Used with a noun, it means "only".
|
||||
|
||||
> [!info] Example
|
||||
> このバスで{一度|いちど}==きり=={乗|の}った。
|
||||
> I only rode this bus once.
|
||||
|
||||
Used with a verb, it means "since", "after", "even since".
|
||||
|
||||
> [!info] Example
|
||||
> {彼|かれ}は{卒業|そつぎょう}した==きり=={見|み}なかった。
|
||||
> I haven't seen him since we graduated.
|
||||
|
||||
Using it as っきり is more casual.
|
||||
|
||||
## ばかり
|
||||
|
||||
Means "only" or "nothing but", and can convey surprise or negative judgment depending on the context.
|
||||
Used with nouns and verbs.
|
||||
|
||||
> [!info] Examples
|
||||
> この{国|くに}の{春|はる}は雨==ばかり==だ!
|
||||
> In this country, there's nothing but rain in spring.
|
||||
>
|
||||
> うちの{子供|こども}はテレビ==ばかり==見てる。
|
||||
> My child does nothing but watching TV.
|
||||
|
||||
## ばかりで
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
</div>
|
||||
<p class="right">+ ばかりで</p>
|
||||
</div>
|
||||
|
||||
Used to say "only" with a negative meaning.
|
||||
|
||||
> [!info] Examples
|
||||
> 彼は{有名|ゆうめい}な==ばかりで=={面白|おもしろ}くない。
|
||||
> He's only famous but not interesting.
|
||||
|
||||
## ばかりでなく
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ ばかりでなく... (も)</p>
|
||||
</div>
|
||||
|
||||
Means "not only A but also B".
|
||||
|
||||
> [!info] Examples
|
||||
> 彼女は{綺麗|きれい}==ばかりでなく=={天才|てんさい}もあるです。
|
||||
> She's not only beautiful, she's also a genius.
|
||||
|
||||
## てばかりいる
|
||||
|
||||
Means "only", "nothing but".
|
||||
Used with a verb in て form.
|
||||
|
||||
> [!info] Examples
|
||||
> {僕|ぼく}の{犬|いぬ}は{鳴|な}け==てばかりいる==。
|
||||
> My dog is always barking.
|
81
content/🔰 Grammar/Opposition - although.md
Normal file
81
content/🔰 Grammar/Opposition - although.md
Normal file
@ -0,0 +1,81 @@
|
||||
# Opposition: although
|
||||
|
||||
## に反して
|
||||
|
||||
に{反|はん}して means "contrary to". Opposes the first noun to the rest of the sentence.
|
||||
|
||||
> [!info] Example
|
||||
> {常識|じょうしき}==に反して==、彼は{勉強|べんきょう}しなかった。
|
||||
> Contrary to common sense, he did not study.
|
||||
|
||||
## 割に
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 割に</p>
|
||||
</div>
|
||||
|
||||
{割|わり}に means "considering A, B", "although".
|
||||
|
||||
> [!info] Example
|
||||
> このマンションは{古|ふる}い==割に=={高|たか}いです。
|
||||
> This apartment is expensive considering how old it is.
|
||||
|
||||
## ことは~が
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V</span></p>
|
||||
</div>
|
||||
<p class="r">+ ことは + </p>
|
||||
<div class="">
|
||||
<p><span class="box">V</span></p>
|
||||
</div>
|
||||
<p class="r">+ が</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
</div>
|
||||
<p class="r">+ ことは + </p>
|
||||
<div class="">
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
</div>
|
||||
<p class="r">+ が</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
</div>
|
||||
<p class="r">+ ことは + </p>
|
||||
<div class="">
|
||||
<p><span class="box">な-Adj</span></p>
|
||||
</div>
|
||||
<p class="r">+ が</p>
|
||||
</div>
|
||||
|
||||
⚠ It must be the same verb or adjective at both end!
|
||||
|
||||
Means "although".
|
||||
|
||||
> [!info] Example
|
||||
> {勉強|べんきょう}する==ことは==する==が==、まだ{下手|へた}です。
|
||||
> Although I study everyday, I'm still bad at it.
|
||||
|
||||
## といっても
|
||||
|
||||
Means "although". Puts a nuance to the first statement describing that it is not as much as imagined, and adds a complimentary information.
|
||||
|
||||
> [!info] Example
|
||||
> {彼|かれ}は{医者|いしゃ}==といっても==、あまり{頭|あたま}が{良|よ}くない。
|
||||
> He may be a doctor, but he is not very smart.
|
||||
|
||||
## に対して
|
||||
|
||||
に{対|たい}して.
|
||||
See [[Towards#In contrast to]].
|
55
content/🔰 Grammar/Opposition - but - however.md
Normal file
55
content/🔰 Grammar/Opposition - but - however.md
Normal file
@ -0,0 +1,55 @@
|
||||
# Opposition: but, however
|
||||
|
||||
## が
|
||||
|
||||
Between two sentences, it has the meaning of "but".
|
||||
|
||||
> [!info] Example
|
||||
> この{建物|たてもの}は大きいです==が==、トイレは{一|ひと}つだけあります。
|
||||
> This building is huge but has only one toilet.
|
||||
|
||||
## でも
|
||||
|
||||
This is the basic way to say "but".
|
||||
|
||||
> [!info] Example
|
||||
> コンビニに行きました。==でも==、何も買わなかった。
|
||||
> I went to the convenience store. But I didn't buy anything.
|
||||
|
||||
⚠ Do not confuse with [[TeF (4) - even if#Even if ても・でも]].
|
||||
|
||||
## しかし
|
||||
|
||||
This is similar to でも, meaning "however", but usually more formal and most commonly found in written form.
|
||||
|
||||
> [!info] Example
|
||||
> {戦争|せん|そう}は{悪|わる}いこと。==しかし==、{人類|じん|るい}はいつも{戦|たたか}っています
|
||||
> War is bad. However, humanity is always fighting.
|
||||
|
||||
## けど・けれども
|
||||
|
||||
Means "but". Contrary to でも (which is more stand-alone), this links two clauses. The second clause can also be implicit and not said.
|
||||
けれども is more formal than けど.
|
||||
|
||||
> [!info] Example
|
||||
> {外|そと}は{暑|あつ}い==けど==行きたい。
|
||||
> It's hot outside but I'd still like to go.
|
||||
|
||||
It can also be used to soften your assertion.
|
||||
|
||||
> [!info] Example
|
||||
> {明日|あした}に行きたい==けど==。
|
||||
> I'd like to go tomorrow... (but I don't want to cause any inconvenience).
|
||||
|
||||
## 「ん・の」「だけど・ですけど」
|
||||
|
||||
Means "but", "however".
|
||||
の is more formal than ん, and ですけど is more formal than だけど.
|
||||
|
||||
> [!info] Example
|
||||
> {手伝|てつだ}いたい==んですけど=={暇|ひま}はない。
|
||||
> I'd like to help but I don't have time.
|
||||
|
||||
## Summing up
|
||||
|
||||
🛠 Todo.
|
118
content/🔰 Grammar/Opposition - even if.md
Normal file
118
content/🔰 Grammar/Opposition - even if.md
Normal file
@ -0,0 +1,118 @@
|
||||
# Opposition: even if, even though
|
||||
|
||||
## て-form: even if
|
||||
|
||||
See [[TeF (4) - even if]].
|
||||
|
||||
## のに
|
||||
|
||||
Means "although", "even tough".
|
||||
See [[Connectors#のに#Even tough]].
|
||||
|
||||
## それでも
|
||||
|
||||
Means "but still", "even so", "anyway".
|
||||
|
||||
> [!info] Example
|
||||
> 雨が{降|ふ}っていた、==それでも==出かけていた。
|
||||
> It was raining, but I still went out.
|
||||
|
||||
## くせに
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ くせに</p>
|
||||
</div>
|
||||
|
||||
Means "despite", "even tough". Has a negative connotation.
|
||||
|
||||
> [!info] Example
|
||||
> {掃除|そうじ}すると言った==くせに==、まだ{汚|きたな}いよ。
|
||||
> You said you would clean it up, but it's still dirty.
|
||||
|
||||
## たとえ~ても
|
||||
|
||||
<div class="usage">
|
||||
<p class="iright">たとえ + </p>
|
||||
<div class="ileft">
|
||||
<p><span class="box">V (て)</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> くても</span></p>
|
||||
<p><span class="box">な-Adj + でも</span></p>
|
||||
<p><span class="box">N + でも</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "even if X is the case". Used to present possibilities.
|
||||
|
||||
> [!info] Example
|
||||
> ==たとえ=={疲|つか}れ==ても==、もうちょっと{起|お}きている。
|
||||
> Even if I'm tired, I'll stay up a little longer.
|
||||
|
||||
## たって
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> くた</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ って</p>
|
||||
</div>
|
||||
|
||||
Means "even if", "even though".
|
||||
|
||||
> [!info] Example
|
||||
> {今|いま}で行==ったって==、{間|ま}に{合|あ}わない。
|
||||
> Even if you go now, you won't make it in time.
|
||||
|
||||
## ても始まらない
|
||||
|
||||
ても{始|はじ}まらない means "there's no point, even if you..."
|
||||
Used with a verb in て form.
|
||||
|
||||
> [!info] Example
|
||||
> もう{遅|おく}れているから、行==っても始まらない==。
|
||||
> I'm already late, so it's no use going now.
|
||||
|
||||
## ところが
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">expectation</span></p>
|
||||
</div>
|
||||
<p class="r"> + ところが + </p>
|
||||
<div class="">
|
||||
<p><span class="box">result</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "however", "even though".
|
||||
It is used to talk about an unexpected result, that is contradictory to the precedent statement.
|
||||
|
||||
> [!info] Example
|
||||
> {自転車|じてんしゃ}の{乗|の}り{方|かた}を{忘|わす}れるはありえないと{思|おも}っていた。==ところが==すっかり{忘|わす}れた。
|
||||
> I thought it was impossible to forget how to ride a bike. However, I completely forgot.
|
||||
|
||||
## ながらも
|
||||
|
||||
Means "even while", "despite". It is used to express that while something is one state, something else.
|
||||
See also [[Time#ながら]].
|
||||
|
||||
> [!info] Example
|
||||
> {病気|びょうき}==ながらも==、パーティーに行くつもりです。
|
||||
> Although I am sick, I'm planning to go to party.
|
||||
|
||||
## 「と・に」しても
|
||||
|
||||
See [[Considering - for - as#としても]].
|
||||
See [[Considering - for - as#にしても]].
|
||||
|
||||
## Summing up
|
||||
|
||||
🛠 Todo.
|
68
content/🔰 Grammar/Planning.md
Normal file
68
content/🔰 Grammar/Planning.md
Normal file
@ -0,0 +1,68 @@
|
||||
# Planning
|
||||
|
||||
## ようと思う
|
||||
|
||||
ようと{思|おも}う means "thinking of doing".
|
||||
Used with a verb in the volitional form (よう).
|
||||
|
||||
> [!info] Example
|
||||
> レストランへ行こ==うと思います==。
|
||||
> I'm thinking of going to the restaurant.
|
||||
|
||||
## つもり
|
||||
|
||||
Means "intend to".
|
||||
|
||||
> [!info] Example
|
||||
> 明日ゲームセンターに行く==つもり==はない。
|
||||
> I don't plan to go to the arcade tomorrow.
|
||||
|
||||
### つもりだった・つもりなのに
|
||||
|
||||
Used to express that someone thought they did something.
|
||||
|
||||
> [!info] Example
|
||||
> リンゴを買った==つもりだった==けど。
|
||||
> I'm sure I bought apples... (that was my intention, but apparently I did not)
|
||||
>
|
||||
> リンゴを買う==つもりだった==けど。
|
||||
> I was planning to buy apples... (it was my intention, but I changed my mind)
|
||||
|
||||
### つもりで
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ つもりで</p>
|
||||
</div>
|
||||
|
||||
Means "with the intention of doing".
|
||||
|
||||
> [!info] Example
|
||||
> {旅行|りょこう}に行く==つもりで==、{旅行|りょこう}本を読んでいる。
|
||||
> With the intention of traveling, I'm reading a travel book.
|
||||
|
||||
## よてい
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 予定だ</p>
|
||||
</div>
|
||||
|
||||
It means "plan to".
|
||||
This form is stronger than つもり. For a same sentence, the nuance could be a strong intention for つもり, while with よてい the plan has already been booked.
|
||||
|
||||
> [!info] Example
|
||||
> 来年日本へ行く==予定==です。
|
||||
> I'm planning to go to Japan next year (I have my tickets).
|
||||
|
||||
## Summing up
|
||||
|
||||
* ==ようとおもう== expresses a thought about doing.
|
||||
* ==つもり== expresses an intention.
|
||||
* ==予定== expresses a plan.
|
9
content/🔰 Grammar/Possibility - expectation.md
Normal file
9
content/🔰 Grammar/Possibility - expectation.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Possibility: expectation
|
||||
|
||||
## きっと
|
||||
|
||||
Means surely, almost certainly. Express an expectation.
|
||||
|
||||
> [!info] Example
|
||||
> ==きっと==雨でしょう。
|
||||
> It will surely rain.
|
9
content/🔰 Grammar/Possibility - impossibility.md
Normal file
9
content/🔰 Grammar/Possibility - impossibility.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Possibility: impossibility
|
||||
|
||||
### とても~ない
|
||||
|
||||
Means "cannot". This form implies a strong impossibility. Used with negative verbs, often in potential form.
|
||||
|
||||
> [!info] Examples
|
||||
> {苦|にが}い{食|たべ}べ{物|もの}は==とても==食べられ==ない==。
|
||||
> I cannot eat bitter food.
|
10
content/🔰 Grammar/Possibility - no choice.md
Normal file
10
content/🔰 Grammar/Possibility - no choice.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Possibility: no choice
|
||||
|
||||
## しかない
|
||||
|
||||
Means "have no choice but".
|
||||
Used with verbs in dictionary form.
|
||||
|
||||
> [!info] Example
|
||||
> {説明書|せつめいしょ}を{読|よ}む==しかない==な。
|
||||
> I guess I have no choice but to read to manual.
|
9
content/🔰 Grammar/Possibility - wish.md
Normal file
9
content/🔰 Grammar/Possibility - wish.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Possibility: wish
|
||||
|
||||
## ぜひ
|
||||
|
||||
Means certainly, definitely. Expresses a wish.
|
||||
|
||||
> [!info] Example
|
||||
> この{映画|えい|が}==ぜひ==見ます。
|
||||
> I'll watch this movie for sure.
|
97
content/🔰 Grammar/Possibility.md
Normal file
97
content/🔰 Grammar/Possibility.md
Normal file
@ -0,0 +1,97 @@
|
||||
# Possibility
|
||||
|
||||
## でも
|
||||
|
||||
Used to list one or more possible options.
|
||||
|
||||
> [!info] Example
|
||||
> ジュース==でも==お茶==でも==飲もうか。
|
||||
> Shall we drink something like a juice or tea?
|
||||
|
||||
⚠ Do not confuse with [[TeF (4) - even if#Even if ても・でも]].
|
||||
|
||||
## か何か
|
||||
|
||||
か{何|なに}か means "or something".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> ジュース==か何か=={飲|の}もうか。
|
||||
> Shall we drink something like a juice?
|
||||
|
||||
## かもしれない
|
||||
|
||||
Express a possibility, like "perhaps".
|
||||
By order of politeness: かもしれません > かもしれない > かも.
|
||||
|
||||
> [!info] Example
|
||||
> 今日も来る==かもしれない==。
|
||||
> He might come today too.
|
||||
|
||||
## もしかしたら
|
||||
|
||||
Means "perhaps", "maybe". Usually completed by [[#かもしれない]].
|
||||
Can be used as もしかしたら, もしかすると and もしかして.
|
||||
|
||||
> [!info] Example
|
||||
> ==もしかして=={今日|きょう}も{郵便局員|ゆうびんきょくいん}が来ません==かもしれない==。
|
||||
> Perhaps the postman will not come today either.
|
||||
|
||||
## ことができる
|
||||
|
||||
Means "can", "able to".
|
||||
It has the same meaning as the potential form (see Conjugation [[Basics]]).
|
||||
食べる => 食べられる = 食べることができる.
|
||||
|
||||
> [!info] Example
|
||||
> {英語|えいご}を{話|はな}す==ことが出来ない==。
|
||||
> I cannot speak English.
|
||||
|
||||
## かどうか
|
||||
|
||||
Means "whether or not".
|
||||
|
||||
> [!info] Example
|
||||
> 行きたい==かどうか=={分|わ}からない。
|
||||
> I'm not sure if I want to go or not.
|
||||
|
||||
## ないことはない
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (ない)</span></p>
|
||||
<p><span class="box">い-Adj <stroke>い</stroke> くない</span></p>
|
||||
<p><span class="box">な-Adj + ではない</span></p>
|
||||
<p><span class="box">N + ではない</span></p>
|
||||
</div>
|
||||
<p class="right">+ ことはない</p>
|
||||
</div>
|
||||
|
||||
Means "not impossible to", "it is not that". Used with negative forms.
|
||||
|
||||
> [!info] Example
|
||||
> 本を{読|よ}ま==ないことはない==ですが、{最近|さいきん}は{暇|ひま}がない。
|
||||
> It's not that I don't read books, it's just that I don't have free time these days.
|
||||
|
||||
## か
|
||||
|
||||
Means "or". Can be used when there is uncertainty between two or more choices.
|
||||
See [[Question#か]].
|
||||
|
||||
## 又は
|
||||
|
||||
{又|また}は can be used for two things:
|
||||
* choosing between two options ("or")
|
||||
* listing two options ("both")
|
||||
|
||||
> [!info] Example
|
||||
> 日本語==又は==英語でしゃべれます。
|
||||
> I can speak both Japanese and English.
|
||||
|
||||
## それとも
|
||||
|
||||
This is used to give a choice between a limited set of two options. It is casual.
|
||||
|
||||
> [!info] Example
|
||||
> 何が食べたい。ラーメン==それとも==カレーか。
|
||||
> What do you want to eat? Ramen or curry?
|
90
content/🔰 Grammar/Question.md
Normal file
90
content/🔰 Grammar/Question.md
Normal file
@ -0,0 +1,90 @@
|
||||
# Question
|
||||
|
||||
## か
|
||||
|
||||
At the end of a sentence, this particle asks a question, like a question mark.
|
||||
|
||||
> [!info] Example
|
||||
> {猫|ねこ}が好きです==か==。
|
||||
> Do you like cats?
|
||||
|
||||
It can also be used when there is uncertainty between two or more choices. It can be used once or multiple times.
|
||||
|
||||
> [!info] Example
|
||||
> 犬==か==猫==か==、どちら{選|えら}んでますかな。
|
||||
> Which should I chose, a dog or a cat?
|
||||
>
|
||||
> 雨==か=={分|わ}かりません。
|
||||
> I don't know if it will rain.
|
||||
|
||||
## かな・かしら
|
||||
|
||||
Means "I wonder", "should I?". かな is a neutral form, while かしら sounds feminine.
|
||||
|
||||
> [!info] Example
|
||||
> この{帽子|ぼうし}を{被|かぶ}ろう==かな==。
|
||||
> Should I wear this hat?
|
||||
|
||||
## かい
|
||||
|
||||
Using this particle, the sentences becomes a yes/no question. Very casual, masculine connotation.
|
||||
|
||||
> [!info] Example
|
||||
> 来るの==かい==。
|
||||
> Are you coming?
|
||||
|
||||
## どうやって
|
||||
|
||||
Means "how", "in what way".
|
||||
|
||||
> [!info] Example
|
||||
> これを==どうやって==作れましたか。
|
||||
> How did you make this?
|
||||
|
||||
## Probably - right - isn't it?
|
||||
|
||||
### でしょう
|
||||
|
||||
Means "probably", "right?". The polite version of だろう.
|
||||
|
||||
> [!info] Example
|
||||
> この{服|}はきれい==でしょう==。
|
||||
> These clothes are beautiful, aren't they? (It's probably what you also think?)
|
||||
|
||||
### だろう
|
||||
|
||||
Means "probably", "right?". The casual version of でしょう.
|
||||
|
||||
> [!info] Example
|
||||
> 今日また雨==だろう==。
|
||||
> It will probably rain again.
|
||||
|
||||
### ではないか
|
||||
|
||||
Means "isn't it?". The polite version of じゃないか.
|
||||
|
||||
> [!info] Example
|
||||
> 今の{揺|ゆ}れは{地震|じ|しん}==ではないか==。
|
||||
> That shaking is an earthquake, isn't it?
|
||||
|
||||
### じゃないか
|
||||
|
||||
Means "isn't it?". The casual version of ではないか.
|
||||
|
||||
> [!info] Example
|
||||
> アイスクリームを食べよう==じゃないか==。
|
||||
> Let's have some ice cream, shall we?
|
||||
|
||||
### ね
|
||||
|
||||
This particle when added to the end of a sentence meaning "right?".
|
||||
|
||||
> [!info] Example
|
||||
> 今日は{寒|さむ}いです==ね==。
|
||||
> It's cold today, right?
|
||||
|
||||
### Summing up
|
||||
|
||||
* ==でしょう==・==だろう== expresses a probability or an assumption.
|
||||
* ==ではないか==・==じゃないか== invites or suggests an action.
|
||||
* ==ね== asks an agreement or a confirmation.
|
191
content/🔰 Grammar/Reason.md
Normal file
191
content/🔰 Grammar/Reason.md
Normal file
@ -0,0 +1,191 @@
|
||||
# Reason
|
||||
|
||||
## ので
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ ので</p>
|
||||
</div>
|
||||
|
||||
Used after a reason, to explain the consequence. Means "because of", "since".
|
||||
It is more objective than から: it expresses a situation that exists, and that is outside of one's control. For this reason, it can also be perceived as more polite.
|
||||
|
||||
> [!info] Example
|
||||
> 雨な==ので==傘を持ってきてください。
|
||||
> Since it is raining, please bring an umbrella.
|
||||
|
||||
## から
|
||||
|
||||
See [[🔰 Particles (2)#Because]].
|
||||
It is more subjective than ので: it expresses more personal needs/actions/opinions.
|
||||
|
||||
## ことから
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ ことから</p>
|
||||
</div>
|
||||
|
||||
Means "based on the fact that". Most formal than から, and puts an emphasis on it being true (objective information).
|
||||
|
||||
> [!info] Example
|
||||
> {部屋|へや}から{音|おと}がある==ことから==、{誰|だれ}かいるはずです。
|
||||
> From the fact that there is sound coming from the room, someone must be there.
|
||||
|
||||
## んです・のです
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ んだ・んです・のだ・のです</p>
|
||||
</div>
|
||||
|
||||
It is used to explain or put emphasis on something.
|
||||
のだ・のです is a bit more formal than んだ・んです.
|
||||
It is only used with nouns when asking questions.
|
||||
|
||||
> [!info] Example
|
||||
> {良|よ}い{仕事|しごと}な==のです==か。
|
||||
> Is it a good job?
|
||||
>
|
||||
> もう言った==んだ==よ!
|
||||
> I've already told you!
|
||||
|
||||
## のは・のが
|
||||
|
||||
Means "the reason for A is B", "doing A is B".
|
||||
See [[Transformation#のは・のが sentence as noun]].
|
||||
|
||||
## なぜなら~から
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">result</span></p>
|
||||
</div>
|
||||
<p class="r"> + なぜなら + </p>
|
||||
<div class="">
|
||||
<p><span class="box">reason</span></p>
|
||||
</div>
|
||||
<p class="r">+ から</p>
|
||||
</div>
|
||||
|
||||
Means "the reason is".
|
||||
There are three variations:
|
||||
* なぜなら(ば)
|
||||
* なぜかというと
|
||||
* どうしてかというと
|
||||
|
||||
> [!info] Example
|
||||
> それを{言|い}えない!==どうしてかというと=={秘密|ひみつ}だ==から==。
|
||||
> I cannot tell you that! Why, because it's a secret.
|
||||
|
||||
## そのために
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">goal</span></p>
|
||||
</div>
|
||||
<p class="r"> + そのため(に) + </p>
|
||||
<div class="">
|
||||
<p><span class="box">action</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "for that reason", "because of".
|
||||
See also [[Connectors - in order to#ために]].
|
||||
|
||||
> [!info] Example
|
||||
> {丸|まる}い{日|にち}{働|はたら}いていた、==そのために=={今|いま}{寝|ね}に行きます。
|
||||
> I worked the whole day. For that reason, I'm going to bed.
|
||||
>
|
||||
> {日本|にほん}に行きたい。==そのために==、{日本語|にほんご}をちゃんと{勉強|べんきょう}しています。
|
||||
> I want to go to Japan. In order to do so, I'm studying seriously.
|
||||
|
||||
## せいで
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ せいで</p>
|
||||
</div>
|
||||
|
||||
Means "because of". Mostly used for negative contexts, to blame, etc.
|
||||
|
||||
> [!info] Example
|
||||
> あなたの==せいで=={負|ま}けた。
|
||||
> We lost because of you.
|
||||
|
||||
## おかげで
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ おかげで</p>
|
||||
</div>
|
||||
|
||||
Means "because of". Used for positive contexts, like "thanks to".
|
||||
|
||||
> [!info] Example
|
||||
> あなたの==おかげで=={勝|か}った。
|
||||
> We lost because of you.
|
||||
|
||||
## というのは
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">phrase</span></p>
|
||||
</div>
|
||||
<p class="r"> + というのは + </p>
|
||||
<div class="">
|
||||
<p><span class="box">definition</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "this means", "known as", "because".
|
||||
|
||||
> [!info] Example
|
||||
> 「モバゲー」==というのは==モバイルゲームのことです。
|
||||
> "Mobage" stands for mobile game.
|
||||
|
||||
## わけだ・わけではない
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ わけだ・わけではない</p>
|
||||
</div>
|
||||
|
||||
わけだ・わけです means "for that reason", "as you'd expect".
|
||||
わけではない・わけじゃない means "it doesn't mean that".
|
||||
|
||||
> [!info] Example
|
||||
> {毎日|まいにち}{料理|りょうり}を{作|つく}るからうまくになった==わけだ==。
|
||||
> I got good at cooking because I cook every day.
|
||||
|
||||
See also [[Certainty#わけがない]].
|
57
content/🔰 Grammar/Request.md
Normal file
57
content/🔰 Grammar/Request.md
Normal file
@ -0,0 +1,57 @@
|
||||
# Request
|
||||
|
||||
## てください
|
||||
|
||||
It is a polite request that is translated as "please do". See Conjugation [[Basics]] ("command").
|
||||
In casual speech, can be shortened to て.
|
||||
|
||||
> [!info] Example
|
||||
> {消|けし}しゴムを{貸|か}し==て==。
|
||||
> Lend me your eraser.
|
||||
|
||||
## てもいい
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V-て</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> くて</span></p>
|
||||
<p><span class="box">な-Adj + で</span></p>
|
||||
<p><span class="box">N + で</span></p>
|
||||
</div>
|
||||
<p class="right">+ もいい</p>
|
||||
</div>
|
||||
|
||||
Means "is it alright if?", "may I?".
|
||||
|
||||
> [!info] Example
|
||||
> ここに{座|すわ}==てもいい==ですか。
|
||||
> May I sit here?
|
||||
|
||||
A more polite way is [[Can't help - doesn't matter#ても構わない]].
|
||||
|
||||
## ないでください
|
||||
|
||||
Means "please don't". It is a polite request. Removing the ください makes it more casual.
|
||||
Formed by a verb in the negative form (ない) with the で particle.
|
||||
|
||||
> [!info] Example
|
||||
> {冷蔵庫|れいぞうこ}のデザートは食べ==ないでください==。
|
||||
> Please do not eat the dessert from the fridge.
|
||||
|
||||
## なさい
|
||||
|
||||
This form is used when commanding an action.
|
||||
It is used with verbs by removing the ます and adding なさい. In casual conversation, it can be shortened to な.
|
||||
|
||||
> [!info] Example
|
||||
> {質問|しつ|もん}を{答|こた}え==なさい==。
|
||||
> Answer the question.
|
||||
|
||||
## ように言う
|
||||
|
||||
It means "to tell", "to request", "to order".
|
||||
It is form by added ように{言|い}う to a verb. The verb {頼|たの}む can be used for requests, while {命|めい}じる can be used for order. The verb {言|い}う can tell the three meanings depending on the tone.
|
||||
|
||||
> [!info] Example
|
||||
> {子供|こども}にお{菓子|か|し}を食べない==ように言った==。
|
||||
> I told the kids to not eat candies.
|
98
content/🔰 Grammar/State.md
Normal file
98
content/🔰 Grammar/State.md
Normal file
@ -0,0 +1,98 @@
|
||||
# State
|
||||
|
||||
## まま
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (ない)</span></p>
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ まま</p>
|
||||
</div>
|
||||
|
||||
Means that something doesn't change state, stays as it is.
|
||||
|
||||
> [!info] Examples
|
||||
> {開|あ}けた==まま==。
|
||||
> To be left open.
|
||||
>
|
||||
> {熱|あつ}い==まま==。
|
||||
> Still hot.
|
||||
>
|
||||
> {昔|むかし}の==まま==。
|
||||
> As it always been.
|
||||
>
|
||||
> その==まま==でいい。
|
||||
> It is fine as it is.
|
||||
|
||||
## さえ~ば
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
</div>
|
||||
<p class="r">+ さえ + すれば</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V (て)</span></p>
|
||||
</div>
|
||||
<p class="r">+ さえ + いれば</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="r">+ さえ + V(ば)</p>
|
||||
</div>
|
||||
|
||||
Means "as long as", "if only". If a certain condition is met, the result will be okay.
|
||||
|
||||
> [!info] Examples
|
||||
> {公園|こうえん}==さえ==あれ==ば==、うれしいです。
|
||||
> As long as there is a park, I am happy.
|
||||
|
||||
## かける
|
||||
|
||||
Means "half", "not yet finished", "in the middle of".
|
||||
Made by removing the ます stem of a verb.
|
||||
|
||||
> [!info] Examples
|
||||
> この{本棚|ほんだな}はまだ{作|つく}り==かける==です。
|
||||
> This bookshelf is not yet finished building.
|
||||
|
||||
## 一方だ
|
||||
|
||||
{一方|いっぽう}だ means "to continue to", "more and more".
|
||||
Used with verbs that expresses change.
|
||||
|
||||
> [!info] Examples
|
||||
> {禁煙|きんえん}の{場所|ばしょ}は{増|ふ}えている==一方です==。
|
||||
> The number of places where smoking is prohibited keeps increasing.
|
||||
|
||||
## 結果
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 結果</p>
|
||||
</div>
|
||||
|
||||
{結果|けっか} means "as a result of", "after".
|
||||
|
||||
> [!info] Examples
|
||||
> {遅|おく}れた==結果==もう{全部|ぜんぶ}の{切符|きっぷ}は{売|う}り{切|き}れた。
|
||||
> As a result of being late, all the tickets were already sold out.
|
||||
|
||||
## 結局
|
||||
|
||||
{結局|けっきょく} means "after all", "in the end". Acts as a conclusion.
|
||||
|
||||
> [!info] Examples
|
||||
> ==結局=={卒業|そつぎょう}した。
|
||||
> In the end, I graduated.
|
103
content/🔰 Grammar/Talking about.md
Normal file
103
content/🔰 Grammar/Talking about.md
Normal file
@ -0,0 +1,103 @@
|
||||
# Talking about
|
||||
|
||||
## と言えば・と言うと
|
||||
|
||||
と{言|い}えば・と{言|い}うと means "speaking of".
|
||||
|
||||
> [!info] Example
|
||||
> 日本==と言えば==、富士山です。
|
||||
> Speaking of Japan, Mount Fuji comes to mind.
|
||||
|
||||
## において・における
|
||||
|
||||
Means "in", "at", "regarding".
|
||||
Used with nouns. Is used in formal language.
|
||||
|
||||
> [!info] Example
|
||||
> {冬|ふゆ}==において=={雪|ゆき}が{降|ふ}る。
|
||||
> Snow falls in winter.
|
||||
>
|
||||
> 荒川==において=={花火|はなび}。
|
||||
> Fireworks held on Arakawa River.
|
||||
|
||||
## について
|
||||
|
||||
Means "concerning", "about".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> {面接|めんせつ}==について==はいつがよろしいでしょうか。
|
||||
> Regarding the interview, when would be a good time?
|
||||
|
||||
## に関する・に関して
|
||||
|
||||
に{関|かん}する・に{関|かん}して means "related to", "about". More formal than について.
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> ロボット==に関して==ゲームがあるんです。
|
||||
> Are there any games about robots?
|
||||
|
||||
## つまり
|
||||
|
||||
Means "in other words". Used after a first phrase for an alternative explanation.
|
||||
|
||||
> [!info] Example
|
||||
> この{映画|えいが}は120分、==つまり==2時です。
|
||||
> This movie is 120 minutes, that is to say 2 hours.
|
||||
|
||||
## すなわち
|
||||
|
||||
Means "in other words". More formal than つまり.
|
||||
|
||||
> [!info] Example
|
||||
> この{映画|えいが}は120分、==すなわち==2時です。
|
||||
> This movie is 120 minutes, that is to say 2 hours.
|
||||
|
||||
## にかけて
|
||||
|
||||
Means "through", "concerning". It is used for something that happens over a period of time.
|
||||
Used with a noun.
|
||||
|
||||
> [!info] Example
|
||||
> {日本|にほん}には6月から9月==にかけて==は{暑|あつ}いです。
|
||||
> It is hot in Japan from June through September.
|
||||
|
||||
## をはじめ
|
||||
|
||||
Means "starting with", "not only".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> 漫画==をはじめ=={日本|にほん}の{文化|ぶんか}は{面白|おもしろ}い。
|
||||
> Japanese culture, starting with manga, is interesting.
|
||||
>
|
||||
> フランスの文化はパン==をはじめ==、ワインも{人気|にんき}です。
|
||||
> French culture is popular not only for bread, but also for wine.
|
||||
|
||||
## にとって
|
||||
|
||||
Means "concerning", "regarding". Focuses on the standpoint of the preceding part.
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> 猫==にとって=={睡眠|すい|みん}は{大切|たいせつ}です。
|
||||
> Sleeping is important for cats.
|
||||
|
||||
## なんか・なんて
|
||||
|
||||
Means "such as", "things like". It is used to give examples or to show emphasis.
|
||||
なんか is more informal than なんて. Both are spoken form, while [[Listing#など]] is more written.
|
||||
なんて is used with all words, while なんか is used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> iPod==なんか=={古|ふる}いな{物|もの}です。
|
||||
> Things like iPod are old.
|
||||
|
||||
## 例えば
|
||||
|
||||
{例|たと}えば means "for example".
|
||||
|
||||
> [!info] Example
|
||||
> {虫|むし}が{好|すき}きです。==例えば=={蝉|せみ}です。
|
||||
> I like insect. For example, cicadas.
|
156
content/🔰 Grammar/Time - during.md
Normal file
156
content/🔰 Grammar/Time - during.md
Normal file
@ -0,0 +1,156 @@
|
||||
# Time: during
|
||||
|
||||
## 間
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 間</p>
|
||||
</div>
|
||||
|
||||
{間|あいだ} means "while" or "during". Used to express something that is done for the whole period of time.
|
||||
|
||||
> [!info] Example
|
||||
> 電車に{乗|の}っている==間==、ゲームをしてた。
|
||||
> While I was on the train, I was playing a game.
|
||||
|
||||
Can also be used to talk about a distance between two physical places or the time between two things.
|
||||
|
||||
> [!info] Example
|
||||
> 1時から9じまでの==間==、{寝|ね}ます。
|
||||
> I sleep between 1AM and 9AM.
|
||||
|
||||
## 間に
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual, non-past)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 間に</p>
|
||||
</div>
|
||||
|
||||
A first meaning is similar to {間|あいだ} (while), but with intentionality.
|
||||
|
||||
> [!info] Example
|
||||
> 電車に{乗|の}った==間に==、本を読みました。
|
||||
> While I was on the train, I read a book.
|
||||
|
||||
A second meaning is a statement of something that happened during a time period, independently of your actions.
|
||||
Contrary to 間, it doesn't include the whole time period. So 間に means that at a point during the time period, something happened.
|
||||
|
||||
> [!info] Example
|
||||
> {夜|よる}の==間に==、{隣|となり}の木が{落|お}ちていた。
|
||||
> During the night, the tree next door fell.
|
||||
|
||||
## ながら
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V-<strike>ます</strike></span></p>
|
||||
</div>
|
||||
<p class="r"> + ながら + ...</p>
|
||||
</div>
|
||||
|
||||
Means "while", "simultaneously". The difference with ついでに is that here the main action is the second one.
|
||||
|
||||
> [!info] Example
|
||||
> {歩|ある}き==ながら=={電話|でん|わ}を見ています。
|
||||
> While walking, I'm looking at my phone.
|
||||
|
||||
## ついでに
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ ついでに</p>
|
||||
</div>
|
||||
|
||||
Means "while", "at the same time". The difference with ながら is that here the main action is the first one.
|
||||
|
||||
> [!info] Example
|
||||
> スーパーに行く==ついでに==、おにぎりを{買|か}ってくれませんか。
|
||||
> While you're going to the supermarket, could you bring onigiri?
|
||||
|
||||
## 中
|
||||
|
||||
{中|ちゅう}・{中|じゅう} means different things depending on its pronunciation:
|
||||
* ちゅう is used when pointing a specific time: "during", "at some point".
|
||||
* じゅう is used for the entire time or area: "through", "within", "before it ends".
|
||||
|
||||
> [!info] Example
|
||||
> {午後|ごご}==中==に{会議|かいぎ}がある。
|
||||
> There is a meeting in the afternoon (ちゅう).
|
||||
>
|
||||
> {今年|ことし}==中==にスウェーデンに行きたい。
|
||||
> I want to go to Sweden before the end of this year (じゅう).
|
||||
|
||||
## うちに
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ うちに</p>
|
||||
</div>
|
||||
|
||||
Means "while". The nuance is that the time is optimal and should be taken advantage of.
|
||||
|
||||
> [!info] Example
|
||||
> {晴|は}れる==うちに=={散歩|さんぽ}しましょう。
|
||||
> Let's take a walk while the weather is nice.
|
||||
|
||||
## 途中で・途中に
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 途中で・途中に</p>
|
||||
</div>
|
||||
|
||||
{途中|とちゅう}で・{途中|とちゅう}に means "in the middle of", "on the way".
|
||||
|
||||
> [!info] Example
|
||||
> {帰|かえ}る==途中で=={自動販売機|じ|どう|はん|ばい|き}で{飲|のみ}み{物|もの}を{買|か}った。
|
||||
> On the way home, I bought a drink from the vending machine.
|
||||
|
||||
## ているところ
|
||||
|
||||
Means "in the process/middle of doing".
|
||||
See [[TeF (2) - manner of doing#ているところ]].
|
||||
|
||||
## 最中に
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (ている)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 最中に</p>
|
||||
</div>
|
||||
|
||||
{最中|さいちゅう}に means "in the middle of". Happens during something else, interrupting or disturbing it.
|
||||
|
||||
> [!info] Example
|
||||
> {運転|うんてん}していた==最中に=={鹿|しか}が{現|あらわ}れた。
|
||||
> While I was driving, a deer appeared.
|
||||
|
||||
## しばらく
|
||||
|
||||
Means "for a while", "for now".
|
||||
|
||||
> [!info] Example
|
||||
> ==しばらく==お{待|ま}ちください。
|
||||
> Please wait for a moment.
|
17
content/🔰 Grammar/Time - finally.md
Normal file
17
content/🔰 Grammar/Time - finally.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Time: finally
|
||||
|
||||
## やっと
|
||||
|
||||
Means that something happened at last. More rarely means "barely".
|
||||
|
||||
> [!info] Example
|
||||
> ==やっと=={論文|ろん|ぶん}を書き{終|お}わった。
|
||||
> I finally finished writing my thesis.
|
||||
|
||||
## ついに
|
||||
|
||||
Means "finally", "at last". Something happened after working to accomplish the goal.
|
||||
|
||||
> [!info] Example
|
||||
> ==ついに== {新|あたら}しい{地下鉄|ちかてつ}が{出来上|で|き|あ}がった。
|
||||
> At last, the new subway was completed.
|
51
content/🔰 Grammar/Time - recently.md
Normal file
51
content/🔰 Grammar/Time - recently.md
Normal file
@ -0,0 +1,51 @@
|
||||
# Time: recently
|
||||
|
||||
## さっき
|
||||
|
||||
Means that something happened recently, either just now, or a little while ago.
|
||||
|
||||
> [!info] Example
|
||||
> ==さっき==家に出てきた。
|
||||
> I just left home.
|
||||
|
||||
## たところ
|
||||
|
||||
Combined with a verb in the past tense, it express that something just occurred (something just ended, just started, etc).
|
||||
|
||||
> [!info] Example
|
||||
> 今食べた==ところ==だ。
|
||||
> I just finished to eat right now.
|
||||
|
||||
## たばかり
|
||||
|
||||
Combined with a verb in the past tense, it express that something just occurred (something just ended, just started, etc). It is more subjective than ところ. It doesn't have to be something that literally just happened, but something that feels like it just happened.
|
||||
|
||||
> [!info] Example
|
||||
> 今食べた==ばかり==だ。
|
||||
> I just finished to eat right now.
|
||||
|
||||
When comparing the two examples, the meaning is different depending on the context. Imagine a friend asking you to go eat with him. When using ところ, it means you just finished your meal this instant. When using ばかり, it means that it feels too soon to eat again just yet from your point of view, independently of how much time has really passed.
|
||||
|
||||
## たて
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
</div>
|
||||
<p class="r">+ たて</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V <strike>ます</strike></span></p>
|
||||
</div>
|
||||
<p class="r">+ たて + </p>
|
||||
<div class="">
|
||||
<p><span class="box">の + N</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means that something has just been finished. It cannot be used with all verbs. It has a meaning of something fresh, that changes after completion (fresh food that degrades, etc).
|
||||
|
||||
> [!info] Example
|
||||
> {炊|たき}き==たて==のお{好|この}み{焼|やき}きを食べるべきです。
|
||||
> You should eat freshly cooked okonomiyaki.
|
54
content/🔰 Grammar/Time - regularity.md
Normal file
54
content/🔰 Grammar/Time - regularity.md
Normal file
@ -0,0 +1,54 @@
|
||||
# Time: regularity
|
||||
|
||||
## たびに
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ たびに</p>
|
||||
</div>
|
||||
|
||||
Means "whenever", "every time".
|
||||
|
||||
> [!info] Example
|
||||
> {犬|いぬ}を{見|み}る==たびに=={幸|しあわ}せになる。
|
||||
> Whenever I see a dog, I feel happy.
|
||||
|
||||
## おきに
|
||||
|
||||
Means "every other". This is used for repeated intervals, after a noun indicating something measurable.
|
||||
|
||||
> [!info] Example
|
||||
> この電車は4分==おきに=={出発|しゅ|っぱつ}します。
|
||||
> This train leaves every four minutes.
|
||||
|
||||
## ごとに
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
<p class="right">+ ごとに</p>
|
||||
</div>
|
||||
|
||||
Means "each", "every". Used for intervals.
|
||||
|
||||
> [!info] Example
|
||||
> {彼女|かのじょ}に{会|あ}う==ごとに==、{心|こころ}がドキドキする。
|
||||
> Every time I see her, my heart pounds.
|
||||
|
||||
## おきに vs ごとに
|
||||
|
||||
The way the intervals are counted between these two grammar structure is different.
|
||||
* おきに refers to what is _inside_ the interval.
|
||||
* ごとに refers to the interval _per se_.
|
||||
|
||||
> [!info] Example
|
||||
> 1日==おきに== =2日==ごとに== = every other day = every second day
|
||||
> ●○●○●○●
|
||||
>
|
||||
> 2日==おきに== =3日==ごとに== (every three days = every third day)
|
||||
> ●○○●○○●○○●
|
26
content/🔰 Grammar/Time - surprise.md
Normal file
26
content/🔰 Grammar/Time - surprise.md
Normal file
@ -0,0 +1,26 @@
|
||||
# Time: surprise
|
||||
|
||||
## 急に
|
||||
|
||||
{急|きゅう}に means that something happened unexpectedly or quickly.
|
||||
|
||||
> [!info] Example
|
||||
> ==急に==電車が{現|あらわ}れた。
|
||||
> A train suddenly appeared.
|
||||
|
||||
## ふと
|
||||
|
||||
This means "suddenly", "unexpectedly", "unintentionally". Emphasis is on the lack of intention.
|
||||
|
||||
> [!info] Example
|
||||
> ==ふと=={通|とお}りに1000円を{見|み}つけた。
|
||||
> I found 1000 yen on the street by chance.
|
||||
|
||||
## たとたん
|
||||
|
||||
Means "just as". Used for an action that happens just at the moment something else occurs. Can convey a nuance of something unexpected or surprising.
|
||||
Used with verbs in the past form (た).
|
||||
|
||||
> [!info] Example
|
||||
> {部屋|へや}を{掃除|そうじ}し==たとたん==、うちの{猫|ねこ}が{吐|は}いてしまった。
|
||||
> As soon as I cleaned my room, my cat vomited.
|
183
content/🔰 Grammar/Time.md
Normal file
183
content/🔰 Grammar/Time.md
Normal file
@ -0,0 +1,183 @@
|
||||
# Time
|
||||
|
||||
## とき
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ とき</p>
|
||||
</div>
|
||||
|
||||
Means "time". When used like this, means "at the time of".
|
||||
|
||||
> [!info] Example
|
||||
> 行った==とき==、{誰|だれ}もいなかった。
|
||||
> When I went, no one was there.
|
||||
|
||||
## 際に
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 際に・際は</p>
|
||||
</div>
|
||||
|
||||
{際|さい}に means "time", "when". More formal than とき.
|
||||
|
||||
> [!info] Example
|
||||
> {家|いえ}で{入|はい}る==際に=={靴|くつ}を{脱|ぬ}いでください。
|
||||
> Please take off your shoes when entering the house.
|
||||
|
||||
## ことがある
|
||||
|
||||
Means "there are time when".
|
||||
Used by combining to a verb.
|
||||
|
||||
> [!info] Example
|
||||
> {時々|とき|どき}パリへ行く==ことがある==。
|
||||
> I sometimes go to Paris.
|
||||
|
||||
## ところ
|
||||
|
||||
Means "just about to". Used when describing what we're about to do.
|
||||
Used by combining to a verb.
|
||||
|
||||
> [!info] Example
|
||||
> 今ご{飯|はん}を作る==ところ==です。
|
||||
> I'm about to make dinner.
|
||||
|
||||
## から~まで
|
||||
|
||||
See から: [[🔰 Particles (2)#From, since]] (from).
|
||||
See まで: [[🔰 Particles (2)#まで]] (until).
|
||||
See から~まで: [[🔰 Particles (2)#から~まで]] (from... until).
|
||||
|
||||
## 前に
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (dictionary)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 前に</p>
|
||||
</div>
|
||||
|
||||
{前|まえ}に means before (time) or in front of (place).
|
||||
|
||||
> [!info] Examples
|
||||
> {寝|ねる}る==前に==、レストランに行こうと思います。
|
||||
> I think I'll go to the restaurant before sleeping.
|
||||
>
|
||||
> レストランの==前に=={自転車|じ|てん|しゃ}があります。
|
||||
> There are bikes in front of the restaurant.
|
||||
|
||||
## 後で
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 後で</p>
|
||||
</div>
|
||||
|
||||
{後|あと}で means after or later.
|
||||
⚠ Only works with the past form of verbs!
|
||||
|
||||
> [!info] Example
|
||||
> 食べた==後で==、寝ます。
|
||||
> After eating, I'll go to sleep.
|
||||
|
||||
## ころ・ごろ
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">N (time)</span></p>
|
||||
</div>
|
||||
<p class="r">+ ごろ</p>
|
||||
</div>
|
||||
|
||||
Means "around" or "about".
|
||||
|
||||
> [!info] Example
|
||||
> 午後8時==ごろ==来てください。
|
||||
> Please come around 8PM.
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">い/な-Adj</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ ころ</p>
|
||||
</div>
|
||||
|
||||
Means "when".
|
||||
|
||||
> [!info] Example
|
||||
> {子供|こども}の==ころ==、毎日{公園|こうえん}で{遊|あそ}んだ。
|
||||
> When I was a kid, I played every day at the park.
|
||||
|
||||
## までに
|
||||
|
||||
This indicates a time limit for the action, similar to "by".
|
||||
|
||||
> [!info] Example
|
||||
> {来週|らい|しゅう}==までに=={終|お}わってください。
|
||||
> Please finish by next week.
|
||||
|
||||
## ぶりに
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">N (time)</span></p>
|
||||
</div>
|
||||
<p class="r">+ ぶりに~する</p>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">N (time)</span></p>
|
||||
</div>
|
||||
<p class="r">+ ぶり + の</p>
|
||||
<div class="">
|
||||
<p><span class="box">N</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Means "for the first time in duration". Used for long times (can be a psychologically perceived one).
|
||||
Used with nouns measuring time.
|
||||
|
||||
> [!info] Example
|
||||
> 3{年|ねん}==ぶりに==ブラジルを{戻|もど}ります。
|
||||
> For the first time in 3 years, I'm returning to Brazil.
|
||||
|
||||
## から〜にかけて
|
||||
|
||||
Means "through", "from... until". Indicates that something happens over a period of time.
|
||||
|
||||
> [!info] Example
|
||||
> {朝|あさ}==から=={夜|よる}==にかかて==ゲームしたい。
|
||||
> I want to play games from morning to night.
|
||||
|
||||
## 上で
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (た)</span></p>
|
||||
<p><span class="box">N + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ 上で</p>
|
||||
</div>
|
||||
|
||||
{上|うえ}で means "after", "upon". Shows a logical progression. Mostly used in formal situations.
|
||||
|
||||
> [!info] Examples
|
||||
> {面接|めんせつ}の==上で==、{連絡|れんらく}します。
|
||||
> We will contact you after the interview.
|
61
content/🔰 Grammar/Towards.md
Normal file
61
content/🔰 Grammar/Towards.md
Normal file
@ -0,0 +1,61 @@
|
||||
# Towards
|
||||
|
||||
## 向け
|
||||
|
||||
{向|む}け means "intended for", "aimed at".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> この本は{子供|こども}==向け==です。
|
||||
> The book is for children.
|
||||
|
||||
## 向き
|
||||
|
||||
{向|む}き means "suitable for". Close to 向け, but intended doesn't exactly means suitable.
|
||||
Also means "facing".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> この{建物|たてもの}は{南|みなみ}==向き==です。
|
||||
> This building is facing south.
|
||||
|
||||
## を中心に
|
||||
|
||||
を{中心|ちゅう|しん}に means "mainly", "focused on".
|
||||
Used with nouns.
|
||||
|
||||
> [!info] Example
|
||||
> ポケモンはポケモン==を中心にする==ゲームです。
|
||||
> Pokémon is a game centered around on Pokémon battles.
|
||||
>
|
||||
> この{授業|じゅぎょう}は{漢字|かんじ}==を中心に=={習|なら}います。
|
||||
> This class focuses on learning kanjis.
|
||||
|
||||
## に対して
|
||||
|
||||
### Towards
|
||||
|
||||
The first meaning of に{対|たい}して is "towards", "regarding". Focuses on action, attitude, feelings, etc.
|
||||
Used with a noun.
|
||||
|
||||
> [!info] Example
|
||||
> {彼|かれ}は{子供|こども}==に対して=={優|やさ}しいです。
|
||||
> He is kind towards children.
|
||||
|
||||
### In contrast to
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V + の</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な + の</span></p>
|
||||
<p><span class="box">N + な + の</span></p>
|
||||
</div>
|
||||
<p class="right">+ に対して</p>
|
||||
</div>
|
||||
|
||||
The second meaning is "in contrast to".
|
||||
|
||||
> [!info] Example
|
||||
> {弟|おとうと}は{漢字|かんじ}を{読|よ}むこと==に対して==、{私|わたし}が{読|よ}みません。
|
||||
> My little brother can read kanji, whereas I can't.
|
129
content/🔰 Grammar/Transformation.md
Normal file
129
content/🔰 Grammar/Transformation.md
Normal file
@ -0,0 +1,129 @@
|
||||
# Transformation
|
||||
|
||||
## こと: verb as noun
|
||||
|
||||
This allows to transform a verb into a noun (verb nominalizer).
|
||||
V+こと => 食べること. The verbs are never conjugated.
|
||||
|
||||
> [!info] Example
|
||||
> {音楽|おん|がく}を聞く==こと==が好きです。
|
||||
> I like to listen to music (listening to music is something I like).
|
||||
|
||||
## ~さ: adjective as noun
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">い-Adj <strike>い</strike></span></p>
|
||||
<p><span class="box">な-Adj</span></p>
|
||||
</div>
|
||||
<p class="right">+ さ</p>
|
||||
</div>
|
||||
|
||||
This allows to transform an adjective into a noun (adjective nominalizer). Used to talk about the degree of the adjective. Generally objective.
|
||||
|
||||
> [!info] Example
|
||||
> やさしい。
|
||||
> Kind.
|
||||
>
|
||||
> やさし==さ==。
|
||||
> Kindness.
|
||||
|
||||
## ~み: adjective as noun
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">い-Adj <strike>い</strike></span></p>
|
||||
<p><span class="box">な-Adj</span></p>
|
||||
</div>
|
||||
<p class="right">+ み</p>
|
||||
</div>
|
||||
|
||||
This allows to transform an adjective into a noun (adjective nominalizer). Similar to さ, but it is used in specific contexts. Rather than a degree, it talks about a quality. Generally subjective. Can be used with less adjectives than さ.
|
||||
|
||||
> [!info] Example
|
||||
> 甘い。
|
||||
> Sweet.
|
||||
>
|
||||
> 甘さ。
|
||||
> Amount of sweetness.
|
||||
>
|
||||
> 甘==味==。
|
||||
> Quality of sweetness.
|
||||
|
||||
## ということ: phrase as noun
|
||||
|
||||
This allows to transform a phrase into a noun.
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (casual)</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ ということ</p>
|
||||
</div>
|
||||
|
||||
> [!info] Example
|
||||
> 毎日サッカーをする==ということ==は{大変|たい|へん}です。
|
||||
> It is hard to play soccer every day.
|
||||
|
||||
## のは・のが: sentence as noun
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + な</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ のは・のが</p>
|
||||
</div>
|
||||
|
||||
Transforms a sentence into a noun.
|
||||
Also means "the reason for A is B", "doing A is B".
|
||||
|
||||
> [!info] Example
|
||||
> {勉強|べんきょう}する==のは==つまらないです。
|
||||
> Studying is boring.
|
||||
>
|
||||
> このレストランで{一番|いち|ばん}{人気|にん|き}がある==のは=={寿司|すし}です。
|
||||
> The most popular dish in the restaurant is sushi.
|
||||
|
||||
## くする: い-adjective as adverb
|
||||
|
||||
Replacing the い in a い-Adj by くする transforms it into an adverb.
|
||||
大きい (big) => 大きくする (make big).
|
||||
|
||||
> [!info] Example
|
||||
> エアコンを{点|つ}けると{空気|くう|き}が{寒|さむ}==くなる==。
|
||||
> When turning on the AC, the air becomes cold.
|
||||
|
||||
## にする: な-adjective as adverb
|
||||
|
||||
Appending にする to a な-Adj transforms it into an adverb.
|
||||
{静|しず}かな (quiet) => 静かにする (make quiet).
|
||||
|
||||
> [!info] Example
|
||||
> {部屋|へや}をきれい==にして==ください。
|
||||
> Please clean the room (make the room cleaner).
|
||||
|
||||
## がる・がっている: adjective as verb
|
||||
|
||||
See [[Observation - tendency - feelings#がる・がっている]].
|
||||
|
||||
## 的: noun as な-Adj / Adverb
|
||||
|
||||
This allows to change a noun into:
|
||||
* ~{的|てき} な for a な-Adj
|
||||
* ~{的|てき} に for an Adverb
|
||||
|
||||
> [!info] Example
|
||||
> {感情|かんじょう}。
|
||||
> Emotion.
|
||||
>
|
||||
> {感情|かん|じょう}==的==。
|
||||
> Emotional.
|
||||
>
|
||||
> 彼女のスピーチはとても{感情|かん|じょう}==的==だった。
|
||||
> Her speech was very emotional.
|
60
content/🔰 Grammar/Wanting.md
Normal file
60
content/🔰 Grammar/Wanting.md
Normal file
@ -0,0 +1,60 @@
|
||||
# Wanting
|
||||
|
||||
## たい
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V-<strike>ます</strike></span></p>
|
||||
</div>
|
||||
<p class="r">+ たい</p>
|
||||
</div>
|
||||
|
||||
This form is used for yourself when you want to do something. It can be conjugated: たい, たくない, たかった.
|
||||
|
||||
> [!info] Examples
|
||||
> おにぎりを食べ==たい==。
|
||||
> I want to eat an onigiri.
|
||||
|
||||
## たがる
|
||||
|
||||
<div class="usage">
|
||||
<div class="">
|
||||
<p><span class="box">V-<strike>ます</strike></span></p>
|
||||
</div>
|
||||
<p class="r">+ たがる</p>
|
||||
</div>
|
||||
|
||||
This form is used to express that someone else wants to do something.
|
||||
See also [[Observation - tendency - feelings#がる・がっている]].
|
||||
|
||||
> [!info] Examples
|
||||
> {彼女|かのじょ}は毎日{練習|れんしゅう}し==たがった==。
|
||||
> She wanted to practice everyday.
|
||||
|
||||
## がほしい
|
||||
|
||||
This form is used when someone wants something. Can be used for yourself.
|
||||
Used with a noun.
|
||||
|
||||
> [!info] Examples
|
||||
> どんなゲーム==が欲しい==ですか。
|
||||
> What game would you like to have?
|
||||
>
|
||||
> 新しいRPG==がほしい==。
|
||||
> I want the new RPG.
|
||||
|
||||
## てほしい
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V-て</span></p>
|
||||
<p><span class="box">V-ないで</span></p>
|
||||
</div>
|
||||
<p class="right">+ ほしい</p>
|
||||
</div>
|
||||
|
||||
This form is used when you want someone to do something.
|
||||
|
||||
> [!info] Examples
|
||||
> 私が作った料理を食べ==てほしい==。
|
||||
> I want you to eat the food I prepared.
|
20
content/🔰 Grammar/Without.md
Normal file
20
content/🔰 Grammar/Without.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Without
|
||||
|
||||
## ないで
|
||||
|
||||
Means "without doing". Formed with a verb in the negative tense (ない).
|
||||
It is a bit more casual than ずに.
|
||||
|
||||
> [!info] Example
|
||||
> {勉強|べんきょう}し==ないで=={卒業|そつぎょう}した。
|
||||
> I graduated without studying.
|
||||
|
||||
## ずに
|
||||
|
||||
Means "without doing". Formed with a verb in the negative tense (ない) by removing the -ない stem and adding ずに.
|
||||
する transforms to せずに.
|
||||
It is a bit more formal than ないで.
|
||||
|
||||
> [!info] Example
|
||||
> 毎日食べ==ずに==出かける。
|
||||
> Everyday, I go out without eating.
|
170
content/🔰 Grammar/🔰 Particles (1).md
Normal file
170
content/🔰 Grammar/🔰 Particles (1).md
Normal file
@ -0,0 +1,170 @@
|
||||
# Particles (1)
|
||||
|
||||
## は
|
||||
|
||||
The は particle indicates the topic of a sentence. Usually translated by "as for".
|
||||
|
||||
> [!info] Example
|
||||
> 私==は==フランス人です。
|
||||
> I am French (As for me, I am French).
|
||||
|
||||
When a sentence is negative, は is usually used instead of が and を.
|
||||
|
||||
> [!info] Example
|
||||
> 肉==は==食べません。
|
||||
> I don't eat meat.
|
||||
|
||||
When used with a noun that is a number or an amount, it takes the meaning of "at least" or "around". Can be mixed with [[Amount#くらい]].
|
||||
|
||||
> [!info] Example
|
||||
> {毎週|まいしゅう}2{回|かい}==は=={映画館|えいがかん}に行きます。
|
||||
> I go to the cinema at least twice a week.
|
||||
|
||||
## が
|
||||
|
||||
The が particle indicates the subject of a sentence.
|
||||
|
||||
> [!info] Example
|
||||
> 電車==が==好きです。
|
||||
> I like trains.
|
||||
|
||||
It is also used for making a contrast.
|
||||
|
||||
> [!info] Example
|
||||
> 電車は好きです==が==、バスは好きじゃない。
|
||||
> I like trains, but I don't like buses.
|
||||
|
||||
In a noun modifying clause, は becomes が.
|
||||
|
||||
> [!info] Example
|
||||
> {彼|かれ}はラメんを{作|つく}。
|
||||
> He made ramen.
|
||||
>
|
||||
> {彼|かれ}==が=={作|つく}ったラメんはおいしいです。
|
||||
> The ramen he made is delicious.
|
||||
|
||||
## Difference between は and が
|
||||
|
||||
Usually, they can be used in the same sentence, but have a nuanced meaning based on the context.
|
||||
|
||||
> [!info] Examples
|
||||
> 私==は==フランス人です。
|
||||
> 私==が==フランス人です。
|
||||
> I am French.
|
||||
|
||||
Both sentences mean the same thing. But:
|
||||
* In the first sentence with は, what is highlighted is that the speaker is French.
|
||||
* In the second sentence with が, what is highlighted is that the French person is the speaker.
|
||||
The first sentence would most likely be the answer to "where are you from?", while the second sentence would be the answer to "who is French?". が highlights the information where the focus is wanted.
|
||||
|
||||
## を
|
||||
|
||||
This particle is used for the target of the action of a verb.
|
||||
|
||||
> [!info] Examples
|
||||
> ケーキ==を==作る。
|
||||
> I prepare a cake.
|
||||
|
||||
## に
|
||||
|
||||
This particle has multiple meanings.
|
||||
|
||||
* A place of existence.
|
||||
> [!info] Example
|
||||
> {会社|かいしゃ}は東京==に==あります。
|
||||
> The company is in Tokyo.
|
||||
|
||||
* A point in time.
|
||||
> [!info] Example
|
||||
> 毎日12時==に=={寝|ね}ます。
|
||||
> I sleep at 12:00 everyday.
|
||||
|
||||
* A direction towards whom an action is directed. For example: meeting a person, phoning to someone, riding a transport, writing on something, sitting on something, etc.
|
||||
> [!info] Example
|
||||
> 日本==に=={住|す}んでいます。
|
||||
> I live in Japan.
|
||||
|
||||
## に・へ
|
||||
|
||||
に and へ are used to indicate a direction of movement with verbs like 行く, くる, and 帰る.
|
||||
|
||||
> [!info] Example
|
||||
> 日本==へ==行きます。
|
||||
> 日本==に==行きます。
|
||||
> I'm going to Japan.
|
||||
|
||||
## で
|
||||
|
||||
This particle can indicate several things.
|
||||
|
||||
* A place where the action is done.
|
||||
> [!info] Example
|
||||
> {図書館|としょかん}==で==本を{読|よ}みました。
|
||||
> I read a book in the library.
|
||||
|
||||
* The use of something
|
||||
> [!info] Example
|
||||
> えんぴつ==で==書いてください。
|
||||
> Please write with a pencil.
|
||||
|
||||
* The use of ingredients or materials
|
||||
> [!info] Example
|
||||
> タコ==で==たこ{焼|や}きを作る。
|
||||
> I prepare takoyaki with octopus.
|
||||
|
||||
* Numbers or volume for multiple objects.
|
||||
> [!info] Example
|
||||
> 本を5{冊|さつ}==で==買った。
|
||||
> I bought 5 books.
|
||||
|
||||
* A noun that is the cause of something.
|
||||
> [!info] Example
|
||||
> かぜ==で==休みました。
|
||||
> I took the day off because of a cold.
|
||||
|
||||
* A mode of transportation.
|
||||
> [!info] Example
|
||||
> {休暇|きゅうか}に電車==で==行った。
|
||||
> I went on holiday by train.
|
||||
|
||||
## の
|
||||
|
||||
This particle indicates possession.
|
||||
|
||||
> [!info] Example
|
||||
> 私==の==ボール。
|
||||
> My ball.
|
||||
|
||||
## も
|
||||
|
||||
This particle means "also".
|
||||
|
||||
> [!info] Example
|
||||
> 日本{料理|りょうり}==も=={韓国|かん|こく}{料理|りょうり}==も==食べます。
|
||||
> I eat Japanese and Korean food.
|
||||
|
||||
The particles は, が and を change to も.
|
||||
|
||||
> [!info] Example
|
||||
> 私は{中国|ちゅう|ごく}語==も==話せます。
|
||||
> I can also speak Chinese.
|
||||
|
||||
In other cases, it can be combined with other particles: に, で, へ, と, から.
|
||||
|
||||
> [!info] Example
|
||||
> {大阪|おお|さか}に==も==行きたい。
|
||||
> I also want to go to Osaka.
|
||||
|
||||
Another meaning of this particle can be found when combined with words like {何|なに}, {誰|だれ}, or どこ (what, who, where). It means nothing, nobody and nowhere. It indicates the absence.
|
||||
|
||||
> [!info] Example
|
||||
> A: {昨日|きのう}どこかへ行った?
|
||||
> B: いいえ、どこへ==も==行かなかった。
|
||||
> A: Did you go somewhere yesterday?
|
||||
> B: No, I didn't go anywhere.
|
||||
|
||||
Used with a number or a time, it means "as many as" or "nearly".
|
||||
|
||||
> [!info] Example
|
||||
> 2時間==も=={待|ま}っていました。
|
||||
> I have waited for nearly 2 hours.
|
106
content/🔰 Grammar/🔰 Particles (2).md
Normal file
106
content/🔰 Grammar/🔰 Particles (2).md
Normal file
@ -0,0 +1,106 @@
|
||||
# Particles (2)
|
||||
|
||||
## から
|
||||
|
||||
### Because
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj</span></p>
|
||||
<p><span class="box">な-Adj + だ</span></p>
|
||||
<p><span class="box">N + だ</span></p>
|
||||
</div>
|
||||
<p class="right">+ から</p>
|
||||
</div>
|
||||
|
||||
The first meaning of から is "because".
|
||||
|
||||
> [!info] Example
|
||||
> {疲|つか}れる==から==今ベットに行きます。
|
||||
> I'm going to bed now because I am tired.
|
||||
|
||||
### From, since
|
||||
|
||||
The second meaning expresses that something comes from someone/something, or the start time/location. Used by only adding から.
|
||||
|
||||
> [!info] Example
|
||||
> お{祖母|ばあ}さん==から==もらった。
|
||||
> I got it from my grandmother.
|
||||
>
|
||||
> ここで{子供|こども}の時==から=={家族|かぞく}と{住|す}んでいます。
|
||||
> I have lived here with my family since I'm a kid.
|
||||
|
||||
## まで
|
||||
|
||||
Means "until" or "to".
|
||||
|
||||
> [!info] Example
|
||||
> {駅|えき}==まで==どのくらいですか。
|
||||
> How far is it to the station?
|
||||
|
||||
## から~まで
|
||||
|
||||
These two particles are frequently used together. It means "from X to Y".
|
||||
|
||||
> [!info] Example
|
||||
> {朝|あさ}に6時==から==7時==まで==電車で{通|かよ}うっています。
|
||||
> I commute by train from 6am to 7am.
|
||||
|
||||
## っけ
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V</span></p>
|
||||
<p><span class="box">い-Adj <strike>い</strike> かった</span></p>
|
||||
<p><span class="box">な-Adj + だ・だった</span></p>
|
||||
<p><span class="box">N + だ・だった</span></p>
|
||||
</div>
|
||||
<p class="right">+ っけ</p>
|
||||
</div>
|
||||
|
||||
Used when the speaker tries to remember, or confirm an information, that has been forgotten.
|
||||
|
||||
> [!info] Example
|
||||
> {会議|かいぎ}は今日だった==っけ==。
|
||||
> Was the meeting today?
|
||||
|
||||
## こそ
|
||||
|
||||
Means "for sure". Used to emphasize words.
|
||||
Used with nouns.
|
||||
|
||||
⚠ Replaces the を and が particle. It is, in a certain way, a stronger way than が to highlight information.
|
||||
|
||||
> [!info] Example
|
||||
> {今年|ことし}==こそ=={日本|にほん}を{住|す}む。
|
||||
> This year, for sure I'll live in Japan.
|
||||
|
||||
## さえ
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">V (て)</span></p>
|
||||
<p><span class="box">V <strike>ます</strike></p>
|
||||
<p><span class="box">N + で</span></p>
|
||||
<p><span class="box">N + </span></p>
|
||||
</div>
|
||||
<p class="right">+ さえ</p>
|
||||
</div>
|
||||
|
||||
Means "even", "not even" (with negative verbs).
|
||||
|
||||
> [!info] Example
|
||||
> {先生|せんせい}で==さえ==、この{曲|きょく}を{弾|ひ}くことは{難|むずか}しいです。
|
||||
> Even for my teacher, this composition is difficult to play.
|
||||
|
||||
⚠ With conditional verbs, it means "only". See [[State#さえ~ば]].
|
||||
|
||||
## Sentence ending
|
||||
|
||||
At the end of a sentence, some particles can be added to put emphasis on a meaning.
|
||||
|
||||
* ==なあ== express hope, admiration or uncertainty. Can also be used to ask for confirmation ("right?").
|
||||
* ==ね== seeks confirmation.
|
||||
* ==よ== when informing someone about something.
|
||||
* ==わ== is informal women's speech.
|
2
custom/build-run.sh
Normal file
2
custom/build-run.sh
Normal file
@ -0,0 +1,2 @@
|
||||
docker build -t quartz-jpg .
|
||||
cd custom && docker-compose up -d --force-recreate
|
9
custom/convert-furigana/LICENSE
Normal file
9
custom/convert-furigana/LICENSE
Normal file
@ -0,0 +1,9 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 keb
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
43
custom/convert-furigana/README.md
Normal file
43
custom/convert-furigana/README.md
Normal file
@ -0,0 +1,43 @@
|
||||
# convert-furigana
|
||||
|
||||
## What is it?
|
||||
|
||||
There are a few extensions that add [furigana](https://en.wikipedia.org/wiki/Furigana) support to Markdown. I use [Obsidian](https://obsidian.md/), and therefore its furigana extension: [obsidian-markdown-furigana](https://github.com/steven-kraft/obsidian-markdown-furigana). It works well, but by nature is limited by being used within Obsidian.
|
||||
|
||||
For that purpose, this python script converts this specific syntax to common, all-platforms HTML ruby tags.
|
||||
|
||||
## Process
|
||||
|
||||
This specific extension syntax is as following:
|
||||
```
|
||||
{漢字|かんじ}
|
||||
{漢字|かん|じ}
|
||||
```
|
||||
|
||||
When processed by this script, the result is:
|
||||
```
|
||||
<ruby>漢字<rt>かんじ</rt></ruby>
|
||||
<ruby>漢<rt>かん</rt>字<rt>じ</rt></ruby>
|
||||
```
|
||||
|
||||
Which leads visually from, by default markdown standards:
|
||||
|
||||
> {漢字|かんじ}
|
||||
>
|
||||
> {漢字|かん|じ}
|
||||
|
||||
to common HTML ruby syntax:
|
||||
|
||||
> <ruby>漢字<rt>かんじ</rt></ruby>
|
||||
>
|
||||
> <ruby>漢<rt>かん</rt>字<rt>じ</rt></ruby>
|
||||
|
||||
## Limitations
|
||||
|
||||
This has been made for my personal use, which is only kanjis with kanas as furigana. The regexp used do not recognize other inputs. But you can modify them easily for your use if needed.
|
||||
|
||||
## Usage
|
||||
|
||||
Usage: `python3 convert-furigana.py [root folder]`
|
||||
|
||||
Note: Please be careful, this software applies modifications recursively!
|
6
custom/convert-furigana/examples/furigana1.md
Normal file
6
custom/convert-furigana/examples/furigana1.md
Normal file
@ -0,0 +1,6 @@
|
||||
{僕|ボク}の{筆記|ひっ|き}
|
||||
|
||||
### ~によるN
|
||||
|
||||
* テレビによる{報道|ほうどう}
|
||||
* この{地震|じ|しん}による{津波|つ|なみ}の{心配|しんぱい}はありません。
|
7
custom/convert-furigana/examples/subfolder/furigana2.md
Normal file
7
custom/convert-furigana/examples/subfolder/furigana2.md
Normal file
@ -0,0 +1,7 @@
|
||||
## ふりがなテスト
|
||||
|
||||
{漢字|かんじ}
|
||||
|
||||
{漢字|かん|じ}
|
||||
|
||||
{漢字|カン|ジ}
|
71
custom/convert-furigana/program/convert-furigana.py
Normal file
71
custom/convert-furigana/program/convert-furigana.py
Normal file
@ -0,0 +1,71 @@
|
||||
import sys
|
||||
import os
|
||||
from glob import glob
|
||||
import re
|
||||
|
||||
### Patterns ###
|
||||
|
||||
# https://www.reddit.com/r/learnpython/comments/h0tsaa/regex_expression_for_japanese_extracting/
|
||||
re_brace = '{(.+?)}'
|
||||
re_kanji = '([㐀-䶵一-鿋豈-頻々]+)'
|
||||
re_kana = '([ぁ-ゟ゠-ヿ]+)'
|
||||
|
||||
### Open file ###
|
||||
|
||||
def open_file(filename):
|
||||
with open(filename, 'r', encoding='utf-8-sig') as file:
|
||||
filedata = file.read()
|
||||
return filedata
|
||||
|
||||
### Replace ###
|
||||
|
||||
def write_ruby_simple(kanji, kana):
|
||||
return f"<ruby>{kanji}<rt>{kana}</rt></ruby>"
|
||||
|
||||
def write_ruby_multiple(kanji, kanas):
|
||||
result = f"<ruby>"
|
||||
for idx, kana in enumerate(kanas):
|
||||
result += f"{kanji[idx]}"
|
||||
result += f"<rt>{kana}</rt>"
|
||||
result += f"</ruby>"
|
||||
return result
|
||||
|
||||
def convert_to_ruby(content):
|
||||
kanji = re.search(re_kanji, content.group())
|
||||
kana = re.findall(re_kana, content.group())
|
||||
|
||||
if (len(kana) == 1):
|
||||
return write_ruby_simple(kanji.group(), kana[0])
|
||||
else:
|
||||
return write_ruby_multiple(kanji.group(), kana)
|
||||
|
||||
def convert_pattern(text):
|
||||
res_text = re.sub(re_brace, convert_to_ruby, text)
|
||||
return res_text
|
||||
|
||||
### Write to file ###
|
||||
|
||||
def write_file(filename, text):
|
||||
with open(filename, 'w', encoding='utf-8-sig') as file:
|
||||
file.write(text)
|
||||
|
||||
|
||||
### Execution ###
|
||||
|
||||
file_list = []
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
path = sys.argv[1]
|
||||
for filename in glob(path + "/**/*.md", recursive=True):
|
||||
if (os.path.isfile(filename)):
|
||||
file_list.append(filename)
|
||||
else:
|
||||
print(f"Usage: python3 {sys.argv[0]} [root folder]")
|
||||
print(f"Note: Please be careful, this software applies modifications recursively!")
|
||||
|
||||
for filename in file_list:
|
||||
print(f"Found file {filename}, processing...", end='')
|
||||
data = open_file(filename)
|
||||
text = convert_pattern(data)
|
||||
write_file(filename, text)
|
||||
print(f" done!")
|
9
custom/convert-usage/LICENSE
Normal file
9
custom/convert-usage/LICENSE
Normal file
@ -0,0 +1,9 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 keb
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
17
custom/convert-usage/README.md
Normal file
17
custom/convert-usage/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# convert-usage
|
||||
|
||||
## Obsidian snippet
|
||||
|
||||
For my Japanese Grammar (JPG) project, I have created a style for explanation on the usage of certain grammar points. There is no simple way to make it in Markdown, so I tried to make it with the least amount of HTML possible. You can find it in `examples/sample.md`. However, for it to work, you have to import a custom [CSS snippet](https://help.obsidian.md/Extending+Obsidian/CSS+snippets) to Obsidian, which is located in `obsidian-snippet/usage.css`. But using it, you will have this kind of result:
|
||||
|
||||

|
||||
|
||||
## convert-usage.py
|
||||
|
||||
In my Quartz rendering of my markdown data, I want this kind of data to be in a callout. However, it is not possible to combine HTML and Markdown in Obsidian. For that purpose, this script encapsulates it directly in HTML. To make it both compatible in Obsidian and Quartz, and to be still easy to write, it's done with this python script. This is probably super specific and will not be of use for anybody except me!
|
||||
|
||||
## Usage
|
||||
|
||||
Usage: `python3 convert-usage.py [root folder]`
|
||||
|
||||
Note: Please be careful, this software applies modifications recursively!
|
33
custom/convert-usage/examples/sample.md
Normal file
33
custom/convert-usage/examples/sample.md
Normal file
@ -0,0 +1,33 @@
|
||||
# test file
|
||||
|
||||
## Lorem ipsum
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris massa eros, feugiat eu dapibus nec, fermentum vel ex. Nulla malesuada luctus pretium. Phasellus ac felis ut nisi lacinia malesuada nec vel odio. Donec tincidunt tincidunt lorem vel tempus. Nullam sed efficitur ligula, a porttitor nibh. Praesent justo dui, venenatis ac mi non, laoreet consequat libero. Aenean ut molestie mauris. Proin mattis volutpat ligula eget tincidunt. Fusce ex eros, condimentum consectetur efficitur vitae, euismod at justo.
|
||||
|
||||
**Usage**
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">item1</span></p>
|
||||
<p><span class="box">item2</span></p>
|
||||
<p><span class="box">item3</span></p>
|
||||
<p><span class="box">item4</span></p>
|
||||
</div>
|
||||
<p class="right">+ final</p>
|
||||
</div>
|
||||
|
||||
## Phasellus tristique
|
||||
|
||||
Phasellus tristique rutrum enim. Integer vitae ex at turpis convallis posuere nec nec erat. Cras finibus erat mauris. Suspendisse id diam at sapien luctus faucibus. Pellentesque fermentum auctor libero, ut porta orci porttitor quis. In varius at sem sed ultricies. Mauris iaculis convallis erat, congue tincidunt turpis luctus vitae.
|
||||
|
||||
**Usage**
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">アイテム1</span></p>
|
||||
<p><span class="box">アイテム2</span></p>
|
||||
<p><span class="box">アイテム3</span></p>
|
||||
<p><span class="box">アイテム4</span></p>
|
||||
</div>
|
||||
<p class="right">+ ファイナル</p>
|
||||
</div>
|
23
custom/convert-usage/examples/sample2.md
Normal file
23
custom/convert-usage/examples/sample2.md
Normal file
@ -0,0 +1,23 @@
|
||||
# test file
|
||||
|
||||
## Lorem ipsum
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris massa eros, feugiat eu dapibus nec, fermentum vel ex. Nulla malesuada luctus pretium. Phasellus ac felis ut nisi lacinia malesuada nec vel odio. Donec tincidunt tincidunt lorem vel tempus. Nullam sed efficitur ligula, a porttitor nibh. Praesent justo dui, venenatis ac mi non, laoreet consequat libero. Aenean ut molestie mauris. Proin mattis volutpat ligula eget tincidunt. Fusce ex eros, condimentum consectetur efficitur vitae, euismod at justo.
|
||||
|
||||
**Usage**
|
||||
|
||||
<div class="usage">
|
||||
<div class="left">
|
||||
<p><span class="box">item1</span></p>
|
||||
<p><span class="box">item2</span></p>
|
||||
<p><span class="box">item3</span></p>
|
||||
<p><span class="box">item4</span></p>
|
||||
</div>
|
||||
<p class="right">+ final</p>
|
||||
</div>
|
||||
|
||||
## Callout
|
||||
|
||||
> [!info] Example
|
||||
> Callout example
|
||||
> Careful with BS4 encoding some characters
|
35
custom/convert-usage/obsidian-snippets/usage.css
Normal file
35
custom/convert-usage/obsidian-snippets/usage.css
Normal file
@ -0,0 +1,35 @@
|
||||
.box {
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
margin: 0.2rem;
|
||||
padding: 0.2rem 0.3rem 0.2rem 0.3rem;
|
||||
|
||||
border: 1px solid black;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.usage {
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.left {
|
||||
padding-right: 1.7rem;
|
||||
|
||||
background-image: linear-gradient(black, black), linear-gradient(black, black);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 8px 2px;
|
||||
background-position: top right, bottom right;
|
||||
|
||||
border-right: solid black;
|
||||
border-width: 0 2px;
|
||||
}
|
||||
|
||||
.left p {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.right {
|
||||
padding-left: 1rem;
|
||||
}
|
66
custom/convert-usage/program/convert-usage.py
Normal file
66
custom/convert-usage/program/convert-usage.py
Normal file
@ -0,0 +1,66 @@
|
||||
import sys
|
||||
import os
|
||||
from glob import glob
|
||||
from bs4 import BeautifulSoup
|
||||
import re
|
||||
|
||||
### Patterns ###
|
||||
|
||||
re_usage = r'(^\*\*Usage\*\*$\n\n)'
|
||||
callout_title_html = '''
|
||||
<div class="callout-title">
|
||||
<div class="callout-icon"></div>
|
||||
<div class="callout-title-inner"><p>Usage</p></div>
|
||||
</div>'''
|
||||
|
||||
### Open file ###
|
||||
|
||||
def open_file(filename):
|
||||
with open(filename, 'r', encoding='utf-8-sig') as file:
|
||||
filedata = file.read()
|
||||
return filedata
|
||||
|
||||
### Write to file ###
|
||||
|
||||
def write_file(filename, text):
|
||||
with open(filename, 'w', encoding='utf-8-sig') as file:
|
||||
file.write(text)
|
||||
|
||||
### Replace ###
|
||||
|
||||
def convert_pattern(text):
|
||||
text, success = re.subn(re_usage, '', text, flags=re.MULTILINE)
|
||||
if (success == 0):
|
||||
return text
|
||||
|
||||
soup = BeautifulSoup(text, features="html.parser")
|
||||
|
||||
for tag in soup.find_all('div', {"class": "usage"}):
|
||||
new_blockquote = soup.new_tag("blockquote", **{"class": "callout notes", "data-callout": "notes"})
|
||||
tag.wrap(new_blockquote)
|
||||
|
||||
calloutTitle = BeautifulSoup(callout_title_html, features="html.parser")
|
||||
tag.insert_before(calloutTitle)
|
||||
|
||||
return (soup.decode(False, formatter=None))
|
||||
|
||||
|
||||
### Execution ###
|
||||
|
||||
file_list = []
|
||||
|
||||
if len(sys.argv) > 1:
|
||||
path = sys.argv[1]
|
||||
for filename in glob(path + "/**/*.md", recursive=True):
|
||||
if (os.path.isfile(filename)):
|
||||
file_list.append(filename)
|
||||
else:
|
||||
print(f"Usage: python3 {sys.argv[0]} [root folder]")
|
||||
print(f"Note: Please be careful, this software applies modifications recursively!")
|
||||
|
||||
for filename in file_list:
|
||||
print(f"Found file {filename}, processing...", end='')
|
||||
data = open_file(filename)
|
||||
text = convert_pattern(data)
|
||||
write_file(filename, text)
|
||||
print(f" done!")
|
BIN
custom/convert-usage/screenshot.png
Normal file
BIN
custom/convert-usage/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
14
custom/docker-compose.yml
Normal file
14
custom/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
quartz:
|
||||
image: quartz-jpg
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
container_name: quartz-jpg-container
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user