#include <ngram.h>
Public Member Functions | |
| Member (string_index_t lemma, tag_index_t tag, ngram_size_t parent, dependency_index_t dependency) | |
| Member constructor does the most common construction, just assigns params to their counterparts. | |
| ngram_size_t | parent (void) const |
| dependency_index_t | dependency (void) const |
| string_index_t | lemma (void) const |
| tag_index_t | tag (void) const |
Private Attributes | |
| TaggedLemma | _tagged_lemma |
| Lemma (index) and morphologic tag (index) altogether. | |
| ngram_size_t | _parent |
| Parent member index. | |
| dependency_index_t | _dependency |
| Dependency type (index). | |
Just stores some data, does nothing special.
| ace::NGram::Member::Member | ( | string_index_t | lemma, | |
| tag_index_t | tag, | |||
| ngram_size_t | parent, | |||
| dependency_index_t | dependency | |||
| ) | [inline] |
Member constructor does the most common construction, just assigns params to their counterparts.
| lemma | Lemma (index). | |
| tag | Morphologic tag (index). | |
| parent | Parent word index. | |
| dependency | Dependency type (index). |
| ngram_size_t ace::NGram::Member::parent | ( | void | ) | const [inline] |
| dependency_index_t ace::NGram::Member::dependency | ( | void | ) | const [inline] |
| string_index_t ace::NGram::Member::lemma | ( | void | ) | const [inline] |
| tag_index_t ace::NGram::Member::tag | ( | void | ) | const [inline] |
TaggedLemma ace::NGram::Member::_tagged_lemma [private] |
Lemma (index) and morphologic tag (index) altogether.
ngram_size_t ace::NGram::Member::_parent [private] |
Parent member index.
Dependency type (index).
1.5.6