From 010dee0c974f20d8ffcba5bac422e78ab2ede610 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 26 Apr 2009 20:10:44 +0000 Subject: started to move have_V2 from Lexicon to Structural ; fixes in Hindi translit table --- next-lib/src/abstract/Lexicon.gf | 1 - next-lib/src/abstract/Structural.gf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'next-lib/src/abstract') diff --git a/next-lib/src/abstract/Lexicon.gf b/next-lib/src/abstract/Lexicon.gf index 2d5e533bc..2c2a97c0f 100644 --- a/next-lib/src/abstract/Lexicon.gf +++ b/next-lib/src/abstract/Lexicon.gf @@ -137,7 +137,6 @@ fun harbour_N : N ; hate_V2 : V2 ; hat_N : N ; - have_V2 : V2 ; head_N : N ; heart_N : N ; hear_V2 : V2 ; diff --git a/next-lib/src/abstract/Structural.gf b/next-lib/src/abstract/Structural.gf index 57cb6453e..dbf9eb6c5 100644 --- a/next-lib/src/abstract/Structural.gf +++ b/next-lib/src/abstract/Structural.gf @@ -119,4 +119,5 @@ abstract Structural = Cat ** { as_CAdv : CAdv ; + have_V2 : V2 ; } -- cgit v1.2.3