[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: Add openfst-for-vosk.
From: |
guix-commits |
Subject: |
04/13: gnu: Add openfst-for-vosk. |
Date: |
Mon, 17 Oct 2022 04:45:53 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9ca6416a1933b6fcf3124c13a7eeeed999aaa968
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Thu Sep 29 11:00:17 2022 +0200
gnu: Add openfst-for-vosk.
* gnu/packages/machine-learning.scm (openfst-for-vosk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/machine-learning.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index e702e499fc..3ad907e0c9 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -583,6 +583,22 @@ optimizing, and searching weighted finite-state
transducers (FSTs).")
(arguments '(#:configure-flags '("--enable-ngram-fsts"
"CXXFLAGS=-std=c++14")
#:make-flags '("CXXFLAGS=-std=c++14")))))
+(define openfst-for-vosk
+ (package
+ (inherit openfst)
+ (version "1.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://www.openfst.org/twiki/pub/FST/"
+ "FstDownload/openfst-" version ".tar.gz"))
+ (sha256
+ (base32 "0h2lfhhihg63b804hrcljnkggijbjmp84i5g8q735wb09y9z2c4p"))))
+ (arguments
+ '(#:configure-flags
+ '("--enable-shared" "--enable-far" "--enable-ngram-fsts"
+ "--enable-lookahead-fsts" "--with-pic" "--disable-bin")))))
+
(define-public shogun
(package
(name "shogun")
- branch master updated (094b357783 -> c2cb116032), guix-commits, 2022/10/17
- 11/13: gnu: git-annex: Promote git to propagated input, guix-commits, 2022/10/17
- 01/13: Revert "nix: Guard against removing temporary roots of living processes.", guix-commits, 2022/10/17
- 04/13: gnu: Add openfst-for-vosk.,
guix-commits <=
- 03/13: channels: Interpret the 'commit' field of channel as a tag or commit., guix-commits, 2022/10/17
- 05/13: gnu: Add kaldi-for-vosk., guix-commits, 2022/10/17
- 08/13: gnu: Add nerd-dictation., guix-commits, 2022/10/17
- 06/13: gnu: Add vosk-api., guix-commits, 2022/10/17
- 02/13: git: 'update-cached-checkout' returns the commit ID when given a tag., guix-commits, 2022/10/17
- 07/13: gnu: Add python-vosk., guix-commits, 2022/10/17
- 09/13: gnu: Add nerd-dictation/wayland., guix-commits, 2022/10/17
- 10/13: read-print: Recognize 'define-record-type' and 'define-record-type*'., guix-commits, 2022/10/17
- 12/13: gnu: nheko: Do not build api docs., guix-commits, 2022/10/17
- 13/13: gnu: Add hunspell-dict-hu., guix-commits, 2022/10/17