and I saw a python for loop used, differently,
                  
                  
                  sentences = [y for x in sentences for y in x]
                  
                  
                  
                  
                  
                  can anyone explain how it works?
                  
                  
                  
                  
                  
                  the blog I read is https://www.analyticsvidhya.com/blog/2018/11/introduction-text-summarization-textrank-python/
                  
                  
                
that's a list comprehension...
May wanna actually learn python as opposed to bullshitting
Reversing the dimension I guess
Обсуждают сегодня