Skip to content

Commit

Permalink
minor work on importing nlp libraries from private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
djmott committed Jul 26, 2016
1 parent 1807bfe commit 1a997dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/xtd/nlp/bag_of_words.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace xtd{
class bag_of_words : std::map<std::string, uint32_t>{
public:
explicit bag_of_words(const xtd::string& src){
auto sWords = src.split();

}
};
}
Expand Down
4 changes: 3 additions & 1 deletion include/xtd/nlp/nlp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ namespace xtd{
namespace nlp{

}
}
}

#include "bag_of_words.hpp"

0 comments on commit 1a997dc

Please sign in to comment.