コード例 #1
0
 public void reset(TextReader input)
 {
     this.reader = new PushbackReader(input);
     currentSentence = null;
     bufWord = new Queue<Word>();
     bufSentence.Length = 0;
     readedIdx = -1;
 }
コード例 #2
0
 public void reset(TextReader input)
 {
     this.reader        = new PushbackReader(input);
     currentSentence    = null;
     bufWord            = new Queue <Word>();
     bufSentence.Length = 0;
     readedIdx          = -1;
 }