From 4c2604a4acfb42815ee1d9f0d93ffc0487558357 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 25 May 2020 22:11:27 -0400 Subject: [PATCH] nuke gender (closes #1) --- words/dictionary.dhall | 2 -- words/roots/qanmu.dhall | 7 ------- words/roots/qinmu.dhall | 7 ------- 3 files changed, 16 deletions(-) delete mode 100644 words/roots/qanmu.dhall delete mode 100644 words/roots/qinmu.dhall diff --git a/words/dictionary.dhall b/words/dictionary.dhall index 702d448..dc76f09 100644 --- a/words/dictionary.dhall +++ b/words/dictionary.dhall @@ -44,10 +44,8 @@ in { rootWords = , ./roots/pa_ma.dhall , ./roots/pu_ro.dhall , ./roots/qalno.dhall - , ./roots/qanmu.dhall , ./roots/qanro.dhall , ./roots/qa_te.dhall - , ./roots/qinmu.dhall , ./roots/qonmu.dhall , ./roots/renma.dhall , ./roots/retna.dhall diff --git a/words/roots/qanmu.dhall b/words/roots/qanmu.dhall deleted file mode 100644 index b87130e..0000000 --- a/words/roots/qanmu.dhall +++ /dev/null @@ -1,7 +0,0 @@ -let ContentWord = ../types/ContentWord.dhall - -in ContentWord::{ - , word = "qanmu" - , gloss = "man" - , definition = "is a man (gender, not always genetically)" - } diff --git a/words/roots/qinmu.dhall b/words/roots/qinmu.dhall deleted file mode 100644 index 7593ea3..0000000 --- a/words/roots/qinmu.dhall +++ /dev/null @@ -1,7 +0,0 @@ -let ContentWord = ../types/ContentWord.dhall - -in ContentWord::{ - , word = "qinmu" - , gloss = "female" - , definition = "is female (gender, not always genetically)" - }