Package: textpress
Type: Package
Title: A Lightweight and Versatile NLP Toolkit
Version: 1.0.0
Authors@R: c(person("Jason", "Timm", role = c("aut", "cre"), email = "JaTimm@salud.unm.edu"))
Maintainer: Jason Timm <JaTimm@salud.unm.edu>
Description: A simple Natural Language Processing (NLP) toolkit focused on search-centric workflows with minimal dependencies. The package offers key features for web scraping, text processing, corpus search, and text embedding generation via the 'HuggingFace API' <https://huggingface.co/docs/api-inference/index>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5)
Imports: data.table, httr, Matrix, rvest, stringi, stringr, xml2,
        pbapply, jsonlite, lubridate
RoxygenNote: 7.3.1
URL: https://github.com/jaytimm/textpress,
        https://jaytimm.github.io/textpress/
BugReports: https://github.com/jaytimm/textpress/issues
NeedsCompilation: no
Packaged: 2024-10-10 21:33:20 UTC; jtimm
Author: Jason Timm [aut, cre]
Repository: CRAN
Date/Publication: 2024-10-14 12:30:05 UTC
Built: R 4.6.0; ; 2025-07-18 07:18:52 UTC; unix
