liwca.datasets.corpora.fetch_tedtalks

On this page

liwca.datasets.corpora.fetch_tedtalks#

liwca.datasets.corpora.fetch_tedtalks(language='en')[source]#

Fetch the TED Talks Transcripts for NLP corpus.

Distributed on Kaggle.

Parameters:

language (str) – The language of the TED talk transcripts to fetch.

Returns:

DataFrame of the TED talk transcripts of the chosen language.

Return type:

pandas.DataFrame