نتایج جستجو برای: textual level

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

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد مرودشت - دانشکده علوم پایه 1393

the present study attempts to discover ideological differences between alcott’s novel (1868) named “little women” and its two persian translations. the first has been translated by morvarid and the second has been translated by obeidi. to this end, farahzad’s cda approach (2012) was used to analyze the ideology reflected in both translations by the two different translators. according to farahz...

Journal: :Jadila: Journal of Development and Innovation in Language and Literature Education 2021

Journal: :the journal of applied linguistics and discourse analysis 0

the present study attempted the relative effect of explicit teaching of textual metadiscourse markers on esap reading comprehension performance of iranian university students through an awareness raising experiment. a sixty-item multiple choice esap reading comprehension test of accounting was developed and validated to act as the pre-test and post-test. the test included items for assessing sp...

This study aimed to investigate the impact of textual enhancement and metalinguistic explanation as focus-on-form tasks tending to encourage the acquisition of nominal clauses (NCs) in English. It explored (a) whether textual enhancement and metalinguistic explanation would promote and enhance the knowledge of NCs, (b) whether these two tasks would differ in terms of enhancing learners' knowled...

The present study attempted the relative effect of explicit teaching of textual metadiscourse markers on ESAP reading comprehension performance of Iranian university students through an awareness raising experiment. A sixty-item multiple choice ESAP reading comprehension test of accounting was developed and validated to act as the pre-test and post-test. The test included items for assessing sp...

The present corpus-driven study addresses the current situation of translation criticisms published in print or online in the Iranian media. A sample of 17 criticisms (roughly 68,000 words altogether) from a variety of valid media outlets was compiled. Having been categorized into those with, and those without an ex- plicit theoretical framework, the criticisms were examined on two levels...

Abdollah Baradaran, Shokoufeh Amiri

  Abstract Critical Discourse Analysis as an interdisciplinary approach aims at making transparent the connections between discourse practices and social practices and provides ways of looking into translations from a critical standpoint.Farahzad is among the scholars who presented her specific CDA model inspired by Fairclough’s approach. The present Critical Discourse Analysis (CDA)-based s...

This study investigated textual and inter-textual reading of a group of Iranian EFL undergraduates’ careful English reading types. In this research, Khalifa and Weir’s (2009) reading framework was used to propose a more inclusive aspect of a careful reading framework and the reading construct for instructional and assessment goals. The participants of this study were B.A. students of English Tr...

Journal: :IEEE/ACM transactions on audio, speech, and language processing 2022

Over the past few years, various word-level textual attack approaches have been proposed to reveal vulnerability of deep neural networks used in natural language processing. Typically, these involve an important optimization step determine which substitute be for each word original input. However, current research on this is still rather limited, from perspectives both problem-understanding and...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد مرودشت - دانشکده علوم تربیتی و روانشناسی 1393

abstract given the importance of the text’s formal aspects, in addition to its content, poetry presents special challenges to translators. poetry has its own distinctive features that cannot be rendered into another language easily. the translation of poetry into poetry entails preserving the rhyme, figurative language and the general tone of the original. the present study was an attempt to i...

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

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

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"; } -->