Package: MadanTextNetwork
Type: Package
Title: Persian Text Mining Tool for Co-Occurrence Network
Version: 0.1.0
Authors@R: c(
    person("Kido", "Ishikawa", email = "kido.ishikawa6@gmail.com", role = c("aut", "cre")),
    person("Hasan", "Khosravi", email = "hasan.khosravi2010@yahoo.com", role = c("aut")))
Description: Provides an extension to 'MadanText' for creating and analyzing co-occurrence networks in Persian text data.
             This package mainly makes use of the 'PersianStemmer' (Safshekan, R., et al. (2019). <https://CRAN.R-project.org/package=PersianStemmer>),
             'udpipe' (Wijffels, J., et al. (2023). <https://CRAN.R-project.org/package=udpipe>),
             and 'shiny' (Chang, W., et al. (2023). <https://CRAN.R-project.org/package=shiny>) packages.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: R (>= 4.0.0)
Imports: xlsx, glue, lattice, stopwords,textmineR, tidytext, tidyr,
        udpipe, PersianStemmer, shiny (>= 1.8.0), shinythemes, tm,
        dplyr, hwordcloud, stringr, stringi, topicmodels, igraph,
        ngram, visNetwork
NeedsCompilation: no
Packaged: 2023-12-08 03:48:05 UTC; trial
Author: Kido Ishikawa [aut, cre],
  Hasan Khosravi [aut]
Maintainer: Kido Ishikawa <kido.ishikawa6@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-08 11:30:05 UTC
Built: R 4.2.3; ; 2023-12-08 14:13:52 UTC; unix
