make resource

This commit is contained in:
aarne
2005-10-13 12:43:47 +00:00
parent 5729a03678
commit 95b04d53bb
7 changed files with 24 additions and 10 deletions

2
lib/resource/Makefile Normal file
View File

@@ -0,0 +1,2 @@
all:
gf -src +RTS -K10M <MkResource.gfs

View File

@@ -0,0 +1,12 @@
i finnish/LangFin.gf
s
i french/LangFre.gf
i italian/LangIta.gf
i spanish/LangSpa.gf
s
i norwegian/LangNor.gf
i swedish/LangSwe.gf
s
i english/LangEng.gf
s
pm | wf langs.gfcm

View File

@@ -122,7 +122,7 @@ lin
love_V2 = caseV2 (regV "rakastaa") partitive ;
man_N = mkN "mies" "miehen" "miehenä" "miestä" "mieheen"
"miehinä" "miehissä" "miesten" "miehiä" "miehiin" human ;
married_A2 = mkA2 (mkA (regN "avioitunut")) (postpP genitive "kanssa") ;
married_A2 = mkA2 (mkA (nRae "avioitunut" "avioituneena")) (postpP genitive "kanssa") ;
meat_N = nLukko "liha" ;
milk_N = nLukko "maito" ;
moon_N = regN "kuu" ;

View File

@@ -1,3 +1,3 @@
--# -path=.:../romance:../abstract:../../prelude
concrete VerbphraseFre of Verbphrase = CategoriesFre **
VerbphraseRomance with (SyntaxScand=SyntaxFre) ;
VerbphraseRomance with (SyntaxRomanceVP=SyntaxFreVP) ;

View File

@@ -10,7 +10,7 @@
--
-- The following files are presupposed:
interface SyntaxRomance = TypesRomance ** open Prelude, (CO=Coordination) in {
interface SyntaxRomanceVP = TypesRomance ** open Prelude, (CO=Coordination) in {
--2 Common Nouns
--

View File

@@ -20,9 +20,9 @@
-- implemented. The parameter types are defined in $TypesEng.gf$.
incomplete concrete VerbphraseRomance of Verbphrase = CategoriesRomance **
open Prelude, SyntaxRomance in {
open Prelude, SyntaxRomanceVP in {
flags optimize=all ;
flags optimize=all_subs ;
lin
UseV v = predClauseGroup v (complVerb v) ;
@@ -54,8 +54,8 @@ incomplete concrete VerbphraseRomance of Verbphrase = CategoriesRomance **
RelVP = relVerbPhrase ;
IntVP = intVerbPhrase ;
PosVP tp = predVerbGroup True tp ;
NegVP tp = predVerbGroup False tp ;
-- PosVP tp = predVerbGroup True tp ;
-- NegVP tp = predVerbGroup False tp ;
AdvVP = adVerbPhrase ;
SubjVP = subjunctVerbPhrase ;

View File

@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
-- > CVS $Date: 2005/10/12 12:38:30 $
-- > CVS $Date: 2005/10/13 13:43:47 $
-- > CVS $Author: aarne $
-- > CVS $Revision: 1.42 $
-- > CVS $Revision: 1.43 $
--
-- The datatype of shell commands and the list of their options.
-----------------------------------------------------------------------------
@@ -176,7 +176,7 @@ optionsOfCommand co = case co of
CParse -> both "new newer cfg mcfg n ign raw v lines all" "cat lang lexer parser number rawtrees"
CTranslate _ _ -> opts "cat lexer parser"
CGenerateRandom -> flags "cat lang number depth"
CGenerateTrees -> both "metas one" "depth alts cat lang number"
CGenerateTrees -> both "metas" "atoms depth alts cat lang number"
CPutTerm -> flags "transform number"
CWrapTerm _ -> opts "c"
CMorphoAnalyse -> both "short" "lang"