/* Package txt provides text / linguistics related functionality. Additional information can be found in our Developer Guide: https://github.com/photoprism/photoprism/wiki */ package txt //go:generate go run gen_countries.go //go:generate go run gen_stopwords.go //go:generate go fmt .