1
0
forked from GitHub/gf-core

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 ;
pl3Pron = mkPron Pl P3 ;
theConj = {s1 = [] ; s2 = tagPOS "CONJ" [] ; n = Sg} ;
theDistrConj = {s1,s2 = tagPOS "CONJ" [] ; n = Sg} ;
theSubj = {s = tagPOS "SCONJ" []} ;
oper

View File

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