Created
September 9, 2022 06:33
-
-
Save cboulanger/c1ae2384427928268120d1d08e3c15e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
signal_phrases = [[ | |
"see", "cf.", "e.g.", "compare", "on", "for example", | |
"on the contrary", "on the other hand", | |
"generally", "similarly", "alternatively", | |
"the discussion in", "regarding", "on this, see", | |
"also", "although", "as discussed in", "detailed", "described", "cited in", "by", | |
"first published as", "reprinted in" | |
], [ | |
"siehe", "s.", "vgl.", "vgl", | |
"vgl. nur", "vgl", "zum ganzen", "so z.b.", "so auch", "bei", | |
"anders", "ähnlich", "ausführlich", "etwa", "auch", "zu", "zum", "zur", | |
"sowie", "bei", "zitiert in", "zitiert als", "zuerst", "wieder", "abgedruckt in", "überarbeitet", "erscheint", | |
"speziell dazu", "insbesondere hierzu", "ausführlich", "beispielsweise", | |
"anderer Meinung", "abwegig", "vertretbar", | |
"als Überblick", "allgemein", "mit Hinweis auf", "unter vielen", | |
"dazu", "hierzu", "etwa", "näher", "meinen Beitrag" "mein Beitrag", "den Beitrag von" | |
]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment