diff options
-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 """ |