نتایج جستجو برای: nominal collocation

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

Journal: :بحوث فی اللغه العربیه 0
سید محمود میرزایی الحسینی دانشگاه لرستان علی نظری دانشگاه لرستان یونس ولیئی دانشگاه لرستان

one of the most important and brilliant aspects in each language is the collocation that finally add up to lexical coherence . coming together in semantics considers as one of the semantic relationships at lexical level that appears at all languages , and doesnt specialize for a certain language . mean while .the study of pre-islamic period poem about coming together is a significant affair . t...

2007
Su Nam Kim Meladel Mistica Timothy Baldwin

This paper investigates the task of noun compound interpretation, building on the sense collocation approach proposed by Moldovan et al. (2004). Our primary task is to evaluate the impact of similar words on the sense collocation method, and decrease the sensitivity of the classifiers by expanding the range of sense collocations via different semantic relations. Our method combines hypernyms, h...

Journal: :SIAM Journal of Applied Mathematics 2017
Nuutti Hyvönen V. Kaarnioja Lauri Mustonen Stratos Staboulis

The objective of electrical impedance tomography is to reconstruct the internal conductivity of a physical body based on measurements of current and potential at a finite number of electrodes attached to its boundary. Although the conductivity is the quantity of main interest in impedance tomography, a real-world measurement configuration includes other unknown parameters as well: The informati...

2007
Su Nam Kim Timothy Baldwin

In this paper, we outline our approach to interpreting semantic relations in nominal pairs in SemEval-2007 task #4: Classification of Semantic Relations between Nominals. We build on two baseline approaches to interpreting noun compounds: sense collocation, and constituent similarity. These are consolidated into an overall system in combination with co-training, to expand the training data. Our...

2000
Paula Guerreiro

This article focuses on ongoing work done for Portuguese concerning the phenomenon of lexical co-occurrence known as collocation (cf. Cruse, 1986, inter al.). Instances of the syntactic variety formed by noun plus adjective have been especially observed. Collocational instances are not lexical entries, and thus should not be stored in the lexicon as multiword lexical units. Their processing can...

2009
B. E. Treeby

For many engineers and acousticians, the boundary element method (BEM) provides an invaluable tool in the analysis of complex problems. It is particularly well suited for the examination of acoustical problems within large domains. Unsurprisingly, the widespread application of the BEM continues to produce an academic interest in the methodology. New algorithms and techniques are still being pro...

Journal: :journal of studies in learning and teaching english 0
linda samadi department of foreign languages, islamic azad university, sepidan branch, sepidan, iran maryam bahardoust department of foreign languages, islamic azad university, qeshm branch, qeshm, iran rahman sahragard department of foreign languages, shiraz university, shiraz, iran

the importance and howness of language learning/ acquisition has been a great concern for decades. there are many factors that play important roles in this regard. this research compared the performance of native persian and english elementary students to see if there is any significant difference between the two groups and which type of collocation they performed better within the groups. for ...

2007
Michel Lauria Marc-Antoine Legault Marc-André Lavoie François Michaud

For complex robotic tasks (manipulation, locomotion, haptics, ...), the lack of knowledge of precise interaction models, the difficulties to precisely measure the task associated physical quantities (force, speed, ...) in real time and the non-collocation of sensors and transducers have negative effects on performance and stability of robots when using simple force or simple movement controller...

Journal: :international journal of foreign language teaching and research 2015
shabnam ashouri davood mashhadi heidar

abstractthe present study explores the impact of corpus-based collocation instruction on intermediate iranian efl learners' writing ability. for this study, 84 iranian learners, studying english as a foreign language in bayan institute, iran, were selected and were randomly divided into two groups, experimental and control. conventional methods of writing instruction were taught to the control ...

2016
N. HYVÖNEN V. KAARNIOJA S. STABOULIS

The objective of electrical impedance tomography is to reconstruct the internal conductivity of a physical body based on measurements of current and potential at a finite number of electrodes attached to its boundary. Although the conductivity is the quantity of main interest in impedance tomography, a real-world measurement configuration includes other unknown parameters as well: the informati...

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

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

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