75 resultados para Romance languages -- Subordinate constructions -- Congresses
em BORIS: Bern Open Repository and Information System - Berna - Suiça
Resumo:
In voice and alignment typology, a categorical distinction is generally made between inverse systems on the one hand and symmetrical voice systems on the other. A major reason for distinguishing between these two types is the assumption that inverse systems are governed by a hierarchy involving grammatical, semantic, and ontological criteria, while symmetrical voice systems are based on discourse-pragmatic factors. However, the two types also have several important properties in common, in particular the fact that they have more than one nonderived transitive construction. Based on data from three native languages of South America, we show that the line between the two types is not always easy to draw, and that features of the inverse type can coexist with those of the symmetrical-voice type in the same language.
Resumo:
Within the scope of Festival of Languages took place in 2009 the Conference Advances in Kartvelian Morphology and Syntax. Selected presentations are presented in this publication. The authors discuss topics such as anaphora in Svan, intonation in Georgien, pragmatics of subordinating clauses in Georgian, but also research on modern developments as SMS-communication in Georgian language area etc. DEUTSCH: Im Rahmen des Festivals der Sprachen fand im Jahre 2009 an der Universität Bremen die Tagung Advances in Kartvelian Morphology and Syntax statt. Ausgewählte Vorträge werden mit dieser Publikation vorgestellt. Die Autoren behandeln unter anderem Themen wie Ana-pher im Svanischen, Intonation im Georgischen, Pragmatik von Nebensätzen des Georgi-schen, aber auch Forschungen über moderne Entwicklungen wie die SMS-Kommunikation im georgischsprachigen Sprachraum usw. CONTENTS: NINO AMIRIDZE, TAMAR RESECK & MANANA TOPADZE GÄUMANN: Preface; KEVIN TUITE: The Kartvelian suffixal intransitive; MANANA KOBAIDZE: Towards the morphological and syntactical classification of Georgian verbs; RENÉ LACROIX: Origin of Sets I–II suffixes in South Caucasian through reanalysis; STAVROS SKOPETEAS & CAROLINE FÉRY: Prosodic cues for exhaustive interpretations: a production study on Georgian intonation; WINFRIED BOEDER: Anaphora in Svan; YASUHIRO KOJIMA : The position of rom and the pragmatics of subordinate clauses in Georgian; NATIA AMAGHLOBELI : Morphological aspects of Georgian SMS language.
Resumo:
This paper describes nominalization and nominalization-based constructions in Galo, a Tibeto-Burman language of the Tani branch spoken in North East India. Nominalizers in Galo are divided into primary and secondary sets, while nominalization-based constructions are divided into two types: nominalized clauses and clausal nominalizations. Both primary and secondary nominalizers help form nominalized clauses, which are uninflected, exhibit a genitive subject, and enter into nominal complement and relative clause constructions. Clausal nominalizations are formed by primary nominalizers only, may be inflected, exhibit a nominative subject, and in general take on a more main clause-like structure and set of functions. Following this basic description, the diachronic origins of Galo nominalizers are discussed, and the Galo forms and patterns are situated in terms of a broader typology of nominalization in Tibeto-Burman.
Resumo:
Domain-specific languages (DSLs) are increasingly used as embedded languages within general-purpose host languages. DSLs provide a compact, dedicated syntax for specifying parts of an application related to specialized domains. Unfortunately, such language extensions typically do not integrate well with the development tools of the host language. Editors, compilers and debuggers are either unaware of the extensions, or must be adapted at a non-trivial cost. We present a novel approach to embed DSLs into an existing host language by leveraging the underlying representation of the host language used by these tools. Helvetia is an extensible system that intercepts the compilation pipeline of the Smalltalk host language to seamlessly integrate language extensions. We validate our approach by case studies that demonstrate three fundamentally different ways to extend or adapt the host language syntax and semantics.
Resumo:
Grammars for programming languages are traditionally specified statically. They are hard to compose and reuse due to ambiguities that inevitably arise. PetitParser combines ideas from scannerless parsing, parser combinators, parsing expression grammars and packrat parsers to model grammars and parsers as objects that can be reconfigured dynamically. Through examples and benchmarks we demonstrate that dynamic grammars are not only flexible but highly practical.