Phrase.UttCN added and implemented for Eng,Fre,Ger

This commit is contained in:
aarne
2009-12-17 21:54:11 +00:00
parent 5c9ac3655e
commit 8d5f97866d
4 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ abstract Phrase = Cat ** {
UttNP : NP -> Utt ; -- this man
UttAdv : Adv -> Utt ; -- here
UttVP : VP -> Utt ; -- to sleep
UttCN : CN -> Utt ; -- house
-- The phrasal conjunction is optional. A sentence conjunction
-- can also used to prefix an utterance.