aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-02-09 17:36:30 +0100
committerbnewbold <bnewbold@robocracy.org>2021-02-11 12:25:33 -0800
commitf95fae5e39608a89b0c1a3b81f2803946878eb7f (patch)
treef37a94654526edcdaf022195172cef6a26890f40
parent058d05229ae87824df7b0b329c61dc743a10c4b2 (diff)
downloadfatcat-scholar-f95fae5e39608a89b0c1a3b81f2803946878eb7f.tar.gz
fatcat-scholar-f95fae5e39608a89b0c1a3b81f2803946878eb7f.zip
Fix typos discovered by codespell
`python3 -m pip install codespell ; codespell --quiet-level=2`
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c9c42ba..3946842 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,14 @@ querying the full content of papers when available.
This repository is fairly small and contains:
-- `fatcat_scholar/`: Python code for web serivce and indexing pipeline
+- `fatcat_scholar/`: Python code for web service and indexing pipeline
- `fatcat_scholar/templates/`: HTML template for web interface
- `tests/`: Python test files
- `proposals/`: design documentation and change proposals
- `data/`: empty directory for indexing pipeline
A data pipeline converts groups of one or more fatcat "release" entities
-(grouped under a single "work" entitiy) into a single search index document.
+(grouped under a single "work" entity) into a single search index document.
Elasticsearch is used as the full-text search engine. A simple web interface
parses search requests and formats Elasticsearch results with highlights and
first-page thumbnails.