Source: node-sentencex-ts
Section: javascript
Maintainer: Debian Javascript Maintainers <debian-js@lists.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-typescript
 , rollup
 , nodejs <!nocheck>
Standards-Version: 4.7.4.1
Homepage: https://github.com/AbeJellinek/sentencex-ts
Vcs-Git: https://salsa.debian.org/js-team/node-sentencex-ts.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sentencex-ts

Package: node-sentencex-ts
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: rule-based sentence segmentation library
 sentencex-ts is a rule-based sentence segmentation library, ported from
 sentencex to TypeScript so that it can be used on the web in environments
 where bundle size matters.
 .
 Sentence boundaries are found with per-language abbreviation lists and
 terminator rules; languages without their own rules fall back to English.
 .
 Node.js is an event-based server-side JavaScript engine.
