Skip to content

Commit 5503ba1

Browse files
committed
Combine ProcessEmitting() and ProcessNonemitting()
small fix
1 parent 403c5ee commit 5503ba1

File tree

3 files changed

+1636
-1
lines changed

3 files changed

+1636
-1
lines changed

src/decoder/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TESTFILES =
77

88
OBJFILES = training-graph-compiler.o lattice-simple-decoder.o lattice-faster-decoder.o \
99
lattice-faster-online-decoder.o simple-decoder.o faster-decoder.o \
10-
decoder-wrappers.o grammar-fst.o decodable-matrix.o
10+
decoder-wrappers.o grammar-fst.o decodable-matrix.o lattice-faster-decoder-combine.o
1111

1212
LIBNAME = kaldi-decoder
1313

0 commit comments

Comments
 (0)