blob: a75a9e455d3447ac1332493e3a5303cf7c0bf259 (
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
|
#ifndef GENERATOR_H_5B61CBC5
#define GENERATOR_H_5B61CBC5
#include <string>
#include <map>
#include <list>
#include <set>
#include <libxml/parser.h>
#include "database.h"
#include "notion.h"
#include "word.h"
#include "lemma.h"
#include "form.h"
#include "pronunciation.h"
#include "group.h"
#include "frame.h"
namespace verbly {
enum class part_of_speech;
namespace generator {
class generator {
public:
|