some more transfer functions included in Grammar

This commit is contained in:
aarne
2011-03-13 17:22:51 +00:00
parent e6c353425c
commit 2e935bf2c0
5 changed files with 35 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ abstract Grammar =
Adjective,
Adverb,
Numeral,
NumeralTransfer,
Sentence,
Question,
Relative,
@@ -19,5 +18,7 @@ abstract Grammar =
Text,
Structural,
Idiom,
Tense ;
Tense,
Transfer
;