To save content items to your account,
please confirm that you agree to abide by our usage policies.
If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account.
Find out more about saving content to .
To save content items to your Kindle, first ensure no-reply@cambridge.org
is added to your Approved Personal Document E-mail List under your Personal Document Settings
on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part
of your Kindle email address below.
Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations.
‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi.
‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Although the term ‘lexeme’ is of increasing importance in linguistics, the term is often not defined in a way which allows for firm decisions about where its boundaries lie. Various points of contention are illustrated, and it is shown that French and anglophone traditions on the nature of the lexeme differ.
The effect of phonetics on word-formation in phonaesthemes, diminutives and the influence of rhyme are discussed. A new way of looking at phonaesthemes is proposed, to avoid some contradictory findings.
Although stipulating what category a particular phenomenon illustrates rather than presenting arguments for the conclusion does not seem like a good way to carry out science, stipulation is frequent in linguistics, not only for categories like inflection, derivation and compound, but also notably for word-classes.
Chapter 3 introduces students to functions, which rapidly expands what they can do with MATLAB. For new programming students, this section begins with the underlying computer science principles of inputs and outputs, drawing connections to the same concepts in math. MATLAB functions are highly flexible in how they handle inputs and produce outputs, and this chapter explains those nuances in detail, using several often-used functions as examples. MATLAB also has special function features including multiple outputs and a unique syntax for functions which use text; as with input flexibility, the textbook explains their use and provides often-used example functions.
While borrowing from most languages does not affect the structure of English word-formation, the number of Greek and Latin loans and new words based on them is so overwhelming that new types of word-formation are created. Because loans and English (or other European) uses of the patterns do not always provide the same outputs, and because classical elements can be added to English elements, the neoclassical formations are difficult to describe.
Chapter 8 further develops students’ understanding of data structures by introducing several new ones. Higher-dimensional arrays are generalizations of the arrays they learned in Chapter 2, but can be hard to visualize because we live in a three-dimensional world, and this chapter includes several suggestions for managing higher-dimensional data. Cell arrays and structure arrays can store any data type, and students learn the unique syntaxes needed to manage this flexibility. Tables store spreadsheet-type data, which students are introduced to formally, while also learning the many indexing and display features that make this data type critical for data analysis. Multiple function outputs from Chapter 3 are introduced as their own data type with additional tricks for managing them. The chapter concludes with general tools for learning the structure of any MATLAB data type and the methods available for using it.
Although many new words occur in texts without attracting comment, there is evidence that people are aware of novelty in word-formation, and thus recognize new coinages
This chapter raises the question of why we need to study word-formation as well as other linguistic structures, why word-formation is different and what makes word-formation different.
Chapter 5 introduces perhaps the most difficult tools for new programmers to grasp, namely conditionals and loops, which control when, whether, and how often code executes. Presentation of conditionals and loops begins with descriptions of what they do: conditionals control whether code runs, or which piece of code runs from multiple options; while loops make code run repeatedly, either “while” some condition is met (“while” loops) or “for” each element of a set of values (“for” loops). This presentation makes clear to students how to translate these descriptions into MATLAB code, allowing them to see the correspondences between the broader programming task and the tools that accomplish them. Syntax is explored in detail, including common pitfalls and specification errors. Lastly, syntax for interrupting loops and changing their operation is presented, furthering students’ mastery of these critical tools.
Some words which might seem to be possible words are not used, because sometimes such words never become part of the norm. On the other hand, some words which do not appear to be possible words are used. Just how a possible word is to be defined is not clear, but the norm does appear to be a factor affecting the productivity of morphological processes.
While discussions of English tend to treat examples like pre- and post-war as a matter of coordination, German studies of parallel examples tend to treat them as matters of deletion under identity. The two different approaches give rise to different insights, though neither is perfect. The relevant constructions involve both derivatives and compounds, but constraints are hard to pin down.
Chapter 1 introduces students to MATLAB. Beginning with basic computer science concepts, the student is introduced to how computers work generally, and then to the MATLAB interface itself, instructing students on key buttons, tabs, and windows that they will use virtually every time they open MATLAB. The structure of writing code is introduced, wherein code can be tested in the console (Command Window in MATLAB) but ultimately should be stored and saved in scripts for later re-use. Students learn the basic variable operations: creation and modification (assignment) and later use (reference), and are introduced to the utility of these ubiquitous programming tools, Basic script structure and formatting is introduced, including how to create, modify, and use variables and add comments to their code. The chapter concludes with how to obtain help and access documentation from within MATLAB.
Chapter 14 presents the third application of MATLAB to behavioral sciences: conducting computerized experiments. Students learn basic experimental design before applying their programming knowledge from Chapters 1 to 11 to develop three experiments: the Flanker and N-Back tasks, and the Monty Hall probability puzzle. In the final, longest section of this chapter, students learn how to use the MATLAB add-on Psychtoolbox, which allows full control of and interaction with the screen, keyboard, mouse, and audio systems. The three experiments from earlier in the chapter are extended to incorporate Psychtoolbox functionality, and a new experiment, the Stroop task, concludes the chapter.