def __str__(self):
        atts = [self.tag_name, str(self.start_idx), str(self.end_idx),
                self.text]
        return " ".join(atts)