Open Chinese Convert 1.1.2
A project for conversion between Traditional and Simplified Chinese
Public Member Functions | List of all members
opencc::MaxMatchSegmentation Class Reference

Implementation of maximal match segmentation. More...

#include <MaxMatchSegmentation.hpp>

Inheritance diagram for opencc::MaxMatchSegmentation:
opencc::Segmentation

Public Member Functions

 MaxMatchSegmentation (const DictPtr _dict)
 
virtual SegmentsPtr Segment (const std::string &text) const
 
const DictPtr GetDict () const
 
virtual SegmentsPtr Segment (const std::string &text) const =0
 

Detailed Description

Implementation of maximal match segmentation.

Member Function Documentation

◆ Segment()

SegmentsPtr MaxMatchSegmentation::Segment ( const std::string &  text) const
virtual

Implements opencc::Segmentation.


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