resturcturing french resource

This commit is contained in:
aarne
2004-11-17 14:33:15 +00:00
parent 36121a1698
commit 15fd8ec71b
19 changed files with 3432 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
-- access it through an intermediate library that defines more rules as
-- 'macros' for combinations of the ones below.
abstract Rules = Categories, Numerals ** {
abstract Rules = Categories ** {
--!
--3 Nouns and noun phrases
@@ -39,7 +39,6 @@ fun
ModGenNum : Num -> NP -> CN -> NP ; -- "John's cars", "John's 86 cars"
UseInt : Int -> Num ; -- "32" --- assumes i > 1
UseNumeral : Numeral -> Num ; -- "thirty-two" --- assumes i > 1
NoNum : Num ; -- no numeral modifier
--!

View File

@@ -7,7 +7,7 @@
-- Sometimes they are not really meaningful, e.g. $TheyNP$ in French
-- should really be replaced by masculine and feminine variants.
abstract Structural = Categories ** {
abstract Structural = Categories, Numerals ** {
fun
@@ -35,6 +35,8 @@ fun
EverybodyNP, SomebodyNP, NobodyNP, -- everybody, somebody, nobody
EverythingNP, SomethingNP, NothingNP : NP ; -- everything, something, nothing
UseNumeral : Numeral -> Num ; -- "thirty-two" --- assumes i > 1
--!
--2 Auxiliary verbs
--