1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/docs/linguistics-module/index.html
2019-03-17 12:40:57 +00:00

122 lines
5.2 KiB
HTML

<html>
<head>
<title>linguistics </title>
<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>
<ul class="crumbs"><li><a href="../webs.html">&#9733;</a></li><li><b>linguistics </b></li></ul>
<p class="purpose">A library of code to store grammatical categories of vocabulary.</p>
<hr>
<ul class="chapterlist">
<li>
<p><a name="1"></a><spon class="chaptertitle">Chapter 1: Setting Up</span></p>
<p><span class="purpose">Loading this module.</span></p>
<ul class="sectionlist">
<li>
<p><a href="1-lm.html"><spon class="sectiontitle">Linguistics 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: Excerpts</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="2-em.html"><spon class="sectiontitle">Excerpt Meanings</span></a> -
<span class="purpose">To register and deregister meanings for excerpts of text as nouns, adjectives, imperative phrases and other usages.</span></p>
</li>
<li>
<p><a href="2-pe.html"><spon class="sectiontitle">Parse Excerpts</span></a> -
<span class="purpose">Given an excerpt of wording, to construct S-nodes for one or more registered excerpt meanings which it matches.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="3"></a><spon class="chaptertitle">Chapter 3: Grammatical Categories I</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="3-aap.html"><spon class="sectiontitle">Articles and Pronouns</span></a> -
<span class="purpose">To define some elementary particles.</span></p>
</li>
<li>
<p><a href="3-cao.html"><spon class="sectiontitle">Cardinals and Ordinals</span></a> -
<span class="purpose">To parse integers seen from a grammatical point of view.</span></p>
</li>
<li>
<p><a href="3-daq.html"><spon class="sectiontitle">Determiners and Quantifiers</span></a> -
<span class="purpose">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><a href="3-adj.html"><spon class="sectiontitle">Adjectives</span></a> -
<span class="purpose">To record the names of all adjectives.</span></p>
</li>
<li>
<p><a href="3-au.html"><spon class="sectiontitle">Adjective Usages</span></a> -
<span class="purpose">A lightweight structure to record uses of an adjective, either positively or negatively.</span></p>
</li>
<li>
<p><a href="3-nns.html"><spon class="sectiontitle">Nouns</span></a> -
<span class="purpose">Nouns are an abstraction for meanings registered with the excerpt parser which serve as names for individual things or kinds of things.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="4"></a><spon class="chaptertitle">Chapter 4: Grammatical Categories II</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="4-vrb.html"><spon class="sectiontitle">Verbs</span></a> -
<span class="purpose">To record the identity and different structural forms of verbs.</span></p>
</li>
<li>
<p><a href="4-vu.html"><spon class="sectiontitle">Verb Usages</span></a> -
<span class="purpose">To parse the many forms a verb can take.</span></p>
</li>
<li>
<p><a href="4-prp.html"><spon class="sectiontitle">Prepositions</span></a> -
<span class="purpose">To define prepositional forms.</span></p>
</li>
<li>
<p><a href="4-aoc.html"><spon class="sectiontitle">Adverbs of Certainty</span></a> -
<span class="purpose">To represent levels of certainty.</span></p>
</li>
<li>
<p><a href="4-apoo.html"><spon class="sectiontitle">Adverb Phrases of Occurrence</span></a> -
<span class="purpose">To parse representations of periods of time or of historical repetition.</span></p>
</li>
</ul>
</li>
<li>
<p><a name="5"></a><spon class="chaptertitle">Chapter 5: Diagramming Sentences</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
<li>
<p><a href="5-dgr.html"><spon class="sectiontitle">Diagrams</span></a> -
<span class="purpose">To construct standard verb-phrase nodes in the parse tree.</span></p>
</li>
<li>
<p><a href="5-vm.html"><spon class="sectiontitle">Verb Meanings</span></a> -
<span class="purpose">To abstract the meaning of a verb.</span></p>
</li>
<li>
<p><a href="5-np.html"><spon class="sectiontitle">Noun Phrases</span></a> -
<span class="purpose">To construct noun-phrase subtrees for assertion sentences found in the parse tree.</span></p>
</li>
<li>
<p><a href="5-vp.html"><spon class="sectiontitle">Verb Phrases</span></a> -
<span class="purpose">To construct standard verb-phrase nodes in the parse tree.</span></p>
</li>
</ul>
</li>
</ul>
<hr>
</body>
</html>