diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-13 10:53:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-13 10:53:38 -0700 |
commit | e926b70e79c8c8862b6a9dff3a4a4790e29cab91 (patch) | |
tree | 251f51947b1206088335face0dd490a3f62fb69f | |
parent | 043efd0243ba5ce8e03c817f7e49290d98dab8b1 (diff) | |
download | fatcat-e926b70e79c8c8862b6a9dff3a4a4790e29cab91.tar.gz fatcat-e926b70e79c8c8862b6a9dff3a4a4790e29cab91.zip |
cgraph -> refcat
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | guide/src/reference_graph.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b171fa5..4065c63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ See also: ### Added -- reference graph views, based on fuzzy reference dataset in `cgraph` and +- reference graph views, based on fuzzy reference dataset in `refcat` and `fatcat-scholar` projects, stored in elasticsearch index ### Fixed diff --git a/guide/src/reference_graph.md b/guide/src/reference_graph.md index 1470e124..73dc7efe 100644 --- a/guide/src/reference_graph.md +++ b/guide/src/reference_graph.md @@ -61,7 +61,7 @@ exact matches are included in the graph. All the code for this process is available open source: -- [cgraph](https://gitlab.com/internetarchive/cgraph): batch processing and matching pipeline, in Python and Go +- [refcat](https://gitlab.com/internetarchive/refcat): batch processing and matching pipeline, in Python and Go - [fuzzycat](https://gitlab.com/internetarchive/fuzzycat): Python verification code and "live" fuzzy matching |