<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Haiku Form Guide | Kris Yotam</title>
<link rel="stylesheet" href="../../c/site.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="mode-container">
<input type="radio" name="theme" id="theme-auto" checked>
<label for="theme-auto" class="auto" title="Auto theme"></label>
<input type="radio" name="theme" id="theme-light">
<label for="theme-light" class="light" title="Light theme"></label>
<input type="radio" name="theme" id="theme-dark">
<label for="theme-dark" class="dark" title="Dark theme"></label>
</div>
<div class="top-bar" role="navigation">
<a href="../../index.html" title="Main page"><img src="../../c/sigma.svg" alt="Main page"></a>
<a href="../../about.html" title="About"><img src="../../c/news.svg" alt="About"></a>
<a href="#" title="Code"><img src="../../c/code.svg" alt="Code"></a>
<a href="../../pics.html" title="Photography"><img src="../../c/camera.svg" alt="Photography"></a>
<a href="#" title="Pictures"><img src="../../c/picture.svg" alt="Pictures"></a>
<a href="../../vids.html" title="Videos"><img src="../../c/video.svg" alt="Videos"></a>
<a href="#" title="Donations"><img src="../../c/beer.svg" alt="Donations"></a>
<a href="#" title="Social"><img src="../../c/elephant.svg" alt="Social"></a>
</div>
<h1>Haiku Form Guide</h1>
<div class="keepws">
(<span class="bold">notes</span>
(date 2025-05-24)
(category <a href="../../notes.html">literature</a>)
(status <span class="status-rough">rough</span>)
(confidence likely)
(importance 6)
(tags poetry methodology haiku))
</div>
<div class="prose">
<h2>Introduction</h2>
<p>Haiku is a traditional form of Japanese poetry, It often captures a moment in nature or an emotion in a few short lines.</p>
<h2>Form</h2>
<h5>Mora (On) Count</h5>
<ul>
<li>Traditional Japanese: 17 on in a 5-7-5 pattern</li>
<li>On does not equal English syllables (moras are rhytmic units); English haiku typically bend this count.</li>
</ul>
<h5>Lineation</h5>
<p>Haiku has Three Phrases (printed as three lines):</p>
<ul>
<li>5 on (phrase 1)</li>
<li>7 on (phrase 2)</li>
<li>5 on (phrase 3)</li>
</ul>
<h2>Terminology</h2>
<table>
<tr><td>Term</td><td>Japanese</td><td>Description</td></tr>
<tr><td>On</td><td>音 (on)</td><td>Phonetic “beat” in Japanese; English haiku use syllables loosely.</td></tr>
<tr><td>Kigo</td><td>季語 (kigo)</td><td>A reference to a season or natural phenomenon anchoring the poem in time.</td></tr>
<tr><td>Kireji</td><td>切れ字 (kireji)</td><td>A “cut” or caesura that creates a juxtaposition or pause.</td></tr>
<tr><td>Saijiki</td><td>歳時記 (saijiki)</td><td>A compendium of kigo organized by season and sub-season.</td></tr>
</table>
</div>
</body>
</html>