998 resultados para XML linking language - XLink


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Input-driven models provide an explicit and readily testable account of language learning. Although we share Ellis's view that the statistical structure of the linguistic environment is a crucial and, until recently, relatively neglected variable in language learning, we also recognize that the approach makes three assumptions about cognition and language learning that are not universally shared. The three assumptions concern (a) the language learner as an intuitive statistician, (b) the constraints on what constitute relevant surface cues, and (c) the redescription problem faced by any system that seeks to derive abstract grammatical relations from the frequency of co-occurring surface forms and functions. These are significant assumptions that must be established if input-driven models are to gain wider acceptance. We comment on these issues and briefly describe a distributed, instance-based approach that retains the key features of the input-driven account advocated by Ellis but that also addresses shortcomings of the current approaches.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This article reports on an exploratory study into the use of students' native language (NL) by teachers in the foreign language (FL) classroom. The project was undertaken by four teachers of beginner French at the University of Queensland. The teachers' aim was to investigate the use of NL in a context which actively promotes an immersion approach to FL teaching. The audio recordings of the teachers' speech were transcribed to provide data for estimating the amount of NL, and for analyzing the various instances of NL use. The study indicates that the activity type is a significant variable affecting NL amount. It also isolates two strategic uses of NL, translating FL words into NL, and contrasting NL and FL forms, both of which involve intrasentential code switching with NL words embedded in an FL sentence. The study suggests that these strategies may facilitate acquisition during immersion in FL, but experimental research is needed to test the hypothesis that translation and contrast facilitate learning of FL vocabulary and grammar.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper investigates the factors affecting the language choices of the Chinese Foochows of Sarawak, focusing in particular on how the use of the Foochow dialect vis-a`-vis English and other languages might potentially result in a shift in language allegiance away from Foochow. In the context of Sarawak, the Foochows are a substantial, cohesive and homogeneous Chinese ethnic group with a distinctive language and ethnic identity. One would predict that they would engage in extensive language maintenance behaviour. Instead, Foochows living in non-Foochow dominant areas do not seem to have sufficient attachment to the language to transmit it to the next generation. Is this because the Foochows consider that accommodating to communicative norms is more important than preserving their native language as an inherent symbol of their ethnic identity? Or is it the result of the Foochows’ insecurity about the prestige of the dialect and the status of the Foochow people? These issues of accommodation and language allegiance are discussed, based on interview and questionnaire data from 11 Foochow participants. This data set is part of a larger study on the language use of different ethnic groups in multilingual organisational settings in Sarawak.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Despite the strong influence of plant architecture on crop yield, most crop models either ignore it or deal with it in a very rudimentary way. This paper demonstrates the feasibility of linking a model that simulates the morphogenesis and resultant architecture of individual cotton plants with a crop model that simulates the effects of environmental factors on critical physiological processes and resulting yield in cotton. First the varietal parameters of the models were made concordant. Then routines were developed to allocate the flower buds produced each day by the crop model amongst the potential positions generated by the architectural model. This allocation is done according to a set of heuristic rules. The final weight of individual bolls and the shedding of buds and fruit caused by water, N, and C stresses are processed in a similar manner. Observations of the positions of harvestable fruits, both within and between plants, made under a variety of agronomic conditions that had resulted in a broad range of plant architectures were compared to those predicted by the model with the same environmental inputs. As illustrated by comparisons of plant maps, the linked models performed reasonably well, though performance of the fruiting point allocation and shedding algorithms could probably be improved by further analysis of the spatial relationships of retained fruit. (C) 2002 Elsevier Science Ltd. All rights reserved.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The effect of electron beam radiation on a perfluoroalkoxy (PFA) resin was examined using solid-state high-speed magic angle spinning F-19 NMR spectroscopy and FT-IR spectroscopy. Samples were prepared for analysis by subjecting them to electron beam radiation in the dose range 0.5-2.0 MGy at 633 K, which is above the crystalline melting temperature. The new structures were identified and include new saturated chain ends, short and long branches, unsaturated groups, and cross-links. The radiation chemical yield (G value) of new long branch points was greater than the G value of new chain ends, suggesting that cross-linking is the net radiolytic process. This conclusion was supported by an observed decrease in the crystallinity and an increase in the optical clarity of the polymer.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Graphical user interfaces (GUIs) are critical components of today's software. Developers are dedicating a larger portion of code to implementing them. Given their increased importance, correctness of GUIs code is becoming essential. This paper describes the latest results in the development of GUISurfer, a tool to reverse engineer the GUI layer of interactive computing systems. The ultimate goal of the tool is to enable analysis of interactive system from source code.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The integration and composition of software systems requires a good architectural design phase to speed up communications between (remote) components. However, during implementation phase, the code to coordinate such components often ends up mixed in the main business code. This leads to maintenance problems, raising the need for, on the one hand, separating the coordination code from the business code, and on the other hand, providing mechanisms for analysis and comprehension of the architectural decisions once made. In this context our aim is at developing a domain-specific language, CoordL, to describe typical coordination patterns. From our point of view, coordination patterns are abstractions, in a graph form, over the composition of coordination statements from the system code. These patterns would allow us to identify, by means of pattern-based graph search strategies, the code responsible for the coordination of the several components in a system. The recovering and separation of the architectural decisions for a better comprehension of the software is the main purpose of this pattern language