FreeLing
4.0
|
#include <set>
#include <string>
#include <vector>
#include <unordered_map>
#include "freeling/morfo/semdb.h"
#include "freeling/morfo/language.h"
Go to the source code of this file.
Classes | |
struct | freeling::word_pos |
Struct that allow us to compare words easily. More... | |
struct | freeling::related_words |
Struct that represents a relationship between two words. More... | |
class | freeling::relation |
Class relation is a non-instantiable class which defines many virtual methods to check if a word is compatible with the relation or if a word can be stored in the structures of a lexical chain. More... | |
class | freeling::same_word |
Class same_word represents the same word relation: two words are related if they are the same word. More... | |
class | freeling::hypernymy |
Class hypernymy represents the hypernymy relation: two words are related if one is an hypernymy of the other and the hypernymy depth is smaller or equal than a given maximum. More... | |
class | freeling::same_coref_group |
Class same_coref_group represents the same coreference group relation: two words are related if they are in the same coreference group. More... | |
Namespaces | |
namespace | freeling |