예제 #1
0
        public void Setup()
        {
            _text = File.ReadAllText(FilePath);

            _stringCursor = new StringStringCursor(_text);
        }
        ITextSplitter GetSeparatorSplitter(string text)
        {
            var textRef = new StringStringCursor(text);

            return new SeparatorTextSplitter(textRef);
        }