1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/docs/linguistics-module/index.html
2022-04-28 17:37:28 +01:00

195 lines
8.4 KiB
HTML

<html>
<head>
<title>linguistics</title>
<link href="../docs-assets/Breadcrumbs.css" rel="stylesheet" rev="stylesheet" type="text/css">
<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="../docs-assets/Contents.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Progress.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Navigation.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Fonts.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Base.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body class="commentary-font">
<nav role="navigation">
<h1><a href="../index.html">
<img src="../docs-assets/Inform.png" height=72">
</a></h1>
<ul><li><a href="../index.html">home</a></li>
</ul><h2>Compiler</h2><ul>
<li><a href="../structure.html">structure</a></li>
<li><a href="../inbuildn.html">inbuild</a></li>
<li><a href="../inform7n.html">inform7</a></li>
<li><a href="../intern.html">inter</a></li>
<li><a href="../services.html">services</a></li>
<li><a href="../secrets.html">secrets</a></li>
</ul><h2>Other Tools</h2><ul>
<li><a href="../inblorbn.html">inblorb</a></li>
<li><a href="../indocn.html">indoc</a></li>
<li><a href="../inform6.html">inform6</a></li>
<li><a href="../inpolicyn.html">inpolicy</a></li>
<li><a href="../inrtpsn.html">inrtps</a></li>
</ul><h2>Resources</h2><ul>
<li><a href="../extensions.html">extensions</a></li>
<li><a href="../kits.html">kits</a></li>
</ul><h2>Repository</h2><ul>
<li><a href="https://github.com/ganelson/inform"><img src="../docs-assets/github.png" height=18> github</a></li>
</ul><h2>Related Projects</h2><ul>
<li><a href="../../../inweb/index.html">inweb</a></li>
<li><a href="../../../intest/index.html">intest</a></li>
</ul>
</nav>
<main role="main">
<ul class="crumbs"><li><a href="../index.html">Home</a></li><li><a href="../services.html">Services</a></li><li><b>linguistics</b></li></ul>
<p class="purpose">A library of code to create grammatical categories of vocabulary. This is version 1.</p>
<hr>
<div class="contentspage">
<ul class="chapterlist">
<li>
<p class="chapterentry"><a name="P"></a>
<span class="chaptertitle">Preliminaries</span></p>
<ul class="sectionlist">
<li>
<p class="sectionentry"><a href="P-wtmd.html">
<spon class="sectiontitle">What This Module Does</span></a> -
<span class="sectionpurpose">An overview of the linguistics module's role and abilities.</span></p>
</li>
<li>
<p class="sectionentry"><a href="P-asd.html">
<spon class="sectiontitle">About Sentence Diagrams</span></a> -
<span class="sectionpurpose">Description and examples of the diagrams which this module turns sentences into.</span></p>
</li>
<li>
<p class="sectionentry"><a href="P-htitm.html">
<spon class="sectiontitle">How To Include This Module</span></a> -
<span class="sectionpurpose">What to do to make use of the linguistics module in a new command-line tool.</span></p>
</li>
</ul>
</li>
<li>
<p class="chapterentry"><a name="1"></a>
<span class="chaptertitle">Chapter 1: Setting Up</span></p>
<ul class="sectionlist">
<li>
<p class="sectionentry"><a href="1-lm.html">
<spon class="sectiontitle">Linguistics Module</span></a> -
<span class="sectionpurpose">Setting up the use of this module.</span></p>
</li>
<li>
<p class="sectionentry"><a href="1-dgr.html">
<spon class="sectiontitle">Diagrams</span></a> -
<span class="sectionpurpose">To specify standard verb-phrase nodes in the parse tree.</span></p>
</li>
<li>
<p class="sectionentry"><a href="1-sc.html">
<spon class="sectiontitle">Stock Control</span></a> -
<span class="sectionpurpose">To manage the stock of possible linguistic items.</span></p>
</li>
<li>
<p class="sectionentry"><a href="1-cao.html">
<spon class="sectiontitle">Cardinals and Ordinals</span></a> -
<span class="sectionpurpose">To parse integers seen from a grammatical point of view.</span></p>
</li>
</ul>
</li>
<li>
<p class="chapterentry"><a name="2"></a>
<span class="chaptertitle">Chapter 2: NP Categories</span></p>
<ul class="sectionlist">
<li>
<p class="sectionentry"><a href="2-adj.html">
<spon class="sectiontitle">Adjectives</span></a> -
<span class="sectionpurpose">To create adjective objects, each of which represents a single adjective which may have multiple inflected forms and meanings.</span></p>
</li>
<li>
<p class="sectionentry"><a href="2-art.html">
<spon class="sectiontitle">Articles</span></a> -
<span class="sectionpurpose">Preform grammar for the articles.</span></p>
</li>
<li>
<p class="sectionentry"><a href="2-daq.html">
<spon class="sectiontitle">Determiners and Quantifiers</span></a> -
<span class="sectionpurpose">To create the determiners found in standard English which refer to collections of things, and to create their meanings as logical quantifiers.</span></p>
</li>
<li>
<p class="sectionentry"><a href="2-nns.html">
<spon class="sectiontitle">Nouns</span></a> -
<span class="sectionpurpose">To create noun objects, each of which represents a single common or proper noun which may have multiple inflected forms.</span></p>
</li>
<li>
<p class="sectionentry"><a href="2-prn.html">
<spon class="sectiontitle">Pronouns</span></a> -
<span class="sectionpurpose">Preform grammar for the pronouns.</span></p>
</li>
</ul>
</li>
<li>
<p class="chapterentry"><a name="3"></a>
<span class="chaptertitle">Chapter 3: VP Categories</span></p>
<ul class="sectionlist">
<li>
<p class="sectionentry"><a href="3-vrb.html">
<spon class="sectiontitle">Verbs</span></a> -
<span class="sectionpurpose">To record the identity and different structural forms of verbs.</span></p>
</li>
<li>
<p class="sectionentry"><a href="3-vm.html">
<spon class="sectiontitle">Verb Meanings</span></a> -
<span class="sectionpurpose">To abstract the meaning of a verb.</span></p>
</li>
<li>
<p class="sectionentry"><a href="3-sm.html">
<spon class="sectiontitle">Special Meanings</span></a> -
<span class="sectionpurpose">To abstract non-standard, perhaps non-SVO, meanings of a verb.</span></p>
</li>
<li>
<p class="sectionentry"><a href="3-vu.html">
<spon class="sectiontitle">Verb Usages</span></a> -
<span class="sectionpurpose">To parse the many forms a verb can take.</span></p>
</li>
<li>
<p class="sectionentry"><a href="3-prp.html">
<spon class="sectiontitle">Prepositions</span></a> -
<span class="sectionpurpose">To define prepositional forms.</span></p>
</li>
<li>
<p class="sectionentry"><a href="3-aoc.html">
<spon class="sectiontitle">Adverbs of Certainty</span></a> -
<span class="sectionpurpose">Adverbs such as "usually" or "initially".</span></p>
</li>
<li>
<p class="sectionentry"><a href="3-apoo.html">
<spon class="sectiontitle">Adverb Phrases of Occurrence</span></a> -
<span class="sectionpurpose">To parse representations of periods of time or of historical repetition.</span></p>
</li>
</ul>
</li>
<li>
<p class="chapterentry"><a name="4"></a>
<span class="chaptertitle">Chapter 4: Diagramming Sentences</span></p>
<ul class="sectionlist">
<li>
<p class="sectionentry"><a href="4-np.html">
<spon class="sectiontitle">Noun Phrases</span></a> -
<span class="sectionpurpose">To construct noun-phrase subtrees for assertion sentences.</span></p>
</li>
<li>
<p class="sectionentry"><a href="4-vp.html">
<spon class="sectiontitle">Verb Phrases</span></a> -
<span class="sectionpurpose">To construct verb-phrase subtrees for assertion sentences.</span></p>
</li>
</ul>
</li>
</ul>
</div>
<hr>
<p class="purpose">Powered by <a href="https://github.com/ganelson/inweb">Inweb</a>.</p>
</main>
</body>
</html>