LargeFin with no lexicon, but just one word in each category+inherent features; still incomplete

This commit is contained in:
aarne
2016-09-23 12:32:51 +00:00
parent 02358dbd80
commit d7f88e46eb
8 changed files with 106 additions and 36 deletions

View File

@@ -8,6 +8,7 @@ oper
-- other classes not treated below are POS tagged when the grammar is used with Omorfi
tagPOS : Str -> Str -> Str = \_,s -> s ;
tagFeature : Str -> Str -> Str -> Str = \s,_,_ -> s ;
oper
SNForm : Type = NForm ;