|
FreeLing
4.0
|
#include <string>#include <vector>#include <list>#include <map>#include <set>

Go to the source code of this file.
Classes | |
| class | freeling::semgraph::SG_mention |
| Auxiliary class to store mentions to entities found in text. More... | |
| class | freeling::semgraph::SG_entity |
| class | freeling::semgraph::SG_argument |
| Auxiliary class to store frame arguments. More... | |
| class | freeling::semgraph::SG_frame |
| Auxiliary class to store frames (relations between n entities) More... | |
| class | freeling::semgraph::semantic_graph |
| Auxiliary class to store a semantic graph. More... | |
Namespaces | |
| namespace | freeling |
| namespace | freeling::semgraph |
Enumerations | |
| enum | freeling::semgraph::entityType { freeling::semgraph::ENTITY, freeling::semgraph::WORD } |
| Auxiliary class to store entities found in text (maybe mentioned several times) More... | |
1.7.6.1