nx_concept.nx
buildroot/runtime/nx_concept.nx
about
nx_concept.nx -- typed cross-cultural concept dictionary.
Numeric concept IDs paired with sealed ontology enum + fidelity tag
+ citation pool index. Python `concept.py` carries the string forms
(origin_lang, primary_term, glosses[]); NishiLang substrate carries
the typed handles.
Cardinal: "concept dictionary -- cross-cultural lossless absorption".
Without typed concept refs, French/CJK/proper-noun concepts collapse
into lossy English approximations.
genealogy_id: ogden_richards_1923_meaning + sapir_whorf_1956
+ nishi_cross_cultural_cardinal_2026_05
lineage_id: typed_concept_with_cross_cultural_fidelity
dependencies 1 imports · 1 importers
imports: nx_syscalls.nx
imported by: nx_concept_test.nx
structs
| 79 | struct ConceptRef |
consts
| 25 | const NX_ONTOLOGY_UNKNOWN: i64 = 0 |
| 26 | const NX_ONTOLOGY_ANATOMICAL_SHAPE: i64 = 1 |
| 27 | const NX_ONTOLOGY_AESTHETIC_QUALITY: i64 = 2 |
| 28 | const NX_ONTOLOGY_STYLE_SIGNATURE: i64 = 3 |
| 29 | const NX_ONTOLOGY_IDENTITY_REF: i64 = 4 |
| 30 | const NX_ONTOLOGY_TECHNICAL_FLAG: i64 = 5 |
| 31 | const NX_ONTOLOGY_TECHNICAL_ARTIFACT: i64 = 6 |
| 34 | const NX_FIDELITY_EXACT: i64 = 0 |
| 35 | const NX_FIDELITY_NEAR: i64 = 1 |
| 36 | const NX_FIDELITY_PARAPHRASE: i64 = 2 |
| 37 | const NX_FIDELITY_DESCRIPTIVE: i64 = 3 |
| 40 | const NX_CONCEPT_RETROUSSE: i64 = 1 |
| 41 | const NX_CONCEPT_PENDULOUS: i64 = 2 |
| 42 | const NX_CONCEPT_PHOTOGRAPHIC_CLARITY: i64 = 3 |
| 43 | const NX_CONCEPT_IMAGE_LEVEL_CLARITY: i64 = 4 |
| 44 | const NX_CONCEPT_SKIN_REALISM: i64 = 5 |
| 45 | const NX_CONCEPT_MIKE_DOWSON_STYLE: i64 = 6 |
| 46 | const NX_CONCEPT_ELARA_CLASS: i64 = 7 |
| 47 | const NX_CONCEPT_FACE_FUSION: i64 = 8 |
| 48 | const NX_CONCEPT_LIMB_HALLUCINATION: i64 = 9 |
| 49 | const NX_CONCEPT_PLASTIC_SHEEN: i64 = 10 |
| 50 | const NX_CONCEPT_MAN_ARM_HAIR: i64 = 11 |
| 51 | const NX_CONCEPT_GLAMOUR_VS_PHOTOGRAPHIC: i64 = 12 |
| 52 | const NX_CONCEPT_GAZE_FOCUS: i64 = 13 |
| 53 | const NX_CONCEPT_BODY_PROPORTION: i64 = 14 |
| 54 | const NX_CONCEPT_MISE_EN_SCENE: i64 = 15 |
| 55 | const NX_CONCEPT_AREOLA_PAPILLAE: i64 = 16 |
| 56 | const NX_CONCEPT_INTERACTION_PRESENCE: i64 = 17 |
| 57 | const NX_CONCEPT_MISSING_INTERACTION: i64 = 18 |
| 58 | const NX_CONCEPT_OUTFIT_COVERAGE: i64 = 19 |
| 59 | const NX_CONCEPT_LINGERIE_AESTHETIC: i64 = 20 |
| 60 | const NX_CONCEPT_WET_SKIN: i64 = 21 |
| 61 | const NX_CONCEPT_OUTFIT_SOAKED: i64 = 22 |
| 62 | const NX_CONCEPT_GOOSEBUMPS: i64 = 23 |
| 63 | const NX_CONCEPT_SWEAT_DISTRIBUTED: i64 = 24 |
| 64 | const NX_CONCEPT_HAIR_FRIZZ: i64 = 25 |
| 65 | const NX_CONCEPT_FLUSHED_SKIN: i64 = 26 |
| 66 | const NX_CONCEPT_ENV_STATE_FIDELITY: i64 = 27 |
| 67 | const NX_CONCEPT_INTENT_PROGRESSION: i64 = 28 |
| 68 | const NX_CONCEPT_POSE_PLAUSIBILITY: i64 = 29 |
| 69 | const NX_CONCEPT_IMPOSSIBLE_POSE: i64 = 30 |
| 70 | const NX_CONCEPT_BREAST_PHYSICS: i64 = 31 |
| 71 | const NX_CONCEPT_OVERSIZED_BREASTS: i64 = 32 |
| 72 | const NX_CONCEPT_GRAVITY_VIOLATION: i64 = 33 |
| 73 | const NX_CONCEPT_IDENTITY_DRIFT: i64 = 34 |
| 74 | const NX_CONCEPT_MAKEUP_STYLE: i64 = 35 |
| 75 | const NX_CONCEPT_EMOTION_CONGRUENCE: i64 = 36 |
| 76 | const NX_CONCEPT_DEAD_FACE_CRYING: i64 = 37 |
functions
| 87 | func nx_concept_ontology(concept_id: i64) -> i64 called by 1: nx_concept_ref_init |
| 128 | func nx_concept_ref_init(ref: *ConceptRef, |
| 138 | func nx_concept_ref_is_valid(ref: *ConceptRef) -> i64 called by 1: main |