From 64f26d4a3b80969e08a607f80dde87d49ad5c2e3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 3 Feb 2023 09:15:28 -0500 Subject: Added word frequency information --- generator/generator.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'generator/generator.h') diff --git a/generator/generator.h b/generator/generator.h index 3d51c35..82dec66 100644 --- a/generator/generator.h +++ b/generator/generator.h @@ -35,6 +35,7 @@ namespace verbly { std::string wordNetPath, std::string cmudictPath, std::string imageNetPath, + std::string wordfreqPath, std::string outputPath, std::string imageNetOutput); @@ -62,6 +63,8 @@ namespace verbly { void readCmudictPronunciations(); + void readWordFrequency(); + void writeSchema(); void writeVersion(); @@ -125,6 +128,7 @@ namespace verbly { std::string wordNetPath_; std::string cmudictPath_; std::string imageNetPath_; + std::string wordfreqPath_; // Output -- cgit 1.4.1