diff --git a/README.md b/README.md index b9851d72..540c910d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -This is the ITP sandbox for Corpora! - # Corpora This project is a collection of static corpora (plural of "corpus") that are potentially useful in the creation of weird internet stuff. I've found that, as a creator, sometimes I am making something that needs access to a lot of adjectives, but not necessarily every adjective in the English language. So for the last year I've been copy/pasting an `adjs.json` file from project to project. This is kind of awful, so I'm hoping that this project will at least help me keep everything in one place. diff --git a/data/words/english_words_of_yiddish_origin.json b/data/words/english_words_of_yiddish_origin.json new file mode 100644 index 00000000..5d99896b --- /dev/null +++ b/data/words/english_words_of_yiddish_origin.json @@ -0,0 +1,109 @@ +{ + "description": "a list of words that have entered the English language from the Yiddish language, many of them by way of American English.", + "source": "https://en.wikipedia.org/wiki/List_of_English_words_of_Yiddish_origin", + "nouns": [ + "Bagel", + "Blintz", + "Bris", + "Boychik", + "Bupkis", + "Chutzpah", + "Daven", + "Dreck", + "Dybbuk", + "Fleishig", + "Ganef", + "Gelt", + "Glitch", + "Golem", + "Goy", + "Haimish", + "handel", + "Huck", + "Kasha", + "Khazeray", + "Kibitz", + "Klutz", + "Knish", + "Kosher", + "Kvell", + "kvetch", + "Latke", + "Litvak", + "Lox", + "Mamzer", + "Maven", + "Mazel tov", + "Megillah", + "Mensch", + "Meshuga", + "Meshugaas", + "Milchig", + "Minyan", + "Mishpocha", + "Naches", + "Narrischkeit", + "Nebbish", + "Noodge", + "Nosh", + "Nu", + "Nudnik", + "Oy vey", + "Pareve", + "Pisher", + "Potch", + "Plotz", + "Putz", + "Schav", + "Schlemiel", + "Schlep", + "Schlimazel", + "schlock", + "Schlong", + "Schlub", + "Schmaltz", + "Schmatta", + "Schmeer", + "Schmo", + "Schmooze", + "Schmuck", + "Schmutter", + "Schmutz", + "Schnook", + "Schnorrer", + "Schnoz", + "Schvartze", + "Schvitz", + "Shabbos", + "Shammes", + "Shamus", + "Shegetz", + "Shemozzle", + "Shikker", + "Shiksa", + "Shmendrik", + "Shtetl", + "Shtiebel", + "Shtick", + "Shtup", + "Shul", + "Spiel", + "Spritz", + "Tchotchke", + "Tref", + "Tsuris", + "Tuchus", + "Tummler", + "Tush", + "Tzimmes", + "Vigorish", + "Verklempt", + "Yarmulke", + "Yekke", + "Yenta", + "Yiddish", + "Yontef", + "Yutz", + "Zaftig" + ] +}