A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/chaoliu-cl/textAnnotatoR below:

chaoliu-cl/textAnnotatoR: Interactive Text Annotation Tool with Shiny GUI

textAnnotatoR: Interactive Text Annotation Tool for R

textAnnotatoR provides an interactive graphical user interface for qualitative text analysis in R. The package allows researchers, students, and practitioners to annotate text, manage codes, create memos, and visualize coding patterns through an intuitive Shiny interface.

# Install from CRAN
install.packages("textAnnotatoR")

# Or install the development version from GitHub
# install.packages("devtools")
devtools::install_github("chaoliu-cl/textAnnotatoR")

Launch the annotation interface with a simple function call:

library(textAnnotatoR)
annotate_gui()

This opens the Shiny application in your default web browser. The interface includes a toolbar for project management, a tabbed main area for different functions, and a text display area.

  1. Create a New Project: Click “New Project” in the top toolbar
  2. Import Text: Go to the “File” tab, upload your text document (.txt, .docx, .pdf)
  3. Annotate Text: Select text segments and apply codes
  4. Organize Codes: Create a hierarchical structure of themes and codes
  5. Analyze Patterns: Use the analysis tools to explore your coding
  6. Export Results: Save your annotations and analysis for further use

Comprehensive documentation is available through vignettes:

# List available vignettes
vignette(package = "textAnnotatoR")

# Read specific vignettes
vignette("practical_example", package = "textAnnotatoR")
vignette("technical_integration", package = "textAnnotatoR")

Create and manage hierarchical code structures with themes and subthemes:

Explore relationships between different codes:

Compare coding patterns between different coders or documents:

Export your annotations in various formats:

Integration with R Ecosystem

textAnnotatoR is designed to work seamlessly with other R packages:

Contributions to textAnnotatoR are welcome! Please feel free to submit issues or pull requests on GitHub.

This package is licensed under the GPL-3 License.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4