# -*- coding: utf-8 -*- class String def to_textline () Spacy::TextLine.new self end end# String