diff --git a/bin/count-leading-syllables b/bin/count-leading-syllables index da78ac1..9178edf 100755 --- a/bin/count-leading-syllables +++ b/bin/count-leading-syllables @@ -28,7 +28,9 @@ byu hyu nyu chyu jyu shyu gyu kyu n@; my $script_directory = dirname($0); my $root_directory = dirname($script_directory); -my $dict_directory = "$root_directory/dictionary"; +my $dict_directory = "$root_directory/src/dictionary"; + +print "$dict_directory\n"; # # Go through the syllable files and build up the counts. @@ -37,7 +39,7 @@ my $dict_directory = "$root_directory/dictionary"; foreach my $syllable (@SYLLABLES) { # Figure out the counts for this directory. - my @count = glob("$dict_directory/$syllable/*.markdown"); + my @count = glob("$dict_directory/$syllable/*.yaml"); my $count = scalar(@count); # Write it out. diff --git a/bin/switch-markdown-headers-to-atx b/bin/switch-markdown-headers-to-atx deleted file mode 100755 index 5ccce53..0000000 --- a/bin/switch-markdown-headers-to-atx +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/perl - -# -# Setup -# - -# Directives -use strict; -use warnings; - -# -# Process -# - -# Load the entire file. -$/ = undef; -my $buffer = <>; - -# Modify the buffer. -$buffer =~ s@\n(\w+?)\n====+@\n# $1@sg; -$buffer =~ s@\n([A-Za-zaeiouáéíóúàèìòùāēīōū]+?)\n----+@\n## $1@sg; - -# Output the file. -print $buffer; diff --git a/notes.txt b/notes.txt index be725e2..9fbd52d 100644 --- a/notes.txt +++ b/notes.txt @@ -1,3 +1,5 @@ +"ruki" is wound or tear. "chyona" is internal organ. This would also be the word for "puncture wound" which I forgot to add. Related words typically changed the vowels when being combined. + **mashio kajudūfa**: Felony feedback resonance. **ryodifūne**: *noun* The final run. diff --git a/package.json b/package.json index 1528e43..ae2d551 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "commitizen": "^3.0.5", "cz-conventional-changelog": "^2.1.0", "husky": "^1.2.1", + "js-yaml": "^3.12.0", "pajv": "^1.2.0" }, "scripts": { @@ -28,5 +29,6 @@ "pre-push": "npm test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } - } + }, + "dependencies": {} } diff --git a/src/dictionary/a/aeno.yaml b/src/dictionary/a/aeno.yaml new file mode 100644 index 0000000..543ef10 --- /dev/null +++ b/src/dictionary/a/aeno.yaml @@ -0,0 +1,8 @@ +base: aeno +pos: + noun: + neuter: + - def: Bird eggs. + verb: + feminine: + - def: To destroy something by crushing it. diff --git a/src/dictionary/a/afukijomu.yaml b/src/dictionary/a/afukijomu.yaml new file mode 100644 index 0000000..9c16f68 --- /dev/null +++ b/src/dictionary/a/afukijomu.yaml @@ -0,0 +1,8 @@ +base: afukijomu +pos: + verb: + feminine: + - def: > + To shape or manipulate the physical form using magic. + - def: > + To sculpt solid materials. diff --git a/src/dictionary/a/ashyobyupa.yaml b/src/dictionary/a/ashyobyupa.yaml new file mode 100644 index 0000000..3fb3eb2 --- /dev/null +++ b/src/dictionary/a/ashyobyupa.yaml @@ -0,0 +1,9 @@ +base: ashyobyupa +pos: + noun: + neuter: + - def: A chrysanthemum. + - def: A flower with a lot of petals. + verb: + feminine: + - def: To use many different tools or techinques to look beautiful. diff --git a/src/dictionary/ba/barichi.markdown b/src/dictionary/ba/barichi.markdown deleted file mode 100644 index e0979fe..0000000 --- a/src/dictionary/ba/barichi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: barichi ---- - -# Adjective - -## barìchi - -1. Mundane, non-magical. diff --git a/src/dictionary/ba/barichi.yaml b/src/dictionary/ba/barichi.yaml new file mode 100644 index 0000000..3513669 --- /dev/null +++ b/src/dictionary/ba/barichi.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'Mundane, non-magical.' +base: barichi diff --git a/src/dictionary/ba/barichiroma.markdown b/src/dictionary/ba/barichiroma.markdown deleted file mode 100644 index 6843271..0000000 --- a/src/dictionary/ba/barichiroma.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: barichiroma ---- - -# Noun - -## barichirōma - -1. Magic-less person. diff --git a/src/dictionary/ba/barichiroma.yaml b/src/dictionary/ba/barichiroma.yaml new file mode 100644 index 0000000..95f563b --- /dev/null +++ b/src/dictionary/ba/barichiroma.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Magic-less person. +base: barichiroma diff --git a/src/dictionary/be/bedano.markdown b/src/dictionary/be/bedano.markdown deleted file mode 100644 index 8be03ab..0000000 --- a/src/dictionary/be/bedano.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: bedano ---- - -# Noun - -## bedáno - -1. A pinch of something, used for cooking. -2. 1/64th of a wudūna used for measuring delicate weights. -3. OOW 0.2 g. diff --git a/src/dictionary/be/bedano.yaml b/src/dictionary/be/bedano.yaml new file mode 100644 index 0000000..e6e27c7 --- /dev/null +++ b/src/dictionary/be/bedano.yaml @@ -0,0 +1,7 @@ +pos: + noun: + feminine: + - def: 'A pinch of something, used for cooking.' + - def: 1/64th of a wudūna used for measuring delicate weights. + - def: OOW 0.2 g. +base: bedano diff --git a/src/dictionary/be/benkidofu.markdown b/src/dictionary/be/benkidofu.markdown deleted file mode 100644 index 45a49c5..0000000 --- a/src/dictionary/be/benkidofu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: benkidofu ---- - -# Noun - -## benkidōfu - -1. The natural shielding of resonance damage against the weaker of two opposing magical fields. diff --git a/src/dictionary/be/benkidofu.yaml b/src/dictionary/be/benkidofu.yaml new file mode 100644 index 0000000..c9120e3 --- /dev/null +++ b/src/dictionary/be/benkidofu.yaml @@ -0,0 +1,7 @@ +pos: + noun: + neuter: + - def: >- + The natural shielding of resonance damage against the weaker of two + opposing magical fields. +base: benkidofu diff --git a/src/dictionary/bi/bichiru.markdown b/src/dictionary/bi/bichiru.markdown deleted file mode 100644 index 2a06d8b..0000000 --- a/src/dictionary/bi/bichiru.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: bichiru ---- - -# Noun - -## bichíru - -1. A traditional drink of the northern desert primarily made from fermented cactus sap. It typically has a milky appearance. diff --git a/src/dictionary/bi/bichiru.yaml b/src/dictionary/bi/bichiru.yaml new file mode 100644 index 0000000..6ae7efd --- /dev/null +++ b/src/dictionary/bi/bichiru.yaml @@ -0,0 +1,7 @@ +pos: + noun: + feminine: + - def: >- + A traditional drink of the northern desert primarily made from + fermented cactus sap. It typically has a milky appearance. +base: bichiru diff --git a/src/dictionary/bi/bidano.markdown b/src/dictionary/bi/bidano.markdown deleted file mode 100644 index 527e674..0000000 --- a/src/dictionary/bi/bidano.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: bidano ---- - -# Noun - -## bidáno - -1. A pinch of something, used for cooking. - -# Verb - -## bidāno - -1. To be nit-picky or find fault in tiny details. diff --git a/src/dictionary/bi/bidano.yaml b/src/dictionary/bi/bidano.yaml new file mode 100644 index 0000000..a7bda3f --- /dev/null +++ b/src/dictionary/bi/bidano.yaml @@ -0,0 +1,8 @@ +pos: + noun: + feminine: + - def: 'A pinch of something, used for cooking.' + verb: + neuter: + - def: To be nit-picky or find fault in tiny details. +base: bidano diff --git a/src/dictionary/bi/bidosomi.yaml b/src/dictionary/bi/bidosomi.yaml new file mode 100644 index 0000000..590c26c --- /dev/null +++ b/src/dictionary/bi/bidosomi.yaml @@ -0,0 +1,16 @@ +base: bidosomi +pos: + adv: + - def: > + An action that is tailored or adapted for the subject. + adj: + - def: > + Personalized or customized for an individual. + - def: > + A spirit that has a personal or unique manifestion for individual members of the clan. This manifestion can be a physical or an ethereal one. + reference: + - identifier: 0100-02 + title: Sand and Bone 1 + url: https://fedran.com/sand-and-bone/chapter-01/ + excerpt: > + Rutejìmo turned back to the valley. Coming in from all directions were the couriers of the clan. They all ran after translucent small birds, the manifestation of Shimusògo; the speed of their sprints kicking up long plumes of sand and dust. diff --git a/src/dictionary/bi/bikiku.markdown b/src/dictionary/bi/bikiku.markdown deleted file mode 100644 index 0582042..0000000 --- a/src/dictionary/bi/bikiku.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: bikiku ---- - -# Noun - -## bikíku - -1. Flea, louse. diff --git a/src/dictionary/bi/bikiku.yaml b/src/dictionary/bi/bikiku.yaml new file mode 100644 index 0000000..4702530 --- /dev/null +++ b/src/dictionary/bi/bikiku.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: 'Flea, louse.' +base: bikiku diff --git a/src/dictionary/bi/bimugi.markdown b/src/dictionary/bi/bimugi.markdown deleted file mode 100644 index bab4ebd..0000000 --- a/src/dictionary/bi/bimugi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: bimugi ---- - -# Noun - -## bimùgi - -1. Horn. diff --git a/src/dictionary/bi/bimugi.yaml b/src/dictionary/bi/bimugi.yaml new file mode 100644 index 0000000..a821a15 --- /dev/null +++ b/src/dictionary/bi/bimugi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Horn. +base: bimugi diff --git a/src/dictionary/bi/bire.markdown b/src/dictionary/bi/bire.markdown deleted file mode 100644 index 102367d..0000000 --- a/src/dictionary/bi/bire.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: bire ---- - -# Noun - -## bìre - -1. Night. diff --git a/src/dictionary/bi/bire.yaml b/src/dictionary/bi/bire.yaml new file mode 100644 index 0000000..aeda44c --- /dev/null +++ b/src/dictionary/bi/bire.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Night. +base: bire diff --git a/src/dictionary/bo/bochigomasu.markdown b/src/dictionary/bo/bochigomasu.markdown deleted file mode 100644 index 96fdc4d..0000000 --- a/src/dictionary/bo/bochigomasu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: bochigomasu ---- - -# Verb - -## bochigomāsu - -1. Do perform something that takes a week to complete. diff --git a/src/dictionary/bo/bochigomasu.yaml b/src/dictionary/bo/bochigomasu.yaml new file mode 100644 index 0000000..032cb0c --- /dev/null +++ b/src/dictionary/bo/bochigomasu.yaml @@ -0,0 +1,5 @@ +pos: + verb: + neuter: + - def: Do perform something that takes a week to complete. +base: bochigomasu diff --git a/src/dictionary/bo/bokiko.markdown b/src/dictionary/bo/bokiko.markdown deleted file mode 100644 index f9227bb..0000000 --- a/src/dictionary/bo/bokiko.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: bokiko ---- - -# Noun - -## bokíko - -1. Fire smoke. diff --git a/src/dictionary/bo/bokiko.yaml b/src/dictionary/bo/bokiko.yaml new file mode 100644 index 0000000..1ee3965 --- /dev/null +++ b/src/dictionary/bo/bokiko.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Fire smoke. +base: bokiko diff --git a/src/dictionary/bo/bozo.markdown b/src/dictionary/bo/bozo.markdown deleted file mode 100644 index 30a0952..0000000 --- a/src/dictionary/bo/bozo.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: bozo ---- - -# Verb - -## bòzo - -1. To cook or prepare a large meal. - -## bózo - -1. To cook or prepare a small meal or snack. -2. To prepare a meal for oneself. - diff --git a/src/dictionary/bo/bozo.yaml b/src/dictionary/bo/bozo.yaml new file mode 100644 index 0000000..c0be98d --- /dev/null +++ b/src/dictionary/bo/bozo.yaml @@ -0,0 +1,8 @@ +pos: + verb: + masculine: + - def: To cook or prepare a large meal. + feminine: + - def: To cook or prepare a small meal or snack. + - def: To prepare a meal for oneself. +base: bozo diff --git a/src/dictionary/bu/bupo.markdown b/src/dictionary/bu/bupo.markdown deleted file mode 100644 index 76eb4af..0000000 --- a/src/dictionary/bu/bupo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: bupo ---- - -# Verb - -## búpo - -1. Swim. diff --git a/src/dictionary/bu/bupo.yaml b/src/dictionary/bu/bupo.yaml new file mode 100644 index 0000000..bc469cf --- /dev/null +++ b/src/dictionary/bu/bupo.yaml @@ -0,0 +1,5 @@ +pos: + verb: + feminine: + - def: Swim. +base: bupo diff --git a/src/dictionary/bu/bupobo.markdown b/src/dictionary/bu/bupobo.markdown deleted file mode 100644 index 072f80b..0000000 --- a/src/dictionary/bu/bupobo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: bupobo ---- - -# Noun - -## bupóbo - -1. Fish. diff --git a/src/dictionary/bu/bupobo.yaml b/src/dictionary/bu/bupobo.yaml new file mode 100644 index 0000000..f6df0c4 --- /dev/null +++ b/src/dictionary/bu/bupobo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Fish. +base: bupobo diff --git a/src/dictionary/bu/burukano.yaml b/src/dictionary/bu/burukano.yaml new file mode 100644 index 0000000..6918403 --- /dev/null +++ b/src/dictionary/bu/burukano.yaml @@ -0,0 +1,7 @@ +base: burukano +pos: + noun: + neuter: + - def: > + The tendency for members of the same clan to exhibit common traits, + morals, and decisions common with the clan's spirit. diff --git a/src/dictionary/bya/byan.markdown b/src/dictionary/bya/byan.markdown deleted file mode 100644 index a37c6e1..0000000 --- a/src/dictionary/bya/byan.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: byan ---- - -# Noun - -## byān - -1. Green. diff --git a/src/dictionary/bya/byan.yaml b/src/dictionary/bya/byan.yaml new file mode 100644 index 0000000..c8aa621 --- /dev/null +++ b/src/dictionary/bya/byan.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Green. +base: byan diff --git a/src/dictionary/byo/byobi.markdown b/src/dictionary/byo/byobi.markdown deleted file mode 100644 index 8d0937a..0000000 --- a/src/dictionary/byo/byobi.markdown +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: byobi ---- - -# Noun - -## byòbi - -1. A male rabbit, hare, or other member of the leporine family. - -## byōbi - -1. As [byòbi](../byo/byobi.markdown) [n.1] but a young bunny or kit. - -## byóbi - -1. As [byòbi](../byo/byobi.markdown) [n.1] but female. diff --git a/src/dictionary/byo/byobi.yaml b/src/dictionary/byo/byobi.yaml new file mode 100644 index 0000000..01d16ac --- /dev/null +++ b/src/dictionary/byo/byobi.yaml @@ -0,0 +1,9 @@ +pos: + noun: + masculine: + - def: 'A male rabbit, hare, or other member of the leporine family.' + neuter: + - def: 'As [byòbi](../byo/byobi.markdown) [n.1] but a young bunny or kit.' + feminine: + - def: 'As [byòbi](../byo/byobi.markdown) [n.1] but female.' +base: byobi diff --git a/src/dictionary/byo/byomokishi.markdown b/src/dictionary/byo/byomokishi.markdown deleted file mode 100644 index 68c4baa..0000000 --- a/src/dictionary/byo/byomokishi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: byomokishi ---- - -# Noun - -## byomokīshi - -1. Non-desert people. diff --git a/src/dictionary/byo/byomokishi.yaml b/src/dictionary/byo/byomokishi.yaml new file mode 100644 index 0000000..0a19a55 --- /dev/null +++ b/src/dictionary/byo/byomokishi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Non-desert people. +base: byomokishi diff --git a/src/dictionary/byo/byomushike.markdown b/src/dictionary/byo/byomushike.markdown deleted file mode 100644 index 5a08ea4..0000000 --- a/src/dictionary/byo/byomushike.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: byomushike ---- - -# Noun - -## byomushīke - -1. Outsider. diff --git a/src/dictionary/byo/byomushike.yaml b/src/dictionary/byo/byomushike.yaml new file mode 100644 index 0000000..0ed1e3c --- /dev/null +++ b/src/dictionary/byo/byomushike.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Outsider. +base: byomushike diff --git a/src/dictionary/byo/byoni.markdown b/src/dictionary/byo/byoni.markdown deleted file mode 100644 index ab3675d..0000000 --- a/src/dictionary/byo/byoni.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: byoni ---- - -# Verb - -## byòni - -1. To bawl or cry loudly. -2. To break down sobbing. - -## byóni - -1. To have a little cry. diff --git a/src/dictionary/byo/byoni.yaml b/src/dictionary/byo/byoni.yaml new file mode 100644 index 0000000..a195f73 --- /dev/null +++ b/src/dictionary/byo/byoni.yaml @@ -0,0 +1,8 @@ +pos: + verb: + masculine: + - def: To bawl or cry loudly. + - def: To break down sobbing. + feminine: + - def: To have a little cry. +base: byoni diff --git a/src/dictionary/chi/chidona.yaml b/src/dictionary/chi/chidona.yaml new file mode 100644 index 0000000..f74a373 --- /dev/null +++ b/src/dictionary/chi/chidona.yaml @@ -0,0 +1,8 @@ +base: chidona +pos: + noun: + neuter: + - def: Pebbles or small rocks. + verb: + masculine: + - def: To throw or cause many small problems in rapid succession. diff --git a/src/dictionary/chi/chifu.markdown b/src/dictionary/chi/chifu.markdown deleted file mode 100644 index 3113756..0000000 --- a/src/dictionary/chi/chifu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: chifu ---- - -# Adjective - -## chīfu - -1. Long. diff --git a/src/dictionary/chi/chifu.yaml b/src/dictionary/chi/chifu.yaml new file mode 100644 index 0000000..17b37fb --- /dev/null +++ b/src/dictionary/chi/chifu.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: Long. +base: chifu diff --git a/src/dictionary/chi/chifumo.markdown b/src/dictionary/chi/chifumo.markdown deleted file mode 100644 index bd34a5c..0000000 --- a/src/dictionary/chi/chifumo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: chifumo ---- - -# Noun - -## chifùmo - -1. Cold weather. diff --git a/src/dictionary/chi/chifumo.yaml b/src/dictionary/chi/chifumo.yaml new file mode 100644 index 0000000..c8b42eb --- /dev/null +++ b/src/dictionary/chi/chifumo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Cold weather. +base: chifumo diff --git a/src/dictionary/chi/chimoga.markdown b/src/dictionary/chi/chimoga.markdown deleted file mode 100644 index fced0aa..0000000 --- a/src/dictionary/chi/chimoga.markdown +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: chimoga ---- - -# Noun - -## chimōga - -1. A measurement of distance. -2. A surveyor's chain of 66 feet or 4 [romōga](../ro/romogo.markdown). - -# Verb - -## chimóga - -1. To measure or pace something out that is approximately a [chimōga](../chi/chimōga.markdown) distance. -2. To measure something out in terms of [chimōga](../chi/chimōga.markdown) distance. diff --git a/src/dictionary/chi/chimoga.yaml b/src/dictionary/chi/chimoga.yaml new file mode 100644 index 0000000..9081a4b --- /dev/null +++ b/src/dictionary/chi/chimoga.yaml @@ -0,0 +1,14 @@ +pos: + noun: + neuter: + - def: A measurement of distance. + - def: 'A surveyor''s chain of 66 feet or 4 [romōga](../ro/romogo.markdown).' + verb: + feminine: + - def: >- + To measure or pace something out that is approximately a + [chimōga](../chi/chimōga.markdown) distance. + - def: >- + To measure something out in terms of + [chimōga](../chi/chimōga.markdown) distance. +base: chimoga diff --git a/src/dictionary/chi/chiruni.markdown b/src/dictionary/chi/chiruni.markdown deleted file mode 100644 index b277c73..0000000 --- a/src/dictionary/chi/chiruni.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: chiruni ---- - -# Noun - -## chirúni - -1. Warm weather. diff --git a/src/dictionary/chi/chiruni.yaml b/src/dictionary/chi/chiruni.yaml new file mode 100644 index 0000000..3400b53 --- /dev/null +++ b/src/dictionary/chi/chiruni.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Warm weather. +base: chiruni diff --git a/src/dictionary/chi/chisogura.yaml b/src/dictionary/chi/chisogura.yaml new file mode 100644 index 0000000..2f301f5 --- /dev/null +++ b/src/dictionary/chi/chisogura.yaml @@ -0,0 +1,24 @@ +base: chisogura +pos: + noun: + masculine: + - def: > + A physical and spiritual call for help from other clan members. + reference: + - identifier: 0100-01 + title: Sand and Ash 32 + url: https://fedran.com/sand-and-ash/chapter-32/ + excerpt: > + "Sands!" Desòchu threw back his head, exploded into an inferno of golden flames, and screamed. It wasn't the sound of a human that came out of his mouth, but the screech of a bird that echoed in Rutejìmo's head. + + The sound crashed into Rutejìmo. It echoed beyond his ears and something deep in his heart responded. He had to obey it, had to do something. It was the cry of Shimusògo himself. + + Rutejìmo felt the cry force his attention toward Desòchu. A need to do something rose up inside him, a command that came directly from the clan spirit. He stared into Desòchu's flaming form despite the pain of looking into the brightness. Tears burned in his eyes from the effort. + + ... + + Power rose around him. Looking up, he saw the clan responding to Desòchu's cry. Every adult of the clan converged on the valley, each one leaving a trail of golden flames. The children who were playing were knocked aside by adults all sprinting toward the entrance. + verb: + neuter: + - def: > + To make a spiritual call for help from other clan members. diff --git a/src/dictionary/chi/chisokoku.markdown b/src/dictionary/chi/chisokoku.markdown deleted file mode 100644 index 9811239..0000000 --- a/src/dictionary/chi/chisokoku.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: chisokuku ---- - -# Noun - -## chisokùku - -1. The amount of water a clan needs in a day. -2. A volume of liquid equal to 66 [kokéku](../ko/kokeku.markdown). -3. OOW: A volume of liquid equal to 264 L. diff --git a/src/dictionary/chi/chisokoku.yaml b/src/dictionary/chi/chisokoku.yaml new file mode 100644 index 0000000..8eed88a --- /dev/null +++ b/src/dictionary/chi/chisokoku.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: The amount of water a clan needs in a day. + - def: 'A volume of liquid equal to 66 [kokéku](../ko/kokeku.markdown).' + - def: 'OOW: A volume of liquid equal to 264 L.' +base: chisokuku diff --git a/src/dictionary/cho/chobire.markdown b/src/dictionary/cho/chobire.markdown deleted file mode 100644 index afc1a2b..0000000 --- a/src/dictionary/cho/chobire.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: chobire ---- - -# Noun - -## chobìre - -1. The moon. diff --git a/src/dictionary/cho/chobire.yaml b/src/dictionary/cho/chobire.yaml new file mode 100644 index 0000000..f73a67d --- /dev/null +++ b/src/dictionary/cho/chobire.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: The moon. +base: chobire diff --git a/src/dictionary/cho/chochi.markdown b/src/dictionary/cho/chochi.markdown deleted file mode 100644 index 73c294f..0000000 --- a/src/dictionary/cho/chochi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: chochi ---- - -# Noun - -## chòchi - -1. A lunar cycle or month. diff --git a/src/dictionary/cho/chochi.yaml b/src/dictionary/cho/chochi.yaml new file mode 100644 index 0000000..ae2e391 --- /dev/null +++ b/src/dictionary/cho/chochi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: A lunar cycle or month. +base: chochi diff --git a/src/dictionary/cho/chon.markdown b/src/dictionary/cho/chon.markdown deleted file mode 100644 index 22fbcc7..0000000 --- a/src/dictionary/cho/chon.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: chon ---- - -# Adjective - -## chōn - -1. Black. diff --git a/src/dictionary/cho/chon.yaml b/src/dictionary/cho/chon.yaml new file mode 100644 index 0000000..6a09b62 --- /dev/null +++ b/src/dictionary/cho/chon.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: Black. +base: chon diff --git a/src/dictionary/cho/chonesu.markdown b/src/dictionary/cho/chonesu.markdown deleted file mode 100644 index 3b10657..0000000 --- a/src/dictionary/cho/chonesu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: chonesu ---- - -# Noun - -## chonésu - -1. Stars. diff --git a/src/dictionary/cho/chonesu.yaml b/src/dictionary/cho/chonesu.yaml new file mode 100644 index 0000000..67bb30c --- /dev/null +++ b/src/dictionary/cho/chonesu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Stars. +base: chonesu diff --git a/src/dictionary/cho/chota.markdown b/src/dictionary/cho/chota.markdown deleted file mode 100644 index 011129f..0000000 --- a/src/dictionary/cho/chota.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: chota ---- - -# Noun - -## chòta - -1. A lunar "day". diff --git a/src/dictionary/cho/chota.yaml b/src/dictionary/cho/chota.yaml new file mode 100644 index 0000000..7f0a8d0 --- /dev/null +++ b/src/dictionary/cho/chota.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: A lunar "day". +base: chota diff --git a/src/dictionary/cho/chotafuchi.markdown b/src/dictionary/cho/chotafuchi.markdown deleted file mode 100644 index a3c871e..0000000 --- a/src/dictionary/cho/chotafuchi.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: chotafuchi ---- - -# Noun - -## chotafùchi - -1. The period where the moon is below the horizon. -2. When moon-based powers don't work. diff --git a/src/dictionary/cho/chotafuchi.yaml b/src/dictionary/cho/chotafuchi.yaml new file mode 100644 index 0000000..1ed205a --- /dev/null +++ b/src/dictionary/cho/chotafuchi.yaml @@ -0,0 +1,6 @@ +pos: + noun: + masculine: + - def: The period where the moon is below the horizon. + - def: When moon-based powers don't work. +base: chotafuchi diff --git a/src/dictionary/chyo/chyomigu.markdown b/src/dictionary/chyo/chyomigu.markdown deleted file mode 100644 index 088cc26..0000000 --- a/src/dictionary/chyo/chyomigu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: chyomigu ---- - -# Noun - -## chyomīgu - -1. 1/10th of a domīgu. -2. OOW: 2.01 cm diff --git a/src/dictionary/chyo/chyomigu.yaml b/src/dictionary/chyo/chyomigu.yaml new file mode 100644 index 0000000..f1f8a92 --- /dev/null +++ b/src/dictionary/chyo/chyomigu.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: 1/10th of a domīgu. + - def: 'OOW: 2.01 cm' +base: chyomigu diff --git a/src/dictionary/chyo/chyore.markdown b/src/dictionary/chyo/chyore.markdown deleted file mode 100644 index aca39b9..0000000 --- a/src/dictionary/chyo/chyore.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: chyore ---- - -# Noun - -## chyòre - -1. Snake - -## Related - -1. mizonekima chyòre - giant snake diff --git a/src/dictionary/chyo/chyore.yaml b/src/dictionary/chyo/chyore.yaml new file mode 100644 index 0000000..079eea6 --- /dev/null +++ b/src/dictionary/chyo/chyore.yaml @@ -0,0 +1,6 @@ +pos: + noun: + masculine: + - def: Snake + - def: mizonekima chyòre - giant snake +base: chyore diff --git a/src/dictionary/chyo/chyotemako-nakifu.markdown b/src/dictionary/chyo/chyotemako-nakifu.markdown deleted file mode 100644 index 53dff2d..0000000 --- a/src/dictionary/chyo/chyotemako-nakifu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: chyotemako nakifu ---- - -# Noun - -chyotemako nakífu ----------------- - -1. A short poem of two or more phrases where every phrase is the same number of syllables. diff --git a/src/dictionary/chyo/chyotemako-nakifu.yaml b/src/dictionary/chyo/chyotemako-nakifu.yaml new file mode 100644 index 0000000..325e679 --- /dev/null +++ b/src/dictionary/chyo/chyotemako-nakifu.yaml @@ -0,0 +1,7 @@ +pos: + noun: + feminine: + - def: >- + A short poem of two or more phrases where every phrase is the same + number of syllables. +base: chyotemako nakifu diff --git a/src/dictionary/chyu/chyubine.markdown b/src/dictionary/chyu/chyubine.markdown deleted file mode 100644 index d6868ae..0000000 --- a/src/dictionary/chyu/chyubine.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: chyubine ---- - -# Noun - -## chyubìne - -1. A male jack-of-trades, someone who had a wide variety of skills. - -## chyubīne - -1. A child who has many skills but no specialization. -2. A child with an uncertain clan affiliation. - -## chyubíne - -1. As *chyubìne* (noun 1), but female. diff --git a/src/dictionary/chyu/chyubine.yaml b/src/dictionary/chyu/chyubine.yaml new file mode 100644 index 0000000..a2b325a --- /dev/null +++ b/src/dictionary/chyu/chyubine.yaml @@ -0,0 +1,10 @@ +pos: + noun: + masculine: + - def: 'A male jack-of-trades, someone who had a wide variety of skills.' + neuter: + - def: A child who has many skills but no specialization. + - def: A child with an uncertain clan affiliation. + feminine: + - def: 'As *chyubìne* (noun 1), but female.' +base: chyubine diff --git a/src/dictionary/chyu/chyurena.markdown b/src/dictionary/chyu/chyurena.markdown deleted file mode 100644 index cc8713c..0000000 --- a/src/dictionary/chyu/chyurena.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: chyurena ---- - -# Noun - -## chyurèna - -1. A male of a clan which does not have significantly differing levels of magical power among its members. - -## chyuréna - -1. As *chyurèna* (noun 1), but female. diff --git a/src/dictionary/chyu/chyurena.yaml b/src/dictionary/chyu/chyurena.yaml new file mode 100644 index 0000000..f0f177e --- /dev/null +++ b/src/dictionary/chyu/chyurena.yaml @@ -0,0 +1,9 @@ +pos: + noun: + masculine: + - def: >- + A male of a clan which does not have significantly differing levels of + magical power among its members. + feminine: + - def: 'As *chyurèna* (noun 1), but female.' +base: chyurena diff --git a/src/dictionary/da/dakyofu.yaml b/src/dictionary/da/dakyofu.yaml new file mode 100644 index 0000000..efb0112 --- /dev/null +++ b/src/dictionary/da/dakyofu.yaml @@ -0,0 +1,10 @@ +base: dakyofu +pos: + verb: + masculine: + - def: > + To anticipate an unplesant conversation. + feminine: + - def: > + To channel magic into a weapon to make it stronger or resilent to + attack magic. diff --git a/src/dictionary/da/danichyo.yaml b/src/dictionary/da/danichyo.yaml new file mode 100644 index 0000000..1616307 --- /dev/null +++ b/src/dictionary/da/danichyo.yaml @@ -0,0 +1,10 @@ +base: danichyo +pos: + noun: + neuter: + - def: A bird's nest. + masculine: + - def: An impromptu hiding spot. + verb: + feminine: + - def: To create something for personal joy. diff --git a/src/dictionary/da/datemo.yaml b/src/dictionary/da/datemo.yaml new file mode 100644 index 0000000..1a85ca5 --- /dev/null +++ b/src/dictionary/da/datemo.yaml @@ -0,0 +1,12 @@ +base: datemo +pos: + verb: + neuter: + - def: > + To percieve or observe. + feminine: + - def: > + To look intently or analyze. + adv: + - def: > + To perform an action with perception magic. diff --git a/src/dictionary/da/datsu.markdown b/src/dictionary/da/datsu.markdown deleted file mode 100644 index 9e28baa..0000000 --- a/src/dictionary/da/datsu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: datsu ---- - -# Noun - -## dātsu - -1. The basic unit of weight equal to sofùki worth of clean water. -2. OOW: 1020 g. diff --git a/src/dictionary/da/datsu.yaml b/src/dictionary/da/datsu.yaml new file mode 100644 index 0000000..bbeda20 --- /dev/null +++ b/src/dictionary/da/datsu.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: The basic unit of weight equal to sofùki worth of clean water. + - def: 'OOW: 1020 g.' +base: datsu diff --git a/src/dictionary/de/defoni.markdown b/src/dictionary/de/defoni.markdown deleted file mode 100644 index 1912c7c..0000000 --- a/src/dictionary/de/defoni.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: defoni ---- - -# Noun - -## defòni - -1. Feather. diff --git a/src/dictionary/de/defoni.yaml b/src/dictionary/de/defoni.yaml new file mode 100644 index 0000000..f3f0456 --- /dev/null +++ b/src/dictionary/de/defoni.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Feather. +base: defoni diff --git a/src/dictionary/de/demu.markdown b/src/dictionary/de/demu.markdown deleted file mode 100644 index d7a6fc7..0000000 --- a/src/dictionary/de/demu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: demu ---- - -# Verb - -## dèmu - -1. Fly. diff --git a/src/dictionary/de/demu.yaml b/src/dictionary/de/demu.yaml new file mode 100644 index 0000000..3ae95cd --- /dev/null +++ b/src/dictionary/de/demu.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: Fly. +base: demu diff --git a/src/dictionary/de/depa.markdown b/src/dictionary/de/depa.markdown deleted file mode 100644 index b39fe29..0000000 --- a/src/dictionary/de/depa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: depa ---- - -# Noun - -## dépa - -1. Bird. diff --git a/src/dictionary/de/depa.yaml b/src/dictionary/de/depa.yaml new file mode 100644 index 0000000..28c0aa4 --- /dev/null +++ b/src/dictionary/de/depa.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Bird. +base: depa diff --git a/src/dictionary/de/detokishi.markdown b/src/dictionary/de/detokishi.markdown deleted file mode 100644 index eeb6a30..0000000 --- a/src/dictionary/de/detokishi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: detokishi ---- - -# Noun - -## detokìshi - -1. Desert folk. diff --git a/src/dictionary/de/detokishi.yaml b/src/dictionary/de/detokishi.yaml new file mode 100644 index 0000000..a77b3bd --- /dev/null +++ b/src/dictionary/de/detokishi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Desert folk. +base: detokishi diff --git a/src/dictionary/de/detomusa.markdown b/src/dictionary/de/detomusa.markdown deleted file mode 100644 index d4ad3a4..0000000 --- a/src/dictionary/de/detomusa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: detomusa ---- - -# Noun - -## detomùsa - -1. Persistent sand storm. diff --git a/src/dictionary/de/detomusa.yaml b/src/dictionary/de/detomusa.yaml new file mode 100644 index 0000000..ad663ea --- /dev/null +++ b/src/dictionary/de/detomusa.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Persistent sand storm. +base: detomusa diff --git a/src/dictionary/do/do.markdown b/src/dictionary/do/do.markdown deleted file mode 100644 index 4f7e3a3..0000000 --- a/src/dictionary/do/do.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: do ---- - -# Pronoun - -## do - -1. You, yours. diff --git a/src/dictionary/do/do.yaml b/src/dictionary/do/do.yaml new file mode 100644 index 0000000..c545bb0 --- /dev/null +++ b/src/dictionary/do/do.yaml @@ -0,0 +1,4 @@ +pos: + pro: + - def: 'You, yours.' +base: do diff --git a/src/dictionary/do/dodera.yaml b/src/dictionary/do/dodera.yaml new file mode 100644 index 0000000..4d8a75a --- /dev/null +++ b/src/dictionary/do/dodera.yaml @@ -0,0 +1,9 @@ +base: dodera +pos: + noun: + neuter: + - def: An object used to hold liquid. + - def: A bucket or bowl. + verb: + feminine: + - def: To cup one's hands to hold liquids. diff --git a/src/dictionary/do/domigu.markdown b/src/dictionary/do/domigu.markdown deleted file mode 100644 index a40da7b..0000000 --- a/src/dictionary/do/domigu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: domigu ---- - -# Noun - -## domīgu - -1. 1/100th of a romōga. -2. OOW: 20.12 cm. diff --git a/src/dictionary/do/domigu.yaml b/src/dictionary/do/domigu.yaml new file mode 100644 index 0000000..51ad217 --- /dev/null +++ b/src/dictionary/do/domigu.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: 1/100th of a romōga. + - def: 'OOW: 20.12 cm.' +base: domigu diff --git a/src/dictionary/do/doshyo.markdown b/src/dictionary/do/doshyo.markdown deleted file mode 100644 index 24595a3..0000000 --- a/src/dictionary/do/doshyo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: doshyo ---- - -# Noun - -## dóshyo - -1. Soil, earth. diff --git a/src/dictionary/do/doshyo.yaml b/src/dictionary/do/doshyo.yaml new file mode 100644 index 0000000..897177a --- /dev/null +++ b/src/dictionary/do/doshyo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: 'Soil, earth.' +base: doshyo diff --git a/src/dictionary/do/dotsu.markdown b/src/dictionary/do/dotsu.markdown deleted file mode 100644 index 1b56de6..0000000 --- a/src/dictionary/do/dotsu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: dotsu ---- - -# Noun - -## dòtsu - -1. Home. diff --git a/src/dictionary/do/dotsu.yaml b/src/dictionary/do/dotsu.yaml new file mode 100644 index 0000000..29f3322 --- /dev/null +++ b/src/dictionary/do/dotsu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Home. +base: dotsu diff --git a/src/dictionary/fa/faho.markdown b/src/dictionary/fa/faho.markdown deleted file mode 100644 index 150585d..0000000 --- a/src/dictionary/fa/faho.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: faho ---- - -# Noun - -## fáho - -1. ear. diff --git a/src/dictionary/fa/faho.yaml b/src/dictionary/fa/faho.yaml new file mode 100644 index 0000000..f6be1d7 --- /dev/null +++ b/src/dictionary/fa/faho.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: ear. +base: faho diff --git a/src/dictionary/fa/famu.markdown b/src/dictionary/fa/famu.markdown deleted file mode 100644 index 7c83596..0000000 --- a/src/dictionary/fa/famu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: famu ---- - -# Noun - -## fāmu - -1. Eye, eyes. diff --git a/src/dictionary/fa/famu.yaml b/src/dictionary/fa/famu.yaml new file mode 100644 index 0000000..bd0958a --- /dev/null +++ b/src/dictionary/fa/famu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: 'Eye, eyes.' +base: famu diff --git a/src/dictionary/fa/fapodi.markdown b/src/dictionary/fa/fapodi.markdown deleted file mode 100644 index 92e5a87..0000000 --- a/src/dictionary/fa/fapodi.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: fapodi ---- - -# Verb - -## fapòdi - -1. To sprint or run at full speed. - -## fapódi - -1. To run over long distances. -2. Endurance running. diff --git a/src/dictionary/fa/fapodi.yaml b/src/dictionary/fa/fapodi.yaml new file mode 100644 index 0000000..edb9837 --- /dev/null +++ b/src/dictionary/fa/fapodi.yaml @@ -0,0 +1,8 @@ +pos: + verb: + masculine: + - def: To sprint or run at full speed. + feminine: + - def: To run over long distances. + - def: Endurance running. +base: fapodi diff --git a/src/dictionary/fa/faruku.yaml b/src/dictionary/fa/faruku.yaml new file mode 100644 index 0000000..9066bad --- /dev/null +++ b/src/dictionary/fa/faruku.yaml @@ -0,0 +1,5 @@ +base: faruku +pos: + noun: + neuter: + - def: A toad or frog. diff --git a/src/dictionary/fa/fasa.markdown b/src/dictionary/fa/fasa.markdown deleted file mode 100644 index 701918b..0000000 --- a/src/dictionary/fa/fasa.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: fasa ---- - -# Adverb - -## fasa - -1. Fast, speedy. - diff --git a/src/dictionary/fa/fasa.yaml b/src/dictionary/fa/fasa.yaml new file mode 100644 index 0000000..e269f73 --- /dev/null +++ b/src/dictionary/fa/fasa.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'Fast, speedy.' +base: fasa diff --git a/src/dictionary/fe/fechi.markdown b/src/dictionary/fe/fechi.markdown deleted file mode 100644 index 4787ed2..0000000 --- a/src/dictionary/fe/fechi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: fechi ---- - -# Adjective - -## fechi - -1. Greater or superior in social rank. diff --git a/src/dictionary/fe/fechi.yaml b/src/dictionary/fe/fechi.yaml new file mode 100644 index 0000000..242bef4 --- /dev/null +++ b/src/dictionary/fe/fechi.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: Greater or superior in social rank. +base: fechi diff --git a/src/dictionary/fi/figi.markdown b/src/dictionary/fi/figi.markdown deleted file mode 100644 index 13680c8..0000000 --- a/src/dictionary/fi/figi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: figi ---- - -# Noun - -## fígi - -1. Teeth, bite. diff --git a/src/dictionary/fi/figi.yaml b/src/dictionary/fi/figi.yaml new file mode 100644 index 0000000..69e3f74 --- /dev/null +++ b/src/dictionary/fi/figi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: 'Teeth, bite.' +base: figi diff --git a/src/dictionary/fo/foni.markdown b/src/dictionary/fo/foni.markdown deleted file mode 100644 index 9a76123..0000000 --- a/src/dictionary/fo/foni.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: foni ---- - -# Noun - -## fōni - -1. Head. diff --git a/src/dictionary/fo/foni.yaml b/src/dictionary/fo/foni.yaml new file mode 100644 index 0000000..a85e811 --- /dev/null +++ b/src/dictionary/fo/foni.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Head. +base: foni diff --git a/src/dictionary/fo/fopu.markdown b/src/dictionary/fo/fopu.markdown deleted file mode 100644 index fa9b471..0000000 --- a/src/dictionary/fo/fopu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: fopu ---- - -# Adjective - -## fōpu - -1. Full, stuffed. diff --git a/src/dictionary/fo/fopu.yaml b/src/dictionary/fo/fopu.yaml new file mode 100644 index 0000000..ef341c1 --- /dev/null +++ b/src/dictionary/fo/fopu.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'Full, stuffed.' +base: fopu diff --git a/src/dictionary/fu/fuchi.markdown b/src/dictionary/fu/fuchi.markdown deleted file mode 100644 index bb908c5..0000000 --- a/src/dictionary/fu/fuchi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: fuchi ---- - -# Noun - -## fùchi - -1. Nose. diff --git a/src/dictionary/fu/fuchi.yaml b/src/dictionary/fu/fuchi.yaml new file mode 100644 index 0000000..b730006 --- /dev/null +++ b/src/dictionary/fu/fuchi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Nose. +base: fuchi diff --git a/src/dictionary/fu/fugi.markdown b/src/dictionary/fu/fugi.markdown deleted file mode 100644 index 8d0686b..0000000 --- a/src/dictionary/fu/fugi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: fugi ---- - -# Verb - -## fūgi - -1. See, sight. diff --git a/src/dictionary/fu/fugi.yaml b/src/dictionary/fu/fugi.yaml new file mode 100644 index 0000000..8a6509a --- /dev/null +++ b/src/dictionary/fu/fugi.yaml @@ -0,0 +1,5 @@ +pos: + verb: + neuter: + - def: 'See, sight.' +base: fugi diff --git a/src/dictionary/fu/fugimo.markdown b/src/dictionary/fu/fugimo.markdown deleted file mode 100644 index b39b292..0000000 --- a/src/dictionary/fu/fugimo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: fugimo ---- - -# Noun - -## fugìmo - -1. Mouth. diff --git a/src/dictionary/fu/fugimo.yaml b/src/dictionary/fu/fugimo.yaml new file mode 100644 index 0000000..b540e27 --- /dev/null +++ b/src/dictionary/fu/fugimo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Mouth. +base: fugimo diff --git a/src/dictionary/fu/fumiga.markdown b/src/dictionary/fu/fumiga.markdown deleted file mode 100644 index 2778d44..0000000 --- a/src/dictionary/fu/fumiga.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: fumiga ---- - -# Noun - -## fumíga - -1. Claw. diff --git a/src/dictionary/fu/fumiga.yaml b/src/dictionary/fu/fumiga.yaml new file mode 100644 index 0000000..be78116 --- /dev/null +++ b/src/dictionary/fu/fumiga.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Claw. +base: fumiga diff --git a/src/dictionary/fu/funami.yaml b/src/dictionary/fu/funami.yaml new file mode 100644 index 0000000..256ff03 --- /dev/null +++ b/src/dictionary/fu/funami.yaml @@ -0,0 +1,8 @@ +base: funami +pos: + noun: + neuter: + - def: Sheep or other wool-producing herd creature. + verb: + feminine: + - def: To shave or remove hair. diff --git a/src/dictionary/ga/gabuchigika.markdown b/src/dictionary/ga/gabuchigika.markdown deleted file mode 100644 index 08d8d5b..0000000 --- a/src/dictionary/ga/gabuchigika.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: gabuchigika ---- - -# Noun - -## gabuchigìka - -1. 1. A large area of land claimed by a clan. -2. 120 [gachigyukōga](../ga/gachigyukōga.markdown). diff --git a/src/dictionary/ga/gabuchigika.yaml b/src/dictionary/ga/gabuchigika.yaml new file mode 100644 index 0000000..c208055 --- /dev/null +++ b/src/dictionary/ga/gabuchigika.yaml @@ -0,0 +1,6 @@ +pos: + noun: + masculine: + - def: 1. A large area of land claimed by a clan. + - def: '120 [gachigyukōga](../ga/gachigyukōga.markdown).' +base: gabuchigika diff --git a/src/dictionary/ga/gachi.markdown b/src/dictionary/ga/gachi.markdown deleted file mode 100644 index 606fc69..0000000 --- a/src/dictionary/ga/gachi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: gachi ---- - -# Verb - -## gàchi - -1. Eat. diff --git a/src/dictionary/ga/gachi.yaml b/src/dictionary/ga/gachi.yaml new file mode 100644 index 0000000..47a6003 --- /dev/null +++ b/src/dictionary/ga/gachi.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: Eat. +base: gachi diff --git a/src/dictionary/ga/gachigyukoga.markdown b/src/dictionary/ga/gachigyukoga.markdown deleted file mode 100644 index 2e228b5..0000000 --- a/src/dictionary/ga/gachigyukoga.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: gachigyukoga ---- - -# Noun - -## gachigyukōga - -1. A "plot" of land one chimōga by one gyukōga. -2. OOW: 1 acre. diff --git a/src/dictionary/ga/gachigyukoga.yaml b/src/dictionary/ga/gachigyukoga.yaml new file mode 100644 index 0000000..ea4405a --- /dev/null +++ b/src/dictionary/ga/gachigyukoga.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: A "plot" of land one chimōga by one gyukōga. + - def: 'OOW: 1 acre.' +base: gachigyukoga diff --git a/src/dictionary/ga/gamekoji.markdown b/src/dictionary/ga/gamekoji.markdown deleted file mode 100644 index fd6e24d..0000000 --- a/src/dictionary/ga/gamekoji.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: gamekoji ---- - -# Noun - -## gamekōji - -1. A miscarriage. diff --git a/src/dictionary/ga/gamekoji.yaml b/src/dictionary/ga/gamekoji.yaml new file mode 100644 index 0000000..eb29336 --- /dev/null +++ b/src/dictionary/ga/gamekoji.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: A miscarriage. +base: gamekoji diff --git a/src/dictionary/ga/gamibita.yaml b/src/dictionary/ga/gamibita.yaml new file mode 100644 index 0000000..4f8f4ce --- /dev/null +++ b/src/dictionary/ga/gamibita.yaml @@ -0,0 +1,22 @@ +base: gamibita +pos: + noun: + masculine: + - def: > + A large explosion that does significant damage. + feminine: + - def: > + A bang or sharp noise. + - def: > + Firecrackers or celebratory explosions. + adj: + - def: > + A magical talent that charges a physical item with explosive force. + reference: + - identifier: 0100-00 + title: Sand and Blood 17 + url: https://fedran.com/sand-and-bone/chapter-17/ + excerpt: > + And then the dépa was there, sprinting in a circle around Chimípu. Her movements accelerated, and a vortex of dust rose up around her, blurring her form. The sling formed a disk as it spun with her. + + She stopped suddenly and released one end of the cloth. The rock shot out and crossed the valley in an instant. It left ripples in the air as raw power rolled off the stone. A crack of air shook Rutejìmo from its passing. The stone shattered at the base of a nest and there was a shower of blood and feathers. diff --git a/src/dictionary/ga/gatiru.yaml b/src/dictionary/ga/gatiru.yaml new file mode 100644 index 0000000..656088b --- /dev/null +++ b/src/dictionary/ga/gatiru.yaml @@ -0,0 +1,9 @@ +base: gatiru +pos: + noun: + neuter: + - def: A wild dog-like creature. + - def: A coyote. + verb: + masculine: + - def: To rummage around scraps for food. diff --git a/src/dictionary/ge/ge.markdown b/src/dictionary/ge/ge.markdown deleted file mode 100644 index 694d5bc..0000000 --- a/src/dictionary/ge/ge.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: ge ---- - -# Adjective - -## ge - -1. My clan. diff --git a/src/dictionary/ge/ge.yaml b/src/dictionary/ge/ge.yaml new file mode 100644 index 0000000..ccaadce --- /dev/null +++ b/src/dictionary/ge/ge.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: My clan. +base: ge diff --git a/src/dictionary/ge/gen.markdown b/src/dictionary/ge/gen.markdown deleted file mode 100644 index 48a75b7..0000000 --- a/src/dictionary/ge/gen.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: gen ---- - -# Noun - -## gèn - -1. My clan, when referencing a clan with a masculine spirit. - - -## gēn - -1. As *gèn* (noun 1), but as a neuter clan spirit. - - -## gén - -1. As *gèn* (noun 1), but as a feminine clan spirit. diff --git a/src/dictionary/ge/gen.yaml b/src/dictionary/ge/gen.yaml new file mode 100644 index 0000000..6e269d6 --- /dev/null +++ b/src/dictionary/ge/gen.yaml @@ -0,0 +1,9 @@ +pos: + noun: + masculine: + - def: 'My clan, when referencing a clan with a masculine spirit.' + neuter: + - def: 'As *gèn* (noun 1), but as a neuter clan spirit.' + feminine: + - def: 'As *gèn* (noun 1), but as a feminine clan spirit.' +base: gen diff --git a/src/dictionary/gi/gichyoku.yaml b/src/dictionary/gi/gichyoku.yaml new file mode 100644 index 0000000..7699bf5 --- /dev/null +++ b/src/dictionary/gi/gichyoku.yaml @@ -0,0 +1,6 @@ +base: gichyoku +pos: + noun: + feminine: + - def: > + A cutting or slicing force or energy. diff --git a/src/dictionary/gi/gidajimo.markdown b/src/dictionary/gi/gidajimo.markdown deleted file mode 100644 index 0d4bea9..0000000 --- a/src/dictionary/gi/gidajimo.markdown +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: gidajimo ---- - -# Noun - -## gidajìmo - -1. A marriage between an adult man and woman where the male is the primary or only caretaker for any children (including step-children). - -## gidajīmo - -1. As *gidajìmo* (noun 1), but where either both members are equal in raising children or the marriage has not produced any children. - -## gidajímo - -1. As *gidajìmo* (noun 1), but where the female is the primary or sole caregiver of any children. - -# Verb - -## gidajìmo - -1. A marriage ceremony performed with a significant amount of ceremony, guests, or planning. - -## gidajímo - -1. A quiet or private marriage ceremony. diff --git a/src/dictionary/gi/gidajimo.yaml b/src/dictionary/gi/gidajimo.yaml new file mode 100644 index 0000000..285a60b --- /dev/null +++ b/src/dictionary/gi/gidajimo.yaml @@ -0,0 +1,22 @@ +pos: + noun: + masculine: + - def: >- + A marriage between an adult man and woman where the male is the + primary or only caretaker for any children (including step-children). + neuter: + - def: >- + As *gidajìmo* (noun 1), but where either both members are equal in + raising children or the marriage has not produced any children. + feminine: + - def: >- + As *gidajìmo* (noun 1), but where the female is the primary or sole + caregiver of any children. + verb: + masculine: + - def: >- + A marriage ceremony performed with a significant amount of ceremony, + guests, or planning. + feminine: + - def: A quiet or private marriage ceremony. +base: gidajimo diff --git a/src/dictionary/gi/gimetsui.markdown b/src/dictionary/gi/gimetsui.markdown deleted file mode 100644 index bc07559..0000000 --- a/src/dictionary/gi/gimetsui.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: gimetsui ---- - -# Verb - -## gimetsùi - -1. To give birth to a living child. - -## gimetsūi - -1. To lay eggs or other non-live birth. diff --git a/src/dictionary/gi/gimetsui.yaml b/src/dictionary/gi/gimetsui.yaml new file mode 100644 index 0000000..a4919cb --- /dev/null +++ b/src/dictionary/gi/gimetsui.yaml @@ -0,0 +1,7 @@ +pos: + verb: + masculine: + - def: To give birth to a living child. + neuter: + - def: To lay eggs or other non-live birth. +base: gimetsui diff --git a/src/dictionary/gi/gitamafu.yaml b/src/dictionary/gi/gitamafu.yaml new file mode 100644 index 0000000..1e5586c --- /dev/null +++ b/src/dictionary/gi/gitamafu.yaml @@ -0,0 +1,13 @@ +base: gitamafu +pos: + noun: + feminine: + - def: > + Shared senses among two or more people. + verb: + masculine: + - def: > + To project senses or perceptions into someone else. + feminine: + - def: > + To recieve senses from an external source. diff --git a/src/dictionary/gi/gitopoga.markdown b/src/dictionary/gi/gitopoga.markdown deleted file mode 100644 index b8e1960..0000000 --- a/src/dictionary/gi/gitopoga.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: gitopoga ---- - -# Verb - -## gitopòga - -1. To have unenthusiastic sex solely for purposes of reproduction. diff --git a/src/dictionary/gi/gitopoga.yaml b/src/dictionary/gi/gitopoga.yaml new file mode 100644 index 0000000..1830e0d --- /dev/null +++ b/src/dictionary/gi/gitopoga.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: To have unenthusiastic sex solely for purposes of reproduction. +base: gitopoga diff --git a/src/dictionary/go/gokote.markdown b/src/dictionary/go/gokote.markdown deleted file mode 100644 index 0644186..0000000 --- a/src/dictionary/go/gokote.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: gokote ---- - -# Noun - -## gokōte - -1. A solar week consisting of eight rōte. diff --git a/src/dictionary/go/gokote.yaml b/src/dictionary/go/gokote.yaml new file mode 100644 index 0000000..0a7b80e --- /dev/null +++ b/src/dictionary/go/gokote.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: A solar week consisting of eight rōte. +base: gokote diff --git a/src/dictionary/go/gomata.markdown b/src/dictionary/go/gomata.markdown deleted file mode 100644 index 68617a5..0000000 --- a/src/dictionary/go/gomata.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: gomata ---- - -# Noun - -## gomāta - -1. 1/128 of a māsa. -2. OOW: a "minute". - diff --git a/src/dictionary/go/gomata.yaml b/src/dictionary/go/gomata.yaml new file mode 100644 index 0000000..976326e --- /dev/null +++ b/src/dictionary/go/gomata.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: 1/128 of a māsa. + - def: 'OOW: a "minute".' +base: gomata diff --git a/src/dictionary/gu/gupa.markdown b/src/dictionary/gu/gupa.markdown deleted file mode 100644 index 562fcb0..0000000 --- a/src/dictionary/gu/gupa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: gupa ---- - -# Verb - -## gùpa - -1. Gulp, drink. diff --git a/src/dictionary/gu/gupa.yaml b/src/dictionary/gu/gupa.yaml new file mode 100644 index 0000000..491a461 --- /dev/null +++ b/src/dictionary/gu/gupa.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: 'Gulp, drink.' +base: gupa diff --git a/src/dictionary/gu/gupiji.yaml b/src/dictionary/gu/gupiji.yaml new file mode 100644 index 0000000..054de37 --- /dev/null +++ b/src/dictionary/gu/gupiji.yaml @@ -0,0 +1,5 @@ +base: gupiji +pos: + noun: + neuter: + - def: Valley diff --git a/src/dictionary/gyu/gyukoga.markdown b/src/dictionary/gyu/gyukoga.markdown deleted file mode 100644 index 13c9fa5..0000000 --- a/src/dictionary/gyu/gyukoga.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: gyukoga ---- - -# Noun - -## gyukōga - -1. 1. 80 chimōga. -2. 1/9th the distance an average person can walk in a māsa. -3. OOW: 1 mile. diff --git a/src/dictionary/gyu/gyukoga.yaml b/src/dictionary/gyu/gyukoga.yaml new file mode 100644 index 0000000..57bbfb7 --- /dev/null +++ b/src/dictionary/gyu/gyukoga.yaml @@ -0,0 +1,7 @@ +pos: + noun: + neuter: + - def: 1. 80 chimōga. + - def: 1/9th the distance an average person can walk in a māsa. + - def: 'OOW: 1 mile.' +base: gyukoga diff --git a/src/dictionary/ha/hachifobu.yaml b/src/dictionary/ha/hachifobu.yaml new file mode 100644 index 0000000..128eb3c --- /dev/null +++ b/src/dictionary/ha/hachifobu.yaml @@ -0,0 +1,7 @@ +base: hachifobu +pos: + noun: + neuter: + - def: > + The trial when a teenager about to manifest power and various spirits + present themselves to see if there is a natural fit. diff --git a/src/dictionary/ha/hachifu.markdown b/src/dictionary/ha/hachifu.markdown deleted file mode 100644 index 2b5b49a..0000000 --- a/src/dictionary/ha/hachifu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: hachifu ---- - -# Noun - -## hachīfu - -1. Path, road, trail. diff --git a/src/dictionary/ha/hachifu.yaml b/src/dictionary/ha/hachifu.yaml new file mode 100644 index 0000000..0bb128d --- /dev/null +++ b/src/dictionary/ha/hachifu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: 'Path, road, trail.' +base: hachifu diff --git a/src/dictionary/ha/hamani.yaml b/src/dictionary/ha/hamani.yaml new file mode 100644 index 0000000..f23c634 --- /dev/null +++ b/src/dictionary/ha/hamani.yaml @@ -0,0 +1,9 @@ +base: hamani +pos: + noun: + neuter: + - def: A mountain lion. + - def: A large cat. + verb: + masculine: + - def: To seek out a romantic or sexual partner during nocturnal events. diff --git a/src/dictionary/ha/hanako.yaml b/src/dictionary/ha/hanako.yaml new file mode 100644 index 0000000..e2ec32a --- /dev/null +++ b/src/dictionary/ha/hanako.yaml @@ -0,0 +1,10 @@ +base: hanako +pos: + noun: + masculine: + - def: A bighorn sheep. + feminine: + - def: A large horn of a creature. + verb: + masculine: + - def: To butt or interject into a conversation. diff --git a/src/dictionary/ha/hayoka.markdown b/src/dictionary/ha/hayoka.markdown deleted file mode 100644 index 54ed61a..0000000 --- a/src/dictionary/ha/hayoka.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: hayoka ---- - -# Adjective - -## hayòka - -1. Good, favorable. diff --git a/src/dictionary/ha/hayoka.yaml b/src/dictionary/ha/hayoka.yaml new file mode 100644 index 0000000..9faf1e2 --- /dev/null +++ b/src/dictionary/ha/hayoka.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'Good, favorable.' +base: hayoka diff --git a/src/dictionary/he/heru.markdown b/src/dictionary/he/heru.markdown deleted file mode 100644 index f5dc8fc..0000000 --- a/src/dictionary/he/heru.markdown +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: heru ---- - -# Noun - -## hèru - -1. A stallion or male horse. - -## hēru - -1. A foal or young horse. - -## héru - -1. A mare or female horse. diff --git a/src/dictionary/he/heru.yaml b/src/dictionary/he/heru.yaml new file mode 100644 index 0000000..3dcfa27 --- /dev/null +++ b/src/dictionary/he/heru.yaml @@ -0,0 +1,9 @@ +pos: + noun: + masculine: + - def: A stallion or male horse. + neuter: + - def: A foal or young horse. + feminine: + - def: A mare or female horse. +base: heru diff --git a/src/dictionary/he/herudaki.markdown b/src/dictionary/he/herudaki.markdown deleted file mode 100644 index 8eb296c..0000000 --- a/src/dictionary/he/herudaki.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: herudaki ---- - -# Noun - -## herudāki - -1. The weight of a horse. -2. 30 [madèku](../ma/madèku.markdown). -3. OOW: 489.6 kg. diff --git a/src/dictionary/he/herudaki.yaml b/src/dictionary/he/herudaki.yaml new file mode 100644 index 0000000..64d718a --- /dev/null +++ b/src/dictionary/he/herudaki.yaml @@ -0,0 +1,7 @@ +pos: + noun: + neuter: + - def: The weight of a horse. + - def: '30 [madèku](../ma/madèku.markdown).' + - def: 'OOW: 489.6 kg.' +base: herudaki diff --git a/src/dictionary/hi/hichifuma.markdown b/src/dictionary/hi/hichifuma.markdown deleted file mode 100644 index 53f25f0..0000000 --- a/src/dictionary/hi/hichifuma.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: hichifuma ---- - -# Verb - -## hichifūma - -1. The effort to keep the nature of spirits and the rite of passage secret from children to facilitate the connection to a clan spirit. diff --git a/src/dictionary/hi/hichifuma.yaml b/src/dictionary/hi/hichifuma.yaml new file mode 100644 index 0000000..fd310c2 --- /dev/null +++ b/src/dictionary/hi/hichifuma.yaml @@ -0,0 +1,7 @@ +pos: + verb: + neuter: + - def: >- + The effort to keep the nature of spirits and the rite of passage + secret from children to facilitate the connection to a clan spirit. +base: hichifuma diff --git a/src/dictionary/hi/hikomini.markdown b/src/dictionary/hi/hikomini.markdown deleted file mode 100644 index 42394ad..0000000 --- a/src/dictionary/hi/hikomini.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: hikomini ---- - -# Noun - -## hikomìni - -1. One of the three greater spirits of the desert: Tachìra, Chobìre, or Mifúno. - -## hikomíni - -1. A lesser clan spirit, one that gains power from one of the *hikomìni* (noun 1). diff --git a/src/dictionary/hi/hikomini.yaml b/src/dictionary/hi/hikomini.yaml new file mode 100644 index 0000000..cf7237c --- /dev/null +++ b/src/dictionary/hi/hikomini.yaml @@ -0,0 +1,11 @@ +pos: + noun: + masculine: + - def: >- + One of the three greater spirits of the desert: Tachìra, Chobìre, or + Mifúno. + feminine: + - def: >- + A lesser clan spirit, one that gains power from one of the *hikomìni* + (noun 1). +base: hikomini diff --git a/src/dictionary/hi/hinoto.markdown b/src/dictionary/hi/hinoto.markdown deleted file mode 100644 index b8150d9..0000000 --- a/src/dictionary/hi/hinoto.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: hinoto ---- - -# Noun - -## hinóto - -1. Tail. diff --git a/src/dictionary/hi/hinoto.yaml b/src/dictionary/hi/hinoto.yaml new file mode 100644 index 0000000..be1a71c --- /dev/null +++ b/src/dictionary/hi/hinoto.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Tail. +base: hinoto diff --git a/src/dictionary/hi/hiropadu.yaml b/src/dictionary/hi/hiropadu.yaml new file mode 100644 index 0000000..c48b555 --- /dev/null +++ b/src/dictionary/hi/hiropadu.yaml @@ -0,0 +1,8 @@ +base: hiropadu +pos: + noun: + neuter: + - def: Marks left behind by hooved creatures. + verb: + masculine: + - def: To kick something with great force. diff --git a/src/dictionary/ho/hofuma.yaml b/src/dictionary/ho/hofuma.yaml new file mode 100644 index 0000000..e5b8b9e --- /dev/null +++ b/src/dictionary/ho/hofuma.yaml @@ -0,0 +1,6 @@ +base: hofuma +pos: + noun: + masculine: + - def: A hawk or raptor. + - def: A large hunting bird. diff --git a/src/dictionary/ho/hogano.yaml b/src/dictionary/ho/hogano.yaml new file mode 100644 index 0000000..2c71df7 --- /dev/null +++ b/src/dictionary/ho/hogano.yaml @@ -0,0 +1,19 @@ +base: hogano +pos: + noun: + masculine: + - def: > + A group of anything running around making a great deal of noise + and distration. + example: + - miw: oe ge nágo i fapòdi a hogáno + en: The girls of our clan run like a herd of horses. + adj: + - def: > + Magical powers that manifest through the combined presence of + related creatures as opposed to individual members. Common talents + include telepathy, mental control, and projected senses through + the members of the species. + example: + - miw: oa zeshitómi e hogano waryōni + en: Legendary are the herd powers of Waryōni. diff --git a/src/dictionary/ho/horanakifu.markdown b/src/dictionary/ho/horanakifu.markdown deleted file mode 100644 index a5cc248..0000000 --- a/src/dictionary/ho/horanakifu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: horanakifu ---- - -# Verb - -## horanakífu - -1. To see solace away from others. -2. To sequester oneself for contemplation. diff --git a/src/dictionary/ho/horanakifu.yaml b/src/dictionary/ho/horanakifu.yaml new file mode 100644 index 0000000..6548d59 --- /dev/null +++ b/src/dictionary/ho/horanakifu.yaml @@ -0,0 +1,6 @@ +pos: + verb: + feminine: + - def: To see solace away from others. + - def: To sequester oneself for contemplation. +base: horanakifu diff --git a/src/dictionary/hu/hupodi.markdown b/src/dictionary/hu/hupodi.markdown deleted file mode 100644 index c2496f5..0000000 --- a/src/dictionary/hu/hupodi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: hupodi ---- - -# Verb - -## hupódi - -1. Come, approach. diff --git a/src/dictionary/hu/hupodi.yaml b/src/dictionary/hu/hupodi.yaml new file mode 100644 index 0000000..2bfcd03 --- /dev/null +++ b/src/dictionary/hu/hupodi.yaml @@ -0,0 +1,5 @@ +pos: + verb: + feminine: + - def: 'Come, approach.' +base: hupodi diff --git a/src/dictionary/hyo/hyobechimo.markdown b/src/dictionary/hyo/hyobechimo.markdown deleted file mode 100644 index acd3365..0000000 --- a/src/dictionary/hyo/hyobechimo.markdown +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: hyobechimo ---- - -# Noun - -## hyobechímo - -1. The ritual of performing *hyobechìmo* (verb 1). -2. The rite of passage for young adults. - -# Verb - -## hyobechìmo - -1. The process of putting a young adult in mortal danger to reveal their clan and powers. -2. To put someone in mortal danger to reveal their true nature. -3. To stress test something. diff --git a/src/dictionary/hyo/hyobechimo.yaml b/src/dictionary/hyo/hyobechimo.yaml new file mode 100644 index 0000000..9d2715c --- /dev/null +++ b/src/dictionary/hyo/hyobechimo.yaml @@ -0,0 +1,13 @@ +pos: + noun: + feminine: + - def: The ritual of performing *hyobechìmo* (verb 1). + - def: The rite of passage for young adults. + verb: + masculine: + - def: >- + The process of putting a young adult in mortal danger to reveal their + clan and powers. + - def: To put someone in mortal danger to reveal their true nature. + - def: To stress test something. +base: hyobechimo diff --git a/src/dictionary/hyu/hyukadi.markdown b/src/dictionary/hyu/hyukadi.markdown deleted file mode 100644 index c49a8cf..0000000 --- a/src/dictionary/hyu/hyukadi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: hyukadi ---- - -# Verb - -## hyukádi - -1. To volunteer or give assistance. diff --git a/src/dictionary/hyu/hyukadi.yaml b/src/dictionary/hyu/hyukadi.yaml new file mode 100644 index 0000000..6af5eb6 --- /dev/null +++ b/src/dictionary/hyu/hyukadi.yaml @@ -0,0 +1,5 @@ +pos: + verb: + feminine: + - def: To volunteer or give assistance. +base: hyukadi diff --git a/src/dictionary/i/ikugafu.yaml b/src/dictionary/i/ikugafu.yaml new file mode 100644 index 0000000..89d408d --- /dev/null +++ b/src/dictionary/i/ikugafu.yaml @@ -0,0 +1,8 @@ +base: ikugafu +pos: + noun: + neuter: + - def: A cockroach. + adj: + - def: To be unkillable. + - def: To be impossible to get rid of. diff --git a/src/dictionary/i/iryoga.yaml b/src/dictionary/i/iryoga.yaml new file mode 100644 index 0000000..36d5a93 --- /dev/null +++ b/src/dictionary/i/iryoga.yaml @@ -0,0 +1,12 @@ +base: iryoga +pos: + noun: + neuter: + - def: > + The moment of despair or longing when someone's associated celestial + body goes below the horizon and they lose their magical powers. + verb: + masculine: + - def: > + The dread that rises when one's celestial body is about to go below + the horizon. diff --git a/src/dictionary/i/itochyoku.yaml b/src/dictionary/i/itochyoku.yaml new file mode 100644 index 0000000..effa0b5 --- /dev/null +++ b/src/dictionary/i/itochyoku.yaml @@ -0,0 +1,14 @@ +base: itochyoku +pos: + verb: + feminine: + - def: > + The teleport or move without crossing the intervening distance. + reference: + - identifier: 0100-02 + title: Sand and Bone 22 + url: https://fedran.com/sand-and-bone/chapter-22/ + excerpt: > + “There is no thanks,” she said in her wavering voice, “because this is the way it is. Go on, I will help you break fast.” She turned, and then she was gone. He didn’t see how she moved, only that one moment she was standing in front of him and the other she was a rod away, kneeling at an old fire pit. + - def: > + The move through shadows or mirrors. diff --git a/src/dictionary/ji/jimo.markdown b/src/dictionary/ji/jimo.markdown deleted file mode 100644 index f895691..0000000 --- a/src/dictionary/ji/jimo.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: jimo ---- - -# Noun - -## jīmo - -1. Cloth, fabric, or textile. - -# Verb - -## jímo - -1. To wrap or bind in cloth or fabrics. diff --git a/src/dictionary/ji/jimo.yaml b/src/dictionary/ji/jimo.yaml new file mode 100644 index 0000000..293ac09 --- /dev/null +++ b/src/dictionary/ji/jimo.yaml @@ -0,0 +1,8 @@ +pos: + noun: + neuter: + - def: 'Cloth, fabric, or textile.' + verb: + feminine: + - def: To wrap or bind in cloth or fabrics. +base: jimo diff --git a/src/dictionary/jo/jokidofu.markdown b/src/dictionary/jo/jokidofu.markdown deleted file mode 100644 index 6d3d65e..0000000 --- a/src/dictionary/jo/jokidofu.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: jokidofu ---- - -# Noun - -## jokidōfu - -1. Magical resonance. -2. The field that surrounds mages and artifacts. - -# Verb - -## jokidòfu - -1. To create pain in someone else using magical resonance. - -## jokidófu - -1. To create discomfort in someone else using magical resonance. diff --git a/src/dictionary/jo/jokidofu.yaml b/src/dictionary/jo/jokidofu.yaml new file mode 100644 index 0000000..297a5e7 --- /dev/null +++ b/src/dictionary/jo/jokidofu.yaml @@ -0,0 +1,11 @@ +pos: + noun: + neuter: + - def: Magical resonance. + - def: The field that surrounds mages and artifacts. + verb: + masculine: + - def: To create pain in someone else using magical resonance. + feminine: + - def: To create discomfort in someone else using magical resonance. +base: jokidofu diff --git a/src/dictionary/jo/jokotatsu.markdown b/src/dictionary/jo/jokotatsu.markdown deleted file mode 100644 index c06f3ee..0000000 --- a/src/dictionary/jo/jokotatsu.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: jokofatsu ---- - -# Noun - -## jokofātsu - -1. A script that has vowels to the right of the consonants. -2. The script of the Western part of the Mifúno desert. - -# Verb - -## jokofátsu - -1. To write in a *jokofātsu* script. diff --git a/src/dictionary/jo/jokotatsu.yaml b/src/dictionary/jo/jokotatsu.yaml new file mode 100644 index 0000000..1ea684d --- /dev/null +++ b/src/dictionary/jo/jokotatsu.yaml @@ -0,0 +1,9 @@ +pos: + noun: + neuter: + - def: A script that has vowels to the right of the consonants. + - def: The script of the Western part of the Mifúno desert. + verb: + feminine: + - def: To write in a *jokofātsu* script. +base: jokofatsu diff --git a/src/dictionary/jyo/jyomyo.markdown b/src/dictionary/jyo/jyomyo.markdown deleted file mode 100644 index 4ffef5e..0000000 --- a/src/dictionary/jyo/jyomyo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: jyomyo ---- - -# Pronoun - -## jyōmyo - -1. Many. diff --git a/src/dictionary/jyo/jyomyo.yaml b/src/dictionary/jyo/jyomyo.yaml new file mode 100644 index 0000000..157c374 --- /dev/null +++ b/src/dictionary/jyo/jyomyo.yaml @@ -0,0 +1,4 @@ +pos: + pro: + - def: Many. +base: jyomyo diff --git a/src/dictionary/jyo/jyon.markdown b/src/dictionary/jyo/jyon.markdown deleted file mode 100644 index 45440f2..0000000 --- a/src/dictionary/jyo/jyon.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: jyon ---- - -# Adjective - -## jyōn - -1. Yellow. diff --git a/src/dictionary/jyo/jyon.yaml b/src/dictionary/jyo/jyon.yaml new file mode 100644 index 0000000..09d137b --- /dev/null +++ b/src/dictionary/jyo/jyon.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: Yellow. +base: jyon diff --git a/src/dictionary/jyo/jyopa.markdown b/src/dictionary/jyo/jyopa.markdown deleted file mode 100644 index 3005b2b..0000000 --- a/src/dictionary/jyo/jyopa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: jyopa ---- - -# Numeral - -## jyōpa - -1. One. diff --git a/src/dictionary/jyo/jyopa.yaml b/src/dictionary/jyo/jyopa.yaml new file mode 100644 index 0000000..61f8328 --- /dev/null +++ b/src/dictionary/jyo/jyopa.yaml @@ -0,0 +1,4 @@ +pos: + num: + - def: One. +base: jyopa diff --git a/src/dictionary/jyo/jyore.markdown b/src/dictionary/jyo/jyore.markdown deleted file mode 100644 index 642dedf..0000000 --- a/src/dictionary/jyo/jyore.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: jyore ---- - -# Numeral - -## jyōre - -1. Two. diff --git a/src/dictionary/jyo/jyore.yaml b/src/dictionary/jyo/jyore.yaml new file mode 100644 index 0000000..d903db2 --- /dev/null +++ b/src/dictionary/jyo/jyore.yaml @@ -0,0 +1,4 @@ +pos: + num: + - def: Two. +base: jyore diff --git a/src/dictionary/jyo/jyoshya.markdown b/src/dictionary/jyo/jyoshya.markdown deleted file mode 100644 index e736e1b..0000000 --- a/src/dictionary/jyo/jyoshya.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: jyoshya ---- - -# Adverb - -## jyōshya - -1. All. diff --git a/src/dictionary/jyo/jyoshya.yaml b/src/dictionary/jyo/jyoshya.yaml new file mode 100644 index 0000000..6b94a7d --- /dev/null +++ b/src/dictionary/jyo/jyoshya.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: All. +base: jyoshya diff --git a/src/dictionary/ka/kadu.markdown b/src/dictionary/ka/kadu.markdown deleted file mode 100644 index 2dac408..0000000 --- a/src/dictionary/ka/kadu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kadu ---- - -# Noun - -## kádu - -1. Hand. diff --git a/src/dictionary/ka/kadu.yaml b/src/dictionary/ka/kadu.yaml new file mode 100644 index 0000000..15b11a6 --- /dev/null +++ b/src/dictionary/ka/kadu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Hand. +base: kadu diff --git a/src/dictionary/ka/kafu.markdown b/src/dictionary/ka/kafu.markdown deleted file mode 100644 index 9977317..0000000 --- a/src/dictionary/ka/kafu.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: kafu ---- - -# Verb - -## kàfu - -1. Passion. - -## káfu - -1. Love, affection. diff --git a/src/dictionary/ka/kafu.yaml b/src/dictionary/ka/kafu.yaml new file mode 100644 index 0000000..8bde525 --- /dev/null +++ b/src/dictionary/ka/kafu.yaml @@ -0,0 +1,7 @@ +pos: + verb: + masculine: + - def: Passion. + feminine: + - def: 'Love, affection.' +base: kafu diff --git a/src/dictionary/ka/kafuchi.yaml b/src/dictionary/ka/kafuchi.yaml new file mode 100644 index 0000000..167b046 --- /dev/null +++ b/src/dictionary/ka/kafuchi.yaml @@ -0,0 +1,11 @@ +base: kafuchi +pos: + noun: + feminine: + - def: > + A shared memory or magic between close friends or clan members. + adj: + - def: > + A spiritual energy that is shared and pools. + - def: > + A manifestion of magic where multiple clan members see the same spirit. diff --git a/src/dictionary/ke/keka.markdown b/src/dictionary/ke/keka.markdown deleted file mode 100644 index 1e0c640..0000000 --- a/src/dictionary/ke/keka.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: keka ---- - -# Noun - -## kéka - -1. The amount of displacement of an adult woman's fist. -2. OOW: A volume of liquid equal to 305 mL. diff --git a/src/dictionary/ke/keka.yaml b/src/dictionary/ke/keka.yaml new file mode 100644 index 0000000..5a95379 --- /dev/null +++ b/src/dictionary/ke/keka.yaml @@ -0,0 +1,6 @@ +pos: + noun: + feminine: + - def: The amount of displacement of an adult woman's fist. + - def: 'OOW: A volume of liquid equal to 305 mL.' +base: keka diff --git a/src/dictionary/ke/keri.markdown b/src/dictionary/ke/keri.markdown deleted file mode 100644 index 8a19b1d..0000000 --- a/src/dictionary/ke/keri.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: keri ---- - -# Verb - -## kèri - -1. Stand. diff --git a/src/dictionary/ke/keri.yaml b/src/dictionary/ke/keri.yaml new file mode 100644 index 0000000..bf670f1 --- /dev/null +++ b/src/dictionary/ke/keri.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: Stand. +base: keri diff --git a/src/dictionary/ki/kifi.markdown b/src/dictionary/ki/kifi.markdown deleted file mode 100644 index c26ca0e..0000000 --- a/src/dictionary/ki/kifi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kifi ---- - -# Verb - -## kífi - -1. Give, hand over. diff --git a/src/dictionary/ki/kifi.yaml b/src/dictionary/ki/kifi.yaml new file mode 100644 index 0000000..75d17f3 --- /dev/null +++ b/src/dictionary/ki/kifi.yaml @@ -0,0 +1,5 @@ +pos: + verb: + feminine: + - def: 'Give, hand over.' +base: kifi diff --git a/src/dictionary/ki/kifomakoji.markdown b/src/dictionary/ki/kifomakoji.markdown deleted file mode 100644 index 2997bf4..0000000 --- a/src/dictionary/ki/kifomakoji.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kifomakoji ---- - -# Verb - -## kifomakóji - -1. To lose a loved one to death. diff --git a/src/dictionary/ki/kifomakoji.yaml b/src/dictionary/ki/kifomakoji.yaml new file mode 100644 index 0000000..4b4c69c --- /dev/null +++ b/src/dictionary/ki/kifomakoji.yaml @@ -0,0 +1,5 @@ +pos: + verb: + feminine: + - def: To lose a loved one to death. +base: kifomakoji diff --git a/src/dictionary/ki/kiko.markdown b/src/dictionary/ki/kiko.markdown deleted file mode 100644 index 19bf110..0000000 --- a/src/dictionary/ki/kiko.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kiko ---- - -# Noun - -## kìko - -1. Fire, burn. diff --git a/src/dictionary/ki/kiko.yaml b/src/dictionary/ki/kiko.yaml new file mode 100644 index 0000000..23d0cb4 --- /dev/null +++ b/src/dictionary/ki/kiko.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: 'Fire, burn.' +base: kiko diff --git a/src/dictionary/ki/kikochyo.markdown b/src/dictionary/ki/kikochyo.markdown deleted file mode 100644 index 08f3fdf..0000000 --- a/src/dictionary/ki/kikochyo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kikochyo ---- - -# Noun - -## kikōchyo - -1. Ashes of a fire. diff --git a/src/dictionary/ki/kikochyo.yaml b/src/dictionary/ki/kikochyo.yaml new file mode 100644 index 0000000..a0d183c --- /dev/null +++ b/src/dictionary/ki/kikochyo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Ashes of a fire. +base: kikochyo diff --git a/src/dictionary/ki/kikofuna.markdown b/src/dictionary/ki/kikofuna.markdown deleted file mode 100644 index 2971d9c..0000000 --- a/src/dictionary/ki/kikofuna.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: kikofuna ---- - -# Noun - -## kikofūna - -1. The minimum area of ash produced from a funeral fire to be considered holy. -2. OOW: 80 m^2. diff --git a/src/dictionary/ki/kikofuna.yaml b/src/dictionary/ki/kikofuna.yaml new file mode 100644 index 0000000..9d7b500 --- /dev/null +++ b/src/dictionary/ki/kikofuna.yaml @@ -0,0 +1,8 @@ +pos: + noun: + neuter: + - def: >- + The minimum area of ash produced from a funeral fire to be considered + holy. + - def: 'OOW: 80 m^2.' +base: kikofuna diff --git a/src/dictionary/ki/kimu.markdown b/src/dictionary/ki/kimu.markdown deleted file mode 100644 index b4dadbe..0000000 --- a/src/dictionary/ki/kimu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kimu ---- - -# Verb - -## kímu - -1. Sit. diff --git a/src/dictionary/ki/kimu.yaml b/src/dictionary/ki/kimu.yaml new file mode 100644 index 0000000..329f544 --- /dev/null +++ b/src/dictionary/ki/kimu.yaml @@ -0,0 +1,5 @@ +pos: + verb: + feminine: + - def: Sit. +base: kimu diff --git a/src/dictionary/ki/kireki.markdown b/src/dictionary/ki/kireki.markdown deleted file mode 100644 index 45bd0c0..0000000 --- a/src/dictionary/ki/kireki.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kireki ---- - -# Noun - -## kirèki - -1. Tree. diff --git a/src/dictionary/ki/kireki.yaml b/src/dictionary/ki/kireki.yaml new file mode 100644 index 0000000..fcc84e9 --- /dev/null +++ b/src/dictionary/ki/kireki.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Tree. +base: kireki diff --git a/src/dictionary/ki/kishi.markdown b/src/dictionary/ki/kishi.markdown deleted file mode 100644 index 58bc88b..0000000 --- a/src/dictionary/ki/kishi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kishi ---- - -# Noun - -## kìshi - -1. Male, masculine. diff --git a/src/dictionary/ki/kishi.yaml b/src/dictionary/ki/kishi.yaml new file mode 100644 index 0000000..0f646e7 --- /dev/null +++ b/src/dictionary/ki/kishi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: 'Male, masculine.' +base: kishi diff --git a/src/dictionary/ko/kochozo.markdown b/src/dictionary/ko/kochozo.markdown deleted file mode 100644 index 1e35f77..0000000 --- a/src/dictionary/ko/kochozo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kochozo ---- - -# Verb - -## kochōzo - -1. Sleep. diff --git a/src/dictionary/ko/kochozo.yaml b/src/dictionary/ko/kochozo.yaml new file mode 100644 index 0000000..7d798b9 --- /dev/null +++ b/src/dictionary/ko/kochozo.yaml @@ -0,0 +1,5 @@ +pos: + verb: + neuter: + - def: Sleep. +base: kochozo diff --git a/src/dictionary/ko/kodi.markdown b/src/dictionary/ko/kodi.markdown deleted file mode 100644 index 364851d..0000000 --- a/src/dictionary/ko/kodi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kodi ---- - -# Verb - -## kōdi - -1. Lie down. diff --git a/src/dictionary/ko/kodi.yaml b/src/dictionary/ko/kodi.yaml new file mode 100644 index 0000000..fc953ef --- /dev/null +++ b/src/dictionary/ko/kodi.yaml @@ -0,0 +1,5 @@ +pos: + verb: + neuter: + - def: Lie down. +base: kodi diff --git a/src/dictionary/ko/kodo.markdown b/src/dictionary/ko/kodo.markdown deleted file mode 100644 index 93e1841..0000000 --- a/src/dictionary/ko/kodo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kodo ---- - -# Noun - -## kódo - -1. Stone. diff --git a/src/dictionary/ko/kodo.yaml b/src/dictionary/ko/kodo.yaml new file mode 100644 index 0000000..a51998b --- /dev/null +++ b/src/dictionary/ko/kodo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Stone. +base: kodo diff --git a/src/dictionary/ko/kodoshyo.markdown b/src/dictionary/ko/kodoshyo.markdown deleted file mode 100644 index 1d6637d..0000000 --- a/src/dictionary/ko/kodoshyo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kodoshyo ---- - -# Noun - -## kodòshyo - -1. Mountain. diff --git a/src/dictionary/ko/kodoshyo.yaml b/src/dictionary/ko/kodoshyo.yaml new file mode 100644 index 0000000..0708248 --- /dev/null +++ b/src/dictionary/ko/kodoshyo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Mountain. +base: kodoshyo diff --git a/src/dictionary/ko/koji.markdown b/src/dictionary/ko/koji.markdown deleted file mode 100644 index f70b7ea..0000000 --- a/src/dictionary/ko/koji.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: koji ---- - -# Verb - -## kōji - -1. Die, death, kill. diff --git a/src/dictionary/ko/koji.yaml b/src/dictionary/ko/koji.yaml new file mode 100644 index 0000000..8417b15 --- /dev/null +++ b/src/dictionary/ko/koji.yaml @@ -0,0 +1,5 @@ +pos: + verb: + neuter: + - def: 'Die, death, kill.' +base: koji diff --git a/src/dictionary/ko/kojifu.markdown b/src/dictionary/ko/kojifu.markdown deleted file mode 100644 index 393144f..0000000 --- a/src/dictionary/ko/kojifu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kojifu ---- - -# Verb - -## kojīfu - -1. Die. diff --git a/src/dictionary/ko/kojifu.yaml b/src/dictionary/ko/kojifu.yaml new file mode 100644 index 0000000..451b528 --- /dev/null +++ b/src/dictionary/ko/kojifu.yaml @@ -0,0 +1,5 @@ +pos: + verb: + neuter: + - def: Die. +base: kojifu diff --git a/src/dictionary/ko/kokeku.markdown b/src/dictionary/ko/kokeku.markdown deleted file mode 100644 index c0b7f72..0000000 --- a/src/dictionary/ko/kokeku.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: kokeku ---- - -# Noun - -## kokèku - -1. The amount of water an average person needs for a single day in the desert. -2. A volume of liquid equal to 13 [kéka](../ke/keka.markdown). -3. OOW: A volume of liquid equal to 4 L. diff --git a/src/dictionary/ko/kokeku.yaml b/src/dictionary/ko/kokeku.yaml new file mode 100644 index 0000000..3355fbb --- /dev/null +++ b/src/dictionary/ko/kokeku.yaml @@ -0,0 +1,9 @@ +pos: + noun: + masculine: + - def: >- + The amount of water an average person needs for a single day in the + desert. + - def: 'A volume of liquid equal to 13 [kéka](../ke/keka.markdown).' + - def: 'OOW: A volume of liquid equal to 4 L.' +base: kokeku diff --git a/src/dictionary/ko/komiyaza.markdown b/src/dictionary/ko/komiyaza.markdown deleted file mode 100644 index 3bf98e4..0000000 --- a/src/dictionary/ko/komiyaza.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: komiyaza ---- - -# Noun - -## komiyāza - -1. The temperature where water boils. -2. OOW: 100 C. diff --git a/src/dictionary/ko/komiyaza.yaml b/src/dictionary/ko/komiyaza.yaml new file mode 100644 index 0000000..28696fd --- /dev/null +++ b/src/dictionary/ko/komiyaza.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: The temperature where water boils. + - def: 'OOW: 100 C.' +base: komiyaza diff --git a/src/dictionary/ko/koroma.markdown b/src/dictionary/ko/koroma.markdown deleted file mode 100644 index 03ff072..0000000 --- a/src/dictionary/ko/koroma.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: koroma ---- - -# Adjective - -## korōma - -1. Cursed. diff --git a/src/dictionary/ko/koroma.yaml b/src/dictionary/ko/koroma.yaml new file mode 100644 index 0000000..f5261d2 --- /dev/null +++ b/src/dictionary/ko/koroma.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: Cursed. +base: koroma diff --git a/src/dictionary/ku/kufo.yaml b/src/dictionary/ku/kufo.yaml new file mode 100644 index 0000000..a75f010 --- /dev/null +++ b/src/dictionary/ku/kufo.yaml @@ -0,0 +1,10 @@ +base: kufo +pos: + noun: + neuter: + - def: A mouse or rat. + verb: + masculine: + - def: To make oneself at home when unwelcomed. + feminine: + - def: A worm into a tight space. diff --git a/src/dictionary/ku/kuga.markdown b/src/dictionary/ku/kuga.markdown deleted file mode 100644 index 8545fb8..0000000 --- a/src/dictionary/ku/kuga.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kuga ---- - -# Verb - -## kūga - -1. Hear. diff --git a/src/dictionary/ku/kuga.yaml b/src/dictionary/ku/kuga.yaml new file mode 100644 index 0000000..caf8f1b --- /dev/null +++ b/src/dictionary/ku/kuga.yaml @@ -0,0 +1,5 @@ +pos: + verb: + neuter: + - def: Hear. +base: kuga diff --git a/src/dictionary/kyo/kyoda.markdown b/src/dictionary/kyo/kyoda.markdown deleted file mode 100644 index 8e81cb1..0000000 --- a/src/dictionary/kyo/kyoda.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: kyoda ---- - -# Verb - -## kyòda - -1. To charge a creature, such as into battle. -2. To sprint or race a creature while riding it. - -## kyōda - -1. To ride poorly or without skill. -2. To learn how to ride a creature. - -## kyóda - -1. To ride a creature over distances. diff --git a/src/dictionary/kyo/kyoda.yaml b/src/dictionary/kyo/kyoda.yaml new file mode 100644 index 0000000..5779247 --- /dev/null +++ b/src/dictionary/kyo/kyoda.yaml @@ -0,0 +1,11 @@ +pos: + verb: + masculine: + - def: 'To charge a creature, such as into battle.' + - def: To sprint or race a creature while riding it. + neuter: + - def: To ride poorly or without skill. + - def: To learn how to ride a creature. + feminine: + - def: To ride a creature over distances. +base: kyoda diff --git a/src/dictionary/kyo/kyon.markdown b/src/dictionary/kyo/kyon.markdown deleted file mode 100644 index 7add716..0000000 --- a/src/dictionary/kyo/kyon.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: kyon ---- - -# Noun - -## kyōn - -1. Red. diff --git a/src/dictionary/kyo/kyon.yaml b/src/dictionary/kyo/kyon.yaml new file mode 100644 index 0000000..1419095 --- /dev/null +++ b/src/dictionary/kyo/kyon.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Red. +base: kyon diff --git a/src/dictionary/kyu/kyumogo.markdown b/src/dictionary/kyu/kyumogo.markdown deleted file mode 100644 index 701e80d..0000000 --- a/src/dictionary/kyu/kyumogo.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: kyumogo ---- - -# Noun - -## kyumōgo - -1. A measurement of distance. -2. A mile. - -# Verb - -## kyumógo - -1. To measure or pace something out that is approximately a *kyumōgo* distance. diff --git a/src/dictionary/kyu/kyumogo.yaml b/src/dictionary/kyu/kyumogo.yaml new file mode 100644 index 0000000..d0e9571 --- /dev/null +++ b/src/dictionary/kyu/kyumogo.yaml @@ -0,0 +1,11 @@ +pos: + noun: + neuter: + - def: A measurement of distance. + - def: A mile. + verb: + feminine: + - def: >- + To measure or pace something out that is approximately a *kyumōgo* + distance. +base: kyumogo diff --git a/src/dictionary/ma/ma.markdown b/src/dictionary/ma/ma.markdown deleted file mode 100644 index 7c31466..0000000 --- a/src/dictionary/ma/ma.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: ma ---- - -# Adjective - -## ma - -1. Me, I, mine. diff --git a/src/dictionary/ma/ma.yaml b/src/dictionary/ma/ma.yaml new file mode 100644 index 0000000..fa1d8e4 --- /dev/null +++ b/src/dictionary/ma/ma.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'Me, I, mine.' +base: ma diff --git a/src/dictionary/ma/madeku.markdown b/src/dictionary/ma/madeku.markdown deleted file mode 100644 index 9667c2a..0000000 --- a/src/dictionary/ma/madeku.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: madeku ---- - -# Noun - -## madèku - -1. A weight of 16 dātsu used for measuring heavy items and people. -2. OOW: 16.32 kg. diff --git a/src/dictionary/ma/madeku.yaml b/src/dictionary/ma/madeku.yaml new file mode 100644 index 0000000..6cd4167 --- /dev/null +++ b/src/dictionary/ma/madeku.yaml @@ -0,0 +1,6 @@ +pos: + noun: + masculine: + - def: A weight of 16 dātsu used for measuring heavy items and people. + - def: 'OOW: 16.32 kg.' +base: madeku diff --git a/src/dictionary/ma/man.markdown b/src/dictionary/ma/man.markdown deleted file mode 100644 index 3bd35d2..0000000 --- a/src/dictionary/ma/man.markdown +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: man ---- - -# Noun - -## màn - -1. Myself, when referencing a masculine person. - - -## mān - -1. As *màn* (noun 1), but as a neuter. - - -## mán - -1. As *màn* (noun 1), but as a feminine. diff --git a/src/dictionary/ma/man.yaml b/src/dictionary/ma/man.yaml new file mode 100644 index 0000000..c597187 --- /dev/null +++ b/src/dictionary/ma/man.yaml @@ -0,0 +1,9 @@ +pos: + noun: + masculine: + - def: 'Myself, when referencing a masculine person.' + neuter: + - def: 'As *màn* (noun 1), but as a neuter.' + feminine: + - def: 'As *màn* (noun 1), but as a feminine.' +base: man diff --git a/src/dictionary/ma/masa.markdown b/src/dictionary/ma/masa.markdown deleted file mode 100644 index 622cc2f..0000000 --- a/src/dictionary/ma/masa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: masa ---- - -# Noun - -## māsa - -1. 1/8th of a rōte or solar day. diff --git a/src/dictionary/ma/masa.yaml b/src/dictionary/ma/masa.yaml new file mode 100644 index 0000000..02c57fd --- /dev/null +++ b/src/dictionary/ma/masa.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: 1/8th of a rōte or solar day. +base: masa diff --git a/src/dictionary/ma/masotoru.yaml b/src/dictionary/ma/masotoru.yaml new file mode 100644 index 0000000..76c3dcf --- /dev/null +++ b/src/dictionary/ma/masotoru.yaml @@ -0,0 +1,9 @@ +base: masotoru +pos: + adj: + - def: > + Concerning or using electrical-based magic. + noun: + masculine: + - def: > + Lightning formed from a dust storm. diff --git a/src/dictionary/me/mekoshi.markdown b/src/dictionary/me/mekoshi.markdown deleted file mode 100644 index 3c68999..0000000 --- a/src/dictionary/me/mekoshi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: mekoshi ---- - -# Adverb - -## mekoshi - -1. To perform an action humbly or without pride. diff --git a/src/dictionary/me/mekoshi.yaml b/src/dictionary/me/mekoshi.yaml new file mode 100644 index 0000000..8d28b7c --- /dev/null +++ b/src/dictionary/me/mekoshi.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: To perform an action humbly or without pride. +base: mekoshi diff --git a/src/dictionary/mi/michi.markdown b/src/dictionary/mi/michi.markdown deleted file mode 100644 index 692c3f1..0000000 --- a/src/dictionary/mi/michi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: michi ---- - -# Verb - -## mìchi - -1. Smile. diff --git a/src/dictionary/mi/michi.yaml b/src/dictionary/mi/michi.yaml new file mode 100644 index 0000000..404eb1a --- /dev/null +++ b/src/dictionary/mi/michi.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: Smile. +base: michi diff --git a/src/dictionary/mi/mifuno.markdown b/src/dictionary/mi/mifuno.markdown deleted file mode 100644 index 510142f..0000000 --- a/src/dictionary/mi/mifuno.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: mifuno ---- - -# Noun - -## mifūno - -1. The desrt. - -## mifúno - -1. The desert spirit. diff --git a/src/dictionary/mi/mifuno.yaml b/src/dictionary/mi/mifuno.yaml new file mode 100644 index 0000000..df16ab0 --- /dev/null +++ b/src/dictionary/mi/mifuno.yaml @@ -0,0 +1,7 @@ +pos: + noun: + neuter: + - def: The desrt. + feminine: + - def: The desert spirit. +base: mifuno diff --git a/src/dictionary/mi/miga.markdown b/src/dictionary/mi/miga.markdown deleted file mode 100644 index 5ab4382..0000000 --- a/src/dictionary/mi/miga.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: miga ---- - -# Noun - -## míga - -1. Meat, flesh. diff --git a/src/dictionary/mi/miga.yaml b/src/dictionary/mi/miga.yaml new file mode 100644 index 0000000..54b6282 --- /dev/null +++ b/src/dictionary/mi/miga.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: 'Meat, flesh.' +base: miga diff --git a/src/dictionary/mi/minafatsu.markdown b/src/dictionary/mi/minafatsu.markdown deleted file mode 100644 index 01079c8..0000000 --- a/src/dictionary/mi/minafatsu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: minafatsu ---- - -# Noun - -## minafātsu - -1. Written words or letters of the desert tongue. - diff --git a/src/dictionary/mi/minafatsu.yaml b/src/dictionary/mi/minafatsu.yaml new file mode 100644 index 0000000..8d59dd1 --- /dev/null +++ b/src/dictionary/mi/minafatsu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Written words or letters of the desert tongue. +base: minafatsu diff --git a/src/dictionary/mi/miwafu.markdown b/src/dictionary/mi/miwafu.markdown deleted file mode 100644 index 5fe96e0..0000000 --- a/src/dictionary/mi/miwafu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: miwafu ---- - -# Noun - -## miwāfu - -1. Words of the desert. diff --git a/src/dictionary/mi/miwafu.yaml b/src/dictionary/mi/miwafu.yaml new file mode 100644 index 0000000..3034ac9 --- /dev/null +++ b/src/dictionary/mi/miwafu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Words of the desert. +base: miwafu diff --git a/src/dictionary/mo/mo.markdown b/src/dictionary/mo/mo.markdown deleted file mode 100644 index 65947a5..0000000 --- a/src/dictionary/mo/mo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: mo ---- - -# Pronoun - -## mo - -1. What, who, whom, question placeholder. diff --git a/src/dictionary/mo/mo.yaml b/src/dictionary/mo/mo.yaml new file mode 100644 index 0000000..ea67ff5 --- /dev/null +++ b/src/dictionary/mo/mo.yaml @@ -0,0 +1,4 @@ +pos: + pro: + - def: 'What, who, whom, question placeholder.' +base: mo diff --git a/src/dictionary/mo/mobipo.yaml b/src/dictionary/mo/mobipo.yaml new file mode 100644 index 0000000..305a704 --- /dev/null +++ b/src/dictionary/mo/mobipo.yaml @@ -0,0 +1,8 @@ +base: mobipo +pos: + noun: + masculine: + - def: A crow or blackbird. + verb: + neuter: + - def: To make loud, persistent noises. diff --git a/src/dictionary/mo/monika.yaml b/src/dictionary/mo/monika.yaml new file mode 100644 index 0000000..4931a53 --- /dev/null +++ b/src/dictionary/mo/monika.yaml @@ -0,0 +1,16 @@ +base: monika +pos: + adv: + - def: > + To move or run very fast. + adj: + - def: > + A magical force that accelerates or speeds a character. + reference: + - identifier: 0100-00 + title: Sand and Blood 4 + url: https://fedran.com/sand-and-bone/chapter-04/ + excerpt: > + The ground shook as a blast of wind blew and the flash of a bird raced past them. Rocks tore at Rutejìmo's side and face. Coughing, he managed to focus just as Desòchu caught the third bowl. The other two rested in his other hand. Wind eddied around Rutejìmo's older brother as he gracefully spun around to prevent the food from slipping. + + Desòchu glanced up and then stepped forward. He disappeared in a cloud of dust, and a plume of wind streaked to the switchback at the end of the trail and up toward them. diff --git a/src/dictionary/mu/mujichi.markdown b/src/dictionary/mu/mujichi.markdown deleted file mode 100644 index 251468e..0000000 --- a/src/dictionary/mu/mujichi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: mujichi ---- - -# Adjective - -## mujìchi - -1. Dry, powdery diff --git a/src/dictionary/mu/mujichi.yaml b/src/dictionary/mu/mujichi.yaml new file mode 100644 index 0000000..317d44d --- /dev/null +++ b/src/dictionary/mu/mujichi.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'Dry, powdery' +base: mujichi diff --git a/src/dictionary/mu/mukisa.markdown b/src/dictionary/mu/mukisa.markdown deleted file mode 100644 index c2c3c43..0000000 --- a/src/dictionary/mu/mukisa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: mukisa ---- - -# Noun - -## mukísa - -1. a fine sand that is difficult to walk along because it is shifting diff --git a/src/dictionary/mu/mukisa.yaml b/src/dictionary/mu/mukisa.yaml new file mode 100644 index 0000000..986b413 --- /dev/null +++ b/src/dictionary/mu/mukisa.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: a fine sand that is difficult to walk along because it is shifting +base: mukisa diff --git a/src/dictionary/mu/munisa.markdown b/src/dictionary/mu/munisa.markdown deleted file mode 100644 index 846776b..0000000 --- a/src/dictionary/mu/munisa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: munisa ---- - -# Noun - -## munìsa - -1. a coarse grain sand that grates against bare flesh but doesn't blow in light winds diff --git a/src/dictionary/mu/munisa.yaml b/src/dictionary/mu/munisa.yaml new file mode 100644 index 0000000..91f3752 --- /dev/null +++ b/src/dictionary/mu/munisa.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: >- + a coarse grain sand that grates against bare flesh but doesn't blow in + light winds +base: munisa diff --git a/src/dictionary/mu/musa.markdown b/src/dictionary/mu/musa.markdown deleted file mode 100644 index 3df4e27..0000000 --- a/src/dictionary/mu/musa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: musa ---- - -# Noun - -## músa - -1. Sand (generic). diff --git a/src/dictionary/mu/musa.yaml b/src/dictionary/mu/musa.yaml new file mode 100644 index 0000000..f3843a6 --- /dev/null +++ b/src/dictionary/mu/musa.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Sand (generic). +base: musa diff --git a/src/dictionary/mu/mushigi.markdown b/src/dictionary/mu/mushigi.markdown deleted file mode 100644 index 7bd9281..0000000 --- a/src/dictionary/mu/mushigi.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: mushigi ---- - -# Noun - -## mushìgi - -1. Tongue. - diff --git a/src/dictionary/mu/mushigi.yaml b/src/dictionary/mu/mushigi.yaml new file mode 100644 index 0000000..d854753 --- /dev/null +++ b/src/dictionary/mu/mushigi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Tongue. +base: mushigi diff --git a/src/dictionary/myo/myoregu.markdown b/src/dictionary/myo/myoregu.markdown deleted file mode 100644 index 9a3d031..0000000 --- a/src/dictionary/myo/myoregu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: myoregu ---- - -# Noun - -## myorègu - -1. Moron. diff --git a/src/dictionary/myo/myoregu.yaml b/src/dictionary/myo/myoregu.yaml new file mode 100644 index 0000000..e978446 --- /dev/null +++ b/src/dictionary/myo/myoregu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Moron. +base: myoregu diff --git a/src/dictionary/myo/myukira.markdown b/src/dictionary/myo/myukira.markdown deleted file mode 100644 index 8343da5..0000000 --- a/src/dictionary/myo/myukira.markdown +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: myukira ---- - -# Noun - -## myukíra -1. Leaf. diff --git a/src/dictionary/myo/myukira.yaml b/src/dictionary/myo/myukira.yaml new file mode 100644 index 0000000..a819d94 --- /dev/null +++ b/src/dictionary/myo/myukira.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Leaf. +base: myukira diff --git a/src/dictionary/n/netune.yaml b/src/dictionary/n/netune.yaml new file mode 100644 index 0000000..ea4a362 --- /dev/null +++ b/src/dictionary/n/netune.yaml @@ -0,0 +1,10 @@ +base: netune +pos: + noun: + feminine: + - def: > + A legacy left behind when someone dies. + neuter: + - def: > + The tendency for a child to become associated with the same clan as + as their mother. diff --git a/src/dictionary/n/norikuchyofune.yaml b/src/dictionary/n/norikuchyofune.yaml new file mode 100644 index 0000000..7f1eb8a --- /dev/null +++ b/src/dictionary/n/norikuchyofune.yaml @@ -0,0 +1,8 @@ +base: norikuchyofune +pos: + verb: + masculine: + - def: > + The final burst of energy when the last member of a clan dies. + - def: > + The moment when a clan spirit dies with the last living member's death. diff --git a/src/dictionary/na/nago.markdown b/src/dictionary/na/nago.markdown deleted file mode 100644 index 706c6a5..0000000 --- a/src/dictionary/na/nago.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nago ---- - -# Noun - -## nàgo - -1. Girl child. diff --git a/src/dictionary/na/nago.yaml b/src/dictionary/na/nago.yaml new file mode 100644 index 0000000..598bfa2 --- /dev/null +++ b/src/dictionary/na/nago.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Girl child. +base: nago diff --git a/src/dictionary/na/nakifu.markdown b/src/dictionary/na/nakifu.markdown deleted file mode 100644 index a5e3cdb..0000000 --- a/src/dictionary/na/nakifu.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: nakifu ---- - -# Noun - -## nakìfu - -1. A long or epic poem. - -## nakífu - -1. A short poem. diff --git a/src/dictionary/na/nakifu.yaml b/src/dictionary/na/nakifu.yaml new file mode 100644 index 0000000..43db21b --- /dev/null +++ b/src/dictionary/na/nakifu.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: A long or epic poem. + feminine: + - def: A short poem. +base: nakifu diff --git a/src/dictionary/ne/nesa.markdown b/src/dictionary/ne/nesa.markdown deleted file mode 100644 index c57e719..0000000 --- a/src/dictionary/ne/nesa.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nesa ---- - -# Adjective - -## nésa - -1. Unhappily, miserably. diff --git a/src/dictionary/ne/nesa.yaml b/src/dictionary/ne/nesa.yaml new file mode 100644 index 0000000..0b32ad7 --- /dev/null +++ b/src/dictionary/ne/nesa.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'Unhappily, miserably.' +base: nesa diff --git a/src/dictionary/ne/nesakafu.markdown b/src/dictionary/ne/nesakafu.markdown deleted file mode 100644 index 38b5903..0000000 --- a/src/dictionary/ne/nesakafu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: nesakafu ---- - -# Verb - -## nesakāfu - -1. To be unhappily in love. -2. To be miserably happy. diff --git a/src/dictionary/ne/nesakafu.yaml b/src/dictionary/ne/nesakafu.yaml new file mode 100644 index 0000000..d948f1e --- /dev/null +++ b/src/dictionary/ne/nesakafu.yaml @@ -0,0 +1,6 @@ +pos: + verb: + neuter: + - def: To be unhappily in love. + - def: To be miserably happy. +base: nesakafu diff --git a/src/dictionary/ni/nibaba.markdown b/src/dictionary/ni/nibaba.markdown deleted file mode 100644 index 244c8dc..0000000 --- a/src/dictionary/ni/nibaba.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nibaba ---- - -# Noun - -## nibába - -1. Breasts. diff --git a/src/dictionary/ni/nibaba.yaml b/src/dictionary/ni/nibaba.yaml new file mode 100644 index 0000000..28c816c --- /dev/null +++ b/src/dictionary/ni/nibaba.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Breasts. +base: nibaba diff --git a/src/dictionary/ni/nibapu.markdown b/src/dictionary/ni/nibapu.markdown deleted file mode 100644 index e9765a8..0000000 --- a/src/dictionary/ni/nibapu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nibapu ---- - -# Noun - -## nibàpu - -1. Liver diff --git a/src/dictionary/ni/nibapu.yaml b/src/dictionary/ni/nibapu.yaml new file mode 100644 index 0000000..45a93b0 --- /dev/null +++ b/src/dictionary/ni/nibapu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Liver +base: nibapu diff --git a/src/dictionary/ni/nichiza.markdown b/src/dictionary/ni/nichiza.markdown deleted file mode 100644 index a250b8b..0000000 --- a/src/dictionary/ni/nichiza.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nichiza ---- - -# Noun - -## nichìza - -1. Belly. diff --git a/src/dictionary/ni/nichiza.yaml b/src/dictionary/ni/nichiza.yaml new file mode 100644 index 0000000..600c590 --- /dev/null +++ b/src/dictionary/ni/nichiza.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Belly. +base: nichiza diff --git a/src/dictionary/ni/nido.markdown b/src/dictionary/ni/nido.markdown deleted file mode 100644 index 6dd9d82..0000000 --- a/src/dictionary/ni/nido.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nido ---- - -# Noun - -## nído - -1. Neck. diff --git a/src/dictionary/ni/nido.yaml b/src/dictionary/ni/nido.yaml new file mode 100644 index 0000000..31d8efe --- /dev/null +++ b/src/dictionary/ni/nido.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Neck. +base: nido diff --git a/src/dictionary/ni/nireigi.markdown b/src/dictionary/ni/nireigi.markdown deleted file mode 100644 index 2e62dee..0000000 --- a/src/dictionary/ni/nireigi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nireigi ---- - -# Adjective - -## nireígi - -1. New, freshly made. diff --git a/src/dictionary/ni/nireigi.yaml b/src/dictionary/ni/nireigi.yaml new file mode 100644 index 0000000..ab77dd4 --- /dev/null +++ b/src/dictionary/ni/nireigi.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'New, freshly made.' +base: nireigi diff --git a/src/dictionary/no/nonyu.markdown b/src/dictionary/no/nonyu.markdown deleted file mode 100644 index 82cc139..0000000 --- a/src/dictionary/no/nonyu.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: nonyu ---- - -# Noun - -## nònyu - -1. Agony, overwhelming pain. - -## nónyu - -1. Discomfort. - -# Verb - -## nōnyu - -1. To live with pain or agony. - diff --git a/src/dictionary/no/nonyu.yaml b/src/dictionary/no/nonyu.yaml new file mode 100644 index 0000000..4249ba6 --- /dev/null +++ b/src/dictionary/no/nonyu.yaml @@ -0,0 +1,10 @@ +pos: + noun: + masculine: + - def: 'Agony, overwhelming pain.' + feminine: + - def: Discomfort. + verb: + neuter: + - def: To live with pain or agony. +base: nonyu diff --git a/src/dictionary/nya/nyan.markdown b/src/dictionary/nya/nyan.markdown deleted file mode 100644 index 13f9225..0000000 --- a/src/dictionary/nya/nyan.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nyan ---- - -# Adjective - -## nyān - -1. Blue. diff --git a/src/dictionary/nya/nyan.yaml b/src/dictionary/nya/nyan.yaml new file mode 100644 index 0000000..6eeafb6 --- /dev/null +++ b/src/dictionary/nya/nyan.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: Blue. +base: nyan diff --git a/src/dictionary/nyo/nyokiru.markdown b/src/dictionary/nyo/nyokiru.markdown deleted file mode 100644 index 634ed47..0000000 --- a/src/dictionary/nyo/nyokiru.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: nyokiru ---- - -# Noun - -## nyokìru - -1. Root. diff --git a/src/dictionary/nyo/nyokiru.yaml b/src/dictionary/nyo/nyokiru.yaml new file mode 100644 index 0000000..235ae4b --- /dev/null +++ b/src/dictionary/nyo/nyokiru.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Root. +base: nyokiru diff --git a/src/dictionary/o/ogapi.yaml b/src/dictionary/o/ogapi.yaml new file mode 100644 index 0000000..385c7fd --- /dev/null +++ b/src/dictionary/o/ogapi.yaml @@ -0,0 +1,8 @@ +base: ogapi +pos: + noun: + neuter: + - def: A flea. + - def: A bedbug. + adj: + - def: To be related to a group of children. diff --git a/src/dictionary/o/ogimo.yaml b/src/dictionary/o/ogimo.yaml new file mode 100644 index 0000000..2803c58 --- /dev/null +++ b/src/dictionary/o/ogimo.yaml @@ -0,0 +1,8 @@ +base: ogimo +pos: + noun: + masculine: + - def: A camel or other hump-backed creature. + verb: + feminine: + - def: To carry a grudge or conversation for years. diff --git a/src/dictionary/o/oteza.yaml b/src/dictionary/o/oteza.yaml new file mode 100644 index 0000000..47c290b --- /dev/null +++ b/src/dictionary/o/oteza.yaml @@ -0,0 +1,8 @@ +base: oteza +pos: + noun: + neuter: + - def: A spider or another arachnid. + verb: + feminine: + - def: To work on many projects at the same time. diff --git a/src/dictionary/pa/pachyun.yaml b/src/dictionary/pa/pachyun.yaml new file mode 100644 index 0000000..6efe76a --- /dev/null +++ b/src/dictionary/pa/pachyun.yaml @@ -0,0 +1,8 @@ +base: pachyun +pos: + noun: + neuter: + - def: A smooth lizard. + verb: + feminine: + - def: To adapt to circumstances. diff --git a/src/dictionary/pa/padu.markdown b/src/dictionary/pa/padu.markdown deleted file mode 100644 index c3cd60b..0000000 --- a/src/dictionary/pa/padu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: padu ---- - -# Noun - -## pàdu - -1. Foot. diff --git a/src/dictionary/pa/padu.yaml b/src/dictionary/pa/padu.yaml new file mode 100644 index 0000000..cf0d53d --- /dev/null +++ b/src/dictionary/pa/padu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Foot. +base: padu diff --git a/src/dictionary/pa/parechyo.markdown b/src/dictionary/pa/parechyo.markdown deleted file mode 100644 index b12f56c..0000000 --- a/src/dictionary/pa/parechyo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: parechyo ---- - -# Noun - -## parēchyo - -1. Knee. diff --git a/src/dictionary/pa/parechyo.yaml b/src/dictionary/pa/parechyo.yaml new file mode 100644 index 0000000..dcd59cd --- /dev/null +++ b/src/dictionary/pa/parechyo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Knee. +base: parechyo diff --git a/src/dictionary/pe/peji.markdown b/src/dictionary/pe/peji.markdown deleted file mode 100644 index 9f4cf8b..0000000 --- a/src/dictionary/pe/peji.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: peji ---- - -# Verb - -## péji - -1. To temporarily raise something. - diff --git a/src/dictionary/pe/peji.yaml b/src/dictionary/pe/peji.yaml new file mode 100644 index 0000000..fc9ceac --- /dev/null +++ b/src/dictionary/pe/peji.yaml @@ -0,0 +1,5 @@ +pos: + verb: + feminine: + - def: To temporarily raise something. +base: peji diff --git a/src/dictionary/pi/pibafu.markdown b/src/dictionary/pi/pibafu.markdown deleted file mode 100644 index daf54ed..0000000 --- a/src/dictionary/pi/pibafu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: pibafu ---- - -# Noun - -## pìbafu - -1. Blood. diff --git a/src/dictionary/pi/pibafu.yaml b/src/dictionary/pi/pibafu.yaml new file mode 100644 index 0000000..8e7e62b --- /dev/null +++ b/src/dictionary/pi/pibafu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Blood. +base: pibafu diff --git a/src/dictionary/pi/pimayazu.markdown b/src/dictionary/pi/pimayazu.markdown deleted file mode 100644 index 9a1eadb..0000000 --- a/src/dictionary/pi/pimayazu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: pimayazu ---- - -# Noun - -## pimayāzu - -1. The temperature where water freezes. -2. OOW: 0 C. diff --git a/src/dictionary/pi/pimayazu.yaml b/src/dictionary/pi/pimayazu.yaml new file mode 100644 index 0000000..f658859 --- /dev/null +++ b/src/dictionary/pi/pimayazu.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: The temperature where water freezes. + - def: 'OOW: 0 C.' +base: pimayazu diff --git a/src/dictionary/pi/pimiga.markdown b/src/dictionary/pi/pimiga.markdown deleted file mode 100644 index 6f9b594..0000000 --- a/src/dictionary/pi/pimiga.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: pimiga ---- - -# Noun - -## pimīga - -1. Bone. diff --git a/src/dictionary/pi/pimiga.yaml b/src/dictionary/pi/pimiga.yaml new file mode 100644 index 0000000..77032cc --- /dev/null +++ b/src/dictionary/pi/pimiga.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Bone. +base: pimiga diff --git a/src/dictionary/po/pocho.markdown b/src/dictionary/po/pocho.markdown deleted file mode 100644 index d0642b2..0000000 --- a/src/dictionary/po/pocho.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: pocho ---- - -# Noun - -## pòcho - -1. An overwhelming fear or terror. - -## pócho - -1. A discomforting fear, one that does not stop someone. diff --git a/src/dictionary/po/pocho.yaml b/src/dictionary/po/pocho.yaml new file mode 100644 index 0000000..b3e4baa --- /dev/null +++ b/src/dictionary/po/pocho.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: An overwhelming fear or terror. + feminine: + - def: 'A discomforting fear, one that does not stop someone.' +base: pocho diff --git a/src/dictionary/po/podi.markdown b/src/dictionary/po/podi.markdown deleted file mode 100644 index e838377..0000000 --- a/src/dictionary/po/podi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: podi ---- - -# Verb - -## pòdi - -1. Walk. diff --git a/src/dictionary/po/podi.yaml b/src/dictionary/po/podi.yaml new file mode 100644 index 0000000..85ad830 --- /dev/null +++ b/src/dictionary/po/podi.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: Walk. +base: podi diff --git a/src/dictionary/po/poga.markdown b/src/dictionary/po/poga.markdown deleted file mode 100644 index 65afbd9..0000000 --- a/src/dictionary/po/poga.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: poga ---- - -# Verb - -## pòga - -1. To participate in loud or enthusiastic sex. diff --git a/src/dictionary/po/poga.yaml b/src/dictionary/po/poga.yaml new file mode 100644 index 0000000..1b2bc96 --- /dev/null +++ b/src/dictionary/po/poga.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: To participate in loud or enthusiastic sex. +base: poga diff --git a/src/dictionary/po/pokemon.markdown b/src/dictionary/po/pokemon.markdown deleted file mode 100644 index afb858b..0000000 --- a/src/dictionary/po/pokemon.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: pokemon ---- - -# Noun - -## pokémon - -1. The obsessive need to collect or gather one of everything. - -# Verb - -## pokémon - -1. The process of collecting or gathering a collection. diff --git a/src/dictionary/po/pokemon.yaml b/src/dictionary/po/pokemon.yaml new file mode 100644 index 0000000..ca1885c --- /dev/null +++ b/src/dictionary/po/pokemon.yaml @@ -0,0 +1,8 @@ +pos: + noun: + feminine: + - def: The obsessive need to collect or gather one of everything. + verb: + feminine: + - def: The process of collecting or gathering a collection. +base: pokemon diff --git a/src/dictionary/po/poroneso.markdown b/src/dictionary/po/poroneso.markdown deleted file mode 100644 index 1094d94..0000000 --- a/src/dictionary/po/poroneso.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: poroneso ---- - -# Noun - -## poronēso - -1. Kin-killer. diff --git a/src/dictionary/po/poroneso.yaml b/src/dictionary/po/poroneso.yaml new file mode 100644 index 0000000..df9e8a5 --- /dev/null +++ b/src/dictionary/po/poroneso.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Kin-killer. +base: poroneso diff --git a/src/dictionary/pu/pu.markdown b/src/dictionary/pu/pu.markdown deleted file mode 100644 index b380bae..0000000 --- a/src/dictionary/pu/pu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: pu ---- - -# Pronoun - -## pu - -1. your clan diff --git a/src/dictionary/pu/pu.yaml b/src/dictionary/pu/pu.yaml new file mode 100644 index 0000000..d0987c9 --- /dev/null +++ b/src/dictionary/pu/pu.yaml @@ -0,0 +1,4 @@ +pos: + pro: + - def: your clan +base: pu diff --git a/src/dictionary/pu/pumakyoni.yaml b/src/dictionary/pu/pumakyoni.yaml new file mode 100644 index 0000000..f0f4bf1 --- /dev/null +++ b/src/dictionary/pu/pumakyoni.yaml @@ -0,0 +1,17 @@ +base: pumakyoni +pos: + verb: + feminine: + - def: > + To phase or walk through solid matter. + adv: + - def: > + To perform an action that phases through solid matter. + reference: + - identifier: 0100-02 + title: Sand and Bone 23 + url: https://fedran.com/sand-and-bone/chapter-23/ + excerpt: > + Gichyòbi jumped in front of Rutejìmo and broke the line of sight. His leap had carried him over the charging warriors. He hit hard, swinging his weapon down toward the ground. + + Instead of bouncing off the earth, the blade easily slid into the stone as if it wasn’t there. Gichyòbi’s gauntlet dipped into the ground as he swung forward. Rutejìmo followed the movement through Gichyòbi’s shoulders before the weapon came up in front of him. diff --git a/src/dictionary/pu/puruna.yaml b/src/dictionary/pu/puruna.yaml new file mode 100644 index 0000000..e7ad483 --- /dev/null +++ b/src/dictionary/pu/puruna.yaml @@ -0,0 +1,9 @@ +base: puruna +pos: + noun: + masculine: + - def: > + To fly using magic. + adv: + - def: > + To perform an action with flying magic. diff --git a/src/dictionary/pya/pyabi.markdown b/src/dictionary/pya/pyabi.markdown deleted file mode 100644 index e9a3f9f..0000000 --- a/src/dictionary/pya/pyabi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: pyabi ---- - -# Noun - -## pyābi - -1. The primary currency of the [Mifúno Desert](mifúno). diff --git a/src/dictionary/pya/pyabi.yaml b/src/dictionary/pya/pyabi.yaml new file mode 100644 index 0000000..4cd28e0 --- /dev/null +++ b/src/dictionary/pya/pyabi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: 'The primary currency of the [Mifúno Desert](mifúno).' +base: pyabi diff --git a/src/dictionary/pya/pyadashimu.markdown b/src/dictionary/pya/pyadashimu.markdown deleted file mode 100644 index 313d0bd..0000000 --- a/src/dictionary/pya/pyadashimu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: pyadashimu ---- - -# Noun - -## pyadashìmu - -1. Clockwork mechanism, something is powered by winding up. diff --git a/src/dictionary/pya/pyadashimu.yaml b/src/dictionary/pya/pyadashimu.yaml new file mode 100644 index 0000000..038bc24 --- /dev/null +++ b/src/dictionary/pya/pyadashimu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: 'Clockwork mechanism, something is powered by winding up.' +base: pyadashimu diff --git a/src/dictionary/pyu/pyuchyu.markdown b/src/dictionary/pyu/pyuchyu.markdown deleted file mode 100644 index 20c3dc2..0000000 --- a/src/dictionary/pyu/pyuchyu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: pyuchyu ---- - -# Adjective - -## pyùchyu - -1. Stinky, has a stench. - diff --git a/src/dictionary/pyu/pyuchyu.yaml b/src/dictionary/pyu/pyuchyu.yaml new file mode 100644 index 0000000..d1e5129 --- /dev/null +++ b/src/dictionary/pyu/pyuchyu.yaml @@ -0,0 +1,4 @@ +pos: + adj: + - def: 'Stinky, has a stench.' +base: pyuchyu diff --git a/src/dictionary/ra/ragofuchino.yaml b/src/dictionary/ra/ragofuchino.yaml new file mode 100644 index 0000000..118c2d4 --- /dev/null +++ b/src/dictionary/ra/ragofuchino.yaml @@ -0,0 +1,8 @@ +base: ragofuchino +pos: + noun: + masculine: + - def: An ocean or sea. + - def: A massive body of water. + feminine: + - def: Salt water. diff --git a/src/dictionary/ra/raki.markdown b/src/dictionary/ra/raki.markdown deleted file mode 100644 index 6221b44..0000000 --- a/src/dictionary/ra/raki.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: raki ---- - -# Noun - -## ráki - -1. Skin. diff --git a/src/dictionary/ra/raki.yaml b/src/dictionary/ra/raki.yaml new file mode 100644 index 0000000..feeff4f --- /dev/null +++ b/src/dictionary/ra/raki.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Skin. +base: raki diff --git a/src/dictionary/ra/rakiki.markdown b/src/dictionary/ra/rakiki.markdown deleted file mode 100644 index d67575b..0000000 --- a/src/dictionary/ra/rakiki.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: rakiki ---- - -# Noun - -## rakìki - -1. Bark of a tree. diff --git a/src/dictionary/ra/rakiki.yaml b/src/dictionary/ra/rakiki.yaml new file mode 100644 index 0000000..84b9471 --- /dev/null +++ b/src/dictionary/ra/rakiki.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Bark of a tree. +base: rakiki diff --git a/src/dictionary/re/remigu.markdown b/src/dictionary/re/remigu.markdown deleted file mode 100644 index 00d8209..0000000 --- a/src/dictionary/re/remigu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: remigu ---- - -# Noun - -## remígu - -1. Grease, fat. diff --git a/src/dictionary/re/remigu.yaml b/src/dictionary/re/remigu.yaml new file mode 100644 index 0000000..338b20d --- /dev/null +++ b/src/dictionary/re/remigu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: 'Grease, fat.' +base: remigu diff --git a/src/dictionary/ri/richi.markdown b/src/dictionary/ri/richi.markdown deleted file mode 100644 index 8c827dc..0000000 --- a/src/dictionary/ri/richi.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: richi ---- - -# Noun - -## ríchi - -1. A solar cycle between 44 and 47 days. -2. A solar "month". diff --git a/src/dictionary/ri/richi.yaml b/src/dictionary/ri/richi.yaml new file mode 100644 index 0000000..ca8c0b0 --- /dev/null +++ b/src/dictionary/ri/richi.yaml @@ -0,0 +1,6 @@ +pos: + noun: + feminine: + - def: A solar cycle between 44 and 47 days. + - def: A solar "month". +base: richi diff --git a/src/dictionary/ri/rimu.markdown b/src/dictionary/ri/rimu.markdown deleted file mode 100644 index 296fb7d..0000000 --- a/src/dictionary/ri/rimu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: rimu ---- - -# Noun - -## rímu - -1. Water. diff --git a/src/dictionary/ri/rimu.yaml b/src/dictionary/ri/rimu.yaml new file mode 100644 index 0000000..8ac02b6 --- /dev/null +++ b/src/dictionary/ri/rimu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Water. +base: rimu diff --git a/src/dictionary/ri/rimuhi.yaml b/src/dictionary/ri/rimuhi.yaml new file mode 100644 index 0000000..a922584 --- /dev/null +++ b/src/dictionary/ri/rimuhi.yaml @@ -0,0 +1,8 @@ +base: rimuhi +pos: + noun: + neuter: + - def: A small, smooth lizard. + - def: A gecko. + adj: + - def: Small and unassuming. diff --git a/src/dictionary/ri/rimyo.yaml b/src/dictionary/ri/rimyo.yaml new file mode 100644 index 0000000..ee0f351 --- /dev/null +++ b/src/dictionary/ri/rimyo.yaml @@ -0,0 +1,10 @@ +base: rimyo +pos: + noun: + neuter: + - def: A river or stream. + adj: + - def: Unfocused or wandering. + verb: + masculine: + - def: To have a meandering conversation. diff --git a/src/dictionary/ro/rocho.markdown b/src/dictionary/ro/rocho.markdown deleted file mode 100644 index e231302..0000000 --- a/src/dictionary/ro/rocho.markdown +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: rocho ---- - -# Noun - -## ròcho - -1. A furious rage or anger. -2. A screaming fighting. - -## rócho - -1. A long-term anger. - -# Verb - -## ròcho - -1. To have a screaming fight. -2. To fight for the sake of fighting. - -## rócho - -1. To have a passive-aggressive fight. -2. To fight without revealing the purpose of the fight. diff --git a/src/dictionary/ro/rocho.yaml b/src/dictionary/ro/rocho.yaml new file mode 100644 index 0000000..526d7d8 --- /dev/null +++ b/src/dictionary/ro/rocho.yaml @@ -0,0 +1,15 @@ +pos: + noun: + masculine: + - def: A furious rage or anger. + - def: A screaming fighting. + feminine: + - def: A long-term anger. + verb: + masculine: + - def: To have a screaming fight. + - def: To fight for the sake of fighting. + feminine: + - def: To have a passive-aggressive fight. + - def: To fight without revealing the purpose of the fight. +base: rocho diff --git a/src/dictionary/ro/romoga.markdown b/src/dictionary/ro/romoga.markdown deleted file mode 100644 index df4a906..0000000 --- a/src/dictionary/ro/romoga.markdown +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: romoga ---- - -# Noun - -## romōga - -1. A measurement of distance. -2. A surveyor's rod of 16.5 feet. - -# Verb - -## romóga - -1. To measure out a distance that is approximately a [romōga](../ro/romōga.markdown) away. -2. To measure something out in terms of [romōga](../ro/romōga.markdown). diff --git a/src/dictionary/ro/romoga.yaml b/src/dictionary/ro/romoga.yaml new file mode 100644 index 0000000..3a99860 --- /dev/null +++ b/src/dictionary/ro/romoga.yaml @@ -0,0 +1,12 @@ +pos: + noun: + neuter: + - def: A measurement of distance. + - def: A surveyor's rod of 16.5 feet. + verb: + feminine: + - def: >- + To measure out a distance that is approximately a + [romōga](../ro/romōga.markdown) away. + - def: 'To measure something out in terms of [romōga](../ro/romōga.markdown).' +base: romoga diff --git a/src/dictionary/ro/rote.markdown b/src/dictionary/ro/rote.markdown deleted file mode 100644 index a505f87..0000000 --- a/src/dictionary/ro/rote.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: rote ---- - -# Noun - -## rōte - -1. A solar day from sunrise to sunrise. - diff --git a/src/dictionary/ro/rote.yaml b/src/dictionary/ro/rote.yaml new file mode 100644 index 0000000..6a0acf7 --- /dev/null +++ b/src/dictionary/ro/rote.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: A solar day from sunrise to sunrise. +base: rote diff --git a/src/dictionary/ro/rotefuchi.markdown b/src/dictionary/ro/rotefuchi.markdown deleted file mode 100644 index 0d3374c..0000000 --- a/src/dictionary/ro/rotefuchi.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: rotefuchi ---- - -# Noun - -## rotefùchi - -1. The period where the sun is below the horizon. -2. When sun-based powers don't work. diff --git a/src/dictionary/ro/rotefuchi.yaml b/src/dictionary/ro/rotefuchi.yaml new file mode 100644 index 0000000..e3bf292 --- /dev/null +++ b/src/dictionary/ro/rotefuchi.yaml @@ -0,0 +1,6 @@ +pos: + noun: + masculine: + - def: The period where the sun is below the horizon. + - def: When sun-based powers don't work. +base: rotefuchi diff --git a/src/dictionary/ru/rube.markdown b/src/dictionary/ru/rube.markdown deleted file mode 100644 index bbe7691..0000000 --- a/src/dictionary/ru/rube.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: rube ---- - -# Noun - -## rùbe - -1. A large quantity of water. - -## rúbe - -1. A small quantity of water. diff --git a/src/dictionary/ru/rube.yaml b/src/dictionary/ru/rube.yaml new file mode 100644 index 0000000..abaed2c --- /dev/null +++ b/src/dictionary/ru/rube.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: A large quantity of water. + feminine: + - def: A small quantity of water. +base: rube diff --git a/src/dictionary/ru/rukan.yaml b/src/dictionary/ru/rukan.yaml new file mode 100644 index 0000000..d8fd0b5 --- /dev/null +++ b/src/dictionary/ru/rukan.yaml @@ -0,0 +1,9 @@ +base: rukan +pos: + noun: + neuter: + - def: An iguana. + - def: A dry lizard with large scales. + verb: + feminine: + - def: To be aware of events in multiple directions. diff --git a/src/dictionary/ru/runakomin.markdown b/src/dictionary/ru/runakomin.markdown deleted file mode 100644 index 9a843a9..0000000 --- a/src/dictionary/ru/runakomin.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: runakomin ---- - -# Noun - -## runakomīn - -1. A child playing with imaginary things or people. -2. Creativity in a child. - diff --git a/src/dictionary/ru/runakomin.yaml b/src/dictionary/ru/runakomin.yaml new file mode 100644 index 0000000..24d3ad3 --- /dev/null +++ b/src/dictionary/ru/runakomin.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: A child playing with imaginary things or people. + - def: Creativity in a child. +base: runakomin diff --git a/src/dictionary/ru/rurafu.yaml b/src/dictionary/ru/rurafu.yaml new file mode 100644 index 0000000..9ff2e34 --- /dev/null +++ b/src/dictionary/ru/rurafu.yaml @@ -0,0 +1,10 @@ +base: rurafu +pos: + noun: + neuter: + - def: A manufactured or created well to provide water. + verb: + masculine: + - def: To violently penetrate or impale. + feminine: + - def: To persistently drive or hammer. diff --git a/src/dictionary/rya/ryakochyani.yaml b/src/dictionary/rya/ryakochyani.yaml new file mode 100644 index 0000000..8ef61ec --- /dev/null +++ b/src/dictionary/rya/ryakochyani.yaml @@ -0,0 +1,5 @@ +base: ryakochyani +pos: + noun: + neuter: + - def: An underground cave or opening. diff --git a/src/dictionary/rya/ryarena.markdown b/src/dictionary/rya/ryarena.markdown deleted file mode 100644 index c9a2bac..0000000 --- a/src/dictionary/rya/ryarena.markdown +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: ryarena ---- - -# Noun - -## ryarèna - -1. A male of a clan who has significantly more magical powers than average. -2. A male warrior or defender of a clan. - -## ryaréna - -1. As *ryarèna* (noun 1), but female. -1. As *ryarèna* (noun 2), but female. diff --git a/src/dictionary/rya/ryarena.yaml b/src/dictionary/rya/ryarena.yaml new file mode 100644 index 0000000..f2c0130 --- /dev/null +++ b/src/dictionary/rya/ryarena.yaml @@ -0,0 +1,11 @@ +pos: + noun: + masculine: + - def: >- + A male of a clan who has significantly more magical powers than + average. + - def: A male warrior or defender of a clan. + feminine: + - def: 'As *ryarèna* (noun 1), but female.' + - def: 'As *ryarèna* (noun 2), but female.' +base: ryarena diff --git a/src/dictionary/ryo/ryon.markdown b/src/dictionary/ryo/ryon.markdown deleted file mode 100644 index 91b6ba3..0000000 --- a/src/dictionary/ryo/ryon.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: ryon ---- - -# Noun - -## ryōn - -1. The color white. diff --git a/src/dictionary/ryo/ryon.yaml b/src/dictionary/ryo/ryon.yaml new file mode 100644 index 0000000..5953793 --- /dev/null +++ b/src/dictionary/ryo/ryon.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: The color white. +base: ryon diff --git a/src/dictionary/ryu/ryuma.yaml b/src/dictionary/ryu/ryuma.yaml new file mode 100644 index 0000000..54dc341 --- /dev/null +++ b/src/dictionary/ryu/ryuma.yaml @@ -0,0 +1,8 @@ +base: ryuma +pos: + noun: + neuter: + - def: An oasis or a place to rest. + verb: + feminine: + - def: To create a place of safety or rest. diff --git a/src/dictionary/sa/sakomichi.markdown b/src/dictionary/sa/sakomichi.markdown deleted file mode 100644 index 2ad3013..0000000 --- a/src/dictionary/sa/sakomichi.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: sakomichi ---- - -# Noun - -## sakomìchi - -1. The leader of one side of a battle or war. - -## sakomíchi - -1. The clan leader in a battle or war. diff --git a/src/dictionary/sa/sakomichi.yaml b/src/dictionary/sa/sakomichi.yaml new file mode 100644 index 0000000..4628883 --- /dev/null +++ b/src/dictionary/sa/sakomichi.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: The leader of one side of a battle or war. + feminine: + - def: The clan leader in a battle or war. +base: sakomichi diff --git a/src/dictionary/se/seku.markdown b/src/dictionary/se/seku.markdown deleted file mode 100644 index baf4dd8..0000000 --- a/src/dictionary/se/seku.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: seku ---- - -# Verb - -## sèku - -1. Speak. diff --git a/src/dictionary/se/seku.yaml b/src/dictionary/se/seku.yaml new file mode 100644 index 0000000..7eaf0be --- /dev/null +++ b/src/dictionary/se/seku.yaml @@ -0,0 +1,5 @@ +pos: + verb: + masculine: + - def: Speak. +base: seku diff --git a/src/dictionary/se/semura.yaml b/src/dictionary/se/semura.yaml new file mode 100644 index 0000000..2f0265f --- /dev/null +++ b/src/dictionary/se/semura.yaml @@ -0,0 +1,12 @@ +base: semura +pos: + noun: + masculine: + - def: > + The flare of heat and energy that forms with powerful uses of magic. + reference: + - identifier: 0100-00 + title: Sand and Ash 18 + url: https://fedran.com/sand-and-ash/chapter-18/ + excerpt: > + Light burst from an impact, and he saw the runes of Chimípu’s blade flare with the clash against the other woman’s spike. Each letter was bright as sunlight but faded instantly. With the next attack, the runes flashed again. As Chimípu rained down blows, their attacks became a lighting storm of attack and parry. diff --git a/src/dictionary/shi/shifin.markdown b/src/dictionary/shi/shifin.markdown deleted file mode 100644 index 2184785..0000000 --- a/src/dictionary/shi/shifin.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: shifin ---- - -# Noun - -## shifìn - -1. A deep and humiliating shame. - - -## shifín - -1. Mildly shamed. diff --git a/src/dictionary/shi/shifin.yaml b/src/dictionary/shi/shifin.yaml new file mode 100644 index 0000000..aaa7bfe --- /dev/null +++ b/src/dictionary/shi/shifin.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: A deep and humiliating shame. + feminine: + - def: Mildly shamed. +base: shifin diff --git a/src/dictionary/shi/shikafu.markdown b/src/dictionary/shi/shikafu.markdown deleted file mode 100644 index 9071df3..0000000 --- a/src/dictionary/shi/shikafu.markdown +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: shikafu ---- - -# Noun - -## shikāfu - -1. Unrequited love or a crush. - -Obepáryo -Hidòshi diff --git a/src/dictionary/shi/shikafu.yaml b/src/dictionary/shi/shikafu.yaml new file mode 100644 index 0000000..29efa45 --- /dev/null +++ b/src/dictionary/shi/shikafu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Unrequited love or a crush. +base: shikafu diff --git a/src/dictionary/so/sofuki.markdown b/src/dictionary/so/sofuki.markdown deleted file mode 100644 index 4c2a3ed..0000000 --- a/src/dictionary/so/sofuki.markdown +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: sofuki ---- - -# Noun - -## sofùki - -1. A volume of a standard bottle of wine. -2. A volume of liquid equal to 3.3 [kéka](../ke/keka.markdown). -3. OOW: A volume of liquid equal to 1,020 mL. diff --git a/src/dictionary/so/sofuki.yaml b/src/dictionary/so/sofuki.yaml new file mode 100644 index 0000000..ab397bb --- /dev/null +++ b/src/dictionary/so/sofuki.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: A volume of a standard bottle of wine. + - def: 'A volume of liquid equal to 3.3 [kéka](../ke/keka.markdown).' + - def: 'OOW: A volume of liquid equal to 1,020 mL.' +base: sofuki diff --git a/src/dictionary/so/soramifu.yaml b/src/dictionary/so/soramifu.yaml new file mode 100644 index 0000000..effc050 --- /dev/null +++ b/src/dictionary/so/soramifu.yaml @@ -0,0 +1,15 @@ +base: soramifu +pos: + noun: + masculine: + - def: > + The flare of heat and energy that bursts out of powerful warriors + when they experience strong emotions. + reference: + - identifier: 0100-00 + title: Sand and Ash 21 + url: https://fedran.com/sand-and-ash/chapter-21/ + excerpt: > + But, despite Tsubàyo and the massive horse stepping into the shadows just moments before, she hit nothing. + + “Damn that bastard!” Chimípu threw back her head and screamed in rage. It was a high-pitched screech that sounded uncomfortably like that of a bird. Her body ignited with a golden flame that burned away the shadows around her. She became a blinding sun in an instant as a translucent dépa superimposed itself over her body. The image expanded to twice her height before it dissipated in swirls of golden sparks. diff --git a/src/dictionary/su/sugo.markdown b/src/dictionary/su/sugo.markdown deleted file mode 100644 index 6dd6b0d..0000000 --- a/src/dictionary/su/sugo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: sugo ---- - -# Noun - -## súgo - -1. Know, knowledge. diff --git a/src/dictionary/su/sugo.yaml b/src/dictionary/su/sugo.yaml new file mode 100644 index 0000000..cff6f3d --- /dev/null +++ b/src/dictionary/su/sugo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: 'Know, knowledge.' +base: sugo diff --git a/src/dictionary/ta/ta.markdown b/src/dictionary/ta/ta.markdown deleted file mode 100644 index 3e92b34..0000000 --- a/src/dictionary/ta/ta.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: ta ---- - -# Pronoun - -## ta - -1. This. Add "-n" for final. diff --git a/src/dictionary/ta/ta.yaml b/src/dictionary/ta/ta.yaml new file mode 100644 index 0000000..8807db1 --- /dev/null +++ b/src/dictionary/ta/ta.yaml @@ -0,0 +1,4 @@ +pos: + pro: + - def: This. Add "-n" for final. +base: ta diff --git a/src/dictionary/ta/tachira.markdown b/src/dictionary/ta/tachira.markdown deleted file mode 100644 index 6d64486..0000000 --- a/src/dictionary/ta/tachira.markdown +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: tachira ---- - -# Noun - -## tachìra - -1. The sun spirit. - -## tachīra -2. The sun. diff --git a/src/dictionary/ta/tachira.yaml b/src/dictionary/ta/tachira.yaml new file mode 100644 index 0000000..f471179 --- /dev/null +++ b/src/dictionary/ta/tachira.yaml @@ -0,0 +1,7 @@ +pos: + noun: + masculine: + - def: The sun spirit. + neuter: + - def: The sun. +base: tachira diff --git a/src/dictionary/ta/taigona.yaml b/src/dictionary/ta/taigona.yaml new file mode 100644 index 0000000..9cf3ee3 --- /dev/null +++ b/src/dictionary/ta/taigona.yaml @@ -0,0 +1,7 @@ +base: taigona +pos: + noun: + feminine: + - def: > + The transfer of energy from one of the great spirit, into a clan + spirit, and then into an individual. diff --git a/src/dictionary/ta/tanifatsu.markdown b/src/dictionary/ta/tanifatsu.markdown deleted file mode 100644 index f507253..0000000 --- a/src/dictionary/ta/tanifatsu.markdown +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: tanifatsu ---- - -# Noun - -## tanifātsu - -1. A script that has vowels underneath the consonants. -2. The script of the Eastern part of the Mifúno desert. - -# Verb - -## tanifátsu - -1. To write in a *tanifātsu* script. diff --git a/src/dictionary/ta/tanifatsu.yaml b/src/dictionary/ta/tanifatsu.yaml new file mode 100644 index 0000000..d48e810 --- /dev/null +++ b/src/dictionary/ta/tanifatsu.yaml @@ -0,0 +1,9 @@ +pos: + noun: + neuter: + - def: A script that has vowels underneath the consonants. + - def: The script of the Eastern part of the Mifúno desert. + verb: + feminine: + - def: To write in a *tanifātsu* script. +base: tanifatsu diff --git a/src/dictionary/ta/tata.markdown b/src/dictionary/ta/tata.markdown deleted file mode 100644 index a98f5b0..0000000 --- a/src/dictionary/ta/tata.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tata ---- - -# Pronoun - -## tata - -1. That, use "-n" for final. diff --git a/src/dictionary/ta/tata.yaml b/src/dictionary/ta/tata.yaml new file mode 100644 index 0000000..ad462d3 --- /dev/null +++ b/src/dictionary/ta/tata.yaml @@ -0,0 +1,4 @@ +pos: + pro: + - def: 'That, use "-n" for final.' +base: tata diff --git a/src/dictionary/ta/tazagu.markdown b/src/dictionary/ta/tazagu.markdown deleted file mode 100644 index c954a0b..0000000 --- a/src/dictionary/ta/tazagu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tazagu ---- - -# Noun - -## tazágu - -1. A fighting spike. diff --git a/src/dictionary/ta/tazagu.yaml b/src/dictionary/ta/tazagu.yaml new file mode 100644 index 0000000..6628ea7 --- /dev/null +++ b/src/dictionary/ta/tazagu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: A fighting spike. +base: tazagu diff --git a/src/dictionary/te/te.markdown b/src/dictionary/te/te.markdown deleted file mode 100644 index da1e14b..0000000 --- a/src/dictionary/te/te.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: te ---- - -# Pronoun - -## te - -1. They, them, theirs. diff --git a/src/dictionary/te/te.yaml b/src/dictionary/te/te.yaml new file mode 100644 index 0000000..54d68b6 --- /dev/null +++ b/src/dictionary/te/te.yaml @@ -0,0 +1,4 @@ +pos: + pro: + - def: 'They, them, theirs.' +base: te diff --git a/src/dictionary/te/tejoki.yaml b/src/dictionary/te/tejoki.yaml new file mode 100644 index 0000000..0fc9680 --- /dev/null +++ b/src/dictionary/te/tejoki.yaml @@ -0,0 +1,11 @@ +base: tejoki +pos: + noun: + masculine: + - def: A boulder or large rock. + adj: + - def: Blocking or obstructing. + verb: + neuter: + - def: To block or obstruct the flow of water or liquid. + - def: To obstruct a conversation. diff --git a/src/dictionary/to/toki.markdown b/src/dictionary/to/toki.markdown deleted file mode 100644 index 0db1fd7..0000000 --- a/src/dictionary/to/toki.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: toki ---- - -# Noun - -## tóki - -1. Female. diff --git a/src/dictionary/to/toki.yaml b/src/dictionary/to/toki.yaml new file mode 100644 index 0000000..c8bb3ef --- /dev/null +++ b/src/dictionary/to/toki.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Female. +base: toki diff --git a/src/dictionary/to/tokishi.markdown b/src/dictionary/to/tokishi.markdown deleted file mode 100644 index 89200b5..0000000 --- a/src/dictionary/to/tokishi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tokishi ---- - -# Noun - -## tokíshi - -1. People, folk. diff --git a/src/dictionary/to/tokishi.yaml b/src/dictionary/to/tokishi.yaml new file mode 100644 index 0000000..697bca9 --- /dev/null +++ b/src/dictionary/to/tokishi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: 'People, folk.' +base: tokishi diff --git a/src/dictionary/to/tonufi.markdown b/src/dictionary/to/tonufi.markdown deleted file mode 100644 index 85ab67d..0000000 --- a/src/dictionary/to/tonufi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tonufi ---- - -# Noun - -## tonùfi - -1. "King", actually lord of an animal given by a spirit. diff --git a/src/dictionary/to/tonufi.yaml b/src/dictionary/to/tonufi.yaml new file mode 100644 index 0000000..3f8f49f --- /dev/null +++ b/src/dictionary/to/tonufi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: '"King", actually lord of an animal given by a spirit.' +base: tonufi diff --git a/src/dictionary/to/tora.markdown b/src/dictionary/to/tora.markdown deleted file mode 100644 index 3442f41..0000000 --- a/src/dictionary/to/tora.markdown +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: tora ---- - -# Noun - -## tòra - -1. A male dog or hound. - -## Related - -1. figaki tòra: A short-haired dog, typically feral. diff --git a/src/dictionary/to/tora.yaml b/src/dictionary/to/tora.yaml new file mode 100644 index 0000000..75c80f4 --- /dev/null +++ b/src/dictionary/to/tora.yaml @@ -0,0 +1,6 @@ +pos: + noun: + masculine: + - def: A male dog or hound. + - def: 'figaki tòra: A short-haired dog, typically feral.' +base: tora diff --git a/src/dictionary/tsu/tsu.markdown b/src/dictionary/tsu/tsu.markdown deleted file mode 100644 index c0bc007..0000000 --- a/src/dictionary/tsu/tsu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tsu ---- - -# Pronoun - -## tsu - -1. "their clan" diff --git a/src/dictionary/tsu/tsu.yaml b/src/dictionary/tsu/tsu.yaml new file mode 100644 index 0000000..19a1efd --- /dev/null +++ b/src/dictionary/tsu/tsu.yaml @@ -0,0 +1,4 @@ +pos: + pro: + - def: '"their clan"' +base: tsu diff --git a/src/dictionary/tsu/tsufi.markdown b/src/dictionary/tsu/tsufi.markdown deleted file mode 100644 index 273e9ed..0000000 --- a/src/dictionary/tsu/tsufi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tsufi ---- - -# Noun - -## tsùfi - -1. Big, large. diff --git a/src/dictionary/tsu/tsufi.yaml b/src/dictionary/tsu/tsufi.yaml new file mode 100644 index 0000000..93b946e --- /dev/null +++ b/src/dictionary/tsu/tsufi.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: 'Big, large.' +base: tsufi diff --git a/src/dictionary/tsu/tsufoni.markdown b/src/dictionary/tsu/tsufoni.markdown deleted file mode 100644 index e893eac..0000000 --- a/src/dictionary/tsu/tsufoni.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tsufoni ---- - -# Noun - -## tsufóni - -1. Hair on a human or creature. diff --git a/src/dictionary/tsu/tsufoni.yaml b/src/dictionary/tsu/tsufoni.yaml new file mode 100644 index 0000000..1938978 --- /dev/null +++ b/src/dictionary/tsu/tsufoni.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Hair on a human or creature. +base: tsufoni diff --git a/src/dictionary/tsu/tsukire.markdown b/src/dictionary/tsu/tsukire.markdown deleted file mode 100644 index 419301d..0000000 --- a/src/dictionary/tsu/tsukire.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tsukire ---- - -# Noun - -## tsukíre - -1. tsukíre diff --git a/src/dictionary/tsu/tsukire.yaml b/src/dictionary/tsu/tsukire.yaml new file mode 100644 index 0000000..868a16c --- /dev/null +++ b/src/dictionary/tsu/tsukire.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: tsukíre +base: tsukire diff --git a/src/dictionary/tsu/tsukishi.yaml b/src/dictionary/tsu/tsukishi.yaml new file mode 100644 index 0000000..8e256ba --- /dev/null +++ b/src/dictionary/tsu/tsukishi.yaml @@ -0,0 +1,6 @@ +base: tsukishi +pos: + noun: + masculine: + - def: > + Magic that waxes or wanes with the user's emotional state. diff --git a/src/dictionary/tsu/tsukokimu.yaml b/src/dictionary/tsu/tsukokimu.yaml new file mode 100644 index 0000000..6e124c6 --- /dev/null +++ b/src/dictionary/tsu/tsukokimu.yaml @@ -0,0 +1,14 @@ +base: tsukokimu +pos: + verb: + neuter: + - def: > + To answer a spiritual call from a clan member. + reference: + - identifier: 0100-02 + title: Sand and Bone 1 + url: https://fedran.com/sand-and-bone/chapter-01/ + excerpt: > + A screech filled the air, radiating away from the sharp cliffs that surrounded Shimusogo Valley. Even ripped from a human's throat, the sound traveled further than a mere cry could ever match. It rolled along the sand dunes and past the short ridges of rocks peppering the desert around the valley. + + Rutejìmo froze when the sound slammed into him. The screech demanded action, forcing him to focus on the cliffs that framed the home valley. The sound continued past him, but he heard it repeating in his head like a memory refusing to be forgotten. He clenched his hand, and the leather ball he was about to throw slipped from his palm and landed on the ground with a muted thud. diff --git a/src/dictionary/tsu/tsumo.markdown b/src/dictionary/tsu/tsumo.markdown deleted file mode 100644 index 94d0e8b..0000000 --- a/src/dictionary/tsu/tsumo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: tsumo ---- - -# Noun - -## tsúmo - -1. Small diff --git a/src/dictionary/tsu/tsumo.yaml b/src/dictionary/tsu/tsumo.yaml new file mode 100644 index 0000000..73837de --- /dev/null +++ b/src/dictionary/tsu/tsumo.yaml @@ -0,0 +1,5 @@ +pos: + noun: + feminine: + - def: Small +base: tsumo diff --git a/src/dictionary/u/udimo.yaml b/src/dictionary/u/udimo.yaml new file mode 100644 index 0000000..c04a276 --- /dev/null +++ b/src/dictionary/u/udimo.yaml @@ -0,0 +1,21 @@ +base: udimo +pos: + noun: + neuter: + - def: > + The moment of pleasure when someone's associated celestial body + rises above the horizon. + reference: + - identifier: 0100-02 + title: Sand and Bone 4 + url: https://fedran.com/sand-and-ash/chapter-04/ + excerpt: > + Even in the depths of his family cave, Rutejìmo knew the moment the sun rose above the horizon. The delicate tickle of power started at the tips of his toes and fingers before quickly coursing along his veins and bones. It reached his heart and blossomed into a euphoric wave of pleasure that quickened his breath and heart. + + Across the valley, all the adults would be waking up in the same manner. They were all part of Shimusògo’s clan, and the dépa’s power came from the sun spirit, Tachìra. + + Mapábyo let out a soft coo. She made the same sound every morning, and he never tired of hearing it. Rutejìmo rolled on his side and swept his leg forward, burrowing through the blankets until his shin thudded against the hard muscles of her leg. After so many years of sprinting across the desert, both of their legs were solid as rock. + verb: + masculine: + - def: > + Anticipating when one's celestial body rises above the horizon. diff --git a/src/dictionary/u/uichifogu.yaml b/src/dictionary/u/uichifogu.yaml new file mode 100644 index 0000000..179c0d5 --- /dev/null +++ b/src/dictionary/u/uichifogu.yaml @@ -0,0 +1,21 @@ +base: uichifogu +pos: + noun: + masculine: + - def: > + The moment when someone first emotionally connects to their spirit + and uses magic. + reference: + - identifier: 0100-00 + title: Sand and Blood 10 + url: https://fedran.com/sand-and-ash/chapter-10/ + excerpt: > + He caught a hint of movement again. This time, he didn’t stop but glanced over without slowing. + + It was a bird racing him, just a few paces ahead of him and to the right. The avian glided across the sand on long legs. Its three-toed claws didn’t leave a trail behind it or disturb the sands with the breeze of its passing. It kept its short wings tight to its body as it ran. A brown-and-white speckled pattern ran from its crest down to the end of the long feathers that formed the tail. It was a shimusogo dépa, the dune-runner bird Shimusògo took his name from. + + Startled, Rutejìmo slowed down, and between one step and the next, he lost sight of the bird. Desperate, he tried to maintain his speed while looking around but the dépa was gone. He slowed down further, peering over his shoulders for the bird. + + As he came to a stumbling halt, all the joy fled out of him. In one moment, he was experiencing a high and in the next it was gone. It wasn’t until it was missing that he realized he was experiencing it. In its wake, a longing burned inside him. He wanted to run, something he had never felt before, and the urge sang through his veins. + + Rutejìmo frowned and turned in a circle. The dépa was gone and Tsubàyo and Karawàbi were quickly outpacing him. The need to run burned hotter. In the back of his mind, he knew that if he just ran fast enough, the dépa would return. The knowledge, however, frightened him since he had never had an urge to run before, nor had he ever seen a dépa while running. diff --git a/src/dictionary/wa/wabi.markdown b/src/dictionary/wa/wabi.markdown deleted file mode 100644 index f854c2c..0000000 --- a/src/dictionary/wa/wabi.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: wabi ---- - -# Noun - -## wābi - -1. The relative social rank between two people, such as a underling and their boss, a child to a clan elder, or a younger to an older person. diff --git a/src/dictionary/wa/wabi.yaml b/src/dictionary/wa/wabi.yaml new file mode 100644 index 0000000..ec3349a --- /dev/null +++ b/src/dictionary/wa/wabi.yaml @@ -0,0 +1,7 @@ +pos: + noun: + neuter: + - def: >- + The relative social rank between two people, such as a underling and + their boss, a child to a clan elder, or a younger to an older person. +base: wabi diff --git a/src/dictionary/wa/wabipeji.markdown b/src/dictionary/wa/wabipeji.markdown deleted file mode 100644 index 3d79639..0000000 --- a/src/dictionary/wa/wabipeji.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: wabipeji ---- - -# Verb - -## wabipéji - -1. To temporarily raise the subject's social rank for purposes of speaking. diff --git a/src/dictionary/wa/wabipeji.yaml b/src/dictionary/wa/wabipeji.yaml new file mode 100644 index 0000000..b17b9e2 --- /dev/null +++ b/src/dictionary/wa/wabipeji.yaml @@ -0,0 +1,7 @@ +pos: + verb: + feminine: + - def: >- + To temporarily raise the subject's social rank for purposes of + speaking. +base: wabipeji diff --git a/src/dictionary/wa/wafu.markdown b/src/dictionary/wa/wafu.markdown deleted file mode 100644 index cf23387..0000000 --- a/src/dictionary/wa/wafu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: wafu ---- - -# Noun - -## wāfu - -1. Word or words, either spoken or written. diff --git a/src/dictionary/wa/wafu.yaml b/src/dictionary/wa/wafu.yaml new file mode 100644 index 0000000..aa0a909 --- /dev/null +++ b/src/dictionary/wa/wafu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: 'Word or words, either spoken or written.' +base: wafu diff --git a/src/dictionary/wa/wamuchiso.yaml b/src/dictionary/wa/wamuchiso.yaml new file mode 100644 index 0000000..5938d4c --- /dev/null +++ b/src/dictionary/wa/wamuchiso.yaml @@ -0,0 +1,6 @@ +base: wamuchiso +pos: + verb: + feminine: + - def: > + To magically bond with an animal or creature. diff --git a/src/dictionary/wa/wanu.markdown b/src/dictionary/wa/wanu.markdown deleted file mode 100644 index f33a601..0000000 --- a/src/dictionary/wa/wanu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: wanu ---- - -# Noun - -## wānu - -1. Name, named. diff --git a/src/dictionary/wa/wanu.yaml b/src/dictionary/wa/wanu.yaml new file mode 100644 index 0000000..bfdb3be --- /dev/null +++ b/src/dictionary/wa/wanu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: 'Name, named.' +base: wanu diff --git a/src/dictionary/wa/watefama.yaml b/src/dictionary/wa/watefama.yaml new file mode 100644 index 0000000..a1db651 --- /dev/null +++ b/src/dictionary/wa/watefama.yaml @@ -0,0 +1,6 @@ +base: watefama +pos: + verb: + feminine: + - def: > + To magically bond with a place or natural feature. diff --git a/src/dictionary/we/we.markdown b/src/dictionary/we/we.markdown deleted file mode 100644 index b3b7c03..0000000 --- a/src/dictionary/we/we.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: we ---- - -# Particles - -## we - -1. Indicates the beginning of a number sequence. - diff --git a/src/dictionary/we/we.yaml b/src/dictionary/we/we.yaml new file mode 100644 index 0000000..18d5165 --- /dev/null +++ b/src/dictionary/we/we.yaml @@ -0,0 +1,4 @@ +pos: + part: + - def: Indicates the beginning of a number sequence. +base: we diff --git a/src/dictionary/wi/widahogu.yaml b/src/dictionary/wi/widahogu.yaml new file mode 100644 index 0000000..22d7029 --- /dev/null +++ b/src/dictionary/wi/widahogu.yaml @@ -0,0 +1,8 @@ +base: widahogu +pos: + verb: + feminine: + - def: > + To lift or carry something using magic. + - def: > + To move something through telekinesis. diff --git a/src/dictionary/wo/woi.yaml b/src/dictionary/wo/woi.yaml new file mode 100644 index 0000000..18f155d --- /dev/null +++ b/src/dictionary/wo/woi.yaml @@ -0,0 +1,8 @@ +base: woi +pos: + noun: + neuter: + - def: A blade or clump of grass. + verb: + feminine: + - def: To gather or group together for company. diff --git a/src/dictionary/wu/wuduna.markdown b/src/dictionary/wu/wuduna.markdown deleted file mode 100644 index 79b31f9..0000000 --- a/src/dictionary/wu/wuduna.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: wuduna ---- - -# Noun - -## wudūna - -1. 1/64th of a dātsu used for light weights. -2. OOW: 15.9 g. diff --git a/src/dictionary/wu/wuduna.yaml b/src/dictionary/wu/wuduna.yaml new file mode 100644 index 0000000..70af0c4 --- /dev/null +++ b/src/dictionary/wu/wuduna.yaml @@ -0,0 +1,6 @@ +pos: + noun: + neuter: + - def: 1/64th of a dātsu used for light weights. + - def: 'OOW: 15.9 g.' +base: wuduna diff --git a/src/dictionary/wu/wufabi.yaml b/src/dictionary/wu/wufabi.yaml new file mode 100644 index 0000000..88a1197 --- /dev/null +++ b/src/dictionary/wu/wufabi.yaml @@ -0,0 +1,5 @@ +base: wufabi +pos: + noun: + neuter: + - def: Sparrows or small birds. diff --git a/src/dictionary/ya/yagumama.yaml b/src/dictionary/ya/yagumama.yaml new file mode 100644 index 0000000..cfe5fdb --- /dev/null +++ b/src/dictionary/ya/yagumama.yaml @@ -0,0 +1,9 @@ +base: yagumama +pos: + verb: + masculine: + - def: > + To cause a plant or animal grow rapidly with magic. + feminine: + - def: > + To manipulate or guide a plant or animal's growth. diff --git a/src/dictionary/ya/yaji.markdown b/src/dictionary/ya/yaji.markdown deleted file mode 100644 index 801ee54..0000000 --- a/src/dictionary/ya/yaji.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: yaji ---- - -# Noun - -## yāji - -1. 1/64th the difference between [pimayāzu](../pi/pimayāzu.markdown) (freezing) and [komiyāza](../ko/komiyāza.markdown) (boiling). -2. OOW: 1.6 C. diff --git a/src/dictionary/ya/yaji.yaml b/src/dictionary/ya/yaji.yaml new file mode 100644 index 0000000..86152e8 --- /dev/null +++ b/src/dictionary/ya/yaji.yaml @@ -0,0 +1,8 @@ +pos: + noun: + neuter: + - def: >- + 1/64th the difference between [pimayāzu](../pi/pimayāzu.markdown) + (freezing) and [komiyāza](../ko/komiyāza.markdown) (boiling). + - def: 'OOW: 1.6 C.' +base: yaji diff --git a/src/dictionary/ya/yarimu.markdown b/src/dictionary/ya/yarimu.markdown deleted file mode 100644 index 9577bcb..0000000 --- a/src/dictionary/ya/yarimu.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: yarimu ---- - -# Noun - -## yarīmu - -1. Rain. - diff --git a/src/dictionary/ya/yarimu.yaml b/src/dictionary/ya/yarimu.yaml new file mode 100644 index 0000000..f029b3f --- /dev/null +++ b/src/dictionary/ya/yarimu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: Rain. +base: yarimu diff --git a/src/dictionary/ya/yarimufu.markdown b/src/dictionary/ya/yarimufu.markdown deleted file mode 100644 index 8fe75d5..0000000 --- a/src/dictionary/ya/yarimufu.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: yarimufu ---- - -# Noun - -## yarimùfu - -1. Cloud. diff --git a/src/dictionary/ya/yarimufu.yaml b/src/dictionary/ya/yarimufu.yaml new file mode 100644 index 0000000..30af259 --- /dev/null +++ b/src/dictionary/ya/yarimufu.yaml @@ -0,0 +1,5 @@ +pos: + noun: + masculine: + - def: Cloud. +base: yarimufu diff --git a/src/dictionary/yo/yo.markdown b/src/dictionary/yo/yo.markdown deleted file mode 100644 index f90d139..0000000 --- a/src/dictionary/yo/yo.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: yo ---- - -# Particle - -## yo - -1. Suffix for not or negate. diff --git a/src/dictionary/yo/yo.yaml b/src/dictionary/yo/yo.yaml new file mode 100644 index 0000000..d20cbb6 --- /dev/null +++ b/src/dictionary/yo/yo.yaml @@ -0,0 +1,4 @@ +pos: + part: + - def: Suffix for not or negate. +base: yo diff --git a/src/dictionary/yu/yuji.markdown b/src/dictionary/yu/yuji.markdown deleted file mode 100644 index a6007ec..0000000 --- a/src/dictionary/yu/yuji.markdown +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: yuji ---- - -# Noun - -## yūji - -1. An egg of a bird or insect. - diff --git a/src/dictionary/yu/yuji.yaml b/src/dictionary/yu/yuji.yaml new file mode 100644 index 0000000..fe2ae0a --- /dev/null +++ b/src/dictionary/yu/yuji.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: An egg of a bird or insect. +base: yuji diff --git a/src/dictionary/za/zachyo.markdown b/src/dictionary/za/zachyo.markdown deleted file mode 100644 index 2ea3b4c..0000000 --- a/src/dictionary/za/zachyo.markdown +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: zachyo ---- - -# Noun - -## zàchyo - -1. A serving or shared bowl. - -## záchyo - -1. A bowl for a single person. -2. A small bowl. diff --git a/src/dictionary/za/zachyo.yaml b/src/dictionary/za/zachyo.yaml new file mode 100644 index 0000000..75c6bbb --- /dev/null +++ b/src/dictionary/za/zachyo.yaml @@ -0,0 +1,8 @@ +pos: + noun: + masculine: + - def: A serving or shared bowl. + feminine: + - def: A bowl for a single person. + - def: A small bowl. +base: zachyo diff --git a/src/dictionary/ze/zeshitomi.markdown b/src/dictionary/ze/zeshitomi.markdown deleted file mode 100644 index c469eb4..0000000 --- a/src/dictionary/ze/zeshitomi.markdown +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: zeshitomi -def: legend ---- diff --git a/src/dictionary/ze/zeshitomi.yaml b/src/dictionary/ze/zeshitomi.yaml new file mode 100644 index 0000000..d91f5e6 --- /dev/null +++ b/src/dictionary/ze/zeshitomi.yaml @@ -0,0 +1,5 @@ +base: zeshitomi +pos: + noun: + masculine: + - def: Legend. diff --git a/src/dictionary/zo/zopaba.markdown b/src/dictionary/zo/zopaba.markdown deleted file mode 100644 index ea703af..0000000 --- a/src/dictionary/zo/zopaba.markdown +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: zopaba ---- - -# Noun - -## zopāba - -1. Round, circle diff --git a/src/dictionary/zo/zopaba.yaml b/src/dictionary/zo/zopaba.yaml new file mode 100644 index 0000000..c129485 --- /dev/null +++ b/src/dictionary/zo/zopaba.yaml @@ -0,0 +1,5 @@ +pos: + noun: + neuter: + - def: 'Round, circle' +base: zopaba diff --git a/src/dictionary/zu/zushi.markdown b/src/dictionary/zu/zushi.markdown deleted file mode 100644 index 677a7ef..0000000 --- a/src/dictionary/zu/zushi.markdown +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: zushi ---- - -# Noun - -## zùshi - -1. A long or a full night's sleep. - -## zúshi - -1. A nap. - -# Verb - -## zùshi - -1. To sleep for a long time. - -## zúshi - -1. To take a nap. diff --git a/src/dictionary/zu/zushi.yaml b/src/dictionary/zu/zushi.yaml new file mode 100644 index 0000000..8320e05 --- /dev/null +++ b/src/dictionary/zu/zushi.yaml @@ -0,0 +1,12 @@ +pos: + noun: + masculine: + - def: A long or a full night's sleep. + feminine: + - def: A nap. + verb: + masculine: + - def: To sleep for a long time. + feminine: + - def: To take a nap. +base: zushi diff --git a/src/dictionary/zu/zushichya.yaml b/src/dictionary/zu/zushichya.yaml new file mode 100644 index 0000000..0986b30 --- /dev/null +++ b/src/dictionary/zu/zushichya.yaml @@ -0,0 +1,12 @@ +base: zushichya +pos: + noun: + neuter: + - def: A resin tree. + masculine: + - def: Amber. + adj: + - def: Growing older. + verb: + feminine: + - def: To solidify one's opinions. diff --git a/src/schema/entry.json b/src/schema/entry.json index 680fcf2..e2b5269 100644 --- a/src/schema/entry.json +++ b/src/schema/entry.json @@ -4,6 +4,7 @@ "title": "Miwāfu Dictionary Entry", "description": "A dictionary entry for Miwāfu, a constructed language by D. Moonfire", "type": "object", + "additionalProperties": false, "properties": { "base": { "description": "The base word without any accents", @@ -12,6 +13,7 @@ "pos": { "description": "The parts of speech for the entry", "type": "object", + "additionalProperties": false, "properties": { "adj": { "description": "Entries for using the word as an adjective", @@ -19,66 +21,87 @@ "items": { "$ref": "#/$defs/definition" } - } - }, - "adv": { - "description": "Entries for using the word as an adverb", - "type": "array", - "items": { - "$ref": "#/$defs/definition" - } - } - }, - "noun": { - "description": "Entries for using the word as a noun", - "type": "object", - "properties": { - "masculine": { - "description": "Masculine or male uses of the word", + }, + "adv": { + "description": "Entries for using the word as an adverb", "type": "array", "items": { "$ref": "#/$defs/definition" } }, - "neuter": { - "description": "Neuter or neutral uses of the word", + "noun": { + "description": "Entries for using the word as a noun", + "type": "object", + "properties": { + "masculine": { + "description": "Masculine or male uses of the word", + "type": "array", + "items": { + "$ref": "#/$defs/definition" + } + }, + "neuter": { + "description": "Neuter or neutral uses of the word", + "type": "array", + "items": { + "$ref": "#/$defs/definition" + } + }, + "feminine": { + "description": "Feminine or female uses of the word", + "type": "array", + "items": { + "$ref": "#/$defs/definition" + } + } + } + }, + "num": { + "description": "Entries for using the word as an numeral", "type": "array", "items": { "$ref": "#/$defs/definition" } }, - "feminine": { - "description": "Feminine or female uses of the word", - "type": "array", - "items": { - "$ref": "#/$defs/definition" - } - } - } - }, - "verb": { - "description": "Entries for using the word as a verb", - "type": "object", - "properties": { - "masculine": { - "description": "Masculine or male uses of the word", + "part": { + "description": "Entries for using the word as an particle", "type": "array", "items": { "$ref": "#/$defs/definition" } }, - "neuter": { - "description": "Neuter or neutral uses of the word", + "pro": { + "description": "Entries for using the word as an pronouns", "type": "array", "items": { "$ref": "#/$defs/definition" } }, - "feminine": { - "description": "Feminine or female uses of the word", - "type": "array", - "items": { - "$ref": "#/$defs/definition" + "verb": { + "description": "Entries for using the word as a verb", + "type": "object", + "properties": { + "masculine": { + "description": "Masculine or male uses of the word", + "type": "array", + "items": { + "$ref": "#/$defs/definition" + } + }, + "neuter": { + "description": "Neuter or neutral uses of the word", + "type": "array", + "items": { + "$ref": "#/$defs/definition" + } + }, + "feminine": { + "description": "Feminine or female uses of the word", + "type": "array", + "items": { + "$ref": "#/$defs/definition" + } + } } } } @@ -91,11 +114,16 @@ "definition": { "description": "A definition of a Miwāfu word", "type": "object", + "additionalProperties": false, "properties": { "def": { "description": "The description of the definition", "type": "string" }, + "oow": { + "description": "Used to equate something to the 'real world'", + "type": "string" + }, "example": { "description": "Example sentence or phrases", "type": "array",