cleanFreqTbl: clean a word frequency table to remove misspellings

Description Usage Arguments

View source: R/cleanFreqTbl.R

Description

takes frequency table of words as input, performs interactive spellchecking function and outputs cleaned table. R script with changes during interaction is also generated.

Usage

1
cleanFreqTbl(freqTbl, outputFile = NULL, sdBoundary = 2, minCharToEdit = 4)

Arguments

freqTbl

frequency table

outputFile

path for output, should be .R

sdBoundary

integer for stringdist max distance to allow for frequencyTbl suggestions


RGLab/corpusFreq documentation built on May 1, 2021, 4:58 p.m.