math API; lock field warnings

This commit is contained in:
aarne
2006-01-31 17:10:31 +00:00
parent 0f08827320
commit 9b4c57b0dd
16 changed files with 287 additions and 23 deletions

View File

@@ -0,0 +1,29 @@
--1 The Mathematics API to the Resource Grammar
-- This grammar is a collection of the different modules.
-- It differs from $Lang$ in two main ways:
-- - the combinations in Noun, Verb, Adjective, Adverb, Sentence are not included
-- - instead, Symbol and Predication are used
--
--
-- In practice, the most important difference is that only present-tense sentences
-- are included, and that symbolic expressions are recognized as NPs.
abstract Mathematical =
Noun - [ComplN2], --- to avoid ambiguity
-- Verb,
-- Adjective,
-- Adverb,
Numeral,
-- Sentence,
Question,
Relative,
Conjunction,
Phrase,
Structural,
Symbol,
Predication,
Lexicon
** {} ;