Maltese RG: make pro-drop explicit. Other small fixes in Structural, Lexicon.

This commit is contained in:
john
2013-08-30 07:40:42 +00:00
parent 9134df05bb
commit 4f15fe390a
11 changed files with 52 additions and 35 deletions

View File

@@ -4,6 +4,12 @@
-- John J. Camilleri 2011 -- 2013
-- Licensed under LGPL
abstract ExtraMltAbs = Cat ** {
abstract ExtraMltAbs = Cat, Extra [Pron, ProDrop] ** {
fun
-- SlashV2a : V2 -> VPSlash ; -- love (it)
SlashVa : V -> VPSlash ; -- jump (it)
-- VasV2 : V -> V2 ; --- too general for my liking
}