Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキストからの情報抽出に TextBlob ライブラリを使用しようとしています。このエラーに出くわしたため、多くの問題が発生しました。なぜこれが起こっているのか教えてください.それを避ける方法はありますか.
> from textblob import TextBlob as tb > temp = tb('gonna') > print(temp.words) ['gon', 'na']
「したい」、「しよう」などの単語でも同じ問題が発生します。