Skip to content

Commit

Permalink
Fix typos discovered by codespell
Browse files Browse the repository at this point in the history
`python3 -m pip install codespell ; codespell --quiet-level=2`
  • Loading branch information
cclauss authored and bnewbold committed Feb 11, 2021
1 parent 058d052 commit f95fae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f95fae5

Please sign in to comment.