次のようなテキスト行があります。
http://www.example.org/lexicon#13797906 http://www.monnetproject.eu/lemon#gloss an overwhelming number or amount; "a flood of requests"; "a torrent of abuse"
そして、それを3つの部分に分割したいのですが、最初の2つの空白を分割するポイントとして使用するだけです. ここに私が探している結果があります:
http://www.example.org/lexicon#13797906
http://www.monnetproject.eu/lemon#gloss
an overwhelming number or amount; "a flood of requests"; "a torrent of abuse"
maxsplit が機能することを教えていましたが、この場合の使用方法がわかりませんでした