Package: MadanText
Type: Package
Title: Persian Text Mining Tool for Frequency Analysis, Statistical
        Analysis, and Word Clouds
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: This is an open-source software designed specifically for text mining in the Persian language. It allows users to examine word frequencies, download data for analysis, and generate word clouds. This tool is particularly useful for researchers and analysts working with Persian language 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, lattice, stopwords,textmineR, tidytext, stringi, tidyr,
        udpipe, PersianStemmer, shiny (>= 1.8.0), shinythemes, tm,
        dplyr, hwordcloud, stringr, topicmodels
NeedsCompilation: no
Packaged: 2023-12-06 02:27:00 UTC; trial
Author: Kido Ishikawa [aut, cre],
  Hasan Khosravi [aut]
Maintainer: Kido Ishikawa <kido.ishikawa6@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-06 10:10:09 UTC
Built: R 4.6.0; ; 2025-11-02 04:38:20 UTC; windows
