diff options
author | shaun <shaun@FreeBSD.org> | 2017-03-29 05:22:13 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2017-03-29 05:22:13 +0800 |
commit | ee030e88fab4128fe7659b783cdb479ad7a846fe (patch) | |
tree | d3ae9633750df83d8e318c49365ba953bedda627 /audio/pocketsphinx | |
parent | f589d6dafd0a3ef1a2b688b82016429fcde312f5 (diff) | |
download | freebsd-ports-gnome-ee030e88fab4128fe7659b783cdb479ad7a846fe.tar.gz freebsd-ports-gnome-ee030e88fab4128fe7659b783cdb479ad7a846fe.tar.zst freebsd-ports-gnome-ee030e88fab4128fe7659b783cdb479ad7a846fe.zip |
- Update pkg-descr, including project homepage.
- Pass maintainership to submitter.
- While here, set LICENSE.
PR: 218052
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Diffstat (limited to 'audio/pocketsphinx')
-rw-r--r-- | audio/pocketsphinx/Makefile | 4 | ||||
-rw-r--r-- | audio/pocketsphinx/pkg-descr | 27 |
2 files changed, 20 insertions, 11 deletions
diff --git a/audio/pocketsphinx/Makefile b/audio/pocketsphinx/Makefile index 2fdb9a041334..8f8f4427fe58 100644 --- a/audio/pocketsphinx/Makefile +++ b/audio/pocketsphinx/Makefile @@ -7,9 +7,11 @@ PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= SF/cmusphinx/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Speech recognition system +LICENSE= BSD2CLAUSE + LIB_DEPENDS= libsphinxad.so:audio/sphinxbase USES= gmake pathfix pkgconfig libtool diff --git a/audio/pocketsphinx/pkg-descr b/audio/pocketsphinx/pkg-descr index 0e1a71598178..bfd15a5ed458 100644 --- a/audio/pocketsphinx/pkg-descr +++ b/audio/pocketsphinx/pkg-descr @@ -1,12 +1,19 @@ -Pocket Sphinx is a frontend to the sphinxbase large-vocabulary, -speaker-independent, continuous speech recognition engine. +CMUSphinx collects over 20 years of the CMU research. All +advantages are hard to list, but just to name a few: -This is an early release of a research system. The APIs and function -names are likely to change, and several tools still need to be made -available to make this all complete. + + State of art speech recognition algorithms for efficient + speech recognition. CMUSphinx tools are designed specifically + for low-resource platforms + + Flexible design + + Focus on practical application development and not on research + + Support for several languages like US English, UK English, French, + Mandarin, German, Dutch, Russian and ability to build a models for + others + + BSD-like license which allows commercial distribution + + Commercial support + + Active development and release schedule + + Active community (more than 400 users on Linkedin CMUSphinx group) + + Wide range of tools for many speech-recognition related purposes + (keyword spotting, alignment, pronuncation evaluation) -Once the system is built, try running the Perl script sphinx2-demo. -The pocketsphinx-test script should run pocketsphinx-batch over an example -utterance of "go forward ten meters." - -WWW: http://www.speech.cs.cmu.edu/sphinx/ +WWW: http://cmusphinx.sourceforge.net/ |