mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
a couple more generic structural words in LargeFin
This commit is contained in:
@@ -44,6 +44,9 @@ lin
|
||||
pl2Pron = mkPron Pl P2 ;
|
||||
pl3Pron = mkPron Pl P3 ;
|
||||
|
||||
theConj = {s1 = [] ; s2 = tagPOS "CONJ" [] ; n = Sg} ;
|
||||
theDistrConj = {s1,s2 = tagPOS "CONJ" [] ; n = Sg} ;
|
||||
theSubj = {s = tagPOS "SCONJ" []} ;
|
||||
|
||||
|
||||
oper
|
||||
|
||||
@@ -38,9 +38,9 @@ fun
|
||||
sg1Pron : Pron ;
|
||||
sg2Pron : Pron ;
|
||||
sg3Pron : Pron ;
|
||||
sg4Pron : Pron ;
|
||||
sg5Pron : Pron ;
|
||||
sg6Pron : Pron ;
|
||||
pl1Pron : Pron ;
|
||||
pl2Pron : Pron ;
|
||||
pl3Pron : Pron ;
|
||||
|
||||
theConj : Conj ;
|
||||
theDistrConj : Conj ;
|
||||
|
||||
Reference in New Issue
Block a user