Package: textpress Type: Package Title: A Lightweight and Versatile NLP Toolkit Version: 1.1.1 Authors@R: c(person("Jason", "Timm", role = c("aut", "cre"), email = "JaTimm@salud.unm.edu")) Maintainer: Jason Timm Description: An R toolkit for building text corpora and searching them. No custom object classes, just plain data frames from start to finish. Covers the full arc from URL to retrieved passage through a consistent four-step API: Fetch, Read, Process, Search. Traditional tools (KWIC, BM25, dictionary matching) sit alongside modern ones (semantic search, LLM-ready chunking), all compatible with the native R pipe ('|>'). License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 3.5) Imports: data.table, httr, Matrix, rvest, stringi, stringr, xml2, pbapply, jsonlite, lubridate Suggests: SnowballC (>= 0.7.0), DT, dplyr RoxygenNote: 7.3.3 URL: https://github.com/jaytimm/textpress, https://jaytimm.github.io/textpress/ BugReports: https://github.com/jaytimm/textpress/issues Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://jaytimm.r-universe.dev Date/Publication: 2026-03-18 16:29:04 UTC RemoteUrl: https://github.com/jaytimm/textpress RemoteRef: HEAD RemoteSha: 33c73e76ae5d72cd498dd2d0683c532dd1021757 NeedsCompilation: no Packaged: 2026-06-16 08:24:03 UTC; root Author: Jason Timm [aut, cre]