Package: phm
Type: Package
Title: Phrase Mining
Version: 2.1.2
Date: 2025-09-30
Authors@R: person(
    "Ellie","Small",email="ellie_small@yahoo.com",role=c("aut","cre"),
    comment=c(ORCID="0000-0003-1313-115X")
   )
Description: Functions to extract and handle commonly occurring principal phrases
    obtained from collections of texts. Major speed improvements - core functions 
    rewritten in C++ for faster phrase-document parsing, clustering, and text 
    distance computations. Based on, Small, E., & Cabrera, J. (2025). Principal 
    phrase mining, an automated method for extracting meaningful phrases from 
    text. International Journal of Computers and Applications, 47(1), 84–92.
License: GPL-3
Encoding: UTF-8
Imports: data.table (>= 1.14.2), tm (>= 0.7-8), Matrix (>= 1.4-1),
        smallstuff (>= 1.0.1), NLP (>= 0.2-1), Rcpp
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://doi.org/10.1080/1206212X.2024.2448494
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2025-09-30 20:49:29 UTC; ellie
Author: Ellie Small [aut, cre] (ORCID: <https://orcid.org/0000-0003-1313-115X>)
Maintainer: Ellie Small <ellie_small@yahoo.com>
Repository: CRAN
Date/Publication: 2025-09-30 21:00:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 05:40:10 UTC; windows
Archs: x64
