csqsiew/langnetr: Creates a language network based on similarity

Converts a list of words into a language network. Each node in the network is one word in the list. Edges are placed between pairs of words with edit distance = 1. List of words can be either phonological transcriptions or orthographic representations. Outputs an igraph object for further analysis. Also relabels node ids with labels.

Getting started

Package details

MaintainerCynthia Siew <cynsiewsq@gmail.com>
LicenseAnyone can use it.
Version0.1.0
URL http://github.com/csqsiew/langnetr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("csqsiew/langnetr")
csqsiew/langnetr documentation built on May 14, 2019, 10:37 a.m.