Semi-Automatic Analysis of Sound Correspondences


[Up] [Top]

Documentation for package ‘soundcorrs’ version 0.4.0

Help Pages

%hasPrefix% Check if a string starts with another string.
%hasSuffix% Check if a string ends in another string.
addSeparators Intersperse a vector of strings with a character or string.
allCooccs Generate all co-occurrence contingency tables for a dataset.
allPairs Produce a list of all sound correspondences and all pairs in which they are attested.
applyChanges Apply a series of sound changes to a series of words.
binTable Sum all rows and all columns in a table, except for the selected ones.
cbind.soundcorrs Attach one or more columns to a 'soundcorrs' object.
char2value Information that the 'char2value()' function is obsolete.
coocc Generate a contingency table of co-occurrences of sound correspondences with themselves, or with metadata.
expandMeta Expand custom metacharacters to regular expressions.
findExamples Find all pairs/triples/... with corresponding sequences of sounds.
findPairs A convenience wrapper around 'findExamples'.
findSegments Information that the 'findSegments' function is obsolete.
fitTable Fit multiple models to multiple datasets.
formatter.html A formatter for 'allPairs'. This one formats to HTML.
formatter.latex A formatter for 'allPairs'. This one formats to LaTeX.
formatter.none A formatter for 'allPairs'. This one does practically no formatting at all.
lapplyTest Apply a function to a list.
loadSampleDataset Load one of 'soundcorrs" sample datasets.
long2wide Convert from the long format (single entry per row) to the wide format (multiple entries per row).
merge.soundcorrs Merge two or more 'soundcorrs' objects.
multiFit Fit multiple models to one dataset.
ngrams N-grams and their frequencies.
ngrams.scOne Information that the 'scOne' class is obsolete.
print.df.findExamples Pretty printing for the result of 'findExamples'.
print.list.applyChanges Pretty printing for the result of 'applyChanges'.
print.scOne Information that the 'scOne' class is obsolete.
print.soundchange A more reasonable display of a 'soundchange' object.
print.soundcorrs A more reasonable display of a 'soundcorrs' object.
print.transcription A more reasonable display of a 'transcription' object.
print.tree.applyChanges Pretty printing for part of the result of 'applyChanges'.
read.scOne Information that the 'scOne' class is obsolete.
read.soundcorrs Read data for a single language from a tsv file.
read.transcription Read transcription from a tsv file.
scOne Information that the 'scOne' class is obsolete.
soundchange Constructor function for the 'soundchange' class.
soundcorrs Constructor function for the 'soundcorrs' class.
soundcorrsGUI GUI for 'soundcorrs'.
subset.soundcorrs Return a subset of sound correspondences data which meets a condition.
summary.list.lapplyTest A quick summary of the result of 'lapplyTest'.
summary.list.multiFit A comparison of the results produced by 'fitTable' or 'multiFit'.
summary.soundcorrs Generate a segment-to-segment contingency table for two languages.
transcription Constructor function for the 'transcription' class.
vec2df.hist A vector to data frame converter for 'fitTable'. This one makes a histogram, and returns a data frame with midpoints and counts.
vec2df.id A vector to data frame converter for 'fitTable'. This one only does the necessary minimum.
vec2df.rank A vector to data frame converter for 'fitTable'. This one orders data by rank.
wide2long Convert from the wide format (multiple entries per row) to the long format (single entry per row).