Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joining TextBlobs / Sentence #413

Open
thomasf1 opened this issue Sep 25, 2022 · 0 comments
Open

Joining TextBlobs / Sentence #413

thomasf1 opened this issue Sep 25, 2022 · 0 comments

Comments

@thomasf1
Copy link

thomasf1 commented Sep 25, 2022

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant