ModErn Text Analysis
META Enumerates Textual Applications
Public Member Functions | Private Attributes | List of all members
meta::utf::segmenter::segment Class Reference

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.
 

Detailed Description

Represents a segment within a unicode string.

Created by the segmenter class.

Constructor & Destructor Documentation

meta::utf::segmenter::segment::segment ( int32_t  begin,
int32_t  end 
)

Creates a segment.

Parameters
beginThe starting index of the segment
endThe ending index of the segment

The documentation for this class was generated from the following files: