From f95fae5e39608a89b0c1a3b81f2803946878eb7f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 9 Feb 2021 17:36:30 +0100 Subject: Fix typos discovered by codespell `python3 -m pip install codespell ; codespell --quiet-level=2` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3