interface for shallow parsing + basic lexicon

This commit is contained in:
aarne
2005-02-01 15:43:47 +00:00
parent 21d7e01f93
commit 742bc1a67d
21 changed files with 1489 additions and 161 deletions

View File

@@ -58,7 +58,10 @@ lincat
Adv = Adverb ;
-- = {s : Str ; isPost : Bool} ;
-- = {s : Str} ;
AdV = Adverb ;
AdA = Adverb ;
AdC = Adverb ;
PP = Adverb ;
S = Sentence ;