|
FreeLing
3.0
|
#include <string>#include <list>#include <vector>#include <set>#include <map>#include <boost/regex/icu.hpp>#include "freeling/windll.h"#include "freeling/tree.h"

Go to the source code of this file.
Classes | |
| class | analysis |
| Class analysis stores a possible reading (lemma, PoS, probability, distance) 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 | word::iterator |
| iterator over word analysis (either all, only selected, only unselected) More... | |
| class | word::const_iterator |
| const_iterator over word analysis (either all, only selected, only unselected) 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... | |
1.7.6.1