From 0aecf1840c9fea6af337ccab93e48aeb2b1dfec5 Mon Sep 17 00:00:00 2001
From: Aileen Reichelt <reichelt@cl.uni-heidelberg.de>
Date: Tue, 23 Jan 2024 17:36:01 +0100
Subject: [PATCH] Add seedword experiments files

---
 .../seed_word_tests/auslaender_seedwords.txt  | 123 ++++
 .../ausl\303\244nder_seedwords_top10.txt"     |  40 ++
 .../seed_word_tests/deutscher_seedwords.txt   | 133 ++++
 .../deutscher_seedwords_gloss5.txt            |  45 ++
 .../deutscher_seedwords_top10.txt             |  43 ++
 ...scher_seedwords_top10_vs_t\303\274rke.txt" |  43 ++
 DD-GloVe/seed_word_tests/frau_seedwords.txt   | 145 ++++
 .../frau_seedwords_cap30000.txt               | 149 ++++
 .../frau_seedwords_cap30000_top10.txt         |  51 ++
 .../frau_seedwords_custom_def.txt             | 138 ++++
 .../frau_seedwords_full_def.txt               | 156 ++++
 .../frau_seedwords_less_stopwords.txt         |  48 ++
 .../frau_seedwords_own_calc_projection.txt    |  38 +
 .../frau_seedwords_own_calculations.txt       | 101 +++
 .../seed_word_tests/frau_seedwords_top10.txt  |  44 ++
 .../get_seed_word_definitions.py              | 121 ++++
 .../he_seedwords_alternate_calc.txt           | 226 ++++++
 .../he_seedwords_full_definition.txt          |  87 +++
 .../seed_word_tests/he_seedwords_own_calc.txt | 215 ++++++
 .../seed_word_tests/jogging_seedwords.txt     | 155 ++++
 DD-GloVe/seed_word_tests/mann_seedwords.txt   | 144 ++++
 .../mann_seedwords_cap30000.txt               | 168 +++++
 .../mann_seedwords_cap30000_top10.txt         |  61 ++
 .../mann_seedwords_custom_def.txt             | 137 ++++
 .../mann_seedwords_full_def.txt               | 156 ++++
 .../mann_seedwords_less_stopwords.txt         |  49 ++
 .../mann_seedwords_own_calc_projection.txt    |  51 ++
 .../mann_seedwords_own_calculations.txt       | 134 ++++
 .../seed_word_tests/mann_seedwords_top10.txt  |  45 ++
 .../seed_word_algorithm_reimplementation.py   |  77 ++
 DD-GloVe/seed_word_tests/she_seedwords.txt    |  45 ++
 .../she_seedwords_alternate_calc.txt          | 669 ++++++++++++++++++
 .../she_seedwords_own_calc.txt                | 147 ++++
 .../seed_word_tests/teddybaer_seedwords.txt   | 125 ++++
 .../t\303\274rke_seedwords_gloss5.txt"        |  45 ++
 .../t\303\274rke_seedwords_top10.txt"         |  47 ++
 36 files changed, 4201 insertions(+)
 create mode 100644 DD-GloVe/seed_word_tests/auslaender_seedwords.txt
 create mode 100644 "DD-GloVe/seed_word_tests/ausl\303\244nder_seedwords_top10.txt"
 create mode 100644 DD-GloVe/seed_word_tests/deutscher_seedwords.txt
 create mode 100644 DD-GloVe/seed_word_tests/deutscher_seedwords_gloss5.txt
 create mode 100644 DD-GloVe/seed_word_tests/deutscher_seedwords_top10.txt
 create mode 100644 "DD-GloVe/seed_word_tests/deutscher_seedwords_top10_vs_t\303\274rke.txt"
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords.txt
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords_cap30000.txt
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords_cap30000_top10.txt
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords_custom_def.txt
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords_full_def.txt
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords_less_stopwords.txt
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords_own_calc_projection.txt
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords_own_calculations.txt
 create mode 100644 DD-GloVe/seed_word_tests/frau_seedwords_top10.txt
 create mode 100644 DD-GloVe/seed_word_tests/get_seed_word_definitions.py
 create mode 100644 DD-GloVe/seed_word_tests/he_seedwords_alternate_calc.txt
 create mode 100644 DD-GloVe/seed_word_tests/he_seedwords_full_definition.txt
 create mode 100644 DD-GloVe/seed_word_tests/he_seedwords_own_calc.txt
 create mode 100644 DD-GloVe/seed_word_tests/jogging_seedwords.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords_cap30000.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords_cap30000_top10.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords_custom_def.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords_full_def.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords_less_stopwords.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords_own_calc_projection.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords_own_calculations.txt
 create mode 100644 DD-GloVe/seed_word_tests/mann_seedwords_top10.txt
 create mode 100644 DD-GloVe/seed_word_tests/seed_word_algorithm_reimplementation.py
 create mode 100644 DD-GloVe/seed_word_tests/she_seedwords.txt
 create mode 100644 DD-GloVe/seed_word_tests/she_seedwords_alternate_calc.txt
 create mode 100644 DD-GloVe/seed_word_tests/she_seedwords_own_calc.txt
 create mode 100644 DD-GloVe/seed_word_tests/teddybaer_seedwords.txt
 create mode 100644 "DD-GloVe/seed_word_tests/t\303\274rke_seedwords_gloss5.txt"
 create mode 100644 "DD-GloVe/seed_word_tests/t\303\274rke_seedwords_top10.txt"

diff --git a/DD-GloVe/seed_word_tests/auslaender_seedwords.txt b/DD-GloVe/seed_word_tests/auslaender_seedwords.txt
new file mode 100644
index 0000000..12354d2
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/auslaender_seedwords.txt
@@ -0,0 +1,123 @@
+MONDSONDE
+Def.: unbemanntes Raumfahrzeug für die Erkundung des Mondes
+Definitional bias: -0.0359
+
+SCHIESSER
+Def.: Fixer
+Definitional bias: -0.0149
+
+HARFNER
+Def.: Harfenist
+Definitional bias: -0.0065
+
+MUNDSCHENK
+Def.: an Fürstenhöfen für die Getränke verantwortlicher Hofbeamter
+Definitional bias: -0.0017
+
+STERBEKASSE
+Def.: kleinerer Versicherungsverein für Sterbegeld
+Definitional bias: 0.0018
+
+DATENSCHÜTZER
+Def.: Datenschutzbeauftragter
+Definitional bias: 0.0157
+
+MINIMA
+Def.: kleinerer Notenwert der Mensuralmusik
+Definitional bias: 0.0187
+
+ADOPTIVSOHN
+Def.: adoptierter männlicher Nachkomme
+Definitional bias: 0.0236
+
+INLÄNDER
+Def.: Angehöriger, Bewohner des Inlands; einheimischer Staatsangehöriger
+Definitional bias: 0.0265
+
+GER
+Def.: germanischer Wurfspieß
+Definitional bias: 0.0312
+
+DRAGQUEEN
+Def.: männlicher homosexueller Transvestit
+Definitional bias: 0.0356
+
+THERMOSTAT
+Def.: [automatischer] Temperaturregler
+Definitional bias: 0.0380
+
+GUANO
+Def.: aus Exkrementen von Seevögeln bestehender organischer Dünger
+Definitional bias: 0.0382
+
+RAUMKAPSEL
+Def.: unbemannter, mit Instrumenten ausgestatteter kleiner Raumflugkörper
+Def.: Raumkabine
+Definitional bias: 0.0385
+
+AUSLÄNDER
+Def.: Angehöriger eines fremden Staates; ausländischer Staatsangehöriger oder Staatenloser
+Definitional bias: 0.0452
+
+JUNGGESELLE
+Def.: [noch] nicht verheirateter Mann
+Definitional bias: 0.0472
+
+ENDEL
+Def.: (verstärkter) Stoffrand
+Definitional bias: 0.0500
+
+FREMDARBEITER
+Def.: ausländischer Zwangsarbeiter (besonders in der Zeit des Zweiten Weltkriegs)
+Def.: ausländischer Arbeitnehmer
+Definitional bias: 0.0507
+
+STAATSBÜRGER
+Def.: Staatsangehöriger; Bürger
+Definitional bias: 0.0521
+
+SATTELZUG
+Def.: aus einem Sattelschlepper und einem Sattelanhänger bestehender Lastzug
+Definitional bias: 0.0567
+
+ENKLAVE
+Def.: vom eigenen Staatsgebiet eingeschlossener Teil eines fremden Staatsgebiets
+Definitional bias: 0.0611
+
+ANNEXION
+Def.: gewaltsame und widerrechtliche Aneignung fremden Gebiets
+Definitional bias: 0.0632
+
+VOLKSGUT
+Def.: vgl. Allgemeingut
+Def.: volkseigener landwirtschaftlicher Großbetrieb
+Definitional bias: 0.0704
+
+PRIVATRADIO
+Def.: privater Rundfunksender
+Definitional bias: 0.0729
+
+HUREREI
+Def.: [wiederholter] außerehelicher Geschlechtsverkehr
+Definitional bias: 0.0764
+
+EINZELAKTIONÄR
+Def.: einzelner Aktionär
+Definitional bias: 0.0772
+
+WARMER
+Def.: Homosexueller
+Definitional bias: 0.0849
+
+KLIMBIM
+Def.: überflüssiger, unnützer Kram
+Definitional bias: 0.0875
+
+OBERHIRTE
+Def.: über anderen stehender kirchlicher Würdenträger
+Definitional bias: 0.0901
+
+POLIZEIGEWAHRSAM
+Def.: polizeilicher Gewahrsam
+Definitional bias: 0.1319
+
diff --git "a/DD-GloVe/seed_word_tests/ausl\303\244nder_seedwords_top10.txt" "b/DD-GloVe/seed_word_tests/ausl\303\244nder_seedwords_top10.txt"
new file mode 100644
index 0000000..8ca26d1
--- /dev/null
+++ "b/DD-GloVe/seed_word_tests/ausl\303\244nder_seedwords_top10.txt"
@@ -0,0 +1,40 @@
+HARFNER
+Def.: Harfenist
+Definitional bias: -0.0180
+
+SCHIESSER
+Def.: Fixer
+Definitional bias: -0.0035
+
+STERBEKASSE
+Def.: kleinerer Versicherungsverein für Sterbegeld
+Definitional bias: 0.0119
+
+DATENSCHÜTZER
+Def.: Datenschutzbeauftragter
+Definitional bias: 0.0136
+
+INLÄNDER
+Def.: Angehöriger, Bewohner des Inlands; einheimischer Staatsangehöriger
+Definitional bias: 0.0200
+
+AUSLÄNDER
+Def.: Angehöriger eines fremden Staates; ausländischer Staatsangehöriger oder Staatenloser
+Definitional bias: 0.0441
+
+ENDEL
+Def.: (verstärkter) Stoffrand
+Definitional bias: 0.0620
+
+EINZELAKTIONÄR
+Def.: einzelner Aktionär
+Definitional bias: 0.0837
+
+HUREREI
+Def.: [wiederholter] außerehelicher Geschlechtsverkehr
+Definitional bias: 0.0861
+
+ANNEXION
+Def.: gewaltsame und widerrechtliche Aneignung fremden Gebiets
+Definitional bias: 0.0939
+
diff --git a/DD-GloVe/seed_word_tests/deutscher_seedwords.txt b/DD-GloVe/seed_word_tests/deutscher_seedwords.txt
new file mode 100644
index 0000000..928631c
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/deutscher_seedwords.txt
@@ -0,0 +1,133 @@
+DEUTSCHTUM
+Def.: Gesamtheit der für die Deutschen typischen Lebensäußerungen; deutsche Wesensart
+Def.: Zugehörigkeit zum deutschen Volk
+Def.: Gesamtheit der deutschen Volksgruppen im Ausland
+Definitional bias: 0.0068
+
+DEUTSCHSTÄMMIG
+Def.: von deutschen Vorfahren abstammend
+Definitional bias: 0.0036
+
+DEUTSCH-FRANZÖSISCH
+Def.: zwischen Deutschland und Frankreich, aus Deutschen und Franzosen bestehend
+Definitional bias: -0.0152
+
+ACHTUNDVIERZIGER
+Def.: Person, die an der deutschen Revolution von 1848 teilgenommen oder mit ihr sympathisiert hat
+Definitional bias: -0.0195
+
+WESTMARK
+Def.: Deutsche Mark (im Unterschied zur Mark der Deutschen Demokratischen Republik)
+Definitional bias: -0.0291
+
+DEUTSCHKUNDE
+Def.: Lehre von der deutschen Sprache und Kultur
+Definitional bias: -0.0292
+
+SCHWABENSPIEGEL
+Def.: Rechtssammlung des deutschen Mittelalters
+Definitional bias: -0.0306
+
+DEUTSCHLANDLIED
+Def.: Nationalhymne des Deutschen Reiches (seit 1922), deren dritte Strophe die offizielle Hymne der Bundesrepublik Deutschland ist
+Definitional bias: -0.0339
+
+NOVEMBERREVOLUTION
+Def.: Revolution im Deutschen Reich und in Österreich im November 1918
+Definitional bias: -0.0383
+
+LANDESVERSICHERUNGSANSTALT
+Def.: (in der Bundesrepublik Deutschland bis 2005) öffentlich-rechtliche Versicherungsgesellschaft, die durch die Deutsche Rentenversicherung abgelöst wurde
+Definitional bias: -0.0404
+
+DEUTSCHSPRACHIG
+Def.: die deutsche Sprache sprechend
+Def.: in deutscher Sprache ablaufend, verfasst
+Definitional bias: -0.0418
+
+HITLERDEUTSCHLAND
+Def.: das Deutschland der Hitlerzeit
+Definitional bias: -0.0439
+
+DEUTSCHLANDWEIT
+Def.: ganz Deutschland umfassend, einschließend; in ganz Deutschland
+Definitional bias: -0.0468
+
+NACHKRIEGSDEUTSCHLAND
+Def.: Deutschland nach dem Zweiten Weltkrieg
+Definitional bias: -0.0470
+
+BIEDERMEIER
+Def.: deutsche Kunst- und Kulturepoche (etwa 1815 bis 1848)
+Def.: Biedermeierstil
+Definitional bias: -0.0489
+
+OSTPREUSSEN
+Def.: ehemalige Provinz des Deutschen Reiches
+Definitional bias: -0.0500
+
+GESAMTDEUTSCHLAND
+Def.: Deutschland mit allen seinen Fürstentümern, Ländern
+Def.: Deutschland mit seinen beiden Staaten nach dem 2. Weltkrieg
+Def.: ganz Deutschland
+Definitional bias: -0.0505
+
+DEUTSCH
+Def.: die Deutschen, Deutschland betreffend
+Def.: in der Sprache der Bevölkerung besonders Deutschlands, Österreichs und in Teilen der Schweiz
+Def.: in deutscher Schreibschrift [verfasst]
+Def.: die deutsche Sprache [eines Einzelnen oder einer Gruppe]; die näher gekennzeichnete deutsche Sprache
+Def.: Unterrichtsfach, in dem deutsche Sprache und Literatur gelehrt wird
+Definitional bias: -0.0556
+
+BUNDESPOST
+Def.: Deutsche Bundespost (früheres staatliches Postunternehmen der Bundesrepublik Deutschland)
+Definitional bias: -0.0613
+
+DEUTSCHER
+Def.: Angehöriger des deutschen Volkes, aus Deutschland stammende Person
+Def.: das deutsche Volk
+Definitional bias: -0.0630
+
+BUNDESBANK
+Def.: Kurzform von Deutsche Bundesbank (zentrale Notenbank der Bundesrepublik Deutschland)
+Definitional bias: -0.0632
+
+GERMANIA
+Def.: Frauengestalt, die das ehemalige Deutsche Reich symbolisiert
+Definitional bias: -0.0720
+
+DEUTSCHLEHRER
+Def.: Lehrer, der deutsche Sprache und Literatur unterrichtet
+Definitional bias: -0.0742
+
+DEUTSCHE
+Def.: Angehörige des deutschen Volkes, aus Deutschland stammende weibliche Person
+Def.: die deutsche Sprache im Allgemeinen
+Definitional bias: -0.0786
+
+KURRENTSCHRIFT
+Def.: (früher benutzte) deutsche Schreibschrift
+Definitional bias: -0.0890
+
+HOCHDEUTSCHE
+Def.: Deutsche
+Definitional bias: -0.0956
+
+HOLLÄNDISCHE
+Def.: vgl. Deutsche
+Definitional bias: -0.0966
+
+SCHWEIZERDEUTSCHE
+Def.: vgl. Deutsche
+Definitional bias: -0.0966
+
+ROTWELSCH
+Def.: in der Gaunersprache Rotwelsch, zu ihr gehörend
+Def.: deutsche Gaunersprache
+Definitional bias: -0.1080
+
+LUFTHANSA
+Def.: Kurzform von: Deutsche Lufthansa AG (eine deutsche Luftverkehrsgesellschaft)
+Definitional bias: -0.1316
+
diff --git a/DD-GloVe/seed_word_tests/deutscher_seedwords_gloss5.txt b/DD-GloVe/seed_word_tests/deutscher_seedwords_gloss5.txt
new file mode 100644
index 0000000..976b932
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/deutscher_seedwords_gloss5.txt
@@ -0,0 +1,45 @@
+NATIONALSOZIALISMUS
+Def.: nach dem Ersten Weltkrieg in Deutschland aufgekommene, extrem nationalistische, imperialistische und rassistische politische Bewegung
+Def.: auf der Ideologie des Nationalsozialismus basierende faschistische Herrschaft von A. Hitler in Deutschland von 1933 bis 1945
+Definitional bias: 0.0585
+
+VOLKSHERRSCHAFT
+Def.: Herrschaft durch das Volk
+Definitional bias: 0.0543
+
+LANDESVERSICHERUNGSANSTALT
+Def.: (in der Bundesrepublik Deutschland bis 2005) öffentlich-rechtliche Versicherungsgesellschaft, die durch die Deutsche Rentenversicherung abgelöst wurde
+Definitional bias: 0.0434
+
+TAMILE
+Def.: Angehöriger eines vorderindischen Volkes
+Definitional bias: 0.0418
+
+DEUTSCHTUM
+Def.: Gesamtheit der für die Deutschen typischen Lebensäußerungen; deutsche Wesensart
+Def.: Zugehörigkeit zum deutschen Volk
+Def.: Gesamtheit der deutschen Volksgruppen im Ausland
+Definitional bias: 0.0228
+
+DEUTSCH-FRANZÖSISCH
+Def.: zwischen Deutschland und Frankreich, aus Deutschen und Franzosen bestehend
+Definitional bias: 0.0053
+
+DEUTSCHE
+Def.: Angehörige des deutschen Volkes, aus Deutschland stammende weibliche Person
+Def.: die deutsche Sprache im Allgemeinen
+Definitional bias: -0.0390
+
+DEUTSCHER
+Def.: Angehöriger des deutschen Volkes, aus Deutschland stammende Person
+Def.: das deutsche Volk
+Definitional bias: -0.0423
+
+BUNDESBANK
+Def.: Kurzform von Deutsche Bundesbank (zentrale Notenbank der Bundesrepublik Deutschland)
+Definitional bias: -0.0458
+
+HOCHDEUTSCHE
+Def.: Deutsche
+Definitional bias: -0.0784
+
diff --git a/DD-GloVe/seed_word_tests/deutscher_seedwords_top10.txt b/DD-GloVe/seed_word_tests/deutscher_seedwords_top10.txt
new file mode 100644
index 0000000..d862bd1
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/deutscher_seedwords_top10.txt
@@ -0,0 +1,43 @@
+BIEDERMEIER
+Def.: deutsche Kunst- und Kulturepoche (etwa 1815 bis 1848)
+Def.: Biedermeierstil
+Definitional bias: -0.0082
+
+HITLERDEUTSCHLAND
+Def.: das Deutschland der Hitlerzeit
+Definitional bias: -0.0157
+
+BUNDESBANK
+Def.: Kurzform von Deutsche Bundesbank (zentrale Notenbank der Bundesrepublik Deutschland)
+Definitional bias: -0.0259
+
+DEUTSCHER
+Def.: Angehöriger des deutschen Volkes, aus Deutschland stammende Person
+Def.: das deutsche Volk
+Definitional bias: -0.0290
+
+GERMANIA
+Def.: Frauengestalt, die das ehemalige Deutsche Reich symbolisiert
+Definitional bias: -0.0309
+
+HOCHDEUTSCHE
+Def.: Deutsche
+Definitional bias: -0.0426
+
+HOLLÄNDISCHE
+Def.: vgl. Deutsche
+Definitional bias: -0.0465
+
+SCHWEIZERDEUTSCHE
+Def.: vgl. Deutsche
+Definitional bias: -0.0465
+
+ROTWELSCH
+Def.: in der Gaunersprache Rotwelsch, zu ihr gehörend
+Def.: deutsche Gaunersprache
+Definitional bias: -0.0885
+
+LUFTHANSA
+Def.: Kurzform von: Deutsche Lufthansa AG (eine deutsche Luftverkehrsgesellschaft)
+Definitional bias: -0.0925
+
diff --git "a/DD-GloVe/seed_word_tests/deutscher_seedwords_top10_vs_t\303\274rke.txt" "b/DD-GloVe/seed_word_tests/deutscher_seedwords_top10_vs_t\303\274rke.txt"
new file mode 100644
index 0000000..392908d
--- /dev/null
+++ "b/DD-GloVe/seed_word_tests/deutscher_seedwords_top10_vs_t\303\274rke.txt"
@@ -0,0 +1,43 @@
+DEUTSCH-FRANZÖSISCH
+Def.: zwischen Deutschland und Frankreich, aus Deutschen und Franzosen bestehend
+Definitional bias: 0.0120
+
+BUNDESPRÄSIDENT
+Def.: Staatsoberhaupt in der Bundesrepublik Deutschland und in Österreich
+Def.: Vorsitzender des Bundesrates in der Schweiz
+Definitional bias: 0.0036
+
+ACHTUNDVIERZIGER
+Def.: Person, die an der deutschen Revolution von 1848 teilgenommen oder mit ihr sympathisiert hat
+Definitional bias: -0.0052
+
+NOVEMBERREVOLUTION
+Def.: Revolution im Deutschen Reich und in Österreich im November 1918
+Definitional bias: -0.0114
+
+HITLERDEUTSCHLAND
+Def.: das Deutschland der Hitlerzeit
+Definitional bias: -0.0314
+
+DEUTSCHER
+Def.: Angehöriger des deutschen Volkes, aus Deutschland stammende Person
+Def.: das deutsche Volk
+Definitional bias: -0.0497
+
+DEUTSCHE
+Def.: Angehörige des deutschen Volkes, aus Deutschland stammende weibliche Person
+Def.: die deutsche Sprache im Allgemeinen
+Definitional bias: -0.0514
+
+HOCHDEUTSCHE
+Def.: Deutsche
+Definitional bias: -0.0586
+
+WITWER
+Def.: Mann, dessen Ehefrau gestorben ist
+Definitional bias: -0.0702
+
+AUSLANDSDEUTSCHE
+Def.: im Ausland lebende deutsche weibliche Person
+Definitional bias: -0.0845
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords.txt b/DD-GloVe/seed_word_tests/frau_seedwords.txt
new file mode 100644
index 0000000..9d09a8c
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords.txt
@@ -0,0 +1,145 @@
+FRAU
+Def.: erwachsene Person weiblichen Geschlechts
+Def.: Ehefrau
+Def.: Hausherrin, Dame
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person weiblichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Definitional bias: -0.1405
+
+MILCHDRÜSE
+Def.: Milch absondernde Drüse bei der Frau und den weiblichen Säugetieren
+Definitional bias: -0.1070
+
+SIE
+Def.: Person oder Tier weiblichen Geschlechts
+Definitional bias: -0.0965
+
+ZITZE
+Def.: Milch bildendes, paarig angeordnetes Organ bei weiblichen Säugetieren
+Def.: [weibliche] Brust[warze]
+Definitional bias: -0.0963
+
+DOMINIKANERIN
+Def.: Angehörige des weiblichen Zweiges des Dominikanerordens
+Def.: weibliche Form zu Dominikaner
+Definitional bias: -0.0841
+
+BRUSTKREBS
+Def.: Krebs besonders der weiblichen Brustdrüsen
+Definitional bias: -0.0817
+
+MÄDCHEN
+Def.: Kind weiblichen Geschlechts
+Def.: junge, jüngere weibliche Person
+Def.: Freundin (eines jungen Mannes)
+Def.: Hausmädchen, Hausangestellte, Hausgehilfin
+Definitional bias: -0.0765
+
+KARMELITIN
+Def.: Angehörige des weiblichen Zweiges des Karmelitenordens
+Definitional bias: -0.0679
+
+ZISTERZIENSERIN
+Def.: Angehörige des weiblichen Zweiges der Zisterzienser
+Definitional bias: -0.0659
+
+EIERSTOCK
+Def.: paarig angelegtes Geschlechtsorgan, das die weiblichen Keimzellen bildet
+Definitional bias: -0.0655
+
+GEBÄRMUTTER
+Def.: (beim Menschen und Säugetier) Hohlorgan des weiblichen Körpers, in dem sich das befruchtete Ei fortentwickelt; Uterus
+Definitional bias: -0.0625
+
+SCHEIDE
+Def.: schmale, längliche, der Form der jeweiligen Klinge angepasste Hülse aus festem Material, in die eine Hieb- oder Stichwaffe bis zum Knauf hineingesteckt wird
+Def.: von der Gebärmutter nach außen führender, mit Schleimhaut ausgekleideter, schlauchartiger Teil der weiblichen Geschlechtsorgane; Vagina
+Def.: Grenze
+Definitional bias: -0.0510
+
+STERBLICHE
+Def.: sterblicher Mensch weiblichen Geschlechts
+Definitional bias: -0.0499
+
+BRUSTVERGRÖSSERUNG
+Def.: Vergrößerung der weiblichen Brust
+Definitional bias: -0.0486
+
+FRAUSCHAFT
+Def.: aus weiblichen Mitgliedern bestehendes Team
+Definitional bias: -0.0485
+
+SCHWESTER
+Def.: Person weiblichen Geschlechts im Verwandtschaftsverhältnis zu einer anderen Person, die von denselben Eltern abstammt
+Def.: Mitmensch weiblichen Geschlechts, mit dem man sich verbunden fühlt
+Def.: Nonne, Ordensschwester
+Def.: Homosexueller
+Definitional bias: -0.0426
+
+MUTTERMILCH
+Def.: nach der Geburt eines Kindes in den Drüsen der weiblichen Brust gebildete Milch
+Definitional bias: -0.0418
+
+GEBURTSKANAL
+Def.: Kanal im weiblichen Körper, den das Kind bei der Geburt durchwandert
+Definitional bias: -0.0364
+
+INNEWOHNEN
+Def.: als Eigentümlichkeit, Besonderheit, als etwas Charakteristisches in etwas mit enthalten sein, zu jemandem, etwas gehören
+Definitional bias: -0.0352
+
+EUTER
+Def.: in der Leistengegend bei bestimmten weiblichen Säugetieren (z. B. Kühen, Ziegen, Schafen, Kamelen) sack- oder beutelartig herabhängendes Organ mit zwei oder mehr Zitzen, in dem sich die Milchdrüsen befinden
+Definitional bias: -0.0332
+
+WOCHENBETT
+Def.: Zeitraum von 6 bis 8 Wochen nach der Entbindung, in dem es zur Rückbildung der durch Schwangerschaft und Geburt am weiblichen Körper hervorgerufenen Veränderungen kommt
+Definitional bias: -0.0226
+
+VULVA
+Def.: Gesamtheit der äußeren weiblichen Geschlechtsorgane
+Definitional bias: -0.0210
+
+PEEPSHOW
+Def.: auf sexuelle Stimulation zielendes Sich-zur-Schau-Stellen einer nackten, besonders einer weiblichen Person, die gegen Geldeinwurf durch das Guckfenster einer Kabine betrachtet werden kann
+Def.: Einrichtung für Peepshows
+Definitional bias: -0.0184
+
+RAUMAUFTEILUNG
+Def.: Aufteilung des gegebenen Raumes in Gebäuden
+Def.: Nutzen des zur Verfügung stehenden Raumes auf dem Spielfeld durch die angreifende oder verteidigende Mannschaft
+Definitional bias: -0.0167
+
+BÜSTENHALTER
+Def.: Teil der Unterkleidung, der der weiblichen Brust Form und Halt geben soll
+Definitional bias: -0.0092
+
+TRÄCHTIGKEIT
+Def.: das Trächtigsein; Zustand eines weiblichen Säugetiers von der Befruchtung bis zur Geburt des oder der Jungen
+Def.: das Trächtigsein
+Definitional bias: -0.0024
+
+FREIEN
+Def.: heiraten, mit jemandem eine Ehe schließen
+Def.: [für einen andern] einer weiblichen Person einen Heiratsantrag machen, um sie werben, um ihre Hand bitten
+Definitional bias: 0.0254
+
+BRENNEND
+Def.: sehr wichtig, akut
+Def.: sehr
+Definitional bias: 0.0262
+
+HITZIG
+Def.: von leicht erregbarem Temperament und dabei heftig, jähzornig in seinen Reaktionen
+Def.: [in ungezügelter Weise] leidenschaftlich
+Def.: erregt, mit Leidenschaft [geführt]
+Def.: heiß, fiebrig
+Def.: (von weiblichen Hunden und Katzen) läufig, brünstig
+Def.: (vom Boden) gut durchlüftet und dadurch Humus und Nährstoffe rasch abbauend
+Definitional bias: 0.0452
+
+BEFRUCHTEN
+Def.: (bei der weiblichen Geschlechtszelle) die Befruchtung vollziehen, herbeiführen
+Def.: bei jemandem, etwas geistig anregend wirken, jemandem, einer Sache wertvolle, wesentliche Anregungen geben
+Definitional bias: 0.0723
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords_cap30000.txt b/DD-GloVe/seed_word_tests/frau_seedwords_cap30000.txt
new file mode 100644
index 0000000..eaf24a2
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords_cap30000.txt
@@ -0,0 +1,149 @@
+FRAU
+Def.: erwachsene Person weiblichen Geschlechts
+Def.: Ehefrau
+Def.: Hausherrin, Dame
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person weiblichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Definitional bias: -0.1571
+
+SIE
+Def.: Person oder Tier weiblichen Geschlechts
+Definitional bias: -0.1015
+
+MÄDCHEN
+Def.: Kind weiblichen Geschlechts
+Def.: junge, jüngere weibliche Person
+Def.: Freundin (eines jungen Mannes)
+Def.: Hausmädchen, Hausangestellte, Hausgehilfin
+Definitional bias: -0.0881
+
+OBERLAUSITZ
+Def.: Gebiet um Bautzen und Görlitz
+Definitional bias: -0.0700
+
+BRUST
+Def.: Brustschwimmen
+Def.: vordere Seite des Rumpfes bei Mensch und Wirbeltieren
+Def.: die im Brustkorb gelegenen Atmungsorgane
+Def.: paariges, halbkugelförmiges Organ (an der Vorderseite des weiblichen Oberkörpers), das die Milchdrüsen enthält und das in der Stillzeit Milch bildet
+Def.: Bruststück eines Schlachttiers
+Definitional bias: -0.0692
+
+SCHWESTER
+Def.: Person weiblichen Geschlechts im Verwandtschaftsverhältnis zu einer anderen Person, die von denselben Eltern abstammt
+Def.: Mitmensch weiblichen Geschlechts, mit dem man sich verbunden fühlt
+Def.: Nonne, Ordensschwester
+Def.: Homosexueller
+Definitional bias: -0.0478
+
+JURIST
+Def.: jemand, der Rechtswissenschaften studiert hat bzw. auf diesem Gebiet arbeitet
+Definitional bias: -0.0433
+
+ENTDECKER
+Def.: jemand, der etwas entdeckt hat
+Definitional bias: -0.0367
+
+GESCHICHTSFORSCHUNG
+Def.: wissenschaftliche Erforschung der Geschichte
+Definitional bias: -0.0351
+
+QUARZ
+Def.: in verschiedenen Arten vorkommendes, in reinem Zustand farbloses, hartes und sprödes kristallines Mineral
+Def.: Quarzkristall, besonders als elektronisches Bauelement
+Definitional bias: -0.0347
+
+BAUGESCHICHTE
+Def.: Geschichte der Entstehung eines Bauwerks
+Definitional bias: -0.0322
+
+GESCHICHTSWISSENSCHAFT
+Def.: Wissenschaft von der Geschichte und ihrer Erforschung; Historie
+Definitional bias: -0.0298
+
+FREIBERUFLICH
+Def.: in einem freien Beruf [tätig]
+Definitional bias: -0.0276
+
+THEOLOGE
+Def.: jemand, der Theologie studiert, studiert hat und auf diesem Gebiet beruflich, wissenschaftlich tätig ist
+Definitional bias: -0.0218
+
+EISENBAHNNETZ
+Def.: Netz der Eisenbahnlinien in einem Gebiet
+Definitional bias: -0.0097
+
+STADTPARK
+Def.: öffentlicher Park in einer Stadt
+Definitional bias: 0.0023
+
+SCHACH
+Def.: Brettspiel für zwei Personen, die mit je sechzehn schwarzen bzw. weißen Schachfiguren (von unterschiedlichem Wert und mit unterschiedlicher Funktion) abwechselnd ziehen mit dem Ziel, den gegnerischen König mattzusetzen
+Def.: Stellung im Schach, bei der der König unmittelbar geschlagen werden könnte
+Def.: Schachspiel
+Def.: Partie Schach
+Definitional bias: 0.0091
+
+ABWASSER
+Def.: durch häuslichen, gewerblichen oder industriellen Gebrauch verunreinigtes abfließendes Wasser
+Definitional bias: 0.0108
+
+ENDRUNDE
+Def.: letzte, über den Gesamtsieg entscheidende Runde eines aus mehreren Runden bestehenden Wettbewerbs
+Definitional bias: 0.0111
+
+FERIEN
+Def.: mehrere zusammenhängende Tage oder Wochen dauernde, der Erholung dienende, turnusmäßig wiederkehrende Arbeitspause einer Institution (z. B. der Schule, der Hochschule, des Gerichts oder des Parlaments)
+Def.: Urlaub
+Definitional bias: 0.0126
+
+FREIEN
+Def.: heiraten, mit jemandem eine Ehe schließen
+Def.: [für einen andern] einer weiblichen Person einen Heiratsantrag machen, um sie werben, um ihre Hand bitten
+Definitional bias: 0.0196
+
+REICHSGERICHT
+Def.: höchstes Gericht des Deutschen Reiches für Angelegenheiten des Zivil- und Strafrechts
+Definitional bias: 0.0208
+
+SYNTHESIZER
+Def.: elektronisches Musikinstrument, das aus einer Kombination aufeinander abgestimmter elektronischer Bauelemente (zur Erzeugung von Klängen und Geräuschen) besteht
+Definitional bias: 0.0372
+
+FREIMAURER
+Def.: Mitglied eines weltweit verbreiteten, in Logen gegliederten Männerbundes mit ethischen und kosmopolitischen Zielen und einem mystischen Ritual
+Definitional bias: 0.0396
+
+BAUSTIL
+Def.: Stil eines Bauwerks
+Definitional bias: 0.0481
+
+BEDEUTEND
+Def.: besonderes Gewicht, besondere Tragweite habend; wichtig
+Def.: großes Ansehen genießend; berühmt, namhaft, sehr bekannt
+Def.: eine hohe Qualität und daher einen großen Wert aufweisend; hervorragend, wertvoll
+Def.: eine beachtliche Größe, Höhe aufweisend; von besonderem Ausmaß; groß, beachtlich
+Def.: um vieles, sehr
+Definitional bias: 0.0560
+
+BEMERKENSWERT
+Def.: beachtlich, bedeutend, ziemlich groß
+Def.: Aufmerksamkeit, Beachtung verdienend
+Def.: sehr, ungewöhnlich
+Definitional bias: 0.0658
+
+BOMBEN
+Def.: bombardieren
+Def.: Bomben legen
+Def.: mit großer Wucht [aufs Tor] schießen
+Definitional bias: 0.0699
+
+HEILIGTUM
+Def.: heilige Stätte zur Verehrung [eines] Gottes
+Def.: heiliger, der Verehrung würdiger Gegenstand
+Definitional bias: 0.0764
+
+ENGAGIERT
+Def.: entschieden für etwas eintretend, ein starkes persönliches Interesse an etwas habend
+Definitional bias: 0.0920
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords_cap30000_top10.txt b/DD-GloVe/seed_word_tests/frau_seedwords_cap30000_top10.txt
new file mode 100644
index 0000000..d1481b5
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords_cap30000_top10.txt
@@ -0,0 +1,51 @@
+FRAU
+Def.: erwachsene Person weiblichen Geschlechts
+Def.: Ehefrau
+Def.: Hausherrin, Dame
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person weiblichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Definitional bias: -0.0910
+
+OBERLAUSITZ
+Def.: Gebiet um Bautzen und Görlitz
+Definitional bias: -0.0908
+
+SIE
+Def.: Person oder Tier weiblichen Geschlechts
+Definitional bias: -0.0601
+
+BAUGESCHICHTE
+Def.: Geschichte der Entstehung eines Bauwerks
+Definitional bias: -0.0086
+
+MÄDCHEN
+Def.: Kind weiblichen Geschlechts
+Def.: junge, jüngere weibliche Person
+Def.: Freundin (eines jungen Mannes)
+Def.: Hausmädchen, Hausangestellte, Hausgehilfin
+Definitional bias: -0.0014
+
+SCHWESTER
+Def.: Person weiblichen Geschlechts im Verwandtschaftsverhältnis zu einer anderen Person, die von denselben Eltern abstammt
+Def.: Mitmensch weiblichen Geschlechts, mit dem man sich verbunden fühlt
+Def.: Nonne, Ordensschwester
+Def.: Homosexueller
+Definitional bias: -0.0005
+
+THEOLOGE
+Def.: jemand, der Theologie studiert, studiert hat und auf diesem Gebiet beruflich, wissenschaftlich tätig ist
+Definitional bias: 0.0134
+
+STADTPARK
+Def.: öffentlicher Park in einer Stadt
+Definitional bias: 0.0142
+
+FREIEN
+Def.: heiraten, mit jemandem eine Ehe schließen
+Def.: [für einen andern] einer weiblichen Person einen Heiratsantrag machen, um sie werben, um ihre Hand bitten
+Definitional bias: 0.0462
+
+ENDRUNDE
+Def.: letzte, über den Gesamtsieg entscheidende Runde eines aus mehreren Runden bestehenden Wettbewerbs
+Definitional bias: 0.0734
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords_custom_def.txt b/DD-GloVe/seed_word_tests/frau_seedwords_custom_def.txt
new file mode 100644
index 0000000..80a6869
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords_custom_def.txt
@@ -0,0 +1,138 @@
+FRAU
+Def.: erwachsene Person weiblichen Geschlechts
+Def.: Ehefrau
+Def.: Hausherrin, Dame
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person weiblichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Definitional bias: -0.1054
+
+ZINNOBER
+Def.: [hell]rotes, schwarzes oder bleigraues, Quecksilber enthaltendes Mineral
+Def.: leuchtend gelblich rote Farbe
+Def.: leuchtend gelblich roter Farbton
+Def.: wertloses Zeug
+Def.: Unsinn, dummes Zeug
+Definitional bias: -0.0977
+
+ERPEL
+Def.: männliche Ente; Enterich
+Definitional bias: -0.0852
+
+RUSSLANDDEUTSCHE
+Def.: in Russland geborene [und dort lebende] ethnische Deutsche
+Definitional bias: -0.0662
+
+RUNDLICH
+Def.: annähernd rund, mit einer Rundung versehen
+Def.: ein wenig dick, füllig, mollig
+Definitional bias: -0.0492
+
+TAUBER
+Def.: jemand, der taub ist
+Def.: männliche Taube
+Definitional bias: -0.0402
+
+MÄDEL
+Def.: Mädchen
+Definitional bias: -0.0072
+
+DEERN
+Def.: Mädchen
+Definitional bias: -0.0072
+
+MADEL
+Def.: Mädchen
+Definitional bias: -0.0072
+
+GATTIN
+Def.: Ehefrau
+Definitional bias: -0.0067
+
+LOGGIA
+Def.: nicht oder kaum vorspringender, nach der Außenseite hin offener, überdachter Raum im [Ober]geschoss eines Hauses
+Def.: zu einer oder mehreren Seiten hin offene, von Säulen, Pfeilern getragene Halle als selbstständiger Bau oder als Teil des Erdgeschosses
+Definitional bias: -0.0046
+
+IKONOGRAFIE
+Def.: Beschreibung, Form- und Inhaltsdeutung von [alten] Bildwerken
+Def.: Ikonologie
+Def.: wissenschaftliche Bestimmung von Bildnissen des griechischen und römischen Altertums
+Definitional bias: 0.0034
+
+GEMAHLIN
+Def.: Ehefrau, Gattin
+Definitional bias: 0.0036
+
+HEXENMEISTER
+Def.: (nach dem Volksglauben) männliche Person mit den dämonischen Fähigkeiten einer weiblichen Hexe; Zauberer
+Definitional bias: 0.0152
+
+KUCKUCK
+Def.: besonders in Wäldern lebender Vogel mit braungrauem Gefieder, einem leicht gekrümmten Schnabel und langem Schwanz, der seine Eier zum Ausbrüten in Nester von Singvögeln legt
+Def.: Siegel, das der Gerichtsvollzieher bei der Pfändung an Einrichtungsgegenstände klebt
+Definitional bias: 0.0276
+
+PERSONENKULT
+Def.: starke Überbewertung, Überbetonung der Führungsrolle der Einzelpersönlichkeit in Politik, Gesellschaft, Geschichte
+Definitional bias: 0.0334
+
+BENUTZERFÜHRUNG
+Def.: Hilfestellung durch [selbsterklärende oder intuitiv erschließbare] Elemente auf der Benutzeroberfläche, die eine Anwendung bedienbar machen
+Definitional bias: 0.0446
+
+MORALPHILOSOPH
+Def.: Philosoph, der eine Moralphilosophie begründet, vertritt
+Definitional bias: 0.0489
+
+TESTOSTERON
+Def.: männliches Keimdrüsenhormon
+Definitional bias: 0.0579
+
+SCHWÄGERIN
+Def.: Ehefrau eines Bruders oder Schwester des Ehemanns, der Ehefrau
+Definitional bias: 0.0589
+
+PUCK
+Def.: Kobold, schalkhafter Elf
+Def.: Scheibe aus Hartgummi, die mit dem Schläger ins gegnerische Tor zu treiben ist
+Definitional bias: 0.0709
+
+GROSSTANTE
+Def.: Schwester der Großmutter oder des Großvaters
+Def.: Ehefrau des Großonkels
+Definitional bias: 0.0730
+
+BIRKHAHN
+Def.: männliches Birkhuhn
+Definitional bias: 0.0772
+
+EINSPEISEVERGÜTUNG
+Def.: Vergütung, die jemand für das Einspeisen von aus erneuerbaren Energien gewonnenem Strom in das öffentliche Stromnetz bekommt
+Definitional bias: 0.0810
+
+GEBETSRAUM
+Def.: zur Verrichtung von Gebeten genutzter Raum
+Definitional bias: 0.1090
+
+TYPHUSERKRANKUNG
+Def.: Erkrankung an Typhus
+Definitional bias: 0.1230
+
+ZARENTUM
+Def.: monarchische Staatsform, bei der ein Zar Herrscher ist
+Def.: das Zarsein
+Definitional bias: 0.1326
+
+EINSICHTIG
+Def.: Einsicht habend; vernünftig, verständnisvoll
+Def.: verständlich, [leicht] einzusehen
+Definitional bias: 0.1614
+
+AUSBILDUNGSVERGÜTUNG
+Def.: Vergütung während der Ausbildungszeit
+Definitional bias: 0.1647
+
+HERVORRAGEND
+Def.: durch Begabung, Können oder Qualität hervorstechend; sehr gut
+Definitional bias: 0.1737
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords_full_def.txt b/DD-GloVe/seed_word_tests/frau_seedwords_full_def.txt
new file mode 100644
index 0000000..f938e18
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords_full_def.txt
@@ -0,0 +1,156 @@
+FRAU
+Def.: erwachsene Person weiblichen Geschlechts
+Def.: Ehefrau
+Def.: Hausherrin, Dame
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person weiblichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Definitional bias: -0.1028
+
+ETIKETTENSCHWINDEL
+Def.: irreführende Benennung [durch Verwendung einer bekannten Bezeichnung für eine minderwertige Sache]
+Definitional bias: -0.0740
+
+HERR
+Def.: Mann (auch als übliche höfliche Bezeichnung für eine männliche Person im gesellschaftlichen Verkehr)
+Def.: gebildeter, kultivierter, gepflegter Mann
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person männlichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Def.: jemand, der über andere oder über etwas herrscht; Gebieter; Besitzer
+Def.: jemand, der jemanden, etwas unter Kontrolle hat, beherrscht
+Def.: Gott
+Definitional bias: -0.0630
+
+YANKEE
+Def.: US-Amerikaner
+Definitional bias: -0.0569
+
+SIE
+Def.: Person oder Tier weiblichen Geschlechts
+Definitional bias: -0.0548
+
+FRAUSCHAFT
+Def.: aus weiblichen Mitgliedern bestehendes Team
+Definitional bias: -0.0257
+
+WIRBELKASTEN
+Def.: am Ende des Halses bestimmter Saiteninstrumente unterhalb der Schnecke befindliche Öffnung, durch die quer die Wirbel geführt sind
+Definitional bias: -0.0138
+
+SCHWESTER
+Def.: Person weiblichen Geschlechts im Verwandtschaftsverhältnis zu einer anderen Person, die von denselben Eltern abstammt
+Def.: Mitmensch weiblichen Geschlechts, mit dem man sich verbunden fühlt
+Def.: Nonne, Ordensschwester
+Def.: Homosexueller
+Definitional bias: -0.0007
+
+GATTIN
+Def.: Ehefrau
+Definitional bias: 0.0023
+
+MÄDCHEN
+Def.: Kind weiblichen Geschlechts
+Def.: junge, jüngere weibliche Person
+Def.: Freundin (eines jungen Mannes)
+Def.: Hausmädchen, Hausangestellte, Hausgehilfin
+Definitional bias: 0.0048
+
+KARMELITIN
+Def.: Angehörige des weiblichen Zweiges des Karmelitenordens
+Definitional bias: 0.0099
+
+FLUSSRICHTUNG
+Def.: Richtung des Fließens
+Definitional bias: 0.0100
+
+OSTWESTRICHTUNG
+Def.: ostwestliche Richtung
+Definitional bias: 0.0100
+
+FREIFRAU
+Def.: Adelstitel der Ehefrau eines Freiherrn
+Def.: Ehefrau eines Freiherrn
+Definitional bias: 0.0123
+
+FLUGBLATT
+Def.: meist unentgeltlich verteiltes oder von Flugzeugen o. Ä. in größerer Menge abgeworfenes Blatt, das ein- oder zweiseitig bedruckt [und illustriert] ist und über ein aktuelles Ereignis informiert oder dazu Stellung nimmt
+Definitional bias: 0.0183
+
+STERBLICHE
+Def.: sterblicher Mensch weiblichen Geschlechts
+Definitional bias: 0.0231
+
+PASSAT
+Def.: in Richtung Äquator gleichmäßig wehender Ostwind in den Tropen
+Definitional bias: 0.0247
+
+HISTORIENMALEREI
+Def.: Richtung der Malerei, die historische Ereignisse zum Bildgegenstand hat
+Definitional bias: 0.0251
+
+SCHUSSRICHTUNG
+Def.: Richtung eines Schusses; Richtung, in die geschossen wird, werden soll
+Definitional bias: 0.0283
+
+GEBÄRMUTTER
+Def.: (beim Menschen und Säugetier) Hohlorgan des weiblichen Körpers, in dem sich das befruchtete Ei fortentwickelt; Uterus
+Definitional bias: 0.0316
+
+GEGENRICHTUNG
+Def.: entgegengesetzte Richtung
+Definitional bias: 0.0520
+
+BESCHREITEN
+Def.: (einen Weg, eine Richtung) schreitend gehen, einschlagen
+Definitional bias: 0.0532
+
+ANDERSHERUM
+Def.: in die andere, in die entgegengesetzte Richtung
+Def.: in anderer, entgegengesetzter Richtung
+Def.: von der anderen, entgegengesetzten Richtung
+Def.: homosexuell
+Definitional bias: 0.0563
+
+NATURBELASSEN
+Def.: in seiner natürlichen Substanz unverändert; ohne fremden Zusatz
+Def.: in seinem natürlichen Zustand belassen
+Definitional bias: 0.0584
+
+FORTSCHREITEN
+Def.: sich in derselben Richtung weiterentwickeln
+Definitional bias: 0.0644
+
+WENDEN
+Def.: auf die andere Seite drehen, herumdrehen, umwenden
+Def.: wälzen
+Def.: in die entgegengesetzte Richtung bringen
+Def.: drehen und die entgegengesetzte Richtung einschlagen; die Richtung um 180° ändern
+Def.: in eine andere Richtung drehen
+Def.: sich (zu etwas) anschicken
+Def.: eine Frage, Bitte an jemanden richten
+Def.: jemandem, einer Sache entgegentreten
+Def.: (für jemanden, etwas) aufwenden, benötigen, verbrauchen
+Definitional bias: 0.0800
+
+SCHRÄGEN
+Def.: in eine schräge Lage, Stellung bringen
+Def.: abschrägen
+Definitional bias: 0.0802
+
+ABDREHEN
+Def.: durch Drehen einer entsprechenden Vorrichtung ausschalten, abstellen
+Def.: durch Drehen einer entsprechenden Vorrichtung die Zufuhr von etwas unterbinden
+Def.: durch eine drehende Bewegung von etwas abtrennen, lösen
+Def.: wegdrehen, abwenden
+Def.: (einen Film, Filmszenen) [fertig] drehen
+Def.: eine andere Richtung einschlagen, einen anderen Kurs nehmen
+Def.: sich aufregen, die Beherrschung verlieren
+Definitional bias: 0.1135
+
+HAFTENTSCHÄDIGUNG
+Def.: finanzielle Entschädigung, die jemandem für eine nicht gerechtfertigte Haft von staatlicher Seite zuteilwird
+Definitional bias: 0.1436
+
+ARBEITERAUFSTAND
+Def.: Aufstand, Revolte von Arbeitern
+Definitional bias: 0.1564
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords_less_stopwords.txt b/DD-GloVe/seed_word_tests/frau_seedwords_less_stopwords.txt
new file mode 100644
index 0000000..1dcbf31
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords_less_stopwords.txt
@@ -0,0 +1,48 @@
+FRAU
+Def.: erwachsene Person weiblichen Geschlechts
+Def.: Ehefrau
+Def.: Hausherrin, Dame
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person weiblichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Definitional bias: -0.1028
+
+BADESALZ
+Def.: körniger, wohlriechender Zusatz für das Badewasser
+Definitional bias: -0.0655
+
+GATTIN
+Def.: Ehefrau
+Definitional bias: -0.0413
+
+FREIFRAU
+Def.: Adelstitel der Ehefrau eines Freiherrn
+Def.: Ehefrau eines Freiherrn
+Definitional bias: -0.0245
+
+SCHWESTER
+Def.: Person weiblichen Geschlechts im Verwandtschaftsverhältnis zu einer anderen Person, die von denselben Eltern abstammt
+Def.: Mitmensch weiblichen Geschlechts, mit dem man sich verbunden fühlt
+Def.: Nonne, Ordensschwester
+Def.: Homosexueller
+Definitional bias: -0.0243
+
+FLUSSRICHTUNG
+Def.: Richtung des Fließens
+Definitional bias: 0.0312
+
+OSTWESTRICHTUNG
+Def.: ostwestliche Richtung
+Definitional bias: 0.0312
+
+STERBLICHE
+Def.: sterblicher Mensch weiblichen Geschlechts
+Definitional bias: 0.0389
+
+GEGENRICHTUNG
+Def.: entgegengesetzte Richtung
+Definitional bias: 0.0699
+
+FORTSCHREITEN
+Def.: sich in derselben Richtung weiterentwickeln
+Definitional bias: 0.0861
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords_own_calc_projection.txt b/DD-GloVe/seed_word_tests/frau_seedwords_own_calc_projection.txt
new file mode 100644
index 0000000..35b4279
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords_own_calc_projection.txt
@@ -0,0 +1,38 @@
+BEZEICHNUNG
+Def.: Kennzeichnung, Markierung
+Def.: Wort, mit dem etwas bezeichnet wird; Benennung
+Definitional bias: -0.1000
+
+VARIANTE
+Def.: leicht veränderte Art, Form von etwas; Abwandlung, Abart, Spielart
+Def.: abweichende Lesart einer Textstelle bei mehreren Fassungen eines Textes
+Def.: Wechsel von Moll nach Dur (und umgekehrt) durch Veränderung der großen Terz in eine kleine (und umgekehrt) in der Tonika
+Definitional bias: -0.0192
+
+VERWENDETE
+Definitional bias: 0.0000
+
+VARIANTEN
+Definitional bias: 0.0000
+
+GEBRÄUCHLICHE
+Definitional bias: 0.0000
+
+VERALTETE
+Definitional bias: 0.0000
+
+NAMENSTRÄGERINNEN
+Definitional bias: 0.0000
+
+ALAE
+Definitional bias: 0.0000
+
+WERKSINTERNE
+Definitional bias: 0.0000
+
+ABKÜRZUNG
+Def.: das Abkürzen, Verkürzen
+Def.: eine Entfernung, Wegstrecke abkürzender Weg
+Def.: abgekürztes Wort
+Definitional bias: 0.0245
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords_own_calculations.txt b/DD-GloVe/seed_word_tests/frau_seedwords_own_calculations.txt
new file mode 100644
index 0000000..23dfd7b
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords_own_calculations.txt
@@ -0,0 +1,101 @@
+NAMENS
+Def.: mit [dem] Namen
+Definitional bias: -0.1006
+
+BEZEICHNUNG
+Def.: Kennzeichnung, Markierung
+Def.: Wort, mit dem etwas bezeichnet wird; Benennung
+Definitional bias: -0.1000
+
+GEBRÄUCHLICH
+Def.: allgemein üblich
+Definitional bias: -0.0547
+
+VORNAME
+Def.: von den Eltern bestimmter [und amtlich eingetragener] Name, der die Individualität einer Person kennzeichnet
+Definitional bias: -0.0330
+
+VARIANTE
+Def.: leicht veränderte Art, Form von etwas; Abwandlung, Abart, Spielart
+Def.: abweichende Lesart einer Textstelle bei mehreren Fassungen eines Textes
+Def.: Wechsel von Moll nach Dur (und umgekehrt) durch Veränderung der großen Terz in eine kleine (und umgekehrt) in der Tonika
+Definitional bias: -0.0192
+
+VERWENDETE
+Definitional bias: 0.0000
+
+GENANNTE
+Definitional bias: 0.0000
+
+VARIANTEN
+Definitional bias: 0.0000
+
+BEZEICHNUNGEN
+Definitional bias: 0.0000
+
+BLAUE
+Definitional bias: 0.0000
+
+MG
+Definitional bias: 0.0000
+
+GRAUE
+Definitional bias: 0.0000
+
+GEBRÄUCHLICHE
+Definitional bias: 0.0000
+
+MODIFIZIERTE
+Definitional bias: 0.0000
+
+MINERVA
+Definitional bias: 0.0000
+
+VERALTETE
+Definitional bias: 0.0000
+
+NAMENSTRÄGERINNEN
+Definitional bias: 0.0000
+
+D3
+Definitional bias: 0.0000
+
+BAUGLEICHE
+Definitional bias: 0.0000
+
+MIDORI
+Definitional bias: 0.0000
+
+PARVIFLORA
+Definitional bias: 0.0000
+
+OBJEKT-IDENTIFIKATOR
+Definitional bias: 0.0000
+
+AHS
+Definitional bias: 0.0000
+
+ALAE
+Definitional bias: 0.0000
+
+NOTARZTEINSATZFAHRZEUG
+Definitional bias: 0.0000
+
+LEGALLY
+Definitional bias: 0.0000
+
+HELIANGELUS
+Definitional bias: 0.0000
+
+POMARANCIO
+Definitional bias: 0.0000
+
+WERKSINTERNE
+Definitional bias: 0.0000
+
+ABKÜRZUNG
+Def.: das Abkürzen, Verkürzen
+Def.: eine Entfernung, Wegstrecke abkürzender Weg
+Def.: abgekürztes Wort
+Definitional bias: 0.0245
+
diff --git a/DD-GloVe/seed_word_tests/frau_seedwords_top10.txt b/DD-GloVe/seed_word_tests/frau_seedwords_top10.txt
new file mode 100644
index 0000000..8b9fecf
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/frau_seedwords_top10.txt
@@ -0,0 +1,44 @@
+SCHWESTER
+Def.: Person weiblichen Geschlechts im Verwandtschaftsverhältnis zu einer anderen Person, die von denselben Eltern abstammt
+Def.: Mitmensch weiblichen Geschlechts, mit dem man sich verbunden fühlt
+Def.: Nonne, Ordensschwester
+Def.: Homosexueller
+Definitional bias: -0.0123
+
+BRUSTVERGRÖSSERUNG
+Def.: Vergrößerung der weiblichen Brust
+Definitional bias: -0.0019
+
+FRAUSCHAFT
+Def.: aus weiblichen Mitgliedern bestehendes Team
+Definitional bias: 0.0046
+
+ZISTERZIENSERIN
+Def.: Angehörige des weiblichen Zweiges der Zisterzienser
+Definitional bias: 0.0136
+
+KARMELITIN
+Def.: Angehörige des weiblichen Zweiges des Karmelitenordens
+Definitional bias: 0.0208
+
+BÜSTENHALTER
+Def.: Teil der Unterkleidung, der der weiblichen Brust Form und Halt geben soll
+Definitional bias: 0.0248
+
+STERBLICHE
+Def.: sterblicher Mensch weiblichen Geschlechts
+Definitional bias: 0.0286
+
+BRUSTKREBS
+Def.: Krebs besonders der weiblichen Brustdrüsen
+Definitional bias: 0.0344
+
+VULVA
+Def.: Gesamtheit der äußeren weiblichen Geschlechtsorgane
+Definitional bias: 0.0396
+
+TRÄCHTIGKEIT
+Def.: das Trächtigsein; Zustand eines weiblichen Säugetiers von der Befruchtung bis zur Geburt des oder der Jungen
+Def.: das Trächtigsein
+Definitional bias: 0.0728
+
diff --git a/DD-GloVe/seed_word_tests/get_seed_word_definitions.py b/DD-GloVe/seed_word_tests/get_seed_word_definitions.py
new file mode 100644
index 0000000..93d2e29
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/get_seed_word_definitions.py
@@ -0,0 +1,121 @@
+"""Helper script to get seed words, their
+definitions, and their definition's embedding's bias
+from a list of seed word indexes.
+
+'Girl' and 'Boy' are used as placeholder terms for the
+two groups, can also mean e.g. German and Foreign."""
+
+import ast
+import json
+import pandas as pd
+import numpy as np
+from sklearn.metrics.pairwise import cosine_similarity as cosine
+
+# hard-coded, you can get seed word indexes from GloVe training output
+girl_indexes = [
+    41, 2933,   624,  7595,  2626,  6107,  5306,   807, 10470,   125,  4877,
+        7744,  8440,   425,  2068,   971,  3026,  1674,   618,  3180,  2236,
+         428,  1780,  2484,    42,  3237,  4977,  1417,  1067,  3819,  1452
+    ]
+boy_indexes = [
+    16, 98915,  65269,  42557, 138164,  97023,  18330, 134737,  27996,  57301,
+        17621,  14234,  47588, 108234, 211932,  77434,  37725,  47421, 346084,
+       303133,  47821,  22468,  44522, 330544,  79490,  49760, 109485, 214051,
+        47483,  53517,  89180
+    ]
+
+# dicts will contain pairs of tokens and their dictionary definitions
+girl_words = dict()
+boy_words = dict()
+
+# look up tokens corresponding to indexes in vocab text file
+with open("/workspace/students/reichelt/BA/data/dd-glove/english_vocab.txt", encoding="utf-8") as vocab:
+    for idx, line in enumerate(vocab.readlines()):
+        token = line.split()[0]
+        if idx in girl_indexes:
+            girl_words[idx] = dict() # {10: {"token": mann, "definition": "...", "bias": 0.0}}
+            girl_words[idx]["token"] = token
+        if idx in boy_indexes:
+            boy_words[idx] = dict()
+            boy_words[idx]["token"] = token
+
+with open("/workspace/students/reichelt/BA/data/dd-glove/english_definitions.json",
+          "r", encoding="utf-8") as f:
+    data = json.load(f)
+for idx, info in girl_words.items():
+    word = info["token"]
+    girl_words[idx]["definition"] = data[word]
+for idx, info in boy_words.items():
+    word = info["token"]
+    boy_words[idx]["definition"] = data[word]
+
+# calculate bias of seed words and sort accordingly
+
+# load embeddings
+embeddings = pd.read_csv("/workspace/students/reichelt/BA/data/dd-glove/english_vectors_gender_1iter.txt",
+                         skiprows=1, header=None, sep=" ")
+embeddings.rename(columns={0: "token"}, inplace=True)  # name first column "token"
+embeddings["vector"] = embeddings.iloc[:, 1:].values.tolist()  # convert other columns into one, containing 300-dim vec as a list
+
+# load definition indexes
+definition_indexes = pd.read_csv("/workspace/students/reichelt/BA/data/dd-glove/english_definitions.txt", sep="\t", usecols=[1], header=None, names=["def_words"])
+definition_indexes = definition_indexes["def_words"].tolist()
+definition_indexes = [ast.literal_eval(item) for item in definition_indexes]
+
+def get_definition_embedding(word_index: int) -> np.array:
+    """Calculate definition embedding by averaging embeddings of
+    words occurring in given definition. Definition is given by
+    a word index, i.e. 88 which is token 'Mann'."""
+    emb_sum = np.zeros(300)
+    if definition_indexes[word_index]:
+        for i in definition_indexes[word_index]:
+            vec = np.array(embeddings["vector"].iloc[i])  # get embedding of token with index idx
+            emb_sum += vec
+        definitional_embedding = (1/len(definition_indexes[word_index])) * emb_sum
+        return definitional_embedding
+    return emb_sum
+
+def calculate_definitional_bias(v_1: np.array, v_2: np.array, w: int) -> float:
+    """Calculate bias of a word using is definitional embedding.
+    Calculate the projection of the word's definitional embedding
+    along the difference between the seed words' definitional embeddings."""
+    boy_def = v_1.reshape(1, -1)  # reshape to fit cosine function
+    girl_def = v_2.reshape(1, -1)
+    word_def = get_definition_embedding(w).reshape(1, -1)
+    bias = cosine(word_def, boy_def) - cosine(word_def, girl_def)
+    return bias
+
+# look up def embedding for initial seed words
+mann_vec = get_definition_embedding(16)
+frau_vec = get_definition_embedding(41)
+
+# calculate girl biases and sort in ascending order (= strongest bias first, here)
+for girl_index in girl_indexes:
+    b = calculate_definitional_bias(mann_vec, frau_vec, girl_index)
+    girl_words[girl_index]["bias"] = b[0].item()
+
+girl_words_sorted = dict(sorted(girl_words.items(), key=lambda item: item[1]["bias"]))
+
+# calculate boy biases and sort in descending order (= strongest bias first, here)
+for boy_index in boy_indexes:
+    b = calculate_definitional_bias(mann_vec, frau_vec, boy_index)
+    boy_words[boy_index]["bias"] = b[0].item()
+
+boy_words_sorted = dict(sorted(boy_words.items(), key=lambda item: item[1]["bias"], reverse=True))
+
+# write results to files
+with open("/home/students/reichelt/ba/bias-mitigation-ba/DD-GloVe/seed_word_tests/she_seedwords_alternate_calc.txt",
+          "w", encoding="utf-8") as f:
+    for idx, info in girl_words_sorted.items():
+        f.write(info["token"].upper() + "\n")
+        for d in info["definition"]:
+            f.write(f"Def.: {d}\n")
+        f.write(f"Definitional bias: {info['bias']:.4f}\n\n")
+
+with open("/home/students/reichelt/ba/bias-mitigation-ba/DD-GloVe/seed_word_tests/he_seedwords_alternate_calc.txt",
+          "w", encoding="utf-8") as f:
+    for idx, info in boy_words_sorted.items():
+        f.write(info["token"].upper() + "\n")
+        for d in info["definition"]:
+            f.write(f"Def.: {d}\n")
+        f.write(f"Definitional bias: {info['bias']:.4f}\n\n")
diff --git a/DD-GloVe/seed_word_tests/he_seedwords_alternate_calc.txt b/DD-GloVe/seed_word_tests/he_seedwords_alternate_calc.txt
new file mode 100644
index 0000000..2b4ed6d
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/he_seedwords_alternate_calc.txt
@@ -0,0 +1,226 @@
+BEREA
+Def.: a city in NE Ohio, near Cleveland.
+Definitional bias: 0.0821
+
+RADNOR
+Def.: a town in SE Pennsylvania, near Philadelphia.
+Def.: Radnorshire. 
+Definitional bias: 0.0729
+
+RIVERDALE
+Def.: a city in NE Illinois.
+Definitional bias: 0.0711
+
+BECKLEY
+Def.: a city in SW West Virginia.
+Definitional bias: 0.0646
+
+EDWARDSVILLE
+Def.: a town in SW Illinois.
+Definitional bias: 0.0641
+
+POTTSVILLE
+Def.: a city in E Pennsylvania.
+Definitional bias: 0.0636
+
+HYATTSVILLE
+Def.: a city in central Maryland.
+Definitional bias: 0.0601
+
+SHUBERT
+Def.: Lee Levi Shubert, 1875–1953, and his brothers Sam S.,  1876–1905, and Jacob J.,  1880–1963, U.S. theatrical managers.
+Definitional bias: 0.0555
+
+FRAT
+Def.: fraternity (def. 1). 
+Def.: US slang 
+Def.: a member of a fraternity
+Def.: (as modifier): the frat kid
+Definitional bias: 0.0550
+
+DIXIELAND
+Def.: (sometimes lowercase) a style of jazz, originating in New Orleans, played by a small group of instruments, as trumpet, trombone, clarinet, piano, and drums, and marked by strongly accented four-four rhythm and vigorous, quasi-improvisational solos and ensembles.
+Def.: Also Dixie Land . Dixie (def. 1). 
+Def.: a form of jazz that originated in New Orleans, becoming popular esp with White musicians in the second decade of the 20th century
+Def.: a revival of this style in the 1950s
+Def.: See Dixie (def. 1)
+Definitional bias: 0.0535
+
+MANASSAS
+Def.: a town in NE Virginia: battles of Bull Run 1861, 1862.
+Def.: a town in NE Virginia, west of Alexandria: site of the victory of Confederate forces in the Battles of Bull Run, or First and Second Manassas (1861; 1862), during the American Civil War. Pop: 37 166 (2003 est)
+Definitional bias: 0.0507
+
+AVE.
+Def.: hail; welcome.
+Def.: farewell; goodbye.
+Def.: the salutation “ave.”
+Def.: (initial capital letter) Ave Maria. 
+Def.: avenue.
+Def.: welcome or farewell
+Def.: short for Ave Maria See Hail Mary
+Def.: the time for the Angelus to be recited, so called because of the threefold repetition of the Ave Maria in this devotion
+Def.: the beads of the rosary used to count the number of Ave Marias said
+Def.: avenue
+Definitional bias: 0.0496
+
+DIXY
+Def.: dixie. 
+Definitional bias: 0.0474
+
+XAVERIAN
+Def.: Saint Francis Francisco Javier; "the Apostle of the Indies", 1506–52, Spanish Jesuit missionary, especially in India and Japan.
+Def.: a male given name: from an Arabic word meaning “bright.”
+Def.: Saint Francis, known as the Apostle of the Indies. 1506–52, Spanish missionary, who was a founding member of the Jesuit society (1534) and later preached in Goa, Ceylon, the East Indies, and Japan. Feast day: Dec 3
+Definitional bias: 0.0456
+
+IGNATIUS
+Def.: Saint Ignatius Theophorus, a.d. c40–107?, bishop of Antioch and Apostolic Father.
+Def.: Saint Nicetas, a.d. 799?–878, patriarch of Constantinople 846–858, 867–878.
+Def.: Saint, surnamed Theophorus. died ?110 ad, bishop of Antioch. His seven letters, written on his way to his martyrdom in Rome, give valuable insight into the early Christian Church. Feast day: Oct 17 or Dec 17 or 20
+Definitional bias: 0.0455
+
+X-HEIGHT
+Def.: the height of a lowercase x.
+Def.: printing the height of lower case letters of a typeface, without ascenders or descenders
+Definitional bias: 0.0291
+
+OVERPRESSURE
+Def.: pressure  in excess of normal atmospheric pressure,  as that caused by an explosion's shock wave or created in an accelerating airplane.
+Def.: to cause or expose to overpressure.
+Def.: to make undue demands on by a regimen, work load, etc.: students overpressured with heavy academic schedules.
+Def.: the blast effect of a nuclear weapon expressed as an amount of pressure greater than normal barometric pressure
+Definitional bias: 0.0284
+
+ENKEPHALIN
+Def.: either of two pentapeptides that bind to morphine receptors in the central nervous system and have opioid properties of relatively short duration; one pentapeptide (Met enkephalin ) has the amino acid sequence Tyr-Gly-Gly-Phe-Met and the other (Leu enkephalin ) has the sequence Tyr-Gly-Gly-Phe-Leu.
+Def.: a chemical occurring in the brain, having effects similar to those of morphine: See also endorphin
+Definitional bias: 0.0277
+
+HE
+Def.: the male person or animal being discussed or last mentioned; that male.
+Def.: anyone (without reference to gender); that person: He who hesitates is lost. 
+Def.: any male person or animal; a man: hes and shes. 
+Def.: male (usually used in combination): a he-goat. 
+Def.: the fifth letter of the Hebrew alphabet.
+Def.: any of the sounds represented by this letter.
+Def.: helium.
+Def.: high explosive.
+Def.: high explosive.: Also HE 
+Def.: His Eminence.
+Def.: His Excellency; Her Excellency.
+Def.: refers to a male person or animal: he looks interesting; he's a fine stallion
+Def.: refers to an indefinite antecedent such as one, whoever, or anybody: everybody can do as he likes in this country
+Def.: refers to a person or animal of unknown or unspecified sex: a member of the party may vote as he sees fit
+Def.: 
+Def.: a male person or animal
+Def.: (in combination): he-goat
+Def.: 
+Def.: a children's game in which one player chases the others in an attempt to touch one of them, who then becomes the chaser: Compare tag 2
+Def.: the person chasing: Compare it 1 (def. 7)
+Def.: the fifth letter of the Hebrew alphabet (×”), transliterated as h
+Def.: an expression of amusement or derision: Also: he-he!, hee-hee!
+Def.: helium
+Def.: high explosive
+Def.: His Eminence
+Def.: His (or Her) Excellency
+Definitional bias: 0.0242
+
+CAVALIERS
+Def.: a horseman, especially a mounted soldier; knight.
+Def.: one having the spirit or bearing of a knight; a courtly gentleman; gallant.
+Def.: a man escorting a woman or acting as her partner in dancing.
+Def.: (initial capital letter) an adherent of Charles I of England in his contest with Parliament.
+Def.: haughty, disdainful, or supercilious: an arrogant and cavalier attitude toward others.
+Def.: offhand or unceremonious: The very dignified officials were confused by his cavalier manner.
+Def.: (initial capital letter) of or relating to the Cavaliers.
+Def.: (initial capital letter) of, relating to, or characteristic of the Cavalier poets or their work.
+Def.: to play the cavalier.
+Def.: to be haughty or domineering.
+Def.: showing haughty disregard; offhand
+Def.: a gallant or courtly gentleman, esp one acting as a lady's escort
+Def.: archaic a horseman, esp one who is armed
+Def.: a supporter of Charles I during the English Civil War: Compare Roundhead
+Definitional bias: 0.0188
+
+UNPLEDGED
+Def.: a solemn promise or agreement to do or refrain from doing something: a pledge of aid; a pledge not to wage war.
+Def.: something delivered as security for the payment of a debt or fulfillment of a promise, and subject to forfeiture on failure to pay or fulfill the promise.
+Def.: the state of being given or held as security: to put a thing in pledge.
+Def.: Law. 
+Def.: the act of delivering goods, property, etc., to another for security.
+Def.: the resulting legal relationship.
+Def.: something given or regarded as a security.
+Def.: a person accepted for membership in a club, fraternity, or sorority, but not yet formally approved.
+Def.: an assurance of support or goodwill conveyed by drinking a person's health; a toast.
+Def.: Obsolete. 
+Def.: a hostage.
+Def.: a person who becomes bail or surety for another.
+Def.: to bind by or as if by a pledge: to pledge hearers to secrecy.
+Def.: to promise solemnly: to pledge one's support.
+Def.: to give or deposit as a pledge; pawn.
+Def.: to stake, as one's honor.
+Def.: to secure by a pledge; give a pledge for.
+Def.: to accept as a pledge for club, fraternity, or sorority membership.
+Def.: to drink a health or toast to.
+Def.: to make or give a pledge: to pledge for someone.
+Def.: to drink a pledge; toast someone's health, success, etc.
+Def.: take the pledge,  to make a solemn, formal vow to abstain from intoxicating drink.
+Def.: a formal or solemn promise or agreement, esp to do or refrain from doing something
+Def.: 
+Def.: collateral for the payment of a debt or the performance of an obligation
+Def.: the condition of being collateral (esp in the phrase in pledge)
+Def.: a sign, token, or indication: the gift is a pledge of their sincerity
+Def.: an assurance of support or goodwill, conveyed by drinking to a person, cause, etc; toast: we drank a pledge to their success
+Def.: a person who binds himself, as by becoming bail or surety for another
+Def.: sign the pledge or take the pledge to make a vow to abstain from alcoholic drink
+Def.: to promise formally or solemnly: he pledged allegiance
+Def.: (tr) to bind or secure by or as if by a pledge: they were pledged to secrecy
+Def.: to give, deposit, or offer (one's word, freedom, property, etc) as a guarantee, as for the repayment of a loan
+Def.: to drink a toast to (a person, cause, etc)
+Definitional bias: 0.0170
+
+LIWAN
+Def.: iwan. 
+Definitional bias: 0.0164
+
+DOOBIE
+Def.: a marijuana cigarette.
+Definitional bias: 0.0110
+
+EMBIID
+Def.: web spinner. 
+Definitional bias: 0.0093
+
+SCOTTIE
+Def.: Scottish terrier. 
+Def.: a male given name, form of Scott. 
+Def.: a female given name.
+Def.: See Scottish terrier
+Def.: informal a Scotsman
+Definitional bias: 0.0033
+
+DIST
+Def.: distance.
+Def.: distant.
+Def.: distinguish.
+Def.: distinguished.
+Def.: district.
+Definitional bias: 0.0030
+
+|-ALIGN=CENTER
+Definitional bias: 0.0000
+
+FONT-SIZE:8PT
+Definitional bias: 0.0000
+
+|L
+Definitional bias: 0.0000
+
+GORCEY
+Definitional bias: 0.0000
+
+OVERPOTENTIAL
+Def.: overvoltage. 
+Definitional bias: -0.0280
+
diff --git a/DD-GloVe/seed_word_tests/he_seedwords_full_definition.txt b/DD-GloVe/seed_word_tests/he_seedwords_full_definition.txt
new file mode 100644
index 0000000..e75a192
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/he_seedwords_full_definition.txt
@@ -0,0 +1,87 @@
+HE
+Def.: the male person or animal being discussed or last mentioned; that male.
+Def.: anyone (without reference to gender); that person: He who hesitates is lost. 
+Def.: any male person or animal; a man: hes and shes. 
+Def.: male (usually used in combination): a he-goat. 
+Def.: the fifth letter of the Hebrew alphabet.
+Def.: any of the sounds represented by this letter.
+Def.: helium.
+Def.: high explosive.
+Def.: high explosive.: Also HE 
+Def.: His Eminence.
+Def.: His Excellency; Her Excellency.
+Def.: refers to a male person or animal: he looks interesting; he's a fine stallion
+Def.: refers to an indefinite antecedent such as one, whoever, or anybody: everybody can do as he likes in this country
+Def.: refers to a person or animal of unknown or unspecified sex: a member of the party may vote as he sees fit
+Def.: 
+Def.: a male person or animal
+Def.: (in combination): he-goat
+Def.: 
+Def.: a children's game in which one player chases the others in an attempt to touch one of them, who then becomes the chaser: Compare tag 2
+Def.: the person chasing: Compare it 1 (def. 7)
+Def.: the fifth letter of the Hebrew alphabet (×”), transliterated as h
+Def.: an expression of amusement or derision: Also: he-he!, hee-hee!
+Def.: helium
+Def.: high explosive
+Def.: His Eminence
+Def.: His (or Her) Excellency
+Definitional bias: 0.0242
+
+HE/SHE
+Def.: the male person or animal being discussed or last mentioned; that male.
+Def.: anyone (without reference to gender); that person: He who hesitates is lost. 
+Def.: any male person or animal; a man: hes and shes. 
+Def.: male (usually used in combination): a he-goat. 
+Def.: the fifth letter of the Hebrew alphabet.
+Def.: any of the sounds represented by this letter.
+Def.: helium.
+Def.: high explosive.
+Def.: high explosive.: Also HE 
+Def.: His Eminence.
+Def.: His Excellency; Her Excellency.
+Def.: refers to a male person or animal: he looks interesting; he's a fine stallion
+Def.: refers to an indefinite antecedent such as one, whoever, or anybody: everybody can do as he likes in this country
+Def.: refers to a person or animal of unknown or unspecified sex: a member of the party may vote as he sees fit
+Def.: 
+Def.: a male person or animal
+Def.: (in combination): he-goat
+Def.: 
+Def.: a children's game in which one player chases the others in an attempt to touch one of them, who then becomes the chaser: Compare tag 2
+Def.: the person chasing: Compare it 1 (def. 7)
+Def.: the fifth letter of the Hebrew alphabet (×”), transliterated as h
+Def.: an expression of amusement or derision: Also: he-he!, hee-hee!
+Def.: helium
+Def.: high explosive
+Def.: His Eminence
+Def.: His (or Her) Excellency
+Definitional bias: 0.0242
+
+H.E
+Def.: the male person or animal being discussed or last mentioned; that male.
+Def.: anyone (without reference to gender); that person: He who hesitates is lost. 
+Def.: any male person or animal; a man: hes and shes. 
+Def.: male (usually used in combination): a he-goat. 
+Def.: the fifth letter of the Hebrew alphabet.
+Def.: any of the sounds represented by this letter.
+Def.: helium.
+Def.: high explosive.
+Def.: high explosive.: Also HE 
+Def.: His Eminence.
+Def.: His Excellency; Her Excellency.
+Def.: refers to a male person or animal: he looks interesting; he's a fine stallion
+Def.: refers to an indefinite antecedent such as one, whoever, or anybody: everybody can do as he likes in this country
+Def.: refers to a person or animal of unknown or unspecified sex: a member of the party may vote as he sees fit
+Def.: 
+Def.: a male person or animal
+Def.: (in combination): he-goat
+Def.: 
+Def.: a children's game in which one player chases the others in an attempt to touch one of them, who then becomes the chaser: Compare tag 2
+Def.: the person chasing: Compare it 1 (def. 7)
+Def.: the fifth letter of the Hebrew alphabet (×”), transliterated as h
+Def.: an expression of amusement or derision: Also: he-he!, hee-hee!
+Def.: helium
+Def.: high explosive
+Def.: His Eminence
+Def.: His (or Her) Excellency
+Definitional bias: 0.0242
+
diff --git a/DD-GloVe/seed_word_tests/he_seedwords_own_calc.txt b/DD-GloVe/seed_word_tests/he_seedwords_own_calc.txt
new file mode 100644
index 0000000..3b035ad
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/he_seedwords_own_calc.txt
@@ -0,0 +1,215 @@
+BEREA
+Def.: a city in NE Ohio, near Cleveland.
+Definitional bias: 0.0821
+
+RIVERDALE
+Def.: a city in NE Illinois.
+Definitional bias: 0.0711
+
+HI-HATS
+Def.: a set of high-hat cymbals. 
+Def.: a variant spelling of high-hat (def. 4)
+Definitional bias: 0.0694
+
+BECKLEY
+Def.: a city in SW West Virginia.
+Definitional bias: 0.0646
+
+HYATTSVILLE
+Def.: a city in central Maryland.
+Definitional bias: 0.0601
+
+MIDAMERICA
+Def.: Middle America (def. 2). 
+Definitional bias: 0.0560
+
+AVE.
+Def.: hail; welcome.
+Def.: farewell; goodbye.
+Def.: the salutation “ave.”
+Def.: (initial capital letter) Ave Maria. 
+Def.: avenue.
+Def.: welcome or farewell
+Def.: short for Ave Maria See Hail Mary
+Def.: the time for the Angelus to be recited, so called because of the threefold repetition of the Ave Maria in this devotion
+Def.: the beads of the rosary used to count the number of Ave Marias said
+Def.: avenue
+Definitional bias: 0.0496
+
+DIXY
+Def.: dixie. 
+Definitional bias: 0.0474
+
+XAVERIAN
+Def.: Saint Francis Francisco Javier; "the Apostle of the Indies", 1506–52, Spanish Jesuit missionary, especially in India and Japan.
+Def.: a male given name: from an Arabic word meaning “bright.”
+Def.: Saint Francis, known as the Apostle of the Indies. 1506–52, Spanish missionary, who was a founding member of the Jesuit society (1534) and later preached in Goa, Ceylon, the East Indies, and Japan. Feast day: Dec 3
+Definitional bias: 0.0456
+
+IGNATIUS
+Def.: Saint Ignatius Theophorus, a.d. c40–107?, bishop of Antioch and Apostolic Father.
+Def.: Saint Nicetas, a.d. 799?–878, patriarch of Constantinople 846–858, 867–878.
+Def.: Saint, surnamed Theophorus. died ?110 ad, bishop of Antioch. His seven letters, written on his way to his martyrdom in Rome, give valuable insight into the early Christian Church. Feast day: Oct 17 or Dec 17 or 20
+Definitional bias: 0.0455
+
+REVEILLE
+Def.: a signal, as of a drum or bugle, sounded early in the morning to awaken military personnel and to alert them for assembly.
+Def.: a signal to arise.
+Def.: a signal, given by a bugle, drum, etc, to awaken soldiers or sailors in the morning
+Def.: the hour at which this takes place
+Definitional bias: 0.0446
+
+SHAFFER
+Def.: Sir Peter. born 1926, British dramatist. His plays include The Royal Hunt of the Sun (1964), Equus (1973), Amadeus (1979), and The Gift of the Gorgon (1992)
+Definitional bias: 0.0438
+
+JR/SR
+Def.: junior.
+Def.: Journal.
+Def.: Junior.
+Def.: junior
+Definitional bias: 0.0411
+
+WYTHE
+Def.: George,  1729–1806, U.S. jurist and statesman.
+Definitional bias: 0.0405
+
+ASCENDERS
+Def.: a person or thing that ascends or causes ascension.
+Def.: Printing. 
+Def.: the part of a lowercase letter, as b, d, f, h, that rises above x-height.
+Def.: a letter rising above x-height, as b, d, f, h, etc.
+Def.: printing 
+Def.: the part of certain lower-case letters, such as b or h, that extends above the body of the letter
+Def.: any letter having such a part
+Def.: a person or thing that ascends
+Def.: another word for ascendeur
+Definitional bias: 0.0401
+
+PUDDINGSTONE
+Def.: conglomerate (def. 3). 
+Def.: a conglomerate rock in which there is a difference in colour or composition between the pebbles and the matrix
+Definitional bias: 0.0383
+
+YODH
+Def.: the 10th letter of the Hebrew alphabet.
+Def.: any of the sounds represented by this letter.
+Def.: the tenth letter in the Hebrew alphabet (×™), transliterated as y
+Definitional bias: 0.0368
+
+ZAYIN
+Def.: the seventh letter of the Hebrew alphabet.
+Def.: the consonant sound represented by this letter.
+Def.: the seventh letter of the Hebrew alphabet (×–), transliterated as z
+Definitional bias: 0.0356
+
+NUMERATORS
+Def.: Arithmetic. the term of a fraction, usually above the line, that indicates the number of equal parts that are to be added together; the dividend placed over a divisor: The numerator of the fraction 2/3 is 2.: Compare denominator (def. 1). 
+Def.: a person or thing that numbers.
+Def.: maths the dividend of a fraction: the numerator of 7/8 is 7 Compare denominator
+Def.: a person or thing that numbers; enumerator
+Def.: A number written above or to the left of the line in a common fraction to indicate the number of parts of the whole. For example, 2 is the numerator in the fraction 27.
+Definitional bias: 0.0330
+
+X-HEIGHT
+Def.: the height of a lowercase x.
+Def.: printing the height of lower case letters of a typeface, without ascenders or descenders
+Definitional bias: 0.0291
+
+OVERPRESSURE
+Def.: pressure  in excess of normal atmospheric pressure,  as that caused by an explosion's shock wave or created in an accelerating airplane.
+Def.: to cause or expose to overpressure.
+Def.: to make undue demands on by a regimen, work load, etc.: students overpressured with heavy academic schedules.
+Def.: the blast effect of a nuclear weapon expressed as an amount of pressure greater than normal barometric pressure
+Definitional bias: 0.0284
+
+ENKEPHALIN
+Def.: either of two pentapeptides that bind to morphine receptors in the central nervous system and have opioid properties of relatively short duration; one pentapeptide (Met enkephalin ) has the amino acid sequence Tyr-Gly-Gly-Phe-Met and the other (Leu enkephalin ) has the sequence Tyr-Gly-Gly-Phe-Leu.
+Def.: a chemical occurring in the brain, having effects similar to those of morphine: See also endorphin
+Definitional bias: 0.0277
+
+HE
+Def.: the male person or animal being discussed or last mentioned; that male.
+Def.: anyone (without reference to gender); that person: He who hesitates is lost. 
+Def.: any male person or animal; a man: hes and shes. 
+Def.: male (usually used in combination): a he-goat. 
+Def.: the fifth letter of the Hebrew alphabet.
+Def.: any of the sounds represented by this letter.
+Def.: helium.
+Def.: high explosive.
+Def.: high explosive.: Also HE 
+Def.: His Eminence.
+Def.: His Excellency; Her Excellency.
+Def.: refers to a male person or animal: he looks interesting; he's a fine stallion
+Def.: refers to an indefinite antecedent such as one, whoever, or anybody: everybody can do as he likes in this country
+Def.: refers to a person or animal of unknown or unspecified sex: a member of the party may vote as he sees fit
+Def.: 
+Def.: a male person or animal
+Def.: (in combination): he-goat
+Def.: 
+Def.: a children's game in which one player chases the others in an attempt to touch one of them, who then becomes the chaser: Compare tag 2
+Def.: the person chasing: Compare it 1 (def. 7)
+Def.: the fifth letter of the Hebrew alphabet (×”), transliterated as h
+Def.: an expression of amusement or derision: Also: he-he!, hee-hee!
+Def.: helium
+Def.: high explosive
+Def.: His Eminence
+Def.: His (or Her) Excellency
+Definitional bias: 0.0242
+
+BLIMEY
+Def.: (used to express surprise or excitement.)
+Def.: British slang an exclamation of surprise or annoyance
+Definitional bias: 0.0223
+
+SHOTT
+Def.: a shallow temporary salt lake or marsh in the North African desert
+Def.: the hollow in which it lies
+Def.: A shallow lake or marsh with brackish or saline water, especially in northern Africa. Shotts are dry during the summer, at which time they are also characterized by salt deposits and a lack of vegetation.
+Definitional bias: 0.0222
+
+CAVALIERS
+Def.: a horseman, especially a mounted soldier; knight.
+Def.: one having the spirit or bearing of a knight; a courtly gentleman; gallant.
+Def.: a man escorting a woman or acting as her partner in dancing.
+Def.: (initial capital letter) an adherent of Charles I of England in his contest with Parliament.
+Def.: haughty, disdainful, or supercilious: an arrogant and cavalier attitude toward others.
+Def.: offhand or unceremonious: The very dignified officials were confused by his cavalier manner.
+Def.: (initial capital letter) of or relating to the Cavaliers.
+Def.: (initial capital letter) of, relating to, or characteristic of the Cavalier poets or their work.
+Def.: to play the cavalier.
+Def.: to be haughty or domineering.
+Def.: showing haughty disregard; offhand
+Def.: a gallant or courtly gentleman, esp one acting as a lady's escort
+Def.: archaic a horseman, esp one who is armed
+Def.: a supporter of Charles I during the English Civil War: Compare Roundhead
+Definitional bias: 0.0188
+
+LIWAN
+Def.: iwan. 
+Definitional bias: 0.0164
+
+DOOBIE
+Def.: a marijuana cigarette.
+Definitional bias: 0.0110
+
+EMBIID
+Def.: web spinner. 
+Definitional bias: 0.0093
+
+SCOTTIE
+Def.: Scottish terrier. 
+Def.: a male given name, form of Scott. 
+Def.: a female given name.
+Def.: See Scottish terrier
+Def.: informal a Scotsman
+Definitional bias: 0.0033
+
+DIST
+Def.: distance.
+Def.: distant.
+Def.: distinguish.
+Def.: distinguished.
+Def.: district.
+Definitional bias: 0.0030
+
diff --git a/DD-GloVe/seed_word_tests/jogging_seedwords.txt b/DD-GloVe/seed_word_tests/jogging_seedwords.txt
new file mode 100644
index 0000000..0adf0c5
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/jogging_seedwords.txt
@@ -0,0 +1,155 @@
+HYADEN
+Def.: Töchter des Atlas oder des Okeanos, die in ein Sternbild verwandelt werden
+Def.: Sternhaufen im Sternbild Stier
+Definitional bias: -0.1100
+
+EHEMALIGER
+Def.: ehemaliger Schüler, Student o. Ä., ehemaliges Mitglied von etwas
+Def.: früherer Ehemann oder Freund
+Definitional bias: -0.0212
+
+ARBEITSTEMPO
+Def.: Tempo, in dem jemand arbeitet
+Definitional bias: -0.0085
+
+ANLAGERN
+Def.: an sich binden
+Def.: sich mit einem anderen Stoff o. Ä. verbinden
+Definitional bias: -0.0038
+
+AUSGANGSPRODUKT
+Def.: Produkt als Grundlage für die Herstellung eines neuen Artikels o. Ä.
+Definitional bias: -0.0014
+
+FAMILIENSITZ
+Def.: größeres Besitztum einer meist wohlhabenden, adligen o. ä. Familie
+Definitional bias: 0.0064
+
+MATTE
+Def.: Bergwiese
+Def.: Unterlage o. Ä. aus grobem Geflecht oder Gewebe aus Binsen, künstlichen Fasern o. Ä.
+Def.: Unterlage aus weichem, federndem Material mit festem Überzug (zur Abschwächung von Sprüngen beim Turnen, als Fläche für die Kämpfe im Ringen o. Ä.)
+Definitional bias: 0.0082
+
+HIMMEL
+Def.: scheinbar über dem Horizont liegendes, halbkugelähnliches Gewölbe (an dem die Gestirne erscheinen)
+Def.: der Hölle oder der Erde als dem Diesseits gegenübergestellter Aufenthalt Gottes (der Engel und der Seligen)
+Def.: Gott, Schicksal, Vorsehung
+Def.: [fest angebrachte] zum Teil hinten und an den Seiten heruntergezogene Überdachung aus Stoff, Leder o. Ä.; Baldachin
+Def.: innere Bespannung des Verdecks im Auto
+Definitional bias: 0.0091
+
+AUSGANGSMATERIAL
+Def.: Material, das als Grundlage für die Herstellung eines Produkts, für die Erarbeitung einer Konzeption o. Ä. verwendet wird
+Definitional bias: 0.0117
+
+RÜCKBILDUNG
+Def.: funktions- oder altersbedingte Rückentwicklung oder Verkümmerung von Organen o. Ä.
+Def.: das Abklingen von Krankheitserscheinungen
+Def.: Wort, das historisch gesehen aus einem Verb oder Adjektiv abgeleitet ist, aber wegen seiner Kürze den Anschein erweckt, die Grundlage dieses Verbs oder Adjektivs zu sein; retrograde Bildung
+Definitional bias: 0.0163
+
+STANDZEIT
+Def.: Zeitdauer, während deren man mit einem Werkzeug o. Ä. arbeiten kann, ohne dass erhebliche Verschleißerscheinungen auftreten
+Def.: Zeit, in der eine Maschine, ein Fahrzeug o. Ä. nicht arbeitet, nicht läuft, stillsteht
+Definitional bias: 0.0193
+
+KRIEGSVETERAN
+Def.: jemand, der als Soldat einen Krieg mitgemacht hat
+Definitional bias: 0.0197
+
+AUSGRABEN
+Def.: durch Graben wieder aus der Erde o. Ä. hervor-, herausholen
+Def.: (unter der Erdoberfläche Liegendes [Verschüttetes]) freilegen
+Def.: (Pflanzen, Bäume) grabend aus dem Erdreich, in dem sie verwurzelt sind, herausnehmen
+Def.: (Altes, Vergessenes) wieder hervorholen, wieder ans Licht ziehen; (Abgetanes) wieder aufleben lassen
+Def.: sich freischaufeln
+Def.: (eine Vertiefung o. Ä.) durch Graben herstellen; ausheben
+Definitional bias: 0.0249
+
+KRIMPEN
+Def.: einschrumpfen, eingehen, einlaufen
+Def.: einschrumpfen lassen
+Def.: (vom Wind) sich (auf der nördlichen Halbkugel) entgegen dem Uhrzeigersinn oder (auf der südlichen Halbkugel) im Uhrzeigersinn drehen
+Definitional bias: 0.0289
+
+FUSSEN
+Def.: etwas als Basis, in etwas seine Grundlage haben
+Def.: (von Raubvögeln) sich niederlassen
+Definitional bias: 0.0309
+
+PACEMAKER
+Def.: Pferd, das die Pace macht
+Def.: Herzschrittmacher
+Def.: Läufer, der bei Langstreckenläufen zunächst an der Spitze des Feldes läuft und das Tempo bestimmt, sodass die stärkeren Läufer möglichst lange in seinem Windschatten laufen können
+Definitional bias: 0.0346
+
+TUMORGEWEBE
+Def.: Gewebe des Tumors
+Definitional bias: 0.0347
+
+TÜRHÜTER
+Def.: jemand, der vor einer Tür steht und darüber wacht, dass kein Unerwünschter, Unbefugter o. Ä. eintritt
+Definitional bias: 0.0401
+
+UNTERMALEN
+Def.: etwas mit Musik, Geräuschen o. Ä. begleiten
+Def.: (besonders von Tafelmalereien) die erste Farbschicht auf den [grundierten] Malgrund auftragen
+Definitional bias: 0.0437
+
+TRABEN
+Def.: im Trab laufen, reiten
+Def.: in mäßigem Tempo irgendwohin laufen
+Definitional bias: 0.0440
+
+FITNESSTRAINER
+Def.: jemand, der beruflich Fitnesstraining erteilt
+Definitional bias: 0.0475
+
+PRESTO
+Def.: schnell, in eilendem Tempo
+Def.: schnelles, eilendes Tempo
+Def.: Musikstück mit der Tempobezeichnung «presto»
+Definitional bias: 0.0501
+
+ANTIBABYPILLE
+Def.: empfängnisverhütendes Mittel in Pillenform auf hormonaler Grundlage
+Definitional bias: 0.0525
+
+FRÜHERKENNUNG
+Def.: frühzeitige Erkennung einer Beschaffenheit, Entwicklung o. Ä.
+Definitional bias: 0.0754
+
+JOGGING
+Def.: Fitnesstraining, bei dem man entspannt in mäßigem Tempo läuft
+Definitional bias: 0.0767
+
+KRIMINALISTIK
+Def.: (als Teilbereich der Kriminologie) Wissenschaft, Lehre von der Aufklärung und Verhinderung von Verbrechen
+Definitional bias: 0.0982
+
+VERWUNDEN
+Def.: (besonders im Krieg durch Waffen o. Ä.) jemandem eine Wunde, Wunden beibringen
+Definitional bias: 0.0982
+
+RELIGION
+Def.: (meist von einer größeren Gemeinschaft angenommener) bestimmter, durch Lehre und Satzungen festgelegter Glaube und sein Bekenntnis
+Def.: gläubig verehrende Anerkennung einer alles Sein bestimmenden göttlichen Macht; religiöse Weltanschauung
+Def.: Religionslehre als Schulfach, Religionsunterricht
+Definitional bias: 0.1074
+
+RENNEN
+Def.: sportlicher Wettbewerb, bei dem die Schnelligkeit, mit der eine Strecke zurückgelegt wird, über den Sieg entscheidet
+Def.: schnell, in großem Tempo, meist mit ausholenden Schritten laufen
+Def.: sich zum Missfallen, Ärger o. Ä. anderer zu einem bestimmten Zweck irgendwohin begeben, jemanden aufsuchen
+Def.: unversehens, mit einer gewissen Wucht an jemanden, etwas stoßen, gegen jemanden, etwas prallen
+Def.: sich durch Anstoßen, durch einen Aufprall an einem Körperteil eine Verletzung zuziehen
+Def.: jemanden, sich, einen Körperteil stoßen [und dabei verletzen]
+Def.: jemandem, sich mit Heftigkeit einen [spitzen] Gegenstand in einen Körperteil stoßen
+Definitional bias: 0.1278
+
+GESCHWINDIGKEIT
+Def.: Verhältnis von zurückgelegtem Weg zu aufgewendeter Zeit
+Def.: Schnelligkeit, Tempo
+Definitional bias: 0.1374
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords.txt b/DD-GloVe/seed_word_tests/mann_seedwords.txt
new file mode 100644
index 0000000..600653a
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords.txt
@@ -0,0 +1,144 @@
+MANN
+Def.: erwachsene Person männlichen Geschlechts
+Def.: Ehemann
+Def.: Lehns-, Gefolgsleute
+Def.: als burschikose Anrede, ohne persönlichen Bezug in Ausrufen des Staunens, Erschreckens, der Bewunderung
+Definitional bias: 0.1405
+
+GEFRIEREN
+Def.: durch Kälte zu Eis erstarren, fest und hart werden
+Def.: einfrieren, tiefgefrieren
+Definitional bias: 0.0623
+
+METTE
+Def.: mitternächtlicher oder frühmorgendlicher Gottesdienst vor einem hohen kirchlichen Fest
+Definitional bias: 0.0553
+
+ERLEGEN
+Def.: (ein Tier) [durch einen Schuss] töten, niederstrecken
+Def.: (einen Geldbetrag) hergeben, bezahlen
+Definitional bias: 0.0491
+
+STIMMBRUCH
+Def.: Stimmwechsel bei männlichen Jugendlichen in der Pubertät, der sich in einer zwischen Höhe und Tiefe unkontrolliert schwankenden, leicht überschnappenden Stimme ausdrückt und zu einem allmählichen Tieferwerden der Stimme führt
+Definitional bias: 0.0418
+
+SCHRIFTSATZ
+Def.: Satz
+Def.: (im gerichtlichen Verfahren) schriftliche Erklärung der am Verfahren beteiligten Parteien
+Definitional bias: 0.0364
+
+EINHELLIG
+Def.: gänzlich, in allen Punkten übereinstimmend; von allen ausnahmslos vertreten
+Definitional bias: 0.0260
+
+TEAMBEWERB
+Def.: Mannschaftswettbewerb
+Definitional bias: 0.0232
+
+SCHWULENSZENE
+Def.: Milieu, Szene der männlichen Homosexuellen
+Definitional bias: 0.0205
+
+HERRENZIMMER
+Def.: Zimmer, in dem der Hausherr seine [männlichen] Gäste empfängt [und in dem geraucht wird]
+Definitional bias: 0.0202
+
+GRILLE
+Def.: den Heuschrecken ähnliches, besonders in der Nacht aktives Insekt, bei dem die männlichen Tiere einen zirpenden Laut hervorbringen
+Def.: sehr sonderbarer, schrulliger Gedanke, Einfall
+Definitional bias: 0.0202
+
+FEMINISMUS
+Def.: Richtung der Frauenbewegung, die, von den Bedürfnissen der Frau ausgehend, eine grundlegende Veränderung der gesellschaftlichen Normen (z. B. der traditionellen Rollenverteilung) und der patriarchalischen Kultur anstrebt
+Def.: das Vorhandensein oder die Ausbildung weiblicher Geschlechtsmerkmale beim Mann oder bei einem männlichen Tier; Verweiblichung
+Definitional bias: -0.0011
+
+URSPRÜNGLICHKEIT
+Def.: ursprüngliche Beschaffenheit
+Def.: ursprüngliches Wesen, Natürlichkeit
+Def.: etwas Ursprüngliches
+Definitional bias: -0.0100
+
+ZIKADE
+Def.: kleines, der Grille ähnliches Insekt, bei dem die männlichen Tiere laute, zirpende Töne hervorbringen
+Definitional bias: -0.0121
+
+KUDU
+Def.: (in Afrika heimische) Antilope mit braunrotem, weiße Querstreifen aufweisendem Fell, vom Hals zum Rücken verlaufender kurzer Mähne und (beim männlichen Tier) gedrehten Hörnern
+Definitional bias: -0.0127
+
+FRAKTIONSSPRECHER
+Def.: Sprecher einer Fraktion
+Definitional bias: -0.0179
+
+FRENULUM
+Def.: kleine Haut- bzw. Schleimhautfalte
+Def.: Hautfalte, die die Eichel des männlichen Gliedes mit der Vorhaut verbindet
+Definitional bias: -0.0202
+
+SCHAF
+Def.: mittelgroßes Säugetier mit dickem, wolligem Fell und beim männlichen Tier oft großen, gewundenen Hörnern, das als Wolle, Fleisch, auch Milch lieferndes Nutztier gehalten wird
+Def.: gutmütig-einfältiger Mensch
+Def.: Kosewort, besonders für Kinder
+Definitional bias: -0.0237
+
+GEGENÜBER
+Def.: auf der entgegengesetzten Seite
+Def.: Person, die jemandem gegenübersitzt oder -steht
+Def.: Bewohner[in] der gegenüberliegenden Häuserfront
+Def.: das Entgegengesetztsein
+Definitional bias: -0.0246
+
+AASFRESSER
+Def.: Tier, das sich von Aas ernährt
+Definitional bias: -0.0408
+
+ZIMT
+Def.: Gewürz aus der getrockneten Rinde des Zimtbaumes, das zum Würzen von Süßspeisen, Glühwein o. Ä. verwendet wird
+Def.: etwas, was für dumm, unsinnig, wertlos gehalten wird, was jemandem lästig o. ä. ist
+Definitional bias: -0.0415
+
+ATLANT
+Def.: Gebälkträger in Form einer männlichen Figur
+Definitional bias: -0.0488
+
+KNOBLAUCH
+Def.: (zu den Lauchen gehörende) Pflanze mit Doldenblüten, die zahlreiche um die Sprossachse herum angeordnete Brutzwiebeln ausbildet
+Def.: als Gewürz und Heilmittel verwendete Brutzwiebeln des Knoblauchs mit strengem, durchdringendem Geruch und Geschmack
+Definitional bias: -0.0526
+
+MOSCHUS
+Def.: stark riechendes Sekret der männlichen Moschustiere, das besonders bei der Herstellung von Parfums verwendet wird
+Def.: aus Moschus gewonnener oder ähnlicher synthetisch hergestellter Duftstoff
+Definitional bias: -0.0533
+
+BROKKOLI
+Def.: dem Blumenkohl ähnlicher Gemüsekohl mit grünem Blütenstand
+Definitional bias: -0.0580
+
+NEBENHODEN
+Def.: den Samen speicherndes und ableitendes Organ des männlichen Geschlechtsapparates
+Definitional bias: -0.0582
+
+ER
+Def.: Person oder Tier männlichen Geschlechts
+Definitional bias: -0.0702
+
+EICHEL
+Def.: länglich runde Frucht der Eiche
+Def.: vorderster Teil des männlichen Gliedes
+Def.: vorderster Teil des Kitzlers
+Def.: Farbe im deutschen Kartenspiel; Eckern
+Definitional bias: -0.0722
+
+PANZERABWEHRRAKETE
+Def.: zur Panzerabwehr eingesetzte Rakete
+Definitional bias: -0.0755
+
+ANIS
+Def.: (zu den Doldengewächsen gehörende) Pflanze mit kleinen weißen Doldenblüten, die als Gewürz- und Heilpflanze verwendet wird
+Def.: als Gewürz verwendete dem Kümmel ähnliche getrocknete Früchte des Anis
+Def.: auf der Grundlage von Anis hergestellter Branntwein
+Definitional bias: -0.1150
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords_cap30000.txt b/DD-GloVe/seed_word_tests/mann_seedwords_cap30000.txt
new file mode 100644
index 0000000..3a629e2
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords_cap30000.txt
@@ -0,0 +1,168 @@
+MANN
+Def.: erwachsene Person männlichen Geschlechts
+Def.: Ehemann
+Def.: Lehns-, Gefolgsleute
+Def.: als burschikose Anrede, ohne persönlichen Bezug in Ausrufen des Staunens, Erschreckens, der Bewunderung
+Definitional bias: 0.1571
+
+MÄRTYRER
+Def.: jemand, der um des christlichen Glaubens willen Verfolgungen, schweres körperliches Leid, den Tod auf sich nimmt
+Def.: jemand, der sich für seine Überzeugung opfert oder Verfolgungen auf sich nimmt
+Definitional bias: 0.1413
+
+ENTLASTEN
+Def.: die Beanspruchung einer Person oder Sache mindern
+Def.: von einer seelischen Belastung befreien
+Def.: [teilweise] von einer zur Last gelegten Schuld befreien
+Def.: jemandes Geschäftsführung nach Prüfung gutheißen
+Def.: durch Tilgung einer Schuld ausgleichen
+Definitional bias: 0.1123
+
+VISTA
+Def.: das Vorzeigen eines Wechsels
+Definitional bias: 0.1081
+
+PRODUZIEREN
+Def.: erzeugen, herstellen
+Def.: für die Herstellung, Finanzierung von etwas sorgen, jemandes Musik-, Filmproduzent sein
+Def.: machen; hervorbringen
+Def.: sich [in einer bestimmten Weise] auffallend benehmen [um sein Können zu zeigen]
+Def.: [herausnehmen und] vorzeigen, vorlegen, präsentieren
+Definitional bias: 0.0854
+
+RECHTSSTREIT
+Def.: zwischen zwei Parteien bzw. Beteiligten in einem gerichtlichen Verfahren ausgetragene Auseinandersetzung über ein Rechtsverhältnis; Prozess
+Definitional bias: 0.0769
+
+ERNEUERUNG
+Def.: das Erneuern; das Erneuertwerden
+Definitional bias: 0.0758
+
+VERSCHLÜSSELUNG
+Def.: das Verschlüsseln; das Verschlüsseltwerden
+Definitional bias: 0.0701
+
+DIÖZESE
+Def.: Amtsgebiet eines katholischen Bischofs; Bistum
+Definitional bias: 0.0667
+
+EXAMEN
+Def.: Prüfung (besonders als Studienabschluss)
+Definitional bias: 0.0358
+
+KRIEGSBEDINGT
+Def.: durch den Krieg bedingt, verursacht
+Definitional bias: 0.0344
+
+OSTERN
+Def.: Fest der christlichen Kirche, mit dem die Auferstehung Christi gefeiert wird
+Definitional bias: 0.0317
+
+ÜBERZEUGT
+Def.: fest an etwas Bestimmtes glaubend
+Definitional bias: 0.0268
+
+GEOGRAFIE
+Def.: Wissenschaft von der Erde und ihrem Aufbau, von der Verteilung und Verknüpfung der verschiedensten Erscheinungen und Sachverhalte der Erdoberfläche, besonders hinsichtlich der Wechselwirkung zwischen Erde und Mensch; Erdkunde
+Def.: geografisch bestimmter Raum
+Definitional bias: 0.0198
+
+AMBO
+Def.: erhöhtes Pult in christlichen Kirchen für gottesdienstliche Lesungen
+Def.: Verbindung zweier Größen in der Kombinationsrechnung
+Def.: Lottotreffer mit zwei gezogenen Nummern
+Definitional bias: 0.0193
+
+KOMMEND
+Def.: bevorstehend, nächst...
+Definitional bias: -0.0054
+
+FEMINISMUS
+Def.: Richtung der Frauenbewegung, die, von den Bedürfnissen der Frau ausgehend, eine grundlegende Veränderung der gesellschaftlichen Normen (z. B. der traditionellen Rollenverteilung) und der patriarchalischen Kultur anstrebt
+Def.: das Vorhandensein oder die Ausbildung weiblicher Geschlechtsmerkmale beim Mann oder bei einem männlichen Tier; Verweiblichung
+Definitional bias: -0.0056
+
+SCHNEIDER
+Def.: Handwerker, der (aus Stoffen nach Maß) Kleidung anfertigt, näht
+Def.: das Erreichen der Punktzahl 30 (als Verlierer)
+Def.: (in einem Satz) das Erreichen von 11 Punkten (als Verlierer)
+Def.: (in Bezug auf Hirsche, auch Auerhähne und Birkhähne) schwach entwickeltes Tier
+Def.: Jäger, der auf der Treibjagd ohne Beute geblieben ist
+Def.: kastrierter Eber
+Def.: langbeiniges Insekt
+Def.: Weberknecht
+Def.: kleiner Karpfenfisch mit bräunlich grünem Rücken und gelblichen Bauch- und Brustflossen
+Definitional bias: -0.0064
+
+SCHWERPUNKT
+Def.: Punkt, der als Angriffspunkt der (auf einen Körper oder ein anderes physikalisches System wirkenden) Schwerkraft zu denken ist
+Def.: Zentrum
+Definitional bias: -0.0079
+
+ORTSMITTE
+Def.: Mittelpunkt, Zentrum eines Ortes; Ortskern
+Definitional bias: -0.0220
+
+GEGENÜBER
+Def.: auf der entgegengesetzten Seite
+Def.: Person, die jemandem gegenübersitzt oder -steht
+Def.: Bewohner[in] der gegenüberliegenden Häuserfront
+Def.: das Entgegengesetztsein
+Definitional bias: -0.0334
+
+EIFÖRMIG
+Def.: die Form eines Eis aufweisend
+Definitional bias: -0.0468
+
+KNOBLAUCH
+Def.: (zu den Lauchen gehörende) Pflanze mit Doldenblüten, die zahlreiche um die Sprossachse herum angeordnete Brutzwiebeln ausbildet
+Def.: als Gewürz und Heilmittel verwendete Brutzwiebeln des Knoblauchs mit strengem, durchdringendem Geruch und Geschmack
+Definitional bias: -0.0519
+
+JUNGE
+Def.: Kind männlichen Geschlechts; Knabe
+Def.: [junger] Mann
+Def.: Bube
+Definitional bias: -0.0568
+
+MOHN
+Def.: Milchsaft enthaltende Pflanze mit roten, violetten, gelben oder weißen Blüten und Kapselfrüchten, aus deren ölhaltigen Samen beruhigende und betäubende Stoffe gewonnen werden
+Def.: Klatschmohn
+Def.: Samen des Mohns
+Definitional bias: -0.0636
+
+LÖWE
+Def.: (in Afrika heimisches) großes katzenartiges Raubtier mit kurzem graugelbem bis ockerfarbenem Fell, langem Schwanz und beim männlichen Tier langer Mähne um Nacken und Schultern
+Def.: Wappentier in Gestalt eines Löwen
+Def.: Tierkreiszeichen für die Zeit vom 23. 7. bis 23. 8.
+Def.: jemand, der im Zeichen Löwe geboren ist
+Def.: Sternbild beiderseits des Himmelsäquators
+Definitional bias: -0.0711
+
+ER
+Def.: Person oder Tier männlichen Geschlechts
+Definitional bias: -0.0732
+
+ANDERWEITIG
+Def.: sonst noch vorhanden, sonstig, weiter..., ander...
+Def.: anderswo erfolgend, an anderer Stelle
+Def.: anderswohin erfolgend, an eine andere Stelle, Person
+Definitional bias: -0.0768
+
+HERR
+Def.: Mann (auch als übliche höfliche Bezeichnung für eine männliche Person im gesellschaftlichen Verkehr)
+Def.: gebildeter, kultivierter, gepflegter Mann
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person männlichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Def.: jemand, der über andere oder über etwas herrscht; Gebieter; Besitzer
+Def.: jemand, der jemanden, etwas unter Kontrolle hat, beherrscht
+Def.: Gott
+Definitional bias: -0.0809
+
+APFEL
+Def.: rundliche, fest-fleischige, aromatisch schmeckende Frucht mit Kerngehäuse; Frucht des Apfelbaums
+Def.: Apfelbaum
+Def.: Apfelsorte
+Def.: Brüste
+Definitional bias: -0.0940
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords_cap30000_top10.txt b/DD-GloVe/seed_word_tests/mann_seedwords_cap30000_top10.txt
new file mode 100644
index 0000000..eacd7f7
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords_cap30000_top10.txt
@@ -0,0 +1,61 @@
+MANN
+Def.: erwachsene Person männlichen Geschlechts
+Def.: Ehemann
+Def.: Lehns-, Gefolgsleute
+Def.: als burschikose Anrede, ohne persönlichen Bezug in Ausrufen des Staunens, Erschreckens, der Bewunderung
+Definitional bias: 0.0910
+
+FEMINISMUS
+Def.: Richtung der Frauenbewegung, die, von den Bedürfnissen der Frau ausgehend, eine grundlegende Veränderung der gesellschaftlichen Normen (z. B. der traditionellen Rollenverteilung) und der patriarchalischen Kultur anstrebt
+Def.: das Vorhandensein oder die Ausbildung weiblicher Geschlechtsmerkmale beim Mann oder bei einem männlichen Tier; Verweiblichung
+Definitional bias: 0.0829
+
+PRODUZIEREN
+Def.: erzeugen, herstellen
+Def.: für die Herstellung, Finanzierung von etwas sorgen, jemandes Musik-, Filmproduzent sein
+Def.: machen; hervorbringen
+Def.: sich [in einer bestimmten Weise] auffallend benehmen [um sein Können zu zeigen]
+Def.: [herausnehmen und] vorzeigen, vorlegen, präsentieren
+Definitional bias: 0.0683
+
+JUNGE
+Def.: Kind männlichen Geschlechts; Knabe
+Def.: [junger] Mann
+Def.: Bube
+Definitional bias: 0.0465
+
+SCHWERPUNKT
+Def.: Punkt, der als Angriffspunkt der (auf einen Körper oder ein anderes physikalisches System wirkenden) Schwerkraft zu denken ist
+Def.: Zentrum
+Definitional bias: 0.0398
+
+KOMMEND
+Def.: bevorstehend, nächst...
+Definitional bias: -0.0181
+
+KNOBLAUCH
+Def.: (zu den Lauchen gehörende) Pflanze mit Doldenblüten, die zahlreiche um die Sprossachse herum angeordnete Brutzwiebeln ausbildet
+Def.: als Gewürz und Heilmittel verwendete Brutzwiebeln des Knoblauchs mit strengem, durchdringendem Geruch und Geschmack
+Definitional bias: -0.0212
+
+GEGENÜBER
+Def.: auf der entgegengesetzten Seite
+Def.: Person, die jemandem gegenübersitzt oder -steht
+Def.: Bewohner[in] der gegenüberliegenden Häuserfront
+Def.: das Entgegengesetztsein
+Definitional bias: -0.0274
+
+ER
+Def.: Person oder Tier männlichen Geschlechts
+Definitional bias: -0.0348
+
+HERR
+Def.: Mann (auch als übliche höfliche Bezeichnung für eine männliche Person im gesellschaftlichen Verkehr)
+Def.: gebildeter, kultivierter, gepflegter Mann
+Def.: titelähnliche, auch als Anrede verwendete Bezeichnung für eine erwachsene Person männlichen Geschlechts
+Def.: als Zusatz bei Verwandtschaftsbezeichnungen
+Def.: jemand, der über andere oder über etwas herrscht; Gebieter; Besitzer
+Def.: jemand, der jemanden, etwas unter Kontrolle hat, beherrscht
+Def.: Gott
+Definitional bias: -0.0574
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords_custom_def.txt b/DD-GloVe/seed_word_tests/mann_seedwords_custom_def.txt
new file mode 100644
index 0000000..372ac7d
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords_custom_def.txt
@@ -0,0 +1,137 @@
+GROSSONKEL
+Def.: Bruder eines Großelternteils
+Def.: Ehemann einer Großtante
+Definitional bias: 0.1305
+
+CHARMEUR
+Def.: Mann, der mit gezieltem Charme Frauen für sich einzunehmen versteht
+Definitional bias: 0.1141
+
+MANN
+Def.: erwachsene Person männlichen Geschlechts
+Def.: Ehemann
+Def.: Lehns-, Gefolgsleute
+Def.: als burschikose Anrede, ohne persönlichen Bezug in Ausrufen des Staunens, Erschreckens, der Bewunderung
+Definitional bias: 0.1054
+
+ZUSAMMENHÄNGEN
+Def.: mit etwas, miteinander fest verbunden sein
+Def.: mit etwas in Beziehung, in Zusammenhang stehen
+Definitional bias: 0.0872
+
+TEMPERATURGEFÄLLE
+Def.: Gefälle der Temperatur
+Definitional bias: 0.0698
+
+THRONSAAL
+Def.: Saal, in dem der Thron steht
+Definitional bias: 0.0698
+
+FRAUENFEINDLICH
+Def.: den Frauen schadend, sie benachteiligend; die Benachteiligung der Frauen akzeptierend
+Definitional bias: 0.0606
+
+ZUSAMMENHALTEN
+Def.: (von den Teilen eines Ganzen) fest miteinander verbunden bleiben
+Def.: fest zueinanderstehen; eine (gegen äußere Gefahren o. Ä.) fest gefügte Einheit bilden
+Def.: (Teile) miteinander verbinden; in einer festen Verbindung halten
+Def.: am Auseinanderstreben hindern
+Def.: vergleichend eins neben das andere halten, nebeneinanderhalten
+Definitional bias: 0.0534
+
+RINDERPEST
+Def.: durch Viren hervorgerufene, meist tödlich verlaufende, sehr ansteckende Krankheit bei Rindern, die besonders mit einer Entzündung der Schleimhäute verbunden ist
+Definitional bias: 0.0483
+
+SUBVERSIV
+Def.: Subversion betreibend; umstürzlerisch
+Definitional bias: 0.0385
+
+HERRSCHAFTSSYSTEM
+Def.: Herrschaftsform
+Definitional bias: 0.0329
+
+UNTERABSCHNITT
+Def.: kleinerer Abschnitt in einem größeren
+Definitional bias: 0.0184
+
+WEIBLICHKEIT
+Def.: weibliches Geschlecht, weibliches Wesen, weibliche Art
+Def.: Gesamtheit der [anwesenden] Frauen
+Definitional bias: 0.0146
+
+GLEICHSTELLUNGSBEAUFTRAGTE
+Def.: von einer Behörde, einer Institution oder einem Unternehmen angestellte weibliche Person, die für die Durchsetzung der Gleichstellung von Männern und Frauen zuständig ist; Frauenbeauftragte
+Definitional bias: 0.0143
+
+MACHO
+Def.: in der Art eines Machos; einem Macho entsprechend; machomäßig
+Def.: sich [übertrieben] männlich gebender Mann
+Definitional bias: -0.0055
+
+BETREIBERGESELLSCHAFT
+Def.: Betreiber
+Definitional bias: -0.0064
+
+KABELNETZBETREIBER
+Def.: Betreiber eines Kabelnetzes
+Definitional bias: -0.0064
+
+KLEINUNTERNEHMER
+Def.: Betreiber eines Kleinunternehmens
+Definitional bias: -0.0064
+
+UNTERGLIEDERUNG
+Def.: das Untergliedern
+Def.: kleinerer Abschnitt einer Gliederung
+Definitional bias: -0.0270
+
+ZEITUNGSJUNGE
+Def.: Junge, der auf der Straße Zeitungen verkauft
+Def.: Junge, der als Zeitungsausträger arbeitet
+Definitional bias: -0.0320
+
+KUH
+Def.: weibliches Hausrind (nach dem ersten Kalben)
+Def.: weibliches Tier von Rindern, Hirschen, Elefanten, Giraffen, Flusspferden u. a.
+Def.: weibliche Person, über die sich jemand ärgert
+Definitional bias: -0.0335
+
+HEMAN
+Def.: besonders männlich und potent wirkender Mann
+Definitional bias: -0.0385
+
+WITWE
+Def.: Frau, deren Ehemann gestorben ist
+Definitional bias: -0.0439
+
+MUTTERTIER
+Def.: weibliches Zuchttier
+Def.: weibliches Tier, das gerade Junge geboren hat [und sie säugt und betreut]
+Definitional bias: -0.0473
+
+BETREIBERIN
+Def.: weibliche Form zu Betreiber
+Definitional bias: -0.0699
+
+LEHRSTUHLINHABERIN
+Def.: weibliche Form zu Lehrstuhlinhaber
+Definitional bias: -0.0765
+
+FISCHERIN
+Def.: weibliche Form zu Fischer
+Def.: Fischerfrau
+Definitional bias: -0.0807
+
+ZUGEZOGENE
+Def.: weibliche Person, die zugezogen ist
+Definitional bias: -0.0934
+
+BETRUNKENE
+Def.: weibliche Person, die betrunken ist
+Definitional bias: -0.1024
+
+POLIN
+Def.: weibliche Form zu Pole
+Definitional bias: -0.1151
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords_full_def.txt b/DD-GloVe/seed_word_tests/mann_seedwords_full_def.txt
new file mode 100644
index 0000000..0b77ed4
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords_full_def.txt
@@ -0,0 +1,156 @@
+ABFÄLLIG
+Def.: (in Bezug auf Äußerungen) ablehnend, missbilligend, abschätzig
+Definitional bias: 0.1942
+
+APHASIE
+Def.: Verlust des Sprechvermögens oder Sprachverstehens infolge einer Erkrankung des Sprachzentrums im Gehirn
+Def.: Enthaltung des Urteils in Bezug auf Dinge, über die nichts Sicheres bekannt ist
+Definitional bias: 0.1659
+
+IGNORANZ
+Def.: tadelnswerte Unwissenheit, Kenntnislosigkeit in Bezug auf jemanden, etwas
+Def.: das Ignorieren
+Definitional bias: 0.1443
+
+MUSTERGATTE
+Def.: vorbildlicher Ehemann
+Definitional bias: 0.1274
+
+BESCHÖNIGEN
+Def.: etwas [Schlechtes, Fehlerhaftes] als nicht so schwerwiegend darstellen, etwas allzu günstig darstellen; schönfärben
+Definitional bias: 0.1193
+
+SCHWULENSZENE
+Def.: Milieu, Szene der männlichen Homosexuellen
+Definitional bias: 0.1041
+
+MANN
+Def.: erwachsene Person männlichen Geschlechts
+Def.: Ehemann
+Def.: Lehns-, Gefolgsleute
+Def.: als burschikose Anrede, ohne persönlichen Bezug in Ausrufen des Staunens, Erschreckens, der Bewunderung
+Definitional bias: 0.1028
+
+ZURÜCKKOMMEN
+Def.: wieder am Ausgangsort, -punkt ankommen; wiederkommen
+Def.: sich wieder einstellen
+Def.: zurückgelegt, -gebracht o. Ä. werden
+Def.: wieder an den Ausgangspunkt gelangen
+Def.: etwas wieder aufgreifen; auf jemanden, etwas wieder Bezug nehmen
+Definitional bias: 0.1005
+
+EINTRETEN
+Def.: einlaufen
+Def.: in einen Raum hineingehen oder hereinkommen; einen Raum durch eine Tür betreten
+Def.: durch Tritte zerstören [und sich dadurch Zugang zu etwas verschaffen]
+Def.: jemandem, einem Tier eine Zeit lang ohne Unterbrechung [unbeherrscht] Fußtritte versetzen
+Def.: versehentlich auf etwas Spitzes treten, sodass es in die Fußsohle dringt
+Def.: durch Darauftreten in den Boden drücken
+Def.: einer Gemeinschaft, Organisation o. Ä. beitreten, Mitglied werden
+Def.: (in einem Bewegungsablauf o. Ä.) in einen bestimmten Bereich gelangen
+Def.: mit etwas beginnen; etwas [offiziell] eröffnen, anfangen lassen
+Def.: [unerwartet] in einen Ablauf eingreifend, eine Situation verändernd sich ereignen, geschehen
+Def.: sich für jemanden, etwas mit Entschiedenheit öffentlich einsetzen
+Def.: auf eine Angelegenheit, ein Thema näher eingehen, sich damit befassen
+Definitional bias: 0.1003
+
+PRAXISBEZUG
+Def.: Bezug zur Praxis
+Definitional bias: 0.0990
+
+KORREKTERWEISE
+Def.: (in Bezug auf ein Verhalten o. Ä.) wie es richtig ist und auch erwartet wird
+Definitional bias: 0.0988
+
+LESBISCH
+Def.: zu Lesbos
+Def.: (in Bezug auf Frauen) homosexuell
+Definitional bias: 0.0987
+
+KIRCHENPOLITIK
+Def.: Gesamtheit der Maßnahmen eines Staates in Bezug auf die Kirche
+Definitional bias: 0.0901
+
+GATTE
+Def.: Ehemann
+Def.: Eheleute
+Definitional bias: 0.0900
+
+GEHÖRNTER
+Def.: betrogener Ehemann
+Def.: Teufel
+Definitional bias: 0.0822
+
+EHEGATTE
+Def.: Ehemann
+Def.: einer der beiden Partner einer Ehe
+Definitional bias: 0.0771
+
+ZUTREFFEND
+Def.: (in Bezug auf eine Feststellung o. Ä.) richtig
+Definitional bias: 0.0631
+
+SCHWIEGERSOHN
+Def.: Ehemann der Tochter
+Definitional bias: 0.0572
+
+DROGENABHÄNGIGER
+Def.: jemand, der drogenabhängig ist
+Definitional bias: 0.0563
+
+HEROINABHÄNGIG
+Def.: drogenabhängig
+Definitional bias: 0.0563
+
+RENTENREFORM
+Def.: Reform der gesetzlichen Rentenversicherung
+Definitional bias: 0.0426
+
+SCHNEIDER
+Def.: Handwerker, der (aus Stoffen nach Maß) Kleidung anfertigt, näht
+Def.: das Erreichen der Punktzahl 30 (als Verlierer)
+Def.: (in einem Satz) das Erreichen von 11 Punkten (als Verlierer)
+Def.: (in Bezug auf Hirsche, auch Auerhähne und Birkhähne) schwach entwickeltes Tier
+Def.: Jäger, der auf der Treibjagd ohne Beute geblieben ist
+Def.: kastrierter Eber
+Def.: langbeiniges Insekt
+Def.: Weberknecht
+Def.: kleiner Karpfenfisch mit bräunlich grünem Rücken und gelblichen Bauch- und Brustflossen
+Definitional bias: 0.0197
+
+LUFTIG
+Def.: (besonders in Bezug auf einen Raum) [hell und groß und] mit genügend Luftzufuhr
+Def.: hoch in der Luft, in der Höhe angesiedelt o. Ä.
+Def.: (besonders in Bezug auf Kleidung) leicht und luftdurchlässig
+Definitional bias: 0.0168
+
+LAUFLEISTUNG
+Def.: Leistung, die ein Fahrzeug, Reifen o. Ä. in Bezug auf die zurückgelegte Strecke erbringt
+Def.: Leistung, die eine Maschine in Bezug auf die zeitliche Dauer erbringt
+Definitional bias: 0.0124
+
+AUSSERORTS
+Def.: (in Bezug auf den Straßenverkehr) außerhalb des Ortes
+Definitional bias: 0.0091
+
+KAISERADLER
+Def.: großer, schwarzbrauner Adler im Mittelmeerraum und in Osteuropa
+Definitional bias: -0.0203
+
+ÜBERROLLBÜGEL
+Def.: (besonders bei Sport- oder Rennwagen) über dem Sitz verlaufender breiter Bügel aus Stahl, der dem Fahrer Schutz bieten soll, falls sich der Wagen bei einem Unfall überschlägt
+Definitional bias: -0.0203
+
+RAINFARN
+Def.: (zu den Korbblütlern gehörende) Pflanze mit fiederteiligen Blättern und zahlreichen halbkugeligen, gelben Blütenköpfchen
+Definitional bias: -0.0333
+
+WITWE
+Def.: Frau, deren Ehemann gestorben ist
+Definitional bias: -0.0515
+
+JUTE
+Def.: (in tropischen Gebieten heimische) hochwachsende Pflanze mit gesägten Blättern und kleinen, gelben Blüten, deren Stängel Bast enthält
+Def.: aus dem Stängel der Jute gewonnene Bastfaser, die besonders zur Herstellung von Garn, Säcken o. Ä. verwendet wird
+Definitional bias: -0.0517
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords_less_stopwords.txt b/DD-GloVe/seed_word_tests/mann_seedwords_less_stopwords.txt
new file mode 100644
index 0000000..86b7c3b
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords_less_stopwords.txt
@@ -0,0 +1,49 @@
+ABFÄLLIG
+Def.: (in Bezug auf Äußerungen) ablehnend, missbilligend, abschätzig
+Definitional bias: 0.2061
+
+BODENTURNEN
+Def.: Gesamtheit der ohne Gerät auf einer Matte am Boden ausgeführten turnerischen Übungen
+Definitional bias: 0.1205
+
+MANN
+Def.: erwachsene Person männlichen Geschlechts
+Def.: Ehemann
+Def.: Lehns-, Gefolgsleute
+Def.: als burschikose Anrede, ohne persönlichen Bezug in Ausrufen des Staunens, Erschreckens, der Bewunderung
+Definitional bias: 0.1028
+
+LESBISCH
+Def.: zu Lesbos
+Def.: (in Bezug auf Frauen) homosexuell
+Definitional bias: 0.0934
+
+GEHÖRNTER
+Def.: betrogener Ehemann
+Def.: Teufel
+Definitional bias: 0.0804
+
+SCHNEIDER
+Def.: Handwerker, der (aus Stoffen nach Maß) Kleidung anfertigt, näht
+Def.: das Erreichen der Punktzahl 30 (als Verlierer)
+Def.: (in einem Satz) das Erreichen von 11 Punkten (als Verlierer)
+Def.: (in Bezug auf Hirsche, auch Auerhähne und Birkhähne) schwach entwickeltes Tier
+Def.: Jäger, der auf der Treibjagd ohne Beute geblieben ist
+Def.: kastrierter Eber
+Def.: langbeiniges Insekt
+Def.: Weberknecht
+Def.: kleiner Karpfenfisch mit bräunlich grünem Rücken und gelblichen Bauch- und Brustflossen
+Definitional bias: 0.0729
+
+KABELLOS
+Def.: ohne Kabel funktionierend
+Definitional bias: 0.0592
+
+ÜBERROLLBÜGEL
+Def.: (besonders bei Sport- oder Rennwagen) über dem Sitz verlaufender breiter Bügel aus Stahl, der dem Fahrer Schutz bieten soll, falls sich der Wagen bei einem Unfall überschlägt
+Definitional bias: 0.0437
+
+WITWE
+Def.: Frau, deren Ehemann gestorben ist
+Definitional bias: -0.0565
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords_own_calc_projection.txt b/DD-GloVe/seed_word_tests/mann_seedwords_own_calc_projection.txt
new file mode 100644
index 0000000..a029735
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords_own_calc_projection.txt
@@ -0,0 +1,51 @@
+BETROFFENHEIT
+Def.: das Betroffensein; Bestürzung
+Definitional bias: 0.1971
+
+BEWUNDERUNG
+Def.: das Bewundern; große Anerkennung, Hochachtung
+Definitional bias: 0.1671
+
+BEDAUERN
+Def.: mitfühlende Anteilnahme, Mitleid, Mitgefühl
+Def.: Betrübnis
+Def.: Mitgefühl mit jemandem empfinden; jemanden bemitleiden
+Def.: unerfreulich, schade finden
+Definitional bias: 0.1579
+
+LOYALITÄT
+Def.: loyale Gesinnung, Haltung, Verhaltensweise
+Definitional bias: 0.1292
+
+DANKBARKEIT
+Def.: Gefühl, Ausdruck des Dankes; dankbare Empfindung, Gesinnung
+Def.: das Lohnendsein
+Def.: Haltbarkeit, Strapazierfähigkeit
+Def.: (von [Topf]pflanzen) Anspruchslosigkeit
+Definitional bias: 0.1175
+
+AUSRUFEN
+Def.: spontan, in einem Ausruf äußern
+Def.: [laut rufend] nennen, mitteilen, bekannt geben
+Def.: öffentlich, offiziell verkünden, proklamieren
+Def.: rufend zum Kauf anbieten, feilbieten
+Definitional bias: 0.1166
+
+BEREICHERUNG
+Def.: das Bereichern
+Def.: das Sichbereichern
+Def.: Nutzen, Gewinn
+Definitional bias: 0.0933
+
+GEFOLGSLEUTE
+Def.: Plural von Gefolgsmann
+Def.: Gesamtheit der Anhängerinnen und Anhänger
+Definitional bias: 0.0933
+
+ABNEIGUNG
+Def.: deutlich bewusste Empfindung, jemanden oder etwas nicht zu mögen
+Definitional bias: 0.0890
+
+PERSÖNLICHEN
+Definitional bias: 0.0000
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords_own_calculations.txt b/DD-GloVe/seed_word_tests/mann_seedwords_own_calculations.txt
new file mode 100644
index 0000000..b93db20
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords_own_calculations.txt
@@ -0,0 +1,134 @@
+BETROFFENHEIT
+Def.: das Betroffensein; Bestürzung
+Definitional bias: 0.1971
+
+BEWUNDERUNG
+Def.: das Bewundern; große Anerkennung, Hochachtung
+Definitional bias: 0.1671
+
+BEDAUERN
+Def.: mitfühlende Anteilnahme, Mitleid, Mitgefühl
+Def.: Betrübnis
+Def.: Mitgefühl mit jemandem empfinden; jemanden bemitleiden
+Def.: unerfreulich, schade finden
+Definitional bias: 0.1579
+
+ERGEBENHEIT
+Def.: Treue, Fügsamkeit, Hingegebensein
+Def.: klagloses Sichfügen
+Definitional bias: 0.1545
+
+BESTÜRZUNG
+Def.: Erschütterung
+Definitional bias: 0.1370
+
+LOYALITÄT
+Def.: loyale Gesinnung, Haltung, Verhaltensweise
+Definitional bias: 0.1292
+
+VERBUNDENHEIT
+Def.: [Gefühl der] Zusammengehörigkeit mit jemandem, miteinander
+Definitional bias: 0.1276
+
+SELBSTZWEIFEL
+Def.: auf sich selbst, sein eigenes Denken und Tun gerichteter Zweifel
+Definitional bias: 0.1264
+
+FEINDSCHAFT
+Def.: Haltung einem anderen Menschen gegenüber, die von dem Wunsch bestimmt ist, diesem zu schaden, ihn zu bekämpfen oder sogar zu vernichten
+Def.: durch gegenseitige Feindschaft geprägte Beziehung zwischen Menschen
+Definitional bias: 0.1225
+
+MISSTRAUEN
+Def.: kritische, das Selbstverständliche bezweifelnde Einstellung gegenüber einem Sachverhalt, das Zweifeln an der Vertrauenswürdigkeit einer Person; Argwohn, Skepsis
+Def.: nicht trauen
+Definitional bias: 0.1196
+
+DANKBARKEIT
+Def.: Gefühl, Ausdruck des Dankes; dankbare Empfindung, Gesinnung
+Def.: das Lohnendsein
+Def.: Haltbarkeit, Strapazierfähigkeit
+Def.: (von [Topf]pflanzen) Anspruchslosigkeit
+Definitional bias: 0.1175
+
+AUSRUFEN
+Def.: spontan, in einem Ausruf äußern
+Def.: [laut rufend] nennen, mitteilen, bekannt geben
+Def.: öffentlich, offiziell verkünden, proklamieren
+Def.: rufend zum Kauf anbieten, feilbieten
+Definitional bias: 0.1166
+
+SORGLOSIGKEIT
+Def.: das Sorglossein
+Def.: Nachlässigkeit, Unachtsamkeit
+Definitional bias: 0.1154
+
+WEIGERUNG
+Def.: das [Sich]weigern
+Definitional bias: 0.1115
+
+EHRGEIZ
+Def.: starkes oder übertriebenes Streben nach Erfolg und Ehren
+Definitional bias: 0.1109
+
+UNFÄHIGKEIT
+Def.: das Unfähigsein; Mangel an Kompetenz, an Handlungsmöglichkeiten
+Definitional bias: 0.1101
+
+ZWEIFELN
+Def.: unsicher sein in Bezug auf einen Sachverhalt oder ein [künftiges] Geschehen; infrage stellen, in Zweifel ziehen
+Definitional bias: 0.1074
+
+ENTTÄUSCHUNG
+Def.: Nichterfüllung einer Hoffnung oder Erwartung, die jemanden unzufrieden o. ä. stimmt
+Def.: das Enttäuschtsein
+Definitional bias: 0.1023
+
+BEREICHERUNG
+Def.: das Bereichern
+Def.: das Sichbereichern
+Def.: Nutzen, Gewinn
+Definitional bias: 0.0933
+
+GEFOLGSLEUTE
+Def.: Plural von Gefolgsmann
+Def.: Gesamtheit der Anhängerinnen und Anhänger
+Definitional bias: 0.0933
+
+MISSFALLEN
+Def.: Unzufriedenheit, Nichteinverstandensein mit einem Vorgang, einer Verhaltensweise o. Ä.
+Def.: Missfallen auslösen, hervorrufen
+Definitional bias: 0.0930
+
+ABNEIGUNG
+Def.: deutlich bewusste Empfindung, jemanden oder etwas nicht zu mögen
+Definitional bias: 0.0890
+
+SACHVERSTAND
+Def.: genaue, zuverlässige Kenntnisse auf einem bestimmten Gebiet, die zu einer entsprechenden Tätigkeit, der Beurteilung, Einschätzung o. Ä. von etwas befähigen
+Definitional bias: 0.0473
+
+ZUFRIEDENHEIT
+Def.: das Zufriedensein
+Def.: Grad, Ausmaß des Zufriedenseins
+Definitional bias: 0.0291
+
+MITSTREITER
+Def.: jemand, der mit anderen zusammen für oder gegen etwas eintritt, sich einsetzt, kämpft
+Definitional bias: 0.0080
+
+PERSÖNLICHEN
+Definitional bias: 0.0000
+
+PERSÖNLICHER
+Definitional bias: 0.0000
+
+VERTRAUTEN
+Definitional bias: 0.0000
+
+WEGGEFÄHRTEN
+Definitional bias: 0.0000
+
+SCHUTZAUSRÜSTUNGEN
+Definitional bias: 0.0000
+
diff --git a/DD-GloVe/seed_word_tests/mann_seedwords_top10.txt b/DD-GloVe/seed_word_tests/mann_seedwords_top10.txt
new file mode 100644
index 0000000..7a966e4
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/mann_seedwords_top10.txt
@@ -0,0 +1,45 @@
+SCHWULENSZENE
+Def.: Milieu, Szene der männlichen Homosexuellen
+Definitional bias: 0.0890
+
+STIMMBRUCH
+Def.: Stimmwechsel bei männlichen Jugendlichen in der Pubertät, der sich in einer zwischen Höhe und Tiefe unkontrolliert schwankenden, leicht überschnappenden Stimme ausdrückt und zu einem allmählichen Tieferwerden der Stimme führt
+Definitional bias: 0.0811
+
+ZIKADE
+Def.: kleines, der Grille ähnliches Insekt, bei dem die männlichen Tiere laute, zirpende Töne hervorbringen
+Definitional bias: 0.0314
+
+MOSCHUS
+Def.: stark riechendes Sekret der männlichen Moschustiere, das besonders bei der Herstellung von Parfums verwendet wird
+Def.: aus Moschus gewonnener oder ähnlicher synthetisch hergestellter Duftstoff
+Definitional bias: 0.0130
+
+ATLANT
+Def.: Gebälkträger in Form einer männlichen Figur
+Definitional bias: -0.0024
+
+KUDU
+Def.: (in Afrika heimische) Antilope mit braunrotem, weiße Querstreifen aufweisendem Fell, vom Hals zum Rücken verlaufender kurzer Mähne und (beim männlichen Tier) gedrehten Hörnern
+Definitional bias: -0.0105
+
+FRENULUM
+Def.: kleine Haut- bzw. Schleimhautfalte
+Def.: Hautfalte, die die Eichel des männlichen Gliedes mit der Vorhaut verbindet
+Definitional bias: -0.0280
+
+ER
+Def.: Person oder Tier männlichen Geschlechts
+Definitional bias: -0.0308
+
+NEBENHODEN
+Def.: den Samen speicherndes und ableitendes Organ des männlichen Geschlechtsapparates
+Definitional bias: -0.0349
+
+EICHEL
+Def.: länglich runde Frucht der Eiche
+Def.: vorderster Teil des männlichen Gliedes
+Def.: vorderster Teil des Kitzlers
+Def.: Farbe im deutschen Kartenspiel; Eckern
+Definitional bias: -0.0622
+
diff --git a/DD-GloVe/seed_word_tests/seed_word_algorithm_reimplementation.py b/DD-GloVe/seed_word_tests/seed_word_algorithm_reimplementation.py
new file mode 100644
index 0000000..b03d2c4
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/seed_word_algorithm_reimplementation.py
@@ -0,0 +1,77 @@
+"""Determine seed words as described by algorithm in the paper"""
+
+import ast
+import pandas as pd
+import numpy as np
+from sklearn.metrics.pairwise import cosine_similarity as cosine
+from tqdm import tqdm
+
+# load embeddings
+embeddings = pd.read_csv("/workspace/students/reichelt/BA/data/dd-glove/english_vectors_gender.txt",
+                         skiprows=1, header=None, sep=" ")
+embeddings.rename(columns={0: "token"}, inplace=True)  # name first column "token"
+embeddings["vector"] = embeddings.iloc[:, 1:].values.tolist()  # convert other columns into one, containing 300-dim vec as a list
+
+# load definition indexes
+definition_indexes = pd.read_csv("/workspace/students/reichelt/BA/data/dd-glove/english_definitions.txt", sep="\t", usecols=[1], header=None, names=["def_words"])
+definition_indexes = definition_indexes["def_words"].tolist()
+definition_indexes = [ast.literal_eval(item) for item in definition_indexes]
+
+def get_definition_embedding(word_index: int) -> np.array:
+    """Calculate definition embedding by averaging embeddings of
+    words occurring in given definition. Definition is given by
+    a word index, i.e. 88 which is token 'mann'."""
+    emb_sum = np.zeros(300)
+    try:
+        for i in definition_indexes[word_index]:  # look at all definitional words
+            vec = np.array(embeddings["vector"].iloc[i])  # get embedding of a definitional word
+            emb_sum += vec  # add to sum of all definitional embeddings
+    except TypeError as exc:
+        print(word_index)
+        print(definition_indexes[word_index])
+        raise TypeError from exc
+    definitional_embedding = (1/len(definition_indexes[word_index])) * emb_sum  # build mean
+    return definitional_embedding
+
+def calculate_definitional_bias(v_1: np.array, v_2: np.array, w: np.array) -> float:
+    """Calculate bias of a word using is definitional embedding.
+    Calculate the projection of the word's definitional embedding
+    along the difference between the seed words' definitional embeddings."""
+    boy_def = v_1.reshape(1, -1)  # reshape to fit sklearn's cosine function
+    girl_def = v_2.reshape(1, -1)
+    word_def = w.reshape(1, -1)
+    bias = cosine(word_def, boy_def) - cosine(word_def, girl_def)
+    return bias[0].item()  # because of how sklearn's cosine works
+
+def alternate_bias(v_1: np.array, v_2: np.array, w: np.array) -> float:
+    """Alternatively try out using actual projection as described
+    textually in the paper instead of cosine - cosine.
+    DON'T convert w to a unit vector through division by ||w||.
+    Result: bias = w * (v1-v2) / ||(v1-v2)||
+    """
+    #unit_w = w / np.linalg.norm(w) 
+    diff = v_1 - v_2
+    dot_product = np.dot(w, diff)
+    norm = np.linalg.norm(diff)
+    return dot_product / norm
+
+# look up def embedding for initial seed words
+mann_vec = get_definition_embedding(16)
+frau_vec = get_definition_embedding(41)
+
+# for each word in vocab, calculate bias and save results in vocab dataframe
+def def_bias_application(vector_column_value):
+    emb = np.array(vector_column_value)  # dataframe contains vectors as lists in column "vector"
+    b = alternate_bias(mann_vec, frau_vec, emb)
+    return b
+
+# apply calculation to whole table with progress bar
+tqdm.pandas()
+embeddings["definitional_bias"] = embeddings["vector"].progress_apply(def_bias_application)
+
+# get top 10 highest and lowest indices (as described in paper)
+boy_indices = embeddings["definitional_bias"].nlargest(30).index
+girl_indices = embeddings["definitional_bias"].nsmallest(30).index
+
+print(f"boy indices: {boy_indices}")
+print(f"girl indices {girl_indices}")
diff --git a/DD-GloVe/seed_word_tests/she_seedwords.txt b/DD-GloVe/seed_word_tests/she_seedwords.txt
new file mode 100644
index 0000000..3b89116
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/she_seedwords.txt
@@ -0,0 +1,45 @@
+SHE
+Def.: the female person or animal being discussed or last mentioned; that female.
+Def.: the woman: She who listens learns.
+Def.: anything considered, as by personification, to be feminine: spring, with all the memories she conjures up.
+Def.: a female person or animal.
+Def.: an object or device considered as female or feminine.
+Def.: she or he: used as an orthographic device to avoid a gender-specific pronoun when the gender of the antecedent is unknown or irrelevant.
+Def.: refers to a female person or animal: she is a doctor; she's a fine mare
+Def.: refers to things personified as feminine, such as cars, ships, and nations
+Def.: Australian and NZ an informal word for it 1 (def. 3) she's apples; she'll be right
+Def.: 
+Def.: a female person or animal
+Def.: (in combination): she-cat
+Definitional bias: -0.0242
+
+SHE/HE
+Def.: the female person or animal being discussed or last mentioned; that female.
+Def.: the woman: She who listens learns.
+Def.: anything considered, as by personification, to be feminine: spring, with all the memories she conjures up.
+Def.: a female person or animal.
+Def.: an object or device considered as female or feminine.
+Def.: she or he: used as an orthographic device to avoid a gender-specific pronoun when the gender of the antecedent is unknown or irrelevant.
+Def.: refers to a female person or animal: she is a doctor; she's a fine mare
+Def.: refers to things personified as feminine, such as cars, ships, and nations
+Def.: Australian and NZ an informal word for it 1 (def. 3) she's apples; she'll be right
+Def.: 
+Def.: a female person or animal
+Def.: (in combination): she-cat
+Definitional bias: -0.0242
+
+SHE/HER
+Def.: the female person or animal being discussed or last mentioned; that female.
+Def.: the woman: She who listens learns.
+Def.: anything considered, as by personification, to be feminine: spring, with all the memories she conjures up.
+Def.: a female person or animal.
+Def.: an object or device considered as female or feminine.
+Def.: she or he: used as an orthographic device to avoid a gender-specific pronoun when the gender of the antecedent is unknown or irrelevant.
+Def.: refers to a female person or animal: she is a doctor; she's a fine mare
+Def.: refers to things personified as feminine, such as cars, ships, and nations
+Def.: Australian and NZ an informal word for it 1 (def. 3) she's apples; she'll be right
+Def.: 
+Def.: a female person or animal
+Def.: (in combination): she-cat
+Definitional bias: -0.0242
+
diff --git a/DD-GloVe/seed_word_tests/she_seedwords_alternate_calc.txt b/DD-GloVe/seed_word_tests/she_seedwords_alternate_calc.txt
new file mode 100644
index 0000000..c1fb449
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/she_seedwords_alternate_calc.txt
@@ -0,0 +1,669 @@
+WOMEN
+Def.: the plural of woman. 
+Def.: the plural of woman
+Definitional bias: -0.0437
+
+SHE
+Def.: the female person or animal being discussed or last mentioned; that female.
+Def.: the woman: She who listens learns.
+Def.: anything considered, as by personification, to be feminine: spring, with all the memories she conjures up.
+Def.: a female person or animal.
+Def.: an object or device considered as female or feminine.
+Def.: she or he: used as an orthographic device to avoid a gender-specific pronoun when the gender of the antecedent is unknown or irrelevant.
+Def.: refers to a female person or animal: she is a doctor; she's a fine mare
+Def.: refers to things personified as feminine, such as cars, ships, and nations
+Def.: Australian and NZ an informal word for it 1 (def. 3) she's apples; she'll be right
+Def.: 
+Def.: a female person or animal
+Def.: (in combination): she-cat
+Definitional bias: -0.0242
+
+FEMININE
+Def.: being or relating to to a woman or girl: feminine beauty;feminine dress.
+Def.: having qualities traditionally ascribed to women, such as sensitivity or gentleness.
+Def.: effeminate; womanish: Growing up, he had been told he had a feminine walk.
+Def.: Grammar. noting or pertaining to that one of the three genders of Latin, Greek, German, etc., or one of the two genders of French, Spanish, Hebrew, etc., having among its members most nouns referring to females, as well as other nouns, as Latin stella “star,” or German Zeit “time.”
+Def.: the feminine gender.
+Def.: a noun or other element in or marking the feminine gender.
+Def.: suitable to or characteristic of a woman: a feminine fashion
+Def.: possessing qualities or characteristics considered typical of or appropriate to a woman
+Def.: effeminate; womanish
+Def.: grammar 
+Def.: denoting or belonging to a gender of nouns, occurring in many inflected languages, that includes all kinds of referents as well as some female animate referents
+Def.: (as noun): German Zeit ``time'' and Ehe ``marriage'' are feminines
+Definitional bias: -0.0207
+
+MASCULINE
+Def.: pertaining to or characteristic of a man or men: masculine attire.
+Def.: having qualities traditionally ascribed to men, as strength and boldness.
+Def.: Grammar. noting or pertaining to the gender of Latin, Greek, German, French, Spanish, Hebrew, etc., which has among its members most nouns referring to males, as well as other nouns, as Spanish dedo, “finger,” German Bleistift, “pencil.”
+Def.: (of a woman) mannish.
+Def.: the masculine gender.
+Def.: a noun or other element in or marking that gender.
+Def.: possessing qualities or characteristics considered typical of or appropriate to a man; manly
+Def.: unwomanly
+Def.: grammar 
+Def.: denoting a gender of nouns, occurring in many inflected languages, that includes all kinds of referents as well as some male animate referents
+Def.: (as noun): German ``Weg'' is a masculine
+Definitional bias: -0.0179
+
+GODDESS
+Def.: a female god or deity.
+Def.: a woman of extraordinary beauty and charm.
+Def.: a greatly admired or adored woman: a domestic goddess who hosts lavish dinner parties. 
+Def.: a female divinity
+Def.: a woman who is adored or idealized, esp by a man
+Definitional bias: -0.0171
+
+SEXUAL
+Def.: of, relating to, or for sex: Publicly discussing sexual matters was frowned upon in those days.The store is known for selling sexual aids.
+Def.: occurring between or involving the sexes: In humans, melatonin concentrations are related to sexual maturation, with significant decreases occurring at the onset of puberty.
+Def.: having sexual organs or reproducing by processes involving both sexes: The patterns of genetic variation in sexual species tend to be very different from those in asexual species.
+Def.: a combining form extracted from heterosexual  and homosexual,  used to describe a person's sexual orientation or identity:pansexual;polysexual.
+Def.: a combining form extracted from metrosexual,  used to describe a person's lifestyle, appearance, or way of dressing with regard to attracting or choosing a romantic partner:vegansexual;lumbersexual.
+Def.: of, relating to, or characterized by sex or sexuality
+Def.: (of reproduction) characterized by the union of male and female gametes: Compare asexual (def. 2)
+Definitional bias: -0.0135
+
+MYTHOLOGY
+Def.: a body of myths, as that of a particular people or that relating to a particular person: Greek mythology.
+Def.: myths collectively.
+Def.: the science or study of myths.
+Def.: a set of stories, traditions, or beliefs associated with a particular group or the history of an event, arising naturally or deliberately fostered: the Fascist mythology of the interwar years.
+Def.: a body of myths, esp one associated with a particular culture, institution, person, etc
+Def.: a body of stories about a person, institution, etc: the mythology of Hollywood
+Def.: myths collectively
+Def.: the study or collecting of myths
+Definitional bias: -0.0061
+
+FEMINIST
+Def.: advocating social, political, legal, and economic rights for women equal to those of men.
+Def.: an advocate of such rights.
+Def.: a person who advocates equal rights for women
+Def.: of, relating to, or advocating feminism
+Definitional bias: -0.0057
+
+THEORY
+Def.: a coherent group of tested general propositions, commonly regarded as correct, that can be used as principles of explanation and prediction for a class of phenomena: Einstein's theory of relativity.
+Def.: a proposed explanation whose status is still conjectural and subject to experimentation, in contrast to well-established propositions that are regarded as reporting matters of actual fact.
+Def.: Mathematics. a body of principles, theorems, or the like, belonging to one subject: number theory.
+Def.: the branch of a science or art that deals with its principles or methods, as distinguished from its practice: music theory.
+Def.: a particular conception or view of something to be done or of the method of doing it; a system of rules or principles: conflicting theories of how children best learn to read.
+Def.: contemplation or speculation: the theory that there is life on other planets.
+Def.: guess or conjecture: My theory is that he never stops to think words have consequences.
+Def.: in theory,  ideally;  hypothetically: In theory, mapping the human genome may lead to thousands of cures.
+Def.: a system of rules, procedures, and assumptions used to produce a result
+Def.: abstract knowledge or reasoning
+Def.: a speculative or conjectural view or idea: I have a theory about that
+Def.: an ideal or hypothetical situation (esp in the phrase in theory)
+Def.: a set of hypotheses related by logical or mathematical arguments to explain and predict a wide variety of connected phenomena in general terms: the theory of relativity
+Def.: a nontechnical name for hypothesis (def. 1)
+Def.: A set of statements or principles devised to explain a group of facts or phenomena. Most theories that are accepted by scientists have been repeatedly tested by experiments and can be used to make predictions about natural phenomena. See Note at  hypothesis.
+Definitional bias: -0.0049
+
+FEMALE
+Def.: relating to or being a woman or girl.
+Def.: Biology. 
+Def.: of, relating to, or being a person with a certain combination of sex characteristics, commonly including two X chromosomes in the cell nuclei, a vagina, a uterus and ovaries, and enlarged breasts developed at puberty.
+Def.: of, relating to, or being an animal, plant, or plant structure of the sex or sexual phase that normally produces egg cells during reproduction.
+Def.: of, relating to, or characteristic of a female person; feminine: female suffrage;female charm.
+Def.: comprising women or girls: a female readership.
+Def.: Botany. 
+Def.: designating or pertaining to a plant or its reproductive structure that produces or contains elements requiring fertilization.
+Def.: (of seed plants) pistillate.
+Def.: Machinery. being or having a recessed part into which a corresponding part fits: a female plug.: Compare male (def. 3). 
+Def.: a female person.: See Usage note at the current entry.
+Def.: Biology. an animal, plant, or plant structure of the sex or sexual phase that normally produces egg cells during reproduction.
+Def.: of, relating to, or designating the sex producing gametes (ova) that can be fertilized by male gametes (spermatozoa)
+Def.: of, relating to, or characteristic of a woman: female charm
+Def.: for or composed of women or girls: female suffrage; a female choir
+Def.: (of reproductive organs such as the ovary and carpel) capable of producing female gametes
+Def.: (of gametes such as the ovum) capable of being fertilized by a male gamete in sexual reproduction
+Def.: (of flowers) lacking, or having nonfunctional, stamens
+Def.: having an internal cavity into which a projecting male counterpart can be fitted: a female thread
+Def.: 
+Def.: a female animal or plant
+Def.: derogatory a woman or girl
+Def.: In organisms that reproduce sexually, being the gamete that is larger and less motile than the other corresponding gamete (the male gamete) of the same species. The egg cells of higher animals and plants are female gametes.
+Def.: Possessing or being a structure that produces only female gametes. The ovaries of humans are female reproductive organs.  Female flowers possess only carpels and no stamens.
+Def.: Having the genitalia or other structures typical of a female organism. Worker ants are female but sterile.
+Def.: A female organism.
+Definitional bias: -0.0044
+
+GENDER
+Def.: either the male or female division of a species, especially as differentiated by social and cultural roles and behavior: the feminine gender. : Compare sex1 (def. 1). 
+Def.: a similar category of human beings that is outside the male/female binary classification.: See also third gender (def. 1), genderqueer (def. 3), nonbinary (def. 3). 
+Def.: the concept or system of categories such as male and female: Gender is a factor in pay rates across industries.More and more people have a nonbinary understanding of gender.
+Def.: Grammar. 
+Def.: (in many languages) a set of classes that together include all nouns, membership in a particular class being shown by the form of the noun itself or by the form or choice of words that modify, replace, or otherwise refer to the noun, as, in English, the choice of he to replace the man, of she to replace the woman, of it to replace the table, of it or she to replace the ship. The number of genders in different languages varies from 2 to more than 20; often the classification correlates in part with sex or animateness. The most familiar sets of genders are of three classes (as masculine, feminine, and neuter in Latin and German) or of two (as common and neuter in Dutch, or masculine and feminine in French and Spanish).
+Def.: one class of such a set.
+Def.: such classes or sets collectively or in general.
+Def.: membership of a word or grammatical form, or an inflectional form showing membership, in such a class.
+Def.: Archaic. kind, sort, or class.
+Def.: to attribute gender to, or to classify by gender: Gendering soaps seems a bit much—can't men and women use the same products?Usually when I wear my hair down people gender me as female.
+Def.: Archaic. to engender.
+Def.: Obsolete. to breed.
+Def.: a set of two or more grammatical categories into which the nouns of certain languages are divided, sometimes but not necessarily corresponding to the sex of the referent when animate: See also natural gender
+Def.: any of the categories, such as masculine, feminine, neuter, or common, within such a set
+Def.: informal the state of being male, female, or neuter
+Def.: informal all the members of one sex: the female gender
+Definitional bias: -0.0042
+
+WOMAN
+Def.: an adult female person.: Compare man (def. 1), girl (def. 1). 
+Def.: a female employee or representative: A woman from the real estate agency called.
+Def.: Informal. 
+Def.: a wife.
+Def.: a female lover or sweetheart.
+Def.: Older Use:Usually Offensive. a female employee who cleans a house, cooks, etc.; housekeeper. 
+Def.: (in historical use) a female attendant to a lady of rank: Your woman informed us of your travel plans.
+Def.: the nature, characteristics, or feelings often attributed to women; womanliness: He has always loved and admired the woman in her.
+Def.: women collectively: Woman is no longer subordinate to man.
+Def.: to put into the company of a woman.
+Def.: to equip or staff with women.
+Def.: Obsolete. to cause to act or yield like a woman.
+Def.: of women; womanly. 
+Def.: female: a woman plumber.
+Def.: be one's own woman,  (of females) to be free from restrictions, control, or dictatorial influence; be independent.
+Def.: a combining form of woman: chairwoman; forewoman; spokeswoman.
+Def.: an adult female human being
+Def.: (modifier) female or feminine: a woman politician; woman talk
+Def.: women collectively; womankind
+Def.: the woman feminine nature or feelings: babies bring out the woman in her
+Def.: a female servant or domestic help
+Def.: a man considered as having supposed female characteristics, such as meekness or timidity
+Def.: informal a wife, mistress, or girlfriend
+Def.: the little woman informal one's wife
+Def.: woman of the streets a prostitute
+Def.: rare to provide with women
+Def.: obsolete to make effeminate
+Definitional bias: -0.0040
+
+CONCEPTS
+Def.: a general notion or idea; conception.
+Def.: an idea of something formed by mentally combining all its characteristics or particulars; a construct.
+Def.: a directly conceived  or intuited object of thought.
+Def.: functioning as a prototype or model of new product or innovation: a concept car,a concept phone.
+Def.: Informal. to develop a concept of; conceive: He concepted and produced three films.
+Def.: an idea, esp an abstract idea: the concepts of biology
+Def.: philosophy a general idea or notion that corresponds to some class of entities and that consists of the characteristic or essential features of the class
+Def.: philosophy 
+Def.: the conjunction of all the characteristic features of something
+Def.: a theoretical construct within some theory
+Def.: a directly intuited object of thought
+Def.: the meaning of a predicate
+Def.: (modifier) (of a product, esp a car) created as an exercise to demonstrate the technical skills and imagination of the designers, and not intended for mass production or sale
+Definitional bias: -0.0032
+
+CONCEPT
+Def.: a general notion or idea; conception.
+Def.: an idea of something formed by mentally combining all its characteristics or particulars; a construct.
+Def.: a directly conceived  or intuited object of thought.
+Def.: functioning as a prototype or model of new product or innovation: a concept car,a concept phone.
+Def.: Informal. to develop a concept of; conceive: He concepted and produced three films.
+Def.: an idea, esp an abstract idea: the concepts of biology
+Def.: philosophy a general idea or notion that corresponds to some class of entities and that consists of the characteristic or essential features of the class
+Def.: philosophy 
+Def.: the conjunction of all the characteristic features of something
+Def.: a theoretical construct within some theory
+Def.: a directly intuited object of thought
+Def.: the meaning of a predicate
+Def.: (modifier) (of a product, esp a car) created as an exercise to demonstrate the technical skills and imagination of the designers, and not intended for mass production or sale
+Definitional bias: -0.0026
+
+HER
+Def.: the objective case of she: We saw her this morning. Give this book to her.
+Def.: the possessive case of she  (used as an attributive adjective): Her coat is the one on the chair. I'm sorry about her leaving.: Compare hers. 
+Def.: the dative case of she: I gave her the book.
+Def.: Informal. (used instead of the pronoun she in the predicate after the verb to be): It's her. It isn't her.
+Def.: Slang. a female: Is the new baby a her or a him?
+Def.: heraldic.
+Def.: heraldry.
+Def.: refers to a female person or animal: he loves her; they sold her a bag; something odd about her; lucky her!
+Def.: refers to things personified as feminine or traditionally to ships and nations
+Def.: mainly US a dialect word for herself she needs to get her a better job
+Def.: of, belonging to, or associated with her: her silly ideas; her hair; her smoking annoys me
+Def.: heraldic
+Def.: heraldry
+Definitional bias: -0.0018
+
+PERSON
+Def.: a human being, whether an adult or child: The table seats four persons.
+Def.: a human being as distinguished from an animal or a thing.
+Def.: an individual human being who likes or prefers something specified (used in combination): I've never been a cat person.
+Def.: Sociology. an individual human being, especially with reference to social relationships and behavioral patterns as conditioned by the culture.
+Def.: Philosophy. a self-conscious or rational being.
+Def.: the actual self or individual personality  of a human being: You ought not to generalize, but to consider the person you are dealing with.
+Def.: the body of a living human being, sometimes including the clothes being worn: He had no money on his person.
+Def.: the body in its external aspect: an attractive person to look at.
+Def.: a character, part, or role, as in a play or story.
+Def.: an individual of distinction or importance.
+Def.: a person not entitled to social recognition or respect.
+Def.: Law. a human being (natural person ) or a group of human beings, a corporation, a partnership, an estate, or other legal entity (artificial person,  or juristic person ) recognized by law as having rights and duties.
+Def.: Grammar. a category found in many languages that is used to distinguish between the speaker of an utterance and the person or people being spoken to or about. In English there are three persons in the pronouns, the first represented by I and we, the second by you, and the third by he, she, it, and they. Most verbs have distinct third person  singular forms in the present tense, as writes; the verb be has, in addition, a first person  singular form am.
+Def.: Theology. any of the three hypostases or modes of being in the Trinity, namely the Father, the Son, and the Holy Spirit.
+Def.: be one's own person,  to be free from restrictions, control, or dictatorial influence: Now that she's working, she feels that she's her own person.
+Def.: in person,  in one's own bodily presence; personally: Applicants are requested to apply in person.
+Def.: a combining form of person,  replacing paired, gender-specific forms such as -man  and -woman  or -er1  and -ess: chairperson;salesperson;waitperson.
+Def.: an individual human being
+Def.: the body of a human being, sometimes including his or her clothing: guns hidden on his person
+Def.: a grammatical category into which pronouns and forms of verbs are subdivided depending on whether they refer to the speaker, the person addressed, or some other individual, thing, etc
+Def.: a human being or a corporation recognized in law as having certain rights and obligations
+Def.: philosophy a being characterized by consciousness, rationality, and a moral sense, and traditionally thought of as consisting of both a body and a mind or soul
+Def.: archaic a character or role; guise
+Def.: in person 
+Def.: actually present: the author will be there in person
+Def.: without the help or intervention of others
+Def.: Christianity any of the three hypostases existing as distinct in the one God and constituting the Trinity. They are the First Person, the Father, the Second Person, the Son, and the Third Person, the Holy Ghost
+Def.: sometimes used instead of -man and -woman or -lady: chairperson; salesperson
+Definitional bias: 0.0006
+
+ASPECTS
+Def.: appearance to the eye or mind; look: the physical aspect of the country.
+Def.: nature; quality; character: the superficial aspect of the situation.
+Def.: a way in which a thing may be viewed or regarded; interpretation; view: both aspects of a decision.
+Def.: part; feature; phase: That is the aspect of the problem that interests me most.
+Def.: facial expression; countenance: He wore an aspect of gloom. Hers was an aspect of happy optimism.
+Def.: bearing; air; mien: warlike in aspect.
+Def.: view commanded; exposure: The house has a southern aspect.
+Def.: the side or surface facing a given direction: the dorsal aspect of a fish; the northern aspect of the house.
+Def.: Grammar. 
+Def.: a category or interrelated set of categories for which the verb is inflected in some languages, typically to indicate the duration, repetition, completion, or quality of the action or state denoted by the verb.
+Def.: a set of syntactic devices, as in the English perfect with have in I have gone, with functions similar to such inflections.
+Def.: any of the members or instances of these categories or sets: the Latin perfect aspect; the Russian imperfect aspect.
+Def.: the meaning of, or meaning typical of, such a category or construction.
+Def.: such categories or constructions, or their meanings collectively.
+Def.: Astrology. 
+Def.: the angular distance between two points as seen from the earth, primarily derived by dividing the 360 degrees of the zodiac by the integers 1 through 12.
+Def.: the influence of any two planets or groups of planets located at such points.
+Def.: Archaic. a look; glance.
+Def.: appearance to the eye; visual effect: the physical aspect of the landscape
+Def.: a distinct feature or element in a problem, situation, etc; facet: to consider every aspect of a problem
+Def.: the way in which a problem, idea, etc, may be considered: to consider a problem from every aspect
+Def.: a facial expression; manner of appearing: a severe aspect
+Def.: a position facing a particular direction; outlook: the southern aspect of a house
+Def.: a view in a certain direction: a good aspect of the village from the tower
+Def.: a surface that faces in a given direction: the ventral aspect of a fish
+Def.: astrology any of several specific angular distances between two planets or a planet and the Ascendant or Midheaven measured, from the earth, in degrees along the ecliptic
+Def.: grammar a category of verbs or verbal inflections that expresses such features as the continuity, repetition, or completedness of the action described: Compare perfective (def. 2), progressive (def. 8), progressive (def. 10)
+Def.: botany 
+Def.: the compass direction to which a plant habitat is exposed, or the degree of exposure
+Def.: the effect of the seasons on the appearance of plants
+Def.: archaic glance or gaze
+Definitional bias: 0.0010
+
+SOCIAL
+Def.: relating to, devoted to, or characterized by friendly companionship or relations: a social club.
+Def.: seeking or enjoying the companionship of others; friendly; sociable; gregarious. 
+Def.: of, relating to, connected with, or suited to polite or fashionable society: a social event.
+Def.: living or disposed to live in companionship with others or in a community, rather than in isolation: People are social beings.
+Def.: of or relating to human society, especially as a body divided into classes according to status: social rank.
+Def.: involved in many social activities: We're so busy working, we have to be a little less social now.
+Def.: of or relating to the life, welfare, and relations of human beings in a community: social problems.
+Def.: noting or relating to activities designed to remedy or alleviate certain unfavorable conditions of life in a community, especially among poor people.
+Def.: relating to or advocating the theory or system of socialism. 
+Def.: Digital Technology. noting or relating to online technologies, activities, etc., that promote companionship or communication with friends and other personal contacts: social websites such as Facebook; the use of social software to share expertise.: See also social media. 
+Def.: Zoology. living habitually together in communities, as bees or ants.: Compare solitary (def. 8). 
+Def.: Botany. growing in patches or clumps.
+Def.: Rare. occurring or taking place between allies or confederates.
+Def.: a social gathering or party, especially of or as given by an organized group: a church social.
+Def.: Digital Technology. social media: photos posted to social.
+Def.: living or preferring to live in a community rather than alone
+Def.: denoting or relating to human society or any of its subdivisions
+Def.: of, relating to, or characteristic of the experience, behaviour, and interaction of persons forming groups
+Def.: relating to or having the purpose of promoting companionship, communal activities, etc: a social club
+Def.: relating to or engaged in social services: a social worker
+Def.: relating to or considered appropriate to a certain class of society, esp one thought superior
+Def.: (esp of certain species of insects) living together in organized colonies: social bees Compare solitary (def. 6)
+Def.: (of plant species) growing in clumps, usually over a wide area
+Def.: an informal gathering, esp of an organized group, to promote companionship, communal activity, etc
+Definitional bias: 0.0017
+
+IDENTITY
+Def.: the state or fact of remaining the same one or ones, as under varying aspects or conditions: The identity of the fingerprints on the gun with those on file provided evidence that he was the killer. 
+Def.: the condition of being oneself or itself, and not another: He began to doubt his own identity. 
+Def.: condition or character as to who a person or what a thing is; the qualities, beliefs, etc., that distinguish or identify a person or thing:  a case of mistaken identity; a male gender identity; immigrants with strong ethnic identities. 
+Def.: the state or fact of being the same one as described.
+Def.: the sense of self, providing sameness and continuity in personality over time and sometimes disturbed in mental illnesses, as schizophrenia.
+Def.: exact likeness in nature or qualities: an identity of interests. 
+Def.: an instance or point of sameness or likeness: to mistake resemblances for identities. 
+Def.: Logic. an assertion that two terms refer to the same thing.
+Def.: Mathematics. 
+Def.: an equation that is valid for all values of its variables.
+Def.: Also called identity element, unit element, unity . an element in a set such that the element operating on any other element of the set leaves the second element unchanged.
+Def.: the property of a function or map such that each element is mapped into itself.
+Def.: the function or map itself.
+Def.: Australian Informal. an interesting, famous, or eccentric resident, usually of long standing in a community.
+Def.: the state of having unique identifying characteristics held by no other person or thing
+Def.: the individual characteristics by which a person or thing is recognized
+Def.: Also called: numerical identity the property of being one and the same individual: his loss of memory did not affect his identity
+Def.: Also called: qualitative identity the state of being the same in nature, quality, etc: they were linked by the identity of their tastes
+Def.: the state of being the same as a person or thing described or claimed: the identity of the stolen goods has not yet been established
+Def.: identification of oneself as: moving to London destroyed his Welsh identity
+Def.: logic 
+Def.: that relation that holds only between any entity and itself
+Def.: an assertion that that relation holds, as Cicero is Tully
+Def.: maths 
+Def.: an equation that is valid for all values of its variables, as in (x – y)(x + y) = x ² – y ². Often denoted by the symbol ≡
+Def.: Also called: identity element a member of a set that when operating on another member, x, produces that member x: the identity for multiplication of numbers is 1 since x .1 = 1. x = x: See also inverse (def. 2b)
+Def.: Australian and NZ informal a well-known person, esp in a specified locality; figure (esp in the phrase an old identity)
+Definitional bias: 0.0018
+
+DEITIES
+Def.: a god or goddess.
+Def.: divine character or nature, especially that of the Supreme Being; divinity. 
+Def.: the estate or rank of a god: The king attained deity after his death.
+Def.: a person or thing revered as a god or goddess: a society in which money is the only deity.
+Def.: the De·i·ty, God; Supreme Being. 
+Def.: a god or goddess
+Def.: the state of being divine; godhead
+Def.: the rank, status, or position of a god
+Def.: the nature or character of God
+Def.: the Deity the Supreme Being; God
+Definitional bias: 0.0023
+
+OBJECTS
+Def.: anything that is visible or tangible and is relatively stable in form.
+Def.: a thing, person, or matter to which thought or action is directed: an object of medical investigation.
+Def.: the end toward which effort or action is directed; goal; purpose: Profit is the object of business.
+Def.: a person or thing with reference to the impression made on the mind or the feeling or emotion elicited in an observer: an object of curiosity and pity.
+Def.: anything that may be apprehended intellectually: objects of thought.
+Def.: Optics. the thing of which a lens or mirror forms an image.
+Def.: Grammar. (in many languages, such as English) a noun, noun phrase, or pronoun that represents either the goal of the action of a verb or the goal of a preposition in a prepositional phrase: for example, ball in John hit the ball,  or Venice in He came to Venice, or coin and her in He gave her a coin.: Compare direct object, indirect object. 
+Def.: Digital Technology. 
+Def.: any item that can be individually selected or manipulated, as a picture, data file, or piece of text.
+Def.: in object-oriented  programming, a self-contained entity that consists of both data and operations to manipulate the data.
+Def.: Metaphysics. something toward which a cognitive act is directed.
+Def.: to offer a reason or argument in opposition.
+Def.: to express or feel disapproval, dislike, or distaste; be averse.
+Def.: to refuse or attempt to refuse to permit some action, speech, etc.
+Def.: to state, claim, or cite in opposition; put forward in objection,  disagreement, or disapproval: Some people objected that the proposed import duty would harm world trade.
+Def.: Archaic. to bring forward or cite in opposition.
+Def.: objection.
+Def.: objective.
+Def.: a tangible and visible thing
+Def.: a person or thing seen as a focus or target for feelings, thought, etc: an object of affection
+Def.: an aim, purpose, or objective
+Def.: informal a ridiculous or pitiable person, spectacle, etc
+Def.: philosophy that towards which cognition is directed, as contrasted with the thinking subject; anything regarded as external to the mind, esp in the external world
+Def.: grammar a noun, pronoun, or noun phrase whose referent is the recipient of the action of a verb: See also direct object, indirect object
+Def.: grammar a noun, pronoun, or noun phrase that is governed by a preposition
+Def.: no object not a hindrance or obstacle: money is no object
+Def.: computing a self-contained identifiable component of a software system or design: object-oriented programming
+Def.: (tr; takes a clause as object) to state as an objection: he objected that his motives had been good
+Def.: (intr often foll by to) to raise or state an objection (to); present an argument (against)
+Definitional bias: 0.0028
+
+SPECIFIC
+Def.: having a special application, bearing, or reference; specifying, explicit, or definite: to state one's specific purpose.
+Def.: specified, precise, or particular: a specific sum of money.
+Def.: peculiar or proper to somebody or something, as qualities, characteristics, effects, etc.: His specific problems got him into trouble.
+Def.: of a special or particular kind.
+Def.: concerned specifically with the item or subject named (used in combination): The Secretary addressed himself to crop-specific problems.
+Def.: Biology. of or relating to a species: specific characters.
+Def.: Medicine/Medical. 
+Def.: (of a disease) produced by a special cause or infection.
+Def.: (of a remedy) having special effect in the prevention or cure of a certain disease.
+Def.: Immunology. (of an antibody or antigen) having a particular effect on only one antibody or antigen or affecting it in only one way.
+Def.: Commerce. noting customs or duties levied in fixed amounts per unit, as number, weight, or volume.
+Def.: Physics. 
+Def.: designating a physical constant that, for a particular substance, is expressed as the ratio of the quantity in the substance to the quantity in an equal volume of a standard substance, as water or air.
+Def.: designating a physical constant that expresses a property or effect as a quantity per unit length, area, volume, or mass.
+Def.: something specific, as a statement, quality, detail, etc.
+Def.: Medicine/Medical. a specific remedy: There is no specific for the common cold.
+Def.: explicit, particular, or definite: please be more specific
+Def.: relating to a specified or particular thing: a specific treatment for arthritis
+Def.: of or relating to a biological species: specific differences
+Def.: (of a disease) caused by a particular pathogenic agent
+Def.: physics 
+Def.: characteristic of a property of a particular substance, esp in relation to the same property of a standard reference substance: specific gravity
+Def.: characteristic of a property of a particular substance per unit mass, length, area, volume, etc: specific heat
+Def.: (of an extensive physical quantity) divided by mass: specific heat capacity; specific volume
+Def.: Also (rare): specifical commerce denoting a tariff levied at a fixed sum per unit of weight, quantity, volume, etc, irrespective of value
+Def.: (sometimes plural) a designated quality, thing, etc
+Def.: med any drug used to treat a particular disease
+Definitional bias: 0.0042
+
+BEINGS
+Def.: the fact of existing; existence (as opposed to nonexistence).
+Def.: conscious, mortal existence; life: Our being is as an instantaneous flash of light in the midst of eternal night.
+Def.: substance or nature: of such a being as to arouse fear.
+Def.: something that exists: inanimate beings.
+Def.: a living thing: strange, exotic beings that live in the depths of the sea.
+Def.: a human being; person: the most beautiful being you could imagine.
+Def.: (initial capital letter) God. 
+Def.: Philosophy. 
+Def.: that which has actuality either materially or in idea.
+Def.: absolute existence in a complete or perfect state, lacking no essential characteristic; essence.
+Def.: Nonstandard. since; because; considering that (often followed byas, as how, or that): Being it's midnight, let's go home.Being as how you cooked supper, I'll do the dishes.
+Def.: the state or fact of existing; existence
+Def.: essential nature; self: she put her whole being into the part
+Def.: something that exists or is thought to exist, esp something that cannot be assigned to any category: a being from outer space
+Def.: a person; human being
+Def.: (in the philosophy of Aristotle) actuality: Compare becoming (def. 3)
+Definitional bias: 0.0050
+
+RELATIONSHIPS
+Def.: a connection, association, or involvement.
+Def.: connection between persons by blood or marriage.
+Def.: an emotional or other connection between people: the relationship between teachers and students.
+Def.: a sexual involvement; affair.
+Def.: the state of being connected or related
+Def.: association by blood or marriage; kinship
+Def.: the mutual dealings, connections, or feelings that exist between two parties, countries, people, etc: a business relationship
+Def.: an emotional or sexual affair or liaison
+Def.: logic maths another name for relation (def. 10)
+Definitional bias: 0.0052
+
+PRACTICES
+Def.: habitual or customary performance; operation: office practice.
+Def.: habit; custom: It is not the practice here for men to wear long hair.
+Def.: repeated performance or systematic exercise for the purpose of acquiring skill or proficiency: Practice makes perfect.
+Def.: condition arrived at by experience or exercise: She refused to play the piano, because she was out of practice.
+Def.: the action or process of performing or doing something: to put a scheme into practice;the shameful practices of a blackmailer.
+Def.: the exercise or pursuit of a profession or occupation, especially law or medicine: She plans to set up practice in her hometown.
+Def.: the business of a professional person: The doctor wanted his daughter to take over his practice when he retired.
+Def.: Law. the established method of conducting legal proceedings.
+Def.: Archaic. plotting; intrigue; trickery.
+Def.: Usually practices. Archaic. intrigues; plots.
+Def.: to perform or do habitually or usually: to practice a strict regimen.
+Def.: to follow or observe habitually or customarily: to practice one's religion.
+Def.: to exercise or pursue as a profession, art, or occupation: to practice law.
+Def.: to perform or do repeatedly in order to acquire skill or proficiency: to practice the violin.
+Def.: to train or drill (a person, animal, etc.) in something in order to give proficiency.
+Def.: to do something habitually or as a practice.
+Def.: to pursue a profession, especially law or medicine.
+Def.: to exercise oneself by repeated performance in order to acquire skill: to practice at shooting.
+Def.: Archaic. to plot or conspire.
+Def.: a usual or customary action or proceeding: it was his practice to rise at six; he made a practice of stealing stamps
+Def.: repetition or exercise of an activity in order to achieve mastery and fluency
+Def.: the condition of having mastery of a skill or activity through repetition (esp in the phrases in practice, out of practice)
+Def.: the exercise of a profession: he set up practice as a lawyer
+Def.: the act of doing something: he put his plans into practice
+Def.: the established method of conducting proceedings in a court of law
+Def.: the US spelling of practise
+Definitional bias: 0.0056
+
+INDIVIDUALS
+Def.: a single human being, as distinguished from a group.
+Def.: a person: A strange individual came around asking if we wanted to buy any lamps.
+Def.: a distinct, indivisible entity; a single thing, being, instance, or item.
+Def.: a group considered as a unit.
+Def.: Biology. 
+Def.: a single organism capable of independent existence.
+Def.: a member of a compound organism or colony.
+Def.: Cards. a duplicate-bridge tournament in which each player plays the same number of hands in partnership with every other player, individual scores for each player being kept for each hand.
+Def.: single; particular; separate: It's standard practice to number individual copies of a limited edition.
+Def.: intended for the use of one person only: Servers handed out individual portions of a pizza to guests at the party.
+Def.: of, relating to, or characteristic of a particular person or thing: The decor was highly reflective of his individual tastes.
+Def.: distinguished by special, singular, or markedly personal characteristics; exhibiting unique or unusual qualities: She was known for her highly individual style of painting.
+Def.: existing as a distinct, indivisible entity, or considered as such; discrete: It can be difficult to replace individual parts of a tea set if one breaks.
+Def.: belonging to a set or group of which each is different or of a different design from the others: For Christmas they got a set of individual coffee cups.
+Def.: of, relating to, characteristic of, or meant for a single person or thing
+Def.: separate or distinct, esp from others of its kind; particular: please mark the individual pages
+Def.: characterized by unusual and striking qualities; distinctive
+Def.: obsolete indivisible; inseparable
+Def.: a single person, esp when regarded as distinct from others
+Def.: biology 
+Def.: a single animal or plant, esp as distinct from a species
+Def.: a single member of a compound organism or colony
+Def.: logic 
+Def.: Also called: particular an object as opposed to a property or class
+Def.: an element of the domain of discourse of a theory
+Definitional bias: 0.0065
+
+OBJECT
+Def.: anything that is visible or tangible and is relatively stable in form.
+Def.: a thing, person, or matter to which thought or action is directed: an object of medical investigation.
+Def.: the end toward which effort or action is directed; goal; purpose: Profit is the object of business.
+Def.: a person or thing with reference to the impression made on the mind or the feeling or emotion elicited in an observer: an object of curiosity and pity.
+Def.: anything that may be apprehended intellectually: objects of thought.
+Def.: Optics. the thing of which a lens or mirror forms an image.
+Def.: Grammar. (in many languages, such as English) a noun, noun phrase, or pronoun that represents either the goal of the action of a verb or the goal of a preposition in a prepositional phrase: for example, ball in John hit the ball,  or Venice in He came to Venice, or coin and her in He gave her a coin.: Compare direct object, indirect object. 
+Def.: Digital Technology. 
+Def.: any item that can be individually selected or manipulated, as a picture, data file, or piece of text.
+Def.: in object-oriented  programming, a self-contained entity that consists of both data and operations to manipulate the data.
+Def.: Metaphysics. something toward which a cognitive act is directed.
+Def.: to offer a reason or argument in opposition.
+Def.: to express or feel disapproval, dislike, or distaste; be averse.
+Def.: to refuse or attempt to refuse to permit some action, speech, etc.
+Def.: to state, claim, or cite in opposition; put forward in objection,  disagreement, or disapproval: Some people objected that the proposed import duty would harm world trade.
+Def.: Archaic. to bring forward or cite in opposition.
+Def.: objection.
+Def.: objective.
+Def.: a tangible and visible thing
+Def.: a person or thing seen as a focus or target for feelings, thought, etc: an object of affection
+Def.: an aim, purpose, or objective
+Def.: informal a ridiculous or pitiable person, spectacle, etc
+Def.: philosophy that towards which cognition is directed, as contrasted with the thinking subject; anything regarded as external to the mind, esp in the external world
+Def.: grammar a noun, pronoun, or noun phrase whose referent is the recipient of the action of a verb: See also direct object, indirect object
+Def.: grammar a noun, pronoun, or noun phrase that is governed by a preposition
+Def.: no object not a hindrance or obstacle: money is no object
+Def.: computing a self-contained identifiable component of a software system or design: object-oriented programming
+Def.: (tr; takes a clause as object) to state as an objection: he objected that his motives had been good
+Def.: (intr often foll by to) to raise or state an objection (to); present an argument (against)
+Definitional bias: 0.0072
+
+IMPORTANT
+Def.: of much or great significance or consequence: an important event in world history.
+Def.: mattering much (usually followed by to): details important to a fair decision.
+Def.: entitled to more than ordinary consideration or notice: an important exception.
+Def.: prominent or large: He played an important part in national politics.
+Def.: of considerable influence or authority, as a person or position: an important scientist.
+Def.: having social position or distinction, as a person or family: important guests.
+Def.: pompous; pretentious: When speaking, he assumes an important attitude that offends his audience.
+Def.: Obsolete. importunate. 
+Def.: of great significance or value; outstanding: Voltaire is an important writer
+Def.: of social significance; notable; eminent; esteemed: an important man in the town
+Def.: (when postpositive, usually foll by to) specially relevant or of great concern (to); valued highly (by): your wishes are important to me
+Def.: an obsolete word for importunate
+Definitional bias: 0.0073
+
+ROLE
+Def.: a part or character played by an actor or actress.
+Def.: proper or customary function: the role of religion in society.
+Def.: the function assumed by a person or thing in a given action or process: Schools offer few practical tools to help students explore their role in shaping the future.
+Def.: Sociology. the rights, obligations, and expected behavior patterns associated with a particular social status: When studying child development, it was critical to study the father's role.
+Def.: a part or character in a play, film, etc, to be played by an actor or actress
+Def.: psychol the part played by a person in a particular social setting, influenced by his expectation of what is appropriate
+Def.: usual or customary function: what is his role in the organization?
+Definitional bias: 0.0131
+
+FIGURE
+Def.: a numerical symbol, especially an Arabic numeral.
+Def.: an amount or value expressed in numbers.
+Def.: figures, the use of numbers in calculating; arithmetic: to be poor at figures.
+Def.: a written symbol other than a letter.
+Def.: form or shape, as determined by outlines or exterior surfaces: to be round, square, or cubical in figure.
+Def.: the bodily form or frame: a slender or graceful figure.
+Def.: an individual bodily form or a person with reference to form or appearance: A tall figure stood in the doorway.
+Def.: a character or personage, especially one of distinction: a well-known figure in society.
+Def.: a person's public image or presence: a controversial political figure.
+Def.: the appearance or impression made by a person or sometimes a thing: to make quite a figure in financial circles; to present a wretched figure of poverty.
+Def.: a representation, pictorial or sculptured, especially of the human form: The frieze was bordered with the figures of men and animals.
+Def.: an instructive or illustrative drawing or diagram, as found in a book or an owner’s manual: To attach the wheels to the base of the cabinet, see figure 4.
+Def.: an emblem, type, or symbol: The dove is a figure of peace.
+Def.: Rhetoric. a figure of speech. 
+Def.: a textural pattern, as in cloth or wood: draperies with an embossed silk figure.
+Def.: a distinct movement or division of a dance.
+Def.: a movement, pattern, or series of movements in skating.
+Def.: Music. a short succession of musical notes, as either a melody or a group of chords, that produces a single complete and distinct impression.
+Def.: Geometry. a combination of geometric elements disposed in a particular form or shape: The circle, square, and polygon are plane figures. The sphere, cube, and polyhedron are solid figures.
+Def.: Logic. the form of a categorical syllogism with respect to the relative position of the middle term.
+Def.: Optics. the precise curve required on the surface of an optical element, especially the mirror or correcting plate of a reflecting telescope.
+Def.: the natural pattern on a sawed wood surface produced by the intersection of knots, burls, growth rings, etc.
+Def.: a phantasm or illusion.
+Def.: to compute or calculate (often followed by up): to figure up a total.
+Def.: to express in figures.
+Def.: to mark or adorn with a design or pattern.
+Def.: to portray by speech or action.
+Def.: to represent or express by a figure of speech.
+Def.: to represent by a pictorial or sculptured figure, a diagram, or the like; picture or depict; trace (an outline, silhouette, etc.).
+Def.: Informal. to conclude, judge, reason, or think about: I figured that you wanted me to stay.
+Def.: Music. 
+Def.: to embellish with passing notes or other decorations.
+Def.: to write figures above or below (a bass part) to indicate accompanying chords.
+Def.: to compute or work with numerical figures.
+Def.: to be or appear, especially in a conspicuous or prominent way: His name figures importantly in my report.
+Def.: Informal. (of a situation, act, request, etc.) to be logical, expected, or reasonable: He quit the job when he didn't get a raise—it figured.
+Def.: figure in, to add in: Figure in rent and utilities as overhead.
+Def.: figure on, Informal. 
+Def.: to count or rely on.
+Def.: to take into consideration; plan on: You had better figure on running into heavy traffic leaving the city.
+Def.: figure out, Informal. 
+Def.: to understand; solve: We couldn't figure out where all the money had gone.
+Def.: to calculate; compute.
+Def.: figure up, Informal. to total: The bill figures up to exactly $1000.
+Def.: cut a figure.  cut (defs. 84, 85b). 
+Def.: any written symbol other than a letter, esp a whole number
+Def.: another name for digit (def. 2)
+Def.: an amount expressed numerically: a figure of 1800 was suggested
+Def.: (plural) calculations with numbers: he's good at figures
+Def.: visible shape or form; outline
+Def.: the human form, esp as regards size or shape: a girl with a slender figure
+Def.: a slim bodily shape (esp in the phrases keep or lose one's figure)
+Def.: a character or personage, esp a prominent or notable one; personality: a figure in politics
+Def.: the impression created by a person through behaviour (esp in the phrase to cut a fine, bold, etc, figure)
+Def.: 
+Def.: a person as impressed on the mind: the figure of Napoleon
+Def.: (in combination): father-figure
+Def.: a representation in painting or sculpture, esp of the human form
+Def.: an illustration or explanatory diagram in a text
+Def.: a representative object or symbol; emblem
+Def.: a pattern or design, as on fabric or in wood
+Def.: a predetermined set of movements in dancing or skating
+Def.: geometry any combination of points, lines, curves, or planes. A plane figure, such as a circle, encloses an area; a solid figure such as a sphere, encloses a volume
+Def.: rhetoric See figure of speech
+Def.: logic one of the four possible arrangements of the three terms in the premises of a syllogism: Compare mood 2 (def. 2)
+Def.: music 
+Def.: a numeral written above or below a note in a part: See figured bass, thorough bass
+Def.: a characteristic short pattern of notes
+Def.: (when tr, often foll by up) to calculate or compute (sums, amounts, etc)
+Def.: (tr; usually takes a clause as object) informal, mainly US, Canadian and NZ to think or conclude; consider
+Def.: (tr) to represent by a diagram or illustration
+Def.: (tr) to pattern or mark with a design
+Def.: (tr) to depict or portray in a painting, etc
+Def.: (tr) rhetoric to express by means of a figure of speech
+Def.: (tr) to imagine
+Def.: (tr) music 
+Def.: to decorate (a melody line or part) with ornamentation
+Def.: to provide figures above or below (a bass part) as an indication of the accompanying harmonies required: See figured bass, thorough bass
+Def.: (intr usually foll by in) to be included: his name figures in the article
+Def.: (intr) informal to accord with expectation; be logical: it figures that he wouldn't come
+Def.: go figure informal an expression of surprise, astonishment, wonder, etc
+Definitional bias: 0.0152
+
+HERSELF
+Def.: an emphatic appositive of her  or she: She herself wrote the letter.
+Def.: a reflexive form of her: She supports herself.
+Def.: (used in absolute constructions): Herself still only a child, she had to take care of her four younger brothers and sisters.
+Def.: (used as the object of a preposition or as the direct or indirect object of a verb): She gave herself a facial massage. He asked her for a picture of herself.
+Def.: (used in comparisons after as or than): She found out that the others were even more nervous than herself.
+Def.: her normal or customary self: After a few weeks of rest, she will be herself again.
+Def.: 
+Def.: the reflexive form of she or her
+Def.: (intensifier): the queen herself signed the letter
+Def.: (preceded by a copula) her normal or usual self: she looks herself again after the operation
+Def.: Irish and Scot the wife or woman of the house: is herself at home?
+Definitional bias: 0.0184
+
diff --git a/DD-GloVe/seed_word_tests/she_seedwords_own_calc.txt b/DD-GloVe/seed_word_tests/she_seedwords_own_calc.txt
new file mode 100644
index 0000000..506ce7d
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/she_seedwords_own_calc.txt
@@ -0,0 +1,147 @@
+SHE
+Def.: the female person or animal being discussed or last mentioned; that female.
+Def.: the woman: She who listens learns.
+Def.: anything considered, as by personification, to be feminine: spring, with all the memories she conjures up.
+Def.: a female person or animal.
+Def.: an object or device considered as female or feminine.
+Def.: she or he: used as an orthographic device to avoid a gender-specific pronoun when the gender of the antecedent is unknown or irrelevant.
+Def.: refers to a female person or animal: she is a doctor; she's a fine mare
+Def.: refers to things personified as feminine, such as cars, ships, and nations
+Def.: Australian and NZ an informal word for it 1 (def. 3) she's apples; she'll be right
+Def.: 
+Def.: a female person or animal
+Def.: (in combination): she-cat
+Definitional bias: -0.0242
+
+FEMALE
+Def.: relating to or being a woman or girl.
+Def.: Biology. 
+Def.: of, relating to, or being a person with a certain combination of sex characteristics, commonly including two X chromosomes in the cell nuclei, a vagina, a uterus and ovaries, and enlarged breasts developed at puberty.
+Def.: of, relating to, or being an animal, plant, or plant structure of the sex or sexual phase that normally produces egg cells during reproduction.
+Def.: of, relating to, or characteristic of a female person; feminine: female suffrage;female charm.
+Def.: comprising women or girls: a female readership.
+Def.: Botany. 
+Def.: designating or pertaining to a plant or its reproductive structure that produces or contains elements requiring fertilization.
+Def.: (of seed plants) pistillate.
+Def.: Machinery. being or having a recessed part into which a corresponding part fits: a female plug.: Compare male (def. 3). 
+Def.: a female person.: See Usage note at the current entry.
+Def.: Biology. an animal, plant, or plant structure of the sex or sexual phase that normally produces egg cells during reproduction.
+Def.: of, relating to, or designating the sex producing gametes (ova) that can be fertilized by male gametes (spermatozoa)
+Def.: of, relating to, or characteristic of a woman: female charm
+Def.: for or composed of women or girls: female suffrage; a female choir
+Def.: (of reproductive organs such as the ovary and carpel) capable of producing female gametes
+Def.: (of gametes such as the ovum) capable of being fertilized by a male gamete in sexual reproduction
+Def.: (of flowers) lacking, or having nonfunctional, stamens
+Def.: having an internal cavity into which a projecting male counterpart can be fitted: a female thread
+Def.: 
+Def.: a female animal or plant
+Def.: derogatory a woman or girl
+Def.: In organisms that reproduce sexually, being the gamete that is larger and less motile than the other corresponding gamete (the male gamete) of the same species. The egg cells of higher animals and plants are female gametes.
+Def.: Possessing or being a structure that produces only female gametes. The ovaries of humans are female reproductive organs.  Female flowers possess only carpels and no stamens.
+Def.: Having the genitalia or other structures typical of a female organism. Worker ants are female but sterile.
+Def.: A female organism.
+Definitional bias: -0.0044
+
+GENDER
+Def.: either the male or female division of a species, especially as differentiated by social and cultural roles and behavior: the feminine gender. : Compare sex1 (def. 1). 
+Def.: a similar category of human beings that is outside the male/female binary classification.: See also third gender (def. 1), genderqueer (def. 3), nonbinary (def. 3). 
+Def.: the concept or system of categories such as male and female: Gender is a factor in pay rates across industries.More and more people have a nonbinary understanding of gender.
+Def.: Grammar. 
+Def.: (in many languages) a set of classes that together include all nouns, membership in a particular class being shown by the form of the noun itself or by the form or choice of words that modify, replace, or otherwise refer to the noun, as, in English, the choice of he to replace the man, of she to replace the woman, of it to replace the table, of it or she to replace the ship. The number of genders in different languages varies from 2 to more than 20; often the classification correlates in part with sex or animateness. The most familiar sets of genders are of three classes (as masculine, feminine, and neuter in Latin and German) or of two (as common and neuter in Dutch, or masculine and feminine in French and Spanish).
+Def.: one class of such a set.
+Def.: such classes or sets collectively or in general.
+Def.: membership of a word or grammatical form, or an inflectional form showing membership, in such a class.
+Def.: Archaic. kind, sort, or class.
+Def.: to attribute gender to, or to classify by gender: Gendering soaps seems a bit much—can't men and women use the same products?Usually when I wear my hair down people gender me as female.
+Def.: Archaic. to engender.
+Def.: Obsolete. to breed.
+Def.: a set of two or more grammatical categories into which the nouns of certain languages are divided, sometimes but not necessarily corresponding to the sex of the referent when animate: See also natural gender
+Def.: any of the categories, such as masculine, feminine, neuter, or common, within such a set
+Def.: informal the state of being male, female, or neuter
+Def.: informal all the members of one sex: the female gender
+Definitional bias: -0.0042
+
+YÅŒKAI
+Definitional bias: 0.0000
+
+PADMAVATI
+Definitional bias: 0.0000
+
+ZOILA
+Definitional bias: 0.0000
+
+PERFORMATIVITY
+Definitional bias: 0.0000
+
+'FEMALE
+Definitional bias: 0.0000
+
+LIUDMILA
+Definitional bias: 0.0000
+
+ECOFEMINIST
+Definitional bias: 0.0000
+
+SKOPELOS
+Definitional bias: 0.0000
+
+TRATA
+Definitional bias: 0.0000
+
+SANANANDA
+Definitional bias: 0.0000
+
+MYSTRA
+Definitional bias: 0.0000
+
+SPECTATORSHIP
+Definitional bias: 0.0000
+
+CERIDWEN
+Definitional bias: 0.0000
+
+BAIUL
+Definitional bias: 0.0000
+
+DAVACHI
+Definitional bias: 0.0000
+
+YIDAM
+Definitional bias: 0.0000
+
+NINSHUBUR
+Definitional bias: 0.0000
+
+OLP
+Definitional bias: 0.0000
+
+İNCI
+Definitional bias: 0.0000
+
+SPANA
+Definitional bias: 0.0000
+
+PUHAR
+Definitional bias: 0.0000
+
+NÄ€MA
+Definitional bias: 0.0000
+
+ADRIEN-MARIE
+Definitional bias: 0.0000
+
+RUSSIAN-JAPANESE
+Definitional bias: 0.0000
+
+ALAKSHMI
+Definitional bias: 0.0000
+
+GREEK-ITALIAN
+Definitional bias: 0.0000
+
+PAPAFLESSAS
+Definitional bias: 0.0000
+
+DESVAUX
+Definitional bias: 0.0000
+
diff --git a/DD-GloVe/seed_word_tests/teddybaer_seedwords.txt b/DD-GloVe/seed_word_tests/teddybaer_seedwords.txt
new file mode 100644
index 0000000..63179c8
--- /dev/null
+++ b/DD-GloVe/seed_word_tests/teddybaer_seedwords.txt
@@ -0,0 +1,125 @@
+ZEUGUNGSFÄHIGKEIT
+Def.: Fähigkeit, Kinder zu zeugen
+Definitional bias: 0.1084
+
+KINDERWUNSCH
+Def.: Wunsch, Bedürfnis, eigene Kinder zu haben
+Def.: Wunsch, den Kinder haben
+Definitional bias: 0.1007
+
+PÄDOPHILIE
+Def.: auf Kinder gerichteter Sexualtrieb Erwachsener
+Definitional bias: 0.0893
+
+KINDERBETREUUNG
+Def.: Betreuung kleiner Kinder
+Definitional bias: 0.0743
+
+VERSTECKEN
+Def.: Kinderspiel, bei dem jeweils ein Kind die übrigen Kinder, die sich möglichst gut verstecken, suchen muss
+Def.: in, unter, hinter etwas anderem verbergen
+Definitional bias: 0.0628
+
+KINDERHOSPIZ
+Def.: Hospiz für schwer kranke sterbende Kinder und Jugendliche
+Definitional bias: 0.0573
+
+JUGENDGEFÄHRDEND
+Def.: Kinder und Jugendliche sittlich gefährdend
+Definitional bias: 0.0534
+
+KINDERPORNOGRAFIE
+Def.: Pornografie, deren Darstellungsobjekte Kinder sind
+Definitional bias: 0.0523
+
+STEUERKLASSE
+Def.: nach Familienstand und Anzahl der Kinder festgelegte, innerhalb des Steuertarifs gestaffelte Steuerbemessungsgrundlage für die Einkommens- und Lohnsteuer
+Definitional bias: 0.0506
+
+KINDERFEST
+Def.: für Kinder veranstaltetes Fest
+Definitional bias: 0.0371
+
+ALLEINERZIEHENDER
+Def.: jemand, der sein Kind, seine Kinder allein erzieht
+Definitional bias: 0.0346
+
+TEDDYBÄR
+Def.: einem Bären nachgebildetes Stofftier für Kinder
+Definitional bias: 0.0334
+
+WAISENHAUS
+Def.: Heim für elternlose Kinder
+Definitional bias: 0.0299
+
+KINDERSPIELZEUG
+Def.: Spielzeug für Kinder
+Definitional bias: 0.0254
+
+ALLEINERZIEHEND
+Def.: (von einem Elternteil) ein Kind, Kinder allein erziehend
+Definitional bias: 0.0195
+
+KINDERZAHL
+Def.: Anzahl der Kinder in einer Familie
+Definitional bias: 0.0171
+
+KINDERLOS
+Def.: kein Kind habend, ohne Kinder [geblieben]
+Definitional bias: 0.0160
+
+BÄRENJAGD
+Def.: Jagd auf Bären
+Definitional bias: 0.0140
+
+KINDERKRANKENHAUS
+Def.: Krankenhaus, in das nur Kinder aufgenommen, in dem nur Kinder behandelt werden
+Definitional bias: 0.0114
+
+MÄRCHENBUCH
+Def.: [Kinder]buch mit Märchen
+Definitional bias: 0.0000
+
+BÜRZEL
+Def.: Schwanzwurzel der Vögel
+Def.: Schwanz des Bären, des Dachses und des Schwarzwilds
+Definitional bias: -0.0084
+
+KINDERBALLETT
+Def.: Ballett, in dem nur Kinder tanzen
+Definitional bias: -0.0130
+
+KINDERTHEATER
+Def.: Theater, in dem Stücke für Kinder gespielt werden
+Def.: Theater für Kinder
+Definitional bias: -0.0186
+
+KINDERFERNSEHEN
+Def.: für Kinder produzierte Fernsehsendung; für Kinder gestaltetes Fernsehprogramm
+Def.: Abteilung einer Fernsehanstalt, in der die Sendungen für Kinder produziert werden
+Definitional bias: -0.0268
+
+KINDERKANAL
+Def.: Radio-, Fernsehprogramm für Kinder und Jugendliche
+Definitional bias: -0.0302
+
+KINDERSTATION
+Def.: Station für Kinder in einem Krankenhaus
+Definitional bias: -0.0414
+
+NIKOLAUSTAG
+Def.: Tag (6. Dezember), an dem die Kinder vom Nikolaus beschenkt werden
+Definitional bias: -0.0448
+
+PIONIERORGANISATION
+Def.: kommunistische Massenorganisation für Kinder zwischen 6 und 14 Jahren
+Definitional bias: -0.0482
+
+KINDERLITERATUR
+Def.: Literatur für Kinder
+Definitional bias: -0.0495
+
+BÄRENFELL
+Def.: Fell eines Bären
+Definitional bias: -0.0569
+
diff --git "a/DD-GloVe/seed_word_tests/t\303\274rke_seedwords_gloss5.txt" "b/DD-GloVe/seed_word_tests/t\303\274rke_seedwords_gloss5.txt"
new file mode 100644
index 0000000..3e8d86a
--- /dev/null
+++ "b/DD-GloVe/seed_word_tests/t\303\274rke_seedwords_gloss5.txt"
@@ -0,0 +1,45 @@
+BIENENSTOCK
+Def.: kastenförmiges Behältnis, das als Behausung für ein Bienenvolk dient
+Definitional bias: 0.0011
+
+INFORMATIONSVERANSTALTUNG
+Def.: Veranstaltung, die der Information dient
+Definitional bias: 0.0065
+
+WANDSCHMUCK
+Def.: etwas, was zum Schmuck einer Wand dient
+Definitional bias: 0.0169
+
+ABSPERRGITTER
+Def.: Gitter, das dazu dient, etwas abzusperren
+Definitional bias: 0.0176
+
+TÜRKE
+Def.: Einwohnerbezeichnung
+Def.: etwas, was dazu dient, etwas nicht Vorhandenes, einen nicht existierenden Sachverhalt vorzuspiegeln
+Def.: wie eine dokumentarische Aufnahme präsentierte, in Wahrheit aber nachgestellte Aufnahme
+Definitional bias: 0.0625
+
+SELBSTINSZENIERUNG
+Def.: das Sich-selbst-in-Szene-Setzen
+Def.: Handlung, Äußerung, die der Selbstinszenierung dient
+Definitional bias: 0.0651
+
+ORIENTIERUNGSHILFE
+Def.: etwas, was der Orientierung, dem Sichorientieren dient
+Definitional bias: 0.0724
+
+WÄRMEDÄMMUNG
+Def.: Schutz gegen Wärme oder gegen Wärmeverluste
+Def.: etwas, was zur Wärmedämmung dient
+Definitional bias: 0.0997
+
+HERRSCHAFTSINSTRUMENT
+Def.: Mittel, das dazu dient, etwas, jemanden zu beherrschen
+Definitional bias: 0.1146
+
+FUNKTIONÄR
+Def.: hauptberuflicher oder ehrenamtlicher Beauftragter eines politischen, wirtschaftlichen, sozialen oder sportlichen Verbandes, der in Abhängigkeit von einer solchen Organisation handelt und ihren Interessen dient
+Def.: Beamter
+Definitional bias: 0.1330
+
diff --git "a/DD-GloVe/seed_word_tests/t\303\274rke_seedwords_top10.txt" "b/DD-GloVe/seed_word_tests/t\303\274rke_seedwords_top10.txt"
new file mode 100644
index 0000000..d1dc405
--- /dev/null
+++ "b/DD-GloVe/seed_word_tests/t\303\274rke_seedwords_top10.txt"
@@ -0,0 +1,47 @@
+ZIEHHARMONIKA
+Def.: einfachere Handharmonika
+Definitional bias: -0.0178
+
+NACHBAU
+Def.: das Nachbauen
+Def.: das Nachgebaute
+Definitional bias: 0.0005
+
+BLUTZUCKER
+Def.: im Blutserum vorhandener Traubenzucker
+Definitional bias: 0.0255
+
+KONSTRUKT
+Def.: Arbeitshypothese oder gedankliche Hilfskonstruktion für die Beschreibung erschlossener Phänomene
+Def.: etwas Konstruiertes; Konstruktion
+Definitional bias: 0.0280
+
+TÜRKE
+Def.: Einwohnerbezeichnung
+Def.: etwas, was dazu dient, etwas nicht Vorhandenes, einen nicht existierenden Sachverhalt vorzuspiegeln
+Def.: wie eine dokumentarische Aufnahme präsentierte, in Wahrheit aber nachgestellte Aufnahme
+Definitional bias: 0.0299
+
+VERSTEIFUNG
+Def.: das Versteifen, Sichversteifen; das Versteiftwerden
+Def.: etwas, was dazu dient, etwas zu versteifen
+Definitional bias: 0.0509
+
+VORFERTIGUNG
+Def.: das Vorfertigen
+Def.: das Vorgefertigte
+Definitional bias: 0.0641
+
+PARADOXIE
+Def.: paradoxer Sachverhalt; etwas Widersinniges, Widersprüchliches
+Definitional bias: 0.0847
+
+BRAUCHBARKEIT
+Def.: das Brauchbarsein; Nutzen
+Def.: etwas Brauchbares
+Definitional bias: 0.0868
+
+PROVISORISCH
+Def.: nur als einstweiliger Notbehelf, nur zur Überbrückung eines noch nicht endgültigen Zustands dienend; vorläufig; behelfsmäßig
+Definitional bias: 0.1034
+
-- 
GitLab