diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-08-25 12:52:16 -0400 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-09-10 16:56:29 -0700 |
commit | 88a16a9d46f2a641b0bafca16f9697fee45546bd (patch) | |
tree | 09621741b7ef9d3d2dcefadef4abe33cef5a85df | |
parent | 002764b5b1f8f27bd8ae42d33b2a6f42a2a4b7a1 (diff) | |
download | fuzzycat-88a16a9d46f2a641b0bafca16f9697fee45546bd.tar.gz fuzzycat-88a16a9d46f2a641b0bafca16f9697fee45546bd.zip |
update mentions of cgraph to refcat
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | fuzzycat/cluster.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -73,7 +73,7 @@ A CLI tool is included for processing records in UNIX stdin/stdout pipelines: ## Features and Use-Cases -The **`cgraph`** system builds on top of this library to build a citation graph +The **`refcat`** system builds on top of this library to build a citation graph by processing billions of structured and unstructured reference records extracted from scholarly papers. diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py index c8384c1..542284c 100644 --- a/fuzzycat/cluster.py +++ b/fuzzycat/cluster.py @@ -52,7 +52,7 @@ Matching releases to non-release entities. Features and integration. -* work grouping at import time; random pdfs; requires strong verification (vs cgraph) +* work grouping at import time; random pdfs; requires strong verification (vs refcat) * email out to OCI """ |