This commit is contained in:
postautistic 2016-10-26 12:09:26 -04:00
parent 1fd538493d
commit 0e69b24765
19 changed files with 4526 additions and 0 deletions

BIN
_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

173
anki.css Normal file
View File

@ -0,0 +1,173 @@
html {
max-height: 999999px;
}
body {
font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
margin:40px auto;
max-width:700px;
line-height:1.6;
color: #373D3F;
background: #ffffff;
margin-top: 0px;
}
img.a {
display: block;
margin: 0 auto;
margin-top: 50px;
width:65%;
}
img.b {
display: block;
margin: 0 auto;
margin-top: 40px;
width:75%;
}
img.c {
display: block;
margin: 0 auto;
margin-top: 40px;
width:80%;
}
h1 {
font-size:30.0pt;
text-align:center;
}
.pagetop {
position:fixed;
top:0px;
height: 20px;
width:100%;
background: #ffffff;
}
.header_right {
padding: 2px 10px;
position:fixed;
right:50px;
top:0px;
width:100%;
text-align: right;
text-decoration:hover; underline;
font-size:13.0pt;
}
.header_center {
padding: 2px 10px;
position:fixed;
top:0px;
width:100%;
text-align: center;
font-size:13.0pt;
color: #373D3F;
}
.header_left {
padding: 2px 10px;
position:fixed;
left:50px;
top:0px;
width:100%;
text-align: left;
text-decoration:hover; underline;
font-size:13.0pt;
}
::selection {
background-color: #fff2a8;
}
::-moz-selection {
background-color: #fff2a8;
}
::-o-selection {
background-color: #fff2a8;
}
::-ms-selection {
background-color: #fff2a8;
}
::-webkit-selection {
background-color: #fff2a8;
}
a:link {
text-decoration: none;
color: #0066ff;
}
a:visited {
text-decoration: none;
color: purple;
}
a:hover {
text-decoration: underline;
color: #373D3F;
}
a:active {
text-decoration: underline;
color: #373D3F;
}
li {
margin: 17px 0;
list-style-position:inside;
list-style-type: square;
}
li.a {
margin: 17px 0;
list-style-position:inside;
list-style-type: numbers;
}
.bold {
font-weight: bold;
}
.italic {
font-style: oblique;
}
.underline {
text-decoration: underline;
}
.subheading {
font-size:12.0pt;
text-align:center;
font-style: oblique;
margin:auto;
display:table;
}
hr{
max-width:100%;
color: #373D3F;
margin-top: 50px;
margin-bottom: 50px;
border: 0;
background-color: #fff;
border-top: 1px dashed #8c8c8c;
}

113
anki.html Normal file
View File

@ -0,0 +1,113 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>DJT anki guide</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="stylesheet" href="anki.css">
</head>
<body>
<p><h1>Anki Startup Guide</h1></p>
<p><span class="subheading">(and <a href="#import">real-time import feature</a>)</span></p>
<!-- <p><span class="italic">original version found</span> <span class="bold"><a href="http://goo.gl/CYTQvs">here</a></span></p> -->
<p><h3>Step 1:</h3></p>
<p>Download Anki: <a href="http://ankisrs.net">http://ankisrs.net</a></p>
<p><h3>Step 2:</h3></p>
<p>Download the Core 2K/6K deck here (it already has sounds included):</p>
<p><a href="https://mega.nz/#!QIQywAAZ!g6wRM6KvDVmLxq7X5xLrvaw7HZGyYULUkT_YDtQdgfU">https://mega.nz/#!QIQywAAZ!g6wRM6KvDVmLxq7X5xLrvaw7HZGyYULUkT_YDtQdgfU</a></p>
<p><h3>Step 3:</h3></p>
<p>Add it to Anki (drag and drop/'Import File' button on the bottom of Anki window/Ctrl+I).</p>
<p><h3>Step 4 (optional step for images):</h3></p>
<p>Download media the deck uses (Card images): </p>
<p><a href="http://www.mediafire.com/download/nrvpcx9a766nh1t/core2k-image.munged.rar">http://www.mediafire.com/download/nrvpcx9a766nh1t/core2k-image.munged.rar</a></p>
<p><h3>Step 5 (optional step for images):</h3></p>
<p>Unrar the media content and paste into your Anki 'collection.media' folder (remember to paste files, not a folder with files). Every file should by default have following access path:</p>
<p>C:\Users\_____\Documents\Anki\_____\collection.media</p>
<p><h3>Step 6 (optional step for images):</h3></p>
<p>Add the card images to the card format: Hit "Browse" -> Navigate to the Core deck on the left sidebar -> Hit the "Cards..." button -> Add {{Sentence-Image}} under the <br> at the bottom of the "Back Template" section.</p>
<p><h3>Step 7:</h3></p>
<p>Remove the review limit by going to the deck options and under the "Reviews" tab and setting "Maximum reviews/day" to 9999 (Don't be alarmed by this number, it likely won't go above 200-350 in the long run at decent retention with 20-30 new cards a day, the point is more to set it to something you'll never hit)</p>
<p><h3>Step 8:</h3></p>
<p>Learn.</p>
<p>Images aren't really required for this deck, most people don't use them so feel free to omit steps 4-6.</p>
<p>Alternatively, if you don't want any media (slow Internet connection or something) use this deck:</p>
<p><a href="http://www.mediafire.com/download/2hzy5cz5urb8da6/core2k+6k+backup.apkg">http://www.mediafire.com/download/2hzy5cz5urb8da6/core2k+6k+backup.apkg</a></p>
<p>Retention Tips / Misc comments and common opinions (note that most of these are highly personal preference and your mileage may vary, so make up your own mind about doing any of this stuff):</p>
<ul>
<li>Some people like doing new cards separate from reviews since it prevents a bunch of new cards from all piling up at the end of your session, and means that you're mentally 'fresh' when facing them. If you want to do this, there is an option to do new cards before (or after) reviews <a href="https://my.mixtape.moe/wrgzhn.png">in Anki preferences</a>.</li>
<li>Going into the deck, hitting the "Custom Study" button, selecting "Review forgotten cards", leaving it at 1 day, and hitting okay will create a temporary deck with all of the cards you hit again on that day so you can do focused reviewing of cards that gave you trouble. This also gets cards you hit "again" on while doing new cards. You can delete the custom study deck after you're done with it and the cards will go back to their decks.</li>
<li>Increasing the number of steps on new cards (deck options -> changing the "1 10" under "Steps" on the "New" tab) can also help retention with new words since it makes you get the words correct more times in a row before letting them move on to the next day, but it also means new cards take longer to do. "1 1 10", "1 10 20", "1 1 10 20", etc. whatever works best to you.</li>
<li>Be aware of the "learn ahead" option in Anki's settings. This is what's letting you see a card you just hit "Again (10m)" on. Lowering it or even setting it to 0 could help you learn/relearn words since it forces you to wait the entire interval before letting you guess again, but it could also make doing reviews and new cards a bit more tedious and time consuming. If you have new card / relearn reviews on your decks you were recently doing but it's not letting you do them, this setting is likely why.</li>
<li>If you want to keep track of what kanji are in words you know, then try the <a href="https://ankiweb.net/shared/info/942570791">kanji grid add-on</a>.</li>
</ul>
<hr>
<h3 id="import">Rikaisama's Anki Real-Time Import Feature</h3>
<p>Rikaisama's <a href="http://rikaisama.sourceforge.net/#realtime_import_help">real-time import feature</a> allows you to quickly add new words to your mining deck. (See the <a href="guide.html">guide</a> for an explanation of mining.)</p>
<h4>Prerequisites:</h4>
<ul>
<li><a href="http://rikaisama.sourceforge.net/">Rikaisama</a></li>
<li>Real-Time Import <a href="https://ankiweb.net/shared/info/2512410601">add-on</a> for Anki</li>
</ul>
<p>After installing both of the above, open Firefox, make your way over to the add-ons <a href="https://a.pomf.cat/xbnfje.png">management page</a>, locate the Rikaisama add-on, and hit the "Preferences" button to open up the Rikaisama options window. We are interested in two tabs here: <a href="https://a.pomf.cat/zvfmpz.png">"Clipboard & Save" and "Anki"</a>.</p>
<p>Go to the "Clipboard & Save" tab. The only thing we are interested in here is the "Saved audio" field (you can skip this part if you are not interested in having audio on your cards). You need to point this field to Anki's "collection.media" folder, which should be located inside a folder called "Anki" within your computer's "Documents" folder.</p>
<p>Now, onto the "Anki" tab. The first field we are interested in here is:</p>
<h4>"Save format"</h4>
<p>This is where we tell Rikaisama what information we want it to save about a particular word. Here is a typical example:</p>
<ul>
<li><span style="font-weight:bold;color:blue">$d</span><span style="color:black">$t</span><span style="font-weight:bold;color:red">$r</span><span style="color:black">$t</span><span style="font-weight:bold;color:green">$n</span><span style="color:black">$t</span><span style="font-weight:bold;color:purple">[sound:$a]</span></li>
</ul>
<p>There is a key below the "Save format" field explaining what all of this does. The <code>$d</code> option saves the dictionary form of the word you have hovered over (meaning 食べます, for example, would be saved as 食べる). The <code>$t</code> option is used to denote the end of one field (i.e. those in the "Field names" field) and the beginning of another. <code>$r</code> saves the reading, and <code>$n</code> the definition. Finally, <code>[sound:$a]</code> saves an audio clip of the word (if available).</p>
<p>You will notice in the above example that <code>$a</code> has not been used alone, but rather enclosed in square brackets and preceded by "<code>sound:</code>". This is because audio files must be formatted this way for Anki to play them. If you only put "audio.mp3" into one of your Anki fields (as opposed to "[sound:audio.mp3]"), you would simply get the text "audio.mp3" on your card.</p>
<h4>"Field names"</h4>
<p>The next field tells Rikaisama to which fields in our Anki deck the information specified in the "Save format" field should be added. A typical example, corresponding to the "Save format" above, would be:</p>
<ul>
<li><span style="font-weight:bold;color:blue">Vocabulary</span> <span style="font-weight:bold;color:red">Reading</span> <span style="font-weight:bold;color:green">Definition</span> <span style="font-weight:bold;color:purple">Audio</span></li>
</ul>
<p>These fields MUST exist in our Anki deck in order for this to work. First, create your deck is Anki by pressing the <a href="https://a.pomf.cat/dgdksx.png">"Add" button</a>. Click the <a href="https://a.pomf.cat/rhkgko.png">"Deck" button</a>, then <a href="https://a.pomf.cat/hiouim.png">"Add"</a>. Type in the name of your new deck in the window that pops up and hit "OK".</p>
<p>Now we need to add the required fields. Hit the <a href="https://a.pomf.cat/mhsqxv.png">"Fields..." button</a>. Since all decks must have at least one field, we will first click <a href="https://a.pomf.cat/zenodf.png">"Add"</a>, type in "Vocabulary" and then hit "OK". We should now have a field called "Vocabulary" in our deck, so we can go ahead and delete the default fields "Front" and "Back" by selecting them and clicking "Delete". Now repeat the adding process for the other required fields: "Reading", "Definition" and "Audio". Once done, hit <a href="https://a.pomf.cat/jxwaff.png">"Close"</a>.</p>
<p>Now all that's left to do is edit the appearance of our cards. To do this, click the <a href="https://a.pomf.cat/kwczkb.png">"Cards..." button</a>. This is outside the scope of this tutorial, but at the following pastebin link you will find a sample which you can copy and paste: <a href="http://pastebin.com/HWk3Nnm6">http://pastebin.com/HWk3Nnm6</a></p>
<!-- <p>Once you're done, hit <a href="https://a.pomf.cat/ioyexp.png">"Close"</a> and then <a href="https://a.pomf.cat/vfyafw.png">"Close"</a> again.</p>-->
<p>And that's it! Now open your <a href="https://a.pomf.cat/kfxxcf.png">deck</a> by clicking on it and try adding your very first word: 中出し - just hover over it with your mouse with Rikaisama enabled and hit "r"!</p>
<h4>TROUBLESHOOTING</h4>
<p>If you followed the instructions and it still does not work, manually add a new card to your mining deck and try again.</p>
</body>
</html>

400
cor.css Normal file
View File

@ -0,0 +1,400 @@
body {
font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
margin:0px auto;
line-height:1.6;
margin-top: 0px;
}
:selection {
background-color: #fff2a8;
}
::-moz-selection {
background-color: #fff2a8;
}
::-o-selection {
background-color: #fff2a8;
}
::-ms-selection {
background-color: #fff2a8;
}
::-webkit-selection {
background-color: #fff2a8;
}
a:link {
text-decoration: none;
color: #0088CC;
}
a:visited {
text-decoration: none;
color: #0088CC;
}
a:hover {
text-decoration: underline;
color: #373D3F;
}
a:active {
text-decoration: underline;
color: #0066ff;
}
.table {
font-size: 12px;
margin:0px auto;
border: 1px solid #CCC;
}
.td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
.heading {
background-color: #FFF2CC;
color: #373D3F;
font-weight: bold;
}
}
.anki {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.xslx {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.internet {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.l-r {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.writing {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.listening {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.grammar {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.vocab {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.misc {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.readers {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.reference {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.culture {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
}
.td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
dt {
font-weight: bold;
}
dl {
margin-bottom: 50px;
}
#bug:target {
outline: 4px solid #ccc;
}
.tabPanel-widget {
position: relative;
background: #999;
}
.tabPanel-widget > label {
position: absolute;
z-index: 1;
}
.tabPanel-widget > label,
.tabPanel-widget > h2 {
font-size: 1.1em;
width: 9em;
height: 2em;
line-height: 2em;
}
.tabPanel-widget > h2 {
position: relative;
margin: 0;
text-align: center;
background: #999;
color: #fff;
}
.tabPanel-widget > label {
border-right: 1px solid #fff;
}
.tabPanel-widget input,
.tabPanel-widget > label ~ label,
.tabPanel-widget > h2 ~ h2 {
position: absolute;
top: 0;
}
.tabPanel-widget label:nth-child(1),
.tabPanel-widget h2:nth-child(3) {
left: 0em;
}
.tabPanel-widget label:nth-child(5),
.tabPanel-widget h2:nth-child(7) {
left: 9em;
}
.tabPanel-widget label:nth-child(9),
.tabPanel-widget h2:nth-child(11) {
left: 18em;
}
.tabPanel-widget label:nth-child(13),
.tabPanel-widget h2:nth-child(15) {
left: 27em;
}
.tabPanel-widget label:nth-child(17),
.tabPanel-widget h2:nth-child(19) {
left: 36em;
}
.tabPanel-widget input + h2 + div {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
padding:0 !important;
border:0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
.tabPanel-widget input:checked + h2 + div {
position: static !important;
padding: 1em !important;
height: auto !important;
width: auto !important;
}
.tabPanel-widget label:hover {
cursor: pointer;
}
.tabPanel-widget > div {
background: #f0f0f0;
padding: 1em;
}
.tabPanel-widget input[name="tabs"] {
opacity: 0;
position: absolute;
}
.tabPanel-widget input[name="tabs"]:focus + h2 {
outline: 1px dotted #000;
outline-offset: 10px;
}
.tabPanel-widget:hover h2 {
outline: none !important;
}
.tabPanel-widget input[name="tabs"]:checked + h2 {
background: #333;
}
.tabPanel-widget input[name="tabs"]:checked + h2:after {
content: '';
margin: auto;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #333;
}
@media screen and (max-width: 45em) {
.tabPanel-widget label,
.tabPanel-widget input[name="tabs"] {
display: none;
}
.tabPanel-widget > input + h2 + div {
display: block !important;
position: static !important;
padding: 1em !important;
height: auto !important;
width: auto !important;
}
.tabPanel-widget h2 {
width: auto;
position: static !important;
background: #999 !important;
}
.tabPanel-widget h2:after {
display: none !important;
}
}

2654
cor.html Normal file

File diff suppressed because it is too large Load Diff

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

329
guide.html Normal file
View File

@ -0,0 +1,329 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>DJT guide</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="stylesheet" href="anki.css">
</head>
<body>
<div class="pagetop">
<div class="header_left"><span class="bold"></span></div>
<div class="header_center"><span class="bold">DJT guide</span></div>
<div class="header_right"><span class="bold"><a href="#Table of Contents" >Table of Concepts</a></span></div>
</div>
<p><h1>DJT GUIDE TO JAPANESE</h1></p>
<p><span class="italic">Live Google docs version found</span> <span class="bold"><a href="https://docs.google.com/document/d/1y9UXz7NPj93JZtt2a3QHKGPVnBkNP22KuWLr3yZChnY/edit">here</a></span></p>
<img class="a" src="image01.png">
<br>
<br>
<br>
<br>
<br>
<br>
<hr><span id="Table of Contents"></span>
<p><h3>Table of Contents</h3></p>
<p><a href="#Introduction">Introduction</a></p>
<p><a href="#Japanese writing system">Japanese writing system</a></p>
<ul><a href="#The kana">The kana</a></ul>
<li><a href="#Hiragana">Hiragana</a></li>
<li><a href="#Katakana">Katakana</a></li>
</ul>
<ul><a href="#Kanji">Kanji</a></ul>
<p><a href="#Learning Japanese">Learning Japanese</a></p>
<ul><a href="#Grammar">Grammar</a></ul>
<ul><a href="#Vocabulary">Vocabulary</a></ul>
<ul><a href="#Writing system">Writing system</a></ul>
<ul><a href="#Benefits and drawbacks of isolated kanji study">Benefits and drawbacks of isolated kanji study</a>
<li><a href="#Isolated kanji (mnemonics)">Isolated kanji (mnemonics)</a></li>
<li><a href="#Isolated kanji (rote)">Isolated kanji (rote)</a></li>
<li><a href="#Kanji through vocabulary">Kanji through vocabulary</a></li>
<li><a href="#Radical approach">Radical approach</a></li>
</ul>
<p><a href="#Now what do I do to actually learn Japanese?">Now what do I do to actually learn Japanese?</a><p>
<p><a href="#Resources">Resources</a></p>
<p><a href="#Questions">Questions</a></p>
<hr>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Introduction"></span>
<p><h2>Introduction</h2></p>
<p>Traveling to Japan to talk with natives, watching raw anime, and reading manga and novels before theyre translated all require the same fundamental skills and knowledge. While this guide is not going to be enough to teach you these skills, it will give you an idea of how to go about acquiring them.</p>
<p>With the basics covered in this guide you can get started with reading the written language, which you can then use to gain a more thorough understanding of Japanese. That being said, you should not hesitate to practice listening or speaking if you wish to do so. This guide only aims to introduce you to the Japanese language and show you how to get started. The rest is up to you.</p>
<p>Learning Japanese consists of three parts: grammar, vocabulary and the writing system. In order to learn Japanese, you will need to study and practice all of these aspects. This guide will briefly introduce you to the Japanese language and then show you where and how to get started with learning it yourself.</p>
<p><span class="underline">It is is highly recommended that you read up more in the linked resources throughout the guide.</span></p>
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Japanese writing system"></span>
<p><h2>Japanese writing system</h2></p>
<p>The Japanese writing system consists of three scripts: hiragana, katakana and kanji.</p>
<span id="The kana"></span>
<p><h3>The kana</h3></p>
<p>Hiragana and katakana, together referred to as the kana, are two scripts which represent the same set of sounds.</p>
<span id="Hiragana"></span>
<p><h4>Hiragana</h3></p>
<p>Hiragana (<span class="italic">ひらがな</span>) is a syllabary (think of it as an alphabet) which represents the sounds used to speak Japanese. While uncommon to do so, it is possible to write Japanese entirely in hiragana. Hiragana is used for conjugating verbs and writing certain words, among other things.</p>
<p>For further information on hiragana, see the following resources:</p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Hiragana">Extensive Wikipedia article</a></li>
<li><a href="http://www.guidetojapanese.org/learn/grammar/hiragana">Tae Kim's less extensive explanation</a></li>
</ul>
<span id="Katakana"></span>
<p><h4>Katakana</h3></p>
<p>Katakana (<span class="italic">カタカナ</span>) is also an “alphabet” of syllables, representing the same sounds as hiragana, but visually different. Katakana is mainly used for loanwords and to replace words that are written with obscure kanji, but is used quite liberally in any written text.</p>
<p>For further information on katakana, see the following resources:</p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Katakana">Extensive Wikipedia article</a></li>
<li><a href="http://www.guidetojapanese.org/learn/grammar/katakana">Tae Kim's less extensive explanation</a></li>
</ul>
<p>Hiragana will be your bread and butter for reading anything in Japanese. The approach to Japanese presented in this guide, as well as all the resources linked (except for those about the kana), are intended for people who can at least read hiragana. Thus, hiragana is the first thing that you are expected you learn.</p>
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Kanji"></span>
<p><h3>Kanji</h3></p>
<p><a href="https://a.pomf.cat/tlfrix.png">Kanji</a> are the third part of the Japanese writing system, and by far the most extensive. These logographic characters of varying complexity represent words or parts of words in conjunction with the kana. The average Japanese adult knows at least 2136 kanji (the number of kanji students learn by the end of high school as a part of the curriculum), but around 2,500 to 3,000 are used in all facets of life.
Reading kanji will quickly become an inevitable reality once you dive into learning Japanese. The various methods of learning these will be discussed in greater depth below.</p>
<img class="b" src="image02.jpg">
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Learning Japanese"></span>
<p><h2>Learning Japanese</h2></p>
<span id="Grammar"></span>
<p><h3>Grammar</h3></p>
<p>Learning grammar is straightforward: Pick a grammar guide and read it. <a href="http://www.guidetojapanese.org/learn/grammar">Tae Kim</a> is often recommended for beginners (note that the whole guide is basic grammar, even the “advanced” section), but other options are listed on the resources page. You shouldn't expect to memorise everything you read the first time around in whatever guide you choose, but you should be aiming to understand it. The purpose of a grammar guide is not to grant you "mastery" over the language (which only comes through lots of practice and exposure), but simply to introduce you to the fundamentals of the language and give you the foundation that you need to start reading native material. </p>
<p>Once you've reached the end of the guide, you can start reading Japanese material while consulting back to the guide to solidify your memory. By reading Japanese you are actively practicing your grammar since you are using it constantly to understand what you are reading. Manga is the common recommendation for first getting into reading, especially Yotsubato. You may also consider doing the <a href="http://dojgdeck.neocities.org/">Dictionary of Japanese Grammar Anki deck</a> to reinforce what you have learned.</p>
<p>This isn't the end of grammar. Tae Kim is quite basic and should serve you fine for the easiest manga, but literary works with a greater focus on the text often use more advanced grammar. The Dictionaries of Japanese Grammar are the go-to resource for anything not covered in Tae Kim; they and various other options are documented in the <a href="resource%20guide.html">resources section</a>.</p>
<span id="Vocabulary"></span>
<p><h3>Vocabulary</h3></p>
<p><a href="http://ankisrs.net/">Anki</a> is a flashcard program that helps you acquire vocabulary through <a href="https://en.wikipedia.org/wiki/Spaced_repetition">spaced repetition</a>. It is commonly used in conjunction with the <a href="anki.html">Core2K/6K</a> vocabulary deck by beginners to build up a basic vocabulary of common words in preparation for reading. Many people stop the Core2K/6K deck after reaching 2000 words; partly because the first 2000 words (Core2K) are a lot more common than the rest, and partly because of the significant time investment involved in completing Core6K. As you can expect even Core2K to take about 3 months to complete, some prefer to skip it and begin reading native material immediately. Whether or not you feel that the time investment is worth it depends on your tolerance for looking up unknown words. After finishing Core2K, youll at least know the majority of words in a given sentence, but you will still have to look up many words per page.</p>
<p>After completing Core2K (or skipping it entirely), some people begin a "mining deck". A mining deck is a vocabulary deck which you build up yourself with the unknown words that you encounter while reading. The Firefox add-on <a href="http://rikaisama.sourceforge.net/">Rikaisama</a> simplifies this process to a single key press, so that all you need to do to add a card to your deck is hover over a word and press "r" (instructions <a href="http://rikaisama.sourceforge.net/#realtime_import_help">here</a> and <a href="anki.html#import">here</a>).</p>
<span id="Writing system"></span>
<p><h3>Writing system</h3></p>
<p>You will need to learn all three writing systems to be able to read native material. Since hiragana and katakana are relatively small in number and simple in design, they can be learned through rote repetition in a short time-frame using a site like <a href="http://unckel.de/kanateacher/index-en.html">Kana Teacher</a>. For kanji, however, because of their great number and complexity, there are various opinions on how to best approach them. </p>
<p>None of the methods described below are objectively superior to the others. The most important thing about any given method is not how "efficient" it is, but whether or not you enjoy it, or at the very least feel motivated enough to see it through to completion. Don't be afraid to try out different methods and see what works best for you.</p>
<span id="Benefits and drawbacks of isolated kanji study"></span>
<p><h3>Benefits and drawbacks of isolated kanji study</h3></p>
<p>There are two main ways to approach kanji. The simplest is to learn whole words without studying the individual kanji. The other is to study each kanji in isolation to learn its meaning and composition. Studying isolated kanji can grant you the ability to write by hand, and will most likely have a positive effect on your vocabulary retention. Its up to you to decide whether or not you will benefit enough from learning kanji in isolation to merit the time and effort it takes.</p>
<span id="Isolated kanji (mnemonics)"></span>
<p><h4>Isolated kanji (mnemonics)</h3></p>
<p>The mnemonics method consists of associating short stories or images with simpler kanji or the radicals of kanji and then using these associated images to remember more complex kanji. Three commonly used resources that encourage mnemonics are <a href="https://mega.co.nz#F!CMtGhCzD!2Yw8vL8jw3vei7QkGyno-w">Remembering the Kanji</a>, <a href="http://www.kanjidamage.com/">KanjiDamage</a> and the Kodansha Kanji Learners Course. These will introduce you to the most common kanji, 2136 <a href="https://en.wikipedia.org/wiki/J%C5%8Dy%C5%8D_kanji">jouyou kanji</a> in the case of RTK, 1700 for KD, and 2300 for KKLC. For more information on how to use these RTK, KD, or KKLC, and the necessary Anki decks, see the <a href="resource%20guide.html">resources page</a>.</p>
<span id="Isolated kanji (rote)"></span>
<p><h4>Isolated kanji (rote)</h3></p>
<p>Kanji can also be learnt simply by writing or reviewing them repetitively. You should first familiarize yourself with <a href="https://en.wikipedia.org/wiki/Radical_%28Chinese_characters%29">radicals</a> before memorizing actual kanji. Knowing radicals (see “Radical approach” below) will be a great help in learning kanji since you will not have to remember each kanji as a series of lines and squiggles, but simply as a construct of smaller elements which you are already familiar with. An <a href="https://ankiweb.net/shared/decks/japanese">Anki deck</a> with <a href="http://pastebin.com/KibfAzNw">production/recall-type cards</a> could be very conducive to this method since, rather than just writing out characters at random, you would instead be frequently writing out the ones you're struggling to remember, while only occasionally writing out the ones which you remember consistently. The general consensus is that the <a href="https://en.wikipedia.org/wiki/Kanji#Readings">readings</a> for the characters <a href="https://a.pomf.cat/zmayqq.png">should be learned through vocabulary</a>, so when using this method you should just try to focus on associating each kanji with its meaning(s).</p>
<span id="Kanji through vocabulary"></span>
<p><h4>Kanji through vocabulary</h3></p>
<p>If you choose not to study kanji in isolation, you will still eventually learn to recognize their meanings and readings as you learn new words. Learning new words is something you need to do anyway, so many people skip individual kanji study altogether. Either approach will result in success so long as you persist, so the choice comes down to what method you personally find easier. If you don't want to study kanji, you can likely work through a vocab deck without doing so. But if you are slow to pick up on kanji while learning vocabulary or have poor retention, consider studying kanji individually. It's a trade-off between starting out with "more vocabulary now, smaller foundation" or "more foundation now, less vocabulary".</p>
<span id="Radical approach"></span>
<p><h4>Radical approach</h3></p>
<img class="c" src="image00.png" style="width:40%">
<p>For those who feel that methods like RTK and KanjiDamage take too much time, but don't feel confident diving head-first into kanji as with the kanji-through-vocab approach described above, one method to consider is simply dedicating a week or two to studying <a href="https://en.wikipedia.org/wiki/Radical_%28Chinese_characters%29">radicals</a> - the 200 or so building-blocks which make up the kanji. This approach, rather than teaching you to write and recognise a set of ~2000 common kanji, gives your brain the information it needs to mentally deconstruct the kanji it encounters into their base components, which may make it easier for you to both learn to recognise them and to avoid mixing them up with other kanji which look similar. In any case, it should stop your brain from seeing them as simply a bunch of random squiggles. You can find an Anki deck <a href="https://mega.nz/#!uJsA1QwR!2z65jNf9lagIjvESUHHE-mMT3EXjfbRiBo91F9RpQwU">here</a> which contains all of the radicals, along with their meanings in English.</p>
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Now what do I do to actually learn Japanese?"></span>
<p><h2>Now what do I do to actually learn Japanese?</h2></p>
<p>Having reached this part of the guide, you probably have an idea of what Japanese is. This section will show you the standard course of action for getting started with actually learning it.</p>
<ul>
<li class="a">Lookup a chart of hiragana and katakana (such as these: <a href="https://en.wikipedia.org/wiki/File:Table_hiragana.svg">hiragana</a> / <a href="https://en.wikipedia.org/wiki/File:Table_katakana.svg">katakana</a>) and write each kana down a few times. You can practice with <a href="http://unckel.de/kanateacher/index-en.html">Kana Teacher</a>. Make sure that you have a firm grasp on hiragana before moving on the the next step. Katakana is also important, but it's fine to move on to the next step without having as firm of a grasp on katakana.</li>
<li class="a">Core2K/6K is the generally recommended Anki deck for beginners who want to build up a basic vocabulary before they start reading. Learn how to use it from the <a href="anki.html">Anki startup guide</a>. You should also install <a href="http://rikaisama.sourceforge.net/">Rikaisama</a> (Firefox) or <a href="https://chrome.google.com/webstore/detail/rikaikun/jipdnfibhldikgcjhfnomkfpcebammhp?hl=en">Rikaikun</a> (Chrome), which will allow you to look up words by hovering over them.</li>
<li class="a">If you wish to study kanji or radicals individually, pick one of the methods discussed above. You can do so either before starting vocab or at the same time, but you should try to finish up in a few months so you can focus on vocabulary.</li>
<li class="a">Since you will probably be learning vocabulary alongside grammar, it is important that you pace yourself. This does not mean that you should not push yourself though. You can change the amount of new cards a day in Anki, but leave it at the default amount for the first few days and see how it suits you. Raise the amount of cards if you feel like you have headroom, and lower it if you feel overwhelmed (or just push yourself harder). Once you get into the swing of things, your total cards to review will be around ten times the amount of your new cards per day (so 20 new cards per day would mean about 200 reviews per day). <span class="bold">You should set the upper limit for daily reviews in the deck options to the highest number possible</span>, because failing to do all of your reviews on schedule will interfere with Ankis spaced-repetition-system. If you have trouble keeping up, lower the amount of new cards instead of limiting your reviews.</li>
<li class="a">To learn grammar, <a href="http://www.guidetojapanese.org/learn/grammar">Tae Kim's Grammar Guide</a> is generally recommended due to its brevity (other options can be found in the <a href="resource%20guide.html">resources section</a>). Read the entire guide, including the "Advanced grammar" section - its all actually basic Japanese grammar. If you are struggling to understand Tae Kim's explanation about a particular grammatical concept, look it up in the <a href="https://mega.co.nz#F!m5tU0QxJ!ML2OBq3waLUHrWg9HiWeSA">Dictionary of Japanese Grammar</a>.</li>
<li class="a">Once you have read through your chosen grammar guide, you are ready to start reading Japanese. While its not necessary, reading will be easier if you have reached about 2000 words in Core2K/6K at this point (you will have to look up a lot of words anyway, but having a basic vocabulary will make it less painful). If you intend to start reading with <a href="https://mega.co.nz#F!jB0h3BKA!36ITFudC9P25d8tmiGYvvw">Yotsubato</a>, download the <a href="http://livingjapanese.com/pages/reading_packs.html">Yotsuba Reading Pack</a>, which will introduce you to all of the vocabulary used in the first volume of Yotsuba; this is particularly helpful for slang and slurred speech that cant be looked up in a dictionary.</li>
<li class="a">At this point some people start a mining deck. A mining deck is a vocabulary deck to which you add unfamiliar words that you encounter while reading. If you are to make a mining deck, it is a good idea to use it alongside the Core2k/6k deck. To make mining easier, use <a href="http://rikaisama.sourceforge.net/#realtime_import_help">Rikaisamas real-time import feature</a>, which allows you to create a new Anki card with a single key press (<a href="anki.html#import">instructions</a>).</li>
<li class="a">Read more. Reading will be slow in the beginning, but the more you practice the better you will get at it.</li>
<li class="a">Enjoy compelling content.</li>
</ul>
<p>A note on listening and production: The method described above works well for learning to read Japanese. Japanese is easiest to approach when written, since looking up vocabulary is simple and there is no pressure on the amount of time a person may take to understand something. Understanding spoken Japanese is more difficult because the listener must discern all the words spoken and process them in a short time, or else he will lose track of what is being said.</p>
<p>Production is even more difficult, since information must be processed, considered and then an answer must be produced, all in a short span of time. The only way to improve in these aspects is practice.
This guide will not provide any strategies for practicing listening or production, but you will find various resources for that in the resources document.</p>
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Resources"></span>
<p><h2>Resources</h2></p>
<p>A guide to the resources mentioned in this guide can be found <a href="resource%20guide.html">here</a>.</p>
<p>An extensive collection of resources for download can be found <a href="cor.html">here</a>.</p>
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Questions"></span>
<p><h2>Questions</h2></p>
<p><span class="bold">How long does it take to learn Japanese?</a></p>
<p>A very long time.</p>
<p>Some will comment that, at a good pace, fluency is achievable in 4 years. Thinking in terms of “I have 4 years to become fluent” may help to prevent you from making the common beginner mistake of rushing, crashing and burning due to short term thinking (e.g. setting your new cards/day limit to 100 in Anki because you think it is taking too long to get through your deck, then finding yourself totally overwhelmed in a weeks time and giving up).</p>
<p><span class="bold">Namasensei</a></p>
<p><a href="https://www.youtube.com/playlist?list=PL9987A659670D60E0">Namasensei</a> is often watched by beginners learning Japanese, because his alcohol-fueled antics are strangely both entertaining and powerfully motivating for some anons. Unfortunately, this is a double-edged sword; as hes always shitfaced drunk, tends to teach in an ineffective fashion, has terrible handwriting, and messes up the stroke order of some of the kana.</p>
<p>[His te-form video teaches you that the te-form is the command form, which is misleading and will cause you a great deal of confusion if you actually try to read anything with that assumption. It will also confuse you when you read a grammar guide and see it being explained as having a completely different function (a conjunction used to make compound sentences). When the te-form appears to be being used to make a (light) command, what is really going on is that "てください" is being contracted to just "て".]</p>
<p><span class="bold">Using Google for Japanese:</a></p>
<p>set your search to google.co.jp for (much) better results</p>
<p><span class="bold">I cant figure out what this means</a></p>
<p>Google 「X」, 「X」とは, or 「X」という言葉(の使い方) where X is your inquiry. 「x」ってどういう意味, の意味 etc. also yields results.</p>
<p><span class="bold">How to find reading materials?</a></p>
<p>Search for the Japanese title in Japanese along with the keywords 一般小説 青空文庫形式 txt</p>
<p>P2P: Nyaa, Share, Perfect Dark</p>
<p>Take note of the big manga list, mentioned above. Also, you might find what you are looking for in the <a href="cor.html">Cornucopia of Resources</a>.</p>
<p><span class="bold">I dont seem to have the motivation to do this</a></p>
<p>you can [not] learn Japanese</p>
<p><span class="bold">What is the difference between x and y?</a></p>
<p>Searching google for 「の違い」or 「"x" "y" "違い"」 will usually find you the answer youre looking for. If you cant understand the answer you find, you arent on a level where you should worry about the difference of x and y yet.</p>
<p><span class="bold">When should I start reading?</a></p>
<p>Whenever you feel like it. Though it is recommended that you have a Tae Kim level of grammar and a vocab base of the 2000 most common words before you start reading.</p>
<p><span class="bold">は vs が</a></p>
<p><a href="https://mega.co.nz/#F!m5tU0QxJ!ML2OBq3waLUHrWg9HiWeSA">The Dictionary of Basic Japanese Grammar</a> has one of the best explanations on the matter and is relatively concise. A great (but very long) explanation can also be found in Making Sense of Japanese Grammar - What the Textbooks Don't Tell You (available in the CoR). I would refer to those, and take all others with a grain a salt or not at all.
</p>
<p><a href="http://Japanese.about.com/library/weekly/aa051301a.htm">http://Japanese.about.com/library/weekly/aa051301a.htm</a></p>
<p><span class="bold">How many words do natives know?</a></p>
<ul>
<li>小学生レベル: 5千~2万語 = Elementary School Level: 5-20 thousand</li>
<li>中学生レベル: 2万~4万語 = Middle School Level: 20-40 thousand</li>
<li>高校生レベル: 4万~4万5千語 = High School level: 40-45 thousand</li>
<li>大学生レベル: 4万5千~5万語 = University level: 45-50 thousand</li>
</ul>
<p><a href="http://www.kecl.ntt.co.jp/icl/lirg/resources/goitokusei/goi-test.html">Source</a></p>
<p>Words only include the dictionary form. Proper nouns and compound words are excluded. For a different study addressing the related question of how many words you need to know to achieve adequate comprehension, see: <a href="https://i.imgur.com/Fgm6ma8.png">this image</a>.</p>
<p><span class="bold">These two words have the same reading, and meaning. How do I distinguish them, and why is Japan trying to fuck me?</a></p>
<p>They have the same English meaning. Which, in case you couldnt guess it, means youve gotta look it up in a J>J dictionary, or otherwise perform a Google search. If your grammar isnt at a level where you can understand the descriptions, or distinctions you should be bettering your grammar instead of your vocab. If you can only read English definitions, then assume they are flawed before assuming that youve been fucked.</p>
<p><span class="bold">How do I choose which kanji reading to use? Should I learn onyomi and kunyomi of kanji?</a></p>
<p>Readings for words are usually clearly defined, and any of the dictionaries in the sections above will tell you how a word is read. For more in-depth information on readings, refer to <a href="https://en.wikipedia.org/wiki/Kanji#Readings">this wikipedia entry</a>.</p>
<p><span class="bold">What's this WaniKani thing?</a></p>
<p>WaniKani is a paid website which teaches you 6000 words and 2000 kanji over the course of one year. This may seem like a nice prospect, but reality is that the free open source software Anki (mentioned earlier in the guide) will accomplish exactly the same for you. WaniKani limits your potential by providing you with a fixed schedule that you cannot exceed. While you can always not do your reviews, it is not possible to do more reviews if you feel like it. You are forced to adhere to the schedule of one year. With Anki, you can learn at whatever pace you wish and it does not cost you anything. Anki is also highly modular and can be adjusted to suit your preferences, while WaniKani offers next to no customization.</p>
<p>Does this sound biased to you? It certainly is. But it is an undeniable fact that Anki offers customization and pacing of your own learning and is free, whereas WaniKani costs you money and forces you into a pace which you can not exceed. The only benefit which WaniKani offers over Anki is that it spoonfeeds you (you should be looking at a language course if you need even more spoonfeeding than is offered in this guide) and has a cute mascot.</p>
<p><span class="bold">Why are you so biased against WaniKani?</a></p>
<p>Education and learning materials should be freely available to those who wish to learn. This whole guide is based on the philosophy that those who wish to learn should be encouraged and should be helped in finding the means to do so. Suggesting a paid resource which offers no viable benefits over a free one is contradictory to this philosophy.</p>
</body>
</html>

BIN
image00.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
image01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

BIN
image02.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

40
index.html Normal file
View File

@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>DJT japanese</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="stylesheet" href="stylesplash.css">
</head>
<body>
<div class="byline">
<p>you can [not] learn japanese</p>
</div>
<div class="volumes">
<p><a class="one" href="guide.html">guide [start here]</a></p>
<p><a class="one" href="resource%20guide.html">guide resource list</a></p>
<p><a class="one" href="anki.html">anki startup guide</a></p>
<p><a class="one" href="http://bunpou.neocities.org/">grammar reference</a></p>
<p><a class="one" href="http://dojgdeck.neocities.org/">DoJG deck</a></p>
<p><a class="one" href="cor.html">cornucopia of resources</a></p>
<p><a class="one" href="reading%20list.html">reading list</a></p>
<p><a class="one" href="https://docs.google.com/spreadsheets/d/1nC03SCIiEy_4S0Ivv56dADu46sAWh5YANFB4gFuNChI/pubhtml?widget=true&amp;headers=false&chrome=false">feedback</a></p>
<p><a class="one" href="https://mega.nz/#!n4oEQbTa!IO0reqQhz5fICciyPqZ65O3A5fWHzm7p23UnxT7jXUM">offline archive</a></p>
<p><a class="one" href="threads.html">thread webring</a></p>
</div>
<img src="_1.png">
</body>
</html>

12
not_found.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Not Found</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<h1>Page Not Found</h1>
<p>The requested page was not found.</p>
</body>
</html>

206
reading list.html Normal file
View File

@ -0,0 +1,206 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>DJT reading list</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="stylesheet" href="cor.css">
</head>
<body>
<div class="tabPanel-widget">
<label for="tab-1" tabindex="0"></label>
<input id="tab-1" type="radio" name="tabs" checked="true" aria-hidden="true">
<h2>Reading List</h2>
<div>
<table class="table"><tbody>
<tr class="heading"><td class="td"> <a href="cor.html"> Database of Manga scans with Mega download</a> </td><td class="td"> </td><td class="td"> <a href="https://docs.google.com/spreadsheets/d/1be-gX3ozkYBVbGVLAJHc8P6-gKCfZkVPRA_V6VaSQ00/edit#gid=1949954434">Link to Reading List edit (only 'Dynamic' sheet is editable)</a> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"><p><h2><span class="italic">Live Google sheets version found</span> <span class="bold"><a href="https://goo.gl/9baxS4">here</a></span></h2></p>
<p><h3><span class="italic"></span> <span class="bold"><a href="https://docs.google.com/spreadsheets/d/1AUJqXq4ohnoK4QVw8xYyBKHrRtISF4HAsEPUf3PeRtQ/pubhtml">Feedback Form</a></span></h3></p> </td></tr>
<tr class="heading"><td class="td"> Title </td><td class="td"> </td><td class="td"> Format </td><td class="td"> Furigana </td><td class="td"> Translated </td><td class="td"> Volumes </td><td class="td"> Difficulty </td><td class="td"> Difficulty Description </td><td class="td"> Description </td></tr>
<tr class="tr"><td class="td"> はなひらっ! </td><td class="td"> ふぐり屋&ゆりんゆりん </td><td class="td"> Visual Novel </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Easy </td><td class="td"> All kanji include furigana. Easy vocabulary. Good to start with. </td><td class="td"> The story revolves around four girls who attend Saint Michael Girls School and highlights all their cute dokidoki yuriyuri love for one another during and after school. The story is quite lighthearted and follows the four girls at school, shopping, hanging around and coming together for a pajama party. </td></tr>
<tr class="tr"><td class="td"> よつばと! </td><td class="td"> あずまきよひこ </td><td class="td"> Manga </td><td class="td"> </td><td class="td"> Yes </td><td class="td"> 12 (publishing) </td><td class="td"> Easy </td><td class="td"> Homoerotic slang that might throw off brand new readers. </td><td class="td"> Yotsuba&! is centered on Yotsuba Koiwai, a five-year-old adopted girl who is energetic, cheerful, curious, odd, and quirky—so odd and quirky that even her own father calls her strange. She is also initially ignorant about many things a child her age would be expected to know, among them doorbells, escalators, air conditioners, and even playground swings. This naiveté is the premise of humorous stories where she learns about, and frequently misunderstands, everyday things. </td></tr>
<tr class="tr"><td class="td"> 侵略!イカ娘 </td><td class="td"> 安部真弘 </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 17 (Ongoing) </td><td class="td"> Easy </td><td class="td"> Has the occasional long sentence. </td><td class="td"> Cute squids doing cute squid things. </td></tr>
<tr class="tr"><td class="td"> 惡の華 </td><td class="td"> 押見修造 </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 11 (Completed) </td><td class="td"> Easy </td><td class="td"> Simple dialogue, which constantly relolves around the same topics (the plot). Lots of omnopoteia. </td><td class="td"> The story follows a middle school student named Takao Kasuga who's forced into a "contract" by fellow student Sawa Nakamura, after being caught stealing the gym clothes of his crush Nanako Saeki, and the series of events afterwards that follow these three characters. The title of the manga comes from Charles Baudelaire's Les Fleurs du Mal. </td></tr>
<tr class="tr"><td class="td"> 徒然チルドレン </td><td class="td"> </td><td class="td"> Manga Website </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Easy </td><td class="td"> The あとがき is long and difficult, but other than that it consists mainly of short and simple sentences. A bit more difficult than あいうら. </td><td class="td"> Short episodes about normal Japanese high school boys and girls, mostly about their struggle in love. ラブコメ genre. </td></tr>
<tr class="tr"><td class="td"> マンガ家さんとアシスタントさんと </td><td class="td"> ヒロユキ </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 10 </td><td class="td"> Basic </td><td class="td"> All kanji include furigana. Easy vocabulary. Good to start with. </td><td class="td"> Everyday life of a perverted manga artist. </td></tr>
<tr class="tr"><td class="td"> とらぶる </td><td class="td"> 長谷見沙貴 </td><td class="td"> Manga (Finished) </td><td class="td"> Yes </td><td class="td"> Yes (poorly) </td><td class="td"> 18 </td><td class="td"> Basic </td><td class="td"> Everything has Furigana. Everything. A significant amount of words that are usually kanji, are represented with hiragana, making dictionary look ups especially easy. Most of the characters are moe high school girls, so the grammar never really departs from Tae Kim's guide. </td><td class="td"> The riveting tale of how Rito accumulates the greatest harem in any Japanese media. Lots of ecchi fanservice. It's wonderful. </td></tr>
<tr class="tr"><td class="td"> 絶対☆霊域 </td><td class="td"> 吉辺あくろ </td><td class="td"> 4koma </td><td class="td"> Yes </td><td class="td"> No (Yes for ch.1 - 3) </td><td class="td"> 5 </td><td class="td"> Basic </td><td class="td"> Easy read, cute moments, funny moments, 4koma about a guy who moves into an apartment with a tsundere ghost loli bound there. </td><td class="td"> 4-koma. A guy moves in a haunted apartment. The ghost tried to scare him but doesn't succeed. The 4-koma follow their strange life now that they're living together. </td></tr>
<tr class="tr"><td class="td"> のんのんびより </td><td class="td"> あっと </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Partially </td><td class="td"> 9 </td><td class="td"> Easy </td><td class="td"> Easy transition after reading Yotsubato. Might have some puns that are hard to understand for beginners. </td><td class="td"> The latest blockbuster that's killing the anime industry (according to some people) </td></tr>
<tr class="tr"><td class="td"> 地球の放課後 </td><td class="td"> 吉富昭仁 </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Halfway there </td><td class="td"> 6 </td><td class="td"> Easy </td><td class="td"> It's an SoL with occasional plot. Which means that you get an interesting story which doesn't require a large vocabulary. </td><td class="td"> """This is the earth of unmanned story. Like a ""I am legend"".
1 boy, and 3 girls. Only they on the earth.
But they aren't pessimistic, enjoying life.
It is a serious story in Unowon enemy. but also Slow life story. """ </td></tr>
<tr class="tr"><td class="td"> MOTHER 2 (Earthbound) </td><td class="td"> Ape, HAL Laboratory </td><td class="td"> Game - SNES </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Beginner </td><td class="td"> Only a handful of Kanji appear in the intro and during one mid-game cutscene. This game is written almost entirely in kana. Known as Earthbound in the west, AKA, that horrendously overpriced SNES game that isn't even rare. You can snag a SFC copy for DIRT cheap, or you can emulate it. Vocabulary is a bit more advanced than most basic kana only games, but it's not too much of an issue for most beginners. </td><td class="td"> J-RPG. You play the role of Ness, a little boy whose fate suddenly changes when a meteorite crashed near his house. Upon visiting the location of the crash, an alien bee informs him that he only can save the Earth of an evil alien force name Giygas. Ness (and later on, his friends) will have to collect eight melodies to be able to battle and finally stop Giygas from destroying the Earth. Considered by many a timeless classic and one of the best JRPGs. </td></tr>
<tr class="tr"><td class="td"> ナップルテール </td><td class="td"> </td><td class="td"> Game - DC </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> アクションRPG. Very basic game. At 3-4 months of studying I was able to play through it fairly well. Got to a crafting part though, and was a bit confused. Easy game. Great music (Yoko Kanno). </td><td class="td"> While enjoying the once-per-year Summer Festival, the heroine Poach Arsia is accidentally brought to Napple World due to a mistake made by Straynap, a novice Spirit Guide who leads souls into the afterlife. Napple World, known as the land of daydreams, lies between the Real World and the Deep Dream, where souls go to rest. The concept of time in Napple World is unlike the real world: the seasons of spring, summer, autumn and winter exist separately from each other as distinct locations. When Poach arrives in Napple World, six fairy-like beings called Petals leave her body and escape into the seasons, and she must retrieve them in order to go home again. To make up for his mistake, Straynap becomes Poach's guide and instructs her throughout the game, explaining the often contradictory nature of Napple World to her. </td></tr>
<tr class="tr"><td class="td"> コロぱた </td><td class="td"> </td><td class="td"> Game - DS </td><td class="td"> Some </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> Easy to understand. Follows a little girl and her puzzles.Use the Japanese wiki if you have trouble and it'll double your learning! </td><td class="td"> Puzzle game for the DS. </td></tr>
<tr class="tr"><td class="td"> イナズマイレブン </td><td class="td"> </td><td class="td"> Game - DS/3DS </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> Football RPG series. Made for children, so the language is simple and gameplay is fun. Each game in the series has a theme, which is helpful in building vocabulary. </td><td class="td"> Football RPG series. </td></tr>
<tr class="tr"><td class="td"> Mario Story (Paper Mario) </td><td class="td"> Nintendo </td><td class="td"> Game - N64 </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> Almost everything is written in Kana, but some Kanji are used. (You should know stuff like Castle or Princess) Easy grammar and simple story. A masterpiece, but beware of the font used. (I have only seen the first few minutes of gameplay) </td><td class="td"> Paper Mario is set in the Mushroom Kingdom as the protagonist Mario tries to rescue Princess Peach from Bowser, who has imprisoned the seven "Star Spirits", lifted her castle into the sky and has successfully defeated his foe after stealing the Star Rod from Star Haven and making himself invulnerable to any attacks. To save Mushroom Kingdom, rescue Peach, get the castle back, and defeat Bowser, Mario must locate the Star Spirits, who can negate the effects of the stolen Star Rod, by defeating Bowser's minions guarding the star spirits. </td></tr>
<tr class="tr"><td class="td"> Fortune Summoners (フォーチュンサモナーズ) </td><td class="td"> Lizsoft </td><td class="td"> Game - PC </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> Cute platformer/RPG with furigana above all kanji, easy dialog, deluxe version has partial voiceacting. The Normal version is translated by Carpe Fulgur, the deluxe version is not translated. </td><td class="td"> "Elemental Stones: stones imbued with the power of an Elemental Spirit, which grant the wielder of one the ability to control that element via 'magic'.
In the country of Scotsholm, three centuries have passed since they were first created. Elemental stones are now mass-produced and widely used, making magic a personal, commonplace part of people's lives." </td></tr>
<tr class="tr"><td class="td"> Super Mario RPG </td><td class="td"> Square </td><td class="td"> Game - SNES </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> Requires a handful of Kyoiku Kanji but nowhere near the full set. Unfamiliar Kanji can be difficult to read because of the low resolution. Make sure you know the Kanji for "castle" and "princess" - you'll be seeing those two repeated a lot. </td><td class="td"> The story focuses on Mario and his teammates as they seek to eliminate the game's main antagonist, Smithy. Smithy has stolen the seven star pieces of Star Road where all the world's inhabitants' wishes become Wish Stars, and Mario must return the pieces so these wishes may again be granted. </td></tr>
<tr class="tr"><td class="td"> Animal Crossing (どうぶつの森) </td><td class="td"> Nintendo </td><td class="td"> Game - Various </td><td class="td"> </td><td class="td"> </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> </td><td class="td"> In all of the Animal Crossing games, the player assumes the role of a human character, who moves into a rural village populated with anthropomorphic animals and lives there indefinitely. Gameplay is open-ended: players have no defined objectives, but are instead encouraged to spend their time in the village performing any number of activities, which include collecting items, planting plants or other items, and socializing with the village's residents. All Animal Crossing games are played in real time, utilizing the system's internal clock and calendar. </td></tr>
<tr class="tr"><td class="td"> Zelda: Skyward Sword </td><td class="td"> Nintendo </td><td class="td"> Game - Wii </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> Furigana text only appears when you use a 16:9 setting in your TV </td><td class="td"> Skyward Sword follows an incarnation of the series' chief protagonist, Link, who was raised in a society above the clouds known as Skyloft. After his closest childhood friend, Zelda, is swept into the land below the clouds by demonic forces, Link does whatever it takes to save her, traveling between Skyloft and the surface below while battling the dark forces of the self-proclaimed "Demon Lord", Ghirahim. </td></tr>
<tr class="tr"><td class="td"> NHK News Web Easy </td><td class="td"> </td><td class="td"> Online Newspaper </td><td class="td"> Yes </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Easy </td><td class="td"> </td><td class="td"> NHK news articles simplified and made easier to read for elementary schoolers (and language learners like you) </td></tr>
<tr class="tr"><td class="td"> 民話 むかし話のパージ </td><td class="td"> </td><td class="td"> Website </td><td class="td"> </td><td class="td"> </td><td class="td"> - </td><td class="td"> Basic </td><td class="td"> Majority is hiragana, all with pictures, good for beginners. http://www33.ocn.ne.jp/~maty/top.htm </td><td class="td"> Six Japanese and Six Non-Japanese fairy tales. </td></tr>
<tr class="tr"><td class="td"> キミのとなりで恋してる! </td><td class="td"> Alcot Honey Comb </td><td class="td"> VN (PC) </td><td class="td"> No? </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Fairly Easy? </td><td class="td"> In キミのとなり the friend character speaks in classic cool-dude accent which means a lot of slurring that through me off, but otherwise there's nothing tricky here except the running vocabulary which is actually quite small. </td><td class="td"> https://vndb.org/v15870 </td></tr>
<tr class="tr"><td class="td"> イセカイ・ラヴァーズ! ~巨乳の勇者達はちょろいん~ </td><td class="td"> Apricot </td><td class="td"> VN (PC) </td><td class="td"> No? </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Fairly Easy? </td><td class="td"> I don't recall anyone having an accent but the MC uses guns and military weapons which are obviously quite uncommon vocabulary. </td><td class="td"> https://vndb.org/v15482 </td></tr>
<tr class="tr"><td class="td"> MA☆KO HUNTER </td><td class="td"> Clock Up </td><td class="td"> VN (PC) </td><td class="td"> No? </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Fairly Easy? </td><td class="td"> MAKO HUNTER has a pig friend character that speaks like a pig and thus is kind of hard to understand at times (mainly he says ブー a fuckton) - the main tricky things here is again all the tools the MC uses to hunt women as well as the women's weapons and whatnot. </td><td class="td"> https://vndb.org/v12797 </td></tr>
<tr class="tr"><td class="td"> 星織ユメミライ </td><td class="td"> tone work's </td><td class="td"> VN (PC) </td><td class="td"> No? </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Fairly Easy? </td><td class="td"> I don't recall anyone in 星織ユメミライ having an accent but the MC wants to be an architect and discussions on that subject can be heavy at times (moege heavy, nothing serious). </td><td class="td"> https://vndb.org/v14265 </td></tr>
<tr class="tr"><td class="td"> 日常 </td><td class="td"> あらゐ けいいち </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 9 (ongoing) </td><td class="td"> Easy/Intermediate, leaning towards easy </td><td class="td"> There are some longer sentences that can throw off a beginner, but the subjects are simple and the manga's episodic nature makes it very welcoming for beginners. </td><td class="td"> Nichijou follows the everyday lives of various people in the town of Tokisadame, mainly focusing on the energetic Yūko Aioi, the bright and cheerful Mio Naganohara, the quiet and deadpan Mai Minakami, the anxious robot Nano Shinonome, her eight-year-old creator the Professor, and a talking cat named Sakamoto, along with an ensemble cast of characters. Random and/or outlandish events regularly occur throughout the series, mainly through the mundane situations each character undergoes. </td></tr>
<tr class="tr"><td class="td"> キノの旅 </td><td class="td"> 時雨沢恵一 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> Yes </td><td class="td"> 17 (publishing) </td><td class="td"> Easy-ish </td><td class="td"> I hope you like descriptions </td><td class="td"> Kino is a mild-mannered teenage girl who travels the world with her motorbike Hermes, visiting many different countries. Recommend reading after picking up some basic vocabulary. A pleasure to read. Violence level: medium </td></tr>
<tr class="tr"><td class="td"> サツコイ~悠久なる恋の歌~ </td><td class="td"> Alcot Honey Comb </td><td class="td"> VN (PC) </td><td class="td"> No? </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Easy/Intermediate? </td><td class="td"> Satsukoi is just hard because it has an actual plot and puts forth serious themes, asks hard questions, and so on. It also mentions genetics quite often. </td><td class="td"> https://vndb.org/v15143 </td></tr>
<tr class="tr"><td class="td"> なないろリンカネーション </td><td class="td"> Silky's Plus Wasabi </td><td class="td"> VN (PC) </td><td class="td"> No? </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Easy/Intermediate? </td><td class="td"> Nanairo, oh boy, yes this one has accents out the ass. The loli has a very old style of speaking, there are frequent infodumps about the quite heavy plot, the journals left by his grandfather are thick, there's magical chants. Nanairo definitely isn't a hard game overall but there's lots of tricky stuff throughout. </td><td class="td"> https://vndb.org/v15473 </td></tr>
<tr class="tr"><td class="td"> キルミーベイベー </td><td class="td"> カヅホ </td><td class="td"> 4Koma Manga </td><td class="td"> For uncommon readings </td><td class="td"> Yes </td><td class="td"> 6 (ongoing) </td><td class="td"> Low intermediate </td><td class="td"> Lack of furigana is probably the greatest challenge if your vocab is low. Doesn't use a very large scope of vocabulary. </td><td class="td"> Sonya, an assassin and Yasuna, her friend attend high school. Lots of boke and tsukommi routine, cute as fuck. </td></tr>
<tr class="tr"><td class="td"> くーねるまるた </td><td class="td"> 高尾じんぐ </td><td class="td"> Manga </td><td class="td"> For uncommon readings </td><td class="td"> No </td><td class="td"> 8 </td><td class="td"> Lower Intermediate </td><td class="td"> Quite simple grammar (it's an SoL manga). As for vocab... Now's your chance to brush up on all those cooking terms and fish names you put off learning. </td><td class="td"> A Portugese weaboo NEET's adventures in the land of the rising sun. Reminds you of the everlasting adage that you don't have to be rich to enjoy life. Also contains actual recipes corresponding to each chapter if you're into cooking. </td></tr>
<tr class="tr"><td class="td"> 文学少女と死にたがりの道化 </td><td class="td"> 野村美月 </td><td class="td"> Light Novel </td><td class="td"> For uncommon readings </td><td class="td"> Yes </td><td class="td"> 16 </td><td class="td"> Early Intermediate </td><td class="td"> A nice entry point into mystery light novels. Very easy vocab which is partially because it's set in a high school setting. Nothing genre-defining but it has memorable moments and easy-to-understand prose. </td><td class="td"> </td></tr>
<tr class="tr"><td class="td"> Flyable Heart -The future has already begun- </td><td class="td"> Unison Shift: Blossom </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Early Intermediate </td><td class="td"> Very simple vocabulary, though narration might take a while to get used to, for those who aren't used to reading VNs. There's a few infodumps that might be a little bit complicated, but nothing more than that. </td><td class="td"> One of the most popular VN on /DJT/. One day, an admission pamphlet to a famous academy arrived, containing an “all-you-can-eat” cafeteria pass. That alone was enough to lure our hero into visiting the super-prestigious Otori Ryouran College Community, home to students who excel in a variety of fields. Offbeat and unique students like a robot seem natural at Otori Ryouran. Organizing this odd student body is the responsibility of two groups ―― the Student Council and the Ryouran Society. </td></tr>
<tr class="tr"><td class="td"> 妹ペット </td><td class="td"> </td><td class="td"> VN (PC) </td><td class="td"> </td><td class="td"> </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> </td><td class="td"> The protagonist transfers school to meet with his sisters that he hasn't seen since many years. But as he finally meet again, things have changed and an uncomfortable feeling starts to form in him. The sisters decide to be his 'pet-sisters' to close up the distance between them. </td></tr>
<tr class="tr"><td class="td"> 穢翼のユースティア </td><td class="td"> August </td><td class="td"> VN (PC) </td><td class="td"> Few </td><td class="td"> Partially </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> Virus-ridden shareware, but pretty fun if you can disable the fake FBI-lock screen. </td><td class="td"> "After the surface of the world broke down, the city of Novus Aether floats in the sky, thanks to the prayers of the Holy Maiden. Years ago, when the Holy Maiden's prayer was interrupted, an incident known as the ""Gran Forte"" occurred, causing a portion of the land to fall and split the lower city into two, separated by a cliff.
In time, the lowest layer became the dwelling of all kinds of low-lives, people who lost much of their former lives during the ""Gran Forte"", becoming known as the ""Prison"". However, a contagious disease which causes people to grow wings has spread throughout the city, and a unit has been formed to deal with these people swiftly.
In this ""Prison"" resides Caim Astraea, a freelance ex-assassin who does odd jobs for his friends for money, refusing jobs that require him to kill people. During one request, Caim finds a girl who contracts the wing-disease, enveloped in a light that reminds Caim of the “Gran Forte” years ago..." </td></tr>
<tr class="tr"><td class="td"> 巨乳JK催淫調教-キモ兄は妹をミルク飲み人形に </td><td class="td"> </td><td class="td"> VN (PC)Nukige </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> Fairly good I suppose. It was annoying to me how long it took to reach the hot sex in the story, as 80% of the game is simply horny teasing scenes with extremely gradual rising action. </td><td class="td"> Nukige - VNDB: http://vndb.org/v11019 </td></tr>
<tr class="tr"><td class="td"> あずまんが大王 </td><td class="td"> あずまきよひこ </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 4 </td><td class="td"> Intermediate </td><td class="td"> May contain Kansai-ben. </td><td class="td"> Popular 4-koma manga. Azumanga Daioh chronicles the everyday life in an unnamed Japanese high school of six girls and two of their teachers: child prodigy Chiyo Mihama and her struggle to fit in with girls five years older; reserved Sakaki and her obsession with the cute animals who seem to hate her; spacey Ayumu "Osaka" Kasuga with a skewed perspective on the world; Koyomi "Yomi" Mizuhara's aggravation at an annoying best friend; Tomo Takino, whose energy is rivaled only by her lack of sense; sporty Kagura and her one-sided athletics rivalry with Sakaki; their homeroom teacher Yukari Tanizaki; and her friend, physical education teacher Minamo "Nyamo" Kurosawa. </td></tr>
<tr class="tr"><td class="td"> ベイビーステップス </td><td class="td"> 勝木光 </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Partially </td><td class="td"> 38 </td><td class="td"> Intermediate </td><td class="td"> Tanks are readily available, and there's furigana on everything. However the author semi-frequently uses the furigana read a synonymous loan word rather than the reading. This is usually for sport related phrases, and I found to never be really egregious. I don't really know about which level the kanji fall under, but it is predominately what I feel to be Basic to Low-Intermediate. </td><td class="td"> Eiichirō Maruo, a first year honor student, one day decides he is unhappy with the way things are and lacks exercise. He finds a flyer for the Tennis Club and decides to check it out. He is instantly captivated by it. With no prior experience and poor physical conditioning, he embarks on a tennis journey using his smarts, dedication and work ethic. He uses his inherent studious nature to develop an extremely strategic approach to tennis, taking notes on the habits and tendencies of his opponents thus allowing him to predict their shots before they make them. </td></tr>
<tr class="tr"><td class="td"> フェアリーテイル </td><td class="td"> 真島ヒロ </td><td class="td"> Manga </td><td class="td"> Some </td><td class="td"> Partially </td><td class="td"> 56 </td><td class="td"> Intermediate </td><td class="td"> Uses mostly basic kanji with the exception of a few harder ones here and there. Contains fairly basic grammar as well. </td><td class="td"> Very popular shounen manga. The fictional world of Earth-land is populated by wizards who coalesce into guilds to hone their magical abilities and apply them to paid job requests. Seventeen-year-old wizard Lucy Heartfilia runs away from home to join Fairy Tail, a wizards' guild famous for its members' overly destructive antics. She is invited into the guild by Natsu Dragneel, a wizard with dragon-like abilities who travels the kingdom of Fiore in search of his missing foster father, the dragon Igneel. </td></tr>
<tr class="tr"><td class="td"> GREEN BLOOD </td><td class="td"> 林達永 金光鉉 </td><td class="td"> Manga </td><td class="td"> No </td><td class="td"> Partially </td><td class="td"> -- </td><td class="td"> Intermediate </td><td class="td"> </td><td class="td"> Unclear - </td></tr>
<tr class="tr"><td class="td"> ひだまりスケッチ </td><td class="td"> 蒼樹うめ </td><td class="td"> Manga </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> Intermediate </td><td class="td"> </td><td class="td"> Hidamari Sketch centers around a young girl named Yuno who finally is able to get accepted into Yamabuki Art High School, which she has longed for. To attend the school, Yuno moves and starts to live in a small apartment building named the Hidamari Apartments located across the street from the school. Once there, she quickly becomes friends with three other occupants at the apartments, including her classmate Miyako and two second-year students: Hiro and Sae. The events of the characters' everyday lives are shown as they attend the school together and get to know each other better. </td></tr>
<tr class="tr"><td class="td"> マギ </td><td class="td"> 大高忍 </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> Intermediate </td><td class="td"> Shounen in a somewhat Arabian setting. Easy grammar and you will never forget the word for "desert" again. </td><td class="td"> After being secluded for his entire life, a boy called Aladdin travels the world until he meets Alibaba Saluja, a young man aiming to one day explore the nearby dungeon Amon and claim its treasures. Aladdin and Alibaba eventually become friends, and conquer Amon together, despite facing the opposition of the ruthless Jamil and his slave warriors, with only Alibaba, Aladdin and Morgiana, the lone survivor of Jamil's party, escaping with their lives. For some reason, Aladdin ends up teleported to a distant land, far away from the others, where he learns that he is a Magi. Having no news of his friend, Alibaba uses the treasure he obtained in Amon to free all slaves in the city, including Morgiana and returns to Balbadd, his homeland. </td></tr>
<tr class="tr"><td class="td"> Ratman </td><td class="td"> 犬威赤彦 </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Partially </td><td class="td"> </td><td class="td"> Intermediate </td><td class="td"> Shounen Manga with probably the funniest "evil lackeys" ever. Good mix of humour, action and character development. Uses mostly basic Vocabulary with some advanced words here and there. </td><td class="td"> "Taking place in the day and age of heroes, technological advancements in recent years has allowed corporations to design all sorts of heroes, igniting widespread public interest. The corporate appeal of these mascots led to the arrival of these so-called ""commercial heroes"".
Shuto Katsuragi a short 15-year-old who has caught the "" hero fever"", has forever dreamed of becoming a hero. Nonetheless he is outspoken and a righteous young individual. His wish does come true, but not quite in the way he expects." </td></tr>
<tr class="tr"><td class="td"> 放浪息子 </td><td class="td"> </td><td class="td"> Manga </td><td class="td"> Some </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> Intermediate </td><td class="td"> Can be quite challenging to understand, as the dialogue tends to be colloquial and abbreviated. </td><td class="td"> The story depicts a young student named Shuichi Nitori, described by the author as a boy who wants to be a girl, and Shuichi's friend Yoshino Takatsuki, described as a girl who wants to be a boy. The series deals with issues such as transsexualism, gender identity, and the beginning of puberty. </td></tr>
<tr class="tr"><td class="td"> ハイスクールD×D </td><td class="td"> 石踏一榮 みやま零 </td><td class="td"> Light Novel </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 20 - (11/03/2016) </td><td class="td"> Intermediate </td><td class="td"> When I read it, it felt it made ample use of Furigana, even for Kanji from the Kyouiku set. Grammar is rather simple, main narrative style is recitation and "thought prose" from the main character's point of view. Uses a lot of terms from spoken Japanese. </td><td class="td"> Kuoh Academy is a former all-girls school that has recently turned co-ed, but it has a secret. Unknown to normal humans, angels, fallen angels and devils comprise part of the student population. One of these students, Issei Hyodo, is a lecherous second-year human student who lives a peaceful life. After an ordinary school day, Issei is suddenly asked out on a date by a girl named Yuma Amano. After their date, Yuma brings Issei to a local park and makes a startling request. She reveals herself as Raynare, a fallen angel, and she tries to kill him. Using her summoning card, Rias Gremory, a buxom third-year student at Kuoh Academy, revives him. Issei wakes up the next morning, thinking that the events that occurred were all just a dream. </td></tr>
<tr class="tr"><td class="td"> 砂糖菓子の弾丸は撃ちぬけない </td><td class="td"> 桜庭一樹 </td><td class="td"> Youth Novel </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 2 (finished) </td><td class="td"> Intermediate </td><td class="td"> </td><td class="td"> Yamada Nagisa is a junior high school girl living in the countryside who wants to become an adult quickly. One day, on her way to school, she meets with a girl who calls herself 'mermaid'. The girl just transfered in her school from Tokyo. As their friendship deepens, Nagisa learns more about her friend and her secret. Despite that, the moment of their separation approache quickly. </td></tr>
<tr class="tr"><td class="td"> Hyouka </td><td class="td"> 米澤 穂信 (Yonezawa Honobu) </td><td class="td"> Novel </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> Intermediate </td><td class="td"> Probably around 14000-15000 kanji, so it's about beginner level. </td><td class="td"> At the request of his older sister, student Hōtarō Oreki joins Kamiyama High School's Classic Literature Club to stop it from being abolished, joined by fellow members Eru Chitanda, Satoshi Fukube and Mayaka Ibara. This novel is a crossover between the mystery and SoL genre and an anime adaptation aired in 2012. </td></tr>
<tr class="tr"><td class="td"> 半七捕物帳 </td><td class="td"> 岡本綺堂(おかもと・きどう) </td><td class="td"> Novel </td><td class="td"> </td><td class="td"> Partially/Probably </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> </td><td class="td"> The Memoirs of an Edo Detective. Solves crimes. </td></tr>
<tr class="tr"><td class="td"> THE iDOLM@STER 2 (アイドルマスター2) </td><td class="td"> Bandai Namco Games </td><td class="td"> Game - 360/PS3 </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> The difficulty of the language varies with the idol you produce because each one has a very different manner of speaking, but in general there's nothing particularly difficult about parsing the dialogue. The hardest person to understand is actually your boss, President Takagi, because of the technical language he uses when giving you tutorials, debriefings, etc. (Hibiki does speak in an Okinawan dialect, but it's not a thick one and she's still mostly understandable if you haven't gone out of your way to study it.) Overall the game probably requires about 1200-odd kanji to read comfortably (very rough estimate based on personal experience), and many words that would normally be written in Jouyou kanji will typically be written in kana instead. However, you will need to know the names of the prefectures of Japan to deal with the geography quizzes. </td><td class="td"> The Idolmaster 2 is a raising simulation game in which the player assumes the role of a producer who works at 765 Production (765 Pro), a talent agency that represents twelve pop idols who made their debuts half a year before the beginning of the story. At the beginning of the game, the player meets Junjirō Takagi, 765 Pro's president, and is tasked with creating a unit of three idols—a leader and two members—from nine of the agency's members:Haruka Amami, Miki Hoshii, Chihaya Kisaragi, Yukiho Hagiwara, Yayoi Takatsuki, Makoto Kikuchi, Mami Futami, Hibiki Ganaha, and Takane Shijou. The player and the selected idols are also tasked by Takagi to become nominated to the Idol Academy music awards festival and win awards within 52 weeks; the prerequisite of receiving an invitation from the academy is to attain a ranking of 20th or above in the singles sales chart by the 36th week of the year. </td></tr>
<tr class="tr"><td class="td"> Super Robot Taisen OG: Endless Frontier EXCEED </td><td class="td"> Banpresto, Monolith Soft </td><td class="td"> Game - DS </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> The Sequel to the NDS Game Endless Frontier that never got translated. Some few rare Kanji, intermediate grammar, lots of weird speech patterns that deviate from standard Japanese though. Fun, and long JRPG with very good action-based battle mechanics. Lots of dialogue. </td><td class="td"> J-RPG. Endless Frontier features multiple worlds with combat taking place on foot. Aside from the playable characters in the game, mecha, many of them similar to the ones from the Original Generation games, are controllable by the player's actions and issuing of commands. </td></tr>
<tr class="tr"><td class="td"> メタルサガ鋼の季節 </td><td class="td"> </td><td class="td"> Game - DS </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> Excellent music (well the battle music sucks but most is A+), good story (for the 50 minutes I've played so far). Fairly easy reading. Probably one of the better RPGs on the DS. </td><td class="td"> Post-Apocalyptic RPG. The story is a sequel to its predecessor and features the world after the humanity has been wiped out by a supercomputer named Noah. </td></tr>
<tr class="tr"><td class="td"> 放課後少年 </td><td class="td"> </td><td class="td"> Game - DS </td><td class="td"> </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> Good game for beginners. Lots of dialogue. Geared towards grade school. </td><td class="td"> Not a lot of information on this game, not even in Japanese, except that it's set in the Showa Era. </td></tr>
<tr class="tr"><td class="td"> Recettear: An Item Shop's Tale </td><td class="td"> EasyGameStation </td><td class="td"> Game - PC </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> If you bought a Steam copy, you can play the game in Japanese by right-clicking it and going to Properties > Language tab > Japanese. (Note: This will re-download the game.) Sticks to Kyoiku and common Jouyou with relatively simple grammar. It is partially an RPG so expect some weird item/weapon names and such. </td><td class="td"> Recettear is the story of an item shop, the girl who lives in it, and the fairy who turned her life upside down. Recette Lemongrass finds herself in charge of an item shop built into her house, in order to pay back a loan her father took and then skipped out on - and Tear, her newfound fairy "companion", won't take no for an answer! </td></tr>
<tr class="tr"><td class="td"> ぼくのなつやすみ </td><td class="td"> </td><td class="td"> Game - PS1 </td><td class="td"> </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> A lot to look at and read. Some VA with captions. Cute game. Guessing that it is Intermediate. </td><td class="td"> The game revolves around Boku, a 9 year old boy sent to his aunt and uncle in Japan's wooded countryside and the daily adventures he encounters there. Boku is there because his Mother is in her final month of pregnancy. The player controls him for the 31 days of August 1975. </td></tr>
<tr class="tr"><td class="td"> ロックマンDash </td><td class="td"> Capcom </td><td class="td"> Game - PS1/N64 </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> Also known as Mega Man Legends / Mega Man 64. Some VA. Lower intermediate level. </td><td class="td"> The player controls MegaMan Volnutt, a teenage digger and archaeologist of sorts who searches underground ruins mainly for Quantum Refractors, which are the civilization's primary source of energy. </td></tr>
<tr class="tr"><td class="td"> THE iDOLM@STER: One For All (アイドルマスター ワンフォーオール) </td><td class="td"> Bandai Namco Games </td><td class="td"> Game - PS3 </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> One For All's reading difficulty is around the same level as iDOLM@STER 2. In fact, it's actually a little easier since you don't have to do geography quizzes anymore. No need to have memorized the prefecture names for this one. Note that unlike iDOLM@STER 2, One For All is a PS3 exclusive and cannot be played on 360. </td><td class="td"> That's the same kind of game than iDOLM@STER 2. Basically a raising simulation game where you train idols (only one at first). You have objectives to satisfy. As you progress into the game, you unlock new songs and can train more idols. </td></tr>
<tr class="tr"><td class="td"> Pop'n Music Portable </td><td class="td"> Konami - Bemani </td><td class="td"> Game - PSP </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> Rhythm game with a story mode to unlock new songs. 2nd game has a lot more text. Variety of characters with varying ways of speaking. </td><td class="td"> Simple rhythm game with a story mode. </td></tr>
<tr class="tr"><td class="td"> Chrono Trigger (クロノトリガー) </td><td class="td"> Square </td><td class="td"> Game - SNES </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> (Note: This is based off the first 20 minutes of the game) A fair amount of Kanji in the text, but it's mostly grade-school Kanji with a spattering of Jouyou here and there (for example, 娘). Combat menus are mostly in Kana. Script, with translation is available at http://www.chronocompendium.com/Term/Retranslation.html </td><td class="td"> One of the most popular and overall most successful J-RPG of all times. Chrono Trigger takes place in a world familiar to Earth, with eras such as the prehistoric age, in which primitive humans and dinosaurs share the earth; the Middle Ages, replete with knights, monsters, and magic; and the post-apocalyptic future, where destitute humans and sentient robots struggle to survive. The characters frequently travel through time to obtain allies, gather equipment, and learn information to help them in their quest. The party also gains access to the End of Time (represented as year ∞), which serves as a hub to travel back to other time periods. Notice that the three designers for the game were the creator of Dragon Quest, the creator of Final Fantasy, and the mangaka that draw Dragon Ball, Akira Toriyama. </td></tr>
<tr class="tr"><td class="td"> ロックマンX </td><td class="td"> </td><td class="td"> Game - Various </td><td class="td"> no </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> X4 onwards will make sure you memorize the Kanji for Batlle(戦).Since the first the games use no kanji,it might be hard for a beginner to read conversations correctly. </td><td class="td"> Rockman X is a new type of robot that has the ability to think and feel like a human being.The games follow him while he works for a Police-like force hunting "Irregulars",Robots who break the law,be it by their own will,or by malfunctioning.From X to X3,the games use only Hirgana and Katakana.From X4 onwards,they use a few Kanji. </td></tr>
<tr class="tr"><td class="td"> Summon Night series </td><td class="td"> Felistella </td><td class="td"> Game - Various </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> 1-2 are on the PS1, 3-4 are on the PS2 and PSP, while 5 is PSP exclusive. Except for the main character, everyone is fully voiced. Has a few spinoffs that aren't fully voiced, including Summon Night: Craft Sword Monogatari 3, which you may be learning the language for. </td><td class="td"> RPG. All of the Summon Night games take place in Lyndbaum, a world similar to medieval Europe with the inclusion of modern factories and railroads, placing Summon Night in a steampunk setting. Lyndbaum is surrounded by four other worlds: Loreilal, the land from where mechanical creatures come; Silturn, the land of yokai; Sapureth, where angels and demons live; and Maetropa, from where half-humans, magical beasts, fairies and other mythical creatures hail. Besides those four there are also countless other worlds, including our world (the "real" world) where the main characters of the first game are transported from. </td></tr>
<tr class="tr"><td class="td"> Aku no Hana </td><td class="td"> 押見 修造 (Osimi Shūzō) </td><td class="td"> Film/Movie </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> </td><td class="td"> The story follows a middle school student named Takao Kasuga who's forced into a "contract" by fellow student Sawa Nakamura, after being caught stealing the gym clothes of his crush Nanako Saeki, and the series of events afterwards that follow these three characters. The title of the manga comes from Charles Baudelaire's Les Fleurs du Mal. </td></tr>
<tr class="tr"><td class="td"> 岡山の民話 </td><td class="td"> </td><td class="td"> Website </td><td class="td"> No </td><td class="td"> </td><td class="td"> - </td><td class="td"> Intermediate </td><td class="td"> </td><td class="td"> Website with different stories to read from. </td></tr>
<tr class="tr"><td class="td"> 真・蟻地獄 </td><td class="td"> </td><td class="td"> VN (PC)Nukige </td><td class="td"> Names on introduction, and rarely some uncommon words. </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Intermediate+ </td><td class="td"> http://vndb.org/v10083 Uses more difficult words, and writing styles than other nukige. I'd give it an 8/7 of 10, 10 being muramasa. If only because I've gotta atleast lookup a word just about every other non-grunting-or-sex-vocab-filled-sentence. </td><td class="td"> Visual Novel - Nukige </td></tr>
<tr class="tr"><td class="td"> 涼宮ハルヒの憂鬱 </td><td class="td"> 谷川流 </td><td class="td"> LN </td><td class="td"> For uncommon readings </td><td class="td"> Yes </td><td class="td"> 11 </td><td class="td"> Early Advanced </td><td class="td"> The sentences all tend to run on for very long. Contains some sci-fi jargon too but you like that don't you you little nerd? </td><td class="td"> S3 never. The story follows the narrator and male protagonist Kyon, a cynical and incredulous student of North High School in Nishinomiya. He is dragged along by his classmate, the eponymous female protagonist Haruhi Suzumiya, an eccentric girl seeking supernatural phenomena and figures such as aliens, time travelers, and espers. With Kyon's reluctant help, Haruhi establishes a club called the "SOS Brigade", short for "Spreading Excitement all Over the World with Haruhi Suzumiya Brigade" (世界を大いに盛り上げるための涼宮ハルヒの団), to investigate mysterious events. Haruhi later recruits three additional members: the laconic bibliophile Yuki Nagato, the shy and timid Mikuru Asahina, and the extremely friendly transfer student Itsuki Koizumi. These members soon reveal themselves (to Kyon) to be the types of extraordinary characters that Haruhi is seeking. </td></tr>
<tr class="tr"><td class="td"> Baldr Sky Dive1/2 </td><td class="td"> Giga - Team Baldr Head </td><td class="td"> VN (PC) </td><td class="td"> Few </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Pretty easy for a scenario game. There's a few infodumps that might be hard, but most of the language is relatively simple. </td><td class="td"> The story of Baldr Sky revolves around the male protagonist Kou Kadokura and is told through two timelines, the present and the past through flashbacks. At the beginning of the story, Kou is suffering from memory loss so much of the back story about the past is told through flashbacks while Kou is recalling his memories with the aid of medical nanomachines. In the present, Kou and his subordinate, Rain Kirishima, are after a group of scientists who had inadvertently triggered a hazard due to a developing nanomachine. </td></tr>
<tr class="tr"><td class="td"> Phantom of Inferno (ファントム) </td><td class="td"> Nitro+ </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> Yes* </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> *The translated version does exist, but is of a particularly obscure format that requires significant troubles to play correctly on the user end. The 360 port has updated graphics and voice acting based on the anime. H scenes have been removed (Though are still strongly implied). There is a lot of gun-based terminology, which can be somewhat ignored if you like, but it occurs almost every time an assassination mission is started in the story. </td><td class="td"> Phantom of Inferno details the life of a 15-year-old Japanese boy who is kidnapped after witnessing the killing of a reporter. The memories of his past life are erased, and he is given the choice to join 'Inferno' or die. After joining the organization he is given the name 'Zwei' (German for number 'two') and will study under 'Ein' (From the German word "Eins" for 'one'). Ein is also known as 'Phantom', the title given to the organization's top assassin. </td></tr>
<tr class="tr"><td class="td"> グリザイアの果実 </td><td class="td"> Front Wing </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Lots of monologues and trivia full of obscure vocab, but conversations are relatively simple. 6/10 </td><td class="td"> Yūji Kazami transfers to Mihama Academy, a school with only five female students and prison-like features. Every student in the school has their own "circumstances" for being there, but Yūji is not required to do anything about their situation as he asked for a normal student life. </td></tr>
<tr class="tr"><td class="td"> 塵骸魔京 </td><td class="td"> Nitro+ </td><td class="td"> VN (PC) </td><td class="td"> Few </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Contains a lot of advanced Kana which require near fluency in Japanese to understand. </td><td class="td"> The main character is a Japanese college student, who lost his parents in an accident and since then has been cared for by his landlady. He has a strange set of eyes, with one green eye and one red eye. His little sister Megumi, goes to boarding school in England, but still comes back to visit him from time to time. His best friend Ryou has always been supportive of the main character and has stuck by him through thick and thin. Still the main character is an unusual person for he has strange dreams in his sleep, seeing visions of a beautiful black haired maiden with a black umbrella, who speaks to him in his dreams. This begins to become more prevalent when he starts seeing her in the waking world, and does not understand what is happening to him. This leads him on a path to discovering the existence of the Narazaru and playing a vital role that will either save the world or lead it on the path of destruction. </td></tr>
<tr class="tr"><td class="td"> 未来のキミと、すべての歌に </td><td class="td"> </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Although it uses jouyou kanji, the writing style is consistent and easy to follow, and about half of it is conversation. Slice of Life type of vocabulary, very little technical terms. I will rate this 4/10 in difficulty. Has quite a few spoken phrases that you may not have encountered, but most of them are used often and this is a good way to get exposed to them. </td><td class="td"> VN about vocaloids (Miku). </td></tr>
<tr class="tr"><td class="td"> 沙耶の唄 </td><td class="td"> Nitro+ </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> A lot of vocabulary that you don't see often. A lot of difficult kanji. Obscure ones will have furigana. Advanced grammar and writing style. Took about 15 hours to finish. It's quite difficult (I will rate it 8/10 in difficulty). Recommend to people who have a strong grasp of the language already. </td><td class="td"> "Fuminori Sakisaka has a traffic accident which kills his parents and leaves him heavily injured. When he has a brain surgery to save his life, his perception of the world changes: everything he sees becomes blood and guts, people's looks and voices seem like monsters, and food that normally appeals to him tastes disgusting.
As he contemplates suicide in the hospital, Fuminori meets a beautiful girl among the flesh-covered walls. She introduces herself as Saya, and is apparently looking for her father. Fuminori does not want to be separated from Saya, and asks her to live with him. She agrees." </td></tr>
<tr class="tr"><td class="td"> 車輪の国、向日葵の少女 </td><td class="td"> </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Ages 18+ eroge. Half is conversation, and half of that is voiced (everything except the first person). This makes it easier on the kanji readings, and the tone of the voice helps with the meaning. There are a little bit of technical political vocabulary, but easy to get used to. I will rate this 5/10 in difficulty. Long but worth it. </td><td class="td"> "In the near future. In a not so distant place. There exists a society where law is based upon deterrence and criminals are assigned ""obligations"" fitting for their crimes. Within this society, a man named Morita Kenichi aspires to the position of Special High Class Individual, one who holds authority over said criminals.
For the purpose of fulfilling his ambition, Kenichi returns to the town he once called home. There he will encounter three girls bearing ""obligations"" and there he will encounter the past he left behind." </td></tr>
<tr class="tr"><td class="td"> 辻堂さんの純愛ロード </td><td class="td"> </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> </td><td class="td"> Hiroshi was a student at Inamura Academy in Kanagawa Shounan and became interested in his delinquent classmate Tsujidou-san after seeing her help a kitty in the rain. But everyone around her are also delinquents, including her rivals Maki and Renna. The life of an ordinary guy like him just got a lot more troubled! </td></tr>
<tr class="tr"><td class="td"> 鈴が歌う、未来の音色 </td><td class="td"> </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> </td><td class="td"> Sequel to 未来のキミと、すべての歌に. Refer to that row. </td></tr>
<tr class="tr"><td class="td"> 鬼哭街 </td><td class="td"> Nitro+ </td><td class="td"> VN (PC) </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Tons of martial arts terminology, obscure kanji, and weird chinese references. Probably one of the harder VNs out there. </td><td class="td"> A tale of revenge set in future Shanghai, where crime syndicates and cyber-warriors rule the city. </td></tr>
<tr class="tr"><td class="td"> きっと、澄みわたる朝色よりも、 </td><td class="td"> Propeller </td><td class="td"> VN (PC) </td><td class="td"> Yes </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Compared to your typical moege, the sentences are denser, and often containing a considerable amount of information. Huge amount of nigger jokes, purposely hidden implications that require a solid grasp of the context, occasional NVL segments with little to not visual aid, which are often vague and a single misunderstanding may harm your comprehension of the plot, etc. This is a VN you don't want to read very early, since it isn't really only about getting the "gist" of what's happening, but also being able to understand properly the situations and dialogues which directly relate to the overall thematic. Once in a while the descriptions may prolong for quite some time, and the random 豆知識 might be rather overwhelming. Very often certain sentences receive additional emphasis through 傍点, and fully grasping them is very important. Some parts are specially remarkable because of the writing, and a broken comprehension might ruin the whole thing for you. There's also a considerable amount of unhookable text, and the last segment of the epilogue may be hookable but it's basically on auto-read and it goes on for a few minutes so enjoy that. Also there's a certain infodump close to the end which might prove to be a challenge for many. Basically you can read through this as an intermediate reader but you'll probably enjoy it more when you're more experienced with the language. </td><td class="td"> "We were always together. Irreplaceable friends. There was a strong tie between us even we got separated. Several years later, we have a chance to meet again at school. There are only four classmates, but that's enough. Only us. However...
""Stop acting like before.""
Our relationship gets cold and distant. It's only me who believed in our eternal friendship. What made us like this...? ""Saishokusai Festival"" Each person was given their own color.
""Red"" I make up my mind to establish our good-old relationship again..." </td></tr>
<tr class="tr"><td class="td"> おやすみプンプン </td><td class="td"> 浅野いにお </td><td class="td"> Manga </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> 13 - Finished </td><td class="td"> Advanced </td><td class="td"> A good balance of polite/formal (narrator, certain characters) and casual speech. I've encountered dozens of non jouyou kanji spread throughout, but they aren't too heavily used. </td><td class="td"> Goodnight Punpun follows the life and experiences of Onodera Punpun, a young boy living in Japan, as well as a few of his friends. The manga follows Punpun as he grows up, splitting the book into around 4 stages of his life: Elementary school, Middle school, High school, and his early 20s. The story follows him as he copes with his dysfunctional family and friends, his love interest, his oncoming adolescence and his hyperactive mind. </td></tr>
<tr class="tr"><td class="td"> 「アクセル・ワールド」 「ソードアート・オンライン」 「ソードアート・オンライン・ ザ・デイ・ビフォア」 </td><td class="td"> 川原礫 </td><td class="td"> Light Novel </td><td class="td"> Few </td><td class="td"> </td><td class="td"> 19 </td><td class="td"> Hard </td><td class="td"> Like most sci-fi Accel World uses a lot of technical words. (no furigana) </td><td class="td"> "Haruyuki ""Haru"" Arita is a short, overweight boy who is frequently ridiculed by delinquents at the Umesato Junior High School. Using his Neuro Linker to escape the torment of real life, he logs onto the school's Local Network cyberspace where he always plays virtual squash alone, and his innate video game skills bring him to the attention of Kuroyukihime (literally meaning ""Black Snow Princess</a>, the school's popular and attractive female Student Council Vice-President.
After helping him against the delinquents, Kuroyukihime introduces Haruyuki to Brain Burst, a secret program that is able to accelerate the human cognitive process to the point at which time appears to stop. Haruyuki soon learns that Brain Burst is more than just a program, but an Augmented Reality Massively Multiplayer Online (ARMMO) Fighting Game where people fight each other in fierce duels in order to obtain Burst Points which can be spent for acceleration abilities in the real world." </td></tr>
<tr class="tr"><td class="td"> 神様のメモ帳 </td><td class="td"> 杉井光 </td><td class="td"> Light Novel </td><td class="td"> Yes </td><td class="td"> Partially </td><td class="td"> 9 </td><td class="td"> Advanced </td><td class="td"> baka-tsuki: 7/10 </td><td class="td"> The story centers around Narumi Fujishima, the main protagonist. He is a high school student who is not very involved in his school whatsoever to the point where he does not know most of his classmate's names. However, in a chain of events, he is pulled into participating in his school's "Gardening Committee" whose members consist of himself and Ayaka Shinozaki, Narumi's classmate. He also gets dragged in as a member of NEET, an amateur detective agency filled with unemployed slack-offs who take on and solve cases on their own whims. The NEET agency is led by "Alice", who is a childish, anti-social, extreme shut-in. Throughout the course of the story, Narumi, accompanied by the other members of NEET, solve crimes and murders using their limited resources and Alice's genius intellect. </td></tr>
<tr class="tr"><td class="td"> Kampfer </td><td class="td"> 筑地俊彦 (Tukiji Tosihiko) </td><td class="td"> Novel </td><td class="td"> </td><td class="td"> Yes </td><td class="td"> 15 </td><td class="td"> Advanced </td><td class="td"> </td><td class="td"> The plot revolves around Natsuru Senō, a normal high school boy with blue hair. One day he wakes up and found himself turned into a girl. A stuffed tiger "Harakiri Tora" comes to life and tells him that he has been chosen as one of the "Kämpfer", a female fighter. The Kämpfer are destined to fight with other Kämpfer. The story starts when he is attacked by an unknown girl who happens to also be a Kämpfer. </td></tr>
<tr class="tr"><td class="td"> 人間失格 </td><td class="td"> 太宰治(Dasai Osamu) </td><td class="td"> (Classic) Novel </td><td class="td"> </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> </td><td class="td"> No Longer Human (人間失格 Ningen Shikkaku) is a Japanese novel by Osamu Dazai. Published after Run Melos and The Setting Sun, No Longer Human is considered Dazai's masterpiece and ranks as the second-best selling novel in Japan, behind Natsume Sōseki's Kokoro. No Longer Human is told in the form of notebooks left by one Ōba Yōzō (大庭葉蔵), a troubled man incapable of revealing his true self to others, and who is instead forced to uphold a facade of hollow jocularity. The novel is composed of three chapters, or "memoranda", which chronicle the life of Ōba from early childhood to late twenties. </td></tr>
<tr class="tr"><td class="td"> Seikai no Monshou (Crest of the Stars) </td><td class="td"> 森岡 浩之 (Morioka Hiroyuki) </td><td class="td"> Novel </td><td class="td"> Few </td><td class="td"> No </td><td class="td"> 3 </td><td class="td"> Advanced </td><td class="td"> Very little actual furigana, most of the furigana is for the Abh language that the author made up. Tons of non-joyou, and non-jinmeiyou kanji without any furigana. Slightly tougher than Shin Sekai Yori. </td><td class="td"> "Crest of the Stars and Banner of the Stars (series I and II) follow Jinto Lynn, a young count whose world is taken over by the space-dwelling race of the Abh. When Jinto was a young boy, his father, Rock Lynn, under threat of invasion, handed over their world, Martine, to the Abh in exchange for a position within Abh society. Young Jinto is sent off to school to learn the ways of Abh nobility and the story of Crest of the Stars picks up as he meets the young Abh princess, Lafiel as they are about to travel to military school for Jinto's further training.
However, in the midst of their travels, Lafiel and Jinto (along with the Abh ship Gothlauth, aka Gosroth) find themselves at the very beginnings of a war between the Abh Empire and the Four Nations Alliance of humankind—an anti-Abh alliance of the democratic nations of the United Mankind, the Federation of Hania, the Republic of Greater Alcont, and the People's Sovereign Union of Planets." </td></tr>
<tr class="tr"><td class="td"> Shinsekai Yori </td><td class="td"> 貴志 祐介 (Kisi Yūsuke) </td><td class="td"> Novel </td><td class="td"> Few </td><td class="td"> No </td><td class="td"> 3 </td><td class="td"> Advanced </td><td class="td"> Plenty of non-jouyou kanji and uncommon readings (eg. 橇 = かんじき when it's normally そり) </td><td class="td"> "Following a sudden outbreak of psychokinesis in 0.1% of the population, a rapid transformation swept the world. The godlike ability to manipulate matter remotely turned many power wielders to violence, inciting a long period of upheaval. Finally, after a chaotic era shaped by the rise and fall of oppressive regimes, the psychic humans were able to achieve a fragile peace by isolating their society, creating a new world bound by complex rules.
In the town of Kamisu 66, 12-year-old Saki Watanabe has just awakened to her powers and is relieved to rejoin her friends—the mischievous Satoru Asahina, the shy Mamoru Itou, the cheerful Maria Akizuki, and Shun Aonuma, a mysterious boy whom Saki admires—at Sage Academy, a special school for psychics. However, unease looms as Saki begins to question the fate of those unable to awaken to their powers, and the children begin to get involved with secretive matters such as the rumored Tainted Cats said to abduct children." </td></tr>
<tr class="tr"><td class="td"> 我輩は猫である </td><td class="td"> </td><td class="td"> Novel </td><td class="td"> Some </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Very famous novel by 夏目漱石. Lot's of uncommon words and kanji but shouldn't be difficult to understand if you pay attention. http://www.aozora.gr.jp/cards/000148/files/789_14547.html </td><td class="td"> One of the classics of the Japanese literature. </td></tr>
<tr class="tr"><td class="td"> 金閣寺 </td><td class="td"> 三島由紀夫(みしま・ゆきお) </td><td class="td"> Novel </td><td class="td"> Names and uncommon words </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> </td><td class="td"> Considered one of Yukio Mishima's best works. Based on a real incident of arson committed in the 50's. The main character is a stuttering acolyte at the temple, and falls into a deep and consuming obsession with it. </td></tr>
<tr class="tr"><td class="td"> バトル・ロワイアル </td><td class="td"> 高見広春 </td><td class="td"> Novel </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> </td><td class="td"> Battle Royale takes place in a fictional police state version of Japan known as the Republic of Greater East Asia. From time to time, fifty randomly selected classes of secondary school students are forced to take arms against one another until only one student in each class remains. The program was created, supposedly, as a form of military research, with the outcome of each battle publicized on local television. A character discovers that the program is not an experiment at all, but a means of terrorizing the population. In theory, after seeing such atrocities, the people will become paranoid and divided, preventing another rebellion. </td></tr>
<tr class="tr"><td class="td"> 帝都物語 </td><td class="td"> 荒俣宏 </td><td class="td"> Novel </td><td class="td"> For uncommon readings </td><td class="td"> No </td><td class="td"> 10+2 gaiden sequels </td><td class="td"> Advanced </td><td class="td"> Text itself is written in modern language (not bungo) but extensively uses prewar kanji forms for historical flavor; Chinese/Korean/turn-of-the-century Japanese character names, invented magic jargon, abbreviated/outdated geography/science vocabulary, real (but obscure) Buddhist/Shinto/Onmyōdō/Feng Shui/Qimen Dunjia terminology, etc include many non-jōyō/non-jinmeiyō kanji and make a better dictionary than EDICT a must. Light use of historical spoken language grammar forms. Furigana occasionally used to provide idiosyncratic readings. Reading with Google at hand recommended to catch numerous historical/literary references. </td><td class="td"> An all-star tag-team of Japan's greatest scholars, scientists, magicians, and the odd novelist or three square off against Imperial Japanese Army officer/evil wizard Yasunori Katō as he seeks repeatedly to destroy Tokyo, the titular Imperial Capital, and lay to rest the vengeful spirit of 10th century warlord Taira no Masakado. Their epic combat spans 90 years of fictionalized history over 12 volumes, and pulls in cameo appearances from pretty much everyone you've heard of (and more you probably haven't) from a 20th century Japanese history class. The movie adaptation, in its day one of the most expensive Japanese movies put to film, is a lickety-split adaptation of the first several volumes and a minor schlock tokusatsu masterpiece in its own right; its version of Katō is the primary inspiration for M. Bison from Street Fighter. Extremely nerdy and highly recommended. </td></tr>
<tr class="tr"><td class="td"> ふわふわの泉 </td><td class="td"> 野尻 抱介 </td><td class="td"> Novel </td><td class="td"> For uncommon readings </td><td class="td"> Nope </td><td class="td"> 1 </td><td class="td"> Advanced </td><td class="td"> Expect lots and lots of physics, construction and chemistry terms. There's a appendix at the back of the book which explains some of the harder chemistry and physics concepts, but you're not going to get by without a high school level chemistry vocabulary. Since this is a sci-fi work there's tons of narration as well with the author painstakingly describing the details of objects, how they work, mechanical concepts and more. </td><td class="td"> At first glance, it might look like your typical brainless light novel especially with that name, but it's actually a reference to Arthur C. Clarke's The Fountains of Paradise. In reality, the novel is more of a "What if x happened?" with constant progression rather than drama and shenanigans. Think Contact by Carl Sagan but with less emphasis on religion and politics. That said, the story is still very grounded in reality and each concept is thoroughly explained -- it's hard sci-fi after all. Nojiri Housuke has been writing SF stories since 1992, and he clearly knows his shit. Highly recommended one-shot novel especially for sci-fi lovers, and even if you don't particularly like sci-fi, it's still an extremely entertaining and well-researched novel that had me reading for hours on end. </td></tr>
<tr class="tr"><td class="td"> DS文学全集 </td><td class="td"> </td><td class="td"> Game - DS </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Possibly the most valuable single resource on this list. A collection of classic Japanese literature in a Nintendo DS game. Given that it is a collection of stories, the difficulty level is variable. See: https://ja.wikipedia.org/wiki/DS%E6%96%87%E5%AD%A6%E5%85%A8%E9%9B%86 for a list of stories. </td><td class="td"> As said previously, a collection of classic Japanese literature in a Nintendo DS game. </td></tr>
<tr class="tr"><td class="td"> Cleavage </td><td class="td"> </td><td class="td"> Game - PC </td><td class="td"> Few </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Older VN from Empress. Tame stuff, unlike Starless. Pretty short, and rather easy grammar-wise. Will boost your sex-terminology vocabulary. </td><td class="td"> Cleavage features fantastic art from Sei Shoujo, the creator of the popular Bible Black and Discipline, and takes the protagonist on an adventure of courtship by two assertive women - his stepsister and his teacher. The player must choose how to withstand the onslaught of their affections in this erotic love sim. </td></tr>
<tr class="tr"><td class="td"> 朝日新聞 </td><td class="td"> 朝日新聞 </td><td class="td"> Newspaper </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Advanced </td><td class="td"> Readable online at: http://asahi.com/ Pretty much reads exactly how you'd expect a newspaper to read - very dry, and loaded with political and economic jargon. This is one of the official newspapers of Japan, so do not expect to be able to read this without full Jouyou Kanji mastery and a very solid vocabulary base. </td><td class="td"> Free newspapers. </td></tr>
<tr class="tr"><td class="td"> 神様の御用人 </td><td class="td"> 夏淺葉 </td><td class="td"> LN </td><td class="td"> For certain words </td><td class="td"> Nope </td><td class="td"> </td><td class="td"> Advanced </td><td class="td"> Lots of descriptive paragraphs and shinto/onyoudou (fuck do you expect me to know what that is in english) specific vocabulary which means you're going to have a bad time if you're the type who never skips words you don't understand 100%. Also, this is aimed at adults so expect every single grammar structure to be thrown at you. A bit of archaic language too but honestly you shouldn't have any problem with it at this stage. Oh and any ancient practices and shit that are so old that modern readers won't understand them are explained properly, so there's that. </td><td class="td"> "Very entertaining read with tons of likeable characters! Doesn't take itself too seriously and stays humorous throughout. Fun way to learn about Japanese gods.
Description from amazon:
神様たちの御用を聞いて回る人間──“御用人”。ある日突然、フリーターの良彦は、狐神からその役目を命じられた。膝を壊して野球の道を諦め、おまけに就職先まで失った良彦は、古事記やら民話やらに登場する神々に振り回されることになり……!? 特殊能力もない、不思議な道具も持ってない、ごく普通の“人間”が神様にできること。それは果たして、助っ人なのかパシリなのか。けれどそこには、確かに神々の「秘めたる願い」があった。
inb4 ""I can't read the description put it in english"" then you shouldn't be reading this, chucklefuck" </td></tr>
<tr class="tr"><td class="td"> 太陽の塔 </td><td class="td"> 森美登美彦 </td><td class="td"> Novel </td><td class="td"> Few and far between </td><td class="td"> Nope </td><td class="td"> 1 </td><td class="td"> Advanced </td><td class="td"> This was a hard one. Without a doubt, one of the hardest novels I've ever read. The entire book is narrated as a soliloquy from our young 文学青年 university student who has a really, really large vocabulary and has tendencies to rant on certain topics suddenly. Yes, the vocabulary used in this novel is extremely wide and varied. It is, after all literature written for adults so idioms, proverbs and wordplay are thrown in your face mercilessly. You're not going to enjoy this if you haven't already read at least two 'Advanced' books. But ultimately, the author's quirky writing style isn't just for show, it lends great personality to each and every one of the characters, not just the MC. </td><td class="td"> "A fourth year university student descends into madness after being dumped by his girlfriend and begins stalking her. But it doesn't just end there. Tomihiko draws on his own rich experiences of campus life and lends a touch of realism to the cast as absurd as they might seem. And while the main character, Watashi, is presented as an overly arrogant prick, he is self-aware of it and jokes about himself semi-seriously throughout the entire novel.
As it was Tomohiko's debut work, the book isn't anywhere as good as Tatami Galaxy (I'm sure you've watched the anime) was and doesn't even really have an overarching plot. The book almost reads like a stream-of-consciousness autobiography until you realise it's fiction! But even without a clear ending in sight, the prose is fantastic and the characters will keep you laughing on every page. I definitely recommend this as one of the funniest and most sincere books I've ever read which doesn't take itself seriously at all." </td></tr>
<tr class="tr"><td class="td"> 信天翁航海録 </td><td class="td"> raiL-soft </td><td class="td"> VN (PC) </td><td class="td"> Few </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Expert </td><td class="td"> Noted for its queerness and funny atmosphere. Quite a lot of rare kanji and is quite difficult to read despite its carefree atmosphere. Most of the dififculty comes from the unusually long and descriptive sentences. The writing closely resembles an early 20th century novel. Contains a heavy amount of naval vocabulary. raiL-soft </td><td class="td"> Aboard the Albatross is an odd captain and an equally crazy crew. With no map in hand, they sail to unknown islands, meet ghost ships and cross paths with giant monster fish. No one knows where they are heading… including the captain. But they still all stay together since theres no other place for them. </td></tr>
<tr class="tr"><td class="td"> Full Metal Daemon Muramasa </td><td class="td"> Nitro+ </td><td class="td"> VN (PC) </td><td class="td"> Few </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Expert </td><td class="td"> Lots of unusual kanji, words, jargon (real and unreal), and old, literary language is frequently used. Nitro+ </td><td class="td"> "A Tsurugi is a living soul forged into a set of armor. They are among the most powerful weapons the world has to offer. All those who don them are known as Musha - warriors who are thus granted the power to soar the skies and wield blades that can rend even steel.
Within the island nation of Yamato, governed by the Rokuhara Shogunate, rumors of a Musha clad in silver armor, only known as The Silver Star, are afloat: a ruthless silver tyrant that leaves nothing but destruction in its wake, massacring everything in its path without distinction.
Unknown to the public eye, there exists only one Musha who would stand against the silver demon. A lone man, donning the crimson Tsurugi known as Muramasa, chases after his long-time nemesis, the Silver Star, cutting down both serial killers and agents of the Shogunate that stand in his way." </td></tr>
<tr class="tr"><td class="td"> 物語シリーズ </td><td class="td"> 西尾維新 </td><td class="td"> Light Novel </td><td class="td"> Sometimes </td><td class="td"> Something </td><td class="td"> 17 (publishing) </td><td class="td"> >Harder than steel </td><td class="td"> Does "Nisioisin" ring a bell? Be ready to find complex grammatical syntax and shit like this. </td><td class="td"> "The Monogatari series revolves around Koyomi Araragi, a third-year high school student who is almost human again after briefly becoming a vampire. One day, a classmate of his, the reclusive Hitagi Senjōgahara, falls down the stairs into Koyomi's arms. He discovers that Hitagi weighs nothing, in defiance of physics. Despite being threatened by her to keep away, Koyomi offers his help and introduces her to Meme Oshino, a strange middle-aged man living in an abandoned building, who cured him of being a vampire.
As the series progresses, Koyomi finds himself involved with other girls, each afflicted by different ""oddities""." </td></tr>
<tr class="tr"><td class="td"> 2ch's Top 20 eroge chart for years 1999 to 2015 </td><td class="td"> N/A </td><td class="td"> VN </td><td class="td"> N/A </td><td class="td"> N/A </td><td class="td"> N/A </td><td class="td"> Various </td><td class="td"> https://a.pomf.cat/dybjbc.jpg </td><td class="td"> </td></tr>
<tr class="tr"><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td></tr>
<tr class="tr"><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td></tr>
<tr class="heading"><td class="td"> The following entries were added to the list with no difficulty rating provided. </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td><td class="td"> </td></tr>
<tr class="tr"><td class="td"> Freezing </td><td class="td"> </td><td class="td"> Manga </td><td class="td"> No </td><td class="td"> </td><td class="td"> 28 - Ongoing </td><td class="td"> </td><td class="td"> </td><td class="td"> Set in a slightly futuristic world where Earth has been invaded and is at war with aliens from another dimension called the Nova, the story follows the adventures of a Japanese boy named Kazuya Aoi who enrolls for training at a special school for genetically modified girls called Pandoras who battle the aliens, and their male partners, called Limiters, who use a special power called "freezing" to limit their opponent's mobility. The protagonist makes the acquaintance of an unusual older girl named Bridgette L. Satellizer who appears to be the most powerful Pandora in her class, but has not yet chosen a male partner to be her Limiter, and in spite of the warnings of all his friends, he decides to be her Limiter. From Baka-Updates: Beings from a different dimension have started a war with mankind. To counter this threat, an academy called "Genetics" that trains female warriors called "Pandora," who can wield special weaponry and armor, was formed. Kazuya Aoi decided to enroll in this school because of a promise with his sister, an outstanding alumnus who died in battle. There he meets second year Bridgette L. Satellizer, nicknamed "The Untouchable Queen" due to her solitary demeanor but also top of her class whose battle simulation streak is undefeated, until he came... and slowly changed her. </td></tr>
<tr class="tr"><td class="td"> Gunka no Baltzar </td><td class="td"> </td><td class="td"> Manga </td><td class="td"> No </td><td class="td"> Partially </td><td class="td"> 7 (partial) - Ongoing </td><td class="td"> </td><td class="td"> This short story was morally reprehensible, but left me wanting more. </td><td class="td"> Glory being won over the roar of cannon fire. Peace exists simply as a time to prepare for the next battle. In a military advanced nation Balzer advanced quickly up in rank. However, his career takes a sudden turn when he is reassigned a military advisor in a neighboring allied nation with little military power and the lack of civilian support of firearms. Will Major Balzer be able to win over the hearts of the soldiers and civilians? </td></tr>
<tr class="tr"><td class="td"> まりあ†ほりっく </td><td class="td"> 遠藤海成 </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> 14 </td><td class="td"> </td><td class="td"> </td><td class="td"> Maria Holic revolves around a high school girl named Kanako Miyamae, who is scared of boys and breaks out in hives if a boy touches her. During her second year of high school, she enrolls in an all-girls school hoping to find a female romantic partner. However, her ideal candidate, Mariya Shidō, turns out to be a sadistic cross-dressing boy. </td></tr>
<tr class="tr"><td class="td"> まよチキ! </td><td class="td"> あさのハジメ にぃと </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> 12 </td><td class="td"> </td><td class="td"> </td><td class="td"> The story revolves around Kinjirō Sakamachi, a 17-year-old high school boy who suffers from gynophobia. The gynophobia makes his nose bleed every time he has physical contact with a female. While using the men's washroom he accidentally discovers that the popular and handsome butler Subaru Konoe is in fact a girl. Now that Kinjirō knows about Subaru's secret, he must work together with Subaru and her sadistic mistress, Kanade Suzutsuki, to protect Subaru's secret from being discovered. </td></tr>
<tr class="tr"><td class="td"> めだかボックス </td><td class="td"> 西尾維新 </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 22 </td><td class="td"> </td><td class="td"> </td><td class="td"> "Medaka Kurokami is, in the truest sense of the word, perfect. Beautiful, intelligent, and athletic, Medaka's dream is to make others happy. So when she runs for Student Council President of the prestigious Hakoniwa Academy, winning the election with 98% of the votes is only to be expected.
The very first thing the boisterous new president does is set up the ""Medaka Box,"" a suggestion box allowing students to submit any kind of request for assistance. Together with the cynical Zenkichi Hitoyoshi, her childhood friend who has been strong-armed into helping, Medaka fulfills these requests at a ridiculous rate. For every job completed, she adds flowers to the student council room, with the aim of filling the entire school. However, the two are about to find out that helping others may be a lot harder than they think as they begin to uncover a devastating plan centering on the academy and even Medaka herself!" </td></tr>
<tr class="tr"><td class="td"> Sankarea </td><td class="td"> </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> </td><td class="td"> 11 - Finished </td><td class="td"> </td><td class="td"> </td><td class="td"> Chihiro Furuya is a male high school student with a keen interest in zombies, collecting zombie-related videogames, film and manga, and even to the point of desiring to "kiss a zombie girl". Following the death of his pet cat, Babu, he attempts to revive it using an old manuscript, which describes the process of creating a potion for resurrection. At this time, he encounters a girl named Rea Sanka, who has run away from home. In an attempt to commit suicide, she drinks a sample of the "resurrection" potion which is created from the poisonous Hydrangea macrophylla flower, although this fails to kill her. Following an argument with her father, she falls from a cliff by accident and dies. However, as a result of the potion, she becomes a zombie who eats hydrangea leaves to survive. The story follows the life of Chihiro and his new 'zombie girlfriend'. </td></tr>
<tr class="tr"><td class="td"> Sengoku Gaiden Okehazama Senki </td><td class="td"> </td><td class="td"> Manga </td><td class="td"> Names and uncommon words </td><td class="td"> </td><td class="td"> 5 - Ongoing </td><td class="td"> </td><td class="td"> </td><td class="td"> A short overview of the life of Oda Nobunaga, as told from the perspective of a ninja fighting other time-travelling ninjas. </td></tr>
<tr class="tr"><td class="td"> みつどもえ </td><td class="td"> みつどもえ </td><td class="td"> Manga </td><td class="td"> Yes </td><td class="td"> Partially </td><td class="td"> 11 </td><td class="td"> </td><td class="td"> Furigana for all kanji in speech bubbles. </td><td class="td"> "The 11-year-old Marui triplets could not be any more different. The oldest one, Mitsuba, is sadistic and kind of mature for her age. The middle one, Futaba, is perverted and very athletic and has the strength of a full-grown man. The youngest one, Hitoha, is generally very quiet and gentle but when push comes to shove, she might just be the strongest, the most perverted and the most sadistic out of the three.
The three are all in the same class, led by the newly graduated teacher Yabe Satoshi. He usually gets pushed around by the girls and, on occasion, abused but the triplets also try to lead him and the new school nurse, the clumsy Kuriyama Aiko, together. However, Yabe had no intention of dating Aiko and the methods the triplets use to accomplish their goal are highly unorthodox..." </td></tr>
<tr class="tr"><td class="td"> 人類は衰退しました ようせい、しますか? </td><td class="td"> 田中ロミオ 戸部淑 吉祥寺笑 </td><td class="td"> Manga </td><td class="td"> </td><td class="td"> </td><td class="td"> 9+3 shorts </td><td class="td"> </td><td class="td"> Only one chapter of the manga has been translated as of this writing (April 11, 2013). Said translation was released on November 11, 2012. Don't expect to read this in English anytime soon. 2014/5/26 update: A second chapter was translated on May 24, 2013, and a third chapter was translated on January 28, 2014. </td><td class="td"> 人類は衰退しました ようせい、しますか? is set in a post-apocalyptic world where the human civilization has regressed and humanity keeps decreasing in numbers. The story follows an unnamed girl who acts as a mediator between humanity and the "fairies" who are small elf-like creatures attracted by sweets and happy things, but also have the habit to cause trouble to her with their powers in their endless search for amusement. </td></tr>
<tr class="tr"><td class="td"> あいうら </td><td class="td"> </td><td class="td"> 4Koma Manga </td><td class="td"> Yes </td><td class="td"> Yes </td><td class="td"> 7 (finished) </td><td class="td"> </td><td class="td"> </td><td class="td"> Revolves around three girls and their daily lives at school, easy to follow plot wise, and entertaining </td></tr>
<tr class="tr"><td class="td"> ゼロの使い魔 </td><td class="td"> </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 21 </td><td class="td"> </td><td class="td"> baka-tsuki: 5/10 </td><td class="td"> Louise is a noble girl who is terrible at magic, as her attempts usually result in an explosion. She is nicknamed "Zero Louise" by her classmates, due to the inability to use any of the four magic elements. Early in the school year at the Tristain Academy of Magic, the second year students perform a special ritual where they summon their familiar, which serves as their eternal protector and partner, and is usually some sort of magical creature. But Louise summons Saito Hiraga, an ordinary teenage boy from Japan, leaving her totally humiliated. </td></tr>
<tr class="tr"><td class="td"> いつか天魔の黒ウサギ </td><td class="td"> 鏡貴也 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 13 </td><td class="td"> </td><td class="td"> baka-tsuki: 1/10 </td><td class="td"> Kurogane Taito is a freshman in Miyasaka High. Ever since an injury to his leg (a snapped tendon) that prevented him from practicing karate, which he had excelled in since elementary school, he has always believed that he was an ordinary, regular guy. However, due to a promise exchanged with a beautiful Vampire (Most Ancient Sorcerer) Saitohimea nine years ago which he has forgotten about, he is in fact no longer ordinary. Nine years ago, Saitohimea injected him with a poison, which prevents him from dying as long as he doesn't die seven times within fifteen minutes. </td></tr>
<tr class="tr"><td class="td"> 伝説の勇者の伝説 </td><td class="td"> 鏡貴也 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 23 </td><td class="td"> </td><td class="td"> baka-tsuki: 10/10 </td><td class="td"> Ryner Lute is a lazy student of the Roland Empire Royal Magician's Academy. One day, the Roland Empire goes to war against their neighboring country Estabul, and Ryner loses his classmates in the war. After the war, Ryner sets out on a journey to search the relics of a "Legendary Hero" at King Sion Astal's command and finds out that a deadly curse is spreading throughout the continent. </td></tr>
<tr class="tr"><td class="td"> 戯言シリーズ </td><td class="td"> 西尾維新 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 9 </td><td class="td"> </td><td class="td"> baka-tsuki: 10/10 </td><td class="td"> The story revolves around a narrator whose name is never mentioned and the mysteries he encounters, but after the second book, the series comes with more and more fighting and action. The narrator tends to try in vain to keep out of the story, but instead of being the bystander he wants to be, he always gets dragged into the center of everything. Though it seems the narrator does a lot in the story, he always finds out at the end that whatever he did was meaningless. </td></tr>
<tr class="tr"><td class="td"> えむえむっ! </td><td class="td"> 松野秋鳴 QP:flapper </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 12 </td><td class="td"> </td><td class="td"> baka-tsuki: 2/10 </td><td class="td"> Taro Sado is a masochist and goes to a high school with his male friend Tatsukichi Hayama. Taro falls in love for the first time with a girl and wants to be cured of his masochism so that he can confess his love to her, unaware at the time that she is actually his cross-dressing male friend Tatsukichi, so he goes to the Second Voluntary Club to get help. There he meets Mio Isurugi, a self-proclaimed god, and Arashiko Yuno, the girl who made him a masochist in the first place, however, she has androphobia. The club adviser is the school nurse, Michiru Onigawara. </td></tr>
<tr class="tr"><td class="td"> 新生徒会の一存 </td><td class="td"> 葵せきな </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 10 </td><td class="td"> </td><td class="td"> baka-tsuki: 2/10 Not as hard as it looks; some difficulty from the puns. The number of references is beyond astronomical. </td><td class="td"> "The student council members of Hekiyou Academy in Hokkaidō are selected by a popularity contest. As a result, the members are usually a group of pretty girls. The sole male member is Ken Sugisaki, who entered the student council by becoming the top-scoring student in the level which he had to cram to achieve.
The series revolves around the meetings inside the student council room in Private High School Hekiyou Academy." </td></tr>
<tr class="tr"><td class="td"> バカとテストと召喚獣 </td><td class="td"> 井上堅二 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 18 - Published </td><td class="td"> </td><td class="td"> baka-tsuki: 2/10 The main difficulty over here is to research on the questions at times, and occasional references to other people. Language is extremely simple, even for a light novel, but that's because Akihisa's an idiot. </td><td class="td"> The story centers around a boy named Akihisa Yoshii, the titular baka (idiot) of the story. He attends Fumizuki Academy in Japan, a school where the staff rigidly divides the students based on the results of their academic scores. At the start of the school, students are academically sorted by entrance exam test grades. The higher the grades, the higher the class, and the better the benefits. In this case, Class A is filled with the highest-scoring students; therefore, their classroom is filled with many prestigious items (air conditioners, fancy seats, laptops, a free snack bar, etc.), while the state of Class F is the complete opposite of that, representing the "bottom of the barrel" amenities, such as mats and low wooden tables. </td></tr>
<tr class="tr"><td class="td"> 俺の彼女と幼なじみが修羅場すぎる </td><td class="td"> 裕時悠示 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 10 </td><td class="td"> </td><td class="td"> The greatest light novel I've ever had the opportunity to read. I'm not an emotionally expressive man, but I'm not ashamed to say that the ending brought me to tears. For some perspective, you should know that I didn't even shed a tear when my parents died in a car crash last year or when my older sister commited suicide two months later. </td><td class="td"> Eita Kidō enters high school with the goal of graduating with marks high enough that he can earn a scholarship to medical school. With this goal in mind and the fact that his parents divorced, found other lovers and left him in the care of a relative, he shuns anything to do with romance or love. One day, the school beauty, Masuzu Natsukawa, invites him to walk home with her but he refuses. After several days he gives in and walks home with her. It turns out that Masuzu is tired of being the centre of attention and receiving confessions on a nearly-everyday basis, so she suggests that she and Eita become a fake couple. Although Eita tries to refuse, Masuzu blackmails him into becoming her boyfriend in name only. News of the new couple rapidly spreads throughout the school and Eita's childhood friend, Chiwa Harusaki, who likes him, begins to vie with Masuzu for Eita's affections. </td></tr>
<tr class="tr"><td class="td"> インフィニット・ストラトス </td><td class="td"> 弓弦イズル </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 10 </td><td class="td"> </td><td class="td"> baka-tsuki: 3/10 Other than the technical jargon used to describe things, there isn't too much difficulty. This is a pretty dialog heavy novel, which would make it slightly easier. </td><td class="td"> "In the near future, a Japanese scientist engineers a powered exoskeleton called ""Infinite Stratos"" (IS). Possessing technology and combat capabilities surpassing those of any other arms system, the IS threatens to destabilize the world. Faced with such an overpowered weapon, the nations of the world enact the ""Alaska Treaty"", which states that IS shall never be used for militant combat, and that existing IS technology must be equally distributed to all nations, to prevent any one nation from dominating the others. The introduction of the IS does, however, have a major effect on society. As IS can only be operated by women, there is a shift in the power balance between men and women, where women now dominate society over men.
Ten years after the IS was initially introduced, the world has entered a new age of peace. The peace is shattered, however, by Ichika Orimura, a 15-year-old Japanese boy. In a coincidental run-in with a hibernating IS suit, it is revealed that he possesses the innate ability to operate an IS. Realizing the potential, the Japanese government forces the bewildered young man to attend the prestigious Infinite Stratos Academy, a multicultural academy where IS pilots from all over the world are trained. Thus, he starts a busy high school life surrounded by girls training to pilot IS." </td></tr>
<tr class="tr"><td class="td"> 僕は友達が少ない </td><td class="td"> 平坂読 </td><td class="td"> Light Novel </td><td class="td"> Few </td><td class="td"> </td><td class="td"> 11 - Finished </td><td class="td"> </td><td class="td"> baka-tsuki: 4/10 </td><td class="td"> "Warning: The ending is considered by many to be really, and I mean really, shitty.
Kodaka Hasegawa, a transfer student to St. Chronica's Academy, has found it difficult to make friends because of his mix of brown-blond hair (inherited from his deceased English mother) and fierce-looking eyes that make him look like a delinquent. One day, he accidentally comes across the equally solitary and very abrasive Yozora Mikazuki as she converses with ""Tomo"", her ""air"" friend (in the same sense as an ""air"" guitar). Realizing that they lack social lives and skills, they decide that the best way to improve their situation is to form the Neighbors Club, an after-school club for people with no friends like themselves. Other students with various backgrounds join the club." </td></tr>
<tr class="tr"><td class="td"> 緋弾のアリア </td><td class="td"> 赤松中学 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 21 </td><td class="td"> </td><td class="td"> baka-tsuki: 4/10 </td><td class="td"> The setting of the story features "Butei", a national qualification established to counter worsening crime conditions around the world. The Butei holders were trained in various specialized fields, and were permitted to possess various weapons and capture criminals. Kinji Tōyama is a student at Tokyo Butei High, a universal educational facility for the training of Butei. At this school, students with an aptitude for the work undertake special training in order to learn the path of the Butei. Shortly after Kinji decides to quit the Academy due to personal reasons, he is attacked by the Butei Killer, a criminal notorious for eliminating Butei—a case of the hunters becoming the hunted. The elite Butei Assault prodigy Aria H. Kanzaki comes to his rescue and from that moment on, Kinji's future as a Butei changes drastically. </td></tr>
<tr class="tr"><td class="td"> 乃木坂春香の秘密 </td><td class="td"> </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 16 </td><td class="td"> </td><td class="td"> baka-tsuki: 4/10 The sentence structures can be a little complicated at times, and knowledge of classical music is required. </td><td class="td"> Nogizaka Haruka no Himitsu is set at the private high school Hakujō Academy in Japan and centers around the male protagonist Yūto Ayase and his classmate Haruka Nogizaka. While Yūto is rather ordinary, Haruka is very attractive, intelligent, and rich. Due to this, she is the school's most unattainable girl and is so idolized that her classmates give her the French nicknames Nuit Étoile (The Night Star) and Lumière du Clavier (The Piano's Light). One day, Yūto's good friend Nobunaga Asakura asks him to return a book to the school library, and when he goes to return it, Yūto stumbles across Haruka and her darkest secret—she is a diehard fan of anime, manga, and the otaku culture. Yūto promises to keep her secret hidden and the two become close friends. Yūto does his best to help Haruka with her secret hobby while developing his relationship with her. </td></tr>
<tr class="tr"><td class="td"> 俺の妹がこんなに可愛いわけがない </td><td class="td"> 伏見つかさ </td><td class="td"> Light Novel </td><td class="td"> Names and uncommon words </td><td class="td"> Yes </td><td class="td"> 12 - Finished </td><td class="td"> </td><td class="td"> baka-tsuki: 4/10 Uses a lot of young-speak, slangs, and colloquialism, so it will pose some difficulty to those who learn Japanese through the academic route. </td><td class="td"> Kyosuke Kosaka, a normal 17-year-old high school student living in Chiba,[3] has not gotten along with his younger sister Kirino in years. For longer than he can remember, Kirino has ignored his comings and goings and looked at him with spurning eyes. It seemed as if the relationship between Kyōsuke and his sister, now fourteen, would continue this way forever. One day however, Kyosuke finds a DVD case of a magical girl anime which had fallen in his house's entrance way. To Kyosuke's surprise, he finds a hidden eroge inside the case and he soon learns that both the DVD and the game belong to Kirino. That night, Kirino brings Kyosuke to her room and reveals herself to be an otaku with an extensive collection of moe anime and younger sister-themed eroge she has been collecting in secret. Kyosuke quickly becomes Kirino's confidant for her secret hobby. The series then follows Kyosuke's efforts to help his sister to reconcile her personal life with her secret hobbies, while restoring their broken relationship and coming to terms with their true feelings for each other. </td></tr>
<tr class="tr"><td class="td"> GENESISシリーズ境界線上のホライゾン </td><td class="td"> 川上稔 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 21 + 2 extras </td><td class="td"> </td><td class="td"> baka-tsuki: 5/10 </td><td class="td"> "In the distant future, Earth has been devastated and its inhabitants seek a new home in the heavens. However, constant warfare forces humans to return to Earth, which has turned into an uninhabitable planet except for a certain area called the Divine States.
The Divine States are too small to accommodate all the humans, so they duplicated the area and created the Harmonic Divine States. In order to retrace their steps and rediscover their journey to the heavens, the returned humans began to reproduce history from the year 10,000 BC, using a mysterious history book called Testament.
History reproduction proceeds smoothly until A.D. 1413, when a war broke out in the Divine States. This causes the Harmonic Divine States to crash onto the original world. The humans living in the Harmonic Divine States lose their land and invade the original world. The people of the Divine States surrender and they are divided by the invaders from the Harmonic Divine States. They try to resume the reproduction of history from A.D.1457, but the update of history terminates in A.D.1648. A rumor of apocalypse begins to spread around the world. " </td></tr>
<tr class="tr"><td class="td"> 風のスティグマ (Kaze no Stigma) </td><td class="td"> </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 12 </td><td class="td"> </td><td class="td"> baka-tsuki: 5/10 </td><td class="td"> Kazuma Kannagi was the eldest son of the Kannagi family and presumed heir. However, due to his inability to use "Enjutsu", the power to control flames, he was considered to be useless within his family. Despite his inability to wield fire, his father insisted on him competing for the right to wield "Enraiha", a powerful heirloom sword traditionally wielded by the family heir. The 18-year-old Kazuma was soundly defeated by 14-year-old Ayano Kannagi, his second cousin, and his father banished him from the family. Four years later, he returns as a master of "Fūjutsu", the power to control wind, and with a new name: Kazuma Yagami. Soon after his return, several Kannagi family members are killed by someone using Fūjutsu and Kazuma is presumed to have committed the murders in revenge for his banishment. Though innocent of the murders, he is confronted by various members of his former family who wish to fight him. </td></tr>
<tr class="tr"><td class="td"> 0 </td><td class="td"> アサウラ (Asaura) </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> -- </td><td class="td"> </td><td class="td"> baka-tsuki: 6/10 </td><td class="td"> Unclear - </td></tr>
<tr class="tr"><td class="td"> カンピオーネ! </td><td class="td"> 丈月城 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 18 </td><td class="td"> </td><td class="td"> baka-tsuki: 6/10 </td><td class="td"> "Kusanagi Godou, a 16 year old boy who played in the senior league as catcher and fourth hitter—that is, the cleanup—when he was in Junior High. However, an injury put an end to baseball.
Though that was not the end for him. During the spring break of his third and last year in Junior High, he got involved in an adventure and ended up slaying one of the Heretic Gods, Verethragna. Thus, he became the youngest—and seventh—Campione.
Now that he is a Campione, a godslayer, the young Godou must defeat the troublemaking gods, with the help of his followers! " </td></tr>
<tr class="tr"><td class="td"> とある魔術の禁書目録 </td><td class="td"> 鎌池和馬 冬川基 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 24 - Finished </td><td class="td"> </td><td class="td"> baka-tsuki: 6/10 Not much background information is really required except for occasional research on the magic/religion side. Not a straightforward piece of work, but still workable. </td><td class="td"> "A Certain Magical Index is set in a world where supernatural abilities are a reality. Individuals who possess special powers acquired via science are called Espers. They possess their powers from birth, but most only awaken them during the Power Curriculum Program. Those Espers who awaken their abilities without the aid of special scientific instruments, whether at birth or through meditation, are referred to as Gemstones. Others, known as Magicians, gain their powers upon mastering the power of magic, either from obtaining knowledge from special books known as Grimoires or by using mystical artifacts, though the existence of magicians is a secret to the public. While Magicians align themselves with ancient religions, Espers are aligned with scientific institutions. This leads to a power struggle between the magic and science factions for control of the world.
The story is set in Academy City, a technologically advanced city located in western Tokyo that is known for its educational and research institutions. Tōma Kamijō is a student in Academy City whose right hand, the Imagine Breaker, has the ability to negate any supernatural power, but also negates his own luck, much to his chagrin. One day, Tōma meets a young English girl named Index - a nun from Necessarius, a secret magic branch of the Church of England, whose mind has been implanted with the Index Librorum Prohibitorum - 103,000 forbidden magical books that the Church has removed from circulation. His encounter with her leads him to meet others from the secret worlds of science and magic. Tōma's unusual power places him at the center of conflicts between the Magicians and Espers in Academy City who try to unravel the secrets behind Academy City, Index, and Tōma's own special power." </td></tr>
<tr class="tr"><td class="td"> 鋼殻のレギオス </td><td class="td"> 雨木シュウスケ 深遊 </td><td class="td"> Light Novel </td><td class="td"> </td><td class="td"> </td><td class="td"> 25 - Finished </td><td class="td"> </td><td class="td"> baka-tsuki: 8/10 </td><td class="td"> In an alternate reality earth overrun with mutated nano-machine-beasts called Filth Monsters (Contaminoids in Funimation's translation), humanity is forced to live in large mobile cities called Regios and learn to use weapons called DITE (pronounced Di-Te) and harnessing the power of Kei to defend themselves. The truth is that these are people lost in an alternative reality caught between struggling as pawns of the founders of this space and those trying to destroy it. Only upon its destruction can everything revert to the real world. However, many generations have passed since the creation of the world and naturally the citizens who inhabit it fight for their lives. In the Academic City of Zuellni, Layfon Alseif is hoping to start a new life without Martial/Military arts and forget his past. However, his past has caught the attention of Kalian Loss, the Student Council President and Nina Antalk, a Military Arts student and Captain of the 17th Platoon, who instantly recognizes his abilities and decides he's the perfect candidate to join her group. The series follow Layfon's life in Zuellni and occasionally has flashbacks of his life in Glenden as a Heaven's Blade. </td></tr>
<tr class="tr"><td class="td"> 灼眼のシャナ </td><td class="td"> 高橋 弥七郎 </td><td class="td"> Light Novel </td><td class="td"> Names only </td><td class="td"> Yes </td><td class="td"> 22+4 shorts - Finished </td><td class="td"> </td><td class="td"> baka-tsuki: 8/10 Terminologies and language are the killers here. The language here is rather heavy as compared to those of the hard difficulty, and terminologies like 'Sonzai no Chikara' (Power of existence) are prevalent here since they form the crux of the story. </td><td class="td"> "The world has become a slaughtering ground for the Crimson Denizens, mysterious beings from a parallel universe who thrive on the life energy of humans. These merciless murderers only leave behind scant remainders of souls called ""Torches,"" which are mere residues that will eventually be destroyed, along with the very fact of the victims' existence from the minds of the living. In an ambitious endeavor to put an end to this invisible, hungry massacre, warriors called Flame Hazes relentlessly fight these monsters.
One fateful day, Yuuji Sakai ceases to be a regular high schooler—he becomes trapped in a crevice of time and is suddenly attacked by a Denizen. Coming to his rescue just in the nick of time is a nameless hunter who seems no different from an ordinary young girl except for her blazing eyes and burning crimson hair. However, before Yuuji can learn anything more about his situation, he discovers that he has already been reduced to a Torch—merely a scrap of memory waiting to be extinguished." </td></tr>
<tr class="tr"><td class="td"> プリクラ Pocket </td><td class="td"> Atlus </td><td class="td"> Game - GB </td><td class="td"> No </td><td class="td"> No </td><td class="td"> - </td><td class="td"> None </td><td class="td"> Great for low level. </td><td class="td"> Game where the random encounters are multiple choice questions all in text. </td></tr>
<tr class="tr"><td class="td"> Phantasy Star 1 </td><td class="td"> Sega </td><td class="td"> Game - SMS </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> None </td><td class="td"> Everything is written in Kanji only. </td><td class="td"> "Phantasy Star is set in Algol, a solar system consisting of three planets. There is the lush and green Palma, the arid and barren Motavia, and finally, the icy and desolate Dezoris. As the story begins, Algol is ruled by King Lassic, who while originally benevolent, becomes a cruel dictator after converting to a new religion. After a string of harsh political changes, small pockets of rebellion emerge, but are mostly ineffective against Lassic's iron rule.
When Nero Landale, the leader of one such rebellion, is killed by Lassic's robot-cops, his sister Alis swears revenge. As she travels and witnesses the many victims of Lassic's oppression, Alis' objective becomes less about revenge and more about liberation for the people of Algol" </td></tr>
<tr class="tr"><td class="td"> Final Fantasy IV </td><td class="td"> Square </td><td class="td"> Game - SNES </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> None </td><td class="td"> Like most older RPGs, the text is entirely in kana separated by spaces. Very story driven and linear game, a decent introduction to the Final Fantasy series if you have not played any. Also has a script available online, original JP (with kanji included!) alongside the US translation: http://notserious.info/ff4/script/index.html </td><td class="td"> Released in 1991, it is the fourth main installment of the Final Fantasy series. The game's story follows Cecil, a dark knight, as he tries to prevent the sorcerer Golbez from seizing powerful crystals and destroying the world. He is joined on this quest by a frequently changing group of allies. </td></tr>
<tr class="tr"><td class="td"> Keroro RPG </td><td class="td"> Bandai Namco Games </td><td class="td"> Game - DS </td><td class="td"> Yes </td><td class="td"> No </td><td class="td"> - </td><td class="td"> Gay </td><td class="td"> Plays like the Tales of Series. Important Scenes are voiced. If you like Keroro Gunsou it's a fun side story. </td><td class="td"> Keroro Gunso is a series about a group of aliens led by Sergeant Keroro that is tasked by the army of Planet Keron to prepare Earth for their invasion. However, the platoon of five ends up being friends with humans in Inner Tokyo, and their plans of invasion stuck up indefinitely. The game is based on that series. </td></tr>
<tr class="tr"><td class="td"> コンタクト </td><td class="td"> Grasshopper Manufacture </td><td class="td"> Game - DS </td><td class="td"> </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> </td><td class="td"> Contact for the Xbox One. Play it. It's good. </td><td class="td"> The story begins as a scientist, known as the Professor, flees through space from a mysterious enemy known only as the "CosmoNOTs" (Cosmic Nihilist Organization for Terror). He crash lands on a strange planet, losing the "cells" that power his ship. Without power, he is stranded. He enlists the help of Terry, a young boy. Terry agrees to help the Professor by exploring the planet and locating the cells. Helping the Professor is the only way that Terry will be able to get home, but the Klaxon Army are tracking them down, the cells are hidden in some dangerous areas and, as the game progresses, the Professor's intentions are slowly thrown deeper and deeper into question. </td></tr>
<tr class="tr"><td class="td"> 光の4戦士 -ファイナルファンタジー外伝- </td><td class="td"> Matrix Software, Square Enix </td><td class="td"> Game - DS </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> </td><td class="td"> Very easy to understand and read for beginners (most of it). No VA. No Furigana. Known in the U.S. as Final Fantasy: The 4 Heroes of Light. </td><td class="td"> In the city of Horne, a 14-year-old boy named Brandt must present himself to the king as a custom of entering manhood. Upon arriving, Brandt finds the King distraught and is told to go find Princess Aire and save her from the Witch of the North, Louhi. On the way, Brandt is joined by his friend Jusqua and the princess's bodyguard Yunita, who help him rescue Princess Aire and slay Louhi. However, when they return to town, everyone's been turned to stone by the witch's curse and the king is nowhere to be found. </td></tr>
<tr class="tr"><td class="td"> ダンボール戦機 </td><td class="td"> </td><td class="td"> RPG Games </td><td class="td"> Yes </td><td class="td"> No (official translation for the first game with westernized names in progress) </td><td class="td"> - </td><td class="td"> </td><td class="td"> Full voice acting for story scenes and furigana on all kanji. Prepare to hear 父さん a lot in the first game. </td><td class="td"> "AD 2046, technology has grown all over the world and innovation is leading the way. The way of delivery methods has changed since the creation of the super strong cardboard, which can resist every impact and keeping its contents intact. As the popularity of the material grew, so did its purposes. The super strong cardboard was used as material for special battlefields for LBX's, specialized miniature robots made by Tiny Orbit that were once banned due to their destructive purposes. Their popularity has again risen due to the specialized battlefield, and special models of LBX were made.
Four years after the creation of the super strong cardboard, in AD 2050, Ban Yamano (Van Yamano in the English dub), a male middle school student has been entrusted with the LBX ""AX-00"" by a mysterious woman, containing a Platinum Capsule. Van learned from the woman that his father is still alive and knew about a secret conspiracy in the government. Van himself must protect the LBX and the Platinum Capsule, as its contents could change the world forever." </td></tr>
<tr class="tr"><td class="td"> 七人の侍 </td><td class="td"> 黒澤明(くろさわ あきら) </td><td class="td"> Film/Movie </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> None </td><td class="td"> </td><td class="td"> </td></tr>
<tr class="tr"><td class="td"> 切腹 </td><td class="td"> 小林 正樹(こばやし まさき) </td><td class="td"> Film/Movie </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> None </td><td class="td"> </td><td class="td"> A Japanese jidaigeki (period-drama) film directed by Masaki Kobayashi. The story takes place between 1619 and 1630 during the Edo period and the reign of the Tokugawa shogunate. It tells the story of Hanshirō Tsugumo, a rōnin or warrior without a lord. On May 16, 1630, Tsugumo Hanshirō (津雲半四郎) arrives at the estate of the Ii clan (井伊家), looking for a suitable place to perform seppuku. After the Tokugawa shogunate took over, there were many roaming samurai without a master to serve. Some of these desperate rōnin would request or threat to commit seppuku in hopes of receiving alms from the lord of the house. To deter him Saitō Kageyu (Rentarō Mikuni), counselor of the clan, tells Hanshirō a warning story wherein another rōnin, Chijiiwa Motome formerly of the same clan as Hanshirō had made the same request and the samurai retainers of the house forced him to complete the ceremony and kill himself. Hanshiro is not detered, but the story plays a major role in the plot of the movie. </td></tr>
<tr class="tr"><td class="td"> 座頭市物語 </td><td class="td"> 勝新太郎 (かつ しんたろう) </td><td class="td"> Film/Movie </td><td class="td"> No </td><td class="td"> Yes </td><td class="td"> - </td><td class="td"> None </td><td class="td"> </td><td class="td"> A film about a wandering blind swordsman and his involvement in a conflict between two rivaling Yakuza gangs. However people look down upon him, it is made clear on several occasions that he is not someone to be taken advantage of. </td></tr>
<tr class="tr"><td class="td"> 福娘童話集 きょうの日本民話 </td><td class="td"> </td><td class="td"> Website </td><td class="td"> </td><td class="td"> </td><td class="td"> - </td><td class="td"> </td><td class="td"> </td><td class="td"> A collection of Japanese good-luck fairy tales. </td></tr>
</tbody></table>
</div>
</body>
</html>

401
resource guide.html Normal file
View File

@ -0,0 +1,401 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>DJT resource guide</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="stylesheet" href="anki.css">
</head>
<body>
<div class="pagetop">
<div class="header_left"><span class="bold"></span></div>
<div class="header_center"><span class="bold">Resources Guide</span></div>
<div class="header_right"><span class="bold"><a href="#Table of Contents">Table of Concepts</a></span></div>
</div>
<p><h1>DJT Guide Resources</h1></p>
<p><span class="italic">Live Google docs version found</span> <span class="bold"><a href="https://docs.google.com/document/d/18KEAL0sz0lrWGJJpfZhhLG2jgP5GPyXXfmtp1i5V9vo">here</a></span></p>
<p><span class="bold">This is an appendix to the</span> <a href="guide.html">DJT guide</a>. It is based on the <a href="https://www.google.com/url?q=https://docs.google.com/document/d/1ynwmcFwy0ccT70cVRp-G97fYlcf-GYZ86T62SvQMDdY/edit?usp%3Dsharing&sa=D&ust=1472734609050000&usg=AFQjCNHggNc5KaucfD7qdLIwFttL5Xacgg">old guide</a>. Commonly recommended resources are marked with an <span class="bold"></span>. There is no "correct" way of learning, so you should try out the resources appropriate for your level and see which one you feel is best.</a></p>
<br>
<br>
<br>
<br>
<br>
<br>
<hr>
<span id="Table of Contents"></span>
<p><h2>Table of Contents</h2></p>
<p><h4><a href="#Learning Resources">Learning Resources</a></h4></p>
<ul>
<li><a href="#Kana">Kana</a></li>
<li><a href="#Kanji">Kanji</a></li>
<li><a href="#Vocabulary">Vocabulary</a></li>
<li><a href="#Grammar">Grammar</a></li>
<li><a href="#Practice">Practice</a></li>
<li><a href="#Videos">Videos</a></li>
</ul>
<p><h4><a href="#Useful Learning Tools">Useful Learning Tools</a></h4></p>
<ul>
<li><a href="#Typing Japanese">Typing Japanese</a></li>
<li><a href="#Anki">Anki</a></li>
<li><a href="#Dictionaries">Dictionaries</a></li>
<li><a href="#Kanji Lookup">Kanji Lookup</a></li>
<li><a href="#Ebook Tools">Ebook Tools</a></li>
<li><a href="#Manga OCR">Manga OCR</a></li>
<li><a href="#Visual Novels">Visual Novels</a></li>
<li><a href="#Mobile Devices">Mobile Devices</a></li>
<li><a href="#Misc Tools">Misc Tools</a></li>
</ul>
<hr>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Learning Resources"></span>
<p><h2>Learning Resources</h2></p>
<span id="Kana"></span>
<p><h3>Kana</h3></p>
<p><span class="bold"></span><a href="http://unckel.de/kanateacher/index-en.html">Kana Teacher</a> - Tests kana recognition. The recommended procedure for learning kana. Just grind until you know them. Does not teach stroke order or pronunciation. Optimal for pounding the readings into your head quickly.</p>
<p><a href="anki.html">Anki</a> - <a href="https://ankiweb.net/shared/info/722065315">Hiragana deck</a>. Katakana and Hiragana deck: See Anki section of the first sheet in the <a href="cor.html">Cornucopia of Resources</a>.</p>
<p><a href="https://en.wikibooks.org/wiki/Japanese/Kana/Lessons/Hiragana/Lesson_1">Wikibooks</a> - Has stroke order and other resources. The stroke order is quite useful, although the mnemonics are not so much.</p>
<p><span class="bold"></span><a href="http://www.guidetojapanese.org/learn/grammar/writing">Tae Kim</a> - This site has a ton on kana, includes a video lesson, stroke order, as well as a pronunciation guide.</p>
<p><a href="https://www.memrise.com/">Memrise</a> - Offers various SRS courses including kana courses which are perhaps the only thing the site does well in regards to the Japanese language. If Kana Teacher isnt cutting it, give this a whirl. Way better than just attempting to remember them. By all means, use Kana Teacher.</p>
<p><a href="https://mega.nz/#F!Wk8VjJ6K!icqt2OiW4Vhle7q4cGUf_Q">Remembering the Kana</a> - It only takes about 6 hours to learn both hiragana and katakana alongside it because it provides mental images with the kana to ensure you remember. Download the book and/or follow this <a href="https://www.youtube.com/playlist?list=PL2A25F7399E8805ED">video series</a> made by an RTK forum member.</p>
<span id="Kanji"></span>
<p><h3>Kanji</h3></p>
<p><a href="https://en.wikipedia.org/wiki/Remembering_the_Kanji_and_Remembering_the_Hanzi">Remembering the Kanji</a> (RTK) by Heisig - A book that teaches kanji in an order based on the radicals of each character. It starts you off with simple shapes and gradually goes into more complex ones. It teaches stroke order and makes up pretty fancy mnemonic stories to help you memorize the kanji easier. It does not teach the readings until the second volume nor does it tell you how the kanji are used in context. (Most people do not use the second volume and instead learn readings through vocabulary.) As such, this method expects you to learn all the common characters before even getting started on learning vocabulary. Of course, you can still start learning vocabulary while doing Heisig.</p>
<ul>
<li><a href="http://kanji.koohii.com/">Koohii</a> is a fansite that provides pre-made stories for RTK, generally superior to the ones in the book. (Note that some people find that creating their own mnemonic story can form stronger associations than trying to memorize someone elses.) You can access these stories more conveniently from <a href="https://hochanh.github.io/rtk/">this interface</a>. Do not use the spaced-repetition-system on Koohii; Anki is superior. There is an Anki deck in the <a href="cor.html">Cornucopia of Resources</a>. Youll also need to follow alongside the book PDF, since the deck does not teach the “primitive” kanji components.</li>
<li>Read more about it from <a href="http://rtkwiki.koohii.com/wiki/Remembering_the_Kanji">Koohii wiki</a> or <a href="http://www.guidetojapanese.org/blog/2008/01/31/final-thoughts-on-remembering-the-kanji/">Tae Kim</a>. <a href="https://nihongoshark.com/learn-kanji/">Here</a> is a detailed post about the mnemonic system, its advantages, and how to apply it, as well as how to incorporate Anki into it for added effectiveness (note: while this guy recommends using the kanji on the front of the card in Anki on the basis that it is easier, Heisig says, in all caps no less, in his book that <a href="https://i.imgur.com/bosAK1q.png">reviewing should only ever be done from the keyword</a>; the RTK deck in the Cornucopia of Resources has the keyword on the front of the cards, but is otherwise identical to the deck recommended on that page).</li>
</ul>
<p><a href="http://www.kanjidamage.com/">KanjiDamage</a> - Another kanji resource that uses a radical-based order. Unlike Heisigs method it also teaches the readings and gives you examples of common words that use those kanji (great for adding them to your Anki deck right away). Take the introduction on the site with a grain of salt, as it isnt very accurate, or is just plain wrong, as is the case with some other areas on the site, but that in no way makes this a bad resource in regards to learning. You may want to simply use the shared deck for Anki (see <a href="cor.html">Cornucopia of Resources</a>) instead of the website in tandem with another vocabulary deck in order to build up a big cache of words quickly.</p>
<ul>
<li><a href="https://mega.co.nz#!CQg0SKyI!Ufho0RKmmW8P6XRx8KiDY1JeAXoGOgmjrEscayil8cA">KanjiDamage+ (Anki deck)</a> The deck was created to solve some of the problems with KanjiDamage - namely the often criticized style of mnemonics. They're still there but often toned down or changed to something more logical/less crude. Some mistakes are fixed. Furthermore, the kanji base got significantly expanded, now the deck has 2136 cards (~1900 kanji, rest are radicals). The deck can be browsed online <a href="http://kanjidamageplus.neocities.org/">here</a>.</li>
</ul>
<p><a href="https://en.wikipedia.org/wiki/Ky%C5%8Diku_kanji">Kyouiku</a> - A subset of 1006 of the jouyou kanji that is taught in primary school. Has many simple words in the beginning (the numbers, elements of nature, body parts). Usually ordered by grade. </p>
<p><a href="http://www.genetickanji.com/">GeneticKanji</a> - Slightly undeveloped alternative to the liberal ranting, poor jokery and the downright misinformation in KanjiDamage. It is presented in a fashion of frequency while covering the individual elements that make up a given kanji. In GeneticKanjis approach, you would be taught all the subcomponents of these common kanji, and then the common kanji themselves, effectively combining both approaches.</p>
<p><a href="https://mega.co.nz/#!4Bt1kTyB!Ldt4K8fSEy6fOxyMEXb4aqjgVSea8LZ3eqrGJV5GUuY">The Kodansha Kanji Learner's Course</a> - A book that uses a similar mnemonic approach to RTK, but also includes vocabulary and readings. Each entry includes 4 or 5 vocabulary words to illustrate the kanji's meanings and readings. These words consist only of previously learned kanji. Use it with an Anki deck such as <a href="https://ankiweb.net/shared/info/779483253">this one</a> .</p>
<p><a href="https://mega.nz/#!uJsA1QwR!2z65jNf9lagIjvESUHHE-mMT3EXjfbRiBo91F9RpQwU">Kangxi Radicals</a> - An Anki deck with more accurate meanings for the radicals than other available resources. Comes with only recognition-style cards (radical on the front, meaning on the back) by default, though it would be easy to change the layout yourself and have the meaning on the front and the radical on the back instead.</p>
<p><a href="https://ankiweb.net/shared/info/1044119361">Kanji Radical (Primitive)</a> - Contains all 214 radicals, their alternative forms (which may be used more often or even exclusively instead of the 'proper' form), their meaning (which is sometimes related to the kanji they appear in) and their Japanese readings (which there isn't really any point in learning). Compared to the deck above, this has more information but may be less accurate. <a href="http://pastebin.com/KibfAzNw">Has both recognition and recall cards</a>.</p>
<ul>
<li>You may wish to use <a href="http://pastebin.com/gzKyJXqr">this</a> customised layout which adds a mincho/serif font to the cards so you can see how the radicals look in that typeface. </li>
</ul>
<p><a href="https://ankiweb.net/shared/info/798002504">All in One Kanji Deck</a> - Probably the best rote kanji deck on AnkiWeb's shared decks page. Contains 3278 kanji with recall-type cards and 3730 kanji with recognition-type cards. Additional information in the deck includes kunyomi and onyomi readings, example words using the kanji (may help you get a better feel for its meaning), which radicals and/or other kanji appear any given kanji, JLPT grade, Jouyou grade, stroke count, mnemonics, and more. You should read the deck page which has additional important information.</p>
<ul>
<li>You may wish to use <a href="http://pastebin.com/AkKxmN7i">this</a> customised layout which adds a mincho/serif font to the cards so you can see how the radicals look in that typeface. It also strips out the mnemonics and repositions some information. (It's made for recall cards but would be trivial to repurpose for recognition cards.)</li>
<li><a href="http://pastebin.com/ky6zSrRV">Another customised layout</a> based on the one above, the major difference being the inclusion of hover-to-see readings on the fronts of the cards to help in situations where two cards have very similar/the same definitions, as is often a problem in this deck.</li>
</ul>
<span id="Vocabulary"></span>
<p><h3>Vocabulary</h3></p>
<p><span class="bold">Anki Shared Decks</span> - This is highly recommended to learn vocabulary. Obviously, you will need <a href="http://ankisrs.net/">Anki</a> to use it. There are decks, you may search for them and see which one will best suit your needs. The most commonly recommended vocabulary deck is <a href="anki.html">Core 2k/6k</a>.</p>
<p><span class="bold"></span><a href="http://rikaisama.sourceforge.net/#realtime_import_help">Rikaisama's Anki Real-Time Import Feature</a> - An invaluable tool for creating a mining deck. Allows you to automatically create cards in Anki simply by hovering over a word and pressing "r". <a href="anki.html#import">Here</a> is an explanation of how to set it up. </p>
<span id="Grammar"></span>
<p><h3>Grammar</h3></p>
<p><span class="bold"></span><a href="http://www.guidetojapanese.org/learn/grammar">Tae Kim</a> - This is the most commonly used guide on DJT because it is faster than the others listed here. Use the grammar guide, not the “complete guide” (which is incomplete). Tae Kim only has exercises in the beginning, after which there are no exercises to work on.</p>
<p><span class="bold"></span><a href="https://mega.co.nz#!6hlnVAYI!UFFH7L5QCW3Lm09nri0NqKh3z76F-v-ETxLjEx_PczE">Japanese the Manga Way</a> - This book teaches grammar through examples from actual Japanese manga, breaking down each sentence into its components to explain the meaning. It covers most of the same material as Tae Kim with less technical language, and will teach you enough grammar to begin reading. </p>
<p><span class="bold"></span><a href="https://mega.co.nz#F!m5tU0QxJ!ML2OBq3waLUHrWg9HiWeSA">Dictionaries of Japanese Grammar (DOJG)</a> - A collection of three books, Basic, Intermediate and Advanced. As the name implies, these are dictionaries rather than guides. It goes in-depth into the various grammar rules, more so than virtually any other resource.</p>
<ul>
<li>There is an index of the DOJG <a href="http://core6000.neocities.org/dojg/">here</a> with notes, example sentences and formation tables.</li>
<li>There is also a <a href="https://www.mediafire.com/folder/5c8bcxp9cxu0i/dicitonary_of_japanese_grammar_anki_deck">DOJG Anki deck</a>. Those in favour of it suggest that it is a good way of exposing yourself to all the entries in the DOJG books and periodically reviewing them.
</li>
</ul>
<p><a href="http://pastebin.com/w0gRFM0c">Genki</a> - Genki tends to be more comprehensive than Tae Kim, and it has exercises that you can practice. This works as an engaging way to learn new grammar points, which may help drill grammar rules into your mind. The obvious downside is speed, of course. This resource can be found on the bottom of the pastebin.</p>
<ul>
<li><a href="http://www.mediafire.com/download/c6219m4xxxixj0x/Genki+1+%28Anon+edit%29.zip">Genki 1</a> - An edited version of Genki 1 with the distracting romaji edited out can be found here. This version is preferred over the one in the pastebin as it encourages the learning of kana.</li>
</ul>
<p><a href="https://www2.gwu.edu/~eall/vjgnew/vjghomepage/vjghome.htm">Visualizing Japanese Grammar</a> - A series of videos that lucidly explain the basics of Japanese grammar. Each grammar concept has a quiz to test your understanding. The videos can also be downloaded from the <a href="cor.html">CoR</a> .</p>
<p><a href="http://www.imabi.net/">Imabi</a> - Written by a guy with a linguistics degree. More factually accurate and comprehensive than Tae Kim's guide, but its length and abundant use of linguistics terminology may make it unsuitable for complete beginners and/or people who would like to just quickly get basic grammar down and move onto reading. Those who plan on doing <a href="anki.html">Core2K</a> before they start reading, however, should have ample time (~3 months) to get through it before they finish that deck. While it has some flaws as a beginners guide, it can be very useful as a reference resource, especially for things which aren't covered in Tae Kim's guide.</p>
<p><a href="http://pomax.github.io/nrGrammar/">An introduction to Japanese - Syntax, Grammar & Language</a> - There are many words in each chapter (six chapters add up to a few hundred pages in the print version), so take it easy, maybe divide the work into subsections. Chapter 2 is when the actual grammar lessons start.</p>
<p><a href="http://www.japanesepod101.com/">Japanese Pod 101</a> - A free (mostly) castpod-like teaching Japanese grammar, vocabulary and culture. There is a 1 week free-trial to pdf containing tips and other features, like flashcards with lessons vocabulary. Good for storing in your phone and listening while in idle activities, buses, walks, etc. A large collection of lessons can be <a href="https://mega.nz/#F!HhQQVJRY!XGJ6-lTZ-qiaxrkFRqIexg">found here</a>.</p>
<p><a href="http://www.tanos.co.uk/jlpt/jlpt1/grammar/combined/">JLPT Grammar List</a> - List of all the grammar that you need to know for JLPT 5 to JLPT 1.</p>
<span id="Practice"></span>
<p><h3>Practice</h3></p>
<p><h4><span class="italic">Reading</span></h4></p>
<p><a href="reading list.html">Reading List</a> - This is a list of books, games and manga which we have compiled. You can sort through the list by skill, platform, etc. We recommend you have a look, regardless of skill level. Please contribute anything you read as well to it so it can become a better resource. A particularly detailed summary is not needed.</p>
<p><a href="http://livingjapanese.com/pages/reading_packs.html">Yotsuba Reading Pack</a> - This pack is designed for beginners who have just started reading. This is an accompaniment to the first two volumes of Yotsubato. This includes a vocabulary list and a pre-made Anki deck. Yotsubato! is a manga that is often recommended to beginners. Note that, if you dont want to do the deck, following along the HTML file is still very helpful for slang.</p>
<p><a href="http://www.aozora.gr.jp/">Aozora</a> - This site contains a collection of (mostly) Classic Japanese literature. This site is mainly for advanced readers and not recommended for beginners. <a href="http://oshiete.goo.ne.jp/qa/1049335.html">Heres</a> some good recommendations of famous Japanese authors.</p>
<ul>
<li><span class="bold">Note to Kindle users:</span> A kind anon put together a guide on how to convert Aozora Bunko text files into the mobi ebook format, as well as a guide on how to convert mobi files into searchable AZW3 ebooks:</li>
<li><a href="http://pastebin.com/8cRxRcQu">Aozora Bunko to Mobi</a></li>
<li><a href="http://pastebin.com/qdaYzitJ">Mobi to AZW3</a></li>
</ul>
<p><a href="http://tss.asenheim.org/">Asenheim</a> - Another site for playing visual novels. Features older, officially released Visual novels.</p>
<p><h4><span class="italic">Anime & TV</span></h4></p>
<p><a href="http://kitsunekko.net/dirlist.php?dir=subtitles%2Fjapanese%2F">Kitsunekko</a> - This site has a selection of Japanese subtitles for popular (anime) shows. The timing often does not match up with most available downloads, but you can try to retime it in a subtitle editing program or just look at it in the editor to compare with what you hear. There is a <a href="https://docs.google.com/spreadsheets/d/1O24ILleeONJvnu8EFw-kPxo7Roq1pdlL9UZdhytIpz0/edit#gid=0">spreadsheet</a> with shows and their subtitle delay, please fill in whatever you find out while using Japanese subtitles.</p>
<p><a href="https://www.d-addicts.com/forum/">D-Addicts</a> - This is a great site to find Dorama with subtitles. (Other Asian dramas are also here, fyi)</p>
<p><a href="http://www.fengyunlive.com/space/japan.htm">Fengyunzhibo</a> - This site is a good, easy place to watch some TV. Its a Chinese streaming site, but it has Japanese channels, which are of good quality for streams. Lately it does not seem to be working, though occasionally in the past this would happen and then it would later become accessible again. Regardless a proxy/VPN could be used if necessary. If you know of any similar sites, please make a comment about them.</p>
<p><a href="http://wilsonjj.me/jptv/">Wjj Media Box</a> - Another site for watching Japanese TV</p>
<p><a href="http://mov3.co/">Mov3</a> - A Chinese site like Fengyunzhibo specializing in Japanese TV.</p>
<p><a href="http://moko-reloaded.neocities.org/">Moko Reloaded</a> - A site with 30 Japanese TV channels to stream.</p>
<p><h4><span class="italic">Listening & Production</span></h4></p>
<p><a href="http://lang-8.com/">Lang-8</a> - Here, you can write journal entries which are corrected by Japanese natives, and in return, you correct theirs. This is a great way to increase your writing/production ability and also meet people to talk to.</p>
<p><a href="http://jpopsuki.eu/">Jpopsuki</a> - Great place to get and find any Japanese/Asian music, not just jpop. Requires that you get an account by either applying for one, or by having someone invite you. Sometimes you will be unable might ask for a referral either in the threads or on /mu/. If you do have someone refer you, make sure to keep a good ratio, because failing to do so could cause that person to apply for one, so if you want access, youn to lose their account (as well as yours), since all those you refer are considered to be under your responsibility.</p>
<p><a href="http://skypech.com/">Skypech</a> - Heres a site for finding some natives on Skype to talk to. This a Japanese site for Japanese people, so do not misunderstand and think that everyone here has an interest in learning English.</p>
<p><a href="http://www.nicovideo.jp/">Niconico</a> - A site with lots of Japanese videos and also a section for streamers if you want to see what a native sounds like. Ideal if you dont want to actually commit to interacting with another person.</p>
<p><a href="http://pastebin.com/3qH9MgZJ">Radio shows</a> - Radio shows provide a variety of themes and people speaking. But people also speak at a natural or even fast pace. Recommended for advanced listeners or people simply interested in listening to radio.</p>
<p><h4><span class="italic">Other</span></h4></p>
<p><a href="http://www.nyaa.se/">Nyaa</a> - If you type in the Japanese name, you can find the raw version of whatever media you are looking for most of the time. If what youre looking for is ero, use <a href="http://sukebei.nyaa.se/">this.</a> Note that most VNs will contain ero, and sometimes even non-ero VNs are uploaded to Sukebei instead of the main site.</p>
<span id="Videos"></span>
<p><h3>Videos</h3></p>
<p><a href="https://www.youtube.com/playlist?list=PL9987A659670D60E0">Namasensei's Japanese lessons (YouTube)</a> - Covers fairly little material but is a fun and very motivating introduction to the language for people who are just starting out. You bitch.</p>
<p><a href="https://www.youtube.com/user/lingosteve/videos">Steve Kaufmann (YouTube)</a> - Channel maintained by a Canadian polyglot who knows about a dozen languages and lived in Japan for close to 10 years. Contains lots of useful tips for language learning in general. Some recommended videos: <a href="https://www.youtube.com/watch?v=AqfISgCQV-U">1</a>, <a href="https://www.youtube.com/watch?v=G5IPArDxO40">2</a>, <a href="https://www.youtube.com/playlist?list=PLFED4984055236DDE">3</a></p>
<p><a href="https://www.youtube.com/user/freejapaneselessons3/videos">nihongonomori (YouTube)</a> - Channel apparently run by a group of Koreans with a bunch of video lessons on Japanese. Quite a lot of them seem to be related to studying for the <a href="https://en.wikipedia.org/wiki/Japanese-Language_Proficiency_Test">JLPT</a> exams. According to the anon who suggested the channel "[the] <a href="https://www.youtube.com/playlist?list=PLINFE8v4DOhtUkvfx3UrJ8CwD9U7xWbZA">Learn Japanese Grammar 1 playlist</a> is ok. It has a better explanation of particles than [Tae Kim's guide], but the stuff on verbs & adjectives are not given enough time."</p>
<p><a href="https://www.youtube.com/user/learnjapanesebod/videos">LearningJapanese (YouTube)</a> - Most of the videos are break-downs of sentences taken from Chinese Cartoons where the guy explains how all the grammar and vocabulary in the sentence fits together to produce its meaning. There seem to be other videos on the channel where the guy just talks about certain aspects of the language too.</p>
<p><a href="https://rutracker.org/forum/viewtopic.php?t=334804">Let's Learn Japanese Basic I</a> / <a href="https://rutracker.org/forum/viewtopic.php?t=339735">Basic II</a> - A video series produced by <a href="https://en.wikipedia.org/wiki/Japan_Foundation">The Japan Foundation</a>, the first season in the mid-1980s, and the second season 10 years later. Apparently covers similar material to what can be found in Genki and Tae Kim's guide.</p>
<br>
<br>
<br>
<br>
<br>
<br>
<span id="Useful Learning Tools"></span>
<p><h2>Useful Learning Tools</h2></p>
<span id="Typing Japanese"></span>
<p><h3>Typing Japanese</h3></p>
<p><span class="italic">Input Method Editor (IME) - It will allow you to type in Japanese using your keyboard. Required.</span></p>
<p><span class="italic">(Note: Both Mac and Windows have IMEs already pre-installed but its not as featureful as Google IME.)</span></p>
<p><span class="bold"></span><a href="https://www.google.co.jp/intl/ja/ime/">Google IME</a> <span class="italic">(Windows, Mac OS)</span> - Google IME generally includes a larger collection of words, inclusive of internet slang. The downside, however, is that its handwriting recognition is rather lacking (see ”sljfaq” below). To switch between romaji and kana press alt+` (just above tab key). Ctrl + Caps Lock for hiragana, hold shift while in hiragana mode to type in katakana. Alt + Caps is katakana. Shift + Caps reverts back to hiragana. This does not affect Caps Lock. You can also press F7 after typing something in hiragana to switch it to katakana without changing mode.
Protip: Type in kaomoji and hit space. Alternatively: read <a href="http://nihonshock.com/2010/04/12-japanese-ime-tips/">this article</a>.</p>
<p><a href="https://github.com/google/mozc">Mozc</a> <span class="italic">(Chromium OS, Android, Windows, Mac OS, GNU/Linux)</span> - This is a project that stems from Google IME, except that it is available on a greater number of operating systems.</p>
<p>If you have any trouble with Mozc for GNU/Linux read <a href="http://chris.bracken.jp/2011/10/installing-ibus-mozc-on-ubuntu-1110.html">this</a>.</p>
<p>Packages also exist in Fedora, Debian, GNU/Linux Mint, and. For Arch, its available in the AtwUR.</p>
<p><a href="http://www.localizingjapan.com/blog/2012/05/29/japanese-input-on-ubuntu-linux-12-04-lts-precise-pangolin/">iBus</a> - <span class="italic">(GNU/Linux)</span> - If you use (K/X/L)Ubuntu, <a href="https://help.ubuntu.com/community/JapaneseInput">you probably already have it</a>. You just need to install the Japanese IME packages using the language support in the settings and select iBus as your keyboard input method system. You can select the keys to press to change the keyboard layout or do it manually using the icon on the panel. For the rest of us that dont use Ubuntu or its variants, you can probably find iBus in the official repositories of your distribution. You can make iBus autostart when you boot by adding ibus-daemon to your ~/.xinitrc. And you will probably want to add & to the end, ala: ibus-daemon & (also your windows manager might have its own autostart file, use that instead) that you can find in your Home folder.</p>
<ul>
<li>Dont forget to configure Qt for input in Qt apps. See <a href="https://wiki.archlinux.org/index.php/IBus#Initial_setup">this</a> and <a href="https://wiki.archlinux.org/index.php/Ibus#Plasma_5">this</a>.</li>
<li>For problems with other applications, see <a href="https://wiki.archlinux.org/index.php/IBus#Troubleshooting">this</a>.</li>
<li>For the superior non <span class="bold"></span>buntu users: <a href="https://wiki.archlinux.org/index.php/Internationalization/Japanese">https://wiki.archlinux.org/index.php/Internationalization/Japanese</a> (recommended Input Method Editor: <a href="https://wiki.archlinux.org/index.php/Mozc">Mozc</a>. There is a version of Mozc in the AUR for those on Arch Linux called <a href="https://wiki.archlinux.org/index.php/Mozc#mozc-ut">mozc-ut</a> which comes with the <a href="http://www.geocities.jp/ep3797/mozc_01.html">UT dictionary</a>, adding 580,000+ words to the original, but be warned that compiling this version can take quite a long time.)</li>
</ul>
<span id="Anki"></span>
<p><h3>Anki</h3></p>
<p><span class="italic">Flashcard software. Also available for mobile.</span></p>
<p><span class="bold"></span><a href="http://ankisrs.net/">Anki</a> - Anki is a flashcard program which uses a method called spaced repetition to drill information into your head. You can download <a href="https://ankiweb.net/shared/decks/">premade decks</a>. It shows you a set amount of new cards each day (default 20) and will show you the same cards again when you are most likely to forget them, which is predicted through algorithms. This program has a lot of features that cant be covered here, so <span class="bold">R</span>ead <span class="bold">T</span>he <span class="bold">F</span>ucking <a href="http://ankisrs.net/docs/manual.html"><span class="bold">M</span>anual</a> if you wish to totally utilize Anki. You can also get this on your mobile device and sync your deck between both versions. The official App Store version costs money (to support the devs) so you might just want to use Safari in that case instead.</p>
<p>There are programs and add-ons that further increase its usefulness, see: <a href="http://rtkwiki.koohii.com/wiki/Morph_Man">Morph Man</a>, <a href="http://subs2srs.sourceforge.net/">subs2srs</a>, and <a href="https://ankiweb.net/shared/addons/">many more</a>. A popular add-on worth mentioning is <a href="https://ankiweb.net/shared/info/942570791">Kanji Grid</a>, which allows you to visualise your progress through the kanji and may help to keep you motivated in your struggle with them.</p>
<p>If you use GNU/Linux and you want to change the size of the Japanese characters, you need to install the appropriate Japanese fonts, if you dont have them. Two high-quality fonts which should be available in the repositories of most distros are the IPA Gothic & Mincho fonts developed by Japans Information-technology Promotion Agency (the package in your distros repo should come with <a href="https://en.wikipedia.org/wiki/Typeface#Proportion">proportional</a> variants, IPAPGothic and IPAPMincho respectively, which have <a href="https://en.wikipedia.org/wiki/Kerning">kerning</a> and thus should be more visually-pleasing), and the Noto CJK fonts developed by Google (note that the latin glyphs in the Noto CJK font are different from those in the ordinary Noto font). Even Windows users should consider switching to these fonts as Microsofts own Gothic and Mincho fonts are quite poor. For more fonts, see <a href="http://www.geocities.jp/ep3797/japanese_fonts.html">this</a> and <a href="http://www.geocities.jp/ep3797/modified_fonts_01.html">this</a>.</p>
<p>Anki is highly customizable, and you may change whatever you see fit to match your learning style, but for a quick start into learning vocabulary with Anki, the procedure in <a href="anki.html">DJTs Anki start-up guide</a> is recommended.</p>
<p><a href="http://core6000.neocities.org/">Core6K/10K/5K index</a> - This site lets you browse the contents of various popular Anki decks online.</p>
<span id="Dictionaries"></span>
<p><h3>Dictionaries</h3></p>
<p><span class="italic">Use these to look up words. Jisho and Tangorin also have kanji lookup.</span></p>
<p><span class="bold"></span><a href="http://rikaisama.sourceforge.net/">Rikaisama</a> - <span class="italic">(Firefox)</span> - This is a tool that shows you equivalent or close meanings (in English) of Japanese words in plaintext format, by hovering over them. Has many useful features such as audio playback and the ability to save words to a file or import it straight into Anki.</p>
<ul>
<li>There is also Rikaichan for Firefox, but there is absolutely no reason to use it since Rikaisama has all of its features.</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/rikaicake-jp-en-dictionary/">RikaiCake</a>: This is a dictionary file that adds 5,000 additional definitions, curated by a manga translator. Install the extension and then <a href="http://i.imgur.com/zRJoiJ7.png">give the dictionary priority</a> in Rikaisamas settings.</li>
</ul>
<p><a href="https://chrome.google.com/webstore/detail/rikaikun/jipdnfibhldikgcjhfnomkfpcebammhp?hl=en">Rikaikun</a> - <span class="italic">(Chrome)</span> - Essentially an unfortunately inferior clone of Rikaichan, but still serviceable enough if you just cant let go of the botnet.</p>
<p><span class="bold"></span><a href="http://jisho.org/">Jisho</a> - Online J>E/E>J dictionary. It also contains information on kanji including a order, readings, etc. You can also search a kanji by handwriting or its radicals if you dont know the correct stroke order. </p>
<p><span class="bold"></span><a href="http://ejje.weblio.jp/">Weblio</a> - Principally a Japanese to English lookup resource, and consequently a decent source for Japanese > English phrases.</p>
<p><a href="http://tangorin.com/">Tangorin</a> - Another online dictionary with information on kanji and vocabulary. Features over 161,000 example sentences for words and grammar points while giving you a little more information than other dictionaries, such as whether a word is considered more formal than another one with the same meaning. Easily lets you look up words inside examples just by clicking on them. When looking up word definitions, includes example sentences exemplifying most definitions of a word.</p>
<p><a href="http://www.jedict.com/">JEdict</a> - An offline dictionary application. Contains various dictionaries (you can download and add more) and handwritten Kanji lookup. It seems that its only available for Mac.</p>
<p><a href="http://www.tagaini.net/">Tagaini Jisho</a> - another offline dictionary program. Contains lots of functionality, including kanjivg stroke orders, much like Jisho.org</p>
<p><a href="http://ichi.moe/">ichi.moe</a> - Like a dictionary but with the ablity to split entire sentences into words.</p>
<span id="Kanji Lookup"></span>
<p><h3>Kanji Lookup</h3></p>
<p><span class="italic">Use these to look up kanji.</span></p>
<p><span class="bold"></span><a href="https://translate.google.com/">Google Translate</a> - Handwritten kanji lookup. Select Japanese and push the pencil button. No matter what kind of abomination you draw, google will recognize it. Amount of strokes and the order in which they are placed is irrelevant, just vaguely sketch what you want to look up and google will recognize it. Unparalleled when it comes to handwriting recognition.</p>
<p><span class="italic">Google translate is a piece of shit when it comes to translating Japanese syntax. Dont use it for that.</span></p>
<p><a href="https://sites.google.com/site/nihilistorguk/">Kanji Stroke Order Font</a> A font that shows the stroke order for kanji. <a href="http://pastebin.com/1rV3c2BB">Here</a> is a guide on how to set-up Rikaichan to use it. Not always correct, so be careful. <a href="http://kakijun.jp/">Kakijun</a> is a great website for checking the proper stroke order.</p>
<p><a href="http://kanji.sljfaq.org/">sljfaq</a> - Handwritten kanji search. Just draw the kanji using the correct stroke order and a list of possible kanji will appear. The results will link you to the <a href="http://www.edrdg.org/cgi-bin/wwwjdic/wwwjdic?1C">WWWJDIC</a> project by default, which is where the data for Jisho and most other online Japanese dictionaries comes from. You can go through the options page to redirect to your preferred service. Whats nice about this is that it saves your writing so it will still be there even if you close the page.</p>
<p><a href="http://kanji.sljfaq.org/mr-old.html">Multiradical kanji search</a> - Search kanji by radicals. Multiple radical. Sounds radical, right?</p>
<span id="Ebook Tools"></span>
<p><h3>Ebook Tools</h3></p>
<p><span class="bold"></span><a href="http://pastebin.com/8cRxRcQu">Guide to Convert Aozora Bunko Text Files into Mobi Ebooks</a> <span class="bold">and</span> <a href="http://pastebin.com/qdaYzitJ">Guide to Convert Mobi Ebooks into Searchable AZW3 Ebooks</a> - two guides very useful for anybody who wants to read Japanese books on their Kindle or other e-reader that accepts books in azw3 format. Using them you can convert txt /mobi file into a searchable e-reader format (Kindle has a free Japanese dictionary available, you can also find some other dictionaries on the Internet and add them to your e-reader).</p>
<p><span class="bold"></span><a href="https://sourceforge.net/projects/jnovelformatter/">JNovel Formatter</a>- Breaks down a .txt into bite-size (your choice of length) chunks and converts it to html. Makes the task of reading LN's less daunting. a utility that will convert Japanese novels (in .txt) to nicely formatted HTML files. It enables you to use text hookers (Rikaisama, Rikaichan) while reading LNs/novels. A massive collection of .txt books can be found in the <a href="cor.html">Cornucopia of Resources</a> (<a href="https://mega.co.nz#F!uRNGFDya!fVuFYuDW1vTuEDsPE0yzFA">'400+MB assorted LN txt file format'</a>). The collection is also available in <a href="https://mega.co.nz#F!iJESRCJD!WM2kQRMwlgc8Asc3UiwBVA">azw3</a> and <a href="https://mega.co.nz#F!HMNgQLTI!agLeklx6Rqvpr9_j9Dsdfw">html</a>.</p>
<p><a href="http://forum.koohii.com/thread-13948.html">NHK Easy News for Kindle</a> - A script that downloads the days news from <a href="http://www3.nhk.or.jp/news/easy/">NHK Easy News</a> and converts it to MOBI or PDF format for your e-reader. Download automatically generated files <a href="http://web.uni-plovdiv.bg/vebaev/NHK/NHK.htm">here</a>.</p>
<span id="Manga OCR"></span>
<p><h3>Manga OCR</h3></p>
<p><span class="bold"></span><a href="http://www.kanjitomo.net/">KanjiTomo</a> - This is an Optical Character Recognition (OCR) software. Scans for words on your screen and tells you what they are and what they mean. Success rate varies widely based on image / character quality. Suggested for manga.</p>
<p><a href="https://www.mediafire.com/?9pu029ldiie2e78">Here</a> is a simple shortcut script designed to make KanjiTomo easier to use. <a href="http://www.mediafire.com/download/t4tk3x5515ewew5/KanjiTomo.ahk">Alternative</a> link. Download <a href="http://ahkscript.org/">AutoHotkey</a> to use. It allows for easy toggling automatic OCR, quick copy paste words to text file, etc. very useful for streamlining the word lookup process when reading manga on a computer, etc. A short write up explaining the shortcut keys can be found <a href="http://pastebin.com/GRVQeT2M">here</a>.</p>
<p><a href="https://sourceforge.net/projects/capture2text/">Capture2Text</a> - Another OCR program.</p>
<span id="Visual Novels"></span>
<p><h3>Visual Novels</h3></p>
<p><a href="http://visual-novels-general.wikia.com/wiki/Basic_Guide_to_Installation">VN installation guide</a> - Explains how to set-up your system locale to work with VNs. Ignore the parts about English patches.</p>
<p><a href="http://www.hongfire.com/forum/forum/hentai-lair/hentai-game-discussion/tools-and-tutorials/185725-interactive-text-hooker-new-text-extraction-tool">Interactive Text Hooker</a> - This allows you to extract text from Japanese games as its being displayed. The extracted text is put in your clipboard for an application like Translation Aggregator to make use of it. Designed for reading VNs, so it will not work for most non-VN type games and unsupported engines.</p>
<p><span class="bold"></span><a href="http://www.hongfire.com/forum/forum/hentai-lair/hentai-game-discussion/tools-and-tutorials/411001-ithvnr-ith-with-the-vnr-engine">ITHVNR</a> - This is ITH with the Visual Novel Reader (VNR) engine, allowing it to work with a wider selection of stuff (including non-VN stuff like 32bit media players for watching Japanese subbed anime). It also doesn't require hook codes for most things. <a href="https://mega.co.nz#!7kAi0J4Q!2aipZ7ToK8JmcI4-NHS8oXTtIx7ol9vYGUeUxeIm8Xs">Back-up link</a> for ITHVNR if Hongfire is down.</p>
<p><span class="bold"></span><a href="http://pastebin.com/raw/DgZ84qwk">Firefox Auto-scrolling Rikai VN Texthooking with ITHVNR Setup Guide</a> - A guide on setting up ITHVNR so you can send VN text to Firefox and read it with Rikaisama (and use the convenient word mining function). The recommended method.</p>
<p><a href="http://www.hongfire.com/forum/forum/hentai-lair/hentai-game-discussion/tools-and-tutorials/68499-translation-aggregator">Translation Aggregator</a> - Usually used for machine translation, but in your case, youll be using JParser (preferably with Mecab hinting) to help you parse Japanese sentences and enable you to easily look up words in the same fashion as with Rikaichan and the like.</p>
<p>[Chiitrans Lite - idiotproof texthooking for people that cant get ITH or TA working, cost is lack of flexibility and dependency on IE8 and .net 4]</p>
<span id="Mobile Devices"></span>
<p><h3>Mobile Devices</h3></p>
<p><a href="https://play.google.com/store/apps/details?id=com.google.android.inputmethod.japanese">Google Japanese Input</a> - Input Japanese on Android.</p>
<p><a href="https://play.google.com/store/apps/details?id=com.alexisblaze.japanese_grammar&hl=en">Tae Kim app</a> - Tae Kims grammar guide for Android. Includes bookmarks, day/night modes, easy navigation and clickable translations.</p>
<p><a href="https://github.com/ispedals/Rikachan-Android/releases">Rikaichan for Android</a> - A version of Rikaichan for Android, allowing you to easily look-up words.</p>
<p><a href="https://play.google.com/store/apps/details?id=com.umibouzu.jed">JED - Japanese Dictionary</a> - An offline dictionary for Android.</p>
<p><a href="https://play.google.com/store/apps/details?id=org.nick.wwwjdic">WWWJDIC for Android</a> - An offline dictionary for Android.</p>
<p><a href="https://play.google.com/store/apps/details?id=com.zyz.mobile&hl=en">Jade Reader</a> - Free open source text reader. Provides instant offline EDICT lookup. Also allows you to conveniently save words from the text you're reading into a list so can add them to Anki later.</p>
<p><a href="http://forum.koohii.com/thread-11121.html">OCR Manga Reader for Android</a> - Free and open source Android app that allows you to quickly OCR and lookup Japanese words in real-time. It does not have ads and does not require network permissions. Supports both EDICT and EPWING dictionaries.</p>
<p><a href="https://play.google.com/store/apps/details?id=com.craxic.akebifree">Akebi</a> - Japanese dictionary for Android with handwriting kanji search option. Useful for studying jouyou kanji too.</p>
<span id="Misc Tools"></span>
<p><h3>Misc Tools</h3></p>
<p><span class="italic">Useful things that dont fit into any of the other categories.</span></p>
<p><a href="https://en.wikibooks.org/wiki/Japanese">Wikibooks</a> - A small collection of resources for learning Japanese. Does not seem to go into too much depth. Good supplement.</p>
<p><a href="https://www.lingq.com/">LingQ</a> - Good language learning site with many translated texts + audio. Although you can use it for free for a little while at the beginning, continued usage of the site costs money.</p>
<p>An anon has kindly ripped and posted many of the podcasts and so forth which you download <a href="https://mega.co.nz#!EEtQ1AYL!X-gE-7zj2OgsuSW4IxEY_e9dLb1TOBHLDr0vQSYELoc">here</a>.</p>
<p><a href="http://lwt.sourceforge.net/">Learning With Text (LWT)</a> - An extensive application that seems somewhat similar to LingQ.</p>
<p><a href="http://pastebin.com/w0gRFM0c">The Pastebin</a> - An outdated list of various resources.</p>
<p><a href="http://forum.koohii.com/post-168688.html#pid168688">Japanese Text Analysis Tool</a> - Takes a .txt, youd probably use a 青空文庫 (term for .txt books, frequently LN), and creates a frequency list based on that.</p>
<p><a href="http://forum.koohii.com/post-192583.html#pid192583">cb's Kanji Word Association Tool</a> - Will generate a list of words based on kanji already studied up to that point and kana. In addition, words are sorted by frequency, and no duplicates are associated with each kanji.</p>
<p><a href="http://www.hiragana.jp/en/">Hiragana Megane</a> - This site adds furigana to kanji on websites.</p>
</body>
</html>

2
robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /

33
stats.html Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>日本語文法辞典</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="stylesheet" href="stylesplash.css">
</head>
<style>
</style>
<body>
<div class="feedback">
<ul style="list-style-type:square">
<li><a class="one" href="https://goo.gl/bTAVdq.info" target="_blank">Guide</a></li>
<li><a class="one" href="https://goo.gl/VOqdPo.info" target="_blank">Guide Resource List</a></li>
<li><a class="one" href="http://goo.gl/YS0yLE.info" target="_blank">Grammar Reference</a></li>
<li><a class="one" href="http://goo.gl/CYTQvs.info" target="_blank">Anki Startup Guide</a></li>
<li><a class="one" href="https://goo.gl/AHh3Mb.info" target="_blank">Cornucopia of Resources</a></li>
<li><a class="one" href="https://goo.gl/9baxS4.info" target="_blank">Reading List</a></li>
<li><a class="one" href="https://goo.gl/forms/CJpaz61imNdo98qp1.info" target="_blank">DoJG site/deck QC</a></li>
<li><a class="one" href="http://goo.gl/soc9gG.info" target="_blank">Mobile Devices (old)</a></li>
<li><a class="one" href="http://goo.gl/9njnMS.info" target="_blank">Resources (old)</a></li>
<li><a class="one" href="https://goo.gl/QmieI7.info" target="_blank">Feedback</a></li>
</ul>
</div>
</body>
</html>

9
style.css Normal file
View File

@ -0,0 +1,9 @@
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
HTML content. To learn how to do something, just try searching Google for questions like
"how to change link color." */
body {
background-color: white;
color: black;
font-family: Verdana;
}

112
stylesplash.css Normal file
View File

@ -0,0 +1,112 @@
body {
font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
margin:40px auto;
line-height:1.6;
background: #F6F6F6;
margin-top: 0px;
}
.extra {
display: none;
}
p:hover .extra {
display: inline-block;
}
.container {
width: 800px;
}
img {
float:right;
opacity: 0.35;
margin-top: 200px;
margin-right: 10%;
}
.byline {
z-index: 100;
position: absolute;
float:left;
margin-top: 50px;
margin-left: 20%;
text-align: left;
font-size:20.0pt;
color: #F44D54;
}
.volumes {
z-index: 100;
position: absolute;
float:left;
margin-top: 200px;
margin-left: 20%;
text-align: left;
font-size:15.0pt;
}
a.one:link {
color: black;
background-color: transparent;
text-decoration: none;
}
a.one:visited {
color: black;
background-color: transparent;
text-decoration: none;
}
a.one:hover {
color: #F44D54;
background-color: transparent;
text-decoration:underline;
}
a.one:active {
color: black;
background-color: transparent;
text-decoration: none;
}
.threadsred {
margin-top: 75px;
margin-left: 75px;
text-align: left;
font-size:16.0pt;
color: #F44D54;
}
.threads {
margin-top: 20px;
margin-left: 100px;
text-align: left;
font-size:12.0pt;
}
a.two:link {
color: #F44D54;
background-color: transparent;
text-decoration: none;
}
a.two:visited {
color: #F44D54;
background-color: transparent;
text-decoration: none;
}
a.two:hover {
color: #F44D54;
background-color: transparent;
text-decoration:underline;
}
a.two:active {
color: #F44D54;
background-color: transparent;
text-decoration: none;
}

42
threads.html Normal file
View File

@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>DJT webring</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="stylesheet" href="stylesplash.css">
</head>
<body>
<div class="threadsred">
<p>Close the world, Open the nExt</p>
</div>
<div class="threads">
<p>4chan &emsp;&emsp; <a class="one" href="https://boards.4chan.org/a/catalog#s=djt">/a/</a></p>
<p>8ch &emsp;&emsp; <a class="one" href="http://8ch.net/a/res/519845.html">/a/</a></p>
<p>wizardchan &emsp;&emsp; <a class="one" href="https://wizchan.org/jp/res/16145.html">/jp/</a></p>
<p>2ch &emsp;&emsp; <a class="one" href="http://phoebe.bbspink.com/test/read.cgi/bbbb/1475864179/">English</a></p>
<p>4-ch &emsp;&emsp; <a class="one" href="http://4-ch.net/language/kareha.pl/1475864701/l50">Language</a></p>
<br>
<p><a class="one" href="">home</a></p>
</div>
<!--
<div class="threadsred">
<p><a class="two" href="https://docs.google.com/forms/d/1XEXk76v58FabefRLV2DYXr7BmQ4V9VaqX_J4dQcuqdY/">join the wired</a></p>
</div>
-->
</body>
</html>