Skip to content

Joining TextBlobs / Sentence #413

@thomasf1

Description

@thomasf1

Not sure if this is a bug or feature request, I do enjoy that I can concentrate your Objects like strings. Now I wanted to concentrate a list, but ran into the following:

" ".join(storedSentences)

Getting:
TypeError: sequence item 0: expected str instance, Sentence found

Unfortunately, the other way does not work either:

Sentence(" ").join(storedSentences)

TypeError: sequence item 0: expected str instance, Sentence found

Maybe I am doing it wrong?

PS: Great library! Especially the TextBlobs Are Like Python Strings! makes things really easy, thanks for implementing that :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions