mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 11:18:55 -06:00
reverted the pre-variant of vocatives in TranslateEng, because the definition of Voc messes it up. Will have to return to this.
This commit is contained in:
@@ -21,9 +21,7 @@ concrete TranslateEng of Translate =
|
|||||||
ComplVS, SlashV2S, ComplSlash -- Eng exceptions
|
ComplVS, SlashV2S, ComplSlash -- Eng exceptions
|
||||||
],
|
],
|
||||||
AdverbEng,
|
AdverbEng,
|
||||||
PhraseEng - [
|
PhraseEng,
|
||||||
PhrUtt -- (but come here John) replaced by (but come here ,? John | but John ,? come here)
|
|
||||||
],
|
|
||||||
SentenceEng - [
|
SentenceEng - [
|
||||||
UseCl -- replaced by UseCl | ContractedUseCl
|
UseCl -- replaced by UseCl | ContractedUseCl
|
||||||
],
|
],
|
||||||
@@ -49,12 +47,6 @@ flags
|
|||||||
|
|
||||||
-- exceptional linearizations
|
-- exceptional linearizations
|
||||||
lin
|
lin
|
||||||
PhrUtt pconj utt voc =
|
|
||||||
G.PhrUtt pconj utt voc -- but come here John
|
|
||||||
---- | {s = pconj.s ++ utt.s ++ Predef.BIND ++ "," ++ voc.s} -- but come here, John ---- comma with empty voc is bad
|
|
||||||
| {s = pconj.s ++ voc.s ++ utt.s} -- but John come here
|
|
||||||
---- | {s = pconj.s ++ voc.s ++ Predef.BIND ++ utt.s} -- but come here, John
|
|
||||||
;
|
|
||||||
|
|
||||||
UseCl t p cl =
|
UseCl t p cl =
|
||||||
G.UseCl t p cl -- I am here
|
G.UseCl t p cl -- I am here
|
||||||
|
|||||||
Reference in New Issue
Block a user