nx_postag_eval.nx
buildroot/runtime/nx_postag_eval.nx
about
nx_postag_eval.nx -- train the estate's POS tagger (nx_postag) on a CoNLL-U treebank and report token accuracy on a
second one. ONE call: nx_postag_eval <train.conllu> <test.conllu> [label]
The bar is the published accuracy of feature-based taggers on UD English EWT UPOS (a greedy averaged perceptron
with this feature set reads about 93-95 percent in the literature); the receipt carries the sentence and token
counts so a partial read cannot pass as a whole one. license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_reviewmine_lib.nxnx_postag.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
| 10 | const PE_ARG_TRAIN: i64 = 1 |
| 11 | const PE_ARG_TEST: i64 = 2 |
| 12 | const PE_ARG_LABEL: i64 = 3 |
| 13 | const PE_EXIT_USAGE: i64 = 2 |
| 14 | const PE_EXIT_NOFILE: i64 = 3 |
functions
| 16 | func main(argc: i64, argv: *i64) -> i64 |