mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
started hungarian project
This commit is contained in:
40
lib/src/hungarian/ExtraEngHun.gf
Normal file
40
lib/src/hungarian/ExtraEngHun.gf
Normal file
@@ -0,0 +1,40 @@
|
||||
abstract ExtraHunAbs = Extra - [ProDrop] **
|
||||
{
|
||||
--{
|
||||
--
|
||||
---- uncontracted negative polarity; contracted is the default for PNeg
|
||||
-- fun
|
||||
-- UncNeg : Pol ;
|
||||
--
|
||||
---- freely compounded nouns
|
||||
--
|
||||
-- CompoundCN : CN -> CN -> CN ; -- rock album
|
||||
--
|
||||
-- that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who")
|
||||
--
|
||||
-- each_Det : Det ;
|
||||
-- any_Quant : Quant ;
|
||||
--
|
||||
---- infinitive without to
|
||||
--
|
||||
-- UttVPShort : VP -> Utt ;
|
||||
--
|
||||
---- emphasizing "do", e.g. "John does walk"
|
||||
--
|
||||
-- do_VV : VV ;
|
||||
--
|
||||
--
|
||||
----- these are obsolete: use UncNeg : Pol instead
|
||||
--
|
||||
-- fun
|
||||
-- UncNegCl : Temp -> Pol -> Cl -> S ;
|
||||
-- UncNegQCl : Temp -> Pol -> QCl -> QS ;
|
||||
-- UncNegRCl : Temp -> Pol -> RCl -> RS ;
|
||||
--
|
||||
-- UncNegImpSg : Pol -> Imp -> Utt; -- do not help yourself
|
||||
-- UncNegImpPl : Pol -> Imp -> Utt; -- do not help yourselves
|
||||
--
|
||||
--
|
||||
--}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user