diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-07-27 15:53:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-07-27 15:53:18 -0700 |
commit | 9a5df32b25aeaa8602d85e5d5951368d53cde3e5 (patch) | |
tree | a02454b710bd93f5296542f4ccf48f649dc3ed9d /fatcat_scholar/schema.py | |
parent | 5ab787b5ab278367ef4e79ebc4520596a5297bac (diff) | |
download | fatcat-scholar-9a5df32b25aeaa8602d85e5d5951368d53cde3e5.tar.gz fatcat-scholar-9a5df32b25aeaa8602d85e5d5951368d53cde3e5.zip |
abstracts: more prefixes to ignore
Diffstat (limited to 'fatcat_scholar/schema.py')
-rw-r--r-- | fatcat_scholar/schema.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fatcat_scholar/schema.py b/fatcat_scholar/schema.py index 64e9268..e08ba6f 100644 --- a/fatcat_scholar/schema.py +++ b/fatcat_scholar/schema.py @@ -201,6 +201,9 @@ UNWANTED_ABSTRACT_PREFIXES = [ "Summary ", "Background: ", "Background ", + "N/a.", + "No abstract.", + "Introduction: ", ] |