The Python Oracle

How do I split a string into a list of words?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Forest of Spells Looping

--

Chapters
00:00 Question
00:24 Accepted answer (Score 533)
00:38 Answer 2 (Score 476)
01:04 Answer 3 (Score 92)
01:37 Answer 4 (Score 60)
02:36 Thank you

--

Full question
https://stackoverflow.com/questions/7438...

Answer 2 links:
[str.split()]: https://docs.python.org/2/library/stdtyp...

Answer 3 links:
[Natural Language Took Kit]: http://www.nltk.org/

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #list #split #textsegmentation

#avk47