Пример #1
0
 public PanguTokenizer(PanGu.Match.MatchOptions options, PanGu.Match.MatchParameter parameters)
 {
     _Options = options;_Parameters = parameters;
     segment = new Segment();
 }
 public Highlighter(Formatter formatter, PanGu.Segment segment)
 {
     _Formatter = formatter;
     _PanGuSegment = segment;
 }