|
FreeLing
3.1
|
#include "freeling/windll.h"#include "freeling/version.h"#include "freeling/morfo/lang_ident.h"#include "freeling/morfo/tokenizer.h"#include "freeling/morfo/tagset.h"#include "freeling/morfo/splitter.h"#include "freeling/morfo/maco.h"#include "freeling/morfo/nec.h"#include "freeling/morfo/phonetics.h"#include "freeling/morfo/alternatives.h"#include "freeling/morfo/senses.h"#include "freeling/morfo/ukb.h"#include "freeling/morfo/semdb.h"#include "freeling/morfo/hmm_tagger.h"#include "freeling/morfo/relax_tagger.h"#include "freeling/morfo/chart_parser.h"#include "freeling/morfo/dependency_parser.h"#include "freeling/morfo/dependencies.h"#include "freeling/morfo/coref.h"#include "freeling/morfo/fex.h"#include "freeling/omlet/adaboost.h"#include "freeling/omlet/dataset.h"#include "freeling/omlet/example.h"#include "freeling/omlet/weakrule.h"#include "freeling/omlet/viterbi.h"#include "freeling/omlet/svm.h"
1.7.6.1