22#include "Segmentation.hpp"
32 using Segmentation::Segment;
38 SegmentsPtr Segment(std::string_view text)
const override;
40 const DictPtr GetDict()
const {
return dict; }
44 const std::shared_ptr<PrefixMatch> prefixMatch;
Implementation of maximal match segmentation.
Definition: MaxMatchSegmentation.hpp:30
Abstract base for text segmentation.
Definition: Segmentation.hpp:38