CoNLL-U
Loading...
Searching...
No Matches
conllu.hpp
1/*
2 * CoNLL-U - https://github.com/tugrulgungor/CoNLL-U
3 *
4 * Copyright (c) 2026. All rights reserved.
5 * Tuğrul Güngör - https://conll-u.tugrulgungor.me
6 *
7 * Distributed under the MIT License.
8 * https://opensource.org/license/mit/
9 */
10
15
16#ifndef TG_CONLLU_HPP
17#define TG_CONLLU_HPP 1
18
19#include "conllu/error.hpp"
20#include "conllu/parser.hpp"
21#include "conllu/sentence.hpp"
22#include "conllu/token.hpp"
23#include "conllu/treebank.hpp"
24#include "conllu/word.hpp"
25#include "conllu/writer.hpp"
26
27#endif // TG_CONLLU_HPP