#include <vector>
#include <string>
#include <iostream>
#include "timbl/TimblAPI.h"
#include "ticcutils/Configuration.h"
#include "ticcutils/LogStream.h"
#include "ticcutils/FdStream.h"
#include "ticcutils/ServerBase.h"
#include "libfolia/folia.h"
#include "ucto/tokenize.h"
#include "frog/Frog-util.h"
#include "frog/FrogData.h"
Go to the source code of this file.
◆ get_compound_analysis()
std::vector<std::string> get_compound_analysis |
( |
folia::Word * |
word | ) |
|
◆ get_full_morph_analysis()
std::vector<std::string> get_full_morph_analysis |
( |
folia::Word * |
word, |
|
|
bool |
make_flat = false |
|
) |
| |