808 resultados para Semantic Discursive
Resumo:
The research presented in this dissertation is comprised of several parts which jointly attain the goal of Semantic Distributed Database Management with Applications to Internet Dissemination of Environmental Data. ^ Part of the research into more effective and efficient data management has been pursued through enhancements to the Semantic Binary Object-Oriented database (Sem-ODB) such as more effective load balancing techniques for the database engine, and the use of Sem-ODB as a tool for integrating structured and unstructured heterogeneous data sources. Another part of the research in data management has pursued methods for optimizing queries in distributed databases through the intelligent use of network bandwidth; this has applications in networks that provide varying levels of Quality of Service or throughput. ^ The application of the Semantic Binary database model as a tool for relational database modeling has also been pursued. This has resulted in database applications that are used by researchers at the Everglades National Park to store environmental data and to remotely-sensed imagery. ^ The areas of research described above have contributed to the creation TerraFly, which provides for the dissemination of geospatial data via the Internet. TerraFly research presented herein ranges from the development of TerraFly's back-end database and interfaces, through the features that are presented to the public (such as the ability to provide autopilot scripts and on-demand data about a point), to applications of TerraFly in the areas of hazard mitigation, recreation, and aviation. ^
Resumo:
The Semantic Binary Data Model (SBM) is a viable alternative to the now-dominant relational data model. SBM would be especially advantageous for applications dealing with complex interrelated networks of objects provided that a robust efficient implementation can be achieved. This dissertation presents an implementation design method for SBM, algorithms, and their analytical and empirical evaluation. Our method allows building a robust and flexible database engine with a wider applicability range and improved performance. ^ Extensions to SBM are introduced and an implementation of these extensions is proposed that allows the database engine to efficiently support applications with a predefined set of queries. A New Record data structure is proposed. Trade-offs of employing Fact, Record and Bitmap Data structures for storing information in a semantic database are analyzed. ^ A clustering ID distribution algorithm and an efficient algorithm for object ID encoding are proposed. Mapping to an XML data model is analyzed and a new XML-based XSDL language facilitating interoperability of the system is defined. Solutions to issues associated with making the database engine multi-platform are presented. An improvement to the atomic update algorithm suitable for certain scenarios of database recovery is proposed. ^ Specific guidelines are devised for implementing a robust and well-performing database engine based on the extended Semantic Data Model. ^
Resumo:
This dissertation examined the formation of Japanese identity politics after World War II. Since World War II, Japan has had to deal with a contradictory image of its national self. On the one hand, as a nation responsible for colonizing fellow Asian countries in the 1930s and 1940s, Japan has struggled with an image/identity as a regional aggressor. On the other hand, having faced the harsh realities of defeat after the war, Japan has seen itself depicted as a victim. By employing the technique of discourse analysis as a way to study identity formation through official foreign policy documents and news media narratives, this study reconceptualized Japanese foreign policy as a set of discursive practices that attempt to produce renewed images of Japan's national self. The dissertation employed case studies to analyze two key sites of Japanese postwar identity formation: (1) the case of Okinawa, an island/territory integral to postwar relations between Japan and the United States and marked by a series of US military rapes of native Okinawan girls; and (2) the case of comfort women in Japan and East Asia, which has led to Japan being blamed for its wartime sexual enslavement of Asian women. These case studies found that it was through coping with the haunting ghost of its wartime past that Japan sought to produce "postwar Japan" as an identity distinct from "wartime imperial Japan" or from "defeated, emasculated Japan" and, thus, hoped to emerge as a "reborn" moral and pacifist nation. The research showed that Japan struggled to invent a new self in a way that mobilized gendered dichotomies and, furthermore, created "others" who were not just spatially located (the United States, Asian neighboring nations) but also temporally marked ("old Japan"). The dissertation concluded that Japanese foreign policy is an ongoing struggle to define the Japanese national self vis-à-vis both spatial and historical "others," and that, consequently, postwar Japan has always been haunted by its past self, no matter how much Japan's foreign policy discourses were trying to make this past self into a distant or forgotten other.
Resumo:
Large read-only or read-write transactions with a large read set and a small write set constitute an important class of transactions used in such applications as data mining, data warehousing, statistical applications, and report generators. Such transactions are best supported with optimistic concurrency, because locking of large amounts of data for extended periods of time is not an acceptable solution. The abort rate in regular optimistic concurrency algorithms increases exponentially with the size of the transaction. The algorithm proposed in this dissertation solves this problem by using a new transaction scheduling technique that allows a large transaction to commit safely with significantly greater probability that can exceed several orders of magnitude versus regular optimistic concurrency algorithms. A performance simulation study and a formal proof of serializability and external consistency of the proposed algorithm are also presented.^ This dissertation also proposes a new query optimization technique (lazy queries). Lazy Queries is an adaptive query execution scheme which optimizes itself as the query runs. Lazy queries can be used to find an intersection of sub-queries in a very efficient way, which does not require full execution of large sub-queries nor does it require any statistical knowledge about the data.^ An efficient optimistic concurrency control algorithm used in a massively parallel B-tree with variable-length keys is introduced. B-trees with variable-length keys can be effectively used in a variety of database types. In particular, we show how such a B-tree was used in our implementation of a semantic object-oriented DBMS. The concurrency control algorithm uses semantically safe optimistic virtual "locks" that achieve very fine granularity in conflict detection. This algorithm ensures serializability and external consistency by using logical clocks and backward validation of transactional queries. A formal proof of correctness of the proposed algorithm is also presented. ^
Resumo:
Over the past five years, XML has been embraced by both the research and industrial community due to its promising prospects as a new data representation and exchange format on the Internet. The widespread popularity of XML creates an increasing need to store XML data in persistent storage systems and to enable sophisticated XML queries over the data. The currently available approaches to addressing the XML storage and retrieval issue have the limitations of either being not mature enough (e.g. native approaches) or causing inflexibility, a lot of fragmentation and excessive join operations (e.g. non-native approaches such as the relational database approach). ^ In this dissertation, I studied the issue of storing and retrieving XML data using the Semantic Binary Object-Oriented Database System (Sem-ODB) to leverage the advanced Sem-ODB technology with the emerging XML data model. First, a meta-schema based approach was implemented to address the data model mismatch issue that is inherent in the non-native approaches. The meta-schema based approach captures the meta-data of both Document Type Definitions (DTDs) and Sem-ODB Semantic Schemas, thus enables a dynamic and flexible mapping scheme. Second, a formal framework was presented to ensure precise and concise mappings. In this framework, both schemas and the conversions between them are formally defined and described. Third, after major features of an XML query language, XQuery, were analyzed, a high-level XQuery to Semantic SQL (Sem-SQL) query translation scheme was described. This translation scheme takes advantage of the navigation-oriented query paradigm of the Sem-SQL, thus avoids the excessive join problem of relational approaches. Finally, the modeling capability of the Semantic Binary Object-Oriented Data Model (Sem-ODM) was explored from the perspective of conceptually modeling an XML Schema using a Semantic Schema. ^ It was revealed that the advanced features of the Sem-ODB, such as multi-valued attributes, surrogates, the navigation-oriented query paradigm, among others, are indeed beneficial in coping with the XML storage and retrieval issue using a non-XML approach. Furthermore, extensions to the Sem-ODB to make it work more effectively with XML data were also proposed. ^
Resumo:
This thesis research describes the design and implementation of a Semantic Geographic Information System (GIS) and the creation of its spatial database. The database schema is designed and created, and all textual and spatial data are loaded into the database with the help of the Semantic DBMS's Binary Database Interface currently being developed at the FIU's High Performance Database Research Center (HPDRC). A friendly graphical user interface is created together with the other main system's areas: displaying process, data animation, and data retrieval. All these components are tightly integrated to form a novel and practical semantic GIS that has facilitated the interpretation, manipulation, analysis, and display of spatial data like: Ocean Temperature, Ozone(TOMS), and simulated SeaWiFS data. At the same time, this system has played a major role in the testing process of the HPDRC's high performance and efficient parallel Semantic DBMS.
Resumo:
The main purpose of this study was to investigate the cross-linguistic interactions in the semantic categorization of late Portuguese-English bilinguals. The lexical items used in this study have a wider range of applications in one language and narrower in the other. Three types of categories were examined: classical, homophones, and radials. Late Portuguese-English bilinguals, as well as Portuguese and English monolinguals, were tested. After hearing a word, participants were asked to choose from a set of images, one that could be labelled as such. Analyses showed that when tested in English, participants performed better when it was the wider language. Participants’ performance was lower on classical categories than on homophone and radial categories.
Resumo:
Sociolinguists have documented the substrate influence of various languages on the formation of dialects in numerous ethnic-regional setting throughout the United States. This literature shows that while phonological and grammatical influences from other languages may be instantiated as durable dialect features, lexical phenomena often fade over time as ethnolinguistic communities assimilate with contiguous dialect groups. In preliminary investigations of emerging Miami Latino English, we have observed that lexical forms based on Spanish lexical forms are not only ubiquitous among the speech of the first generation Cuban Americans but also of the second. Examples, observed in field work, casual observation, and studied formally in an experimental context include the following: “get down from the car,” which derives from the Spanish equivalent, bajar del carro instead of “get out of the car”. The translation task administered to thirty-one participants showed a variety lexical phenomena are still maintained at equal or higher frequencies.
Resumo:
The design of interfaces to facilitate user search has become critical for search engines, ecommercesites, and intranets. This study investigated the use of targeted instructional hints to improve search by measuring the quantitative effects of users' performance and satisfaction. The effects of syntactic, semantic and exemplar search hints on user behavior were evaluated in an empirical investigation using naturalistic scenarios. Combining the three search hint components, each with two levels of intensity, in a factorial design generated eight search engine interfaces. Eighty participants participated in the study and each completed six realistic search tasks. Results revealed that the inclusion of search hints improved user effectiveness, efficiency and confidence when using the search interfaces, but with complex interactions that require specific guidelines for search interface designers. These design guidelines will allow search designers to create more effective interfaces for a variety of searchapplications.
Resumo:
This dissertation aims to identify and describe the phenomenon of discursive representation of victim and defendant in court judgment genre. Researchis part of general theoretical framework of text linguistics and more specifically in textual discourse analysis (ATD) theory developed by Jean-Michel Adam ([2008] 2011). Discursive representation notion proposed by ATD is one of the most important aspects of semantic dimension of the text, being complemented in the work of Grize (1990, 1996) from schematization notion. In this perspective, this work is guided by studies of text linguistics with Koch (2012, 2005, 2004), Marcuschi (2012, 2008, 2005), Rodrigues, Passeggi and Silva Neto (2010, 2012, 2014), with genre Bazerman (2005), Bakhtin (1992) and the juridical discourse with Capez (2012), Pimenta (2007), Lourenço (2013) and Gomes (2013) . Methodologically, is a documentary research, presenting qualitative and descriptive characters and is guided by the inductivedeductive method. Corpus consists of a judicial sentence, criminal, collected electronically from Court of Justice of São Paulo - Judiciary website in consultation Judged1st Degree, with the theme of violence against women. Analysis procedures use semantic categories of discursive representation, such as referencing, predication, modification and the spatial and temporal location. Results are focused on the construction of discursive representation of (victim and defendant) from PdV distinct enunciators, which may approach or distance themselves according to argumentative text orientation. Thus, considering social importance of forensic text and, in particular, court judgment in the lives of citizens, it was possible to realize the importance of developing research that addresses the study of text semantic dimension, especially in construction of representations of discourse objects
Resumo:
This piece of research aims to address the issue on the construction and reconstruction of Câmara Cascudo´s discursive representations in Mário de Andrade´s discourse. In order to describe, analyze and interpret these representations, we recur to some semantic categories from the Discourse Textual Analysis (DTA) by articulating them with other categories, notably, Grize´s Logic (1996,1997), Text Linguistics and Semantics. Therefore, the purpose is to analyze how these representations are constructed discursively, in written letters, by means of semantic categories such as referentiation, predication, modification, connection and spatial and temporal locations. In the theoretical foundation, proposals of Textual Analysis of Discourses, conceived by the linguist Jean-Michel Adam (1990, 2008a, 2011a), Text Linguistics, Semantics and Logic, focusing, especially, on the phenomenon of discursive representations, are articulated. The research approach is of qualitative nature supported by some quantitative data (OLIVEIRA, 2012); option which makes the analysis richer and comprehensive. As a hypothesis, it is presented the fact that these categories used by Mário de Andrade, in his discourse, do not only enable the (re)construction of the interlocutor´s images, discursively constructed, but they also provide a multiplicity of information and viewpoints about the RN writer´s personality. The study corpus is constituted of 20 texts written by Mário de Andrade and sent to Câmara Cascudo between 1924 and 1944, of which 35 fragments were selected and analyzed. However, it can be verified that, in the analyzed corpus, a set of discursive representations is constructed for Câmara Cascudo, from semantic categories proposed for analysis and used in Mário de Andrade´s discourse. These categories enable to construct and reconstruct the representations that emerge in the texts. Therefore, the analysis points out the construction of a set of different representations, highlighting the representation of the writer, the intellectual and the friend.
Resumo:
This thesis examines the medial construction of the Portuguese of Brazil (PB). It is a construction which describes a causative event in which a non-human subject participant is affected by an action that does not originate from itself. Thus, we are interested in investigating this type of construction, its specific characteristics, motivations and discursive context from its semantic- cognitive and discoursive - pragmatic functions. The research questions are: what is the prototypical structural configuration of the medial construction (MC) in the Portuguese of Brazil? What are its specific discoursive functions? What is the degree of MC transitivity based on the properties proposed by Hopper and Thompson (1980)? We assume that the medial construction has its own structure which particularizes its significant dimension, thus ensuring a certain distance between the one in charge of the event and the affected entity. The theoretical and methodological assumptions is founded on Usage-based Functional Linguistics (FURTADO DA CUNHA; BISPO; SILVA, 2013). It is a research of qualitative- interpretative nature that has prioritized the analysis of occurrences arising from texts produced by users of the Brazilian Portuguese language in effective communicative situation. The database for this study is electronic texts available on the website www.reclameaqui.com.br. The results revealed the existence of different configurations of the medial construction in the Brazilian Portuguese, having as prototypical the one formed by SN + V. From the morphosyntactic and semantic point of view, the construction expresses a subject affected by an action that does not part from itself. As for the pragmatic aspect, the construction expresses an event that seems to have the purpose to emphasize the affected argument and to ignore, intentionally or not, the agent or the causative, since it is irrelevant to the speaker/ listener in the contextual situation.
Resumo:
This doctoral dissertation proposes to analyze the discursive representations of Lula, as they appear on the covers of the magazines, Época and Veja, targeting the verbo visual elements that comprise the genre, magazine covers. In this way, we seek to describe and interpret the discursive representations (Drs), using a theoretical framework based on the Textual Discourse Analysis –TDA, developed by Jean Michel Adam (2011a), focusing on the semantic level of the text, that is, on the dimension that allows for the comprehension of Drs present in a text. For a discussion about the Drs and their categories of analysis referencing, predication, modification, relation and spatial localization and time we use as a starting point, the study by Brize about the logical discursive operations (1990, 1996), and continue through the studies that discuss linguistic, textual, and discursive operations in concrete utterances, such as Castilho (2010), Rodrigues; Passeggi; Silva Neto (2010), Neves (2011), Rodrigues et al. (2012), Passeggi (2001; 2012), Queiroz (2013), among others. In addition, we rely on Multimodal Discourse for the verbo visual aspects present on magazine covers (KRESS; van LEEUWEN, 2006; DIONISIO, 2011; DIONISIO; VASCONCELOS, 2013). Using aresearch approach that is qualitative with quantitative support, and which is documental, and based on deductive inductive methods, we describe and interpret a corpus (SEVERINO, 2007; CHIZZOTTI, 2010; OLIVEIRA, M., 2013), aiming to reconstruct Lula’s Drs. The cor pusis comprised of forty one magazine covers sixteen from Época and twenty four from Veja. The covers date from the election period in which the candidate, Lula, was elected President of Brazil in 2002, the last mandate after his reelection in 2006, and in the year 2010 a period of 9 years. Based on the analysis carried out, we can affirm that the magazines, Época and Veja, construct diverse Drs by Lula, such as: candidate; elected candidate; governing member and member of a political party; reelected president; politics; workers party acronym PT; international governments as allies; accomplices and participants in scandals of corruption; friend, brother, cousin, nephew, father, parent and man; among others that unfold throughout these by the mediation of the modifiers of the referents and processes, and by the very processes and connections, and analogies made on the object of discourse, Lula. Nonetheless, the reconstruction of these is derived from the description and interpretation of the textual linguistic and discursive choices that the magazines make to produce the proposition utterances, as well as by the choices of images and other visual resources, all operating as co(n)textually articulated to produce the magazine’s desired effect. In conclusion, the Drs verified demand the reflection, description and interpretation of the referencing, prediction, the relationship and spatial temporal localization, which was only possible through the textual discursive analysis of the verbo visual arrangements that comprise texts in the genre magazine cover.
Resumo:
In this study, we focus on the relativization strategies, in diachronic corpus of Brazilian Portuguese (BP). Generally speaking, we aim to investigate the use of the relative in a historical perspective on BP, focusing on semantic-cognitive and discursive-pragmatic motivations involved and the correlation with the discursive traditions. The theoretical perspective underlying our study is the North-American Functional Linguistics, inspired by Talmy Givón, Sandra Thompson, Paul Hopper, Joan Bybee, Elizabeth Traugott, Mario Martelotta, Angelica Furtado da Cunha, among others, combined with contributions of Discursive Traditions, based on authors such as Kabatek, Koch and Oesterreicher. As for the methodology, our research is eminently qualitative, in the sense that it seeks to elucidate semantic-cognitive and discursive-pragmatic motivations related to the use of relativization strategies in BP; and it has quantitative support, with respect to measurable data aspect and characterization of the object of study and its frequency of use. For this investigation, we use the corpora of the project Para a História do Português Brasileiro (PHPB), more specifically, the particular, official, reader and redactor letters written between the eighteenth and twentieth centuries, from four states: Minas Gerais, Paraná, Pernambuco and Rio de Janeiro. The results of this research reveal the variation in relativization strategies, in view of the increase in the relativa cortadora (prepositional chopping strategy) percentage in the corpus of this investigation, even though the occurrence of this strategy is more restricted to private letters. In addition, we found factors of cognitive nature such as reduction in cognitive cost and economy related to the occurrence of that relative strategy, principally in private letters; aspects such as the need for expressiveness and clearness related to the use, even if infrequent, of the relativa copiadora (resumptive strategy), especially in official letters; and factors of communicative order such as the public sphere of circulation of the sample letters, as in the redactor and reader letters, and the gap between the parties most directly involved in the use of the standard relative of our sample.
Resumo:
In this paper, we analyze corporate slogans, understanding them as a discursive construction that is, as a pairing of form and function able to unite the notions of textual type and discursive genre. In this way, we developed a qualitative and quantitative analysis, aimed specifically to analyze the formal properties (phonetic, morphological and syntactic) and functional (semantic, pragmatic and discursive) of slogans. Furthermore, we attempted at verifying and quantifying recurring aspects involved in their construction, in order to capture configurational patterns underlying their formation. The data come from slogans collected in products and / or service stores in the metropolitan area of Natal city, Rio Grande do Norte. This research is based on the Cognitive-Functional Linguistics, that conjugates the North American functionalist tradition, represented by researchers as Talmy Givón, Paul Hopper, Joan Bybee, Elizabeth Closs-Traugott, with Cognitive Linguistics, in particular, the chain linked to Construction Grammar, as postulated by Adele Goldberg, William Croft e Jan-Olla Östman, among others. The results ratified the importance of the interface between the formal and functional aspects in the analysis of linguistic uses. These results point to the idea of the slogan as the pairing of form and function on textual / discursive level, in other words, as a discursive construction, constituting as cognitive storage of a scheme / model of textual formation with a specific discursive-pragmatic function.