From 37174664904c832442bee8b593f00f8f3349dc2b Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 10:02:30 -0700 Subject: [PATCH 01/21] actions: automatically run on PRs --- .github/workflows/gen-json-spec.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gen-json-spec.yml b/.github/workflows/gen-json-spec.yml index 6e50553..cdd04b0 100644 --- a/.github/workflows/gen-json-spec.yml +++ b/.github/workflows/gen-json-spec.yml @@ -5,6 +5,8 @@ name: Generate JSON language specification on: push: branches: ['main'] + pull_request: + branches: ['main'] workflow_dispatch: jobs: From 7ad2dd797075fc627d8b929191a003fcfd4991bb Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 10:04:28 -0700 Subject: [PATCH 02/21] rename tasks --- .github/workflows/gen-json-spec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen-json-spec.yml b/.github/workflows/gen-json-spec.yml index cdd04b0..465ecf7 100644 --- a/.github/workflows/gen-json-spec.yml +++ b/.github/workflows/gen-json-spec.yml @@ -1,6 +1,6 @@ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Generate JSON language specification +name: Generate spec and alphabetize source on: push: @@ -24,7 +24,7 @@ jobs: with: node-version: node - run: bash run-scripts.sh - name: Generate JSON language specification and test + name: Generate JSON spec and alphabetize Markdown source - name: Add & Commit uses: EndBug/add-and-commit@v9.1.4 with: From 89e36bddc86c6a1beb80b9660fadf17187d49093 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 10:06:08 -0700 Subject: [PATCH 03/21] use newer action hooks --- .github/workflows/gen-json-spec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen-json-spec.yml b/.github/workflows/gen-json-spec.yml index 465ecf7..b4cc220 100644 --- a/.github/workflows/gen-json-spec.yml +++ b/.github/workflows/gen-json-spec.yml @@ -16,11 +16,11 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: node - run: bash run-scripts.sh From ba4b87f8f820b15fdaedfdb656ae182517bdee6c Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 10:07:45 -0700 Subject: [PATCH 04/21] commit source files as well --- .github/workflows/gen-json-spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-json-spec.yml b/.github/workflows/gen-json-spec.yml index b4cc220..45cb546 100644 --- a/.github/workflows/gen-json-spec.yml +++ b/.github/workflows/gen-json-spec.yml @@ -28,7 +28,7 @@ jobs: - name: Add & Commit uses: EndBug/add-and-commit@v9.1.4 with: - add: rawspec + add: rawspec Vocabulary default_author: github_actions fetch: true message: actions—generate JSON langspec From d47ce9ab8f03d2b0321a4934d66fc818a4d4dee6 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 10:07:58 -0700 Subject: [PATCH 05/21] actually edit source files --- scripting/index.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/scripting/index.ts b/scripting/index.ts index 136de4b..4257e96 100644 --- a/scripting/index.ts +++ b/scripting/index.ts @@ -141,6 +141,26 @@ for (const file of Files) { ) } satisfies Section); + await writeFile( + join(SourceDirectory, file), + `# ${file.replace('.md', '')}\n\n` + + sectionStack + .map(section => { + let sectionString = ''; + if (section.title) sectionString += `## ${section.title}\n\n`; + sectionString += `| ${section.headers.join(' | ')} |\n`; + sectionString += `|${section.headers.map(header => '--' + '-'.repeat(header.length)).join('|')}|\n`; + sectionString += section.entries + .map( + entry => + `| ${entry.word} | ${entry.meaning ?? ''} | ${entry.impl ?? ''} |` + ) + .join('\n'); + return sectionString; + }) + .join('\n\n') + ); + const targetFile = join( TargetDirectory, file.toLowerCase().replace(/\.md$/, '.json') From c01c8fdb8395f39cf9b342adf561ce2aca852dba Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:08:20 +0000 Subject: [PATCH 06/21] =?UTF-8?q?actions=E2=80=94generate=20JSON=20langspe?= =?UTF-8?q?c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vocabulary/Adjectives.md | 90 ++++++------ Vocabulary/Adverbs.md | 24 ++-- Vocabulary/Conjunctions.md | 6 +- Vocabulary/Interjections.md | 12 +- Vocabulary/Nouns.md | 275 ++++++++++++++++++------------------ Vocabulary/Numbers.md | 186 ++++++++++++------------ Vocabulary/Prefixes.md | 14 +- Vocabulary/Prepositions.md | 20 +-- Vocabulary/Pronouns.md | 37 +++-- Vocabulary/Suffixes.md | 33 +++-- Vocabulary/Verbs.md | 140 +++++++++--------- 11 files changed, 414 insertions(+), 423 deletions(-) diff --git a/Vocabulary/Adjectives.md b/Vocabulary/Adjectives.md index 75e7271..52b9f6a 100644 --- a/Vocabulary/Adjectives.md +++ b/Vocabulary/Adjectives.md @@ -1,61 +1,61 @@ # Adjectives | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| mi | cute | | -| wusita | good | | -| disita | bad | | -| nen | not | | -| toransu | different, other | | -| somo | sleepy | | -| sekiso | sexy, fuckable | | -| deja | active | | -| gara | all | | -| coko | some | | +|----------|--------------------|------------------------------------| +| anoman | angry | | | boro | any | | -| gurati | free (price), autonomous, non-interfered-with | negative freedom | -| lifeta | liberated | positive freedom | -| jala | able, capable of | | -| mire | mid, average | | -| misu | liquid, fluid | | -| ten | solid, rigid | | -| lufi | gaseous | | +| caki | fast | | +| cangi | long (time) | | +| ciki | short (size) | | +| cikihason | quiet, soft | | | cinda | new | | -| gunda | old | | | cindajin | modern | | -| gundajin | ancient | | | cingun | physically light | | | cingunem | psychologically light | | -| qongun | physically heavy | | -| qongunem | psychologically heavy | | -| anoman | angry | | -| teto | large (size) | | -| ciki | short (size) | | -| kanacin | sad | | -| tanocin | happy | | -| cangi | long (time) | | +| coko | some | | +| dakun | black, dark | | | dangi | short (time) | | -| tenza | tall (height) | | +| deja | active | | +| disita | bad | | +| gara | all | | +| garatempu | eternal, everlasting, permanent | | +| gunda | old | | +| gundajin | ancient | | +| gurati | free (price), autonomous, non-interfered-with | negative freedom | +| hepin | scary | | +| jala | able, capable of | | +| kanacin | sad | | +| kanpekon | perfect, complete | | | kenki | short (height) | | -| suci | intelligent | | -| mimi | adorable | | -| dakun | black, dark | | +| kuso | exciting | | | lajito | white, light, bright | | -| miremire | gray | | +| lifeta | liberated | positive freedom | +| lufi | gaseous | | +| mani | slow | | | mayu | very, extremely | | -| suranto | same | | -| kuso | exciting | | -| kanpekon | perfect, complete | | +| mi | cute | | +| mimi | adorable | | +| mire | mid, average | | +| miremire | gray | | +| misu | liquid, fluid | | +| nen | not | | +| nidu | necessary | | +| qongun | physically heavy | | +| qongunem | psychologically heavy | | +| redu | sufficient | | +| sekiso | sexy, fuckable | | | senakanpekon | continuous | | | senakanpekonfe | discrete | | -| wanoka | most | | +| somo | sleepy | | +| suci | intelligent | | +| suranto | same | | +| tanocin | happy | | +| ten | solid, rigid | | +| tenza | tall (height) | | +| teto | large (size) | | +| tetohason | loud | | +| toransu | different, other | | | wanofe | least | | +| wanoka | most | | | wanore | only | | -| nidu | necessary | | -| redu | sufficient | | -| cikihason | quiet, soft | | -| tetohason | loud | | -| garatempu | eternal, everlasting, permanent | | -| mani | slow | | -| caki | fast | | -| hepin | scary | | +| wusita | good | | \ No newline at end of file diff --git a/Vocabulary/Adverbs.md b/Vocabulary/Adverbs.md index 5adfd29..280583b 100644 --- a/Vocabulary/Adverbs.md +++ b/Vocabulary/Adverbs.md @@ -3,33 +3,27 @@ ## Miscellaneous adverbs | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| nen | no | logical negation | +|----------|--------------------|------------------------------------| | con | soon | | | huba | overly | | -| mayu | very, extremely | | -| sun | why | interrogative question of cause | -| tun | because | statement of cause | +| nen | no | logical negation | | saci | how | interrogative question of methodology | +| sun | why | interrogative question of cause | | taci | | description of methodology | -| wuroga | WLOG (without loss of generality) | | +| tun | because | statement of cause | ## Temporal adverbs -(-hi is the termination for a temporal adverb) - | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| tahi | now | | +|----------|--------------------|------------------------------------| | kahi | then | | | sohi | when | | +| tahi | now | | ## Demonstrative adverbs -(-wa is the termination for a demonstrative adverb) - | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| tawa | here | | +|----------|--------------------|------------------------------------| | kawa | there | | -| sowa | where | | \ No newline at end of file +| sowa | where | | +| tawa | here | | \ No newline at end of file diff --git a/Vocabulary/Conjunctions.md b/Vocabulary/Conjunctions.md index 1dc467e..55b9667 100644 --- a/Vocabulary/Conjunctions.md +++ b/Vocabulary/Conjunctions.md @@ -2,10 +2,10 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| pum | and | logical conjunction | -| ron | or | logical disjunction | | no | but | logical implication | +| pum | and | logical conjunction | | pumfe | nand | opposite of logical conjunction | +| ron | or | logical disjunction | | ronfe | nor | opposite of logical disjunction | -| xon | xor | exclusive logical disjunction | | sumasu | in order to | | +| xon | xor | exclusive logical disjunction | \ No newline at end of file diff --git a/Vocabulary/Interjections.md b/Vocabulary/Interjections.md index 5f61a46..c4bfea0 100644 --- a/Vocabulary/Interjections.md +++ b/Vocabulary/Interjections.md @@ -2,12 +2,12 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| sim | yes | | -| nen | no | | +| biwe | thanks | | | henlo | hello | | -| na | hi | | +| hihi | laughter | | +| ke | ok | confirmation, acknowledgement | | konba | goodbye | | | mi | cute | | -| ke | ok | confirmation, acknowledgement | -| biwe | thanks | | -| hihi | laughter | | \ No newline at end of file +| na | hi | | +| nen | no | | +| sim | yes | | \ No newline at end of file diff --git a/Vocabulary/Nouns.md b/Vocabulary/Nouns.md index cba32e6..5ca1b2d 100644 --- a/Vocabulary/Nouns.md +++ b/Vocabulary/Nouns.md @@ -1,166 +1,165 @@ # Nouns | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| kase | cat | | -| hun | dog | | -| luma | person | | -| mawa | kiss | | -| lanmi | food | | -| topi | god, deity | | -| wantu | number | | -| cosi | choice, vote | | -| falo | speech, discussion, chat | | -| linwa | language | | -| keso | cheese | | -| sekiso | sex, act of fucking | | -| lumaba | friend | | -| deja | action | | -| gade | guess | | -| tempu | time | | -| cikondu | second | | -| minedu | minute | | -| haweru | hour | | -| dawu | day | | -| natu | night | | -| murinu | morning | | -| ebeninku | evening | | -| monadu | month | | -| siconu | season | | -| waru | year | | -| diwaru | decade | | -| huwaru | century | | -| newaru | millenium | | -| nem | mind | | -| pen | movement | | -| nepen | feeling | | -| gurati | non-intervention | free (price), without cost | -| lifeta | (positive) freedom | liberation, liberty | -| kumi | trans(gender)ness | | -| jala | ability | | -| mire | half, middle | | -| misu | liquid | | -| lufi | gas | | -| ten | solid | | -| kin | thing | | -| meta | measurment | | -| core | desire | | -| jore | need | | -| lonki | field of knowledge/study | | -| tori | kindness, love | | -| toba | word | | +|----------|--------------------|------------------------------------| | bencun | book | | -| gucun | story | | | bengu | storybook | | +| bese-X | base-X | | +| bulohaji | comfort, safety, euphoria | | +| caca | brush | | +| caja | adventure, journey | | +| canwa | result | | +| capa | shape | | +| capalonki | geometry | | +| capanem | form, style | | +| capasero | circle | | +| capaterolonki | trigonometry | | +| capa-X | X-sided polygon | | | cikaran | physical strength | | | cikaranem | mental strength | | -| canwa | result | | -| wucan | victory | | +| cikiwanoka | minimum | | +| cikondu | second | | +| conaro | space (mathematical) | | +| conarokanpekon | field (mathematical) | | +| core | desire | | +| cosi | choice, vote | | +| dawu | day | | +| deja | action | | +| dena | point (mathematical) | | | dican | defeat | | -| bulohaji | comfort, safety, euphoria | | +| dikinem | worry, concern | | +| diwaru | decade | | +| ebeninku | evening | | +| falo | speech, discussion, chat | | +| fero | set | | +| ferocapa | group (mathematical) | | +| ferociki | subset | | +| fono | wind | | +| funocapasero | chord | | +| gade | guess | | +| gano | simple | | +| goca | land, country, nation | | +| golon | goal, target | | +| gucun | story | | +| gurati | non-intervention | free (price), without cost | | hason | sound | | | hasontoba | pronunciation | | -| miku | idol | | -| qanzi | paper | | | -| muna | egg | | -| suntu | dumbass, idiot | | -| caja | adventure, journey | | -| goca | land, country, nation | | -| lumakapa | sibling | | +| haweru | hour | | +| hira | hearing | | +| huda | answer | | +| hun | dog | | +| huwaru | century | | +| ikiko | life | | +| ikikokin | lifeform, creature, living thing | | +| jala | ability | | +| jicuha | art | | +| jore | need | | +| kacapatero | cosine function | | +| kaji | decoration | | +| kase | cat | | | kawapi | water | | -| picanam | picture, image | | -| tobacun | dictionary | | -| molumaba | enemy | | -| wantulonki | mathematics | | +| keso | cheese | | +| kin | thing | | +| kokacapatero | secant function | | +| kosacapatero | cosecant function | | +| kotacapatero | cotangent function | | +| kukin | question | | +| kumi | trans(gender)ness | | | kumo | change | | +| kumociki | derivative (mathematical) | | +| kumolonki | calculus | | | kumopen | speed | | -| gano | simple | | +| lanmi | food | | +| leba | name | | +| lifeta | (positive) freedom | liberation, liberty | +| linwa | language | | +| logo | logarithm function | | +| lonki | field of knowledge/study | | | lonkicanwa | theorem | | | lonkigade | conjecture | | | lonkigadeciki | lemma | | -| tobapere | claim | | -| tobaperena | converse | | -| tobaperene | inverse | | -| tobaperenu | contrapositive | | -| dena | point (mathematical) | | -| sena | line (mathematical) | | -| sonara | plane (mathematical) | | -| conaro | space (mathematical) | | -| conarokanpekon | field (mathematical) | | +| lufi | gas | | +| luma | person | | +| lumaba | friend | | +| lumakapa | sibling | | +| matuco | matrix | | +| mawa | kiss | | +| meta | measurment | | +| miku | idol | | +| minedu | minute | | +| mire | half, middle | | | mireconarokanpekon | ring (mathematical) | | | mirekanpekon | rng (mathematical) | | -| pacuwano | injection (mathematical) | | +| mirekin | part, portion | | +| mirekukin | prompt | | +| mirekumociki | partial derivative | | +| misu | liquid | | +| modoni | setting, mode | | +| molumaba | enemy | | +| monadu | month | | +| muna | egg | | +| murinu | morning | | +| natu | night | | +| nem | mind | | +| nemlonki | logic | | +| nemlonkife | contradiction | | +| nepen | feeling | | +| newaru | millenium | | +| pacu | function | | | pacuduwo | bijection | | | pacufe | surjection | | -| capa | shape | | -| capa-X | X-sided polygon | | -| X-capa | X-dimensional shape | | -| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | -| fero | set | | -| ferociki | subset | | -| ferocapa | group (mathematical) | | -| wantuwanora | identity (number) | | -| matuco | matrix | | -| penfero | transformation (mathematical) | | -| peca | exponent | | -| bese-X | base-X | | -| wantukumi | variable | | -| pacu | function | | -| wantukumilonki | algebra | | -| capalonki | geometry | | -| kumolonki | calculus | | -| wantuwantulonki | number theory | | -| capaterolonki | trigonometry | | -| wantukanpekon | integer | | -| wantumirekanpekon | rational number | | -| wantupacugano | algebraic number | | | pacugano | polynomial | | | pacuganora | analytic function | | -| wantufe | negative number | | -| kumociki | derivative (mathematical) | | -| poraciki | integral | | -| mirekumociki | partial derivative | | -| penciki | limit (mathematical) | | -| sacapatero | sine function | | -| kacapatero | cosine function | | -| tacapatero | tangent function | | -| kotacapatero | cotangent function | | -| kokacapatero | secant function | | -| kosacapatero | cosecant function | | -| logo | logarithm function | | -| cikiwanoka | minimum | | -| tetowanoka | maximum | | +| pacukomi | arrow | | +| pacuwano | injection (mathematical) | | +| patolen | pot, bowl | | +| peca | exponent | | | pecakin | exponential function | | -| capasero | circle | | -| funocapasero | chord | | -| kukin | question | | -| huda | answer | | -| nemlonki | logic | | -| nemlonkife | contradiction | | -| modoni | setting, mode | | -| sevo | server (digital) | | -| tawakin | location | | -| leba | name | | -| mirekukin | prompt | | +| pen | movement | | +| penciki | limit (mathematical) | | +| penfero | transformation (mathematical) | | +| picanam | picture, image | | +| poraciki | integral | | +| qanzi | paper | | | qinakin | information | | -| mirekin | part, portion | | +| sacapatero | sine function | | | segan | world | | -| tesura | adventure | | -| ikiko | life | | +| sekiso | sex, act of fucking | | +| sena | line (mathematical) | | | seta | death | | -| ikikokin | lifeform, creature, living thing | | -| pacukomi | arrow | | -| vico | vision | | -| hira | hearing | | -| toritorikin | guard, guardian | | -| fono | wind | | -| caca | brush | | -| golon | goal, target | | -| jicuha | art | | -| kaji | decoration | | -| patolen | pot, bowl | | +| sevo | server (digital) | | +| siconu | season | | +| sonara | plane (mathematical) | | | sorosoro | repeat | | | suka | parent | | -| capanem | form, style | | -| dikinem | worry, concern | | - +| suntu | dumbass, idiot | | +| tacapatero | tangent function | | +| tawakin | location | | +| tempu | time | | +| ten | solid | | +| tesura | adventure | | +| tetowanoka | maximum | | +| toba | word | | +| tobacun | dictionary | | +| tobapere | claim | | +| tobaperena | converse | | +| tobaperene | inverse | | +| tobaperenu | contrapositive | | +| topi | god, deity | | +| tori | kindness, love | | +| toritorikin | guard, guardian | | +| vico | vision | | +| wantu | number | | +| wantufe | negative number | | +| wantukanpekon | integer | | +| wantukumi | variable | | +| wantukumilonki | algebra | | +| wantulonki | mathematics | | +| wantumirekanpekon | rational number | | +| wantupacugano | algebraic number | | +| wantuwanora | identity (number) | | +| wantuwantulonki | number theory | | +| waru | year | | +| wucan | victory | | +| X-capa | X-dimensional shape | | +| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | \ No newline at end of file diff --git a/Vocabulary/Numbers.md b/Vocabulary/Numbers.md index 272b44b..1c2797e 100644 --- a/Vocabulary/Numbers.md +++ b/Vocabulary/Numbers.md @@ -1,96 +1,96 @@ -# Numerals +# Numbers | Spelling | Hindu-Arabic Numeral | |----------|----------------------| -| **X-fe** | negative X | -| **sero** | 0 | -| **wano** | 1 | -| **duwo** | 2 | -| **tero** | 3 | -| **karo** | 4 | -| **bimo** | 5 | -| **cido** | 6 | -| **sebo** | 7 | -| **wonto** | 8 | -| **ninto** | 9 | -| **dinko** | 10 | -| dunko | 20 | -| tenko | 30 | -| kanko | 40 | -| binko | 50 | -| cinko | 60 | -| senko | 70 | -| wonko | 80 | -| ninko | 90 | -| **hundo** | 100 | -| dundo | 200 | -| tendo | 300 | -| kando | 400 | -| bindo | 500 | -| cindo | 600 | -| sendo | 700 | -| wondo | 800 | -| nindo | 900 | -| **neko** | 1000 | -| duko | 2000 | -| teko | 3000 | -| keko | 4000 | -| biko | 5000 | -| ciko | 6000 | -| seko | 7000 | -| woko | 8000 | -| niko | 9000 | -| diko | 10'000 | -| dudiko | 20'000 | -| tediko | 30'000 | -| kadiko | 40'000 | -| bidiko | 50'000 | -| cidiko | 60'000 | -| sediko | 70'000 | -| wodiko | 80'000 | -| nidiko | 90'000 | -| huko | 100'000 | -| duhuko | 200'000 | -| tehuko | 300'000 | -| kahuko | 400'000 | -| bihuko | 500'000 | -| cihuko | 600'000 | -| sehuko | 700'000 | -| wohuko | 800'000 | -| nihuko | 900'000 | -| **ranolono** | 1'000'000, one million | -| dunolono | 2'000'000 | -| tenolono | 3'000'000 | -| kenolono | 4'000'000 | -| binolono | 5'000'000 | -| cinolono | 6'000'000 | -| senolono | 7'000'000 | -| wonolono | 8'000'000 | -| ninolono | 9'000'000 | -| dinolono | 10'000'000, ten million | -| dudinolono | 20'000'000 | -| tedinolono | 30'000'000 | -| kadinolono | 40'000'000 | -| bidinolono | 50'000'000 | -| cidinolono | 60'000'000 | -| sedinolono | 70'000'000 | -| wodinolono | 80'000'000 | -| nidinolono | 90'000'000 | -| hunolono | 100'000'000, one hundred million | -| duhunolono | 200'000'000 | -| tehunolono | 300'000'000 | -| kahunolono | 400'000'000 | -| bihunolono | 500'000'000 | -| cihunolono | 600'000'000 | -| sehunolono | 700'000'000 | -| wohunolono | 800'000'000 | -| nihunolono | 900'000'000 | -| **ruwolono** | 1'000'000'000, one billion | -| **rerolono** | 1'000'000'000'000, one trillion | -| **rarolono** | 1'000'000'000'000'000, one quadrillion | -| **rimolono** | 1'000'000'000'000'000'000, one quintillion | -| **ridolono** | 1'000'000'000'000'000'000'000, one sextillion | -| **rebolono** | 1'000'000'000'000'000'000'000'000, one septillion | -| **rontolono** | 1'000'000'000'000'000'000'000'000'000, one octillion | -| **rintolono** | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | -| **rinkolono** | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | +| bidiko | 50'000 | | +| bidinolono | 50'000'000 | | +| bihuko | 500'000 | | +| bihunolono | 500'000'000 | | +| biko | 5000 | | +| bimo | 5 | | +| bindo | 500 | | +| binko | 50 | | +| binolono | 5'000'000 | | +| cidiko | 60'000 | | +| cidinolono | 60'000'000 | | +| cido | 6 | | +| cihuko | 600'000 | | +| cihunolono | 600'000'000 | | +| ciko | 6000 | | +| cindo | 600 | | +| cinko | 60 | | +| cinolono | 6'000'000 | | +| diko | 10'000 | | +| dinko | 10 | | +| dinolono | 10'000'000, ten million | | +| dudiko | 20'000 | | +| dudinolono | 20'000'000 | | +| duhuko | 200'000 | | +| duhunolono | 200'000'000 | | +| duko | 2000 | | +| dundo | 200 | | +| dunko | 20 | | +| dunolono | 2'000'000 | | +| duwo | 2 | | +| huko | 100'000 | | +| hundo | 100 | | +| hunolono | 100'000'000, one hundred million | | +| kadiko | 40'000 | | +| kadinolono | 40'000'000 | | +| kahuko | 400'000 | | +| kahunolono | 400'000'000 | | +| kando | 400 | | +| kanko | 40 | | +| karo | 4 | | +| keko | 4000 | | +| kenolono | 4'000'000 | | +| neko | 1000 | | +| nidiko | 90'000 | | +| nidinolono | 90'000'000 | | +| nihuko | 900'000 | | +| nihunolono | 900'000'000 | | +| niko | 9000 | | +| nindo | 900 | | +| ninko | 90 | | +| ninolono | 9'000'000 | | +| ninto | 9 | | +| ranolono | 1'000'000, one million | | +| rarolono | 1'000'000'000'000'000, one quadrillion | | +| rebolono | 1'000'000'000'000'000'000'000'000, one septillion | | +| rerolono | 1'000'000'000'000, one trillion | | +| ridolono | 1'000'000'000'000'000'000'000, one sextillion | | +| rimolono | 1'000'000'000'000'000'000, one quintillion | | +| rinkolono | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | | +| rintolono | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | | +| rontolono | 1'000'000'000'000'000'000'000'000'000, one octillion | | +| ruwolono | 1'000'000'000, one billion | | +| sebo | 7 | | +| sediko | 70'000 | | +| sedinolono | 70'000'000 | | +| sehuko | 700'000 | | +| sehunolono | 700'000'000 | | +| seko | 7000 | | +| sendo | 700 | | +| senko | 70 | | +| senolono | 7'000'000 | | +| sero | 0 | | +| tediko | 30'000 | | +| tedinolono | 30'000'000 | | +| tehuko | 300'000 | | +| tehunolono | 300'000'000 | | +| teko | 3000 | | +| tendo | 300 | | +| tenko | 30 | | +| tenolono | 3'000'000 | | +| tero | 3 | | +| wano | 1 | | +| wodiko | 80'000 | | +| wodinolono | 80'000'000 | | +| wohuko | 800'000 | | +| wohunolono | 800'000'000 | | +| woko | 8000 | | +| wondo | 800 | | +| wonko | 80 | | +| wonolono | 8'000'000 | | +| wonto | 8 | | +| X-fe | negative X | | \ No newline at end of file diff --git a/Vocabulary/Prefixes.md b/Vocabulary/Prefixes.md index 9633ca3..3022529 100644 --- a/Vocabulary/Prefixes.md +++ b/Vocabulary/Prefixes.md @@ -2,13 +2,13 @@ | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| mire- | semi- | semi | -| gara- | all-/every- | all/every | -| coko- | some- | some | | boro- | any- | any | -| ni- | non- | negation, other than | -| mo- | | inversion, contrary meaning | -| wu- | | positive connotation | -| di- | | negative connotation | +| coko- | some- | some | | deja- | -doing | the doing of | +| di- | | negative connotation | +| gara- | all-/every- | all/every | +| mire- | semi- | semi | +| mo- | | inversion, contrary meaning | +| ni- | non- | negation, other than | | soro- | re- | repetition of an action | +| wu- | | positive connotation | \ No newline at end of file diff --git a/Vocabulary/Prepositions.md b/Vocabulary/Prepositions.md index a47c27f..a549e95 100644 --- a/Vocabulary/Prepositions.md +++ b/Vocabulary/Prepositions.md @@ -2,18 +2,18 @@ | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| ra | in | is part of, contained or located in | -| para | for | | +| bi | by | in context of "I walked by the blahaj store." | +| caba | behind | | | de | of | | -| no | but | | +| faba | in front of | | | gon | on | | | huba | over | | -| wuba | under | | -| faba | in front of | | -| caba | behind | | -| tamba | next to | | -| taba | near | | | kaba | far | | -| taro | with | | +| no | but | | +| para | for | | +| ra | in | is part of, contained or located in | | se | to | in context of "9 to 5" or "I walked to the blahaj store." | -| bi | by | in context of "I walked by the blahaj store." | +| taba | near | | +| tamba | next to | | +| taro | with | | +| wuba | under | | \ No newline at end of file diff --git a/Vocabulary/Pronouns.md b/Vocabulary/Pronouns.md index f32ec3b..5ea130f 100644 --- a/Vocabulary/Pronouns.md +++ b/Vocabulary/Pronouns.md @@ -2,52 +2,51 @@ ## Personal Pronouns -*All of the following pronouns when used without any suffix are singular. They become plural with the "sa" suffix (ie. Li = I, Lisa = We)* | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| li | I | animate, unspecified, 1st person | -| mida | you [singular] | animate, unspecified, 2nd person | | da | they [singular] | animate, unspecified, 3rd person | -| dase | she | animate, feminine, 3rd person | -| dake | | animate, fem-leaning, 3rd person | +| daci | he | animate, masculine, 3rd person | | daka | they [singular] | animate, androgynous, 3rd person | +| dake | | animate, fem-leaning, 3rd person | | daki | | animate, masc-leaning, 3rd person | -| daci | he | animate, masculine, 3rd person | +| dase | she | animate, feminine, 3rd person | +| li | I | animate, unspecified, 1st person | +| mida | you [singular] | animate, unspecified, 2nd person | ## Indefinite Pronouns | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| reda | itself/herself/etc. | reflexive pronoun, referencing to the thing(s) already mentioned in the sentence | -| toransu | other/another | | -| gara | all/every | | -| coko | some | | | boro | any | | +| coko | some | | +| gara | all/every | | | mire | half | | +| reda | itself/herself/etc. | reflexive pronoun, referencing to the thing(s) already mentioned in the sentence | +| toransu | other/another | | ## Demonstrative Pronouns (Close to speaker) | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| tano | this + n. | | +| talo | such | "this kind of" | | tani | this + adj. | | +| tano | this + n. | | | tatu | as such, so | "this way", "in this manner" | -| talo | such | "this kind of" | ## Demonstrative Pronouns (Far from speaker) | Spelling (far from speaker) | English Equivalent | Implication / Definition / Used as | |-----------------------------|--------------------|------------------------------------| -| kano | that + n. | -| kani | that + adj. | -| katu | as such, so | "that way", "in that manner" | | kalo | such | "that kind of" | +| kani | that + adj. | | +| kano | that + n. | | +| katu | as such, so | "that way", "in that manner" | ## Demonstrative Pronouns (Interrogative form) | Spelling (interrogative form) | English Equivalent | Implication / Definition / Used as | -|-----------------------------|--------------------|------------------------------------| -| sono | what | -| soni | which | -| sotu | how | "which way", "in which manner" | +|-------------------------------|--------------------|------------------------------------| | solo | | "what kind of" | +| soni | which | | +| sono | what | | +| sotu | how | "which way", "in which manner" | \ No newline at end of file diff --git a/Vocabulary/Suffixes.md b/Vocabulary/Suffixes.md index 379f823..c0a374e 100644 --- a/Vocabulary/Suffixes.md +++ b/Vocabulary/Suffixes.md @@ -4,49 +4,48 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -lu | -er , -ist | defines an agent noun | -| -sa | -s, -es | indicates plurality | -| -ri | -ery | establishes a place/event | +| -bani | -th | for numbers, indicates ordinality | +| -ci | | establishes masculine characteristics/gender | | -dufen | -ifier, -inator | refers to an entity or construct that performs a specific action or function | +| -falo | -speak, -talk | indicates manner or characteristic of speech | | -fe | "against" , "in opposition to" | connotes opposition | -| -se | | establishes feminine characteristics/gender | -| -ke | | establishes fem-leaning characteristics/gender | | -ka | | establishes androgynous characteristics/gender | +| -ke | | establishes fem-leaning characteristics/gender | | -ki | | establishes masc-leaning characteristics/gender | -| -ci | | establishes masculine characteristics/gender | -| -pa | -'s | marks word as possessive | | -lonki | -ology, -graphy, -nomy, -ics | refers to a field of knowledge/study | -| -falo | -speak, -talk | indicates manner or characteristic of speech | -| -bani | -th | for numbers, indicates ordinality | -| -ra | -like, -ern | converts to adjective | +| -lu | -er , -ist | defines an agent noun | +| -pa | -'s | marks word as possessive | | -para | N/A | indicates that word is a loanword | +| -ra | -like, -ern | converts to adjective | +| -ri | -ery | establishes a place/event | +| -sa | -s, -es | indicates plurality | +| -se | | establishes feminine characteristics/gender | ## Temporal verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -da | -ed | refers to the past tense form of a verb | -| -ne | | refers to the present tense form of a verb | -| -lo | "will", "shall" | refers to the future tense form of a verb | | -ja | "yet", "so far" | refers to that a verb is in progress or incomplete | +| -lo | "will", "shall" | refers to the future tense form of a verb | +| -ne | | refers to the present tense form of a verb | | -zi | | implies indefinite action of verb without defined beginning or end | ## Other verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -ku | | establishes verb as uncertain/questioning | +| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | | -do | "should", "ought to" | establishes verb as imperative | +| -ku | | establishes verb as uncertain/questioning | | -kuka | "please" | establishes verb as politely questioning/requesting | -| -napo | from | | | -lani | to | | -| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | - +| -napo | from | | ## Adjective suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -jala | -able , -ible , "capable of" | denotes ability or capacity | -| -wan | -est | denotes superlative adjectives | | -kin | | denotes conversion to noun | +| -wan | -est | denotes superlative adjectives | \ No newline at end of file diff --git a/Vocabulary/Verbs.md b/Vocabulary/Verbs.md index 4aa8ea7..971ea64 100644 --- a/Vocabulary/Verbs.md +++ b/Vocabulary/Verbs.md @@ -1,92 +1,92 @@ # Verbs | Spelling (nonextended — original) | English Equivalent | Implication / Definition / Used as | -|-----------------------------------|--------------------|--------------------------------| -| mawa | kiss | | +|-----------------------------------|--------------------|------------------------------------| +| bacini | to walk | | +| betini | to lead | | | binta | eat | | -| sanu | be | | -| tenco | have | | -| somo | sleep | | +| bolini | to roll | | +| bujini | to bend | | +| cikihasonbacini | to sneak | | +| cini | to leave/go | | +| cinini | to kick | | +| cipan | to divide, to split | | +| ciwaci | to shoot | | +| core | want | | | cosi | choose, vote | | -| falo | speak, say, tell | | -| toransu | differ | | -| mahen | make, create | | -| sekiso | have sex, fuck | | +| dawini | to lie down | | | deja | do, act | | +| dejanem | to try, to attempt | | +| dejapora | to advance | | +| domovini | to drop | | +| endini | to stop | | +| falo | speak, say, tell | | +| ficini | to swim | | +| fitini | to strike/punch | | +| fonopen | to blow | | +| gabini | to give/release | | | gade | guess | | -| nem | think | | -| pen | move | | -| nepen | feel | | | gurati | induce negative freedom, reduce cost to none | | -| lifeta | induce positive freedom | | -| jala | can, be able to | | -| meta | measure | | -| core | want | | -| jore | need | | -| pora | to add, to increase | | -| mina | to subtract, to decrease, to remove | | -| mulipa | to multiply | | -| cipan | to divide, to split | | -| nepetori | to love, to feel love towards | | -| muvini | to move | | | halini | to start | | -| mirendini | to pause/rest | | -| mirehalini | to continue | | -| endini | to stop | | +| henlona | welcome, to welcome | | +| hiranaki | to hear | | | hitini | to arrive/come | | -| cini | to leave/go | | -| tenini | to stand/rise | | -| palini | to fall | | -| rumpini | to sit | | -| dawini | to lie down | | -| bujini | to bend | | -| bacini | to walk | | +| holini | to carry/hold/bear | | | hurini | to run | | +| jala | can, be able to | | +| jore | need | | +| kamuvini | to push | | | kanini | to jump | | -| risini | to climb | | -| lubini | to slide | | -| qipini | to fly | | -| ficini | to swim | | -| bolini | to roll | | | karini | to drive | | -| kamuvini | to push | | -| tamuvini | to pull | | -| upimovini | to lift | | -| domovini | to drop | | | kawufini | to throw | | -| tawufini | to catch | | -| holini | to carry/hold/bear | | -| nykini | to take/grab | | -| gabini | to give/release | | +| kopori | to copy | | +| kukinkumi | QED / it is proven | | | kuvini | to drag | | -| cinini | to kick | | -| fitini | to strike/punch | | +| lajitoki | to glow | | +| lifeta | induce positive freedom | | +| lubini | to slide | | +| mahen | make, create | | +| mawa | kiss | | +| meta | measure | | +| mina | to subtract, to decrease, to remove | | +| mirehalini | to continue | | +| mirendini | to pause/rest | | +| mulipa | to multiply | | +| muvini | to move | | +| naki | to sense | | +| nem | think | | +| nemtori | to care, to care about | | +| nepen | feel | | +| nepetori | to love, to feel love towards | | +| nykini | to take/grab | | +| palini | to fall | | | panini | to flip/do a flip | | -| velorini | to follow | | -| betini | to lead | | -| xasini | to resist | | -| repa | let | | -| kukinkumi | QED / it is proven | | +| pen | move | | +| pora | to add, to increase | | | qina | to know | | +| qipini | to fly | | +| repa | let | | +| risini | to climb | | +| rumpini | to sit | | +| sanu | be | | +| sekiso | have sex, fuck | | +| seni | to use | | +| setaku | to kill (unintentionally or unknown) | | +| setaso | to kill (intentionally) | | | simjala | to accept | | -| henlona | welcome, to welcome | | -| dejapora | to advance | | +| somo | sleep | | | sorini | to find | | +| sorosoro | to repeat | | +| tamuvini | to pull | | +| tawufini | to catch | | +| tenco | have | | +| tenini | to stand/rise | | | tesura | to adventure | | -| setaso | to kill (intentionally) | | -| setaku | to kill (unintentionally or unknown) | | -| ciwaci | to shoot | | -| cikihasonbacini | to sneak | | -| naki | to sense | | -| viconaki | to see | | -| hiranaki | to hear | | +| tetoni | to grow, to expand | | +| toransu | differ | | | toritori | to guard | | -| kopori | to copy | | +| upimovini | to lift | | +| velorini | to follow | | +| viconaki | to see | | | vineri | to reflect | | -| fonopen | to blow | | -| seni | to use | | -| nemtori | to care, to care about | | -| sorosoro | to repeat | | -| tetoni | to grow, to expand | | -| lajitoki | to glow | | -| dejanem | to try, to attempt | | +| xasini | to resist | | \ No newline at end of file From 8aacdafc5e2b4f83753236acbae36002cfa48091 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 11:25:10 -0700 Subject: [PATCH 07/21] =?UTF-8?q?Revert=20"actions=E2=80=94generate=20JSON?= =?UTF-8?q?=20langspec"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c01c8fdb8395f39cf9b342adf561ce2aca852dba. --- Vocabulary/Adjectives.md | 90 ++++++------ Vocabulary/Adverbs.md | 24 ++-- Vocabulary/Conjunctions.md | 6 +- Vocabulary/Interjections.md | 12 +- Vocabulary/Nouns.md | 275 ++++++++++++++++++------------------ Vocabulary/Numbers.md | 186 ++++++++++++------------ Vocabulary/Prefixes.md | 14 +- Vocabulary/Prepositions.md | 20 +-- Vocabulary/Pronouns.md | 37 ++--- Vocabulary/Suffixes.md | 33 ++--- Vocabulary/Verbs.md | 140 +++++++++--------- 11 files changed, 423 insertions(+), 414 deletions(-) diff --git a/Vocabulary/Adjectives.md b/Vocabulary/Adjectives.md index 52b9f6a..75e7271 100644 --- a/Vocabulary/Adjectives.md +++ b/Vocabulary/Adjectives.md @@ -1,61 +1,61 @@ # Adjectives | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| -| anoman | angry | | +|----------|--------------------|--------------------------------| +| mi | cute | | +| wusita | good | | +| disita | bad | | +| nen | not | | +| toransu | different, other | | +| somo | sleepy | | +| sekiso | sexy, fuckable | | +| deja | active | | +| gara | all | | +| coko | some | | | boro | any | | -| caki | fast | | -| cangi | long (time) | | -| ciki | short (size) | | -| cikihason | quiet, soft | | +| gurati | free (price), autonomous, non-interfered-with | negative freedom | +| lifeta | liberated | positive freedom | +| jala | able, capable of | | +| mire | mid, average | | +| misu | liquid, fluid | | +| ten | solid, rigid | | +| lufi | gaseous | | | cinda | new | | +| gunda | old | | | cindajin | modern | | +| gundajin | ancient | | | cingun | physically light | | | cingunem | psychologically light | | -| coko | some | | -| dakun | black, dark | | -| dangi | short (time) | | -| deja | active | | -| disita | bad | | -| gara | all | | -| garatempu | eternal, everlasting, permanent | | -| gunda | old | | -| gundajin | ancient | | -| gurati | free (price), autonomous, non-interfered-with | negative freedom | -| hepin | scary | | -| jala | able, capable of | | +| qongun | physically heavy | | +| qongunem | psychologically heavy | | +| anoman | angry | | +| teto | large (size) | | +| ciki | short (size) | | | kanacin | sad | | -| kanpekon | perfect, complete | | +| tanocin | happy | | +| cangi | long (time) | | +| dangi | short (time) | | +| tenza | tall (height) | | | kenki | short (height) | | -| kuso | exciting | | -| lajito | white, light, bright | | -| lifeta | liberated | positive freedom | -| lufi | gaseous | | -| mani | slow | | -| mayu | very, extremely | | -| mi | cute | | +| suci | intelligent | | | mimi | adorable | | -| mire | mid, average | | +| dakun | black, dark | | +| lajito | white, light, bright | | | miremire | gray | | -| misu | liquid, fluid | | -| nen | not | | -| nidu | necessary | | -| qongun | physically heavy | | -| qongunem | psychologically heavy | | -| redu | sufficient | | -| sekiso | sexy, fuckable | | +| mayu | very, extremely | | +| suranto | same | | +| kuso | exciting | | +| kanpekon | perfect, complete | | | senakanpekon | continuous | | | senakanpekonfe | discrete | | -| somo | sleepy | | -| suci | intelligent | | -| suranto | same | | -| tanocin | happy | | -| ten | solid, rigid | | -| tenza | tall (height) | | -| teto | large (size) | | -| tetohason | loud | | -| toransu | different, other | | -| wanofe | least | | | wanoka | most | | +| wanofe | least | | | wanore | only | | -| wusita | good | | \ No newline at end of file +| nidu | necessary | | +| redu | sufficient | | +| cikihason | quiet, soft | | +| tetohason | loud | | +| garatempu | eternal, everlasting, permanent | | +| mani | slow | | +| caki | fast | | +| hepin | scary | | diff --git a/Vocabulary/Adverbs.md b/Vocabulary/Adverbs.md index 280583b..5adfd29 100644 --- a/Vocabulary/Adverbs.md +++ b/Vocabulary/Adverbs.md @@ -3,27 +3,33 @@ ## Miscellaneous adverbs | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| +|----------|--------------------|--------------------------------| +| nen | no | logical negation | | con | soon | | | huba | overly | | -| nen | no | logical negation | -| saci | how | interrogative question of methodology | +| mayu | very, extremely | | | sun | why | interrogative question of cause | -| taci | | description of methodology | | tun | because | statement of cause | +| saci | how | interrogative question of methodology | +| taci | | description of methodology | +| wuroga | WLOG (without loss of generality) | | ## Temporal adverbs +(-hi is the termination for a temporal adverb) + | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| +|----------|--------------------|--------------------------------| +| tahi | now | | | kahi | then | | | sohi | when | | -| tahi | now | | ## Demonstrative adverbs +(-wa is the termination for a demonstrative adverb) + | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| +|----------|--------------------|--------------------------------| +| tawa | here | | | kawa | there | | -| sowa | where | | -| tawa | here | | \ No newline at end of file +| sowa | where | | \ No newline at end of file diff --git a/Vocabulary/Conjunctions.md b/Vocabulary/Conjunctions.md index 55b9667..1dc467e 100644 --- a/Vocabulary/Conjunctions.md +++ b/Vocabulary/Conjunctions.md @@ -2,10 +2,10 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| no | but | logical implication | | pum | and | logical conjunction | -| pumfe | nand | opposite of logical conjunction | | ron | or | logical disjunction | +| no | but | logical implication | +| pumfe | nand | opposite of logical conjunction | | ronfe | nor | opposite of logical disjunction | +| xon | xor | exclusive logical disjunction | | sumasu | in order to | | -| xon | xor | exclusive logical disjunction | \ No newline at end of file diff --git a/Vocabulary/Interjections.md b/Vocabulary/Interjections.md index c4bfea0..5f61a46 100644 --- a/Vocabulary/Interjections.md +++ b/Vocabulary/Interjections.md @@ -2,12 +2,12 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| biwe | thanks | | +| sim | yes | | +| nen | no | | | henlo | hello | | -| hihi | laughter | | -| ke | ok | confirmation, acknowledgement | +| na | hi | | | konba | goodbye | | | mi | cute | | -| na | hi | | -| nen | no | | -| sim | yes | | \ No newline at end of file +| ke | ok | confirmation, acknowledgement | +| biwe | thanks | | +| hihi | laughter | | \ No newline at end of file diff --git a/Vocabulary/Nouns.md b/Vocabulary/Nouns.md index 5ca1b2d..cba32e6 100644 --- a/Vocabulary/Nouns.md +++ b/Vocabulary/Nouns.md @@ -1,165 +1,166 @@ # Nouns | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| -| bencun | book | | -| bengu | storybook | | -| bese-X | base-X | | -| bulohaji | comfort, safety, euphoria | | -| caca | brush | | -| caja | adventure, journey | | -| canwa | result | | -| capa | shape | | -| capalonki | geometry | | -| capanem | form, style | | -| capasero | circle | | -| capaterolonki | trigonometry | | -| capa-X | X-sided polygon | | -| cikaran | physical strength | | -| cikaranem | mental strength | | -| cikiwanoka | minimum | | -| cikondu | second | | -| conaro | space (mathematical) | | -| conarokanpekon | field (mathematical) | | -| core | desire | | +|----------|--------------------|--------------------------------| +| kase | cat | | +| hun | dog | | +| luma | person | | +| mawa | kiss | | +| lanmi | food | | +| topi | god, deity | | +| wantu | number | | | cosi | choice, vote | | -| dawu | day | | -| deja | action | | -| dena | point (mathematical) | | -| dican | defeat | | -| dikinem | worry, concern | | -| diwaru | decade | | -| ebeninku | evening | | | falo | speech, discussion, chat | | -| fero | set | | -| ferocapa | group (mathematical) | | -| ferociki | subset | | -| fono | wind | | -| funocapasero | chord | | +| linwa | language | | +| keso | cheese | | +| sekiso | sex, act of fucking | | +| lumaba | friend | | +| deja | action | | | gade | guess | | -| gano | simple | | -| goca | land, country, nation | | -| golon | goal, target | | -| gucun | story | | -| gurati | non-intervention | free (price), without cost | -| hason | sound | | -| hasontoba | pronunciation | | +| tempu | time | | +| cikondu | second | | +| minedu | minute | | | haweru | hour | | -| hira | hearing | | -| huda | answer | | -| hun | dog | | +| dawu | day | | +| natu | night | | +| murinu | morning | | +| ebeninku | evening | | +| monadu | month | | +| siconu | season | | +| waru | year | | +| diwaru | decade | | | huwaru | century | | -| ikiko | life | | -| ikikokin | lifeform, creature, living thing | | +| newaru | millenium | | +| nem | mind | | +| pen | movement | | +| nepen | feeling | | +| gurati | non-intervention | free (price), without cost | +| lifeta | (positive) freedom | liberation, liberty | +| kumi | trans(gender)ness | | | jala | ability | | -| jicuha | art | | +| mire | half, middle | | +| misu | liquid | | +| lufi | gas | | +| ten | solid | | +| kin | thing | | +| meta | measurment | | +| core | desire | | | jore | need | | -| kacapatero | cosine function | | -| kaji | decoration | | -| kase | cat | | +| lonki | field of knowledge/study | | +| tori | kindness, love | | +| toba | word | | +| bencun | book | | +| gucun | story | | +| bengu | storybook | | +| cikaran | physical strength | | +| cikaranem | mental strength | | +| canwa | result | | +| wucan | victory | | +| dican | defeat | | +| bulohaji | comfort, safety, euphoria | | +| hason | sound | | +| hasontoba | pronunciation | | +| miku | idol | | +| qanzi | paper | | | +| muna | egg | | +| suntu | dumbass, idiot | | +| caja | adventure, journey | | +| goca | land, country, nation | | +| lumakapa | sibling | | | kawapi | water | | -| keso | cheese | | -| kin | thing | | -| kokacapatero | secant function | | -| kosacapatero | cosecant function | | -| kotacapatero | cotangent function | | -| kukin | question | | -| kumi | trans(gender)ness | | +| picanam | picture, image | | +| tobacun | dictionary | | +| molumaba | enemy | | +| wantulonki | mathematics | | | kumo | change | | -| kumociki | derivative (mathematical) | | -| kumolonki | calculus | | | kumopen | speed | | -| lanmi | food | | -| leba | name | | -| lifeta | (positive) freedom | liberation, liberty | -| linwa | language | | -| logo | logarithm function | | -| lonki | field of knowledge/study | | +| gano | simple | | | lonkicanwa | theorem | | | lonkigade | conjecture | | | lonkigadeciki | lemma | | -| lufi | gas | | -| luma | person | | -| lumaba | friend | | -| lumakapa | sibling | | -| matuco | matrix | | -| mawa | kiss | | -| meta | measurment | | -| miku | idol | | -| minedu | minute | | -| mire | half, middle | | +| tobapere | claim | | +| tobaperena | converse | | +| tobaperene | inverse | | +| tobaperenu | contrapositive | | +| dena | point (mathematical) | | +| sena | line (mathematical) | | +| sonara | plane (mathematical) | | +| conaro | space (mathematical) | | +| conarokanpekon | field (mathematical) | | | mireconarokanpekon | ring (mathematical) | | | mirekanpekon | rng (mathematical) | | -| mirekin | part, portion | | -| mirekukin | prompt | | -| mirekumociki | partial derivative | | -| misu | liquid | | -| modoni | setting, mode | | -| molumaba | enemy | | -| monadu | month | | -| muna | egg | | -| murinu | morning | | -| natu | night | | -| nem | mind | | -| nemlonki | logic | | -| nemlonkife | contradiction | | -| nepen | feeling | | -| newaru | millenium | | -| pacu | function | | +| pacuwano | injection (mathematical) | | | pacuduwo | bijection | | | pacufe | surjection | | +| capa | shape | | +| capa-X | X-sided polygon | | +| X-capa | X-dimensional shape | | +| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | +| fero | set | | +| ferociki | subset | | +| ferocapa | group (mathematical) | | +| wantuwanora | identity (number) | | +| matuco | matrix | | +| penfero | transformation (mathematical) | | +| peca | exponent | | +| bese-X | base-X | | +| wantukumi | variable | | +| pacu | function | | +| wantukumilonki | algebra | | +| capalonki | geometry | | +| kumolonki | calculus | | +| wantuwantulonki | number theory | | +| capaterolonki | trigonometry | | +| wantukanpekon | integer | | +| wantumirekanpekon | rational number | | +| wantupacugano | algebraic number | | | pacugano | polynomial | | | pacuganora | analytic function | | -| pacukomi | arrow | | -| pacuwano | injection (mathematical) | | -| patolen | pot, bowl | | -| peca | exponent | | -| pecakin | exponential function | | -| pen | movement | | -| penciki | limit (mathematical) | | -| penfero | transformation (mathematical) | | -| picanam | picture, image | | +| wantufe | negative number | | +| kumociki | derivative (mathematical) | | | poraciki | integral | | -| qanzi | paper | | -| qinakin | information | | +| mirekumociki | partial derivative | | +| penciki | limit (mathematical) | | | sacapatero | sine function | | -| segan | world | | -| sekiso | sex, act of fucking | | -| sena | line (mathematical) | | -| seta | death | | -| sevo | server (digital) | | -| siconu | season | | -| sonara | plane (mathematical) | | -| sorosoro | repeat | | -| suka | parent | | -| suntu | dumbass, idiot | | +| kacapatero | cosine function | | | tacapatero | tangent function | | +| kotacapatero | cotangent function | | +| kokacapatero | secant function | | +| kosacapatero | cosecant function | | +| logo | logarithm function | | +| cikiwanoka | minimum | | +| tetowanoka | maximum | | +| pecakin | exponential function | | +| capasero | circle | | +| funocapasero | chord | | +| kukin | question | | +| huda | answer | | +| nemlonki | logic | | +| nemlonkife | contradiction | | +| modoni | setting, mode | | +| sevo | server (digital) | | | tawakin | location | | -| tempu | time | | -| ten | solid | | +| leba | name | | +| mirekukin | prompt | | +| qinakin | information | | +| mirekin | part, portion | | +| segan | world | | | tesura | adventure | | -| tetowanoka | maximum | | -| toba | word | | -| tobacun | dictionary | | -| tobapere | claim | | -| tobaperena | converse | | -| tobaperene | inverse | | -| tobaperenu | contrapositive | | -| topi | god, deity | | -| tori | kindness, love | | -| toritorikin | guard, guardian | | +| ikiko | life | | +| seta | death | | +| ikikokin | lifeform, creature, living thing | | +| pacukomi | arrow | | | vico | vision | | -| wantu | number | | -| wantufe | negative number | | -| wantukanpekon | integer | | -| wantukumi | variable | | -| wantukumilonki | algebra | | -| wantulonki | mathematics | | -| wantumirekanpekon | rational number | | -| wantupacugano | algebraic number | | -| wantuwanora | identity (number) | | -| wantuwantulonki | number theory | | -| waru | year | | -| wucan | victory | | -| X-capa | X-dimensional shape | | -| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | \ No newline at end of file +| hira | hearing | | +| toritorikin | guard, guardian | | +| fono | wind | | +| caca | brush | | +| golon | goal, target | | +| jicuha | art | | +| kaji | decoration | | +| patolen | pot, bowl | | +| sorosoro | repeat | | +| suka | parent | | +| capanem | form, style | | +| dikinem | worry, concern | | + diff --git a/Vocabulary/Numbers.md b/Vocabulary/Numbers.md index 1c2797e..272b44b 100644 --- a/Vocabulary/Numbers.md +++ b/Vocabulary/Numbers.md @@ -1,96 +1,96 @@ -# Numbers +# Numerals | Spelling | Hindu-Arabic Numeral | |----------|----------------------| -| bidiko | 50'000 | | -| bidinolono | 50'000'000 | | -| bihuko | 500'000 | | -| bihunolono | 500'000'000 | | -| biko | 5000 | | -| bimo | 5 | | -| bindo | 500 | | -| binko | 50 | | -| binolono | 5'000'000 | | -| cidiko | 60'000 | | -| cidinolono | 60'000'000 | | -| cido | 6 | | -| cihuko | 600'000 | | -| cihunolono | 600'000'000 | | -| ciko | 6000 | | -| cindo | 600 | | -| cinko | 60 | | -| cinolono | 6'000'000 | | -| diko | 10'000 | | -| dinko | 10 | | -| dinolono | 10'000'000, ten million | | -| dudiko | 20'000 | | -| dudinolono | 20'000'000 | | -| duhuko | 200'000 | | -| duhunolono | 200'000'000 | | -| duko | 2000 | | -| dundo | 200 | | -| dunko | 20 | | -| dunolono | 2'000'000 | | -| duwo | 2 | | -| huko | 100'000 | | -| hundo | 100 | | -| hunolono | 100'000'000, one hundred million | | -| kadiko | 40'000 | | -| kadinolono | 40'000'000 | | -| kahuko | 400'000 | | -| kahunolono | 400'000'000 | | -| kando | 400 | | -| kanko | 40 | | -| karo | 4 | | -| keko | 4000 | | -| kenolono | 4'000'000 | | -| neko | 1000 | | -| nidiko | 90'000 | | -| nidinolono | 90'000'000 | | -| nihuko | 900'000 | | -| nihunolono | 900'000'000 | | -| niko | 9000 | | -| nindo | 900 | | -| ninko | 90 | | -| ninolono | 9'000'000 | | -| ninto | 9 | | -| ranolono | 1'000'000, one million | | -| rarolono | 1'000'000'000'000'000, one quadrillion | | -| rebolono | 1'000'000'000'000'000'000'000'000, one septillion | | -| rerolono | 1'000'000'000'000, one trillion | | -| ridolono | 1'000'000'000'000'000'000'000, one sextillion | | -| rimolono | 1'000'000'000'000'000'000, one quintillion | | -| rinkolono | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | | -| rintolono | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | | -| rontolono | 1'000'000'000'000'000'000'000'000'000, one octillion | | -| ruwolono | 1'000'000'000, one billion | | -| sebo | 7 | | -| sediko | 70'000 | | -| sedinolono | 70'000'000 | | -| sehuko | 700'000 | | -| sehunolono | 700'000'000 | | -| seko | 7000 | | -| sendo | 700 | | -| senko | 70 | | -| senolono | 7'000'000 | | -| sero | 0 | | -| tediko | 30'000 | | -| tedinolono | 30'000'000 | | -| tehuko | 300'000 | | -| tehunolono | 300'000'000 | | -| teko | 3000 | | -| tendo | 300 | | -| tenko | 30 | | -| tenolono | 3'000'000 | | -| tero | 3 | | -| wano | 1 | | -| wodiko | 80'000 | | -| wodinolono | 80'000'000 | | -| wohuko | 800'000 | | -| wohunolono | 800'000'000 | | -| woko | 8000 | | -| wondo | 800 | | -| wonko | 80 | | -| wonolono | 8'000'000 | | -| wonto | 8 | | -| X-fe | negative X | | \ No newline at end of file +| **X-fe** | negative X | +| **sero** | 0 | +| **wano** | 1 | +| **duwo** | 2 | +| **tero** | 3 | +| **karo** | 4 | +| **bimo** | 5 | +| **cido** | 6 | +| **sebo** | 7 | +| **wonto** | 8 | +| **ninto** | 9 | +| **dinko** | 10 | +| dunko | 20 | +| tenko | 30 | +| kanko | 40 | +| binko | 50 | +| cinko | 60 | +| senko | 70 | +| wonko | 80 | +| ninko | 90 | +| **hundo** | 100 | +| dundo | 200 | +| tendo | 300 | +| kando | 400 | +| bindo | 500 | +| cindo | 600 | +| sendo | 700 | +| wondo | 800 | +| nindo | 900 | +| **neko** | 1000 | +| duko | 2000 | +| teko | 3000 | +| keko | 4000 | +| biko | 5000 | +| ciko | 6000 | +| seko | 7000 | +| woko | 8000 | +| niko | 9000 | +| diko | 10'000 | +| dudiko | 20'000 | +| tediko | 30'000 | +| kadiko | 40'000 | +| bidiko | 50'000 | +| cidiko | 60'000 | +| sediko | 70'000 | +| wodiko | 80'000 | +| nidiko | 90'000 | +| huko | 100'000 | +| duhuko | 200'000 | +| tehuko | 300'000 | +| kahuko | 400'000 | +| bihuko | 500'000 | +| cihuko | 600'000 | +| sehuko | 700'000 | +| wohuko | 800'000 | +| nihuko | 900'000 | +| **ranolono** | 1'000'000, one million | +| dunolono | 2'000'000 | +| tenolono | 3'000'000 | +| kenolono | 4'000'000 | +| binolono | 5'000'000 | +| cinolono | 6'000'000 | +| senolono | 7'000'000 | +| wonolono | 8'000'000 | +| ninolono | 9'000'000 | +| dinolono | 10'000'000, ten million | +| dudinolono | 20'000'000 | +| tedinolono | 30'000'000 | +| kadinolono | 40'000'000 | +| bidinolono | 50'000'000 | +| cidinolono | 60'000'000 | +| sedinolono | 70'000'000 | +| wodinolono | 80'000'000 | +| nidinolono | 90'000'000 | +| hunolono | 100'000'000, one hundred million | +| duhunolono | 200'000'000 | +| tehunolono | 300'000'000 | +| kahunolono | 400'000'000 | +| bihunolono | 500'000'000 | +| cihunolono | 600'000'000 | +| sehunolono | 700'000'000 | +| wohunolono | 800'000'000 | +| nihunolono | 900'000'000 | +| **ruwolono** | 1'000'000'000, one billion | +| **rerolono** | 1'000'000'000'000, one trillion | +| **rarolono** | 1'000'000'000'000'000, one quadrillion | +| **rimolono** | 1'000'000'000'000'000'000, one quintillion | +| **ridolono** | 1'000'000'000'000'000'000'000, one sextillion | +| **rebolono** | 1'000'000'000'000'000'000'000'000, one septillion | +| **rontolono** | 1'000'000'000'000'000'000'000'000'000, one octillion | +| **rintolono** | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | +| **rinkolono** | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | diff --git a/Vocabulary/Prefixes.md b/Vocabulary/Prefixes.md index 3022529..9633ca3 100644 --- a/Vocabulary/Prefixes.md +++ b/Vocabulary/Prefixes.md @@ -2,13 +2,13 @@ | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| boro- | any- | any | -| coko- | some- | some | -| deja- | -doing | the doing of | -| di- | | negative connotation | +| mire- | semi- | semi | | gara- | all-/every- | all/every | -| mire- | semi- | semi | -| mo- | | inversion, contrary meaning | +| coko- | some- | some | +| boro- | any- | any | | ni- | non- | negation, other than | +| mo- | | inversion, contrary meaning | +| wu- | | positive connotation | +| di- | | negative connotation | +| deja- | -doing | the doing of | | soro- | re- | repetition of an action | -| wu- | | positive connotation | \ No newline at end of file diff --git a/Vocabulary/Prepositions.md b/Vocabulary/Prepositions.md index a549e95..a47c27f 100644 --- a/Vocabulary/Prepositions.md +++ b/Vocabulary/Prepositions.md @@ -2,18 +2,18 @@ | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| bi | by | in context of "I walked by the blahaj store." | -| caba | behind | | +| ra | in | is part of, contained or located in | +| para | for | | | de | of | | -| faba | in front of | | +| no | but | | | gon | on | | | huba | over | | -| kaba | far | | -| no | but | | -| para | for | | -| ra | in | is part of, contained or located in | -| se | to | in context of "9 to 5" or "I walked to the blahaj store." | -| taba | near | | +| wuba | under | | +| faba | in front of | | +| caba | behind | | | tamba | next to | | +| taba | near | | +| kaba | far | | | taro | with | | -| wuba | under | | \ No newline at end of file +| se | to | in context of "9 to 5" or "I walked to the blahaj store." | +| bi | by | in context of "I walked by the blahaj store." | diff --git a/Vocabulary/Pronouns.md b/Vocabulary/Pronouns.md index 5ea130f..f32ec3b 100644 --- a/Vocabulary/Pronouns.md +++ b/Vocabulary/Pronouns.md @@ -2,51 +2,52 @@ ## Personal Pronouns +*All of the following pronouns when used without any suffix are singular. They become plural with the "sa" suffix (ie. Li = I, Lisa = We)* | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| +| li | I | animate, unspecified, 1st person | +| mida | you [singular] | animate, unspecified, 2nd person | | da | they [singular] | animate, unspecified, 3rd person | -| daci | he | animate, masculine, 3rd person | -| daka | they [singular] | animate, androgynous, 3rd person | +| dase | she | animate, feminine, 3rd person | | dake | | animate, fem-leaning, 3rd person | +| daka | they [singular] | animate, androgynous, 3rd person | | daki | | animate, masc-leaning, 3rd person | -| dase | she | animate, feminine, 3rd person | -| li | I | animate, unspecified, 1st person | -| mida | you [singular] | animate, unspecified, 2nd person | +| daci | he | animate, masculine, 3rd person | ## Indefinite Pronouns | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| boro | any | | -| coko | some | | -| gara | all/every | | -| mire | half | | | reda | itself/herself/etc. | reflexive pronoun, referencing to the thing(s) already mentioned in the sentence | | toransu | other/another | | +| gara | all/every | | +| coko | some | | +| boro | any | | +| mire | half | | ## Demonstrative Pronouns (Close to speaker) | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| talo | such | "this kind of" | -| tani | this + adj. | | | tano | this + n. | | +| tani | this + adj. | | | tatu | as such, so | "this way", "in this manner" | +| talo | such | "this kind of" | ## Demonstrative Pronouns (Far from speaker) | Spelling (far from speaker) | English Equivalent | Implication / Definition / Used as | |-----------------------------|--------------------|------------------------------------| -| kalo | such | "that kind of" | -| kani | that + adj. | | -| kano | that + n. | | +| kano | that + n. | +| kani | that + adj. | | katu | as such, so | "that way", "in that manner" | +| kalo | such | "that kind of" | ## Demonstrative Pronouns (Interrogative form) | Spelling (interrogative form) | English Equivalent | Implication / Definition / Used as | -|-------------------------------|--------------------|------------------------------------| +|-----------------------------|--------------------|------------------------------------| +| sono | what | +| soni | which | +| sotu | how | "which way", "in which manner" | | solo | | "what kind of" | -| soni | which | | -| sono | what | | -| sotu | how | "which way", "in which manner" | \ No newline at end of file diff --git a/Vocabulary/Suffixes.md b/Vocabulary/Suffixes.md index c0a374e..379f823 100644 --- a/Vocabulary/Suffixes.md +++ b/Vocabulary/Suffixes.md @@ -4,48 +4,49 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -bani | -th | for numbers, indicates ordinality | -| -ci | | establishes masculine characteristics/gender | +| -lu | -er , -ist | defines an agent noun | +| -sa | -s, -es | indicates plurality | +| -ri | -ery | establishes a place/event | | -dufen | -ifier, -inator | refers to an entity or construct that performs a specific action or function | -| -falo | -speak, -talk | indicates manner or characteristic of speech | | -fe | "against" , "in opposition to" | connotes opposition | -| -ka | | establishes androgynous characteristics/gender | +| -se | | establishes feminine characteristics/gender | | -ke | | establishes fem-leaning characteristics/gender | +| -ka | | establishes androgynous characteristics/gender | | -ki | | establishes masc-leaning characteristics/gender | -| -lonki | -ology, -graphy, -nomy, -ics | refers to a field of knowledge/study | -| -lu | -er , -ist | defines an agent noun | +| -ci | | establishes masculine characteristics/gender | | -pa | -'s | marks word as possessive | -| -para | N/A | indicates that word is a loanword | +| -lonki | -ology, -graphy, -nomy, -ics | refers to a field of knowledge/study | +| -falo | -speak, -talk | indicates manner or characteristic of speech | +| -bani | -th | for numbers, indicates ordinality | | -ra | -like, -ern | converts to adjective | -| -ri | -ery | establishes a place/event | -| -sa | -s, -es | indicates plurality | -| -se | | establishes feminine characteristics/gender | +| -para | N/A | indicates that word is a loanword | ## Temporal verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -da | -ed | refers to the past tense form of a verb | -| -ja | "yet", "so far" | refers to that a verb is in progress or incomplete | -| -lo | "will", "shall" | refers to the future tense form of a verb | | -ne | | refers to the present tense form of a verb | +| -lo | "will", "shall" | refers to the future tense form of a verb | +| -ja | "yet", "so far" | refers to that a verb is in progress or incomplete | | -zi | | implies indefinite action of verb without defined beginning or end | ## Other verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | -| -do | "should", "ought to" | establishes verb as imperative | | -ku | | establishes verb as uncertain/questioning | +| -do | "should", "ought to" | establishes verb as imperative | | -kuka | "please" | establishes verb as politely questioning/requesting | -| -lani | to | | | -napo | from | | +| -lani | to | | +| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | + ## Adjective suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -jala | -able , -ible , "capable of" | denotes ability or capacity | +| -wan | -est | denotes superlative adjectives | | -kin | | denotes conversion to noun | -| -wan | -est | denotes superlative adjectives | \ No newline at end of file diff --git a/Vocabulary/Verbs.md b/Vocabulary/Verbs.md index 971ea64..4aa8ea7 100644 --- a/Vocabulary/Verbs.md +++ b/Vocabulary/Verbs.md @@ -1,92 +1,92 @@ # Verbs | Spelling (nonextended — original) | English Equivalent | Implication / Definition / Used as | -|-----------------------------------|--------------------|------------------------------------| -| bacini | to walk | | -| betini | to lead | | +|-----------------------------------|--------------------|--------------------------------| +| mawa | kiss | | | binta | eat | | -| bolini | to roll | | -| bujini | to bend | | -| cikihasonbacini | to sneak | | -| cini | to leave/go | | -| cinini | to kick | | -| cipan | to divide, to split | | -| ciwaci | to shoot | | -| core | want | | +| sanu | be | | +| tenco | have | | +| somo | sleep | | | cosi | choose, vote | | -| dawini | to lie down | | -| deja | do, act | | -| dejanem | to try, to attempt | | -| dejapora | to advance | | -| domovini | to drop | | -| endini | to stop | | | falo | speak, say, tell | | -| ficini | to swim | | -| fitini | to strike/punch | | -| fonopen | to blow | | -| gabini | to give/release | | +| toransu | differ | | +| mahen | make, create | | +| sekiso | have sex, fuck | | +| deja | do, act | | | gade | guess | | +| nem | think | | +| pen | move | | +| nepen | feel | | | gurati | induce negative freedom, reduce cost to none | | +| lifeta | induce positive freedom | | +| jala | can, be able to | | +| meta | measure | | +| core | want | | +| jore | need | | +| pora | to add, to increase | | +| mina | to subtract, to decrease, to remove | | +| mulipa | to multiply | | +| cipan | to divide, to split | | +| nepetori | to love, to feel love towards | | +| muvini | to move | | | halini | to start | | -| henlona | welcome, to welcome | | -| hiranaki | to hear | | +| mirendini | to pause/rest | | +| mirehalini | to continue | | +| endini | to stop | | | hitini | to arrive/come | | -| holini | to carry/hold/bear | | +| cini | to leave/go | | +| tenini | to stand/rise | | +| palini | to fall | | +| rumpini | to sit | | +| dawini | to lie down | | +| bujini | to bend | | +| bacini | to walk | | | hurini | to run | | -| jala | can, be able to | | -| jore | need | | -| kamuvini | to push | | | kanini | to jump | | +| risini | to climb | | +| lubini | to slide | | +| qipini | to fly | | +| ficini | to swim | | +| bolini | to roll | | | karini | to drive | | +| kamuvini | to push | | +| tamuvini | to pull | | +| upimovini | to lift | | +| domovini | to drop | | | kawufini | to throw | | -| kopori | to copy | | -| kukinkumi | QED / it is proven | | -| kuvini | to drag | | -| lajitoki | to glow | | -| lifeta | induce positive freedom | | -| lubini | to slide | | -| mahen | make, create | | -| mawa | kiss | | -| meta | measure | | -| mina | to subtract, to decrease, to remove | | -| mirehalini | to continue | | -| mirendini | to pause/rest | | -| mulipa | to multiply | | -| muvini | to move | | -| naki | to sense | | -| nem | think | | -| nemtori | to care, to care about | | -| nepen | feel | | -| nepetori | to love, to feel love towards | | +| tawufini | to catch | | +| holini | to carry/hold/bear | | | nykini | to take/grab | | -| palini | to fall | | +| gabini | to give/release | | +| kuvini | to drag | | +| cinini | to kick | | +| fitini | to strike/punch | | | panini | to flip/do a flip | | -| pen | move | | -| pora | to add, to increase | | -| qina | to know | | -| qipini | to fly | | +| velorini | to follow | | +| betini | to lead | | +| xasini | to resist | | | repa | let | | -| risini | to climb | | -| rumpini | to sit | | -| sanu | be | | -| sekiso | have sex, fuck | | -| seni | to use | | -| setaku | to kill (unintentionally or unknown) | | -| setaso | to kill (intentionally) | | +| kukinkumi | QED / it is proven | | +| qina | to know | | | simjala | to accept | | -| somo | sleep | | +| henlona | welcome, to welcome | | +| dejapora | to advance | | | sorini | to find | | -| sorosoro | to repeat | | -| tamuvini | to pull | | -| tawufini | to catch | | -| tenco | have | | -| tenini | to stand/rise | | | tesura | to adventure | | -| tetoni | to grow, to expand | | -| toransu | differ | | -| toritori | to guard | | -| upimovini | to lift | | -| velorini | to follow | | +| setaso | to kill (intentionally) | | +| setaku | to kill (unintentionally or unknown) | | +| ciwaci | to shoot | | +| cikihasonbacini | to sneak | | +| naki | to sense | | | viconaki | to see | | +| hiranaki | to hear | | +| toritori | to guard | | +| kopori | to copy | | | vineri | to reflect | | -| xasini | to resist | | \ No newline at end of file +| fonopen | to blow | | +| seni | to use | | +| nemtori | to care, to care about | | +| sorosoro | to repeat | | +| tetoni | to grow, to expand | | +| lajitoki | to glow | | +| dejanem | to try, to attempt | | From ecd8a763dbb71e12bd61c66833fb1b0144b2d077 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 11:49:17 -0700 Subject: [PATCH 08/21] script: I think it works --- scripting/index.ts | 59 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 12 deletions(-) diff --git a/scripting/index.ts b/scripting/index.ts index 4257e96..1ba4a13 100644 --- a/scripting/index.ts +++ b/scripting/index.ts @@ -47,15 +47,39 @@ const Files = await readdir(SourceDirectory); const CompleteDictionaryStack: FullEntry[] = []; const CattedBigSectionStack: BigSection[] = []; +const h1Matcher = /^# .+$/i; const h2Matcher = /^## .+$/i; -const tableRowMatcher = /^\| [^|]* \|( [^|]* \|)+$/i; +const tableSeparatorMatcher = /^\|[-\|]+\|$/i; +const tableRowMatcher = /^\| [^|]* \|( [^|]* \|| \|)+$/i; for (const file of Files) { const content = await readFile(join(SourceDirectory, file), 'utf-8'); const unfilteredRows = content.split('\n').map(v => v.trim()); - const rows = unfilteredRows.filter( - v => tableRowMatcher.test(v) || h2Matcher.test(v) - ); + + const nonDataRows = new Map(); + const rows: string[] = []; + + let previousRow = unfilteredRows[0]; + for (const row of unfilteredRows) { + if ( + row.length === 0 || + h1Matcher.test(row) || + tableSeparatorMatcher.test(row) + ) + continue; + + if (tableRowMatcher.test(row)) rows.push(row); + else if (h2Matcher.test(row)) { + rows.push(row); + previousRow = row; + } else nonDataRows.set(previousRow, row); + } + + console.log(nonDataRows); + + // const rows = unfilteredRows.filter( + // v => tableRowMatcher.test(v) || h2Matcher.test(v) + // ); const type = (() => { const asdf = file.toLowerCase().replace(/s\.md$/, ''); @@ -95,11 +119,14 @@ for (const file of Files) { .split('|') .map(v => v.trim()); - // no using !v because it will throw an error if v is an empty string - if (parsedRow.some(v => v === null || v === undefined)) - throw new Error( - `Invalid row (at row ${unfilteredRows.indexOf(row)} of ${file}): ${row}` - ); + // What the hell is this for? + /** + // no using !v because it will throw an error if v is an empty string + if (parsedRow.some(v => v === null || v === undefined)) + throw new Error( + `Invalid row (at row ${unfilteredRows.indexOf(row)} of ${file}): ${row}` + ); + */ if (justStartedNewSection) { headers = parsedRow; @@ -143,11 +170,18 @@ for (const file of Files) { await writeFile( join(SourceDirectory, file), - `# ${file.replace('.md', '')}\n\n` + + ((unfilteredRows[0] ?? '' + '\n\n') + nonDataRows.has(unfilteredRows[0]) + ? nonDataRows.get(unfilteredRows[0]) + '\n\n' + : '') + sectionStack .map(section => { let sectionString = ''; - if (section.title) sectionString += `## ${section.title}\n\n`; + if (section.title) { + const subtitleRow = `## ${section.title}`; + sectionString += subtitleRow + '\n\n'; + if (nonDataRows.has(subtitleRow)) + sectionString += nonDataRows.get(subtitleRow) + '\n\n'; + } sectionString += `| ${section.headers.join(' | ')} |\n`; sectionString += `|${section.headers.map(header => '--' + '-'.repeat(header.length)).join('|')}|\n`; sectionString += section.entries @@ -158,7 +192,8 @@ for (const file of Files) { .join('\n'); return sectionString; }) - .join('\n\n') + .join('\n\n') + + '\n' ); const targetFile = join( From 9d3300353edca71171fbd080691f171b08be4e61 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 18:53:05 +0000 Subject: [PATCH 09/21] =?UTF-8?q?actions=E2=80=94generate=20JSON=20langspe?= =?UTF-8?q?c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vocabulary/Adjectives.md | 92 ++++++------ Vocabulary/Adverbs.md | 24 ++-- Vocabulary/Conjunctions.md | 8 +- Vocabulary/Interjections.md | 14 +- Vocabulary/Nouns.md | 277 ++++++++++++++++++------------------ Vocabulary/Numbers.md | 186 ++++++++++++------------ Vocabulary/Prefixes.md | 16 +-- Vocabulary/Prepositions.md | 22 +-- Vocabulary/Pronouns.md | 39 ++--- Vocabulary/Suffixes.md | 35 +++-- Vocabulary/Verbs.md | 142 +++++++++--------- rawspec/0-catted.json | 12 ++ rawspec/0-complete.json | 14 ++ rawspec/adverbs.json | 12 ++ 14 files changed, 465 insertions(+), 428 deletions(-) diff --git a/Vocabulary/Adjectives.md b/Vocabulary/Adjectives.md index 75e7271..8fa4422 100644 --- a/Vocabulary/Adjectives.md +++ b/Vocabulary/Adjectives.md @@ -1,61 +1,61 @@ -# Adjectives +undefined | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| mi | cute | | -| wusita | good | | -| disita | bad | | -| nen | not | | -| toransu | different, other | | -| somo | sleepy | | -| sekiso | sexy, fuckable | | -| deja | active | | -| gara | all | | -| coko | some | | +|----------|--------------------|------------------------------------| +| anoman | angry | | | boro | any | | -| gurati | free (price), autonomous, non-interfered-with | negative freedom | -| lifeta | liberated | positive freedom | -| jala | able, capable of | | -| mire | mid, average | | -| misu | liquid, fluid | | -| ten | solid, rigid | | -| lufi | gaseous | | +| caki | fast | | +| cangi | long (time) | | +| ciki | short (size) | | +| cikihason | quiet, soft | | | cinda | new | | -| gunda | old | | | cindajin | modern | | -| gundajin | ancient | | | cingun | physically light | | | cingunem | psychologically light | | -| qongun | physically heavy | | -| qongunem | psychologically heavy | | -| anoman | angry | | -| teto | large (size) | | -| ciki | short (size) | | -| kanacin | sad | | -| tanocin | happy | | -| cangi | long (time) | | +| coko | some | | +| dakun | black, dark | | | dangi | short (time) | | -| tenza | tall (height) | | +| deja | active | | +| disita | bad | | +| gara | all | | +| garatempu | eternal, everlasting, permanent | | +| gunda | old | | +| gundajin | ancient | | +| gurati | free (price), autonomous, non-interfered-with | negative freedom | +| hepin | scary | | +| jala | able, capable of | | +| kanacin | sad | | +| kanpekon | perfect, complete | | | kenki | short (height) | | -| suci | intelligent | | -| mimi | adorable | | -| dakun | black, dark | | +| kuso | exciting | | | lajito | white, light, bright | | -| miremire | gray | | +| lifeta | liberated | positive freedom | +| lufi | gaseous | | +| mani | slow | | | mayu | very, extremely | | -| suranto | same | | -| kuso | exciting | | -| kanpekon | perfect, complete | | +| mi | cute | | +| mimi | adorable | | +| mire | mid, average | | +| miremire | gray | | +| misu | liquid, fluid | | +| nen | not | | +| nidu | necessary | | +| qongun | physically heavy | | +| qongunem | psychologically heavy | | +| redu | sufficient | | +| sekiso | sexy, fuckable | | | senakanpekon | continuous | | | senakanpekonfe | discrete | | -| wanoka | most | | +| somo | sleepy | | +| suci | intelligent | | +| suranto | same | | +| tanocin | happy | | +| ten | solid, rigid | | +| tenza | tall (height) | | +| teto | large (size) | | +| tetohason | loud | | +| toransu | different, other | | | wanofe | least | | +| wanoka | most | | | wanore | only | | -| nidu | necessary | | -| redu | sufficient | | -| cikihason | quiet, soft | | -| tetohason | loud | | -| garatempu | eternal, everlasting, permanent | | -| mani | slow | | -| caki | fast | | -| hepin | scary | | +| wusita | good | | diff --git a/Vocabulary/Adverbs.md b/Vocabulary/Adverbs.md index 5adfd29..432d073 100644 --- a/Vocabulary/Adverbs.md +++ b/Vocabulary/Adverbs.md @@ -1,35 +1,35 @@ -# Adverbs +undefined ## Miscellaneous adverbs | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| nen | no | logical negation | +|----------|--------------------|------------------------------------| | con | soon | | | huba | overly | | -| mayu | very, extremely | | -| sun | why | interrogative question of cause | -| tun | because | statement of cause | +| mayu | very, extremely | | +| nen | no | logical negation | | saci | how | interrogative question of methodology | +| sun | why | interrogative question of cause | | taci | | description of methodology | -| wuroga | WLOG (without loss of generality) | | +| tun | because | statement of cause | +| wuroga | WLOG (without loss of generality) | | ## Temporal adverbs (-hi is the termination for a temporal adverb) | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| tahi | now | | +|----------|--------------------|------------------------------------| | kahi | then | | | sohi | when | | +| tahi | now | | ## Demonstrative adverbs (-wa is the termination for a demonstrative adverb) | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| tawa | here | | +|----------|--------------------|------------------------------------| | kawa | there | | -| sowa | where | | \ No newline at end of file +| sowa | where | | +| tawa | here | | diff --git a/Vocabulary/Conjunctions.md b/Vocabulary/Conjunctions.md index 1dc467e..0d5149a 100644 --- a/Vocabulary/Conjunctions.md +++ b/Vocabulary/Conjunctions.md @@ -1,11 +1,11 @@ -# Conjunctions +undefined | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| pum | and | logical conjunction | -| ron | or | logical disjunction | | no | but | logical implication | +| pum | and | logical conjunction | | pumfe | nand | opposite of logical conjunction | +| ron | or | logical disjunction | | ronfe | nor | opposite of logical disjunction | -| xon | xor | exclusive logical disjunction | | sumasu | in order to | | +| xon | xor | exclusive logical disjunction | diff --git a/Vocabulary/Interjections.md b/Vocabulary/Interjections.md index 5f61a46..a79450d 100644 --- a/Vocabulary/Interjections.md +++ b/Vocabulary/Interjections.md @@ -1,13 +1,13 @@ -# Interjections +undefined | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| sim | yes | | -| nen | no | | +| biwe | thanks | | | henlo | hello | | -| na | hi | | +| hihi | laughter | | +| ke | ok | confirmation, acknowledgement | | konba | goodbye | | | mi | cute | | -| ke | ok | confirmation, acknowledgement | -| biwe | thanks | | -| hihi | laughter | | \ No newline at end of file +| na | hi | | +| nen | no | | +| sim | yes | | diff --git a/Vocabulary/Nouns.md b/Vocabulary/Nouns.md index cba32e6..e4a2b1c 100644 --- a/Vocabulary/Nouns.md +++ b/Vocabulary/Nouns.md @@ -1,166 +1,165 @@ -# Nouns +undefined | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| kase | cat | | -| hun | dog | | -| luma | person | | -| mawa | kiss | | -| lanmi | food | | -| topi | god, deity | | -| wantu | number | | -| cosi | choice, vote | | -| falo | speech, discussion, chat | | -| linwa | language | | -| keso | cheese | | -| sekiso | sex, act of fucking | | -| lumaba | friend | | -| deja | action | | -| gade | guess | | -| tempu | time | | -| cikondu | second | | -| minedu | minute | | -| haweru | hour | | -| dawu | day | | -| natu | night | | -| murinu | morning | | -| ebeninku | evening | | -| monadu | month | | -| siconu | season | | -| waru | year | | -| diwaru | decade | | -| huwaru | century | | -| newaru | millenium | | -| nem | mind | | -| pen | movement | | -| nepen | feeling | | -| gurati | non-intervention | free (price), without cost | -| lifeta | (positive) freedom | liberation, liberty | -| kumi | trans(gender)ness | | -| jala | ability | | -| mire | half, middle | | -| misu | liquid | | -| lufi | gas | | -| ten | solid | | -| kin | thing | | -| meta | measurment | | -| core | desire | | -| jore | need | | -| lonki | field of knowledge/study | | -| tori | kindness, love | | -| toba | word | | +|----------|--------------------|------------------------------------| | bencun | book | | -| gucun | story | | | bengu | storybook | | +| bese-X | base-X | | +| bulohaji | comfort, safety, euphoria | | +| caca | brush | | +| caja | adventure, journey | | +| canwa | result | | +| capa | shape | | +| capalonki | geometry | | +| capanem | form, style | | +| capasero | circle | | +| capaterolonki | trigonometry | | +| capa-X | X-sided polygon | | | cikaran | physical strength | | | cikaranem | mental strength | | -| canwa | result | | -| wucan | victory | | +| cikiwanoka | minimum | | +| cikondu | second | | +| conaro | space (mathematical) | | +| conarokanpekon | field (mathematical) | | +| core | desire | | +| cosi | choice, vote | | +| dawu | day | | +| deja | action | | +| dena | point (mathematical) | | | dican | defeat | | -| bulohaji | comfort, safety, euphoria | | +| dikinem | worry, concern | | +| diwaru | decade | | +| ebeninku | evening | | +| falo | speech, discussion, chat | | +| fero | set | | +| ferocapa | group (mathematical) | | +| ferociki | subset | | +| fono | wind | | +| funocapasero | chord | | +| gade | guess | | +| gano | simple | | +| goca | land, country, nation | | +| golon | goal, target | | +| gucun | story | | +| gurati | non-intervention | free (price), without cost | | hason | sound | | | hasontoba | pronunciation | | -| miku | idol | | -| qanzi | paper | | | -| muna | egg | | -| suntu | dumbass, idiot | | -| caja | adventure, journey | | -| goca | land, country, nation | | -| lumakapa | sibling | | +| haweru | hour | | +| hira | hearing | | +| huda | answer | | +| hun | dog | | +| huwaru | century | | +| ikiko | life | | +| ikikokin | lifeform, creature, living thing | | +| jala | ability | | +| jicuha | art | | +| jore | need | | +| kacapatero | cosine function | | +| kaji | decoration | | +| kase | cat | | | kawapi | water | | -| picanam | picture, image | | -| tobacun | dictionary | | -| molumaba | enemy | | -| wantulonki | mathematics | | +| keso | cheese | | +| kin | thing | | +| kokacapatero | secant function | | +| kosacapatero | cosecant function | | +| kotacapatero | cotangent function | | +| kukin | question | | +| kumi | trans(gender)ness | | | kumo | change | | +| kumociki | derivative (mathematical) | | +| kumolonki | calculus | | | kumopen | speed | | -| gano | simple | | +| lanmi | food | | +| leba | name | | +| lifeta | (positive) freedom | liberation, liberty | +| linwa | language | | +| logo | logarithm function | | +| lonki | field of knowledge/study | | | lonkicanwa | theorem | | | lonkigade | conjecture | | | lonkigadeciki | lemma | | -| tobapere | claim | | -| tobaperena | converse | | -| tobaperene | inverse | | -| tobaperenu | contrapositive | | -| dena | point (mathematical) | | -| sena | line (mathematical) | | -| sonara | plane (mathematical) | | -| conaro | space (mathematical) | | -| conarokanpekon | field (mathematical) | | +| lufi | gas | | +| luma | person | | +| lumaba | friend | | +| lumakapa | sibling | | +| matuco | matrix | | +| mawa | kiss | | +| meta | measurment | | +| miku | idol | | +| minedu | minute | | +| mire | half, middle | | | mireconarokanpekon | ring (mathematical) | | | mirekanpekon | rng (mathematical) | | -| pacuwano | injection (mathematical) | | +| mirekin | part, portion | | +| mirekukin | prompt | | +| mirekumociki | partial derivative | | +| misu | liquid | | +| modoni | setting, mode | | +| molumaba | enemy | | +| monadu | month | | +| muna | egg | | +| murinu | morning | | +| natu | night | | +| nem | mind | | +| nemlonki | logic | | +| nemlonkife | contradiction | | +| nepen | feeling | | +| newaru | millenium | | +| pacu | function | | | pacuduwo | bijection | | | pacufe | surjection | | -| capa | shape | | -| capa-X | X-sided polygon | | -| X-capa | X-dimensional shape | | -| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | -| fero | set | | -| ferociki | subset | | -| ferocapa | group (mathematical) | | -| wantuwanora | identity (number) | | -| matuco | matrix | | -| penfero | transformation (mathematical) | | -| peca | exponent | | -| bese-X | base-X | | -| wantukumi | variable | | -| pacu | function | | -| wantukumilonki | algebra | | -| capalonki | geometry | | -| kumolonki | calculus | | -| wantuwantulonki | number theory | | -| capaterolonki | trigonometry | | -| wantukanpekon | integer | | -| wantumirekanpekon | rational number | | -| wantupacugano | algebraic number | | | pacugano | polynomial | | | pacuganora | analytic function | | -| wantufe | negative number | | -| kumociki | derivative (mathematical) | | -| poraciki | integral | | -| mirekumociki | partial derivative | | -| penciki | limit (mathematical) | | -| sacapatero | sine function | | -| kacapatero | cosine function | | -| tacapatero | tangent function | | -| kotacapatero | cotangent function | | -| kokacapatero | secant function | | -| kosacapatero | cosecant function | | -| logo | logarithm function | | -| cikiwanoka | minimum | | -| tetowanoka | maximum | | +| pacukomi | arrow | | +| pacuwano | injection (mathematical) | | +| patolen | pot, bowl | | +| peca | exponent | | | pecakin | exponential function | | -| capasero | circle | | -| funocapasero | chord | | -| kukin | question | | -| huda | answer | | -| nemlonki | logic | | -| nemlonkife | contradiction | | -| modoni | setting, mode | | -| sevo | server (digital) | | -| tawakin | location | | -| leba | name | | -| mirekukin | prompt | | +| pen | movement | | +| penciki | limit (mathematical) | | +| penfero | transformation (mathematical) | | +| picanam | picture, image | | +| poraciki | integral | | +| qanzi | paper | | | qinakin | information | | -| mirekin | part, portion | | +| sacapatero | sine function | | | segan | world | | -| tesura | adventure | | -| ikiko | life | | +| sekiso | sex, act of fucking | | +| sena | line (mathematical) | | | seta | death | | -| ikikokin | lifeform, creature, living thing | | -| pacukomi | arrow | | -| vico | vision | | -| hira | hearing | | -| toritorikin | guard, guardian | | -| fono | wind | | -| caca | brush | | -| golon | goal, target | | -| jicuha | art | | -| kaji | decoration | | -| patolen | pot, bowl | | +| sevo | server (digital) | | +| siconu | season | | +| sonara | plane (mathematical) | | | sorosoro | repeat | | | suka | parent | | -| capanem | form, style | | -| dikinem | worry, concern | | - +| suntu | dumbass, idiot | | +| tacapatero | tangent function | | +| tawakin | location | | +| tempu | time | | +| ten | solid | | +| tesura | adventure | | +| tetowanoka | maximum | | +| toba | word | | +| tobacun | dictionary | | +| tobapere | claim | | +| tobaperena | converse | | +| tobaperene | inverse | | +| tobaperenu | contrapositive | | +| topi | god, deity | | +| tori | kindness, love | | +| toritorikin | guard, guardian | | +| vico | vision | | +| wantu | number | | +| wantufe | negative number | | +| wantukanpekon | integer | | +| wantukumi | variable | | +| wantukumilonki | algebra | | +| wantulonki | mathematics | | +| wantumirekanpekon | rational number | | +| wantupacugano | algebraic number | | +| wantuwanora | identity (number) | | +| wantuwantulonki | number theory | | +| waru | year | | +| wucan | victory | | +| X-capa | X-dimensional shape | | +| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | diff --git a/Vocabulary/Numbers.md b/Vocabulary/Numbers.md index 272b44b..2006741 100644 --- a/Vocabulary/Numbers.md +++ b/Vocabulary/Numbers.md @@ -1,96 +1,96 @@ -# Numerals +undefined | Spelling | Hindu-Arabic Numeral | |----------|----------------------| -| **X-fe** | negative X | -| **sero** | 0 | -| **wano** | 1 | -| **duwo** | 2 | -| **tero** | 3 | -| **karo** | 4 | -| **bimo** | 5 | -| **cido** | 6 | -| **sebo** | 7 | -| **wonto** | 8 | -| **ninto** | 9 | -| **dinko** | 10 | -| dunko | 20 | -| tenko | 30 | -| kanko | 40 | -| binko | 50 | -| cinko | 60 | -| senko | 70 | -| wonko | 80 | -| ninko | 90 | -| **hundo** | 100 | -| dundo | 200 | -| tendo | 300 | -| kando | 400 | -| bindo | 500 | -| cindo | 600 | -| sendo | 700 | -| wondo | 800 | -| nindo | 900 | -| **neko** | 1000 | -| duko | 2000 | -| teko | 3000 | -| keko | 4000 | -| biko | 5000 | -| ciko | 6000 | -| seko | 7000 | -| woko | 8000 | -| niko | 9000 | -| diko | 10'000 | -| dudiko | 20'000 | -| tediko | 30'000 | -| kadiko | 40'000 | -| bidiko | 50'000 | -| cidiko | 60'000 | -| sediko | 70'000 | -| wodiko | 80'000 | -| nidiko | 90'000 | -| huko | 100'000 | -| duhuko | 200'000 | -| tehuko | 300'000 | -| kahuko | 400'000 | -| bihuko | 500'000 | -| cihuko | 600'000 | -| sehuko | 700'000 | -| wohuko | 800'000 | -| nihuko | 900'000 | -| **ranolono** | 1'000'000, one million | -| dunolono | 2'000'000 | -| tenolono | 3'000'000 | -| kenolono | 4'000'000 | -| binolono | 5'000'000 | -| cinolono | 6'000'000 | -| senolono | 7'000'000 | -| wonolono | 8'000'000 | -| ninolono | 9'000'000 | -| dinolono | 10'000'000, ten million | -| dudinolono | 20'000'000 | -| tedinolono | 30'000'000 | -| kadinolono | 40'000'000 | -| bidinolono | 50'000'000 | -| cidinolono | 60'000'000 | -| sedinolono | 70'000'000 | -| wodinolono | 80'000'000 | -| nidinolono | 90'000'000 | -| hunolono | 100'000'000, one hundred million | -| duhunolono | 200'000'000 | -| tehunolono | 300'000'000 | -| kahunolono | 400'000'000 | -| bihunolono | 500'000'000 | -| cihunolono | 600'000'000 | -| sehunolono | 700'000'000 | -| wohunolono | 800'000'000 | -| nihunolono | 900'000'000 | -| **ruwolono** | 1'000'000'000, one billion | -| **rerolono** | 1'000'000'000'000, one trillion | -| **rarolono** | 1'000'000'000'000'000, one quadrillion | -| **rimolono** | 1'000'000'000'000'000'000, one quintillion | -| **ridolono** | 1'000'000'000'000'000'000'000, one sextillion | -| **rebolono** | 1'000'000'000'000'000'000'000'000, one septillion | -| **rontolono** | 1'000'000'000'000'000'000'000'000'000, one octillion | -| **rintolono** | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | -| **rinkolono** | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | +| bidiko | 50'000 | | +| bidinolono | 50'000'000 | | +| bihuko | 500'000 | | +| bihunolono | 500'000'000 | | +| biko | 5000 | | +| bimo | 5 | | +| bindo | 500 | | +| binko | 50 | | +| binolono | 5'000'000 | | +| cidiko | 60'000 | | +| cidinolono | 60'000'000 | | +| cido | 6 | | +| cihuko | 600'000 | | +| cihunolono | 600'000'000 | | +| ciko | 6000 | | +| cindo | 600 | | +| cinko | 60 | | +| cinolono | 6'000'000 | | +| diko | 10'000 | | +| dinko | 10 | | +| dinolono | 10'000'000, ten million | | +| dudiko | 20'000 | | +| dudinolono | 20'000'000 | | +| duhuko | 200'000 | | +| duhunolono | 200'000'000 | | +| duko | 2000 | | +| dundo | 200 | | +| dunko | 20 | | +| dunolono | 2'000'000 | | +| duwo | 2 | | +| huko | 100'000 | | +| hundo | 100 | | +| hunolono | 100'000'000, one hundred million | | +| kadiko | 40'000 | | +| kadinolono | 40'000'000 | | +| kahuko | 400'000 | | +| kahunolono | 400'000'000 | | +| kando | 400 | | +| kanko | 40 | | +| karo | 4 | | +| keko | 4000 | | +| kenolono | 4'000'000 | | +| neko | 1000 | | +| nidiko | 90'000 | | +| nidinolono | 90'000'000 | | +| nihuko | 900'000 | | +| nihunolono | 900'000'000 | | +| niko | 9000 | | +| nindo | 900 | | +| ninko | 90 | | +| ninolono | 9'000'000 | | +| ninto | 9 | | +| ranolono | 1'000'000, one million | | +| rarolono | 1'000'000'000'000'000, one quadrillion | | +| rebolono | 1'000'000'000'000'000'000'000'000, one septillion | | +| rerolono | 1'000'000'000'000, one trillion | | +| ridolono | 1'000'000'000'000'000'000'000, one sextillion | | +| rimolono | 1'000'000'000'000'000'000, one quintillion | | +| rinkolono | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | | +| rintolono | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | | +| rontolono | 1'000'000'000'000'000'000'000'000'000, one octillion | | +| ruwolono | 1'000'000'000, one billion | | +| sebo | 7 | | +| sediko | 70'000 | | +| sedinolono | 70'000'000 | | +| sehuko | 700'000 | | +| sehunolono | 700'000'000 | | +| seko | 7000 | | +| sendo | 700 | | +| senko | 70 | | +| senolono | 7'000'000 | | +| sero | 0 | | +| tediko | 30'000 | | +| tedinolono | 30'000'000 | | +| tehuko | 300'000 | | +| tehunolono | 300'000'000 | | +| teko | 3000 | | +| tendo | 300 | | +| tenko | 30 | | +| tenolono | 3'000'000 | | +| tero | 3 | | +| wano | 1 | | +| wodiko | 80'000 | | +| wodinolono | 80'000'000 | | +| wohuko | 800'000 | | +| wohunolono | 800'000'000 | | +| woko | 8000 | | +| wondo | 800 | | +| wonko | 80 | | +| wonolono | 8'000'000 | | +| wonto | 8 | | +| X-fe | negative X | | diff --git a/Vocabulary/Prefixes.md b/Vocabulary/Prefixes.md index 9633ca3..ddd8d70 100644 --- a/Vocabulary/Prefixes.md +++ b/Vocabulary/Prefixes.md @@ -1,14 +1,14 @@ -# Prefixes +undefined | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| mire- | semi- | semi | -| gara- | all-/every- | all/every | -| coko- | some- | some | | boro- | any- | any | -| ni- | non- | negation, other than | -| mo- | | inversion, contrary meaning | -| wu- | | positive connotation | -| di- | | negative connotation | +| coko- | some- | some | | deja- | -doing | the doing of | +| di- | | negative connotation | +| gara- | all-/every- | all/every | +| mire- | semi- | semi | +| mo- | | inversion, contrary meaning | +| ni- | non- | negation, other than | | soro- | re- | repetition of an action | +| wu- | | positive connotation | diff --git a/Vocabulary/Prepositions.md b/Vocabulary/Prepositions.md index a47c27f..364c610 100644 --- a/Vocabulary/Prepositions.md +++ b/Vocabulary/Prepositions.md @@ -1,19 +1,19 @@ -# Prepositions +undefined | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| ra | in | is part of, contained or located in | -| para | for | | +| bi | by | in context of "I walked by the blahaj store." | +| caba | behind | | | de | of | | -| no | but | | +| faba | in front of | | | gon | on | | | huba | over | | -| wuba | under | | -| faba | in front of | | -| caba | behind | | -| tamba | next to | | -| taba | near | | | kaba | far | | -| taro | with | | +| no | but | | +| para | for | | +| ra | in | is part of, contained or located in | | se | to | in context of "9 to 5" or "I walked to the blahaj store." | -| bi | by | in context of "I walked by the blahaj store." | +| taba | near | | +| tamba | next to | | +| taro | with | | +| wuba | under | | diff --git a/Vocabulary/Pronouns.md b/Vocabulary/Pronouns.md index f32ec3b..7848508 100644 --- a/Vocabulary/Pronouns.md +++ b/Vocabulary/Pronouns.md @@ -1,53 +1,54 @@ -# Pronouns +undefined ## Personal Pronouns *All of the following pronouns when used without any suffix are singular. They become plural with the "sa" suffix (ie. Li = I, Lisa = We)* + | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| li | I | animate, unspecified, 1st person | -| mida | you [singular] | animate, unspecified, 2nd person | | da | they [singular] | animate, unspecified, 3rd person | -| dase | she | animate, feminine, 3rd person | -| dake | | animate, fem-leaning, 3rd person | +| daci | he | animate, masculine, 3rd person | | daka | they [singular] | animate, androgynous, 3rd person | +| dake | | animate, fem-leaning, 3rd person | | daki | | animate, masc-leaning, 3rd person | -| daci | he | animate, masculine, 3rd person | +| dase | she | animate, feminine, 3rd person | +| li | I | animate, unspecified, 1st person | +| mida | you [singular] | animate, unspecified, 2nd person | ## Indefinite Pronouns | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| reda | itself/herself/etc. | reflexive pronoun, referencing to the thing(s) already mentioned in the sentence | -| toransu | other/another | | -| gara | all/every | | -| coko | some | | | boro | any | | +| coko | some | | +| gara | all/every | | | mire | half | | +| reda | itself/herself/etc. | reflexive pronoun, referencing to the thing(s) already mentioned in the sentence | +| toransu | other/another | | ## Demonstrative Pronouns (Close to speaker) | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| tano | this + n. | | +| talo | such | "this kind of" | | tani | this + adj. | | +| tano | this + n. | | | tatu | as such, so | "this way", "in this manner" | -| talo | such | "this kind of" | ## Demonstrative Pronouns (Far from speaker) | Spelling (far from speaker) | English Equivalent | Implication / Definition / Used as | |-----------------------------|--------------------|------------------------------------| -| kano | that + n. | -| kani | that + adj. | -| katu | as such, so | "that way", "in that manner" | | kalo | such | "that kind of" | +| kani | that + adj. | | +| kano | that + n. | | +| katu | as such, so | "that way", "in that manner" | ## Demonstrative Pronouns (Interrogative form) | Spelling (interrogative form) | English Equivalent | Implication / Definition / Used as | -|-----------------------------|--------------------|------------------------------------| -| sono | what | -| soni | which | -| sotu | how | "which way", "in which manner" | +|-------------------------------|--------------------|------------------------------------| | solo | | "what kind of" | +| soni | which | | +| sono | what | | +| sotu | how | "which way", "in which manner" | diff --git a/Vocabulary/Suffixes.md b/Vocabulary/Suffixes.md index 379f823..eb7c8f2 100644 --- a/Vocabulary/Suffixes.md +++ b/Vocabulary/Suffixes.md @@ -1,52 +1,51 @@ -# Suffixes +undefined ## (Pro)noun suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -lu | -er , -ist | defines an agent noun | -| -sa | -s, -es | indicates plurality | -| -ri | -ery | establishes a place/event | +| -bani | -th | for numbers, indicates ordinality | +| -ci | | establishes masculine characteristics/gender | | -dufen | -ifier, -inator | refers to an entity or construct that performs a specific action or function | +| -falo | -speak, -talk | indicates manner or characteristic of speech | | -fe | "against" , "in opposition to" | connotes opposition | -| -se | | establishes feminine characteristics/gender | -| -ke | | establishes fem-leaning characteristics/gender | | -ka | | establishes androgynous characteristics/gender | +| -ke | | establishes fem-leaning characteristics/gender | | -ki | | establishes masc-leaning characteristics/gender | -| -ci | | establishes masculine characteristics/gender | -| -pa | -'s | marks word as possessive | | -lonki | -ology, -graphy, -nomy, -ics | refers to a field of knowledge/study | -| -falo | -speak, -talk | indicates manner or characteristic of speech | -| -bani | -th | for numbers, indicates ordinality | -| -ra | -like, -ern | converts to adjective | +| -lu | -er , -ist | defines an agent noun | +| -pa | -'s | marks word as possessive | | -para | N/A | indicates that word is a loanword | +| -ra | -like, -ern | converts to adjective | +| -ri | -ery | establishes a place/event | +| -sa | -s, -es | indicates plurality | +| -se | | establishes feminine characteristics/gender | ## Temporal verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -da | -ed | refers to the past tense form of a verb | -| -ne | | refers to the present tense form of a verb | -| -lo | "will", "shall" | refers to the future tense form of a verb | | -ja | "yet", "so far" | refers to that a verb is in progress or incomplete | +| -lo | "will", "shall" | refers to the future tense form of a verb | +| -ne | | refers to the present tense form of a verb | | -zi | | implies indefinite action of verb without defined beginning or end | ## Other verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -ku | | establishes verb as uncertain/questioning | +| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | | -do | "should", "ought to" | establishes verb as imperative | +| -ku | | establishes verb as uncertain/questioning | | -kuka | "please" | establishes verb as politely questioning/requesting | -| -napo | from | | | -lani | to | | -| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | - +| -napo | from | | ## Adjective suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -jala | -able , -ible , "capable of" | denotes ability or capacity | -| -wan | -est | denotes superlative adjectives | | -kin | | denotes conversion to noun | +| -wan | -est | denotes superlative adjectives | diff --git a/Vocabulary/Verbs.md b/Vocabulary/Verbs.md index 4aa8ea7..8a2757b 100644 --- a/Vocabulary/Verbs.md +++ b/Vocabulary/Verbs.md @@ -1,92 +1,92 @@ -# Verbs +undefined | Spelling (nonextended — original) | English Equivalent | Implication / Definition / Used as | -|-----------------------------------|--------------------|--------------------------------| -| mawa | kiss | | +|-----------------------------------|--------------------|------------------------------------| +| bacini | to walk | | +| betini | to lead | | | binta | eat | | -| sanu | be | | -| tenco | have | | -| somo | sleep | | +| bolini | to roll | | +| bujini | to bend | | +| cikihasonbacini | to sneak | | +| cini | to leave/go | | +| cinini | to kick | | +| cipan | to divide, to split | | +| ciwaci | to shoot | | +| core | want | | | cosi | choose, vote | | -| falo | speak, say, tell | | -| toransu | differ | | -| mahen | make, create | | -| sekiso | have sex, fuck | | +| dawini | to lie down | | | deja | do, act | | +| dejanem | to try, to attempt | | +| dejapora | to advance | | +| domovini | to drop | | +| endini | to stop | | +| falo | speak, say, tell | | +| ficini | to swim | | +| fitini | to strike/punch | | +| fonopen | to blow | | +| gabini | to give/release | | | gade | guess | | -| nem | think | | -| pen | move | | -| nepen | feel | | | gurati | induce negative freedom, reduce cost to none | | -| lifeta | induce positive freedom | | -| jala | can, be able to | | -| meta | measure | | -| core | want | | -| jore | need | | -| pora | to add, to increase | | -| mina | to subtract, to decrease, to remove | | -| mulipa | to multiply | | -| cipan | to divide, to split | | -| nepetori | to love, to feel love towards | | -| muvini | to move | | | halini | to start | | -| mirendini | to pause/rest | | -| mirehalini | to continue | | -| endini | to stop | | +| henlona | welcome, to welcome | | +| hiranaki | to hear | | | hitini | to arrive/come | | -| cini | to leave/go | | -| tenini | to stand/rise | | -| palini | to fall | | -| rumpini | to sit | | -| dawini | to lie down | | -| bujini | to bend | | -| bacini | to walk | | +| holini | to carry/hold/bear | | | hurini | to run | | +| jala | can, be able to | | +| jore | need | | +| kamuvini | to push | | | kanini | to jump | | -| risini | to climb | | -| lubini | to slide | | -| qipini | to fly | | -| ficini | to swim | | -| bolini | to roll | | | karini | to drive | | -| kamuvini | to push | | -| tamuvini | to pull | | -| upimovini | to lift | | -| domovini | to drop | | | kawufini | to throw | | -| tawufini | to catch | | -| holini | to carry/hold/bear | | -| nykini | to take/grab | | -| gabini | to give/release | | +| kopori | to copy | | +| kukinkumi | QED / it is proven | | | kuvini | to drag | | -| cinini | to kick | | -| fitini | to strike/punch | | +| lajitoki | to glow | | +| lifeta | induce positive freedom | | +| lubini | to slide | | +| mahen | make, create | | +| mawa | kiss | | +| meta | measure | | +| mina | to subtract, to decrease, to remove | | +| mirehalini | to continue | | +| mirendini | to pause/rest | | +| mulipa | to multiply | | +| muvini | to move | | +| naki | to sense | | +| nem | think | | +| nemtori | to care, to care about | | +| nepen | feel | | +| nepetori | to love, to feel love towards | | +| nykini | to take/grab | | +| palini | to fall | | | panini | to flip/do a flip | | -| velorini | to follow | | -| betini | to lead | | -| xasini | to resist | | -| repa | let | | -| kukinkumi | QED / it is proven | | +| pen | move | | +| pora | to add, to increase | | | qina | to know | | +| qipini | to fly | | +| repa | let | | +| risini | to climb | | +| rumpini | to sit | | +| sanu | be | | +| sekiso | have sex, fuck | | +| seni | to use | | +| setaku | to kill (unintentionally or unknown) | | +| setaso | to kill (intentionally) | | | simjala | to accept | | -| henlona | welcome, to welcome | | -| dejapora | to advance | | +| somo | sleep | | | sorini | to find | | +| sorosoro | to repeat | | +| tamuvini | to pull | | +| tawufini | to catch | | +| tenco | have | | +| tenini | to stand/rise | | | tesura | to adventure | | -| setaso | to kill (intentionally) | | -| setaku | to kill (unintentionally or unknown) | | -| ciwaci | to shoot | | -| cikihasonbacini | to sneak | | -| naki | to sense | | -| viconaki | to see | | -| hiranaki | to hear | | +| tetoni | to grow, to expand | | +| toransu | differ | | | toritori | to guard | | -| kopori | to copy | | +| upimovini | to lift | | +| velorini | to follow | | +| viconaki | to see | | | vineri | to reflect | | -| fonopen | to blow | | -| seni | to use | | -| nemtori | to care, to care about | | -| sorosoro | to repeat | | -| tetoni | to grow, to expand | | -| lajitoki | to glow | | -| dejanem | to try, to attempt | | +| xasini | to resist | | diff --git a/rawspec/0-catted.json b/rawspec/0-catted.json index 6c2e3ec..96c44ee 100644 --- a/rawspec/0-catted.json +++ b/rawspec/0-catted.json @@ -381,6 +381,12 @@ "impl": null, "obscurism": null }, + { + "word": "mayu", + "meaning": "very, extremely", + "impl": null, + "obscurism": null + }, { "word": "nen", "meaning": "no", @@ -410,6 +416,12 @@ "meaning": "because", "impl": "statement of cause", "obscurism": "tun'" + }, + { + "word": "wuroga", + "meaning": "WLOG (without loss of generality)", + "impl": null, + "obscurism": null } ] }, diff --git a/rawspec/0-complete.json b/rawspec/0-complete.json index 81a7233..53403cc 100644 --- a/rawspec/0-complete.json +++ b/rawspec/0-complete.json @@ -1784,6 +1784,13 @@ "type": "adjective", "obscurism": null }, + { + "word": "mayu", + "meaning": "very, extremely", + "impl": null, + "type": "adverb", + "obscurism": null + }, { "word": "meta", "meaning": "measurment", @@ -3506,6 +3513,13 @@ "type": "noun", "obscurism": null }, + { + "word": "wuroga", + "meaning": "WLOG (without loss of generality)", + "impl": null, + "type": "adverb", + "obscurism": null + }, { "word": "wusita", "meaning": "good", diff --git a/rawspec/adverbs.json b/rawspec/adverbs.json index be02726..6592eb2 100644 --- a/rawspec/adverbs.json +++ b/rawspec/adverbs.json @@ -20,6 +20,12 @@ "impl": null, "obscurism": null }, + { + "word": "mayu", + "meaning": "very, extremely", + "impl": null, + "obscurism": null + }, { "word": "nen", "meaning": "no", @@ -49,6 +55,12 @@ "meaning": "because", "impl": "statement of cause", "obscurism": "tun'" + }, + { + "word": "wuroga", + "meaning": "WLOG (without loss of generality)", + "impl": null, + "obscurism": null } ] }, From 6d14092dd6c08410683c7f0208a21b0f0022cdf0 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 11:55:47 -0700 Subject: [PATCH 10/21] =?UTF-8?q?Revert=20"actions=E2=80=94generate=20JSON?= =?UTF-8?q?=20langspec"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9d3300353edca71171fbd080691f171b08be4e61. --- Vocabulary/Adjectives.md | 92 ++++++------ Vocabulary/Adverbs.md | 24 ++-- Vocabulary/Conjunctions.md | 8 +- Vocabulary/Interjections.md | 14 +- Vocabulary/Nouns.md | 277 ++++++++++++++++++------------------ Vocabulary/Numbers.md | 186 ++++++++++++------------ Vocabulary/Prefixes.md | 16 +-- Vocabulary/Prepositions.md | 22 +-- Vocabulary/Pronouns.md | 39 +++-- Vocabulary/Suffixes.md | 35 ++--- Vocabulary/Verbs.md | 142 +++++++++--------- rawspec/0-catted.json | 12 -- rawspec/0-complete.json | 14 -- rawspec/adverbs.json | 12 -- 14 files changed, 428 insertions(+), 465 deletions(-) diff --git a/Vocabulary/Adjectives.md b/Vocabulary/Adjectives.md index 8fa4422..75e7271 100644 --- a/Vocabulary/Adjectives.md +++ b/Vocabulary/Adjectives.md @@ -1,61 +1,61 @@ -undefined +# Adjectives | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| -| anoman | angry | | +|----------|--------------------|--------------------------------| +| mi | cute | | +| wusita | good | | +| disita | bad | | +| nen | not | | +| toransu | different, other | | +| somo | sleepy | | +| sekiso | sexy, fuckable | | +| deja | active | | +| gara | all | | +| coko | some | | | boro | any | | -| caki | fast | | -| cangi | long (time) | | -| ciki | short (size) | | -| cikihason | quiet, soft | | +| gurati | free (price), autonomous, non-interfered-with | negative freedom | +| lifeta | liberated | positive freedom | +| jala | able, capable of | | +| mire | mid, average | | +| misu | liquid, fluid | | +| ten | solid, rigid | | +| lufi | gaseous | | | cinda | new | | +| gunda | old | | | cindajin | modern | | +| gundajin | ancient | | | cingun | physically light | | | cingunem | psychologically light | | -| coko | some | | -| dakun | black, dark | | -| dangi | short (time) | | -| deja | active | | -| disita | bad | | -| gara | all | | -| garatempu | eternal, everlasting, permanent | | -| gunda | old | | -| gundajin | ancient | | -| gurati | free (price), autonomous, non-interfered-with | negative freedom | -| hepin | scary | | -| jala | able, capable of | | +| qongun | physically heavy | | +| qongunem | psychologically heavy | | +| anoman | angry | | +| teto | large (size) | | +| ciki | short (size) | | | kanacin | sad | | -| kanpekon | perfect, complete | | +| tanocin | happy | | +| cangi | long (time) | | +| dangi | short (time) | | +| tenza | tall (height) | | | kenki | short (height) | | -| kuso | exciting | | -| lajito | white, light, bright | | -| lifeta | liberated | positive freedom | -| lufi | gaseous | | -| mani | slow | | -| mayu | very, extremely | | -| mi | cute | | +| suci | intelligent | | | mimi | adorable | | -| mire | mid, average | | +| dakun | black, dark | | +| lajito | white, light, bright | | | miremire | gray | | -| misu | liquid, fluid | | -| nen | not | | -| nidu | necessary | | -| qongun | physically heavy | | -| qongunem | psychologically heavy | | -| redu | sufficient | | -| sekiso | sexy, fuckable | | +| mayu | very, extremely | | +| suranto | same | | +| kuso | exciting | | +| kanpekon | perfect, complete | | | senakanpekon | continuous | | | senakanpekonfe | discrete | | -| somo | sleepy | | -| suci | intelligent | | -| suranto | same | | -| tanocin | happy | | -| ten | solid, rigid | | -| tenza | tall (height) | | -| teto | large (size) | | -| tetohason | loud | | -| toransu | different, other | | -| wanofe | least | | | wanoka | most | | +| wanofe | least | | | wanore | only | | -| wusita | good | | +| nidu | necessary | | +| redu | sufficient | | +| cikihason | quiet, soft | | +| tetohason | loud | | +| garatempu | eternal, everlasting, permanent | | +| mani | slow | | +| caki | fast | | +| hepin | scary | | diff --git a/Vocabulary/Adverbs.md b/Vocabulary/Adverbs.md index 432d073..5adfd29 100644 --- a/Vocabulary/Adverbs.md +++ b/Vocabulary/Adverbs.md @@ -1,35 +1,35 @@ -undefined +# Adverbs ## Miscellaneous adverbs | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| +|----------|--------------------|--------------------------------| +| nen | no | logical negation | | con | soon | | | huba | overly | | -| mayu | very, extremely | | -| nen | no | logical negation | -| saci | how | interrogative question of methodology | +| mayu | very, extremely | | | sun | why | interrogative question of cause | -| taci | | description of methodology | | tun | because | statement of cause | -| wuroga | WLOG (without loss of generality) | | +| saci | how | interrogative question of methodology | +| taci | | description of methodology | +| wuroga | WLOG (without loss of generality) | | ## Temporal adverbs (-hi is the termination for a temporal adverb) | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| +|----------|--------------------|--------------------------------| +| tahi | now | | | kahi | then | | | sohi | when | | -| tahi | now | | ## Demonstrative adverbs (-wa is the termination for a demonstrative adverb) | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| -| kawa | there | | -| sowa | where | | +|----------|--------------------|--------------------------------| | tawa | here | | +| kawa | there | | +| sowa | where | | \ No newline at end of file diff --git a/Vocabulary/Conjunctions.md b/Vocabulary/Conjunctions.md index 0d5149a..1dc467e 100644 --- a/Vocabulary/Conjunctions.md +++ b/Vocabulary/Conjunctions.md @@ -1,11 +1,11 @@ -undefined +# Conjunctions | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| no | but | logical implication | | pum | and | logical conjunction | -| pumfe | nand | opposite of logical conjunction | | ron | or | logical disjunction | +| no | but | logical implication | +| pumfe | nand | opposite of logical conjunction | | ronfe | nor | opposite of logical disjunction | -| sumasu | in order to | | | xon | xor | exclusive logical disjunction | +| sumasu | in order to | | diff --git a/Vocabulary/Interjections.md b/Vocabulary/Interjections.md index a79450d..5f61a46 100644 --- a/Vocabulary/Interjections.md +++ b/Vocabulary/Interjections.md @@ -1,13 +1,13 @@ -undefined +# Interjections | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| biwe | thanks | | +| sim | yes | | +| nen | no | | | henlo | hello | | -| hihi | laughter | | -| ke | ok | confirmation, acknowledgement | +| na | hi | | | konba | goodbye | | | mi | cute | | -| na | hi | | -| nen | no | | -| sim | yes | | +| ke | ok | confirmation, acknowledgement | +| biwe | thanks | | +| hihi | laughter | | \ No newline at end of file diff --git a/Vocabulary/Nouns.md b/Vocabulary/Nouns.md index e4a2b1c..cba32e6 100644 --- a/Vocabulary/Nouns.md +++ b/Vocabulary/Nouns.md @@ -1,165 +1,166 @@ -undefined +# Nouns | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|------------------------------------| -| bencun | book | | -| bengu | storybook | | -| bese-X | base-X | | -| bulohaji | comfort, safety, euphoria | | -| caca | brush | | -| caja | adventure, journey | | -| canwa | result | | -| capa | shape | | -| capalonki | geometry | | -| capanem | form, style | | -| capasero | circle | | -| capaterolonki | trigonometry | | -| capa-X | X-sided polygon | | -| cikaran | physical strength | | -| cikaranem | mental strength | | -| cikiwanoka | minimum | | -| cikondu | second | | -| conaro | space (mathematical) | | -| conarokanpekon | field (mathematical) | | -| core | desire | | +|----------|--------------------|--------------------------------| +| kase | cat | | +| hun | dog | | +| luma | person | | +| mawa | kiss | | +| lanmi | food | | +| topi | god, deity | | +| wantu | number | | | cosi | choice, vote | | -| dawu | day | | -| deja | action | | -| dena | point (mathematical) | | -| dican | defeat | | -| dikinem | worry, concern | | -| diwaru | decade | | -| ebeninku | evening | | | falo | speech, discussion, chat | | -| fero | set | | -| ferocapa | group (mathematical) | | -| ferociki | subset | | -| fono | wind | | -| funocapasero | chord | | +| linwa | language | | +| keso | cheese | | +| sekiso | sex, act of fucking | | +| lumaba | friend | | +| deja | action | | | gade | guess | | -| gano | simple | | -| goca | land, country, nation | | -| golon | goal, target | | -| gucun | story | | -| gurati | non-intervention | free (price), without cost | -| hason | sound | | -| hasontoba | pronunciation | | +| tempu | time | | +| cikondu | second | | +| minedu | minute | | | haweru | hour | | -| hira | hearing | | -| huda | answer | | -| hun | dog | | +| dawu | day | | +| natu | night | | +| murinu | morning | | +| ebeninku | evening | | +| monadu | month | | +| siconu | season | | +| waru | year | | +| diwaru | decade | | | huwaru | century | | -| ikiko | life | | -| ikikokin | lifeform, creature, living thing | | +| newaru | millenium | | +| nem | mind | | +| pen | movement | | +| nepen | feeling | | +| gurati | non-intervention | free (price), without cost | +| lifeta | (positive) freedom | liberation, liberty | +| kumi | trans(gender)ness | | | jala | ability | | -| jicuha | art | | +| mire | half, middle | | +| misu | liquid | | +| lufi | gas | | +| ten | solid | | +| kin | thing | | +| meta | measurment | | +| core | desire | | | jore | need | | -| kacapatero | cosine function | | -| kaji | decoration | | -| kase | cat | | +| lonki | field of knowledge/study | | +| tori | kindness, love | | +| toba | word | | +| bencun | book | | +| gucun | story | | +| bengu | storybook | | +| cikaran | physical strength | | +| cikaranem | mental strength | | +| canwa | result | | +| wucan | victory | | +| dican | defeat | | +| bulohaji | comfort, safety, euphoria | | +| hason | sound | | +| hasontoba | pronunciation | | +| miku | idol | | +| qanzi | paper | | | +| muna | egg | | +| suntu | dumbass, idiot | | +| caja | adventure, journey | | +| goca | land, country, nation | | +| lumakapa | sibling | | | kawapi | water | | -| keso | cheese | | -| kin | thing | | -| kokacapatero | secant function | | -| kosacapatero | cosecant function | | -| kotacapatero | cotangent function | | -| kukin | question | | -| kumi | trans(gender)ness | | +| picanam | picture, image | | +| tobacun | dictionary | | +| molumaba | enemy | | +| wantulonki | mathematics | | | kumo | change | | -| kumociki | derivative (mathematical) | | -| kumolonki | calculus | | | kumopen | speed | | -| lanmi | food | | -| leba | name | | -| lifeta | (positive) freedom | liberation, liberty | -| linwa | language | | -| logo | logarithm function | | -| lonki | field of knowledge/study | | +| gano | simple | | | lonkicanwa | theorem | | | lonkigade | conjecture | | | lonkigadeciki | lemma | | -| lufi | gas | | -| luma | person | | -| lumaba | friend | | -| lumakapa | sibling | | -| matuco | matrix | | -| mawa | kiss | | -| meta | measurment | | -| miku | idol | | -| minedu | minute | | -| mire | half, middle | | +| tobapere | claim | | +| tobaperena | converse | | +| tobaperene | inverse | | +| tobaperenu | contrapositive | | +| dena | point (mathematical) | | +| sena | line (mathematical) | | +| sonara | plane (mathematical) | | +| conaro | space (mathematical) | | +| conarokanpekon | field (mathematical) | | | mireconarokanpekon | ring (mathematical) | | | mirekanpekon | rng (mathematical) | | -| mirekin | part, portion | | -| mirekukin | prompt | | -| mirekumociki | partial derivative | | -| misu | liquid | | -| modoni | setting, mode | | -| molumaba | enemy | | -| monadu | month | | -| muna | egg | | -| murinu | morning | | -| natu | night | | -| nem | mind | | -| nemlonki | logic | | -| nemlonkife | contradiction | | -| nepen | feeling | | -| newaru | millenium | | -| pacu | function | | +| pacuwano | injection (mathematical) | | | pacuduwo | bijection | | | pacufe | surjection | | +| capa | shape | | +| capa-X | X-sided polygon | | +| X-capa | X-dimensional shape | | +| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | +| fero | set | | +| ferociki | subset | | +| ferocapa | group (mathematical) | | +| wantuwanora | identity (number) | | +| matuco | matrix | | +| penfero | transformation (mathematical) | | +| peca | exponent | | +| bese-X | base-X | | +| wantukumi | variable | | +| pacu | function | | +| wantukumilonki | algebra | | +| capalonki | geometry | | +| kumolonki | calculus | | +| wantuwantulonki | number theory | | +| capaterolonki | trigonometry | | +| wantukanpekon | integer | | +| wantumirekanpekon | rational number | | +| wantupacugano | algebraic number | | | pacugano | polynomial | | | pacuganora | analytic function | | -| pacukomi | arrow | | -| pacuwano | injection (mathematical) | | -| patolen | pot, bowl | | -| peca | exponent | | -| pecakin | exponential function | | -| pen | movement | | -| penciki | limit (mathematical) | | -| penfero | transformation (mathematical) | | -| picanam | picture, image | | +| wantufe | negative number | | +| kumociki | derivative (mathematical) | | | poraciki | integral | | -| qanzi | paper | | -| qinakin | information | | +| mirekumociki | partial derivative | | +| penciki | limit (mathematical) | | | sacapatero | sine function | | -| segan | world | | -| sekiso | sex, act of fucking | | -| sena | line (mathematical) | | -| seta | death | | -| sevo | server (digital) | | -| siconu | season | | -| sonara | plane (mathematical) | | -| sorosoro | repeat | | -| suka | parent | | -| suntu | dumbass, idiot | | +| kacapatero | cosine function | | | tacapatero | tangent function | | +| kotacapatero | cotangent function | | +| kokacapatero | secant function | | +| kosacapatero | cosecant function | | +| logo | logarithm function | | +| cikiwanoka | minimum | | +| tetowanoka | maximum | | +| pecakin | exponential function | | +| capasero | circle | | +| funocapasero | chord | | +| kukin | question | | +| huda | answer | | +| nemlonki | logic | | +| nemlonkife | contradiction | | +| modoni | setting, mode | | +| sevo | server (digital) | | | tawakin | location | | -| tempu | time | | -| ten | solid | | +| leba | name | | +| mirekukin | prompt | | +| qinakin | information | | +| mirekin | part, portion | | +| segan | world | | | tesura | adventure | | -| tetowanoka | maximum | | -| toba | word | | -| tobacun | dictionary | | -| tobapere | claim | | -| tobaperena | converse | | -| tobaperene | inverse | | -| tobaperenu | contrapositive | | -| topi | god, deity | | -| tori | kindness, love | | -| toritorikin | guard, guardian | | +| ikiko | life | | +| seta | death | | +| ikikokin | lifeform, creature, living thing | | +| pacukomi | arrow | | | vico | vision | | -| wantu | number | | -| wantufe | negative number | | -| wantukanpekon | integer | | -| wantukumi | variable | | -| wantukumilonki | algebra | | -| wantulonki | mathematics | | -| wantumirekanpekon | rational number | | -| wantupacugano | algebraic number | | -| wantuwanora | identity (number) | | -| wantuwantulonki | number theory | | -| waru | year | | -| wucan | victory | | -| X-capa | X-dimensional shape | | -| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | +| hira | hearing | | +| toritorikin | guard, guardian | | +| fono | wind | | +| caca | brush | | +| golon | goal, target | | +| jicuha | art | | +| kaji | decoration | | +| patolen | pot, bowl | | +| sorosoro | repeat | | +| suka | parent | | +| capanem | form, style | | +| dikinem | worry, concern | | + diff --git a/Vocabulary/Numbers.md b/Vocabulary/Numbers.md index 2006741..272b44b 100644 --- a/Vocabulary/Numbers.md +++ b/Vocabulary/Numbers.md @@ -1,96 +1,96 @@ -undefined +# Numerals | Spelling | Hindu-Arabic Numeral | |----------|----------------------| -| bidiko | 50'000 | | -| bidinolono | 50'000'000 | | -| bihuko | 500'000 | | -| bihunolono | 500'000'000 | | -| biko | 5000 | | -| bimo | 5 | | -| bindo | 500 | | -| binko | 50 | | -| binolono | 5'000'000 | | -| cidiko | 60'000 | | -| cidinolono | 60'000'000 | | -| cido | 6 | | -| cihuko | 600'000 | | -| cihunolono | 600'000'000 | | -| ciko | 6000 | | -| cindo | 600 | | -| cinko | 60 | | -| cinolono | 6'000'000 | | -| diko | 10'000 | | -| dinko | 10 | | -| dinolono | 10'000'000, ten million | | -| dudiko | 20'000 | | -| dudinolono | 20'000'000 | | -| duhuko | 200'000 | | -| duhunolono | 200'000'000 | | -| duko | 2000 | | -| dundo | 200 | | -| dunko | 20 | | -| dunolono | 2'000'000 | | -| duwo | 2 | | -| huko | 100'000 | | -| hundo | 100 | | -| hunolono | 100'000'000, one hundred million | | -| kadiko | 40'000 | | -| kadinolono | 40'000'000 | | -| kahuko | 400'000 | | -| kahunolono | 400'000'000 | | -| kando | 400 | | -| kanko | 40 | | -| karo | 4 | | -| keko | 4000 | | -| kenolono | 4'000'000 | | -| neko | 1000 | | -| nidiko | 90'000 | | -| nidinolono | 90'000'000 | | -| nihuko | 900'000 | | -| nihunolono | 900'000'000 | | -| niko | 9000 | | -| nindo | 900 | | -| ninko | 90 | | -| ninolono | 9'000'000 | | -| ninto | 9 | | -| ranolono | 1'000'000, one million | | -| rarolono | 1'000'000'000'000'000, one quadrillion | | -| rebolono | 1'000'000'000'000'000'000'000'000, one septillion | | -| rerolono | 1'000'000'000'000, one trillion | | -| ridolono | 1'000'000'000'000'000'000'000, one sextillion | | -| rimolono | 1'000'000'000'000'000'000, one quintillion | | -| rinkolono | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | | -| rintolono | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | | -| rontolono | 1'000'000'000'000'000'000'000'000'000, one octillion | | -| ruwolono | 1'000'000'000, one billion | | -| sebo | 7 | | -| sediko | 70'000 | | -| sedinolono | 70'000'000 | | -| sehuko | 700'000 | | -| sehunolono | 700'000'000 | | -| seko | 7000 | | -| sendo | 700 | | -| senko | 70 | | -| senolono | 7'000'000 | | -| sero | 0 | | -| tediko | 30'000 | | -| tedinolono | 30'000'000 | | -| tehuko | 300'000 | | -| tehunolono | 300'000'000 | | -| teko | 3000 | | -| tendo | 300 | | -| tenko | 30 | | -| tenolono | 3'000'000 | | -| tero | 3 | | -| wano | 1 | | -| wodiko | 80'000 | | -| wodinolono | 80'000'000 | | -| wohuko | 800'000 | | -| wohunolono | 800'000'000 | | -| woko | 8000 | | -| wondo | 800 | | -| wonko | 80 | | -| wonolono | 8'000'000 | | -| wonto | 8 | | -| X-fe | negative X | | +| **X-fe** | negative X | +| **sero** | 0 | +| **wano** | 1 | +| **duwo** | 2 | +| **tero** | 3 | +| **karo** | 4 | +| **bimo** | 5 | +| **cido** | 6 | +| **sebo** | 7 | +| **wonto** | 8 | +| **ninto** | 9 | +| **dinko** | 10 | +| dunko | 20 | +| tenko | 30 | +| kanko | 40 | +| binko | 50 | +| cinko | 60 | +| senko | 70 | +| wonko | 80 | +| ninko | 90 | +| **hundo** | 100 | +| dundo | 200 | +| tendo | 300 | +| kando | 400 | +| bindo | 500 | +| cindo | 600 | +| sendo | 700 | +| wondo | 800 | +| nindo | 900 | +| **neko** | 1000 | +| duko | 2000 | +| teko | 3000 | +| keko | 4000 | +| biko | 5000 | +| ciko | 6000 | +| seko | 7000 | +| woko | 8000 | +| niko | 9000 | +| diko | 10'000 | +| dudiko | 20'000 | +| tediko | 30'000 | +| kadiko | 40'000 | +| bidiko | 50'000 | +| cidiko | 60'000 | +| sediko | 70'000 | +| wodiko | 80'000 | +| nidiko | 90'000 | +| huko | 100'000 | +| duhuko | 200'000 | +| tehuko | 300'000 | +| kahuko | 400'000 | +| bihuko | 500'000 | +| cihuko | 600'000 | +| sehuko | 700'000 | +| wohuko | 800'000 | +| nihuko | 900'000 | +| **ranolono** | 1'000'000, one million | +| dunolono | 2'000'000 | +| tenolono | 3'000'000 | +| kenolono | 4'000'000 | +| binolono | 5'000'000 | +| cinolono | 6'000'000 | +| senolono | 7'000'000 | +| wonolono | 8'000'000 | +| ninolono | 9'000'000 | +| dinolono | 10'000'000, ten million | +| dudinolono | 20'000'000 | +| tedinolono | 30'000'000 | +| kadinolono | 40'000'000 | +| bidinolono | 50'000'000 | +| cidinolono | 60'000'000 | +| sedinolono | 70'000'000 | +| wodinolono | 80'000'000 | +| nidinolono | 90'000'000 | +| hunolono | 100'000'000, one hundred million | +| duhunolono | 200'000'000 | +| tehunolono | 300'000'000 | +| kahunolono | 400'000'000 | +| bihunolono | 500'000'000 | +| cihunolono | 600'000'000 | +| sehunolono | 700'000'000 | +| wohunolono | 800'000'000 | +| nihunolono | 900'000'000 | +| **ruwolono** | 1'000'000'000, one billion | +| **rerolono** | 1'000'000'000'000, one trillion | +| **rarolono** | 1'000'000'000'000'000, one quadrillion | +| **rimolono** | 1'000'000'000'000'000'000, one quintillion | +| **ridolono** | 1'000'000'000'000'000'000'000, one sextillion | +| **rebolono** | 1'000'000'000'000'000'000'000'000, one septillion | +| **rontolono** | 1'000'000'000'000'000'000'000'000'000, one octillion | +| **rintolono** | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | +| **rinkolono** | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | diff --git a/Vocabulary/Prefixes.md b/Vocabulary/Prefixes.md index ddd8d70..9633ca3 100644 --- a/Vocabulary/Prefixes.md +++ b/Vocabulary/Prefixes.md @@ -1,14 +1,14 @@ -undefined +# Prefixes | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| boro- | any- | any | -| coko- | some- | some | -| deja- | -doing | the doing of | -| di- | | negative connotation | +| mire- | semi- | semi | | gara- | all-/every- | all/every | -| mire- | semi- | semi | -| mo- | | inversion, contrary meaning | +| coko- | some- | some | +| boro- | any- | any | | ni- | non- | negation, other than | -| soro- | re- | repetition of an action | +| mo- | | inversion, contrary meaning | | wu- | | positive connotation | +| di- | | negative connotation | +| deja- | -doing | the doing of | +| soro- | re- | repetition of an action | diff --git a/Vocabulary/Prepositions.md b/Vocabulary/Prepositions.md index 364c610..a47c27f 100644 --- a/Vocabulary/Prepositions.md +++ b/Vocabulary/Prepositions.md @@ -1,19 +1,19 @@ -undefined +# Prepositions | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| bi | by | in context of "I walked by the blahaj store." | -| caba | behind | | +| ra | in | is part of, contained or located in | +| para | for | | | de | of | | -| faba | in front of | | +| no | but | | | gon | on | | | huba | over | | -| kaba | far | | -| no | but | | -| para | for | | -| ra | in | is part of, contained or located in | -| se | to | in context of "9 to 5" or "I walked to the blahaj store." | -| taba | near | | +| wuba | under | | +| faba | in front of | | +| caba | behind | | | tamba | next to | | +| taba | near | | +| kaba | far | | | taro | with | | -| wuba | under | | +| se | to | in context of "9 to 5" or "I walked to the blahaj store." | +| bi | by | in context of "I walked by the blahaj store." | diff --git a/Vocabulary/Pronouns.md b/Vocabulary/Pronouns.md index 7848508..f32ec3b 100644 --- a/Vocabulary/Pronouns.md +++ b/Vocabulary/Pronouns.md @@ -1,54 +1,53 @@ -undefined +# Pronouns ## Personal Pronouns *All of the following pronouns when used without any suffix are singular. They become plural with the "sa" suffix (ie. Li = I, Lisa = We)* - | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| +| li | I | animate, unspecified, 1st person | +| mida | you [singular] | animate, unspecified, 2nd person | | da | they [singular] | animate, unspecified, 3rd person | -| daci | he | animate, masculine, 3rd person | -| daka | they [singular] | animate, androgynous, 3rd person | +| dase | she | animate, feminine, 3rd person | | dake | | animate, fem-leaning, 3rd person | +| daka | they [singular] | animate, androgynous, 3rd person | | daki | | animate, masc-leaning, 3rd person | -| dase | she | animate, feminine, 3rd person | -| li | I | animate, unspecified, 1st person | -| mida | you [singular] | animate, unspecified, 2nd person | +| daci | he | animate, masculine, 3rd person | ## Indefinite Pronouns | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| boro | any | | -| coko | some | | -| gara | all/every | | -| mire | half | | | reda | itself/herself/etc. | reflexive pronoun, referencing to the thing(s) already mentioned in the sentence | | toransu | other/another | | +| gara | all/every | | +| coko | some | | +| boro | any | | +| mire | half | | ## Demonstrative Pronouns (Close to speaker) | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| talo | such | "this kind of" | -| tani | this + adj. | | | tano | this + n. | | +| tani | this + adj. | | | tatu | as such, so | "this way", "in this manner" | +| talo | such | "this kind of" | ## Demonstrative Pronouns (Far from speaker) | Spelling (far from speaker) | English Equivalent | Implication / Definition / Used as | |-----------------------------|--------------------|------------------------------------| -| kalo | such | "that kind of" | -| kani | that + adj. | | -| kano | that + n. | | +| kano | that + n. | +| kani | that + adj. | | katu | as such, so | "that way", "in that manner" | +| kalo | such | "that kind of" | ## Demonstrative Pronouns (Interrogative form) | Spelling (interrogative form) | English Equivalent | Implication / Definition / Used as | -|-------------------------------|--------------------|------------------------------------| -| solo | | "what kind of" | -| soni | which | | -| sono | what | | +|-----------------------------|--------------------|------------------------------------| +| sono | what | +| soni | which | | sotu | how | "which way", "in which manner" | +| solo | | "what kind of" | diff --git a/Vocabulary/Suffixes.md b/Vocabulary/Suffixes.md index eb7c8f2..379f823 100644 --- a/Vocabulary/Suffixes.md +++ b/Vocabulary/Suffixes.md @@ -1,51 +1,52 @@ -undefined +# Suffixes ## (Pro)noun suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -bani | -th | for numbers, indicates ordinality | -| -ci | | establishes masculine characteristics/gender | +| -lu | -er , -ist | defines an agent noun | +| -sa | -s, -es | indicates plurality | +| -ri | -ery | establishes a place/event | | -dufen | -ifier, -inator | refers to an entity or construct that performs a specific action or function | -| -falo | -speak, -talk | indicates manner or characteristic of speech | | -fe | "against" , "in opposition to" | connotes opposition | -| -ka | | establishes androgynous characteristics/gender | +| -se | | establishes feminine characteristics/gender | | -ke | | establishes fem-leaning characteristics/gender | +| -ka | | establishes androgynous characteristics/gender | | -ki | | establishes masc-leaning characteristics/gender | -| -lonki | -ology, -graphy, -nomy, -ics | refers to a field of knowledge/study | -| -lu | -er , -ist | defines an agent noun | +| -ci | | establishes masculine characteristics/gender | | -pa | -'s | marks word as possessive | -| -para | N/A | indicates that word is a loanword | +| -lonki | -ology, -graphy, -nomy, -ics | refers to a field of knowledge/study | +| -falo | -speak, -talk | indicates manner or characteristic of speech | +| -bani | -th | for numbers, indicates ordinality | | -ra | -like, -ern | converts to adjective | -| -ri | -ery | establishes a place/event | -| -sa | -s, -es | indicates plurality | -| -se | | establishes feminine characteristics/gender | +| -para | N/A | indicates that word is a loanword | ## Temporal verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -da | -ed | refers to the past tense form of a verb | -| -ja | "yet", "so far" | refers to that a verb is in progress or incomplete | -| -lo | "will", "shall" | refers to the future tense form of a verb | | -ne | | refers to the present tense form of a verb | +| -lo | "will", "shall" | refers to the future tense form of a verb | +| -ja | "yet", "so far" | refers to that a verb is in progress or incomplete | | -zi | | implies indefinite action of verb without defined beginning or end | ## Other verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | -| -do | "should", "ought to" | establishes verb as imperative | | -ku | | establishes verb as uncertain/questioning | +| -do | "should", "ought to" | establishes verb as imperative | | -kuka | "please" | establishes verb as politely questioning/requesting | -| -lani | to | | | -napo | from | | +| -lani | to | | +| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | + ## Adjective suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -jala | -able , -ible , "capable of" | denotes ability or capacity | -| -kin | | denotes conversion to noun | | -wan | -est | denotes superlative adjectives | +| -kin | | denotes conversion to noun | diff --git a/Vocabulary/Verbs.md b/Vocabulary/Verbs.md index 8a2757b..4aa8ea7 100644 --- a/Vocabulary/Verbs.md +++ b/Vocabulary/Verbs.md @@ -1,92 +1,92 @@ -undefined +# Verbs | Spelling (nonextended — original) | English Equivalent | Implication / Definition / Used as | -|-----------------------------------|--------------------|------------------------------------| -| bacini | to walk | | -| betini | to lead | | +|-----------------------------------|--------------------|--------------------------------| +| mawa | kiss | | | binta | eat | | -| bolini | to roll | | -| bujini | to bend | | -| cikihasonbacini | to sneak | | -| cini | to leave/go | | -| cinini | to kick | | -| cipan | to divide, to split | | -| ciwaci | to shoot | | -| core | want | | +| sanu | be | | +| tenco | have | | +| somo | sleep | | | cosi | choose, vote | | -| dawini | to lie down | | -| deja | do, act | | -| dejanem | to try, to attempt | | -| dejapora | to advance | | -| domovini | to drop | | -| endini | to stop | | | falo | speak, say, tell | | -| ficini | to swim | | -| fitini | to strike/punch | | -| fonopen | to blow | | -| gabini | to give/release | | +| toransu | differ | | +| mahen | make, create | | +| sekiso | have sex, fuck | | +| deja | do, act | | | gade | guess | | +| nem | think | | +| pen | move | | +| nepen | feel | | | gurati | induce negative freedom, reduce cost to none | | +| lifeta | induce positive freedom | | +| jala | can, be able to | | +| meta | measure | | +| core | want | | +| jore | need | | +| pora | to add, to increase | | +| mina | to subtract, to decrease, to remove | | +| mulipa | to multiply | | +| cipan | to divide, to split | | +| nepetori | to love, to feel love towards | | +| muvini | to move | | | halini | to start | | -| henlona | welcome, to welcome | | -| hiranaki | to hear | | +| mirendini | to pause/rest | | +| mirehalini | to continue | | +| endini | to stop | | | hitini | to arrive/come | | -| holini | to carry/hold/bear | | +| cini | to leave/go | | +| tenini | to stand/rise | | +| palini | to fall | | +| rumpini | to sit | | +| dawini | to lie down | | +| bujini | to bend | | +| bacini | to walk | | | hurini | to run | | -| jala | can, be able to | | -| jore | need | | -| kamuvini | to push | | | kanini | to jump | | +| risini | to climb | | +| lubini | to slide | | +| qipini | to fly | | +| ficini | to swim | | +| bolini | to roll | | | karini | to drive | | +| kamuvini | to push | | +| tamuvini | to pull | | +| upimovini | to lift | | +| domovini | to drop | | | kawufini | to throw | | -| kopori | to copy | | -| kukinkumi | QED / it is proven | | -| kuvini | to drag | | -| lajitoki | to glow | | -| lifeta | induce positive freedom | | -| lubini | to slide | | -| mahen | make, create | | -| mawa | kiss | | -| meta | measure | | -| mina | to subtract, to decrease, to remove | | -| mirehalini | to continue | | -| mirendini | to pause/rest | | -| mulipa | to multiply | | -| muvini | to move | | -| naki | to sense | | -| nem | think | | -| nemtori | to care, to care about | | -| nepen | feel | | -| nepetori | to love, to feel love towards | | +| tawufini | to catch | | +| holini | to carry/hold/bear | | | nykini | to take/grab | | -| palini | to fall | | +| gabini | to give/release | | +| kuvini | to drag | | +| cinini | to kick | | +| fitini | to strike/punch | | | panini | to flip/do a flip | | -| pen | move | | -| pora | to add, to increase | | -| qina | to know | | -| qipini | to fly | | +| velorini | to follow | | +| betini | to lead | | +| xasini | to resist | | | repa | let | | -| risini | to climb | | -| rumpini | to sit | | -| sanu | be | | -| sekiso | have sex, fuck | | -| seni | to use | | -| setaku | to kill (unintentionally or unknown) | | -| setaso | to kill (intentionally) | | +| kukinkumi | QED / it is proven | | +| qina | to know | | | simjala | to accept | | -| somo | sleep | | +| henlona | welcome, to welcome | | +| dejapora | to advance | | | sorini | to find | | -| sorosoro | to repeat | | -| tamuvini | to pull | | -| tawufini | to catch | | -| tenco | have | | -| tenini | to stand/rise | | | tesura | to adventure | | -| tetoni | to grow, to expand | | -| toransu | differ | | -| toritori | to guard | | -| upimovini | to lift | | -| velorini | to follow | | +| setaso | to kill (intentionally) | | +| setaku | to kill (unintentionally or unknown) | | +| ciwaci | to shoot | | +| cikihasonbacini | to sneak | | +| naki | to sense | | | viconaki | to see | | +| hiranaki | to hear | | +| toritori | to guard | | +| kopori | to copy | | | vineri | to reflect | | -| xasini | to resist | | +| fonopen | to blow | | +| seni | to use | | +| nemtori | to care, to care about | | +| sorosoro | to repeat | | +| tetoni | to grow, to expand | | +| lajitoki | to glow | | +| dejanem | to try, to attempt | | diff --git a/rawspec/0-catted.json b/rawspec/0-catted.json index 96c44ee..6c2e3ec 100644 --- a/rawspec/0-catted.json +++ b/rawspec/0-catted.json @@ -381,12 +381,6 @@ "impl": null, "obscurism": null }, - { - "word": "mayu", - "meaning": "very, extremely", - "impl": null, - "obscurism": null - }, { "word": "nen", "meaning": "no", @@ -416,12 +410,6 @@ "meaning": "because", "impl": "statement of cause", "obscurism": "tun'" - }, - { - "word": "wuroga", - "meaning": "WLOG (without loss of generality)", - "impl": null, - "obscurism": null } ] }, diff --git a/rawspec/0-complete.json b/rawspec/0-complete.json index 53403cc..81a7233 100644 --- a/rawspec/0-complete.json +++ b/rawspec/0-complete.json @@ -1784,13 +1784,6 @@ "type": "adjective", "obscurism": null }, - { - "word": "mayu", - "meaning": "very, extremely", - "impl": null, - "type": "adverb", - "obscurism": null - }, { "word": "meta", "meaning": "measurment", @@ -3513,13 +3506,6 @@ "type": "noun", "obscurism": null }, - { - "word": "wuroga", - "meaning": "WLOG (without loss of generality)", - "impl": null, - "type": "adverb", - "obscurism": null - }, { "word": "wusita", "meaning": "good", diff --git a/rawspec/adverbs.json b/rawspec/adverbs.json index 6592eb2..be02726 100644 --- a/rawspec/adverbs.json +++ b/rawspec/adverbs.json @@ -20,12 +20,6 @@ "impl": null, "obscurism": null }, - { - "word": "mayu", - "meaning": "very, extremely", - "impl": null, - "obscurism": null - }, { "word": "nen", "meaning": "no", @@ -55,12 +49,6 @@ "meaning": "because", "impl": "statement of cause", "obscurism": "tun'" - }, - { - "word": "wuroga", - "meaning": "WLOG (without loss of generality)", - "impl": null, - "obscurism": null } ] }, From 01cdfa7b52af0142fd97d5796afa346b449d1acf Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 11:57:45 -0700 Subject: [PATCH 11/21] fix: parentheses error --- scripting/index.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripting/index.ts b/scripting/index.ts index 1ba4a13..426fbf2 100644 --- a/scripting/index.ts +++ b/scripting/index.ts @@ -170,9 +170,11 @@ for (const file of Files) { await writeFile( join(SourceDirectory, file), - ((unfilteredRows[0] ?? '' + '\n\n') + nonDataRows.has(unfilteredRows[0]) - ? nonDataRows.get(unfilteredRows[0]) + '\n\n' - : '') + + unfilteredRows[0] + + '\n\n' + + (nonDataRows.has(unfilteredRows[0]) + ? nonDataRows.get(unfilteredRows[0]) + '\n\n' + : '') + sectionStack .map(section => { let sectionString = ''; From 6750ada8ab0690b36a583af4ec91f1287bd95807 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 18:58:10 +0000 Subject: [PATCH 12/21] =?UTF-8?q?actions=E2=80=94generate=20JSON=20langspe?= =?UTF-8?q?c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vocabulary/Adjectives.md | 90 ++++++------ Vocabulary/Adverbs.md | 22 +-- Vocabulary/Conjunctions.md | 6 +- Vocabulary/Interjections.md | 12 +- Vocabulary/Nouns.md | 275 ++++++++++++++++++------------------ Vocabulary/Numbers.md | 184 ++++++++++++------------ Vocabulary/Prefixes.md | 14 +- Vocabulary/Prepositions.md | 20 +-- Vocabulary/Pronouns.md | 37 ++--- Vocabulary/Suffixes.md | 33 +++-- Vocabulary/Verbs.md | 140 +++++++++--------- rawspec/0-catted.json | 12 ++ rawspec/0-complete.json | 14 ++ rawspec/adverbs.json | 12 ++ 14 files changed, 454 insertions(+), 417 deletions(-) diff --git a/Vocabulary/Adjectives.md b/Vocabulary/Adjectives.md index 75e7271..47a22b7 100644 --- a/Vocabulary/Adjectives.md +++ b/Vocabulary/Adjectives.md @@ -1,61 +1,61 @@ # Adjectives | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| mi | cute | | -| wusita | good | | -| disita | bad | | -| nen | not | | -| toransu | different, other | | -| somo | sleepy | | -| sekiso | sexy, fuckable | | -| deja | active | | -| gara | all | | -| coko | some | | +|----------|--------------------|------------------------------------| +| anoman | angry | | | boro | any | | -| gurati | free (price), autonomous, non-interfered-with | negative freedom | -| lifeta | liberated | positive freedom | -| jala | able, capable of | | -| mire | mid, average | | -| misu | liquid, fluid | | -| ten | solid, rigid | | -| lufi | gaseous | | +| caki | fast | | +| cangi | long (time) | | +| ciki | short (size) | | +| cikihason | quiet, soft | | | cinda | new | | -| gunda | old | | | cindajin | modern | | -| gundajin | ancient | | | cingun | physically light | | | cingunem | psychologically light | | -| qongun | physically heavy | | -| qongunem | psychologically heavy | | -| anoman | angry | | -| teto | large (size) | | -| ciki | short (size) | | -| kanacin | sad | | -| tanocin | happy | | -| cangi | long (time) | | +| coko | some | | +| dakun | black, dark | | | dangi | short (time) | | -| tenza | tall (height) | | +| deja | active | | +| disita | bad | | +| gara | all | | +| garatempu | eternal, everlasting, permanent | | +| gunda | old | | +| gundajin | ancient | | +| gurati | free (price), autonomous, non-interfered-with | negative freedom | +| hepin | scary | | +| jala | able, capable of | | +| kanacin | sad | | +| kanpekon | perfect, complete | | | kenki | short (height) | | -| suci | intelligent | | -| mimi | adorable | | -| dakun | black, dark | | +| kuso | exciting | | | lajito | white, light, bright | | -| miremire | gray | | +| lifeta | liberated | positive freedom | +| lufi | gaseous | | +| mani | slow | | | mayu | very, extremely | | -| suranto | same | | -| kuso | exciting | | -| kanpekon | perfect, complete | | +| mi | cute | | +| mimi | adorable | | +| mire | mid, average | | +| miremire | gray | | +| misu | liquid, fluid | | +| nen | not | | +| nidu | necessary | | +| qongun | physically heavy | | +| qongunem | psychologically heavy | | +| redu | sufficient | | +| sekiso | sexy, fuckable | | | senakanpekon | continuous | | | senakanpekonfe | discrete | | -| wanoka | most | | +| somo | sleepy | | +| suci | intelligent | | +| suranto | same | | +| tanocin | happy | | +| ten | solid, rigid | | +| tenza | tall (height) | | +| teto | large (size) | | +| tetohason | loud | | +| toransu | different, other | | | wanofe | least | | +| wanoka | most | | | wanore | only | | -| nidu | necessary | | -| redu | sufficient | | -| cikihason | quiet, soft | | -| tetohason | loud | | -| garatempu | eternal, everlasting, permanent | | -| mani | slow | | -| caki | fast | | -| hepin | scary | | +| wusita | good | | diff --git a/Vocabulary/Adverbs.md b/Vocabulary/Adverbs.md index 5adfd29..f01603b 100644 --- a/Vocabulary/Adverbs.md +++ b/Vocabulary/Adverbs.md @@ -3,33 +3,33 @@ ## Miscellaneous adverbs | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| nen | no | logical negation | +|----------|--------------------|------------------------------------| | con | soon | | | huba | overly | | -| mayu | very, extremely | | -| sun | why | interrogative question of cause | -| tun | because | statement of cause | +| mayu | very, extremely | | +| nen | no | logical negation | | saci | how | interrogative question of methodology | +| sun | why | interrogative question of cause | | taci | | description of methodology | -| wuroga | WLOG (without loss of generality) | | +| tun | because | statement of cause | +| wuroga | WLOG (without loss of generality) | | ## Temporal adverbs (-hi is the termination for a temporal adverb) | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| tahi | now | | +|----------|--------------------|------------------------------------| | kahi | then | | | sohi | when | | +| tahi | now | | ## Demonstrative adverbs (-wa is the termination for a demonstrative adverb) | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| tawa | here | | +|----------|--------------------|------------------------------------| | kawa | there | | -| sowa | where | | \ No newline at end of file +| sowa | where | | +| tawa | here | | diff --git a/Vocabulary/Conjunctions.md b/Vocabulary/Conjunctions.md index 1dc467e..1d21d41 100644 --- a/Vocabulary/Conjunctions.md +++ b/Vocabulary/Conjunctions.md @@ -2,10 +2,10 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| pum | and | logical conjunction | -| ron | or | logical disjunction | | no | but | logical implication | +| pum | and | logical conjunction | | pumfe | nand | opposite of logical conjunction | +| ron | or | logical disjunction | | ronfe | nor | opposite of logical disjunction | -| xon | xor | exclusive logical disjunction | | sumasu | in order to | | +| xon | xor | exclusive logical disjunction | diff --git a/Vocabulary/Interjections.md b/Vocabulary/Interjections.md index 5f61a46..6888248 100644 --- a/Vocabulary/Interjections.md +++ b/Vocabulary/Interjections.md @@ -2,12 +2,12 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| sim | yes | | -| nen | no | | +| biwe | thanks | | | henlo | hello | | -| na | hi | | +| hihi | laughter | | +| ke | ok | confirmation, acknowledgement | | konba | goodbye | | | mi | cute | | -| ke | ok | confirmation, acknowledgement | -| biwe | thanks | | -| hihi | laughter | | \ No newline at end of file +| na | hi | | +| nen | no | | +| sim | yes | | diff --git a/Vocabulary/Nouns.md b/Vocabulary/Nouns.md index cba32e6..09a8b0d 100644 --- a/Vocabulary/Nouns.md +++ b/Vocabulary/Nouns.md @@ -1,166 +1,165 @@ # Nouns | Spelling | English Equivalent | Implication / Definition / Used as | -|----------|--------------------|--------------------------------| -| kase | cat | | -| hun | dog | | -| luma | person | | -| mawa | kiss | | -| lanmi | food | | -| topi | god, deity | | -| wantu | number | | -| cosi | choice, vote | | -| falo | speech, discussion, chat | | -| linwa | language | | -| keso | cheese | | -| sekiso | sex, act of fucking | | -| lumaba | friend | | -| deja | action | | -| gade | guess | | -| tempu | time | | -| cikondu | second | | -| minedu | minute | | -| haweru | hour | | -| dawu | day | | -| natu | night | | -| murinu | morning | | -| ebeninku | evening | | -| monadu | month | | -| siconu | season | | -| waru | year | | -| diwaru | decade | | -| huwaru | century | | -| newaru | millenium | | -| nem | mind | | -| pen | movement | | -| nepen | feeling | | -| gurati | non-intervention | free (price), without cost | -| lifeta | (positive) freedom | liberation, liberty | -| kumi | trans(gender)ness | | -| jala | ability | | -| mire | half, middle | | -| misu | liquid | | -| lufi | gas | | -| ten | solid | | -| kin | thing | | -| meta | measurment | | -| core | desire | | -| jore | need | | -| lonki | field of knowledge/study | | -| tori | kindness, love | | -| toba | word | | +|----------|--------------------|------------------------------------| | bencun | book | | -| gucun | story | | | bengu | storybook | | +| bese-X | base-X | | +| bulohaji | comfort, safety, euphoria | | +| caca | brush | | +| caja | adventure, journey | | +| canwa | result | | +| capa | shape | | +| capalonki | geometry | | +| capanem | form, style | | +| capasero | circle | | +| capaterolonki | trigonometry | | +| capa-X | X-sided polygon | | | cikaran | physical strength | | | cikaranem | mental strength | | -| canwa | result | | -| wucan | victory | | +| cikiwanoka | minimum | | +| cikondu | second | | +| conaro | space (mathematical) | | +| conarokanpekon | field (mathematical) | | +| core | desire | | +| cosi | choice, vote | | +| dawu | day | | +| deja | action | | +| dena | point (mathematical) | | | dican | defeat | | -| bulohaji | comfort, safety, euphoria | | +| dikinem | worry, concern | | +| diwaru | decade | | +| ebeninku | evening | | +| falo | speech, discussion, chat | | +| fero | set | | +| ferocapa | group (mathematical) | | +| ferociki | subset | | +| fono | wind | | +| funocapasero | chord | | +| gade | guess | | +| gano | simple | | +| goca | land, country, nation | | +| golon | goal, target | | +| gucun | story | | +| gurati | non-intervention | free (price), without cost | | hason | sound | | | hasontoba | pronunciation | | -| miku | idol | | -| qanzi | paper | | | -| muna | egg | | -| suntu | dumbass, idiot | | -| caja | adventure, journey | | -| goca | land, country, nation | | -| lumakapa | sibling | | +| haweru | hour | | +| hira | hearing | | +| huda | answer | | +| hun | dog | | +| huwaru | century | | +| ikiko | life | | +| ikikokin | lifeform, creature, living thing | | +| jala | ability | | +| jicuha | art | | +| jore | need | | +| kacapatero | cosine function | | +| kaji | decoration | | +| kase | cat | | | kawapi | water | | -| picanam | picture, image | | -| tobacun | dictionary | | -| molumaba | enemy | | -| wantulonki | mathematics | | +| keso | cheese | | +| kin | thing | | +| kokacapatero | secant function | | +| kosacapatero | cosecant function | | +| kotacapatero | cotangent function | | +| kukin | question | | +| kumi | trans(gender)ness | | | kumo | change | | +| kumociki | derivative (mathematical) | | +| kumolonki | calculus | | | kumopen | speed | | -| gano | simple | | +| lanmi | food | | +| leba | name | | +| lifeta | (positive) freedom | liberation, liberty | +| linwa | language | | +| logo | logarithm function | | +| lonki | field of knowledge/study | | | lonkicanwa | theorem | | | lonkigade | conjecture | | | lonkigadeciki | lemma | | -| tobapere | claim | | -| tobaperena | converse | | -| tobaperene | inverse | | -| tobaperenu | contrapositive | | -| dena | point (mathematical) | | -| sena | line (mathematical) | | -| sonara | plane (mathematical) | | -| conaro | space (mathematical) | | -| conarokanpekon | field (mathematical) | | +| lufi | gas | | +| luma | person | | +| lumaba | friend | | +| lumakapa | sibling | | +| matuco | matrix | | +| mawa | kiss | | +| meta | measurment | | +| miku | idol | | +| minedu | minute | | +| mire | half, middle | | | mireconarokanpekon | ring (mathematical) | | | mirekanpekon | rng (mathematical) | | -| pacuwano | injection (mathematical) | | +| mirekin | part, portion | | +| mirekukin | prompt | | +| mirekumociki | partial derivative | | +| misu | liquid | | +| modoni | setting, mode | | +| molumaba | enemy | | +| monadu | month | | +| muna | egg | | +| murinu | morning | | +| natu | night | | +| nem | mind | | +| nemlonki | logic | | +| nemlonkife | contradiction | | +| nepen | feeling | | +| newaru | millenium | | +| pacu | function | | | pacuduwo | bijection | | | pacufe | surjection | | -| capa | shape | | -| capa-X | X-sided polygon | | -| X-capa | X-dimensional shape | | -| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | -| fero | set | | -| ferociki | subset | | -| ferocapa | group (mathematical) | | -| wantuwanora | identity (number) | | -| matuco | matrix | | -| penfero | transformation (mathematical) | | -| peca | exponent | | -| bese-X | base-X | | -| wantukumi | variable | | -| pacu | function | | -| wantukumilonki | algebra | | -| capalonki | geometry | | -| kumolonki | calculus | | -| wantuwantulonki | number theory | | -| capaterolonki | trigonometry | | -| wantukanpekon | integer | | -| wantumirekanpekon | rational number | | -| wantupacugano | algebraic number | | | pacugano | polynomial | | | pacuganora | analytic function | | -| wantufe | negative number | | -| kumociki | derivative (mathematical) | | -| poraciki | integral | | -| mirekumociki | partial derivative | | -| penciki | limit (mathematical) | | -| sacapatero | sine function | | -| kacapatero | cosine function | | -| tacapatero | tangent function | | -| kotacapatero | cotangent function | | -| kokacapatero | secant function | | -| kosacapatero | cosecant function | | -| logo | logarithm function | | -| cikiwanoka | minimum | | -| tetowanoka | maximum | | +| pacukomi | arrow | | +| pacuwano | injection (mathematical) | | +| patolen | pot, bowl | | +| peca | exponent | | | pecakin | exponential function | | -| capasero | circle | | -| funocapasero | chord | | -| kukin | question | | -| huda | answer | | -| nemlonki | logic | | -| nemlonkife | contradiction | | -| modoni | setting, mode | | -| sevo | server (digital) | | -| tawakin | location | | -| leba | name | | -| mirekukin | prompt | | +| pen | movement | | +| penciki | limit (mathematical) | | +| penfero | transformation (mathematical) | | +| picanam | picture, image | | +| poraciki | integral | | +| qanzi | paper | | | qinakin | information | | -| mirekin | part, portion | | +| sacapatero | sine function | | | segan | world | | -| tesura | adventure | | -| ikiko | life | | +| sekiso | sex, act of fucking | | +| sena | line (mathematical) | | | seta | death | | -| ikikokin | lifeform, creature, living thing | | -| pacukomi | arrow | | -| vico | vision | | -| hira | hearing | | -| toritorikin | guard, guardian | | -| fono | wind | | -| caca | brush | | -| golon | goal, target | | -| jicuha | art | | -| kaji | decoration | | -| patolen | pot, bowl | | +| sevo | server (digital) | | +| siconu | season | | +| sonara | plane (mathematical) | | | sorosoro | repeat | | | suka | parent | | -| capanem | form, style | | -| dikinem | worry, concern | | - +| suntu | dumbass, idiot | | +| tacapatero | tangent function | | +| tawakin | location | | +| tempu | time | | +| ten | solid | | +| tesura | adventure | | +| tetowanoka | maximum | | +| toba | word | | +| tobacun | dictionary | | +| tobapere | claim | | +| tobaperena | converse | | +| tobaperene | inverse | | +| tobaperenu | contrapositive | | +| topi | god, deity | | +| tori | kindness, love | | +| toritorikin | guard, guardian | | +| vico | vision | | +| wantu | number | | +| wantufe | negative number | | +| wantukanpekon | integer | | +| wantukumi | variable | | +| wantukumilonki | algebra | | +| wantulonki | mathematics | | +| wantumirekanpekon | rational number | | +| wantupacugano | algebraic number | | +| wantuwanora | identity (number) | | +| wantuwantulonki | number theory | | +| waru | year | | +| wucan | victory | | +| X-capa | X-dimensional shape | | +| X-capa-Y | X-dimensional shape with Y X-1 dimensional faces | For example, 3-capa-6 is a cube. | diff --git a/Vocabulary/Numbers.md b/Vocabulary/Numbers.md index 272b44b..8930ef4 100644 --- a/Vocabulary/Numbers.md +++ b/Vocabulary/Numbers.md @@ -2,95 +2,95 @@ | Spelling | Hindu-Arabic Numeral | |----------|----------------------| -| **X-fe** | negative X | -| **sero** | 0 | -| **wano** | 1 | -| **duwo** | 2 | -| **tero** | 3 | -| **karo** | 4 | -| **bimo** | 5 | -| **cido** | 6 | -| **sebo** | 7 | -| **wonto** | 8 | -| **ninto** | 9 | -| **dinko** | 10 | -| dunko | 20 | -| tenko | 30 | -| kanko | 40 | -| binko | 50 | -| cinko | 60 | -| senko | 70 | -| wonko | 80 | -| ninko | 90 | -| **hundo** | 100 | -| dundo | 200 | -| tendo | 300 | -| kando | 400 | -| bindo | 500 | -| cindo | 600 | -| sendo | 700 | -| wondo | 800 | -| nindo | 900 | -| **neko** | 1000 | -| duko | 2000 | -| teko | 3000 | -| keko | 4000 | -| biko | 5000 | -| ciko | 6000 | -| seko | 7000 | -| woko | 8000 | -| niko | 9000 | -| diko | 10'000 | -| dudiko | 20'000 | -| tediko | 30'000 | -| kadiko | 40'000 | -| bidiko | 50'000 | -| cidiko | 60'000 | -| sediko | 70'000 | -| wodiko | 80'000 | -| nidiko | 90'000 | -| huko | 100'000 | -| duhuko | 200'000 | -| tehuko | 300'000 | -| kahuko | 400'000 | -| bihuko | 500'000 | -| cihuko | 600'000 | -| sehuko | 700'000 | -| wohuko | 800'000 | -| nihuko | 900'000 | -| **ranolono** | 1'000'000, one million | -| dunolono | 2'000'000 | -| tenolono | 3'000'000 | -| kenolono | 4'000'000 | -| binolono | 5'000'000 | -| cinolono | 6'000'000 | -| senolono | 7'000'000 | -| wonolono | 8'000'000 | -| ninolono | 9'000'000 | -| dinolono | 10'000'000, ten million | -| dudinolono | 20'000'000 | -| tedinolono | 30'000'000 | -| kadinolono | 40'000'000 | -| bidinolono | 50'000'000 | -| cidinolono | 60'000'000 | -| sedinolono | 70'000'000 | -| wodinolono | 80'000'000 | -| nidinolono | 90'000'000 | -| hunolono | 100'000'000, one hundred million | -| duhunolono | 200'000'000 | -| tehunolono | 300'000'000 | -| kahunolono | 400'000'000 | -| bihunolono | 500'000'000 | -| cihunolono | 600'000'000 | -| sehunolono | 700'000'000 | -| wohunolono | 800'000'000 | -| nihunolono | 900'000'000 | -| **ruwolono** | 1'000'000'000, one billion | -| **rerolono** | 1'000'000'000'000, one trillion | -| **rarolono** | 1'000'000'000'000'000, one quadrillion | -| **rimolono** | 1'000'000'000'000'000'000, one quintillion | -| **ridolono** | 1'000'000'000'000'000'000'000, one sextillion | -| **rebolono** | 1'000'000'000'000'000'000'000'000, one septillion | -| **rontolono** | 1'000'000'000'000'000'000'000'000'000, one octillion | -| **rintolono** | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | -| **rinkolono** | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | +| bidiko | 50'000 | | +| bidinolono | 50'000'000 | | +| bihuko | 500'000 | | +| bihunolono | 500'000'000 | | +| biko | 5000 | | +| bimo | 5 | | +| bindo | 500 | | +| binko | 50 | | +| binolono | 5'000'000 | | +| cidiko | 60'000 | | +| cidinolono | 60'000'000 | | +| cido | 6 | | +| cihuko | 600'000 | | +| cihunolono | 600'000'000 | | +| ciko | 6000 | | +| cindo | 600 | | +| cinko | 60 | | +| cinolono | 6'000'000 | | +| diko | 10'000 | | +| dinko | 10 | | +| dinolono | 10'000'000, ten million | | +| dudiko | 20'000 | | +| dudinolono | 20'000'000 | | +| duhuko | 200'000 | | +| duhunolono | 200'000'000 | | +| duko | 2000 | | +| dundo | 200 | | +| dunko | 20 | | +| dunolono | 2'000'000 | | +| duwo | 2 | | +| huko | 100'000 | | +| hundo | 100 | | +| hunolono | 100'000'000, one hundred million | | +| kadiko | 40'000 | | +| kadinolono | 40'000'000 | | +| kahuko | 400'000 | | +| kahunolono | 400'000'000 | | +| kando | 400 | | +| kanko | 40 | | +| karo | 4 | | +| keko | 4000 | | +| kenolono | 4'000'000 | | +| neko | 1000 | | +| nidiko | 90'000 | | +| nidinolono | 90'000'000 | | +| nihuko | 900'000 | | +| nihunolono | 900'000'000 | | +| niko | 9000 | | +| nindo | 900 | | +| ninko | 90 | | +| ninolono | 9'000'000 | | +| ninto | 9 | | +| ranolono | 1'000'000, one million | | +| rarolono | 1'000'000'000'000'000, one quadrillion | | +| rebolono | 1'000'000'000'000'000'000'000'000, one septillion | | +| rerolono | 1'000'000'000'000, one trillion | | +| ridolono | 1'000'000'000'000'000'000'000, one sextillion | | +| rimolono | 1'000'000'000'000'000'000, one quintillion | | +| rinkolono | 1'000'000'000'000'000'000'000'000'000'000'000, one decillion | | +| rintolono | 1'000'000'000'000'000'000'000'000'000'000, one nonillion | | +| rontolono | 1'000'000'000'000'000'000'000'000'000, one octillion | | +| ruwolono | 1'000'000'000, one billion | | +| sebo | 7 | | +| sediko | 70'000 | | +| sedinolono | 70'000'000 | | +| sehuko | 700'000 | | +| sehunolono | 700'000'000 | | +| seko | 7000 | | +| sendo | 700 | | +| senko | 70 | | +| senolono | 7'000'000 | | +| sero | 0 | | +| tediko | 30'000 | | +| tedinolono | 30'000'000 | | +| tehuko | 300'000 | | +| tehunolono | 300'000'000 | | +| teko | 3000 | | +| tendo | 300 | | +| tenko | 30 | | +| tenolono | 3'000'000 | | +| tero | 3 | | +| wano | 1 | | +| wodiko | 80'000 | | +| wodinolono | 80'000'000 | | +| wohuko | 800'000 | | +| wohunolono | 800'000'000 | | +| woko | 8000 | | +| wondo | 800 | | +| wonko | 80 | | +| wonolono | 8'000'000 | | +| wonto | 8 | | +| X-fe | negative X | | diff --git a/Vocabulary/Prefixes.md b/Vocabulary/Prefixes.md index 9633ca3..ec7c378 100644 --- a/Vocabulary/Prefixes.md +++ b/Vocabulary/Prefixes.md @@ -2,13 +2,13 @@ | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| mire- | semi- | semi | -| gara- | all-/every- | all/every | -| coko- | some- | some | | boro- | any- | any | -| ni- | non- | negation, other than | -| mo- | | inversion, contrary meaning | -| wu- | | positive connotation | -| di- | | negative connotation | +| coko- | some- | some | | deja- | -doing | the doing of | +| di- | | negative connotation | +| gara- | all-/every- | all/every | +| mire- | semi- | semi | +| mo- | | inversion, contrary meaning | +| ni- | non- | negation, other than | | soro- | re- | repetition of an action | +| wu- | | positive connotation | diff --git a/Vocabulary/Prepositions.md b/Vocabulary/Prepositions.md index a47c27f..34975b4 100644 --- a/Vocabulary/Prepositions.md +++ b/Vocabulary/Prepositions.md @@ -2,18 +2,18 @@ | Spelling | Translation (English) | Implication / Definition / Used as | |----------|-----------------------|------------------------------------| -| ra | in | is part of, contained or located in | -| para | for | | +| bi | by | in context of "I walked by the blahaj store." | +| caba | behind | | | de | of | | -| no | but | | +| faba | in front of | | | gon | on | | | huba | over | | -| wuba | under | | -| faba | in front of | | -| caba | behind | | -| tamba | next to | | -| taba | near | | | kaba | far | | -| taro | with | | +| no | but | | +| para | for | | +| ra | in | is part of, contained or located in | | se | to | in context of "9 to 5" or "I walked to the blahaj store." | -| bi | by | in context of "I walked by the blahaj store." | +| taba | near | | +| tamba | next to | | +| taro | with | | +| wuba | under | | diff --git a/Vocabulary/Pronouns.md b/Vocabulary/Pronouns.md index f32ec3b..16c0da5 100644 --- a/Vocabulary/Pronouns.md +++ b/Vocabulary/Pronouns.md @@ -3,51 +3,52 @@ ## Personal Pronouns *All of the following pronouns when used without any suffix are singular. They become plural with the "sa" suffix (ie. Li = I, Lisa = We)* + | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| li | I | animate, unspecified, 1st person | -| mida | you [singular] | animate, unspecified, 2nd person | | da | they [singular] | animate, unspecified, 3rd person | -| dase | she | animate, feminine, 3rd person | -| dake | | animate, fem-leaning, 3rd person | +| daci | he | animate, masculine, 3rd person | | daka | they [singular] | animate, androgynous, 3rd person | +| dake | | animate, fem-leaning, 3rd person | | daki | | animate, masc-leaning, 3rd person | -| daci | he | animate, masculine, 3rd person | +| dase | she | animate, feminine, 3rd person | +| li | I | animate, unspecified, 1st person | +| mida | you [singular] | animate, unspecified, 2nd person | ## Indefinite Pronouns | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| reda | itself/herself/etc. | reflexive pronoun, referencing to the thing(s) already mentioned in the sentence | -| toransu | other/another | | -| gara | all/every | | -| coko | some | | | boro | any | | +| coko | some | | +| gara | all/every | | | mire | half | | +| reda | itself/herself/etc. | reflexive pronoun, referencing to the thing(s) already mentioned in the sentence | +| toransu | other/another | | ## Demonstrative Pronouns (Close to speaker) | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| tano | this + n. | | +| talo | such | "this kind of" | | tani | this + adj. | | +| tano | this + n. | | | tatu | as such, so | "this way", "in this manner" | -| talo | such | "this kind of" | ## Demonstrative Pronouns (Far from speaker) | Spelling (far from speaker) | English Equivalent | Implication / Definition / Used as | |-----------------------------|--------------------|------------------------------------| -| kano | that + n. | -| kani | that + adj. | -| katu | as such, so | "that way", "in that manner" | | kalo | such | "that kind of" | +| kani | that + adj. | | +| kano | that + n. | | +| katu | as such, so | "that way", "in that manner" | ## Demonstrative Pronouns (Interrogative form) | Spelling (interrogative form) | English Equivalent | Implication / Definition / Used as | -|-----------------------------|--------------------|------------------------------------| -| sono | what | -| soni | which | -| sotu | how | "which way", "in which manner" | +|-------------------------------|--------------------|------------------------------------| | solo | | "what kind of" | +| soni | which | | +| sono | what | | +| sotu | how | "which way", "in which manner" | diff --git a/Vocabulary/Suffixes.md b/Vocabulary/Suffixes.md index 379f823..ac81005 100644 --- a/Vocabulary/Suffixes.md +++ b/Vocabulary/Suffixes.md @@ -4,49 +4,48 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -lu | -er , -ist | defines an agent noun | -| -sa | -s, -es | indicates plurality | -| -ri | -ery | establishes a place/event | +| -bani | -th | for numbers, indicates ordinality | +| -ci | | establishes masculine characteristics/gender | | -dufen | -ifier, -inator | refers to an entity or construct that performs a specific action or function | +| -falo | -speak, -talk | indicates manner or characteristic of speech | | -fe | "against" , "in opposition to" | connotes opposition | -| -se | | establishes feminine characteristics/gender | -| -ke | | establishes fem-leaning characteristics/gender | | -ka | | establishes androgynous characteristics/gender | +| -ke | | establishes fem-leaning characteristics/gender | | -ki | | establishes masc-leaning characteristics/gender | -| -ci | | establishes masculine characteristics/gender | -| -pa | -'s | marks word as possessive | | -lonki | -ology, -graphy, -nomy, -ics | refers to a field of knowledge/study | -| -falo | -speak, -talk | indicates manner or characteristic of speech | -| -bani | -th | for numbers, indicates ordinality | -| -ra | -like, -ern | converts to adjective | +| -lu | -er , -ist | defines an agent noun | +| -pa | -'s | marks word as possessive | | -para | N/A | indicates that word is a loanword | +| -ra | -like, -ern | converts to adjective | +| -ri | -ery | establishes a place/event | +| -sa | -s, -es | indicates plurality | +| -se | | establishes feminine characteristics/gender | ## Temporal verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -da | -ed | refers to the past tense form of a verb | -| -ne | | refers to the present tense form of a verb | -| -lo | "will", "shall" | refers to the future tense form of a verb | | -ja | "yet", "so far" | refers to that a verb is in progress or incomplete | +| -lo | "will", "shall" | refers to the future tense form of a verb | +| -ne | | refers to the present tense form of a verb | | -zi | | implies indefinite action of verb without defined beginning or end | ## Other verb suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| -| -ku | | establishes verb as uncertain/questioning | +| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | | -do | "should", "ought to" | establishes verb as imperative | +| -ku | | establishes verb as uncertain/questioning | | -kuka | "please" | establishes verb as politely questioning/requesting | -| -napo | from | | | -lani | to | | -| -cu | | denotes conversion to passive form ("I love you" -> "I am loved by you") | - +| -napo | from | | ## Adjective suffixes | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | -jala | -able , -ible , "capable of" | denotes ability or capacity | -| -wan | -est | denotes superlative adjectives | | -kin | | denotes conversion to noun | +| -wan | -est | denotes superlative adjectives | diff --git a/Vocabulary/Verbs.md b/Vocabulary/Verbs.md index 4aa8ea7..7499ccd 100644 --- a/Vocabulary/Verbs.md +++ b/Vocabulary/Verbs.md @@ -1,92 +1,92 @@ # Verbs | Spelling (nonextended — original) | English Equivalent | Implication / Definition / Used as | -|-----------------------------------|--------------------|--------------------------------| -| mawa | kiss | | +|-----------------------------------|--------------------|------------------------------------| +| bacini | to walk | | +| betini | to lead | | | binta | eat | | -| sanu | be | | -| tenco | have | | -| somo | sleep | | +| bolini | to roll | | +| bujini | to bend | | +| cikihasonbacini | to sneak | | +| cini | to leave/go | | +| cinini | to kick | | +| cipan | to divide, to split | | +| ciwaci | to shoot | | +| core | want | | | cosi | choose, vote | | -| falo | speak, say, tell | | -| toransu | differ | | -| mahen | make, create | | -| sekiso | have sex, fuck | | +| dawini | to lie down | | | deja | do, act | | +| dejanem | to try, to attempt | | +| dejapora | to advance | | +| domovini | to drop | | +| endini | to stop | | +| falo | speak, say, tell | | +| ficini | to swim | | +| fitini | to strike/punch | | +| fonopen | to blow | | +| gabini | to give/release | | | gade | guess | | -| nem | think | | -| pen | move | | -| nepen | feel | | | gurati | induce negative freedom, reduce cost to none | | -| lifeta | induce positive freedom | | -| jala | can, be able to | | -| meta | measure | | -| core | want | | -| jore | need | | -| pora | to add, to increase | | -| mina | to subtract, to decrease, to remove | | -| mulipa | to multiply | | -| cipan | to divide, to split | | -| nepetori | to love, to feel love towards | | -| muvini | to move | | | halini | to start | | -| mirendini | to pause/rest | | -| mirehalini | to continue | | -| endini | to stop | | +| henlona | welcome, to welcome | | +| hiranaki | to hear | | | hitini | to arrive/come | | -| cini | to leave/go | | -| tenini | to stand/rise | | -| palini | to fall | | -| rumpini | to sit | | -| dawini | to lie down | | -| bujini | to bend | | -| bacini | to walk | | +| holini | to carry/hold/bear | | | hurini | to run | | +| jala | can, be able to | | +| jore | need | | +| kamuvini | to push | | | kanini | to jump | | -| risini | to climb | | -| lubini | to slide | | -| qipini | to fly | | -| ficini | to swim | | -| bolini | to roll | | | karini | to drive | | -| kamuvini | to push | | -| tamuvini | to pull | | -| upimovini | to lift | | -| domovini | to drop | | | kawufini | to throw | | -| tawufini | to catch | | -| holini | to carry/hold/bear | | -| nykini | to take/grab | | -| gabini | to give/release | | +| kopori | to copy | | +| kukinkumi | QED / it is proven | | | kuvini | to drag | | -| cinini | to kick | | -| fitini | to strike/punch | | +| lajitoki | to glow | | +| lifeta | induce positive freedom | | +| lubini | to slide | | +| mahen | make, create | | +| mawa | kiss | | +| meta | measure | | +| mina | to subtract, to decrease, to remove | | +| mirehalini | to continue | | +| mirendini | to pause/rest | | +| mulipa | to multiply | | +| muvini | to move | | +| naki | to sense | | +| nem | think | | +| nemtori | to care, to care about | | +| nepen | feel | | +| nepetori | to love, to feel love towards | | +| nykini | to take/grab | | +| palini | to fall | | | panini | to flip/do a flip | | -| velorini | to follow | | -| betini | to lead | | -| xasini | to resist | | -| repa | let | | -| kukinkumi | QED / it is proven | | +| pen | move | | +| pora | to add, to increase | | | qina | to know | | +| qipini | to fly | | +| repa | let | | +| risini | to climb | | +| rumpini | to sit | | +| sanu | be | | +| sekiso | have sex, fuck | | +| seni | to use | | +| setaku | to kill (unintentionally or unknown) | | +| setaso | to kill (intentionally) | | | simjala | to accept | | -| henlona | welcome, to welcome | | -| dejapora | to advance | | +| somo | sleep | | | sorini | to find | | +| sorosoro | to repeat | | +| tamuvini | to pull | | +| tawufini | to catch | | +| tenco | have | | +| tenini | to stand/rise | | | tesura | to adventure | | -| setaso | to kill (intentionally) | | -| setaku | to kill (unintentionally or unknown) | | -| ciwaci | to shoot | | -| cikihasonbacini | to sneak | | -| naki | to sense | | -| viconaki | to see | | -| hiranaki | to hear | | +| tetoni | to grow, to expand | | +| toransu | differ | | | toritori | to guard | | -| kopori | to copy | | +| upimovini | to lift | | +| velorini | to follow | | +| viconaki | to see | | | vineri | to reflect | | -| fonopen | to blow | | -| seni | to use | | -| nemtori | to care, to care about | | -| sorosoro | to repeat | | -| tetoni | to grow, to expand | | -| lajitoki | to glow | | -| dejanem | to try, to attempt | | +| xasini | to resist | | diff --git a/rawspec/0-catted.json b/rawspec/0-catted.json index 6c2e3ec..96c44ee 100644 --- a/rawspec/0-catted.json +++ b/rawspec/0-catted.json @@ -381,6 +381,12 @@ "impl": null, "obscurism": null }, + { + "word": "mayu", + "meaning": "very, extremely", + "impl": null, + "obscurism": null + }, { "word": "nen", "meaning": "no", @@ -410,6 +416,12 @@ "meaning": "because", "impl": "statement of cause", "obscurism": "tun'" + }, + { + "word": "wuroga", + "meaning": "WLOG (without loss of generality)", + "impl": null, + "obscurism": null } ] }, diff --git a/rawspec/0-complete.json b/rawspec/0-complete.json index 81a7233..53403cc 100644 --- a/rawspec/0-complete.json +++ b/rawspec/0-complete.json @@ -1784,6 +1784,13 @@ "type": "adjective", "obscurism": null }, + { + "word": "mayu", + "meaning": "very, extremely", + "impl": null, + "type": "adverb", + "obscurism": null + }, { "word": "meta", "meaning": "measurment", @@ -3506,6 +3513,13 @@ "type": "noun", "obscurism": null }, + { + "word": "wuroga", + "meaning": "WLOG (without loss of generality)", + "impl": null, + "type": "adverb", + "obscurism": null + }, { "word": "wusita", "meaning": "good", diff --git a/rawspec/adverbs.json b/rawspec/adverbs.json index be02726..6592eb2 100644 --- a/rawspec/adverbs.json +++ b/rawspec/adverbs.json @@ -20,6 +20,12 @@ "impl": null, "obscurism": null }, + { + "word": "mayu", + "meaning": "very, extremely", + "impl": null, + "obscurism": null + }, { "word": "nen", "meaning": "no", @@ -49,6 +55,12 @@ "meaning": "because", "impl": "statement of cause", "obscurism": "tun'" + }, + { + "word": "wuroga", + "meaning": "WLOG (without loss of generality)", + "impl": null, + "obscurism": null } ] }, From fa452fd8a332228130eba08157d814ef24a98915 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 12:07:49 -0700 Subject: [PATCH 13/21] update action --- .github/workflows/gen-json-spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen-json-spec.yml b/.github/workflows/gen-json-spec.yml index 45cb546..409b51c 100644 --- a/.github/workflows/gen-json-spec.yml +++ b/.github/workflows/gen-json-spec.yml @@ -31,4 +31,4 @@ jobs: add: rawspec Vocabulary default_author: github_actions fetch: true - message: actions—generate JSON langspec + message: actions—generate JSON spec and alphabetize MD source From 250092902babcf5ffd0c4b96ade305ad2f9c8169 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 12:27:37 -0700 Subject: [PATCH 14/21] remove unnecessary log --- scripting/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripting/index.ts b/scripting/index.ts index 426fbf2..854787c 100644 --- a/scripting/index.ts +++ b/scripting/index.ts @@ -75,8 +75,6 @@ for (const file of Files) { } else nonDataRows.set(previousRow, row); } - console.log(nonDataRows); - // const rows = unfilteredRows.filter( // v => tableRowMatcher.test(v) || h2Matcher.test(v) // ); From c42bb2267818e8c0965e550f731174e8188fd3c1 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 12:34:40 -0700 Subject: [PATCH 15/21] update readme --- rawspec/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/rawspec/README.md b/rawspec/README.md index 378a091..b837e4a 100644 --- a/rawspec/README.md +++ b/rawspec/README.md @@ -4,16 +4,15 @@ This is the raw data for every word in the language. ## Rules -- Do not manually edit these files. Use the `../scripting/index.ts` script to modify them. -- Do not add extra commits to update these files; GitHub Actions will automatically update the rawspec after merging into `main`. - -Any faulty changes will be overwritten after merge. +- Do not manually edit these files. Use the `/scripting/index.ts` script to modify them. +- The script will be run by GitHub Actions on every push and pull request to `main`. +- Any user changes will be overwritten. ## Schemas -See `../scripting/types.ts` for file schemas. +See `/scripting/types.ts` for file schemas. -The complete langspec is simply an array of `Entry` objects; that is to say, when imported or parsed, it resolves to a value of type `Entry[]`. +The complete langspec `0-complete.json` is simply an alphabetized array of `Entry` objects; that is to say, when imported or parsed, it resolves to a value of type `Entry[]`. All the other files (e.g. `nouns.json`, `verbs.json`, etc.) consist of arrays of `Section` objects. If the file has subheaders (Level 2 Markdown headings) then this is used for each `Section.title`. Otherwise, the `Section.title` is `null`, and all entries are kept in the one untitled section. From 89b85475824023eb0f93133e7db7423fa8b948fc Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 12:38:40 -0700 Subject: [PATCH 16/21] script: add statistics --- scripting/index.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scripting/index.ts b/scripting/index.ts index 854787c..06a4067 100644 --- a/scripting/index.ts +++ b/scripting/index.ts @@ -14,6 +14,8 @@ const TargetDirectory = join( 'rawspec' ); +const StatsFile = join(TargetDirectory, '1-stats.json'); + function parseTableRow(row: string): string[] { return row .slice(1, -1) @@ -231,3 +233,16 @@ await writeFile( JSON.stringify(CattedBigSectionStack, null, '\t'), 'utf-8' ); + +await writeFile( + StatsFile, + JSON.stringify( + { + totalEntries: CompleteDictionaryStack.length, + lastUpdated: new Date().toISOString() + }, + null, + '\t' + ), + 'utf-8' +); From 697a2ded0e53eeba1d931fb4e06d24c9bff10b2d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:39:01 +0000 Subject: [PATCH 17/21] =?UTF-8?q?actions=E2=80=94generate=20JSON=20spec=20?= =?UTF-8?q?and=20alphabetize=20MD=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rawspec/1-stats.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rawspec/1-stats.json diff --git a/rawspec/1-stats.json b/rawspec/1-stats.json new file mode 100644 index 0000000..3b0337c --- /dev/null +++ b/rawspec/1-stats.json @@ -0,0 +1,4 @@ +{ + "totalEntries": 510, + "lastUpdated": "2026-08-08T19:38:59.472Z" +} \ No newline at end of file From 1530a6e0dc26daed9ca7f3b558bc535079036ffd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:39:36 +0000 Subject: [PATCH 18/21] =?UTF-8?q?actions=E2=80=94generate=20JSON=20spec=20?= =?UTF-8?q?and=20alphabetize=20MD=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rawspec/1-stats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rawspec/1-stats.json b/rawspec/1-stats.json index 3b0337c..8c8e0d6 100644 --- a/rawspec/1-stats.json +++ b/rawspec/1-stats.json @@ -1,4 +1,4 @@ { "totalEntries": 510, - "lastUpdated": "2026-08-08T19:38:59.472Z" + "lastUpdated": "2026-08-08T19:39:35.083Z" } \ No newline at end of file From adb6f462dd6e63efe42eecc856fcf97499f8be68 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:40:53 +0000 Subject: [PATCH 19/21] =?UTF-8?q?actions=E2=80=94generate=20JSON=20spec=20?= =?UTF-8?q?and=20alphabetize=20MD=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rawspec/1-stats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rawspec/1-stats.json b/rawspec/1-stats.json index 8c8e0d6..37a6db6 100644 --- a/rawspec/1-stats.json +++ b/rawspec/1-stats.json @@ -1,4 +1,4 @@ { "totalEntries": 510, - "lastUpdated": "2026-08-08T19:39:35.083Z" + "lastUpdated": "2026-08-08T19:40:51.453Z" } \ No newline at end of file From eb4f7f418624865b534effc05fe8ea17fd06a751 Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 8 Aug 2026 12:41:27 -0700 Subject: [PATCH 20/21] test --- Vocabulary/Adverbs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vocabulary/Adverbs.md b/Vocabulary/Adverbs.md index f01603b..4359e40 100644 --- a/Vocabulary/Adverbs.md +++ b/Vocabulary/Adverbs.md @@ -5,6 +5,7 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | con | soon | | +| wuroga | WLOG (without loss of generality) | | | huba | overly | | | mayu | very, extremely | | | nen | no | logical negation | @@ -12,7 +13,6 @@ | sun | why | interrogative question of cause | | taci | | description of methodology | | tun | because | statement of cause | -| wuroga | WLOG (without loss of generality) | | ## Temporal adverbs From 86284d579c379800f194d134aaadff508a5bb547 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:41:48 +0000 Subject: [PATCH 21/21] =?UTF-8?q?actions=E2=80=94generate=20JSON=20spec=20?= =?UTF-8?q?and=20alphabetize=20MD=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Vocabulary/Adverbs.md | 2 +- rawspec/1-stats.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Vocabulary/Adverbs.md b/Vocabulary/Adverbs.md index 4359e40..f01603b 100644 --- a/Vocabulary/Adverbs.md +++ b/Vocabulary/Adverbs.md @@ -5,7 +5,6 @@ | Spelling | English Equivalent | Implication / Definition / Used as | |----------|--------------------|------------------------------------| | con | soon | | -| wuroga | WLOG (without loss of generality) | | | huba | overly | | | mayu | very, extremely | | | nen | no | logical negation | @@ -13,6 +12,7 @@ | sun | why | interrogative question of cause | | taci | | description of methodology | | tun | because | statement of cause | +| wuroga | WLOG (without loss of generality) | | ## Temporal adverbs diff --git a/rawspec/1-stats.json b/rawspec/1-stats.json index 37a6db6..e609666 100644 --- a/rawspec/1-stats.json +++ b/rawspec/1-stats.json @@ -1,4 +1,4 @@ { "totalEntries": 510, - "lastUpdated": "2026-08-08T19:40:51.453Z" + "lastUpdated": "2026-08-08T19:41:46.856Z" } \ No newline at end of file