From fa1e3d2d1e91b60cf47af07dce3e2955a9fe703a Mon Sep 17 00:00:00 2001 From: hopto-dot <66906618+hopto-dot@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:35:19 +0100 Subject: [PATCH 1/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fc3da2..8431197 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Japanese Conjugation Helper -## Note: When a new update adds a new conjugation, you should reset your preferences otherwise the program won't function properly +## Note: When a new update adds a new conjugation, you should reset your preferences because a new conjugations change the format of how settings are stored **A console application that will conjugate Japanese verbs, adjectives and nouns. The program can create example sentences for pretty much any word you throw at it. It has a few other handy features for learning Japanese**. [Here](https://imgur.com/DlKXeyl) you can see the program performing its main function (Word Lookup). Learn japanese with this amazing tool :) From 68bbbf3adcc4b3dc4da56c1236870a5e6f543c19 Mon Sep 17 00:00:00 2001 From: hopto-dot <66906618+hopto-dot@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:37:27 +0100 Subject: [PATCH 2/7] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8431197..cb33656 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,8 @@ For the main functionality of bringing up conjugations of a word, simple type th *** ## Features that might come soon -* Important Anki decks and generate reverse cards +* Search for example sentences containing a word * New parameters * Search for grammar -* Input sentences and then get definitions for each word * Listen to/watch a clip from a random movie that contains the word you search -* I am contemplating making a version of this program that has a User Interface, but this probably won't happen as I've never done that before *** From 6166026fbcea39007c6393f1c33b95b4117e3342 Mon Sep 17 00:00:00 2001 From: hopto-dot <66906618+hopto-dot@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:39:25 +0100 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb33656..847b9e2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Japanese Conjugation Helper -## Note: When a new update adds a new conjugation, you should reset your preferences because a new conjugations change the format of how settings are stored +## Note: When a new update adds a new conjugation, you should reset your preferences because new conjugations change the format of how settings are stored **A console application that will conjugate Japanese verbs, adjectives and nouns. The program can create example sentences for pretty much any word you throw at it. It has a few other handy features for learning Japanese**. [Here](https://imgur.com/DlKXeyl) you can see the program performing its main function (Word Lookup). Learn japanese with this amazing tool :) From d5ad606b1ab35b6df2004e0212678bfa8eeb1929 Mon Sep 17 00:00:00 2001 From: hopto-dot <66906618+hopto-dot@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:40:00 +0100 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 847b9e2..d902898 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Japanese Conjugation Helper -## Note: When a new update adds a new conjugation, you should reset your preferences because new conjugations change the format of how settings are stored +### Note: When a new update adds a new conjugation, you should reset your preferences because new conjugations change the format of how settings are stored **A console application that will conjugate Japanese verbs, adjectives and nouns. The program can create example sentences for pretty much any word you throw at it. It has a few other handy features for learning Japanese**. [Here](https://imgur.com/DlKXeyl) you can see the program performing its main function (Word Lookup). Learn japanese with this amazing tool :) From 1cf84bb73180fa7d3ba6c5aafab7cc02537b91be Mon Sep 17 00:00:00 2001 From: hopto-dot <66906618+hopto-dot@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:41:00 +0100 Subject: [PATCH 5/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d902898..e6ed8b9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ For the main functionality of bringing up conjugations of a word, simple type th ## **List of commands:** * Word Lookup - looks up any word or phrase (main feature) * Translate - Type "!" and then anything to translate it, (works with English and Japanese) +* /k - enter japanese and get tested on kanji in the string you inputted * /p - conjugation practice (practice conjugating a word of your choice into different forms) * /r - reading practice (essentially a flash card creator) * /prefs - Lets you change program settings, these are saved for the next time you use the program. From 8740e98a36e92eb33f00d44d16e0254326f4a621 Mon Sep 17 00:00:00 2001 From: hopto-dot <66906618+hopto-dot@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:41:55 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6ed8b9..d172a21 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ **Download the program [here](https://github.com/hopto-dot/Japanese-Conjugation-Helper/releases).** The interval that I release a new version varies from a day to up to a week depending on changes made to the program and how long I've been working on the program. -For the main functionality of bringing up conjugations of a word, simple type the word on it's own (in Japanese, Romaji or the English word). Find out more about how this and other commands work in [the Wiki](https://github.com/hopto-dot/Japanese-Conjugation-Helper/wiki/How-to-use). +**For the main functionality of bringing up conjugations of a word, simple type the word on it's own (in Japanese, Romaji or the English word). Find out more about how this and other commands work in [the Wiki](https://github.com/hopto-dot/Japanese-Conjugation-Helper/wiki/How-to-use).** -**If you want to give feedback, request features or report bugs, you may do so [here](https://forms.gle/WNV1s41cWKrjSMhH6).** +If you want to give feedback, request features or report bugs, you may do so [here](https://forms.gle/WNV1s41cWKrjSMhH6). ## **List of commands:** * Word Lookup - looks up any word or phrase (main feature) From 0dfa624ad51fbec1a736c7a7e3689cd8dbf308a0 Mon Sep 17 00:00:00 2001 From: hopto-dot <66906618+hopto-dot@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:43:06 +0100 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d172a21..e0d2cca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **A console application that will conjugate Japanese verbs, adjectives and nouns. The program can create example sentences for pretty much any word you throw at it. It has a few other handy features for learning Japanese**. [Here](https://imgur.com/DlKXeyl) you can see the program performing its main function (Word Lookup). Learn japanese with this amazing tool :) -**Download the program [here](https://github.com/hopto-dot/Japanese-Conjugation-Helper/releases).** The interval that I release a new version varies from a day to up to a week depending on changes made to the program and how long I've been working on the program. +**Download the program [here](https://github.com/hopto-dot/Japanese-Conjugation-Helper/releases).** The interval that I release a new version will be bigger now because I am back to being a student with lots of other work I need to be focused on, not to fear though, the project isn't dead. **For the main functionality of bringing up conjugations of a word, simple type the word on it's own (in Japanese, Romaji or the English word). Find out more about how this and other commands work in [the Wiki](https://github.com/hopto-dot/Japanese-Conjugation-Helper/wiki/How-to-use).**