#include <iostream>
#include <list>
#include "freeling.h"
Go to the source code of this file.
| 
Classes | 
| class | freeling::analyzer | 
|  | Class analyzer is a meta class that just calls all modules in FreeLing in the right order.  More... 
 | 
| class | freeling::analyzer::analyzer_config_options | 
|  | Class analyzer::config_options contains the configuration options that define which modules are active and which configuration files are loaded for each of them at construction time.  More... 
 | 
| class | freeling::analyzer::analyzer_invoke_options | 
|  | Class analyzer::invoke_options contains the options that define the behaviour of each module in the analyze on the next analysis.  More... 
 | 
| 
Namespaces | 
| namespace | freeling | 
| 
Enumerations | 
| enum | freeling::AnalysisLevel { freeling::TEXT, 
freeling::IDENT, 
freeling::TOKEN, 
freeling::SPLITTED,
 freeling::MORFO, 
freeling::TAGGED, 
freeling::SENSES, 
freeling::SHALLOW,
 freeling::PARSED, 
freeling::DEP, 
freeling::COREF, 
freeling::SEMGRAPH
 }
 | 
| enum | freeling::TaggerAlgorithm { freeling::NO_TAGGER, 
freeling::HMM, 
freeling::RELAX
 } | 
| enum | freeling::DependencyParser { freeling::NO_DEP, 
freeling::TXALA, 
freeling::TREELER
 } | 
| enum | freeling::WSDAlgorithm { freeling::NO_WSD, 
freeling::ALL, 
freeling::MFS, 
freeling::UKB
 } | 
| enum | freeling::ForceSelectStrategy { freeling::NO_FORCE, 
freeling::TAGGER, 
freeling::RETOK
 } |