Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
Last answered:

19 Nov 2023

Posted on:

22 Sept 2023

2

Please give full syntax and code of line 13 In[13] , you excuted without showing full code syntax ?

In lemmatizing Please give full syntax and code of line 13 In[13] , you excuted without showing full code syntax ?

1 answers ( 0 marked as helpful)
Posted on:

19 Nov 2023

0

I believe this would be the syntax 

titles['token_clean_lemmatized'] = titles['token_clean'].apply(lambda tokens :[lematizer.lemmatize(token) for token in tokens])

Submit an answer