Initial commit: FunASR Speech Recognition Toolkit
Update API Documentation / build-api-docs (push) Has been cancelled
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
EXTRA_CXXFLAGS = -Wno-sign-compare
|
||||
|
||||
all:
|
||||
|
||||
include ../kaldi.mk
|
||||
|
||||
TESTFILES = arpa-file-parser-test arpa-lm-compiler-test
|
||||
|
||||
OBJFILES = arpa-file-parser.o arpa-lm-compiler.o const-arpa-lm.o \
|
||||
kaldi-rnnlm.o mikolov-rnnlm-lib.o
|
||||
|
||||
ifdef KENLM_ROOT
|
||||
TESTFILES += kenlm-test
|
||||
OBJFILES += kenlm.o
|
||||
EXTRA_CXXFLAGS += $(KENLM_CXXFLAGS)
|
||||
EXTRA_LDFLAGS += $(KENLM_LDFLAGS)
|
||||
EXTRA_LDLIBS += $(KENLM_LDLIBS)
|
||||
endif
|
||||
|
||||
LIBNAME = kaldi-lm
|
||||
|
||||
ADDLIBS = ../fstext/kaldi-fstext.a ../util/kaldi-util.a \
|
||||
../matrix/kaldi-matrix.a ../base/kaldi-base.a
|
||||
|
||||
include ../makefiles/default_rules.mk
|
||||
Reference in New Issue
Block a user