Skip to content

Commit

Permalink
remove unused exec files
Browse files Browse the repository at this point in the history
  • Loading branch information
daanzu committed Jan 11, 2020
1 parent efe1408 commit 65db290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kaldi_active_grammar/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ class ExternalProcess(object):
fstarcsort = shell(os.path.join(exec_dir, 'fstarcsort'))
fstaddselfloops = shell(os.path.join(exec_dir, 'fstaddselfloops'))
fstinfo = shell(os.path.join(exec_dir, 'fstinfo'))
compile_graph = shell(os.path.join(exec_dir, 'compile-graph'))
# compile_graph = shell(os.path.join(exec_dir, 'compile-graph'))
compile_graph_agf = shell(os.path.join(exec_dir, 'compile-graph-agf'))
compile_graph_agf_debug = shell(os.path.join(exec_dir, 'compile-graph-agf-debug'))
# compile_graph_agf_debug = shell(os.path.join(exec_dir, 'compile-graph-agf-debug'))

make_lexicon_fst = shell([sys.executable, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'kaldi', 'make_lexicon_fst%s.py' % ('_py2' if PY2 else ''))])

Expand Down

0 comments on commit 65db290

Please sign in to comment.