ModErn Text Analysis
META Enumerates Textual Applications
|
Represents a segment within a unicode string. More...
#include <segmenter.h>
Public Member Functions | |
segment (int32_t begin, int32_t end) | |
Creates a segment. More... | |
Private Attributes | |
friend | segmenter |
int32_t | begin_ |
The beginning index of this segment. | |
int32_t | end_ |
The ending index of this segment. | |
Represents a segment within a unicode string.
Created by the segmenter class.
meta::utf::segmenter::segment::segment | ( | int32_t | begin, |
int32_t | end | ||
) |
Creates a segment.
begin | The starting index of the segment |
end | The ending index of the segment |