948 resultados para Specific language impairment
Resumo:
Software engineering researchers are challenged to provide increasingly more powerful levels of abstractions to address the rising complexity inherent in software solutions. One new development paradigm that places models as abstraction at the forefront of the development process is Model-Driven Software Development (MDSD). MDSD considers models as first class artifacts, extending the capability for engineers to use concepts from the problem domain of discourse to specify apropos solutions. A key component in MDSD is domain-specific modeling languages (DSMLs) which are languages with focused expressiveness, targeting a specific taxonomy of problems. The de facto approach used is to first transform DSML models to an intermediate artifact in a HLL e.g., Java or C++, then execute that resulting code.^ Our research group has developed a class of DSMLs, referred to as interpreted DSMLs (i-DSMLs), where models are directly interpreted by a specialized execution engine with semantics based on model changes at runtime. This execution engine uses a layered architecture and is referred to as a domain-specific virtual machine (DSVM). As the domain-specific model being executed descends the layers of the DSVM the semantic gap between the user-defined model and the services being provided by the underlying infrastructure is closed. The focus of this research is the synthesis engine, the layer in the DSVM which transforms i-DSML models into executable scripts for the next lower layer to process.^ The appeal of an i-DSML is constrained as it possesses unique semantics contained within the DSVM. Existing DSVMs for i-DSMLs exhibit tight coupling between the implicit model of execution and the semantics of the domain, making it difficult to develop DSVMs for new i-DSMLs without a significant investment in resources.^ At the onset of this research only one i-DSML had been created for the user- centric communication domain using the aforementioned approach. This i-DSML is the Communication Modeling Language (CML) and its DSVM is the Communication Virtual machine (CVM). A major problem with the CVM's synthesis engine is that the domain-specific knowledge (DSK) and the model of execution (MoE) are tightly interwoven consequently subsequent DSVMs would need to be developed from inception with no reuse of expertise.^ This dissertation investigates how to decouple the DSK from the MoE and subsequently producing a generic model of execution (GMoE) from the remaining application logic. This GMoE can be reused to instantiate synthesis engines for DSVMs in other domains. The generalized approach to developing the model synthesis component of i-DSML interpreters utilizes a reusable framework loosely coupled to DSK as swappable framework extensions.^ This approach involves first creating an i-DSML and its DSVM for a second do- main, demand-side smartgrid, or microgrid energy management, and designing the synthesis engine so that the DSK and MoE are easily decoupled. To validate the utility of the approach, the SEs are instantiated using the GMoE and DSKs of the two aforementioned domains and an empirical study to support our claim of reduced developmental effort is performed.^
Resumo:
The increasing use of model-driven software development has renewed emphasis on using domain-specific models during application development. More specifically, there has been emphasis on using domain-specific modeling languages (DSMLs) to capture user-specified requirements when creating applications. The current approach to realizing these applications is to translate DSML models into source code using several model-to-model and model-to-code transformations. This approach is still dependent on the underlying source code representation and only raises the level of abstraction during development. Experience has shown that developers will many times be required to manually modify the generated source code, which can be error-prone and time consuming. ^ An alternative to the aforementioned approach involves using an interpreted domain-specific modeling language (i-DSML) whose models can be directly executed using a Domain Specific Virtual Machine (DSVM). Direct execution of i-DSML models require a semantically rich platform that reduces the gap between the application models and the underlying services required to realize the application. One layer in this platform is the domain-specific middleware that is responsible for the management and delivery of services in the specific domain. ^ In this dissertation, we investigated the problem of designing the domain-specific middleware of the DSVM to facilitate the bifurcation of the semantics of the domain and the model of execution (MoE) while supporting runtime adaptation and validation. We approached our investigation by seeking solutions to the following sub-problems: (1) How can the domain-specific knowledge (DSK) semantics be separated from the MoE for a given domain? (2) How do we define a generic model of execution (GMoE) of the middleware so that it is adaptable and realizes DSK operations to support delivery of services? (3) How do we validate the realization of DSK operations at runtime? ^ Our research into the domain-specific middleware was done using an i-DSML for the user-centric communication domain, Communication Modeling Language (CML), and for microgrid energy management domain, Microgrid Modeling Language (MGridML). We have successfully developed a methodology to separate the DSK and GMoE of the middleware of a DSVM that supports specialization for a given domain, and is able to perform adaptation and validation at runtime. ^
Resumo:
Globally, approximately 208 million people aged 15 and older used illicit drugs at least once in the last 12 months; 2 billion consumed alcohol and tobacco consumption affected 25% (World Drug Report, 2008). In the United States, 20.1 million (8.0%) people aged 12 and older were illicit drug users, 129 million (51.6%) abused alcohol and 70.9 million (28.4%) used tobacco (SAMHSA/OAS, 2008).Usually considered a problem specific to men (Lynch, 2002), 5.2% of pregnant women aged 15 to 44 are also illicit drug and substance abusers (SAMHSA/OAS, 2007). During pregnancy, illicit drugs and substance abuse (ID/SA) can significantly affect a woman and her infant contributing to developmental and communication delays for the infant and influencing parenting abilities (Budden, 1996; March of Dimes, 2006b; Rossetti, 2000). Feelings of guilt and shame and stressful experiences influence approaches to parenting (Ashley, Marsden, & Brady, 2003; Brazelton, & Greenspan, 2000; Ehrmin, 2000; Johnson, & Rosen, 1990; Kelley, 1998; Rossetti, 2000; Velez et al., 2004; Zickler, 1999). Parenthood is an expanded role that can be a trying time for those lacking a sense of self-efficacy and creates a high vulnerability to stress (Bandura, 1994). Residential treatment programs for ID/SA mothers and their children provide an excellent opportunity for effective interventions (Finkelstein, 1994; Social Care Institute for Excellence, 2005). This experimental study evaluated whether teaching American Sign Language (ASL) to mothers living with their infants/children at an ID/SA residential treatment program increased the mothers’ self-efficacy and decreased their anxiety. Quantitative data were collected using the General Self-Efficacy Scale and the State-Trait Anxiety Inventory showing there was both a significant increase in self efficacy and decrease in anxiety for the mothers. This research adds to the knowledge base concerning ID/SA mothers’ caring for their infants/children. By providing a simple low cost program, easily incorporated into existing rehabilitation curricula, the study helps educators and healthcare providers better understand the needs of the ID/SA mothers. This study supports Bandura’s theory that parents who are secure in their efficacy can navigate through the various phases of their child’s development and are less vulnerable to stress (Bandura, 1994).
Resumo:
This research aimed to describe, understand, and discuss the curriculum development process of a Brazilian-Portuguese heritage language community-based school in South Florida. This study was guided by the following research questions: (a) What roles does this HL community-based school aim to play for its students? This investigation was also related to the subsidiary question: (b) How does this HL community-based school organize its curriculum development process? In order to explore these research questions, I observed and interviewed teachers and coordinators based on a qualitative research approach. I analyzed the interviews’ transcripts, and the program’s website with a central focus of describing and understanding their curriculum development process. Hopefully, the findings will help Brazilian and other HL community schools toward discussing and elaborating their own curriculum development, as well as to look for specific teacher training courses.
Resumo:
Software engineering researchers are challenged to provide increasingly more pow- erful levels of abstractions to address the rising complexity inherent in software solu- tions. One new development paradigm that places models as abstraction at the fore- front of the development process is Model-Driven Software Development (MDSD). MDSD considers models as first class artifacts, extending the capability for engineers to use concepts from the problem domain of discourse to specify apropos solutions. A key component in MDSD is domain-specific modeling languages (DSMLs) which are languages with focused expressiveness, targeting a specific taxonomy of problems. The de facto approach used is to first transform DSML models to an intermediate artifact in a HLL e.g., Java or C++, then execute that resulting code. Our research group has developed a class of DSMLs, referred to as interpreted DSMLs (i-DSMLs), where models are directly interpreted by a specialized execution engine with semantics based on model changes at runtime. This execution engine uses a layered architecture and is referred to as a domain-specific virtual machine (DSVM). As the domain-specific model being executed descends the layers of the DSVM the semantic gap between the user-defined model and the services being provided by the underlying infrastructure is closed. The focus of this research is the synthesis engine, the layer in the DSVM which transforms i-DSML models into executable scripts for the next lower layer to process. The appeal of an i-DSML is constrained as it possesses unique semantics contained within the DSVM. Existing DSVMs for i-DSMLs exhibit tight coupling between the implicit model of execution and the semantics of the domain, making it difficult to develop DSVMs for new i-DSMLs without a significant investment in resources. At the onset of this research only one i-DSML had been created for the user- centric communication domain using the aforementioned approach. This i-DSML is the Communication Modeling Language (CML) and its DSVM is the Communication Virtual machine (CVM). A major problem with the CVM’s synthesis engine is that the domain-specific knowledge (DSK) and the model of execution (MoE) are tightly interwoven consequently subsequent DSVMs would need to be developed from inception with no reuse of expertise. This dissertation investigates how to decouple the DSK from the MoE and sub- sequently producing a generic model of execution (GMoE) from the remaining appli- cation logic. This GMoE can be reused to instantiate synthesis engines for DSVMs in other domains. The generalized approach to developing the model synthesis com- ponent of i-DSML interpreters utilizes a reusable framework loosely coupled to DSK as swappable framework extensions. This approach involves first creating an i-DSML and its DSVM for a second do- main, demand-side smartgrid, or microgrid energy management, and designing the synthesis engine so that the DSK and MoE are easily decoupled. To validate the utility of the approach, the SEs are instantiated using the GMoE and DSKs of the two aforementioned domains and an empirical study to support our claim of reduced developmental effort is performed.
Resumo:
Background. In pre-school and primary education pupils differ in many abilities and competences (‘giftedness’). Yet mainstream educational practice seems rather homogeneous in providing age-based or grade-class subject matter approaches. Aims. To clarify whether pupils scoring initially at high ability level do develop and attain differently at school with respect to language and arithmetic compared with pupils displaying other initial ability levels. To investigate whether specific individual, family or educational variables co-vary with the attainment of these different types of pupils in school. Samples. Data from the large-scale PRIMA cohort study including a total of 8258 grade 2 and 4 pupils from 438 primary schools in The Netherlands. Methods. Secondary analyses were carried out to construct gain scores for both language and arithmetic proficiency and a number of behavioural, attitudinal, family and educational characteristics. The pupils were grouped into different ability categories (highly able; able; above average; average and below). Further analyses used Pearson correlations and analyses of variance both between and within ability categories. Cross-validation was done by introducing a cohort of younger pupils in pre-school and grouping both cohorts into decile groups based on initial ability in language and arithmetic. Results. Highly able pupils generally decreased in attainment in both language and arithmetic, whereas pupils in average and below average groups improved their language and arithmetic scores. Only with highly able pupils were some educational characteristics correlated with the pupils’ development in achievement, behaviour and attitudes. Conclusions. Pre-school and primary education should better match pupils’ differences in abilities and competences from their start in pre-school to improve their functioning, learning processes and outcomes. Recommendations for educational improvement strategies are presented in closing.
Non-pharmacological interventions for cognitive impairment due to systemic cancer treatment (Review)
Resumo:
Background
It is estimated that up to 75% of cancer survivors may experience cognitive impairment as a result of cancer treatment and given the increasing size of the cancer survivor population, the number of affected people is set to rise considerably in coming years. There is a need, therefore, to identify effective, non-pharmacological interventions for maintaining cognitive function or ameliorating cognitive impairment among people with a previous cancer diagnosis.
Objectives
To evaluate the cognitive effects, non-cognitive effects, duration and safety of non-pharmacological interventions among cancer patients targeted at maintaining cognitive function or ameliorating cognitive impairment as a result of cancer or receipt of systemic cancer treatment (i.e. chemotherapy or hormonal therapies in isolation or combination with other treatments).
Search methods
We searched the Cochrane Centre Register of Controlled Trials (CENTRAL), MEDLINE, Embase, PUBMED, Cumulative Index of Nursing and Allied Health Literature (CINAHL) and PsycINFO databases. We also searched registries of ongoing trials and grey literature including theses, dissertations and conference proceedings. Searches were conducted for articles published from 1980 to 29 September 2015.
Selection criteria
Randomised controlled trials (RCTs) of non-pharmacological interventions to improve cognitive impairment or to maintain cognitive functioning among survivors of adult-onset cancers who have completed systemic cancer therapy (in isolation or combination with other treatments) were eligible. Studies among individuals continuing to receive hormonal therapy were included. We excluded interventions targeted at cancer survivors with central nervous system (CNS) tumours or metastases, non-melanoma skin cancer or those who had received cranial radiation or, were from nursing or care home settings. Language restrictions were not applied.
Data collection and analysis
Author pairs independently screened, selected, extracted data and rated the risk of bias of studies. We were unable to conduct planned meta-analyses due to heterogeneity in the type of interventions and outcomes, with the exception of compensatory strategy training interventions for which we pooled data for mental and physical well-being outcomes. We report a narrative synthesis of intervention effectiveness for other outcomes.
Main results
Five RCTs describing six interventions (comprising a total of 235 participants) met the eligibility criteria for the review. Two trials of computer-assisted cognitive training interventions (n = 100), two of compensatory strategy training interventions (n = 95), one of meditation (n = 47) and one of physical activity intervention (n = 19) were identified. Each study focused on breast cancer survivors. All five studies were rated as having a high risk of bias. Data for our primary outcome of interest, cognitive function were not amenable to being pooled statistically. Cognitive training demonstrated beneficial effects on objectively assessed cognitive function (including processing speed, executive functions, cognitive flexibility, language, delayed- and immediate- memory), subjectively reported cognitive function and mental well-being. Compensatory strategy training demonstrated improvements on objectively assessed delayed-, immediate- and verbal-memory, self-reported cognitive function and spiritual quality of life (QoL). The meta-analyses of two RCTs (95 participants) did not show a beneficial effect from compensatory strategy training on physical well-being immediately (standardised mean difference (SMD) 0.12, 95% confidence interval (CI) -0.59 to 0.83; I2= 67%) or two months post-intervention (SMD - 0.21, 95% CI -0.89 to 0.47; I2 = 63%) or on mental well-being two months post-intervention (SMD -0.38, 95% CI -1.10 to 0.34; I2 = 67%). Lower mental well-being immediately post-intervention appeared to be observed in patients who received compensatory strategy training compared to wait-list controls (SMD -0.57, 95% CI -0.98 to -0.16; I2 = 0%). We assessed the assembled studies using GRADE for physical and mental health outcomes and this evidence was rated to be low quality and, therefore findings should be interpreted with caution. Evidence for physical activity and meditation interventions on cognitive outcomes is unclear.
Authors' conclusions
Overall, the, albeit low-quality evidence may be interpreted to suggest that non-pharmacological interventions may have the potential to reduce the risk of, or ameliorate, cognitive impairment following systemic cancer treatment. Larger, multi-site studies including an appropriate, active attentional control group, as well as consideration of functional outcomes (e.g. activities of daily living) are required in order to come to firmer conclusions about the benefits or otherwise of this intervention approach. There is also a need to conduct research into cognitive impairment among cancer patient groups other than women with breast cancer.
Resumo:
Speech and language ability is not a unitary concept; rather, it is made up of multiple abilities such as grammar, articulation and vocabulary. Young children from socio-economically deprived areas are more likely to experience language difficulties than those living in more affluent areas. However, less is known about individual differences in language difficulties amongst young children from socio-economically deprived backgrounds. The present research examined 172 four-year-old children from socio-economically deprived areas on standardised measures of core language, receptive vocabulary, articulation, information conveyed and grammar. Of the total sample, 26% had difficulty in at least one area of language. While most children with speech and language difficulty had generally low performance in all areas, around one in 10 displayed more uneven language abilities. For example, some children had generally good speech and language ability, but had specific difficulty with grammar. In such cases their difficulty is masked somewhat by good overall performance on language tests but they could still benefit from intervention in a specific area. The analysis also identified a number of typically achieving children who were identified as having borderline speech and language difficulty and should be closely monitored
Resumo:
L’elaborato analizza forme di humour e di language-play, valutandone uso e traduzione in un episodio della serie Modern Family, sitcom famosa per la sua comicità che mescola ironia, giochi di parole e elementi culturali tipici del panorama americano. L’elaborato si articola in quattro capitoli: nel primo si presenta una descrizione della serie, dei suoi personaggi e delle motivazioni del suo successo; il secondo tratta invece di humour, di language-play e della loro traduzione; nel terzo, dopo un breve accenno alle difficoltà del doppiaggio, si affronta la traduzione di Verbally Expressed Humour on Screen (VEH); infine, il quarto capitolo è dedicato all’analisi contrastiva della versione originale e di quella doppiata dell’episodio, articolata secondo tre categorie: language-play, non-specific Verbally Expressed Humour e riferimenti culturali. In appendice, la trascrizione della versione originale e di quella doppiata con i relativi tempi di entrata e di uscita.
Resumo:
Learning English as a foreign language (EFL) entails different factors. Language learners use different strategies in order to make their language acquisition successful. Motivation and self-regulated learning are other factors that influence how successful the EFL learner is. This paper aims to analyze the beliefs of upper secondary students in a Swedish school about learning EFL, as well as how their beliefs relate to what is specified in the Swedish curriculum. An analysis of the differences between students’ beliefs and what is stated in the curriculum was done. A survey was conducted on a total of 54 students who were enrolled in the social sciences program. The results showed that students believed that motivation and self-regulated learning were important factors for a successful learning. For them, the language skill of reception is more important than production, which does not correspond with what it is stated in the national curriculum. First and second year students’ beliefs were similar in most of the cases, but not all of them.
Resumo:
Verbal fluency is the ability to produce a satisfying sequence of spoken words during a given time interval. The core of verbal fluency lies in the capacity to manage the executive aspects of language. The standard scores of the semantic verbal fluency test are broadly used in the neuropsychological assessment of the elderly, and different analytical methods are likely to extract even more information from the data generated in this test. Graph theory, a mathematical approach to analyze relations between items, represents a promising tool to understand a variety of neuropsychological states. This study reports a graph analysis of data generated by the semantic verbal fluency test by cognitively healthy elderly (NC), patients with Mild Cognitive Impairment – subtypes amnestic(aMCI) and amnestic multiple domain (a+mdMCI) - and patients with Alzheimer’s disease (AD). Sequences of words were represented as a speech graph in which every word corresponded to a node and temporal links between words were represented by directed edges. To characterize the structure of the data we calculated 13 speech graph attributes (SGAs). The individuals were compared when divided in three (NC – MCI – AD) and four (NC – aMCI – a+mdMCI – AD) groups. When the three groups were compared, significant differences were found in the standard measure of correct words produced, and three SGA: diameter, average shortest path, and network density. SGA sorted the elderly groups with good specificity and sensitivity. When the four groups were compared, the groups differed significantly in network density, except between the two MCI subtypes and NC and aMCI. The diameter of the network and the average shortest path were significantly different between the NC and AD, and between aMCI and AD. SGA sorted the elderly in their groups with good specificity and sensitivity, performing better than the standard score of the task. These findings provide support for a new methodological frame to assess the strength of semantic memory through the verbal fluency task, with potential to amplify the predictive power of this test. Graph analysis is likely to become clinically relevant in neurology and psychiatry, and may be particularly useful for the differential diagnosis of the elderly.
Resumo:
Income decreasing strategies conducted by management could be harmful for various stakeholders. One example is big bath accounting, which could be accomplished in numer- ous ways. This study focus on big baths achieved by recognising impairments of goodwill. Purpose - The purpose of this study is to examine patterns of association between big bath accounting and impairment of goodwill within the telecommunication service industry in Europe. Further, this study aim at contributing to the discussion regarding utilisation of big baths through impairments of goodwill, and takes the perspective of an external stakehold- er. Delimitations - The study is restricted to European telecommunication entities comprised in STOXX Europe 600 Index. Method - This study was conducted using a hybrid of qualitative and quantitative research strategy with a deductive approach. The five indicators used to identify various big bath behaviours were inspired and derived from theory and previous research. Data from 2009 to 2015 was collected from the companies’ annual reports and websites, and analysed by the help of codification of each fulfilled indicator where 2009 merely served as a compara- tive year for 2010. By the use of a scoreboard the collected data was summarised on an ag- gregated yearly basis as the industry, not the specific companies, were analysed. Empirical findings - The results of this study suggests that big baths are executed among tele- communication companies within Europe. These are conducted simultaneously as impair- ments of goodwill are present, facilitated by earning management. A possible explanation is considered to be the room for interpretation inherent in IAS 36, enabling goodwill impair- ments to be recognised on managers’ command. Thereby an impairment could be “saved” for better or worse circumstances, or recognised when there exist an opportunity to max- imise (the manager's) wealth in the future. This study reveal the co-occurrence of goodwill impairments and big bath-indications, however a review of causal relationships are not en- abled by the limitations of the chosen method.
Resumo:
Within the business context, communication and interaction tends to be considerably rooted in the use of English (as lingua franca), as well as in ICT use. Thus, professionals have to be able to speak the English language, resorting to specific, internationally recognised terminology and be proficient in the use of manifold ICT tools. In fact, the tendency is for the great majority of higher education (HE) students to own mobile devices (laptops, smartphones and/or tablets) and use them to access information and communicate/interact with content and other people. Bearing this in mind, a teaching and learning strategy was designed, in which m-learning (i.e. learning in which the delivery platform is a mobile device) was used to approach Business English Terminology (BET). The strategy was labelled as ‘BET on Top Hat’, once the selected application was Top Hat (https://tophat.com/) and the idea was for students to face it as if it were a game/challenge. In this scenario, the main goals of this exploratory study were to find evidence as to: i) the utility of m-learning activities for learning BET and ii) if and how m-learning activities can generate intrinsic motivation in students to learn BET. Participants (n=23) were enrolled in English II, a curricular unit of the 1st cycle degree in Retail Management offered at Águeda School of Technology and Management – University of Aveiro (2014/15 edition). The data gathered included the students’ results in quizzes and their answers to a short final evaluation questionnaire regarding their experience with BET on Top Hat. Consequently, data were treated and analysed resorting to descriptive statistical analysis, and, when considered pertinent, the teacher’s observation notes were also considered. The results unveil that, on the one hand, the strategy had a clear positive impact on the students’ intrinsic motivation and, on the other hand, the students’ performance as to BET use tended to improve over time.
Resumo:
This thesis focused on medical students’ language learning strategies for patient encounters. The research questions concerned the types of learning strategies that medical students use and the differences between the preclinical students and the clinical students, two groups who have had varying amounts of experience with patients. Additionally, strategy use was examined through activity systems to gain information on the context of language learning strategy use in order to learn language for patient encounters. In total, 130 first-year medical students (preclinical) and 39 fifth-year medical students (clinical) participated in the study by filling in a questionnaire on language learning strategies. In addition, two students were interviewed in order to create activity systems for the medical students at different stages of their studies. The study utilised both quantitative and qualitative research methods; the analysis of the results relies on Oxford’s Strategic Self-Regulation Model in the quantitative part and on activity theory in the qualitative part. The theoretical sections of the study introduced earlier research and theories regarding English for specific purposes, language learning strategies and activity theory. The results indicated that the medical students use affective, sociocultural-interactive and metasociocultural-interactive strategies often and avoid using negative strategies, which hinder language learning or cease communication altogether. Slight differences between the preclinical and clinical students were found, as clinical students appear to use affective and metasociocultural-interactive strategies more frequently compared to the preclinical students. The activity systems of the two students interviewed were rather similar. The students were at different stages of their studies, but their opinions were very similar. Both reported the object of learning to be mutual understanding between the patient and the doctor, which in part explains the preference for strategies that support communication and interaction. The results indicate that the nature of patient encounters affects the strategy use of the medical students at least to some extent.
Resumo:
Epistolary manuals are conspicuous historical documents for the pedagogy of letter writing; however, their actual usage as manuals by letter writers is unknown. "Secretary in Fashion" by Serre (1668), an epistolary manual, and "Love-Letters between a Nobleman and his Sister" (1684), an epistolary novel attributed to Behn, both give insights into epistolary conventions. Their inception and nature is interesting, considering their historical context. Despite the Restoration of Charles II, 17th century England was in a confused political state; as a result, texts regarding social convention or politics interested contemporary readers (the novel is inspired by a scandal of Lord Grey, an ardent Whig opposing Charles II). Past epistolary studies focus on 18th rather than 17th century manuals; the latter is typically used as supplementary information. Similarly, past epistolary fiction studies focus on 18th century texts; moreover, linguistic studies on Behn and the novel are deficient. Thus, this study addresses the research questions: 1) What are the socio-cultural and pragmaticlinguistic features represented in "Secretary in Fashion"? 2) What are the socio-cultural and pragmatic-linguistic features represented in "Love-Letters between a Nobleman and his Sister", and do any of these features correlate with the features represented in "Secretary in Fashion"? How far do the characteristic linguistic features of "Love-Letters between a Nobleman and his Sister" correlate with the practices recommended by the manual? Both texts were qualitatively analysed from an historical pragmatic perspective, which observes the potential effects of the socio-cultural and historical context. Also, as the texts concern shared discourses, comparisons were made with Gricean and Politeness Theory. The results show that the manual is a typical 17th century epistolary manual, aligning particularly with the "Academies of Complements", as it concerns the social conventions of the gentry. The novel mainly upheld instructions on form and matter; deviations occurred due to the amatory nature of some letters, and the narrative force affecting the style. Unfortunately, neither research question elucidates the actual usage of manuals. However, this study does show the epistolary practices of two writers, within specific contexts. It reveals that their 17th century English language use is affected by socialisation, in terms of social conventions concerning social rank, age, and gender; therefore, context varies language use. Also, their popularity reveals the interests of the 17th century society. Interest in epistolary-related texts, surely piques the interest of the modern reader as to why such epistolary-related texts were interesting.