Distributional semantics in R with the
|
current version: 0.2-8 (22 Aug 2022) |
News: |
[2023-01-15] CRAN compatibility versions: wordspace v0.2-8 and sparsesvd v0.2-2 [2020-01-07] wordspace v0.2-6 relased on CRAN [2019-07-15] sparsesvd v0.2 relased on CRAN |
The wordspace package turns R into an interactive laboratory for empirical research on distributional semantic models (DSM). It consists of a small set of carefully designed functions, most of which (i) encapsulate non-trivial R operations in a user-friendly manner or (ii) provide efficient and memory-lean C implementations of key operations.
The package includes various example data sets, ranging from verb-noun co-occurrence data to standard evaluation tasks. Additional large pre-compiled models will be made available from the Web site.
See Evert (2014) for a more detailed description of the package, including benchmarks and a sample session. You can also read the package vignette (PDF, HTML) and try out all the code examples.
If you use wordspace in published research, it would be nice of you to cite the following paper:
The wordspace package and its dependencies are available from CRAN, the Comprehensive R Archive Network. It can easily be installed with a GUI installer or with the R command
install.packages("wordspace")Alternatively, you can download a local copy of the current version below and install it manually. Note that there are two separate packages, which need to be installed in this order: sparsesvd (a SVDLIBC wrapper) and wordspace itself.
sparsesvd
version 0.2-2sparsesvd_0.2-2.tar.gz
sparsesvd_0.2.tgz
(for R 3.6.x)sparsesvd_0.2.zip
(for R 3.6.x)wordspace
version 0.2-8wordspace_0.2-8.tar.gz
(1.7 MiB)wordspace_0.2-6.tgz
(2.1 MiB, for R 3.6.x)wordspace_0.2-6.zip
(2.6 MiB, for R 3.6.x)The wordspace package is free and open source. Like R itself, it is distributed under the GNU General Public License, version 3. SVDLIBC and the sparsesvd package are made available under a BSD license.
Developer and maintainer:
|
https://www.stephanie-evert.de/ |
https://www.linguistik.fau.de/
You should also subscribe to the wordspace mailing list, where you can get help and discuss ideas with other users.