Skip to content

Commit

Permalink
Update standard affix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed Jan 31, 2024
1 parent 7c09e10 commit ca82207
Show file tree
Hide file tree
Showing 19 changed files with 720 additions and 163 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type StandardAffix = {
description: string;
gradient_type: "0" | "A1" | "A2" | "B" | "C" | "D1" | "D2";
cs: string;
associated_root: boolean,
degrees: [
// Degree 0
Degree | null,
Expand Down
14 changes: 11 additions & 3 deletions lexicon/affixes/standard/1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[
{
"name": "DCD*",
"name": "DCD",
"description": "Deictic Demonstratives",
"gradient_type": "D1",
"cs": "t",
"associated_root": true,
"degrees": [
null,
"this X (at/by/near speaker); the X under discussion; the X at hand; in this manner/way, in the manner at hand, in said manner",
Expand All @@ -22,6 +23,7 @@
"description": "Deixis Categories",
"gradient_type": "C",
"cs": "",
"associated_root": false,
"degrees": [
null,
"yonder / way over there somewhere / a long way away (not near anyone) [inaccessible or unobservable]",
Expand All @@ -40,6 +42,7 @@
"description": "Additional Deixis Categories",
"gradient_type": "C",
"cs": "stř",
"associated_root": false,
"degrees": [
null,
"spread out / everywhere / scattered yonder / all over out there [inaccessible]",
Expand All @@ -58,6 +61,7 @@
"description": "Identificative",
"gradient_type": "D1",
"cs": "ňḑ",
"associated_root": false,
"degrees": [
null,
"any (of the various / of the number of) X [random selection - NOT quantitative/partitive “any”]; in any manner",
Expand All @@ -72,10 +76,11 @@
]
},
{
"name": "EXT*",
"name": "EXT",
"description": "Exactness/Comparability of Identity / Identity As a Standard",
"gradient_type": "A1",
"cs": "řḑ",
"associated_root": true,
"degrees": [
null,
"not comparable to X / unlike X / inexact(ly)",
Expand All @@ -94,6 +99,7 @@
"description": "Degree of Assumed Familiarity/Recognition",
"gradient_type": "C",
"cs": "çř",
"associated_root": false,
"degrees": [
null,
"speaker assumes addressee does not know/recognize the reference",
Expand All @@ -112,6 +118,7 @@
"description": "Degree Of Familiarity",
"gradient_type": "A1",
"cs": "",
"associated_root": false,
"degrees": [
null,
"unknowable / alien; unable to even try X-ing",
Expand All @@ -126,10 +133,11 @@
]
},
{
"name": "SIM*",
"name": "SIM",
"description": "Degree Of Similarity",
"gradient_type": "A1",
"cs": "rx",
"associated_root": true,
"degrees": [
null,
"opposite; as different as possible / at the other extreme",
Expand Down
23 changes: 20 additions & 3 deletions lexicon/affixes/standard/10.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Bodily Instrumentality = ‘by means of/using …’",
"gradient_type": "0",
"cs": "zb",
"associated_root": false,
"degrees": [
null,
"w/a finger",
Expand All @@ -22,6 +23,7 @@
"description": "Bodily Instrumentality 2 = ‘by means of/using …’ (formerly DBI)",
"gradient_type": "0",
"cs": "zd",
"associated_root": false,
"degrees": [
null,
"w/a toe",
Expand All @@ -40,6 +42,7 @@
"description": "Bodily Instrumentality 3 = ‘by means of/using …’",
"gradient_type": "0",
"cs": "zg",
"associated_root": false,
"degrees": [
null,
"w/one’s torso/chest/thorax",
Expand All @@ -58,6 +61,7 @@
"description": "Bodily Instrumentality 4 = ‘by means of/using …’",
"gradient_type": "0",
"cs": "zk",
"associated_root": false,
"degrees": [
null,
"w/one’s mouth/beak",
Expand All @@ -76,6 +80,7 @@
"description": "Type of Mechanical Instrumentality = ‘by means of …’",
"gradient_type": "0",
"cs": "ms",
"associated_root": false,
"degrees": [
null,
"w/the body’s natural method of doing so (e.g., on foot, by hand, etc.)",
Expand All @@ -94,6 +99,7 @@
"description": "Utilitative or Enabling Resource",
"gradient_type": "0",
"cs": "",
"associated_root": false,
"degrees": [
null,
"power/energy source for X(-ing)",
Expand All @@ -108,10 +114,11 @@
]
},
{
"name": "TDM*",
"name": "TDM",
"description": "Tool/Device/Means",
"gradient_type": "0",
"cs": "čv",
"associated_root": true,
"degrees": [
null,
"hand-held / manual tool / utensil / implement for X-ing",
Expand All @@ -130,6 +137,7 @@
"description": "Modification (type 2 affixes = specifically designed tool/device)",
"gradient_type": "D1",
"cs": "gḑ",
"associated_root": false,
"degrees": [
null,
[
Expand Down Expand Up @@ -175,6 +183,7 @@
"description": "Type of Social Instrumentality = ‘by means of …’",
"gradient_type": "0",
"cs": "mz",
"associated_root": false,
"degrees": [
null,
"via lackeys, grunt labor, go-fors or henchmen",
Expand All @@ -189,10 +198,11 @@
]
},
{
"name": "OAU*",
"name": "OAU",
"description": "Origin/Association/Utilization",
"gradient_type": "B",
"cs": "çn",
"associated_root": true,
"degrees": [
null,
"entity/thing/phenomenon that hails from X",
Expand All @@ -211,6 +221,7 @@
"description": "Authorization",
"gradient_type": "0",
"cs": "",
"associated_root": false,
"degrees": [
null,
"by being granted a personal privilege / via the generosity or largess ofanother or others",
Expand All @@ -229,6 +240,7 @@
"description": "Means of Enablement",
"gradient_type": "0",
"cs": "",
"associated_root": false,
"degrees": [
null,
"by inadvertent gesture/word/sign taken as order or permission",
Expand All @@ -243,10 +255,11 @@
]
},
{
"name": "MAK*",
"name": "MAK",
"description": "Making/Constructing",
"gradient_type": "0",
"cs": "ţk",
"associated_root": true,
"degrees": [
null,
"the idea/concept of how to make/construct X",
Expand All @@ -265,6 +278,7 @@
"description": "Cancellation - Suspension - Nullification - Maintenance",
"gradient_type": "C",
"cs": "",
"associated_root": false,
"degrees": [
null,
"(quasi-)permanent suspension/cancellation/nullification of X",
Expand All @@ -283,6 +297,7 @@
"description": "Energy/Power Source",
"gradient_type": "0",
"cs": "sc",
"associated_root": false,
"degrees": [
null,
"powered by burning or combustion of fossil fuel",
Expand All @@ -301,6 +316,7 @@
"description": "Life-Cycle of a Mechanism/Device/Fixture/Machine",
"gradient_type": "A1",
"cs": "řst",
"associated_root": false,
"degrees": [
null,
"designing X, drafting a blueprint of X; to design X, to draft a blueprint/design of X",
Expand All @@ -319,6 +335,7 @@
"description": "Maintenance of a State",
"gradient_type": "0",
"cs": "zt",
"associated_root": false,
"degrees": [
null,
"maintain in pristine/ideal state without needing/applying X",
Expand Down
22 changes: 20 additions & 2 deletions lexicon/affixes/standard/11.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Part/Whole Functional Metaphors",
"gradient_type": "0",
"cs": "nz",
"associated_root": false,
"degrees": [
null,
"(acting as) engine / motor / heart / pump / core / driver mechanism",
Expand All @@ -22,6 +23,7 @@
"description": "Part/Whole Componential Metaphors (replaces Ithkuil’s PTG affix)",
"gradient_type": "0",
"cs": "",
"associated_root": false,
"degrees": [
null,
"(acting as) support / leg / stand / base of X",
Expand All @@ -40,6 +42,7 @@
"description": "Subset of Configurative Set",
"gradient_type": "C",
"cs": "",
"associated_root": false,
"degrees": [
null,
"single specific member (random, i.e., any given member)",
Expand All @@ -58,6 +61,7 @@
"description": "Superset",
"gradient_type": "C",
"cs": "",
"associated_root": false,
"degrees": [
null,
"configurative set of X where the number of individual members/nodes is sufficient to give rise to (sub-)patterns or potential sub-sets within the set",
Expand All @@ -77,6 +81,7 @@
"description": "2nd-Level Duplex Configurative Set of 1st-Level Sets",
"gradient_type": "B",
"cs": "",
"associated_root": false,
"degrees": [
null,
"DSS set of first-order configurative sets X",
Expand All @@ -96,6 +101,7 @@
"description": "2nd-Level Multiplex Configurative Set of 1st-Level Sets",
"gradient_type": "B",
"cs": "",
"associated_root": false,
"degrees": [
null,
"MSS set of first-order configurative sets X",
Expand All @@ -115,6 +121,7 @@
"description": "Dispersion or Separability of a Configurative Set (can be used for spatial or temporal contexts)",
"gradient_type": "C",
"cs": "",
"associated_root": false,
"degrees": [
null,
"in total contact/contiguous mass of; pile, “ball of …” [(quasi-)permanent]",
Expand All @@ -133,6 +140,7 @@
"description": "Spatio-Temporal Separability of a Configurative Set",
"gradient_type": "C",
"cs": "",
"associated_root": false,
"degrees": [
null,
"logical connectedness only (spatial)",
Expand All @@ -151,6 +159,7 @@
"description": "Subset of Duplex Set",
"gradient_type": "C",
"cs": "ẓř",
"associated_root": false,
"degrees": [
null,
"first, top, front, lefthand or lead “half” of duplex set or pair (e.g., upper lip, inhale/inhalation, lefthand)",
Expand All @@ -169,6 +178,7 @@
"description": "Motive/Reason for Conglomeration of Gestalt Entity",
"gradient_type": "0",
"cs": "ẓv",
"associated_root": false,
"degrees": [
null,
"by being physically forced to against the memberentities’ interest or will",
Expand All @@ -187,6 +197,7 @@
"description": "Integrity of a Configurative Set",
"gradient_type": "A1",
"cs": "rst",
"associated_root": false,
"degrees": [
null,
"complete, whole, full [ = the entirety of an expected/established/conventionalized configurative set without any members/parts/segments missing or removed]",
Expand All @@ -206,6 +217,7 @@
"description": "Networks & Systems",
"gradient_type": "C",
"cs": "ţř",
"associated_root": false,
"degrees": [
null,
"X as an entity/element within a larger, interconnected/interdependent network of elements, the whole of which forms a niche/milieu/context/situation/setting",
Expand All @@ -225,6 +237,7 @@
"description": "Semantic Network",
"gradient_type": "D1",
"cs": "tv",
"associated_root": false,
"degrees": [
null,
"semantic network of places associated with X and their (inter-)relationships to each other",
Expand All @@ -243,6 +256,7 @@
"description": "Entity and Relationship Within A Semantic Network",
"gradient_type": "0",
"cs": "ţs",
"associated_root": false,
"degrees": [
null,
"individual concept/idea within X’s semantic network",
Expand All @@ -257,10 +271,11 @@
]
},
{
"name": "PXM*",
"name": "PXM",
"description": "Degree of Proximity",
"gradient_type": "A2",
"cs": "nh",
"associated_root": true,
"degrees": [
null,
"too close",
Expand All @@ -275,10 +290,11 @@
]
},
{
"name": "CTC*",
"name": "CTC",
"description": "Degree of Contact",
"gradient_type": "D1",
"cs": "ţd",
"associated_root": true,
"degrees": [
null,
"melded with / blended with / fused",
Expand All @@ -297,6 +313,7 @@
"description": "Edible or Autonomous Plant Parts/Components",
"gradient_type": "0",
"cs": "kc",
"associated_root": false,
"degrees": [
null,
"seed/nut of X",
Expand All @@ -315,6 +332,7 @@
"description": "Structural Plant Parts",
"gradient_type": "0",
"cs": "fc",
"associated_root": false,
"degrees": [
null,
"root of X",
Expand Down
Loading

0 comments on commit ca82207

Please sign in to comment.