From 68750e49032d0327ea6395e9c47ba742cfc9d7af Mon Sep 17 00:00:00 2001 From: doncr Date: Tue, 27 Dec 2016 17:52:51 +0000 Subject: [PATCH] Added suru itself as a verb. --- conjugation/drill.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/conjugation/drill.js b/conjugation/drill.js index 774a939..d9744a1 100644 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -327,6 +327,26 @@ var conjugations = { "polite progressive negative" : "来[き]ていません", }, + "する" : { + + "group" : "suru", + + "plain" : "する", + "negative" : "しない", + "polite" : "します", + "polite negative" : "しません", + "past" : "した", + "past negative" : "しなかった", + "polite past" : "しました", + "polite past negative" : "しませんでした", + "imperative" : "しろ", + "imperative negative" : "さるな", + "progressive" : "している", + "progressive negative" : "していない", + "polite progressive" : "しています", + "polite progressive negative" : "していません", + }, + "勉強する" : { "group" : "suru",