diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-11-24 15:54:45 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-11-24 15:54:45 -0800 |
commit | 5bca4dfde78cc1ac30a249a128a87c3d0b1a263e (patch) | |
tree | a2174d88468cfbe38d542a2cb90925bf23171226 /notes | |
parent | 36b30ca9c8da2691964223f67a7674156428e93a (diff) | |
download | fatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.tar.gz fatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.zip |
codespell fixes
Diffstat (limited to 'notes')
-rw-r--r-- | notes/scaling_works.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notes/scaling_works.md b/notes/scaling_works.md index 60b4597..e9881e1 100644 --- a/notes/scaling_works.md +++ b/notes/scaling_works.md @@ -411,7 +411,7 @@ with highlighter. to allow query and highlight fields to be separate? or perhaps even a separate highlighter query. query "everything", highlight specific fields. -scoring/boosting large reponses (more than a few hundred thousand hits) seems +scoring/boosting large responses (more than a few hundred thousand hits) seems expensive. this include the trivial '*' query. some fulltext phrase queries seem to always be expensive. look in to phrase @@ -699,7 +699,7 @@ encoding: xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 40, column 1122 Root cause was an issue in GROBID, which seems to have been fixed in more -recent versions of GROBID. Patched to continue, and separately commited patch +recent versions of GROBID. Patched to continue, and separately committed patch to fatcat-scholar code base. Ran several retries, manually. |