Spelling suggestions: "subject:"nestedness""
1 |
英日話し言葉翻訳のための漸進的文生成手法松原, 茂樹, Matsubara, Shigeki, 渡邊, 善之, Watanabe, Yoshiyuki, 外山, 勝彦, Toyama, Katsuhiko, 稲垣, 康善, Inagaki, Yasuyoshi 07 1900 (has links)
No description available.
|
2 |
Linguistic Surface Structure in Family InteractionMacRoy, Thomas D. 01 January 1979 (has links)
The purpose of this dissertation was to determine the usefulness of the linguistic processes of Distortion, Deletion, Generalization, and Semantic Ill-Formedness as constructs which differentiate the verbal communication of families who express dissatisfaction with their current intrafamilial relationships from families expressing satisfaction with their current relationships. Specifically, it was hypothesized that dissatisfied families would use these linguistic structures to a greater extent in their interaction than would satisfied families.
Thirty-one family triads (father, mother, and child) were obtained by asking families randomly selected from the local high school student directory to participate. The families were given a Revealed Differences questionnaire which they subsequently discussed together and a questionnaire regarding their satisfaction with their intrafamilial relationships. The discussions were recorded and transcribed. Each of 150 Surface Structures (a complete thought, usually a grammatical sentence) per family was scored for 11 subcategories of Distortion, Deletion, Generalization, and Semantic Ill-Formedness. Interrater reliabilities ranged from .86 to .98.
A mean was computed for the questionnaire pertaining to satisfaction with family relationships. Six families who scored at least one half standard deviation below the mean comprised the "dissatisfied" family group, and six families who scored at least one half standard deviation above the mean comprised the "satisfied" family group.
It was found that the dissatisfied families used significantly more Deletion (p
The linguistic process of Deletion is theorized to result in impoverishing the speaker's model of the world and the behavioral choices available to the speaker. Similarily, the listener(s) who must respond to the impoverished model is limited in his response and behavioral options. Since all members of the dissatisfied families used this form of language, they perpetuate the impoverishing model of the world and the limitations on their behavior.
It was concluded that, while not establishing an etiologic link between the use of Deletion and family dissatisfaction, Deletion is part of the current verbal interaction of families who express dissatisfaction. Further research involving families in which a member is symptomatic is warranted based on the findings of this study. Language may provide at least one form of explanation regarding the process by which families maintain homeostasis in the face of symptom development. The use of linguistic concepts shows promise as an intermediate link in family interaction theory as well as a form of intervention available to therapists.
|
3 |
Well-Formed and Scalable Invasive Software Composition / Wohlgeformte und Skalierbare Invasive SoftwarekompositionKarol, Sven 26 June 2015 (has links) (PDF)
Software components provide essential means to structure and organize software effectively. However, frequently, required component abstractions are not available in a programming language or system, or are not adequately combinable with each other. Invasive software composition (ISC) is a general approach to software composition that unifies component-like abstractions such as templates, aspects and macros. ISC is based on fragment composition, and composes programs and other software artifacts at the level of syntax trees. Therefore, a unifying fragment component model is related to the context-free grammar of a language to identify extension and variation points in syntax trees as well as valid component types. By doing so, fragment components can be composed by transformations at respective extension and variation points so that always valid composition results regarding the underlying context-free grammar are yielded. However, given a language’s context-free grammar, the composition result may still be incorrect.
Context-sensitive constraints such as type constraints may be violated so that the program cannot be compiled and/or interpreted correctly. While a compiler can detect such errors after composition, it is difficult to relate them back to the original transformation step in the composition system, especially in the case of complex compositions with several hundreds of such steps. To tackle this problem, this thesis proposes well-formed ISC—an extension to ISC that uses reference attribute grammars (RAGs) to specify fragment component models and fragment contracts to guard compositions with context-sensitive constraints. Additionally, well-formed ISC provides composition strategies as a means to configure composition algorithms and handle interferences between composition steps.
Developing ISC systems for complex languages such as programming languages is a complex undertaking. Composition-system developers need to supply or develop adequate language and parser specifications that can be processed by an ISC composition engine. Moreover, the specifications may need to be extended with rules for the intended composition abstractions.
Current approaches to ISC require complete grammars to be able to compose fragments in the respective languages. Hence, the specifications need to be developed exhaustively before any component model can be supplied. To tackle this problem, this thesis introduces scalable ISC—a variant of ISC that uses island component models as a means to define component models for partially specified languages while still the whole language is supported. Additionally, a scalable workflow for agile composition-system development is proposed which supports a development of ISC systems in small increments using modular extensions.
All theoretical concepts introduced in this thesis are implemented in the Skeletons and Application Templates framework SkAT. It supports “classic”, well-formed and scalable ISC by leveraging RAGs as its main specification and implementation language. Moreover, several composition systems based on SkAT are discussed, e.g., a well-formed composition system for Java and a C preprocessor-like macro language. In turn, those composition systems are used as composers in several example applications such as a library of parallel algorithmic skeletons.
|
4 |
Well-Formed and Scalable Invasive Software CompositionKarol, Sven 18 May 2015 (has links)
Software components provide essential means to structure and organize software effectively. However, frequently, required component abstractions are not available in a programming language or system, or are not adequately combinable with each other. Invasive software composition (ISC) is a general approach to software composition that unifies component-like abstractions such as templates, aspects and macros. ISC is based on fragment composition, and composes programs and other software artifacts at the level of syntax trees. Therefore, a unifying fragment component model is related to the context-free grammar of a language to identify extension and variation points in syntax trees as well as valid component types. By doing so, fragment components can be composed by transformations at respective extension and variation points so that always valid composition results regarding the underlying context-free grammar are yielded. However, given a language’s context-free grammar, the composition result may still be incorrect.
Context-sensitive constraints such as type constraints may be violated so that the program cannot be compiled and/or interpreted correctly. While a compiler can detect such errors after composition, it is difficult to relate them back to the original transformation step in the composition system, especially in the case of complex compositions with several hundreds of such steps. To tackle this problem, this thesis proposes well-formed ISC—an extension to ISC that uses reference attribute grammars (RAGs) to specify fragment component models and fragment contracts to guard compositions with context-sensitive constraints. Additionally, well-formed ISC provides composition strategies as a means to configure composition algorithms and handle interferences between composition steps.
Developing ISC systems for complex languages such as programming languages is a complex undertaking. Composition-system developers need to supply or develop adequate language and parser specifications that can be processed by an ISC composition engine. Moreover, the specifications may need to be extended with rules for the intended composition abstractions.
Current approaches to ISC require complete grammars to be able to compose fragments in the respective languages. Hence, the specifications need to be developed exhaustively before any component model can be supplied. To tackle this problem, this thesis introduces scalable ISC—a variant of ISC that uses island component models as a means to define component models for partially specified languages while still the whole language is supported. Additionally, a scalable workflow for agile composition-system development is proposed which supports a development of ISC systems in small increments using modular extensions.
All theoretical concepts introduced in this thesis are implemented in the Skeletons and Application Templates framework SkAT. It supports “classic”, well-formed and scalable ISC by leveraging RAGs as its main specification and implementation language. Moreover, several composition systems based on SkAT are discussed, e.g., a well-formed composition system for Java and a C preprocessor-like macro language. In turn, those composition systems are used as composers in several example applications such as a library of parallel algorithmic skeletons.
|
Page generated in 0.047 seconds