Added some missing lincats needed to make SwadeshLexEng work.

This commit is contained in:
bringert
2005-02-25 12:59:05 +00:00
parent e7fab9ab42
commit 3d6565814f
3 changed files with 10 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
concrete NumeralsEng of Numerals = open Prelude, MorphoEng in {
lincat Numeral = { s : Str } ;
lincat Digit = {s : DForm => Str} ;
lincat Sub10 = {s : DForm => Str} ;