WorldWideScience

Sample records for source-language parser learns

  1. Cross-lingual parser selection for low-resource languages

    DEFF Research Database (Denmark)

    Agic, Zeljko

    2017-01-01

    In multilingual dependency parsing, transferring delexicalized models provides unmatched language coverage and competitive scores, with minimal requirements. Still, selecting the single best parser for any target language poses a challenge. Here, we propose a lean method for parser selection. It ....... It offers top performance, and it does so without disadvantaging the truly low-resource languages. We consistently select appropriate source parsers for our target languages in a realistic cross-lingual parsing experiment....

  2. Techniques for Automated Testing of Lola Industrial Robot Language Parser

    Directory of Open Access Journals (Sweden)

    M. M. Lutovac

    2014-06-01

    Full Text Available The accuracy of parsing execution directly affects the accuracy of semantic analysis, optimization and object code generation. Therefore, parser testing represents the basis of compiler testing. It should include tests for correct and expected, but also for unexpected and invalid cases. Techniques for testing the parser, as well as algorithms and tools for test sentences generation, are discussed in this paper. The methodology for initial testing of a newly developed compiler is proposed. Generation of negative test sentences by modifying the original language grammar is described. Positive and negative test cases generated by Grow, Purdom’s algorithm with and without length control, CDRC-P algorithm and CDRC-P algorithm with length control are applied to the testing of L-IRL robot programming language. For this purpose two different tools for generation of test sentences are used. Based on the presented analysis of possible solutions, the appropriate method can be chosen for testing the parser for smaller grammars with many recursive rules.

  3. Policy-Based Management Natural Language Parser

    Science.gov (United States)

    James, Mark

    2009-01-01

    The Policy-Based Management Natural Language Parser (PBEM) is a rules-based approach to enterprise management that can be used to automate certain management tasks. This parser simplifies the management of a given endeavor by establishing policies to deal with situations that are likely to occur. Policies are operating rules that can be referred to as a means of maintaining order, security, consistency, or other ways of successfully furthering a goal or mission. PBEM provides a way of managing configuration of network elements, applications, and processes via a set of high-level rules or business policies rather than managing individual elements, thus switching the control to a higher level. This software allows unique management rules (or commands) to be specified and applied to a cross-section of the Global Information Grid (GIG). This software embodies a parser that is capable of recognizing and understanding conversational English. Because all possible dialect variants cannot be anticipated, a unique capability was developed that parses passed on conversation intent rather than the exact way the words are used. This software can increase productivity by enabling a user to converse with the system in conversational English to define network policies. PBEM can be used in both manned and unmanned science-gathering programs. Because policy statements can be domain-independent, this software can be applied equally to a wide variety of applications.

  4. Lazy functional parser combinators in Java

    NARCIS (Netherlands)

    Swierstra, D.S.; Dijkstra, A.

    2001-01-01

    A parser is a program that checks if a text is a sentence of the language as described by a grammar. Traditionally, the program text of a parser is generated from a grammar description, after which it is compiled and subsequently run. The language accepted by such a parser is, by the nature of

  5. The ModelCC Model-Driven Parser Generator

    Directory of Open Access Journals (Sweden)

    Fernando Berzal

    2015-01-01

    Full Text Available Syntax-directed translation tools require the specification of a language by means of a formal grammar. This grammar must conform to the specific requirements of the parser generator to be used. This grammar is then annotated with semantic actions for the resulting system to perform its desired function. In this paper, we introduce ModelCC, a model-based parser generator that decouples language specification from language processing, avoiding some of the problems caused by grammar-driven parser generators. ModelCC receives a conceptual model as input, along with constraints that annotate it. It is then able to create a parser for the desired textual syntax and the generated parser fully automates the instantiation of the language conceptual model. ModelCC also includes a reference resolution mechanism so that ModelCC is able to instantiate abstract syntax graphs, rather than mere abstract syntax trees.

  6. Exploiting multiple sources of information in learning an artificial language: human data and modeling.

    Science.gov (United States)

    Perruchet, Pierre; Tillmann, Barbara

    2010-03-01

    This study investigates the joint influences of three factors on the discovery of new word-like units in a continuous artificial speech stream: the statistical structure of the ongoing input, the initial word-likeness of parts of the speech flow, and the contextual information provided by the earlier emergence of other word-like units. Results of an experiment conducted with adult participants show that these sources of information have strong and interactive influences on word discovery. The authors then examine the ability of different models of word segmentation to account for these results. PARSER (Perruchet & Vinter, 1998) is compared to the view that word segmentation relies on the exploitation of transitional probabilities between successive syllables, and with the models based on the Minimum Description Length principle, such as INCDROP. The authors submit arguments suggesting that PARSER has the advantage of accounting for the whole pattern of data without ad-hoc modifications, while relying exclusively on general-purpose learning principles. This study strengthens the growing notion that nonspecific cognitive processes, mainly based on associative learning and memory principles, are able to account for a larger part of early language acquisition than previously assumed. Copyright © 2009 Cognitive Science Society, Inc.

  7. Parser Macros for Scala

    OpenAIRE

    Duhem, Martin; Burmako, Eugene

    2015-01-01

    Parser macros are a new kind of macros that allow developers to create new language constructs and to define their own syntax for using them. In this report, we present why parser macros are useful and the kind of problems that they help to solve. We will also see how they are implemented and gain insight about how they take advantage from scala.meta, the new metaprogramming toolkit for Scala. Finally, we will discuss what are the current limitations of parser macros and what is left for futu...

  8. Telugu dependency parsing using different statistical parsers

    Directory of Open Access Journals (Sweden)

    B. Venkata Seshu Kumari

    2017-01-01

    Full Text Available In this paper we explore different statistical dependency parsers for parsing Telugu. We consider five popular dependency parsers namely, MaltParser, MSTParser, TurboParser, ZPar and Easy-First Parser. We experiment with different parser and feature settings and show the impact of different settings. We also provide a detailed analysis of the performance of all the parsers on major dependency labels. We report our results on test data of Telugu dependency treebank provided in the ICON 2010 tools contest on Indian languages dependency parsing. We obtain state-of-the art performance of 91.8% in unlabeled attachment score and 70.0% in labeled attachment score. To the best of our knowledge ours is the only work which explored all the five popular dependency parsers and compared the performance under different feature settings for Telugu.

  9. SEMSIN SEMANTIC AND SYNTACTIC PARSER

    Directory of Open Access Journals (Sweden)

    K. K. Boyarsky

    2015-09-01

    Full Text Available The paper deals with the principle of operation for SemSin semantic and syntactic parser creating a dependency tree for the Russian language sentences. The parser consists of 4 blocks: a dictionary, morphological analyzer, production rules and lexical analyzer. An important logical part of the parser is pre-syntactical module, which harmonizes and complements morphological analysis results, separates the text paragraphs into individual sentences, and also carries out predisambiguation. Characteristic feature of the presented parser is an open type of control – it is done by means of a set of production rules. A varied set of commands provides the ability to both morphological and semantic-syntactic analysis of the sentence. The paper presents the sequence of rules usage and examples of their work. Specific feature of the rules is the decision making on establishment of syntactic links with simultaneous removal of the morphological and semantic ambiguity. The lexical analyzer provides the execution of commands and rules, and manages the parser in manual or automatic modes of the text analysis. In the first case, the analysis is performed interactively with the possibility of step-by-step execution of the rules and scanning the resulting parse tree. In the second case, analysis results are filed in an xml-file. Active usage of syntactic and semantic dictionary information gives the possibility to reduce significantly the ambiguity of parsing. In addition to marking the text, the parser is also usable as a tool for information extraction from natural language texts.

  10. Manual for the ELL (2) - parser generator and tree generator generator

    OpenAIRE

    Heckmann, Reinhold

    1986-01-01

    Regular right part grammars extended by tree generator specifications are interpreted by a combined parser generator and tree generator that produces an ELL(2) parser. This parser is able to translate programs of the specified language into abstract syntax trees according to the tree specifications in the generator input.

  11. The Accelerator Markup Language and the Universal Accelerator Parser

    International Nuclear Information System (INIS)

    Sagan, D.; Forster, M.; Cornell U., LNS; Bates, D.A.; LBL, Berkeley; Wolski, A.; Liverpool U.; Cockcroft Inst. Accel. Sci. Tech.; Schmidt, F.; CERN; Walker, N.J.; DESY; Larrieu, T.; Roblin, Y.; Jefferson Lab; Pelaia, T.; Oak Ridge; Tenenbaum, P.; Woodley, M.; SLAC; Reiche, S.; UCLA

    2006-01-01

    A major obstacle to collaboration on accelerator projects has been the sharing of lattice description files between modeling codes. To address this problem, a lattice description format called Accelerator Markup Language (AML) has been created. AML is based upon the standard eXtensible Markup Language (XML) format; this provides the flexibility for AML to be easily extended to satisfy changing requirements. In conjunction with AML, a software library, called the Universal Accelerator Parser (UAP), is being developed to speed the integration of AML into any program. The UAP is structured to make it relatively straightforward (by giving appropriate specifications) to read and write lattice files in any format. This will allow programs that use the UAP code to read a variety of different file formats. Additionally, this will greatly simplify conversion of files from one format to another. Currently, besides AML, the UAP supports the MAD lattice format

  12. LRSYS, PASCAL LR(1) Parser Generator System

    International Nuclear Information System (INIS)

    O'Hair, K.

    1991-01-01

    Description of program or function: LRSYS is a complete LR(1) parser generator system written entirely in a portable subset of Pascal. The system, LRSYS, includes a grammar analyzer program (LR) which reads a context-free (BNF) grammar as input and produces LR(1) parsing tables as output, a lexical analyzer generator (LEX) which reads regular expressions created by the REG process as input and produces lexical tables as output, and various parser skeletons that get merged with the tables to produce complete parsers (SMAKE). Current parser skeletons include Pascal, FORTRAN 77, and C. In addition, the CRAY1, DEC VAX11 version contains LRLTRAN and CFT- FORTRAN 77 skeletons. Other language skeletons can easily be added to the system. LRSYS is based on the LR program (NESC Abstract 822)

  13. Errors and Intelligence in Computer-Assisted Language Learning: Parsers and Pedagogues. Routledge Studies in Computer Assisted Language Learning

    Science.gov (United States)

    Heift, Trude; Schulze, Mathias

    2012-01-01

    This book provides the first comprehensive overview of theoretical issues, historical developments and current trends in ICALL (Intelligent Computer-Assisted Language Learning). It assumes a basic familiarity with Second Language Acquisition (SLA) theory and teaching, CALL and linguistics. It is of interest to upper undergraduate and/or graduate…

  14. Designing a Constraint Based Parser for Sanskrit

    Science.gov (United States)

    Kulkarni, Amba; Pokar, Sheetal; Shukl, Devanand

    Verbal understanding (śā bdabodha) of any utterance requires the knowledge of how words in that utterance are related to each other. Such knowledge is usually available in the form of cognition of grammatical relations. Generative grammars describe how a language codes these relations. Thus the knowledge of what information various grammatical relations convey is available from the generation point of view and not the analysis point of view. In order to develop a parser based on any grammar one should then know precisely the semantic content of the grammatical relations expressed in a language string, the clues for extracting these relations and finally whether these relations are expressed explicitly or implicitly. Based on the design principles that emerge from this knowledge, we model the parser as finding a directed Tree, given a graph with nodes representing the words and edges representing the possible relations between them. Further, we also use the Mīmā ṃsā constraint of ākā ṅkṣā (expectancy) to rule out non-solutions and sannidhi (proximity) to prioritize the solutions. We have implemented a parser based on these principles and its performance was found to be satisfactory giving us a confidence to extend its functionality to handle the complex sentences.

  15. The CLaC Discourse Parser at CoNLL-2015

    OpenAIRE

    Laali, Majid; Davoodi, Elnaz; Kosseim, Leila

    2017-01-01

    This paper describes our submission (kosseim15) to the CoNLL-2015 shared task on shallow discourse parsing. We used the UIMA framework to develop our parser and used ClearTK to add machine learning functionality to the UIMA framework. Overall, our parser achieves a result of 17.3 F1 on the identification of discourse relations on the blind CoNLL-2015 test set, ranking in sixth place.

  16. "gnparser": a powerful parser for scientific names based on Parsing Expression Grammar.

    Science.gov (United States)

    Mozzherin, Dmitry Y; Myltsev, Alexander A; Patterson, David J

    2017-05-26

    Scientific names in biology act as universal links. They allow us to cross-reference information about organisms globally. However variations in spelling of scientific names greatly diminish their ability to interconnect data. Such variations may include abbreviations, annotations, misspellings, etc. Authorship is a part of a scientific name and may also differ significantly. To match all possible variations of a name we need to divide them into their elements and classify each element according to its role. We refer to this as 'parsing' the name. Parsing categorizes name's elements into those that are stable and those that are prone to change. Names are matched first by combining them according to their stable elements. Matches are then refined by examining their varying elements. This two stage process dramatically improves the number and quality of matches. It is especially useful for the automatic data exchange within the context of "Big Data" in biology. We introduce Global Names Parser (gnparser). It is a Java tool written in Scala language (a language for Java Virtual Machine) to parse scientific names. It is based on a Parsing Expression Grammar. The parser can be applied to scientific names of any complexity. It assigns a semantic meaning (such as genus name, species epithet, rank, year of publication, authorship, annotations, etc.) to all elements of a name. It is able to work with nested structures as in the names of hybrids. gnparser performs with ≈99% accuracy and processes 30 million name-strings/hour per CPU thread. The gnparser library is compatible with Scala, Java, R, Jython, and JRuby. The parser can be used as a command line application, as a socket server, a web-app or as a RESTful HTTP-service. It is released under an Open source MIT license. Global Names Parser (gnparser) is a fast, high precision tool for biodiversity informaticians and biologists working with large numbers of scientific names. It can replace expensive and error

  17. Polish Semantic Parser

    Directory of Open Access Journals (Sweden)

    Agnieszka Grudzinska

    2000-01-01

    Full Text Available Amount of information transferred by computers grows very rapidly thus outgrowing the average man's capability of reception. It implies computer programs increase in the demand for which would be able to perform an introductory classitication or even selection of information directed to a particular receiver. Due to the complexity of the problem, we restricted it to understanding short newspaper notes. Among many conceptions formulated so far, the conceptual dependency worked out by Roger Schank has been chosen. It is a formal language of description of the semantics of pronouncement integrated with a text understanding algorithm. Substantial part of each text transformation system is a semantic parser of the Polish language. It is a module, which as the first and the only one has an access to the text in the Polish language. lt plays the role of an element, which finds relations between words of the Polish language and the formal registration. It translates sentences written in the language used by people into the language theory. The presented structure of knowledge units and the shape of understanding process algorithms are universal by virtue of the theory. On the other hand the defined knowledge units and the rules used in the algorithms ure only examples because they are constructed in order to understand short newspaper notes.

  18. Practical, general parser combinators

    NARCIS (Netherlands)

    A. Izmaylova (Anastasia); A. Afroozeh (Ali); T. van der Storm (Tijs)

    2016-01-01

    textabstractParser combinators are a popular approach to parsing where contextfree grammars are represented as executable code. However, conventional parser combinators do not support left recursion, and can have worst-case exponential runtime. These limitations hinder the expressivity and

  19. Expression and cut parser for CMS event data

    International Nuclear Information System (INIS)

    Lista, Luca; Jones, Christopher D; Petrucciani, Giovanni

    2010-01-01

    We present a parser to evaluate expressions and Boolean selections that is applied on CMS event data for event filtering and analysis purposes. The parser is based on Boost Spirit grammar definition, and uses Reflex dictionaries for class introspection. The parser allows for a natural definition of expressions and cuts in users' configurations, and provides good runtime performance compared to other existing parsers.

  20. Dependency Grammar in Lithuanian Language Processing

    OpenAIRE

    Grigonytė, Gintarė

    2006-01-01

    Lithuanian language is quite in an early stage of language processing. And therefore has a high demand on automated tools like taggers, parsers, word sense disambiguators etc. During the last 10 years only a few researchers were attempting to create a parser for Lithuanian language. However none of them are used in practices nowadays. The process of designing and implementing rule based parser for Lithuanian language is presented in this paper. Rules and constraints of the formal grammar foll...

  1. ACPYPE - AnteChamber PYthon Parser interfacE.

    Science.gov (United States)

    Sousa da Silva, Alan W; Vranken, Wim F

    2012-07-23

    ACPYPE (or AnteChamber PYthon Parser interfacE) is a wrapper script around the ANTECHAMBER software that simplifies the generation of small molecule topologies and parameters for a variety of molecular dynamics programmes like GROMACS, CHARMM and CNS. It is written in the Python programming language and was developed as a tool for interfacing with other Python based applications such as the CCPN software suite (for NMR data analysis) and ARIA (for structure calculations from NMR data). ACPYPE is open source code, under GNU GPL v3, and is available as a stand-alone application at http://www.ccpn.ac.uk/acpype and as a web portal application at http://webapps.ccpn.ac.uk/acpype. We verified the topologies generated by ACPYPE in three ways: by comparing with default AMBER topologies for standard amino acids; by generating and verifying topologies for a large set of ligands from the PDB; and by recalculating the structures for 5 protein-ligand complexes from the PDB. ACPYPE is a tool that simplifies the automatic generation of topology and parameters in different formats for different molecular mechanics programmes, including calculation of partial charges, while being object oriented for integration with other applications.

  2. Language learning strategy research and modern foreign language teaching and learning in England

    OpenAIRE

    Grenfell, Michael

    2005-01-01

    This paper addresses language learner strategy research. It arises from two sources: firstly, an individual background in research and writing about Language Learning Strategy research in the context of Modern Foreign Language Learning and Teaching in the UK over the past decades; secondly, a newly constituted British based interest group dedicated to this area of applied linguistics - UK Project on Language Learner Strategies (UKPOLLS). The aim of this SIG paper is to introduce and present t...

  3. Grammar as a Programming Language. Artificial Intelligence Memo 391.

    Science.gov (United States)

    Rowe, Neil

    Student projects that involve writing generative grammars in the computer language, "LOGO," are described in this paper, which presents a grammar-running control structure that allows students to modify and improve the grammar interpreter itself while learning how a simple kind of computer parser works. Included are procedures for…

  4. Joint part-of-speech and dependency projection from multiple sources

    DEFF Research Database (Denmark)

    Johannsen, Anders Trærup; Agic, Zeljko; Søgaard, Anders

    2016-01-01

    for multiple tasks from multiple source languages, relying on parallel corpora available for hundreds of languages. When training POS taggers and dependency parsers on jointly projected POS tags and syntactic dependencies using our algorithm, we obtain better performance than a standard approach on 20...

  5. An efficient implementation of the head-corner parser

    NARCIS (Netherlands)

    vanNoord, G

    This paper describes an efficient and robust implementation of a bidirectional, head-driven parser for constraint-based grammars. This parser is developed for the OVIS system: a Dutch spoken dialogue system in which information about public transport can be obtained by telephone. After a review of

  6. MASCOT HTML and XML parser: an implementation of a novel object model for protein identification data.

    Science.gov (United States)

    Yang, Chunguang G; Granite, Stephen J; Van Eyk, Jennifer E; Winslow, Raimond L

    2006-11-01

    Protein identification using MS is an important technique in proteomics as well as a major generator of proteomics data. We have designed the protein identification data object model (PDOM) and developed a parser based on this model to facilitate the analysis and storage of these data. The parser works with HTML or XML files saved or exported from MASCOT MS/MS ions search in peptide summary report or MASCOT PMF search in protein summary report. The program creates PDOM objects, eliminates redundancy in the input file, and has the capability to output any PDOM object to a relational database. This program facilitates additional analysis of MASCOT search results and aids the storage of protein identification information. The implementation is extensible and can serve as a template to develop parsers for other search engines. The parser can be used as a stand-alone application or can be driven by other Java programs. It is currently being used as the front end for a system that loads HTML and XML result files of MASCOT searches into a relational database. The source code is freely available at http://www.ccbm.jhu.edu and the program uses only free and open-source Java libraries.

  7. A memory-based shallow parser for spoken Dutch

    NARCIS (Netherlands)

    Canisius, S.V.M.; van den Bosch, A.; Decadt, B.; Hoste, V.; De Pauw, G.

    2004-01-01

    We describe the development of a Dutch memory-based shallow parser. The availability of large treebanks for Dutch, such as the one provided by the Spoken Dutch Corpus, allows memory-based learners to be trained on examples of shallow parsing taken from the treebank, and act as a shallow parser after

  8. Historical Post Office Directory Parser (POD Parser Software From the AddressingHistory Project

    Directory of Open Access Journals (Sweden)

    Nicola Osborne

    2014-07-01

    Full Text Available The POD Parser is Python software for parsing the OCR’d (optical character recognised text of digitised historical Scottish Post Office Directories (PODs to produce a consistent structured format for the data and for geocoding each address. The software was developed as part of the AddressingHistory project which sought to combine digitised historic directories with digitised and georeferenced historic maps.  The software has potential for reuse in multiple research contexts where historical post office directory data is relevant, and is therefore particularly of use in historical research into social, economic or demographic trends. The POD Parser is currently designed for use with Scottish directories but is extensible, perhaps with some adaptation, to use with other similarly formatted materials such as the English Trade Directories.

  9. Learning dialog act processing

    OpenAIRE

    Wermter, Stefan; Löchel, Matthias

    1996-01-01

    In this paper we describe a new approach for learning dialog act processing. In this approach we integrate a symbolic semantic segmentation parser with a learning dialog act network. In order to support the unforeseeable errors and variations of spoken language we have concentrated on robust data-driven learning. This approach already compares favorably with the statistical average plausibility method, produces a segmentation and dialog act assignment for all utterances in a robust manner,...

  10. ACPYPE - AnteChamber PYthon Parser interfacE

    Directory of Open Access Journals (Sweden)

    Sousa da Silva Alan W

    2012-07-01

    Full Text Available Abstract Background ACPYPE (or AnteChamber PYthon Parser interfacE is a wrapper script around the ANTECHAMBER software that simplifies the generation of small molecule topologies and parameters for a variety of molecular dynamics programmes like GROMACS, CHARMM and CNS. It is written in the Python programming language and was developed as a tool for interfacing with other Python based applications such as the CCPN software suite (for NMR data analysis and ARIA (for structure calculations from NMR data. ACPYPE is open source code, under GNU GPL v3, and is available as a stand-alone application at http://www.ccpn.ac.uk/acpype and as a web portal application at http://webapps.ccpn.ac.uk/acpype. Findings We verified the topologies generated by ACPYPE in three ways: by comparing with default AMBER topologies for standard amino acids; by generating and verifying topologies for a large set of ligands from the PDB; and by recalculating the structures for 5 protein–ligand complexes from the PDB. Conclusions ACPYPE is a tool that simplifies the automatic generation of topology and parameters in different formats for different molecular mechanics programmes, including calculation of partial charges, while being object oriented for integration with other applications.

  11. Thermo-msf-parser: an open source Java library to parse and visualize Thermo Proteome Discoverer msf files.

    Science.gov (United States)

    Colaert, Niklaas; Barsnes, Harald; Vaudel, Marc; Helsens, Kenny; Timmerman, Evy; Sickmann, Albert; Gevaert, Kris; Martens, Lennart

    2011-08-05

    The Thermo Proteome Discoverer program integrates both peptide identification and quantification into a single workflow for peptide-centric proteomics. Furthermore, its close integration with Thermo mass spectrometers has made it increasingly popular in the field. Here, we present a Java library to parse the msf files that constitute the output of Proteome Discoverer. The parser is also implemented as a graphical user interface allowing convenient access to the information found in the msf files, and in Rover, a program to analyze and validate quantitative proteomics information. All code, binaries, and documentation is freely available at http://thermo-msf-parser.googlecode.com.

  12. The Sources of Foreign Language Speaking Anxiety of Iranian English Language Learners

    Directory of Open Access Journals (Sweden)

    Firooz Sadighi

    2017-10-01

    Full Text Available Foreign language learning anxiety is one of the affective factors which influence language learning negatively. It has several sources and different types. The present study aimed at investigating the sources of foreign language speaking anxiety of Iranian EFL learners. To do so, 154 EFL learners participated in the study. They were required to fill out a foreign language anxiety questionnaire which was developed based on the Foreign Language Classroom Anxiety Scale (FLCAS by Horwitz, Horwitz, and Cope (1986. The results of the study indicated that “fear of making mistakes”, “fear of negative evaluation”, and “lack of vocabulary knowledge” were the main factors which caused anxiety among students. Some strategies are recommended for the students to use in order to cope with the anxiety-provoking factors.

  13. A domain specific language for the automatic generation of parsers classes for text protocols

    OpenAIRE

    Kistel, Thomas; Vandenhouten, Ralf

    2014-01-01

    ABNF ist eine Sprache zur Definition einer formalen Syntax für technische Spezifikationen und wird häufig zur Beschreibung textueller Nachrichten von Internetprotokollen eingesetzt. Die Möglichkeiten der automatischen Generierung von Parser-Klassen aus ABNF-Spezifikationen sind derzeit sehr begrenzt, da ABNF lediglich die Transfersyntax und Produktionsregeln von Textnachrichten beschreibt. Die fehlende Definition von Variablennamen innerhalb einer ABNF-Spezifikation ermöglicht es nicht, sinnv...

  14. Seamless Language Learning: Second Language Learning with Social Media

    Science.gov (United States)

    Wong, Lung-Hsiang; Chai, Ching Sing; Aw, Guat Poh

    2017-01-01

    This conceptual paper describes a language learning model that applies social media to foster contextualized and connected language learning in communities. The model emphasizes weaving together different forms of language learning activities that take place in different learning contexts to achieve seamless language learning. it promotes social…

  15. Storing files in a parallel computing system based on user-specified parser function

    Science.gov (United States)

    Faibish, Sorin; Bent, John M; Tzelnic, Percy; Grider, Gary; Manzanares, Adam; Torres, Aaron

    2014-10-21

    Techniques are provided for storing files in a parallel computing system based on a user-specified parser function. A plurality of files generated by a distributed application in a parallel computing system are stored by obtaining a parser from the distributed application for processing the plurality of files prior to storage; and storing one or more of the plurality of files in one or more storage nodes of the parallel computing system based on the processing by the parser. The plurality of files comprise one or more of a plurality of complete files and a plurality of sub-files. The parser can optionally store only those files that satisfy one or more semantic requirements of the parser. The parser can also extract metadata from one or more of the files and the extracted metadata can be stored with one or more of the plurality of files and used for searching for files.

  16. Seamless Language Learning: Second Language Learning with Social Media

    OpenAIRE

    Wong, Lung-Hsiang; Sing-Chai, Ching; Poh-Aw, Guat

    2017-01-01

    This conceptual paper describes a language learning model that applies social media to foster contextualized and connected language learning in communities. The model emphasizes weaving together different forms of language learning activities that take place in different learning contexts to achieve seamless language learning. It promotes social interactions with social media about the learners’ day-to-day life using the targeted second or foreign language. The paper first identifies three ke...

  17. Task planning systems with natural language interface

    International Nuclear Information System (INIS)

    Kambayashi, Shaw; Uenaka, Junji

    1989-12-01

    In this report, a natural language analyzer and two different task planning systems are described. In 1988, we have introduced a Japanese language analyzer named CS-PARSER for the input interface of the task planning system in the Human Acts Simulation Program (HASP). For the purpose of a high speed analysis, we have modified a dictionary system of the CS-PARSER by using C language description. It is found that the new dictionary system is very useful for a high speed analysis and an efficient maintenance of the dictionary. For the study of the task planning problem, we have modified a story generating system named Micro TALE-SPIN to generate a story written in Japanese sentences. We have also constructed a planning system with natural language interface by using the CS-PARSER. Task planning processes and related knowledge bases of these systems are explained. A concept design for a new task planning system will be also discussed from evaluations of above mentioned systems. (author)

  18. LingoBee--Crowd-Sourced Mobile Language Learning in the Cloud

    Science.gov (United States)

    Petersen, Sobah Abbas; Procter-Legg, Emma; Cacchione, Annamaria

    2013-01-01

    This paper describes three case studies, where language learners were invited to use "LingoBee" as a means of supporting their language learning. LingoBee is a mobile app that provides user-generated language content in a cloud-based shared repository. Assuming that today's students are mobile savvy and "Digital Natives" able…

  19. A translator writing system for microcomputer high-level languages and assemblers

    Science.gov (United States)

    Collins, W. R.; Knight, J. C.; Noonan, R. E.

    1980-01-01

    In order to implement high level languages whenever possible, a translator writing system of advanced design was developed. It is intended for routine production use by many programmers working on different projects. As well as a fairly conventional parser generator, it includes a system for the rapid generation of table driven code generators. The parser generator was developed from a prototype version. The translator writing system includes various tools for the management of the source text of a compiler under construction. In addition, it supplies various default source code sections so that its output is always compilable and executable. The system thereby encourages iterative enhancement as a development methodology by ensuring an executable program from the earliest stages of a compiler development project. The translator writing system includes PASCAL/48 compiler, three assemblers, and two compilers for a subset of HAL/S.

  20. On Minimizing Training Corpus for Parser Acquisition

    National Research Council Canada - National Science Library

    Hwa, Rebecca

    2001-01-01

    .... In this work, we consider selecting training examples with the it tree-entropy metric. Our goal is to assess how well this selection technique can be applied for training different types of parsers...

  1. The motivational properties of emotions in Foreign Language Learning*

    Directory of Open Access Journals (Sweden)

    Mariza Mendez López

    2011-10-01

    Full Text Available Although the process of learning a foreign language is replete with emotions, these have not been sufficiently studied in the field of EnglishLanguage Teaching. The aim of this article is to report the motivational impact of the emotions experienced by second year students of anEnglish Language Teaching programme in a South East Mexican University. Students were asked to keep an emotional journal for twelve weeksduring their third term in order to map their emotions and their sources during instructed language learning. The results show that the emotionsexperienced most by students are: fear, happiness, worry, calm, sadness and excitement. Although there is a range of sources for emotionalreactions, the five main sources of students’ emotions are: their insecurity about their speaking ability, the teachers’ attitudes, comparisonswith peers, the classroom atmosphere, and the type of learning activities.The two main aspects identified as impacting on students’ motivationare: the teachers’ attitudes, and the classroom climate.

  2. Language Learning Strategies in Second & Foreign Language Acquisition

    OpenAIRE

    TAKEUCHI, Osamu

    1991-01-01

    This article is an attempt to the work on language learning strategies(LLS) in second & foreign language acquisiton (SFLA) research, and to give suggestions for future language learning strategies research. In the first section, I will discuss briefly the background of language learning strategies reserch, and in the ensuing sections, I will review articles on: (i) the identification & classification of language learning strategies; (ii) the variables affecting the use of language learning st...

  3. A Protocol for Annotating Parser Differences. Research Report. ETS RR-16-02

    Science.gov (United States)

    Bruno, James V.; Cahill, Aoife; Gyawali, Binod

    2016-01-01

    We present an annotation scheme for classifying differences in the outputs of syntactic constituency parsers when a gold standard is unavailable or undesired, as in the case of texts written by nonnative speakers of English. We discuss its automated implementation and the results of a case study that uses the scheme to choose a parser best suited…

  4. GBParsy: A GenBank flatfile parser library with high speed

    Directory of Open Access Journals (Sweden)

    Kim Yeon-Ki

    2008-07-01

    Full Text Available Abstract Background GenBank flatfile (GBF format is one of the most popular sequence file formats because of its detailed sequence features and ease of readability. To use the data in the file by a computer, a parsing process is required and is performed according to a given grammar for the sequence and the description in a GBF. Currently, several parser libraries for the GBF have been developed. However, with the accumulation of DNA sequence information from eukaryotic chromosomes, parsing a eukaryotic genome sequence with these libraries inevitably takes a long time, due to the large GBF file and its correspondingly large genomic nucleotide sequence and related feature information. Thus, there is significant need to develop a parsing program with high speed and efficient use of system memory. Results We developed a library, GBParsy, which was C language-based and parses GBF files. The parsing speed was maximized by using content-specified functions in place of regular expressions that are flexible but slow. In addition, we optimized an algorithm related to memory usage so that it also increased parsing performance and efficiency of memory usage. GBParsy is at least 5 - 100× faster than current parsers in benchmark tests. Conclusion GBParsy is estimated to extract annotated information from almost 100 Mb of a GenBank flatfile for chromosomal sequence information within a second. Thus, it should be used for a variety of applications such as on-time visualization of a genome at a web site.

  5. Understanding foreign language teachers’ practical knowledge: What’s the role of prior language learning experience?

    Directory of Open Access Journals (Sweden)

    Sibel Arıoğul

    2007-04-01

    Full Text Available Teachers’ practical knowledge is considered as teachers’ general knowledge, beliefsand thinking (Borg, 2003 which can be traced in teachers’ practices (Connelly & Clandinin,1988 and shaped by various background sources (Borg, 2003; Grossman, 1990; Meijer,Verloop, and Beijard, 1999. This paper initially discusses how language teachers areinfluenced by three background sources: teachers’ prior language learning experiences, priorteaching experience, and professional coursework in pre- and in-service education. Bydrawing its data from the author’s longitidunal study, it also presents the findings of a crosscasetheme emerged from the investigation of three English as a foreign language (EFLteachers’ prior language learning experiences. The paper also discusses how the participationin studies on teachers’ knowledge raises teachers’ own awareness while it informs theresearch.

  6. Learning a Second Language

    OpenAIRE

    Murphy, Caroline; Hermann, Charlotte; Andersen, Signe Hvalsøe; Grigalauskyte, Simona; Tolsgaard, Mads; Holmegaard, Thorbjørn; Hajaya, Zaedo Musa

    2013-01-01

    This study examines the concept of second language learning in Denmark with focus on how second language learners negotiate their identities in relation to language learning and integration. By investigating three language learners’ acquisition of Danish through key theories on the field of second language learning, focus is centred on the subjects’ lived experiences of the learning process within their everyday lives and in the classroom. Through interviews and observations it can be conclud...

  7. Influence of additional language learning on first language learning in children with language disorders.

    Science.gov (United States)

    To, Carol K S; Law, Thomas; Li, Xin-xin

    2012-01-01

    Multilingualism can bring about various positive outcomes to typically developing children. Its effect on children with language difficulties is not yet clear. The aim of this study was to examine the effects of multilingual learning as a medium of instruction (MOI) on first language (L1) acquisition of children with language disorders (LD). Nineteen Cantonese-speaking students aged 5;8-6;8 who were diagnosed with LD were recruited from a school that used Putonghua (an alternative Chinese dialect) as the MOI when learning Chinese language and were compared with 18 age-and-gender-matched Cantonese-speaking students with LD from a school that used Cantonese as the MOI when learning Chinese language. All the students also learned English (L2) as a subject at school. Proficiency in Cantonese was tested at the beginning and the end of the semester in Grade One in terms of: (1) grammar, (2) expressive vocabulary, (3) auditory textual comprehension, (4) word definition and (5) narration. Mixed-model ANOVAs revealed an effect of time on language proficiency indicating positive gains in both groups. Interaction effects between time and group were not significant. There was a trend that children learning Putonghua showed slightly more improvement in auditory textual comprehension. Proficiency gains were similar across groups. The study found no evidence that a multilingual learning environment hinders the language proficiency in L1 in students who have LD. © 2011 Royal College of Speech and Language Therapists.

  8. An Exploration of Sources of Foreign Language Teacher Motivation in Iran

    Directory of Open Access Journals (Sweden)

    Seyyed Mohammad Alavi

    2011-11-01

    Full Text Available This study aimed to investigate sources of motivation of English language teachers in Iranian public and private language schools. To this end, a Language Teacher Motivation Source (LTMS questionnaire was developed on the basis of the related literature. The LTMS examined four sources of motivation, i. e., extrinsic (economic, social, emotional, educational, intrinsic, altruistic, and subject matter motivation. Having been piloted and validated, the LTMS was administered to 200 male and female EFL teachers who had been classified in terms of their gender, age, marital status, academic degrees, job status, and their years of language teaching experiences. The results of parametric statistical analyses showed a hierarchy of language teacher sources of motivation that were not similar among different groups of language teachers in terms of their teaching experiences and level of education. This study suggests that authorities pay close attention to the sources of language teacher motivation to improve the quality of English language teaching and learning.

  9. Computer Assisted Language Learning (CALL): Using Internet for Effective Language Learning

    NARCIS (Netherlands)

    Kremenska, Anelly

    2006-01-01

    Please, cite this publication as: Kremenska, A. (2006). Computer Assisted Language Learning (CALL): Using Internet for Effective Language Learning. Proceedings of International Workshop in Learning Networks for Lifelong Competence Development, TENCompetence Conference. March 30th-31st, Sofia,

  10. Personal Learning Environments for Language Learning

    Directory of Open Access Journals (Sweden)

    Panagiotis Panagiotidis

    2013-02-01

    Full Text Available The advent of web 2.0 and the developments it has introduced both in everyday practice and in education have generated discussion and reflection concerning the technologies which higher education should rely on in order to provide the appropriate e-learning services to future students. In this context, the Virtual Learning Environments (VLEs, which are widely used in universities around the world to provide online courses to every specific knowledge area and of course in foreign languages, have started to appear rather outdated. Extensive research is under progress, concerning the ways in which educational practice will follow the philosophy of web 2.0 by adopting the more learner-centred and collaborative approach of e-learning 2.0 applications, without abandoning the existing investment of the academic institutions in VLEs, which belong to the e-learning 1.0 generation, and, thus, serve a teacher- or coursecentred approach. Towards this direction, a notably promising solution seems to be the exploitation of web 2.0 tools in order to form Personal Learning Environments (PLEs. These are systems specifically designed or created by the combined use of various external applications or tools that can be used independently or act as a supplement to existing VLE platforms, creating a personalized learning environment. In a PLE, students have the opportunity to form their own personal way of working, using the tools they feel are most appropriate to achieve their purpose. Regarding the subject of foreign language, in particular, the creation of such personalized and adaptable learning environments that extend the traditional approach of a course seems to promise a more holistic response to students’ needs, who, functioning in the PLE, could combine learning with their daily practice, communicating and collaborating with others, thus increasing the possibilities of access to multiple sources, informal communication and practice and eventually

  11. Personal Learning Environments for Language Learning

    Directory of Open Access Journals (Sweden)

    Panagiotis Panagiotidis

    2012-12-01

    Full Text Available The advent of web 2.0 and the developments it has introduced both in everyday practice and in education have generated discussion and reflection concerning the technologies which higher education should rely on in order to provide the appropriate e-learning services to future students.In this context, the Virtual Learning Environments (VLEs, which are widely used in universities around the world to provide online courses to every specific knowledge area and of course in foreign languages, have started to appear rather outdated. Extensive research is under progress, concerning the ways in which educational practice will follow the philosophy of web 2.0 by adopting the more learner-centred and collaborative approach of e-learning 2.0 applications, without abandoning the existing investment of the academic institutions in VLEs, which belong to the e-learning 1.0 generation, and, thus, serve a teacher- or coursecentred approach.Towards this direction, a notably promising solution seems to be the exploitation of web 2.0 tools in order to form Personal Learning Environments (PLEs. These are systems specifically designed or created by the combined use of various external applications or tools that can be used independently or act as a supplement to existing VLE platforms, creating a personalized learning environment. In a PLE, students have the opportunity to form their own personal way of working, using the tools they feel are most appropriate to achieve their purpose.Regarding the subject of foreign language, in particular, the creation of such personalized and adaptable learning environments that extend the traditional approach of a course seems to promise a more holistic response to students’ needs, who, functioning in the PLE, could combine learning with their daily practice, communicating and collaborating with others, thus increasing the possibilities of access to multiple sources, informal communication and practice and eventually acquiring

  12. Parser Adaptation for Social Media by Integrating Normalization

    NARCIS (Netherlands)

    van der Goot, Rob; van Noord, Gerardus

    This work explores normalization for parser adaptation. Traditionally, normalization is used as separate pre-processing step. We show that integrating the normalization model into the parsing algorithm is beneficial. This way, multiple normalization candidates can be leveraged, which improves

  13. ULTRA: Universal Grammar as a Universal Parser.

    Science.gov (United States)

    Medeiros, David P

    2018-01-01

    A central concern of generative grammar is the relationship between hierarchy and word order, traditionally understood as two dimensions of a single syntactic representation. A related concern is directionality in the grammar. Traditional approaches posit process-neutral grammars, embodying knowledge of language, put to use with infinite facility both for production and comprehension. This has crystallized in the view of Merge as the central property of syntax, perhaps its only novel feature. A growing number of approaches explore grammars with different directionalities, often with more direct connections to performance mechanisms. This paper describes a novel model of universal grammar as a one-directional, universal parser. Mismatch between word order and interpretation order is pervasive in comprehension; in the present model, word order is language-particular and interpretation order (i.e., hierarchy) is universal. These orders are not two dimensions of a unified abstract object (e.g., precedence and dominance in a single tree); rather, both are temporal sequences, and UG is an invariant real-time procedure (based on Knuth's stack-sorting algorithm) transforming word order into hierarchical order. This shift in perspective has several desirable consequences. It collapses linearization, displacement, and composition into a single performance process. The architecture provides a novel source of brackets (labeled unambiguously and without search), which are understood not as part-whole constituency relations, but as storage and retrieval routines in parsing. It also explains why neutral word order within single syntactic cycles avoids 213-like permutations. The model identifies cycles as extended projections of lexical heads, grounding the notion of phase. This is achieved with a universal processor, dispensing with parameters. The empirical focus is word order in noun phrases. This domain provides some of the clearest evidence for 213-avoidance as a cross

  14. "cba to check the spelling" investigating parser performance on discussion forum posts

    OpenAIRE

    Foster, Jennifer

    2010-01-01

    We evaluate the Berkeley parser on text from an online discussion forum. We evaluate the parser output with and without gold tokens and spellings (using Sparseval and Parseval), and we compile a list of problematic phenomena for this domain. The Parseval f-score for a small development set is 77.56. This increases to 80.27 when we apply a set of simple transformations to the input sentences and to the Wall Street Journal (WSJ) training sections.

  15. Computer Assisted Language Learning. Routledge Studies in Computer Assisted Language Learning

    Science.gov (United States)

    Pennington, Martha

    2011-01-01

    Computer-assisted language learning (CALL) is an approach to language teaching and learning in which computer technology is used as an aid to the presentation, reinforcement and assessment of material to be learned, usually including a substantial interactive element. This books provides an up-to date and comprehensive overview of…

  16. Designing the online oral language learning environment SpeakApps

    NARCIS (Netherlands)

    Nic Giolla Mhichíl, Mairéad; Appel, Christine; Ó Ciardubháin, Colm; Jager, Sake; Prizel-Kania, Adriana

    2015-01-01

    Purpose – The purpose of this paper is to report on SpeakApps, a major collaborative computer-assisted language learning project, developed based on an open source techno-pedagogical solution to facilitate online oral language production and interaction. Design/methodology/approach – A mixed method

  17. Combining shallow and deep processing for a robust, fast, deep-linguistic dependency parser

    OpenAIRE

    Schneider, G

    2004-01-01

    This paper describes Pro3Gres, a fast, robust, broad-coverage parser that delivers deep-linguistic grammatical relation structures as output, which are closer to predicate-argument structures and more informative than pure constituency structures. The parser stays as shallow as is possible for each task, combining shallow and deep-linguistic methods by integrating chunking and by expressing the majority of long-distance dependencies in a context-free way. It combines statistical and rule-base...

  18. Key to Language Learning Success

    Directory of Open Access Journals (Sweden)

    Oktavian Mantiri

    2015-01-01

    Full Text Available This paper looks at the important elements of language learning and teaching i.e. the role of teachers as well as the attitude and motivation of learners. Teachers undoubtedly play crucial roles in students’ language learning outcome which could ignite or diminish students’ motivation. Positive attitudes and motivation – instrumental or integrative and intrinsic or extrinsic – are key to successful learning. Therefore it is paramount for language teachers as well as learners to know these roles and nurture the best possible ways where language teaching and learning will thrive. This paper also suggested that both stake-holders should be open to holistic approach of language learning and that other factors such as the environment could play an important part in language teaching and learning success.

  19. Learning Word Subsumption Projections for the Russian Language

    Directory of Open Access Journals (Sweden)

    Ustalov Dmitry

    2016-01-01

    Full Text Available The semantic relations of hypernymy and hyponymy are widely used in various natural language processing tasks for modelling the subsumptions in common sense reasoning. Since the popularisation of the distributional semantics, a significant attention is paid to applying word embeddings for inducing the relations between words. In this paper, we show our preliminary results on adopting the projection learning technique for computing hypernyms from hyponyms using word embeddings. We also conduct a series of experiments on the Russian language and release the open source software for learning hyponym-hypernym projections using both CPUs and GPUs, implemented with the TensorFlow machine learning framework.

  20. Towards automated processing of clinical Finnish: sublanguage analysis and a rule-based parser.

    Science.gov (United States)

    Laippala, Veronika; Ginter, Filip; Pyysalo, Sampo; Salakoski, Tapio

    2009-12-01

    In this paper, we present steps taken towards more efficient automated processing of clinical Finnish, focusing on daily nursing notes in a Finnish Intensive Care Unit (ICU). First, we analyze ICU Finnish as a sublanguage, identifying its specific features facilitating, for example, the development of a specialized syntactic analyser. The identified features include frequent omission of finite verbs, limitations in allowed syntactic structures, and domain-specific vocabulary. Second, we develop a formal grammar and a parser for ICU Finnish, thus providing better tools for the development of further applications in the clinical domain. The grammar is implemented in the LKB system in a typed feature structure formalism. The lexicon is automatically generated based on the output of the FinTWOL morphological analyzer adapted to the clinical domain. As an additional experiment, we study the effect of using Finnish constraint grammar to reduce the size of the lexicon. The parser construction thus makes efficient use of existing resources for Finnish. The grammar currently covers 76.6% of ICU Finnish sentences, producing highly accurate best-parse analyzes with F-score of 91.1%. We find that building a parser for the highly specialized domain sublanguage is not only feasible, but also surprisingly efficient, given an existing morphological analyzer with broad vocabulary coverage. The resulting parser enables a deeper analysis of the text than was previously possible.

  1. Language learning, language use and the evolution of linguistic variation

    Science.gov (United States)

    Perfors, Amy; Fehér, Olga; Samara, Anna; Swoboda, Kate; Wonnacott, Elizabeth

    2017-01-01

    Linguistic universals arise from the interaction between the processes of language learning and language use. A test case for the relationship between these factors is linguistic variation, which tends to be conditioned on linguistic or sociolinguistic criteria. How can we explain the scarcity of unpredictable variation in natural language, and to what extent is this property of language a straightforward reflection of biases in statistical learning? We review three strands of experimental work exploring these questions, and introduce a Bayesian model of the learning and transmission of linguistic variation along with a closely matched artificial language learning experiment with adult participants. Our results show that while the biases of language learners can potentially play a role in shaping linguistic systems, the relationship between biases of learners and the structure of languages is not straightforward. Weak biases can have strong effects on language structure as they accumulate over repeated transmission. But the opposite can also be true: strong biases can have weak or no effects. Furthermore, the use of language during interaction can reshape linguistic systems. Combining data and insights from studies of learning, transmission and use is therefore essential if we are to understand how biases in statistical learning interact with language transmission and language use to shape the structural properties of language. This article is part of the themed issue ‘New frontiers for statistical learning in the cognitive sciences’. PMID:27872370

  2. Language learning, language use and the evolution of linguistic variation.

    Science.gov (United States)

    Smith, Kenny; Perfors, Amy; Fehér, Olga; Samara, Anna; Swoboda, Kate; Wonnacott, Elizabeth

    2017-01-05

    Linguistic universals arise from the interaction between the processes of language learning and language use. A test case for the relationship between these factors is linguistic variation, which tends to be conditioned on linguistic or sociolinguistic criteria. How can we explain the scarcity of unpredictable variation in natural language, and to what extent is this property of language a straightforward reflection of biases in statistical learning? We review three strands of experimental work exploring these questions, and introduce a Bayesian model of the learning and transmission of linguistic variation along with a closely matched artificial language learning experiment with adult participants. Our results show that while the biases of language learners can potentially play a role in shaping linguistic systems, the relationship between biases of learners and the structure of languages is not straightforward. Weak biases can have strong effects on language structure as they accumulate over repeated transmission. But the opposite can also be true: strong biases can have weak or no effects. Furthermore, the use of language during interaction can reshape linguistic systems. Combining data and insights from studies of learning, transmission and use is therefore essential if we are to understand how biases in statistical learning interact with language transmission and language use to shape the structural properties of language.This article is part of the themed issue 'New frontiers for statistical learning in the cognitive sciences'. © 2016 The Authors.

  3. Language Revitalization and Language Pedagogy: New Teaching and Learning Strategies

    Science.gov (United States)

    Hinton, Leanne

    2011-01-01

    Language learning and teaching of endangered languages have many features and needs that are quite different from the teaching of world languages. Groups whose languages are endangered try to turn language loss around; many new language teaching and learning strategies are emerging, to suit the special needs and goals of language revitalization.…

  4. Language Learning Shifts and Attitudes Towards Language Learning in an Online Tandem Program for Beginner Writers

    Directory of Open Access Journals (Sweden)

    Constanza Tolosa

    2017-01-01

    Full Text Available We present findings of a project that investigated the potential of an online tandem program to enhance the foreign language learning of two groups of school-aged beginner learners, one learning English in Colombia and the other learning Spanish in New Zealand. We assessed the impact of the project on students’ learning with a free writing activity done as pretest and posttest and used a semi-structured interview to explore their attitudes towards language learning and their perceived development of their native language. Data analysis indicated statistically significant gains in foreign language writing and positive attitudinal changes toward foreign and native language learning.

  5. Language Alternation and Language Norm in Vocational Content and Language Integrated Learning

    Science.gov (United States)

    Kontio, Janne; Sylvén, Liss Kerstin

    2015-01-01

    The present article deals with language choice as communicative strategies in the language learning environment of an English-medium content and language integrated learning (CLIL) workshop at an auto mechanics class in a Swedish upper secondary school. The article presents the organisation and functions of language alternations (LAs) which are…

  6. Carving the world for language: how neuroscientific research can enrich the study of first and second language learning.

    Science.gov (United States)

    George, Nathan R; Göksun, Tilbe; Hirsh-Pasek, Kathy; Golinkoff, Roberta Michnick

    2014-01-01

    Linguistics, psychology, and neuroscience all have rich histories in language research. Crosstalk among these disciplines, as realized in studies of phonology, is pivotal for understanding a fundamental challenge for first and second language learners (SLLs): learning verbs. Linguistic and behavioral research with monolinguals suggests that infants attend to foundational event components (e.g., path, manner). Language then heightens or dampens attention to these components as children map word to world in language-specific ways. Cross-linguistic differences in semantic organization also reveal sources of struggles for SLLs. We discuss how better integrating neuroscience into this literature can unlock additional mysteries of verb learning.

  7. LEARNING HOW TO LEARN A LANGUAGE

    CERN Multimedia

    Moniek Laurent

    2002-01-01

    This bilingual seminar is for anyone who would like to develop learning strategies and skills for learning a foreign language. Languages: French and English. Length: 3 days, 7 hours per day. Dates: 4, 5, 6 March 2002. Price: 460 CHF per person (for a group of 8 people). If you are interested, please enrol through our Web pages: http://cern.ch/Training   Language Training Moniek Laurent Tel. 78582 moniek.laurent@cern.ch

  8. Processing the ITU vocabulary: revisions and adaptations to the Pisa syntactic-semantic parser

    OpenAIRE

    Peters, Carol; Federici, Stefano; Montemagni, Simonetta; Calzolari, Nicoletta

    1993-01-01

    The first version of the Pisa syntactic-semantic parser was described in detail in Deliverable 4, Section 2 and Appendices 2,3, and 4. The scope of this report is to discuss the testing of the parser on the sample set of vocabulary which has been selected from the ITU Corpus (see Deliverable 6.1) and to illustrate the revisions and extensions that are now being implemented. The report therefore concentrates on presenting analysis and extraction activities. We need to specify clearly all the k...

  9. Language-Learning Holidays: What Motivates People to Learn a Minority Language?

    Science.gov (United States)

    O'Rourke, Bernadette; DePalma, Renée

    2017-01-01

    In this article, we examine the experiences of 18 Galician language learners who participated in what Garland [(2008). "The minority language and the cosmopolitan speaker: Ideologies of Irish language learners" (Unpublished PhD thesis). University of California, Santa Barbara] refers to as a "language-learning holiday" in…

  10. The Internet, Language Learning, and International Dialogue: Constructing Online Foreign Language Learning Websites

    Science.gov (United States)

    Kartal, Erdogan; Uzun, Levent

    2010-01-01

    In the present study we call attention to the close connection between languages and globalization, and we also emphasize the importance of the Internet and online websites in foreign language teaching and learning as unavoidable elements of computer assisted language learning (CALL). We prepared a checklist by which we investigated 28 foreign…

  11. A syntactic component for Vietnamese language processing

    Directory of Open Access Journals (Sweden)

    Phuong Le-Hong

    2015-06-01

    Full Text Available This paper presents the development of a syntactic component for the Vietnamese language. We first discuss the construction of a lexicalized tree-adjoining grammar using an automatic extraction approach. We then present the construction and evaluation of a deep syntactic parser based on the extracted grammar. This is a complete system integrating necessary tools to process Vietnamese text, which permits to take as input raw texts and produce syntactic structures. A dependency annotation scheme for Vietnamese and an algorithm for extracting dependency structures from derivation trees are also proposed. At present, this is the first Vietnamese parsing system capable of producing both constituency and dependency analyses with encouraging performances: 69.33% and 73.21% for constituency and dependency analysis accuracy, respectively. The parser also compares favourably to a statistical parser which is trained and tested on the same data sets.

  12. Language learning interventions | Kilfoil | Journal for Language ...

    African Journals Online (AJOL)

    The results for that intervention show that the hypothesis was correct and students need more time and structure if they are to improve their language competence sufficiently. Keywords: language learning interventions, English for specific purposes, language competence, fossilization. Journal for Language Teaching Vol.

  13. A Critical Appraisal of Foreign Language Research in Content and Language Integrated Learning, Young Language Learners, and Technology-Enhanced Language Learning Published in Spain (2003-2012)

    Science.gov (United States)

    Dooly, Melinda; Masats, Dolors

    2015-01-01

    This state-of-the-art review provides a critical overview of research publications in Spain in the last ten years in three areas of teaching and learning foreign languages (especially English): context and language integrated learning (CLIL), young language learners (YLL), and technology-enhanced language learning (TELL). These three domains have…

  14. CORRELATION BETWEEN METACOGNITIVE STRATEGY, FOREIGN LANGUAGE APTITUDE AND MOTIVATIONS IN LANGUAGE LEARNING

    Directory of Open Access Journals (Sweden)

    Novia Tri Febriani

    2017-11-01

    Full Text Available Language learning belief and language learning strategies are two essential predictors that have significant effect toward students’ language proficiency. Learners’ belief is dealing with what comes from inside the learners in learning the language, such as foreign language aptitude; difficulty of language learning; nature of language learning; learning and communication strategies; and motivation. Meanwhile, language learning strategies are learners’ plan in achieving certain goals or mastering the target language. A preliminary research was conducted in order to find what strategy mostly used by the learners. It turned out that the strategy mostly used by them was metacognitive strategies. Thus, this study aims to investigate about the correlation between metacognitive strategies and certain belief’ variables in students’ language learning which are foreign language aptitude and motivation. Moreover, twenty postgraduate students of English education department participated in this study. This study used correlational research, in which the BALLI (Beliefs about Language Learning Inventory and SILL (Strategies Inventory for Language Learners questionnaires were adopted as the instruments in collecting the data. The findings of this study indicated that there is negative linear correlation between metacognitive strategy and foreign language aptitude (rXY = -0,049 while there is significant positive linear correlation between metacognitive and motivation (rXY =+0,79 in students’ language learning. Furthermore, this study also provide some recommendations, which is it is expected that there will be more researches use studies using different respondents with various contexts. Secondly, the further research will use both of quantitative and qualitative data relating to this issue in order to make a more accurate data.

  15. The Internet, Language Learning, And International Dialogue: 
Constructing Online Foreign Language Learning Websites

    OpenAIRE

    KARTAL, Erdogan; UZUN, Levent

    2015-01-01

    In the present study we call attention to the close connection between languages and globalization, and we also emphasize the importance of the Internet and online websites in foreign language teaching and learning as unavoidable elements of computer assisted language learning (CALL). We prepared a checklist by which we investigated 28 foreign language teaching websites (4 from each of seven languages including English, French, German, Italian, Russian, Spanish and Turkish). The participants ...

  16. MEDINA: MECCA Development in Accelerators – KPP Fortran to CUDA source-to-source Pre-processor

    Directory of Open Access Journals (Sweden)

    Michail Alvanos

    2017-04-01

    Full Text Available The global climate model ECHAM/MESSy Atmospheric Chemistry (EMAC is a modular global model that simulates climate change and air quality scenarios. The application includes different sub-models for the calculation of chemical species concentrations, their interaction with land and sea, and the human interaction. The paper presents a source-to-source parser that enables support for Graphics Processing Units (GPU by the Kinetic Pre-Processor (KPP general purpose open-source software tool. The requirements of the host system are also described. The source code of the source-to-source parser is available under the MIT License.

  17. Design and Implementation of High Level Trigger Configuration Exporter and Parser

    CERN Document Server

    Abdulwahhab, Husam

    2015-01-01

    This paper serves as a description of the project that was developed at CMS during the summer. The initial task of the project was with the design, implementation and development of a configuration exporter from an oracle database to a python file. Next was the development of a parser that reads all the necessary information from the python configuration file that was created by the parser, and store the information into the memory in the form of an efficient and easy to access and manipulate cache. The final task of the project was the implementation of a system that handles requests from the client, which is a web interface, and replies with the appropriate data organized in a way that can be viewed on the interface.

  18. Bilinguals' Existing Languages Benefit Vocabulary Learning in a Third Language.

    Science.gov (United States)

    Bartolotti, James; Marian, Viorica

    2017-03-01

    Learning a new language involves substantial vocabulary acquisition. Learners can accelerate this process by relying on words with native-language overlap, such as cognates. For bilingual third language learners, it is necessary to determine how their two existing languages interact during novel language learning. A scaffolding account predicts transfer from either language for individual words, whereas an accumulation account predicts cumulative transfer from both languages. To compare these accounts, twenty English-German bilingual adults were taught an artificial language containing 48 novel written words that varied orthogonally in English and German wordlikeness (neighborhood size and orthotactic probability). Wordlikeness in each language improved word production accuracy, and similarity to one language provided the same benefit as dual-language overlap. In addition, participants' memory for novel words was affected by the statistical distributions of letters in the novel language. Results indicate that bilinguals utilize both languages during third language acquisition, supporting a scaffolding learning model.

  19. Language experience changes subsequent learning

    Science.gov (United States)

    Onnis, Luca; Thiessen, Erik

    2013-01-01

    What are the effects of experience on subsequent learning? We explored the effects of language-specific word order knowledge on the acquisition of sequential conditional information. Korean and English adults were engaged in a sequence learning task involving three different sets of stimuli: auditory linguistic (nonsense syllables), visual non-linguistic (nonsense shapes), and auditory non-linguistic (pure tones). The forward and backward probabilities between adjacent elements generated two equally probable and orthogonal perceptual parses of the elements, such that any significant preference at test must be due to either general cognitive biases, or prior language-induced biases. We found that language modulated parsing preferences with the linguistic stimuli only. Intriguingly, these preferences are congruent with the dominant word order patterns of each language, as corroborated by corpus analyses, and are driven by probabilistic preferences. Furthermore, although the Korean individuals had received extensive formal explicit training in English and lived in an English-speaking environment, they exhibited statistical learning biases congruent with their native language. Our findings suggest that mechanisms of statistical sequential learning are implicated in language across the lifespan, and experience with language may affect cognitive processes and later learning. PMID:23200510

  20. Language Learning in Wittgenstein and Davidson

    Science.gov (United States)

    Kotzee, Ben

    2014-01-01

    In this paper, I discuss language learning in Wittgenstein and Davidson. Starting from a remark by Bakhurst, I hold that both Wittgenstein and Davidson's philosophies of language contain responses to the problem of language learning, albeit of a different form. Following Williams, I hold that the concept of language learning can explain…

  1. Constructing a Parser for a given Deterministic Syntax Graph: A ...

    African Journals Online (AJOL)

    The rules of graph to program translation were laid down and followed religiously to arrive at the required program. ... The last part of the work is the translation from BNF into parser driven data structures that is ... AJOL African Journals Online.

  2. On different approaches to syntactic analysis into bi-lexical dependencies: An empirical comparison of direct, PCFG-based, and HPSG-based parsers

    Directory of Open Access Journals (Sweden)

    Angelina Ivanova

    2016-04-01

    Full Text Available We compare three different approaches to parsing into syntactic, bi- lexical dependencies for English: a ‘direct’ data-driven dependency parser, a statistical phrase structure parser, and a hybrid, ‘deep’ grammar-driven parser. The analyses from the latter two are post- converted to bi-lexical dependencies. Through this ‘reduction’ of all three approaches to syntactic dependency parsers, we determine empirically what performance can be obtained for a common set of de- pendency types for English, across a broad variety of domains. In doing so, we observe what trade-offs apply along three dimensions, accuracy, efficiency, and resilience to domain variation. Our results suggest that the hand-built grammar in one of our parsers helps in both accuracy and cross-domain parsing performance, but these accuracy gains do not necessarily translate to improvements in the downstream task of negation resolution.

  3. Language Learning Strategies of Multilingual Adults Learning Additional Languages

    Science.gov (United States)

    Dmitrenko, Violetta

    2017-01-01

    The main goal consisted in identifying and bringing together strategies of multilinguals as a particular learner group. Therefore, research was placed in the intersection of the three fields: language learning strategies (LLS), third language acquisition (TLA), and the didactics of plurilingualism. First, the paper synthesises the major findings…

  4. COMPARISON OF PYTHON (AN OPEN SOURCE PROGRAMMING LANGUAGE) WITH OTHER PROGRAMMING LANGUAGES

    OpenAIRE

    Sushil Kumar*1 & Richa Aggarwal2

    2018-01-01

    Language is a communication tool through which we can communicate with each other like Hindi, English etc any other language. So if we want to communicate with computer, we need computer programming languages. So in computer we have two types of languages, one is low level language which is easily understood by computer but difficult to learn. Second is high level language which is same like English language, not understood by computer but easy to learn. Python is a high level language. This...

  5. Linking neurogenetics and individual differences in language learning: the dopamine hypothesis.

    Science.gov (United States)

    Wong, Patrick C M; Morgan-Short, Kara; Ettlinger, Marc; Zheng, Jing

    2012-10-01

    Fundamental advances in neuroscience have come from investigations into neuroplasticity and learning. These investigations often focus on identifying universal principles across different individuals of the same species. Increasingly, individual differences in learning success have also been observed, such that any seemingly universal principle might only be applicable to a certain extent within a particular learner. One potential source of this variation is individuals' genetic differences. Adult language learning provides a unique opportunity for understanding individual differences and genetic bases of neuroplasticity because of the large individual differences in learning success that have already been documented, and because of the body of empirical work connecting language learning and neurocognition. In this article, we review the literature on the genetic bases of neurocognition, especially studies examining polymorphisms of dopamine (DA)-related genes and procedural learning. This review leads us to hypothesize that there may be an association between DA-related genetic variation and language learning differences. If this hypothesis is supported by future empirical findings we suggest that it may point to neurogenetic markers that allow for language learning to be personalized. Copyright © 2012 Elsevier Srl. All rights reserved.

  6. LEARNING HOW TO LEARN A LANGUAGE

    CERN Multimedia

    Language Training; Tel. 73127; Andrée Fontbonne; Tel. 72844

    2001-01-01

    This bilingual seminar is for anyone who would like to develop learning strategies and skills for learning a foreign language. Languages: French and English. Length: 3 days, 7 hours per day. Dates: 4, 5, 6 March 2002. Price: 460 CHF per person (for a group of 8 people). If you are interested, please enrol through our Web pages: http://cern.ch/Training

  7. LEARNING HOW TO LEARN A LANGUAGE

    CERN Multimedia

    Language Training; Tel. 73127; Andrée Fontbonne; Tel. 72844

    2001-01-01

    This bilingual seminar is for anyone who would like to develop learning strategies and skills for learning a foreign language. Languages: French and English. Length: 3 days, 7 hours per day. Dates: 5, 6, 7 November 2001. Price: 460 CHF per person (for a group of 8 people). If you are interested, please enrol through our Web pages: http://cern.ch/Training

  8. Gradient language dominance affects talker learning.

    Science.gov (United States)

    Bregman, Micah R; Creel, Sarah C

    2014-01-01

    Traditional conceptions of spoken language assume that speech recognition and talker identification are computed separately. Neuropsychological and neuroimaging studies imply some separation between the two faculties, but recent perceptual studies suggest better talker recognition in familiar languages than unfamiliar languages. A familiar-language benefit in talker recognition potentially implies strong ties between the two domains. However, little is known about the nature of this language familiarity effect. The current study investigated the relationship between speech and talker processing by assessing bilingual and monolingual listeners' ability to learn voices as a function of language familiarity and age of acquisition. Two effects emerged. First, bilinguals learned to recognize talkers in their first language (Korean) more rapidly than they learned to recognize talkers in their second language (English), while English-speaking participants showed the opposite pattern (learning English talkers faster than Korean talkers). Second, bilinguals' learning rate for talkers in their second language (English) correlated with age of English acquisition. Taken together, these results suggest that language background materially affects talker encoding, implying a tight relationship between speech and talker representations. Copyright © 2013 Elsevier B.V. All rights reserved.

  9. Native-language N400 and P600 predict dissociable language-learning abilities in adults

    Science.gov (United States)

    Qi, Zhenghan; Beach, Sara D.; Finn, Amy S.; Minas, Jennifer; Goetz, Calvin; Chan, Brian; Gabrieli, John D.E.

    2018-01-01

    Language learning aptitude during adulthood varies markedly across individuals. An individual’s native-language ability has been associated with success in learning a new language as an adult. However, little is known about how native-language processing affects learning success and what neural markers of native-language processing, if any, are related to success in learning. We therefore related variation in electrophysiology during native-language processing to success in learning a novel artificial language. Event-related potentials (ERPs) were recorded while native English speakers judged the acceptability of English sentences prior to learning an artificial language. There was a trend towards a double dissociation between native-language ERPs and their relationships to novel syntax and vocabulary learning. Individuals who exhibited a greater N400 effect when processing English semantics showed better future learning of the artificial language overall. The N400 effect was related to syntax learning via its specific relationship to vocabulary learning. In contrast, the P600 effect size when processing English syntax predicted future syntax learning but not vocabulary learning. These findings show that distinct neural signatures of native-language processing relate to dissociable abilities for learning novel semantic and syntactic information. PMID:27737775

  10. Production Practice During Language Learning Improves Comprehension.

    Science.gov (United States)

    Hopman, Elise W M; MacDonald, Maryellen C

    2018-04-01

    Language learners often spend more time comprehending than producing a new language. However, memory research suggests reasons to suspect that production practice might provide a stronger learning experience than comprehension practice. We tested the benefits of production during language learning and the degree to which this learning transfers to comprehension skill. We taught participants an artificial language containing multiple linguistic dependencies. Participants were randomly assigned to either a production- or a comprehension-learning condition, with conditions designed to balance attention demands and other known production-comprehension differences. After training, production-learning participants outperformed comprehension-learning participants on vocabulary comprehension and on comprehension tests of grammatical dependencies, even when we controlled for individual differences in vocabulary learning. This result shows that producing a language during learning can improve subsequent comprehension, which has implications for theories of memory and learning, language representations, and educational practices.

  11. Learning a Language with Dyslexia

    OpenAIRE

    Hascoet, Valerie

    2016-01-01

    It is commonplace to discourage people affected with dyslexia from learning foreign languages. But the condition occurs on a wide spectrum affecting individuals in unique ways. That is why directing dyslexic people away from language learning solely on the basis of their dyslexia, is scientifically unfounded. In this article, we will take a linguistic perspective on this issue, that is to say that we will present the scientific facts about language learning and dyslexia.

  12. RESEARCH ON LANGUAGE AND LEARNING: IMPLICATIONS FOR LANGUAGE TEACHING

    Directory of Open Access Journals (Sweden)

    Eva Alcón

    2004-06-01

    Full Text Available Taking into account severa1 limitations of communicative language teaching (CLT, this paper calls for the need to consider research on language use and learning through communication as a basis for language teaching. It will be argued that a reflective approach towards language teaching and learning might be generated, which is explained in terms of the need to develop a context-sensitive pedagogy and in terms of teachers' and learners' development.

  13. THE CONCEPT OF LANGUAGE LEARNING IN BEHAVIORISM PERSPECTIVE

    Directory of Open Access Journals (Sweden)

    Khoiru Rakhman Abidin

    2016-07-01

    Full Text Available The aims of the study are (1 the concepts of language learning in behaviorism perspective, (2 the relation between language and learning in behaviorism perspective, (3 the influence of behaviorism in language learning. This is a descriptive qualitative study. The results showed that (1 behaviorism theories of languages also give good contribution in language learning process that describes a child can learn language from their environments, (2 behaviorism perspective defines as change of behavior through experience, it means human learn something from their environments, (3 human uses language for communication in the world and he also spreads his culture with his language so  human gets  knowledge of language through learning.

  14. Technology in Language Use, Language Teaching, and Language Learning

    Science.gov (United States)

    Chun, Dorothy; Smith, Bryan; Kern, Richard

    2016-01-01

    This article offers a capacious view of technology to suggest broad principles relating technology and language use, language teaching, and language learning. The first part of the article considers some of the ways that technological media influence contexts and forms of expression and communication. In the second part, a set of heuristic…

  15. Motivation and Second Language Learning

    Institute of Scientific and Technical Information of China (English)

    郭建业

    2007-01-01

    Motivation, which is one of the individual differences, contributes a lot to the success and failure in second language learning. This essay focus on the discussion of the definition, types, effect and implications of motivation in second language learning with the aim of promoting learners' learning proficiency.

  16. Native-language N400 and P600 predict dissociable language-learning abilities in adults.

    Science.gov (United States)

    Qi, Zhenghan; Beach, Sara D; Finn, Amy S; Minas, Jennifer; Goetz, Calvin; Chan, Brian; Gabrieli, John D E

    2017-04-01

    Language learning aptitude during adulthood varies markedly across individuals. An individual's native-language ability has been associated with success in learning a new language as an adult. However, little is known about how native-language processing affects learning success and what neural markers of native-language processing, if any, are related to success in learning. We therefore related variation in electrophysiology during native-language processing to success in learning a novel artificial language. Event-related potentials (ERPs) were recorded while native English speakers judged the acceptability of English sentences prior to learning an artificial language. There was a trend towards a double dissociation between native-language ERPs and their relationships to novel syntax and vocabulary learning. Individuals who exhibited a greater N400 effect when processing English semantics showed better future learning of the artificial language overall. The N400 effect was related to syntax learning via its specific relationship to vocabulary learning. In contrast, the P600 effect size when processing English syntax predicted future syntax learning but not vocabulary learning. These findings show that distinct neural signatures of native-language processing relate to dissociable abilities for learning novel semantic and syntactic information. Copyright © 2016 Elsevier Ltd. All rights reserved.

  17. Language Learning Strategies of Language e-Learners in Turkey

    Science.gov (United States)

    Solak, Ekrem; Cakir, Recep

    2015-01-01

    The purpose of this study was to determine the use of language learning strategies of e-learners and to understand whether there were any correlations between language learning strategies and academic achievement. Participants of the study were 274?e-learners, 132 males and 142 females, enrolled in an e-learning program from various majors and…

  18. Learning the Greek Language via Greeklish

    Directory of Open Access Journals (Sweden)

    Alexandros Karakos

    2013-02-01

    Full Text Available Learning Greek as a second or foreign language has drawn the attention of many researchers throughout time. A dictionary is amongst the first things a foreign language student uses. Reading comprehension is significantly improved by the use of a dictionary, especially when this includes the way words are pronounced. We developed a assistance software for learning the Greek Language via Greeklish. Since, the basic vocabulary of a language is the basis of understanding the language itself, the dictionary proposed aims to make the basic Greek words easier to pronounce as well as to give the explanation of the word in English. The aim of this software is to provide a useful tool to learn the Greek language individually. Moreover, it aims to be involved, as an assistance tool for learning Greek as a second or foreign language.

  19. LEARNING HOW TO LEARN A LANGUAGE

    CERN Multimedia

    Language Training; Tel. 73127; Andrée Fontbonne; Tel. 72844

    2001-01-01

    This bilingual seminar is for anyone who would like to develop learning strategies and skills for learning a foreign language. Languages: French and English. Length: 3 days, 7 hours per day. Dates: 7, 8, 9 March 2001. Price: 462 CHF per person (for a group of 8 people). If you are interested, please enrol through our Web pages: http://training.web.cern.ch/Training/LANG/lang0_F.html

  20. Collocational Relations in Japanese Language Textbooks and Computer-Assisted Language Learning Resources

    Directory of Open Access Journals (Sweden)

    Irena SRDANOVIĆ

    2011-05-01

    Full Text Available In this paper, we explore presence of collocational relations in the computer-assisted language learning systems and other language resources for the Japanese language, on one side, and, in the Japanese language learning textbooks and wordlists, on the other side. After introducing how important it is to learn collocational relations in a foreign language, we examine their coverage in the various learners’ resources for the Japanese language. We particularly concentrate on a few collocations at the beginner’s level, where we demonstrate their treatment across various resources. A special attention is paid to what is referred to as unpredictable collocations, which have a bigger foreign language learning-burden than the predictable ones.

  1. Identity, Language Learning, and Social Change

    Science.gov (United States)

    Norton, Bonny; Toohey, Kelleen

    2011-01-01

    In this review article on identity, language learning, and social change, we argue that contemporary poststructuralist theories of language, identity, and power offer new perspectives on language learning and teaching, and have been of considerable interest in our field. We first review poststructuralist theories of language, subjectivity, and…

  2. Productive Language Use with IT'S ENGLISH

    NARCIS (Netherlands)

    Kanselaar, G.; Jaspers, J.G.M.; Kok, W.A.M.

    1993-01-01

    Based on the results of a study in 1989, a new Computer-Assisted Instruction program for foreign language teaching of English has been developed. Main features of this program are the communicative approach, a 70, 000 word dictionary, sound and a syntactic parser.An evaluation study was carried out

  3. Plasticity in the adult language system: a longitudinal electrophysiological study on second language learning.

    Science.gov (United States)

    Stein, M; Dierks, T; Brandeis, D; Wirth, M; Strik, W; Koenig, T

    2006-11-01

    Event-related potentials (ERPs) were used to trace changes in brain activity related to progress in second language learning. Twelve English-speaking exchange students learning German in Switzerland were recruited. ERPs to visually presented single words from the subjects' native language (English), second language (German) and an unknown language (Romansh) were measured before (day 1) and after (day 2) 5 months of intense German language learning. When comparing ERPs to German words from day 1 and day 2, we found topographic differences between 396 and 540 ms. These differences could be interpreted as a latency shift indicating faster processing of German words on day 2. Source analysis indicated that the topographic differences were accounted for by shorter activation of left inferior frontal gyrus (IFG) on day 2. In ERPs to English words, we found Global Field Power differences between 472 and 644 ms. This may due to memory traces related to English words being less easily activated on day 2. Alternatively, it might reflect the fact that--with German words becoming familiar on day 2--English words loose their oddball character and thus produce a weaker P300-like effect on day 2. In ERPs to Romansh words, no differences were observed. Our results reflect plasticity in the neuronal networks underlying second language acquisition. They indicate that with a higher level of second language proficiency, second language word processing is faster and requires shorter frontal activation. Thus, our results suggest that the reduced IFG activation found in previous fMRI studies might not reflect a generally lower activation but rather a shorter duration of activity.

  4. Learning Grammatical Categories from Distributional Cues: Flexible Frames for Language Acquisition

    Science.gov (United States)

    St. Clair, Michelle C.; Monaghan, Padraic; Christiansen, Morten H.

    2010-01-01

    Numerous distributional cues in the child's environment may potentially assist in language learning, but what cues are useful to the child and when are these cues utilised? We propose that the most useful source of distributional cue is a flexible frame surrounding the word, where the language learner integrates information from the preceding and…

  5. Language Technologies for Lifelong Learning

    NARCIS (Netherlands)

    Greller, Wolfgang

    2011-01-01

    Greller, W. (2010). Language Technologies for Lifelong Learning. In S. Trausan-Matu & P. Dessus (Eds.), Proceedings of the Natural Language Processing in Support of Learning: Metrics, Feedback and Connectivity. Second Internationl Workshop - NLPSL 2010 (pp. 6-8). September, 14, 2010, Bucharest,

  6. The Effectiveness of Language Used in E-Learning Courses

    Directory of Open Access Journals (Sweden)

    Przygoda Agnieszka

    2017-12-01

    Full Text Available The notion of language in e-Learning is still not very clear from a technical as well as semantic point of view. In the era of Information Technology, it is more and more important to unify the principles of language used and its semantic meaning to be more simple and precise when taking into consideration online educational courses. During the last years, e-Learning courses have begun to be popular around the world as during an internet era, we tend to find consolidated information sources on internet rather than in traditional courses which require our physical presence. The crucial issue which makes an e- Learning course function is the language used to transmit all the information to the students in a clear and effective manner. For such language to be considered effective, it is necessary to adjust it to the general standards adopted in an international environment. The notion of a language used in e-Learning also faces some problems as it should be so concise as to be accessible for everybody regardless of gender, nationality, and intellectual level. It is hard to standardise its principles, thus over the years many scientists have tried to unify the top requirements a perfect e-Learning course should have. Nowadays, most of the population should stop considering e-Learning as an alternative form of education and focus on developing new models and structures for education and learning that fully exploit the opportunities of today’s digital revolution. With a laptop, a mobile device and Wi-Fi, you can manage your own e-Learning course, and take courses yourself, at any time and place, in any language. A typical model of an e-Learning course is based on guided self-study with a linear progression through modules consisting of recorded lectures, course literature, written assignments and multiple-choice self-tests. Technology has got an even better solution which consists of standardising the learning process and adopting it to a commonly

  7. Comparison and Contrast between First and Second Language Learning

    Directory of Open Access Journals (Sweden)

    Javed Akhter

    2016-02-01

    Full Text Available This research paper tends to focus on comparison and contrast between first and second language learning. It investigates the different factors that have inhibiting influences on the language learning process of the learners in the two different environments. There are many factors involved in this respect. The age factor is one of the vital factors that influence the progress of learners in the language learning process. The other factor between first and second language learning, which mostly influences the performance of second language learners, is language input in terms of the quantity and quality in both cases of the limitations of the second language learning in classroom. This research study also studies the language input in both cases and limitations of second language learning in classroom. The present research also investigates the individual differences between first and second language learning, covering aptitude of the language learner, motivation of teacher and classmates, language anxiety and language ego. This research paper suggests that motivation of the teacher and other class fellows, aptitude of learner and teacher’s instructions and teaching methodology as well as classroom setting may help the second language learners to overcome their language anxiety and language ego in the classroom. Keywords: First language learning, Second language Learning, Age Factor, Individual Differences, Language Input, Language Anxiety and Language Ego

  8. Intercultural challenge to language learning

    Directory of Open Access Journals (Sweden)

    Luz María Muñoz de Cote

    2012-10-01

    Full Text Available This paper presents the findings of a qualitative research project set to investigate the piloting process of an innovative language program for university students. It challenges traditional English language teaching courses celebrating a view centered on learning; classes become spaces for students to understand the language they are learning through the development of small projects. The approach moves from a teaching transmission paradigm to one where the most important agent is each student who has to engage with a topic of his or her interest. Students are seen as individuals whose knowledge and understanding of the world is valued and not as people whose lack of language skills prevents themfrom engaging in discussions of complex topics. The objective of this innovation is to enhance students’ understanding and use of academic English in their field of interest. In this project, we argue that knowledge and understanding of the mother tongue and culture play key roles in the development of a second language. A number of studies suggest that students who had strong first language literacy skills achieved higher proficiency levels in their second language. Based on this argument and Vygotsky’s sociocultural learning theory, we designed disciplinary content language learning workshops for first-degree students. The main tenet is that students can develop academic English given that they know about their discipline. Findings so far reveal the difficulty of students to take distance from their previous learning experiences. They also show that students’ ideas expressed in English are far more complex than what would be expected of them given their second language skills. The complexity is not only related to thecontent, but to the way they construct their paragraphs and the understanding of how the register of their field  may be used.

  9. ImageParser: a tool for finite element generation from three-dimensional medical images

    Directory of Open Access Journals (Sweden)

    Yamada T

    2004-10-01

    Full Text Available Abstract Background The finite element method (FEM is a powerful mathematical tool to simulate and visualize the mechanical deformation of tissues and organs during medical examinations or interventions. It is yet a challenge to build up an FEM mesh directly from a volumetric image partially because the regions (or structures of interest (ROIs may be irregular and fuzzy. Methods A software package, ImageParser, is developed to generate an FEM mesh from 3-D tomographic medical images. This software uses a semi-automatic method to detect ROIs from the context of image including neighboring tissues and organs, completes segmentation of different tissues, and meshes the organ into elements. Results The ImageParser is shown to build up an FEM model for simulating the mechanical responses of the breast based on 3-D CT images. The breast is compressed by two plate paddles under an overall displacement as large as 20% of the initial distance between the paddles. The strain and tangential Young's modulus distributions are specified for the biomechanical analysis of breast tissues. Conclusion The ImageParser can successfully exact the geometry of ROIs from a complex medical image and generate the FEM mesh with customer-defined segmentation information.

  10. Metacognitive Language Learning Strategies Use, Gender, and Learning Achievement: a Correlation Study

    Directory of Open Access Journals (Sweden)

    Ahlam Bouirane

    2015-06-01

    Full Text Available This study investigates the relationship between metacognitive language learning strategies (MLLS and gender and achievement of EFL students. Metacognitive language learning strategies are crucial for students of English as a foreign language to learn effectively. The theoretical issues discuss metacognitive language learning strategies in particular, and language learning strategies (LLS in general. The practical research took place at the English language department at Farhat Abbes University, Sétif, Algeria, with third year students learning English as a foreign language. The study hypothesized that there is a positive correlation between metacognitive language learning strategies use and achievement. Two main parts following a qualitative design constitute the body of the present research. The first part uses the Metacognitive Language Learning Strategies Questionnaire (MLLSQ to account for differences in the reported frequency of metacognitive strategies use across all the students, and across gender differences. The second part uses interviews to account for the use of these strategies at the individual level, in their relation to the students’ gender and achievement in language learning. The results of the first part revealed a significant use of metacognitive strategies among all the students and significant differences between male students and female students in the frequency of use of these strategies. Moreover, the results of the second part reflected more significant differences in the use of Metacognitive strategies at the level of gender and learning achievement. The study concludes by bringing together key findings and some suggestions for further research.

  11. Self-Regulation in Language Learning.

    Science.gov (United States)

    Tseng, Wen-Ta; Liu, Heidi; Nix, John-Michael L

    2017-04-01

    Self-regulated learning has been a widely researched subject for decades in educational psychology. Different instruments have been developed to understand learners' self-regulated learning in a specific subject domain. This study developed a measurement scale to assess English-as-a-foreign-language learners' self-regulatory capacity in English language learning and further examined the effects of gender on English-as-a-foreign-language learners' self-regulatory capacity. A series of psychometric analyses including exploratory factor analysis, confirmatory factor analysis, and full structural equation modeling were undertaken to answer the research questions raised. The findings suggest that the scale can attain high reliability and strong validity in two different samplings, and the underlying construct of self-regulation in English language learning is shown to be multidimensional with a significant impact by gender. Theoretical and pedagogical implications are further put forward in light of the research findings.

  12. LEARNING HOW TO LEARN A LANGUAGE

    CERN Multimedia

    Formation en Langues; Andrée Fontbonne - Tél. 72844; Language Training; Françoise Benz - Tel. 73127; Andrée Fontbonne - Tel. 72844

    2000-01-01

    This bilingual seminar is for anyone who would like to develop learning strategies and skills for learning a foreign language. It is particularly recommended for those wishing to sign up for a 3-month self-study session in the Resource Centre. Languages: French and English. Length: 5 hours a day for one week. Dates: 27 November to December 2000. Price: 490 CHF per person (for a group of 8 people). If you are interested, please enrol through our Web pages.

  13. Syntactic discriminative language model rerankers for statistical machine translation

    NARCIS (Netherlands)

    Carter, S.; Monz, C.

    2011-01-01

    This article describes a method that successfully exploits syntactic features for n-best translation candidate reranking using perceptrons. We motivate the utility of syntax by demonstrating the superior performance of parsers over n-gram language models in differentiating between Statistical

  14. The Effects of Foreign Language Motivation in Second Language Acquisition

    Institute of Scientific and Technical Information of China (English)

    WU Miao-ru

    2013-01-01

    Foreign language motivation is regarded as one source of individual differences in second language acquisition. Learn-ing motivation is a dynamic mechanism which gives rise to learning activities. Learners ’motivation is a decisive factor for the suc-cess of second language acquisition.

  15. Learning bias, cultural evolution of language, and the biological evolution of the language faculty.

    Science.gov (United States)

    Smith, Kenny

    2011-04-01

    The biases of individual language learners act to determine the learnability and cultural stability of languages: learners come to the language learning task with biases which make certain linguistic systems easier to acquire than others. These biases are repeatedly applied during the process of language transmission, and consequently should effect the types of languages we see in human populations. Understanding the cultural evolutionary consequences of particular learning biases is therefore central to understanding the link between language learning in individuals and language universals, common structural properties shared by all the world’s languages. This paper reviews a range of models and experimental studies which show that weak biases in individual learners can have strong effects on the structure of socially learned systems such as language, suggesting that strong universal tendencies in language structure do not require us to postulate strong underlying biases or constraints on language learning. Furthermore, understanding the relationship between learner biases and language design has implications for theories of the evolution of those learning biases: models of gene-culture coevolution suggest that, in situations where a cultural dynamic mediates between properties of individual learners and properties of language in this way, biological evolution is unlikely to lead to the emergence of strong constraints on learning.

  16. The Correlation between Early Second Language Learning and Native Language Skill Development

    Science.gov (United States)

    Caccavale, Terry

    2007-01-01

    It has long been the assumption of many in the field of second language teaching that learning a second language helps to promote and enhance native language skill development, and that this correlation is direct and positive. Language professionals have assumed that learning a second language directly supports the development of better skills,…

  17. Language Views on Social Networking Sites for Language Learning: The Case of Busuu

    Science.gov (United States)

    Álvarez Valencia, José Aldemar

    2016-01-01

    Social networking has compelled the area of computer-assisted language learning (CALL) to expand its research palette and account for new virtual ecologies that afford language learning and socialization. This study focuses on Busuu, a social networking site for language learning (SNSLL), and analyzes the views of language that are enacted through…

  18. Culture in Language Learning: Background, Issues and Implications

    Directory of Open Access Journals (Sweden)

    Omid Pourkalhor

    2017-03-01

    Full Text Available The present study aimed at presenting the historical background of the emergence of culture in language learning and how it can be correlated with the language learners. In fact, by providing various definitions of culture and the role it might play in the process of language learning, whether directly or indirectly, this research provides a clear-cut overview of culture and its application among the people as well as their communication in the society. Moreover, the relationship between culture and language learning is also taken into account. To this end, basic definitions of culture in different research studies are investigated moving toward finding a path to make a connection between language and culture. Therefore, a review of studies on the relationship between language learning and culture is provided to account for the possible effectiveness of benefiting from culture in the language learning process in that the learning context (i.e. foreign or second language can be affected by the culture of the teachers as well as the learners. This demands that both teachers and learners should be aware of cultural issues surrounding the language and the fact that it can be beneficial for the process of language learning. If learner are consciously involved in the culture of the language they are learning, they certainly can have better performance and understand the language more tangibly.

  19. Tackling Error Propagation through Reinforcement Learning: A Case of Greedy Dependency Parsing

    OpenAIRE

    Le, Minh; Fokkens, Antske

    2017-01-01

    Error propagation is a common problem in NLP. Reinforcement learning explores erroneous states during training and can therefore be more robust when mistakes are made early in a process. In this paper, we apply reinforcement learning to greedy dependency parsing which is known to suffer from error propagation. Reinforcement learning improves accuracy of both labeled and unlabeled dependencies of the Stanford Neural Dependency Parser, a high performance greedy parser, while maintaining its eff...

  20. Aptitude for Learning a Foreign Language.

    Science.gov (United States)

    Sparks, Richard; Ganschow, Leonore

    2001-01-01

    Review research on foreign language aptitude and its measurement prior to 1990. Describes research areas in the 1990s, including affective variables, language learning strategies, learning styles as contributors to aptitude and aptitude as a cognitive construct affected by language variables. Reviews research on individual differences and the…

  1. Singing can facilitate foreign language learning.

    Science.gov (United States)

    Ludke, Karen M; Ferreira, Fernanda; Overy, Katie

    2014-01-01

    This study presents the first experimental evidence that singing can facilitate short-term paired-associate phrase learning in an unfamiliar language (Hungarian). Sixty adult participants were randomly assigned to one of three "listen-and-repeat" learning conditions: speaking, rhythmic speaking, or singing. Participants in the singing condition showed superior overall performance on a collection of Hungarian language tests after a 15-min learning period, as compared with participants in the speaking and rhythmic speaking conditions. This superior performance was statistically significant (p sing" learning method can facilitate verbatim memory for spoken foreign language phrases.

  2. Computer Assisted Language Learning (CALL) Software: Evaluation ...

    African Journals Online (AJOL)

    Evaluating the nature and extent of the influence of Computer Assisted Language Learning (CALL) on the quality of language learning is highly problematic. This is owing to the number and complexity of interacting variables involved in setting the items for teaching and learning languages. This paper identified and ...

  3. Language Learning within Academic Constraints.

    Science.gov (United States)

    Blue, George M.

    This paper reports on a research project that examined nonnative Southampton University (England) students' attitudes to continued language learning and the importance of language learning and cultural adaptation. A survey was administered to pre-sessional and in-sessional students that included information on background, past and present language…

  4. Facebook for informal language learning: Perspectives from tertiary language students

    Directory of Open Access Journals (Sweden)

    Antonie Alm

    2015-09-01

    Full Text Available This paper investigates the use of Facebook for out-of-class, informal language learning. 190 New Zealand university language students (Chinese, German, French, Japanese and Spanish completed an anonymous online questionnaire on (1 their perceptions of Facebook as a multilingual environment, (2 their online writing practices and (3 their views on the educational value of their experiences. Findings indicate that language students are using a range of Facebook features to expose themselves to the languages they study (L2 and to communicate in their L2 with native speaker Facebook friends. The use of the social networking site varied according to proficiency-levels of the participants (beginner, intermediate and advanced levels, strength of social ties with native speaker Facebook friends and personal attitudes towards the site. Learning experiences on Facebook were not perceived as useful for the formal language learning context which suggests the need for bridging strategies between informal and formal learning environments.

  5. The words children hear: Picture books and the statistics for language learning

    OpenAIRE

    Montag, Jessica L.; Jones, Michael N.; Smith, Linda B.

    2015-01-01

    Young children learn language from the speech they hear. Previous work suggests that the statistical diversity of words and of linguistic contexts is associated with better language outcomes. One potential source of lexical diversity is the text of picture books that caregivers read aloud to children. Many parents begin reading to their children shortly after birth, so this is potentially an important source of linguistic input for many children. We constructed a corpus of 100 children’s pict...

  6. On Using Intelligent Computer-Assisted Language Learning in Real-Life Foreign Language Teaching and Learning

    Science.gov (United States)

    Amaral, Luiz A.; Meurers, Detmar

    2011-01-01

    This paper explores the motivation and prerequisites for successful integration of Intelligent Computer-Assisted Language Learning (ICALL) tools into current foreign language teaching and learning (FLTL) practice. We focus on two aspects, which we argue to be important for effective ICALL system development and use: (i) the relationship between…

  7. Chapter Five: Language Learning and Discursive Practice

    Science.gov (United States)

    Young, Richard F.

    2008-01-01

    This chapter is framed by the three questions related to learning in Practice Theory posed by Johannes Wagner (2008): (1) What is learned?; (2) Who is learning?; and (3) Who is participating in the learning? These questions are addressed in two learning theories: Language Socialization and Situated Learning theory. In Language Socialization, the…

  8. Parental Attitudes and Motivational Factors in Enrollment of Children in Early Foreign Language Learning in the Notranjska Region

    Directory of Open Access Journals (Sweden)

    Darja Premrl

    2012-12-01

    Full Text Available In this article we present the parents‘ opinions about the contemporary sources in the field of early foreign language teaching and learning and their influence on the decisions parents make about including/excluding their child into the program of early foreign language learning. We found out, on the one hand, that parents are poorly informed about the current state of early foreign language learning both in Slovenia and abroad. On the other hand, parents reported positive attitudes about early foreign language teaching, a remarkable sense of right approach in early foreign language learning and, above all, their desire to know more about the subject.

  9. Language Learning Attitudes: Ingrained Or Shaped In Time?

    Directory of Open Access Journals (Sweden)

    Gökçe DİŞLEN DAĞGÖL

    2017-09-01

    Full Text Available Language learning has become an essential need in today’s world. From academic to social settings, humans need to communicate in a different language to survive in their community. However, despite this increasing importance of language, it is difficult to say we have attained successful language learning on a large scale since there are a lot of factors in language learning process. Language attitudes, one of these factors, influence this process both positively and negatively, depending on how we view learning a foreign language. Therefore, this study deals with the issue of language attitudes to uncover learners’ language conceptions and probable effects on their learning. Moreover, this study aims to reveal the potential role of past learning experiences on the development of language beliefs positively or negatively. Thus, 35 university students in their 1st, 2nd, 3rd and 4th years constitute the participants of the study. Based on mixed research design, the study is comprised of both quantitative and qualitative data. Quantitative data were gathered through Attitude Scale towards English Course, and the analyses were performed with Statistical Packages for Social Sciences (SPSS 17.0 version for Windows. The qualitative data were collected from students’ reports of their own autobiographies regarding their previous language learning experiences in elementary, secondary, high school and university years, and were subjected to the content analysis. The study showed language attitudes from behavioural, cognitive and affective perspectives and found out different factors in shaping their learning conceptions.

  10. Is CALL Obsolete? Language Acquisition and Language Learning Revisited in a Digital Age

    Science.gov (United States)

    Jarvis, Huw; Krashen, Stephen

    2014-01-01

    In this article, Huw Jarvis and Stephen Krashen ask "Is CALL Obsolete?" When the term CALL (Computer-Assisted Language Learning) was introduced in the 1960s, the language education profession knew only about language learning, not language acquisition, and assumed the computer's primary contribution to second language acquisition…

  11. Resources and Resourcefulness in Language Teaching and Learning

    African Journals Online (AJOL)

    Attempts will be made in this paper to examine what we mean by language, language teaching and learning, resources and resourcefulness in language teaching and learning and the benefit of teachers being resourceful in language teaching and learning to both the learners, the teachers, the society and the nation at ...

  12. Learning theories and skills in online second language teaching and learning

    DEFF Research Database (Denmark)

    Petersen, Karen Bjerg

    2014-01-01

    For decades foreign and second language teachers have taken advantage of the technology development and ensuing possibilities to use e-learning facilities for language training. Since the 1980s, the use of computer assisted language learning (CALL), Internet, web 2.0, and various kinds of e-learning...... in Denmark with special attention towards the development of web-based materials for Danish pronunciation. This paper sets out to introduce differences between the international and Danish use of web-based language learning and teaching. Finally, dilemmas and challenges for the use of CALL, IT, and web 2.0 in...

  13. Second Language Learning Motivation

    Directory of Open Access Journals (Sweden)

    Alvyda Liuolienė

    2011-04-01

    Full Text Available The paper deals with the peculiarities of ESP learning motivation. The meaning of motivation and three main approaches to motivational psychology: expectancy-value theory, goal-directed theory and the self-determination theory are presented, two distinct orientations for learning a language: integrative and instrumental are described in the paper. The importance of needs analysis to ESP learning is stressed and the main conditions (interest in the topic and activity; relevance to the students’ lives; expectancy of success and feelings of being in control and satisfaction in the outcome for motivation are described. The skills that ESP learners need to develop are specified. The description of approaches to motivational psychology is proposed, as motivation is of great significance in foreign language learning.

  14. The Impact of Language Experience on Language and Reading: A Statistical Learning Approach

    Science.gov (United States)

    Seidenberg, Mark S.; MacDonald, Maryellen C.

    2018-01-01

    This article reviews the important role of statistical learning for language and reading development. Although statistical learning--the unconscious encoding of patterns in language input--has become widely known as a force in infants' early interpretation of speech, the role of this kind of learning for language and reading comprehension in…

  15. Language Choice & Global Learning Networks

    Directory of Open Access Journals (Sweden)

    Dennis Sayers

    1995-05-01

    Full Text Available How can other languages be used in conjunction with English to further intercultural and multilingual learning when teachers and students participate in computer-based global learning networks? Two portraits are presented of multilingual activities in the Orillas and I*EARN learning networks, and are discussed as examples of the principal modalities of communication employed in networking projects between distant classes. Next, an important historical precedent --the social controversy which accompanied the introduction of telephone technology at the end of the last century-- is examined in terms of its implications for language choice in contemporary classroom telecomputing projects. Finally, recommendations are offered to guide decision making concerning the role of language choice in promoting collaborative critical inquiry.

  16. The Usefulness of Translation in Foreign Language Learning: Students’ Attitudes

    Directory of Open Access Journals (Sweden)

    Ana B. Fernández-Guerra

    2014-03-01

    Full Text Available Several scholars have argued that translation is not a useful tool when acquiring a second or foreign language; since it provides a simplistic one-to-one relationship between the native and the foreign language, it can cause interference between them, and it is an artificial exercise that has nothing to do in a communicative approach to language teaching. Recent studies, however, show that, far from being useless, translation can be a great aid to foreign language learning. The aim of the present paper is twofold: (1 to summarize and assess the arguments that encourage the use of translation in the foreign language classroom, supporting the integration of several forms of translating; and (2 to present the results of a survey that focused on students’ perceptions and responses towards translation tasks and their effectiveness in foreign language acquisition. Results show that students’ attitudes were surprisingly positive for several reasons: translation is one of their preferred language learning tasks, it is motivating, it facilitates a deeper understanding of the form and content of the source language text, it increases learners’ awareness of the differences between both linguistic systems, it allows them to re-express their thoughts faster and easier, and it helps them acquire linguistic and cultural knowledge.

  17. Influence of Perceptual Saliency Hierarchy on Learning of Language Structures: An Artificial Language Learning Experiment.

    Science.gov (United States)

    Gong, Tao; Lam, Yau W; Shuai, Lan

    2016-01-01

    Psychological experiments have revealed that in normal visual perception of humans, color cues are more salient than shape cues, which are more salient than textural patterns. We carried out an artificial language learning experiment to study whether such perceptual saliency hierarchy (color > shape > texture) influences the learning of orders regulating adjectives of involved visual features in a manner either congruent (expressing a salient feature in a salient part of the form) or incongruent (expressing a salient feature in a less salient part of the form) with that hierarchy. Results showed that within a few rounds of learning participants could learn the compositional segments encoding the visual features and the order between them, generalize the learned knowledge to unseen instances with the same or different orders, and show learning biases for orders that are congruent with the perceptual saliency hierarchy. Although the learning performances for both the biased and unbiased orders became similar given more learning trials, our study confirms that this type of individual perceptual constraint could contribute to the structural configuration of language, and points out that such constraint, as well as other factors, could collectively affect the structural diversity in languages.

  18. Influence of Perceptual Saliency Hierarchy on Learning of Language Structures: An Artificial Language Learning Experiment

    Science.gov (United States)

    Gong, Tao; Lam, Yau W.; Shuai, Lan

    2016-01-01

    Psychological experiments have revealed that in normal visual perception of humans, color cues are more salient than shape cues, which are more salient than textural patterns. We carried out an artificial language learning experiment to study whether such perceptual saliency hierarchy (color > shape > texture) influences the learning of orders regulating adjectives of involved visual features in a manner either congruent (expressing a salient feature in a salient part of the form) or incongruent (expressing a salient feature in a less salient part of the form) with that hierarchy. Results showed that within a few rounds of learning participants could learn the compositional segments encoding the visual features and the order between them, generalize the learned knowledge to unseen instances with the same or different orders, and show learning biases for orders that are congruent with the perceptual saliency hierarchy. Although the learning performances for both the biased and unbiased orders became similar given more learning trials, our study confirms that this type of individual perceptual constraint could contribute to the structural configuration of language, and points out that such constraint, as well as other factors, could collectively affect the structural diversity in languages. PMID:28066281

  19. MUET Preparation Language Learning Strategies

    Science.gov (United States)

    Kuen, Yoong Li; Embi, Mohamed Amin

    2012-01-01

    The main objective of the study was to examine the English language learning strategies (LLS) used by Lower Six students in secondary schools who are sitting for their MUET test. It analyzed the language learning strategies that students use in order to prepare for the MUET test. Data were collected using a survey questionnaire with 300 students.…

  20. Investigating Foreign Language Learning Anxiety: A Case of Saudi Undergraduate EFL Learners

    OpenAIRE

    AL-KHASAWNEH, FADI MAHER

    2016-01-01

    This study investigates the level and sources of foreign language learning anxiety experienced by Saudi students studying at King Khalid University (KKU). It also aims to examine the differences between the level of language anxiety and the students’ study level. For this purpose, 97 English majored students from different levels were purposively chosen to participate in this study. The research instrument used in this study was Foreign Language Classroom Anxiety Scales (FLCAS) developed by H...

  1. The relationship between students' perceptual learning style preferences, language learning strategies and English language vocabulary size

    OpenAIRE

    Gorevanova, Anna

    2000-01-01

    Ankara : The Institute of Economic and Social Sciences Bilkent Univ., 2000. Thesis (Master's) -- Bilkent University, 2000. Includes bibliographical references leaves 54-58 This study investigated the relationship between students’ perceptual learning style preferences, language learning strategies and English language vocabulary size. It is very important for teachers to be aware of students’ preferences in learning to help them be more successful and to avoid conflicts when...

  2. The Relationship Between Artificial and Second Language Learning.

    Science.gov (United States)

    Ettlinger, Marc; Morgan-Short, Kara; Faretta-Stutenberg, Mandy; Wong, Patrick C M

    2016-05-01

    Artificial language learning (ALL) experiments have become an important tool in exploring principles of language and language learning. A persistent question in all of this work, however, is whether ALL engages the linguistic system and whether ALL studies are ecologically valid assessments of natural language ability. In the present study, we considered these questions by examining the relationship between performance in an ALL task and second language learning ability. Participants enrolled in a Spanish language class were evaluated using a number of different measures of Spanish ability and classroom performance, which was compared to IQ and a number of different measures of ALL performance. The results show that success in ALL experiments, particularly more complex artificial languages, correlates positively with indices of L2 learning even after controlling for IQ. These findings provide a key link between studies involving ALL and our understanding of second language learning in the classroom. Copyright © 2015 Cognitive Science Society, Inc.

  3. Language and learning in transformative learning spaces – multilingual learner’s stories

    DEFF Research Database (Denmark)

    Maslo, Elina

    : Practice to theory, theory to practice. Procedia – Social and Behavioral Sciences. Elsevier. Van Manen, M. (1997). Researching Lived Experience. The Althouse Press.  Intent of the Publication:This publication intends to provide a more nuanced understanding of human learning processes, not least......Proposal information:The necessity of knowing languages, many languages in fact, is emphasised in many different contexts in Europe, often in connection with globalisation. Languages are referred to as a key that opens a door – or many doors. Language is “a key to education”, ”a key to employment...... to success – language and learning in transformative learning spaces” is a study of multilingual people’s experiences of their (language) learning processes. It is aimed to improve our understanding of human learning processes, not least the subjective dimensions of these processes. Despite rapid development...

  4. SPORT SCIENCE STUDENTS‟ BELIEFS ABOUT LANGUAGE LEARNING

    Directory of Open Access Journals (Sweden)

    Suvi Akhiriyah

    2017-04-01

    Full Text Available There are many reasons for students of Sport Science to use English. Yet, knowing the importance of learning English is sometimes not enough to encourage them to learn English well. Based on the experience in teaching them, erroneous belief seems to be held by many of them. It arouses curiosity about the beliefs which might be revealed to help the students to be successful in language learning. By investigating sport science students‘ beliefs about language learning, it is expected that types of the beliefs which they hold can be revealed. Understanding students‘ beliefs about language learning is essential because these beliefs can have possible consequences for second language learning and instruction. This study is expected to provide empirical evidence. The subjects of this study were 1st semester students majoring in Sport Science of Sport Science Faculty. There were 4 classes with 38 students in each class. There were approximately 152 students as the population of the study. The sample was taken by using random sampling. All members of the population received the questionnaire. The questionnaire which was later handed back to the researcher is considered as the sample. The instrument in this study is the newest version of Beliefs About Language Learning Inventory (BALLI, version 2.0, developed by Horwitz to asses the beliefs about learning a foreign language.

  5. Language identification using excitation source features

    CERN Document Server

    Rao, K Sreenivasa

    2015-01-01

    This book discusses the contribution of excitation source information in discriminating language. The authors focus on the excitation source component of speech for enhancement of language identification (LID) performance. Language specific features are extracted using two different modes: (i) Implicit processing of linear prediction (LP) residual and (ii) Explicit parameterization of linear prediction residual. The book discusses how in implicit processing approach, excitation source features are derived from LP residual, Hilbert envelope (magnitude) of LP residual and Phase of LP residual; and in explicit parameterization approach, LP residual signal is processed in spectral domain to extract the relevant language specific features. The authors further extract source features from these modes, which are combined for enhancing the performance of LID systems. The proposed excitation source features are also investigated for LID in background noisy environments. Each chapter of this book provides the motivatio...

  6. Language Disorders Are Learning Disabilities: Challenges on the Divergent and Diverse Paths to Language Learning Disability

    Science.gov (United States)

    Sun, Lei; Wallach, Geraldine P.

    2014-01-01

    This article takes readers along the pathway of language learning and disorders across childhood and adolescence, highlighting the complex relationship between early (preschool) language disorders and later (school age) learning disabilities. The discussion starts with a review of diagnostic labels widely used in schools and other professional…

  7. Improving Language Learning Strategies and Performance of Pre-Service Language Teachers Through a CALLA-TBLT Model

    Directory of Open Access Journals (Sweden)

    Maria Eugenia Guapacha Chamorro

    2017-07-01

    Full Text Available This paper reports an action-research study on language learning strategies in tertiary education at a Colombian university. The study aimed at improving the English language performance and language learning strategies use of 33 first-year pre-service language teachers by combining elements from two models: the cognitive academic language learning approach and task-based language teaching. Data were gathered through surveys, a focus group, students’ and teachers’ journals, language tests, and documentary analysis. Results evidenced that the students improved in speaking, writing, grammar, vocabulary and in their language learning strategies repertoire. As a conclusion, explicit strategy instruction in the proposed model resulted in a proper combination to improve learners’ language learning strategies and performance.

  8. LEARNING HOW TO LEARNA LANGUAGE

    CERN Multimedia

    Language training; tel. 78582

    2001-01-01

    This bilingual seminar is for anyone who would like to develop learning strategies and skills for learning a foreign language. Languages: French and English. Length: 3 days, 7 hours per day. Dates: 4, 5, 6 March 2002. Price: 460 CHF per person (for a group of 8 people). If you are interested, please enrol through our Web pages: http://cern.ch/Training

  9. Teaching and Learning Language as Culture

    Institute of Scientific and Technical Information of China (English)

    刘朝晖

    2007-01-01

    It's important to master a foreign language, English in particular.But the problem is how students should learn in order to communicate well with the native speakers and even become members of the target language community.The author narrates two incidents related to the Chinese study and English study experiences, pointing out that language study can't be separated from culture study.In line with the research results by some language experts about culture, language is the carrier of culture as literature is accomplished through languages,therefore language learning and teaching in isolation from culture is impossible.The author argues that language should be taught and learnt in a cultural approach.But as a sword with double blades, cultural approach may lead to culture invasion, culture inequality and the loss of culture diversity.

  10. Language Anxiety and Achievement.

    Science.gov (United States)

    Horwitz, Elaine K.

    2001-01-01

    Considers the literature on language learning anxiety in an effort to clarify the relationship between anxiety and second language learning. Suggests that anxiety is indeed a cause of poor language learning in some individuals and discusses possible sources of this anxiety. (Author/VWL)

  11. Digital Game-Based Language Learning in Foreign Language Teacher Education

    Directory of Open Access Journals (Sweden)

    Yunus ALYAZ

    2016-10-01

    Full Text Available New technologies including digital game-based language learning have increasingly received attention. However, their implementation is far from expected and desired levels due to technical, instructional, financial and sociological barriers. Previous studies suggest that there is a strong need to establish courses in order to support adaptation of game-based learning pedagogy through helping teachers experience digital games themselves before they are expected to use them in teaching. This study was conducted to investigate educational digital games in foreign language teaching, to identify the determining reasons behind the pittfalls in applications and to explore the contribution of a serious game to the development of professional language skills of pre-service teachers. Pre- and post-tests were applied to measure the contribution of the game to the development of their language skills. In addition, a game diary and semi-structured interviews were used to elicit information about the problems pre-service teachers had and their perceptions on the whole process. The analysis of the data illustrated that there was great improvement in pre-service teachers’ professional language skills and attitudes towards using these games while teaching in the future. This is important in foreign language teacher education in terms of enhancing digital game-based language learning pedagogy for teachers.

  12. Understanding Cognitive Language Learning Strategies

    Directory of Open Access Journals (Sweden)

    Sergio Di Carlo

    2017-01-01

    Full Text Available Over time, definitions and taxonomies of language learning strategies have been critically examined. This article defines and classifies cognitive language learning strategies on a more grounded basis. Language learning is a macro-process for which the general hypotheses of information processing are valid. Cognitive strategies are represented by the pillars underlying the encoding, storage and retrieval of information. In order to understand the processes taking place on these three dimensions, a functional model was elaborated from multiple theoretical contributions and previous models: the Smart Processing Model. This model operates with linguistic inputs as well as with any other kind of information. It helps to illustrate the stages, relations, modules and processes that occur during the flow of information. This theoretical advance is a core element to classify cognitive strategies. Contributions from cognitive neuroscience have also been considered to establish the proposed classification which consists of five categories. Each of these categories has a different predominant function: classification, preparation, association, elaboration and transfer-practice. This better founded taxonomy opens the doors to potential studies that would allow a better understanding of the interdisciplinary complexity of language learning. Pedagogical and methodological implications are also discussed.

  13. Computer-Assisted Language Learning (CALL) in Support of (Re)-Learning Native Languages: The Case of Runyakitara

    Science.gov (United States)

    Katushemererwe, Fridah; Nerbonne, John

    2015-01-01

    This study presents the results from a computer-assisted language learning (CALL) system of Runyakitara (RU_CALL). The major objective was to provide an electronic language learning environment that can enable learners with mother tongue deficiencies to enhance their knowledge of grammar and acquire writing skills in Runyakitara. The system…

  14. Language Learning in Outdoor Environments: Perspectives of preschool staff

    Directory of Open Access Journals (Sweden)

    Martina Norling

    2015-03-01

    Full Text Available Language environment is highlighted as an important area in the early childhood education sector. The term language environment refers to language-promoting aspects of education, such as preschool staff’s use of verbal language in interacting with the children. There is a lack of research about language learning in outdoor environments; thus children’s language learning is mostly based on the indoor physical environment. The aim of this study is therefore to explore, analyse, and describe how preschool staff perceive language learning in outdoor environments. The data consists of focus-group interviews with 165 preschool staff members, conducted in three cities in Sweden. The study is meaningful, thus results contribute knowledge regarding preschool staffs’ understandings of language learning in outdoor environments and develop insights to help preschool staff stimulate children’s language learning in outdoor environments.

  15. Computational Investigations of Multiword Chunks in Language Learning.

    Science.gov (United States)

    McCauley, Stewart M; Christiansen, Morten H

    2017-07-01

    Second-language learners rarely arrive at native proficiency in a number of linguistic domains, including morphological and syntactic processing. Previous approaches to understanding the different outcomes of first- versus second-language learning have focused on cognitive and neural factors. In contrast, we explore the possibility that children and adults may rely on different linguistic units throughout the course of language learning, with specific focus on the granularity of those units. Following recent psycholinguistic evidence for the role of multiword chunks in online language processing, we explore the hypothesis that children rely more heavily on multiword units in language learning than do adults learning a second language. To this end, we take an initial step toward using large-scale, corpus-based computational modeling as a tool for exploring the granularity of speakers' linguistic units. Employing a computational model of language learning, the Chunk-Based Learner, we compare the usefulness of chunk-based knowledge in accounting for the speech of second-language learners versus children and adults speaking their first language. Our findings suggest that while multiword units are likely to play a role in second-language learning, adults may learn less useful chunks, rely on them to a lesser extent, and arrive at them through different means than children learning a first language. Copyright © 2017 Cognitive Science Society, Inc.

  16. Mobile learning and high-lighting language education

    DEFF Research Database (Denmark)

    Vinther, Jane

    Mobile learning and high-profiling language education. The number of students learning a second or foreign language and participating in instruction in languages other than English has been in decline for some time. There seems to be such a general tendency across nations albeit for a variety...... of reasons idiosyncratic to the particular national conditions. This paper gives an account of a diversified national project designed to infuse foreign language learning classes in upper secondary schools in Denmark with renewed enthusiasm through systematically experimenting with the new media by taking...... advantage of the social side in their application. The aim has been to make language classes attractive and relevant and to highlight the attractiveness and fun in learning through web 2.0 and mobile units. The overall project was supported by the Danish ministry of education as well as the individual...

  17. Making Intercultural Language Learning Visible and Assessable

    Science.gov (United States)

    Moloney, Robyn; Harbon, Lesley

    2010-01-01

    While languages education (Liddicoat, 2002) is being transformed by intercultural language learning theory, there is little illustration of either how students are achieving intercultural learning or how to assess it. This article reports on a study of high school language students in Sydney, Australia. Its findings make visible student…

  18. Learning, Work, and Language Games

    DEFF Research Database (Denmark)

    Weber, Kirsten

    2013-01-01

    The article provides an example of psycho-societal analysis of work related learning. Initially a conceptual framework of learning and life experience is established drawing on Alfred Lorenzer and Oskar Negt, and the interactional development of psychoanalysis. A case of learning experience from...... process, which is related to a career shift enforced by labor market transition requiring male workers to retrain for a social work profession which used to be female, and more widely to a reconfiguration of the societal relation between work and gender. The final section discusses the methodological...... framework for analyzing learning processes by means of interpreting language use. The notion of language game connects the level of unconscious social engagements and level of formal learning and knowledge, and the opportunity for a deeper understanding of professional learning and identity is indicated...

  19. Mixing Languages during Learning? Testing the One Subject—One Language Rule

    Science.gov (United States)

    2015-01-01

    In bilingual communities, mixing languages is avoided in formal schooling: even if two languages are used on a daily basis for teaching, only one language is used to teach each given academic subject. This tenet known as the one subject-one language rule avoids mixing languages in formal schooling because it may hinder learning. The aim of this study was to test the scientific ground of this assumption by investigating the consequences of acquiring new concepts using a method in which two languages are mixed as compared to a purely monolingual method. Native balanced bilingual speakers of Basque and Spanish—adults (Experiment 1) and children (Experiment 2)—learnt new concepts by associating two different features to novel objects. Half of the participants completed the learning process in a multilingual context (one feature was described in Basque and the other one in Spanish); while the other half completed the learning phase in a purely monolingual context (both features were described in Spanish). Different measures of learning were taken, as well as direct and indirect indicators of concept consolidation. We found no evidence in favor of the non-mixing method when comparing the results of two groups in either experiment, and thus failed to give scientific support for the educational premise of the one subject—one language rule. PMID:26107624

  20. Mixing Languages during Learning? Testing the One Subject-One Language Rule.

    Directory of Open Access Journals (Sweden)

    Eneko Antón

    Full Text Available In bilingual communities, mixing languages is avoided in formal schooling: even if two languages are used on a daily basis for teaching, only one language is used to teach each given academic subject. This tenet known as the one subject-one language rule avoids mixing languages in formal schooling because it may hinder learning. The aim of this study was to test the scientific ground of this assumption by investigating the consequences of acquiring new concepts using a method in which two languages are mixed as compared to a purely monolingual method. Native balanced bilingual speakers of Basque and Spanish-adults (Experiment 1 and children (Experiment 2-learnt new concepts by associating two different features to novel objects. Half of the participants completed the learning process in a multilingual context (one feature was described in Basque and the other one in Spanish; while the other half completed the learning phase in a purely monolingual context (both features were described in Spanish. Different measures of learning were taken, as well as direct and indirect indicators of concept consolidation. We found no evidence in favor of the non-mixing method when comparing the results of two groups in either experiment, and thus failed to give scientific support for the educational premise of the one subject-one language rule.

  1. The Role of Motivation in Language Learning

    OpenAIRE

    Rahman, Anwar

    2011-01-01

    The mastery of English learning is influenced by some variables, one of them is motivation. Motivation in learning second language is classified as integrative motivation and instrumental motivation. Some experts of language teaching also categorized motivation into two types namely intrinsic motivation and extrinsic motivation. This paper discusses about kinds of motivation and how it takes a role in influencing students mastery in learning language. It was literature study that focused to f...

  2. Learning Additional Languages as Hierarchical Probabilistic Inference: Insights From First Language Processing.

    Science.gov (United States)

    Pajak, Bozena; Fine, Alex B; Kleinschmidt, Dave F; Jaeger, T Florian

    2016-12-01

    We present a framework of second and additional language (L2/L n ) acquisition motivated by recent work on socio-indexical knowledge in first language (L1) processing. The distribution of linguistic categories covaries with socio-indexical variables (e.g., talker identity, gender, dialects). We summarize evidence that implicit probabilistic knowledge of this covariance is critical to L1 processing, and propose that L2/L n learning uses the same type of socio-indexical information to probabilistically infer latent hierarchical structure over previously learned and new languages. This structure guides the acquisition of new languages based on their inferred place within that hierarchy, and is itself continuously revised based on new input from any language. This proposal unifies L1 processing and L2/L n acquisition as probabilistic inference under uncertainty over socio-indexical structure. It also offers a new perspective on crosslinguistic influences during L2/L n learning, accommodating gradient and continued transfer (both negative and positive) from previously learned to novel languages, and vice versa.

  3. A review of theoretical perspectives on language learning and acquisition

    Directory of Open Access Journals (Sweden)

    Norbahira Mohamad Nor

    2018-01-01

    Full Text Available This paper reviews three main theoretical perspectives on language learning and acquisition in an attempt to elucidate how people acquire their first language (L1 and learn their second language (L2. Behaviorist, Innatist and Interactionist offer different perspectives on language learning and acquisition which influence the acceptance of how an L2 should be taught and learned. This paper also explicates the relationship between L1 and L2, and elaborates on the similarities and differences between the two. This paper concludes that there is no one solid linguistic theory which can provide the ultimate explanation of L1 acquisition and L2 learning as there are many interrelated factors that influence the success of language acquisition or language learning. The implication is that teachers should base their classroom management practices and pedagogical techniques on several theories rather than a single theory as learners learn and acquire language differently. It is hoped that this paper provides useful insights into the complex process involved in language acquisition and learning, and contributes to the increased awareness of the process among the stakeholders in the field of language education. Keywords: behaviorist, innatist, interactionist, language acquisition, second language learning

  4. On Emotional Barriers to Second Language Learning

    Institute of Scientific and Technical Information of China (English)

    Chen Qin

    2012-01-01

    Language learning is a very complex process, which is related to many factors, either internal or external. Affective factors plays an important role in a second language learning. If only we realize such affective factors, we can overcome the emotional barriers effectively and have a successful learning.

  5. QUESTIONING FOREIGN LANGUAGE LEARNING IN ISLAMIC PRE-SCHOOL

    Directory of Open Access Journals (Sweden)

    Rohmani Nur Indah

    2011-10-01

    Full Text Available This paper questions the urgency of foreign language learning at early age by covering some arguments on the acquisition and bilingualism. Nowadays in Indonesia, under the interest of education, bilingual learning is undertaken by adopting the theory of bilingual acquisition referring to Chomsky’s ideas. In fact, the foreign language learning is not always in line with the principle of language acquisition especially for the early age children. The globalization era requires foreign language mastery so that for many institutions of children education have got the bilingual learning. As the example, some of Islamic educational institutions at the level of playgroup have applied the instruction in English and teaching Arabic words, by considering that the earlier foreign language learning is the better, and the fact that the golden age of brain development occurs at the first five years. This needs to be analyzed further, because there is also important task to have mother tongue language acquisition. For the community of multilingual such as in Indonesia, the acquisition of many languages is unavoidable. Therefore, parents are faced with two choices: To prior the mother tongue and bahasa Indonesia as second language or encourage the bilingual learning of Arabic and English.

  6. A Working Model for Intercultural Learning and Engagement in Collaborative Online Language Learning Environments

    Science.gov (United States)

    Lawrence, Geoff

    2013-01-01

    Given the emerging focus on the intercultural dimension in language teaching and learning, language educators have been exploring the use of information and communications technology ICT-mediated language learning environments to link learners in intercultural language learning communities around the globe. Despite the potential promise of…

  7. WEBLOGS FOR ENGLISH LANGUAGE LEARNING: Students’ Perceptions

    Directory of Open Access Journals (Sweden)

    Juida WAN

    2011-10-01

    Full Text Available The digital explosion of information on the Internet has resulted in a need for a new and up-to-date way for Digital Natives to learn English. Educators have reported numerous benefits of using weblogs in English language learning. This article presents a small scale study on the use of weblogs for English language learning at tertiary level in Malaysia. Twenty six students kept weblogs for a duration of a semester. This study investigated how students perceived the use of weblogs for English language learning. A questionnaire which was made up of both close-ended and open-ended questions was administered at the end of the study. A mixture of quantitative and qualitative methods was used to analyse the students’ responses to the questionnaire. The study found that students were aware of their audience when they blogged and that they geared their writing towards their audience. In addition, they also interacted with others through the use of the comment feature on their weblogs. Furthermore, the majority of the students enjoyed blogging and found weblogs useful for English language learning. This study found that weblogs are promising interactive tools for English language learning.

  8. GESTURE'S ROLE IN CREATING AND LEARNING LANGUAGE.

    Science.gov (United States)

    Goldin-Meadow, Susan

    2010-09-22

    Imagine a child who has never seen or heard language. Would such a child be able to invent a language? Despite what one might guess, the answer is "yes". This chapter describes children who are congenitally deaf and cannot learn the spoken language that surrounds them. In addition, the children have not been exposed to sign language, either by their hearing parents or their oral schools. Nevertheless, the children use their hands to communicate--they gesture--and those gestures take on many of the forms and functions of language (Goldin-Meadow 2003a). The properties of language that we find in these gestures are just those properties that do not need to be handed down from generation to generation, but can be reinvented by a child de novo. They are the resilient properties of language, properties that all children, deaf or hearing, come to language-learning ready to develop. In contrast to these deaf children who are inventing language with their hands, hearing children are learning language from a linguistic model. But they too produce gestures, as do all hearing speakers (Feyereisen and de Lannoy 1991; Goldin-Meadow 2003b; Kendon 1980; McNeill 1992). Indeed, young hearing children often use gesture to communicate before they use words. Interestingly, changes in a child's gestures not only predate but also predict changes in the child's early language, suggesting that gesture may be playing a role in the language-learning process. This chapter begins with a description of the gestures the deaf child produces without speech. These gestures assume the full burden of communication and take on a language-like form--they are language. This phenomenon stands in contrast to the gestures hearing speakers produce with speech. These gestures share the burden of communication with speech and do not take on a language-like form--they are part of language.

  9. Reconceptualising Learning in Transdisciplinary Languages Education

    Science.gov (United States)

    Scarino, Angela; Liddicoat, Anthony J.

    2016-01-01

    Understanding and working with the complexity of second language learning and use in an intercultural orientation necessitates a re-examination of the different theories of learning that inform the different schools of second language acquisition (SLA). This re-examination takes place in a context where explicitly conceptualizing the nature of…

  10. Corporate Language and Implications for Organizational Learning

    DEFF Research Database (Denmark)

    Zølner, Mette

    2013-01-01

    This paper explores empirically implications of language use for MNCs’ learning from subsidiaries. Drawing on sociolinguistic literature, the article argues that while employing a single corporate language facilitates quick and direct communication of explicit knowledge, such a language design...... is insufficient to leverage contextually specific and culturally embedded knowledge. This indicates the need for disentangling language and culture. The paper further argues for the need to go beyond national language to consider how prevailing kinds of corporate talk may curb headquarters potential for learning...

  11. [Information technology in learning sign language].

    Science.gov (United States)

    Hernández, Cesar; Pulido, Jose L; Arias, Jorge E

    2015-01-01

    To develop a technological tool that improves the initial learning of sign language in hearing impaired children. The development of this research was conducted in three phases: the lifting of requirements, design and development of the proposed device, and validation and evaluation device. Through the use of information technology and with the advice of special education professionals, we were able to develop an electronic device that facilitates the learning of sign language in deaf children. This is formed mainly by a graphic touch screen, a voice synthesizer, and a voice recognition system. Validation was performed with the deaf children in the Filadelfia School of the city of Bogotá. A learning methodology was established that improves learning times through a small, portable, lightweight, and educational technological prototype. Tests showed the effectiveness of this prototype, achieving a 32 % reduction in the initial learning time for sign language in deaf children.

  12. The Relationship between Artificial and Second Language Learning

    Science.gov (United States)

    Ettlinger, Marc; Morgan-Short, Kara; Faretta-Stutenberg, Mandy; Wong, Patrick C. M.

    2016-01-01

    Artificial language learning (ALL) experiments have become an important tool in exploring principles of language and language learning. A persistent question in all of this work, however, is whether ALL engages the linguistic system and whether ALL studies are ecologically valid assessments of natural language ability. In the present study, we…

  13. Language Attitudes, Language Learning Experiences and Individual Strategies What Does School Offer and What Does It Lack?

    Directory of Open Access Journals (Sweden)

    Tódor Erika-Mária

    2016-12-01

    Full Text Available Language learners’ attitudes towards the language and its speakers greatly influence the language learning process and the learning outcomes. Previous research and studies on attitudes and motivation in language learning (Csizér 2007, Dörnyei 2009 show that attitudes and motivation are strongly intertwined. Positive attitude towards the language and its speakers can lead to increased motivation, which then results in better learning achievement and a positive attitude towards learning the language. The aim of the present study was to get a better insight into what regards the language attitudes of students attending Hungarian minority schools in Romania. The interest of the study lies in students’ attitudes towards the different languages, the factors/criteria along which they express their language attitudes, students’ learning experiences and strategies that they consider efficient and useful in order to acquire a language. Results suggest that students’ attitudes are determined by their own experiences of language use, and in this sense we can differentiate between a language for identification – built upon specific emotional, affective, and cognitive factors – and language for communication.

  14. The Role of Motivation in Language Learning

    Institute of Scientific and Technical Information of China (English)

    李玉红

    2004-01-01

    The role of motivation in language learning has been studied since the 1960s. It is indeed one of the most important areas of linguistics. This paper suggests strategies of motivating language learners and focuses on the role which motivation can play in language learning. The concept of motivation from different points of view is defined, a number of suggestions on how to motivate language learners are presented and the role of motivation based on various motivational theories are highlighted. With regard to the role of motivation in language learning, it is concluded that motivation plays an increasingly important role in many aspects, such as identifying with the target language society, achieving long-term and short-term goals, improving language learners' internal and external powers and exerting a group force. It also indicates that there should be more research areas to be examined and a long way is probably requlred to go in future theoretical and practical study.

  15. Why First Language Learning Is Not Second Language Learning--Wittgenstein's Rejection of St. Augustine's Conception of Learning.

    Science.gov (United States)

    Erneling, Christina

    1993-01-01

    Paper shows that Wittgenstein, in discussing ostensive definition, understanding, and the private language argument, attacks Saint Augustine's notion of learning. Recently, the Augustinian conception has been resurrected in cognitive theories postulating an innate language of thought, making Wittgenstein's claims that this conception of learning…

  16. Which Methodology Works Better? English Language Teachers' Awareness of the Innovative Language Learning Methodologies

    Science.gov (United States)

    Kurt, Mustafa

    2015-01-01

    The present study investigated whether English language teachers were aware of the innovative language learning methodologies in language learning, how they made use of these methodologies and the learners' reactions to them. The descriptive survey method was employed to disclose the frequencies and percentages of 175 English language teachers'…

  17. Exploring Effectiveness and Moderators of Language Learning Strategy Instruction on Second Language and Self-Regulated Learning Outcomes

    Science.gov (United States)

    Ardasheva, Yuliya; Wang, Zhe; Adesope, Olusola O.; Valentine, Jeffrey C.

    2017-01-01

    This meta-analysis synthesized recent research on strategy instruction (SI) effectiveness to estimate SI effects and their moderators for two domains: second/foreign language and self-regulated learning. A total of 37 studies (47 independent samples) for language domain and 16 studies (17 independent samples) for self-regulated learning domain…

  18. Integrating Culture into Language Teaching and Learning: Learner Outcomes

    Science.gov (United States)

    Nguyen, Trang Thi Thuy

    2017-01-01

    This paper discusses the issue of learner outcomes in learning culture as part of their language learning. First, some brief discussion on the role of culture in language teaching and learning, as well as on culture contents in language lessons is presented. Based on a detailed review of previous literature related to culture in language teaching…

  19. A Brief Review of Motivation for Second Language Learning

    Institute of Scientific and Technical Information of China (English)

    SONG Dan-gui

    2014-01-01

    It is an increasingly popular trend in the language field that people become bilingual or even multilingual, which expos-es the fact that people are strongly motivated to learn another language in addition to their mother tongue. A large-scale of re-search has confirmed that motivation, serving as the internal impulse and initiative taste for second language learning, is among on of the key factors in second language acquisition and learning. The paper reviews the recent available literature on motivation of second language learning from both theoretical and empirical perspectives, with the purpose of neatening the important theories and relevant empirical studies in the field of second language motivation.

  20. The Interesting Teaching and Learning of Malay Language to Foreign Speakers: Language through Cultures

    Directory of Open Access Journals (Sweden)

    Mazlina Baharudin

    2016-06-01

    Full Text Available The interesting teaching and learning of Malay languages is a challenging effort and need a relevant plan to the students’ needs especially for the foreign students who already have the basic Indonesian Malay language variation that they have learned for four semesters in their own country, Germany. Therefore, the variety of teaching and learning strategies should be considered by the teachers to make teaching and learning become interesting, effective and not boring. Basic effectiveness of a language program was the factors of socio-culture, the style of teaching and learning, the students, and the characteristics of the program. This paper however focused on the socio-cultural factors (learning of cultures and the activities program that enable to generate excitement and effectiveness in the teaching and learning of Malay language as a foreign language. In the teaching and learning process found that the more we gave the activities to the students, the more the students acquired the meaning of the lessons. In this study, the selected respondents were the two groups of students from TWG, Konstanz, Germany who have followed the Malay Language and Culture Program in the Languages, Literacies and Translation Center, University of Sains Malaysia, Penang, in 2011. The first group was started in March to June, and the second group in September to November. The research was based on formal and informal observations and interviews. This paper also discussed about the outdoor activities program used as curriculum in the teaching and learning process that gives an interesting environment to foreign students

  1. Studying the mechanisms of language learning by varying the learning environment and the learner.

    Science.gov (United States)

    Goldin-Meadow, Susan

    Language learning is a resilient process, and many linguistic properties can be developed under a wide range of learning environments and learners. The first goal of this review is to describe properties of language that can be developed without exposure to a language model - the resilient properties of language - and to explore conditions under which more fragile properties emerge. But even if a linguistic property is resilient, the developmental course that the property follows is likely to vary as a function of learning environment and learner, that is, there are likely to be individual differences in the learning trajectories children follow. The second goal is to consider how the resilient properties are brought to bear on language learning when a child is exposed to a language model. The review ends by considering the implications of both sets of findings for mechanisms, focusing on the role that the body and linguistic input play in language learning.

  2. Cooperative learning in the teaching of foreign language

    OpenAIRE

    Zíková, Johana

    2017-01-01

    This work is focused on cooperative learning in foreign language teaching. It brings knowledge about cooperative learning, about methods of didactics in foreign language and their suitability for using cooperative learning. It deals with the news that appeared in cooperative learning in a foreign language teaching. The research that is part of this work was qualitative and it was completed by quantitative research, too. The aim of the research was to understand the teachers' point of view and...

  3. Child first language and adult second language are both tied to general-purpose learning systems.

    Science.gov (United States)

    Hamrick, Phillip; Lum, Jarrad A G; Ullman, Michael T

    2018-02-13

    Do the mechanisms underlying language in fact serve general-purpose functions that preexist this uniquely human capacity? To address this contentious and empirically challenging issue, we systematically tested the predictions of a well-studied neurocognitive theory of language motivated by evolutionary principles. Multiple metaanalyses were performed to examine predicted links between language and two general-purpose learning systems, declarative and procedural memory. The results tied lexical abilities to learning only in declarative memory, while grammar was linked to learning in both systems in both child first language and adult second language, in specific ways. In second language learners, grammar was associated with only declarative memory at lower language experience, but with only procedural memory at higher experience. The findings yielded large effect sizes and held consistently across languages, language families, linguistic structures, and tasks, underscoring their reliability and validity. The results, which met the predicted pattern, provide comprehensive evidence that language is tied to general-purpose systems both in children acquiring their native language and adults learning an additional language. Crucially, if language learning relies on these systems, then our extensive knowledge of the systems from animal and human studies may also apply to this domain, leading to predictions that might be unwarranted in the more circumscribed study of language. Thus, by demonstrating a role for these systems in language, the findings simultaneously lay a foundation for potentially important advances in the study of this critical domain.

  4. Teaching language teachers scaffolding professional learning

    CERN Document Server

    Maggioli, Gabriel Diaz

    2012-01-01

    Teaching Language Teachers: Scaffolding Professional Learning provides an updated view of as well as a reader-friendly introduction to the field of Teaching Teachers, with special reference to language teaching. By taking a decidedly Sociocultural perspective, the book addresses the main role of the Teacher of Teachers (ToT) as that of scaffolding the professional learning of aspiring teachers.

  5. ICT-supported language learning tools for Chinese as a foreign Language: a content review

    Directory of Open Access Journals (Sweden)

    Tina Čok

    2016-06-01

    Full Text Available The paper presents a meta-analysis of 37 scientific papers dealing with the use and adoption of ICT for learning and teaching Chinese as a foreign language. It has shown that systematic content reviews providing overall insight into the nature and level of development in the field are rare. The author tries to fill this content gap by answering three research questions: 1 What is the overall state of research in the field of ICT-assisted learning of CFL in terms of language teaching methods? 2 Which learning technologies are in use for the specific teaching and learning methods for Chinese as a foreign language? 3 Are some learning technologies used more often for practis ng specific language skills than others?

  6. Language Learning and Its Impact on the Brain: Connecting Language Learning with the Mind through Content-Based Instruction

    Science.gov (United States)

    Kennedy, Teresa J.

    2006-01-01

    Cognitive sciences are discovering many things that educators have always intuitively known about language learning. However, the important point is actively using this new information to improve both students learning and current teaching practices. The implications of neuroscience for educational reform regarding second language (L2) learning…

  7. Development of an event-driven parser for active document and web-based nuclear design system

    Energy Technology Data Exchange (ETDEWEB)

    Park, Yong Soo

    2005-02-15

    Nuclear design works consist of extensive unit job modules in which many computer codes are used. Each unit module requires time-consuming and erroneous input preparation, code run, output analysis and quality assurance process. The task for safety evaluation of reload core is especially the most man-power intensive and time-consuming due to the large amount of calculations and data exchanges. The purpose of this study is to develop a new nuclear design system called Innovative Design Processor (IDP) in order to minimize human effort and maximize design quality and productivity, and then to achieve an ultimately optimized core loading pattern. Two new basic principles of IDP are the document-oriented design and the web based design. Contrary to the conventional code-oriented or procedure-oriented design, the document-oriented design is human-oriented in that the final document is automatically prepared with complete analysis, table and plots, if the designer writes a design document called active document and feeds it to a parser. This study defined a number of active components and developed an event-driven parser for the active document in HTML (Hypertext Markup Language) or XML (Extensible Markup Language). The active documents can be created on the web, which is another framework of IDP. Using proper mix-up of server side and client side programming under the HAMP (HP-UX/Apache/MySQL/PHP) environment, the document-oriented design process on the web is modeled as a design wizard for designer's convenience and platform independency. This automation using IDP was tested for the reload safety evaluation of Korea Standard Nuclear Power Plant (KSNP) type PWRs. Great time saving was confirmed and IDP can complete several-month jobs in a few days. More optimized core loading pattern, therefore, can be obtained since it takes little time to do the reload safety evaluation tasks with several core loading pattern candidates. Since the technology is also applicable to

  8. Development of an event-driven parser for active document and web-based nuclear design system

    International Nuclear Information System (INIS)

    Park, Yong Soo

    2005-02-01

    Nuclear design works consist of extensive unit job modules in which many computer codes are used. Each unit module requires time-consuming and erroneous input preparation, code run, output analysis and quality assurance process. The task for safety evaluation of reload core is especially the most man-power intensive and time-consuming due to the large amount of calculations and data exchanges. The purpose of this study is to develop a new nuclear design system called Innovative Design Processor (IDP) in order to minimize human effort and maximize design quality and productivity, and then to achieve an ultimately optimized core loading pattern. Two new basic principles of IDP are the document-oriented design and the web based design. Contrary to the conventional code-oriented or procedure-oriented design, the document-oriented design is human-oriented in that the final document is automatically prepared with complete analysis, table and plots, if the designer writes a design document called active document and feeds it to a parser. This study defined a number of active components and developed an event-driven parser for the active document in HTML (Hypertext Markup Language) or XML (Extensible Markup Language). The active documents can be created on the web, which is another framework of IDP. Using proper mix-up of server side and client side programming under the HAMP (HP-UX/Apache/MySQL/PHP) environment, the document-oriented design process on the web is modeled as a design wizard for designer's convenience and platform independency. This automation using IDP was tested for the reload safety evaluation of Korea Standard Nuclear Power Plant (KSNP) type PWRs. Great time saving was confirmed and IDP can complete several-month jobs in a few days. More optimized core loading pattern, therefore, can be obtained since it takes little time to do the reload safety evaluation tasks with several core loading pattern candidates. Since the technology is also applicable to the

  9. Mobile-Assisted Second Language Learning: Developing a Learner-Centered Framework

    Science.gov (United States)

    Leow, Choy Khim; Yahaya, Wan Ahmad Jaafar Wan; Samsudin, Zarina

    2014-01-01

    The Mobile Assisted Language Learning concept has offered infinite language learning opportunities since its inception 20 years ago. Second Language Acquisition however embraces a considerably different body of knowledge from first language learning. While technological advances have optimized the psycholinguistic environment for language…

  10. How relevant is social interaction in second language learning?

    Directory of Open Access Journals (Sweden)

    Laura eVerga

    2013-09-01

    Full Text Available Verbal language is the most widespread mode of human communication, and an intrinsically social activity. This claim is strengthen by evidence emerging from different fields, which clearly indicate that social interaction influences human communication, and more specifically, language learning. Indeed, research conducted with infants and children shows that interaction with a caregiver is necessary to acquire language. Further evidence on the influence of sociality on language comes from social and linguistic pathologies, in which deficits in social and linguistic abilities are tightly intertwined, as it is the case for Autism, for example. However, studies on adult second language learning have been mostly focused on individualistic approaches, partly because of methodological constraints especially of imaging methods. The question as to whether social interaction should be considered as a critical factor impacting upon adult language learning still remains underspecified. Here, we review evidence in support of the view that sociality plays a significant role in communication and language learning, in an attempt to emphasize factors that could facilitate this process in adult language learning. We suggest that sociality should be considered as a potentially influential factor in adult language learning and that future studies in this domain should explicitly target this factor.

  11. How relevant is social interaction in second language learning?

    Science.gov (United States)

    Verga, Laura; Kotz, Sonja A

    2013-09-03

    Verbal language is the most widespread mode of human communication, and an intrinsically social activity. This claim is strengthened by evidence emerging from different fields, which clearly indicates that social interaction influences human communication, and more specifically, language learning. Indeed, research conducted with infants and children shows that interaction with a caregiver is necessary to acquire language. Further evidence on the influence of sociality on language comes from social and linguistic pathologies, in which deficits in social and linguistic abilities are tightly intertwined, as is the case for Autism, for example. However, studies on adult second language (L2) learning have been mostly focused on individualistic approaches, partly because of methodological constraints, especially of imaging methods. The question as to whether social interaction should be considered as a critical factor impacting upon adult language learning still remains underspecified. Here, we review evidence in support of the view that sociality plays a significant role in communication and language learning, in an attempt to emphasize factors that could facilitate this process in adult language learning. We suggest that sociality should be considered as a potentially influential factor in adult language learning and that future studies in this domain should explicitly target this factor.

  12. The impact of second language learning on semantic and nonsemantic first language reading.

    Science.gov (United States)

    Nosarti, Chiara; Mechelli, Andrea; Green, David W; Price, Cathy J

    2010-02-01

    The relationship between orthography (spelling) and phonology (speech sounds) varies across alphabetic languages. Consequently, learning to read a second alphabetic language, that uses the same letters as the first, increases the phonological associations that can be linked to the same orthographic units. In subjects with English as their first language, previous functional imaging studies have reported increased left ventral prefrontal activation for reading words with spellings that are inconsistent with their orthographic neighbors (e.g., PINT) compared with words that are consistent with their orthographic neighbors (e.g., SHIP). Here, using functional magnetic resonance imaging (fMRI) in 17 Italian-English and 13 English-Italian bilinguals, we demonstrate that left ventral prefrontal activation for first language reading increases with second language vocabulary knowledge. This suggests that learning a second alphabetic language changes the way that words are read in the first alphabetic language. Specifically, first language reading is more reliant on both lexical/semantic and nonlexical processing when new orthographic to phonological mappings are introduced by second language learning. Our observations were in a context that required participants to switch between languages. They motivate future fMRI studies to test whether first language reading is also altered in contexts when the second language is not in use.

  13. Learning a Language with Web 2.0: Exploring the Use of Social Networking Features of Foreign Language Learning Websites

    Science.gov (United States)

    Stevenson, Megan P.; Liu, Min

    2010-01-01

    This paper presents the results of an online survey and a usability test performed on three foreign language learning websites that use Web 2.0 technology. The online survey was conducted to gain an understanding of how current users of language learning websites use them for learning and social purposes. The usability test was conducted to gain…

  14. Languaging as Competencing: Considering Language Learning as Enactment

    Science.gov (United States)

    Hellermann, John

    2018-01-01

    The terms "interactional competence" and "learning" are discussed in the context of recent research in the areas of cognitive science and ethnomethodological conversation analysis studies of language learning. Two data excerpts from a longitudinal case study of a beginning learner of English are presented to illustrate (1) the…

  15. Learning Analytics: The next frontier for computer assisted language learning in big data age

    Directory of Open Access Journals (Sweden)

    Yu Qinglan

    2015-01-01

    Full Text Available Learning analytics (LA has been applied to various learning environments, though it is quite new in the field of computer assisted language learning (CALL. This article attempts to examine the application of learning analytics in the upcoming big data age. It starts with an introduction and application of learning analytics in other fields, followed by a retrospective review of historical interaction between learning and media in CALL, and a penetrating analysis on why people would go to learning analytics to increase the efficiency of foreign language education. As approved in previous research, new technology, including big data mining and analysis, would inevitably enhance the learning of foreign languages. Potential changes that learning analytics would bring to Chinese foreign language education and researches are also presented in the article.

  16. Self-Regulated Out-of-Class Language Learning with Technology

    Science.gov (United States)

    Lai, Chun; Gu, Mingyue

    2011-01-01

    Current computer-assisted language learning (CALL) research has identified various potentials of technology for language learning. To realize and maximize these potentials, engaging students in self-initiated use of technology for language learning is a must. This study investigated Hong Kong university students' use of technology outside the…

  17. Emotions as Learning Enhancers of Foreign Language Learning Motivation

    Directory of Open Access Journals (Sweden)

    Méndez López Mariza G.

    2013-04-01

    Full Text Available The present article reports on a study that explores the effects of the emotional experiences of Mexican language learners on their motivation to learn English. In this qualitative research we present how emotions impact the motivation of university language learners in south Mexico. Results suggest that emotions, both negative and positive, contribute to enhancing and diminishing motivation. Althoughnegative emotions may be considered detrimental to foreign language learning, the findings of this study show that negative emotions serve as learning enhancers. Results also evidence that Mexican language learners perceive negative emotions as positive for their language learning process.En este artículo se presenta una investigación en la que se exploran los efectos que causan las experiencias emocionales en la motivación de estudiantes mexicanos al aprender inglés. Con base en un estudio cualitativo se presenta cómo las emociones inciden en la motivación de estudiantes universitarios en el sur de México. Los resultados sugieren que las emociones, tanto positivas como negativas, contribuyen a potenciar y disminuir su motivación. Se encontró que a pesar de que las emociones negativas pueden afectar el aprendizaje de una lengua extranjera, estas actúan incluso como potenciadoras del aprendizaje. Los resultados también indican que los estudiantes mexicanos perciben las emociones negativas como positivas en su proceso de aprendizaje.

  18. Pre-Service EFL Teachers' Beliefs about Foreign Language Learning

    Science.gov (United States)

    Altan, Mustafa Zulkuf

    2012-01-01

    Beliefs are central constructs in every discipline which deals with human behaviour and learning. In addition to learner beliefs about language learning, language teachers themselves may hold certain beliefs about language learning that will have an impact on their instructional practices and that are likely to influence their students' beliefs…

  19. Learner Behaviors and Perceptions of Autonomous Language Learning

    Science.gov (United States)

    Bekleyen, Nilüfer; Selimoglu, Figen

    2016-01-01

    The purpose of the present study was to investigate the learners' behaviors and perceptions about autonomous language learning at the university level in Turkey. It attempts to reveal what type of perceptions learners held regarding teachers' and their own responsibilities in the language learning process. Their autonomous language learning…

  20. Informal Language Learning Setting: Technology or Social Interaction?

    Science.gov (United States)

    Bahrani, Taher; Sim, Tam Shu

    2012-01-01

    Based on the informal language learning theory, language learning can occur outside the classroom setting unconsciously and incidentally through interaction with the native speakers or exposure to authentic language input through technology. However, an EFL context lacks the social interaction which naturally occurs in an ESL context. To explore…

  1. Analysis of Language Learning Strategies Used by Students of Traffic Technology

    Directory of Open Access Journals (Sweden)

    Violeta Jurkovič

    2005-06-01

    Full Text Available Language learning strategies play a vital role in the language acquisition process, and this includes the realm of ESP at the tertiary level of education. This contribution first defines the concept of language learning strategies and gives a historical background to language learning strategy research. The central section focuses on a comparative analysis of language learning strategies used by first year students of traffic technology at the Faculty of Maritime Studies and Transport in Portorož, University of Ljubljana. The analysis, based on Rebecca Oxford’s “Strategy Inventory for Language Learning”, aims to assess the students’ existing awareness of the process of language acquisition and the learning strategies that they use. Objectives of language teachers should include helping students to raise their awareness of language learning strategies and providing them with contexts for their development. Therefore, the concluding section contains sample ESP teaching materials and student instructions focusing on cognitive language learning strategies.

  2. Innovations in Language Learning: The Oregon Chinese Flagship Model

    Directory of Open Access Journals (Sweden)

    Carl Falsgraf

    2007-01-01

    Full Text Available Language learning in the United States suffers from a culture of low expectations. Lacking bilingual role models around them, students often view language class as, at best, a way to become a tourist in a country with a language different from their own. Monolingual policymakers assume that learning another language fluently is impossible and inconsequential, since they themselves are capable professionals with one language. Educators, discouraged by years of inadequate funding and support, have come to hope for nothing more than incremental improvements. The National Flagship Language Program (NFLP aims to break this cycle of low expectations and low results by providing funding to institutions willing to accept the challenge of producing Superior (Level 3 language users through a radical re-engineering of the language learning enterprise. The need for fundamental change in language education is longstanding, but the events of September 11 brought the importance of this need to the awareness of national policymakers. Due to the emphasis of critical languages, responsibility for carrying out this fundamental re-examination of language learning has fallen to those engaged in the less commonly taught languages. 1

  3. Theory-based Support for Mobile Language Learning: Noticing and Recording

    Directory of Open Access Journals (Sweden)

    Agnes Kukulska-Hulme

    2009-04-01

    Full Text Available This paper considers the issue of 'noticing' in second language acquisition, and argues for the potential of handheld devices to: (i support language learners in noticing and recording noticed features 'on the spot', to help them develop their second language system; (ii help language teachers better understand the specific difficulties of individuals or those from a particular language background; and (iii facilitate data collection by applied linguistics researchers, which can be fed back into educational applications for language learning. We consider: theoretical perspectives drawn from the second language acquisition literature, relating these to the practice of writing language learning diaries; and the potential for learner modelling to facilitate recording and prompting noticing in mobile assisted language learning contexts. We then offer guidelines for developers of mobile language learning solutions to support the development of language awareness in learners.

  4. Hypnosis and Language Learning.

    Science.gov (United States)

    Hammerman, Myrna Lynn

    A thorough investiqation is attempted of efforts to apply hypnosis and suggestive learning techniques to education in general and specifically to second language learning. Hypnosis is discussed in terms of its dangers, its definition, and its application. Included in this discussion is a comparison of auto- and hetero-hypnosis, an overview of the…

  5. Implications of Multimodal Learning Models for foreign language teaching and learning

    Directory of Open Access Journals (Sweden)

    Miguel Farías

    2011-04-01

    Full Text Available This literature review article approaches the topic of information and communications technologies from the perspective of their impact on the language learning process, with particular emphasis on the most appropriate designs of multimodal texts as informed by models of multimodal learning. The first part contextualizes multimodality within the fields of discourse studies, the psychology of learning and CALL; the second, deals with multimodal conceptions of reading and writing by discussing hypertextuality and literacy. A final section outlines the possible implications of multimodal learning models for foreign language teaching and learning.

  6. Learning theories in computer-assisted foreign language acquisition

    OpenAIRE

    Baeva, D.

    2013-01-01

    This paper reviews the learning theories, focusing to the strong interest in technology use for language learning. It is important to look at how technology has been used in the field thus far. The goals of this review are to understand how computers have been used in the past years to support foreign language learning, and to explore any research evidence with regards to how computer technology can enhance language skills acquisition

  7. Exploring Learner Autonomy: Language Learning Locus of Control in Multilinguals

    Science.gov (United States)

    Peek, Ron

    2016-01-01

    By using data from an online language learning beliefs survey (n?=?841), defining language learning experience in terms of participants' multilingualism, and using a domain-specific language learning locus of control (LLLOC) instrument, this article examines whether more experienced language learners can also be seen as more autonomous language…

  8. MOBILE LEARNING IN THE FOREIGN LANGUAGE CLASSROOM – CHALLENGES AND OPPORTUNITIES

    Directory of Open Access Journals (Sweden)

    Diana COJOCNEAN

    2017-06-01

    Full Text Available The article focuses on how foreign language teachers could use mobile learning in formal and informal learning environments. One of the key aims of the article is the focus on defining the pedagogy of mobile learning in the context of foreign language teaching and learning through the use of mobile learning tools during the foreign language lessons but also in informal learning contexts, encouraging learner autonomy and involvement in the learning task. Thus, the article presents how language teachers could try mobile learning based activities during foreign language lessons and outside the class, using students’ own devices through the implementation of a Bring Your Own Device Policy (BYOD within foreign language lessons.

  9. Comparing Local and International Chinese Students’ English Language Learning Strategies

    Directory of Open Access Journals (Sweden)

    Margreat Aloysious Anthony

    2012-07-01

    Full Text Available According to Horwitz (1987 learners’ belief about language learning are influenced by previous language learning experiences as well as cultural background. This study examined the English Language Learning Strategies between local and international Chinese students who share the same cultural background but have been exposed to different learning experiences. Given the significant number of local and international Chinese students enrolled in educational institutions, there is a need to understand the differences and similarities in the learning strategies of these two groups. The sample for the study comprised of 60 local and 50 international Chinese students currently enrolled at a local private college. The Oxford Strategy Inventory for Language Learning (SILL was administered as a measure of learning strategy preferences. The study reveals that language learning experiences as well as socioeconomic status impact the learning strategy adopted by both local and international Chinese students. The findings of this study point to the need to address the needs of these students in order to enhance their English language learning experience in Malaysia.

  10. Language effects in second-language learners: A longitudinal electrophysiological study of spanish classroom learning.

    Science.gov (United States)

    Soskey, Laura; Holcomb, Phillip J; Midgley, Katherine J

    2016-09-01

    How do the neural mechanisms involved in word recognition evolve over the course of word learning in adult learners of a new second language? The current study sought to closely track language effects, which are differences in electrophysiological indices of word processing between one's native and second languages, in beginning university learners over the course of a single semester of learning. Monolingual L1 English-speakers enrolled in introductory Spanish were first trained on a list of 228 Spanish words chosen from the vocabulary to be learned in class. Behavioral data from the training session and the following experimental sessions spaced over the course of the semester showed expected learning effects. In the three laboratory sessions participants read words in three lists (English, Spanish and mixed) while performing a go/no-go lexical decision task in which event-related potentials (ERPs) were recorded. As observed in previous studies there were ERP language effects with larger N400s to native than second language words. Importantly, this difference declined over the course of L2 learning with N400 amplitude increasing for new second language words. These results suggest that even over a single semester of learning that new second language words are rapidly incorporated into the word recognition system and begin to take on lexical and semantic properties similar to native language words. Moreover, the results suggest that electrophysiological measures can be used as sensitive measures for tracking the acquisition of new linguistic knowledge. Copyright © 2016 Elsevier B.V. All rights reserved.

  11. Language, learning and electronic communications media

    OpenAIRE

    Coffin, Caroline; Hewings, Ann

    2005-01-01

    Guest editorial - article outline\\ud 1. Why is language significant?\\ud 2. Research settings\\ud 2.1. School age students: \\ud (i) text-based conferencing \\ud (ii) multimodal writing\\ud 2.2. University students: \\ud (i) text-based conferencing \\ud (ii) web-based literacy support\\ud 2.3. Informal adult learning: web-based reading\\ud 3. Methodologies for exploring language and learning\\ud \\ud

  12. Challenges for Contextualizing Language Learning

    DEFF Research Database (Denmark)

    Eskildsen, Søren; Rehm, Matthias

    2013-01-01

    To help facilitate language learning for immigrants or foreigners arriving to another culture and language, we propose a context-aware mobile application. To expand on the known elements like location, activity, time and identity, we investigate the challenges on including cultural awareness to e...

  13. Transform Modern Language Learning through Mobile Devices

    Science.gov (United States)

    Tuttle, Harry Grover

    2013-01-01

    College professors can transform their modern language classes through mobile devices. Their students' learning becomes more active, more personalized, more contextual, and more culturally authentic as illustrated through the author's modern language mobile learning classroom examples. In addition, their students engage in many diverse types of…

  14. Towards tool support for spreadsheet-based domain-specific languages

    DEFF Research Database (Denmark)

    Adam, Marian Sorin; Schultz, Ulrik Pagh

    2015-01-01

    Spreadsheets are commonly used by non-programmers to store data in a structured form, this data can in some cases be considered to be a program in a domain-specific language (DSL). Unlike ordinary text-based domain-specific languages, there is however currently no formalism for expressing...... the syntax of such spreadsheet-based DSLs (SDSLs), and there is no tool support for automatically generating language infrastructure such as parsers and IDE support. In this paper we define a simple notion of two-dimensional grammars for SDSLs, and show how such grammars can be used for automatically...

  15. Does Mother Tongue Interfere in Second Language Learning?

    OpenAIRE

    Denizer, Elif Nur

    2017-01-01

    Mother tongue largely refers to not only the language one learns from one’s mother but also the speaker’s dominant and home language. It’s also called native language. This study was conducted to find whether mother tongue interferences in second-language learning, and if so; whether it affects the learners’ performance in four language skills, and also in which skill(s) it has the biggest effect. Data collection tool included a questionnaire by which participants were asked to rate the quest...

  16. Learning Theories and Skills in Online Second Language Teaching and Learning: Dilemmas and Challenges

    Science.gov (United States)

    Petersen, Karen Bjerg

    2014-01-01

    For decades foreign and second language teachers have taken advantage of the technology development and ensuing possibilities to use e-learning facilities for language training. Since the 1980s, the use of computer assisted language learning (CALL), Internet, web 2.0, and various kinds of e-learning technology has been developed and researched…

  17. Creating an Authentic Learning Environment in the Foreign Language Classroom

    Science.gov (United States)

    Nikitina, Larisa

    2011-01-01

    Theatrical activities are widely used by language educators to promote and facilitate language learning. Involving students in production of their own video or a short movie in the target language allows a seamless fusion of language learning, art, and popular culture. The activity is also conducive for creating an authentic learning situation…

  18. Mobility in Learning: The Feasibility of Encouraging Language Learning on Smartphones

    Directory of Open Access Journals (Sweden)

    Keith Barrs

    2011-09-01

    Full Text Available With normalised technology in language learning contexts there is an unprecedented opportunity to re-define the nature of learning. Traditional ideas of classroom-based learning are giving way to modern ideas of ‘24/7 anywhere, anytime’ learning which is accessed and managed in part or in whole by the learners themselves, primarily on mobile devices. This is a "work in progress" article detailing the initial stages of a study investigating normalisation of smart phones in a language classroom in Japan.

  19. Creating an Authentic Learning Environment in the Foreign Language Classroom

    Directory of Open Access Journals (Sweden)

    Larisa Nikitina

    2011-01-01

    Full Text Available Theatrical activities are widely used by language educators to promote and facilitate language learning. Involving students in production of their own video or a short movie in the target language allows a seamless fusion of language learning, art, and popular culture. The activity is also conducive for creating an authentic learning situation where the real world becomes a part of the educational experience and necessitates the use of an authentic language by the learners. This article describes a video project carried out by Russian language learners at Universiti Malaysia Sabah (UMS. It examines how the work on the project created and supported authenticity of the learning experience. Though the article focuses on the video project done in the context of language learning and teaching this activity could be successfully implemented in teaching various subjects at both secondary and tertiary levels.

  20. The Words Children Hear: Picture Books and the Statistics for Language Learning.

    Science.gov (United States)

    Montag, Jessica L; Jones, Michael N; Smith, Linda B

    2015-09-01

    Young children learn language from the speech they hear. Previous work suggests that greater statistical diversity of words and of linguistic contexts is associated with better language outcomes. One potential source of lexical diversity is the text of picture books that caregivers read aloud to children. Many parents begin reading to their children shortly after birth, so this is potentially an important source of linguistic input for many children. We constructed a corpus of 100 children's picture books and compared word type and token counts in that sample and a matched sample of child-directed speech. Overall, the picture books contained more unique word types than the child-directed speech. Further, individual picture books generally contained more unique word types than length-matched, child-directed conversations. The text of picture books may be an important source of vocabulary for young children, and these findings suggest a mechanism that underlies the language benefits associated with reading to children. © The Author(s) 2015.

  1. Adult language learning after minimal exposure to an unknown natural language

    NARCIS (Netherlands)

    Gullberg, M.; Robert, L.; Dimroth, C.; Veroude, K.; Indefrey, P.

    2010-01-01

    Despite the literature on the role of input in adult second-language (L2) acquisition and on artificial and statistical language learning, surprisingly little is known about how adults break into a new language in the wild. This article reports on a series of behavioral and neuroimaging studies that

  2. Visual Interactive Syntax Learning: A Case of Blended Learning

    Directory of Open Access Journals (Sweden)

    Jane Vinther

    2008-11-01

    Full Text Available The integration of the computer as a tool in language learningat the tertiary level brings several opportunities for adaptingto individual student needs, but lack of appropriate material suited for the level of student proficiency in Scandinavia has meant that university teachers have found it difficult to blendthe traditional approach with computer tools. This article will present one programme (VISL which has been developed with the purpose of supporting and enhancing traditional instruction. Visual Interactive Syntax Learning (VISL is a programme which is basically a parser put to pedagogical use. The pedagogical purpose is to teach English syntax to university students at an advanced level. The programme allows the students to build sophisticated tree diagrams of Englishsentences with provisions for both functions and forms (simple or complex, incl. subclauses. VISL was initiated as an attempt to facilitate the metalinguistic learning process. Thisarticle will present VISL as a pedagogical tool and tries to argue the case for the benefits of blending traditional lecturing with modern technology while pointing out some of the issues involved.

  3. The Use of Music for Learning Languages

    Institute of Scientific and Technical Information of China (English)

    和梅

    2012-01-01

      Throughout time, healers, philosophers, scientists, and teachers have recognized the place of music for therapeutic and developmental functions (Bancroft,1985:3-7). Researchers over the last twenty years have made astounding advances in the the⁃ory of language acquisition. Many find the pedagogical conjoining of language and music compelling. The first part of this review focuses on the historical and developmental proofs of music’ s relationship with language learning. In part two, neurological the⁃ory on music and the mind are covered. Part three summarizes scholarly inquiry on the use of music for learning languages, espe⁃cially those studies that could prove most instructive both for language teachers and for music therapists in the development of curricula.

  4. Motivation In Second language learning In China

    Institute of Scientific and Technical Information of China (English)

    郑葳

    2017-01-01

    Motivation is the indispensable condition for a student's learning success. As a foreign language teacher, they should motivate the second language learners by promoting positive language-related values. Dornyei identifies three value dimensions. They are intrinsic value, integrative value and instrumental value. In China, the Communicative Language Teaching is an innovation approach and learner- centered. The CLT approach and curriculum have motivated students' interest, appreciation and values in learning English. In English classroom, the teacher should establish the cooperative situation rather than the competitive environment in order to arouse the students' motivation and reduce the psychological pressure.

  5. Learning foreign languages in teletandem: Resources and strategies

    Directory of Open Access Journals (Sweden)

    João A. TELLES

    2015-12-01

    Full Text Available ABSTRACT Teletandem is a virtual, collaborative, and autonomous context in which two speakers of different languages use the text, voice, and webcam image resources of VOIP technology (Skype to help each other learn their native language (or language of proficiency. This paper focuses on learners' studying processes and their responses to teletandem. We collected quantitative and qualitative data from 134 university students through an online questionnaire. Results show the content of students' learning processes, resources, activities, and strategies. We conclude with a critical discussion of the results and raise pedagogical implications for the use o-f teletandem as a mode of online intercultural contact to learn foreign languages.

  6. The Learning Styles and Language Learning Strategies of the EFL Students at Tertiary Level

    Directory of Open Access Journals (Sweden)

    Diemroh Ihsan

    2016-02-01

    Full Text Available The purpose of this study are to discover the learning styles, and the language learning strategies most preferred, correlation among the variables exists, and the degree of influence each independent variable exerts on the dependent variables. For data collection, the Barsch Learning Styles Inventory and the Strategy Inventory of Language Learning were distributed to 156 students of English at the University of Sriwijaya, Palembang. The results showed that: (1 visual is the most preferred learning style, whereas metacognitive ang effective are the most preferred language learning strategies; (2 certain independent variables have a significant correlation with certain dependent variables, for example, visual with memory, auditory with cognitive, tactile with affective, and semester with compensation; (3 females use a greater variety of language learning strategies than males; and (4 semester has a significant correlation with compensation but not with other strategies

  7. The Varieties of Programming Language Semantics (and Their Uses)

    DEFF Research Database (Denmark)

    Mosses, Peter David

    2001-01-01

    ; and regular expressions are extensively used for searching and transforming text. In contrast, formal semantic descriptions are widely regarded as being of interest only to theoreticians. This paper surveys the main frameworks available for describing the dynamic semantics of programming languages......Formal descriptions of syntax are quite popular: regular and context-free grammars have become accepted as useful for documenting the syntax of programming languages, as well as for generating efficient parsers; attribute grammars allow parsing to be linked with typechecking and code generation...

  8. Yahoo! Answers as a Space for Informal Language Learning

    Directory of Open Access Journals (Sweden)

    Giuliana Dettori

    2014-10-01

    Full Text Available Online social spaces, where users can exchange information, opinions and resources, have achieved wide popularity and are gaining attention in many research fields, including education. Their actual potential support to learning, however, still requires investigation, especially because portals can widely differ as concerns purpose and internal structure. This paper aims to contribute in this respect, by concentrating on question answering, a kind of social space not yet widely discussed in education. We analyzed a small corpus of posts from the Languages section of Yahoo! Answers Italy, checking if the questions reveal some inclination to learning or just the desire to obtain a service and if the answers provided by the community members can be considered as reliable sources of knowledge. Our analysis highlights the presence of a variety of question/answer types, from mere information exchange or help for task completion, up to language-related questions prompting valuable short lessons. The quality of answers may widely vary as concerns pertinence, correctness and richness of supporting elements. We found a high number of purely task-oriented questions and answers, but also a higher number of learning-oriented questions and correct, informative answers. This suggests that this kind of social space actually has valuable potential for informal learning.

  9. Is Online Learning Suitable for All English Language Students?

    Science.gov (United States)

    Kuama, Settha; Intharaksa, Usa

    2016-01-01

    This study aimed to examine online language learning strategies (OLLS) used and affection in online learning of successful and unsuccessful online language students and investigate the relationships between OLLS use, affection in online learning and online English learning outcomes. The participants included 346 university students completing a…

  10. Language Learning Strategy Use across Proficiency Levels

    Science.gov (United States)

    Zarei, Abbas, Ali; Baharestani, Nooshin

    2014-01-01

    To investigate the use of language learning strategies (LLS) by Iranian EFL learners across proficiency levels, a total of 180 Iranian adult female EFL learners were selected and divided into three different proficiency level groups. To collect data, Oxford's (1990) Strategy Inventory for Language Learning (SILL) was used. One-way ANOVA procedures…

  11. Flipped Approach to Mobile Assisted Language Learning

    Science.gov (United States)

    Yamamoto, Junko

    2013-01-01

    There are abundant possibilities for using smart phones and tablet computers for foreign language learning. However, if there is an emphasis on memorization or on technology, language learners may not develop proficiency in their target language. Therefore, language teachers should be familiar with strategies for facilitating creative…

  12. Effects of Community Service-Learning on Heritage Language Learners' Attitudes toward Their Language and Culture

    Science.gov (United States)

    Pascual y Cabo, Diego; Prada, Josh; Lowther Pereira, Kelly

    2017-01-01

    This study examined the effects of participation in a community service-learning experience on Spanish heritage language learners' attitudes toward their heritage language and culture. Quantitative and qualitative data from heritage language learners demonstrated that engagement in community service-learning activities as part of the Spanish…

  13. Language Learning in Virtual Reality Environments: Past, Present, and Future

    Science.gov (United States)

    Lin, Tsun-Ju; Lan, Yu-Ju

    2015-01-01

    This study investigated the research trends in language learning in a virtual reality environment by conducting a content analysis of findings published in the literature from 2004 to 2013 in four top ranked computer-assisted language learning journals: "Language Learning & Technology," "CALICO Journal," "Computer…

  14. E-LEARNING TURKISH LANGUAGE AND GRAMMAR: Analyzing Learners' Behavior

    Directory of Open Access Journals (Sweden)

    Panagiotis GEORGALAS

    2012-01-01

    Full Text Available This study analyses the behavior and the preferences of the Greek learners of Turkish language, who use a particular e-learning website in parallel with their studies, namely: http://turkish.pgeorgalas.gr. The website offers free online material in Greek and English language for learning the Turkish language and grammar. The traffic of several modules of the website has been measured, examined and analyzed. The research was carried out between the years 2010- 2011 and included the analysis of several million clicks. The results show particular attitudes, habits and preferences throughout the e-learning process. There is a preference of users to exercises against theory. Fast cross-link exercises are preferred to slower “fill in” ones. During the weekends, visitors tend to use less e-learning facilities and select more light activities than the rest days of the week. Society trends and fashions like TV serials have a serious impact to the number of people who decide to learn a new foreign language, in particular Turkish. There is a strong preference of the audience to use online TV against online radio facilities for language practice. The subjects that Greek learners of Turkish language spend more time are verbs conjugation and vocabulary learning. They focus on elementary grammar subjects like the Alphabet, the numbers and the formation of plural. Finally, they try to learn the syntax of Turkish language through sentence structure puzzles and give priority to special grammar issues like noun compounds that are not present in Greek language.

  15. Language Learning Shifts and Attitudes towards Language Learning in an Online Tandem Program for Beginner Writers

    Science.gov (United States)

    Tolosa, Constanza; Ordóñez, Claudia Lucía; Guevara, Diana Carolina

    2017-01-01

    We present findings of a project that investigated the potential of an online tandem program to enhance the foreign language learning of two groups of school-aged beginner learners, one learning English in Colombia and the other learning Spanish in New Zealand. We assessed the impact of the project on students' learning with a free writing…

  16. Parsley: a Command-Line Parser for Astronomical Applications

    Science.gov (United States)

    Deich, William

    Parsley is a sophisticated keyword + value parser, packaged as a library of routines that offers an easy method for providing command-line arguments to programs. It makes it easy for the user to enter values, and it makes it easy for the programmer to collect and validate the user's entries. Parsley is tuned for astronomical applications: for example, dates entered in Julian, Modified Julian, calendar, or several other formats are all recognized without special effort by the user or by the programmer; angles can be entered using decimal degrees or dd:mm:ss; time-like intervals as decimal hours, hh:mm:ss, or a variety of other units. Vectors of data are accepted as readily as scalars.

  17. Strangers in Stranger Lands: Language, Learning, Culture

    Directory of Open Access Journals (Sweden)

    Hong Li

    2007-02-01

    Full Text Available This study investigates international students’ perceptions of the issues they face using English as a second language while attending American higher education institutions. In order to fully understand those challenges involved in learning English as a Second Language, it is necessary to know the extent to which international students have mastered the English language before they start their study in America. Most international students experience an overload of English language input upon arrival in the United States. Cultural differences influence international students’ learning of English in other ways, including international students’ isolation within their communities and America’s lack of teaching listening skills to its own students. Other factors also affect international students’ learning of English, such as the many forms of informal English spoken in the USA, as well as a variety of dialects. Moreover, since most international students have learned English in an environment that precluded much contact with spoken English, they often speak English with an accent that reveals their own language. This study offers informed insight into the complicated process of simultaneously learning the language and culture of another country. Readers will find three main voices in addition to the international students who “speak” (in quotation marks throughout this article. Hong Li, a Chinese doctoral student in English Education at the University of Missouri-Columbia, authored the “regular” text. Second, Roy F. Fox’s voice appears in italics. Fox is Professor of English Education and Chair of the Department of Learning, Teaching, and Curriculum at the University of Missouri-Columbia. Third, Dario J. Almarza’s voice appears in boldface. Almarza, a native of Venezuela, is an Assistant Professor of Social Studies Education at the same institution.

  18. Languages in a global world learning for better cultural understanding

    CERN Document Server

    Scott, Jessica; Hinton, Christina

    2012-01-01

    The rise of globalisation makes language competencies more valuable, both at individual and societal levels. This book examines the links between globalisation and the way we teach and learn languages. It begins by asking why some individuals are more successful than others at learning non-native languages, and why some education systems, or countries, are more successful than others at teaching languages. The book comprises chapters by different authors on the subject of language learning. There are chapters on the role of motivation; the way that languages, cultures and identities are interc

  19. Improving Language Learning Strategies and Performance of Pre-Service Language Teachers through a CALLA-TBLT Model

    Science.gov (United States)

    Guapacha Chamorro, Maria Eugenia; Benavidez Paz, Luis Humberto

    2017-01-01

    This paper reports an action-research study on language learning strategies in tertiary education at a Colombian university. The study aimed at improving the English language performance and language learning strategies use of 33 first-year pre-service language teachers by combining elements from two models: the cognitive academic language…

  20. Memory, learning and language in autism spectrum disorder

    Directory of Open Access Journals (Sweden)

    Jill Boucher

    2018-02-01

    Full Text Available Background and aims The ‘dual-systems’ model of language acquisition has been used by Ullman et al. to explain patterns of strength and weakness in the language of higher-functioning people with autism spectrum disorder. Specifically, intact declarative/explicit learning is argued to compensate for a deficit in non-declarative/implicit procedural learning, constituting an example of the so-called see-saw effect. Ullman and Pullman extended their argument concerning a see-saw effect on language in autism spectrum disorder to cover other perceived anomalies of behaviour, including impaired acquisition of social skills. The aim of this paper is to present a critique of Ullman et al.’s claims and to propose an alternative model of links between memory systems and language in autism spectrum disorder. Main contribution We argue that a four-system model of learning, in which intact semantic and procedural memory are used to compensate for weaknesses in episodic memory and perceptual learning, can better explain patterns of language ability across the autistic spectrum. We also argue that attempts to generalise the ‘impaired implicit learning/spared declarative learning’ theory to other behaviours in autism spectrum disorder are unsustainable. Conclusions Clinically significant language impairments in autism spectrum disorder are under-researched, despite their impact on everyday functioning and quality of life. The relative paucity of research findings in this area lays it open to speculative interpretation which may be misleading. Implications More research is needed into links between memory/learning systems and language impairments across the spectrum. Improved understanding should inform therapeutic intervention and contribute to investigation of the causes of language impairment in autism spectrum disorder with potential implications for prevention.

  1. New Ways to Learn a Foreign Language.

    Science.gov (United States)

    Hall, Robert A., Jr.

    This text focuses on the nature of language learning in the light of modern linguistic analysis. Common linguistic problems encountered by students of eight major languages are examined--Latin, Greek, French, Spanish, Portuguese, Italian, German, and Russian. The text discusses the nature of language, building new language habits, overcoming…

  2. Language learning and the technology of international communications

    Science.gov (United States)

    Batley, Edward

    1991-03-01

    The author posits a reciprocal relationship between the recent popularisation of computer-based technology and the democratisation of Central and Eastern Europe. Brief reference is made to their common denominator, language and language change. The advent of the communicative approach to language learning and the new wave of language authenticity arising from it, both enhanced by the technological revolution, have made the defining of acceptability in the classroom and of communication in the process of testing more problematic than ever, although several advantages have also accrued. Advances in technology have generally outstripped our ability to apply their full or characteristic potential. While technology can personalise learning and in this way make learning more efficient, it can also impede motivation. Old methods, drills and routines are tending to be sustained by it. Lack of technology can also widen the gulf between developed, developing and underdeveloped countries of the world. The author proposes international partnerships as a means of preventing an imbalance which could threaten stability. Single language dominance is another threat to international understanding, given the growing awareness of our multilingual and multicultural environment. Enlightened language policies reaching from the individual to beyond the national community are needed, which adopt these aspects of language learning, explain decisions about the state's choice of languages and, at the same time, promote individual choice wherever practicable.

  3. Virtual language learning environments: the standardization of evaluation

    Directory of Open Access Journals (Sweden)

    Francesca Romero Forteza

    2014-03-01

    Full Text Available Nowadays there are many approaches aimed at helping learners acquire knowledge through the Internet. Virtual Learning Environments (VLE facilitate the acquisition and practice of skills, but some of these learning platforms are not evaluated or do not follow a standard that guarantees the quality of the tasks involved. In this paper, we set out a proposal for the standardization of the evaluation of VLEs available on the World Wide Web. Thus, the main objective of this study is to establish an evaluation template with which to test whether a VLE is appropriate for computer-assisted language learning (CALL. In the methodology section, a learning platform is analysed and tested to establish the characteristics learning platforms must have. Having established the design of the template for language learning environments, we concluded that a VLE must be versatile enough for application with different language learning and teaching approaches.

  4. Papers in Language Learning and Language Acquisition. AFinLA Yearbook 1980. No. 28.

    Science.gov (United States)

    Sajavaara, Kari, Ed.; And Others

    Papers include: (1) "Language Acquisitional Universals: L1, L2, Pidgins, and FLT" (Henning Wode); (2) "Language Acquisition, Language Learning and the School Curriculum" (Norman F. Davies); (3) "Language Teaching and Acquisition of Communication" (Kari Sajavaara, Jaakko Lehtonen); (4) "On the Distinction between…

  5. Media, Information Technology, and Language Planning: What Can Endangered Language Communities Learn from Created Language Communities?

    Science.gov (United States)

    Schreyer, Christine

    2011-01-01

    The languages of Klingon and Na'vi, both created for media, are also languages that have garnered much media attention throughout the course of their existence. Speakers of these languages also utilize social media and information technologies, specifically websites, in order to learn the languages and then put them into practice. While teaching a…

  6. Crossing borders: High school science teachers learning to teach the specialized language of science

    Science.gov (United States)

    Patrick, Jennifer Drake

    The highly specialized language of science is both challenging and alienating to adolescent readers. This study investigated how secondary science teachers learn to teach the specialized language of science in their classrooms. Three research questions guided this study: (a) what do science teachers know about teaching reading in science? (b) what understanding about the unique language demands of science reading do they construct through professional development? and (c) how do they integrate what they have learned about these specialized features of science language into their teaching practices? This study investigated the experience of seven secondary science teachers as they participated in a professional development program designed to teach them about the specialized language of science. Data sources included participant interviews, audio-taped professional development sessions, field notes from classroom observations, and a prior knowledge survey. Results from this study suggest that science teachers (a) were excited to learn about disciplinary reading practices, (b) developed an emergent awareness of the specialized features of science language and the various genres of science writing, and (c) recognized that the challenges of science reading goes beyond vocabulary. These teachers' efforts to understand and address the language of science in their teaching practices were undermined by their lack of basic knowledge of grammar, availability of time and resources, their prior knowledge and experiences, existing curriculum, and school structure. This study contributes to our understanding of how secondary science teachers learn about disciplinary literacy and apply that knowledge in their classroom instruction. It has important implications for literacy educators and science educators who are interested in using language and literacy practices in the service of science teaching and learning. (Full text of this dissertation may be available via the University

  7. The Cultural Dimensions of Language Teaching and Learning

    DEFF Research Database (Denmark)

    Risager, Karen

    2011-01-01

    Language teaching and learning has many different cultural dimensions, and over the years more and more of these have been the subject of research. The first dimension to be explored was that of content: the images of target language countries and the world that were offered in textbooks...... and presented in class. The next dimension was that of the learner: the (inter)cultural learning, competence and identity of the learner or subject. The next dimension was context: the situation and role of language teaching and learning in society and in the world....

  8. Group work in the English language curriculum sociocultural and ecological perspectives on second language classroom learning

    CERN Document Server

    Chappell, P

    2014-01-01

    This book explores how using small groups in second language classrooms supports language learning. Chappell's experience as a language teacher equips him to present a clear, evidence-based argument for the powerful influence group work has upon the opportunities for learning, and how it should therefore be an integral part of language lessons.

  9. Analyzing Student’s Attitude towards Foreign Language Learning

    Directory of Open Access Journals (Sweden)

    Karwan Talaat Rashid

    2017-06-01

    Full Text Available The study of research upon a qualitative procedure has conducted with twenty-two various instruments, based on the quantitative data collection to prepare for statistical analysis. Learning of the study is analytical Analyzing Student’s Attitude for Foreign Language. In some countries most of the students have to learn the first foreign language it may sometimes have is impact of learners The procedure of teaching a foreign language are influenced by different issues such as the used attitude, methods, techniques, educators, learners, inspiration, environment, and etc.. The problem of the study accompanied with dimensions to get solved the Foreign language as an official language has its impact on Student’s Relations. Foreign language (FL gave a good opportunity to students to know the culture of the other country, to learn the second language, students attitude toward foreign language differ according to gender. Furthermore, For the better understanding of different type of foreign languages and its empowerment to discover the solution to research problem take a notice of these objectives and can formulate as followings: To know the different type of foreign language and how it affect the student’s performance and measure the ability of their efficiency.

  10. An Analysis of Social Network Websites for Language Learning: Implications for Teaching and Learning English as a Second Language

    Science.gov (United States)

    Liu, M.; Abe, K.; Cao, M. W.; Liu, S.; Ok, D. U.; Park, J.; Parrish, C.; Sardegna, V. G.

    2015-01-01

    Although educators are excited about the potential of social network sites for language learning (SNSLL), there is a lack of understanding of how SNSLL can be used to facilitate teaching and learning for English as Second language (ESL) instructors and students. The purpose of this study was to examine the affordances of four selected SNSLL…

  11. A Resource-Oriented Functional Approach to English Language Learning

    Science.gov (United States)

    Li, Jia

    2018-01-01

    This article reports on a case study that investigates the learning preferences and strategies of Chinese students learning English as a second language (ESL) in Canadian school settings. It focuses on the interaction between second language (L2) learning methods that the students have adopted from their previous learning experience in China and…

  12. Reflections on foreign language study for students with language learning problems: research, issues and challenges.

    Science.gov (United States)

    Ganschow, L; Sparks, R L

    2000-01-01

    The study of foreign language (FL) learning for individuals who have found learning to read and write in their first language extremely problematic has been an under-researched area throughout the world. Since the 1980s, Leonore Ganschow and Richard Sparks have conducted pioneering research into the nature of difficulties, why they are encountered and how they can be minimized. In this paper the authors trace the development of their research on foreign language difficulties for students with language learning problems. They provide a summary of their findings and suggest new questions and directions for the field.

  13. Language Learning Strategies: Classification and Pedagogical Implication

    Directory of Open Access Journals (Sweden)

    Ag. Bambang Setiyadi

    2001-01-01

    Full Text Available Many studies have been conducted to explore language learning strategies (Rubin, 1975, Naiman et . al ., 1978; Fillmore, 1979; O'Malley et . al ., 1985 and 1990; Politzer and Groarty, 1985; Prokop, 1989; Oxford, 1990; and Wenden, 1991. In the current study a total of 79 university students participating in a 3 month English course participated. This study attempted to explore what language learning strategies successful learners used and to what extent the strategies contributed to success in learning English in Indonesia . Factor analyses, accounting for 62.1 %, 56.0 %, 41.1 %, and 43.5 % of the varience of speaking, listening, reading and writing measures in the language learning strategy questionnaire, suggested that the questionnaire constituted three constructs. The three constructs were named metacognitive strategies, deep level cognitive and surface level cognitive strategies. Regression analyses, performed using scales based on these factors revealed significant main effects for the use of the language learning strategies in learning English, constituting 43 % of the varience in the posttest English achievement scores. An analysis of varience of the gain scores of the highest, middle, and the lowest groups of performers suggested a greater use of metacognitive strategies among successful learners and a greater use of surface level cognitive strategies among unsuccessful learners. Implications for the classroom and future research are also discussed.

  14. Dyslexia and Learning a Foreign Language: A Personal Experience.

    Science.gov (United States)

    Simon, Charlann S.

    2000-01-01

    This participant observer report reviews research on how dyslexia complicates learning a second language, a description of how dyslexia has affected educational experiences, personal experiences learning a foreign language, and recommendations to individuals with dyslexia who are faced with fulfilling a foreign language requirement and their…

  15. Mobile-Assisted Language Learning: Student Attitudes to Using Smartphones to Learn English Vocabulary

    Science.gov (United States)

    Davie, Neil; Hilber, Tobias

    2015-01-01

    This project examines mobile-assisted language learning (MALL) and in particular the attitudes of undergraduate engineering students at the South Westphalia University of Applied Sciences towards the use of the smartphone app Quizlet to learn English vocabulary. Initial data on attitudes to learning languages and to the use of mobile devices to do…

  16. Second foreign language learning strategies and their variations across language proficiency levels among Iranian EFL learners

    Directory of Open Access Journals (Sweden)

    Pazhakh, A

    2006-07-01

    Full Text Available The present study has attempted to determine weather there is any relationship between language learning strategies employed by language learners, and if so what relationship exists between them. Furthermore, it has tried to investigate what effective and useful strategies the learners employ while learning English as a foreign language correspondent with their proficiency levels. A simulated TOEFL (REA, 1993 test was initially administered to classify the learners into three classes of proficiency levels. Oxford‟s Strategy Inventory, SILL, (Oxford, 1990 was used to determine the frequency of the language learning strategies applied by learners. The results of this study provide confirmation of previous research findings concerning the direct relationship between language learning strategies and language proficiency level, and represent the types of the strategies adopted by advanced, intermediate and elementary language learners. The implications of this study are to suggest both the metacognitive compensatory strategies, the most frequent strategies employed by advanced learners be instructed to the language learners in order to upgrade their proficiency level.

  17. Second Language Experience Facilitates Statistical Learning of Novel Linguistic Materials.

    Science.gov (United States)

    Potter, Christine E; Wang, Tianlin; Saffran, Jenny R

    2017-04-01

    Recent research has begun to explore individual differences in statistical learning, and how those differences may be related to other cognitive abilities, particularly their effects on language learning. In this research, we explored a different type of relationship between language learning and statistical learning: the possibility that learning a new language may also influence statistical learning by changing the regularities to which learners are sensitive. We tested two groups of participants, Mandarin Learners and Naïve Controls, at two time points, 6 months apart. At each time point, participants performed two different statistical learning tasks: an artificial tonal language statistical learning task and a visual statistical learning task. Only the Mandarin-learning group showed significant improvement on the linguistic task, whereas both groups improved equally on the visual task. These results support the view that there are multiple influences on statistical learning. Domain-relevant experiences may affect the regularities that learners can discover when presented with novel stimuli. Copyright © 2016 Cognitive Science Society, Inc.

  18. Using principles of learning to inform language therapy design for children with specific language impairment.

    Science.gov (United States)

    Alt, Mary; Meyers, Christina; Ancharski, Alexandra

    2012-01-01

    Language treatment for children with specific language impairment (SLI) often takes months to achieve moderate results. Interventions often do not incorporate the principles that are known to affect learning in unimpaired learners. To outline some key findings about learning in typical populations and to suggest a model of how they might be applied to language treatment design as a catalyst for further research and discussion. Three main principles of implicit learning are reviewed: variability, complexity and sleep-dependent consolidation. After explaining these principles, evidence is provided as to how they influence learning tasks in unimpaired learners. Information is reviewed on principles of learning as they apply to impaired populations, current treatment designs are also reviewed that conform to the principles, and ways in which principles of learning might be incorporated into language treatment design are demonstrated. This paper provides an outline for how theoretical knowledge might be applied to clinical practice in an effort to promote discussion. Although the authors look forward to more specific details on how the principles of learning relate to impaired populations, there is ample evidence to suggest that these principles should be considered during treatment design. © 2012 Royal College of Speech and Language Therapists.

  19. Weblogs For English Language Learning: Students’ Perceptions

    OpenAIRE

    WAN, Juida

    2011-01-01

    The digital explosion of information on the Internet has resulted in a need for a new and up-to-date way for Digital Natives to learn English. Educators have reported numerous benefits of using weblogs in English language learning. This article presents a small scale study on the use of weblogs for English language learning at tertiary level in Malaysia. Twenty six students kept weblogs for a duration of a semester. This study investigated how students perceived the use of weblogs for Eng...

  20. Artificial Intelligence and Second Language Learning: An Efficient Approach to Error Remediation

    Science.gov (United States)

    Dodigovic, Marina

    2007-01-01

    While theoretical approaches to error correction vary in the second language acquisition (SLA) literature, most sources agree that such correction is useful and leads to learning. While some point out the relevance of the communicative context in which the correction takes place, others stress the value of consciousness-raising. Trying to…

  1. Neural signatures of second language learning and control.

    Science.gov (United States)

    Bartolotti, James; Bradley, Kailyn; Hernandez, Arturo E; Marian, Viorica

    2017-04-01

    Experience with multiple languages has unique effects on cortical structure and information processing. Differences in gray matter density and patterns of cortical activation are observed in lifelong bilinguals compared to monolinguals as a result of their experience managing interference across languages. Monolinguals who acquire a second language later in life begin to encounter the same type of linguistic interference as bilinguals, but with a different pre-existing language architecture. The current study used functional magnetic resonance imaging to explore the beginning stages of second language acquisition and cross-linguistic interference in monolingual adults. We found that after English monolinguals learned novel Spanish vocabulary, English and Spanish auditory words led to distinct patterns of cortical activation, with greater recruitment of posterior parietal regions in response to English words and of left hippocampus in response to Spanish words. In addition, cross-linguistic interference from English influenced processing of newly-learned Spanish words, decreasing hippocampus activity. Results suggest that monolinguals may rely on different memory systems to process a newly-learned second language, and that the second language system is sensitive to native language interference. Copyright © 2016 Elsevier Ltd. All rights reserved.

  2. DBPQL: A view-oriented query language for the Intel Data Base Processor

    Science.gov (United States)

    Fishwick, P. A.

    1983-01-01

    An interactive query language (BDPQL) for the Intel Data Base Processor (DBP) is defined. DBPQL includes a parser generator package which permits the analyst to easily create and manipulate the query statement syntax and semantics. The prototype language, DBPQL, includes trace and performance commands to aid the analyst when implementing new commands and analyzing the execution characteristics of the DBP. The DBPQL grammar file and associated key procedures are included as an appendix to this report.

  3. Skype me! Socially Contingent Interactions Help Toddlers Learn Language

    Science.gov (United States)

    Roseberry, Sarah; Hirsh-Pasek, Kathy; Golinkoff, Roberta Michnick

    2013-01-01

    Language learning takes place in the context of social interactions, yet the mechanisms that render social interactions useful for learning language remain unclear. This paper focuses on whether social contingency might support word learning. Toddlers aged 24- to 30-months (N=36) were exposed to novel verbs in one of three conditions: live interaction training, socially contingent video training over video chat, and non-contingent video training (yoked video). Results suggest that children only learned novel verbs in socially contingent interactions (live interactions and video chat). The current study highlights the importance of social contingency in interactions for language learning and informs the literature on learning through screen media as the first study to examine word learning through video chat technology. PMID:24112079

  4. Task-based Language Learning in Bilingual Montessori Elementary Schools: Customizing Foreign Language Learning and Promoting L2 Speaking Skills

    Directory of Open Access Journals (Sweden)

    Jana Winnefeld

    2012-01-01

    Full Text Available Foreign language learning has been a part of German elementary schools for several years now. Montessori schools focusing on individual learning, i.e. mostly independent from the teacher and based on auto-education, interest, and free choice, are also asked to teach an L2. The original lack of a concept of L2 learning for this environment has brought forth different approaches. Bilingual education seems to be feasible and applicable in Montessori education. The downside to this is that even in a bilingual classroom the Montessori way of learning may not allow for very much oral production of the foreign language. The role of L2 production (cf. Swain 1985, 1995, 2005 for language acquisition has been theoretically claimed and empirically investigated. Output can have a positive influence on L2 learning (cf. e.g. Izumi 2002, Keck et al. 2006. This also applies to interaction (cf. Long 1996, where negotiation of meaning and modified output are factors supporting L2 development (cf. e.g. de la Fuente 2002, McDonough 2005. Task-based Language Learning (TBLL presents itself as one way to promote oral language production and to provide opportunities for meaning-negotiation. Especially tasks with required information exchange and a closed outcome have been shown to be beneficial for the elicitation of negotiation of meaning and modified output. This paper argues that TBLL is a promising approach for the facilitation of L2 production and thus the development of speaking skills in a Montessori context. It also hypothesizes that TBLL can be implemented in a bilingual Montessori environment while still making the Montessori way of learning possible. Different tasks on various topics, examples of which are presented in this article, can lay the foundation for this. Offering such tasks in a bilingual Montessori elementary classroom promises to foster language production and the use of communication strategies like negotiation of meaning, both being

  5. THE HISTORICAL DEVELOPMENT OF TEACHING RUSSIAN LANGUAGE AS A FOREIGN LANGUAGE

    Directory of Open Access Journals (Sweden)

    Zulfiya SAHIN

    2014-05-01

    Full Text Available The purpose of this research is to explicate teaching of Russian as a foreign language throughout history: to identify the main achievements of the field, to determine methods and materials used in this area, to trace the developing process from the very begging till present days, when teaching Russian language as a foreign language became a separate specific discipline. To achieve the set purposes mentioned above the known nowadays studies on the field of teaching and learning Russian as a foreign language were investigated. Basing on obtained sources, the history of teaching Russian language as a foreign language was divided into two periods: before and after becoming separate discipline. In the article not only the main features, such as theories, methods, sources of each period were studied, but also history of teaching Russian language as a foreign language was evaluated as a unified process. Keywords: Teaching-Learning activities, Russian as a Foreign Language, Historical linguistic process

  6. Visualization Analytics for Second Language Vocabulary Learning in Virtual Worlds

    Science.gov (United States)

    Hsiao, Indy Y. T.; Lan, Yu-Ju; Kao, Chia-Ling; Li, Ping

    2017-01-01

    Language learning occurring in authentic contexts has been shown to be more effective. Virtual worlds provide simulated contexts that have the necessary elements of authentic contexts for language learning, and as a result, many studies have adopted virtual worlds as a useful platform for language learning. However, few studies so far have…

  7. An Intelligent Computer Assisted Language Learning System for Arabic Learners

    Science.gov (United States)

    Shaalan, Khaled F.

    2005-01-01

    This paper describes the development of an intelligent computer-assisted language learning (ICALL) system for learning Arabic. This system could be used for learning Arabic by students at primary schools or by learners of Arabic as a second or foreign language. It explores the use of Natural Language Processing (NLP) techniques for learning…

  8. Second Language Word Learning through Repetition and Imitation: Functional Networks as a Function of Learning Phase and Language Distance.

    Science.gov (United States)

    Ghazi-Saidi, Ladan; Ansaldo, Ana Ines

    2017-01-01

    Introduction and Aim : Repetition and imitation are among the oldest second language (L2) teaching approaches and are frequently used in the context of L2 learning and language therapy, despite some heavy criticism. Current neuroimaging techniques allow the neural mechanisms underlying repetition and imitation to be examined. This fMRI study examines the influence of verbal repetition and imitation on network configuration. Integration changes within and between the cognitive control and language networks were studied, in a pair of linguistically close languages (Spanish and French), and compared to our previous work on a distant language pair (Ghazi-Saidi et al., 2013). Methods : Twelve healthy native Spanish-speaking (L1) adults, and 12 healthy native Persian-speaking adults learned 130 new French (L2) words, through a computerized audiovisual repetition and imitation program. The program presented colored photos of objects. Participants were instructed to look at each photo and pronounce its name as closely as possible to the native template (imitate). Repetition was encouraged as many times as necessary to learn the object's name; phonological cues were provided if necessary. Participants practiced for 15 min, over 30 days, and were tested while naming the same items during fMRI scanning, at week 1 (shallow learning phase) and week 4 (consolidation phase) of training. To compare this set of data with our previous work on Persian speakers, a similar data analysis plan including accuracy rates (AR), response times (RT), and functional integration values for the language and cognitive control network at each measure point was included, with further L1-L2 direct comparisons across the two populations. Results and Discussion : The evidence shows that learning L2 words through repetition induces neuroplasticity at the network level. Specifically, L2 word learners showed increased network integration after 3 weeks of training, with both close and distant language

  9. Specific developmental disorders. The language-learning continuum.

    Science.gov (United States)

    Swank, L K

    1999-01-01

    The goal of this article is to inform and educate those who work with children who present with language-learning disorders about phonologic processing deficits, because this area has been shown to have a significant impact on children and adults who exhibit reading disabilities. Mental health professionals who work with children with reading problems need to be aware of what is known about this source of reading disorders and the implications of this knowledge for prevention and treatment. Advocating for appropriate instruction for children with reading problems is an important role mental health professionals can play in working with this population.

  10. Pragmatics & Language Learning. Volume 14

    Science.gov (United States)

    Bardovi-Harlig, Kathleen, Ed.; Félix-Brasdefer, J. César, Ed.

    2016-01-01

    This volume contains a selection of papers presented at the 2014 International Conference of Pragmatics and Language Learning at Indiana University. It includes fourteen papers on a variety of topics, with a diversity of first and second languages, and a wide range of methods used to collect pragmatic data in L2 and FL settings. This volume is…

  11. Preferred Learning Styles in the Second Language Classroom.

    Science.gov (United States)

    Cincotta, Madeline Strong

    1998-01-01

    Outlines the preferred learning styles of students studying second languages, offering suggestions for their application in second-language classrooms. The paper describes the right-brain/left-brain theory and how the two brain hemispheres are involved in learning; presents four classroom strategies (diversification, contextualization,…

  12. Language Learning of Gifted Individuals: A Content Analysis Study

    Directory of Open Access Journals (Sweden)

    Beria Gokaydin

    2017-11-01

    Full Text Available This study aims to carry out a content analysis of the studies on language learning of gifted individuals and determine the trends in this field. Articles on language learning of gifted individuals published in the Scopus database were examined based on certain criteria including type of publication, year of publication, language, research discipline, countries of research, institutions of authors, key words, and resources. Data were analyzed with the content analysis method. Results showed that the number of studies on language learning of gifted individuals has increased throughout the years. Recommendations for further research and practices are provided.

  13. A Review of Integrating Mobile Phones for Language Learning

    Science.gov (United States)

    Darmi, Ramiza; Albion, Peter

    2014-01-01

    Mobile learning (m-learning) is gradually being introduced in language classrooms. All forms of mobile technology represent portability with smarter features. Studies have proven the concomitant role of technology beneficial for language learning. Various features in the technology have been exploited and researched for acquiring and learning…

  14. Early Language Learning and the Social Brain.

    Science.gov (United States)

    Kuhl, Patricia K

    2014-01-01

    Explaining how every typically developing child acquires language is one of the grand challenges of cognitive neuroscience. Historically, language learning provoked classic debates about the contributions of innately specialized as opposed to general learning mechanisms. Now, new data are being brought to bear from studies that employ magnetoencephalograph (MEG), electroencephalograph (EEG), magnetic resonance imaging (MRI), and diffusion tensor imaging (DTI) studies on young children. These studies examine the patterns of association between brain and behavioral measures. The resulting data offer both expected results and surprises that are altering theory. As we uncover what it means to be human through the lens of young children, and their ability to speak, what we learn will not only inform theories of human development, but also lead to the discovery of neural biomarkers, early in life, that indicate risk for language impairment and allow early intervention for children with developmental disabilities involving language. Copyright © 2014 Cold Spring Harbor Laboratory Press; all rights reserved.

  15. Statistical learning in a natural language by 8-month-old infants.

    Science.gov (United States)

    Pelucchi, Bruna; Hay, Jessica F; Saffran, Jenny R

    2009-01-01

    Numerous studies over the past decade support the claim that infants are equipped with powerful statistical language learning mechanisms. The primary evidence for statistical language learning in word segmentation comes from studies using artificial languages, continuous streams of synthesized syllables that are highly simplified relative to real speech. To what extent can these conclusions be scaled up to natural language learning? In the current experiments, English-learning 8-month-old infants' ability to track transitional probabilities in fluent infant-directed Italian speech was tested (N = 72). The results suggest that infants are sensitive to transitional probability cues in unfamiliar natural language stimuli, and support the claim that statistical learning is sufficiently robust to support aspects of real-world language acquisition.

  16. Language Learning of Gifted Individuals: A Content Analysis Study

    Science.gov (United States)

    Gokaydin, Beria; Baglama, Basak; Uzunboylu, Huseyin

    2017-01-01

    This study aims to carry out a content analysis of the studies on language learning of gifted individuals and determine the trends in this field. Articles on language learning of gifted individuals published in the Scopus database were examined based on certain criteria including type of publication, year of publication, language, research…

  17. Formulaic Sequences and the Implications for Second Language Learning

    Science.gov (United States)

    Xu, Qi

    2016-01-01

    The present paper is a review of literature in relation to formulaic sequences and the implications for second language learning. The formulaic sequence is a significant part of our language, and plays an essential role in both first and second language learning. The paper first introduces the definition, classifications, and major features of…

  18. Skype me! Socially contingent interactions help toddlers learn language.

    Science.gov (United States)

    Roseberry, Sarah; Hirsh-Pasek, Kathy; Golinkoff, Roberta M

    2014-01-01

    Language learning takes place in the context of social interactions, yet the mechanisms that render social interactions useful for learning language remain unclear. This study focuses on whether social contingency might support word learning. Toddlers aged 24-30 months (N = 36) were exposed to novel verbs in one of three conditions: live interaction training, socially contingent video training over video chat, and noncontingent video training (yoked video). Results suggest that children only learned novel verbs in socially contingent interactions (live interactions and video chat). This study highlights the importance of social contingency in interactions for language learning and informs the literature on learning through screen media as the first study to examine word learning through video chat technology. © 2013 The Authors. Child Development © 2013 Society for Research in Child Development, Inc.

  19. TYPES OF LANGUAGE LEARNING STRATEGIES USED BY TERTIARY ENGLISH MAJORS

    OpenAIRE

    TAN KHYE CHUIN; SARJIT KAUR

    2015-01-01

    This study investigated the types of language learning strategies used by 73 English majors from the School of Humanities in Universiti Sains Malaysia. Using questionnaires adopted from Oxford’s (1990) Strategy Inventory of Language Learning (SILL) and focus group interviews, the study also examined the English major students’ perceptions of using language learning strategies while learning English. The results revealed that the English majors were generally high users of all six types of lan...

  20. Language Learning Strategies used by Students learning Kiswahili1 ...

    African Journals Online (AJOL)

    Success in learning a second language nevertheless an African language has proven a tremendous effort on the part of foreign adult learners enrolled in universities. Motivation and attitude as well as the strategies used by the learners themselves play an important role. However, the greatest challenge for this group of ...

  1. Students' Evaluation of Their English Language Learning Experience

    Science.gov (United States)

    Maizatulliza, M.; Kiely, R.

    2017-01-01

    In the field of English language teaching and learning, there is a long history of investigating students' performance while they are undergoing specific learning programmes. This research study, however, focused on students' evaluation of their English language learning experience after they have completed their programme. The data were gathered…

  2. Some psycholinguistic conditions for second language learning

    Directory of Open Access Journals (Sweden)

    Bernard Spolsky

    2013-02-01

    Full Text Available The author discusses some psycho linguistic conditions for second language learning based on a preference rr ode! in linguistics. The outcome of second language learning depends on a number of conditions. Second language learning takes place in a social context, and social conditions determine a learner's attitudes. These attitudes are twofold in nature, namely those towards the community speaking the target language and those towards the learning situation. The two kinds of attitudes lead to motivation. The social context also provides opportunities for language learning and can be divided into formal and informal situations. There are also individual conditions of the learner. The author is concerned with the exploration of several specific psycholinguistic factors, as well as the kinds of rules which they contribute to the theory. Die skrywer bespreek enkele psigolinguistiese voorwaardes vir die aanleer van 'n tweede taal, gebaseer op 'n voorkeurmodel in die l!nguistiek. Die aanleer van 'n tweede taal geskied bin ne 'n sosiale konteks, en sosiale omstandighede bepaal 'n leerder se houding. Hierdie houding kan bestaan ten opsigte van die gemeenskap wat die teikentaal praat, sowel as ten opsigte van die leersituasie. Motivering word bepaal deur hierdie tweeledige houding. Die sosiale konteks bepaal ook geleenthede vir die aanleer van 'n taal en kan verdeel word in forme le en informele situasies. Verder is daar die individuele omstandighede van elke leerder. Die skrywer hou horn besig met 'n verkenning van spesifieke psigolinguistiese faktore, sowel as die soort reels wat hydra tot die teorie.

  3. Speed up of XML parsers with PHP language implementation

    Science.gov (United States)

    Georgiev, Bozhidar; Georgieva, Adriana

    2012-11-01

    In this paper, authors introduce PHP5's XML implementation and show how to read, parse, and write a short and uncomplicated XML file using Simple XML in a PHP environment. The possibilities for mutual work of PHP5 language and XML standard are described. The details of parsing process with Simple XML are also cleared. A practical project PHP-XML-MySQL presents the advantages of XML implementation in PHP modules. This approach allows comparatively simple search of XML hierarchical data by means of PHP software tools. The proposed project includes database, which can be extended with new data and new XML parsing functions.

  4. Native language change during early stages of second language learning.

    Science.gov (United States)

    Bice, Kinsey; Kroll, Judith F

    2015-11-11

    Research on proficient bilinguals has demonstrated that both languages are always active, even when only one is required. The coactivation of the two languages creates both competition and convergence, facilitating the processing of cognate words, but slowing lexical access when there is a requirement to engage control mechanisms to select the target language. Critically, these consequences are evident in the native language (L1) as well as in the second language (L2). The present study questioned whether L1 changes can be detected at early stages of L2 learning and how they are modulated by L2 proficiency. Native English speakers learning Spanish performed an English (L1) lexical decision task that included cognates while event-related potentials were recorded. They also performed verbal fluency, working memory, and inhibitory control tasks. A group of matched monolinguals performed the same tasks in English only. The results revealed that intermediate learners demonstrate a reduced N400 for cognates compared with noncognates in English (L1), and an emerging effect is visually present in beginning learners as well; however, no behavioral cognate effect was present for either group. In addition, slower reaction times in English (L1) are related to a larger cognate N400 magnitude in English (L1) and Spanish (L2), and to better inhibitory control for learners but not for monolinguals. The results suggest that contrary to the claim that L2 affects L1 only when L2 speakers are highly proficient, L2 learning begins to impact L1 early in the development of the L2 skill.

  5. Surveying and Modeling Students' Motivation and Learning Strategies for Mobile-Assisted Seamless Chinese Language Learning

    Science.gov (United States)

    Chai, Ching Sing; Wong, Lung-Hsiang; King, Ronnel B.

    2016-01-01

    Seamless language learning promises to be an effective learning approach that addresses the limitations of classroom-only language learning. It leverages mobile technologies to facilitate holistic and perpetual learning experiences that bridge different locations, times, technologies or social settings. Despite the emergence of studies on seamless…

  6. Deep Learning in Open Source Learning Streams

    DEFF Research Database (Denmark)

    Kjærgaard, Thomas

    2016-01-01

    This chapter presents research on deep learning in a digital learning environment and raises the question if digital instructional designs can catalyze deeper learning than traditional classroom teaching. As a theoretical point of departure the notion of ‘situated learning’ is utilized...... and contrasted to the notion of functionalistic learning in a digital context. The mechanism that enables deep learning in this context is ‘The Open Source Learning Stream’. ‘The Open Source Learning Stream’ is the notion of sharing ‘learning instances’ in a digital space (discussion board, Facebook group......, unistructural, multistructural or relational learning. The research concludes that ‘The Open Source Learning Stream’ can catalyze deep learning and that there are four types of ‘Open Source Learning streams’; individual/ asynchronous, individual/synchronous, shared/asynchronous and shared...

  7. Dictionary Usage in English Language Learning

    OpenAIRE

    Rohmatillah, Rohmatillah

    2016-01-01

    This article examined about the important of using dictionary in English language learning. We cannot deny in learning a foreign language, we need to consult a dictionary. It is supported by Laufer in Koca believes that when word looks familiar but the sentence in which it is found or its wider context makes no sense at all, the learner should be encouraged to consult a dictionary. Sometimes the learners are reluctant to find out the other meaning of word from dictionary, as a result the mea...

  8. Emerging Technologies for Autonomous Language Learning

    Directory of Open Access Journals (Sweden)

    Mark Warschauer

    2011-09-01

    Full Text Available Drawing on a lengthier review completed for the US National Institute for Literacy, this paper examines emerging technologies that are applicable to self-access and autonomous learning in the areas of listening and speaking, collaborative writing, reading and language structure, and online interaction. Digital media reviewed include podcasts, blogs, wikis, online writing sites, text-scaffolding software, concordancers, multiuser virtual environments, multiplayer games, and chatbots. For each of these technologies, we summarize recent research and discuss possible uses for autonomous language learning.

  9. E-Learning Turkish Language and Grammar: Analyzing Learners' Behavior

    Science.gov (United States)

    Georgalas, Panagiotis

    2012-01-01

    This study analyses the behavior and the preferences of the Greek learners of Turkish language, who use a particular e-learning website in parallel with their studies, namely: http://turkish.pgeorgalas.gr. The website offers free online material in Greek and English language for learning the Turkish language and grammar. The traffic of several…

  10. The method of global learning in teaching foreign languages

    Directory of Open Access Journals (Sweden)

    Tatjana Dragovič

    2001-12-01

    Full Text Available The authors describe the method of global learning of foreign languages, which is based on the principles of neurolinguistic programming (NLP. According to this theory, the educator should use the method of the so-called periphery learning, where students learn relaxation techniques and at the same time they »incidentally « or subconsciously learn a foreign language. The method of global learning imitates successful strategies of learning in early childhood and therefore creates a relaxed attitude towards learning. Global learning is also compared with standard methods.

  11. Game Based Language Learning for Bilingual Adults

    DEFF Research Database (Denmark)

    Hautopp, Heidi; Hanghøj, Thorkild

    2014-01-01

    experiences with the central goals in communicative language teaching (CLT). The paper is based on a study of The Danish Simulator when integrated in a game‐based language course with 15 students at a language center in Copenhagen during spring, 2013. The Danish Simulator consists of language drills......, the analysis presents preliminary findings in relation to students’ different experiences of The Danish Simulator and the teacher’s redesign of the game based teaching. It is concluded that the meaningful use of The Danish Simulator in a game‐based language course for bilingual adults depends on the students......What happens when a single‐player training game enters a classroom context? The use of training activities in game‐based learning (GBL) has often been criticized for letting players perform mechanical operations with no reflection upon the learning experiences involved (e.g. Egenfeldt‐Nielsen, 2005...

  12. Mobile Collaborative Language Learning: State of the Art

    Science.gov (United States)

    Kukulska-Hulme, Agnes; Viberg, Olga

    2018-01-01

    This paper presents a review of mobile collaborative language learning studies published in 2012-16 with the aim to improve understanding of how mobile technologies have been used to support collaborative learning among second and foreign language students. We identify affordances, general pedagogical approaches, second- and foreign-language…

  13. The Effects of Foreign Language Learning on Creativity

    Science.gov (United States)

    Ghonsooly, Behzad; Showqi, Sara

    2012-01-01

    The present study investigates the possible influence of foreign language learning on individuals' divergent thinking abilities. Unlike the large body of research devoted to unfolding the effect of bilingualism on cognitive functions, foreign language learning has gained little attention. This study aimed at bringing into attention the distinctive…

  14. Malaysian Gifted Students' Use of English Language Learning Strategies

    Science.gov (United States)

    Yunus, Melor Md; Sulaiman, Nur Ainil; Embi, Mohammed Amin

    2013-01-01

    Many studies have been done on language learning strategies employed by different type of learners and in various contexts. However, very little studies have been done on gifted students regarding language learning. Gifted students have unique characteristics and have different ways of thinking and learning. These characteristics affect how they…

  15. Social Interaction Affects Neural Outcomes of Sign Language Learning As a Foreign Language in Adults.

    Science.gov (United States)

    Yusa, Noriaki; Kim, Jungho; Koizumi, Masatoshi; Sugiura, Motoaki; Kawashima, Ryuta

    2017-01-01

    Children naturally acquire a language in social contexts where they interact with their caregivers. Indeed, research shows that social interaction facilitates lexical and phonological development at the early stages of child language acquisition. It is not clear, however, whether the relationship between social interaction and learning applies to adult second language acquisition of syntactic rules. Does learning second language syntactic rules through social interactions with a native speaker or without such interactions impact behavior and the brain? The current study aims to answer this question. Adult Japanese participants learned a new foreign language, Japanese sign language (JSL), either through a native deaf signer or via DVDs. Neural correlates of acquiring new linguistic knowledge were investigated using functional magnetic resonance imaging (fMRI). The participants in each group were indistinguishable in terms of their behavioral data after the instruction. The fMRI data, however, revealed significant differences in the neural activities between two groups. Significant activations in the left inferior frontal gyrus (IFG) were found for the participants who learned JSL through interactions with the native signer. In contrast, no cortical activation change in the left IFG was found for the group who experienced the same visual input for the same duration via the DVD presentation. Given that the left IFG is involved in the syntactic processing of language, spoken or signed, learning through social interactions resulted in an fMRI signature typical of native speakers: activation of the left IFG. Thus, broadly speaking, availability of communicative interaction is necessary for second language acquisition and this results in observed changes in the brain.

  16. Language Acquisition and Language Learning: Developing the System of External and Internal Perspectives

    Science.gov (United States)

    Zascerinska, Jelena

    2010-01-01

    Introduction. The use of three-five languages is of the greatest importance in order to form varied cooperative networks for the creation of new knowledge. Aim of the paper is to analyze the synergy between language acquisition and language learning. Materials and Methods. The search for the synergy between language acquisition and language…

  17. MUET Preparation Language Learning Strategies

    Directory of Open Access Journals (Sweden)

    Yoong Li Kuen

    2012-01-01

    Full Text Available The main objective of the study was to examine the English language learning strategies (LLS used by Lower Six students in secondary schools who are sitting for their MUET test. It analyzed the language learning strategies that students use in order to prepare for the MUET test. Data were collected using a survey questionnaire with 300 students. The instrument used in this study called “MUET Preparation Language Strategy Use Inventory” is an adapted and bilingual questionnaire designed by Cohen, Oxford and Chi (2005 known as Language Strategy Use Inventory. Forty items were analyzed and they comprised of the four skills tested in MUET which is listening, speaking, reading and writing. Data were analyzed by performing frequency analysis. The findings revealed that the listening skill is the most frequently used, while the writing skill is the least frequently used. Only the listening skill has high frequency of use, while the reading, speaking and writing skills fall under the range of moderate frequency of use. There were variations in responses with regard to the use of LLS among Form Six students in secondary schools. The findings had practical implications.

  18. Toward Mobile Assisted Language Learning Apps for Professionals That Integrate Learning into the Daily Routine

    Science.gov (United States)

    Pareja-Lora, Antonio; Arús-Hita, Jorge; Read, Timothy; Rodríguez-Arancón, Pilar; Calle-Martínez, Cristina; Pomposo, Lourdes; Martín-Monje, Elena; Bárcena, Elena

    2013-01-01

    In this short paper, we present some initial work on Mobile Assisted Language Learning (MALL) undertaken by the ATLAS research group. ATLAS embraced this multidisciplinary field cutting across Mobile Learning and Computer Assisted Language Learning (CALL) as a natural step in their quest to find learning formulas for professional English that…

  19. Autonomy and independence in language learning

    CERN Document Server

    Benson, Phil

    2014-01-01

    The topics of autonomy and independence play an increasingly important role in language education. They raise issues such as learners' responsibility for their own learning, and their right to determine the direction of their own learning, the skills which can be learned and applied in self-directed learning and capacity for independent learning and the extents to which this can be suppressed by institutional education. This volume offers new insights into the principles of autonomy and independence and the practices associated with them focusing on the area of EFL teaching. The editors' introduction provides the context and outlines the main issues involved in autonomy and independence. Later chapters discuss the social and political implications of autonomy and independence and their effects on educational structures. The consequences for the design of learner-centred materials and methods is discussed, together with an exploration of the practical ways of implementing autonomy and independence in language ...

  20. The Linguistic Landscape as a Learning Space for Contextual Language Learning

    Science.gov (United States)

    Aladjem, Ruthi; Jou, Bibiana

    2016-01-01

    One of the challenges of teaching and learning a foreign language is that students are not being sufficiently exposed to the target language. However, it is quite common to find linguistic and cultural exponents of different foreign languages in authentic contexts (termed the "Linguistic landscape"). Using the Linguistic landscape as a…

  1. Minority Languages Learned Informally: The Social Construction of Language Skills through the Discourse of Ontario Employers. NALL Working Paper.

    Science.gov (United States)

    Goldberg, Michelle; Corson, David

    Many immigrants, refugees, and aboriginal Canadians learn their own languages in the normal, informal way. These minority languages learned informally are not valued as a skill that yields returns in the labor market in the same way the official languages or formally learned languages do. What counts as a skill in a society, in a given point in…

  2. Modeling the language learning strategies and English language proficiency of pre-university students in UMS: A case study

    Science.gov (United States)

    Kiram, J. J.; Sulaiman, J.; Swanto, S.; Din, W. A.

    2015-10-01

    This study aims to construct a mathematical model of the relationship between a student's Language Learning Strategy usage and English Language proficiency. Fifty-six pre-university students of University Malaysia Sabah participated in this study. A self-report questionnaire called the Strategy Inventory for Language Learning was administered to them to measure their language learning strategy preferences before they sat for the Malaysian University English Test (MUET), the results of which were utilised to measure their English language proficiency. We attempted the model assessment specific to Multiple Linear Regression Analysis subject to variable selection using Stepwise regression. We conducted various assessments to the model obtained, including the Global F-test, Root Mean Square Error and R-squared. The model obtained suggests that not all language learning strategies should be included in the model in an attempt to predict Language Proficiency.

  3. Enlightenment From Motivation In Foreign Language Learning

    Institute of Scientific and Technical Information of China (English)

    张楠

    2015-01-01

    This paper selects one of classifications of motivation in foreign language learning,that is,instrumental and integrative motivation.By analyzing such a distinction,it hopes to direct foreign language teaching in China.

  4. Computer-Assisted Language Learning: Diversity in Research and Practice

    Science.gov (United States)

    Stockwell, Glenn, Ed.

    2012-01-01

    Computer-assisted language learning (CALL) is an approach to teaching and learning languages that uses computers and other technologies to present, reinforce, and assess material to be learned, or to create environments where teachers and learners can interact with one another and the outside world. This book provides a much-needed overview of the…

  5. OBJECTIVES AND PROCESSES OF SECOND LANGUAGE LEARNING.

    Science.gov (United States)

    SIZEMORE, MAMIE

    THE OBJECTIVES OF SECOND LANGUAGE TEACHING, AND SPECIFIC DIRECTIONS FOR PRESENTING AND DRILLING STRUCTURES BY THE USE OF CERTAIN GESTURES, WERE PRESENTED. RECOMMENDATIONS FOR CONCENTRATING EFFORTS ON THE ESSENTIALS OF LANGUAGE LEARNING REVOLVED AROUND AN EMPHASIS ON THE TEACHING OF THE LANGUAGE ITSELF RATHER THAN ABOUT ITS HISTORY, VOCABULARY,…

  6. ‘ELENA goes mobile’: a mobile assisted early language learning pilot for familiarizing children with neighbouring languages

    NARCIS (Netherlands)

    Rusman, Ellen; Ternier, Stefaan; Sassen, Derk

    2013-01-01

    Rusman, E., Ternier, S., & Sassen, D. (2013). ‘ELENA goes mobile’: a mobile assisted early language learning pilot for familiarizing children with neighbouring languages. In Pixel (Ed.), Proceedings of ICT for Language Learning, Conference Proceedings 2013, 6th Conference edition (pp. xx-xx).

  7. 'ELENA goes mobile': a mobile assisted early foreign language learning pilot for familiarizing children with neighbouring languages

    NARCIS (Netherlands)

    Rusman, Ellen; Ternier, Stefaan; Sassen, Derk

    2013-01-01

    Rusman, E., Ternier, S., & Sassen, D. (2013, 14-15 November). 'ELENA goes mobile': a mobile assisted early foreign language learning pilot for familiarizing children with neighbouring languages. Presentation (virtual) at the 6th ICT for Language learning Conference, Florence, Italy. (URL of virtual

  8. "Language Learning" Roundtable: Memory and Second Language Acquisition 2012, Hong Kong

    Science.gov (United States)

    Wen, Zhisheng; McNeill, Arthur; Mota, Mailce Borges

    2014-01-01

    Organized under the auspices of the "Language Learning" Roundtable Conference Grant (2012), this seminar aimed to provide an interactive forum for a group of second language acquisition (SLA) researchers with particular interests in cognitive linguistics and psycholinguistics to discuss key theoretical and methodological issues in the…

  9. Design of Feedback in Interactive Multimedia Language Learning Environments

    Directory of Open Access Journals (Sweden)

    Vehbi Türel

    2012-01-01

    Full Text Available In interactive multimedia environments, different digital elements (i. e. video, audio, visuals, text, animations, graphics and glossary can be combined and delivered on the same digital computer screen (TDM 1997: 151, CCED 1987, Brett 1998: 81, Stenton 1998: 11, Mangiafico 1996: 46. This also enables effectively provision and presentation of feedback in pedagogically more efficient ways, which meets not only the requirement of different teaching and learning theories, but also the needs of language learners who vary in their learning-style preferences (Robinson 1991: 156, Peter 1994: 157f.. This study aims to bring out the pedagogical and design principles that might help us to more effectively design and customise feedback in interactive multimedia language learning environments. While so doing, some examples of thought out and customized computerised feedback from an interactive multimedia language learning environment, which were designed and created by the author of this study and were also used for language learning purposes, will be shown.

  10. The prevalence of synaesthesia depends on early language learning.

    Science.gov (United States)

    Watson, Marcus R; Chromý, Jan; Crawford, Lyle; Eagleman, David M; Enns, James T; Akins, Kathleen A

    2017-02-01

    According to one theory, synaesthesia develops, or is preserved, because it helps children learn. If so, it should be more common among adults who faced greater childhood learning challenges. In the largest survey of synaesthesia to date, the incidence of synaesthesia was compared among native speakers of languages with transparent (easier) and opaque (more difficult) orthographies. Contrary to our prediction, native speakers of Czech (transparent) were more likely to be synaesthetes than native speakers of English (opaque). However, exploratory analyses suggested that this was because more Czechs learned non-native second languages, which was strongly associated with synaesthesia, consistent with the learning hypothesis. Furthermore, the incidence of synaesthesia among speakers of opaque languages was double that among speakers of transparent languages other than Czech, also consistent with the learning hypothesis. These findings contribute to an emerging understanding of synaesthetic development as a complex and lengthy process with multiple causal influences. Copyright © 2016. Published by Elsevier Inc.

  11. Self-Efficacy in Second/Foreign Language Learning Contexts

    Science.gov (United States)

    Raoofi, Saeid; Tan, Bee Hoon; Chan, Swee Heng

    2012-01-01

    This study reviews the empirical literature of self-efficacy, a central component of social cognitive theory, in the area of second language learning by focusing on two research questions: first, to what extent, has self-efficacy, as a predicting variable, been explored in the field of second language learning? Second, what factors affect…

  12. Understanding of Foreign Language Learning of Generation Y

    Science.gov (United States)

    Bozavli, Ebubekir

    2016-01-01

    Different generations are constituted depending on social changes and they are designed sociologically as traditional, baby boomer, X, Y and Z. Many studies have been reported on understanding of foreign language learning generation Y. This study aims to realise the gap in and contribute to the research on language learning understanding of…

  13. A longitudinal study of adult foreign language learning

    DEFF Research Database (Denmark)

    Nielsen, Andreas Højlund; Horn, Nynne Thorup; Sørensen, Stine Derdau

    Models of speech learning suggest that adaptations to foreign language sound categories should happen early in the acquisition process. Results from laboratory language training show effects on non-native perception within one to three weeks of training. Results from linguistic immersion studies...... show differences in adaptations when contrasting averages of 1-2 yrs of experience with 6-7 yrs of experience. We investigated this apparent discrepancy in a longitudinal study on Danish language officer cadets learning either Arabic (MSA and Egyptian dialect) or Dari (Afghan Farsi) through intensive...... (emphatic frication) and a phonemic Dari contrast (fricative voicing) as stimuli for both groups. We saw an effect of learning on the Dari learners’ identification of the Dari stimuli already after three weeks of language training, which was sustained, but not improved, after six and 20 months. The extents...

  14. ATTITUDES OF STUDENTS TOWARDS LEARNING OBJECTS IN WEB-BASED LANGUAGE LEARNING

    Directory of Open Access Journals (Sweden)

    Ahmet BASAL

    2012-01-01

    Full Text Available Language education is important in the rapidly changing world. Every year much effort has spent on preparing teaching materials for language education. Since positive attitudes of learners towards a teaching material enhance the effectiveness of that material, it is important to determine the attitudes of learners towards the material used. Learning objects (LOs are a new type of material on which many studies have been conducted in recent years. The aim of this study is to determine the attitudes of students towards LOs in web-based language learning. To this end, the study was conducted in English I Course at the Department of Computer Programming in Kırıkkale University in 2010-2011 Fall Semester. Seventy LOs appropriate for six-week long lecture program were integrated into the Learning Management System (LMS of Kırıkkale University. The study group consisted of 38 students. After the six weeks long implementation period of the study, an attitude scale was administered to the students. The findings indicated that students in web based language education have positive attitudes towards LOs.

  15. The Role of Mother Tongue Literacy in Language Learning and Mathematical Learning: Is There a Multilingual Benefit for Both?

    Science.gov (United States)

    Dahm, Rebecca; De Angelis, Gessica

    2018-01-01

    The present study examines the multilingual benefit in relation to language learning and mathematical learning. The objective is to assess whether speakers of three or more languages, depending on language profile and personal histories, show significant advantages in language learning and/or mathematical learning, and whether mother tongue…

  16. Students with Learning Disabilities in the Foreign Language Learning Environment and the Practice of Exemption

    Science.gov (United States)

    Wight, Mary Caitlin S.

    2015-01-01

    This examination of the literature on foreign, or second, language learning by native English-speaking students with disabilities addresses the benefits of language learning, the practices and policies of language exemption, the perceptions of students and educators regarding those practices, and available resources for supporting students with…

  17. Variability in Second Language Learning: The Roles of Individual Differences, Learning Conditions, and Linguistic Complexity

    Science.gov (United States)

    Tagarelli, Kaitlyn M.; Ruiz, Simón; Vega, José Luis Moreno; Rebuschat, Patrick

    2016-01-01

    Second language learning outcomes are highly variable, due to a variety of factors, including individual differences, exposure conditions, and linguistic complexity. However, exactly how these factors interact to influence language learning is unknown. This article examines the relationship between these three variables in language learners.…

  18. Infant Statistical-Learning Ability Is Related to Real-Time Language Processing

    Science.gov (United States)

    Lany, Jill; Shoaib, Amber; Thompson, Abbie; Estes, Katharine Graf

    2018-01-01

    Infants are adept at learning statistical regularities in artificial language materials, suggesting that the ability to learn statistical structure may support language development. Indeed, infants who perform better on statistical learning tasks tend to be more advanced in parental reports of infants' language skills. Work with adults suggests…

  19. Foreign language learning in immersive virtual environments

    Science.gov (United States)

    Chang, Benjamin; Sheldon, Lee; Si, Mei; Hand, Anton

    2012-03-01

    Virtual reality has long been used for training simulations in fields from medicine to welding to vehicular operation, but simulations involving more complex cognitive skills present new design challenges. Foreign language learning, for example, is increasingly vital in the global economy, but computer-assisted education is still in its early stages. Immersive virtual reality is a promising avenue for language learning as a way of dynamically creating believable scenes for conversational training and role-play simulation. Visual immersion alone, however, only provides a starting point. We suggest that the addition of social interactions and motivated engagement through narrative gameplay can lead to truly effective language learning in virtual environments. In this paper, we describe the development of a novel application for teaching Mandarin using CAVE-like VR, physical props, human actors and intelligent virtual agents, all within a semester-long multiplayer mystery game. Students travel (virtually) to China on a class field trip, which soon becomes complicated with intrigue and mystery surrounding the lost manuscript of an early Chinese literary classic. Virtual reality environments such as the Forbidden City and a Beijing teahouse provide the setting for learning language, cultural traditions, and social customs, as well as the discovery of clues through conversation in Mandarin with characters in the game.

  20. Learner motivation in teaching and learning Chinese as a foreign language

    DEFF Research Database (Denmark)

    Ruan, Youjin

    -centred method, such as task-based teaching and learning or a method inspired by problem-based learning, can be employed as a motivating methodology to provide a supportive environment for language and culture learning (i.e., Chinese language and culture learning), particularly in an intercultural (or Danish......This PhD study explores the influence of teaching and learning methods on learner motivation in teaching Chinese as a foreign language in an intercultural (or Danish) context and illustrates how the learners are motivated to learn Chinese language and culture through task-based teaching...... and learning in a student-centred learning environment. Both qualitative and mixed methods approaches have been employed to examine learner motivation and the effects of certain teaching and learning methods (i.e. student-centred methods) in a given context. The findings have shown that a student...

  1. Open source software and minority languages: a priceless opportunity

    Directory of Open Access Journals (Sweden)

    Jordi Mas

    2003-04-01

    Full Text Available Open source software is a form of software that gives its users freedom. With the advent of the Internet, open source software has consolidated as a technically viable, financially sustainable alternative to proprietary software. Languages such as Breton, Galician, Gaelic and Catalan have seen very little development in the world of proprietary software because of the limitations imposed. In contrast, in the world of open source software these languages have been developed with notable success. Open source projects of the importance of the Mozilla browser, the GNOME environment and the GNU/Linux system have complete or partial translations in all these languages. Open source software presents an unprecedented opportunity for the development of minority languages, such as Catalan, in new technologies thanks to the freedom that they guarantee us.

  2. Investigating digital native female learners’ attitudes towards paperless language learning

    Directory of Open Access Journals (Sweden)

    Tsoghik Grigoryan

    2018-02-01

    Full Text Available This study is an investigation of paperless language learning in the context of the United Arab Emirates. The purpose of this study was to examine Emirati level 1 English language learners’ attitudes towards the iPad use as a means of language learning. It was done through a cross-sectional survey questionnaire, wholly composed of fixed-choice questions, and through weekly reflective journals that were written by the teachers teaching the groups. The survey collected data through a questionnaire from 80 students who had been exposed to paperless language learning for a duration of 80 teaching periods. The data collected showed positive student attitudes towards iPad implementation as a language learning tool in terms of learner satisfaction, motivation, perceived tool usefulness and learning effectiveness. Reflective journal analysis showed that the digital world presents the students with a direct link between the effort taken and the reward received, whereas the feedback or the reward given by the teachers in the traditional classroom was either too nebulous or too slow to motivate students to keep the pace of progressive learning.

  3. Encouraging Second Language Use in Cooperative Learning Groups

    Directory of Open Access Journals (Sweden)

    George M Jacobs

    2013-11-01

    Full Text Available This article presents, explains and organizes ideas for promoting students’ use of their second language (this term includes foreign language when they work together in cooperative learning groups. The first part of the article reviews arguments as to whether students of second languages should be encouraged to use their second language with classmates when doing group activities. These arguments are discussed with reference to Second Language Acquisition (SLA theory. Practical issues are also explored. Next, the majority of the article presents ideas on how to promote second language use during peer interaction. Twenty-nine of these ideas are explained. The ideas are organized into five categories: a role for the L1; understanding the issue; creating a conducive climate; providing language support; and the task. It is recommended that teachers use ideas from the literature on cooperative learning when they ask students to interact.

  4. Linking English First Additional Language teaching and learning ...

    African Journals Online (AJOL)

    English as the language of learning, the acquisition of English as second (or even third) language, as well as OBE has been researched before. This study is unique in the way that it addresses the direct influence of the OBE approach on the teaching and learning process in Grade 8 EFAL classrooms. Keywords: English ...

  5. Development of clinical contents model markup language for electronic health records.

    Science.gov (United States)

    Yun, Ji-Hyun; Ahn, Sun-Ju; Kim, Yoon

    2012-09-01

    To develop dedicated markup language for clinical contents models (CCM) to facilitate the active use of CCM in electronic health record systems. Based on analysis of the structure and characteristics of CCM in the clinical domain, we designed extensible markup language (XML) based CCM markup language (CCML) schema manually. CCML faithfully reflects CCM in both the syntactic and semantic aspects. As this language is based on XML, it can be expressed and processed in computer systems and can be used in a technology-neutral way. CCML HAS THE FOLLOWING STRENGTHS: it is machine-readable and highly human-readable, it does not require a dedicated parser, and it can be applied for existing electronic health record systems.

  6. Trans/Languaging and the Triadic Dialogue in Content and Language Integrated Learning (CLIL) Classrooms

    Science.gov (United States)

    Lin, Angel M. Y.; Lo, Yuen Yi

    2017-01-01

    There has been a rich literature on the role of language in learning and on its role in knowledge (co-)construction in the science classroom. This literature, rooted in social semiotics theories and sociocultural theories, discussed research conducted largely in contexts where students are learning content in their first language (L1). In this…

  7. The Interesting Teaching and Learning of Malay Language to Foreign Speakers: Language through Cultures

    Science.gov (United States)

    Baharudin, Mazlina; Ikhsan, Siti Ajar

    2016-01-01

    The interesting teaching and learning of Malay languages is a challenging effort and need a relevant plan to the students' needs especially for the foreign students who already have the basic Indonesian Malay language variation that they have learned for four semesters in their own country, Germany. Therefore, the variety of teaching and learning…

  8. An Exploration of Foreign Language Anxiety and English Learning Motivation

    Directory of Open Access Journals (Sweden)

    Meihua Liu

    2011-01-01

    Full Text Available Perceived to be two important affective variables, anxiety and motivation have been found to be highly correlated to second/foreign language acquisition. In order to examine the relationship between foreign language anxiety, English learning motivation, and performance in English, the present study investigated 980 undergraduate students from three universities in China who answered a 76-item survey. Analyses of the data revealed that (1 the respondents generally did not feel anxious in English and were moderately motivated to learn English, (2 foreign language anxiety and English learning motivation were significantly negatively correlated with each other, and (3 both foreign language anxiety and English learning motivation were significantly correlated with students' performance in English. Among the scales, foreign language classroom anxiety (FLCAS, intrinsic motivation (IntrinM, instrumental motivation (InstruM, fear of being negatively evaluated (FLCAS1, and interest in foreign languages and cultures (IFLC proved to be powerful predictors for the latter.

  9. Learning to read words in a new language shapes the neural organization of the prior languages.

    Science.gov (United States)

    Mei, Leilei; Xue, Gui; Lu, Zhong-Lin; Chen, Chuansheng; Zhang, Mingxia; He, Qinghua; Wei, Miao; Dong, Qi

    2014-12-01

    Learning a new language entails interactions with one׳s prior language(s). Much research has shown how native language affects the cognitive and neural mechanisms of a new language, but little is known about whether and how learning a new language shapes the neural mechanisms of prior language(s). In two experiments in the current study, we used an artificial language training paradigm in combination with an fMRI to examine (1) the effects of different linguistic components (phonology and semantics) of a new language on the neural process of prior languages (i.e., native and second languages), and (2) whether such effects were modulated by the proficiency level in the new language. Results of Experiment 1 showed that when the training in a new language involved semantics (as opposed to only visual forms and phonology), neural activity during word reading in the native language (Chinese) was reduced in several reading-related regions, including the left pars opercularis, pars triangularis, bilateral inferior temporal gyrus, fusiform gyrus, and inferior occipital gyrus. Results of Experiment 2 replicated the results of Experiment 1 and further found that semantic training also affected neural activity during word reading in the subjects׳ second language (English). Furthermore, we found that the effects of the new language were modulated by the subjects׳ proficiency level in the new language. These results provide critical imaging evidence for the influence of learning to read words in a new language on word reading in native and second languages. Copyright © 2014 Elsevier Ltd. All rights reserved.

  10. Transition in Modern Foreign Languages: A Longitudinal Study of Motivation for Language Learning and Second Language Proficiency

    Science.gov (United States)

    Courtney, Louise

    2017-01-01

    The current longitudinal study examines the similarities and differences between primary and secondary foreign language curricula and pedagogy along with the development of motivation for language learning and second language proficiency. Data from 26 English learners of French (aged 10-11) were collected across three times points over a 12-month…

  11. Different mechanisms in learning different second languages: Evidence from English speakers learning Chinese and Spanish.

    Science.gov (United States)

    Cao, Fan; Sussman, Bethany L; Rios, Valeria; Yan, Xin; Wang, Zhao; Spray, Gregory J; Mack, Ryan M

    2017-03-01

    Word reading has been found to be associated with different neural networks in different languages, with greater involvement of the lexical pathway for opaque languages and greater invovlement of the sub-lexical pathway for transparent langauges. However, we do not know whether this language divergence can be demonstrated in second langauge learners, how learner's metalinguistic ability would modulate the langauge divergence, or whether learning method would interact with the language divergence. In this study, we attempted to answer these questions by comparing brain activations of Chinese and Spanish word reading in native English-speaking adults who learned Chinese and Spanish over a 2 week period under three learning conditions: phonological, handwriting, and passive viewing. We found that mapping orthography to phonology in Chinese had greater activation in the left inferior frontal gyrus (IFG) and left inferior temporal gyrus (ITG) than in Spanish, suggesting greater invovlement of the lexical pathway in opaque langauges. In contrast, Spanish words evoked greater activation in the left superior temporal gyrus (STG) than English, suggesting greater invovlement of the sublexical pathway for transparant languages. Furthermore, brain-behavior correlation analyses found that higher phonological awareness and rapid naming were associated with greater activation in the bilateral IFG for Chinese and in the bilateral STG for Spanish, suggesting greater language divergence in participants with higher meta-linguistic awareness. Finally, a significant interaction between the language and learning condition was found in the left STG and middle frontal gyrus (MFG), with greater activation in handwriting learning than viewing learning in the left STG only for Spanish, and greater activation in handwriting learning than phonological learning in the left MFG only for Chinese. These findings suggest that handwriting facilitates assembled phonology in Spanish and addressed

  12. Developing the Bilingual Competence in Learning Foreign Languages

    Directory of Open Access Journals (Sweden)

    T. A. Znamenskaya

    2013-01-01

    Full Text Available The paper considers the problem of bilingualism and its effect on the personality of the speaker. Various types of bilingualism are described along with the factors determining the bilingual competence formation: age, individual experience, socio-cultural conditions of the native and foreign language interaction. The author points out both the positive and negative impact on the native language as the result of the second language learning. The special emphasis is on language interference in the process of learning a foreign language. To make sure the students achieve the adequate degree of its authenticity, and therefore the bilingual competence, the teacher should take into account the specificity of national styles, communicative strategies and speech tactics of both languages. A comparative analysis of linguistic differences of the English and Russian languages is demonstrated on the level of phonetics, vocabulary, grammar and national communicative stylistics. The author maintains that successful inter-language and cross-cultural communication requires the integrative cross-disciplinary approach, consolidation of the linguistic theory and methods of foreign language teaching. 

  13. Managing Self-Access Language Learning: Principles and Practice

    Science.gov (United States)

    Gardner, David; Miller, Lindsay

    2011-01-01

    This paper is based on a research project looking at the management of self-access language learning (SALL) from the perspective of the managers of self-access centres. It looks at the factors which influence the practice of seven managers of self-access language learning in tertiary institutions in Hong Kong. The discussion centres around five…

  14. Learning difficulties or learning English difficulties? Additional language acquisition: an update for paediatricians.

    Science.gov (United States)

    Clifford, Vanessa; Rhodes, Anthea; Paxton, Georgia

    2014-03-01

    Australia is a diverse society: 26% of the population were born overseas, a further 20% have at least one parent born overseas and 19% speak a language other than English at home. Paediatricians are frequently involved in the assessment and management of non-English-speaking-background children with developmental delay, disability or learning issues. Despite the diversity of our patient population, information on how children learn additional or later languages is remarkably absent in paediatric training. An understanding of second language acquisition is essential to provide appropriate advice to this patient group. It takes a long time (5 years or more) for any student to develop academic competency in a second language, even a student who has received adequate prior schooling in their first language. Refugee students are doubly disadvantaged as they frequently have limited or interrupted prior schooling, and many are unable to read and write in their first language. We review the evidence on second language acquisition during childhood, describe support for English language learners within the Australian education system, consider refugee-background students as a special risk group and address common misconceptions about how children learn English as an additional language. © 2013 The Authors. Journal of Paediatrics and Child Health © 2013 Paediatrics and Child Health Division (Royal Australasian College of Physicians).

  15. Sentence processing in an artificial language: Learning and using combinatorial constraints.

    Science.gov (United States)

    Amato, Michael S; MacDonald, Maryellen C

    2010-07-01

    A study combining artificial grammar and sentence comprehension methods investigated the learning and online use of probabilistic, nonadjacent combinatorial constraints. Participants learned a small artificial language describing cartoon monsters acting on objects. Self-paced reading of sentences in the artificial language revealed comprehenders' sensitivity to nonadjacent combinatorial constraints, without explicit awareness of the probabilities embedded in the language. These results show that even newly-learned constraints have an identifiable effect on online sentence processing. The rapidity of learning in this paradigm relative to others has implications for theories of implicit learning and its role in language acquisition. 2010 Elsevier B.V. All rights reserved.

  16. Technically Speaking: Transforming Language Learning through Virtual Learning Environments (MOOs).

    Science.gov (United States)

    von der Emde, Silke; Schneider, Jeffrey; Kotter, Markus

    2001-01-01

    Draws on experiences from a 7-week exchange between students learning German at an American college and advanced students of English at a German university. Maps out the benefits to using a MOO (multiple user domains object-oriented) for language learning: a student-centered learning environment structured by such objectives as peer teaching,…

  17. 20 Years of Technology and Language Assessment in "Language Learning & Technology"

    Science.gov (United States)

    Chapelle, Carol A.; Voss, Erik

    2016-01-01

    This review article provides an analysis of the research from the last two decades on the theme of technology and second language assessment. Based on an examination of the assessment scholarship published in "Language Learning & Technology" since its launch in 1997, we analyzed the review articles, research articles, book reviews,…

  18. The role of language in learning physics

    Science.gov (United States)

    Brookes, David T.

    Many studies in PER suggest that language poses a serious difficulty for students learning physics. These difficulties are mostly attributed to misunderstanding of specialized terminology. This terminology often assigns new meanings to everyday terms used to describe physical models and phenomena. In this dissertation I present a novel approach to analyzing of the role of language in learning physics. This approach is based on the analysis of the historical development of physics ideas, the language of modern physicists, and students' difficulties in the areas of quantum mechanics, classical mechanics, and thermodynamics. These data are analyzed using linguistic tools borrowed from cognitive linguistics and systemic functional grammar. Specifically, I combine the idea of conceptual metaphor and grammar to build a theoretical framework that accounts for: (1) the role and function that language serves for physicists when they speak and reason about physical ideas and phenomena, (2) specific features of students' reasoning and difficulties that may be related to or derived from language that students read or hear. The theoretical framework is developed using the methodology of a grounded theoretical approach. The theoretical framework allows us to make predictions about the relationship between student discourse and their conceptual and problem solving difficulties. Tests of the theoretical framework are presented in the context of "heat" in thermodynamics and "force" in dynamics. In each case the language that students use to reason about the concepts of "heat" and "force" is analyzed using the theoretical framework. The results of this analysis show that language is very important in students' learning. In particular, students are (1) using features of physicists' conceptual metaphors to reason about physical phenomena, often overextending and misapplying these features, (2) drawing cues from the grammar of physicists' speech and writing to categorize physics

  19. 'ELENA goes mobile': a mobile assisted early foreign language learning pilot for familiarizing children with neighbouring languages

    OpenAIRE

    Rusman, Ellen; Ternier, Stefaan; Sassen, Derk

    2013-01-01

    Rusman, E., Ternier, S., & Sassen, D. (2013, 14-15 November). 'ELENA goes mobile': a mobile assisted early foreign language learning pilot for familiarizing children with neighbouring languages. Presentation (virtual) at the 6th ICT for Language learning Conference, Florence, Italy. (URL of virtual presentation, including audio, will follow).

  20. An Investigation of Undergraduate Students' Beliefs about Autonomous Language Learning

    Science.gov (United States)

    Orawiwatnakul, Wiwat; Wichadee, Saovapa

    2017-01-01

    The concept of learner autonomy is now playing an important role in the language learning field. An emphasis is put on the new form of learning which enables learners to direct their own learning. This study aimed to examine how undergraduate students believed about autonomous language learning in a university setting and to find out whether some…

  1. WebQuests as Language-Learning Tools

    Science.gov (United States)

    Aydin, Selami

    2016-01-01

    This study presents a review of the literature that examines WebQuests as tools for second-language acquisition and foreign language-learning processes to guide teachers in their teaching activities and researchers in further research on the issue. The study first introduces the theoretical background behind WebQuest use in the mentioned…

  2. A study of the transferability of influenza case detection systems between two large healthcare systems.

    Directory of Open Access Journals (Sweden)

    Ye Ye

    Full Text Available This study evaluates the accuracy and transferability of Bayesian case detection systems (BCD that use clinical notes from emergency department (ED to detect influenza cases.A BCD uses natural language processing (NLP to infer the presence or absence of clinical findings from ED notes, which are fed into a Bayesain network classifier (BN to infer patients' diagnoses. We developed BCDs at the University of Pittsburgh Medical Center (BCDUPMC and Intermountain Healthcare in Utah (BCDIH. At each site, we manually built a rule-based NLP and trained a Bayesain network classifier from over 40,000 ED encounters between Jan. 2008 and May. 2010 using feature selection, machine learning, and expert debiasing approach. Transferability of a BCD in this study may be impacted by seven factors: development (source institution, development parser, application (target institution, application parser, NLP transfer, BN transfer, and classification task. We employed an ANOVA analysis to study their impacts on BCD performance.Both BCDs discriminated well between influenza and non-influenza on local test cases (AUCs > 0.92. When tested for transferability using the other institution's cases, BCDUPMC discriminations declined minimally (AUC decreased from 0.95 to 0.94, p<0.01, and BCDIH discriminations declined more (from 0.93 to 0.87, p<0.0001. We attributed the BCDIH decline to the lower recall of the IH parser on UPMC notes. The ANOVA analysis showed five significant factors: development parser, application institution, application parser, BN transfer, and classification task.We demonstrated high influenza case detection performance in two large healthcare systems in two geographically separated regions, providing evidentiary support for the use of automated case detection from routinely collected electronic clinical notes in national influenza surveillance. The transferability could be improved by training Bayesian network classifier locally and increasing the

  3. Examining the linguistic coding differences hypothesis to explain individual differences in foreign language learning.

    Science.gov (United States)

    Sparks, R L

    1995-01-01

    In this paper, it is suggested that foreign language learning problems result from difficulties with native language learning and hypothesized that difficulties with phonological processing may be the locus of foreign language learning difficulties for some poor foreign language learners. Evidence is described that supports these positions. It is argued that conceptualizing foreign language learning problems as alanguage problem allows researchers to more clearly specify deficits related to the learning of a foreign language. Research evidence which shows that good and poor foreign language learners exhibit significantly different levels of native language skill and phonological processing is summarized. Finally, potential challenges to my hypotheses as an explanation for foreign language learning problems are reviewed.

  4. Language Learning in Preschool Children: An Embodied Learning Account

    Science.gov (United States)

    Ionescu, Thea; Ilie, Adriana

    2018-01-01

    In Romanian preschool settings, there is a tendency to use abstract strategies in language-learning activities. The present study explored if strategies based on an embodied cognition approach facilitate learning more than traditional strategies that progress from concrete to abstract. Twenty-five children between 4 and 5 years of age listened to…

  5. Traces of an Early Learned Second Language in Discontinued Bilingualism

    Science.gov (United States)

    Sadat, Jasmin; Pureza, Rita; Alario, F.-Xavier

    2016-01-01

    Can an early learned second language influence speech production after living many years in an exclusively monolingual environment? To address this issue, we investigated the consequences of discontinued early bilingualism in heritage speakers who moved abroad and switched language dominance from the second to the primary learned language. We used…

  6. The Discourse of Language Learning Strategies: Towards an Inclusive Approach

    Science.gov (United States)

    Jones, Alexander Harris

    2016-01-01

    This paper critiques discourse surrounding language learning strategies within Teaching English to Speakers of Other Languages (TESOL) and argues for the creation of new definitions of language learning strategies that are rooted in the socio-political and socio-economic contexts of the marginalized. Section one of this paper describes linguistic…

  7. The relationship between identity, language and teaching and learning in Higher Education in South Africa

    Directory of Open Access Journals (Sweden)

    Leibowitz, Brenda

    2005-12-01

    Full Text Available he study on the relationship of identity, language and teaching and learning was conducted by a team of eight members at a higher education institution in the Western Cape. The aims of the research were to investigate the relationship between language, identity and learning, to show how this investigation can benefit dialogue about transformation, and to facilitate the research development of the team. The research design made use of narrative and educational biography in semi-structured interviews with 64 staff members and 100 students. The study supports views of identity as constructed and non-unitary. It shows how language, both as proficiency in the dominant medium of communication and as discourse, is a key component of identity in a higher education institution. The interviews demonstrated how, according to lecturers and students, language and discourse function as primary influences on individuals’ acculturation and integration into the academic community. According to the interviewees, language as a marker of identity is interwoven with other aspects of identity. It is both a resource and a source of identification and affiliation. The research demonstrated that dialogue and self reflection can be facilitated via research into identity, teaching and learning, and that this can be beneficial for both the interviewees and the research team.

  8. LingoBee: Engaging Mobile Language Learners through Crowd-Sourcing

    Science.gov (United States)

    Petersen, Sobah Abbas; Procter-Legg, Emma; Cacchione, Annamaria

    2014-01-01

    This paper describes three case studies, where language learners were invited to use "LingoBee" as a means of supporting their language learning. LingoBee is a mobile app that provides user-generated language content in a cloud-based shared repository. Assuming that today's students are mobile savvy and "Digital Natives" able…

  9. Computer-Assisted Foreign Language Teaching and Learning: Technological Advances

    Science.gov (United States)

    Zou, Bin; Xing, Minjie; Wang, Yuping; Sun, Mingyu; Xiang, Catherine H.

    2013-01-01

    Computer-Assisted Foreign Language Teaching and Learning: Technological Advances highlights new research and an original framework that brings together foreign language teaching, experiments and testing practices that utilize the most recent and widely used e-learning resources. This comprehensive collection of research will offer linguistic…

  10. USING DISTANCE LEARNING TECHNOLOGIES IN THE LEARNING PROCESS OF MODERN PROGRAMMING LANGUAGES

    Directory of Open Access Journals (Sweden)

    Mariia A. Umryk

    2014-06-01

    Full Text Available In the research it was reviewed the use of distance learning technologies in the organization of research tasks while studying modern programming languages. The article contains an example of a training project on the subject "Modern programming languages". The authors argue the necessity of the use of modern information and communication technologies, in particular in modern programming languages distance learning, for the formation of students' 21st century skills that are essential in the process of programming (it is skills such as self-organization and self-discipline, communication skills, teamwork skills etc.. It is pointed out the structural units of the training project in accordance with the use of distance learning technologies. It is described the general characteristics and the use of appropriate methods of modern information and communication technologies.

  11. A Note on Internationalisation, Internationalism and Language Teaching and Learning

    Science.gov (United States)

    Byram, Michael

    2012-01-01

    In the editorial of "The Language Learning Journal" of July 2011, readers' attention is drawn to the decline in language teaching and learning in British schools and universities, and to the attempt of the British Academy to promote language teaching against this decline. The British Academy paper makes seven recommendations of which the…

  12. Foreign Language Learners' Views on the Importance of Learning the Target Language Pronunciation

    Science.gov (United States)

    Çakir, Ismail; Baytar, Birtan

    2014-01-01

    Pronunciation is one of the controversial topics in the field of English language teaching as a second or foreign language. The aim of this study is to understand the attitudes of prep class students at Kastamonu University (state university) in Turkey towards the importance of pronunciation in language learning. Therefore, a pronunciation…

  13. ‘ELENA goes mobile’: a mobile assisted early language learning pilot for familiarizing children with neighbouring languages

    OpenAIRE

    Rusman, Ellen; Ternier, Stefaan; Sassen, Derk

    2013-01-01

    Rusman, E., Ternier, S., & Sassen, D. (2013). ‘ELENA goes mobile’: a mobile assisted early language learning pilot for familiarizing children with neighbouring languages. In Pixel (Ed.), Proceedings of ICT for Language Learning, Conference Proceedings 2013, 6th Conference edition (pp. xx-xx). November, 14-15, 2013, Florence, Italy: Libreriauniversitaria.it Edizioni.

  14. Does Mother Tongue Interfere in Second Language Learning?

    Directory of Open Access Journals (Sweden)

    Elif Nur Denizer

    2017-01-01

    Full Text Available Mother tongue largely refers to not only the language one learns from one’s mother but also the speaker’s dominant and home language. It’s also called native language. This study was conducted to find whether mother tongue interferences in second-language learning, and if so; whether it affects the learners’ performance in four language skills, and also in which skill(s it has the biggest effect. Data collection tool included a questionnaire by which participants were asked to rate the questions and tick-circle or write in the correct blank. The questionnaire was based on both quantitative and qualitative approaches with the help of 4-point Likert-scale questions and one open-ended question at the last part. The participants of the study were 20 volunteer students (15 females and 5 males in Uludag University on whom the questionnaire was randomly applied.  They ranged in age from 18 to 40 and the mean age was 23. Their mother tongue was Turkish, and they knew English as a foreign language. The questionnaire shows that mother tongue interferes with second language learning in some way. In English language, the most challenging part was Grammar, while the most difficult and influenced skills was Speaking. In addition, participants had difficulty with speaking without any preparation. When it comes to having difficulty, participants had difficulty with determiners, English tenses and articles. The results indicated the interference of mother tongue in almost all aspects.

  15. Self-Access Language Learning Programme: The Case of the English Language Voluntary Intensive Independent Catch-up Study

    Directory of Open Access Journals (Sweden)

    Salomi Papadima-Sophocleous

    2013-06-01

    Full Text Available This study investigated whether and to what extent an English Language Voluntary Intensive Independent Catch-up Study (ELVIICS, a Self-Access Language Learning (SALL programme, was effective in helping first-year Greek-Cypriot students fill in the gaps in their English language learning and come closer to the required language competence level of the Common European Framework of Reference (CEFR B1 level. It also examined students’ perceptions of such learning. The students followed the ELVIICS at their own pace, time and space until they felt they had reached the aimed level. Analysis of the achievement test results revealed that students’ language competence improved and reached the required level. Additional quantitative data also revealed that students felt ELVIICS also helped them improve their self-confidence, computer skills and autonomous learning. Moreover, students claimed that ELVIICS assisted them in getting through and successfully completing their compulsory course.

  16. Language learning apps or games: an investigation utilizing the RETAIN model

    Directory of Open Access Journals (Sweden)

    Glenda A. Gunter

    2016-01-01

    Full Text Available Abstract: Combining games with mobile devices can promote learning opportunities at the learners' fingertips and enable ubiquitous learning experiences. As teachers increasingly assign games to reinforce language learning, it becomes essential to evaluate how effective these applications are in helping students learn the content or develop the skills that the games are reinforcing. This article examines two English language learning apps under the RETAIN model (GUNTER; KENNY; VICK, 2008. The findings indicate that although these apps offer some language learning opportunities, they do not present scenario-based quality or gameplay, among other elements, if they are to be considered games.

  17. Speech Analysis and Visual Image: Language Learning

    Science.gov (United States)

    Loo, Alfred; Chung, C. W.; Lam, Alan

    2016-01-01

    Students will speak a second language with an accent if they learn the language after the age of six. It does not matter how motivated and clever they are, the accent will not go away. Only a few gifted students can speak a second language flawlessly. The exact reasons for this phenomenon are unknown. Although a large number of hypotheses have…

  18. Language Learning Motivation through a Small Lens: A Research Agenda

    Science.gov (United States)

    Ushioda, Ema

    2016-01-01

    In this paper I propose an agenda for researching language learning motivation "through a small lens", to counteract our tendency in the second language (L2) motivation field to engage with language learning and teaching processes at a rather general level. I argue that by adopting a more sharply focused or contextualized angle of…

  19. Research on Difficulty in Indonesia Students Learning Chinese Language

    Directory of Open Access Journals (Sweden)

    Lydia Anggreani

    2013-05-01

    Full Text Available Chinese has become the world’s second language. Each language has its own law, as is the Chinese. Indonesian students have difficulty in learning Chinese which are are not surprising. Every language has various characteristics, so do Chinese and Bahasa Indonesia. Article analyzes difficulties to learn Chinese, especially for Indonesian students, those are tone, grammar, sounds of “er hua” such as Alice retroflex. The respondents are 100 Indonesian students who are randomly selected for testing samples analyzed. Since there is no tone in Bahasa Indonesia, it makes a lot of Indonesian students in the learning process often appear in Chinese foreign accent phenomenon. This article expects to explore the problem by studying the formation of the causes and solutions. Indonesian students learning Chinese was designed to provide some teaching and learning strategies.

  20. The Importance of Strategies of Social Language Learning and Cooperative Learning in the Process of Teaching Turkish as a Foreign Language

    Science.gov (United States)

    Varisoglu, Mehmet Celal

    2016-01-01

    In order to implement the teaching of a foreign language at a desired level and quality, and to offer some practical arrangements, which stand for to the best use of time, efforts, and cost, there is a need for a road map. The road map in teaching is a learning strategy. This article shows how strategies of social language learning and cooperative…

  1. The Relationships between Language Learning Strategies and Positive Emotions among Malaysian ESL

    Directory of Open Access Journals (Sweden)

    Mohammad Mohammadipour

    2018-01-01

    Full Text Available Emotions are an indispensable part of second language learning. The aim of this study is to determine the relationship between the use of language learning strategies and positive emotions. The present study adopted a sequential mixed methods design. The participants were 300 Malaysian ESL undergraduates selected through stratified random sampling from 5 public universities in Malaysia. The quantitative data were collected through two sets of questionnaires: (a Oxford's (1990 Strategy Inventory for Language Learning (SILL, and (b Fredrickson's (2009 modified Differential Emotional Scale (mDES. The qualitative data were gathered through semi-structured interviews. With regard to the quantitative data analysis, a series of t-tests and correlational analyses were used. The data from the interviews were analysed qualitatively. A positive significant correlation was found between positive emotions and overall language learning strategy use. Also, the qualitative results of the study indicated that the learners who experienced more positive emotions tended to use a greater variety of language learning strategies. The findings of the study emphasise the importance of students’ positive emotions in their use of language learning strategies. It might be suggested that teachers by designing the classroom settings and instructions which promote positive emotions can inspire learners to use language learning strategies more frequently and with a greater variety which in sequence relate to learners’ language learning proficiency.

  2. NEGOTIATION OF IDENTITY: (RECONSTRUCTION AND (REPOSITIONING OF SELF THROUGH LANGUAGE LEARNING

    Directory of Open Access Journals (Sweden)

    Naho Isiki

    2013-07-01

    Full Text Available Abstract: Becoming competent in a language involves more than just academic success, but also multi-faceted aspects of self in a situated context. The core of the study is to explore a participant’s experience as a marginalized student in a Filipino American community and the trajectories of learning a foreign language over time and space. Narratives from the participant reflect his approach toward language learning (LL as well as his motivation behind language learning. This study highlights the impact of foreign language learning experience upon the participant’s conflict, negotiation, and transformation of identity. Following his positioning analysis, the paper closely looks at how evaluation by other Filipinos within the community contributes to the participant’s ongoing (reconstruction and negotiation of identity. How these evaluations encourage or impede his access to heritage language and culture is analyzed based on the participant’s use of reported speech. The paper explored whether or not LL can be a way of negotiating and gaining agency, as well as how LL helps a marginalized learner to choose where and how he wants to belong to. The paper also looks at how marginalization motivates language learning, through which the participant seeks to reposition himself. The study also examines how power relationship (marginalized student in a situated context plays a role in the process of negotiation of identity and meaning-making of self. Results from this study conclude that through experiences in foreign language learning as well as negotiating meanings for being a Japanese as a Foreign Language (JFL student, the participant gradually shifts to belong to a different community prior to his language learning experience in which he can practice agency and is no longer a marginalized member of his heritage community.

  3. "Deja Vu"? A Decade of Research on Language Laboratories, Television and Video in Language Learning

    Science.gov (United States)

    Vanderplank, Robert

    2010-01-01

    The developments in the last ten years in the form of DVD, streaming video, video on demand, interactive television and digital language laboratories call for an assessment of the research into language teaching and learning making use of these technologies and the learning paradigms underpinning them. This paper surveys research on language…

  4. THE ‘UNFORGETTABLE’ EXPERIENCE OF FOREIGN LANGUAGE ANXIETY

    Directory of Open Access Journals (Sweden)

    Morana Drakulić

    2015-09-01

    Full Text Available Foreign language anxiety (FLA has long been recognized as a factor that hinders the process of foreign language learning at all levels. Among numerous FLA sources identified in the literature, language classroom seems to be of particular interest and significance, especially in the formal language learning context, where the course and the teacher are often the only representatives of language. The main purpose of the study is to determine the presence and potential sources of foreign language anxiety among first year university students and to explore how high anxiety levels shape and affect students’ foreign language learning experience. In the study both the questionnaire and the interviews were used as the data collection methods. Thematic analysis of the interviews and descriptive statistics suggest that most anxiety-provoking situations stem from the language classroom itself.

  5. Language Adaptation for Extending Post-Editing Estimates for Closely Related Languages

    Directory of Open Access Journals (Sweden)

    Rios Miguel

    2016-10-01

    Full Text Available This paper presents an open-source toolkit for predicting human post-editing efforts for closely related languages. At the moment, training resources for the Quality Estimation task are available for very few language directions and domains. Available resources can be expanded on the assumption that MT errors and the amount of post-editing required to correct them are comparable across related languages, even if the feature frequencies differ. In this paper we report a toolkit for achieving language adaptation, which is based on learning new feature representation using transfer learning methods. In particular, we report performance of a method based on Self-Taught Learning which adapts the English-Spanish pair to produce Quality Estimation models for translation from English into Portuguese, Italian and other Romance languages using the publicly available Autodesk dataset.

  6. Dyslexia and the learning of a foreign language in school: where are we going?

    Science.gov (United States)

    Crombie, M A

    2000-01-01

    The difficulties which many dyslexic students encounter in the learning of the English language often extend to the learning of a foreign language in school. Although this problem has been acknowledged for some time, and although the learning of a modern foreign language is a core element in the Scottish curriculum, there has been little research into how modern languages can be presented to offer the best learning opportunities to dyslexic students. Dyslexic students are likely to benefit from a multisensory approach to the learning of a modern foreign language, and it seems likely that they will need to utilize similar strategies to those used for learning their first language. Strategies are discussed with a view to making modern language learning more appropriate for students with difficulties in learning.

  7. Foreign language aptitude of pupils with learning disabilities at the beginning of the foreign language acquisition at the elementary school

    OpenAIRE

    Špačková, Klára

    2011-01-01

    The dissertation is dealing with the issue of foreign language aptitude and foreign language abilities of pupils with learning disabilities at the beginning of the foreign language acquisition. The first part of the work describes general theories of the foreign language acquisition and introduces the current trends in education of pupils with learning disabilities in the process of foreign language learning. The second part of the work describes the research, which aim was to investigate the...

  8. Language Learners Perceptions and Experiences on the Use of Mobile Applications for Independent Language Learning in Higher Education

    Directory of Open Access Journals (Sweden)

    Ana Niño

    2015-08-01

    Full Text Available With the widespread use of mobile phones and portable devices it is inevitable to think of Mobile Assisted Language Learning as a means of independent learning in Higher Education. Nowadays many learners are keen to explore the wide variety of applications available in their portable and always readily available mobile phones and tablets. The fact that they are keen to take control of their learning and autonomy is thought to lead to greater motivation and engagement, and the link with games-based learning suggests that the fun factor involved should not be overseen. This paper focuses on the use of mobile applications for independent language learning in higher education. It investigates how learners use mobile apps in line with their classes to enhance their learning experience. We base our analysis on a survey carried out in autumn 2013 in which 286 credited and non-credited language students from various levels of proficiency at The University of Manchester express their perceptions on the advantages and disadvantages of the use of mobile applications for independent language learning, together with examples of useful apps and suggestions of how these could be integrated in the language class.

  9. Skype me! Socially Contingent Interactions Help Toddlers Learn Language

    OpenAIRE

    Roseberry, Sarah; Hirsh-Pasek, Kathy; Golinkoff, Roberta Michnick

    2013-01-01

    Language learning takes place in the context of social interactions, yet the mechanisms that render social interactions useful for learning language remain unclear. This paper focuses on whether social contingency might support word learning. Toddlers aged 24- to 30-months (N=36) were exposed to novel verbs in one of three conditions: live interaction training, socially contingent video training over video chat, and non-contingent video training (yoked video). Results sugges...

  10. Trust Levels Definition On Virtual Learning Platforms Through Semantic Languages

    Directory of Open Access Journals (Sweden)

    Carlos E. Montenegro-Marin

    2010-12-01

    Full Text Available Trust level concept is a topic that has opened a knowledge area about the profile evaluation and the people participation in Social Networks. These have presented a high knowledge profit, but at the same time it is necessary to analyze a group of variables to determine the trust participants’ degree.In addition, this is a topic that from some years ago has been presenting a big expectation to settle some alternatives to generate confidence in an activer community on internet. To establish these parameters it is important to define a model to abstract some variables that are involved in this process. For this, it is relevant to take into account the semantic languages as one of the alternatives that allow these kinds of activities. The purpose of this article is to analyze the Trust Levels definition in the contents that are shared on Open Source Virtual learning Platforms through the use of a model of representation of semantic languages. The last ones allow determining the trust in the use of learning objects that are shared in this kind of platforms

  11. The relationship between executive functioning and language: Examining vocabulary, syntax, and language learning in preschoolers attending Head Start.

    Science.gov (United States)

    White, Lisa J; Alexander, Alexandra; Greenfield, Daryl B

    2017-12-01

    Early childhood marks a time of dynamic development within language and cognitive domains. Specifically, a body of research focuses on the development of language as related to executive functions, which are foundational cognitive skills that relate to both academic achievement and social-emotional development during early childhood and beyond. Although there is evidence to support the relationship between language and executive functions, existing studies focus mostly on vocabulary and fail to examine other components of language such as syntax and language learning skills. To address this gap, this study examined the relationship between executive functioning (EF) and three aspects of language: syntax, vocabulary, and language learning. A diverse sample of 182 children (67% Latino and 33% African American) attending Head Start were assessed on both EF and language ability. Findings demonstrated that EF related to a comprehensive latent construct of language composed of vocabulary, syntax, and language learning. EF also related to each individual component of language. This study furthers our understanding of the complex relationship between language and cognitive development by measuring EF as it relates to various components of language in a sample of preschoolers from low-income backgrounds. Copyright © 2017 Elsevier Inc. All rights reserved.

  12. Functional connectivity changes in second language vocabulary learning.

    Science.gov (United States)

    Ghazi Saidi, Ladan; Perlbarg, Vincent; Marrelec, Guillaume; Pélégrini-Issac, Mélani; Benali, Habib; Ansaldo, Ana-Inés

    2013-01-01

    Functional connectivity changes in the language network (Price, 2010), and in a control network involved in second language (L2) processing (Abutalebi & Green, 2007) were examined in a group of Persian (L1) speakers learning French (L2) words. Measures of network integration that characterize the global integrative state of a network (Marrelec, Bellec et al., 2008) were gathered, in the shallow and consolidation phases of L2 vocabulary learning. Functional connectivity remained unchanged across learning phases for L1, whereas total, between- and within-network integration levels decreased as proficiency for L2 increased. The results of this study provide the first functional connectivity evidence regarding the dynamic role of the language processing and cognitive control networks in L2 learning (Abutalebi, Cappa, & Perani, 2005; Altarriba & Heredia, 2008; Leonard et al., 2011; Parker-Jones et al., 2011). Thus, increased proficiency results in a higher degree of automaticity and lower cognitive effort (Segalowitz & Hulstijn, 2005). Copyright © 2012 Elsevier Inc. All rights reserved.

  13. STUDENTS’ MOTIVATION, DEMOTIVATION AND AMOTIVATION IN SECOND LANGUAGE LEARNING

    Directory of Open Access Journals (Sweden)

    Andreea Maciu

    2011-11-01

    Full Text Available The aim of this paper is to present methods that will improve teaching as regards second language learning in order to motivate students in their learning process and to maintain their motivation constantly alert. The discussion also introduces and explains amotivation, in close connection with motivation and demotivation. Teachers have to continuously interract with their students effectively, be alert to their feedback, and constantly improve their methods of teaching a second language by staying connected with all the innovations in the field, and taking into consideration all the aspects of the teaching process that can decrease students’ motivation in second language learning classes.

  14. STUDENTS’ MOTIVATION, DEMOTIVATION AND AMOTIVATION IN SECOND LANGUAGE LEARNING

    Directory of Open Access Journals (Sweden)

    Andreea Maciu

    2011-10-01

    Full Text Available The aim of this paper is to present methods that will improve teaching as regards second language learning in order to motivate students in their learning process and to maintain their motivation constantly alert. The discussion also introduces and explains amotivation, in close connection with motivation and demotivation. Teachers have to continuously interract with their students effectively, be alert to their feedback, and constantly improve their methods of teaching a second language by staying connected with all the innovations in the field, and taking into consideration all the aspects of the teaching process that can decrease students’ motivation in second language learning classes.

  15. Learning the Language of Statistics: Challenges and Teaching Approaches

    Science.gov (United States)

    Dunn, Peter K.; Carey, Michael D.; Richardson, Alice M.; McDonald, Christine

    2016-01-01

    Learning statistics requires learning the language of statistics. Statistics draws upon words from general English, mathematical English, discipline-specific English and words used primarily in statistics. This leads to many linguistic challenges in teaching statistics and the way in which the language is used in statistics creates an extra layer…

  16. Foreign language teaching and learning: Challenges and ...

    African Journals Online (AJOL)

    learning and recommends ways in which foreign language students and teachers can exploit the ... languages at university level in the Ugandan context. ... management and catering, the hospitality industry and international relations. .... Especially in the era of globalization, there is an increasing demand for intercultural.

  17. Enculturating Seamless Language Learning through Artifact Creation and Social Interaction Process

    Science.gov (United States)

    Wong, Lung-Hsiang; Chai, Ching Sing; Aw, Guat Poh; King, Ronnel B.

    2015-01-01

    This paper reports a design-based research (DBR) cycle of MyCLOUD (My Chinese ubiquitOUs learning Days). MyCLOUD is a seamless language learning model that addresses identified limitations of conventional Chinese language teaching, such as the decontextualized and unauthentic learning processes that usually hinder reflection and deep learning.…

  18. Grammar Learning Strategies and Language Attainment: Seeking a Relationship

    OpenAIRE

    Pawlak Mirosław

    2009-01-01

    Despite major advances in research on language learning strategies, there are still areas that have received only scant attention, and one of them is undoubtedly learning grammar. The paper contributes to the paucity of empirical investigations in this domain by presenting the findings of a study which sought to investigate the relationship between the use of grammar learning strategies (GLS) reported by 142 English Department students and target language attainment, operationalized as their ...

  19. Learning language with the wrong neural scaffolding: The cost of neural commitment to sounds.

    Directory of Open Access Journals (Sweden)

    Amy Sue Finn

    2013-11-01

    Full Text Available Does tuning to one’s native language explain the sensitive period for language learning? We explore the idea that tuning to (or becoming more selective for the properties of one’s native-language could result in being less open (or plastic for tuning to the properties of a new language. To explore how this might lead to the sensitive period for grammar learning, we ask if tuning to an earlier-learned aspect of language (sound structure has an impact on the neural representation of a later-learned aspect (grammar. English-speaking adults learned one of two miniature artificial languages over 4 days in the lab. Compared to English, both languages had novel grammar, but only one was comprised of novel sounds. After learning a language, participants were scanned while judging the grammaticality of sentences. Judgments were performed for the newly learned language and English. Learners of the similar-sounds language recruited regions that overlapped more with English. Learners of the distinct-sounds language, however, recruited the Superior Temporal Gyrus (STG to a greater extent, which was coactive with the Inferior Frontal Gyrus (IFG. Across learners, recruitment of IFG (but not STG predicted both learning success in tests conducted prior to the scan and grammatical judgment ability during the scan. Data suggest that adults’ difficulty learning language, especially grammar, could be due, at least in part, to the neural commitments they have made to the lower level linguistic components of their native language.

  20. Learning language with the wrong neural scaffolding: the cost of neural commitment to sounds

    Science.gov (United States)

    Finn, Amy S.; Hudson Kam, Carla L.; Ettlinger, Marc; Vytlacil, Jason; D'Esposito, Mark

    2013-01-01

    Does tuning to one's native language explain the “sensitive period” for language learning? We explore the idea that tuning to (or becoming more selective for) the properties of one's native-language could result in being less open (or plastic) for tuning to the properties of a new language. To explore how this might lead to the sensitive period for grammar learning, we ask if tuning to an earlier-learned aspect of language (sound structure) has an impact on the neural representation of a later-learned aspect (grammar). English-speaking adults learned one of two miniature artificial languages (MALs) over 4 days in the lab. Compared to English, both languages had novel grammar, but only one was comprised of novel sounds. After learning a language, participants were scanned while judging the grammaticality of sentences. Judgments were performed for the newly learned language and English. Learners of the similar-sounds language recruited regions that overlapped more with English. Learners of the distinct-sounds language, however, recruited the Superior Temporal Gyrus (STG) to a greater extent, which was coactive with the Inferior Frontal Gyrus (IFG). Across learners, recruitment of IFG (but not STG) predicted both learning success in tests conducted prior to the scan and grammatical judgment ability during the scan. Data suggest that adults' difficulty learning language, especially grammar, could be due, at least in part, to the neural commitments they have made to the lower level linguistic components of their native language. PMID:24273497

  1. Do neural nets learn statistical laws behind natural language?

    Directory of Open Access Journals (Sweden)

    Shuntaro Takahashi

    Full Text Available The performance of deep learning in natural language processing has been spectacular, but the reasons for this success remain unclear because of the inherent complexity of deep learning. This paper provides empirical evidence of its effectiveness and of a limitation of neural networks for language engineering. Precisely, we demonstrate that a neural language model based on long short-term memory (LSTM effectively reproduces Zipf's law and Heaps' law, two representative statistical properties underlying natural language. We discuss the quality of reproducibility and the emergence of Zipf's law and Heaps' law as training progresses. We also point out that the neural language model has a limitation in reproducing long-range correlation, another statistical property of natural language. This understanding could provide a direction for improving the architectures of neural networks.

  2. Second Language Developmental Dynamics: How Dynamic Systems Theory Accounts for Issues in Second Language Learning

    Science.gov (United States)

    Rosmawati

    2014-01-01

    Dynamic systems theory (DST) is presented in this article as a suitable approach to research the acquisition of second language (L2) because of its close alignment with the process of second language learning. Through a process of identifying and comparing the characteristics of a dynamic system with the process of L2 learning, this article…

  3. Learning for Semantic Parsing with Kernels under Various Forms of Supervision

    Science.gov (United States)

    2007-08-01

    natural language sentences to their formal executable meaning representations. This is a challenging problem and is critical for developing computing...sentences are semantically tractable. This indi- cates that Geoquery is more challenging domain for semantic parsing than ATIS. In the past, there have been a...Combining parsers. In Proceedings of the Conference on Em- pirical Methods in Natural Language Processing and Very Large Corpora (EMNLP/ VLC -99), pp. 187–194

  4. Critical Success Factors in Online Language Learning

    Science.gov (United States)

    Alberth

    2011-01-01

    With the proliferation of online courses nowadays, it is necessary to ask what defines the success of teaching and learning in these new learning environments exactly. This paper identifies and critically discusses a number of factors for successful implementation of online delivery, particularly as far as online language learning is concerned.…

  5. Orientations to Learning German: The Effects of Language Heritage on Second-Language Acquisition.

    Science.gov (United States)

    Noels, Kimberly A.; Clement, Richard

    1989-01-01

    A study of college students' motivation for learning, and other social-psychological aspects of second language learning, found students learn German for instrumental, friendship, travel, identification/influence, and knowledge reasons. Fluency was related to motivation, and students of German heritage had higher self-confidence in the German…

  6. Academic language and the challenge of reading for learning about science.

    Science.gov (United States)

    Snow, Catherine E

    2010-04-23

    A major challenge to students learning science is the academic language in which science is written. Academic language is designed to be concise, precise, and authoritative. To achieve these goals, it uses sophisticated words and complex grammatical constructions that can disrupt reading comprehension and block learning. Students need help in learning academic vocabulary and how to process academic language if they are to become independent learners of science.

  7. Challenges of Effective English Language Learning in Nigeria ...

    African Journals Online (AJOL)

    The factors that influence the students. effective learning of the English Language as second language learners, the attitude of students towards the study of the English language, the nature of teacher/student interaction, the methods of teaching and the availability of teaching aids in Nigeria secondary schools are looked ...

  8. Independient virtual english language learning: a case study in higher education

    Directory of Open Access Journals (Sweden)

    Esther Nieto Moreno de Diezmas

    2016-11-01

    Full Text Available The development of independent and self-learning strategies for Foreign Language Learning is of special interest in Higher Education. In particular, these strategies are essential in the Foreign Language Learning area (EFL, since students need to practise and strengthen their exposure to language so as to develop receptive and productive skills. The goal of this paper is to show how independent and virtual learning are developed by means of ICT. To this end, a group of tasks and activities have been designed, distributed and implemented by means of Moodle in the setting of a teaching innovation project in which different campuses and faculties of Education of the University of Castilla-La Mancha where English I is studied have taken part. Additionally, the initial results in terms of students’ perceptions about their independent and virtual learning are shown. Therefore, this paper focuses on a case study at Higher Education in which valid conclusions may be drawn for other similar settings where language learning and virtual learning need to be combined. Initial results suggest the students have responded positively in terms of their perception and participation. This validates the tasks and procedures carried out in the implementation of virtual foreign language learning.

  9. Location-based language learning for migrants in a smart city

    OpenAIRE

    Gaved, Mark; Peasgood, Alice

    2015-01-01

    The SALSA (Sensors and Apps for Languages in Smart Areas) project, a winner of the Open University’s MK:Smart Open Challenge awards, is investigating how a smart city infrastructure can enable the provision of highly accurate, location-based learning activities for language learners, particularly recent migrants who have a real need to learn the language of their new home. \\ud \\ud Second language acquisition is perceived by adult migrants themselves, as well as host governments, “as a crucial...

  10. Content and language integrated learning: principles and perspectives

    OpenAIRE

    BAKLAGOVA J.

    2014-01-01

    This article is devoted to the innovative model for language education Content and Language Integrated Learning (CLIL) which has gained in immense popularity all over the world. Based on communicative approach, CLIL provides progress in language and in the content subject, creativity and independence in language using, developing higher order thinking skills. A successful CLIL lesson should combine such elements as content, communication, cognition and culture

  11. Comparison and Contrast between First and Second Language Learning

    Science.gov (United States)

    Akhter, Javed; Amin, Muhammad; Saeed, Faria; Abdullah, Shumaila; Muhammad, Khair

    2016-01-01

    This research paper tends to focus on comparison and contrast between first and second language learning. It investigates the different factors that have inhibiting influences on the language learning process of the learners in the two different environments. There are many factors involved in this respect. The age factor is one of the vital…

  12. The Impact of Age on Using Language Learning Strategies

    Science.gov (United States)

    Sepasdar, Mansoreh; Soori, Afshin

    2014-01-01

    Since age plays an important role in learning a second or foreign language, the present study investigated how different students in different age groups used language learning strategies. The participants of this study were 94 Iranian EFL students from four educational levels and different age groups as, primary (10-12), guidance (13-15), high…

  13. Motivation for a Second or Foreign Language Learning

    Directory of Open Access Journals (Sweden)

    Quan Zhu

    2014-04-01

    Full Text Available Motivation is a frequently used word both in our daily work and study, which is an important factor which can greatly influence the achievement of learners’ second language or foreign language acquisition. Speaking of the history of research on “motivation”, Gardner and Lamber and their associates should come first, because they have done the most important work, which made the most outstanding contributors in this field. There are several kinds of motivation, like instrumental motivation and integrative motivation, and intrinsic motivation and extrinsic motivation, and there are some relevant debates between them. Through the current researches on the application of motivation in learning and teaching, we can see how effective the motivational system promoted within cooperative situations is, although there is numbers of different motivational aspects. Maybe more researches should be done, but we can just draw a periodical conclusion that motivation in language learning is a very complicated psychological phenomenon, and it is also the single most influential factor in learning a new language.

  14. Dynamic Learning Objects to Teach Java Programming Language

    Science.gov (United States)

    Narasimhamurthy, Uma; Al Shawkani, Khuloud

    2010-01-01

    This article describes a model for teaching Java Programming Language through Dynamic Learning Objects. The design of the learning objects was based on effective learning design principles to help students learn the complex topic of Java Programming. Visualization was also used to facilitate the learning of the concepts. (Contains 1 figure and 2…

  15. Web-Based Language Learning Perception and Personality Characteristics of University Students

    Science.gov (United States)

    Mirzaee, Meisam; Gharibeh, Sajjad Gharibeh

    2016-01-01

    The significance of learners' personality in language learning/teaching contexts has often been cited in literature but few studies have scrutinized the role it can play in technology-oriented language classes. In modern language teaching/learning contexts, personality differences are important and should be taken into account. This study…

  16. Language Teachers: Research and Studies in Language(s) Education, Teaching, and Learning in "Teaching and Teacher Education," 1985-2012

    Science.gov (United States)

    Kleinsasser, Robert C.

    2013-01-01

    The article reviews twelve of 79 articles focusing on language teachers, language(s) teacher education, teaching, and learning published in "Teaching and Teacher Education" since 1985. The twelve articles, divided into three sections, include narrative inquiry and identity, teacher education topics, and contexts. The articles provide local and…

  17. Older Workers and the Motivation for Foreign Language Learning

    Directory of Open Access Journals (Sweden)

    Mateja Letnar

    2014-08-01

    Full Text Available As an inevitable process facing modern societies, an aging population brings with it new and different challenges for social actors. The extension of working life requires increased investments in an older workforce, in order for these people to retain their employability and productivity. Globalisation and the ubiquity of information communication technology place increasing importance on foreign language knowledge – an area of deficiency among older workers.  Knowledge of what motivates learners to learn foreign languages is thus also gaining importance. In conducting a survey of language school learners, we found that the motivation for learning foreign languages differs significantly between younger and older generations. As a result, employers, as well as language schools, will need to reconsider their current practices.

  18. Forms of Cooperative Learning in Language Teaching in Slovenian Language Classes at the Primary School Level

    Directory of Open Access Journals (Sweden)

    Alenka Rot Vrhovec

    2015-09-01

    Full Text Available In the Slovenian language syllabus, teachers are recommended to provide a greater share of group work during class. During types of learning such as cooperative learning in smaller groups or pairs, students actively develop communicative competence. The present article presents a survey that attempted to determine whether teachers from the first to the fifth grade execute cooperative learning in language classes. The purpose of the article is to raise teachers’ awareness and encourage them to design and execute cooperative learning more frequently.

  19. First Language Grapheme-Phoneme Transparency Effects in Adult Second Language Learning

    Science.gov (United States)

    Ijalba, Elizabeth; Obler, Loraine K.

    2015-01-01

    The Spanish writing system has consistent grapheme-to-phoneme correspondences (GPC), rendering it more transparent than English. We compared first-language (L1) orthographic transparency on how monolingual English- and Spanish-readers learned a novel writing system with a 1:1 (LT) and a 1:2 (LO) GPC. Our dependent variables were learning time,…

  20. Suggestology as an Effective Language Learning Method.

    Science.gov (United States)

    MaCoy, Katherine W.

    The methods used and the results obtained by means of the accelerated language learning techniques developed by Georgi Lozanov, Director of the Institute of Suggestology in Bulgaria, are discussed. The following topics are included: (1) discussion of hypermnesia, "super memory," and the reasons foreign languages were chosen for purposes…

  1. Affordances and Constraints: Second Language Learning in Cleaning Work

    Science.gov (United States)

    Strömmer, Maiju

    2016-01-01

    This paper examines opportunities for language learning in a cleaning job, which is a typical entry-level job for immigrants. An ethnographic case study approach is taken to investigate examples of the conditions that allow or prevent language learning for the focal participant, a sub-Saharan man who works as a cleaner in Finland. This case…

  2. Social Trust and Types of Classroom Activities: Predictors of Language Learning Motivation

    Directory of Open Access Journals (Sweden)

    Hossein Khodabakhshzadeh

    2017-01-01

    Full Text Available The present study examined the role of social trust and types of classroom activities as some probable significant predictors of language learning motivation on a sample of 200 Iranian EFL upper-intermediate learners who have been selected randomly. Consequently, the participants completed three questionnaires, Language Learning Motivation Inventory, Classroom and school Community Inventory, and Classroom Activities Inventory, the reliability and validity of each have been checked previously. After running Multiple Regression through SPSS Software, the results revealed that social trust and types of classroom activities accounted for 16.7% of the variance in language learning motivation. Although each of them had a unique impact on language learning motivation, "Deep Language Use" as one of the types of classroom activities had a greater contribution to English as a foreign language learning motivation (002< .05, outweighing social trust as a more important predictor, (.005 < .05. Finally, pedagogical implications along with suggestions for further studies are discussed.

  3. Current Policy Issues in Early Foreign Language Learning

    Directory of Open Access Journals (Sweden)

    Janet Enever

    2012-01-01

    Full Text Available The development of policy in relation to language learning at the early primary level of schooling has received only limited attention in the literature on policy studies in general, and within the framework of an emerging education policy space across Europe specifically. This paper offers an introductory discussion of the growth of education policy in Europe, identifying the extent to which the histories of national language policies are being re-shaped by the rise of numerical data and comparison within a newly-formed European education space. A summary review of key measures of particular relevance to early language learning illustrates thescale of “soft” policy mechanisms now available as tools in an on-going process of shaping, adapting and refining policy in response to the continuously shifting language priorities that arise particularly during periods of economic instability. This paper draws on key themes from a transnational, longitudinal study of early language learning in Europe to discuss the extent to which implementation in schools has so far been moulded by a plethora of recommendations, reports and indicators formulated in response to the step change in policy development that has occurred since the publication of the Lisbon Strategy (2000.

  4. The influence of affordances on user preferences for multimedia language learning applications

    OpenAIRE

    Uther, M; Banks, AP

    2016-01-01

    This study investigates the influence of sensory and cognitive affordances on the user experience of mobile devices for multimedia language learning applications. A primarily audio-based language learning application – ‘Vowel Trainer’, was chosen against a comparison, text and picture-based language learning application – ‘Learn English for Taxi Drivers’. Impressions of the two applications were assessed on two different devices that have virtually the same interface and identical sound outpu...

  5. Predictors of Successful Learning in Multilingual Older Adults Acquiring a Majority Language

    Directory of Open Access Journals (Sweden)

    Henrike K. Blumenfeld

    2017-12-01

    Full Text Available Understanding language learning in later life can elucidate how linguistic experiences and age-specific cognitive skills can be leveraged for language acquisition, providing insight into how lifelong experiences configure our learning capacity. In this study, we examined to what extent acquisition and maintenance of a non-native language (English is scaffolded by cognitive skills and previous linguistic experiences in older adults; and to what extent these cognitive/linguistic factors predict older learners’ success in acquiring novel functional language. We recruited 53 participants who were native speakers of Mandarin, Spanish, Tagalog, and Somali, had continued to learn English as adults, and were currently exposed to majority-English contexts. To identify contributors to participants’ English skills, we administered a language history and self-reported proficiency interview, brief cognitive testing, and verbal fluency tasks in L1 and English. We found that digit span and orientation measures were cognitive predictors of English proficiency, while similarity of known languages to English, L1 skills, and English language exposure were linguistic predictors of English skills. To examine participants’ ability to maintain language knowledge and to learn new functional English, we also conducted a preliminary longitudinal service-based study in a subset of 19 participants using our Specific-Purpose English Communication System for Seniors (SPECSS curriculum. In this subset of SPECSS learners, we identified digit span and orientation, but not age, as cognitive predictors of short-term language maintenance. Further, better novel English learning as a result of our curriculum was observed in learners whose other known languages were less similar to English. Findings inform best practices in developing language curricula for older adults, and help generate new hypotheses on preparedness for language learning across the adult lifespan with a

  6. Language cannot be reduced to biology: perspectives from neuro-developmental disorders affecting language learning.

    Science.gov (United States)

    Vasanta, D

    2005-02-01

    The study of language knowledge guided by a purely biological perspective prioritizes the study of syntax. The essential process of syntax is recursion--the ability to generate an infinite array of expressions from a limited set of elements. Researchers working within the biological perspective argue that this ability is possible only because of an innately specified genetic makeup that is specific to human beings. Such a view of language knowledge may be fully justified in discussions on biolinguistics, and in evolutionary biology. However, it is grossly inadequate in understanding language-learning problems, particularly those experienced by children with neurodevelopmental disorders such as developmental dyslexia, Williams syndrome, specific language impairment and autism spectrum disorders. Specifically, syntax-centered definitions of language knowledge completely ignore certain crucial aspects of language learning and use, namely, that language is embedded in a social context; that the role of envrironmental triggering as a learning mechanism is grossly underestimated; that a considerable extent of visuo-spatial information accompanies speech in day-to-day communication; that the developmental process itself lies at the heart of knowledge acquisition; and that there is a tremendous variation in the orthographic systems associated with different languages. All these (socio-cultural) factors can influence the rate and quality of spoken and written language acquisition resulting in much variation in phenotypes associated with disorders known to have a genetic component. Delineation of such phenotypic variability requires inputs from varied disciplines such as neurobiology, neuropsychology, linguistics and communication disorders. In this paper, I discuss published research that questions cognitive modularity and emphasises the role of the environment for understanding linguistic capabilities of children with neuro-developmental disorders. The discussion pertains

  7. Student enthusiasm for learning in language classrooms

    OpenAIRE

    Tokunaga, Masahiko; 徳永, 昌彦

    2005-01-01

    Student enthusiasm would seem to be a fundamental aspect of learning, yet it is a difficult concept to define because it takes in a range of different behaviours on the part of students. Nevertheless, it is important to consider just what student enthusiasm for learning is. This concept will be explored before comparing how the various theories of learning treat it. Finally, theories that are most useful for maximising student enthusiasm for learning particularly related to language learning,...

  8. Corporate Language and Implications for Organizational Learning

    DEFF Research Database (Denmark)

    Zølner, Mette

    2013-01-01

    is insufficient to leverage contextually specific and culturally embedded knowledge. This indicates the need for disentangling language and culture. The paper further argues for the need to go beyond national language to consider how prevailing kinds of corporate talk may curb headquarters potential for learning...... from cultural and contextual diversity....

  9. Conversation Analysis in Computer-Assisted Language Learning

    Science.gov (United States)

    González-Lloret, Marta

    2015-01-01

    The use of Conversation Analysis (CA) in the study of technology-mediated interactions is a recent methodological addition to qualitative research in the field of Computer-assisted Language Learning (CALL). The expansion of CA in Second Language Acquisition research, coupled with the need for qualitative techniques to explore how people interact…

  10. Language Learning: The Merge of Teletandem and Web 2.0 Tools

    Science.gov (United States)

    Abreu-Ellis, Carla; Ellis, Jason Brent; Carle, Abbie; Blevens, Jared; Decker, Aline; Carvalho, Leticia; Macedo, Patricia

    2013-01-01

    The following action research provides an overview of student's perceptions of the incorporation of Web 2.0 technologies into in-tandem language learning activities. American and Brazilian college students were partnered in order to work in-tandem through pre-determined language activities using Web 2.0 technologies to learn a second language,…

  11. DIGITAL GAME-BASED LANGUAGE LEARNING IN FOREIGN LANGUAGE TEACHER EDUCATION

    OpenAIRE

    ALYAZ, Yunus; GENC, Zubeyde Sinem

    2016-01-01

    New technologies including digital game-based language learning have increasingly received attention. However, their implementation is far from expected and desired levels due to technical, instructional, financial and sociological barriers. Previous studies suggest that there is a strong need to establish courses in order to support adaptation of game-based learning pedagogy through helping teachers experience digital games themselves before they are expected to use them in teaching. This st...

  12. The Attitudes of Freshman Undergraduates in Learning English as a Second Language

    Directory of Open Access Journals (Sweden)

    Yvonne Jain

    2012-06-01

    Full Text Available The purpose of this study is to investigate the attitudes of tertiary students towards the learning of English language with regard to their gender, discipline and language proficiency. This descriptive study involved a total of 200 undergraduates from the Faculty of Education in Shah Alam, Selangor. The study employed two methods of data collection: questionnaire and semi- structured interviews. The findings revealed that there was a moderately positive attitude towards the learning of English language. However, the findings showed that the female respondents were more positive towards the learning of English language compared to their male counterparts while the Non Science major students had positive attitude towards learning English language compared to the Science major students. The study also showed that low proficiency students had better attitude towards English language compared to high proficiency students.

  13. affective variables of language learning

    Institute of Scientific and Technical Information of China (English)

    李文敬

    2011-01-01

    why people enjoy different degrees of success in second language learning,given similar opportunities.in the presence of overly negative emotions such as anxiety,fear,stress,anger or depression,our optimal learning potential maybe compromised.the affective domain refers to the emotional domain that has to do with the emotional behavior of human beings.it includes such factors as self-confidence,extroversion,anxiety,attitudes and motivation.three major factors are introduced here:self-confidence,anxiety and motivation.

  14. Foreign Language Learning using E-Communication Technologies in the Educational Sector

    Directory of Open Access Journals (Sweden)

    Andreea-Maria Tirziu

    2015-05-01

    Full Text Available E-communication places new demands on language, leading to interesting variations in written language use. E-mail, chats, online discussions and SMS messages use a language marked by traits of both informal speech and formal writing, a host of text-based icons and acronyms for handling social interaction and modifications in spelling norms. Objectives: The purpose of this article is to provide a framework on individuals’ possibilities to learn a foreign language using e-communication technologies. Approach: It shows the specialty literature that focuses on e-learning, with priority to e-communication. Results: Proper use of new technologies allows a more systematic integration of language, content and culture, and gives individuals unprecedented opportunities for autonomous learning. E-communication not only helps teachers and students to exceed linguistic, geographical and time barriers, but also to build bridges between native and foreign language programs. Implications: This research work is important for academics and students who use online technologies to teach or learn another language. Value: In this paper, we have identified that the use of new technologies consents learners to engage in forms of online communication, thus research becoming vital for success in their academic and professional pursuits.

  15. Learning a Language and Studying Content in an Additional Language: Student Opinions

    Science.gov (United States)

    Ger, Ugur; Bahar, Mustafa

    2018-01-01

    This study aims to understand the opinions of middle school and high school students about language learning and studying other content in an additional language in the school settings where English is used as the medium of instruction to teach more than 50% of the curriculum. For this end, 261 students from three different schools were…

  16. Author Languages, Authoring Systems, and Their Relation to the Changing Focus of Computer-Aided Language Learning.

    Science.gov (United States)

    Sussex, Roland

    1991-01-01

    Considers how the effectiveness of computer-assisted language learning (CALL) has been hampered by language teachers who lack programing and software engineering expertise, and explores the limitations and potential contributions of author languages, programs, and environments in increasing the range of options for language teachers who are not…

  17. The procedural learning deficit hypothesis of language learning disorders: we see some problems.

    Science.gov (United States)

    West, Gillian; Vadillo, Miguel A; Shanks, David R; Hulme, Charles

    2018-03-01

    Impaired procedural learning has been suggested as a possible cause of developmental dyslexia (DD) and specific language impairment (SLI). This study examined the relationship between measures of verbal and non-verbal implicit and explicit learning and measures of language, literacy and arithmetic attainment in a large sample of 7 to 8-year-old children. Measures of verbal explicit learning were correlated with measures of attainment. In contrast, no relationships between measures of implicit learning and attainment were found. Critically, the reliability of the implicit learning tasks was poor. Our results show that measures of procedural learning, as currently used, are typically unreliable and insensitive to individual differences. A video abstract of this article can be viewed at: https://www.youtube.com/watch?v=YnvV-BvNWSo. 2017 The Authors. Developmental Science Published by John Wiley & Sons Ltd.

  18. Students' Motivation toward Computer-Based Language Learning

    Science.gov (United States)

    Genc, Gulten; Aydin, Selami

    2011-01-01

    The present article examined some factors affecting the motivation level of the preparatory school students in using a web-based computer-assisted language-learning course. The sample group of the study consisted of 126 English-as-a-foreign-language learners at a preparatory school of a state university. After performing statistical analyses…

  19. Presentation-Practice-Production and Task-Based Learning in the Light of Second Language Learning Theories.

    Science.gov (United States)

    Ritchie, Graeme

    2003-01-01

    Features of presentation-practice-production (PPP) and task-based learning (TBL) models for language teaching are discussed with reference to language learning theories. Pre-selection of target structures, use of controlled repetition, and explicit grammar instruction in a PPP lesson are given. Suggests TBL approaches afford greater learning…

  20. A Qualitative Study on Foreign Language Teaching Anxiety

    OpenAIRE

    İpek, Hülya

    2018-01-01

    Affective constructs such as motivation, self-esteem, and anxiety play an important role in learning a foreign language. Scholars have conducted many studies to find out how these constructs affect foreign language (FL) learning. They aimed to find out how anxiety affects language learning, the sources of anxiety in FL learners, and how to overcome this anxiety. Teachers were offered various strategies to lower their students’ anxiety. Studies on Foreign Language (FL) anxiety mostly focused o...

  1. Multimedia CALLware: The Developer's Responsibility.

    Science.gov (United States)

    Dodigovic, Marina

    The early computer-assisted-language-learning (CALL) programs were silent and mostly limited to screen or printer supported written text as the prevailing communication resource. The advent of powerful graphics, sound and video combined with AI-based parsers and sound recognition devices gradually turned the computer into a rather anthropomorphic…

  2. Exploring Prospective EFL Teachers' Perceived Self-Efficacy and Beliefs on English Language Learning

    Science.gov (United States)

    Genç, Gülten; Kulusakli, Emine; Aydin, Savas

    2016-01-01

    Learners' perceived self-efficacy and beliefs on English language learning are important in education. Taking into consideration the important impact of individual variables on language learning, this study seeks to highlight the relationship between Turkish EFL learners' beliefs about language learning and their sense of self-efficacy. The…

  3. Operationalizing Multilingualism: Language Learning Motivation in Turkey

    Science.gov (United States)

    Thompson, Amy S.; Erdil-Moody, Zeynep

    2016-01-01

    This study is an examination of language learning motivation and multilingual status in the Turkish English as a foreign language (EFL) context. Using Dörnyei's L2 Motivational Self System (L2MSS) framework, specifically the ideal and ought-to L2 selves, this study examines the relationship between motivation and two operationalizations of…

  4. Theoretical Implementations of Various Mobile Applications Used in English Language Learning

    Science.gov (United States)

    Small, Melissa

    2014-01-01

    This review of the theoretical framework for Mastery Learning Theory and Sense of Community theories is provided in conjunction with a review of the literature for mobile technology in relation to language learning. Although empirical research is minimal for mobile phone technology as an aid for language learning, the empirical research that…

  5. Task-Based Language Learning and Teaching: An Action-Research Study

    Science.gov (United States)

    Calvert, Megan; Sheen, Younghee

    2015-01-01

    The creation, implementation, and evaluation of language learning tasks remain a challenge for many teachers, especially those with limited experience with using tasks in their teaching. This action-research study reports on one teacher's experience of developing, implementing, critically reflecting on, and modifying a language learning task…

  6. Student Attitudes and Perceptions of Using Facebook for Language Learning

    Science.gov (United States)

    Gamble, Craig; Wilkins, Michael

    2014-01-01

    This research provides insight into Japanese students' perceptions and attitudes of participating in activities through Facebook for language learning. In addition, the authors discuss the overall implications of and potential uses for Facebook in the field of second language learning and teaching. Ninety-seven students from three private…

  7. Motivation, students' needs and learning outcomes: a hybrid game-based app for enhanced language learning.

    Science.gov (United States)

    Berns, Anke; Isla-Montes, José-Luis; Palomo-Duarte, Manuel; Dodero, Juan-Manuel

    2016-01-01

    In the context of European Higher Education students face an increasing focus on independent, individual learning-at the expense of face-to-face interaction. Hence learners are, all too often, not provided with enough opportunities to negotiate in the target language. The current case study aims to address this reality by going beyond conventional approaches to provide students with a hybrid game-based app, combining individual and collaborative learning opportunities. The 4-week study was carried out with 104 German language students (A1.2 CEFR) who had previously been enrolled in a first-semester A1.1 level course at a Spanish university. The VocabTrainerA1 app-designed specifically for this study-harnesses the synergy of combining individual learning tasks and a collaborative murder mystery game in a hybrid level-based architecture. By doing so, the app provides learners with opportunities to apply their language skills to real-life-like communication. The purpose of the study was twofold: on one hand we aimed to measure learner motivation, perceived usefulness and added value of hybrid game-based apps; on the other, we sought to determine their impact on language learning. To this end, we conducted focus group interviews and an anonymous Technology Acceptance Model survey (TAM). In addition, students took a pre-test and a post-test. Scores from both tests were compared with the results obtained in first-semester conventional writing tasks, with a view to measure learning outcomes. The study provides qualitative and quantitative data supporting our initial hypotheses. Our findings suggest that hybrid game-based apps like VocabTrainerA1-which seamlessly combine individual and collaborative learning tasks-motivate learners, stimulate perceived usefulness and added value, and better meet the language learning needs of today's digital natives. In terms of acceptance, outcomes and sustainability, the data indicate that hybrid game-based apps significantly improve

  8. Islamic Senior High School Students’ Language Learning Strategies and their English Achievement

    Directory of Open Access Journals (Sweden)

    ISTI QOMARIAH

    2018-05-01

    Full Text Available This study investigated the correlation between language learning strategies and English achievement, and explored the influence of language learning strategies on English achievement of eleventh grade students’ of MAN 3 Palembang. A total of 141 eleventh grade students participated in this study. The questionnaire and test were used to collect the data. For this purpose, the language learning strategies (SILL questionnaire developed by Oxford (1989 measured language learning strategies and TOEFL junior (2015 was used to know students’ English achievement. There were three levels from high to low based on the results of SILL questionnaire and five categories English achievement test. Descriptive stastistic, pearson product moment correlation and regression anlaysis were employed to analyze the data. Based on the data analysis, it was found that r (.665 > rtable (.165 with significant level which was lower than 0.05. Thus, it indicated that there was significant correlation between language learning strategies and English achievement. It was implied that good language learners caused good in English achievement.

  9. Russian language for Persian learners A research on the difficulties of learning motion verbs of

    OpenAIRE

    ایزانلو ایزانلو

    2009-01-01

    Since motion verbs of Russian language is one of those complex issues in Russian language syntax, Iranian students who are learning Russian language face problems when learning this grammatical category. These problems in learning appear in two stages. a)The stage of learning and understanding the meaning of these verbs in the Russian language itself; b) The stage of transition of these verbs from Russian language into Persian language when translating texts into Persian. It seems that the di...

  10. Self-Determination, Engagement, and Identity in Learning German: Some Directions in the Psychology of Language Learning Motivation

    Science.gov (United States)

    Noels, Kimberly A.; Chaffee, Kathryn; Lou, Nigel Mantou; Dincer, Ali

    2016-01-01

    Drawing from Self-Determination Theory and diverse theories of language learning motivation, we present a framework that (1) represents a range of orientations that students may take towards learning German, and (2) explains how these orientations are connected to language learning engagement and diverse linguistic and non-linguistic outcomes. We…

  11. From Computer Assisted Language Learning (CALL) to Mobile Assisted Language Use (MALU)

    Science.gov (United States)

    Jarvis, Huw; Achilleos, Marianna

    2013-01-01

    This article begins by critiquing the long-established acronym CALL (Computer Assisted Language Learning). We then go on to report on a small-scale study which examines how student non-native speakers of English use a range of digital devices beyond the classroom in both their first (L1) and second (L2) languages. We look also at the extent to…

  12. Studying Language Learning Opportunities Afforded by a Collaborative CALL Task

    Science.gov (United States)

    Leahy, Christine

    2016-01-01

    This research study explores the learning potential of a computer-assisted language learning (CALL) activity. Research suggests that the dual emphasis on content development and language accuracy, as well as the complexity of L2 production in natural settings, can potentially create cognitive overload. This study poses the question whether, and…

  13. Types of Language Learning Strategies Used by Tertiary English Majors

    Science.gov (United States)

    Chuin, Tan Khye; Kaur, Sarjit

    2015-01-01

    This study investigated the types of language learning strategies used by 73 English majors from the School of Humanities in Universiti Sains Malaysia. Using questionnaires adopted from Oxford's (1990) Strategy Inventory of Language Learning (SILL) and focus group interviews, the study also examined the English major students' perceptions of using…

  14. Enhancing Collaborative and Meaningful Language Learning Through Concept Mapping

    Science.gov (United States)

    Marriott, Rita De Cássia Veiga; Torres, Patrícia Lupion

    This chapter aims to investigate new ways of foreign-language teaching/learning via a study of how concept mapping can help develop a student's reading, writing and oral skills as part of a blended methodology for language teaching known as LAPLI (Laboratorio de Aprendizagem de LInguas: The Language Learning Lab). LAPLI is a student-centred and collaborative methodology which encourages students to challenge their limitations and expand their current knowledge whilst developing their linguistic and interpersonal skills. We explore the theories that underpin LAPLI and detail the 12 activities comprising its programme with specify reference to the use of "concept mapping". An innovative table enabling a formative and summative assessment of the concept maps is formulated. Also presented are some of the qualitative and quantitative results achieved when this methodology was first implemented with a group of pre-service students studying for a degree in English and Portuguese languages at the Catholic University of Parana (PUCPR) in Brazil. The contribution of concept mapping and LAPLI to an under standing of language learning along with a consideration of the difficulties encountered in its implementation with student groups is discussed and suggestions made for future research.

  15. Social Media: An Optimal Virtual Environment for Learning Foreign Languages

    Directory of Open Access Journals (Sweden)

    Rdouan Faizi

    2014-09-01

    Full Text Available The present paper aims at exploring the potential role that social media technologies play in learning foreign languages. For this purpose, a survey was carried out to examine students’ and language learners’ perceptions and attitudes about using these platforms. Results of the research study revealed that the great majority of the respondents actually use these web-based applications to enhance their language skills. Most importantly, they noted that social media contribute in improving their listening, reading, speaking and writing skills. Accordingly, we strongly recommend that instructors use these online tools in distant, blended, or face-to-face language learning settings.

  16. The Use of Vocabulary Learning Strategies in Teaching Turkish as a Second Language

    Science.gov (United States)

    Baskin, Sami; Iscan, Adem; Karagoz, Beytullah; Birol, Gülnur

    2017-01-01

    Vocabulary learning is the basis of the language learning process in teaching Turkish as a second language. Vocabulary learning strategies need to be used in order for vocabulary learning to take place effectively. The use of vocabulary learning strategies facilitates vocabulary learning and increases student achievement. Each student uses a…

  17. Listening as a Method of Learning a Foreign Language at the Non-Language Faculty of the University

    Science.gov (United States)

    Kondrateva, Irina G.; Safina, Minnisa S.; Valeev, Agzam A.

    2016-01-01

    Learning a foreign language is becoming an increasingly important with Russia's integration into the world community. In this regard, increased requirements for the educational process and the development of new innovative teaching methods meet the requirements of the time. One of the important aspects of learning a foreign language is listening…

  18. Paradoxes of Social Networking in a Structured Web 2.0 Language Learning Community

    Science.gov (United States)

    Loiseau, Mathieu; Zourou, Katerina

    2012-01-01

    This paper critically inquires into social networking as a set of mechanisms and associated practices developed in a structured Web 2.0 language learning community. This type of community can be roughly described as learning spaces featuring (more or less) structured language learning resources displaying at least some notions of language learning…

  19. The Relationship between Instructor Humor Orientation and Students' Report on Second Language Learning

    Science.gov (United States)

    Ziyaeemehr, Ali; Kumar, Vijay

    2014-01-01

    Humor is an integral component of any language and therefore has an impact on the way languages are acquired/learned. Numerous studies have investigated the role of instructor humor in teaching/learning processes; however, there is little empirical research on the relationship between instructor humor and learning of a second language. This paper…

  20. Trauma and Second Language Learning Among Laotian Refugees

    Directory of Open Access Journals (Sweden)

    Daryl Gordon

    2011-01-01

    Full Text Available Unprecedented numbers of adult refugee learners are entering ESL classes, many of whom escaped war-torn countries and endured long stays in refugee camps. Research in public health and psychology has documented high levels of depression, anxiety, and posttraumatic stress disorder in refugee populations. Drawing on ethnographic research with Laotian refugee women who experienced pre-settlement trauma during the Vietnam War and interviews with bilingual mental health professionals, this article examines current second language acquisition theories to consider how they elucidate the effect of trauma on second language learning. The article offers cross-cultural perspectives about the impact of trauma on learning and recommendations for working with adult refugee learners who have experienced trauma. Findings have implications for ESL instructors and second language researchers concerned with the impact of pre- settlement experiences on second language acquisition and implications for classroom instruction.

  1. Translation in language learning: a ‘what for’ approach

    Directory of Open Access Journals (Sweden)

    Paolo E. Balboni

    2017-12-01

    Full Text Available Literature about translation in language learning and teaching shows the prominence of the ‘for and against’ approach, while a ‘what for’ approach would be more profitable. In order to prevent the latter approach from becoming a random list of the potential benefits of the use of translation in language teaching, this essay suggests the use of a formal model of communicative competence, to see which of its components can profit of translation activities. The result is a map of the effects of translation in the wide range of competences and abilities which constitute language learning.

  2. Integrating Telecollaboration for Intercultural Language Acquisition at Secondary Education : Lessons Learned

    NARCIS (Netherlands)

    Jauregi Ondarra, M.K.

    2015-01-01

    The TILA project originated from the need to explore whether and how telecollaboration affects language learning processes for communication, intercultural understanding and motivation of youngsters learning foreign languages at secondary schools and to empower teachers to pioneer meaningful

  3. Leading the Proverbial Thirsty Horse to Water: ESL Learners’ Experience with Language Learning Contracts

    Directory of Open Access Journals (Sweden)

    Normah Ismail

    2012-12-01

    Full Text Available There is agreement among language educators that the process of language teaching and learning should aim to develop autonomous language learners. While the advantages of autonomy seem to be quite obvious, fostering autonomy in practice can prove to be difficult for some language learners. This paper describes the use of learning contracts as a strategy for enhancing learner autonomy among a group of ESL learners in a Malaysian university. Through learners’ account of their experiences with the contracts, the study concludes that the learning contract has potential use for language learning and that learners’ positive learning experience remains the key to the success of any endeavour seeking to promote learner autonomy. The paper ends with some implications for teachers and learners who wish to use the contracts as a strategy for language teaching and learning.

  4. Observation of "YouTube" Language Learning Videos ("YouTube" LLVS)

    Science.gov (United States)

    Alhamami, Munassir

    2013-01-01

    This paper navigates into the "YouTube" website as one of the most usable online tools to learn languages these days. The paper focuses on two issues in creating "YouTube" language learning videos: pedagogy and technology. After observing the existing "YouTube" LLVs, the study presents a novel rubric that is directed…

  5. Communicative – Activity Approach in Learning Foreign Language

    Directory of Open Access Journals (Sweden)

    Dariga A. Bekova

    2015-01-01

    Full Text Available The article is devoted communicative method of teaching foreign languages, which is the activity character. The task of the communicative approach – to interest of students in learning a foreign language through the accumulation and improvement their knowledge and experience. The main objective this method – free orienteering training in foreign language environment and the ability to adequately react in different situations, communication.

  6. "Seamlessly" Learning Chinese: Contextual Meaning Making and Vocabulary Growth in a Seamless Chinese as a Second Language Learning Environment

    Science.gov (United States)

    Wong, Lung-Hsiang; King, Ronnel B.; Chai, Ching Sing; Liu, May

    2016-01-01

    Second language learners are typically hampered by the lack of a natural environment to use the target language for authentic communication purpose (as a means for "learning by applying"). Thus, we propose MyCLOUD, a mobile-assisted seamless language learning approach that aims to nurture a second language social network that bridges…

  7. International Test Comparisons: Reviewing Translation Error in Different Source Language-Target Language Combinations

    Science.gov (United States)

    Zhao, Xueyu; Solano-Flores, Guillermo; Qian, Ming

    2018-01-01

    This article addresses test translation review in international test comparisons. We investigated the applicability of the theory of test translation error--a theory of the multidimensionality and inevitability of test translation error--across source language-target language combinations in the translation of PISA (Programme of International…

  8. Ego Is a Hurdle in Second Language Learning: A Contrastive Study between Adults and Children

    Science.gov (United States)

    Abdullah, Shumaila; Akhter, Javed

    2015-01-01

    The aim of this research paper is to find out by comparing and contrasting between the adults and children in second language learning process how language ego of adult learners affects them to learn second language, and how it becomes a barrier for them in second language learning process. Nowadays learning English as foreign and second language…

  9. Tutorial Computer-Assisted Language Learning

    Science.gov (United States)

    Heift, Trude; Schulze, Mathias

    2015-01-01

    "Sometimes maligned for its allegedly behaviorist connotations but critical for success in many fields from music to sport to mathematics and language learning, 'practice' is undergoing something of a revival in the applied linguistics literature" (Long & Richards 2007, p. xi). This research timeline provides a systematic overview of…

  10. Subcategory learning in normal and language learning-disabled adults: how much information do they need?

    Science.gov (United States)

    Richardson, Jessica; Harris, Laurel; Plante, Elena; Gerken, Louann

    2006-12-01

    The purpose of this experiment was to determine if nonreferential morphophonological information was sufficient to facilitate the learning of gender subcategories (i.e., masculine vs. feminine) in individuals with normal language (NL) and those with a history of language-based learning disabilities (HLD). Thirty-two adults listened for 18 min to a familiarization set of Russian words that included either 1 (single-marked) or 2 (double-marked) morphophonological markers indicating gender. Participants were then tested on their knowledge of both trained and untrained members of each gender subcategory. Testing indicated that morphophonological information is sufficient for lexical subcategory learning in both NL and HLD groups, although the HLD group had lower overall accuracy. The HLD group benefited from double-marking relative to single-marking for subcategory learning. The results demonstrated that learning through implicit mechanisms occurred after a relatively brief exposure to the language stimuli. In addition, the weaker overall learning by the HLD group was facilitated when multiple cues to linguistic subcategory were available in the input group members received.

  11. The Predicaments of Language Learners in Traditional Learning Environments

    Science.gov (United States)

    Shafie, Latisha Asmaak; Mansor, Mahani

    2009-01-01

    Some public universities in developing countries have traditional language learning environments such as classrooms with only blackboards and furniture which do not provide conducive learning environments. These traditional environments are unable to cater for digital learners who need to learn with learning technologies. In order to create…

  12. Self-Access Language Learning for Malaysian University Students

    Science.gov (United States)

    Tse, Andrew Yau Hau

    2012-01-01

    Just a few Malaysian universities offer self-access language learning activities to students. The objective of this study is to investigate if self-access learning can promote self-directed or autonomous learning in a public Malaysian technical university. Data collection is by means of interviewing the Director, lecturers, and students in a…

  13. How Does Anxiety Affect Second Language Learning? A Reply to Sparks and Ganschow.

    Science.gov (United States)

    MacIntyre, Peter D.

    1995-01-01

    Advocates that language anxiety can play a significant causal role in creating individual differences in both language learning and communication. This paper studies the role of anxiety in the language learning process and concludes that the linguistic coding deficit hypothesis errs in assigning epiphenomenal status to language anxiety. (57…

  14. Classroom tandem – Outlining a model for language learning and ınstruction

    Directory of Open Access Journals (Sweden)

    Katri Karjalaınen

    2013-11-01

    Full Text Available The aim of this paper is to outline classroom tandem by comparing it with informal tandem learning contexts and other language instruction methods. Classroom tandem is used for second language instruction in mixed language groups in the subjects of Finnish and Swedish as L2. Tandem learning entails that two persons with different mother tongues learn each other’s native languages in reciprocal cooperation. The students function, in turns, as a second language learner and as a model in the native language. We aim to give an overview description of the interaction in classroom tandem practice. The empirical data consists of longitudinal video recordings of meetings of one tandem dyad within a co-located Swedishmedium and Finnish-medium school. Focus in the analysis is on the language aspects the informants orient to and topicalize in their interaction. The language aspects vary depending on what classroom activities they are engaged in, text-based or oral activities.

  15. The Learning of Grammar: An Experimental Study. Experimental Studies on the Learning of Language, Progress Report II, Revised.

    Science.gov (United States)

    Torrey, Jane W.

    An experiment in language behavior comparing two methods of learning grammatical word order in a new language presents scientific evidence supporting the use of pattern drills in foreign language teaching. The experiment reviews the performance of three groups attempting to learn small segments of Russian "microlanguage": (1) a drill group learned…

  16. Language Learning Motivation and Language Attitudes in Multilingual Spain from an International Perspective

    Science.gov (United States)

    Lasagabaster, David

    2017-01-01

    In Spain, more than 40% of the population lives in officially bilingual regions in which the minority language is used as a means of instruction at school and university. In addition, the increasing importance attached to learning English has led to the proliferation of multilingual school programs in which different languages are used to teach…

  17. Are Commercial "Personal Robots" Ready for Language Learning? Focus on Second Language Speech

    Science.gov (United States)

    Moussalli, Souheila; Cardoso, Walcir

    2016-01-01

    Today's language classrooms are challenged with limited classroom time and lack of input, and output practice in a stress-free environment (Hsu, 2015). The use of commercial, readily available tools such as Personal Robots (PRs; e.g. Amazon's Echo, Jibo) might promote language learning by freeing up class time, allowing for a more focused…

  18. An Exploration of Sources of Foreign Language Teacher Motivation in Iran

    OpenAIRE

    Seyyed Mohammad Alavi; Zohreh Mehmandoust

    2011-01-01

    This study aimed to investigate sources of motivation of English language teachers in Iranian public and private language schools. To this end, a Language Teacher Motivation Source (LTMS) questionnaire was developed on the basis of the related literature. The LTMS examined four sources of motivation, i. e., extrinsic (economic, social, emotional, educational), intrinsic, altruistic, and subject matter motivation. Having been piloted and validated, the LTMS was administered to 200 male and fem...

  19. Grammar Engineering Support for Precedence Rule Recovery and Compatibility Checking

    NARCIS (Netherlands)

    Bouwers, E.; Bravenboer, M.; Visser, E.

    2007-01-01

    A wide range of parser generators are used to generate parsers for programming languages. The grammar formalisms that come with parser generators provide different approaches for defining operator precedence. Some generators (e.g. YACC) support precedence declarations, others require the grammar to

  20. EFL Students’ Attitudes and Perception towards English Language Learning and Their English Language Proficiency: A Study from Assa’adah Islamic Boarding School, Indonesia

    Directory of Open Access Journals (Sweden)

    Falita G. Jaliyya

    2017-08-01

    Full Text Available The English language has been given the status of Foreign Language (FL in Indonesia, unlike the language being a second language in its neighbouring countries. However, the language has becoming quite popular and dominant in certain parts of Indonesian schools, especially private schools and colleges. Thus, this investigation sought to examine the attitudes and perceptions of selected Indonesian English language learners. It also aspired to find out how these attitudes and perceptions towards the English language affect their proficiency. A qualitative research design employing the in-depth semi-structured interview was carried out with 12 students at the As’saadah Islamic Boarding School in Banten, West Java.  Thematic analyses were also performed to analyse the data. The findings point to the direction of students’ motivation in learning English as a foreign language. Students were found to have positive attitudes  and were motivated  to learn the language although learning the language might not stem from their own willingness to learn.

  1. Enhancing Students' Language Skills through Blended Learning

    Science.gov (United States)

    Banditvilai, Choosri

    2016-01-01

    This paper presents a case study of using blended learning to enhance students' language skills and learner autonomy in an Asian university environment. Blended learning represents an educational environment for much of the world where computers and the Internet are readily available. It combines self-study with valuable face-to-face interaction…

  2. Language Learning Podcasts and Learners' Belief Change

    Science.gov (United States)

    Basaran, Süleyman; Cabaroglu, Nese

    2014-01-01

    The ubiquitous use of Internet-based mobile devices in educational contexts means that mobile learning has become a plausible alternative to or a good complement for conventional classroom-based teaching. However, there is a lack of research that explores and defines the characteristics and effects of mobile language learning (LL) through language…

  3. Tableau's Influence on the Oral Language Skills of Students with Language-Based Learning Disabilities

    Science.gov (United States)

    Anderson, Alida; Berry, Katherine A.

    2017-01-01

    This study examined the influence of tableau on the expressive language skills of three students with language-based learning disabilities in inclusive urban fourth-grade English language arts (ELA) classroom settings. Data were collected on linguistic productivity, specificity, and narrative cohesion through analysis of students' responses to…

  4. Construction of the Questionnaire on Foreign Language Learning Strategies in Specific Croatian Context.

    Science.gov (United States)

    Božinović, Nikolina; Sindik, Joško

    2017-03-01

    Learning strategies are special thoughts or behaviours that individuals use to understand, learn or retain new information, according to the point of view of O’Malley & Chamot. The other view, promoted by Oxford, believes learning strategies are specific actions taken by the learner to make learning easier, faster, more enjoyable, and more transferrable to new situations of language learning and use. The use of appropriate strategies ensures greater success in language learning. The aim of the research was to establish metric characteristics of the Questionnaire on learning strategies created by the author, in line with the template of the original SILL questionnaire (Strategy Inventory for Language Learning). The research was conducted at the Rochester Institute of Technology Croatia on a sample of 201 participants who learned German, Spanish, French and Italian as a foreign language. The results have shown that one-component latent dimensions which describe the space of foreign language learning strategies according to Oxford’s classification, have metric characteristics which are low, but still satisfactory (reliability and validity). All dimensions of learning strategies appeared not to be adequately defined. Therefore, we excluded compensation strategies and merged social and affective strategies into social-affective strategies into the unique dimension. Overall, this version of Oxford’s original questionnaire, based on Oxford’s theoretical construct, applied on Croatian students, clearly shows that current version of the questionnaire has poor metric characteristics. One of the explanations of the results obtained could be positioned in multicultural context and intercultural dialogue. Namely, particular social, political and economic context in Croatia could shape even foreign language learning strategies.

  5. Field of Study, Learning Styles, and Language Learning Strategies of University Students: Are There Any Relations?

    Science.gov (United States)

    Sahragard, Rahman; Khajavi, Yaser; Abbasian, Reza

    2016-01-01

    The present study aimed to investigate the possible relationships between field of study, learning style preferences, and language learning strategies among university students majoring in the fields of arts and humanities, science, engineering, social sciences, and English as a foreign language. To this end, 376 university students completed the…

  6. Executive Functioning and Figurative Language Comprehension in Learning Disabilities

    Science.gov (United States)

    Bishara, Saied; Kaplan, Shani

    2016-01-01

    The goal of the research was to examine executive functioning and figurative language comprehension among students with learning disabilities as compared to students without learning disabilities. As part of the research, we examined 20 students with learning disabilities and 21 students with no learning disabilities, both groups of students…

  7. 76 FR 54283 - 30-Day Notice of Proposed Information Collections: Language Learning Survey Questions

    Science.gov (United States)

    2011-08-31

    ...: Language Learning Survey Questions ACTION: Notice of request for public comment and submission to OMB of... the Paperwork Reduction Act of 1995. Title of Information Collection: Language Learning Programs: Pre... critical language learning instruction. Estimated Number of Respondents: 1,400 annually Estimated Number of...

  8. Scaffolded instruction: promoting biliteracy for second language learners with language/learning disabilities

    Directory of Open Access Journals (Sweden)

    Lorri M. Johnson-Perrodin

    1998-04-01

    Full Text Available For culturally and linguistically diverse learners, scaffolded instruction is important for not only content learning but for second language learning. In this case study of two bilingual education teachers and their third grade students, we expand the traditional concept of scaffolded instruction (e.g., experts, tools, routines to include Krashen's notion of comprehensible input (1982 as a scaffold for acquiring a second language yielding an effective transfer of first language (L1 academic language development to second language (L2 academic language development. A variety of scaffolds were used as multiple support systems that facilitated the biliteracy learning process for the students. Peer interactions, expert/ novice groupings, and literacy tools and routines were some of the scaffolds used to facilitate biliteracy instruction. Key to transfer from L1 to L2 was the teaching the tools and routines in the students' L1 prior to biliteracy instruction. Considerations for students with language/learning disabilities (LLD were included in this case study. Results suggest that by scaffolding for L2 development using previously acquired knowledge from first language (L1 instruction, students including those with LLD efficiently transferred cognitive academic skills from L1 to L2. Educational implications are discussed. Para alumnos cultural y linguisticamente diversos, la instrucción basada en el andamiaje es importante no unicamente para el contenido del aprendizaje sino para el aprendizaje de un segundo idioma. En este estudio de caso de dos profesores bilingües y sus alumnos de tercer curso, ampliamos el tradicional concepto de instrucción mediante andamiaje (e.g.,expertos, herramientas, rutinas incluyendo la noción de Krashen de entrada comprensiba (1982 como un apoyo para adquirir un segundo lenguaje produciendo un transfer efectivo del primer idioma desarrollado academicamente (L1 al segundo (L2. Una gran variedad de andamiajes fueron

  9. The Role of Audiovisual Mass Media News in Language Learning

    Science.gov (United States)

    Bahrani, Taher; Sim, Tam Shu

    2011-01-01

    The present paper focuses on the role of audio/visual mass media news in language learning. In this regard, the two important issues regarding the selection and preparation of TV news for language learning are the content of the news and the linguistic difficulty. Content is described as whether the news is specialized or universal. Universal…

  10. Sources of Foreign Language Student Teacher Anxiety: A Qualitative Inquiry

    Directory of Open Access Journals (Sweden)

    Ali Merç

    2011-04-01

    Full Text Available This study aimed to Şnd out the sources of foreign language student teacher anxiety experienced by Turkish EFL student teachers throughout the teaching practicum using qualitative data collection tools. 150 student teachers completing their teaching practicum as part of their graduation requirement at Anadolu University Faculty of Education English Language Teaching Program participated in the study. The research tools were diaries kept by student teachers and semistructured interviews conducted with 30 of the participant student teachers. Constant Comparison Method was used to analyze the qualitative data. The analysis of the data revealed six main categories as the sources of foreign language student teacher anxiety: students and class profiles, classroom management, teaching procedures, being observed, mentors, and miscellaneous. Each source of foreign language student teacher anxiety is described and exempliŞed with extracts from student teachers’ diaries or interview records. The findings are discussed along the recent literature on foreign language student teacher anxiety. Suggestions for foreign language teacher education programs are also provided

  11. Foreign Language Teaching and Learning in the Netherlands 1500-2000: An Overview

    Science.gov (United States)

    Wilhelm, Frans

    2018-01-01

    The Netherlands are quite unique in that the Dutch have always learned various foreign languages. Until 1940, French was the most important foreign language. Between roughly 1870 and 1970, Dutch learners in grammar schools and higher secondary schools were even obliged to learn three foreign languages: French, German and English. Since 1970,…

  12. Usability of English Note-Taking Applications in a Foreign Language Learning Context

    Science.gov (United States)

    Roy, Debopriyo; Brine, John; Murasawa, Fuyuki

    2016-01-01

    The act of note-taking offloads cognitive pressure and note-taking applications could be used as an important tool for foreign language acquisition. Its use, importance, and efficacy in a foreign language learning context could be justifiably debated. However, existing computer-assisted language learning literature is almost silent on the topic.…

  13. Technology Assisted Language Learning is a silver bullet for enhancing Language competence and performance: A Case Study

    Directory of Open Access Journals (Sweden)

    Jameel Ahmad

    2016-11-01

    Full Text Available Technology Assisted Language Learning (TALL is an infallible means to develop profound knowledge and wide range of language skills. It instills in EFL learners an illimitable passion for task-based and skills oriented learning rather than rote memorization. New technological gadgets have commoditized a broad-based learning and teaching avenues and brought the whole learning process to life. A vast variety of authentic online- learning resources, motivational visual prompts, exciting videos, web-based interactivity and customizable language software, email, discussion forums, Skype, Twitter, apps, Internet mobiles, Facebook and YouTube have become obtrusive tools to enhance competence and performance in EFL teaching and learning realms. Technology can also provide various types of scaffolding for students learning to read. Nevertheless, instructors can also enhance their pedagogical effectiveness. However, the main focus of interest in this study is to ascertain to what extent the modern technological devices augment learners’ competence and performance specifically in vocabulary learning, grammatical accuracy and listening/ speaking skills. The remarkable scores of empirical surveys conducted in the present study reveal that TALL does assist learners to improve listening / speaking skills, pronunciation, extensive vocabulary and grammatical accuracy. The findings also manifest that the hybridity, instantaneity and super-diversity of digital learning lay far-reaching impact on learners' motivation for learning and incredibly maneuver learners to immerse in the whole learning process.

  14. STUDENTS’ MOTIVATION, DEMOTIVATION AND AMOTIVATION IN SECOND LANGUAGE LEARNING

    OpenAIRE

    Andreea Maciu

    2011-01-01

    The aim of this paper is to present methods that will improve teaching as regards second language learning in order to motivate students in their learning process and to maintain their motivation constantly alert. The discussion also introduces and explains amotivation, in close connection with motivation and demotivation. Teachers have to continuously interract with their students effectively, be alert to their feedback, and constantly improve their methods of teaching a second language by s...

  15. Developing user-centered concepts for language learning video games

    OpenAIRE

    Poels, Yorick; Annema, Jan Henk; Zaman, Bieke; Cornillie, Frederik

    2012-01-01

    This paper will report on an ongoing project which aims to develop video games for language learning through a user-centered and evidence-based approach. Therefore, codesign sessions were held with adolescents between 14 and 16 years old, in order to gain insight into their preferences for educational games for language learning. During these sessions, 11 concepts for video games were developed. We noticed a divide between the concepts for games that were oriented towa...

  16. A New Approach to Programming Language Education for Beginners with Top-Down Learning

    Directory of Open Access Journals (Sweden)

    Daisuke Saito

    2013-12-01

    Full Text Available There are two basic approaches in learning new programming language: a bottom-up approach and a top-down approach. It has been said that if a learner has already acquired one language, the top-down approach is more efficient to learn another while, for a person who has absolutely no knowledge of any programming languages; the bottom-up approach is preferable. The major problem of the bottom-up approach is that it requires longer period to acquire the language. For quicker learning, this paper applies a top-down approach for a beginners who has not yet acquired any programming languages.

  17. Language Learning Styles Used By Students Of Basic English Course (Bec) Pare

    OpenAIRE

    HIDAYAH, ULFA NURUL

    2013-01-01

    Learning styles are the important factors to help students to learn a second or foreign language. A learning habit of every individual is needed to support the student's learning to be more effective, for example by taking an English course. Learning styles can be classified into: visual, auditory, kinesthetic, tactile, group, and individual. This study is conducted to examine the language learning styles applied by the students of Basic English Course (BEC) in Pare, Kediri. This study applie...

  18. Foreign language vocabulary learning: word-type effects during the labeling stage

    NARCIS (Netherlands)

    de Groot, A.M.B.; van den Brink, R.C.L.; Kail, M.; Hickmann, M.

    2010-01-01

    This chapter reviews the results of a set of experiments that examined foreign-language (FL) vocabulary learning by late learners, exploiting the paired-associate-learning (PAL) paradigm. The effects on acquisition and retention of the concreteness and frequency of the native-language (L1) words,

  19. Integrating Telecollaboration for Intercultural Language Acquisition at Secondary Education: Lessons Learned

    Science.gov (United States)

    Jauregi, Kristi

    2015-01-01

    The TILA project originated from the need to explore whether and how telecollaboration affects language learning processes for communication, intercultural understanding and motivation of youngsters learning foreign languages at secondary schools and to empower teachers to pioneer meaningful pedagogical innovation in the curriculum of foreign…

  20. Sentence Processing in an Artificial Language: Learning and Using Combinatorial Constraints

    Science.gov (United States)

    Amato, Michael S.; MacDonald, Maryellen C.

    2010-01-01

    A study combining artificial grammar and sentence comprehension methods investigated the learning and online use of probabilistic, nonadjacent combinatorial constraints. Participants learned a small artificial language describing cartoon monsters acting on objects. Self-paced reading of sentences in the artificial language revealed comprehenders'…

  1. Impact of Contextuality on Mobile Learning Acceptance: An Empirical Study Based on a Language Learning App

    Science.gov (United States)

    Böhm, Stephan; Constantine, Georges Philip

    2016-01-01

    Purpose: This paper aims to focus on contextualized features for mobile language learning apps. The scope of this paper is to explore students' perceptions of contextualized mobile language learning. Design/Methodology/Approach: An extended Technology Acceptance Model was developed to analyze the effect of contextual app features on students'…

  2. Adults learning Finnish as a foreign language : role of support, emotions and reasons connected with learning

    OpenAIRE

    MacKenzie, Ashley

    2015-01-01

    The purpose of this research study was to examine adults learning Finnish as a foreign language while striving to understand the reasons behind their decisions to do so, the support that was individually offered to the participants, how they felt throughout the learning process, and whether or not they found themselves to be self-reliant learners, as per Knowles’ andragogy theory. This study set out to examine adult language learners participating in the language and integration program at Pa...

  3. Individual differences in adult foreign language learning: the mediating effect of metalinguistic awareness.

    Science.gov (United States)

    Brooks, Patricia J; Kempe, Vera

    2013-02-01

    In this study, we sought to identify cognitive predictors of individual differences in adult foreign-language learning and to test whether metalinguistic awareness mediated the observed relationships. Using a miniature language-learning paradigm, adults (N = 77) learned Russian vocabulary and grammar (gender agreement and case marking) over six 1-h sessions, completing tasks that encouraged attention to phrases without explicitly teaching grammatical rules. The participants' ability to describe the Russian gender and case-marking patterns mediated the effects of nonverbal intelligence and auditory sequence learning on grammar learning and generalization. Hence, even under implicit-learning conditions, individual differences stemmed from explicit metalinguistic awareness of the underlying grammar, which, in turn, was linked to nonverbal intelligence and auditory sequence learning. Prior knowledge of languages with grammatical gender (predominantly Spanish) predicted learning of gender agreement. Transfer of knowledge of gender from other languages to Russian was not mediated by awareness, which suggests that transfer operates through an implicit process akin to structural priming.

  4. Digital Games in Language Learnıng and Teachıng

    Directory of Open Access Journals (Sweden)

    Buse Pekdemir

    2017-02-01

    Except these criticism, the book is quite useful to get some terms related to digital game- based language learning and teaching. Besides, its language pretty understandable to read even though they have lots of terminological information. So it doesn’t take a lot of time to read it. With all of these contents, the book can be considered as a good resource for investigating digital game-based language learning and teaching and it can be used for teaching some certain materials to the learners who are seeking for a good structured language teaching digital games.

  5. The Effectiveness of Dialogic Reading in Increasing English Language Learning Preschool Children's Expressive Language

    Science.gov (United States)

    Brannon, Diana; Dauksas, Linda

    2014-01-01

    The effectiveness of dialogic reading in increasing the literacy interactions between English language learning parents (ELL) and their preschool aged children and children's expressive language development were studied. Twenty-one ELL parents of preschool aged children received dialogic reading training every other week for a ten-week period.…

  6. How Emotional Intelligence and Language Learning Strategies Interact in an EFL Setting

    Directory of Open Access Journals (Sweden)

    Alireza Shakarami

    2015-03-01

    Full Text Available Looking at learning procedure in general and language learning in particular, variations abound in learning processes and styles.  Along this journey, some learners travel/move ahead smoothly and some others are faced with challenges of different sorts.  Among the significant factors contributing to more effective and efficient language learning output, motivation, attitude, and personality traits play major roles. However, the role played by the intelligence seems to be critical in any language learning tasks and activities. Emotional Intelligence, which is believed to harmonize cognitive and emotional dispositions, seems to be indispensable to the interrelation between the learner’s Multiple Intelligence makeup and respective preferred learning strategies.   This can be used to develop materials and teaching tasks to become more or less compatible with the learners’ varying preferences and abilities, thereby promoting their achievements. The findings of the study pertaining to the interrelation of students’ Multiple Intelligence profile and their preferred Language Learning Strategies can be used to plan and categorize language learning and teaching tasks and materials in order to modify them more in accordance with the choice of the students. The educators might use the findings to choose from among various teaching materials to satisfy the needs of their learners with different illiteracies through conducting need analysis prior to choosing any learning and teaching content materials.

  7. Statistical word learning in children with autism spectrum disorder and specific language impairment.

    Science.gov (United States)

    Haebig, Eileen; Saffran, Jenny R; Ellis Weismer, Susan

    2017-11-01

    Word learning is an important component of language development that influences child outcomes across multiple domains. Despite the importance of word knowledge, word-learning mechanisms are poorly understood in children with specific language impairment (SLI) and children with autism spectrum disorder (ASD). This study examined underlying mechanisms of word learning, specifically, statistical learning and fast-mapping, in school-aged children with typical and atypical development. Statistical learning was assessed through a word segmentation task and fast-mapping was examined in an object-label association task. We also examined children's ability to map meaning onto newly segmented words in a third task that combined exposure to an artificial language and a fast-mapping task. Children with SLI had poorer performance on the word segmentation and fast-mapping tasks relative to the typically developing and ASD groups, who did not differ from one another. However, when children with SLI were exposed to an artificial language with phonemes used in the subsequent fast-mapping task, they successfully learned more words than in the isolated fast-mapping task. There was some evidence that word segmentation abilities are associated with word learning in school-aged children with typical development and ASD, but not SLI. Follow-up analyses also examined performance in children with ASD who did and did not have a language impairment. Children with ASD with language impairment evidenced intact statistical learning abilities, but subtle weaknesses in fast-mapping abilities. As the Procedural Deficit Hypothesis (PDH) predicts, children with SLI have impairments in statistical learning. However, children with SLI also have impairments in fast-mapping. Nonetheless, they are able to take advantage of additional phonological exposure to boost subsequent word-learning performance. In contrast to the PDH, children with ASD appear to have intact statistical learning, regardless of

  8. Language Learning Strategies of Turkish and Arabic Students: A Cross-Cultural Study

    Science.gov (United States)

    Köksal, Dinçay; Ulum, Ömer Gökhan

    2016-01-01

    This study investigates the language learning strategy use of Turkish and Arabic students enrolled in middle schools and having different cultural and linguistic backgrounds. Using a strategy inventory for language learning, the study examines the cross-cultural differences in strategy use of the mentioned students while learning English as a…

  9. Sampling Assumptions Affect Use of Indirect Negative Evidence in Language Learning.

    Directory of Open Access Journals (Sweden)

    Anne Hsu

    Full Text Available A classic debate in cognitive science revolves around understanding how children learn complex linguistic patterns, such as restrictions on verb alternations and contractions, without negative evidence. Recently, probabilistic models of language learning have been applied to this problem, framing it as a statistical inference from a random sample of sentences. These probabilistic models predict that learners should be sensitive to the way in which sentences are sampled. There are two main types of sampling assumptions that can operate in language learning: strong and weak sampling. Strong sampling, as assumed by probabilistic models, assumes the learning input is drawn from a distribution of grammatical samples from the underlying language and aims to learn this distribution. Thus, under strong sampling, the absence of a sentence construction from the input provides evidence that it has low or zero probability of grammaticality. Weak sampling does not make assumptions about the distribution from which the input is drawn, and thus the absence of a construction from the input as not used as evidence of its ungrammaticality. We demonstrate in a series of artificial language learning experiments that adults can produce behavior consistent with both sets of sampling assumptions, depending on how the learning problem is presented. These results suggest that people use information about the way in which linguistic input is sampled to guide their learning.

  10. Sampling Assumptions Affect Use of Indirect Negative Evidence in Language Learning

    Science.gov (United States)

    2016-01-01

    A classic debate in cognitive science revolves around understanding how children learn complex linguistic patterns, such as restrictions on verb alternations and contractions, without negative evidence. Recently, probabilistic models of language learning have been applied to this problem, framing it as a statistical inference from a random sample of sentences. These probabilistic models predict that learners should be sensitive to the way in which sentences are sampled. There are two main types of sampling assumptions that can operate in language learning: strong and weak sampling. Strong sampling, as assumed by probabilistic models, assumes the learning input is drawn from a distribution of grammatical samples from the underlying language and aims to learn this distribution. Thus, under strong sampling, the absence of a sentence construction from the input provides evidence that it has low or zero probability of grammaticality. Weak sampling does not make assumptions about the distribution from which the input is drawn, and thus the absence of a construction from the input as not used as evidence of its ungrammaticality. We demonstrate in a series of artificial language learning experiments that adults can produce behavior consistent with both sets of sampling assumptions, depending on how the learning problem is presented. These results suggest that people use information about the way in which linguistic input is sampled to guide their learning. PMID:27310576

  11. Discovery learning in the language-for-translation classroom: corpora as learning aids

    Directory of Open Access Journals (Sweden)

    Silvia Bernardini

    2016-06-01

    Full Text Available This contribution reviews the idea of discovery learning with corpora, proposed in the 1990s, evaluating its potential and its implications with reference to the education of translators today. The rationale behind this approach to data-driven learning, combining project-based and form-focused instruction within a socio-constructivistically inspired environment, is discussed. Examples are also provided of authentic, open-ended learning experiences, thanks to which students of translation share responsibility over the development of corpora and their consultation, and teachers can abandon the challenging role of omniscient knowledge providers and wear the more honest hat of "learning experts". Adding to the more straightforward uses of corpora in courses that aim to develop thematic, technological and information mining competences – i.e., in which training is offered in the use of corpora as professional aids –, attention is focused on foreign language teaching for translators and on corpora as learning aids, highlighting their potential for the development of the three other European Master's in Translation (EMT competences (translation service provision, language and intercultural ones.

  12. Discovery learning in the language-for-translation classroom: corpora as learning aids

    Directory of Open Access Journals (Sweden)

    Silvia Bernardini

    2016-04-01

    This contribution reviews the idea of discovery learning with corpora, proposed in the 1990s, evaluating its potential and its implications with reference to the education of translators today. The rationale behind this approach to data-driven learning, combining project-based and form-focused instruction within a socio-constructivistically inspired environment, is discussed. Examples are also provided of authentic, open-ended learning experiences, thanks to which students of translation share responsibility over the development of corpora and their consultation, and teachers can abandon the challenging role of omniscient knowledge providers and wear the more honest hat of "learning experts". Adding to the more straightforward uses of corpora in courses that aim to develop thematic, technological and information mining competences – i.e., in which training is offered in the use of corpora as professional aids –, attention is focused on foreign language teaching for translators and on corpora as learning aids, highlighting their potential for the development of the three other European Master's in Translation (EMT competences (translation service provision, language and intercultural ones.

  13. Parsing with subdomain instance weighting from raw corpora

    NARCIS (Netherlands)

    Plank, B.; Sima'an, K.

    2008-01-01

    The treebanks that are used for training statistical parsers consist of hand-parsed sentences from a single source/domain like newspaper text. However, newspaper text concerns different subdomains of language use (e.g. finance, sports, politics, music), which implies that the statistics gathered by

  14. Parsing with Subdomain Instance Weighting from Raw Corpora

    NARCIS (Netherlands)

    Plank, Barbara; Sima'an, Khalil

    2008-01-01

    The treebanks that are used for training statistical parsers consist of hand-parsed sentences from a single source/domain like newspaper text. However, newspaper text concerns different subdomains of language use (e.g. finance, sports, politics, music), which implies that the statistics gathered by

  15. Governmental partnerships for language learning: A commercial language platform for young workers in Colombia

    Directory of Open Access Journals (Sweden)

    Gustavo Garcia Botero

    2017-10-01

    Full Text Available In June 2015, the Colombian government via the Labor Ministry announced a project for young workers called 40.000 Primeros Empleos. In the framework of this project, the Ministry of Labor signed an alliance with the language platform Duolingo as a strategy to provide participants with English learning opportunities and a free language certificate. With the help of a monitoring and evaluation perspective, this study describes Colombian English language learning policies and their relationship with the labour market. The discussion presented here intends to maximize the outcomes of these kinds of agreements and to provide insights for researchers and national stakeholders willing to carry out similar projects in their countries. Certification is also thoroughly analyzed as a means of estimating the possible impact of this partnership.

  16. Fitting In versus Learning: A Challenge for Migrants Learning Languages Using Smartphones

    Science.gov (United States)

    Gaved, Mark; Peasgood, Alice

    2017-01-01

    There is great interest in the potential of smartphones to enable language learning during daily activities. However, this overlooks the paradox faced by migrant learners that while they have the educational goal of seeking to improve their language skills, they also have the cultural goal of fitting into the host society. Inappropriate use of…

  17. The Relationship between Global Competence and Language Learning Motivation: An Empirical Study in Critical Language Classrooms

    Science.gov (United States)

    Semaan, Gaby; Yamazaki, Kasumi

    2015-01-01

    This article examines the relationship between global competence and second language learning motivation in critical language classrooms. Data were collected from 137 participants who were studying critical languages (Arabic, Chinese, Japanese, Korean, Persian) at two universities on the East and West Coasts of the United States, using a 30-item…

  18. Language Lateralization Shifts with Learning by Adults

    Science.gov (United States)

    Plante, Elena; Almryde, Kyle; Patterson, Dianne K.; Vance, Christopher J.; Asbjørnsen, Arve E.

    2014-01-01

    For the majority of the population, language is a left hemisphere lateralized function. During childhood, a pattern of increasing left lateralization for language has been described in brain imaging studies, suggesting this trait develops. This development could reflect change due to brain maturation or change due to skill acquisition, given that children acquire and refine language skills as they mature. We test the possibility that skill acquisition, independent of age-associated maturation can result in shifts in language lateralization in classic language cortex. We imaged adults exposed to unfamiliar language during three successive fMRI scans. Participants were then asked to identify specific words embedded in Norwegian sentences. Exposure to these sentences, relative to complex tones, resulted in consistent activation in the left and right superior temporal gyrus. Activation in this region became increasingly left lateralized with repeated exposure to the unfamiliar language. These results demonstrate that shifts in lateralization can be produced in the short-term within a learning context, independent of maturation. PMID:25285756

  19. The Relationship between Computer-Assisted Language Learning and Student Achievement on Language Tests

    Science.gov (United States)

    Umstead, Lyubov

    2013-01-01

    The number of English Language Learners (ELLs) is rapidly growing. Teachers continue facing challenges in providing effective content instruction to ELLs while helping them learn English. New and improved approaches are necessary to meet the individual learning needs of this diverse group of students and help them progress academically while…

  20. Infant sensitivity to speaker and language in learning a second label.

    Science.gov (United States)

    Bhagwat, Jui; Casasola, Marianella

    2014-02-01

    Two experiments examined when monolingual, English-learning 19-month-old infants learn a second object label. Two experimenters sat together. One labeled a novel object with one novel label, whereas the other labeled the same object with a different label in either the same or a different language. Infants were tested on their comprehension of each label immediately following its presentation. Infants mapped the first label at above chance levels, but they did so with the second label only when requested by the speaker who provided it (Experiment 1) or when the second experimenter labeled the object in a different language (Experiment 2). These results show that 19-month-olds learn second object labels but do not readily generalize them across speakers of the same language. The results highlight how speaker and language spoken guide infants' acceptance of second labels, supporting sociopragmatic views of word learning. Copyright © 2013 Elsevier Inc. All rights reserved.