Ruby-based human name parser, https://github.com/bionomia/dwc_agent ported to Go using Claude
go test ./...go build -o dwcagent ./cmd/dwcagent
go build -o dwcagent-server ./cmd/dwcagent-server./dwcagent "13267 (male) W.J. Cody; 13268 (female) W.E. Kemp"./dwcagent-server -port 7654 &See the main.go file in cmd/dwcagent-server for example usage.