<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="https://itsupera.github.io//blog/feed.xml" rel="self" type="application/atom+xml" /><link href="https://itsupera.github.io//blog/" rel="alternate" type="text/html" /><updated>2022-09-18T17:10:32+00:00</updated><id>https://itsupera.github.io//blog/feed.xml</id><title type="html">Itsupera</title><subtitle>Itsupera's site.</subtitle><entry><title type="html">Furiganalyse: adding furigana to Japanese ebooks</title><link href="https://itsupera.github.io//blog/blog/2021/07/03/furiganalyse.html" rel="alternate" type="text/html" title="Furiganalyse: adding furigana to Japanese ebooks" /><published>2021-07-03T14:41:17+00:00</published><updated>2021-07-03T14:41:17+00:00</updated><id>https://itsupera.github.io//blog/blog/2021/07/03/furiganalyse</id><content type="html" xml:base="https://itsupera.github.io//blog/blog/2021/07/03/furiganalyse.html">&lt;p&gt;TL;DR: I’ve made a webapp to annotate Japanese EPUB books with furigana, &lt;a href=&quot;http://furiganalyse.itsupera.co&quot;&gt;try it here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Have you ever been frustrated when reading a Japanese book because you could not remember that word’s reading ?
Even with an ereader with a build-in dictionary, popping up the dictionary just to get the reading can take up some time.
It would be much more convenient to have all the furigana written aside in the first place…&lt;/p&gt;

&lt;p&gt;I’ve looked up projects to do this and only found &lt;a href=&quot;https://github.com/haoxuany/furiganalize-epub&quot;&gt;this one&lt;/a&gt;.
After managing to make run, I discovered that there was many bugs with the furigana generation and decide to create my own project.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/itsupera/furiganalyse&quot;&gt;Furiganalyse&lt;/a&gt; is a webapp and command line program to annotate EPUB ebook with furigana.
I will add furigana for all kanjis, but will not override any existing one.
Since it is a pain to setup all the dependencies and dictionaries, I’ve deployed the app &lt;a href=&quot;http://furiganalyse.itsupera.co&quot;&gt;here for you to try&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Under the hood, furiganalyse leverages &lt;a href=&quot;https://github.com/itsupera/furigana&quot;&gt;my fork of the “furigana” project&lt;/a&gt; to generate the furigana.
It is using the MeCab toolkit to segment the sentence into “words” and get their individual reading.
The more complex part was mapping each kana of the reading to each kanji of the original text.
There a few annoying cases to deal with, and though it will fail from time to time it is really usable at this point.&lt;/p&gt;</content><author><name></name></author><category term="blog" /><summary type="html">TL;DR: I’ve made a webapp to annotate Japanese EPUB books with furigana, try it here</summary></entry><entry><title type="html">Book review: ひとりでも学べる日本語の発音</title><link href="https://itsupera.github.io//blog/blog/2021/05/29/hitori-de-manabu-praat-book-review.html" rel="alternate" type="text/html" title="Book review: ひとりでも学べる日本語の発音" /><published>2021-05-29T09:22:45+00:00</published><updated>2021-05-29T09:22:45+00:00</updated><id>https://itsupera.github.io//blog/blog/2021/05/29/hitori-de-manabu-praat-book-review</id><content type="html" xml:base="https://itsupera.github.io//blog/blog/2021/05/29/hitori-de-manabu-praat-book-review.html">&lt;p&gt;&lt;img src=&quot;https://itsupera.github.io//assets/hitori_de_manabu_praat_book.jpg&quot; alt=&quot;Book cover&quot; /&gt;&lt;/p&gt;

&lt;p&gt;TL;DR: I can recommend &lt;a href=&quot;https://www.amazon.co.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%A7%E3%82%82%E5%AD%A6%E3%81%B9%E3%82%8B%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%AE%E7%99%BA%E9%9F%B3-%E6%9C%A8%E4%B8%8B%E7%9B%B4%E5%AD%90-ebook/dp/B08GK4CGNR&quot;&gt;this book&lt;/a&gt; to intermediate learners as a solid introduction to japanese pronunciation,
and a great guide on how to practice it by yourself using shadowing and the &lt;a href=&quot;https://www.fon.hum.uva.nl/praat/&quot;&gt;Praat software&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;ひとりでも学べる日本語の発音 (Hitori de mo manaberu nihongo no hatsuon)
    is an introduction to japanese pronunciation written for beginner and intermediate learners.
The book is written in japanese, but the language used is fairly simple.
Furigana are written for all kanji, so it is easy to read for an intermediate learners.
You can buy the book on &lt;a href=&quot;https://www.amazon.co.jp/%E3%81%B2%E3%81%A8%E3%82%8A%E3%81%A7%E3%82%82%E5%AD%A6%E3%81%B9%E3%82%8B%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%AE%E7%99%BA%E9%9F%B3-%E6%9C%A8%E4%B8%8B%E7%9B%B4%E5%AD%90-ebook/dp/B08GK4CGNR&quot;&gt;Amazon JP&lt;/a&gt; in hard cover or Kindle edition.&lt;/p&gt;

&lt;p&gt;The book does a great job at introducing the specifics of japanese pronunciation, such as pitch-accent.
It starts with 2 general rules:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;each sentence part is pronounced with a pitch roughly corresponding to a 「へ」shape (slight raise on the second mora then slow decrease)&lt;/li&gt;
  &lt;li&gt;pausing between sentence parts, with a longer pause between sentence&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From this basic framework it goes more into details,
   explaining the different pitch-accent patterns
   or how to properly pronounce each vowel and consonant.
It is not an exhaustive resource though, for example for verbs only the most common conjugations are included (～ます、～ない、～た、～て), 
   and the reader is directed to the &lt;a href=&quot;http://www.gavo.t.u-tokyo.ac.jp/ojad/&quot;&gt;OJAD website&lt;/a&gt; for further details.&lt;/p&gt;

&lt;p&gt;This book is valuable as a guide on how to practice your pronunciation.
For example, using the audio content that comes with the book, it advises you to perform the following shadowing exercise:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;First read the transcript while listening&lt;/li&gt;
  &lt;li&gt;Shadow the speech, without reading&lt;/li&gt;
  &lt;li&gt;Repeat it, without reading&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Then, it explains how you can use the &lt;a href=&quot;https://www.fon.hum.uva.nl/praat/&quot;&gt;Praat software&lt;/a&gt; to compare your recording with the native’s speech.
Praat shows how the intensity (volume of the voice) and pitch change over time.
This make it easy to check your pronunciation,
   in particular for pitch-accent which can be difficult to hear if your native language does not have such accent.&lt;/p&gt;

&lt;p&gt;This kind of practical advices is typically what is missing from &lt;a href=&quot;https://www.patreon.com/posts/16489306&quot;&gt;Dougen’s Japanese Phonetics course&lt;/a&gt;.&lt;/p&gt;</content><author><name></name></author><category term="blog" /><summary type="html"></summary></entry></feed>