We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c008d29 commit dc63a20Copy full SHA for dc63a20
examples/wer.cpp
@@ -6,6 +6,7 @@
6
#include <string>
7
#include <algorithm>
8
#include <sstream>
9
+#include <tuple>
10
11
std::vector<std::string> split_into_words(const std::string& text) {
12
std::vector<std::string> words;
0 commit comments