-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 731 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
28 lines (28 loc) · 731 Bytes
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
27
28
Package: llmjoin
Type: Package
Title: LLM-Powered Fuzzy Join
Version: 0.3.0
Authors@R: c(
person(
"Yifan", "LIU",
email = "yifan.liu@smail.nju.edu.cn",
role = c("aut", "cre")
)
)
Description: Resolves ambiguous links between data.frames using large language models (LLMs). Supports matching across spelling variations, translations, and differing levels of precision.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Config/testthat/edition: 3
Imports:
httr,
jsonlite,
config,
readr
Suggests:
testthat (>= 3.0.0)
Depends:
R (>= 4.2.0)
URL: https://github.com/evanliu3594/llmjoin
BugReports: https://github.com/evanliu3594/llmjoin/issues
Config/roxygen2/version: 8.0.0