コード例 #1
0
 public PanguTokenizer(PanGu.Match.MatchOptions options, PanGu.Match.MatchParameter parameters)
 {
     _Options = options;_Parameters = parameters;
     segment = new Segment();
 }
コード例 #2
0
 public Highlighter(Formatter formatter, PanGu.Segment segment)
 {
     _Formatter = formatter;
     _PanGuSegment = segment;
 }