Ressources numériques en sciences humaines et sociales OpenEdition Nos plateformes OpenEdition Books OpenEdition Journals Hypothèses Calenda Bibliothèques OpenEdition Freemium Suivez-nous

Étiqueté : corpus linguistics

Illustration of an ouroboros 1

Corpus linguistics in the LLM era – the changing nature of language data

The emergence of Large Language Models (LLMs) has brought both opportunities and challenges to the field of corpus linguistics. These AI systems generate vast amounts of language output that often appear natural, but is this output genuinely authentic? This raises important questions for corpus linguists about the nature of linguistic data and the methods used to study it.

1

Manipulate data with dplyr

The dplyr package is based on a data manipulation ‘grammar’. This grammar provides a consistent set of ‘verbs’ that solve the most common data manipulation tasks. I illustrate five of these ‘verbs’: filter(), arrange(), select(), mutate(), and summarise().