1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-07 17:44:22 +03:00
inform7/docs/linguistics-module/index.html

209 lines
9.3 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="../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><a href="../assertions-module/index.html">assertions</a></li>
<li><a href="../values-module/index.html">values</a></li>
<li><a href="../knowledge-module/index.html">knowledge</a></li>
<li><a href="../imperative-module/index.html">imperative</a></li>
<li><a href="../runtime-module/index.html">runtime</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="../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="../pipeline-module/index.html">pipeline</a></li>
<li><a href="../final-module/index.html">final</a></li>
</ul><h2>Services</h2><ul>
<li><a href="../arch-module/index.html">arch</a></li>
<li><a href="../calculus-module/index.html">calculus</a></li>
<li><a href="../html-module/index.html">html</a></li>
<li><a href="../inflections-module/index.html">inflections</a></li>
<li><a href="../kinds-module/index.html">kinds</a></li>
<li><span class="unlink">linguistics</span></li>
<li><a href="../problems-module/index.html">problems</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="../../../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">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>