clean.text: Clean text and get it ready for textreg.

Description Usage Arguments Examples

Description

Changes multiline documents to single line. Strips extra whitespace and punctuation. Changes digits to 'X's. Non-alpha characters converted to spaces.

Usage

1
clean.text(bigcorp)

Arguments

bigcorp

A tm Corpus object.

Examples

1
2
3
4
5
library( tm )
txt = c( "thhis s! and bonkus  4:33pm and Jan 3, 2015. ", 
         "   big    space\n     dawg-ness?")
a <- clean.text( VCorpus( VectorSource( txt ) ) )
a[[1]]

textreg documentation built on May 2, 2019, 8:34 a.m.