From c007508a4288f5f704cf6b1191a37d90488db8cc Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Mon, 30 Dec 2024 17:13:34 +0100 Subject: [PATCH] Fix #99 --- methodshub.md | 20 ++++++++++++++------ methodshub.qmd | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/methodshub.md b/methodshub.md index b22f1b2..2aeb807 100644 --- a/methodshub.md +++ b/methodshub.md @@ -13,11 +13,11 @@ package provides functions for validating topic models using word intrusion, topic intrusion (Chang et al. 2009, ) and word set intrusion (Ying et al. 2021) -[doi:10.1017/pan.2021.33](https://doi.org/10.1017/pan.2021.33) -tests. This package also provides functions for generating gold-standard -data which are useful for validating dictionary-based methods. The -default settings of all generated tests match those suggested in Chang -et al. (2009) and Song et al. (2020) +[doi:10.1017/pan.2021.33](https://doi.org/10.1017/pan.2021.33) tests. +This package also provides functions for generating gold-standard data +which are useful for validating dictionary-based methods. The default +settings of all generated tests match those suggested in Chang et +al. (2009) and Song et al. (2020) [doi:10.1080/10584609.2020.1723752](https://doi.org/10.1080/10584609.2020.1723752). ## Keywords @@ -29,6 +29,7 @@ et al. (2009) and Song et al. (2020) ## Science Usecase(s) + This package was used in the literature to valid topic models and @@ -51,12 +52,15 @@ install.packages("oolong") ``` + + ## Input Data + The input data has to be a topic model or prediction model trained on @@ -77,6 +81,7 @@ model <- textmodel_lda(x = dfm(trump_toks), k = 8, verbose = TRUE) ## Sample Input and Output Data + A sample input is a model trained on text data, e.g. @@ -187,9 +192,12 @@ Issue Tracker: 1. Chan, C. H., & Sältzer, M. (2020). oolong: An R package for validating automated content analysis tools. The Journal of Open Source Software: JOSS, 5(55), 2461. - https:://doi.org/10.21105/joss.02461 + + + + diff --git a/methodshub.qmd b/methodshub.qmd index c3b4369..1187d6b 100644 --- a/methodshub.qmd +++ b/methodshub.qmd @@ -131,7 +131,7 @@ Issue Tracker: [https://github.com/gesistsa/oolong/issues](https://github.com/ge ## Publication -1. Chan, C. H., & Sältzer, M. (2020). oolong: An R package for validating automated content analysis tools. The Journal of Open Source Software: JOSS, 5(55), 2461. https:://doi.org/10.21105/joss.02461 +1. Chan, C. H., & Sältzer, M. (2020). oolong: An R package for validating automated content analysis tools. The Journal of Open Source Software: JOSS, 5(55), 2461.