mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
73 lines
1.6 KiB
HTML
73 lines
1.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
|
<TITLE> The Mathematics API to the Resource Grammar</TITLE>
|
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
|
<P ALIGN="center"><CENTER><H1> The Mathematics API to the Resource Grammar</H1>
|
|
<FONT SIZE="4">
|
|
<I>Last update: 2006-02-28 09:26:58 CET</I><BR>
|
|
</FONT></CENTER>
|
|
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<P>
|
|
Produced by
|
|
gfdoc - a rudimentary GF document generator.
|
|
(c) Aarne Ranta (<A HREF="mailto:aarne@cs.chalmers.se">aarne@cs.chalmers.se</A>) 2002 under GNU GPL.
|
|
</P>
|
|
<P>
|
|
This grammar is a collection of the different modules.
|
|
It differs from <CODE>Lang</CODE> in two main ways:
|
|
</P>
|
|
<UL>
|
|
<LI>the combinations in Noun, Verb, Adjective, Adverb, Sentence are not included
|
|
<LI>instead, Symbol and Predication are used
|
|
</UL>
|
|
|
|
<P>
|
|
In practice, the most important difference is that only present-tense sentences
|
|
are included, and that symbolic expressions are recognized as NPs.
|
|
</P>
|
|
<PRE>
|
|
abstract Mathematical =
|
|
Noun - [ComplN2], --- to avoid ambiguity
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
Verb,
|
|
</P>
|
|
<PRE>
|
|
Adjective,
|
|
Adverb,
|
|
Numeral,
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
Sentence,
|
|
</P>
|
|
<PRE>
|
|
Question,
|
|
Relative,
|
|
Conjunction,
|
|
Phrase,
|
|
Text,
|
|
Idiom,
|
|
Structural,
|
|
|
|
Symbol,
|
|
Predication,
|
|
|
|
Lexicon
|
|
** {} ;
|
|
</PRE>
|
|
<P></P>
|
|
|
|
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -thtml -\-toc mathematical/Mathematical.txt -->
|
|
</BODY></HTML>
|