نتایج جستجو برای: font

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

2016
Li Deng Liyi Wang Zhaolin Ren

This project explores Chinese character font classification and transformation, which are the most important two steps in reconstructing weathered Chinese characters. For font classification, SIFT is first used to capture font features, and neural network is built in Keras with almost perfect results achieved. For font transformation, a convolutional neural network is implemented in Tensorflow,...

Journal: :Journal of Portuguese Linguistics 2022

In this paper we present some exploratory studies of emotion words basedon large annotated corpora Portuguese. Those were automaticallyannotated with emotionality, and each word was assigned one or moregroups out 26 groups. Our goal is to evaluate those groups byapplying different statistical approaches our material, namely based on (a)co-occurrence in a sentence as sign closeness meaning, (b) ...

Journal: :Electronic Publishing 1993
Abdel Wahab Zramdini Rolf Ingold

• Recognition of logical document structures [1], where knowledge of the font used in a word, line, or text block may be useful for defining its logical label (chapter title, section title or paragraph). • Document reproduction, where knowledge of the font is necessary in order to reproduce (reprint) the document. • Document indexing and information retrieval, where word indexes are generally p...

Journal: :Iowa State University animal industry report 2022

Iowa State University (ISU) offers undergraduate certificates to demonstrate completion of a curriculum in specialized area across various disciplines.  The certificate has the significant benefit allowing students customize their and document an approved course study.  A Dairy Cattle Production Management Certificate is offered within Animal Science Department at ISU.&nbs...

2014
Sorachai Kamollimsakul Helen Petrie Christopher Power

Most guidelines for making websites accessible for older people have been developed for the Latin alphabet. Currently, there are no web design guidelines for the Thai language or for Thai older people. Our research investigated the effect of font type and size in Thai on skim reading for Thai younger (21-39 years) and older (59-72 years) adults. There were two levels of font types (Conservative...

Journal: :Marvell studies 2022

Previous criticism of Marvell’s “Mourning” has not only ignored the narrator’s invocation “Indian slaves,” but in most cases actually erased it. This essay explores consequences that erasure for our understanding poem and its place history colonialism race-making.@font-face{font-family:Arial;panose-1:2 11 6 4 2 4;mso-font-charset:0;mso-generic-font-family:auto;mso-font-pitch:variable;mso-font-s...

Journal: :J. Electronic Imaging 2001
Serdar Öztürk Bülent Sankur A. Toygar Abak

In this work clustering and recognition problem of fonts in document images is addressed. Various font features and their clustering behavior are investigated. Font clustering is implemented both from shape similarity or from OCR performance points of view. A font recognition algorithm is developed that can identify the font group or the individual font from which a text was created. © 2001 SPI...

2004
Alberto J. Cañas Rodrigo Carvajal Roger Carff

Journal: :Eternal English Teaching Journal 2023

The objective of this descriptive study was to analyze students' grammatical errors in writing assignments, case a cover letter for second-semester Computer Science students at University Semarang. target population included 21 enrolled Business English class chosen randomly from pool 50 participants. They were asked write an application English. Then, using the surface approach taxonomy, resea...

2007
Peter Walker

This paper reflects on the kinds of evidence able to confirm that letter and word identification in reading can be supported by encoding the underlying visual structure of the text, and specifically by deriving structural descriptions for letters. It is proposed that structure-driven processes are intimately linked to the implementation of font-specific rules for translating visual features int...

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

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

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