#include <word.h>
Public Member Functions | |
| Word (word_order_t order, word_order_t parent, string_index_t lemma, tag_index_t tag, dependency_index_t dependency) throw () | |
| Constructor of Word instances expects data for all members. | |
| dependency_index_t | dependency (void) const throw () |
| word_order_t | order (void) const throw () |
| word_order_t | parent (void) const throw () |
| string_index_t | lemma (void) const throw () |
| tag_index_t | tag (void) const throw () |
Private Attributes | |
| string_index_t | _lemma |
| Word lemma. | |
| tag_index_t | _tag |
| Morphological tag. | |
| word_order_t | _order |
| Word order (index) in sentence. | |
| word_order_t | _parent |
| Word parent index in dependency tree. | |
| dependency_index_t | _dependency |
| Dependency type. | |
| ace::Word::Word | ( | word_order_t | order, | |
| word_order_t | parent, | |||
| string_index_t | lemma, | |||
| tag_index_t | tag, | |||
| dependency_index_t | dependency | |||
| ) | throw () [inline] |
Constructor of Word instances expects data for all members.
| order | Word order in sentence. | |
| parent | Index of parent word in sentence (0 if word is root). | |
| lemma | Pointer to string with lemma form of given word. | |
| tag | Pointer to string containing significant part of morphological tag. | |
| dependency | Enumerator for dependency type of given word. |
| dependency_index_t ace::Word::dependency | ( | void | ) | const throw () [inline] |
| word_order_t ace::Word::order | ( | void | ) | const throw () [inline] |
| word_order_t ace::Word::parent | ( | void | ) | const throw () [inline] |
| string_index_t ace::Word::lemma | ( | void | ) | const throw () [inline] |
| tag_index_t ace::Word::tag | ( | void | ) | const throw () [inline] |
string_index_t ace::Word::_lemma [private] |
Word lemma.
tag_index_t ace::Word::_tag [private] |
Morphological tag.
word_order_t ace::Word::_order [private] |
Word order (index) in sentence.
word_order_t ace::Word::_parent [private] |
Word parent index in dependency tree.
dependency_index_t ace::Word::_dependency [private] |
Dependency type.
1.5.6