From 1a997dcd134db9bbe7729ac490c09e5d082c220f Mon Sep 17 00:00:00 2001 From: David Mott Date: Tue, 26 Jul 2016 10:27:53 -0500 Subject: [PATCH] minor work on importing nlp libraries from private repo --- include/xtd/nlp/bag_of_words.hpp | 2 +- include/xtd/nlp/nlp.hpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/xtd/nlp/bag_of_words.hpp b/include/xtd/nlp/bag_of_words.hpp index c6fe057..f347ef0 100644 --- a/include/xtd/nlp/bag_of_words.hpp +++ b/include/xtd/nlp/bag_of_words.hpp @@ -9,7 +9,7 @@ namespace xtd{ class bag_of_words : std::map{ public: explicit bag_of_words(const xtd::string& src){ - auto sWords = src.split(); + } }; } diff --git a/include/xtd/nlp/nlp.hpp b/include/xtd/nlp/nlp.hpp index 72f16a3..d584886 100644 --- a/include/xtd/nlp/nlp.hpp +++ b/include/xtd/nlp/nlp.hpp @@ -7,4 +7,6 @@ namespace xtd{ namespace nlp{ } -} \ No newline at end of file +} + +#include "bag_of_words.hpp" \ No newline at end of file