summaryrefslogtreecommitdiff
path: root/extractor/phrase.h
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/phrase.h')
-rw-r--r--extractor/phrase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extractor/phrase.h b/extractor/phrase.h
index f40a8169..8c98a025 100644
--- a/extractor/phrase.h
+++ b/extractor/phrase.h
@@ -9,6 +9,8 @@
using namespace std;
+namespace extractor {
+
class Phrase {
public:
friend Phrase PhraseBuilder::Build(const vector<int>& phrase);
@@ -38,4 +40,6 @@ class Phrase {
vector<string> words;
};
+} // namespace extractor
+
#endif