a couple more generic structural words in LargeFin

This commit is contained in:
aarne
2016-09-23 17:56:21 +00:00
parent d7f88e46eb
commit 58ecdf7cff
2 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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 ;