Port details |
- openfst-vosk Library for working with weighted finite-state transducers
- 20210207 math =2 20210207Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-12-23 04:33:07
- Last Update: 2024-11-03 20:53:19
- Commit Hash: e8b22e7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://www.openfst.org/
- Description:
- OpenFst is a library for constructing, combining, optimizing, and searching
weighted finite-state transducers (FSTs). Weighted finite-state transducers
are automata where each transition has an input label, an output label, and
a weight. The more familiar finite-state acceptor is represented as a
transducer with each transition's input and output label equal.
Finite-state acceptors are used to represent sets of strings (specifically,
regular or rational sets); finite-state transducers are used to represent
binary relations between pairs of strings (specifically, rational
transductions). The weights can be used to represent the cost of taking
a particular transition.
FSTs have key applications in speech recognition and synthesis, machine
translation, optical character recognition, pattern matching, string
processing, machine learning, information extraction and retrieval
among others. Often a weighted transducer is used to represent a
probabilistic model (e.g., an n-gram model, pronunciation model). FSTs can
be optimized by determinization and minimization, models can be applied to
hypothesis sets (also represented as automata) or cascaded by finite-state
composition, and the best results can be selected by shortest-path algorithms.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openfst-vosk>0:math/openfst-vosk
- To install the port:
- cd /usr/ports/math/openfst-vosk/ && make install clean
- To add the package, run one of these commands:
- pkg install math/openfst-vosk
- pkg install openfst-vosk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openfst-vosk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1703296254
SHA256 (alphacep-openfst-20210207-7dfd808_GH0.tar.gz) = d63946cf43b39cfd9543c354e376d91b4103d737ce61416de40b7b171d888a7f
SIZE (alphacep-openfst-20210207-7dfd808_GH0.tar.gz) = 923787
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- audio/kaldi-vosk
- audio/vosk-api
Configuration Options:
- No options to configure
- Options name:
- math_openfst-vosk
- USES:
- autoreconf compiler:c++17-lang gmake libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|