code wiki / (root) / nx_concept.nx

nx_concept.nx

buildroot/runtime/nx_concept.nx

7885 B141 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind librarytopic concept
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_concept.nx nx_concept_test.nx

imports: nx_syscalls.nx

imported by: nx_concept_test.nx

structs

79struct ConceptRef

consts

25const NX_ONTOLOGY_UNKNOWN: i64 = 0
26const NX_ONTOLOGY_ANATOMICAL_SHAPE: i64 = 1
27const NX_ONTOLOGY_AESTHETIC_QUALITY: i64 = 2
28const NX_ONTOLOGY_STYLE_SIGNATURE: i64 = 3
29const NX_ONTOLOGY_IDENTITY_REF: i64 = 4
30const NX_ONTOLOGY_TECHNICAL_FLAG: i64 = 5
31const NX_ONTOLOGY_TECHNICAL_ARTIFACT: i64 = 6
34const NX_FIDELITY_EXACT: i64 = 0
35const NX_FIDELITY_NEAR: i64 = 1
36const NX_FIDELITY_PARAPHRASE: i64 = 2
37const NX_FIDELITY_DESCRIPTIVE: i64 = 3
40const NX_CONCEPT_RETROUSSE: i64 = 1
41const NX_CONCEPT_PENDULOUS: i64 = 2
42const NX_CONCEPT_PHOTOGRAPHIC_CLARITY: i64 = 3
43const NX_CONCEPT_IMAGE_LEVEL_CLARITY: i64 = 4
44const NX_CONCEPT_SKIN_REALISM: i64 = 5
45const NX_CONCEPT_MIKE_DOWSON_STYLE: i64 = 6
46const NX_CONCEPT_ELARA_CLASS: i64 = 7
47const NX_CONCEPT_FACE_FUSION: i64 = 8
48const NX_CONCEPT_LIMB_HALLUCINATION: i64 = 9
49const NX_CONCEPT_PLASTIC_SHEEN: i64 = 10
50const NX_CONCEPT_MAN_ARM_HAIR: i64 = 11
51const NX_CONCEPT_GLAMOUR_VS_PHOTOGRAPHIC: i64 = 12
52const NX_CONCEPT_GAZE_FOCUS: i64 = 13
53const NX_CONCEPT_BODY_PROPORTION: i64 = 14
54const NX_CONCEPT_MISE_EN_SCENE: i64 = 15
55const NX_CONCEPT_AREOLA_PAPILLAE: i64 = 16
56const NX_CONCEPT_INTERACTION_PRESENCE: i64 = 17
57const NX_CONCEPT_MISSING_INTERACTION: i64 = 18
58const NX_CONCEPT_OUTFIT_COVERAGE: i64 = 19
59const NX_CONCEPT_LINGERIE_AESTHETIC: i64 = 20
60const NX_CONCEPT_WET_SKIN: i64 = 21
61const NX_CONCEPT_OUTFIT_SOAKED: i64 = 22
62const NX_CONCEPT_GOOSEBUMPS: i64 = 23
63const NX_CONCEPT_SWEAT_DISTRIBUTED: i64 = 24
64const NX_CONCEPT_HAIR_FRIZZ: i64 = 25
65const NX_CONCEPT_FLUSHED_SKIN: i64 = 26
66const NX_CONCEPT_ENV_STATE_FIDELITY: i64 = 27
67const NX_CONCEPT_INTENT_PROGRESSION: i64 = 28
68const NX_CONCEPT_POSE_PLAUSIBILITY: i64 = 29
69const NX_CONCEPT_IMPOSSIBLE_POSE: i64 = 30
70const NX_CONCEPT_BREAST_PHYSICS: i64 = 31
71const NX_CONCEPT_OVERSIZED_BREASTS: i64 = 32
72const NX_CONCEPT_GRAVITY_VIOLATION: i64 = 33
73const NX_CONCEPT_IDENTITY_DRIFT: i64 = 34
74const NX_CONCEPT_MAKEUP_STYLE: i64 = 35
75const NX_CONCEPT_EMOTION_CONGRUENCE: i64 = 36
76const NX_CONCEPT_DEAD_FACE_CRYING: i64 = 37

functions

87func nx_concept_ontology(concept_id: i64) -> i64
called by 1: nx_concept_ref_init
128func nx_concept_ref_init(ref: *ConceptRef,
called by 1: main calls 1: nx_concept_ontology
138func nx_concept_ref_is_valid(ref: *ConceptRef) -> i64
called by 1: main