Skip to content

Commit 4a0cc4e

Browse files
committed
added linref for verbs and lincat for names
1 parent a5f4679 commit 4a0cc4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/belarusian/CatBel.gf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ lincat CN = CommonNoun ;
1414
lincat AP = AdjPhrase ;
1515
lincat S = {s : Str} ;
1616

17+
lincat LN,SN,GN,PN = {s : Str} ;
18+
19+
linref V,VV,V2,V3,V2A,V2S,V2Q,V2V = \v -> v.infinitive ;
20+
1721
}

0 commit comments

Comments
 (0)