diff options
Diffstat (limited to 'lib/form.cpp')
| -rw-r--r-- | lib/form.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
| diff --git a/lib/form.cpp b/lib/form.cpp index ef9703a..5d4c343 100644 --- a/lib/form.cpp +++ b/lib/form.cpp | |||
| @@ -66,7 +66,6 @@ namespace verbly { | |||
| 66 | if (!pronunciations.empty()) | 66 | if (!pronunciations.empty()) |
| 67 | { | 67 | { |
| 68 | return std::any_of(std::begin(pronunciations), std::end(pronunciations), [] (const verbly::pronunciation& p) { | 68 | return std::any_of(std::begin(pronunciations), std::end(pronunciations), [] (const verbly::pronunciation& p) { |
| 69 | std::cout << "phonemes: " << implode(std::begin(p.getPhonemes()), std::end(p.getPhonemes()), ",") << std::endl; | ||
| 70 | return p.getPhonemes().front().find_first_of("012") != std::string::npos; | 69 | return p.getPhonemes().front().find_first_of("012") != std::string::npos; |
| 71 | }); | 70 | }); |
| 72 | } else { | 71 | } else { |
