From b4e0a74531a738971b37d0395424ddaddf542d6a Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Thu, 19 Jan 2023 19:19:44 +0100 Subject: [PATCH] Fix typo in DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e6c4a10..574b093 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Version: 0.0.5 Authors@R: person("Chung-hong", "Chan", , "chainsawtiney@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6232-7530")) -Description: Duct tape the 'quanteda' ecosystem (Benoit et al., 2018) to modern Transformer-based text classification models (Wolf et al., 2020) , in order to faciliate supervised machine learning for textual data. This package mimics the behaviors of 'quanteda.textmodels' and provides a function to setup the 'Python' environment to use the pretrained models from 'Hugging Face' . +Description: Duct tape the 'quanteda' ecosystem (Benoit et al., 2018) to modern Transformer-based text classification models (Wolf et al., 2020) , in order to facilitate supervised machine learning for textual data. This package mimics the behaviors of 'quanteda.textmodels' and provides a function to setup the 'Python' environment to use the pretrained models from 'Hugging Face' . License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE)