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