Skip to content

v0.2.49..v0.2.50 changeset TagDistributionCmd.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
index abe6344..b0098c6 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
@@ -128,6 +128,8 @@ public:
     tagDist.setTagKeys(tagKeys);
     tagDist.setTokenize(tokenize);
 
+    // We may want to eventually consider refactoring this to write to a file support very large
+    // amounts of output.
     std::cout << tagDist.getTagCountsString(tagDist.getTagCounts(inputs));
 
     return 0;
Clone this wiki locally