Source: golang-github-blevesearch-go-porterstemmer
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/blevesearch/go-porterstemmer
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-blevesearch-go-porterstemmer.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-blevesearch-go-porterstemmer.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/blevesearch/go-porterstemmer

Package: golang-github-blevesearch-go-porterstemmer-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Native Go implementation of the Porter Stemming algorithm
 This library provides an implementation of the Porter Stemming algorithm.
 This algorithm is of interest to people doing Machine Learning or Natural
 Language Processing (NLP).