02800e796e
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
12 lines
289 B
Go
12 lines
289 B
Go
/*
|
|
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 .
|