From dc210ee6eba3b1d173808bd858113f6abd90bff1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 16 Mar 2016 21:35:35 -0400 Subject: Added word derivational relationships (kind of eh at the moment) and moved verbly into its own directory --- lib/verbly.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/verbly.h (limited to 'lib/verbly.h') diff --git a/lib/verbly.h b/lib/verbly.h new file mode 100644 index 0000000..b9f5367 --- /dev/null +++ b/lib/verbly.h @@ -0,0 +1,14 @@ +#ifndef VERBLY_H_5B39CE50 +#define VERBLY_H_5B39CE50 + +#include "c++14.h" +#include "util.h" +#include "token.h" +#include "data.h" +#include "word.h" +#include "verb.h" +#include "adverb.h" +#include "adjective.h" +#include "noun.h" + +#endif /* end of include guard: VERBLY_H_5B39CE50 */ -- cgit 1.4.1