Skip to content
Snippets Groups Projects
Commit dceb65a4 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

update Tag comment

parent d5dc9bd7
No related merge requests found
...@@ -38,12 +38,11 @@ BOOST_STRONG_TYPEDEF(boost::uint32_t, tagset_idx_t); ...@@ -38,12 +38,11 @@ BOOST_STRONG_TYPEDEF(boost::uint32_t, tagset_idx_t);
* This is an extended version of a POS tag, which also includes a number * This is an extended version of a POS tag, which also includes a number
* of attributes which may have values set. * of attributes which may have values set.
* *
* The tag is stored in a binary firmat, with POS names etc. mapped to * The tag is stored in a compact binary firmat, with POS names etc. mapped to
* numbers. A Tagset object is needed to create tags or print their string * numbers. Tags don't "know" their tagset. To perform some basic operations,
* representation. * you an appropriate Tagset object. These operations include tag creation,
* * getting tag string representation and retrieving values of particular
* While not strictly necessary, the tagset ID of a tag is stored within. * attributes.
* This allows more sanity checking, esp. during tagset conversion.
*/ */
class Tag class Tag
// : boost::equality_comparable<Tag>, boost::less_than_comparable<Tag> // : boost::equality_comparable<Tag>, boost::less_than_comparable<Tag>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment