Rdocumentation
powered by
Learn R Programming
ANLP (version 1.3)
Build Text Prediction Model
Description
Library to sample and clean text data, build N-gram model, Backoff algorithm etc.
Copy Link
Link to current version
Version
Version
1.3
Install
install.packages('ANLP')
Monthly Downloads
5
Version
1.3
License
GPL-3
Maintainer
Achal Shah
Last Published
July 11th, 2016
Functions in ANLP (1.3)
Search all functions
generateTDM
Generate term document frequency table from corpus
readTextFile
Read text files in binary mode
cleanTextData
Clean and tokenize string data
sampleTextData
Sample text data
buildNgramModel
Build N gram model
predict_Backoff
Predict next word using backoff method
twitter.data
Twitter dataset
ANLP-package
\Sexpr[results=rd,stage=build]{tools:::Rd_package_title("#1")}ANLPBuild Text Prediction Model