diff options
| author | aarne <aarne@cs.chalmers.se> | 2009-04-27 13:28:47 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2009-04-27 13:28:47 +0000 |
| commit | c14a899ab49167b025c1cc744af1e9694682c1bc (patch) | |
| tree | 7f4d9748342ac4c4d20183a3fca7d62254476419 /next-lib/src/spanish | |
| parent | 010dee0c974f20d8ffcba5bac422e78ab2ede610 (diff) | |
have_V2 in Structural
Diffstat (limited to 'next-lib/src/spanish')
| -rw-r--r-- | next-lib/src/spanish/LexiconSpa.gf | 1 | ||||
| -rw-r--r-- | next-lib/src/spanish/StructuralSpa.gf | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/spanish/LexiconSpa.gf b/next-lib/src/spanish/LexiconSpa.gf index fb7352ef0..4b083b775 100644 --- a/next-lib/src/spanish/LexiconSpa.gf +++ b/next-lib/src/spanish/LexiconSpa.gf @@ -90,7 +90,6 @@ lin harbour_N = regN "puerto" ; hate_V2 = dirV2 (regV "odiar") ; hat_N = regN "sombrero" ; - have_V2 = dirV2 (verboV (tener_4 "tener")) ; hear_V2 = mkV2 (regV "escuchar") dative ; -- oír_51 hill_N = regN "colina" ; hope_VS = mkVS (regV "esperar") ; diff --git a/next-lib/src/spanish/StructuralSpa.gf b/next-lib/src/spanish/StructuralSpa.gf index 597b207c4..f8cefbbd9 100644 --- a/next-lib/src/spanish/StructuralSpa.gf +++ b/next-lib/src/spanish/StructuralSpa.gf @@ -170,6 +170,7 @@ oper }} ** {n = Pl} ; lin as_CAdv = X.mkCAdv "si" conjThan ; ---- + have_V2 = dirV2 (verboV (tener_4 "tener")) ; } |
