integration of Parse with Phrasebook, to get idiomatic translations whenever possible

This commit is contained in:
aarne
2013-10-11 08:19:04 +00:00
parent 72fdb2dc7d
commit ebdc70a22d
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
abstract Translate = ParseEngAbs, Phrasebook ** {
flags startcat = Phrase ;
fun
PPhr : Phr -> Phrase ;
NP_Person : NP -> Person ;
NP_Object : NP -> Object ;
NP_Item : NP -> Item ;
NP_Place : NP -> Place ;
}