نتایج جستجو برای: dramatic poetry

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

2014
Jukka M. Toivanen Oskar Gross Hannu Toivonen

We propose a method for automatic poetry composition with a given document as inspiration. The poems generated are not limited to the topic of the document. They expand the topic or even put it in a new light. This capability is enabled by first detecting significant word associations that are unique to the document and then using them as the key lexicon for poetry composition.

2014
Quanze Chen Chenyang Lei Wei Xu Ellie Pavlick Chris Callison-Burch

Poetry composition is a very complex task that requires a poet to satisfy multiple constraints concurrently. We believe that the task can be augmented by combining the creative abilities of humans with computational algorithms that efficiently constrain and permute available choices. We present a hybrid method for generating poetry from prose that combines crowdsourcing with natural language pr...

2008
Craig Dworkin

plicitly, by an equally nebulous third term: sense. The relation is ambiguous, and shift-­ ing, because sound—especially in the context of poetry—is of that species of homographs which produce their own antonyms.4 On the one hand, sound—defined as “the au-­ dible articulation(s) corresponding to a let-­ ter or word” (def. 4b)—has been understood as distinct from linguistic meaning: “the sound m...

2013
Mike Cadden

format. The novel is still the most popular genre in the young adult literature market, and so by calling it “a novel,” publishers and authors reassure readers that this is what they’ve come to enjoy. Equally important, booksellers will shelve the book with other novels rather than with poetry, though my own experience is that the shelving process in bookstores and libraries is an inconsistent ...

Journal: :Memory & cognition 2007
Barbara Tillmann W Jay Dowling

Memory for details of text generally declines relatively rapidly, whereas memory for propositional and context-based meanings is generally more resilient over time. In the present study, we investigated short-term memory for two kinds of verbal material: prose and poetry. Participants heard or read prose stories or poems in which aphrase near the start of the passage served as a target. The tex...

Journal: :Projections 2022

How do we understand the experiences of characters in a movie? Similar to real life, viewers attribute mental states through process known as Theory Mind (ToM). Filmmakers commonly use Dramatic Irony, narrative device where audience knows something that at least one does not. From social neuroscience perspective, understanding cognitive mechanisms underlie dramatic irony can provide remarkable ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شهید مدنی آذربایجان - دانشکده ادبیات و علوم انسانی 1392

when we return to the concept of poetry and the age-old discussion about the uselessness or the usefulness of the poets to the private and public state of human beings, originating from plato and aristotles views about poets respectively, there emerges the question of the role of poetry in human beings lives. in the same manner, with the advance of technology and the daily progress and improvem...

Journal: :Presence 1993
Margaret Thomas Kelso Peter Weyhrauch Joseph Bates

Let us consider the presentation by computers of rich, highly interactive worlds that are inhabited by dynamic and complex characters, and shaped by aesthetically pleasing stories. We shall call this interactive drama, and we believe that it requires strong characters, aesthetic presentation, and long-term dramatic structure. This paper describes an experiment designed to help us understand how...

Journal: :Journal of the Royal Society of Medicine 2001

2007
DAVID NOEL FREEDMAN

OETRY is not only central in the title, but for the study of the Hebrew Bible. There is no intention here of disvaluing the prose of the Bible, which constitutes the first major literary composition in that medium ever produced, so far as I am aware, whether we speak of the so-called Court History and the J source of the Pentateuch of the 10th century B.C., or the composite whole which we may c...

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

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

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