tuning resource API

This commit is contained in:
aarne
2005-02-06 09:52:19 +00:00
parent bd432cf147
commit c30eebbba6
35 changed files with 2065 additions and 1432 deletions

View File

@@ -1,8 +1,9 @@
--# -path=.:../scandinavian:../abstract:../../prelude
concrete BasicSwe of Basic = CategoriesSwe ** open NewParadigmsSwe in {
concrete BasicSwe of Basic = CategoriesSwe ** open ParadigmsSwe in {
flags startcat=Phr ; lexer=textlit ; parser=chart ; unlexer=text ;
optimize=values ;
lin
airplane_N = regN "flygplan" neutrum ;
@@ -218,5 +219,11 @@ lin
put_V2 = mkV2 (irregV "sätta" "satte" "satt") [] ;
stop_V = regV "stanna" ;
jump_V = regV "hoppa" ;
here_Adv = mkAdv "här" ;
here7to_Adv = mkAdv "hit" ;
here7from_Adv = mkAdv ["härifrån"] ;
there_Adv = mkAdv "där" ;
there7to_Adv = mkAdv "dit" ;
there7from_Adv = mkAdv ["därifrån"] ;
} ;