R/getDocDict.R

Defines functions getDocDict

getDocDict = function(file, ...)
{
    tmp = getDoc(file)
    input=tmp[[1]]
    sentences=tmp[[2]]
    ws = SentenceSplit(input,sentences, ...)
    return(ws)
}
hetong007/SegCN documentation built on May 17, 2019, 3:43 p.m.