photoprism/pkg/txt/txt.go

13 lines
289 B
Go
Raw Normal View History

/*
Package txt provides text / linguistics related functionality.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package txt
2019-07-05 12:32:06 +02:00
//go:generate go run gen_countries.go
//go:generate go run gen_stopwords.go
//go:generate go fmt .