summary refs log tree commit diff stats
path: root/lib/verbly.h
blob: cfaf5bcd200b25d0c31a83b073786cb5c1c38cf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ifndef VERBLY_H_5B39CE50
#define VERBLY_H_5B39CE50

#include <string>
#include <list>
#include <sstream>
#include <algorithm>
#include <cassert>
#include <set>
#include <stdexcept>
#include <vector>
#include <map>
#include <iterator>
#include <sstream>
#include <functional>
#include <iostream>
#include <new>

#include "util.h"
#include "data.h"
#include "word.h"
#include "verb.h"
#include "adverb.h"
#include "adjective.h"
#include "noun.h"
#include "frame.h"
#include "preposition.h"
#include "token.h"
#include "noun_query.h"
#include "adverb_query.h"
#include "adjective_query.h"
#include "verb_query.h"
#include "frame_query.h"

#endif /* end of include guard: VERBLY_H_5B39CE50 */