mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
some additions to help compile PhrasebookUrd and Pes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:alltenses:/users/shafqat/www.grammaticalframework.org_4/lib/src/hindi:/users/shafqat/www.grammaticalframework.org_4/lib/src/api
|
--# -path=.:alltenses
|
||||||
|
|
||||||
|
|
||||||
concrete PhrasebookHin of Phrasebook =
|
concrete PhrasebookHin of Phrasebook =
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--# -path=.:alltenses:prelude:/users/shafqat/www.grammaticalframework.org_0/lib/src/persian
|
--# -path=.:alltenses:prelude:/users/shafqat/www.grammaticalframework.org_0/lib/src/persian
|
||||||
|
|
||||||
resource TryPes = SyntaxPes, LexiconPes, ParadigmsPes -[mkDet,mkQuant]**
|
resource TryPes = SyntaxPes, LexiconPes, ParadigmsPes -[mkDet,mkQuant,mkAdv]**
|
||||||
open (P = ParadigmsPes) in {
|
open (P = ParadigmsPes) in {
|
||||||
|
|
||||||
-- oper
|
-- oper
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude:../hindustani
|
--# -path=.:../abstract:../common:../prelude:../hindustani
|
||||||
|
|
||||||
concrete AllHin of AllHinAbs =
|
concrete AllHin of AllHinAbs =
|
||||||
LangHin
|
LangHin,
|
||||||
-- ExtraHin
|
ExtraHin
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
abstract AllHinAbs =
|
abstract AllHinAbs =
|
||||||
Lang
|
Lang,
|
||||||
-- ExtraHinAbs
|
ExtraHinAbs
|
||||||
** {} ;
|
** {} ;
|
||||||
|
|||||||
2
lib/src/hindi/ExtraHinAbs.gf
Normal file
2
lib/src/hindi/ExtraHinAbs.gf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
abstract ExtraHinAbs = {
|
||||||
|
}
|
||||||
@@ -99,6 +99,7 @@ incomplete concrete SentenceHindustani of Sentence =
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
AdvS a s = {s = a.s ! Masc ++ s.s} ;
|
AdvS a s = {s = a.s ! Masc ++ s.s} ;
|
||||||
|
ExtAdvS a s = {s = a.s ! Masc ++ s.s} ; ---- with comma? added by AR 5/3/2012
|
||||||
|
|
||||||
RelS s r = {s = s.s ++ r.s ! agrP3 Masc Sg} ;
|
RelS s r = {s = s.s ++ r.s ! agrP3 Masc Sg} ;
|
||||||
SSubjS s sj s = { s = s.s ++ sj.s ++ s.s};
|
SSubjS s sj s = { s = s.s ++ sj.s ++ s.s};
|
||||||
|
|||||||
Reference in New Issue
Block a user