summary refs log tree commit diff stats
path: root/generator/generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'generator/generator.h')
-rw-r--r--generator/generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/generator.h b/generator/generator.h index cd99f88..1547b7c 100644 --- a/generator/generator.h +++ b/generator/generator.h
@@ -94,7 +94,7 @@ namespace verbly {
94 94
95 // Helpers 95 // Helpers
96 96
97 std::list<std::string> readFile(std::string path); 97 std::list<std::string> readFile(std::string path, bool uniq = false);
98 98
99 inline part_of_speech partOfSpeechByWnid(int wnid); 99 inline part_of_speech partOfSpeechByWnid(int wnid);
100 100