coref Class Reference
The class coref implements a ML-based coreference classificator.
More...
#include <coref.h>
List of all members.
Detailed Description
The class coref implements a ML-based coreference classificator.
Constructor & Destructor Documentation
coref::coref |
( |
const std::string & |
, |
|
|
const |
int | |
|
) |
| | |
Member Function Documentation
void coref::add_candidates |
( |
int |
sent, |
|
|
int & |
word, |
|
|
parse_tree::iterator |
pt, |
|
|
list< SAMPLE > & |
candidates | |
|
) |
| | const [private] |
void coref::analyze |
( |
document & |
|
) |
const |
Classify SN's in given sentence in groups of coreference.
bool coref::check_coref |
( |
const SAMPLE & |
sa1, |
|
|
const SAMPLE & |
sa2 | |
|
) |
| | const [private] |
void coref::set_sample |
( |
parse_tree::iterator |
pt, |
|
|
SAMPLE & |
sample | |
|
) |
| | const [private] |
Member Data Documentation
Max distance to search for a coreference node.
The documentation for this class was generated from the following file: