xquery/nieuwe_namen.xq
This commit is contained in:
12
xquery/howto
Normal file
12
xquery/howto
Normal 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user