Package: wordpredictor
Title: Develop Text Prediction Models Based on N-Grams
Version: 0.0.3
URL: https://github.com/pakjiddat/word-predictor,
        https://pakjiddat.github.io/word-predictor/
BugReports: https://github.com/pakjiddat/word-predictor/issues
Authors@R: 
    person(given = "Nadir",
           family = "Latif",
           role = c("aut", "cre"),
           email = "pakjiddat@gmail.com",
           comment = c(ORCID = "0000-0002-7543-7405"))
Description: A framework for developing n-gram models for text prediction.
    It provides data cleaning, data sampling, extracting tokens from text,
    model generation, model evaluation and word prediction. For information on how n-gram models 
    work we referred to: "Speech and Language Processing"
    <https://web.stanford.edu/~jurafsky/slp3/3.pdf>. For optimizing R code and
    using R6 classes we referred to "Advanced R" 
    <https://adv-r.hadley.nz/r6.html>. For writing R extensions we referred to 
    "R Packages", <https://r-pkgs.org/index.html>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: digest, ggplot2, patchwork, stringr, dplyr, SnowballC
Suggests: testthat, covr, knitr, rmarkdown, markdown
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2022-01-04 12:23:14 UTC; nadir
Author: Nadir Latif [aut, cre] (<https://orcid.org/0000-0002-7543-7405>)
Maintainer: Nadir Latif <pakjiddat@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-04 14:30:02 UTC
Built: R 4.2.0; ; 2023-07-11 01:40:19 UTC; unix
