diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-16 21:35:35 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-16 21:35:35 -0400 |
commit | dc210ee6eba3b1d173808bd858113f6abd90bff1 (patch) | |
tree | a28d2fce73455eecb87449fc1964c883aef61cd5 /lib/verbly.h | |
parent | ae5f75965f8202c8478622763a27ef1848a8ed1a (diff) | |
download | verbly-dc210ee6eba3b1d173808bd858113f6abd90bff1.tar.gz verbly-dc210ee6eba3b1d173808bd858113f6abd90bff1.tar.bz2 verbly-dc210ee6eba3b1d173808bd858113f6abd90bff1.zip |
Added word derivational relationships (kind of eh at the moment) and moved verbly into its own directory
Diffstat (limited to 'lib/verbly.h')
-rw-r--r-- | lib/verbly.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ | |||
1 | #ifndef VERBLY_H_5B39CE50 | ||
2 | #define VERBLY_H_5B39CE50 | ||
3 | |||
4 | #include "c++14.h" | ||
5 | #include "util.h" | ||
6 | #include "token.h" | ||
7 | #include "data.h" | ||
8 | #include "word.h" | ||
9 | #include "verb.h" | ||
10 | #include "adverb.h" | ||
11 | #include "adjective.h" | ||
12 | #include "noun.h" | ||
13 | |||
14 | #endif /* end of include guard: VERBLY_H_5B39CE50 */ | ||