CRAN
MoLE 1.0.1
Modeling Language Evolution
Released Oct 24, 2017 by Sander Lestrade
Model for simulating language evolution in terms of cultural evolution (Smith & Kirby (2008)
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>
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.
- ACTOR-examples
- AGENTFIRST-examples
- ALLNAS-examples
- ANALYZE-examples
- CANDIDATESCORE-examples
- CHECKSUCCESS-examples
- DECOMPOSE-examples
- DIE-examples
- EROSION-examples
- FIRSTINFIRSTOUT-examples
- FIRSTSPEAKER-examples
- FMATCH-examples
- FORMS-examples
- FOUND-examples
- FREQUPDATE-examples
- FUSE-examples
- GENERALIZE-examples
- GROUP-examples
- INTERPRET-examples
- INTERPRET.INT-examples
- MAX-examples
- NOUNDESEMANTICIZATION-examples
- NOUNMORPHOLOGY-examples
- NOUNS-examples
- PERSONUPDATE-examples
- PREPARE-examples
- PROCREATE-examples
- PRODUCE-examples
- PROPOSITION-examples
- PROTOINTERPRETATION-examples
- REDUCE-examples
- REFCHECK-examples
- RESCALE-examples
- RUN-examples
- SELECTACTOR-examples
- SEMUPDATE-examples
- SITUATION-examples
- SUCCESS-examples
- TALK-examples
- TOPICCOPY-examples
- TOPICFIRST-examples
- TURN-examples
- TYPEMATCH-examples
- VERBFINAL-examples
- VERBMORPHOLOGY-examples
- VERBS-examples
- VMATCH-examples
- WORDORDER-examples
- world-examples