1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-09 02:24:21 +03:00
inform7/docs/inflections-module/index.html
Graham Nelson 1268a0f40e Colonised
2020-04-14 17:56:54 +01:00

131 lines
5.5 KiB
HTML

<html>
<head>
<title>inflections</title>
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="../inweb.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body>
<nav role="navigation">
<h1><a href="../index.html">
<img src="../docs-src/Figures/Inform.png" height=72">
</a></h1>
<ul><li><a href="../compiler.html">compiler tools</a></li>
<li><a href="../other.html">other tools</a></li>
<li><a href="../extensions.html">extensions and kits</a></li>
<li><a href="../units.html">unit test tools</a></li>
</ul><h2>Compiler Webs</h2><ul>
<li><a href="../inbuild/index.html">inbuild</a></li>
<li><a href="../inform7/index.html">inform7</a></li>
<li><a href="../inter/index.html">inter</a></li>
</ul><h2>Inbuild Modules</h2><ul>
<li><a href="../supervisor-module/index.html">supervisor</a></li>
</ul><h2>Inform7 Modules</h2><ul>
<li><a href="../core-module/index.html">core</a></li>
<li><span class="unlink">inflections</span></li>
<li><a href="../linguistics-module/index.html">linguistics</a></li>
<li><a href="../kinds-module/index.html">kinds</a></li>
<li><a href="../if-module/index.html">if</a></li>
<li><a href="../multimedia-module/index.html">multimedia</a></li>
<li><a href="../problems-module/index.html">problems</a></li>
<li><a href="../index-module/index.html">index</a></li>
</ul><h2>Inter Modules</h2><ul>
<li><a href="../bytecode-module/index.html">bytecode</a></li>
<li><a href="../building-module/index.html">building</a></li>
<li><a href="../codegen-module/index.html">codegen</a></li>
</ul><h2>Shared Modules</h2><ul>
<li><a href="../arch-module/index.html">arch</a></li>
<li><a href="../syntax-module/index.html">syntax</a></li>
<li><a href="../words-module/index.html">words</a></li>
<li><a href="../html-module/index.html">html</a></li>
<li><a href="../../../inweb/docs/foundation-module/index.html">foundation</a></li>
</ul>
</nav>
<main role="main">
<ul class="crumbs"><li><a href="../index.html">Home</a></li><li><a href="../compiler.html">Inform7 Modules</a></li><li><b>inflections</b></li></ul>
<p class="purpose">A library for adapting words or short phrases for linguistic purposes. This is version 1.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Starting Up</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="1-im.html"><spon class="sectiontitle">Inflections Module</span></a> -
<span class="purpose">Setting up the use of this module.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="2"></a><spon class="chaptertitle">Chapter 2: Machinery</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="2-ld.html"><spon class="sectiontitle">Linguistic Definitions</span></a> -
<span class="purpose">Some basic linguistic constants are defined.</span></p>
</li>
<li>
<p><a href="2-np.html"><spon class="sectiontitle">Non-Parsing Preform</span></a> -
<span class="purpose">Other uses for Preform grammar, including the generation of adaptive text, and word inflection.</span></p>
</li>
<li>
<p><a href="2-tai.html"><spon class="sectiontitle">Tries and Inflections</span></a> -
<span class="purpose">Using tries to inflect word endings.</span></p>
</li>
<li>
<p><a href="2-nc.html"><spon class="sectiontitle">Name Clusters</span></a> -
<span class="purpose">Name clusters are sets of noun or adjective forms, perhaps multiple or in multiple languages, which have in common that they share a meaning.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="3"></a><spon class="chaptertitle">Chapter 3: Grammatical Uses of Inflection</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="3-ai.html"><spon class="sectiontitle">Article Inflection</span></a> -
<span class="purpose">To inflect "a" into "an", and so forth.</span></p>
</li>
<li>
<p><a href="3-dcl.html"><spon class="sectiontitle">Declensions</span></a> -
<span class="purpose">Declensions are sets of inflected variations of a common stem according to grammatical case.</span></p>
</li>
<li>
<p><a href="3-plr.html"><spon class="sectiontitle">Pluralisation</span></a> -
<span class="purpose">To form plurals of nouns.</span></p>
</li>
<li>
<p><a href="3-ga.html"><spon class="sectiontitle">Grading Adjectives</span></a> -
<span class="purpose">To inflect adjectives into comparative and superlative forms.</span></p>
</li>
<li>
<p><a href="3-pp.html"><spon class="sectiontitle">Past Participles</span></a> -
<span class="purpose">To inflect present into past participles.</span></p>
</li>
<li>
<p><a href="3-vc.html"><spon class="sectiontitle">Verb Conjugation</span></a> -
<span class="purpose">Conjugating verbs into the many different forms they can take.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="4"></a><spon class="chaptertitle">Chapter 4: Default Language</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="4-ei.html"><spon class="sectiontitle">English Inflections</span></a> -
<span class="purpose">To define how English nouns and verbs are inflected.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
</main>
</body>
</html>