CRAN

MoLE 1.0.1

Modeling Language Evolution

Released Oct 24, 2017 by Sander Lestrade

This package is available for Renjin and there are no known compatibility issues.

Model for simulating language evolution in terms of cultural evolution (Smith & Kirby (2008) ; Deacon 1997). The focus is on the emergence of argument-marking systems (Dowty (1991) , Van Valin 1999, Dryer 2002, Lestrade 2015a), i.e. noun marking (Aristar (1997) , Lestrade (2010) ), person indexing (Ariel 1999, Dahl (2000) , Bhat 2004), and word order (Dryer 2013), but extensions are foreseen. Agents start out with a protolanguage (a language without grammar; Bickerton (1981) , Jackendoff 2002, Arbib (2015) ) and interact through language games (Steels 1997). Over time, grammatical constructions emerge that may or may not become obligatory (for which the tolerance principle is assumed; Yang 2016). Throughout the simulation, uniformitarianism of principles is assumed (Hopper (1987) , Givon (1995) , Croft (2000), Saffran (2001) , Heine & Kuteva 2007), in which maximal psychological validity is aimed at (Grice (1975) , Levelt 1989, Gaerdenfors 2000) and language representation is usage based (Tomasello 2003, Bybee 2010). In Lestrade (2015b) , Lestrade (2015c) , and Lestrade (2016) ), which reported on the results of preliminary versions, this package was announced as WDWTW (for who does what to whom), but for reasons of pronunciation and generalization the title was changed.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>MoLE</artifactId>
    <version>1.0.1-b10</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:MoLE')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.

Source

R

View GitHub Mirror

Release History