Skip to content

Commit

Permalink
Fix LM-util includes and enable tool again (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimBe195 authored Aug 24, 2023
1 parent a1218e1 commit d58a228
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions Modules.make
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ TOOLS += CorpusStatistics
TOOLS += FeatureExtraction
TOOLS += FeatureStatistics
TOOLS += Fsa
TOOLS += Lm
TOOLS += SpeechRecognizer
TOOLS += Xml

Expand Down
4 changes: 0 additions & 4 deletions src/Tools/Lm/LmUtilityTool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <Flow/Module.hh>
#include <Lm/Module.hh>
#include <Math/Module.hh>
#include <Mc/Module.hh>
#include <Me/Module.hh>
#include <Mm/Module.hh>
#include <Nn/Module.hh>
#include <Signal/Module.hh>
Expand Down Expand Up @@ -102,14 +100,12 @@ LmUtilityTool::LmUtilityTool()
: Core::Application() {
INIT_MODULE(Lm);
INIT_MODULE(Mm);
INIT_MODULE(Mc);
INIT_MODULE(Flf);
INIT_MODULE(Flow);
INIT_MODULE(Math);
INIT_MODULE(Signal);
INIT_MODULE(Speech);
INIT_MODULE(Nn);
INIT_MODULE(Me);
#ifdef MODULE_TENSORFLOW
INIT_MODULE(Tensorflow);
#endif
Expand Down
2 changes: 0 additions & 2 deletions src/Tools/Lm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ LM_UTIL_TOOL_O = $(OBJDIR)/LmUtilityTool.o \
../../Mc/libSprintMc.$(a) \
../../Bliss/libSprintBliss.$(a) \
../../Nn/libSprintNn.$(a) \
../../Me/libSprintMe.$(a) \
../../Mm/libSprintMm.$(a) \
../../Legacy/libSprintLegacy.$(a) \
../../Signal/libSprintSignal.$(a) \
../../Flow/libSprintFlow.$(a) \
../../Math/libSprintMath.$(a) \
Expand Down

0 comments on commit d58a228

Please sign in to comment.