nx_depparse_eval.nx
buildroot/runtime/nx_depparse_eval.nx
about
nx_depparse_eval.nx -- train the estate's POS tagger and dependency parser (nx_postag, nx_depparse) on a CoNLL-U
treebank and report attachment scores on a second one. ONE call: nx_depparse_eval <train.conllu> <test.conllu> [label]
The tagger is trained first and the parser reads ITS tags on both splits (one tag generator, no gold-tag optimism).
The bar is the published accuracy of feature-based transition parsers on UD English EWT (greedy averaged-perceptron
arc-standard parsers read in the middle-to-high eighties UAS; neural parsers read the low nineties); the receipt
carries every count so a partial read cannot pass as a whole one. license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_reviewmine_lib.nxnx_postag.nxnx_depparse.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
| 12 | const DE_ARG_TRAIN: i64 = 1 |
| 13 | const DE_ARG_TEST: i64 = 2 |
| 14 | const DE_ARG_LABEL: i64 = 3 |
| 15 | const DE_EXIT_USAGE: i64 = 2 |
| 16 | const DE_EXIT_NOFILE: i64 = 3 |
functions
| 18 | func main(argc: i64, argv: *i64) -> i64 |