Package: malaytextr Title: Text Mining for Bahasa Malaysia Version: 0.1.3 Authors@R: person(given = "Zahier", family = "Nasrudin", role = c("aut", "cre"), email = "zahiernasrudin@gmail.com", comment = c(ORCID = "0000-0002-7060-776X")) Description: It is designed to work with text written in Bahasa Malaysia. We provide functions and data sets that will make working with Bahasa Malaysia text much easier. For word stemming in particular, we will look up the Malay words in a dictionary and then proceed to remove "extra suffix" as explained in Khan, Rehman Ullah, Fitri Suraya Mohamad, Muh Inam UlHaq, Shahren Ahmad Zadi Adruce, Philip Nuli Anding, Sajjad Nawaz Khan, and Abdulrazak Yahya Saleh Al-Hababi (2017) . This package includes a dictionary of Malay words that may be used to perform word stemming, a dataset of Malay stop words, a dataset of sentiment words and a dataset of normalized words. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://github.com/zahiernasrudin/malaytextr BugReports: https://github.com/zahiernasrudin/malaytextr/issues Imports: dplyr, magrittr, rlang, stringr Depends: R (>= 2.10) Suggests: rmarkdown, knitr, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://zahiernasrudin.r-universe.dev Date/Publication: 2023-06-22 11:03:53 UTC RemoteUrl: https://github.com/zahiernasrudin/malaytextr RemoteRef: HEAD RemoteSha: 217e687dff84381c5191ec344e15827a317f8079 NeedsCompilation: no Packaged: 2026-07-12 07:30:14 UTC; root Author: Zahier Nasrudin [aut, cre] (ORCID: ) Maintainer: Zahier Nasrudin