-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (26 loc) · 929 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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 = "[email protected]"))
Maintainer: Jason Timm <[email protected]>
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
LazyData: false
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