File: control

package info (click to toggle)
golang-github-blevesearch-go-porterstemmer 1.0.1%2Bgit20141230.9.23a2c8e-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 995 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: golang-github-blevesearch-go-porterstemmer
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.1.1
Homepage: https://github.com/blevesearch/go-porterstemmer
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-blevesearch-go-porterstemmer
Vcs-Git: https://salsa.debian.org/go-team/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}
Multi-Arch: foreign
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).