Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lm/interpolate/streaming_example_main.cc')
-rw-r--r--lm/interpolate/streaming_example_main.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/lm/interpolate/streaming_example_main.cc b/lm/interpolate/streaming_example_main.cc
index 1f543cb..274c9f5 100644
--- a/lm/interpolate/streaming_example_main.cc
+++ b/lm/interpolate/streaming_example_main.cc
@@ -1,10 +1,10 @@
-#include "lm/common/compare.hh"
-#include "lm/common/model_buffer.hh"
-#include "lm/common/ngram.hh"
-#include "util/stream/chain.hh"
-#include "util/stream/multi_stream.hh"
-#include "util/stream/sort.hh"
-#include "lm/interpolate/split_worker.hh"
+#include "../common/compare.hh"
+#include "../common/model_buffer.hh"
+#include "../common/ngram.hh"
+#include "../../util/stream/chain.hh"
+#include "../../util/stream/multi_stream.hh"
+#include "../../util/stream/sort.hh"
+#include "split_worker.hh"
#include <boost/program_options.hpp>
#include <boost/version.hpp>