#include <string>
#include <list>
#include <vector>
#include "tree.h"
Include dependency graph for language.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | analysis |
Class analysis stores a possible reading (lemma, PoS, probability) for a word. More... | |
class | word |
Class word stores all info related to a word: form, list of analysis, list of tokens (if multiword). More... | |
class | node |
Class node stores nodes of a parse_tree Each node in the tree is either a label (intermediate node) or a word (leaf node). More... | |
class | parse_tree |
Class parse tree is used to store the results of parsing. More... | |
class | depnode |
class denode stores nodes of a dependency tree and parse tree <-> deptree relations More... | |
class | dep_tree |
class dep_tree stores a dependency tree More... | |
class | sentence |
Class sentence is just a list of words that someone (the splitter) has validated it as a complete sentence. More... | |
class | paragraph |
Class paragraph is just a list of sentences that someone has validated it as a paragraph. More... | |
class | document |
Class document is a list of paragraphs. More... |