7#ifndef RIME_AFFIX_SEGMENTOR_H_
8#define RIME_AFFIX_SEGMENTOR_H_
AffixSegmentor(const Ticket &ticket)
Definition affix_segmentor.cc:15
set< string > extra_tags_
Definition affix_segmentor.h:26
string tips_
Definition affix_segmentor.h:24
virtual bool Proceed(Segmentation *segmentation)
Definition affix_segmentor.cc:35
string prefix_
Definition affix_segmentor.h:22
string suffix_
Definition affix_segmentor.h:23
string tag_
Definition affix_segmentor.h:21
string closing_tips_
Definition affix_segmentor.h:25
Definition segmentation.h:60
Segmentor(const Ticket &ticket)
Definition segmentor.h:20