xquery/nieuwe_namen.xq

This commit is contained in:
Peter Kleiweg
2026-04-08 20:24:52 +02:00
parent 913bb8079f
commit b05ff1a4a9
3 changed files with 33 additions and 0 deletions

12
xquery/howto Normal file
View File

@@ -0,0 +1,12 @@
alto *.data.dz tq:nieuwe_namen.xq | sort | uniq > items.txt
voor elk item dit bijwerken:
type Item struct {
count int
tags map[string]int
}
items := make(map[string]Item)