Essays about: "Parallel languages"

Showing result 21 - 25 of 75 essays containing the words Parallel languages.

  1. 21. Finding case through personal names in parallel texts

    University essay from Stockholms universitet/Institutionen för lingvistik

    Author : Gustav Finnveden; [2019]
    Keywords : Case; Personal names; Parallel texts; Information entropy; Bible corpus; Indirect measurement; Kasus; Personnamn; Parallella texter; Informationsentropi; Bibelkorpus; Indirekta mått;

    Abstract : The aim of this study is to evaluate whether the ‘richness’ of the marking on personal names is an adequate indirect measure of a language’s case usage. The method uses parallel texts to identify, and group by lemma, names in over a thousand languages. READ MORE

  2. 22. What may or may not be certain : A Study of the Translation of Hedging Devices from English to Swedish in a Non-Fiction Text

    University essay from Linnéuniversitetet/Institutionen för språk (SPR)

    Author : Antonia Kjellström; [2019]
    Keywords : English to Swedish; hedges; hedging devices; non-fiction; translation;

    Abstract : Hedges, or hedging devices, are strategies that the writer or speaker can use in order to convey probability, impreciseness or vagueness. Hedges can appear in most parts of speech, for example as adjectives, adverbs or modal or lexical verbs. This study investigates the translation of hedging devices in a non-fiction text from English to Swedish. READ MORE

  3. 23. Implementation of Data Parallel Primitives on MIMD Shared Memory Systems

    University essay from Mälardalens högskola/Akademin för innovation, design och teknik

    Author : Christian Mortensen; [2019]
    Keywords : Data parallel; data parallelism; Shared memory; MIMD; primitives;

    Abstract : This thesis presents an implementation of a multi-threaded C library for performing data parallel computations on MIMD shared memory systems, with support for user defined operators and one-dimensional sparse arrays. Multi-threaded parallel execution was achieved by the use of the POSIX threads, and the library exposes several functions for performing data parallel computations directly on arrays. READ MORE

  4. 24. A Comparison of the Capability Systems of Encore, Pony and Rust

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Jessica Hillert; [2019]
    Keywords : ;

    Abstract : One of the problems with parallel programming is sharing data. A solution to this problem is to enforce restrictions/capabilities upon objects, references or data. This is how the programming languages Encore, Pony and Rust handles this problem. READ MORE

  5. 25. Parallelism in Go and Java : A Comparison of Performance Using Matrix Multiplication

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Tobias Andersson; Christoffer Brenden; [2018]
    Keywords : Goroutines; Threads; Comparison; Matrices;

    Abstract : This thesis makes a comparison between the performance of Go and Java using parallelizedimplementations of the Classic Matrix Multiplication Algorithm (CMMA). The comparisonattempts to only use features for parallelization, goroutines for Go and threads for Java,while keeping other parts of the code as generic and comparable as possible to accuratelymeasure the performance during parallelization. READ MORE