Omorfi tagging mostly complete for open classes in Fin, some closed classes and syncat words missing

This commit is contained in:
aarne
2016-09-22 08:23:04 +00:00
parent ddf24a0a4e
commit bd60279dc0
6 changed files with 102 additions and 70 deletions
+5
View File
@@ -4,6 +4,11 @@ resource StemFin = open MorphoFin, Prelude in {
flags coding = utf8 ;
oper
-- other classes not treated below are POS tagged when the grammar is used with Omorfi
tagPOS : Str -> Str -> Str = \_,s -> s ;
oper
SNForm : Type = NForm ;
SNoun : Type = Noun ;