I was trying to generate trie for new binary file i have generated from added vocabulary.
When I am trying to compile its giving error.
/native_client# g++ generate_trie.cpp
In file included from generate_trie.cpp:5:0:
ctcdecode/scorer.h:9:10: fatal error: lm/enumerate_vocab.hh: No such file or directory
#include "lm/enumerate_vocab.hh"
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Please help, thanks in advance!