lisc.data.process.process_articles¶
- lisc.data.process.process_articles(articles, process_copy=False)[source]¶
- Process collected data in an Articles object. - Parameters:
- articlesArticles
- Articles data. 
- process_copybool, optional, default: False
- Whether to process a copy of the input. 
 
 - Notes - Processing includes tokenizing the text data and preprocessing the journal and author names.