نتایج جستجو برای: perfective aspect

تعداد نتایج: 97895  

2007
Cleo Condoravdi Hana Filip

This course sets out with an examination of the role of events in accounting for inferential properties of modification. It presents a model of the logic of modification following the neo-Davidsonian mode of composition but reworking the Davidsonian framework. The approach is shown to accord with more intuitively appealing notions of event individuation and to afford a uniform treatment of indi...

1996
Hana Filip

Slavic languages have a rich inventory of verb affixes that typically have syntactic and semantic effects on the argument structure of the derived verb. Although verb affixes function as operators on verbs, they often restrict the interpretation of certain nominal arguments in a way in which determiners in a nominal construction do. This intriguing fact has not been systematically described in ...

2002
Olga Borik

ing away from the intermediate levels in (28), focus on the edges of this scheme: from the diachronic perspective, the hypothesis that the original resultative meaning of present perfect in Old Russian transformed into the meaning of simple past is theoretically well founded and supported by the data. In modern Russian, there are no other past forms available than the ‘leftovers’ of what used t...

2006
Hannah Rohde Andrew Kehler Jeffrey L. Elman

In a story completion study involving transfer-of-possession passages (John handed a book to Bob. He _____), Stevenson et al. (1994) identified a pronoun interpretation preference that is compatible with two possible explanations: a superficial thematic role bias for Goals over Sources, and a deeper event structure bias toward focusing on the end state of such events. To distinguish these hypot...

Journal: :Poznan Studies in Contemporary Linguistics 2021

Abstract The focus of the present study is relation between metaphor and aspect: are certain grammatical forms more prone to be used metaphorically? We approach this issue through a puzzling case Russian aspectual triplets. based on distributions unprefixed imperfective verb gruzit’ (IPFV1) ‘load’, its perfective counterparts (PFVs) prefixed secondary imperfectives (IPFV2s) with prefixes na- , ...

Journal: :Languages 2022

This paper reports on a literary corpus study of four grammatical tenses across European languages. The consists selection eight chapters from Javier Marías’s Spanish novel Así empieza lo malo ‘Thus bad begins’, and its translations to English, Dutch, French. We annotated 1579 verb forms in the source text for tense, and, subsequently, their other languages, distinguishing between two registers...

2010
Feng-hsi Liu Raul Aranovich

This paper argues that the distribution of the two Chinese aspectual auxiliaries -Ie and -zhe in the locative inversion construction is determined by the semantics of the event, in particular the interaction of lexical aspect (telicity and stativity) and agentivity. The -le/-zhe alternation shows a gradient effect similar to the selection of perfective auxiliaries in Romance and Germanic (Sorac...

2005
ROUMYANA SLABAKOVA Natasha Voropaeva

Two major mechanisms of encoding telicity across languages are either marking the object as exhaustively countable or measurable, or utilizing a specific prefix on the verbal form. English predominantly uses the first mechanism, while Russian mostly utilizes the second. The learning task of an English speaker acquiring Russian, then, is two-fold: to learn each individual verb with its subset of...

2013
Larry M. Hyman Sharon Inkelas

In (3a), the verb root -baalbecomes baadwhen it is followed by causative -is-, applicative -ilor perfective -idi. As seen in (3b) the prefective in realized [idi] when the preceding vowel is /i/, /u/ or /a/. In (3c), however, when the preceding vowel is /e/ or /o/, there is a vowel height harmony and the perfective suffix is realized -ele. In response to this perfect complementarity, a single u...

Journal: :Frontiers in Communication 2021

German and French football language display tense-aspect-mood (TAM) forms which differ from the TAM use in other genres. In talk, present indicative may replace pluperfect subjunctive. reports of matches, imperfective past occur instead a perfective tense-aspect form. We argue that two phenomena share functional core are licensed same way, is direct result genre they in. More precisely, match a...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->