code wiki / _hdl_build / nx_langintel_axismap.nx
nx_langintel_axismap.nx
buildroot/runtime/_hdl_build/nx_langintel_axismap.nx
about
nx_langintel_axismap.nx -- LangIntel LI5 v3: DATA-DRIVEN source-agnostic classifier (LADDER stage 2).
Keyword->axis table is now a HOT-READ conf (knowledge/status/langintel_axiskw.conf, keyword TAB axis),
matched CASE-INSENSITIVELY (title lowercased) -- add axes/keywords with NO reship (rule 6 data-driven,
the nx_triage pattern). First conf-row match wins (order = priority); no match -> soundness-other.
Input+output planes = argv. SUBCLASS of nx_ingest_base (adopts ib_read/ib_find/ib_werr/ib_wn/ib_refuse).
license_tier: ORACLE-INDEX No hw writes (Rule 26). expect_exit: 0
dependencies 3 imports · 0 importers
imports: nx_ingest_base.nxnx_store_seed_lib.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 11 | const AX_CAP: i64 = 1048576 |
| 12 | const AX_OCAP: i64 = 262144 |
| 13 | const AX_CONFCAP: i64 = 65536 |
| 14 | const AX_TAB: i64 = 9 |
| 15 | const AX_NL: i64 = 10 |
| 16 | const AX_STDERR: i64 = 2 |
| 17 | const AX_MAXCOL: i64 = 8 |
| 18 | const AX_PAIR: i64 = 2 |
| 19 | const AX_SPB: i64 = 128 |
| 20 | const AX_VCAP: i64 = 1024 |
| 21 | const AX_UA: i64 = 65 |
| 22 | const AX_UZ: i64 = 90 |
| 23 | const AX_CASE: i64 = 32 |
| 24 | const AX_ARGC_MIN: i64 = 3 |
| 25 | const AX_EXIT_USAGE: i64 = 2 |
| 26 | const AX_EXIT_IO: i64 = 1 |
| 27 | const AX_EXIT_RED: i64 = 3 |
| 28 | const AX_CONF: *u8 = "knowledge/status/langintel_axiskw.conf" as *u8 |
| 29 | const AX_OTHER: *u8 = "soundness-other" as *u8 |
functions
| 35 | func ax_emit(s: *u8) -> i64 called by 1: main |
| 40 | func ax_emitc(c: i64) -> i64 { if g_o < AX_OCAP - 2 { g_out[g_o] = c as u8; g_o = g_o + 1 } return 0 } called by 1: main |
| 41 | func ax_emit_slice(q: *u8, a: i64, b: i64) -> i64 called by 1: main |
| 46 | func ax_cols(q: *u8, ls: i64, le: i64, sp: *i64) -> i64 called by 1: main |
| 62 | func ax_lower(dst: *u8, q: *u8, a: i64, b: i64) -> i64 called by 1: main |
| 71 | func ax_match(conf: *u8, cn: i64, lt: *u8, ltn: i64, kwbuf: *u8, axisbuf: *u8) -> i64 |
| 100 | func main(argc: i64, argv: *i64) -> i64 |