Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gesistsa/oolong
π΅ Create and administrate validation tests for automated content analysis tools.
https://github.com/gesistsa/oolong
r textanalysis topicmodeling validation
Last synced: 3 months ago
JSON representation
π΅ Create and administrate validation tests for automated content analysis tools.
- Host: GitHub
- URL: https://github.com/gesistsa/oolong
- Owner: gesistsa
- License: lgpl-2.1
- Created: 2019-11-27T16:08:55.000Z (almost 5 years ago)
- Default Branch: v0.5
- Last Pushed: 2024-04-12T15:25:05.000Z (7 months ago)
- Last Synced: 2024-04-12T20:44:23.814Z (7 months ago)
- Topics: r, textanalysis, topicmodeling, validation
- Language: R
- Homepage: https://gesistsa.github.io/oolong/
- Size: 40.6 MB
- Stars: 54
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - gesistsa/oolong - π΅ Create and administrate validation tests for automated content analysis tools. (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
set.seed(42)
```# oolong
[![Codecov test coverage](https://codecov.io/gh/gesistsa/oolong/branch/v0.5/graph/badge.svg)](https://codecov.io/gh/gesistsa/oolong?branch=v0.5)
[![joss stataus](https://joss.theoj.org/papers/6e535564e7142d705f4f3d68b18dac62/status.svg)](https://joss.theoj.org/papers/6e535564e7142d705f4f3d68b18dac62)
[![CRAN status](https://www.r-pkg.org/badges/version/oolong)](https://CRAN.R-project.org/package=oolong)The goal of oolong ^[/ΛuΛlΚΕ/ ηιΎ, literally means "Dark Dragon", is a semi-oxidized tea from Asia. It is very popular in Taiwan, Japan and Hong Kong. In Cantonese and Taiwanese Mandarin, the same word can also mean "confused". It perfectly captures the spirit of human-in-the-loop validation. ] is to generate and administrate validation tests easily for typical automated content analysis tools such as topic models and dictionary-based tools.
Please refer to the [overview](https://gesistsa.github.io/oolong/articles/overview.html) for an introduction to this package. If you need to deploy the test online, please refer to the [Deployment Vignette](https://gesistsa.github.io/oolong/articles/deploy.html). If you use BTM, please refer to the [BTM Vignette](https://gesistsa.github.io/oolong/articles/btm.html).
## Citation
Please cite this package as:
Chan C-h. & SΓ€ltzer M., (2020). oolong: An R package for validating automated content analysis tools. Journal of Open Source Software, 5(55), 2461, [https://doi.org/10.21105/joss.02461](https://doi.org/10.21105/joss.02461)
For a BibTeX entry, use the output from `citation(package = "oolong")`.
## Contributing
Contributions in the form of feedback, comments, code, and bug report are welcome.
* Fork the source code, modify, and issue a [pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork).
* Issues, bug reports: [File a Github issue](https://github.com/chainsawriot/oolong).## Code of Conduct
Please note that the oolong project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
---